﻿.contains {
    width: 100%;
    min-height: 600px;
    background-color: #fff;
    margin-top: 5px;
}

.cnl textarea, .divtextIamge textarea {
    display: block;
    width: 100%;
    height: 90px;
    padding: 4px 13px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .cnl textarea:hover, .divtextIamge textarea:focus {
        border: 1px solid #b9b9b9;
        border-top-color: #a0a0a0;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    }

    .cnl textarea:focus, .divtextIamge textarea:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.row .cnl {
}

.show {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #ebeced;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    /* box-shadow: none; */
    overflow: v;
}

.searchPro {
    width: 250px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    float: right;
}

.showImage .noData {
    text-align: center;
    font-size: 20px;
    color: #333;
    padding: 40px 0px;
}

.searchPro > div {
    border: 1px solid #ebeced;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    -moz-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    -ms-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    margin-bottom: 10px;
}

.searchPro .ParnetTitle {
    padding: 10px;
    border-bottom: 1px solid #ebeced;
    position: relative;
}

    .searchPro .ParnetTitle ~ ul, .searchPro .ParnetTitle ~ div {
        padding-top: 20px;
    }

    .searchPro .ParnetTitle a {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
    }

        .searchPro .ParnetTitle a.up::after {
            content: " ";
            background: url(Image/icons/up.png) left no-repeat;
            position: absolute;
            height: 16px;
            left: 20px;
            width: 16px;
            font-size: 16px;
        }

        .searchPro .ParnetTitle a.down::after {
            content: " ";
            background: url(Image/icons/Down.png) left no-repeat;
            position: absolute;
            height: 16px;
            left: 20px;
            width: 16px;
            font-size: 16px;
        }

.searchPro > div:nth-child(2) .ParnetTitle a.down, .searchPro > div:nth-child(2) .ParnetTitle a.up {
    background: none;
}

.searchPro > div:nth-child(2) ul li {
    position: relative;
}

    .searchPro > div:nth-child(2) ul li a {
        color: #6b6b6b;
        line-height: 30px;
        padding-right: 20px;
        font-size: 13px;
    }

        .searchPro > div:nth-child(2) ul li a:hover {
            color: #00bfd6;
            text-decoration: none;
        }

    .searchPro > div:nth-child(2) ul li:before {
        content: "\f078";
        font-family: FontAwesome;
        position: absolute;
        top: 0px;
        right: 0;
        color: #6b6b6b;
        font-size: 12px;
        line-height: 2.444;
    }

.searchPro > div:nth-child(2) ul.end li:before {
    content: "\f053";
}

.searchPro ul {
    padding-right: 10px;
}

    .searchPro ul li {
        list-style: none;
    }

        .searchPro ul li label {
            font-size: 13px;
            width: 100%;
            margin-bottom: 10px;
            position: relative;
            display: inline-flex;
            font-weight: normal;
            cursor: pointer;
        }

            .searchPro ul li label span {
                display: inline-block;
                margin-top: 1px;
                width: 100%;
                font-family: iranNum;
                margin-right: 15px;
            }

            .searchPro ul li label:before {
                position: absolute;
                width: 4px;
                height: 4px;
                content: " ";
                padding: 9px;
                background: #fff;
                border: 1px solid #d8d8d8;
                border-radius: 5px;
                z-index: 100;
            }

            .searchPro ul li label.active:before {
                position: absolute;
                /* width: 10px; */
                font-family: FontAwesome;
                display: inline-table;
                /* height: 10px; */
                top: 0px;
                right: 14px;
                content: "\f00c";
                color: #fff;
                font-size: 14px;
                line-height: 14px;
                padding: 2px;
                background: #ff6a00;
                border: 1px solid #e55f00;
                border-radius: 5px;
                z-index: 100;
            }

.showImage {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 960px;
    border: 1px solid #ebeced;
    background: #fff;
    float: right;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

    .showImage:after, .show:after, #color-Item:after, .tab-pane .row:after {
        clear: both;
        display: table;
        content: "";
    }

    .showImage:before, .show:before, #color-Item:before, .tab-pane .row:before {
        display: table;
        content: "";
    }

.tab-pane .row .cnl {
    padding-right: 30px;
    float: right;
    padding-left: 10px;
    overflow-x: auto;
    color: #808080;
}

.tab-pane .row .lbl {
    width: 100px;
    float: right;
}

.galery {
    width: 100%;
    padding: 5px;
    min-height: 300px;
    position: relative;
    /* background: red; */
}

#gal1 .swiper-button-next, #gal1 .swiper-button-prev {
    bottom: 5px;
    top: auto;
    position: absolute;
    margin-top: 10px;
    box-shadow: none;
    background-color: whitesmoke;
}

#gal1 .swiper-button-pr {
    bottom: 20px;
    top: auto;
    position: absolute;
}

.zoomWindowContainer .zoomWindow {
    height: 500px !important;
    top: -50px !important;
    border-width: 1px !important;
}

.pcode div {
    padding-right: 20px;
    padding-top: 5px;
}

.tedCart .pcode {
    padding-right: 0px;
}

    .tedCart .pcode div {
        padding-right: 0px;
        padding-top: 5px;
    }

.info {
    width: 100%;
}

.galery ~ .info {
    width: auto;
    padding-right: 0px;
}

.info header {
    float: right;
}

    .info header:last-child {
        width: 100%;
        margin-top: 0;
    }

    .info header .pcode div {
        padding-right: 0px;
        white-space: nowrap;
    }


        .info header .pcode div.values {
            display: inline-block;
            vertical-align: middle;
        }


        .info header .pcode div.add-inline {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

    .info header:nth-child(2) {
        width: 425px;
        width: 100%;
    }

.odTitle {
    margin-right: 20px;
    margin-top: 20px;
    font-size: 18px;
}

    .odTitle .til {
        font-size: 20px;
        color: #666;
        line-height: 40px;
    }

    .odTitle .tilname {
        margin-right: 10px;
        color: #808080;
    }

.odesc {
    margin: 20px;
    /* margin-top: 30px; */
    /* display: flex; */
    font-size: 15px;
    color: gray;
}

    .odesc > div:first-child {
        width: 200px;
        display: inline-block;
        background-image: url(Image/pinfo.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 200px;
    }

    .odesc > div:last-child {
        width: calc(100% - 200px);
        display: inline-block;
        padding: 20px 10px;
        border-radius: 3px;
        background-color: #eee;
    }

.titledetails {
    font-weight: normal;
    color: #ed4040;
}

.image-Temp {
    width: 400px;
    height: 370px;
    width: 300px !important;
}
/*.image-Temp .zoomWrapper
{
    height:350px!important;
}*/
.colordetails .captions span {
    color: #808080;
}

.zoomWrapper {
    float: none;
}

.image-Temp #zoom_01 {
    width: 400px;
    height: 400px;
    width: auto;
    height: auto;
    max-height: 300px;
    max-width: 300px;
    /* background: blue; */
    margin: 0px auto;
    display: block;
    height: 300px;
}

.show #info {
    padding-bottom: 20px;
    padding: 0 10px 20px;
}

