﻿.products-row .empty {
    text-align: center;
    font-size: 20px;
    padding: 20px;
    margin-top: 40px;
}

.filter-row-con {
    position: relative;
    z-index: 15;
}

    .filter-row-con.is_stuck {
        border-bottom: 1px solid #ccc;
    }

    .filter-row-con .filters-row {
        position: relative;
        background-color: #f6f6f6;
        border-bottom: 1px solid transparent;
        transition: all 0.3s;
        padding: 30px 0 0 0 ;
        display: flex;
    }
#rmv_filters  {
    background: #f6f6f6;
}
    #rmv_filters a {
        padding: 5px 10px;
        display: inline-block;
        color: #474747;
    }
    #rmv_filters a:hover {
     
        color: #111;
    }
    #rmv_filters a:before {
        content: '\e931';
        font-family: 'icomoon' !important;
        line-height:1;
    }
.filters-row .filter-con {
    display: flex;
    flex: 3 0 0;
    align-items: flex-start;
}

.filters-row .sort-con {
    display: flex;
    flex: 1 0 0;
    justify-content: flex-end;
}

.filters-row select {
    outline: 0;
    border: 1px solid #21304D;
    font-size: 14px;
    padding: 3px 5px;
    width: 100%;
    background-color: transparent !important
}
.select-con a.openf {
    font-weight: bold;
    position:relative;
    display:inline-block;
}
    .select-con a.openf::after {
        content: '';
        margin-right: 5px;
        width: 0;
        height: 0;
        border-left: 3.5px solid transparent;
        border-right: 3.5px solid transparent;
        border-top: 3.5px solid #231f20;
        transition: all .5s;
        position: absolute;
        border-bottom: none;
        right: auto;
        top: 7px;
    }
    .select-con a.openf span.count {
        position: absolute;
        right: -22px;
        top: -2px;
         background: #231f20;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        font-weight: normal;
        line-height: 1;
        width: 18px;
        height: 18px;
        display: flex;
         justify-content: center;
        align-items: center;
        padding-top: 2px;
    }
    .select-con a.openf span.count:empty {
       display:none;
    }
    .select-con a.openf.active::after {
        content: '';
        margin-right: 10px;
        width: 0;
        height: 0;
        border-left: 3.5px solid transparent;
        border-right: 3.5px solid transparent;
        border-bottom: 3.5px solid #231f20;
        border-top: none;
        transition: all .5s;
        position: absolute;
        right: auto;
        top: 7px;
    }
    .select-con a.openf.active::before {
        content: '';
        width: calc(100% + 20px);
        height: 3px;
        transition: all .5s;
        position: absolute;
        right: 0;
        bottom: -4px;
        background-color: #21304d;
    }
.filters-row ul.filters {
    outline: 0;
    border: none !important;
    font-size: 14px;
    padding:  5px;
    width: 100%;
    background-color: #f6f6f6 !important;
    list-style: none;
    display: none;
    min-width: 280px;
    position: absolute;
    right: 0;
    top: 35px;
    margin:0;
}
    .filters-row ul.filters#filter_price, .filters-row ul.filters#filter_weight {
        top:30px;
    }
.filters-row ul#filter_size li {
    width: 32%;
    float: right;
}
.filters-row ul#filter_size li.full {
    width: 100%;
    font-weight:bold;
    opacity:0.9;
    min-height:auto;
  
}
    .filters-row ul.filters li label {
        padding-right: 6px;
        color: #21304D;
        cursor: pointer;
    }
    .filters-row ul.filters li  {
    min-height:30px;
    }

    .filters-row ul.filters li input {
        
        cursor: pointer;
    }



.filters-row .filter-con .select-con {
    /*        flex-basis: 100%;*/
    margin-left: 10px;
    min-width: 110px;
    position: relative;
}

.filters-row .filter-con a.light {
    margin-right: 10px;
}

 

 

