/**
Commons
*/
*, *:focus, .btn, .btn:focus {
  outline: 0 !important;
  text-decoration: none;
}

a, button, input {
  outline: 0;
  border: 0;
}

a, a:hover, a:focus, button:hover, button:focus {
  text-decoration: none;
  outline: 0;
}

body {
  background: #fff;
  color: #393959;
  font-size: 16px;
  line-height: 22px;
  font-family: "Manrope";
  font-weight: 400;
}

p {
  line-height: 1.7;
  margin-bottom: 20px;
}

a {
  color: #393959;
  text-decoration: underline;
  /* 	font-weight: 700; */
}

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

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

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

/*-- app gap use pattern --*/
/*data-xxs = 575
data-xs = 767
data-sm = 991
data-md = 1199
data-value = normal*/
/**
Containers fluid
*/
/*.container-fluid{
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 2%;
	margin-right: 2%;
  	width: auto;
}
.container-fluid .row{
	margin-left: -30px;
	margin-right: -30px;
}

.container-fluid .row .col-lg-1, .container-fluid .row .col-lg-10, .container-fluid .row .col-lg-11, .container-fluid .row .col-lg-12, .container-fluid .row .col-lg-2, .container-fluid .row .col-lg-3, .container-fluid .row .col-lg-4, .container-fluid .row .col-lg-5, .container-fluid .row .col-lg-6, .container-fluid .row .col-lg-7, .container-fluid .row .col-lg-8, .container-fluid .row .col-lg-9, 
.container-fluid .row .col-md-1, .container-fluid .row .col-md-10, .container-fluid .row .col-md-11, .container-fluid .row .col-md-12, .container-fluid .row .col-md-2, .container-fluid .row .col-md-3, .container-fluid .row .col-md-4, .container-fluid .row .col-md-5, .container-fluid .row .col-md-6, .container-fluid .row .col-md-7, .container-fluid .row .col-md-8, .container-fluid .row .col-md-9, 
.container-fluid .row .col-sm-1, .container-fluid .row .col-sm-10, .container-fluid .row .col-sm-11, .container-fluid .row .col-sm-12, .container-fluid .row .col-sm-2, .container-fluid .row .col-sm-3, .container-fluid .row .col-sm-4, .container-fluid .row .col-sm-5, .container-fluid .row .col-sm-6, .container-fluid .row .col-sm-7, .container-fluid .row .col-sm-8, .container-fluid .row .col-sm-9, 
.container-fluid .row .col-xs-1, .container-fluid .row .col-xs-10, .container-fluid .row .col-xs-11, .container-fluid .row .col-xs-12, .container-fluid .row .col-xs-2, .container-fluid .row .col-xs-3, .container-fluid .row .col-xs-4, .container-fluid .row .col-xs-5, .container-fluid .row .col-xs-6, .container-fluid .row .col-xs-7, .container-fluid .row .col-xs-8, .container-fluid .row .col-xs-9{
	padding-left: 30px;
	padding-right: 30px;
}*/
/**
Containers
*/
.container-xlg,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.container-xlg:before,
.container-xlg:after,
.container-lg:before,
.container-lg:after,
.container-md:before,
.container-md:after,
.container-sm:before,
.container-sm:after,
.container-xs:before,
.container-xs:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 1224px;
  width: 100%;
}

.page-body-cntlr {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.ulc {
  margin: 0;
  padding: 0;
  list-style: none;
}

.first:first-child {
  padding-left: 0;
  margin-left: 0;
}

.last:last-child {
  padding-right: 0;
  margin-right: 0;
}

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

.hide-lg {
  display: block !important;
}

.show-lg {
  display: none !important;
}

.hide-md {
  display: block !important;
}

.show-md {
  display: none !important;
}

.hide-sm {
  display: block !important;
}

.show-sm {
  display: none !important;
}

.hide-xs {
  display: block !important;
}

.show-xs {
  display: none !important;
}

.divider {
  line-height: 0;
  font-size: 0;
}

.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.inline-bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.fl-btn-absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

ul.reset-list,
ol.reset-list,
ul.sub-menu,
.fl-pagi-ctlr ul,
.reset-slect ul,
ul.ab-top-menu,
.fl-pagination-cntlr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reset-list > li,
ul.sub-menu li,
.fl-pagi-ctlr ul li,
.reset-slect ul li,
ul.ab-top-menu li,
.fl-pagination-cntlr ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0;
}

.reset-list li:before,
ul.sub-menu li:before,
.fl-pagi-ctlr ul li:before,
.reset-slect ul li:before,
ul.ab-top-menu li:before,
.fl-pagination-cntlr ul li:before,
.map-inner-cntlr ul li:before,
.gm-style-mtc ul li:before {
  content: none !important;
}

/*fl select 2*/
select {
  width: 100%;
}

body .select2-container .select2-selection--single {
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  padding: 5px 0 5px 27px !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  position: relative !important;
  border: 1px solid #CDCDCD !important;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #585858 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  overflow: initial !important;
  padding: 0 !important;
  font-weight: 300;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: initial !important;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

body .select2-selection__arrow:after {
  content: "";
  background: url("../images/selact-arow.png");
  background-repeat: no-repeat !important;
  background-size: 100% auto;
  background-position: center center;
  width: 13px;
  height: 12px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-top: 0px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

body .select2-container--open .select2-selection__arrow:after {
  content: "";
  transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}

body .select2-container--open .selection .select2-selection--single .select2-selection__rendered {
  border-color: #F2F2F2 !important;
}

body .select2-search--dropdown {
  display: none;
}

body .select2-container--default .select2-results__option--selected {
  background-color: #f6f6f6 !important;
  color: #585858 !important;
}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ec6608 !important;
  color: #fff !important;
}

body .select2-results__option {
  padding: 10px 10px !important;
  line-height: 1 !important;
  margin-bottom: 0;
}

body .select2-results__option:before {
  content: none !important;
}

body .select2-dropdown {
  border: 1px solid #000 !important;
}

body .wpforms-field-select span.select2-container.select2-container--default.select2-container--open {
  z-index: 9;
}

body .select2-container--default .select2-results__option {
  cursor: pointer;
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true],
body .select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
  background: #da1a1f !important;
  color: #fff !important;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected],
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #000 !important;
  color: #fff !important;
}

/*slider break fix*/
.slider-break .slider-break-item {
  display: none;
}

.slider-break .slider-break-item:first-child {
  display: block;
}

.slider-break.slick-initialized .slider-break-item {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #3c3c3c;
}

h1, .fl-h1 {
  font-size: 27px;
}

h2, .fl-h2 {
  font-size: 21px;
}

h3, .fl-h3 {
  font-size: 18px;
}

h4, .fl-h4 {
  font-size: 16px;
}

h5, .fl-h5 {
  font-size: 15px;
}

h6, .fl-h6 {
  font-size: 14px;
}

.gap-5 {
  display: block;
  height: 5px;
}
.gap-5:before, .gap-5:after {
  clear: both;
  display: block;
  content: "";
}

.gap-10 {
  display: block;
  height: 10px;
}
.gap-10:before, .gap-10:after {
  clear: both;
  display: block;
  content: "";
}

.gap-15 {
  display: block;
  height: 15px;
}
.gap-15:before, .gap-15:after {
  clear: both;
  display: block;
  content: "";
}

.gap-20 {
  display: block;
  height: 20px;
}
.gap-20:before, .gap-20:after {
  clear: both;
  display: block;
  content: "";
}

.gap-25 {
  display: block;
  height: 25px;
}
.gap-25:before, .gap-25:after {
  clear: both;
  display: block;
  content: "";
}

.gap-30 {
  display: block;
  height: 30px;
}
.gap-30:before, .gap-30:after {
  clear: both;
  display: block;
  content: "";
}

.gap-35 {
  display: block;
  height: 35px;
}
.gap-35:before, .gap-35:after {
  clear: both;
  display: block;
  content: "";
}

.gap-40 {
  display: block;
  height: 40px;
}
.gap-40:before, .gap-40:after {
  clear: both;
  display: block;
  content: "";
}

.gap-45 {
  display: block;
  height: 45px;
}
.gap-45:before, .gap-45:after {
  clear: both;
  display: block;
  content: "";
}

.gap-50 {
  display: block;
  height: 50px;
}
.gap-50:before, .gap-50:after {
  clear: both;
  display: block;
  content: "";
}

.gap-55 {
  display: block;
  height: 55px;
}
.gap-55:before, .gap-55:after {
  clear: both;
  display: block;
  content: "";
}

.gap-60 {
  display: block;
  height: 60px;
}
.gap-60:before, .gap-60:after {
  clear: both;
  display: block;
  content: "";
}

.gap-65 {
  display: block;
  height: 65px;
}
.gap-65:before, .gap-65:after {
  clear: both;
  display: block;
  content: "";
}

.gap-70 {
  display: block;
  height: 70px;
}
.gap-70:before, .gap-70:after {
  clear: both;
  display: block;
  content: "";
}

.gap-75 {
  display: block;
  height: 75px;
}
.gap-75:before, .gap-75:after {
  clear: both;
  display: block;
  content: "";
}

.gap-80 {
  display: block;
  height: 80px;
}
.gap-80:before, .gap-80:after {
  clear: both;
  display: block;
  content: "";
}

.gap-85 {
  display: block;
  height: 85px;
}
.gap-85:before, .gap-85:after {
  clear: both;
  display: block;
  content: "";
}

.gap-90 {
  display: block;
  height: 90px;
}
.gap-90:before, .gap-90:after {
  clear: both;
  display: block;
  content: "";
}

.gap-95 {
  display: block;
  height: 95px;
}
.gap-95:before, .gap-95:after {
  clear: both;
  display: block;
  content: "";
}

