@charset "UTF-8";
/*
Template Name: Foxture
*/
/*================================================
1. Default CSS
2. Header Menu CSS
3. Home Three Hero Area CSS
4. Home Three Category Area CSS
4. Home Three Cta Area CSS
5. Home Three New Arrival Area CSS
6. Home Three New Arrival Area CSS
7. Customer Benefit Area CSS
8. Home Three Blog Area CSS
9. Footer Area CSS


10.Shope Two Page CSS
11.Shop Details Page CSS
12.Login Page CSS
13.404 Page CSS
14.Contact Page CSS
15.Cart Page CSS
16.CheckOut Page CSS



17.Home two menu Area CSS
18.Home two hero Area CSS
19.Home Two Category Area CSS
20.Home Two Arrival Area CSS
21.Home Two Deal area CSS
22.Home Two Blog Area CSS
23.Home Flash Light Area CSS



24.Home One Offer Area CSS
25.Home One Cta Shop Area CSS
26.Home One Best Product Area CSS
27.Home One How We Work Area CSS
28.Home One Favorite Area CSS
29.Home One Blog Area CSS
30.Home One Testimonial Area CSS
31.Home One Subscribe-area Area CSS
32.Home One Featured Product Area CSS
33.Home One Hero Area CSS



=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
    font-family: 'despeinadauploaded_file';
    src: url('../font/despeinada-webfont.woff2') format('woff2'),
         url('../font/despeinada-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*================================================
1. Default CSS
=================================================*/
/* Color Variable */
/* Font Variable */
.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
  color:#D3AC5B;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  font-family: "Poppins", sans-serif;
  color: #D3AC5B;
}

h1, h2, h3 {
  font-weight: 400;
}

h4, h5, h6 {
  font-weight: 500;
}

html, body {
  font-family: "Poppins", sans-serif;
  color: #D3AC5B;
  font-weight: 400;
  line-height: 1.6;
  background: #000;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

.shape {
  position: absolute;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FAFAFA inset !important;
}

input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FAFAFA inset !important;
}

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

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

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

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

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

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

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

.common-btn {
  display: inline-block;
  color: #000;
  font-size: 14px;
  padding: 11px 39px;
  border: 1px solid #000;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: .6s;
  transition: .6s;
  text-transform: uppercase;
}

.common-btn:hover {
  color: #fff;
  border: 1px solid transparent;
}

.common-btn:hover:before {
  width: 100%;
}

.common-btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #303030;
  width: 0;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.section-title h3 {
  font-size: 30px;
  margin-bottom: 0;
}

.section-title p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 12px;
}

.breadcrumb-area {
  background: #000;
  padding: 53px 0;
}

.breadcrumb-area .breadcrumb-content h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.breadcrumb-area .breadcrumb-link p {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  color: #D3AC5B;
}

.breadcrumb-area .breadcrumb-link span {
  background: #D3AC5B;
  height: 2px;
  width: 8px;
  border-radius: 50px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 3px;
  display: inline-block;
}

/*================================================
2. Header Menu CSS
=================================================*/
.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  display: none;
  z-index: 1;
}

.hamburger span {
  width: 100%;
  height: 2px;
  background: #D3AC5B !important;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger span.h-top {
  top: 0;
}

.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}

.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}

.hamburger.h-active span {
  width: 100%;
}

.hamburger.h-active span.h-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}

.hamburger.h-active span.h-middle {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.hamburger.h-active span.h-bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}

.bottombar {
  background-color: #08509e;
}

.logo, .main-nav, .menu-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-right-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.menu-right-item li {
  display: inline-block;
  color: #303030 !important;
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px;
  position: relative;
}

.menu-right-item li span {
  width: 2px;
  height: 13px;
  background: #000;
  display: inline-block;
}

.menu-right-item i {
  color: #000;
  font-size: 20px;
}

.menu-right-item i span {
  position: absolute;
  right: -12px;
  top: -8px;
  background: #000000;
  color: #fff;
  height: 22px;
  width: 22px;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
  border-radius: 50%;
  line-height: 21px;
  font-family: "Poppins", sans-serif;
}

.header-menu-area {
  width: 100%;
  z-index: 9;
  padding: 7px 0;
  padding-right: 24px;
}

.menu-category-icon i {
  font-size: 27px;
  padding: 28px 24px;
  color: #000;
}

.has-child-menu span {
  position: absolute;
  right: 23px;
  top: 12px;
  background: #000000;
  color: #fff;
  height: 22px;
  width: 22px;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  border-radius: 50%;
  line-height: 23px;
}

.home-two-header-menu .has-child-menu:after {
  position: absolute;
  right: 4px;
  top: 24px;
  font-family: "boxicons";
  content: "";
  font-size: 20px;
  color: #000000 !important;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.home-two-header-menu .main-nav > ul > li:hover.has-child-menu:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-nav > ul > li {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  padding: 28px 24px;
}

.main-nav > ul > li:last-child {
  padding-right: 0;
}

.main-nav > ul > li:hover > a {
  color: #606060;
}

.main-nav > ul > li:hover > a:after {
  opacity: 1;
}

.main-nav > ul > li > a {
  display: block;
  text-decoration: none;
  color: #D3AC5B;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav > ul > li > a.active {
  color: #D3AC5B;
}

.main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 81px;
  right: 0;
  min-width: 170px;
  list-style: none;
  margin: 0;
  padding: 20px 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
          box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
}

.main-nav ul li .sub-menu:before {
  position: absolute;
  content: "";
  background: #000;
  height: 13px;
  width: 36px;
  bottom: 99.5%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.main-nav ul li .sub-menu1:before {
    position: absolute;
    content: "";
    background: #be1622;
    height: 0;
    width: 0;
    bottom: 99.5%;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }

.main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

.main-nav ul li .sub-menu > li {
  display: block;
  margin: 0 0px 16px 0px;
  position: relative;
}

.main-nav ul li .sub-menu > li:last-child {
  margin-bottom: 0;
}

.main-nav ul li .sub-menu > li a {
  color: #C5C5C5;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu > li a:hover {
  border-bottom: 1px solid #606060;
}

.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

.main-nav > ul > li:hover > .sub-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.main-nav ul li .sub-menu li:hover > .sub-menu, .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideInUp2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.sticky {
  position: fixed !important;
  top: 0;
  background: #FCFCFC;
  z-index: 99;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.01);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.01);
  padding-top: unset;
}

/*================================================
3. Home Three Hero Area CSS
=================================================*/
.home-three-hero-area {
  background: #FCFCFC;
}

.single-home-three-hero-img {
  position: relative;
  z-index: 1;
}

.single-home-three-hero-img .home-three-hero-slide-shape {
  right: 20px;
  top: 80px;
  z-index: -1;
  width: 66%;
}

.home-three-hero-slide-content-wrap .slick-dots {
  position: absolute;
  left: 99%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -166px;
  z-index: 1;
}

.home-three-hero-slide-content-wrap .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.home-three-hero-slide-content-wrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: #000;
  border: 0;
  outline: none;
  background: #000;
  padding: 0;
  border-radius: 50%;
}

.home-three-hero-slide-content-wrap .slick-dots li.slick-active button {
  background: #fefcec;
  color: #303030;
}