.select-con .remove-filter {
    position: absolute;
    top: 22px;
    left: -8px;
    padding: 2px;
    background-color: #fff;
    border-radius: 50%;
    color: #f00;
    border: 1px solid #db2a2a;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

    .select-con .remove-filter:hover {
        background-color: #db2a2a;
        border-radius: 50%;
        color: #fff;
    }

.select-con.slider-con .remove-filter {
    top: initial;
    bottom: -20px;
    left: 50%;
    margin-left: -45px;
}

 

.filters-row .sort-con .select-con {
    margin-right: 10px;
}

div.range-slider {
    position: relative;
    width: 200px;
    height: 35px;
    text-align: center;
}

    div.range-slider input {
        pointer-events: none;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: 15px;
        width: 200px;
        outline: none;
        height: 18px;
        margin: 0;
        padding: 0;
    }

        div.range-slider input::-webkit-slider-thumb {
            pointer-events: all;
            position: relative;
            z-index: 1;
            outline: 0;
        }

        div.range-slider input::-moz-range-thumb {
            pointer-events: all;
            position: relative;
            z-index: 10;
            -moz-appearance: none;
            width: 9px;
        }

        div.range-slider input::-moz-range-track {
            position: relative;
            z-index: -1;
            background-color: rgba(0, 0, 0, 1);
            border: 0;
        }

        div.range-slider input:last-of-type::-moz-range-track {
            -moz-appearance: none;
            background: none transparent;
            border: 0;
        }

        div.range-slider input[type=range]::-moz-focus-outer {
            border: 0;
        }





/*products_list_items_____________*/

.products-con-row {
    grid-template-columns: repeat(4,1fr);
    display: grid;
    grid-gap: 30px;
}






    .products-con-row .product-item {
        width: 100%;
        overflow: hidden;
        position: relative;
        text-align: center;
        margin-bottom: 40px;
    }

        .products-con-row .product-item .img {
            width: 300px;
            height: 300px;
            position: relative;
        }

            .products-con-row .product-item .img img {
                height: 100%;
                width: 100%;
                object-fit: cover;aspect-ratio:1;
            }


        .products-con-row .product-item .img2 {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: all 0.4s;
        }

        .products-con-row .product-item:hover .img2 {
            opacity: 1;
        }

        .products-con-row .product-item .head {
            font-size: 15px;
            font-weight: normal;
            color: #000;
            margin: 4px 0;
        }

        .products-con-row .product-item .price, .pr-slider .slider-item .price {
            font-size: 16px;
            font-weight: 500;
            color: #000;
            margin: 0;
        }

            .products-con-row .product-item .price.price-b, .pr-slider .slider-item .price.price-b {
                text-decoration: line-through;
                font-weight: normal;
                font-size: 14px;
                text-decoration-color: #bb0504;
            }

            .products-con-row .product-item .price .ccy, .pr-slider .slider-item .price .ccy {
                font-size: 12px;
                font-weight: normal;
            }

            .products-con-row .product-item .price.na, .pr-slider .slider-item .price.na {
                color: #999;
            }

.pr-col-con .pr-img-col {
    position: relative
}

  

.products-con-row .product-item .like, .product-slider.haslike .slider-item .like {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 10px;
    color: #000;
    transition: all 0.3s;
    opacity: 0;
    font-size: 24px
}

.product-slider.haslike .slider-item .like {
    opacity: 1
}

.products-con-row .product-item .like:hover {
    color: #21304D;
}

.products-con-row .product-item:hover .like {
    opacity: 1;
}

.products-con-row .product-item .like .icon {
    display: block;
}




.pagination-row {
    margin: 30px 0;
    text-align: center;
}


    .pagination-row ul {
        list-style: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .pagination-row ul li {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            margin: 5px;
            float: right;
            cursor: pointer;
            border: 1px solid #21304D;
            overflow: hidden
        }

            .pagination-row ul li:hover {
                border: 1px solid #21304D;
            }

            .pagination-row ul li a {
                display: flex;
                color: #21304D;
                font-size: 16px;
                font-weight: 500;
                line-height: 0;
                padding-top: 5px;
                width: 100%;
                height: 100%;
                justify-content: center;
                align-items: center;
                transition: all .3s
            }

            .pagination-row ul li.firstlast a {
                font-weight: normal;
                transform: scaleY(1.5);
                text-shadow: -1px 0 #000;
                padding-top: 2px;
            }

            .pagination-row ul li a .icon {
                font-size: 24px;
                font-weight: normal;
                margin-top: -3px;
            }



            .pagination-row ul li:hover a {
                color: #21304D;
                background-color: #ccc;
            }

            .pagination-row ul li.active {
                background-color: #21304D;
                border-color: #21304D;
            }

                .pagination-row ul li.active a {
                    color: #fff;
                }


.products-con-row .img-item {
    grid-column: 3 / span 2;
    grid-row: 3 / span 2;
}
    .products-con-row .img-item.in-row2 {
        grid-column: 3 / span 2;
        grid-row: 2 / span 2;
    }

    .products-con-row .img-item .item-con {
        display: flex;
        align-items: flex-end;
        position: relative;
        width: 100%;
        height: 100%
    }

        .products-con-row .img-item .item-con .bg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

            .products-con-row .img-item .item-con .bg img, .products-con-row .img-item .item-con .bg video {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .products-con-row .img-item .item-con .cap {
            position: relative;
            min-width: 100%;
            z-index: 3;
            padding: 40px;
            text-align: center;
            margin-bottom: 60px;
        }

.img-item .cap a.button {
    background-color: transparent !important;
    display: inline-flex;
    padding: 10px 30px;
}

    .img-item .cap a.button.light {
        border-color: #fff !important;
        color: #fff !important;
    }

    .img-item .cap a.button.dark {
        border-color: #21304d !important;
        color: #21304d !important;
    }

    .img-item .cap a.button:hover {
        background-color: #21304d !important;
    }
 
.products-top-row {
    position: relative;
}

    .products-top-row .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

        .products-top-row .bg img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-position: center center
        }


    .products-top-row .products-top-con {
        position: relative;
        z-index: 16;
        /*            border-top: 1px solid #00000040;*/
        display: flex;
        flex-direction: column;
        min-height: 430px;
        justify-content: space-between;
    }






    .products-top-row .top-head-row .head-row {
        display: flex;
        align-items: flex-start;
        padding-bottom: 15px;
    }




        .products-top-row .top-head-row .head-row .head {
            font-size: 26px;
            font-weight: 400;
            margin: 0;
            padding: 0;
        }

        .products-top-row .top-head-row .head-row .head2 {
            font-size: 18px;
            font-weight: 400;
            margin: 0;
            padding: 0;
        }

.products-row {
    padding-bottom: 120px;
    background-color: #f6f6f6;
}
        /*productPDP*/
#samecolorrow .slider-item {
    width: 50px;
}

    #samecolorrow .slider-item.active a {
        border: 1px solid #666;
        display: block
    }
    #samecolorrow .slider-item a img{
       object-fit:cover;
       aspect-ratio:1;
    }





