/*-----------------------------------------------------------
    Theme Name: Torado
    Theme URI: 
    Description: Torado - Software & App Landing HTML Template
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500;700;800;900&display=swap");
:root {
  --primaryFont: "Poppins", sans-serif;
  --secondaryFont: "Heebo", sans-serif;
  --primaryColor: #8648D9;
  --secondaryColor: #251B42;
  --optionalColor: #A761F8;
  --bruntColor: #F3795D;
  --magnoliaColor: #F9F4FF;
  --menuColor: #12092D;
  --titleColor: #0B0619;
  --paraColor: #737181;
  --whiteColor: #ffffff;
  --offwhiteColor: rgba(255, 255, 255, 0.65);
  --aztechColor:#00181d;
  --codColor: #222;
  --mildColor: #111;
  --darkColor: #000;
  --fontSize: 16px;
  --transition: all ease .5s;
}

/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input, textarea, select {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 15px 12px;
  width: 100%;
  font-size: 16px;
}

a {
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--paraColor);
}

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: var(--secondaryFont);
  color: var(--secondaryColor);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--secondaryColor);
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--optionalColor);
}

body {
  font-size: 16px;
  font-family: var(--primaryFont);
  color: var(--paraColor);
  font-weight: 400;
  line-height: 28.5px;
}

p {
  font-size: 16px;
  line-height: 27px;
  color: var(--paraColor);
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) 50%;
}

.mt-100 {
  margin-top: 100px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-120 {
  padding-bottom: 140px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-90 {
  padding-bottom: 90px;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.f-primary {
  font-family: var(--primaryFont);
}

.f-secondary {
  font-family: var(--secondaryFont);
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-34 {
  font-size: 34px;
}

.fs-52 {
  font-size: 52px;
}

.h-55 {
  height: 55px;
}

.h-172 {
  height: 172px;
}

.h-180 {
  height: 180px;
}

.resize-0 {
  resize: none;
}

.lh-36 {
  line-height: 36px;
}

.lh-64 {
  line-height: 64px;
}

.lh-66 {
  line-height: 66px;
}

.round-6 {
  border-radius: 6px;
}

.round-10 {
  border-radius: 10px;
}

.br-one {
  border: 1px solid rgba(167, 97, 248, 0.21);
}

.br-two {
  border-bottom: 1px solid rgba(37, 27, 66, 0.13);
}

.br-three {
  border: 1px solid rgba(167, 97, 248, 0.16);
}

.br-four {
  border: 1px solid rgba(37, 27, 66, 0.32);
}

.transition {
  transition: all ease 0.5s;
}

.offcanvas-backdrop.show {
  display: none;
}

.index-1 {
  z-index: 1;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}

.section-title {
  font-size: 52px;
  line-height: 64px;
}

.subtitle {
  padding-left: 11px;
  position: relative;
  font-family: var(--primaryFont);
  font-weight: 500;
  margin-bottom: 43px;
}
.subtitle:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
}

.ratings li {
  display: inline-block;
}
.ratings li i {
  color: #F1AE00;
}

.text_primary {
  color: var(--primaryColor);
}

.text_secondary {
  color: var(--secondaryColor);
}

.text-title {
  color: var(--secondaryColor);
}

.text-haiti {
  color: var(--titleColor);
}

.text-para {
  color: var(--paraColor);
}

.text-paraTwo {
  color: #565067;
}

.text-offwhite {
  color: rgba(255, 255, 255, 0.65);
}

.text-optional {
  color: var(--optionalColor);
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.bg-magnolia {
  background: var(--magnoliaColor);
}

.bg-helio {
  background: #FAF5FF;
}

.bg-grad {
  background: linear-gradient(92deg, #A861F9 0%, #8145D4 100%);
}

.bg-grad-two {
  background: linear-gradient(104deg, #E0FFD1 0%, #FFE8E0 42.19%, #FD6542 89.06%);
}

.bg-white {
  background-color: var(--whiteColor);
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

.btn {
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: 1;
  font-weight: 400;
  padding: 18px 34px 17px;
  border-radius: 6px;
  z-index: 1;
  border: none;
  transition: var(--transition);
}
.btn:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  z-index: -1;
  border-radius: 6px;
  transition: var(--transition);
}
.btn:hover:before {
  width: 100%;
}
.btn.style-one {
  background: linear-gradient(92deg, #A861F9 0%, #8145D4 100%);
  color: var(--whiteColor);
}
.btn.style-one:before {
  background: linear-gradient(92deg, #F3795D 0%, #b5553d 100%);
}
.btn.style-two {
  background: var(--secondaryColor);
  color: var(--whiteColor);
}
.btn.style-two:before {
  background: linear-gradient(92deg, #A861F9 0%, #8145D4 100%);
}
.btn.style-three {
  border: 1px solid var(--secondaryColor);
  background: transparent;
  color: var(--secondaryColor);
}
.btn.style-three:before {
  background: linear-gradient(92deg, #A861F9 0%, #8145D4 100%);
}
.btn.style-three:hover {
  border-color: transparent;
  color: var(--whiteColor);
}
.btn.style-four {
  background: #F3795D;
  color: var(--whiteColor);
}
.btn.style-four:before {
  background: var(--secondaryColor);
}
.btn.style-five {
  border: 1px solid var(--optionalColor);
  background: transparent;
  color: var(--optionalColor);
}
.btn.style-five:before {
  background: var(--bruntColor);
}
.btn.style-five:hover {
  border-color: transparent;
  color: var(--whiteColor);
}

.link {
  position: relative;
}
.link img {
  position: relative;
  margin-left: 15px;
  top: -1px;
  transition: var(--transition);
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.link.style-one {
  color: #8648D9;
  font-size: 16px;
  font-weight: 500;
}
.link.style-one:hover:after {
  width: 100%;
}
.link.style-one:hover img {
  margin-left: 20px;
}

.rating li {
  display: inline-block;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--primaryColor);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\ea76";
  font-family: remixicon !important;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--primaryColor);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primaryColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  background-color: var(--whiteColor);
  overflow-x: hidden;
}

.preloader-area .loader {
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
}

.preloader-area .waviy {
  margin-top: 20px;
  position: relative;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.preloader-area .waviy span {
  position: relative;
  animation-delay: 0.1s;
  display: inline-block;
  color: var(--titleColor);
  animation: waviy 1s infinite;
}

.preloader-area .waviy span:nth-child(2) {
  animation-delay: 0.2s;
}

.preloader-area .waviy span:nth-child(3) {
  animation-delay: 0.3s;
}

.preloader-area .waviy span:nth-child(4) {
  animation-delay: 0.4s;
}
@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
/*---------------------------------
    Back To Top CSS
----------------------------------*/
#backtotop {
  opacity: 0;
  right: 20px;
  z-index: 99;
  width: 50px;
  bottom: 20px;
  height: 50px;
  font-size: 25px;
  transition: 0.5s;
  line-height: 49px;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  animation: border-transform 10s linear infinite alternate forwards;
}

