.feature-item-wrap .feature-item {
  margin-bottom: 25px;
}

.feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}

.feature-item-wrap .feature-item .feature-icon {
  width: 55px;
  position: relative;
  z-index: 1;
}

.feature-item-wrap .feature-item .feature-icon i {
  font-size: 28px;
  line-height: 0.8;
  color: #CD9453;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #CD9453;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 75px);
  margin-left: 20px;
}

.feature-item-wrap .feature-item .feature-text h3 {
  font-size: 24px;
  margin: 0 0 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-text p {
  margin: 0;
}

.feature-item-wrap .feature-item:hover .feature-icon i {
  color: #fff;
}

.feature-item-wrap .feature-item:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.feature-item-wrap .feature-item:hover .feature-text h3 {
  color: #CD9453;
}

.feature-item-wrap.style1 .feature-item, .feature-item-wrap.style4 .feature-item {
  background-color: transparent;
  padding: 0;
}

.feature-item-wrap.style1 .feature-item .feature-icon, .feature-item-wrap.style4 .feature-item .feature-icon {
  position: relative;
  width: 55px;
  border-radius: 0;
  background-color: transparent;
  top: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  box-shadow: none;
}

.feature-item-wrap.style1 .feature-item .feature-icon i, .feature-item-wrap.style4 .feature-item .feature-icon i {
  font-size: 46px;
}

.feature-item-wrap.style1 .feature-item .feature-icon:after, .feature-item-wrap.style4 .feature-item .feature-icon:after {
  display: none;
}

.feature-item-wrap.style1 .feature-item:hover .feature-icon i, .feature-item-wrap.style4 .feature-item:hover .feature-icon i {
  color: #CD9453;
}

.feature-item-wrap.style2 .feature-item .feature-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(205, 148, 83, 0.15);
  overflow: hidden;
  text-align: center;
}

.feature-item-wrap.style2 .feature-item .feature-icon i {
  font-size: 24px;
  line-height: 0.7;
  margin: 0 auto;
}

.feature-item-wrap.style2 .feature-item .feature-text {
  width: calc(100% - 80px);
  margin-left: 20px;
}

.feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item {
  margin-bottom: 25px;
  width: 33.33%;
  position: relative;
}

.feature-item-wrap.style3 .feature-item:after, .feature-item-wrap.style5 .feature-item:after {
  position: absolute;
  top: 0;
  right: 25px;
  content: "";
  background: rgba(205, 148, 83, 0.3);
  width: 1px;
  height: 100%;
}

.feature-item-wrap.style3 .feature-item:last-child:after, .feature-item-wrap.style5 .feature-item:last-child:after {
  display: none;
}

.feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(205, 148, 83, 0.15);
  overflow: hidden;
  text-align: center;
}

.feature-item-wrap.style3 .feature-item .feature-icon:after, .feature-item-wrap.style5 .feature-item .feature-icon:after {
  width: 0;
  height: 100%;
}

