:root {
    --seperator-greycolor: #c1c1c1;
	--main-black: #000;
    --my-green-color: #02404c;
	--background-gray: #F6F6F6;
	--main-gray: #C1C1C1;
	
}

header .fl-col.fl-node-0c9tgzjpkd7w .fl-module.fl-module-box.fl-node-wbdqf5tal0g2{
	text-align: right;
}
header .fl-col.fl-node-0c9tgzjpkd7w .fl-module.fl-module-box.fl-node-wbdqf5tal0g2{
	text-align: center;
}
header .fl-col.fl-node-0c9tgzjpkd7w .fl-module.fl-module-box.fl-node-yojxit3ze71g{
	text-align: center;
}

.page-template-login-page .iconButton.round {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.page-template-login-page .titleWrap {
    display: flex;
    text-align: center;
    gap: 10px;
    margin-bottom: 30px;
    height: 33px;
}
.d_flex {
    display: flex !important;
}
.fd_column {
    flex-direction: column !important;
}
.ai_center {
    align-items: center !important;
}
.jc_center {
    justify-content: center !important;
}
.ta_center {
    text-align: center !important;
}
.w_100 {
    width: 100% !important;
}
.fd_row {
    flex-direction: row !important;
}
.d_iflex {
    display: inline-flex !important;
}
.jc_spacebetween {
    justify-content: space-between !important;
}
.errorMessage {
    color: var(--main-red);
    display: none;
}
.input_group {
    display: flex;
    flex-direction: column;
    justify-content: start;
    
    gap: 7px;
    align-self: stretch;
}
.input_group.centered {
    justify-content: center;
}
.input_group label {
    color: var(--main-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.input_group.centered label, .input_group.centered .form_input {
    text-align: center;
}
.hoverIcon {
    cursor: pointer;
}
.link_with_icon {
    gap: 5px;
    min-height: 1px;
}
.iconButton {
    display: flex;
    justify-content: center;
    align-items: center;
}
.link_with_icon span {
    position: relative;
    top: 1px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.hoverIcon > span:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-top: 1px solid;
    border-color: var(--main-gray);
    transform-origin: center left;
    transform: scale(0, 1);
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out !important;
}
@media screen and (min-width: 650px){
	.bt.hoverbutton, .bt.hoverbutton span {
		font-size: 16px;
	}
}


.bt.hoverbutton {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
	
	font-family: RoobertPRO, Verdana, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid rgba(229,229,225,0.5);
    background-color: rgba(241,241,237,0.5);
	
	    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #02404c;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}
.hoverIcon > span:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-top: 1px solid;
    border-color: var(--main-gray);
    transform-origin: center left;
    transform: scale(0, 1);
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out !important;
}
.hoverIcon:hover > span:after {
    transform: scale(1, 1);
}
.bt.hoverbutton {
    width: 300px;
}
.bt.hoverbutton{
	 transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.bt.hoverbutton *{
	color: #02404c;
}

.bt.hoverbutton:hover{
	background-color: #02404c;
	border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #02404c;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}
.bt.hoverbutton:hover *{
	color: #f1f1ed;
}
.bt.hoverbutton i.fl-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}
.input_group.haveCredError input{
	border-color: red;
}

#headerloginbtn{
	position: relative;
}
div.hidden-at-start{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1;
	width: 150px;
    padding-top: 20px;
	transform: translate(50%, 0);
}
#headerloginbtn:hover  div.hidden-at-start{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#modalSideCart,
#modalorderdetails {
	width: 100%;
	right: 0;
    left: unset;
	display: block !important;
	opacity: 1 !important;
	transform: translateX(100%);
    transition: transform .6s ease !important;
	max-width: 100%;
}

#modalSideCart.show,
#modalorderdetails.show {
	transform: translateX(0);
}

#modalSideCart .modal-dialog,
#modalorderdetails .modal-dialog {
	width: 100%;
	right: 0;
    left: unset;
	max-width: 100%;
}
#modalSideCart .modal-footer {
	border-top: none;
	padding: 20px;
}

#modalSideCart .modal-footer .NavLink.GoToBasketSide {
	width: 100%;
}

#modalSideCart .modal-footer .NavLink.GoToBasketSide:hover>a.hide-small-viewport {
	color: #fff !important;
}

#modalSideCart .modal-title:hover {
	cursor: pointer;
}

