.container, 
.innerContainerBox{
    margin-top: 0;
}
.container{
    padding-top:85px;
}
.productBox{
    width: 79%;
    min-height: 200px;
    padding: 10px;
    margin-bottom: 50px;
    float: right;
    box-sizing: border-box;
}
.productLineInfoBox{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    margin-bottom: 15px;
    box-sizing: border-box;    
}
.productLineInfoBox > span#productbreadcrumbsId > a:link,
.productLineInfoBox > span#productbreadcrumbsId > a:visited,
.productLineInfoBox > span#productbreadcrumbsId > a:active{
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
}
.productLineInfoBox > span#productbreadcrumbsId > a:hover{
    color: rgb(215,223,35);
}
.productBox > h3{
    width: 100%;
    line-height: 25px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;     
    font-weight: 600;
    float: left;
    color: rgb(88, 89, 91) !important;
    box-sizing: border-box;
    text-align: left;
}
.productBox > .productInfoBox > .productLineInfoBox > p, 
.productBox > .productInfoBox > .productLineInfoBox > span{
    width: auto;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;    
    float: left;
    color: rgb(88, 89, 91) !important;
    box-sizing: border-box;
    text-align: left;
}
.productBox > .productInfoBox > .productLineInfoBox > p{
    font-weight: 500;
    font-size: 15px;
    margin-right: 5px;

}
.productLineInfoBox > p.proInfoDescription {
    margin-bottom: 5px !important;
}
.productLineInfoBox > select#productQtRequestId{
    top: -7px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;     
}
.pattr{
    width: 100% !important;
    line-height: 18px !important;
    float: left !important;
    font-size: 12px !important;
}

.productVarBox, .proYTvideoBox{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 5px;
    box-sizing: border-box;
    text-align: left;    
}
.productVarBox > ul{
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 0px;
    box-sizing: border-box;
    display: block;
}
.productVarBox > ul > li{
    width: auto;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(215,223,35);    
    cursor: pointer;
}
.productVarBox > ul > li > a:link,
.productVarBox > ul > li > a:visited,
.productVarBox > ul > li > a:active{
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(88, 89, 91, 0.85);
    background-color: rgb(255,255,255);
    display: inline-block;    
    
}
.productVarBox > ul > li > a:hover{
    background-color: rgb(215,223,35);
    color: rgba(255, 255, 255, 1);    
    
}
.proYTvideoBox{
    width: 80px;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    display: block;    
}
.proYTvideoBox > a > img{
    width: 100%;
    float: left;
    opacity: 0.7;
}
.proYTvideoBox > a > img:hover{
    opacity: 1;
}