.feature-item-wrap.style3 .feature-item .feature-icon i, .feature-item-wrap.style5 .feature-item .feature-icon i {
  font-size: 28px;
  line-height: 0.7;
  margin: 0 auto;
  color: #CD9453;
  position: relative;
  top: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap.style3 .feature-item .feature-text, .feature-item-wrap.style5 .feature-item .feature-text {
  width: calc(100% - 85px);
  margin-left: 20px;
  padding-right: 25px;
}

.feature-item-wrap.style3 .feature-item .feature-text h3, .feature-item-wrap.style5 .feature-item .feature-text h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap.style3 .feature-item .feature-text p, .feature-item-wrap.style5 .feature-item .feature-text p {
  margin: 0;
}

.feature-item-wrap.style3 .feature-item:hover .feature-icon i, .feature-item-wrap.style5 .feature-item:hover .feature-icon i {
  color: #fff;
}

.feature-item-wrap.style3 .feature-item:hover .feature-icon:after, .feature-item-wrap.style5 .feature-item:hover .feature-icon:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.feature-item-wrap.style3 .feature-item:hover .feature-text h3, .feature-item-wrap.style5 .feature-item:hover .feature-text h3 {
  color: #CD9453;
}

.feature-item-wrap.style4 .feature-item .feature-icon i {
  color: #333333;
}

.feature-item-wrap.style4 .feature-item:hover .feature-icon i {
  color: #CD9453;
}

.feature-item-wrap.style3 .feature-item:hover .feature-icon:after, .feature-item-wrap.style5 .feature-item:hover .feature-icon:after {
  background-color: #333333;
}

.featured-product-img {
  min-height: 400px;
  height: 100%;
}

.featured-product-img img {
  padding: 50px;
}
.product-features.feature-item-wrap .feature-item {
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product-features.feature-item-wrap .feature-item:nth-child(odd) {
  background-color: #363749;
}

.product-features.feature-item-wrap .feature-item:nth-child(odd) .feature-icon {
  background: #404251;
}

.product-features.feature-item-wrap .feature-item:nth-child(odd):hover {
  background-color: #404251;
}

.product-features.feature-item-wrap .feature-item:nth-child(even) {
  background-color: #2B2C3E;
}

.product-features.feature-item-wrap .feature-item:nth-child(even) .feature-icon {
  background: #323345;
}

.product-features.feature-item-wrap .feature-item:nth-child(even):hover {
  background-color: #323345;
}

.product-features.feature-item-wrap .feature-item:first-child {
  border-radius: 10px 0 0 0;
}

.product-features.feature-item-wrap .feature-item:first-child .feature-icon {
  border-radius: 10px 0 0 0;
}

.product-features.feature-item-wrap .feature-item:last-child {
  border-radius: 0 0 0 10px;
}

.product-features.feature-item-wrap .feature-item:last-child .feature-icon {
  border-radius: 0 0 0 10px;
}

.product-features.feature-item-wrap .feature-item .feature-icon {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 25px;
  height: auto;
  width: 110px;
  top: 0;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product-features.feature-item-wrap .feature-item .feature-icon i {
  color: #fff;
  font-size: 48px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product-features.feature-item-wrap .feature-item .feature-icon:after {
  display: none;
}

.product-features.feature-item-wrap .feature-item .feature-text {
  padding: 25px 25px 20px;
  width: calc(100% - 110px);
  margin-left: 0;
}

.product-features.feature-item-wrap .feature-item .feature-text h3, .product-features.feature-item-wrap .feature-item .feature-text p {
  color: #fff;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .shopcart, .cart-popup .close-cart-popup, #modal-subscribe .modal-content .modal-header .btn-close, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, .feature-card .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .featured-product-img, .product-features.feature-item-wrap .feature-item .feature-icon, .promo-item.style1 .promo-icon, .promo-item.style2 .promo-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .swiper-button-next,
.swiper-button-prev, #product-modal .modal-content .modal-header button.close, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .content-feature-list.style1 li span, .contact-box-wrap .contact-item .contact-icon, .newsletter-wrap .newsletter-form button, .header-wrap.style1 .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .cart-popup .cart-popup-body .cart-item, .cart-popup .cart-popup-footer .total-amt, .hero-wrap .hero-content .hero-btn, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style2 .filter-box, .feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item, .checkbox-item, .product-search-box, .testimonial-card .client-info-wrap, .single-product-details .single-product-title .ratings, .wp-block-quote, .cart-total .cart-total-item, .checkout-details .bill-item, .contact-box-wrap .contact-item, .footer-wrap .footer-widget .social-link, .feature-item-wrap.style3, .feature-item-wrap.style5, .page-navigation .page-nav, .feature-item-wrap.style1 .feature-item .feature-icon, .feature-item-wrap.style4 .feature-item .feature-icon, .owl-carousel .owl-nav, .pp-post-item, .category-item-wrap, .feature-item-wrap .feature-item, .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter, .process-item, #product-modal .single-product-gallery, .post-author, .comment-item-wrap .comment-item, .checkout-details .select-payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .shopcart, .cart-popup .close-cart-popup, #modal-subscribe .modal-content .modal-header .btn-close, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, .feature-card .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .featured-product-img, .product-features.feature-item-wrap .feature-item .feature-icon, .promo-item.style1 .promo-icon, .promo-item.style2 .promo-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .swiper-button-next,
.swiper-button-prev, #product-modal .modal-content .modal-header button.close, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .content-feature-list.style1 li span, .contact-box-wrap .contact-item .contact-icon, .newsletter-wrap .newsletter-form button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.featured-product-img {
  min-height: 400px;
  height: 100%;
}

.featured-product-img img {
  padding: 50px;
}
.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}
    
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.owl-carousel .owl-nav button.owl-prev:after, .owl-carousel .owl-nav button.owl-next:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #CD9453;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
  font-size: 20px;
  line-height: 0.8;
  color: #de145e;
  margin: 0 auto;
  display: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover:after, .owl-carousel .owl-nav button.owl-next:hover:after {
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

.owl-carousel .owl-dots {
  line-height: 1;
}

.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -3px;
}

.owl-carousel .owl-dots button.owl-dot span {
  width: 22px;
  height: 5px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  background: #95959F;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  border-radius: 50px;
  background-color: #CD9453;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
  background-color: #CD9453;
  width: 32px;
  opacity: 1;
}

.owl-carousel .owl-dots button.owl-dot.active span:after {
  width: 100%;
}
    
/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
 {
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}


p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .shopcart, .cart-popup .close-cart-popup, #modal-subscribe .modal-content .modal-header .btn-close, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, .feature-card .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .featured-product-img, .product-features.feature-item-wrap .feature-item .feature-icon, .promo-item.style1 .promo-icon, .promo-item.style2 .promo-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .swiper-button-next,
.swiper-button-prev, #product-modal .modal-content .modal-header button.close, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .content-feature-list.style1 li span, .contact-box-wrap .contact-item .contact-icon, .newsletter-wrap .newsletter-form button, .header-wrap.style1 .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .cart-popup .cart-popup-body .cart-item, .cart-popup .cart-popup-footer .total-amt, .hero-wrap .hero-content .hero-btn, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style2 .filter-box, .feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item, .checkbox-item, .product-search-box, .testimonial-card .client-info-wrap, .single-product-details .single-product-title .ratings, .wp-block-quote, .cart-total .cart-total-item, .checkout-details .bill-item, .contact-box-wrap .contact-item, .footer-wrap .footer-widget .social-link, .feature-item-wrap.style3, .feature-item-wrap.style5, .page-navigation .page-nav, .feature-item-wrap.style1 .feature-item .feature-icon, .feature-item-wrap.style4 .feature-item .feature-icon, .owl-carousel .owl-nav, .pp-post-item, .category-item-wrap, .feature-item-wrap .feature-item, .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter, .process-item, #product-modal .single-product-gallery, .post-author, .comment-item-wrap .comment-item, .checkout-details .select-payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .shopcart, .cart-popup .close-cart-popup, #modal-subscribe .modal-content .modal-header .btn-close, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, .feature-card .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .featured-product-img, .product-features.feature-item-wrap .feature-item .feature-icon, .promo-item.style1 .promo-icon, .promo-item.style2 .promo-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .swiper-button-next,
.swiper-button-prev, #product-modal .modal-content .modal-header button.close, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .content-feature-list.style1 li span, .contact-box-wrap .contact-item .contact-icon, .newsletter-wrap .newsletter-form button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap.style1 .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .cart-popup .cart-popup-body .cart-item, .cart-popup .cart-popup-footer .total-amt, .hero-wrap .hero-content .hero-btn, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style2 .filter-box, .feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item, .featured-product-img, .checkbox-item, .product-search-box, .testimonial-card .client-info-wrap, .single-product-details .single-product-title .ratings, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .wp-block-quote, .cart-total .cart-total-item, .checkout-details .bill-item, .contact-box-wrap .contact-item, .footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.cart-popup .cart-popup-footer .total-amt, .checkbox-item, .cart-total .cart-total-item, .checkout-details .bill-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-item-wrap.style3, .feature-item-wrap.style5 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap.style1 .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-navigation .page-nav, .feature-item-wrap.style1 .feature-item .feature-icon, .feature-item-wrap.style4 .feature-item .feature-icon {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.swiper-container {
  overflow: hidden;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  background: #CD9453;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.back-to-top.open {
  bottom: 30px;
}

.back-to-top i {
  color: #fff;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader div {
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  border-radius: 50px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  display: inline-block;
  -webkit-animation: bouncing 1.4s linear infinite;
          animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
  margin: 0;
}

.loader div:nth-child(1) {
  background: rgba(205, 148, 83, 0.9);
}

.loader div:nth-child(2) {
  background: rgba(205, 148, 83, 0.7);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  background: rgba(205, 148, 83, 0.5);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes bouncing {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateY(80px) scale(1.5, 0.5);
            transform: translateY(80px) scale(1.5, 0.5);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes bouncing {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateY(80px) scale(1.5, 0.5);
            transform: translateY(80px) scale(1.5, 0.5);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn-home {
  display: inline-block;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 13px 30px 12px;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.btn-home i {
  position: relative;
  top: 5px;
  font-size: 20px;
  margin-left: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-home:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-home:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-home:hover {
  color: #fff;
}

.btn-home:hover:after, .btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn-home.style1, .btn-home.style3, .btn-home.style5 {
  background-color: #de145e;
}

.btn-home.style1:after, .btn-home.style1:before, .btn-home.style3:after, .btn-home.style3:before, .btn-home.style5:after, .btn-home.style5:before {
  background: #333333;
}

.btn-home.style2, .btn-home.style4, .btn-home.style6 {
  background-color: #333333;
}

.btn-home.style2:after, .btn-home.style2:before, .btn-home.style4:after, .btn-home.style4:before, .btn-home.style6:after, .btn-home.style6:before {
  background: #CD9453;
}

.btn-home.style3, .btn-home.style4 {
  border-radius: 5px;
}

.btn-home.style5 {
  border-radius: 50px;
}

.btn-home.style6 {
  border-radius: 50px;
}

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #CD9453;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #CD9453;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link.style3 {
  display: block;
  color: #CD9453;
}

.link.style3:after {
  display: none;
}

.link.style3 span {
  float: right;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #F6F3EC;
  text-align: center;
  position: relative;
  top: -4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link.style3 span i {
  color: #CD9453;
  font-size: 16px;
  line-height: 33px;
  font-size: 12px;
  margin: 0;
}

.link:hover {
  color: #CD9453;
}

.link:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.link:hover i {
  margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.owl-carousel .owl-nav button.owl-prev:after, .owl-carousel .owl-nav button.owl-next:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #de145e;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
  font-size: 20px;
  line-height: 0.8;
  color: #de145e;
  margin: 0 auto;
  display: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover:after, .owl-carousel .owl-nav button.owl-next:hover:after {
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

.owl-carousel .owl-dots {
  line-height: 1;
}

.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -3px;
}

.owl-carousel .owl-dots button.owl-dot span {
  width: 22px;
  height: 5px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  background: #95959F;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  border-radius: 50px;
  background-color: #CD9453;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
  background-color: #CD9453;
  width: 32px;
  opacity: 1;
}

.owl-carousel .owl-dots button.owl-dot.active span:after {
  width: 100%;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}

.section-title h2,
.content-title h2 {
  font-size: 40px;
  margin: 0;
}

.section-title p,
.content-title p {
  margin: 12px 0 0;
}

.section-title span,
.content-title span {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0 0 13px;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 10px 5px 5px 9px;
}

.section-title span:after,
.content-title span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40%;
  height: 100%;
  background-color: rgba(205, 148, 83, 0.25);
  z-index: -1;
}

.section-title.style1 span,
.content-title.style1 span {
  color: #CD9453;
}

.section-title.style1 span:after,
.content-title.style1 span:after {
  background-color: rgba(29, 31, 202, 0.25);
}

.section-title.style1 p,
.content-title.style1 p {
  margin: 10px auto 0;
}

.section-title.style2 span,
.content-title.style2 span {
  color: #fff;
}

.section-title.style2 span:after,
.content-title.style2 span:after {
  background-color: rgba(255, 255, 255, 0.15);
}

.section-title {
  line-height: 1;
}

.content-wrapper {
  margin-top: 140px;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-selago {
  background-color: #F4F7FE;
}

.bg-cove {
  background-color: #CD9453;
}

.bg-catskill {
  background-color: #F9FAFC;
}

.bg-athens {
  background-color: #F3F4F6;
}

.bg-albastor {
  background-color: #f9f9f9;
}

.bg-mine-shaft {
  background-color: #333333;
}

.bg-clay {
  background-color: #2B2C3E;
}

.bg-tussock {
  background-color: #CD9453;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-75 {
  opacity: 0.75;
}

.op-8 {
  opacity: 0.8;
}

.op-85 {
  opacity: 0.85;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  -webkit-animation: moveVertical 3000ms infinite ease-in-out;
  animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
  -webkit-animation: waving_left 7s infinite linear;
  animation: waving_left 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  -webkit-animation: waving_right 7s infinite linear;
  animation: waving_right 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

@-webkit-keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 4px;
}

.social-profile li:first-child {
  margin-left: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile li a:hover {
  border-color: transparent;
  color: #CD9453;
}

.social-profile.style1 li a, .social-profile.style2 li a {
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a i, .social-profile.style2 li a i {
  font-size: 16px;
  line-height: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.social-profile.style1 li a i {
  color: #CD9453;
}

.social-profile.style1 li a:hover {
  background-color: #CD9453;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style1 li a:hover i {
  color: #fff;
}

.social-profile.style2 li a {
  background: #fff;
  border-radius: 50%;
}

.social-profile.style2 li a i {
  color: #CD9453;
}

.social-profile.style2 li a:hover {
  background-color: #CD9453;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style2 li a:hover i {
  color: #fff;
}

.social-profile.style3 li a i {
  color: #fff;
}

.social-profile.style3 li a:hover i {
  color: #CD9453;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-navigation .page-nav {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-navigation .page-nav li {
  margin: 0 5px;
}

.page-navigation .page-nav li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 46px;
  font-weight: 600;
  opacity: 0.7;
  border: 1px solid rgba(206, 148, 84, 0.8);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-navigation .page-nav li a i {
  font-size: 14px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover {
  color: #fff;
  opacity: 1;
  background-color: #CD9453;
}

.page-navigation .page-nav li a.active i, .page-navigation .page-nav li a:hover i {
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .shopcart, .cart-popup .close-cart-popup, #modal-subscribe .modal-content .modal-header .btn-close, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, .feature-card .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .featured-product-img, .product-features.feature-item-wrap .feature-item .feature-icon, .promo-item.style1 .promo-icon, .promo-item.style2 .promo-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .swiper-button-next,
.swiper-button-prev, #product-modal .modal-content .modal-header button.close, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .content-feature-list.style1 li span, .contact-box-wrap .contact-item .contact-icon, .newsletter-wrap .newsletter-form button, .header-wrap.style1 .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .cart-popup .cart-popup-body .cart-item, .cart-popup .cart-popup-footer .total-amt, .hero-wrap .hero-content .hero-btn, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style2 .filter-box, .feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item, .checkbox-item, .product-search-box, .testimonial-card .client-info-wrap, .single-product-details .single-product-title .ratings, .wp-block-quote, .cart-total .cart-total-item, .checkout-details .bill-item, .contact-box-wrap .contact-item, .footer-wrap .footer-widget .social-link, .feature-item-wrap.style3, .feature-item-wrap.style5, .page-navigation .page-nav, .feature-item-wrap.style1 .feature-item .feature-icon, .feature-item-wrap.style4 .feature-item .feature-icon, .owl-carousel .owl-nav, .pp-post-item, .category-item-wrap, .feature-item-wrap .feature-item, .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter, .process-item, #product-modal .single-product-gallery, .post-author, .comment-item-wrap .comment-item, .checkout-details .select-payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-popup .cart-popup-footer .total-amt, .checkbox-item, .cart-total .cart-total-item, .checkout-details .bill-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .shopcart, .cart-popup .close-cart-popup, #modal-subscribe .modal-content .modal-header .btn-close, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, .feature-card .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .featured-product-img, .product-features.feature-item-wrap .feature-item .feature-icon, .promo-item.style1 .promo-icon, .promo-item.style2 .promo-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .swiper-button-next,
.swiper-button-prev, #product-modal .modal-content .modal-header button.close, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .content-feature-list.style1 li span, .contact-box-wrap .contact-item .contact-icon, .newsletter-wrap .newsletter-form button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap.style1 .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .cart-popup .cart-popup-body .cart-item, .cart-popup .cart-popup-footer .total-amt, .hero-wrap .hero-content .hero-btn, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style2 .filter-box, .feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item, .featured-product-img, .checkbox-item, .product-search-box, .testimonial-card .client-info-wrap, .single-product-details .single-product-title .ratings, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .wp-block-quote, .cart-total .cart-total-item, .checkout-details .bill-item, .contact-box-wrap .contact-item, .footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-wrap.style1 .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}

.header-wrap .header-top {
  padding: 10px 0;
}

.header-wrap .header-bottom {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.header-wrap.style1 .header-top .header-top-left p {
  color: #fff;
  margin: 0;
}

.header-wrap.style1 .header-top .header-top-right .select-lang {
  margin-right: 20px;
}

.header-wrap.style1 .header-top .header-top-right .select-lang i {
  color: #CD9453;
}

.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
  color: #fff;
  font-size: 15px;
}

.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
  color: #fff;
}

.header-wrap.style1 .header-top .header-top-right .social-profile {
  position: relative;
  top: 2px;
}

.header-wrap.style1 .header-top .header-top-right .social-profile li a {
  color: #fff;
}

.header-wrap.style1 .header-top .header-top-right .social-profile li a:hover i {
  color: #CD9453;
}

.header-wrap.style2 .header-bottom {
  background-color: #fff;
}

.header-wrap.style2 .header-bottom .shopcart,
.header-wrap.style2 .header-bottom .searchbtn {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.header-wrap.style2 .header-bottom .btn-home.style2 {
  border-radius: 5px;
}

.header-wrap.style3 .header-bottom {
  background-color: #fff;
}

.header-wrap.style3 .header-bottom .shopcart,
.header-wrap.style3 .header-bottom .searchbtn {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.header-wrap.style3 .header-bottom .btn-home.style2 {
  border-radius: 50px;
}

.header-wrap.style2 .cart-popup, .header-wrap.style3 .cart-popup {
  top: 87px;
}

.search-area {
  position: fixed;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100vh;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.89);
  opacity: 0;
  z-index: 990;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-area.open {
  width: calc(100% + 1px);
  visibility: visible;
  opacity: 1;
}

.search-area .close-searchbox {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
}

.search-area .close-searchbox i {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}

.search-area .form-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding: 20px;
  color: #fff;
}

.search-area .form-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::placeholder {
  color: #fff;
  opacity: 1;
}

.select-lang {
  padding-left: 18px;
  position: relative;
}

.select-lang i {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 15px;
  line-height: 1;
  color: #CD9453;
}

.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  font-size: 15px;
  padding-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}

.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: 2px;
  right: 0;
  content: "\EA4E";
  font-family: "remixicon";
  font-weight: 400;
  border: 0;
  margin-left: 8px;
  font-size: 16px;
}

.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  left: 0;
  right: auto;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(75px) !important;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
}

.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}

.select-lang .navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(40px) !important;
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}

.shopcart {
  position: relative;
  cursor: pointer;
  background-color: #F3F4F6;
  width: 52px;
  height: 52px;
  text-align: center;
}

.shopcart span {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #CD9453;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
}

.shopcart i {
  font-size: 22px;
  line-height: 0.8;
  color: #000;
  margin: 0 auto;
  position: relative;
  top: 3px;
  left: -4px;
}

.searchbtn {
  background-color: #F3F4F6;
  border: none;
  padding: 5px;
  width: 52px;
  height: 52px;
  margin: 0 20px;
}

.searchbtn i {
  font-size: 19px;
  position: relative;
  top: 5px;
  color: #666666;
}

/*----------------------------------
    Cart Popup CSS
----------------------------------*/
.cart-popup {
  position: fixed;
  top: 140px;
  right: -100%;
  width: 560px;
  background: #fff;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.cart-popup.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.cart-popup .close-cart-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background: transparent;
  text-align: center;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart-popup .close-cart-popup i {
  font-size: 22px;
  line-height: 0.8;
  margin: 0 auto;
}

.cart-popup .cart-popup-body {
  margin-top: 45px;
  height: calc(100vh - 325px);
  overflow-y: auto;
}

.cart-popup .cart-popup-body .cart-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.cart-popup .cart-popup-body .cart-item:last-child {
  border-bottom: none;
}

.cart-popup .cart-popup-body .cart-item .cart-item-action {
  width: 65px;
  text-align: center;
}

.cart-popup .cart-popup-body .cart-item .cart-item-action button {
  border: none;
  background: transparent;
  text-align: center;
  padding: 0;
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.cart-popup .cart-popup-body .cart-item .cart-item-action button i {
  font-size: 26px;
  line-height: 0.8;
  margin: 0 auto;
  position: relative;
  top: 5px;
}

.cart-popup .cart-popup-body .cart-item .cart-item-img {
  width: 100px;
  padding: 15px;
  background-color: #F3F4F6;
}

.cart-popup .cart-popup-body .cart-item .cart-item-info {
  width: calc(100% - 185px);
  margin-left: 20px;
}

.cart-popup .cart-popup-body .cart-item .cart-item-info h5 {
  font-size: 20px;
  margin: 0 0 5px;
}

.cart-popup .cart-popup-body .cart-item .cart-item-info p {
  margin: 0;
}

.cart-popup .cart-popup-footer {
  padding: 22px 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-popup .cart-popup-footer .total-amt {
  margin-bottom: 20px;
}

.cart-popup .cart-popup-footer .total-amt h5 {
  margin-bottom: 0;
  font-size: 20px;
}

.cart-popup .cart-popup-footer .cart-popup-btn .btn-home:nth-child(1) {
  margin-right: 12px;
}

@media only screen and (max-width: 575px) {
  .search-area .close-searchbox {
    top: 15px;
    right: 10px;
  }
  .search-area .close-searchbox i {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .searchbox {
    display: none;
  }
  .select-lang i {
    top: 5px;
  }
  .select-lang .navbar-language .dropdown-menu {
    inset: 0px auto auto -20px !important;
  }
  
  .header-wrap .header-top .headers-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a,
  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
    font-size: 14px !important;
  }
  .header-wrap .search-area form .form-group input {
    font-size: 14px;
    padding: 10px;
  }
  .header-wrap.style1 .header-top .header-top-left {
    text-align: center;
    margin-bottom: 10px;
  }
  .header-wrap.style1 .header-top .header-top-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-wrap.style1 .cart-popup {
    top: 160px;
  }
  .header-wrap.style2 .cart-popup, .header-wrap.style3 .cart-popup {
    top: 73px !important;
  }
  .header-wrap .shopcart span {
    top: 5px;
  }
  .header-wrap .searchbtn,
  .header-wrap .shopcart {
    width: 42px;
    height: 42px;
  }
  .header-wrap .cart-popup {
    width: 100%;
  }
  .header-wrap .cart-popup .cart-popup-body {
    height: calc(100vh - 312px);
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-action {
    width: 50px;
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-img {
    width: 65px;
    padding: 10px;
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-info {
    width: calc(100% - 135px);
    margin-left: 20px;
    padding-right: 5px;
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-info h5 {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-info p {
    margin: 0;
  }
  .header-wrap .cart-popup .cart-popup-footer {
    padding: 18px 20px 0;
  }
  .header-wrap .cart-popup .cart-popup-footer .total-amt h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-wrap.style1 .cart-popup {
    top: 132px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    height: 100vh;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    height: 100vh;
  }
  .header-wrap .header-top .header-top-right .searchbox {
    width: 260px;
  }
  .header-wrap.style1 .cart-popup {
    top: 132px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a {
    font-size: 15px;
    font-weight: 400;
  }
  .shopcart {
    margin: 0 15px;
  }
  .searchbtn {
    margin: 0;
  }
  .shopcart,
  .searchbtn {
    position: relative;
    top: -4px;
  }
  .select-lang .navbar-language .dropdown-toggle::before {
    top: 1px;
    right: -2px;
    font-size: 15px;
  }
  .header-wrap {
    background-color: #fff;
  }
  .header-wrap .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .header-wrap .header-bottom .navbar .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
    position: relative;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
    color: #000;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 7px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid #F3F4F6;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
    display: none;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
    color: #CD9453;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #CD9453;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .btn.style1 {
    color: #fff;
    padding: 10px 32px;
  }
  .header-wrap.sticky .search-area.open {
    top: 0;
  }
  .header-wrap.style1 .header-bottom .container, .header-wrap.style2 .header-bottom .container, .header-wrap.style3 .header-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap.style2 .cart-popup, .header-wrap.style3 .cart-popup {
    top: 80px;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 25px;
  }
  .mobile-menu {
    text-align: right;
  }
  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    background-color: #CD9453;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
  }
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -5px;
  }
  .mobile-top-bar {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 0px;
  }
  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 20px;
    margin: 5.9px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }
  .close-header-top button {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }
  .close-header-top button i {
    color: #000;
    font-size: 26px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #000;
    font-size: 18px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #000;
  }
  .main-menu li a.active {
    color: #CD9453;
  }
  .main-menu li > a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li > a:hover {
    color: #000;
  }
  .main-menu li > ul.sub-menu {
    padding-left: 20px;
  }
  .header-wrap .header-bottom .main-menu-wrap #menu > ul > li > a::after {
    display: none;
  }
  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 1200px) {
  .menu-expand i {
    display: none;
  }
  .header-wrap.sticky .header-bottom {
    padding: 0;
  }
  .header-wrap.sticky.style1 {
    margin-top: -52px;
  }
  .header-wrap.sticky.style1 .cart-popup {
    top: 88px;
  }
  .header-wrap .header-bottom .header-bottom-right .select-lang i {
    color: #CD9453;
  }
  .header-wrap .header-bottom .header-bottom-right .select-lang .navbar-language .dropdown-toggle {
    color: #666666;
  }
  .header-wrap .header-bottom .header-bottom-right .select-lang .navbar-language .dropdown-toggle:before {
    color: #666666;
  }
  .header-wrap .navbar {
    padding: 0;
  }
  .header-wrap .navbar .navbar-brand {
    padding: 0 20px 0 0;
  }
  .header-wrap .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .header-wrap .navbar .navbar-nav {
    margin-left: auto;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 10px;
  }
  .header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    color: #000;
    font-weight: 400;
    padding: 30px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover, .header-wrap .navbar .navbar-nav .nav-item a:focus, .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #CD9453;
  }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: -3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 85px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    font-weight: 400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 2px;
    height: 0%;
    border-radius: 0;
    background-color: #CD9453;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #CD9453;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    padding-left: 30px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    width: 100%;
    right: auto;
    left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 55%;
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    right: auto;
    visibility: hidden;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
  }
  .header-wrap .navbar .others-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1400px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1520px;
  }
  .search-area .container {
    max-width: 1520px;
    margin: 0 auto;
  }
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.br-1 {
  background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
}

.br-2 {
  background-image: url(../img/breadcrumb/breadcrumb-2.jpg);
}

.br-3 {
  background-image: url(../img/breadcrumb/breadcrumb-3.jpg);
}

.br-4 {
  background-image: url(../img/breadcrumb/breadcrumb-4.jpg);
}

.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 130px 0;
  overflow: hidden;
}

.breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.breadcrumb-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #fff;
}

.breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 1px;
  right: -13px;
  content: "/";
  font-size: 16px;
  background-color: transparent;
  color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #CD9453;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: #fff;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #CD9453;
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

.breadcrumb-img img {
  display: block;
  margin-right: auto;
  max-height: 420px;
}

/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-form-wrap {
  padding: 30px;
  background-color: #f9f9f9;
  margin-bottom: 25px;
}

.login-form-wrap.style2 {
  background-color: transparent;
  padding: 0;
}

.login-form-wrap.style2 .login-header {
  text-align: center;
}

.login-form-wrap.style2 .login-body .form-group input {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.login-form-wrap .login-header {
  margin-top: -2px;
}

.login-form-wrap .login-header h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}

.login-form-wrap .login-header span {
  color: #fff;
}

.login-form-wrap .login-body .form-group {
  margin: 0 0 20px;
}

.login-form-wrap .login-body .form-group label {
  font-size: 16px;
  color: #666666;
  margin: 0 0 10px;
  display: block;
}

.login-form-wrap .login-body .form-group input {
  border-radius: 5px;
  background: #fff;
  border: none;
  width: 100%;
  height: 60px;
  padding: 10px 15px;
}

.login-form-wrap .login-body .btn {
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 15px;
}

.login-form-wrap .login-body .form_group label {
  font-size: 16px;
}

.login-form-wrap .link.style1 {
  color: #CD9453;
}

.or-text {
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 18px;
  z-index: 9;
}

.or-text .btn-home.fb {
  background-color: #3B5999 !important;
}

.or-text .btn-home.google {
  background-color: #219684 !important;
}

.or-text:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}

.or-text p {
  display: inline-block;
  padding: 0 10px;
  background-color: #f9f9f9;
  margin: 0 auto;
  z-index: 1;
  font-size: 18px;
  border-radius: 50%;
}

/*----------------------------
    FAQ  CSS
------------------------------*/
.faq-wrap {
  position: relative;
  z-index: 1;
}

.faq-wrap .faq-content .content-title h2 {
  margin: 0 0 20px;
}

.faq-wrap.style1 .accordion-button:not(.collapsed) span {
  background-color: #CD9453 !important;
}

.faq-wrap.style1 .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.faq-wrap.style1 .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.faq-wrap.style1 .accordion-item {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 25px;
}

.faq-wrap.style1 .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
}

.faq-wrap.style1 .accordion-item .accordion-header .accordion-button span {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.faq-wrap.style1 .accordion-item .accordion-header .accordion-button span i {
  color: #CD9453;
  line-height: 0.8;
}

.faq-wrap.style1 .accordion-body p {
  margin: 0;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed) span {
  background-color: #CD9453 !important;
}

.accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.accordion-item {
  border: none;
  margin: 0 0 25px;
  padding: 0;
}

.accordion-item:last-child {
  margin: 0;
}

.accordion-item .accordion-header .accordion-button {
  border-radius: 5px !important;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 0;
  border: none;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item .accordion-header .accordion-button span {
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  position: relative;
  margin-right: 14px;
}

.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-collapse {
  border: none;
}

.accordion-button:not(.collapsed)::after {
  left: -4px;
}

.accordion-body {
  border-top-color: transparent;
  padding: 20px 0 0;
}

.accordion-body p {
  margin: 0;
}

.error-content {
  text-align: center;
}

.error-content img {
  display: block;
  margin: 0 auto 20px;
  max-width: 600px;
}

.error-content p {
  margin: 0 auto 20px;
  max-width: 520px;
}

.terms-wrap .single-terms {
  margin-bottom: 25px;
}

.terms-wrap .single-terms:last-child {
  margin-bottom: 0;
}

.terms-wrap .single-terms p a {
  color: #CD9453;
}

.terms-wrap .single-terms p a:hover {
  color: #CD9453;
  text-decoration: underline;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
  padding: 25px;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
}

.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #CD9453;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
  position: relative;
}

.search-box .form-group {
  position: relative;
}

.search-box .form-group input {
  width: 100%;
  height: 54px;
  background: #fff;
  border: 1px solid #F3F4F6;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 0;
}

.search-box .form-group input:focus {
  border-color: #888888;
}

.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  background: #CD9453;
}

.search-box .form-group button i {
  color: #fff;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

/*-------------------------------
     New Product Widget CSS
-------------------------------*/
.new-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.new-product-item:last-child {
  margin: 0;
}

.new-product-item .new-product-img {
  width: 90px;
  text-align: center;
  border: 1px solid #F3F4F6;
  background: #fff;
  padding: 10px;
}

.new-product-item .new-product-img img {
  margin: 0 auto;
  display: block;
  max-height: 80px;
}

.new-product-item .new-product-info {
  width: calc(100% - 105px);
  margin-left: 15px;
}

.new-product-item .new-product-info h6 {
  margin: 0 0 5px;
  font-size: 18px;
}

.new-product-item .new-product-info h6 a {
  color: #000;
}

.new-product-item .new-product-info h6 a:hover {
  color: #CD9453;
}

.new-product-item .new-product-info span {
  color: #000;
  font-size: 14px;
  color: #CD9453;
}

.new-product-item .new-product-info span.discount {
  text-decoration: line-through;
  margin-left: 5px;
  color: #999;
}

.new-product-wrap.style2 {
  border: 1px solid #F3F4F6;
  border-radius: 5px;
  padding: 25px 25px 0;
  margin-bottom: 25px;
}

.new-product-wrap.style2 .product-card.style3 .product-img {
  margin: 0;
}

.new-product-wrap.style2 .product-card.style3 .ratings {
  margin-bottom: 6px;
}

.product-result p {
  color: #000;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.filter-item-num select,
.filter-item-cat select {
  width: 100%;
  border-radius: 5px;
  padding: 12px 15px 10px 15px;
  color: #393939;
  background-color: #fff;
  border: 1px solid #F3F4F6;
  font-size: 16px;
  height: 54px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #F3F4F6;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 92% 52%;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box ul li {
  position: relative;
}

.category-box ul li:first-child a {
  padding-top: 0;
}

.category-box ul li:first-child a i {
  top: 5px;
}

.category-box ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

.category-box ul li a {
  color: #333333;
  font-weight: 500;
  padding: 8px 10px 8px 15px;
  display: block;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-box ul li a i {
  position: absolute;
  top: 13px;
  left: -5px;
  font-size: 15px;
  line-height: 1;
  color: #CD9453;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-box ul li a span {
  float: right;
  font-weight: 400;
  opacity: 0.5;
  margin-left: 4px;
  font-size: 14px;
  color: #666666;
}

.category-box ul li a:hover {
  color: #CD9453;
  padding-left: 25px;
}

.category-box ul li a:hover i {
  color: #CD9453;
  left: 5px;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list ul {
  margin-top: -12px;
}

.tag-list ul li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}

.tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 15px;
  color: #666666;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tag-list ul li a:hover {
  background-color: #CD9453;
  color: #fff;
  border-color: transparent;
}

.tag-list.style2 li a {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.tag-list.style2 li a:hover {
  background: transparent;
}

.tag-list.style3 li a {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  border: none;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
  width: 85px;
  border-radius: 4px;
}

.pp-post-item .pp-post-img img {
  border-radius: 4px;
}

.pp-post-item .pp-post-info {
  width: calc(100% - 100px);
  margin-left: 15px;
  margin-top: 2px;
}

.pp-post-item .pp-post-info h6 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
}

.pp-post-item .pp-post-info h6 a {
  color: #333333;
}

.pp-post-item .pp-post-info span {
  font-size: 14px;
  line-height: 1;
  display: block;
  position: relative;
  padding-left: 22px;
  color: #888888;
  margin-bottom: 12px;
}

.pp-post-item .pp-post-info span i {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #CD9453;
}

.pp-post-item:last-child {
  margin: 0;
}

.pp-post-item:hover .pp-post-info h6 a {
  color: #CD9453;
}

/*-------------------------------
   Category Section  CSS
-------------------------------*/
.category-item-wrap.style1 {
  margin: 0 -10px;
}

.category-item-wrap.style1 .category-item {
  width: calc(20% - 24px);
  margin: 0 12px 25px;
}

.category-item-wrap.style2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-gap: 25px;
}

.category-item {
  margin-bottom: 25px;
}

.category-item .cat-img {
  background-color: #fff;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  padding: 20px;
  margin: 0 auto 25px;
}

.category-item .cat-img img {
  display: block;
  margin: 0 auto;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-item h3 {
  font-size: 22px;
  text-align: center;
  margin: 0;
}

.category-item:hover .cat-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.category-item:hover h3 a {
  color: #CD9453;
}

/*-------------------------------
    Popup Newsletter  CSS
-------------------------------*/
.modal-backdrop {
  opacity: 0.8 !important;
}

.subscribe-bg {
  background-image: url(../img/subscribe-bg.jpg);
  height: 500px;
}

#modal-subscribe .modal-content {
  border-radius: 0;
}

#modal-subscribe .modal-content .modal-header {
  padding: 0;
}

#modal-subscribe .modal-content .modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  opacity: 1;
  border-radius: 0;
  z-index: 9;
}

#modal-subscribe .modal-content .modal-header .btn-close:focus {
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#modal-subscribe .modal-content .modal-header .btn-close i {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: #fff;
}

#modal-subscribe .modal-content .modal-body {
  padding: 0;
}

.subscribe-content {
  padding: 0 45px 0 0;
}

.subscribe-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.subscribe-content p {
  margin-bottom: 25px;
}

.subscribe-content .newsletter-form input {
  width: 100%;
  background: #F3F4F6;
  border: none;
  height: 54px;
  padding: 10px 15px;
}

.subscribe-content .newsletter-form button {
  display: block;
  width: 100%;
  margin-top: 15px;
}

.subscribe-content .social-profile {
  margin: 20px 0 20px;
}

/*-------------------------------
    Hero  Section CSS
-------------------------------*/
.hero-slider-bg {
  background-image: url(../img/hero/hero-bg-3.jpg);
}

.hero-bg-one {
  background-image: url(../img/hero/hero-bg-2.jpg);
  height: 100%;
}

.hero-wrap .hero-content span {
  color: #de145e;
  display: block;
  margin: 0 0 15px;
  letter-spacing: 2px;
}

.hero-wrap .hero-content h1 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
}

.hero-wrap .hero-content p {
  margin-bottom: 30px;
}

.hero-wrap .hero-content .hero-btn .play-video {
  margin-left: 15px;
  position: relative;
  text-align: center;
  background-color: transparent;
  z-index: 1;
  padding-left: 5px;
  display: block;
  border-radius: 50%;
}

.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0;
  margin-right: 8px;
}

.hero-wrap .hero-content .hero-btn .play-video .play-btn i {
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.8;
  color: #CD9453;
  position: relative;
  left: 2px;
  top: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hero-wrap .hero-content .hero-btn .play-video .play-btn:hover {
  background-color: #CD9453;
}

.hero-wrap .hero-content .hero-btn .play-video .play-btn:hover i {
  color: #fff;
}

.hero-wrap .hero-content .hero-btn .play-video .play-text {
  margin: 0 0 0 10px;
  line-height: 1;
  color: #000;
  position: relative;
  top: 1px;
}

.hero-wrap.style1 {
  margin-top: 140px;
}

.hero-wrap.style1 .hero-slide-item {
  position: relative;
  z-index: 1;
}

.hero-wrap.style1 .hero-slide-item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #CD9453;
  width: 35%;
  height: 100%;
  z-index: -1;
}

.hero-wrap.style1 .hero-slide-item .hero-promotext {
  position: absolute;
  top: 45%;
  right: -170px;
  font-size: 80px;
  line-height: 1;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap img {
  max-width: 80%;
  display: block;
  margin-right: auto;
}

.hero-wrap.style2 {
  position: relative;
  z-index: 1;
  padding-top: 130px;
}

.hero-wrap.style2 .hero-content {
  padding: 60px 0 0;
}

.hero-wrap.style2 .hero-content h1 {
  font-size: 70px;
}

.hero-wrap.style2 .hero-content .hero-btn .btn {
  border-radius: 5px;
}

.hero-wrap.style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f9f9f9;
  width: 100%;
  height: 92%;
  z-index: -1;
}

.hero-wrap.style2 .container {
  position: relative;
}

.hero-wrap.style2 .filter-box {
  position: relative;
  z-index: 1;
  width: 72%;
  margin-top: -160px;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-wrap.style2 .filter-box .filter-item {
  width: 17.5%;
  position: relative;
  padding-right: 25px;
}

.hero-wrap.style2 .filter-box .filter-item:last-child {
  padding-right: 0;
  width: 12%;
}

.hero-wrap.style2 .filter-box .filter-item:last-child:after {
  display: none;
}

.hero-wrap.style2 .filter-box .filter-item:after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: "";
  background: #CD9453;
  width: 1px;
  height: calc(100% - 18px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-wrap.style2 .filter-box .filter-item label {
  font-size: 18px;
  color: #000;
  padding-left: 5px;
  display: block;
  margin-bottom: 15px;
}

.hero-wrap.style2 .filter-box .filter-item select {
  width: 80%;
  height: auto;
  padding: 0 15px 0 5px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  color: #000;
  background-position: 100% 52%;
}

.hero-wrap.style2 .filter-box .filter-item button {
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 13px 5px 12px;
  text-align: center;
}

.hero-wrap.style3 {
  position: relative;
  z-index: 1;
  margin-top: 88px;
}

.hero-wrap.style3 .hero-slide-item {
  background-color: #f9f9f9;
  padding: 90px 0;
}

.hero-wrap.style3 .hero-slide-item .hero-img-wrap {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.hero-wrap.style3 .hero-slide-item .hero-img-wrap img {
  max-width: 550px;
  margin-right: auto;
}

.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background-color: #CD9453;
  border-radius: 15px;
  z-index: -1;
}

.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext span {
  display: block;
  font-size: 85px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  position: relative;
  left: 60px;
  margin-left: auto;
}

.hero-wrap.style3 .hero-content span {
  display: block;
  color: #CD9453;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.hero-wrap.style3 .hero-content h1 {
  font-size: 58px;
  line-height: 1.2;
}

.hero-wrap.style3 .container {
  position: relative;
}

@-moz-document url-prefix() {
  .hero-wrap.style2 .filter-box .filter-item label {
    padding-left: 9px;
  }
}

.hero-slider-one.owl-carousel .owl-nav {
  position: absolute;
  bottom: 30px;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #F3F4F6;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev:after, .hero-slider-one.owl-carousel .owl-nav button.owl-next:after {
  background: #de145e;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev i, .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
  color: #de145e;
  font-size: 16px;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover i, .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover:after, .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover:after {
  width: 100%;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  margin-right: 20px;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev i {
  position: relative;
  left: -2px;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-next {
  right: auto;
  left: 60px;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-next i {
  position: relative;
  right: -2px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev, .hero-slider-two.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #333333;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev:after, .hero-slider-two.owl-carousel .owl-nav button.owl-next:after {
  background: #CD9453;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev i, .hero-slider-two.owl-carousel .owl-nav button.owl-next i {
  color: #fff;
  font-size: 16px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover:after, .hero-slider-two.owl-carousel .owl-nav button.owl-next:hover:after {
  width: 100%;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev i {
  position: relative;
  left: -2px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-next {
  right: 15px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-next i {
  position: relative;
  right: -2px;
}

/*-------------------------------
    About  Section CSS
-------------------------------*/
.feature-card {
  margin-bottom: 25px;
  background-color: #1C1C1C;
  padding: 25px 25px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}

.feature-card .feature-icon {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 25px;
}

.feature-card .feature-icon i {
  font-size: 28px;
  line-height: 0.8;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card .feature-text h3 {
  font-size: 24px;
  margin: 0 0 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #ffffff;
}

.feature-card .feature-text p {
  margin: 0;
}

.feature-card:hover .feature-icon i {
  color: #fff;
}

.feature-card:hover .feature-text h3 {
  color: #001368;
}

.feature-card.style1 .feature-icon, .feature-card.style3 .feature-icon {
  width: 60px;
  height: 65px;
}

.feature-card.style1 .feature-icon img, .feature-card.style3 .feature-icon img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card.style1 .feature-icon i, .feature-card.style3 .feature-icon i {
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.feature-card.style1:hover .feature-icon img, .feature-card.style3:hover .feature-icon img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.feature-card.style2 .feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #333333;
  overflow: hidden;
}

.feature-card.style2 .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #CD9453;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.feature-card.style2 .feature-icon i {
  color: #fff;
  font-size: 32px;
  position: relative;
  top: 2px;
}

.feature-card.style2:hover {
  -webkit-box-shadow: 0 8px 30px rgba(205, 148, 83, 0.1);
          box-shadow: 0 8px 30px rgba(205, 148, 83, 0.1);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.feature-card.style2:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.feature-card.style3 {
  padding: 0;
  background-color: transparent;
}

.feature-card.style3 .feature-icon {
  margin: 0 auto 25px;
}

.feature-card.style3 .feature-text {
  text-align: center;
  padding: 0 10px;
}

/*-------------------------------
    About  Section CSS
-------------------------------*/
.about-bg-one {
  background-image: url(../img/about/about-img-6.jpg);
}

.about-bg-two {
  background-image: url(../img/about/about-img-3.jpg);
}

.about-bg-three {
  background-image: url(../img/about/about-img-7.jpg);
}

.about-wrap.style1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #333333;
  width: 28%;
  height: 100%;
  z-index: -1;
}

.about-wrap.style1 .section-text {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  font-size: 85px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.09);
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}

.about-wrap.style1 .about-img-wrap {
  position: absolute;
  bottom: 0;
}

.about-wrap.style1 .about-img-wrap img {
  width: 100%;
}

.about-wrap.style1 .about-content .feature-item-wrap {
  margin: 35px 0 30px;
}

.about-wrap.style2 .about-img-wrap .about-bg-one,
.about-wrap.style2 .about-img-wrap .about-bg-three {
  height: 630px;
  border-radius: 10px;
}

.about-wrap.style2 .about-content .feature-item-wrap {
  margin: 30px 0 30px;
}

.about-wrap.style3 .about-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.about-wrap.style3 .about-img-wrap .about-bg-two {
  height: 650px;
  width: calc(100% - 30px);
  margin-right: auto;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}

.about-wrap.style3 .about-img-wrap span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  background-color: #F3F4F6;
  border-radius: 50px;
  height: calc(100% - 30px);
  z-index: -1;
}

.about-wrap.style3 .about-content .feature-item-wrap {
  margin: 35px 0 30px;
}

.feature-item-wrap .feature-item {
  margin-bottom: 25px;
}

.feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}

.feature-item-wrap .feature-item .feature-icon {
  width: 55px;
  position: relative;
  z-index: 1;
}

.feature-item-wrap .feature-item .feature-icon i {
  font-size: 28px;
  line-height: 0.8;
  color: #CD9453;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #CD9453;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 75px);
  margin-left: 20px;
}

.feature-item-wrap .feature-item .feature-text h3 {
  font-size: 24px;
  margin: 0 0 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-text p {
  margin: 0;
}

.feature-item-wrap .feature-item:hover .feature-icon i {
  color: #fff;
}

.feature-item-wrap .feature-item:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.feature-item-wrap .feature-item:hover .feature-text h3 {
  color: #001368;
}

.feature-item-wrap.style1 .feature-item, .feature-item-wrap.style4 .feature-item {
  background-color: transparent;
  padding: 0;
}

.feature-item-wrap.style1 .feature-item .feature-icon, .feature-item-wrap.style4 .feature-item .feature-icon {
  position: relative;
  width: 55px;
  border-radius: 0;
  background-color: transparent;
  top: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  box-shadow: none;
}

.feature-item-wrap.style1 .feature-item .feature-icon i, .feature-item-wrap.style4 .feature-item .feature-icon i {
  font-size: 46px;
}

.feature-item-wrap.style1 .feature-item .feature-icon:after, .feature-item-wrap.style4 .feature-item .feature-icon:after {
  display: none;
}

.feature-item-wrap.style1 .feature-item:hover .feature-icon i, .feature-item-wrap.style4 .feature-item:hover .feature-icon i {
  color: #CD9453;
}

.feature-item-wrap.style2 .feature-item .feature-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(205, 148, 83, 0.15);
  overflow: hidden;
  text-align: center;
}

.feature-item-wrap.style2 .feature-item .feature-icon i {
  font-size: 24px;
  line-height: 0.7;
  margin: 0 auto;
}

.feature-item-wrap.style2 .feature-item .feature-text {
  width: calc(100% - 80px);
  margin-left: 20px;
}

.feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item {
  margin-bottom: 25px;
  width: 33.33%;
  position: relative;
}

.feature-item-wrap.style3 .feature-item:after, .feature-item-wrap.style5 .feature-item:after {
  position: absolute;
  top: 0;
  right: 25px;
  content: "";
  background: rgba(205, 148, 83, 0.3);
  width: 1px;
  height: 100%;
}

.feature-item-wrap.style3 .feature-item:last-child:after, .feature-item-wrap.style5 .feature-item:last-child:after {
  display: none;
}

.feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(205, 148, 83, 0.15);
  overflow: hidden;
  text-align: center;
}

.feature-item-wrap.style3 .feature-item .feature-icon:after, .feature-item-wrap.style5 .feature-item .feature-icon:after {
  width: 0;
  height: 100%;
}

.feature-item-wrap.style3 .feature-item .feature-icon i, .feature-item-wrap.style5 .feature-item .feature-icon i {
  font-size: 28px;
  line-height: 0.7;
  margin: 0 auto;
  color: #CD9453;
  position: relative;
  top: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap.style3 .feature-item .feature-text, .feature-item-wrap.style5 .feature-item .feature-text {
  width: calc(100% - 85px);
  margin-left: 20px;
  padding-right: 25px;
}

.feature-item-wrap.style3 .feature-item .feature-text h3, .feature-item-wrap.style5 .feature-item .feature-text h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap.style3 .feature-item .feature-text p, .feature-item-wrap.style5 .feature-item .feature-text p {
  margin: 0;
}

.feature-item-wrap.style3 .feature-item:hover .feature-icon i, .feature-item-wrap.style5 .feature-item:hover .feature-icon i {
  color: #fff;
}

.feature-item-wrap.style3 .feature-item:hover .feature-icon:after, .feature-item-wrap.style5 .feature-item:hover .feature-icon:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.feature-item-wrap.style3 .feature-item:hover .feature-text h3, .feature-item-wrap.style5 .feature-item:hover .feature-text h3 {
  color: #001368;
}

.feature-item-wrap.style4 .feature-item .feature-icon i {
  color: #333333;
}

.feature-item-wrap.style4 .feature-item:hover .feature-icon i {
  color: #CD9453;
}

.feature-item-wrap.style3 .feature-item:hover .feature-icon:after, .feature-item-wrap.style5 .feature-item:hover .feature-icon:after {
  background-color: #333333;
}

.featured-product-img {
  min-height: 400px;
  height: 100%;
}

.featured-product-img img {
  padding: 50px;
}

.product-feature-bg {
  background-image: url(../img/about/about-img-2.jpg);
  height: 100%;
  border-radius: 0 10px 10px 0;
}

.product-features.feature-item-wrap .feature-item {
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product-features.feature-item-wrap .feature-item:nth-child(odd) {
  background-color: #363749;
}

.product-features.feature-item-wrap .feature-item:nth-child(odd) .feature-icon {
  background: #404251;
}

.product-features.feature-item-wrap .feature-item:nth-child(odd):hover {
  background-color: #404251;
}

.product-features.feature-item-wrap .feature-item:nth-child(even) {
  background-color: #2B2C3E;
}

.product-features.feature-item-wrap .feature-item:nth-child(even) .feature-icon {
  background: #323345;
}

.product-features.feature-item-wrap .feature-item:nth-child(even):hover {
  background-color: #323345;
}

.product-features.feature-item-wrap .feature-item:first-child {
  border-radius: 10px 0 0 0;
}

.product-features.feature-item-wrap .feature-item:first-child .feature-icon {
  border-radius: 10px 0 0 0;
}

.product-features.feature-item-wrap .feature-item:last-child {
  border-radius: 0 0 0 10px;
}

.product-features.feature-item-wrap .feature-item:last-child .feature-icon {
  border-radius: 0 0 0 10px;
}

.product-features.feature-item-wrap .feature-item .feature-icon {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 25px;
  height: auto;
  width: 110px;
  top: 0;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product-features.feature-item-wrap .feature-item .feature-icon i {
  color: #fff;
  font-size: 48px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product-features.feature-item-wrap .feature-item .feature-icon:after {
  display: none;
}

.product-features.feature-item-wrap .feature-item .feature-text {
  padding: 25px 25px 20px;
  width: calc(100% - 110px);
  margin-left: 0;
}

.product-features.feature-item-wrap .feature-item .feature-text h3, .product-features.feature-item-wrap .feature-item .feature-text p {
  color: #fff;
}

/*-------------------------------
    Why Choose Us Section CSS
-------------------------------*/
.wh-bg-1 {
  background-image: url(../img/why-choose-us/wh-img-1.jpg);
}

.wh-bg-two {
  background-image: url(../img/why-choose-us/wh-img-3.jpg);
}

.why-choose-wrap.style1 .wh-img-wrap {
  position: relative;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
  height: 680px;
  border-radius: 10px;
}

.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
}

.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter {
  width: 50%;
  text-align: center;
  padding: 25px;
}

.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter:nth-child(1) {
  background-color: #2B2C3E;
  border-radius: 0 0 0 10px;
}

.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter:nth-child(2) {
  background-color: #CD9453;
  border-radius: 0 0 10px 0;
}

.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter p, .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter span {
  color: #fff;
}

.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter p {
  font-size: 18px;
  margin: 0 0 15px;
}

.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter span {
  font-size: 32px;
  display: block;
}

.why-choose-wrap.style2 .wh-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.why-choose-wrap.style2 .wh-img-wrap .wh-bg-two {
  height: 650px;
  width: calc(100% - 30px);
  margin-right: auto;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}

.why-choose-wrap.style2 .wh-img-wrap span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  background-color: #F3F4F6;
  border-radius: 50px;
  height: calc(100% - 30px);
  z-index: -1;
}

/*-------------------------------
    Promo  Section CSS
-------------------------------*/
.promo-item.style1 {
  margin-bottom: 25px;
  background-color: #f9f9f9;
  padding: 25px 25px 22px;
}

.promo-item.style1 .promo-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  z-index: -1;
  width: 68px;
  height: 68px;
  z-index: 1;
  text-align: center;
}

.promo-item.style1 .promo-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-filter: brightness(0) invert(0.1);
          filter: brightness(0) invert(0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.promo-item.style1 .promo-icon i {
  color: #fff;
  font-size: 28px;
  line-height: 0.8;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: 5px;
}

.promo-item.style1 .promo-text h3 {
  font-size: 22px;
  margin: 0 0 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.promo-item.style1 .promo-text p {
  margin: 0;
}

.promo-item.style1:hover .promo-icon img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.promo-item.style1:hover .promo-text h3 {
  color: #CD9453;
}

.promo-item.style2 {
  margin-bottom: 25px;
  text-align: center;
}

.promo-item.style2 .promo-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  z-index: -1;
  width: 68px;
  height: 68px;
  z-index: 1;
  text-align: center;
  margin: 0 auto 25px;
}

.promo-item.style2 .promo-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-filter: brightness(0) invert(0.1);
          filter: brightness(0) invert(0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.promo-item.style2 .promo-icon i {
  color: #fff;
  font-size: 28px;
  line-height: 0.8;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: 5px;
}

.promo-item.style2 .promo-text h3 {
  font-size: 22px;
  margin: 0 0 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.promo-item.style2 .promo-text p {
  margin: 0;
}

.promo-item.style2:hover .promo-icon img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.promo-item.style2:hover .promo-text h3 {
  color: #CD9453;
}

/*-------------------------------
    Product   Section CSS
-------------------------------*/
.product-card {
  margin-bottom: 25px;
}

.product-card .product-img {
  position: relative;
}

.product-card .product-img img {
  display: block;
  margin: 0 auto;
  padding: 20px 30px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product-card .product-img .promo-text {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  padding: 10px 15px 7px;
  background-color: #de145e;
}

.product-card .product-img .promo-text i {
  position: relative;
  top: 1px;
  margin-right: 6px;
  font-size: 14px;
  line-height: 0.8;
}

.product-card .product-img .product-option {
  position: absolute;
  top: 50%;
  right: 20px;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-card .product-img .product-option li {
  display: block;
  margin: 0 0 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.product-card .product-img .product-option li:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-card .product-img .product-option li:nth-child(2) {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.product-card .product-img .product-option li:nth-child(3) {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.product-card .product-img .product-option li:last-child {
  margin-bottom: 0;
}

.product-card .product-img .product-option li button, .product-card .product-img .product-option li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.product-card .product-img .product-option li button i, .product-card .product-img .product-option li a i {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 18px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  color: #CD9453;
}

.product-card .product-img .product-option li button:hover, .product-card .product-img .product-option li a:hover {
  background-color: #CD9453;
}

.product-card .product-img .product-option li button:hover i, .product-card .product-img .product-option li a:hover i {
  color: #fff;
}

.product-card .product-info {
  margin-top: 25px;
}

.product-card .product-info h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.product-card .product-info .product-price {
  color: #CD9453;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}

.product-card .product-info .product-price .discount {
  color: #888888;
  text-decoration: line-through;
  margin-left: 8px;
  display: inline-block;
}

.product-card .product-info .ratings {
  margin-bottom: 12px;
}

.product-card .product-info .ratings li {
  display: inline-block;
}

.product-card .product-info .ratings li i {
  color: #FEC107;
}

.product-card:hover .product-img img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.product-card:hover .product-info h3 a {
  color: #CD9453;
}

.product-card:hover .product-img .product-option li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.product-card.style1 .product-img, .product-card.style4 .product-img {
  background: #fff;
}

.product-card.style1 .product-img .promo-text, .product-card.style4 .product-img .promo-text {
  left: 20px;
  top: 20px;
}

.product-card.style1 .product-img .product-option li button, .product-card.style1 .product-img .product-option li a, .product-card.style4 .product-img .product-option li button, .product-card.style4 .product-img .product-option li a {
  border: 1px solid #CD9453;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-card.style1 .product-img .product-option li button i, .product-card.style1 .product-img .product-option li a i, .product-card.style4 .product-img .product-option li button i, .product-card.style4 .product-img .product-option li a i {
  position: relative;
  top: 1px;
}

.product-card.style1 .product-info, .product-card.style4 .product-info {
  text-align: center;
}

.product-card.style1 .product-info .ratings, .product-card.style4 .product-info .ratings {
  margin-bottom: 10px;
}

.product-card.style1 .product-info h3, .product-card.style4 .product-info h3 {
  margin-bottom: 10px;
}

.product-card.style2 .product-img, .product-card.style3 .product-img {
  border-radius: 10px;
}

.product-card.style2 .product-img .promo-text, .product-card.style3 .product-img .promo-text {
  left: 20px;
  top: 20px;
}

.product-card.style2 .product-img .product-option li button, .product-card.style2 .product-img .product-option li a, .product-card.style3 .product-img .product-option li button, .product-card.style3 .product-img .product-option li a {
  border: 1px solid #CD9453;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-card.style2 .product-img .product-option li button i, .product-card.style2 .product-img .product-option li a i, .product-card.style3 .product-img .product-option li button i, .product-card.style3 .product-img .product-option li a i {
  position: relative;
  top: 1px;
}

.product-card.style2 .product-info, .product-card.style3 .product-info {
  text-align: center;
}

.product-card.style2 .product-info .ratings, .product-card.style3 .product-info .ratings {
  margin-bottom: 10px;
}

.product-card.style2 .product-info h3, .product-card.style3 .product-info h3 {
  margin-bottom: 10px;
}

.product-card.style2 .product-img {
  background: #fff;
}

.product-card.style2 .product-img .promo-text {
  border-radius: 5px;
}

.product-card.style3 .product-img {
  background: #F3F4F6;
}

.product-card.style3 .product-img .promo-text {
  border-radius: 50px;
}

.product-card.style4 .product-img {
  background: #F3F4F6;
}

.product-slider-one.owl-carousel .owl-nav button.owl-prev, .product-slider-one.owl-carousel .owl-nav button.owl-next,
.product-slider-two.owl-carousel .owl-nav button.owl-prev,
.product-slider-two.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 35% !important;
}

.product-slider-one.owl-carousel .owl-nav button.owl-prev,
.product-slider-two.owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}

.product-slider-one.owl-carousel .owl-nav button.owl-next,
.product-slider-two.owl-carousel .owl-nav button.owl-next {
  right: -55px;
}

.checkbox-item {
  margin-bottom: 15px;
}

.checkbox-item:last-child {
  margin-bottom: 0;
}

.product-search-box .form-group {
  position: relative;
  width: 300px;
}

.product-search-box .form-group input {
  width: 100%;
  height: 54px;
  background: #F3F4F6;
  border: none;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 0;
}

.product-search-box .form-group input:focus {
  border-color: #888888;
}

.product-search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  background: #CD9453;
}

.product-search-box .form-group button i {
  color: #fff;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

.product-search-box .product-result {
  width: calc(100% - 320px);
  margin-left: 20px;
}

/*-------------------------------
   Process  Section  CSS
-------------------------------*/
.process-item {
  margin-bottom: 25px;
  width: 100%;
  background-color: #363749;
  padding: 25px 25px 22px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.process-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.process-item span {
  width: 25px;
  border-radius: 50%;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: relative;
  top: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-item .process-info {
  width: calc(100% - 45px);
  margin-left: 20px;
}

.process-item .process-info h3 {
  font-size: 22px;
  margin: 0 0 12px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-item .process-info p {
  margin: 0;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-item:hover:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.process-item:hover span {
  color: #333333;
}

.process-item:hover .process-info h3, .process-item:hover .process-info p {
  color: #333333;
}

/*-------------------------------
   Partner Section  CSS
-------------------------------*/
.partner-wrap.style1 {
  position: relative;
  z-index: 1;
}

.partner-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #F3F4F6;
  z-index: -1;
}

.partner-wrap.style1 .partner-slider-one {
  background-color: #CD9453;
  padding: 70px 50px;
}

.partner-wrap.style1 .partner-item img {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.partner-wrap.style1 .partner-item:hover img {
  opacity: 1;
}

.partner-item {
  padding: 0 20px;
}

.partner-item img {
  max-width: 130px;
  display: block;
  margin: 0 auto;
}

/*-------------------------------
   Offer Section  CSS
-------------------------------*/
.offer-wrap .offer-content {
  background-color: #fff;
  padding: 30px;
}

.offer-wrap.style1 {
  overflow: hidden;
  position: relative;
}

.offer-wrap.style1 .offer-promo-text {
  position: absolute;
  top: 38%;
  right: 0px;
  font-size: 95px;
  line-height: 1;
  z-index: 2;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.05);
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}

.offer-wrap.style1 .container {
  position: relative;
}

.offer-wrap.style1 .offer-img-wrap {
  position: absolute;
  bottom: -100px;
  width: 100%;
}

.offer-wrap.style1 .offer-img-wrap img {
  position: relative;
  z-index: 1;
}

.offer-wrap.style1 .offer-img-wrap:after {
  position: absolute;
  bottom: -100px;
  right: 0;
  content: "";
  background-color: #333333;
  width: 85%;
  height: 100vh;
  z-index: 0;
}

.offer-wrap.style2 .offer-content {
  border-radius: 10px;
}

.offer-wrap.style2 .offer-content .content-title p {
  padding: 0;
}

.offer-wrap.style2 .offer-img-wrap img {
  display: block;
  margin: 0 auto;
}

/*-------------------------------
    Testimonial  Section CSS
-------------------------------*/
.testimonial-card {
  border-radius: 5px;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  padding: 25px;
}

.testimonial-card .ratings {
  line-height: 1;
  margin-bottom: 16px;
}

.testimonial-card .ratings li {
  display: inline-block;
}

.testimonial-card .ratings li i {
  color: #FEC107;
  font-size: 16px;
  line-height: 0.8;
}

.testimonial-card .promo-text {
  font-size: 24px;
  margin-bottom: 12px;
}

.testimonial-card .client-quote {
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-card .client-info-wrap .client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.testimonial-card .client-info-wrap .client-img img {
  border-radius: 50%;
}

.testimonial-card .client-info-wrap .client-info {
  width: calc(100% - 85px);
  margin-left: 20px;
}

.testimonial-card .client-info-wrap .client-info h4 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-card .client-info-wrap .client-info span {
  font-size: 16px;
  display: block;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-card.style1 {
  background-color: #f9f9f9;
}

.testimonial-card.style2 {
  background-color: #fff;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-next {
  right: -55px;
}

.product-slider-three .owl-dots,
.testimonial-slider-two .owl-dots {
  text-align: center;
}

/*-------------------------------
   Blog Section  CSS
-------------------------------*/
.blog-card {
  -webkit-box-shadow: 0px 10px 25.5px 4.5px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 25.5px 4.5px rgba(0, 0, 0, 0.03);
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-img {
  overflow: hidden;
}

.blog-card .blog-img img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-card .blog-info {
  background: #fff;
  padding: 22px 25px 22px;
}

.blog-card .blog-info .blog-metainfo {
  margin-bottom: 14px;
}

.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  font-size: 15px;
}

.blog-card .blog-info .blog-metainfo li:after {
  position: absolute;
  top: 0;
  right: -14px;
  content: '/';
  font-size: 16px;
  color: #666666;
}

.blog-card .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}

.blog-card .blog-info .blog-metainfo li:last-child:after {
  display: none;
}

.blog-card .blog-info .blog-metainfo li a {
  font-size: 15px;
  color: #666666;
}

.blog-card .blog-info .blog-metainfo li a:hover {
  color: #CD9453;
}

.blog-card .blog-info .blog-metainfo li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #CD9453;
}

.blog-card .blog-info h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.blog-card .blog-info p {
  margin-bottom: 12px;
}

.blog-card .blog-info .link {
  color: #666666;
}

.blog-card .blog-info .link i {
  visibility: hidden;
  opacity: 0;
}

.blog-card.style1 {
  background: #f9f9f9;
}

.blog-card.style1 .blog-info {
  background: #F3F4F6;
}

.blog-card.style2, .blog-card.style3 {
  border-radius: 10px;
}

.blog-card.style2 .blog-img, .blog-card.style3 .blog-img {
  border-radius: 10px 10px 0 0;
}

.blog-card.style2 .blog-info, .blog-card.style3 .blog-info {
  border-radius: 10px;
  background: #F3F4F6;
}

.blog-card.style4 .blog-info {
  background: #fff;
}

.blog-card.style4 .blog-info h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

.blog-card:hover {
  -webkit-box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08) rotate(3deg);
  transform: scale(1.08) rotate(3deg);
}

.blog-card:hover .blog-info h3 a {
  color: #CD9453;
}

.blog-card:hover .blog-info .link {
  letter-spacing: 0.3px;
}

.blog-card:hover .blog-info .link.style1 {
  color: #CD9453;
}

.blog-card:hover .blog-info .link.style1 i {
  visibility: visible;
  opacity: 1;
}

.blog-card:hover .blog-info .link.style1:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

/*-------------------------------
    Product Details CSS
-------------------------------*/
.single-product-gallery .single-product-slider,
.single-product-gallery .single-product_slider {
  margin-bottom: 20px;
}

.single-product-gallery .single-product-slider .single-product-item,
.single-product-gallery .single-product_slider .single-product-item {
  padding: 30px;
  background-color: #f9f9f9;
}

.single-product-gallery .single-product-slider .single-product-item img,
.single-product-gallery .single-product_slider .single-product-item img {
  display: block;
  margin: 0 auto;
  max-width: 360px;
}

.single-product-gallery .single-product-thumbs .single-product-thumb,
.single-product-gallery .single-product_thumbs .single-product-thumb {
  padding: 20px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #F3F4F6;
}

.single-product-gallery .single-product-thumbs .single-product-thumb img,
.single-product-gallery .single-product_thumbs .single-product-thumb img {
  display: block;
  margin: 0 auto;
  max-width: 120px;
}

.single-product-gallery .single-product-thumbs .swiper-slide-thumb-active,
.single-product-gallery .single-product_thumbs .swiper-slide-thumb-active {
  background-color: #f9f9f9;
  border-color: transparent;
}

.single-product-gallery .single-product-thumbs .product-thumb,
.single-product-gallery .single-product_thumbs .product-thumb {
  border: 1px solid #F3F4F6;
  padding: 20px;
  cursor: pointer;
}

.single-product-details .single-product-title {
  position: relative;
}

.single-product-details .single-product-title h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 15px;
}

.single-product-details .single-product-title h3 {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  margin: 7px 0 10px;
  color: #CD9453;
}

.single-product-details .single-product-title h3 .discount {
  color: #888888;
  margin-left: 5px;
  text-decoration: line-through;
}

.single-product-details .single-product-title .ratings ul {
  position: relative;
  top: 1px;
}

.single-product-details .single-product-title .ratings ul li {
  display: inline-block;
}

.single-product-details .single-product-title .ratings ul li i {
  color: #FDCB05;
}

.single-product-details .single-product-title .ratings span {
  margin-left: 10px;
}

.single-product-details .single-product-desc {
  margin: 12px 0 15px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CD9453;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.swiper-button-next i,
.swiper-button-prev i {
  color: #CD9453;
  font-size: 18px;
  line-height: 0.8;
  display: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #CD9453;
}

.swiper-button-next:hover i,
.swiper-button-prev:hover i {
  color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  display: none;
}

.single-product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0 25px;
}

.single-product-option a:nth-child(1) {
  margin-right: 15px;
}

.product-more-option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 18px;
}

.product-more-option-item:last-child {
  margin: 0;
}

.product-more-option-item h5 {
  margin: 0 12px 0 0;
  line-height: 1;
  font-size: 18px;
}

.product-more-option-item span, .product-more-option-item a {
  font-size: 18px;
  position: relative;
  color: #666666;
}

.product-large-img {
  max-width: 350px;
  margin: 0 auto;
}

.product-thumb {
  max-height: 150px;
}

.add-cart button {
  margin-right: 10px;
  font-weight: 400 !important;
}

.add-cart button i {
  margin-right: 10px;
  top: 1px !important;
}

.add-cart button.v3 {
  border-color: rgba(0, 0, 0, 0.2);
}

.product-description-box {
  border: 1px solid #ddd;
  border-radius: 20px 0;
  padding: 25px;
}

.product-description-box .product-desc h3 {
  margin: 0 0 20px;
}

.product-description-box .product-desc p {
  margin: 0;
}

.additional-info li {
  margin: 0 0 10px;
}

.additional-info li:last-child {
  margin-bottom: 0;
}

.additional-info li p span {
  width: 100px;
  font-weight: 600;
  display: inline-block;
}

.product-description-wrap .product-description {
  margin-bottom: 25px;
}

.product-description-wrap .product-description:last-child {
  margin-bottom: 0;
}

.product-description-wrap .product-description .desc-title {
  position: relative;
}

.product-description-wrap .product-description .desc-title h2 {
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 25px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 15px;
}

.product-description-wrap .product-description .desc-title:after {
  position: absolute;
  top: 16px;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.13);
  width: 100%;
  height: 1px;
}

.product-description-wrap .product-description h3 {
  font-size: 24px;
}

.progressbar-wrap .progress-bar {
  margin: 0 0 35px;
  overflow: hidden;
  background: transparent;
}

.progressbar-wrap .progress-bar:last-child {
  margin-bottom: 0;
}

.progressbar-wrap .progress-bar .progress-content-outter {
  height: 3px;
  background-color: #F3F4F6;
}

.progressbar-wrap .progress-bar .progress-content-outter .progress-content {
  height: 3px;
  background-color: #CD9453;
  width: 0%;
}

.progressbar-wrap .progress-bar .progress-title-holder {
  position: relative;
  margin: 0 0 12px;
  font-size: 18px;
  text-align: left;
  color: #000;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-title {
  z-index: 100;
  font-weight: 500;
  margin: 0;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark {
  margin-bottom: 0;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
  font-weight: 500;
  position: relative;
}

#product-modal .modal-content .modal-header {
  padding: 0;
}

#product-modal .modal-content .modal-header button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  opacity: 1;
  border-radius: 0;
  border: none;
  z-index: 9;
  padding: 7px;
}

#product-modal .modal-content .modal-header button.close:focus {
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#product-modal .modal-content .modal-header button.close i {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: #fff;
}

#product-modal .product-details-wrap {
  background-color: #fff;
  padding: 40px 30px;
}

#product-modal .product-details-wrap .single-product-gallery .carousel .carousel-item {
  border: 1px solid #F3F4F6;
  padding: 30px;
}

#product-modal .product-details-wrap .single-product-gallery .carousel-indicators {
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px -3px 0;
}

#product-modal .product-details-wrap .single-product-gallery .carousel-indicators li {
  width: calc(25% - 5px);
  min-height: 80px;
  padding: 15px;
  display: block;
  border: 1px solid #F3F4F6;
  opacity: 1;
}

#product-modal .product-details-wrap .single-product-option {
  margin-bottom: 0;
}

#product-modal .modal-body {
  padding: 0;
}

#product-modal .single-product-gallery .single-product-slider {
  width: 75%;
  margin-left: 25px;
  height: 570px;
}

#product-modal .single-product-thumbs {
  width: calc(25% - 25px);
  height: 570px;
}

#product-modal .single-product-thumbs .single-product-thumb img {
  max-width: 90px;
}

.client-review-form {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
}

.client-review-form .comment-form-title {
  margin-bottom: 20px;
}

.client-review-form .form-group {
  margin-bottom: 15px;
}

.client-review-form .form-group input,
.client-review-form .form-group textarea {
  width: 100%;
  border: none;
  background: #f9f9f9;
  padding: 10px 15px;
}

.client-review-form .form-group input {
  height: 56px;
}

.client-review-form .form-group textarea {
  height: 128px;
  resize: none;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
article p,
.terms-wrap p {
  margin-bottom: 15px;
}

article p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}

article p strong,
.terms-wrap p strong {
  color: #000;
}

article p a,
.terms-wrap p a {
  color: #CD9453;
}

article p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: #CD9453;
}

article h1,
.terms-wrap h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

article h2,
.terms-wrap h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

article h3,
.terms-wrap h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

article h4,
.terms-wrap h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

article h5,
.terms-wrap h5 {
  font-size: 22px;
  margin-bottom: 15px;
}

article h6,
.terms-wrap h6 {
  font-size: 20px;
  margin-bottom: 15px;
}

article ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 25px;
}

article ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: #666666;
  padding-left: 3px;
}

