﻿/*-------Section-1--------------*/

.section-1 {
    /*margin-top: 60px;*/
    padding-top: 40px;
    padding-bottom: 20px;
}

.title, .detail, p, .price {
    font-family: 'Poppins', sans-serif;
}

.img-pro{
   height:100px;
   object-fit:contain;
}



.section-1 .title {
    font-size: 30px;
    font-weight: bold;
}

.section-1 .price {
    font-size: 15px;
    font-weight: bold;
}

.section-1 .detail {
    font-size: 18px;
    font-weight: bold;
}

.section-1 .green {
    color: limegreen;
}

.section-1 .colo {
    display: flex;
    margin-top: -10px;
}

.section-1 .sizes {
    display: flex;
    margin-top: -10px;
}

.section-1 .size {
    position: relative;
    padding: 10px;
    cursor: pointer;
    transition: 0.15s ease;
}

.section-1 .circle:hover {
    background-color: #007BFF;
    transition: 0.15s ease;
}

.section-1 .dt .active {
    /*background-color: #007BFF;*/
}

.section-1 .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    border: 1px solid rgba(0,0,0,0.2);
}

.circle p {
    color: black;
    font-weight: bold;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
/*.section-1 span{
    position: absolute;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    background-color: cornflowerblue;
    top: 60%;
    left: 50%;
    transform: translate(-50%, 5px);
    color: white;
    padding: 2px 10px 2px 10px;
}*/
.section-1 .btn {
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    font-weight: bold;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .section-1 .title {
        font-size: 24px;
        font-weight: bold;
        padding-top: 10px;
    }

    .section-1 .detail {
        font-size: 20px;
        font-weight: bold;
        padding-top: 10px;
    }

    .section-1 .price {
        font-size: 18px;
        font-weight: bold;
    }

    .section-1 .btn {
        width: 100%;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .card {
        width: 100%;
    }

    .owl-theme .owl-nav {
        margin-top: 0px;
        display: none;
    }

    .container-fluid {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .owl-dots {
        display: none;
    }
}

@media (min-width: 341px) and (max-width: 575.98px) {
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .card {
        width: 100%;
    }

    .owl-theme .owl-nav {
        margin-top: 0px;
        display: none;
    }

    .container-fluid {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .card {
        width: 100%;
    }

    .owl-theme .owl-nav {
        margin-top: 0px;
        display: none;
    }

    .container-fluid {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .card {
        width: 100%;
    }

    .owl-theme .owl-nav {
        margin-top: 0px;
        display: none;
    }

    .container-fluid {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 991.98px){
    .section-3 .item {
        padding: 3px !important;
    }
}


@media screen and (min-width: 992px) {
    .card {
        margin: 0 auto;
        overflow: hidden;
        border-radius: 0;
        border: 0px;
        width: 14rem;
    }

    .owl-carousel .item {
        /*padding: 20px;*/
        margin: 0px;
    }

    .container-fuild {
    }

    .card-cart {
        height: 100px;
    }

    .card-cart {
        transition: 0.15s ease;
    }

    .card:hover .card-body {
        transform: translateY(-60px);
        transition: 0.15s ease;
    }

    .card:hover .card-cart {
        transform: translateY(-80px);
        transition: 0.15s ease;
    }

    .cart-text {
        font-size: 13px;
        color: rgba(0,0,0,1);
        font-family: 'Poppins', sans-serif;
        padding: 0.50rem;
    }

    .card {
        -webkit-box-shadow: 1px 2px 10px -2px rgba(0,0,0,0.15);
        -moz-box-shadow: 1px 2px 10px -2px rgba(0,0,0,0.15);
        box-shadow: 1px 2px 10px -2px rgba(0,0,0,0.15);
    }

        .card .btn {
            width: 100%;
            cursor: pointer;
            /*color: rgba(255,255,255,0.9) !important;*/
            font-weight: 600;
            font-size: 14px;
        }

    .card-body {
        height: 80px;
    }
}


/*-----Section-Description------*/


.img-responsive {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 500px;
    width: 100%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.dec h1 {
    color: rgba(0,0,0,1);
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding-left: 30px;
    text-align: center;
    font-weight: bold;
}



/*-------section-three--------------*/
.owl-carousel .item {
    text-align: left;
}

.item:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-6px);
    transition: all 0.3s ease;
}

.section-3 {
    height: 100%;
    padding: 20px 10px 20px 10px;
}

.section-4 {
    height: 100%;
    padding: 20px 10px 20px 10px;
}

.card img {
    cursor:zoom-in;
}

.section-3 h1 {
    color: rgba(0,0,0,1);
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding-left: 30px;
    /*padding-bottom: 10px;*/
    font-weight: bold;
    padding-top: 18px;
}

.owl-theme .owl-nav {
    margin-top: 0px;
    display:none;
}

.owl-theme .owl-dots .owl-dot {
    zoom: 0.8 !important;
}

.owl-theme .owl-dots {
    display: none;
}

/*.owl-carousel .owl-item img {
    width: 100% !important;
}*/


.section-3 .info__cart .title {
    font-size: 13px;
    height: 50px;
    width:138px;
    overflow:visible;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom:25px;
    margin-top:20px;
}

.section-3 .info__container {
    border-radius: 10px;
}

.section-3 .info__cart {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #eeeeee;
}

    .section-3 .info__cart .img-wrap img {
        border-radius: 8px;
        object-fit:contain;
        height:100px;
    }

    .section-3 .info__cart .content-wrap {
        padding: 10px;
        font-size: 13px;
    }

    .section-3 .info__cart .cart-wrap {
        text-decoration: none;
        color: black;
    }

    .section-3 .info__cart .btn-wrap {
        padding: 0 10px 10px 10px;
        font-size: 13px;
    }

.section-3 .content-wrap .price {
    font-weight: bold;
    font-size: 15px;
}

.section-3 .info__cart .btn-wrap .btn {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}





@media (min-width: 992px) {
    .owl-prev {
        position: absolute;
        font-size: 35px !important;
        top: 50%;
        left: 20px;
        transform: translate(0, -50%);
        background-color:#007bff !important;
        height: 40px;
        width: 40px;
        border-radius: 50% !important;
        color: white !important;
        font-weight: bold !important;
    }

        .owl-prev span {
            position: absolute;
            transform: translate(-8px, -30px);
        }

    .owl-next {
        position: absolute;
        font-size: 35px !important;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        background-color: #007bff !important;
        height: 40px;
        width: 40px;
        border-radius: 50% !important;
        color: white !important;
        font-weight: bold !important;
    }

        .owl-next span {
            position: absolute;
            transform: translate(-6px,-30px);
        }

    .item {
        padding: 10px;
    }
}


/*.section-3 .owl-carousel .item {
    margin: 0px !important;
    padding: 0 !important;
}*/
.card-body {
    z-index: 12;
    padding: 0.50rem !important;
    transition: 0.15s ease;
}

.card-title, .card-text, .card-link {
    color: rgba(0,0,0,1);
    font-family: 'Poppins',sans-serif;
}

.card-title {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.card-text {
    font-size: 12px;
    margin-top: -8px;
}

.card-link {
    font-size: 12px;
    font-weight: bold;
    padding-left: 0.50rem;
    padding-top: 0.50rem;
}

.img-holder {
    height: 220px;
    overflow:hidden;
    position:relative;
}

.card-wrapper {
    overflow: hidden;
    height: 60px;
}

.card .sizes {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    padding: 0.50rem;
    display: none;
}

    .card .sizes p {
        color: rgba(0,0,0,0.8);
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        margin-bottom: 0 !important;
        padding-bottom: 0.50rem;
    }

.card .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.50rem;
    color: rgba(0,0,0,0.8);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    cursor: pointer;
    transform: rotate(45deg);
}

.owl-dots {
    display: none;
}



/*---------Product slider--------*/

.pd .card {
    margin: auto;
    padding: 20px;
    border-radius:10px;
    width: 100%;
}

.pd fieldset.active {
    display: block !important;
}

fieldset {
    display: none;
}

.pic0 {
    max-width: 100%;
    height: auto;
    margin-left: 85px;
    margin-right: auto;
    display: block;
}

.product-pic {
    padding-left:auto;
    padding-right:auto;
    width: 100%;
}

.thumbnails {
    position: absolute;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.tb {
    width: 62px;
    height: 62px;
    border: 1px solid grey;
    margin: 2px;
    opacity: 0.4;
    cursor: pointer;
}

.tb-active {
    opacity: 1;
}

.thumbnail-img {
    width: 60px;
    height: 60px;
}

.bottomdiv {
    margin-top: 20px;
    align-self: flex-end;
    width: 100px;
    height: 50px;
}

@media screen and (max-width: 768px) {
    .pic0 {
        width: 250px;
        height: 350px;
    }

    .ribbon {
        position: relative !important;
        margin-top: 10px !important;
        margin-bottom: 25px !important;
    }
}

.center {      
    width: 150px;
}


/*-----------------------Ribbon--------------------------*/

#main_wrapper {
    display: block;
    zoom: 0.5;
    -moz-transform: scale(0.5);
}

.ribbon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}

    .ribbon [class*=ribbon-] {
        margin: 74px auto 0;
        transform-origin: 50% 50%;
        transform: rotate(-8.5deg);
        position: relative;
        z-index: 4;
        width: 287px;
        height: 56px;
    }

        .ribbon [class*=ribbon-] .inner {
            background: #003468;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            display: block;
            width: 0;
            height: 100%;
            padding: 11px 0;
            font-size: 1.5em;
            text-shadow: 3px 3px 1px #001b47;
            position: relative;
            z-index: 2;
            transform: skewX(-9deg);
            transition: width 0.12s ease-in-out;
        }

        .ribbon [class*=ribbon-]:before {
            content: "";
            transform-origin: 0 0;
            transform: rotate(-17.25deg) skewX(-9deg) translateX(158px);
            display: block;
            width: 0;
            height: 100%;
            position: absolute;
            top: 0;
            left: 4px;
            background: #001b47;
            z-index: -1;
            transition: all 0.12s ease-in-out 0.7s;
        }

    .ribbon .ribbon-1 .inner {
        letter-spacing: 19px;
        font-weight: 700;
    }

    .ribbon.active .inner {
        width: 100%;
    }

    .ribbon.active .ribbon-1 .inner {
        transition-delay: 0.82s;
    }

    .ribbon.active .ribbon-1:before {
        width: 158px;
        transform: rotate(-17.25deg) skewX(-9deg) translateX(0);
    }

    .ribbon .ribbon-2 {
        z-index: 3;
        font-size: 45px;
        width: 451px;
        height: 137px;
        margin-top: 22px;
    }

        .ribbon .ribbon-2 .inner {
            padding: 19px 0;
        }

            .ribbon .ribbon-2 .inner:before, .ribbon .ribbon-2 .inner:after {
                content: "";
                position: absolute;
                top: 14px;
                left: 14px;
                right: 14px;
                bottom: 14px;
                background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeYAAAALCAYAAACqPi4nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjEyM0FFRTU0NUUzMTFFNTlDMjdDMEJDMDFCNjlGNDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjEyM0FFRTY0NUUzMTFFNTlDMjdDMEJDMDFCNjlGNDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOUZEM0I5NDQ1QkQxMUU1OUMyN0MwQkMwMUI2OUY0OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MTIzQUVFNDQ1RTMxMUU1OUMyN0MwQkMwMUI2OUY0OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm3y348AAAIOSURBVHja7JvhboIwEMfbOZgyQF9h2cPtrfZ8+7APU0RQt7FrciQ3QqHodFT+v+RCc9ikHtX/tUe1GjFVVc3okij/0GRL5ScrT8edkt15OG4zv2cejvuRLPBw3BFZ6OG452y+8UC28HDcAc/xa/FN9k72RvaqSfzMH/EL2RPZMwcyFRMh4YkcKwAAAGC6GAHNyHZke7I1Wcm2Zp+5t+F2Trbltku/TGv9pQeuYGuxTjmjSISAS99CCHwt6l2+JfeNOaMN8PwBAAAMkSgWxIKF7oOvRYdQ5tx26kei+XmNL6JHG+Gqaop1yAIe8hZD7VuJbYc2X73ltuJ7kfAtMZcBAOAqWFeJ3N62CGXp2o9E83grgdJTnymUAEixluIfcVIQdPjq+knM91PhS/hztW+O3yUAYMSi2be6PHn7lkTzgBBDmMeaBEixbtbwkx6frVTQ5sNzBeB22DiuLvu2b8u2fiSae4QYwgwunwDcK3sN31bXt5UKusoHEaINJk524urSafuWRLNEiCHMAAxNAmQNv6+u3ywV9JUPZKlghmiDgeS2VaJyfznIJrBGNAuEGECYwZQTAHNGOVXudX1ZFnApH6RiBwFcnp0QynNWl60CS6KZI8QAwgzA7SQBlzgCGCp/jgUWLUJ5zuryl8CSaG4xywCAMAMw1iTgr44AmutBnfdykBHNDE8FgP/lR4ABABGzGigi55YSAAAAAElFTkSuQmCC") center bottom no-repeat;
                background-size: 100%;
                opacity: 0;
                transition: opacity 0.3s ease-in-out 1.86s;
            }

            .ribbon .ribbon-2 .inner:before {
                transform-origin: 50% 50%;
                transform: rotate(180deg);
            }

        .ribbon .ribbon-2:before {
            width: 0;
            left: 11px;
            transform: rotate(-10.25deg) skewX(-9deg) translateX(451px);
            height: 47px;
            transition-delay: 0.94s;
        }

    .ribbon.active .ribbon-2 .inner {
        transition-delay: 1.06s;
    }

        .ribbon.active .ribbon-2 .inner:before, .ribbon.active .ribbon-2 .inner:after {
            opacity: 1;
        }

    .ribbon.active .ribbon-2:before {
        width: 376px;
        transform: rotate(-10.25deg) skewX(-9deg) translateX(0);
    }

    .ribbon .ribbon-3 {
        z-index: 2;
        font-size: 9px;
        width: 326px;
        height: 55px;
        margin-top: 24px;
    }

        .ribbon .ribbon-3 .inner {
            color: #e8a713;
            padding: 19px 0;
        }

        .ribbon .ribbon-3:before {
            width: 0;
            height: 47px;
            left: 11px;
            transform: rotate(-10.25deg) skewX(-9deg) translateX(387px);
            transition-delay: 1.18s;
        }

        .ribbon .ribbon-3:after {
            content: "";
            transform-origin: 100% 100%;
            transform: rotate(-15.3deg) skewX(9deg) translateX(72px);
            display: block;
            width: 0;
            height: 45px;
            position: absolute;
            bottom: 0;
            right: 4px;
            background: #001b47;
            z-index: -1;
            transition-delay: 1.42s;
        }

    .ribbon.active .ribbon-3 .inner {
        transition-delay: 1.3s;
    }

    .ribbon.active .ribbon-3:before {
        width: 387px;
        transform: rotate(-10.25deg) skewX(-9deg) translateX(0);
    }

    .ribbon.active .ribbon-3:after {
        width: 56px;
        transform: rotate(-15.3deg) skewX(9deg) translateX(0);
    }

    .ribbon .ball {
        width: 190px;
        height: 190px;
        background: #e8a713;
        border-radius: 95px;
        padding: 85px 20px 0;
        text-align: center;
        color: #001b47;
        border: 10px solid #001b47;
        margin: -87px auto 0;
        position: relative;
        left: 18px;
        z-index: 1;
        transform-origin: 50% 50%;
        transform: rotate(-8.5deg);
    }

        .ribbon .ball .ball-text {
            font-size: 12px;
            line-height: 1.2;
            text-align: right;
            display: block;
            width: 119px;
        }
            .ribbon .ball .ball-text strong {
                font-size: 39px;
                font-style: italic;
                display: block;
                margin: 0 auto;
            }

    .ribbon .fadeLeft {
        opacity: 0;
        transform: translateX(-100%);
        transition: all 0.3s ease-in-out 1.56s;
        display: block;
    }

    .ribbon .fadeRight {
        opacity: 0;
        transform: translateX(100%);
        transition: all 0.3s ease-in-out 1.56s;
        display: block;
    }

    .ribbon .fadeIn {
        opacity: 0;
        transition: all 0.3s ease-in-out 1.42s;
        display: block;
    }

    .ribbon.active .fadeLeft,
    .ribbon.active .fadeRight {
        opacity: 1;
        transform: translateX(0);
    }

    .ribbon.active .fadeIn {
        opacity: 1;
    }

/*-------------Rebbon-end------------------------------------*/




.btn-primary {
    color: #fff;
    background: linear-gradient(to right, #003C8F 0%, #1E6FC4 70%, #3AA1DF 98%) !important;
    border-color: #003C8F !important;
    cursor: pointer;
    -webkit-transition: -webkit-background-color 0.3s ease-out;
    transition: -webkit-background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out, -webkit-background-color 0.3s ease-out;
}

    .btn-primary:hover {
        background-color: rgba(237,27,36,0.6);
        border-color: rgba(237,27,36,0.6);
    }


.new-arrival{
    position: absolute;
    width: 60% !important;
    top: -15px;
    left: -15px;
}



.section-3 .info__cart{
    position: relative;
    overflow: hidden;
}
.discount{
    text-decoration: line-through;
}

.info__cart .badge {
    margin-top: 5px !important;
    margin-right: 5px !important;
    position: absolute !important;
    right: 0 !important;
}
.info__cart .img-wrap {
    padding-top: 18px !important;
}
@media (min-width: 992px){
    .section-3 .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.category{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.offer-price{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: line-through;
}