.single-home-three-hero-content h1 {
  font-size: 60px;
  margin-bottom: 0;
}

.single-home-three-hero-content p {
  font-size: 14px;
  margin-bottom: 32px;
  margin-top: 18px;
}

.single-home-three-hero-content .home-three-hero-btn-wrap {
  margin-left: 1px;
}

/*================================================
4. Home Three Category Area CSS
=================================================*/
.category-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category-title a {
  font-size: 18px;
  font-weight: 500;
  color: #303030;
}

.category-title h3 {
  font-size: 30px;
  margin-bottom: 0;
}

.home-three-category-box-wrap {
  background: #F5F5F5;
  position: relative;
  padding: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 24px;
}

.home-three-category-box-wrap:hover {
  background: #FAF1F1;
}

.home-three-category-box-wrap:hover .home-three-category-hover-content a {
  display: inline-block;
}

.home-three-category-box-wrap .home-three-category-hover-content {
  position: absolute;
  bottom: 30px;
}

.home-three-category-box-wrap .home-three-category-hover-content h4 {
  font-size: 18px;
  margin-bottom: 7px;
}

.home-three-category-box-wrap .home-three-category-hover-content a {
  color: #292929;
  font-size: 15px;
  font-weight: 500;
  display: none;
  border-bottom: 1px solid #fefcec;
  padding-bottom: 1px;
  -webkit-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}

.home-three-category-margin {
  margin-top: 19px;
}

/*================================================
5. Home Three Cta Area CSS
=================================================*/
.home-three-cta-wrap {
  position: relative;
  overflow: hidden;
}

.home-three-cta-wrap:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
}

.home-three-cta-wrap:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
}

.home-three-cta-wrap:after {
  background: rgba(255, 255, 255, 0.6);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  width: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.home-three-cta-wrap:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.home-three-cta-wrap .home-three-cta-content {
  position: absolute;
  left: 30px;
  top: 30px;
}

.home-three-cta-wrap .home-three-cta-content h3 {
  font-size: 30px;
}

.home-three-cta-wrap .home-three-cta-content h5 {
  font-size: 18px;
  color: #303030;
  margin-bottom: 0;
}

/*================================================
6. Home Three New Arrival Area CSS
=================================================*/
.home-three-new-arrival-tab-wrap {
  margin-top: 20px;
}

.home-three-new-arrival-tab-wrap .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-three-new-arrival-tab-wrap .nav-link {
  background: none;
  border: none;
  font-size: 14px;
  margin: 0 22px;
  color: #919191;
  padding: 0;
}

.home-three-new-arrival-tab-wrap .nav-link.active, .home-three-new-arrival-tab-wrap .nav-pills .show > .nav-link {
  color: #303030;
  background-color: unset;
}

.home-three-new-arrival-tab-wrap .tab-content {
  margin-top: 50px;
}

.arrival-box {
  margin-bottom: 24px;
}

.arrival-box:hover .home-three-product-option ul {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  bottom: 20px;
}

.arrival-box .arrival-box-content {
  padding-top: 14px;
}

.arrival-box .arrival-box-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.arrival-box .arrival-box-content p {
  margin-bottom: 0;
  color: #303030;
  font-size: 14px;
}

.arrival-box .arrival-box-img {
  position: relative;
}

.arrival-box .arrival-box-img img {
  width: 100%;
}

.arrival-box .arrival-box-img .arrival-box-img-cta {
  position: absolute;
  top: 10px;
  left: 10px;
}

.arrival-box .arrival-box-img .arrival-box-img-cta span {
  font-size: 14px;
  background: #292929;
  color: #fff;
  padding: 5px 12px;
}

.home-three-product-option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.home-three-product-option ul li {
  background: #fff;
  margin-right: 1px;
  color: #000000;
  padding: 2px 10px;
  font-size: 23px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.home-three-product-option ul li:hover {
  background: #fefcec;
  color: #fff;
}

.home-three-product-option ul li i {
  font-size: 23px;
}

.home-three-arrival-box {
  margin-bottom: 44px;
}

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

/*================================================
7. Customer Benefit Area CSS
=================================================*/
.customer-benefit-area {
  background: #F3EFE4;
  padding: 80px 0 54px 0;
}

.customer-benefit-box {
  margin-bottom: 24px;
}

.customer-benefit-box .customer-benefit-content h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.customer-benefit-box .customer-benefit-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.customer-benefit-box .customer-benefit-icon {
  display: inline-block;
  background: #FFF;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  padding: 14px;
  margin-bottom: 18px;
}

/*================================================
8. Home Three Blog Area CSS
=================================================*/
.bolo-wrap-slide .owl-dots, .single-home-two-arrival-slide .owl-dots {
  text-align: center;
}

.bolo-wrap-slide .owl-dots .owl-dot, .single-home-two-arrival-slide .owl-dots .owl-dot {
  border: 1px solid #D3AC5B;
  height: 12px;
  width: 12px;
  background: #000;
  border-radius: 50%;
  margin: 0 5px;
}

.bolo-wrap-slide .owl-dots .owl-dot.active, .single-home-two-arrival-slide .owl-dots .owl-dot.active {
  background: #D3AC5B;
}

.single-blog-box {
  margin-bottom: 24px;
}

.single-blog-box .blog-img img {
  width: 100%;
}

.single-blog-box .blog-content {
  padding: 15px 15px 0 15px;
}

.single-blog-box .blog-content h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}

/*================================================
9. Footer Area CSS
=================================================*/
.footer-design-two-area {
  background: #000;
  padding: 60px 0 20px 0;
}

.footer-wrap-design-two {
  padding-bottom: 40px;
}

.single-widget {
  margin-bottom: 24px;
}

.single-widget .footer-title h4 {
  font-size: 18px;
  position: relative;
  margin-bottom: 40px;
}

.single-widget .footer-title h4:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  background: #fefcec;
  height: 2px;
  width: 30px;
}

.single-widget .footer-left-content p {
  font-size: 14px;
  color: #303030;
  margin-bottom: 0;
}

.single-widget .footer-left-content h3 {
  font-size: 14px;
  color: #303030;
  margin-bottom: 5px;
  margin-top: 20px;
  text-transform: uppercase;
}

.single-widget .footer-link li {
  color: #303030;
  font-size: 14px;
  margin-bottom: 10px;
}

.single-widget .footer-link li:last-child {
  margin-bottom: 0;
}

.single-widget .footer-app-download h4 {
  font-size: 15px;
  margin-bottom: 23px;
  line-height: 24px;
}

.single-widget .footer-app-download li {
  display: inline-block;
  margin: 0 5px 5px 0px;
}

.copy-right-social li {
  display: inline-block;
  color: #292929;
  margin: 0 10px 0 0px;
}

.copy-right-contend p {
  font-size: 14px;
  text-align: right;
}

.copyright-area-design-one {
  background: #F8F6ED;
  padding: 20px 0;
}

.copyright-area-design-one .copy-right-contend p {
  color: #303030;
}

/*================================================
10. Shope Two Page CSS
=================================================*/
.price-range .range-slider {
  position: relative;
  text-align: center;
  margin-bottom: 47px;
}

