@font-face {    font-family: 'Montserrat';    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),        url('../fonts/Montserrat-Thin.woff') format('woff');    font-weight: 100;    font-style: normal;    font-display: swap;}
@font-face {    font-family: 'Montserrat';    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),       url('../fonts/Montserrat-Black.woff') format('woff');    font-weight: 900;    font-style: normal;    font-display: swap;}
@font-face {    font-family: 'Montserrat';    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),        url('../fonts/Montserrat-Bold.woff') format('woff');    font-weight: bold;    font-style: normal;    font-display: swap;}
@font-face {    font-family: 'Montserrat';    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),        url('../fonts/Montserrat-ExtraBold.woff') format('woff');    font-weight: bold;    font-style: normal;    font-display: swap;}
@font-face {    font-family: 'Montserrat';    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),        url('../fonts/Montserrat-ExtraLight.woff') format('woff');    font-weight: 200;    font-style: normal;    font-display: swap;}
@font-face {    font-family: 'Montserrat';    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),        url('../fonts/Montserrat-Italic.woff') format('woff');    font-weight: normal;    font-style: italic;    font-display: swap;}
@font-face {    font-family: 'Montserrat';    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),        url('../fonts/Montserrat-Light.woff') format('woff');    font-weight: 300;    font-style: normal;    font-display: swap;}
@font-face {    font-family: 'Montserrat';    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),        url('../fonts/Montserrat-Medium.woff') format('woff');    font-weight: 500;    font-style: normal;    font-display: swap;}
@font-face {    font-family: 'Montserrat';    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),        url('../fonts/Montserrat-Regular.woff') format('woff');    font-weight: normal;    font-style: normal;    font-display: swap;}
@font-face {    font-family: 'Montserrat';    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),        url('../fonts/Montserrat-SemiBold.woff') format('woff');    font-weight: 600;    font-style: normal;    font-display: swap;}
@font-face { font-family: 'Montserrat'; src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),     url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff'); font-weight: 600; font-style: italic; font-display: swap;}