.SPrice-link {
    height: 80px;
    text-align: center;
    padding-top: 30px;
}

    .SPrice-link a {
        padding: 10px 30px;
        background-color: #FF8E19;
        color: #fff;
        cursor: pointer;
    }

.info-header {
    padding: 0px 10px;
    background-color: #f5f6f7;
    margin-bottom: 0px;
}

    .info-header h1 {
        font-size: 26px;
        color: #181e25;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        background: none;
        padding: 10px 5px;
    }

.Pdetails {
    color: #808080;
    margin-right: 0px;
    font-size: 13px;
    font-weight: normal;
}

    .Pdetails.border {
        padding: 7px 0px;
        padding-left: 20px;
        color: #181e25;
        line-height: 35px;
        border-radius: 20%;
    }

.info header .pr {
    padding: 7px 0;
    /*background-color: #f2f2f2;*/
    color: #868e95;
    margin-top: 0;
    line-height: 35px;
    position: relative;
    /*border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    -webkit-border-top-left-radius: 20%;
    -webkit-border-top-right-radius: 20%;
    -moz-border-radius-topleft: 20%;
    -moz-border-radius-topright: 20%;*/
}

    .info header .pr:before {
        content: " ";
        height: 0.5px;
        width: 95%;
        top: -17px;
        right: 2.5%;
        background-color: rgb(125, 136, 146);
        position: absolute;
        background: none;
    }

.info .addCard {
    /* padding: 7px 10px; */
    /*border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    -webkit-border-bottom-left-radius: 20%;
    -webkit-border-bottom-right-radius: 20%;
    -moz-border-radius-bottomleft: 20%;
    -moz-border-radius-bottomright: 20%;
    background-color: #f2f2f2;*/
    color: #868e95;
    /* margin-top: 0px !important; */
    /* margin-right: 0px !important; */
    /* line-height: 35px; */
    /* padding-bottom: 40px; */
    /* padding: 7px 0; */
}

.notSelect {
    border: none !important;
    background: transparent;
    /*background-color: blue;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 0px;
    background-size: 20px;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px 0px;
    padding-left: 20px;
    background-color: transparent;
    color: #181e25;
    line-height: 35px;
    border-radius: 20%;
}

    .notSelect option {
        color: #424146;
        background: #ffffff;
    }

.pcode span {
    font-size: 13px;
    font-weight: bold;
}

.pcode {
    margin-right: 15px;
    margin-top: 0px;
    font-weight: bold;
    margin: 4px 0;
    position: r;
    display: b;
}

.flRight {
    float: right;
}

#gal1 img {
    border: 2px solid #808080;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border-color: #d1d1d1;
    width: 55px;
    height: 55px;
    margin: 2px 0;
    max-width: 55px;
    max-height: 55px;
    display: block;
}

    #gal1 img:hover {
        border-color: var(--red);
    }

#color {
    /*background-color:#f5f6f7;*/
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: 0 2px 0 #dddddd inset;
    -webkit-box-shadow: 0 2px 0 #dddddd inset;
    -moz-box-shadow: 0 2px 0 #dddddd inset;
    -ms-box-shadow: 0 2px 0 #dddddd inset;
    -o-box-shadow: 0 2px 0 #dddddd inset;
}

    #color .header-color {
        padding: 0px 10px;
        background-color: #f5f6f7;
        border-bottom: 1px solid #dddddd;
        text-align: center;
        box-shadow: 0 2px 0 #dddddd inset;
        -webkit-box-shadow: 0 2px 0 #dddddd inset;
        -moz-box-shadow: 0 2px 0 #dddddd inset;
        -ms-box-shadow: 0 2px 0 #dddddd inset;
        -o-box-shadow: 0 2px 0 #dddddd inset;
    }

    #color h3 {
        color: #666;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 16px;
    }

#color-Item {
    height: 400px;
    width: 100%;
    margin-top: 10px;
    overflow-y: auto;
}

.colordetails {
    float: right;
    height: 80px;
    width: 80px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}

.colorStyle {
    width: 100%;
    height: 100%;
}

.colordetails img {
    height: 80px;
    width: 80px;
}

.subgroupItem .headers {
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 16px;
    color: #0026ff;
}

.tab-pane {
}

.subgroupItem {
    /* margin-top: 20px; */
    /* margin-right: 30px; */
    padding: 15px 20px;
    font-size: 0;
}

    .subgroupItem .htitle {
        margin-top: -24.5px;
        margin-right: 12px;
        font-size: 16px;
        color: #888;
        display: block;
        margin-bottom: 10px;
    }

.subgroupItem2 i:before {
    content: "\f04d";
    font-size: .5em;
}

.subgroupItem2 .htitle {
    margin-top: -20px;
    margin-right: 15px;
}

.ditem {
    /* margin-right: 15px !important; */
    margin-bottom: 10px;
    /* margin-bottom: -1px !important; */
    box-shadow: 0px 0px 0 1px #e5e5e5;
    /* margin-left: 25px !important; */
    margin-bottom: 1px;
    border: 1px solid white;
}

#sayer .tab-content #Qustions {
    padding: 30px 50px;
}

    #sayer .tab-content #Qustions label {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #sayer .tab-content #Qustions .cnl textarea {
        font-size: 14px;
        padding: 20px;
        height: 200px;
    }

.row.ditem .lbl {
    margin-left: 0;
    background-color: #f7f7f7;
    line-height: 40px;
    overflow-x: auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 200px;
    font-size: 13px;
    /* border: 1px solid #ebebeb; */
    /* border-left: none; */
    border-left: 1px solid #e5e5e5;
}

.row.ditem:nth-child(2n+1) .lbl {
    background: #fbfbfb;
}

.row.ditem .cnl {
    width: calc(100% - 200px);
    background-color: #f7f7f7;
    line-height: 40px;
    padding-right: 5px;
    font-size: 14px;
    /* border: 1px solid #ebebeb; */
    /* border-right: none; */
    font-weight: bold;
}

.row.ditem:nth-child(2n+1) .cnl {
    background: #fbfbfb;
}

.tab-content {
    margin-bottom: 20px;
}

.tab-pane .row {
    margin-right: 0px;
    margin-left: 0px;
}

.tab-content {
    margin-top: 10px;
}

.tab-pans .headers {
}

.fa-caret-left {
    color: #ff6a00;
    width: 10px;
    height: 10px;
}

#gal1 a {
    float: right;
    width: auto;
    height: auto;
    display: inline-block;
}

#gal1 {
    float: none;
    width: auto;
    margin: 0px 30px;
    /* max-height: 500px; */
    overflow: hidden;
    margin-top: 10px;
    display: block;
    /* position: relative; */
}
/*Change the colour*/
.active img {
    border: 2px solid var(--red) !important;
}

