/* [Master Stylesheet v-1.0.0] */
/* :: 1.0 Import Web Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Ubuntu:300,400,500,700");
/* :: 2.0 Import All CSS */
@import url(../css/bootstrap.min.css);
@import url(../css/classy-nav.min.css);
@import url(../css/filter-classy-nav.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/animate.css);
@import url(../css/magnific-popup.css);
@import url(../css/jquery-ui.min.css);
@import url(../css/nice-select.css);
@import url(../css/font-awesome.min.css);
/* :: 3.0 Common/Base CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}

p {
  color: #787878;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}

a {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #fbf5f5;
  font-weight: 600;
  font-size: 12px;
}
a:hover,
a:focus {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 600;
  font-size: 12px;
}

ul,
ol {
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}

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

/* Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

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

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

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

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

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

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

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Height */
.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

/* Top Category Area */
.top_catagory_area {
  padding: 3rem 4rem;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .top_catagory_area {
    padding: 1.5rem .5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_catagory_area {
    padding: 2rem 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .top_catagory_area {
    padding: 2rem 1rem;
  }
}
.top_product_area {
  padding: 0 4rem;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}
.top_product_area .top-product-btn a {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  border: 2px solid #000;
  padding: 5px 15px;
  font-size: 16px;
  display: inline-block;
}

.top_product_area .top-product-btn:hover a {
  color: #ff5200;
  border: 2px solid #ff5200;
}
@media only screen and (max-width: 767px) {
  .top_product_area {
    padding: 0 .5rem;
  }
  .top_product_area .top-product-title {
    text-transform: uppercase;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_product_area {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .top_product_area {
    padding: 0 1rem;
  }
}

/* New Arrivals Area */
.new_arrivals_area {
  background-color: #fff;
  padding: 0 4rem;
  border-bottom: 1px solid #ededed;
}
.new_arrivals_area .new-arrivals-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_arrivals_area .new-arrivals-btn a {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  border: 2px solid #000;
  padding: 5px 15px;
  font-size: 12px;
}
.new_arrivals_area .new-arrivals-btn:hover a {
  color: #ff5200;
  border: 2px solid #ff5200;
}
@media only screen and (max-width: 767px) {
  .new_arrivals_area {
    padding: 0;
  }
  .new_arrivals_area .new-arrivals-header {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new_arrivals_area {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .new_arrivals_area {
    padding: 0 1rem;
  }
}

/* Section Padding */
.section-padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-padding-30-0 {
  padding-top: 30px;
  padding-bottom: 0;
}

.section-padding-0-30 {
  padding-top: 0;
  padding-bottom: 30px;
}
.section-padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-padding-60-0 {
  padding-top: 60px;
  padding-bottom: 0;
}

.section-padding-0-60 {
  padding-top: 0;
  padding-bottom: 60px;
}
.section-padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-padding-70-0 {
  padding-top: 70px;
  padding-bottom: 0;
}

.section-padding-0-70 {
  padding-top: 0;
  padding-bottom: 70px;
}

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px;
}

/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
}
.section-heading h2 {
  font-size: 30px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
}
.section-heading.text-left {
  text-align: left !important;
}

/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay,
.bg-overlay-white {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}
.bg-overlay:hover,
.bg-overlay-white:hover {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-overlay-white:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

/* ScrollUp */
#scrollUp {
  background-color: #ff084e;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 60px;
  text-align: center;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
  }
}

/* SA1NT Button */
.sa1nt-btn {
  min-width: 170px;
  height: 40px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 40px;
  text-transform: uppercase;
  font-size: 12px;
  background-color: transparent;
  letter-spacing: 1.5px;
  font-weight: 600;
  border: 2px solid white;
  line-height: 1.5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.sa1nt-btn:hover,
.sa1nt-btn:focus {
  color: #ffffff;
  background-color: transparent;
}

/* :: 4.0 Header Area CSS */
.header_area {
  position: relative;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.header_area.sticky {
  position: sticky;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.header_area .classy-nav-container .header-content {
  display: flex;
  align-items: center;
  padding: 0 4rem;
}
.header_area .classy-nav-container .header-content .cart-area {
  position: relative;
}
.header_area .classy-nav-container .header-content .cart-area .cart-quantity {
  height: 20px;
  width: 20px;
  background-color: #000;
  position: absolute;
  bottom: -8px;
  right: 0;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_area .classy-navbar,
.header_area .header-meta {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 100%;
}
.header_area .classy-navbar {
  height: 85px;
}
.header_area .header-meta {
  height: 85px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .header_area {
    border-bottom: 0.5px solid #d1d1d1;
  }
  .header_area .classy-nav-container .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .header_area .classy-nav-container .header-content {
    padding: 0.5rem 1.25rem;
  }
  .header_area .header-meta {
    height: 100%;
  }
  .header_area .classy-nav-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header_area .classy-nav-container .classy-navbar-toggler {
    margin-left: 0;
    margin-right: 0;
  }
  .header_area .classy-navbar,
  .header_area .header-meta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
  }
  .header_area .classy-navbar {
    height: 100%;
    flex-direction: row-reverse; 
  }
  .header_area .classy-navbar .nav-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (min-width: 768px)  and (max-width: 991px) {
  .header_area .classy-navbar {
    height: 100%;
    flex-direction: row-reverse; 
  }
  .header_area .classy-navbar .nav-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .header_area .classy-nav-container .header-content {
    display: flex;
    align-items: center;
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 992px)  and (max-width: 1180px) {
  .header_area .classy-nav-container .header-content {
    display: flex;
    align-items: center;
    padding: 0 1rem;
  }
}

.header_area .classynav ul li a {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.header_area .classynav ul li.megamenu-item.active a.parent {
  color: #ff5200 !important;
}
.header_area .classynav ul li.megamenu-item.active .megamenu ul li.has-down.active a.child {
  color: #ff5200 !important;
}
.header_area .classynav ul li a:hover {
  color: #4f4f4f;
}
.header_area .classynav ul li .megamenu li a,
.header_area .classynav ul li .dropdown li a {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}
.header_area .classynav ul li .megamenu li a:hover,
.header_area .classynav ul li .dropdown li a:hover {
  color: #4f4f4f;
}
.header_area .search-area form {
  position: relative;
  z-index: 1;
  height: 85px;
  border-left: 1px solid #ebebeb;
}
.header_area .search-area form input {
  border: none;
  background-color: #ffffff;
  width: 200px;
  height: 85px;
  padding: 0 15px 0 60px;
  color: #787878;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.header_area .search-area form input:focus {
  outline: none !important;
  width: 350px;
}
.header_area .search-area form button {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  background-color: transparent;
  border: none;
  color: #787878;
  font-size: 14px;
}
.header_area .favourite-area a {
  width: 35px;
}

.header_area .user-login-info a,
.header_area .cart-area a {
  position: relative;
  width: 30px;
}
.header_area .favourite-area a,
.header_area .user-login-info a,
.header_area .cart-area a {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  display: block;
  text-align: center;
  height: auto;
  line-height: 80px;
  display: flex;
  padding: 0 5px;
}
.header_area .favourite-area a img,
.header_area .user-login-info a img,
.header_area .cart-area a img {
  max-width: 20px;
}
.header_area .favourite-area a span,
.header_area .user-login-info a span,
.header_area .cart-area a span {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  color: #0315ff;
  font-weight: 700;
  position: absolute;
  top: -10px;
}
@media only screen and (max-width: 767px) {
  .header_area .search-area form {
    height: 40px;
    border-left: none;
  }
  .header_area .search-area form input {
    width: 170px;
    height: 40px;
    padding: 0 10px 0 30px;
  }
  .header_area .search-area form input:focus {
    width: 300px;
  }
  .header_area .search-area form input:focus {
    width: 170px;
  }
  .header_area .search-area form input:focus {
    width: 270px;
  }
  .header_area .search-area form input:focus {
    width: 300px;
  }
  .header_area .search-area form button {
    left: 10px;
    height: 40px;
  }
  .header_area .favourite-area a {
    width: 35px;
  }
  
  .header_area .user-login-info a,
  .header_area .cart-area a {
    width: 30px;
  }
  .header_area .favourite-area a,
  .header_area .user-login-info a,
  .header_area .cart-area a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    line-height: 40px;
  }
  .header_area .favourite-area a span,
  .header_area .user-login-info a span,
  .header_area .cart-area a span {
    font-size: 14px;
  }
}


/* Cart Area CSS */
.cart-bg-overlay.cart-bg-overlay-on {
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999999999999;
}
.right-side-cart-area {
  position: fixed;
  display: flex;
  width: 364px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -800px;
  padding: 7px;
  background-color: transparent;
  z-index: 999999999999999999;
  transition: right .8s ease-out!important;
  min-height: -webkit-fill-available;
}
.right-side-cart-area .content-right-side-cart {
  border-radius: 15px; 
  background-color: white; 
  direction: ltr; 
  display: flex; 
  flex-direction: column; 
  height: 100%; 
  margin: 0; 
  padding: 0; 
  max-width: 100%; 
  position: relative;
  width: 100%;
}
.right-side-cart-area .content-right-side-cart .popup-cart-area {
  height: 0px;
  overflow: hidden;
  transition: height 0.8s ease;
}
.right-side-cart-area .content-right-side-cart .popup-cart-area.show {
  position: absolute; 
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
  bottom: 0; 
  right: 0; 
  left: 0; 
  background-color: #fff; 
  border-radius: 15px 15px 0 0;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
  transition: height 0.8s ease;
  z-index: 999999999999999999;
}
.right-side-cart-area .content-right-side-cart .overlay-popup-cart {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 364px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  border-radius: 15px;
  z-index: 1000;
}
.right-side-cart-area .content-right-side-cart .popup-cart-area .select-popup-cart.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(25px);
  max-height: 300px;
  overflow-y: auto;
  display: block;
}
.right-side-cart-area .content-right-side-cart .popup-cart-area .select-popup-cart .list {
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 2000000000;
  max-height: 300px;
  min-width: 130px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin: 4px 0 0 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  bottom: 68px;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(90px);
  z-index: 2000000000;
  background: #fff;
  top: auto;
}
.right-side-cart-area .content-right-side-cart .popup-cart-area .select-popup-cart span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #393939;
  font-size: 13px;
}
.right-side-cart-area .content-right-side-cart .popup-cart-area .btn-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 82, 0);
  font-family: inherit;
  font-size: 1em;
  font-weight: 600;
  color: rgb(255, 255, 255);
  border-radius: .25rem;
  margin: 8px 20px;
  padding: 10px 0;
  cursor: pointer;
  border: none;
  outline: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .right-side-cart-area {
    width: 500px;
    right: -600px;
  } */
}
@media only screen and (max-width: 767px) {
  .right-side-cart-area {
    width: 100%;
  }
  .right-side-cart-area .content-right-side-cart .overlay-popup-cart {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .right-side-cart-area {
    width: 400px;
    right: -550px;
  }
}
.right-side-cart-area.cart-on {
  right: 0;
}
.right-side-cart-area .cart-button a {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 100;
  width: 90px;
  display: block;
  text-align: center;
  border-left: 1px solid #ebebeb;
  height: 85px;
  line-height: 80px;
  background-color: #f5f7f9;
}
@media only screen and (max-width: 767px) {
  .right-side-cart-area .cart-button a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.right-side-cart-area .cart-button a img {
  max-width: 20px;
}
.right-side-cart-area .cart-button a span {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  color: #0315ff;
  font-weight: 700;
  position: absolute;
  top: -10px;
}
.right-side-cart-area .cart-content-area {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-overflow-scrolling: touch;
}
.right-side-cart-area .cart-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(233, 233, 233);
  color: rgb(0, 0, 0);
  border-radius: 15px 15px 0px 0px;
}
.right-side-cart-area .cart-header .cart-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 0;
  font-size: 1.1em;
}
.right-side-cart-area .cart-header .cart-close-btn {
  padding: 12px 20px;
}
.right-side-cart-area .cart-header .cart-close-btn a {
  color: #000;
  font-size: 18px;
}
.right-side-cart-area .content-right-side-cart .cart-progress-reward {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1px;
  padding: 0 20px 8px 20px;
  border-bottom: 1px solid rgba(203,213,224);
}
.right-side-cart-area .content-right-side-cart .cart-progress-reward span {
  font-size: 12px;
}
.right-side-cart-area .content-right-side-cart .cart-progress-reward span img {
  height: 30px !important;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.right-side-cart-area .content-right-side-cart .cart-progress-reward .cart-progress {
  position: relative;
  background-color: rgb(215, 222, 255);
  border-radius: 8px;
  display: flex;
  height: 8px;
  width: 100%;
  box-sizing: border-box;
}
.right-side-cart-area .cart-content-area .cart-list {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  padding: 12px 20px 0 20px;
  margin-bottom: 8px;
}
.right-side-cart-area .cart-content-area .cart-list a {
  color: #000;
}
.right-side-cart-area .cart-content-area .cart-desc {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 12px 20px 0 20px;
}
.right-side-cart-area .cart-content-area .cart-desc .promo-other span {
  font-size: 10px;
}
.right-side-cart-area .cart-content-area .cart-desc .promo-other img {
  max-width: 80px;
  height: 20px;
  display: block;
  border-radius: 9999px;
  margin: 8px;
}
.right-side-cart-area .cart-content-area .cart-desc .continue-shopping a {
  color: #000;
  text-decoration: underline;
  font-size: smaller;
  margin-bottom: 8px;
}
.right-side-cart-area .cart-content-area .cart-desc .continue-shopping .cart-recomended {
  border: 1px solid rgba(255, 82, 0, 0.25);
  border-radius: .25rem;
  margin-bottom: 8px;
  margin-top: 4px;
  width: 100%;
}
.right-side-cart-area .cart-content-area .cart-desc .continue-shopping .cart-recomended a {
  color: rgba(255, 82, 0, 0.5);
  text-decoration: underline;
  font-size: 10px;
  margin-bottom: 0;
}
.right-side-cart-area .cart-content-area .cart-desc .continue-shopping .cart-recomended .btn-add-to-cart {
  border: 1px solid rgb(255, 82, 0);
  border-radius: 0.25rem;
  color: rgb(255, 82, 0);
  background-color: #fff;
  font-size: 10px;
  padding: 2px 4px;
  outline: none;
}
.right-side-cart-area .cart-content-area .cart-desc .continue-shopping .cart-header-recomended {
  background: rgba(255, 82, 0, 0.25);
  color: rgb(22, 37, 67);
  font-size: 1em;
  padding: 8px;
  text-align: center;
  width: 100%;
}
.right-side-cart-area .cart-content-area .cart-desc .input-promo-area {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
}
.right-side-cart-area .cart-content-area .cart-desc .input-promo {
  position: relative;
  display: flex;
  align-items: center;
  background: rgb(242, 242, 242);
  color: rgb(77, 77, 77);
  font-size: 0.9em;
  border: 1px solid rgb(255, 82, 0);
  border-radius: .25rem;
  flex: 1 1 0%;
  box-sizing: border-box;
  padding: 4px 4px;
  margin-right: 8px;
}
.right-side-cart-area .cart-content-area .cart-desc .input-promo i {
  font-size: 18px;
  color: rgb(255, 82, 0);
  padding-right: 8px;
}
.right-side-cart-area .cart-content-area .cart-desc .input-promo input[type="text"] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
}
.right-side-cart-area .cart-content-area .cart-desc .btn-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 82, 0);
  font-family: inherit;
  font-size: 1em;
  font-weight: 600;
  color: rgb(255, 255, 255);
  border-radius: .25rem;
  margin-bottom: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
}
.right-side-cart-area .cart-content-area .cart-desc .btn-checkout:hover {
  opacity: 0.8;
}
.right-side-cart-area .cart-content-area .btn-promo {
  background-color: rgb(255, 82, 0);
  color: rgb(255, 255, 255);
  font-size: 1em;
  flex: 0 1 0%;
  padding: 4px 8px;
  border: 1px solid rgb(255, 82, 0);
  cursor: pointer;
  border-radius: .25rem;
}
@media only screen and (max-width: 767px) {
  .right-side-cart-area .cart-content-area .cart-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .right-side-cart-area .cart-content-area .cart-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
  }
}
.right-side-cart-area .cart-content-area .cart-list .single-cart-item {
  position: relative;
  display: flex;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.right-side-cart-area .cart-content-area .cart-list .single-cart-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  width: 80px; 
  height: 80px; 
  margin-right: 8px;
}
.right-side-cart-area .cart-content-area .cart-list .single-cart-item .cart-decrease {
  background-color: transparent;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  padding: 2px 4px;
  outline: none;
}
.right-side-cart-area .cart-content-area .cart-list .single-cart-item input[type="number"]::-webkit-inner-spin-button,
.right-side-cart-area .cart-content-area .cart-list .single-cart-item input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.right-side-cart-area .cart-content-area .cart-list .single-cart-item input[type="number"] {
    -moz-appearance: textfield;
}
.right-side-cart-area .cart-content-area .cart-list .single-cart-item input[type="number"] {
  color: rgb(22, 37, 67);
  border-top: 1.5px solid rgb(208, 211, 217);
  border-bottom: 1px solid rgb(208, 211, 217);
  padding: 2px 8px;
  width: 32px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-left: none;
  border-right: none;
  outline: none;
}
.right-side-cart-area .cart-content-area .cart-list .single-cart-item .cart-increase {
  background-color: transparent;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  padding: 2px 4px;
  outline: none;
}
.right-side-cart-area
  .cart-content-area
  .cart-list
  .single-cart-item
  .product-image {
  position: relative;
  z-index: 1;
  display: block;
}
.right-side-cart-area
  .cart-content-area
  .cart-list
  .single-cart-item
  .product-image
  .cart-item-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 15px 15px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
@media only screen and (max-width: 767px) {
  .right-side-cart-area
    .cart-content-area
    .cart-list
    .single-cart-item
    .product-image
    .cart-item-desc {
    padding: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .right-side-cart-area
    .cart-content-area
    .cart-list
    .single-cart-item
    .product-image
    .cart-item-desc {
    padding: 30px 20px;
  }
}
.right-side-cart-area
  .cart-content-area
  .cart-list
  .single-cart-item
  .product-image
  .cart-item-desc
  .product-remove {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .right-side-cart-area
    .cart-content-area
    .cart-list
    .single-cart-item
    .product-image
    .cart-item-desc
    .product-remove {
    top: 5px;
    right: 5px;
  }
}
.right-side-cart-area
  .cart-content-area
  .cart-list
  .single-cart-item
  .product-image
  .cart-item-desc
  .badge {
  display: block;
  font-weight: 600;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: left;
  padding: 0;
}
.right-side-cart-area
  .cart-content-area
  .cart-list
  .single-cart-item
  .product-image
  .cart-item-desc
  h6 {
  font-size: 12px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .right-side-cart-area
    .cart-content-area
    .cart-list
    .single-cart-item
    .product-image
    .cart-item-desc
    h6 {
    margin-bottom: 10px;
  }
}
.right-side-cart-area
  .cart-content-area
  .cart-list
  .single-cart-item
  .product-image
  .cart-item-desc
  .size,
.right-side-cart-area
  .cart-content-area
  .cart-list
  .single-cart-item
  .product-image
  .cart-item-desc
  .color {
  display: block;
  font-weight: 600;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
}
.right-side-cart-area
  .cart-content-area
  .cart-list
  .single-cart-item
  .product-image
  .cart-item-desc
  .price {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .right-side-cart-area
    .cart-content-area
    .cart-list
    .single-cart-item
    .product-image
    .cart-item-desc
    .price {
    margin-top: 10px;
    font-size: 12px;
  }
}
.right-side-cart-area
  .cart-content-area
  .cart-list
  .single-cart-item:hover
  .product-image
  .cart-item-desc {
  background-color: rgba(0, 0, 0, 0.8);
}
.right-side-cart-area .cart-content-area .cart-amount-summary {
  padding: 100px 10%;
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 190px);
  flex: 0 0 calc(100% - 190px);
  width: calc(100% - 190px);
}
@media only screen and (max-width: 767px) {
  .right-side-cart-area .cart-content-area .cart-amount-summary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 50px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .right-side-cart-area .cart-content-area .cart-amount-summary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    width: calc(100% - 150px);
    padding: 50px 30px;
  }
}
.right-side-cart-area .cart-content-area .cart-amount-summary h2 {
  font-size: 30px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .right-side-cart-area .cart-content-area .cart-amount-summary h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .right-side-cart-area .cart-content-area .cart-amount-summary h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.right-side-cart-area .cart-content-area .cart-amount-summary .summary-table li {
  margin-bottom: 20px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .right-side-cart-area .cart-content-area .cart-amount-summary .summary-table li {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .right-side-cart-area .cart-content-area .cart-amount-summary .summary-table li {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.right-side-cart-area
  .cart-content-area
  .cart-amount-summary
  .summary-table
  li
  span:last-child {
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 767px) {
  .right-side-cart-area .cart-content-area .cart-amount-summary .essence-btn {
    min-width: 140px;
    width: 140px;
    padding: 0 15px;
  }
}

/* :: 5.0 Welcome Area CSS */
.welcome_area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 550px;
}
.welcome_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome_area {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome_area {
    max-height: 440px;
  }
}
.welcome_area .hero-content h6 {
  font-size: 18px;
  color: #787878;
  margin-bottom: 10px;
}
.welcome_area .hero-content h2 {
  font-size: 60px;
  color: #000000;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome_area .hero-content h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome_area .hero-content h2 {
    font-size: 30px;
  }
}

/* :: 6.0 Top Catagory Area CSS */
.single_catagory_area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 470px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_catagory_area {
    height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .single_catagory_area {
    height: 255px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_catagory_area {
    margin-bottom: 30px;
  }
}
.single_catagory_area:after {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.single_catagory_area .catagory-content a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 8px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_catagory_area .catagory-content a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single_catagory_area .catagory-content a {
    font-size: 18px;
  }
}
.single_catagory_area:hover .catagory-content a {
  color: #fff;
}

/* :: 7.0 CTA Area CSS */
.cta-area {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.cta-area .cta-content {
  width: 100%;
  height: 550px;
}
.cta-area .cta-content .cta-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.cta-area .cta-content .img-1 {
  width: 100%;
}
.cta-area .cta-content .img-2 {
  display: none;
}
@media only screen and (max-width: 1179px) {
  .cta-area .cta-content {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area .cta-content {
    height: 500px;
  }
  .cta-area .cta-content .img-1 {
    display: none;
  }
  .cta-area .cta-content .img-2 {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.cta-area .cta-content h6 {
  font-size: 24px;
  color: #dc0345;
  margin-bottom: 10px;
}
.cta-area .cta-content h2 {
  font-size: 60px;
  color: #000000;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-content h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area .cta-content h2 {
    font-size: 30px;
  }
}
.cta-area .cta-content .cta--text {
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
  z-index: 1;
  text-align: center;
}
.cta-area .cta-content .cta--btn {
  display: block;
  padding: 0.25rem 1.5rem;
  border: 2px solid #fff;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .cta-area .cta-content .cta--text {
    padding-right: 50px;
  } */
}
@media only screen and (max-width: 767px) {
  .cta-area .cta-content .cta--text {
    padding-right: 0;
  }
}

/* :: 8.0 Popular Products Area CSS */
.single-product-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.single-product-wrapper .single-product-label {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 100;
}
.single-product-wrapper .single-product-label .label-rounded {
  display: inline-block;
  background-color: #ff5200;
  border-radius: 0.125rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.single-product-wrapper .product-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single-product-wrapper .product-img img {
  width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-product-wrapper .product-img .hover-img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.single-product-wrapper .product-img .product-badge {
  height: 25px;
  background-color: #000000;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 0 10px;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.single-product-wrapper .product-img .product-badge.offer-badge {
  background-color: #dc0345;
}
.single-product-wrapper .product-img .product-badge.new-badge {
  background-color: #0315ff;
}
.single-product-wrapper .product-img .product-favourite a {
  position: absolute;
  height: 25px;
  width: 45px;
  font-size: 14px;
  color: #ccc;
  top: 20px;
  right: 20px;
  z-index: 10;
  line-height: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.single-product-wrapper .product-img .product-favourite a.active {
  opacity: 1;
  visibility: visible;
}
.single-product-wrapper .product-description {
  position: relative;
  z-index: 1;
  padding-top: 15px;
}
.single-product-wrapper .product-description span {
  font-size: 10px;
  color: #787878;
  margin-bottom: 15px;
  letter-spacing: 0.75px;
  font-weight: 600;
}
.single-product-wrapper .product-description .product-title {
  color: #222222;
  margin-bottom: 5px;
  font-size: .9rem;
  transition: color 0.3s ease;
}
.single-product-wrapper .product-description .product-reviews {
  text-align: center;
}
.single-product-wrapper .product-description .product-reviews i {
  color: #ff5200;
  font-size: 1rem;
}
.single-product-wrapper .product-description .product-total-reviews {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  color: #000000;
  line-height: 1;
}
.single-product-wrapper .product-description .product-price {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  color: #000000;
  line-height: 1.5rem;
}
.single-product-wrapper .product-description .product-price span {
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  color: #aaaaaa;
  margin-right: 10px;
  text-decoration: line-through;
}
.single-product-wrapper .product-img .product-cart {
  position: absolute;
  display: flex;
  bottom: 0px;
  right: 0px;
  margin: 5px;
  z-index: 100;
}
.single-product-wrapper .product-img .product-cart .rounded-cart {
  background-color: #ff5200;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 1px 2px 5px #808080 !important;
  width: 35px;
  height: 35px;
  line-height: 1.5;
  opacity: .9;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-product-wrapper .product-img .product-cart .rounded-cart:hover {
  opacity: 1;
}
.single-product-wrapper .product-img .product-cart .rounded-cart .icon-cart {
  position: static !important;
  display: inline-block !important;
  vertical-align: middle;
  fill: currentcolor;
  width: 20px !important;
  height: 20px !important;
  margin: auto !important;
}
.single-product-wrapper .product-description .hover-content {
  position: absolute;
  width: calc(100% - 40px);
  top: -70px;
  left: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-product-wrapper .product-description .hover-content .essence-btn {
  width: 100%;
}
.single-product-wrapper .favme {
  cursor: pointer;
  color: #ccc;
}
.single-product-wrapper .favme.active {
  color: #dc0345 !important;
}
.single-product-wrapper .favme.is_animating {
  animation: favme-anime 0.5s;
}
.single-product-wrapper:hover .product-img .hover-img {
  opacity: 1;
  visibility: visible;
}
.single-product-wrapper:hover .product-img .product-favourite a {
  opacity: 1;
  visibility: visible;
}
.single-product-wrapper:hover .product-description .product-title {
  color: #ff5200;
}
.single-product-wrapper:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.popular-products-slides .owl-prev,
.popular-products-slides .owl-next {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  top: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -18px;
  right: auto;
  opacity: 0.4;
  color: #000;
  background-color: #fff;
  opacity: 1;
  font-size: 40px;
  border-radius: 50%;
  padding: 18px;
  height: 20px;
  width: 20px;
  z-index: 2;
}
.popular-products-slides .owl-prev:hover,
.popular-products-slides .owl-next:hover {
  color: #ff5200;
}
.popular-products-slides .owl-next {
  left: auto;
  right: -18px;
}
.popular-products-slides .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.popular-products-slides .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #ccc;
  border-radius: 50%; 
  cursor: unset;
  border: unset;
  transition: background 0.3s ease;
}
.popular-products-slides .owl-dots .owl-dot.active {
  background-color: #ff5200;
}
@media only screen and (max-width: 767px) {
  .popular-products-slides .owl-prev {
    top: 20%;
    left: -5px;
    font-size: 25px;
    padding: 0;
  }
  .popular-products-slides .owl-next {
    top: 20%;
    right: -5px;
    font-size: 25px;
    padding: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .popular-products-slides .owl-prev {
    top: 20%;
  }
  .popular-products-slides .owl-next {
    top: 20%;
  }
}

@keyframes favme-anime {
  0% {
    opacity: 1;
    font-size: 14px;
    -webkit-text-stroke-color: transparent;
  }
  25% {
    opacity: 0.6;
    color: #ffffff;
    font-size: 15px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dc0345;
  }
  75% {
    opacity: 0.6;
    color: #ffffff;
    font-size: 15px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dc0345;
  }
  100% {
    opacity: 1;
    font-size: 14px;
    -webkit-text-stroke-color: transparent;
  }
}
.pagination {
  position: relative;
  z-index: 1;
}
.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border: 1px solid #ebebeb;
  font-size: 12px;
  font-weight: 600;
  line-height: 38px;
  padding: 0;
  text-align: center;
  color: #787878;
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  color: #fff;
  box-shadow: none;
  background-color: #ff5200;
}
.pagination .page-item.active .page-link{
  color: #ff5200;
  background-color: transparent;
}
.pagination .page-item:first-child {
  margin-right: 15px;
}
.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .page-item:last-child {
  margin-left: 15px;
}
.pagination .page-item:last-child .page-link {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* :: 9.0 Brands Area CSS */
.brands-area {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.brands-area .brands-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.brands-area .single-brands-logo img {
  max-width: 120px;
}
@media only screen and (max-width: 767px) {
  .brands-area {
    padding: 0;
  }
  .brands-area .brands-title {
    font-size: 18px;
  }
  .brands-area .single-brands-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 45%;
    width: 45%;
    max-width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brands-area .single-brands-logo img {
    max-width: 90px;
  }
}

/* :: 10.0 Single Product Details Area CSS */
.single_product_details_area {
  position: relative;
  background-color: #fff;
  z-index: 100;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4rem;
}
.single_product_details_area .single-img-product {
  margin-bottom: 15px;
}
.single_product_details_area .product_desc_detail.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.single_product_details_area .product_desc_detail .single_product_desc {
  position: relative;
  width: 100%;
  padding: 1rem 1.75rem;
  margin-left: 20px;
  background-color: #f8f8f8;
  z-index: 1;
}
.single_product_details_area .single_product_desc .selected-colour {
  display: inline-block;
  font-size: 12px;
  padding: 4px 20px;
  margin-right: 10px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  display: none;
  text-transform: capitalize;
}
.single_product_details_area .single_product_desc .colour-selector {
  position: relative;
  display: flex;
  align-items: center;
}
.single_product_details_area .single_product_desc .colour-selector input[type="radio"] {
  display: none;
}
.single_product_details_area .single_product_desc .colour-selector img {
  width: 50px; 
  height: 50px; 
  border: 1px solid #ccc; 
  vertical-align: middle; 
  margin-right: 10px;
  border-radius: 5px;
  object-fit: cover;
}
.single_product_details_area .single_product_desc .colour-selector input[type="radio"]:checked + img {
  border: 1px solid #000;
}
.single_product_details_area .single_product_desc .size-selector {
  display: flex;
  align-items: center;
}
.single_product_details_area .single_product_desc .label {
  margin-right: 10px;
  font-size: small;
  font-weight: bold;
  color: #5c5c5c;
  text-transform: uppercase;
}
.single_product_details_area .single_product_desc .size-selector input[type="radio"] {
  display: none;
}
.single_product_details_area .single_product_desc .size-selector label {
  display: inline-block;
  font-size: 12px;
  padding: 4px 20px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.single_product_details_area .single_product_desc .size-selector input[type="radio"]:checked + label {
  background-color: #000;
  color: #fff;
}
.single_product_details_area .single_product_desc .size-selector label:last-child {
  margin-right: 0;
}
.single_product_details_area .single_product_desc .quantity-selector {
  display: flex;
  align-items: center;
}
.single_product_details_area .single_product_desc .quantity-selector .label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #777;
}
.single_product_details_area .single_product_desc .quantity-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #000;
  cursor: pointer;
  font-size: 20px;
  transition: opacity 0.3s, background-color 0.3s, border-color 0.3s;
}
.single_product_details_area .single_product_desc #decrease,
.single_product_details_area .single_product_desc #increase {
  color: #fff;
  border-color: #999;
}
.single_product_details_area .single_product_desc .quantity-btn:hover {
  opacity: .7;
}
.single_product_details_area .single_product_desc .quantity-btn:focus,
.single_product_details_area .single_product_desc #quantity:focus {
  outline: none;
  border-color: #000;
}
.single_product_details_area .single_product_desc #quantity {
  width: 100px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  margin: 0 10px;
  font-size: 14px;
  background-color: #fff;
}
.single_product_details_area .single_product_desc .checkout-btn {
  background-color: #ff5200;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  margin-top: 2rem;
  border-radius: 5px;
  transition: opacity 0.3s;
}
.single_product_details_area .single_product_desc .checkout-btn a:hover {
  opacity: 0.7;
  color: #fff;
}
.single_product_details_area .guaranted-desc {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  margin-left: 20px;
}
.single_product_details_area .guaranted-desc img {
  margin-bottom: 1.5rem;
}
.single_product_details_area .guaranted-desc p {
  line-height: 1.5;
}
.single_product_details_area .desc-group {
  margin-top: 1rem;
  margin-left: 20px;
}
.single_product_details_area .desc-group .desc-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.single_product_details_area .desc-group .desc-toggle .fa-caret-down {
  transition: transform 0.3s ease;
  color: gray;
}
.single_product_details_area .desc-group .desc-toggle:not(.collapsed) .fa-caret-down {
  transform: rotate(180deg);
  color: #333333;
}

.single_product_details_area .desc-group .desc-collapse .list-desc {
  display: flex;
  flex-direction: column;
  padding: 0 .5rem;
}
.single_product_details_area .desc-group .desc-collapse .list-desc {
  display: flex;
  flex-direction: column;
  padding: 0 .5rem;
}
.single_product_details_area .desc-group .desc-collapse .title-product {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}
.single_product_details_area .desc-group .desc-collapse a:hover .title-product {
  color: #ff5200;
}
.single_product_details_area .share-desc {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-top: 1rem;
  margin-left: 20px;
}
.single_product_details_area .share-desc a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1;
  background-color: #ebebeb;
  color: #000;
  width: auto;
}
.single_product_details_area .d-mobile {
  display: none;
}
.filter-product-area {
  display: none;
}
@media only screen and (max-width: 767px) {
  .filter-product-area {
    display: block;
  }
  .single_product_details_area{
    padding: 0 .5rem;
  }
  .single_product_details_area .product_desc_detail .single_product_desc {
    padding: 30px 4%;
    margin-left: 0;
  }
  .single_product_details_area .guaranted-desc {
    margin-left: 0;
  }
  .single_product_details_area .desc-group {
    margin-left: 0;
  }
  .single_product_details_area .share-desc {
    margin-left: 0;
  }
  .single_product_details_area .desc-group {
    margin-left: 0;
  }
  .single_product_details_area .shop-grid-product-detail {
    display: none;
  }
  .single_product_details_area .d-mobile {
    display: block;
  }
  .single_product_details_area .single_product_thumb,
  .single_product_details_area .single_product_desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_product_details_area {
    padding: 0 1rem;
  }
  .single_product_details_area .product_desc_detail .single_product_desc {
    padding: 30px 4%;
    margin-left: 0;
  }
  .single_product_details_area .guaranted-desc {
    margin-left: 0;
  }
  .single_product_details_area .desc-group {
    margin-left: 0;
  }
  .single_product_details_area .share-desc {
    margin-left: 0;
  }
  .single_product_details_area .desc-group {
    margin-left: 0;
  }
  .single_product_details_area .d-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_details_area {
    padding: 0 1rem;
  }
  .single_product_details_area .product_desc_detail .single_product_desc {
    padding: 30px 4%;
    margin-left: 0;
  }
  .single_product_details_area .guaranted-desc {
    margin-left: 0;
  }
  .single_product_details_area .desc-group {
    margin-left: 0;
  }
  .single_product_details_area .share-desc {
    margin-left: 0;
  }
  .single_product_details_area .desc-group {
    margin-left: 0;
  }
  .single_product_details_area .d-mobile {
    display: none;
  }
}
.single_product_details_area .single_product_desc span {
  font-size: 14px;
  font-weight: 600;
  color: #5c5c5c;
  margin-bottom: 10px;
  display: block;
}
.single_product_details_area .single_product_desc a > h2 {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_product_details_area .single_product_desc a > h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_details_area .single_product_desc a > h2 {
    font-size: 20px;
  }
}
.single_product_details_area .single_product_desc .product-price {
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 150%;
  color: #ff5200;
  font-weight: 700;
  line-height: 1.75rem;
}
.single_product_details_area .single_product_desc .price-savings span {
  font-size: .875rem;
  line-height: 1.25rem;
  color: #ff5200;
}
.single_product_details_area .single_product_desc .product-tax span {
  color: #5c5c5c;
}
.single_product_details_area .single_product_desc .product-tax span a {
  font-size: 0.875rem;
  line-height: 1.7142857;
  text-decoration: underline;
  color: #ff5200;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_details_area .single_product_desc .product-price {
    font-size: 20px;
  }
}
.single_product_details_area .single_product_desc .product-price span {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #5c5c5c;
  font-weight: 700;
  text-decoration: line-through;
  margin-right: 15px;
}
.single_product_details_area .single_product_desc .product-desc {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_details_area .single_product_desc .product-desc {
    font-size: 14px;
  }
}
.single_product_details_area .single_product_desc .nice-select {
  position: relative;
  z-index: 100;
  border: 1px solid #ebebeb;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
  line-height: 60;
  margin: 0;
  text-transform: uppercase;
  width: 220px;
}
.single_product_details_area .single_product_desc .nice-select .current {
  line-height: 60px;
}
.single_product_details_area .single_product_desc .nice-select .list {
  background-color: #f6f6f6;
  border-radius: 0;
  border: none;
  width: 100%;
}
.single_product_details_area
  .single_product_desc
  .nice-select
  .list
  .option.selected {
  color: #0315ff;
}
.single_product_details_area .single_product_desc .cart-fav-box .favme {
  cursor: pointer;
  color: #ccc;
  font-size: 24px;
}
.single_product_details_area .single_product_desc .cart-fav-box .favme.active {
  color: #dc0345 !important;
}

/* :: 11.0 Footer Area CSS */
.footer_area {
  position: relative;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.footer_area .footer-payment-method {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0 0 0;
  gap: 20px;
}
.footer_area .footer-payment-method .select-currency {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0;
}
.footer_area .footer-payment-method .select-currency.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  overflow-y: auto;
  display: block;
}
.footer_area .footer-payment-method .select-currency .list {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  width: 100%;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(90px);
  position: absolute;
  top: auto;
  bottom: 0;
}
.footer_area .footer-payment-method .nice-select .option:hover,
.footer_area .footer-payment-method .nice-select .option.focus, 
.footer_area .footer-payment-method .nice-select .option.selected.focus {
  background-color: #000;
  color: #fff;
}
.footer_area .title_widget_area {
  color: #fff;
  font-weight: 700;
}
.footer_area .newsletter_widget_area p {
  font-size: 0.875rem;
  line-height: 1.7142857;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
  color: #fff;
  font-weight: lighter;
}
.footer_area .single_widget_area .footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_area .single_widget_area .footer_menu ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  padding: 0 10px;
  text-transform: capitalize;
}
.footer_area .single_widget_area .footer_menu ul li a:hover,
.footer_area .single_widget_area .footer_menu ul li a:focus {
  color: #ffffff;
}
.footer_area .single_widget_area .footer_widget_menu {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.footer_area .single_widget_area .footer_widget_menu li span {
  color: #fff;
}
.footer_area .single_widget_area .footer_widget_menu li a {
  display: block;
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.footer_area .single_widget_area .footer_widget_menu li a:hover,
.footer_area .single_widget_area .footer_widget_menu li a:focus {
  text-decoration: underline;
}
.footer_area .single_widget_area .footer_heading h6 {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer_area .single_widget_area .subscribtion_form form {
  position: relative;
  z-index: 1;
  width: 270px;
}
@media only screen and (max-width: 767px) {
  .footer_area {
    padding-top: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer_area .single_widget_area {
    border-bottom: 1px solid #404040;
    padding-bottom: 2rem;
    margin-bottom: 0.5rem;
  }
  .footer_area .single_widget_area .footer_widget_menu {
    margin: 20px 0 0 0;
  }
  .footer_area .single_widget_area .subscribtion_form form {
    position: relative;
    z-index: 1;
    width: 300px;
  }
  .footer_area .footer-payment-method {
    flex-direction: column;
    border-top: 1px solid #404040;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_area {
    padding-top: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer_area .single_widget_area {
    border-bottom: 1px solid #404040;
    padding-bottom: 2rem;
    margin-bottom: 0.5rem;
  }
  .footer_area .single_widget_area .footer_widget_menu {
    margin: 20px 0 0 0;
  }
  .footer_area .single_widget_area .subscribtion_form form {
    width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .footer_area {
    padding-top: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer_area .single_widget_area {
    border-bottom: none;
    padding-bottom: 2rem;
    margin-bottom: 0.5rem;
  }
  .footer_area .single_widget_area .footer_widget_menu {
    margin: 20px 0 0 0;
  }
  .footer_area .single_widget_area .subscribtion_form form {
    width: 550px;
  }
}

.footer_area .single_widget_area .subscribtion_form form input {
  width: 100%;
  border: none;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  height: 45px;
  background-color: transparent;
  padding: 0 15px;
  outline: none;
}
.footer_area .single_widget_area .subscribtion_form form input:focus {
  border-color: #ffffff;
  color: #ffffff;
}
.footer_area .single_widget_area .subscribtion_form form button {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 10px 18px;
  font-size: 16px;
}
.footer_area .single_widget_area .footer_social_area a {
  color: #ffffff;
  display: inline-block;
  padding: 0 10px;
  font-size: 25px;
}
.footer_area .section_credits li a {
  color: #bfbfbf;
}
.footer_area .section_credits li a:hover {
  text-decoration: underline;
}
.footer_area .section_copyright {
  color: #bfbfbf;
}

/* :: 12.0 Breadcumb Area CSS */
.breadcumb_area {
  position: relative;
  background-color: #fff;
}
.breadcumb_area .breadcrumb_widget {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem 2rem 4rem;
}
.breadcumb_area .breadcrumb_widget .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .5rem 0;
  list-style: none;
  background-color: unset;
  border-radius: unset;
  margin-bottom: 0;
}
.breadcumb_area .breadcrumb_widget .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: '\203A';
  font-size: .90rem;
  padding-right: 0.5rem;
}
.breadcumb_area .breadcrumb_widget .breadcrumb li a {
  text-transform: uppercase;
  color: #333333bf;
  letter-spacing: -0.025em;
  font-weight: 400;
}
.breadcumb_area .breadcrumb_widget .breadcrumb .breadcrumb-item.active {
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 12px;
}
.breadcumb_area .breadcrumb_widget .breadcrumb li a:hover {
  color: #ff5200;
}
.breadcumb_area .breadcrumb_widget .social_widget {
  display: flex;
  flex-wrap: wrap;
}
.breadcumb_area .breadcrumb_widget .social_widget a:hover {
  color: #ff5200;
}
.breadcumb_area .breadcrumb_widget .social_widget a {
  color: #000;
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcumb_area .breadcrumb_widget {
    padding: 0 1rem 2rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .breadcumb_area .breadcrumb_widget {
    flex-direction: column;
    padding: 0 1rem .5rem 1rem;
  }
  .breadcumb_area .breadcrumb_widget .breadcrumb li a {
    font-size: 10px;
  }
  .breadcumb_area .breadcrumb_widget .breadcrumb .breadcrumb-item.active {
    font-size: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .breadcumb_area .breadcrumb_widget {
    padding: 0 1rem 2rem 1.5rem;
  }
}

/* :: 13.0 Product Sidebar Area CSS */
.widget {
  position: relative;
  z-index: 1;
}
.widget .widget-title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}
.widget .widget-title2 {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
  margin-bottom: 0;
  color: #000000;
  font-weight: 600;
}
.widget .catagories-menu li > a {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
}
.widget .catagories-menu .sub-menu {
  margin-left: 15px;
  margin-bottom: 15px;
}
.widget .catagories-menu .sub-menu li > a {
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  font-weight: 300;
  color: #787878;
}
.widget .catagories-menu .sub-menu li > a:hover {
  color: #0315ff;
}
.widget.price .ui-slider-handle {
  background-color: #000000;
  border: none;
  border-radius: 0;
  top: -6px;
  width: 4px;
  height: 15px;
  margin: 0;
}
.widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
  background-color: #0315ff;
}
.widget.price .ui-slider-horizontal {
  height: 5px;
}
.widget.price .range-price {
  font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
}
.widget.color .widget-desc ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget.color .widget-desc ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  margin-bottom: 15px;
}
.widget.color .widget-desc ul li a {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.widget.color .widget-desc ul li a.color1 {
  background-color: #ffffff;
}
.widget.color .widget-desc ul li a.color2 {
  background-color: #969696;
}
.widget.color .widget-desc ul li a.color3 {
  background-color: #030303;
}
.widget.color .widget-desc ul li a.color4 {
  background-color: #0315ff;
}
.widget.color .widget-desc ul li a.color5 {
  background-color: #dc0647;
}
.widget.color .widget-desc ul li a.color6 {
  background-color: #fff56a;
}
.widget.color .widget-desc ul li a.color7 {
  background-color: #f26e51;
}
.widget.color .widget-desc ul li a.color8 {
  background-color: #9a8777;
}
.widget.color .widget-desc ul li a.color9 {
  background-color: #5b862a;
}
.widget.color .widget-desc ul li a.color10 {
  background-color: #8662a9;
}
.widget.brands ul li {
  display: block;
}
.widget.brands ul li a {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #787878;
  font-weight: 300;
  text-transform: capitalize;
}
.widget.brands ul li a:hover {
  color: #0315ff;
}

.product-topbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 10;
  margin-bottom: 40px;
  margin-top: 15px;
}
.product-topbar .total-products {
  border-right: 1px solid #ebebeb;
  margin-right: 0;
}
.product-topbar .total-products p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin-right: 10px;
}
.product-topbar .total-products p span {
  color: #ff5200;
}
.product-topbar .product-sorting {
  display: flex;
  border: 2px solid #404040;
  margin-left: .7rem;
}
.product-topbar .product-sorting p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin-right: 15px;
}
.product-topbar .product-sorting form select {
  background-color: transparent;
  border: none;
}
.product-topbar .product-sorting form select option {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.product-topbar .nice-select {
  border: none;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  line-height: 1.5;
  padding-left: 0;
  margin: 0;
  text-transform: uppercase;
}
.product-topbar .nice-select .list {
  background-color: #f6f6f6;
  border-radius: 0;
  border: none;
}
.product-topbar .nice-select .list .option.selected {
  color: #ff5200;
}

/* :: 14.0 Checkout Area CSS */
.checkout_details_area form label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout_details_area form label span {
  color: #0315ff;
}
.checkout_details_area form .form-control {
  height: 42px;
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
}
.checkout_details_area form .nice-select {
  border-radius: 0;
  border: 1px solid #ebebeb;
}
.checkout_details_area form .nice-select .list {
  width: 100%;
  border-radius: 0;
}

.order-details-confirmation {
  width: 100%;
  border: 2px solid #ebebeb;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .order-details-confirmation {
    margin-top: 100px;
    padding: 20px;
  }
  .product-topbar {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
  .product-topbar .total-products {
    border-right: none;
    margin-right: 0;
  }
}
.order-details-confirmation .order-details-form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 20px 0;
  border-bottom: 2px solid #ebebeb;
  font-weight: 600;
}
.order-details-confirmation .card-header h6 a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.order-details-confirmation .card-header h6 a i {
  color: #9f9f9f;
}
.order-details-confirmation .card {
  border: none;
}
.order-details-confirmation .card-header {
  background-color: transparent;
  border-bottom: none;
}
.order-details-confirmation .card-body p {
  font-size: 12px;
  line-height: 2;
  color: #9f9f9f;
}

/* :: 15.0 Blog Area CSS */
.blog-wrapper {
  position: relative;
  z-index: 1;
}
.blog-wrapper .single-blog-area {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden;
}
.blog-wrapper .single-blog-area img {
  width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.blog-wrapper .single-blog-area .post-title {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffffff;
  padding: 20px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
  height: auto;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .blog-wrapper .single-blog-area .post-title {
    padding: 20px;
  }
}
.blog-wrapper .single-blog-area .post-title a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .blog-wrapper .single-blog-area .post-title a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrapper .single-blog-area .post-title a {
    font-size: 18px;
  }
}
.blog-wrapper .single-blog-area .hover-content {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffffff;
  background-color: #ffffff;
  padding: 20px 40px;
  position: absolute;
  width: 85%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrapper .single-blog-area .hover-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wrapper .single-blog-area .hover-content {
    padding: 20px;
  }
}
.blog-wrapper .single-blog-area .hover-content .hover-post-title a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.blog-wrapper .single-blog-area .hover-content .hover-post-title a:hover {
  color: #0315ff;
}
@media only screen and (max-width: 767px) {
  .blog-wrapper .single-blog-area .hover-content p {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-wrapper .single-blog-area .hover-content p {
    display: block;
    font-size: 14px;
    line-height: 1.7;
  }
}
.blog-wrapper .single-blog-area .hover-content > a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  color: #0315ff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrapper .single-blog-area .hover-content > a {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wrapper .single-blog-area .hover-content > a {
    margin-top: 30px;
  }
}
.blog-wrapper .single-blog-area:hover .hover-content,
.blog-wrapper .single-blog-area:focus .hover-content {
  opacity: 1;
  visibility: visible;
}
.blog-wrapper .single-blog-area:hover img,
.blog-wrapper .single-blog-area:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-blog-wrapper {
  position: relative;
  z-index: 1;
}
.single-blog-wrapper .single-blog-content-wrapper {
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  width: 75%;
  padding: 0 2% 0 0;
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog--text .main {
  width: 100%;
  height: 320px;
  object-fit: cover;
  margin: 1rem 0;
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog--text .child {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
    font-size: 24px;
  }
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
    font-size: 14px;
  }
}
.single-blog-wrapper
  .single-blog-content-wrapper
  .single-blog--text
  blockquote {
  margin-bottom: 50px;
}
.single-blog-wrapper
  .single-blog-content-wrapper
  .single-blog--text
  blockquote
  h6 {
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-blog-wrapper
  .single-blog-content-wrapper
  .single-blog--text
  blockquote
  h6
  i {
  margin-right: 30px;
  font-size: 30px;
  color: #0315ff;
}
.single-blog-wrapper
  .single-blog-content-wrapper
  .single-blog--text
  blockquote
  span {
  margin-left: 60px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}
.single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.single-blog-wrapper
  .single-blog-content-wrapper
  .related-blog-post
  .single-related-blog-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-blog-wrapper
  .single-blog-content-wrapper
  .related-blog-post
  .single-related-blog-post
  img {
  width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-blog-wrapper
  .single-blog-content-wrapper
  .related-blog-post
  .single-related-blog-post
  a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 50px;
}
.single-blog-wrapper
  .single-blog-content-wrapper
  .related-blog-post
  .single-related-blog-post
  a
  h5 {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.5;
}
.single-blog-wrapper
  .single-blog-content-wrapper
  .related-blog-post
  .single-related-blog-post:hover
  img,
.single-blog-wrapper
  .single-blog-content-wrapper
  .related-blog-post
  .single-related-blog-post:focus
  img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* :: 16.0 Regular Page Area CSS */
.regular-page-content-wrapper {
  position: relative;
  z-index: 1;
}
.regular-page-content-wrapper .regular-page-text h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.regular-page-content-wrapper .regular-page-text p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
}
.regular-page-content-wrapper .regular-page-text blockquote {
  margin-bottom: 50px;
}
.regular-page-content-wrapper .regular-page-text blockquote h6 {
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.regular-page-content-wrapper .regular-page-text blockquote h6 i {
  margin-right: 30px;
  font-size: 30px;
  color: #0315ff;
}
.regular-page-content-wrapper .regular-page-text blockquote span {
  margin-left: 60px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}

/* :: 17.0 Contact Area CSS */
.contact-area {
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-area .google-map {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .google-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area .google-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.contact-area .google-map #googleMap {
  width: 100%;
  height: 685px;
}
@media only screen and (max-width: 767px) {
  .contact-area .google-map #googleMap {
    height: 400px;
  }
}
.contact-area .contact-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
  padding: 50px 5%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    width: 45%;
    padding: 50px 3%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 50px 5%;
  }
}
.contact-area .contact-info h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.contact-area .contact-info p {
  font-size: 16px;
  font-weight: 300;
}
.contact-area .contact-info .contact-address p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-area .contact-info .contact-address p span {
  font-weight: 600;
  color: #000000;
  width: 100px;
  display: inline-block;
  text-transform: uppercase;
}
.contact-area .contact-info .contact-address p:last-child {
  margin-top: 100px;
}
.contact-area .contact-info .contact-address p:last-child a {
  font-size: 14px;
  font-weight: 300;
}
.contact-area .contact-info .contact-address p:last-child a:hover {
  color: #0315ff;
}

/* :: 18.0 Superiority Area CSS */
.superiority-area {
  position: relative;
  background-color: #f0f0f0;
}
.superiority-area .superiority-widget {
  position: relative;
  padding: 0 4rem;
}
.superiority-area .superiority-widget .content {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.superiority-area .superiority-widget .content a {
  font-size: unset;
}
.superiority-area .superiority-widget .content .icon-content {
  height: 2.25rem; 
  width: 2.25rem; 
  color: #606060;
}
.superiority-area .superiority-widget .content .title-content {
  color: #606060;
  text-transform: uppercase;
  padding-top: 5px;
  margin: 0;
}
.superiority-area .superiority-widget .content .subtitle-content {
  color: #606060; 
  text-align: center; 
  font-size: smaller;
  padding-top: 8px;
  margin: 0;
  line-height: 1.5;
}
.superiority-area .superiority-widget .content:hover .icon-content {
  color: #ff5200;
}
@media only screen and (max-width: 767px) {
  .superiority-area .superiority-widget {
    padding: 0;
  }
  .superiority-area .superiority-widget .content {
    padding: 10px 5px;
  }
  .superiority-area .superiority-widget .content .title-content {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .superiority-area .superiority-widget {
    padding: 0;
    margin: 0 .5rem;
  }
  .superiority-area .superiority-widget .content {
    padding: 10px 8px;
  }
  .superiority-area .superiority-widget .content .title-content {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .superiority-area .superiority-widget {
    padding: 0;
    margin: 0 .5rem;
  }
  .superiority-area .superiority-widget .content {
    padding: 10px;
  }
}

/* :: 19.0 Blogs Area CSS */
.blogs_area {
  background-color: #fff;
  padding: 3rem 4rem;
  border-bottom: 1px solid #ededed;
}
.blogs_area .btn_blogs a {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  border: 2px solid #000;
  padding: 5px 15px;
  font-size: 12px;
}
.blogs_area .btn_blogs:hover a {
  color: #ff5200;
  border: 2px solid #ff5200;
}
.blogs_area .content_blogs img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px 0;
}
.blogs_area .content_blogs .title_blogs a {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.blogs_area .content_blogs .date_blogs {
  padding: 10px 0;
  font-weight: 600;
  font-size: smaller;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .blogs_area {
    padding: 2rem 0 0 0;
  }
  .section-heading h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs_area {
    padding: 2rem 1rem 0 1rem;
  }
  .blogs_area .content_blogs img {
    height: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .blogs_area {
    padding: 2rem 1rem 0 1rem;
  }
  .blogs_area .content_blogs img {
    height: 200px;
  }
}

/* :: 20.0 Blogs Area CSS */
.instagram_area {
  background-color: #fff;
  padding: 30px 0 0 0;
}
.instagram_area .instagram-slides .single-ig-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
}
.instagram_area .instagram-slides .single-ig-wrapper .ig-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.instagram_area .instagram-slides .single-ig-wrapper .ig-img img {
  width: 100%;
  max-width: 180px;
  max-height: 180px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.instagram_area .instagram-slides .owl-stage-outer .single-ig-wrapper .ig-img .hover-ig-img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: black;
  font-size: 30px;
  text-align: center;
  transition: opacity 0.5s;
  z-index: 1;
  visibility: hidden;
}
.instagram_area .instagram-slides .single-ig-wrapper .ig-img:hover .hover-ig-img {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  visibility: visible;
}
.instagram_area .instagram-slides .owl-prev,
.instagram_area .instagram-slides .owl-next {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  display: inline-block;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 30px;
  background-color: transparent;
  color: transparent;
  left: 0;
  top: 0;
  height: 100%;
  transition: opacity 0.5s;
  z-index: 2;
  width: 90px;
}
.instagram_area .instagram-slides .owl-next {
  left: auto;
  right: 0;
}
.instagram_area .instagram-slides .owl-prev:hover,
.instagram_area .instagram-slides .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  width: 50px;
}

/* :: 20.0 Banner Area CSS */
.banner_area {
  position: relative;
  background-color: #fff;
}
.banner_area .banner_img img {
  width: 100%;
  padding: 0 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_area .banner_img img {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner_area .banner_img img {
    padding: 0 .5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .banner_area .banner_img img {
    padding: 0 1rem;
  }
}

/* :: 21.0 Shop Grid Area CSS */
.shop_grid_area {
  position: relative;
  background-color: #fff;
  padding: 2.5rem 0;
}
.shop_grid_area .shop_grid_widget {
  padding: 0 4rem;
}
.shop_grid_area .shop_grid_widget .shop_sidebar_area {
  padding: 1.25rem 0 0 0;
  background-color: #f8f8f8;
}
.shop_grid_area .shop_grid_widget .shop_sidebar_area.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.shop_grid_area .shop_grid_widget .shop_sidebar_area .shop_category {
  margin: .5rem 0;
}
.shop_grid_area .shop_grid_widget .shop_sidebar_area .shop_category p {
  font-size: smaller;
  padding: 0 1.25rem;
  line-height: 1.2rem;
}
.shop_grid_area .shop_grid_widget .shop_sidebar_area .shop_category .title_shop_category {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 0 1.25rem;
  text-transform: uppercase;
}
.shop_grid_area .shop_grid_widget .shop_sidebar_area .shop_category .border_shop_category {
  padding-bottom: 0.125rem;
  margin: 0 1.25rem 0.5rem 1.25rem;
  border-bottom: 1px solid #d6d6d6;
}
.shop_grid_area 
.shop_grid_widget 
.shop_sidebar_area 
.shop_category 
.filter_form 
.filter_container 
.filter-group 
.filter-toggle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .7rem 1.25rem;
  background-color: #f8f9fa;
  text-transform: uppercase;
  font-weight: 600;
}
.shop_grid_area 
.shop_grid_widget 
.shop_sidebar_area 
.shop_category 
.filter_form 
.filter_container 
.filter-group
.filter-collapse {
  transition: min-height 0.3s ease, background-color 0.3s ease, padding 0.3s ease, border-bottom 0.3s ease;
  overflow: hidden;
  padding: 0 1.25rem;
  background-color: #fcfcfc;
  border-bottom: 1px solid #d6d6d6;
}
.shop_grid_area 
.shop_grid_widget 
.shop_sidebar_area 
.shop_category 
.filter_form
.filter_container
.filter-group 
.filter-toggle 
.fa-caret-down {
  transition: transform 0.3s ease;
  color: gray;
}
.shop_grid_area 
.shop_grid_widget 
.shop_sidebar_area 
.shop_category 
.filter_form
.filter_container
.filter-group 
.filter-toggle:hover
.fa-caret-down {
  color: #ff5200;
}
.shop_grid_area 
.shop_grid_widget 
.shop_sidebar_area 
.shop_category 
.filter_form
.filter_container
.filter-group 
.filter-toggle:not(.collapsed) 
.fa-caret-down {
  transform: rotate(180deg);
  color: #333333;
}
.shop_grid_area 
.shop_grid_widget 
.shop_sidebar_area 
.shop_category 
.filter_form
.filter_container
.filter-group 
.form-check {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: .375rem;
  padding-bottom: .375rem;
  text-transform: none;
}
.shop_grid_area 
.shop_grid_widget 
.shop_sidebar_area 
.shop_category 
.filter_form
.filter_container
.filter-group 
.form-check label {
  margin-left: .5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.shop_grid_area 
.shop_grid_widget 
.shop_sidebar_area 
.shop_category 
.filter_form
.filter_container
.filter-group 
.form-check
.form-check-input {
  margin-top: unset;
  width: 1rem;
  height: 1rem;
}
.shop_grid_area .shop_grid_widget .shop_grid_product_area .title_product_area {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ededed;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_grid_area {
    padding: 0;
  }
  .shop_grid_area .shop_grid_widget {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .shop_grid_area {
    padding: 0;
  }
  .shop_grid_area .shop_grid_widget {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .shop_grid_area .shop_grid_widget .shop_sidebar_area {
    display: none;
  }
  .shop_grid_area .shop_grid_widget {
    padding: 0 .5rem;
  }
  .product-topbar .product-sorting {
    display: none;
  }
  .shop_grid_area .shop_grid_widget .shop_grid_product_area .title_product_area h3 {
    font-size: 1.5rem;
  }
}

/* :: 22.0 About Products Area CSS */
.about_products_area {
  position: relative;
  padding: 4rem 0;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.about_products_area .about_products_container {
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.about_products_area .about_products_container .about_products_widget {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 60rem;
}
.about_products_area .about_products_container .about_products_widget .read-more-toggle  {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
}
.about_products_area .about_products_container .about_products_widget .read-more-toggle:hover {
  color: #ff5200;
}
.about_products_area .about_products_container .about_products_widget .read-more-collapse .title-about {
  margin-top: 4.50em;
  margin-bottom: 1em;
}
.about_products_area .about_products_container .about_products_widget .read-more-collapse .subtitle-about p {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_products_area {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .about_products_area {
    padding: 1rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .about_products_area {
    padding: 1rem 1rem;
  }
}

/* :: 23.0 Customer Review Area CSS */
.customer_review_area {
  position: relative;
  padding: 4rem 4rem;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.customer_review_area .title-review h4 {
  text-transform: uppercase;
  color: #ff5200;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer_review_area .total-review {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.customer_review_area .total-review i {
  color: #ff5200;
  font-size: 18px;
}
.customer_review_area .total-review span {
  font-size: 12px;
}
.customer_review_area .customer_review_slides .single-review-wrapper{
  width: 400px;
  height: 300px;
  min-height: 297;
  margin: auto 0;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #D7DAE4;
  padding: 24px;
}
.customer_review_area .customer_review_slides .single-review-wrapper .product-review{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.customer_review_area .customer_review_slides .single-review-wrapper .product-review img{
  width: 32px;
  height: 32px;
  margin-right: 1rem;
}
.customer_review_area .customer_review_slides .owl-prev,
.customer_review_area .customer_review_slides .owl-next {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  top: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -18px;
  right: auto;
  opacity: 0.4;
  color: #000;
  background-color: #fff;
  opacity: 1;
  font-size: 35px;
  border-radius: 50%;
  padding: 18px;
  height: 20px;
  width: 20px;
  z-index: 2;
}
.customer_review_area .customer_review_slides .owl-next {
  left: auto;
  right: -18px;
}
.customer_review_area .customer_review_slides .owl-prev:hover,
.customer_review_area .customer_review_slides .owl-next:hover {
  color: #ff5200;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customer_review_area {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  
}
@media only screen and (max-width: 767px) {
  .customer_review_area {
    padding: 0 1rem;
  }
  .customer_review_area .customer_review_slides .single-review-wrapper {
    width: 100%;
  }
}

/* :: 24.0 Design Desc Area CSS */
.design_desc_area {
  position: relative;
  padding: 0 4rem 2rem 4rem;
  background-color: #fff;
}
.design_desc_area p {
  text-align: center;
  line-height: 1.5rem;
}
.design_desc_area a {
  border: 2px solid #000;
  padding: 5px 25px;
  color: #000;
  text-transform: uppercase;
}
.design_desc_area a:hover {
  border: 2px solid #ff5200;
  color: #ff5200;
}

/* :: 24.0 Product Recomended Area CSS */
.product_recomended_area {
  position: relative;
  padding: 2rem 4rem 2rem 4rem;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}

/* :: 25.0 Other Product Recomended Area CSS */
.other_product_recomended_area {
  position: relative;
  padding: 2rem 4rem 2rem 4rem;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}
.other_product_recomended_area .card-other-product {
  width: 100%;
  height: 334px;
  border: 1px solid #ededed;
  border-radius: 12px;
}
.other_product_recomended_area .card-other-product a {
  font-size: unset;
}
.other_product_recomended_area .card-other-product:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.other_product_recomended_area .card-other-product img {
  width: 100%;
  height: 68%;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_recomended_area {
    padding: 2rem 1rem 2rem 1rem;
  }
  .design_desc_area {
    padding: 4rem 1rem 2rem 1rem;
  }
  .other_product_recomended_area {
    padding: 2rem 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .product_recomended_area {
    padding: 2rem 1rem 2rem 1rem;
  }
  .design_desc_area {
    padding: 4rem 1rem 2rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .product_recomended_area {
    padding: 2rem .5rem 2rem .5rem;
  }
  .customer_review_area {
    padding: 0 1rem;
  }
  .design_desc_area {
    padding: 0 1rem 2rem 1rem;
  }
  .design_desc_area .container-fluid {
    padding: 0;
  }
  .design_desc_area .container-fluid .design-desc-img {
    padding: 0 0 2rem 0;
  }
  .other_product_recomended_area {
    padding: 2rem 0;
  }
}

/* ##### The End ##### */

/*# sourceMappingURL=core-style.css.map */