#backtotop:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*---------------------------------
     Animation CSS
----------------------------------*/
.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.animationFramesThree {
  animation: animationFramesThree 20000ms infinite ease-in-out;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(-141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(-83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -100px;
  }
}
@keyframes mymovetwo {
  from {
    right: 0;
  }
  to {
    right: -100px;
  }
}
/*---------------------------------
    App CSS 
-----------------------------------*/
.app-wrapper .app-box {
  padding: 110px 0 122px;
}
.app-wrapper:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--secondaryColor);
  z-index: -1;
}
.app-wrapper.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--magnoliaColor);
  z-index: -1;
}
.app-wrapper h2 {
  margin-bottom: 20px;
}
.app-wrapper p {
  margin: 0 0 34px;
  font-weight: 300;
}
.app-wrapper .app-btn a {
  border: 1px solid var(--whiteColor);
  border-radius: 5px;
  padding: 11px 30px;
  display: inline-block;
  transition: var(--transition);
}
.app-wrapper .app-btn a img {
  transition: var(--transition);
}
.app-wrapper .app-btn a:first-child {
  margin-right: 20px;
}
.app-wrapper .app-btn a:hover {
  background-color: #F3795D;
  border-color: transparent;
}
.app-wrapper .app-btn.style-two a {
  background: linear-gradient(92deg, #A861F9 0%, #8145D4 100%);
  border: none;
}
.app-wrapper .app-btn.style-two a:before {
  background: var(--secondaryColor);
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav li {
  margin: 0 4px;
  display: inline-block;
  position: relative;
}
.page-nav li:first-child a i {
  left: -2px;
}
.page-nav li:last-child a i {
  right: -2px;
}
.page-nav li a {
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--menuColor);
  border: 1px solid var(--menuColor);
  background-color: transparent;
  transition: var(--transition);
}
.page-nav li a i {
  font-size: 18px;
  line-height: 1;
  transition: var(--transition);
}
.page-nav li a img {
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.page-nav li a.active, .page-nav li a:hover {
  color: var(--whiteColor);
  opacity: 1;
  background-color: var(--primaryColor);
  border-color: transparent;
}
.page-nav li a.active i, .page-nav li a:hover i {
  color: var(--whiteColor);
}
.page-nav li a.active img, .page-nav li a:hover img {
  filter: brightness(0) invert(1);
}

/*---------------------------------
    Breadcrumb CSS 
-----------------------------------*/
.breadcrumb-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/breadcrumb/br-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb-wrap .container {
  padding-top: 257px;
  padding-bottom: 137px;
}
.breadcrumb-wrap .container .br-shape-one {
  top: 33%;
  left: 2%;
}
.breadcrumb-wrap .container .br-shape-two {
  bottom: 18%;
  right: 0%;
}
.breadcrumb-wrap .br-menu {
  padding-left: 24px;
  position: relative;
  display: inline-block;
}
.breadcrumb-wrap .br-menu:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/icons/home.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px;
}
.breadcrumb-wrap .br-menu li {
  display: inline-block;
  position: relative;
  color: #565067;
  padding-right: 14px;
  margin-right: 4px;
}
.breadcrumb-wrap .br-menu li:after {
  position: absolute;
  top: 0px;
  right: 0px;
  content: "/";
  font-size: 15px;
  color: #565067;
}
.breadcrumb-wrap .br-menu li:first-child {
  margin-left: 0;
}
.breadcrumb-wrap .br-menu li:first-child a {
  padding-left: 0;
}
.breadcrumb-wrap .br-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  font-weight: 300;
}
.breadcrumb-wrap .br-menu li:last-child:after {
  display: none;
}
.breadcrumb-wrap .br-menu li a {
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: var(--optionalColor);
}
.breadcrumb-wrap .br-menu li a:hover {
  color: var(--secondaryColor);
}
.breadcrumb-wrap .br-menu li:last-child a:after {
  display: none;
}

