#product .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}

#product img {
    max-width: 100%;
}

#product .imgs {
    max-width: 600px;
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: flex-start;
}

#product .imgs .main {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#product .imgs .main > a {
    text-align: center;
}

#product .imgs .main .offer {
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px;
    z-index: 1;
    background: #f1f1f1;
    color: #ed0608;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product .imgs .main .offer span {
    font-size: 16px;
    font-weight: 800;
    line-height: 17px;
    z-index: 3;
}

#product .imgs .main::before {
    display: none;
    cursor: pointer;
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(225deg);
    width: 20px;
    height: 20px;
    background: transparent;
    border-top: 2px solid #364751;
    border-right: 2px solid #364751;
}

#product .imgs .main::after {
    display: none;
    cursor: pointer;
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background: transparent;
    border-top: 2px solid #364751;
    border-right: 2px solid #364751;
}

#product .imgs .thmb {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-height: 560px;
    padding-top: 10px;
    border-top: 1px solid #f1f1f1;
}

#product .imgs .thmb a{
    margin: 0 3px 6px 3px;
}

#product .info {
    flex: 0 0 calc(50% - 35px);
    width: calc(50% - 35px);
    box-sizing: border-box;
    padding: 0 0 0 90px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

#product .info_con {
    width: 100%;
    max-width: 550px;
}

#product .info_con .pts{
    display: flex;
    align-items: center;
    padding-top: 10px;
    gap: 15px;
}

#product .info_con .pts label{
    font-size: 15px;
    color: #5c5c5e;
}

#product .info_con .pts select{
    color: #5c5c5e;
    border: 1px solid #ed0608;
    border-radius: 4px;
    padding: 8px;
    font-size: 15px;
}

#product .info_con .ptsrd{
    display: flex;
    align-items: center;
}

#product .info_con .ptsrd .lbl{
    font-weight: 700;
    font-size: 15px;
    padding: 8px 20px 15px 0;
}

#product .info_con .ptsrd .rdpts{
    display: flex;
    align-items: center;
}

#product .info_con .ptsrd .rdpts input {
    display: none;
}

#product .info_con .ptsrd .rdpts label {
    padding: 7px 17px;
    box-sizing: border-box;
    border: 1px solid #ed0608;
    border-radius: 20px;
    margin: 0 8px 8px 0;
    letter-spacing: 0.28px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
}

#product .info_con .ptsrd .rdpts input:checked + label {
    background: #ed0608;
    color: white;
}

#extra_info .info h4 {
    padding: 0;
    margin: 0 0 45px 0;
    font-size: 14px;
    line-height: 15px;
    color: #868686;
    font-weight: 300;
    width: 100%;
}

#extra_info .info .desc {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    max-height: 140px;
    overflow: hidden;
}

#extra_info .desc > span {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #868686;
}

#product .info_con .ptsrd.has-error{
    flex-wrap: wrap;
}

#product .has-error .text-danger{
    color: #df0000;
    font-weight: 500;
    font-size: 15px;
    margin: 5px 0;
    width: 100%;
}

#product .info .info_con h1 {
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 25px;
    color: #5c5c5e;
    font-weight: 500;
}

#product .info .info_con .man-img{
    margin: 0 0 10px 0;
}

#product .info .info_con ul {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #f1f1f1;
}

#product .info .info_con .ctitle {
    font-size: 15px;
    font-weight: 500;
    color: #ed0608;
    margin-bottom: 5px;
}

#product .info .info_con ul li {
    display: inline-block;
    padding: 5px 0;
    margin: 0;
    width: 100%;
}

#product .info .info_con ul li i {
    color: #ed0608;
    padding-right: 6px;
}

#product .info .info_con ul li label,
#product .info .info_con ul li strong {
    display: inline-block;
    font-size: 13px;
    color: #5c5c5e;
    min-width: 25%;
}

#product .info .info_con ul li strong {
    font-weight: 500;
    font-size: 15px;
    padding-left: 10px;
}

#product .info .prices {
    padding: 15px 0;
    margin: 10px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
}

#product .info .prices strong {
    font-size: 38px;
    color: #ed0608;
    font-weight: 500;
}

#product .info .prices span {
    color: #868686;
    margin: 0 0 0 9px;
    font-size: 18px;
    line-height: 19px;
    font-weight: 400;
    position: relative;
    text-decoration: line-through 1px solid #868686;
}

#product .info .avail{
    max-width: 100%;
    margin: 10px 0 10px 0;
    padding: 10px 0;
    font-size: 14px;
    color: #5c5c5e;
}

#product .info .avail i{
    color: #5AB953 !important;
}

#product .info .avail span {
    font-size: 14px;
    margin: 0 0 0 14px;
    line-height: 19px;
    color: #151C20;
}

#product .info .crt {
    margin: 0;
    display: flex;
    width: 100%;
    max-width: 415px;
}

#product .info .crt .qty {
    display: flex;
    width: 50px;
    height: 50px;
    padding-right: 25px;
    background: #fafafa;
    color: #5c5c5e;
    position: relative;
}