.nav3 {
    background-color: #f5f6f7;
    margin-right: 0px;
    /*border-bottom-color:#b200ff;*/
}

    .nav3 li a {
        padding: 10px 20px;
        font-size: 16px;
    }

    .nav3 > li.active > a, .nav3 > li.active > a:active, .nav3 > li.active > a:focus {
        color: #888;
        border-color: var(--red);
        font-weight: normal;
        border-radius: 4px;
        box-shadow: 0 2px 0 var(--red) inset, 0 2px 0 #fff;
        -webkit-box-shadow: 0 2px 0 var(--red) inset, 0 2px 0 #fff;
        -moz-box-shadow: 0 2px 0 #FF8E19 inset, 0 2px 0 #fff;
        -ms-box-shadow: 0 2px 0 #FF8E19 inset, 0 2px 0 #fff;
        -o-box-shadow: 0 2px 0 #FF8E19 inset, 0 2px 0 #fff;
        border-bottom-color: transparent;
    }

    .nav3 > li {
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
        /* box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15); */
    }

        .nav3 > li > a {
            border-radius: 0px !important;
            margin-right: 0px;
            margin-left: 0px;
            transition: 200ms ease;
            -ms-transition: 200ms ease;
            -moz-transition: 200ms ease;
            -webkit-transition: 200ms ease;
            box-shadow: 0 2px 0 transparent inset;
            -webkit-box-shadow: 0 2px 0 transparent inset;
            -ms-box-shadow: 0 2px 0 transparent inset;
            -o-box-shadow: 0 2px 0 transparent inset;
            font-size: 14px;
        }

.gallery {
}

.gallerys:after {
    clear: both;
    content: "";
    display: table;
}

.gallerys:before {
    content: "";
    display: table;
}

.galleryItems {
    float: right;
    width: 33.333333% !important;
    position: relative;
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 4px;
}

.gallerys {
    float: right;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 5px;
}

.galleryItem {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 10px;
    box-shadow: -2px 3px 5px #666;
}

.gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .gallery .box1 {
        background-color: #fff;
        padding: 5px;
        border: 1px solid #dbdbdb;
        box-shadow: -2px 3px 5px #dddddd;
        font-family: iranNum;
        /* border: none; */
        transition: all ease .4s;
        padding: 5px;
        border-radius: 5px;
        /* background: #f9f9f9; */
        /* margin: 10px; */
        box-shadow: none;
        /* min-height: 250px; */
    }

        .gallery .box1 .galleryImage {
            text-align: center;
            overflow: hidden;
            min-height: 200px;
            max-height: 200px;
        }

        .gallery .box1:hover {
            /* border: 1px solid #ffa7a7; */
            /* border-color: #cbcbcb; */
            /* transform: scale(1.03); */
            background: #fbfbfb;
            overflow: hidden;
            border-color: #ffa7a7;
        }


            .gallery .box1:hover img {
                transform: scale(1.2);
            }

    .gallery .boxspec1 {
        background-color: #ffffff;
        position: relative;
        text-align: center;
        padding: 10px;
        height: auto;
        border: 1px solid #dddddd;
        /* box-shadow: -2px 3px 5px #dddddd; */
        font-family: 'yekan-bold2';
        padding-top: 10px;
        border-radius: 10px;
        padding: 10px;
    }

    .gallery .box2 {
        margin-top: 5px;
        padding: 0px 10px;
        border: 1px solid #666;
        background-color: rgb(248,248,248);
        box-shadow: -2px 3px 5px #666;
    }

    .gallery .galleryIamgeSpec {
        height: 150px;
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-top: 2px;
        /* overflow: hidden; */
        height: 200px;
    }

    .gallery .galleryIamge {
        height: 160px;
        text-align: center;
        position: relative;
        width: 100%;
        display: block;
        /* background: red; */
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

.galleryItem .galleryIamge {
    height: 200px;
    position: relative;
}

.gallery .galleryState {
    height: 40px;
}

    .gallery .galleryState .MT {
        color: #3cd418;
        font-size: 14px;
    }

    .gallery .galleryState .NMT {
        color: red;
        font-size: 14px;
    }

.galleryItem img {
    width: 100%;
    height: 100%;
    transition: all 4s ease-in-out;
}

.gallery img {
    width: auto;
    height: auto;
    max-height: 100%;
    min-height: 120px;
    transition: all .4s ease-in-out;
    margin: 0px auto;
    display: block;
    max-width: 100%;
    transform: scale(1.3) translateY(18px);
}

.sep .probtn {
    z-index: 1000;
    margin: 10px 10%;
    text-align: center;
    bottom: 0px;
}

.probtnSpec {
    z-index: 1000;
    text-align: center;
    bottom: 0px;
    margin-top: 5px;
}

    .probtnSpec a:not(:first-child) {
        background-color: green;
        display: inline-block;
        cursor: pointer;
        padding: 5px 10px;
        color: #fff;
        font-size: 12px;
    }

    .probtnSpec a:last-child {
        padding: 5px 20px;
    }

    .probtnSpec a div {
        width: 30px;
        height: 30px;
        color: #fff;
        padding-top: 5px;
    }

    .probtnSpec a i {
        font-size: 16px;
    }

.probtn a {
    float: right;
    margin: 0px 10px;
    background-color: rgb(240,240,240);
    cursor: pointer;
}

    .probtn a div {
        width: 34px;
        height: 34px;
        padding: 5px;
    }

        .probtn a div img {
            width: 24px;
            height: 24px;
        }

.galleryPrice {
    height: 40px;
    padding: 5px;
    text-align: center;
    font-family: iranNum;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.galleryItems .quick-add {
    position: absolute;
    z-index: 4;
    bottom: 10px;
    left: 20px;
    min-width: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .galleryItems .quick-add .default-label {
        position: absolute;
        width: auto;
        height: 27px;
        line-height: 22px;
        display: block;
        text-align: center;
    }

    .galleryItems .quick-add:hover .default-label {
        display: none;
    }

    .galleryItems .quick-add .default-label .icons {
        background: url('Image/Editor/add.png');
        background-size: cover;
        width: 24px;
        height: 24px;
        margin: 4px 0 0 3px;
    }

    .galleryItems .quick-add .hover-label:not(.tablet-add-to-cart) {
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .galleryItems .quick-add .hover-label {
        width: 24px;
        height: 24px;
        margin-top: 4px;
        line-height: 24px;
        overflow: hidden;
    }

    .galleryItems .quick-add:hover .hover-label {
        width: 180px;
        background: red;
    }

    .galleryItems .quick-add .working-label {
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        height: 27px;
        line-height: 27px;
        background: #e40000;
        text-align: center;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }

        .galleryItems .quick-add .working-label .icon {
            padding: 5px;
        }

.hover-label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
}

.galleryItems .quick-add .hover-label:not(.tablet-add-to-cart) span {
    padding: 0 0 0 20px;
    color: #fff;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity = (0));
    -webkit-transition: opacity 100ms 100ms linear, padding 200ms linear;
    -moz-transition: opacity 100ms 100ms linear, padding 200ms linear;
    -o-transition: opacity 100ms 100ms linear, padding 200ms linear;
    transition: opacity 100ms 100ms linear, padding 200ms linear;
}

.galleryItems .quick-add:hover .hover-label span {
    opacity: 1;
    padding: 0;
}

.galleryItems .quick-add .hover-label:not(.tablet-add-to-cart) span {
    font-size: 15px;
}

.ui-loader, #addToCart .ui-btn-text, .wishListAdd .ui-btn-text {
    display: none !important;
    font-size: 0;
    height: 0;
    width: 0;
}

.btn2 {
    display: inline-block;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(125, 136, 146, 0.61);
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    /*border: 1px solid transparent;*/
    white-space: nowrap;
    padding-top: 5px !important;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn2:focus,
    .btn2:active:focus,
    .btn2.active:focus,
    .btn2.focus,
    .btn2:active.focus,
    .btn2.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn2:hover,
    .btn2:focus,
    .btn2.focus {
        color: white !important;
        background-color: #ed4040;
        text-decoration: none;
    }

    .btn2:active,
    .btn2.active {
        outline: 0;
        background-color: red;
        background-image: none;
    }

    .btn2.disabled,
    .btn2[disabled],
    fieldset[disabled] .btn2 {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.Keraya {
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    position: absolute;
    width: 400px;
    padding-right: 0px;
    z-index: 1200;
    border: 1px solid #000;
    box-sizing: border-box;
    display: none;
}

    .all4:hover ~ .Keraya, .arrow:hover ~ .Keraya, .Keraya:hover {
        display: block;
    }

    .Keraya li {
        list-style: none;
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid #333;
    }

        .Keraya li span {
            font-size: 20px;
        }

            .Keraya li span.roz {
                float: right;
            }

            .Keraya li span.prices {
                float: left;
            }

        .Keraya li:last-child {
            border-bottom: none;
        }

        .Keraya li:hover {
            background-color: rgba(0, 0, 0, .1);
        }

        .Keraya li.active {
            background-color: #808080;
            cursor: default;
        }

            .Keraya li.active span {
                color: #fff;
                font-weight: bold;
            }

.pcode .Sdate div {
    padding-right: 0px;
    padding-top: 0px;
}

.row .pRight, .row .pLeft {
    width: 48%;
    margin-left: 10px;
    float: right;
}

.galleryPrice .pfirst2 {
    font-size: 13px;
    color: #616161;
    display: inline-block;
    padding-right: 4px;
    text-decoration-color: #b200ff;
    display: block;
    line-height: 15px;
}

.galleryPriceSpec .pfirst2 {
    font-size: 12px;
    color: #616161;
    display: inline-block;
    padding-right: 4px;
    text-decoration-color: #b200ff;
}

.galleryPrice .Lpfirst {
    color: #000;
    float: right;
    font-weight: bold;
    width: 80px;
    text-align: left;
}

.galleryPrice .Lpfirst2 {
    color: #000;
    float: right;
    font-weight: bold;
    width: 40px;
    text-align: left;
}

.galleryPrice.pfirst {
    font-size: 14px;
    color: red;
    text-decoration: line-through;
    text-decoration-color: #b200ff;
}

.galleryPrice.pfirst3 {
    font-size: 16px;
    color: red;
    text-decoration: line-through;
    text-decoration-color: #b200ff;
}

.pfirst3 .galleryPrice {
    font-size: 16px;
    color: #616161;
    text-decoration: line-through;
    text-decoration-color: #616161;
    /* padding-right: 20px; */
    text-align: right;
    padding-left: 20px;
}

.pfirst3 .discount {
    /* float: left; */
    position: absolute;
    padding-left: 20px;
    left: 25px;
    /* font-family: IranNum; */
    top: 10px;
}

.galleryPrice .takh, .galleryPriceSpec .takh {
    text-decoration: line-through;
    font-size: 12px;
    color: #ababab;
}

.galleryPrice .all, .galleryPriceSpec .all {
    color: #39850b;
    font-size: 16px;
    margin-top: 3px;
    direction: rtl;
}

.galleryPriceSpec .all {
    font-size: 20px;
    font-weight: bold;
}

.galleryPriceSpec {
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-family: iranNum;
}

.values {
    position: relative;
}

.Cards, .Cards:hover {
    /* padding-top: 10px !important; */
    /* margin-right: 20px; */
}

.textVal {
    width: 60px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgba(125, 136, 146, 0.61);
    height: 40px;
    font-family: IranNum;
    font-size: 22px;
    line-height: 40px;
}

.addCard .textVal {
    position: relative;
    border-right: none;
    border-left: none;
    height: 45px;
    line-height: 45px;
}
/*.addCard .textVal::after
{
    content:" ";
    width:8px;
    height:1px;
 right:50%;
 margin-right:-2px;
 background-color:#868e95;
 position:absolute;
 bottom:-5px;
}*/
.textVal input[type=text] {
    width: 100%;
    height: 100%;
}

.Cards a, .Cards a:hover {
    background-color: var(--green);
    cursor: pointer;
    color: #fff;
    padding: 7px 20px;
    font-size: 16px;
    cursor: pointer;
    vertical-align: middle;
    display: block;
    padding: 12px 15px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
}

.pr .pcode {
    padding-right: 0px;
    margin-right: 0px;
}

    .pr .pcode.notTedad {
        text-align: center;
        /* font-size: 25px; */
        margin-top: 70px;
    }

        .pr .pcode.notTedad > span {
            /* background-color: #808080; */
            padding: 5px 10px;
            border-radius: 10px;
            color: #cd1a1a;
            /* border: 1px solid #808080; */
        }

            .pr .pcode.notTedad > span > span {
                font-size: 20px;
            }

.pr .all3 {
    text-align: right;
    padding-right: 0px;
    margin-right: 0px;
    /* text-align: right; */
}

    .pr .all3 .galleryPrice {
        color: #39850b;
        font-size: 26px;
        align-items: start;
    }

.galleryPrice.all3 {
    color: green;
    font-size: 20px;
}

.pcode .arrow {
    width: 5%;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    border-right: 0;
    padding-top: 8px;
    padding-bottom: 6px;
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.arrow.icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0;
    border-color: #333 transparent transparent;
    top: 25px;
    left: 10px;
}

.galleryPrice.all4 {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 0px;
    padding: 5px;
    padding-left: 100px;
    color: green;
    font-size: 20px;
}

.galleryPrice.all2 {
    text-align: center;
}

.galleryPrice.notTedad {
    font-size: 14px;
    padding: 2px;
}

    .galleryPrice.notTedad span {
        color: #cd1a1a;
        /* background-color: #808080; */
        padding: 3px 10px;
        border-radius: 10px;
    }

.galleryPriceSpec .notTedad span {
    color: #fff;
    background-color: #808080;
    padding: 1px 10px;
    font-size: 14px;
    border-radius: 10px;
}

.galleryTitle {
    transition: all 1s ease-in-out;
    color: #333;
    font-size: 14px;
    margin: 10px auto;
    text-align: right;
    text-shadow: 1px 0 #fff, 0 0px #fff, 0px 0 #fff, 0 1px #fff;
}

.gallery .galleryTitle, .gallery .galleryTitleSpec {
    transition: all 1s ease-in-out;
    height: 44px;
    color: #333;
    font-size: 14px;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
    text-shadow: 1px 0 #fff, 0 0px #fff, 0px 0 #fff, 0 1px #fff;
    padding: 0px 10px;
    font-weight: bold;
    /* font-family: 'YEKAN'; */
    line-height: 15px;
    padding: 0px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    direction: rtl;
}

.gallery .galleryTitleSpec {
    height: 20px;
    display: block;
    height: auto;
    margin: 10px auto;
}

    .gallery .galleryTitle span, .gallery .galleryTitleSpec span {
        line-height: 22px;
        padding-bottom: 2px;
        overflow: hidden;
        /* font-size: 18px; */
        /* line-height: 30px; */
        /* font-weight: bold; */
        /* margin-top: 10px; */
    }

    .gallery .galleryTitleSpec span {
        font-size: 18px;
        line-height: 30px;
        font-weight: bold;
    }

.divtr {
    width: 50%;
    height: 50%;
    position: absolute;
    background: rgba(125, 136, 146, 0.61);
    transition: all .4s ease-in-out;
    top: 0;
    right: 0;
}

.info .addCard {
    /* text-align: right; */
    /* display: inline-block; */
    width: 100%;
    /* white-space: nowrap; */
    /* padding: 0 0px; */
    margin-top: 50px !important;
}

.addCard > div {
    /* display: inline-flex; */
    /* padding-top: 0px !important; */
    vertical-align: middle;
}

    .addCard > div.Cards a {
        border-radius: 5px;
        padding: 0px 10px;
        height: 45px;
        line-height: 45px;
    }

.addCard .btnleft {
    border-top-left-radius: 20%;
    border-bottom-left-radius: 20%;
    -webkit-border-bottom-left-radius: 20%;
    -webkit-border-top-left-radius: 20%;
    -moz-border-radius-bottomleft: 20%;
    -moz-border-radius-topleft: 20%;
    background-image: url('Image/icons/minus.png');
    background-repeat: no-repeat;
    background-position: center;
    border-right: none;
    height: 45px;
    border-radius: 4px 0 0 4px;
}

.addCard .btnright {
    border-top-right-radius: 20%;
    border-bottom-right-radius: 20%;
    -webkit-border-bottom-right-radius: 20%;
    -webkit-border-top-right-radius: 20%;
    -moz-border-radius-bottomright: 20%;
    -moz-border-radius-topright: 20%;
    background-image: url('Image/icons/plus.png');
    background-repeat: no-repeat;
    background-position: center;
    border-left: none;
    font-size:;
    height: 45px;
    border-radius: 0 4px 4px 0;
}

.galleryItems:hover .divtr {
    transform: scale(10,0);
}

.divtl {
    width: 50%;
    height: 50%;
    position: absolute;
    background: rgba(125, 136, 146, 0.61);
    transition: all .4s ease-in-out;
    top: 0;
    left: 0;
}

.galleryItems:hover .divtl {
    transform: scale(10,0);
}

.divbr {
    width: 50%;
    height: 50%;
    position: absolute;
    background: rgba(125, 136, 146, 0.61);
    transition: all .4s ease-in-out;
    bottom: 0;
    right: 0;
}

.galleryItems:hover .divbr {
    transform: scale(0,10);
}

.divbl {
    width: 50%;
    height: 50%;
    position: absolute;
    background: rgba(125, 136, 146, 0.61);
    transition: all .4s ease-in-out;
    bottom: 0;
    left: 0;
}

.galleryItems:hover .divbl {
    transform: scale(0,10);
}

.groupTitle {
    margin-top: 20px;
    margin-right: 5px;
}

    .groupTitle .gTitle {
        font-size: 24px;
        color: #0026ff;
    }

#sayer .tab-content #Qustions .qTitle {
    font-size: 20px;
    color: #888;
}

.groupTitle .gdesc {
    margin-top: 10px;
    margin-right: 15px;
    color: #333;
    font-size: 16px;
}

.send {
    text-align: left;
    margin: 10px 0px;
}

    .send a {
        background-color: #0026ff;
        padding: 5px 30px;
        color: #fff;
        line-height: 35px;
        margin-top: 10px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
    }

.qMaster a {
    cursor: pointer;
}

.qMaster {
    margin-top: 10px;
}

.qDetails {
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

    .qDetails:first-child {
        margin-top: 25px;
    }

    .qDetails .qDetailsQuestion {
    }

        .qDetails .qDetailsQuestion .qDetailsTitle {
            height: 37px;
            line-height: 37px;
            background: #e8e9eb;
            padding: 0 15px;
            border-radius: 2px 2px 0 0;
        }

.addCard div {
    padding-top: 0px;
    padding-right: 0px;
    /* margin-top: 2px; */
    margin: 0;
}

    .qDetails .qDetailsQuestion .qDetailsTitle:after, .values:after, .addCard:after, .addCard div:after, .Keraya li:after {
        content: "";
        display: table;
        clear: both;
    }

    .qDetails .qDetailsQuestion .qDetailsTitle:before, .values:before, .addCard:before, .addCard div:before, .Keraya li:before {
        content: "";
        display: table;
    }

.qDetailsTitle .qdtTitle {
    float: right;
    font-size: 14px;
}

.qDetailsTitle .qdtUsers {
    float: left;
    margin-left: 10px;
    font-size: 14px;
}

.qDetailsTitle .qdtTime {
    float: left;
    text-align: left;
    direction: ltr;
    font-size: 14px;
}

.qDetails .qDetailsQuestion .qQuestion {
    color: #555555;
    background: #f5f6f7;
    padding: 17px 15px 23px;
    font-size: 12.7px;
    line-height: 25px;
    padding-bottom: 40px;
}

.aMaster {
    margin: 5px;
}

.amAnsware {
    /* float: right; */
    margin: 10px;
    font-size: 15px;
    text-align: center;
}

    .amAnsware a {
        padding: 7px 10px;
        background-color: #f2f2f2;
        color: #868e95;
        border-radius: 20%;
    }

        .amAnsware a:hover, .amAnsware a:focus, .amAnsware a:active {
            background-color: #e0e0e0;
        }

.amqAnsware {
    float: left;
    margin-top: -28px;
    margin-left: 10px;
    font-size: 14px;
}

.modal-Question {
    margin-bottom: 20px;
}

    .modal-Question .qDetailsTitle {
        height: 37px;
        line-height: 37px;
        background: #66afe9;
        padding: 0 15px;
        border-radius: 2px 2px 0 0;
        color: #fff;
    }

        .modal-Question .qDetailsTitle:after, .aMaster:after, .aqaDetailsTitle:after {
            content: "";
            display: table;
            clear: both;
        }

        .modal-Question .qDetailsTitle:before, .aMaster:before, .aqaDetailsTitle:before {
            content: "";
            display: table;
        }

    .modal-Question .qQuestion {
        color: #333;
        background: rgba(153, 204, 245, 0.60);
        padding: 17px 15px 23px;
        font-size: 12.7px;
        line-height: 25px;
    }

.amAnsware a i {
    vertical-align: middle;
    margin-left: 2px;
}

.AnswareAll {
    margin: 10px;
    display: none;
}

.active {
    display: block;
}

.aqAnsware {
    margin-bottom: 10px;
}

.aqaDetailsTitle .aqaUsers {
    float: right;
    margin-left: 5px;
    font-size: 14px;
}

.aqaDetailsTitle .aqaTime {
    float: left;
    direction: ltr;
    font-size: 14px;
}

.aqaDetailsTitle .aqaTitle {
    float: right;
}

.aqAnsware .aqaDetailsTitle {
    height: 37px;
    line-height: 37px;
    background: #66afe9;
    padding: 0 5px;
    border-radius: 3px 3px 0 0;
    color: #fff;
}

.aqAnsware .aqaAnsware {
    height: 37px;
    line-height: 37px;
    color: #333;
    background: rgba(153, 204, 245, 0.60);
    padding: 0 5px;
    border-radius: 0px 0px 3px 3px;
}

.supply label {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    height: 40px;
    padding: 10px;
    line-height: 20px;
}

.supply span {
    padding-right: 50px;
}
/* Hide default HTML checkbox */
.supply input {
    display: none;
}

/* The slider */
.supply span:before {
    position: absolute;
    cursor: pointer;
    top: 10px;
    content: " ";
    height: 20px;
    width: 40px;
    right: 10px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.supply span:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    right: 12px;
    top: 12px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.supply input:checked + span:before {
    background-color: #ff6a00;
}

.supply input:focus + span:before {
    box-shadow: 0 0 1px #ff6a00;
}

.supply input:checked + span:after {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}

/* Rounded sliders */
.supply span:before {
    border-radius: 34px;
}

.supply span:after {
    border-radius: 50%;
}

.listHeader {
    border-bottom: 1px solid #ebe9e9;
    position: relative;
    padding: 7px 44px 0px 130px;
    z-index: 2;
}

.listSort {
    list-style: none;
    line-height: 34px;
    padding: 0;
    margin-top: 1px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 34px;
}

.listHeader:before {
    content: " ";
    background-image: url('Image/icons/sorting.png');
    width: 24px;
    height: 24px;
    right: 13px;
    top: 12px;
    position: absolute;
    color: #cecece;
}

.listSort:before {
    display: inline-block;
    content: attr(data-label);
    color: #000000;
    margin-left: 5px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    vertical-align: middle;
}



.listSort li {
    display: inline-block;
}

    .listSort li a {
        display: block;
        padding: 0 10px;
        position: relative;
        font-size: 12px;
        font-size: .857rem;
        line-height: 25px;
        vertical-align: middle;
        border-radius: 5px;
        color: #4a5f73;
    }

        .listSort li a.active {
            background-color: #FF8E19;
            color: #fff;
        }

.groupTitle a {
    color: #808080;
    color: #ed4040;
    font-weight: bold;
    font-size: 13px;
}

.groupTitle span {
    margin: 0px 5px;
    background: url('Image/icons/right2.png') center no-repeat;
    padding: 5px;
}

    .groupTitle span:last-child {
        margin: 0px;
        background: none;
        font-size: 13px;
        font-weight: bold;
        color: #ed4040;
    }

.page {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
}

.AppItem {
    width: 100%;
    display: none;
    height: 40px;
    padding: 5px 20px;
}

    .AppItem > div {
        display: inline-block;
        line-height: 30px;
        background-color: #808080;
        color: #fff;
        border-radius: 5px;
    }

    .AppItem .listSort:before {
        content: none;
    }

    .AppItem .listSort {
        position: fixed;
        z-index: 900001;
        background-color: #fff;
        display: none;
    }

    .AppItem > div:first-child {
        padding: 0px 10px;
    }

    .AppItem > div:last-child {
        margin-right: 10px;
        padding: 0px 10px;
    }

    .AppItem .listSort {
        padding: 20px;
        width: 300px;
        top: 100px;
        right: 50%;
        margin-right: -150px;
        border-radius: 5px;
    }

        .AppItem .listSort li {
            display: inline-flex;
            border-bottom: 1px solid #ccc;
            width: 100%;
        }

            .AppItem .listSort li:last-child {
                border-bottom: none;
            }

            .AppItem .listSort li label {
                color: #333;
                font-size: 14px;
                display: inline-block;
                margin-right: 4px;
                margin-top: 3px;
            }

            .AppItem .listSort li input {
                display: inline-block;
                width: 18px;
                height: 18px;
            }

.searchPro header {
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    width: 100%;
    position: fixed;
    top: 0px;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 15px;
    z-index: 9001111;
}

.searchPro > div.Searchbtn {
    display: none;
    position: fixed;
    text-align: center;
    bottom: 0px;
    background-color: red;
    color: #fff;
    width: 100%;
    padding: 10px;
    z-index: 2000000;
    margin-bottom: 0px;
    line-height: 30px;
}

.searchPro header span {
    background: url(Image/icons/delete.png);
    padding: 12px;
    background-repeat: no-repeat;
    float: left;
    margin-top: -5px;
    margin-left: 10px;
}

@media(max-width:1159px) {
    #gal1 .swiper-button-next, #gal1 .swiper-button-prev {
        bottom: 35px;
    }

    .info header:last-child {
        /* width: 100%; */
    }

    .info header:nth-child(2) {
        /* width: 100%; */
    }

    .searchPro {
        width: 20%;
        margin-right: 5px;
        margin-left: 5px;
    }

        .searchPro .ParnetTitle a {
            font-size: 12px;
        }

            .searchPro .ParnetTitle a.down:after, .searchPro .ParnetTitle a.up:after {
                left: 6px;
            }

    .SPrice-link a {
        padding: 10px 20px;
        font-size: 11px;
    }

    .searchPro > div:nth-child(2) ul li a {
        font-size: 11px;
    }

    .showImage {
        width: calc(80% - 15px);
        margin-left: 5px;
    }

    .galleryItems {
        padding-left: 2.5px;
        padding-right: 2.5px;
    }

    .galery {
        /* padding: 10px 5px; */
    }

    .image-Temp {
        width: 100% !important;
    }

    .galery ~ .info {
        width: calc(100% - 460px);
        padding-left: 5px;
        padding-right: 5px;
    }

    .gallery .galleryTitle span {
        /* font-size: 12px; */
    }

    .showImage .galleryPrice .pfirst2 {
        font-size: 13px;
    }
}

#gal1 .swiper-button-next, #gal1 .swiper-button-prev {
    display: block !important;
}

@media(max-width:930px) {
    #gal1 .swiper-button-next, #gal1 .swiper-button-prev {
        bottom: 25px;
    }

    #gal1 {
        max-width: 400px;
    }

    .zoomWrapper {
        text-align: center;
    }

    .SPrice-link {
        display: none;
    }

    .searchPro header {
        display: block;
    }

    .searchPro > div.Searchbtn {
        display: block;
    }

    .searchPro {
        position: fixed;
        width: 450px;
        padding-top: 60px;
        height: 100%;
        right: 50%;
        z-index: 900111;
        margin: 0px;
        margin-right: -225px;
        padding-bottom: 40px;
        top: 0px;
        overflow: auto;
        background-color: #dddddd;
    }

    .showImage .galleryPrice .pfirst2 {
        font-size: 15px;
    }

    .gallery .galleryTitle span {
        /* font-size: 14px; */
    }

    .galleryItems {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .showImage {
        width: 100%;
    }

    .listHeader, .searchPro {
        display: none;
    }

    .AppItem {
        display: inline-flex;
    }

    .groupTitle span:last-child {
        font-size: 12px;
        padding: 0px;
    }

    .groupTitle span {
        margin: 0px 3px;
        width: 3px;
        background-size: contain;
        padding: 6px;
    }



    .show #info {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .info-header {
        /* position: absolute; */
        /* height: 85px; */
        /* top: 10px; */
        /* right: 0px; */
        /* width: Calc(100% - 40px); */
    }

    .galery {
        /* width: auto; */
        /* float: none !important; */
        /* text-align: center; */
        /* margin-bottom: 20px; */
        /* padding: 10px; */
        /* margin-top: 100px; */
    }
}

@media(max-width:860px) {

    .gallery .galleryIamgeSpec {
        width: 150px;
    }

    .galleryPrice .pfirst2 {
        font-size: 13px;
    }

    .galleryPrice.notTedad {
        padding: 0px;
    }

        .galleryPrice.notTedad span {
            font-size: 13px;
        }
}

@media(max-width:700px) {


    .groupTitle a {
        font-size: 11px;
    }

    .groupTitle span:last-child {
        font-size: 11px;
        padding: 0px;
    }

    .groupTitle span {
        margin: 0px 3px;
        width: 3px;
        background-size: contain;
        padding: 5px;
    }

    .galleryItems {
        float: right;
        width: 33.33% !important;
        position: relative;
        min-height: 1px;
        padding-left: 3.5px;
        padding-right: 3.5px;
        margin-top: 7px;
    }

    .show {
        margin: 5px;
    }

    .info-header {
        /* position: absolute; */
        /* height: 65px; */
        /* top: 0px; */
        /* width: 100%; */
    }

        .info-header h3 {
            font-size: 17px;
            line-height: 30px;
        }

    .zoomContainer {
        left: auto !important;
        right: 90px;
        width: calc(100% - 90px) !important;
        height: 300px !important;
    }

    .galery {
        /* width: 100%; */
        /* padding: 10px; */
        /* margin-top: 70px; */
    }





    .pcode span {
        font-size: 15px;
    }

    .Pdetails {
        margin-right: 10px;
    }

        .Pdetails.border, .notSelect {
            line-height: 32px;
            padding: 5px 10px;
        }

    .info header .pr {
        margin: 5px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .info .addCard {
        /* margin-top: -0.5px !important; */
        /* margin-right: 5px !important; */
        /* margin-left: 5px !important; */
        /* width: calc(100% - 10px); */
        /* padding: 0px 10px; */
        /* padding-bottom: 10px; */
    }

    .subgroupItem {
        margin-right: 10px;
    }

        .subgroupItem .headers {
            margin-bottom: 15px;
            margin-top: 20px;
            font-size: 16px;
        }

    .ditem {
        margin-right: 5px !important;
        margin-bottom: 10px;
    }

    .row.ditem .lbl {
        margin-left: 5px;
        line-height: 30px;
        padding-right: 5px;
        width: 160px;
        font-size: 14px;
    }

    .row.ditem .cnl {
        width: calc(100% - 175px);
        line-height: 30px;
        padding-right: 10px;
        text-align: right;
        font-size: 13px;
    }

    #sayer .tab-content #Qustions {
        padding: 10px 10px;
    }

        #sayer .tab-content #Qustions .qTitle {
            font-size: 17px;
        }

        #sayer .tab-content #Qustions .cnl textarea {
            font-size: 13px;
            padding: 8px;
            height: 190px;
        }

    .galery ~ .info {
        width: 100%;
    }

    .zoomWrapper {
        width: calc(100% - 90px) !important;
        height: 100% !important;
        position: relative !important;
    }

    .image-Temp, .image-Temp #zoom_01, .zoomTint {
        width: 100% !important;
        height: 100% !important;
        position: relative !important;
    }

    .galleryPrice .pfirst2 {
        font-size: 13px;
        font-weight: bold;
    }

    .gallery .galleryIamge {
        height: 150px;
    }

    .gallery .galleryTitleSpec span {
        font-size: 14px;
        line-height: 22px;
    }

    .galleryPrice.notTedad {
        padding: 0px;
    }

        .galleryPrice.notTedad span {
            font-size: 12px;
        }


    .gallery .box1 {
        padding: 2px;
    }



    .gallery .galleryIamgeSpec {
        margin-top: 0px;
    }



    .linkSpec {
        bottom: 3px;
    }
}