article .content-feature-list,
.terms-wrap .content-feature-list {
  margin: 25px 0 25px;
}

article {
  margin-bottom: 22px;
}

.post-metainfo {
  margin-bottom: 14px;
}

.post-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  font-size: 15px;
}

.post-metainfo li:after {
  position: absolute;
  top: 0;
  right: -14px;
  content: '/';
  font-size: 16px;
  color: #666666;
}

.post-metainfo li:last-child {
  margin-right: 0;
}

.post-metainfo li:last-child:after {
  display: none;
}

.post-metainfo li a {
  font-size: 15px;
  color: #666666;
}

.post-metainfo li a:hover {
  color: #CD9453;
}

.post-metainfo li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #CD9453;
}

.post-img {
  position: relative;
  margin: 0 0 25px;
  display: block;
}

.post-img .blog-date {
  display: inline-block;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 7px 32px 8px;
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 1;
  background-color: #CD9453;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-img .blog-date:hover {
  background: #CD9453;
  color: #fff;
}

.wp-block-quote {
  position: relative;
  padding: 35px 35px 35px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 30px 0 30px;
}

.wp-block-quote .wp-quote-text {
  width: calc(100% - 120px);
  margin-left: 20px;
}

.wp-block-quote .wp-quote-text p {
  font-weight: 500;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}