#product .info .crt #minus {
    font-size: 19px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    cursor: pointer;
    background: #f1f1f1;
    border-bottom: 1px solid #fafafa;
}

#product .info .crt #minus::after {
    content: '';
    width: 5px;
    height: 1px;
    background: #151C20;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#product .info .crt #plus {
    font-size: 19px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    cursor: pointer;
    background: #f1f1f1;
    border-bottom: 1px solid #fafafa;
}

#product .info .crt #plus::after {
    content: '';
    width: 6px;
    height: 1px;
    background: #151C20;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#product .info .crt #plus::before {
    content: '';
    width: 6px;
    height: 1px;
    background: #151C20;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

#product .info .crt .qty input {
    width: 50px;
    height: 50px;
    text-align: center;
    border: none;
    color: #5c5c5e;
    background: #fafafa;
    padding: 0;
}

#product .info .crt .qty input::-webkit-outer-spin-button,
#product .info .crt .qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#product .info .crt .qty input[type=number] {
    -moz-appearance: textfield;
}

#product .info .crt button:hover {
    background: #cb0500;
}

#product .info .crt button {
    background: #ed0608;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 30px;
    display: inline-block;
    border: none;
    line-height: 18px;
    vertical-align: top;
    cursor: pointer;
    transition: ease 0.25s;
    margin-left: 12px;
}

#extra_info{
    width: 100%;
    margin: 20px 0;
    padding: 10px 0;
    color: #5c5c5e;
}

#extra_info h4{
    font-weight: 500;
    font-size: 15px;
    color: #5c5c5e;
    background: #f1f1f1;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    border-left: 2px solid #ed0608;
}

#extra_info span{
    font-size: 14px;
    color: #5c5c5e;
}

#extra_prod{
    padding: 20px 0;
}

#extra_prod .prds{
    position: relative;
    padding: 0 40px;
}

#extra_prod .prds .swiper-slide{
    box-sizing: border-box;
    padding: 20px 10px;
}

.container.recom_products > h3 {
    font-weight: 500;
    font-size: 15px;
    color: #5c5c5e;
    background: #f1f1f1;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    border-left: 2px solid #ed0608;
}

#extra_prod .sldrnext, #extra_prod .sldrprev{
    top: 40%;
}

@media only screen and (max-width: 900px) {
    #product .row {
        flex-flow: column nowrap;
        margin-top: 30px;
    }

    #product .imgs {
        margin-bottom: 20px;
    }

    #product .info .crt {
        justify-content: flex-start;
    }

    #product .info .crt button {
        max-width: 500px;
        margin-left: 30px;
    }

    #product .info .crt button span {
        display: unset;
    }

    #product_descrip {
        margin-top: 30px;
    }

    #extra_info .row {
        padding: 50px 0;
    }

    #extra_prod .glbprdr .prcs span {
        font-size: 17px;
    }

    #extra_prod .glbprdr .prcs strong {
        font-size: 15px;
    }
}


@media only screen and (max-width: 640px) {
    #product .container {
        flex-flow: row wrap;
    }

    #product .imgs {
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    #product .imgs .main {
        order: 1;
        padding: 0;
    }

    #product .imgs .thmb {
        order: 2;
        flex-flow: row nowrap;
        overflow: auto;
        max-width: 100%;
        min-width: unset;
        padding: 0;
    }

    #product .imgs .thmb img {
        margin: 0 20px 0 0;
    }

    #product .imgs .thmb::-webkit-scrollbar {
        height: 6px;
        width: 100%;
    }

    #product .imgs .thmb::-webkit-scrollbar-track {
        height: 6px;
        background: #f1f1f1;
    }

    #product .imgs .thmb::-webkit-scrollbar-thumb {
        height: 6px;
        background: #9B8579;
    }

    #product .imgs .thmb::-webkit-scrollbar-thumb:hover {
        background: rgb(102, 102, 102);
        height: 6px;
    }

    #product .info{
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    #product .info .crt button {
        height: 50px;
    }

    #product .info .crt button span {
        display: none;
    }

    #product .info .crt .qty input {
        height: 50px;
    }

    #extra_prod .glbprdr {
        padding-top: 0;
    }

    #extra_prod .glbprdr .cvr{
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    #extra_prod .glbprdc {
        position: relative;
    }

    #extra_prod .glbprdrc .more_btn.cart_btn {
        position: relative;
        bottom: 0;
        margin-top: auto;
    }


}

@media only screen and (max-width: 480px) {
    #product .imgs .thmb img {
        width: 70px;
    }

    #product .info h1 {
        font-size: 24px;
    }

    #product .info .prices strong {
        font-size: 28px;
    }

    #product .info .prices span {
        font-size: 18px;
    }

    #product .info .crt .qty input {
        width: 50px;
        margin: 0 13px;
    }

    #product .info .crt button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 148px);
    }
}

@media only screen and (max-width: 380px) {
    #product .info .crt button {
        font-size: 14px;
        margin-left: 14px;
    }
}