/*---------------------------------
    Portfolio & Portfolio Details CSS 
-----------------------------------*/
.portfolio-card {
  margin: 0 0 50px;
}
.portfolio-card img {
  border-radius: 6px;
}
.portfolio-card h3 {
  margin: 25px 0 3px;
}

/*-------------------------------
    Sidebar CSS
-------------------------------*/
.sidebar {
  padding: 30px;
}
.sidebar .sidebar-widget {
  margin-bottom: 50px;
}
.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar.style-two {
  padding: 0;
}
.sidebar.style-two .sidebar-widget {
  padding: 30px;
}

.search-form input {
  height: 51px;
  padding: 13px 18px;
}

.category-list li {
  margin-bottom: 14px;
}
.category-list li span {
  float: right;
}
.category-list li a {
  color: #12092D;
}
.category-list li a:hover {
  color: var(--optionalColor);
}
.category-list li:last-child {
  margin-bottom: 0;
}

.pp-post-item-wrap .pp-post-item {
  margin-bottom: 24px;
}
.pp-post-item-wrap .pp-post-item:last-child {
  margin-bottom: 0;
}
.pp-post-item-wrap .pp-post-item .pp-post-img {
  width: 100px;
}
.pp-post-item-wrap .pp-post-item .pp-post-info {
  width: calc(100% - 122px);
  margin-left: 22px;
}

.tag-list li {
  display: inline-block;
  margin: 12px 8px 0 0;
}
.tag-list li a {
  border-radius: 2px;
  border: 1px solid rgba(37, 27, 66, 0.24);
  padding: 2px 15px;
  display: inline-block;
}
.tag-list li a:hover {
  border-color: transparent;
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}

.multi-range {
  position: relative;
  height: 30px;
  margin: 0 0 20px;
}

.price-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.price-title .price span {
  margin: 0 5px 0 0;
}

.multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
  background-color: #808080;
}

.multi-range input[type=range]:nth-child(2) {
  background: none;
}

.multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
  background-color: #808080;
}

.multi-range input[type=range]::-moz-range-track {
  background: none;
}

input[type=range] {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: linear-gradient(#FF5700, #FF5700) no-repeat center;
  background-size: 100% 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
}

input[type=range]:active,
input[type=range]:focus,
input[type=range]::-moz-focus-outer {
  border: none;
  outline: none;
}

input[type=range]::-moz-range-thumb {
  position: relative;
  height: 20px;
  width: 20px;
  margin: 5px 0;
  border-radius: 50%;
  background-color: var(--optionalColor);
  border: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: all;
}

input[type=range]::-moz-range-thumb:hover {
  background-color: var(--optionalColor);
}

input[type=range]::-moz-range-thumb:active {
  background-color: var(--optionalColor);
}

input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 22px;
  width: 22px;
  margin: 5px 0;
  border-radius: 50%;
  background-color: var(--optionalColor);
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
}

.portfolio-brief li {
  margin-bottom: 14px;
}
.portfolio-brief li span:first-child {
  margin-right: 5px;
  width: 100px;
}
.portfolio-brief li:last-child {
  margin-bottom: 0;
}