/*________________PRODUCT_______________*/







.product-row .pr-col-con {
    display: flex;
    flex-wrap: wrap;
}

    .product-row .pr-col-con .pr-img-col {
        flex: 1 0 0px;
        overflow: hidden;
    }

    .product-row .pr-col-con .pr-info-col {
        margin-right: 60px;
        flex: 1 0 0px;
    }






.product-row .pr-head-row {
    display: flex;
    border-bottom: 1px solid #00000040;
    padding-bottom: 15px;
    align-items: flex-end;
}

    .product-row .pr-head-row .head-con {
        flex-grow: 1;
    }

        .product-row .pr-head-row .head-con .pr-head {
            flex-grow: 1;
            font-size: 25px;
            line-height: 25px;
            font-weight: 400;
            margin: 0;
            padding: 0;
        }


    .product-row .pr-head-row .like-con .like {
        color: #21304D;
        display: block;
        transition: all 0.3s;
    }

        .product-row .pr-head-row .like-con .like:hover {
            color: #21304D;
        }

        .product-row .pr-head-row .like-con .like .icon {
            font-size: 24px;
            display: block;
        }


.product-row .pr-option-row {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

    .product-row .pr-option-row div.clips {
        display: flex;
        align-items: flex-start;
    }

        .product-row .pr-option-row div.clips input {
            margin-left: 5px;
        }

        .product-row .pr-option-row div.clips label i {
            display: block;
            font-size: 11px;
            font-style: normal;
        }

    .product-row .pr-option-row.nopad {
        padding: 15px 0 0 0;
    }

    .product-row .pr-option-row .option-head {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

        .product-row .pr-option-row .option-head .head {
            font-size: 16px;
            font-weight: 500;
            flex-grow: 1;
        }

            .product-row .pr-option-row .option-head .head label, .product-row .pr-option-row .option-head .head input {
                cursor: pointer
            }

    .product-row .pr-option-row.nopad .option-head .head label {
        font-weight: 300;
        user-select: none;
    }

    .product-row .pr-option-row .option-desc {
        font-size: 12px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        color: #999
    }

        .product-row .pr-option-row .option-desc .icon {
            font-size: 16px;
            margin-left: 5px;
            color: #21304D
        }

    .product-row .pr-option-row .options-con {
        display: flex;
        flex-wrap: wrap;
    }

    .product-row .pr-option-row .form-filter {
        width: calc(25% - 5px);
    }

        .product-row .pr-option-row .form-filter.full {
            width: calc(100% - 15px);
        }

.product-row .pr-price-row {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

    .product-row .pr-price-row .price-con {
        flex-grow: 1;
    }

        .product-row .pr-price-row .price-con .before {
            font-size: 16px;
            text-decoration: line-through;
            opacity: .69;
            text-decoration-color: #bb0504;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }



        .product-row .pr-price-row .price-con .main {
            font-size: 19px;
            font-weight: 500;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .product-row .pr-price-row .price-con .ccy {
            font-size: 14px;
            font-weight: normal;
        }

.product-row .pr-add-row {
    margin: 15px 0;
    width: 100%;
}

    .product-row .pr-add-row .add-btn {
        font-size: 18px;
        background-color: #21304D;
        color: #fff;
        text-align: center;
        padding: 15px;
        display: block;
        transition: all 0.5s;
        cursor: pointer;
        width: 50%;
        border: 1px solid transparent;
        user-select: none;
    }

.disabled-btn {
    background-color: #999 !important;
    color: #ddd !important;
    cursor: not-allowed !important;
}

.product-row .pr-add-row .add-btn.notify {
    float: right;
    padding: 7px 15px;
}

    .product-row .pr-add-row .add-btn.notify.branches {
        background-color: #fff;
        color: #21304D;
        border-color: #21304D;
        width: calc(50% - 15px);
        margin-right: 15px;
    }

.product-row .pr-add-row .add-btn.order {
    background-color: #efefef;
    color: #21304D;
    padding: 7px 15px;
}


.product-row .pr-add-row .add-btn:hover {
    color: #21304D;
    background-color: #efefef;
}

.product-row .pr-add-row .add-btn.order:hover {
    background-color: #21304D;
    color: #efefef;
}

.product-row .pr-add-row .add-btn.stop {
    background-color: #999 !important;
    cursor: initial !important;
    color: #fff !important;
    user-select: none
}

.product-row .pr-add-row .add-btn.notify.branches:hover {
    background-color: #21304D;
    color: #fff;
}


.product-row .pr-info-row {
    margin: 30px 0;
    display: flex;
}

    .product-row .pr-info-row .info-con {
        max-width: 50%;
        flex-grow: 1;
    }


    .product-row .pr-info-row .info-item {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

        .product-row .pr-info-row .info-item:after {
            content: '';
            height: 1px;
            flex-grow: 1;
            margin: 0 15px;
            background-color: #ccc;
            order: 2;
        }

        .product-row .pr-info-row .info-item .ttl {
            padding: 4px 0;
            color: #999;
            font-weight: 400;
            order: 1;
        }

        .product-row .pr-info-row .info-item .val {
            padding: 4px 0;
            color: #000;
            direction: ltr;
            order: 3;
        }

            .product-row .pr-info-row .info-item .val a.collections {
                font-weight: 500;
                color: #21304D
            }

                .product-row .pr-info-row .info-item .val a.collections::after {
                    content: '، ';
                }

                .product-row .pr-info-row .info-item .val a.collections:last-child::after {
                    display: none;
                }

    .product-row .pr-info-row .link-con {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

        .product-row .pr-info-row .link-con a {
            margin: 5px 0;
        }






.form-filter {
    display: inline-block;
    margin: 5px;
    margin-right: 0;
}

    .form-filter input {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }

        .form-filter input ~ .con {
            background-color: #fff;
            border: 1px solid #21304D;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            color: #000;
            transition: all .3s;
            cursor: pointer
        }

    .form-filter:hover input ~ .con {
        color: #21304D;
        border: 1px solid #21304D;
    }



    .form-filter.img-filter input ~ .con {
        min-height: 36px;
    }

    .form-filter input:disabled ~ .con {
        color: #666;
        cursor: not-allowed;
        border: 1px solid #999;
        background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%), linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), rgba(0,0,0,0) 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%);
    }

    .form-filter input:checked ~ .con {
        background-color: #21304D;
        border: 1px solid #21304D;
        color: #fff
    }

    .form-filter input ~ .con .txt {
        font-size: 16px;
        font-weight: 400;
        padding: 5px 15px;
        white-space: nowrap
    }


    .form-filter input ~ .img {
        width: 36px;
        height: 36px;
        display: inline-block;
        float: right;
        cursor: zoom-in;
        border: 1px solid #000;
        margin-left: -1px;
        transition: all .3s;
    }

    .form-filter input:hover ~ .img,
    .form-filter input:checked ~ .img {
        border: 1px solid #21304D;
    }

    .form-filter input:disabled ~ .img {
        border: 1px solid #999;
    }

    .form-filter input ~ .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }









.lightbox .lb-image {
    border: none;
    border-radius: 0
}



.product-row .img-col {
    position: relative;
}


.lg-outer {
    direction: ltr;
}

.lg-backdrop {
    background-color: #fff;
}

.lg-toolbar {
    background-color: rgba(255,255, 255, 0.5);
}

    .lg-toolbar .lg-icon {
        color: #000;
        font-size: 22px;
    }

        .lg-toolbar .lg-icon:hover {
            color: #000;
        }

.lg-icon {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.lg-toolbar .lg-close:after {
    content: "\ea09";
}

#lg-zoom-in:after {
    content: "\eadb";
}

#lg-zoom-out:after {
    content: "\eadd";
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    color: #000;
    padding: 10px;
    font-size: 22px;
    margin-top: -10px;
    top: 50%;
}

.lg-actions .lg-next {
    right: 0px;
}

.lg-actions .lg-prev {
    left: 0px;
}

    .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
        color: #000;
    }

.lg-actions .lg-next:before {
    content: "\e910";
}

.lg-actions .lg-prev:after {
    content: "\e906";
}

.lg-sub-html {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    font-size: 14px;
    direction: rtl;
}


#lg-actual-size,
.lg-fullscreen,
.lg-autoplay-button {
    display: none;
}

#image-gallery {
    direction: ltr
}

    #image-gallery li {
        text-align: center;
        padding: 0;
        cursor: zoom-in;
    }
  #image-gallery li.lslide.video {
