@charset "utf-8";
body {
	margin: 0 auto; background: #fff; color: #444; font-family: "Poppins", sans-serif; font-size: 14px; font-weight: normal; line-height: normal;
}
.container {width: 100%; max-width: 1200px; padding: 15px; margin: 0 auto; box-sizing: border-box;}
header { box-shadow: 0 0 5px #ccc; padding: 5px; text-align: center;}
footer { background: #444; color: #ccc; padding: 20px 0; text-align: center;}
img { display: inline-block; max-width: 100%; border: none;}
.glove-wrapper { align-items: start; display: flex; justify-content: space-between; gap: 30px; padding: 0 0 20px; height: 400px;}
.glove-wrapper .g-col { padding: 0px; position: relative; text-align: center; width: 33.33%; }
.glove-wrapper .g-col .base-overlay { position: absolute; left: 0; top: 0; z-index: 99;}
.glove-wrapper .glove-item { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.glove-controler { padding: 0px 0px 40px 0px; text-align: center; box-sizing: border-box;}
.glove-controler .actions { padding: 10px 0;}
.glove-controler .actions a.active { background-color: #f16025; color: #fff; font-size: 14px; font-weight: 500; margin: 0 5px; padding: 5px 50px;
    display: inline-block; text-decoration: none; text-transform: uppercase;}

.glove-controler .swatch-option { display: flex; align-items: start; justify-content: center; padding: 0 0 20px;}
.glove-controler .swatch-option a { background-color: #555; color: #fff; font-size: 14px; font-weight: 500; margin: 0 5px; padding: 5px 25px; border-radius: 50px;;
    display: inline-block; text-decoration: none; text-transform: uppercase;}
.glove-controler .swatch-option a.active { background-color: #f16025; color: #fff;}

.swatch-option-color { display: none;}
.swatch-option-color.active { display: block;}

.swatch-option-color ul { margin: 0; padding: 0; list-style: none;}
.swatch-option-color ul li { display: inline-block; margin: 0 10px;}
.swatch-option-color ul li label { display: block; text-transform: uppercase; font-size: 12px; font-weight: bold;}
.swatch-option-color ul li a { width: 50px; height: 50px; display: inline-block; border: 2px solid #fff; border-radius: 100px; }
.swatch-option-color ul li.swatch-copper a { background: #a62f13;}
.swatch-option-color ul li.swatch-walnut a { background: #6B2F15;}
.swatch-option-color ul li.swatch-blue a { background: #006BA6;}
.swatch-option-color ul li.swatch-blonde a { background: #F2C250;}
.swatch-option-color ul li.swatch-orange a { background: #FB5300;}
.swatch-option-color ul li.swatch-green a { background: #009639;}
.swatch-option-color ul li.swatch-rblue a { background: #003ec1;}
.swatch-option-color ul li.swatch-grey a { background: #929292;}
.swatch-option-color ul li.swatch-black a { background: #272727;}
.swatch-option-color ul li.swatch-white a { background: #ffffff; border: 1px solid #dbd8d8;}
.swatch-option-color ul li.active a { outline: 2px solid #837b7b; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

svg .swatch-walnut {fill: #742809;}
svg .swatch-copper {fill: #a62f13;}
svg .swatch-blue {fill: #006BA6;}
svg .swatch-blonde {fill: #F2C250;}
svg .swatch-orange {fill: #FB5300;}
svg .swatch-green {fill: #009639;}
svg .swatch-rblue {fill: #003ec1;}
svg .swatch-grey {fill: #929292;}
svg .swatch-black {fill: #272727;}
svg .swatch-white {fill: #FFFFFF;}

@media only screen and (min-width: 541px){
	.glove-wrapper { height: 200px;}
}
@media only screen and (min-width: 768px){
	.glove-wrapper { height: 300px;}
}
@media only screen and (min-width: 1024px){
	.glove-wrapper { height: 350px;}
}
@media only screen and (min-width: 1200px){
	.glove-wrapper { height: 400px;}
}

@media only screen and (max-width: 540px){
	.container { padding: 15px 15px 190px;}
	.glove-wrapper { flex-direction: column; height: auto;}
	.glove-wrapper .g-col { width: 100%; max-width: 250px; margin: 0 auto; min-height: 250px;}
	.glove-controler { position: fixed; bottom: 0; left: 0; background: rgba(255,255,255,0.90); z-index: 999; width: 100%; padding: 0 20px; border-top: 2px solid #eee;}
	.glove-controler .actions h1 { font-size: 20px; margin: 0 0 10px;}
	.glove-controler .swatch-option a { font-size: 12px; margin: 0 2px; padding: 5px 15px;}
	.swatch-option-color ul li { margin: 0 6px 10px; line-height: 1.4;}
	.swatch-option-color ul li a { width: 36px; height: 36px;}
}