/*-------------------------------
    Blog Section CSS
-------------------------------*/
.blog-card .blog-info {
  margin: 25px 0 0;
}
.blog-card .blog-info .blog-metainfo {
  margin: 0 0 17px;
}
.blog-card .blog-info .blog-metainfo li {
  margin-right: 13px;
  padding-right: 19px;
}
.blog-card .blog-info .blog-metainfo li:after {
  position: absolute;
  top: 12px;
  right: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--paraColor);
}
.blog-card .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-card .blog-info .blog-metainfo li:last-child:after {
  display: none;
}
.blog-card .blog-info .blog-metainfo li a:hover {
  color: var(--optionalColor);
}
.blog-card .blog-info h3 {
  margin-bottom: 20px;
}
.blog-card:hover .blog-img img {
  transform: scale(1.05);
}

.portfolio-desc p,
.terms-wrap p,
.blog-desc p {
  margin-bottom: 25px;
}
.portfolio-desc p strong, .portfolio-desc p b,
.terms-wrap p strong,
.terms-wrap p b,
.blog-desc p strong,
.blog-desc p b {
  color: var(--titleColor);
}
.portfolio-desc p a,
.terms-wrap p a,
.blog-desc p a {
  color: var(--primaryColor);
}
.portfolio-desc p a:hover,
.terms-wrap p a:hover,
.blog-desc p a:hover {
  text-decoration: underline;
  color: var(--primaryColor);
}
.portfolio-desc h1, .portfolio-desc h2, .portfolio-desc h3, .portfolio-desc h4, .portfolio-desc h5, .portfolio-desc h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6,
.blog-desc h1,
.blog-desc h2,
.blog-desc h3,
.blog-desc h4,
.blog-desc h5,
.blog-desc h6 {
  margin-bottom: 18px;
}
.portfolio-desc h1,
.terms-wrap h1,
.blog-desc h1 {
  font-size: 40px;
}
.portfolio-desc h2,
.terms-wrap h2,
.blog-desc h2 {
  font-size: 36px;
}
.portfolio-desc h3,
.terms-wrap h3,
.blog-desc h3 {
  font-size: 32px;
}
.portfolio-desc h4,
.terms-wrap h4,
.blog-desc h4 {
  font-size: 28px;
}
.portfolio-desc h5,
.terms-wrap h5,
.blog-desc h5 {
  font-size: 24px;
}
.portfolio-desc h6,
.terms-wrap h6,
.blog-desc h6 {
  font-size: 20px;
}
.portfolio-desc ol,
.terms-wrap ol,
.blog-desc ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
.portfolio-desc ol li,
.terms-wrap ol li,
.blog-desc ol li {
  margin-bottom: 15px;
  color: var(--paraColor);
  padding-left: 3px;
}
.portfolio-desc .single-para,
.terms-wrap .single-para,
.blog-desc .single-para {
  margin-bottom: 50px;
}
.portfolio-desc .single-para:last-child,
.terms-wrap .single-para:last-child,
.blog-desc .single-para:last-child {
  margin-bottom: 0;
}
.portfolio-desc .single-para p:last-child,
.terms-wrap .single-para p:last-child,
.blog-desc .single-para p:last-child {
  margin-bottom: 0;
}
.portfolio-desc .wp-blockquote,
.terms-wrap .wp-blockquote,
.blog-desc .wp-blockquote {
  padding: 25px;
  margin-bottom: 30px;
}
.portfolio-desc .wp-blockquote h6,
.terms-wrap .wp-blockquote h6,
.blog-desc .wp-blockquote h6 {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  margin: 0;
}
.portfolio-desc .wp-blockquote h6:before,
.terms-wrap .wp-blockquote h6:before,
.blog-desc .wp-blockquote h6:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--titleColor);
}
.portfolio-desc .feature-list,
.terms-wrap .feature-list,
.blog-desc .feature-list {
  margin-bottom: 25px;
}
.portfolio-desc .feature-list li,
.terms-wrap .feature-list li,
.blog-desc .feature-list li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 14px;
}
.portfolio-desc .feature-list li:last-child,
.terms-wrap .feature-list li:last-child,
.blog-desc .feature-list li:last-child {
  margin-bottom: 0;
}
.portfolio-desc .feature-list li:before,
.terms-wrap .feature-list li:before,
.blog-desc .feature-list li:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--paraColor);
}
.portfolio-desc .blog-metainfo,
.terms-wrap .blog-metainfo,
.blog-desc .blog-metainfo {
  margin: 0 0 15px;
}
.portfolio-desc .blog-metainfo li,
.terms-wrap .blog-metainfo li,
.blog-desc .blog-metainfo li {
  margin-right: 13px;
  padding-right: 19px;
}
.portfolio-desc .blog-metainfo li:after,
.terms-wrap .blog-metainfo li:after,
.blog-desc .blog-metainfo li:after {
  position: absolute;
  top: 12px;
  right: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--paraColor);
}
.portfolio-desc .blog-metainfo li:last-child,
.terms-wrap .blog-metainfo li:last-child,
.blog-desc .blog-metainfo li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.portfolio-desc .blog-metainfo li:last-child:after,
.terms-wrap .blog-metainfo li:last-child:after,
.blog-desc .blog-metainfo li:last-child:after {
  display: none;
}
.portfolio-desc .blog-metainfo li a:hover,
.terms-wrap .blog-metainfo li a:hover,
.blog-desc .blog-metainfo li a:hover {
  color: var(--optionalColor);
}