position:relative;
  }
      #image-gallery li.lslide.video:after {
          content: '▶︎';
          width: 160px;
          height: 160px;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -80px;
          margin-left: -80px;
          font-size: 110px;
          line-height: 1;
         
          border: 10px solid #000;
          border-radius: 50%;
          aspect-ratio: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #000;
          opacity: 0.1;
          padding-top: 30px;
          padding-left: 20px;
          transition:opacity .5s;
      }
      #image-gallery li.lslide.video:hover::after  {
   
          opacity: 0.2;
         
      }

        #image-gallery li img {
            width: 100%;
            height: 615px;
            object-fit: cover;
        }

.lSSlideWrapper {
    margin-bottom: 15px;
}


.lSSlideOuter .lightSlider {
    position: relative;
    z-index: 3;
}




.lSSlideOuter .lSPager.lSGallery {
    text-align: center;
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

    .lSSlideOuter .lSPager.lSGallery li {
        opacity: 0.5;
        float: none;
        display: inline-block;
        transition: all 0.3s;
    }

        .lSSlideOuter .lSPager.lSGallery li.active,
        .lSSlideOuter .lSPager.lSGallery li:hover {
            border-radius: 0px;
            opacity: 1;
        }

    .lSSlideOuter .lSPager.lSGallery img {
        width: 95%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 1;
    }

.lSAction {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


    .lSAction > a {
        width: auto;
        display: flex;
        top: initial;
        height: 100%;
        align-items: center;
        background-image: none;
        opacity: .5;
        color: #000;
        font-size: 24px;
        position: absolute;
        z-index: 4;
        padding: 10px;
        margin: 0;
        transition: all .5s;
        background: rgb(255,255,255);
    }

    .lSAction > .lSPrev {
        float: left;
        left: initial;
        padding: 0;
        background: none
    }



    .lSAction > .lSNext {
        float: right;
        right: 0;
        padding: 0;
        background: none
    }



.leaflet-bottom.leaflet-right {
    display: none !important
}

.leaflet-top {
    z-index: 9 !important
}

.page-desc {
    padding: 20px 45px;
    text-align: justify;
    line-height: 1.8;
    font-size: 17px;
}
.link.calc {
    position: relative
}

#priceformoulespan {
    display: none;
    position: absolute;
    left: 0;
    text-align: center;
    top: -35px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    min-width: 450px;
}


.lSPager.lSGallery {
    transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -webkit-transform: translate3d(0,0,0) !important;
}

.lSAction > .lSPrev {
    left: initial !important;
    right: 0 !important;
    transform: rotate(180deg);
}

.lSAction > .lSNext {
    right: initial !important;
    left: 10px !important;
    transform: rotate(180deg);
}
/* .lSSlideOuter .lSPager.lSGallery {
    flex-direction:row-reverse
    }*/
.lg-actions .lg-prev {
    left: initial !important;
    right: 20px !important;
    transform: rotate(180deg);
}

.lg-actions .lg-next {
    right: initial !important;
    left: 20px !important;
    transform: rotate(180deg);
}
.captchas img {
    border: none;
    outline: none;
}

.noleahtger {
    margin: 25px 0 0 0
}

.colors {
    opacity: 0;
    transition: all .3s;
    height: 0;
}

    .colors div.color {
        width: 85px;
        text-align: center
    }

    .colors.shows {
        opacity: 1;
        height: auto;
        position: relative
    }

    .colors input {
        display: none
    }

    .colors.shows .cons {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-block;
        border: 2px solid #eeeeee;
        cursor: pointer;
    }

    .colors.shows input:checked ~ .cons {
        border: 2px solid #000;
    }

    .colors.shows input:checked ~ .title {
        font-weight: 500;
    }

    .colors .owl-nav .owl-next {
        position: absolute;
        left: 5px;
        top: 38px;
    }

    .colors .owl-nav .owl-prev {
        position: absolute;
        right: 5px;
        top: 38px;
    }

.title-filter {
    text-align: center;
    cursor: pointer
}

.modal-body.leathers-cont {
    padding: 0;
    background-color: #fff
}

.leathers label {
    margin-bottom: 0
}

.title-filter .con {
    display: inline-block;
    padding: 10px;
    transition: all .3s
}

.colors-con {
    height: 110px;
    text-align: center;
    width: 100%;
}

.colors label {
    margin-bottom: 0;
    font-weight: 300;
    display: block;
    cursor: pointer;
}

    .colors label span.title {
        display: block;
        cursor: pointer;
    }

.colorimg {
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transition: all .3s
}

    .colorimg.shows {
        opacity: 1
    }

    .colorimg img {
        width: 80%;
        max-width: 600px;
        min-height: 230px
    }

.title-filter:hover .con {
    background-color: #999;
}

.title-filter input:checked ~ .con {
    background-color: #21304d;
    color: #fff;
}

.product-row .pr-option-row .options-con.leathers {
    flex-wrap: nowrap;
    justify-content: space-between;
    box-shadow: 0px 5px 5px rgba(0,0,0,.2);
}

.modal-body .pr-option-row {
    border-bottom: none;
    background-color: #eeeeee;
    padding-bottom: 0
}

.product-row .pr-option-row {
    border-bottom: none;
}

.leathers input {
    display: none
}

.modal-body.leathers-cont .btn-row {
    padding: 45px 10px 10px 10px;
    justify-content: center;
}

    .modal-body.leathers-cont .btn-row .button {
        flex: none;
        width: 120px;
        margin: 0 15px;
    }

.noleahtger label, .noleahtger input {
    cursor: pointer;
}

#sellet {
    padding: 10px;
    font-weight: 400;
}