.wp-block-quote .wp-quote-icon {
  width: 100px;
  position: relative;
  top: 5px;
  z-index: 1;
}

.wp-block-quote .wp-quote-icon i {
  color: #CD9453;
  font-size: 78px;
  line-height: 0.8;
  margin: 0 auto;
}

.content-feature-list {
  margin: 0 0 28px 0;
}

.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 18px;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #CD9453;
  font-size: 13px;
  line-height: 0.8;
}

.content-feature-list.style1 li {
  padding-left: 45px;
  margin-bottom: 18px;
}

.content-feature-list.style1 li:last-child {
  margin-bottom: 0;
}

.content-feature-list.style1 li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  text-align: center;
  background: #CD9453;
}

.content-feature-list.style1 li span i {
  position: relative;
  top: auto;
  left: auto;
  font-size: 14px;
  line-height: 0.8;
  margin: 0 auto;
  color: #CD9453;
}

.post-meta-option {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 25px;
}

.post-tag span i {
  position: relative;
  top: 3px;
  color: #CD9453;
  margin-right: 4px;
}

.post-tag ul {
  display: inline-block;
}

.post-tag ul li {
  display: inline-block;
}

.post-tag ul li a {
  color: #555;
  font-size: 16px;
  border-radius: 3px;
}

.post-tag ul li a:hover {
  color: #CD9453;
}