.price-range .range-slider:before, .price-range .range-slider:after {
  content: " ";
  display: table;
}

.price-range .range-slider:after {
  clear: both;
}

.price-range .range-slider .track {
  bottom: 15px;
  height: 2px;
  left: 0;
  margin-bottom: -1.5px;
  position: absolute;
  width: 0;
  z-index: 50;
}

@media (min-width: 640px) {
  .price-range .range-slider .track {
    bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .price-range .range-slider .track {
    bottom: 15px;
  }
}

.price-range .range-slider .track--full {
  background: #aaa;
  width: 100%;
}

.price-range .range-slider .track--included {
  background: #000;
  border-radius: 3px;
}

.price-range .range-slider .slider-thumb {
  background: #fefcec;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  display: block\9;
  height: 30px;
  left: 0;
  position: absolute;
  width: 30px;
  z-index: 101;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .price-range .range-slider .slider-thumb {
    display: block;
  }
}

@media (min-width: 640px) {
  .price-range .range-slider .slider-thumb {
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 1024px) {
  .price-range .range-slider .slider-thumb {
    height: 30px;
    width: 30px;
  }
}

.price-range .range-slider [type=range] {
  -webkit-appearance: none;
  background: none;
  height: 30px;
  margin: 0;
  outline: none;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 75;
}

@media (min-width: 640px) {
  .price-range .range-slider [type=range] {
    height: 30px;
  }
}

@media (min-width: 1024px) {
  .price-range .range-slider [type=range] {
    height: 30px;
  }
}

.price-range .range-slider [type=range]:focus {
  outline: none;
}

.price-range .range-slider [type=range]::-moz-focus-outer {
  border: 0;
}

.price-range .range-slider [type=range]:first-of-type {
  float: left;
  margin-bottom: -30px;
}

@media (min-width: 640px) {
  .price-range .range-slider [type=range]:first-of-type {
    margin-bottom: -30px;
  }
}

@media (min-width: 1024px) {
  .price-range .range-slider [type=range]:first-of-type {
    margin-bottom: -30px;
  }
}

.price-range .range-slider [type=range]:last-of-type {
  float: right;
  margin-bottom: 0;
}

.price-range .range-slider [type=range]::-webkit-slider-runnable-track {
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}

.price-range .range-slider [type=range]::-ms-fill-lower {
  background: none;
  border: 0;
}

.price-range .range-slider [type=range]::-ms-fill-upper {
  background: none;
  border: 0;
}

.price-range .range-slider [type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  color: transparent;
  height: 6px;
  z-index: -1;
}

.price-range .range-slider [type=range]:focus::-ms-fill-lower {
  background: none;
  border: 0;
}

.price-range .range-slider [type=range]:focus::-ms-fill-upper {
  background: none;
  border: 0;
}

.price-range .range-slider [type=range]::-moz-range-track {
  -moz-appearance: none;
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}

.price-range .range-slider [type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fefcec;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-top: -12px;
  outline: 0;
  pointer-events: all;
  position: relative;
  width: 30px;
  z-index: 100;
}

@media (min-width: 640px) {
  .price-range .range-slider [type=range]::-webkit-slider-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}

@media (min-width: 1024px) {
  .price-range .range-slider [type=range]::-webkit-slider-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}

.price-range .range-slider [type=range]::-ms-thumb {
  background: #fefcec;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-top: 0;
  pointer-events: all;
  position: relative;
  width: 30px;
  z-index: 100;
}

@media (min-width: 640px) {
  .price-range .range-slider [type=range]::-ms-thumb {
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 1024px) {
  .price-range .range-slider [type=range]::-ms-thumb {
    height: 30px;
    width: 30px;
  }
}

.price-range .range-slider [type=range]::-moz-range-thumb {
  -moz-appearance: none;
  background: #fefcec;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-top: -12px;
  pointer-events: all;
  position: relative;
  width: 30px;
  z-index: 100;
}

@media (min-width: 640px) {
  .price-range .range-slider [type=range]::-moz-range-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}

@media (min-width: 1024px) {
  .price-range .range-slider [type=range]::-moz-range-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}

.price-range .range-slider .output,
.price-range .range-slider output {
  color: #000;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 14px;
  font-weight: 400;
}

.shope-sidebar-wrap {
  margin-bottom: 30px;
}

.shope-sidebar-wrap:last-child {
  margin-bottom: 0;
}

.shop-sidebar-title {
  position: relative;
  padding-bottom: 38px;
}

.shop-sidebar-title:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 50px;
  background: #F5F5F5;
  top: 60%;
}

.shop-sidebar-title h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.shop-sidebar-category-list li {
  font-size: 14px;
  margin-bottom: 12px;
}

.shop-sidebar-category-list li:last-child {
  margin-bottom: 0;
}

.sidebar-color li {
  display: inline-block;
}

.sidebar-color li a {
  font-size: 0;
  height: 20px;
  width: 20px;
  margin-right: 16px;
  border-radius: 50%;
  display: block;
}

.shop-sidebar-arrival-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.shop-sidebar-arrival-wrap:last-child {
  margin-bottom: 0;
}

.shop-sidebar-arrival-wrap .shop-sidebar-arrival-img {
  width: 100%;
  max-width: 60px;
}

.shop-sidebar-arrival-wrap .shop-sidebar-arrival-content {
  padding-left: 10px;
}

.shop-sidebar-arrival-wrap .shop-sidebar-arrival-content h4 {
  font-size: 15px;
  margin-bottom: 6px;
}

.shop-sidebar-arrival-wrap .shop-sidebar-arrival-content p {
  margin-bottom: 0;
  font-size: 14px;
  color: #303030;
}

.shop-two-showing-wrap {
  border-bottom: 1px solid #D3AC5B;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.grid-list-icon li {
  display: inline-block;
}

.grid-list-icon li i {
  font-size: 27px;
  color: #D3AC5B;
}

.shop-two-showing {
  text-align: right;
}

.shop-two-showing li {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  position: relative;
  margin-left: 20px;
}

.shop-two-showing li:first-child {
  margin-left: 0px;
}

.shop-two-showing li .shop-category-select {
  display: inline-block;
  padding: 3px 1px;
  border: 1px solid #C5C5C5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  margin-left: 5px;
}

.shop-two-showing li .shop-category-select:focus {
  outline: 0px none #fff !important;
}

.short-list {
  position: absolute;
  right: 0;
  top: 108%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 2;
}

.short-list ul {
  background: #F5F5F5;
  border: 1px solid #dddddd69;
}

.short-list li {
  display: block;
  margin-left: 0;
  padding: 5px 0px;
  border-bottom: 1px solid #dddddd69;
}

.short-list li:last-child {
  border-bottom: none;
}

.short-list li span {
  border: none;
  margin-left: 0px;
}

.short-list-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.home-one-product-box {
  margin-bottom: 40px;
}

.home-one-product-box:hover .home-one-product-img .home-one-product-option ul {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  bottom: 20px;
}

.home-one-product-box .home-one-product-img {
  position: relative;
}

.home-one-product-box .home-one-product-img img {
  width: 100%;
}

.home-one-product-box .home-one-product-img .home-one-product-option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.home-one-product-box .home-one-product-img .home-one-product-option ul li {
  background: #fff;
  margin-right: 1px;
  color: #000000;
  padding: 2px 10px;
  font-size: 23px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.home-one-product-box .home-one-product-img .home-one-product-option ul li:hover {
  background: #fefcec;
  color: #fff;
}

.home-one-product-box .home-one-product-img .home-one-product-option ul li i {
  font-size: 23px;
}

.home-one-product-img-cta {
  position: absolute;
  top: 0px;
  font-size: 14px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(270deg) translateX(-100%);
          transform: rotate(270deg) translateX(-100%);
  right: 0px;
  padding: 2px 10px;
  background: #000000;
  border: 1px solid #000;
  color: #D3AC5B;
}

.home-one-product-img-cta-design-two {
  background: none;
  color: #303030;
  border: 1px solid #707070;
}

.home-one-product-content {
  padding-top: 7px;
}

.home-one-product-content h4 {
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 6px;
}

.home-one-product-content .product-review li {
  display: inline-block;
}

.home-one-product-content .product-review li i {
  font-size: 14px;
  color: #303030;
  margin-right: 2px;
}

.home-one-product-content .product-review li span {
  font-size: 14px;
}

.home-one-product-content .home-one-product-price-list li {
  display: inline-block;
  color: #292929;
  font-size: 15px;
  font-weight: 500;
}

.home-one-product-content .home-one-product-price-list del {
  color: #919191;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}

.home-one-product-content .home-one-product-color-list {
  margin-top: 8px;
}

.home-one-product-content .home-one-product-color-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-one-product-content .home-one-product-color-list ul li {
  height: 14px;
  width: 18px;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
}

.home-one-product-content .home-one-product-color-list ul li:last-child {
  margin-right: 0;
}

.pagination-wrap {
  margin-top: 10px;
}

.pagination-wrap li {
  display: inline-block;
  margin-right: 15px;
}

.pagination-wrap li:last-child {
  margin-right: 0;
}

.pagination-wrap li a {
  display: block;
  height: 40px;
  width: 48px;
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
  line-height: 39px;
  font-size: 14px;
  -webkit-transition: .5s;
  transition: .5s;
}

.pagination-wrap li a:hover {
  background: #000;
  color: #fff;
}

.pagination-wrap li span {
  font-size: 35px;
  color: #000;
  line-height: 0;
}

.shop-grid-none {
  display: none;
}

li.shop-grid-active-color i {
  color: #292929;
}

/*================================================
11. Shop Details Page CSS
==========================================*/
.shop-img-deails {
  position: relative;
}

.shop-img-deails .shop-details-img-cta {
  left: 40px;
}

.shop-img-deails .img-expand {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.shop-img-deails .img-expand i {
  color: #707070;
}

.shop-img-deails-wrap .nav-link {
  background: none;
  border: none;
  padding: 0;
  margin: 0 10px 0 0;
}

.shop-img-deails-wrap .nav-link.active, .shop-img-deails-wrap .nav-pills .show > .nav-link {
  color: none;
  background-color: unset;
}

.shop-img-deails-wrap .nav {
  margin-top: 10px;
}

.shop-details-content-wrap .shop-details-reoduct-content {
  padding-top: 0px;
}

.shop-details-content-wrap .shop-details-reoduct-content h3 {
  font-size: 30px;
  margin-bottom: 3px;
}

.shop-details-add-cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.shop-details-add-cart-wrap .cart-button-wrap .cart-btn {
  background: #D3AC5B;
  color: #000;
  font-size: 14px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px;
  margin: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-details-add-cart-wrap .cart-heart i {
  height: 44px;
  width: 60px;
  border: 1px solid #C5C5C5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.add-cart-content p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.shop-details-brand {
  padding: 25px 0;
  border-top: 1px solid #D3AC5B;
  border-bottom: 1px solid #D3AC5B;
  margin-bottom: 27px;
}

.shop-details-brand li {
  color: #D3AC5B;
  margin-bottom: 10px;
}

.shop-details-brand li:last-child {
  margin-bottom: 0;
}

.shop-details-brand li span {
  color: #919191;
  margin-left: 5px;
}

.shop-details-share li {
  display: inline-block;
  color: #000;
  margin: 0 5px 0 0;
}

.shop-details-share li span {
  color: #303030;
  margin-right: 8px;
}

/* -- quantity box -- */
.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantity .input-text.qty {
  width: 68px;
  height: 44px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #C5C5C5;
}

.quantity input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.quantity .minus, .quantity .plus {
  padding: 7px 10px 8px;
  width: 68px;
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #C5C5C5;
  cursor: pointer;
}

.quantity .minus {
  border-right: 0;
}

.quantity .plus {
  border-left: 0;
}

.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.quantity .minus:focus, .quantity .plus:focus {
  outline: none;
}

.single-details-content-wrap {
  margin-bottom: 40px;
}

.single-details-content-wrap:last-child {
  margin-bottom: 0;
}

.shop-details-content-title h4 {
  display: inline-block;
  border-bottom: 2px solid #F5F5F5;
  padding-bottom: 10px;
  margin-bottom: 22px;
  font-size: 18px;
}

.shop-details-content-description {
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.shop-details-content-description p {
  font-size: 14px;
  margin-bottom: 10px;
}

.shop-details-content-description p:last-child {
  margin-bottom: 0;
}

.shop-details-review li i {
  font-size: 14px;
  color: #303030;
  margin-right: 2px;
}

.review-box-wrap {
  background: #FAFAFA;
  padding: 40px 40px;
}

.review-box-wrap .single-review-box {
  vertical-align: middle;
}

.review-box-wrap .single-review-box h3 {
  font-size: 14px;
  margin-bottom: 0;
}

.review-box-wrap .single-review-box h3:first-child {
  color: #303030;
  display: inline-block;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

.review-box-wrap .single-review-box p {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 14px;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 10px;
}

.shop-details-contat-input {
  margin-top: 5px;
}

.contat-input {
  position: relative;
}

.contat-input input, .contat-input textarea {
  width: 100%;
  background: #FAFAFA;
  border: none;
  padding: 13px 20px;
  margin-bottom: 9px;
}

.contat-input .form-check-label {
  margin-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
}

.contat-input .form-check-label-first {
  margin-top: 0;
}

.contat-input .form-message {
  position: absolute;
  top: 100%;
  left: 0;
}

.shop-details-review-btn {
  background: #D3AC5B;
  color: #000;
  border: none;
  text-transform: unset;
}

.shop-details-review-btn:hover {
  color: #D3AC5B;
  border: 2px solid #D3AC5B;
  background:#000;
}

.shop-details-review-btn:before {
  border: none;
}

.shop-check {
  display: block;
  position: relative;
  margin-bottom: 22px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 23px;
  /* Create a custom checkbox */
}

.shop-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.shop-check .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 13px;
  width: 15px;
  border-radius: 2px;
  background-color: #C8C8C8;
  /* Create the checkmark/indicator (hidden when not checked) */
}

.shop-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.shop-check input:checked ~ .checkmark {
  background-color: #303030;
}

/* Show the checkmark when checked */
.shop-check input:checked ~ .checkmark:after {
  display: block;
}

/*================================================
12. Login Page CSS
=================================================*/
.login-content-title h4 {
  font-size: 18px;
}

.shop-check a {
  color: #303030;
}

/*================================================
13. 404 Page CSS
=================================================*/
.error-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error-content {
  margin-bottom: 40px;
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 32px;
}

.error-content p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.error-content h4 {
  font-size: 100px;
  margin-bottom: 10px;
}

.error-search {
  margin-bottom: 40px;
  position: relative;
}

.error-search input {
  overflow: hidden;
  width: 100%;
  padding: 13px 42px 13px 26px;
  border: none;
  background: #FAFAFA;
  position: relative;
}

.error-search button {
  border: none;
  background: #000;
  position: absolute;
  right: 0;
  font-size: 24px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  padding: 0 23px;
}

/*================================================
14. Contact Page CSS
=================================================*/
.location-map iframe {
  width: 100%;
  display: table-cell;
  height: 100%;
}

.contact-form-wrap .shop-details-contat-input {
  margin-top: 0;
}

/*================================================
15. Cart Page CSS
=================================================*/
.single-cart-product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-cart-product-box .single-cart-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-cart-product-box .single-cart-img p {
  margin-bottom: 0;
  color: #919191;
  font-size: 14px;
  padding-left: 12px;
}

.single-cart-product-box .single-cart-product-x-icon i {
  color: #B0B0B0;
}

.cart-product-details-wrap {
  padding-top: 35px;
  border-top: 1px solid #D3AC5B;
}

.cart-product-details-wrap .minus, .cart-product-details-wrap .plus {
  width: 40px;
}

.cart-product-details-wrap .input-text.qty {
  width: 40px;
}

.cart-product-details-wrap tbody, .cart-product-details-wrap td, .cart-product-details-wrap tfoot, .cart-product-details-wrap th, .cart-product-details-wrap thead, .cart-product-details-wrap tr {
  vertical-align: middle;
  text-align: center;
  color: #000;
}

.cart-product-details-wrap th {
  font-weight: 500;
  font-size: 18px;
  background: #D3AC5B;
  position: relative;
}

.cart-product-details-wrap th:first-child {
  text-align: left;
}

.cart-product-details-wrap th:last-child:before {
  display: none;
}

.cart-product-details-wrap th:before {
  position: absolute;
  content: "";
  height: 85%;
  width: 1px;
  background: #fff;
  right: 0;
  top: 0;
}

.cart-product-details-wrap td {
  border-right: 1px solid #D3AC5B;
}

.cart-product-details-wrap td:last-child {
  border-right: 0;
}

.cart-product-details-wrap .table:last-child {
  margin-bottom: 0;
}

.cart-product-details-wrap tbody {
  border: 1px solid #D3AC5B;
  border-top: none;
}

.cart-product-details-wrap thead {
  border: 1px solid #F5F5F5;
}

.cart-product-details-wrap .table > :not(caption) > * > * {
  padding: 8px 5px;
}

.cart-product-details-wrap .table > :not(:last-child) > :last-child > * {
  border: 1px solid #D3AC5B;
}

.cart-product-details-wrap .cart-quantity {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-product-details-wrap .cart-quantity .minus {
  border: none;
}

.cart-product-details-wrap .cart-quantity .plus {
  border: none;
}

.cart-product-details-wrap .cart-quantity .input-text.qty {
  border: 1px solid #F5F5F5;
  border-top: none;
  border-bottom: none;
}

.apply-copon {
  margin-bottom: 0;
}

.apply-copon button {
  background: #303030;
  font-size: 14px;
}

.apply-copon input {
  padding: 13px 150px 13px 26px;
}

.cart-total-title {
  background: #D3AC5B;
  padding: 25px 20px;
  color:#000;
}

.cart-total-title h4 {
  margin-bottom: 0;
  font-size: 18px;
}

.cart-total-body {
  border: 1px solid #D3AC5B;
  border-top: none;
  padding: 5px 20px;
}

.cart-total-body li {
  font-size: 14px;
  color: #303030;
  padding: 19px 0;
  border-bottom: 1px solid #D3AC5B;
}

.cart-total-body li:last-child {
  border-bottom: none;
}

.cart-total-body li:nth-child(2) {
  border-bottom: none;
  padding: 0;
  margin-top: 19px;
  margin-bottom: -7px;
}

.cart-total-body li:nth-child(4) {
  margin-top: -37px;
}

.cart-total-body li:nth-child(3) {
  border-bottom: none;
}

.cart-total-body li span {
  float: right;
}

.cart-total-body li span i {
  color: #E1E1E1;
  cursor: pointer;
}

.cart-total-body .cart-total-body-title {
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
}

.update-cart-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.update-cart-content-wrap p {
  margin-bottom: 0;
  font-size: 14px;
  padding-right: 16px;
  color: #919191;
}

.update-cart-content-btn {
  border-radius: unset;
  padding: 15px 39px;
}

.click-address {
  position: relative;
}

.cart-address-change-wrap {
  position: absolute;
  z-index: 2;
  background: #303030;
  width: 100%;
  padding: 15px 20px;
  top: 94%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .4s;
  transition: .4s;
}

.cart-address-change-wrap p {
  margin-bottom: 11px;
  color: #303030;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.cart-address-change-wrap p:hover {
  color: #fff;
}

.cart-address-change-wrap p:last-child {
  margin-bottom: 0;
}

.short-cart-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*================================================
16. CheckOut Page CSS
=================================================*/
.checkout-form-wrap .shop-check {
  margin-bottom: 0;
  padding-left: 0;
}

.checkout-bill-title h4 {
  margin-bottom: 20px;
  font-size: 18px;
}

.checkout-product-details-wrap {
  padding-top: 30px;
  border-top: 0;
}

.checkout-product-details-wrap th {
  text-align: right;
}

.checkout-product-details-wrap th:before {
  display: none;
}

.checkout-product-details-wrap .table > :not(caption) > * > * {
  padding: 16px 25px;
}

.checkout-product-details-wrap tr:nth-child(3) td {
  color: #303030;
}

.checkout-product-details-wrap tr td {
  text-align: left;
  font-size: 14px;
  color: #919191;
}

.checkout-product-details-wrap tr td:last-child {
  text-align: right;
}

.checkout-product-details-wrap .table {
  margin-bottom: 0;
}

.payment-option-wrap {
  padding: 46px 25px;
  border: 1px solid #F4F4F4;
  border-top: 0;
}

.payment-option-wrap label {
  font-size: 14px;
  color: #303030;
}

.payment-option-wrap .form-check-input {
  border: 3px solid #000000;
}

.payment-option-wrap .form-check-input:checked {
  background-color: #303030;
  border-color: #303030;
}

.payment-option-wrap .form-check-input:focus {
  display: none;
}

.payment-option-wrap .form-check p {
  padding: 10px 18px;
  background: #FAFAFA;
  margin-top: 8px;
  margin-bottom: 16px;
}

.payment-option-wrap ul {
  text-align: right;
}

.payment-option-wrap ul li {
  color: #303030;
  margin-bottom: 25px;
}

.payment-option-wrap ul li:last-child {
  margin-bottom: 0;
}

/*================================================
17. Home two menu Area CSS
=================================================*/
.home-two-menu-top-cta {
  background: #000000;
  padding: 10px 50px;
}

.home-two-menu-top-cta .menu-shipping p {
  margin-bottom: 0;
  font-size: 14px;
  color: #ffffff;
}

.home-two-menu-top-cta .menu-top-login-wrap {
  text-align: right;
}

.home-two-menu-top-cta .menu-top-login-wrap h4 {
  margin-bottom: 0;
  font-size: 15px;
}

.home-two-header-menu {
  padding: 0 50px;
  background: #fefcec;
}

.home-two-header-menu .main-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-two-header-menu .main-nav > ul > li:last-child {
  padding-right: unset;
}

.home-two-header-menu .logo {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.home-two-header-menu .menu-right-item li {
  padding: 0 8px;
}

/*.home-two-header-menu .menu-right-item li:last-child {
  padding-right: 0;
}*/

.home-two-header-menu .menu-right-item li span {
  background: #000000;
  margin-bottom: -4px;
}

.home-two-mobile-menu-area li {
  padding: 0 8px;
}

.home-two-mobile-menu-area li:last-child {
  padding-right: 0;
}

.home-two-mobile-menu-area li span {
  width: 1px;
  height: 16px;
  background: #000000;
  margin-bottom: -4px;
}

.home-two-customer-benefit-area {
  background: #D5CDA5;
}

/*================================================
18. Home two hero Area CSS
=================================================*/
.home-two-hero-img-slide img {
  width: 100%;
}

.home-two-hero-area {
  background: #ffffff;
}

.home-two-hero-slide-wrap {
  /*padding-bottom: 183px;*/
  position: relative;
}

.home-two-hero-slide-wrap .owl-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-two-hero-slide-wrap .owl-nav button {
  color: #000;
  background: none;
  border: none;
  height: 50px;
  width: 50px;
  display: inline-block;
  font-size: 26px;
}

.home-two-hero-slide-wrap .owl-nav button i {
  font-size: 21px;
}

.home-two-hero-slide-wrap .owl-nav button.owl-next {
  background: transparent;
  margin-left: .5px;
}

.home-two-hero-slide-wrap .owl-item .home-two-hero-content-wrap {
  -webkit-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

.home-two-hero-slide-wrap .owl-item.active .home-two-hero-content-wrap {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.home-two-hero-content-wrap p {
  color: #303030;
  font-size: 13px;
  margin-bottom: 23px;
}

.home-two-hero-content-wrap h3 {
  color: #C5C5C5;
  font-size: 30px;
  line-height: 42px;
  margin-top: 22px;
  margin-bottom: 15px;
}

.home-two-hero-content-wrap .home-two-hero-title-focus {
  background: #000000;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
}

.home-two-hero-content-wrap .home-two-hero-title-focus p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}

.home-two-hero-content-wrap .home-two-hero-btn {
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 2px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.home-two-hero-content-wrap .home-two-hero-btn:hover {
  background: #fff;
  color: #303030;
  border: 1px solid #fff;
}

/*================================================
19. Home Two Category Area CSS
=================================================*/
.home-two-category-box {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.home-two-category-box:hover:before {
  opacity: 1;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

.home-two-category-box:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  width: 100%;
  z-index: 1;
}

.home-two-category-box .home-two-category-img img {
  width: 100%;
}

.home-two-category-box .home-two-category-img-name {
  position: absolute;
  top: 15px;
  left: 20px;
}

.home-two-category-box .home-two-category-img-name h4 {
  font-size: 18px;
  margin-bottom: 0;
}

/*================================================
20. Home Two Arrival Area CSS
=================================================*/
.home-two-arrival-area {
  background: #ffffff;
}

.single-home-two-arrival-box {
  position: relative;
  margin-bottom: 24px;
}

.single-home-two-arrival-box .home-two-arrival-img img {
  width: 100%;
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-content {
  position: absolute;
  bottom: 22px;
  width: 100%;
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-content p {
  margin-bottom: 0;
  font-size: 14px;
  color: #303030;
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-content h5 {
  font-size: 14px;
  margin-bottom: 10px;
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta {
  position: absolute;
  top: 10px;
  left: 10px;
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta span {
  font-size: 14px;
  color: #303030;
  padding: 4px 8px;
  border: 1px solid #000;
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta-1 span {
  color: #303030;
  border: 1px solid #fefcec;
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta-3 {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 14px;
  top: 53px;
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta-3 span {
  background: #292929;
  border: 1px solid #292929;
  color: #fff;
}

/*================================================
21. Home Two Deal area CSS
=================================================*/
.today-deal-count ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.today-deal-count li {
  display: inline-block;
  margin-right: 20px;
}

.today-deal-count li:last-child {
  margin-right: 0px;
}

.today-deal-count li:first-child {
  margin-left: 15px;
}

.today-deal-count li h2, .today-deal-count li p {
  font-size: 14px;
  margin-bottom: 0;
  color: #303030;
}

.today-deal-count li span {
  font-size: 18px;
  color: #303030;
  font-weight: 500;
}

.today-deal-count li .deal-coming-soon {
  border: 1px solid #fefcec;
  border-radius: 5px;
  height: 44px;
  width: 60px;
  padding: 4px;
}

.home-two-deal-bg {
  background: #FAFAFA;
}

.home-two-deal-bg-1 {
  padding: 16px 0;
  border-bottom: 1px solid #F5F5F5;
}

.home-two-deal-bg-2 {
  padding: 30px 18px 6px 18px;
}

.deal-tab-list-wrap .nav-link {
  background: none;
  border: none;
  font-size: 14px;
  margin: 0 15px;
  color: #303030;
  padding: 0;
  text-transform: uppercase;
}

.deal-tab-list-wrap .nav-link.active, .deal-tab-list-wrap .nav-pills .show > .nav-link {
  background-color: unset;
  color: #303030;
}

.deal-tab-list-wrap .nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.home-two-deal-item {
  position: relative;
  margin-bottom: 24px;
}

.home-two-deal-item .home-two-deal-item-img img {
  width: 100%;
}

.home-two-deal-item-content {
  position: absolute;
}

.home-two-deal-item-content-type-1 {
  top: 30px;
  left: 30px;
}

.home-two-deal-item-content-type-2 {
  left: 18px;
  bottom: 22px;
}

.home-two-deal-type-one-content p {
  font-size: 14px;
  margin-bottom: 0;
  color: #303030;
  text-transform: uppercase;
}

.home-two-deal-type-one-content h3 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 42px;
}

.home-two-deal-type-two-content h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.home-two-deal-type-two-content p {
  font-size: 14px;
  color: #303030;
  margin-bottom: 0;
}

.home-two-deal-type-two-content .product-review {
  margin-top: 5px;
  margin-bottom: 10px;
}

.home-two-deal-type-two-content .product-review li {
  display: inline-block;
}

.home-two-deal-type-two-content .product-review li i {
  font-size: 14px;
  color: #303030;
  margin-right: 2px;
}

.home-two-deal-type-two-content .product-review li span {
  font-size: 14px;
  color: #303030;
}

/*================================================
22. Home Two Blog Area CSS
=================================================*/
.home-two-blog-box {
  margin-bottom: 24px;
}

.home-two-blog-box:hover .home-two-blog-img img {
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%);
  -webkit-transform: scale(1.007);
          transform: scale(1.007);
}

.home-two-blog-box .home-two-blog-img {
  overflow: hidden;
}

.home-two-blog-box .home-two-blog-img img {
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.home-two-blog-content {
  padding-top: 14px;
}

.home-two-blog-content p {
  font-size: 14px;
  margin-bottom: 0;
  color: #303030;
}

.home-two-blog-content h4 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 10px;
}

/*================================================
23. Home Flash Light Area CSS
=================================================*/
.flash-light-box-wrap {
  position: relative;
}

.flash-light-box-wrap.light-active::before {
  position: absolute;
  content: "";
  background-image: url(..//images/home-two/flash-light-overlay.png);
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 4s;
  transition: all 4s;
}

.flash-light-box-wrap .flash-light-content-wrap {
  position: absolute;
  right: 16%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flash-light-box-wrap .flash-light-content-wrap h3 {
  font-size: 30px;
  margin-bottom: 0;
  display: inline-block;
  background: #fefcec;
  border-radius: 34px;
  padding: 12px 32px;
}

.flash-light-box-wrap .flash-light-content-wrap span {
  height: 20px;
  width: 20px;
  margin-left: 10px;
  background: #FD9391;
  border-radius: 50%;
  display: inline-block;
  border: 4px solid #fff;
  cursor: pointer;
}

/*================================================
24. Home One Offer Area CSS
=================================================*/
.home-one-offer-product-area-padding {
  padding: 0 78px;
}

.home-one-offer-item {
  z-index: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #F5F5F5;
}

.home-one-offer-item:before {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  background: #EAE5C9;
  z-index: -1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.home-one-offer-item:hover:before {
  height: 100%;
}

.home-one-offer-item:hover .home-two-deal-type-one-content p:first-child {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}

.home-one-offer-item .home-two-deal-type-one-content p {
  -webkit-transition: .5s;
  transition: .5s;
}

.home-one-offer-item .home-two-deal-type-one-content p a {
  color: #303030;
  display: inline-block;
  border-bottom: 1px solid #fefcec;
  padding-bottom: 2px;
}

/*================================================
25. Home One Cta Shop Area CSS
=================================================*/
.home-one-cta-shop-area {
  background: #fefcec;
  padding: 34px 0;
}

.home-one-cta-shop-wrap p {
  margin-bottom: 0;
  font-size: 14px;
}

.home-one-cta-shop-wrap p a {
  color: #303030;
  display: inline-block;
  border-bottom: 1px solid #fefcec;
  line-height: 11px;
}

/*================================================
26. Home One Best Product Area CSS
=================================================*/
.home-one-best-product-area-top {
  padding: 0 0 15px 0;
  position: relative;
  border-bottom: 1px solid #F5F5F5;
}

.home-two-best-btn-wrap {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-two-best-btn-wrap .home-two-best-btn {
  border-radius: unset;
  padding: 11px 30px;
}

.home-one-best-product-list-wrap .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-one-best-product-list-wrap .nav-link {
  background: none;
  border: none;
  font-size: 14px;
  margin: 0 15px;
  color: #919191;
  padding: 0;
  text-transform: uppercase;
  display: inline-block;
}

.home-one-best-product-list-wrap .nav-link.active, .home-one-best-product-list-wrap .nav-pills .show > .nav-link {
  background-color: unset;
  color: #303030;
  position: relative;
}

.home-one-best-product-list-wrap .nav-link.active:before, .home-one-best-product-list-wrap .nav-pills .show > .nav-link:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #fefcec;
  bottom: -23px;
  left: 0;
}

.home-one-best-product-see-all {
  text-align: right;
}

.home-one-best-product-see-all a {
  font-size: 15px;
}

.home-one-best-product-see-all a i {
  font-size: 14px;
  margin-left: 2px;
}

/*================================================
27. Home Three Hero Area CSS
=================================================*/
.how-we-work-area {
  background: #F5F5F5;
  padding: 80px 0 56px 0;
}

.how-we-work-box {
  margin-bottom: 24px;
}

.how-we-work-box .home-two-deal-type-one-content span {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

.how-we-work-box .home-two-deal-type-one-content p a {
  color: #303030;
  display: inline-block;
  border-bottom: 1px solid #fefcec;
  padding-bottom: 2px;
}

.how-we-work-box .how-we-work-icon i {
  font-size: 34px;
  color: #000;
}

.how-we-work-box .how-we-work-content h4 {
  font-size: 18px;
  margin-top: 13px;
}

.how-we-work-box .how-we-work-content p {
  margin-bottom: 0;
  font-size: 14px;
}

/*================================================
28. Home One Favorite Area CSS
=================================================*/
.home-one-favorite-product-area {
  background: #fefcec;
}

.single-home-one-favorite-slide {
  position: relative;
}

.single-home-one-favorite-slide .owl-nav .owl-prev, .single-home-one-favorite-slide .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #fefcec;
  background: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #303030;
  left: -47px;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-home-one-favorite-slide .owl-nav .owl-prev:hover, .single-home-one-favorite-slide .owl-nav .owl-next:hover {
  background: #fefcec;
  color: #fff;
}

.single-home-one-favorite-slide .owl-nav .owl-next {
  left: auto;
  right: -47px;
}

/*================================================
29. Home One Blog Area CSS
=================================================*/
.single-home-one-blog-box {
  position: relative;
}

.single-home-one-blog-box:hover .home-one-blog-content {
  background: #fefcec;
}

.single-home-one-blog-box:hover .home-one-blog-content p {
  color: #fff;
}

.single-home-one-blog-box:hover .home-one-blog-content h4 {
  color: #fff;
}

.home-one-bolo-wrap-slide .owl-dots .owl-dot {
  background: #FAF1F1;
  height: 15px;
  width: 15px;
}

.blog-meta-date {
  position: absolute;
  top: 15px;
  left: 20px;
}

.blog-meta-date span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #292929;
  padding: 4px 12px;
}

.home-one-blog-content {
  background: #FAFAFA;
  padding: 25px 30px;
  margin-top: -1px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.home-one-blog-content p {
  color: #303030;
  -webkit-transition: .4s;
  transition: .4s;
}

.home-one-blog-content h4 {
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-transition: .4s;
  transition: .4s;
}

/*================================================
30. Home One Testimonial Area CSS
=================================================*/
.testimonial-area {
  background: #ffffff;
  padding: 80px 0;
}

.testimonial-wrap .owl-item img {
  display: inline-block;
  width: unset;
}

.testimonial-wrap .owl-nav .owl-prev, .testimonial-wrap .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #fefcec;
  background: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #303030;
  left: 0px;
  -webkit-transition: .4s;
  transition: .4s;
}

.testimonial-wrap .owl-nav .owl-next {
  left: auto;
  right: 0px;
}

.testimonial-wrap .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.testimonial-wrap .owl-dots .owl-dot {
  border: none;
  height: 15px;
  width: 15px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 5px;
}

.testimonial-wrap .owl-dots .owl-dot.active {
  background: #fefcec;
}

.single-testimonial .testimonial-img {
  margin-bottom: 17px;
}

.single-testimonial .testimonial-content h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.single-testimonial .testimonial-content h5 {
  font-size: 15px;
  margin-bottom: 0;
}

.single-testimonial .testimonial-content p {
  font-size: 14px;
  color: #303030;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 16px;
  padding: 0 175px;
}

/*================================================
31. Home One Subscribe-area Area CSS
=================================================*/
.subscribe-area {
  background: #fefcec;
  padding: 80px 0;
}

.subscribe-content h3 {
  font-size: 30px;
}

.subscribe-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.subscribe-search input {
  border: 1px solid #8E8E8E;
  padding: 10px 150px 10px 26px;
}

.subscribe-search button {
  background: #000;
  padding: 0 32px;
  border-left: 1px solid #000;
}

/*================================================
32. Home One Featured Product Area CSS
=================================================*/
.home-one-featured-box:hover .home-one-featured-img .home-one-featured-cta span {
  background: #fefcec;
  border: 1px solid #fefcec;
}

.home-one-featured-box:hover .home-one-featured-img .home-one-featured-content p {
  position: relative;
  opacity: 1;
  bottom: 0px;
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content {
  bottom: 15px;
  left: 20px;
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content h3 {
  font-size: 14px;
  color: #303030;
  margin-bottom: 8px;
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content h5 {
  font-weight: 500;
  font-size: 18px;
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content p {
  font-size: 15px;
  font-weight: 500;
  color: #303030;
  position: absolute;
  bottom: -10px;
  opacity: 0;
  -webkit-transition: .7s;
  transition: .7s;
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content p del {
  color: #919191;
  font-size: 14px;
}

.home-one-featured-box .home-one-featured-img .home-one-featured-cta span {
  background: #292929;
  color: #fff;
  border: 1px solid #292929;
  -webkit-transition: .5s;
  transition: .5s;
}

/*================================================
33. Home One Hero Area CSS
=================================================*/
.hone-one-header-menu-area {
  position: absolute;
}

.home-one-hero-area {
  /*background-image: url(..//images/home-one/home-one-hero-bg-img.png);*/
  background: #fefcec;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.single-home-one-hero-img {
  position: relative;
}

.single-home-one-hero-img .home-one-hero-slide-shape {
  top: 18px;
  right: 0px;
  z-index: -1;
}

.home-one-hero-slide-img-wrap {
  position: relative;
}

.home-one-hero-slide-img-wrap .slick-dots {
  position: absolute;
  right: 68px;
  top: 50%;
}

.home-one-hero-slide-img-wrap .slick-dots:before {
  position: absolute;
  background: #fff;
  content: "";
  height: 172%;
  width: .3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-one-hero-slide-img-wrap .slick-dots button {
  border: 1px solid #000;
  background: transparent;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  margin-bottom: 5px;
  color: #303030;
}

.home-one-hero-slide-img-wrap .slick-dots button:before {
  position: absolute;
  content: "";
  height: 10px;
  width: .1px;
  background: #000;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-one-hero-slide-img-wrap .slick-dots button:after {
  position: absolute;
  content: "";
  height: 10px;
  width: .1px;
  background: #000;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single-home-one-hero-content h1 {
  font-size: 40px;
}

.single-home-one-hero-content span {
  font-size: 14px;
  color: #303030;
  margin-bottom: 10px;
  display: inline-block;
}

.home-one-hero-btn {
  background: #000;
  color: #fff;
  padding: 11px 28px;
}

.home-one-hero-padding {
  padding-left: 170px;
}

/*================================================
34. Home Three Hero Area CSS
=================================================*/
/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sk-cube-grid {
  width: 70px;
  height: 70px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #303030;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
============= Preloader CSS END ================
================================================
*/
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 15px;
  background: #000;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 33px;
  display: none;
  z-index: 9999;
  border: 1px solid #D3AC5B;
  -webkit-transition: .3s;
  transition: .3s;
}

.back-to-top-btn i {
  color: #D3AC5B;
  font-size: 22px;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}

/*Back to Top btn end*/
/*Newalwtter Popup*/
.nlmbgOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  z-index: 9;
  display: none;
}

.nlmPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  max-width: 800px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 99;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a#btnClose {
  display: block;
  position: absolute;
  left: 31px;
  top: 20px;
  z-index: 2;
}

a#btnClose i {
  font-size: 18px;
  border: 1px solid #303030;
  height: 30px;
  width: 30px;
  line-height: 28px;
  color: #000;
  text-align: center;
}

.newsletter-content-wrap {
  background: #FAFAFA;
  padding: 30px;
  position: relative;
}

.newsletter-content-wrap .newsletter-content {
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.newsletter-content-wrap .newsletter-content h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.newsletter-content-wrap .newsletter-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.newsletter-content-wrap .newsletter-condition-form h3 {
  font-size: 14px;
  margin-bottom: 27px;
}

.newsletter-content-wrap .newsletter-condition-form h3 a {
  color: #303030;
}

.newsletter-content-wrap .newsletter-search button {
  border-left: none;
}

.newsletter-img-wrap {
  background: #FEFEFE;
  height: 100%;
  width: 100%;
}

/*Newalwtter Popup End*/
.search-bar-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(33, 37, 41, 0.9);
  color: #fff;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.search-bar-wrap .search-bar-content {
  position: fixed;
  width: 60%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-bar-wrap .search-close {
  position: absolute;
  right: 50px;
  top: 40px;
  font-size: 62px;
  cursor: pointer;
  -webkit-transition: .1s;
  transition: .1s;
  display: inline-block;
  line-height: 0;
}

.search-bar-wrap .search-close:hover {
  color: #303030;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-bar-wrap .search-bar-inner h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 200;
  margin-bottom: 30px;
}

.search-bar-wrap .search-wrap-search input {
  padding: 15px 150px 15px 26px;
  border: none;
}

.search-bar-wrap .search-wrap-search button {
  padding: 0 60px;
  border: none;
}

.search-bar-wrap.show-search {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}



.home-two-cursor {
  border: 1px solid #fefcec;
}

.home-two-cursor2 {
  background-color: #303030;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*# sourceMappingURL=style.css.map */


::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
}


.title_h1{font-size: 60px;}
.f-20{font-size: 20px;}

.contentvideo{height: 600px; display: flex; justify-content: center; align-items: center;}
.videointro{width: 100%; object-fit: cover; object-position: center center; height: 600px;}
.precio{
    position: absolute;
    top: 0px;
    font-size: 14px;
    left: 0px;
    padding: 2px 10px;
    background: #D3AC5B;
    border: 1px solid #000;
    color: #000;
    font-weight: 500;
}
.btn_refresh{background: transparent; margin: 0; padding: 7px 10px 8px; width: 68px; height: 44px; background-color: #ffffff; border: 1px solid #C5C5C5; cursor: pointer;}
.btn_transparent{background: transparent !important; color:#303030 !important; border: 1px solid #303030 !important; padding: 8px 10px !important; font-size: 14px !important;}
.btn_transparent:hover{background: #303030 !important; color:#ffffff !important; border: 1px solid #303030 !important;}