.modal-body.leathers-cont .btn-row .button.disabled {
    background-color: #999 !important;
    cursor: not-allowed !important;
    color: #cdcdcd !important
}

.colors-con .modal-header {
    opacity: 0;
}

 

.button.cancel {
    margin-top: 10px;
    background: #db2a2a;
    border: 1px solid #fff;
}

    .button.cancel:hover {
        border: 1px solid #db2a2a;
        color: #Eee
    }

@media (max-width:1399px) and (min-width:768px) {
    .form-filter.img-filter input ~ .con .txt {
        font-size: 13px;
    }

    .colorimg img {
        max-width: 450px;
        min-height: unset
    }
}

.btn-leather {
    background: #fff;
    color: #21304D;
    border: 1px solid #21304D;
    padding: 5px 15px;
    margin-right: 15px;
    margin-bottom: -5px;
    display: inline-block;
    width: calc(50% - 95px);
    text-align: center;
    transition: all .3s
}

    .btn-leather:hover {
        background: #21304D;
        color: #fff;
        border: 1px solid #21304D;
    }

@media(max-width:600px) {
    .btn-leather {
        width: calc(100% - 100px);
        float: left
    }
}

@media screen and (min-width: 1199px) {
    #leathermodal .modal-dialog.md-dialog {
        width: 1100px;
    }
}
 

