﻿
/* E-commerce */
.product-box {
    padding: 0;
    border: 1px solid #e7eaec;
}

   /* .product-box:hover,
    .product-box.active {
        border: 1px solid transparent;
        -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
        -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
        box-shadow: 0 3px 7px 0 #a8a8a8;
    }*/

.product-imitation {
    text-align: center;
  /*  padding: 90px 0;*/
    background-color: #f8f8f9;
    color: #bebec3;
    font-weight: 600;
}

.cart-product-imitation {
    text-align: center;
    padding-top: 30px;
    height: 80px;
    width: 80px;
    background-color: #f8f8f9;
}

.product-imitation.xl {
    padding: 120px 0;
}

.product-desc {
    /* padding: 20px;*/
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    display: -webkit-box;
}

.ecommerce .tag-list {
    padding: 0;
}

.ecommerce .fa-star {
    color: #d1dade;
}

    .ecommerce .fa-star.active {
        color: #f8ac59;
    }

.ecommerce .note-editor {
    border: 1px solid #e7eaec;
}

table.shoping-cart-table {
    margin-bottom: 0;
}

    table.shoping-cart-table tr td {
        border: none;
        text-align: right;
    }

        table.shoping-cart-table tr td.desc,
        table.shoping-cart-table tr td:first-child {
            text-align: left;
        }

        table.shoping-cart-table tr td:last-child {
            width: 80px;
        }

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #676a6c;
    display: block;
    margin: 2px 0 5px 0;
}

    .product-name:hover,
    .product-name:focus {
        color: #1ab394;
    }

.product-price {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1ab394;
    padding: 6px 12px;
    position: absolute;
    top: -32px;
    right: 0;
}

.product-detail .ibox-content {
    padding: 30px 30px 50px 30px;
}

.image-imitation {
    background-color: #f8f8f9;
    text-align: center;
    padding: 200px 0;
}

.product-main-price small {
    font-size: 10px;
}

.product-images {
    margin: 0 20px;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
   /* padding: 15px 20px 20px 20px;*/
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}
.product-desc .small {
    color: #171515;
    font-size: 14px;
    text-align: center;
    max-height: 65px;
    overflow: hidden;
}

.product-imitation .img-psa
{
    width: 100%;
    height: 140px;
    transition: transform .5s;
    object-fit: cover;
}
.img-slider {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    max-height:450px;
    display: block;
    transition: margin-top 250ms linear;
    object-fit: cover;
}
 .contain-slider{
     height:450px;
}
.container-carousel{
   /* padding-bottom :100px;*/
}
.carousel-inner {
  /*  padding-bottom: 75px;*/
  display:table;
}

.carousel-caption {
    bottom: 5px;
    position: relative;
    left: auto;
    right: auto;
    color: #c60000;
    font-size: 15px;
    font-weight: 700;
    text-shadow: none;
}

.psa-xemthem {
    float: right;
    color: #ffffff !important;
    background-color: #c60000;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
    .psa-xemthem:hover {
        color: #ffffff;
    }
@media(max-width:992px) {
    .pgwSlidertinmoi.ps-list {
        position: relative;
    }

    .pgwSlidertinmoi li > a {
        width: 100%;
        display: inline-block;
        padding-bottom: 10px;
    }
    .carousel_item {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 768px) {
    img-slider {      
        max-height: 400px;      
    }
    .contain-slider {
        height: 400px;
    }
    .product-imitation .img-psa
    {
        height:auto !important;
    }
}
@media only screen and (max-width: 600px) {
    img-slider {
        max-height: 300px;
    }

    .contain-slider {
        height: 300px;
    }
}


