
         :root {  
            --maincolor: #CC3B46;  
            --bodycolor: #525050;  
        }html{
            font-size: 16px;
        }body{
            font-family: "Jost", sans-serif;
            font-size: 16px;
            color: #525050;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Jost", sans-serif;
            color: #121111;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Jost", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.page-title-wrapper{ background-image: url(/);background-color: #F4F4F4}.page-header h1,.breadcrumb{  
                color: #323232;   
            }.js-product-miniature .product_desc .product_name{
            color: #121111;
            text-transform: none;
            font-weight: 400;
        }@media(min-width: 768px){
                .js-product-miniature .product_desc .product_name{
                font-size: 16px;
                }
            }.js-product-miniature .product_desc .product_name:hover{
            color: #CC3B46;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 16px;
        }.h1.namne_details, .product_name_h1{
            color: #121111;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#386641;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }#product #tab-content #description {
    line-height: 25px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#attachments{
line-height: 25px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#product main.dorproDetailCol3 #tab-content #product-details,
#product main.dorproDetailCol2 #tab-content #product-details,
#product main.dorproDetailCol3 .tabs .tab-pane#tags-product, 
#product main.dorproDetailCol2 .tabs .tab-pane#tags-product, 
#product main.dorproDetailCol3 .tabs .tab-pane#review-product,
#product main.dorproDetailCol2 .tabs .tab-pane#review-product,
#product main.dorproDetailCol3 #tab-content #description,
#product main.dorproDetailCol2 #tab-content #description{
    max-width: 90%;
}
#product #tab-content #product-details {
    line-height: 25px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#product #tab-content #product-details .product-features{
    text-align: left;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
#product #tab-content #product-details .product-features .h6 {
    font-size: 23px;
    margin-bottom: 25px;
    color: #333;
}
#tags-product .product-tabs-content {
    text-align: center;
}
#tags-product .product-tabs-content a {
    border: 1px #909090 solid;
    margin: 8px 10px;
    padding: 5px 20px;
    border-radius: 5px;
    color: #909090;
    display: inline-block;
}
/**/
.decsc1 {
    float: left;
    width: 44%;
    padding: 20px;
    /* background: #f2f2f2; */
    border: 1px solid #f0f0f0;
    border-radius: 12px;
}

.desc2 {
    float: left;
    width: 55%;
    padding-right: 10px;
    background-color: #ffffff;
}

@media only screen and (max-width: 959px) {
    .decsc1 {
        float: none;
        width: 100%;
        padding: 1%;
        background: #ffffff;
        border: 0px solid #cccccc;
        margin-bottom: 15px;
    }

    .desc2 {
        float: none;
        width: 100%;
        padding-right: 1%;
        background: #ffffff;
        border: 0px solid #cccccc;
        margin-bottom: 15px;
    }
}

.desc-img {
    float: left;
    width: 30%;
    padding: 1%;
    background: #ffffff;
    text-align: center;
}

.desc-txt {
    float: left;
    width: 68%;
    background-color: #ffffff;
}

@media only screen and (max-width: 959px) {
    .desc-img {
        float: none;
        width: 100%;
        padding: 1%;
        background: #ffffff;
        border: 0px solid #cccccc;
        margin-bottom: 15px;
        text-align: center;
    }

    .desc-txt {
        float: none;
        width: 100%;
        background: #ffffff;
        border: 0px solid #cccccc;
        margin-bottom: 15px;
    }
}

/**/
/********** video vimeo ***********/
.solomobile {
    display: none;
}

@media screen and (max-width: 500px) {
    .solomobile {
        display:block;
    }
}

.solodesktop {
    display: block;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .solodesktop {
        display:none;
    }
}