.post-tag span {
  margin-right: 10px;
  font-weight: 500;
  color: #000;
}

.post-share {
  display: inline-block;
}

.post-share span {
  font-weight: 500;
  color: #000;
}

.post-share ul {
  display: inline-block;
  margin-left: 5px;
}

.post-author {
  padding: 25px;
  margin: 15px 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.post-author .post-author-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.post-author .post-author-img img {
  border-radius: 50%;
}

.post-author .post-author-info {
  width: calc(100% - 175px);
  margin-left: 25px;
}

.post-author .post-author-info h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.post-author .post-author-info p {
  margin: 0 0 15px;
}

.comment-item-wrap .comment-item {
  padding: 0 0 25px 0;
  margin-bottom: 25px;
  border-radius: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}

.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.comment-item-wrap .comment-item .comment-author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  top: 4px;
}

.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}

.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 120px);
  margin-left: 20px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 9px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #888888;
  margin-left: 10px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
  margin: 0 0 10px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0 0 5px;
}

.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  color: #CD9453;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comment-item-wrap .reply-btn i {
  position: relative;
  margin-right: 4px;
}

.comment-item-wrap .reply-btn:hover {
  color: #CD9453;
}

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
}

.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form {
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}

#cmt-form label {
  color: #888888;
  padding-left: 20px;
}

