h1, h2, h3, h4, h5,h6, p, a, td, li, .form-control{
    color: rgb(100,100,100);
}

.productbanner{
	max-height: 300px;
	margin-bottom: 25px;
}

.craft_product_detail-p1 .dropdown{
	margin-bottom: 20px;
}

.productdesc{

}

.productdesc h1{
	font-size: 18px;
	margin-bottom: 5px;
}

.productdesc h2{
    margin-top: 0;
    /*font-size: 12px;*/
    font-style: italic;
}

#productdetailselect{
    width: 100%;
    padding: 10px 10px;
    border-radius: 4px;
}

.product-optionlist{
    margin-top: 35px;
}

.product-optionlist p{
    margin-bottom: 0;
    margin-top: 15px;
}
.product_quantity{
    overflow: hidden;
    text-align: center;
}
.addcartbutton{
    background-color: rgb(0,136,190);
    max-width: 360px;
    width: 100%;
    height: auto;
    color: rgb(255,255,255);
    padding: 20px 7px;
    border-radius: 7px;
    border: none;
    /*margin-top: 15px;*/
    font-size: 17px;
    line-height: 20pt;
    clear: both;
    float: right;
}
.addcartbutton i{
    font-size: 30px;
    margin-right: 10px;  
    vertical-align: sub; 
}
.addcartbutton.disabled{
    background-color: #c6c6c6 !important;
}
.pd-addtocart .product-name {
    color: #333333;
    font-weight:bold;
    font-size:20px;
}
#ModaltoCart{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#ModaltoCart .section{
    background-color: #fefefe;
    margin: 25% auto; /* 15% from the top and centered */
    padding: 20px 0;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
}
#ModaltoCart .section .viewcart{
    margin-bottom: 10px;
}

