﻿.textBody {
    font-size: 14px;
    line-height: 25px
}

#header {
    background: #eee;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.hidden {
    display: none !important
}

.topRow3 {
    text-align: right;
    padding-top: 27px;
    font-size: 14px;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 65%;
    float: right;
    margin-right: 20px;
}
/* مودال (Modal) */
.modal {
    display: none; /* ابتدا مخفی است */
    position: fixed;
    z-index: 1000; /* سطح بالاتر از بقیه محتوا */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4); /* پس‌زمینه شفاف */
    padding-top: 60px;
}

/* محتویات مودال */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    position: relative;
    text-align: center;
    border-radius: 10px;
}

/* دکمه بستن مودال */
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
    font-family: Arial, sans-serif;
}

    /* تغییر رنگ در حالت hover */
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* عنوان بالای مودال */
#modalTitle {
    font-size: 24px;
    color: #333;
}

/* متن وسط مودال */
#modalMessage {
    font-size: 18px;
    color: #555;
    margin: 20px 0;
}

/* دکمه کپی کردن لینک */
#copyButton {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

    #copyButton:hover {
        background-color: #45a049;
    }

#header > .action-buttons {
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 20px;
}

.breadcrumb {
    color: #9f9f9f;
    text-align: right;
    padding: 7px;
    border-bottom: 1px solid #f0f0f0;
}

    .breadcrumb > a,
    .breadcrumb > span {
        color: #9f9f9f;
        background: url(../images/bg.png) no-repeat 0 -385px;
        padding: 2px 5px 0 15px;
        display: inline
    }

        .breadcrumb > span.cur {
            color: #ed1c24;
            background: 0
        }

        .breadcrumb > a:hover {
            color: #111
        }

.rating {
    margin-top: 15px !important;
    float: right !important
}

.h1Title {
    color: #111;
    padding: 10px 10px 15px 0;
    font-weight: 500;
    font-size: 1.5em;
    text-align: right;
    text-shadow: 1px 1px 2px #999;
}

.hTitle {
    font-size: 17px;
    line-height: 31px;
    position: relative;
    padding: 10px 0;
    text-align: center;
    right: -145px;
}

.newH {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    color: #111
}

    .newH > span {
        padding: 7px 10px;
        position: relative
    }

    .newH:after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        height: 2px;
        -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
        background: -webkit-linear-gradient(90deg, #ed1c24 31%, #111 69%);
        background: -webkit-gradient(linear, left top, right top, color-stop(31%, #ed1c24), color-stop(69%, #111));
        background: -webkit-linear-gradient(left, #ed1c24 31%, #111 69%);
        background: -o-linear-gradient(left, #ed1c24 31%, #111 69%);
        background: linear-gradient(90deg, #ed1c24 31%, #111 69%);
    }

.inPic {
    float: left;
    margin: 0 20px 0 0
}

/*Products*/
.pCol1 {
    float: left;
    width: 0%;
}


.pCol2 {
    float: left;
    width: 99%;
    margin: auto;
}

.leftWihte {
    background-color: #fff;
    touch-action: auto !important
}

.AdvSearch {
    color: #fff;
    background: rgba(237, 28, 36, 0.95);
    vertical-align: middle;
    font: 12px/15px FontAwesome, BYekan;
    border-radius: 5px;
    padding: 10px;
    display: none;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer
}

    .AdvSearch span::before {
        content: "\f0b0";
        position: relative;
        font-size: 30px !important;
        left: 0px;
    }

    .AdvSearch.AdvSearch1 {
        background: rgba(0, 122, 173, 0.55);
    }

.AdvSearch1:before {
    content: "\f00d";
    font: 21px/1 FontAwesome;
    float: left
}

.controlBox {
}

.vModePane {
    display: inline-block;
    margin: 0 0 0 5%;
    text-align: center
}

.viewMode {
    width: 48px;
    height: 24px;
    background: url(../images/bg.png) no-repeat 0 -476px;
    cursor: pointer;
    display: block;
    margin: 5px auto 0
}

    .viewMode.listView {
        background-position: 0 -452px
    }

.pSizePane {
    display: inline-block;
    text-align: center
}

.page-size {
    width: 70px;
    margin-top: 5px
}

.sort-by {
}

.sort-condition {
    width: 70px
}

.TMSortConditionFilter {
    float: left
}

.TMSortFilter {
}

.pDdl {
    display: inline-block;
    margin-right: 252px;
    font-size: 15px;
}

    .pDdl > li {
        display: inline-block;
    }

        .pDdl > li > a {
            padding: 0 10px;
            border-radius: 5px;
            cursor: pointer;
            position: relative;
        }

            .pDdl > li > a > input {
                margin: 0;
                opacity: 0;
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
                height: 23px;
                cursor: pointer
            }

            .pDdl > li > a.checkbox-icon-checked {
                color: #fff;
                background: #62df33;
            }

a.ascending::before {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "\f162";
    font: 14px/20px FontAwesome;
    color: rgba(2, 173, 0, 0.80);
}

a.deascending::before {
    content: "\f163";
    font: 14px/20px FontAwesome;
    color: rgba(173, 11, 0, 0.80);
}

a.mostexpensive::before {
    content: "\f062";
    font: 12px/20px FontAwesome;
    color: #ed1c24;
}

a.cheapest::before {
    content: "\f063";
    font: 12px/20px FontAwesome;
    color: #ed1c24;
}

a.bestselling::before {
    content: "\f201";
    font: 12px/20px FontAwesome;
    color: #ed1c24;
}

a.newest::before {
    content: "\f0f3";
    font: 12px/20px FontAwesome;
    color: #ed1c24;
}

a.mostpopular::before {
    content: "\f004";
    font: 12px/20px FontAwesome;
    color: #ed1c24;
}

a.checkbox-icon-checked::before {
    color: #fefefe;
    font: 15px/20px FontAwesome;
    display: inline-block;
    animation: jump 2s linear alternate infinite;
    -moz-animation: jump 2s linear alternate infinite;
    -webkit-animation: jump 2s linear alternate infinite;
}

.sortPane {
    padding: 15px;
}

.sortTit {
    position: relative;
    padding-right: 2%;
}

    .sortTit:before {
        content: '\f038';
        font: 14px / 1 FontAwesome;
        position: absolute;
        right: 7px;
        top: 4px;
        opacity: .5;
    }

.prDesc {
    display: none;
    color: #b5b5b5
}

.productlist {
    padding-top: 20px
}

.prpLink {
    margin-top: 7px
}

.productlist:after {
    display: block;
    clear: both;
    content: ''
}

.productlist > li {
    display: inline-block;
    width: 16%;
    margin: 0
}

    .productlist > li > .proItem {
        padding: 0 9px;
        background: #fff;
        margin: -1px -1px 0 0;
        border-radius: 0;
        max-height: 320px;
    }

    .productlist > li:nth-child(4n) .proItem {
        border-left: 0
    }



    .productlist > li .prName {
        text-align: center;
        font-size: 0.9em;
        color: #333;
    }

.sellLabel {
    text-align: right;
    color: #111;
    height: 35px
}

    .sellLabel > span {
        border-top: 1px solid #f5f5f5;
        padding: 5px 8px 5px 0;
        display: block
    }

        .sellLabel > span:before {
            content: '\f00c';
            font: 16px/1 FontAwesome;
            padding-left: 4px
        }



.pr1Price {
    text-align: left;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    position: relative
}

.proItem:hover .pr1Price {
    color: #37b432;
}

.product-code,
.price-amount {
    width: 100%;
    text-align: center;
}

.product-code {
    font-size: 12px;
    font-weight: 400;
}

.price-amount {
    color: green !important;
    margin-top: -10px;
}


.proItem:hover a.prName {
    color: #111
}

.proItem:hover .addBasket {
    right: 20px;
    border-radius: 5px
}

.pr1P {
    height: 33px;
    margin-top: 5px
}

.pr1Price del {
    color: #acacac;
    padding-left: 10px
}

.discount-oval {
    background: #ed1c24;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    border-top-right-radius: 0px;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear
}

del {
    font-size: 1.2em
}

.product-desc {
}

.rateLbl {
    float: left;
    color: #a2a2a2;
    padding: 5px;
    height: 15px;
    font-size: 0.8em;
    text-align: center
}

    .rateLbl img {
        padding-right: 2px;
        float: left;
        max-width: 15px;
        min-width: 15px;
        margin-top: 5px
    }

.voteLbl {
    padding: 0;
    font-size: 10px;
}

.cAdd {
    font-size: 16px;
    visibility: visible;
}

ul.cAddHolder {
    background: rgba(126, 255, 116, 0.85);
    z-index: 1000;
    color: rgb(17, 17, 17);
    position: relative;
    display: block;
    overflow-y: scroll;
    max-height: 200px;
}

.addBasket {
    background: #9cc8e7;
    /*! border: 1px solid #111; */
    width: 200px;
    height: 41px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font: 33px/42px arial;
    margin-top: -117px;
    margin-right: 11px;
    border-bottom-right-radius: 250px;
    border-bottom-left-radius: 250px;
}

    .addBasket:hover {
        background: #ed1c24;
        border-color: #ed1c24;
        color: #fff
    }

.cAddItem {
    border: 1px solid #c8c8d6;
    border-radius: 5px;
    width: 64px;
    text-align: right;
    background: #fff;
    color: #868686;
    font-weight: 500;
    cursor: pointer;
    position: relative
}

.selectedItem {
    padding: 9px 10px 9px 4px;
    display: block
}
    .selectedItem:hover {
        color: green;
        font-size: 1.2em
    }

    .selectedItem:before {
        content: '\f107';
        font: 20px/1 FontAwesome;
        float: left;
        margin-left: 5px
    }

.cAddItem.openList .selectedItem:before {
    content: '\f106';
}

.cAddItem > ul {
    display: none
}

    .cAddItem > ul > li {
        display: block;
        padding: 9px 10px 9px 4px
    }

        .cAddItem > ul > li:hover {
            background: #f1f1f1
        }

.cmpLBL {
    background: #929090;
    padding: 0 5px 0 9px;
    border-radius: 2px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    display: none
}

.cmpSHK {
    margin: 5px 0 0 2px;
    line-height: 0
}

.pCategory {
    padding: 0 15px;
    overflow-y: scroll;
    overflow-x: hidden
}

.MaxHeight {
    max-height: 285px;
    width: 110%
}

.pCategory ul {
    padding: 0 15px 0 0
}

.pCategory li {
}

.pCategory a {
    margin-bottom: 1px;
    color: #949494;
    padding: 3px 0
}

.cCat-Close {
    position: relative;
    padding: 5px 15px 0 0 !important;
}

    .cCat-Close:before {
        content: '\f104';
        font: 14px/1 FontAwesome;
        position: absolute;
        top: 9px;
        right: 0
    }

span.cCat-Close {
    color: #2e2e2e;
    font-size: 16px;
}

.cCat-Open {
    position: relative;
    padding: 3px 15px 0 0 !important;
    color: #2e2e2e;
    font-weight: bold;
    font-size: 16px;
}

    .cCat-Open:before {
        content: '\f191';
        font: 14px/1 FontAwesome;
        position: absolute;
        top: 8px;
        right: -8px;
    }

.filterBox {
    overflow-x: hidden
}

.pCol1 > .filterBox:nth-child(1) {
    background-color: #fff;
    border: 2px solid #ddd;
    margin: 0 0 10px;
    border-radius: 7%;
    width: 300px;
    height: 300px;
}

.filterBox:first-child img {
    height: auto;
    max-height: 250px;
    border-radius: 10%;
}

.filterBox > .fbTit,
.filterBox > .fbTit a {
    color: #ed1c24 !important;
    margin: 0 6px;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    padding: 10px 15px;
    border-radius: 10%;
}

.toggleTit {
    position: relative;
    cursor: pointer
}

    .toggleTit:before {
        content: '\f107';
        font: 22px/1 FontAwesome;
        position: absolute;
        top: 10px;
        left: 10px;
        opacity: .8
    }

    .toggleTit.OpenTit:before {
        content: '\f106'
    }

.ShowAll {
    padding: 7px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .ShowAll:hover {
        background: #f7f7f7
    }

    .ShowAll > span:after {
        content: '\f103';
        font: 14px/1 FontAwesome;
        margin-right: 7px
    }

    .ShowAll.closeAll > span:after {
        content: '\f102';
        font: 14px/1 FontAwesome;
        margin-right: 7px
    }

#Logo {
    text-align: center;
}

.smSearch {
    background: #eee;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    height: 39px;
}

icSignIn::before {
    content: "\f21b";
    font: 25px/20px FontAwesome;
    right: -23px;
}

.icSignUp::before {
    content: "\f234";
    font: 25px/26px FontAwesome;
    right: -22px;
}

.topRow1 .consult-request-lbl {
    font: normal normal normal 14px / 1 BYekan;
    font-size: 14px;
    line-height: 1;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 180px;
    color: #fff;
    height: 30px;
    background: #ed1c24;
    background-color: rgb(237, 28, 36);
    float: right;
    border-radius: 5px;
    margin-right: 146px;
    line-height: 29px;
}

.smSearch > .smSearchResults {
    width: 97%;
    max-height: 300px;
    background: #FFFFFF;
    color: #777777;
    position: relative;
    z-index: 10;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    box-shadow: 0px -1px 1px inset #777;
    border-top: 0px none;
    height: 0px;
    display: none;
}

.smSearch > ul.smSearchResults > li {
    padding: 7px;
    direction: rtl;
    font-size: 1.1em;
    cursor: pointer;
}

    .smSearch > ul.smSearchResults > li > span:first-child {
        font: 14px/1 FontAwesome;
        padding-left: 10px;
        font-size: 1.1em;
        line-height: 25px;
    }

    .smSearch > ul.smSearchResults > li:hover {
        color: #111;
    }

.txtSerach {
    width: 80%;
    height: 39px;
    background: transparent;
    font-size: 12px
}

.smBtn {
    height: 39px;
    float: right;
    width: 39px;
    font: 21px/1 FontAwesome;
    background: transparent;
    padding: 8px;
    cursor: pointer;
}

    .smBtn:hover {
        color: #ff363e;
    }

.highlighted {
    background: #eceff1
}

/*L2*/
.noBorder {
    border: 0 !important
}

.bookMarkPane {
    position: relative;
    padding: 50px;
}

#bookMarkLst {
    text-align: center;
    z-index: 30;
    background: transparent;
    font-size: 14px;
    height: 54px;
    position: relative;
    margin-right: 1px;
    border-bottom: 2px solid #ed1c24;
    display: inline-flex;
    width: 100%;
}

    #bookMarkLst:before {
        height: 10px;
        background: #dfdfdf;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 10px;
        width: 100%;
    }

    #bookMarkLst > li {
        position: relative;
        margin: auto;
    }

        #bookMarkLst > li > a {
            background: tr;
            padding: 15px 50px 15px 50px;
            color: #111;
            border-top-right-radius: 7px;
            border-top-left-radius: 7px;
            font-weight: 700;
            position: relative;
        }

        #bookMarkLst > li.active {
        }

        #bookMarkLst > li > a {
            background: transparent;
            color: #000;
            position: relative;
            overflow: hidden;
        }

        #bookMarkLst > li.active > a {
            background: #ed1c24;
            color: #fff;
            animation: clickEffect 0.5s ease-out;
            width: 300px;
        }

