@charset "UTF-8";

@import url(bootstrap-select.min.css);
:root {
  --primary: #E43131;
  --main: #181818;
  --secondary: #4D4E4F;
  --secondary-2:#A0A0A0;
  --white: #FFFFFF;
  --surface: #F7F7F7;
  --critical: #F03E3E;
  --warning: #9391E1;
  --success:#3DAB25;
  --yellow: #F0A750;
  --line: #E9E9E9;
  --pink: #EC749D; 
  --blue: #0C74D6;
  --main-rgba-1: rgba(0, 0, 0, 0.16);
  --main-rgba-2: rgba(0, 0, 0, 0.15);
  --gradient:linear-gradient(87deg, #FBF1F1 3.59%, #F4F1FA 95.02%);
  --rgba-primary: rgba(228, 49, 49, 0.1);
  --bg-scrollbar-track: #f1f1f1;
  --bg-scrollbar-thumb: #c1c1c1;
  --shadow1: 0px 10px 25px 0px #2B344A1F;
  --shadow2: 0px 5px 18px 5px #40485726;
  --backdrop: rgba(24, 24, 24, 0.2);}
/*---------- Reset css styles ----------- */
html,
body,
div,
span,
h4,
p,
fieldset,
form,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;}
section {
  display: block;}
/* Elements
-------------------------------------------------------------- */
html {
  margin-right: 0 !important;
  scroll-behavior: smooth;}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;}
body {
   font-family: "Inter", sans-serif; ;
  font-size: 16px;
  width: 100%;
  height: 100%;
  /*overflow-x: hidden;*/
  line-height: 26px;
  font-weight: 400;
  color: var(--main);
  background-color: var(--white);}
.container {
  max-width: 1320px;}
.container {
  width: 100%;
  margin: auto;}
.container {
  padding-left: 15px;
  padding-right: 15px;}
textarea,
input[type=text],
input[type=email] {
  border: 2px solid var(--line);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  border-radius: 2px;
  padding: 9px 16px;
  width: 100%;
  background: var(--white);
  color: var(--main);
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;}
textarea:hover, textarea:focus, input[type=text]:hover, input[type=text]:focus, input[type=email]:hover, input[type=email]:focus {
  border-color: var(--main);}
textarea {
  height: 160px;
  resize: none;}
/* Placeholder color */
::-webkit-input-placeholder {
  color: var(--secondary-2);}
:-moz-placeholder {
  color: var(--secondary-2);}
::-moz-placeholder {
  color: var(--secondary-2);
  opacity: 1;}
button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main);
  color: var(--white);
  padding: 15px 32px;
  /* border-radius: 99px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;}
/* button:hover {
  background-color: transparent;
  color: var(--main);} */
:-ms-input-placeholder {
  color: var(--secondary-2);}

  .btn-view-more:hover {
    background-color: #D81416;
  }
  
  h3{
      font-size: 24px;
  }

h4 {
  /* font-family: "Kumbh Sans", sans-serif; */
  text-rendering: optimizeLegibility;
  color: var(--main);
  font-weight: 500;}
h4 {
  font-size: 30px;
  line-height: 35px;}
.text-title {
  font-size:14px;
  line-height: 24px;
  font-weight: 500;}
.text-button {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;}
.text-secondary {
  color: var(--secondary) !important;}
.text-secondary-2 {
  color: var(--secondary-2) !important;}
.mb_4 {
  margin-bottom: 4px;}
.mb_8 {
  margin-bottom: 8px;}
.mb_20 {
  margin-bottom: 20px;}
.flat-spacing {
  padding-top: 80px;
  padding-bottom: 80px;}
.tf-btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main);
  color: var(--white);
  padding: 10px 22px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid var(--main);
  position: relative;
  overflow: hidden;}
.tf-btn span {
  color: inherit;}
.tf-btn .text {
  position: relative;
  z-index: 2;}
.tf-btn:not(.btn-reset):after {
  content: "";
  position: absolute;
  bottom: -50%;
  width: 102%;
  height: 100%;
  background-color: var(--white);
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 1;}
.tf-btn:not(.btn-reset):hover {
  color: var(--main);}
.tf-btn:not(.btn-reset):hover::after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);}
/*------------ form ---------------- */
form {
  position: relative;}
form .cols {
  display: flex;
  gap: 20px 16px;
  width: 100%;}
form .cols > * {
  width: 100%;}
.form-leave-comment > .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;}
.form-leave-comment button {
  border: 1px solid var(--main);}
.list-rating-check:not(:checked) > input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;}
.list-rating-check:not(:checked) > label {
  font-size: 40px;
  cursor: pointer;
  white-space: nowrap;
  width: 40px;
  color: var(--line);}
.list-rating-check:not(:checked) > label:before {
  font-family: "icomoon";
  content: "\e92a";}
.list-rating-check:not(:checked) > label:hover,
.list-rating-check:not(:checked) > label:hover ~ label {
  color: var(--yellow);}
.contact-us-content {
  display: flex;
   font-family: "Inter", sans-serif;;

  gap: 60px;}
.contact-us-content .left {
  flex-grow: 1;}
.contact-us-content .left > h4 {
  margin-bottom: 7px;}
.contact-us-content .left > p {
  margin-bottom: 24px;}
.contact-us-content .right {
  width: 100%;
  max-width: 456px;}
.contact-us-content .right h4 {
  margin-bottom: 30px;}
.contact-us-content .right .open-time {
  display: flex;
  gap: 4px;}
.contact-us-content .right .open-time span {
  width: 80px;}
/* sib-form */
.tf-btn-order{
  padding: 10px 32px;
  background-color: #181818;
  color: #fff;
  border: 1px solid #000;
}

.tf-btn-order:hover{
  border: 1px solid #000;
}

.btn-w-list:hover{
  border: 1px solid #000;
}
/*-------------- Responsive ----------------- */
/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1199px) {

  .contact-us-content {
    gap: 30px;}
  }
@media only screen and (max-width: 1024px) {

  h4 {
    font-size: 26px;
    line-height: 36px;}

  }
@media only screen and (max-width: 991px) {

  .tf-btn,
button {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 22px;}
.flat-spacing {
    padding-top: 60px;
    padding-bottom: 60px;}
}
@media only screen and (max-width: 767px) {
    .content P{
        font-size: 14px;
    }
    .btn-readmore{
        font-size: 14px;
    }
    .wp-blog-3 .title{
        font-size: 14px !important;
    }
    
    .mobile-search__field{
    margin-top: 50px;
            height: 400px;
        overflow: auto;
    }

  .contact-us-content {
    flex-direction: column;}
.contact-us-content .right {
    max-width: unset;}
.contact-us-content .right h4 {
    margin-bottom: 20px;}
h4 {
    font-size: 24px;
    line-height: 34px;}
}

/* Faq style */


ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.container {
  max-width: 1320px;
}

.container {
  width: 100%;
  margin: auto;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

textarea,
input[type=text] {
  border: 2px solid var(--line);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  line-height: 26px;
  border-radius: 5px !important;
  padding: 9px 16px;
  width: 100%;
  background: var(--white);
  color: var(--main);
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea:hover, textarea:focus, input[type=text]:hover, input[type=text]:focus {
  border-color: var(--main);
}

textarea {
  height: 160px;
  resize: none;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: var(--secondary-2);
}

:-moz-placeholder {
  color: var(--secondary-2);
}

::-moz-placeholder {
  color: var(--secondary-2);
  opacity: 1;
}


button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main);
  color: var(--white);
  padding: 8px 32px;
  /* border-radius: 99px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  
  text-transform: capitalize;
  border-radius: 5px;
}
button:hover {
  background-color: transparent;
  color: var(--main);
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: var(--secondary-2);
}

/* Typography
-------------------------------------------------------------- */
h5,
h6 {
  /* font-family: "Kumbh Sans", sans-serif; */
  text-rendering: optimizeLegibility;
  color: var(--main);
  font-weight: 500;
}

h5 {
  font-size: 24px;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  line-height: 28px;
}

.text-button {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

 .text-caption-1{
  font-size: 14px;
  line-height: 22px;
}
.tf-mini-cart-tool-btn .text-caption-1{
  font-size: 13px;
}
.mx-wdth{
  width: 80px;
}

.text-secondary {
  color: var(--secondary) !important;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: var(--main);
}
a:focus, a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

.mb_4 {
  margin-bottom: 4px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_20 {
  margin-bottom: 20px;
}

.flat-spacing {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sticky-top {
  z-index: 50;
  top: 15px;
}


.btn-style-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 14px 15px;
  border-radius: 5px;
  background-color: var(--main);
  color: var(--white);
  letter-spacing: 0.1em;
  border: 0;
}
.btn-style-2:hover {
  background-color: var(--primary);
  color: var(--white);
}

/*------------ form ---------------- */
form {
  position: relative;
}
.form-leave-comment button {
  border: 1px solid var(--main);
}


.list-rating-check:not(:checked) > label {
  font-size: 40px;
  cursor: pointer;
  white-space: nowrap;
  width: 40px;
  color: var(--line);
}

.list-rating-check:not(:checked) > label:hover,
.list-rating-check:not(:checked) > label:hover ~ label {
  color: var(--yellow);
}

.tf-select {
  position: relative;
}
.tf-select select {
  width: 100%;
  padding: 7px 16px;
  border: 2px solid var(--line);
  border-radius: 999px;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-select::after {
  font-family: "icomoon";
  position: absolute;
  content: "\e935";
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  z-index: -1;
}
.tf-select:hover select {
  border-color: var(--main);
}

.accordion-product-wrap .accordion-product-item {
  padding: 20px 0;
}
.accordion-product-wrap .accordion-product-item:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
.accordion-product-wrap .accordion-product-item .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-product-wrap .accordion-product-item .accordion-title:not(.collapsed) .btn-open-sub::before {
  transform: rotate(90deg);
}
.accordion-product-wrap .btn-open-sub {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.accordion-product-wrap .btn-open-sub:after, .accordion-product-wrap .btn-open-sub::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--main);
  transition: 0.4s ease 0.1s;
  margin: auto;
}
.accordion-product-wrap .btn-open-sub::before {
  width: 2px;
  height: 18px;
}
.accordion-product-wrap .btn-open-sub::after {
  width: 18px;
  height: 2px;
}
.accordion-product-wrap.style-faqs .accordion-product-item:first-child {
  padding-top: 0;
}
.accordion-product-wrap.style-faqs .accordion-product-item:last-child {
  padding-bottom: 0;
}
.accordion-product-wrap.style-faqs .accordion-faqs-content {
  padding-top: 8px;
}

.page-faqs-wrap {
  display: flex;
  gap: 60px;
  max-width: 800px;
  margin: auto;
}
.page-faqs-wrap .list-faqs {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.page-faqs-wrap .list-faqs .faqs-title {
  margin-bottom: 20px;
  text-align: center;
}
.page-faqs-wrap .ask-question {
  width: 380px;
  height: max-content;
  flex-shrink: 0;
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  border-radius: 16px;
  padding: 24px;
}
.page-faqs-wrap .ask-question .ask-question-wrap form .tf-select select {
  padding: 9px 16px;
  border-radius: 4px;
}
.page-faqs-wrap .ask-question .ask-question-wrap form textarea {
  height: 86px;
}
.page-faqs-wrap .ask-question .ask-question-wrap form button {
  height: 48px;
  border: 0;
}


@media only screen and (max-width: 1199px) {

  .login-wrap {
    gap: 60px;
  }
  .page-faqs-wrap {
    gap: 60px 30px;
  }
  .page-faqs-wrap .ask-question {
    width: 300px;
  }
}
@media only screen and (max-width: 1024px) {

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991px) {

  button {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .flat-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {

  .page-faqs-wrap {
    flex-direction: column;
  }
  .page-faqs-wrap .ask-question {
    width: unset;
    padding: 24px 15px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

.list-faqs ul{
    padding-left: 0px;
}

.accordion-product-item a{
    text-decoration: none;
    color: black;
}
.accordion-product-item h6{
    font-size: 18px;
    margin-bottom: 0px;
}

/*  */

/*------------ sections ---------------- */

.page-title {
  padding: 10px 0 10px;
  background: #f8f8f8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title .heading {
  margin-bottom: 6px;
    font-size: 16px;

}

ul.breadcrumbs {
  display: flex;
  gap: 4px;
  align-items: center;
}
ul.breadcrumbs li {
  color: var(--secondary-2);
  font-size: 14px;
  line-height: 22px;
}
ul.breadcrumbs i {
  font-size: 12px;
  color: var(--secondary-2);
}

.terms-of-use-wrap {
  display: flex;
  gap: 130px;
}
.terms-of-use-wrap > .left {
  width: 360px;
  flex-shrink: 0;
  height: max-content;
  top: 82px;
  border-left: 1px solid var(--line);
}
.terms-of-use-wrap > .left h6 {
  position: relative;
  padding: 10px 0 10px 16px;
  cursor: pointer;
}
.terms-of-use-wrap > .left h6::before {
  position: absolute;
  content: "";
  top: 0;
  left: -1px;
  width: 2px;
  height: 0;
  background-color: var(--main);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.terms-of-use-wrap > .left h6.active::before {
  height: 100%;
}
.terms-of-use-wrap > .right {
  flex-grow: 1;
}
.terms-of-use-wrap > .right .heading {
  margin-bottom: 40px;
}
.terms-of-use-wrap > .right .terms-of-use-item:not(:last-child) {
  margin-bottom: 32px;
}
.terms-of-use-wrap > .right .terms-of-use-item .terms-of-use-title {
  margin-bottom: 12px;
}
.terms-of-use-wrap > .right .terms-of-use-item .terms-of-use-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.account-main .sidebar-account{
    border-radius: 8px;
}
.addtocart_fixedbtn{
    position: fixed;
    bottom: 47px;
    width: 100%;
    z-index: 99;
}

@media (min-width: 992px) {
    .addtocart_fixedbtn{
        display: none;
    }
    .sticky-left-side{
        position: sticky;
        top: 15px;
    }
    .main_input_search_part .searchBtnlist {
                    display: flex
;
        width: 135px;
        align-items: center;
        gap: 5px;
    }
    .positionSticky{
            position: sticky;
    top: 130px;
    height: 50%;
    }
    
    .mt-min-0{
        margin-top: 0px !important;
    }
    
    .account-main .sidebar-account{
        position: sticky;
        top: 30px;
    }
    .right-sticky-part{
        position: sticky;
    top: 130px;
    height: 100%;
    }
    .price-sectioni-right{
        position: sticky;
        top: 5px;
    }
    
    .col-lg-2-custom{
                width: 12.5%;
    }
    .left-sticky-container{
        height: 50%;
        position: sticky;
        top: 5px;
    }

  .page-title {
    padding: 13px 0 13px;
  }
}
@media only screen and (max-width: 1439px) {

  .terms-of-use-wrap {
    gap: 60px;
  }
}
@media only screen and (max-width: 1024px) {

  h3 {
    font-size: 30px;
    line-height: 38px;
  }

  h4 {
    font-size: 26px;
    line-height: 36px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991px) {

  .terms-of-use-wrap {
    gap: 30px;
  }
  .terms-of-use-wrap .left {
    width: 300px;
  }
  .terms-of-use-wrap .right .heading {
    margin-bottom: 32px;
  }

  .flat-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {

  .terms-of-use-wrap {
    flex-direction: column;
  }
  .terms-of-use-wrap .left {
    width: 100%;
    position: unset;
  }
  .terms-of-use-wrap .right .heading {
    margin-bottom: 20px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
.tf-grid-layout {
  display: grid;
  column-gap: 15px;
  row-gap: 30px;
}
.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tf-grid-layout .wg-pagination {
  grid-column: 1/-1;
  width: 100%;
}



.header__navbar {
  padding: 0px 15px;
  z-index: 99;
}
.search-container {
  position: relative;
}
.search-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px !important;
  outline: none;
}
.search-icon {
  position: absolute;
  right: 10px;
  border: none;
  background-color: transparent;
  top: 50%;
  padding: 0px;
  transform: translateY(-50%);
  color: gray;
  cursor: pointer;
}
.header-second .bg-dark{
  padding: 6px 0px;
}
#search{
  background: #ffffff3b;
  border: none;
  color: black;
  border: 1px solid #c3c3c3;
  border-radius: 0px;
}

/*.bottom-header{*/
/*  border-bottom: 1px solid #eeeeee;*/
/*}*/

.initial-child-container {
  flex: 0 0 auto;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
}
.tf-dropdown-sort {
  border-radius: 4px;
  padding: 5px 8px;
  min-width: 100px;
  border: 2px solid var(--line);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-dropdown-sort .icon {
  font-size: 14px;
}
.tf-dropdown-sort .btn-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.tf-dropdown-sort .btn-select {
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 22px;
}
.tf-dropdown-sort .dropdown-menu {
  box-shadow: var(--shadow1);
  min-width: 164px;
  border: 0;
  padding: 15px 5px;
  border-radius: 0;
  max-height: 68vh;
  isolation: isolate;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar-track {
  background-color: var(--bg-scrollbar-track);
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--bg-scrollbar-thumb);
  border-radius: 4px;
}
.tf-dropdown-sort .select-item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary);
  padding: 0 15px;
  line-height: 30px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-dropdown-sort .select-item:hover {
  background-color: var(--line);
  color: var(--main);
}
.tf-dropdown-sort:hover {
  border-color: var(--main);
}

.list-rating-check:not(:checked) > label {
  font-size: 40px;
  cursor: pointer;
  white-space: nowrap;
  width: 40px;
  color: var(--line);
}

.list-rating-check:not(:checked) > label:before {
  font-family: "icomoon";
  content: "\e92a";
}

.list-rating-check:not(:checked) > label:hover,
.list-rating-check:not(:checked) > label:hover ~ label {
  color: var(--yellow);
}

.tf-check {
  position: relative;
  background: transparent;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  /*min-width: 20px;*/
  border: 1px solid var(--secondary-2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.tf-check:checked {
  border-color: var(--main);
  background-color: var(--main);
}
.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}
.tf-check::before {
  font-weight: 500;
  font-family: "icomoon";
  content: "\e937";
  position: absolute;
  color: var(--white);
  opacity: 0;
  font-size: 12px;
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.canvas-wrapper {
  padding: 0;
  isolation: isolate;
  height: 100%;
  width: 100%;
  max-height: none;
  display: grid;
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
}

.canvas-body {
  background-color: var(--white);
  padding: 15px 20px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.canvas-body::-webkit-scrollbar {
  width: 5px;
}
.canvas-body::-webkit-scrollbar-track {
  background-color: var(--bg-scrollbar-track);
}
.canvas-body::-webkit-scrollbar-thumb {
  background: var(--bg-scrollbar-thumb);
  border-radius: 4px;
}


.card-product {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-product .product-img {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: stretch;
}
.card-product .card-product-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 20;
}
.card-product .card-product-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition-duration: 700ms;
}
/* .card-product .card-product-wrapper:hover .product-img .img-product {
  opacity: 0;
} */
.card-product .card-product-wrapper .on-sale-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  z-index: 5;
  display: flex;
}
.card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  padding: 0 6px;
  min-width: 50px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  position: relative;
  background-color: var(--critical);
  color: var(--white);
  border-radius: 144px;
}
.original-price-table{
    font-size: 13px !Important;
}
.on-sale-item-badge{
    background-color: #34a853;
    line-height: 20px;
    color: #fff;
    font-size: 10px;
    padding: 0 4px;
    border-radius: 2px;
}
.card-product .card-product-info {
  padding-top: 10px;
  gap: 4px;
  display: grid;
}
.card-product .card-product-info .title {
  font-size: 16px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 500;
  text-align: start;
}
.card-product .card-product-info .price {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.card-product .card-product-info .old-price {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 8px;
  font-weight: 400;
  color: var(--secondary-2);
  font-size: 14px;
  line-height: 22px;
}
.card-product .marquee-product {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  display: none;
  flex-direction: row;
  width: 100%;
  transform: none;
  padding: 3px 0px;
}
.card-product .marquee-product .marquee-child-item p {
  padding-left: 8px;
  padding-right: 8px;
}
.card-product .marquee-product .marquee-child-item .icon {
  font-size: 16px;
}
.card-product .marquee-product .marquee-wrapper {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: infiniteScroll 12s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}
.card-product .variant-wrap {
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0px;
  right: 0px;
  pointer-events: none;
  transition: 0.3s ease-out 0s;
}
.card-product .list-btn-main {
  position: absolute;
  bottom: 8px;
  left: 5px;
  right: 5px;
  z-index: 5;
  transition: 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  gap: 4px;
}
.card-product .countdown-wrap {
  display: none;
}
.card-product .variant-box {
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 6px;
  max-height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
.card-product .btn-main-product {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 20px;
  
  background-color: var(--white);
  color: var(--main);
  border-radius: 44px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.card-product .btn-main-product:hover {
  background-color: var(--main);
  color: var(--white);
}
.card-product:not(.list-st-3, .list-st-2, .style-list) .card-product-wrapper {
  aspect-ratio: 1/1.33;
}

.tf-breadcrumb-wrap {
  padding: 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.tf-breadcrumb-wrap .tf-breadcrumb-list {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1px;
}

.icon-arrRight:before {
  content: "\e934";
}

.tf-breadcrumb-wrap .tf-breadcrumb-list .icon {
  font-size: 12px;
}
/*------------ blog ---------------- */

.wg-pagination {
  display: flex;
  gap: 8px;
}
.wg-pagination .pagination-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
}
.wg-pagination li:hover .pagination-item,
.wg-pagination li.active .pagination-item {
  background-color: var(--main);
  border-color: var(--main);
  color: var(--white);
}
.tf-btn-filter {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 4px;
  color: var(--main);
      border: solid 2px #111111;
  border-radius: 4px;
  text-transform: capitalize;
    padding: 7px 34px;
    box-shadow: 1px 1px 10px #75757559;
  font-weight: 400;
  background-color: var(--white);
  max-width: 100%;
  text-wrap: nowrap;
  border-radius: 5px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tf-btn-filter .icon {
  font-size: 20px;
}
.tf-btn-filter:hover {
  border-color: var(--main);
}

.tf-shop-control {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* margin-bottom: 30px; */
}
.tf-shop-control .tf-control-filter {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tf-shop-control .tf-control-sorting {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.wrapper-shop {
  transition: all 0.3s ease-in-out;
  animation: fadeShop 0.5s ease-in-out;
}
.wrapper-control-shop .tf-grid-layout .wg-pagination {
  margin-top: 0;
}

@keyframes fadeShop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.meta-filter-shop {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.meta-filter-shop .count-text {
  font-size: 14px;
  line-height: 22px;
  color: var(--secondary);
  padding-right: 12px;
  position: relative;
}
.meta-filter-shop .count-text::after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0;
  width: 1px;
  display: block;
  content: "";
  background-color: #d9d9d9;
}
.meta-filter-shop #applied-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.meta-filter-shop .remove-all-filters {
  padding: 4px 12px;
  border: 1px solid var(--main);
}
.meta-filter-shop .remove-all-filters .icon {
  font-size: 12px;
}

.canvas-filter {
  max-width: 320px;
}
.canvas-filter .canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: var(--surface);
  gap: 8px;
}
.canvas-filter .canvas-header h5 {
  flex-grow: 1;
  font-size: 20px;
  margin-bottom: 0px;
}
.canvas-filter .canvas-body {
  padding: 20px;
}

.widget-facet {
  padding-bottom: 20px;
}
.widget-facet:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--line);
}
.widget-facet .facet-title {
  margin-bottom: 5px;
}
.widget-facet.facet-categories li:not(:last-child) {
  margin-bottom: 12px;
}
.widget-facet.facet-categories .categories-item.active, .widget-facet.facet-categories .categories-item:hover {
  color: var(--primary);
}
.widget-facet.facet-price .price-val-range {
  margin: 22px 0px;
}
.widget-facet.facet-price .box-price-product {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.widget-facet.facet-price .title-price {
  margin-bottom: 4px;
  display: block;
}
.widget-facet.facet-price .price-val {
  padding: 5px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  border: 2px solid var(--line);
  position: relative;
}
.widget-facet.facet-price .price-val::after {
  content: attr(data-currency);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-weight: 400;
  color: var(--secondary);
  font-size: 14px;
  line-height: 22px;
}
.widget-facet .facet-size-box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 16px;
  padding-right: 20px;
}
.widget-facet .facet-size-box .size-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1000px;
  border: 1px solid var(--line);
  color: var(--main);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.widget-facet .facet-size-box .size-item:not(.free-size) {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-facet .facet-size-box .size-item:hover {
  border-color: var(--main);
}
.widget-facet .facet-size-box .free-size {
  padding: 8px 16px;
  text-transform: capitalize;
}
.widget-facet .facet-color-box {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.widget-facet .facet-color-box .color-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid var(--line);
  border-radius: 1000px;
  padding: 6px 12px 6px 8px;
  text-transform: capitalize;
}
.widget-facet .facet-color-box .color-item .color {
  width: 20px;
  height: 20px;
  border-radius: 1000px;
}
.widget-facet .facet-color-box .color-item:hover {
  border-color: var(--main);
}
.widget-facet.facet-fieldset .fieldset-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
/*.widget-facet.facet-fieldset .fieldset-item:not(:last-child) {*/
/*  margin-bottom: 12px;*/
/*}*/
.widget-facet.facet-fieldset .fieldset-item label span {
  margin-left: 12px;
}

.sidebar-filter .facet-price .price-val-range {
  padding-left: 10px;
  padding-right: 10px;
}

.sidebar-filter {
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.canvas-filter .widget-facet:last-child {
  padding-bottom: 0;
}
.canvas-filter .canvas-bottom {
  box-shadow: var(--shadow2);
  padding: 12px 20px;
}
.canvas-filter .canvas-bottom .tf-btn {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}


@media (min-width: 768px) {
  .canvas-filter {
    max-width: 400px;
  }
  .canvas-filter .canvas-header {
    padding: 15px 32px;
  }
  .canvas-filter .canvas-body {
    padding: 20px 32px;
  }
  .canvas-filter .canvas-bottom {
    padding: 18px 32px;
  }

  .widget-facet {
    padding-bottom: 32px;
  }
  .widget-facet.facet-price .box-price-product {
    gap: 20px;
  }

  .card-product .card-product-wrapper .on-sale-wrap {
    top: 12px;
    right: 12px;
    left: 12px;
  }
  .card-product.card-product-size .list-btn-main {
    bottom: 15px;
  }
}
@media (min-width: 992px) {

  .canvas-filter .canvas-bottom .tf-btn {
    padding: 12px;
  }

  .tf-grid-layout {
    column-gap: 30px;
    row-gap: 30px;
  }

  .card-product .card-product-info {
    padding-top: 16px;
  }
  .card-product .list-btn-main {
    bottom: 12px;
    left: 14px;
    right: 14px;
  }
  .card-product .btn-main-product {
    padding: 10px;
  }
  .wrapper-control-shop .tf-grid-layout {
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .sidebar-filter .canvas-body {
    padding: 0;
  }

  .tf-dropdown-sort {
    padding: 5px 12px;
    min-width: 164px;
  }

  .card-product .marquee-product {
    display: flex;
  }
  .card-product .countdown-wrap {
    display: block;
  }
  .card-product:not(.style-list, .list-st-2, .list-st-3) .list-btn-main {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  .card-product:hover:not(.style-list, .list-st-2, .list-st-3) .marquee-product {
    opacity: 0;
    visibility: hidden;
  }
  .card-product:hover:not(.style-list, .list-st-2, .list-st-3) .variant-wrap {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  .card-product:hover:not(.style-list, .list-st-2, .list-st-3) .list-btn-main {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0) !important;
  }
}
@media only screen and (max-width: 1199px) {

  .sidebar-filter {
    position: fixed;
    bottom: 0;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    outline: 0;
  }
  .sidebar-filter.left {
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 1024px) {

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991px) {

  .wg-pagination .pagination-item {
    width: 36px;
    height: 36px;
  }

 
  button .icon {
    font-size: 18px;
  }

  .flat-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {

  .login-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .login-wrap::before {
    display: none;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

.bg-main {
  background-color: var(--main) !important;
}
.text-primary {
  color: var(--primary) !important;
}

.text-main {
  color: var(--main) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-secondary-2 {
  color: var(--secondary-2) !important;
}

.text-white {
  color: var(--white) !important;
}

.text-surface {
  color: var(--surface) !important;
}

.text-critical {
  color: var(--critical) !important;
}

.text-warning {
  color: var(--warning) !important;
}

.text-success {
  color: var(--success) !important;
}

.text-yellow {
  color: var(--yellow) !important;
}

.text-line {
  color: var(--line) !important;
}

.text-pink {
  color: var(--pink) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-main {
  background-color: var(--main) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-secondary-2 {
  background-color: var(--secondary-2) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.bg-surface {
  background-color: #f8f8f8 !important;
}

.bg-critical {
  background-color: var(--critical) !important;
}

.bg-warning {
  background-color: var(--warning) !important;
}

.bg-success {
  background-color: var(--success) !important;
}

.bg-yellow {
  background-color: var(--yellow) !important;
}

.bg-line {
  background-color: var(--line) !important;
}

.bg-pink {
  background-color: var(--pink) !important;
}

.bg-light-pink {
  background-color: #DFC6B8 !important;
}

.bg-light-pink-2 {
  background-color: #F4C5BF !important;
}

.bg-light-pink-3 {
  background-color: #FDEBEB !important;
}

.bg-dark-pink {
  background-color: #D10047 !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.bg-blue-2 {
  background-color: #0C74D6 !important;
}

.bg-blue-3 {
  background-color: #0766BF !important;
}

.bg-light-blue {
  background-color: #D3D9EF !important;
}

.bg-light-blue-2 {
  background-color: #EBEAEF !important;
}

.bg-light-blue-3 {
  background-color: #EDF5F6 !important;
}

.bg-light-blue-4 {
  background-color: #EAF5FF !important;
}

.bg-light-blue-5 {
  background-color: #C9DFED !important;
}

.bg-dark-blue {
  background-color: #1B4872 !important;
}

.bg-purple {
  background-color: #2D3054 !important;
}

.bg-purple-2 {
  background-color: #6461BE !important;
}

.bg-purple-3 {
  background-color: #73465A !important;
}

.bg-orange {
  background-color: #FF9747 !important;
}

.bg-orange-2 {
  background-color: #F1592A !important;
}

.bg-light-orange {
  background-color: #EEAE76 !important;
}

.bg-grey {
  background-color: #E0D3C5 !important;
}

.bg-grey-2 {
  background-color: #D7CFC4 !important;
}

.bg-dark-grey {
  background-color: #B1AA98 !important;
}

.bg-dark-grey-2 {
  background-color: #9E9B96 !important;
}

.bg-light-grey {
  background-color: #F0EFED !important;
}

.bg-light-green {
  background-color: #B7B8A3 !important;
}

.bg-brown {
  background-color: #D6BB9A !important;
}

.bg-red {
  background-color: #DC2A35 !important;
}

.bg-red-2 {
  background-color: #D14244 !important;
}

.bg-beige {
  background-color: #CCBBA7 !important;
}
.bg-blue {
  background-color: #F5F7FE !important;
}

.bg-beige-2 {
  background-color: #F6EFDD !important;
}

.bg-beige-1 {
  background-color: #F6F1EE !important;
}
.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}
.text-btn-uppercase {
  font-size: 12px;
  /*line-height: 20px;*/
  /*text-transform: uppercase;*/
  /*font-weight: 600;*/
  /*letter-spacing: 0.1em;*/
}
.tf-marquee .marquee-child-item p{
    font-weight: 500;
}
.card-product .variant-box .countdown__item {
  color: var(--critical);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}
.noUi-connect {
  background-color: var(--main);
}

/*  */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-target {
  border: 0;
}

.noUi-base .noUi-connects {
  border-radius: 999px;
  background-color: var(--line);
}

.noUi-connect {
  background-color: var(--main);
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  height: 16px;
  width: 16px;
  border-radius: 50px;
  border: 2px solid var(--main);
  background-color: var(--white);
  box-shadow: unset;
  cursor: pointer;
}
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after,
.noUi-vertical .noUi-handle::before,
.noUi-vertical .noUi-handle::after {
  content: none;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -8px;
}
.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}
#scroll-top {
  position: fixed;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 50px;
  border-radius: 4px;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  z-index: 100;
  background-color: var(--main);
  border: 0;
  bottom: 92px;
  right: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scroll-top.show {
  opacity: 1;
  visibility: visible;
}
#scroll-top.type-1 {
  bottom: 140px;
}
#scroll-top:hover {
  transform: translateY(-5px);
  background-color: var(--primary);
}

input[type=password],
input[type=email] {
  border: 2px solid var(--line);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
  padding: 9px 16px;
  width: 100%;
  background: var(--white);
  color: var(--main);
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=password]:hover, input[type=password]:focus, input[type=email]:hover, input[type=email]:focus {
  border-color: var(--main);
}


form {
  position: relative;
}


.form-login .wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}
.form-login .wrap .forget-password {
  text-decoration: underline;
  font-size: 14px;
}
.form-login .tf-cart-checkbox .tf-checkbox-wrapp {
  width: 20px;
  height: 20px;
  gap: 8px;
}
.form-login .tf-cart-checkbox .tf-checkbox-wrapp input,
.form-login .tf-cart-checkbox .tf-checkbox-wrapp div {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 3px;
}
.form-login button {
  padding: 8px 32px;
}

.form-has-password .toggle-password {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  cursor: pointer;
}
.form-has-password .toggle-password i {
  font-size: 15px;
  color: var(--secondary-2);
}


.tf-cart-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tf-cart-checkbox .tf-checkbox-wrapp {
  min-width: 1.6rem;
  place-items: center;
  position: relative;
  overflow: hidden;
  display: flex;
}
.tf-cart-checkbox .tf-checkbox-wrapp input {
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
  transition: 0.2s ease-in-out;
  background-color: var(--white);
  opacity: 0;
}
.tf-cart-checkbox .tf-checkbox-wrapp input:checked + div {
  background-color: var(--main);
}
.tf-cart-checkbox .tf-checkbox-wrapp input:checked + div i {
  transform: scale(1);
}
.tf-cart-checkbox .tf-checkbox-wrapp div {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transition: 0.25s ease-in-out;
  z-index: 5;
  border: 1px solid var(--line);
  background-color: var(--white);
  color: var(--white);
  pointer-events: none;
}
.tf-cart-checkbox .tf-checkbox-wrapp div i {
  font-size: 11px;
  transform: scale(0);
}
.tf-cart-checkbox label {
  font-weight: 400;
  cursor: pointer;
}

.login-wrap {
  display: flex;
  /*gap: 120px;*/
  align-items: center;
  margin: auto;
  border-radius: 8px;
  /*overflow: hidden;*/
  position: relative;
      max-width: 1100px;
border: 1px solid #dadada;
}
.login-wrap .right{
    background: #e52727;
    color: #fff;
    min-height: 100%;
    padding: 100px 30px;
}
.login-wrap .left {
  width: 100%;
    padding: 30px;
}
.login-wrap .left .heading {
  margin-bottom: 28px;
}
.login-wrap .right {
  width: 100%;
}
.login-wrap .right p {
  margin-bottom: 28px;
  color: #fff !important;
}
.login-wrap .right a {
  padding: 8px 32px;
}
/*.login-wrap::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  height: 100%;*/
/*  width: 1px;*/
/*  background-color: var(--line);*/
/*  top: 0;*/
/*  left: 50%;*/
/*}*/

/* Cart page design */

.cart-main{
  width: 100%;
  /* background-color: #F1F3F6; */
}

.mainCart{
  background-color: #f6f6f6;

}
.group-header-container {
padding: 16px 0;
background: #fff;
border-radius: 8px;
}

.cart-header-title {
padding: 0;
color: #222;
font-weight: 500;
padding-left: 15px;
font-size: 18px;
}
.cart-summary-title {
    /*color: #878787;*/
    /*text-transform: uppercase;*/
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #dadada;
}
.cart-summary {
position: relative;
padding: 16px 16px;
background-color: #fff;
border-radius: 8px;
}

.details-title{
display: flex;
align-items: center;
justify-content: space-between;
font-size: 16px;
}
.details-title p{
margin-bottom: 10px;
}

.details-title-total p{
font-weight: 600;
}

.total-amt{
font-size: 18px;
}

.checkout-btn button{
display: block;
background-color: #181818;
color: #fff;
font-size: 16px;
width: 100%;
padding: 10px 0;
border-radius: 5px;
border: none;
font-weight: 600;
}
.cart-icons-title {
color: #222;
font-size: 17px;
font-weight: 500;
}
.cart-icons {
margin-top: 8px;
padding: 16px 24px;
background-color: #fff;
}
.cart-icons-list-mode img{
width: 100%;
margin-right: 10px;
border-radius: 8px;
}
.cart-icons-line {
margin: 16px 0;
height: 1px;
background-color: #f5f5f5;
}   

.group-container {
margin-top: 8px;
padding: 15px 15px;
background: #fff;
border-radius: 8px;
}
.cursor-pointer{
    cursor: pointer;
}

.unlockShop{
    font-size: 15px;
}

.cart-product-image img{
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 8px;
}
.cart-product-name-img a{
text-decoration: none;
color: #333;
}
.product-price p{
font-weight: 600;
font-size: 15px;
color: #222;
}

.comet-v2-input-number-btn {
width: 24px;
height: 24px;
/* background-color: #f5f5f5; */
background-color: #ffffff;
border: 1px solid #595959;
font-size: 12px;
line-height: 24px;
text-align: center;
border-radius: 5px;
cursor: pointer;
}
.comet-v2-input-number-input {
margin: 0 4px;
height: 24px;
width: 25px !important;
background: none !important;
/* background-color: var(--color-white, "#fff"); */
border: none !important;
line-height: 24px;
letter-spacing: 0;
padding: 0px !important;
text-align: center;
outline: 0;
color: #191919;
color: var(--color-grey-5, #191919);
font-weight: 700;
}
.comet-v2-input-number {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
color: #222;
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
list-style: none;
-webkit-font-feature-settings: "tnum", "tnum";
font-feature-settings: "tnum", "tnum";
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.price-qty{
display: flex;
align-items: baseline;
justify-content: space-between;

}
.price-qty p{
margin-bottom: 8px;
}
.cart-product-ship-item{
display: flex;
gap: 2px;
}
.cart-product-ship-item p{
margin-bottom: 0px;
font-size: 12px;
color:#01A971;
}
.cart-product-ship-item img{
width: 16px;
}

.img-delete{width: 17px;
  margin-left: 5px;}

.product-detail span {
    color: #899292;
    font-size: 14px;
}
/* bike accessories start */

.cont {
	/*width: 1200px;*/
	/* padding-left: 15px;
	padding-right: 15px; */
	margin: 0 auto;
}
.cont:after {
	clear: both;
	display: block;
	content: '';
}

.frontsearch-res:hover + .line + .frontsearch-point {
    /* border-color: #ff3100; */
    background: #d81416;
}

.frontsearch-cont div.line {
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	height: 1px;
	/*background: #c0c4d7;*/
	background: transparent;
	position: absolute;
	z-index: 3;
	transition: all 0.2s;
}

.frontsearch-wrap {
	position: relative;
	overflow: hidden;
	background: #f5f7fe;
}
.frontsearch {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.frontsearch:after {
	clear: both;
	display: block;
	content: '';
}
.frontsearch h2 {
	position: relative;
	background: #f5f7fe;
	z-index: 2;
    font-size: 40px;
    color: #283346;
    padding: 0 25px 10px 0;
    /* letter-spacing: 0.05em; */
    display: inline-block;
    margin: 0;
    /* text-transform: uppercase; */
     font-family: "Inter", sans-serif;;
    font-weight: 700;
}
.frontsearch .frontsearch-count {
	color: #ff3100;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.frontsearch .frontsearch-wrap {
	margin: 0;
	position: relative;
	z-index: 2;
	border-radius: 4px;
	box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
	background: #fff;
	padding: 46px 29px 41px;
}
.frontsearch .frontsearch-wrap:after {
	clear: both;
	content: '';
	display: block;
}
.frontsearch .frontsearch-cont {
	position: relative;
	padding: 60px 0;
	margin: 0 23%;
}
.frontsearch .frontsearch-model {
    text-align: center;
    display: block;
    margin: 0 -12%;
    padding: 0;
    position: absolute;
    line-height: 100%;
    white-space: nowrap;
    top: 21.5%;
    left: 0;
    right: 0;
    overflow: hidden;
    font-size: 118px;
    color: #d3d7e7;
    font-weight: bolder;
	z-index: 1;
}
.frontsearch .frontsearch-img {
	margin: 40px 0 40px;
	width: 100%;
	/*padding: 0 20%;*/
	position: relative;
	z-index: 2;
}
.frontsearch .frontsearch-img img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.frontsearch .frontsearch-selects {
	padding: 0 0 0 2.8%;
}
.frontsearch .frontsearch-select {
	display: inline-block;
    position: relative;
    margin: 0 3.7% 15px 0;
    border-bottom: 1px solid #283346;
    transition: all 0.2s;
    width: 16%;
}
.frontsearch .frontsearch-select.dropdown-wrap-range input[type=text] {
	display: none;
}
.frontsearch .frontsearch-select .frontsearch-select-ttl {
	margin: 0;
	padding: 0 17px 7px 0;
	color: #283346;
	cursor: pointer;
	font-size: 15px;
	transition: all 0.2s;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.frontsearch .frontsearch-select .frontsearch-select-ttl:after {
	position: absolute;
	content: '';
	background: url(../img/arr1.png) no-repeat left top;
	display: block;
	width: 14px;
	height: 8px;
	overflow: hidden;
	top: 7px;
	right: 0;
}
.frontsearch .frontsearch-select:hover {
	border-bottom: 1px solid #ff3100;
}
.frontsearch .frontsearch-select:hover .frontsearch-select-ttl {
	color: #ff3100;
}
.frontsearch .frontsearch-select .frontsearch-select-ttl:hover {
	color: #ff3100;
}
.frontsearch .frontsearch-select .frontsearch-select-ttl:hover:after {

}
.frontsearch .frontsearch-select ul {
    position: absolute;
    left: -11px;
    top: 100%;
    background: #fff;
    padding: 5px 10px;
    margin: 10px 0 0;
    border: 1px solid #e0e4f6;
    border-radius: 4px;
    min-width: 100%;
    box-sizing: content-box;
    display: none;
    z-index: 5;
}
.frontsearch .frontsearch-select ul li {
	white-space: nowrap;
	padding: 0;
	font-size: 15px;
}
.frontsearch .frontsearch-select ul li a {
	transition: all 0.2s;
	display: block;
	padding: 4px 0;
	color: #283346;
}
.frontsearch .frontsearch-select ul li a:hover {
	color: #ff3100;
}
.frontsearch .frontsearch-select ul li.active a {
	color: #ff3100;
}
.frontsearch-res {
	position: absolute;
	display: block;
	z-index: 4;
	white-space: nowrap;
	transition: all 0.2s;
}
.frontsearch-res a {
	display: block;
	color: #a0a6c5;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.2s;
}
.frontsearch-res span {
	border-radius: 30px;
	padding: 1px 8px;
	background: #c0c4d7;
	margin: 0 4px 0 4px;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	transition: all 0.2s;
}
.frontsearch-point {
	z-index: 4;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	/*border: 2px solid #c0c4d7;*/
	/*border: 2px solid transparent;*/
	background: transparent;
	position: absolute;
	display: block;
	transition: all 0.2s;
}

.frontsearch-res:hover a {
	color: #ff3100;
}
.frontsearch-res:hover span {
	background: #ff3100;
	color: #fff;
}


.frontsearch-res1 {
    top: 8%;
    left: 34%;
}
.frontsearch-point1 {
    top: 39%;
    left: 67%;
}

.frontsearch-res2 {
	top: 8%;
    left: -1%;
}
.frontsearch-point2 {
    top: 42%;
    left: 35%;
}

.frontsearch-res3 {
    top: 8%;
    left: 82%;
}
.frontsearch-point3 {
    top: 28%;
    left: 73%;
}

.frontsearch-res4 {
    top: 34%;
    left: -37%;
}
.frontsearch-point4 {
    top: 55%;
    left: 18%;
}

.frontsearch-res5 {
    top: 34%;
    left: 119%;
}
.frontsearch-point5 {
    top: 41%;
    left: 86%;
}

.frontsearch-res6 {
    top: 59%;
    left: -37%;
}
.frontsearch-point6 {
    top: 67%;
    left: 17%;
}

.frontsearch-res7 {
	top: 59%;
    left: 120%;
}
.frontsearch-point7 {
    top: 69%;
    left: 93%;
}

.frontsearch-res8 {
	top: 87%;
    left: -1%;
}
.frontsearch-point8 {
    top: 60%;
    left: 50%;
}

.frontsearch-res9 {
    top: 87%;
    left: 40%;
}
.frontsearch-point9 {
	top: 63%;
    left: 46%;
}

.frontsearch-res10 {
    top: 87%;
    left: 88%;
}
.frontsearch-point10 {
    top: 70%;
    left: 82%;
}


/* .frontsearch .frontsearch-line1 {
    position: absolute;
    display: block;
    right: 75px;
    top: 70px;
    left: 15px;
    height: 1px;
    background: #e0e4f6;
    z-index: 1;
}
.frontsearch .frontsearch-line1:after {
    position: absolute;
    display: block;
    right: 75px;
    top: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 100px;
    background: #e0e4f6;
    z-index: 1;
}
.frontsearch .frontsearch-line2 {
    position: absolute;
    display: block;
    left: -35px;
    top: 70px;
    bottom: 80px;
    width: 1px;
    background: #e0e4f6;
    z-index: 1;
}
.frontsearch .frontsearch-line2:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: '';
    height: 1px;
    width: 30px;
    background: #e0e4f6;
    z-index: 1;
}
.frontsearch .frontsearch-line2:before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    width: 50px;
    background: #e0e4f6;
    z-index: 1;
} */

.dropdown-wrap-range .dropdown-list input[type=text] {
	display: none;
}

.frontsearch-res:hover + .line {
    background: #ff3100;
}

.dropdown-wrap select{
  border: none;
  outline: none;
  width: 100%;
  font-size: 17px;
  color: #283346;
}

.frontsearch-select select option{
  background: #fff;
  padding: 5px 10px;
  margin: 10px 0 0;
  border: 1px solid #e0e4f6;
  border-radius: 0px;
  min-width: 100%;
  box-sizing: content-box;
}

/* Category Slider css */

.maincont {
	padding-top: 0;
	padding-bottom: 50px;
	position: relative;
}
.maincot h1 {
    position: relative;
    z-index: 2;
    font-size: 30px;
    color: #283346;
    padding: 0;
    letter-spacing: 0.05em;
    margin: 0;
    text-transform: uppercase;
    font-family: 'MontserratBlack', 'Montserrat', sans-serif;
}
.maincont h1 span {
    background: #f4f5fb;
    padding: 0 25px 10px 0;
    /* letter-spacing: 0.05em; */
    display: inline-block;
    line-height: 100%;
    font-weight: 700;
     font-family: "Inter", sans-serif;;
}
/* .maincont .maincont-line1 {
    position: absolute;
    display: block;
    right: 75px;
    top: 28px;
    left: 15px;
    height: 1px;
    background: #e0e4f6;
    z-index: 1;
}
.maincont .maincont-line1:after {
    position: absolute;
    display: block;
    right: 75px;
    top: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 90px;
    background: #e0e4f6;
    z-index: 1;
} */
/* .maincont .maincont-line2 {
    position: absolute;
    display: block;
    left: -35px;
    top: 28px;
    bottom: 110px;
    width: 1px;
    background: #e0e4f6;
    z-index: 1;
} */
/* .maincont .maincont-line2:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: '';
    height: 1px;
    width: 30px;
    background: #e0e4f6;
    z-index: 1;
}
.maincont .maincont-line2:before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    width: 50px;
    background: #e0e4f6;
    z-index: 1;
} */

.prod {
	margin-top: 27px;
	margin-bottom: 49px;
	z-index: 2;
	position: relative;
	box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
	border-radius: 4px;
	background: #fff;
	padding: 0 0 0 40%;
	min-height: 442px;
}
.prod:after {
	clear: both;
	display: block;
	content: '';
}
.prod .prod-slider-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
  justify-content: center;
	padding: 0 0 97px;
	float: left;
	width: 40%;
	overflow: hidden;
	border-right: 1px solid #e0e4f6;
}
.prod .prod-slider {
	overflow: hidden;
	position: relative;
	margin: 0;

	top: 0;
	position: absolute;
	width: 100%;
	bottom: 101px;
	overflow: hidden;
}
.prod .prod-slider .slides {
    height: 100%;
}
.prod .prod-slider .slides li {
	height: 100%;
	padding: 15px;
	text-align: center;

	vertical-align: middle;
}
.prod .prod-slider .slides li a {
	height: 100%;
	width: 100%;
	display: block;

	vertical-align: middle;
	/*line-height: 310px;*/
}
.prod .prod-slider .slides li a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.prod .prod-slider .slides li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.prod .prod-thumbs {
	position: absolute;
	width: 100%;
	bottom: 4px;
	overflow: hidden;
}
.prod .prod-thumbs .slides li {
	text-align: center;
	height: 97px;
	margin: 0;
	cursor: pointer;
	float: left;
	line-height: 84px;
	border-left: 1px solid #e0e4f6;
	border-top: 1px solid #e0e4f6;
	position: relative;
	padding: 5px 6px 7px 5px;
}
.prod .prod-thumbs .slides li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.prod .prod-cont {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #777;
}
.prod .prod-desc {
	border-bottom: 1px solid #e0e4f6;
	padding: 19px 4% 19px;
	color: #868ca7;
	font-size: 15px;
	line-height: 180%;
}
.prod .prod-desc .prod-desc-ttl {
	color: #283346;
	font-weight: 600;
	font-size: 15px;
	border-bottom: 1px solid #e0e4f6;
	margin: 0 0 19px;
}
.prod .prod-desc-ttl > span {
	padding: 0 0 12px;
  font-size: 18px;
	display: inline-block;
	position: relative;
}
.prod .prod-desc-ttl > span:after {
	position: absolute;
	height: 1px;
	background: #ff3100;
	width: 100%;
	bottom: -1px;
	left: 0;
	content: '';
	display: block;
}
.prod .prod-desc p {
	margin: 0;
  font-size: 16px;
	line-height: 180%;
	padding: 0;
}
.prod .prod-desc a {
	color: #ff3100;
	transition: all 0.2s;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.prod .prod-desc a:hover {
	border-color: #ff3100;
}
.prod .prod-props {
	border-bottom: 1px solid #e0e4f6;
	padding: 23px 4% 0px;
}
.prod .prod-props dl {
	overflow: hidden;
	margin: 0 0 16px;
}
.prod .prod-props dt {
	width: 23%;
	float: left;
	font-size: 15px;
	color: #868ca7;
	margin: 0 0 8px;
	padding: 0 5px 0 0;
}
.prod .prod-props dt:nth-of-type(2n+1) {
	clear: left;
}
.prod .prod-props dd {
	width: 27%;
	float: left;
	color: #283346;
	font-size: 15px;
	margin: 0 0 8px;
	padding: 0 5px 0 0;
}
.prod .prod-props dt a {
	color: #ff3100;
	transition: all 0.2s;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.prod .prod-props dt a:hover {
	border-color: #ff3100;
}
.prod .prod-info {
	border-bottom: 1px solid #e0e4f6;
	padding: 22px 4% 0;
}
.prod .prod-info:after {
	clear: both;
	display: block;
	content: '';
}
.prod .prod-price-wrap {
	float: left;
	width: 20%;
	padding: 0 3px 27px 0;
	font-size: 15px;
	color: #868ca7;
	text-align: left;
}
.prod .prod-price-wrap p {
	margin: 0 0 15px;
	padding: 0;
}
.prod .prod-price-wrap .prod-price {
	margin: 0;
	padding: 0;
	color: #283346;
	font-size: 15px;
}
.prod .prod-qnt-wrap {
	float: left;
	width: 29%;
	padding: 0 3px 6px;
	font-size: 15px;
	color: #868ca7;
	text-align: left;
}
.prod .prod-qnt-wrap p {
	margin: 0 0 15px;
	padding: 0;
}
.prod .prod-qnt-wrap .prod-qnt {
	overflow: hidden;
}

.prod .prod-qnt-wrap .prod-minus {
	float: left;
	font-size: 15px;
	text-align: center;
	border-left: 1px solid #e0e4f6;
	border-top: 1px solid #e0e4f6;
	border-bottom: 1px solid #e0e4f6;
	border-radius: 2px 0 0 2px;
	width: 25px;
	height: 23px;
	line-height: 20px;
	display: block;
	color: #868ca7;
	transition: all 0.2s;
}
.prod .prod-qnt-wrap .prod-minus:hover {
	background: #f3f3f3;
}
.prod .prod-qnt-wrap .prod-plus {
	float: left;
	font-size: 15px;
	text-align: center;
	border-right: 1px solid #e0e4f6;
	border-top: 1px solid #e0e4f6;
	border-bottom: 1px solid #e0e4f6;
	border-radius: 2px 0 0 2px;
	width: 25px;
	height: 23px;
	line-height: 20px;
	display: block;
	color: #868ca7;
	transition: all 0.2s;
}
.prod .prod-qnt-wrap .prod-plus:hover {
	background: #f3f3f3;
}
.prod .prod-qnt-wrap input[type=text] {
	border: 1px solid #e0e4f6;
	width: 39px;
	float: left;
	text-align: center;
	font-size: 15px;
	display: block;
	padding: 0;
	height: 23px;
	color: #283346;
	transition: all 0.2s;
	background: #fff;
}
.prod .prod-qnt-wrap input[type=text]:focus {
	background: #f3f3f3;
}
.prod .prod-total-wrap {
	float: left;
	width: 24%;
	padding: 0 3px 27px;
	font-size: 15px;
	color: #868ca7;
	text-align: left;
}
.prod .prod-total-wrap p {
	margin: 0 0 15px;
	padding: 0;
}
.prod .prod-total-wrap .prod-total {
	margin: 0;
	padding: 0;
	color: #283346;
	font-size: 15px;
}
.prod .prod-shipping-wrap {
	float: left;
	width: 27%;
	padding: 0 3px 27px;
	font-size: 15px;
	color: #868ca7;
	text-align: left;
}
.prod .prod-shipping-wrap p {
	margin: 0 0 15px;
	padding: 0;
}
.prod .prod-shipping-wrap .prod-shipping {
	margin: 0;
	padding: 0;
	color: #283346;
	font-size: 15px;
}
.prod .prod-actions {
	padding: 0px 0 19px;
	overflow: hidden;
}
.prod .prod-actions:after {
	clear: both;
	display: block;
	content: '';
}
.prod-rating-wrap {
	float: left;
	/*width: 253px;*/
	width: 44%;
	/*text-align: center;*/
	margin: 0 0 0 0;
	position: relative;
	font-size: 15px;
	color: #868ca7;
	/*padding: 15px 0 0;*/	
	text-align: left;
	padding: 15px 0 0 3.6%;
}

.prod-rating-wrap p {
    display: inline-block;
}
.prod-rating {
	margin: 0 10px 0 0;
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: left;
    font-size: 15px;
    color: #ff3100;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
}
.prod-rating .fa {
	font-size: 15px;
	padding: 0 2px;
}
.prod-rating .fa:hover:before {
    content: "\f005";
}
.prod-rating .fa:hover:before,
.prod-rating .fa:hover ~ .fa:before {
   content: "\f005";
}
.prod .prod-add {
    float: left;
    width: 235px;
    text-align: center;
    padding: 17px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #868ca7;
    text-transform: uppercase;
    position: relative;
}
.prod .prod-add:after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    background: #e0e4f6;
    height: 36px;
    margin: 0 0 0;
    top: 9px;
    left: 0;
}
.prod .prod-add a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 35px;
}
.prod .prod-add a:hover {
	color: #ff3100;
}
.prod .prod-add a:after {
	width: 19px;
	height: 15px;
	display: block;
	content: '';
	overflow: hidden;
	top: 3px;
	left: 0;
	position: absolute;
	background: url(../img/icocart1.png) no-repeat top left;
}
.prod .prod-add a:hover:after {
	background-position: left bottom;
}
.prod .prod-favorites {
    width: 74px;
    padding: 20px 0 0;
	float: left;
	text-align: center;
	position: relative;
}
.prod .prod-favorites:after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    background: #e0e4f6;
    height: 36px;
    margin: 0 0 0;
    top: 9px;
    left: 0;
}
.prod .prod-favorites a {
	width: 16px;
	height: 15px;
	overflow: hidden;
	display: inline-block;
	background: url(../img/icofav1.png) no-repeat left top;
}
.prod .prod-favorites a:hover {
	background-position: left bottom;
}
.prod .prod-compare {
	width: 74px;
    padding: 20px 0 0;
	float: left;
	text-align: center;
	position: relative;
}
.prod .prod-compare:after {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	background: #e0e4f6;
	height: 59px;
	margin: 0 0 0;
	top: 0;
	left: 0;
}
.prod .prod-compare a {
	width: 15px;
	height: 15px;
	overflow: hidden;
	display: inline-block;
	background: url(../img/icocompare1.png) no-repeat left top;
}
.prod .prod-compare a:hover {
	background-position: left bottom;
}

/************************************  Product details page *************************************************************/


.loadItem.card-product.style-list:not(.hidden) {
  display: flex !important;
}

.list-color-product {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.list-color-product .list-color-item {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.list-color-product .list-color-item .swatch-value {
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-color-product .list-color-item img {
  visibility: hidden;
  width: 18px;
  height: 18px;
  position: absolute;
}
.list-color-product .list-color-item.line {
  border: 1px solid var(--line);
}
.list-color-product .list-color-item.active, .list-color-product .list-color-item:hover {
  border-color: var(--main);
}
.list-color-product .list-color-item.active .swatch-value, .list-color-product .list-color-item:hover .swatch-value {
  border-color: var(--white);
}

/*.stagger-wrap .stagger-item {*/
/*  transition: 0.3s ease-in-out;*/
/*  transform: scale(0.5) rotate(90deg) skew(15deg);*/
/*  opacity: 0;*/
/*}*/
.stagger-wrap .stagger-item.stagger-finished {
  transform: scale(1) rotate(0deg) skew(0deg);
  opacity: 1;
}

.slider-scroll,
.thumbs-slider {
  display: flex;
  gap: 10px;
}

.tf-product-media-thumbs {
  width: 80px;
  flex-shrink: 0;
  max-height: 687px;
}
.tf-product-media-thumbs .swiper-slide {
  height: max-content;
  width: auto;
}
.tf-product-media-thumbs .swiper-slide .item {
  position: relative;
  height: 100%;
  max-height: 107px;
  max-width: 95px;
  border-radius: 8px;
  overflow: hidden;
}
.tf-product-media-thumbs .swiper-slide .item img {
  border-radius: 8px;
  width: 100%;
  /* height: 100%; */
  aspect-ratio: 1/1;
  border: 1px solid #eee;
  object-fit: cover;
}
.tf-product-media-thumbs .swiper-slide .item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item::after {
  border-color: var(--main);
}

.tf-product-media-main {
  width: calc(100% - 100px);
}
.tf-product-media-main .item {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  max-height: 687px;
}
.tf-product-media-main .item img {
  width: 100%;
 aspect-ratio: 1/1;
 border: 1px solid #eee;
 border-radius: 8px;
}

.thumbs-bottom .thumbs-slider {
  flex-direction: column;
}
.thumbs-bottom .thumbs-slider .tf-product-media-thumbs {
  order: 1;
  width: 100%;
}
.thumbs-bottom .thumbs-slider .tf-product-media-thumbs .swiper-slide {
  width: auto;
}
.thumbs-bottom .thumbs-slider .tf-product-media-main {
  width: 100%;
}

.tf-product-media-main .tf-image-zoom {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 1/1;
}


.thumbs-bottom .thumbs-slider .tf-product-media-main .item {
  max-height: 820px;
}

.tf-product-info-list .tf-product-info-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}
.tf-product-info-list .tf-product-info-name {
  margin-bottom: 20px;
}
.tf-product-info-list .tf-product-info-name > .text {
  color: var(--secondary-2);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.tf-product-info-list .tf-product-info-name .name {
  margin-bottom: 5px;
}
.tf-product-info-list .tf-product-info-name > .sub {
  display: flex;
  align-items: center;
  gap: 10px 16px;
  flex-wrap: wrap;
}
.tf-product-info-list .tf-product-info-rate {
  display: flex;
  gap: 4px;
  align-items: center;
}
.tf-product-info-list .tf-product-info-rate .list-start {
  display: flex;
}
.tf-product-info-list .tf-product-info-rate .icon {
  font-size: 15px;
}
.tf-product-info-list .tf-product-info-rate .text {
  color: var(--secondary);
}
.tf-product-info-list .tf-product-info-sold {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}
.tf-product-info-list .tf-product-info-sold .icon {
  font-size: 20px;
  color: var(--primary);
  animation: tf-ani-flash 2s infinite;
}
.tf-product-info-list .tf-product-info-desc {
  display: flex;
  gap: 12px;
  flex-direction: column;
  font-size: 15px;
}
.tf-product-info-list .tf-product-info-desc > p {
  color: var(--secondary);
}
.tf-product-info-list .tf-product-info-liveview {
  display: flex;
  gap: 8px;
  align-items: center;
}
.tf-product-info-list .tf-product-info-liveview .icon {
  font-size: 20px;
}
.tf-product-info-list .tf-product-info-choose-option {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tf-product-info-list .tf-product-info-by-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tf-product-info-list .tf-product-info-by-btn .text-btn-uppercase{
    font-size: 14px;
    border-radius: 5px !important;
}
.tf-product-info-list .tf-product-info-by-btn .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--line);
  font-size: 24px;
}
.tf-product-info-list .tf-product-info-by-btn .box-icon:hover {
  background-color: var(--main);
  color: var(--white);
  border-color: var(--main);
}
.tf-product-info-list .tf-product-info-help {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-extra-link {
  display: flex;
  gap: 15px 34px;
  align-items: center;
  flex-wrap: wrap;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-extra-link .tf-product-extra-icon {
  display: flex;
  gap: 4px;
  align-items: center;
  position: relative;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-extra-link .tf-product-extra-icon .icon {
  font-size: 20px;
  line-height: 20px;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-extra-link .tf-product-extra-icon:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  right: -18px;
  top: 1px;
  background-color: var(--line);
}
.tf-product-info-list .tf-product-info-help .tf-product-info-available,
.tf-product-info-list .tf-product-info-help .tf-product-info-return,
.tf-product-info-list .tf-product-info-help .tf-product-info-time {
  display: flex;
  gap: 4px;
  align-items: center;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-available .icon,
.tf-product-info-list .tf-product-info-help .tf-product-info-return .icon,
.tf-product-info-list .tf-product-info-help .tf-product-info-time .icon {
  font-size: 20px;
  line-height: 20px;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-available p,
.tf-product-info-list .tf-product-info-help .tf-product-info-return p,
.tf-product-info-list .tf-product-info-help .tf-product-info-time p {
  color: var(--secondary);
}
.tf-product-info-list .tf-product-info-help .tf-product-info-available p span,
.tf-product-info-list .tf-product-info-help .tf-product-info-return p span,
.tf-product-info-list .tf-product-info-help .tf-product-info-time p span {
  color: var(--main);
}
.tf-product-info-list .tf-product-info-help .tf-product-info-view {
  display: flex;
  gap: 4px;
  align-items: center;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-view .icon {
  font-size: 20px;
  line-height: 20px;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-view span {
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
}
.tf-product-info-list ul.tf-product-info-sku {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tf-product-info-list ul.tf-product-info-sku li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tf-product-info-list ul.tf-product-info-sku li .text-1 {
  color: var(--secondary);
}
.tf-product-info-list .tf-product-info-guranteed {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.tf-product-info-list .tf-product-info-guranteed .tf-payment {
  gap: 12px;
}
.tf-product-info-list .tf-product-info-guranteed a img {
  width: 50px;
}
/*.tf-product-info-list .wg-quantity input {*/
/*  pointer-events: none;*/
/*}*/

.tf-product-info-price {
  display: flex;
  align-items: center;
}
.tf-product-info-price .price-on-sale {
  margin-right: 8px;
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 600;
}
.tf-product-info-price .compare-at-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.52px;
  color: var(--secondary-2);
  text-decoration: line-through;
  margin-right: 16px;
}

.tf-sticky-btn-atc .compare-at-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.52px;
  color: var(--secondary-2);
  text-decoration: line-through;
  margin-right: 5px;
}
.tf-product-info-price .badges-on-sale {
  padding: 0 8px;
  background-color: #34a853;
  font-weight: 600;
  border-radius: 5px;
  color: var(--white);
  letter-spacing: 0.1em;
}

.widget-content-inner  ul{
 margin-left: 15px;   
}

.tf-sticky-btn-atc .badges-on-sale {
    padding: 0 8px;
    background-color: #34a853;
    border-radius: 5px;
    color: var(--white);
    letter-spacing: 0.1em;
}
.tf-product-info-price.type-small .price-on-sale {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-right: 4px;
}
.tf-product-info-price.type-small .compare-at-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-right: 4px;
}
.tf-product-info-price.type-small .badges-on-sale {
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.tf-product-info-price.type-1 .price-on-sale {
  margin-right: 25px;
}
.tf-product-info-price.type-1 .compare-at-price {
  margin-right: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}
.tf-product-info-price.type-1 .compare-at-price::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  left: -13px;
  background-color: var(--line);
  top: 50%;
  transform: translateY(-50%);
}
.tf-product-info-price.type-1 .badges-on-sale {
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.wg-quantity {
  width: 180px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  background-color: #F5F5F5;
  border: 2px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
}
.wg-quantity input {
  width: 88px;
  height: 44px;
  padding: 0;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--main);
}
.wg-quantity .btn-quantity {
  width: 44px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--main);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-quantity .btn-quantity:hover {
  color: var(--primary);
}
.wg-quantity.style-1 {
  width: 140px;
  height: 44px;
  border-radius: 2px;
  border: 1px solid var(--line);
  background-color: var(--surface);
}
.wg-quantity.style-1 input {
  width: 56px;
}

.variant-picker-item .variant-picker-label span {
  margin-left: 8px;
}
.variant-picker-item .size-guide {
  text-decoration: underline;
}
.variant-picker-item .variant-picker-values {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.variant-picker-item .variant-picker-values.gap12 {
  gap: 12px;
}
.variant-picker-item .variant-picker-values.type-click input:checked + label {
  border: 1px solid var(--main);
  padding: 3px;
}
.variant-picker-item .variant-picker-values.type-click input:checked + label.style-text-1 {
  background-color: var(--main);
  border: 2px solid var(--main);
}
.variant-picker-item .variant-picker-values.type-click input:checked + label.style-text-1 span {
  color: var(--white);
}
.variant-picker-item .variant-picker-values input {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.variant-picker-item .variant-picker-values input:checked + label.style-text {
  background-color: var(--main);
  border: 2px solid var(--main);
  width: 40px;
    height: 40px;
}
.variant-picker-item .variant-picker-values input:checked + label.style-text span {
  color: var(--white);
}
.variant-picker-item .variant-picker-values label {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 400;
  line-height: 22.4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.variant-picker-item .variant-picker-values label .btn-checkbox {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.variant-picker-item .variant-picker-values label.style-text {
  width: 35px;
  height: 35px;
  border: 2px solid var(--line);
  border-radius: 50%;
  padding: 7px 15px;
}
.variant-picker-item .variant-picker-values label.style-text:hover {
  border-color: var(--main);
}
.variant-picker-item .variant-picker-values label.style-text-1 {
  gap: 8px;
  width: unset;
  height: 48px;
  border: 2px solid var(--line);
  border-radius: 999px;
  padding: 10px 18px !important;
}
.variant-picker-item .variant-picker-values label.style-text-1:hover {
  border-color: var(--main);
}
.variant-picker-item .variant-picker-values label.style-text-1 .circle-color {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.variant-picker-item .variant-picker-values label.type-disable {
  pointer-events: none;
  background-color: var(--surface);
  color: var(--secondary-2);
  border-color: var(--surface);
  cursor: no-drop;
}
.variant-picker-item .variant-picker-values label.type-sold-out {
  overflow: hidden;
}
.variant-picker-item .variant-picker-values label.type-sold-out::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 32px;
  height: 1.2px;
  border-bottom: 1.2px dashed var(--secondary-2);
}
.variant-picker-item .variant-picker-values label.type-sold-out::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 32px;
  height: 1.2px;
  border-bottom: 1.2px dashed var(--secondary-2);
}
.variant-picker-item .variant-picker-values label.style-image {
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 4px;
  width: 72px;
  height: 92px;
}
.variant-picker-item .variant-picker-values label.style-image img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.variant-picker-item .variant-picker-values label.style-image-rounded {
  display: flex;
  flex-direction: column;
  border: 2px solid var(--line);
  border-radius: 50%;
  padding: 2px;
  width: 48px;
  height: 48px;
}
.variant-picker-item .variant-picker-values label.style-image-rounded img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.variant-picker-item .other-variant-btn.line,
.variant-picker-item .color-btn.line {
  border-color: var(--line);
}
.variant-picker-item .other-variant-btn.active,
.variant-picker-item .color-btn.active {
  border-color: var(--main);
  border-radius: 50%;
}
.variant-picker-item .other-variant-btn.active .btn-checkbox,
.variant-picker-item .color-btn.active .btn-checkbox {
  border-color: var(--white);
}
.variant-picker-item .other-variant-btn.style-text-1.active,
.variant-picker-item .color-btn.style-text-1.active {
  background-color: var(--main);
  border-color: var(--main);
}
.variant-picker-item .other-variant-btn.style-text-1.active span,
.variant-picker-item .color-btn.style-text-1.active span {
  color: var(--white);
}
.variant-picker-item .other-variant-btn.style-image.active,
.variant-picker-item .color-btn.style-image.active {
  border-color: var(--main);
}
.variant-picker-item .other-variant-btn.style-image-rounded.active,
.variant-picker-item .color-btn.style-image-rounded.active {
  border-color: var(--main);
}
.variant-picker-item .variant-other-size .btn-size {
  padding: 12px 25px;
  color: var(--secondary);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid var(--line);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: var(--white);
}
.variant-picker-item .variant-other-size .btn-size:hover, .variant-picker-item .variant-other-size .btn-size.active {
  border-color: var(--main);
  color: var(--main);
}

.value-currentVariant,
.select-currentColor,
.value-currentColor {
  text-transform: capitalize;
}

.product-description-list .product-description-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.product-description-list .product-description-list-item .product-description-list-title {
  padding-bottom: 11px;
  border-bottom: 1px solid var(--main);
  margin-bottom: 20px;
}
.product-description-list .product-description-list-item .product-description-list-content {
  border-radius: 8px;
  padding: 40px;
  border: 1px solid var(--line);
}

.tf-main-product.full-width {
  display: flex;
  padding: 0 60px;
  padding: 0 43px 0 60px;
  gap: 0 80px;
}
.tf-main-product.full-width > div {
  width: calc(50% - 40px);
}
.tf-main-product.full-width .thumbs-slider,
.tf-main-product.full-width .tf-product-info-list {
  max-width: unset !important;
}
.tf-main-product.full-width .tf-product-media-thumbs,
.tf-main-product.full-width .tf-product-media-main .item {
  max-height: 1013px;
}

.product-fixed-price .grid-image-top {
  display: flex;
  gap: 32px 30px;
  margin-bottom: 60px;
}
.product-fixed-price .grid-image-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-fixed-price .grid-image-top .item-3 {
  margin-bottom: 32px;
}
.product-fixed-price .left-desc {
  margin-left: unset;
  padding: 0 !important;
  max-width: 710px;
}
.product-fixed-price .right-details {
  border-radius: 8px;
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.1490196078);
  padding: 32px;
  max-width: unset;
}

.product-fixed-scroll .accordion-product-wrap {
  padding-top: 40px;
}

.frequently-bought-together-2 {
  margin-top: 40px;
}

.tf-bundle-product-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.tf-bundle-product-item .tf-product-bundle-image {
  flex-shrink: 0;
  width: 102px;
  height: 133px;
  border-radius: 8px;
  overflow: hidden;
}
.tf-bundle-product-item .tf-product-bundle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-bundle-product-item .tf-product-bundle-infos {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.tf-bundle-product-item .tf-product-bundle-infos .text-title {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.tf-bundle-product-item .tf-check {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  margin: 3.5px;
  border-width: 2px;
  border-radius: 2px;
}
.tf-bundle-product-item .tf-check::before {
  font-size: 12px;
}

.tf-product-upsell {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.tf-product-upsell .tf-product-upsell-slod .tf-product-process-wrap {
  width: 100%;
  max-width: 380px;
}
.tf-product-upsell .tf-product-upsell-slod .tf-product-process-wrap .progress {
  height: 8px;
  background-color: var(--line);
  margin-bottom: 8px;
}
.tf-product-upsell .tf-product-upsell-slod .tf-product-process-wrap .progress .progress-bar-striped {
  background-size: 16px 16px;
  background-color: var(--critical);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.tf-product-pre-order {
  padding: 4px 16px;
  background-color: var(--main);
  border-radius: 99px;
  width: max-content;
  color: var(--white);
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: -1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: -1rem;
  }
}
.tf-product-customer-note .tf-product-image-upload {
  position: relative;
}
.tf-product-customer-note .tf-product-image-upload label {
  width: 100%;
  height: 48px;
  padding: 9px 14px;
  border-radius: 8px;
  border: 2px solid var(--line);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
}
.tf-product-customer-note .tf-product-image-upload input {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 94px;
  height: 32px;
}
.tf-product-customer-note .tf-product-image-upload input::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 94px;
  height: 32px;
  background-color: var(--white);
}
.tf-product-customer-note .tf-product-image-upload input::after {
  position: absolute;
  content: "UP LOAD";
  left: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 999px;
  background-color: var(--main);
  color: var(--white);
  cursor: pointer;
}

.tf-product-out-of-stock {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.tf-product-out-of-stock .form-out-of-stock button {
  border: 1px solid var(--main);
}

.tf-product-deals {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.tf-product-deals .tf-product-deals-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 2px solid var(--line);
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-product-deals .tf-product-deals-item.select-option, .tf-product-deals .tf-product-deals-item:hover {
  border-color: var(--main);
}
.tf-product-deals .tf-product-deals-item:not(:last-child) {
  margin-bottom: 12px;
}

.tf-product-with-discount .tf-product-discount-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tf-product-with-discount .tf-product-discount-list .tf-product-discount-item {
  position: relative;
}
.tf-product-with-discount .tf-product-discount-list .tf-product-discount-item .tf-number-discount {
  position: absolute;
  top: 5px;
  right: 59px;
  color: var(--white);
}
.tf-product-with-discount .tf-product-discount-list .tf-product-discount-item .tf-btn-discount {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: var(--white);
  border-radius: 999px;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.tf-product-subscribe-save .tf-product-subscribe {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tf-product-subscribe-save .tf-product-subscribe-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tf-product-subscribe-save .tf-product-subscribe-item > label {
  cursor: pointer;
  padding-left: 32px;
}
.tf-product-subscribe-save .tf-product-subscribe-item > input {
  cursor: pointer;
  position: absolute;
  top: 7px;
  left: 3px;
  accent-color: var(--main);
}
.tf-product-subscribe-save input:checked ~ .tf-product-box-save {
  display: block;
}
.tf-product-subscribe-save .tf-product-box-save {
  display: none;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.tf-sticky-btn-atc {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 70;
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.15);
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-sticky-btn-atc .form-sticky-atc {
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tf-sticky-btn-atc .form-sticky-atc .tf-dropdown-sort {
  padding: 8px 10px;
}
.tf-sticky-btn-atc .tf-sticky-atc-product {
  display: flex;
  gap: 16px;
}
.tf-sticky-btn-atc .tf-sticky-atc-product .image {
  width: 56px;
  height: 74.67px;
  border-radius: 8px;
  overflow: hidden;
}
.tf-sticky-btn-atc .tf-sticky-atc-product .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tf-sticky-btn-atc .tf-sticky-atc-infos {
  display: flex;
  gap: 32px;
  align-items: center;
}
.tf-sticky-btn-atc .tf-sticky-atc-infos .tf-sticky-atc-btns {
  width: 274px;
}

.tf-add-cart-success {
  position: fixed;
  top: 200px;
  right: -413px;
  width: 353px;
  height: 264px;
  padding: 20px 24px;
  border-radius: 24px;
  background-color: var(--white);
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  z-index: 200;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0s !important;
}
.tf-add-cart-success .tf-add-cart-heading {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tf-add-cart-success .tf-add-cart-heading .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  background-color: var(--surface);
  cursor: pointer;
}
.tf-add-cart-success .tf-add-cart-product {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.tf-add-cart-success .tf-add-cart-product .image {
  width: 56px;
  height: 74.67px;
  border-radius: 8px;
  overflow: hidden;
}
.tf-add-cart-success .tf-add-cart-product .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tf-add-cart-success.active {
  right: 60px;
  transition-delay: 0.5s !important;
}

.tf-has-purchased {
  position: fixed;
  top: 30%;
  right: -331px;
  width: 331px;
  height: 116px;
  padding: 16px;
  border-radius: 8px;
  background-color: var(--white);
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  z-index: 199;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.tf-has-purchased .icon-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 50%;
  background-color: var(--line);
  cursor: pointer;
}
.tf-has-purchased .tf-has-purchased-product {
  display: flex;
  gap: 16px;
}
.tf-has-purchased .tf-has-purchased-product .image {
  width: 63px;
  height: 84px;
  border-radius: 4px;
  overflow: hidden;
}
.tf-has-purchased.active {
  right: 60px;
}

.tf-product-stacked .item:first-child {
  grid-column: 1/3;
}

.flat-single-home .tf-product-info-list {
  max-width: 100%;
}
.flat-single-home .tf-product-info-list .tf-product-info-rate {
  margin-bottom: 12px;
}
.flat-single-home .tf-product-info-list .tf-product-info-price .price-on-sale {
  margin-right: 24px;
}
.flat-single-home .tf-product-info-list .tf-product-info-price .old-price {
  margin-right: 12px;
  position: relative;
}
.flat-single-home .tf-product-info-list .tf-product-info-price .old-price::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  left: -13px;
  background-color: var(--line);
  top: 50%;
  transform: translateY(-50%);
}
.flat-single-home .tf-product-info-list .tf-product-info-price .old-price-sold {
  color: var(--secondary-2);
  text-decoration: line-through;
}
.flat-single-home .tf-product-info-list .tf-product-info-heading {
  padding-bottom: 0;
  border: none;
  margin-bottom: 24px;
}
.flat-single-home .tf-product-info-list .wg-quantity, .flat-single-home .tf-product-info-list .btn-style-2, .flat-single-home .tf-product-info-list .btn-style-3 {
  border-radius: 4px;
}
.flat-single-home .tf-product-info-list .box-icon {
  border-radius: 8px;
}
.flat-single-home .variant-picker-item .variant-picker-values {
  gap: 8px;
}
.flat-single-home .variant-picker-item .variant-picker-values .type-disable {
  background-color: var(--line);
  border-color: var(--line);
}
.flat-single-home .variant-picker-item .variant-color .color-btn {
  width: 24px;
  height: 24px;
}
.flat-single-home .thumbs-slider {
  max-width: 100%;
  gap: 10px;
}
.flat-single-home .tf-product-media-thumbs .item {
  max-height: 133px;
  max-width: 100px;
}


.left-prod-slider{
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

.left-prod-slider .tf-product-media-main {
  width: calc(100% - 30px);
}

.left-prod-slider .item{
  border-radius: 0px;
}

.left-prod-slider .tf-product-media-thumbs{
  width: 93%;
}

/************************************************ third section css start *******************************8*/

.maincont {
	padding-top: 0;
	padding-bottom: 50px;
	position: relative;
}
.maincont h1 {
    position: relative;
    z-index: 2;
    font-size: 40px;
    color: #050b20;
    font-weight: 700;
    padding: 0;
    letter-spacing: 0.05em;
    margin: 0;
    text-transform: capitalize;
}


/* .maincont .maincont-line2 {
    position: absolute;
    display: block;
    left: -35px;
    top: 28px;
    bottom: 110px;
    width: 1px;
    background: #e0e4f6;
    z-index: 1;
} */

.prod-rating {
	margin: 0 10px 0 0;
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: left;
    font-size: 15px;
    color: #ff3100;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
}
.prod-rating .fa {
	font-size: 15px;
	padding: 0 2px;
}
.prod-rating .fa:hover:before {
    content: "\f005";
}
.prod-rating .fa:hover:before,
.prod-rating .fa:hover ~ .fa:before {
   content: "\f005";
}




.prod-tabs-wrap {
	box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
	border-radius: 4px;
	margin: 0 0 30px;
	padding: 22px 31px;
	background: #fff;
}
.prod-tabs {
	overflow: hidden;
	padding: 0 80px 0 0;
	margin: 0 0 10px;
	position: relative;
}
.prod-tabs:after {
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	z-index: 1;
	background: #e0e4f6;
}
.prod-tabs li {
	float: left;
	margin: 0 59px 0 0;
	font-size: 15px;
	position: relative;
}
.prod-tabs li a {
	display: block;
	padding: 0 0 12px;
	transition: all 0.2s;
	font-weight: 600;
	color: #283346;
	position: relative;
}
.prod-tabs li a span {
	vertical-align: middle;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #c0c4d7;
	border-radius: 20px;
	padding: 2px 8px;
	margin: 0 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 100%;
}
.prod-tabs li a:hover {
	color: #ff3100;
}
.prod-tabs li.active a:hover {
	color: #283346;
}
.prod-tabs li.active:after {
	height: 1px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	background: #ff3100;
}
.prod-tabs li.prod-tabs-addreview {
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    top: 0px;
    font-size: 14px;
    right: 0px;
    margin: 0;
	color: #ff3100;
	cursor: pointer;
	padding: 0;
	border-bottom: 1px solid transparent;
	transition: all 0.2s;
}
.prod-tabs li.prod-tabs-addreview:hover {
	border-color: #ff3100;
}
.prod-tab-mob {
	display: none;
	font-weight: 600;
	cursor: pointer;
    border-top: 1px solid #e0e4f6;
    padding: 15px 0px 15px;
    transition: all 0.2s;
    font-size: 15px;
    position: relative;
	transition: all 0.2s;
	color: #283346;
}
.prod-tab-mob:hover {
	color: #ff3100;
}
.prod-tab-mob.active {
	color: #ff3100;
}
.prod-tab-cont {
	overflow: hidden;
}
.prod-tab-cont .prod-tab {
	display: none;
}
.prod-tab-cont .prod-tab:first-of-type {
	display: block;
}
.prod-tab.prod-reviews {

}
.prod-tab.prod-reviews:after {
	clear: both;
	display: block;
	content: '';
}
.prod-review {
	float: left;
	width: 50%;
	padding: 22px 7% 0 0;
	margin: 0 0 16px;
	border-top: 1px solid #efefef;
	font-size: 15px;
	color: #868ca7;
	line-height: 180%;
}
.prod-review:nth-of-type(2n) {
	padding-right: 0;
}
.prod-review:nth-of-type(2n+1) {
	clear: left;
}
.prod-review:nth-of-type(1) {
	border-top: none;
}
.prod-review:nth-of-type(2) {
	border-top: none;
}
.prod-review h3 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0;
	color: #283346;
	font-size: 15px;
}
.prod-review p {
	line-height: 180%;
}
.prod-review .prod-review-rating {
	font-size: 15px;
    color: #ff3100;
    white-space: nowrap;
}
.prod-review .prod-review-rating .fa {
	padding: 0 2px;
}
.prod-review-more {
	border-top: 1px solid #e0e4f6;
	padding: 10px 0 0;
	text-align: center;
	clear: both;
}
.prod-review-more a {
	display: inline-block;
	border-bottom: 1px dotted #868ca7;
	color: #868ca7;
	font-size: 15px;
	transition: all 0.2s;
}
.prod-review-more a:hover {
	border-color: rgba(0,0,0,0);
}
.prod-tab .prod-tab-props {
	padding: 11px 0 0px;
	overflow: hidden;
}
.prod-tab .prod-tab-props dt {
	width: 14%;
	float: left;
	font-size: 15px;
	color: #868ca7;
	margin: 0 0 8px;
	padding: 0 5px 0 0;
}
.prod-tab .prod-tab-props dt:nth-of-type(3n+1) {
	clear: left;
}
.prod-tab .prod-tab-props dd {
	width: 19.33333%;
	float: left;
	color: #283346;
	font-size: 15px;
	margin: 0 0 8px;
	padding: 0 5px 0 0;
}
.prod-tab-desc {
	padding: 11px 0 0;
    color: #868ca7;
    font-size: 15px;
    line-height: 180%;
}
.prod-tab-desc p {
	margin: 0 0 15px;
    line-height: 180%;
}
.prod-tabs-addreview-mob {
    cursor: pointer;
    border-top: 1px solid #e0e4f6;
    padding: 15px 0px 15px;
    transition: all 0.2s;
    font-size: 15px;
    position: relative;
    font-weight: 600;
    transition: all 0.2s;
    color: #283346;
    display: none;
}
.prod-tabs-addreview-mob:hover {
    color: #ff3100;
}
.prod-addreview-form {
	max-width: 270px;
	display: none;
	margin: 30px auto 30px;
}
.prod-addreview-form .prod-tab-addreview {
	margin: 0 0 21px;
	color: #abafc2;
	font-size: 18px;
	font-weight: 700;
	float: left;
}
.prod-addreview-form .prod-rating {
	float: right;
	margin: 3px 0 15px;
}
.prod-addreview-form input[type=text] {
	border: 1px solid #e0e4f6;
    border-radius: 3px;
    background: #f4f5fb;
    font-size: 15px;
    color: #9fa4bb;
    transition: all 0.2s;
    display: block;
    width: 100%;
    height: 34px;
    clear: both;
    padding: 0 15px 0 15px;
    margin: 0 0 15px;
}
.prod-addreview-form input[type=text]:focus {
    background: #f1f1fa;
}
.prod-addreview-form input[type=text]::-webkit-input-placeholder {
    color: #9fa4bb;
}
.prod-addreview-form input[type=text]::-moz-placeholder {
   color: #9fa4bb;
   opacity: 1;
}
.prod-addreview-form input[type=text]:-ms-input-placeholder {
   color: #9fa4bb;
}
.prod-addreview-form textarea {
	border: 1px solid #e0e4f6;
    border-radius: 3px;
    background: #f4f5fb;
    font-size: 15px;
    color: #9fa4bb;
    transition: all 0.2s;
    display: block;
    width: 100%;
    height: 120px;
    padding: 10px 15px 10px 15px;
    margin: 0 0 15px;
}
.prod-addreview-form textarea:focus {
    background: #f1f1fa;
}
.prod-addreview-form textarea::-webkit-input-placeholder {
    color: #9fa4bb;
}
.prod-addreview-form textarea::-moz-placeholder {
   color: #9fa4bb;
   opacity: 1;
}
.prod-addreview-form textarea:-ms-input-placeholder {
   color: #9fa4bb;
}
.prod-addreview-form input[type=submit] {
    background: #ff3100;
    transition: all 0.2s;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    height: 34px;
    display: block;
    border: none;
    letter-spacing: 0.03em;
    margin: 15px auto 15px;
    padding: 0 15px;
    cursor: pointer;
    width: 100%;
}
.prod-addreview-form input[type=submit]:hover {
	background: #ff4719;
}
/* PRODUCT */

.prodv {
	position: relative;
	margin: 28px 0 60px;
	border-radius: 8px;
	background: #fff;
	z-index: 2;
	box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
	padding: 41px 4% 13px;
}
.prodv:after {
	clear: both;
	display: block;
	content: '';
}
.prodv-props {
	overflow: hidden;
	margin: 0 0 28px;
}
.prodv-prop-wrap {
	position: relative;
	z-index: 2;
	width: 20%;
	float: left;
	font-size: 18px;
	color: #abafc2;
	margin: 0 0 20px;
	font-weight: 700;
	padding: 0 10px 0 0;
}
.prodv-prop-wrap p {
	margin: 0 0 6px;
}
.prodv-prop-wrap .prodv-prop {
	line-height: 100%;
	font-size: 22px;
    /*font-family: 'MontserratBlack', 'Montserrat', sans-serif;*/
    color: #e52727;
}
.prodv-prop-wrap .prodv-prop span {
	font-size: 22px;
}

.fule-tank{
    font-size: 22px;
    color: #E52727;
}
.prodv-rating {
	position: relative;
	z-index: 2;
	margin: 0 0 40px;
	font-size: 18px;
	color: #abafc2;
	font-weight: 700;
	background: rgba(255,255,255,0.9);
	padding: 5px 0 3px;
    width: 15%;
}
.prodv-rating p {
	margin: 0 0 7px;
}
.prodv-rating .prod-rating {
	font-size: 15px;
}
.prodv-colors {
	position: relative;
	z-index: 2;
	font-size: 18px;
	color: #abafc2;
	width: 150px;
	background: rgba(255,255,255,0.9);
	padding: 10px 0 0;
	font-weight: 700;
}
.prodv-colors p {
	margin: 0 0 14px;
}
.prodv-colors ul {
	margin: 0 0 20px;
}
.prodv-colors ul li {
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 34px;
	border-radius: 34px;
	border: 1px solid rgba(0,0,0,0);
	margin: 0 12px 10px 0;
	overflow: hidden;
	cursor: pointer;
	padding: 6px;
}
.prodv-colors ul li.active {
	border-color: #dfdfdf;
}
.prodv-colors ul li span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 34px;
}
.prodv-add {
	position: absolute;
    display: block;
    right: 56px;
    background: #e52727;
    transition: all 0.2s;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    /*text-transform: uppercase;*/
    font-size: 14px;
    border: none;
    bottom: 49px;
    z-index: 2;
    text-align: center;
    letter-spacing: 0.03em;
    margin: 0;
    padding: 7px 28px;
    /* min-width: 174px; */
    cursor: pointer;
}
.prodv-add:hover {
    background: #d81416;
}
.prodv-model {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0, -50%);
	font-size: 130px;
	color: #d3d7e7;
	left: 0;
    font-family: 'MontserratBlack', 'Montserrat', sans-serif;
	/* overflow: hidden; */
}
.prodv-img {
	z-index: 1;
	overflow: hidden;
	top: 25%;
	position: absolute;
	/*width: 100%;*/
	text-align: center;
	left: 25.5%;
	right: 25.5%;
}
.prodv-img img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.left-prod-slider{
  padding-bottom: 20px !important;
}

.maincont-line2-height{
  height: 65%;
}
.pt-50{
  padding-top: 50px ;
}
.pb-50{
  padding-bottom: 50px;
}

.overview-content h2 span {
  color: #fa0f07;
}
.overview-content h2 {
  font-weight: bold;
}

.overview-content p {
  font-size: 15px;
  margin: 15px 0px;
}

.question-area h4{
  font-size: 16px;
}
.question-content-number h6{
  font-size: 14px;
}

/* ********************************************************************************************** */

.section-title {
  color: #e60000;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #dadada;
}

.feature-box i {
  font-size: 24px;
  margin-right: 15px;
  color: #e60000;
}

.feature-box h6 {
  font-size: 17px;
  margin: 0;
}

.image-gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.feature-box img{
  width: 35px;
  margin-right: 15px;
}



/* ********************************* *************************** **************************/

.section-title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.services-section {
  padding: 50px 0;
}

.service-card {
  border: 1px solid #dddddd;
  padding: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card h5 {
  /* color: #e60000; */
  font-weight: 500;
}

.service-card p {
  font-size: 16px;
  margin-bottom: 10px;
}

.service-card a {
  /* color: #e60000; */
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  margin-top: 8px;
}

.services-section .col-md-4{
  padding: 0;
}
.service-card img{
  width: 40px;
  margin-bottom: 12px;
}

.line-top {
  border-top: 1px solid var(--line);
}

.flat-spacing-5 {
  padding: 40px 60px;
}

.sw-auto .swiper-wrapper {
  align-items: center;
}
.sw-auto .swiper-slide {
  width: auto;
  transition-timing-function: linear;
}
@media only screen and (max-width: 1199px) {

  .flat-spacing-5 {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 991px) {

  .flat-spacing-5 {
    padding: 40px 15px;
  }
}

/* *************************************  */
.section-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.text-content {
  padding: 20px;
}
.highlight-box {
  background: #333333;
  position: absolute;
  color: white;
  padding: 30px;
  right: 60px;
  height: 340px;
  bottom: -50px;
  width: 300px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
/* .highlight-box span {
  color: red;
  font-size: 36px;
} */

.abt-img{
  width: 400px;
}

.fs-abt-title{
  font-size: 48px;
  color: #fff;
}


.fs-abt-p{
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}

.ps-relative{
  position: relative;
}
.highlight-box h3{
  font-size: 20px;
  text-align: end;
}

/*  */

.experience-card .since {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: end;
}
.experience-card .years {
  font-size: 80px;
  font-weight: bold;
  color: red;
  margin-bottom: 30px;
}
.experience-card .text {
  font-size: 20px;
  font-weight: bold;
}
.corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: red;
  border-style: solid;
}
.top-left {
  top: 10px;
  left: 10px;
  border-width: 2px 0 0 2px;
}
.top-right {
  top: 10px;
  right: 10px;
  border-width: 2px 2px 0 0;
}
.bottom-left {
  bottom: 10px;
  left: 10px;
  border-width: 0 0 2px 2px;
}
.bottom-right {
  bottom: 10px;
  right: 10px;
  border-width: 0 2px 2px 0;
}
.highlight-box{
  display: flex;
      align-items: end;
}

.experience-card{
  text-align: left;
}
.bg-dark-clr{
  background-color: #000;
  padding-bottom: 40px;
}

.text-content .badge{
  padding: 12px;
}


/* **************************************************************************** */

.card {
  border: none;
  border-radius: 8px !important;
  overflow: hidden;
  /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);*/
  border: 1px solid #d4d4d4;
}

.product-title{
  font-size: 22px;
  /* text-transform: uppercase; */
  font-weight: 600;
}
/* .card img {
  height: 200px;
  object-fit: cover;
} */
.badge-sale {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  color: white;
  padding: 5px 10px;
  font-size: 0.8rem;
  border-radius: 5px;
}
.badge-rent {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: blue;
  color: white;
  padding: 5px 10px;
  font-size: 0.8rem;
  border-radius: 5px;
}

.product-price {
  font-size: 20px;
  font-weight: 600;
  margin-right: 8px;
}


.discount-price {
  font-size: 15px;
  color: #868686;
  font-weight: 500;
  /* line-height: 18px; */
  text-decoration: line-through;
}

.badge-product {
  font-size: 15px;
  padding: 2px 10px;
  color: #fff;
  display: flex;
  border-radius: 2px;
  align-items: center;
  background-color: #d81416;
}

.btn-view-more{
  background-color: #d81416;
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 5px !important;
  color: #fff;
  font-weight: 500;
  border: none;
}
.badge-product img{
  width: 31px;
  margin-right: 5px;
}

/*.btm-bar-product {*/
/*  gap: 20px;*/
/*  padding-top: 13px;*/
/*  border-top: 1px solid #dadada;*/
/*}*/

.text-light-grey{
    color: #868686;
}
.btm-bar-product .icon-calendar{
  font-size: 20px;
  margin-right: 10px;

}

.gap-4 {
  gap: 4px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.line-bt {
  border-bottom: 1px solid var(--line);
}

.mb_40 {
  margin-bottom: 40px;
}

.form-search input {
  padding-right: 40px;
  padding-left: 14px;
}
.form-search button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background-color: transparent;
  border: 0;
}
.form-search button:hover svg path {
  stroke: var(--primary);
}

.meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 33px;
}
.meta .meta-item {
  position: relative;
  display: flex;
  align-items: center;
}
.meta .meta-item .icon {
  font-size: 24px;
}
.meta .meta-item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: var(--line);
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
}

.hover-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.hover-image:hover .image img {
  transform: scale(1.1);
}

.wg-blog .image {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px ;
  
  overflow: hidden;
  margin-bottom: 32px;
}
.wg-blog .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.right-blog .widget-posts{
    margin-top: 0px !important;
}
.wg-blog .content .body-text-1 {
  color: var(--secondary);
}
.wg-blog .content .title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
      min-height: 60px;
  overflow: hidden;
}
.wg-blog .content .title a {
  display: inline;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*.wg-blog:hover .title a {*/
/*  background-size: 100% 100%;*/
/*  transition-delay: 0.2s;*/
/*  font-weight: 600;*/
/*}*/

.wg-pagination {
  display: flex;
  gap: 8px;
}
.wg-pagination .pagination-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
}
.wg-pagination li:hover .pagination-item,
.wg-pagination li.active .pagination-item {
  background-color: var(--main);
  border-color: var(--main);
  color: var(--white);
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar .sidebar-heading {
  font-weight: 500;
  margin-bottom: 20px;
}
.sidebar .sidebar-categories ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.relatest-post-item .image {
  margin-bottom: 24px;
  border-radius: 0px;
  overflow: hidden;
}
.relatest-post-item .content {
  display: grid;
  gap: 12px;
  flex-grow: 1;
}
.relatest-post-item .meta .icon {
  font-size: 16px;
  line-height: 1;
}
.relatest-post-item .title a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.relatest-post-item:not(:last-child) {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}
.relatest-post-item.style-row {
  display: flex;
  gap: 20px;
  align-items: center;
}
.relatest-post-item.style-row .content {
  gap: 8px;
}
.relatest-post-item.style-row .image {
  margin-bottom: 0;
  width: 112px;
  flex-shrink: 0;
}
.relatest-post-item.style-row .meta {
  gap: 10px 17px;
}
.relatest-post-item.style-row .meta p {
  color: var(--main);
}
.relatest-post-item.style-row .meta .meta-item:not(:last-child)::after {
  right: -9px;
}

ul.list-tags {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
}
ul.list-tags a {
  display: flex;
  padding: 4px 15px;
  border-radius: 5px;
  border: 1px solid var(--line);
}
.main-content-page {
  padding: 80px 0;
}

@media only screen and (max-width: 991px) {

  .wg-pagination .pagination-item {
    width: 36px;
    height: 36px;
  }

  .wg-blog .image {
    margin-bottom: 16px;
  }

  button {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 22px;
  }
  button .icon {
    font-size: 18px;
  }

  .mb-lg-30 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-section h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-section h3 {
    margin-bottom: 8px;
  }

  .sw-dots {
    gap: 4px;
  }
}
@media (min-width: 992px) {
    .pr-right{
  padding-right: 40px;
}

  .right-blog{
    position: sticky;
    top: 5px;
    /* height: 50%; */
  }
  .sidebar.maxw-360 {
      max-width: 360px;
      /* margin-left: auto; */
  }
}
@media only screen and (max-width: 991px) {

  .blog-detail-wrap > .inner {
    padding: 15px 15px 0;
  }

  .wg-blog .image {
    margin-bottom: 16px;
  }
  .wg-blog.style-1 .image {
    margin-bottom: 15px;
  }

  button {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .mb-lg-30 {
    margin-bottom: 30px;
  }

  .flat-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-section {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {

  h3 {
    font-size: 30px;
    line-height: 38px;
  }

  h4 {
    font-size: 26px;
    line-height: 36px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {

  .sw-dots {
    gap: 12px;
  }
  .sw-dots:not(.swiper-pagination-lock) {
    margin-top: 40px;
  }

  .sidebar.maxw-360 {
    max-width: 360px;
    /* margin-left: auto; */
  }
}

/*------------ sections ---------------- */
.heading-section {
  margin-bottom: 40px;
}
.heading-section h3 {
  margin-bottom: 12px;
  text-transform: capitalize;
}
.heading-section p {
  color: #64666C;
}

.blog-detail-wrap.page-single-2 > .inner {
  margin: 0;
  max-width: unset;
  padding: 0;
}
.blog-detail-wrap.page-single-2 > .inner > .heading {
  text-align: start;
}
.blog-detail-wrap.page-single-2 > .inner > .image {
  border-radius: 0px;
  overflow: hidden;
}
.blog-detail-wrap > .inner {
  max-width: 970px;
  margin: -135px auto 0;
  border-radius: 12px;
  background-color: var(--white);
  padding: 40px 60px 0px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-detail-wrap > .inner > .heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.blog-detail-wrap > .inner > .heading .meta .icon {
  font-size: 20px;
}
.blog-detail-wrap > .inner .related-post {
  position: relative;
  display: flex;
  gap: 40px;
  padding: 24px 0 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.blog-detail-wrap > .inner .related-post::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background-color: var(--line);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-detail-wrap > .inner .related-post .text-btn-uppercase {
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.blog-detail-wrap > .inner .related-post .text-btn-uppercase a {
  color: var(--primary);
}
.blog-detail-wrap > .inner .related-post .text-btn-uppercase a:hover {
  color: var(--main);
}

ul.list-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
ul.list-text li {
  position: relative;
  padding-left: 20px;
}
ul.list-text.type-disc li:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 13px;
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  background-color: var(--main);
}

.reply-comment .reply-comment-heading {
  margin-bottom: 24px;
}
.reply-comment .reply-comment-item {
  display: flex;
  gap: 20px;
}
.reply-comment .reply-comment-item:not(:last-child) {
  margin-bottom: 20px;
}
.reply-comment .reply-comment-item:not(:last-child) .content {
  border-bottom: 1px solid var(--line);
}
.reply-comment .reply-comment-item.type-reply {
  padding-left: 80px;
}
.reply-comment .reply-comment-item .image {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.reply-comment .reply-comment-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reply-comment .reply-comment-item .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 20px;
}
.reply-comment .reply-comment-item .content .text-button {
  color: var(--primary);
}

.box-check {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--success);
}

.leave-comment .leave-comment-heading {
  margin-bottom: 24px;
}

/*------------ blog ---------------- */

.wp-blog-3{
  border: 1px solid #dadada;
  border-radius: 8px;
  overflow: hidden;
}

.wp-blog-3 .title{
  font-size: 16px;
}
.wp-blog-3 .content{
  padding: 10px 15px;
}

.wg-blog.style-1 .image {
  margin-bottom: 15px;
}
.wg-blog.style-1 .content {
  gap: 5px;
}
.wg-blog.style-1 .meta-item .icon {
  font-size: 16px;
}
.wg-blog.style-1 .title {
  margin-bottom: 8px;
}
.wg-blog.style-1 .body-text {
  color: var(--secondary);
}

ul.list-tags.has-bg a {
  border-radius: 40px;
  padding: 4px 16px 4px 16px;
  background-color: var(--surface);
  border: 0;
}

.rental-card h3 {
  font-size: 22px;
}

.btn-danger{
  border-radius: 2px !important;
}
/************************************ product two start *****************************************/
.price-container {
  /* max-width: 400px; */
  margin: 50px auto;
  margin-top: 0px;
  padding: 40px 30px;
  background-color: #111;
  text-align: center;
  border-radius: 5px;
}
.price-label {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.price-value {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.contact-button {
  background-color: #E43131;
  color: white;
  font-weight: bold;
  padding: 10px;
  border: none;
  width: 100%;
  margin-top: 15px;
  border-radius: 5px;
}

.right-box{
  padding: 15px 0px;
}


.spec-section {
  margin-bottom: 2rem;
}
.spec-section h2 {
  margin-bottom: 1rem;
  color: #333;
  font-size: 30px;
}
.spec-item {
  margin-bottom: 0.5rem;
}
.spec-item strong {
  display: inline-block;
  width: 150px;
  color: #555;
}

.right-info-section{
  background: #f5f5f5;
  padding: 30px;
}

.tab-container {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  border-radius: 8px;
}
.tab {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: black;
  padding-bottom: 5px;
  position: relative;
  border-radius: 8px;
}
.tab.active {
  color: red;
}
.tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: red;
}
.list-desc li{
  list-style: disc;
}
.list-desc{
  padding-left: 15px;
}
.list-desc li{
  margin: 10px 0px;
}

.fs-18 {
  font-size: 18px;
  line-height: 32px;
}
.list-desc li{
  font-size: 18px;
}

/*  */
.quote-container {
  background-color: #f8f9fa; /* Light gray background */
  padding: 20px;
  border-left: 5px solid #007bff; /* Blue accent border */
  margin-bottom: 20px;
}

.quote {
  font-style: italic;
  font-size: 18px;
}

.timeline-header h2{
  text-align: center;
  margin: 20px 0px ;
}
/*************************************product two end  **********************************/

.advertise-area {
  position: relative;
  background: #000;
  z-index: 1;
}

.advertise-text h3 {
  /* font-size: 24px; */
  color: #fff;
  margin: 10px 0 15px;
  /* text-transform: uppercase; */
  /* letter-spacing: 2px; */
}

.advertise-text h4 {
  font-size: 15px;
  color: #fff;
  /* text-transform: uppercase;
  letter-spacing: 4px; */
}

.advertise-text p {
  color: #fff;
  font-size: 15px;
}
.advertise-area::before {
  background: #d81416;
}

.ptb-80 {
  padding: 80px 80px;
}
.bg-clrrd{
  background: #d81416;
}

/* herobike sections start */
.about-area .section-title h2::before, .about-area .section-title h2::after {
	display: none;
}
.about-area .section-title {
	margin-bottom: 0;
	text-align: left;
}
.about-text p {
  margin-top: -7px;
  font-size: 16px;
  line-height: 30px;
}
.features-box {
   
    text-align: center;
    background: #f2f2f2;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 8px;
    background-repeat: no-repeat;
}
.features-box.bg-1 {
	background-image: url("https://templates.envytheme.com/herobike/default/assets/img/upcoming-bike-1.jpg");
}
.features-box.bg-2 {
	background-image: url("https://templates.envytheme.com/herobike/default/assets/img/upcoming-bike-1.jpg");
}
.features-box.bg-3 {
	background-image: url("https://templates.envytheme.com/herobike/default/assets/img/upcoming-bike-1.jpg");
}
.features-box.bg-4 {
	background-image: url("https://templates.envytheme.com/herobike/default/assets/img/upcoming-bike-1.jpg");
}
.features-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    -ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.features-box:hover::before {
    background: #000;
    opacity: .55;
}
.features-box .content {
    padding: 30px 15px 0;
}
.features-box i {
    position: relative;
    font-size: 40px;
    -ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.features-box:hover i {
    color: #fff;
}
.features-box h3 {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	margin: 12px 0 12px;
	text-transform: uppercase;
    -ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.features-box:hover h3 {
    color: #fff;
}
.features-box p {
	position: relative;
	min-height: 120px;

    -ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.features-box:hover p {
    color: #fff;
    	margin-top: 10px;
}
.features-box .btn-primary {
	display: block;
}

.btn-read{
  position: relative;
}

.btn-read{
  border-radius: 0px;
}
/* herobike sections end */
.features-box .content img{
  position: relative;
  width: 50px;
}

.features-box .btn-primary {
  background: #181818 !important;
  display: block;
  font-size: 15px;
  border: none;
  padding: 10px;
      border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/************************************************************ // *************************************************************/


.upcoming-bike-text {
  /* text-align: right; */
  margin-right: 40px;
  margin-top: 40px;
}
.upcoming-bike-text h2 {
  font-size: 115px;
  opacity: 0.2;
  font-weight: 700;
}
.upcoming-bike-text h3 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.upcoming-bike-content {
padding: 10px 25px;
border-bottom: 1px solid #eee;
-ms-transition: .4s;
-webkit-transition: .4s;
-o-transition: .4s;
-moz-transition: .4s;
transition: .4s;
}

.single-upcoming-bike:hover .upcoming-bike-content p {
  color: #fff;
}
.upcoming-bike-content h3 a {
  font-size: 17px;
}
/* .upcoming-bike-content h3 {
  margin-top: 5px;
} */
.single-upcoming-bike:hover .upcoming-bike-content h3 a {
  color: #fff;
}
.upcoming-bike-content .pull-right {
  margin-top: -32px;
  font-size: 20px;
float: right;
}
.single-upcoming-bike:hover .upcoming-bike-content .pull-right {
  color: #fff;
}

.upcoming-bike-image img{
  width: 100%;
}

.upcoming-bike-content:hover{
  background-color: #D81416;
  color: #fff;
}

.upcoming-bike-content:hover h3 a{
  /* background-color: #D81416; */
  color: #fff;
}

/* ******************************************************************** */

.motorcycle-card {
  background-color: #181818;
  color: white;
  border: none;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
}
.for-sale {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
}
.motorcycle-card img {
  width: 100%;
  border-radius: 5px;
}
.btn-view {
  background: red;
  color: white;
  width: 100%;
}
.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.info-item i {
  margin-right: 10px;
}
/*  */
.rental-card {
  background: #111;
  color: #fff;
  overflow: hidden;
  padding: 30px;
}
.rental-card img {
  width: 100%;
}
.ribbon {
  position: absolute;
  background: #007bff;
  color: white;
  padding: 5px 15px;
  font-size: 12px;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
}
.rental-card .price {
  font-size: 20px;
  color: #ffcc00;
}

.icon-img img{
  width: 30px;
}

.bike-info  .info-box {
  gap: 20px;
  margin: 15px 0 0;
}

.price-card-info{
  font-size: 18px;
}

.info-price-lst{
  border-top: 1px solid #393939;
  padding-top: 20px;
}


/* ********************************************* */

.tf-marquee {
  display: flex;
  overflow: hidden;
  /*width: 100%;*/
  padding: 3px 0;
  /*border-top: 1px solid var(--line);*/
  border-bottom: 1px solid var(--line);
  background: #000000;
  color: #ffffff;
}

.tf-marquee .marquee-wrapper {
  display: flex;
  align-items: center;
  white-space: nowrap;              /* prevent line breaks */
  will-change: transform;           /* smoother animation */
  animation: infiniteScroll 30s linear infinite;
  transition: animation-duration 300ms;
}

.tf-marquee .marquee-wrapper:hover {
  animation-play-state: paused !important;
}

.tf-marquee .marquee-child-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
}

.tf-marquee .marquee-child-item .icon {
  font-size: 16px;
}

/* Responsive padding */
@media (min-width: 992px) {
  .tf-marquee .marquee-child-item {
    padding: 0 25px;
  }
}

/* Infinite scroll keyframes */
@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);  /* Move by half, because we duplicate items */
  }
}


/* **********************      Lookbook   ******************************* */





.sw-dots {
  display: flex;
  gap: 8px;
}
.sw-dots:not(.swiper-pagination-lock) {
  margin-top: 20px;
}


.hover-img .img-style {
  overflow: hidden;
}
.hover-img .img-style > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.hover-img:hover .img-style > img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}


.tf-pin-btn {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.tf-pin-btn span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  border: 8px solid var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-pin-btn span::after, .tf-pin-btn span::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px var(--white);
  border-radius: 50%;
}
.tf-pin-btn span::before {
  animation: ripple-line 2s linear infinite;
}
.tf-pin-btn span::after {
  animation: ripple-line 2s 1s linear infinite;
}

.cls-lookbook {
  overflow: unset;
  position: relative;
}
.cls-lookbook .img-style {
  /* border-radius: 20px; */
  display: block;
}
.cls-lookbook .lookbook-item {
  position: absolute;
  left: 30%;
  bottom: 32%;
}

.cls-lookbook .lookbook-item.position1 {
  left: 10%;
  bottom: 80%;
}
.cls-lookbook .lookbook-item.position2 {
  left: 50%;
  bottom: 80%;
}
.cls-lookbook .lookbook-item.position3 {
  left: 80%;
  bottom: 80%;
}
.cls-lookbook .lookbook-item.position4 {
  left: 10%;
  bottom: 50%;
}
.cls-lookbook .lookbook-item.position5 {
  left: 50%;
 bottom: 50%;
}
.cls-lookbook .lookbook-item.position6 {
      left: 80%;
    bottom: 50%;
}
.cls-lookbook .lookbook-item.position7 {
  left: 10%;
  bottom: 10%;
}
.cls-lookbook .lookbook-item.position8 {
  left: 50%;
  bottom: 10%;
}
.cls-lookbook .lookbook-item.position9 {
  left: 80%;
    bottom: 10%;
}

.tf-sw-lookbook .cls-lookbook {
  width: 100%;
  height: 100%;
}

.lookbook-item .dropdown-menu {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.loobook-product {
  box-shadow: var(--shadow1);
  padding: 10px;
  background-color: var(--white);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.loobook-product .content {
  text-align: start;
}
.loobook-product .content .btn-lookbook {
  margin-top: 5px;
}
.loobook-product .img-style {
  border-radius: 0;
  flex-shrink: 0;
  border-radius: 8px;
}
.loobook-product .btn-lookbook {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.loobook-product .btn-lookbook::after {
  height: 1px;
}
.loobook-product::before {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid;
}

.dropup .loobook-product {
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.dropup .loobook-product::before {
  border-color: var(--white) transparent transparent transparent;
  bottom: -4%;
  left: 50%;
  transform: translateX(-50%);
}

/*.sw-lookbook-wrap {*/
/*  padding-top: 70px;*/
/*  margin-top: -70px;*/
/*}*/

@keyframes ripple-line {
  to {
    transform: scale(2);
    opacity: 0;
  }
}

.heading-section {
  margin-bottom: 40px;
}
.heading-section h3 {
  margin-bottom: 12px;
  text-transform: capitalize;
}
.heading-section p {
  color: #64666C;
}

/* sib-form */

/*-------------- Responsive ----------------- */
/* Media Queries
-------------------------------------------------------------- */
@media (min-width: 992px) {
    .lookbook-price{
        font-size: 14px;
    }

  .sw-dots {
    gap: 12px;
  }
  .sw-dots:not(.swiper-pagination-lock) {
    margin-top: 40px;
  }

  .loobook-product {
    gap: 5px;
  }
  .loobook-product .content .btn-lookbook {
    margin-top: 12px;
  }
}
@media (min-width: 1200px) {

  .container-full2 {
    padding: 0 40px;
  }

  .lookbook-item .dropdown-menu {
    --bs-dropdown-min-width: 11rem;
  }
}
@media only screen and (max-width: 1024px) {

  h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 991px) {

  .btn-line {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-section {
    margin-bottom: 30px;
  }

  .loobook-product::before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {


  .loobook-product:not(.style-row) .img-style {
    height: 120px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-section h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-section h3 {
    margin-bottom: 8px;
  }

  .sw-dots {
    gap: 4px;
  }
}

/* *********************icons***************************** */


.categories__card {
  background: #fff;
  border-radius: 2px;
  transition: var(--transition);
  height: 100%;
}


.categories__card--link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 14px 5px;
}

.categories__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.4rem;
  /* font-family: var(--rubik-fonts); */
  margin-bottom: 0.6rem;
  /* transition: var(--transition); */
}

/* ***************************************Footer************************************************ */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}


.social__share {
  gap: 1.5rem;
}

.shipping__inner {
  border: 1px solid #1a1818;
  border-radius: 5px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .shipping__content--title{
    font-size: 16px !important;
  }
  .footer__payment{
    display: none;
  }
  .shipping__inner {
    flex-wrap: wrap;
    gap: 2rem;
    /* justify-content: center; */
    padding: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .shipping__inner {
    gap: 1rem;
  }
}

.shipping__items {
  gap: 1.5rem;
  justify-content: center;
  width: auto;
  padding: 1rem;
  position: relative;
  transition: var(--transition);
}
@media only screen and (min-width: 576px) {
    
    
  .shipping__items {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .shipping__items {
    width: 25%;
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .shipping__items {
    gap: 1.7rem;
    padding: 1rem;
  }
}
.shipping__items::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 48px;
  background: var(--bg-light-dark-color);
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media only screen and (max-width: 991px) {
  .shipping__items::before {
    display: none;
  }
}
.shipping__items:last-child::before {
  display: none;
}
.shipping__items:hover {
  background: var(--bg-light-dark-color);
}

.shipping__content--title {
  margin-bottom: 4px;
  font-size: 16px;
}
.shipping__content--desc {
  color: #898686;
  font-size: 14px;
  line-height: 2rem;
  /* font-family: var(--inter-fonts); */
}


.newsletter__area {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #1a1818;
}

.newsletter__inner {
  gap: 3rem;
}
@media only screen and (max-width: 991px) {
  .newsletter__inner {
    flex-wrap: wrap;
    gap: 2.5rem;
    /*justify-content: center !important;*/
  }
}



.newsletter__title {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text-white-color);
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 480px) {
  .newsletter__title {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 576px) {
  .newsletter__title {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter__title {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter__title {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1366px) {
  .newsletter__title {
    font-size: 36px;
    color: #fff;
  }
}

.newsletter__desc {
  color:#898686;
}

@media only screen and (max-width: 575px) {
  .newsletter__subscribe {
    width: 100%;
  }
}
.newsletter__subscribe--form {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .newsletter__subscribe--form {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 480px) {
  .newsletter__subscribe--form {
    width: 90%;
  }
}
@media only screen and (min-width: 576px) {
  .newsletter__subscribe--form {
    width: 470px;
  }
}
/* @media only screen and (min-width: 1200px) {
  .newsletter__subscribe--form {
    width: 560px;
  }
} */
.newsletter__subscribe--form input::-webkit-input-placeholder {
  color: var(--foreground-sub-color);
}
.newsletter__subscribe--form input::-moz-placeholder {
  color: var(--foreground-sub-color);
}
.newsletter__subscribe--form input:-ms-input-placeholder {
  color: var(--foreground-sub-color);
}
.newsletter__subscribe--form input:-moz-placeholder {
  color: var(--foreground-sub-color);
}
.newsletter-title{
  color: #fff;
}
.newsletter__subscribe--input {

  height: 3.5rem !important;
  border: 1px solid transparent !important;
  color: #898686 !important;
  background: #1a1818 !important;
  font-weight: 500 !important;
  /* font-family: var(--inter-fonts); */
  border-radius: 2px !important;
  padding: 0 130px 0 1.5rem !important;
}
.newsletter__subscribe--input:focus {
  border-color: var(--secondary-color);
  color: var(--text-white-color);
}
@media only screen and (min-width: 480px) {
  
  .newsletter__subscribe--input {
    padding: 0 140px 0 2rem;
    height: 4.8rem;
    width: 400px !important;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter__subscribe--input {
    height: 5.5rem;
    padding: 0 155px 0 2rem;
  }
}
.newsletter__subscribe--button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  background: #ed1d24;
  padding: 0 1rem;
  font-size: 15px !important;
  /* text-transform: uppercase; */
  font-weight: 500;
  color: #fff;
  border-radius: 0 5px 5px 0;
}

.newsletter__subscribe--input{
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.newsletter__subscribe--button:hover {
  background: #ED1D24;
  color: var(--foreground-color);
}
@media only screen and (min-width: 576px) {
    .min-width-576-nOne{
        display: none;
    }
  .newsletter__subscribe--button {
    padding: 0 1.2rem;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter__subscribe--button {
    padding: 0 1.6rem;
    font-size: 1.4rem;
  }
}

/* 
    12. Footer css 
*/

.footer-content p{
  color: #898686;
  font-size: 15px;
  margin-bottom: 2rem;
}
.footer__section {
  padding-top: 3.3rem;
}
@media only screen and (max-width: 991px) {
  .footer__section {
    padding-bottom: 70px;
  }
}

.footer__bg {
  background: var(--bg-black-color);
}

.main__footer {
  padding: 5.5rem 0 3.4rem;
}
@media only screen and (min-width: 768px) {
    .hr-none{
        display: none;
    }
  .main__footer {
    padding: 3rem 0 3rem;
  }
}

.footer__social {
  gap: 1rem;
  margin-top: 1.5rem;
}

.social__share--icon__style2 {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.6rem;
  background: #fff;
  color: #898686;
  text-align: center;
  border-radius: 50%;
}
/* .social__share--icon__style2:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
} */
@media only screen and (min-width: 1200px) {
  .social__share--icon__style2 {
      width: 2.2rem;
      height: 2.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
    p{
        font-size: 15px;
    }
  .footer__widget {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
    .canvas-filter .canvas-header h5{
    
    font-size: 18px;
    }
    .title-pointrs {
        font-size: 16px !important;
    }
    .rating-text{
            font-size: 16px !important;
    }
    .mb-sm-15{
        margin-bottom: 15px;
    }
    .pb-sml-0{
        padding-bottom: 0px !important;
    }
    .advertise-text h3{
        margin: 0px 0 5px;
    }
    .advertise-text p{
        font-size: 14px;
    }
    .content P{
        font-size: 14px !important;
    }
    .justify-content-center-sm{
        justify-content: center !important;
    }
    .category-child-sm-padding{
        padding: 6px;
    }
    .mb-sml-0{
        margin-bottom: 0px !important;
    }
    .grid-row-sm-padding{
        padding: 3px;
    }
    .grid-child-row-sm{
        padding: 8px;
    }
    
    .padding-top-sm{
        padding-top: 0px !important;;
    }
    .accessory-card h2{
        font-size: 20px !important;
    }
    .btn-subscribe-pop{
        width:  70% !important;
    }
    .subscribe-content{
        padding: 20px !important;
    }
  .footer__widget {
    margin-bottom: 0;
  }
}
.footer__widget--desc {
  font-size: 16px !important;
  margin-bottom: 0;
  color: #898686;
}
@media only screen and (min-width: 768px) {
  .footer__widget--desc {
    font-size: 1.5rem;
  }
}
.footer__widget--title {
  margin-bottom: 2.2rem;
  font-weight: 600;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #fff;
  font-family: var(--rubik-fonts);
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  .footer__widget--title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 576px) {
  .footer__widget--title {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__widget--title {
    font-size: 16px;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .footer__widget--title {
    line-height: 2.6rem;
    margin-bottom: 0px;
  }
}
.footer__widget--title__arrowdown--icon {
  position: absolute;
  right: 0;
  top: 38%;
  transition: 0.3s;
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer__widget--title__arrowdown--icon {
    display: block;
  }
}
.footer__widget--menu__list {
  margin-bottom: 0rem;
}
@media only screen and (min-width: 768px) {
  .footer__widget--menu__list {
    margin-bottom: 0px;
  }
}
.footer__widget--menu__list:last-child {
  margin-bottom: 0;
}
.footer__widget--menu__text {
  line-height: 2.6rem;
  font-size: 1.4rem;
  color: #d6d6d6;
}

.footer__widget--desc {
    color: #d6d6d6;
}
@media only screen and (min-width: 768px) {
  .footer__widget--menu__text {
    line-height: 2.3rem;
    font-size: 15px;
  }
}

.footer__widget--button {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  color: transparent;
  border: 0;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .footer__widget--button {
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .footer__widget--inner {
    display: none;
  }
}

.footer__bottom {
  border-top: 1px solid #1a1818;
}
.footer__bottom--inenr {
  padding: 1rem 0;
}
@media only screen and (max-width: 991px) {
  .footer__bottom--inenr {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center !important;
  }
}

.copyright__content {
  font-size: 15px;
  font-family: var(--rubik-fonts);
  color: #fff;
}
.copyright__content--link {
  color: var(--text-white-color);
}
.copyright__content--link:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .copyright__content {
    text-align: center;
  }
}

.footer__bg {
  background: #000000;
}

.text__secondary {
  color: #ed1d24;
}
.shipping__items::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 48px;
  background: #1a1818;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.boxcar-service-section .right-box {
  position: relative;
  border-radius: 16px;
  background: #F5F7FE;
  padding: 98px 151px 110px;
}

.boxcar-service-section .content-column .inner-column .title {
  font-weight: 600;
  /* font-size: 40px; */
  /* line-height: 55px; */
  text-transform: capitalize;
  margin-bottom: 27px;
}

.boxcar-service-section .content-column .inner-column .text {
  margin-bottom: 40px;
  font-size: 16px;
}

.boxcar-service-section .content-column .inner-column .store {
  position: relative;
  background-color: #161d30;
  display: inline-block;
  padding: 6px 40px 11px 81px;
  border-radius: 2px;
}

.boxcar-service-section .content-column .inner-column .store.two {
  padding-right: 60px;
  margin-left: 25px;
}

.boxcar-service-section .image-column .inner-column .image-box {
  position: absolute;
  bottom: 0;
  right: 0;
}

.title-wb{
  font-size: 28px;
}

.boxcar-service-section .content-column .inner-column .store img {
  position: absolute;
  top: 15px;
  left: 20px;
}

.boxcar-service-section .content-column .inner-column .store span {
  color: #fff;
  font-size: 13px;
  display: block;
}

.boxcar-service-section .content-column .inner-column .store .title {
  position: relative;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-top: -4px;
  margin-bottom: 0;
  line-height: 20px;
}

.boxcar-service-section .content-column .inner-column .store .title::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -21px;
  width: 1px;
  height: 31px;
  background-color: #505463;
}

.main-box-section{
  border-radius: 0px;
  background-color: #f5f7fe;
  /* padding: 110px 0; */
}

.boxcar-testimonial-section-three .content-column .inner-column {
  margin-top: 30px;
}
.boxcar-testimonial-section-three .content-column .inner-column .boxcar-title h2 {
  margin-bottom: 12px;
}
.boxcar-title.light .text, .boxcar-title.light h2, .boxcar-title.light h1 {
  color: #1b1a1a;
}
/*.large-container{*/
/*  padding-bottom: 40px;*/
/*}*/
.boxcar-title h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 45px;
}
.boxcar-testimonial-section-three .content-column .inner-column .boxcar-title .text {
  /* margin-top: 13px; */
  /* padding-right: 130px; */
  font-size: 16px
}

.testimonial-block-three .inner-box {
  background-color: #ffffff;
  text-align: center;
  padding: 25px 0 25px;
  border-radius: 8px;
  box-shadow: 1px 1px 1px #dadada;
}

.testimonial-block-three .inner-box .content-box span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 13px;
  display: inline-block;
}

.testimonial-block-three .inner-box .content-box .rating {
    display: flex;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.testimonial-block-three .inner-box .content-box .rating li {
  width: 37.5px;
  height: 37.5px;
  text-align: center;
  line-height: 37.5px;
  font-size: 25px;
  background-color: #00b67a;
  
  color: #ffffff;
  margin-right: 3px;
}

.testimonial-block-three .inner-box .content-box small {
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
}

.testimonial-block-three .inner-box.v2 {
  padding-bottom: 24px;
}


.testimonial-block-three .image img{
    width: 50px;
}
/* *******************************table section css****************************************** */


  .image--type--product .image__body {
    display: block;
    position: relative;
    width: 100%;
  }
  .image--type--product .image__tag {
    display: block;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }
  .image--type--product .image__body {
    padding-bottom: 100%;
  }
  .rating__body {
    display: -ms-flexbox;
    display: flex;
  }


  .tag-badge {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    z-index: 0;
    height: 18px;
    padding: 4px 14px 0;
  }
  .tag-badge:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 2.5px;
    transform-origin: center;
    left: 3.5px;
    right: 3.5px;
    transform: skewX(-20deg);
  }
  .tag-badge--sale {
    color: #fff;
  }
  .tag-badge--sale:before {
    background: #f33;
  }
  .tag-badge--new {
    color: #fff;
  }
  .tag-badge--new:before {
    background: #37f;
  }
  .tag-badge--hot {
    color: #fff;
  }
  .tag-badge--hot:before {
    background: #614ba6;
  }
  
  
  /*@media (min-width: 1400px) {*/
  /*  .block-split--has-sidebar .block-split__item-content {*/
  /*    width: calc(100% - 310px);*/
  /*  }*/
  /*}*/
  
  
  /*@media (min-width: 992px) and (max-width: 1399.98px) {*/
  /*  .block-split--has-sidebar .block-split__item-content {*/
  /*    width: calc(100% - 292px);*/
  /*  }*/
  /*}*/
  
  
  @media (max-width: 991.98px) {
    .block-split__item-content {
      width: 100%;
    }
  }
  .product-card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  }
  .product-card .product-card__action {
    position: relative;
    display: block;
    padding: 8px;
    margin: 0;
    border: none;
    transition: color 0.08s, background 0.08s;
    background-color: #fff;
    color: #ccc;
  }
  .product-card .product-card__action:hover {
    background-color: #f2f2f2;
    color: #4d4d4d;
  }
  .product-card .product-card__action:active {
    background-color: #ebebeb;
    color: #4d4d4d;
  }
  .product-card .product-card__action svg {
    fill: currentColor;
    display: block;
  }
  .product-card .product-card__action:focus {
    outline: none;
  }
  .product-card .product-card__action:active {
    transition-duration: 0s;
  }
  .product-card .product-card__action:last-child {
    border-bottom-left-radius: 2px;
  }
  .product-card .product-card__image {
    display: block;
  }
  .product-card .product-card__rating {
    color: #6c757d;
    font-size: 0.8125rem;
  }
  .product-card .product-card__features {
    color: #6c757d;
    font-size: 13px;
    line-height: 21px;
  }
  .product-card .product-card__features ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .product-card .product-card__features li {
    position: relative;
    padding-left: 12px;
  }
  .product-card .product-card__features li:before {
    display: block;
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    background: currentColor;
    top: 9px;
    opacity: 0.7;
    left: 3px;
  }
  .product-card .product-card__name a {
    /*min-height: 36px;*/
    color: inherit;
  }
  .product-card .product-card__name a:hover {
    text-decoration: none;
  }
  .product-card .product-card__meta {
    font-size: 12px;
    line-height: 1;
    color: #999;
  }
  .product-card .product-card__prices {
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #262626;
  }
  .product-card .product-card__price--new {
    color: #262626;
  }
  .product-card .product-card__price--old {
    font-weight: 400;
    text-decoration: line-through;
    color: #999;
  }
  .product-card .product-card__addtocart-full {
    background: #e52727;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    transition: background-color 0.15s, color 0.15s;
  }
  .product-card .product-card__addtocart-full:focus {
    outline: none;
  }
  .product-card .product-card__addtocart-full:hover {
    background: #333;
    color: #fff;
  }
  .product-card .product-card__addtocart-full:active {
    background: #4d4d4d;
    color: #fff;
  }

  .product-card .product-card__addtocart-icon {
    position: relative;
    border: none;
    padding: 8px;
    border-radius: 2px;
    background: transparent;
    color: #ccc;
    z-index: 0;
    transition: color 0.2s;
  }
  .product-card .product-card__addtocart-icon svg {
    display: block;
    fill: currentColor;
  }
  .product-card .product-card__addtocart-icon:before {
    top: -2px;
    left: -2px;
    display: block;
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: transparent;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.2s, background 0.2s;
  }
  .product-card .product-card__addtocart-icon:focus {
    outline: none;
  }
  /*.product-card:active .product-card__addtocart-icon,*/
  /*.product-card:hover .product-card__addtocart-icon {*/
  /*  color: #fff;*/
  /*}*/
  /*.product-card:active .product-card__addtocart-icon:before,*/
  /*.product-card:hover .product-card__addtocart-icon:before {*/
  /*  transform: scale(1);*/
  /*  background: #e52727;*/
  /*}*/
  /*.product-card:active .product-card__addtocart-icon:hover,*/
  /*.product-card:hover .product-card__addtocart-icon:hover {*/
  /*  color: #fff;*/
  /*}*/
  /*.product-card:active .product-card__addtocart-icon:hover:before,*/
  /*.product-card:hover .product-card__addtocart-icon:hover:before {*/
  /*  background: #333;*/
  /*}*/
  .product-card:active .product-card__addtocart-icon:active,
  .product-card:hover .product-card__addtocart-icon:active {
    color: #fff;
  }
  /*.product-card:active .product-card__addtocart-icon:active:before,*/
  /*.product-card:hover .product-card__addtocart-icon:active:before {*/
  /*  transition-duration: 0.05s;*/
  /*  background: #4d4d4d;*/
  /*}*/
  .products-list__content {
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products-list__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    padding-left: 8px;
    padding-right: 8px;
  }
  .products-list__item .product-card {
    width: 100%;
  }
  .products-list[data-layout="table"] .product-card {
    background: transparent;
    box-shadow: none;
  }
  /*.products-list[data-layout="table"] .products-list__item {*/
  /*  width: 100%;*/
  /*}*/
  .products-list[data-layout="table"] .products-list__head {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .products-list[data-layout="table"] .products-list__head:after {
    display: block;
    content: "";
    width: 36px;
    margin: 0 16px;
  }
  .products-list[data-layout="table"] .products-list__column--image {
    width: 90px;
    box-sizing: content-box;
    text-align: center;
    padding: 0 16px;
  }
  .products-list[data-layout="table"] .products-list__column--meta {
    width: 140px;
    text-align: center;
    padding: 0 16px;
    margin-left: 1px;
  }
  .products-list[data-layout="table"] .products-list__column--product {
    padding: 0 18px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1px;
  }
  .products-list[data-layout="table"] .products-list__column--rating {
    width: 140px;
    text-align: center;
    padding: 0 16px;
    margin-left: 1px;
  }
  .products-list[data-layout="table"] .products-list__column--price {
    width: 136px;
    padding: 0 16px;
    margin: 0 1px;
    text-align: left;
  }
  .products-list[data-layout="table"] .product-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .products-list[data-layout="table"] .product-card .product-card__action,
  .products-list[data-layout="table"] .product-card .product-card__addtocart-full,
  .products-list[data-layout="table"] .product-card .product-card__compare,
  .products-list[data-layout="table"] .product-card .product-card__features,
  .products-list[data-layout="table"] .product-card .product-card__fit,
  .products-list[data-layout="table"] .product-card .product-card__wishlist {
    display: none;
  }
  .products-list[data-layout="table"] .product-card .product-card__badges {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    margin-right: 2px;
  }
  .products-list[data-layout="table"] .product-card .product-card__badges > * {
    display: inline-block;
    vertical-align: middle;
  }
  .products-list[data-layout="table"] .product-card .tag-badge {
    padding: 3px 5px;
    height: 15px;
    font-size: 10px;
  }
  .products-list[data-layout="table"] .product-card .tag-badge:before {
    transform: none;
    border-radius: 1.5px;
    left: 0;
    right: 0;
  }
  @media (min-width: 576px) {
      #visitorModal .dropdown-container{
    width: 80%;
}
    .products-list[data-layout="table"] .product-card {
      padding-left: 16px;
      padding-right: 0;
      padding-top: 0px;
      border-radius: 5px;
      margin-bottom: 14px;
      padding-bottom: 0px;
    border: 1px solid #f0f0f0;
    }
    .products-list[data-layout="table"] .product-card .product-card__image {
      width: 80px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 16px;
    }
    .product-card__addtocart-icon i{
            color: #e52727;
    }
    .products-list[data-layout="table"] .product-card .product-card__info {
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin: 16px 0;
    }
    .products-list[data-layout="table"] .product-card .product-card__meta {
      font-size: 13px;
    }
    .products-list[data-layout="table"] .product-card .product-card__meta-title {
      display: none;
    }
    .products-list[data-layout="table"] .product-card .product-card__name {
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -ms-flexbox;
      /*display: flex;*/
      -ms-flex-align: center;
      align-items: center;
      font-size: 15px;
      line-height: 18px;
    }
    .products-list[data-layout="table"] .product-card .product-card__rating {
      padding: 0 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 4px;
    }
    .products-list[data-layout="table"]
      .product-card
      .product-card__rating-label {
      margin-top: 3px;
    }
    .products-list[data-layout="table"] .product-card .product-card__footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 16px 0;
      border-left: 1px solid #ebebeb;
      padding-left: 16px;
    }
    .products-list[data-layout="table"] .product-card .product-card__prices {
      display: -ms-flexbox;
      /*display: flex;*/
      -ms-flex-direction: column;
      align-items: center !important;
      text-align: center;
      /*flex-direction: column;*/
      -ms-flex-wrap: wrap;
      gap: 10px;
      /*flex-wrap: wrap;*/
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-item-align: stretch;
      /*align-self: stretch;*/
      -ms-flex-align: end;
      align-items: flex-end;
      width: 150px;
      font-size: 16px;
      margin-bottom: 8px;
      border-right: 1px solid #ebebeb;
      padding-right: 16px;
    }
    .product-card__price--current{
        margin-bottom: 8px;
    }
    .products-list[data-layout="table"] .product-card .product-card__price--old {
      font-size: 14px;
      margin-left: 6px;
      margin-top: 4px;
      margin-left: 0;
    }
    .products-list[data-layout="table"]
      .product-card
      .product-card__addtocart-icon {
      margin: 0 16px;
    }
    .products-list[data-layout="table"]
      .product-card
      .product-card__actions-list {
      padding: 0;
      display: none;
    }
  }
  
  @media (max-width: 500px){
       #visitorModal .dropdown-container{
    width: 100%;
}
  }
  @media (min-width: 1200px) {
    .products-list[data-layout="table"] .product-card .product-card__name {
      padding: 0 18px;
      border-left: 1px solid #ebebeb;
    }
    .products-list[data-layout="table"] .product-card .product-card__rating {
      padding-top: 0;
      margin-top: 0;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .products-list[data-layout="table"] .product-card .product-card__meta,
    .products-list[data-layout="table"] .product-card .product-card__rating {
      width: 140px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      border-left: 1px solid #ebebeb;
    }
    .products-list[data-layout="table"] .product-card .product-card__meta {
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .products-list[data-layout="table"] .product-card .product-card__image {
      width: 60px;
      margin-right: 16px;
    }
  }
  @media (min-width: 576px) and (max-width: 1199.98px) {
    .products-list[data-layout="table"] .product-card .product-card__info {
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 16px;
      border-left: 1px solid #ebebeb;
    }
    .products-list[data-layout="table"] .product-card .product-card__name {
      padding: 0;
    }
    .products-list[data-layout="table"] .product-card .product-card__rating {
      margin: -3px 0 -2px;
      padding: 5px 0 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .products-list[data-layout="table"] .product-card .product-card__rating-label,
    .products-list[data-layout="table"]
      .product-card
      .product-card__rating-stars {
      margin: 3px 0 2px;
    }
    .products-list[data-layout="table"]
      .product-card
      .product-card__rating-stars {
      margin-right: 7px;
    }
    .products-list[data-layout="table"]
      .product-card
      .product-card__rating-label {
      line-height: 1;
    }
    .products-list[data-layout="table"] .product-card .product-card__meta {
      padding: 0 0 5px;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .products-list[data-layout="table"] .product-card .product-card__image {
      width: 60px;
      margin-right: 16px;
    }
    .products-list[data-layout="table"] .product-card .product-card__prices {
      width: 90px;
    }
  }
  .products-list[data-layout="table"]{
    /*border: 1px solid #eaeaea;*/
    border-radius: 8px;
  }
  @media (max-width: 575.98px) {
    .products-list[data-layout="table"] .product-card {
      background-color: #fff;
      /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);*/
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: stretch;
      align-items: stretch;
      border: 1px solid #ebebeb;
      padding: 0;
      border-radius: 5px;
    }
    .products-list[data-layout="table"] .product-card .product-card__image {
      padding: 4px;
      margin: 0 8px;
      width: 60px;
    }
    .products-list[data-layout="table"] .product-card .product-card__info {
      -ms-flex-order: 3;
      order: 3;
      width: 100%;
      margin: 0;
      padding: 14px;
      border-top: 1px solid #ebebeb;
      border-left: none;
    }
    .products-list[data-layout="table"] .product-card .product-card__name {
      line-height: 20px;
      /*margin-top: 6px;*/
    }
    .products-list__item .product-card__info a{
        font-size: 15px;
    }
    .products-list[data-layout="table"] .product-card .product-card__rating {
      margin: -3px 0 -2px;
      padding-top: 5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .products-list[data-layout="table"] .product-card .product-card__rating-label,
    .products-list[data-layout="table"]
      .product-card
      .product-card__rating-stars {
      margin: 3px 0 2px;
    }
    .products-list[data-layout="table"]
      .product-card
      .product-card__rating-stars {
      margin-right: 7px;
    }
    .products-list[data-layout="table"]
      .product-card
      .product-card__rating-label {
      line-height: 1;
    }
    .products-list[data-layout="table"] .product-card .product-card__footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0;
    }
    .products-list[data-layout="table"] .product-card .product-card__prices {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      /*flex-direction: column;*/
          gap: 10px;
    align-items: center;
      -ms-flex-pack: center;
      /*justify-content: center;*/
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding: 12px 14px;
      height: 100%;
      border-left: 1px solid #ebebeb;
      border-right: 1px solid #ebebeb;
    }
    .products-list[data-layout="table"] .product-card .product-card__price--old {
      font-size: 14px;
      margin-top: 4px;
    }
    .products-list[data-layout="table"]
      .product-card
      .product-card__addtocart-icon {
      margin: 10px 18px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-item-align: center;
      align-self: center;
    }
  }
  @media (max-width: 1399.98px) {
    .products-list[data-layout="table"] .products-list__column--image {
      width: 60px;
    }
  }
  @media (max-width: 1199.98px) {
    .products-list[data-layout="table"] .products-list__column--image {
      width: 90px;
    }
    .products-list[data-layout="table"] .products-list__column--meta,
    .products-list[data-layout="table"] .products-list__column--rating {
      display: none;
    }
  }
  @media (min-width: 576px) {
      .d-noneMin-mpx{
          display: none !Important;
      }
     
      .box-section {
      padding: 20px 10px;
      background-color: #fff;
    }
      .d-noneMin-576px{
        display: none !Important;
        
    }
      .custmCol2{
    width: 10.666667%;
}
.custmCol0{
            width: 89.333333%;
}
.btmListingDetails{
    width: 100%;
}
      .btmListingDetails .custom-btn {
              width: 32.6%;
              justify-content: center;
      }
    .products-list[data-layout="table"] {
      background-color: #fff;
      /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);*/
    }
    /*.products-list[data-layout="table"]*/
    /*  .products-list__item*/
    /*  + .products-list__item {*/
    /*  border-top: 1px solid #ebebeb;*/
    /*}*/
  }
  @media (max-width: 575.98px) {
    .products-list[data-layout="table"] .products-list__content {
      margin: -8px;
    }
    .products-list[data-layout="table"] .products-list__item {
      margin: 8px;
      width: calc((100% - 16px) / 1);
    }
    .products-list[data-layout="table"] .products-list__head {
      display: none;
    }
  }
  
  .card-body--padding--2 {
    padding: 2rem;
}

.card-title--lg {
  font-size: 28px;
}

.card-title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2rem;
  margin-top: -4px;
}

.card-body--padding--2 p{
  font-size: 16px;
}

label {
  margin-bottom: .25rem;
  font-size: 16px;
}

#track-order-id , #track-email{
  color: #262626;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  height: 36px;
  padding: 7.5px 10px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 19px;
}

.btn-block{
  width: 100%;
  border-radius: 0px;
  background: #e52727;
  border: none;
}

.section-container {
  padding: 60px 0;
}
.badge-text {
  background-color: red;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
}
.section-title {
  font-size: 36px;
  font-weight: bold;
}
.more-link {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.more-link:hover {
  text-decoration: underline;
}

.dark-bg{
  background-color: #000;
}

.dark-bg p{
  color: #fff
}


.service-section-bike {
  position: relative;
  background: url('https://autobike.templaza.net/wp-content/uploads/2023/05/paul-kansonkho-1920.jpg') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* text-align: center; */
  color: white;
  padding: 100px;
}

.overlay-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.content-section {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.contact-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: red;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.phone {
  margin-top: 10px;
  font-size: 18px;
}

.content-section h1{
  font-weight: 900;
}

.input-container {
  position: relative;
  width: 100%;
  font-family: Arial, sans-serif;
}

.styled-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: gray;
  transition: all 0.3s ease;
  pointer-events: none;
}

.styled-input:focus + label,
.styled-input:not(:placeholder-shown) + label {
  top: 0;
  left: 10px;
  font-size: 12px;
  background: white;
  padding: 0 5px;
  color: black;
}

.w-50 label{
  left: 25px;
}

.w-50 .styled-input:focus + label,
.w-50 .styled-input:not(:placeholder-shown) + label {
  left: 25px;
}

.select-checkout{
  border: 2px solid var(--line);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 50%;
  padding: 10px;
}
.select-checkout-left{
  border: 2px solid var(--line);
  padding: 10px;
  border-radius: 4px;
  width: 100%;

}

.flex-container input{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
  
}

.check-box {
  display: flex;
      align-items: center;
      gap: 10px;
}

#shiping_address{
  width: 20px;
  height: 20px;
}

.shipping-address-box {
  display: none;
}


@media (min-width: 992px){
  .checkout-right{
    position: sticky;
    top: 10px;
  }
}



.custom-select {
  font-size: 16px;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding: 5px 10px;
  position: relative;
}

.select-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #f8f8f8;
  cursor: pointer;
}

.select-wrapper::after {
  content: "▼";
  font-size: 12px;
  margin-left: 5px;
}

.placeOrder-itemSelectedStrip button{
  border-radius: 0px;
  font-size: 16px;
}

.cart-left .mt-3{
  margin-top: 1.5rem !important;
}

@media (max-width: 767px){  
    
    
    .page-title .heading{
        margin-bottom: 0px;
        font-size: 16px;
    }

  .main-box-section{
    padding: 0;
  }

  .boxcar-testimonial-section-three .content-column .inner-column .boxcar-title .text{
    padding-right: 0px;
    margin-bottom: 15px;
  }

  .cart-summary-title{
    font-size: 18px;
  }

  .cart-header-title{
    font-size: 17px;
  }
  .placeOrder-itemSelectedStrip{
    margin: 10px;
    text-align: center;
    
  }
  .comet-v2-input-number-input{
    font-size: 14px !important;
  }
  .mt-sm-2{
    margin-top: 8px;
  }
  .product-price p{
    font-size: 14px;
  }
  .cart-product-name-img .fa-trash-can {
    margin-left: 0px !important;
    font-size: 14px;
  }
  .cart-product-name-img a {
    font-size: 14px;
    line-height: 20px;
  }
  .col-width-resp-right{
    width: 70%
  }
  .col-width-resp-left {
    width : 30%
  }
  .cart-body{
    padding: 7px;
  }
  .cart-product-image img {
    aspect-ratio: 1 / 1;
    width: 100px;
  }

  .group-container{
    padding: 10px 10px;
  }
}

@media (min-width: 767px){
     .mt-min-zero{
        margin-top: 0px !important;
    }
    .col-8-custom{
    width: 70%;
}
    .col-md-20{
        width: 20% !important;
    }
  .md-custom-wdl{
    width: 20% !important;
  }
  .md-custom-wdr{
    width: 80% !important;
    padding-left: 0px;
  }
  .sidebar-search{
    position: sticky;
    height: 50%;
    top: 5px;
  }
  .sidebar-listing{
    position: sticky;
    top: 120px;
  }
  
  .min-width-scrolling{
      position: sticky;
      height: 50%;
      top: 120px;
  }
  .stickyButton-base{
    display: none;
  }
}

.stickyButton-base{
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .15);
  border-top: 1px solid #d4d5d9;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 9;
}

.stickyButton-base{
  position: sticky;
  bottom: 55px;
  padding-bottom: 15px;
  background-color: #fff;
}

.placeOrder-itemSelectedStrip button{
  position: sticky;
  bottom: 10px;
}

.stickyButton-base button{
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 1px;
}

.badge-order{
  padding: 14px;
  background-color: #000;
  font-size: 14px;
}
.order-status-bar{
  font-size: 16px;
}

.order-status-bar .card-text:nth-child(1)::after,
.order-status-bar .card-text:nth-child(2)::after,
.order-status-bar .card-text:nth-child(3)::after {
    content: " | ";
    margin: 0 8px;
}
.body-success{
  background-color: #f5f5f5;
}
.text-order{
  font-size: 16px;
  margin-top: 10px !important;
}

.detailsBrdr {
  border: 1px solid #dadada;
  margin-bottom: 10px ! IMPORTANT;
  border-radius: 8px;
  overflow: hidden;
}

.order-details-title{
  background: black;
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px;
  padding: 10px;
}

.shipping-dets-bx{
  background-color: #fff;
  padding: 10px;
  font-size: 17px;
}

.order-img img{
  width: 100%;
}

.search_container_block {
	display: block;
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 620px;
	z-index: 9;
}
.search_container_block:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background:rgba(0, 0, 0, 0.6);
}
.search_container_block h2 {
	font-size: 34px;
	color:#fff;
	margin-bottom:15px;
	font-weight:700;
	text-align:center;
}
.search_container_block h2 span.typed-words{
	color:#E52727;
}
@media (max-width: 767px) {
    
    .ps-12-max{
        padding-left: 12px !important;
    }
  .deal-tag{
    padding: 10px 20px !important;
    font-size: 16px !important;
  }
  .right-box .image-column {
    display: none;
  }

  .boxcar-service-section .right-box{
    padding: 45px 40px 40px;
  }
  .title-wb {
    font-size: 26px;
    line-height: 35px !important;
    margin-bottom: 15px !important;

}

.boxcar-service-section .content-column .inner-column .text{
  margin-bottom: 20px !important;
}
.boxcar-service-section .content-column .inner-column .store.two{
  margin-left: 0;
  margin-top: 5px;
}
.typed-words {
    /*display: block !important;*/
    width: 100%;
    min-height: 46px;
}
}
.search_container_block h4 {
	font-size: 16px;
	font-weight: 400;
	color: #ccc;
	line-height: 32px;
	text-align:center;
}


.main_inner_search_block {
	position: relative;
	display: block;
	top: 50%;
	transform: translate(0, -45%);
	padding-bottom: 30px;
}
.main_inner_search_block select {
	border: none;
	padding-top: 2px;
  outline: none;
	padding-bottom: 0;
	height: 44px;
	box-shadow: none;
}
.main_input_search_part {
	margin-top: 30px;
	/*border-radius: 60px;*/
	/*width: 100%;*/
	/*background-color: #fff;*/
	/*box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);*/
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 6px;
	/*border:3px solid rgba(0, 0, 0, 0.12);*/
	max-height: 70px;	
}
.main_input_search_part_item {
	flex: 1;
	border-right:1px solid rgba(0, 0, 0, 0.10);
	margin-top: 2px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.main_input_search_part .main_input_search_part_item:nth-last-child(2) {
	border-right: none;
	padding-left: 15px;
	padding-right: 15px;
}
.main_input_search_part input, .main_input_search_part input:focus {
	font-size: 16px;
	border: none;
	background: #fff;
	margin: 0;
	padding: 0;
	height: 44px;
	line-height: 44px;
	box-shadow: none;
}
.main_input_search_part button.button {
	font-size: 18px;
	font-weight: 400;
	padding: 0 40px;
	margin-right: 1px;
	height: 50px;
	outline: none;
	border-radius: 50px;
}



/* .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent;
} */

@media (max-width: 1366px) {
.search_container_block {
	height: 590px;
}
}
@media (max-width: 991px) {
.search_container_block {
	height: 800px;
}
.main_input_search_part{
	margin-top:30px;
}
.main_inner_search_block {
	top:55%
}
.main_popular_categories_list{
	padding-left:0;
}
.main_popular_categories{
	margin-top:10px !important;
}
.main_input_search_part select, .main_input_search_part select:focus {
	font-size: 16px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 3px 0px rgba(0,0,0,0.08);
	background: #fff;
	height: 55px;
	padding: 12px 18px;
	border-radius: 4px;
}
.main_inner_search_block {
	transform: translate(0, -51%);
}
.main_input_search_part .button{
	text-align:center;
	width:100%;
}
.main_input_search_part {
	border-radius:10px;
	display: block;
	padding:20px;
	max-height: 100%;
	background-color: rgba(255, 255, 255, 0.25);
	box-shadow: none;
}
.main_input_search_part_item {
	border-color: transparent;
}
.main_input_search_part button.button {
	margin-top: 0px;
	border-radius: 4px;
}
.main_input_search_part_item {
	margin-bottom: 10px;
}
.main_input_search_part_item, .main_input_search_part .main_input_search_part_item:nth-last-child(2) {
	padding: 0;
}
.main_input_search_part input, .main_input_search_part input:focus {
	padding: 0 20px;
	height: 55px;
	line-height: 55px;
	border-radius: 4px;
	background: #fff;
	border:0;
	box-shadow: 0 1px 3px 0px rgba(0,0,0,0.08);
}
.main_input_search_part input, .main_input_search_part input:focus {
	padding: 0 20px;
}
}
@media (max-width: 767px){
.search_container_block h2 {
	font-size: 26px;
	line-height: 36px;
}
.search_container_block h4 {
	font-size:14px;
	line-height:22px;
}
}
.main_popular_categories {
    display: inline-block;
    margin: 15px auto 0 auto;
    width: 100%;
}
.main_popular_categories h3{
	font-size:18px;
	font-weight:400;
	color:#fff;
	text-align:center;
	margin:10px 0 20px 0;
}
ul.main_popular_categories_list {
    display: block;
    margin: 0 auto;
    text-align: center;
	padding-left:0;
}
ul.main_popular_categories_list li {
    margin: 5px;
    list-style: none;
    display: inline-block;
    text-align: center;
}
ul.main_popular_categories_list li a {
    background: rgba(255, 255, 255, 0.07);
    position: relative;
    width: 150px;
    height: 105px;
    display: block;
    overflow: hidden;
    color: #ffffff;
    border-radius:6px;
    padding: 7px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
ul.main_popular_categories_list li a:hover{
	background:#E52727;
	color:#fff
}
.utf_box {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding-top: 10px;
	text-align:center;
	font-weight:600;
    box-shadow: 0px 0px 16px 0px rgba(2, 2, 2, 0.1);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(2, 2, 2, 0.1);
}
.utf_box i {	
    font-size: 26px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 1239px) and (min-width: 980px) {
ul.main_popular_categories_list{
	padding-left:0;
}	
ul.main_popular_categories_list li a{
	width:140px;
}	
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
ul.main_popular_categories_list li a{
	width:105px;
}
ul.main_popular_categories_list li a p{
	font-size:14px;
}
ul.main_popular_categories_list{
	padding-left:0;
}
}
@media (max-width: 639px){
.search_container_block {
    height: 1000px;
}
.main_search_block {
    height: 680px;
}
ul.main_popular_categories_list li a{
	width:130px;
	height:100px
}
.utf_box p{
	font-size:14px;
}
.search_container_block:before{
	height:98%
}
.main_search_block:before{
	height:100%
}
.main_popular_categories{
	margin-top:20px;
}
.main_inner_search_block {
    top: 55%;
}
ul.main_popular_categories_list{
	padding-left:0;
}
}
@media only screen and (max-width: 767px) {
.home_main_search_part {
    height: 700px;
}
}
/*@media only screen and (max-width:479px) {*/
/*.home_main_search_part {*/
/*    height: 1000px;*/
/*}*/
/*}*/

.intro-search-field select option{
  padding: 20px;
}

.utf_pricing_container_block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
.plan {	
	text-align: center;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.utf_price_plan {
	width: 100%;
	background: #F2E0F2;
	padding: 45px 30px;
	padding-top: 48px;
}
.plan .utf_price_plan {
	border-radius:10px;
}
.utf_price_plan h3 {
	margin: 0;
	position:relative;
	color: #888;
	font-weight: 500;
	font-size: 24px;
	margin-bottom:30px;
	text-transform:uppercase;
}
.utf_price_plan h3::after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: -15px;
    height: 2px;
    width: 40px;
    background-color: #fff;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.utf_price_plan .value {
	display: block;
	font-size: 36px;
	line-height: 30px;
	font-weight: 600;
	padding: 15px 0 0 0;
	color: #333;
}
.utf_price_plan .period {
	color: #888;
	margin-top:0px;
	padding: 0;
	display: block;
}
.utf_price_plan_features {
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);
	padding: 35px 30px;
	background: #fff;
	border-radius:0 0 4px 4px;
	margin-bottom:10px;
}
.utf_price_plan_features ul {
	list-style: none;
	padding: 0;
}
.utf_price_plan_features ul li {
	padding: 6px 0;
	border-radius: 0;
	font-weight:400;
    border-top: 1px dashed rgba(0, 0, 0, 0.15);
    margin-bottom:0px;
}
.utf_price_plan_features ul li:last-child{
	border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.utf_price_plan_features a.button {
	margin-top: 20px;
}
.plan.featured {
	border-radius:10px;
	z-index: 11;
  padding-left: 15px;
  padding-right: 15px;
}
.plan.featured .utf_price_plan {
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);
	background-color: #E52727;
	padding:40px 20px;
	border-radius: 10px 10px 0 0;
}
.plan.featured .utf_price_plan h3 {
	color: #fff;
}
.plan.featured .utf_price_plan .value {
	color: #fff;
	display:inline-block;
}
.plan.featured .utf_price_plan span.value span{
	font-size:16px;
	font-weight:400;
    display: inline-block;
}
.plan.featured .utf_price_plan .period {
	color: #fff;
	line-height: 24px;
	margin-top:15px
}
.plan a.button{
	border-radius:4px;
}

.margin-top-0 {
	margin-top: 0!important;
}
.margin-top-30 {
	margin-top: 30px!important;
}
.margin-bottom-20 {
	margin-bottom: 20px!important;
}
.padding-top-75 {
	padding-top: 75px!important;
}
.padding-bottom-65 {
	padding-bottom: 65px!important;
}


@media (max-width: 767px) {
.utf_pricing_container_block {
	display: block;
}
.plan.featured {
	transform: none;
}
}
@media (max-width: 979px){
.utf_price_plan_features{
	margin-bottom:30px;
}
}
@media (max-width: 767px){
.headline_part span{
	font-size: 16px;
	line-height:28px
}
h3.headline_part{
	font-size:26px;
	line-height:36px;
}
}

.box_icon_two {
	text-align: center;
    margin-top: 30px;
    position: relative;
    background: #fff;
    padding: 40px 25px 20px 25px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
	border-radius:8px;
	transform: translate3d(0, 0, 0);
	transition: transform 0.3s;	
}
.box_icon_two img{
    width: 50px;
}
.box_icon_two:hover {
	/*box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);*/
	transform: translate3d(0, 0, 0);
	transition: transform 0.3s;	
	transform: translate3d(0, -12px, 0);	
}
.box_icon_two:hover img{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
	}
	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
		-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
	}
	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
		-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
	}
}
.box_icon_two i {
	width: 100px;
	height: 100px;
	background: #E52727;
	border:5px solid rgba(0, 0, 0, 0.12);
	border-radius:50%;
	line-height: 100px;
	font-size: 44px;
	line-height:90px;
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	color: #fff !important;
	position: relative;
	z-index: 11;
}
.box_icon_two h3 {
	margin: 4px 0;
	line-height: 26px;
	font-size: 18px;
	margin-top: 10px;
	font-weight: 500;
}
.box_icon_two p {
	margin-top: 10px;
	font-size:15px;
	line-height:28px;
	color:#808080;
}


@-webkit-keyframes flip {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
	}
	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
		-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
	}
	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
		-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
	}
}


.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent;
}

.headline_part span {
	font-size: 17px;
	line-height: 30px;
	margin-top: 10px;
	color: #888;
	font-weight: 400;
	display: block;
}
.headline_part.centered {
	text-align: center;	
}
.container_icon {
	overflow: hidden;
}

.margin-top-10 {
	margin-top: 10px!important;
}
.margin-top-80 {
	margin-top: 80px!important;
}
.padding-bottom-75 {
	padding-bottom: 75px!important;
}

@media (max-width: 991px) {
.box_icon_two.box_icon_with_line::before {
	display: none;
}
}
@media (max-width: 767px){
.headline_part span{
	font-size: 16px;
	line-height:28px
}
h2.headline_part{
	font-size:26px;
	line-height:36px;
}
.box_icon_two {
	margin-top:0px;
}
}

/* **************************************************************************************************** */


.input-with-icon {
	position: relative;
}
.input-with-icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0 0 0 19px;
	color: #999;
	transition: 0.2s;
	pointer-events: none;
}
.input-with-icon input {
	padding-left: 47px!important
}
.input-with-icon.location input {
	padding-left: 20px!important
}
.input-with-icon.location a i {
	position: absolute;
	right: 1px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	padding: 15px 20px 15px 15px;
	background:transparent;
	pointer-events: all
}
.input-with-icon.location a i:hover {
	color: #E52727;
}

/*==========
  Listing Filter Block
============*/
.listing_filter_block{
	padding:15px 0px;
	background-color: #fdfdfd;
	box-shadow:0 3px 5px 0 rgba(0, 0, 0, 0.07);
	border-radius:4px;
	margin-bottom:30px;
	display:inline-block;
	width:100%;
	border:1px solid rgba(0, 0, 0, 0.05);
}
.listing_filter_block .sort-by{
    top: 5px;
}
.listing_filter_block .utf_search_map_section ul{
	margin-bottom:0
}
.listing_filter_block .utf_search_map_section li{
	margin-bottom:0
}
.sort-by {
	position: relative;
	top: 9px;
}
.sort-by .utf_sort_by_select_item {
	display: inline-block;
	float: right;
}
.utf_sort_by_select_item select {
	border-radius: 4px;
	color: #666;
	font-weight:600;
	margin-bottom:10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background-color: #f3f3f3;
	height: auto;
	padding: 7px 7px 7px 15px;
	line-height: 22px;
	box-shadow: none;
}
.listing_filter_block .utf_sort_by_select_item select{
	margin-bottom:10px !important;
}
.sort_by_margin{
	margin-left:10px;
}

/*==========
  Search Map Section Block
============*/
.utf_search_map_section li {
    list-style: none;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 25px;
}
.utf_search_map_section .utf_common_button {
	font-size:14.5px;
    height: 40px;
    line-height: 38px;
    padding-top: 0;
	font-weight: 600;
	color: #666;
}
.utf_search_map_section .utf_common_button:hover{
	background:#E52727;
	color:#fff;
}
.utf_search_map_section .utf_common_button i{
	margin-right:7px;
}
.utf_common_button {
    height: 45px;
	color: #666;
    font-weight: 500;
    transition: all 0.2s;
    line-height: 36px;
    border-radius:4px;
    height: 36px;
    line-height: 34px;
    border:1px solid rgba(0, 0, 0, 0.07);
    background-color: #fcfcfc;
	padding: 0 15px;
    display: block;    
}


.utf_panel_dropdown.float-right a:hover{
	background: #f3f3f3;
}


.utf_panel_dropdown {
	position: relative;
	display: inline-block
}
.utf_panel_dropdown a {
	color: #666;
	font-weight: 600;
	font-size: 15px;
	border-radius: 50px;
	padding: 3px 14px;
	transition: all 0.3s;
	display: inline-block;
}
.utf_panel_dropdown a:hover {
	background: #f3f3f3;
}
.utf_panel_dropdown a:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #66676b;
	font-weight: 500;
	padding-left: 0;
	transition: all 0.3s;
	margin-left: 6px;
	display: inline-block;
}
.utf_panel_dropdown .utf_panel_dropdown-content {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	position: absolute;
	top: 44px;
	left: 0px;
	z-index: 110;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.18);
	border-radius: 4px;
	box-shadow: 0 12px 35px 2px rgba(0,0,0,0.12);
	padding: 20px;
	overflow-y: auto;
	white-space: normal;
	width: 350px;
}
.utf_panel_dropdown .utf_panel_dropdown-content{
	border:4px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
}
button.panel-apply {
	background: none;
	padding: 5px 16px;
	display: block;
	outline: none;
	border: none;
	font-weight: 600;
	float: right;
	margin: 0;
	font-size: 15px;
	border-radius: 50px;
	background-color: #66676b;
	color: #fff;
	transition: all 0.3s;
}
.utf_panel_dropdown button.panel-apply {
	background: none;
	padding: 3px 15px;
	display: block;
	outline: none;
	border: none;
	font-weight: 500;
	float: right;
	margin: 0;
	font-size: 14px;
	border-radius: 4px;
	background-color: #E52727;
	color: #fff;
	transition: all 0.3s;
}
button.panel-apply:hover {
	opacity: 0.9;
}
button.panel-apply:active {
	transform: translateY(-2px);
}
.panel-buttons {
	width: 100%;
	margin-top: 13px;
}
.utf_panel_dropdown.float-right {
	float: right;
}
.utf_panel_dropdown.float-right a{
	height: 40px;
    line-height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.07);
	background-color:#fcfcfc;
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    box-shadow: none;
    color: #666;
    font-weight: 600;
    font-size: 15px;
	border-radius:4px;
    transition: all 0.3s;
    display: inline-block;
}	
.utf_panel_dropdown.float-right .utf_panel_dropdown-content {
	left: auto;
	right: 0;
}

/*==========
  More Search Style
============*/
.more-search-options.relative {
	position: relative;
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition: none;
	display: none;
}
.more-search-options-trigger {
	background: #fff;
    color:#808080;
    font-weight: 400;
    font-size: 16px;
    border-radius: 6px;
    padding: 3px 0;
    transition: all 0.3s;
    display: block;
    border: 1px solid #dbdbdb;
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
	box-shadow:0 4px 8px 0 rgba(0,0,0,0.03);
}
.more-search-options-trigger:before {
	content: attr(data-open-title);
}
.more-search-options-trigger:after {
	content: "\f103";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #66676b;
	font-weight: 500;
	padding-left: 0;
	transition: all 0.3s;
	margin-left: 10px;
	display: inline-block;
}
.more-search-options-trigger:hover {
	color: #808080;
}

.utf_layout_nav a {
	width: 38px;
	height: 38px;
	background-color: #e7e7e7;
	display: inline-block;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 38px;
	top:5px;
	text-align: center;
	transition: all 0.4s;
	border-radius: 50%;
	font-weight: 500;
	overflow: hidden;
	position: relative;
	margin-right: 5px;
}
.utf_layout_nav a.active {
	color: #E52727;
	background-color: #fff;
	border: 1px solid #E52727;
	line-height: 38px;
}
.utf_layout_nav a i {
	position: relative;
	z-index: 11;
}
.utf_layout_nav a:hover {
	color: #fff;
	background-color: #E52727;
}

.row.with-forms input, .row.with-forms input[type="text"], .row.with-forms input {
	margin-bottom: 18px;
}
.row.with-forms {
	margin-left: -10px;
	margin-right: -10px;
}
.with-forms .col-md-12 {
	padding: 0 10px;
}

.utf_listing_detail_sidebar {
	padding: 0;
	list-style: none;
	font-size: 15px;
	margin-bottom: -5px;
	position: relative;
	display: block;
}

.utf_listing_detail_sidebar li a {
	color: #66676b;
	font-weight:400;
	transition: 0.3s;
}
/*.utf_listing_detail_sidebar li a:hover{*/
/*	color:#E52727;*/
/*	padding-left:5px*/
/*}*/
.utf_listing_detail_sidebar li i {
	position: absolute;
	left: 0;
	top: 14px;
	font-size: 16px;
	color: #888;
}
.utf_box_widget {
	background-color: #fdfdfd;
	box-shadow:0 3px 5px 0 rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	padding: 20px;
	transform: translate3d(0, 0, 0);
	border:1px solid rgba(0, 0, 0, 0.05);
	position:relative;
	z-index:1;
}


.utf_box_widget h3 {
	width:100%;
	font-size: 18px;
	line-height:40px;
	padding: 0 0 10px;
	margin: 5px 0 10px 0;
	display: block;
	font-weight:600;	
	text-align:left;
	border-bottom: 1px solid #e8e8e8;
}
.utf_box_widget h3 i {
	margin-right: 10px;
	color:#fff;	
	width:40px;
	height:40px;
	background:#E52727;
	padding:10px;
	border-radius:50%;
}

button.button {
	background-color:#000000;
	top: 0;
	padding: 10px 20px;
	color: #fff;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	margin-right: 6px;
	overflow: hidden;
	    border: 1px solid !important;
	border-radius: 4px;
}
button.button:before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.2s;
}
button.button:hover:before {
	opacity: 0.1;
}
button.button {
	line-height: 26px;
}
button.button.fullwidth_block {
	width: 100%;
	text-align: center;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}


.checkboxes {
	list-style: none;
	padding: 0;
}
.checkboxes.one-in-row label {
	margin-top: 9px;
	width: 100%;
}
.checkboxes label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 28px;
	margin-right: 20px;
	margin-bottom: 0;
	line-height: 24px;
	font-size: 16px;
}
.checkboxes input[type=checkbox] {
	display: none;
}
.checkboxes label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #fff;
	border: 2px solid #d0d0d0;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.25s;
	font-family: "FontAwesome";
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 15px;
}
.checkboxes input[type=checkbox]:checked+label:before {
	content: "\f00c";
	background-color: #E52727;
	border: 2px solid #E52727;
}

/*==========
  Listing Item Container Style
============*/
.utf_listing_item-container.list-layout {
	margin-bottom: 25px;
	padding:5px;
	background: #ffffff;
	box-shadow:0 3px 5px 0 rgba(0, 0, 0, 0.07);	
	border:1px solid rgba(0, 0, 0, 0.08);
}
.utf_listing_item-container.list-layout:hover {
	transform: translate3d(0px, 0px, 0px);
}

.utf_listing_item-container.list-layout .utf_listing_item:hover > .utf_listing_item_content h3{
	color:#E52727;
}
.utf_listing_item-container.list-layout .utf_listing_item:before {
	display: none;
}
.utf_listing_item-container.list-layout .utf_listing_item img {
	border-radius: 0;
}
.utf_listing_item-container.list-layout .utf_listing_item_content {
	flex: 5;
	position: relative;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 50;
	box-sizing: border-box;
}

.utf_listing_item-container.list-layout .utf_listing_item-image:before {
	position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
	background:rgba(0, 0, 0, 0.1);
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.utf_listing_item-container.list-layout .utf_listing_item-image:before, .utf_listing_item-container.list-layout .utf_listing_item-image:after{
	content: "";
}
.utf_listing_item-container.list-layout .utf_listing_item-image:hover:before {
    background-color: rgba(255, 255, 255, .2);
    right: 50%;
    left: 50%
}
.utf_listing_item-container.list-layout .utf_listing_item-image:hover:after {
    background-color: rgba(255, 255, 255, .2);
    top: 50%;
    bottom: 50%
}
.utf_listing_item-container.list-layout .utf_listing_item-image:after{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.utf_listing_item-container.list-layout span.like-icon {
	bottom:15px;
	background-color:#ffffff;
	color: #e52d27;
	right: 15px;
}
.utf_listing_item-container.list-layout span.like-icon:hover {
	background-color: #e52d27;
	color: #fff;
}
.utf_listing_item-container.list-layout .utf_listing_item-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 25px;
	padding-right: 20px;
}
.utf_listing_item-inner .utf_star_rating_section .utf_counter_star_rating{
	color: #fff;
}
.utf_listing_item-inner p{
	margin-bottom:0;
	font-size:15px;
}
.utf_listing_item-container.list-layout .utf_listing_item-inner h3 {
	color: #333;
	font-weight: 500;
}
.utf_listing_item-container.list-layout .utf_listing_item-inner span {
	color: #808080;
	display: block;
}
.utf_listing_item-container.list-layout .utf_star_rating_section {
	padding: 0px 0 8px 0;
}
.utf_listing_item-container {
	background-color: #f6f6f6;
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	margin-bottom:50px;
	box-shadow:0 5px 15px 0 rgba(0,0,0,0.3);
	transform: translate3d(0, 0, 0);
	transition: transform 0.3s;	
}
.utf_listing_item-container:hover {
	transform: translate3d(0, -10px, 0);	
}
.utf_listing_item {
	background: #ccc;
	border-radius:4px;
	height: 100%;
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 300px;
	z-index: 100;		
	cursor: pointer;
}
.utf_listing_item-container.list-layout .utf_listing_item-image:after{
	content: "";
}

.utf_listing_item img {
	object-fit: cover;
	height: 100%;
	width: 100%;	
	border-radius: 4px 4px 0 0;
	transition: transform 0.35s ease-out;
	transition: all 0.55s;
}
.utf_listing_item:before {
	content: "";
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: linear-gradient(to top, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0.60) 40%, rgba(22,22,23,0) 80%, rgba(0,0,0,0) 100%);
	background-color: rgba(0,0,0,0.2);
	border-radius: 4px 4px 0 0;
	opacity: 1;
}

.utf_listing_item_content p{
	color:rgba(255,255,255,0.9);
	font-size:16px;
	font-weight:400;
	line-height:26px;
	margin-bottom:0;
}
.list-layout .utf_listing_item_content p{
	color:#848484;
	font-size:15px;
	line-height:25px;
	margin-bottom:0;
}
.utf_listing_item_content h3 {
	color: #fff;
    font-size: 20px;
    bottom: 2px;
    position: relative;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
}
.utf_listing_prige_block .utp_approve_item{
	display:inline-block;
}
.utf_listing_prige_block .utp_approve_item i.utf_approve_listing {
	display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: #10aa08;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    position: relative;
    top: -2px;
    margin-left: 4px;
}
.utp_approve_item i.utf_approve_listing::before {
    content: "\f058";
    font-family: fontawesome;
    position: relative;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.utp_approve_item i.utf_approve_listing::after {
	position: relative;
	z-index: 9;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	left: -1px;
	background-color: #fff;
}
.utf_listing_prige_block{
	margin-bottom:10px;
	display:block;
}
.utf_listing_prige_block .utf_meta_listing_price{
	background:rgba(255, 255, 255, 0.95);
	color: #525252;
	font-size: 13px;
	font-weight: 600;
	padding: 0px 8px;
	margin-right:5px;
	border-radius:4px;
}
.utf_listing_prige_block .utf_meta_listing_price i {
    font-size: 14px;
    color: #E52727;
    padding-right: 0px;
	width: 16px;
	vertical-align:initial;
}
.utf_half_list{
	position: absolute;
	left: 15px;
	bottom:8px;
}
.utf_half_list .utp_approve_item i.utf_approve_listing{
	top:3px;
}
.utf_half_list .utf_meta_listing_price{
	padding:7px 10px;
}
.utf_listing_item span.utf_open_now{
	background-color: #54ba1d;
	float: left;
	position: absolute;
	transform: rotate(-45deg);
	left: -45px;
	top: 15px;
	text-align: center;
	width: 150px;
	font-size: 12px;
	margin: 0;
	z-index: 999;
	color: #fff;
	font-weight: 600;
	line-height: 28px;
	border-radius: 0 20px 20px 0;
}
.utf_listing_item span.utf_closed{
	background: #e91721;
	float: left;
	position: absolute;
	transform: rotate(-45deg);
	left: -45px;
	top: 15px;
	text-align: center;
	width: 150px;
	font-size: 12px;
	margin: 0;
	z-index: 999;
	color: #fff;
	font-weight: 600;
	line-height: 28px;
	border-radius: 0 20px 20px 0;
}
.utf_listing_prige_block span.utf_meta_listing_price{
	display:inline-block;
	padding: 0px 8px;
}
.utf_listing_item_content span {
	font-size: 14px;
	margin:2px 0;
    font-weight: 600;
    display:block;
    color: rgba(255,255,255,0.85);
}
.utf_listing_item_content span i{
	font-size:16px;
	color:#E52727;
	padding-right:3px;
	width: 18px;
	font-weight:500;
	display: inline-block;
	text-align: center;
	vertical-align:sub;
}
.utf_listing_item span.tag i{
	font-size:14px;
	margin-right:2px;
}
.utf_listing_item span.tag {
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
    background:#E52727;
    border-radius: 4px;
    padding:1px 6px;
    line-height: 20px;
    color: #fff;
	border:2px solid #E52727;
    margin-bottom: 9px;
    position: absolute;
    z-index: 9999;
    top: 20px;
    right: 20px;
}
.utf_listing_item span.tag:hover{
	background:#fff;
	color:#E52727;
	border:2px solid #fff;
	transition: all 0.3s;
}
.utf_listing_item span.featured_tag {
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
    background:#2cafe3;
    border-radius: 4px;
    padding: 1px 10px;
    line-height: 20px;
    color: #fff;
	border:2px solid #2cafe3;
    margin-bottom: 9px;
    position: absolute;
    z-index: 9999;
    top: 58px;
    right: 20px;
}
.utf_listing_item-container.list-layout span.tag{
	text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    background:#E52727;
    border-radius: 6px;
    padding: 4px 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 9px;
}
.utf_listing_item-container.list-layout span.tag {
	text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500;
    background:#E52727 !important;
    border-radius: 4px;
    padding: 0px 5px;
    line-height: 20px;
    color: #fff;
	font-weight:600;
	border:2px solid #E52727;    
    margin-bottom: 9px;
    position: absolute;
    z-index: 9999;
    top: 20px;
    right: 20px;
}
.utf_listing_item-container.list-layout span.tag:hover{
	background:#fff !important;
	border-color:#fff !important;
	color:#E52727;
}
.utf_layout_nav a:hover {
    color: #ffffff !important;
    border-color: #E52727;
}
.utf_star_rating_section {
	display: block;
	font-size: 15px;
}
.list-layout .utf_listing_item-inner .utf_star_rating_section {
    padding:0; 
	z-index: 99999;
    position: relative;
    background:transparent;
    width: auto;
    bottom:0;
    left:0;
    right:0;
    border-radius:0;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);	
	margin-bottom:7px;
}
.utf_listing_item-container .utf_star_rating_section {
    padding: 15px;
    z-index: 99999;
    position: absolute;
    background: #fff;
    width: auto;
    bottom: -25px;
    left: 20px;
    right: 20px;
    border-radius: 40px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.utf_star_rating_section .utf_counter_star_rating {
	top: 0px;
	position: relative;
}
span.like-icon {
	color: #E52727;
	font-size: 18px;
	position: absolute;
	z-index: 101;
	right: 15px;
	bottom: 11px;
	cursor: normal;
	background-color:#f0f0f0;
	display: block;
	height: 36px;
	width: 36px;
	line-height:37px;
	border-radius:30px;
	transition: all 0.4s;
}
.like-icon:before, .like-icon:after {
	transition: opacity 0.3s, transform 0.4s cubic-bezier(.0, -.41, .19, 2.5);
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 0px;
}
.like-icon:before {
	content: "\f08a";
	transform: scale(0.95);
}
.like-icon:after {
	content: "\f004";
	opacity: 0;
	transform: scale(0.3);
}
.like-icon:hover {
	background-color:#e52d27;
	color:#fff;
}
.utf_listing_item {
	overflow: hidden;
}


.utf_listing_item_content .utf_star_rating_section .utf_counter_star_rating {
    top:-1px;
    position: relative;
    margin-left: 6px;
}


.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent;
}

button.panel-apply {
	background: 0 0;
	padding: 5px 16px;
	display: block;
	outline: none;
	border: none;
	font-weight: 600;
	float: right;
	margin: 0;
	font-size: 15px;
	border-radius: 50px;
	background-color: #66676b;
	color: #fff;
	transition: all .3s
}
button.panel-apply:hover {
	opacity: .9
}
button.panel-apply:active {
	transform: translateY(-2px)
}
.panel-buttons {
	width: 100%;
	margin-top: 13px
}

.margin-top-5 {
	margin-top: 5px!important;
}
.margin-top-20 {
	margin-top: 20px!important;
}

.margin-bottom-10 {
	margin-bottom: 10px!important;
}
.margin-bottom-15 {
	margin-bottom: 15px!important;
}
.margin-bottom-35 {
	margin-bottom: 35px!important;
}
.margin-bottom-70 {
	margin-bottom: 70px!important;
}
.margin-bottom-75 {
	margin-bottom: 75px!important;
}
@media only screen and (max-width: 1366px) and (min-width: 1240px) {
.input-with-icon.location a i {
	padding: 15px 18px 15px 10px;
}
}

/*=========
	Responsive Style
=========*/

@media (max-width: 1239px) {
.utf_listing_item-container.list-layout .utf_listing_item-image {
	flex: 3;
}
}
@media only screen and (min-width: 992px) and (max-width: 1239px) {
.utf_listing_item-container .utf_star_rating_section {
    padding: 15px 10px;
    left: 10px;
    right: 10px;    
}
}
@media only screen and (min-width: 1260px) and (max-width: 1360px) {
.utf_listing_item-container .utf_star_rating_section{	
	padding: 15px 10px;
    left: 10px;
    right: 10px;    
}
}
@media (max-width: 991px) {
.utf_listing_item-container.list-layout:hover {
	transform: none;
}
.utf_listing_item-container.list-layout .utf_listing_item-inner {
	position: relative;
	top: auto;
	transform: none;
	padding: 30px;
	left: 0;
}
.utf_listing_item-container.list-layout .utf_listing_item {
	display: block;
	height: auto;
	padding: 0;
}
.utf_listing_item-container.list-layout .utf_listing_item-image {
	min-height: auto;
}
.utf_panel_dropdown {
	margin-right: 4px;
	display: block;
	width: 100%;
}
.utf_panel_dropdown {
	margin-top:0;
	float:left;
	width:auto;
}
.utf_panel_dropdown a {
	background: #f3f3f3;
}
.utf_panel_dropdown .utf_panel_dropdown-content {
	left: 0;
	right: auto;
	width: 400px;
	max-width: 70vw;
}
}
@media (max-width: 527px) {
.utf_panel_dropdown {
	margin-bottom:10px;
}
}
@media (max-width: 991px) {
.utf_listing_item-container.list-layout .utf_listing_item-inner{
	padding:20px;
}
}
@media (max-width: 767px){
.utf_box_widget{
	padding:20px;
}
}
@media (max-width: 479px){
.utf_box_widget h3{
	font-size:18px;
}
.utf_box_widget h3 i {
    width: 34px;
    height: 34px;
    padding: 8px;
	font-size:16px;    
	margin-right:5px;
}
.utf_listing_item-container .utf_star_rating_section{
	padding:15px 10px;
	left: 10px;
    right: 10px;
}
}
@media only screen and (max-width: 1199px) and (min-width: 980px) {
.utf_search_map_section li{
	margin-right:10px;
}
.utf_common_button{
	padding:0 10px !important
}
.listing_filter_block .utf_search_map_section ul {
    padding-left: 10px;
}
}
@media (max-width: 767px){
.utf_search_map_section li {
    margin-right: 0;
    margin-bottom: 15px !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1239px){
.utf_box_widget h3 {
    font-size: 18px;
}	
.utf_box_widget h3 i {
    margin-right: 5px;    
}	
.utf_box_widget {
    padding: 20px 15px;
}	
}


/* *************************************************************************************************** */

.utf_listing_item-container.list-layout .utf_listing_item {
	display: flex;
	background-color: transparent;
	height: 250px;
}

.utf_listing_item-container.list-layout .utf_listing_item-image {
	min-height: 250px;
	flex: 2;
	height:100%;
	overflow: hidden;
	border-radius: 4px 0 0 4px;
	position: relative;
}

.utf_listing_item_content {
	position: absolute;
    bottom: 45px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
}

.utf_counter_star_rating {
	/* font-family: "Open Sans"; */
	color: black;
	padding:2px 8px;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	/*margin-left:6px;*/
	background:#fff;
	font-weight: 600;
	line-height: 18px;
	border: 1px solid #dadada;
	border-radius: 5px;
	vertical-align:middle;
}

.rating-text{
  font-size: 14px !important;
  font-weight: 500 !important;
}

.trending-badge {
  background-color: #f0f0f0;
  color: #333;
  padding: 0px 6px;
  border-radius: 4px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 12px;
  white-space: nowrap;
}





.label-rating{
  font-size: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.custom-btn { /* Changed class name to custom-btn */
  display: flex;
  align-items: center;
  padding: 6px 15px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  gap: 0px;
  transition: background-color 0.3s ease;
}

.custom-btn i {
  margin-right: 6px;
}

.custom-btn-green { /* Changed class name to custom-btn-green */
  background-color: #28a745;
  color: white;
  padding: 7px 16px !important;
  gap: 0px;
}
.custom-btn .fa-whatsapp{
    font-size: 20px;
}
.custom-btn-green:hover {
  background-color: #28a745;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
}

.custom-btn-white { /* Changed class name to custom-btn-white */
  background-color: white;
  color: #212529;
  border: 1px solid #ced4da;
}

.custom-btn-white:hover {
  background-color: #f0f0f0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
}

.custom-btn-blue { /* Changed class name to custom-btn-blue */
  background-color: #007bff;
  color: white;
}

.custom-btn-blue:hover {
  background-color:  #007bff;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
}

.title-listing{
  /* color: #fff; */
  font-size: 18px;
  bottom: 2px;
  position: relative;
  /* font-weight: 700; */
  margin: 0;
  line-height: 30px;
}

     
.listing-section {
  display: flex;
  flex-wrap: wrap; /* For responsiveness */
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 10px auto; /* Center the container */
}

.image-section {
  flex: 1;
  margin-right: 20px;
}

.image-section img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 10/7;
  object-fit: cover;
   border-radius: 5px; 
}

.card-body .location{
        min-height: 64px;

}

.details-section {
  flex: 2;
}

.rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.stars {
  color: #ff9c05;
  margin-right: 5px;
}

.review-count {
  margin-right: 10px;
}


.trending {
  background-color: #f0ad4e; /* Example color */
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 14px;
}


.location i {
  margin-right: 5px;
}

.description {
  margin-bottom: 11px;
  /*min-height: 100px;*/
  font-size: 15px;
}

.contact-buttons {
  display: flex;
  gap: 10px; /* Space between buttons */
}

.contact-buttons button {
  background-color: #4CAF50; /* Example color */
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  gap: 5px; /* Space between icon and text */
}

.contact-buttons button:hover {
  background-color: #45a049;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .listing-section{
      flex-direction: column; /* Stack sections vertically */
  }

  .image-section {
      margin-right: 0;
      margin-bottom: 10px;
  }
}

@media (max-width: 576px){
    .box-section h3 {
     font-size: 20px !important;; 
}
     .note-product{
              font-size: 13px;
    line-height: 22px;
      }
    .d-noneMax{
        display: none !important;
    }
    .utf_listing_titlebar_title .listing-address{
        font-size: 14px !important;
    }
    .d-block-maxx{
        display: block;
    }

    .pt-smm-0{
        padding-top: 0px !Important;
    }
    .py-sm{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .description{
        font-size: 15px;
    }
    .rating-text{
        font-size: 15px !important;
    }
    
    .label-rating{
        font-size: 15px !important;
    }
    
    .title-listing{
        font-size: 18px;
    }
    .left-country-code{
        padding: 8px 2px !important;
  font-size: 13px !important;
    }
    .text-button {
    font-size: 14px;
    line-height: 20px;
    }
    .form-has-password .toggle-password i {
    font-size: 14px;
    /*color: var(--secondary-2);*/
}
    .form-login .wrap{
        margin-bottom: 20px;
    }
    .tf-cart-checkbox label{
        margin-bottom: 0px;
    }
    .form-login .wrap .forget-password{
        font-size: 14px;
    }
    .login-wrap h4{
        font-size: 22px;
    }
    .add-name{
        font-size: 16px !important;
    }
    .right-sidebar-account 
    .address-btn{
        font-size: 14px;
    }
    .right-sidebar-account  .order-dets-bar{
        margin-bottom: 5px !important;
    }
    .order-details-amount h4{
        font-size: 14px;
    }
    .max-width-576-nOne{
        display: none;
    }
    .coupon-btn{
        padding: 8px 8px;
    }
    ul.breadcrumbs i {
    font-size: 10px;
    }
    ul.breadcrumbs li {
    
    font-size: 12px;
    
}
    .page-title .heading {
        font-size: 14px !Important;
            line-height: 20px;
    }
    ul.breadcrumbs {
    gap: 0px;
}


     .search-prd-nM {
                display: block;
           
        
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        /*line-height: 1.2em;*/
    }
    .discount-code-search{
        font-size: 10px;
    }
    .search-right-prc{
        font-size: 13px;
    }
    .prd-code-search{
        font-size: 12px;
    margin-left: 15px !important;
    }
    .search-seller{
         font-size: 12px;
    }
    .accessory-card{
        height: 200px !important;
    }
    .slider-content {
        top: 45% !important;
    }
    .slider-content .model {
    font-size: 24px !important;
}

  .pt-sm-25 {
    padding-top: 25px;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .newsletter__subscribe--input{
    height: 3rem !important;
    padding: 0 0px 0 .5rem !important;
  }
  .footer__section {
    padding-top: 2.3rem;
  }
  .flex-resp{
    display: flex !important;
    flex-wrap: wrap;
  }
}

/*.search-prd-nM{*/
/*     min-width: 300px;*/
/*}*/

/****************************************** Listing Details CSS Start **************************************************/

.utf_listing_section .detail-video iframe {
	max-width: 100%;
	border:3px solid rgba(0, 0, 0, 0.2);
	border-radius:4px;
}

.panel-dropdown a:hover{
	background: #f3f3f3;
}

.row.with-forms input, .row.with-forms input[type="text"], .row.with-forms input, .row.with-forms select {
	margin-bottom: 18px;
}
.row.with-forms {
	margin-left: -10px;
	margin-right: -10px;
}
.with-forms .col-md-12, .with-forms .col-lg-12 {
	padding: 0 10px;
}

/*==========
  Titlebar Style
============*/
#titlebar.utf_listing_titlebar span a, #titlebar.utf_listing_titlebar span {
	font-size: 15px;
	color: #000000;
	margin-top: 0;
	font-weight:400;
	display: inline-block;
}
#titlebar.utf_listing_titlebar span.call_now{
	display:block;	
  margin-left: 3px;
	margin-bottom: 10px;
}
#titlebar.utf_listing_titlebar span.call_now i{
	color:#E52727;
	margin-right: 3px;
	vertical-align:sub;
}
/*#titlebar.utf_listing_titlebar span a i {*/
/*	margin-right: 5px;*/
/*	color:#E52727;*/
/*	font-size:16px;*/
/*	vertical-align:sub;*/
/*}*/
#titlebar.utf_listing_titlebar span a:hover {
	color: #666;
}

#titlebar.utf_listing_titlebar h2 {
	font-size: 20px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom:5px;
	color:#323232;
	margin-top: 0px !important;
}
#titlebar.utf_listing_titlebar h2 span.listing-tag {
	margin: 0;
	padding: 3px 7px;
	line-height: 15px;
	letter-spacing: 0.5px;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #E52727;
	border: 1px solid #E52727;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	position: relative;
	top: -2px;
	margin-left: 8px;
	vertical-align: middle;
}
#titlebar.utf_listing_titlebar {
	background: #fff;
	background-color: #fff;
	margin: 2px 0 0 0;
	padding-top: 0px;
}
.utf_listing_titlebar .utf_listing_titlebar_title{
	background-color: #fdfdfd;
	box-shadow:0 3px 5px 0 rgba(0, 0, 0, 0.07);
    padding: 20px 15px;
    padding-top: 10px;
    border-radius: 8px;
	border:1px solid rgba(0, 0, 0, 0.05);
}
.utf_listing_titlebar .utf_listing_titlebar_title h2{
	text-align:left !important;
}
a.utf_gallery {
	cursor: zoom-in;
}

/*==========
  Listing Slider Style
============*/
.utf_listing_detail_sidebar {
	padding: 0;
	list-style: none;
	font-size: 15px;
	margin-bottom: -5px;
	position: relative;
	display: block;
}
.utf_listing_detail_sidebar li {
	display: block;	
	position: relative;
	padding:8px 0 8px 0px;
    line-height: 28px;
	color: #66676b;
	font-size:15px;
	font-weight:400;
    border-bottom: 1px solid #e8e8e8;
}
.utf_listing_detail_sidebar li a {
	color: #66676b;
	font-weight:400;
	transition: 0.3s;
	line-height: 22px;
	font-size: 14px;
}
.utf_listing_detail_sidebar li{
    display: flex;
    align-items: center;
}
/*.utf_listing_detail_sidebar li a:hover{*/
/*	color:#E52727;*/
/*	padding-left:5px*/
/*}*/

.utf_hosted_by_user_title {
    padding: 0 0px 18px 110px;
    margin: 0px 0 5px;
    display: block;
	min-height:100px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.utf_hosted_by_user_title h4 {
    font-size: 18px;
    transition: .2s;
    line-height: 28px;
    font-weight: 600;
    margin: 15px 0 10px;
    vertical-align: bottom;
}
.utf_hosted_by_user_title h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin-bottom: 2px;
}
.utf_hosted_by_user_title h4 span{
	color:#888888
}
.utf_hosted_by_user_title h4 span i{
	color:#E52727;
	margin-right:3px;
}
.utf_hosted_by_avatar_listing {
    max-width:150px;
    overflow: hidden;
    border-radius:50px;
	border:3px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: -5px;
    image-rendering: -webkit-optimize-contrast;
}
.utf_hosted_by_avatar_listing img{
	width:90px;
	height:90px;
}
.utf_box_widget {
	background-color: #fdfdfd;
	box-shadow:0 3px 5px 0 rgba(0, 0, 0, 0.07);
	border-radius: 8px;
	padding: 20px;
	transform: translate3d(0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0.05);
	position:relative;
	z-index:1;
}
.utf_box_widget p{
	font-size:15px;
	line-height:26px;
}
.booking_widget_box{
	zoom: 1;
    z-index: 2;
}

/*==========
  Box Widget Style
============*/
.utf_box_widget h3 {
	width:100%;
	font-size: 18px;
	line-height:20px;
	padding: 0 0 10px;
	margin: 0px 0 10px 0;
	display: block;
	font-weight:500;	
	text-align:left;
	border-bottom: 1px solid #e8e8e8;
}
.utf_box_widget h3 i {
	margin-right: 10px;
	color:#fff;	
	width:40px;
	height:40px;
	background:#E52727;
	padding:10px;
	border-radius:50%;
}
.utf_box_widget h3 i.sl-icon-clock {
	position: relative;
	top: 1px;
}

/*==========
  Verified Style
============*/
.verified-badge {
	background-color: #54ba1d;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 400;
	cursor: help;
	position: relative;
	transition: 0.3s;
	display: block;
}
.verified-badge i {
	font-size: 22px;
	padding: 0 4px 0 0;
	position: relative;
	top: 3px;
}
.verified-badge:hover { 
	background:#42a80b
}

.ads-sections img{
    border-radius: 8px;
}

/*==========
  Opening Hours Style
============*/
.opening-hours {
	position: relative;
	/*overflow: hidden;*/
}
.opening-hours ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.opening-hours ul li {
	width: 100%;
	font-size:15px;
	font-weight: 400;
	color: #66676b;
	border-bottom:1px solid rgba(0, 0, 0, 0.05);
	margin: 0;
	padding:6px 0;
	transition: 0.2s;
	cursor: default;
}
.opening-hours ul li:last-child{
	margin-bottom:0;
}
.opening-hours ul li:hover {
	color: #E52727;
}
.opening-hours ul li span {
	float: right;
	font-weight: 400;
	font-size: 14px;
}

/*==========
  Listing Share Style
============*/
.utf_box_widget .like-button{
	margin-top:10px;
	margin-bottom:0;
}
.like-button {
	outline: none;
	border: none;
	color: #444;
	font-weight: 500;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	padding: 10px 25px;
	line-height: 24px;
	margin-bottom: 9px;
	transition: 0.3s;
	cursor: pointer;
}
.like-button:hover {
	background-color: #fafafa;
	border: 1px solid #ddd;
}
.like-button .like-icon:hover {
	background-color: transparent;
	color: #E52727;
}
.like-button .like-icon {
	position: relative;
	height: 20px;
	display: inline-block;
	line-height: 30px;
	right: auto;
	bottom: 3px;
	background: transparent;
	color: #E52727;
	font-weight: 500;
	float: left;
	width: 20px;
	margin-right: 8px;
	font-size: 18px;
}

/*==========
  Listing Nav Style
============*/
.utf_listing_headline_part {
	font-size: 22px;
	font-weight:600;
	position:relative;
	margin-bottom: 30px;
	margin-top: 45px;
	display: block;
}
/*.utf_listing_headline_part:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0px;*/
/*    bottom: -10px;*/
/*    height: 2px;*/
/*    width: 40px;*/
/*    background-color: #E52727;*/
/*}*/
.utf_listing_headline_part span {
	color: #888;
	font-size:18px;
}
.utf_listing_section {
	display: inline-block;
	width: 100%;
}
.utf_listing_section p{
	font-size:15px;
	line-height:25px;
}

/*==========
  Pricing Info Style
============*/
ul.listing_item_social {
    margin-top:15px;
	margin-bottom:0;
    display: inline-block;
    width:100%;
	padding-left:0;
    position: relative;
    z-index: 99;
}
.listing_item_social li {
    float: left;
    list-style: none;
    margin-right: 10px;    
    overflow: hidden;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 0px;
}
.listing_item_social li a {
    padding: 2px 15px;
    display: inline-block;
    color: #888;
    font-size: 13px;
    font-weight: 600;
	border-radius: 4px;
    background: #ffffff;
	border:1px solid rgba(0, 0, 0, 0.10);
    text-decoration: none;
    line-height: 26px;
}
.listing_item_social li i {
    margin-right: 5px;
	color:#b5b5b5;
}
.listing_item_social li a:hover i{
	color:#fff;
}
.listing_item_social li a:hover{
	color:#fff;
	background:#E52727;
	border-color:#E52727;
}
.listing_item_social li a.now_open{
	color:#ffffff;
	background:#54ba1d;
	border-color:#54ba1d;
}
.listing_item_social li a.now_open:hover{
	color:#54ba1d;
	background:#ffffff;
	border-color:#54ba1d;
}
#utf_single_listingmap {
	height: 400px;
	border-radius: 3px;
}
#utf_single_listing_map_block {
	height: 410px;
	position: relative;
	padding-top: 5px;
	display: block;
}
.utf_listing_features {
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 3;
	font-size: 16px;
	-webkit-columns: 3;
	-moz-columns: 3;
}
.utf_listing_features.checkboxes li {
	color: #707070;
	font-weight:400;
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
}
.utf_listing_features li:last-child {
	margin: 0;
}
.utf_listing_features.checkboxes li {
	color: #707070;
}
.utf_listing_features.checkboxes li:before {
	display: inline-block;
	width: 19px;
	height: 19px;
	position: relative;
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	background-color: #e52727;
	border: 2px solid transparent;
	transition: border-color 0s;
	border-radius: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.utf_listing_titlebar .utf_room_detail{
    list-style: none;
    padding: 0;
    margin: 0;
}    
.utf_listing_titlebar .utf_room_detail ul{
    list-style: none;
    padding: 0;
    margin: 0;    
	margin-top:5px;	    
}
.utf_listing_titlebar .utf_room_detail ul li {
    display: inline-block;
    font-weight: 600;
    color: #888;
    position: relative;
	font-size:13px;
    line-height: 16px;
	border-radius: 4px;
    padding:8px 15px;
	margin-right:6px;
	background: #ffffff;
	border:1px solid rgba(0, 0, 0, 0.10);    
}
@media (max-width:639px){
.utf_listing_titlebar .utf_room_detail ul li {
	margin-bottom:10px;
}	
}


.comments {
	margin: -10px 0 0 0;
}
.comments ul {
	padding-left: 0;
}
.comments ul li {
	display: block;
	width: 100%;
}
.comments ul li {
	margin: 30px 0 0 0px;
}
.utf_comment_content p {
	margin:0;
	line-height: 25px;
}
.utf_listing_section .utf_comment_content, .comments .utf_comment_content {
	color: #666;
	padding: 0 0 0px 100px;	
}
.utf_comment_content a.rate-review{
	position: absolute;	
	right: 20px;
	top:10px;
	font-weight:600;
	margin-top: 10px;
}
.comments ul li {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 20px;
    border-radius: 10px;
}
.comments ul li {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px;
    border-radius: 4px;
}
.utf_comment_content span {
	color: #888;
}
body .utf_comment_content p {
	padding: 5px 0;
	font-size: 15px;
	font-weight:400;
}
/* .avatar {
	display: inline-block;
	float: left;
	padding: 0 20px 0 20px;
	position: absolute;
	left: 0px;
} */
.utf_listing_section .utf_listing_reviews .avatar{
	padding:0 20px 0 20px
}
.utf_listing_section .utf_comment_content a.rate-review{
	right:20px;
	top:10px;
}
.utf_listing_reviews .avatar{
	padding:0 20px 0 0
}
.utf_listing_reviews .utf_by_comment{
	padding-top:0
}
.utf_listing_reviews a.rate-review{
	right:0;
	top:0;
}
.avatar img {
	width: 80px;
	height:80px;
	border: 5px solid rgba(0, 0, 0, 0.06);
	border-radius: 50px;
}
.utf_by_comment {
	width: 100%;
	padding-bottom: 0;
	padding-top: 5px;
	font-size:18px;
	font-weight: 600;
	color: #333;
	display:inline-block
}
.utf_by_comment span.date {
	color: #888;
	font-size:13px;
	font-weight: 600;
	margin: 0px 0 0 0;
	float: none;
	display: block;
	text-align: left;
}
.utf_by_comment span.date i{
	color:#E52727;
	font-size:14px;
	margin-right:2px;
}

/*==========
  Review Style
============*/
.review-images {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 5px;
}
.review-images a {
	flex: 4;
	width:80px;
	height:80px;
	float:left;
	margin-right: 15px;
	border-radius:50px;
	margin-bottom:10px;
	border:3px solid rgba(0, 0, 0, 0.06)
}
.review-images a img {
	border-radius:50px;
	min-height:74px;
}
#contactform .submit{
	text-align: center;
    margin: 0 auto;
    display: block;
	border:0;
}
a.rate-review {
	border:1px solid rgba(0, 0, 0, 0.08);
	border-radius:4px;
	font-size: 13px;
	color: #666;
	font-weight: 500;
	padding: 5px 15px;
	margin-top: 20px;
	display: inline-block;
	transition: 0.3s;
}
a.rate-review i {
	padding-left: 5px;
	font-size: 15px;
	vertical-align: initial;
}
a.rate-review:hover {
	color:#fff;
	border-color: #E52727;
	background-color: #E52727;
}


.utf_progress_button {
	transition: background-color 0.4s ease;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	outline: none;
}

/*==========
  Box Icon Style
============*/
.rounded i:before {
	position: relative;
	z-index: 11;
}



@media (max-width: 767px) {
    .trending-badge span{
        font-size: 12px !important;
    }
   
    .utf_sticky_main_wrapper h2{
        font-size: 20px !important;
    }
    .newsletter__subscribe--input{
        font-size: 14px !important;
    }
    .newsletter__subscribe--form label{
        width: 100%;
    }
#titlebar.utf_listing_titlebar span.listing-tag {
    margin-left: 0;
    margin-bottom: 10px;
}
.utf_listing_section .utf_listing_reviews .avatar {
    display: none;
}
.utf_listing_reviews .avatar {
    display: none;
}
.comments .avatar{
	display: none;
}
.utf_listing_section .utf_comment_content, .comments .utf_comment_content{
	padding-left:0;
}
.comments .utf_comment_content{
	padding-left:0;
	padding-right:0;
	padding-bottom:20px;	
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.comments ul li{
	padding:0;
	margin:0;
	border:0;
}
.utf_listing_section .utf_comment_content a.rate-review {
    right: 0;
    top: -5px;
}
}

.accordion h3 .sl-icon-plus {
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 24px;
	transform: translate3d(0,-50%,0) rotate(0);
	transition: 0.2s;
}
.style-2 .accordion h3 .sl-icon-plus{
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 26px;
    transform: translate3d(0,-50%,0) rotate(0);
    transition: 0.2s;
}


.utf_social_icon {
	width:100%;
	padding-left: 5px;
	display:inline-block;
	margin-bottom:0;
}
.utf_social_icon li {
	display: inline;
	float: left;
	text-align: left;
	margin-right: 16px;
	margin-top: 10px;
	transform: scale(1.19);
	-webkit-transform: scale(1.19);
	-webkit-filter: blur(radius);
}
.utf_social_icon li a {
	width: 36px;
	height: 36px;
	display: inline-block;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	border: 1px solid #f3f3f3;
}
.utf_social_icon li a i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	z-index: 20;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-webkit-filter: blur(radius);
}
.utf_social_icon li a:hover, .utf_social_icon li a i {
	color: #fff;
}
.utf_social_icon li a i {
	top: -30px;
	opacity: 0;
}
.utf_social_icon li a:hover i {
	top: 0;
	opacity: 1;
}
.utf_social_icon.rounded li a {
	border-radius:50%;
}
.twitter:before, .facebook:before, .linkedin:before, .instagram:before, .gplus:before {
	font-family: "fontello";
	font-size: 16px;
	line-height: 16px;
	color: #a0a0a0;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	position: absolute;
	z-index: 20;
	transform: scale(0.9);
}
.twitter:before, .utf_social_icon li a.twitter i {
	font-size: 14px;
}
.twitter i, .twitter:before {
	margin: 10px 0 0 8px;
}
.twitter:before {
	content: "\54";
	top: 0;
	opacity: 1;
}
.twitter:hover:before {
	top: 30px;
	opacity: 0;
}
.twitter:hover {
	background-color: #3bc1ed!important;
}
.twitter:hover {
	background-color: #3bc1ed;
	border-color: #3bc1ed;
}
.facebook i, .facebook:before {
	margin:9px 0 0 12px;
}
.facebook:before {
	content: "\66";
	top: 0;
	opacity: 1;
}
.facebook:hover:before {
	top: 30px;
	opacity: 0;
}
.facebook:hover {
	background-color: #4a6d9d!important;
}
.linkedin i, .linkedin:before {
	margin:9px 0 0 8px;
}
.linkedin:before {
	content: "\4c";
	top: 0;
	opacity: 1;
}
.linkedin:hover:before {
	top: 30px;
	opacity: 0;
}
.linkedin:hover {
	background-color: #0b7bb5!important;
}
.gplus i, .gplus:before {
	margin:9px 0 0 8px;
}
.gplus:before {
	content: "\f0d5";
	top: 0;
	opacity: 1;
}
.gplus:hover:before {
	top: 30px;
	opacity: 0;
}
.gplus:hover {
	background-color: #d53824!important;
}
.instagram i, .instagram:before {
	margin:9px 0 0 9px;
}
.instagram:before {
	content: "\f31f";
	top: 0;
	opacity: 1;
}
.instagram:hover:before {
	top: 30px;
	opacity: 0;
}
.instagram:hover {
	background-color: #3f6f94!important;
}

.utf_social_icon li i {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 16px;
	font-size: 16px;
	width: auto;
}
.icon-gplus:before {
	content: '\f0d5';
}
.icon-linkedin:before {
	content: '\4c';
}
.icon-twitter:before {
	content: '\54';
}
.icon-facebook:before {
	content: '\66';
}
.icon-instagram:before {
	content: '\f31f';
}
.utf_listing_section .social-contact {
    margin:10px 0 20px 0;
    padding:15px 0;
    border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.utf_listing_section .social-contact a.facebook-link {
    background-color: #3b5998;
}
.utf_listing_section .social-contact a.twitter-link {
    background-color: #1da1f2;
}
.utf_listing_section .social-contact a.instagram-link {
    background-color: #e1306c;
}
.utf_listing_section .social-contact a.linkedin-link {
    background-color: #2877b5;
}
.utf_listing_section .social-contact a.youtube-link {
    background-color: #f00125;
}
.utf_listing_section .social-contact a i{
	margin-right:5px;
}
.utf_listing_section .social-contact a {
    color: #fff;
    display: inline-block;
    background-color: #e4e4e4;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 15px;
    border-radius:4px;
	margin-right:3px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.utf_listing_section .social-contact a:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.checkboxes {
	list-style: none;
	padding: 0;
}
.checkboxes li {
	padding: 4px 0;
}
.checkboxes li:last-child {
	margin-bottom: -8px;
}


.utf_listing_titlebar_title .utf_star_rating_section .utf_counter_star_rating {
	top:-2px;	
}
.utf_star_rating_section .utf_counter_star_rating {
	top: 0px;
	position: relative;
}

.utf_counter_star_rating i{
    color: #ff9c05;
    margin-right: 5px;
    font-size: 14px;
}
.google-review-img{
    width: 15px;
    margin-right: 5px;
}
span.like-icon {
	color: #E52727;
	font-size: 18px;
	position: absolute;
	z-index: 101;
	right: 15px;
	bottom: 11px;
	cursor: normal;
	background-color:#f0f0f0;
	display: block;
	height: 36px;
	width: 36px;
	line-height:37px;
	border-radius:30px;
	transition: all 0.4s;
}
.like-icon:before, .like-icon:after {
	transition: opacity 0.3s, transform 0.4s cubic-bezier(.0, -.41, .19, 2.5);
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 0px;
}
.like-icon:before {
	content: "\f08a";
	transform: scale(0.95);
}
.like-icon:after {
	content: "\f004";
	opacity: 0;
	transform: scale(0.3);
}
.like-icon:hover {
	background-color:#e52d27;
	color:#fff;
}


#titlebar {
	background-color: #f8f8f8;
	position: relative;
	padding: 20px 0 20px;
	margin-bottom: 80px;
}
#titlebar span a, #titlebar span {
	font-size: 20px;
	color: #ccc;
	margin-bottom: 3px;
	margin-top: 6px;
	display: inline-block;
}
#titlebar h2 {
	color:#fff;
	font-size: 30px;
	line-height: 34px;
	font-weight:600;
	margin: 4px 0 10px 0;
}
#titlebar h2 {
	text-align:center;
}

.listing_tags_section a {
    border: 1px solid #e0e0e0;
    /*color: #707070;*/
        padding: 5px 8px;
        width: 24.1%;
    font-size: 15px;
	font-weight:600;
    margin-right: 4px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 8px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    text-align: center;
}
.utf_listing_titlebar .listing-address{
    margin-bottom: 0px !important;
}
.listing_tags_section a i {
    padding-right: 5px;
    opacity:1;
	/*color: #b0b0b0;*/
	vertical-align:middle;
}
/*.listing_tags_section a:hover{*/
/*	background:#e52727;*/
/*	color: #ffffff;*/
/*    border-color: #e52727 !important;*/
/*}*/
.listing_tags_section a:hover i{
	color: #ffffff;
}


#utf_street_view_btn {
	color: #333;
	background-color: #fff;
	padding: 7px 18px;
	padding-top: 9px;
	font-weight: 500;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 4px;
	box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.2);
}
#utf_street_view_btn:hover {
	background-color: #E52727;
	color: #fff;
}
#utf_street_view_btn {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 999;
	font-size: 13px;
	line-height: 21px;
}
#utf_street_view_btn:before {
	content: "\e015";
	font-family: "simple-line-icons";
	position: relative;
	top: 2px;
	margin: 0 6px 0 0;
	font-size: 15px;
	line-height: 1px;
}
#utf_street_view_btn:before {
	content: "\f21d";
	font-family: "FontAwesome";
	font-size: 16px;
	top: 1px;
	margin-right: 8px;
}


.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent;
}

.panel-dropdown .panel-dropdown-content {
	pointer-events: none
}
.booking_widget_box {
	z-index: 100
}
.booking_widget_box .panel-dropdown .panel-dropdown-content {
	border: none;
	overflow: visible;
	padding: 20px;
	box-shadow: 0 5px 6px 0 rgba(0,0,0,.1)
}
.booking_widget_box .panel-dropdown {
	width: 100%
}
.booking_widget_box .panel-dropdown .panel-dropdown-content:before {
	content: "";
	height: 8px;
	position: absolute;
	width: 100%;
	top:0px;
	background-color: #fff;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	border-bottom: 1px solid #eee
}
.booking_widget_box .panel-dropdown a {
	border: none;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
	font-size: 16px;
	font-weight: 600;
	height: auto;
	padding: 10px 16px;
	line-height: 30px;
	margin: 0 0 15px;
	position: relative;
	background-color: #fff;
	text-align: left;
	color: #888;
	display: block;
	width: 100%;
	transition: color .3s
}
.booking_widget_box .panel-dropdown a:hover {
	color: #444
}
.booking_widget_box .panel-dropdown a:after {
	font-size: 20px;
	color: silver;
	margin-left: 0;
	position: absolute;
	right: 20px
}
.qtyButtons {
	display: flex;
	margin: 0 0 13px
}
.panel-dropdown-content .qtyButtons:first-child {
	margin-top: 8px
}
.panel-dropdown-content .qtyButtons:last-child {
	margin-bottom: 3px
}
.qtyButtons input {
	outline: 0;
    font-size: 18px;
    text-align: center;
    width: 80px;
    height: 40px;
    color: #333;
	font-weight:500;
    line-height: 40px;
    margin: 0 5px !important;
    padding: 10px 5px;
    border: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    background: #f2f2f2;
    border-radius: 4px;
}
.qtyTitle {
	font-size: 15px;
	font-weight: 500;
	line-height: 36px;
	width:110px;
	padding-right: 15px;
	display: block;
}
.qtyTotal {
	background-color:#E52727;
	border-radius:4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	position: relative;
	top: -1px;
	left: 2px;
	height: 18px;
	width: 18px
}
.booking_widget_box h3 {
	position: relative
}
@media only screen and (max-width:359px) {
.qtyButtons input {
	width:50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1239px) {
.qtyButtons input {
	width:40px;
}	
}
.panel-dropdown {
	position: relative;
	display: inline-block
}
.panel-dropdown a {
	color: #666;
	font-weight: 600;
	font-size: 15px;
	border-radius: 50px;
	padding: 3px 14px;
	transition: all .3s;
	display: inline-block
}
.panel-dropdown a:hover {
	background: #ffffff
}
.panel-dropdown a:after {
	content: "\f103";
	font-family: fontawesome;
	font-size: 16px;
	color: #66676b;
	font-weight: 500;
	padding-left: 0;
	transition: all .3s;
	margin-left: 6px;
	display: inline-block
}
.panel-dropdown .panel-dropdown-content {
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 110;
	background: #fff;
	border: 1px solid rgba(0,0,0,.18);
	border-radius: 4px;
	box-shadow: 0 12px 35px 2px rgba(0,0,0,.12);
	padding: 20px 24px;
	overflow-y: auto;
	white-space: normal;
	width:100%
}
.text-theme {
    color: #E52727;
}
.review-avg-wrapper .rating-avg-wrapper .rating-avg {
    font-size: 40px;
    font-weight: 600;
    line-height: .8;
    float: left;
    padding-right: 5px;
}
.review-avg-wrapper .rating-avg-wrapper .rating-after {
	margin-top: 12px;
    float: left;
}
.review-avg-wrapper .rating-avg-wrapper .rating-mode {
    font-size: 16px;
    font-weight: 500;
}
.review-avg-wrapper .ratings-avg-wrapper {
    margin-top: 15px;
}
.review-avg-wrapper .ratings-avg-wrapper .ratings-avg-item {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 12px;
	font-weight: 500;
    font-size: 12px;
}
.review-avg-wrapper .ratings-avg-wrapper .ratings-avg-item .rating-label{
    font-size: 13px;
	font-weight: 600;
}
.review-avg-wrapper .ratings-avg-wrapper .ratings-avg-item .rating-value {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background: #ece2e2;
    padding: 3px 5px;
    border-radius: 4px;
    display: inline-block;
}
.review-avg-wrapper .ratings-avg-wrapper .ratings-avg-item:last-child {
    margin-right: 0;
}
@media (max-width: 360px){
.review-avg-wrapper .ratings-avg-wrapper .ratings-avg-item {
    margin-right: 6px;    
}
}


.margin-top-5 {
	margin-top: 5px!important;
}
.margin-top-10 {
	margin-top: 10px!important;
}

.margin-top-35 {
	margin-top: 21px!important;
}
.margin-top-50 {
	margin-top: 50px!important;
}
.margin-top-60 {
	margin-top: 60px!important;
}
.margin-top-75 {
	margin-top: 75px!important;
}
.margin-bottom-10 {
	margin-bottom: 10px!important;
}
.margin-bottom-20 {
	margin-bottom: 20px!important;
}
.margin-bottom-30 {
	margin-bottom: 30px!important;
}
.margin-bottom-40 {
	margin-bottom: 40px!important;
}

@media only screen and (min-width: 992px) and (max-width: 1239px){
.listing_item_social li {
    margin-bottom: 8px;
}	
}
@media (max-width: 991px) {
#titlebar {
	padding: 40px 0 20px;
	margin-bottom: 60px;
}
}
@media (max-width: 767px) {
.utf_listing_features {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}
.listing_item_social li{
	margin-bottom:8px;
}
#titlebar {
	padding: 40px 0 20px;
	margin-bottom: 40px;
}
.avatar {
	display: block;
}
.utf_comment_content {
	padding: 0;
}
.avatar img {
	max-width: 80px;
}
.utf_comment_content {
	padding: 0 0 0 85px;
}
.comments ul li{
	margin-top:20px;
}
.utf_comment_content {
	padding: 0 0 20px 0;
}
}
@media (max-width: 979px){
.sidebar-search{
	margin-bottom:70px;
	margin-top:30px !important;
}
}
@media (max-width: 767px){
    .widget-content-inner ul{
        padding-left: 25px;
    }
    .tab-reviews .tab-reviews-heading .top{
            width: 96% !important;
    }
  .boxcar-title h2{
    font-size: 26px;
  }
  .boxcar-testimonial-section-three .content-column .inner-column {
    margin-top: 30px;
}
.boxcar-testimonial-section-three{
  padding-bottom: 0px;
}
  .testimonial-block-three .inner-box{
    margin-top: 10px;
  }
.utf_box_widget{
	padding:20px;
}
}
@media (max-width: 479px){
.utf_box_widget h3{
	font-size:18px;
}
.utf_box_widget h3 i {
    width: 34px;
    height: 34px;
    padding: 8px;
	font-size:16px;    
	margin-right:5px;
}
}
@media (max-width: 767px){
.utf_listing_section .social-contact a{
	margin-bottom:10px;
}
}
.booking_widget_box h3 .price{
    float:right;
}
.booking_widget_box h3 .price>span {
    font-size: 24px;
    font-weight: 600;
}
.booking_widget_box h3 .price>span>small {
    font-size: 13px;
    font-weight: 500;
    padding-left:4px;
    color:#707070;
}
.add_to_wishlist{
    width:220px;
    font-size:16px;
    font-weight: 400;
    margin: 0 auto;
    display: block;
}
.reviews-container{
    margin-top:30px;	
	margin-bottom:30px;	
}
#review_summary {
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    border-radius:4px;
}
#review_summary, .reviews-container .progress-bar {
    background-color: #0054a6;
}
#review_summary strong {
    font-size: 42px;
    display: block;
    line-height: 1;
    font-weight: 700;
}
#review_summary em {
    font-style: normal;
    font-weight: 600;
    display: block;
}
#review_summary small {
    font-size: 86%;
    font-weight:400;
}
.review_progres_title small{
    margin-top: -5px;
    display: block;
    font-size: 90%;
}
.review_progres_title small strong{
    font-weight:600
}
.reviews-container .progress {
    margin-bottom: 14px;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height:16px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius:30px;
}
#review_summary, .reviews-container .progress-bar {
    background-color: #E52727;
}
.booking_widget_box .select_date_box{
    position:relative
}
.booking_widget_box .select_date_box i{
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    right: 28px;
    z-index: 10;
    color: #999;
}
@media (max-width: 1259px) {
.reviews-container{
    margin-top:30px;	
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #e0e0e0;
}
.review_progres_title{
	margin-top:10px;
	float:left;
}
.reviews-container .col-lg-9{
	margin-top:10px;
}
.reviews-container .col-lg-9 .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 100px;
}
.reviews-container .col-lg-9 .col-lg-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    width: 72%;
	margin-top: 10px;
	float:left;
}
.reviews-container .col-lg-9 .col-lg-1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 80px;
	margin-top:10px;
	float:left;
}
}
@media (max-width: 639px) {
.reviews-container .col-lg-9 .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 90px;
}
.reviews-container .col-lg-9 .col-lg-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    width: 48%;
    margin-top: 10px;
    float: left;
}
.reviews-container .col-lg-9 .col-lg-1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 70px;
    margin-top: 10px;
    float: left;
}
}
@media only screen and (min-width: 992px) and (max-width: 1239px){
.booking_widget_box h3 .price>span {
    font-size: 18px;    
}
.utf_box_widget h3 {
    font-size: 18px;
}	
.utf_box_widget h3 i {
    margin-right: 5px;    
}
.utf_social_icon li {
    margin-right: 8px;
}	
.utf_box_widget {
    padding: 20px 15px;
}	
}

.utf_add_review-box {
  border-radius: 4px;
  background-color: #fdfdfd;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
  padding: 36px;
  padding-bottom: 40px;
  margin-bottom: 70px;
  margin-top: 70px;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.utf_leave_rating {
  height: 48px;
  float: left;
  background: #fff;
  padding: 12px 15px;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  margin-bottom: 0px;
  border-radius: 4px;
}
.utf_leave_rating input[type="radio"] {
  display: none;
}

.utf_leave_rating label {
  font-size: 24px;
  float: right;
  letter-spacing: 6px;
  color: #dadada;
  cursor: pointer;
  transition: 0.3s;
}
.utf_leave_rating_title {
  display: block;
  font-weight: 400;
  margin: 20px 0;
}
.add-review-photos {
  font-weight: 500;
  padding: 6px 10px;
  color: #666;
  background-color: #ededed;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: auto;
  transition: 0.3s;
  cursor: pointer;
  line-height: 20px;
  float: right;
  top: -25px;
}

.photoUpload {
  position: relative;
  overflow: hidden;
  padding: 3px 5px;
  cursor: pointer;
}

.photoUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity = 0);
}

/******************************************** Testimonial Section ******************************** */

@media (min-width: 992px) {
    
    .d-block-min{
        display: block;
    }
    
  .sw-dots {
    gap: 12px;
  }
  .sw-dots:not(.swiper-pagination-lock) {
    margin-top: 40px;
  }

  .testimonial-item.style-3 {
    padding: 32px;
  }
}
@media only screen and (max-width: 1024px) {

  h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 991px) {

  .flat-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-section {
    margin-bottom: 20px !important;
  }
  /*.testimonial-item .content-top {*/
  /*  padding-bottom: 15px;*/
  /*  margin-bottom: 15px;*/
  /*}*/
  .testimonial-item .box-avt {
    gap: 8px;
  }

  .testimonial-item.style-2 {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {

  h3 {
    font-size: 22px;
    line-height: 36px;
  }

  .heading-section h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-section h3 {
    margin-bottom: 8px;
  }

  .sw-dots {
    gap: 4px;
  }
}
@media only screen and (max-width: 575px) {

  .testimonial-item {
    flex-direction: column;
  }
}
.heading-section {
  margin-bottom: 40px;
}
.heading-section h3 {
  margin-bottom: 12px;
  text-transform: capitalize;
}
.heading-section p {
  color: #64666C;
}

.list-star-default {
  white-space: nowrap;
  display: flex;
  margin-bottom: 10px;
  gap: 2px;
}
.list-star-default .icon {
  font-size: 14px;
  color: #ff9c05;
}
.testimonial-item {
  display: flex;
  border: 1px solid var(--line);
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
}
.testimonial-item .content-top {
  display: grid;
  gap: 8px;
  /*padding-bottom: 20px;*/
  /*margin-bottom: 20px;*/
  /*border-bottom: 1px solid var(--line);*/
}
.testimonial-item .box-author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.testimonial-item .box-avt {
  display: flex;
  gap: 16px;
  align-items: center;
}
.testimonial-item .box-avt img {
  transform: none;
}
.testimonial-item .box-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--main);
  color: var(--white);
}
.testimonial-item .box-icon .icon {
  font-size: 16px;
}
.testimonial-item .box-rate-author {
  margin-top: 8px;
  display: grid;
  gap: 4px;
}
.testimonial-item.style-2 {
  padding: 24px;
  display: block;
}
/*.testimonial-item.style-2 .content-top {*/
/*  padding-bottom: 16px;*/
/*}*/
.testimonial-item.style-3 {
  border: none;
  border-radius: 8px;
}

.list-rating-check:not(:checked) > label {
  font-size: 40px;
  cursor: pointer;
  white-space: nowrap;
  width: 40px;
  color: var(--line);
}

.list-rating-check:not(:checked) > label:before {
  font-family: "icomoon";
  content: "\e92a";
}x1x1

.list-rating-check:not(:checked) > label:hover,
.list-rating-check:not(:checked) > label:hover ~ label {
  color: var(--yellow);
}

/*------------ nice select ---------------- */

/*------------ carousel ---------------- */

.sw-dots {
  display: flex;
  gap: 8px;
}
.sw-dots:not(.swiper-pagination-lock) {
  margin-top: 20px;
}

/*------------ avatar ---------------- */
.avatar.round {
  border-radius: 50%;
  overflow: hidden;
}
.avatar img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.avt-60 {
  width: 60px;
  min-width: 60px;
  height: 60px;
}

/*------------ pop up ---------------- */

/*------------ box icon ---------------- */
.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.avatar-listing{
  display: inline-block;
  float: left;
  padding: 0 20px 0 20px;
  position: absolute;
  left: 0px;
}


.avatar-listing  img {
  width: 80px;
  height: 80px;
  border: 5px solid rgba(0, 0, 0, 0.06);
  border-radius: 50px;
}

.order-sub-dets{
  color: #878787; font-size: 16px;
}

.account-main{
  width: 100%;
  /* min-height: 100vh; */
  /*background-color: #F6F6F6;*/
}

.title-account{
  font-weight: 500;
  font-size: 16px ;
}

.md-custom-wdr h2{
  font-size: 22px;
}

.productCartTitle{
  font-size: 16px;
  font-weight: 500;
}

.cart-product-name-img .fa-xmark{
  margin-left: 10px;
  font-size: 18px;
  color: gray;
  cursor: pointer;
}

/* ****************************************************************************************** */

.block-banners__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}
.block-banners__item {
  margin: 15px;
  width: calc(50% - 30px);
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 34px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 0;
}
.block-banners__item,
.block-banners__item:hover {
  color: #fff;
}
.block-banners__item:before {
  border-radius: 3px;
  z-index: -1;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    90deg,
    rgba(26, 26, 26, 0.98) 25%,
    rgba(26, 26, 26, 0) 90%
  );
}
.block-banners__item-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-left: -1px;
  text-transform: uppercase;
  color: #ffdf40;
}
.block-banners__item-details {
  display: block;
  color: #fff;
  margin-top: 12px;
  font-size: 15px;
}
.block-banners__item-button {
  margin-top: 20px;
  width: 25%;
  margin-left: 1px;
}
.block-banners__item-image {
  border-radius: 3px;
  z-index: -3;
  position: absolute;
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.block-banners__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-banners__item-image--blur {
  z-index: -2;
  opacity: 0;
}
.block-banners__item-image--blur img {
  filter: blur(3px);
}
.block-banners__item:hover .block-banners__item-image {
  transform: scale(1.03);
}
.block-banners__item:hover .block-banners__item-image--blur {
  opacity: 1;
}
.block-banners__item--style--two .block-banners__item-title {
  background: #ffdf40;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 5px;
  border-radius: 1.5px;
  color: #262626;
  font-size: 24px;
  margin-top: -2px;
  margin-bottom: 2px;
}
@media (max-width: 1199.98px) {
  .block-banners__list {
    margin: -10px;
  }
  .block-banners__item {
    margin: 10px;
    width: calc(50% - 20px);
    height: 190px;
    padding: 24px;
  }
}
@media (max-width: 991.98px) {
  .block-banners__list {
    margin: -10px;
  }
  .block-banners__item {
    margin: 10px;
    width: calc(100% - 20px);
    /*height: auto;*/
    padding: 24px;
  }
}
@media (max-width: 474px) {
  .block-banners__item:before {
    background: linear-gradient(
      90deg,
      rgba(26, 26, 26, 0.98) 35%,
      rgba(26, 26, 26, 0)
    );
  }
}
/* ************************************************************************************************* */

.listing-card {
  border-radius: 8px;
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  overflow: hidden;
  border: 1px solid #eee;
}
.listing-card img {
  width: 100%;
  /*aspect-ratio: 1/1;*/
  height: auto;
}
.discounted-price {
  font-size: 22px;
  font-weight: bold;
  color: black;
}
.original-price {
  text-decoration: line-through;
  color: gray;
  font-size: 15px;
}

.card-body-product{
  padding: 15px;
}

.top-title{
  border-bottom: 1px solid #dadada;
  margin-bottom: 5px;
  /*padding-bottom: 10px;*/
}

.mid-details{
  border-bottom: 1px solid #dadada;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 12px;
}

.listing-card .mid-details{
    font-size: 12px;
}

/* *************************************** */

.custom-product-card {
  border: none;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .09);
  /* text-align: center; */
  border-radius: 8px;
  overflow: hidden;
}
.custom-product-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.star-rating {
  color: #f8d64e;
  font-size: 14px;
}

.custom-card-body{
  padding: 15px;
  padding-top: 12px;
}

.wg-blog  .image  a{
    width: 100%;
}

.custom-card-body h5{
  font-size: 15px;
  line-height: 25px;
      min-height: 50px;
}
.custom-card-body .text-muted{
  font-size: 14px;
  color: gray !important;
}

.prd-price{
  font-size: 19px;
  font-weight: 600;
}

/* **************************************** */

.rating-badge {
  display: inline-flex;
  align-items: center;
  background-color: #34a853; /* Green background */
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 5px;
  border-radius: 5px;
}

.box-star {
  font-size: 16px;
  margin-right: 4px;
}

.separator {
  color: #ccc;
  margin: 0 6px;
}

.rating-badge .rating-box {
  font-weight: 400;
  font-size: 13px;
}

.box-reviews {
  color: #007ba7;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  /*margin-left: 5px;*/
}
.discount-prc-price{
  font-size: 15px;
  font-weight: 400;
  color: green;
}

/* **************************************************************** */

.block-brands__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ebebeb;
}
.block-brands__item {
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-brands__item-link {
  position: relative;
  display: block;
  padding: 12px 28px;
  width: 100%;
}
.block-brands__item-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.02);
  opacity: 0;
  transition: opacity 0.15s;
}
.block-brands__item-link img {
  max-width: 100%;
  max-height: 72px;
  filter: grayscale(1);
  opacity: 0.7;
  transition: filter 0.15s, opacity 0.15s;
}
.block-brands__item-name {
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #b3b3b3;
  margin-top: 4px;
  margin-bottom: -2px;
  transition: color 0.15s;
}
.block-brands__item-link:hover:before {
  opacity: 1;
}
.block-brands__item-link:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.block-brands__item-link:hover .block-brands__item-name {
  color: #737373;
}
.block-brands__divider {
  background: #ebebeb;
}
@media (min-width: 1400px) {
  .block-brands--layout--columns-8-full .block-brands__item {
    width: calc((100% - 8px) / 8);
  }
  .block-brands--layout--columns-8-full .block-brands__divider {
    width: 1px;
  }
  .block-brands--layout--columns-8-full .block-brands__divider:nth-child(16n) {
    height: 1px;
    width: 100%;
  }
  .block-brands--layout--columns-8-full
    .block-brands__divider:nth-child(16n):last-child {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .block-brands--layout--columns-8-full .block-brands__item {
    width: calc((100% - 7px) / 7);
  }
  .block-brands--layout--columns-8-full .block-brands__divider {
    width: 1px;
  }
  .block-brands--layout--columns-8-full .block-brands__divider:nth-child(14n) {
    height: 1px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-brands--layout--columns-8-full .block-brands__item {
    width: calc((100% - 6px) / 6);
  }
  .block-brands--layout--columns-8-full .block-brands__divider {
    width: 1px;
  }
  .block-brands--layout--columns-8-full .block-brands__divider:nth-child(12n) {
    height: 1px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-brands__item {
    width: calc((100% - 5px) / 5);
  }
  .block-brands__divider {
    width: 1px;
  }
  .block-brands__divider:nth-child(10n) {
    height: 1px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-brands__item {
    width: calc((100% - 4px) / 4);
  }
  .block-brands__divider {
    width: 1px;
  }
  .block-brands__divider:nth-child(8n) {
    height: 1px;
    width: 100%;
  }
  .block-brands__divider:nth-child(8n):last-child {
    display: none;
  }
}
@media (min-width: 420px) and (max-width: 575px) {
  .block-brands__item {
    width: calc((100% - 3px) / 3);
  }
  .block-brands__divider {
    width: 1px;
  }
  .block-brands__divider:nth-child(6n) {
    height: 1px;
    width: 100%;
  }
}
@media (max-width: 419px) {
  .block-brands__item {
    width: calc((100% - 2px) / 2);
  }
  .block-brands__divider {
    width: 1px;
  }
  .block-brands__divider:nth-child(4n) {
    height: 1px;
    width: 100%;
  }
  .block-brands__divider:nth-child(4n):last-child {
    display: none;
  }
}

/* ************************************************************************************ */

.deal-section {
  background: #fff;
  /* padding: 40px; */
  border-radius: 10px;
}
.deal-tag {
  /* position: absolute; */
  /* width: 12%; */
  background: #d81416;
  color: white;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  padding: 15px 25px;
  font-size: 20px;
  border-radius: 0 0 4px 4px;
  /* border-radius: 5px; */
  font-weight: bold;
}
.product-deal-price {
  color: #d81416;
  font-size: 28px;
  font-weight: bold;
}
.old-price {
  text-decoration: line-through;
  color: gray;
}
.timer {
  display: flex;
  gap: 15px;
}
.timer div {
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  padding: 10px 14px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.name-time{
  color: #888;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.num-time{
  font-size: 22px;
  color: #282828;
  font-weight: 800;
}
.deal-cart{
  font-weight: 700;
  border-radius: 2px;
}

.btn-w-list{
  background: #181818;
  color: #fff;
  padding: 8.5px 15px;
}

.btn-w-list{
  font-size: 18px;
  border-radius: 2px;
}

.custom-cates .contentslider {
  direction: ltr; }
  .custom-cates .item {
    position: relative;
    text-align: center;
    color: #fff; }
  .custom-cates .item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1; }
  .custom-cates .item .cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .custom-cates .item .cont h2 {
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize; }
  .custom-cates .item .cont span {
    font-weight: 300;
    font-size: 16px; }
  .custom-cates .item .lnk {
    position: absolute;
    z-index: 3;
    bottom: 100px;
    left: 0;
    width: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .custom-cates .item .lnk a {
    font-size: 15px;
    color: #fff;
    background-color: #ff2d37;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    text-transform: uppercase;
    display: inline-block; }
  .custom-cates .item .lnk a:hover {
    background-color: #f9000c; }
  .custom-cates .item:hover:before {
    background-color: rgba(0, 0, 0, 0.1); }
  .custom-cates .item:hover .cont {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .custom-cates .item:hover .lnk {
    bottom: 50px;
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }

    .img-slider img{
      width: 100%;
    }

    .tf-sw-accessories{
      overflow: hidden;
    }

    .apps-section {
      position: relative;
  }

  .auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

.apps-section .inner-container {
  position: relative;
  display: block;
  background: #000;
  border-radius: 5px;
  overflow: hidden;
  padding: 70px 80px 80px 100px;
  z-index: 1;
}

.apps-section .inner-container .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 10s ease;
}

.apps-section .image-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
}

.apps-section .content-box {
  position: relative;
  max-width: 500px;
}

.apps-section .content-box h2 {
  display: block;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

.apps-section .content-box p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 45px;
}

.apps-section .content-box .download-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.apps-section .content-box .download-btn a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 15px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #111111;
  font-weight: 600;
  background: #fff;
  border-radius: 5px;
  padding: 15px 40px 15px 58px;
}

.apps-section .content-box .download-btn a i {
  position: absolute;
  font-size: 26px;
  left: 20px;
  top: 17px;
}

.mr_20 {
  margin-right: 20px;
}

.apps-section .content-box .download-btn a span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 9px;
  color: var(--title-color);
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 6px;
  transition: all 500ms ease;
}

@media only screen and (max-width: 767px) {
  .apps-section .inner-container {
      padding-top: 65px;
      padding-bottom: 70px;
      padding-left: 30px;
      padding-right: 30px;
  }

  .apps-section .content-box h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 15px;
}
}

@media only screen and (max-width: 1200px) {
  .apps-section .image-layer {
      display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .apps-section .content-box {
      max-width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .apps-section .content-box .download-btn {
      display: block;
  }

  .apps-section .content-box .download-btn a.apple-store {
    margin: 0px 0px 20px 0px !important;
  }
}


  .about__body {
    display: grid;
    z-index: 0;
  }
  @media (min-width: 1200px) {
    .about__body {
      grid-template-columns: 1fr 380px 730px 1fr;
      grid-template-rows: 100px auto auto;
    }
    .about__image {
      grid-column: 1/5;
      grid-row: 1/3;
    }
    .about__card {
      grid-column: 2;
      grid-row: 2/4;
    }
    .about__indicators {
      grid-column: 3;
      grid-row: 3;
    }
  }
  @media (max-width: 1199.98px) {
    .about__image {
      grid-column: 1/4;
      grid-row: 1/3;
    }
    .about__card {
      grid-column: 2;
      grid-row: 2/4;
    }
    .about__indicators {
      grid-column: 2;
      grid-row: 4;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .about__body {
      grid-template-columns: 1fr 690px 1fr;
      grid-template-rows: 80px auto 60px auto;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .about__body {
      grid-template-columns: 1fr 510px 1fr;
      grid-template-rows: 40px auto 60px auto;
    }
  }
  @media (max-width: 575.98px) {
    .confirmed{
      font-size: 14px;
    }
    .order-dets-bar{
      font-size: 14px;
    }
    .fs-resp{
      font-size: 14px;
    }
    .arriving-title{
      font-size: 14px !important;
      margin: 0px !important;
    }
    .myorder-details-title{
      font-size: 14px !important;
    }
    .order-container{
      padding: 14px !important;
    }
    .right-sidebar-account{
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .about__body {
      grid-template-columns: 20px calc(100% - 40px) 20px;
      grid-template-rows: 20px auto 60px auto;
    }
  }
  .about__image {
    position: relative;
    overflow: hidden;
    z-index: -1;
  }
  .about__image-decor {
    position: absolute;
    bottom: -1px;
  }
  .about__image-decor .decor__center,
  .about__image-decor .decor__end,
  .about__image-decor .decor__start {
    background: #fafafa;
  }
  .about__image-decor .decor__end,
  .about__image-decor .decor__start {
    box-shadow: none;
  }
  .about__image-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    z-index: -1;
  }
  .about__image-bg:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(51, 51, 51, 0.7),
      rgba(51, 51, 51, 0.4)
    );
  }
  .about__card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    border-radius: 2px;
    padding: 32px 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__card-title {
    font-size: 35px;
    font-weight: 500;
    padding: 16px 0 30px;
    text-align: center;
    margin-bottom: 0;
  }
  .about__card-text {
    text-align: center;
    line-height: 1.75;
  }
  .about__card-author {
    color: #6c757d;
    font-size: 14px;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 16px;
    padding-left: 28px;
  }
  .about__card-author:before {
    display: block;
    height: 1px;
    width: 20px;
    background: currentColor;
    content: "";
    opacity: 0.8;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .about__card-signature {
    padding: 40px 0 12px;
    margin-top: auto;
    -ms-flex-item-align: center;
    align-self: center;
  }
  @media (min-width: 1200px) {
    .about__card {
      min-height: 530px;
    }
  }
  @media (max-width: 1199.98px) {
    .about__card {
      padding: 32px 64px;
      margin: 0 auto;
      max-width: 510px;
    }
  }
  @media (max-width: 767.98px) {
    .about__card {
      padding: 32px 36px;
    }
  }
  @media (max-width: 575.98px) {
    .about__card-title {
      padding: 8px 0 24px;
      font-size: 32px;
    }
    .about__card {
      padding: 24px 28px;
      font-size: 15px;
    }
  }
  .about__indicators-body {
    margin: -12px;
  }
  .about__indicators-item {
    margin: 12px;
    width: calc(100% / 3 - 24px);
  }
  .about__indicators {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .about__indicators-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about__indicators-item-value {
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
  }
  .about__indicators-item-title {
    color: #6c757d;
    font-size: 15px;
    margin-top: 6px;
    line-height: 18px;
  }
  @media (min-width: 1200px) {
    .about__indicators {
      margin-top: 40px;
      margin-bottom: 40px;
      margin-left: 52px;
    }
  }
  @media (max-width: 1199.98px) {
    .about__indicators {
      text-align: center;
      margin-top: 48px;
      width: 100%;
    }
  }
  @media (max-width: 767.98px) {
    .about__indicators {
      margin-top: 40px;
    }
    .about__indicators-item-value {
      font-size: 36px;
    }
  }
  @media (max-width: 575.98px) {
    .about__indicators-body {
      margin: -16px;
    }
    .about__indicators-item {
      margin: 16px;
      width: calc(100% / 1 - 32px);
    }
  }

  /* **************************************************************************** */

  .about__body {
    display: grid;
    z-index: 0;
  }
  @media (min-width: 1200px) {
    .about__body {
      grid-template-columns: 1fr 380px 730px 1fr;
      grid-template-rows: 100px auto auto;
    }
    .about__image {
      grid-column: 1/5;
      grid-row: 1/3;
    }
    .about__card {
      grid-column: 2;
      grid-row: 2/4;
    }
    .about__indicators {
      grid-column: 3;
      grid-row: 3;
    }
  }
  @media (max-width: 1199.98px) {
    .about__image {
      grid-column: 1/4;
      grid-row: 1/3;
    }
    .about__card {
      grid-column: 2;
      grid-row: 2/4;
    }
    .about__indicators {
      grid-column: 2;
      grid-row: 4;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .about__body {
      grid-template-columns: 1fr 690px 1fr;
      grid-template-rows: 80px auto 60px auto;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .about__body {
      grid-template-columns: 1fr 510px 1fr;
      grid-template-rows: 40px auto 60px auto;
    }
  }
  @media (max-width: 575.98px) {
    .about__body {
      grid-template-columns: 20px calc(100% - 40px) 20px;
      grid-template-rows: 20px auto 60px auto;
    }
  }
  .about__image {
    position: relative;
    overflow: hidden;
    z-index: -1;
  }
  .about__image-decor {
    position: absolute;
    bottom: -1px;
  }
  .about__image-decor .decor__center,
  .about__image-decor .decor__end,
  .about__image-decor .decor__start {
    background: #fafafa;
  }
  .about__image-decor .decor__end,
  .about__image-decor .decor__start {
    box-shadow: none;
  }
  .about__image-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    z-index: -1;
  }
  .about__image-bg:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(51, 51, 51, 0.7),
      rgba(51, 51, 51, 0.4)
    );
  }
  .about__card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    padding: 32px 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .about__card-text {
    text-align: center;
    line-height: 1.75;
  }
  .about__card-author {
    color: #6c757d;
    font-size: 14px;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 16px;
    padding-left: 28px;
  }
  .about__card-author:before {
    display: block;
    height: 1px;
    width: 20px;
    background: currentColor;
    content: "";
    opacity: 0.8;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .about__card-signature {
    padding: 40px 0 12px;
    margin-top: auto;
    -ms-flex-item-align: center;
    align-self: center;
  }
  @media (min-width: 1200px) {
    .about__card {
      min-height: 530px;
    }
  }
  @media (max-width: 1199.98px) {
    .about__card {
      padding: 32px 64px;
      margin: 0 auto;
      max-width: 510px;
    }
  }
  @media (max-width: 767.98px) {
    .about__card {
      padding: 32px 36px;
    }
  }
  @media (max-width: 575.98px) {
    .about__card-title {
      padding: 8px 0 24px;
      font-size: 32px;
    }
    .about__card {
      padding: 24px 28px;
      font-size: 15px;
    }
  }
  .about__indicators-body {
    margin: -12px;
  }
  .about__indicators-item {
    margin: 12px;
    width: calc(100% / 3 - 24px);
  }
  .about__indicators {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .about__indicators-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about__indicators-item-value {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
  }
  .about__indicators-item-title {
    color: #6c757d;
    font-size: 15px;
    margin-top: 6px;
    line-height: 18px;
  }
  @media (min-width: 1200px) {
    .about__indicators {
      margin-top: 40px;
      margin-bottom: 40px;
      margin-left: 52px;
    }
  }
  @media (max-width: 1199.98px) {
    .about__indicators {
      text-align: center;
      margin-top: 48px;
      width: 100%;
    }
  }
  @media (max-width: 767.98px) {
    .about__indicators {
      margin-top: 40px;
    }
    .about__indicators-item-value {
      font-size: 36px;
    }
  }
  @media (max-width: 575.98px) {
    .about__indicators-body {
      margin: -16px;
    }
    .about__indicators-item {
      margin: 16px;
      width: calc(100% / 1 - 32px);
    }
  }

  /******************************************   blog *************************************/

  .pagination {
    margin-bottom: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pagination .page-item {
    margin-right: 6px;
  }
  .pagination .page-item:last-child {
    margin-right: 0;
  }
  .page-link {
    font-size: 15px;
    line-height: 18px;
    border-radius: 2px;
    padding: 6px 10px;
    transition: background 0.15s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f0f0f0;
    color: #262626;
  }
  .page-link:hover {
    background-color: #e5e5e5;
    color: #262626;
  }
  .page-link:active {
    transition-duration: 0s;
    background-color: #e0e0e0;
    color: #262626;
  }
  .page-link:focus {
    box-shadow: none;
  }
  .page-item:first-child .page-link,
  .page-item:last-child .page-link {
    border-radius: 2px;
  }
  .page-item.disabled .page-link {
    background-color: #f0f0f0;
    color: #b3b3b3;
  }
  .page-item.active .page-link {
    background-color: #010101;
    color: #fff;
    cursor: default;
  }
  .pagination__dots {
    position: relative;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background: rgba(0, 0, 0, 0.25);
    margin: 0 4px;
  }
  .pagination__dots:after,
  .pagination__dots:before {
    display: block;
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
  }
  .pagination__dots:before {
    top: -5px;
  }
  .pagination__dots:after {
    bottom: -5px;
  }
  .page-item--dots,
  .page-link--with-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-link__arrow {
    display: block;
    margin: 3px 0 4px;
    fill: currentColor;
    opacity: 0.8;
    transform: scaleX(1);
  }
  .page-link__arrow svg {
    display: block;
  }
  .page-link__arrow--left {
    margin-left: -1px;
    margin-right: 1px;
  }
  .page-link__arrow--right {
    margin-left: 1px;
    margin-right: -1px;
  }
  @media (max-width: 575.98px) {
    .page-link {
      padding: 5px 9px;
    }
  }
  .social-links__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -4px;
  }
  .social-links__item {
    margin: 4px;
  }
  .social-links__item a {
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    transition: all 0.2s;
  }
  .social-links__item a:hover {
    opacity: 0.8;
  }
  .social-links__item--facebook a {
    background: #3c5a99;
    color: #fff;
  }
  .social-links__item--twitter a {
    background: #00a2e8;
    color: #fff;
  }
  .social-links__item--youtube a {
    background: #e52e2e;
    color: #fff;
  }
  .social-links__item--instagram a {
    background: #815dc7;
    color: #fff;
  }
  .social-links__item--rss a {
    background: #ffc338;
    color: #664729;
  }
  .tags {
    font-size: 13px;
  }
  .tags__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    margin: -2px;
  }
  .tags__list a {
    display: block;
    margin: 2px;
    background: #f2f2f2;
    padding: 4px 11px;
    color: inherit;
    border-radius: 1.5px;
    transition: background 0.12s;
  }
  .tags__list a:hover {
    color: inherit;
    background: #e5e5e5;
  }
  .tags__list a:active {
    transition-duration: 0s;
    background: #d9d9d9;
  }
  .typography {
    line-height: 1.625;
  }
  @media (max-width: 575.98px) {
    .typography {
      font-size: 15px;
      line-height: 1.75;
    }
  }
  .widget + .widget {
    margin-top: 20px;
  }
  .widget__header {
    padding: 1.375rem 1.5rem;
  }
  .widget__header h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .widget-about-us__body {
    padding: 0 1.5rem 1.5rem;
    margin-top: -0.25rem;
  }
  .widget-about-us__text {
    font-size: 16px;
    line-height: 26px;
  }
  .widget-about-us__social-links {
    margin-top: 16px;
  }
  .widget-about-us .widget__header{
      padding-bottom: 0px;
  }
  .widget-categories__list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .widget-categories__item {
    position: relative;
  }
  .widget-categories__link {
    display: block;
    color: inherit;
    padding: 5px 0;
    transition: color 0.12s;
    margin-right: 34px;
  }
  .widget-categories__link:hover {
    color: #cb1818;
  }
  .widget-categories__expander {
    position: absolute;
    top: 2px;
    padding: 0;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    transition: color 0.15s, background 0.15s;
    background-color: #fff;
    color: #ccc;
    right: 0;
  }
  .widget-categories__expander:hover {
    background-color: #f2f2f2;
    color: #4d4d4d;
  }
  .widget-categories__expander:active {
    background-color: #ebebeb;
    color: #4d4d4d;
  }
  .widget-categories__expander:focus {
    outline: none;
  }
  .widget-categories__expander:after,
  .widget-categories__expander:before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: currentColor;
    top: 12px;
    left: 8px;
  }
  .widget-categories__expander:after {
    transition: transform 0.2s ease-in-out;
    transform: rotate(90deg);
  }
  .widget-categories__expander:active {
    transition-duration: 0s;
  }
  .widget-categories__container {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }
  .widget-categories__container:after,
  .widget-categories__container:before {
    display: block;
    content: "";
  }
  .widget-categories__container:before {
    height: 4px;
  }
  .widget-categories__container:after {
    height: 12px;
  }
  .widget-categories__list--root {
    padding: 0 1.5rem 1.5rem;
    font-size: 15px;
    line-height: 20px;
  }
  .widget-categories__list--root > .widget-categories__item {
    padding-left: 16px;
  }
  .widget-categories__list--root > .widget-categories__item:before {
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: currentColor;
    opacity: 0.2;
    top: 13px;
    left: 2px;
  }
  .widget-categories__list--child {
    background: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 18px;
  }
  .widget-categories__list--child .widget-categories__link {
    padding: 5px 0 3px;
  }
  .widget-comments__body {
    padding: 0 1.5rem 1.5rem;
  }
  .widget-comments__body a {
    color: inherit;
    transition: color 0.15s;
  }
  .widget-comments__body a:hover {
    color: #cb1818;
  }
  .widget-comments__list {
    list-style: none;
    margin: 0;
    padding: 0 0 2px;
  }
  .widget-comments__item + .widget-comments__item {
    margin-top: 20px;
  }
  .widget-comments__author {
    font-size: 15px;
    line-height: 18px;
  }
  .widget-comments__author a {
    border-bottom: 2px solid #ebebeb;
    transition: border 0.15s;
  }
  .widget-comments__author a:hover {
    border-color: rgba(203, 24, 24, 0.8);
  }
  .widget-comments__content {
    margin-top: 12px;
    font-size: 15px;
    line-height: 20px;
  }
  .widget-comments__meta {
    margin-top: 4px;
    font-size: 13px;
    color: #999;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
  .widget-comments__date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .widget-comments__name {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 20px;
  }
  .widget-comments__name:before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 2px;
    top: 8px;
    opacity: 0.8;
    left: 8px;
  }
  .widget-posts__list {
    list-style: none;
    padding: 0 1.5rem 1.5rem;
    margin: 0;
  }
  .widget-posts__item {
    display: -ms-flexbox;
    display: flex;
  }
  .widget-posts__item + .widget-posts__item {
    margin-top: 1rem;
  }
  .widget-posts__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-right: 14px;
  }
  .widget-posts__image:before,
  .widget-posts__image img {
    display: block;
    border-radius: 1.5px;
  }
  /*.widget-posts__image:before {*/
  /*  position: absolute;*/
  /*  content: "";*/
  /*  top: 0;*/
  /*  bottom: 0;*/
  /*  background: rgba(26, 26, 26, 0.2);*/
  /*  opacity: 0;*/
  /*  transition: opacity 0.2s;*/
  /*  pointer-events: none;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*}*/
  .widget-posts__image:hover:before {
    opacity: 1;
  }
  /*.widget-posts__info {*/
  /*  padding-top: 5px;*/
  /*}*/
  .widget-posts__name {
    font-size: 15px;
    line-height: 19px;
    overflow: hidden;
    max-height: 38px;
  }
  .widget-posts__name a {
    color: inherit;
    transition: color 0.12s;
  }
  .widget-posts__name a:hover {
    color: #cb1818;
  }
  .widget-posts__date {
    font-size: 13px;
    color: #999;
    margin-top: 3px;
    position: relative;
    padding-left: 22px;
  }
  .widget-posts__date:before {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 16px;
    background: currentColor;
    opacity: 0.6;
    top: 10px;
    left: 0;
  }
  .widget-search__form {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
  }
  .widget-search__input {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    padding: 15.5px 24px;
    font-family: inherit;
    font-size: 16px;
    line-height: 21px;
  }
  .widget-search__input:focus {
    outline: none;
  }
  .widget-search__button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: none;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bfbfbf;
    fill: currentColor;
    width: 52px;
    height: 52px;
    padding: 0;
  }
  .widget-search__button:focus {
    outline: none;
  }
  .widget-search__button:hover {
    color: #a6a6a6;
    background: #f5f5f5;
  }
  .widget-search__button:active {
    color: #a6a6a6;
    background: #f0f0f0;
  }
  .widget-search__field {
    position: absolute;
    display: block;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    transition: box-shadow 0.2s;
  }
  .widget-search__form:hover .widget-search__field {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
  .widget-search__input:focus ~ .widget-search__field {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  }
  .widget-tags__body {
    padding: 0 1.5rem 1.5rem;
  }
  .blog-view__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-view__item-posts {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .blog-view__item-sidebar {
    width: 360px;
    height: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  /* .blog-view__item + .blog-view__item {
    margin-left: 48px;
  } */
  /* .blog-view--layout--classic .blog-view__item-posts {
    max-width: 730px;
  } */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-view__item-sidebar {
      width: 290px;
    }
    .blog-view__item + .blog-view__item {
      margin-left: 36px;
    }
  }
  @media (max-width: 991.98px) {
    .blog-view__body {
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .blog-view__item-sidebar {
      width: 100%;
      margin-top: 48px;
      -ms-flex-order: 1;
      order: 1;
    }
    .blog-view__item + .blog-view__item {
      margin-left: 0;
    }
  }
  .post-card--layout--grid {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  }
  .post-card--layout--grid .post-card__image img {
    width: 100%;
    aspect-ratio: 10/6;
    height: auto;
  }
  .post-card__image a{
      width: 100%;
  }
  .post-card--layout--grid .post-card__content {
    position: relative;
  }
  .post-card--layout--grid .post-card__title h2 {
    margin: 0;
  }
  .post-card--layout--grid .post-card__title a {
    color: inherit;
  }
  .post-card--layout--grid .post-card__title a:hover {
    text-decoration: underline;
  }
  .post-card--layout--grid .post-card__category {
    position: absolute;
    bottom: calc(100% - 1px);
    font-weight: 500;
    z-index: 0;
    font-size: 14px;
    left: 0;
  }
  .post-card--layout--grid .post-card__category a {
    color: #cb1818;
    display: block;
  }
  .post-card--layout--grid .post-card__category a:hover {
    text-decoration: underline;
  }
  .post-card--layout--grid .post-card__category:after,
  .post-card--layout--grid .post-card__category:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    background: #fff;
    z-index: -1;
    height: 100%;
  }
  .post-card--layout--grid .post-card__category:before {
    width: 100%;
    left: 0;
    border-top-right-radius: 2px;
    transform: skewX(30deg);
    transform-origin: left top;
  }
  .post-card--layout--grid .post-card__category:after {
    width: 50px;
    left: 0;
  }
  .post-card--layout--grid .post-card__date {
    font-size: 14px;
    color: #999;
  }
  .post-card--layout--grid .post-card__date a {
    color: inherit;
  }
  .post-card--layout--grid .post-card__date a:hover {
    color: #cb1818;
  }
  .post-card--layout--grid .post-card__date:before {
    display: block;
    content: "";
    height: 1px;
    background: currentColor;
    opacity: 0.6;
  }
  .post-card--layout--grid .post-card__excerpt {
    overflow: hidden;
  }
  @media (min-width: 768px) {
     
    .post-card--layout--grid .post-card__content {
      padding: 1.875rem 2.1875rem 2.1875rem;
    }
    .post-card--layout--grid .post-card__title h2 {
      font-size: 26px;
      font-weight: 500;
      line-height: 34px;
    }
    .post-card--layout--grid .post-card__category {
      height: 26px;
      padding: 1.125rem 2.1875rem 0;
    }
    .post-card--layout--grid .post-card__date {
      margin-top: 5px;
      margin-bottom: 5px;
    }
    .post-card--layout--grid .post-card__date:before {
      position: relative;
      top: -1px;
      display: inline-block;
      vertical-align: middle;
      width: 32px;
      margin-right: 4px;
    }
    .post-card--layout--grid .post-card__more {
      margin-top: 18px;
    }
  }
  @media (max-width: 767.98px) and (min-width: 475px) {
    .post-card--layout--grid .post-card__content {
      padding: 1.675rem 1.675rem 1.75rem;
    }
    .post-card--layout--grid .post-card__title h2 {
      font-size: 20px;
      line-height: 28px;
    }
    .post-card--layout--grid .post-card__category {
      height: 26px;
      padding: 1.125rem 1.675rem 0;
    }
    .post-card--layout--grid .post-card__date {
      margin-top: 10px;
      margin-bottom: 12px;
    }
    .post-card--layout--grid .post-card__date:before {
      position: relative;
      top: -1px;
      display: inline-block;
      vertical-align: middle;
      width: 32px;
      margin-right: 4px;
    }
    .post-card--layout--grid .post-card__more {
      margin-top: 18px;
    }
  }
  @media (max-width: 474px) {
    .post-card--layout--grid .post-card__category {
      font-size: 13px;
    }
    .post-card--layout--grid .post-card__title {
      margin-bottom: 10px;
    }
    .post-card--layout--grid .post-card__title h2 {
      font-size: 18px;
      line-height: 24px;
    }
    .post-card--layout--grid .post-card__excerpt {
      font-size: 15px;
      max-height: 96px;
    }
    .post-card--layout--grid .post-card__excerpt .typography {
      line-height: 24px;
    }
    .post-card--layout--grid .post-card__category {
      height: 22px;
      padding: 0.875rem 1.25rem 0;
    }
    .post-card--layout--grid .post-card__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1.5rem 1.25rem 1.125rem;
    }
    .post-card--layout--grid .post-card__date {
      -ms-flex-order: 1;
      order: 1;
      margin-top: 12px;
    }
    .post-card--layout--grid .post-card__date:before {
      display: block;
      width: 32px;
      margin-bottom: 8px;
    }
    .post-card--layout--grid .post-card__more {
      display: none;
    }
  }
  .posts-list__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .posts-list__body,
  .posts-list__item {
    display: -ms-flexbox;
    display: flex;
  }
  .posts-list--layout--classic .posts-list__body {
    margin: -20px;
  }
  .posts-list--layout--classic .posts-list__item {
    margin: 20px;
    width: calc(100% - 40px);
  }
  .posts-view__pagination {
    margin-top: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  

  /* checkout btn */

 .profile-icons{
  width: 24px;
 }

 .left-profile-section{
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
 }

 .w-30{
  width: 30px;
 }

 .left-profile-address{
  display: flex;
  align-items: center;
  gap: 10px;
 }

 .right-sidebar-account{
  background-color: #fff;
 }

 .right-sidebar-account{
  /*min-height: 365px;*/
  border-radius: 5px;
  padding-left: 2.25rem;
  padding-right: 20px;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
 }

 .title-sidebar{
  font-size: 18px;
  font-weight: 500;
 }
    
 /* address card*/

 .address-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  background: #fff;
      box-shadow: 2px 2px 10px rgb(178 178 178 / 10%);
}
.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #000;
}

.address-btn{
  border: 1px solid;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  color: #000;
}
.add-name{
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.mr-1{
  margin-right: 10px;
}
.top-address-fields{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*  */

.address-btn {
  border-radius: 5px;
}

.form-container-address {
  display: none;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
}
.btn-custom-address {
  background-color: #181818;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid black;
}
.btn-custom-address:hover {
  border: 1px solid black;

}
.saved-address {
  text-align: right;
}


.form-label-title{
  font-size: 17px;
  font-weight: 500;
}

.saved-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.w-40{
  width: 40%;
}

.card-title-success {
  color: green;
    font-weight: 600;
}

/* Timeline */
.timeline {
  position: relative;
  padding: 40px 0;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 50%;
  margin-left: -2px;
}
.timeline-item {
  padding: 20px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.timeline-item.left {
  flex-direction: row;
}
.timeline-item.right {
  flex-direction: row-reverse;
}
.timeline-item::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 4px solid #000000;
  top: 13%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  left: 50%;
  margin-left: -12.5px; 
}
.timeline-content {
  padding: 10px;
  /* background-color: #f9f9f9; */
  position: relative;
  border-radius: 6px;
  width: 45%;
}
.timeline-image {
  width: 45%;
  margin: 0 20px;
}
.timeline-image img {
  width: 100%;
  /* border-radius: 6px; */
}

/* Responsive Styles */
@media (max-width: 767px) {
    .form-container-address{
        box-shadow: none;
        padding: 0px;
    }
    
    .breadcrumbs{
        flex-wrap: wrap;
        
            
    }
    .fs-24{
    font-size: 20px !important;
}
    .d-block-max{
        display: block !important;
    }
    .login-wrap{
        gap: 0px;
    }
     .flat-spacing {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
  .mt-2-resp{
    margin-top: 10px;
  }
  .apps-section .content-box .download-btn a{
    font-size: 16px;
  }
  .apps-section .content-box p{
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 26px;
    
  }
  .timeline-content{
      margin-left: 20px !important;
  }
  .timeline-left .date {
      /* display: flex; */
      justify-content: start !important;
  }
  .timeline-left .timeline-title{
      font-size: 22px !important;
      text-align: left !important;
  }
  .timeline-left .timeline-content-para{
      font-size: 16px !important;
      line-height: 26px !important;
      text-align: left !important;
  }
  .timeline::before {
      left: 20px;
  }
  .timeline-item {
      flex-direction: column;
      align-items: flex-start;
  }
  .timeline-item.left, .timeline-item.right {
      flex-direction: column;
  }
  .timeline-content, .timeline-image {
      width: 90%;
      margin: 10px 0;
      margin-left: 30px;
  }
  .timeline-item::after {
      left: 12px;
      margin-left: 0;
      top: 8.5%;
      width: 15px;
      height: 15px;
  }
  .timeline-right .timeline-title{
      font-size: 22px !important;
  }
  .timeline-right .timeline-content-para{
      font-size: 16px !important;
      line-height: 26px !important;
  }
}




@media (min-width: 768px){
    .w-27{
  width: 20%;
}
  .timeline-left .timeline-content{
      min-height: 370px;
  }
  .timeline-right .timeline-content{
      min-height: 370px;
  }
}

.timeline-left .timeline-content h2{
  display: inline;
  background: rgb(0, 0, 0);
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px !important;
  padding: 5px 15px;
}

.timeline-right .timeline-content h2{
  display: inline;
  background: rgb(0, 0, 0);
  font-size: 20px;
  padding: 5px 15px;
  color: #fff;
  margin-bottom: 10px !important;
}

.timeline-left .timeline-title{
  font-size: 28px;
  font-weight: 500;
  margin-top: 10px;
  text-align: end;
}
.timeline-right .timeline-title{
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;

}

.timeline-left .timeline-content-para{
  font-size: 17px;
  line-height: 31px;
  text-align: right;
}

.timeline-right .timeline-content-para{
  font-size: 18px;
  line-height: 31px;
}

.timeline-left .date{
  display: flex;
  justify-content: end;
}
.subheader span{
  padding: 8px 15px 8px 15px;
  background-color: #000000;
  color: #fff;
}

.company-logo{
  width: 100px;
}

.payment-strips{
  width: 200px;
}

.wrap-slider img{
  width: 100%;
}

.tf-slideshow .wrap-pagination {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  left: 0;
  right: 0;
}

@media (min-width: 1200px) {
  .tf-slideshow .wrap-pagination {
      bottom: 15px;
  }
}
/* .sw-dots.type-circle .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--main);
} */

.tf-slideshow .sw-dots.type-circle .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}

.sw-dots.type-circle .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px;
}

.sw-dots.type-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: black;
}

.sw-dots.type-circle .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid black;
  opacity: 1;
}



/* ************************************************************************************************************************** */

.link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link:hover {
  color: var(--primary) !important;
}

.gap-12 {
  gap: 12px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_12 {
  margin-bottom: 12px;
}

.text-line-clamp-1 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
}

.text-video-clamp{
    font-size: 13px;
    font-weight: 600;
}

.tf-btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main);
  color: var(--white);
  padding: 10px 25px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid var(--main);
  position: relative;
  overflow: hidden;
  border: 1px solid black !important;
}
.tf-btn span {
  color: inherit;
}
.tf-btn .text {
  position: relative;
  z-index: 2;
}
.tf-btn:not(.btn-reset):after {
  content: "";
  position: absolute;
  bottom: -50%;
  width: 102%;
  height: 100%;
  background-color: var(--white);
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 1;
}
.tf-btn:not(.btn-reset):hover {
  color: var(--main);
}
.tf-btn:not(.btn-reset):hover::after {
  transform-origin: bottom center;
  border: 1px solid black !important;
  transform: skewY(9.3deg) scaleY(2);
}
.tf-btn.btn-white {
  background-color: var(--white);
  border: none;
  color: var(--main);
}
.tf-btn.btn-white:hover {
  color: var(--white);
}
.tf-btn.btn-white::after {
  background-color: var(--primary);
}
.tf-btn.btn-white.has-border {
  border: 1px solid var(--main);
}
.tf-btn.btn-white.has-border:hover {
  border-color: var(--primary);
}
.tf-btn.radius-4 {
  border-radius: 5px;
}


.modal {
  cursor: url(../images/cursor-close.svg), auto;
}
.modal .icon-close,
.modal .icon-close-popup {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .icon-close:hover,
.modal .icon-close-popup:hover {
  color: var(--primary);
  transform: rotate(90deg);
}
.modal.fullRight .modal-dialog {
  min-width: 100%;
  height: 100%;
  margin: 0;
  transition: transform 1s ease-out;
  transform: translate(100%, 0) !important;
}

.modal.fullRight.show .modal-dialog {
  transform: none !important;
  transition: transform 0.4s ease-out;
}
.modal.fullRight .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0;
}
.modal.fade:not(.show) {
  opacity: 0;
}
.modal .modal-content {
  cursor: default !important;
  border-radius: 8px;
  border: 2px solid #e53935;
}

.modal-shopping-cart .modal-content {
  max-width: 708px !important;
  cursor: default !important;
  display: flex;
  flex-direction: row;
}
.tf-minicart-recommendations .title{
  font-size: 16px;
}
.modal-shopping-cart .tf-minicart-recommendations {
  width: 150px;
  flex-shrink: 0;
  padding: 8px 10px 15px 10px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.modal-shopping-cart .tf-minicart-recommendations .title {
  margin-bottom: 12px;
}
.modal-shopping-cart .tf-minicart-recommendations > .wrap-recommendations {
  flex-grow: 1;
  overflow-y: auto;
}
.modal-shopping-cart .tf-minicart-recommendations > .wrap-recommendations::-webkit-scrollbar {
  width: 0px;
}
.text-title-right a{
    font-size: 14px;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item:not(:last-child) {
  padding-bottom: 0px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 10px;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item .image {
  width: 100%;
  height: 100%;
  max-height: 240px;
  margin-bottom: 10px;
  /* border-radius: 8px; */
  overflow: hidden;
}
.cart-item-bot .text-button{
    font-size: 12px;
}

.text-line-custom{
    line-height: 16px;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item .image img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item .name {
  margin-bottom: 0px;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item .cart-item-bot {
  position: relative;
  overflow: hidden;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item .cart-item-bot a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(30px);
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item .price {
  transform: translateY(0px);
      margin-top: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item:hover .price {
  transform: translateY(-30px);
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item:hover .cart-item-bot a {
  transform: translateY(0);
}
.modal-shopping-cart .header {
  padding: 6px 24px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-shopping-cart .header .title {
  font-size: 16px;
  margin-bottom: 0;
}
.modal-shopping-cart .header .icon-close-popup {
  font-size: 10px;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--surface);
  border-radius: 50%;
  cursor: pointer;
}
.modal-shopping-cart .wrap {
  display: flex;
  flex-direction: column;
      justify-content: center;
  flex-grow: 1;
}
.modal-shopping-cart .tf-mini-cart-threshold {
  margin: 0 24px;
  padding: 9px 16px;
  background-color: rgb(245, 246, 236);
  border-radius: 8px;
  margin-top: 10px;
}
.modal-content .text-title{
  font-size: 16px;
}

.text-button-modal{
  font-size: 14px;
}
.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar {
  margin-top: 12px;
  margin-bottom: 16px;
  width: 100%;
  background-color: var(--white);
  height: 8px;
  position: relative;
}
.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar div {
  height: 100%;
  background: linear-gradient(90deg, #19450f 0%, #3dab25 100%);
  position: relative;
  transition: width 2s ease;
}
.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar .icon {
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid var(--success);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 50%;
  font-size: 12px;
}
.modal-shopping-cart .tf-mini-cart-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main {
  flex: 1 1 auto;
  position: relative;
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.modal-shopping-cart .tf-mini-cart-item{
    gap: 5px !important; 
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll::-webkit-scrollbar {
  width: 8px;
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll::-webkit-scrollbar-thumb {
  background: var(--secondary-2);
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll::-webkit-scrollbar-track {
  background: var(--line);
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-bottom {
  box-shadow: 5px 5px 18px 5px rgba(64, 72, 87, 0.15);
  flex-shrink: 0;
      padding: 0px 20px !important;
      padding-bottom: 10px !important;
}
.modal-shopping-cart .tf-mini-cart-item {
  margin: 0 24px;
  padding: 10px 0 0px;
  display: flex;
  gap: 24px;
}

.modal-shopping-cart .tf-minicart-recommendations .list-cart-item{
  animation: scrollUp 15s linear infinite;
}

@keyframes scrollUp {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-200%); }
}


.modal-shopping-cart .tf-minicart-recommendations:hover .list-cart-item {
  animation-play-state: paused;
}




.CartDrawer-Form_agree{
  font-size: 14px;
}
/*.modal-shopping-cart .tf-mini-cart-item:not(:last-child) {*/
/*  border-bottom: 1px solid var(--line);*/
/*}*/
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 0px;
  overflow: hidden;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image img {
  width: 90px;
  /*height: 90px;*/
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 5px;
}
.modal-shopping-cart .tf-mini-cart-item .tf-btn-remove {
  color: var(--critical);
  text-decoration: underline;
  cursor: pointer;
}
.modal-shopping-cart .tf-mini-cart-tool {
  /*padding: 0 25px;*/
  height: 45px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn {
  /*width: 100%;*/
  height: 100%;
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
  /*justify-content: center;*/
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*.modal-shopping-cart .tf-mini-cart-bottom-wrap {*/
/*  padding: 10px 24px 10px;*/
/*}*/
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-totals-discounts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
}

.tf-cart-totals-discounts h5{
  font-size: 17px;
  margin-bottom: 0px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-checkbox {
  margin-bottom: 10px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout {
  display: flex;
  gap: 16px;
  margin-bottom: 0px;
}

.tf-cart-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tf-cart-checkbox .tf-checkbox-wrapp {
  min-width: 1.6rem;
  place-items: center;
  position: relative;
  overflow: hidden;
  display: flex;
}
.tf-cart-checkbox .tf-checkbox-wrapp input {
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
  transition: 0.2s ease-in-out;
  background-color: var(--white);
  opacity: 0;
}
.tf-cart-checkbox .tf-checkbox-wrapp input:checked + div {
  background-color: var(--main);
}
.tf-cart-checkbox .tf-checkbox-wrapp input:checked + div i {
  transform: scale(1);
}
.tf-cart-checkbox .tf-checkbox-wrapp div {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transition: 0.25s ease-in-out;
  z-index: 5;
  border: 1px solid var(--line);
  background-color: var(--white);
  color: var(--white);
  pointer-events: none;
}
.tf-cart-checkbox .tf-checkbox-wrapp div i {
  font-size: 11px;
  transform: scale(0);
}
.tf-cart-checkbox label {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
  cursor: pointer;
}
.tf-cart-checkbox label a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tf-mini-cart-tool-openable {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.25s ease-in-out;
  z-index: 70;
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.15);
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-close {
  cursor: pointer;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content {
  position: relative;
  z-index: 80;
  background-color: var(--white);
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-text {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 32px 17px;
  border-bottom: 1px solid var(--line);
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-text .icon {
  display: flex;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-wrap {
  padding: 16px 24px 20px;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-cart-tool-btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-cart-tool-btns button {
  border-radius: 4px;
}
.tf-mini-cart-tool-openable.add-note textarea {
  background-color: var(--line);
  color: var(--main);
}
.tf-mini-cart-tool-openable.add-gift .tf-mini-cart-tool-text {
  gap: 20px;
  align-items: start;
}
.tf-mini-cart-tool-openable.add-gift .tf-mini-cart-tool-text .icon {
  border: 1px solid var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  background-color: var(--white);
  color: var(--main);
}
.tf-mini-cart-tool-openable.add-gift .tf-gift-wrap-infos p {
  font-size: 20px;
  line-height: 32px;
}

@media (min-width: 992px) {
    
 
    
    .sidebar-account-mY{
        position: sticky;
        top: 130px;
    }

  .modal.fullRight.fade {
    transition: opacity 0.3s linear;
  }
}

@media (max-width: 992px){
    .whatsapp-float {
    position: fixed;
    bottom: 70px !important;
    left: 20px !important;
    z-index: 9999;
}
    .details-order-sect{
        padding-left: 0px;
    }
    .d-none-before{
        display: none;
    }
    #wishlist-count{
            right: -2px !important;
    top: -5px;
}
    /*.city-section{*/
    /*        border: none !important;*/
    /*}*/
    .right-content-sticky {
    height: 50% !important;
    top: 10px !important;
    position: sticky !important;
}
       .listing_tags_section a{
        width: 100%;
    }
    .searchBtnlist{
        width: 100%;
        margin-top: 10px;
        text-align: center;
        margin-left: 0px !Important;
    }
    .custom-dropdown-container{
        max-width: 100% !important;
        margin-left: 0px;
    }
     .padding-top-5sm{
        padding-top: 5px !important;
    }
    
    .text-center-resp{
        text-align: center;
    }
    .search-container-list {
        width: 100% !important;
                margin-top: 10px !important;
        margin-left: 0px !important;
    }
    
    .right-sidebar-account {
        margin-top: 20px;
    }
  .header-second{
    display: none;
  }
}




@media only screen and (max-width: 1024px) {

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991px) {

  .tf-btn,
button {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {

  .modal-shopping-cart .modal-content {
    max-width: min(500px, 90vw) !important;
  }

  .modal-shopping-cart .modal-content {
    flex-direction: column;
  }
  .modal-shopping-cart .list-cart {
    display: flex;
    gap: 15px;
    overflow-x: auto;
  }
  .modal-shopping-cart .list-cart .list-cart-item {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-width: 120px;
  }
  .modal-shopping-cart .list-cart .list-cart-item .image {
    max-height: 150px;
  }
  .modal-shopping-cart .tf-minicart-recommendations {
    padding: 15px 15px 0 15px;
    width: unset;
  }
  .modal-shopping-cart .header {
    padding: 12px;
  }
  .modal-shopping-cart .tf-mini-cart-threshold {
    margin: 0 12px;
    padding: 12px;
  }
  .modal-shopping-cart .tf-mini-cart-item {
    margin: 0 12px;
    padding: 12px 0;
    gap: 12px;
  }
  .modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info > div {
    gap: 6px;
    margin-bottom: 6px;
  }
  .modal-shopping-cart .tf-mini-cart-tool {
    padding: 0 12px;
    height: 40px;
  }
  .modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn {
    gap: 6px;
  }
  .modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn div {
    font-size: 10px;
    line-height: 20px;
  }
  .modal-shopping-cart .tf-mini-cart-bottom-wrap {
    padding: 12px;
  }
  .modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-checkbox {
    margin-bottom: 12px;
  }
  .modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-checkbox label {
    font-size: 13px;
    line-height: 20px;
  }
  .modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout {
    gap: 10px;
    margin-bottom: 12px;
  }
  .modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout .tf-btn {
    padding: 8px 14px;
  }
  .modal-shopping-cart .tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-wrap,
.modal-shopping-cart .tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-text {
    padding: 12px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* .single_banner{
  position: relative;
}

.single_banner .textbtn{
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.textbtn h4{
  margin-bottom: 10px;
  font-size: 24px;
}


.single_banner img {
  width: 100%;
} */


/*  */
/* .single_banner {
  position: relative;
  overflow: hidden;
}

.textbtn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #000;
}

.textbtn h4 {
  margin: 0;
  transform: translateY(0);
  transition: transform 0.4s ease;
  font-size: 24px;
}

.textbtn button {
  display: none;
  background: #111;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
}

.textbtn button.show {
  display: inline-block;
  animation: slideUpFade 0.5s ease forwards;
  animation-delay: 0.2s;
}

@keyframes slideUpFade {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
} */
/*  */


.accessory-card {
  position: relative;
  color: white;
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
}
.accessory-overlay {
  background-color: rgb(0 0 0 / 8%);
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.accessory-card h2 {
  font-size: 24px;
  color: #fff;
  /* font-weight: bold; */
}
.accessory-card a {
  color: white;
  font-weight: bold;
  margin-top: 15px;
  text-decoration: none;
}
.accessory-card a:hover {
  text-decoration: underline;
}


.tf-slideshow {
  position: relative;
}

.cls-lookbook{
  aspect-ratio: 1/1;
  display: inline-grid;
}

.cls-lookbook video{
  object-fit: fill;
    height: 100%;
    border-radius: 8px;
    width: 100%;
}

.heading-section-2 {
  /* margin-bottom: 15px; */
  text-align: center;
  /* display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap; */
}

.all-collection{
  text-decoration: underline;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}


.sw-dots {
  display: flex;
  gap: 8px;
}
.sw-dots:not(.swiper-pagination-lock) {
  margin-top: 20px;
}

.nav-sw {
  background-color: var(--white);
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ededed;
  color: var(--main);
  cursor: pointer;
}
.nav-sw .icon {
  font-size: 18px;
}
.nav-sw:hover {
  background-color: var(--main);
  border-color: var(--main);
  color: var(--white);
}

.hover-img .img-style > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.hover-img:hover .img-style > img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

/*------------ collection ---------------- */
.cls-title h6{
  font-size: 14px;
}

.features-box bg-1{
    border-radius: 8px;
}

.features-box::before{
    border-radius: 8px;
}

.collection-circle .img-style {
  display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* padding: 10px; */
    border: 1px solid #dadada;
    border-radius: 8px;
    background: rgb(244, 245, 251);
}
.collection-circle .collection-content {
  margin-top: 16px;
  display: grid;
  gap: 4px;
}
.collection-circle .collection-content .cls-title {
  color: var(--main);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.collection-circle .collection-content .cls-title .text {
  color: inherit;
  display: inline-block;
}
.collection-circle .collection-content .cls-title .icon {
  width: 0;
  display: inline-block;
  font-size: 16px;
  color: var(--primary);
  transform: scale(0);
  transform-origin: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.collection-circle .collection-content .cls-title:hover {
  color: var(--primary);
}
.collection-circle .collection-content .cls-title:hover .icon {
  width: 10px;
  min-width: 10px;
  margin-left: 4px;
  margin-bottom: 7px;
  transform: scale(1);
}

.flat-collection-circle {
  position: relative;
}
.flat-collection-circle .nav-sw {
  position: absolute;
  z-index: 20;
  top: 35%;
}
.flat-collection-circle .nav-sw-left {
  left: -15px;
}
.flat-collection-circle .nav-sw-right {
  right: -15px;
}


/*.mob-slider {*/
/*  display: none;*/
/*}*/

/*@media (min-width: 320px) and (max-width: 767px) {*/
/*  .web-slider {*/
/*      display: none !important;*/
/*  }*/
/*  .mob-slider{*/
/*    display: block;*/
/*  }*/
/*}*/

.mobile-search__input{
  border: none !important;
}


.order-card {
  /* border: 1px solid #ddd; */
  border-radius: 4px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #dadada;
}
.order-card img {
  width: 100%;
}
.order-btn {
  background-color: #fff;
  color: black;
  border: 1px solid;
  padding: 5px 15px;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

/*.container-order{*/
/*  max-width: 1000px !important;*/
/*}*/


/* **************************************************************************************************** */

/* .indicator-user{
  line-height: 3;
} */


.nav-account {
  position: relative;
}
.nav-account .dropdown-account {
  pointer-events: none;
  position: absolute;
  background-color: var(--white);
  min-width: 200px;
  z-index: 999;
  visibility: hidden;
  text-align: left;
  top: calc(100% + 0px);
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  transform: translateX(0px) translateY(15px);
  box-shadow: var(--shadow1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: -100px;
  padding: 8px 28px;
}
.nav-account:hover .dropdown-account {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0px) translateY(0px);
}
.nav-account:hover .nav-icon-item::after {
  display: block;
}
.nav-account .dropdown-login {
  left: -200px;
  min-width: 290px;
      padding: 18px;
    padding-bottom: 10px;

}
/*.dropdown-login a{*/
/*    color: #E52727 ;*/
/*}*/

.tag-dropDwn{
    color: #E52727
}
.nav-account .dropdown-login .tf-btn {
  border-radius: 5px;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.nav-account .dropdown-login .sub-top {
  display: grid;
  gap: 5px;
  padding-bottom: 0px;
  /*border-bottom: 1px solid var(--line);*/
}
.nav-account .dropdown-login .sub-bot {
  padding: 16px 0px;
}
.nav-account .nav-icon-item {
  position: relative;
  margin-right: 10px;
}
.nav-account .nav-icon-item::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 82px;
  display: none;
}

/*------------ footer ---------------- */

/*------------ tabs ---------------- */

/*------------ slider banner ---------------- */

/*------------ button ---------------- */

.tf-btn.btn-reset:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

/*------------ form ---------------- */

.list-rating-check:not(:checked) > input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
}

.list-rating-check:not(:checked) > label {
  font-size: 40px;
  cursor: pointer;
  white-space: nowrap;
  width: 40px;
  color: var(--line);
}

.list-rating-check:not(:checked) > label:before {
  font-family: "icomoon";
  content: "\e92a";
}

.list-rating-check:not(:checked) > label:hover,
.list-rating-check:not(:checked) > label:hover ~ label {
  color: var(--yellow);
}

@media (min-width: 1200px) {
  .nav-account .dropdown-login .tf-btn {
    padding: 12px 32px;
  }
}
@media (min-width: 1440px) {

  .nav-account .dropdown-account {
    min-width: 250px;
    /* left: -100px; */
  }
  .nav-account .dropdown-login {
    min-width: 290px;
  }
}
@media (min-width: 1600px) {
  .nav-account .dropdown-account {
    left: -70px;
    min-width: 320px;
  }
  .nav-account .dropdown-login {
    left: -100px;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-account .dropdown-account {
    top: calc(100% + 20px);
  }
}
@media only screen and (max-width: 991px) {

  .tf-btn {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 22px;
  }
}

.orderbtn-Cs{
  font-size: 15px;
  padding: 10px 20px;
  width: 200px;
  justify-content: center;
  border-radius: 2px;
  border: none;
}

.view-order{
  border: 1px solid black;
  background-color: transparent;
  color: black;
}

.card-body-thankyou{
  border: 1px solid #dadada;
  border-radius: 8px;
} 

/* ********************************** */

.order-container {
  /* max-width: 600px; */
  margin: auto;
  /*padding: 20px;*/
  /*background: #f8f9fa;*/
  /*border-radius: 8px;*/
  /*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);*/
}
.confirmed {
  color: green;
  font-weight: bold;
  font-size: 17px;
}
.order-item {
  background: white;
  padding: 15px;
  border-radius: 8px;
  margin-top: 10px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 10px rgb(178 178 178 / 10%);
}

.order-item  img{
    border-radius: 8px;
    aspect-ratio: 1/1;
}
.order-buttons button {
  width: 100px;
  padding: 3px;
  border-radius: 2px;
}

.myorder-details-title{
  font-size: 16px;
  margin-bottom: 0px;
}

.order-seprator{
  color: #dadada;
  margin: 0px 5px;
}

.cancelled{
  color: #474747;
    font-weight: 500;
    font-size: 16px;
    color: #e52727;
}

.profile-container table tr{
  border-bottom: transparent;
}

.td-custom{
    width: 30%;
}

.description-city {
        border: 1px solid #dadada;
    font-size: 15px;
    border-radius: 8px;
    padding: 20px;
}
.description-city h1{
    font-size: 24px;
    
}

.seller-dropdown-menu a:hover{
        background: #e52727;
    color: #fff;
    
}



.form-container-profile{
  display: none;
}

/* ******************************************* */

.custom-product-card{
  position: relative;
}

.wishlist-container {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
}

.wishlist-button {
  background: white;
  border: none;
  cursor: pointer;
  color: black;
  padding: 0;
  font-size: 25px;
  border-radius: 50%;
  line-height: 28px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tooltip {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background: black;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}

.wishlist-container:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.frontsearch-selects{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.userPf{
  background: #e52727;
  color: #fff;
}

.userPf span{
  color: #fff;
}

/* ************************************************* */

.right-sidebar-account {
    border: 1px solid #dadada;
        border-radius: 8px;
            padding-top: 20px !important;
}

.sidebar-account {
  background: #fff;          
  border-radius: 0px;
  border: 1px solid #dadada;
}
.sidebar-account  ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-account ul li {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.sidebar-account ul li:last-child {
  border-bottom: none;
}

.sidebar-account ul li i {
  margin-right: 10px;
}

/* ************************************************** */

.sidebar-account .active-tab {
    border-left: 4px solid #E52727; 
}

/*  */

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  padding-bottom: 0px;
  z-index: 1000;
  
}
.bottom-nav a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  text-align: center;
}
.bottom-nav a i {
  font-size: 17px;
  display: block;
  margin-bottom: 2px;
}
.bottom-nav a.active {
  color: #d81416;
}

@media (max-width: 576px){
    .product-details .product-title-checkout a{
          display: -webkit-box;
  -webkit-line-clamp: 2;  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; /* or any width you want */
  line-height: 1.4em; /* adjust for spacing */
  height: 2.8em; /* = line-height × 2 */
    }
    .product-image{
            width: 80px !important;
    height: 80px  !important;
    }
    .product-image img {
        width: 80px;
        aspect-ratio: 1 / 1;
    }
    .order-confirmation-btn{
        width: 100%;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px !important;
}
   .checkout-address-form .form-control{
       font-size: 15px;
   }
    .custom-product-card .brand-logo{
     width: 30px !important;   
    }
    .right-sidebar-account-order .order-container{
        padding: 0px !important;
    }
    .login-body{
        padding: 12px;
    }
    .login-container .login-footer {
        display: none;
    }
    .tf-mini-cart-bottom .dropdown-container {
        margin-top: 10px;
    }
    .tf-mini-cart-info .comet-v2-input-number{
        margin-top: 0px !important;
    }
    .text-caption-offer{
        font-size: 14px !important;
    }
    .modal-shopping-cart .header .icon-close-popup{
        margin-bottom: 0px;
    }
        .modal-shopping-cart .header {
        padding: 5px 15px;
    }
    .modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image img{
        width: 90px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image{
        width: 92px;
        height: auto;
    }
    .tf-mini-cart-main .tf-mini-cart-info .text-line-clamp-1 {
        -webkit-line-clamp: none;
        font-size: 14px;
    }
    
    .tf-mini-cart-info  .text-title{
        width: 85% !important;
    }
    .modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-totals-discounts{
        margin-bottom: 10px;
    }
    .modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout{
        margin-bottom: 0px;
    }
    .modal-shopping-cart .tf-mini-cart-bottom-wrap{
        padding: 0px;
    }
    .modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-bottom{
            padding: 10px 10px !important;
            padding-top: 0px !important;
    }
    .modal-shopping-cart .tf-mini-cart-tool{
                padding: 0 0px;
    }
    
    .product-grid-image .brand-logo{
        width: 35px !important;
            padding: 5px !important;
    }
    .block-banners__item-button{
        width: 50%;
    }
    .block-banners__item-title{
    text-transform: CAPITALIZE;
    font-size: 22px;
    }
    .cls-title h6{
        font-size: 13px;
        line-height: 20px;
    }
    .heading-section-margin-sm{
        margin-bottom: 20px;
    }
    #search-dropdown{
        margin-top: 40px;
    }

  .cls-lookbook{
    height: auto !important;
  }
  .cls-lookbook video{
    aspect-ratio: 1/1;
    display: inline-grid
;
  }
  .footer__widget .social__share {
    padding-bottom: 20px;
  }

      .social__share--icon__style2 {
        width: 2.2rem;
        height: 2.2rem;
        line-height: 2rem;
    }
  .footer__widget--menu__text{
    font-size: 16px;
  }
  .main__footer {
    padding: 0.5rem 0 0.4rem;
}

  .footer__widget--title{
    font-size: 14px;
    margin-bottom: 1.2rem;
  }
  .features-box{
    margin-top: 0px;
  }
  .ptb-80 {
    padding: 40px 20px;
}

}

/********************************************** sub categoty **************************************************/

.line-black {
  border: 1px solid var(--main);
}

.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.text-line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}


.offcanvas {
  z-index: 3000;
  border: none !important;
}
.offcanvas .icon-close-popup {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offcanvas .icon-close-popup:hover {
  color: var(--primary);
  cursor: pointer;
  /*transform: rotate(90deg);*/
}

.canvas-wrapper {
  padding: 0;
  isolation: isolate;
  height: 100%;
  width: 100%;
  max-height: none;
  display: grid;
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
}

.canvas-body {
  background-color: var(--white);
  padding: 15px 20px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.canvas-body::-webkit-scrollbar {
  width: 5px;
}
.canvas-body::-webkit-scrollbar-track {
  background-color: var(--bg-scrollbar-track);
}
.canvas-body::-webkit-scrollbar-thumb {
  background: var(--bg-scrollbar-thumb);
  border-radius: 4px;
}

/*------------ box icon ---------------- */
.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}


.card-product .card-product-wrapper .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.card-product .card-product-wrapper:hover .product-img .img-hover {
  display: block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card-product .card-product-info .btn-main-product {
  border: 1px solid var(--main);
}
.card-product .list-color-product {
  padding: 4px 0px;
}

.card-product .list-product-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  top: 5px;
  right: 5px;
  z-index: 6;
}

.card-product .size-list {
  background: linear-gradient(148.05deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 100%);
}
.card-product .size-list .variant-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-product .size-list .size-item {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.card-product .btn-main-product {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: var(--white);
  color: var(--main);
  border-radius: 44px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.card-product .box-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 3px;
  background-color: var(--white);
  color: var(--main);
  position: relative;
  border-radius: 50%;
}
.card-product .box-icon .icon {
  font-size: 20px;
}
.card-product .box-icon:hover {
  background-color: var(--main) !important;
  color: var(--white) !important;
  border-color: var(--main) !important;
}
.card-product .box-icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-8px);
  transition-delay: 0.1s;
}
.card-product .tooltip {
  position: absolute;
  z-index: 202;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  right: 100%;
  border-radius: 2px;
  white-space: nowrap;
  background-color: var(--main);
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px 8px;
  max-width: 250px;
  width: max-content;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.card-product .tooltip::before {
  content: "";
  top: 50%;
  left: unset;
  transform: translateY(-50%) rotate(45deg);
  right: -4px;
  position: absolute;
  background: var(--main);
  width: 8px;
  height: 8px;
  z-index: 100;
}
.card-product.style-list .list-product-btn {
  flex-direction: row;
  top: unset;
  left: 5px;
  bottom: 5px;
}
.card-product.style-list .list-product-btn .box-icon:hover .tooltip {
  transform: none;
}
.card-product.style-list .tooltip {
  top: -100%;
  margin-top: 5px;
  margin-right: 0;
  transform: translateY(8px);
  right: unset;
}
.card-product.style-list .tooltip::before {
  top: 85%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  right: unset;
}
.card-product.style-list {
  display: flex;
  gap: 15px;
}
.card-product.style-list .card-product-wrapper {
  max-width: 360px;
  width: 35%;
}
.card-product.style-list .variant-wrap-list {
  width: 100%;
}
.card-product.style-list .card-product-info {
  flex: 1 1 auto;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: self-start;
  max-width: 60%;
}
.card-product.style-list .card-product-info .old-price {
  margin-right: 8px;
}
.card-product.style-list .list-product-btn {
  display: flex;
  gap: 8px;
}
.card-product.style-list .list-product-btn .btn-main-product {
  max-width: 272px;
  width: 100%;
  border: 1px solid var(--line);
}
.card-product.style-list .list-product-btn .box-icon {
  border: 1px solid var(--line);
}
.card-product.style-list .size-box {
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.card-product.style-list .size-box .size-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.card-product.style-list .size-box .size-item.disable {
  pointer-events: none;
  background-color: var(--surface);
  color: var(--secondary-2);
  border-color: var(--surface);
}
.card-product.style-list .size-box .size-item:hover {
  border-color: var(--main) !important;
  background-color: transparent !important;
  color: var(--main) !important;
}
.card-product.style-list .size-box .size-item.active {
  background-color: var(--main) !important;
  color: var(--white) !important;
  border-color: var(--main) !important;
}
.card-product.style-list .list-color-product {
  margin-bottom: 8px;
}
.card-product.style-list .list-product-btn {
  position: unset;
  justify-content: flex-start;
}

.tf-shop-control .shop-sale-text {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.tf-shop-control .shop-sale-text .icon {
  font-size: 24px;
  color: var(--secondary-2);
}

.tf-shop-control .tf-control-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.tf-shop-control .tf-control-layout .item {
  cursor: pointer;
}
.tf-shop-control .tf-control-layout .tf-view-layout-switch svg circle,
.tf-shop-control .tf-control-layout .tf-view-layout-switch svg rect {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-shop-control .tf-control-layout .tf-view-layout-switch.active svg circle {
  fill: var(--main);
}

.wrapper-control-shop .tf-list-layout .card-product {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.wrapper-control-shop .tf-list-layout .card-product:last-of-type {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 0;
}
.wrapper-control-shop .tf-list-layout .wg-pagination {
  margin-top: 30px;
}

@keyframes fadeShop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.canvas-filter {
  max-width: 320px;
}
.canvas-filter .canvas-header .icon-close-popup {
  font-size: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: end;
}

/*-------------- Responsive ----------------- */
/* Media Queries
-------------------------------------------------------------- */
@media (min-width: 768px) {
    .pbsm25{
        padding-bottom: 25px;
    }
    .ptb-80{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .d-none-min{
        display: none;
    }
  .canvas-filter {
    max-width: 400px;
  }
  .canvas-filter .canvas-header {
    padding: 15px 32px;
  }
  .canvas-filter .canvas-body {
    padding: 20px 32px;
  }
  .canvas-filter .canvas-bottom {
    padding: 18px 32px;
  }

  .widget-facet {
    padding-bottom: 0px;
  }
  .widget-facet.facet-price .box-price-product {
    gap: 20px;
  }
  .facet-title .icon{
      font-weight: 300;
      font-size: 28px;
  }
  
  .facet-title a{
      font-size: 16px;
  }
  

  .card-product .card-product-wrapper .on-sale-wrap {
    top: 12px;
    right: 12px;
    left: 12px;
  }
  .card-product.card-product-size .list-btn-main {
    bottom: 44px;
  }
}
@media (min-width: 992px) {
    .flat-spacing-2-min {
            padding-top: 30px;
    }
    .mdNone{
        display: none;
    }
    
    .padding-top-5sm{
        padding-top: 5px !important;
    }
    
/*    .why-choose-us {*/
/*  padding: 50px 0;*/
/*}*/

  .canvas-filter .canvas-bottom .tf-btn {
    padding: 12px;
  }

 

  .tf-grid-layout {
    column-gap: 30px;
    row-gap: 30px;
  }

  .card-product .card-product-info {
    padding-top: 16px;
  }
  .card-product .list-btn-main {
    bottom: 12px;
    left: 14px;
    right: 14px;
  }
  .card-product .btn-main-product {
    padding: 10px;
  }
  .card-product .list-product-btn {
    top: 8px;
    right: 8px;
    gap: 8px;
  }
  .card-product .list-product-btn .box-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .card-product .list-product-btn .box-icon .icon {
    font-size: 24px;
  }
  .card-product.style-list {
    gap: 40px;
  }
  .card-product.style-list .list-product-btn {
    gap: 12px;
  }
  .card-product.style-list .list-product-btn .btn-main-product {
    max-width: 272px;
    width: 100%;
    border: 2px solid var(--line);
    height: 48px;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .card-product.style-list .list-product-btn .box-icon {
    border: 2px solid var(--line);
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  .card-product.style-list .size-box {
    margin-bottom: 20px;
  }
  .card-product.style-list .size-box .size-item {
    font-size: 16px;
    line-height: 24px;
  }
  .card-product.style-list .list-color-product {
    margin-bottom: 12px;
  }
  .card-product.style-list .title {
    font-size: 20px;
    line-height: 30px;
  }

  .wrapper-control-shop .tf-list-layout .card-product {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .wrapper-control-shop .tf-list-layout .wg-pagination {
    margin-top: 40px;
  }
  .wrapper-control-shop .tf-grid-layout {
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {

  .tf-dropdown-sort {
    padding: 5px 12px;
    min-width: 164px;
  }

  .card-product .marquee-product {
    display: flex;
  }
  .card-product .tooltip,
.card-product .countdown-wrap {
    display: block;
  }
  .card-product .list-product-btn {
    top: 12px;
    right: 12px;
  }
  .card-product:not(.style-list, .list-st-2, .list-st-3) .size-list, .card-product:not(.style-list, .list-st-2, .list-st-3) .list-btn-main {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  .card-product:not(.style-list, .list-st-2, .list-st-3) .box-icon {
    transform: translate(20px);
    opacity: 0;
    visibility: hidden;
  }
  .card-product:hover:not(.style-list, .list-st-2, .list-st-3) .marquee-product {
    opacity: 0;
    visibility: hidden;
  }
  .card-product:hover:not(.style-list, .list-st-2, .list-st-3) .variant-wrap {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  .card-product:hover:not(.style-list, .list-st-2, .list-st-3) .size-list, .card-product:hover:not(.style-list, .list-st-2, .list-st-3) .box-icon, .card-product:hover:not(.style-list, .list-st-2, .list-st-3) .list-btn-main {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0) !important;
  }
}
@media only screen and (max-width: 1199px) {

  .tf-control-layout .sw-layout-5,
.tf-control-layout .sw-layout-4 {
    display: none;
  }

  .list-color-product .list-color-item {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 1024px) {

  h3 {
    font-size: 30px;
    line-height: 38px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991px) {

  .tf-shop-control .tf-control-layout {
    gap: 6px;
  }

  .wg-pagination .pagination-item {
    width: 36px;
    height: 36px;
  }

  .tf-btn,
button {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 22px;
  }
  button .icon {
    font-size: 18px;
  }

  .flat-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
    .features-box:hover p{
        margin-top: 0px;
    }
    .right-sidebar-account  .order-container .order-item{
        border: none;
            padding: 0px;
    }
    .left-profile-section .profile-icons {
    width: 20px;
}

.left-profile-section .title-account{
    font-size: 15px;
}
    .fs-15-resp{
        font-size: 15px;
    }
    .login-body #userid{
            margin-top: 0px !important;
    }
    .login-body label{
        font-size: 15px;
    }
    .login-footer .icon-text{
        text-align: left;
    }
    .features-box .content {
    padding: 20px 5px 0;
}

    .features-box .content img{
        width: 40px;
    }
    .features-box h3{
    font-size: 16px;
    margin: 5px 0 0px;
    }

  .tf-control-layout .sw-layout-3 {
    display: none;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .card-product .size-list,
.card-product .wishlist,
.card-product .compare {
    display: none;
  }
}
@media only screen and (max-width: 575px) {

  .card-product .description {
    display: none;
  }
}

.on-sale-wrap{
  position: absolute !important;
  top: 10px;
  right: 10px;
  z-index: 9;
  display: inline-flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    padding: 2px 6px;
    min-width: 50px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    text-transform: capitalize;
    position: relative;
    background-color: #34a853;
    color: var(--white);
    border-radius: 5px;
}
.flat-spacing-custom{
  padding: 40px 0px 0px 0px;
}


/************************************************ Product details start **************************************** */

.text-caption-2 {
  font-size: 12px;
  line-height: 16px;
}

.font-2 {
  font-family: "Instrument Sans", sans-serif;
}

.letter-1 {
  letter-spacing: 0.1em;
}

.gap-6 {
  gap: 6px !important;
}


.gap-20 {
  gap: 20px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_24 {
  margin-bottom: 24px !important;
}

.mb_32 {
  margin-bottom: 32px;
}

.widget-tabs .widget-menu-tab .item-title {
  cursor: pointer;
  position: relative;
}
.widget-tabs .widget-menu-tab .item-title::after {
  position: absolute;
  content: "";
  background-color: var(--main);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-tabs .widget-content-tab {
  position: relative;
  overflow: hidden;
}
.widget-tabs .widget-content-tab .widget-content-inner {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.widget-tabs .widget-content-tab .widget-content-inner.active {
  pointer-events: auto;
  opacity: 1;
  border-radius: 8px;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.widget-tabs.style-1 .widget-menu-tab {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding-bottom: 20px;
  overflow-x: auto;
}
.widget-tabs.style-1 .widget-menu-tab .item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  min-width: max-content;
}
.widget-tabs.style-1 .widget-menu-tab .item-title::after {
  position: absolute;
  content: "";
  background-color: var(--main);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
}
.widget-tabs.style-1 .widget-menu-tab .item-title.active::after {
  width: 100%;
}
.widget-tabs.style-1 .widget-content-inner {
  padding: 39px;
  border: 1px solid var(--line);
  border-radius: 2px;
}

.tab-description {
  display: flex;
  gap: 32px;
}
.tab-description .right,
.tab-description .left {
  width: 100%;
}
.tab-description ul.list-text.type-disc li {
  padding-left: 24px;
}
.tab-description ul.list-text.type-disc li:before {
  top: 11px;
  left: 11px;
  width: 3px;
  height: 3px;
  border-radius: 0;
}

.tab-reviews .tab-reviews-heading {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.tab-reviews .tab-reviews-heading .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
  max-width: 597px;
  gap: 30px;
}
.tab-reviews .rating-score {
  width: 100%;
  max-width: 365px;
}
.tab-reviews .rating-score .item {
  width: 100%;
  display: flex;
  align-items: center;
}
.tab-reviews .rating-score .item:not(:last-child) {
  margin-bottom: 4px;
}
.tab-reviews .rating-score .number-1 {
  width: 12px;
  text-align: end;
}
.tab-reviews .rating-score .icon {
  font-size: 15px;
  margin-left: 4px;
}
.tab-reviews .rating-score .number-2 {
  width: 17px;
}
.tab-reviews .rating-score .line-bg {
  margin: 0 8px;
  width: 100%;
  height: 8px;
  background-color: var(--line);
}
.tab-reviews .rating-score .line-bg div {
  height: 100%;
  background-color: #ff9c05;
}

/*.tab-shipping {*/
/*  display: flex;*/
/*  gap: 30px;*/
/*}*/
.tab-shipping p {
  color: var(--secondary);
}

.tab-policies ul.list-text li {
  padding-left: 24px;
}
.tab-policies ul.list-text.type-number {
  margin-bottom: 6px;
  gap: 0;
}



.btn-style-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 15px 39px;
  border-radius: 5px;
  border: 1px solid var(--main);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-style-4:hover {
  background-color: var(--main);
  color: var(--white);
}

/*------------ form ---------------- */
form {
  position: relative;
}
form .cols {
  display: flex;
  gap: 20px 16px;
  width: 100%;
}
form .cols > * {
  width: 100%;
}

.tf-dropdown-sort .select-item.active {
  background-color: var(--line);
  color: var(--main);
  padding: 0 15px !important;
  border: 0 !important;
}

.form-write-review .heading {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.form-write-review textarea {
  height: 100px;
}
.form-write-review button {
  border: 1px solid var(--main);
  padding: 15px 39px;
  letter-spacing: 0.1em;
}

.list-rating-check {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  gap: 10px;
  position: relative;
}

.list-rating-check > input:checked ~ label {
  color: var(--yellow);
}

.list-rating-check:not(:checked) > label:hover,
.list-rating-check:not(:checked) > label:hover ~ label {
  color: var(--yellow);
}

.list-rating-check > input:checked + label:hover,
.list-rating-check > input:checked + label:hover ~ label,
.list-rating-check > input:checked ~ label:hover,
.list-rating-check > input:checked ~ label:hover ~ label,
.list-rating-check > label:hover ~ input:checked ~ label {
  color: var(--yellow);
}


ul.list-text.type-number {
  list-style-type: auto;
  margin-bottom: 0;
  padding-left: 0;
  list-style: auto;
}

.reply-comment.style-1 .reply-comment-item {
  flex-direction: column;
  gap: 12px;
}
.reply-comment.style-1 .reply-comment-item .user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.reply-comment.style-1 .reply-comment-item h6 {
  margin-bottom: 0px;
  font-size: 16px;
}
.reply-comment.style-1 .reply-comment-item:not(:last-child) {
  margin-bottom: 20px;
}
.reply-comment.style-1 .type-reply {
  margin-left: 60px;
  border-left: 4px solid var(--line);
  padding-left: 16px;
}
.reply-comment.style-1 .type-reply .image {
  width: 52px;
  height: 52px;
}

.list-star {
  white-space: nowrap;
}

.write-cancel-review-wrap .write-review-wrap,
.write-cancel-review-wrap .btn-cancel-review {
  display: none;
}

@media only screen and (max-width: 1024px) {

  .title-display {
    font-size: 50px;
    line-height: 58px;
  }

  h4 {
    font-size: 26px;
    line-height: 36px;
  }

  h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991px) {

  .tab-shipping {
    flex-direction: column;
  }
  .widget-tabs.style-1 .widget-menu-tab {
    justify-content: start;
  }
  .widget-tabs.style-1 .widget-content-inner {
    padding: 30px 15px;
  }

  .tab-description {
    flex-wrap: wrap;
  }

  button {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
    .reply-comment.style-1 .reply-comment-item{
            gap: 5px;
            padding-right: 10px;
    }
    .widget-tabs .widget-content-tab .widget-content-inner.active{
        margin-top: 15px;
        padding-top: 20px;
    }
  .reply-comment.style-1 .type-reply {
    margin-left: 15px;
  }

  .tab-reviews .tab-reviews-heading {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .title-display {
    font-size: 40px;
    line-height: 48px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

.btn-style-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 15px;
  border-radius: 999px;
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: 0.1em;
} 

.info-item-prd {
  text-align: center;
  flex: 1;
  /*justify-content: center;*/
  gap: 10px;
  display: flex;
  margin-top: 10px;
}
.info-item-prd i {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}

/* *********************************************** */

.info-box-product {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 10px;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
  background: #fff;
}
.info-item {
  text-align: center;
  flex: 1;
}
.info-item i {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}
.checkout-box {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.payment-icons img {
  width: 300px;
  margin: 5px;
}
.checkout-box  h5{
  font-size: 16px;
      font-weight: 400;
}

.list-star .icon-star{
  color: #ff9c05;
}

.tab-reviews .rating-score .icon{
  color: #ff9c05;
}

.title-display {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .slider-scroll, .thumbs-slider {
    flex-direction: column !important;
}
  .slider-scroll .tf-product-media-thumbs, .thumbs-slider .tf-product-media-thumbs {
      order: 1;
  }
  .slider-scroll > div, .thumbs-slider > div {
    width: 100%;
}
}

@media only screen and (max-width: 767px) {
    .info-box-product{
            padding: 10px;
    }
  .tf-breadcrumb .text-caption-1{
    font-size: 14px;
  }
  .tf-product-info-wrap {
      padding-top: 30px;
  }
  .form-sticky-atc .tf-sticky-atc-product {
    display: none;
}
.form-sticky-atc .tf-sticky-atc-infos {
  width: 100%;
  gap: 10px;
}
}

@media only screen and (max-width: 575px) {

  .mt-sm4{
    margin-top: 10px !important;
  }

 
  .form-sticky-atc .tf-sticky-atc-infos {
      flex-wrap: wrap;
      justify-content: center;
  }
  .form-sticky-atc .tf-sticky-atc-infos .tf-sticky-atc-btns {
    width: 100%;
}

}

.product-grid-image{
  position: relative;
}

.custom-card-body{
  position: relative;
}

.custom-card-body .brand-logo{
  position: absolute;
  width: 35px;
  right: 8px;
  bottom: 15px;
}

.product-grid-image .brand-logo {
  position: absolute;
  right: 8px;
  width: 55px;
  bottom: 8px;
}

.product-details-brand {
  position: absolute;
  width: 55px;
  aspect-ratio: 1/1;
  top: 10px;
  right: 10px;
  border-radius: 5px;
      background: rgba(0, 0, 0, 0.4);
    padding: 8px;
}
.compare-img{
  width: 100%;
}

.compare-prd-dets{
  padding: 10px;
}

.pl-0{
  padding-left: 0px;
}
.title-compare h4{
  font-size: 18px;
}
.mx-width{
  width: 22%;
}
.mx-width-right{
  width: 78%;
}
.prd-price-compare{
  font-size: 17px;
  font-weight: 500;
}

.discount-prc-price-compare{
  font-size: 14px;
  font-weight: 400;
  color: orange;
}

.original-price-compare{
  font-size: 14px;
}
.compareMainTitle{
  font-size: 22px;
  margin-bottom: 18px;
}

.box-shadow{
  box-shadow: 0px 0px 1px 1px #dadada;
}

.divider-line{
  margin: 9px 0px;
  height: 1px;
  background-color: #e6e6e6;
}

.rating-badge-copmare{
  border-radius: 5px;
  background-color: #181818;
  font-size: 12px;
}

.rating-badge-copmare .box-star{
  font-size: 12px;
}

.box-reviews-compare{
  font-size: 14px;
}

.title-compare{
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.title-compare img{
  width: 35px;
}

.single_banner img{
  width: 100%;
}

#search-dropdown{
  width: 100%; max-height: 300px; overflow: auto; border-radius: 0px; border-top: 0px; border-radius: 5px;
}

#search-dropdown::-webkit-scrollbar-thumb{
    border-radius: 5px;
}
#search-dropdown::-webkit-scrollbar {
    border-radius: 5px;
}

/***********************************   Slider half css start ****************************************/
.container-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.slider-layout-right {
  width: calc(100vw - (100vw - 1290px) / 2);
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
}
.slider-layout-right .swiper {
  margin-right: -15px;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: var(--secondary-2);
}

:-moz-placeholder {
  color: var(--secondary-2);
}

::-moz-placeholder {
  color: var(--secondary-2);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--secondary-2);
}

.hover-img .img-style {
  overflow: hidden;
}
.hover-img .img-style > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.hover-img:hover .img-style > img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

/*------------ collection ---------------- */

.collection-position-2 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eeee;
}
.collection-position-2 .img-style {
  display: block;
  width: 100%;
  height: 100%;
}
.collection-position-2 .img-style img {
  width: 100%;
      /*border: 1px solid #eeee;*/
  height: 100%;
  object-fit: cover;
}
.collection-position-2 .content {
  position: absolute;
  left: 15px;
  border: 1px solid #eeee;
  right: 15px;
  bottom: 15px;
  border-radius: 5px;
}
.collection-position-2:not(.style-2, .style-3) .cls-btn .icon {
  transform: scale(0);
  transform-origin: right;
  transition: all 0.2s ease;
  color: var(--primary);
}
.collection-position-2:not(.style-2, .style-3) .cls-btn:hover {
  color: var(--primary);
}
.collection-position-2:not(.style-2, .style-3) .cls-btn:hover .icon {
  width: 10px;
  min-width: 10px;
  margin-left: 4px;
  /*transform: scale(1);*/
}
.collection-position-2 .cls-btn {
  background-color: var(--white);
  color: var(--main);
  border-radius: 2px;
  padding: 8px 28px;
  /*overflow: hidden;*/
  border-radius: 4px;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection-position-2 .cls-btn .icon {
  width: 0;
  display: inline-block;
  font-size: 16px;
}
.collection-position-2 .cls-btn .text {
  color: inherit;
  z-index: 1;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.collection-position-2 .cls-btn:hover {
  color: var(--primary);
}

.utf_listing_features  li a{
    font-size: 15px;
}

@media (min-width: 992px) {

  .collection-position-2 .content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .collection-position-2 .cls-btn .icon {
    font-size: 20px;
  }
}

/* Slider half css end */

@media (min-width: 992px) {
    
    .site__mobile-header{
        display: none;
    }
  .tf-grid-layout.lg-col-4 {
      grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.lg-col-5 {
      grid-template-columns: repeat(5, 1fr);
  }
}

.group-offer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  bottom: 35px;
}

.offer-var-cart {
  width: 100%;
  /* background-color: #fff; */
  border: 1px solid #ebebeb;
}

.disc_icon {
  margin-bottom: 0px;
  background: #ececec;
  border: 2px solid;
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.disc_price {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 5px;
}

.text-caption-offer{
  font-size: 14px;
  color: green;
}
.Profile-btn {
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
}

.counter {
  display: inline-flex;
  align-items: center;
  border: 2px solid #ededed;
  height: 25px;
  border-radius: 6px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.counter button {
  background-color: #222;
  border: none;
  color: white;
  padding: 0px 7px;
  font-size: 14px;
  cursor: pointer;
}

.counter input {
  width: 40px;
  text-align: center;
  border: none;
  padding: 0;
  font-size: 15px;
  outline: none;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-text {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  padding: 6px 10px;
  position: absolute;
  z-index: 1;
  bottom: 90%; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%; /* Arrow below tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.phone-input-container {
  font-family: Arial, sans-serif;
  max-width: 400px;
  /* margin: 20px; */
}

.phone-input-label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

.phone-input-wrapper {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.country-code-select {
  padding: 10px 8px;
  background-color: #f5f5f5;
  border: none;
  border-right: 1px solid #ccc;
  width: 30%;
  color: #555;
  outline: none;
  font-size: 15px;
  cursor: pointer;
}

.phone-input {
  flex-grow: 1;
  padding: 6px 12px;
  font-size: 15px;
  border: none;
  outline: none;
  font-size: 16px;
}

/*.phone-input:focus,*/
/*.country-code-select:focus {*/
/*  box-shadow: 0 0 0 2px rgba(0, 119, 255, 0.2) inset;*/
/*}*/

.required-star {
  color: red;
  margin-left: 4px;
}

.right-cart-offer{
  background-color: #fff !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.tf-mini-cart-threshold .tf-progress-bar div {
  height: 100%;
  background: linear-gradient(90deg, #19450f 0%, #3dab25 100%);
  position: relative;
  transition: width 2s ease;
}

/* ********************************************************************** */
.tf-mini-cart-threshold {
  margin: 0 24px;
  padding: 16px;
  background-color: rgb(245, 246, 236);
  border-radius: 8px;
  margin-top: 10px;
}

.tf-mini-cart-threshold .tf-progress-bar {
  margin-top: 12px;
  margin-bottom: 16px;
  width: 100%;
  background-color: var(--white);
  height: 8px;
  position: relative;
}

.right-cart-offer .tf-progress-bar{
  background-color: #ebebeb;
}

.tf-mini-cart-threshold .tf-progress-bar div {
  height: 100%;
  background: linear-gradient(90deg, #19450f 0%, #3dab25 100%);
  position: relative;
  transition: width 2s ease;
}

.tf-mini-cart-threshold .tf-progress-bar .icon {
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 2px solid var(--success);
  display: flex
;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 50%;
  font-size: 16px;
}

.disc_icon_active{
  border: 1px solid green;
  background: #348734;
  color: #ffffff;
}


/*  */

.coupon-btn {
  border: 1px solid #388e3c;
  color: #388e3c;
  font-size: 13px;
  border-radius: 5px;
  background-color: transparent;
}

.coupon-code-box {
  /*border: 1px dashed #6c757d;*/
  /*padding: 5px 10px;*/
  border-radius: 4px;
  font-weight: 500;
}

.modal-body {
  background-image: url('your-leaf-background.png'); /* Optional: replace with your image */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.floating-leaf {
  animation: float 6s linear infinite;
}

@keyframes float {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(300px);
    opacity: 1;
  }
}

.disc_icon i{
  font-size: 14px;
}

.custom-tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.custom-tooltip-text {
  visibility: hidden;
  width: auto;
  background-color: #181818;
  color: #fff;
  text-align: center;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 13px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Above the text */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.custom-tooltip-container:hover .custom-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tf-btn-coupan:hover{
  color: black;
}

.modal-title-coupan{
  font-size: 18px;
}

.btn-close-coupan{
  font-size: 13px;
}
.coupan-box-dets{
  font-size: 15px;
}
.title-bar-modal{
     font-size: 14px;
    background-color: #fff5f5;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.btn-coupan{
  width: 100%;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
}

.form-coupan {
  border-bottom: 1px dashed #dadada;
  margin-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}



/********* thankyou page css ***********/
.ship-info-details h3 {
  background-color: #222;
  font-size: 16px;
  font-weight: 400;
  padding: 14px;
  /* padding: 5px 15px; */
  margin: -1px 0 5px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #fff;
}
 
.ship-info-details p {
  padding: 0 15px;
  margin: 0 0 5px;
  font-size: 15px;
}
 
/*  */
 
.order-bar {
  background-color: #222;
  color: white;
  font-size: 15px;
  padding: 10px 15px;
  border-radius: 2px 2px 0 0;
}
.order-card-success {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  /* margin-top: 30px; */
}
.product-image {
  width: 100px;
  height: 100px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
  border: 1px dashed #ccc;
  border-radius: 6px;
}
.summary-line {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.total-amount {
  font-weight: bold;
  font-size: 1.1rem;
}
 
.title-order-success{
  font-size: 17px;
  margin-bottom: 0;
}

/* offer timer css */ 
.countdown_annoucement_bar_wrapper {
  position: relative;
  background: #222;
  z-index: 100;
  display: flex !important;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 8px;
  column-gap: 26px;
  row-gap: 10px;
  border-bottom: #FFFFFF solid 0px;
}
.countdown_time{
  color: #fff;
}
.countdown_annoucement_bar_title.h2 {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  font-family: sans-serif;
  text-align: left;
}
.group-mins{
  color: #fff;
}

.countdown_annoucement_bar_subheading {
  font-size: 14px;
  color: #fff;
  /*line-height: 1.2;*/
  letter-spacing: normal;
  padding: 0;
  font-family: sans-serif;
  margin: 0;
}

.group-mins{
  display: flex;
  gap: 10px;
  font-size: 13px;
}

.countdown_time{
  font-size: 18px;
  font-weight: 700;
}

.Shop-now-btn{
  background-color: #e52727;
  font-size: 14px;
  color: #fff;
  padding: 6px 16px;
  border-radius: 5px;
  text-decoration: none;
}

/*Lead Popup*/
.input-popup{
    border-radius: 0px !important;
}
.select2-container--default{
    height: 100%;
}

#select2-countrCode-container{
    line-height: 25px;
}

.select2-selection--single .select2-selection__arrow{
    top: 7px !important;
}
.modal-content-lead{
        max-width: 550px;
        position: relative;
    }

    .modal-content-lead .fa-xmark{
        position: absolute;
        right: 15px;
        top: 15px;
        color: #fff;
        z-index: 2;
    }

    .modal-content-lead img{
        width: 100%;
    }
    .popup-bg img {
      width: 100%;
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
    }

    .subscribe-content {
      background-color: #fff;
      color: #222;
      padding: 20px 20px;
      border-radius: 8px;
    }
    .subscribe-content p{
        font-size: 15px;
    }

    /*.subscribe-content h5 {*/
    /*  font-weight: bold;*/
    /*}*/

    .form-control::placeholder {
      color: #999;
    }

    .btn-subscribe-pop {
      background-color: #e53935;
      color: white;
      border: none;
      width: 40%;
      margin-top: 10px;
      font-size: 14px;
      padding: 10px 0;
      border-radius: 5px;
    }

    .btn-subscribe-pop:hover{
        background-color: #e53935;
    }

    .select-popup{
        border-radius: 0px;
        /* padding: 0; */
        height: 100%;
        background: #f9f9f9;
        border-right: 0;
    }
    .input-popup{
        border-radius: 0px;
        height: 100%;
        padding: 11px;
        background: #f9f9f9;
    }
    .subscribe-content h5{
        font-size: 18px;
    }
    #select2-countrCode-container {
        border: 2px solid #e9e9e9;
            border-right: 0px;
        padding: 0.42rem 0.65rem;
        font-size: 16px;
    }
    
    /*.wg-blog .image img{*/
    /*    aspect-ratio: 10/6;*/
    /*}*/
    
    .blog-img-grid{
        width: 100%;
        aspect-ratio: 10/6;
    }
    
    .blog-img-link{
        width: 100%;
    }
    /*wishlist count*/
    .indicator__counter_cart{
            right: 9px !important;
    }
    
    
    /*updated*/
    
    .tf-product-info-list .wg-quantity .btn-quantity{
            height: 44px;
    }
    
    .categories__card--link .categories__title {
        font-weight: 500;
        /*min-height: 40px;*/
    }
    
    /*.categories__card .categories__icon img{*/
    /*    width: 100%;*/
    /*}*/
    
    .categories__card--link .categories__title  {
        line-height: 1.4rem;
        /*margin-top: 15px;*/
    }
    
    .tf-sticky-btn-atc .tf-sticky-atc-product .image{
        /*width: 70px !important;*/
        aspect-ratio: 1 / 1;
        border-radius: 2px;
        height: auto !important;
    }
    
    .modal-content .text-title {
    width: 92%;
        font-size: 15px;
    }

.tf-mini-cart-info .comet-v2-input-number {
    margin-top: 10px;
} 

.tf-mini-cart-threshold .tf-progress-bar .icon{
    font-size: 13px;
}

.modal-body .form-coupan .form-check-input {
    margin-top: 5px !important;
}

.cart-summary .phone-input-container .phone-input-wrapper {
    border: none;
    border-radius: 0px;
}


.cart-summary .phone-input-container #phoneValid{
    border-radius: 0px;
}

.cart-summary .phone-input-container  .select2-selection--single{
    height: 100%;
}


#select2-rcountryCode-container {
        border: 1px solid #dadada;
        border-right: 0;
}



 .active-tab-checkout{
     background-color: #f8f9fa;
     color: black;
     border-radius: 8px;
     border: 2px solid #388e3c;
 }
 
 .login-btm-content{
     border: 1px solid #dadada;
 }
 
 .user-log .tab {
     padding-bottom: 15px;
 }
 .blog-detail-wrap  .image img{
     aspect-ratio: 10/6;
     width: 100%;
     border-radius: 8px;
 }
 
 .widget-posts__list .widget-posts__image img{
     aspect-ratio: 10/6;
         width: 100px;
         border-radius: 8px;
 }
 
 .color-green{
     color: green;
 }
 
 .select-field-checkout{
         border: 2px solid #e9e9e9;
    border-radius: 2px;
    padding: 10px 16px;
 }
 
 #visitorModal .modal-dialog {
     max-width: 680px;
 }
 
 #close-popup {
         position: absolute;
    right: 10px;
    top: 10px;
 }
 .checkout-address-form{
     padding: 0px 8px;
 }
 #addr-cancel{
     border: 1px solid black;
     margin-left: 5px;
     border-radius: 5px;
     font-size: 15px;
     padding: 10px;
     color: black !important;
 }
 
 .user-log .checkout-address-form #select2-countryCode-container{
         border: 2px solid #e9e9e9;
    border-right: 0px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
 }
 
 .user-log .checkout-address-form  .select2-selection--single{
     height: 100%;
 }
 
  .user-log .checkout-address-form #mobile_no{
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
  } 
  
  .user-log .checkout-address-form .select2-selection__arrow  {
      top: 10px !important;
  }
  
  .order-card-success .product-image img{
      width: 100%;
      aspect-ratio: 1/1;
      border-radius: 5px;
  }
  
  .order-card-success .product-image{
      border: none;
      background: transparent;
  }
  
  .order-bar .fs-16{
      font-size: 16px;
      margin-bottom: 3px;
    margin-top: 5px;
  }
  
  .container-order .card{
      border-radius: 2px;
  }
      
  .testimonial-content {
      height: 105px;
      font-size: 15px;
      overflow: auto;
  }
  
  .testimonial-content p{
      color: #4d4e4f;
  }
  
  
  
  .shipping__content p{
      color: #fff;
      font-size: 15px;
  }
  
  .categories__icon-img img{
      width: 100%;
  }
  
  .tf-mini-cart-bottom .phone-input-container .phone-input-wrapper {
      border: none;
  }
  
   .tf-mini-cart-bottom .phone-input-wrapper  .select2-selection--single{
      height: 100% !important;
  }
  
  .phone-input-wrapper  .select2-selection #select2-country-code-container{
          border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  
  .phone-input-wrapper #phone_valid {
      border: 1px solid #999999;
          border-top-right-radius: 4px;
              border-bottom-right-radius: 4px;
  }
  
 .phone-input-wrapper .select2-container--default{
     width: 40% !important;
 }
 
 #search-dropdown .border-bottom:last-of-type {
  border-bottom: none !important;
      padding-bottom: 0px !important;
}

.mb-25{
    margin-bottom: 25px  !important;
}

.mid-details i{
    margin-right: 4px;
}

.continue-shopping {
    border-radius: 5px;
    background-color: black;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.form-login #phonecode{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 2px solid #e9e9e9;
    border-right: none;
}

.form-has-password #user_mobile{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.title-otp{
    font-size: 22px;
}



.btn-save-verify{
    background-color: black;
    border-radius: 5px;
    border: none;
    font-size: 15px;
}

.btn-save-verify:hover{
    background-color: black;
}

.faspan{
    background-color: transparent !important; 
    color: black !important;
}

.inactive-checkout-tab {
  pointer-events: none;
  background-color: #f0f0f0;
  color: #999;              
  opacity: 0.6;
  cursor: not-allowed;
  border: 1px solid #ccc;
}

/**/

#validCntr #select2-bill_country-container{
    border-radius: 2px;
    border: 2px solid var(--line);
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
       border-radius: 5px !important;
    border: 2px solid var(--line) !important;
}

.bottom-header{
    background-color: #fff;
        box-shadow: 0px 4px 6px -1px rgb(214 214 214 / 30%);
}

@media (min-width: 767px ){
    .lead-modal-right{
    padding-right: 22px !important;
    }
    
    .login-wrap .left{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .noneafter{
        display: none;
    }
        .tf-product-info-name #product-name {
        line-height: 27px;
            font-size: 20px;
    }
    
    
    
    .tf-sw-testimonial.center-slides .swiper-wrapper {
  justify-content: center;
}
    
    .col-4-custom-w{
    width: 30%;
}
    
    /*#visitorModal .modal-content{*/
    /*    width: 90%;*/
    /*}*/
    .header-second{
        position: sticky;
        top: 0px;
        z-index: 999;
    }
}

.google-play-icon{
        width: 25px;
}

.select-popup .select2-selection {
    height: 100% !important;
}

.select2-container--default #select2-countrCode-container {
    height: 100% !important;
        border-radius: 0px !important;
    border-right: 0px !important;
}

.offer-main{
    width: 100%;
}

.select2-selection--single{
    height: 100% !important;
}

.offer-tag{
    width: 100%;
    /*padding: 40px;*/
    height: 100%;
}


.slider-main {
    position: relative;
}

.slider-main img {
    width: 100%;
    height: auto;
}

.slider-content {
    position: absolute;
    top: 35%;
    left: 10%;
    color: #fff;
    z-index: 10;
    max-width: 500px;
}

.slider-content .brand {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slider-content .model {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
    text-transform: uppercase;
}

.slider-content .accessories {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.slider-content .shop-btn {
    background-color: #E52727;
    color: #fff;
    padding: 12px 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
    transition: background-color 0.3s ease;
}


.title-top{
        text-transform: uppercase;
    margin-bottom: 0;
    color: #e52727;
    font-size: 16px;
}

.page-faqs-wrap-full{
   max-width: 100%;
}

.page-faqs-wrap-full .accordion-product-item h6{
    font-size: 18px;
    margin-bottom: 0px;
}

 .page-faqs-wrap-full .accordion-product-wrap .accordion-product-item:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.btn-view-more a{
    color: #fff;
}

.loobook-product img{
   aspect-ratio: 1/1;
   width: 100%;
}

.smart-feature-sections {
    display: flex;
    align-items: center;
    gap: 10px;
}

.smart-feature-sections img {
    max-width: 45px;
    min-width: 45px;
    aspect-ratio: 1 / 1;
}
.smart-feature-sections p {
    font-size: 13px;
    font-weight: 500;
        line-height: 20px;
}
.product-page-faq .accordion-product-item h6 {
    font-size: 16px;
}

.title-blw-faq{
    font-size: 16px;
    margin-bottom: 0px;
}

/*.product-page-faq{*/
/*    border: 1px solid #dadada;*/
/*}*/

.product-page-faq .accordion-product-wrap.style-faqs .accordion-product-item:first-child{
    padding-top: 12px;
}

.product-page-faq .accordion-product-wrap .accordion-product-item{
        padding: 20px 15px;
}

.product-page-faq  .accordion-product-wrap.style-faqs .accordion-product-item:last-child {
    padding-bottom: 15px;
}

.product-page-faq  .accordion-product-wrap .accordion-product-item:not(:last-child){
        border-bottom: 1px solid #d8d8d8;
}

.product-page-faq .accordion-product-wrap .btn-open-sub::before {
        height: 14px;
}

.product-page-faq .accordion-product-wrap .btn-open-sub::after{
        width: 14px;
}

.product-page-faq p{
    font-size: 15px;
}

.product-faq-icon{
    width: 35px;
}

.fa-star{
    color: #ff9c05;
}

.fa-star-half-stroke{
    color: #ff9c05;
}

.tf-dropdown-sort{
    border-radius: 2px;
}

/*****************************************/

  
    .catalogue-img {
      width: 100%;
      border-radius: 2px;
    }
    .box-heading {
      font-size: 28px;
      font-weight: 600;
      /*color: #064b2e;*/
      margin-bottom: 20px;
    }
    .box-list li {
      font-size: 16px;
      margin-bottom: 10px;
    }
    
/*********************************************/

.tf-sticky-atc-product .text-title {
    font-size: 15px;
}

.tf-sticky-atc-product img{
    width: 55px;
    border-radius: 5px;
    aspect-ratio: 1/1;
}

.tf-sticky-atc-infos-title {
    font-size: 16px;
}

.tf-sticky-atc-quantity  .wg-quantity.style-1{
    height: 36px;
    border-radius: 5px;
}

.tf-sticky-atc-quantity .wg-quantity input{
    height: 36px;
}

.tf-sticky-atc-quantity  .wg-quantity .btn-quantity{
    height: 33px;
}

/*.tf-sw-related{*/
/*    padding-right:10px;*/
/*    padding-bottom: 10px;*/
/*    padding-left: 10px;*/
/*}*/

.tf-sw-related .swiper-button-prev:after{
    font-size: 20px;
        color: #fff;
} 

.tf-sw-related  .swiper-button-next:after{
    font-size: 20px;
        color: #fff;
}

/*------------ zoom ---------------- */
.tf-zoom-main {
  position: sticky;
  top: 30px;
  z-index: 50;
}
.tf-zoom-main .drift-zoom-pane {
  top: 0;
  left: 0;
  height: 520px;
  max-width: 520px;
  width: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0 1px 5px rgba(127, 127, 127, 0.0196078431), 0 5px 18px rgba(127, 127, 127, 0.2);
  z-index: 3;
}

.drift-bounding-box.drift-open {
  background: rgba(255, 255, 255, 0.2509803922);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
  z-index: 5000;
}

.drift-zoom-pane {
  z-index: 5000;
}

.section-image-zoom .other-image-zoom {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-image-zoom.zoom-active .other-image-zoom {
  opacity: 0.3;
}

.pswp__bg {
  background: var(--white);
}

.pswp__icn {
  fill: rgb(34, 34, 34);
  color: var(--white);
}
.pswp__icn .pswp__icn-shadow {
  stroke: var(--white);
  stroke-width: 1px;
  fill: none;
}

.pswp__counter {
  color: #222;
  text-shadow: 1px 1px 3px #ffffff;
}

.tf-model-viewer {
  width: 100%;
  height: 100%;
  position: relative;
}
.tf-model-viewer model-viewer {
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.tf-model-viewer model-viewer.disabled {
  pointer-events: none;
}
.tf-model-viewer.active model-viewer {
  pointer-events: all;
}
.tf-model-viewer.active .wrap-btn-viewer {
  display: none;
}

/*------------ shop ---------------- */



 /*select field css start*/
 
 #selectedDisplay #phone_valid {
     margin: 0px !important;
         padding: 8px  !important;
 }
    
.dropdown-container {
    position: relative;
    width: 100%;
    /*padding: 10px 26px;*/
    margin-bottom: 15px;
    background-color: white;
        margin-bottom: 10px !important;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.dropdown-container2 {
    position: relative;
    width: 100%;
    /*padding: 10px 26px;*/
    background-color: white;
        margin-bottom: 0px !important;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.dropdown-container1 {
    position: relative;
    width: 100%;
    /*padding: 10px 26px;*/
    margin-bottom: 15px;
    background-color: white;
        margin-bottom: 10px !important;
    border-radius: 2px;
    transition: all 0.3s ease;
}
/*.dropdown-container:hover {*/
/*    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);*/
/*}*/

    .search-bar-list {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        outline: none;
        font-size: 14px;
        color: #333;
        transition: border-color 0.3s ease;
    }

    .search-bar-list:focus {
        border-color: #007bff;
    }

.selected-display {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    transition: border-color 0.3s ease;
}
.selected-display2 {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.selected-display1 {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.selected-display .flag {
    margin-right: 10px;
    font-size: 20px;
}

.phone-input {
    border: none;
    outline: none;
    padding: 8px;
    flex: 1;
    font-size: 15px;
    /*margin-top: 3px;*/
    color: #333;
}

.phone-input2 {
    border: none;
    outline: none;
    padding: 8px;
    flex: 1;
    font-size: 16px;
    /*margin-top: 3px;*/
    color: #333;
}
.phone-input1 {
    border: none;
    outline: none;
    padding: 8px;
    flex: 1;
    font-size: 16px;
    /*margin-top: 3px;*/
    color: #333;
}

    .phone-input::placeholder {
        color: #a0a0a0;
    }

    .country-list {
    position: absolute;
    bottom: 100%;
    width: 100%;
    z-index: 9 !important;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: none;
}

    .country-option {
        padding: 12px;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }
    .country-option2 {
        padding: 10px;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }
    .country-option1 {
        padding: 12px;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .country-option:hover {
        background-color: #f8f9fa;
    }

    /*.highlight {*/
    /*    background-color: #e52727;*/
    /*    color: white;*/
    /*}*/

    /*.highlight:hover {*/
    /*    background-color: #ff7875;*/
    /*}*/
    
    /*.highlight .country-name{*/
    /*    color: #fff;*/
    /*}*/
    .searchBtnlist{
            background: #e52727;
    color: #fff;
    padding: 10px 40px;
    margin-left: 10px;
    /* height: 45px; */
    border-radius: 2px;
    }

    .item-number {
        color: #a0a0a0;
        font-size: 12px;
    }
    
    .highlight .item-number{
        color: #fff;
    }

    .flag {
        margin-right: 10px;
        font-size: 20px;
    }

    .country-name {
        flex: 1;
        font-size: 14px;
        color: #333;
        text-align: left;
    }

    .country-list::-webkit-scrollbar {
        width: 6px;
    }

    .country-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 8px;
    }

    .country-list::-webkit-scrollbar-thumb {
        background: #c0c0c0;
        border-radius: 8px;
    }

    .country-list::-webkit-scrollbar-thumb:hover {
        background: #a0a0a0;
    }

    .left-country-code {
        border-right: 1px solid #dadada;
        background: #eee;
            padding: 8px 8px;
            font-size: 14px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
    }
    
    #phoneInput{
        padding: 8px 11px;
        margin: 0;
    }
    
    /*Slect field code end*/
    
    .product-image-review a{
        width: 100%;
    }
    .product-card-review{
        border-radius: 8px;
        overflow: hidden;
    }
    
    .product-card-review .product-image-review img{
        aspect-ratio: 1/1;
    }
    
    .top-single-review .title-display{
    font-size: 34px;
    margin-bottom: 5px;
    font-weight: 400;
    }
    
    
#loadMore{
    display: inline-flex
;
    align-items: center;
    background: black;
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 14px;
}

.single-city-title{
    font-size: 30px;
}

.flat-spacing-30{
    padding-top: 30px;
    padding-bottom: 30px;
}

/*table */
.custom-table {
      width: 100%;
      border-collapse: collapse;
      margin: auto;
      background-color: #ffffff;
      /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    }

    .custom-tr:nth-child(even) {
      background-color: #fdfdfd;
    }

    .custom-th {
      background-color: #f8f8f8;
      font-weight: bold;
      border: 1px solid #ccc;
      padding: 12px 16px;
      text-align: left;
      font-size: 15px;
    }

    .custom-td {
      border: 1px solid #ccc;
      padding: 12px 16px;
      text-align: left;
      font-size: 15px;
    }
    
    /*table end*/
    
    /*.best-categories {*/
    /*    background-color: #fff7f7;*/
    /*}*/
    
    .load-more{
            background: black;
    border-radius: 2px;
    color: #fff;
    padding: 6px 10px;
    }
    
    .collection-position .content {
    display: grid
;
    gap: 8px;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    text-align: center;
}

.categories__card--link-single{
    /*border: 1px solid #dadada;*/
    border-radius: 2px;
}

.categories__card--link-single{
        padding: 20px 10px;
}
.style-white{
    color: #fff;
}

.tips-title{
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 400;
}

#accordion-faq-1 .accordion-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#accordion-faq-1 .accordion-item:last-of-type {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#product-faq-accordion .accordion-item:first-of-type {
    border-top-left-radius: 8px;
}

#product-faq-accordion .accordion-item:last-of-type {
    border-bottom-left-radius: 8px;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.accordion-item:first-of-type .accordion-button{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


.accordion-button:not(.collapsed){
    background-color: transparent !important;
}

.accordion-button:focus{
    box-shadow: none;
}

.star-icon-review {
    background: #34A853;
    color: #fff;
    padding: 0px 8px;
    gap: 3px;
    font-size: 15px;
    display: flex;
    align-items: baseline;
    border-radius: 5px;
}
.fs-24{
    font-size: 24px;
}
.fs-20{
    font-size: 20px;
}
.gallery-item-sml img{
    aspect-ratio: 1/1;
    border: 1px solid #eee;
        margin-right: 6px;
        border-radius: 8px;
        width: 65px;
}

.mb-30{
    margin-bottom: 30px;
}

.col-width-resp-right .product-price  p{
    margin-bottom: 0px;
}

.col-width-resp-right{
        display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.coupan-box{
    padding: 10px 15px;
    margin-bottom: 8px;
     border-radius: 8px;
}

.cart-icons-view{
    margin-top: 8px;
    background-color: rgb(255, 255, 255);
    padding: 16px 18px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 2px;
}

.btn-field-cart{
    background-color: #fff;
    padding: 16px 16px;
    border-radius: 8px;
}

#couponModal .modal-dialog{
    top: 10%;
}
.left-img-freegift img{
    width: 100px;
    aspect-ratio: 1/1;
}
.customImg img{
    width: 75px;
    border-radius: 8px;
    margin-left: 5px;
    aspect-ratio: 10/7
}

/*.login-required{*/
/*    color: red;*/
/*}*/

.login-required .cursor-pointer a{
    color: #E52727;
}

.icon-num{
    background-color: #181818;
    color: white;
    border-radius: 10%;
    font-weight: 700;
    width: 25px;
    height: 25px;
         font-family: "Inter", sans-serif; !important;

     font-family: "Inter", sans-serif; ;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 14px;
}

.right-sidebar-account {
    padding-left: 20px;
}
.right-sidebar-account-order{
    padding-right: 20px;
}
.fa-cart-arrow-down{
    cursor: pointer;
}

/*single city feature section*/
    .feature-section {
      /*background-color: #f8f8f8;*/
      padding: 50px 0;
    }
    .feature-card {
      text-align: center;
      padding: 20px;
      transition: transform 0.3s;
    }
    .feature-card:hover {
      transform: translateY(-10px);
    }
    .feature-icon {
      width: 60px;
      height: 60px;
      /*background-color: #dc3545;*/
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
      color: white;
      font-size: 24px;
    }
    .feature-title {
      font-size: 1.25rem;
      font-weight: 500;
      color: #343a40;
      margin-bottom: 10px;
    }
    .feature-text {
      font-size: 0.9rem;
      color: #6c757d;
    }
    
    .categories__main__card{
        background-color: #f2f2f2;
    }
    
    .title-pointrs{
        font-size: 16px;
        margin-top: 10px;
    }
/*single city feature section end*/

.marquee-child-item img{
    width: 25px;
}

.categories__card__home img{
    width: 80px;
    filter: drop-shadow(2px 6px 4px #999);
}
.categories__card__home{
    background: #f8f8f8;
    border-radius: 8px;
    padding: 14px 5px;
}
/*.btn-readmore{*/
/*    text-decoration: underline;*/
/*}*/

.fs-20{
    font-size: 20px;
}

.title-brnd{
    border-bottom-left-radius: 2px;
    /*background-color: #F6F6F6;*/
    border-bottom-right-radius: 2px;
}

.accessory-card a:hover{
    color: #E52727;
    text-decoration: none;
}

.brand-card img{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    max-width: 95px;
    
}

 .brand-card {
    text-align: center;
            border: 1px solid rgba(36, 39, 44, .15);
    border-radius: 8px;
    transition: transform 0.2s;
}



.brand-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
/*.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{*/
/*    background-color: #D81416;*/
/*}*/

.right-catg p{
    margin-bottom: 10px;
}
@media (min-width: 767px) and (max-width: 992px) {
    .features-box {
        margin-bottom: 40px;
    }
  .mobile-search__field{
      top: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
    .company-logo{
        width: 90px;
    }
    .copyright__content {
        font-size: 14px;
    }
    .description-city h1{
        font-size: 22px;
    }
    
    .scroll-btn label{
        font-size: 12px !important;
    }
    .scroll-btn{
        right: 0px !important;
    }
    .scroll-btn{
        bottom: 60px !important;
    }
    .bike{
        width: 25px !important;
    }
    #addr-cancel{
        font-size: 15px;
    }
    .btn-deliver{
        font-size: 15px;
    }
    .btn-change {
        font-size: 13px;
        
    padding: 4px 14px;
    }
    .bxshadow{
    box-shadow: 0 0.5rem 1rem rgb(189 189 189 / 15%);
    }
    .d-none-max{
         display: none;
     }
    .accordion {
        --bs-accordion-btn-icon-width: 1rem;
    }
    .list-faqs #product-faq-accordion .accordion-button {
        padding: 12px;
    }
    
    .accordion-collapse .accordion-body{
         padding: 12px;
    }
    .prd-sml-pad-tabs{
        padding-top: 20px !important;
    }
    .widget-tabs.style-1 .widget-menu-tab .item-title{
        font-size: 16px;
    }
    .box-heading{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .prd-pt-sml{
        padding-top: 5px !important;
    }
    
    .prd-btm-sml{
            padding-bottom: 10px !important;
    }
    
    .product-page-faq .accordion{
            --bs-accordion-btn-icon-width: 1rem;
    }
    
    .tips-title{
        font-size: 14px;
    }
    
    .product-faq-icon{
        width: 30px;
    }
    
    .product-page-faq .accordion-button {
        padding: 10px;
    }
    
    .sticky-top .thumbs-slider{
        gap: 10px;
    }
    
    .tf-product-info-quantity{
        display: flex
;
    align-items: end;
    gap: 14px;
    }
    .pt-15-sm{
        padding-top: 15px !important;
    }
    .tf-product-info-price .compare-at-price{
        margin-right: 10px;
    }
    .tf-product-info-name  .tf-product-info-price{
        margin-bottom: 10px;
    }
    .smart-feature-sections img{
            max-width: 38px;
    min-width: 38px;
    }
    .tf-product-info-list .tf-product-info-desc{
        font-size: 15px;
    }
    .tf-product-info-price .price-on-sale{
        font-size: 22px;
    }
    .tf-product-info-price .compare-at-price{
            font-size: 14px;
    }
    .tf-product-info-name #product-name {
            line-height: 27px;
    font-size: 17px;
    }
    .review-mt-0-sm{
        margin-top: 0px !important;
    }
    .col-md-6 .tf-product-info-wrap {
        padding-top: 15px;
    }
    
    /*product card design*/
    .custom-card-body h5 {
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
}

.custom-card-body .text-muted {
    font-size: 12px;
}
.custom-card-body {
    padding: 8px;
    padding-top: 4px;
}

.custom-card-body .prd-price {
        font-size: 15px;
}

.original-price {
    font-size: 12px;
}

.discount-prc-price {
    font-size: 12px;
}

.custom-card-body .box-star{
        font-size: 12px;
    margin-right: 2px;
}

.custom-card-body  .box-reviews{
        font-size: 10px;
}

.custom-card-body .fa-cart-arrow-down{
    font-size: 14px;
}

.custom-card-body .rating-box {
    font-size: 12px;
}

.custom-card-body .box-reviews{
    margin-left: 0px;
}

.custom-card-body .box-star{
    line-height: 20px;
}

.custom-card-body .rating-box {
    line-height: 20px;
}
    /*product card design*/
    
    .product-grid-image .brand-logo {
    width: 40px;
    
}
    .heading-section h3 {
    margin-bottom: 5px;
    }
    
    .accordion-product-wrap .btn-open-sub::before {
    width: 2px;
    height: 14px;
}
    .accordion-product-wrap .btn-open-sub::after {
    width: 14px;
    height: 2px;
}
    .mb-sml-0 {
        margin-bottom: 0px !important;
    }
    .mt-sml-0 {
        margin-top: 0px !important;
    }
    
    .pt-sml-0{
        padding-top: 0px !important;
    }
    .page-faqs-wrap-full .accordion-product-item h6{
        font-size: 16px;
    }
.title-blw-faq{
    font-size: 15px;
    }
    .pb-sml-20{
        padding-bottom: 20px !important;
    }
    .tf-sticky-atc-quantity{
        display: none !important;
    }
    .tf-sticky-btn-atc{
        bottom: 54px;
    }
    .padding-zero-sm{
        padding: 0px;
    }
    .tf-sticky-atc-btns .tf-btn span{
        font-size: 14px;
    }
}

 .label-title {
      color: #6c757d;
      font-weight: 500;
    }

    .label-value {
      color: #e52727;
      font-weight: 700;
      font-size: 1.25rem;
    }

    .bike-container {
      position: relative;
      text-align: center;
      margin-bottom: 2rem;
    }

    .model-text {
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 80px;
      font-weight: 700;
      color: rgba(0, 0, 0, 0.08); /* Light grayish black */
      z-index: 1;
      white-space: nowrap;
    }

    .bike-image {
      position: relative;
      max-width: 100%;
      height: auto;
      z-index: 2;
    }

    .color-option {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      margin: 0 8px;
      display: inline-block;
      /*border: 2px solid #fff;*/
      box-shadow: 0 0 0 1px #ccc;
    }

    .color-lightblue {
      background-color: #00cfe8;
    }

    .color-navy {
      background-color: #1c2d5a;
    }

    /* Make model text smaller on small devices */
    @media (max-width: 767px) { 
        .custom-btn{
            width: 100% !important;
        }
        .lead-modal-right {
    margin-bottom: 20px !important;
    padding: 20px !important;
}

        .bank-options{
            padding: 0px;
        }
        .canvas-filter .canvas-header .icon-close-popup{
                font-size: 13px;
        }
        .widget-facet {
    padding-bottom: 0px;
}
            .facet-title .icon {
        font-weight: 300;
        font-size: 25px;
    }
        .offerSectionMain .col-md-6:last-child {
  margin-top: 15px !important;
}
        .mt-15-resp{
            margin-top: 15px !important;
        }
        .nonemin{
            display: none;
        }
        .text-order{
            margin-bottom: 0px !important;
        }
        .mobile-brand-filter{
            margin-bottom: 10px !important;
        }
        .paddinSm{
            
            padding-top: 15px !important;
    padding-bottom: 10px !important;
        }
        #cityPopupLabel {
    font-size: 18px !important;;
}
        .city-modal-content{
            width: 100% !important;
        }
        .modal-header-city{
            padding-top: 0px;
        }
        .main_input_search_part{
            margin-top: 20px;
        }
        .tf-minicart-recommendations{
            display: none !important;
        }
      .model-text {
        font-size: 90px;
      }
    }
    
    @media screen and (min-width: 1900px) and (max-width: 2000px) {
      .container{
          max-width: 1650px;
      }
      
      .prodv-img{
              top: 10%;
      }
    }
    
    .custom-hdiv{
        width: 100%;
        position: relative;
    }
    
      .slider-main a{
        width: 100%;
    }
    
    .padd-7{
        padding: 0px 7px;
    }
    
    .coupan-box-checkout{
        margin-bottom: 15px;
        padding: 6px 15px;
    }
    
    .btn-field-cart #selectedDisplay .phone-input{
        padding: 7px;
    }
    .addressForm .phoneVaidating .left-country-code{
        background-color: transparent;
    }
    
    .addressForm .phoneVaidating #phoneValid{
        padding: 7px;
    }
    
    .addressForm .phoneVaidating #selectedDisplay{
        border: 2px solid var(--line) !important;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected]{
        background-color: #e52727 !important;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: 16px !important;
    }
    
    #visitorModal .subscribe-content .phone-input{
         padding: 6px 12px;
    }
    
    .profile-container .table strong{
        font-weight: 500;
    }
    
    
    /*animation code */
    
    .animated-border-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  border: none;
  background-color: #1a1a1a;
  color: #fff;
  padding: 13px 48px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.animated-border-button span {
  position: relative;
  z-index: 2;
}
#visitorModal .phoneVisitor{
    padding: 0px;
}
/* Animated 1px moving border */
.animated-border-button::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid transparent;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    90deg,
    #e52727,
    white,
    #e52727,
    white,
    #e52727
  );
  background-size: 400% 400%;
  animation: borderMove 6s linear infinite;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 1px;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 400% 50%;
  }
}
/*Animation end*/

#visitorModal .phoneVisitor{
    margin-bottom: 0px !important;
}

#termsofuse a{
    font-size: 14px;
}

#termsofuse .text-secondary-2{
    margin-bottom: 0px;
        color: black !important;
}
.tf-sw-related {
    padding-bottom: 5px;
}

/********************************** back to top btn **************************/
   .scroll-btn {
      position: fixed;
      bottom: 40px;
      right: 25px;
      width: 100px;
      height: 100px;
      border: none;
      background: none;
      cursor: pointer;
      z-index: 999;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.5s ease;
    }

    .scroll-btn.visible {
      opacity: 1;
      pointer-events: auto;
    }

    .btn-content {
      position: relative;
      width: 100%;
      height: 100%;
    }

    .bike {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 34px;
      transition: transform 0.6s ease;
    }

    .bike.animate-up {
      animation: move-up 1.5s ease forwards;
    }

    @keyframes move-up {
      0% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
      }
      100% {
        transform: translateX(-50%) translateY(-600px);
        opacity: 0;
      }
    }

    .fog, .trail {
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 30px;
      opacity: 0;
      border-radius: 80%;
      animation: none;
    }

    .fog {
      background: radial-gradient(circle, #e52727 20%, transparent 60%);
      box-shadow: 0 0 15px 5px #e52727;
    }

    .fog.active {
      animation: fog-blow 1s ease-out;
    }

    .trail.active {
      animation: trail-blow 1.2s ease-out;
    }

    @keyframes fog-blow {
      0% { opacity: 0.7; transform: translateX(-50%) scale(1); }
      100% { opacity: 0; transform: translateX(-50%) scale(2); }
    }

    @keyframes trail-blow {
      0% { opacity: 0.8; transform: translateX(-50%) scale(1); }
      100% { opacity: 0; transform: translateX(-50%) scale(3); }
    }
    
    
/*******************************  back to top btn  *******************************************/

.widget-categories .widget__header{
    padding-bottom: 0px;
}

/*************************************   coupan code *********************************************/

.form-coupan  .offer-radio{
    margin-left: 0px !important;
    /*margin-right: 5px;*/
    margin-top: 5px !important;
}

 .form-check.form-coupan {
        display: flex;
        align-items: center;
        padding: 12px;
        border: 2px dashed #E52727;
        border-radius: 8px;
        margin-bottom: 15px;
        background: linear-gradient(90deg, #fff5f5, #fff);
        transition: transform 0.3s, box-shadow 0.3s;
    }
    .form-check.form-coupan:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .form-check-input {
        margin-right: 12px;
        accent-color: #ff6f61;
    }
    .form-check-label {
        flex: 1;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
    }
    .coupon-code-box {
        font-weight: 600;
        font-size: 16px;
        color: #e74c3c;
        margin-bottom: 3px;
    }
    .coupan-box-dets {
        font-size: 14px;
        color: #34495e;
        line-height: 1.4;
    }
    .coupan-box-dets br {
        display: block;
        margin: 3px 0;
    }
    .coupan-box-dets:last-child {
        font-size: 12px;
        color: #95a5a6;
        font-style: italic;
    }
    
    .modal-body .form-check-input:checked{
            background-color: #E52727 !important;
    border-color: #E52727 !important;
    }
    
    .coupanSide {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 42.3px;
        transform: rotate(.7deg);
}

.mobile-search__body{
    background-color: #fff;
}

.form-login .phone-input{
    padding: 8px !important;
}
.bg-color-beige1 {
    background: rgb(223, 198, 184);
}


.bg-color-gray {
    background-color: var(--secondary);
}

.bg-color-grey {
    background-color: rgb(158, 155, 150);
}

.sold-out {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  overflow: hidden;
  width: 100%;
  background: #dadada94;
  height: 100%;
  pointer-events: none; /* ribbon shouldn't block clicks */
}

.sold-out-badge {
     position: absolute;
        top: 31px;
    right: -62px;
    width: 220px;
    /* margin-top: 1px; */
    padding: 5px 0;
    padding-bottom: 2px;
    background: #d62828;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    transform: rotate(45deg);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.login-wrap .heading h4{
    font-size: 21px;
} 

.login-wrap .right h4{
    font-size: 22px;
    color: #fff;
} 

.seller-tag{
    position: absolute;
    font-weight: 500;
    font-size: 12px;
    z-index: 9;
    border-radius:5px;
    background: #34a853;
    top: 10px;
    color: #fff;
    padding: 2px 8px;
    line-height: 20px;
    left: 10px;
}
.seller-tag-product{
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
}
.footer-weblink{
    color: #E52727;
}

@media (max-width: 767px){
    
    .pt-sm-3{
       padding-top: 20px !important;
    }
   
    .radio-address input{
            margin-top: 3px;

    }
    .radio-address{
        margin-right: 0rem;
        margin-left: 1rem;
    }
    .def-itlT{
            font-size: 15px;
    }
    .addressForm .phoneVaidating #phoneValid {
    width: inherit;
}
.addressForm  .dropdown-container {
    margin-bottom: 0px !important;
}
    .login-wrap .heading h4{
        
    }
    .login-wrap .right{
        padding: 50px 30px;
    }
    .login-wrap .left{
        padding: 30px 20px;
    }
    .selected-display .flag{
          margin-right: 6px;
  font-size: 18px;
    }
    .mb-2sm{
        margin-bottom: 15px;
    }
    .row-reverse-sm{
        flex-direction: column-reverse;
    }
    .marginSubscription-sm{
        margin-top: 10px !important;
    }
    .marginsmaddon{
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }
    .youtube-iframe{
        height: 100%;
    }
    .psmm0{
        padding: 0px;
    }
    .order-title-left-succ{
        margin-left: 0px !important;
        padding-left: 0px;
    }
    .left-img-freegift img{
        width: 70px;
    }
    
    
    .yearly-filters label{
            padding: 2px 10px !important;
    }
    
    
    .emi-right {
            margin-top: 35px !important;
    }
    .sold-out-badge {
    position: absolute;
    top: 26px;
    right: -69px;
    width: 216px;
    /* margin-top: 1px; */
    padding: 2px 0;
    background: #d62828;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    transform: rotate(45deg);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
    .mb-heading-main-10{
        margin-bottom: 10px !important;
    }
    .sectionMainPadd h3{
        line-height: 22px;
    }
    
    .flex-column-reverse-respv{
        flex-direction: column-reverse;
    }
    .d-imgNone-resp{
        display: none;
    }
    .align-items-sm-start{
        align-items: flex-start !important;
    }
    .title-order-success {
        margin-left: 10px;
    }
    .order-bar .fs-16{
        font-weight: 500;
        font-size: 15px;
    }
    .order-bar{
            padding: 3px 15px;
    }
    .ship-info-details h3{
        padding: 5px 15px !important;
        font-size: 15px;
    }
    .card-body-thankyou{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .order-status-bar .card-text:nth-child(1)::after, .order-status-bar .card-text:nth-child(2)::after, .order-status-bar .card-text:nth-child(3)::after{
        display: none;
    }
    .order-status-bar{
            flex-direction: column;
    }
    .brandIcniMg {
    padding: 15px !important;
    padding-bottom: 0px !important;
}
    .brand-card img{
        max-width: 100%;
    }
    .er-report-card{
        margin-bottom: 0px !important;
    }
    .er-modal-content .modal-body{
        padding-bottom: 10px;
    }
    .er-btn-submit{
        width: 100%;
        justify-content: center;
    }
    .w-100-sm{
        width: 100% !important;
    }
    .dropdown-container1 {
        margin-bottom: 0px !important;
    }
    .mb-7-sm{
        margin-bottom: 10px;
    }
    .location-field-unique-list{
        margin-top: 10px;
    }
    .alternative-nav-left{
        display: none !important;
    }
    .alternative-nav-right{
        display: none !important;
    }
    .location-field-unique-details {
    width: 100% !important;
            margin-bottom: 10px;
}
   .container-main{
        left: 5% !important;
        bottom: 10% !important;
    }
    .bike-card .close-btn {
            width: 21px;
    height: 21px;
    font-size: 12px;
    }
    .bike-card .close-btn i{
        margin-top: 1px !important;
    }
    .add-bike{
        padding: 40px 20px;
    }
    .compareTile{
            white-space: normal;
                    display: flex;
        min-height: 50px;
    }
    .custom-table  .header-cell{
            min-width: 200px;
    max-width: 200px;
    }
     .table-bordered .fixed-cell{
          position: static;
      }
    /*.search-icon-unique{*/
    /*        top: 42% !important;*/
    /*}*/
    .search-wrapper-unique input{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .list-headingSearch{
        display: block !important;
    }
    
    .flat-spacing-25 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
    .sm-10-mb{
        margin-bottom: 10px !important;
    }
    .sm-mb-0{
        margin-bottom: 0px !important;
    }
    .box_icon_two p{
        font-size: 15px;
        margin-top: 0px;
    }
    .box_icon_two h3{
        font-size: 18px;
    }
    .container_icon{
        margin-top: 20px;
    }
    
    .city-modal-content{
        top: 20% !important;
    }
    
    .modal-header-city{
        height: 75px !important;    
    }
    .utf_sticky_main_wrapper .sidebar-search {
        margin-bottom: 10px;
    }
    #search-input-list{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .search-service-center{
        flex-direction: column;
    }
    #custom-search-select{
        border-radius: 2px;
        margin-top: 10px;
    }
    .accordion-product-item h6 {
    font-size: 16px;

}
    .cc-container{
        padding: 12px !important;
                padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    .cc-link{
        margin: 0 !important;
        width: 47.7% !important;
        font-size: 15px !important;
        padding: 10px 5px !important;
    }
    #brandTabs{
        padding-bottom: 10px;
    }
    .row-cols-2-sm-padding{
       padding: 4px;
    }
    
    .nav-tabs .nav-link{
        font-size: 18px !important;
    }
    
    .col-sm-padding{
        padding: 10px;
        margin-top: 0;
    }
    .main_input_search_part{
        border-radius: 2px;
        padding: 15px;
    }
    .main_popular_categories .flat-collection-circle .swiper-wrapper{
    justify-content: left !important;
}
    .bike-brand-card{
        border: none!important;
            box-shadow: none !important; 
    }
   
    .bike-brand-grid{
            gap: 20px !important;
    }
    .bike-brand-card h5 {
        margin-top: 10px;
    }
    
    .p0sM{
        padding: 0px;
        margin-top: 25px;
    }
    
    .bike-brand-card h5{
        text-align: center;
    }
    #couponModal .modal-dialog{
            top: 8%;
    }
    .pt-sm-0 {
        padding-top: 0px !important;
    }
    .pb-sm-0{
        padding-bottom: 0px !important;
    }
    
    .coupan-box-checkout{
        margin-top: 15px;
    }
}

.widget-content-inner  ul li{
        list-style: disc;
}

.custom-product-card .brand-logo {
    position: absolute;
    right: 8px;
    padding: 10px;
    width: 55px;
    border-radius: 5px;
    bottom: 8px;
        background: #0000006e;
}

.star-icon-review  i{
    font-size: 13px;
}

#terms-check{
    accent-color: #e52727;
}



@media (max-width: 576px){ 
    .sidebar-account-title{
        font-size: 20px;
    }
    
    .title-sidebar {
    font-size: 18px;
    }
    .saved-profile-details{
        padding: 8px 20px;
    }
    .Profile-btn{
            padding: 8px 20px;
    }
    .fp-title-checkout {
    font-size: 16px !important;
}
    .price-sectioni-right .terms{
        display: none;
    }
    #sortby{
            border: solid 1px #111111 !important;

    }
    .yearly-filters label{
             border: solid 1px #111111 !important;
    }
    .tf-btn-filter{
            border: solid 1px #111111;
    }
    .title-order-success{
        font-size: 14px;
        line-height: 20px;
            
    }
    .service-center-img .custom-slider-button-prev-two, .custom-slider-button-next-two{
        top: 46% !important;
    }
    .resp-layout-fr{
            grid-template-columns: 1fr 0fr !important;
                row-gap: 15px !important; 
                column-gap: 0px !important;
    } 
    .utf_listing_titlebar_title  .listing-address{
        line-height: 22px;
    }
    .margin_headline_dets_sm{
        margin-bottom: 10px !important;
    }
    #utf_listing_tags .custom-btn-green {
        width: 100% !important;
    }
    .main-tags-dets .trending-badge {
        margin-bottom: 6px;
    }
   .custom-btn-green{
       width: 48.5% !important;
   }
   .custom-btn-white{
       width: 48.5% !important;
   }
    .marginBtW {
    margin-bottom: 0px !important; 
}
    .topListingDetails .trending-badge {
        margin-bottom: 5px;
    }
    .ms2rsPv {
            margin-top: 10px;
    margin-bottom: 0px;
    }
    .bike-card h5{
        font-size: 16px !important;
    }
    .d-none-resp{
        display: none;
    }
    .badge-text-bike{
        font-size: 11px !important;
    padding: 0px 10px !important;
    }
    .prodv-img1{
        min-height: 200px;
    }
    .mt-sm-10{
        margin-top: 10px;
    }
    .feature-box h6 {
        font-size: 14px;
        font-weight: 400;
    }
    .feature-box {
    display: flex
;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
     border-bottom: none; 
}
    .profile-container td{
        font-size: 15px;
    }
    .profile-container .table strong{
        font-size: 15px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px !important;
}
}

.saved-profile-details{
    font-size: 14px;
}
.img-delete{
    cursor: pointer;
}
.fa-cart-shopping{
    cursor: pointer;
}

#customerContact, #bikeCategory{
        padding: 9px 16px;
    border-radius: 2px;
    border: 2px solid #e9e9e9;
}

.form-select:focus{
        box-shadow: none;
}

.form-control:focus{
    box-shadow: none;
}

.listing-bike-img{
        width: 50px;
        border-radius: 5px;
    margin-right: 8px;
}

.utf_counter_star_rating-dets{
        padding: 6px 8px;
}

.custom-secLT .select2-selection--single {
    height: auto !important;
}

.custom-secLT .select2-container--default{
    height: auto !important;
}


.tab-product-v2 {
    gap: 26px;
    margin-top: 10px;
    overflow-x: auto;
    display: flex
;
}

.tab-product-v2 .nav-tab-item a:hover, .tab-product-v2 .nav-tab-item a.active {
    color: #e52727;
    border-bottom-color: #e52727;
}

.tab-product-v2 .nav-tab-item a {
    display: flex
;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    white-space: nowrap;
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--secondary);
}
.flat-sw-navigation {
    position: relative;
}
.flat-sw-navigation .nav-sw {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.flat-sw-navigation .nav-sw.nav-sw-right {
    right: 20px;
}
.flat-sw-navigation .nav-sw.nav-sw-left {
    left: 20px;
}


.latest-nav{
    backgound-color: #fff;
}



.product-title-list{
    font-size: 18px;
    font-weight: 500;
}
.on-road-price {
    padding: 6px 10px;
    font-size: 15px;
    border: 1px solid;

}
/* */

 .spec-box {
      background-color: #f9f9f9;
      border-radius: 2px;
      padding: 20px;
      /*max-width: 500px;*/
      /*margin: 30px auto;*/
      /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
    }

    .spec-box h4 {
      font-weight: 500;
      margin-bottom: 5px;
      font-size: 22px;
    }

    .spec-row {
      display: flex;
      justify-content: space-between;
      padding: 10px 0;
      border-bottom: 1px solid #e0e0e0;
    }

    .spec-row:last-child {
      border-bottom: none;
    }

    .spec-label {
      font-weight: 500;
      color: #333;
    }

    .spec-value {
      font-weight: 400;
      color: #555;
    }
    
    /**/
    
     .summary-box {
      /*background-color: #f9f9f9;*/
      /*border: 1px solid #eee;*/
      border-radius: 8px;
      padding: 20px;
      /*max-width: 700px;*/
      /*margin: 30px auto;*/
      /*box-shadow: 0 2px 8px rgb(0 0 0 / 10%);*/
      border: 1px solid #e5e5e5;
    }
    .summary-box h2{
        font-size: 22px;
        margin-bottom: 4px;
    }
    .read-more-link {
      color: #e43131;
      text-decoration: none;
      font-weight: 500;
      display: none; /* hidden by default */
    }
    .read-more-link:hover {
      text-decoration: underline;
    }
    
    /**/
    
     .bike-brand-card {
      border: 1px solid #e0e0e0;
      border-radius: 2px;
      padding: 16px;
      background-color: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    .bike-brand-card h5 {
      /*font-weight: bold;*/
      font-size: 22px;
      margin-bottom: 10px;
    }
    .bike-brand-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }
    .bike-brand-item {
      text-align: center;
          border: 1px solid #eee;
      /*padding: 10px;*/
      padding-top: 5px;
      padding-bottom: 5px;
      border-radius: 2px;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, .13);
      /*background-color: #f9f9f9;*/
      transition: background-color 0.2s ease;
    }
    /*.bike-brand-item:hover {*/
    /*  background-color: #e9ecef;*/
    /*}*/
    .bike-brand-item img {
      /*height: 30px;*/
      margin-bottom: 5px;
      width: 100%;
    }
    .bike-brand-item a {
      text-decoration: none;
      display: block;
      font-size: 14px;
      color: #000;
      /*font-weight: 500;*/
    }
    
     .color-options button {
    width: 30px;
        border: 1px solid #dadada;
    height: 30px;
    border-radius: 50%;
    /*border: 2px solid transparent;*/
    margin: 5px;
    cursor: pointer;
    transition: border 0.2s ease, transform 0.2s ease;
  }

  .color-options button.active {
    border: 2px solid #e52727;
    transform: scale(1.2);
    /* padding: 10px; */
}
    
    
    .custom-slider-button-prev,
.custom-slider-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  font-size: 2rem;
  color: #333;
  padding: 0 10px;
  user-select: none;
}

.custom-slider-button-prev {
  left: 10px;
  font-size: 18px;
}

.custom-slider-button-next {
  right: 10px;
}

.custom-slider-button-prev-two,
.custom-slider-button-next-two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  font-size: 2rem;
  color: #333;
  padding: 0 10px;
  font-size: 18px;
  user-select: none;
}



.custom-slider-button-prev-two {
  left: 10px;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
    height: 30px;
}

.custom-slider-button-prev-two i{
    line-height: 32px;
}
.custom-slider-button-next-two i{
    line-height: 32px;
}

.custom-slider-button-next-two {
  right: 10px;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
    height: 30px;
}



/*.specs-row {*/
/*  display: flex;*/
/*  gap: 20px;*/
/*  flex-wrap: wrap;*/
/*}*/

.specs-table {
  /*width: 100%;*/
  /*max-width: 50%;*/
  border-collapse: collapse;
}

.specs-table td {
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.specs-table td:first-child {
  font-weight: 400;
  /*width: 150px;*/
}
.custom-slider-section .fa-solid {
    font-size: 18px;
}

.highlights-title{
    font-size: 20px;
}


 .spec-card {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 10px;
      border-radius: 2px;
      text-align: center;
      min-width: 110px;
    }
    .spec-card i {
      font-size: 2rem;
      margin-bottom: 10px;
    }


@media (max-width: 576px){
    .address-card-checkout{
        font-size: 15px;
    }
    .tf-cart-totals-discounts h5{
        font-size: 15px;
    }
    .subscription-info h5{
            font-size: 13px !important;
    line-height: 20px !important;
    }
    .ps-card-price{
        font-size: 15px !important;
    }
    .ps-card-title{
        font-size:13px !important;
    }
    .downloadInvcBtn{
        width: 100%;
    }
    .sellerImg {
    width: 100px;
}
    .details-section .description{
        display: none;
    }
    .details-section .flex-resp{
        flex-wrap: nowrap;
                gap: 5px !important;
                margin-top: 5px;
    }
    .custom-btn-green{
        width: 50%;
    }
    
    .custom-btn-white{
        width: 50%;
    }
    /*.custom-btn-blue{*/
    /*  display: none;*/
    /*}*/
    .bike-brand-item img{
        width: auto;
    }
    .color-options button {
    width: 20px;
    height: 20px;
    }
    .price span{
        font-size: 18px;
    }
    .py-sm{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .bike-details h1 {
    font-size: 18px;
    margin-bottom: 10px;
    }
}


.card-body-product .product-title{
    font-size: 16px;
    font-weight: 500;
}

/*.main_popular_categories .flat-collection-circle .swiper-wrapper{*/
/*    justify-content: center;*/
/*}*/

  .zoom-image {
    transition: transform 0.5s ease;
  }

  .zoom-image:hover {
    transform: scale(1.2); /* 1.2 = 120% zoom */
  }
  
  .trending-badge  img{
      width: 15px;
    /* line-height: 20px; */
    margin-right: 3px;
    margin-top: -1px;
  }
  
  .trending-badge  span{
      line-height: 6px;
  }
  
  .details-tags{
      font-size: 14px;
  }
  
  .details-tags-name{
      font-size: 12px !important;
    margin-bottom: 0px !important;
    color: #000000 !important;
    font-weight: 600 !important;
  }
  
  .mail-btn{
          background: #f0f0f0;
    color: #020101;
  }
  
  .mail-btn span{
      font-weight: 500 !important;
  }
  
  
  /********************************* modal in details page *********************************/
  
  .custom-slide-wrap img{
    aspect-ratio: 10 / 6;
    border-radius: 8px;
  }
    @media (max-width: 600px) {
        .utf_listing_titlebar .utf_listing_titlebar_title{
                padding: 20px 15px;
                padding-top: 8px;
        }
        .re-modal{
            border-radius: 0px !important;
        }
        .re-form-col{
            min-width: 305px !important;;
        }
        .re-form-col-left .modal-title{
            font-size: 17px !important;
        }
        .re-btn-primary{
            width: 100% !important;
        }
        .re-modal-width{
            top: 20%;
        }
       .re-modal-width .re-form-col-left{
            padding-top: 20px !important;
            padding-bottom: 20px !important;
        }
        .noneResp{
            display: none;
        }
        .re-form-col-left{
            padding: 0px !important;
            border-left: 1px none !important;
        }
        .re-form-row {
    display: flex;
flex-wrap: nowrap !important;
    flex-direction: column-reverse;
        }
    }
  .re-modal-width {
      max-width: 95%;
      width: 100%;
    }

  
    @media (min-width: 992px) {
      .re-modal-width {
                  top: 20%;
        max-width: 900px;
      }
      
    }

    @media (min-width: 1200px) {
      .re-modal-width {
        max-width: 800px;
      }
    }

    .re-modal {
          margin: 0 auto;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(10px);
}
    

    .re-form-label {
      color: #007bff;
    }

    .re-btn-primary {
      background-color: #007bff;
      border-color: #007bff;
    }

    .re-btn-primary:hover {
      background-color: #0056b3;
      border-color: #0056b3;
    }

    .re-ad-box {
      background-color: #e9f0fa;
      border-radius: 10px;
      /*padding: 15px;*/
      text-align: center;
    }

    .re-ad-box .btn {
      background-color: #007bff;
      color: white;
    }

    .re-ad-box .btn:hover {
      background-color: #0056b3;
    }

    .re-form-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0px;
    }

    .re-form-col {
      flex: 1;
      min-width: 280px;
    }

    .re-form-col-left {
      border-left: 1px solid #eee;
    padding: 20px;
    margin: auto;
    }

    .re-form-control {
      border-radius: 2px;
    }
    
    .re-btn-primary{
        background-color: black !Important;
        border-radius: 5px !Important;
        color: #fff !important;
        font-size: 14px;
        border: none;
        width: 100%;
        padding: 10px;
    }
    
    .re-max-width input{
               padding: 8px 10px !important;
                   font-size: 15px;
                   background-color: #f7f7f7 !important;
                   border: none !important;
    }
    .re-form-col-left .modal-title{
        font-size: 20px;
    /*margin-bottom: 15px;*/
    }
    /**/
    
     .er-report-card {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 20px;
      /*text-align: center;*/
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      /*max-width: 300px;*/
      margin: 20px auto;
    }

    .er-report-card h5 {
      font-weight: 500;
      font-size: 20px;
      color: #333;
          font-weight: 600;
              border-bottom: 1px solid #e8e8e8;
                  padding-bottom: 5px;
    }

    .er-report-card p {
      color: #666;
      font-size: 16px;
    }

   .er-report-card .btn-primary {
    background-color: #181818;
    border: none;
    border-radius: 2px;
    margin-top: 10px;
    padding: 8px 32px;
    /* padding: 8px 20px; */
    font-weight: 600;
    font-size: 16px;
}
    /* Custom modal styles */
    .er-modal-content {
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .er-modal-header {
      background: #f8f9fa;
      border-bottom: none;
    }

    .er-modal-title {
      font-weight: 600;
      color: #333;
      font-size: 20px;
    }

    .er-form-label {
      font-weight: 500;
      color: #333;
    }
     .form-control:focus{
        border-color: black;
     }
    .er-form-control {
      border-radius: 5px;
          padding: 9px 16px;
     border: 2px solid var(--line);
    }
    .btm-error{
        padding-top: 0px;
        border-top: 0px !important;
    }
    .er-btn-submit {
      background: #181818;
      border: 1px solid black;
      border-radius: 5px;
      padding: 8px 20px;
      color: #fff;
    }
    
    .bike-price{
            color: black;
    font-size: 17px;
    font-weight: 600;
    }
    
    /**************************  variant table  *********************/
    .fs-14{
        font-size: 14px;
    }
    
     .variant-card {
      background-color: #f9f9f9;;
      border-radius: 2px;
      padding: 1rem;
      margin-bottom: 1rem;
    }

    .variant-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .variant-title {
      font-weight: 500;
      font-size: 15px;
    }

    .variant-price {
      font-size: 17px;
      white-space: nowrap;
    }
    
     .header-row {
      display: flex;
      justify-content: space-between;
      font-weight: 600;
      font-size: 1rem;
      /*color: #bbbbbb;*/
      padding: 0 0.5rem;
      margin-bottom: 1rem;
    }
    
    .service-card-showroom{
        border: 1px solid #dadada;
        border-radius: 8px;
        background: #F9F9F9;
        padding: 16px;
    }
    
    .service-card-showroom p{
        display: flex;
        align-items: baseline;
        gap: 10px;
        height: 80px;
        font-size: 15px;
      overflow: auto;
    }
    .btn-view-dets{
        border: 1px solid black;
        padding: 5px 8px;
        font-size: 14px;
        border-radius: 5px;
        background-color: black;
        color: #fff;
        margin-top: 7px;
    }
    .service-card-showroom h5 {
    font-size: 18px;
    /*min-height: 60px;*/
}
    
    .card-img-top{
        aspect-ratio: 1/1;
        object-fit: cover;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }
    
    .swiper-slide  .product-price{
        font-size: 17px;
    }
    
    .swiper-slide .discount-price{
        font-size: 14px;
    }
    
  /* Common styles for both sliders */
.swiper-button-prev.latest-nav,
.swiper-button-next.latest-nav,
.swiper-button-prev.spotlight-nav,
.swiper-button-next.spotlight-nav {
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 10;
  background: #fff;
}

/* Positioning */
.swiper-button-prev.latest-nav,
.swiper-button-prev.spotlight-nav {
  left: 15px;
}

.swiper-button-next.latest-nav,
.swiper-button-next.spotlight-nav {
  right: 15px;
}

/* Arrow icons */
.latest-nav:after,
.spotlight-nav:after {
  font-size: 15px;
  line-height: 3px;
  font-weight: 600;
}

.nav-tabs .nav-link{
    font-size: 20px;
    font-weight: 500;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 0;
}
#brandTabs{
    border-bottom: 0px;
    gap: 26px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        color: #e52727 !important;
        border-bottom: 2px solid !important;
    border-bottom-color: #e52727 !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-top: none;
    border-left: none;
    border-right: none;
        border-radius: 0;
}

.nav-link:focus, .nav-link:hover{
    color: none !important;
}

.nav-link{
    color: black !important;
    padding: 0;
}

/**/

      .cc-link {
      display: inline-block;
      width: 160px;
      text-align: center;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 10px 10px;
      margin: 2px;
      background-color: #f8f9fa;
      color: #333;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    /*.cc-link:hover {*/
    /*  background-color: #e2e6ea;*/
    /*  color: #000;*/
    /*}*/
    
    .cc-container{
        /*background: #F9F9F9;*/
    padding: 20px;
    gap: 15px;
    border-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    }
    
    .bg-light-brand{
        border: 1px solid rgba(36,39,44,.15);
        /*padding: 20px;*/
    }
.blog-box {
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid rgba(36,39,44,.15);
}

.blog-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
}

.blog-body {
  background-color: #fff;
}

.blogstyle-2{
    aspect-ratio: 10/8;
    width: 100%;
}

.author-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.object-fit-cover {
  object-fit: cover;
}
.page-title-single{
    font-size: 28px;
}
.right-registration{
        padding: 150px 30px !important;
}
@media (max-width: 576px) {
    
    .search-prd-nM {
    max-width: 215px !important;
    }
    .verified-i{
            border: 2px solid;
    border-radius: 50%;
    padding: 3px;
    }
    
    .verified-dets{
        padding: 5px 6px !important;
    }
    .verified-responsive{
        display: none;
    }
    .saved-address-all{
        font-size: 14px;
    }
    .mt-2-sm{
        margin-top: 10px;
    }
    .math-symbol{
        font-size: 22px !important;
    }
    .btn-adds{
            font-size: 13px !important;
    }
    .price-box-addon {
    font-size: 15px !important;
}
    .seller-title{
        font-size: 14px;
        padding: 5px 0;
        line-height: 22px;
    }
    .right-registration{
        padding: 60px 30px !important;
}
    .login-wrap .right h4{
        font-size: 21px;
    }
    .login-wrap .heading h4 {
    font-size: 21px;
}
    .label-value{
        font-size: 16px;
    }
    .right-sidebar-account-order .sidebar-account-title{
                font-size: 18px;
        padding-bottom: 7px;
        border-bottom: 1px solid #dadada;
    }
    .confirmed{
        font-size: 15px;
    }
    #no-more h3 {
    font-size: 16px !important;
}
    .custom-card-body .mb-2{
        margin-bottom: 0px !important;
    }
    .custom-card-body h5{
                min-height: 40px;
    }
    .seller-tag{
        padding: 0px 8px;
            font-size: 9px;
    }
    .on-sale-wrap{
        font-size: 9px;
            padding: 0px 6px;
    }
    .collection-circle .collection-content{
        margin-top: 5px;
    }
    .testimonial-block-three .inner-box .content-box span {
        font-size: 15px;
    }
    .checkbox-row{
            margin: 5px 0;
    }
    .total-savings{
        margin-bottom: 0px;
    }
    .checkbox-row label {
    font-size: 14px !important;
}
    .shipping__content p{
        font-size: 14px;
    }
   .error-message{
           margin: 10px 0;
   }
    .error-code {
        font-size: 3rem !important;
    }

    .error-container .btn-home{
            font-size: 14px !important;
    }
    .tf-sw-testimonial .sw-dots{
        display: none;
    } 
    .tf-product-info-choose-option .subscription-right .get-btn{
            min-width: 114px;
    }
    .wg-blog .content .title{
        min-height: auto;
    }
    .boxcar-testimonial-section-three .content-column .inner-column .boxcar-title .text{
        font-size: 14px;
    }
    .title-top{
        font-size: 14px;
    }
    .checkout-scard .text-order{
        margin-top: 0px !important;
    }
    .card-title-success {
        font-size: 20px !important;
    margin-bottom: 0px !important;
}

    #summary .subscription-card .subscription-info h5{
        font-size: 12px !important;
    }
    
    .placeOrder-itemSelectedStrip{
        font-size: 13px;
        margin: 5px;
    }
   .modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image{
        width: 80px;
        height: auto;
    }
    
    .modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image img {
        width: 75px;
    }
    
    .tf-mini-cart-image img 
    .tf-mini-cart-items .side-cart-free {
    margin: 0px 14px;
}
     .tf-mini-cart-items .subscription-left img {
    width: 40px;
    }
    .subscription-card {
            padding: 5px 8px !important;
    }
    .side-cart-free .subscription-info h5{
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
    .tf-mini-cart-items .subscription-right .get-btn{
        width: 92px;
    }
    .categories__card__home img {
    width: 72px;
    }
    
    .tf-mini-cart-items .subscription-card  .subscription-info h5{
        font-size: 12px !important;
    }
    .col-lg-2-custom .categories__card--link{
        height: 100%;
        padding: 10px 0px;

    }
    .col-lg-2-custom .categories__title{
        font-size: 12px;
                line-height: 15px;
                margin-top: 3px;
    }
    .categories__card__home{
            padding: 0px 5px;
    }
    .col-lg-2-custom {
        width: 33.33%;
    }
    
    
    .emi-icons{
        margin-top: 0px !important;
    }
    .subscription-right .get-btn{
        display: none;
    }
    #check-availability{
          padding: 6px 16px !important;  
    }
    .delivery-check button{
        padding: 8px 20px !important;
    }
    .delevery-status{
        margin-left: 0px !important;
    }
    .flexdirectionsm{
        flex-direction: column;
        align-items: start !important;
    }
    .left-img img{
        width: 80px !important;
    }
    .order-item img{
            width: 80px !important;
    }
    .order-item .get-btn img{
        width: 28px !important;
    }
    .downloadInvcBtn{
            width: 50% !important;
    }
    .widget-tabs.style-1 .widget-menu-tab{
        gap: 20px;
    }
    .flat-spacing-cart-spacing{
        padding-top: 0px !important;
    }
    .fp-title{
        font-size: 17px !important;
    }
    .info-item-prd p{
        font-size: 12px;
    }
    .personalisation-title{
        font-size:  16px !important;
    }
    
    .personalised-dets {
    font-size: 16px !important;
}
    .downloadInvcBtn{
        margin-top: 0px;
        font-size: 12px !important;
    }
    .flex-smm-column{
        flex-direction: column;
    }
    .sidebar-account ul li{
        padding: 12px 15px;
    }
    .checkbox-row{
        margin-bottom: 5px;
    }
  .terms{
      margin-top: 5px;
  }
    .checkbox-row label{
        font-size: 15px
    }
    .payment-container  label{
        margin-bottom: 0px;
    }
    .btn-continue {
        margin-top: 8px !important;
    }
    .widget-categories {
    margin-bottom: 0px !important;
}
    .blog-detail-wrap h3 {
        line-height: 28px;
                margin-bottom: 0;
    font-size: 20px;
    }
    .emi-left p{
        font-size: 15px !important;
    }
    .emi-right button{
        padding: 10px 12px !important;
            font-size: 14px !important;
    }
    .tf-product-info-list .tf-product-info-name {
    margin-bottom: 15px;
}
        .tf-product-info-name .tf-product-info-price {
        margin-bottom: 0px;
                margin-top: 15px !important;
    }

#sortby {
    padding: 8px !important;
    font-size: 14px;
}
    .tf-btn-filter {
        padding: 5px 20px !important;
        font-size: 14px;
    }
    .custmCol2 {
        margin-bottom: 10px;
    }
    
    .billing-details {
            margin-top: 15px ! IMPORTANT;
            margin-bottom: 15px ! IMPORTANT;
    }
    .mb-sm-0{
        margin-bottom: 0px !important;
    }
 
    .mb-heading-main .text-secondary{
        line-height: 22px;
        font-size: 14px;
    }
    .mb-heading-sml{
        margin-bottom: 15px !important;
    }
    .product-title-upcoming {
    margin-bottom: 5px !important;
}

.title-launch{
    margin-bottom: 5px !important;
}
    .sectionMainPadd{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .details-section .location .label-rating{
        line-height: 22px;
    }
    .btmListingDetails{
        margin-top: 8px;
    }
    .btmListingDetails .custom-btn{
        justify-content: center;
    }
    .custom-btn-blue{
        width: 100%;
    }
    .topListingDetails{
        flex-direction: column;
    }
    .details-section .gap-2{
            gap: 0rem !important;
    }
    .pt-smm-0{
        padding-top: 0px !Important;
    }
    .pb-sml-0{
        padding-bottom: 0px !Important;
    }
    .city-section{
        font-size: 14px;
    /*align-items: center;*/
    padding: 3px 10px;
    }
    .listing-card .card-body-product{
        padding: 12px;
        padding-top: 6px;
    }
    .listing-card .mid-details{
        font-size: 11px;
    }
    .listing-card .card-body-product .product-title{
        font-size: 14px; 
        min-height: 45px;
    }
    
    .mbSm-0{
        margin-bottom: 0px !important;
    }
    .listing-card 
    .subscribe-content {
        padding: 15px !important;
    }
    .subscribe-content h5 {
        font-weight: 500;
        font-size: 17px;
    }
    
    .tab-product-v2{
        gap: 15px;
    }
    .spec-card{
        
    min-width: 100px;

    }
    .page-title-single{
        font-size: 22px;
    }
    
    .section-block th{
        display: block;
        border-bottom: none;
    }
    .section-block td{
        display: block;
        font-size: 12px;
        border-bottom: none;
    }
    .right-content h2{
        font-size: 14px;
    }
    .left-tabs{
        padding: 0px !important;
    }
    
    .tab-product-v2 .nav-tab-item a{
            font-size: 16px;
    line-height: 15px;
    }
    
    .tab-product-v2{
        justify-content: left;
    }
  .blog-title {
    font-size: 0.95rem;
  }
     .pb-sml-40{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

.pb-0{
    padding-bottom: 0px !important;
}

/**/
 .compare-card {
      border: 1px solid #ddd;
      border-radius: 2px;
      padding: 20px;
      position: relative;
      /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
      background-color: white;
      margin-bottom: 30px;
      overflow: hidden;
    }

    .bike-image {
      max-width: 100%;
      height: auto;
    }
    .prodv-img1 img{
        max-width: 80%;
    }

    .vs-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -86%);
    display: flex
;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}

    .vs-line {
    width: 2px;
    height: 130px;
    background-color: #d3d3d3;
    z-index: 1;
    position: absolute;
    top: -46px;
}

    .vs-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #002147;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #e53935;
    font-size: 14px;
    position: relative;
    z-index: 2;}

    .btn-compare {
      /*background-color: black;*/
      color: black;
      border-radius: 2px;
      border: 1px solid black;
    }
    
    .btn-compare:hover{
        color: black;
      border: 1px solid black;  
    }

    .price-bikecmpr {
      font-weight: 500;
      font-size: 18px;
    }

    .label-cmpr {
      font-size: 14px;
      color: gray;
    }
    
    .compare-card h6{
            font-size: 14px;
            margin-bottom: 0px;
    }
    
    .compare-card h5{
            font-size: 18px;
            /*margin-bottom: 0px;*/
    }
    
    .compare-slider-button-prev,
.compare-slider-button-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  font-size: 2rem;
  color: #333;
  padding: 0 10px;
  border-radius: 50%;
  border: 1px solid;
  user-select: none;
}

.compare-slider-button-prev {
  left: 10px;
  font-size: 18px;
}

.compare-slider-button-next {
  right: 10px;
  font-size: 18px;
}

.compare-slider-button-next i{
    line-height: 30px;
}


.compare-slider-button-prev i{
        line-height: 30px;
}


 .custom-dropdown-container {
            position: relative;
            /*width: 300px;*/
        }

        .custom-dropdown-input {
            width: 100%;
            padding: 10px;
            height: 45px;
            border: 1px solid #ccc;
            border-radius: 4px 4px 0 0;
        }

        .bike-dropdown-menu {
            border: 1px solid #ccc;
            border-top: none;
            position: absolute;
            width: 100%;
            top: 100%;
            max-height: 200px;
            overflow-y: auto;
            background-color: #fff;
                z-index: 99;
    /*position: relative;*/
        }
        
        .bike-dropdown-menu div a{
            display: block;
        }

        .bike-dropdown-menu div {
                padding: 0px 10px;
    cursor: pointer;
    font-size: 14px;
        line-height: 39px;
    border-bottom: 1px solid #f1f1f1;
        }
    .bike-dropdown-menu img{
        margin-right: 5px;
        width: 25px;
    }
        .bike-dropdown-menu div:hover {
            background-color: #f1f1f1;
        }
        
        .breadcrumbs-last li {
                color: #4e4e4e !important;
    font-size: 13px !important;
    line-height: 22px !important;
        }
        
        
        .breadcrumbs-last {
            color: black !important;
            padding: 10px 0;
        }
        
        .breadcrumbs-last i {
    font-size: 10px !important;
    color: #7c7c7c !important;
    font-weight: 600 !important;
}

.summary-box-two{
    background-color: #fff;
    box-shadow: none;
    padding: 20px;
}
        
        
        .bikeBadge {
    background: linear-gradient(135deg, #e52727,  #e52727);
    color: white;
    padding: 0px 0px;
    border-radius: 2px;
    display: flex
;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 10px;
    top: 10px;
    animation: pulse 2s infinite;
    transition: transform 0.3s ease;
}
        .bikeBadge:hover {
            transform: scale(1.05);
        }

        

        .badge-text-bike {
           font-size: 13px;
    padding: 2px 10px;
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(255, 75, 43, 0.7);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(255, 75, 43, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(255, 75, 43, 0);
            }
        }
        
        .right-form-modal{
            padding: 20px;
        }
        
        .modal-title-right{
            font-size: 20px;
        }
        
        .btn-popup{
            width: 100%;
            background-color: black;
            color: #fff;
            border-radius: 5px;
            padding: 10px;
            border: 1px solid !important;
        }
        
        .card-body-vid{
            padding: 5px 10px;
        }
        .card-title-vid{
            font-size: 15px;
            line-height: 25px;
            min-height: 50px;
            display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical; 
              overflow: hidden;
        }
        
        /**/
        .bike-card {
      border-radius: 8px;
      border: 1px solid #eee;
      overflow: hidden;
      /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
      padding: 0px;
      padding-bottom: 18px;
      text-align: center;
      background-color: white;
      transition: transform 0.3s ease;
    }
    

    /*.bike-card:hover {*/
    /*  transform: translateY(-5px);*/
    /*}*/

    .bike-main-img {
      width: 100%;
      aspect-ratio: 1/1;
      /*max-height: 200px;*/
      /*object-fit: contain;*/
    }

    .bike-sub-imgs img {
      height: 70px;
      /*object-fit: contain;*/
      border: 1px solid #eeee;
      margin: 0 2.5px;
      cursor: pointer;
      aspect-ratio: 1/1;
      border-radius: 5px;
    }

    .bike-button {
      border: 1px solid black;
      border-radius: 2px;
      color: black;
      background: transparent;
      padding: 8px 16px;
      margin-top: 5px;
      text-decoration: none;
      display: inline-block;
    }

    /*.bike-button:hover {*/
    /*  background-color: #fd7e14;*/
    /*  color: white;*/
    /*}*/
        
        .bike-card h5{
            font-size: 17px;
        }
        
        .swiper-button-prev.bike-nav,
.swiper-button-next.bike-nav {
  color: #000;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-prev.bike-nav { left: 10px; }
.swiper-button-next.bike-nav { right: 10px; }

.bike-images-swiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    font-size: 15px;
    font-weight: 600;
}
.bike-images-swiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
      font-size: 15px;
    font-weight: 600;
}

.flat-collection-circle .sw-dots.type-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: #000000;
}        

.flat-collection-circle .sw-dots.type-circle .swiper-pagination-bullet::after{
    border: 1px solid #000000;
}


    .pb-sml-0{
        padding-bottom: 0px !important;
    }
    
    .title-listing-grid{
        font-size: 18px;
    }
    
    .custom-btn-service {
            padding: 7px 2px !important;
    font-size: 13px;
    }
    
    .right-table-heading {
        text-align: left;
    }
    
    /**/
    
     .custom-table-container {
      position: relative;
      overflow-x: auto;
      white-space: nowrap;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgb(178 178 178 / 15%);
      background-color: #ffffff;
    }
    .fixed-cell {
      position: sticky;
      left: 0;
      border-left: 0px;
      box-shadow: 5px 0 10px rgb(200 200 200 / 30%);
      background-color:#fff;
      line-height: 22px;
      /*background: #f8f9fa;*/
      z-index: 1;
      font-size: 15px;
      min-width: 180px;
      border-right: 2px solid #dee2e6;
      /*font-weight: 600;*/
      text-align: center;
      color: #333;
      border: 1px solid #f6f6f6 !important;
    }
    .header-cell, .data-cell {
      text-align: center;
      vertical-align: middle;
      padding: 12px;
      border-color: #e9ecef;
    }
    .header-cell {
      background-color: #fafafa;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    }
    /*.data-cell {*/
    /*  background-color: #f8f9fa;*/
    /*}*/
    .custom-table {
      border-collapse: separate;
      border-spacing: 0;
    }
    .table-bordered .header-cell, .table-bordered .data-cell {
      border: 1px solid #f6f6f6;
      font-size: 15px;
      
    }
    .link-style {
      font-weight: 500;
      text-decoration: none;
      transition: color 0.3s;
    }
    .link-style:hover {
      color: #0056b3;
      text-decoration: underline;
    }
    @media (max-width: 768px) {
      .fixed-cell {
        min-width: 140px;
        font-size: 14px;
      }
      .header-cell, .data-cell {
        padding: 8px;
        font-size: 14px !important;
        font-size: 0.9rem;
      }
    }
    
    .custom-table-container::-webkit-scrollbar {
  height: 8px; /* Adjust height for horizontal scrollbar */
}

.custom-table-container::-webkit-scrollbar-thumb {
  background-color: #888; /* Thumb color */
  border-radius: 10px;
  border: 2px solid #ffffff; /* Matches container background for padding effect */
}

.custom-table-container::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Track color */
  border-radius: 10px;
}


/*.tf-product-media-details{*/
/*    aspect-ratio: 3 / 2;*/
/*}*/

.stagger-finished{
    cursor: pointer;
}

.spec-card h6{
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #e52727;
}

.spec-card-img{
    width: 35px;
}

.spec-card p{
    font-size: 14px;
}
.title-brochure{
    font-size: 20px;
    font-weight: 600;
}
 .brochure-card {
      border: 1px solid #eee;
      border-radius: 2px;
      padding: 20px;
      max-width: 350px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .brochure-icon {
      font-size: 40px;
      color: #dc3545;
    }
    .download-btn {
      /*border: 1px solid #dc3545;*/
      color: #fff;
      width: 100%;
      background-color: black;
      border-radius: 2px;
      font-weight: 500;
      border: 1px solid black;
    }
    .download-btn:hover {
      border: 1px solid black;
    }
    
    .sidebar-title-filter{
        font-size: 20px;
    }
    
    .sidebar-filter-brand{
        border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    }
    
    .filter-list {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        gap: 8px;
    }
    .filter-list label{
        font-size: 15px;
    }
    
    
    .filter-checkbox{
        width: 18px;
        height: 18px;
            accent-color: #000000;
    }
    
     /* Hide brand list on mobile by default */
    @media (max-width: 767.98px) {
        .video-card{
            margin-bottom: 16px;
        }
        
        .sidebar-title-filter {
    font-size: 16px;
    margin-bottom: 0px;
}
        .sidebar-filter-brand {
            margin-bottom:0px;
            border: 1px solid #eee;
    padding: 2px 10px;
    border-radius: 5px;
        }
      .brand-list {
        display: none;
        margin-top: 10px;
      }

      .brand-list.active {
        display: block;
      }

      .toggle-icon {
        cursor: pointer;
      }

      .toggle-icon.rotated {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
      }
    }
    
    .mobile-brand-filter{
            margin-top: 20px;
    position: sticky;
    background: #fff;
    top: 0px;
    margin-bottom: 20px;
    }
    
    /*checkout page css*/
       .payment-container {
        /* background-color: white; */
        /* border-radius: 10px; */
        padding: 10px;
        /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
    }
    .payment-option {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        /* padding: 10px; */
        /* border: 1px solid #ddd; */
        border-radius: 5px;
    }
    
    .payment-checkbox {
        margin-right: 10px;
           min-width: 20px;
    min-height: 20px;
    }
    
    .payment-details {
        flex-grow: 1;
    }
    
    .payment-title {
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .payment-input-container {
        display: flex;
        margin-top: 10px;
        display: none;
    }
    
    .payment-text-input {
        flex-grow: 1;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px 0 0 4px;
    }
    
    .payment-action-button {
        padding: 8px 15px;
        background-color: #0066cc;
        color: white;
        border: none;
        border-radius: 0 4px 4px 0;
        cursor: pointer;
    }
    
    .payment-divider {
        border-top: 1px solid #ddd;
        margin: 15px 0;
    }
    
    .payment-footer {
        /* text-align: center;*/
        color: #666;
        font-size: 14px;
    }
    
    
    /*checkout page css*/
    
    
     .otp-input {
      width: 50px;
      height: 50px;
      text-align: center;
      font-size: 24px;
      border: 1px solid #ccc;
      border-radius: 6px;
      margin: 0 5px;
    }
    #otpModal .modal-content {
      border-radius: 8px;
      padding: 30px;
      text-align: center;
      background: #fff !important;
    }
    .verify-btn {
        display: flex;
        align-items: center;
        justify-content: center;
      width: 100%;
      color: white;
      font-size: 15px;
      padding: 8px 0;
      border-radius: 8px;
      font-weight: 500;
    }
    .resend-link {
      /*margin-top: 15px;*/
      display: block;
      color: #007bff;
      text-decoration: none;
      font-size: 14px;
    }
    .resend-link:hover {
      text-decoration: underline;
    }

    #otpModal .modal-dialog{
        top: 20%;
    }
    
    .checkbox-compare{
        width: 20px;
    height: 20px;
    border-radius: 2px;
    }
    
    
    .right-content-sticky{
        height: 50%;
    top: 120px;
    position: sticky;
    }
    .resend-otp {
        cursor: pointer;
    }
    .d-none{
        display:none;
    }
    
    
    /**/
    
    .city-modal-content {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: white;
      /* padding: 20px; */
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
      width: 640px;
    }

    .city-input {
      border-radius: 2px;
      /* margin-bottom: 10px; */
      height: 50px;
    }
    .city-dropdown {
      position: absolute;
      width: calc(100% - 30px);
      /* border: 0px; */
      bottom: 25px;
    }

    #cityPopup .modal-body{
      height: 50px;
    }
    .modal-header-city{
      background-color: #f6f6f6;
      height: 85px;
    }

    .city-dropdown-menu {
      max-height: 200px;
      overflow-y: auto;
      display: none;
      position: absolute;
      width: 100%;
      background: white;
      border: 1px solid #ccc;
      border-radius: 4px;
      z-index: 1001;
    }

    .city-dropdown-item {
      padding: 5px 10px;
      cursor: pointer;
    }

    .city-dropdown-item:hover {
      background-color: #f8f9fa;
    }

    .city-input:focus + .city-dropdown-menu {
      display: block;
    }

    .btn-know-more {
      background-color: #dc3545;
      color: white;
    }

    .btn-know-more:hover {
      background-color: #c82333;
    }

    .city-section {
      cursor: pointer;
      display: flex;
      align-items: center;
      padding: 5px 10px;
    border: 1px solid #e52727;
      border-radius: 5px;
      background: white;
    }
    .city-section span {
      margin-left: 5px;
      color: #495057;
    }
    /*.city-section::after {*/
    /*  content: '▼';*/
      
    /*}*/
    
    .downIcon{
        width: 18px;
    margin-left: 3px;
    margin-top: 2px;
    }
    .city-section .fa-caret-down{
       margin-left: 5px;
      color: #6c757d; 
    }
    #cityPopupLabel{
        font-size: 20px;
    }
    .city-section .fa-location-dot{
        margin-right: 3px;
            color: #e52727;
    }
    
    .modal-header-city .btn-close{
        font-size: 13px;
    }
    .top-title p{
        margin-bottom: 10px;
    }
    
    .modal-header-city{
        padding-top: 0px;
    }
    
    .flat-collection-circle .sw-dots:not(.swiper-pagination-lock) {
        margin-top: 10px !important;
    }
    
    .mobile-arrow{
        width:20% !important;
    }
    
    .custom-product-card .custom-card-body h5 a{
         display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 22px;
  text-overflow: ellipsis;
    }

#no-more h3{
    font-size: 16px;
}

.brandIcniMg{
    padding: 20px;
    padding-bottom: 10px;
}


/**/

.btn-deliver{
    border-radius: 5px !important;
    font-size: 14px;
} 


    
#visitor_num{
     border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;   
}

/**/

.searchBtnlist{
    border-radius: 5px;
}

.about__card{
    border-radius: 8px;
}

.video-card .card{
    border-radius: 8px !important;
}

.main_input_search_part{
    border-radius: 8px;
}

@media screen and (width: 800px)  {
        h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .brand-card p{
        font-size: 11px;
    }
 .search-container-list{
     margin-top: 0px !important;
 }
 .main_input_search_part input{
     height: 44px !important;
 }
 .brand-card {
     padding: 10px !important;
 }
 
 .brand-logo {
    max-width: 100% !important;
 }
}

.userPf {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.sidebar-account-mY{
    border-radius: 8px;
}

.widget-categories{
    margin-bottom: 20px;
}

.styled-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important; /* Optional: to reset text color */
}

.forget-email-input{
    height: 100%;
}

#user_email{
    font-size: 16px;
        border-top-right-radius: 5px !important;
        
    border-bottom-right-radius: 5px !important;
}

.forget-email-input{
     border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.login-wrap .left .button-submit .btn-fill{
    padding: 8px 32px;
}

#close-popup{
    cursor: pointer;
}


/**/

 .price-input {
          width: 100%;
          display: flex;
          margin: 30px 0 35px;
        }
        .price-input .field {
          display: flex;
          width: 100%;
          height: 45px;
          align-items: center;
        }
        .field input {
          width: 100%;
          height: 100%;
          outline: none;
          font-size: 16px;
          margin-left: 12px;
          border-radius: 5px;
          text-align: center;
          border: 1px solid #999;
          -moz-appearance: textfield;
        }
        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
          -webkit-appearance: none;
        }
        .price-input .separator {
          width: 130px;
          display: flex;
          font-size: 19px;
          align-items: center;
          justify-content: center;
        }
        .slider {
          height: 5px;
          position: relative;
          background: #ddd;
          border-radius: 5px;
        }
        .slider .progress {
          height: 100%;
          left: 25%;
          right: 25%;
          position: absolute;
          border-radius: 5px;
          background: black;
        }
        .range-input {
          position: relative;
        }
        .range-input input {
          position: absolute;
          width: 100%;
          height: 5px;
          top: -5px;
          background: none;
          pointer-events: none;
          -webkit-appearance: none;
          -moz-appearance: none;
        }
        
         input[type="range"]::-webkit-slider-thumb {
          height: 17px;
          width: 17px;
          border-radius: 50%;
          background: black;
          pointer-events: auto;
          -webkit-appearance: none;
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        }
        input[type="range"]::-moz-range-thumb {
          height: 17px;
          width: 17px;
          border: none;
          border-radius: 50%;
          background: #17a2b8;
          pointer-events: auto;
          -moz-appearance: none;
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        }
        .re-ad-box img{
            border-top-left-radius: 7px;
            border-bottom-left-radius: 7px;
        }
        
        .ads-bike{
            width: 100%;
        }
        
        .ads-bike img{
            border-radius: 8px;
            aspect-ratio: 1280/150
        }
        
        #bikePopup .modal-body  img{
              border-top-left-radius: 7px;
            border-bottom-left-radius: 7px;
        }
        
        @media(max-width: 500px){
            .order-card-success .product-image img{
                    width: 70px;
            }
            /*.order-card-success .product-image{*/
            /*  width: 115px !important;*/

            /*}*/
            .btn-view-dets{
                font-size: 12px;
                padding: 5px 2px;

            }
            .tentative-date {
                font-size: 12px !important;
                        line-height: 17px;

            }
            
            .listing-card .mid-details{
                flex-wrap: wrap;
            }
        }
        .ads-sections img{
            width: 100%;
        }
        
        /*********************/
          .location-field-unique {
            position: relative;
            display: flex;
            align-items: center;
            border: 1px solid #e52727;
            border-radius: 5px;
            padding: 0px;
            cursor: pointer;
            /*width: 140px;*/
            transition: width 0.3s ease;
        }

        .location-field-unique.expanded-unique {
            width: 300px;
            padding: 0px;
        }

        .location-input-unique {
            border: none;
            outline: none;
            width: 100%;
            background: transparent;
            font-size: 16px;
            border-radius: 0px;
        }

        .dropdown-unique {
            display: none;
            position: absolute;
            z-index: 9;
            top: 100%;
            left: 0;
            width: 100%;
            background: white;
            border: 1px solid #ccc;
            max-height: 200px;
            overflow-y: auto;
            border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
        }

        .dropdown-unique.active {
            display: block;
        }

        .dropdown-list-unique {
            list-style: none;
            padding: 10px ;
            padding-top: 0;
            margin: 0;
        }

        .dropdown-item-unique {
            padding: 5px 10px;
            cursor: pointer;
        }

        .dropdown-item-unique:hover {
            background: #f0f0f0;
        }
        
        .location-input-unique{
            margin-left: 5px;
        }
        
        .location-input-unique{
            border: none !important;
            padding: 0px !important;
        }
        
        .alternative-contact {
            margin-top: 12px;
        }
        
        .city-changed{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
        }
        
        .dropdown-list-unique li{
                margin-top: 10px;
    white-space: nowrap;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*width: 180px;*/
    display: block;
        }
        
        .dropdown-list-unique i{
            margin-right: 10px;
        }
        .form-row-padd{

        }
        .form-row-padd {
    padding: 5px;
}
       .form-child-padd {
    padding-left: 8px;
    padding-right: 8px;
}

#ercustomer_phone{
    padding: 10px 16px;

}
.sidebar-ads img{
    border-radius: 8px;
}

.ads-img img{
    border-radius: 8px;
}

.map{
    border-radius: 8px;
}

#filterShop .price-input{
    margin-bottom: 0px;
}

#filterShop .fieldset-item label{
    margin-bottom: 0px;
}
#no-more{
    margin-top: 10px;
}
#no-more #loadMoreProducts{
    background: black;
    color: #fff;
    padding: 6px 18px;
    border-radius: 5px;
}
#sortby {
    padding: 8px;
    border-radius: 5px;
    border: solid 2px #111111;
    box-shadow: 1px 1px 10px #75757559;
}

.btn-readmore{
    color: #e43131;
    font-size: 14px;
}

.product-title-upcoming{
    margin-bottom: 2px;
}

.content-bikeBtm p{
    margin-bottom: 15px;
}

.content-bikeBtm p:last-child {
  margin-bottom: 0px;
}

.tf-sw-collection.center-slides .swiper-wrapper {
  justify-content: center;
}


@media (min-width: 992px){
    .d-none-aftr{
        display:none;
    }
    
    .pRntDiv{
        position: sticky;
        top: 30px;
    }
    
      .tf-sw-collection-tabs.center-slides .swiper-wrapper {
      justify-content: center;
    }
    .tf-sw-popular-slider.center-slides .swiper-wrapper {
  justify-content: center;
}
.tf-sw-alternative-slider.center-slides .swiper-wrapper {
  justify-content: center;
}
}
.bike-images-swiper.center-slides .swiper-wrapper {
  justify-content: center;
}



.listing-card h5{
        margin-bottom: 3px;
}

.title-launch{
    margin-bottom: 2px;
}

 .card-body-product{
        padding-top: 7px;
}

.ads-img{
    border-radius: 8px;
}
.lb-nav a.lb-next{
    opacity: 1 !important;
    display: block !important;
}
.lb-nav a.lb-prev{
    opacity: 1 !important;
    display: block !important;
}

.flat-spacing-25{
    padding-top: 25px;
    padding-bottom: 25px;
}

.for-mainPage-Pd{
    padding: 25px 0px;
}

.pb-40{
    padding-bottom: 40px;
}

.add-bike-form-disababled{
    opacity: 0.5;
    pointer-events: none;
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    cursor: not-allowed;
}

.search-wrapper-unique{
    position: relative;
}

    .search-wrapper-unique input {
      padding: 10px 40px 10px 15px;
      font-size: 15px;
      border: 1px solid #ddd;
      border-radius: 25px;
      outline: none;
      width: 430px;
      background: #f9f9f9;
      transition: all 0.3s ease;
    }

    .search-wrapper-unique input:focus {
      border-color: #ff6600;
      background: #fff;
      box-shadow: 0 0 8px rgba(255, 102, 0, 0.4);
    }
    .list-headingSearch{
        position: relative;
            display: flex
;
    align-items: center;
    justify-content: space-between;
    }

    .search-icon-unique {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 16px;
      color: #888;
      pointer-events: none;
    }
    
     /* Dropdown box */
    .search-dropdown-unique {
      position: absolute;
      top: 45px;
      z-index: 9;
      left: 0;
      width: 100%;
      background: #fff;
      border: 1px solid #ddd;
          max-height: 250px;
    overflow: auto;
      border-radius: 6px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      list-style: none;
      padding: 8px 0;
      margin: 5px 0 0 0;
      font-size: 14px;
    }

    .search-dropdown-unique li {
      padding: 6px 15px;
      cursor: pointer;
      transition: background 0.2s;
    }

    .search-dropdown-unique li:hover {
      background: #f8f8f8;
    }
    
    .products-list__item  .product-card__image{
        position: relative;
    }
    
    .on-sale-item-badge{
        position: absolute;
    right: -10px;
    top: -10px;
}
.productCardMain{
    min-height: 34px;
    line-height: 21px;
}

.colorName{
        position: absolute;
    font-weight: 500;
    /*background: #e52727;*/
    border: 1px solid;
    font-size: 15px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #e52727;
}
.detailServiceLocator{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inputIcn{
        position: relative;
    width: fit-content;
        margin: auto;
}

.displacement-from-to .text-danger{
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.tf-sw-collection-tabs  .card-body{
    padding-top: 10px;
}

.mAinPadd{
    padding-top: 25px;
    padding-bottom: 25px;
}

.sectionMainPadd{
        padding-top: 25px;
    padding-bottom: 25px;
}

.mb-heading-main{
    margin-bottom: 25px;
}

.location-field-unique-details{
    width: 300px;
}

.topListingDetails{
    display: flex;
}

.details-section .text-muted {
    font-weight: 600;
    font-size: 15px;
}

@media (min-width: 768px) {
    
  .sticky-col {
    position: sticky;
    top: 120px; /* adjust spacing as needed */
  }
}
#selectedDisplay2{
        border: 2px solid var(--line);
}
.marginBtW{
    margin-bottom: 8px;
}

.custom-dets{
    font-size: 13px !important;
}

.re-form-col-left .btn-close{
    font-size: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
}

#selectedDisplay1{
        border: 2px solid var(--line);
}


.dropdown-container1  .country-list{
      bottom: -417%;
}

.compare-swiper-slider .card-body-product{
         padding-bottom: 5px;   
    }
    
    .location-field-unique-search {
        width: 300px;
    }
    
    .searchMinheighT{
        min-height: 65px;
    }
    
    .card-body-search{
        padding-top:12px;
    }
    
    .searchMinheighT .trending-badge {
        margin-bottom: 5px;
    }
    
    .discount-search{
        background: #34a853;
        color: #ffffff;
        padding: 2px 5px;
        border-radius: 4px;
        font-size: 11px;
    }
    
    .catGTitle{
            line-height: 22px;
    min-height: 44px;
    margin-top: 3px;
    }
    
    .input-container .ps-abs{
            position: absolute;
    left: 0;
    bottom: -22px;
    font-size: 12px;
    }
    
    .ps-abs-cust{
        bottom: -13px;
         position: absolute;
        font-size: 12px;
    }
    
    .col-width-resp-right .product-detail{
        line-height: 22px;
    }
    
    .error-container  .btn-home{
        border-radius: 5px !important;
    }
    
    .third-accessory-card img{
        border-radius: 8px;
    }
    
    .btn-banner{
        width: 40%;
        justify-content: center;
    }
    
    .btn-banner:hover{
        background-color: black;
        color: #fff;
    }
    
     .enquire-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #25D366;
      color: white;
      font-family: Arial, sans-serif;
      font-size: 18px;
      font-weight: bold;
      padding: 10px 20px;
      border-radius: 25px;
      border: none;
      cursor: pointer;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
    .whatsapp-header {
      width: 32px;
      /*height: 24px;*/
      margin-right: 10px;
    }
    
    .btn-banner a{
        color: #fff;
    }
    
    .pb-55-custom{
        padding-bottom: 55px !important;
    }
    
    .pt-40-custom{
        padding-top: 40px !important;
    }
    @media (max-width: 765px){
         .pb-55-custom{
        padding-bottom: 45px !important;
        }
         .sectionMainPadd .row-cols-2>* {
    flex: 0 0 auto;
    width: 33%;
}
    }
    
    .Resend-timing {
            cursor: pointer;
    }
    
    .otpTimers{
        font-size: 13px;
        text-align: right;
    }
    
    
    .box-fieldset-item label{
            font-size: 14px;
    }
    
    .feature-swiper-slider {
      overflow: hidden; 
      padding-left: 10px;
    padding-right: 15px;
}

.top-titlecatG{
    border-bottom: 0px ;
}

.card-product-catG{
    padding-bottom: 5px;
}

.row-sellerSection{
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 15px;
}

 /*.sellerImg{*/
 /*        background: #eee;*/
 /*}*/
 .read-more-btn{
     cursor: pointer;
 }
 
 .departments__button-title{
     font-size: 15px;
 }
 
 .widget-facet .collapse {
         max-height: 290px;
    overflow: auto;
 }
 
 .custmCol0 h3{
     font-size: 24px;
 }
 
  .emi-container {
      background: #e52727;
      /*width: 420px;*/
      border-radius: 10px;
      margin-top: 15px;
      padding: 8px;
      font-size: 14px;
      position: relative;
    }

    .emi-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 4px 8px;
      padding-top: 0px;
      font-weight: bold;
      font-size: 14px;
      color: #ffffff;
    }

    .emi-header span {
      font-weight: normal;
      font-size: 12px;
    }

    .emi-body {
         background: #fff;
    color: white;
    border-radius: 8px;
    padding: 16px;
    padding-top: 12px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    }

    .emi-left {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .emi-left p {
    margin: 0;
    font-size: 15px;
    color: black;
    margin-bottom: 5px;
    font-weight: 500;
}

    .emi-icons {
      display: flex;
      gap: 6px;
      margin-top: 10px;
    }
    
    .modal-body-emi{
        max-height: 400px;
        overflow: auto;
    }

    .emi-icons img {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 1px solid #ccc;
      background: white;
      padding: 2px;
    }

    .emi-right button {
      background: #e52727;
      color: rgb(255, 255, 255);
      border: none;
      padding: 10px 18px;
      border-radius: 5px;
      font-weight: 500;
      cursor: pointer;
      font-size: 14px;
      transition: 0.3s;
    }

    .emi-right button:hover {
      background: #e52727;
    }
    .emi-header-icon{
        width: 85px;
    }
    .emi-header-title{
        font-size: 15px;
    }
    
    #emiModalLabel{
        font-size: 18px;
    }
    
    .incrementNumber{
            background: white;
    color: black;
    border-radius: 50%;
    width: 28px;
    border: 1px solid #ccc;
    height: 28px;
    display: flex;
    align-items: center;
    color: #878787;
    font-size: 14px;
    justify-content: center;
}

.downloadInvcBtn{
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 5px 10px;
    width: 20%;
    font-size: 14px;
}
.writereview{
    color: blue;
    font-size: 14px;
}

.unlockShop a{
    color: #e52727;
}

.brand-img-value{
    width: 26px;
    margin-right: 5px;
}

.filter-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.yearly-filters label {
      margin-right: 8px;
    font-size: 14px;
    cursor: pointer;
    padding: 3px 15px;
    gap: 5px;
    border: 2px solid black;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0px;
}

.yearly-filters{
    display: flex;
}
.yearly-filters-checkbox{
    width: 17px;
    height: 17px;
        accent-color: #e52727;
}

.filter-button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 13px;
  border: 1px solid #000;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.filter-button:hover {
  background-color: #f0f0f0;
}

/* Mobile view: show only below 768px */
.filter-container-mobile {
    display: block; /* visible on mobile */
}
.filter-container-web {
    display: none; /* hidden on mobile */
}

/* Web view: show only 768px and above */
@media (min-width: 768px) {
    .filter-container-mobile {
        display: none; /* hidden on desktop */
    }
    .filter-container-web {
        display: block; /* visible on desktop */
    }
}


 .search-container-filter {
    position: relative;
        width: 100%;
    margin: 10px auto;

  }

  /* Search input field */
  .search-container-filter input[type="text"] {
    width: 100%;
    padding: 5px 40px 5px 10px;
    border: 2px solid #ccc;
    border-radius: 25px;
    font-size: 16px;
    outline: none;
    transition: border 0.3s;
  }

  /* Highlight border on focus */
  .search-container-filter input[type="text"]:focus {
    border-color: #d81111;
  }

  /* Search icon */
  .search-container-filter .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 15px;
    pointer-events: none; /* So clicking the icon focuses input */
  }
  
  .widget-facet  .collapse{
      padding-right: 5px;
  }
    /**************************** loader css added deepak ***************************/
    .loader {   
        width: 48px;
        height: 48px;
        border: 3px solid #FFF;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        animation: rotation 1s linear infinite; 
    } 
    .loader::after {   
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 3px solid;
        border-color: #e52727 transparent;
    } @keyframes rotation {   0% {     transform: rotate(0deg);   }   100% {     transform: rotate(360deg);   } }
    
    .loader-small {   
        width: 20px;
        height: 20px;
        border: 2px solid #FFF;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        animation: rotation 1s linear infinite; 
    } 
    .loader-small::after {   
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 17px;
        height: 17px;
        border-radius: 50%;
        border: 2px solid;
        border-color: #e52727 transparent;
    } @keyframes rotation {   0% {     transform: rotate(0deg);   }   100% {     transform: rotate(360deg);   } }
    
    .whatsapp-sticky{
        position: fixed;
        bottom: 15px;
        left: 15px;
        z-index: 9999;
    }
    
    .shop-text{
        font-size: 14px;
    }
    
    .whatsapp-img-sticky{
        width: 45px;
        animation: bounce 2s infinite;
    }
    
    
    @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }

  @keyframes textGlow {
    from { text-shadow: 0 0 5px #25D366; }
    to { text-shadow: 0 0 20px #25D366; }
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
  }
  
  
     .item-card {
         
     
            text-align: center;
            /*min-width: 120px;*/
            color: #333;
                /*font-weight: 500;*/
        }
        .item-icon {
            font-size: 2rem;
            color: #FF9900;
            margin-bottom: 5px;
        }
        .item-label {
            font-size: 12px;
            line-height: 17px;
            word-break: break-word;
        }
        .item-slider {
            padding: 20px 0;
        }
        .item-slide {
            display: flex;
            justify-content: center;
        }
        @media (max-width: 768px) {
            .item-card {
                min-width: 100px;
            }
            .item-icon {
                font-size: 1.5rem;
            }
            .item-label {
                font-size: 0.7rem;
            }
        }
        
        .item-card img{
            width: 40px;
        }
        
        
        .whatsapp-float {
  position: fixed;
  bottom: 30px;
  /*right: 30px;*/
  left: 30px;
  z-index: 999;
}

.whatsapp-link {
  display: flex;
  align-items: center;
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 50px; /* Initial width just for icon */
  transition: width 0.3s ease;
}

.whatsapp-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.whatsapp-text {
  white-space: nowrap;
  margin-left: 10px;
  font-weight: 500;
  opacity: 0;
  font-size: 15px;
  transform: translateX(20px);
  transition: all 0.3s ease;
}

/* Hover Animation */
.whatsapp-link:hover {
  width: 215px;
}

.whatsapp-link:hover .whatsapp-text {
  opacity: 1;
  transform: translateX(0);
}

 .delivery-check {
            display: flex;
            gap: 10px;
        }
        
        .upload-section{
            border: 1px solid #ddd;
      padding: 10px 10px;
      border-radius: 8px;
        }
        
         .upload-section-inner {
      
      display: flex;
      align-items: center;
      gap: 20px;
      /*max-width: 500px;*/
      background-color: #fff;
    }

    .upload-section-inner img {
      width: 75px;
      /*height: 80px;*/
      object-fit: contain;
    }

    .upload-info {
      flex-grow: 1;
    }

    .upload-info p {
      margin: 0;
      font-size: 14px;
      color: #555;
    }

    .upload-btn {
      border: 2px solid black;
      color: #555;
      background-color: #fff;
      padding: 8px 16px;
      border-radius: 5px;
      cursor: pointer;
      transition: all 0.3s;
    }
    
    /***************** deepak css start ****************************/
        .upload-btn {
            position: relative;
            display: inline-block;
            overflow: hidden;
            cursor: pointer;
            color: black;
            padding: 8px 18px;
            border-radius: 5px;
            font-size: 15px;
            font-weight: 500;
            transition: 0.3s;
        }
        
        .upload-btn input[type=file] {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            cursor: pointer;
            height: 100%;
            width: 100%;
        }
    /***************** deepak css end ****************************/
    
    .personalised-dets{
        font-size: 16px;
    }
    
    /**/
    

.personalisation-title {
    font-size: 16px; /* Slightly larger text */
    /*font-weight: bold;*/
    margin-bottom: 10px; /* Space below the title */
    color: #333;
}

.text-input-wrapper {
   position: relative;
   
}

.input-icon {
    font-size: 1.2em; /* Size of the chat bubble icon */
    margin-right: 10px;
    /* Optional: You could use a proper icon font or SVG here */
}

.personalisation-input {
  padding-left: 45px !important;
  padding-top: 11px ;
  padding-bottom: 11px;
}

.personalisation-input::placeholder {
    color: #aaa; /* Lighter grey for placeholder text */
    /* Match the weight of the placeholder text */
    font-weight: 400; 
}

.char-count {
       font-size: 0.9em;
    color: #999;
    position: absolute;
    margin-left: 10px;
    right: 10px;
    top: 12px;

}

.chat-bubble{
        position: absolute;
    top: 11px;
    left: 11px;
    width: 25px;
}

/**********************/

.ps-product-card {
            border: 1px solid #e0e0e0;
            /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
            transition: transform 0.3s ease;
            height: 100%;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
        }

        /*.ps-product-card:hover {*/
        /*    transform: translateY(-5px);*/
        /*    box-shadow: 0 8px 16px rgba(0,0,0,0.15);*/
        /*}*/

        .ps-product-image {
            height: auto;
            object-fit: cover;
            border-bottom: 1px solid #e0e0e0;
        }

        .ps-swiper-button-next,
        .ps-swiper-button-prev {
            color: #007bff !important;
        }

        .ps-swiper-pagination-bullet-active {
            background: #007bff !important;
        }
        .ps-card-price {
            font-size: 15px;
            font-weight: 500;
    /*            line-height: 5px;*/
    /*margin-top: 2px;*/
    /*margin-bottom: 13px !important;*/
    /*    }*/
    /*    .ps-title {*/
    /*        font-size: 18px;*/
        }

.ps-card-title {
    font-size: 13px;
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    font-weight: 400;
  -webkit-line-clamp: 2;  /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 20px;
  text-overflow: ellipsis;
}
.ps-title {
     font-size: 16px;
    font-weight: 500;
}

.ps-card-body {
    padding: 8px;
}

.ps-swiper-button-next:after{
      font-size: 9px;
    background: #fff;
    color: black;
    padding: 7px 10px;
    border-radius: 50%;
    font-weight: 700;
}

.ps-swiper-button-prev:after{
        font-size: 9px;
    background: #fff;
    color: black;
    padding: 7px 10px;
    border-radius: 50%;
    font-weight: 700;
}

.freegift-section {
      margin: 0px auto;
      margin-bottom: 25px;
      margin-top: 25px;
      padding: 0;
    }

    .freegift-title {
      /*font-weight: 700;*/
      font-size: 16px;
      margin-bottom: 15px;
    }
    .ps-container {
            border: 1px solid #dadada;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
    margin-top: 15px;
    }

    .freegift-card {
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      background: #fff;
      transition: all 0.3s ease;
    }

    /*.freegift-card:hover {*/
    /*  transform: translateY(-6px);*/
    /*  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);*/
    /*}*/

    .freegift-img {
      width: 100%;
      /*height: 200px;*/
      aspect-ratio: 1/1;
      object-fit: cover;
    }

    .freegift-checkbox {
      position: absolute;
      top: 10px;
      right: 10px;
      transform: scale(1.4);
      z-index: 2;
    }

    .freegift-info {
      text-align: center;
      padding: 5px;
    }

    .freegift-name {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 0px;
      color: #222;
    }

    .freegift-label {
      color: green;
          line-height: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    }

 .fp-container {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }

    .fp-title {
      /*font-weight: 700;*/
      font-size: 17px;
      text-align: left;
    }
.cart-icons-list {
    font-size: 15px;
}
    .fp-product-card {
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      background-color: #fff;
    }

    /*.fp-product-card:hover {*/
    /*  transform: translateY(-5px);*/
    /*  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
    /*}*/

    .fp-product-image {
      width: 100%;
      /*height: 250px;*/
      object-fit: cover;
    }

    .fp-card-body {
      padding: 10px;
    }

    .fp-card-title {
      font-size: 13px;
      font-weight: 600;
      color: #333;
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: 0px;
      line-height: 23px;
    }
    

    .fp-card-price {
      font-weight: 500;
    }

    .fp-swiper-button-next,
    .fp-swiper-button-prev {
      color: #333;
      transition: color 0.3s ease;
    }

    .fp-swiper-button-next:hover,
    .fp-swiper-button-prev:hover {
      color: #007bff;
    }

    .fp-swiper-wrapper {
      padding-bottom: 10px;
    }
    
    .addprdbtn{
    /*        border: 1px solid;*/
    /*border-radius: 7px;*/
    /*margin-top: 4px;*/
    /*padding: 3px 10px;*/
    /*width: 100%;*/
    font-size: 14px;

    }
 .d-noneMin-576px{
         width: 100%;
    text-align: center;
        padding: 6px;
 }
 .fp-container {
     background-color: #fff;
     padding: 20px;
     border-radius: 8px;
 }
 .cust_title{
     font-size: 18px;
 }
 .productCartTitle_customize{
      font-size: 16px;
 }
 
 .customImg{
     border-radius: 8px;
 }
 .fp-swiper-button-next{
         border-radius: 50%;
    background: #fff;
    padding: 5px;
    height: 30px;
 }
 
 .fp-swiper-button-next:after{
     font-size: 14px;
 }

 .fp-swiper-button-prev{
         border-radius: 50%;
    background: #fff;
    padding: 5px;
    height: 30px;
 }
 
 .fp-swiper-button-prev:after{
     font-size: 14px;
 }
 
 .delivery-check button{
     background-color: #fff;
     color: black;
 }
 
 .product-detail span img{
     width: 45px;
     border-radius: 5px;
     aspect-ratio: 10 / 7;
 }
 
 .subscription-card {
          display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #e8e8e8; */
    background: linear-gradient(to right, #f6f6f6, #ffbfbf);
    background-color: #e8f0d5;
    border-radius: 30px;
    padding: 8px 20px;
    border: 1px solid #ffa3a3;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    }
    .subscription-card:last-child {
  margin-bottom: 0;
}
    
    .box-section h3{
        font-size: 22px;
    }

    .subscription-left {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .subscription-left img {
      width: 50px;
      height: 50px;
      border-radius: 8px;
    }

    .subscription-info h5 {
    font-size: 14px;
    line-height: 22px;
      margin: 0;
      font-weight: 500;
      padding-right: 5px;
    }

    .subscription-info small {
      color: #777;
    }

    .subscription-right {
      text-align: right;
    }

    .get-btn {
      background-color: #fff;
      color: black;
      border: none;
      border-radius: 8px;
      padding: 4px 15px;
      min-width: 115px;
    font-weight: 500;
      transition: 0.2s;
      font-size: 13px;
          gap: 3px;
          cursor: auto !important;
    }
    
    .get-btn img{
        width: 28px;
        margin-bottom: 3px;
    }
    
    .get-btn:hover{
        background-color: #fff;
    }
     .content P{
         font-size: 15px;
         margin-bottom: 15px;
     }
     
     /*.tf-product-info-by-btn .cartlodingStart{*/
     /*    margin-top: 7px;*/
     /*}*/
     
     .tf-product-info-by-btn  a{
         display: flex;
         align-items: center;
         gap: 5px
     }
     .max-width-576-nOne{
         font-size: 15px;
     }
     
     .border-bottom-order{
         border-bottom: 1px solid #dadada;
         margin-bottom: 15px;
         padding-bottom: 15px;
     }
     
     .left-img img{
         width: 100px;
         aspect-ratio: 1/1;
     }
     
     .style-text .text-title{
         font-size: 12px;
     }
     .free-img{
         width: 70px;
    margin-top: 5px;
     }
     
     .contact-us-content h4{
         font-size: 26px;
     }
     
     .cart-free-img img{
             width: 70px;
     }
     
     .side-cart-free{
         margin: 0px 24px;
     }
     
     
     .main-mini{
         border-bottom: 1px solid #eaeaea;
    padding-bottom: 13px;
    position: relative;
     }
     
     .subscription-card-mini {
         padding: 5px 8px;
     }
     
      .subscription-card-mini .subscription-info h5{
          font-size: 13px;
      }
      
      .subscription-card-mini .subscription-left{
          gap: 8px;
      }
      
       .subscription-card-mini .get-btn{
               padding: 3px 8px;
               font-size: 12px;
               min-width: auto;
       }
       .subscription-card-mini .get-btn img{
    width: 24px;
       }
       
       .scroll-btn-custm{
           display: flex;
       }
       
       .subscription-card-main{
        background: #fff;
        padding: 15px;
        border-radius: 12px;
       }
       
       .fp-title-checkout{
        font-size: 17px;
    }
    .order-success-right p{
        font-size: 14px;
            line-height: 22px;
    }
    
    .order-success-right .customImg img{
        width: 50px;
    }
     
    .subscription-main{
        padding: 15px;
        padding-bottom: 0px;
    }
    
    .fp-title-success{
        font-size: 16px;
    }
     .card-title-success {
         font-size: 24px;
     }
     
     .footer__widget--desc p{
         font-size: 15px;
     }
     
     p{
         font-size: 15px;
     } 
     
     .login-footer  .icon-text{
         font-family: "Inter", sans-serif !important;
     }
     
     .checkbox-row label{
         font-size: 15px;
     }
     
     .sidebar-account-title{
         font-size: 20px;
     }
     
     .btn-comment-review {
             padding: 8px 18px;
     }
     
     #confettiCanvas {
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999 !important;
  pointer-events: none !important;
}

.passwordform .toggle-password {
        position: absolute;
    top: 12px;
    right: 10px;
}
.add-loader{
        margin-top: 6px !important;
    margin-left: 5px;
}

.discount-prc-wishlist{
        font-size: 12px;
    font-weight: 400;
    padding: 3px 6px;
    border-radius: 5px;
    color: #ffffff;
    background: #34a853;
    font-weight: 500;
}


.see-more {
    font-size: 14px;
}
.reviewImg img{
    border-radius: 8px;
}

.mx-node-a3{
  pointer-events: none !important;
  cursor: not-allowed; 
  opacity: 0.6; 
}

.comment-item-singlePrd{
     border: 1px solid #eee;
     background: #fafafa;
    padding: 20px;
    border-radius: 8px;
}

.login-wrap .button-submit .text-button{
    font-size: 14px;
}
.login-wrap .right .text-button{
    font-size: 14px;
}

.left-registration{
    padding-top: 30px;
    padding-bottom: 30px;
}

.create-review{
        background-color: black;
    padding: 10px;
    color: #fff;
        font-size: 15px;
        border: 1px solid !important;
}
.btn-back{
    border: 1px solid;
    font-size: 15px;
    padding: 10px;
    margin-left: 10px;
}

.list-cart-item .sold-out .sold-out-badge{
    font-size: 9px;
}

.col-width-resp-left{
    padding-right: 0px;
}

.mg-0{
    margin-bottom: 0px !important;
}

.brdr-country{
    border: 2px solid #e0e0e0;
}
 
.send-wrap #submit .text-button{
    font-size: 14px;
}

#warrentyForm .form-label{
        font-size: 14px;
}

.original-price-addon{
    font-size: 12px;
}

.form-check-input{
    margin: 0px;
        width: 18px;
    height: 18px;
}

.price-box-addon{
    font-size: 18px;
}

.btn-adds{
        font-size: 15px;
    padding: 12px;
    font-weight: 600 !important;
}

label:has(input[type="checkbox"]:checked) .ps-product-card {
    border: 2px solid #e52727;
    /*box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);*/
}
.form-check-input:focus{
    box-shadow: none;
}

.form-check-input:focus{
    border-color: none;
}

.btn-adds {
    background-color: black;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-adds::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    animation: shine 2.5s infinite;
    z-index: 2;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.btn-adds:hover {
    background-color: #111;
}


.math-symbol{
        font-size: 26px !important;
    color: #c9c9c9 !important;
} 

.inactive-btncls{
        pointer-events: none;
    cursor: not-allowed;
}
.address-card-checkout .form-check-input {
        margin-top: 3px;
    }
@media (min-width: 768px) and (max-width:991.98px){
    
    .mbSm-0{
        margin-bottom: 0px !important;
    }
    .price-box-addon {
    font-size: 16px;
}
    .btn-adds {
        font-size: 13px;
    }
    .positionSticky{
        position: sticky;
        height: 50%;
        top: 10px;
    }
    .custom-tab-col-6{
        width: 50%;
    }
    .col-tab-7{
        width: 60%;
    }
    .col-tab-5{
        width: 40%;
    }
    .cls-title h6 {
    font-size: 14px;
}
    .utf_listing_features li a {
    font-size: 13px;
    }

    .opening-hours ul li span{
            font-size: 12px;
    }
    .opening-hours ul li{
        font-size: 12px;
    }
    .utf_box_widget .left-country-code{
        padding: 6px 5px;
    font-size: 14px;
    } 
    .utf_box_widget .phone-input2{
        width: 100%;
        font-size: 14px;
    }
    .listing_tags_section a {
        width: 48% !important;
    }
    .utf_box_widget .selected-display .flag{
        margin-right: 2px;
    }
    .selectedDisplay2
    .custom-btn{
        font-size: 12px;
            padding: 6px 7px;
    }
    
.search_container_block h2 {
    font-size: 28px;
}
        .custom-loc-input-box {
        height: 45px !important;
            margin-right: 10px;
    }
    .login-container .icon-text {
        font-size: 13px;
    line-height: 20px;
    text-align: left;
    }
    .unlockShop {
    font-size: 14px;
}
    .price-row{
        font-size: 14px;
    }
    .price-header {
    font-size: 16px;
    }
    .btn-field-cart .text-danger {
        font-size: 14px;
    }
    .checkout-btn button{
        font-size: 14px;
    }
  .btn-field-cart  #selectedCode{
    font-size: 12px;
  }
    
    .btn-field-cart  .selected-display .flag{
            margin-right: 0px;
    font-size: 16px;
    }
    .btn-field-cart .phone-input{
        width: 100%;
            font-size: 12px;
    }
    .product-detail span{
        font-size: 13px;
    }
    .productCartTitle{
            font-size: 15px;
    }
    .coupan-box span{
        font-size: 12px;
    }
    .coupon-btn{
            padding: 5px 6px;
                font-size: 11px;
                
    }
    .coupan-box {
        padding: 10px 10px;
    }
    .smart-feature-sections p{
        font-size: 11px;
        line-height: 15px;
        text-align: center;
        padding: 5px !important;
    }
    .smart-feature-sections{
        flex-direction: column;
                width: 50%;

    }
    .smart-feature-sections{
        gap: 0px;
    }
    .tf-product-info-price .price-on-sale{
        font-size: 20px;
    }
    .tf-product-info-price .compare-at-price{
        font-size: 14px;
    }
    .tf-product-info-list .tf-product-info-rate{
        flex-direction: column;
        align-items: start;
    }
    .custom-card-body .d-none-resp {
        display: none !important;
    }
    .custom-card-body 
    .accessory-card{
        height: 200px;
    }
    .tf-product-info-price .compare-at-price{
        margin-right: 5px;
    }
    .tf-product-info-price .badges-on-sale{
            font-size: 10px;
                padding: 0 5px;
    }
    .disc_price {
    font-size: 10px;
    }
    .text-caption-offer {
    font-size: 12px;
    }
    .p0-tab{
        padding-left: 0px;
    }
    .w-100-tab{
        width: 100%;
    }
    
    .btmListingDetails .custom-btn{
                font-size: 11px;
    }
    .mid-details{
        font-size: 9px;
    }
    .grid-child-row-sm {
        padding: 8px;
    }
        .grid-row-sm-padding {
        padding: 3px;
    }
        .mb-sml-0 {
        margin-bottom: 0px !important;
    }
        .category-child-sm-padding {
        padding: 6px;
    }
    .grid-row-sm-padding {
        padding: 3px;
    }
    .col-tab-footer{
            width: 60%;
    }
    .main__footer {
        padding: 3rem 0 0rem;
    }
    .accessory-card{
        height: 200px;
    }
}

/* capsule base */
.capsule {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 9px;
  line-height: 22px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.6px;
      min-width: 55px;
  text-align: center;
  position: relative;
  /*border: 1px solid rgba(255, 255, 255, 0.03);*/
  overflow: hidden; /* important for the moving line */
}

/* ---- NEON GLOW ---- */
.neon {
  background: linear-gradient(90deg, rgb(0 0 0), rgb(229 39 39));
  /*border: 1px solid rgba(124, 58, 237, 0.25);*/
  color: #fff;
}

/* ---- MOVING WHITE LINE ANIMATION ---- */
.neon::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 20%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 100%
  );
  transform: skewX(-20deg);
  animation: shine 1.5s infinite linear;
}

@keyframes shine {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}

.form-coupan .offer-radio{
    margin-right: 5px;
}

.verify-dets{
    position: absolute;
    top: 0;
    right: 0px;
   padding: 8px 12px;
    background: none;
    color: blue;
    cursor: pointer;
    border: none;
    /*text-transform: uppercase;*/
    font-weight: 600;
    height: 100%;
    font-size: 14px;
        line-height: 30px;

    color: green;
}

.verify-dets-1{
    position: absolute;
    top: 0;
    right: 0px;
 padding: 11px 12px;
    color: blue;
    font-size: 14px;
    background-color: transparent;
    border: none;
}


.verification-icon-shield{
    font-size: 36px;
    color: #E52727;
}

.login-wrap #phoneValid{
    border: none;
}
.show-resend-otp{
    font-size: 13px;
}

.verification-icon {
    background-color: #ffeeee;
    border-radius: 50%;
    padding: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper {
    color: #e52727;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invalid-text-checkout{
    font-size:14px;
}

.show-resend-otp{
    text-align: left;
    color: #0101ff;
    text-decoration: underline;
    display: inline-block;
}

.login-header {
    position: relative;
}

.invalid-otp{
    font-size: 14px;
}

.button-resend-login{
        display: inline-block;
    float: right;
}

.profile-container .table{
        width: 100%;
    table-layout: fixed;
}

.profile-container .table td{
    word-wrap: break-word;
}

.payment-bar-strip{
    background: #f0f0f0;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 2px solid;
}

.web-slider .slider-main img{
    aspect-ratio: 1000/417;
}

.pincodeLodingStart{
    margin-top: 6px;
}

.availablility-date{
    margin-top: 10px;
}

.loader-small{
    margin-top: 6px;
}

.dropdown-login-text{
    font-size: 13px;
}

.custom-hdiv {
    display: none;
}

.custom-heading{
    font-size: 17px !important;
    font-weight: 600 !important;
        padding-bottom: 10px;
    border-bottom: 2px solid #e53935;
}

.custom-close{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}

.modal-bike-image{
       width: 325px;
        border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.lead-modal-right{
    margin-bottom: 30px;
}

.block-banners__item-button:active{
    background-color: #E52727 !important;
}

@keyframes zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

 .notify-input {
            height: 45px;
            border-right: none !important;
            font-size: 15px;
                border-radius: 0px !important;
        }

        .notify-btn {
            height: 46px;
            background-color: #000; 
            color: white;
            font-size: 16px;
            padding: 0 25px;
            border-radius: 0 6px 6px 0;
        }

        .notify-btn:hover {
            background-color: var(--primary);
            color: #fff;
        }

        .input-group-text-custom {
            background-color: transparent;
            border: 1px solid #ced4da;
            border-right: none;
        }
        
        .wishlist-active{
            background-color: #E52727;
            color: #fff;
        }
        
        .on-sale-item-wishlist{
                line-height: 27px;
    font-size: 11px;
    background: #34a853;
    color: #fff;
    padding: 5px 5px;
    border-radius: 5px;
        }
        
        .dropdown-product{
            margin-bottom: 0px !important;
        }
        
        #imageUpload{
            border: 2px solid var(--line);
            padding: 8px;
        }
        
        .verified-dets-order {
            right: 15px;
        }
        
        .add-to-wishlist {
            position: relative;
        }
        
        .tooltip-wishlist {
    position: absolute;
    bottom: 120%; /* show above icon */
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

/* Arrow */
.tooltip-wishlist::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

/* Show tooltip on hover */
.box-icon:hover .tooltip-wishlist {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-4px);
}
  
  .currency-dropdown-js .input-drp:hover{
      border: transparent !important;
  }
  
  .search-prd-nM {
       max-width: 312px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