@media (max-width: 1399px) {
    #image-gallery li img {
        height: calc(50vw - 59px);
    }

   
}

@media (max-width: 1199px) {
    .product-row .pr-info-row {
        flex-wrap: wrap;
    }

        .product-row .pr-info-row .info-con {
            max-width: 100%;
            min-width: 100%;
        }

        .product-row .pr-info-row .link-con {
            margin-top: 15px;
            justify-content: space-between;
            flex-direction: row;
        }
}

@media (max-width: 991px) {
    .product-row .pr-add-row .add-btn {
        padding: 10px
    }
    .product-row .pr-col-con .pr-info-col {
        margin-right: 45px;
    }

    #image-gallery li img {
        height: calc(50vw - 45px);
    }

  
    .product-row .pr-head-row {
        margin-top: 15px;
    }
}



@media(max-width:767px) {
    #priceformoulespan {
        min-width: initial;
        padding: 3px;
        width: calc(100vw - 30px);
        top: -50px;
        min-height: 45px;
        z-index: 3
    }

    .page-desc {
        padding: 15px 5px;
        font-size: 16px;
    }
    .product-row .pr-col-con .pr-img-col,
    .product-row .pr-col-con .pr-info-col {
        min-width: 100%;
    }

    .product-row .pr-col-con .pr-info-col {
        margin-right: 0;
        margin-top: 5px;
    }

    .product-row .pr-head-row {
        padding-bottom: 10px;
    }

        .product-row .pr-head-row .head-con .pr-head {
            font-size: 22px;
            line-height: 20px;
        }

        .product-row .pr-head-row .like-con .like .icon {
            font-size: 18px;
        }

    .product-row .pr-option-row {
        padding: 10px 0;
    }

        .product-row .pr-option-row .option-head .head {
            font-size: 14px;
        }

        .product-row .pr-option-row .option-head .link {
            font-size: 12px;
        }

        .product-row .pr-option-row .option-desc {
            font-size: 10px;
        }



    .product-row .pr-price-row {
        margin: 10px 0;
    }

        .product-row .pr-price-row .price-con .before {
            font-size: 16px;
        }

        .product-row .pr-price-row .price-con .main {
            font-size: 20px;
        }

        .product-row .pr-price-row .link {
            font-size: 12px;
        }

    .product-row .pr-add-row {
        margin: 10px 0;
        width: 100%;
    }

        .product-row .pr-add-row .add-btn {
            font-size: 16px;
            padding: 10px;
            width: 100%;
            float: none;
        }

            .product-row .pr-add-row .add-btn.notify.branches {
                margin-right: 0;
                margin-top: 10px;
                width: 100%;
            }

    .product-row .pr-info-row {
        margin: 15px 0;
    }

        .product-row .pr-info-row .info-item .ttl,
        .product-row .pr-info-row .info-item .val {
            padding: 3px 0;
            font-size: 12px;
        }

        .product-row .pr-info-row .link-con a {
            font-size: 12px;
        }

    .form-filter.img-filter input ~ .con {
        min-height: 32px;
    }

    .form-filter input ~ .con .txt {
        font-size: 14px;
    }


    .form-filter input ~ .img {
        width: 32px;
        height: 32px;
    }




    #image-gallery li img {
        height: calc(100vw - 30px);
    }

    .lSSlideWrapper {
        width: 100%
    }


    .lSSlideOuter {
        position: relative;
        padding-right: 0;
    }


        .lSSlideOuter .lSPager.lSGallery {
            width: 100%;
            justify-content: flex-end;
            flex-direction: row
        }

            .lSSlideOuter .lSPager.lSGallery li {
                margin: 10px 0 0 0 !important;
                width: 100% !important;
            }

            .lSSlideOuter .lSPager.lSGallery img {
                
                width: 90%;
                margin-right: 5%
            }

    .lSAction > a {
        font-size: 20px;
    }
}