@media(max-width:499px) {
    #gal1 .swiper-button-next, #gal1 .swiper-button-prev {
        display: block !important;
        bottom: 20px;
        width: 20px;
        height: 40px;
    }

    .searchPro {
        width: 100%;
        right: 0px;
        margin-right: 0px;
    }

    .groupTitle a {
        font-size: 9px;
    }

    .groupTitle span:last-child {
        font-size: 9px;
        padding: 0px;
    }

    .groupTitle span {
        margin: 0px 3px;
        width: 3px;
        background-size: contain;
        padding: 4px;
    }

    element.style {
    }


    .gallery .boxspec1 {
        border-radius: 5px
    }

    .galleryItems {
        float: right;
        width: 50% !important;
        position: relative;
        min-height: 1px;
        padding-left: 3.5px;
        padding-right: 3.5px;
        margin-top: 7px;
    }

    .show {
        margin: 5px;
    }

    .info-header {
        /* position: absolute; */
        /* height: auto; */
        /* right: 0px; */
        /* top: 0px; */
        /* width: 100%; */
    }

    body {
        /* font-size: 10px; */
    }

    p {
        margin-bottom: 3px;
    }

    .odesc {
        display: block;
        margin: 5px;
    }

    #HeaderApp div.search .btnsearch {
        padding: 6.5px 5px 5px 0px;
    }

    .odesc > div:first-child {
        width: 100%;
        height: 140px;
    }

    .odesc img {
        width: 100% !important;
    }

    .odesc > div:last-child {
        width: 100%;
    }

    .info-header h3 {
        font-size: 15px;
        line-height: 30px;
    }

    .zoomContainer {
        left: auto !important;
        right: 0px;
        width: 100% !important;
        height: 300px !important;
    }

    .pcode {
        margin-right: 2px;
    }

    .odTitle .til {
        font-size: 20px;
    }

    .galery {
        /* width: 100%; */
        /* min-height: initial; */
        /* padding: 10px; */
        /* margin-top: 70px; */
    }




    .pcode span {
        /* font-size: 11px; */
    }

    .Pdetails {
        margin-right: 2px;
    }

        .Pdetails.border, .notSelect {
            line-height: 27px;
            padding: 5px 5px;
        }

    .info header .pr {
        margin: 5px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .info-header h1 {
        /* font-size: 14px; */
        /* line-height: 28px; */
    }

    .nav3 li a {
        padding: 10px;
        font-size: 13px;
    }

    .subgroupItem .htitle {
        font-size: 15px;
    }

    .info header:nth-child(2), .info header:last-child {
        /* width: auto; */
    }

    .show #info {
        padding-right: 5px;
        padding-left: 5px;
    }

    .info .addCard {
        /* margin-top: -0.5px !important; */
        /* margin-right: 5px !important; */
        /* margin-left: 5px !important; */
        /* width: calc(100% - 10px); */
        /* padding: 0px 10px; */
        /* padding-bottom: 10px; */
    }

    .subgroupItem {
        margin-right: 10px;
    }

        .subgroupItem .headers {
            margin-bottom: 15px;
            margin-top: 20px;
            font-size: 14px;
        }

    .ditem {
        margin-right: 0px !important;
        margin-bottom: 10px;
    }

    .row.ditem .lbl {
        margin-left: 5px;
        line-height: 30px;
        padding-right: 5px;
        width: 115px;
        font-size: 12px;
    }

    .row.ditem .cnl {
        width: calc(100% - 130px);
        line-height: 30px;
        padding-right: 10px;
        text-align: right;
        font-size: 11px;
    }

    #sayer .tab-content #Qustions {
        padding: 10px 10px;
    }

        #sayer .tab-content #Qustions .qTitle {
            font-size: 15px;
        }

        #sayer .tab-content #Qustions .cnl textarea {
            font-size: 11px;
            padding: 8px;
            height: 171px;
        }

    .galery ~ .info {
        width: 100%;
    }

    .image-Temp, .zoomWrapper, .image-Temp #zoom_01 {
        width: 100% !important;
        height: 100% !important;
        position: relative !important;
    }



    .gallery .galleryIamge {
        height: 150px;
    }

    .gallery .galleryTitle span, .gallery .galleryTitleSpec span {
        /* font-size: 12px; */
        /* line-height: 20px; */
    }

    .galleryPrice.notTedad {
        padding: 0px;
    }

        .galleryPrice.notTedad span {
            font-size: 12px;
        }

    .gallery .galleryTitle {
        /* height: 50px; */
    }

    .gallery .box1 {
        padding: 2px;
    }



    .gallery .galleryIamgeSpec {
        margin-top: 0px;
    }



    .linkSpec {
        bottom: 3px;
    }
}

