img {
    max-width: 100%;
}

#mota {
    overflow: hidden;
    position: relative;
}

#mota.sumary {
    height: 600px;
}

#mota.sumary:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
    margin-top: -45px;
    content: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fff), color-stop(0.2, #fff), to(rgba(255, 255, 255, 0)));
    display: block;
}

.ic_view_more_up, .ic_view_more_dow {
    color: var(--primary-color) !important;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px auto;
    cursor: pointer;
}


.product-description__title {
    margin: 0 0 17px;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.4rem;
}

.row_title_product {
    border-top: 2px solid #1e3446;
    margin-top: 15px;
    padding-top: 5px;
}

ul.multi-column {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    /*-moz-column-fill: auto;*/
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    /*-webkit-column-fill: auto;*/
    column-count: 2;
    column-gap: 20px;
    /*column-fill: auto;*/
    list-style-position: inside;
}

.product_desc ul li {
    padding-left: 10px;
}

.product_desc ul li:before {
    width: 4px;
    height: 4px;
    content: '';
    display: block;
    float: left;
    margin-left: -10px;
    border-radius: 2px;
    background: #545351;
    margin-top: 5px;
}

#product {
    color: #3a4346;
}

#product .product_module {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#product .product_module:last-child {
    border-bottom: 0;
}

#product .product_price {
    font-size: 24px;
    line-height: 30px;
    color: #333;
}


#product .product-image .product-full {
    border: 1px solid #eaeaea;
    padding: 10px;
    overflow: hidden;
}

#product .product-image .product-img-thumb {
    margin-top: 15px;
    padding: 0 30px;
}

#product .product-image .product-img-thumb li {
    border: 1px solid #eaeaea;
    padding: 7px 5px;
}

#product .product-image .owl-prev {
    left: -40px;
}

#product .product-image .owl-next {
    right: -40px;
}

#product .form-control {
    font-size: 13px;
}

#product .product-image {
    margin-bottom: 15px;
}

#product .table > tbody > tr > td, #product .table > tbody > tr > th, #product .table > tfoot > tr > td, #product .table > tfoot > tr > th, #product .table > thead > tr > td, #product .table > thead > tr > th {
    padding: 4px 8px;
}

#fixtop_detail {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    width: 100%;
    background:var(--primary-color);
    padding: 6px 0;
}

#fixtop_detail.show {
    display: block;
}

.fixtop_detail_item {
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    position: relative;
}
.fixtop_detail_item:not(:last-child){
    border-right: 1px solid #ededed99;
}

.fixtop_detail_item span{
    white-space: nowrap;
    color: var(--bs-white);
    font-weight: 600;
    font-size: 1.05em;
    position: relative;
    display: inline-flex;
    border-radius: 20px;
    padding: 7px 20px;
    transition: var(--transition-default);
   background-color: transparent;
}

.fixtop_detail_item span:hover {
    cursor: pointer;
    background-color: var(--primary-hover);
}

.fixtop_detail_item.btn_mn button {
    margin-top: 18px;
}

.products_top{
    margin: 0 6px 6px 6px;
    text-indent: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 700;
    border: none;
    text-transform: none;
}
@media(max-width: 992px) {
    #fixtop_detail {
        display: none !important;
    }
}
