/*
Theme Name: Hot Water Hub
Version: 1.0
Tags: red, black, google fonts, theme options, custom header, responsive
The CSS, XHTML and design is released under GPL
*/
:root{
	--primary-color: #CC1316;
	--bg-gray: #f8f9fa;
}
body{font: normal 16px/1.5 'Montserrat'; font-weight: 400; overflow-x: hidden; position: relative;} 
img{max-width: 100%; height: auto;}
a{text-decoration: none; color: #CC1316;}
a:hover,a:focus{text-decoration: none;}
a,.btn{outline: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.ul-none,.site-footer ul,.page-content ul, .best-sell-section .slick-dots,.cinfo{list-style: none; margin: 0; padding: 0;}
.grecaptcha-badge{display: none !important;}

/*Format*/
h1,h2,h3,h4,h5
.h1,.h2,.h3,.h4,.h5{margin-bottom: 15px; font-weight: 600; line-height: 1.4;}
h1,.h1{font-size: 35px; font-weight: 700;}
h2,.h2{font-size: 30px; font-weight: 700;}
h3,.h3{font-size: 26px;}
h4,.h4{font-size: 21px;}
h5,.h5{font-size: 18px;}
p,.page-content ul{margin-bottom: 20px !important;}
.bg-gray{background-color: var(--bg-gray);}
.page-separator{border-bottom: 1px solid #ddd;}

/*CF7*/
.wpcf7 form .wpcf7-response-output{margin: 15px 0;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{background-color: #ffb900; color: #000;}
.wpcf7-not-valid-tip{background-color: #dc3232; color: #fff; margin-bottom: 5px; padding: 5px 13px; font-size: 13px; border-radius: 3px; margin-top: 3px;}
.spinner-wrap{position: relative;}
.spinner-wrap .wpcf7-spinner{position: absolute; right: 0;}
.kc_captcha{text-align: center;}
.wpcf7 form .wpcf7-response-output{font-size: 16px !important; margin-top: 10px !important;}
.wpcf7 form.invalid .wpcf7-response-output{background-color: #ffb900; color: #000 !important;}

/*Gutenburg*/
.alignwide, .alignfull{width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw);}
.alignwide .is-layout-flow{margin: 0 auto; padding-left: 10px; padding-right: 10px;}
.alignfull > .is-layout-flow{padding-left: 15px; padding-right: 15px;}
:where(.wp-block-columns){margin-bottom: 0;}
.gap-0{gap: 0;}
:where(.wp-block-columns.has-background){padding: 0;}

/*Buttons*/
.btn{padding: 12px 35px; font-size: 16px; font-weight: 600; border-radius: 3px; text-transform: uppercase; display: inline-flex; align-items: center; justify-content: center;}
.btn i{margin-left: 8px;}
.btn-primary{background-color: #CC1316; color: #fff; border: 1px solid #CC1316;}
.btn-primary:hover,.btn-primary:focus{background-color: #fff; color: #CC1316; border-color: #CC1316;}
.btn-light-outline{border: 1px solid #fff; color: #fff; background-color: transparent;}
.btn-light-outline:hover,.btn-outline:focus{color: #000; background-color: #fff;}
.btn .icon{margin: 0 5px;}

/*Section*/
.section{padding-top: 120px; padding-bottom: 120px;}
.md-section{padding-top: 90px; padding-bottom: 90px;}
.sm-section{padding-top: 70px; padding-bottom: 70px;}

/*Header*/
.site-header{background-color: #fff; padding: 10px 0 5px; position: sticky; top: 0; transition: .3s ease; box-shadow: 0 0 10px rgba(0,0,0,.2); z-index: 999;}
.navbar-brand{max-width: 300px;}
.head-info a{display: inline-flex; align-items: center; font-size: 13px; color: #000; line-height: 1.2; margin-bottom: 6px;}
.head-info a .ico,
.head-btns .ico{width: 30px; height: 30px; margin-right: 5px; font-size: 16px; color: #fff; background-color: #CC1316; border-radius: 50px; display: flex; align-items: center; justify-content: center;}
.head-info a span{font-size: 16px; font-weight: 700; display: block;}
.head-info a.em span{font-size: 14px;}
.navbar-expand-lg .navbar-nav{border-top: 1px solid #ccc;}
.navbar-expand-lg .navbar-nav > .nav-item{text-transform: uppercase;}
.navbar-expand-lg .navbar-nav > .nav-item > .nav-link{color: #191919; font-weight: 700; font-size: 15px; padding-left: 15px; padding-right: 15px; text-align: center;}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-item.current-menu-item.menu-item-object-page > .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.current-menu-item.menu-item-757 > .nav-link{color: #CC1316;}
.head-btns{display: none;}

/*DropDown*/
@media only screen and (min-width : 990px) {
	.navbar-nav > li > .dropdown-menu{display: block; padding: 15px; background-color: #CC1316; transition: ease-out 0.30s; margin-left: 10px; left: 0;  opacity: 0; visibility: hidden; width: 250px; border: 0; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,.15);}
	.navbar-nav > li > .dropdown-menu::before{width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #CC1316; content: ''; left: 30px; top: -8px; position: absolute;}
	.dropdown:hover .dropdown-menu{margin-left: 0; opacity: 1; visibility: visible;}
	.dropdown .dropdown-menu li:not(:last-child){border-bottom: 1px solid rgba(255,255,255,.3);}
	.dropdown .dropdown-menu a{color: #fff; padding: 8px 6px; font-size: 15px; border-radius: 3px;}
	.dropdown .dropdown-menu a:hover,
	.dropdown .dropdown-menu a:active,
	.dropdown .dropdown-menu a:focus{background-color: #fff; color: #000;}
}

/*Smaller*/
.site-header.smaller{box-shadow: 0 0 15px rgba(0,0,0,.1); padding: 5px 0;}

/*Mobile Menu*/
.sidenav{height: 100%; width: 250px; position: fixed; z-index: 9999; top: 0; right: -270px; opacity: 0; background-color: #fff; overflow-x: hidden; transition: 0.5s; box-shadow: 0 0 30px rgba(0,0,0,.2);}
.sidenav .closebtn{position: absolute; z-index: 44; width: 30px; text-align: center; top: 0; right: 18px; font-size: 36px; line-height: normal; color: #CC1316;}
.the_menu{padding: 20px; font-size: 15px;}
.the_menu h4.hd{font-size: 18px; margin-bottom: 30px; letter-spacing: 3px;}
.the_menu > ul > li{margin-bottom: 10px;}
.the_menu li a{outline: 0 !important; box-shadow: none !important;}
.the_menu li > a{padding: 0 0 12px; display: block; color: #000; font-weight: 600;}
.the_menu li > a:hover,
.the_menu li.current-menu-item > a.nav-link{color: #CC1316;}

/*Footer*/
.site-footer{background-color: #191919; font-size: 14px; overflow: hidden;}
.site-footer a:not(.btn){color: #C2C2C2;}
.site-footer a:not(.btn):hover{color: #fff;}

.foot1 .sep{border-bottom: 1px solid #5B5B5B; padding-top: 20px;}
.foot1 h4{max-width: 850px; margin-left: auto; margin-right: auto;}
.foot1 .cta{display: flex; align-items: center; justify-content: center;}
.foot1 .cta::before,
.foot1 .cta::after{width: 100%; height: 1px; content: ''; background-color: #5B5B5B;}
.foot1 .cta .btn{flex-shrink: 0; margin: 0 30px;}
.footform-wrap h4{margin-bottom: 32px;}
.footform .form-control{border: 0; border-radius: 3px; padding: 10px 15px; height: auto;}
.footform textarea.form-control{resize: none;}
.footform .wpcf7-submit{background-color: #CC1316; border-radius: 3px; border: 0; width: 44px; height: 44px; flex-shrink: 0; font-size: 22px; color: #fff;  display: flex; align-items: center; justify-content: center;}
.footform .wpcf7-submit i.send{margin-left: -5px; display: block;}
.footform .wpcf7-form-control-wrap{position: relative;}
.footform .wpcf7-form-control-wrap:nth-child(5){flex: 0}
.footform .wpcf7-submit{width: 100%; font-weight: 500; font-size: 18px;}
.footform .wpcf7-submit i{margin-right: 10px;}
.footform .kc_captcha .captcha-image{padding: 0; display: flex; line-height: 1.3; border: 0;}
.footform .kc_captcha .captcha-image svg{width: 48px; height: 44px;}
.footform .spinner-wrap{display: block;}
.footform .spinner-wrap .wpcf7-spinner{right: 13px; top: 9px; margin: 0;}

.gform_wrapper .foot-form .gform_fields{gap: 15px;}
.gform_wrapper .foot-form .gform_fields .ginput_container input,
.gform_wrapper .foot-form .gform_fields .ginput_container .textarea{font-size: 16px; border: 0; border-radius: 3px;  padding: 10px 15px; height: auto; line-height: normal;}
.gform_wrapper .foot-form .gform_fields .ginput_container .textarea{height: 77px; min-height: 77px;}
.ginput_recaptcha > div{margin: auto;}
.gform_wrapper .foot-form .gform_fields .gfield--type-captcha .validation_message{text-align: center;}
div.gform_wrapper.foot-form_wrapper .foot-form .gfield--type-submit input.gform-button.button{background-color: #CC1316; border-radius: 3px; font-weight: 500; font-size: 18px; line-height: 45px; box-shadow: none; border: 0;}

.validation_message.gfield_validation_message {
  background-color: #c02b0a;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px !important;
}

.foot2{color: #C2C2C2;}
.foot2 h4{font-size: 18px; color: #fff; font-weight: 600; text-transform: uppercase;}
.foot2 ul li{margin-bottom: 10px;}
.foot2 .btn{padding: 8px 25px;}
.foot2 .cinfo li .ico{color: #fff;}

.flogo{max-width: 300px; display: inline-block;}

.site-footer .social-media a{display: inline-flex; align-items: center; justify-content: center; margin: 0 8px 8px 0; background-color: transparent; width: 45px; height: 45px; border: 1px solid #fff; color: #fff; border-radius: 50px; font-size: 22px;}
.site-footer .social-media a:hover{background-color: #fff; color: #000;}
.foot4{background-color: #333; padding: 30px 0;}

.btm-cards a{display: inline-block;}
.btm-cards a:hover{transform: scale(1.08); box-shadow: 0 0 10px rgba(0,0,0,.2);}

/*Page*/
.bc-section{padding: 15px 0; color: #000; font-size: 13px; font-weight: 500;}
.bc-section span{display: inline-block; margin-right: 5px;}
.page-title{border-bottom: 1px solid #ddd; padding: 20px 0; background-color: #fff;}
.page-content ul li{position: relative; padding-left: 20px; margin-bottom: 5px;}
.page-content ul li::before{background: url(../img/fire-bullet.svg) 0 0 no-repeat; content: ''; position: absolute; width: 12px; height: 20px; background-size: 100%; left: 0; top: 2px;}

.page-template-default .page-title .container,
.page-template-default .page-content .container,
.search-results .page-title .container,
.search-results .page-content .container{max-width: 1024px;}

.hero-slider{background-color: #555;}
.hero-slider .slick-slide{padding: 25px 0 0; }
.hero-slider .container > .row{max-width: 1100px; margin-left: auto; margin-right: auto;}
.hero-slider .slick-arrow,
.logos-slider .slick-arrow{position: absolute; top: 50%; transform: translatey(-50%); width: 40px; height: 40px; text-indent: -333px; overflow: hidden; border: 0; background-color: transparent; z-index: 88;}
.hero-slider .slick-arrow::before,
.logos-slider .slick-arrow::before,
.reviews-arrows .arw::before{background: url(../img/right-arrow-dark.svg) 0 0 no-repeat; background-size: 100%; color: #fff; width: 100%; height: 100%; text-indent: 0; left: 0; top: 0; position: absolute; display: flex; align-items: center; justify-content: center; font-size: 50px; content: ''; filter: brightness(0) invert(1);}
.hero-slider .slick-prev,
.logos-slider .slick-prev{left: 15px;}
.hero-slider .slick-prev::before,
.logos-slider .slick-prev::before{transform: scalex(-1);}
.hero-slider .slick-next,
.logos-slider .slick-next{right: 15px;}
.hero-slider .slick-arrow.slick-disabled,
.logos-slider .slick-arrow.slick-disabled{opacity: .5;}
.hero-slider .slick-slide img{display: inline-block;}
.hero-slider .sl-img{max-width: 500px; width: 100%;}

.icon-card{border: 1px solid #dedede; padding: 25px 18px; height: 100%;}
.icon-card p{margin-bottom: 10px;}
.icon-card p:last-child{font-size: 15px; margin-bottom: 0;}
.icon-card .icon{max-width: 65px; margin-bottom: 20px;}

.logos-slider .slick-list,
.logos-slider .slick-track{display: flex;}
.logos-slider .slick-slide{text-align: center; height: 100%;}
.logos-slider .slick-slide .img_block{display: flex; height: 100%; align-items: center; justify-content: center; padding: 0 20px;}
.logos-slider .slick-slide .img_block img{display: inline-block; max-width: 130px; max-height: 80px; width: 100%; object-fit: contain;}
.logos-slider .slick-arrow::before{filter: none;}
.logos-slider{padding: 0 45px;}
.logos-slider .slick-arrow{width: 30px; height: 30px;}

.reviews-section{background: url(/wp-content/uploads/2023/11/reviews-bg.jpg) 0 0 no-repeat #353535; background-size: cover;}
.reviews-slider .slick-list{margin: 0 -15px;}
.reviews-slider .slick-slide{padding: 0 15px;}
.reviews-slider .review{background-color: #fff; padding: 25px; margin-bottom: 10px; position: relative;}
.reviews-slider .review::before{width: 0; height: 0; border-top: 0 solid transparent; border-bottom: 40px solid transparent; border-left: 40px solid #fff; position: absolute; content: ''; left: 0; bottom: -35px;}
.reviews-slider .review-box .review-title{display: flex; flex-wrap: wrap; align-items: center; padding-left: 35px;}
.testimonials-slider .review-box .review-title .avatar{width: 60px; height: 60px; margin-right: 10px; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background-color: ; color: #fff; background-color: #5c6bc0; border-radius: 100px; font-size: 30px;}
.reviews-slider .review-box h4{color: #fff; font-weight: 500; font-size: 19px; position: relative; padding-bottom: 25px; margin-bottom: 0;}
.reviews-slider .review-box h4::after{content: '\f005 \f005 \f005 \f005 \f005'; position: absolute; left: 0; bottom: 0; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #ea7000; font-size: 18px; width: 130px;}
.reviews-slider .review-box .gp-logo{position: absolute; right: 10px; bottom: 10px; width: 20px; height: 20px; content: ''; background: url(../img/google-ico.svg) 0 0 no-repeat; background-size: 100%; text-indent: -333px; overflow: hidden; display: block;}
.reviews-slider .review-box .review-title .avatar{width: 60px; height: 60px; margin-right: 10px; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background-color: ; color: #fff; background-color: #5c6bc0; border-radius: 100px; font-size: 30px;}
.reviews-arrows{filter: brightness(0) invert(1);}
.reviews-arrows .arw{width: 45px; height: 45px; border-radius: 100px; border: 2px solid #fff; display: inline-block; position: relative; display: inline-flex; align-items: center; justify-content: center;}
.reviews-arrows .arw::before{background-size: 56%; background-position: center;}
.reviews-arrows .arw.arrow-prev{transform: scalex(-1);}

.home-table table th,.home-table table td{padding: 15px; border: 4px solid #fff; font-weight: 600;}
.home-table table th:last-child{background-color: #CC1316;}
.home-table th{background-color: #191919; color: #fff;}
.home-table table td{background-color: #F1F1F1;}
.home-table table td:last-child{color: #CC1316; background-color: #F6E6E6;}

.askform{display: flex; position: relative;}
.askform h5{margin-bottom: 0; font-weight: 600px; font-style: italic;}
.askform .wpcf7-form-control-wrap{padding: 0 5px; margin-bottom: 5px; height: 40px;}
.askform .field,
.askform .wpcf7-submit{width: 100%; height: 100%; border: 0; padding: 8px 13px; border-radius: 3px;}
.askform textarea{resize: none;}
.askform .field{font-size: 15px;}
.askform .wpcf7-submit{background-color: #191919; color: #fff; position:}
.askform .wpcf7-spinner{position: absolute; left: 0; top: 0; height: 100%; width: 100%; margin: 0;}
.askform .wpcf7-not-valid-tip{position: absolute; width: 15px; height: 15px; text-indent: 333px; overflow: hidden; right: 10px; top: 50%; transform: translatey(-50%); padding: 0;}
.askform .wpcf7-not-valid-tip::before{content: 'X'; font-size: 9px; text-indent: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: absolute;}

.ask-form{display: flex;}
.ask-form .gform_wrapper .gform_fields{gap: 8px;}
.ask-form .gform_wrapper .gform_fields .gfield input,
.ask-form .gform_wrapper .gform_fields .gfield .textarea{border: 0; border-radius: 3px; font-size: 16px;}
.ask-form .gform_wrapper .gform_fields .gfield .textarea{height: 77px; min-height: 77px;}
.ask-form div.gform_wrapper .gfield--type-submit input.gform-button.button{background-color: #000; border-radius: 3px; font-weight: 500; font-size: 18px; line-height: 45px; box-shadow: none; border: 0;}
.ask-form .validation_message.gfield_validation_message{background-color: #d99900;}
.ask-form .gform_validation_errors{background-color: #ffb6b6 !important;}

.js-accordion-item.faq .c-accordion__title{background-color: #fff; padding: 20px 50px 20px 20px; font-weight: 600;}
.js-accordion-item.faq .c-accordion__title::after{
	/*content: '\f078'; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #242424;*/
	position: absolute; font-size: 16px; right: 15px; top: 50%;
	content: ''; transition: transform .3s ease;
	background: url('data:image/svg+xml,<svg fill="%23666666" width="20px" height="20px" viewBox="-96 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"/></svg>') center center no-repeat;
	width: 16px; height: 16px;
}
.js-accordion-item.faq .c-accordion__content{background-color: #fff; padding: 30px; margin: 0 30px 30px;}
.js-accordion-item.faq .c-accordion__content p:last-child{margin-bottom: 0;}
/*open*/
.js-accordion-item.faq.is-open .c-accordion__title{background-color: #CC1316; color: #fff;}
.js-accordion-item.faq.is-open .c-accordion__title::after{
	/*color: #fff; content: '\f077';*/
	transform: translateY(-50%) rotate(180deg); filter: brightness(0) invert(1);
}

/*Products*/
.woocommerce-page .page-content{background-color: var(--bg-gray);}
.woocommerce ul.products{display: flex; flex-wrap: wrap; justify-content: center;}
.woocommerce ul.products li.product::before{display: none;}
.woocommerce ul.products li.product{display: flex; flex-flow: column; justify-content: space-between; align-items: center; background-color: #fff; padding: 20px; transition: .3s ease; box-shadow: 0 3px 0 0 #E1E1E1; /*border: 1px solid #ddd;*/}
.woocommerce ul.products li.product a{width: 100%;}
.woocommerce ul.products li.product .imagewrapper{border: 1px solid #DFDFDF; padding: 20px; margin-bottom: 15px;}
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail{max-height: 220px; object-fit: contain; margin-bottom: 0;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{font-weight: 600; color: #000; font-size: 18px; padding-top: 0;}
.woocommerce ul.products li.product .button{padding: 13px; text-transform: uppercase; font-weight: 600; text-align: center; background-color: #fff; border: 1px solid #000; border-radius: 3px; color: #000; width: 100%;}
.woocommerce ul.products li.product .button:hover{background-color: #000; color: #fff;}
.woocommerce ul.products li.product .prices-wrap{display: flex; /*flex-direction: row-reverse;*/}
.woocommerce .p-price{font-weight: 700; width: 50%; display: inline-block; vertical-align: top;}
.woocommerce .p-price .tt{font-style: italic; font-size: 13px; font-weight: 600;}
.woocommerce .p-price .cost{font-size: 20px; line-height: 22px; margin-bottom: 8px;}
.woocommerce .p-price.supply-price{color: #797979;}
.woocommerce .p-price .label{background-color: #CC1316; display: inline-block; margin-left: 4px; padding: 0 5px; color: #fff; font-size: 12px; line-height: 20px; top: -3px; position: relative;}
/*hover*/
.woocommerce ul.products li.product:hover{transform: scale(1.02); box-shadow: 0 0 10px rgba(0,0,0,.2);}

/*Best Seller Section*/
.best-sell-section .woocommerce ul.products,
.best-sell-section .woocommerce ul.products .slick-list,
.best-sell-section .woocommerce ul.products .slick-track{display: flex;}
.best-sell-section .woocommerce ul.products{flex-wrap: wrap; margin-bottom: 0;}
.best-sell-section .woocommerce ul.products .slick-list{margin: 0 -10px; width: 100%;}
.best-sell-section .woocommerce ul.products li.product{padding: 15px; margin: 0 10px; height: 100%;}
.best-sell-section .woocommerce ul.products li.product .woocommerce-LoopProduct-link{display: flex; align-items: center;}
.best-sell-section .woocommerce ul.products li.product .imagewrapper{padding: 8px; width: 160px; flex-shrink: 0; margin-right: 10px; display: flex;}
.best-sell-section .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size: 18px; padding-bottom: 0;}
.best-sell-section .woocommerce ul.products li.product .prices-wrap{display: block;}
.best-sell-section .woocommerce ul.products li.product .p-price{width: 100%;}
.best-sell-section .woocommerce ul.products li.product .p-price .cost{font-size: 16px; margin-bottom: 4px;}
/*.best-sell-section .woocommerce ul.products li.product .p-price .label{font-size: 12px; line-height: 18px;}*/
.best-sell-section .woocommerce ul.products li.product .button,
.best-sell-section .slick-dots li button,
.best-sell-section .slick-dots li::before{display: none;}
.best-sell-section .slick-dots{text-align: center; margin: 30px 0 0 !important; width: 100%;}
.best-sell-section .slick-dots li{border-radius: 50px; width: 15px; height: 15px; display: inline-block; margin: 0 2px; background-color: #fff; padding: 0; opacity: .5;}
.best-sell-section .slick-dots li.slick-active{opacity: 1;}

/*Archive Products*/
.sb-filters{padding-right: 25px; border-right: 1px solid #ddd; height: 100%;}
.sb-filters ul li{padding: 0;}
.sb-filters ul li::before{display: none;}
.sb-filters ul li a{display: block; border: 1px solid #ddd; padding: 5px 5px 5px 11px; border-radius: 4px; font-size: 14px; font-weight: 500;}
.sb-filters ul li a:hover{background-color: #ececec;}
.sb-filters ul li.current-menu-item a{background-color: #fff;}
.sb-filters ul:last-child{margin-bottom: 0 !important;}
.filters-wrap{position: sticky; top: 130px;}
.woocommerce-archive-header{border-bottom: 1px solid #ddd; margin-bottom: 15px;}
.woocommerce .woocommerce-ordering .orderby{background-color: #000; color: #fff; border: 0; border-radius: 3px; font-size: 13px; padding: 8px 10px;}
.woocommerce-pagination ul.page-numbers li::before,
.cinfo li::before,
.woof_products_top_panel_ul li::before{display: none;}
.woocommerce nav.woocommerce-pagination ul{border: 0; margin-bottom: 35px;}
.woocommerce nav.woocommerce-pagination ul li{margin: 0 2px; border: 0;}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{border-radius: 50px; display: inline-block; padding: 5px 10px;}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{background-color: #CC1316; color: #fff;}

ul.woof_products_top_panel_ul{border-bottom: 1px solid #ddd; padding-bottom: 15px !important; font-size: 14px;}
ul.woof_products_top_panel_ul li{padding-left: 0; float: none; display: inline-block;}
ul.woof_products_top_panel_ul .woof_reset_button_2{border: 1px solid #CC1316; border-radius: 4px; background-color: transparent; padding: 5px 15px; color: #CC1316; line-height: 19px;}
ul.woof_products_top_panel_ul .woof_reset_button_2:hover{background-color: #CC1316; color: #fff;}

/*Sidebar*/
.sb-filters h4{font-size: 16px;}
ul.woof_list li::before{display: none;}
ul.woof_list li{padding-left: 0; font-size: 14px; display: flex;}
ul.woof_list li .iradio_square-red{transform: scale(.7);}

/*Single Product*/
.woocommerce div.product div.images.woocommerce-product-gallery{position: sticky; top: 130px;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{width: 38%;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{width: 58%; clear: right;}
.woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery .woocommerce-product-gallery__image{border: 4px solid #f0f4f8; margin-bottom: 20px;}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image{border: 0; margin-bottom: 0;}
.woocommerce div.product div.images .flex-control-thumbs li{border: 3px solid #f0f4f8; width: 80px; height: 80px; margin: 0 4px 4px 0;}
.flex-control-thumbs li img{width: 60px; height: 60px;}
.product_meta{font-weight: 500; font-size: 14px; /*border-top: 1px solid #e2e6ea; margin-top: 20px; padding-top: 10px;*/}
.product_meta span.posted_in{display: inline-block; margin-right: 10px;}
.product_meta a{font-weight: 700;}
.woocommerce div.product h1{margin-bottom: 8px;}
/*.woocommerce div.product p.price{border-bottom: 1px solid #e2e6ea; font-size: 28px; margin-bottom: 15px; padding-bottom: 15px;}*/
.woocommerce div.product form.cart div.quantity{margin-right: 0;}
.woocommerce div.product form.cart{display: flex;}
/*.woocommerce .quantity .qty{height: 100%; border: 1px solid #ddd; border-right: 0; border-radius: 100px 0 0 100px;}
.woocommerce div.product form.cart .button{border-radius: 0 100px 100px 0; padding: 10px 18px 10px 10px;}*/
.berocket_better_labels_image{overflow: hidden;}
.woocommerce-product-details__short-description{margin-bottom: 25px;}
.woocommerce-product-details__short-description table td:first-child{font-weight: 600; padding-right: 15px;}
.woocommerce .summary .prices-wrap{border-bottom: 1px solid #e2e6ea; padding-bottom: 10px; margin-bottom: 15px;}
.woocommerce .summary .p-price{width: 100%; margin-bottom: 10px;}
.woocommerce .summary .p-price.supply-price{color: #CC1316;}
.woocommerce .p-price .tt{font-size: 16px; margin-bottom: 5px;}
.woocommerce .summary .p-price .cost{font-size: 25px; line-height: normal;}
.woocommerce .summary .p-price .label{font-size: 16px; line-height: normal;}
.related.products{padding-top: 20px; position: relative; clear: both;}
.related.products::before{width: 100vw; position: absolute; left: 50%; right: 50%;  margin-left: -50vw; margin-right: -50vw; background-color: #f4f4f4; content: ''; height: 100%; top: 0;}
.related.products > h2{text-transform: capitalize; font-size: 25px; position: relative; z-index: 22;}
.related.products ul.products{margin-bottom: 0 !important;}
/*Tabs*/
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper{margin-top: 25px;}
.woocommerce div.product .woocommerce-tabs ul.tabs{border-bottom: 1px solid #e2e6ea; padding: 0 20px; background-color: #f4f4f4;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border: 0; border-radius: 0; background-color: transparent; padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background-color: transparent;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-weight: 600; padding: 15px; position: relative;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a::after{height: 2px; background-color: #CC1316; content: ''; position: absolute; left: 0; bottom: 0; width: 0; opacity: 0; transition: .3s ease;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color: #CC1316;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after{opacity: 1; width: 100%;}
.woocommerce div.product .woocommerce-tabs .panel > h2:first-child,
.woocommerce div.product .woocommerce-tabs .panel #comments > h2,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display: none;}
.woocommerce table.shop_attributes th{width: 220px; color: #202020; font-weight: 600;}
.woocommerce div.product .woocommerce-tabs h2{font-size: 23px;}
.woocommerce div.product .woocommerce-tabs h3{font-size: 20px;}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description table th,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description table td{border: 1px solid #ddd; padding: 10px;}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul{margin-bottom: 25px;}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description li{margin-bottom: 5px;}

/*Blog*/
.post-card{display: block; color: #2b2b2b; border: 2px solid #f0f4f8; transition: .3s ease; height: 100%;}
.post-card:hover{color: #2b2b2b; transform: scale(1.01); box-shadow: 0 0 15px rgba(0,0,0,.1);}
.post-card h3{font-size: 19px;}
.post-card:hover h3{color: #CC1316;}
.post-card .thumb{height: 190px; overflow: hidden; text-align: center;}
.post-card .thumb img{width: 100%; height: 100%; object-fit: cover;}

.single-content-section a{text-decoration: underline;}
.single-content-section ul ul,
.single-content-section ol ul{margin-top: 10px; margin-bottom: 10px;}
.single-content-section ul li::marker{color: #CC1316; font-size: 28px; line-height: 32px;}
.single-content-section ul{list-style: none; padding-left: 10px;}
.single-content-section ul li{padding-left: 20px; padding-bottom: 10px; position: relative;}
.single-content-section ul li::before{content: ''; width: 10px; height: 10px; position: absolute; left: 0; top: 6px; background-color: var(--primary-color); border-radius: 50px;}

/*Pagination*/
.wp-paginate{margin-top: 25px;}
.wp-paginate ul li{display: inline-block; padding-left: 0;}
.wp-paginate ul li::before{display: none;}
.wp-paginate ul li .page-numbers{margin: 0 3px; display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px; padding: 3px; color: #CC1316; background-color: transparent; border-radius: 50px; overflow: hidden;}
.wp-paginate ul li .page-numbers:hover,
.wp-paginate ul li .page-numbers.current{background-color: #CC1316; color: #fff;}
.wp-paginate ul li .page-numbers.prev,
.wp-paginate ul li .page-numbers.next{text-indent: -555px;}
.wp-paginate ul li .page-numbers.prev:before{content: '«'; text-indent: 0;}
.wp-paginate ul li .page-numbers.next:before{content: '»'; text-indent: 0;}

/*Sidebar*/
.post-sidebar .wp-block-heading{background-color: #888; color: #fff; text-align: center; font-size: 22px; font-weight: 600; padding: 10px 20px; margin-bottom: 0;}
.post-sidebar .widget_recent_entries{background-color: #f4f4f4; padding: 20px 15px; margin-bottom: 20px;}
.post-sidebar .widget_recent_entries ul{margin-bottom: 0;}
.post-sidebar .wp-block-latest-posts.wp-block-latest-posts__list li{margin-bottom: 10px; display: flex; flex-wrap: wrap; align-items: center; padding: 5px; transition: .3s ease;}
.post-sidebar .wp-block-latest-posts.wp-block-latest-posts__list li:hover{background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.05);}
.post-sidebar .wp-block-latest-posts.wp-block-latest-posts__list li:last-child{margin-bottom: 0;}
.post-sidebar .wp-block-latest-posts__featured-image{width: 110px; height: 100px; overflow: hidden; flex-shrink: 0;}
.post-sidebar .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-title{font-size: 14px; color: #2B2F33; font-weight: 600; flex: 1;}
/*Form*/
.post-sidebar .wp-block-contact-form-7-contact-form-selector{background-color: #f4f4f4; padding: 20px; font-size: 14px;}
.post-sidebar .wp-block-contact-form-7-contact-form-selector p{color: #797F85;}
.post-sidebar .form-control{border: 0; border-radius: 3px; padding: 10px 20px; font-size: 15px;}
.post-sidebar .form-control::placeholder{opacity: .8;}
.post-sidebar .captcha-image,
.cform .captcha-image{border: 0; width: 100%;}
.post-sidebar .captcha-image label,
.cform .captcha-image label{width: 50px;}
.post-sidebar .captcha-image svg,
.cform .captcha-image svg{width: 40px; height: 40px;}

.sb-widget .form-group{background-color: #f4f4f4; padding: 20px 20px 3px; font-size: 14px; margin-bottom: 20px;}
.sb-widget .form-group .leadForm .gform_fields{gap: 10px;}
.sb-widget .form-group .leadForm .gform_fields .gfield input,
.sb-widget .form-group .leadForm .gform_fields .gfield .textarea{border: 0;}
.sb-widget .form-group .ginput_recaptcha > div{transform: scale(0.88); -webkit-transform: scale(0.88); transform-origin: 0 0; -webkit-transform-origin: 0 0; margin-bottom: -24px;}
.sb-widget .form-group div.gform_wrapper.leadForm_wrapper .leadForm .gform_footer input.gform_button.button{background-color: #CC1316; width: 100%; font-weight: 500; font-size: 18px; box-shadow: none; border: 0;}

/*Share*/
.social-sharing{background-color: #f4f4f4; padding: 20px 25px; display: flex; align-items: center; justify-content: space-between;}
.social-sharing p{font-size: 20px; font-weight: 500; margin-bottom: 0;}
.social a{display: inline-flex; width: 45px; height: 45px; margin-bottom: 5px; background-color: #0baf4d; color: #fff; align-items: center; justify-content: center; border-radius: 100px; font-size: 24px; text-decoration: none;}
.social a.fb{background-color: #2256cc;}
.social a.insta{background-color: #ba24aa; background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);}
.social a.tw{background-color: #000;}
.social a.in{background-color: #0F679E;}
.social a.em{background-color: #EDB142;}
.social a.pin{background-color: #a60000;}
.social a:hover{transform: scale(1.05);}

.related-post .post-entry{font-size: 15px;}
.related-post .thumbnail{height: 200px; overflow: hidden;}
.related-post .thumbnail img{width: 100%; height: 100%; object-fit: cover;}

.author_bio_section{background-color: #f4f4f4; padding: 25px; font-size: 15px; margin-top: 40px;}
.author_bio_section .author_details{display: flex; flex-wrap: wrap;}
.author_bio_section .author_details .author-img{width: 90px; height: 90px; display: inline-block; border-radius: 100%; overflow: hidden;}
.author_bio_section .author-content-wrap{width: calc(100% - 90px); padding-left: 20px;}
.author_bio_section .author-content-wrap h4{margin-bottom: 6px; font-size: 20px;}
.author_bio_section .author-content-wrap p:last-child{margin-bottom: 0;}
.author_bio_section .author-content-wrap .social a{width: 40px; height: 40px;}

/*Comments*/
.comments-area{border-top: 1px solid #ddd; padding-top: 15px; margin-top: 30px;}
.comments-area h2{font-size: 22px;}
.comment-list{padding: 0;}
.comment-list li.comment{background-color: #f4f4f4; font-size: 15px; padding: 20px; margin-bottom: 10px;}
.comment-list li.comment .comment-meta{padding: 6px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-bottom: 15px; font-size: 12px;}
.comment-list li.comment .reply{text-align: right;}
#respond{border-top: 1px solid #e4e4e4; margin-top: 25px; padding-top: 25px; font-size: 15px;}
.comment-form textarea, .comment-form input {border:1px solid #e4e4e4;}
.comment-form textarea {width:100%;}
.comment-list, .children{list-style:none;}
ul.children {list-style:none;padding-left:0px; margin-left:0px;}
.comment-wrap { border-bottom: 1px solid #ccc; padding-bottom: 40px; margin-bottom: 50px; position:relative; }
.comment-wrap .comments-title{padding-top:60px;}
.comment-wrap .comment-img { float: left; margin-right: 20px; padding-bottom:25px;}
.comment-author {text-align:left;}
.comment-reply {position:absolute;top:0px;right:0px;font-style:italic; padding:5px 5px;background:#f5f5f5;}
.comment-author{display: flex; align-items: center;}
.comment-author .fn{margin-right: 8px;}
.comment-author,.comment-author a{font-size: 14px;text-transform: uppercase; letter-spacing: 2px;margin-bottom:2px;}
.comment-date{font-size: 10px;text-transform: uppercase; letter-spacing: 2px;font-style:italic;display:block;padding-bottom:7px;}
.depth-2 .comment-wrap {padding-left:30px;}
.depth-3 .comment-wrap {padding-left:60px;}
.depth-4 .comment-wrap {padding-left:90px;}
.depth-5 .comment-wrap {padding-left:120px;}
.depth-6 .comment-wrap {padding-left:150px;}
.depth-7 .comment-wrap {padding-left:180px;}
.depth-8 .comment-wrap {padding-left:210px;}
.depth-9 .comment-wrap {padding-left:240px;}
.depth-10 .comment-wrap {padding-left:270px;}
#commentform #comment,#commentform #author,#commentform #email,#commentform #url{display:block;width:100%;}
#commentform input[type="submit"]{display:inline-block;padding:8px 15px;border:1px solid #e4e4e4;font-size: 10px;text-transform: uppercase;letter-spacing: 3px;background: #fff;margin-top:15px;color:#000;}
#commentform input[type="submit"]:hover {background: #e2fcff;}
.title-line{border-top: 1px dotted #ccc;display: block;max-width: 30%;margin: 0 auto 25px;}

/*Contact*/
.cform .form-control{background-color: #f7f7f7;}
.cinfo li{padding-left: 0 !important;}
.cinfo li a{display: flex; color: #000;}
.cinfo li .ico{margin-right: 7px; color: #CC1316;}

.cform .gform_fields{gap: 15px !important;}
.cform .gform_fields .ginput_container input,
.cform .gform_fields .ginput_container .textarea{background-color: #f4f4f4;}
.only-zip-code .ginput_container .address_zip{inline-size: 100%;}
.gform_wrapper.cform_wrapper .cform .gform_footer input.button.gform_button{background-color: #CC1316; font-weight: 600; padding: 10px 30px;}

.red-border{margin-left: 25px; position: relative;}
.red-border::before{left: -25px; top: 8%; bottom: 8%; height: 84%; position: absolute; width: 25px; content: ''; background-color: #CC1316;}

.rank-math-block .rank-math-list{counter-reset: myitemcounter;}
.rank-math-block .rank-math-list .rank-math-list-item{
	counter-increment: faq-counter; padding-left: 32px;
	position: relative;
}
.rank-math-block .rank-math-list .rank-math-list-item::before{
	content: counters(faq-counter, ".")" ";
	width: 23px; height: 25px; color: #fff; background-color: var(--primary-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute; left: 0; top: 4px;
	font-weight: 600;
	border-radius: 4px;
}

.single-content-section .wp-block-heading mark.has-inline-color{
	color: #fff !important; background-color: var(--primary-color) !important;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1px 10px;
}

/*Checkout*/
.woocommerce-checkout .page-title .container,
.woocommerce-checkout .page-content .container{
	max-width: 1200px;
}
.woocommerce-checkout .page-content .checkout{
	display: flex; gap: 20px;
}
.woocommerce-checkout .page-content .checkout .col2-set .col-1,
.woocommerce-checkout .page-content .checkout .col2-set .col-2{
	float: none; width: 100%;
}
.woocommerce-checkout .page-content .checkout .col2-set .col-2{
	margin-top: 10px;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #payment ul.payment_methods li::before{
	display: none !important;
}
.woocommerce-checkout .page-content .checkout h3{
	font-size: 18px;
}
.woocommerce form .form-row label{
	font-size: 14px;
}
.woocommerce form p{
	margin-bottom: 8px !important;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
	font-size: 14px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background: rgb(234, 234, 234);
}
.woocommerce-checkout #payment ul.payment_methods{
	padding: 25px;
}
.woocommerce-checkout #payment ul.payment_methods li{
	padding-left: 0;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	font-size: 15px;
}

.woocommerce table.shop_table{background-color: #fff;}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	background-color: var(--primary-color) !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	padding: 16px 25px; width: 100%; margin-top: 10px;
}
.woocommerce .wc-credit-card-form #eWAYBlock{
	float: left; max-width: 215px; margin-top: 11px;
}

/*Products*/
.woocommerce div.product form.cart .button{
	background-color: var(--primary-color);
	padding: 12px 35px;
  	font-size: 16px;
  	font-weight: 700;
  	border-radius: 3px;
  	text-transform: uppercase;
}
.woocommerce div.product form.cart .button,
.custom-quantity{margin: 0 5px 5px 0}
.custom-quantity{display: inline-flex; float: left; border: 0; background-color: #F7F7F7;}
.custom-quantity .minus,
.custom-quantity .plus {
            border: 0; border-radius: 0;
			background-color: transparent;
            cursor: pointer;
            font-size: 22px;
            font-weight: bold;
            width: 48px;
            text-align: center;
            line-height: 42px;
            padding: 0;
        }
        .custom-quantity .minus:hover,
        .custom-quantity .plus:hover {
            background: none;
        }
        .custom-quantity .custom-qty {
            width: 50px;
            height: 60px;
            text-align: center;
            border: 0;
            border-left: none;
            border-right: none;
            margin: 0;
			outline: none;
            -moz-appearance: textfield;
			background: none;
			font-weight: 600;
			font-size: 20px;
        }
.custom-quantity .custom-qty::-webkit-outer-spin-button,
.custom-quantity .custom-qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
    margin: 0;
}

/**
 * WooCommerce My Account Page Styles
 * Brand Colors: #CC1316 (Red) & Gray
 */

/* ====================
   General Layout
   ==================== */
.woocommerce-account {
    background: #f8f9fa;
}

.woocommerce-MyAccount-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.woocommerce-MyAccount-navigation {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

/* ====================
   Navigation Menu
   ==================== */
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e9ecef;
}
.woocommerce-MyAccount-navigation ul li::before{
	display: none;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px 20px;
    color: #495057;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #f8f9fa;
    color: #CC1316;
    padding-left: 25px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: linear-gradient(90deg, #CC1316 0%, #e83538 100%);
    color: #ffffff;
}

.woocommerce-MyAccount-navigation ul li.is-active a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #CC1316;
}

/* ====================
   Dashboard Content
   ==================== */
.woocommerce-MyAccount-content h2 {
    font-size: 24px;
    color: #212529;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #CC1316;
    display: inline-block;
}

.woocommerce-MyAccount-content h3 {
    font-size: 20px;
    color: #343a40;
    margin: 25px 0 15px;
}

.woocommerce-MyAccount-content p {
    color: #6c757d;
    line-height: 1.6;
}

/* ====================
   Address Boxes
   ==================== */
.woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.woocommerce-Address {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce-Address:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.woocommerce-Address h3 {
    color: #212529;
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.woocommerce-Address h3 .edit {
    background: #CC1316;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.woocommerce-Address h3 .edit:hover {
    background: #a80f12;
}

.woocommerce-Address address {
    color: #6c757d;
    font-style: normal;
    line-height: 1.6;
}

/* ====================
   Orders Table
   ==================== */
.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-orders-table th {
    background: #f8f9fa;
    color: #212529;
    font-weight: 600;
    padding: 15px;
    text-align: left;
    border-bottom: 2px solid #e9ecef;
}

.woocommerce-orders-table td {
    padding: 15px;
    color: #6c757d;
    border-bottom: 1px solid #e9ecef;
    vertical-align: middle;
}

.woocommerce-orders-table tr:hover td {
    background: #f8f9fa;
}

/* Order Status Badges */
.woocommerce-orders-table .order-status {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.order-status.completed {
    background: #d4edda;
    color: #155724;
}

.order-status.processing {
    background: #fff3cd;
    color: #856404;
}

.order-status.pending {
    background: #f8d7da;
    color: #721c24;
}

.order-status.on-hold {
    background: #e2e3e5;
    color: #383d41;
}

.order-status.cancelled {
    background: #f5c6cb;
    color: #721c24;
}

.order-status.refunded {
    background: #d1ecf1;
    color: #0c5460;
}

/* View Order Button */
.woocommerce-orders-table .woocommerce-button {
    background: #CC1316;
    color: white;
    padding: 0px 15px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.woocommerce-orders-table .woocommerce-button:hover {
    background: #a80f12;
}

/* ====================
   Download Section
   ==================== */
.woocommerce-MyAccount-downloads .download-available {
    background: #d4edda;
    color: #155724;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* ====================
   Edit Account Form
   ==================== */
.woocommerce-EditAccountForm {
    max-width: 600px;
}

.woocommerce-EditAccountForm .form-row {
    margin-bottom: 20px;
}

.woocommerce-EditAccountForm label {
    display: block;
    margin-bottom: 8px;
    color: #212529;
    font-weight: 500;
}

.woocommerce-EditAccountForm input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce-EditAccountForm input:focus {
    outline: none;
    border-color: #CC1316;
    box-shadow: 0 0 0 3px rgba(204, 19, 22, 0.1);
}

.woocommerce-EditAccountForm .button {
    background: #CC1316;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.woocommerce-EditAccountForm .button:hover {
    background: #a80f12;
}

/* ====================
   Notices & Messages
   ==================== */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: 8px;
    margin-bottom: 25px;
    list-style: none;
}

.woocommerce-message {
    background: #d4edda;
    border-left: 4px solid #28a745;
    color: #155724;
}

.woocommerce-info {
    background: #d1ecf1;
    border-left: 4px solid #17a2b8;
    color: #0c5460;
}

.woocommerce-error {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #721c24;
}

/* ====================
   Pagination
   ==================== */
.woocommerce-pagination .page-numbers {
    display: inline-flex;
    gap: 5px;
    padding: 10px 0;
    list-style: none;
}

.woocommerce-pagination .page-numbers li {
    margin: 0;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
    display: block;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #495057;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce-pagination .page-numbers a:hover,
.woocommerce-pagination .page-numbers .current {
    background: #CC1316;
    border-color: #CC1316;
    color: white;
}

/* ====================
   Responsive Design
   ==================== */
@media (max-width: 768px) {
    .woocommerce-MyAccount-content {
        padding: 20px;
    }
    
    .woocommerce-Addresses {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .woocommerce-orders-table {
        display: block;
        overflow-x: auto;
    }
    
    .woocommerce-orders-table th,
    .woocommerce-orders-table td {
        padding: 10px;
        font-size: 14px;
    }
    
    .woocommerce-orders-table .order-status {
        font-size: 10px;
        padding: 3px 8px;
    }
    
    .woocommerce-MyAccount-navigation ul li a {
        padding: 12px 15px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .woocommerce-MyAccount-content h2 {
        font-size: 20px;
    }
    
    .woocommerce-MyAccount-content h3 {
        font-size: 18px;
    }
    
    .woocommerce-EditAccountForm .button {
        width: 100%;
    }
}

/* ====================
   Additional Enhancements
   ==================== */

/* Welcome Message */
.woocommerce-MyAccount-content .woocommerce-Message--info .woocommerce-Button {
    background: #CC1316;
    color: white;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    margin-left: 15px;
}

/* Logout Button Style */
.woocommerce-MyAccount-navigation ul li:last-child a {
    color: #CC1316;
}

.woocommerce-MyAccount-navigation ul li:last-child a:hover {
    background: #CC1316;
    color: white;
}

/* Card hover effects */
.woocommerce-Address {
    position: relative;
    overflow: hidden;
}
.woocommerce-Addresses::before{
	display: none !important;
}

/* Loading Animation */
.woocommerce .blockUI.blockOverlay {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

/* Form Row Adjustments */
.form-row-first, .form-row-last {
    width: 48%;
    float: left;
}

.form-row-first {
    margin-right: 4%;
}

.form-row-last {
    margin-right: 0;
}

.clear {
    clear: both;
    width: 100%;
}

/* Custom Scrollbar for Tables */
.woocommerce-orders-table::-webkit-scrollbar {
    height: 8px;
}

.woocommerce-orders-table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.woocommerce-orders-table::-webkit-scrollbar-thumb {
    background: #CC1316;
    border-radius: 10px;
}

/**
 * WooCommerce Login & Register Page Styles
 * Brand Colors: #CC1316 (Red) & Gray
 * Applies only to login page
 */

/* ====================
   Login Page Container
   ==================== */
.woocommerce-account .woocommerce {
    max-width: 1200px;
    margin: 0 auto;
}

.woocommerce-account .u-columns {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.woocommerce-account .col-1,
.woocommerce-account .col-2 {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce-account .col-1:hover,
.woocommerce-account .col-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Form Headers */
.woocommerce-account .u-column1 > h2,
.woocommerce-account .u-column2 > h2{
    background: linear-gradient(135deg, #CC1316 0%, #e83538 100%);
    color: #ffffff;
    padding: 20px 30px;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.woocommerce form.login,
.woocommerce form.register{
	border: 0;
	margin: 0;
}

/* ====================
   Login Form (col-1)
   ==================== */
.woocommerce-account .woocommerce-form-login {
    padding: 30px;
}

/* Form Rows */
.woocommerce-account .form-row {
    margin-bottom: 20px;
}

.woocommerce-account .form-row label {
    display: block;
    margin-bottom: 8px;
    color: #212529;
    font-weight: 500;
    font-size: 14px;
}

.woocommerce-account .form-row label span {
    color: #CC1316;
}

.woocommerce-account .form-row input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.woocommerce-account .form-row input:focus {
    outline: none;
    border-color: #CC1316;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(204, 19, 22, 0.1);
}

/* Remember Me Checkbox */
.woocommerce-account .form-row .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.woocommerce-account .form-row .woocommerce-form__input-checkbox {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    accent-color: #CC1316;
}

.woocommerce-account .form-row .woocommerce-form__label-for-checkbox span {
    color: #495057;
    font-size: 14px;
}

/* Login Button */
.woocommerce-account .woocommerce-form-login__submit {
    background: #CC1316;
    color: #ffffff;
    padding: 14px 30px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}


/* Lost Password Link */
.woocommerce-account .lost_password {
    margin-top: 15px;
    text-align: center;
}

.woocommerce-account .lost_password a {
    color: #CC1316;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.woocommerce-account .lost_password a:hover {
    color: #a80f12;
    text-decoration: underline;
}

/* ====================
   Register Form (col-2)
   ==================== */
.woocommerce-account .woocommerce-form-register {
    padding: 30px;
}

/* Register Fields */
.woocommerce-account .woocommerce-form-register .form-row {
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-form-register .form-row input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.woocommerce-account .woocommerce-form-register .form-row input:focus {
    outline: none;
    border-color: #CC1316;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(204, 19, 22, 0.1);
}

/* Password Hint */
.woocommerce-password-hint {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
    display: block;
}

.woocommerce-password-strength {
    font-size: 12px;
    margin-top: 8px;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.woocommerce-password-strength.strong {
    background: #d4edda;
    color: #155724;
}

.woocommerce-password-strength.good {
    background: #d1ecf1;
    color: #0c5460;
}

.woocommerce-password-strength.medium {
    background: #fff3cd;
    color: #856404;
}

.woocommerce-password-strength.weak {
    background: #f8d7da;
    color: #721c24;
}

/* Register Button */
.woocommerce-account .woocommerce-form-register__submit {
    background: #CC1316;
    color: #ffffff;
    padding: 14px 30px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}


/* ====================
   Error Messages
   ==================== */
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info {
    border-radius: 10px;
    margin-bottom: 20px;
    list-style: none;
    font-size: 14px;
}

.woocommerce-account .woocommerce-error {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #721c24;
}

.woocommerce-account .woocommerce-message {
    background: #d4edda;
    border-left: 4px solid #28a745;
    color: #155724;
}

.woocommerce-account .woocommerce-info {
    background: #d1ecf1;
    border-left: 4px solid #17a2b8;
    color: #0c5460;
}

/* ====================
   Back to Shop Button
   ==================== */
.woocommerce-account .back-to-shop {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.woocommerce-account .back-to-shop a {
    display: inline-block;
    background: #f8f9fa;
    color: #CC1316;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.woocommerce-account .back-to-shop a:hover {
    background: #CC1316;
    color: white;
    transform: translateY(-2px);
}

/* ====================
   Responsive Design
   ==================== */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        padding: 30px 15px;
    }
    
    .woocommerce-account .u-columns {
        flex-direction: column;
        gap: 30px;
    }
    
    .woocommerce-account .col-1,
    .woocommerce-account .col-2 {
        width: 100%;
    }
    
    .woocommerce-account h2 {
        font-size: 18px;
        padding: 15px 20px;
    }
    
    .woocommerce-account .woocommerce-form-login,
    .woocommerce-account .woocommerce-form-register {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .woocommerce-account .woocommerce {
        padding: 20px 12px;
    }
    
    .woocommerce-account .woocommerce-form-login__submit,
    .woocommerce-account .woocommerce-form-register__submit {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .woocommerce-account .form-row input {
        padding: 10px 12px;
        font-size: 14px;
    }
}

/* ====================
   Mobile Optimizations
   ==================== */
@media (max-width: 480px) {
    .woocommerce-account .form-row-first,
    .woocommerce-account .form-row-last {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

/* ====================
   Loading States
   ==================== */
.woocommerce-account .blockUI.blockOverlay {
    background: rgba(255, 255, 255, 0.9) !important;
}

.woocommerce-account .blockUI.blockOverlay:before {
    color: #CC1316 !important;
}

/* ====================
   Additional Polish
   ==================== */

/* Divider between login and register (optional) */
.woocommerce-account .u-columns {
    position: relative;
}



/* Card inner shadow on hover */
.woocommerce-account .col-1,
.woocommerce-account .col-2 {
    position: relative;
}

.woocommerce-account .col-1::after,
.woocommerce-account .col-2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #CC1316, transparent);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.woocommerce-account .col-1:hover::after,
.woocommerce-account .col-2:hover::after {
    transform: scaleX(1);
}

/* Show/Hide Password Toggle (optional) */
.woocommerce-account .password-input {
    position: relative;
}

.woocommerce-account .password-input .show-password-input {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}

.woocommerce-account .password-input .show-password-input:hover {
    color: #CC1316;
}

/* ====================
   Recaptcha Styling (if used)
   ==================== */
.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.grecaptcha-badge:hover {
    visibility: visible;
    opacity: 1;
}

/*Responsive*/
@media (min-width:576px){
	.alignwide .is-layout-flow{max-width: 540px;}
}
@media (min-width:768px){
	.alignwide .is-layout-flow{max-width: 720px;}
}
@media (min-width:992px){
	.alignwide .is-layout-flow{max-width: 960px;}
}
@media (min-width:1200px){
	.alignwide .is-layout-flow{max-width: 1140px;}
}
@media (min-width:1400px){
	.alignwide .is-layout-flow{max-width: 1320px;}
}
@media (max-width:1200px){
	.navbar-brand{max-width: 240px;}
	.navbar-expand-lg .navbar-nav .nav-link{padding-left: 10px; padding-right: 10px;}
}
@media (max-width:1200px){
	.navbar-brand{max-width: 240px;}
	.navbar-expand-lg .navbar-nav .nav-link{padding-left: 10px; padding-right: 10px;}
}
@media (max-width:991px){
	.section{padding-top: 90px !important; padding-bottom: 90px !important;}
	.md-section{padding-top: 60px !important; padding-bottom: 60px !important;} 
	.sm-section{padding-top: 40px !important; padding-bottom: 40px !important;}

	h1,.h1{font-size: 31px;}
	h2,.h2{font-size: 24px;}
	h3,.h3{font-size: 20px;}
	h4,.h4{font-size: 19px;}
	h5,.h5{font-size: 17px;}

	.site-header{padding: 8px 0;}
	.navbar-brand{margin-right: 0;}

	/*Mobile Menu*/
	.navbar-toggler{padding: 0; border: 0; outline: none; box-shadow: none !important; color: #21B9F7; font-size: 22px; width: 30px; text-align: right;}
	.navbar-toggler.collapsed{color: #2B2F33;}
	.navbar-toggler .fa-xmark,
	.navbar-toggler.collapsed .fa-bars{display: block;}
	.navbar-toggler.collapsed .fa-xmark,
	.navbar-toggler .fa-bars{display: none;}
	.navbarMain .navbar-nav{position: relative; padding: 20px 0 10px; margin-top: 10px;}
	.navbarMain .navbar-nav::before{width: 100%; height: 2px; background-color: #21B9F7; content: ''; position: absolute; left: 0; top: 0;}
	.navbar-nav li:not(:last-child){border-bottom: 1px solid #eee;}
	.navbar-expand-lg .navbar-nav .nav-link{text-align: left;}
	.navbar-nav > li > .dropdown-menu{border: 0; padding: 0 10px; position: relative !important; transform: inherit !important;  background-color: #f9f9f9; border-radius: 0;}
	.navbar-nav .nav-link.show{color: #CC1316;}
	.dropdown .dropdown-menu a{padding: 8px 6px; font-size: 15px;}

	.head-btns{display: flex;}
	.head-btns .ico{margin-right: 5px;}

	.foot2 .cl{margin-bottom: 25px;}
	
	.ask-form{display: block;}
	.ask-form .ginput_recaptcha > div,
	.foot-form .ginput_recaptcha > div{transform: scale(0.7); -webkit-transform: scale(0.7); transform-origin: 0 0; -webkit-transform-origin: 0 0;}
	
	.footform-wrap h4{margin-bottom: 25px;}
	.footform{flex-wrap: wrap;}
	.footform .wpcf7-form-control-wrap{flex: 0 0 33.333333%;}
	.footform .wpcf7-form-control-wrap:nth-child(4){flex: 1;}
	
	.wp-block-columns.home-cols{flex-wrap: wrap !important;}
	.wp-block-columns.home-cols div.wp-block-column{flex-basis: 45% !important;}
	
	/*Woo*/
	.woocommerce ul.products li.product{padding: 10px;}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3,
	.woocommerce ul.products li.product .p-price .cost{font-size: 16px;}
	.woocommerce ul.products li.product .prices-wrap{display: block;}
	.woocommerce ul.products li.product .p-price{width: 100%;}
	.woocommerce ul.products li.product .p-price .label{font-size: 12px; line-height: 18px;}
	
	.social-sharing{display: block; text-align: center;}
	.social-sharing p{font-size: 15px; margin-bottom: 15px;}
	
	.sb-filters{border-right: 0; padding-right: 0;}
	.sb-filters .sb-menu-wrap h4{background-color: #CC1316; color: #fff; padding: 8px 12px; border-radius: 5px; display: flex; align-items: center; justify-content: space-between;}
	.sb-filters .sb-menu-wrap h4::after{display: inline-block; content: ''; border-top: .3em solid; border-right: .3em solid transparent;
  border-bottom: 0; border-left: .3em solid transparent;}
	.sb-filters .menu-brands-sidebar-menu-container{display: none; margin-bottom: 13px; border: 1px solid #CC1316; padding: 15px; border-radius: 5px;}
	.sb-filters .menu-brands-sidebar-menu-container ul{margin-bottom: 0; column-count: 2;}
	
	.woocommerce-checkout .page-content .checkout{display: block;}
}
	
@media (max-width:768px){
	.section{padding-top: 60px !important; padding-bottom: 60px !important;}
	.md-section{padding-top: 40px !important; padding-bottom: 40px !important;}
	.sm-section{padding-top: 30px !important; padding-bottom: 30px !important;}
	
	body{font-size: 15px;}

	h1,.h1{font-size: 28px;}
	h2,.h2{font-size: 22px;}
	h3,.h3{font-size: 19px;}
	h4,.h4{font-size: 18px;}
	h5,.h5{font-size: 16px;}

	.navbar-brand,
	.flogo{max-width: 200px;}

	.site-footer .foot2 .col-6{margin-bottom: 25px;}
	
	/*.hero-slider .slick-slide{padding-left: 50px; padding-right: 50px;}*/
	.hero-slider .sl-content{text-align: center;}
	.hero-slider .sl-img{max-height: 300px; object-fit: contain;}
	
	.askform{flex-wrap: wrap;}
	.askform .wpcf7-form-control-wrap:first-child{flex-basis: 100%; height: auto; margin-bottom: 8px;}
	.askform .wpcf7-form-control-wrap{flex: 0 0 50%;}
	
	.wp-block-columns.home-cols div.wp-block-column{flex-basis: 100% !important;}
	.wp-block-columns.home-cols div.wp-block-column .wp-block-group{padding: 20px !important;}
	
	.foot2 .cinfo li{word-break: break-all;}
	
	.woocommerce ul.products{margin: 0 -8px;}
	.woocommerce ul.products li.product{flex-basis: 46%; margin: 0 5px 25px !important;}
	
	.woocommerce div.product div.images.woocommerce-product-gallery{position: relative; top: 0;}
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger{top: 45px;}

	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{width: 100%;}
	
	.woocommerce table.shop_attributes th{width: 120px;}
	
	.author_bio_section{padding: 15px;}
	.author_bio_section .author_details{display: block; text-align: center;}
	.author_bio_section .author-content-wrap{width: 100%; padding-left: 0;}
	
	.red-border{margin-left: 0; margin-top: 45px; margin-bottom: 30px;}
	.red-border::before{top: -25px; left: 8%; right: 8%; height: 25px; width: 84%;}
	
}
@media (max-width:580px){
	.askform .wpcf7-form-control-wrap{flex: 0 0 100%;}
	.ask-form .ginput_recaptcha > div,
	.foot-form .ginput_recaptcha > div{transform: scale(1); -webkit-transform: scale(1); transform-origin: 0 0; -webkit-transform-origin: 0 0;}
}

/*Admin*/
.admin-bar .site-header{top: 32px;}
@media (max-width:782px){
	.admin-bar .site-header{top: 46px;}
}
@media (max-width:600px){
	html #wpadminbar{margin-top: -46px !important;}
	.admin-bar .site-header{top: 0;}
}