.post-share .social-profile li {
  margin-right: 5px;
}
.post-share .social-profile li:last-child {
  margin-right: 0;
}
.post-share .social-profile li a {
  width: 32px;
  height: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(37, 27, 66, 0.15);
}
.post-share .social-profile li a i {
  font-size: 15px;
  transition: var(--transition);
}
.post-share .social-profile li a:hover {
  background-color: var(--optionalColor);
  border-color: transparent;
}
.post-share .social-profile li a:hover i {
  color: var(--whiteColor);
}

.comment-box {
  padding: 40px 35px;
}
.comment-box .comment-item-wrap .comment-item {
  margin-bottom: 30px;
}
.comment-box .comment-item-wrap .comment-item.reply {
  margin-left: 28px;
}
.comment-box .comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
}
.comment-box .comment-item-wrap .comment-item .comment-author {
  width: 47px;
  height: 47px;
}
.comment-box .comment-item-wrap .comment-item .comment-info {
  margin-left: 16px;
  width: calc(100% - 63px);
}
.comment-box .comment-item-wrap .comment-item .comment-info h5 {
  font-size: 20px;
  margin-bottom: 2px;
}
.comment-box .comment-item-wrap .comment-item .comment-info p {
  margin: 17px 0 0;
}
.comment-box .comment-item-wrap .comment-item .comment-info .reply-btn {
  color: #8648D9;
  border-radius: 2px;
  border: 1px solid #8648D9;
  display: inline-block;
  padding: 5px 12px;
  line-height: 1;
}
.comment-box .comment-item-wrap .comment-item .comment-info .reply-btn:hover {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}

#cmt-form .form-group input, #cmt-form .form-group textarea {
  border: 1px solid rgba(37, 27, 66, 0.32);
}
#cmt-form .form-group input::-moz-placeholder, #cmt-form .form-group textarea::-moz-placeholder {
  color: #9998A0;
}
#cmt-form .form-group input::placeholder, #cmt-form .form-group textarea::placeholder {
  color: #9998A0;
}

.checkbox {
  display: block;
}
.checkbox.form-check {
  padding-left: 0;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 23px;
  color: var(--paraColor);
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid var(--paraColor);
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 3px;
}
.checkbox label a {
  color: var(--secondaryColor);
}
.checkbox label a:hover {
  text-decoration: underline;
  color: var(--primaryColor);
}

.checkbox input:checked + label:before {
  border-color: var(--primaryColor);
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 10px;
  height: 10px;
  border: none;
  background: var(--primaryColor);
}

.checkbox.style2 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: var(--primaryColor);
}

.login-box {
  padding: 50px;
}
.login-box .form-group input {
  font-size: 15px;
}
.login-box .form-group input::-moz-placeholder {
  color: #9998A0;
  opacity: 1;
}
.login-box .form-group input::placeholder {
  color: #9998A0;
  opacity: 1;
}

.error-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.error-content {
  text-align: center;
}
.error-content img {
  display: block;
  margin: 0 auto 30px;
}
.error-content p {
  margin: 0 auto 30px;
  max-width: 520px;
}

.comp-map {
  height: 511px;
}
.comp-map iframe {
  width: 100%;
  height: 100%;
}

/*------------------------------
        Contact CSS
-------------------------------*/
.contact-card {
  margin-bottom: 30px;
}
.contact-card .contact-icon {
  width: 88px;
  height: 82px;
  margin-bottom: 12px;
  background: linear-gradient(92deg, #A861F9 0%, #8145D5 100%);
}
.contact-card h3 {
  margin: 5px 0 10px;
}

#contactForm .form-group {
  margin-bottom: 20px;
}
#contactForm .form-group input::-moz-placeholder {
  color: #9998A0;
  opacity: 1;
}
#contactForm .form-group input::placeholder {
  color: #9998A0;
  opacity: 1;
}