#cmt-form .comment-form .form-group {
  margin: 0 0 20px;
  position: relative;
}

#cmt-form .comment-form .form-group > label {
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
  padding-left: 0;
  color: #888888;
}

#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
  width: 100%;
  background-color: #F9FAFC;
  border: none;
  border-radius: 5px;
  padding: 15px;
  color: #000;
}

#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#cmt-form .comment-form .form-group input {
  height: 60px;
}

#cmt-form .comment-form .form-group textarea {
  height: 145px;
  resize: none;
}

#cmt-form .comment-form .btn.style1 {
  margin-top: 25px;
}

.checkbox {
  display: block;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}

.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #CD9453;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}

.checkbox a {
  color: #CD9453;
}

.checkbox.style2 label:before {
  border-radius: 50%;
  border-color: #888888;
}

.checkbox input:checked + label:before {
  border-color: #CD9453;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #CD9453;
}

.post-cat-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: #CD9453;
}

.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: #CD9453;
}

/*------------------------------
        Cart CSS
-------------------------------*/
.cart-table table {
  margin: 0;
}

.cart-table table thead tr {
  border-top: none;
  background: transparent;
  border: 1px solid #F3F4F6;
}

.cart-table table thead tr th {
  border: none;
  padding: 15px 30px 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #F3F4F6;
}

