/** GLOBAL **/

.pdrelatedproductpro1_price_total { 
    float:none;
    clear:both;
    display:none;
    margin: 10px 0;
    width:100%;
}

.pdrelatedproductpro1_price_total span.control-label {
    float: left;
    width: auto;
    padding: 0px 10px 0 0;
}

/** VIEW SLIDER **/
#relatedProductsTab1.products-slider {
    position: relative;
    margin-bottom: 20px;
}

#relatedProductsTab1.products-slider .product-miniature .thumbnail-container {
    margin: 0rem auto 1.563rem auto;
}




/** VIEW SMALL ICONS **/
#relatedProductsTab1.products-small-icons {
	padding: 0 0px 10px 0px;
	display: table;
}

#relatedProductsTab1.products-small-icons .select_button_container {
    vertical-align: middle;
    padding-left: 3px;
}

#relatedProductsTab1.products-small-icons .select_button_container .select_button {
    border: 3px solid #ddd;
    cursor: pointer;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 2px;
    text-decoration: none;
    position: relative;
    width: auto;
	height: auto;
}
#relatedProductsTab1.products-small-icons .select_button_container .select_button:hover,
#relatedProductsTab1.products-small-icons .select_button_container .select_button:focus,
#relatedProductsTab1.products-small-icons .select_button_container .select_button.active {
    border: 3px solid #2fb5d2;
}




/** TABLE VIEW **/
#relatedProductsTab1.products-table table td input.qtyfield {
    color: #232323;
    background-color: #fff;
    height: 2.75rem;
    padding: .175rem .5rem;
    width: 3rem;
}

#relatedProductsTab1.products-table .table-labeled td, #relatedProductsTab1.products-table .table-labeled th {
    vertical-align: middle;
    text-align: center;
}


#relatedProductsTab1.products-table table td.option_image {width:125px;}

#relatedProductsTab1.products-table table .img-fluid {
    max-width: 100%;
    height: auto;
    min-width: 50px;
}

#relatedProductsTab1.products-table table td.option_infos .product-title {
    text-transform: capitalize;
    margin: .5rem 0;
    text-align: unset;
}

#relatedProductsTab1.products-table table td.option_action {
   min-width: 240px;
}


#relatedProductsTab1.products-table table td.option_action .product-quantity .qty,
#relatedProductsTab1.products-table table td.option_action .product-quantity .add  {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/** TABLE VIEW RESPONSIVE **/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

    #relatedProductsTab1.products-table table { 
        width: 100%; 
    }


    #relatedProductsTab1.products-table table, 
    #relatedProductsTab1.products-table thead, 
    #relatedProductsTab1.products-table tbody, 
    #relatedProductsTab1.products-table th, 
    #relatedProductsTab1.products-table td, 
    #relatedProductsTab1.products-table tr { 
        display: block; 
    }
    
    #relatedProductsTab1.products-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    #relatedProductsTab1.products-table tr { border: 1px solid #ccc; }
    
    #relatedProductsTab1.products-table td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 35%; 
    }

    #relatedProductsTab1.products-table td:before { 
        position: absolute;
        top: 20px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        content: attr(data-column);
        color: #000;
        font-weight: bold;
    }

    #relatedProductsTab1.products-table table td.text-xs-left {
        text-align: center!important;
    }

    #relatedProductsTab1.products-table table td.option_image {
        width: unset;
    }

    #relatedProductsTab1.products-table table td.option_action {
        min-width: unset;
    }
}

/** SLIDER PANEL VIEW **/
#relatedProductsTab1.products-slider-panel {
    background: #fff;
    margin-bottom: 25px;
}
#relatedProductsTab1.products-slider-panel .thumbnail-container-panel {
    margin-top: 15px;
}

#relatedProductsTab1.products-slider-panel .product-description-panel {
    text-align:left;
}

#relatedProductsTab1.products-slider-panel .product-description-panel h1 {
    text-align:left;
    text-transform: uppercase;
}

#relatedProductsTab1.products-slider-panel .product-description-panel .product-description-panel-content {
    width:100%;
}

#relatedProductsTab1.products-slider-panel .price {
    text-align:left;
    color: #f39d72;
    font-size: 1.4rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.6;
}

#relatedProductsTab1.products-slider-panel .highlighted-informations-panel .product-variants-related > .product-variants-item {
    margin: 0.55rem  1.25rem 1.25rem 0;
}

.product-variants-related > .product-variants-item ul li {
    margin-right: .625rem;
}

.product-variants-related > .product-variants-item .color {
    margin-left: 0;
    margin-top: 0;
}

#relatedProductsTab1.products-slider-panel .highlighted-informations-panel .product-variants-item {
    float:left;
    margin-right:0px;
}

#relatedProductsTab1.products-slider-panel .highlighted-informations-panel a.btn.btn-primary {
    height:42px;
    margin-left:10px;
}

#relatedProductsTab1.products-slider-panel .highlighted-informations-panel #quantity_related {
    color: #232323;
    background-color: #fff;
    height: 2.5rem;
    padding: .175rem .5rem;
    width: 3rem;
}

#relatedProductsTab1.products-slider-panel .highlighted-informations-panel .control-label-related {
    margin-bottom: .375rem;
    display: block;
    width: 100%;
    font-size: .9375rem;
    color: #232323;
}

#relatedProductsTab1.products-slider-panel .thumbnail-container-panel .product-miniature .product-thumbnail-related {
    display: block;
}

#relatedProductsTab1.products-slider-panel .highlighted-informations-panel .qty {
    float: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: .5rem;
}