#modalSideCart .modal-title {
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-family: RoobertPRO, Verdana, Arial, sans-serif !important;
}

#modalSideCart .minicart-product-cont.hide {
	display: none;
}

#modalSideCart .sideCartRow>i {
	transform: rotate(-90deg);
}

#modalSideCart .sideCartRow.hide>i {
	transform: rotate(90deg);
}

#modalSideCart .sideCartRow.mybaskettile:hover {
	cursor: pointer;
}

#modalSideCart .sideCartRow.sideCartRow.mybaskettile .num_prod {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: #287ba7;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
}

.separator {
    height: 1px;
    min-height: 1px;
    background: var(--seperator-greycolor);
    width: 100%;
    display: block;
}
.cartTitleWrapper {
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.cartTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.cartTitleCounter {
    width: 33px;
    height: 33px;
    background: var(--main-black);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50%;
}
.cartTitle > span {
    color: var(--main-black);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
#sidecart {
    padding: 10px 12px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sideCartInner {
    padding: 0 5px 0 12px !important;
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
}
.cartErrorMessage {
    display: none;
    color: var(--main-red);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid var(--main-gray);
    background: #FFF;
    padding: 10px;
}
.cartErrorMessage {
    display: none;
    color: var(--main-red);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid var(--main-gray);
    background: #FFF;
    padding: 10px;
}
.sideCartRow {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    height: 137px;
    height: auto;
    border-radius: 10px;
    border: 1px solid var(--main-gray);
    background: #FFF;
}
.removeCartItemWrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.removeCartItemWrapper svg {
    width: 11px;
    height: 11px;
    transition: transform 0.2s ease;
}
.sideCartRow .sideCartProductImage {
    width: 106px;
    height: 110px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.sideCartRow .sideCartProductImage a {
    width: 106px;
    height: 110px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.sideCartRow .sideCartProductImage a img {
    border-radius: 10px;
    width: 100% !important;
	height: 100%;
    object-fit: contain;
}
.sideCartRow.belowminimumcostmessage{
	font-size: 17px;
    padding: 4px 10px 2px 10px;
    color: red;
	font-family: "Minion",Verdana,Arial,sans-serif;
}
.sideCartRow .product-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}
.product_info {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
}
.sideCartRow .product-body * {
    color: #4b4c4d;
}
.sideCartRow .product-body * {
    color: #4b4c4d;
}
.sideCartRow .product_prices {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    width: 100%;
}
.product_prices .Price {
    color: var(--main-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100.305%;
    letter-spacing: 0.35px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
}
.sideCartRow p.quantity {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    width: 77px;
    height: 35px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid var(--main-gray);
    background: white;
    position: relative;
    justify-content: center;
    align-items: center;
}
.sideCartRow .changeQuantityButton:first-of-type {
    position: absolute;
    left: 9px;
    top: 12.5px;
    bottom: 12.5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.sideCartRow .cartQuantityInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
    max-width: 100%;
    width: 30px;
    height: 16px;
    text-align: center;
    padding: 0;
    margin: 0;
    -moz-appearance: textfield;
    color: var(--main-black);
    background-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100.305%;
    letter-spacing: 0.4px;
}
.sideCartRow .changeQuantityButton:last-of-type {
    position: absolute;
    right: 9px;
    top: 12.5px;
    bottom: 12.5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.product_info .Description {
    color: var(--main-black);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-decoration-line: underline;
    display: block;
}
.product_info .product_code {
    color: var(--main-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    display: block;
}
.modal-body {
    padding: 20px 20px 70px 20px;
    background: var(--background-gray);
}
.sideCartTotalsWrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 0;
    position: relative;
}
.totals_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.totals_row .lbl {
    color: var(--main-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.totals_row.grandTotal .lbl {
    color: var(--main-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.totals_row.grandTotal .lblBig {
    color: var(--main-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.loaderWrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #02404c;
    border-color: var(--my-green-color) transparent var(--my-green-color) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.product_prices .Price .discount_price {
    color: #8C8C8C;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100.305%;
    letter-spacing: 0.3px;
    text-decoration-line: line-through;
}

.modal-header .hoverIcon span {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
	font-family: Inter, sans-serif;
	font-family: RoobertPRO, Verdana, Arial, sans-serif !important;
	
}
.cartTitle > span{
	font-family: Inter, sans-serif;
	font-family: RoobertPRO, Verdana, Arial, sans-serif !important;
}
.sideCartRow .product-body *{
	font-family: Inter, sans-serif !important;
	font-family: RoobertPRO, Verdana, Arial, sans-serif !important;
}
.sideCartTotalsWrapper .totals_row *{
	color: var(--main-black) !important;
	font-family: Inter, sans-serif !important;
	font-family: RoobertPRO, Verdana, Arial, sans-serif !important;
}
.cartTitleCounter.cartCounter{
	font-family: Inter, sans-serif !important;
	font-family: RoobertPRO, Verdana, Arial, sans-serif !important;
}
#minicart_title{
	color: var(--main-black) !important;
}
.admin-bar .modal {
    top: 32px;
}
.modal-header {
    padding: 0 20px !important;
    border-bottom: none !important;
    background: var(--background-gray);
}
.modal-content {
    padding: 20px 0 !important;
    background: var(--background-gray) !important;
}
.addToCart-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    margin: 0;
}
.bt.addToCartButton {
    border-radius: 100vh;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    width: unset;
    position: relative;
    display: flex;
    align-items: center;
    transition: padding .3s;
    padding: 13px 75px 13px 25px;
    background-color: var(--my-green-color);
	color: #fff;
    border: none;
}
.bt.addToCartButton::before {
    content: '';
    background-color: #fff;
    border-radius: 100vh;
    width: 55px;
    height: 36px;
    display: block;
    position: absolute;
    right: 5px;
    left: unset;
}
.bt.addToCartButton::after {
    content: '';
    margin-left: 0;
    margin-right: 0;
    background-color: var(--my-green-color);
    -webkit-mask-image: url(/wp-content/themes/bb-theme-child/assets/icons/carticon.svg);
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(/wp-content/themes/bb-theme-child/assets/icons/carticon.svg);
    mask-position: center center;
    mask-size: contain;
    mask-repeat: no-repeat;
    width: 9px;
    height: 14px;
    display: block;
    position: absolute;
    right: 27px;
    transition: background-color .3s;
}
.bt.addToCartButton::after {
    content: '';
    -webkit-mask-image: url(/wp-content/themes/bb-theme-child/assets/icons/carticon.svg);
    mask-image: url(/wp-content/themes/bb-theme-child/assets/icons/carticon.svg);
    width: 18px;
    height: 18px;
    right: 23px;
}
.bt.addToCartButton{
	font-family: Inter, sans-serif !important;
}
.bt.addToCartButton:hover{
	text-decoration: underline;
}
.help_tooltip {
    margin-left: 7px;
    width: 23px;
    height: 23px;
    cursor: help;
}
.help_tooltip.hasuitooltip svg{
	vertical-align: middle;
}
#headercartbtn{
	position: relative;
}
#headercartbtn .cartCounterWrapper{
	width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: -10px;
    right: -9px;
	border: 1px solid var(--my-green-color);
}
#headercartbtn .cartCounter:not(.cartTitleCounter) {
	color: var(--my-green-color);
    text-align: center;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 93.3%;
    text-transform: uppercase;
    transition: color 0.2s;
}
@media screen and (min-width: 501px) {
	#modalSideCart {
		width: 379px;
	}

	#modalSideCart .modal-dialog {
		width: 379px;
	}

	#sidecart {
		padding: 10px 20px 10px 15px !important;
	}

	.sideCartInner {
		padding: 0 15px 0 15px !important;
		margin-left: -15px;
		margin-right: -20px;
	}
	

	.sideCartRow {
		height: 138px;
		height: auto;
	}

	.sideCartRow .sideCartProductImage {
		width: 123px;
		height: 127px;
	}

	.sideCartRow .sideCartProductImage a {
		width: 123px;
		height: 127px;
	}

	.sideCartRow .sideCartProductDetails {
		padding: 11.5px 21px 12.5px 10px;
		width: 100%;
		height: 100%;
		flex-grow: 1;
		display: flex;
	}
}

@media screen and (min-width: 769px) {
	#modalSideCart {
		width: 481px;
	}

	#modalSideCart .modal-dialog {
		width: 481px;
	}

	#modalorderdetails {
		width: 635px;
	}

	#modalorderdetails .modal-dialog {
		width: 635px;
	}

	#sidecart {
		padding: 10px 20px !important;
	}

	.sideCartInner {
		padding: 0 15px 0 20px !important;
		margin-left: -20px;
		margin-right: -20px;
	}

	.cartErrorMessage {
		gap: 25px;
		font-size: 15px;
	}

	.sideCartRow {
		height: 131px;
		height: auto;
	}

	.sideCartRow .sideCartProductImage {
		width: 123px;
		height: 127px;
	}

	.sideCartRow .sideCartProductImage a {
		width: 123px;
		height: 127px;
	}

	.sideCartRow .sideCartProductDetails {
		padding: 16.5px 21px 16.5px 10px;
		width: 100%;
		height: 100%;
		flex-grow: 1;
		display: flex;
	}
	.cartErrorMessage {
		gap: 25px;
		font-size: 15px;
	}
}
#headercartbtnmobile{
	position: relative;
}
.cartCounterWrapper {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background: #000;
    position: absolute;
    border-radius: 50%;
    top: -3px;
    right: -9px;
}
.cartCounter:not(.cartTitleCounter) {
    color: #fff;
    text-align: center;
    font-size: 11px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 93.3%;
    text-transform: uppercase;
    transition: color 0.2s;
}
@media screen and (max-width: 768px){
	
	.fl-builder-content .fl-node-0oe3b2s8w6jk{
		width: 40% !important;
	}
	
	.fl-builder-content .fl-node-ry5iofh820tx{
		width: 20% !important;
	}
	.fl-builder-content .fl-node-jksbr258o47m {
		width: 8% !important;
	}
	.fl-builder-content .fl-node-jksbr258o47m .fl-module-content.fl-node-content{
		margin: 0;
	}
	.fl-builder-content .fl-node-aoxkgefbi31q{
		width: 8% !important;
	}
	.fl-builder-content .fl-node-aoxkgefbi31q {
		width: 10% !important;
	}
	.fl-builder-content .fl-node-aoxkgefbi31q .fl-module-content.fl-node-content{
		margin: 0;
	}
	.fl-builder-content .fl-node-aoxkgefbi31q .fl-module-content.fl-node-content .fl-html{
		text-align: center;
	}
	.fl-builder-content .fl-node-yer1so47d8kw{
		width: 8% !important;
	}
	.fl-builder-content .fl-node-yer1so47d8kw .pp-advanced-menu-mobile-toggle.hamburger{
		padding-left: 0;
	}
	.fl-builder-content .fl-node-yer1so47d8kw .fl-module-content.fl-node-content{
		margin: 0;
	}
	#headerloginbtn .fa-user-alt, #headercartbtnmobile .fa-shopping-cart{
		font-size: 22px;
	}
	.fl-module.fl-module-box.fl-node-6tkhdnvmw3ri{
		gap: 0;
		margin: 0;
		justify-content: center;
		align-items: center;
	}
	.fl-module.fl-module-box.fl-node-6tkhdnvmw3ri .fl-node-q7y9o13mse26{
		text-align: center;
	}
	.fl-node-tmq09jv2n4cd.fl-module > .fl-module-content{
		margin-left: 0;
		margin-left: 0;
	}
	
	#headercartbtnmobile .cartCounterWrapper {
		width: 17px;
		height: 17px;
		flex-shrink: 0;
		background: #fff;
		position: absolute;
		border-radius: 50%;
		top: -17px;
		right: -9px;
		border: 1px solid var(--my-green-color);
	}
	#headercartbtnmobile .cartCounter:not(.cartTitleCounter) {
		color: var(--my-green-color);
		text-align: center;
		font-size: 14px !important;
		font-style: normal;
		font-weight: 700;
		line-height: 93.3%;
		text-transform: uppercase;
		transition: color 0.2s;
	}
	.fl-node-m7fr8bkdiu2x.fl-module > .fl-module-content {
		
		margin-bottom: 10px;
	}
	
}
.b2b-menu-item{
		display: none !important;
}
.b2b-login .b2b-menu-item{
		display: block !important;
}
.b2b-menu-item.b2b-menu-logout-link:hover{
	cursor:  pointer;
}
@media screen and (max-width: 430px){
	.fl-builder-content .fl-node-0oe3b2s8w6jk .fl-photo-content img{
		scale: 1.4;
	}
}
@media screen and (min-width: 431px) and (max-width: 768px){
	.fl-builder-content .fl-node-0oe3b2s8w6jk .fl-photo-content img{
		scale: 1.2;
	}
}
@media screen and (min-width: 500px) and (max-width: 768px){
	.fl-builder-content .fl-node-jksbr258o47m {
		width: 4% !important;
	}
	
	.fl-builder-content .fl-node-aoxkgefbi31q{
		width: 4% !important;
	}
	.fl-builder-content .fl-node-aoxkgefbi31q{
		width: 6% !important;
	}
	.fl-builder-content .fl-node-yer1so47d8kw{
		width: 4% !important;
	}
}
@media screen and (min-width: 500px) and (max-width: 600px){
	.fl-builder-content .fl-node-aoxkgefbi31q{
		width: 10% !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 992px){
	.fl-builder-content .fl-node-jkh6ptmlde89{
		width: 30% !important;
	}
	.fl-builder-content .fl-node-ahy38crv7net{
		width: 10% !important;
	}
	.fl-builder-content .fl-node-ahy38crv7net .fl-html{
		text-align: center;
	}
	.fl-builder-content .fl-node-f8gj2zsh4lom{
		width: 10% !important;
	}
	.fl-builder-content .fl-node-f8gj2zsh4lom .fl-html{
		text-align: center;
	}
	.fl-builder-content .fl-node-t7d4pgw1mzlx{
		width: 10% !important;
	}
	#headerloginbtn .fa-user-alt, #headercartbtntablet .fa-shopping-cart{
		font-size: 24px;
	}
	#headercartbtntablet{
		position: relative;
	}
	#headercartbtntablet .cartCounterWrapper {
		width: 17px;
		height: 17px;
		flex-shrink: 0;
		background: #fff;
		position: absolute;
		border-radius: 50%;
		top: -17px;
		right: -9px;
		border: 1px solid var(--my-green-color);
	}
	#headercartbtntablet .cartCounter:not(.cartTitleCounter) {
		color: var(--my-green-color);
		text-align: center;
		font-size: 14px !important;
		font-style: normal;
		font-weight: 700;
		line-height: 93.3%;
		text-transform: uppercase;
		transition: color 0.2s;
	}
}
@media screen and (min-width: 993px) and (max-width: 1200px){
	#headerloginbtn, #headercartbtnlaptop {
		font-family: "Minion",Verdana,Arial,sans-serif;
		font-family: RoobertPRO, Verdana, Arial, sans-serif !important;
		font-size: 24px;
		font-weight: 300;
		line-height: 1.6;
		font-style: normal;
		padding: 0;
		word-wrap: break-word;
	}
	#headercartbtnlaptop{
		position: relative;
	}
	#headercartbtnlaptop .cartCounterWrapper {
		width: 17px;
		height: 17px;
		flex-shrink: 0;
		background: #fff;
		position: absolute;
		border-radius: 50%;
		top: -9px;
		right: -9px;
		border: 1px solid var(--my-green-color);
	}
	#headercartbtnlaptop .cartCounter:not(.cartTitleCounter) {
		color: var(--my-green-color);
		text-align: center;
		font-size: 14px !important;
		font-style: normal;
		font-weight: 700;
		line-height: 93.3%;
		text-transform: uppercase;
		transition: color 0.2s;
	}
	.fl-builder-content .fl-node-vu6fgrqp5chm .fl-module-content.fl-node-content{
		margin-left: 0;
		margin-right: 0;
	}
	.fl-builder-content .fl-node-vu6fgrqp5chm .fl-module-content.fl-node-content .fl-html{
		text-align: center;
	}
	.fl-builder-content .fl-node-e49i2v57mxfo .fl-module-content.fl-node-content{
		margin-left: 0;
		margin-right: 0;
	}
	.fl-builder-content .fl-node-e49i2v57mxfo .fl-module-content.fl-node-content .fl-html{
		text-align: center;
	}
	.fl-builder-content .fl-node-put01f57bd9k .fl-module-content.fl-node-content{
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 993px) and (max-width: 1089px){
	.fl-node-of2uwrhycxp7 .menu a{
		padding-right: 4px;
		padding-left: 4px;
	}
	.fl-builder-content .fl-node-n3s7tjzoyred{
		width: 18% !important;
	}
	.fl-builder-content .fl-node-kw1hv89iyqxd{
		    width: 7% !important;
	}
	.fl-builder-content .fl-node-3jdptemc8lgz{
		width: 62% !important;
	}
	.fl-builder-content .fl-node-3jdptemc8lgz{
		width: 55% !important;
	}
	.fl-builder-content .fl-node-vu6fgrqp5chm{
		width: 4% !important;
	}
	.fl-builder-content .fl-node-e49i2v57mxfo{
		width: 4% !important;
	}
	.fl-builder-content .fl-node-e49i2v57mxfo{
		width: 11% !important;
	}
	.fl-builder-content .fl-node-put01f57bd9k{
		width: 4% !important;
	}
	.fl-node-of2uwrhycxp7 .fl-menu .menu > li{
		font-size: 13px;
	}
}
@media screen and (min-width: 1090px) and (max-width: 1200px){
	.fl-node-of2uwrhycxp7 .menu a{
		padding-right: 4px;
		padding-left: 4px;
	}
	.fl-builder-content .fl-node-n3s7tjzoyred{
		width: 18% !important;
	}
	.fl-builder-content .fl-node-kw1hv89iyqxd{
		    width: 7% !important;
	}
	.fl-builder-content .fl-node-3jdptemc8lgz{
		width: 62% !important;
	}
	.fl-builder-content .fl-node-3jdptemc8lgz{
		width: 57% !important;
	}
	.fl-builder-content .fl-node-vu6fgrqp5chm{
		width: 4% !important;
	}
	.fl-builder-content .fl-node-e49i2v57mxfo{
		width: 4% !important;
	}
	.fl-builder-content .fl-node-e49i2v57mxfo{
		width: 9% !important;
	}
	.fl-builder-content .fl-node-put01f57bd9k{
		width: 4% !important;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1210px){
	.fl-node-9b21ta6vywfo .menu a{
		padding-right: 11px;
		padding-left: 11px;
	}
}
@media screen and (min-width: 1211px) and (max-width: 1410px){
	.fl-node-9b21ta6vywfo .menu a{
		padding-right: 12px;
		padding-left: 12px;
	}
}

/*** Register ***/
.register_container {
	padding: 0;
	max-width: 932px;
	margin: 0 auto;
	padding: 0 20px;
}

.register_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 25px;
}