@keyframes clickEffect {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(237, 28, 36, 0);
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 0 20px rgba(237, 28, 36, 0.7);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(237, 28, 36, 0);
    }
}

#bookMarkLst > li.active:before {
    content: '';
    top: -4px;
    right: 0;
    left: 0;
    height: 4px
}

#bookMarkLst > li > a:after {
    font: 21px/1 FontAwesome;
    float: right;
    display: inline-block;
    margin-left: 10px
}

#bookMarkLst > li:nth-child(1) a:after {
    content: "\f15c"
}

#bookMarkLst > li:nth-child(2) a:after {
    content: "\f0ca"
}

#bookMarkLst > li:nth-child(3) a:after {
    content: "\f1d7"
}

#bookMarkLst > li:nth-child(4) a:after {
    content: "\f059"
}

#bookMark > section {
    padding: 20px
}

.boxDetail {
    background: #fff;
}

#PrName {
    margin-top: -30px;
    margin-left: 5px;
}

.hsTitle {
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    color: #5f5f5f
}

    .hsTitle > span {
        font-size: 14px;
        color: #333333;
        display: block;
        padding: 15px 0 0
    }

.detList {
    cursor: default;
    text-align: left
}

    .detList:last-child:hover .discount-oval {
        padding: 7px 15px;
        background-color: yellow;
        color: green;
        box-shadow: 0px 0px 5px green
    }



    .detList > li {
        display: inline-block;
        padding: 2px 0 2px 15px;
    }

        .detList > li > a {
            color: #111;
            border-bottom: 1px dashed #111
        }

.sendStat:before {
    content: '';
    background: url(../images/Deliver.png) no-repeat 85% 35%;
    background-size: contain;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-left: 7px;
    display: inline-block
}

.okPrice {
    font: 18px/15px BYekan;
    color: #777;
    margin-left: 340px;
    margin-top: -34px;
}

.okPrice1 {
    font: 20px/15px;
    color: #777;
    margin-left: 10px;
}

.bigFont .discount-oval {
    position: relative;
    border-radius: 0 20px 20px 20px;
    font-size: 20px;
    padding: 5px 20px;
    min-width: 40px;
    text-align: center;
    margin: -7px 10px 0 0
}

    .bigFont .discount-oval:before {
        content: 'تخفیف';
        position: absolute;
        top: -24px;
        right: 0;
        left: 0;
        color: #b5b5b5;
        font-size: 14px
    }

.proCol2 .rateLbl {
    float: left;
    width: 100%;
    text-align: left;
    height: auto
}

.bigFont .cAddItem {
    width: 100px
}

.bigFont .sellLabel {
    padding: 14px 108px 0 0
}

    .bigFont .sellLabel > span {
        border: 0;
        text-align: left;
        padding-left: 3%;
    }

.ulItem {
    margin-top: 20px;
    padding: 25px 0 15px;
    border-top: 1px solid #f4f4f4
}

    .ulItem > a {
        width: 11%;
        padding-right: 55px;
        height: 48px;
        margin: 0 0 0 5px;
        text-align: right;
        display: table-cell;
        vertical-align: middle
    }

    .ulItem .icF1 {
        background: url(../images/c99c8b3d.svg) 99% 50% no-repeat;
        background-size: 50px auto
    }

    .ulItem .icF2 {
        background: url(../images/28cf2088.svg) 100% 50% no-repeat;
        background-size: 39px auto
    }

    .ulItem .icF3 {
        background: url(../images/4c9cdf1f.svg) 100% 50% no-repeat;
        background-size: 40px auto
    }

    .ulItem .icF4 {
        background: url(../images/b3ac019f.svg) 100% 50% no-repeat;
        background-size: 40px auto
    }

    .ulItem .icF5 {
        background: url(../images/9aec2c1d.svg) 100% 50% no-repeat;
        background-size: auto 100%
    }

.relBox {
    background: #fff;
    border: 1px solid #d1d1d1;
    padding: 10px
}

.relTit {
    color: #fff;
    background: #de1b23;
    padding: 4px 15px 9px 0;
    font-size: 19px;
    font-weight: 500
}

.basketBtnPane {
    position: relative;
    width: 100%;
    top: -14px;
    left: 2px;
}

