.product-section {
    padding-top: 60px;
    padding-bottom: 30px;
    min-height:100vh;
    background-color: #fff !important;
}
.product-section .container{
    background-color: #efefef ;
}
.product-pic-zoom {
    margin-bottom: 35px;
}
img {
    max-width: 100%;
}
.product-thumbs-track {
    width: 1200px;
}
.product-thumbs .pt {
    width: 116px;
    height: 116px;
    float: left;
    margin-right: 31px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.product-thumbs .pt.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #f51167;
    z-index: 1;
}

.product-details .p-title {
    font-size: 30px;
    /*font-weight: 700;*/
    color: #414141;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.product-details .p-price {
    font-size: 24px;
    color: #414141;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-details .fw-size-choose {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.product-details .fw-size-choose p {
    /*float: left;*/
    font-size: 14px;
    line-height: 1.6;
    margin-right: 38px;
    text-transform: uppercase;
    font-weight: 700;
    color: #414141;
    padding-top: 10px;
    margin-bottom: 0;
}
.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.quantity p {
    float: left;
    font-size: 14px;
    line-height: 1.6;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #414141;
    padding-top: 10px;
    margin-bottom: 0;
}
.product-details .site-btn {
    min-width: 100%;
}
.site-btn {
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 18px 47px 14px;
    border-radius: 5px;
    background: #ff8000;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
}
.site-btn:hover {
    color: #fff;
}
.tabulation {
    z-index: 1;
}
.nav-tabs {
    margin: 0!important;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
}			
.nav-tabs li {
    width: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}			
.nav-tabs li a {
    width: 100%;
    margin: 0 10px 0 0;
    border: none;
    padding: 1.5em 1em!important;
    border: none;
    display: block;
    color: #888;
    background: #fafafa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.nav-tabs .nav-link.active {
    background: #ccc;
    border: none;
    color: #444;
    bottom: 0!important;
    position: relative;
}
.nav-tabs li a.active:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #ccc transparent transparent transparent;
}			
.nav-tabs li a.active:hover,.nav-tabs li a.active:focus {
    background:#ccc;
    border:none;
    color:#444;
}
.tab-content {
    /*padding: 1em 1em!important;*/
    background: #fff;
    /*border: 1px solid #e6e6e6;*/
    margin-top: 20px;
}
.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    border-style: hidden;
}
.btn-dashed{
    border-style: dashed;
}
.btn-qty{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 2rem;
    height: 2rem;
    outline: none;
    cursor: pointer;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .1s cubic-bezier(.4,0,.6,1);
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 2px;
    background: transparent;
    color: rgba(0,0,0,.8);
}

.btn-selected{
    text-align: center;
    color: #F40;
    border: 2px solid #F40;
    background: #FFF;
}
.btn-no-selected{
    text-align: center;
    border: 1px solid #DCDCDC;
    background: #FFF;
}
.btn-pro_spec:disabled,.disab{
    color: #DEDEDE;
    border: 1px dashed #DEDEDE;
    background: #FFF;
}
.btn-qty_oper{
    background-color: #ededed;
}
.btn-qty_oper:disabled{
    color: #ccc;
    background-color: #ededed;
}
.btn-pro_spec:focus{
    box-shadow:none !important;
}
.fixed {
    width:100%;
    position: fixed;
    bottom: 0;
    background-color: white;
    z-index: 999;
}

.swiper-pagination-fraction{
    bottom:unset !important;
    left: unset !important;
    top: 10px !important;
    right: 10px !important;
    width: unset !important; 
    background: silver !important;
    border-radius: 5px !important;
    padding: 5px !important;
}
/*.tab .mobile-nav-tabs{ 
    border-bottom: 2px solid #e8e8e8; 
}*/
.tab .mobile-nav-tabs li a{
    display: block;
    padding: 10px 10px;
    /*margin: 0 5px 1px 0;*/
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #112529;
    text-align: center;
    border: none;
    border-radius: 0;
    z-index: 2;
    position: relative;
    transition:all 0.3s ease 0s;
}

.tab .mobile-nav-tabs li a{
    border-bottom: 2px solid #e8e8e8; 
}
.tab .mobile-nav-tabs li a:hover,
.tab .mobile-nav-tabs li a.active{
    border: none;
}

.tab .mobile-nav-tabs li a.active:after{
    content: "";
    width: 100%;
    height: 3px;
    background: #dc3545;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
@media (max-width: 480px) {
    .product-section {
        padding-top: 100px 70px;
    }
    .tab .mobile-nav-tabs li{
        width: 50%;
        text-align: center;
    }
}
#products_info_content h5,#products_info_content .h5{
    font-size: 1.1rem;
}