overlayLoad{display:none;align-items:center;justify-content:center;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#ffffff;opacity:0.5;z-index:+100;}
.showComponent{display:inline-flex;}
.showComponent svg{height:50px;}

quantityControl{display:inline-flex;border:1px solid var(--border-color);border-radius:var(--border-radius);overflow:hidden;}
.quantity__minus,.quantity__plus{padding:5px 10px;font-size:18px;line-height:1;cursor:pointer;transition:all .4s;}
.quantity__minus{border-right:1px solid var(--border-color);background:#fff;}
.quantity__plus{border-left:1px solid var(--border-color);background:#fff;}
.quantity__minus:hover,.quantity__plus:hover{background:var(--bg);transition:all .4s;}
.quantity__input{border-radius:0px!important;padding:5px 0px!important;-webkit-appearance:none;-moz-appearance:none;width:75px;text-align:center;border:0px!important;}

.buttonTemplate{background:var(--main-color);color:#fff;border-radius:var(--border-radius-btn);padding:6px 16px;font-size:1rem;line-height:1.6;cursor:pointer;border:0px;transition:all .4s;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:5px;}
.buttonTemplate span{display:inline-flex;align-items:center;gap:10px;}
.buttonTemplate.small{padding:8px 12px!important;}
.buttonTemplate:hover{background:var(--main-hover);transition:all .4s;}
.secondButton{background:#ffffff;color:#000000;border:0px solid #000000;}
.secondButton i{color:#000000;}
.secondButton:hover{background:var(--secondary);}

.goOrder{font-size:1rem!important;padding:12px 30px!important;}

@media screen and (max-width:700px){
	.addCart-inner{padding:8px;}
	.buttonTemplate{font-size:0.9rem;padding:10px 16px;line-height:1;}
}