.register_container .headerWrapper {
	padding-top: 22px;
	max-width: 618px;
	margin: 0 auto;
}

.headerWrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.registerform-title {
	color: var(--main-black);
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 0;
}

h2.registerform-title {
	font-size: 25px;
}

.pagedescription {
	color: var(--main-black);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.form_group {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form_group_title_wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 330px;
	justify-content: center;
	margin: 0 auto;
}

.form_group_title {
	text-align: center;
	color: var(--main-black);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 100.305%;
	text-transform: uppercase;
	margin: 0;
}

.form_group_subtitle {
	color: var(--main-black);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.form_group_row {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form_group_row .input_group {
	width: 100%;
}

.register_footer_wrapper {
	text-align: center;
	max-width: 618px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 35px;
}

.register_footer_inner {
	color: var(--main-black);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.register_button_wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	margin-bottom: 25px;
	justify-content: center;
}

.register_button_wrapper button {
	max-width: 460px;
}

.register_button_wrapper label {
	color: var(--main-black);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.register_button_wrapper a {
	color: var(--main-black) !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.terms_wrapper {
	gap: 14px;
	justify-content: center;
}
.register_container .input_group.requiredGroup label:after {
    content: "*";
    color: red;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.register_container input[type=checkbox].my_checkbox {
    height: 30px;
	width: 30px;
	accent-color: var(--my-green-color);
	color: var(--background-gray);
	cursor: pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
   
    
}
.register_container input[type=checkbox].my_checkbox:after {
	display: inline-block;
    background-color: white;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid var(--my-green-color);
	cursor: pointer;
}
input[type=checkbox].my_checkbox:checked::after {
	display: inline-block;
    background-color: transparent;
    content: "";
    background-image: url(/wp-content/themes/bb-theme-child/assets/icons/checked-checkbox.svg);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
	border-radius: 0;
    border: none;
}
.register_container input[type=radio].my_radio {
    appearance: none; /* Removes the default radio button styling */
  width: 30px;
  height: 30px;
  border: 2px solid var(--my-green-color);
  border-radius: 50%; /* Makes it circular */
  background-color: white; /* Default unselected background */
  cursor: pointer;
  position: relative;
  outline: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
    
}
.register_container input[type=radio].my_radio:checked {
   background-color: var(--background-gray); /* Fills with the gray color */
  border-color: var(--my-green-color); 
    
}
.register_container input[type=radio].my_radio:checked::after {
   content: "";
  width: 14px;
  height: 14px;
  background-color: var(--my-green-color); /* Dot color */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
    
}
.register_container .register_button_wrapper label{
	margin-bottom: 0;
}
/* 
.register_container input[type=checkbox].my_checkbox:after {
    display: inline-block;
    background-color: white;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #f6f6f6;
    cursor: pointer;
}
.register_container input[type=checkbox].my_checkbox:checked:after {
    display: inline-block;
    background-color: transparent;
    content: "";
    background-image: url(/wp-content/themes/roller-child/assets/icons/checked-checkbox.svg);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
    border: none;
} */
html body .register_container input{
	box-shadow: none;
    outline: none;
    
    border: none;
    margin: 0;
    padding: 0;
	
}
.register_container input[type=checkbox].my_checkbox + label{
	color: var(--main-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 0;
    cursor: pointer;
    user-select: none;
}


@media screen and (min-width: 769px) {
	.register_inner {
		gap: 40px;
	}

	h2.registerform-title {
		font-size: 29px;
	}

	.form_group_row {
		flex-direction: row;
		gap: 10px;
	}

	.register_button_wrapper {
		flex-direction: row;
		gap: 50px;
		margin-bottom: 40px;
	}

	.terms_wrapper {
		justify-content: start;
	}
}

@media screen and (min-width: 1366px) {
	h2.registerform-title {
		font-size: 32px;
	}
}

@media screen and (min-width: 1600px) {
	h2.registerform-title {
		font-size: 40px;
	}
}


#modalSideCart input[type=number]::-webkit-outer-spin-button,
#modalSideCart input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


#modalSideCart input[type=number] {
  -moz-appearance: textfield;
}
.cartBelowMinimumCostContainer {
    padding: 5px 20px;
    margin: 20px 20px 10px 20px;
    font-family: "RoobertPRO",Verdana,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: red;
    border-radius: 10px;
    border: 1px solid var(--main-gray);
	display: none;
}




.productb2b-menu-item {
  position: relative ;
}
.productb2b-menu-item > a {
  position: relative ;
}
.productb2b-menu-item .dropdown-arrow{
	position: absolute;
	right: -40px;
}
.productb2b-menu-item > a{
	display: inline-block;
}
.productb2b-menu-item .dropdown-arrow {
  cursor: pointer ;
   
    font-size: 45px ;
    color: #fff;
	width: 50px;
    display: flex;
    justify-content: center;
}

.productb2b-menu-item .sub-b2b-menu {
  list-style: none ;
  margin: 0 ;
  padding: 5px 0 ;
  min-width: 180px ;
 
  z-index: 99 ;
}

.productb2b-menu-item .sub-b2b-menu li {
  padding: 5px 30px ;
}

.productb2b-menu-item .sub-b2b-menu li a {
  display: block ;
  text-decoration: none ;
  color: #333 ;
}

.productb2b-menu-item .dropdown-arrow.open {
  transform: rotate(180deg) ;
}

.productb2b-menu-item {
  display: flex ;
  align-items: center ;
}

.productb2b-menu-item > a {
  display: inline-flex;
  align-items: center;
}
.productb2b-menu-item .sub-b2b-menu {
  display: none;  /* κρύβεται από την αρχή */
}

#menu-accountmenu_el-2 .menu-item span.menu-item-text,
#menu-responsive-menu-2 .menu-item span.menu-item-text{
	line-height: 1.45;
}
@media only screen and (max-width: 960px){
	.fl-node-zq4loidyvea9 .pp-advanced-menu.full-screen .pp-menu-overlay ul.menu {
		width: 100%;
	}
	.productb2b-menu-item.menu-item .sub-b2b-menu li{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.productb2b-menu-item.menu-item .sub-b2b-menu li a{
		font-size: 22px;
	}
}
@media (max-width: 767px){
	.productb2b-menu-item.menu-item .sub-b2b-menu li a{
		line-height: 1.45; 
	}
}