/*------------------------------
        Shop CSS
-------------------------------*/
.search-form input {
  border-radius: 6px;
  border: 1px solid rgba(37, 27, 66, 0.32);
  height: 51px;
}
.search-form button {
  top: 5px;
  right: 5px;
  border-radius: 6px;
  height: calc(100% - 10px);
  padding: 11px 13px;
  background-color: var(--primaryColor);
}
.search-form button i {
  color: var(--whiteColor);
}

.filter-cat {
  border-radius: 6px;
  border: 1px solid rgba(37, 27, 66, 0.32);
  height: 51px;
  padding: 11px 15px;
  background-image: url(../img/icons/down-arrow.svg);
  background-size: 12px;
}

.shop-card-wrap {
  display: grid;
  border-left: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
}
.shop-card-wrap.style-one {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr auto;
}
.shop-card-wrap.style-two {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
}

.shop-card {
  border-top: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  padding-bottom: 22px;
  transition: var(--transition);
}
.shop-card .shop-promo {
  top: 30px;
  left: 30px;
  font-size: 12px;
  padding: 4px 8px 5px;
}
.shop-card .shop-promo.style-one {
  background-color: #FC866B;
}
.shop-card .shop-promo.style-two {
  background-color: var(--primaryColor);
}
.shop-card .add-to-cart {
  top: 30px;
  right: 30px;
}
.shop-card .shop-img {
  margin: 75px 0 55px;
  padding: 0 30px;
}
.shop-card:hover {
  box-shadow: rgba(255, 255, 255, 0.16) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.16) 0px 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;
}
.shop-card .shop-info {
  padding: 0 30px;
}
.shop-card .shop-info .ratings li {
  margin-right: -6px;
}
.shop-card .shop-info .ratings li i {
  color: var(--secondaryColor);
  font-size: 16px;
}
.shop-card .shop-info h3 {
  margin: 5px 0 5px;
}

/*------------------------------
        Cart CSS
-------------------------------*/
.cart-table {
  margin: 0 0 75px;
}
.cart-table table {
  margin: 0;
}
.cart-table table thead tr {
  border-top: none;
  border: none;
  border-radius: 5px;
}
.cart-table table thead tr th {
  padding: 0 20px 30px;
  font-weight: 500;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #CFCFCF;
}
.cart-table table thead tr th:first-child {
  padding-left: 0;
}
.cart-table table thead tr th:last-child {
  text-align: right;
  padding-right: 0;
}
.cart-table table tbody {
  border-top-color: transparent !important;
}
.cart-table table tbody tr {
  vertical-align: middle;
  border-bottom: 1px solid #CFCFCF;
}
.cart-table table tbody tr td {
  padding: 35px 20px;
  border-bottom: none;
  background-color: transparent;
}
.cart-table table tbody tr td:first-child {
  text-align: left;
  padding-left: 0;
}
.cart-table table tbody tr td:last-child {
  text-align: right;
  padding-right: 0;
}
.cart-table table tbody tr td .product-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cart-table table tbody tr td .product-item .cart-action img {
  max-width: 15px;
}
.cart-table table tbody tr td .product-item .product-img {
  margin: 0 20px 0 40px;
  width: 88px;
  height: 88px;
  border: 1px solid #CFCFCF;
}
.cart-table table tbody tr td .product-item img {
  max-width: 65px;
  display: block;
}
.cart-table table tbody tr td .product-item .cart-item {
  font-size: 16px;
}
.cart-table table tbody tr td .product-item .cart-item:hover {
  color: var(--optionalColor) !important;
}
.cart-table table tbody tr td p {
  margin: 0;
}
.cart-table table tbody tr td .cart-action {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
  font-size: 20px;
}
.cart-table table tbody tr td .cart-action img {
  filter: brightness(1) invert(0);
}
.cart-table table tbody tr td .cart-action:hover img {
  filter: brightness(0) invert(0);
}

.coupon-code {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.coupon-code input {
  width: calc(100% - 185px);
  margin-right: 20px;
  height: 52px;
  background: transparent;
  border: 1px solid rgba(37, 27, 66, 0.32);
  padding: 10px 20px 10px 20px;
  color: var(--titleColorTwo);
  border-radius: 6px;
}
.coupon-code input::-moz-placeholder {
  color: var(--titleColorTwo);
  opacity: 1;
}
.coupon-code input::placeholder {
  color: var(--titleColorTwo);
  opacity: 1;
}
.coupon-code button {
  width: 165px;
  padding: 18px 20px;
}

.update-cart {
  background-color: transparent;
  border: 1px solid var(--titleColorTwo);
  color: var(--titleColorTwo);
}

.cart-total .cart-box-title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
}
.cart-total .cart-total-wrap {
  margin-bottom: 30px;
}
.cart-total .cart-total-wrap .cart-total-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #CFCFCF;
}
.cart-total .cart-total-wrap .cart-total-item p, .cart-total .cart-total-wrap .cart-total-item b {
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.cart-total .cart-total-wrap .cart-total-item span {
  text-align: right;
  font-weight: 500;
  line-height: 24px;
}
.cart-total .cart-total-wrap .cart-total-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cart-total.style-two .cart-total-wrap h6 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.18px;
}
.cart-total.style-two .cart-total-wrap .cart-total-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cart-total.style-two .cart-total-wrap .cart-total-item h6:first-child {
  width: 90px;
}