.gap-100 {
  display: block;
  height: 100px;
}
.gap-100:before, .gap-100:after {
  clear: both;
  display: block;
  content: "";
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-85 {
  margin-bottom: 85px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.m-b-95 {
  margin-bottom: 95px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-55 {
  margin-top: 55px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-65 {
  margin-top: 65px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-75 {
  margin-top: 75px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-85 {
  margin-top: 85px;
}

.m-t-90 {
  margin-top: 90px;
}

.m-t-95 {
  margin-top: 95px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-0 {
  margin-top: 0;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-55 {
  padding-top: 55px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-t-65 {
  padding-top: 65px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-t-75 {
  padding-top: 75px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-85 {
  padding-top: 85px;
}

.p-t-90 {
  padding-top: 90px;
}

.p-t-95 {
  padding-top: 95px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-t-0 {
  padding-top: 0;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-55 {
  padding-bottom: 55px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-b-65 {
  padding-bottom: 65px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-b-75 {
  padding-bottom: 75px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-b-85 {
  padding-bottom: 85px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.p-b-95 {
  padding-bottom: 95px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-l-55 {
  padding-left: 55px;
}

.p-l-60 {
  padding-left: 60px;
}

.p-l-65 {
  padding-left: 65px;
}

.p-l-70 {
  padding-left: 70px;
}

.p-l-75 {
  padding-left: 75px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-l-85 {
  padding-left: 85px;
}

.p-l-90 {
  padding-left: 90px;
}

.p-l-95 {
  padding-left: 95px;
}

.p-l-100 {
  padding-left: 100px;
}

.p-l-0 {
  padding-left: 0;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-r-55 {
  padding-right: 55px;
}

.p-r-60 {
  padding-right: 60px;
}

.p-r-65 {
  padding-right: 65px;
}

.p-r-70 {
  padding-right: 70px;
}

.p-r-75 {
  padding-right: 75px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-r-85 {
  padding-right: 85px;
}

.p-r-90 {
  padding-right: 90px;
}

.p-r-95 {
  padding-right: 95px;
}

.p-r-100 {
  padding-right: 100px;
}

.p-r-0 {
  padding-right: 0;
}

a, input, img, textarea, button, svg, i, .dft-transition {
  transition: all 0.3s ease-in-out;
}

.scale {
  transform: scale(1.1);
}

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

a:hover {
  text-decoration: none;
}

body.home .header-bottom {
  border-bottom: none;
}

.header-top {
  padding: 4px 0 18px;
}

.header-inr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hdr-lft {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hdr-lft .logo {
  max-width: 320px;
  width: 320px;
  margin-top: 14px;
}

.hdr-lft .logo img {
  width: 100%;
  max-width: 100%;
}

.hdr-btn {
  padding-top: 10px;
}

.hdr-btn a {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}

.hdr-btn a:hover {
  color: #000;
}

.header-inr .hdr-lft .hdr-search-cntlr-wrap form {
  margin-bottom: 0 !important;
}

.header-inr .hdr-lft .hdr-search-cntlr-wrap form .hdr-search-col button img:hover {
  opacity: 0.6;
}

.logo a {
  display: block;
  line-height: 0;
}

.logo a img {
  width: 100%;
  height: auto;
  display: block;
}

.hdr-search-cntlr-wrap {
  width: 430px;
  margin-top: 10px;
  position: relative;
  top: 1px;
}

.hdr-search {
  position: relative;
}

.hdr-search-cntlr-wrap .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.header .hdr-search-col input {
  height: 44px !important;
  background: #f9f9fb !important;
  border-radius: 0px !important;
  padding-right: 45px !important;
  border: 1px solid #e1e1e1 !important;
}

.hdr-search-cntlr-wrap .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
.hdr-search-col-submit button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none !important;
  background: transparent !important;
  padding: 6px 10px 10px !important;
}

.hdr-search-cntlr-wrap .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg.dgwt-wcas-ico-magnifier {
  stroke: #686868 !important;
}

.hdr-search-cntlr-wrap .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  content: none !important;
}

.hdr-tel a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  position: relative;
  padding-left: 14px;
}

.hdr-tel a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: url(../images/tel-icon.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.hdr-rgt-col a:hover,
.hdr-tel a:hover {
  opacity: 0.9;
}

.hdr-tel-title {
  display: block;
  font-size: 13px;
  color: #fff;
  line-height: 1.5;
  margin-block: 2px;
}

.hdr-rgt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  gap: 25px;
  align-items: center;
  padding-top: 10px;
}

.hdr-rgt .hdr-rgt-col {
  line-height: 0;
}

.hdr-cart.hdr-rgt-col {
  margin-top: 2px;
}

.hdr-cart.hdr-rgt-col a img {
  max-width: 21px;
  max-height: 24px;
}

.hdr-rgt-col a {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  line-height: 0.7;
  color: #5b5b5b;
  font-size: 19px;
}

.hdr-rgt-col a img {
  display: block;
  max-width: 42px;
  max-height: 28px;
  margin: 0 auto;
}

.hdr-rgt-col a i {
  display: flex;
  justify-content: center;
  position: relative;
}

.hdr-rgt > span > a {
  text-decoration: none;
  color: #393959;
}

.hdr-rgt > span > a:hover {
  color: #000;
}

.hdr-rgt .hdr-keur-logo {
  max-width: 100px;
}

.hdr-rgt .hdr-keur-logo a {
  display: inline-block;
}

.hdr-rgt .hdr-keur-logo a img {
  width: 100%;
  height: 100%;
}

.cart-number {
  margin: 0 !important;
  position: absolute;
  top: -12px;
  right: -10px;
  font-size: 10px !important;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  background: #000;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}

.header-bottom {
  background: #da1a1f;
}

nav.main-nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 800;
  text-transform: initial;
  position: relative;
}

nav.main-nav > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}

nav.main-nav > ul > li {
  padding: 0 12px;
  line-height: 1;
  position: relative;
}

.header-bottom {
  position: relative;
}

.header-bottom .megamenu-wrap .container,
.header-bottom .megamenu-wrap .row,
.header-bottom .megamenu-wrap .col-md-12,
nav.main-nav > ul > li.menu-item-has-megamenu {
  position: static;
}

.header-bottom .megamenu-wrap .container {
  padding-left: 12px;
  padding-right: 12px;
}

nav.main-nav > ul > li > a {
  padding: 16px 0;
}

nav.main-nav > ul > li.menu-item-has-megamenu:hover > a,
nav.main-nav > ul > li.menu-item-has-children:hover > a,
nav.main-nav ul li a:hover,
nav.main-nav > ul > li.current-menu-item > a {
  color: #000;
}

nav.main-nav > ul > li.menu-item-has-megamenu > a,
nav.main-nav > ul > li.menu-item-has-children > a {
  padding-right: 22px;
}

nav.main-nav > ul > li.menu-item-has-megamenu > a:before,
nav.main-nav > ul > li.menu-item-has-children > a:before {
  position: absolute;
  top: 16px;
  right: 0;
  content: "";
  background-image: url(../images/bottom-arrow.png);
  width: 17px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

nav.main-nav > ul > li.menu-item-has-megamenu:hover > a:before,
nav.main-nav > ul > li.menu-item-has-children:hover > a:before {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  background-image: url(../images/bottom-arrow-hvr.png);
}

nav.main-nav > ul > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -12px;
  background: #fff;
  z-index: -9999;
  width: 200px;
  padding: 0;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: scale3d(1, 0, 1);
  -ms-transform: scale3d(1, 0, 1);
  -webkit-transform: scale3d(1, 0, 1);
  -o-transform: scale3d(1, 0, 1);
  transform-origin: top;
  opacity: 0;
  box-sizing: border-box;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.0015);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

nav.main-nav > ul > li.menu-item-has-children:hover > ul.sub-menu {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

nav.main-nav > ul > li.menu-item-has-children ul.sub-menu li {
  padding: 0 0;
  line-height: 1;
  display: block;
  position: relative;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

nav.main-nav > ul > li.menu-item-has-children ul.sub-menu li:last-of-type {
  border: 0;
}

nav.main-nav > ul > li.menu-item-has-children > ul.sub-menu > li a {
  display: block;
  padding: 12px 10px 12px 20px;
  position: relative;
  line-height: 1;
  font-size: 14px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
}

nav.main-nav > ul > li.menu-item-has-children > ul.sub-menu > li a:hover {
  background: #000;
  color: #fff;
}

.megamenu-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #000;
  padding-top: 30px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: scale3d(1, 0, 1);
  -ms-transform: scale3d(1, 0, 1);
  -webkit-transform: scale3d(1, 0, 1);
  -o-transform: scale3d(1, 0, 1);
  transform-origin: top;
  opacity: 0;
  z-index: -9999;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.0015);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

nav.main-nav > ul > li.menu-item-has-megamenu:hover > .megamenu-wrap {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.megamenu-inr {
  padding-bottom: 24px;
}

.megamenu-inr > ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
}

.megamenu-inr > ul.sub-menu > li {
  width: 25%;
  padding-right: 10px;
  margin-bottom: 30px;
}

.megamenu-col-04,
.megamenu-col-08,
.megamenu-col-012,
.megamenu-col-016 {
  padding-right: 0;
}

.megamenu-inr ul.sub-menu li a {
  color: #fff !important;
  font-size: 16px !important;
}

.megamenu-inr ul.sub-menu li {
  margin-bottom: 5px !important;
  line-height: 1;
}

/*.megamenu-col ul li:first-child{
	margin-bottom: 10px!important;
}*/
.megamenu-inr > ul.sub-menu > li > a {
  font-size: 18px !important;
  font-weight: 800 !important;
  padding-bottom: 2px !important;
}

.megamenu-inr > ul.sub-menu ul.sub-menu li a {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1;
}

.megamenu-inr > ul > li > ul {
  padding-top: 5px;
}

.megamenu-inr ul li a:hover {
  opacity: 0.7 !important;
}

/*.megamenu-overlay {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../images/mega-menu-overlay.png');
    height: 100%;
    background-repeat: repeat;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    -webkit-transform: scale3d(1, 0, 1);
    -o-transform: scale3d(1, 0, 1);
    transform-origin: top;
    opacity: 0;
    z-index: -9999;
}
nav.main-nav > ul > li.menu-item-has-megamenu:hover > .megamenu-overlay {
    transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    opacity: 1;
    visibility: visible;
    z-index: 999;
}*/
.xs-hedaer-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hdr-search-icon {
  cursor: pointer;
}

.hdr-search-cntlr {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #262626;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

.hdr-search-active .hdr-search-cntlr {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}

.hdr-search-cntlr .hdr-search-wrap {
  position: static;
  transform: initial;
  -ms-transform: initial;
  -webkit-transform: initial;
  -o-transform: initial;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  width: 100%;
}

.hdr-search-cntlr .hdr-search-col-submit input[type=submit] {
  padding: 10px;
}

.hdr-search-inr {
  max-width: 800px;
  margin: 0 auto;
}

.hdr-search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.hdr-search-col {
  width: 100%;
}

.hdr-search-col.hdr-search-col-submit input {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #26629C;
  color: #fff;
  border-color: #26629C !important;
  border-radius: 30px !important;
}

.hdr-search-col.hdr-search-col-submit input:hover {
  background: #17528a;
  color: #fff;
  border-color: #17528a !important;
}

.search-cross {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.search-cross img {
  max-width: 22px;
}

.hdr-usp-wrap {
  background: #f9f9fb;
  padding: 10px 0;
}

.hdr-usp-cntlr ul {
  /*display: flex;
  flex-wrap: wrap;
  gap: 0 18px;*/
  padding-bottom: 0;
}

.hdr-usp-cntlr ul li {
  color: #6b6b6c; /* Changed from #777778 for better contrast (4.5:1) */
  font-size: 12px;
  padding: 4px 20px 4px 20px;
}

.hdr-usp-cntlr ul li::before {
  margin-top: 7px;
}

.allWork .xs-mobile-menu {
  right: 0;
  opacity: 1;
  z-index: 99999;
  width: 100%;
}

.xs-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  background-repeat: repeat;
  z-index: 99999;
  opacity: 0;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 130px;
  padding-bottom: 30px;
  height: 100%;
  width: 100%;
}

.xs-pop-up-menu-inr {
  height: 100%;
  width: 100%;
}

.xs-pop-up-menu-btm {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 16px 30px 16px;
  background: transparent;
}

.xs-pop-up-menu-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 16px;
  display: flex;
  justify-content: flex-end;
}

.xs-pop-up-menu-top .hamburger-btn {
  width: auto;
  min-width: 40px;
}

.xs-pop-menu-con {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  padding: 0;
  z-index: 10;
}

body.allWork {
  overflow: hidden !important;
}

.hamburger-btn span {
  position: relative;
  content: "";
  background: #fff;
  width: 22px;
  height: 3px;
  border-radius: 2px;
}

.hamburger-btn {
  width: 100%;
  height: 100%;
  min-height: 40px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.hambergar-cntlr {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.hdr-search-cntlr-wrap {
  margin-left: auto;
}

body .lg-sub-html {
  display: none !important;
}

@media (max-width: 1299px) {
  nav.main-nav > ul > li {
    padding: 0 12px;
  }
  nav.main-nav > ul {
    margin: 0 -12px;
  }
}
@media (max-width: 1199px) {
  nav.main-nav > ul > li.menu-item-has-megamenu > a, nav.main-nav > ul > li.menu-item-has-children > a {
    padding-right: 18px;
  }
  nav.main-nav > ul > li.menu-item-has-megamenu > a:before, nav.main-nav > ul > li.menu-item-has-children > a:before {
    right: -5px;
  }
  nav.main-nav > ul > li {
    padding: 0 7px;
  }
  nav.main-nav > ul {
    margin: 0 -7px;
  }
  nav.main-nav ul li a {
    font-size: 14px;
  }
  .hdr-usp-cntlr ul {
    justify-content: center;
  }
  .hdr-search-cntlr-wrap {
    width: 380px;
  }
  .hdr-lft .logo {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .hdr-lft {
    gap: 12px;
  }
  .hdr-search-cntlr-wrap {
    width: 100%;
  }
  .xs-hedaer-btm-wrap {
    display: flex;
    gap: 20px;
    padding: 15px 0;
  }
  .header-top {
    padding: 6px 0 0;
  }
  .hdr-rgt > span {
    display: none;
  }
  /*	menu*/
  .xs-mobile-menu .hamburger-btn {
    width: initial;
    height: initial;
  }
  nav.main-nav > ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  nav.main-nav > ul > li {
    padding: 6px 20px;
    text-align: right;
    border: 0;
    background: #da1a1f;
  }
  nav.main-nav > ul > li > a {
    font-size: 26px;
    padding: 0;
    color: #fff;
    line-height: 1;
  }
  nav.main-nav > ul > li.menu-item-has-megamenu:hover > a,
  nav.main-nav > ul > li.menu-item-has-children:hover > a,
  nav.main-nav ul li a:hover, nav.main-nav > ul > li.current-menu-item > a {
    color: #fff;
  }
  nav.main-nav > ul > li.menu-item-has-megamenu > a, nav.main-nav > ul > li.menu-item-has-children > a {
    padding-right: 15px !important;
  }
  nav.main-nav > ul > li.menu-item-has-megamenu > a:before, nav.main-nav > ul > li.menu-item-has-children > a:before {
    content: none;
  }
  nav.main-nav > ul > li.menu-item-has-children ul.sub-menu {
    position: static;
    z-index: 15;
    width: initial;
    padding: 4px 20px 24px;
    transition: initial;
    transform: initial;
    opacity: 1;
    box-shadow: none;
    background: #000 !important;
    display: none;
    margin: 0 -20px;
    margin-top: 0;
  }
  nav.main-nav > ul > li.menu-item-has-children:first-child > a {
    padding-bottom: 10px;
  }
  nav.main-nav > ul > li.menu-item-has-children:first-child > ul.sub-menu {
    padding-top: 20px;
    padding-bottom: 45px;
  }
  nav.main-nav > ul > li.menu-item-has-children ul.sub-menu li {
    padding: 0 0;
    width: 100%;
  }
  nav.main-nav > ul > li.menu-item-has-children ul.sub-menu li a {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
  }
  .megamenu-wrap .megamenu-inr > ul.sub-menu > li.menu-item-has-children > a {
    font-size: 23px !important;
    font-weight: 800 !important;
  }
  .megamenu-wrap {
    position: static;
    z-index: 15;
    width: initial;
    padding: 10px 20px 0px;
    transition: initial;
    transform: initial;
    opacity: 1;
    box-shadow: none;
    background: #000 !important;
    margin: 0 -20px;
    margin-top: 12px;
    display: none;
  }
  .megamenu-wrap .container,
  .megamenu-wrap .row,
  .megamenu-wrap .col-md-12 {
    position: static;
    padding: 0;
    margin: 0;
  }
  .megamenu-inr {
    display: block;
  }
  .megamenu-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .megamenu-col > ul > li > a {
    font-size: 23px !important;
    font-weight: 800 !important;
  }
  .megamenu-col > ul ul li a {
    font-size: 19px !important;
    font-weight: 600 !important;
  }
  nav.main-nav > ul > li:not(.menu-item-has-megamenu):not(.menu-item-has-children) {
    padding: 10px 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .dgwt-wcas-search-wrapp,
  .hdr-search-cntlr-wrap {
    margin-left: initial;
  }
  .hdr-search-cntlr-wrap {
    width: 430px;
  }
  .xs-hedaer-btm-wrap {
    justify-content: space-between;
  }
  .hdr-btn {
    padding: 20px;
    text-align: right;
  }
  .hdr-btn a {
    color: #fff;
    font-size: 20px;
  }
  .hdr-search-cntlr-wrap {
    margin-top: 0;
    position: relative;
    top: 0;
  }
  nav.main-nav > ul > li.menu-item-has-megamenu > a,
  nav.main-nav > ul > li.menu-item-has-children > a {
    position: relative;
  }
  .main-nav > ul > li.menu-item-has-children {
    position: relative;
  }
  .main-nav > ul > li.menu-item-has-children .submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-nav > ul > li.menu-item-has-children .submenu-toggle:after {
    content: "";
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-image: url(../images/up-arrow-gray.png);
    width: 14px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .main-nav > ul > li.menu-item-has-children.sub-menu-arrow .submenu-toggle:after {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .hdr-rgt .hdr-keur-logo {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .xs-hedaer-btm-wrap {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .hdr-rgt {
    gap: 20px;
  }
  .hdr-lft .logo {
    max-width: 200px;
  }
  .hdr-rgt .hdr-keur-logo {
    max-width: 75px;
  }
}
@media (max-width: 479px) {
  nav.main-nav > ul > li > a {
    font-size: 24px;
  }
  .megamenu-col > ul > li > a {
    font-size: 20px !important;
    font-weight: 800 !important;
  }
  .megamenu-col > ul ul li a {
    font-size: 17px !important;
  }
  .megamenu-wrap,
  nav.main-nav > ul > li.menu-item-has-children ul.sub-menu {
    padding: 10px 20px 16px;
  }
  nav.main-nav > ul > li.menu-item-has-children ul.sub-menu ul.sub-menu {
    padding-top: 5px;
  }
  .megamenu-col {
    margin-bottom: 24px;
  }
  .logo a img {
    max-width: 160px;
  }
  .megamenu-wrap .megamenu-inr > ul.sub-menu > li.menu-item-has-children > a {
    font-size: 20px !important;
  }
  nav.main-nav > ul > li > a {
    font-size: 24px;
  }
  nav.main-nav > ul > li.menu-item-has-children:first-child > ul.sub-menu {
    padding-bottom: 30px;
  }
  .hdr-search-cntlr-wrap {
    width: calc(100% - 60px);
  }
  .hdr-lft .logo {
    max-width: 170px;
  }
  .hdr-rgt .hdr-keur-logo {
    max-width: 70px;
  }
  .hdr-rgt {
    gap: 8px;
  }
}
@media (max-width: 374px) {
  .hdr-rgt .hdr-keur-logo {
    display: none;
  }
}
.slick-slider ul.slick-dots {
  position: static;
  line-height: 0;
  padding: 0 20px !important;
}

.slick-slider .slick-dots li {
  width: auto !important;
  height: auto !important;
  position: static;
  margin: 0 4px 5px;
  padding: 0 !important;
}

.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li button:hover {
  background: #da1a1f !important;
}

.slick-slider .slick-dots li:before,
.slick-slider .slick-dots li button:before {
  content: none !important;
}

.slick-slider .slick-dots li button {
  padding: 0;
  width: 13px;
  height: 13px;
  border-radius: 100% 100% !important;
  background: #f6f6f6 !important;
}

.slick-dots li:only-child {
  display: none;
}

.uspSlider li {
  display: none;
}

.uspSlider li:first-child {
  display: block;
}

.uspSlider.slick-initialized li {
  display: block;
}

.sitemap {
  padding: 50px 0 70px;
}

.sitemap ol li a {
  color: #FF674D;
}

.sitemap ol li {
  padding-left: 25px;
}

.sitemap ol li a:focus {
  text-decoration: underline;
}

button.slick-prev {
  left: -56px;
}

button.slick-next {
  right: -56px;
}

button.slick-prev,
button.slick-next {
  height: 45px;
  width: 45px;
  margin-top: -20px;
  z-index: 10;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

button.slick-prev:before,
button.slick-next:before {
  content: "";
  background: url("../images/slick-arrow-lft.png");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  left: 0;
  height: 45px;
  width: 45px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 1 !important;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

button.slick-prev:hover:before,
button.slick-next:hover:before {
  opacity: 0.7 !important;
}

button.slick-next:before {
  background: url("../images/slick-arrow-rgt.png");
}

.innerpage-sec {
  padding: 50px 0 80px;
}

@media (max-width: 1399px) {
  button.slick-prev {
    left: -44px;
  }
  button.slick-next {
    right: -44px;
  }
  button.slick-prev,
  button.slick-next,
  button.slick-prev:before,
  button.slick-next:before {
    height: 35px;
    width: 35px;
  }
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

ul li, ol li {
  padding: 4px 0 4px 20px;
  position: relative;
  line-height: 1.3;
  color: #7b7b7b;
}

ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #393959;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border-radius: 100%;
}

.hdr-usp-cntlr ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/check-mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 8px;
  margin-top: 11px;
}

.hdr-usp-cntlr ul li::before {
  margin-top: 7px;
}

/* ol {
  counter-reset: my-awesome-counter;
} */
ol li {
  counter-increment: my-awesome-counter;
}

ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #B70084;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4px;
}

.woocommerce-pagination ul li:before {
  content: none;
  display: none;
}

.woocommerce-pagination {
  padding-top: 40px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #da1a1f;
  color: #fff;
}

@media (max-width: 1299px) {
  button.slick-next {
    right: 0;
    margin-right: 10px;
  }
  button.slick-prev {
    left: 0;
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .innerpage-sec {
    padding: 50px 0 70px;
  }
}
@media (max-width: 991px) {
  .innerpage-sec {
    padding: 50px 0 70px;
  }
}
@media (max-width: 767px) {
  .innerpage-sec {
    padding: 50px 0 50px;
  }
  .productSlider .product-grid.slick-slide,
  .slick-slide {
    height: inherit;
  }
}
@media (max-width: 575px) {
  .innerpage-sec {
    padding: 45px 0 45px;
  }
}
.sitemap {
  padding: 50px 0 70px;
}

.sitemap ol li a {
  color: #FF674D;
}

.sitemap ol li {
  padding-left: 25px;
}

.sitemap ol li a:focus {
  text-decoration: underline;
}

.page-content {
  padding: 100px 0 100px;
}

.page-404-wrp {
  margin-top: 40px;
  padding-bottom: 40px !important;
  min-height: initial !important;
}

.page-404 {
  min-height: 350px;
}

.page-404 h1 {
  font-size: 73px;
}

.page-404 h3 {
  font-size: 28px;
}

.page-404-btn a {
  display: inline-block;
  color: var(--body-color);
  text-decoration: none;
  background: var(--base-color);
  border: 2px solid var(--base-color);
  transition: 0.5s;
  font-weight: 300;
  padding: 8px 20px;
  text-transform: capitalize;
}

.page-404-btn a:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--base-color);
}

.fl-pagination-cntlr {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.fl-pagination-cntlr ul,
.fl-pagination-cntlr ul li {
  display: flex;
}

.fl-pagination-cntlr ul li span {
  font-weight: 500;
  font-size: 16px;
  padding: 2px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fl-pagination-cntlr ul li a,
.page-numbers.dots,
.fl-pagination-cntlr ul li span {
  border-right: 1px solid var(--base-color);
  border-top: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
  font-size: 22px;
  font-weight: 500;
  padding: 2px;
}

.fl-pagination-cntlr ul li a,
.page-numbers.dots {
  font-weight: 500;
  font-size: 20px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base-color);
  background: #fff;
  padding: 2px;
  text-decoration: none;
}

.fl-pagination-cntlr ul li a:hover,
.fl-pagination-cntlr ul li span:hover {
  color: #da1a1f;
}

.page-numbers.current {
  color: #da1a1f;
}

.fl-pagination-cntlr .prev,
.fl-pagination-cntlr .next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px !important;
}

.fl-pagination-cntlr .prev:after {
  position: absolute;
  content: "";
  background-image: url("../images/gary-pagi-prev.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 7px;
}

.fl-pagination-cntlr .next:after {
  position: absolute;
  content: "";
  background-image: url("../images/gray-pagi-next.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 7px;
}

.fl-pagination-cntlr .prev:hover,
.fl-pagination-cntlr .next:hover {
  background: var(--accent-color) !important;
  /* border: 1px solid #fff; */
}

.search-form label {
  display: block;
  position: relative;
}

.right-sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 40px;
}

.right-sidebar .sidebar-widget input[type=search] {
  border: 1px solid #777778 !important;
  padding: 8px 10px 8px 40px;
  width: 100%;
  height: 40px;
  border-radius: none;
  margin-top: 0;
  font-size: 15px;
  padding-left: 40px !important;
}

.right-sidebar .sidebar-widget input[type=submit] {
  position: absolute;
  background: url("../images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 38px;
  height: 40px;
  border: 0;
  left: 0px;
  top: 0;
  bottom: 0;
  padding: 15px 5px;
  margin-top: 0;
  cursor: pointer;
  text-indent: -99999px;
  font-size: 0;
  line-height: 1;
  z-index: 5;
  border: 1px solid #777778 !important;
}

.search input[type=search]:focus {
  border: 1px solid;
  border-color: #777778;
  border-radius: 3px;
}

.right-sidebar .sidebar-widget input[type=submit],
.right-sidebar .sidebar-widget input[type=submit]:focus {
  border: none !important;
}

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

.post-items.full-layout {
  max-width: 100%;
}

.right-sidebar .screen-reader-text {
  display: none;
}

.right-sidebar .sidebar-widget label {
  width: 100%;
}

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

.sidebar-widget h4 {
  font-size: 18px;
}

.sidebar-widget ul li {
  padding-bottom: 0;
  font-size: 16px;
  padding-left: 0;
}

.sidebar-widget ul li:before {
  content: none;
}

.sidebar-widget ul li a {
  color: #393959;
  text-decoration: none;
  font-weight: 400;
}

.sidebar-widget ul li a:hover,
.post-des h4 a:hover,
.post-des p a:hover {
  color: #da1a1f !important;
}

.post-sec-cntrl {
  display: flex;
  flex-wrap: wrap;
}

.post-items {
  max-width: 70%;
  width: 100%;
  order: 2;
}

.right-sidebar {
  padding-right: 40px;
  max-width: 30%;
  width: 100%;
  order: 1;
}

.post-item {
  padding-bottom: 45px;
}

.post-img {
  float: left;
  width: 15%;
  margin-right: 3%;
  margin-bottom: 25px;
  overflow: hidden;
}

.post-img a {
  display: inline-block;
}

.post-img a:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.post-img a img {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.post-des {
  float: left;
  width: 80%;
  line-height: 20px;
}

.right-sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-widget {
  padding-bottom: 40px;
  color: var(--base-color);
}

.right-sidebar .sidebar-widget label {
  width: 100%;
}

/* .right-sidebar .sidebar-widget  */
.post-des h4 {
  font-size: 18px;
}

.post-des h4 a {
  text-decoration: none;
}

.post-des p a {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
}

.gallery {
  margin-left: -8px;
  margin-right: -8px;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 8px;
}

.gallery-item img {
  margin: 0;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.gallery-item a img {
  width: 100%;
  height: 100%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.fancybox-thumbs__list a:before {
  border: 2px solid #0b5fab !important;
}

.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}

.gallery-item img {
  margin: 0;
  border-left: 0 solid #dfd1c0;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

body .lg-outer .lg-thumb-item {
  border-radius: 0;
  border: 2px solid #dfd1c0;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #dfd1c0;
}

/*breadcrumb*/
/* .breadcrumb-cntlr{
    overflow: hidden;
    padding: 14px 0 14px 0;
}
.breadcrumb-cntlr ul {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.breadcrumb-cntlr ul li {
    padding: 0 10px;
    line-height: 1;
    position: relative;
}
.breadcrumb-cntlr ul li:after {
    position: absolute;
    content: "";
    margin-top: 2px;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    height: 7px;
    width: 5px;
    background-size: contain;
    background-image: url(../images/breadcum-icon.png);
    background-repeat: no-repeat!important;
    background-position: center center;
}
.breadcrumb-cntlr ul li:first-child:after{
    display: none;
}
.breadcrumb-cntlr ul li a {
    position: relative;
}
.breadcrumb-cntlr ul li.home a,
.breadcrumb-cntlr ul li:first-child a{
    padding-left: 20px;
}
.breadcrumb-cntlr ul li.home a:after,
.breadcrumb-cntlr ul li:first-child a:after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 14px;
    width: 14px;
    margin-top: 1px;
    background-image: url(../images/home-icon.png);
    background-repeat: no-repeat!important;
    background-position: center center;
    background-size: contain;
}
.breadcrumb-cntlr ul li a, 
.breadcrumb-cntlr ul li span, 
.breadcrumb-cntlr ul li a span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.1;
    color: #939393;
    text-transform: lowercase;
    font-weight: 200;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.breadcrumb-cntlr ul li.active a, 
.breadcrumb-cntlr ul li.active span, 
.breadcrumb-cntlr ul li.active a span,
.breadcrumb-cntlr ul li a:hover, 
.breadcrumb-cntlr ul li span:hover, 
.breadcrumb-cntlr ul li a span:hover {
    color: var(--accent-color); 
}
.breadcrumb-sec{
    margin-bottom: 10px;
}
 */
.breadcrumb-sec {
  padding: 20px 0 35px;
}

.breadcrumb-cntlr {
  margin-top: 0;
}

.breadcrumb-cntlr ul {
  display: flex;
  align-items: center;
  gap: 5px 18px;
  flex-wrap: wrap;
}

.breadcrumb-cntlr ul li {
  position: relative;
}

.breadcrumb-sec .breadcrumb-cntlr ul li span,
.breadcrumb-sec .breadcrumb-cntlr ul li a {
  text-decoration: none;
  display: inline-block;
  vertical-align: baseline;
  color: #505050;
  font-weight: 300;
  word-break: break-word;
  line-height: 1.1;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
}

.breadcrumb-sec .breadcrumb-cntlr ul li.active a,
.breadcrumb-sec .breadcrumb-cntlr ul li.active span {
  color: #3c3c3c;
  font-weight: 700;
}

.breadcrumb-sec .breadcrumb-cntlr ul li a:hover span,
.breadcrumb-sec .breadcrumb-cntlr ul li a:hover {
  color: #3c3c3c;
}

.breadcrumb-sec .breadcrumb-cntlr ul li.active a,
.breadcrumb-sec .breadcrumb-cntlr ul li.active span {
  border: 0;
}

.breadcrumb-sec .breadcrumb-cntlr ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  right: -10px;
  line-height: 1;
  margin-top: 1px;
  background-image: url(../images/breadcumb-devider.svg);
  top: 50%;
  transform: translate(50%, -50%);
  color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .post-des {
    width: 100%;
  }
  .page-content {
    padding: 100px 0 100px;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    width: 25%;
  }
  .gallery-columns-6 .gallery-item {
    width: 25%;
  }
  .gallery-columns-7 .gallery-item {
    width: 25%;
  }
  .gallery-columns-8 .gallery-item {
    width: 25%;
  }
  .gallery-columns-9 .gallery-item {
    width: 25%;
  }
  .breadcrumb-sec {
    padding: 16px 0 26px;
  }
}
@media (max-width: 767px) {
  .post-sec-cntrl {
    display: block;
  }
  .post-items {
    max-width: 100%;
  }
  .right-sidebar {
    max-width: 100%;
    padding-right: 0;
  }
  .page-404 {
    min-height: 300px;
  }
  .page-404-wrp {
    padding-bottom: 50px;
  }
  .page-content {
    padding: 80px 0 80px;
  }
  .gallery-columns-4 .gallery-item {
    width: 33.3333%;
  }
  .gallery-columns-5 .gallery-item {
    width: 33.3333%;
  }
  .gallery-columns-6 .gallery-item {
    width: 33.3333%;
  }
  .gallery-columns-7 .gallery-item {
    width: 33.3333%;
  }
  .gallery-columns-8 .gallery-item {
    width: 33.3333%;
  }
  .gallery-columns-9 .gallery-item {
    width: 33.3333%;
  }
}
@media (max-width: 575px) {
  .page-content {
    padding: 70px 0 70px;
  }
  .post-item {
    padding-bottom: 30px;
  }
  .gallery-columns-3 .gallery-item {
    width: 50%;
  }
  .gallery-columns-4 .gallery-item {
    width: 50%;
  }
  .gallery-columns-5 .gallery-item {
    width: 50%;
  }
  .gallery-columns-6 .gallery-item {
    width: 50%;
  }
  .gallery-columns-7 .gallery-item {
    width: 50%;
  }
  .gallery-columns-8 .gallery-item {
    width: 50%;
  }
  .gallery-columns-9 .gallery-item {
    width: 50%;
  }
}
.hm-page-con-cntlr {
  background: #f9f9fb;
}

.hm-pro-sec {
  padding: 30px 0 50px;
}

.hm-pro-sec-title {
  margin-bottom: 30px;
}

.hm-pro-con-wrap {
  display: flex;
  flex-wrap: wrap;
}

.hm-pro-con-lft {
  width: 40%;
  padding-right: 20px;
  display: none;
}

.hm-pro-con-rgt {
  width: 100%;
}

.hm-product-wrap .product-grid {
  width: calc(25% - 18px + 4.5px);
}

.hm-pro-btm-info {
  text-align: right;
  padding-top: 20px;
}

.hm-pro-btm-info > a,
.hm-pro-btm-info > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
}

.hm-pro-btm-info > a:hover {
  color: #da1a1f;
}

.hm-partner-sec {
  padding: 0px 0 50px;
}

.hm-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}

.hm-partner {
  width: 20%;
  padding: 0 12px;
  margin-bottom: 15px;
}

.hm-partner > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 15px 10px;
  box-shadow: 0 0 5px 3px #f9f9f9;
  height: 100%;
}

.hm-content-sec {
  padding: 40px 0 55px;
}

@media (max-width: 1199px) {
  .hm-product-wrap .product-grid {
    width: calc(33.3333% - 18px + 6px);
  }
}
@media (max-width: 991px) {
  .hm-pro-con-lft {
    width: 35%;
  }
  .hm-partner {
    width: 25%;
  }
  .hm-product-wrap .product-grid {
    width: calc(50% - 18px + 9px);
  }
}
@media (max-width: 767px) {
  .hm-pro-con-lft {
    width: 100%;
    padding-right: 0;
  }
  .hm-pro-con-rgt {
    width: 100%;
  }
  .hm-pro-con-wrap {
    gap: 40px;
  }
  .hm-pro-lft-img {
    text-align: center;
  }
  .hm-pro-sec-title {
    margin-bottom: 24px;
  }
  .hm-partner {
    width: 33.333%;
  }
  .hm-pro-sec {
    padding: 30px 0 50px;
  }
}
@media (max-width: 575px) {
  .hm-pro-sec {
    padding: 30px 0 40px;
  }
  .hm-product-wrap .product-grid {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .hm-product-wrap .product-grid {
    width: 100%;
  }
  .hm-partners {
    margin: 0 -8px;
  }
  .hm-partner {
    width: 50%;
    padding: 0 8px;
  }
  section.up-sells.upsells.products {
    padding-top: 30px;
  }
}
.cnt-form {
  padding-top: 0;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.input-field {
  margin-bottom: 20px;
}

.d2-wrp {
  margin: 0 -10px;
  display: flex;
}

.d2 {
  width: 50%;
  padding: 0 10px;
}

.input-field label {
  color: #000;
  font-weight: 400;
  /*font-family: 'Oswald';*/
  margin-bottom: 8px;
}

.contact-map-cntlr iframe {
  width: 100%;
  height: 630px;
  vertical-align: bottom;
}

.contact-form-wrp .wpforms-container.wpforms-container-full {
  margin-bottom: 0;
}

.contact-form-wrp .wpforms-container.wpforms-container-full {
  margin-top: 0;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-textarea,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.FullWidthField {
  width: 100%;
}

textarea,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-textarea textarea,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.FullWidthField textarea {
  height: 150px !important;
  display: block;
  resize: none;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-textarea {
  width: 100%;
}

input[type=text],
input[type=email],
input,
textarea,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-textarea textarea,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input {
  width: 100%;
  max-width: 100%;
  height: 48px;
  background: #fff;
  border: 1px solid #393959;
  box-sizing: border-box;
  padding: 15px 18px;
  border-radius: 4px;
  color: #393959;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/*.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-textarea textarea:focus, 
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input:focus {
    border-color: #DC0451!important;
    box-shadow: none;
}*/
/*.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-textarea textarea:focus, 
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input:focus {
    border: 1px solid #222 !important;
}*/
.cnt-form .input-field input:focus,
.cnt-form .input-field textarea:focus {
  border: 1px solid #bcbcbc !important;
}

.siteorigin-widget-tinymce .wpcf7-form .wpcf7-response-output {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 32px;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field legend,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field label {
  color: #6F6F6F;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: initial;
  margin-bottom: 6px;
  font-family: "Sofia-Sans";
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field legend .wpforms-required-label,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field label .wpforms-required-label {
  color: #DC0451;
  font-size: 13px;
  font-weight: 700;
  display: none;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-submit-container button {
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  color: #fff !important;
  background: #26629C !important;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  padding: 14px 38px;
  border-radius: 50px;
  border: 1px solid #26629C !important;
  height: initial;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-submit-container button:hover {
  background: transparent !important;
  border: 1px solid #26629C !important;
  color: #26629C !important;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-html {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-html p {
  color: #6F6F6F;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-html p a {
  color: #6F6F6F;
  text-decoration: underline;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-html p a:hover {
  color: #26629C;
  text-decoration: none;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container:after,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container:before {
  content: "";
  clear: both;
  display: table;
}

input[type=text],
body .dgwt-wcas-sf-wrapp input[type=search],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container label.wpforms-error {
  display: none;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-has-error em.wpforms-error,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-has-error label.wpforms-error {
  display: none !important;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-has-error em.wpforms-error,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-has-error label.wpforms-error {
  font-weight: 400;
  font-size: 13px;
  padding-left: 2px;
  position: absolute;
  top: 88px;
  right: 12px;
  color: #D9534F;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  text-transform: inherit;
  display: none;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-has-error input[type=email].wpforms-error,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-has-error input[type=text].wpforms-error,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-has-error input[type=number].wpforms-error {
  border: 1px solid #F15946 !important;
  background: #fff !important;
}

/*#wpforms-222-field_1-error*/
input::placeholder,
textarea::placeholder,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input::placeholder,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea::placeholder {
  color: #bcbcbc !important;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input::-webkit-input-placeholder,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea::-webkit-input-placeholder {
  color: #bcbcbc !important;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input::-moz-placeholder,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea::-moz-placeholder {
  color: #bcbcbc !important;
  opacity: 1;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input:-ms-input-placeholder,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea:-ms-input-placeholder {
  color: #bcbcbc !important;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input:-moz-placeholder,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea:-moz-placeholder {
  color: #bcbcbc !important;
  opacity: 1;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-has-error input.wpforms-error::-webkit-input-placeholder {
  color: #DC0451 !important;
  opacity: 1;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-has-error input.wpforms-error::-moz-placeholder {
  color: #DC0451 !important;
  opacity: 1;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-has-error input.wpforms-error:-ms-input-placeholder {
  color: #DC0451 !important;
  opacity: 1;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-has-error input.wpforms-error:-moz-placeholder {
  color: #DC0451 !important;
  opacity: 1;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-has-error textarea.wpforms-error::-webkit-input-placeholder {
  color: #DC0451 !important;
  opacity: 1;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-has-error textarea.wpforms-error::-moz-placeholder {
  color: #DC0451 !important;
  opacity: 1;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-has-error textarea.wpforms-error:-ms-input-placeholder {
  color: #DC0451 !important;
  opacity: 1;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-has-error textarea.wpforms-error:-moz-placeholder {
  color: #DC0451 !important;
  opacity: 1;
}

/*checkbox/radio*/
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio {
  margin-bottom: 24px;
}

.contact-form-wrp .wpforms-field.wpforms-field-checkbox ul li,
.contact-form-wrp .wpforms-field.wpforms-field-radio ul li {
  padding-left: 0 !important;
}

.wpforms-field-checkbox ul li:before,
.wpforms-field-radio ul li:before {
  content: none;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox legend,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio legend,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox label,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio label {
  margin-bottom: 20px;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li > input,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li > input {
  opacity: 0;
  height: 0;
  display: none;
}

.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li > label,
.contact-form-wrp .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li > label {
  position: relative;
  padding-left: 26px;
  font-weight: 400;
  font-size: 14px;
  text-transform: initial;
  margin-bottom: 0;
  font-family: "Inter";
  color: #6F6F6F;
}

.contact-form-wrp .wpforms-container-full .wpforms-form ul {
  gap: 0 !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-form-wrp .wpforms-container-full .wpforms-form ul li {
  margin-bottom: 28px !important;
  line-height: 1;
}

.contact-form-wrp .wpforms-container-full .wpforms-form ul li:last-child {
  margin-bottom: 0px !important;
}

.wpforms-field-radio ul li > label:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 18px;
  width: 18px;
  background: #fff;
  border-radius: 100%;
  left: 0;
  top: -2px;
  /*border: 1px solid #fff;
  box-shadow: 0px 0px 0px 3px inset #fff;*/
}

.wpforms-field-radio ul li > label:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/radio-icon.svg);
  background-size: 8px 8px;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: -2px;
  opacity: 0;
  z-index: 1;
}

.wpforms-field-radio ul li input:checked + label::before {
  opacity: 1;
}

.wpforms-field-checkbox ul li > label:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 18px;
  width: 18px;
  background: #fff;
  left: 0;
  top: -2px;
  /*border: 1px solid #fff;
  box-shadow: 0px 0px 0px 3px inset #fff;*/
}

.wpforms-field-checkbox ul li > label:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/checkmark-icon.svg);
  background-size: 11px 11px;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: -2px;
  opacity: 0;
  z-index: 1;
}

.wpforms-field-checkbox ul li input:checked + label::before {
  opacity: 1;
}

.cnt-us-submit-btn {
  position: relative;
  margin-top: 20px;
  display: inline-block;
}

.cnt-us-submit-btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0;
  background-color: #ff00ea;
}

.cnt-us-submit-btn:hover .wpcf7-spinner {
  background-color: #23282d;
}

.cnt-form-btn {
  width: 200px;
  text-transform: uppercase;
  cursor: pointer;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ec6608;
  border: none;
  border-radius: 2px !important;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 5px;
  color: #fff;
  letter-spacing: 2px;
  border: none !important;
}

.cnt-form-btn:hover {
  background: #000;
  color: #fff;
}

.page-cnt-inner .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  margin-top: 3px;
}

.wpcf7 form.sent .wpcf7-response-output {
  max-width: 750px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-cnt-inner .wpcf7 form.failed .wpcf7-response-output,
.page-cnt-inner .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #dc3232 !important;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 12px;
}

.page-cnt-inner .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #dc3232 !important;
}

.contact-page-content {
  padding-top: 35px;
  padding-bottom: 50px;
}

.cnt-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #ec6608 !important;
}

.wpcf7 form.invalid .cnt-form .wpcf7-response-output {
  border-color: #ebebeb;
  margin-left: 0;
  margin-right: 0;
}

.wpcf7 form .cnt-form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 575px) {
  .d2-wrp {
    flex-wrap: wrap;
  }
  .d2 {
    width: 100%;
    padding: 0 10px;
  }
  /*.cnt-form{
      padding-top: 60px;
  }*/
}
@media (max-width: 359px) {
  .cnt-form-btn {
    width: 100%;
  }
  /*.cnt-form{
      padding-top: 40px;
  }*/
  .cnt-us-submit-btn {
    display: block;
  }
  .cnt-us-submit-btn .wpcf7-spinner {
    right: 10px;
  }
}
.ftr-top-bar {
  background: #000;
  padding: 14px 0 20px;
}

.ftr-top-bar-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ftr-top-bar-rgt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 0;
  gap: 10px 30px;
}

.ftr-top-bar-rgt ul li {
  color: #fff;
  font-size: 17px;
  padding-left: 20px;
}

.ftr-top-bar-rgt ul li:before {
  width: 9px;
  height: 15px;
  margin-top: 7px;
  background: url("../images/white-check-mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ftr-main {
  background: #f9f9fb;
  position: relative;
}

.ftr-main-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #f4f4f6;
  width: 45%;
}

.ftr-row,
.ftr-lft-inr,
.ftr-rgt {
  display: flex;
  flex-wrap: wrap;
}

.ftr-row {
  position: relative;
  z-index: 2;
}

.ftr-lft {
  width: 45%;
  /* 	background: #f4f4f6; */
}

.ftr-lft-inr {
  padding: 22px 0px 80px 0;
}

.ftr-lft-inr .ftr-lft-col:nth-child(1) {
  width: 44%;
  padding-right: 10px;
}

.ftr-lft-inr .ftr-lft-col:nth-child(2) {
  width: 56%;
  padding-right: 10px;
  padding-top: 40px;
}

.ftr-icon {
  padding-top: 20px;
}

.ftr-rgt {
  width: 55%;
  padding: 22px 0px 80px 24px;
}

.ftr-rgt-col:nth-child(1) {
  width: 32%;
  padding-right: 10px;
}

.ftr-rgt-col:nth-child(2) {
  width: 68%;
  padding-right: 10px;
}

.ftr-title {
  font-weight: 800;
  margin-bottom: 15px;
}

.ftr-row ul li,
.ftr-row .ftr-address span {
  line-height: 1.6;
}

.ftr-row .ftr-address span {
  display: block;
}

.ftr-row ul li,
.ftr-row ul li a,
.ftr-row .ftr-address span,
.ftr-row .ftr-address span a {
  text-decoration: none;
  color: #3c3c3c;
}

.ftr-row ul li a:hover,
.ftr-btm-row ul li a:hover,
.ftr-row .ftr-address span a:hover {
  color: #da1a1f;
}

.ftr-btm {
  padding: 26px 0;
  background: #fff;
}

.ftr-btm-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 30px;
}

.ftr-btm-row p,
.ftr-btm-row ul li a {
  color: #bcbcbc;
  font-size: 14px;
  font-weight: 300;
  font-family: "rubik";
  text-decoration: none;
  margin: 0;
}

.ftr-btm-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.ftr-btm-menu ul li {
  padding: 0 12px;
  position: relative;
}

.ftr-btm-menu ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 2px;
  height: 14px;
  background: #bcbcbc;
  z-index: 2;
}

.ftr-rgt-col .ftr-menu-PT {
  padding-top: 22px;
}

.ftr-top-bar-row .ftr-top-bar-left {
  display: none;
}

@media (max-width: 1199px) {
  .ftr-top-bar-rgt ul {
    gap: 10px 20px;
  }
  .ftr-top-bar-rgt ul li {
    font-size: 16px;
    padding-left: 16px;
  }
  .ftr-rgt,
  .ftr-lft-inr {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .ftr-lft,
  .ftr-rgt,
  .ftr-lft-inr .ftr-lft-col,
  .ftr-rgt .ftr-rgt-col,
  .ftr-main-bg {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .ftr-lft,
  .ftr-rgt {
    width: 100%;
  }
  .ftr-main-bg {
    display: none;
  }
  .footer-wrap .ftr-rgt .ftr-rgt-col,
  .footer-wrap .ftr-lft-inr .ftr-lft-col {
    width: 50%;
    padding-right: 10px;
  }
  .ftr-rgt,
  .ftr-lft-inr {
    max-width: 520px;
    padding-bottom: 40px;
    padding-left: 0;
    margin: 0 auto;
  }
  .ftr-lft-inr {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ftr-top-bar-rgt {
    display: none;
  }
  .ftr-btm {
    padding: 20px 0 15px;
  }
  .ftr-btm-row {
    flex-direction: column-reverse;
  }
  .ftr-btm-row p {
    text-align: center;
  }
  .ftr-btm-menu ul {
    justify-content: center;
    margin: 0 -10px;
  }
  .ftr-btm-menu ul li {
    padding: 0 10px;
  }
  .ftr-btm-menu ul li:not(:last-child):after {
    content: none;
    display: none;
  }
  .ftr-top-bar-row {
    justify-content: center;
  }
  .copyright-text {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer-wrap .ftr-rgt-col:nth-child(2) {
    display: none;
  }
  .footer-wrap .ftr-rgt .ftr-rgt-col,
  .footer-wrap .ftr-lft-inr .ftr-lft-col {
    width: 100%;
  }
  .footer-wrap .ftr-icon {
    position: absolute;
    bottom: 40px !important;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding-top: 0;
  }
  .ftr-top-bar-row {
    justify-content: flex-start;
  }
  .ftr-lft-inr .ftr-lft-col:nth-child(2) {
    padding-top: 30px;
  }
}
.checkout-progressbar {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}

.n-checkout-progress {
  padding: 100px 0 50px 0;
}

.n-checkout-progress-wrap {
  display: flex;
}

.checkout-progress-cntlr {
  margin: 0 -10px;
  margin-left: auto;
  max-width: 440px;
  width: 100%;
  margin-right: auto;
}

.checkout-progress {
  display: flex;
  position: relative;
}

.checkout-progress-bar {
  position: absolute;
  content: "";
  background: #f1f1f1;
  border-radius: 1px;
  height: 4px;
  left: 55px;
  right: 80px;
  top: 11px;
  margin-top: 0px;
  z-index: 1;
}

.checkout-progress-bar .ckour-pro-bar-active {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  border-radius: 1px;
}

.checkout-progress-bar .ckour-pro-bar-1 {
  width: 0%;
}

.checkout-progress-bar .ckour-pro-bar-2 {
  width: 100%;
}

.checkout-progress-bar .ckour-pro-bar-3 {
  width: 100%;
}

.checkout-progress-bar .ckour-pro-bar-active.active {
  background: #ff6633;
}

.chckout-prgrs-col.chckout-prgrs-col-3 strong {
  margin-left: auto;
}

.chckout-prgrs-col.chckout-prgrs-col-2 strong {
  margin-left: auto;
  margin-right: auto;
}

.chckout-prgrs-col.active .chckout-prgrs-title {
  color: #666666;
  font-weight: 500;
  white-space: nowrap;
}

.chckout-prgrs-col {
  width: 50%;
  padding: 0 10px;
  text-align: left;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
}

.checkout-progress .chckout-prgrs-col-1 .chckout-prgrs-col-cntlr {
  margin-right: auto;
  text-align: center;
}

.checkout-progress .chckout-prgrs-col-1 strong {
  margin-left: calc(50% - 12px);
}

.checkout-progress .chckout-prgrs-col-2 strong {
  margin-right: calc(50% - 12px);
}

.checkout-progress .chckout-prgrs-col-2 .chckout-prgrs-col-cntlr {
  margin-left: auto;
  text-align: center;
}

.chckout-prgrs-col.chckout-prgrs-col-2 {
  text-align: center;
}

.chckout-prgrs-col.chckout-prgrs-col-2 {
  text-align: right;
}

.chckout-prgrs-number {
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  margin-bottom: 16px;
  background: #c6c5ca;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.purchase-summary-btn,
.payment-btn {
  width: 100%;
  text-align: center;
}

body.step2 .payment-btn {
  padding-top: 40px;
}

.purchase-summary-btn {
  padding-top: 0px;
}

.purchase-summary-btn a {
  display: inline-block;
  padding: 8px 15px;
  background: #dfdfdf;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}

.purchase-summary-btn a:after {
  content: "";
  background-image: url("../images/purches-smry-btn-arrow.png");
  width: 8px;
  height: 16px;
  left: 15px;
  top: 10px;
  position: absolute;
}

.payment-btn a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-right: 30px;
}

.payment-btn a:after {
  content: "";
  background-image: url("../images/payment-btn-arw.png");
  width: 8px;
  height: 16px;
  right: 15px;
  top: 10px;
  position: absolute;
}

.checkoutpt-right {
  margin-bottom: 60px;
}

.chckout-prgrs-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #cccccc;
  margin-bottom: 0;
  text-transform: initial;
  white-space: nowrap;
}

.chckout-prgrs-col-2 {
  text-align: center;
}

.checkout-page-title .checkoutpt-left {
  /*float: left;*/
}

.checkout-page-title .checkoutpt-right {
  /*float: right;*/
  margin-left: auto;
}

.checkout-page-title .progressbar-crtl {
  width: 440px;
  padding-top: 0px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
  margin-top: 20px;
}

.chckout-prgrs-col.active .chckout-prgrs-number {
  background-color: #da1a1f;
}

.checkout-page-bar-crtl {
  margin-left: auto;
  max-width: 500px;
  width: 100%;
}

p#texture_field .woocommerce-input-wrapper,
#allergy_field .woocommerce-input-wrapper {
  display: inline-flex;
}

p#texture_field .woocommerce-input-wrapper label,
#allergy_field .woocommerce-input-wrapper label {
  padding-right: 20px;
}

.backToSubscription a:after {
  content: "";
  background-image: url("../images/next-arraw.png");
  width: 22px;
  height: 12px;
  left: 18px;
  top: 16px;
  position: absolute;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

/*body.woocommerce-checkout.step2 form.checkout.woocommerce-checkout #customer_details{*/
/*    display: block;*/
/*}*/
/*body.woocommerce-checkout.step2 #order_review_crtl{*/
/*  display:none;  */
/*}*/
p#texture_field > label, #allergy_field > label {
  padding-right: 50px;
  display: inline !important;
  color: #523A28;
  font-weight: 700;
}

.subscription-col.subscription-form-inner .heading-wrrp h3 {
  margin-bottom: 35px;
}

.logged-in.woocommerce-checkout .product-page-section {
  padding-bottom: 0;
  /*margin-bottom: -170px;*/
}

.logged-in.woocommerce-checkout.step2 .product-page-section {
  padding-bottom: 90px;
  /* margin-bottom: -170px; */
}

.backButtons.pageBottom {
  /*text-align: center;*/
}

.backToSubscription a {
  font-size: 18px !important;
  text-decoration: none;
}

body.woocommerce-checkout .subscription-form-inner .next-btn.toData a {
  font-weight: 700;
  text-decoration: none;
  border-radius: 40px 40px 40px 40px;
  min-height: 60px;
  font-size: 19px;
  padding: 22px 40px;
  cursor: pointer;
}

body.woocommerce-checkout .subscription-form-inner .next-btn.toData a:hover {
  background: #8eb830;
}

.backToSubscription a {
  font-weight: 700;
  background-color: #da1a1f !important;
  position: relative;
  padding-left: 50px !important;
}

.backToSubscription a:hover {
  background-color: #8eb830 !important;
}

body.woocommerce-checkout form.woocommerce-checkout .subscription-form-inner input.input-text {
  border-radius: 40px !important;
  font-size: 15px !important;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 400;
  height: 60px !important;
}

body.woocommerce-checkout form.woocommerce-checkout .subscription-form-inner input.input-text::placeholder {
  color: #BEBEBE !important;
}

body.woocommerce-checkout form.woocommerce-checkout .subscription-form-inner .form-row > label {
  display: none;
}

body.woocommerce-checkout form.woocommerce-checkout .form-row {
  margin-bottom: 24px;
}

body.woocommerce .product-review #review_form #respond p.comment-form-cookies-consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

body.woocommerce .product-review #review_form #respond p.comment-form-cookies-consent input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

body.woocommerce .product-review #review_form #respond .form-submit input[type=submit]:hover {
  background: transparent !important;
  color: #da1a1f !important;
  border-color: #da1a1f !important;
}

@media (max-width: 991px) {
  .subscription-col {
    max-width: 700px;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .subscription-col.subscription-form-inner {
    margin-bottom: 60px;
  }
  body.woocommerce-checkout form.checkout.woocommerce-checkout .order-details-crtl,
  body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details {
    width: 100%;
    gap: 0 !important;
  }
}
@media (max-width: 767px) {
  .woocommerce h6 {
    font-size: 16px;
  }
  .woocommerce-checkout .product-page-section {
    padding: 60px 0 50px;
  }
  .backButtons.pageTop {
    padding: 0 0px !important;
    margin-bottom: 30px;
  }
  .subscription-extra-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.woocommerce-checkout form.woocommerce-checkout .subscription-form-inner input.input-text {
    padding-left: 30px;
    padding-right: 30px;
    height: 54px !important;
  }
  p#texture_field > label, #allergy_field > label {
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  .woocommerce h6 {
    font-size: 14px;
  }
  .subscription-col.subscription-form-inner .heading-wrrp h3 {
    margin-bottom: 20px;
  }
  .heading-wrrp {
    flex-wrap: wrap;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .plan-name {
    margin-left: 0px !important;
  }
}
.woocommerce .coupon {
  display: flex;
  align-items: center;
}

/*.woocommerce-Price-amount{
    color: #e94e1b;
}
.woocommerce-Price-amount bdi {
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
    font-weight: 700;
}*/
.woocommerce .wcml-dropdown.product {
  width: 100%;
}

.woocommerce .wcml-dropdown li {
  padding: 15px 15px 15px 15px;
  color: #848484;
  font-size: 18px;
  line-height: 1.5;
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.woocommerce .wcml-dropdown li:hover,
.woocommerce .wcml-dropdown li:focus {
  background-color: transparent;
}

.woocommerce .wcml-dropdown a {
  padding: 0;
  color: #848484;
  transition: all 0s;
  text-decoration: none;
  /*  display: block;
      cursor: pointer; */
}

.product-price del span:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: initial;
  background: #da1a1f;
  z-index: 1;
  height: 1px;
  width: 100%;
  opacity: 0.8;
  bottom: 10px;
}

.product-grid-item .product-price-cntlr .product-price small {
  font-size: 13px;
}

.product-price ins span {
  position: relative;
  margin-left: 8px;
  opacity: 0.8;
}

.woocommerce .wcml-dropdown .wcml-cs-submenu {
  border-top: none;
  /*     padding-bottom: 0;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 9;
      display: none; */
}

/* .woocommerce .wcml-dropdown li.wcml-cs-active-currency:hover .wcml-cs-submenu{
    display: block;
}  */
.woocommerce .wcml-dropdown > ul {
  background: #fff;
  padding-bottom: 0;
}

.woocommerce ul.wcml-cs-submenu {
  background: #fff;
}

.woocommerce .wcml-dropdown a:hover {
  color: #da1a1f;
}

.woocommerce span.posted_in {
  /*     padding: 30px 0; */
  padding-bottom: 30px;
  display: block;
}

.woocommerce span.posted_in a {
  text-decoration: none;
  display: inline-block;
  padding-left: 5px;
}

.woocommerce .quantity.qty {
  position: relative;
  margin-right: 15px !important;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0;
}

.woocommerce .quantity input[type=number] {
  width: 130px !important;
  height: 60px;
  padding: 10px 24px;
  text-align: center;
  border: 1px solid #CDCDCD;
  border-radius: 4px;
}

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

body.single-product.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield;
}

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

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce .quantity span.plus,
.woocommerce .quantity span.minus {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  margin-top: 0;
  cursor: pointer;
}

.woocommerce .quantity span.plus {
  left: initial;
  right: 14px;
}

.woocommerce .quantity span.plus:hover,
.woocommerce .quantity span.minus:hover {
  color: #da1a1f;
}

.woocommerce #review_form #respond .form-submit input[type=submit],
.woocommerce div.product form.cart .button {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 13px 16px 15px 16px;
  border: 2px solid #da1a1f;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 32px;
  background: #da1a1f;
  color: #fff;
  min-width: 180px;
  cursor: pointer;
}

.woocommerce #review_form #respond .form-submit input[type=submit] {
  border-radius: 4px !important;
}

.woocommerce a.added_to_cart:hover,
.woocommerce #review_form #respond .form-submit input[type=submit]:hover,
.woocommerce div.product form.cart .button:hover {
  background: #da1a1f !important;
  border: 1px solid #da1a1f !important;
  color: #fff !important;
}

body.post-type-archive-product .cart .button,
body.product-template-default .related.products .pro-grd-item-col .cart .button {
  float: initial !important;
}

/*woocommerce-checkbox*/
.woocommerce-form__label-for-checkbox input {
  display: none !important;
}

.woocommerce-shipping-methods li label:after,
.woocommerce-checkout-payment .wc_payment_methods li label:after,
.woocommerce-form__label-for-checkbox > span:after {
  position: absolute;
  content: "";
  left: 0;
  border: 1px solid #da1a1f;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  top: 3.5px;
  box-shadow: 0px 0px 0px 3px inset #fff;
  background: #fff;
}

.woocommerce-shipping-methods li label:after,
.woocommerce-checkout-payment .wc_payment_methods li label:after,
.woocommerce-form__label-for-checkbox > span:after {
  border-color: #da1a1f;
}

#customer_login .woocommerce-form__label-for-checkbox > span:after {
  height: 18px;
  width: 18px;
  left: 4px;
  top: -2px;
}

#customer_login .woocommerce-form__label-for-checkbox span:before {
  left: 7px;
  height: 10px;
  width: 12px;
}

.woocommerce-shipping-methods li input:checked + label:after,
.woocommerce-checkout-payment .wc_payment_methods li input:checked + label:after,
.woocommerce-form__label-for-checkbox input:checked + span:after {
  background: #da1a1f;
  border: 1px solid #da1a1f;
}

/*cart*/
.woocommerce ul#shipping_method li input {
  margin-top: 7px;
  display: none;
}

.woocommerce ul#shipping_method li input[type=hidden] + label {
  margin-left: -24px;
}

.woocommerce ul#shipping_method li input[type=hidden] + label:after {
  display: none;
}

.woocommerce ul#shipping_method li {
  padding: 0px 0 0px 24px;
  position: relative;
}

.woocommerce ul#shipping_method li:before {
  content: none;
}

.woocommerce-cart .quantity.qty1 {
  position: relative;
  display: inline-block;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: initial;
  padding: 15.5px 20px 17.5px 20px;
  text-decoration: none;
  font-size: 19px;
  color: #fff;
  border: 2px solid #da1a1f;
  background: #da1a1f;
  border-radius: 32px;
  width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  color: #fff;
  background-color: #8eb830;
  border-color: #8eb830;
}

.product-name a,
.woocommerce-cart .product-name a {
  text-decoration: none;
  text-transform: capitalize;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 130px;
  margin-right: 10px;
  padding: 6px 10px;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 10.5px 15px 12.5px 15px !important;
  border: 2px solid #da1a1f !important;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 0px !important;
  background: #da1a1f !important;
  color: #fff !important;
  min-width: 160px;
  cursor: pointer;
  text-decoration: none;
}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
  color: #fff;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover {
  background-color: #8eb830;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  max-width: 100%;
  height: 46px;
  background: transparent;
  border: 1px solid #CDCDCD !important;
  box-sizing: border-box;
  padding: 12px 15px 12px 15px;
  color: #848484;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 4px !important;
  position: relative;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.woocommerce form .form-row textarea {
  height: 130px;
}

.woocommerce .button {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 10.5px 15px 12.5px 15px !important;
  border: 2px solid #da1a1f !important;
  text-transform: initial;
  font-size: 16px;
  border-radius: 0px !important;
  background: #da1a1f !important;
  color: #fff !important;
  min-width: 160px;
  cursor: pointer;
  text-decoration: none;
}

.woocommerce .button:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.woocommerce form .form-row label {
  line-height: 1;
  margin-bottom: 8px;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 12px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 48%;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 60px;
  max-height: 90px;
  object-fit: contain;
}

.product-thumbnail a {
  display: inline-block;
}

.woocommerce a.added_to_cart {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  padding: 10.5px 15px 12.5px 15px;
  border: 2px solid #da1a1f;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 32px;
  background: #da1a1f;
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
}

body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  padding-top: 20px;
}

.woocommerce a.remove {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 24px;
  width: 24px;
  font-size: 25px;
}

.woocommerce a.remove:after {
  content: "";
  position: absolute;
  top: 3px;
  left: -0.5px;
  height: 24px;
  width: 24px;
  background: transparent;
  opacity: 0;
  border-radius: 100%;
  z-index: -1;
  transition: all 0s;
}

/*.woocommerce a.remove:hover{
    background: transparent;
}*/
.woocommerce a.remove:hover:after {
  opacity: 1;
}

/*woocommerce-checkout*/
body.woocommerce-checkout input#ship-to-different-address-checkbox {
  margin-top: 28px;
  margin-right: 15px;
}

body.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
  align-items: flex-start;
  position: relative;
}

body.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:after {
  top: 1.5px;
}

body.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
  /*padding-left: 24px;*/
  display: inline-block;
  line-height: 1.2;
  font-size: 16px;
  cursor: pointer;
}

body.woocommerce-order-received .woocommerce ul.order_details {
  padding: 0;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 0;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  display: none;
}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
  padding-left: 24px;
  cursor: pointer;
  position: relative;
}

.woocommerce-checkout-payment .wc_payment_methods li label:after {
  top: 7px;
}

.woocommerce ul.order_details li {
  padding-bottom: 0;
}

body.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 30px;
  color: #000;
  margin-bottom: 40px;
  line-height: 1.2;
}

body.woocommerce-order-received .woocommerce table.shop_table {
  border-collapse: collapse;
}

body.woocommerce-order-received .woocommerce table.shop_table td:not(:last-child),
body.woocommerce-order-received .woocommerce table.shop_table th:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

body.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

body.woocommerce-checkout.woocommerce .col2-set, .woocommerce-page .col2-set {
  padding-bottom: 30px;
}

body.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  padding-left: 24px;
  cursor: pointer;
}

/*body.woocommerce-checkout form.checkout.woocommerce-checkout{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}*/
body.woocommerce-checkout form.checkout.woocommerce-checkout .checkout-data {
  display: flex;
  flex-wrap: wrap;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout .order-details-crtl,
body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details {
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details .col-1 {
  width: calc(50% - 32px + 16px);
}

body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields {
  padding-top: 28px;
}

body.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
  padding: 0 20px;
}

/*woocommerce-MyAccount*/
nav.woocommerce-MyAccount-navigation {
  padding-right: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
  padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  background: #da1a1f;
}

nav.woocommerce-MyAccount-navigation ul li a:hover,
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
  background-color: #8eb830;
}

.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td a {
  min-width: 100px;
}

header.woocommerce-Address-title.title {
  display: flex;
  align-items: center;
}

header.woocommerce-Address-title.title a {
  margin-left: auto;
}

.woocommerce-account .addresses .title h3 {
  padding-right: 20px;
}

.woocommerce-Message--info a,
.woocommerce-Address-title a,
.return-to-shop a.wc-backward,
.wc-proceed-to-checkout a {
  color: #fff !important;
  font-size: 15px !important;
  min-width: 150px;
  padding: 13px 13px !important;
  margin-top: 10px !important;
  display: inline-block;
  margin-bottom: 15px !important;
  text-decoration: none;
  text-align: center;
  background: #da1a1f;
  border-radius: 0 !important;
}

.woocommerce-Message--info a:hover,
.woocommerce-Address-title a:hover,
.return-to-shop a.wc-backward:hover,
.wc-proceed-to-checkout a:hover {
  background: #8eb830;
}

.woocommerce-account .woocommerce-Address-title a {
  min-width: auto;
  padding: 5px 10px !important;
}

.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
  position: relative;
  padding-left: 30px !important;
  margin-top: 12px;
  margin-bottom: 12px;
}

#add_payment_method #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before {
  content: none !important;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item:before,
nav.woocommerce-MyAccount-navigation ul li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce .wcml-dropdown li:before,
.woocommerce div.product div.images .flex-control-thumbs li:before,
.hdr-currency-cntlr .wcml-dropdown-click li:before,
.product-grds-wrap ul li:before {
  content: none;
}

/*woocommerce-typo*/
.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6 {
  line-height: 1.2;
}

.woocommerce h1 {
  font-size: 36px;
}

.woocommerce h2 {
  font-size: 30px;
}

.woocommerce h3 {
  font-size: 28px;
}

.woocommerce h4 {
  font-size: 24px;
}

.woocommerce h5 {
  font-size: 20px;
}

.woocommerce h6 {
  font-size: 18px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 21px;
  line-height: 1;
}

.comment-form-rating {
  padding-top: 10px;
}

.comment-form-rating label {
  margin-bottom: 5px;
  font-weight: 700;
}

body.woocommerce-lost-password .product-grds-wrap {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

body.woocommerce-lost-password .woocommerce form .form-row-first {
  width: 100%;
}

.woocommerce-message::before {
  color: #000;
}

.woocommerce-info {
  border-top-color: #000;
}

.woocommerce-info::before {
  color: #000;
}

/*woocommerce-wishlist*/
body.woocommerce-wishlist .woocommerce table.shop_table tbody.wishlist-items-wrapper td {
  text-align: left;
}

.wishlist_table .product-add-to-cart a {
  margin-bottom: 0 !important;
  text-decoration: none;
}

.wishlist_table thead tr th span {
  font-size: 14px;
  text-transform: capitalize;
}

.wishlist_table.wishlist_view.responsive.mobile li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wishlist_table.wishlist_view.responsive.mobile li:before {
  content: none;
  display: none;
}

.wishlist_table.mobile li .item-wrapper {
  display: flex;
  width: 100%;
  margin: 0;
  border: 1px solid #000;
}

.wishlist_table.mobile li .product-thumbnail {
  width: 25% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.wishlist_table.mobile li .additional-info-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 10px;
  border: 1px solid #000;
  border-top: none;
}

.wishlist_table.mobile li .item-details table.item-details-table td.label {
  font-size: 14px;
}

.wishlist_table.mobile li .item-details table.item-details-table td.value {
  text-align: center;
  padding-top: 6px;
}

.wishlist_table.mobile li .item-details table.item-details-table td.value .woocommerce-Price-amount {
  font-size: 13px;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
  margin-bottom: 0;
}

.wishlist_table.mobile li .additional-info tbody tr td.label {
  font-size: 14px;
}

.wishlist_table.mobile li table.additional-info td.value {
  padding-top: 4px;
}

.wishlist_table.mobile li table.additional-info td.value span {
  font-size: 13px;
}

.wishlist_table.mobile li .item-details {
  width: 75% !important;
  padding: 10px;
  padding-left: 30px;
  border-left: 1px solid #000;
}

body.woocommerce-wishlist .woocommerce table.shop_table th {
  border-top: none;
}

body.woocommerce-wishlist .product-add-to-cart a {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 10.5px 15px 12.5px 15px !important;
  border: 2px solid #da1a1f !important;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 0px !important;
  background: #da1a1f !important;
  color: #fff !important;
  min-width: 160px;
  cursor: pointer;
  text-decoration: none;
}

body.woocommerce-wishlist .product-add-to-cart a:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

body.woocommerce-wishlist .wishlist-title a {
  display: none;
}

.woocommerce .col2-set .col-1 .woocommerce-form__label-for-checkbox {
  cursor: pointer;
}

body.woocommerce-checkout .hdr-cart,
body.woocommerce-cart .hdr-cart {
  padding: 0;
  margin: 0;
}

body.woocommerce-checkout .woocommerce-billing-fields .form-row-1,
body.woocommerce-checkout .woocommerce-billing-fields .form-row-2,
body.woocommerce-checkout .woocommerce-billing-fields .form-row-3 {
  display: inline-block;
  width: 33.3333%;
}

body.woocommerce-checkout .woocommerce-billing-fields .form-row-2 {
  padding-left: 10px;
  padding-right: 10px;
}

body.woocommerce-account #customer_login .form-row:not(.woocommerce-form-row) {
  display: flex;
  align-items: center;
}

body.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit {
  order: 1;
}

body.woocommerce-account .woocommerce-form-login .woocommerce-form__label {
  order: 2;
}

.wishlist_table .additional-info-wrapper .additional-info {
  margin: 0 !important;
}

/*responsive*/
@media (max-width: 1499px) {
  .hdr-cart .dropdown-cart-button .dropdown.dropdown-right,
  .hdr-cart .dropdown-cart-button .dropdown.dropdown-left {
    right: -20px;
    transform: initial;
  }
  .hdr-cart .dropdown-cart-button .dropdown.dropdown-right:after,
  .hdr-cart .dropdown-cart-button .dropdown.dropdown-left:after {
    left: initial;
    right: 18px;
  }
}
@media (max-width: 1399px) {
  /*body.woocommerce-checkout form.checkout.woocommerce-checkout .order-details-crtl, 
  body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details {
      padding: 0 15px;
  }
  body.woocommerce-checkout form.checkout.woocommerce-checkout {
      margin: 0 -15px;
  }
  body.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
      padding: 0 15px;
  }*/
}
@media (max-width: 1199px) {
  body.woocommerce-checkout input#ship-to-different-address-checkbox {
    margin-top: 19px;
  }
  .woocommerce h1 {
    font-size: 32px;
  }
  .woocommerce h2 {
    font-size: 28px;
  }
  .woocommerce h3 {
    font-size: 25px;
  }
  .woocommerce h4 {
    font-size: 20px;
  }
  .woocommerce h5 {
    font-size: 19px;
  }
  .hdr-cart .dropdown-cart-button .dropdown.dropdown-right,
  .hdr-cart .dropdown-cart-button .dropdown.dropdown-left {
    right: -12px;
  }
  .hdr-cart .dropdown-cart-button .dropdown.dropdown-right:after,
  .hdr-cart .dropdown-cart-button .dropdown.dropdown-left:after {
    right: 10px;
  }
  /*body.woocommerce-checkout form.checkout.woocommerce-checkout .order-details-crtl, 
  body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details {
      padding: 0 12px;
  }
  body.woocommerce-checkout form.checkout.woocommerce-checkout {
      margin: 0 -12px;
  }
  body.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
      padding: 0 12px;
  }*/
  body.single-product .product-page-section .product-attr > ul {
    justify-content: center;
  }
  body.product-template-default .related.products .pro-grd-item-col .product-attr > ul {
    padding-left: 0;
  }
  .woocommerce .quantity input[type=number] {
    width: 110px !important;
    height: 50px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details .col-2,
  body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details .col-1 {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 55%;
  }
  nav.woocommerce-MyAccount-navigation {
    padding-right: 0;
  }
  .hdr-cart .dropdown-cart-button .dropdown.dropdown-right,
  .hdr-cart .dropdown-cart-button .dropdown.dropdown-left {
    right: -55px;
  }
  .hdr-cart .dropdown-cart-button .dropdown.dropdown-right:after,
  .hdr-cart .dropdown-cart-button .dropdown.dropdown-left:after {
    right: 53px;
  }
  body.rtl .hdr-cart .dropdown-cart-button .dropdown.dropdown-right,
  body.rtl .hdr-cart .dropdown-cart-button .dropdown.dropdown-left {
    right: initial;
    left: -42px !important;
  }
  body.rtl .hdr-cart .dropdown-cart-button .dropdown.dropdown-right:after,
  body.rtl .hdr-cart .dropdown-cart-button .dropdown.dropdown-left:after {
    right: initial;
    left: 53px;
  }
  body.woocommerce-checkout .hdr-cart,
  body.woocommerce-cart .hdr-cart {
    margin-left: 14px;
  }
  body.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 28px;
  }
  body.single-product .product-page-section .product-attr ul li label:after {
    top: 4.1px;
  }
  body.woocommerce-wishlist .woocommerce table.shop_table tbody.wishlist-items-wrapper td.product-add-to-cart a {
    min-width: initial;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 15px !important;
  }
  .wishlist_table.mobile li .item-details {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .woocommerce-column {
    padding-bottom: 30px;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td.product-thumbnail::before {
    content: none;
  }
  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    max-width: 220px;
    margin-left: auto;
  }
  .woocommerce table.cart td.actions .coupon .button {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    max-width: 360px;
    margin: 0 auto;
    display: inherit;
  }
  body.woocommerce-checkout form.checkout.woocommerce-checkout .col-1,
  body.woocommerce-checkout form.checkout.woocommerce-checkout .col-2 {
    padding-left: 0;
    padding-right: 0;
  }
  body.woocommerce-checkout form.checkout.woocommerce-checkout .col-1 {
    padding-bottom: 20px;
  }
  body.woocommerce-checkout input#ship-to-different-address-checkbox {
    margin-top: 15px;
  }
  body.woocommerce-checkout.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    display: inherit;
  }
  nav.woocommerce-MyAccount-navigation ul {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce-MyAccount-content {
    padding: 15px 0 30px;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    font-size: 16px;
    padding: 8px 10px;
  }
  .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td a {
    min-width: 160px;
  }
  .woocommerce .col-2,
  .woocommerce .col-1,
  .woocommerce-Address.col-2,
  .woocommerce-Address.col-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce table.woocommerce-orders-table.shop_table {
    border: none;
    padding: 0;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    margin-bottom: 30px;
  }
  .woocommerce table.shop_table_responsive tbody tr td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr td:first-child {
    border-top: 0;
  }
  .woocommerce ul#shipping_method li {
    padding: 0px 24px 0px 0;
  }
  .woocommerce-shipping-methods li label:after {
    left: initial;
    right: 0;
  }
  /*.woocommerce .cart_totals  table.shop_table{
      border: 1px solid rgba(0,0,0,.1);
  }*/
  body.woocommerce-checkout form.checkout.woocommerce-checkout {
    margin: 0;
  }
  body.woocommerce-checkout form.checkout.woocommerce-checkout .order-details-crtl,
  body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details {
    width: 100%;
    padding: 0;
  }
  body.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    padding: 0;
  }
  body.woocommerce-checkout form.checkout.woocommerce-checkout .order-details-crtl {
    padding-top: 10px;
  }
  body.rtl .woocommerce table.shop_table_responsive tr td,
  body.rtl .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }
  body.rtl .woocommerce table.shop_table_responsive tr td::before,
  body.rtl .woocommerce-page table.shop_table_responsive tr td::before {
    float: right;
  }
  body.rtl .woocommerce ul#shipping_method li,
  body.rtl.woocommerce ul#shipping_method li {
    padding: 0px 0 0px 24px;
  }
  body.rtl .woocommerce-shipping-methods li label:after {
    left: 0;
    right: initial;
    top: 2px;
  }
  body.rtl .woocommerce-form__label-for-checkbox > span:after,
  body.rtl .woocommerce-checkout-payment .wc_payment_methods li label:after {
    left: initial;
    right: 0;
  }
  body.woocommerce-checkout .woocommerce ul#shipping_method li {
    padding: 0px 0 0px 24px;
  }
  body.woocommerce-checkout .woocommerce-shipping-methods li label:after {
    left: 0;
    right: initial;
  }
  body.rtl.woocommerce-checkout .woocommerce ul#shipping_method li {
    padding: 0px 24px 0px 0;
  }
  body.rtl.woocommerce-checkout .woocommerce-shipping-methods li label:after {
    left: initial;
    right: 0;
  }
  .woocommerce-checkout-payment .wc_payment_methods li label:after {
    top: 9px;
  }
  body.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 26px;
  }
  .woocommerce .quantity input[type=number] {
    width: 120px !important;
    height: 50px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce ul.order_details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .woocommerce ul.order_details li {
    width: calc(33.333% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .woocommerce ul.order_details li:nth-child(3n+3) {
    border-right: none;
  }
  body.rtl .woocommerce ul.order_details li {
    margin-right: 0;
    margin-left: 20px;
  }
  body.rtl .woocommerce ul.order_details li:nth-child(3n+3) {
    border-left: none;
  }
  .product-page-section {
    padding: 60px 0 20px;
  }
  .woocommerce h1 {
    font-size: 36px;
  }
  body.woocommerce-checkout .woocommerce-billing-fields .form-row-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .wishlist_table.mobile li .item-wrapper .product-thumbnail a img {
    max-height: 70px;
    min-height: 70px;
    object-fit: contain;
  }
}
@media (max-width: 575px) {
  .woocommerce ul.order_details li {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .woocommerce ul.order_details li:nth-child(3n+3) {
    border-right: 1px dashed #d3ced2;
  }
  .woocommerce ul.order_details li:nth-child(2n+2) {
    border-right: none;
  }
  body.rtl .woocommerce ul.order_details li:nth-child(3n+3) {
    border-left: 1px dashed #d3ced2;
  }
  body.rtl .woocommerce ul.order_details li:nth-child(2n+2) {
    border-left: none;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
  body.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 24px;
  }
  body.woocommerce-checkout .woocommerce-billing-fields .form-row-1,
  body.woocommerce-checkout .woocommerce-billing-fields .form-row-2,
  body.woocommerce-checkout .woocommerce-billing-fields .form-row-3 {
    width: 100%;
    padding: 0 !important;
  }
  .woocommerce div.product form.cart .button,
  body.home.page-template-default .cart .button {
    padding: 13px 10px 13px 8px;
  }
  .item-details .product-name h3 {
    font-size: 20px;
  }
  .wishlist_table.mobile li .additional-info-wrapper {
    gap: 20px;
  }
  .wishlist_table.mobile li .item-wrapper .product-thumbnail a img {
    max-height: 60px;
    min-height: 60px;
    object-fit: contain;
  }
  .wishlist_table.mobile li .item-details {
    width: 70% !important;
  }
  .wishlist_table.mobile li .product-thumbnail {
    width: 30% !important;
  }
}
@media (max-width: 479px) {
  body.single-product.woocommerce .woocommerce-product-gallery__wrapper a {
    min-height: 370px;
  }
  .woocommerce ul.order_details li {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
  body.rtl .woocommerce ul.order_details li:nth-child(3n+3),
  .woocommerce ul.order_details li:nth-child(3n+3) {
    border: none;
  }
  body.rtl .woocommerce ul.order_details li {
    margin-left: 0;
    padding-left: 0;
  }
  .woocommerce-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .woocommerce table.cart td.actions .coupon .button {
    margin: 0 auto;
  }
  .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: initial;
  }
  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    margin: 0 auto;
  }
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    padding: 16px 20px 16px 40px;
  }
  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    left: 15px;
    top: 20px;
  }
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button,
  .woocommerce-page .woocommerce-error .button,
  .woocommerce-page .woocommerce-info .button,
  .woocommerce-page .woocommerce-message .button {
    min-width: initial;
  }
  body.single-product.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .woocommerce a.added_to_cart {
    margin-top: 15px;
    margin-left: 0;
  }
  .woocommerce .coupon {
    display: block;
  }
  .item-details .product-name h3 {
    font-size: 18px;
  }
  .wishlist_table .additional-info-wrapper .additional-info tbody * {
    display: block;
  }
  .wishlist_table .additional-info-wrapper .additional-info tbody tr td {
    padding: 0 !important;
    text-align: left !important;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
    min-width: initial;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 15px !important;
    max-width: 150px;
  }
}
@media (max-width: 400px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    padding: 12px 15px 12px 25px;
  }
  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    left: 8px;
    top: 18px;
    font-size: 12px;
  }
  body.woocommerce-account #customer_login .form-row:not(.woocommerce-form-row) {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 374px) {
  body.single-product .product-page-section .product-attr {
    flex-wrap: wrap;
  }
  body.single .entry-summary .product-attr strong {
    width: 100%;
    padding-bottom: 5px;
  }
  body.single .entry-summary .product-attr ul {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }
  .wishlist_table.mobile li .item-details {
    padding-left: 10px;
  }
  .item-details .product-name h3 {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .woocommerce .quantity input[type=number] {
    width: 90px !important;
  }
}
.product-wrap {
  display: flex;
  flex-wrap: wrap;
}

.product-sitebar {
  width: 23%;
  padding-right: 40px;
}

.product-items-wrap {
  width: 77%;
}

.product-items-wrap .product-title {
  font-size: 22px;
}

.pro-filter-accourdions {
  /*     padding-bottom: 16px; */
  border-bottom: 1px solid #e1e1e1;
}

.pro-filter-accdon-title {
  margin-bottom: 0;
  color: #393939;
  position: relative;
  padding-bottom: 22px;
  word-break: break-word;
}

.pro-filter-cntlr {
  padding-bottom: 16px;
}

.pro-filter-cntlr ul li {
  margin-bottom: 5px;
}

.filter-check-row {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
}

.filter-check-row input[type=radio],
.filter-check-row input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  height: initial;
}

.filter-check-row span.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  box-shadow: 1px 2px #e1e1e1;
  background: #fff;
}

.filter-check-row label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #534245;
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
}

.filter-check-row .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #534245;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.filter-check-row input:checked ~ .checkmark:after {
  display: block;
}

.product-top-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 22px;
}

.product-top-rgt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
}

.product-top-rgt ul li a {
  text-decoration: none;
}

.product-grids {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.product-grid {
  width: calc(33.33% - 18px + 6px);
}

.product-grid-item {
  padding: 12px 12px;
  box-shadow: 0 0 5px 3px #f9f9f9;
  border-radius: 2px;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 170px;
  padding: 10px;
  margin-bottom: 10px;
}

.product-img img {
  max-height: 150px;
  object-fit: contain;
}

.product-name-title,
.product-name-title a {
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
}

.product-name-title a {
  font-size: 18px;
  word-wrap: break-word;
}

.product-name-title {
  margin-bottom: 0;
}

.product-des span, .product-price-cntrl span.instock, .product-price-cntrl span.materiaalliften-delivery {
  color: #0f8713; /* Changed from #21af26 for better contrast (4.5:1) */
}

.product-des span,
.product-des p,
.product-price-cntrl span.instock,
.product-price-cntrl span.materiaalliften-delivery {
  font-weight: 800;
  line-height: 1.1;
  font-size: 12px;
}

.product-price-cntrl span.out-of-stock {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  color: #a00;
}

.product-des p:last-of-type {
  margin-bottom: 0;
}

.product-des {
  line-height: 1;
  padding-bottom: 12px;
}

.product-prices-btm {
  margin-right: auto;
}

.product-price-cntlr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-top: auto;
}

.product-price-cntlr .product-price {
  display: flex;
  flex-direction: row;
  gap: 2px;
  margin-right: auto;
  font-size: 13px;
  line-height: 1;
  padding-top: 5px;
}

.product-price-cntlr .product-price-1 span.woocommerce-Price-amount {
  font-size: 25px;
  font-weight: 600;
  position: relative;
}

.product-grid-item .product-price-cntlr .product-price-1 span.woocommerce-Price-amount {
  font-size: 22px;
}

.product-grid-item .product-prices-btm {
  padding-bottom: 5px;
}

.pro-single-right .excl-price .woocommerce-price-suffix {
  padding-left: 3px;
}

.product-price-cntlr .product-price-1 .woocommerce-price-suffix {
  display: none !important;
}

.cart-btn {
  padding-left: 10px;
}

.cart-btn a {
  display: flex;
  align-items: center;
}

/*.cart-btn a:hover {
    background: #b1b1b1;
    border-bottom: 2px solid #7e7e73;
}*/
.product-price-cntlr .product-loop .cart-btn .button {
  min-width: 50px !important;
  background: #28d12e !important;
  border-bottom: 2px solid #24931e !important;
  height: 40px !important;
  border: 1px solid #28d12e !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.product-price-cntlr .product-loop .cart-btn .button i {
  line-height: 0.5;
}

body .product-price-cntlr .product-loop .cart-btn .button:hover,
body.woocommerce-shop div.product form.cart .button:hover {
  border: 1px solid #da1a1f !important;
  background: #da1a1f !important;
}

.product-price-cntlr .product-loop .cart-btn .button.added + a {
  position: absolute;
  right: 0;
  bottom: 43px;
  text-decoration: none;
  line-height: 1.1;
  font-size: 12px;
  padding: initial;
  text-transform: initial;
  border: initial;
  border-radius: initial;
  background: initial;
  margin-left: 0;
  color: #393959;
  font-weight: normal;
}

.product-price-cntlr .product-loop .cart-btn .button.added + a:hover {
  color: #21af26 !important;
  background: initial !important;
  border: none !important;
}

.product-price-cntlr .product-loop .cart-btn .button.added:after {
  display: none !important;
}

.product-grid-item .product-loop .quantity.qty {
  position: relative;
  padding-right: 19px;
  margin-right: 0 !important;
}

.product-grid-item .product-loop .quantity.qty .quantity {
  max-width: 35px;
}

.product-grid-item .product-loop {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}

.product-grid-item .product-loop .quantity .input-text {
  border: 1px solid #e1e1e1;
  padding: 10px !important;
  height: 40px !important;
  border-radius: 0;
  text-align: center;
}

.product-grid-item .product-loop .quantity .minus,
.product-grid-item .product-loop .quantity .plus {
  position: absolute;
  bottom: 0;
  right: 0;
  left: initial;
  z-index: 99;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: initial !important;
}

.product-grid-item .product-loop .quantity .minus {
  margin-top: 0 !important;
  transform: initial !important;
}

.product-grid-item .product-loop .quantity .plus {
  top: 0 !important;
  margin-top: 0 !important;
  bottom: initial;
  transform: initial !important;
}

.product-sec {
  padding-bottom: 90px;
  border-bottom: 1px solid #e1e1e1;
}

.price-range-wrap {
  padding-top: 16px;
  border-bottom: 1px solid #e1e1e1;
}

.price-range {
  position: relative;
  padding: 16px 0;
}

.price-range-title {
  color: #393939;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding-bottom: 16px;
  margin-bottom: 0;
  line-height: 1;
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 1px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  padding: 0 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  pointer-events: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid black;
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
}

input[type=range]:hover {
  opacity: 1;
}

.price-range-cntlr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 28px;
}

.price-range-btn a {
  text-decoration: none;
  width: 52px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b1b1b1;
  border-bottom: 2px solid #7e7e73;
}

.price-range-btn a:hover {
  background: #28d12e;
  border-color: #22971d;
}

.price-range #lower {
  margin-top: -3px;
}

.single-product .wc-product-details-cntlr del .woocommerce-Price-amount,
.product-sec .product-price del .woocommerce-Price-amount {
  line-height: 1;
}

.single-product .wc-product-details-cntlr del .woocommerce-Price-amount bdi,
.product-sec .product-price del .woocommerce-Price-amount bdi {
  text-decoration: line-through;
  font-size: 11px;
  text-decoration-color: #da1a1f;
  text-decoration-thickness: 1px;
}

body .product-price del .woocommerce-Price-amount bdi {
  text-decoration: line-through;
  font-size: 11px;
  text-decoration-color: #da1a1f;
  text-decoration-thickness: 1px;
}

.single-product .wc-product-details-cntlr del .woocommerce-Price-amount bdi {
  font-size: 18px;
}

.product-sec .product-price ins span {
  position: static;
  margin-left: 0px;
  opacity: 1;
}

.product-sec .product-price ins span bdi {
  color: #3c3c3c;
}

.product-sec .product-price ins span:after {
  content: none;
  display: none;
}

.product-top-lft span,
.product-top-rgt ul li:first-child {
  color: #ababab;
  font-size: 14px;
}

.product-top-rgt ul li {
  font-size: 14px;
}

.price_slider_wrapper .price_slider_amount .button {
  float: right !important;
  min-width: 60px;
  order: 2;
  background: #b1b1b1 !important;
  border-color: #b1b1b1 !important;
}

.price_slider_wrapper .price_slider_amount .price_label {
  text-align: left;
}

.product-sitebar .price_slider_amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price_slider_wrapper .price_slider_amount .button:hover {
  background: #da1a1f !important;
  border-color: #da1a1f !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 20px !important;
  height: 20px !important;
  border-radius: 0 !important;
  border: 2px solid #000000 !important;
  background: initial;
  top: -9px;
  background: #fff;
}

.woocommerce .widget_price_filter .ui-slider span {
  margin-left: 0 !important;
}

.woocommerce .widget_price_filter .ui-slider span + span {
  margin-left: 0 !important;
  transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #f9f9f9 !important;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 5px;
  border-top: 1px solid #d3d3d3 !important;
  border-bottom: 1px solid #d3d3d3 !important;
  border-radius: 0 !important;
  background: #f9f9f9 !important;
  margin-left: 0;
  margin-right: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  border-radius: 0 !important;
}

.product-sitebar .pro-filter-accourdions {
  margin-top: 20px;
}

.product-sitebar .pro-filter-accourdions.sidebar-widget {
  padding-bottom: 32px;
}

.product-sitebar ul.product-categories li:not(:last-child) {
  margin-bottom: 6px;
}

.product-sitebar .filters-btn,
.xsSortbyBtn,
.review-title-btn {
  position: relative;
  background: #f9f9fb;
  padding: 10px;
}

.review-title-btn {
  position: relative;
}

.filters-btn h2,
.xsSortbyBtn,
.review-title-btn h2 {
  margin-bottom: 0;
}

.product-sitebar .filters-btn:after,
.xsSortbyBtn:after,
.review-title-btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
  content: "";
  background-image: url(../images/down-arrow-green.png);
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.product-sitebar .filters-btn.expend:after,
.xsSortbyBtn.expend:after,
.review-title-btn.expend:after {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
  content: "";
  background-image: url(../images/up-arrow-green.png);
  width: 14px;
  height: 15px;
}

body.woocommerce-shop .product-grid {
  width: calc(33.33% - 18px + 6px);
}

body.woocommerce-shop .product-name-title {
  line-height: 1;
  margin-bottom: 10px;
}

body.single-product .product-price ins span {
  margin-left: 0;
}

body.single-product .product-price-cntlr .product-price-1 span.woocommerce-Price-amount {
  font-size: 23px;
}

@media (max-width: 1299px) {
  .product-price-cntlr .product-price-1 span.woocommerce-Price-amount {
    font-size: 23px;
  }
}
@media (max-width: 1199px) {
  .product-sitebar {
    padding-right: 30px;
  }
  .product-grid {
    width: calc(33.33% - 18px + 6px);
  }
  .product-grid-item {
    padding: 12px;
  }
  body.woocommerce-shop .product-sitebar {
    width: 30%;
  }
  body.woocommerce-shop .product-items-wrap {
    width: 70%;
  }
  body.woocommerce-shop .product-grid {
    width: calc(50% - 18px + 9px);
  }
}
@media (max-width: 991px) {
  .product-sitebar {
    width: 34%;
  }
  .product-items-wrap {
    width: 66%;
  }
  .product-grid {
    width: calc(50% - 18px + 9px);
  }
  body.woocommerce-shop .product-grid {
    width: 100%;
  }
  body.woocommerce-shop .product-sitebar {
    width: 40%;
  }
  body.woocommerce-shop .product-items-wrap {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .product-sitebar {
    width: 100%;
    padding-right: 0;
  }
  .product-items-wrap {
    width: 100%;
    padding-top: 20px;
  }
  .product-grid {
    width: calc(50% - 18px + 9px);
  }
  .pro-filter-cntlr {
    display: none;
  }
  .woocommerce .widget_price_filter .ui-slider-horizontal {
    width: 100% !important;
  }
  .woocommerce .widget_price_filter .ui-slider span + span {
    left: 100% !important;
    transform: translateX(-20px);
  }
  .product-items-wrap .product-title {
    font-size: 18px;
  }
  body.woocommerce-shop .product-sitebar,
  body.woocommerce-shop .product-items-wrap {
    width: 100%;
  }
  body.woocommerce-shop .product-grid {
    width: calc(50% - 18px + 9px);
  }
  .single-product .wc-product-details-cntlr del .woocommerce-Price-amount bdi {
    font-size: 16px;
  }
  .product-price-cntlr .product-price-1 span.woocommerce-Price-amount {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .product-top-rgt ul li:first-child {
    display: none;
  }
  .xsSortbyBtn.show-xs {
    position: relative;
  }
  .product-top-rgt ul {
    flex-wrap: wrap !important;
    padding-top: 15px;
    display: none;
  }
  .product-top-rgt ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  .product-top-rgt ul li a {
    display: block;
  }
  .aside-wrap,
  .product-review {
    display: none;
  }
  .review-title {
    padding: 50px 16px 0;
  }
  .product-custom-review-crtl .woocommerce-Reviews-title {
    display: none !important;
  }
  body.woocommerce-shop .product-grid {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
  .single-product .wc-product-details-cntlr del .woocommerce-Price-amount bdi {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .product-grid {
    width: 100%;
  }
  .pro-filter-cntlr {
    display: none;
  }
}
.related-product-wrap .product-grids {
  display: block;
}

.upsells.products .product-grids .product-grid,
.related-product-wrap .product-grids .product-grid {
  width: auto;
  padding: 0 8px;
}

.related-product-sec {
  padding: 0 0 60px;
  overflow: hidden;
}

.related-product-intro-title {
  padding-bottom: 15px;
}

.upsells.products .product-grids ul.slick-dots,
.related-product-wrap .relatedProductSlider ul.slick-dots {
  padding-top: 30px !important;
  margin: 0 !important;
}

.upsells.products .product-grids .product-grid,
.related-product-wrap .product-grid-item {
  margin: 8px 0;
}

.relatedProductSlider .products .product-grid {
  display: none;
}

.relatedProductSlider .products .product-grid:first-child {
  display: block;
}

.relatedProductSlider .products.slick-initialized .product-grid {
  display: block;
}

.product-single-sec-innr img {
  width: 100%;
}

.woocommerce #review_form #respond p.form-submit {
  margin: 0;
}

.wc-product-hdr-title {
  font-size: 25px !important;
  margin-bottom: 30px !important;
}

.review-category {
  display: flex;
  align-items: center;
}

.review-category .review-cntlr .woocommerce-product-rating {
  margin-bottom: 0 !important;
}

.category-cntlr .category-lists {
  display: inline;
}

.category-cntlr {
  padding-left: 8px;
}

.product .pro-single-left.woocommerce-product-gallery {
  width: 56% !important;
  padding-right: 80px;
}

.product .pro-single-right.summary {
  width: 44% !important;
}

.product-type-single-inner .product {
  display: flex;
  flex-wrap: wrap;
}

section.up-sells.upsells.products {
  width: 100%;
  padding-top: 40px;
}

section.up-sells.upsells.products .product-grids {
  display: block;
}

body.single.single-product section.up-sells.upsells.products {
  padding-top: 0 !important;
}

section.up-sells.upsells.products .product-grid {
  width: calc(20% - 18px + 3.6px);
}

.wc-product-details {
  padding: 22px;
  box-shadow: 0 0 5px 3px #f9f9f9;
  height: 100%;
}

.price-html .woocommerce-Price-amount {
  position: relative;
  padding-right: 26px;
  font-weight: 800;
}

.price-html .woocommerce-Price-amount:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: #efefef;
  width: 2px;
  height: 26px;
}

.price-html {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  position: relative;
}

.price-html span + span, .price-html span.materiaalliften-delivery {
  position: relative;
  padding-left: 42px;
  color: #3a9d34;
  font-weight: 600;
}

.price-html span + span:after, .price-html span.materiaalliften-delivery:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 18px;
  background: url(../images/wh-checkmark-icon.png);
  width: 12px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.wc-price-flex .custom-text {
  position: relative;
  /*	padding-left: 35px;*/
}

.wc-price-flex .custom-text:before {
  content: "";
  background: url(../images/car-img.png);
  width: 16px;
  height: 12px;
  object-position: center;
  object-fit: cover;
  margin-top: 1px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.custom-text p {
  color: #3a9d34;
  font-weight: 600;
}

.custom-text {
  font-weight: 600;
}

.price-quentity-ctrl {
  padding-top: 15px;
}

.price-quentity-ctrl .cart button.button {
  background: #28d12e !important;
  color: #fff;
  text-transform: initial !important;
  border: 1px solid #28d12e !important;
  min-height: 60px;
  text-align: center !important;
  min-width: 310px !important;
  border-bottom: 2px solid #24931e !important;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

body .price-quentity-ctrl .cart button.single_add_to_cart_button:hover,
.product-single-cntlr div.product form.cart .button:hover {
  background: #28d12e !important;
  border: 1px solid #28d12e !important;
  border-bottom: 2px solid #24931e !important;
  opacity: 0.7;
}

.price-quentity-ctrl .cart button.button:before {
  content: "";
  background: url(../images/wh-cat-icon.png);
  width: 21px;
  height: 18px;
  object-position: center center;
  object-fit: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 9px;
  /*    position: absolute;
      left: 17px;
      margin-top: -2px;*/
}

.pro-single-item-wrap {
  margin-top: 35px;
}

.pro-single-item-wrap > div {
  max-width: 350px;
  margin: 0 auto;
  min-height: 180px;
  cursor: pointer;
}

.pro-single-item-wrap > div img {
  height: 100% !important;
  object-fit: contain;
}

.pro-single-item-wrap > div img {
  max-height: 320px;
}

.pro-single-items ul.slick-dots {
  margin-top: 45px;
  width: 100%;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.pro-single-items ul.slick-dots li {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pro-single-items ul.slick-dots li button {
  width: 100%;
  height: 3px;
  border-radius: 0 !important;
}

.pro-single-items ul.slick-dots li.slick-active button,
.pro-single-items ul.slick-dots li button:hover {
  background: #727272 !important;
}

.pro-single-thumbnail-item-inr {
  max-width: 110px;
  padding: 10px 10px;
  border: 2px solid #e1e1e1;
  height: 100%;
  cursor: pointer;
  max-width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-single-thumbnail-item-inr img {
  max-width: 65px;
  min-width: 65px;
  max-height: 72px;
  min-height: 72px;
  margin: 0 auto;
  object-fit: contain;
}

/*.pro-single-thumbnail-items .slick-track{
	width: initial!important;
}*/
.pro-single-thumbnail-items .pro-single-thumbnail-item {
  padding: 0 16px;
}

.pro-single-thumbnail-items {
  padding-top: 25px;
}

.pro-single-thumbnail-items {
  margin: 0 -16px;
}

.pro-single-thumbnail-items .pro-single-thumbnail-item.slick-current .pro-single-thumbnail-item-inr {
  border-color: #da1a1f;
}

.proSingSlider .pro-single-thumbnail-item,
.proSingSlider .pro-single-item-wrap {
  display: none;
}

.proSingSlider .pro-single-thumbnail-item:first-child,
.proSingSlider .pro-single-item-wrap:first-child {
  display: block;
}

.proSingSlider.slick-initialized .pro-single-thumbnail-item,
.proSingSlider.slick-initialized .pro-single-item-wrap {
  display: block;
}

.product-single-sec {
  padding-bottom: 78px;
  border-bottom: 8px solid #f9f9fb;
}

.product-long-desc {
  padding-top: 36px;
}

.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  text-decoration: none;
  color: #fff;
  padding: 0px;
  display: inline-block;
}

.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  color: #777778;
  margin-right: 0;
}

.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover i {
  color: #da1a1f;
}

.single-product .wishlist-btn {
  margin-left: auto;
}

.single-product .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

body.single-product.woocommerce div.product form.cart {
  margin-bottom: 24px;
}

body.single-product .yith-wcwl-wishlistexistsbrowse .feedback,
body.single-product .yith-wcwl-wishlistaddedbrowse .feedback {
  color: #da1a1f;
}

body.single-product .yith-wcwl-wishlistexistsbrowse > a:hover,
body.single-product .yith-wcwl-wishlistaddedbrowse > a:hover {
  color: #da1a1f;
  text-decoration: none;
}

.product-short-des p a {
  font-weight: 700;
}

.product-custom-review-crtl .comment-form .comment-form-rating {
  display: flex;
  align-items: center;
}

.product-custom-review-crtl .comment-form .comment-form-rating .stars {
  margin-bottom: 0 !important;
  margin-left: 12px !important;
}

.product-custom-review-crtl ol.commentlist {
  display: flex;
  flex-wrap: wrap;
}

.product-custom-review-crtl ol.commentlist li {
  width: 50% !important;
  padding: 0 30px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 20px;
}

.product-custom-review-crtl .woocommerce-Reviews-title .star-rating {
  float: initial;
  display: inline;
  margin-left: 12px;
}

.product-custom-review-crtl .woocommerce-Reviews-title .star-rating:before {
  font-size: 20px;
  margin-top: 7px;
}

.woocommerce .star-rating span::before,
.woocommerce p.stars a::before {
  color: #cecece;
}

.woocommerce #review_form #respond textarea {
  /*	max-width: 550px;*/
}

#review_form .comment-form .form-submit .submit {
  min-width: 270px;
  max-width: 270px;
}

.product-custom-review-crtl .comment-form .comment-form-rating .stars span a {
  padding: 5px;
  background: #cecece;
  color: #fff;
}

.product-custom-review-crtl .comment-form .comment-form-rating .stars span a:before {
  color: #fff;
  font-size: 12px;
  display: flex;
  text-align: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.comment-form-rating label {
  margin-bottom: 14px;
}

.woocommerce .star-rating span::before {
  content: "" !important;
  height: 18px;
  background-image: url("../images/ster-icon.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.woocommerce .star-rating span {
  width: 100% !important;
}

.woocommerce .star-rating::before {
  display: none;
}

table.wishlist_table {
  font-size: 20px !important;
}

.product-single-pg-content-cntlr {
  padding-bottom: 70px;
}

.single-product .product-specific ul li::before {
  background: url("../images/check-mark-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 8px;
  margin-top: 11px;
  border-radius: initial;
}

.single-product .incl-price .woocommerce-price-suffix {
  padding-left: 5px;
}

.single-product .price-cntrl .woocommerce-Price-amount {
  padding: 0;
}

.single-product .price-cntrl .excl-price .woocommerce-Price-amount bdi,
.single-product .price-cntrl .excl-price .woocommerce-price-suffix {
  color: #3c3c3c !important;
}

.single-product .price-cntrl .incl-price bdi {
  font-size: 30px;
}

@media (max-width: 1199px) {
  .pro-single-item-wrap > div {
    max-width: 290px;
  }
  .custom-text p {
    display: inline;
    margin-left: 5px;
  }
  .price-quentity-ctrl .cart button.button {
    min-width: 290px !important;
    min-height: 50px;
  }
  .pro-single-thumbnail-items .pro-single-thumbnail-item {
    padding: 0 10px;
  }
  .pro-single-thumbnail-items {
    margin: 0 -10px;
  }
  .product .pro-single-left.woocommerce-product-gallery {
    padding-right: 60px;
    width: 52% !important;
  }
  .product .pro-single-right.summary {
    width: 48% !important;
  }
  .review-category {
    display: block;
  }
  .review-cntlr img {
    max-width: 200px;
  }
  .category-cntlr {
    padding-left: 0;
  }
  .product-single-sec {
    padding-bottom: 60px;
  }
  .wc-product-hdr-title {
    font-size: 22px !important;
    margin-bottom: 24px !important;
  }
  section.up-sells.upsells.products .product-grid {
    width: calc(25% - 18px + 4.5px);
  }
}
@media (max-width: 991px) {
  .product .pro-single-left.woocommerce-product-gallery,
  .product .pro-single-right.summary {
    width: 100% !important;
  }
  .product-single-cntlr {
    max-width: 600px;
    margin: 0 auto;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery {
    padding-right: 0;
  }
  .pro-single-right.summary {
    padding-top: 15px;
  }
  .wc-product-hdr {
    text-align: center;
  }
  .review-category {
    display: flex;
    justify-content: center;
  }
  .category-cntlr {
    padding-left: 8px;
  }
  table.wishlist_table {
    font-size: 18px !important;
  }
  section.up-sells.upsells.products .product-grid {
    width: calc(50% - 18px + 9px);
  }
  .wc-product-hdr-title {
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }
  .single-product .price-cntrl .incl-price bdi {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .related-product-sec {
    padding: 0 0 50px;
  }
  .product-single-sec {
    padding-bottom: 45px;
  }
  .product-custom-review-crtl ol.commentlist li {
    width: 100% !important;
    padding: 0 0 !important;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
  }
  .product-single-pg-content-cntlr {
    padding-bottom: 50px;
  }
  .single-product .price-cntrl .incl-price bdi {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .review-cntlr img {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .pro-single-item-wrap > div {
    max-width: 220px;
  }
  .pro-single-thumbnail-item-inr {
    max-width: 92px;
    /*		max-height: 90px;*/
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pro-single-thumbnail-item-inr img {
    max-width: 70px;
    min-width: 35px;
  }
  .price-quentity-ctrl .cart button.button {
    width: 100%;
    max-width: 320px;
  }
  .pro-single-right.summary {
    padding-top: 6px;
  }
  .price-quentity-ctrl .cart button.button {
    min-width: 220px !important;
  }
  .price-quentity-ctrl .cart button.button {
    max-width: 260px;
    font-size: 13px !important;
  }
  .product-single-sec {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .pro-single-item-wrap > div {
    max-width: 180px;
  }
  .pro-single-thumbnail-item-inr img {
    max-width: 80px;
    min-width: 30px;
  }
  .pro-single-thumbnail-items .pro-single-thumbnail-item {
    padding: 0 6px;
  }
  .pro-single-thumbnail-items {
    margin: 0 -6px;
  }
  .pro-single-thumbnail-item-inr {
    max-width: 100%;
    padding: 10px 10px;
  }
  .price-quentity-ctrl .cart button.button {
    font-size: 13px !important;
  }
  .price-quentity-ctrl .cart button.button:before {
    margin-right: 5px;
    width: 18px;
    height: 16px;
  }
  .price-quentity-ctrl .cart button.button {
    margin-top: 25px;
  }
  .wc-product-details {
    padding: 20px 16px;
  }
  .price-html span + span {
    padding-left: 32px;
  }
  .price-html span + span:after {
    left: 10px;
  }
  .pro-single-thumbnail-item-inr {
    height: 85px;
  }
  .price-quentity-ctrl .cart button.button {
    max-width: 100%;
  }
  .single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    width: 100%;
    text-align: center;
  }
  .pro-single-thumbnail-item-inr img {
    min-height: 50px;
    max-height: 50px;
  }
  .review-category {
    display: block;
  }
  .category-cntlr {
    padding-left: 0;
  }
  .wc-product-hdr .review-category .woocommerce-product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4px !important;
  }
  .wc-product-hdr .review-category .woocommerce-product-rating .star-rating {
    margin-top: 0 !important;
  }
  section.up-sells.upsells.products .product-grid {
    width: 100%;
  }
  .single-product .price-cntrl .incl-price bdi {
    font-size: 22px;
  }
}
@media (max-width: 374px) {
  .pro-single-thumbnail-item-inr {
    height: 70px;
  }
}
nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-right: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  background: #ec6608;
}

nav.woocommerce-MyAccount-navigation ul li:before {
  content: none;
  display: none;
}

.woocommerce-MyAccount-content p a {
  color: #da1a1f;
}

header.woocommerce-Address-title.title {
  display: flex;
  align-items: center;
}

.woocommerce-account .addresses .title .edit {
  margin-left: auto;
}

.woocommerce-account .woocommerce-Address-title a {
  color: #fff !important;
  font-size: 14px !important;
  min-width: 150px;
  padding: 7px 8px !important;
  margin-top: 10px !important;
  display: inline-block;
  margin-bottom: 15px !important;
  text-decoration: none;
  text-align: center;
  background: #ec6608;
  border-radius: 0 !important;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a,
.woocommerce-Address-title.title a.edit,
.woocommerce-account .form-row .woocommerce-button {
  background: #da1a1f;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a.woocommerce-Button:hover,
.woocommerce-account .form-row .woocommerce-button:hover,
.woocommerce-Address-title.title a.edit:hover {
  background: #000 !important;
}

body.woocommerce-account .woocommerce-form .form-row .woocommerce-button:hover {
  border-color: #000 !important;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a.woocommerce-Button:hover {
  color: #fff !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  background: #da1a1f !important;
}

.woocommerce-account .woocommerce-info::before {
  color: #000;
}

.woocommerce-account .woocommerce-info {
  border-top-color: #000;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a.woocommerce-Button:hover {
  border-color: #000 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 9px;
}

.woocommerce-account .inner-wrap .col-1 h2,
.woocommerce-account .inner-wrap .col-2 h2,
.woocommerce-account .woocommerce-MyAccount-content form h2 {
  color: #da1a1f;
}

.woocommerce-account .inner-wrap .col-1 h2,
.woocommerce-account .inner-wrap .col-2 h2 {
  font-size: 32px;
}

.woocommerce-account .woocommerce .col2-set .col-1 .woocommerce-form__label-for-checkbox {
  cursor: pointer;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td a.view {
  min-width: initial;
}

.woocommerce form .form-row .woocommerce-form__label-for-checkbox {
  position: relative;
  margin-top: 6px;
}

.woocommerce form .form-row .woocommerce-form__label-for-checkbox input.woocommerce-form__input {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
}

.woocommerce form .form-row .woocommerce-form__label-for-checkbox span {
  padding-left: 28px;
}

/*end of my account*/
.woocommerce-order .woocommerce-notice {
  font-size: 26px;
  font-weight: 600;
}

.woocommerce ul.order_details li {
  margin-bottom: 10px;
}

.woocommerce-order ul.order_details li:before {
  content: none;
}

.woocommerce-order-details .woocommerce-table tbody td.product-name a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.woocommerce-order-details .woocommerce-table tbody td.product-name a:hover {
  color: #da1a1f;
}

.woocommerce ul.order_details li strong {
  font-size: 16px;
  padding-top: 8px;
  display: block;
}

.woocommerce ul.order_details li {
  text-transform: capitalize;
  font-size: 18px;
}

.woocommerce .woocommerce-customer-details address {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

body.woocommerce-account .woocommerce #customer_login .col-1, body.woocommerce-account .woocommerce #customer_login .col-2 {
  width: calc(50% - 32px + 16px) !important;
  display: flex;
  flex-direction: column;
}

body.woocommerce-account .woocommerce form.login, body.woocommerce-account .woocommerce form.register {
  border: none;
  border: 1px solid #cfc8d8;
  margin: 0;
  height: 100%;
}

body.woocommerce-account .woocommerce #customer_login {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

body.woocommerce-account .woocommerce #customer_login:before,
body.woocommerce-account .woocommerce #customer_login:after {
  content: none;
  display: none;
}

@media (max-width: 1199px) {
  .woocommerce-account .woocommerce-Address-title.title {
    display: block;
  }
  .woocommerce-account .addresses .title .edit {
    float: left;
  }
  /*	.woocommerce ul.order_details li{
  		margin-right: 20px;
  	}*/
}
@media (max-width: 991px) {
  .woocommerce ul.order_details li {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 16px;
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .woocommerce ul.order_details li:nth-child(3n+1) {
    padding-left: 0;
  }
  .woocommerce ul.order_details li {
    font-size: 16px;
  }
  .woocommerce ul.order_details li strong {
    font-size: 14px;
    padding-top: 5px;
  }
  .woocommerce ul.order_details li:nth-child(3) {
    border-right: initial;
  }
  body.woocommerce-account .woocommerce #customer_login {
    gap: 22px;
  }
  body.woocommerce-account .woocommerce #customer_login .col-1,
  body.woocommerce-account .woocommerce #customer_login .col-2 {
    width: calc(50% - 22px + 11px) !important;
  }
}
@media (max-width: 768px) {
  nav.woocommerce-MyAccount-navigation ul {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 0;
  }
  .woocommerce-account .woocommerce table.shop_table td {
    border-top: initial;
  }
  .woocommerce-account .u-columns.col2-set .col-1,
  .woocommerce-account .u-columns.col2-set .col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-Address-title.title {
    display: flex;
  }
  .woocommerce-Address.col-2, .woocommerce-Address.col-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 0px;
  }
  .woocommerce-customer-details .woocommerce-column--billing-address.col-1 {
    padding: 0 0;
  }
  .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
    padding: 32px 0 0;
  }
  .woocommerce ul.order_details li strong {
    font-size: 12px;
  }
  .woocommerce ul.order_details li:nth-child(3n+1),
  .woocommerce ul.order_details li {
    padding-right: 12px;
    padding-left: 20px;
  }
  .woocommerce ul.order_details li:nth-child(2n+1) {
    padding-left: 0;
  }
  .woocommerce ul.order_details li {
    width: 50%;
  }
  .woocommerce ul.order_details li:nth-child(2),
  .woocommerce ul.order_details li:nth-child(4) {
    border-right: initial;
  }
  .woocommerce ul.order_details li:nth-child(3) {
    border-right: 1px dashed #cfc8d8;
  }
  .woocommerce ul.order_details {
    margin: 0 0 18px;
  }
  .woocommerce-order .woocommerce-notice {
    font-size: 22px;
  }
  body.woocommerce-account .woocommerce #customer_login .col-1,
  body.woocommerce-account .woocommerce #customer_login .col-2 {
    width: 100% !important;
  }
  .woocommerce-account .inner-wrap .col-1 h2,
  .woocommerce-account .inner-wrap .col-2 h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .woocommerce-order .woocommerce-notice {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 479px) {
  .woocommerce-account .woocommerce-Address-title.title {
    display: block;
  }
  .woocommerce ul.order_details li:nth-child(3),
  .woocommerce ul.order_details li {
    width: 100%;
    border: none;
    padding-left: 0;
  }
  .woocommerce ul.order_details li:nth-child(3n+1), .woocommerce ul.order_details li {
    padding-right: 0;
    padding-left: 0;
  }
  .woocommerce form .form-row .woocommerce-form__label-for-checkbox {
    margin-bottom: 12px;
  }
}
.show-xs {
  display: none !important;
}

@media (max-width: 1199px) {
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
  .container,
  .container-xlg,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs {
    padding-right: 16px;
    padding-left: 16px;
  }
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 575px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
@media (max-width: 659px) {
  .grabo__banners {
    display: block !important;
  }
  .grabo__banners .panel-grid-cell {
    width: 100% !important;
    float: none !important;
  }
  .grabo__banners.swiper {
    padding-bottom: 10px;
  }
  .grabo__banners .swiper-pagination {
    bottom: 0 !important;
    position: relative !important;
    margin-top: 20px;
  }
  .grabo__banners .swiper-pagination-bullet {
    background: #393959;
    opacity: 0.5;
    width: 12px;
    height: 12px;
    margin: 0 6px !important;
  }
  .grabo__banners .swiper-pagination-bullet-active {
    background: #da1a1f;
    opacity: 1;
  }
}