.cart-table table tbody tr {
  vertical-align: middle;
  border: 1px solid #F3F4F6;
}

.cart-table table tbody tr td {
  padding: 13px 15px 13px;
  background: #fff;
  text-align: center;
  border-bottom: none;
  border-right: 1px solid #F3F4F6;
}

.cart-table table tbody tr td button.style1 {
  font-size: 16px;
}

.cart-table table tbody tr td .cart-item {
  font-weight: 500;
  margin-left: 15px;
  text-align: center;
}

.cart-table table tbody tr td .cart-item-price {
  font-size: 16px;
  color: #CD9453;
  font-weight: 600;
  text-align: center;
}

.cart-table table tbody tr td .product-img {
  max-width: 80px;
  display: block;
  margin: 0 auto;
  padding: 15px;
  background-color: #F3F4F6;
}

.cart-table table tbody tr td p {
  margin: 0;
}

.cart-table table tbody tr td button {
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 0;
  border: none;
  font-size: 20px;
}

.cart-table table tbody tr td button i {
  color: #CD9453;
}

.cart-table table tbody tr td button span {
  font-size: 18px;
  line-height: 30px;
}

.coupon-wrap {
  border: 1px solid #F3F4F6;
  border-top: none;
  padding: 15px;
}

.product-quantity {
  width: 144px;
}

.product-quantity .qtySelector {
  position: relative;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.product-quantity .qtySelector span {
  width: 48px;
  position: absolute;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: #000;
}

.product-quantity .qtySelector span.decreaseQty {
  left: 0;
}

.product-quantity .qtySelector span.increaseQty {
  right: 0;
}

.product-quantity .qtySelector input {
  width: calc(100% - 96px);
  background: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  left: 48px;
  position: relative;
  height: 42px;
  top: -1px;
  text-align: center;
  color: #000;
}

.cart-qty .product-quantity {
  margin: 0 auto;
}

.cart-qty .product-quantity input {
  left: 0 !important;
}

.coupon-code {
  position: relative;
}

.coupon-code input {
  width: 100%;
  height: 54px;
  background: #f9f9f9;
  padding: 10px 50px 10px 20px;
  border: none;
  border-radius: 0;
}

.coupon-code button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 5px 22px;
  border-radius: 0;
  background-color: #CD9453;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border: none;
}

.cart-total {
  padding: 20px 25px 25px;
  border: 1px solid #F3F4F6;
}

.cart-total .cart-box-title {
  border-bottom: 1px solid #CD9453;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.cart-total .cart-total-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F3F4F6;
}

.cart-total .cart-total-item p,
.cart-total .cart-total-item span {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.cart-total .cart-total-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cart-total .btn.style2 {
  padding: 12px 10px 14px;
}

.wh_btn .btn:nth-child(1) {
  margin-right: 10px;
}

.wishlist-table table tbody tr td:nth-child(4) {
  text-align: left;
}

.wishlist-table table tbody tr td .product-quantity {
  margin: 0 auto;
}

.checkout label {
  font-weight: 600;
  margin: 0 0 8px;
}

.checkout .form-group input {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
}

.checkout .form-group textarea {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
  height: 120px;
}

/*-------------------------------
         Checkout CSS
-------------------------------*/
.checkout-promobox {
  background: #f9f9f9;
  padding: 15px;
  margin: 0 0 25px;
}

.checkout-promobox i {
  color: #CD9453;
  position: relative;
  top: 4px;
  font-size: 20px;
  margin-right: 5px;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}

.checkbox label::before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #CD9453;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
}

.checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 7px;
  width: 7px;
  height: 7px;
  border: solid #CD9453;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.checkout-box-subtitle {
  font-weight: 500;
  margin-bottom: 18px;
}

.checkout-form {
  margin: 0 0 25px;
  background-color: #f9f9f9;
  padding: 25px;
}

.checkout-form .checkout-box-title {
  font-weight: 700;
  margin-bottom: 25px;
}

.checkout-form .form-group {
  margin: 0 0 15px;
}

.checkout-form .form-group label {
  margin-bottom: 10px;
  display: block;
}

.checkout-form .form-group input,
.checkout-form .form-group textarea {
  border: none;
  border-radius: 0;
  background: #fff;
  color: #000;
  width: 100%;
  padding: 13px 15px 13px 20px;
}

.checkout-form .form-group input::-webkit-input-placeholder,
.checkout-form .form-group textarea::-webkit-input-placeholder {
  opacity: 0.9;
}

.checkout-form .form-group input:-ms-input-placeholder,
.checkout-form .form-group textarea:-ms-input-placeholder {
  opacity: 0.9;
}

.checkout-form .form-group input::-ms-input-placeholder,
.checkout-form .form-group textarea::-ms-input-placeholder {
  opacity: 0.9;
}

.checkout-form .form-group input::placeholder,
.checkout-form .form-group textarea::placeholder {
  opacity: 0.9;
}

.checkout-form .form-group input {
  height: 60px;
}

.checkout-form .form-group textarea {
  height: 212px;
  resize: none;
}