.list_image{
    overflow: hidden;
    margin-bottom: 30px;
}
.list_image img{
    max-width: 200px;
}
.list_image li{
    display: inline-block;
    float: left;
    margin: 10px;
    box-shadow: 0px 0px 1px #888888;
    /*min-height: 300px;*/
}
.image_products{
    display: block;
}
.list_image a{
    color: black;
}
.list_image a:hover{
    color: #5f5b5b;
}
.product_selected{
    border: solid 2px #ED0000;
}
.name_products{
    margin-top: 10px;
    margin-left: 10px;
}
.price_products{
    margin-top: 10px;
    margin-left: 10px;
}
.variation_products{
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.list_options{
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.product_desc_title{
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 30px;
    font-weight: bold;
}
.product_option_title{
    font-size:1.3em;
    padding:20px 0 10px;
}
.list_options li{
    display: inline-block;
    margin: 10px;
    margin-bottom: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.list_options li .form-group{
    margin-bottom: 0;
}
.option_list{
    /*max-width: 200px;*/
    width: 100%;
}
.description{
    overflow: hidden;
    margin-bottom: 30px;
}
.description_content{
    margin-left: 10px;
    margin-bottom: 10px;
}
.featured_information{
    overflow: hidden;
    margin-bottom: 30px;
}
.featured_content{
    margin: 10px;

}
.btngotocart{
    background-color: rgb(234,152,16);
    max-width: 100px;
    width: 100%;
    color: rgb(255,255,255);
    padding: 7px;
    border-radius: 0;
    margin: 0px 0px 20px 0px;
}

.productdetail-feature{
    /*margin-top: 20px;*/
}


table.productdetail-feature {
    width: 100%;
}

.productdetail-feature tr{
    /*border-top: solid 1px rgb(241,241,241);
    border-bottom: solid 1px rgb(241,241,241);*/
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.productdetail-feature td,
.productdetail-feature th {
    padding: 3px 10px;
    line-height: 34px;
}

.productdetail-feature th.pd-feature-name{
    width: 40%;
    background-color: #efefef;
    text-align: center;
}

.productdetail-feature td.pd-feature-value{
    width: auto;
}


.title-line{
    background-color: #ED0000;
    width: 84px;
    margin-top: 50px;
    margin-bottom: 30px;
    height: 2px;
    border-radius: 20px;
    margin-left:0;
}
.pd-top{
    padding-top: 75px;
}

.pd-desc{
    padding-top: 25px;
    padding-bottom: 10px;
    max-height:143px;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
}

.pd-desc p{
    /*font-size: 12px;*/
    line-height: 20px;
}
.pd-desc-all{
    height:auto;
    overflow: visible;
    max-height: none;
}
.seemore{
    text-decoration: underline;
    cursor: pointer;
    color:rgb(0,136,190);
    text-align: right;
    margin:8px;
    display: none;
}

.pd-info-wrapper{
    /*padding-bottom: 100px;*/
}
.pd-info-wrapper .explanation{
    padding-left:10px;
}

.pd-left{
    padding:0 40px 20px;
}

.pd-preview{
    padding-bottom: 10px;
}

.pd-preview img{
/*    width: 100%;*/
}

.product-image{
    padding:0;
}
.productdetail-images{
    margin-top: 20px;
    padding:0 15px;
}

.productdetail-images .detail-image-thumbnail{
    padding:5px;
    text-align: center;
    max-height: 75px;
    width: 16.666%;
    float: left;
}

.productdetail-images img{
    max-width: 100%;
    max-height: 65px;
    object-fit: contain;
    margin-bottom: 10px;
    border: none;
    box-shadow: none !important;
}

.productdetail-img{
    
}

.pd-variations{
    padding-top:40px;
}

.product_variation_list{

}

.pvr-table{
    width: 100%;
    border-top: 1px solid #333;
}

.pvr-table td{
    padding-bottom: 5px;
}

img.pd-variations-groupimg {
    width: 90%;
    display: block;
    object-fit: contain;
    margin: auto;
    margin-bottom: 20px;
}

.product_variation_list h1{
    font-size: 20px;
    margin-top: 0;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product_variation_list .pvr_list-mats{
    vertical-align: top;
    width: 30%;
    padding: 20px 0 20px 20px;
}

.product_variation_list .pvr_list-content{
    vertical-align: top;
    width: 68%;
    padding: 20px;
}

.product_variation_list .pvr_list-content li{
    box-shadow: none;
    margin-top: 0;
    margin-right: 5px;
}

.product_variation_list .pvr_list-content li img{
    width: 50px; 
/*    height: 50px; */
    margin: 0px 2px 15px 2px;
}

.pd-mid{
    /*padding-bottom: 50px;*/
}

.pd-mid .row:first-child{
    margin:0 -15px;
}

.pd-video-box{
    margin-bottom: 30px;
    min-height: 180px;
}

.pd-video{
/*    width:100%;*/
    /*margin:0 15px;*/
    padding-bottom: 56.25%;
    height:0px;
    position: relative;
}

.pd-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*padding:0 30px 0 15px;*/
}

.pd-video-box p{
    margin-top: 5px;
}

.pd-lifestyleimg{
    margin-top: 20px;
}

.pd-lifestyleimg img{
    max-width: 100%;
    object-fit: cover;
}

.lifestyle-grid-item{
    width:50%;
    margin:0;
    padding:5px !important;
}

.pd-featured{

}

.pd-featured>div{
    margin:0;
    padding:0;
}

.pd-options{

}

.pd-right{
    padding: 0 30px 50px 40px;
}

.pd-addtocart{

}

.pd-priceval{
    margin-bottom: 20px;
    margin-top: 25px;
    padding-top:30px;
    font-size: 24px;
    color: rgb(100,100,100);
    font-weight: bold;
}

.pd-price {
    font-weight: 800;
    font-size:1.2em;
}

.btn_to_cart {
    font-size: 18px;
}

.pd-qty{
    margin: 0 0;
    padding: 5px 0;
    border: solid 1px rgb(168,168,168);
    border-radius: 5px;
    margin-bottom: 27px;
}

.pd-qty p{
    margin-bottom: 0;
    line-height: 34px;
    font-size: 13px;
}

.pd-td-qtyaction{
    padding-left: 0;
}

.pd-qty .pd-td-qtyaction button{
    border: none;
    box-shadow: none;
    background-image: none;
    border-radius: 5px;
    padding: 3px 8px;
    margin: 2px 0;
    line-height: 24px;
}

.pd-addquantity{

}

.pd-decquantity{

}

.pd-extra-info{
    background-color: rgb(252,252,252);
    padding: 30px 5px;
}

.form-control {
    font-size: 13px;
}

.bottom-cart-btn {
    display: none;
}

.pd-colorvar{
    margin:20px 0;
}

.pd-colorvar>div{
    padding:0;
}

.pd-colorvar li{
    margin: 0 5px 5px 5px;
}

.pd-colorvar img{
    max-width: 50px;
    width: 100%;
    object-fit: cover;
}

.pd-colorvar a.gotovariations{
    text-decoration: underline;
}

.gotovariations{
    display:block;
    text-align: right;
    margin-top:8px;
}

@media screen and (min-width: 992px) and (max-width: 1060px){
    .pd-left{
        padding: 0 60px 20px;
    }

    .pd-right {
        padding: 0 60px 50px 60px;
    }
}

@media screen and (max-width: 1199px){
    .form-horizontal .control-label {
        text-align: right !important;
    }
    
}
@media screen and (max-width: 1024px){
    #ModaltoCart .section{
        margin: 25% auto; /* 15% from the top and centered */
        width: 50%; /* Could be more or less, depending on screen size */
    }   
}
@media screen and (max-width: 763px){
    #ModaltoCart .section{
        margin: 35% auto; /* 15% from the top and centered */
        width: 70%; /* Could be more or less, depending on screen size */
    }
    #ModaltoCart .section .viewcart p{
        margin: 0px -20px 10px -20px;
    }
    .form-horizontal .control-label {
        padding-top: 7px;
    }
    .list_image img{
        max-width: 120px;
    }
    .list_image li{
        margin: 20px 10px 20px 10px;
        /*min-height: 210px;*/
        /*font-size: 12px;*/
    }
    .pd-top{
        padding-top: 25px;
    }
    .addcartbutton{
        max-width:100%;
    }
    .pd-video{
        margin:0;
    }
    .pd-video iframe{
        padding: 0;
    }
    .pd-left,
    .pd-right{
        padding:25px 10px 20px;
    }
}
@media screen and (max-width: 375px){
    #ModaltoCart .section{
        width: 94%; /* Could be more or less, depending on screen size */
    }

    .bottom-cart-btn {
        display: block;
    }

    .form-control {
        padding: 14px 3px;
    }

    .productdetail-images .detail-image-thumbnail{
        padding:2px;
    }

}