﻿.dvinner{
    width:70%;
    margin:auto;

}

.dvproduct {
    font-size: 0;
    white-space: nowrap;
    margin-top: 30px;
}



.dvleftpanel{
    width:50%;
    margin-right:1%;
    white-space:normal;
}

.dvrightpanel {
    width: 49%;
    white-space: normal;
    font-size:1vw;
}


/*LEFT PANEL IMAGES*/

.dvbigimg {
    position: relative;
    display: block;
    width: 95%;
    border-radius: 5px;
    overflow: hidden;
}

.imgbig {
    position: relative;
    display: block;
    width: 100%;
}

.dvallthumbs {
    position: relative;
    display: block;
    width:100%;
    padding-top:14px;
    overflow:hidden;
    white-space:nowrap;
}

.dvthumbimg {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 1px 3px #482302;
    border: 2px solid white;
}

.imgthumb {
    position: relative;
    display: block;
    height: 70px;
}


.dvthumbimg:hover {
    cursor: pointer;
    opacity: 1;
    box-shadow: 0 0 3px #482302;
}

/*END LEFT PANEL IMAGES*/

/*RIGHT PANEL IMAGES*/

.dvstatup{
    position:relative;
    display:block;
}

.hcaption{
    position:relative;
    display:block;

    padding:0;
    margin:0;

    font-weight:500;
    font-size:2.5vw;

    margin-bottom:15px;
}

.dvdescr {
    position: relative;
    display: block;
    overflow: auto;

}


    .dvdescr > p {
        position: relative;
        display: block;
        font-size: 1.1vw;
        line-height: 140%;
    }

.ql-size-huge {
    font-size: 1.7vw;
}

.ql-size-large {
    font-size: 1.45vw;
}

.ql-size-small {
    font-size: 0.8vw;
}

.dvstatdown {
    position: relative;
    display: block;
}


.dvinfo {
    position: relative;
    display: block;
}

.spaninfo {
    font-size: 19px;
    color: #351b08;
    margin-right: 4%;
}

.price {
    font-size: 27px;
    color: #ff6a00;
    margin-right: 4%;
}

.likeme {
    width: 29px;
    margin-right: 18px;
    cursor: pointer;
    opacity: 1;
}

    .likeme:hover {
        opacity: 0.8;
    }

.dvbasketfbuy {
    width: 50px;
    cursor: pointer;
}

.buybt {
    width: 100%;
}

.dvbasketputs {
    display: none;
    padding: 5px;
    border: 1px solid #a2a2a2;
    border-radius: 7px;
}

.rmbasket, .addbskt {
    width: 26px;
    cursor: pointer;
}

.spanBuy {
    width: 21px;
    font-size: 14px;
    color: #ff6a00;
    text-align: center;
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.byeme {
    width: 20px;
    margin-right: 5px;
}
/*END RIGHT PANEL IMAGES*/

/*Categories*/

.dvpn02 {
    position: relative;
    display: block;
}

.dvcategs {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.dvacateg{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    margin-bottom:10px;
}

.hlacateg, .hlacateg:visited {
    position: relative;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #feab01;
    color: #351b08;
    font-size: 16px;
    border-radius:5px;
}

 .hlacateg:hover {
    background-color: #351b08;
    color: white;
 }



/*END Categories*/

/*Relatives*/

.dvrelatives {
    margin-top: 25px;
}

.sprelative {
    position: relative;
    display: block;
    font-size: 1.4vw;
    font-weight: 500;
    color: #791919;
    margin-bottom: 12px;
}

.dvallrels {
    position: relative;
    display: block;
    width:100%;
    white-space:nowrap;
    height:80px;
}

.advrel {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 1px gray;
}

.imgrel {
    position: relative;
    display: block;
    height: 80px;
}


/*END Relatives*/