/* TypoGraphy */
* {box-sizing: border-box;}
:focus {outline: none !important;box-shadow: none;border-color: inherit;}
.form-control:focus {outline: none;box-shadow: none;}
textarea.form-control {}
html,
body {width: 100%;overflow-x: hidden;}
body {padding: 0;margin: 0;font-size: 15px;font-family: 'Montserrat';font-style: normal;font-weight: normal;position: relative;color: #1F1F20;background: #fff;}
body {overflow-x: hidden;}
img {max-width: 100%;}
a,
a:hover {text-decoration: none;}
p {margin-bottom: 0;font-size: 16px;line-height: 26px;}
h1,
h2,
h3,
h4,
h5,
h6 {margin: 0px;padding: 0px;}
h1 {font-size: 72px;}
h2 {font-size: 60px;}
h3 {}
h4 {}
ul {padding: 0px;margin: 0px;list-style-type: none;}
a {transition: .3s;-webkit-transition: .3s;-moz-transition: .3s;}
a:hover {transition: .3s;-webkit-transition: .3s;-moz-transition: .3s;}
.container {max-width: 1225px; margin:0 auto;padding: 0 15px;}
.orange-btn {font-size: 11px;font-weight: 700;background: #ff5656;color: #fff;padding: 9px 30px;display: inline-block;border-radius: 99px;}
.orange-btn:hover {background: #000;color: #fff;}
/*** HEADER TOP CSS START ***/
.top-bar {background: #2a2c38;padding: 2px 0px;}
.top-bar p {padding: 0px 10px;font-size: 14px;color: #fff;position: relative;margin: 0;}
.top-bar p a {color: #fff;}
.top-bar p:before {content: '';background: url(../images/using-icon-sprit.png);width: 20px;height: 10px;display: inline-block;background-position: -9px -56px;transform: rotate(180deg);margin-right: 10px;}
.top-bar p:after {content: '';background: url(../images/using-icon-sprit.png);width: 20px;height: 10px;display: inline-block;background-position: -9px -56px;margin-left: 10px;}
/*** HEADER TOP CSS END ***/
/*** HEADER CSS START ***/
.header-top {padding: 25px 0px;background: #e6eff8;}
.container-fluid {padding: 0px 30px;}
.header-wrap {  display: flex;  justify-content: space-between;  align-items: center;}
.header-top .header-wrap {padding-right: 50px;}
.logo img {  max-width: 245px !important;}
.header-right {  display: flex;  align-items: center;  justify-content: flex-end;}
.summer-sale-btn {  margin: 0 30px;  display: inline-flex;  width: 20%;}
.summer-sale-btn a {background: #ff5656;padding: 10px 20px;color: #fff;text-transform: uppercase;letter-spacing: 0.5px;font-weight: 500;-webkit-animation: glowing 500ms infinite;-moz-animation: glowing 500ms infinite;-o-animation: glowing 500ms infinite;animation: glowing 500ms infinite;}
@-webkit-keyframes glowing {
  0% { background-color: #ff1313; -webkit-box-shadow: 0 0 3px #ff1313; opacity: 0.7;}
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 20px #FF0000;opacity: 1;}
  100% { background-color: #ff1313; -webkit-box-shadow: 0 0 3px #ff1313 opacity: 0.7;}
}
@-moz-keyframes glowing {
  0% { background-color: #ff1313; -moz-box-shadow: 0 0 3px #ff1313;opacity: 0.7;}
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 20px #FF0000;opacity: 1;}
  100% { background-color: #ff1313; -moz-box-shadow: 0 0 3px #ff1313;opacity: 0.7;}
}
@-o-keyframes glowing {
  0% { background-color: #ff1313; box-shadow: 0 0 3px #ff1313;opacity: 0.7;}
  50% { background-color: #FF0000; box-shadow: 0 0 20px #FF0000;opacity: 1;}
  100% { background-color: #ff1313; box-shadow: 0 0 3px #ff1313;opacity: 0.7;}
}
@keyframes glowing {
  0% { background-color: #ff1313; box-shadow: 0 0 3px #ff1313;opacity: 0.7;}
  50% { background-color: #FF0000; box-shadow: 0 0 20px #FF0000;opacity: 1;}
  100% { background-color: #ff1313; box-shadow: 0 0 3px #ff1313;opacity: 0.7;}
}
.header-account-box {  position: relative;  width: auto;}
.header-account-box>ul {  display: flex;  align-items: center;  list-style-type: none;  padding: 0px;  margin: 0px;  justify-content: flex-end;}
.header-account-box>ul>li {  margin-right: 30px;}
.header-account-box>ul>li:last-child {  margin-right: 0px;}
.header-account-box>ul li a {  color: #21110d;  font-size: 12px;  font-weight: normal;  padding: 0;  letter-spacing: 0.5px;  text-align: center;}
.header-account-box>ul li a:hover {  color: #ff5656;}
.header-account-box>ul li a img {  margin: auto;  display: block;}
.header-account-box>ul li a span {  display: block;}
.header-account-box ul li a span {  display: none;}
.header-account-box ul li a .claim-text {  display: none;}
.icon-box i {font-size: 25px;}
li.search-block .icon-box i {font-size: 22px;}
.cart-block .icon-box img {  position: relative;  top: 2px;}
.claim-box .claim-box {  position: relative;  display: flex;  justify-content: center;  align-items: center;}
.claim-box .claim-box sup {background: #ff5656;width: 20px;height: 20px;border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #fff;text-align: center;position: absolute;bottom: -7px;right: -10px;font-family: Montserrat;font-size: 10px;font-weight: 400;letter-spacing: -0.3px;top: auto;padding: 3px 0 0px;}
.icon-box {width: 26px;height: 26px;display: inline-flex;text-align: center;margin: 0px auto 1px;justify-content: center;align-items: center;}
/*** HEADER CSS END ***/
/*** HEADER NAVIGATION CSS START ***/
.main-nav {width: 100%;}
.header-nav .logo {  display: none;}
.header-nav {padding: 18px 0px 15px;position: relative;z-index: 11;}
.navigation {margin: 0px 0 0;}
.nav-manu {max-width: 1800px;margin: auto;}
.navigation ul {padding: 0;margin: 0;display: inline-flex;align-items: center;list-style-type: none;color: #101010;justify-content: center;width: 100%;}
.navigation ul li {margin-right: 30px;position: static;padding: 0px 0;}
.navigation ul li:last-child {margin-right: 0px;}
.navigation ul li a {font-size: 16px;color: #101010;font-weight: 500;position: relative;padding-bottom: 5px;}
.navigation ul li a:hover {color: #101010;}
.navigation ul li a::after {content: "";position: absolute;left: 0;right: 0;width: 0;height: 2px;background: #ff5656;bottom: 0;visibility: hidden;opacity: 0;margin: auto;transition: 0.4s;
}
.navigation ul li:hover a::after {width: 100%;visibility: visible;opacity: 1;}
.navigation ul li:hover ul.sub-menu li a::after {display: none;}
.navigation ul li.current-menu-item a {font-weight: bold;}
.navigation ul li a:hover::after {visibility: visible;opacity: 1;width: 100%;}
.navigation ul li.current-menu-item a::after {visibility: visible;opacity: 1;width: 100%;}
.navigation ul li ul.sub-menu {position: absolute;top: 45px;width: 1500px;transform: scale(1, 0);transition: all .5s;transform-origin: top center;padding: 0;opacity: 0;visibility: hidden;min-width: 246px;background: #fff;left: -1px;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;padding: 30px 0px;margin: auto;right: 0;}
.navigation ul li ul.sub-menu::before {content: "";position: absolute;left: -100%;top: 0;background: #fff;width: 1000%;height: 100%;}
.navigation ul li ul.sub-menu li.current-menu-item a::after, .navigation ul li ul.sub-menu li a:hover::after{display: none;}
.navigation ul li ul.sub-menu.shop-submenu {left: auto;right: 0;}
.navigation ul li:hover>ul.sub-menu {transform: scale(1);opacity: 1;visibility: visible;}
.navigation ul li ul.sub-menu.shop-submenu::before {left: auto;right: 40px;}
.navigation ul li ul.sub-menu li {margin: 0;width: 25%;float: left;padding: 0px 20px;}
.navigation ul li ul.sub-menu li::before {right: 9px;transform: rotate(-90deg) translateY(-57%);border-top-color: #fff !important;z-index: 1;margin-top: -3px;}
.navigation ul li ul.sub-menu li a {color: #000;display: block;border-bottom: 1px solid #000;padding: 14px 0px;font-size: 15px;text-transform: uppercase;font-weight: 600;}
.navigation ul li ul.sub-menu li a:hover {}
.navigation ul li ul.sub-menu ul.sub-menu {left: 100%;top: 0;padding: 0;width: 100%;position: unset;background: #fff;opacity: 1;visibility: visible;transform: scale(1, 1);display: block;}
.navigation ul li ul.sub-menu ul.sub-menu li {width: 100%;padding: 0px 0px;}
.navigation ul li ul.sub-menu ul.sub-menu li a {border: 0;padding: 7px 0px 0px;font-size: 14px;color: #444040;text-transform: capitalize;font-weight: normal;}
.navigation ul li ul.sub-menu li:last-child {border-bottom: none;}
.navigation ul li ul.sub-menu li.menu-item-has-children {margin-bottom: 10px;}
.menu-item-has-children::before { content: ""; position: absolute; width: 7px; height: 7px; transition: 0.4s; border-left: 0; border-right: 1px solid black; border-top: 1px solid #000000; margin-top: 0; margin-left: 0; opacity: 1; right: -16px; top: 3px; transform: rotate(135deg)}
.menu-item-has-children:hover::before {
    border-top-color: #ff5656;
    border-right-color: #ff5656;
}
.navigation ul li.menu-item-has-children a::before {content: "";position: absolute;width: 7px;height: 7px;transition: 0.4s;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 5px solid #000000;right: -13px;top: 0px;bottom: 0;margin: auto;box-sizing: border-box;}
.navigation ul li ul.sub-menu li a::before{display: none;}
.navigation ul li.menu-item-has-children:hover::before {border-top-color: #941612;transition: 0.4s;}
.navigation ul li ul.sub-menu li:hover a {}
    .getintouch-btn {    margin-top: 0;}
    .mobile-logo {    display: none;}
    .menu-bar {    display: none;}
/*** HEADER NAVIGATION CSS END ***/
/*** MARQUEE CSS START ***/
.marquee-section{
  margin: 0;  padding: 20px 20px 20px 0;  font-weight: 600;  font-family: Montserrat;  font-size: 16px;  color: #222;}
/*** MARQUEE CSS END ***/
/*** FOOTER CSS START ***/
  .footer{margin: auto 0 0;padding:  0;  }
  .footer-site{margin: auto 0 0;padding: 4rem 0;display: block;width: 100%;background-color: #ffffff;  }
  .footer .container {  max-width: 1200px;  }
  .footer-flex {  display: flex;  flex-wrap: wrap;  }
  .footer-menu {margin: 0;padding: 0;width: 18.97%;  }
  .footer-menu h3{padding: 0;margin:0 0 20px;font-size: 13px;font-weight: 500;letter-spacing: 1px;text-transform: uppercase;color: #2a2c38;font-family: Montserrat;line-height: 1.5;display: block;  }
  .footer-menu ul{margin: 0;padding: 0;  }
  .footer-menu ul li{margin: 0 0 5px;padding: 0;font-size: 13px;color: #2a2c38;font-weight: 400;line-height: 21px;  }
  .footer-menu ul li a{color: #2a2c38;transition: color .2s ease;position: relative;  }
  .footer-menu ul li a::after{display: block;position: absolute;top: calc(100% + 2px);left: 0;width: 100%;border-bottom: 1px solid #ccc;content: "";transition: transform .6s cubic-bezier(.28,.75,.22,.95);transform: scaleX(0);transform-origin: right center;  }
  .footer-menu ul li a:hover{color: #ff5656;  }
  .footer-menu ul li a:hover::after{transform: scale(1);transform-origin: left center;  }
  .footer-menu p{margin: 8px 0;padding: 0 0 0 24px;font-size: 13px;color: #2a2c38;font-weight: 400;line-height: 21px;position: relative;  }
  .footer-menu p a{color: #2a2c38;  }
  .footer-menu p a:hover{color: #ff5656;  }
  .footer-menu p img {  position: absolute;  top: 0;  bottom: 0;  left: 0;  margin: auto;  max-height: 20px;  max-width: 15px;  }
.footer-menu.content-footer {width: 24.124%;}
.finance-footer {width: 17.97%;padding-left: 32px;}
.free-finance-img {margin-bottom: 10px;}
.finance-footer p{  margin: 8px 0;  padding: 0 0 0 24px;  font-size: 13px;  color: #2a2c38;  font-weight: 400;  line-height: 21px;  position: relative;}
.finance-footer p::after{  content: "";  background: url('../images/site-icon.svg') no-repeat center top;  width: 15px;  height: 16px;  position: absolute;  left: 0;  top: 4px;  background-size: 100%;}
.we-accept-full {width: 100%;display: flex;justify-content: center;align-items: center;margin: 50px 0 0;}
.we-accept-full span{padding: 0;color: #2a2c38;font-size: 13px;font-weight: 500;letter-spacing: 1px;text-transform: uppercase;line-height: 1.5;}
.payment-icons{  display: flex;}
.copright-footer{  padding: 2rem 0;  background: #2a2c38;}
.copright-flex{  display: flex;  flex-wrap: wrap;}
.copright-flex p{  margin: 0 auto 0 0;  padding: 15px 0;  color: #fff;  font-size: 13px;  font-weight: 400;  line-height: 1.5;  font-family: Montserrat;}
.copright-flex ul{  display: flex;}
.copright-flex ul li{  margin-left: 15px;}
.copright-flex ul li a{  color: #a4a5aa;  font-size: 20px;}
.copright-flex ul li a:hover{  color: #fff;}
/*** FOOTER CSS END ***/
.wood-category-section {padding-top: 40px;padding-bottom: 70px;}
.wood-category-heading {text-align: center;margin: 0 auto 60px;width: 67%;font-size: 15px;}
.wood-category-heading h1 {font-size: 40px;font-weight: 600;letter-spacing: -0.5px;line-height: 1.3;text-transform: none;color: #222;margin-bottom: 5px;}
.wood-category-heading h4 {margin-bottom: 27px;font-size: 22px;color: #2a2c38;font-weight: 400;line-height: 1.6;text-transform: none;}
.wood-category-heading p {margin: 0 0 1.41575em;font-size: 15px;font-weight: 400;letter-spacing: 0px;line-height: 1.6;text-transform: none;color: #323232;}
.wood-category-heading p a {color: #ff5656;}
.wood-category-heading p a:hover {color: #111;}
.product-category {margin: 30px 0px 0px;}
.product-category ul {margin: 0;padding: 0;display: flex;flex-wrap: wrap;align-items: flex-start;list-style-type: none;justify-content: center;}
.product-category ul li {width: 20%;text-align: center;margin-bottom: 20px;}
.product-category ul li a {display: block;}
.product-category ul li a:hover {transform: translateY(-10px);}
.product-category ul li figure {width: 100px;height: 100px;border-radius: 100%;margin: auto;display: flex;overflow: hidden;background: #f0f0f0;position: relative;justify-content: center;align-items: center;}
.product-category ul li figure img {width: 70px;height: 60px;object-fit: contain;}
.product-category ul li a h3 {font-size: 17px;margin: 20px 0px;text-transform: capitalize;font-weight: 600;letter-spacing: -0.3px;line-height: 1.55;color: #222;transition: 0.7s;}
.product-category ul li a:hover h3 {color: #ff5656;}
.wood-heading {text-align: center;}
.wood-heading h2 {font-size: 36px;font-weight: 600;letter-spacing: -0.5px;line-height: 1.3;text-transform: none;color: #222;margin-bottom: 5px;}
.wood-heading p {font-size: 20px;font-weight: 400;letter-spacing: 0px;line-height: 1.6;text-transform: none;color: #323232;margin-bottom: 5px;}
.wood-heading h4 {margin-bottom: 27px;font-size: 22px;color: #2a2c38;font-weight: 400;line-height: 1.6;text-transform: none;}
.products {margin-top: 15px;}
.product-sale {line-height: 0.5;}
.product-sale p {background: url(../images/botted-border.png);display: inline-block;color: #ff5656;margin: 0 auto;width: auto;background-repeat: no-repeat;background-position: center;padding: 0px 15px;background-size: 100%;font-size: 12px;font-weight: 600;text-transform: uppercase;}
.products li {position: relative;padding-right: 15px;padding-left: 15px;text-align: left;font-family: 'Montserrat';}
.products li.product {padding-bottom: 20px;margin-bottom: 15px;}
.sale-perc {position: absolute;top: 10px;left: 15px;z-index: 2;background: #2a2c38;height: 44px;width: 44px;line-height: 44px;text-align: center;color: #fff;border-radius: 50%;font-size: 13px;font-weight: 500;}
.products li p.product__categories {position: relative;color: #999;line-height: 1;letter-spacing: .7px;text-transform: uppercase;margin: 0 0;}
.products li p.product__categories a {color: #999;font-size: 11px;text-transform: uppercase;}
.woocommerce-loop-product__title {font-size: 15px;font-weight: 600;letter-spacing: 0px;line-height: 20px;text-transform: none;position: relative;width: 100%;margin-top: 3px;margin-bottom: 3px;color: #111;min-height: 60px;}
.woocommerce-loop-product__title .woocommerce-LoopProduct-link {font-weight: 500;transition: all .15s ease-in;color: #2c2d33;}
.products li.product img {display: block;width: 100%;margin: 0 auto 1.2em;transition: 0.7s; height: auto !important;}
.products ul li.product:hover img {padding: 0px 5px;transition: 0.7s;}
.products li.product .price {width: 100%;position: relative;color: #111;font-size: 14px;display: block;margin-bottom: 1rem;}
.price del {margin-right: 8px;opacity: .5;font-size: .85em;}
.price ins { color: #ff5656; }
 .products .slick-dots li { background: #fff; transition: 0.7s; }
.products ul li.product:hover {box-shadow: 0 0 10px rgb(0 0 0 / 10%);transition: 0.7s;}
.products li.product .available-notice {z-index: 1;position: relative;margin-bottom: 9px;background: #3bb54a;text-align: center;text-transform: uppercase;font-size: 13px;padding: 3px 0;color: #fff;}
 .products .slick-dots li {position: relative;display: inline-block;height: 10px;width: 15px;margin: 0 3px;padding: 0;}
.product-badge {position: absolute;left: 0;top: 0;width: auto;height: 23px;background: #ff5656;color: #fff;text-align: center;line-height: 25px;text-transform: uppercase;font-size: 10px;letter-spacing: .3px;z-index: 2;transition: none;-o-transition: none;-webkit-transition: none;padding: 0 6px;font-weight: 600;}
.slick-dots {}
.slick-dots li.slick-active::after {border: 2px solid #f55;}
.slick-dots li button {height: 5px;width: 5px;padding: 3px;margin: 2px 2px 0px 2px;}
.slick-dots li.slick-active button {background: #f55;}
.best-seller-section {padding-bottom: 70px;}
.electic-categories ul {display: flex;flex-wrap: wrap;justify-content: flex-start;}
.electic-categories li {position: relative;margin-bottom: 30px;padding-right: 15px;padding-left: 15px;text-align: left;width: 33.2333%;}
.electic-categories li:before {position: absolute;left: 0;width: calc(100% - 30px);height: 100%;margin-left: 15px;border: 1px solid #eee;content: "";transition: 0.7s;}
.electic-categories li:hover:before {border-color: #ccc;}
.electic-categories li img {width: calc(100% - 18px);margin: 10px 0 0 10px;transform: scale(1);}
.electic-categories li h2 {margin: 0;padding: 15px 0px;font-size: 15px;font-weight: 600;text-align: center;letter-spacing: 0px;line-height: 20px;text-transform: none;width: 100%;color: #111;position: relative;z-index: 1;}
.what-we-do-section {padding-top: 55px;padding-bottom: 65px;background-color: #e5eef8;margin-bottom: 55px;}
.what-we-do-inner {display: flex;align-items: flex-start;justify-content: space-between;}
.col3 {width: 33.33333333%;}
.what-we-do-info {padding-left: 15px;padding-right: 15px;width: 100%;padding-top: 35px;margin-bottom: 35px;}
.what-we-do-info img {max-height: 70px;}
.what-we-do-info h4 {font-weight: 400;margin: 13px 0 8px;font-size: 18px;line-height: 1.6;text-transform: none;color: #222;}
.what-we-do-info h2 {margin: 0;font-weight: 600;font-size: 24px;max-width: 234px;line-height: 1.3;color: #323232;}
.what-we-do-info p {font-size: 12px;margin-top: 8px !important;font-weight: 400;letter-spacing: 0px;line-height: 1.6;text-transform: none;color: #323232;max-width: 338px;min-height: 108px;}
.what-we-do-inner .col3:nth-child(1) .what-we-do-info p {min-height: 138px;}
.what-we-do-inner .col3:nth-child(3) .what-we-do-info p {min-height: 138px;}
.pt70 {padding-top: 70px;}
/* LET CUSTOMERS SPEAK FOR US START */
.letcustomers-section{  margin: 0;  padding: 48px 0 75px;  width: 100%;  clear: both;  background-color: #e6eff8;}
.letcustomers-section .container{  max-width: 1522px;}
.reviews-warpper{  margin: 0;  padding: 0;}
.reviews-heading{  margin: 0;  padding: 0;  text-align: center;}
.reviews-heading h2{  margin: 0 0 35px;  padding: 0;  font-family: Montserrat;  font-size: 28px;  font-weight: 400;  line-height: 1.4;  text-transform: none;  color: #222;}
.reviews-slider{  border-top: 1px solid #e5e5e5 !important;  border-bottom: 1px solid #e5e5e5 !important;  border-left: 1px solid #e5e5e5 !important;}
.reviews-star-box {margin: 0;padding: 0;padding: 13px 19px 15px !important;border-right: 1px solid #e5e5e5 !important;display: flex !important;flex-wrap: wrap;height: 100%;}
.star{  margin: 0 0 10px;  padding: 0;  display: flex;}
.star i.fa {font-size: 20px;margin-right: 4px;}
.reviews-content{  margin: 0 0 27px;  padding: 0;}
.reviews-content:last-child{  margin: 0;}
.reviews-content h3{  font-weight: 600;  font-size: 16px;  letter-spacing: 0px;  color: #222;  margin: 0 0 5px;  padding: 0;  font-family: Montserrat;}
.reviews-content p{  color: #222;  margin: 0;  padding: 0;  line-height: 1.4;}
.reviews-content p i{  display: block;  font-size: 12px;  opacity: 0.8;}
/*---------------------*/
.reviews-slider .slick-prev, .reviews-slider .slick-next{
  height: 18px !important;  width: 18px !important;  border-width: 3px !important;  top: inherit;  bottom: -38px;  border-style: solid none none solid !important;}
.reviews-slider .slick-prev{  display: inline-block;  border: 4px none #000;  width: 25px;  height: 25px;  cursor: pointer;  -webkit-transform: rotate( -45deg);  -ms-transform: rotate(-45deg);  transform: rotate( -45deg);  left: 48.5%;}
.reviews-slider .slick-next{  display: inline-block;  border: 4px none #000;  width: 25px;  height: 25px;  cursor: pointer;  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  transform: rotate(135deg);  right: 48.5%;}
.item-review {height: calc(100% - 2.8em);width: 100%;padding-bottom: 10px;}
.reviews-slider .slick-track {display: flex;}
.reviews-slider .slick-slide {height: inherit;}
.reviews-slider .slick-slide > div {height: 100%;}
.reviews-slider .slick-prev:before, .reviews-slider .slick-next:before { display: none;}
/* LET CUSTOMERS SPEAK FOR US END */
/*-WHY-CHOOSE-US-SECTION-*/
.why-choose-us-section{  padding: 0px 0px 92px;  background-color: #e5eef8;  margin-bottom: 40px;}
.why-choose-us-section .container {max-width: 1190px;}
.why-choose-us-wrapper {display: flex;justify-content: space-between;}
.why-choose-content {width: 692px;padding-top: 92px;}
.why-choose-content h3 {margin: 0 0 25px;font-weight: 400;font-size: 27px;line-height: 1.3;color: #323232;}
.why-choose-content h3 strong{font-weight: 600;  }
.why-choose-content p {font-size: 13px;font-weight: 400;letter-spacing: 0px;line-height: 1.6;text-transform: none;color: #323232;margin-bottom: 1.41575em;}
.why-choose-content p a{color: #ff5656;}
.why-choose-content p a:hover{color: #323232;}
.whychoose-column-content{  width: 400px;}
.whychoose-column-content h3 {margin: 0 0 25px;font-weight: 400;font-size: 27px;line-height: 1.3;color: #323232;}
.whychoose-column-content h3 strong{font-weight: 600;  }
.whychoose-column-content p {font-size: 13px;font-weight: 400;letter-spacing: 0px;line-height: 1.6;text-transform: none;color: #323232;margin-bottom: 1.41575em;}
.whychoose-column-content p a{color: #ff5656;}
.whychoose-column-content p a:hover{color: #323232;}
.whychoose-column-content p:last-child {margin-bottom: 0;}
.whychoose-column-content:before {content: '';background: url(../images/why-decor.png);height: 160px;width: 100%;display: block;background-size: 162px;background-repeat: no-repeat;padding-bottom: 12px;}
.woocommerce-breadcrumb {background: #e6eff8;text-align: center;padding: 1em 0 !important;font-size: 16px !important;}
.default-page p {margin: 0 0 20px;}
.default-page .wood-category-heading {margin: 0 auto 35px;}
.condition-check-cars ul {display: flex;margin: 0;}.condition-check-cars .slick-list.draggable {width: 100%;}
.footer-condition-check-if .condition-check-cars ul li p {margin-bottom: 0;}
.condition-check-cars ul li {list-style: none;border: 1px solid #e9e9eb;padding: 32px 78px;margin-bottom: 0;font-size: calc(14px + (18 - 14)*((100vw - 320px)/(1920 - 320)));border-right: 0;margin-top: 6px;border-top: none;margin-top: 0;width: 25%;}
.condition-check-cars ul li p {font-weight: bold;font-size: 15px;max-width: 290px;line-height: 20px;}
.product a.button.product_type_simple {display: none;}
.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {display: none !important;}
.related  .products li.product img {
    height: auto;
}
.error-404 {
    margin: 100px auto;
    max-width: 650px;
    text-align: center;
    padding: 70px 0;
    box-shadow: #ccc 1px 6px 12px;
}
.error-404 h1 {
    font-size: 26px;
    font-weight: 500;
}
.error-404 h1 strong {
    display: block;
    font-size: 72px;
    color: #ff5656;
}
.back-to-btn {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.back-to-btn a {
    font-size: 14px;
    padding: 17px 25px;
    font-weight: 500;
}
.default-page p a {
    color: #ff5656;
    text-decoration: underline;
}
.default-page p a:hover {
    color: #000;
    text-decoration: none;
}
.navigation ul li.menu-item-has-children a::before {
    display: none !important;
}
/* FAQ PAGE CSS START */
.faq-info-heading {
    border: 1px solid #000;
    margin-bottom: 55px;
    margin-top: 45px;
    padding: 10px;
    text-align: center;
}
.faq-info-heading span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.faq-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.faq-group {
    width: 50%;
}
.faq-group-top .faq-group {
    padding-right: 15px;
}
.faq-group-top .faq-group + .faq-group {
    padding-left: 15px;
    padding-right: 0;
}
.faq-group.full-faq-group {
    width: 100%;
}
.faq-group h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.faq-list {
    border: 1px solid #e6eff8;
    margin: 0 0 25px;
    padding: 0;
}
.faq-list-heading {
    padding: 15px;
    background: #e6eff8;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.faq-list-heading p {
    display: none;
}
.faq-list-heading h3 {
    font-weight: 600;
    font-size: 16px;
}
.faq-list-content {
    padding: 15px 15px 0;
    display: none;
}
.faq-list p {
    display: none;
}
.faq-list .faq-list-content p {
    display: block;
    font-size: 14px;
    line-height: 23px;
}
.faq-list-heading::before {
    content: "";
    position: absolute;
    top: 46%;
    transform: translateY(-50%) rotate(45deg);
    right: 17px;
    width: 8px;
    height: 8px;
    border: 2px solid #000;
    border-left: transparent;
    border-top: transparent;
    transition: .5s;
}
.faq-list.active .faq-list-heading::before {
    top: 56%;
    transform: translateY(-50%) rotate(-135deg);
}
.faq-group-top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 25px;
    margin-bottom: 35px;
}
/* FAQ PAGE CSS END */
.jdgm-carousel-title-and-link {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
}
.jdgm-carousel--compact-theme.jdgm-carousel {
    background: #e6eff8 !important;
    float: none !important;
    margin: auto !important;
    display: block !important;
    margin-top: 30px !important;
}
.jdgm-carousel-wrapper {
    width: 100%!important;
}

.bottomreviews {
    float: left;
    width: 100%;
    background: #e6eff8;
}
.footer-condition-check-if {
    clear: both;
}
.jdgm-carousel__right-arrow, .jdgm-carousel__left-arrow {
    border-color: #1f1f20 !important;
}
.jdgm-carousel__arrows {
    margin: 30px auto 10px 20px !important;
}
.contact-area .custom-row-2 {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
}
.contact-area .custom-row-2 .col-lg-4.col-md-5.mb-lm-60px.col-sm-12.col-xs-12.w-sm-100 {
    width: 32%;
}
.contact-area .custom-row-2 .col-lg-8.col-md-7.col-sm-12.col-xs-12 {
    width: calc(100% - 32%);
    padding-left: 25px;
}
.contact-info-wrap .single-contact-info .contact-info-dec p {

}
.contact-info-wrap .single-contact-info .contact-info-dec {

}
.contact-info-wrap .single-contact-info {
    display: block !important;
    margin-bottom: 20px;
    width: 100%;
}
.contact-info-wrap .single-contact-info .contact-info-dec p a {
    margin: 0;
}

.contact-area {
    padding: 50px 0px;
}
.contact-form input, .contact-form textarea {
    height: 45px;
    background: #fff !important;
    padding: 10px;
    margin: 0 !important;
    width: 100%;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
}

/*-input-*/
.contact-form input::-webkit-input-placeholder { /* Edge */
 color: #474747;
}

.contact-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #474747;
}

.contact-form input::placeholder {
 color: #474747;
}
/*-input-*/
/*-textarea-*/
.contact-form textarea::-webkit-input-placeholder { /* Edge */
  color: #474747;
}

.contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #474747;
}

.contact-form textarea::placeholder {
  color: #474747;
}
/*-input-*/

.contact-form textarea {
    height: 120px;
}
.contact-form .wpcf7-form p label {
    width: 50%;
    padding: 0px 10px;
    margin-bottom: 30px;
    position: relative;
}

.contact-form .wpcf7-not-valid-tip {
    position: absolute;
    line-height: normal;
}
.contact-form .wpcf7-form p label:nth-child(7) {
    width: 100%;
    /* margin-bottom: 20px; */
}
.contact-form .wpcf7-form p {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.contact-form input.wpcf7-submit {
    min-height: 55px;
    border-radius: 55px;
    margin: auto !important;
    background: #ff5656 !important;
    color: #fff !important;
    font-size: 15px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0 !important;
    padding: 0 !important;
    font-weight: 700;
    width: 250px;
    cursor: pointer;
}
.contact-form input.wpcf7-submit:hover {
    background: #333 !important;
}
.contact-form  span.wpcf7-spinner {
    position: absolute;
    right: 0;
    margin-top: 17px;
}
.contact-map-section {
    margin-top: 30px;
    width: 100%;
}
.wpcf7-not-valid-tip {
    font-size: 13px !important;
    margin-top: 2px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0px !important;
    border: 0px !important;
}
@media screen and (min-width: 992px)
.condition-check-cars ul li p::before {margin-bottom: 20px;}
.condition-check-cars ul li p::before {content: '';display: inline-block;background: url(../images/using-icon-sprit.png);width: 43px;height: 43px;float: left;background-repeat: no-repeat;margin-right: 3px;margin-bottom: 20px;transform: scale(0.9);}
.condition-check-cars ul li:last-child p {max-width: 255px;}
.condition-check-cars ul li:nth-child(2) p::before {background-position: -44px 0px;padding: 0px 10px;}
@media screen and (min-width: 992px)
.condition-check-cars ul li p::before {margin-bottom: 20px;}
.condition-check-cars ul li:nth-child(3) p::before {background-position: -256px 0px;}
@media screen and (min-width: 992px)
.condition-check-cars ul li p::before {margin-bottom: 20px;}
.condition-check-cars ul li:nth-child(4) p::before {background-position: -117px 0px;}
@media screen and (min-width: 992px)
.condition-check-cars ul li p::before {margin-bottom: 20px;}
.condition-check-cars ul li p span {color: #ff5656 !important;}
.related.products.recently-viewed {max-width: calc(1270px + 5.2325em) !important;margin: 0 auto;}
.recently-viewed .widget .widget-title {font-size: calc(20px + (40 - 20)*((100vw - 320px)/(1920 - 320)));text-align: center;padding-bottom: 30px;}
.recently-viewed .product_list_widget li {float: left;width: 25%;padding: 0 15px;}.judgeme-fixed .jdgm-revs-tab-btn[position="bottom"] {bottom: 50%;right: 0;transform: none;padding: 16px 8px;left: auto;writing-mode: vertical-rl;text-orientation: mixed;transform: translateY(50%);background-color: rgb(44, 45, 51);color: rgb(255, 255, 255);}
/*--*/
ul.product-categories {margin: 0 0 20px;}
ul.product-categories li {  margin-bottom: 10px;  font-size: 15px;}
ul.orderby li a,ul.product-categories li a {  font-weight: 400;  text-decoration: none;  color: #777;  padding: 0;  font-size: 15px;}
ul.orderby li a:hover, ul.product-categories li a:hover {  color: #ff5656;}
.shipping_address label {  display: block;font-weight: 500;letter-spacing: 0.3px;color: #4F4F4F;}
.shipping_address span.woocommerce-input-wrapper{  width: 100%;}
.shipping_address span.woocommerce-input-wrapper .input-text {width: 100% !important;color: #4F4F4F!important;font-size: 16px !important;font-weight: 500 !important;height: 60px;border-radius: 0px !important;appearance: none;padding: 10px 15px !important;position: relative;outline: none;margin: 0 !important;font-family: 'Montserrat';appearance: none;-webkit-appearance: none;-ms-appearance: none;background: #FFFFFF;border: 1px solid #B8B8B8;box-sizing: border-box;}
.related.products.recently-viewed h2.woocommerce-loop-product__title {text-align: left;}
.related.products.recently-viewed {max-width: calc(1270px + 5.2325em) !important;margin: 20px auto 50px;text-align: center;font-size: 26px;font-weight: 600;letter-spacing: -0.5px;line-height: 1.3;text-transform: none;color: #222;}
.judgeme-fixed {display: none;}
.search.search-results section#woocommerce_product_categories-2 {display: none;}
.related-products-container ul.slick-dots {justify-content: center !important;margin: 0!important;}
.single-product .flat-shipping.shipping-charge {display: none;}
p.available-badge {background: #000;color: #fff;font-size: 12px;padding: 4px 6px;text-align: center;font-weight: 600;line-height: 16px;}
.proinput input[type=search] {width: 100%;height: 40px;font-size: 14px;line-height: 100%;padding: 10px 15px;margin: 0;background: #fff;border: 1px solid #ddd;border-radius: 3px;-webkit-border-radius: 3px;-webkit-appearance: none;box-sizing: border-box;}
.page-id-144887 div#er_main {max-width: 100%;margin: auto;padding: 0;}
.page-id-144887 div#er_main h2 {font-family: Montserrat;font-size: 40px;font-weight: 600;letter-spacing: -0.5px;line-height: 1.3;text-transform: none;color: #222;padding: 70px 0 0;text-align: center;width: 100%;background: #e6eff8;margin: 0;}
.page-id-144887 div#er_main .ci_inner_div {max-width: 100%;}
.page-id-144887 div#er_main .er_search_results_count {padding: 20px 0 77px !important;font-size: 16px !important;color: #767676;background: #e6eff8;text-align: center;width: 100%;margin: 0;}
.page-id-144887 div#er_main .over-row {border: 0;max-width: 1250px;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.page-id-144887 div#er_main div#er_facets {width: 25%;padding-top: 30px;margin-top: 0 !important;padding-left: 0;max-width: 25%;}
.page-id-144887 div#er_main div#er_search_results {width: 72%;padding-top: 25px;}
.page-id-144887 div.search-result-container{flex-direction: unset;width: 100%;flex-wrap: wrap;}
.er-search-result-box {width: 24.2% !important;padding: 0 15px 20px !important;margin: 0 0 20px !important;background: #fff;transition: .5s;clear: both;display: flex;flex-wrap: wrap;}
.page-id-144887 a.imagelink {float: left;width: 100%;order: 1;margin-bottom: 10px;transform: scale(.98);border: 1px solid #dfdfdf;}
.page-id-144887 #er_search_results .er-search-result-box .image{width: 100%;height: auto;padding: 0;}
.er-search-result-box .er-search-result-top_section {display: block;width: 100%;order: 3;}
#er_search_results .er-search-result-box .text {margin: 8px 0 0;padding: 0;color: black;border: none;height: auto;font-size: 14px;line-height: 20px;max-height: 80px;order: 2;}
.er-search-result-box .er-search-result-top_section .title {display: none;}
.er-search-result-box .er-search-result-top_section section.er-micro-data span.er-price {padding: 0;margin-top: 10px;display: block;font-family: Montserrat !important;font-size: 15px !important;font-weight: normal !important;letter-spacing: 0px;line-height: 20px !important;text-transform: none;text-align: left;color: #3f3f3f !important;}
.footer-sticky {position: fixed;left: 0;bottom: 0;width: 100%;background-color: black;color: white;text-align: center;padding: 10px;}
span#timer {padding-left: 15px;color: #ff6060;font-weight: bold;}
.vc_tta-container h2 {font-size: 38px;font-weight: 600;letter-spacing: -0.5px;line-height: 1.3;text-transform: none;color: #222;margin-bottom: 5px;padding: 4px;}
.vc_tta-container h4 {line-height: 2;font-size: 21px;}
/**  **/
.contact-info-wrap{background-color: #f5f5f5;padding: 50px 40px;height: 100%;width: 384px;}
.custom-row-2 .title {font-size: 20px;margin-bottom: 30px;font-weight: 600;}
.single-contact-info{display: flex;}
.contact-info-wrap .single-contact-info {display: flex;margin-bottom: 20px;}
.contact-info-dec p a{margin-left: 35px;color: #474747;}
.sub-title{display: inline-block;font-weight: 600;color: #212121;font-family: "Raleway", sans-serif;}
.contact-info-dec p {margin-bottom: 13px;}
.contact-form {
    background-color: #f5f5f5;
    padding: 50px 40px;
    height: 100%;
}
textarea {width: 100%;padding-left: 20px;padding-top: 20px;outline: 0;}
.wpcf7-form p label span textarea{margin-bottom: 0.5rem;width: 100%;display: block;}
.contact-map-section iframe{width: 100%;}
.contact-form form .wpcf7-form-control-wrap textarea, .contact-form form .wpcf7-form-control-wrap input {background: 0 0;border: 1px solid #c1c1c1;margin-bottom: 30px;color: #474747;border-radius: 0;}
.wpcf7-form p{display: flex;}
#myHeader .dropdown_search {min-width: 600px;display: block!important;position: relative;right: 0;top: 0;z-index: 2;}
#myHeader .dropdown_search .action-form {position: relative;}
#myHeader .form-control {display: block;width: 100%;min-height: 40px;padding: 6px 70px 6px 12px;font-size: 14px;font-weight: 400;line-height: 1.625;color: #474747;border-radius: 0;background-color: #fff;font-style: italic;}
#myHeader .dropdown_search .submit {position: absolute;top: 0;left: auto;right: 0;display: flex;align-items: center;justify-content: center;width: auto;height: 100%;background: #333;color: #fff;font-size: 14px;box-shadow: none;outline: 0;padding: 0 15px;text-transform: uppercase;border-radius: 0;border: 0;cursor: pointer;}
#myHeader .dropdown_search .submit::before {content: "";position: absolute;top: 50%;left: -4px;width: 11px;height: 11px;background: #333;transform: translateY(-50%)rotate(45deg);}
a.header-action-btn.search-btn {display: none;}
.search-results h1.woocommerce-products-header__title.test.page-title {display: none;}
.single-product form.pisol-woocommerce-shipping-calculator a.button.pisol-shipping-calculator-button {display: none;}
.single-product section.pisol-shipping-calculator-form p.form-row {display: none;}
.single-product section.pisol-shipping-calculator-form p#calc_shipping_postcode_field {display: block;}
.single-product section.pisol-shipping-calculator-form {border: none;padding: 0;display: flex;flex-wrap: wrap;}
.single-product section.pisol-shipping-calculator-form p {width: 50%;}
.tax-product_cat .best-seller-section {padding-bottom: 30px;}



/* Main Menu */
.nav-manu ul li.dropdown.position-static {
    position: relative !important;
}

.nav-manu {
  display: flex;  justify-content: center;}
.nav-manu ul {
  display: flex;  flex-wrap: wrap;  margin-bottom: 0;  padding-left: 0;  list-style: none;}
.nav-manu ul li + li {
  margin-left: 50px;}
  .nav-manu ul li.dropdown ul li {
    display: block;
    width: 100%;
}
.nav-manu ul li.dropdown ul.submenu {
    padding: 16px 0px 0px;
    min-width: 210px;
    left: 0;
}
.nav-manu ul li.dropdown ul li a::after {
    display: none;
}


/*--*/
select#post_position {
    height: 45px;
    padding: 10px;
    margin: 0 !important;
    width: 100%;
    border: 1px solid #c1c1c1;
    color: #474747;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
    background: #fff url(../images/arrow-down.jpg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    appearance: none;
    padding-right: 27px;
}

.woocommerce.term-185 .widget_price_filter .price_slider_amount {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.archive.woocommerce.term-185 .allproduct .price_label {
    margin-bottom: 0;
    width: 100%;
}
.stock-location-selector  label {
    display: block;
    font-family: 'Montserrat';
    margin: 0 0 10px;
}
.stock-location-selector .stock_location {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 15px 15px;
    font-family: 'Montserrat';
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    background: #fff url('../images/down-arrow.png') no-repeat right 20px center;
}

.stock-location-selector  {
    margin: 0 0 15px;
}
.stock-location-selector {
    display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .nav-manu ul li + li {
        margin-left: 20px;
    }
    .nav-manu ul {
        justify-content: space-between;
        width: 100%;
    }
    .nav-manu {
        display: block;
        width: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-manu ul li + li {margin-left: 8px;  }
  .nav-manu ul li a {    font-size: 12px;    }
}
    .nav-manu ul li a {
        text-decoration: none;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        display: block;
        font-family: "Rubik",Sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #333;}
    .nav-manu ul li a i {
      font-size: 14px;  transform: translateY(1px);  display: inline-block;}
    .nav-manu ul li:hover > a, .nav-manu ul li.active > a {
      color: #ff5656 !important;}
    .nav-manu ul li.dropdown {
      position: relative;}
    .nav-manu ul li.dropdown ul.sub-menu {
      position: absolute;  z-index: 9;  text-align: left;  opacity: 0;  visibility: hidden;  -o-transform-origin: 0% 0%;  -ms-transform-origin: 0% 0%;  -moz-transform-origin: 0% 0%;  -webkit-transform-origin: 0% 0%;  transform-style: preserve-3d;  -o-transform-style: preserve-3d;  -moz-transform-style: preserve-3d;  -webkit-transform-style: preserve-3d;  transform: rotateX(-75deg);  -o-transform: rotateX(-75deg);  -moz-transform: rotateX(-75deg);  -webkit-transform: rotateX(-75deg);  min-width: 205px;  left: auto !important;  background: #fff;  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);  display: block;  -o-transition: -o-transform 0.3s, opacity 0.3s;  -ms-transition: -ms-transform 0.3s, opacity 0.3s;  -moz-transition: -moz-transform 0.3s, opacity 0.3s;  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;}
      .nav-manu ul li.dropdown ul li {
      padding: 0;  margin: 0;  display: block;background: #fff;}
    .nav-manu ul li.dropdown ul li a {
      display: block;  line-height: 19px;  padding: 10px 0px 10px 20px;  border-bottom: 1px solid #eee;  font-weight: 400;  font-size: 14px;  height: 40px;  color: #000000;}
    .nav-manu ul li.dropdown ul li a:hover {
      padding-left: 25px;}
    .nav-manu ul li.dropdown ul li:last-child a {
      border: none;}
    .nav-manu ul li.dropdown:hover .sub-menu {
      opacity: 1;  visibility: visible;  transform: rotateX(0deg);  -o-transform: rotateX(0deg);  -moz-transform: rotateX(0deg);  -webkit-transform: rotateX(0deg);  -o-transition: -o-transform 0.3s, opacity 0.3s;  -ms-transition: -ms-transform 0.3s, opacity 0.3s;  -moz-transition: -moz-transform 0.3s, opacity 0.3s;  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;}
    .nav-manu ul li.dropdown:hover .mega-menu, .nav-manu ul li.dropdown:hover ul.submenu  {
      opacity: 1;  visibility: visible;  transform: rotateX(0deg);  -o-transform: rotateX(0deg);  -moz-transform: rotateX(0deg);  -webkit-transform: rotateX(0deg);  -o-transition: -o-transform 0.3s, opacity 0.3s;  -ms-transition: -ms-transform 0.3s, opacity 0.3s;  -moz-transition: -moz-transform 0.3s, opacity 0.3s;  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;}
    .nav-manu ul li.dropdown li.position-static {
      position: relative !important;}
    .nav-manu ul li.dropdown li.position-static i {
      position: absolute;  right: 20px;}
    .nav-manu ul li.dropdown li.position-static:hover .sub-menu.sub-menu-2 {
      transform: translateY(-41px);  opacity: 1;  visibility: visible;}
    .nav-manu ul li.dropdown ul.sub-menu.sub-menu-2 {
      left: 100% !important;  transform: translateY(-30px);  opacity: 0;  visibility: hidden;}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-manu ul li.dropdown ul.sub-menu.sub-menu-2 {left: 95% !important;  }
}
  .nav-manu ul li .mega-menu, .nav-manu ul li ul.submenu {
      position: absolute;
      /* box-shadow: 0 0 3.76px 0.24px rgb(0 0 0 / 15%); */
      background: transparent;
      padding: 20px 0px 30px 20px;
      opacity: 0;
      visibility: hidden;
      -o-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -webkit-transform-origin: 0% 0%;
      transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d;
      transform: rotateX(-75deg);
      -o-transform: rotateX(-75deg);
      -moz-transform: rotateX(-75deg);
      -webkit-transform: rotateX(-74deg);
      left: 0;
      width: 100%;
      z-index: 2;
      -o-transition: -o-transform 0.3s, opacity 0.3s;
      -ms-transition: -ms-transform 0.3s, opacity 0.3s;
      -moz-transition: -moz-transform 0.3s, opacity 0.3s;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      z-index: 15;
      top: 21px;
  }
.nav-manu ul li .mega-menu li {flex-wrap: wrap;}
.nav-manu ul li .mega-menu li ul {
  width: 25%;  padding-right: 30px;}
.nav-manu ul li .mega-menu li ul li.title a {color: #000000;    font-size: 14px;    font-weight: 600;    display: block;    border-bottom: 1px solid #ebebeb;    margin-bottom: 10px;    padding-bottom: 3px;    height: auto;    margin-top: 5px;}
.nav-manu ul li .mega-menu li ul li.title a:hover {
  color: #ff5656;  padding-left: 0px;}
.nav-manu ul li .mega-menu li ul li a {
  color: #1d1d1d;  text-transform: capitalize;  line-height: 25px;  font-weight: 400;  font-size: 12px;  display: block;  padding: 0;  border: 0;  height: auto;}
.nav-manu ul li .mega-menu li ul li a:hover {
  color: #ff5656;  padding-left: 0;}
.nav-manu ul li .mega-menu ul.menu-banner {
  margin-top: 20px;}
.nav-manu ul li .mega-menu ul.menu-banner li {
  width: 50%;  padding-right: 30px;}
.nav-manu ul li .mega-menu ul.menu-banner li a {
  padding: 0;  margin: 0;  position: relative;  overflow: hidden;  height: auto;}
.nav-manu ul li .mega-menu ul.menu-banner li a img {
  transition: all 0.3s ease 0s;}
.nav-manu ul li .mega-menu ul.menu-banner li a:hover img {
  transition: all 300ms linear;  transform: scale(1.035) rotate(0.05deg);}
.nav-manu.manu-color-white ul li a {
  color: #000;}
  .social-info li a img {
      width: 20px;
  }
  .social-info ul li {
    margin-right: 15px;
}
  .social-info li a:hover {
      opacity: 0.7;
  }

/*responsive***/
@media(min-width: 1200px) {
.product-category.product-four-category ul li {
    width: 25%;
}
.product-category.product-four-category ul li figure {
    width: 200px;
    height: 200px;
}

.product-category.product-four-category ul li figure img {
    height: auto;
    width: 100px;
}

}
@media(max-width: 1679px) {
    .nav-manu ul {
        justify-content: center;
    }
    .navigation ul li a {   font-size: 13px;    }
    .navigation ul li {   margin-right: 26px;    }
    .container-fluid {   padding: 0px 30px;    }
    .container {   padding: 0px 30px;    }
    .navigation ul li ul.sub-menu {   width: 100%;        max-width: 90%;    }
    .navigation ul li ul.sub-menu ul.sub-menu {   max-width: 100%;    }
    .navigation ul li ul.sub-menu li a {   padding: 0px 0px 5px;        font-size: 15px;    }
    .logo img {   max-width: 225px !important;    }
    .header-account-box>ul>li.cart-block {   margin-top: -5px;    }
    .wood-category-heading h1 {   font-size: 35px;        line-height: 1.2;    }
    .wood-category-heading h4 {   margin-bottom: 20px;        font-size: 20px;        line-height: 1.4;    }
    .product-category ul li a h3 {   font-size: 16px;        margin: 15px 0px;        line-height: 1.55;    }
    .wood-category-section {   padding-bottom: 50px;    }
    .wood-heading p {   font-size: 18px;        line-height: 1.2;        margin-bottom: 3px;    }
    .wood-heading .product-sale {   margin-bottom: 40px;    }
    .wood-heading h2 {   font-size: 30px;    }
    .wood-heading .product-sale p {   padding: 3px 15px 2.5px;        background-size: 100% 100%;        font-size: 12px;    }
    .woocommerce-loop-product__title {   font-size: 13px;        min-height: 40px;    }
    .best-seller-section {   padding-bottom: 90px;    }
    .wood-heading h4 {   margin-bottom: 37px;        font-size: 20px;        line-height: 1.4;    }
    .electic-categories li {   padding-right: 10px;        padding-left: 10px;    }
    .products li {   padding-right: 10px;        padding-left: 10px;    }
    .best-seller-section.electic-collection-home-section {   padding-bottom: 60px;    }
    .what-we-do-section {   padding-top: 35px;        padding-bottom: 40px;        margin-bottom: 80px;        margin-top: 0px;    }
    .what-we-do-info h2 {   font-size: 20px;        max-width: 280px;    }
    .what-we-do-inner .col3:nth-child(3) .what-we-do-info p {   min-height: 138px;    }
    .what-we-do-info p {   min-height: 138px;    }
    .why-choose-us-section {   padding: 0px 0px 60px;        margin-bottom: 20px;    }
    .reviews-heading h2 {   margin: 0 0 25px;        font-size: 25px;        line-height: 1.2;    }
    .star i.fa {   font-size: 16px;    }
    .reviews-content p {   font-size: 14px;    }
    .item-review {   height: auto;        padding-bottom: 25px;    }
    .reviews-star-box {   padding: 25px 19px 20px !important;    }
    .reviews-slider .slick-prev, .reviews-slider .slick-next {   height: 15px !important;        width: 15px !important;        bottom: -40px;    }
    .related.products.recently-viewed {   font-size: 22px;    }
    .condition-check-cars ul li {   padding: 22px 55px;    }
    .letcustomers-section .container {   max-width: 100%;        padding: 0px 70px;    }
    .we-accept-full {   margin: 20px 0 0;    }
    .copright-footer {   padding: 1rem 0;    }
    .copright-flex ul {   align-items: center;    }
    .sepcls4 .woocommerce-loop-product__title {   min-height: 60px;    }
    .error-404 {
        margin: 65px auto;
        padding: 45px 0;
    }
    .error-404 h1 strong {
        font-size: 60px;
    }
    .error-404 h1 {
        font-size: 20px;
    }
    .back-to-btn a {
        padding: 12px 20px;
    }
}
@media(max-width: 1439px) {
    .navigation ul li {   margin-right: 26px;    }
    .navigation ul li a {   font-size: 12px;    }
    .navigation ul li ul.sub-menu {   width: 100%;    }
    .navigation ul li ul.sub-menu ul.sub-menu li a {   font-size: 12px;    }
    .navigation ul li ul.sub-menu li a {   padding: 6px 0px;        font-size: 14px;    }
    .logo img {   max-width: 185px !important;    }
    .dgwt-wcas-search-wrapp {   max-width: 500px !important;    }
    .wood-category-heading {   width: 70%;        margin: 0 auto 40px;    }
    .wood-category-heading h1 {   font-size: 28px;    }
    .wood-category-heading h4 {   margin-bottom: 15px;        font-size: 16px;    }
    .wood-heading h2 {   font-size: 28px;        line-height: 1.2;    }
    .wood-heading h4 {   margin-bottom: 27px;        font-size: 18px;    }
    .product-category ul li a h3 {   font-size: 14px;        margin: 15px 0px 5px;        line-height: 1.55;    }
    .wood-heading p {   font-size: 16px;        line-height: 1.2;    }
    .what-we-do-info h2 {   font-size: 20px;    }
    .reviews-content p {   font-size: 14px;    }
    .why-choose-us-section {   padding: 0px 0px 58px;    }
    .wood-category-section {   padding-top: 40px;        padding-bottom: 45px;    }
    .best-seller-section {   padding-bottom: 70px;    }
    .what-we-do-section {   padding-top: 30px;        padding-bottom: 34px;        margin-bottom: 75px;    }
    .footer-site {   padding: 3rem 0;    }
    .copright-footer {   padding: 1rem 0;    }
    .best-seller-section.electic-collection-home-section {   padding-bottom: 40px;    }
    .why-choose-us-section .left-content p.content.main-heading span {   font-size: 22px !important;    }
    .why-choose-us-section .right-content p.content.main-heading-right {   font-size: 22px !important;        margin-bottom: 10px !important;    }
    .condition-check-cars ul li {   padding: 22px 35px;    }
    .woocommerce-loop-product__title { font-size: 12px;  }
}
@media(max-width: 1279px) {
    .woocommerce-loop-product__title {   font-size: 13px;        min-height: 61px;    }
    .products li.product .price {   font-size: 12px;    }
    .condition-check-cars ul li {   padding: 22px 20px;    }
    .condition-check-cars ul li p { font-size: 13px;      line-height: 18px;  }
}
@media(max-width: 1199px) {
    .navigation ul li.menu-item-has-children a::before {
        display: block !important;
    }
    /************ // MOBILE MENU CSS START HERE // ***********************/
    .mobile-logo {   display: block !important;        padding: 14px 11px 24px;        max-width: 198px;        margin-left: 5px;    }
    .navigation ul li a::after {   display: none;    }
    .mobile-menu .logo {   opacity: 0;    }
    body.mobile-menu {   position: relative;        z-index: 1;        overflow-y: hidden;        transition: .7s;        -webkit-transition: .7s;        -moz-transition: .7s;    }
    .navigation ul li.menu-item-has-children.open ul.submenu.in {   transform: scale(1);        opacity: 1;        visibility: visible;        display: block;        background: #2a2c38;    }
    .menu-bar {   width: 38px;        height: 30px;        position: absolute;        margin: 0;        -webkit-transform: rotate(0deg);        -moz-transform: rotate(0deg);        -o-transform: rotate(0deg);        transform: rotate(0deg);        -webkit-transition: .5s ease-in-out;        -moz-transition: .5s ease-in-out;        -o-transition: .5s ease-in-out;        transition: .5s ease-in-out;        cursor: pointer;        display: block;        right: 30px;        top: 58px;        z-index: 1111;    }
    .menu-bar span {   display: block;        position: absolute;        height: 3px;        width: 50%;        background: #000;        border-radius: 9px;        opacity: 1;        left: 0;        -webkit-transform: rotate(0deg);        -moz-transform: rotate(0deg);        -o-transform: rotate(0deg);        transform: rotate(0deg);        -webkit-transition: .25s ease-in-out;        -moz-transition: .25s ease-in-out;        -o-transition: .25s ease-in-out;        transition: .25s ease-in-out;    }
    .menu-bar span:nth-child(even) {   left: 50%;        border-radius: 0 9px 9px 0;    }
    .menu-bar span:nth-child(odd) {   left: 0px;        border-radius: 9px 0 0 9px;    }
    .menu-bar span:nth-child(1),
    .menu-bar span:nth-child(2) {   top: 0px;    }
    .menu-bar span:nth-child(3),
    .menu-bar span:nth-child(4) {   top: 10px;    }
    .menu-bar span:nth-child(5),
    .menu-bar span:nth-child(6) {   top: 21px;    }
    .menu-bar span:nth-child(3) {   width: 40%;        left: 4px;    }
    .menu-bar span:nth-child(5) {   width: 29%;        left: 9px;    }
    .mobile-menu .menu-bar span:nth-child(1),
    .mobile-menu .menu-bar span:nth-child(6) {   -webkit-transform: rotate(45deg);        -moz-transform: rotate(45deg);        -o-transform: rotate(45deg);        transform: rotate(45deg);        background: #ffffff;    }
    .mobile-menu .menu-bar span:nth-child(2),
    .mobile-menu .menu-bar span:nth-child(5) {   -webkit-transform: rotate(-45deg);        -moz-transform: rotate(-45deg);        -o-transform: rotate(-45deg);        transform: rotate(-45deg);        background: #ffffff;    }
    .mobile-menu .menu-bar span:nth-child(1) {   left: 5px;        top: 7px;    }
    .mobile-menu .menu-bar span:nth-child(2) {   left: calc(50% - 5px);        top: 7px;    }
    .mobile-menu .menu-bar span:nth-child(3) {   left: -50%;        opacity: 0;    }
    .mobile-menu .menu-bar span:nth-child(4) {   left: 100%;        opacity: 0;    }
    .mobile-menu .menu-bar span:nth-child(5) {   left: 5px;    }
    .mobile-menu .menu-bar span:nth-child(6) {   left: calc(50% - 5px);    }
    .mobile-menu .menu-bar span:nth-child(6),
    .mobile-menu .menu-bar span:nth-child(5) {   top: 16px;        width: 50%;    }
    .mobile-menu .menu-bar {   top: 24px;        background: none;        right: 15px;        position: fixed;    }
    .navigation {   background: #2a2c38;        position: fixed;        top: 0;        padding-top: 0px;        right: -150%;        width: 100%;        height: 100%;        z-index: 99;        transition: .7s;        -webkit-transition: .7s;        -moz-transition: .7s;        overflow-y: auto;        padding-left: 0;        padding-right: 0;        padding-bottom: 92px;        margin: 0;    }
    body.mobile-menu .navigation {   display: block;        right: 0;    }
    .navigation ul {   display: block;        padding: 0px 0px;        text-align: left;    }
    .navigation ul li {   margin-right: 0;        padding: 0;        position: relative;    }
    .navigation ul li.menu-item-has-children a::before {   display: none;    }
    .navigation ul>li>a {   display: block;        border-bottom: 1px solid #414352;        padding: 12px 20px;        font-size: 13px;        color: #fff;    }
    .navigation ul>li>a:hover {   color: #ae8a72;    }
    .navigation ul li.current-menu-item a {   font-weight: normal;        color: #ae8a72;    }
    .menu-item-has-children::before {   display: none;    }
    .menu-item-has-children::after {   content: "\f107";        position: absolute;        top: 0;        right: 0;        width: 100%;        height: 44px;        transition: 0.4s;        font-family: FontAwesome;        color: #fff;        padding: 0;        z-index: 111;        font-size: 16px;        font-weight: 700;        display: flex;        justify-content: flex-end;        align-items: center;        cursor: pointer;        padding-right: 20px;    }
    .navigation ul li.menu-item-has-children.open::after {   content: "\f106";    }
    .navigation ul li ul.submenu li.menu-item-has-children::after {   color: #fff;        height: 30px;    }
    .navigation ul li ul.submenu {   display: none;        opacity: 1;        visibility: visible;        transform: scale(1);    }
    .navigation ul li ul.submenu::before {   display: none;    }
    .navigation ul li ul.submenu {   position: static;        max-width: 100%;        top: 0;        left: 0;        padding: 0;        display: none;        opacity: 1;        visibility: visible;        height: auto;        right: 0;        min-width: 100%;        background: none;        overflow: hidden;    }
    .navigation ul li ul.submenu li {   width: 100% !important;        border-bottom: none;    }
    .white-header .navigation ul li a:hover {   color: #ae8a72;    }
    .navigation ul li ul.submenu li a {   border-bottom: none;        padding: 7px 15px 7px 0px;        font-size: 11px;        color: #fff;    }
    .navigation ul li ul.submenu li a span::after {   display: none;    }
    .navigation ul li ul.submenu ul.submenu {   width: 100%;        padding: 0;        display: none;        background: none;    }
    .navigation ul li.menu-item-has-children.open ul.submenu.in ul.submenu.in {   background: #2a2c38;        padding: 0 0px 8px;    }
    .navigation ul li ul.submenu ul.submenu li a {   padding-left: 0px;        color: #fff;        font-size: 13px;    }
    /* MENU END  */
    .wood-category-heading {   width: 87%;    }
    .what-we-do-info h2 {   font-size: 20px;    }
    .what-we-do-info {   padding-top: 15px;        margin-bottom: 28px;    }
    .pt70 {   padding-top: 50px;    }
    .why-choose-content {   width: 50%;    }
    .whychoose-column-content {   width: 45%;    }
    .header-nav {   padding: 2px;        position: static;    }
    .header-top {   padding: 16px 0px;    }
    .product-category ul li a h3 {   font-size: 15px;        line-height: normal;    }
    .top-bar p {   font-size: 12px;    }
    .wood-heading h2 {   font-size: 28px;    }
    .best-seller-section {   padding-bottom: 40px;    }
    .wood-category-heading h1 {   font-size: 28px;    }
    .wood-category-heading h4 {   margin-bottom: 18px;        font-size: 18px;    }
    .wood-heading h4 {   margin-bottom: 22px;        font-size: 16px;    }
    .what-we-do-info h2 {   font-size: 18px;    }
    .what-we-do-info h4 {   font-size: 16px;    }
    .footer-site {   padding: 1.5rem 0;    }
    .why-choose-content h3 {   font-size: 24px;    }
    .whychoose-column-content h3 {   font-size: 24px;    }
    .why-choose-us-section {   padding: 0px 0px 40px;        margin-bottom: 20px;    }
    .logo img {   max-width: 200px;    }
    .product-category ul li {   padding: 0 4px;    }
    .payment-icons img {   max-height: 45px;    }
    .copright-footer {   padding: 8px 0;    }
    .footer-menu h3 {   padding: 0 8px 0 0;        font-size: 12px;        letter-spacing: 0.5px;    }
    .finance-footer p {   font-size: 12px;    }
    .we-accept-full {   margin: 20px 0 0;    }
    .footer-menu ul li {   font-size: 12px;    }
    .marquee-section {   padding: 10px 20px 10px 20px;        font-size: 13px;    }
    marquee {   width: 100%;    }
    .we-accept-full span {   font-size: 12px;    }
    .reviews-slider .slick-next {   right: 48%;    }
    .reviews-slider .slick-prev {   left: 48%;    }
    .item-review {   height: initial;    }
    .reviews-heading h2 {   margin: 0 0 28px;        font-size: 22px;    }
    .star i.fa {   font-size: 18px;    }
    .header-top .header-wrap {   padding-right: 64px;    }
    .dgwt-wcas-search-wrapp {   max-width: 360px !important;    }
    .tax-product_cat .electic-categories li {   width: 25%;    }
    .error-404 {
        margin: 45px auto;
        padding: 35px 0;
        max-width: 480px;
    }
    .error-404 h1 strong {
        font-size: 48px;
    }
    .error-404 h1 {
        font-size: 16px;
    }
    .back-to-btn {
        margin-top: 15px;
    }
    .faq-info-heading {
        margin-bottom: 35px;
        margin-top: 35px;
        padding: 8px;
    }
    .faq-info-heading span {
        font-size: 14px;
    }
    .faq-group-top {
        padding: 15px;
        margin-bottom: 25px;
    }
    .faq-group h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .faq-list {
        margin: 0 0 15px;
    }
    .faq-list-heading {
        padding: 10px 32px 10px 15px;
    }
    .faq-list-heading h3 {
        font-size: 13px;
    }
    .faq-list-heading::before {
        width: 5px;
        height: 5px;
        border-width: 1px;
    }
    .faq-list .faq-list-content p {
        font-size: 13px;
        line-height: 21px;
    }
    .nav-manu ul li + li {
        margin-left: 0;
    }
    .nav-manu ul li.dropdown ul li {
        background: transparent;
    }
    .nav-manu ul li.dropdown ul.submenu {
        padding: 0px 0px 0px;
        min-width: 100%;
    }
    .navigation ul li ul.submenu li a {
        border-bottom: 1px solid #414352;
        padding: 12px 30px;
        background: #20222c;
    }
    .contact-info-wrap {
        padding: 30px 20px;
        width: 100%;
    }
    .contact-form {
        padding: 30px 20px;
    }
}
@media(max-width: 1024px) {}
@media (max-width: 1023px) {
  .condition-check-cars ul li { padding: 22px 15px;  }
  .condition-check-cars ul li p { font-size: 10px;      line-height: 17px;  }
  .woocommerce-loop-product__title { font-size: 12px;  }
  .sepcls4 .woocommerce-loop-product__title {
    font-size: 11px;    min-height: 60px;    -webkit-line-clamp: 3;    -webkit-box-orient: vertical;    overflow: hidden;    text-overflow: ellipsis;    padding: 0;    margin: 0;    display: -webkit-box;  }
  .woocommerce-loop-product__title {
    font-size: 11px;    min-height: 60px;    -webkit-line-clamp: 3;    -webkit-box-orient: vertical;    overflow: hidden;    text-overflow: ellipsis;    padding: 0;    margin: 0;    display: -webkit-box;  }
  .what-we-do-inner .col3:nth-child(1) .what-we-do-info p { min-height: 190px;  }
  .what-we-do-info h2 { font-size: 14px;  }
  .what-we-do-info p { min-height: 190px;  }
  .what-we-do-inner .col3:nth-child(3) .what-we-do-info p { min-height: 190px;  }
  .dgwt-wcas-search-wrapp { max-width: 250px !important;  }
  .logo img { max-width: 145px !important;  }
  .summer-sale-btn a { padding: 10px 10px;      font-size: 12px;  }
  .summer-sale-btn { margin: 0 10px;  }
  #myHeader .dropdown_search {   min-width: 360px;    }
    .single-product section.pisol-shipping-calculator-form p {   width: 100%;    }
    .faq-group-top .faq-group {
        padding-right: 5px;
    }
    .faq-group-top .faq-group + .faq-group {
        padding-left: 5px;
        padding-right: 0;
    }
    .contact-area .custom-row-2 .col-lg-4.col-md-5.mb-lm-60px.col-sm-12.col-xs-12.w-sm-100 {
        width: 41%;
    }
    .contact-area .custom-row-2 .col-lg-8.col-md-7.col-sm-12.col-xs-12 {
        width: calc(100% - 41%);
    }
    .contact-info-wrap .single-contact-info .contact-info-dec p {
        font-size: 14px;
    }
    .page-id-71245 table {
        width: 100%;
    }
    .page-id-71245 table td {
        padding: 0px 5px 13px !important;
    }
    .menu-bar {
        top: 55px;
    }
}
@media(max-width: 767px) {
    .wood-category-section {   padding-top: 16px;        padding-bottom: 15px;    }
    .product-category ul li {   width: 25%;    }
    .wood-category-heading {   width: 100%;    }
    .electic-categories li {   position: relative;        margin-bottom: 20px;        padding-right: 5px;        padding-left: 5px;    }
    .what-we-do-info h2 {   font-size: 16px;    }
    .why-choose-content h3 {   font-size: 20px;    }
    .whychoose-column-content h3 {   font-size: 20px;    }
    .why-choose-content {   padding-top: 48px;    }
    .whychoose-column-content:before {   height: 98px;        background-size: 103px;    }
    .why-choose-us-section {   padding: 0px 0px 20px;        margin-bottom: 10px;    }
    .letcustomers-section {   padding: 30px 0 63px;    }
    .reviews-slider .slick-prev {   left: 47%;    }
    .reviews-slider .slick-next {   right: 47%;    }
    .reviews-content p {   font-size: 13px;    }
    .product-category ul li figure {   width: 80px;        height: 80px;    }
    .product-category ul li figure img {   width: 50px;        height: 42px;    }
    .footer-menu {   width: 33.33%;    }
    .footer-menu.content-footer {   width: 50%;    }
    .finance-footer {   width: 40.97%;    }
    .payment-icons img {   max-height: 40px;    }
    .copright-flex p {   padding: 6px 0;        font-size: 10px;    }
    .copright-flex {   align-items: center;    }
    .reviews-heading h2 {   margin: 0 0 22px;        font-size: 20px;    }
    .header-account-box>ul>li {   margin-right: 13px;    }
    .container-fluid {   padding: 0px 15px;    }
    .container {   padding: 0px 15px;    }
    .logo img {   max-width: 150px;    }
    .icon-box i {   font-size: 18px;    }
    li.search-block .icon-box i {   font-size: 20px;    }
    .header-top .header-wrap {   padding-right: 70px;    }
    .menu-bar {   right: 15px;        }
    .wood-category-heading {   margin: 0 auto 30px;    }
    .wood-category-heading p {   margin: 0 0 10px;        font-size: 14px;    }
    .wood-heading p {   font-size: 16px;        margin-bottom: 0;    }
    .products .slick-dots li {   height: 8px;        width: 10px;        margin: 0 3px;    }
    .best-seller-section.pt70 {   padding-top: 35px;    }
    .products li.product img {   margin: 0 auto 15px;    }
    .electic-categories li:before {   display: none;    }
    .electic-categories li a {   display: block;        border: 1px solid #eee;    }
    .footer-menu h3 {   font-size: 13px;    }
    .best-seller-section {   padding-bottom: 20px;    }
    .products .slick-dots {   display: flex !important;        justify-content: center;        bottom: 12px;    }
    p.available-badge {   font-size: 10px;    }
    .letcustomers-section .container {   padding: 0px 15px;    }
    .sepcls1 .woocommerce-loop-product__title {   min-height: auto;    }
    .what-we-do-inner .col3:nth-child(3) .what-we-do-info p {   min-height: 212px;    }
    .dgwt-wcas-search-wrapp {   max-width: 240px !important;        padding-left: 15px;    }
    .sale-perc { top: 2px;      right: 15px;      height: 34px;      width: 34px;      line-height: 34px;      font-size: 11px;  }
  .summer-sale-btn a { padding: 10px 5px;      font-size: 10px;      text-align: center;  }
  .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    font-size: 11px;  }
  .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    font-size: 10px;  }
    .footer-sticky p {   font-size: 14px;    }
    span#timer {   padding-left: 5px;    }
    #myHeader .dropdown_search {   min-width: 290px;    }
    .tax-product_cat .electic-categories li {   width: 33.33%;        padding: 0 5px;    }
    .tax-product_cat .electic-categories li h2 {   font-size: 10px;        line-height: 13px;    }
    .tax-product_cat .best-seller-section.electic-collection-home-section {   padding-bottom: 0;    }
    .tax-product_cat .electic-categories ul {   margin-top: 15px;    }
    .faq-group h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .contact-area .custom-row-2 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .contact-area .custom-row-2 .col-lg-4.col-md-5.mb-lm-60px.col-sm-12.col-xs-12.w-sm-100 {
        width: 100%;
    }
    .contact-info-wrap {
        padding: 30px 20px;
        height: 100%;
        width: 100%;
    }
    .contact-area .custom-row-2 .col-lg-8.col-md-7.col-sm-12.col-xs-12 {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .contact-form {
        padding: 30px 20px;
        height: 100%;
    }

    .contact-form .wpcf7-form p label {
        margin-bottom: 25px;
    }
    .stock-location-selector  .stock_location {
        padding: 12px 15px;
        font-size: 12px;
    }
}
@media(max-width: 667px) {
    .top-bar.black-friday-code p {
        max-width: 415px;
        margin: 0 auto;
    }
    .menu-bar {

    }
}


@media(max-width: 575px) {
    .product-category ul li {   width: 33.33%;    }
    .electic-categories li {   width: 50%;    }
    .electic-categories li h2 {   padding: 10px 6px;    }
    .what-we-do-inner {   flex-wrap: wrap;    }
    .what-we-do-inner .col3 {   width: 100%;    }
    .what-we-do-info {   text-align: center;        padding-left: 0;        padding-right: 0;    }
    .what-we-do-info h2 {   margin: 0 auto;    }
    .what-we-do-inner .col3:nth-child(3) .what-we-do-info p {   min-height: initial;    }
    .what-we-do-inner .col3:nth-child(1) .what-we-do-info p {   min-height: initial;        padding-bottom: 10px;    }
    .what-we-do-info p { min-height: initial;      padding-bottom: 10px;  }
  .what-we-do-inner .col3:nth-child(3) .what-we-do-info p { min-height: initial;      padding-bottom: 10px;  }
  .condition-check-cars ul li p { font-size: 13px;      line-height: 17px;  }
    .what-we-do-section {   padding-top: 20px;        padding-bottom: 15px;        margin-bottom: 45px;    }
    .what-we-do-info p {   margin-top: 0px !important;        margin: 0 auto;    }
    .why-choose-content {   width: 100%;        order: 2;        padding-top: 26px;    }
    .whychoose-column-content {   width: 100%;    }
    .why-choose-us-wrapper {   flex-wrap: wrap;    }
    .reviews-slider .slick-next {   right: 44%;    }
    .reviews-slider .slick-prev {   left: 44%;    }
    .footer-menu {   width: 50%;        margin-bottom: 13px;        padding-right: 10px;    }
    .footer-menu h3 {   padding: 0 0px 0 0;        font-size: 14px;        margin: 0 0 10px;    }
    .we-accept-full span {   font-size: 12px;        display: block;        width: 100%;        text-align: center;        padding-bottom: 12px;    }
    .we-accept-full {   flex-wrap: wrap;    }
    .copright-flex {   align-items: center;        justify-content: center;    }
    .copright-flex p {   padding: 0px 0;        font-size: 10px;        text-align: center;        display: block;        width: 100%;        order: 2;    }
    .finance-footer {   width: 100%;        max-width: 346px;        padding-left: 0;    }
    .finance-footer p img {   max-width: 100%;    }
    .footer-menu.content-footer {   width: 100%;        padding-right: 0;    }
    .footer-site {   padding: 10px 0 15px;    }
    .products li.product {   padding-right: 0;        padding-left: 0;    }
    .footer-menu h3 {   padding: 0 0px 5px 0;        margin: 0 0 8px;    }
    .footer-menu:nth-child(3) {   width: 100%;    }
    .top-bar .container-fluid {   text-align: center;    }
    /* .home-slide-item img {
    min-height: 220px;    object-fit: cover;} */
    .payment-icons {   display: flex;        flex-wrap: wrap;        justify-content: center;    }
    .payment-icons img {   max-height: 44px;    }
    .product-category ul li {   width: 50%;    }
    .condition-check-cars ul li {   max-width: 95%;        margin: 0px auto 20px !important;        display: block !important;        border: 1px solid #e9e9eb !important;    }
    .condition-check-cars ul li:last-child p {   margin: auto;    }
    .woocommerce-loop-product__title {   min-height: auto;        margin: 0 0 5px;    }
    .woocommerce-loop-product__title {   font-size: 14px;    }
    .best-seller-section { padding: 0 15px;  }
  .summer-sale-btn { margin: 20px 0 5px;      order: 3;      justify-content: center;      width: 100%;  }
  .summer-sale-btn a { padding: 10px 25px;      font-size: 14px;      text-align: center;  }
  .dgwt-wcas-search-wrapp { max-width: 240px !important;      padding-left: 0;  }
  /* .header-top.fixed-header { position: fixed;      top: 0;      left: 0;      z-index: 9;      right: 0;  } */
  .header-top.fixed-header .logo,
  .header-top.fixed-header .header-right,
  .header-top.fixed-header .dgwt-wcas-search-wrapp {
    display: none;  }
  .header-top.fixed-header  .summer-sale-btn { margin: 0;  }
  #myHeader .dropdown_search {   min-width: 100%;        order: 1;        margin-top: 20px;    }
  .error-404 {
        margin: 45px auto;
        padding: 35px 0;
        max-width: 90%;
    }
    .faq-group-top {
        flex-wrap: wrap;
    }
    .faq-group-top .faq-group {
        padding-right: 0;
        width: 100%;
    }
    .faq-group-top .faq-group + .faq-group {
        padding-left: 0;
        padding-right: 0;
    }
    .page-id-71245 table td {
        display: block;
    }
    .page-id-71245 table td p {
        font-size: 19px !important;
    }

    .top-bar.black-friday-code p {
        font-size: 11px;
    }
}
@media(max-width: 480px) {
    .electic-categories li {   width: 100%;    }
}
    /** NEW MOBILE CSS START **/
@media(max-width: 575px) {
    .header-top .header-wrap {   padding-right: 0;        flex-wrap: wrap;        justify-content: space-between;    }
    .logo img {   max-width: 175px !important;    }
    .header-top .dgwt-wcas-search-wrapp {   max-width: 100%;        order: 3;        margin: 10px auto 0px;        min-width: 100%;    }
    .header-account-box {   padding-right: 55px;        padding-bottom: 6px;    }
    .wood-category-heading h1 {   font-size: 25px;    }
    .wood-category-heading h4 {   margin-bottom: 18px;        font-size: 16px;    }
    .wood-heading h2 {   font-size: 25px;        margin-bottom: 8px;    }
    .wood-heading .product-sale p {   font-size: 14px;    }
    .products li.product img {   width: 100% !important;    }
    .best-seller-section {   margin-bottom:25px;    }
    .electic-categories li:last-child {   margin-bottom: 0;    }
    .electic-categories {   margin-bottom: -20px;    }
    .wood-heading {   margin-bottom: 30px;    }
    .related.products.recently-viewed {   margin: 20px auto 20px;        font-size: 15px;    }
    .archive .woocommerce-products-header h1 {   font-size: 25px!important;    }
    .archive .woocommerce-products-header__title.page-title {   padding: 0px 0 0!important;    }
    body.archive .woocommerce-products-header .woocommerce-breadcrumb {   padding: 10px 0 0px!important;    }
    .archive .woocommerce-products-header {   padding: 30px 0px 20px!important;    }
    .woocommerce-breadcrumb {   font-size: 14px !important;    }
    .related.products.recently-viewed ul.products.columns-4 ul.slick-dots li {   padding: 0 !important;        margin: 0px 3px !important;    }
    .mobile-menu .header-top .dgwt-wcas-search-wrapp {   opacity: 0;        visibility: hidden;    }
    .contact-form .wpcf7-form p label {
        width: 100%;
        padding: 0;
    }
    .contact-form .wpcf7-form p {
        margin: 0;
    }
}
/*********Modal CSS***************/
/* 1. Ensure this sits above everything when visible */
.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
select#product_option_choose {
    height: 45px;
    background: #fff !important;
    padding: 10px;
    margin: 0 !important;
    width: 50%;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
}
.contact-form .wpcf7-form p label.full-textarea {
    width: 100%;
}
a.orange-btn.modal-toggle {
    font-size: 18px;
    font-weight: 600;
    background: #ff5656;
    color: #fff;
    padding: 18px 40px;
    display: inline-block;
    border-radius: 99px;
    transition: .5s;
    margin-left: 5px;
}
.contact-product {
    margin-top: 20px;
}
/***********End Modal*********************/
.woocommerce div.product div.summary .product-options label {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 1.8;
    text-transform: none;
    color: #323232;
    font-weight: 500;
}
.product-inquiry-popup h2.modal-heading {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.3;
    text-transform: none;
    color: #fff;
}
.product-inquiry-popup .modal-wrapper {
    width: 100%;
    max-width: 650px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*==*/
.product-inquiry-popup .modal-header {
    background-color: #ff5656;
    padding: 10px 15px;
}
.product-inquiry-popup .modal-close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  top: 0px;
}
.product-inquiry-popup .modal-close:hover {
  opacity: 1;
}
.product-inquiry-popup .modal-close:before, .product-inquiry-popup .modal-close:after {
    position: absolute;
    left: 0;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #fff;
}
.product-inquiry-popup .modal-close:hover:before, .product-inquiry-popup .modal-close:hover:after {
    background-color: #000;
}
.product-inquiry-popup .modal-close:before {
  transform: rotate(45deg);
}
.product-inquiry-popup .modal-close:after {
  transform: rotate(-45deg);
}

.product-options input {
    height: 16px;
    width: 16px;
    position: relative;
    top: 3px;
}

.product-inquiry-popup .contact-form input.wpcf7-submit {
    background: #333 !important;
    min-height: 45px;
    width: 165px;
}
.product-inquiry-popup .contact-form input.wpcf7-submit:hover {
    background: #ff5656 !important;
}
.single-product div.product .summary form.cart input {
    height: 54px;
}

@media(min-width: 1199px) {
    .product-inquiry-popup .modal-wrapper {
        position: fixed;
        top: 50%;
        transform: translate(0px, -50%) !important;
    }
}

@media(max-width: 1679px) {
    .single-product div.product .summary form.cart input {
        height: 51px;
    }
}
@media(max-width: 575px) {
    .single-product div.product .summary form.cart input {
    height: 44px;
    width: 45px;
}
}
/*==*/


/* DISOCUNT COUPEN MODAL CSS START */

.discount-coupon-popup {
    background: rgb(0 0 0 / 72%);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10501;
}
.discount-coupon-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.discount-coupon-popup.popup-close {
    display: none;
}
.modal-dialog {
    margin: 0% auto;
    max-width: 960px;
    width: 960px;
    padding: 35px;
    transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.discount-coupon-popup .modal-dialog {
    max-width: 780px;
    padding: 0;
    transform: unset !important;
}
.discount-coupon-popup .modal-body {
    margin: auto;
    position: relative;
    flex: 1 1 auto;
    padding: 10px;
    width: 82%;
}
.discount-coupon-popup .modal-content {
    background: #fffef8;
    color: #fff;
    text-align: center;
    padding: 40px 0px;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 15%);
    border: 0px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.discount-coupon-heading h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #ff5656;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 32px;
}
.discount-coupon-heading p {
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    color: #222;
    font-size: 20px;
    line-height: 24px;
    margin-top: 12px;
    text-align: center;
}
.discount-coupon-heading h2 {
    margin-top: 20px;
    font-size: 41px;
    color: #222;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
}
.discount-coupon-list {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.discount-coupon-item {
    width: 25%;
    padding: 0px 8px;
    margin-bottom: 15px;
}
.discount-coupon-code {
    border: 2px #ff5656 dashed;
    padding: 20px 10px;
    border-radius: 15px;
    background: rgb(237 212 187 / 26%);
}
.discount-coupon-code h3 {
    font-size: 20px;
    line-height: 18px;
    font-weight: 700;
    color: #ff5656;
    font-family: "Open Sans", sans-serif;
}
.discount-coupon-code p {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #ff5656;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}
.discount-coupon-form {
    max-width: 100%;
    margin: 20px auto;
}
.discount-coupon-form .form-control {
    height: 55px;
    background: rgb(237 212 187 / 26%);
    padding: 0px 20px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ff5656;
    color: #222;
    font-family: "Open Sans", sans-serif;
    width: 100%;
}
.discount-coupon-form input.submit-button {
    margin: 30px auto 0px;
    width: auto;
    background-color: #ff5656;
    border: 2px solid #ff5656;
    line-height: 1;
    height: auto;
    padding: 18px 42px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    transition: .3s;
    font-family: "Open Sans", sans-serif;
    border-radius: 5px;
    cursor: pointer;
}
.discount-coupon-service-list {
    margin-top: 30px;
}
.discount-coupon-service-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.discount-coupon-service-list ul li {
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 0px 15px;
}
.discount-coupon-service-list ul li a {
    color: #222;
}
img.discount-coupon-shaph-img-left {
    width: auto;
    height: auto;
    position: absolute;
    left: 8px;
    top: 0px;
    max-width: 80px !important;
}
img.discount-coupon-shaph-img-bottom {
    position: absolute;
    right: -130px;
    bottom: 0px;
    max-width: 300px !important;
}
.discount-coupon-popup .modal-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/modal-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.75;
}

.discount-coupon-popup button.close {
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 10px;
    font-size: 25px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #ff5656;
    border-radius: 100%;
    line-height: 29px;
    cursor: pointer;
    border: 0;
}

/*==*/
.discount-coupon-popup .wpcf7 form .wpcf7-response-output {
    margin: 0px;
    padding: 0px;
    color: #dc3232;
    font-size: 14px;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    border: none;
}
.discount-coupon-popup .wpcf7-not-valid-tip {
    font-size: 14px;
    position: static;
    color: #dc3232;
    display: block;
    margin-top: 6px !important;
}
.discount-coupon-popup .form-group span.wpcf7-spinner {
    margin: 0 0px 0 5px;
}
.discount-coupon-popup form.wpcf7-form {
    position: relative;
}
.discount-coupon-popup .wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.discount-coupon-form .form-group {
    color: #000;
    margin-bottom: 5px;
}
input.bar{ height:14px!important;}
.modal-dialog-centered {
    min-height: calc(100% - 56px);
}


/*==*/
.discount-coupon-popup .screen-reader-response p {
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    color: #dc3232;
    font-size: 16px;
}
.discount-coupon-popup .screen-reader-response ul li {
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    color: #dc3232;
    font-size: 16px;
}
/*==*/

.discount-coupon-popup.easter_sale_popup .modal-content::before {
	display:none;
}
.discount-coupon-popup.easter_sale_popup .modal-body {
    width: 100%;
    padding: 0 !important;
}
.discount-coupon-popup.easter_sale_popup .modal-content {
    padding: 0 !important;
	background: transparent !important;
	box-shadow: none;
	border-radius: 0 !important;
}
.discount-coupon-popup.easter_sale_popup .modal-content img {
    border-radius: 10px;
}

/*====TOP BLACK FRIDAY CODE CSS START=====*/
.top-bar.black-friday-code {
    background: #000;
    text-align: center;
    padding: 6px 0px;
}
.top-bar.black-friday-code p:before {
    display: none;
}
.top-bar.black-friday-code p:after {
    display: none;
}
.top-bar.black-friday-code p {
    font-size: 16px;
}
.top-bar.black-friday-code p strong {
    color: #ea9e00;
    font-weight: 600;
}
.black-friday-code.codefixed-top {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11;
}
/*====TOP BLACK FRIDAY CODE CSS END=====*/


/*======CONTACT-US PAGE CSS START======*/
.custom-info-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.custom-info-col-left {
    background-color: #f5f5f5;
    padding: 50px 40px;
    width: 384px;
}
.contacleft h3 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}
.contacleft p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 13px;
}
.contacleft p a {
    color: #1F1F20;
    text-decoration: none;
}
.contacleft p strong {
    font-weight: 600;
}
.contacleft p a:hover {
    color: #1F1F20;
}
.custom-info-col-right {
    background-color: #f5f5f5;
    padding: 50px 40px;
    height: 100%;
    width: calc(100% - 407px);
}
.contactbottom {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-left {
    width: 100%;
}

.contactbottom p {
    margin-bottom: 0px;
}
.contactbottom iframe {
    width: 100%;
}
.contactright form.wpcf7-form p {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.contactright form.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control, .contactright form.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
    width: 100%;
    margin: 0;
    outline: 0;
    border: 1px solid #d3ced2;
    height: 45px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
}
.contactright form.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4F4F4F;
}
.contactright form.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #4F4F4F;
}
.contactright form.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #4F4F4F;
}
.contactright form.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
  color: #4F4F4F;
}
.contactright form.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control{
    height: 150px;
}
.contactright form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    cursor: pointer;
    padding: 5px 20px;
    color: #ffffff;
    background-color: #ff5656;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    font-weight: 600;
    border-radius: 99px;
    min-width: 105px;
    font-size: 16px;
    height: 45px;
}
.contactright form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #222;
}
.contactright form.wpcf7-form p .wpcf7-spinner {
    position: absolute;
    top: 10px;
    left: 137px;
}
/*======CONTACT-US PAGE CSS END======*/

@media (max-width:1199px) {
    .top-bar.black-friday-code p {
        font-size: 11px;
        line-height: 16px;
        padding: 0;
    }
    .contactbottom iframe {
        height: 350px;
    }
    .custom-info-col-left {
        padding: 30px 20px;
        width: 340px;
    }
    .custom-info-col-right {
        padding: 30px 20px;
        width: calc(100% - 362px);
    }
    .contactright form.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
        height: 100px;
    }

}

@media (max-width:1023px) {
    .discount-coupon-heading h1 {
        font-size: 26px;
    }
    .discount-coupon-heading p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .discount-coupon-heading h2 {
        margin-top: 0px;
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .discount-coupon-item {
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .discount-coupon-form {
        padding: 0px 5px;
    }
    img.discount-coupon-shaph-img-bottom {
        right: -120px;
        max-width: 280px !important;
    }
    .discount-coupon-popup {
        overflow-y: auto !important;
    }
    .discount-coupon-popup .modal-dialog {
        margin: 20px auto;
    }
    .discount-coupon-popup .modal-dialog {
        max-width: 720px;
        width: 720px;
    }
}

@media (max-width:767px) {
    .discount-coupon-popup .modal-dialog {
        max-width: 90%;
    }
    .discount-coupon-heading h1 {
        font-size: 22px;
    }
    .discount-coupon-heading p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 13px;
        margin-bottom: 4px;
    }
    .discount-coupon-heading h2 {
        margin-top: 0px;
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .discount-coupon-code h3 {
        font-size: 18px;
        line-height: 16px;
    }
    .discount-coupon-code {
        padding: 20px 10px;
    }
    img.discount-coupon-shaph-img-bottom {
        right: -50px;
        max-width: 270px !important;
        opacity: 0.2;
    }
    .discount-coupon-service-list {
        margin-top: 0px;
    }
    .discount-coupon-service-list ul li {
        font-size: 14px;
        padding: 0px 12px;
    }
    .discount-coupon-popup .modal-content {
        padding: 20px 0px 20px;
    }
    .discount-coupon-form {
        margin: 20px auto 30px;
    }
    .discount-coupon-popup .modal-body {
        width: 95%;
    }
    .discount-coupon-popup .screen-reader-response p {
        font-size: 14px;
        line-height: 20px;
    }
    .discount-coupon-popup .screen-reader-response ul li {
        font-size: 14px;
    }
    .discount-coupon-popup.easter_sale_popup .modal-content {
        overflow: visible;
    }
    .discount-coupon-popup .modal-dialog {
        overflow: visible;
    }
    .discount-coupon-popup button.close {
        right: -9px;
        top: -14px;
    }

    /*============*/
    .contacleft p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .contactright form.wpcf7-form p {
        font-size: 14px;
        line-height: 24px;
    }
    .contactbottom iframe {
        height: 300px;
    }
    .contacleft h3 {
        margin-bottom: 15px;
    }
    .custom-info-col-left {
        padding: 20px;
        width: 300px;
    }
    .custom-info-col-right {
        padding: 20px;
        width: calc(100% - 315px);
    }
}
@media (max-width:575px) {
.discount-coupon-heading h1 {
    font-size: 22px;
    max-width: 210px;
    margin: auto;
}
.discount-coupon-item {
    width: 50%;
}
/*==*/
.discount-coupon-popup .wpcf7 form .wpcf7-response-output {
    font-size: 11px;
    bottom: -20px;
    line-height: 13px;
}
.discount-coupon-popup .wpcf7-not-valid-tip {
    font-size: 11px;
}
/*==*/
.discount-coupon-popup button.close {
    right: -9px;
    top: -22px;
}

/*==*/
.custom-info-col-left {
    padding: 20px;
    width: 100%;
}
.custom-info-col-right {
    padding: 20px;
    width: 100%;
    margin-top: 15px;
}
.contact-left {
    width: 100%;
    margin-bottom: 15px;
}
.contact-left:last-child {
    margin-bottom: 0px;
}
.top-bar.black-friday-code p {
    font-size: 11px;
}
}
@media (max-width:375px) {
    img.discount-coupon-shaph-img-left {
        max-width: 60px !important;
    }
    .discount-coupon-form input.submit-button {
        margin: 20px auto 0px;
    }
    .discount-coupon-service-list ul li {
        font-size: 13px;
        padding: 0px 9px;
    }
    .discount-coupon-popup .modal-content::before {
        opacity: 0.15;
    }
    .discount-coupon-popup .wpcf7 form .wpcf7-response-output {
    bottom: -28px;
}
}


/* DISOCUNT COUPEN MODAL CSS END */
/* CUSTOM ON-HOVER IMAGE */
.archive.woocommerce ul.products li.product a {
    position: relative;
}
.archive.woocommerce ul.products li.product a img.attachment-thumbnail.size-thumbnail {
    display: none !important;
}
.archive.woocommerce ul.products li.product a img.attachment-thumbnail.size-thumbnail.wp-post-image {
    display: block !important;
}
.archive.woocommerce ul.products li.product a:hover img.attachment-thumbnail.size-thumbnail {
    display: block !important;
}
.archive.woocommerce ul.products li.product a:hover img.attachment-thumbnail.size-thumbnail.wp-post-image {
    display: none !important;
}

.related-products-container ul.products li.product a img.attachment-thumbnail.size-thumbnail.wp-post-image {
    display: none;
}
.related-products-container ul.products li.product a:hover img.attachment-thumbnail.size-thumbnail {
    display: none;
}
.related-products-container ul.products li.product a:hover img.attachment-thumbnail.size-thumbnail.wp-post-image {
    display: block;
}
a.showcoupon{color: #ff5656;    font-weight: bold;    text-transform: uppercase;}
.woocommerce-cart .coupon input#coupon_code{width:230px;}

.products.unslider-product ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

@media (max-width: 575px) {
.products.unslider-product ul {
    grid-template-columns: auto auto;
    gap: 10px;
}
}
.home-slide-item img {
	width: 100%;
}