
.productCategories{ 
    
    position: relative;
    z-index: 100;
    border-radius: 4px !important;
    max-width: 1000px;
    margin: 0 auto 0 auto !important;
    box-shadow: 0 8px 16px -3px #888888;
    overflow: hidden;
}
.productCategoryButton{
    background: linear-gradient(90deg, #5E6360, #767C79, #5E6360);
    font-family: 'Wire One', sans-serif;
    font-weight: 600;
    color: white;
    letter-spacing: 3px;
    font-weight: 200;
    font-size: 30px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.productCategoryButton span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.productCategoryButton:hover{   
    background: linear-gradient(90deg, #373B38, #3A432E, #373B38);
}

.productDropdownContainer{
    padding-bottom: 20px;
    padding-top: 20px;
    max-width: 1000px;
    z-index: 90;
    margin:-4px auto 0 auto !important;
    box-shadow: 0 8px 16px -3px #888888;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 2px solid #6F7572;
    border-left: 2px solid #6F7572;
    border-top: 4px solid #6F7572;
    border-bottom: 2px solid #6F7572;
    background-color: white;
    display: none;
}

.shopify-buy-frame{
    margin-top: 0px;
    margin-bottom: 0px;
}

.shopify-buy__product__variant-img{
    max-width: 100%;
    max-height: 100%;
}

.shopify-buy__product__title{
    font-size: 20px;
    margin: 10px;
    color: #555555;
}
.shopify-buy__product-description{
    text-align: left;
    font-size: 14px;
    margin: 10px;
}
.shopify-buy__product__actual-price{
    font-size: 20px;
    margin: 10px;
}

.shopify-buy__option-select__select{
    background-color: #E5E5E5;
    max-width: 100%;
}

.shopify-buy__btn{
    border-radius: 4px;
    outline: 0;
    border: 0;
    box-shadow: 0 6px 10px -5px #AAAAAA;
    margin: 10px 0 30px 0;
    color: white;
    font-size: 22px;
    background-color: #2fb576;
    width: 80%;
    min-height:50px;
}
.shopify-buy__btn:hover{
    background-color: #2aa36a;
}

.shopify-buy__select-icon{
    display:none;
}


@media screen and (max-width: 768px) {

    .productCategoryButton{
	font-size: 25px;
	height:50px;
	line-height: 50px;
    }

    .productDropdownContainer .col-xs-12{	
	padding-bottom: 10px;
	border-bottom: 2px solid grey;
    }
}