/*productPDP*/
@media(max-width:1399px) {
    .products-top-row .products-top-con {
        min-height: 30vw
    }
}
@media(max-width:1199px) {
    .filters-row .filter-con {
        flex: 2 0 0;
    }

        
}


@media(max-width:991px) {
    .products-top-row .products-top-con {
        min-height: 40vw
    }
    .filter-row-con.in {
        z-index: 130;
    }

    .filter-row-con .filters-row {
        padding: 15px 0 0 0;
        align-items: center;
    }
    #rmv_filters
    {
        padding-bottom:15px;
    }


    .filters-row .filter-con {
        position: fixed;
        top: 0;
        right: -110vw;
        width: 100vw;
        height: 100vh;
        background-color: #Fff;
        z-index: 10000;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        transition: all 0.5s;
        padding: 45px;
    }

        .filters-row .filter-con .select-con.slider-con {
            width: 100%;
            min-width: initial;
        }
   
    .filters-row ul.filters {
        position: initial;
        background-color: transparent !important;
        margin-top: 10px;
    }
    .filters-row .filter-con.in {
        right: 0;
    }

    .filters-row select {
        font-size: 14px;
        overflow: hidden
    }



    .filters-row .filter-con .select-con {
        min-width: 100%;
        margin-left: 0 !important;
        margin-bottom: 25px;
        flex: initial;
    }

        .filters-row .filter-con .select-con select {
            padding: 5px;
        }



    .filters-row .filter-con .close-icon {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 24px;
    }

    .filters-row .filter-head {
        font-size: 15px;
        font-weight: 500
    }

    .filters-row .filter-con .button {
        padding: 5px 30px;
        font-size: 14px;
        margin-right: 0 !important;
        min-width: 140px;
        margin-bottom: 15px;
    }

    .products-con-row {
        grid-template-columns: repeat(3,1fr);
    }

        .products-con-row .product-item .img {
            height: calc(33vw - 38px);
        }
}


