/*------------------------------------------------------------------
[Table of contents ]
    1.  Theme Typography Style Start
	2.  Start Header Area
		2.1 - Header Two
		2.2 - Header Three
		2.3 - Header Five
		2.4 - Header Seven
		2.5 - Header Eight
	3.  Start Preloader Wrap
	4.  Start Page Header Wrapper
	5.  Start Navigation // Main Menu Style
	6.  Start Search box Wrapper
	7.  Start Mini Cart Wrapper
	8.  Start Left Offside Menu Wrapper
	9.  Off Canvas Main Menu Start
   10.  Start Special Categories Banner
   11.  Start Slider Categories Area
   12.  Products Style Here
   13.  Start Instagram Feed Area
   14.  Start Banner Area // Home3
   15.  Start Banner Area // Home4
   16.  Start Summer Banner Area / index6.html
   17.  Start Testimonial Area
   18.  Start Newsletter Area
   19.  Start We Love Fashion Banner
   20.  Start Header Sale Discount Bar
   21.  Start Single Product Banner
   22.  Start Sidebar Area Wrapper
   23.  Start Footer Section
   24.  Home Page Style Left Fixed Header
   25.  Start Home Banner Wrapper // index13
   26.  Start Latest Blog Area
   27.  Start Blog Page Wrapper
   28.  Start Single Blog Page Wrapper
   29.  Start Shop Page Wrapper
        29.1 - Start Product Filter Item Area
   30.  Start Single Product Page Wrapper
   31.  Start My Account Wrapper
   32.  Start Cart Page Wrapper
   33.  Start Checkout Page Wrapper
   34.  Start Compare Page Wrapper
   35.  Start Tracking Order Page Wrapper
   36.  Start Team Page Wrapper
   36.  Start About Page Wrapper
   36.  Start Contact Page Wrapper
   36.  Start Coming Soon Page Wrapper
   36.  Start FAQ Page Page Wrapper
   36.  Start Contact Page Wrapper
   36.  Start 404 Error Page Wrapper
------------------------------- The End ------------------------------------*/
/*===============================
Typography Style Start
================================*/
html {}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--gold);
  background-color: var(--dark-color);
  -webkit-text-size-adjust: 100%;
}

.container {
  max-width: 1950px;
  min-width: 360px;
}

a {
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}

a:hover,
a:focus {
  color: var(--raspbery);
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  font-family: var(--second-family), sans-serif;
}

h1 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  margin: 0;
  font-size: 35px;
  font-size: clamp(1.25rem, 1.016rem + 1.172vw, 2.188rem);
  font-family: var(--second-family);
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: rgb(171, 0, 51) 2px 3px 1px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

figure {
  margin: 0;
}

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

input,
textarea,
select {
  background-color: var(--dark-color);
  border: 1px solid var(--gold);
  color: var(--gold);
}

input::placeholder,
textarea::placeholder {
  color: var(--gold);
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}

button:active,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn {
  border: none;
  /* -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out; */
  padding: 20px 25px;
  font-size: 1.3rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn i.fa {
  margin-right: 5px;
}

.btn.btn-small {
  padding: 8px 20px;
}

.btn.btn-full {
  width: 100%;
}

.btn.btn-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  line-height: 40px;
  height: 40px;
  width: 40px;
}

.btn.btn-round i.fa {
  padding: 0;
  margin: 0;
}

.btn.btn-semi-round {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.btn.btn-brand {
  background-color: #d25b5b;
  color: #fff;
}

.btn.btn-brand:hover {
  background-color: #b03030;
}

.btn.btn-black {
  background-color: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  transition: background-color .2s ease-in-out, border .2s ease-in-out, color .2s ease-in-out;
}

.btn.btn-black:hover {
  color: var(--dark-color);
  background-color: var(--gold);
}

.btn.btn-transparent {
  background-color: transparent;
  border: 1px solid #d25b5b;
  color: #262626;
}

.btn.btn-transparent:hover {
  background-color: #d25b5b;
  color: #fff;
}

.pro-qty {
  border: 1px solid var(--gold);
  display: inline-block;
  position: relative;
  height: 40px;
  width: 100px;
  margin: 0 auto;
}

.single-product .pro-qty {
  margin-left: 0;
}

.single-product .container-fluid {
  padding: 0;
}

.pro-qty input {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  padding: 0 15px;
  padding-right: 40px;
  outline: none;
  width: 100%;
  border: none;
  height: 100%;
  background-color: var(--dark-color);
  color: var(--gold);
}

.pro-qty a {
  color: var(--gold);
  font-weight: normal;
  font-size: 1.4rem;
  position: absolute;
  text-align: center;
  border-left: 1px solid var(--gold);
  height: 50%;
  right: 0;
  width: 25px;
  line-height: 33px;
}

.pro-qty a:hover {
  color: #d25b5b;
}

.pro-qty a.inc {
  top: 0;
  border-bottom: 1px solid var(--gold);
}

.pro-qty a.dec {
  bottom: 0;
}

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

.quantity input.qty {
  -moz-appearance: textfield;
}

.table-responsive::-webkit-scrollbar-thumb,
.list::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0;
  background-color: var(--gold);
}

.table-responsive::-webkit-scrollbar,
.list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 15px;
  height: 5px;
  background-color: var(--gold-disable);
}

.nice-select {
  border-color: var(--gold);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  float: none;
  height: auto;
  line-height: inherit;
  padding: 8px 30px 8px 15px;
  width: 200px;
}

.nice-select:after {
  border-color: var(--gold);
}

@media only screen and (max-width: 479.98px),
only screen and (max-width: 575.98px) {
  .nice-select {
    width: 160px;
  }
}

.nice-select span.current {
  font-weight: 600;
  font-size: 1.3rem;
}

.nice-select .list {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
}

.nice-select .list .option {
  line-height: 30px;
  min-height: 30px;
}

.custom-checkbox label,
.custom-checkbox .custom-control-label,
.custom-radio label,
.custom-radio .custom-control-label {
  color: var(--gold);
  font-size: 16px;
  line-height: 1;
  padding-left: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 479.98px) {

  .custom-checkbox label,
  .custom-checkbox .custom-control-label,
  .custom-radio label,
  .custom-radio .custom-control-label {
    font-size: 1.3rem;
  }
}

.custom-checkbox label:before,
.custom-checkbox .custom-control-label:before,
.custom-radio label:before,
.custom-radio .custom-control-label:before {
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 15px;
  top: 0;
  width: 15px;
}

.custom-checkbox label:after,
.custom-checkbox .custom-control-label:after,
.custom-radio label:after,
.custom-radio .custom-control-label:after {
  background-size: 10px 10px;
  height: 15px;
  top: 0;
  width: 15px;
}

.custom-checkbox label a,
.custom-checkbox .custom-control-label a,
.custom-radio label a,
.custom-radio .custom-control-label a {
  color: #262626;
  font-weight: 500;
}

.custom-checkbox label a:hover,
.custom-checkbox .custom-control-label a:hover,
.custom-radio label a:hover,
.custom-radio .custom-control-label a:hover {
  color: #d25b5b;
}

.custom-checkbox input,
.custom-checkbox .custom-control-input,
.custom-radio input,
.custom-radio .custom-control-input {
  outline: none;
}

.custom-checkbox input:focus~.custom-control-label:before,
.custom-checkbox input:focus label:before,
.custom-checkbox .custom-control-input:focus~.custom-control-label:before,
.custom-checkbox .custom-control-input:focus label:before,
.custom-radio input:focus~.custom-control-label:before,
.custom-radio input:focus label:before,
.custom-radio .custom-control-input:focus~.custom-control-label:before,
.custom-radio .custom-control-input:focus label:before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.custom-checkbox input:checked~.custom-control-label:before,
.custom-checkbox input:checked label:before,
.custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.custom-checkbox .custom-control-input:checked label:before,
.custom-radio input:checked~.custom-control-label:before,
.custom-radio input:checked label:before,
.custom-radio .custom-control-input:checked~.custom-control-label:before,
.custom-radio .custom-control-input:checked label:before {
  background-color: var(--raspbery);
  border-color: var(--raspbery);
}

.custom-radio label:before,
.custom-radio .custom-control-label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}

.custom-radio label:after,
.custom-radio .custom-control-label:after {
  /* background-position: 1px 1px;
  background-size: 9px 8px;
  left: -13px;
  top: 2px;
  height: 10px;
  width: 10px; */
  background-position: 1px 1px;
  background-size: 9px 8px;
  border-radius: 50%;
  left: -25px;
  top: 3px;
  height: 8px;
  width: 8px;
  transform: translateX(50%);
}

.logo-area a {
  color: #262626;
  line-height: 1;
  font-weight: 700;
}

.cart-item-title {
  font-size: 18px;
  font-weight: 600;
}

fieldset {
  margin-top: 30px;
}

fieldset legend {
  border-bottom: 1px solid var(--gold);
  color: var(--raspbery);
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 10px;
}

.slick-slider {
  margin-bottom: 0;
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}

.slick-slider .slick-slide>div>div,
.slick-slider .slick-slide>div>figure {
  vertical-align: middle;
}

.slick-slider .slick-arrow {
  height: 60px;
  width: 40px;
  padding: 0;
  cursor: pointer;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  color: #d25b5b;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
}

.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.slick-slider .slick-arrow:hover {
  background-color: #d25b5b;
  color: #fff;
}

.slick-slider .slick-arrow * {
  margin: 0;
}

.slick-slider .slick-dots {
  margin-top: 35px;
  text-align: center;
  line-height: 1;
}

.slick-slider .slick-dots li {
  border: 1px solid #D4D4D4;
  background-color: #D4D4D4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  margin-right: 10px;
  height: 12px;
  width: 12px;
}

.slick-slider .slick-dots li:hover,
.slick-slider .slick-dots li.slick-active {
  background-color: #262626;
  border-color: #262626;
}

.slick-slider .slick-dots li button {
  display: none;
}

.slick-slider.slick-vertical .slick-arrow {
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slick-slider.slick-vertical .slick-arrow.slick-prev {
  top: auto;
  bottom: 10px;
}

.slick-slider img {
  width: 100%;
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
}

::-moz-selection {
  color: #fff;
  background: #d25b5b;
}

::selection {
  color: #fff;
  background: #d25b5b;
}

#quickViewModal.modal {
  display: block !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
  z-index: -99;
}

#quickViewModal.modal.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  z-index: 9999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
}

#quickViewModal.modal .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#quickViewModal.modal .modal-dialog {
  max-width: 1140px;
}

#quickViewModal.modal .modal-dialog .modal-body {
  padding: 0 30px 0 0;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #quickViewModal.modal .modal-dialog .modal-body {
    padding: 15px;
  }
}

#quickViewModal.modal .modal-dialog .close {
  background-color: #262626;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  #quickViewModal.modal .modal-dialog .close {
    left: auto;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  #quickViewModal.modal .modal-dialog .close {
    top: auto;
    bottom: 100%;
  }
}