.checkout-form .form-group select {
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #000;
  width: 100%;
  height: 60px;
  padding: 10px 15px 10px 20px;
  cursor: pointer;
  opacity: 0.9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 96% 50%;
}

.checkout-details {
  background: #f9f9f9;
  padding: 20px 30px 30px;
  margin: 0 0 25px;
}

.checkout-details .checkout-box-title {
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CD9453;
}

.checkout-details .bill-item {
  margin-bottom: 15px;
  padding: 5px 0 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.checkout-details .bill-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.checkout-details .bill-item .bill-item-name {
  width: 65%;
  margin: 0;
  color: #666666;
}

.checkout-details .bill-item .bill-item-price {
  width: 32%;
  font-size: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: right;
}

.checkout-details .coupon-item {
  margin: 15px 0;
}

.checkout-details .coupon-item h4 {
  margin-bottom: 15px;
}

.checkout-details .coupon-item .form-group {
  position: relative;
}

.checkout-details .coupon-item .form-group input {
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 10px 50px 10px 20px;
  border: none;
  border-radius: 5px;
}

.checkout-details .coupon-item .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  padding: 0 20px;
  border-radius: 0 5px 5px 0;
  background-color: #CD9453;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.checkout-details .form-group input {
  height: 52px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 40px 10px 15px;
  border: 1px solid #F3F4F6;
}

.checkout-details .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
}

.checkout-details .select-payment-method {
  margin: 15px 0 0;
}

.checkout-details .select-payment-method div {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}

.checkout-details .select-payment-method div label {
  padding-left: 28px !important;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.checkout-details .select-payment-method div p {
  margin: 0 0 0 28px;
  color: #666666;
}

.select-payment-method [type="radio"]:checked,
.select-payment-method [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.select-payment-method [type="radio"]:not(:checked) + label::before,
.select-payment-method [type="radio"]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
}

.select-payment-method [type="radio"]:not(:checked) + label::before {
  border: 1px solid #999;
}

.select-payment-method [type="radio"]:checked + label::before {
  border: 1px solid #CD9453;
}

.select-payment-method [type="radio"]:checked + label::after,
.select-payment-method [type="radio"]:not(:checked) + label::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #CD9453;
  top: 5px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.select-payment-method [type="radio"]:not(:checked) + label::after {
  background: transparent;
}

.select-payment-method [type="radio"]:checked + label::after {
  background: #CD9453;
}

.checkout-footer .btn {
  margin-top: 15px;
  padding: 15px 15px;
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-form.style2 #contactForm {
  margin-bottom: -10px;
  background: transparent;
  padding: 0;
}

.contact-form.style2 #contactForm .form-group input, .contact-form.style2 #contactForm .form-group textarea {
  background-color: #fff;
  border: none;
}

.contact-box-wrap .contact-item {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 0;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box-wrap .contact-item .contact-icon {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  background-color: #333333;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box-wrap .contact-item .contact-icon i {
  color: #fff;
  line-height: 0.8;
  font-size: 28px;
  position: relative;
  -webkit-transition: 0.34s;
  transition: 0.34s;
}

.contact-box-wrap .contact-item .contact-info {
  width: calc(100% - 85px);
  margin-left: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info h3 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info a,
.contact-box-wrap .contact-item .contact-info p {
  display: block;
  margin: 0;
  line-height: 1.5;
  color: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item:hover .contact-info h3 {
  color: #CD9453;
}

.contact-box-wrap .contact-item:hover .contact-icon {
  background-color: #CD9453;
}

.contact-box-wrap .contact-item:hover .contact-icon i {
  color: #fff;
}

.comp-map {
  height: 462px;
}

.comp-map iframe {
  width: 100%;
  height: 100%;
}

#contactForm {
  background-color: #f9f9f9;
  padding: 30px 30px 22px;
}

#contactForm .form-group {
  margin: 0 0 20px;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  background: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 0;
}

#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#contactForm .form-group input {
  height: 60px;
}

#contactForm .form-group textarea {
  height: 163px;
  resize: none;
}

.btn-home.disabled {
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .shopcart, .cart-popup .close-cart-popup, #modal-subscribe .modal-content .modal-header .btn-close, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, .feature-card .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .featured-product-img, .product-features.feature-item-wrap .feature-item .feature-icon, .promo-item.style1 .promo-icon, .promo-item.style2 .promo-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .swiper-button-next,
.swiper-button-prev, #product-modal .modal-content .modal-header button.close, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .content-feature-list.style1 li span, .contact-box-wrap .contact-item .contact-icon, .newsletter-wrap .newsletter-form button, .header-wrap.style1 .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .cart-popup .cart-popup-body .cart-item, .cart-popup .cart-popup-footer .total-amt, .hero-wrap .hero-content .hero-btn, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style2 .filter-box, .feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item, .checkbox-item, .product-search-box, .testimonial-card .client-info-wrap, .single-product-details .single-product-title .ratings, .wp-block-quote, .cart-total .cart-total-item, .checkout-details .bill-item, .contact-box-wrap .contact-item, .footer-wrap .footer-widget .social-link, .feature-item-wrap.style3, .feature-item-wrap.style5, .page-navigation .page-nav, .feature-item-wrap.style1 .feature-item .feature-icon, .feature-item-wrap.style4 .feature-item .feature-icon, .owl-carousel .owl-nav, .pp-post-item, .category-item-wrap, .feature-item-wrap .feature-item, .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter, .process-item, #product-modal .single-product-gallery, .post-author, .comment-item-wrap .comment-item, .checkout-details .select-payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .shopcart, .cart-popup .close-cart-popup, #modal-subscribe .modal-content .modal-header .btn-close, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, .feature-card .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .featured-product-img, .product-features.feature-item-wrap .feature-item .feature-icon, .promo-item.style1 .promo-icon, .promo-item.style2 .promo-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .swiper-button-next,
.swiper-button-prev, #product-modal .modal-content .modal-header button.close, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .content-feature-list.style1 li span, .contact-box-wrap .contact-item .contact-icon, .newsletter-wrap .newsletter-form button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap.style1 .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .cart-popup .cart-popup-body .cart-item, .cart-popup .cart-popup-footer .total-amt, .hero-wrap .hero-content .hero-btn, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style2 .filter-box, .feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item, .featured-product-img, .checkbox-item, .product-search-box, .testimonial-card .client-info-wrap, .single-product-details .single-product-title .ratings, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .wp-block-quote, .cart-total .cart-total-item, .checkout-details .bill-item, .contact-box-wrap .contact-item, .footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.newsletter-wrap {
  background-color: #CD9453;
  padding: 50px;
  position: relative;
  z-index: 2;
}

.newsletter-wrap .newsletter-title {
  position: relative;
  top: 5px;
}

.newsletter-wrap .newsletter-title h2 {
  font-size: 34px;
  color: #fff;
  margin: 0;
}

.newsletter-wrap .newsletter-form {
  position: relative;
}

.newsletter-wrap .newsletter-form input {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  color: #666666;
  text-align: left;
  padding: 15px 128px 12px 18px;
}

.newsletter-wrap .newsletter-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #666666;
}

.newsletter-wrap .newsletter-form input:-ms-input-placeholder {
  opacity: 1;
  color: #666666;
}

.newsletter-wrap .newsletter-form input::-ms-input-placeholder {
  opacity: 1;
  color: #666666;
}

.newsletter-wrap .newsletter-form input::placeholder {
  opacity: 1;
  color: #666666;
}

.newsletter-wrap .newsletter-form button {
  position: absolute;
  top: 4px;
  right: 4px;
  border: none;
  padding: 5px 28px;
  height: calc(100% - 8px);
  background-color: #333333;
  font-size: 16px;
  line-height: 0.8;
  color: #fff;
  margin: 0 auto;
}

.newsletter-wrap .newsletter-form.style2 input {
  border-radius: 5px;
}

.newsletter-wrap .newsletter-form.style2 button {
  border-radius: 5px;
}

.newsletter-wrap.style2 {
  border-radius: 10px;
}

.newsletter-wrap.style2 .newsletter-form input {
  border-radius: 10px;
}

.newsletter-wrap.style2 .newsletter-form button {
  border-radius: 10px;
}

/*---------------------------------
        Footer CSS 

.footer-wrap {
  position: relative;
  z-index: 1;
}

.footer-wrap .container {
  position: relative;
}

.footer-wrap .footer-widget {
  margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-widget-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.footer-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #CD9453;
}

.footer-wrap .footer-widget .comp-desc {
  color: #fff;
  margin: 20px 0 18px;
  padding-right: 10px;
}

.footer-wrap .footer-widget .social-link h6 {
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 0 10px 0 0;
}

.footer-wrap .footer-widget .social-link .social-profile {
  line-height: 1;
}

.footer-wrap .footer-widget .social-link .social-profile li a {
  color: #fff;
  font-size: 18px;
}

.footer-wrap .footer-widget .social-link .social-profile li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 15px;
}

.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .footer-menu li a {
  color: #fff;
  position: relative;
  padding-left: 17px;
}

.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: -5px;
  left: 20px;
  content: "";
  width: 0;
  height: 1px;
  background-color: #CD9453;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-wrap .footer-widget .footer-menu li a i {
  position: absolute;
  top: -6px;
  left: -5px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
  color: #CD9453;
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
  visibility: visible;
  opacity: 1;
  width: calc(100% - 22px);
}

.footer-wrap .footer-widget .footer-menu li a:hover i {
  color: #CD9453;
}

.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .contact-info li h6 {
  color: #fff;
  font-weight: 500;
  margin: 0 0 5px;
}

.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
  line-height: 0.8;
  color: #CD9453;
}

.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-widget .contact-info li:hover p, .footer-wrap .footer-widget .contact-info li:hover a {
  color: #CD9453;
}

.copyright-text {
  padding: 18px 10px;
  text-align: center;
  margin: 0;
  color: #fff;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text i {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.copyright-text span {
  color: #CD9453;
}

.copyright-text a {
  color: #CD9453;
  font-weight: 600;
}

.copyright-text a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 575px) {
  .newsletter-wrap {
    padding: 18px 20px 20px;
    margin-bottom: -75px;
  }
  .newsletter-wrap .newsletter-form input {
    height: 54px;
    padding: 16px 12px 12px;
  }
  .newsletter-wrap .newsletter-form button {
    position: relative;
    margin-top: 15px;
    width: 100%;
    display: block;
    top: 0;
    right: 0;
    line-height: 1.1;
    padding: 19px 10px 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-bottom: 25px !important;
    font-size: 20px !important;
    padding-bottom: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-wrap {
    padding: 18px 20px 20px;
    margin-bottom: -75px;
  }
  .newsletter-wrap .newsletter-title h2 {
    margin-bottom: 18px;
    font-size: 20px;
    text-align: center;
  }
  .footer-wrap {
    padding-top: 75px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 18px;
    margin-bottom: 18px;
    padding-bottom: 8px;
  }
  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    padding-right: 10px;
  }
  .footer-wrap .footer-widget h6 {
    font-size: 16px;
  }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }
  .footer-wrap .footer-widget .contact-info li i {
    top: 3px;
  }
  .footer-wrap .footer-widget .contact-info p, .footer-wrap .footer-widget .contact-info a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
  }
  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 14px;
    top: -7px;
  }
  .footer-wrap .footer-widget .newsletter-form input {
    height: 48px;
  }
  .footer-wrap .footer-widget .newsletter-form button {
    width: 40px;
    height: 40px;
  }
  .footer-wrap .footer-widget .newsletter-form input, .footer-wrap .footer-widget .newsletter-form button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-wrap {
    padding: 25px 30px 30px;
    margin-bottom: -90px;
  }
  .newsletter-wrap .newsletter-title h2 {
    margin-bottom: 25px;
    font-size: 28px;
    text-align: center;
  }
  .footer-wrap {
    padding-top: 90px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 12px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-wrap .footer-widget .comp-desc {
    margin: 18px 0 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-wrap {
    margin-bottom: -80px;
  }
  .newsletter-wrap .newsletter-title h2 {
    font-size: 32px;
  }
  .footer-wrap {
    padding-top: 80px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px;
  }
  .footer-wrap .footer-widget .newsletter-form {
    position: relative;
  }
  .footer-wrap .footer-widget .newsletter-form input {
    height: 52px;
  }
  .footer-wrap .footer-widget .newsletter-form button {
    width: 44px;
    height: 44px;
  }
  .footer-wrap .footer-widget .newsletter-form button i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsletter-wrap {
    margin-bottom: -80px;
  }
  .footer-wrap {
    padding-top: 80px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 25px;
  }
}
-----------------------------------*/
/*-------------------------------
    Buy Now Btn
-------------------------------*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
          box-shadow: 0 1px 20px 1px #82b440;
  font-size: 15px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #fff;
  background-color: #94be5d;
}