/*Temp*/
.bbwdIsGate .single_add_to_cart_button{
	display: none !important;
}

/*====================================================

                Global Styling
blue = #0052A5
orange = #FF7800

====================================================*/
bdi, .price span{
	color: #FF7800 !important;
}

.bbwdHideMe{
	display: none;
}
/*
.single-product .variations{
	display: none !important;
}*/
.bbwdID5247, .bbwdQuote{
	display: none !important;
}
.bbwdQuote5247{
	display: block !important;
}

/*********
Flexbox styling
*********/
.bbwdFlex{
    display: flex;
}

.bbwdFullCent{
    justify-content: center;
    align-items: center;
}

/*====  End Global Styles ====*/

/*********
Woocommerce styling
*********/
.single-product.variations{
	display: none !important;
}
.woocommerce-product-gallery ol.flex-control-nav{
	display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 5px;
    overflow-x: scroll !important;
}
.bbwdColorItems label:has(input[type='checkbox']){
	padding: 10px;
	background: rgba(0, 0, 0, .05);
	color: black;
}
.bbwdColorItems label:has(input[type='checkbox']:checked){
	background: #0052A5 !important;
	color: white !important;
}
.bbwdColorItems input[type='checkbox']{
	display: none !important;
}
.woocommerce ol.flex-control-nav li{
	width: 150px !important;
}

#place_order, a.checkout-button.button.alt.wc-forward{
	background-color: #0052A5 !important;
	border-radius: 0px !important;
}
#place_order:hover, a.checkout-button.button.alt.wc-forward:hover{
	background-color: #FF7800 !important;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a.remove{
	color: #0052A5 !important;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a.remove:hover{
	color: #FF7800 !important;
}
.elementor-menu-cart__product-remove.product-remove{
	border-color: #0052A5 !important;
	border-width: 2px;
}
.elementor-menu-cart__product-remove.product-remove:hover{
	border-color: #FF7800 !important;
	border-width: 2px;
}
.elementor-menu-cart__product-remove.product-remove:before, .elementor-menu-cart__product-remove.product-remove:after{
	background: #0052A5 !important;
	height: 2px;
}

.elementor-menu-cart__product-remove.product-remove:hover:before, .elementor-menu-cart__product-remove.product-remove:hover:after{
	background: #FF7800 !important;
}
/*====  End Woocommerce styling ====*/

































/*===================================
 *              Global
 * 
 * 
 * ================================*/

.bpTest{
	min-width: 150px;
	min-height: 150px;
	background: red;
}
html, body{
	scroll-behavior: smooth;
}
/****** flex styles ******/
.bbwdFlex{
	display: flex;
}
.bbwdCol{
	flex-flow: column;
}
.bbwdRow{
	flex-flow: row wrap;
}
.bbwdRowNW{
	flex-flow: row nowrap;
}
.bbwdCenterFull{
	justify-content: center;
	align-items: center;
}
.bbwdJcntAstart{
	justify-content: center;
	align-items: start;
}
.bbwdAcntJstart{
	justify-content: start;
	align-items: center;
}
.bbwdCenterBttm{
	justify-content: center;
	align-items: end;
}
.bbwdCenterTp{
	justify-content: center;
	align-items: start;
}
.bbwdCenterStch{
	justify-content: center;
	align-items: stretch;
}
.bbwdSpcBtnStch{
	justify-content: space-between;
	align-items: stretch;
}
.bbwdSpcBtnCtr{
	justify-content: space-between;
	align-items: center;
}
.bbwdSpcArdStch{
	justify-content: space-around;
	align-items: stretch;
}
.bbwdJEnd{
	justify-content: end;
}
.bbwdAllSelfStart{
	justify-self: start;
	align-self: start;
}
.bbwdAllSelfEnd{
	justify-self: end;
	align-self: end;
}
.bbwdAllSelfCenter{
	justify-self: center;
	align-self: center;
}
.bbwdGrow1{
	flex-grow: 1;
}
.bbwdGrow3{
	flex-grow: 3;
}
.bbwdGap5{
	gap: 5px;
}
.bbwdGap10{
	gap: 10px;
}
.bbwdGap20{
	gap: 20px;
}
.bbwdGap50{
	gap: 50px;
}
.bbwdGap100{
	gap: 100px;
}

