/*

 Theme Name:   Geffen

 Theme URI:    https://generatepress.com

 Description:  Default GeneratePress child theme

 Author:       Tom Usborne

 Author URI:   https://tomusborne.com

 Template:     generatepress

 Version:      0.1

*/


body { font-family: "Roboto", sans-serif;}
.site-content {
	display: inline-block; width: 100%;
}
.site-header {
    width: 100%;
}
main {margin: 0 !important;}
.container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 0 15px;
}
.top-bar {display: flex;justify-content: space-between;    align-items: center;    padding: 20px 0;    background-color: #ffffff;  }
.header-left {display: inline-flex;}
.custom-logo-link {display: inline-flex;}
.custom-logo {	max-width: 170px;	width: 100%;}
.nav-outer-main-panel { background: #367DB4; }
.header-left a.site-title {    font-size: 24px;    font-weight: bold;    color: #367DB4;    text-decoration: none;}
.header-center {width: 427px;}
.header-center form {	width: 100%;	max-width: 100%;	background: #F6F6F6;	border: 1px solid #EEEEEE;	border-radius: 3px;	display: flex;	justify-content: space-between;}
.header-center input[type="search"] {	padding: 8px 12px;	border: none;	border-radius: 3px 0 0 3px;	font-size: 14px;	height: 44px;	border: none !important;	width: 90% !important; color: #555;
  font-weight: 400;}
.header-center form label {	width: 100%;}
.header-center button {    padding: 8px 12px;    border: 1px solid #367DB4;    background-color: #367DB4;    color: #fff;    border-radius: 4px;    cursor: pointer;}
.header-right {	display: flex;	justify-content: space-between;}
.header-right a {    margin-left: 20px;    color: #367DB4;    text-decoration: none;    font-weight: 500;    display: inline-flex;    align-items: center;}
.login-con {	border-right: 1px solid #00000021;	padding-right: 30px;}
.login-con span {	color: #555555;	font-size: 13px;	line-height: 26px;	font-weight: 400;	width: 100%;	display: block;}
.login-con a {	color: #555555;	font-size: 16px;	line-height: 26px;	margin: 0;}
.header-right a i {    margin-right: 5px;}
.cart-con {	display: flex;	align-items: center; position: relative;}
.cart-con a, .login-con a {	font-size: 16px;	color: #555555;	line-height: 16px;	font-weight: 600;}
.cart-con img {	padding-right: 15px;}
.cart-con .cart-item {
	position: absolute;
	width: 18px;
	background: #367DB4;
	height: 18px;
	font-size: 10px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	border-radius: 100px;
	right: 36px;
	top: 3px;
	font-weight: 700;
}
.main-navigation-bar {
    background-color: #367DB4;
}
.menu-primary {    display: flex;    justify-content: space-between;    padding: 0;    margin: 0;    list-style: none;}
.menu-primary li {    margin: 0 15px;    position: relative;}
.menu-primary li a {	color: #fff;	text-decoration: none;	padding: 15px 0;	display: block;	font-size: 16px;	font-weight: 400;}
.menu-primary li a:hover {    color: #fff; text-decoration: none;}
.menu-primary li ul.sub-menu { padding: 10px 0; margin: 0; list-style: none;
	position: absolute; 
	display: none;
	top: 50px;
	left: -15px;
	background: #367DB4;
	width: 200px;
}
.menu-primary li:hover > ul.sub-menu { display: block; }
.menu-primary li ul.sub-menu li a {	padding: 8px 0; font-size: 14px;}
.menu-primary li.menu-item-has-children {padding-right: 15px;}
.menu-primary li.menu-item-has-children::before {
	content: "";
	position: absolute;
	right: 0;
	top: 25px;
	width: 11px;
	height: 8px;
	background: url(assets/images/arrow-white.png) right top no-repeat; background-size: 8px;cursor: pointer;
}
.account-con { position: relative;}
.account-con::after {
	content: "";
	position: absolute;
	right: -15px;
	top: 6px;
	width: 11px;
	height: 8px;
	background: url(assets/images/arrow-black.png) right top no-repeat;
	background-size: 8px;
}

.mob-search {display: none;width: auto;}
.mob-search i {color: #000;font-size: 20px;}
.mob-search-popup {display: inline-block;width: 100%;}
.mob-search-popup-inn {display: inline-block;width: 100%;}
.mob-search-close {display: none;}

.mobile-user {display: none !important;}

.nav-bttn {display:none;cursor: pointer;width: 30px;height: 16px;border: none;border-radius: 5px;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
.nav-bttn span {float: left;width: 30px;height: 3px;background: #303030;margin: 0;border-radius: 5px;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;position: absolute;}
.nav-bttn:hover span, .nav-open .nav-bttn span {background: #367DB4;}
.nav-bttn span:nth-child(2) {margin: 7px 0 0 2px;width: 26px;}
.nav-bttn span:nth-child(3) {margin: 14px 0 0;}
.nav-bttn:hover span:nth-child(2) {margin: 7px 0 0 -2px;width: 34px;}
.nav-open .nav-bttn span:nth-child(2) {display: none;}
.nav-open .nav-bttn span:nth-child(1) {margin: 7px 0 0;transform: rotate(45deg);}
.nav-open .nav-bttn span:nth-child(3) {margin: 7px 0 0;transform: rotate(-45deg);}
.nav-open {overflow-y: hidden;}

footer.site-footer {	background: #192631;	display: block;	width: 100%;}
.footer-bottom-outer {	background: #14212c; padding: 15px 0;}
.footer-top-con {	padding: 65px 0;}
.footer-bottom p {	color: #6b7280;	font-size: 12px;    padding: 0;}
.footer-top-inner {	display: flex; gap: 55px;}
.footer-left-con {	width: 46%;}
.footer-castors-link {	width: 48%;}
.footer-support-link {	width: 22%;}
.footer-contact-links {	width: 20%;}
.footer-bottom-inner {	display: flex;	justify-content: space-between;	align-items: center;}
.footer-left {	color: #ffffff;	font-size: 12px;	line-height: 24px;	font-weight: 400;}
.footer-right-con a {	color: #fff;	font-size: 13px;	line-height: 24px;	font-weight: 400;	text-decoration:none ;position: relative;  padding: 0 12px;}
.footer-left p {	margin: 0;}
.footer-columns ul {	padding: 0;	margin: 0;	list-style: none;}
.footer-columns li a, .footer-contact-links a {	color: #ffffff;	font-size: 13px;	line-height: 28px;	font-weight: 400;	text-decoration: none; position: relative;}
.footer-columns li a:hover, .footer-contact-links a:hover, .footer-right-con a:hover {	color: #fff;	text-decoration: none;}
.footer-castors-link li a:after, .footer-support-link li a:after, .footer-phone a:after, .menu-primary li a:after {
	position: absolute;
	content: "";
	bottom: -6px;
	left: auto;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-primary li a:after { bottom: 10px;}
.footer-castors-link li a:hover::after, .footer-support-link li a:hover:after, .footer-phone a:hover:after, .menu-primary li a:hover:after {
	width: 100%;
	left: 0px;
	right: auto;
}
.footer-left-con p {	color: #FFFFFF;	font-size: 13px;	line-height: 28px;	font-weight: 400;	margin: 30px 0 0;}
.footer-columns h4 {	color: #fff;	font-size: 17px;	font-weight: 700;	line-height: 20px;	margin: 0 0 10px;}
.footer-social a {	margin-right: 10px;}
.footer-social {	margin: 10px 0 0;}
.footer-phone img {	margin-right: 10px;}
.footer-right-con a::before {	content: "";	position: absolute;	right: 0;	top: 2px;	width: 1px;	background: #ffffff54;	height: 11px;}
.footer-right-con a:last-child::before {	display: none;}
.footer-right-con a:last-child {	padding-right: 0 !important; padding-left: 5px;}
.footer-columns.footer-castors-link ul li {	width: 49%;	display: inline-block;}

/* Shop_page */

.accordionbar button .arrowdown {
    transition: transform 0.3s ease;
}
.accordionbar button.active .arrowdown {
    transform: rotate(180deg);
}
.accordionbar .panel {
    display: none;
}
.shoprow {
    padding: 42px 0 82px;
    position: relative;
    display: flex;
    gap: 14px;
}
.shoprow .leftbar {
    flex: 0 0 247px;
    max-width: 247px;
    padding: 26px 14px;
    background: white;
    border: 1px solid rgb(0 0 0 / 10%);
}
.shoprow .rytbar {
    padding: 25px;
	width: calc(100% - 261px);
    background: white;
    border: 1px solid rgb(0 0 0 / 10%);
}
.shoprow .leftbar .sidebarux button {
    padding: 16px 0;
    width: 100%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 18px;
    color: #367DB4;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #E8E8E8;
}
.shoprow .leftbar .sidebarux .accordionbar ul.panel {
    padding: 14px 0;
    margin: 0;
    list-style: none;
}
.shoprow .leftbar .sidebarux .accordionbar ul.panel li {
    margin:  0 0 10px 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #677279;
    font-weight: 400;
    line-height: 16px;
}
.shoprow .leftbar .sidebarux .accordionbar ul.panel li .checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.shoprow .leftbar .sidebarux .accordionbar ul.panel li .checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    font-size: 14px !important;
    border: .5px solid #A3AAAE;
    outline: none;
    box-shadow: none;
}
.shoprow .leftbar .sidebarux .accordionbar ul.panel li .checkbox label {
    font-weight: 400;
    transition: .3s ease;
}
.shoprow .leftbar .sidebarux .accordionbar ul.panel li .checkbox input[type="checkbox"]:checked~label {
    font-weight: bold;
}
.shoprow .leftbar .sidebarux .accordionbar ul.panel li span {
    font-size: 13px;
    color: #A3AAAE;
    line-height: 1;
}
.shoprow .rytbar .breadcrumbs nav.woocommerce-breadcrumb {
    margin-bottom: 30px;
    color: #677279;
    font-size: 14px;
    text-transform: uppercase;
}
.shoprow .rytbar .breadcrumbs nav.woocommerce-breadcrumb a {font-weight: bold;color: #677279;text-decoration: none;}
.shoprow .rytbar .woocommerce-result-count {
    margin: 0;
    color: #677279;
    font-size: 14px;
    font-weight: 500;
}
.shoprow .rytbar .default-sorting form.woocommerce-ordering {
    margin: 0 0 0  0;
    float: none !important;
}
.shoprow .rytbar .woocommerce-products-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shoprow .rytbar .default-sorting select {
    border: none;
    background: transparent;
    padding: 0;
    box-shadow: none;
    color: #677279;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.shoprow .rytbar .default-sorting select option {
    font-size: 14px;
    color: gray;
    font-family: 'Roboto';
}
.shoprow .rytbar .productlist {
    margin-top: 30px;
}

.shoprow .rytbar .productlist .products {
    margin: 0;
}
.shoprow .rytbar .productlist .products.columns-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap: 15px 0;
}
.shoprow .rytbar .productlist .products::before, .shoprow .rytbar .productlist .products::after {
    display: none;
}
.shoprow .rytbar .productlist .products .productbar {
    padding: 20px;
    border: 1px solid #E8E8E8;
}
.shoprow .rytbar .productlist .products .productbar .pr-main-img {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.shoprow .rytbar .productlist .products .productbar .pr-main-img img {
    width: 100%;
    height: 235px;
    object-fit: contain;
}
.shoprow .rytbar .productlist .products .productbar h2 {
    font-size: 16px;
    line-height: 20px;
    text-transform: inherit;
    color: black;
    margin-bottom: 15px;
	min-height: 120px;
}
.shoprow .rytbar .productlist .products .productbar h2 a {
    text-decoration: none;
    color: #000000;
}
.shoprow .rytbar .productlist .products .productbar .product-attributes {
    list-style: none;
    margin: 0 0 15px 0;
    display: grid;
    gap: 10px;
	min-height: 280px;
}
.shoprow .rytbar .productlist .products .productbar .product-attributes li {
    display: grid;
    grid-template-columns: 5fr 8fr;
    gap: 10px;
    font-size: 12px;
    line-height: 1.2;
    font-family: 'Roboto';
    font-weight: 400;
    color: #767676;
}
.shoprow .rytbar .productlist .products .productbar .price {
    margin-bottom: 15px;
    display: grid;
    gap: 5px;
}
.shoprow .rytbar .productlist .products .productbar .price .woocommerce-Price-amount.amount {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Roboto';
    color: black;
    line-height: 1;
}
.shoprow .rytbar .productlist .products .productbar .price .tax-text {
    font-size: 12px;
    line-height: 1;
    color: #767676;
}
.shoprow .rytbar .productlist .products .productbar .addtocartbtn .cart {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}
.shoprow .rytbar .productlist .products .productbar .addtocartbtn .cart .custom-quantity {
    max-width: 70px;
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid #e9e9e9;
    height: 40px;
    border-radius: 10px;
    padding: 10px 5px;
}
.shoprow .rytbar .productlist .products .productbar .addtocartbtn .cart .custom-quantity button.qty-btn {
    padding: 0;
    background: transparent;
    color: black;
    font-size: 20px;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.shoprow .rytbar .productlist .products .productbar .addtocartbtn .cart .custom-quantity button.qty-btn {
    background: transparent;
    color: black;
    font-size: 20px;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -2px;
    position: relative;
    padding: 0;
}
.shoprow .rytbar .productlist .products .productbar .addtocartbtn .cart .custom-quantity button.qty-btn.plus {
    left: inherit;
    right: 0px;
}
.shoprow .rytbar .productlist .products .productbar .addtocartbtn .cart .custom-quantity button.qty-btn.minus {
    left: 0px;
}
.shoprow .rytbar .productlist .products .productbar .addtocartbtn .cart .custom-quantity input.qty {
    padding: 0;
    width: 24px;
    border: none;
    background: none;
	margin: 0 0 0 auto;
	appearance: textfield;-webkit-appearance: textfield;-moz-appearance: textfield;outline: none;}
.shoprow .rytbar .productlist .products .productbar .addtocartbtn .cart .add_to_cart_button {
    padding: 10px 5px;
    background: transparent;
    border: 1px solid #0C98FF;
    height: 40px;
    color: #0C98FF;
    font-size: 13px;
    line-height: 1;
    font-family: 'Roboto';
    font-weight: 400;
    transition: .5s ease;
    box-shadow: none;
    outline: none;
    flex: 0 0 100px;
    border-radius: 10px;
    max-width: 100px;
}
.shoprow .rytbar .productlist .products .productbar .addtocartbtn .cart .add_to_cart_button:hover {
	background: #0C98FF;
	color: white;
	text-decoration: none;
}
.shoprow .rytbar .productlist .products .productbar .addtocartbtn .cart a.added_to_cart.wc-forward {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #0C98FF;
    color: #0C98FF;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Account Dropdown Styles */
.login-con {
    position: relative;
    display: inline-block;
}

.account-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-width: 180px;
    z-index: 1000;
    margin-top: 5px;
}

.login-con.active .account-dropdown-menu {
    display: block;
}

.account-dropdown-menu a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.account-dropdown-menu a:last-child {
    border-bottom: none;
}

.account-dropdown-menu a:hover {
    background: #f5f5f5;
}
/* Accordion styling */
.accordionbar button {
    background: #f5f5f5;
    border: none;
    width: 100%;
    text-align: left;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordionbar .panel {
    display: none;
    padding: 10px;
    border-top: 1px solid #ddd;
}
.accordionbar button.active .arrowdown img {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.ajax-loader img {
    width: 40px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    100% { transform: rotate(360deg); }
}
.account-dropdown-menu .logout-link {
    color: #d9534f;
    font-weight: 500;
}

.account-dropdown-menu .logout-link:hover {
    background: #ffe6e6;
}
.site-content .content-area {
    width: 1200px !important;
    margin: 0 auto;
	padding: 0 15px;
}
.cart-item {
    background: #e74c3c;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}
.top-bar .header-left img.custom-logo {
    width: 185px;
}
/* Shop_page */

/* Shop detail Start*/
.single-product .inside-article {background: transparent;padding: 0;}

.woocommerce-breadcrumb {display: inline-block;width: 100%;margin: 0 0 58px !important;}
.woocommerce-breadcrumb, .woocommerce-breadcrumb a {color: #8c8c8c !important;font-size: 20px !important;line-height: 26px !important;font-family: "Roboto", sans-serif;font-weight: 400;}

.woocommerce-page div.product div.images {width: calc(50% - 11px);}
.woocommerce-page div.product div.images .flex-viewport {background: #fff;border-radius: 8px;border: 1px solid rgba(0, 0, 0, 0.15);}
.woocommerce-page div.product div.images .flex-viewport .woocommerce-product-gallery__image a {height: 590px;padding: 40px;}
.woocommerce-page div.product div.images .flex-viewport .woocommerce-product-gallery__image a img {object-fit: contain;width: 100%;height: 100%;}
.woocommerce div.product div.images .flex-control-thumbs {display: inline-block;width: calc(100% + 20px);margin: 8px 0 0 -10px;padding: 0;}
.woocommerce div.product div.images .flex-control-thumbs li {width: calc(25% - 20px);height: 140px;margin: 10px;background: #fff;padding: 15px;border-radius: 6px;border: 1px solid rgba(0, 0, 0, 0.15);overflow: hidden;}
.woocommerce div.product div.images .flex-control-thumbs li img {object-fit: contain;width: 100%;height: 100%;}

.woocommerce-page div.product div.summary {width: calc(50% - 11px);background: #fff;padding: 25px;border-radius: 8px;}
.woocommerce-page div.product div.summary .product_title {color: #293948;font-size: 28px;line-height: 36px;font-weight: 600;}
.woocommerce-page div.product div.summary .price {display: inline-flex;align-items: center;margin: 34px 0 22px;}
.price-label {color: #293948;font-size: 18px;line-height: 26px;font-weight: 500;}
.woocommerce-Price-amount {color: #367DB4;font-size: 26px;line-height: 26px;font-weight: 600;padding: 0 0 0 8px;}

.woocommerce div.product form.cart {margin-bottom: 0;padding: 0 0 32px;}
.woocommerce div.product form.cart div.quantity {margin: 0 0 25px;width: 100%;}
.custom-qty {display: inline-flex;width: auto;align-items: center;}
.qty-label {display: inline-block;width: auto;color: #293948;font-size: 18px;line-height: 26px;font-weight: 500;margin: 0 10px 0 0;}
.qty-otr {display: inline-flex;width: auto;align-items: center;border: 1px solid rgba(0, 0, 0, 0.15);}
.custom-qty .qty-btn {display: inline-block;padding: 0;background: transparent;border: 1px solid rgba(0, 0, 0, 0.15);height: 50px;color: #293948;font-size: 25px;line-height: 26px;font-weight: 600;}
.custom-qty .qty {background: transparent;border: 1px solid rgba(0, 0, 0, 0.15);border-right: none;border-left: none;padding: 0;height: 50px;appearance: textfield;-moz-appearance: textfield;-webkit-appearance: textfield;color: #293948;font-size: 22px;line-height: 26px;font-weight: 600;}
.custom-qty .qty-minus {border-right: none;font-size: 27px;padding-left: 15px;border-radius: 6px 0 0 6px;}
.custom-qty .qty-plus {border-left: none;padding-right: 12px;border-radius: 0 6px 6px 0;}
.woocommerce div.product form.cart .button {background: #FABF10;border-radius: 3px;width: 402px;max-width: 100%;color: #000;font-size: 20px;line-height: 26px;font-weight: 500;font-family: "Roboto", sans-serif;padding: 18px 20px;}
/* Shop detail End*/
/**/
.custPrdtSku{
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 16px;
	font-weight: 400;
	color: #8C8C8C;
	margin: 18px 0 24px;
}
.custPrdtSku b{
    color: #367DB4;
    font-weight: 500;
	border-right: 1px solid #8C8C8C;
	padding-right: 9px;
	margin-right: 9px;
}
.custSnglAtrbt{
    display: block;
    padding-bottom: 18px;
    margin-bottom: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.custSnglAtrbt ul{
	display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 13px 10px;
    padding: 0 0 0 20px;
    margin: 0px;
}
.custSnglAtrbt ul li{
    display: flex;
    flex-direction: column;
    color: #8C8C8C;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    width: 48%;
	position: relative;
}
.custSnglAtrbt ul li:before{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: inline-block;
	background: #555555;
	position: absolute;
	left: -15px;
	top: 11px;
}
.custSnglAtrbt ul li b{
    font-weight: 500;
    color: #555555;
}
.custCstrDtls{
    color: #555555;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    font-weight: 500;
    margin: 0 0 24px 0;
}
.custStckUnts{
    display: flex;
    background: #F3F5F6;
    border-radius: 8px;
    padding: 18px 15px 18px 34px;
    gap: 15px;
	margin-bottom: 26px;
}
.custStckUnts b{
	position: relative;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #008A00;
    width: 88px;
}
.custStckUnts b:before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #008A00;
	position: absolute;
	left: -14px;
	top: 6px;
}
.custStckUnts span{
    width: calc(100% - -27px);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #555555;
}
.custStckUnts span a{
	font-style: italic;
}
.custFreSpng{
	display: flex;
	gap: 10px;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	color: #555555;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.custFreSpng b{
    font-weight: 500;
    color: #367DB4;
    margin-right: -3px;
}
.custDscntAtmtcly{
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 34px;
	color: #555555;
}
.custDscntAtmtcly b{
	font-weight: 500;
}
.custCstmPrice{
    color: #367DB4;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 8px;
	margin-bottom: 21px;
}
.custCstmPriceTxt{
    color: #293948;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}
body.single-product .price ,
body.single-product .woocommerce-tabs.wc-tabs-wrapper ,
body.single-product .related.products ,
body.single-product .product_meta .sku_wrapper ,
body.single-product .product_meta .posted_in{
	display: none !important;
}
.cust-attr-hide{
    display: none;
}
.custLftSdDtta{
	clear: both;
	float: left;
    width: 100%;
}
.custLftSdDttaMdl {
	background: transparent;
	border-radius: 0;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	box-shadow: none;
	border-radius: 0;
	position: relative;
}
.custLftSdDttaMdl:before
{
	content: '';
	width: 100%;
	height: 10px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: -10px;
	
}

.single-product .custLftSdDttaMdl:before
{
	display:none;
}
.single-product .custProductsBtmData ul {
	margin: 0;
}
.single-product .custProductsBtmData {
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 30px;
	margin-top: 20px;
	border-radius: 3px;
}
.single-product .custProductsBtmData ul {
	margin: 0;
	position: static;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 20px;
	display: grid;
	width: 100%;
}
.single-product .custProductsBtmData ul li {
	width: 100%;
}
.single-product .woocommerce-breadcrumb, .single-product  .woocommerce-breadcrumb a {
	color: #8c8c8c !important;
	font-size: 14px !important;
	line-height: 17px !important;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.single-product .woocommerce-breadcrumb
{
	margin: 0 0 30px 0 !important;
}
.single-product.woocommerce div.product form.cart .button:hover {
	background: #0C98FF;
	color: #fff;
}



.custLftSdDttaTp{
	padding: 34px 12px 24px 30px;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery.woocommerce-product-gallery.images, body.single-product main#main article.product.type-product .entry-content .product.type-product .summary.entry-summary {
    float: none !important;
    width: 100%;
}

body.single-product main#main article.product.type-product .entry-content .product.type-product .summary.entry-summary {}

body.single-product main#main article.product.type-product .entry-content .product.type-product .summary.entry-summary {
	overflow: auto;
	position: sticky;
	top: 5%;
	height: 100vh;
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 20px;
	border-radius: 3px !important;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery {
	display: flex;
	gap: 0px;
	align-items: flex-start;
	/* height: 200vh; */
	/* min-height: 1000px; */
	/* display: flex; */
	border: 0px solid #e8e8e8;
	background:transparent;
	padding: 0px;
}

body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery .custom-product-gallery {
	gap: 20px;
	align-items: flex-start;
	display: flex;
	border: 1px solid #e8e8e8;
	background:transparent;
	padding: 10px;
}
body.single-product .custom-product-gallery.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images > .custom-product-gallery {
	background: #fff !important;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery .custLftSdDttaTp {
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 30px;
	margin-top: 20px;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery .custLftSdDttaBtm {
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 30px;
	margin-top: 20px;
	border-radius: 3px !important;
	box-shadow: none !important;
	width: 100%;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery ul {
	margin: 0 0 15px 0;
	padding-left: 20px;
}


body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery .thumbs-col {
    padding-right: 8px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0;
    max-height: 590px;
    /* width: 96px; */
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    padding: 10px;
}

/* --- Basic layout --- */
.custom-product-gallery {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

/* Thumbnails column - show large/full images */
.custom-product-gallery .thumbs-col {
    padding-right: 8px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0;
    max-height: 590px;
    /* width: 96px; */
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    padding: 10px;
}
.custom-product-gallery .thumbs-col .thumb.selected {
	border-color: #293948;
}
/* scrollbar styling */
.custom-product-gallery .thumbs-col::-webkit-scrollbar{
	width: 10px;
}
.custom-product-gallery .thumbs-col::-webkit-scrollbar-thumb{
	border-radius: 8px;
	background: rgba(0,0,0,0.12);
}
body.single-product main#main article.product.type-product .entry-content .product.type-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    flex-direction: column;
}
/* Each thumb - display full image area */
.custom-product-gallery .thumb {
	margin-bottom: 5px;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 6px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 520px;   /* large height so full-size image displays prominently */
	background: #fff;
	box-sizing: border-box;
	padding: 6px;
}

.custom-product-gallery .thumb img{
	width: 100%;
	height: 100%;
	object-fit: contain; /* do not crop, keep full image visible */
	display: block;
}

/* Selected thumb */


.custom-product-gallery .thumb {
	margin-bottom: 14px;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 6px;
	overflow: hidden;
	display: block;
	width: 70px;
	height: 70px;
	background: #fff;
	box-sizing: border-box;
	padding: 9px;
	border: 2px solid #55626e78;
}
.custom-product-gallery .thumb img {
	width: 100%;
	display: inline-block !important;
}

/* Main image column */
.custom-product-gallery .main-col{
	flex: 1;
	min-width: 480px; /* ensure main area is large */
	position: relative;
}

/* main image wrapper */
.custom-product-gallery .main-image {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
	height: 620px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
}

/* Main image itself */
.custom-product-gallery .main-image img{
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: contain; /* show full image inside huge box */
	display: block;
}

/* Lens */
.custom-product-gallery .img-lens{
	position: absolute;
	pointer-events: none;
	border: 2px solid rgba(255,255,255,0.9);
	border-radius: 50%;
	box-shadow: 0 6px 18px rgba(0,0,0,0.32);
	width: 260px;
	height: 260px;
	visibility: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	z-index: 20;
}

body.single-product main#main article.product.type-product .entry-content .product.type-product {
	box-shadow: unset;
	border-radius: 0;
	background: transparent;
	gap: 20px;
}

body.single-product main#main article.product.type-product .entry-content .product.type-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images ,
body.single-product main#main article.product.type-product .entry-content .product.type-product .summary.entry-summary{
	margin: 0px;
}
.custLftSdDttaBtm{
    background: #fff;
    box-shadow: 2px 2px 12px 0px rgba(41, 57, 72, 0.12);
    border-radius: 16px;
    padding: 34px 12px 34px 30px;
}
.custLftSdDttaTp h2 ,
.custLftSdDttaBtm h2{
    color: #293948;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 16px 0;
}
.custLftSdDttaTp p ,
.custLftSdDttaMdl p{
	color: #555555;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}
.custLftSdDttaTp p:last-child{
	margin: 0px;
}
.custLftSdDttaBtm{
	margin-top: 34px;
}
.custLftSdDttaBtm h2 {
	border-bottom: 0;
	padding-bottom: 0;
}
.custLftSdDttaBtm .cust-attr {
	color: #555555;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 5px;
	border-top: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.custLftSdDttaBtm .cust-attr:last-child
{
	border-bottom: 1px solid #e8e8e8;
}

.custLftSdDttaBtm .cust-attr > strong {
	background: #808080;
	color: #fff;
	padding: 4px 7px;
	max-width: 140px;
	display: inline-block;
	font-size: 15px;
	width: 100%;
	line-height: 19px;
	font-weight: 400;
	padding: 10px 10px;
}
.custLftSdDttaBtm .cust-attr span {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}


.cust-view-more{
	color: #367DB4;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    margin: 30px 0 0 0;
    background-image: url(assets/images/iconPlus.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 0 7px;
    padding-left: 18px;
}
.cust-view-more:hover{
	color: #367DB4 !important;
}
.custProductsBtmData{
	clear: both;
}
.custProductsBtmData ul{
    display: flex;
    align-items: start;
    top: 40px;
    position: relative;
    padding: 0px;
	gap: 160px;
}
.custProductsBtmData ul li{
    width: 187px;
	list-style: none;
}
.custProductsBtmData ul li h3{
    display: block;
    margin: 10px 0 8px 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #293948;
}
.custProductsBtmData ul li p{
    color: #555555;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
}
.custProductsBtmDataNew{
	display: block;
    margin: 80px 0 70px 0;
    text-align: center;
}
.custProductsBtmDataNew p{
	margin: 0px;
	color: #555555;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
.custProductsBtmDataNew p a{
	color: #367DB4;
	font-weight: 500; 
}
.custProAdons{
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 25px;
}
.custProAdons h3{
	color: #293948;
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 14px 0;
}
.custProAdons p{
	display: block;
	color: #555555;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	margin: 0px;
}
.custProAdons .addons-grid{
	display: flex;
	gap: 22px;
	margin-top: 24px;
}
.custProAdons .addons-grid .addon-item{
	padding: 12px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 12px 0px rgba(41, 57, 72, 0.08);
	width: 183px;
}
.custProAdons .addons-grid .addon-item .addon-image{
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 118px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 15px;
}
.custProAdons .addons-grid .addon-item .addon-image img{
	object-fit: cover;
    width: auto;
    height: auto;
    max-width: 60%;
}
.custProAdons .addons-grid .addon-item .addon-info label.addon-check{
	display: flex;
    align-items: start;
    gap: 8px;
    cursor: pointer;
}
.custProAdons .addons-grid .addon-item .addon-info label.addon-check input.addon-select{
	width: 21px;
	height: 21px;
	background: #E6E6E6;
}
.custProAdons .addons-grid .addon-item .addon-info label.addon-check .addon-title{
	color: #293948;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
}
.custProAdons .addons-grid .addon-item .addon-info .addon-qty{
	margin: 14px 0px;
	display: flex;
    align-items: center;
}
.custAddonQtyLbl{
	color: #293948;
	font-weight: 500;
	font-size: 12px;
	line-height: 26px;
}
.custAddonQtyBtns{
	display: flex;
	margin-left: auto;
}
.custAddonQtyBtns{
    display: flex;
    margin-left: auto;
    width: 90px;
    overflow: hidden;
    border-radius: 6px;
    height: 30px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.custAddonQtyBtns button{
    color: #A1A1A1;
    background: transparent;
    height: 100%;
    padding: 0 5px;
}
.custAddonQtyBtns input.addon-quantity{
	padding: 0px;
    width: 42px;
    text-align: center;
    background: #fff;
    border: none;
    color: #293948;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 42px;
    overflow: hidden !important;
}
.custProAdons .addons-grid .addon-item .addon-info .addon-price .price-label{
	color: #293948;
	font-weight: 500;
	font-size: 12px;
	line-height: 26px;
}
.custProAdons .addons-grid .addon-item .addon-info .addon-price .woocommerce-Price-amount.amount{
	color: #555555;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}
body.woocommerce-cart #right-sidebar ,
body.woocommerce-checkout #right-sidebar{
	display: none !important;
}
body.woocommerce-cart .wc-block-components-sidebar{
    padding-right: 20px;
}
body.woocommerce-checkout .entry-content .wp-block-woocommerce-checkout.alignwide.wc-block-checkout{
	margin-left: 0px !important;
    width: calc(100% + 0px) !important;
    max-width: calc(100% + 0px) !important;
}
.custDsplyNon{
	display: none !important;
}
.container.search-mainn .rytbar {
	width: 100%;
	border: 1px solid rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.search-results article.product.type-product {
	display: none;
}
.search-results header.page-header {
	margin: 50px 0 0 0;
	padding: 20px;
}
.search-results  .site-main {
  position: relative;
  display: flex;
  flex-direction: column;
}
.search-results .site-main #nav-below {
  order: 2;
}
.search-results header.page-header h1.page-title {
	font-size: 21px;
	color: #367DB4;
	font-weight: 500;
	text-transform: uppercase;
}
.search-results header.page-header h1.page-title span {
	color: #000;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 18px;
}
.container.search-mainn {
	padding: 0;
}
.container.search-mainn ul.product-attributes {
	display: none !important;
}
.container.search-mainn .shoprow .rytbar .productlist .products .productbar h2 {
	min-height: unset;
}
.search-results #right-sidebar.widget-area.sidebar.is-right-sidebar {
	display: none;
}
.container.search-mainn .shoprow {
	padding-bottom: 50px;
}
.container.search-mainn .productlist {
	margin: 0;
}
.search-results .rytbar .productlist .products.columns-4 {
	gap: 20px 20px;
	list-style: none;
}
.container.search-mainn .shoprow {
	padding-bottom: 20px !important;
	padding-top: 20px;
}
.search-results .site-main #nav-below .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.search-results .site-main #nav-below .nav-links .prev.page-numbers,
.search-results .site-main #nav-below .nav-links .next.page-numbers
{
	background: #000;
	padding: 10px 2px;
	background: transparent;
	border:0px solid #0C98FF;
	height: 34px;
	color: #0C98FF;
	font-size: 13px;
	line-height: 1;
	font-family: 'Roboto';
	font-weight: 400;
	transition: .5s ease;
	box-shadow: none;
	outline: none;
	flex: 0 0 100px;
	border-radius: 50px;
	max-width: unset;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-size: 14px;
}
.container.search-mainn {
	padding-top: 50px;
	padding-bottom: 50px;
}
.container.search-mainn header.search-header-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 20px 20px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.container.search-mainn header.search-header-title h1.search-title, .container.search-mainn header.search-header-title p {
	margin: 0;
}
.container.search-mainn header.search-header-title h1.search-title {
	font-size: 26px;
	color: #367DB4;
	font-weight: 500;
	text-transform: capitalize;
}
.container.search-mainn nav.search-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.container.search-mainn nav.search-pagination ul.page-numbers {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	gap: 12px;
	text-decoration: none;
}
.container.search-mainn nav.search-pagination ul.page-numbers li {
	display: inline-block;
}
.container.search-mainn nav.search-pagination ul.page-numbers li a {
	display: inline-block;
	text-decoration: none;
}
.container.search-mainn header.search-header-title h1.search-title .search-query {
	color: #263746;
	font-size: 22px;
}
.container.search-mainn ul.products {
	list-style: none;
}
.search-no-results .inside-right-sidebar {
	display: none;
}

.single-product  .custProAdons .addons-grid .addon-item {
	padding: 12px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 12px 0px rgba(41, 57, 72, 0.08);
	width: 100%;
}
.single-product .custLftSdDttaMdl {
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 30px;
	margin-top: 20px;
	border-radius: 3px !important;
	box-shadow: none !important;
	width: 100%;
}
.single-product .custLftSdDtta p:last-child {
	margin-bottom: 0;
}

/*Media Start*/
@media (min-width:1200px) and (max-width:1366px) {
}

@media (min-width:992px) and (max-width:1199px) {
/*Footer Start*/
.footer-top-inner {gap: 30px;}
/*Footer End*/

/* Shop_page start*/
.shoprow .rytbar {padding: 15px;}
.shoprow .rytbar .productlist .products .productbar {padding: 15px;}
.shoprow .rytbar .productlist .products .productbar .pr-main-img {height: 250px;}
.shoprow .rytbar .productlist .products .productbar h2 {font-size: 15px;min-height: 140px;}
/* Shop_page end*/

body.single-product .site-content .content-area ,
body.single-product .site-content .content-area .inside-article ,
.site-content .content-area{
    width: 100% !important;
}
body.single-product .product.type-product.has-post-thumbnail.product-type-simple{
	display: flex;
    align-items: start;
}
.custProductsBtmData ul{
    margin-left: 5px;
	gap: 20px;
}
.custProductsBtmData ul li{
    width: 23%;
}
.custProductsBtmData ul li h3{
    font-size: 16px;
    line-height: 20px;
}
.custProductsBtmData ul li p{
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}
.custProductsBtmDataNew p{
    font-size: 16px;
}
}

@media (min-width:768px) and (max-width:991px) {
/*Header Start*/
.top-bar .header-left img.custom-logo {width: 160px;}
.header-center {width: 250px;}
.menu-primary li {margin: 0 5px;}
.menu-primary li a {font-size: 14px;padding: 12px 0;}
.menu-primary li.menu-item-has-children {padding-right: 12px;}
.menu-primary li.menu-item-has-children::before {top: 20px;width: 8px;height: 5px;}
/*Header End*/

/*Footer Start*/
.footer-top-con {padding: 60px 0;}
.footer-top-inner {gap: 30px;}

.footer-left-con {width: 30%;}
.footer-castors-link {width: 28%;}
.footer-support-link {width: 22%;}
.footer-contact-links {width: 20%;}

.footer-left-con p {margin: 20px 0 0;line-height: 26px;}

.footer-columns.footer-castors-link ul li {width: 100%;}
/*Footer End*/
	
/* Shop_page start*/
.shoprow {padding: 42px 0 70px;}
.shoprow .leftbar {flex: 0 0 210px;max-width: 210px;padding: 10px 12px;}
.shoprow .rytbar {width: calc(100% - 224px);padding: 15px;}
.shoprow .rytbar .productlist .products.columns-4 {grid-template-columns: 1fr 1fr;}
.shoprow .rytbar .productlist .products .productbar {padding: 12px;}
.shoprow .rytbar .productlist .products .productbar .pr-main-img {height: 250px;}
.shoprow .rytbar .productlist .products .productbar h2 {font-size: 15px;min-height: auto;}
/* Shop_page end*/

body.single-product .site-content .content-area ,
body.single-product .site-content .content-area .inside-article ,
.site-content .content-area{
    width: 100% !important;
}
body.single-product .product.type-product.has-post-thumbnail.product-type-simple{
	display: flex;
    align-items: start;
}
.custProductsBtmData ul{
    margin-left: 5px;
	gap: 20px;
}
.custProductsBtmData ul li{
    width: 23%;
}
.custProductsBtmData ul li h3{
    font-size: 16px;
    line-height: 20px;
}
.custProductsBtmData ul li p{
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}
.custProductsBtmDataNew p{
    font-size: 16px;
}
.custProAdons .addons-grid{
    gap: 12px;
}
.custProAdons .addons-grid .addon-item{
    width: 153px;
}
.custAddonQtyBtns input.addon-quantity{
	width: 30px;
	max-width: 30px;
}

body.single-product main#main article.product.type-product .entry-content .product.type-product {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-direction: column;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product .summary.entry-summary {
	overflow: unset;
	position: unset;
	top: 5%;
	height: auto;
}



}

@media (max-width:767px){
.custLftSdDttaTp{
	border: 1px solid #e8e8e8;
  background: #fff;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product{
	display: unset;
	float: none;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
	background: transparent;
}
.custLftSdDttaMdl{
	padding: 0px 15px 14px 15px;
}
.custLftSdDttaMdl p{
	font-size: 16px;
	line-height: 26px;
}
body.woocommerce-checkout .entry-content:not(:first-child){
	margin-top: 0px !important;
}
.custProAdons .addons-grid{
    flex-direction: column;
}
.custProAdons .addons-grid .addon-item{
    width: 100%;
}
.custProAdons .addons-grid .addon-item .addon-image{
	height: 188px;
}
body.single-product .site-content .content-area ,
.site-content .content-area{
    width: 100% !important;
}
body.single-product .woocommerce-breadcrumb, body.single-product .woocommerce-breadcrumb a{
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 0 0 20px 0 !important;
}
body.single-product.woocommerce-page div.product div.images{
    width: 100%;
} 
body.single-product.woocommerce-page div.product div.images .flex-viewport{
	height: 350px !important; 
}
body.single-product.woocommerce div.product div.images img{
    height: auto !important;
}
body.single-product.woocommerce div.product div.images .flex-control-thumbs li{
    height: 70px !important;
}
.custLftSdDttaTp, .custLftSdDttaBtm {
    padding: 24px 15px 24px 15px;
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-top: 20px;
    border-radius: 3px;
}
.custLftSdDttaTp p ,
.custLftSdDttaBtm .cust-attr{
    font-size: 16px;
    line-height: 26px;
}
body.single-product.woocommerce-page div.product div.summary{
    width: 100%;
    padding: 15px;
}
body.single-product.woocommerce-page div.product div.summary .product_title{
    font-size: 22px;
    line-height: 30px;
}
.custPrdtSku{
    font-size: 14px;
    line-height: 16px;
}
.custSnglAtrbt ul li{
    font-size: 14px;
    line-height: 20px;
    width: 48%;
}
.custStckUnts{
    gap: 5px;
}
.custStckUnts b{
    font-size: 13px;
    line-height: 20px;
}
.single.single-product .custLftSdDtta {
	float: none;
}
.single.single-product .custLftSdDttaTp ul {
	margin-left: 0;
	padding-left: 20px;
}
.custStckUnts span{
    font-size: 15px;
    line-height: 20px;
}
.custFreSpng{
    font-size: 15px;
    line-height: 22px;
}
.custDscntAtmtcly{
    font-size: 13px;
    line-height: 18px;
}
.custProductsBtmData ul{
    top: 20px;
    padding: 0px;
    gap: 40px 0px;
    flex-direction: column;
    margin: 0px;
}
.custProductsBtmData ul li{
    width: 100%;
}
.custProductsBtmData ul li h3{
    font-size: 18px;
    line-height: 22px;
}
.custProductsBtmData ul li p{
    font-size: 16px;
    line-height: 20px;
}
.custProductsBtmDataNew{
    margin: 60px 0 30px 0;
}
.custProductsBtmDataNew p{
    font-size: 16px;
    line-height: 18px;
}
/*Header Start*/
.top-bar {flex-wrap: wrap;padding: 15px 50px 15px 0;position: relative;}
.top-bar .header-left img.custom-logo {width: 150px;}
.header-center {display: inline-flex;width: auto;margin: 0;margin-left: auto;}
.header-right {width: auto;margin: 0;}
.login-con {display: inline-flex;border-right: none;padding-right: 20px;}
.login-con.active .account-dropdown-menu {left: 0;}
.menu-primary li {margin: 0 5px;}
.menu-primary li a {font-size: 14px;padding: 12px 0;}
.menu-primary li.menu-item-has-children {padding-right: 15px;}
.menu-primary li.menu-item-has-children::before {top: 14px;width: 10px;height: 6px;}

.nav-outer-main-panel {position: relative;}
.main-navigation-bar {display: none;padding: 10px 0 4px;padding: 10px 15px 4px;position: fixed;z-index: 10;left: 0;top: 75px;width: 100%;height: calc(100vh - 75px);overflow-y: auto;}
.menu-primary {width: 100%;display: inline-block;}
.menu-primary li {display: block;width: auto;margin: 0;}
.menu-primary li a {font-size: 15px;padding: 5px 0;}
.menu-primary > li {width: auto;margin: 4px 0;display: block;}
.menu-primary li ul.sub-menu {padding: 0 0 0 15px;margin: 0;list-style: none;position: relative;display: block;top: 0;left: auto;background: transparent;width: 100%;}
.menu-primary li ul.sub-menu li a {padding: 4px 0;font-size: 14px;}

.nav-bttn {display: block;position: absolute;right: 0;top: 30px;}

.mob-search {display: inline-flex;width: auto;cursor: pointer;margin: 0 20px 0 0;}
.mob-search-popup {display: none;position: fixed;z-index: 10;left: 0;top: 0;width: 100vw;height: 100vh;background: rgba(0, 0, 0, 0.8);}
.mob-search-popup-inn {display: inline-flex;width: 100%;height: 100%;padding: 50px 10px;justify-content:center;align-items: center;}
.mob-search-close {display: block;position: absolute;right: 10px;top: 8px;color: #fff;font-size: 24px;cursor: pointer;}
.header-center form {width: 90%;}

.cart-con a {font-size: 0;margin: 0;}
.cart-con img {padding-right: 0;}
.cart-con .cart-item {top: -7px;right: 3px;}

.login-con span, .login-con .account-con {display: none;}
.mobile-user {display: inline-flex !important;}
.mobile-user i {margin: 0 !important;font-size: 22px;color: #000;}
/*Header End*/

/*Footer Start*/
.footer-top-con {padding: 40px 0;}
.footer-top-inner {gap: 20px 30px;flex-wrap: wrap;}

.footer-left-con {width: 50%;}
.footer-castors-link {width: 44%;}
.footer-support-link {width: 50%;}
.footer-contact-links {width: 44%;}

.footer-left-con p {margin: 20px 0 0;line-height: 26px;}

.footer-columns.footer-castors-link ul li {width: 100%;}
/*Footer End*/

/* Shop_page start*/
.shoprow {padding: 40px 0;flex-wrap: wrap;gap: 20px;}
.shoprow .leftbar {flex: 0 0 100%;max-width: 100%;padding: 10px 12px;}
.shoprow .rytbar {width: 100%;padding: 15px;order: -1;}
.shoprow .rytbar .productlist .products.columns-4 {grid-template-columns: 1fr 1fr;}
.shoprow .rytbar .productlist .products .productbar {padding: 12px;}
.shoprow .rytbar .productlist .products .productbar .pr-main-img {height: 220px;}
.shoprow .rytbar .productlist .products .productbar .pr-main-img img {height: 200px;}
.shoprow .rytbar .productlist .products .productbar h2 {font-size: 15px;min-height: auto;}
/* Shop_page end*/

.container.search-mainn header.search-header-title {
	flex-direction: column;
	gap: 10px;
}
.container.search-mainn header.search-header-title h1.search-title {
	font-size: 22px;
}
.container.search-mainn header.search-header-title {
	flex-direction: column;
	gap: 4px;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-direction: column;
}



body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery {
	width: 100%;
}

body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery {
	width: 100%;
	flex-direction: column-reverse;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product .summary.entry-summary {
	overflow: unset;
	position: unset;
	top: 5%;
	height: auto;
}
.custom-product-gallery .main-image {
	height: 440px;
	padding: 20px;
}
body.single-product.woocommerce div.product div.images img {
	height: 100% !important;
}
.custom-product-gallery .main-col {
	width: 100%;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery .thumbs-col {
	max-height: unset !important;
	width: 100% !important;
	display: block !important;
}
.single-product .custProductsBtmData ul {
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 30px;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery .thumbs-col .slick-list.draggable .slick-track {
	display: flex;
	gap: 10px;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery .thumbs-col .slick-arrow {
	display: none !important;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery .custLftSdDttaTp {
	padding: 20px;
}
body.single-product main#main article.product.type-product .entry-content .product.type-product .custom-product-gallery .custLftSdDttaBtm {
	padding: 20px;
	margin-top: 20px;
}
.custLftSdDttaBtm .cust-attr {
	align-items: stretch;
}
.custLftSdDttaBtm .cust-attr > strong {
	padding: 4px 7px;
	max-width: 100px;
	font-size: 13px;
	line-height: 17px;
	padding: 10px 10px;
}
.custLftSdDttaBtm .cust-attr span {
	font-size: 13px;
	line-height: 17px;
}
.single-product .custLftSdDtta {
	padding: 10px;
}

}

@media (max-width:575px) {

/*Footer Start*/
.footer-top-con {padding: 40px 0;}
.footer-top-inner {gap: 20px 30px;flex-wrap: wrap;}

.footer-left-con {width: 50%;}
.footer-castors-link {width: 43%;}
.footer-support-link {width: 50%;}
.footer-contact-links {width: 43%;}
/*Footer End*/

}

@media (max-width:479px) {
.custom-product-gallery .main-col {
	flex: 1;
	min-width: 100%;
	position: relative;
}	
	
/*Header Start*/
.top-bar .header-left img.custom-logo {width: 120px;}
.top-bar {padding: 20px 45px 20px 0;}
.mob-search {margin: 0 15px 0 0;}
.login-con {padding-right: 15px;}
.nav-bttn {top: 30px;}
/*Header End*/

/*Footer Start*/
.footer-left-con {width: 100%;}
.footer-castors-link {width: 100%;}
.footer-support-link {width: 100%;}
.footer-contact-links {width: 100%;}

.footer-menu, .footer-support-menu {display: flex;flex-wrap: wrap;}
.footer-columns.footer-castors-link ul li, .footer-columns.footer-support-link ul li {width: 46%;margin-right: 4%;}

.footer-bottom-inner {flex-wrap: wrap;}
.footer-left {width: 100%;text-align: center;}
.footer-right-con {width: 100%;text-align: center;}
.footer-right-con a {padding: 0 10px 0 0;}
.footer-right-con a:last-child {padding-right: 0 !important;padding-left: 5px;}
/*Footer End*/

/* Shop_page start*/
.shoprow .rytbar .productlist .products.columns-4 {grid-template-columns: 1fr;}
.shoprow .rytbar .productlist .products .productbar h2 {font-size: 16px;}
/* Shop_page end*/
.single-product .custProductsBtmData ul {
	grid-template-columns: repeat(1, 1fr);
	gap: 40px 30px;
}


}
/*Media End*/

/* ===== About Us Page Styles ===== */
.about-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 60vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.about-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.about-title {
  text-align: center;
  color: #fff !important;
  font-family: 'dashicons';
  font-size: 86px;
  font-weight: 700;
  padding: 0px;
}
.about-section {
  padding: 80px 0;
}

.about-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}
.about-left h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto';
    line-height: 26px;
    font-weight: 500;
}
.about-right, .about-left {
    width: 50%;
}
.about-description, .about-description span {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}
.about-long-description {
    padding-top: 69px;
}
.about-right img {
    width: 700px;
    height: 560px;
    object-fit: cover;
}
.about-description h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Roboto';
    padding: 6px 0px;
}
.about-left{
    padding-right:50px;
}
.banner-long-description{
    color: #fff !important;
}
.banner-long-description h2 {
    font-size: 60px;
    font-weight: 700;
}
.banner-long-description p {
    font-size: 25px;
}

section.faq-section {
    padding: 10px 0px;
}
.faq-section  h2.wp-block-heading {
    font-family: 'Roboto';
    font-size: 34px;
    font-weight: 500;
    color: #000;
    padding-top: 50px;
}
.faq-section  .wp-block-details summary {
    cursor: pointer;
    width: 96.6%;
    background: #367DB4;
    margin: 0px 0px 0px 0px;
    padding: 15px 20px;
    border-radius: 15px;
    color:#fff;
    font-size:18px;
    font-weight: 500;

}
.wp-block-details[open] summary {
     border-radius: 15px 15px 0px 0px; 
}
.faq-section details.wp-block-details strong {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.8px;
}
.faq-section .wp-block-details summary::marker {
    color: #fff;
}
.faq-section  details.wp-block-details p {
    width: 100%;
    margin: 0px;
    padding: 25px;
    font-size:15px;
}
.faq-section details.wp-block-details {
    background: #367DB412;
    border-radius:15px ;
}
.faq-section details.wp-block-details p {
    width: 94.6%;
    margin: 0px;
    padding: 20px;
    color: #000;

}
.faq-section details.wp-block-details p strong{
    color:#000;
    font-size: 15px;
}
ul.wp-block-list {
    padding: 0px;
    padding-top:20px;
    margin-left: 37px;
}
.wp-block-details[open] p {
 border-radius: 10px !important;
}
.custom-list ul.wp-block-list {
    padding-top: 0px !important;
}
.custom-list p {
    padding-bottom: 10px !important;
}
.wp-block-details {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.wp-block-details summary {
  padding: 15px;
  font-weight: 600;
  cursor: pointer;
  background-color: #f9f9f9;
  list-style: none; 
  position: relative;
  user-select: none;
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details summary::after {
    content: '+';
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    transition: transform 0.3s 
ease;
    margin-right: 38px !important;
    right: 0px !important;
    color: #fff !important;
    top: 10px;
}
.wp-block-details[open] summary::after {
  content: '−';
}
ul.wp-block-list li {
    color: #000000;
    font-size:15px;
}
.wp-block-details summary strong {
  padding-left: 25px;
}
.custom-about p {
    margin-bottom: 8px;
}
.custom-about h2 {
    margin-bottom: 6px;
}
@media (max-width: 768px) {
  .about-row {
    flex-direction: column;
  }
  .about-right img {
    width: auto;
    height: auto;
}
.about-right, .about-left {
    width: 100%;
}
.about-title{font-size:55px;}
.about-section {
    padding: 45px 0;
}
.about-left{
    padding-right:0px;
}
.faq-section h2.wp-block-heading{
    padding-top:20px;
}
section.faq-section {
    padding: 30px 0px;
}
.faq-section .wp-block-details summary{
    width: auto !important;
    font-size:16px !important;
    padding:15px 30px;

}
.faq-section details.wp-block-details strong {
    font-size: 17px;
    letter-spacing: 0.5px;
}
.faq-section details.wp-block-details p{
    width: auto !important;
}
.faq-section h2.wp-block-heading {
font-size: 30px !important;
text-align: center;
}
.about-banner {
  min-height: 40vh;
}
.banner-long-description {
padding:15px;
}
.wp-block-details summary::after {
    right: -40px !important;
    color: #fff !important;
    top: 8px;
}
.wp-block-details summary::after{
    padding:10px;
}
.banner-long-description h2 {
    font-size: 26px;
    font-weight: 700;
}
.banner-long-description p {
    font-size: 16px;
}
}