@media (max-width:767px) {
    .MoreDiv h2 {
        font-size: 20px;
    }

    .title-filter .con {
        padding: 8px 12px
    }

    .product-row .pr-option-row .options-con.leathers {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .leathers label {
        width: 25%;
        text-align: right
    }

    span#sellet {
        display: block;
        padding: 0;
        margin-top: 20px;
    }

    .noleahtger {
        margin: 10px 0 0 0
    }

    .colorimg img {
        min-height: unset;
        width: 100%
    }

    .colors-con {
        padding: 0 10px;
    }

    .colors div.color {
        width: calc((100vw - 50px)/4);
    }

    .colors .owl-nav .owl-prev {
        right: -5px;
    }

    .colors .owl-nav .owl-next {
        left: -5px;
    }

    .lSPager.lSGallery {
        transform: translate3d(0px, 0px, 0px) !important;
        -moz-transform: translate3d(0,0,0) !important;
        -ms-transform: translate3d(0,0,0) !important;
        -webkit-transform: translate3d(0,0,0) !important;
    }
    .pr-col-con .pr-img-col .tag {
        left: 0;
        right: initial;
    }
    .products-con-row .product-item {
        
        margin-bottom: 20px;
    }
    .products-top-row .products-top-con {
        min-height: 70vw;
    }

    .products-top-row .top-head-row {
        margin: 15px 0;
    }

        .products-top-row .top-head-row .head-row {
            padding-bottom: 0;
            justify-content: space-between
        }

            .products-top-row .top-head-row .head-row .head {
                font-size: 22px;
            }

            .products-top-row .top-head-row .head-row .head2 {
                font-size: 14px;
                letter-spacing: 2px;
            }


    .filters-row .filter-con {
        padding: 65px 30px 45px 20px;
    }

    .products-row {
        padding-bottom: 60px;
    }


    .products-con-row {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 15px;
    }

        .products-con-row .product-item .img {
            height: calc(50vw - 22px);
            width: 100%;
        }





        .products-con-row .product-item .head {
            font-size: 14px;
            margin: 7px 0;
        }

        .products-con-row .product-item .price, .pr-slider .slider-item .price {
            font-size: 14px;
        }

            .products-con-row .product-item .price.price-b, .pr-slider .slider-item .price.price-b {
                font-size: 12px;
            }

            .products-con-row .product-item .price .ccy, .pr-slider .slider-item .price .ccy {
                font-size: 10px;
            }


        .products-con-row .product-item .tag {
            font-size: 12px;
            padding: 5px 10px;
        }


        .products-con-row .product-item .like {
            padding: 7px;
            opacity: 1;
        }


            .products-con-row .product-item .like .icon {
                font-size: 18px;
            }




    .pagination-row {
        margin: 20px 0;
    }



        .pagination-row ul li {
            width: 32px;
            height: 32px;
            margin: 3px;
        }

            .pagination-row ul li:hover {
                border: 1px solid #21304D;
            }

            .pagination-row ul li a {
                font-size: 14px;
            }
    .products-con-row .img-item, .products-con-row .img-item.in-row2 {
        grid-column: 2 / span 1;
        grid-row: 2 / span 1;
    }

        .products-con-row .img-item .item-con .cap {
            padding: 20px 0;
        }

            .products-con-row .img-item .item-con .cap .button {
                padding: 5px 10px;
            }

                .products-con-row .img-item .item-con .cap .button .icon {
                    display: none;
                }
}