.galleryPrice .pfirst2 > span {
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    padding: 0;
}

@media(max-width:426px) {
    #gal1 .swiper-button-next, #gal1 .swiper-button-prev {
        display: block !important;
        bottom: 15px;
        width: 20px;
        height: 40px;
    }

    .showImage .galleryPrice .pfirst2 {
        font-size: 10px;
    }

    .gallery .galleryIamge {
        height: 130px;
    }

    .gallery .galleryTitle span, .gallery .galleryTitleSpec span {
        /* font-size: 10px; */
        /* line-height: 18px; */
    }

    .galleryPrice.notTedad {
        padding: 0px;
    }

        .galleryPrice.notTedad span {
            font-size: 11px;
        }

    .gallery .galleryTitle {
        /* height: 40px; */
    }

    .gallery .box1 {
        padding: 2px;
    }


    .gallery .galleryIamgeSpec {
        margin-top: 0px;
    }



    .linkSpec {
        bottom: 3px;
    }
}

@media(max-width:380px) {
    #gal1 .swiper-button-next, #gal1 .swiper-button-prev {
        display: block !important;
        bottom: 10px;
        width: 20px;
        height: 40px;
    }

    .ProSlideSpecial .gallery {
        width: 310px;
        margin: auto;
        overflow: hidden;
    }
}


