/*****************globals*************/
body {
    font-family: 'open sans';
    overflow-x: hidden;
}

img {
    max-width: 100%;
    content-visibility: auto;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.card {
    margin-top: 15px;
    background: #eee;
    
    line-height: 1.5em;
    padding-bottom: 8px;
    border: none !important;
}
.similar-product {
    width: 100%;
    border: 1px solid #0003;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}
.similar-product img{
    height:100%;
    width:100%;
}
.similar-producta a img{
    object-fit:cover;
    height:100%;
    width:100%;
}
.colleft {
    width: 20%;
    padding: 0 10px;
}

.colright {
    width: 80%;
    padding: 0 10px;
    border-left: 1px solid #0001;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .similar-product {
    width: 160px;
    height: 160px;
}
}
@media screen and (max-width: 576px) {
   
    .similar-product {
    width: 160px;
    height: 160px;
}
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title,
.price,
.colors {
    text-transform: UPPERCASE;
    font-weight: 500;
    font-size: 14px;
}

.checked,
.price span {
    color: #ff9f1a;
}

.product-title,
.rating,
.product-description,
.price,
.vote {
    margin-bottom: 15px;
}

.product-title {
    font-size: 1.2rem !important;
    font-weight: 600;
    margin-top: 0;
}




.add-to-cart,
.like {
    background: #ff9f1a;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.add-to-cart:hover,
.like:hover {
    background: #b36800;
    color: #fff;
}

.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.rating-col1 {
    width: 40% !important;
}

.rating-col2 {
    width: 60% !important;
}

@media screen and (max-width:480px) {
    .rating-col1 {
        width: 50% !important;
    }

    .rating-col2 {
        width: 50% !important;
    }

    .product-details-box {
        padding-top: 32px !important;
    }

    .pd-details-box .size-box {
        flex-wrap: wrap;
        margin-top:8px;
    }

    .pd-details-box .size {
        margin-bottom: 1rem;
    }
}

.rating-box {
    width: 100%;
    display: flex;
    position: relative;
}

.colleft {
    width: 40%;
    padding: 0 1px;

}

.colright {
    width: 60%;
    height: auto;
    overflow-y: scroll;
    padding: 0 1px;

}

@media screen and (max-width: 600px) {
    .rating-box {
        flex-direction: column;
    }

    .colleft {
        width: 100%;
        padding: 0 1px;
        margin-bottom: 1rem;

    }

    .colright {
        width: 100%;
        padding: 0 1px;

    }
}


.swal-modal {
    width: 300px !important;
}

.size-section {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
@media screen and (max-width: 600px) {
    .size-chart {
        text-align: right;
        width: calc(100% - 40px);
    }
    .size-chart a{
        color: #555555 !important;
    }
}


.pd-details-box .size-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 .5rem;
}

.pd-details-box .size {
    width: 90px;
    border: 1px solid #0001;
    height: auto;
    margin-right: .5rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
    user-select: none;
}

.pd-details-box .size .m-size {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.2 !important;
}

.pd-details-box .size .cm-size {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.2 !important;
}

.pd-details-box .size .stock {
    width: 100%;
    text-align: center;
    font-size: 9px;

    display: none;
    color: red;
}

.Availablestock {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #4E9F3D;
}

.quantity {
    margin: .5rem 0;
}

.quantity::after {
    width: 100%;
    content: '';
    display: table;
    clear: both;
}

.quantity label {
    float: left;
    margin-right: 8px;
}

.quantity input {
    float: left;
    outline: none;
    border: 1px solid #0001;
    padding: .25rem .5rem;
    width: 50px;
}

.active-size {
    border: 1px solid #000 !important;
}

.active-size span {
    font-weight: 600;
}