/*-------------------------------
         Checkout CSS
-------------------------------*/
.checkout-promobox {
  margin: 0 0 35px;
}
.checkout-promobox a {
  color: var(--secondaryColor);
  font-weight: 500;
  margin-left: 5px;
}

.checkout-form .checkout-box-title {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1.2px;
  margin-bottom: 25px;
}
.checkout-form .form-group {
  margin-bottom: 30px;
}
.checkout-form .form-group label {
  font-size: 18px;
  font-family: var(--secondaryFont);
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: var(--secondaryColor);
}
.checkout-form .form-group input, .checkout-form .form-group select, .checkout-form .form-group textarea {
  border-radius: 6px;
  border: 1px solid rgba(37, 27, 66, 0.32);
}
.checkout-form .form-group input::-moz-placeholder, .checkout-form .form-group select::-moz-placeholder, .checkout-form .form-group textarea::-moz-placeholder {
  color: #9998A0;
  opacity: 1;
}
.checkout-form .form-group input::placeholder, .checkout-form .form-group select::placeholder, .checkout-form .form-group textarea::placeholder {
  color: #9998A0;
  opacity: 1;
}
.checkout-form .form-group select {
  color: #9998A0;
  background-image: url(../img/icons/down-arrow.svg);
}
.checkout-form .form-group input, .checkout-form .form-group select {
  height: 51px;
}

.checkout-details .checkout-box-title {
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--mainColor);
}
.checkout-details .form-group input {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 40px 10px 15px;
  border: 1px solid rgba(37, 27, 66, 0.32);
}
.checkout-details .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  color: var(--whiteColor);
  font-size: 16px;
  padding: 0 25px;
}

.select-payment-method {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.select-payment-method div {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}
.select-payment-method div label {
  padding-left: 23px !important;
  color: #555;
  font-size: 16px;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.select-payment-method div p {
  margin: 0 0 0 28px;
}

.select-payment-method [type=radio]:checked,
.select-payment-method [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.select-payment-method [type=radio]:not(:checked) + label::before,
.select-payment-method [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
}

.select-payment-method [type=radio]:not(:checked) + label::before {
  border: 1px solid var(--titleColor);
}

.select-payment-method [type=radio]:checked + label::before {
  border: 1px solid var(--titleColor);
}

.select-payment-method [type=radio]:checked + label::after,
.select-payment-method [type=radio]:not(:checked) + label::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--titleColor);
  top: 6px;
  left: 3px;
  transition: all 0.2s ease;
}

.select-payment-method [type=radio]:not(:checked) + label::after {
  background: transparent;
}

.select-payment-method [type=radio]:checked + label::after {
  background: var(--titleColor);
}

.checkout-footer .btn {
  margin-top: 15px;
  padding: 15px 15px;
}

/*-------------------------------
    Single Product Details CSS
-------------------------------*/
.single-product-img {
  padding: 110.5px 0;
}

.single-product-details .ratings {
  margin-bottom: 20px;
}
.single-product-details .ratings span {
  top: 2px;
  margin-left: 8px;
}
.single-product-details .single-product-title h2 {
  color: var(--titleColorTwo);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1.2px;
  margin: 10px 0 10px;
}
.single-product-details .single-product-title .product-price {
  margin-bottom: 12px;
}
.single-product-details .single-product-title .product-price .discount {
  color: var(--paraColor);
  text-decoration: line-through;
}

.product-more-option {
  margin-top: 25px;
}

.product-action-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.product-action-item:last-child {
  margin-bottom: 0;
}
.product-action-item .v-counter {
  margin-right: 18px;
}
.product-action-item .add-to-wishlist {
  border: 1px solid #CFCFCF;
  padding: 9.5px 13px;
}
.product-action-item .add-to-wishlist i {
  font-size: 24px;
  color: var(--secondaryColor);
  position: relative;
  top: 2px;
}

.product-more-option-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 12px;
}
.product-more-option-item h5 {
  margin-right: 10px;
}
.product-more-option-item a {
  color: var(--secondaryColor);
  font-weight: 500;
}
.product-more-option-item a:hover {
  color: var(--optionalColor);
}
.product-more-option-item .taglist li {
  display: inline-block;
}

