:root {
	--primary:#142451;	
	--secondary:#081741;
	--yellow:#f1c40f;
	--tertiary:#f5f6f6;
	--grayColor:#9a9696;
	--blackColor:#212121;
	/*--primary:linear-gradient(180deg, #17c0bb, #30e3c4);*/
	--discount:#27ae60;
	--primary3:#feca57;
	--btnColor:#ffa801;
	--ratingColor:#ffc107;
	--disColor:#ffc107;
	--whiteColor:#fff;
	--slider_btn:#333;
	--footer_bg:#faf8f6;
	/*--footer_bg:#1dd1a1;*/
}

* {color:#9a9696;color:#212121;font-size: 13px;}

/*.anchor-tc-grey {color:#777575;}*/
.tc-theme, 
.anchor-tc-theme, 
.anchor-tc-grey:hover, 
.anchor-tc-grey:focus, 
.anchor-tc-grey:hover {color:var(--primary);}
.anchor-tc-theme:hover, .anchor-tc-theme:focus, .anchor-tc-theme:active  {color:var(--secondary);}
.bc-theme, .primary, .flickity-page-dots .dot.is-selected, .anchor-bc-theme, .prd-add-cart:hover {background-color:var(--primary);}
.bc-theme:hover, .anchor-bc-theme:hover, .anchor-bc-theme:focus, .anchor-bc-theme:active, .bc-theme-2, .color_btn:hover {background-color:var(--secondary);color:#fff;}
.color_btn:hover {border-color:var(--secondary);}
.border_btn:hover {background-color:var(--primary);color:#fff;}
.shadow_btn:hover {background:var(--secondary);}
.tc-white, .tc-white span {color:#fff;}
.bc-white {background-color:#fff;}
.cursor-pointer {cursor:pointer;}

.DrawerDismissBtn:hover *{fill:var(--primary);color:var(--primary);}