@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-size: 16px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  height: 100%;
}

table,
tr,
td,
blockquote {
  color: #000000;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

ol,
ul {
  margin: 0;
  /* padding: 0; */
  padding-left: 18px;
  list-style: outside;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}

button:focus,
button:active,
input:focus,
input:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
.button,
.numbered .tp-bullet .tp-count {
  font-family: "Montserrat", sans-serif;
}

::selection {
  background-color: #1b3e7d;
  color: #ffffff;
}

/*Center block*/

.center-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden {
  display: none;
}

/*===================================
        Loader Start
======================================*/

.loader1 {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  overflow-x: hidden;
  background: #fff;
}

.loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0e81d7;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0e81d7;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0e81d7;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*===================================
        Loader End
======================================*/

/*======================
 Start scroll-top-arrow
=======================*/
.scroll-top-arrow {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 111;
  background-color: #e39b00;
  bottom: 10px;
  right: 20px;
  animation: 1s slideInRight ease;
  display: none;
  box-shadow: -15px 12px 16px rgba(0, 0, 0, 0.04),
    8px 8px 16px rgba(0, 0, 0, 0.12);
}

.scroll-top-arrow i {
  font-size: 20px;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*======================
END scroll-top-arrow
=======================*/

/*===================================
         Social Icons BG colors
======================================*/
.facebook-bg-hvr:hover {
  background: #4267b2 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}
.twitter-bg-hvr:hover {
  background: #1da1f2 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}
.instagram-bg-hvr:hover {
  color: #ffffff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#aa2fb5),
    color-stop(93%, #f1762c)
  ) !important;
  background: -o-linear-gradient(top, #aa2fb5 0%, #f1762c 93%) !important;
  background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%) !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.linkedin-bg-hvr:hover {
  background: #0077b5 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}
.pinterest-bg-hvr:hover {
  background: #bd081c !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}
.google-bg-hvr:hover {
  background: #db4437 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

/*===================================
         Button Classes
======================================*/

/*Standard Black Button*/

.btn {
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.black-btn-with-border {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px #000000;
  color: #ffffff;
  background: black;
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  font-weight: 600;
  border-radius: 0;
}
.black-btn-with-border:hover {
  background: #ffffff;
  color: #000000 !important;
  border: solid 1px #000000;
}

.white-btn-with-border {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px #000000;
  color: #000000;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  font-weight: 600;
  border-radius: 0;
}
.white-btn-with-border:hover {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
}

.black-btn {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px #000000;
  color: #ffffff;
  background: black;
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  font-weight: 600;
  border-radius: 0;
}
.black-btn:hover {
  background: #ffffff;
  color: #000000;
  border: solid 1px transparent;
}
.white-btn {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px white !important;
  color: #000000;
  font-weight: 600;
  background-color: white !important;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.white-btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  border: solid 1px white !important;
}

.white-with-black-hover-color {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px white !important;
  color: #000000;
  font-weight: 600;
  background-color: white !important;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.white-with-black-hover-color:hover {
  background-color: transparent !important;
  color: #000000 !important;
  border: solid 1px white !important;
}
.trans-btn {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-weight: 600;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  border-radius: 0;
}
.trans-btn:hover {
  background-color: #ffffff;
  color: #000000 !important;
  border: solid 1px transparent !important;
}

.trans-black-btn {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px #000000;
  color: #000000;
  font-weight: 600;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  border-radius: 0;
}
.trans-black-btn:hover {
  background-color: #ffffff;
  color: #000000 !important;
  border: 1px solid transparent;
}

.white-into-black-trans-btn {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px #ffffff !important;
  color: #000000;
  font-weight: 600;
  background-color: white;
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  border-radius: 0;
}

.white-into-black-trans-btn:hover {
  background-color: transparent !important;
  color: #000000 !important;
  border: solid 1px #000000 !important;
}

.white-trans-btn-with-white-border {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px white !important;
  background-color: transparent !important;
  color: #ffffff;
  font-weight: 600;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.white-trans-btn-with-white-border:hover {
  background-color: white !important;
  color: #000000;
  border: solid 1px white !important;
}

/*Small Button*/
.black-sm-btn {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 6px 12px;
  border: solid 1px #000000;
  color: #000000;
  background: transparent;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  border-radius: 0;
  cursor: pointer;
}

.black-sm-btn:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000;
}

/*color to gradient*/
/*Slide 2 First Gradient Button*/
.pink-color-gradient-btn {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px #ffffff;
  color: #000000;
  font-weight: 600;
  background-color: white;
  border-radius: 0;
  position: relative;
  z-index: 2;
}
.pink-color-gradient-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff !important;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-50%, #fc2548),
    color-stop(93%, #f11fad)
  );
  background: -o-linear-gradient(left, #fc2548 -50%, #f11fad 93%);
  background: linear-gradient(to right, #fc2548 -50%, #f11fad 93%);
  border: solid 1px transparent;
  z-index: -1;
}
.pink-color-gradient-btn:hover:after {
  opacity: 1;
}
.btn.pink-color-gradient-btn:hover {
  color: #ffffff;
  border: solid 1px transparent;
}

/*Slide 2 Gradient Button*/
.trans-pink-color-gradient-btn {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px #000000;
  color: #000000;
  font-weight: 600;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  border-radius: 0;
  position: relative;
  z-index: 2;
}
.trans-pink-color-gradient-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff !important;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-50%, #fc2548),
    color-stop(93%, #f11fad)
  );
  background: -o-linear-gradient(left, #fc2548 -50%, #f11fad 93%);
  background: linear-gradient(to right, #fc2548 -50%, #f11fad 93%);
  border: solid 1px transparent;
  z-index: -1;
}
.trans-pink-color-gradient-btn:hover:after {
  opacity: 1;
}
.btn.trans-pink-color-gradient-btn:hover {
  border: 1px solid transparent;
  color: white;
}

/*Cart Drop Down First btn Gradient Button*/
.pink-color-black-gradient-btn {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-weight: 600;
  background-color: #000000;
  border-radius: 0;
  position: relative;
  z-index: 2;
}
.pink-color-black-gradient-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff !important;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-50%, #fc2548),
    color-stop(93%, #f11fad)
  );
  background: -o-linear-gradient(left, #fc2548 -50%, #f11fad 93%);
  background: linear-gradient(to right, #fc2548 -50%, #f11fad 93%);
  border: solid 1px transparent;
  z-index: -1;
}
.pink-color-black-gradient-btn:hover:after {
  opacity: 1;
}
.btn.pink-color-black-gradient-btn:hover {
  color: #ffffff;
  border: 1px solid pink;
}

/*Gradient to color*/
/*Registera Gradient Button Into Black*/
.pink-gradient-btn-into-black {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-weight: 600;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-50%, #fc2548),
    color-stop(93%, #f11fad)
  );
  background: -o-linear-gradient(left, #fc2548 -50%, #f11fad 93%);
  background: linear-gradient(to right, #fc2548 -50%, #f11fad 93%);
  border-radius: 0;
  position: relative;
  z-index: 2;
}
.pink-gradient-btn-into-black:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff !important;
  background: #000000;
  border: solid 1px transparent;
  z-index: -1;
}
.pink-gradient-btn-into-black:hover:after {
  opacity: 1;
}
.btn.pink-gradient-btn-into-black:hover {
  color: #ffffff;
  border: 1px solid pink;
}

.pink-gradient-btn-into-transparent {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-weight: 600;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-50%, #fc2548),
    color-stop(93%, #f11fad)
  );
  background: -o-linear-gradient(left, #fc2548 -50%, #f11fad 93%);
  background: linear-gradient(to right, #fc2548 -50%, #f11fad 93%);
  border-radius: 0;
  position: relative;
  z-index: 2;
}
.pink-gradient-btn-into-transparent:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #000000 !important;
  background-color: #ffffff;
  border: solid 1px #000000;
  z-index: -1;
}
.pink-gradient-btn-into-transparent:hover:after {
  opacity: 1;
}
.btn.pink-gradient-btn-into-transparent:hover {
}

/*===================================
         Listing Page
======================================*/

/*Product Sticky ASideBar*/
.product-filter-nav {
  position: -webkit-sticky;
  position: sticky;
  /* top: -10px;
  padding-top: 30%;
  padding-right: 14%;
  padding-left: 0;
  padding-bottom: 0; */
}

.product-listing .product-filter-nav .filter-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

.product-listing .product-filter-nav .product-category ul {
  padding-left: 0 !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-listing .product-filter-nav .product-category ul li {
  list-style: none;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.product-listing .product-filter-nav .product-category ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  opacity: 0.8;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.product-listing .product-filter-nav .product-category ul li span {
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.product-listing .product-filter-nav .product-category ul li:hover a {
  color: #03a9f5;
}
.product-listing .product-filter-nav .product-category ul li:hover span {
  color: #03a9f5;
}
.product-listing .product-filter-nav .product-price #slider-range {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-listing .product-filter-nav .product-price .price-num {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
}
.product-listing .product-filter-nav .product-price .price-num #min-p,
.product-section-body .product-filter-nav .product-price .price-num #max-p {
  color: #03a9f5;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.product-listing .product-filter-nav .product-add img {
  height: 100%;
  width: 100%;
}
.product-listing .product-filter-nav button {
  padding: 10px 25px;
  margin-bottom: 8px;
  margin-top: -8px;
  letter-spacing: 0.1rem;
}

.product-listing .product-filter-nav .R-rite {
  margin-top: 10px;
}
.product-listing .product-filter-nav .R-rite p {
  font-size: 10px;
}
.product-listing .product-filter-nav .R-rite p a {
  color: black;
}

.product-listing-heading {
  padding-top: 100px;
}

.product-listing-heading .heading {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 15px;
}

.product-listing-heading .para_text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
}

/*Product Listing Product*/

.product-listing-products .product-list {
  padding-top: 25px;
  padding-bottom: 25px;
}
.product-listing-products .product-list .product-item {
  margin-top: 20px;
  cursor: pointer;
}
.product-listing-products .product-list .product-item .p-item-img {
  position: relative;
}
.product-listing-products .product-list .product-item .p-item-img img {
  height: 100%;
  width: 100%;
}

.product-listing-products .product-list .p-item-detail .p-item-name {
  font-size: 18px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-bottom: 8px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  margin-top: -10px;
}
.product-listing-products .product-list .p-item-detail .p-item-price {
  font-size: 15px;
  color: deeppink;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-align: center;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.product-listing-products
  .manage-color-hover:hover
  .product-item
  + .p-item-detail
  .p-item-name {
  color: deeppink;
}
.product-listing-products
  .manage-color-hover:hover
  .product-item
  + .p-item-detail
  .p-item-price {
  color: #000000;
}

.product-listing-products
  .product-list
  .product-item
  .p-item-img
  .listing-cart-icon {
  position: absolute;
  z-index: 100;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-50%, #fc2548),
    color-stop(93%, #f11fad)
  );
  background: -o-linear-gradient(left, #fc2548 -50%, #f11fad 93%);
  background: linear-gradient(to right, #fc2548 -50%, #f11fad 93%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.product-listing-products
  .product-list
  .product-item
  .p-item-img
  .listing-cart-icon
  i {
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-listing-products
  .manage-color-hover:hover
  .product-item
  .p-item-img
  .listing-cart-icon {
  opacity: 1;
}

/*.product-listing-products .product-list .product-item:hover  .listing-cart-icon{*/
/*    opacity: 1;*/
/*}*/

.product-list {
  overflow: hidden;
}

.product-list .product-item {
  position: relative;
}

/*.product-listing-products .product-list .product-item .owl-nav{*/
/*    position: absolute;*/
/*    z-index: 11111111;*/
/*}*/

.product-list .product-item .navigation-link-prev {
  position: absolute;
  top: 40%;
  left: 10px;
  z-index: 111;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  color: #ffffff;
}
.product-list .product-item .navigation-link-next {
  position: absolute;
  top: 40%;
  right: 10px;
  z-index: 111;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  color: #ffffff;
}
.product-list .product-item:hover .navigation-link-prev,
.product-list .product-item:hover .navigation-link-next {
  opacity: 1;
}

/*all other pages*/
.paralax-section-slide-data {
  min-height: 350px;
}

/*paralax banner for listing page*/
.paralax-section-slide-data1 {
  min-height: 350px;
}

/*===================================
         Index Shop Page
======================================*/

/*HEADER START*/
.social-icons-simple li {
  display: inline-block;
  padding: 15px 0px 15px 0px;
  color: #000000;
}

.social-icons-simple li a {
  height: 38px;
  width: 38px;
  border-radius: 30px;
  color: #000000;
  background: transparent;
  line-height: 38px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
}

.manage-icons li {
  color: #000000;
  padding-left: 15px;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}

.manage-icons li a {
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.manage-icons li a:hover .search-sidebar-hover {
  color: deeppink;
}

.manage-icons li:hover a.nav-link {
  /*background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%) ;*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  color: deeppink;
}

.manage-icons .dropdown-menu .dropdown-item {
  display: block;
}
.manage-icons li a {
  cursor: pointer;
}

.search-col {
  padding-left: 0;
  padding-right: 0;
}
.search-box input[type="text"] {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  width: 150px;
  height: 40px;
  padding: 5px 10px 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  display: inline-block;
  border-bottom: 1px solid #000000;
  position: absolute;
  left: 0;
  top: 25%;
}

.search-box-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 70%;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  padding: 40px;
  -webkit-box-shadow: 1px 1px 10px #e1e1e1;
  box-shadow: 1px 1px 10px #e1e1e1;
}
.search-box-overlay.fixed-box {
  opacity: 1;
  z-index: 111111;
  -webkit-animation: 1s slideInRight;
  animation: 1s slideInRight;
}

.search-box-overlay.remove-fixed-box {
  -webkit-animation: 1s slideOutRight;
  animation: 1s slideOutRight;
}

.search-box-overlay .cross-sign {
  position: absolute;
  right: 25px;
  top: 23px;
  font-size: 26px;
  color: #000000;
}

.search-box-form {
  margin-top: 50px;
}

.search-box-form input[type="text"] {
  border-color: #000000;
  border-radius: 0;
  border-right: none;
}

.search-box-form .input-group-text {
  border-color: #000000;
  border-radius: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-box-form #basic-addon1 {
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
}

/*Search Lisiting*/
.search-listing {
  margin-top: 30px;
}
.search-listing .media {
  margin-bottom: 25px;
}
.search-listing .media .name {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 18px;
}
.search-listing .media:hover .name {
  color: deeppink;
}

.search-listing .media .category {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: deeppink;
  font-size: 16px;
}
.search-listing .media:hover .category {
  color: #000000;
}

.search-listing .listing-search-scroll {
  height: 47vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

/*Brnads*/

.brand-search-box {
  width: 80%;
}

.outlet-title {
  font-size: 18px;
  margin-bottom: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.brand-search-box .media .brand-box-holder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
.brand-search-box .media .brand-box-holder img {
  border-radius: 50%;
  cursor: pointer;
}

.brand-search-box .media .media-body {
  margin: auto;
}

.brand-search-box .media .media-body h5 {
  color: #000000;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  font-size: 18px;
}
.brand-search-box .media .media-body p {
  color: deeppink;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 16px;
}

.brand-search-box .media:hover .media-body h5 {
  color: deeppink;
}
.brand-search-box .media:hover .media-body p {
  color: #000000;
}

.search-box-meida-items .navigation-link-prev {
  position: absolute;
  left: 0;
  top: 25%;
}

.search-box-meida-items .navigation-link-next {
  position: absolute;
  right: 0;
  top: 25%;
}

.margin-manage {
  margin-top: 180.8px;
}

.navbar {
  font-family: "Roboto", sans-serif;
}

.outlet-media {
  /*border-bottom: 1px solid #000000;*/
  margin-bottom: 10px;
}

.outlet-media img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.outlet-media .media-body h6 {
  font-size: 14px;
  padding-bottom: 25px;
  border-bottom: 2px solid #eeeeee;
}
.outlet-media .media-body h6 a {
  color: black;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.outlet-media .media-body h6 a:hover {
  color: #f11fad;
}

/*HEADER END*/

.article-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.high-lighted-heading {
  font-size: 40px;
  color: #4c4e29;
  font-weight: 700;
  padding-bottom: 10px;
}
.high-lighted-desc {
  color: #737373;
  font-weight: 500;
}

.portfolio-section .portfolioHeading p {
  font-size: 16px;
  color: black;
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.portfolio-section .cbp-l-filters-button {
  font-family: "Montserrat", sans-serif;
}

.portfolio-section .cbp-l-filters-button .cbp-filter-item {
  font-family: "Montserrat", sans-serif;
}

.portfolio-section
  .cbp-l-filters-button
  .cbp-filter-item.cbp-filter-item-active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-50%, #fc2548),
    color-stop(93%, #f11fad)
  );
  background: -o-linear-gradient(left, #fc2548 -50%, #f11fad 93%);
  background: linear-gradient(to right, #fc2548 -50%, #f11fad 93%);
  color: #fff;
  border: none;
}

.portfolio-section .cbp-l-caption-alignCenter .cbp-l-caption-body {
  padding: 0px 0;
}

.portfolio-circle-cart {
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-50%, #fc2548),
    color-stop(93%, #f11fad)
  );
  background: -o-linear-gradient(left, #fc2548 -50%, #f11fad 93%);
  background: linear-gradient(to right, #fc2548 -50%, #f11fad 93%);
  border-radius: 50%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.portfolio-circle-cart i {
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*.portfolio-section .cbp-item:hover .portfolio-circle-cart i{*/
/*    animation: flipOutY;*/
/*    animation-duration: 1s;*/
/*}*/

.portfolio-section .cbp-item:hover .portfolio-circle-cart {
  opacity: 1;
}

.portfolio-section .cbp-l-filters-list .cbp-filter-item {
  color: #000000;
  font-size: 13px;
  border: none;
}

.portfolio-section .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
  background-color: transparent;
  color: #000000;
}

.portfolio-title {
  color: #000000 !important;
  font-size: 20px !important;
  font-family: "Montserrat", sans-serif !important;
  margin-top: 0px !important;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.portfolio-des {
  color: #f11fad !important;
  font-size: 20px !important;
  font-family: "Montserrat", sans-serif !important;
  margin-top: 6px !important;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.portfolio-section .cbp .cbp-item:hover .portfolio-title {
  color: #f11fad !important;
}

.portfolio-section .cbp .cbp-item:hover .portfolio-des {
  color: #000000 !important;
}

.sync-portfolio-carousel {
  max-width: 350px;
  width: 100%;
}

.portfolio-section .navigation-link-prev {
  position: absolute;
  top: 40%;
  left: 10px;
  z-index: 111;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.portfolio-section .navigation-link-next {
  position: absolute;
  top: 40%;
  right: 10px;
  z-index: 111;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.portfolio-section .cbp-item:hover .navigation-link-prev,
.portfolio-section .cbp-item:hover .navigation-link-next {
  opacity: 1;
}
.portfolio-section .navigation-link-prev a,
.portfolio-section .navigation-link-next a {
  height: 40px;
  width: 40px;
  /*background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%) ;*/
  display: inline-block;
  text-align: center;
  padding-top: 1px;
  border-radius: 50%;
}

.portfolio-section .navigation-link-prev a,
.portfolio-section .navigation-link-next a i {
  color: deeppink;
}

.portfolio-section .navigation-link-prev a i,
.portfolio-section .navigation-link-next a i {
  color: #ffffff;
  font-size: 16px;
  color: white;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
  .sync-portfolio-carousel {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .sync-portfolio-carousel {
    max-width: 250px;
  }
}

@media screen and (max-width: 480px) {
  .sync-portfolio-carousel {
    margin-left: auto;
    margin-right: auto;
  }
}

/*banner section*/

.banner-section- {
  background-image: url("../img/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  min-height: 150px;
}

.paralax-data {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.banner-section .banner-content-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}

.banner-section .banner-content-wrapper span {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.banner-section .banner-content-wrapper h1 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
}

.banner-section .banner-content-wrapper p {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-top: 5px;
}

/*lastest_arrivals*/

.lastest_arrivals {
  margin-top: 100px;
  margin-bottom: 100px;
}

.lastest_arrivals h1 {
  font-size: 26px;
  color: #000000;
  font-weight: bold;
}

.lastest_arrival_items .lastest-addto-cart {
  position: absolute;
  z-index: 100;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-50%, #fc2548),
    color-stop(93%, #f11fad)
  );
  background: -o-linear-gradient(left, #fc2548 -50%, #f11fad 93%);
  background: linear-gradient(to right, #fc2548 -50%, #f11fad 93%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.lastest_arrival_items .lastest-addto-cart i {
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lastest_arrivals .lastest_arrival_items.item:hover .lastest-addto-cart {
  opacity: 1;
}

.lastest_arrivals .lastest_arrival_items .card {
  border: none;
  cursor: pointer;
}

.lastest_arrivals .lastest_arrival_items .card img {
  width: 100%;
  height: 100%;
}

.lastest_arrivals .lastest_arrival_items .card .product-type {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: white;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-50%, #fc2548),
    color-stop(93%, #f11fad)
  );
  background: -o-linear-gradient(left, #fc2548 -50%, #f11fad 93%);
  background: linear-gradient(to right, #fc2548 -50%, #f11fad 93%);
  top: 10px;
  left: 5px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: bold;
}

.lastest_arrivals .lastest_arrival_items .card .image-holder {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.lastest_arrivals .lastest_arrival_items .card .image-holder img {
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

.lastest_arrivals .lastest_arrival_items .card:hover .image-holder img {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.lastest_arrivals .lastest_arrival_items .card .card-body {
  padding-left: 0px;
  padding-right: 0px;
}

.lastest_arrivals .lastest_arrival_items .card .card-body h5 {
  color: black;
  font-size: 15px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  margin-bottom: 5px;
}
.lastest_arrivals .lastest_arrival_items .card .card-body p {
  color: #f11fad;
  font-size: 14px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.lastest_arrivals .lastest_arrival_items .card:hover .card-body h5 {
  color: #f11fad !important;
}

.lastest_arrivals .lastest_arrival_items .card:hover .card-body p {
  color: #000000;
}

.lastest_arrivals .owl-dots {
  position: absolute;
  right: 0px;
  top: -40px;
}

.lastest_arrivals .lastest_featured_products .owl-nav button.owl-next,
.lastest_arrivals .lastest_featured_products .owl-nav button.owl-prev,
.lastest_arrivals .lastest_featured_products button.owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50px;
  background-color: #d3d3d3;
  margin-left: 8px;
}

.lastest_arrivals .lastest_featured_products .owl-dots .owl-dot.active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-50%, #fc2548),
    color-stop(93%, #f11fad)
  );
  background: -o-linear-gradient(left, #fc2548 -50%, #f11fad 93%);
  background: linear-gradient(to right, #fc2548 -50%, #f11fad 93%);
}

/*footer*/

/*footer sec css*/
.footer,
.footer .container {
  background-color: #f3f3f3;
  color: #737373;
}
.footer {
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer .f-sec1 p {
  color: #737373;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
  margin-bottom: 5px;
  width: 50%;
}
.footer .f-sec1 a {
  text-decoration: none;
  color: #737373;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.foot-link-list li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.foot-link-list li a {
  color: #737373 !important;
}
.footer h4 {
  color: white;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-top: 20px;
}
.footer .f-sec2 ul {
  margin-top: 35px;
  padding-left: 0px;
}
.footer .f-sec2 ul li {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  list-style: none;
  line-height: 2rem;
}
.footer .f-sec2 ul li a {
  text-decoration: none;
  color: #888888;
}
.footer .f-sec2 ul li a:hover i {
  color: #f39c12;
}
.footer .f-sec2 ul li i {
  margin-right: 5px;
  color: #ffcc00;
}
.footer .f-sec3 .foot-tag-list {
  padding-top: 35px;
  display: flex;
}
.footer .f-sec3 .foot-tag-list span {
  padding: 5px 20px;
  border: 1px solid #a9a9a9;
  margin-right: 5px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #a9a9a9;
  cursor: pointer;
}

.footer .f-sec3 h4 {
  color: #292d32;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-top: 20px;
}

.footer .f-sec3 .portfolio-foot {
  margin-top: 35px;
}

.footer .foot-2-sec form input {
  background-color: #3e3f41;
  border: solid 1px #3e3f41;
  width: 100%;
  margin-right: -30px;
  padding: 20px;
  padding-left: 30px;
  color: #ffcc00;
}
.footer .foot-2-sec form input:focus {
  outline: none;
}
.footer .foot-2-sec form button {
  color: white;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffcc00),
    to(#ffb211)
  );
  background: -o-linear-gradient(left, #ffcc00 0%, #ffb211 100%);
  background: linear-gradient(to right, #ffcc00 0%, #ffb211 100%);
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  border: solid 1px #3e3f41;
  padding: 8px 40px 8px 40px;
  background-size: 300% 100%;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .foot-2-sec form button:hover {
  background-position: 100% 0;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffcc00),
    color-stop(#ffae12),
    color-stop(#ffcc00),
    to(#ff9310)
  );
  background-image: -o-linear-gradient(
    left,
    #ffcc00,
    #ffae12,
    #ffcc00,
    #ff9310
  );
  background-image: linear-gradient(
    to right,
    #ffcc00,
    #ffae12,
    #ffcc00,
    #ff9310
  );
}
.footer .foot-2-sec form button:focus {
  outline: none;
}
.footer .foot-2-sec form input::-webkit-input-placeholder {
  padding-left: 5px;
}
.footer .foot-2-sec form input::-moz-placeholder {
  padding-left: 5px;
}
.footer .foot-2-sec form input:-ms-input-placeholder {
  padding-left: 5px;
}
.footer .foot-2-sec form input::-ms-input-placeholder {
  padding-left: 5px;
}
.footer .foot-2-sec form input::placeholder {
  padding-left: 5px;
}
.footer .footer-container {
  padding-bottom: 30px;
}

.footer_notes p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-top: 25px;
}

/*footer sec css end*/
.dropdown-m {
  position: absolute;
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 10px #e1e1e1;
  box-shadow: 1px 1px 10px #e1e1e1;
  display: none;
}

/*Registeration*/

.about_content h1 {
  color: #000000;
}
.about_content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.whitebox {
  margin-top: 50px;
}

.whitebox .widget {
  padding: 40px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.logincontainer .form-control {
  background: transparent;
}

.logincontainer h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000000;
}
.getin_form input.form-control {
  border: 1px solid #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 41px;
  color: #b6b8ba;
  font-size: 0.875rem;
}

.bottom35 {
  margin-bottom: 30px;
}
.getin_form .form-control::-webkit-input-placeholder {
  color: #b6b8ba;
}
.getin_form .form-control::-moz-placeholder {
  color: #b6b8ba;
}
.getin_form .form-control:-ms-input-placeholder {
  color: #b6b8ba;
}
.getin_form .form-control::-ms-input-placeholder {
  color: #b6b8ba;
}
.getin_form .form-control::placeholder {
  color: #b6b8ba;
}
.form-check {
  display: block;
  font-size: 13px;
}

.form-group label,
.checkbox label {
  font-size: 12px;
  font-weight: 500;
  min-height: 20px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.register-btn {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.getin_form p {
  margin-top: 20px;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.getin_form p a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.SignInclass a {
  color: deeppink;
}
.registeration-detail .heading-area {
  padding: 40px 40px !important;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
.registeration-detail .sub-title {
  font-family: Montserrat, "sans-serif";
  font-size: 14px;
  font-weight: normal;
  color: deeppink;
  margin-bottom: 20px;
}
.registeration-detail .title {
  font-family: Montserrat, "sans-serif";
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 35px;
}
.registeration-detail .paragraph {
  font-family: Montserrat, "sans-serif";
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 35px;
  line-height: 2;
  width: 80%;
  color: #000000;
}
.registeration-detail .about-list {
  margin: 0;
  padding: 0;
}
.registeration-detail .about-list li {
  margin-bottom: 25px;
}

.registeration-detail .about-list li i {
  color: deeppink;
  font-size: 17px;
}
.registeration-detail .about-list li span {
  display: inline-block;
  font-size: 16px;
  font-family: Montserrat, "sans-serif";
  font-weight: normal;
  color: #000000;
}

/*Shop Cart*/

.about_content {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.about_content h1 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}

/*CART TABLE*/

.cart_table table {
  margin-bottom: 0;
}

.darkcolor {
  color: #000000;
  font-weight: normal;
  font-family: Montserrat, "sans-serif";
}

.border-radius {
  border-radius: 10px;
}

.border-radius-50 {
  border-radius: 50px;
}
.classic-border {
  border: 2px solid #fff;
}

.cart_table .table-responsive thead {
  background: #f9f9f9;
}

.cart_table .table-responsive thead tr > th {
  padding: 15px 20px;
  border-bottom-width: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.cart_table .table-responsive tbody tr > td {
  vertical-align: middle;
  padding: 20px;
}

.cart_table .product-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-50%, #fc2548),
    color-stop(93%, #f11fad)
  );
  background: -o-linear-gradient(left, #fc2548 -50%, #f11fad 93%);
  background: linear-gradient(to right, #fc2548 -50%, #f11fad 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cart_table .product-des {
  color: #000000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.cart_table .amount {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #000000;
}

.cart_table .quote input {
  margin: 0;
  width: 140px;
}

.cart_table .btn-close i {
  display: inline-block;
  color: #000000;
  font-size: 20px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.cart_table .btn-close:hover i {
  color: deeppink;
}

.cart_table .shopping-product {
  display: inline-block;
  height: 70px;
  width: 70px;
  margin-right: 10px;
}

.cart_table .shopping-product > img {
  width: 100%;
}

.cart_table .d-table:hover .product-name,
.cart_table .d-table:focus .product-name {
  color: #24cdd5;
}

.apply_coupon {
  border: 0.5px solid #dee2e6;
  border-top: none;
  padding: 20px;
}

.apply_coupon .coupon > form input {
  height: 42px;
  margin-bottom: 0;
  margin-right: 5px;
}

.apply_coupon .coupon > form .form-group > input {
  width: 100%;
}

.totals {
  padding: 40px 15px;
  border: 1px solid #d1d1d1;
}

.totals .table-responsive tr > td {
  border: none;
  padding: 17px 10px;
}

.totals form.findus .form-control {
  margin-bottom: 15px;
  padding-left: 15px;
  border-color: #a5a5a5;
}
.cart-total tbody tr td {
  width: 100% !important;
}
.totals form.findus .select:after {
  color: #a5a5a5;
}

form.findus .form-control,
form.findus textarea {
  padding: 12px 0;
  margin-bottom: 30px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #a5a5a5;
  border-radius: 0;
  position: relative;
  -webkit-transition: border 0.9s ease;
  -o-transition: border 0.9s ease;
  transition: border 0.9s ease;
}

.findus a {
  background: #862359;
}

.findus a:hover,
.findus a:active,
.findus a:focus {
  color: #ffffff;
}

.shop-cart .calculate-shipping {
  padding: 20px;
  border: 0.5px solid #dee2e6;
}
.shop-cart .calculate-shipping h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
.shop-cart .calculate-shipping form input {
  padding: 8px;
}
.shop-cart .calculate-shipping form select {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 300;
  margin-bottom: 0;
  border: 0;
  padding: 12px 15px;
  -webkit-appearance: none;
}
.shop-cart .calculate-shipping form .form-control {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1.5rem 0.75rem;
  position: relative;
  font-size: 16px;
  color: #9c9c9c;
  border: 1px solid #d1d1d1;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}
.shop-cart .calculate-shipping form .select:after {
  content: "\EA45";
  font-family: LineIcons;
  color: #3e3e3e;
  font-size: 14px;
  padding: 9px 8px;
  position: absolute;
  right: 0;
  top: 4px;
  background: transparent;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shop-cart .calculate-shipping form input::-webkit-input-placeholder {
  color: #9c9c9c;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.shop-cart .calculate-shipping form input::-moz-placeholder {
  color: #9c9c9c;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.shop-cart .calculate-shipping form input:-ms-input-placeholder {
  color: #9c9c9c;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.shop-cart .calculate-shipping form input::-ms-input-placeholder {
  color: #9c9c9c;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.shop-cart .calculate-shipping form input::placeholder {
  color: #9c9c9c;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}
.shop-cart .card-total {
  padding: 20px;
  border: 0.5px solid #dee2e6;
}
.shop-cart .card-total h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: Montserrat, "sans-serif";
  color: #000000;
}
.shop-cart .card-total table tr {
  margin-bottom: 1rem;
}

.shop-cart .card-total table tr td ul {
  margin-bottom: 0px;
}
.shop-cart .card-total table tr td {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border: solid 1px transparent;
  padding-bottom: 17.5px;
  padding-left: 0;
}
.shop-cart .card-total table tr td:first-child {
  font-size: 14px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #000000;
}
.shop-cart .card-total table tr td ul li {
  list-style: none;
}

/**********************************/
/* START PRODUCT DETAIL PAGE */
/***********************************/

.product-body .breadcrumb {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #c78700;
}

.product-body .breadcrumb .breadcrumb-item a {
  color: #c78700;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.product-body .breadcrumb .breadcrumb-item.active a {
  color: #7a7b5a;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.product-body .pro-detail-sec .pro-heading {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #000000;
  margin-bottom: 15px;
}

.product-detail {
  margin-top: 50px;
}

.product-body .product-list .product-item .p-item-img {
  position: relative;
}
.product-body .product-list .product-item .p-item-img img {
  height: 100%;
  width: 100%;
}
.product-body .product-list .product-item .p-item-img .p-item-overlay {
  position: absolute;
  background-color: #00000080;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  cursor: pointer;
  opacity: 0;
}
.product-body .product-list .product-item:hover .p-item-img .p-item-overlay {
  opacity: 1;
}

.product-body .product-list .product-item .p-item-img .p-item-overlay .btn {
  padding: 4px 15px 3px 15px;
  font-size: 10px;
  border: solid 1px transparent;
  display: block;
}
.product-body .product-list .product-item .p-item-img .p-item-overlay .q-btn {
  background-color: #03a9f5;
  padding: 4px 20px 3px 20px;
  color: #ffffff;
  margin-bottom: 3px;
}
.product-body .product-list .product-item .p-item-name {
  font-size: 14px;
  color: #000000;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 8px;
}
.product-body .product-list .product-item .p-item-price {
  font-size: 16px;
  color: #03a9f5;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  text-align: center;
}

.product-section-body .product-body .p-featured-footer p {
  font-size: 16px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  margin-bottom: 20px;
}
.product-section-body .product-body .p-featured-footer .terms h4 {
  font-size: 18px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.product-section-body .product-body .p-featured-footer .terms p {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.5px;
  color: #000000;
}

/*Product Detail*/

.product-detail-slider .Gallery {
  margin: 0;
  width: 100%;
}
.product-detail-slider img {
  width: 100%;
}
.product-detail .user-rating li a.active {
  color: #f5c136;
}
.product-detail .user-rating li a {
  color: #d9d9d9;
}
.product-stock {
  font-size: 14px;
}
.product-stock span {
  color: #737373;
}
.product-category h4 {
  color: #737373;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.product-name h1 {
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.product-wishlist a {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 20px;
}
.product-wishlist img {
  margin-right: 8px;
}
.product-wishlist span {
  color: #737373;
  font-weight: 500;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border: 1px solid rgba(122, 123, 90, 0.3);
}

.share-product-details p {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.btn-share-fb:hover,
.btn-share-fb:focus,
.btn-share-fb {
  background-color: #0674e7;
  color: #fff;
}
.btn-share-twitter:hover,
.btn-share-twitter:focus,
.btn-share-twitter {
  background-color: #1a8cd8;
  color: #fff;
}

.product-slider .swiper-slide img {
  height: auto;
}

.product-body .product-list .product-single-price {
  margin-bottom: 10px;
}

.product-body .product-list .product-single-price h4 {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  color: #d9d9d9;
  margin-bottom: 10px;
}

.product-body .product-list .product-single-price h4 .real-price {
  color: #000000;
  font-weight: 700;
  font-size: 26px;
}

.pro-description {
  font-size: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  color: #000000;
}

.product-body .product-detail .product-checklist {
  margin-top: 20px;
}

.product-body .product-detail .product-checklist ul {
  padding-left: 0px;
  margin-bottom: 20px;
}
.product-body .product-detail .product-checklist ul li {
  list-style: none;
  color: #000000;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.product-body .product-detail .product-checklist ul li i {
  color: deeppink;
}
.product-body .product-list .product-detail .product-single-price {
  margin-top: 20px;
}

.product-body .product-list .product-quantity .qty .our-btn {
  position: relative;
}

.product-body .product-list .product-tags-list .breadcrumb .breadcrumb-item p {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  color: #000000;
  font-weight: normal;
}

.product-body .product-list .product-tags-list .breadcrumb .breadcrumb-item a {
  color: deeppink;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
}

.comma-separtor {
  color: #03a9f5;
}

.product-body .product-list .share-product-details .share-product-icons {
  padding: 0px;
}

.product-body .product-list .share-product-details .share-product-icons li p {
  color: #000000;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
}

.product-body .product-list .share-product-details .share-product-icons li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}
.product-body .product-list .share-product-details .share-product-icons li a {
  color: #000000;
  padding: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 27px;
  border: 1px solid transparent;
}

.product-body
  .product-list
  .share-product-details
  .share-product-icons
  li
  a:hover {
  color: #ffffff;
}

/*nav tabs*/

.product-all-details {
  margin-top: 50px;
  margin-bottom: 50px;
}

.nav-tabs {
  border: none;
  justify-content: center;
  border-bottom: 2px solid #f3f3f3;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #7a7b5a;
  background-color: transparent;
  border-bottom: 2px solid #7a7b5a;
  font-weight: 600;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #7a7b5a;
  background-color: transparent;
  border-bottom: 2px solid #7a7b5a;
  font-weight: 600;
  font-size: 20px;
}
.nav-tabs .nav-item {
  padding-left: 0px;
  padding-right: 0px;
  border-left: 1px solid #ffffff;
  margin-bottom: 0px;
}

.nav-tabs .nav-item:first-child {
  border-right: none;
}

.nav-tabs .nav-link {
  text-align: center;
  border: none;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #737373;
  font-weight: 500;
  font-size: 20px;
  padding: 1rem 1rem;
}

.tab-content {
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.table td,
.table th {
  padding: 0.5rem;
}

.tab-content .reviews .media {
  margin-bottom: 15px;
}

.user-rating {
  padding: 0px;
  margin: 0px;
}

.user-rating li {
  display: inline-block;
  list-style: none;
}
.tab-content .reviews .media .user-rating li a {
  color: #f5c136;
}

.tab-content .reviews .media .media-body {
  border-left: 1px solid #eceff6;
  padding-left: 25px;
  padding-right: 25px;
  /*margin-left: -45px;*/
}

.tab-content .reviews .media .media-body span {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: lightgrey;
  font-weight: lighter;
}

/*form*/
.tab-content .text-nowrap {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

textarea {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

textarea:focus {
  outline: none !important;
  border: 1px solid #ececec;
}

/*Cart Number*/
.input_plus_mins .qtyField .count {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  font-weight: 700;
  line-height: 0;
  padding: 0px;
  min-width: 35px;
  text-align: center;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  border-left: none;
  border-right: none;
}
.input_plus_mins .qtyField .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: center;
  color: #000000;
  width: 27px;
  height: 27px;
  text-align: center;
  border: 1px solid #d0d5dd;
  border-radius: 0px 6px 6px 0px;
  position: relative;
}

.input_plus_mins .qtyField .plus i {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.input_plus_mins .qtyField .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: center;
  color: #000000;
  width: 27px;
  height: 27px;
  text-align: center;
  border: 1px solid #d0d5dd;
  border-radius: 6px 0px 0px 6px;
  background-clip: padding-box;
  position: relative;
}
.input_plus_mins .qtyField .minus i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
}

/*.input_plus_mins div {*/
/*    text-align: center;*/
/*}*/

/*Prevent text selection*/
.input_plus_mins span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.input_plus_mins input {
  border: 1px solid #d0d5dd;
  width: 15%;
}
.input_plus_mins nput::-webkit-outer-spin-button,
.input_plus_mins input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input_plus_mins input:disabled {
  background-color: white;
}

/*SWIPER SLIDER CODE*/
.wrapper {
  max-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.product-detail-slider .swiper-slide {
  width: 96%;
}
.product-detail-slider .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
  /* object-fit: cover; */
  cursor: pointer;
}

.Thumbs {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}
.Thumbs .swiper-slide {
  opacity: 0.4;
}
.Thumbs .swiper-slide-active {
  opacity: 1;
}

.remove-margins {
  margin: 0;
}

/**********************************/
/* START PRODUCT DETAIL PAGE */
/***********************************/

/***********************************/
/*********Contact section***********/
/***********************************/

.map-load #map {
  height: 400px !important;
}

.contact-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-sec .contact-description {
  padding: 20px;
}
.contact-sec .contact-detail .ex-detail {
  margin-bottom: 15px;
}
.contact-sec .contact-detail .ex-detail .fly-text {
  color: deeppink;
  left: -49px;
  font-size: 14px;
  font-family: Montserrat, "sans-serif";
  margin-bottom: 8px;
}
.contact-sec .contact-detail .small-text {
  margin-bottom: 40px;
  width: 95%;
}

.contact-sec .contact-detail .location-details h4 {
  margin-bottom: 20px;
  color: #142022;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.contact-sec .contact-detail .location-details ul {
  padding-left: 0;
}
.contact-sec .contact-detail .location-details ul li {
  list-style: none;
  margin-bottom: 12px;
  position: relative;
}
.contact-sec .contact-detail .location-details ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #535353;
  text-decoration: none;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-sec .contact-detail .location-details ul li i {
  font-size: 20px;
  margin-right: 5px;
  color: #535353;
  position: absolute;
  top: 2px;
  left: 0;
}
/*contact us form*/
.contact-sec .contact-box {
  padding: 20px;
  -webkit-box-shadow: 1px 1px 8px #dddddd;
  box-shadow: 1px 1px 8px #dddddd;
  /*border:solid .5px #dddddd;*/
  border-radius: 10px;
}
.contact-sec .contact-box .small-heading {
  font-size: 24px;
  font-family: Montserrat, "sans-serif";
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-sec .contact-box .small-text {
  font-family: Montserrat, "sans-serif";
  margin-bottom: 25px;
}
.contact-sec .contact-form .my-form {
  position: relative;
}
.contact-sec .contact-form .my-form .form-control {
  border: 1px solid #cbcbcb;
}
.contact-sec .contact-form .my-form input {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
}
.contact-sec .contact-form .my-form input[placeholder] {
  color: #444444;
  opacity: 0.8;
  font-size: 14px;
}
.contact-sec .contact-form .my-form textarea {
  border-radius: 10px;
  padding: 20px;
}
.contact-sec .contact-form .my-form textarea[placeholder] {
  color: #444444;
  opacity: 0.8;
  font-size: 14px;
}
.display-error {
  position: absolute;
  top: -45px;
  left: 15px;
  right: 15px;
}

.contact-page .contact-list li:nth-child(2),
.contact-page .contact-list li:nth-child(3) {
  display: inline-block;
}
.contact-page .contact-list li:nth-child(2) {
  margin-right: 8px;
}
.contact-page .contact-list li:nth-child(even) {
  margin-bottom: 0px !important;
}

/*******************/
/*START STAND ALONE */
/*****************/

.standalone-row:not(:last-child) {
  margin-bottom: 3rem;
}

.standalone-area {
  padding-top: 50px;
}

/** CONTAINER FIRSTPAGE
 ---------------------------------------------------------*/

.container-firstpage {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-leftOnly {
  padding-right: 0;
  padding-left: 15px;
  margin-left: auto;
  margin-right: 0;
}

.container-inside {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-firstpage {
    width: 85%;
  }

  .container-leftOnly {
    width: 92.5%;
  }

  .container-inside {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .container-firstpage {
    width: 85%;
  }
  .container-leftOnly {
    width: 92.5%;
  }

  .container-inside {
    width: 70%;
  }
}

@media only screen and (min-width: 1240px) {
  .container-firstpage {
    max-width: 1600px;
  }
}

.navbar-mobile-center {
  position: absolute;
  width: 50%;
  top: 25px;
  left: 25%;
  transform: translate(10%, 0%);
}
.side-footer {
  position: fixed;
  bottom: 0;
  padding: 0 2rem;
  height: 100px;
  background-color: #fff;
  left: 0;
}
.btn-transparent-red {
  padding: 16px 12px;
  border: 1px solid #ec5e5e;
  border-radius: 6px;
  color: #ec5e5e;
  font-weight: 500;
}
.sub-nav-dropdown .sub-nav,
.sub-nav-dropdown .sub-nav:hover {
  color: #fff;
  font-weight: 400;
  padding: 1px 0 !important;
  margin: 1px 1.25rem;
}
.sub-nav-dropdown .sub-nav.active {
  font-weight: 600;
  color: #7a7b5a;
}
.line-blue-row {
  width: 100%;
  height: 1px;
  background-color: #7392cb;
}
.social__icons {
  justify-content: flex-start;
  display: flex;
  align-items: start;
}
.social__icons a {
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(0deg, #e39b00, #e39b00), #ffffff;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  position: relative;
}
.social__icons a:last-child {
  margin-right: 0;
}
.social__icons i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-slider-full {
  /* padding-bottom: 50%; */
  background-repeat: no-repeat;
  background-size: cover;
}

/* slider home */
/* BANNER HOME OWL  */
.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  content: "";
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}

.owl-carousel .owl-dots .owl-dot.active:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.owl-carousel.home-slider {
  position: relative;
  height: 650px;
  z-index: 0;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 650px;
  position: relative;
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .owl-carousel.home-slider .slider-item {
    background-position: center center !important;
  }
}

.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
}

.owl-carousel.home-slider .slider-item .slider-text {
  height: 650px;
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
  z-index: 0;
  color: rgba(255, 255, 255, 0.9);
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 9vw;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 50px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  color: white;
  color: #f5e4c3;
  display: inline-block;
  position: relative;
  letter-spacing: 4px;
}

.owl-carousel.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .owl-carousel.home-slider .owl-nav .owl-prev,
  .owl-carousel.home-slider .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .owl-carousel.home-slider .owl-nav .owl-prev span:before,
  .owl-carousel.home-slider .owl-nav .owl-next span:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
  left: 0;
  margin-left: 0;
}

.owl-carousel.home-slider .owl-nav .owl-next {
  right: 0;
  margin-right: 0;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
  margin-left: 50px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
  margin-right: 50px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .owl-carousel.home-slider .owl-dots {
    bottom: 5px;
  }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  margin: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  background: #fff;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
/* end slider home */
.hero-right .desc {
  font-weight: 500;
  font-size: 20px;
  color: #737373;
  line-height: 30px;
}
.btn-first:hover,
.btn-first:focus,
.btn-first {
  background: #7a7b5a;
  border-radius: 6px;
  color: #fff;
}
.btn-second:hover,
.btn-second:focus,
.btn-second {
  background: #f4f1ee;
  border-radius: 6px;
  color: #000000;
}
.btn-third:hover,
.btn-third:focus,
.btn-third {
  background: transparent;
  border-radius: 6px;
  color: #b42318;
  border: 1px solid #b42318;
}
.btn-four:hover,
.btn-four:focus,
.btn-four {
  background: transparent;
  border-radius: 6px;
  color: #7a7b5a;
  border: 1px solid #7a7b5a;
}
.btn-five:hover,
.btn-five:focus,
.btn-five {
  background: #f4f1ee;
  border-radius: 6px;
  color: #7a7b5a;
}
.btn-six:hover,
.btn-six:focus,
.btn-six {
  background: #827aac;
  border-radius: 6px;
  color: #fff;
}
.btn-seven:hover,
.btn-seven:focus,
.btn-seven {
  background: #f4f1ee;
  border-radius: 6px;
  color: #7a7b5a;
  border: 1px solid #7a7b5a;
}
.blog-card-img img {
  border-radius: 6px;
}
.blog-card-info-title {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.blog-card-info-desc {
  color: #737373;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
.logo-brand img {
  height: 50px;
}

.card-featured {
  background-color: #f4f1ee;
  padding: 40px 20px;
  border-radius: 6px;
  border: none;
}
.card-featured:hover {
  background-color: #7a7b5a;
}
.card-featured-desc h4 {
  color: #000;
  font-weight: 600;
}
.card-featured-desc p {
  color: #737373;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}
.card-featured:hover .card-featured-desc h4,
.card-featured:hover .card-featured-desc p {
  color: #ffffff;
}
.header-picks-right {
  position: absolute;
  right: 14px;
  bottom: 0;
}

.btn-shop-all:focus,
.btn-shop-all:hover,
.btn-shop-all {
  background-color: #f3f3f3;
  border-radius: 50px;
  padding: 8px 20px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.header-picks-left h1 {
  font-size: 40px;
  color: #000000;
  font-weight: 700;
}
.header-picks-left span {
  color: #737373;
  font-weight: 500;
  font-size: 20px;
}

.product-discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ecd5b6;
  color: #000;
  font-size: 12px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-out-stock {
  width: 220px;
  background: #ecd5b6;
  position: absolute;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
  top: 30px;
  right: -70px;
  left: auto;
  font-weight: 500;
  font-size: 12px;
  transform: rotate(45deg);
  -webkit-transform: rotate(46deg);
  overflow: hidden;
}
.product-text .cat {
  color: #737373;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.product-text .name,
.product-text .sell {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.shop-now {
  font-size: 14px;
}
.bg-base {
  background: #f4f1ee;
}
.tree-left {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 245px;
}
.tree-right {
  position: absolute;
  top: 52px;
  right: 0;
  max-width: 245px;
}
.banner-2-right .name {
  /* color: #737373; */
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.banner-2-right .cat {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
}
.banner-2-right .cat-desc {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
}
.banner-2-right .desc {
  color: #667085;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
.banner-2-right .limit {
  color: #000000;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.6;
  text-transform: uppercase;
}
.promo-desc .title {
  font-weight: 600;
  font-size: 25px;
  color: #000000;
}
.promo-desc .text {
  font-weight: 500;
  font-size: 16px;
  color: #737373;
}
.quotation {
  position: absolute;
  top: 20px;
  z-index: -1;
  right: -80px;
  width: 189px;
}
.swiper-notification {
  display: none;
}
.testi-text {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 1.3;
}
.testi-name {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.testimonial-hero img {
  width: 55rem;
  margin-top: -70px;
}
.subscribe-header {
  font-weight: 600;
  font-size: 24px;
  color: #000;
}
.subscribe-text {
  font-weight: 500;
  font-size: 18px;
  color: #292d32;
}
.subscribe-hero img {
  width: 180px;
  margin-top: -40px;
}

.pagination-testimonial .swiper-pagination-bullet {
  background-color: rgba(122, 123, 90, 0.8);
}
.pagination-testimonial
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 8px;
  background-color: #7a7b5a;
}

/* login */
.form-content .form-outline {
  position: relative;
}
.form-outline > div > h5 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  transition: 0.3s;
}
.form-content input:focus > .form-label {
  top: -10px;
  font-size: 15px;
}
.form-content input,
.form-content textarea,
.form-content input:focus,
.form-content textarea:focus {
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
  padding: 0.375rem 0;
  color: #000;
  font-weight: 600;
}

.form-content input::placeholder {
  color: #737373;
  font-weight: 500;
}

.form-content input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-content input:focus::-moz-placeholder {
  opacity: 0;
}

.form-content input:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-content input:focus:-moz-placeholder {
  opacity: 0;
}

.form-content .form-control ~ .form-label {
  position: absolute;
  top: -5px;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0;
  padding-top: 0.37rem;
  pointer-events: none;
  transform-origin: 0 0;
  transition: all 0.2s ease-out;
  color: #aca9a9;
  margin-bottom: 0;
}
.form-content .form-control.active ~ .form-label,
.form-content .form-control:focus ~ .form-label {
  transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
}
.form-content .form-check-label {
  color: #737373;
  font-weight: 400;
  font-size: 14px;
}
.form-content .form-check-label a {
  font-weight: bold;
  color: #7a7b5a;
}
.form-content .custom-file-label:focus,
.form-content .custom-file:focus,
.form-content .input-group:active,
.form-content .input-group:focus,
.form-content .custom-file-input:active,
.form-content .custom-file-input:hover,
.form-content .custom-file-input:focus,
.form-content .custom-file:active,
.form-content .custom-file:hover {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: none;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #aca9a9;
}
.form-content .custom-file-input:focus ~ .custom-file-label {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid #ced4da;
}
.form-content .custom-file-label:active,
.form-content .custom-file-label:focus,
.form-content .custom-file-label {
  padding: 0.375rem 0;
  color: #aca9a9;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-content small {
  color: #7a7b5a;
  font-size: 11px;
  font-weight: 500;
}
.form-content span {
  color: #737373;
  font-size: 11px;
  font-weight: 500;
}
.form-content span b {
  color: #000000;
}
.form-content .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Upload";
}
.form-content .custom-file-label::after {
  background-color: #7a7b5a;
  color: #fff;
  font-size: 12px;
  border-radius: 0.25rem;
}

.line-base {
  width: 100%;
  height: 1px;
  background-color: #7a7b5a;
}
.line-cart {
  width: 100%;
  height: 1px;
  background-color: #f3f3f3;
}
.forgot-text {
  color: #7a7b5a;
  font-weight: 600;
  font-size: 16px;
}
.signup-text span {
  color: #737373;
  font-weight: 400;
  font-size: 16px;
}
.signup-text a {
  color: #7a7b5a;
  font-weight: 700;
  font-size: 16px;
}

.title-black-small {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.title-black-heading {
  font-weight: 600;
  font-size: 26px;
  color: #000000;
}
.desc-about {
  color: #737373;
  font-weight: 400;
  font-size: 14px;
}

.card-vision-mission {
  border: 1px solid #7a7b5a;
}
.vision-header span {
  font-weight: 600;
  font-size: 20px;
  color: #7a7b5a;
}
.vision-desc span {
  font-weight: 500;
  font-size: 16px;
  color: #737373;
}

.rimpler-img img {
  border-radius: 8px;
}
.rimpler-title h5 {
  font-weight: 600;
  color: #000000;
  font-size: 20px;
}
.rimpler-title p {
  color: #737373;
  font-weight: 500;
  font-size: 14px;
}
.rimpler-list-desc h6 {
  color: #7a7b5a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.rimpler-list-desc p {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.story-desc {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.story-desc-two {
  color: #737373;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
.w-m-100-d-50 {
  width: 50%;
}
.w-m-100-d-80 {
  width: 80%;
}
.line-greys {
  width: 100%;
  height: 2px;
  background-color: #7a7b5a;
}
.story-years h4 {
  font-weight: 600;
  color: #000;
}
.story-years p {
  color: #737373;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
}
/* .page-title {
  padding: 265px 0 265px;
} */
.banner-section {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.banner-section img {
  width: 100%;
  vertical-align: top;
}

.txt-div {
  position: absolute;
  overflow: hidden;
  top: 30%;
  left: 5%;
  z-index: 1;
}
.txt-div:before {
  content: "";
  padding-top: 100%;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
}

.txt-div .p-text {
  max-width: 40%;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}

.txt-div .p-text h4 {
  font-weight: 500;
  font-size: 64px;
  line-height: 78px;
  font-style: italic;
}
.txt-div .p-text p {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.sort-by label {
  margin-right: 15px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.sort-by select {
  background: #fff;
  border: 1px solid #7a7b5a;
  border-radius: 6px;
}
.product-filter {
  position: -webkit-sticky;
  position: sticky;
}
.accordion__item-header {
  cursor: pointer;
}
.accordion__item-header a {
  color: #737373;
  font-weight: 400;
  font-size: 16px;
}
.accordion__item-header i {
  color: #7a7b5a;
}
.filter__products input {
  margin-bottom: 15px;
}
.filter__products li span {
  color: #737373;
  font-weight: 400;
  font-size: 14px;
}
.pagination .page-item {
  margin-left: 5px;
  margin-right: 5px;
}
.pagination .page-link {
  background: transparent;
  color: #1b3e7d;
  /* border: 1px solid #028435; */
  /* border-radius: 50px; */
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-link-prev-next {
  /* background: transparent; */
  color: #1b3e7d;
  /* border: 1px solid #028435; */
  /* border-radius: 50px; */
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev-next {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-link:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.pagination .page-item.active .page-link,
.pagination .page-link:hover {
  background-color: #1b3e7d;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #1b3e7d;
}

.input-group-text {
  background: transparent;
  border-right: none;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-color: #7a7b5a;
}
.group-search-form {
  max-width: 350px;
  float: right;
}
.form-search:focus,
.form-search {
  border-left: none;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border-color: #7a7b5a;
  color: #aca9a9;
}

.card-list {
  border: 3px solid #f3f3f3;
  border-radius: 6px;
}
.directory-list .img-top {
  margin-top: -50px;
}
.directory-list .button {
  min-width: 150px;
}
.directory-content h4 {
  font-weight: 600;
  color: #7a7b5a;
}
.directory-content .btn {
  font-size: 14px;
}
.directory-content label {
  font-weight: 500;
  font-size: 12px;
  color: #737373;
  margin: 0;
}
.directory-content p {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
}
.directory-content .schedule-time {
  font-weight: 600;
  font-size: 12px;
  color: #000000;
}
.blog-link {
  font-size: 14px;
}
.blog-date {
  color: #737373;
  font-weight: 600;
  font-size: 14px;
}
.blog-first-title {
  color: #000000;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
}
.blog-detail-title {
  color: #000000;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.2;
}
.blog-first-desc {
  color: #737373;
  font-weight: 600;
  line-height: 1.4;
}
.blog-detail-desc p {
  color: #737373;
  font-weight: 500;
  font-size: 14px;
}
.editors-pick {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
}
.shopping-cart-title {
  color: #000000;
  font-weight: 600;
  font-size: 26px;
}
.cart-form-header {
  padding: 10px 24px;
  background-color: #f4f1ee;
  font-weight: 600;
  font-size: 18px;
  border-radius: 4px;
}
.form-content select:focus,
.form-content select {
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
  padding: 0.375rem 0;
}

.form-content select:required,
.form-course-cat select:required {
  color: #aca9a9;
  font-weight: 400;
}
.form-content select option {
  color: #000;
  font-weight: 600 !important;
}

.form-course-cat select option {
  color: #737373;
}

.form-course-cat select:focus,
.form-course-cat select {
  border-color: #7a7b5a;
}

.form-course-cat label {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}

.bank-icon-cart {
  border-radius: 4px;
  border: 1px solid #ece1d6;
  margin-bottom: 8px;
  cursor: pointer;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bank-icon-cart img {
  max-width: 110px;
}

.bank-group span {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}

.cart-right-title h4 {
  font-weight: 600;
  font-size: 18px;
}
.cart-right {
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  padding: 20px;
}
.btn-cart-delete {
  background-color: #fef3f2;
  padding: 5px 10px;
  border-radius: 6px;
}
.cart-product-title h6 {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  text-align: left !important;
}
.cart-product-price {
  font-size: 12px;
  font-weight: 500;
  text-align: left !important;
}
.cart-product-price .price {
  color: #737373;
  margin-right: 15px;
  text-align: left !important;
}
.cart-product-price .many {
  color: #000;
}
.cart-total-text {
  color: #737373;
  font-weight: 600;
  font-size: 14px;
}

.form-coupon input:focus,
.form-coupon input {
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #d0d5dd;
  border-radius: 6px 0px 0px 6px;
  color: #000000;
  font-weight: 500;
}
.form-coupon button:focus,
.form-coupon button {
  border: 1px solid #d0d5dd;
  border: 1px solid #d0d5dd;
  border-radius: 0px 6px 6px 0px !important;
  color: #000000;
  font-weight: 500;
}
.form-coupon input:focus::placeholder {
  color: transparent;
}
.form-coupon input::placeholder {
  color: #d0d5dd;
}
.form-coupon small {
  color: #12b76a;
  font-weight: 500;
  font-size: 11px;
}

.cart-subttotal td {
  border-bottom: none;
  padding: 5px 0px;
}
.subtotal-text {
  font-weight: 500;
  font-size: 18px;
  color: #737373;
}
.subtotal-price {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
}
.discount-text,
.shipping-text {
  font-weight: 500;
  font-size: 16px;
  color: #737373;
}

.discount-price,
.shipping-price {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
}
.cart-thanks-card {
  border: 1px solid #7a7b5a;
  padding: 20px;
  border-radius: 6px;
}
.cart-thanks-card label {
  color: #737373;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
.member-order-content .cart-thanks-card label {
  font-size: 12px;
}
.cart-thanks-card .rek {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}
.cart-thanks-card .rek.order-detail-total-bayar {
  color: #000000;
  font-weight: 700;
  font-size: 22px;
}
.cart-thanks-card .paid {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
}

.cart-thanks-card .btn {
  font-size: 14px;
}
.cart-thanks-order {
  text-align: center;
  color: #737373;
  font-weight: 500;
  font-size: 22px;
}
.cart-thanks-order span {
  color: #000000;
  font-weight: 600;
}
.cart-thanks-title {
  font-weight: 500;
  font-size: 42px;
  color: #000000;
  line-height: 1.3;
}
.cart-thanks-title span {
  color: #826b5c;
}
.contact-desc {
  color: #737373;
  font-weight: 500;
  font-size: 16px;
}

.list-group-item {
  border: none;
  padding: 0.5rem 1.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  background-color: transparent;
}
.list-group-item.active {
  border-radius: 6px;
  background-color: #7a7b5a;
}
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #7a7b5a;
}

.list-group-item.sign-out,
.list-group-item.sign-out:focus,
.list-group-item.sign-out:hover {
  color: #ec5e5e;
  border: 1px solid #ec5e5e !important;
  border-radius: 6px;
  margin-top: 150px;
}
.member-side-navbar {
  border-right: 1px solid #e2e2e2;
}
.wish-product .cat {
  color: #737373;
  font-size: 12px;
}
.wish-product h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.wish-price {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}
.font-12 {
  font-size: 12px;
}
.member-shipping,
.member-shipping-mobile {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: transparent;
  padding: 15px 25px;
}
.member-shipping.active,
.member-shipping-mobile.active {
  border: 1px solid #7a7b5a;
  border-radius: 4px;
  background-color: #f4f1ee;
}
.member-shipping small,
.member-shipping-mobile small {
  color: #737373;
  font-weight: 500;
  font-size: 14px;
}
.member-shipping p,
.member-shipping-mobile p {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
.member-shipping-choose,
.member-shipping-choose-mobile {
  cursor: pointer;
}
.badge {
  border-radius: 20px;
  font-size: 10px;
  font-weight: 500;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge-info {
  background-color: #5485cf;
}
.order-detail-id {
  margin-right: 25px;
}
.order-detail-id .name {
  color: #737373;
  font-weight: 400;
  font-size: 12px;
}
.order-detail-id .order-id {
  color: #7a7b5a;
  font-weight: 600;
  font-size: 20px;
}
.total-product-order {
  color: #737373;
  font-weight: 400;
  font-size: 14px;
}
.total-product-order b {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}
.content-product-order h4 {
  font-size: 23px;
}
.order-detail-subtotal {
  color: #737373;
  font-weight: 400;
  font-size: 14px;
  margin-right: 15px;
}
.order-detail-price {
  color: #737373;
  font-weight: 600;
  font-size: 20px;
}
.lms-content-desc .title h6 {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.lms-content-desc .description {
  color: #737373;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
.lms-content-desc .hours-lesson {
  color: #737373;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lms-content-desc .hours-lesson span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lms-content-desc .hours-lesson > span:not(:first-child)::before {
  content: "\25CF";
  margin: 0 0.4rem;
  font-size: 6px;
}
.product-detail span {
  color: #737373;
  font-weight: 500;
}
.product-detail span b {
  color: #000000;
  font-weight: 600;
}
.lms-content {
  border-bottom: 2px solid #f3f3f3;
}

.breadcrumb {
  background-color: transparent;
  color: #c78700;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
}
.breadcrumb .active {
  color: #1e1e1f;
  font-weight: 400;
  font-size: 14px;
}
.lms-detail-header h6 {
  font-weight: 400;
  font-size: 30px;
}
.course-by span {
  color: #737373;
  font-weight: 500;
}
.course-by b {
  color: #000000;
}
.lms-detail-header p {
  color: #737373;
  font-weight: 500;
}
.lms-detail-card-learn {
  padding: 20px 25px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
}
.lms-detail-card-learn h6 {
  color: #000000;
  font-weight: 600;
  font-size: 22px;
}
.lms-detail-card-learn .point ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.lms-detail-card-learn .point ul li {
  width: calc(50% - (2.4rem / 2));
  margin-bottom: 15px;
}
.lms-detail-card-learn .point .point-list {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
  color: #737373;
}
.lms-detail-card-learn .point .point-list .point-list-desc {
  margin-left: 0.5rem;
}
.lms-detail-card-learn .point .point-list img {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: inline-block;
  flex-shrink: 0;
}
.lms-detail-requirement h6 {
  font-size: 20px;
  font-weight: 600;
}

.list-requirement,
.list-requirement p {
  color: #737373;
  font-size: 16px;
  margin-top: 15px;
}
.icon-list {
  width: 15px;
  height: 1.6rem;
}
.list-item-content {
  margin-left: 1em;
  display: list-item;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.list-requirement p b {
  color: #000000;
}
.list-requirement p {
  margin-bottom: 5px;
}
.list-requirement ul {
  padding: 0 15px;
  list-style: initial;
}
.list-requirement h1,
.list-requirement h2,
.list-requirement h3,
.list-requirement h4,
.list-requirement h5,
.list-requirement h6,
.list-requirement b {
  color: #000000;
}
.list-requirement img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.course-include h6 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 12px;
}
.course-list-info {
  display: flex;
  align-items: center;
  color: #737373;
  font-weight: 500;
  font-size: 14px;
}
.course-list-info img {
  margin-right: 10px;
}
.card-lesson {
  border-radius: 8px;
}
.course-price .price {
  font-weight: 600;
  font-size: 20px;
}
.header-lms-card {
  background-color: #7a7b5a;
  color: #ffffff;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
}
.header-lms-course {
  cursor: pointer;
  background-color: #f4f1ee;
  border-bottom: 1px solid #737373;
}
.header-lms-course .title-lms {
  position: relative;
}
.header-lms-course .title-lms .desc {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  width: 90%;
  line-height: 1.2;
}
.header-lms-course .title-lms .desc .timer {
  color: #737373;
  font-weight: 500;
  font-size: 10px;
}
.header-lms-course .title-lms i {
  position: absolute;
  right: 0;
  top: 0;
}
.title-course {
  padding: 1.25rem;
  background-color: #f4f1ee;
  border-bottom: 1px solid #737373;
}
.title-course.active,
.title-course:hover {
  background-color: #e7ded5;
}
.title-course .list {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
}
.title-course .list input {
  margin-top: 6px;
  margin-right: 10px;
}

.title-course .list .list-desc {
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
  color: #737373;
  font-weight: 500;
  font-size: 14px;
}
.title-course .list .list-desc .list-icon {
  color: #737373;
  font-weight: 500;
  font-size: 12px;
}
.header-lms-course[data-toggle="collapse"] .fas:before {
  content: "\f077";
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}

.header-lms-course[data-toggle="collapse"].collapsed .fas:before {
  content: "\f078";
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}

.lms-video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.lms-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lms-test-question {
  padding: 25px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
}
.lms-test-question small {
  color: #737373;
  font-weight: 400;
  font-size: 12px;
}
.lms-test-question .question {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.answer-list {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.answer-list.active .btn-answer {
  background: #7a7b5a;
  color: #fff;
}
.answer-list.active .answer-desc {
  color: #7a7b5a;
  font-weight: 600;
}
.btn-answer {
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  font-size: 14px;
  padding: 0.25rem 0.55rem;
}

/* progress bullet */
.progress-timer {
  font-size: 12px;
  color: #737373;
}
.progress-timer b {
  color: #000000;
}
.progress-section {
  margin-top: 100px;
}
.progress-circular {
  margin-top: 80px;
}

.circular {
  /* display: flex; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circular svg {
  width: 138px;
  height: 150px;
  margin: 1em;
}

.circular span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 600;
  color: #7a7b5a;
}
.circular .bg {
  fill: none;
  stroke-width: 20px;
  stroke: #f0f0ec;
}

[class^="meter-"] {
  fill: none;
  stroke-width: 20px;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.progress-button {
  display: flex;
  justify-content: center;
}

.banner-footer-content-text small {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
}
.banner-footer-content-text h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 62px;
}
.banner-footer-content-text p {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 20px;
}

/* read more */
#read-more {
  transition: height 200ms;
  overflow: hidden;
}
#read-more[aria-expanded="false"] {
  mask-image: linear-gradient(
    transparent,
    black 0%,
    black 50%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    transparent,
    black 0%,
    black 50%,
    transparent 100%
  );
}
.show-more:hover,
.show-more {
  font-weight: 600;
  color: #7a7b5a;
  font-size: 14px;
}

.member-side-nav-mobile ul {
  list-style: none;
  margin: 0;
  margin-bottom: 0px;
  /* padding: 16px 0 16px 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  border-bottom: 2px solid #f3f3f3;
}

.member-side-nav-mobile ul li {
  font-size: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px;
  text-align: center;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
  color: #737373;
  font-weight: 500;
}

.member-side-nav-mobile ul li.active {
  color: #7a7b5a;
  border-bottom: 2px solid #7a7b5a;
}
.member-dokter-content span {
  font-size: 14px;
}
.product-image-mobile {
  overflow: hidden;
}
.product-image-mobile .swiper-slide {
  opacity: 0.4;
}
.product-image-mobile .swiper-slide-active {
  opacity: 1;
}

/* step cart */
.progressbar {
  counter-reset: step;
  display: flex;
  justify-content: center;
}
.progressbar li {
  list-style-type: none;
  width: 33.33%;
  position: relative;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  line-height: 40px;
  /* border: 1px solid #ddd; */
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #d9d9d9;
  color: #7a7b5a;
  font-size: 18px;
  font-weight: 700;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  /* background-color: #7a7b5a; */
  border-top: 2px dotted #7a7b5a;
  top: 20px;
  left: -50%;
  z-index: -1;
}
.progressbar li.step:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  /* background-color: #7a7b5a; */
  border-top: 2px solid #7a7b5a;
  top: 20px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active:before {
  color: #ffffff;
  background-color: #7a7b5a;
}

/* form cart mobile */
.form-cart-mobile .accordion__item-header {
  background-color: #f4f1ee;
  padding: 10px 15px 10px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
}
.form-cart-mobile .accordion__item-header a {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}
.form-cart-mobile .accordion__item-header i {
  position: absolute;
  right: 15px;
  color: #000000;
  font-size: 14px;
}
.form-cart-mobile .accordion__item-header[data-toggle="collapse"] .fa:before {
  content: "\f077";
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}

.form-cart-mobile
  .accordion__item-header[data-toggle="collapse"].collapsed
  .fa:before {
  content: "\f078";
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}