.zero-padding .row, .zero-padding .col-md-4, .zero-padding .col-md-8, .zero-padding .col-md-3, .zero-padding .col-md-9,
.zero-padding .col-md-2, .zero-padding .col-md-10 {
    padding: 0;
    margin: 0;
}

.ma-50 {
    margin-top: 50px !important;
}

.adv-box {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding-right: 55px;
    min-height: 50px;
    position: relative;
    margin: 10px;
    margin-left: 0;
    display: block;
    cursor: pointer;
}

    .adv-box:hover {
        background: whitesmoke;
    }

    .adv-box .img {
        width: 34px;
        /* margin: 5px; */
        height: auto;
        max-height: 50px;
        /* position: absolute; */
        right: 5px;
        /* top: 5px; */
    }

    .adv-box .title {
        line-height: 20px;
        font-size: 13px;
        /* font-weight: bold; */
        color: gray;
        display: block;
    }

    .adv-box .detail {
        line-height: 20px;
        font-size: 14px;
        font-weight: bold;
        text-align: right;
        direction: ltr;
        display: block;
        color: #d13838;
        white-space: nowrap;
        direction: rtl;
        margin-top: 4px;
    }

        .adv-box .detail.detail-group-price {
            font-size: 13px;
            border-radius: 100px;
            padding: 1px 10px;
            margin: 5px 0 5px 10px;
            color: #5a5a5a;
            position: relative;
            z-index: 1;
            transition: all ease .3s;
        }

            .adv-box .detail.detail-group-price:before {
                content: '';
                width: 20px;
                height: 20px;
                background: white;
                position: absolute;
                right: 0;
                border-radius: 100px;
                z-index: -1;
                transition: all ease .3s;
                /* margin-top: 1px; */
            }

            .adv-box .detail.detail-group-price:hover:before {
                left: 0px;
                width: 100%;
            }

            .adv-box .detail.detail-group-price.GroupPriceId1:before {
                background: #ffc04c;
            }

            .adv-box .detail.detail-group-price.GroupPriceId2:before {
                background: #cfcfcf;
            }

            .adv-box .detail.detail-group-price.GroupPriceId3:before {
                background: #ffe10c;
            }

.btn-add-to-basket {
}