.product-description-box {
  border: none;
}
.product-description-box .product-desc h3 {
  margin: 0 0 20px;
}
.product-description-box .product-desc p {
  margin: 0;
}

.v-counter {
  border: 1px solid #CFCFCF;
  width: 130px;
  height: 56px;
  position: relative;
  border-radius: 6px;
}
.v-counter input {
  border: none;
  height: 56px;
}
.v-counter input.count {
  padding-left: 60px;
}
.v-counter .minusBtn,
.v-counter .plusBtn {
  position: absolute;
  top: -2px;
  z-index: 1;
  width: 40px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.v-counter .minusBtn i,
.v-counter .plusBtn i {
  position: absolute;
  top: 50%;
  left: 50%;
}
.v-counter .minusBtn {
  right: 5px;
}
.v-counter .minusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f1af";
  font-family: remixicon !important;
  font-size: 21px;
  transform: translate(-50%, -50%);
}
.v-counter .plusBtn {
  left: 5px;
}
.v-counter .plusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\ea13";
  font-family: remixicon !important;
  font-size: 21px;
  transform: translate(-50%, -50%);
}

.single-product-tablist {
  border: none;
  justify-content: center;
  margin-top: 70px;
}
.single-product-tablist .nav-item {
  border-radius: 0;
  margin-right: 55px;
}
.single-product-tablist .nav-item:last-child {
  margin: 0;
}
.single-product-tablist .nav-item .nav-link {
  color: rgba(37, 27, 66, 0.35);
  padding: 0;
  font-size: 20px;
  font-family: var(--secondaryFont);
  font-weight: 500;
  line-height: 28px;
  background-color: transparent;
  border: none;
}
.single-product-tablist .nav-item .nav-link.active {
  color: var(--secondaryColor);
}

.product-tab-content {
  margin: 25px 0 0;
}
.product-tab-content .product_desc p:last-child {
  margin-bottom: 0;
}

/*-------------------------------
    Show Demo CSS
-------------------------------*/
.sidebar-btn {
  top: calc(50% - 55px);
  position: fixed;
  z-index: 99991;
  width: 40px;
  left: 0;
}
.sidebar-btn button {
  border: 0;
  width: 100%;
  min-width: 100%;
  cursor: pointer;
  min-height: 48px;
  border-radius: 0;
  align-items: center;
  letter-spacing: 1px;
  display: inline-flex;
  padding: 12px 0px 10px;
  justify-content: center;
  color: var(--whiteColor);
  -webkit-box-pack: center;
  text-transform: uppercase;
  -webkit-box-align: center;
  background-color: var(--primaryColor);
  transition: padding-right 0.3s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
  font-size: 14px;
  font-weight: 500;
}
.sidebar-btn button span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-left: 5px;
  padding-right: 5px;
}

.sidebar-demos-popup {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  overflow: hidden;
  visibility: hidden;
  transition: var(--transition);
}
.sidebar-demos-popup.active {
  opacity: 1;
  visibility: visible;
}
.sidebar-demos-popup .close-btn {
  background-color: transparent;
  transition: var(--transition);
  color: var(--whiteColor);
  position: fixed;
  font-size: 40px;
  line-height: 1;
  opacity: 0.8;
  right: 30px;
  padding: 0;
  border: 0;
  top: 20px;
}
.sidebar-demos-popup .demos-inner {
  background-color: #18181b;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.sidebar-demos-popup .demos-inner .inner-demos {
  height: 100%;
  overflow: auto;
  border-radius: 8px;
  width: calc(100% + 20px);
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list {
  max-width: 1320px;
  margin: 50px auto;
  text-align: center;
  border-radius: 10px;
  padding: 50px 50px 0;
  background-color: var(--whiteColor);
  box-shadow: rgba(23, 53, 102, 0.5) 0 15px 50px 0;
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list h2 {
  margin-bottom: 40px;
  font-size: 35px;
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list .single-demo-item {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list .single-demo-item h3 {
  transition: var(--transition);
  margin-bottom: 0;
  font-size: 25px;
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list .single-demo-item .image {
  margin-bottom: 30px;
  transition: var(--transition);
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.1));
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list .single-demo-item .link-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  position: absolute;
}
.sidebar-demos-popup .sidebar-demos-popup .close-btn {
  background-color: transparent;
  transition: var(--transition);
  color: var(--whiteColor);
  position: fixed;
  font-size: 40px;
  line-height: 1;
  opacity: 0.8;
  right: 30px;
  padding: 0;
  border: 0;
  top: 20px;
}/*# sourceMappingURL=style.css.map */