﻿.product-details-images .lg-image img, .product-details-thumbs .sm-image img {
    width: 100%;
    margin: 0 0 0 -1px; /* it centers any block level element */
}


.product-details-thumbs .sm-image {
    width: auto;
    height: 100px;
}

/* the slides */
.product-details-images .lg-image {
    margin-left: 27px;
}

/* the parent */
.product-details-images {
    margin-left: -27px;
}



.product-details-thumbs .sm-image img {
    height: 70px;
    width: auto;
    object-fit: cover; 
}

.slide-arrow {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    background: #242424;
    color: #ffffff;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.slide-arrow:hover {
    background: black;
    color: #ffffff;
}

.slide-arrow.next-arrow {
    right: 10px;
    left: auto;
}

.product-details-thumbs:hover .slide-arrow {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.product-details-images {
    opacity: 0;
}

.product-details-thumbs {
    opacity: 0;
}


.single-product-modbile-title {
    margin-bottom: 0;
    padding: 16px 15px;
}

.a-link-normal {
    font-size: 16px;
    text-decoration: none;
    color: #007185;
}

.rating > li {
    display: inline-block;
    margin: 0;
}

.price-box {
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    border-top: 1px solid rgba(204, 204, 204, 0.4);
    margin: 17px 0px;
    padding: 10px 2px;
}

.product-desc-price {
    color: #6c757d;
    text-decoration: line-through;
}

.price-box .product-price {
    margin: 0 3px;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 20px;
}

.priceBlockSalePriceString {
    margin: 0 3px;
    color: #6c757d;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 20px;
}

.price-box table{
    border-collapse: separate;
    border-spacing: 10px;
}

.product-detail-title {
    font-weight:bold;
}

.product-variants .produt-variants-size label {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.nice-select {
    /*width: 100%;*/
    margin-bottom: 16px;
    font-size: 16px;
}

.nice-select.open .list {
    /*width: 100%;max-height: 300px;overflow-y: scroll;*/
    z-index:9999;
 
}

.produt-variants-option {
    margin-bottom: 10px;
}

/*

.nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #e62e04 !important;
    color: white !important;
}

ul.list li:hover:not(.selected) {
    background-color: #e62e04 !important;
    color: white !important;
}

ul.list li.selected {
    background: #E62E04 !important;
    color: white;
}
    */

.product-quantity {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.product-quantity .product-quantity-label {
    width: 20%;
    display: inline-block;
}

.product-quantity .product-quantity-slider {
    width: 80%;
    display: inline-block;
}

.product-quantity-slider input {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.product-quantity .product-quantity-slider button {
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
}

.product-quantity-slider .btn {
    width: 64px;
}


.product-quantity .product-quantity-slider .input-group-btn:first-child > .btn, 
.product-quantity .product-quantity-slider .p-quantity .input-group-btn:first-child > .btn-group {
    margin-right: 0px;
}




/*
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: white;
    background-color: #E62E04;
    border-color: #E62E04;
}
*/

.btn.btn-default {
    color: #333;
    background-color: transparent;
    border-color: #ccc;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

p.in-stock {
    color: green;
    font-size:14px;
}

p.out-of-stock {
    color: red;
    font-size: 14px;
}

.slick-initialized {
    opacity: 1
}


.product-action {
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}
.action-primary a, .product-description .compare-cart,
.cart-main-area.wish-list .product-add-to-cart a {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    -webkit-transition: all 400ms ease-in 0s;
    -ms-transition: all 400ms ease-in 0s;
    -transition: all 400ms ease-in 0s;
    transition: all 400ms ease-in 0s;
    width: 100%;
    margin: 0 0 10px;
    font-weight: 700;
    display: block;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.action-primary a {
    background: #e62e04 none repeat scroll 0 0;
    border-color: #e62e04;
    color: #fff;
    height: 43px;
    margin-bottom: 0;
    margin-right: 10px;
    width: 100%;
    cursor: pointer;
}

@media not all and (pointer: coarse) {
    .action-primary a:hover, .product-description .compare-cart:hover,
    .cart-main-area.wish-list .product-add-to-cart a:hover {
        background: red;
        color: #fff;
        border-color: red;
    }
}

.action-primary.cart-buy a {
    background: #EDA93A none repeat scroll 0 0;
    border-color: #EDA93A;
}

.action-secondary a {
    background: transparent none repeat scroll 0 0;
    color: #333;
    margin-left: 5px;
    transform: scale(0.6);
}

.action-secondary a span {
    color: #363636;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    padding-left: 7px;
    vertical-align: -4px;
    white-space: normal;
    width: calc(100% - 28px);
}

.action-secondary a i {
    color: #363636;
    float: left;
    font-size: 28px;
    width: 28px;
}

.action-secondary a:hover i, .action-secondary a:hover span {
    color: #E62E04;
}


.li-product-menu {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.li-product-menu li {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    z-index: 99;
}

.li-product-menu > li > a > span {
    position: relative;
}

.li-product-menu > li > a span::before,
.li-product-menu > li > a.active span::before {
    content: "";
    position: absolute;
    bottom: -11px;
    opacity: 0;
    left: 0;
    background: #e62e04;
    right: 0;
    height: 3px;
    display: block;
}

.li-product-menu > li > a.active span::before {
    background: #e62e04;
    opacity: 1;
}


.li-product-menu li span.active::before {
    opacity: 1;
    width: 100%;
}


.li-product-menu li a {
    color: #242424;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding: 0 30px 0 0;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 0.25px;
    border-right: 1px solid #e1e1e1;
}

.li-product-menu li:last-child a {
    border-right: 1px solid transparent;
}

.li-product-menu > li a.active {
    color: #242424;
}


/*Large Mobile Device :576px */
@media (min-width: 576px) and (max-width: 767px) {
    /*Product Area*/
    .li-product-menu li {
        padding-right: 15px;
    }

    .li-product-menu li a {
        padding: 0 15px 0 0;
    }
}

/* Small Mobile Device :480px. */
@media (min-width: 480px) and (max-width: 575px) {
    /*Product Area*/
    .li-product-menu li {
        padding-right: 0;
    }

    .li-product-menu li a {
        padding: 0 7.5px 0 7.5px;
    }

    .li-product-menu > li:first-child a {
        padding-left: 0;
    }

    .li-product-menu > li > a > span {
        font-size: 16px;
    }

    .li-product-menu > li > a span::before,
    .li-product-menu > li > a.active span::before {
        bottom: -13px;
    }
}

/* Extra Small Mobile Device :320px. */
@media (max-width: 479px) {
    /*Product Area*/
    .li-product-menu li {
        display: block;
        float: left;
        padding-right: 0;
    }

        .li-product-menu li a {
            padding: 10px 15px 0 0;
            border-right: none;
        }

    .li-product-menu > li > a > span {
        font-size: 16px;
        line-height: 30px;
    }

    .li-product-menu > li > a span::before,
    .li-product-menu > li > a.active span::before {
        bottom: -10px;
    }
}


@media not all and (pointer: coarse) {
    .li-product-menu > li:hover > a span::before {
        opacity: 1;
        background: #E62E04;
    }

    .li-product-menu li span:hover::before {
        opacity: 1;
        width: 100%;
    }

    .li-product-menu li a:hover {
        color: #242424;
    }
}

div.product-description {
    word-break: break-all !important;
    width: 100% !important;
}


.product-area .tab-content {
    min-height: 320px;
}

.modal-body {
    padding: 5px;
}

.modal-backdrop {
    background-color: #D8D3D0;
}

.modal-content {
    border-color: transparent;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
}

.cart-product-img {
    position: relative;
    margin: 10px 0 0;
}

p.cart-product-name {
    font-size: 16px;
    margin-bottom: 10px;
}
.cart-product-price, .cart-product-quantity {
    margin-bottom: 10px;
}

.cart-price-value {
    color: #E62E04;
    margin-left: 10px;
}

.cart-quantity-value {
    margin-left: 10px;
}


.cart-product-content-wrapper {
    padding: 0 28px 0 2px;
}
.cart-product-content {
    min-height: 115px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.modal-footer {
    justify-content: center;
}

.btn-cart-primary, .btn-cart-secondary {
    background: #e62e04 none repeat scroll 0 0;
    border-color: #e62e04;
    color: #fff;
    height: 43px;
    margin-bottom: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.btn-cart-primary {
    background: #EDA93A none repeat scroll 0 0;
    border-color: #EDA93A;
}


.btn-cart-secondary:hover,
.btn-cart-primary:hover {
    color: white;
    text-decoration: none;
}

.cart-image-wrapper {
    padding-left :30px;
}