.bbwdPad5px{
	padding:  5px;
}
.bbwdPad10px{
	padding:  10px;
}
.bbwdPad20px{
	padding:  20px;
}
.bbwdPad40px{
	padding:  40px;
}

.bbwdSelfEnd{
	align-self: end;
}
.bbwdASelfCent{
	align-self: center;
}

.bbwdFlexGrow1{
	flex-grow: 1;
}
/**** end flex styles ****/
 
/****** Custom Classes ******/
.bbwdTempArea{
	padding: 20px;
	text-align: center;
    background: rgba(270, 210, 210) !important;
    border: 1px solid rgba(270, 10, 10, 1) !important;
}
/* .bbwdTempArea h2, .bbwdTempArea h3, .bbwdTempArea h4, .bbwdTempArea h5, .bbwdTempArea h6, .bbwdTempArea p, .bbwdTempArea span, .bbwdTempArea i{
	color: white !important;
} */
.bbwd180{
	transform: rotate(180deg);
}
.bbwdTxtStrt{
	text-align: start;
}
.bbwdTxtEnd{
	text-align: end;
}
.bbwdTxtCntr{
	text-align: center;
}
.bbwdAutoMarg{
	margin: auto;
}
.bbwdMTop120{
	margin-top: 120px;
}
.bbwdMTop60{
	margin-top: 60px;
}
.bbwdMTop20{
	margin-top: 20px;
}
.bbwdMBot10{
	margin-bottom: 10px;
}
.bbwdMBot20{
	margin-bottom: 20px;
}
.bbwdMBot30{
	margin-bottom: 30px;
}
.bbwdMBot40{
	margin-bottom: 40px;
}
.bbwdMBot50{
	margin-bottom: 50px;
}
.bbwdMBot60{
	margin-bottom: 60px;
}
.bbwdMBot0{
	margin-bottom: 0px;
}
.bbwdMBot120{
	margin-bottom: 120px;
}
.bbwdPnoPad p{
	padding: 0;
	margin: 0;
}
.bbwdMinH100{
	min-height: 100px;
}
.bbwdWidth25{
	width: 25%;
}
.bbwdWidth30{
	width: 30%;
}
.bbwdWidth33{
	width: 33%;
}
.bbwdWidth45{
	width: 45%;
}
.bbwdWidth50{
	width: 50%;
}
.bbwdWidth75{
	width: 75%;
}
.bbwdWidth100{
	width: 100%;
}
.bbwdWidthMaxCon{
	width: max-content;
}

.bbwdRelPosition{
	position: relative;
}

.bbwdCloseBtn{
	display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100px;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
}
/** end custom classes  **/

/****** Site Wide ******/

/*===================================
 *          Tablet
 * ================================*/
@media only screen and (max-width: 1024px) {
	.bbwdTab100W{
		width: 100% !important;
	}
}

/*===================================
 *          mobile
 * ================================*/
@media only screen and (max-width: 767px) {
	.bbwdMobCol{
		flex-flow: column !important;
	}
}


/* .bbwdMobCol */


/**** Style Overides ****/
.bbwdHideMe{
	display: none !important;
}
.bbwdNoSpace{
	padding: 0 !important;
	margin: 0 !important;
}
.bbwdOverHide{
	overflow: hidden;
}
.bbwdOverVis{
	overflow: visible;
}
.bbwdOverXScl{
	overflow-x: scroll;
}
.bbwdOverYScl{
	overflow-x: scroll;
}
.bbwdNoBorder{
	border: none !important;
}
.bbwdHovPointer:hover{
	cursor: pointer !important;
}
.bbwdIsGate .quantity{
	display: none;
}
.bbwdIsGate .single_add_to_cart_button.disabled{
	font-size: 0;
}
.bbwdIsGate .single_add_to_cart_button.disabled:after{
	content: "Please contact sales team";
	font-size: 20px;
}