.container-fluid {
  padding: 0 80px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.veeraModal.mfp-wrap .mfp-container {
  padding: 0;
}

.veeraModal.mfp-wrap .mfp-container .mfp-content {
  padding: 0;
  width: auto;
}

.veeraModal .mfp-close {
  font-size: 5rem;
  line-height: 1;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  position: absolute;
  top: 30px;
  right: 50px;
  color: var(--raspbery);
}

.veeraModal .mfp-close:hover {
  color: var(--gold);
}

@media only screen and (max-width: 767.98px) {
  .veeraModal .mfp-close {
    top: 5px;
    right: 5px;
    font-size: 4rem;
  }
}

.page-padding {
  padding: 90px 0;
}

.section-title-wrap {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #8d8d8d;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767.98px) {
  .section-title-wrap {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-title-wrap {
    margin-bottom: 40px;
  }
}

.section-title-wrap h2 {
  font-size: 3.6rem;
  line-height: 1;

  font-weight: 400;
  margin-top: -5px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 32px;
}

@media only screen and (max-width: 767.98px) {
  .section-title-wrap h2 {
    font-size: 3rem;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-title-wrap h2 {
    padding-bottom: 20px;
  }
}

.section-title-wrap h2:before {
  background-color: var(--raspbery);
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 90px;
}

.section-title-wrap p {
  margin-bottom: 0;
}

.section-title-wrap.style-two {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 68px;
}

@media only screen and (max-width: 767.98px) {
  .section-title-wrap.style-two {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-title-wrap.style-two {
    margin-bottom: 38px;
  }
}

.section-title-wrap.style-two h2 {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  padding-bottom: 17px;
}

@media only screen and (max-width: 575.98px) {
  .section-title-wrap.style-two h2 {
    font-size: 3.5rem;
  }
}

.section-title-wrap.style-two h2:before {
  display: none;
}

.section-title-wrap.style-three h2 {
  font-family: "Playfair Display", serif;
  font-size: 3.6rem;
  padding-bottom: 30px;
}

.tooltip .tooltip-inner {
  font-size: 1.3rem;
  line-height: 1;
  text-shadow: none;
  padding: 8px 15px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

a.added_to_cart.wc-forward {
  font-size: 14px;
  color: #333;
}

.add_to_cart_button.loading {
  overflow: hidden;
  background-color: #262626 !important;
  background-size: 20px;
  text-indent: 500%;
  white-space: nowrap;
  overflow: hidden;
  /* text-indent:-9999px; */
  background-image: url('../img/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
}

.page-pagination ul {
  line-height: 1;
}

.page-pagination ul li {
  margin: 0 5px;
}

.page-pagination ul li a,
.page-pagination ul li span {
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #848484;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 40px;
}

.page-pagination ul li a [class*="dl-icon"] {
  vertical-align: middle;
}

.page-pagination ul li span {
  border-color: #e7e7e7;
  color: #000;
}


.page-pagination ul li a.active {
  border-color: #e7e7e7;
  color: #000;
}

.no-margin {
  margin-top: 0 !important;
}

.no-margin [class*="col-"]>div {
  margin: 0 !important;
}

.video-popup .mfp-close {
  background-color: #262626;
  color: #fff !important;
  text-align: center;
  padding: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  top: 0;
  left: 100%;
  right: auto;
  line-height: 60px;
  height: 60px;
  width: 60px;
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  z-index: 1;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .video-popup .mfp-close {
    bottom: 100%;
    left: auto;
    right: 0;
    top: auto;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
}

/*===========================
Start Header Area
==============================*/
.header-content-wrapper {
  padding: 30px 0;
  position: relative;
}

.header-content-wrapper .header-left-area,
.header-content-wrapper .header-right-area {
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {

  .header-content-wrapper .header-left-area,
  .header-content-wrapper .header-right-area {
    width: 50%;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.header-content-wrapper .header-mainmenu-area {
  -webkit-box-flex: 0 0 60%;
  -moz-box-flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}

.header-content-wrapper button {
  background-color: transparent;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}

.header-content-wrapper button.menu-icon-bar {
  font-size: 2.6rem;
  margin-left: 30px;
}

@media only screen and (max-width: 767.98px) {
  .header-content-wrapper button.menu-icon-bar {
    margin-left: 15px;
  }
}

.header-content-wrapper button.menu-icon-bar:hover {
  color: #d25b5b;
}

.header-content-wrapper .menu-icon-wrap {
  height: 26px;
}

@media only screen and (max-width: 767.98px) {
  .logo-area {
    max-width: 90px;
  }
}

.header-right-area button {
  font-size: 1.6rem;
  line-height: 1;
}

.header-right-area button:hover {
  color: #d25b5b;
}

.header-right-area .user-area {
  margin: 0 25px;
}

.header-right-area .user-area li .sub-menu {
  width: 200px;
  padding: 30px;
  margin-top: 30px;
  left: auto;
  right: -15px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-right-area .user-area li .sub-menu {
    padding: 15px;
    width: 150px;
  }
}

.header-right-area .user-area li .sub-menu:after {
  content: '';
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 100%;
}

.header-right-area .user-area li .sub-menu li {
  margin-bottom: 20px;
}

.header-right-area .user-area li .sub-menu li:last-child {
  margin-bottom: 0;
}

.header-right-area .user-area li .sub-menu li a {
  color: #8d8d8d;
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
}

.header-right-area .user-area li .sub-menu li a:hover {
  color: #d25b5b;
}

.header-right-area .user-area li.menu-item-has-children:hover button {
  color: #d25b5b;
}

.header-right-area .mini-cart-icon {
  position: relative;
}

.header-right-area .mini-cart-icon .cart-count {
  background-color: var(--red);
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 15px;
  display: block;
  position: absolute;
  top: -15px;
  left: 2px;
  padding: 1px 5px;
}

.sticky-header {
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}

.sticky-header.fixedHeader {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 992;
  animation: slideInDown 0.7s both;
}

.preheader-area-wrapper {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 24px 0;
}

.preheader-area-wrapper a {
  color: #262626;
}

.preheader-area-wrapper a:hover {
  color: #d25b5b;
}

.preheader-area-wrapper a i.fa {
  font-size: 1.6rem;
  vertical-align: middle;
  margin-right: 5px;
}

.preheader-left-area a {
  margin-right: 20px;
}

@media only screen and (max-width: 479.98px) {
  .preheader-left-area a {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.preheader-left-area a:last-child {
  margin: 0;
}

.preheader-middle-area {
  color: #d25b5b;
}

.preheader-right-area button {
  position: relative;
  margin-left: 20px;
}

.preheader-right-area button:hover,
.preheader-right-area button:focus {
  color: #d25b5b;
  border: none;
}

.preheader-right-area button:before {
  font-family: "FontAwesome";
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  float: left;
}

.preheader-right-area button.language-switch-btn:before {
  content: '\f0ac';
}

.preheader-right-area button.currency-switch-btn:before {
  content: '\f155';
}

.preheader-right-area button.myaccount-switch-btn:before {
  content: '\f2c0';
}

.preheader-right-area .switcher .sub-menu {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  margin-top: 15px;
}

.preheader-right-area .switcher .sub-menu:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 15px;
  width: 100%;
}

.preheader-right-area .switcher .sub-menu li {
  margin-bottom: 15px;
}

.preheader-right-area .switcher .sub-menu li:last-child {
  margin-bottom: 0;
}

.preheader-right-area .switcher .sub-menu li a {
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
}

.search-box-wrap form {
  position: relative;
}

.search-box-wrap form input[type='search'] {
  border: none;
  border-bottom: 1px solid #737373;
  padding: 5px 20px 8px 0;
  font-size: 1.3rem;
  line-height: 1.5;
  outline: none;
  display: block;
  width: 100%;
}

.search-box-wrap form input[type='search']:focus {
  border-bottom-color: #d25b5b;
}

.search-box-wrap form .srch-btn {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1.3rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*==================
Header Two
=====================*/
.header-two .headroom.headroom--not-top.headroom--pinned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header-two .header-left-area .menu-icon-wrap {
  height: auto;
  line-height: 1;
}

.header-two .header-left-area .menu-icon-wrap button {
  font-size: 1.6rem;
  margin: 0;
}

.header-two #mainmenu-wrap .mainmenu li a {
  font-weight: 400;
}

/*==================
Header Three
=====================*/
.header-three {
  padding: 10px 0;
}

@media only screen and (max-width: 767.98px) {
  .header-three {
    padding: 0;
  }
}

.header-three .header-content-wrapper .header-left-area,
.header-three .header-content-wrapper .header-right-area {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {

  .header-three .header-content-wrapper .header-left-area,
  .header-three .header-content-wrapper .header-right-area {
    width: 50%;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.header-three .header-mainmenu-area {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 47%;
}

.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu {
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -ms-flex-pack: flex-start !important;
}

.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu>li:first-child {
  padding-left: 0;
}

.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu>li:first-child a {
  padding-left: 0;
}

.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu>li:first-child a.current:before {
  left: 0;
  width: calc(100% - 15px);
}

.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu>li.mega-fullwidth .mega-menu-wrap.sub-menu {
  left: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu>li.mega-fullwidth:hover .mega-menu-wrap.sub-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu>li>a {
  font-size: 1.6rem;
}

/*==================
Header Five
=====================*/
.header-five .preheader-area-wrapper {
  border-bottom: 1px solid #F9F9F9;
  padding: 10px 0;
}

.header-five .preheader-area-wrapper .preheader-left-area a {
  color: #8d8d8d;
  font-size: 1.2rem;
}

.header-five .preheader-area-wrapper .preheader-left-area a i.fa {
  margin-top: -2px;
}

.header-five .preheader-area-wrapper .preheader-left-area a:hover {
  color: #d25b5b;
}

.header-five .preheader-area-wrapper .preheader-right-area {
  color: #8d8d8d;
  font-size: 1.2rem;
}

.header-five .preheader-area-wrapper .preheader-right-area button {
  color: #8d8d8d;
}

@media only screen and (max-width: 479.98px) {
  .header-five .preheader-area-wrapper .preheader-right-area button {
    margin-left: 10px;
  }
}

.header-five .preheader-area-wrapper .preheader-right-area button:before {
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 479.98px) {
  .header-five .preheader-area-wrapper .preheader-right-area button:before {
    margin-right: 4px;
  }
}

.header-five .preheader-area-wrapper .preheader-right-area button:hover {
  color: #d25b5b;
}

.header-five .preheader-area-wrapper .preheader-right-area .switcher .sub-menu {
  left: auto;
  right: 0;
}

.header-five .preheader-area-wrapper .preheader-right-area .switcher .sub-menu li {
  margin-bottom: 20px;
}

.header-five .preheader-area-wrapper .preheader-right-area .switcher .sub-menu li:last-child {
  margin-bottom: 0;
}

.header-five .preheader-area-wrapper .preheader-right-area .switcher.myaccount-switcher .myaccount-switch-btn {
  margin-left: 0;
}

.header-five .preheader-area-wrapper .preheader-right-area .switcher.myaccount-switcher .sub-menu {
  white-space: nowrap;
  text-align: left;
  padding: 30px;
  width: 200px;
  left: 0;
  right: auto;
}

.header-five .header-five-middle-area {
  padding: 48px 0 15px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-five .header-five-middle-area {
    padding: 20px 0 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-five .header-five-middle-area {
    padding: 25px 0;
  }
}

.header-five .header-five-middle-area .minicart-button-content {
  font-size: 1.3rem;
}

.header-five .header-five-middle-area .minicart-button-content button {
  line-height: 24px;
}

.header-five .header-five-middle-area .minicart-button-content button:hover {
  color: #d25b5b;
}

.header-five .header-five-middle-area .minicart-button-content button i[class*="dl-icon-"] {
  font-size: 2.4rem;
  vertical-align: text-bottom;
  line-height: 1;
  margin-right: 5px;
}

.header-five .header-five-middle-area .minicart-button-content .slicknav_menu {
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .header-five .header-five-middle-area .minicart-button-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
}

@media only screen and (max-width: 479.98px) {
  .header-five .header-five-middle-area .minicart-button-content {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

@media only screen and (max-width: 479.98px) {
  .header-five .header-five-middle-area [class^="col-6"] {
    max-width: 100%;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center !important;
  }

  .header-five .header-five-middle-area [class^="col-6"] .logo-area {
    margin-bottom: 20px;
    display: block;
  }
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-five .header-five-middle-area [class^="col-"]:last-child {
    position: static;
  }
}

.header-five .header-five-middle-area .slicknav_menu .slicknav_nav {
  top: calc(100% - 50px);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-five .header-five-middle-area .slicknav_menu .slicknav_nav {
    top: calc(100% - 0px);
  }
}

.header-five .navigation-area-wrapper {
  padding: 30px 0;
}

.header-five .navigation-area-wrapper #mainmenu-wrap .mainmenu li a {
  font-weight: 400;
}

.header-five .navigation-area-wrapper #mainmenu-wrap .mainmenu li.mega-fullwidth .sub-menu.mega-menu-wrap {
  margin-top: 30px !important;
}

.header-five .logo-area {
  margin: auto;
}

/*==================
Header Seven
=====================*/
.header-seven {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
  -moz-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
  box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 350px;
  z-index: 99;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-seven {
    width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .header-seven {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    height: auto;
    width: auto;
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .header-seven .header-content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.header-seven .header-content-wrap .header-right-area .user-area .sub-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.header-seven .header-content-wrap .header-right-area .user-area .sub-menu:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 1200px) {
  .header-seven .logo-area {
    margin: auto;
  }
}

.header-seven .slicknav_menu {
  text-align: left;
}

/*==================
Header Eight
=====================*/
.header-eight .preheader-area-wrapper {
  padding: 20px 0;
  font-size: 1.2rem;
}

.header-eight .preheader-area-wrapper i.fa,
.header-eight .preheader-area-wrapper [class*="dl-icon-"] {
  font-size: 1.3rem;
}

.header-eight .preheader-area-wrapper .switcher button:before {
  font-size: 1.3rem;
}

.header-eight .header-five-middle-area {
  padding: 26px 0 40px;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .header-eight .header-five-middle-area {
    padding: 10px 0 30px;
  }
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-eight .header-five-middle-area [class^="col-"]:last-child {
    position: static;
  }
}

.header-eight .header-five-middle-area .slicknav_menu .slicknav_nav {
  top: calc(100% - 70px);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-eight .header-five-middle-area .slicknav_menu .slicknav_nav {
    top: calc(100% - 30px);
  }
}

.header-eight .navigation-area-wrapper {
  background-color: #262626;
  padding: 20px 0;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper {
  line-height: 1;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn {
  color: #fff;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn span {
  padding-left: 10px;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn span,
.header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn i {
  vertical-align: middle;
  display: table-cell;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu>li {
  padding: 0;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu>li>.sub-menu {
  width: 100%;
  margin-top: 25px;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu>li>.sub-menu>li {
  margin-bottom: 30px;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu>li>.sub-menu>li:last-child {
  margin-bottom: 0;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu>li>.sub-menu>li>a {
  font-size: 1.4rem;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu>li>.sub-menu>li>a:after {
  display: none;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu>li>.sub-menu>li .sub-menu li {
  margin-bottom: 20px;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu>li>.sub-menu>li .sub-menu li:last-child {
  margin-bottom: 0;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu>li>.sub-menu>li .sub-menu.mega-menu-wrap .mega-item-title {
  margin-bottom: 25px;
}

.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu>li>.sub-menu>li:hover>a {
  color: #d25b5b;
}

.header-eight .navigation-area-wrapper #mainmenu-wrap .mainmenu {
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -ms-flex-pack: flex-start !important;
}

.header-eight .navigation-area-wrapper #mainmenu-wrap .mainmenu>li>a {
  color: #fff;
  font-weight: 400;
}

.header-eight .navigation-area-wrapper #mainmenu-wrap .mainmenu>li .sub-menu {
  margin-top: 20px !important;
}

/*===============================
Start Preloader Wrap
================================*/
.preloader-active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
}

.preloader-active .preloader-area-wrap {
  background-color: #fff;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999999;
}

.preloader-active .preloader-area-wrap .spinner div {
  background-color: #d25b5b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preloader-active .preloader-area-wrap .spinner div.bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.preloader-active .preloader-area-wrap .spinner div.bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.preloader-area-wrap {
  display: none;
}

/*===============================
Start Page Header Wrapper
================================*/
.page-header-wrapper {
  position: relative;
  background-color: var(--dark-color);
  padding: 0;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .page-header-wrapper {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .page-header-wrapper {
    padding: 50px 0;
  }
}

.page-header-wrapper .page-header-content {
  /* position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%);
  min-width: 200px; */
}

.page-header-content h2 {
  font-weight: 400;
  font-size: 3.6rem;
  margin-top: -7px;
}

@media only screen and (max-width: 575.98px) {
  .page-header-wrapper .page-header-content h2 {
    font-size: 2.2rem;
  }
}

.page-header-content .page-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;

}

.page-breadcrumb ul {
  padding: 10px 15px;
  border-radius: 15px;
  background-color: var(--dark-color);
}

.page-breadcrumb ul li {
  position: relative;
  font-size: 18px;
}

.page-header-content .page-breadcrumb ul li:after {
  content: "/";
  font-size: 1rem;
  margin: 0 10px;
  color: var(--gold);
}

.page-header-content .page-breadcrumb ul li:last-child:after {
  display: none;
}

.page-header-content .page-breadcrumb ul li a {
  color: var(--gold);
  font-weight: 600;
}

.page-header-content .page-breadcrumb ul li a:hover,
.page-header-content .page-breadcrumb ul li a.active {
  color: var(--raspbery);
}

.page-header-content .page-breadcrumb ul li a.active {
  pointer-events: none;
}

.hage-header-h1 {
  display: inline;
  color: var(--gold);
  text-shadow: none;
  font-size: clamp(1.875rem, 1.804rem + 0.314vw, 2.188rem);
}

.container.page-header-container {
  position: relative;
  padding: 0;
}

.container.page-header-container .row {
  /* position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 400px;
  padding: 0; */
}

.page-header-wrapper.layout-two {
  background-image: url(../img/my-account-bgtitle.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-header-wrapper.layout-two .page-header-content h2 {
  color: #fff;
}

.page-header-wrapper.layout-two .page-header-content .page-breadcrumb {
  color: #fff;
}

.page-header-wrapper.layout-two .page-header-content .page-breadcrumb a {
  color: #fff;
}

.page-header-wrapper.layout-two .page-header-content .page-breadcrumb a.active {
  color: #fff;
}

.sub-menu,
.dropdown-nav {
  background-color: var(--dark-color);
  -webkit-box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
  -moz-box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
  box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  top: 100%;
  left: 0;
  width: 220px;
  z-index: 999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}

.sub-menu.mega-menu-wrap {
  width: auto;
}

.menu-item-has-children,
.dropdown-show {
  position: relative;
}

.menu-item-has-children:hover>.sub-menu,
.dropdown-show:hover>.dropdown-nav {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

.menu-item-has-children:hover .arrow-toggle:after,
.dropdown-show:hover .arrow-toggle:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-toggle {
  position: relative;
}

.arrow-toggle:after {
  content: '\f107';
  font-family: "FontAwesome";
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: 0.1s 0.2s ease-out;
  -moz-transition: 0.1s 0.2s ease-out;
  -o-transition: 0.1s 0.2s ease-out;
  transition: 0.1s 0.2s ease-out;
}

/*============================================
 Start Navigation // Main Menu Style
=============================================*/
.mainmenu>li {
  padding: 0 10px;
}

.mainmenu>li>a {
  font-size: 1.6rem;
  color: #262626;
  line-height: 1;
  font-weight: 700;
  display: block;
  padding: 5px 15px;
  position: relative;
}

.mainmenu li.current-menu-item>a {
  color: #d25b5b;
}

.mainmenu li.current-menu-item>a:before {
  background-color: #d25b5b;
  content: '';
  position: absolute;
  left: 15px;
  bottom: 2px;
  height: 2.5px;
  width: calc(100% - 30px);
}

.mainmenu>li:hover>a {
  color: #d25b5b;
}

.mainmenu>li .sub-menu,
.mainmenu>li .dropdown-nav {
  padding: 30px 0;
  margin-top: 30px;
}

.mainmenu>li .sub-menu:after,
.mainmenu>li .dropdown-nav:after {
  content: '';
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 100%;
}

.mainmenu>li .sub-menu li,
.mainmenu>li .dropdown-nav li {
  padding: 0 30px;
  margin-bottom: 10px;
  cursor: pointer;
}

.mainmenu>li .sub-menu li:last-child,
.mainmenu>li .dropdown-nav li:last-child {
  margin-bottom: 0;
}

.mainmenu>li .sub-menu li a,
.mainmenu>li .dropdown-nav li a {
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 0;
}

.mainmenu>li .sub-menu li a:before {
  content: "";
  border-top: 1px solid #262626;
  right: 0;
  left: auto;
  width: 0;
  position: absolute;
  -webkit-transition: width 300ms ease-out;
  -moz-transition: width 300ms ease-out;
  -o-transition: width 300ms ease-out;
  transition: width 300ms ease-out;
  bottom: 0;
}

.mainmenu>li .sub-menu li:hover>a {
  color: #262626;
}

.mainmenu>li .sub-menu li:hover>a:before {
  left: 0;
  right: auto;
  width: 100%;
}

.mainmenu>li .sub-menu li .sub-menu {
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  left: 100%;
  top: -20px;
  margin-top: 0;
}

.mainmenu>li .sub-menu li .sub-menu li a:after {
  display: none;
}

.mainmenu>li .sub-menu li.menu-item-has-children:hover .sub-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mega-menu-wrap {
  white-space: nowrap;
}

.mega-menu-wrap .mega-menu-item {
  margin-bottom: 0 !important;
}

.mega-menu-wrap .mega-menu-item a.mega-item-title {
  margin-bottom: 10px;
  font-weight: 700 !important;
  color: #262626 !important;
  font-size: 13px !important;
}

.mega-menu-wrap .mega-menu-item ul li {
  padding: 0 !important;
}

.mega-fullwidth {
  position: static;
}

.mega-fullwidth .mega-menu-wrap {
  background-image: url(../img/menu-shop-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 1140px;
  width: 100%;
}

.mega-fullwidth .mega-menu-wrap.sub-menu {
  margin-top: 0 !important;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
  -moz-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  -webkit-transform: translate(-50%, 20px);
  -moz-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
}

.mega-fullwidth:hover .sub-menu {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.main-menu-list {
  margin-top: 70px;
}

.main-menu-list ul.mainmenu>li {
  margin-bottom: 35px;
}

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

.main-menu-list ul.mainmenu>li>a {
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
}

.main-menu-list ul.mainmenu>li .sub-menu {
  left: 100%;
  top: 0;
  margin-top: -30px;
  text-align: left;
}

.main-menu-list ul.mainmenu>li .sub-menu li a {
  font-size: 1.4rem;
}

.main-menu-list ul.mainmenu>li.mega-fullwidth {
  position: relative;
}

.main-menu-list ul.mainmenu>li.mega-fullwidth .mega-menu-wrap.sub-menu {
  background-color: #fff;
  margin-top: -30px !important;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  width: auto;
  background-image: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu-list ul.mainmenu>li.mega-fullwidth .mega-menu-wrap.sub-menu {
    padding: 20px 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu-list ul.mainmenu>li.mega-fullwidth .mega-menu-wrap.sub-menu .mega-menu-item {
    padding: 0 10px;
  }

  .main-menu-list ul.mainmenu>li.mega-fullwidth .mega-menu-wrap.sub-menu .mega-menu-item ul li a {
    font-size: 1.2rem;
  }
}

.main-menu-list ul.mainmenu>li.mega-fullwidth:hover .sub-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slicknav_menu {
  background-color: transparent;
  left: 0;
  padding: 0;
  top: 0;
  display: none;
  order: 3;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .slicknav_menu {
    display: block;
  }
}

.slicknav_menu .slicknav_btn {
  background-color: transparent;
  color: #262626;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
  margin-left: 25px;
  padding: 0;
}

.slicknav_menu .slicknav_btn .slicknav_icon {
  display: none;
}

.slicknav_menu .slicknav_btn .slicknav_menutxt {
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 400;
  color: #262626;
  font-size: 1.6rem;
}

.slicknav_menu .slicknav_btn .slicknav_menutxt span,
.slicknav_menu .slicknav_btn .slicknav_menutxt i {
  vertical-align: middle;
  display: table-cell;
}

.slicknav_menu .slicknav_nav {
  background-color: #262626;
  left: 0;
  position: absolute;
  padding: 0;
  top: calc(100% + 0px);
  width: 100%;
  max-height: 300px;
  overflow: auto;
  z-index: 97;
}

.slicknav_menu .slicknav_nav li a {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 40px 0 20px;
  margin: 0;
  display: block;
  position: relative;
  line-height: 45px;
}

.slicknav_menu .slicknav_nav li a:hover,
.slicknav_menu .slicknav_nav li a:focus,
.slicknav_menu .slicknav_nav li a:active {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #d25b5b;
}

.slicknav_menu .slicknav_nav li a .slicknav_arrow {
  border-left: 1px solid #dfdfdf;
  margin-left: 0;
  font-size: 2.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 40px;
}

.slicknav_menu .slicknav_nav li .slicknav_row {
  border-bottom: 0;
  padding: 0;
}

.slicknav_menu .slicknav_nav li ul {
  margin: 0;
  background-color: #000;
}

.slicknav_menu .slicknav_nav li ul ul {
  background-color: #333333;
}

/*=============================
Start Search box Wrapper
================================*/
.modalSearchBox {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1040;
  transition: 0.5s;
}

.modalSearchBox .modaloverlay {
  background-color: white;
  cursor: url("../img/icons/cancel.png"), auto;
  height: 100vw;
  -webkit-transform: scale(0) translate(0);
  -moz-transform: scale(0) translate(0);
  -ms-transform: scale(0) translate(0);
  transform: scale(0) translate(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  transition: 0.5s;
  position: absolute;
  right: -50vw;
  top: -50vw;
  width: 100vw;
  z-index: 10;
}

.modalSearchBox.modalOpen {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  pointer-events: visible;
}

.modalSearchBox.modalOpen .modaloverlay {
  -webkit-transform: scale(2.5) translate(-25%, 25%);
  -moz-transform: scale(2.5) translate(-25%, 25%);
  -ms-transform: scale(2.5) translate(-25%, 25%);
  transform: scale(2.5) translate(-25%, 25%);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.modalSearchBox.modalOpen .search-box-wrapper {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
  transition-delay: 0.6s;
}

.modalSearchBox .search-box-wrapper {
  -webkit-transform: translate(-50%, 100px);
  -moz-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  left: 50%;
  text-align: center;
  top: 50%;
  transition-delay: 0s;
  -webkit-transition: 0s 0.2s ease-out;
  -moz-transition: 0s 0.2s ease-out;
  -o-transition: 0s 0.2s ease-out;
  transition: 0s 0.2s ease-out;
  position: absolute;
  max-width: 800px;
  width: 100%;
  z-index: 1100;
  padding: 0 20px;
}

.modalSearchBox .search-box-wrapper p {
  margin: 0;
  font-weight: 300;
  font-size: 1.8rem;
  color: black;
}

@media only screen and (max-width: 767.98px) {
  .modalSearchBox .search-box-wrapper p {
    font-size: 1.4rem;
  }
}

.modalSearchBox .search-box-wrapper .search-box-form {
  margin-top: 30px;
}

.modalSearchBox .search-box-wrapper .search-box-form form {
  position: relative;
}

.modalSearchBox .search-box-wrapper .search-box-form form input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid black;
  font-size: 3rem;
  font-weight: 300;
  display: block;
  outline: none;
  text-align: center;
  padding: 10px 70px 10px 10px;
  width: 100%;
  color: black;
}

.modalSearchBox .search-box-wrapper .search-box-form form input::placeholder {
  color: black;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.modalSearchBox .search-box-wrapper .search-box-form form input::-moz-placeholder {
  color: black;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 767.98px) {
  .modalSearchBox .search-box-wrapper .search-box-form form input {
    font-size: 2rem;
  }
}

.modalSearchBox .search-box-wrapper .search-box-form form button.btn-search {
  font-size: 3rem;
  position: absolute;
  right: 2px;
  top: 0;
  height: 100%;
  color: black;
}

/*===============================
Start Mini Cart Wrapper
================================*/
.modal-minicart {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.modal-minicart .minicart-content-wrap {
  background-color: var(--dark-color);
  max-width: 420px;
  padding: 100px 50px 50px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media only screen and (max-width: 767.98px) {
  .modal-minicart .minicart-content-wrap {
    overflow: auto;
  }
}

.modal-minicart .minicart-content-wrap h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 40px;
}

.mfp-ready .modal-minicart {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.minicart-product-list {
  overflow: auto;
  margin-right: -70px;
  padding-right: 70px;
}

@media only screen and (max-width: 767.98px) {
  .minicart-product-list {
    padding-right: 10px;
    margin-right: -10px;
  }
}

.minicart-product-list .single-product-item {
  position: relative;
  margin-bottom: 30px;
  padding-right: 25px;
}

.minicart-product-list .single-product-item:last-child {
  margin-bottom: 0;
}

.minicart-product-list .single-product-item .product-thumb {
  max-width: 70px;
  -webkit-box-flex: 0 0 70px;
  -moz-box-flex: 0 0 70px;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 20px;
}

.minicart-product-list .single-product-item .product-details {
  margin-top: 10px;
}

.minicart-product-list .single-product-item .product-details .product-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}

.minicart-product-list .single-product-item .product-details .product-title a {
  color: #262626;
  color: var(--gold);
}

.minicart-product-list .single-product-item .product-details .product-title a:hover {
  color: #d25b5b;
}

.minicart-product-list .single-product-item .product-details .prod-cal {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}

.minicart-product-list .single-product-item .product-details .prod-cal .multiplication {
  margin: 0 5px;
}

.minicart-product-list .single-product-item .remove-icon {
  font-size: 2rem;
  color: var(--raspbery);
  position: absolute;
  right: 0;
  top: 5px;
}

.minicart-product-list .single-product-item .remove-icon:hover {
  color: var(--gold);
}

.minicart-calculation-wrap {
  margin-top: 38px;
}

.minicart-calculation-wrap .cal-title {
  font-size: 1.3rem;
}

.minicart-calculation-wrap .cal-amount {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .minicart-btn-group {
    margin-bottom: 50px;
  }
}

.minicart-btn-group .btn {
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .minicart-btn-group .btn {
    display: inline-block;
    padding: 10px 22px;
  }

  .minicart-btn-group .btn:last-child {
    margin-top: 0 !important;
  }
}

/*==================================
Start Left Offside Menu Wrapper
===================================*/
.modalLeftOffside {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.modalLeftOffside .leftoffside-content-wrap {
  background-color: #fff;
  max-width: 420px;
  padding: 100px 50px 50px;
  height: 100vh;
  overflow: auto;
}

.mfp-ready .modalLeftOffside {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.offside-menu ul.left-offsidemenu li {
  margin-bottom: 35px;
}

.offside-menu ul.left-offsidemenu li:last-child {
  margin-bottom: 0;
}

.offside-menu ul.left-offsidemenu li a {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #262626;
}

.offside-menu ul.left-offsidemenu li a:hover {
  color: #d25b5b;
}

.offside-text {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 80px;
}

.offside-text img {
  margin-bottom: 10px;
}

.offside-text a {
  display: block;
  color: #262626;
  margin-bottom: 5px;
}

.offside-text a:hover {
  color: #d25b5b;
}

.offset-menu-footer {
  margin-top: 10px;
}

.offset-menu-footer .social-icons {
  margin: 15px 0 25px;
}

.offset-menu-footer .social-icons a {
  margin-right: 20px;
}

.offset-menu-footer .copyright {
  font-size: 1.1rem;
}

/*===========================
Off Canvas Main Menu Start
============================*/
.offcanvas-mainmenu-wrapper .mainmenu {
  display: none;
}

.offcanvas-mainmenu-wrapper .slicknav_menu {
  display: block;
}

.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_btn {
  display: none;
}

.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav {
  background-color: transparent;
  display: block !important;
  position: static;
  max-height: 100%;
  width: 250px;
}

@media only screen and (max-width: 479.98px) {
  .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav {
    width: 200px;
  }
}

.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li a {
  color: #262626;
  border: none;
  font-weight: 700;
  font-size: 1.8rem;
}

.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li a:hover {
  color: #d25b5b;
}

.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li a .slicknav_arrow {
  border: none;
  font-weight: 300;
  font-size: 1.6rem;
  color: #000;
}

.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li ul {
  background-color: transparent;
  margin-left: 15px;
}

.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li ul li a {
  font-weight: 400;
  font-size: 1.4rem;
}

.slider-area-wrapper {
  overflow: hidden;
}

.slider-area-wrapper .tp-caption.LA-BTN-OUTLINE-Black,
.slider-area-wrapper .LA-BTN-OUTLINE-Black {
  color: #262626;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  background-color: rgba(38, 38, 38, 0);
  border: 2px solid #262626;
}

.slider-area-wrapper .tp-caption.LA-BTN-OUTLINE-Black:hover,
.slider-area-wrapper .LA-BTN-OUTLINE-Black:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #262626;
  border: 2px solid #262626;
  cursor: pointer;
}

/*=============================
Home 1 Revolution Slider Css
===============================*/
#rev_slider_home1 .larev-dot.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

#rev_slider_home1 .larev-dot.tp-bullets .tp-bullet {
  width: 10px;
  height: 10px;
  position: absolute;
  background: #d4d4d4;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

#rev_slider_home1 .larev-dot.tp-bullets .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
}

#rev_slider_home1 .larev-dot.tp-bullets .tp-bullet.selected:hover .tp-bullet-title {
  background: #262626;
}

#rev_slider_home1 .larev-dot.tp-bullets .tp-bullet:hover,
#rev_slider_home1 .larev-dot.tp-bullets .tp-bullet.selected {
  background: #262626;
}

#rev_slider_home1 .larev-dot .tp-bullet-title {
  position: absolute;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 600;
  right: 27px;
  top: -4px;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap;
}

#rev_slider_home1 .larev-dot .tp-bullet-title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  position: absolute;
  right: -10px;
  top: 0;
}

/*=========================================
Home 2, 3 and 7 Revolution Slider Css
=============================================*/
#rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet,
#rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet,
#rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet {
  width: 30px;
  padding-bottom: 13px;
  background: none;
  text-align: right;
  border-bottom: 2px solid rgba(38, 38, 38, 0.2);
}

#rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet .tp-bullet-title,
#rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet .tp-bullet-title,
#rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet .tp-bullet-title {
  color: rgba(38, 38, 38, 0.2);
  font-size: 12px;
  opacity: 0;
  position: relative;
  top: -5px;
}

#rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet.selected,
#rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet.selected,
#rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet.selected {
  border-bottom-color: #262626;
  width: 50px;
  right: 0;
  left: auto !important;
}

#rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet.selected .tp-bullet-title,
#rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet.selected .tp-bullet-title,
#rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet.selected .tp-bullet-title {
  color: #262626;
  opacity: 1;
}

/*=========================================
Home 4, 6, 8, 9 and 15 Revolution Slider Css
==============================================*/
#rev_slider_home_4 .tparrows,
#rev_slider_home_6 .tparrows,
#rev_slider_home_8 .tparrows,
#rev_slider_home_9 .tparrows,
#rev_slider_home_15 .tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}

#rev_slider_home_4 .tparrows:before,
#rev_slider_home_6 .tparrows:before,
#rev_slider_home_8 .tparrows:before,
#rev_slider_home_9 .tparrows:before,
#rev_slider_home_15 .tparrows:before {
  font-family: "FontAwesome";
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_home_4 .tparrows.tp-leftarrow:before,
#rev_slider_home_6 .tparrows.tp-leftarrow:before,
#rev_slider_home_8 .tparrows.tp-leftarrow:before,
#rev_slider_home_9 .tparrows.tp-leftarrow:before,
#rev_slider_home_15 .tparrows.tp-leftarrow:before {
  content: '\f104';
}

#rev_slider_home_4 .tparrows.tp-rightarrow:before,
#rev_slider_home_6 .tparrows.tp-rightarrow:before,
#rev_slider_home_8 .tparrows.tp-rightarrow:before,
#rev_slider_home_9 .tparrows.tp-rightarrow:before,
#rev_slider_home_15 .tparrows.tp-rightarrow:before {
  content: '\f105';
}

/*===============================
Start Special Categories Banner
================================*/
.special-category-banner .special-category-header {
  margin-bottom: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .special-category-banner .special-category-header {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .special-category-banner .special-category-header {
    margin-bottom: 15px;
  }
}

.special-category-banner .special-category-header .special-cate-header-content {
  font-family: "Playfair Display", serif;
  line-height: 2;
}

.special-category-banner .special-category-header .special-cate-header-content img {
  margin-bottom: 33px;
}

.special-category-banner .special-category-banner-content {
  margin-top: -30px;
}

.special-category-banner.special-cate-bg {
  background-image: url("../img/category/home8/h8-bg3.png"), url("../img/category/home8/h8-bg2.png");
  background-repeat: no-repeat;
  background-position: right top, left bottom;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .special-category-banner.special-cate-bg {
    background-size: 200px 200px;
  }
}

@media only screen and (max-width: 767.98px) {
  .special-category-banner.special-cate-bg {
    background-size: 150px 150px;
  }
}

.single-special-banner {
  margin-top: 30px;
}

.single-special-banner .banner-thumbnail {
  position: relative;
  overflow: hidden;
}

.single-special-banner .banner-thumbnail:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: '';
  position: absolute;
  top: 0;
  left: calc(-100% + 0px);
  -webkit-transform: skew(-25deg, 0deg);
  -moz-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
  height: 100%;
  width: 30%;
}

.single-special-banner .banner-thumbnail img.banner-thumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}

.single-special-banner .banner-thumbnail .banner-cate-name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
}

.single-special-banner .banner-thumbnail .banner-cate-name .banner-title {
  font-size: 2rem;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767.98px) {
  .single-special-banner .banner-thumbnail .banner-cate-name .banner-title {
    font-size: 1.6rem;
  }
}

.single-special-banner .banner-thumbnail .banner-cate-name .banner-sale {
  display: block;
  margin: auto;
}

@media only screen and (max-width: 767.98px) {
  .single-special-banner .banner-thumbnail .banner-cate-name .banner-sale {
    max-width: 100px;
  }
}

.single-special-banner .banner-thumbnail .banner-cate-name .btn {
  padding: 20px 30px;
  min-width: 180px;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
  .single-special-banner .banner-thumbnail .banner-cate-name .btn {
    min-width: 120px;
    padding: 15px 10px;
  }
}

.single-special-banner:hover .banner-thumbnail:after {
  left: calc(100% + 100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}

.single-special-banner:hover .banner-thumbnail img.banner-thumb {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.single-special-banner:hover .banner-thumbnail .btn {
  background-color: #d25b5b;
}

.special-category-banner.layout-two .banner-cate-name a.category-name {
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #262626;
  display: inline-block;
  padding: 20px 45px;
}

@media only screen and (max-width: 479.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .special-category-banner.layout-two .banner-cate-name a.category-name {
    padding: 15px 30px;
    font-size: 1.4rem;
  }
}

.special-category-banner.layout-two .masonry-category .banner-thumbnail img {
  display: block;
  margin: auto;
}

.special-category-banner.layout-two .masonry-category .banner-cate-name {
  top: auto;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.special-category-banner.layout-three .single-special-banner .banner-thumbnail:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  visibility: hidden;
  pointer-events: none;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.special-category-banner.layout-three .single-special-banner .banner-cate-name {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  z-index: 1;
}

.special-category-banner.layout-three .single-special-banner .banner-cate-name a.category-name {
  color: #fff;
  font-size: 2.5rem;
}

.special-category-banner.layout-three .single-special-banner:hover .banner-thumbnail:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}

.special-category-banner.layout-three .single-special-banner:hover .banner-cate-name {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
}

.special-category-banner.layout-four {
  margin-top: -190px;
}

.special-category-banner.layout-four .banner-cate-name {
  left: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  width: auto;
}

.special-category-banner.layout-four .banner-cate-name a.category-name {
  background-color: #262626;
  color: #fff;
  display: block;
  padding: 22px 60px;
}

.special-category-banner.layout-five .banner-cate-name {
  left: auto;
  right: 30%;
  -webkit-transform: translate(45%, -50%);
  -moz-transform: translate(45%, -50%);
  -ms-transform: translate(45%, -50%);
  transform: translate(45%, -50%);
}

.special-category-banner.layout-five .banner-cate-name a.category-name {
  font-family: "Playfair Display", serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .special-category-banner.layout-five .banner-cate-name a.category-name {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .special-category-banner.layout-five .banner-cate-name a.category-name {
    font-size: 2.5rem;
  }
}

.special-category-banner.layout-six .banner-cate-name {
  position: absolute;
  left: 40%;
  width: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.special-category-banner.layout-six .banner-cate-name h2 {
  color: #fff;
  font-size: 7.2rem;
  line-height: 1.2;
  font-weight: 300;
}

.special-category-banner.layout-six .banner-cate-name h2 b {
  font-weight: 300;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .special-category-banner.layout-six .banner-cate-name h2 {
    font-size: 3.8rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .special-category-banner.layout-six .banner-cate-name h2 {
    font-size: 5rem;
  }
}

.special-category-banner.layout-six .banner-cate-name .btn-transparent {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 35px;
  font-size: 1.3rem;
  margin-top: 28px;
  display: inline-block;
}

/*===========================================
Start Slider Categories Area / index5.html
============================================*/
.slider-categories-wrapper .single-slider-category .category-thumb {
  position: relative;
  overflow: hidden;
}

.slider-categories-wrapper .single-slider-category .category-thumb:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  left: calc(-100% + 0px);
  -webkit-transform: skew(-25deg, 0deg);
  -moz-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
  height: 100%;
  width: 30%;
}

.slider-categories-wrapper .single-slider-category .category-thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}

.slider-categories-wrapper .single-slider-category .category-thumb .category-name {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slider-categories-wrapper .single-slider-category .category-thumb .category-name a {
  background-color: #262626;
  padding: 20px 40px;
  color: #fff;
}

.slider-categories-wrapper .single-slider-category:hover .category-thumb:after {
  left: calc(100% + 100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}

.slider-categories-wrapper .single-slider-category:hover .category-thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slider-categories-wrapper .slick-slider .slick-dots .slick-active {
  background-color: #d25b5b;
  border-color: #d25b5b;
}

/*===============================
Products Style Here
================================*/
.products-wrapper {
  overflow: hidden;
}

.products-wrapper .slick-slider .slick-list {
  margin: 0 -15px;
}

.products-wrapper .slick-slider .slick-list .slick-slide {
  margin: 0 15px;
}

.products-wrapper .slick-slider .slick-dots {
  margin-top: 48px;
}

@media only screen and (max-width: 767.98px) {
  .products-wrapper .slick-slider .slick-dots {
    margin-top: 25px;
  }
}

.products-wrapper .slick-slider .slick-dots .slick-active {
  background-color: #d25b5b;
  border-color: #d25b5b;
}

.products-wrapper .product-centerCarousel-wrap {
  padding-bottom: 60px;
}

.products-wrapper .product-centerCarousel-wrap .slick-slider .slick-list {
  margin: 0 -10px;
}

.products-wrapper .product-centerCarousel-wrap .slick-slider .slick-list .slick-slide {
  margin: 0 10px;
}

.products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow {
  background-color: transparent;
  border: 1px solid #8d8d8d;
  color: #8d8d8d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  top: calc(100% + 45px);
  left: 50%;
  height: 30px;
  width: 30px;
}

.products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow.slick-prev {
  margin-left: -35px;
}

.products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow.slick-next {
  margin-left: 5px;
}

.products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow:hover {
  color: #d25b5b;
  border-color: #d25b5b;
}

.single-product-wrap {
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.single-product-wrap .product-thumbnail {
  position: relative;
  overflow: hidden;
}

.single-product-wrap .product-thumbnail a img {
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  width: 100%;
  z-index: 1;
}

.single-product-wrap .product-thumbnail a img.secondary-thumb {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
}

.single-product-wrap .product-thumbnail .product-hvr-content>.btn-addToCart {
  font-size: 1.3rem;

  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  width: 100%;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  pointer-events: none;
  z-index: 3;
}

@media only screen and (max-width: 767.98px) {
  .single-product-wrap .product-thumbnail .product-hvr-content>.btn-addToCart {
    padding: 13px 10px;
  }
}

.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group {
  position: absolute;
  bottom: 80px;
  right: 30px;
  z-index: 3;
}

.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a,
.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span {
  background-color: #fff;
  color: #262626;
  font-size: 1.8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  line-height: 50px;
  margin-bottom: 10px;
  padding: 0;
  cursor: pointer;
  height: 45px;
  width: 45px;
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  -webkit-transform: translate(50px, 0);
  -moz-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}

.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:hover,
.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span:hover {
  background-color: #d25b5b;
  color: #fff;
  transition-delay: 0.1s !important;
}

.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:hover button,
.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span:hover button {
  color: #fff;
}

.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:last-child,
.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span:last-child {
  margin-bottom: 0;
}

.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group button {
  display: inline-block;
  width: 100%;
}

.single-product-wrap .product-details {
  margin-top: 23px;
}

.single-product-wrap .product-details .product-name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
}

.single-product-wrap .product-details .product-name a {
  color: var(--gold);
}

.single-product-wrap .product-details .product-name a:hover {
  color: var(--raspbery);
}

.single-product-wrap .product-details .product-prices {
  color: var(--raspbery);
  font-size: 1.4rem;
  line-height: 1;
}

.single-product-wrap .product-details .product-prices del {
  color: var(--raspbery);
  margin-right: 5px;
}

.single-product-wrap .product-details .product-desc {
  color: var(--gold);
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 0;
}

.single-product-wrap .woocommerce-Price-amount.amount {
  font-weight: 600;
}

.single-product-wrap .product-details .list-view-content {
  display: none;
}

.single-product-wrap .product-details .list-view-content .btn {
  padding: 15px 45px;
}

.single-product-wrap .product-details .list-view-content a {
  margin-right: 20px;
  vertical-align: middle;
  display: inline-block;
}

.single-product-wrap .product-details .list-view-content a i {
  color: #262626;
  font-size: 2rem;
}

.single-product-wrap .product-details .list-view-content a i:hover {
  color: #d25b5b;
}

.single-product-wrap .product-badge {
  background-color: #262626;
  color: #fff;
  padding: 15px 12px;
  font-size: 1.2rem;

  line-height: 1;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 85px;
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}

.single-product-wrap .product-badge.sale {
  background-color: #79bf56;
}

.single-product-wrap .product-badge.hot {
  background-color: #ea6153;
}

.single-product-wrap:hover .product-thumbnail a img.primary-thumb {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
}

.single-product-wrap:hover .product-thumbnail a img.secondary-thumb {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
}

.single-product-wrap:hover .product-thumbnail .product-hvr-content .btn-addToCart {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
}

.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a,
.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}

.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(2),
.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(2) {
  transition-delay: 0.45s;
}

.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(3),
.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(3) {
  transition-delay: 0.5s;
}

.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(4),
.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(4) {
  transition-delay: 0.55s;
}

.single-product-wrap:hover .product-thumbnail .product-hvr-content .product-badge {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}

.layout-two .single-product-wrap {
  position: relative;
}

.layout-two .single-product-wrap:after {
  background-color: #000;
  content: '';
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  visibility: hidden;
  height: 100%;
  width: 100%;
  z-index: 2;
}

@media only screen and (max-width: 767.98px) {
  .layout-two .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group {
    bottom: 100px;
  }
}

@media only screen and (max-width: 767.98px) {

  .layout-two .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span,
  .layout-two .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a {
    font-size: 1.4rem;
    line-height: 40px;
    height: 35px;
    width: 35px;
  }
}

.layout-two .single-product-wrap .product-details {
  position: absolute;
  bottom: -50px;
  width: 100%;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  z-index: 3;
}

.layout-two .single-product-wrap .product-details * {
  color: #fff !important;
}

.layout-two .single-product-wrap:hover:after {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  visibility: visible;
}

.layout-two .single-product-wrap:hover .product-details {
  top: auto;
  bottom: 50px;
}

.product-filter-menu {
  margin-bottom: 30px;
  position: relative;
  z-index: 22;
}

@media only screen and (max-width: 767.98px) {
  .product-filter-menu {
    margin-bottom: 20px;
  }
}

.product-filter-menu ul li {
  font-size: 1.6rem;
  line-height: 1;
  color: #8d8d8d;

  margin: 0 20px;
  position: relative;
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  cursor: pointer;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767.98px) {
  .product-filter-menu ul li {
    margin-bottom: 10px;
  }
}

.product-filter-menu ul li:hover {
  color: #262626;
}

.product-filter-menu ul li.active {
  color: #262626;
}

.product-filter-menu ul li.active:before {
  background-color: #262626;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.product-filter-menu.layout-two {
  margin-bottom: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-filter-menu.layout-two {
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-filter-menu.layout-two {
    margin-bottom: 30px;
  }
}

.product-filter-menu.layout-two li {
  font-size: 3.6rem;
  color: #D4D4D4;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-filter-menu.layout-two li {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-filter-menu.layout-two li {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .product-filter-menu.layout-two li {
    font-size: 1.6rem;
  }
}

.product-filter-menu.layout-two li:before {
  display: none;
}

.product-filter-menu.layout-three {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767.98px) {
  .product-filter-menu.layout-three {
    margin-bottom: 20px;
  }
}

.product-filter-menu.layout-three li {
  font-size: 1.3rem;
}

.product-category-filter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: -50px;
}

@media only screen and (max-width: 767.98px) {
  .product-category-filter-wrap {
    margin-top: -30px;
  }
}

.product-category-filter-wrap .single-product-wrap {
  max-width: 25%;
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-top: 50px;
}

@media only screen and (max-width: 479.98px) {
  .product-category-filter-wrap .single-product-wrap {
    max-width: 100% !important;
    -webkit-box-flex: 0 0 100% !important;
    -moz-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-category-filter-wrap .single-product-wrap {
    max-width: 50%;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-category-filter-wrap .single-product-wrap {
    max-width: 33.333%;
    -webkit-box-flex: 0 0 33.333%;
    -moz-box-flex: 0 0 33.333%;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}

.grid-three {
  margin: -20px -10px 0;
}

.grid-three .single-product-wrap {
  margin: 0 10px;
  max-width: calc(33.333% - 20px);
  -webkit-box-flex: 0 0 calc(33.333% - 20px);
  -moz-box-flex: 0 0 calc(33.333% - 20px);
  -webkit-flex: 0 0 calc(33.333% - 20px);
  -ms-flex: 0 0 calc(33.333% - 20px);
  flex: 0 0 calc(33.333% - 20px);
  margin-top: 20px;
}

@media only screen and (max-width: 479.98px) {
  .grid-three .single-product-wrap {
    max-width: calc(100% - 20px) !important;
    -webkit-box-flex: 0 0 calc(100% - 20px) !important;
    -moz-box-flex: 0 0 calc(100% - 20px) !important;
    -webkit-flex: 0 0 calc(100% - 20px) !important;
    -ms-flex: 0 0 calc(100% - 20px) !important;
    flex: 0 0 calc(100% - 20px) !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .grid-three .single-product-wrap {
    max-width: calc(50% - 20px);
    -webkit-box-flex: 0 0 calc(50% - 20px);
    -moz-box-flex: 0 0 calc(50% - 20px);
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .grid-three .single-product-wrap {
    max-width: calc(50% - 20px);
    -webkit-box-flex: 0 0 calc(50% - 20px);
    -moz-box-flex: 0 0 calc(50% - 20px);
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

.grid-four {
  margin: -50px -10px 0;
}

.grid-four .single-product-wrap {
  margin: 0 10px;
  max-width: calc(25% - 20px);
  -webkit-box-flex: 0 0 calc(25% - 20px);
  -moz-box-flex: 0 0 calc(25% - 20px);
  -webkit-flex: 0 0 calc(25% - 20px);
  -ms-flex: 0 0 calc(25% - 20px);
  flex: 0 0 calc(25% - 20px);
  margin-top: 50px;
}

@media only screen and (max-width: 479.98px) {
  .grid-four .single-product-wrap {
    max-width: calc(100% - 20px) !important;
    -webkit-box-flex: 0 0 calc(100% - 20px) !important;
    -moz-box-flex: 0 0 calc(100% - 20px) !important;
    -webkit-flex: 0 0 calc(100% - 20px) !important;
    -ms-flex: 0 0 calc(100% - 20px) !important;
    flex: 0 0 calc(100% - 20px) !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .grid-four .single-product-wrap {
    max-width: calc(50% - 20px);
    -webkit-box-flex: 0 0 calc(50% - 20px);
    -moz-box-flex: 0 0 calc(50% - 20px);
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .grid-four .single-product-wrap {
    max-width: calc(33.333% - 20px);
    -webkit-box-flex: 0 0 calc(33.333% - 20px);
    -moz-box-flex: 0 0 calc(33.333% - 20px);
    -webkit-flex: 0 0 calc(33.333% - 20px);
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
  }
}

.grid-five {
  margin: -50px -10px 0;
}

.grid-five .single-product-wrap {
  margin: 0 10px;
  max-width: calc(20% - 20px);
  -webkit-box-flex: 0 0 calc(20% - 20px);
  -moz-box-flex: 0 0 calc(20% - 20px);
  -webkit-flex: 0 0 calc(20% - 20px);
  -ms-flex: 0 0 calc(20% - 20px);
  flex: 0 0 calc(20% - 20px);
  margin-top: 50px;
}

@media only screen and (max-width: 479.98px) {
  .grid-five .single-product-wrap {
    max-width: calc(100% - 20px) !important;
    -webkit-box-flex: 0 0 calc(100% - 20px) !important;
    -moz-box-flex: 0 0 calc(100% - 20px) !important;
    -webkit-flex: 0 0 calc(100% - 20px) !important;
    -ms-flex: 0 0 calc(100% - 20px) !important;
    flex: 0 0 calc(100% - 20px) !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .grid-five .single-product-wrap {
    max-width: calc(50% - 20px);
    -webkit-box-flex: 0 0 calc(50% - 20px);
    -moz-box-flex: 0 0 calc(50% - 20px);
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .grid-five .single-product-wrap {
    max-width: calc(33.333% - 20px);
    -webkit-box-flex: 0 0 calc(33.333% - 20px);
    -moz-box-flex: 0 0 calc(33.333% - 20px);
    -webkit-flex: 0 0 calc(33.333% - 20px);
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .grid-five .single-product-wrap {
    max-width: calc(25% - 20px);
    -webkit-box-flex: 0 0 calc(25% - 20px);
    -moz-box-flex: 0 0 calc(25% - 20px);
    -webkit-flex: 0 0 calc(25% - 20px);
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
  }
}

.masonry-layout .single-product-wrap .product-thumbnail {
  overflow: hidden;
}

.masonry-layout .single-product-wrap .product-thumbnail.masonry-height-530 {
  max-height: 530px;
}

.masonry-layout .single-product-wrap .product-thumbnail.masonry-height-350 {
  max-height: 350px;
}

.product-load-more-wrap .btn-transparent {
  border-color: #262626;
  padding: 15px 40px;
}

.product-load-more-wrap .btn-transparent:hover {
  border-color: #d25b5b;
}

.products-on-column {
  margin-top: -30px;
}

.products-on-column .single-product-wrap {
  margin-top: 30px;
}

.products-wrapper.list-view [class*="col-"] {
  max-width: 100%;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.products-wrapper.list-view [class*="col-"] .single-product-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .products-wrapper.list-view [class*="col-"] .single-product-wrap {
    display: block;
  }
}

.products-wrapper.list-view [class*="col-"] .single-product-wrap .product-thumbnail {
  max-width: 320px;
  -webkit-box-flex: 0 0 320px;
  -moz-box-flex: 0 0 320px;
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}

@media only screen and (max-width: 767.98px) {
  .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-thumbnail {
    max-width: 100%;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.products-wrapper.list-view [class*="col-"] .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.products-wrapper.list-view [class*="col-"] .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a {
  display: none;
}

.products-wrapper.list-view [class*="col-"] .single-product-wrap .product-thumbnail .product-hvr-content .btn-addToCart {
  display: none;
}

.products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details {
  max-width: calc(100% - 320px);
  -webkit-box-flex: 0 0 calc(100% - 320px);
  -moz-box-flex: 0 0 calc(100% - 320px);
  -webkit-flex: 0 0 calc(100% - 320px);
  -ms-flex: 0 0 calc(100% - 320px);
  flex: 0 0 calc(100% - 320px);
  text-align: left;
  margin-left: 50px;
  margin-top: 0;
}

@media only screen and (max-width: 767.98px) {
  .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details {
    max-width: 100%;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details {
    margin-left: 30px;
  }
}

.products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details .product-name,
.products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details .product-prices {
  font-size: 1.8rem;
}

.products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details .product-prices {
  margin: 30px 0 20px;
}

@media only screen and (max-width: 767.98px) {
  .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details .product-prices {
    margin: 15px 0 10px;
  }
}

.products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details .list-view-content {
  display: block;
}

/*===============================
Start Instagram Feed Area
================================*/
.instagram-feed-area .instagram-content-header {
  margin-bottom: 28px;
}

.instagram-feed-area .instagram-content-header h3 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

.instagram-feed-area .instagram-content-header h3 span {
  color: #d25b5b;
}

.instagram-feed-area .instagram-item {
  position: relative;
  z-index: 1;
}

.instagram-feed-area .instagram-item:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
  height: 100%;
  width: 100%;
}

.instagram-feed-area .instagram-item .instagram-hvr-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.instagram-feed-area .instagram-item .instagram-hvr-content span {
  color: #fff;
  margin-right: 20px;
}

.instagram-feed-area .instagram-item .instagram-hvr-content span:last-child {
  margin-right: 0;
}

.instagram-feed-area .instagram-item .instagram-hvr-content span i.fa {
  margin-right: 5px;
}

.instagram-feed-area .instagram-item:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}

.instagram-feed-area .instagram-item:hover .instagram-hvr-content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}

/*=========================================
Start Spacial Offers Product Area
=============================================*/
.special-content-wrap {
  margin-top: -30px;
}

.single-special-product {
  margin-top: 30px;
}

.single-special-product .single-product-wrap .product-hvr-content .prod-btn-group {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.single-special-product .single-product-wrap .product-hvr-content .prod-btn-group a,
.single-special-product .single-product-wrap .product-hvr-content .prod-btn-group span {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.single-special-product .single-product-wrap .product-hvr-content .prod-btn-group a:last-child,
.single-special-product .single-product-wrap .product-hvr-content .prod-btn-group span:last-child {
  margin-right: 0;
}

.single-special-product .single-product-wrap .product-details {
  position: relative;
}

.single-special-product .single-product-wrap .product-details .product-prices {
  position: absolute;
  right: 30px;
  top: -23px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single-special-product .single-product-wrap .product-details .product-prices {
    top: -30px;
    right: 15px;
  }
}

.single-special-product .single-product-wrap .product-details .product-prices .price {
  background-color: #d25b5b;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 1;
  margin-bottom: 0;
  height: 90px;
  width: 90px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single-special-product .single-product-wrap .product-details .product-prices .price {
    font-size: 1.3rem;
    height: 60px;
    width: 60px;
  }
}

.single-special-product .single-product-wrap .product-details .product-prices .price span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 5px;
}

.sale-countdown-wrap {
  margin-top: 20px;
}

.sale-countdown-wrap .sale-countdown {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.sale-countdown-wrap .sale-countdown .countdown-item {
  margin-right: 45px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .sale-countdown-wrap .sale-countdown .countdown-item {
    margin-right: 20px;
  }
}

.sale-countdown-wrap .sale-countdown .countdown-item:last-child {
  margin-right: 0;
}

.sale-countdown-wrap .sale-countdown .countdown-item span {
  display: block;
}

.sale-countdown-wrap .sale-countdown .countdown-item span.countdown-time {
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
  .sale-countdown-wrap .sale-countdown .countdown-item span.countdown-time {
    font-size: 2rem;
  }
}

.sale-countdown-wrap .sale-countdown .countdown-item span.countdown-label {
  color: #8d8d8d;
  font-size: 1.3rem;
}

/*===============================
Start Call to Action Area
================================*/
.call-to-action-wrapper {
  background-color: #f9f9f9;
  padding: 55px 0;
}

.call-to-action-wrapper .call-action-content-wrapper {
  margin-top: -30px;
}

.single-call-to-action-wrap {
  color: #8d8d8d;
  font-size: 1.1rem;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
}

.single-call-to-action-wrap * {
  margin: 0;
  padding: 0;
}

.single-call-to-action-wrap h2 {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-call-to-action-wrap .action-icon {
  margin-right: 20px;
  max-width: 50px;
}

.call-to-action-wrapper.layout-two {
  background-color: #fff;
  padding: 74px 0;
}

@media only screen and (max-width: 767.98px) {
  .call-to-action-wrapper.layout-two {
    padding: 50px 0;
  }
}

.call-to-action-wrapper.layout-two .single-call-to-action-wrap {
  font-size: 1.2rem;
}

.call-to-action-wrapper.layout-two .single-call-to-action-wrap h2 {
  font-weight: 400;
  text-transform: uppercase;
}

.call-to-action-wrapper.layout-two .single-call-to-action-wrap .action-icon i {
  font-size: 4.5rem;
  line-height: 1;
  color: #262626;
}

/*===============================
Start Banner Area // Home3
================================*/
.banner-content-wrap {
  background-image: url("../img/banner/home3-banner-bg.jpg");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 180px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner-content-wrap {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner-content-wrap {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 479.98px) {
  .banner-content-wrap [class*="col-"] {
    max-width: 100%;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner-content-wrap .banner-content {
    padding: 0 20px;
  }
}

.banner-content-wrap .banner-content h4,
.banner-content-wrap .banner-content h2 {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 9px;
}

.banner-content-wrap .banner-content h4 {
  font-size: 2.4rem;
  margin-top: -5px;
}

@media only screen and (max-width: 767.98px) {
  .banner-content-wrap .banner-content h4 {
    font-size: 2rem;
  }
}

.banner-content-wrap .banner-content h2 {
  font-size: 12rem;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner-content-wrap .banner-content h2 {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner-content-wrap .banner-content h2 {
    font-size: 4rem;
  }
}

.banner-content-wrap .banner-content h3 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
  .banner-content-wrap .banner-content h3 {
    margin-bottom: 25px;
  }
}

.banner-content-wrap .banner-content .btn-transparent {
  border-width: 2px;
  border-color: #262626;
  padding: 15px 45px;
}

@media only screen and (max-width: 767.98px) {
  .banner-content-wrap .banner-content .btn-transparent {
    padding: 10px 30px;
  }
}

.banner-content-wrap .banner-content .btn-transparent:hover {
  border-color: #d25b5b;
}

/*===========================================
Start Banner Area // Home4
=============================================*/
.banner-area-wrapper.layout-two {
  background-image: url("../img/banner/home4-banner-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 145px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner-area-wrapper.layout-two {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner-area-wrapper.layout-two {
    padding: 50px 0;
  }
}

.banner-area-wrapper.layout-two .banner-content-wrap {
  background-image: none;
  padding: 0;
}

.banner-area-wrapper.layout-two .banner-content-wrap * {
  color: #fff;
}

.banner-area-wrapper.layout-two .banner-content-wrap .btn-transparent {
  border-color: #fff;
}

.banner-area-wrapper.layout-two .banner-content-wrap .btn-transparent:hover {
  border-color: #d25b5b;
}

/*==========================================
Start Summer Banner Area / index6.html
===========================================*/
.summer-banner-area {
  background-image: url("../img/summer.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 200px 0;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .summer-banner-area {
    padding: 130px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .summer-banner-area {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .summer-banner-area {
    padding: 50px 0;
  }
}

.summer-banner-area:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.summer-banner-area .summer-banner-content h4,
.summer-banner-area .summer-banner-content h2 {
  text-transform: uppercase;
  color: #fff;
}

.summer-banner-area .summer-banner-content h4 {
  font-size: 2rem;
  margin-top: -5px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 575.98px) {
  .summer-banner-area .summer-banner-content h4 {
    font-size: 1.7rem;
  }
}

.summer-banner-area .summer-banner-content h2 {
  font-size: 12rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .summer-banner-area .summer-banner-content h2 {
    font-size: 9rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .summer-banner-area .summer-banner-content h2 {
    font-size: 4rem;
  }
}

.summer-banner-area .summer-banner-content .btn-brand {
  background-color: #fff;
  color: #262626;
  padding: 20px 60px;
  margin-top: 83px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .summer-banner-area .summer-banner-content .btn-brand {
    margin-top: 38px;
  }
}

@media only screen and (max-width: 767.98px) {
  .summer-banner-area .summer-banner-content .btn-brand {
    margin-top: 18px;
    padding: 10px 25px;
  }
}

.summer-banner-area .summer-banner-content .btn-brand:hover {
  background-color: #d25b5b;
  color: #fff;
}

.summer-banner-area.layout-two {
  background-image: url("../img/new-summer.jpg");
  background-attachment: scroll;
  padding: 143px 0 160px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .summer-banner-area.layout-two {
    padding: 48px 0 60px;
  }
}

@media only screen and (max-width: 767.98px) {
  .summer-banner-area.layout-two {
    padding: 45px 0 50px;
  }
}

.summer-banner-area.layout-two .summer-banner-content * {

  color: #fff;
}

.summer-banner-area.layout-two .summer-banner-content h4 {
  font-weight: 400;
  font-size: 2.4rem;
  margin: 10px 0 40px;
}

@media only screen and (max-width: 767.98px) {
  .summer-banner-area.layout-two .summer-banner-content h4 {
    margin: 10px 0 20px;
  }
}

.summer-banner-area.layout-two .summer-banner-content .btn-transparent {
  border: 2px solid #fff;
  padding: 15px 50px;
  display: inline-block;
}

.summer-banner-area.layout-two .summer-banner-content .btn-transparent:hover {
  border-color: #d25b5b;
}

.summer-banner-area.layout-three {
  background-image: url("../img/summer-sale-bg.jpg");
  background-attachment: scroll;
}

.summer-banner-area.layout-three h4 {
  font-size: 4.8rem;
  font-weight: 600;

  margin-bottom: 28px;
}

@media only screen and (max-width: 575.98px) {
  .summer-banner-area.layout-three h4 {
    font-size: 3.5rem;
  }
}

.summer-banner-area.layout-three img {
  display: block;
  margin: auto;
}

@media only screen and (max-width: 767.98px) {
  .summer-banner-area.layout-three img {
    max-width: 65%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .summer-banner-area.layout-three img {
    max-width: 45%;
  }
}

.summer-banner-area.layout-three .btn-brand {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .summer-banner-area.layout-three .btn-brand {
    margin-top: 38px;
  }
}

@media only screen and (max-width: 767.98px) {
  .summer-banner-area.layout-three .btn-brand {
    margin-top: 18px;
    padding: 10px 25px;
  }
}

.summer-banner-area.layout-three .btn-brand:hover {
  background-color: #d25b5b;
  color: #fff;
}

/*===============================
Start Testimonial Area
================================*/
.testimonial-area-wrapper {
  background-color: #f9f9f9;
  padding: 50px 0 70px;
}

.testimonial-area-wrapper .testimonial-content-wrapper {
  position: relative;
}

.testimonial-area-wrapper .testimonial-content-wrapper:before {
  content: url("../img/icons/quote.png");
  display: inline-block;
  margin-bottom: 23px;
}

.testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap {
  font-size: 2.6rem;
  line-height: 1.5;
  font-family: "Playfair Display", serif;
}

@media only screen and (max-width: 767.98px) {
  .testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap * {
  margin-bottom: 0;
}

.testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap .client-name {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-top: 30px;
}

.testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap .client-name .client-type {
  margin-left: 25px;
  position: relative;
}

.testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap .client-name .client-type:before {
  background-color: #262626;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 5px;
  width: 5px;
}

/*===============================
Start Newsletter Area
================================*/
#newsletter-area-wrap {
  background-image: url("../img/newsletterbg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 125px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-area-wrap {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  #newsletter-area-wrap {
    padding: 50px 0;
  }
}

#newsletter-area-wrap h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: -7px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  #newsletter-area-wrap h2 {
    font-size: 2.6rem;
  }
}

#newsletter-area-wrap .newsletter-area {
  margin-top: 22px;
}

#newsletter-area-wrap .newsletter-area input[type="email"] {
  border: none;
  padding: 25px 30px;
  padding-right: 110px;
}

#newsletter-area-wrap .newsletter-area button {
  right: 30px;
  font-size: 1.4rem;
}

/*===============================
Start We Love Fashion Banner
================================*/
.love-fashion-text {
  color: #8d8d8d;
}

.love-fashion-text h2 {
  font-family: "Playfair Display", serif;
  font-size: 6.4rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .love-fashion-text h2 {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .love-fashion-text h2 {
    font-size: 4rem;
    margin-bottom: 10px;
  }
}

.love-fashion-text .btn {
  padding: 17px 40px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .love-fashion-text .btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .love-fashion-text .btn {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .love-fashion-thumbnail img {
    max-width: 300px;
    margin: auto;
  }
}

/*===============================
Start Header Sale Discount Bar
================================*/
.header-discount-bar {
  background-color: #d25b5b;
  border: none;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 300;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 20px 0;
}

@media only screen and (max-width: 575.98px) {
  .header-discount-bar {
    padding: 10px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-discount-bar {
    padding: 10px 0;
  }
}

.header-discount-bar p {
  margin: 0;
}

.header-discount-bar a {
  color: #fff;
  font-weight: 600;
}

.header-discount-bar a:hover {
  color: #262626;
}

.header-discount-bar .close-button-wrap {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -11px;
}

@media only screen and (max-width: 767.98px) {
  .header-discount-bar .close-button-wrap {
    right: 5px;
  }
}

.header-discount-bar .close-button-wrap .close {
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  font-size: 2.2rem;
  line-height: 1;
}

.header-discount-bar.layout-two {
  background-color: #bdfbe1;
  padding: 10px;
  color: #262626;
  letter-spacing: normal;
  font-size: 1.4rem;
  font-weight: 500;
}

.header-discount-bar.layout-two .btn {
  border-radius: 5px;
  margin-left: 15px;
  font-weight: 400;
}

.header-discount-bar.layout-two .btn:hover {
  background-color: #262626;
  color: #fff;
}

.header-discount-bar.layout-two .close {
  color: #000;
}

/*===============================
Start Single Product Banner
================================*/
.single-product-banner-area {
  background-image: url("../img/product-banner/single-product-banner-1.jpg");
  background-size: cover;
  background-position: center center;
  padding: 250px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single-product-banner-area {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-product-banner-area {
    padding: 60px 0;
  }
}

.single-product-banner-area .single-product-banner-content h2 {
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: -7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single-product-banner-area .single-product-banner-content h2 {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single-product-banner-area .single-product-banner-content h2 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-product-banner-area .single-product-banner-content h2 {
    font-size: 2.4rem;
  }
}

.single-product-banner-area .single-product-banner-content h2 a {
  color: #262626;
}

.single-product-banner-area .single-product-banner-content .reference {
  font-size: 1.2rem;
  line-height: 1;
}

.single-product-banner-area .single-product-banner-content .price {
  display: block;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 300;
  margin: 30px 0 37px;
}

@media only screen and (max-width: 767.98px) {
  .single-product-banner-area .single-product-banner-content .price {
    font-size: 2.4rem;
    margin: 15px 0 20px;
  }
}

.single-product-banner-area .single-product-banner-content .btn-transparent {
  border-color: #262626;
  padding: 18px 60px;
}

@media only screen and (max-width: 767.98px) {
  .single-product-banner-area .single-product-banner-content .btn-transparent {
    padding: 12px 30px;
  }
}

.single-product-banner-area .single-product-banner-content .btn-transparent:hover {
  border-color: #d25b5b;
}

/*===============================
Start Sidebar Area Wrapper
================================*/
.single-sidebar-wrap {
  margin-bottom: 58px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single-sidebar-wrap {
    margin-bottom: 38px;
  }
}

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

.single-sidebar-wrap .sidebar-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 25px;
  color: var(--raspbery);
}

.sidebar-list {
  line-height: 1;
}

.sidebar-list li {
  margin-bottom: 20px;
}

.sidebar-list li input[type="checkbox"] {
  display: none;
}

.sidebar-list li input[type="checkbox"]:checked+label {
  color: var(--raspbery);
  font-weight: bold;
}

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

.sidebar-list li a,
.sidebar-list li label {
  color: var(--gold);
  font-size: 20px;
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
  display: block;
}

.sidebar-list li a:hover,
.sidebar-list li label:hover {
  color: var(--raspbery);
  text-decoration: underline;
}

.sidebar-list li a span,
.sidebar-list li label span {
  float: right;
  text-align: center;
  width: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  .sidebar-list li a span,
  .sidebar-list li label span {
    float: none;
  }
}

.price-range-wrap {
  margin-right: 15px;
  padding-top: 8px;
}

.price-range-wrap .price-range.ui-widget-content {
  border: none;
  background: #eeeeee;
  height: 3px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-range {
  background: var(--gold);
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background: var(--gold);
  height: 15px;
  width: 15px;
  outline: none;
  top: -6px;
  cursor: ew-resize;
  margin-left: 0;
}

.price-range-wrap .range-slider {
  font-size: 20px;
  line-height: 1;
  color: var(--gold);
  margin-top: 22px;
}

.price-range-wrap .range-slider * {
  margin: 0;
  line-height: 1;
}

.price-range-wrap .range-slider input#amount {
  border: none;
  outline: none;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--gold);
  pointer-events: none;
  background-color: var(--dark-color);
}

.size-list {
  margin-top: -2px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.size-list li {
  display: inline-block;
  grid-column: span 2;
}

.size-list li input[type="checkbox"] {
  display: none;
}

.size-list li a,
.size-list li label {
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 1.2rem;
  text-align: center;
  display: block;
  line-height: 40px;
  cursor: pointer;
  padding: 10px 20px;
  margin-bottom: 0;
}

.size-list li a.active,
.size-list li input[type="checkbox"]:checked+label {
  border-color: #262626;
  color: #000;
}

.size-list li input[type="checkbox"]:checked+label:hover {
  color: #fff;
}

.size-list li a:hover,
.size-list li label:hover {
  border-color: var(--raspbery);
  color: var(--raspbery);
}

.tags-cloud li {
  display: inline-block;
  position: relative;
}

.tags-cloud li:after {
  content: ',';
}

.tags-cloud li:last-child:after {
  display: none;
}

.tags-cloud li a {
  font-size: 1.4rem;
  line-height: 1;
  color: #262626;
}

.tags-cloud li a:hover {
  color: #d25b5b;
}

.sidebar-search-box form {
  position: relative;
}

.sidebar-search-box form input[type="search"] {
  outline: none;
  border: 1px solid #e7e7e7;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 15px 40px 15px 15px;
  display: block;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  width: 100%;
}

.sidebar-search-box form input[type="search"]:focus {
  border-color: #262626;
}

.sidebar-search-box form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
  line-height: 1;
}

.sidebar-search-box form button:hover {
  color: #d25b5b;
}

.sidebar-author-profile .author-pic {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.sidebar-author-profile .author-info {
  color: #8d8d8d;
  font-size: 1.3rem;
  line-height: 1.5;
}

.sidebar-author-profile .author-info h4 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}

.sidebar-author-profile .author-social-link a {
  color: #8d8d8d;
  margin-right: 10px;
}

.sidebar-author-profile .author-social-link a:last-child {
  margin-right: 0;
}

.sidebar-author-profile .author-social-link a:hover {
  color: #d25b5b;
}

/*==============================
Start Footer Section
============================*/
.footer-widget-content {
  margin-top: -30px;
}

.footer-widget-item-wrap {
  margin-top: 30px;
}

.footer-widget-item-wrap .widget-title {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;

  margin-bottom: 24px;
}

.footer-widget-item-wrap .widget-body {
  color: #8d8d8d;
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer-widget-item-wrap .widget-body a {
  color: #8d8d8d;
  display: block;
}

.footer-widget-item-wrap .widget-body a:hover {
  color: #262626;
}

.footer-widget-item-wrap .widget-body .contact-text p {
  margin-bottom: 0;
}

.footer-widget-item-wrap .widget-body .contact-text a {
  margin-bottom: 5px;
}

.footer-widget-item-wrap .widget-body .about-text a {
  margin-bottom: 18px;
}

.footer-widget-item-wrap .widget-body .about-text p {
  margin-bottom: 0;
  line-height: 22px;
}

.footer-bottom-wrapper {
  border-top: 1px solid #dfdfdf;
  padding: 15px 0;
}

.footer-bottom-wrapper .copyright-text {
  font-size: 1.1rem;
  color: #616161;
}

.footer-bottom-wrapper .copyright-text * {
  margin-bottom: 0;
}

.footer-bottom-wrapper .copyright-text a {
  color: #262626 !important;
}

.newsletter-area form {
  position: relative;
}

.newsletter-area form input[type="email"] {
  border: none;
  border-bottom: 1px solid #dfdfdf;
  padding: 5px 70px 5px 0;
  display: block;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 1.4rem;
  width: 100%;
}

.newsletter-area form button.btn {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.newsletter-area form button.btn:hover {
  color: #d25b5b;
}

.newsletter-area .mailchimp-alerts {
  color: #d25b5b;
}

.footer-menu li {
  margin-right: 20px;
  line-height: 0;
}

.footer-menu li:last-child {
  margin-right: 0;
}

.footer-menu li a {
  font-size: 1.1rem;
  line-height: 1;
  color: #262626;
}

.footer-menu li a:hover {
  color: #d25b5b;
}

.footer-social-icons a {
  color: #262626 !important;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 20px;
}

.footer-social-icons a:last-child {
  margin-right: 0;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

#footer-area.footer-three {
  background-color: #262626;
  color: #fff;
}

#footer-area.footer-three .about-text {
  margin-top: 0;
  color: #8d8d8d;
}

@media only screen and (max-width: 575.98px) {
  #footer-area.footer-three .about-text {
    font-size: 1.2rem;
  }
}

#footer-area.footer-three .footer-menu li a {
  font-size: 1.8rem;
  color: #fff;
  margin-right: 15px;
}

@media only screen and (max-width: 575.98px) {
  #footer-area.footer-three .footer-menu li a {
    font-size: 1.1rem;
    margin-right: 0;
  }
}

#footer-area.footer-three .footer-menu li a:hover {
  color: #8d8d8d;
}

#footer-area.footer-three .footer-menu li:last-child a {
  margin-right: 0;
}

#footer-area.footer-three .footer-bottom-wrapper {
  border: none;
}

#footer-area.footer-three .footer-bottom-wrapper .copyright-text {
  color: #8d8d8d;
}

#footer-area.footer-three .footer-bottom-wrapper .copyright-text a {
  color: #8d8d8d !important;
}

#footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a {
  color: #fff !important;
}

#footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a:hover {
  color: #d25b5b !important;
}

.footer-four .footer-menu li a {
  font-weight: 700;
  color: #000;
  font-size: 1.2rem;
}

.footer-four .footer-menu li a:hover {
  color: #d25b5b;
}

.footer-four .footer-bottom-wrapper {
  border-top: 0 solid transparent;
}

@media only screen and (max-width: 767.98px) {
  .footer-four .footer-widget-content {
    margin-top: -15px;
  }

  .footer-four .footer-widget-content .footer-widget-item-wrap {
    margin-top: 15px;
  }
}

/*===============================
Home Page Style Left Fixed Header
================================*/
.site-content-wrapper {
  position: relative;
  padding-left: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .site-content-wrapper {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .site-content-wrapper {
    padding-left: 250px;
  }
}

.site-content-wrapper .container-fluid {
  padding: 0 65px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .site-content-wrapper .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 1200px) {
  .site-content-wrapper .summer-banner-area.hero-banner {
    height: 100vh;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .site-content-wrapper .summer-banner-area .summer-banner-content h2 {
    font-size: 8rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .site-content-wrapper .summer-banner-area .summer-banner-content h2 {
    font-size: 10rem;
  }
}

.site-content-wrapper .summer-banner-area .summer-banner-content .btn {
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .site-content-wrapper .special-category-banner.layout-six .banner-cate-name h2 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 479.98px) {
  .site-content-wrapper .special-category-banner.layout-six .banner-cate-name h2 {
    font-size: 2.5rem;
  }
}

.site-content-wrapper .special-category-banner.layout-six .banner-cate-name .btn-transparent {
  padding: 10px 15px;
  margin-top: 10px;
}

.site-content-wrapper .home-search-box {
  padding: 50px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .site-content-wrapper .home-search-box {
    padding: 0 15px 30px;
  }
}

.site-content-wrapper .home-search-box .search-box-form input {
  border: none;
  font-size: 7rem;
  color: #848484;
  font-weight: 300;
  outline: none;
  text-align: center;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .site-content-wrapper .home-search-box .search-box-form input {
    padding: 5px 10px;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .site-content-wrapper .home-search-box .search-box-form input {
    font-size: 2rem;
  }
}

.site-content-wrapper .home-search-box .search-box-form input::placeholder {
  color: #848484;
}

.site-content-wrapper .home-search-box .search-box-form input::-moz-placeholder {
  color: #848484;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .site-content-wrapper .products-wrapper .grid-four .single-product-wrap {
    max-width: calc(33.333% - 20px);
    -webkit-box-flex: 0 0 calc(33.333% - 20px);
    -moz-box-flex: 0 0 calc(33.333% - 20px);
    -webkit-flex: 0 0 calc(33.333% - 20px);
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
  }
}

.single-product-banner-wrapper .single-product-banner-area {
  height: 100vh;
}

.single-product-banner-wrapper .single-product-banner-area.bg-1 {
  background-image: url("../img/product-banner/single-product-banner-2.jpg");
}

.single-product-banner-wrapper .single-product-banner-area.bg-3 {
  background-image: url("../img/product-banner/single-product-banner-3.jpg");
}

.single-product-banner-wrapper .single-product-banner-area.bg-4 {
  background-image: url("../img/product-banner/single-product-banner-4.jpg");
}

/*========================================
Start Home Banner Wrapper // index13
=========================================*/
.single-home-banner-wrap .home-banner-content {
  max-width: 470px;
  margin: auto;
  color: #8d8d8d;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .single-home-banner-wrap .home-banner-content {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-home-banner-wrap .home-banner-content {
    margin-top: 23px;
  }
}

.single-home-banner-wrap .home-banner-content h2 {
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .single-home-banner-wrap .home-banner-content h2 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479.98px) {
  .single-home-banner-wrap .home-banner-content h2 {
    font-size: 2rem;
    font-weight: 500;
  }
}

.single-home-banner-wrap .home-banner-content .btn {
  padding: 20px 60px;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .single-home-banner-wrap .home-banner-content .btn {
    padding: 15px 30px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-home-banner-wrap:nth-child(2n) [class*="col-md-6"] {
    order: 2;
  }

  .single-home-banner-wrap:nth-child(2n) [class*="col-md-6"]:last-child {
    order: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-home-banner-wrap:nth-child(1n + 2) {
    margin-top: 50px;
  }
}

.layout-two .single-home-banner-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 0;
  height: 100vh;
}

@media only screen and (max-width: 575.98px) {
  .layout-two .single-home-banner-wrap {
    height: auto;
    padding: 80px 0;
  }
}

.layout-two .single-home-banner-wrap.bg-1 {
  background-image: url("../img/banner/home14/h14-banner-1.jpg");
}

.layout-two .single-home-banner-wrap.bg-2 {
  background-image: url("../img/banner/home14/h14-banner-2.jpg");
}

.layout-two .single-home-banner-wrap.bg-3 {
  background-image: url("../img/banner/home14/h14-banner-3.jpg");
}

.layout-two .single-home-banner-wrap.bg-4 {
  background-image: url("../img/banner/home14/h14-banner-4.jpg");
}

.layout-two .single-home-banner-wrap .container,
.layout-two .single-home-banner-wrap .row {
  height: 100%;
}

.layout-two .single-home-banner-wrap .home-banner-content {
  margin-top: 0;
  max-width: 100%;
}

.layout-two .single-home-banner-wrap .home-banner-content h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 575.98px) {
  .layout-two .single-home-banner-wrap .home-banner-content h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
}

.layout-two .single-home-banner-wrap .home-banner-content h2 {

  color: #fff;
  font-size: 14rem;
  line-height: 1;
  margin-bottom: 54px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .layout-two .single-home-banner-wrap .home-banner-content h2 {
    font-size: 8rem;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .layout-two .single-home-banner-wrap .home-banner-content h2 {
    font-size: 5rem;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479.98px) {
  .layout-two .single-home-banner-wrap .home-banner-content h2 {
    font-size: 3rem;
  }
}

.layout-two .single-home-banner-wrap .home-banner-content .btn {
  background-color: #fff;
  color: #262626;
}

.layout-two .single-home-banner-wrap .home-banner-content .btn:hover {
  background-color: #d25b5b;
  color: #fff;
}

.layout-two .two-column-banner .single-home-banner-wrap {
  background-attachment: scroll;
}

.layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
  font-size: 11rem;
  margin-bottom: 26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
    font-size: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 479.98px) {
  .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
    font-size: 3rem;
  }
}

/*===============================
Start Latest Blog Area
================================*/
#latest-blog-wrapper .blog-content-wrap {
  margin-top: -35px;
}

.single-blog-post-wrap {
  margin-top: 35px;
}

.single-blog-post-wrap .blog-post-thumbnail {
  overflow: hidden;
  position: relative;
}

.single-blog-post-wrap .blog-post-thumbnail:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.single-blog-post-wrap .blog-post-thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}

.single-blog-post-wrap .blog-post-content {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #8d8d8d;
  font-weight: 300;
  margin-top: 19px;
}

.single-blog-post-wrap .blog-post-content h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 22px;
}

.single-blog-post-wrap .blog-post-content h2 a {
  color: #262626;
}

.single-blog-post-wrap .blog-post-content h2 a:hover {
  color: #d25b5b;
}

.single-blog-post-wrap .blog-post-content .btn {
  padding: 13px 40px;
  margin-top: 8px;
}

.single-blog-post-wrap .blog-post-content .btn.btn-transparent {
  border: 2px solid #D4D4D4;
}

.single-blog-post-wrap .blog-post-content .btn.btn-transparent:hover {
  border-color: #262626;
  background-color: #262626;
}

.single-blog-post-wrap:hover .blog-post-thumbnail:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}

.single-blog-post-wrap:hover .blog-post-thumbnail img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.single-blog-post-wrap.video-thumb .blog-post-thumbnail:after {
  content: "\3e";
  font-family: 'dl-icon';
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.6rem;
  text-align: center;
  padding-left: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 60px;
  height: 60px;
  width: 60px;
  z-index: 2;
}

.blog-meta {
  margin-bottom: 5px;
}

.blog-meta a {
  color: #8d8d8d;
  font-size: 1.2rem;
  line-height: 1;
}

.blog-meta a:hover {
  color: #d25b5b;
}

.blog-meta span {
  color: #8d8d8d;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: middle;
  margin: 0 3px;
}

/*=============================
Start Blog Page Wrapper
===============================*/
.blog-page-post-wrap {
  margin-top: -50px;
}

.blog-page-post-wrap .single-blog-post-wrap {
  margin-top: 50px;
}

.single-blog-post-wrap .blog-post-thumbnail.masonry-height-325 img {
  height: 325px;
}

.single-blog-post-wrap .blog-post-thumbnail.masonry-height-300 img {
  height: 300px;
}

.single-blog-post-wrap .blog-post-thumbnail.masonry-height-275 img {
  height: 275px;
}

/*=================================
Start Single Blog Page Wrapper
==================================*/
.single-blog-content {
  font-size: 1.3rem;
  line-height: 2;
}

.single-blog-content h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px) {
  .single-blog-content h2 {
    font-size: 1.6rem;
  }
}

.single-blog-content .blockquote p,
.single-blog-content blockquote p {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Playfair Display", serif;
}

.single-blog-content .blockquote .blockquote-footer,
.single-blog-content blockquote .blockquote-footer {
  font-size: 1.4rem;
  color: #262626;
}

.single-blog-content .blockquote .blockquote-footer cite,
.single-blog-content blockquote .blockquote-footer cite {
  font-family: "Playfair Display", serif;
  color: #555;
}

.comment-area-wrap h2 {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 46px;
  margin-bottom: 30px;
}

.comment-area-wrap .leave-comment-area {
  font-size: 1.3rem;
  color: #8d8d8d;
}

.comment-area-wrap .leave-comment-area h2 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 23px;
}

.comment-area-wrap .leave-comment-area em span {
  color: #e74c3c;
}

.single-comment-wrap {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #8d8d8d;
  margin-bottom: 35px;
}

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

.single-comment-wrap.comment-reply {
  margin-left: 50px;
}

@media only screen and (max-width: 767.98px) {
  .single-comment-wrap.comment-reply {
    margin-left: 20px;
  }
}

.single-comment-wrap .author-thumb {
  margin-right: 15px;
  height: 70px;
  max-width: 70px;
  -webkit-flex-basis: 70px;
  -moz-flex-basis: 70px;
  -ms-flex-basis: 70px;
  flex-basis: 70px;
  overflow: hidden;
}

.single-comment-wrap .comments-info {
  margin-top: -4px;
  -webkit-flex-basis: calc(100% - 70px);
  -moz-flex-basis: calc(100% - 70px);
  -ms-flex-basis: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
}

.single-comment-wrap .comment-footer a {
  font-size: 1.2rem;
  color: #8d8d8d;
}

.single-comment-wrap .comment-footer a strong {
  color: #262626;
}

.single-comment-wrap .comment-footer a.btn-reply:hover {
  color: #d25b5b;
}

/*===============================
Start Shop Page Wrapper
================================*/
/* Start Product Config Area */
.product-config-area {
  font-size: 18px;
  line-height: 1.5;
}

.product-config-area ul li {
  color: #8d8d8d;
}

.product-config-area ul li a,
.product-config-area ul li button {
  color: var(--gold);
}

.product-config-area .product-config-left p {
  margin-bottom: 0;
  color: var(--gold);
}

.product-config-area .product-config-left .product-show-quantity {
  margin-left: 50px;
}

@media only screen and (max-width: 575.98px) {
  .product-config-area .product-config-left .product-show-quantity {
    margin-left: 0;
  }
}

.product-config-area .product-config-left .product-show-quantity li {
  margin-right: 15px;
}

.product-config-area .product-config-left .product-show-quantity li:last-child {
  margin-right: 0;
}

.product-config-area .product-config-left .product-show-quantity li a {
  padding-bottom: 2px;
}

.product-config-area .product-config-left .product-show-quantity li a:hover {
  color: #262626;
}

.product-config-area .product-config-left .product-show-quantity li a.active {
  color: #262626;
  border-bottom: 1px solid #262626;
}

.product-config-area .product-config-right ul>li {
  display: inline-block;
}

.product-config-area .product-config-right ul.product-view-mode {
  margin-right: 30px;
  font-size: 1.8rem;
}

.product-config-area .product-config-right ul.product-view-mode li {
  margin-right: 5px;
  cursor: pointer;
  color: var(--gold-disable);
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}

.product-config-area .product-config-right ul.product-view-mode li:last-child {
  margin-right: 0;
}

.product-config-area .product-config-right ul.product-view-mode li.active,
.product-config-area .product-config-right ul.product-view-mode li:hover {
  color: var(--gold);
}

.product-config-area .product-config-right ul.product-filter-sort li {
  margin-left: 15px;
}

.product-config-area .product-config-right ul.product-filter-sort li:first-child {
  margin-left: 0;
}

.product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav {
  left: auto;
  right: 0;
  padding: 10px;
  margin-top: 15px;
  width: auto;
  white-space: nowrap;
}

.product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav:after {
  content: '';
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: 100%;
}

.product-config-area .product-config-right ul.product-filter-sort li.sort-by .sub-menu li,
.product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav li {
  display: block;
  margin: 0;
}

.product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav li a {
  font-size: 1.3rem;
  display: block;
  padding: 8px;
  border: 1px solid transparent;
  transition: border .2s ease-in-out;
}

.product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav li a.active,
.product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav li a:hover {
  background-color: #262626;
  /* color: #fff; */
  border-color: var(--gold);
}

.product-config-area .product-config-right ul.product-filter-sort li .arrow-toggle.arrow-rotate:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Start Product Filter Item Area */
.product-filter-item-wrapper {
  display: none;
}

.product-filter-item-wrapper .product-filter-content {
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  padding: 36px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-filter-item-wrapper .product-filter-content {
    padding: 30px 15px;
  }
}

.product-filter-item-wrapper .single-filter-item-wrap {
  position: relative;
}

.product-filter-item-wrapper .single-filter-item-wrap:after {
  background-color: #d4d4d4;
  content: '';
  display: none;
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  width: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-filter-item-wrapper .single-filter-item-wrap:after {
    display: block;
  }
}

.product-filter-item-wrapper .single-filter-item-wrap:last-child:after {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .product-filter-item-wrapper .single-filter-item-wrap:nth-child(1n + 2) {
    margin-top: 40px;
  }
}

.product-filter-item-wrapper .single-filter-item-wrap .filter-item-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 27px;
}

.filter-item-list li {
  margin-bottom: 10px;
}

.filter-item-list li:last-child {
  margin-bottom: 0;
}

.filter-item-list li a {
  color: #8d8d8d;
  font-size: 1.4rem;
  line-height: 1;
}

.filter-item-list li a:hover,
.filter-item-list li a.active {
  color: #d25b5b;
}

.color-filter li {
  position: relative;
}

.color-filter li:before {
  background-color: #D4D4D4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  height: 15px;
  width: 15px;
}

.color-filter li.black:before {
  background-color: #000;
}

.color-filter li.blue:before {
  background-color: #3b5998;
}

.color-filter li.pink:before {
  background-color: #FF69B4;
}

.color-filter li.violet:before {
  background-color: #9933cc;
}

.color-filter li.orange:before {
  background-color: #f5740a;
}

.spurs-checkbox li a {
  position: relative;
  -webkit-transition: 0.05s 0.2s ease-out;
  -moz-transition: 0.05s 0.2s ease-out;
  -o-transition: 0.05s 0.2s ease-out;
  transition: 0.05s 0.2s ease-out;
}

.spurs-checkbox li a:before {
  content: '';
  border: 1px solid #848484;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 12px;
  width: 12px;
  -webkit-transition: 0.05s 0.2s ease-out;
  -moz-transition: 0.05s 0.2s ease-out;
  -o-transition: 0.05s 0.2s ease-out;
  transition: 0.05s 0.2s ease-out;
}

.spurs-checkbox li a:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 1px;
  font-size: 0.9rem;
  line-height: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.05s 0.2s ease-out;
  -moz-transition: 0.05s 0.2s ease-out;
  -o-transition: 0.05s 0.2s ease-out;
  transition: 0.05s 0.2s ease-out;
  visibility: hidden;
}

.spurs-checkbox li a:hover:before,
.spurs-checkbox li a.active:before {
  border-color: #d25b5b;
  -webkit-transition: 0.05s 0.2s ease-out;
  -moz-transition: 0.05s 0.2s ease-out;
  -o-transition: 0.05s 0.2s ease-out;
  transition: 0.05s 0.2s ease-out;
}

.spurs-checkbox li a:hover:after,
.spurs-checkbox li a.active:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}

.snptwdgt-rtd__ftr,
.crd-cta-blck {
  display: none;
}

.snptico-shopping-bag {
  background-color: #262626 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  height: 50px;
  width: 50px;
}

@media only screen and (max-width: 767.98px) {
  .snptico-shopping-bag {
    font-size: 10px !important;
    line-height: 15px !important;
    height: 30px;
    width: 30px;
  }
}

/*===================================
Start Single Product Page Wrapper
======================================*/
.single-product-thumb-wrap figure {
  margin: 0;
}

.single-product-thumb-wrap .product-thumb-large-view {
  position: relative;
}

.single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns button,
.single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns a {
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #262626;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  text-align: center;
  line-height: 55px;
  height: 50px;
  width: 50px;
}

.single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns button:last-child,
.single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns a:last-child {
  margin-bottom: 0;
}

.single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns button:hover,
.single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns a:hover {
  background-color: #d25b5b;
  color: white;
}

.single-product-thumb-wrap .product-thumbnail-nav {
  max-width: 410px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.single-product-thumb-wrap .product-thumbnail-nav .slick-list {
  margin: 0 -5px;
}

.single-product-thumb-wrap .product-thumbnail-nav .slick-list .slick-slide {
  margin: 0 5px;
}

.single-product-thumb-wrap .product-thumbnail-nav .slick-list .slick-slide.slick-current img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.single-product-thumb-wrap .product-thumbnail-nav .product-thumb-item {
  cursor: pointer;
  max-width: 130px;
  max-height: 150px;
}

.single-product-thumb-wrap .product-thumbnail-nav .product-thumb-item img {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.single-product-thumb-wrap.tab-style-left {
  position: relative;
}

.single-product-thumb-wrap.tab-style-left .product-thumb-large-view {
  margin-left: 190px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single-product-thumb-wrap.tab-style-left .product-thumb-large-view {
    margin-left: 110px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-product-thumb-wrap.tab-style-left .product-thumb-large-view {
    margin-left: 70px;
  }
}

.single-product-thumb-wrap.tab-style-left .vertical-tab-nav {
  max-width: 170px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single-product-thumb-wrap.tab-style-left .vertical-tab-nav {
    max-width: 100px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-product-thumb-wrap.tab-style-left .vertical-tab-nav {
    max-width: 60px;
  }
}

.single-product-thumb-wrap.tab-style-left .vertical-tab-nav .product-thumb-item {
  max-height: 210px;
  cursor: pointer;
  margin-bottom: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
  .single-product-thumb-wrap.tab-style-left .vertical-tab-nav .product-thumb-item {
    margin-bottom: 10px;
  }
}

.single-product-thumb-wrap.tab-style-left .vertical-tab-nav .slick-slide {
  border: none;
}

.single-product-thumb-wrap.tab-style-left .vertical-tab-nav .slick-slide .product-thumb-item {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.single-product-thumb-wrap.tab-style-left .vertical-tab-nav .slick-slide.slick-current .product-thumb-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.single-product-thumb-wrap .product-thumb-sticky-left .product-thumb-item {
  margin-bottom: 10px;
}

.single-product-thumb-wrap .product-thumb-sticky-left .product-thumb-item:last-child {
  margin-bottom: 0;
}

.single-product-thumb-wrap .product-thumb-masonry .product-thumb-item {
  max-width: 50%;
}

.single-product-thumb-wrap .product-thumb-masonry .masonry-height-350 {
  max-height: 351px;
  overflow: hidden;
}

.single-product-details .product-name {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: -4px;
  color: var(--gold);
}

.single-product-details .prices-stock-status {
  margin: 30px 0;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single-product-details .prices-stock-status {
    margin: 15px 0;
  }
}

.single-product-details .quantity-btn-group {
  margin-top: 47px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single-product-details .quantity-btn-group {
    margin-top: 27px;
  }
}

@media only screen and (max-width: 479.98px) {
  .single-product-details .quantity-btn-group {
    margin-bottom: 4px;
  }
}

.single-product-details .prices-group .old-price {
  font-size: 1.4rem;
  color: #8d8d8d;
}

.single-product-details .prices-group .price {
  font-size: 1.8rem;
}

.single-product-details .stock-status {
  color: #8d8d8d;
  font-size: 1.2rem;
}

.single-product-details .stock-status [class*="dl-icon-"] {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 3px;
}

.single-product-details .product-desc {
  color: var(--gold);
  font-size: 16px;
  line-height: 1.8;
}

.single-product-details .pro-qty {
  height: 69px;
  margin-right: 10px;
}

.backorder-warning {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--gold);
  padding: 20px;
}

.backorder-warning__checkbox-label {
  flex-shrink: 0;
  margin-bottom: 0;
}

.backorder-warning__checkbox {
  width: 20px;
  height: 20px;
}

.backorder-warning__text {}

@media only screen and (max-width: 479.98px) {
  .single-product-details .pro-qty {
    width: 50%;
    height: 49.5px;
    margin-bottom: 20px;
  }
}

.single-product-details .list-btn-group .btn-black {
  padding: 18px 80px;
}

@media only screen and (max-width: 479.98px) {
  .single-product-details .list-btn-group .btn-black {
    padding: 15px 30px;
  }
}

.single-product-details .list-btn-group a:not(.btn) {
  color: #262626;
  margin-left: 20px;
  vertical-align: middle;
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .single-product-details .list-btn-group a:not(.btn) {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 479.98px) {
  .single-product-details .list-btn-group a:not(.btn) {
    display: none;
  }
}

.single-product-details .find-store-delivery a {
  font-size: 1.2rem;
  color: #262626;
  vertical-align: middle;
  margin-right: 20px;
}

.single-product-details .find-store-delivery a:last-child {
  margin-right: 0;
}

.single-product-details .find-store-delivery a i {
  font-size: 1.6rem;
  margin-right: 3px;
  vertical-align: middle;
}

.single-product-details .find-store-delivery a:hover {
  color: #d25b5b;
}

.single-product-details .group-product-wrap .table {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.single-product-details .group-product-wrap .table tr td {
  padding: 10px 15px;
  vertical-align: middle;
  width: 20%;
}

.single-product-details .group-product-wrap .table tr td.product-quantity .pro-qty {
  height: 55px;
  margin-right: 0;
  margin-bottom: 0;
  width: 100px;
}

.single-product-details .group-product-wrap .table tr td.product-list {
  width: 60%;
}

.single-product-details .group-product-wrap .table tr td.product-list a {
  color: #262626;
}

.single-product-details .group-product-wrap .table tr td.product-list a:hover {
  color: #d25b5b;
}

.single-product-details .configurable-item {
  margin-bottom: 20px;
}

.single-product-details .configurable-item:last-child {
  margin-bottom: 0;
}

.single-product-details .configurable-item .configurable-name,
.single-product-details .configurable-item .configurable-name-pol {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 8px;
  font-family: var(--font-family);
  color: var(--gold);
}

.single-product-details .configurable-item .configurable-name b,
.single-product-details .configurable-item .configurable-name-pol b {
  margin-left: 5px;
  font-size: 1.3rem;
}

.single-product-details .configurable-item .configurable-list li {
  border: 1px solid var(--gold);
  cursor: pointer;
  color: var(--gold);
  height: 40px;
  padding: 3px 15px;
  font-size: 1.3rem;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  margin-right: 5px;
  overflow: hidden;
}

.single-product-details .configurable-item .configurable-list li.active,
.single-product-details .configurable-item .configurable-list li:hover {
  border-color: var(--raspbery);
  color: var(--raspbery);
}

.single-product-details .configurable-item .configurable-list li span {
  line-height: 30px;
  display: block;
}

.product-description-review {
  margin-top: 38px;
}

.product-description-review .desc-review-tab-menu {
  border-bottom: 0;
}

.product-description-review .desc-review-tab-menu li a {
  color: var(--gold);
  font-size: 20px;
  display: inline-block;
  padding: 15px 15px;
  border: 1px solid var(--dark-color);
  transition: border .2s ease-in-out;
}

.product-description-review .desc-review-tab-menu li a.active {
  /* background-color: var(--gold); */
  /* color: var(--dark-color); */
  background-color: var(--dark-color);
  border-color: var(--gold);
  border-bottom: none;
}

.product-description-review .tab-content {
  margin-top: -2px;
  border: 1px solid var(--gold);
  padding: 25px;
  padding-top: 45px;
  color: var(--gold);
  font-size: 20px;
  line-height: 1.8;
}

.product-ratting-wrap {
  /*-- Ratting Form Wrap --*/
  /*-- Ratting Form --*/
}

.product-ratting-wrap .pro-avg-ratting {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.product-ratting-wrap .pro-avg-ratting h4 {
  font-size: 1.8rem;
  margin: 0 0 7px;
  font-weight: 600;
}

.product-ratting-wrap .pro-avg-ratting h4 span {
  color: var(--gold);
  font-family: var(--font-family);
  font-size: 1.2rem;
}

.product-ratting-wrap .pro-avg-ratting>span {
  display: block;
}

.product-ratting-wrap .ratting-list {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.product-ratting-wrap .ratting-list .sin-list {
  margin-right: 30px;
}

.product-ratting-wrap .ratting-list .sin-list:last-child {
  margin-right: 0;
}

.product-ratting-wrap .ratting-list .sin-list i {
  color: #fbbf00;
}

.product-ratting-wrap .ratting-list .sin-list span {
  color: #666666;
}

.product-ratting-wrap .sin-rattings {
  margin-bottom: 40px;
}

.product-ratting-wrap .sin-rattings:last-child {
  margin-bottom: 0;
}

.product-ratting-wrap .sin-rattings .ratting-author {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.product-ratting-wrap .sin-rattings .ratting-author h3 {
  float: left;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  line-height: 18px;
  margin-right: 15px;
}

.product-ratting-wrap .sin-rattings .ratting-author .ratting-star i,
.product-ratting-wrap .sin-rattings .ratting-author .ratting-star span {
  color: #fbbf00;
  font-size: 1.3rem;
  line-height: 1.5;
  float: left;
}

.product-ratting-wrap .sin-rattings .ratting-author .ratting-star span {
  margin-left: 5px;
  color: var(--gold);
}

.product-ratting-wrap .sin-rattings p {
  color: var(--gold);
  font-size: 1.3rem;
  line-height: 1.8;
}

.product-ratting-wrap .ratting-form-wrapper {
  margin-top: 40px;
}

.product-ratting-wrap .ratting-form-wrapper h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 20px;
}

.product-ratting-wrap .ratting-form h5 {
  float: left;
  font-size: 1.4rem;
  line-height: 18px;
  margin-right: 10px;
  font-weight: 600;
}

.product-ratting-wrap .ratting-form .ratting-star i {
  color: #D4D4D4;
  font-size: 14px;
  float: left;
  line-height: 18px;
  display: block;
  margin-right: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}

.product-ratting-wrap .ratting-form .ratting-star i:hover,
.product-ratting-wrap .ratting-form .ratting-star i.active {
  color: #fbbf00;
}

.product-ratting-wrap .ratting-form .ratting-star i:last-child {
  margin: 0;
}

.product-ratting-wrap .ratting-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--gold);
}

.product-ratting-wrap .ratting-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--gold);
  font-size: 13px;
  line-height: 24px;
  padding: 8px 15px;
  color: var(--gold);
  outline: none;
  -webkit-transition: 0.1s 0.2s ease-out;
  -moz-transition: 0.1s 0.2s ease-out;
  -o-transition: 0.1s 0.2s ease-out;
  transition: 0.1s 0.2s ease-out;
}

.product-ratting-wrap .ratting-form input:focus {
  border-color: var(--raspbery);
}

.product-ratting-wrap .ratting-form textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--gold);
  font-size: 13px;
  line-height: 24px;
  padding: 8px 15px;
  color: var(--gold);
  height: 100px;
  outline: none;
  resize: none;
  -webkit-transition: 0.1s 0.2s ease-out;
  -moz-transition: 0.1s 0.2s ease-out;
  -o-transition: 0.1s 0.2s ease-out;
  transition: 0.1s 0.2s ease-out;
}

.product-ratting-wrap .ratting-form textarea:focus {
  border-color: var(--raspbery);
}

.product-ratting-wrap .ratting-form input::placeholder,
.product-ratting-wrap .ratting-form textarea::placeholder {
  font-size: 16px;
}

.product-ratting-wrap .ratting-form .btn {
  padding: 15px 40px;
}

.single-product-footer {
  border-top: 1px solid var(--gold);
  font-size: 1.2rem;
  margin-top: 46px;
  padding-top: 46px;
}

@media only screen and (max-width: 575.98px) {
  .single-product-footer {
    padding-top: 26px;
    margin-top: 26px;
  }
}

.single-product-footer a {
  color: var(--gold);
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}

.single-product-footer a:hover {
  color: var(--raspbery);
  text-decoration: underline;
}

.single-product-footer .prod-footer-list {
  margin-bottom: 5px;
}

.single-product-footer .prod-footer-list li {
  display: inline-block;
  position: relative;
}

.single-product-footer .prod-footer-list li:last-child:after {
  display: none;
}

.single-product-footer .prod-footer-list li:after {
  content: ', ';
  color: var(--gold);
}

.single-product-footer .prod-footer-list li.list-name {
  margin-right: 5px;
  color: var(--raspbery);
}

.single-product-footer .prod-footer-list li.list-name:after {
  display: none;
}

.single-product-footer .social-share {
  margin-bottom: 0;
}

.single-product-footer .social-share dt {
  font-weight: 400;
  margin-bottom: 5px;
}

.single-product-footer .social-share dd {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}

.single-product-footer .social-share dd:last-child {
  margin-right: 0;
}


.product-ratting-wrap .ratting-form .ratting-star i.hovered,
.product-ratting-wrap .ratting-form .ratting-star i.selected {
  color: #fbbf00;
}

#rating-stars i {
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

#rating-stars i.hovered,
#rating-stars i.selected {
  color: #FFD700;
  /* золотой */
}

/*===============================
Start My Account Wrapper
================================*/
.my-account-item-wrapper h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.my-account-item-wrapper .lost-pswd a {
  color: #d25b5b;
  font-size: 1.2rem;
  line-height: 1;
}

.my-account-item-wrapper .lost-pswd a:hover {
  color: #262626;
  text-decoration: underline;
}

.single-form-input {
  color: #8d8d8d;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.single-form-input:last-child {
  margin-bottom: 0;
}

.single-form-input a:not(.btn) {
  color: #d25b5b;
}

.single-form-input label {
  color: #262626;
  display: block;
  margin-bottom: 10px;
}

.single-form-input label sup {
  color: #e74c3c;
  font-size: 1.5rem;
  top: -0.1rem;
}

.single-form-input input {
  border: 1px solid #D4D4D4;
  font-size: 1.4rem;
  display: block;
  outline: none;
  padding: 20px;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  width: 100%;
}

.single-form-input input:focus {
  border-color: #262626;
}

.single-form-input .btn {
  padding: 20px 50px;
}

/*===============================
Start Cart Page Wrapper
================================*/
.shopping-cart-table thead th {
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
  border-bottom: 0;
}

.shopping-cart-table tr td,
.shopping-cart-table tr th {
  vertical-align: middle;
  width: 15%;
  padding: 10px;
  border-color: var(--raspbery);
  white-space: nowrap;
}

.shopping-cart-table tr td.product-list,
.shopping-cart-table tr th.product-list {
  width: 55%;
}

.shopping-cart-table .product-list .remove-icon {
  margin-right: 15px;
}

.shopping-cart-table .product-list .remove-icon button {
  color: #848484;
}

.shopping-cart-table .product-list .remove-icon button:hover {
  color: #d25b5b;
}

.shopping-cart-table .product-list .product-thumb {
  display: block;
  width: 70px;
  margin-right: 20px;
}

.shopping-cart-table .product-list .product-name {
  color: var(--gold);
  font-size: 1.3rem;
  line-height: 1;
}

.shopping-cart-table .product-list .product-name:hover {
  color: var(--raspbery);
}

.shopping-cart-table .pro-qty {
  height: 55px;
}

.cart-product-item__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 769px) {
  .cart-item-title {
    display: none;
  }


}

@media (max-width: 768px) {

  .shopping-cart-table tr td,
  .shopping-cart-table tr th {
    white-space: unset;
  }
}

table {
  color: var(--gold);
}

.cart-coupon-update-area {
  font-size: 1.3rem;
  margin-top: 20px;
}

.cart-coupon-update-area button {
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 600;
}

.cart_totals.cart-calculate-area .cal-title {
  font-family: var(--font-family);
  color: var(--gold);
}

.fa.fa-trash-o {
  color: var(--gold);
}

.cart-coupon-update-area button:hover {
  color: var(--raspbery) !important;
}

.cart-coupon-update-area .coupon-form-wrap {
  width: 55%;
}

@media only screen and (max-width: 575.98px) {
  .cart-coupon-update-area .coupon-form-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.cart-coupon-update-area .coupon-form-wrap {
  position: relative;
}

.cart-coupon-update-area .coupon-form-wrap input {
  background-color: var(--dark-color);
  color: var(--gold);
  border: none;
  border-bottom: 1px solid var(--gold);
  display: block;
  outline: none;
  padding: 5px 100px 5px 0;
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
  width: 100%;
}

.cart-coupon-update-area .coupon-form-wrap input::placeholder {
  color: var(--gold);
}

.cart-coupon-update-area .coupon-form-wrap input:focus {
  border-color: var(--raspbery);
}

.cart-coupon-update-area .coupon-form-wrap .btn-apply {
  color: var(--gold);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.cart-coupon-update-area .cart-update-buttons button:nth-child(1n + 2) {
  margin-left: 10px;
}

.cart-calculate-area {
  padding: 30px 30px 0;
}

@media (max-width:550px) {
  .cart-calculate-area {
    padding: 30px 0px 0;
  }

  .wc-proceed-to-checkout {
    display: flex;
    justify-content: center;
  }

  .cart-calculate-area .proceed-checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .cart-calculate-area .proceed-checkout-btn .checkout-button {
    display: flex;
    justify-content: center;
  }
}

.cart-calculate-area h5 {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 20px;
}

.cart-calculate-area .cart-cal-table {
  white-space: nowrap;
}

.cart-calculate-area .cart-cal-table table {
  margin-bottom: 0;
}

.cart-calculate-area .cart-cal-table td,
.cart-calculate-area .cart-cal-table th {
  font-size: 18px;
  font-weight: 400;
  padding: 13px 4px 15px;
}

#shipping_method {
  margin-bottom: 10px;
}

.woocommerce-shipping-destination {
  font-size: 16px;
}

.cart-calculate-area .cart-cal-table .shipping-method li {
  margin-bottom: 15px;
}

.cart-calculate-area .cart-cal-table .shipping-method li:last-child {
  margin-bottom: 0;
}

.cart-calculate-area .cart-cal-table .order-total {
  border-top: 1px solid var(--raspbery);
}

.cart-calculate-area .cart-cal-table .order-total th,
.cart-calculate-area .cart-cal-table .order-total td {
  padding-top: 15px;
}

.cart-calculate-area .proceed-checkout-btn {
  margin: 15px -30px 0;
}

/*===============================
Start Checkout Page Wrapper
================================*/
.checkout-page-coupon-area .card,
.checkout-page-account-area .card {
  border: none;
  padding: 0;

}

.checkout-page-coupon-area .card a {
  border: 1px solid var(--gold);
  margin: 0 15px;
  padding: 5px 10px;
  color: var(--gold);
}

.checkout-page-coupon-area .card h3,
.checkout-page-account-area .card h3 {
  background-color: var(--dark-color);
  color: var(--gold);
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0;
  padding: 20px 30px;
}

.checkout-page-coupon-area .card h3 span,
.checkout-page-account-area .card h3 span {
  cursor: pointer;
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
  text-decoration: underline;
}

.checkout-page-coupon-area .card h3 span:hover,
.checkout-page-account-area .card h3 span:hover {
  color: var(--raspbery);
}

.checkout-page-coupon-area .card .card-body,
.checkout-page-account-area .card .card-body {
  color: var(--gold);
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0;
  margin-top: 30px;
}

.checkout-page-coupon-area .card .card-body .apply-coupon-wrapper input {
  border: 1px solid var(--gold);
  outline: none;
  padding: 16px 20px;
  max-width: 500px;
  width: 100%;
}

/* .woocommerce-checkout.woocommerce-page p {
display: flex;
justify-content: center;
} */

.restore-item {
  color: var(--raspbery);
}

.button.wc-backward {
  margin: 0 auto;
  border: 1px solid var(--gold);
  padding: 10px 25px;
  color: var(--gold);
  transition: color .3s ease-in-out, border .3s ease-in-out;
}

.button.wc-backward:hover {
  border-color: var(--raspbery);
  color: var(--raspbery);
}

.checkout-page-coupon-area .card .card-body .apply-coupon-wrapper button.btn {
  padding: 16px 30px;
  margin-left: 20px;
}

@media only screen and (max-width: 767.98px) {
  .checkout-page-coupon-area .card .card-body .apply-coupon-wrapper button.btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.checkout-billing-details-wrap {
  margin-top: 50px;
}

@media only screen and (max-width: 767.98px) {
  .checkout-billing-details-wrap {
    margin-top: 30px;
  }
}

.checkout-billing-details-wrap h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 46px;
}

@media only screen and (max-width: 767.98px) {
  .checkout-billing-details-wrap h2 {
    margin-bottom: 26px;
  }
}

.checkout-billing-details-wrap h2:before {
  background-color: #262626;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
}

.form-row {
  font-size: 1.3rem;
  color: var(--gold);
  display: block;
  margin-bottom: 21px;
  margin-left: 0;
  margin-right: 0;
}

.form-row label,
.form-row .custom-control-label {
  font-size: 20px;
  color: var(--gold);
  display: block;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width:550px) {

  .form-row label,
  .form-row .custom-control-label {
    font-size: 16px;
  }

  #account_display_name_description {
    font-size: 16px;
  }

  fieldset legend {
    font-size: 30px;
  }
}

.form-row label.required:after,
.form-row .custom-control-label.required:after {
  content: '*';
  color: red;
  margin-left: 2px;
}

.form-row input,
.form-row textarea {
  font-size: 1.3rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  display: block;
  outline: none;
  padding: 15px 20px;
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
  width: 100%;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: #262626;
}

.form-row .nice-select {
  line-height: 30px;
  height: 50px;
  width: 100%;
  background-color: var(--dark-color);
}

.form-row .nice-select .current {
  color: var(--gold);
  font-weight: 400;
}

.form-row .nice-select .list {
  font-size: 1.3rem;
}

.nice-select .option {
  color: var(--gold);
}

.nice-select .list {
  background-color: var(--dark-color);
}

.checkout-box-wrap {
  font-size: 1.3rem;
  color: var(--gold);
}

.checkout-box-wrap .account-create,
.checkout-box-wrap .ship-to-different {
  display: none;
}

.order-details-area-wrap {
  border: 2px solid var(--gold);
  padding: 50px;
  margin-top: 50px;
  color: var(--gold);
  font-size: 1.3rem;
  line-height: 1.5;
}

@media only screen and (max-width: 575.98px) {
  .order-details-area-wrap {
    padding: 30px 20px;
  }

  .cart-coupon-update-area .coupon-form-wrap .btn-apply {
    position: static;
    transform: unset;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .order-details-area-wrap {
    margin-top: 30px;
  }
}

.order-details-area-wrap h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
  color: var(--raspbery);
}

@media only screen and (max-width: 767.98px) {
  .order-details-area-wrap h2 {
    margin-bottom: 26px;
  }
}

.order-details-area-wrap h2:before {
  background-color: var(--gold);
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
}

.order-details-area-wrap .order-details-table {
  font-size: 1.3rem;
  line-height: 1;
}

.order-details-area-wrap .order-details-table .custom-control-label,
.order-details-area-wrap .order-details-table th {
  font-size: 1.3rem;
  font-weight: 400;
}

.order-details-area-wrap .order-details-table .table thead {
  border-bottom: 1px solid var(--raspbery);
  margin-bottom: 27px;
}

.order-details-area-wrap .order-details-table .table thead th {
  margin-bottom: 27px;
}

.order-details-area-wrap .order-details-table .table tbody {
  border-bottom: 1px solid var(--raspbery);
}

.order-details-area-wrap .order-details-table .table tbody .cart-item:first-child td {
  padding-top: 30px;
}

.order-details-area-wrap .order-details-table .table tbody .cart-item:last-child td {
  padding-bottom: 30px;
}

.order-details-area-wrap .order-details-table .table tfoot .shipping .shipping-method li {
  margin-bottom: 15px;
}

.order-details-area-wrap .order-details-table .table tfoot .shipping .shipping-method li:last-child {
  margin-bottom: 0;
}

.order-details-area-wrap .order-details-table .table tfoot .total-amount {
  font-size: 2rem;
}

.order-details-area-wrap .order-details-table .table tfoot tr {
  border-bottom: 1px solid var(--raspbery);
}

.order-details-area-wrap .order-details-table .table tr td,
.order-details-area-wrap .order-details-table .table tr th {
  padding: 15px 0;
  color: var(--gold);
}

.order-details-area-wrap .order-details-table .table tr td:last-child,
.order-details-area-wrap .order-details-table .table tr th:last-child {
  text-align: right;
}

.order-details-area-wrap .order-details-table .product-title .product-quantity {
  color: var(--raspbery);
  font-size: 1.4rem;
}

.order-details-area-wrap .order-details-footer {
  margin-top: 16px;
}

.order-details-area-wrap .order-details-footer .custom-control .custom-control-label {
  font-size: 1.2rem;
  line-height: 1.5;
}

.order-details-area-wrap .order-details-footer .custom-control .custom-control-label:before {
  top: 4px;
}

.order-details-area-wrap .order-details-footer .custom-control .custom-control-label:after {
  top: 3px;
}

/*==============================
Start Compare Page Wrapper
=================================*/
.compare-table .table {
  color: #8d8d8d;
  font-size: 1.3rem;
  line-height: 1.5;
}

.compare-table .table tbody tr th {
  background-color: #f2f2f2;
  text-align: left !important;
}

.compare-table .table tbody tr td,
.compare-table .table tbody tr th {
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  border-color: #e7e7e7;
}

.compare-table .table tbody tr td.first-column,
.compare-table .table tbody tr th.first-column {
  min-width: 175px;
  font-weight: 600;
  color: #262626;
  margin: 0;
}

@media only screen and (max-width: 767.98px) {

  .compare-table .table tbody tr td.first-column,
  .compare-table .table tbody tr th.first-column {
    min-width: 115px;
  }
}

.compare-table .table tbody tr td.product-image-title,
.compare-table .table tbody tr th.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
}

@media only screen and (max-width: 767.98px) {

  .compare-table .table tbody tr td.product-image-title,
  .compare-table .table tbody tr th.product-image-title {
    min-width: 220px;
  }
}

.compare-table .table tbody tr td.product-image-title .image,
.compare-table .table tbody tr th.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

.compare-table .table tbody tr td.product-image-title .image img,
.compare-table .table tbody tr th.product-image-title .image img {
  max-width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category,
.compare-table .table tbody tr th.product-image-title .category {
  display: block;

  letter-spacing: 0.5px;
  color: #8d8d8d;
  margin-bottom: 5px;
}

.compare-table .table tbody tr td.product-image-title .title,
.compare-table .table tbody tr th.product-image-title .title {
  color: #262626;
  font-weight: 500;
}

.compare-table .table tbody tr td.product-image-title .title:hover,
.compare-table .table tbody tr th.product-image-title .title:hover {
  color: #d25b5b;
}

.compare-table .table tbody tr td.pro-desc p,
.compare-table .table tbody tr th.pro-desc p {
  margin: 0;
}

.compare-table .table tbody tr td.pro-price,
.compare-table .table tbody tr td.pro-color,
.compare-table .table tbody tr td.pro-stock,
.compare-table .table tbody tr th.pro-price,
.compare-table .table tbody tr th.pro-color,
.compare-table .table tbody tr th.pro-stock {
  font-weight: 400;
}

.compare-table .table tbody tr td.pro-remove button,
.compare-table .table tbody tr th.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}

.compare-table .table tbody tr td.pro-remove button:hover,
.compare-table .table tbody tr th.pro-remove button:hover {
  color: #e74c3c;
}

.compare-table .table tbody tr td.pro-remove button i,
.compare-table .table tbody tr th.pro-remove button i {
  font-size: 1.6rem;
  line-height: 1.5;
}

.compare-table .table tbody tr td.pro-ratting i,
.compare-table .table tbody tr th.pro-ratting i {
  color: #fbbf00;
}

/*==========================================
Start Tracking Order Page Wrapper
===========================================*/
.tracking-order-content {
  font-size: 1.3rem;
  line-height: 2;
}

.tracking-order-form .single-input-item input {
  padding: 20px;
}

.tracking-order-form .btn {
  padding: 20px 45px;
}

/*==========================================
Start Team Page Wrapper
===========================================*/
.single-team-member {
  margin-top: 30px;
}

.single-team-member .member-pic {
  position: relative;
}

.single-team-member .member-pic img {
  width: 100%;
}

.single-team-member .member-pic:before {
  background-color: rgba(210, 91, 91, 0.8);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  visibility: hidden;
  height: 100%;
  width: 100%;
}

.single-team-member .member-details {
  margin-top: 20px;
}

.single-team-member .member-details h3 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
}

.single-team-member .member-details .member-position {
  color: #8d8d8d;
  font-size: 1.2rem;
  line-height: 1;
}

.single-team-member .member-social-links {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  width: 100%;
}

.single-team-member .member-social-links a {
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.3rem;
  color: #262626;
  display: inline-block;
  line-height: 40px;
  margin-right: 5px;
  height: 40px;
  width: 40px;
}

.single-team-member .member-social-links a:last-child {
  margin-right: 0;
}

.single-team-member .member-social-links a:hover {
  background-color: #262626;
  color: #fff;
}

.single-team-member:hover .member-pic:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}

.single-team-member:hover .member-social-links {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.team-member-content {
  margin-top: -30px;
}

/*===============================
Start About Page Wrapper
================================*/
#about-page-wrapper {
  font-size: 1.3rem;
  line-height: 1.5;
  line-height: 2;
}

#about-page-wrapper h2 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767.98px) {
  #about-page-wrapper h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #about-page-wrapper h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #about-page-wrapper .about-thumbnail {
    max-width: 40%;
    margin: 0 auto;
  }
}

.about-icon-list li {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
}

.about-icon-list li:last-child {
  margin-bottom: 0;
}

.about-icon-list li img {
  max-width: 30px;
  margin-right: 15px;
}

.brand-accordion .card {
  border: 1px solid #e7e7e7 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 20px;
}

.brand-accordion .card:last-child {
  margin-bottom: 0;
}

.brand-accordion .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}

.brand-accordion .card .card-header button {
  font-weight: 600;
  padding: 0;
  -webkit-transition: none 0.2s ease-out;
  -moz-transition: none 0.2s ease-out;
  -o-transition: none 0.2s ease-out;
  transition: none 0.2s ease-out;
}

.brand-accordion .card .card-header button[aria-expanded='true'] {
  color: #d25b5b;
  margin-bottom: 10px;
}

.brand-accordion .card .card-body {
  padding: 0;
  font-size: 1.3rem;
  line-height: 2;
}

.brand-accordion .card .card-body p {
  margin-bottom: 0;
}

.provide-best-service {
  background: url(../img/about2-bg2.jpg) center center;
  background-size: cover;
  padding: 85px 0;
}

@media only screen and (max-width: 767.98px) {
  .provide-best-service {
    padding: 47px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .provide-best-service {
    padding: 57px 0;
  }
}

.best-service-list {
  padding-left: 20px;
  margin-bottom: 20px;
}

.best-service-list li {
  list-style: doted;
  color: #d25b5b;
  margin-bottom: 10px;
}

.best-service-list li:last-child {
  margin-bottom: 0;
}

.best-service-list li span {
  color: #262626;
}

.skills-left-area .single-skill-wrap {
  margin-bottom: 35px;
}

.skills-left-area .single-skill-wrap:last-child {
  margin-bottom: 5px;
}

.skills-left-area .single-skill-wrap .skill-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.skills-left-area .single-skill-wrap .skillbar {
  background-color: #E3E3E3;
  display: block;
  position: relative;
}

.skills-left-area .single-skill-wrap .skillbar .skillbar-bar {
  background-color: #262626;
  height: 8px;
  position: relative;
  width: 0;
}

.skills-left-area .single-skill-wrap .skillbar .skillbar-bar .skill-percent {
  position: absolute;
  font-size: 1.6rem;
  right: -12px;
  top: -35px;
}

/*============================
Start Contact Page Wrapper
==============================*/
.contact-method h3 {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 42px;
  margin-top: -5px;
}

@media only screen and (max-width: 767.98px) {
  .contact-method h3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}

.contact-method .btn {
  padding: 20px 50px;
}

.contact-method .alert {
  margin: 10px 0 0;
}

.contact-method .alert * {
  margin: 0;
}

.single-contact-info {
  color: #8d8d8d;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767.98px) {
  .single-contact-info {
    margin-bottom: 25px;
  }
}

.single-contact-info h4 {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
  .single-contact-info h4 {
    margin-bottom: 10px;
  }
}

.single-contact-info p {
  margin-bottom: 0;
}

.map-area-wrapper {
  height: 350px;
}

.map-area-wrapper #map_content {
  height: 100%;
}

/*==========================================
Start Coming Soon Page Wrapper
===========================================*/
#coming-soon-page-wrapper {
  background: url(../img/coming-soon-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

#coming-soon-page-wrapper:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#coming-soon-page-wrapper .coming-soon-content-wrap {
  color: white;
  font-size: 1.3rem;
  line-height: 2;
}

#coming-soon-page-wrapper .coming-soon-content-wrap h2 {
  color: white;
  font-size: 9rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #coming-soon-page-wrapper .coming-soon-content-wrap h2 {
    font-size: 7rem;
  }
}

@media only screen and (max-width: 767.98px) {
  #coming-soon-page-wrapper .coming-soon-content-wrap h2 {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 575.98px) {
  #coming-soon-page-wrapper .coming-soon-content-wrap h2 {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}

#coming-soon-page-wrapper .coming-soon-content-wrap .btn {
  padding: 20px 50px;
}

#coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area input {
  background-color: transparent;
  color: white;
}

#coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area input::placeholder {
  color: white;
  font-size: 1.3rem;
}

#coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area input::-moz-placeholder {
  color: white;
  font-size: 1.3rem;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

#coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area button {
  color: white;
  padding: 0;
}

.coming-soon-count-down .countdown-item {
  margin-right: 70px;
}

.coming-soon-count-down .countdown-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767.98px) {
  .coming-soon-count-down .countdown-item {
    margin-right: 30px;
  }
}

.coming-soon-count-down .countdown-item .countdown-time {
  display: block;
  font-size: 4rem;
  line-height: 1;
}

@media only screen and (max-width: 767.98px) {
  .coming-soon-count-down .countdown-item .countdown-time {
    font-size: 3rem;
  }
}

/*============================
Start FAQ Page Wrapper
===============================*/
.single-subject-by-faq-wrap {
  margin-bottom: 88px;
}

.single-subject-by-faq-wrap:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single-subject-by-faq-wrap {
    margin-bottom: 58px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-subject-by-faq-wrap {
    margin-bottom: 45px;
  }
}

.single-subject-by-faq-wrap h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 46px;
}

@media only screen and (max-width: 767.98px) {
  .single-subject-by-faq-wrap h3 {
    margin-bottom: 26px;
  }
}

.single-subject-by-faq-wrap .brand-accordion .card .card-header button {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
}

.single-subject-by-faq-wrap .brand-accordion .card .card-header button:after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 2rem;
  color: #262626;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-subject-by-faq-wrap .brand-accordion .card .card-header button[aria-expanded="true"]:after {
  content: "-";
}

/*==========================================
Start Start 404 Error Page Wrapper
===========================================*/
#error-page-wrapper {
  background: url(../img/404-bg.jpg) center center;
  background-size: cover;
  height: 100vh;
}

#error-page-wrapper .error-page-content {
  font-size: 1.4rem;
  line-height: 1.5;
}

#error-page-wrapper .error-page-content h2 {
  font-size: 15rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 15px;
  -webkit-animation: rubberBand 1.5s forwards 0.4s;
  animation: rubberBand 1.5s forwards 0.4s;
}

@media only screen and (max-width: 767.98px) {
  #error-page-wrapper .error-page-content h2 {
    font-size: 10rem;
  }
}

#error-page-wrapper .error-page-content h5 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 28px;
}

#error-page-wrapper .error-page-content .btn {
  padding: 20px 60px;
  margin-top: 20px;
}

/* STYLES */
#billing_first_name_field,
#billing_last_name_field {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}

#billing_last_name_field {
  margin-right: 0;
}

.woocommerce-billing-fields__field-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.my-loader {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url("data:image/svg+xml,%3Csvg width='120' height='30' viewBox='0 0 120 30' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Ccircle cx='15' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='60' cy='15' r='9' fill-opacity='0.3'%3E%3Canimate attributeName='r' from='9' to='9' begin='0s' dur='0.8s' values='9;15;9' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='fill-opacity' from='0.5' to='0.5' begin='0s' dur='0.8s' values='.5;1;.5' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='105' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
}


.header-cart {
  position: relative;
  margin-left: 20px;
}

.header-cart .mini-cart-icon {
  display: flex;
  align-items: center;
  color: var(--gold);
  font-size: 18px;
  position: relative;
}

.header-cart .cart-count {
  background-color: red;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  padding: 2px 6px;
  margin-left: 6px;
  line-height: 1;
}

.shipping-calculator-form input {
  background-color: var(--dark-color);

}

.shipping-calculator-form input::placeholder {
  color: var(--gold);

}

.woocommerce-shipping-calculator .shipping-calculator-button {
  padding: 10px 20px;
  border: 1px solid var(--gold);
  color: var(--gold);
}

.woocommerce-shipping-totals.shipping {
  text-wrap: initial;
}

.cart_totals .cart-cal-table.table-responsive {
  overflow-x: unset;
}

.cart_totals .cart-cal-table.table-responsive button {
  color: var(--gold);
}

.woocommerce-shipping-calculator {
  margin-top: 20px;
  margin-bottom: 15px;
}

.woocommerce-shipping-calculator .shipping-calculator-button {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-billing-fields h2 {
  color: var(--raspbery);
}

.checkout-billing-details-wrap h2:before {
  background-color: var(--gold);
}

.checkout_coupon.woocommerce-form-coupon {
  background-color: var(--dark-color);
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  color: var(--gold);
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox a {
  text-decoration: underline;
  color: var(--gold);
  transition: color .3s ease-in-out;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox a:hover {
  color: var(--raspbery);
}

input[type=checkbox],
input[type=radio] {
  margin-right: 7px;
}

.woocommerce-privacy-policy-link {
  text-decoration: underline;
  color: var(--gold);
  transition: color .2s ease-in-out;
}

.woocommerce-privacy-policy-link:hover {
  color: var(--raspbery);
}

.stock-status.in-stock {
  color: var(--green);
}

.stock-status.in-stock.out-of-stock {
  color: var(--red);
}

.prod-footer-left>span {
  color: var(--raspbery);
  margin-right: 3px;
}

.prod-footer-left>span>span {
  color: var(--gold);
}

#related-products-wrapper h2 {
  color: var(--gold);
}

#related-products-wrapper h2:before {
  background-color: var(--raspbery);
}

.woocommerce-notices-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  color: var(--gold);
}

.woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.woocommerce-notices-wrapper .button.wc-forward {
  margin-left: 10px;
  padding: 5px 10px;
  border: 1px solid var(--gold);
  color: var(--gold);
}

.woocommerce .order_details {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--red);

}

.woocommerce p {}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-color: var(--gold);
}

.cdek-office-info {
  background: var(--gold);
  border-radius: 6px;
  margin-top: 7px;
  padding: 5px 10px;
  color: var(--dark-color);
  text-align: center;
}

label[for="payment_method_tbank"] {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-mini-cart__total.total.minicart-calculation-wrap.d-flex.justify-content-between.align-items-center strong {
  color: var(--gold);
}

.woocommerce-mini-cart__total.total.minicart-calculation-wrap.d-flex.justify-content-between.align-items-center .woocommerce-Price-amount.amount {
  color: var(--raspbery);
  font-weight: 600;
}

.prices-group.woocommerce-variation-price .woocommerce-Price-amount.amount {
  color: var(--raspbery);
  font-weight: 600;
  font-size: 20px;
}

.minicart-product-list .single-product-item .prod-cal.d-flex.align-items-center {
  color: var(--raspbery);
  font-weight: 600;
}

.variations_form.cart {}

/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */

/* Заголовок раздела */
.woocommerce-Addresses h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #222;
}

/* Обёртка адресов */
.woocommerce-Addresses {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 2rem;
  margin-top: 2rem;
}

/* Каждый блок адреса */
.woocommerce-Address {
  background: var(--dark-color);
  border: 1px solid var(--raspbery);
  padding: 1.5rem;
  box-sizing: border-box;
  position: relative;
}

/* Тайтл адреса + кнопка */
.woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.woocommerce-Address-title h3 {
  margin: 0;
  font-size: 1.2rem;
}

.woocommerce-Address .edit {
  font-size: 14px;
  color: var(--gold);
  text-decoration: none;
}

.woocommerce-Address .edit:hover {
  text-decoration: underline;
}

/* Сами адресные данные */
.woocommerce-Address address {
  margin: 0;
  line-height: 1.5;
  font-style: normal;
  font-size: 16px;
}

к
/* my account */

/* Общая обертка */
.woocommerce-account {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 1rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Навигация */
.woocommerce-MyAccount-navigation {
  flex: 0 0 200px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: 0.2s ease;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background-color: var(--gold);
  color: var(--dark-color);
}

/* Контент */
.woocommerce-MyAccount-content {
  /* flex: 1 1 500px; */
}

/* Заголовки */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* Уведомления Woo */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  margin-bottom: 1rem;
  padding: 1rem;
  /* border: 1px solid #ccc; */
  /* background: #f9f9f9; */
}

/* Таблицы заказов */
.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
  padding: 0.75rem;
  border: 1px solid var(--raspbery);
  text-align: left;
}

/* Кнопки */
.woocommerce-Button,
.woocommerce-button,
button.woocommerce-button {
  display: inline-block;
  background: var(--dark-color);
  color: var(--gold);
  padding: 0.6rem 1.2rem;
  border: 1px solid var(--gold);
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
}

.woocommerce-Button:hover {
  background-color: var(--gold);
  color: var(--dark-color);
}

/* view-order */

/* === View Order Page: Общий фон и базовые стили === */
body.woocommerce-view-order {
  background-color: var(--dark-color);
  font-family: var(--font-family);
  color: var(--gold);
}

.woocommerce h2,
.woocommerce-order-details__title,
.woocommerce-columns h3 {
  color: var(--gold);
  font-weight: 600;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 6px;
  margin-bottom: 20px;
}

/* === Таблица товаров === */
.woocommerce-table.woocommerce-table--order-details {
  width: 100%;
  background-color: var(--dark-color);
  /* border: 1px solid var(--raspbery); */
  overflow: hidden;
  margin-bottom: 30px;
}

.woocommerce-table th,
.woocommerce-table td {
  padding: 15px;
  border-bottom: 1px solid var(--raspbery);
  color: var(--gold);
}

.woocommerce-table thead th {
  background-color: var(--dark-color);
  color: var(--gold);
  text-transform: uppercase;
  font-size: 0.9rem;
}

.woocommerce-table tfoot th,
.woocommerce-table tfoot td {
  background-color: var(--dark-color);
  color: var(--gold);
  font-weight: 500;
}

.woocommerce-table a {
  color: var(--gold);
  text-decoration: none;
}

.woocommerce-table a:hover {
  text-decoration: underline;
}

/* === Секции: доставка, оплата, адреса === */
.woocommerce-columns .woocommerce-column {
  background-color: var(--dark-color);
  border: 1px solid var(--gold);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.woocommerce-columns address {
  color: var(--gold);
  font-style: normal;
  line-height: 1.6;
}

/* === Мобильная адаптация === */
@media (max-width: 768px) {
  .woocommerce-columns {
    display: block;
  }

  .woocommerce-columns .woocommerce-column {
    width: 100%;
    margin-bottom: 20px;
  }
}


/* ////// */
.size-chart-wrapper {
  margin: 2rem auto;
  max-width: 800px;
  overflow-x: auto;
}

.size-chart-title {
  color: var(--gold);
  text-align: center;
  margin-bottom: 1rem;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
}

.size-chart {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  color: var(--gold);
  background-color: var(--dark-color);
  min-width: 330px;
}

.size-chart th,
.size-chart td {
  border: 1px solid var(--gold);
  padding: 0.75rem .5rem;
  text-align: center;
  white-space: nowrap;
}

.size-chart thead {
  background-color: var(--dark-color);
  font-weight: 700;
}


/* зум */
.zoomImg {
  transform: scale(1.4) !important;
  transform-origin: center center;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.product-thumb-item:hover .zoomImg {
  transform: scale(1.6) !important;
}

/* collaborations */

.kollaboraczii-block {
  align-items: center;
  padding: 0 15px;
  padding-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.kollaboraczii-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: var(--gold);
}

.kollaboraczii-description {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 auto;
  text-align: center;
  color: var(--gold);
}

@media (max-width: 768px) {
  .kollaboraczii-block {
    padding-top: 20px;
  }

  .kollaboraczii-title {
    font-size: 30px;
  }

  .kollaboraczii-description {
    text-align: start;
    font-size: 18px;
  }
}

.product-attributes {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-attributes li {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 18px;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.product-attributes .attr-label {
  padding-right: 0.5em;
  background-color: var(--dark-color);
  z-index: 1;
  position: relative;
  padding-bottom: 2px;
}

.product-attributes .attr-value {
  padding-left: 0.5em;
  white-space: nowrap;
  background-color: var(--dark-color);
  z-index: 1;
  position: relative;
}

.product-attributes li::before {
  content: '';
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  border-bottom: 1px dashed var(--gold);
  z-index: 0;
  transform: translateY(-50%);
}

@media (max-width: 550px) {
  .product-description-review .desc-review-tab-menu {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .product-description-review .desc-review-tab-menu li a {
    border: 1px solid var(--gold);
  }

  .product-description-review .desc-review-tab-menu li:not(:last-child) {
    margin-right: 10px;
  }

  .product-description-review .tab-content {
    margin-top: unset;
    padding: 0;
    padding-top: 35px;
    padding-bottom: 35px;
    border: none;
  }

  .product-description-review .desc-review-tab-menu li a.active {
    border: 1px solid var(--gold);
  }

  .checkout-page-coupon-area .card h3,
  .checkout-page-account-area .card h3 {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
  }
}


.shop-page-products-wrapper .product {
  display: flex;
  flex-direction: column;
}

.single-product-wrap {
  height: 100%;
}

/* account */
.woocommerce-customer-details .woocommerce-columns.addresses {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}

.woocommerce-column.woocommerce-column--billing-address.col-1,
.woocommerce-column.woocommerce-column--shipping-address.col-2 {
  flex: 1 1 auto;
  max-width: 100%;
}

.mark,
mark {
  color: var(--gold);
  background-color: var(--dark-color);
}

.woocommerce-MyAccount-content p {
  color: var(--gold);
}

.woocommerce-MyAccount-content a {
  text-decoration: underline;
  color: var(--gold);
}

.woocommerce-MyAccount-content a:hover {
  color: var(--raspbery);
}



.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th,

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td,

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
  width: 100%;
  background-color: var(--dark-color);
  border-color: var(--raspbery);
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th {
  width: 60%;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
  border-top: 1px solid var(--raspbery);
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr {
  border-right: 1px solid var(--raspbery);
  border-left: 1px solid var(--raspbery);
}

.woocommerce-MyAccount-navigation ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.woocommerce-MyAccount-navigation ul li {
  grid-column: span 2;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  grid-column: 2/2 span;
}

.woocommerce-MyAccount-navigation-link a {
  text-align: center;
  background-color: var(--dark-color);
  color: var(--gold);
  border: 1px solid var(--gold);
}

.woocommerce-account .woocommerce {
  padding-top: 50px;
}

.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  max-width: 50%;
  flex: 1 1 auto;
}


.u-column1.col-1.woocommerce-Address address,
.u-column2.col-2.woocommerce-Address address {
  color: var(--gold);
}

button[name='save_address'] {
  color: var(--gold);
  padding: 10px 20px;
  border: 1px solid var(--gold);
  transition: color .2s ease-in-out, border-color .2s ease-in-out;
}

button[name='save_address']:hover {
  border-color: var(--raspbery);
  color: var(--raspbery);
}


@media (max-width:1024px) {

  .woocommerce-account .woocommerce {
    padding-top: 100px;
  }

  .u-column1.col-1.woocommerce-Address,
  .u-column2.col-2.woocommerce-Address {
    width: 100%;
  }

  .page-header-content .page-breadcrumb ul {
    flex-wrap: wrap;
  }

  .page-header-content .page-breadcrumb ul li {
    display: flex;
  }
}

@media (max-width:550px) {
  .woocommerce-customer-details .woocommerce-columns.addresses {
    flex-wrap: wrap;
  }

  .page-header-content .page-breadcrumb ul li {
    display: flex;
  }
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
  text-align: center;
  vertical-align: middle;
}

@media (max-width:768px) {

  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: block;
    width: 100%;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    margin-bottom: 30px;
  }

  .woocommerce-MyAccount-navigation ul {
    gap: 10px;
  }

  .woocommerce-MyAccount-navigation ul li {
    grid-column: 4 span;
  }

  .woocommerce-MyAccount-navigation ul li:last-child {
    grid-column: 4 span;
  }


}


@media (max-width: 768px) {

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: center !important;
  }

  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 1px solid var(--raspbery);
    width: 100%;
    text-align: center !important;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: '';
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    width: 100%;
  }
}

.woocommerce .order_details+p {
  text-align: center;
}

/* Основные стили формы заказа */
.woocommerce-order-receipt .order_details,
.woocommerce-order-pay .order_details {
  width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
}

.woocommerce-order-receipt .order_details th,
.woocommerce-order-pay .order_details th {
  text-align: left;
  padding: 12px;
  background: #f5f5f5;
}

.woocommerce-order-receipt .order_details td,
.woocommerce-order-pay .order_details td {
  padding: 12px;
}

/* Стили для списка товаров */
.order_item .product-name {
  font-weight: 500;
}

/* Стили итоговых сумм */
.order_details tfoot th {
  font-weight: 600;
}

.order_details tfoot td {
  font-weight: 600;
  color: var(--gold);
}

/* Стили блока оплаты */
#payment {
  padding: 20px;
  border-radius: 4px;
  margin-top: 30px;
}

.wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.wc_payment_methods label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wc_payment_methods img {
  max-height: 25px;
}




/* Чекбокс согласия */
.woocommerce-terms-and-conditions-wrapper {
  margin: 20px 0;
}

.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 0.9em;
}

/* Основные стили таблицы заказа */
.woocommerce table.shop_table {
  width: 100%;
  margin: 0 0 24px;
  border-collapse: collapse;
  border-radius: 5px;
}

.woocommerce table.shop_table th {
  font-weight: 600;
  padding: 12px;
  text-align: left;
  background: var(--dark-color);
}

/* Стили для товаров в заказе */
.woocommerce table.shop_table .order_item .product-name {
  font-weight: 500;
  color: var(--gold);
}

.woocommerce table.shop_table .order_item .product-quantity {
  color: var(--gold);
}

/* Стили для подвала таблицы (итоги) */
.woocommerce table.shop_table tfoot th {
  font-weight: 600;
  padding-right: 20px;
}

.woocommerce table.shop_table tfoot td {
  font-weight: 600;
  text-align: right;
}

.woocommerce table.shop_table tfoot .shipped_via {
  font-weight: normal;
  color: var(--gold);
  display: block;
  margin-top: 5px;
}

/* Стили для цен */
.woocommerce-Price-currencySymbol {
  font-weight: normal;
}

/* Адаптивность */
@media (max-width: 768px) {
  .woocommerce table.shop_table thead {
    display: none;
  }

  .woocommerce table.shop_table tr {
    display: block;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--raspbery);
  }

  .woocommerce table.shop_table td {
    display: flex;
    justify-content: space-between;
    text-align: right;
    padding: 8px 12px;
    border-bottom: 1px dotted var(--raspbery);
  }

  .woocommerce table.shop_table td:before {
    content: attr(data-title);
    font-weight: 600;
    margin-right: 10px;
    color: var(--gold);
  }

  .woocommerce table.shop_table tfoot th {
    display: none;
  }

  .woocommerce table.shop_table tfoot td {
    display: block;
    text-align: right;
  }
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .input-checkbox {
  width: unset;
}

/* end */

.hidden-js {
  display: none;
}

/* end */

.card {
  background-color: unset;
}


.page-id-10 .woocommerce-notices-wrapper {
  flex-direction: column;
}

.page-id-10 .woocommerce p {
  display: flex;
}

.page-id-10 .cart-empty.woocommerce-info {
  display: flex;
  justify-content: center;
}

@media (max-width:1200px) {
  .woocommerce-account.woocommerce-page .woocommerce-Address {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width:1200px) {
  .woocommerce-account.woocommerce-page .woocommerce-Address .woocommerce-Address-title.title {
    display: flex;
    flex-direction: column;
    align-items: normal;
  }
}

@media (max-width:479px) {
.quantity.pro-qty {
  margin-bottom: 0;
  height: 62px;
}
}

.cdek-office-info {
  font-weight: 500;
  
}

.order-details-area-wrap .order-details-table .table tr th {
  padding-right: 10px;
}