.icAddBasket {
    background: #777;
    border-radius: 8px;
    padding: 16px 98px 16px 18px;
    border: 1px solid #777;
    cursor: pointer;
    color: #fff;
    position: relative;
    width: 75%;
    /*! max-width: 300px; */
    font-size: 20px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

    .icAddBasket:hover {
        background: #1c9a09;
        color: #fff;
        border: 1px solid #1c9a09;
        box-shadow: 2px 2px 10px #1c9a09
    }

    .icAddBasket:before {
        font-size: 40px;
        right: 25px;
        top: 5px;
        content: '\f217';
    }

.icDelBasket {
    background: #000;
    border-radius: 3px;
    padding: 5px 35px 5px 10px;
    cursor: pointer;
    color: #fff;
    position: relative
}

    .icDelBasket:hover {
        color: #fff;
        background: #de1b23
    }

    .icDelBasket:before {
        font-size: 23px;
        right: 8px;
        top: 5px;
        content: '\f1f8';
    }

.icPdf,
.icZip,
.icWord {
    background: #ddd;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    color: #777;
    text-shadow: 0px 2px 2px #fff
}

    .icPdf:after {
        content: "\f1c1";
        font-size: 46px;
        top: 29%;
        right: 33%
    }

    .icZip:after {
        content: "\f1c6";
        font-size: 46px;
        top: 29%;
        right: 33%
    }

    .icWord:after {
        content: "\f1c2";
        font-size: 46px;
        top: 29%;
        right: 33%
    }

.dName {
    padding: 0 9px;
    display: table-cell;
    vertical-align: middle
}

.downloadList {
    text-align: right
}

    .downloadList > li {
        display: inline-block;
        width: 30%;
        margin: 1%
    }

        .downloadList > li > div {
            display: table;
            width: 100%;
            background: #ed1c24;
            border-radius: 2px 70px 70px 2px;
            color: #fff;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

            .downloadList > li > div > span {
                display: table-cell;
                vertical-align: middle
            }

            .downloadList > li > div > div.dName > h6 > a {
                color: #d31f2a;
                font-size: 15px;
                cursor: pointer;
            }

            .downloadList > li > div:hover {
                background: -webkit-linear-gradient(90deg, #ed1c24 31%, #111 69%);
                background: -webkit-gradient(linear, left top, right top, color-stop(31%, #ed1c24), color-stop(69%, #111));
                background: -webkit-linear-gradient(left, #ed1c24 31%, #111 69%);
                background: -o-linear-gradient(left, #ed1c24 31%, #111 69%);
                background: linear-gradient(90deg, #ed1c24 31%, #111 69%);
                box-shadow: 0px 0px 5px #111;
                color: #fafafa;
            }

                .downloadList > li > div:hover h6 > a {
                    color: #000
                }

.signDelBtn {
    text-align: center;
    border-top: 1px solid #e0e0df;
    padding-top: 5px
}

.addCount {
    width: 50px;
    height: 29px;
    background: #d8d8d8;
    position: relative;
    padding: 2px;
    border-radius: 3px;
    margin-left: 5px
}

.numC {
    width: 35px;
    text-align: center;
    background: #fff;
    float: left;
    border-radius: 3px;
    line-height: 29px
}

.icPlus {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    right: 2px;
    line-height: 0;
    color: #00a04d
}

    .icPlus:before {
        content: '\f0fe';
        top: 0px;
        right: 0;
        font-size: 15px
    }

.icMinus {
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 1px;
    right: 2px;
    line-height: 0;
    color: #de1b23
}

    .icMinus:before {
        content: '\f146';
        bottom: 0px;
        right: 0;
        font-size: 15px
    }

.icOkBasket {
    position: relative;
    padding: 0 20px 0 0;
    margin-top: 5px
}

    .icOkBasket:before {
        font-size: 18px;
        right: 0;
        top: 2px;
        content: '\f218';
    }

.whiteBox {
    background: #fff;
    border-top: 4px solid #de1b23
}

    .whiteBox .hTitPane {
        padding: 10px 20px;
        margin: 0
    }

.wbBody {
    padding: 15px
}

.tblStyle {
    border-collapse: collapse;
    background: #ddd;
    width: 100%
}

    .tblStyle td {
        padding: 5px 10px;
        border: 5px solid #ddd;
        width: 50%;
        text-align: right;
        border-radius: 10px;
        font-weight: 600;
        font-size: 1.1em;
    }

    .tblStyle .tdTitle {
        background: #fff;
        padding: 10px;
        font-size: 14px;
        color: #000
    }

    .tblStyle .tdItem {
        background: #fff;
        color: #111
    }

    .tblStyle .tdInfo {
        background: #fff;
        color: #111
    }

.tdInfo > img {
    vertical-align: middle
}

.rateUser {
    float: left
}

.cDate {
    color: #ed1c24
}

.comment {
    padding-right: 20px;
    color: #111;
    text-shadow: 0px 0px 5px #fff
}

.icUser {
    position: relative;
    padding: 0 20px 0 0
}

    .icUser:before {
        font-size: 18px;
        right: 0;
        top: 2px;
        content: "\f007";
        color: #111
    }

.cComment {
    color: #fff;
    background: #777;
    padding: 5px 17px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-shadow: 0px 0px 1px #000 !important
}

.proComment {
}

    .proComment > li {
        padding: 10px 0;
        border-bottom: 1px solid #e4e4e4;
        list-style: none
    }

.priceChart {
    height: 400px;
    width: 90%;
    direction: ltr
}

.proCol0 {
    width: 12%;
}

.proCol1 {
    float: right;
    margin-top: 7px;
}

.proCol2 {
    float: left;
    width: 35%;
    padding: 10px 0 15px 15px;
    height: 300px;
    max-height: 350px
}

.spSell {
    border: 3px solid #ccc;
    border-radius: 5.5%;
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    /* Add this */
}

.itemPane {
    position: relative;
}

.giftPane {
    position: absolute;
    /* Add this */
    top: 0;
    /* Add this */
    right: 0;
    /* Add this */
    z-index: 100;
    /* Add this */
    background: rgba(251, 52, 72, .04);
    padding: 10px;
    width: 100%;
    text-align: right;
    height: 35px;
    border-bottom: 1px solid #ed1c24;
    border-bottom-right-radius: 40%;
    border-bottom-left-radius: 40%;
}

    .giftPane > span {
        font-size: 20px;
    }

        .giftPane > span:before {
            background: url(../images/538640df.svg) no-repeat 100%;
            background-size: auto;
            background-size: contain;
            width: 30px;
            height: 25px;
            content: '';
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            opacity: 0;
        }

.proItem .giftPane {
    height: auto;
    padding: 0 !important;
    padding-top: 5px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0px !important;
    border-bottom-right-radius: 85%;
    border-bottom-left-radius: 7%;
    min-height: 35px;
    opacity: 0;
}

    .proItem .giftPane > span {
        font-size: 16px;
    }

        .proItem .giftPane > span::before {
            width: 20px !important;
            height: 20px !important;
        }

    .proItem .giftPane .rateLbl {
        padding: 0px 5px !important;
    }

    .proItem .giftPane .voteLbl {
        text-align: left;
        padding-left: 7px;
    }

.giftLBL {
    display: block;
    color: #ed1c24;
    position: relative;
    border-bottom-right-radius: 40%;
    border-bottom-left-radius: 40%;
    padding-right: 10%;
}

    .giftLBL.listView {
        bottom: 0px;
    }

.proItem .giftLBL {
    padding-right: 0% !important;
}

.bPicPane {
    position: relative;
}

.pBigPic img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
    /* image-rendering: optimizeSpeed;*/
    border-radius: 25px;
}

#bookMark > section {
    background: transparent;
}

#pnlSpecifications {
    background: #ddd;
    border-radius: 20px;
}

#pnlRelatedProducts {
    margin-top: 50px
}

/*.proCol3{float:right;width:62%}*/
.proCol4 {
    float: left;
    width: 35%
}

.bigFont {
    font-size: 15px;
    color: #898989;
    margin: auto;
}

    .bigFont > li {
        padding: 5px 0
    }

.black {
    color: #000
}

.prHtit {
    color: #000;
    padding: 0;
    font-weight: 600;
    font-size: 22px;
}

    .prHtit > span {
        display: block;
        color: #333;
        padding-top: 15px;
        font-size: 18px;
    }

.proInfoLst {
    padding-top: 50px
}

    .proInfoLst > li {
        margin-bottom: 3px;
        border: 1px solid #bbb;
        background: #f2f2f2;
        padding: 5px 10px
    }

        .proInfoLst > li.open {
            background: #fff
        }

.fontSize {
    font-size: 15px
}

.botItem {
    padding-top: 30px
}

    .botItem > li {
        float: right;
        width: 30%;
        margin: 0 2%
    }

.botTit {
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    color: #000;
    padding: 7px 10px
}

h5.botTit {
    font-weight: 500;
    font-size: 15px
}

.botItem > li.wayBox {
    width: 23%
}

.botItem > li.showBox {
    width: 42%
}

.wbItem {
    padding: 5px
}

    .wbItem > li {
        position: relative;
        padding: 2px 13px 2px 0
    }

        .wbItem > li:before {
            content: '\f100';
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            top: 7px;
            right: 0;
            color: #ed1c24
        }

.icSendF {
    position: relative;
    float: left;
    padding-right: 20px
}

    .icSendF:before {
        content: "\f1d8";
        right: 0;
        top: 2px;
        font-size: 18px
    }

.icAddF {
    position: relative;
    padding-right: 23px
}

    .icAddF:before {
        content: "\f005";
        right: 0;
        top: 2px;
        font-size: 18px
    }



.spGidtLBL {
    width: 133px;
    height: 131px;
    background: url(../images/gift.png) no-repeat 0 0;
    position: absolute;
    top: -6px;
    right: -6px
}

.TPArow {
    padding: 0 35px;
    float: right;
    overflow: hidden
}

#ThumbPic {
}

    #ThumbPic .item {
        text-align: center
    }

        #ThumbPic .item > a {
            padding: 2px;
            cursor: pointer
        }

            #ThumbPic .item > a.active {
            }

            #ThumbPic .item > a > img {
                width: 130px;
                height: auto;
                border: 2px solid #ddd;
                border-radius: 20px;
            }

    #ThumbPic .owl-buttons {
        position: absolute;
        top: 33%;
        left: -18px;
        right: -18px;
        text-align: center;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

        #ThumbPic .owl-buttons .owl-prev {
            position: absolute;
            width: 20px;
            height: 25px;
            left: 0
        }





        #ThumbPic .owl-buttons .owl-next {
            position: absolute;
            width: 30px;
            height: 30px;
            right: 0
        }

            #ThumbPic .owl-buttons .owl-prev > span:before,
            #ThumbPic .owl-buttons .owl-next > span:before {
                font: normal normal normal 25px/1 FontAwesome;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                position: absolute;
                top: 0
            }



.pinfoLst {
}

    .pinfoLst > li {
        padding: 7px 0;
        display: table-row;
    }

.rdlColor {
    width: 17px;
    height: 17px;
    border-radius: 3px;
    box-shadow: 0 0 2px #c1c1c1;
    margin: 0 3px 0 0
}

.product-content:hover {
    color: #222 !important
}

.ulIcon {
}

    .ulIcon > li {
        float: left;
        margin: 2px;
        margin-top: -41px;
    }

        .ulIcon > li > a {
            border-radius: 5px;
            background: #fff;
            margin-left: 2px;
        }

            .ulIcon > li > a:hover {
                cursor: pointer;
                -webkit-animation-play-state: paused;
                -moz-animation-play-state: paused;
                -ms-animation-play-state: paused;
                -o-animation-play-state: paused;
                animation-play-state: paused;
            }