.productBox > .productInfoBox > .productLineInfoBox > span.proInfoTextDescription{
    font-size: 13px;
    display: block;
    display: -webkit-box;
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 20px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.productWrapperImgsBox{
    width: 400px;
    height: 475px;
    float: left;
    vertical-align: middle;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;    
}
.productImgsBox{
    width: 100%;
    height: 400px;
    float: left;    
    vertical-align: middle;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.productWrapperImgsBox > .productImgsBox > img{
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}
.productInfoBox{
    width: 500px;
    min-height: 475px;
    margin-left: 5px;
    padding: 15px;
    float: left;
    transition-duration: .3s;
    transition-property: width;
    transition-timing-function: ease-in-out;    
    box-sizing: border-box;
    position: relative;
}
.productActionsBox{
    width: 100%;
    height: auto;
    margin-top: 15px;
    bottom: 25px;
    float: left;
    box-sizing: border-box;
}
.productThumbnailsLineBox{
    width: 100%;
    height: 75px;
    float: left;
    box-sizing: border-box;  
    overflow: hidden;
}
.productThumbnailBox{
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 5px;
    border-right: 1px solid rgb(238, 238, 238);
    position: relative;
}
.productThumbnailBox:last-child{
    border-right: 1px solid transparent;
}
.productThumbnailBox > img{
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
}

.productInfoBox > .productActionsBox > button{
    min-width: 125px;
    height: 35px;
    margin-top: 15px;
    margin-left: 5px;
    float: left;
    padding: 8px 15px 9px 15px;
    border: 1px solid transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    background-color: rgb(88, 89, 91) !important;
    color: rgb(255, 255, 255);
}
.productInfoBox > .productActionsBox > button:nth-child(1){
    margin-left: 0px;
}
.productInfoBox > .productActionsBox > button:hover{
    color: rgb(255, 255, 255);
}

.buyTogetherProductBox, 
.otherSuggestedProductBox{
    width: 100%;
    min-height: 200px;
    padding: 10px;
    margin-top: 15px;
    float: left;
    box-sizing: border-box;
}

/*PARTIAL RELOAD LIST PRODUCTS*/
.productsListBox{
    width: 100%;
    min-height: 200px;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}
.productsListInnerBox{
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    
}
.productListItemBox{
    width: 23.8%; /*270px;*/
    height: 450px;
    overflow: visible;
    box-sizing: border-box;
    float: left;
    margin-right: 18px;
    margin-bottom: 20px;
    display: inline-block;
    transform: translateX(0);
    transition-duration: .3s;
    transition-property: transform, visibility, width, margin-top;
    transition-timing-function: ease-in-out;
}
.productListItemBox:nth-child(4n){
    margin-right: 0px;
}
.productListInnerItemBox{
    width: 100%;
    height: 100%;
    overflow: visible;
    box-sizing: border-box;
    border : 1px solid transparent;
    float: left;
    display: inline-block;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.productListInnerItemBox:hover{
    box-shadow: 0 0 16px hsla(0,0%,80%,.6);
    border: 1px solid rgb(238, 238, 238);
}
.productsListImageItemBox{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;    
}
.productsListImageItemBox > img{
    width: 100%;
    max-width: 490px;
}
.productsListDataBox{
    width: 100%;
    height: 195px;
    padding:10px;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}
.productsListDataBox > span,
.productsListDataBox > p {
    width: 100%;
    line-height: 25px;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    float: left;
    color: rgb(88, 89, 91) !important;
    box-sizing: border-box;
    text-align: left;
}
.productsListDataBox > p.ptitle, .ptitle {
    font-weight: 600 !important;
    font-size: 20px !important;
}
.pref{
    font-style: italic;
    font-weight: 400 !important;
    font-size: 14px !important; 
}
.productsListDataBox > p.psubtitle {
    font-family: 'Playfair Display', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.productsListDataBox > span {
    font-size: 13px;
    display: block;
    display: -webkit-box;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    line-height: 20px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.productsListDataBox > a:link, 
.productsListDataBox > a:visited, 
.productsListDataBox > a:active {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px;
    border: none;
    font-weight: 400;
    background-color: rgb(215,223,35);
    color: rgb(88, 89, 91);
    width: 100px;
    text-align: center;
}
.productsListDataBox > a:hover {
    color: rgb(243,243,243);
}
.addInfoBox{
    width: 100%;
    height: auto;
    float:left;
    margin-top: 25px;
    box-sizing: border-box;
}
.addInfoInnerBox{
    width: 100%;
    min-height: 50px;
    float:left;
    border-top: 1px solid rgb(88, 89, 91);
    box-sizing: border-box;
}
.addInfoBox > ul{
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    float: left;
    display: block;
    margin-left: 5px;
}
.addInfoBox > ul > li{
    float: left;
    margin-right: 20px;
}
.addInfoBox > ul > li > a:link,
.addInfoBox > ul > li > a:active,
.addInfoBox > ul > li > a:visited{
    display: block;
    color: rgba(88, 89, 91, 0.8);
    font-size: 0.65em;
    font-weight: 600;
    text-align: center;
    padding: 25px 6px 10px 6px;
    text-decoration: none;

}
.addInfoBox > ul > li > a:hover{
    color: rgba(88, 89, 91, 1);
}
.vtitle, .vcontent{
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    color: rgb(88, 89, 91) !important;
    box-sizing: border-box;
    text-align: left;
}
.vcontent{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    float: left;
    color: rgb(88, 89, 91) !important;
    box-sizing: border-box;
    text-align: left;    
    font-weight: 300;  
}
.selectPQtBox{
    width: 120px;
    height: 30px;
    float: left;
    border: 1px solid rgb(88, 89, 91);
}
.minusPseudoBtnBox, 
.plusPseudoBtnBox,
.qtvaluebox{
    width: 32.6%;
    height: 100%;
    float: left;
    text-align: center;
}
.minusPseudoBtnBox, 
.plusPseudoBtnBox{
    font-size: 18px;
    font-weight: 400; 
    cursor: pointer;
}
.qtvaluebox{
    font-size: 13px;
    font-weight: 400;    
    border-left: 1px solid rgb(88, 89, 91); 
    border-right: 1px solid rgb(88, 89, 91); 
}
.qtSelectBox{
    width: 130px;
    margin-left: 5px;    
}
.addToCartPPageBtn{
    width: 60%;
    margin-top: 0px;
    margin-left: 5px;
    max-width: 200px;    
}


@media only screen and (max-width: 1499px){
    .productInfoBox {
       width: 45%;
    }
    .productListItemBox{
        width: 23.7%;
    }     
}
@media only screen and (max-width: 1369px){

}
@media only screen and (max-width: 1289px){ 
    .productListItemBox{
        width: 23.6%;
    } 
}

@media only screen and (max-width: 1280px){ 

}
@media only screen and (max-width: 1279px){

}
@media only screen and (max-width: 1259px){

    .productListItemBox{
        width: 23.5%;
    }      
}

@media only screen and (max-width: 1199px){
    .productWrapperImgsBox{
        width: 375px;
    }
}
@media only screen and (max-width: 1149px){
    .productWrapperImgsBox{
        width: 350px;
    }
    .productListItemBox{
        width: 23.4%;
    }    
}
@media only screen and (max-width: 1099px){
    .productBox{
        width: 100%;
    }
    .productListItemBox{
        width: 23.3%;
    }     
}
@media only screen and (max-width: 1023px){    
    .productInfoBox {

        transition-property:none;
    } 
    .productListItemBox{
        width: 23.5%;
    }     
    
}
@media only screen and (max-width: 969px){
    .productInfoBox {
        width: 53%;
    } 
    .productListItemBox{
        width: 23.4%;
    }     
}
@media only screen and (max-width: 949px){
    .productInfoBox {
        width: 51%;
    } 
}
@media only screen and (max-width: 915px){
    .productListItemBox{
        width: 31.7%;
    } 
    .productListItemBox:nth-child(4n){
        margin-right: 18px;
    } 
    .productListItemBox:nth-child(3n){
        margin-right: 0px;
    } 
}
@media only screen and (max-width: 911px){
    .productInfoBox {
        width: 49%;
    }
    
}
@media only screen and (max-width: 899px){
    .productWrapperImgsBox {
        width: 45%;
    }
    .productInfoBox {
        width: 51%;
    }    
}
@media only screen and (max-width: 879px){

}
@media only screen and (max-width: 849px){

    .productListItemBox{
        width: 31.6%;
    }     
}
@media only screen and (max-width: 822px){
    .productInfoBox > .productActionsBox > button {
        width: 100%;
        margin-left: 0px;

    }
}
@media only screen and (max-width: 819px){
/*    .productInfoBox {
        width: 43%;
    }*/
}
@media only screen and (max-width: 799px){
    
}
@media only screen and (max-width: 790px){
    
}
@media only screen and (max-width: 765px){
    .productInfoBox {
        width: 50%;
    }        
}
@media only screen and (max-width: 759px){
    .productListItemBox{
        width: 48.6%;
    } 
    .productListItemBox:nth-child(3n){
        margin-right: 18px;
    }     
    .productListItemBox:nth-child(2n){
        margin-right: 0px;
    }     
}
@media only screen and (max-width: 749px){
    .productBox{
        padding: 0;
    }
    .productBox > h3{
        padding: 10px;
    }
    .productInfoBox {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }
    .productWrapperImgsBox {
        width: 100%;
        border: none;
        border-bottom: 1px solid rgb(238, 238, 238);
    }  
    .productImgsBox{
        width: 75%;
        float:  none;
        margin: 0 auto;
    }
    .innerContainerBox {
        padding: 0px 0px 0px 0px;  
    }

}
@media only screen and (max-width: 734px){
    .buyTogetherProductBox, 
    .otherSuggestedProductBox{
        padding: 0px;
    }
    .productsListBox{
        padding: 0px;
    }
    .productListItemBox{
        width: 100%;
        margin-right: 0px;
    }
    .productsListImageItemBox > img {
        width: 50%;
    }
    .productListItemBox:nth-child(3n){
        margin-right: 0px;
    } 
    .productListInnerItemBox{
       border-bottom: 1px solid rgb(238, 238, 238);
    }
    
}
@media only screen and (max-width: 709px){

}
@media only screen and (max-width: 699px){
    .addToCartPPageBtn{
        float: initial;
        margin-left: 0px;    
    }  
    .pShare {
        width: 100px;
        float: right;
    }
}
@media only screen and (max-width: 634px){

}
@media only screen and (max-width: 590px){
    .productImgsBox{
        width: 90%;
    }

}
@media only screen and (max-width: 512px){
    .productInfoBox > .productActionsBox > button{
        width: 100%;
        margin-left: 0px; 
    }
}

@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 450px){
    .productBox > h3{
        font-size: 14px;
    }
    .productInfoBox > .productLineInfoBox > span{
        width: 200px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
    }
  
    .productImgsBox{
        width: 100%;
    }        
   
}
@media only screen and (max-width: 350px){

}