@keyframes jump {
    0% {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }

    50% {
        transform: translate3d(0, 20%, 0) scale3d(1.02, 1.1, 1.02);
    }

    100% {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

.ulIcon > li > a:before {
    font: 28px/1 FontAwesome;
    padding: 7px;
    display: inline-block;
    /*! border: 2px solid #aaa; */
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 10px;
}

.ulIcon > li > a:hover:before {
    font: 30px/1 FontAwesome;
    border: none !important;
    ;
}

.addFav:before {
    content: "\f08a";
}

.favoritedBefore:before {
    content: "\f004";
    text-shadow: 0px 0px 3px #ed1c24;
    color: #ed1c24
}

.addShare:before {
    content: "\f1e0"
}

.rateLbl a,
.rrtExact a {
    transition: 0s !important;
    -webkit-transition: 0s !important;
    -moz-transition: 0s !important;
    -o-transition: 0s !important;
}

/*Basket*/
.basketNav {
    background: #282828;
    border-radius: 30px;
    padding: 5px;
    text-align: right;
    margin-bottom: 20px
}

    .basketNav > li {
        display: inline-block;
        margin: 0 5%
    }

        .basketNav > li > a {
            color: #fff;
            font-size: 15px;
            padding: 7px 30px 9px;
            border-radius: 30px
        }

        .basketNav > li.curPage > a {
            background: #fff;
            color: #de1b23
        }

.bLoginPane {
    text-align: center;
    padding: 10px;
}

.blBox {
    display: inline-block;
    width: 30%;
    border: 3px solid #eceff1;
    margin: 0 2%;
    padding: 15px;
    text-align: justify;
    min-height: 300px
}

    .blBox > h2 {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        position: relative;
        padding: 0 19px 10px 0
    }

        .blBox > h2:before {
            width: 25px;
            height: 5px;
            background: #eceff1;
            content: ' ';
            position: absolute;
            top: 10px;
            right: -15px
        }

.blBoxRegister {
    width: 50%;
    min-height: 0
}

.gray {
    color: #9b9b9b
}

.icLnext {
    color: #111;
    position: relative;
    padding: 0 17px 0 0
}

    .icLnext:before {
        content: "\f0f6";
        top: 3px;
        right: 0;
        color: #ed1c24;
    }

    .icLnext:hover {
        color: #000
    }

.levelPane {
    text-align: left;
    padding: 20px 0 0
}

.lBtn {
    color: #fff;
    background: #333;
    padding: 10px 30px 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #111
}

    .lBtn:hover {
        color: #fff;
        background: #ed1c24;
        border: 1px solid #ed1c24
    }

/*L2*/
.basketTbl {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    box-shadow: 0px -2px 7px #0f07;
}

    .basketTbl tr {
    }

    .basketTbl .bsBtn {
        float: none;
        padding: 0;
        width: auto
    }

    .basketTbl th {
        font-weight: 500;
        border: 1px solid #eceff1;
        padding: 5px;
        background: #eceff1;
        height: 70px
    }

    .basketTbl td {
        border: 1px solid #eceff1;
        padding: 10px;
        height: 90px
    }

    .basketTbl .redTd {
        background: #de1b2333;
        color: #fff
    }
        .basketTbl .redTd:has(a.bsDel:hover) {
            background: #de1b23ee;
            color: #fff;
        }


    .basketTbl .addressTd {
        background: #eceff1
    }

    .basketTbl .prPic {
        width: 85% !important;
        height: auto !important;
        border-radius: 7px;
    }

.bItemInfo {
    text-align: right;
    padding-right: 95px
}

    .bItemInfo > li {
        padding: 1px 0
    }

.bItemDel {
    position: relative
}

.basketCol1 {
    float: right;
    width: 65%
}

p.price-be-inform {
    font-size: 0.5cqw; /* 10% عرض کانتینر والد */
    text-align: center;
    color: #ed1c24;
}

.basketCol2 {
    float: left;
    width: 34%;
    text-align: right;
    top: 5%;
    margin-bottom: 5%;
}

.addressBox {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    padding: 10px
}

/*.addressBox .txt,.addressBox .ddl{background:#fff}*/
.postTbl {
    width: 100%;
    border-collapse: collapse;
    border: 4px solid #eceff1;
    box-shadow: 0px 0px 2px #00c9ff;
    color: #222;
    background: linear-gradient(90deg, #fefefe 10%, #ddd 85%);
}

.down-arrow {
    color: #00c9ff;
    font-family: FontAwesome;
    font-style: normal
}

.basketCol1 .postTbl input[type=radio], .basketCol1 .postTbl td {
    cursor: pointer;
}

.postTbl td {
    border: 1px solid #eceff1;
    padding: 7px 20px
}

.icPostIcon {
    padding-right: 30px
}

    .icPostIcon:before {
        font-size: 26px;
        right: 0;
        top: 0
    }

.icPost:before {
    content: "\f003";
    font-style: italic;
    font-size: 23px
}

.icTipax:before {
    content: "\f16b"
}

.icTruk:before {
    content: "\f0d1";
    font-style: italic
}

.icInfo {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    color: #2f87ca;
    cursor: pointer;
    display: inline-block
}

    .icInfo:before {
        content: "\f05a";
        font-size: 16px;
        right: 0;
        top: 3px
    }

.moreInfo {
    position: absolute;
    top: 15px;
    right: 0;
    background: #e1e1e1;
    padding: 12px;
    width: 500px;
    display: none;
    z-index: 30
}

.total {
    border: 1px groove #ddd;
    color: #111;
    font-size: 15px;
    box-shadow: -2px 2px 7px #0f07;
    border-radius: 7px;
}

    .total > li {
    }

        .total > li > span {
            width: 100%;
            text-align: center;
            padding: 16px 0;
            text-shadow: 1px 2px 6px #00c9ff80;
        }

        .total > li:last-child > span.tPrice.green.borderBtn, .tbl_deliverysummary tr:last-child > td.tPrice.green.borderBtn {
            border-bottom: none;
            letter-spacing: 1px !important;
        }

.tbl_deliverysummary .tPrice.green.borderBtn {
    direction: rtl;
    text-align: right;
    font-size: 15px;
    line-height: 2.2;
    padding: 8px 12px;
    border-radius: 8px;
    font-family: inherit;
}

.total span.tText.borderBtn {
    background: #ddd !important;
    text-shadow: none !important;
}

.tText {
    background: #eee;
    color: #2392f1
}

.Chk {
    margin: 3px 0 0 5px
}

.giftBox {
    border: 1px solid #de1b23;
    border-bottom: 4px solid #de1b23;
    padding: 15px;
    color: #de1b23
}

.icGift {
    width: 35px;
    height: 30px;
    float: right
}

    .icGift:before {
        content: "\f06b";
        font-size: 40px;
        top: -10px;
        right: -5px
    }

.bigFontT {
    font-size: 18px;
    color: green;
    text-shadow: 1px 2px 6px #00c9ff80;
}

.bsNum {
    position: relative;
    width: 70px;
}

/*L3*/

.RadRating, .RadRating * {
    outline: 0;
    -moz-user-select: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    margin-right: 377px;
}

.gBox {
    display: inline-block;
    width: 33%
}

.gBoxIn {
    padding: 15px
}

.VrCarousel .item {
    left: 0 !important;
}

.VrCarousel .owl-item {
    height: 85px !important;
}

.VrCarousel {
    width: 500px;
    height: 500px;
}

    .VrCarousel .owl-item {
        border-right: none !important;
    }

.DrCarousel {
    height: auto
}

    .DrCarousel .proItem {
        margin: 40px 0;
    }

    .DrCarousel .prName {
        position: relative;
        right: 0;
        width: 200px;
        text-align: center;
        padding: 0px;
    }

    .DrCarousel .prPic > img {
        width: 100%;
        height: auto;
        -webkit-transition: -webkit-transform .5s ease-in-out;
        -moz-transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        padding-top: 0px;
        margin: auto;
    }

    .DrCarousel .owl-buttons > div {
        /*! height: 90px; */
        /*! width: 49px; */
        position: absolute;
        text-align: center;
        background: #fff;
        top: 30%;
        z-index: 15;
        overflow: hidden;
        color: #ed1c24;
    }

    .DrCarousel .owl-next {
        left: 10%;
        border-radius: 0 5px 5px 0
    }

    .DrCarousel .owl-prev {
        right: 7%;
        border-radius: 5px 0 0 5px;
    }

.SideCarousel {
    background: transparent;
    padding: 10px 0 10px;
}

    .SideCarousel .item > div {
        display: inline-block;
        direction: rtl;
        text-align: right;
        padding: 5px
    }

.gPic {
    border: 1px solid #fff
}

.SideCarousel .owl-controls {
    padding: 0;
    position: absolute;
    top: 18%;
    left: 4%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 450px;
}

.SideCarousel .owl-prev,
.SideCarousel .owl-next {
    width: 34px;
    height: 34px;
    background: #fff;
    color: #aaa;
    display: inline-block;
    margin: 0 3px 0 0;
    position: relative
}

    .SideCarousel .owl-prev:before,
    .SideCarousel .owl-next:before {
        font: normal normal normal 20px/1 FontAwesome;
        font-size: 50px;
        line-height: 32px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        border-radius: 50%;
        width: 30px;
        height: 35px;
        display: block;
        text-align: center;
        padding: 7px;
        background: #fafafa
    }

    .SideCarousel .owl-prev:before {
        content: "\f104"
    }

    .SideCarousel .owl-next:before {
        content: "\f105"
    }

    .SideCarousel .owl-prev:hover,
    .SideCarousel .owl-next:hover {
        background: #9f9f9f
    }

.DrCarousel .owl-prev,
.DrCarousel .owl-next {
    width: 100%;
    height: 50px;
    background: #fff;
    color: #aaa;
    display: inline-block;
    margin: 0 3px 0 0;
    position: relative;
}

.DrCarousel .owl-next {
}

.DrCarousel .owl-prev {
}

    .DrCarousel .owl-prev:before,
    .DrCarousel .owl-next:before {
        font: normal normal normal 20px/1 FontAwesome;
        font-size: 70px;
        line-height: 32px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased
    }

    .DrCarousel .owl-prev:before {
        content: "\f104";
        color: red;
        right: 39%;
        position: relative;
    }

.DrCarousel .owl-next:before {
    content: "\f105";
    color: red;
    position: relative;
    left: 37%;
}

.DrCarousel .owl-prev:hover,
.DrCarousel .owl-next:hover {
    background: #9f9f9f
}

.DrCarousel .owl-wrapper-outer {
    height: auto;
}

/*Owl Carousel*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    direction: ltr;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .owl-carousel .1994-outer {
        overflow: hidden;
        position: relative;
        width: 100% !important
    }

    .owl-carousel .owl-wrapper-outer.autoHeight {
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out
    }

    .owl-carousel .owl-item {
        float: left !important;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer !important;
    background: transparent !important;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 10px 0 !important
}

.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move !important
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-item:hover {
    position: relative !important;
}


.owl-pagination {
    text-align: center !important
}

.owl-controls .owl-page {
    display: inline-block !important;
    zoom: 1;
    display: inline
}

    .owl-controls .owl-page span {
        display: block;
        width: 9px;
        height: 9px;
        margin: 0 3px;
        filter: Alpha(Opacity=50);
        opacity: .3;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #000
    }

    .owl-controls .owl-page.active span,
    .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100);
        opacity: 1
    }

.gBoxTit {
    color: #de1b23;
    height: 32px;
    text-align: right
}

.gredBox {
    background: #de1b23;
    padding: 15px;
    color: #fff;
    margin: 15px 0
}

    .gredBox .txt {
        background: #fff;
        width: 400px
    }

/*L4*/
.basketCol3 {
    float: right;
    width: 49%
}

.basketCol4 {
    float: left;
    /*width: 49%*/
    width: 100%
}

.redTit {
    color: #de1b23;
    font-size: 15px;
    font-weight: 500;
    padding: 5px
}

.blackTit {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px;
    margin-bottom: 10px;
    background: #282828
}

.finalTbl {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

    .finalTbl td {
        padding: 10px;
        border: 1px solid #f5f5f5
    }

    .finalTbl th {
        background: #f5f5f5;
        border: 1px solid #f5f5f5;
        padding: 5px 10px;
        color: #111;
        font-weight: 500
    }

    .finalTbl .bItemInfo {
        padding: 0
    }

.finalScore {
    width: 100%;
    text-align: right;
    border-collapse: collapse;
    background: #f5f5f5
}

    .finalScore td {
        padding: 15px
    }

/*L5*/
.icPrint {
    float: left;
    padding: 0 0 0 25px;
    margin-top: 10px
}

    .icPrint:before {
        content: '\f02f';
        left: 0;
        top: 2px;
        font-size: 20px
    }

.printPane {
    max-width: 980px
}

.prBox {
    border: 3px solid #eceff1;
    padding: 15px;
    background: url(../images/Thanks.jpg) no-repeat 30px center
}

.prLst {
}

    .prLst > li {
        color: #000;
        position: relative;
        padding: 0 19px 10px 0
    }

        .prLst > li:before {
            width: 25px;
            height: 5px;
            background: #eceff1;
            content: ' ';
            position: absolute;
            top: 10px;
            right: -15px
        }

.prBox .prLst {
    padding: 30px 0
}

/*News*/
.nSearch {
    background: #ed1c24;
    padding: 5px;
    border-radius: 1px;
    color: #fff;
    box-shadow: 0px 0px 100px #000 inset;
    border-radius: 7px;
}

#Logo img {
    height: auto;
    box-sizing: content-box;
    image-rendering: optimizespeed;
    padding-top: 20px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition-property: all;
    -ms-transition: .5s;
    transition-property: width;
    width: 105%;
    margin-right: -13px;
}

.newsPage .mosaicflow__column {
    float: right
}

    .newsPage .mosaicflow__column:hover {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -ms-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
        transform: skew(0deg) !important;
        -moz-transform: skew(0deg) !important;
        -webkit-transform: skew(0deg) !important;
        -khtml-transform: skew(0deg) !important;
        -o-transform: skew(0deg) !important;
        -ms-transform: skew(0deg) !important;
    }

.newsPage .mosaicflow__item {
    position: relative;
    margin: 30px 15px;
    background: #fff;
    padding: 15px;
    border: 1px solid #e4e4e4;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    transform-origin: 5% 5%;
    animation: newsjump 1s linear alternate infinite;
    -moz-animation: newsjump 1s linear alternate infinite;
    -webkit-animation: newsjump 1s linear alternate infinite
}

    .newsPage .mosaicflow__item:hover {
        animation: newsjumpstop 0.1s linear alternate infinite;
        -moz-animation: newsjumpstop 0.1s linear alternate infinite;
        -webkit-animation: newsjumpstop 0.1s linear alternate infinite
    }

@keyframes newsjump {
    0% {
        transform: skew(1deg);
    }

    50% {
        transform: skew(0deg);
    }

    100% {
        transform: skew(-1deg);
    }
}

@keyframes newsjumpstop {
    0% {
        transform: skew(0deg);
    }

    50% {
        transform: skew(0deg);
    }

    100% {
        transform: skew(0deg);
    }
}

.newsPage .mosaicflow__item:before {
    content: '';
    position: absolute;
    height: 3px;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    background: -webkit-linear-gradient(90deg, #ed1c24 31%, #111 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #ed1c24), color-stop(69%, #111));
    background: -webkit-linear-gradient(left, #ed1c24 31%, #111 69%);
    background: -o-linear-gradient(left, #ed1c24 31%, #111 69%);
    background: linear-gradient(90deg, #ed1c24 31%, #111 69%);
}

.newsPage .mosaicflow__item > a {
    display: block
}

.newsPage .mosaicflow__item img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    float: none
}

.newsPage .mosaicflow__item:hover {
    background: hsla(0, 0%, 71%, .25)
}

.newsTxt {
    padding: 10px 0 20px
}

.newsName {
    font-size: 15px;
    font-weight: 700
}

.newsDate {
    margin: 10px 0;
    position: relative;
    display: block;
    text-align: left;
    color: #ed1c24;
    font-size: 12px
}

    .newsDate:before {
        content: '';
        position: absolute;
        height: 1px;
        bottom: 0;
        right: 0;
        left: 0;
        -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
        background: -webkit-linear-gradient(90deg, #ed1c24 31%, #111 69%);
        background: -webkit-gradient(linear, left top, right top, color-stop(31%, #ed1c24), color-stop(69%, #111));
        background: -webkit-linear-gradient(left, #ed1c24 31%, #111 69%);
        background: -o-linear-gradient(left, #ed1c24 31%, #111 69%);
        background: linear-gradient(90deg, #ed1c24 31%, #111 69%);
    }

.icNdate {
    padding-right: 22px
}

    .icNdate:before {
        content: "\f073";
        font-size: 17px;
        top: 1px;
        right: 0
    }

.newsPic {
    margin-bottom: 5px
}

.showNews {
    text-align: left;
    margin-top: 10px
}

    .showNews > a {
        color: #111
    }

        .showNews > a:after {
            margin-right: 5px;
            content: "\f137";
            font: 18px/25px FontAwesome
        }

/*Articles*/
.mosaicflowUL .mosaicflow__item {
    margin: 20px 0
}

    .mosaicflowUL .mosaicflow__item:after {
        content: '';
        display: block;
        clear: both
    }

.mosaicflowUL .newsPic {
    float: left;
    width: 25%;
    height: auto
}

.mosaicflowUL .newsTxt {
    float: right;
    width: 73%;
    position: relative;
    padding: 0 0 30px
}

    .mosaicflowUL .newsTxt .ShowN {
        bottom: 0
    }

.articleBox {
    position: relative;
    padding-top: 15px
}

    .articleBox:before {
        content: '';
        position: absolute;
        height: 2px;
        top: 0;
        right: 0;
        left: 0;
        -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
        background: -webkit-linear-gradient(90deg, #ed1c24 31%, #111 69%);
        background: -webkit-gradient(linear, left top, right top, color-stop(31%, #ed1c24), color-stop(69%, #111));
        background: -webkit-linear-gradient(left, #ed1c24 31%, #111 69%);
        background: -o-linear-gradient(left, #ed1c24 31%, #111 69%);
        background: linear-gradient(90deg, #ed1c24 31%, #111 69%);
    }

.articlePic {
    margin: 25px 0;
    text-align: center
}

    .articlePic img {
        max-width: 50%
    }

/*L2*/
.newsPicIn {
    float: left;
    margin: 0 20px 20px 0;
    border: 3px solid #111;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    max-width: 40%;
    border-radius: 5px;
}

    .newsPicIn img {
        max-height: 555px;
        width: 100%;
        background-size: cover;
        background-position: center center;
    }

.nSource {
    padding: 10px 0 0;
    color: #111;
    position: relative;
    margin-top: 20px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

    .nSource li:hover {
        margin-right: 10px;
    }

    .nSource:before {
        content: '';
        position: absolute;
        height: 2px;
        top: 0;
        right: 0;
        left: 0;
        -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
        background: -webkit-linear-gradient(90deg, #ed1c24 31%, #111 69%);
        background: -webkit-gradient(linear, left top, right top, color-stop(31%, #ed1c24), color-stop(69%, #111));
        background: -webkit-linear-gradient(left, #ed1c24 31%, #111 69%);
        background: -o-linear-gradient(left, #ed1c24 31%, #111 69%);
        background: linear-gradient(90deg, #ed1c24 31%, #111 69%);
    }

.icNSource {
    padding-right: 25px
}

    .icNSource:before {
        content: "\f1ea";
        font-size: 17px;
        top: 3px;
        right: 0
    }

.keyWordPane {
    padding-top: 10px;
    color: #111;
    position: relative;
    margin-top: 0px;
    text-align: right;
    background: linear-gradient(90deg, #ed1c24 31%, #111 50%);
    opacity: .8;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -webkit-box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
}

    .keyWordPane:hover {
        opacity: 1;
    }


    .keyWordPane > a {
        margin: 0 0 10px 5px;
        padding: 5px 10px;
        background: #111;
        color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px #111
    }

        .keyWordPane > a:hover {
            background: #ed1c24;
            box-shadow: 0 0 5px #ed1c24;
            padding: 5px 15px;
        }

    .keyWordPane > span {
        padding-right: 50px;
        color: #fff
    }

        .keyWordPane > span:before {
            content: "\f02b";
            font: 25px/1 FontAwesome;
            padding-left: 5px;
            position: absolute;
            right: 5px;
            top: 15px;
        }

.uComment {
    text-align: left
}

.innerComment {
    background: rgba(0, 0, 0, .03);
    border: 1px solid #e4e4e4;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 20px
}

/*Contact*/
.mapDiv {
    width: 50%;
    padding: 4px;
    box-shadow: 0 0 5px rgba(31, 28, 22, .2);
    margin-bottom: 25px;
    float: left
}

.googlemap {
    width: 100%;
    height: 350px
}

.contactRight {
    padding-left: 52%
}

.contctInfo li span:before {
    position: relative !important;
    right: -25px !important;
}

.contctInfo li span {
    width: 100%
}

.contctInfo > li {
    padding: 2px 0 8px;
    border-bottom: 1px solid rgba(0, 122, 173, 0.07)
}



.icAddress:before {
    content: "\f19c";
    right: -45px !important;
    font-size: 18px;
    margin-right: -4px;
}

/*.icPhone:before {
    content: "\f098";
    right: 0;
    font-size: 20px
}*/

.icEmail:before {
    content: "\f0e0";
    right: 0;
    font-size: 20px
}

.icPostalAddress:before {
    content: "\f041";
    right: -47px !important;
    font-size: 20px
}

.icPostalCode:before {
    content: "\f029";
    right: 0;
    font-size: 20px
}

.icCiriticContact:before {
    content: "\f025";
    right: 0;
    font-size: 20px
}

.icSupportPhone:before {
    content: "\f095";
    right: 0;
    font-size: 20px
}

.cDetail {
    padding-right: 30px;
    direction: ltr
}

/*Profile*/
[class|=msg] {
    border-radius: 3px;
    padding: 15px;
    text-shadow: 0px 0px 5px #ffffff;
    font-size: 1.1em
}

.msg-success {
    background-color: #d1ffab;
    color: #111;
    border-radius: 10px
}

.msg-fail {
    background-color: #d39f9f;
    color: #fefefe
}

.msg-alert {
    background-color: #fff983;
    color: #ed1c24
}

.validation ul li {
    list-style: '\2605' !important;
    padding: 5px
}

.prfRight {
    float: right;
    width: 21%;
}


.prfLeft {
    float: left;
    width: 78.5%;
}

.blueBg {
    background-color: #eee !important;
    height: 85px;
    text-align: center;
    padding: 10px;
}

.greenBg {
    background-color: rgba(24, 183, 6, 0.85) !important;
    text-align: center;
    border: 1px outset rgba(24, 183, 6, 0.85);
    cursor: pointer
}

    .greenBg:hover {
        border: 1px outset rgba(24, 183, 6, 0.85);
        transform: translateY(-5px);
        box-shadow: 0px 0px 5px rgba(24, 183, 6, 1);
    }


.Avatar {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    -webkit-box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
}

    .Avatar img.profile-picture {
        border-radius: 50%;
        max-width: 85px;
        max-height: 85px;
        transition: .8s;
        -moz-transition: .8s;
        -webkit-transition: .8s;
    }

    .Avatar:hover,
    .Avatar:hover img.profile-picture {
        border-radius: 10%
    }

.userNm {
    padding: 15px 5px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
}

    .userNm:hover {
        font-size: 1.5em;
        color: #111;
        cursor: pointer
    }

.exitPane {
    border-top: 1px solid #f1f1f1;
    height: 55px
}

    .exitPane > a {
        width: 50%;
        float: right;
        padding: 15px 0 8px;
        text-align: center;
        position: relative;
        font-size: 0.85em;
    }

        .exitPane > a:hover {
            text-shadow: 0px 5px 10px #111;
            bottom: 5px
        }

        .exitPane > a:first-child {
            border-left: 1px solid #ebebeb;
            margin-right: -1px
        }

        .exitPane > a:before {
            font: 18px/1 FontAwesome;
            padding-left: 5px;
            vertical-align: middle
        }

        .exitPane > a:first-child:before {
            content: '\f13e';
        }

        .exitPane > a:nth-child(2):before {
            content: "\f08b"
        }

.prfHead {
    padding: 15px 25px 15px 0;
    font-size: 16px;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 500
}

.profileMenu {
}

    .profileMenu > li > a {
        padding: 12px 53px 12px 0;
        display: block;
        position: relative;
        font-size: 1.1em
    }

        .profileMenu > li > a:hover,
        .profileMenu > li > a.is-active {
            background-color: #f6ffff;
            color: #111;
            box-shadow: 0px 0px 5px #111;
            border-right: 5px solid rgba(0, 122, 173, 0.5)
        }

        .profileMenu > li > a:before {
            font: 18px/1 FontAwesome;
            position: absolute;
            right: 18px;
            top: 15px;
            vertical-align: middle
        }

.profileMenu-dashboard:before {
    content: "\f007"
}

.profileMenu-orders:before {
    content: "\f07a"
}

.profileMenu-return:before {
    content: "\f0e2"
}

.profileMenu-wishlist:before {
    content: "\f006"
}

.profileMenu-comments:before {
    content: "\f0f6"
}

.profileMenu-gifts:before {
    content: "\f06b"
}

.profileMenu-address:before {
    content: "\f21d"
}

.profileMenu-notif:before {
    content: "\f0a2"
}

.profileMenu-message:before {
    content: "\f003"
}

.profileMenu-price:before {
    content: "\f155"
}

.profileMenu-personal:before {
    content: "\f044"
}

.profileMenu-transaction:before {
    content: "\f0d6"
}

.itemProfile {
    font-size: 15px
}

    .itemProfile > li {
        float: right;
        width: 100%;
        webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
        margin-left: 19px
    }

        .itemProfile > li:last-child {
            float: left;
            margin: 0
        }

        .itemProfile > li > div {
            padding: 20px 10px 45px 15px;
            background: #eee;
            transition: .8s;
            -moz-transition: .8s;
            -webkit-transition: .8s;
            cursor: pointer;
            margin: 10px
        }

            .itemProfile > li > div > img {
                float: left;
                margin-left: 5px;
                transition: .8s;
                -moz-transition: .8s;
                -webkit-transition: .8s;
            }

            .itemProfile > li > div:hover > img {
                border-radius: 100%;
                padding: 10px;
                margin: 10px
            }

            .itemProfile > li > div:hover {
                font-size: 1.2em;
                color: #111;
                box-shadow: 0px 0px 5px 1px #111;
            }

.ipPrice {
    padding-top: 5px;
    text-align: left;
    color: #ed1c24
}

.prfLRight {
    float: right;
    width: 49%;
}

.prfLLeft {
    float: left;
    width: 49%
}

.leftWihte1 {
    min-height: 335px;
    padding-bottom: 50px;
    max-height: 335px;
}

.prfLeft .leftWihte {
    position: relative;
    overflow-y: scroll
}

.prTit {
    margin: 20px 0 25px;
    font-size: 20px;
    font-weight: 500;
    color: #7d7777;
    padding: 0 30px 0 0
}

.prfTbl {
    width: 100%;
    border-collapse: collapse;
    color: #bababa;
    font-size: 12px
}

    .prfTbl td {
        border: 1px solid #f1f1f1;
        border-top: 0;
        padding: 15px 20px;
        width: 50%
    }

    .prfTbl tr td:nth-child(1) {
        border-right: 0
    }

    .prfTbl tr td:nth-child(2) {
        border-left: 0
    }

    .prfTbl td > div {
        font-size: 14px;
        color: #939393;
        margin-top: 5px
    }

.btnEdit {
    color: #1ca2bd;
    position: relative
}

    .btnEdit:after {
        left: 0;
        right: 0;
        top: 50%;
        margin-top: .85em;
        content: "";
        position: absolute;
        border-bottom: 1px dashed #1ca2bd;
    }

    .btnEdit:before {
        content: "";
        position: absolute;
        left: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font: 15px/1 FontAwesome;
        margin-left: 10px
    }

.favTbl {
    display: table;
    width: 100%
}

.favTr {
    display: table-row;
    height: 60px
}

    .favTr:hover {
        border-right: 3px solid #111
    }

.favTd {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle
}

.favTbl > .favTr .favTd:last-child {
    text-align: center
}

.favTbl .prPic {
    width: 70px;
    height: 100px;
    padding: 0px
}

.favBtnPane {
    text-align: center;
    padding: 15px 20px;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    border-top: 1px solid #f1f1f1;
    background-color: #f9f9f9
}

.orderno {
    direction: ltr;
    padding: 10px;
    border: 1px solid rgba(0, 122, 173, 0.10);
    border-radius: 5px;
}

.orderTbl {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 10px
}

    .orderTbl th {
        color: #111;
        background: #dddddd;
        padding: 20px;
        font-size: 1.2em
    }

    .orderTbl td {
        padding: 9px 0;
        border: 1px solid #ebebeb;
        font-size: 1.1em
    }

    .orderTbl tr:hover > td:last-child {
        background: #dddddd;
        color: #111
    }

.orderShowMore {
    display: block;
    padding: 10px 6px;
    text-align: center;
    color: #8d8d8d
}

    .orderShowMore:hover {
        background: #e5e5e5;
        color: #111
    }

.showDet {
    display: block;
    height: 50px;
    color: #111
}

    .showDet:hover {
        color: #ed1c24
    }

    .showDet:before {
        font: 32px/1 FontAwesome;
        content: '\f104';
        display: block;
        padding: 7px 0;
        vertical-align: middle
    }

#H2Title {
    border: 5px #000000 groove;
    background: #6f6f6f;
}

.favList {
}

    .favList > li {
        float: right;
        width: 49%
    }

        .favList > li:nth-child(2n) {
            float: left
        }

.favBox {
    background: #fff;
    padding: 15px 44px 15px 15px;
    position: relative;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    margin: 0 0 20px 0
}

.fbRight {
    display: inline-block;
    width: 30%
}

.fbLeft {
    display: inline-block;
    width: 68%
}

.favBox .bsDel {
    text-align: center;
    position: absolute;
    left: 10px;
    top: 30%
}

.favBox .prPic {
    width: 115px;
    height: 125px;
    overflow: hidden
}

.StarBox {
    float: left;
    width: 35%;
    text-align: left
}

.fbLink {
    float: right;
    width: 74%
}

.fbDown {
    clear: both;
    padding-top: 20px;
    font-size: 16px
}

.favBox .lBtn {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    float: left;
}

.pInfoTbl {
    width: 100%
}

    .pInfoTbl td {
        padding: 10px 5px
    }

    .pInfoTbl .txt {
        width: 90%
    }

    .pInfoTbl .largetxt {
        width: 85% !important
    }

.btnPane {
    border-top: 1px solid #f1f1f1;
    padding: 25px 0 20px;
    text-align: center
}

    .btnPane .btn {
        margin: 0 10px
    }

.bluebtn {
    background: #111
}

.editInfoPage .prfLRight {
    border-left: 1px solid #e4e4e4
}

.okBtn {
    width: 40px;
    height: 21px;
    background: url(/TMpaging/swipInp.png) no-repeat 0 0;
}

.okBtnActive {
    background-position: 0 -21px
}

.editInfoPage .prfLLeft {
    position: relative
}

.overalProfile {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding-top: 40%
}

.ovBtn {
    color: #111;
    border-bottom: 1px dashed #111;
    font-size: 22px;
    padding-bottom: 10px;
    cursor: pointer;
    background: url(/images/fe5dc3a9.png) no-repeat;
    background-size: contain
}

    .ovBtn:before {
        content: "\f0f7";
        font: 160px FontAwesome;
        display: block;
        color: #9a9a9a;
        margin-bottom: 20px
    }

.gray-Tit {
    color: #9b9b9b;
    font-size: 12px;
    display: block;
    padding-top: 5px
}

.OkSend {
    border: 1px solid #94c66d;
    color: #94c66d;
    background: #fbfff1;
    padding: 8px 15px
}

.btnAct {
    border: 1px solid #c3c8cb;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    min-width: 60px
}

    .btnAct:hover {
        background: #ed1c24;
        color: #fff
    }

.orderPic .prPic {
    width: 80px;
    height: 63px;
    float: right
}

.ordTxt {
    padding-right: 20px;
    text-align: right;
    max-width: 200px;
    float: right
}

/**/
.cmtList {
}

    .cmtList > li {
        padding: 10px 20px;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    }

.comtRight {
    float: right;
    width: 22%
}

.comtLeft {
    float: left;
    width: 71%;
    position: relative
}

.grTit > a {
    color: #FFF;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 12px 2px #de1b23 inset;
    box-shadow: 0px 0px 12px 2px #de1b23 inset;
    background: #ed1c24;
}

.cmtStat {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 0 5px;
    border-radius: 5px
}

    .cmtStat.green {
        color: #94c66d;
        border: 1px solid #94c66d;
        box-shadow: 0px 0px 5px #94c66d
    }

    .cmtStat.red {
        color: #ed1c24;
        border: 1px solid #ed1c24;
        box-shadow: 0px 0px 5px #ed1c24
    }

.cmtTit {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding-left: 100px;
    margin-bottom: 15px
}

.cmtTxt {
    margin-bottom: 15px;
    border-bottom: 1px solid #eceff1;
    padding-bottom: 15px
}

.cmtDel {
    background: #e4e4e4;
    padding: 3px 15px;
    border-radius: 5px
}

    .cmtDel:hover {
        background: #ed1c24;
        color: #fff
    }

.cmtEdit {
    background: #e4e4e4;
    padding: 3px 15px;
    border-radius: 5px
}

    .cmtEdit:hover {
        background: #111;
        color: #fff
    }

.cmtPic {
    display: block
}

.hTitPane {
    border-bottom: none !important;
    margin: 0 33px !important;
    padding: 4px 0 0 !important;
    float: none !important;
    height: auto !important;
    border: none !important;
    border-radius: 20px;
    overflow: hidden;
    width: auto !important;
}

.hTitle:before {
    content: "";
    position: absolute;
    right: 40%;
    left: 75%;
    bottom: -1px;
    height: 3px;
    z-index: 1;
    background: #ed1c24;
    width: 21%;
}



/**/
.giftCard > li {
    display: inline-block;
    width: 24.5%
}

.gCard {
    padding: 10px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    margin: 10px 10px 20px;
    border: 1px solid #e4e4e4;
    border-top: 2px solid #111;
    border-bottom: 2px solid #ed1c24;
    overflow: hidden
}

.gCardPic {
    height: 155px;
    border-radius: 15px;
    padding: 25px 65px 0 15px;
    position: relative
}

    .gCardPic:before {
        background: url(/images/ribbon.png) no-repeat top center;
        background-size: contain;
        content: '';
        position: absolute;
        right: -1px;
        top: -4px;
        width: 100px;
        height: 55px
    }

.gCardTxt {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    padding: 15px;
    -o-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.gCard:hover .gCardTxt {
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.gCard:hover .gCardPic {
    opacity: .5
}

/**/
.AddrsLst {
}

    .AddrsLst > li {
        float: right;
        width: 48%;
        margin-bottom: 20px
    }

        .AddrsLst > li:nth-child(2n) {
            float: left
        }

.newAddrs {
    border: 4px dashed #b8b8b8;
    text-align: center;
    color: #b8b8b8;
    text-align: center;
    height: 250px;
    cursor: pointer
}

    .newAddrs > span {
        padding-top: 15%;
        font-size: 17px
    }

        .newAddrs > span:before {
            content: "\f041";
            font: 70px FontAwesome;
            display: block
        }

.addrsTxt {
    background: #fff;
    color: #979797;
    position: relative;
    padding: 7px;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    opacity: 0.5; /* کم رنگی در حالت عادی */
    transition: opacity 0.3s ease; /* انیمیشن نرم برای تغییر */
}

    .addrsTxt:hover {
        opacity: 1; /* پررنگی کامل هنگام هاور */
        color: #6b6b6b; /* تغییر رنگ متن به تیره‌تر در صورت نیاز */
        cursor: pointer;
    }

    .addrsTxt:before {
        content: "";
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: linear-gradient(90deg, #ed1c24 48px, #111 0) repeat-x;
        opacity: 0.5;
        background-size: 96px 3px;
    }

.addrsNm {
    font-size: 17px;
    color: #6d6d6d
}

.addrsBt {
    border-top: 7px solid #f4f4f4;
    padding-top: 2px
}

.addrsItem {
    float: right;
    width: 100%;
}

ul.addrsItem li {
    display: inline-flex;
    margin-right: 1%;
    width: 100%;
}

.postadrsLbl {
    font-weight: bold;
    font-style: italic;
    color: #2392f1;
}

.postadrsval {
    font-weight: bold;
    color: #08e120;
    position: relative;
    bottom: 5px;
    right: 20px;
}

.locIc:before {
    content: "\f02b";
    font: 18px/1 FontAwesome;
    padding-left: 15px
}

.adrsIc:before {
    content: "\f02b";
    font: 18px/1 FontAwesome;
    padding-left: 15px
}

.postIc:before {
    content: "\f003";
    font: 18px/1 FontAwesome;
    padding-left: 15px
}

.telIc:before {
    content: "\f10b";
    font: 27px/1 FontAwesome;
    padding-left: 15px;
    vertical-align: middle
}

.recieverIc:before {
    content: "\f007";
    font: 18px/1 FontAwesome;
    padding-left: 15px;
    vertical-align: middle
}

.descIc:before {
    content: "\f075";
    font: 18px/1 FontAwesome;
    padding-left: 15px;
    vertical-align: middle
}

.tbl_deliverysummary {
    width: 100%;
    border-collapse: collapse;
}

    .tbl_deliverysummary td:first-child {
        font-weight: bold;
        padding: 7px;
        min-width: 130px !important;
        text-align: left;
    }

    .tbl_deliverysummary td:last-child {
        padding: 7px;
        width: 70%;
        text-align: justify;
        background: linear-gradient(90deg, #00c9ff, #092aad);
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 1px 2px 6px #00c9ff80;
        letter-spacing: 2px;
    }


.AddAdrsForm .form_tbl {
    width: 85%
}

    .AddAdrsForm .form_tbl td {
        padding: 10px 0;
        width: 65%
    }

        .AddAdrsForm .form_tbl td:first-child {
            text-align: center;
            width: 35%
        }

    .AddAdrsForm .form_tbl .txt,
    .AddAdrsForm .form_tbl .txtarea {
        width: 85%;
        height: 45px;
    }

    .AddAdrsForm .form_tbl .txtarea {
        height: 85px;
        resize: block
    }

    .AddAdrsForm .form_tbl .ddl {
        width: 87%
    }

.borderBtn {
    color: #111;
    border-bottom: 1px dashed #111
}

.alert {
    border: 1px solid #f6e8a1;
    background: #fffde4;
    color: #a37731;
    border-radius: 5px;
    padding: 10px 53px
}

    .alert:before {
        content: "\f12a";
        font: 25px/1 FontAwesome;
        padding-left: 15px
    }

.notExistList {
    border: 1px solid #f6e8a1;
    background: #fffde4;
    color: #a37731;
    border-radius: 5px;
    text-align: right;
    width: 100%;
    font-size: 0.8em !important
}

    .notExistList:before {
        content: "\f12a";
        font: 15px/15px FontAwesome;
        padding: 0 5px 0 5px
    }

    .notExistList:hover {
        color: #ed1c24
    }

.notExistDetail {
    border: 1px solid #f6e8a1;
    background: #fffde4;
    color: #a37731;
    border-radius: 5px;
    padding: 10px 10px;
    position: relative
}

    .notExistDetail:before {
        content: "\f12a";
        font: 35px/55px FontAwesome;
        position: absolute;
        top: 5px;
        right: 10px
    }

    .notExistDetail > span {
        padding: 10px 18px 10px 0;
        font-size: 15px;
    }

.sendBtn {
    text-align: center;
    padding: 5px;
    display: block;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    margin-top: 15px
}

    .sendBtn:hover {
        background: #e0e0e0
    }

    .sendBtn.okSendBtn {
        background: #c3f2b277;
        color: #33333377;
        width: 285px;
        margin: auto;
        float: right;
        border-radius: 7px;
        border-bottom-left-radius: 50%;
        border-top-left-radius: 50%;
        text-align: right;
        padding-right: 1%;
        -moz-transition: .3s !important;
        -webkit-transition: .3s !important;
        -o-transition: .3s !important;
        transition: .3s !important;
    }

        .sendBtn.okSendBtn:hover {
            background: #47cf16;
            color: #ffffff;
            border: none !important;
            width: 285px;
            margin: auto;
            float: right;
        }

.addTbl {
    display: inline-table;
    width: 100%;
}

.newAddress {
    display: none
}

.newddressBtn {
    border: 4px dashed #2392f199;
    text-align: center;
    color: #08e120;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    cursor: pointer;
    width: 100%
}

    .newddressBtn:hover {
        color: purple !important
    }
/* Notifications*/
.notificationPage .mosaicflow__column {
    float: right
}

.notificationPage .mosaicflow__item {
    position: relative;
    margin: 0 10px 35px;
    padding: 5px 15px 15px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border: 1px solid #eceff1;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .notificationPage .mosaicflow__item:hover {
        border: 1px solid #ed1c24
    }

        .notificationPage .mosaicflow__item:hover .notifLink {
            color: #ed1c24
        }

    .notificationPage .mosaicflow__item:after {
        content: "\f0a2";
        font: 30px/1 FontAwesome;
        position: absolute;
        background: #111;
        top: -22px;
        right: 15px;
        color: #fff;
        padding: 13px;
        border-radius: 5px;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .notificationPage .mosaicflow__item:before {
        content: '';
        position: absolute;
        height: 3px;
        top: -1px;
        right: 0;
        left: 0;
        -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .35);
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .35);
        background: -webkit-linear-gradient(90deg, #ed1c24 31%, #111 69%);
        background: -webkit-gradient(linear, left top, right top, color-stop(31%, #ed1c24), color-stop(69%, #111));
        background: -webkit-linear-gradient(left, #ed1c24 31%, #111 69%);
        background: -o-linear-gradient(left, #ed1c24 31%, #111 69%);
        background: linear-gradient(90deg, #ed1c24 31%, #111 69%)
    }

.notifLink {
    margin: 0 0 10px;
    padding: 10px 0 5px;
    border-radius: 5px 0 5px 5px;
    color: #111;
    font-size: 15px
}

.notificationPage .newsDate {
    margin: 5px 0
}

    .notificationPage .newsDate:before {
        display: none
    }

.notifTxt {
}

/*Paging*/
.pager {
    text-align: center;
    color: #b6b6b6;
    padding: 15px 0;
    background: #fff;
    font-size: 16px
}

    .pager span,
    .pager a {
        min-width: 35px;
        height: 35px;
        margin: 0 2px;
        color: #6e6e6e;
        border: 1px solid #fff;
        border-radius: 8px;
        background: #fff;
        line-height: 40px
    }

        .pager a:hover {
        }

    .pager .pcur {
        background-color: #ddd;
        border: 1px solid #ddd;
        color: #fff
    }

    .pager .pback,
    .pager .pnext {
        font: 20pt/35px arial, tahoma;
        color: #6e6e6e;
        border: 0;
        background: 0
    }

        .pager .pnext:hover,
        .pager .pback:hover {
            color: #111
        }


/*Gallery L2*/
.gAlbum {
    position: relative;
    margin: 0 auto;
    text-align: center;
    direction: ltr
}

    .gAlbum figure {
        position: relative;
        float: right;
        overflow: hidden;
        margin: 20px 37px;
        width: 27%;
        background: #000;
        text-align: center;
        cursor: pointer
    }

        .gAlbum figure img {
            position: relative;
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: .9
        }

        .gAlbum figure figcaption {
            color: #fff;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            direction: rtl
        }

            .gAlbum figure figcaption::before,
            .gAlbum figure figcaption::after {
                pointer-events: none
            }

            .gAlbum figure figcaption,
            .gAlbum figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

                .gAlbum figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0
                }

        .gAlbum figure h2 {
            font-size: 20px
        }

        .gAlbum figure h2,
        .gAlbum figure p {
            margin: 0
        }

figure.effect-chico img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12)
}

figure.effect-chico:hover img {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1)
}

figure.effect-chico figcaption {
}

    figure.effect-chico figcaption::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 2px solid #ed1c24;
        content: '';
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    figure.effect-chico figcaption::before,
    figure.effect-chico p {
        opacity: 0;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, transform .35s
    }

figure.effect-chico h2 {
    padding: 15% 0 19px 0
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

/*L2*/
.grid-wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 1170px;
    direction: ltr
}

.grid {
    min-height: 500px;
    margin: 0 auto
}

.js .grid {
    background: url(../images/camera-loader.gif) no-repeat 50% 100px
}

    .js .grid.loaded {
        background: none
    }

.grid li {
    display: inline-block;
    overflow: hidden;
    width: 290px;
    vertical-align: top
}

.js .grid li {
    display: none;
    float: left
}

.js .grid.loaded li {
    display: block
}

.grid li > a,
.grid li img {
    display: block;
    outline: none;
    border: none
}

.grid li img {
    width: 100%;
    transition: 0.5s
}

.grid li > a {
    position: relative;
    overflow: hidden;
    margin: 5px
}

.grid .curtain {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #ed1c24
}

.grid.swipe-right .curtain {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.grid.swipe-down .curtain {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.grid.swipe-rotate .curtain {
    width: 200%;
    height: 200%;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.grid .curtain::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    content: ''
}

.grid.swipe-right .curtain::after,
.grid.swipe-rotate .curtain::after {
    left: -100%
}

.grid.swipe-down .curtain::after {
    top: -100%
}

.grid li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    direction: rtl;
    font-weight: 500;
    right: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    -webkit-transition: -webkit-transform .2s, color .2s;
    transition: transform .2s, color .2s
}

.grid li > a::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0 solid transparent;
    background: rgba(0, 0, 0, 0);
    content: '';
    -webkit-transition: border-width .2s, border-color .2s;
    transition: border-width .2s, border-color .2s
}

.grid li.shown:hover h3 {
    color: #fff;
    background: #ed1c24;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

.grid li.shown:hover > a::before {
    border-width: 10px;
    border-color: #ed1c24
}

.grid.swipe-right li.animate .curtain {
    -webkit-animation: swipeRight 1.5s cubic-bezier(.6, 0, .4, 1) forwards;
    animation: swipeRight 1.5s cubic-bezier(.6, 0, .4, 1) forwards
}

@-webkit-keyframes swipeRight {
    0% {
    }

    50%, 60% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
    }
}

@keyframes swipeRight {
    0% {
    }

    50%, 60% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.grid.swipe-down li.animate .curtain {
    -webkit-animation: swipeDown 1.5s cubic-bezier(.6, 0, .4, 1) forwards;
    animation: swipeDown 1.5s cubic-bezier(.6, 0, .4, 1) forwards
}

@-webkit-keyframes swipeDown {
    0% {
    }

    50%, 60% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
    }
}

@keyframes swipeDown {
    0% {
    }

    50%, 60% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    100% {
        transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.grid.swipe-rotate li.animate .curtain {
    -webkit-animation: swipeRotate 1.5s ease forwards;
    animation: swipeRotate 1.5s ease forwards
}

@-webkit-keyframes swipeRotate {
    0% {
    }

    50%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
    }
}

@keyframes swipeRotate {
    0% {
    }

    50%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
    }
}

.grid li.animate .curtain::after {
    -webkit-animation: fadeOut 1.5s ease forwards;
    animation: fadeOut 1.5s ease forwards;
    -webkit-animation-delay: inherit;
    animation-delay: inherit
}

@-webkit-keyframes fadeOut {
    0% {
    }

    50%, 60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
    }

    50%, 60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.js .grid li img,
.js .grid li h3 {
    visibility: hidden
}

.grid li.animate img,
.grid li.animate h3 {
    -webkit-animation: showMe 1.5s step-end forwards;
    animation: showMe 1.5s step-end forwards
}

@-webkit-keyframes showMe {
    from {
        visibility: hidden;
    }

    60%, 100% {
        visibility: visible;
    }
}

@keyframes showMe {
    from {
        visibility: hidden;
    }

    60%, 100% {
        visibility: visible;
    }
}

.grid li.shown img,
.grid li.shown h3 {
    visibility: visible
}

/*Video Gallery*/
.videoGallery {
    text-align: right;
    margin: 0 auto
}

    .videoGallery > li {
        display: inline-block;
        margin: 20px;
        padding-bottom: 5px;
        width: 46%;
        background: #dfdfdf;
    }

        .videoGallery > li > video {
            width: 98%;
            margin: 0 auto
        }

.DrCarousel .prPic {
    text-align: center;
}

.prPic {
    max-width: 222px;
    margin: 0 auto;
    overflow: hidden;
    max-height: 222px;
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 20%;
    height: auto;
}

    .prPic > img {
        -webkit-transition: -webkit-transform .5s ease-in-out;
        -moz-transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        width: auto;
        height: auto;
        width: 100%;
        height: auto;
    }
.basketSmall .bsUL .prPic {
    border: 0px none !important;
}
.basketSmall .bsUL .prPic > img {
    width: 85px;
    height: 85px;
}

.video-ttl-box {
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 5px 0
}

.nomargin {
    margin: 0px !important
}

.ttl-album {
    text-align: center;
    color: #371f18;
    font-family: MyriadPro
}

.PrCarousel .owl-buttons > div {
    /*! height: 90px; */
    /*! width: 49px; */
    margin-left: -7% !important;
    margin-right: -10% !important;
}

.boderedwBox {
    border: 2px solid #eee;
    border-radius: 20px;
}

.Grid_Pic {
    padding: 5px 7px;
    text-align: center;
}

    .Grid_Pic li {
    }

.GPictures {
    float: right;
    width: 49%;
}

.GVideos {
    width: 49%;
    float: left;
}

    .GPictures img,
    .GVideos img {
        width: 85%;
        border-radius: 10px;
    }

.GTxt {
    padding: 15px 10px;
}

.main {
    width: 100%
}

.price-list {
    width: 100%
}

    .price-list h2.h2Title {
        position: relative;
        padding: 20px 24px;
        font-size: 24px;
        line-height: 44px;
        color: white;
        display: table-caption;
        min-width: 1000px;
    }

.title-group {
    margin-right: 20px;
    font-family: system-ui;
}

.time-group {
    float: left;
    margin-right: 107px;
    color: #ff0606;
}

.price-list h1.h1Title {
    text-align: center;
    background: #ed1c24 !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.price-list .product-group {
    background: rgb(0, 0, 66);
    background: -moz-linear-gradient(90deg, transparent 20%, #eeeeee 40%, #ed1c24 75%);
    background: -webkit-linear-gradient(90deg, transparent 20%, #eeeeee 40%, #ed1c24 75%);
    background: linear-gradient(90deg, transparent 20%, #eeeeee 40%, #ed1c24 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ed1c24", GradientType=1);
    color: white;
    padding: 5px;
    margin-bottom: 10px;
    padding: 35px 17px 35px 0px;
    font-size: 1.85rem;
    text-align: right;
    color: white;
    text-shadow: 0px 0px 1px #333;
    animation-name: flipInX;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 7px; */
    /* border-bottom-left-radius: 7px; */
    width: 100%;
}

.price-list .favList > li {
    display: block;
    width: 100%;
}

.h2Title.product-group .prPic {
    max-width: 85px;
    margin: 0 auto;
    overflow: hidden;
    max-height: 85px;
    width: 85px;
    height: auto;
    position: absolute;
    /* left: 50px; */
    /* z-index: 10; */
    /* padding: 20px; */
    top: 6px;
    right: 91%;
}

    .h2Title.product-group .prPic > img {
        border-top-right-radius: 0;
        border-top: 0;
        border-right: 0;
        /* box-shadow: -7px 7px 7px 0px #77777799; */
        background-color: #fff;
        -webkit-filter: brightness(100%);
    }

.price-list .product {
    float: right;
    width: 20.4% !important;
    padding: 10px 10px;
    text-align: right;
    display: grid;
}

.price-list .favBox {
    display: inline-block;
    border-radius: 7px;
    box-shadow: -3px 3px 5px 1px rgba(0, 0, 0, 0.20);
    width: 97.5%;
    z-index: 100;
    padding: 15px 30px 15px 15px;
}

.price-list .product .product-link {
    width: 100%;
    background: #333;
    display: table-cell;
    min-width: 163px;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    height: auto;
    font-size: 9px;
}

    .price-list .product .product-link ~ span {
        width: 31%;
        background: #ed1c24;
        display: table-cell;
        min-width: 62px;
        color: #fff !important;
        text-align: center;
        border-radius: 7px;
        height: auto;
        padding: 7px;
        font-size: 1em;
        background-clip: padding-box;
        margin-right: 134px;
    }

.price-list .table-splitter {
    display: table-cell;
    padding: 1px
}

.price-list .btn-holder {
    width: 50%;
    margin: auto;
    text-align: center
}

.price-list .lBtn {
    margin: auto 10px;
}

.list-image {
    width: 101px;
    height: auto;
    margin-top: -60px;
}

@media print {
    .main {
        width: 1300px;
    }

    body * {
        visibility: hidden;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 1em;
        text-decoration: none;
        height: auto;
    }

    .price-list,
    .price-list * {
        visibility: visible;
        direction: rtl;
    }

        .price-list .btn-holder {
            visibility: hidden;
        }

    .price-list {
        position: absolute;
        left: 2%;
        top: 0;
    }

        .price-list .product-link {
            width: 100%;
            background: #333;
            display: table-cell;
            min-width: 200px;
            color: #fff;
            text-align: center;
            border-radius: 7px;
            height: auto;
            padding: 7px;
            font-size: 1.1em;
        }

        .price-list h2 {
            position: relative;
            padding: 10px 20px;
            font-size: 24px;
            line-height: 44px;
            color: white;
            display: table-caption;
            width: 100%;
        }

        .price-list h1 {
            text-align: center;
            background: #ed1c24 !important;
            border-top-left-radius: 7px;
            border-top-right-radius: 7px;
            border-bottom-left-radius: 7px;
            width: 95%;
        }

        .price-list .product-group {
            background: rgb(0, 0, 66);
            background: -moz-linear-gradient(90deg, transparent 20%, #eeeeee 40%, #ed1c24 75%);
            background: -webkit-linear-gradient(90deg, transparent 20%, #eeeeee 40%, #ed1c24 75%);
            background: linear-gradient(90deg, transparent 20%, #eeeeee 40%, #ed1c24 75%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ed1c24", GradientType=1);
            color: white;
            padding: 5px;
            margin-bottom: 10px;
            padding: 35px 35px 35px 0px;
            font-size: 1.85rem;
            text-align: right;
            color: white;
            text-shadow: 0px 0px 1px #333;
            animation-name: flipInX;
            animation-duration: 1s;
            animation-timing-function: ease-in;
            animation-iteration-count: 1;
            border-top-left-radius: 20px;
            border-top-right-radius: 7px;
            border-bottom-left-radius: 7px;
            width: 95%;
        }

        .price-list .favList > li {
            display: block;
            width: 100%;
            clear: both
        }

    h2 .prPic {
        max-width: 85px;
        margin: 0 auto;
        overflow: hidden;
        max-height: 85px;
        width: 85px;
        height: auto;
        position: absolute;
        left: -40px;
        z-index: 10;
        padding: 20px;
        top: -20px;
    }

        h2 .prPic > img {
            border-top-right-radius: 0;
            border-top: 0;
            border-right: 0;
            box-shadow: -7px 7px 7px 0px #77777799
        }

    .price-list .product {
        float: right;
        width: 47.4% !important;
        padding: 10px 10px;
        text-align: right;
    }

    .price-list .favBox {
        display: inline-block;
        border-radius: 7px;
        box-shadow: -3px 3px 5px 1px rgba(0, 0, 0, 0.20);
        padding: 7px;
        width: 100%
    }

    .price-list .product .product-link {
        width: 100%;
        background: #333;
        display: table-cell;
        min-width: 200px;
        color: #fff;
        text-align: center;
        border-radius: 7px;
        height: auto;
        padding: 7px;
        font-size: 1.1em;
    }

        .price-list .product .product-link ~ span {
            width: 100%;
            background: #ed1c24;
            display: table-cell;
            min-width: 150px;
            color: #fff !important;
            text-align: center;
            border-radius: 7px;
            height: auto;
            padding: 7px;
            font-size: 1.4em;
            background-clip: padding-box;
        }

    .price-list .table-splitter {
        display: table-cell;
        padding: 1px
    }

    .price-list .btn-holder {
        width: 50%;
        margin: auto;
        text-align: center
    }

    .price-list .lBtn {
        margin: auto 10px;
    }

    .lBtn {
        display: none;
        visibility: hidden
    }

    @page {
        text-decoration: none;
        size: landscape;
        margin: 0;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
}
