html{
    overflow-x: hidden;
}
body{
    font-family: iranyekan,Verdana,Tahoma,"Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    background: #ffffff;
}

body.admin-bar{
    padding-top: 32px;
}

.alert{
    border-radius: 0 !important;
}
.alert.alert-success{
    background: none;
    border: 1px dashed #e6e6e6;
    color: #5db150;
}

.modal-open {
    overflow: hidden !important;
}

.nopadding{
    margin-left: -15px;
    margin-right: -15px;
}
.float-toggle.target{
    display: none;
}
*{
    text-decoration: none !important;
    outline: 0 !important;
}
ul{
    padding: 0;
}
li{
    list-style: none;
}
.green{
    color: #45ba45 !important;
}
a.green:hover{
    color: #338d33 !important;
}
.blue{
    color: #2196f3 !important;
}
a.blue:hover{
    color: #1d79c2 !important;
}
.red,.red a{
    color: #f32121 !important;
}
a.red:hover,.red a:hover{
    color: #ce1d1d !important;
}
.orange{
    color: #f39c21 !important;
}
a.rorangeed:hover{
    color: #db8d1e !important;
}


span.sprite{
    background: url(../images/spriteV2.png) no-repeat center;
}

#topBar{
    position: relative;
    z-index: 101;
    height: 70px;
}
#topBar>a{
    height: 100%;
    width: 100%;
    display: block;
    background-position: center !important;
}

#header{
    position: sticky;
    z-index: 100;
    height: auto;
    border-bottom: 1px solid #f6f6f6 !important;
    top: 0;
    background: #ffffff;
    transition: transform 500ms ease;
}

body.admin-bar #header{
    top: 32px;
}

#header .container{
    padding: 0;
    margin: 0 auto !important;
    position: relative;
}
#logo{
    margin-top: 0;
    float: none;
    text-align: left;
    width: 220px;
    margin: 0 0 auto 0;
    padding-top: 16px;
    position: relative;
    z-index: 2;
}
#logo a{
    display: block;
}
#logo a img{
    width: 100%;
    height: auto;
}

#searchWrapper{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 90px;
    z-index: 1;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(1, 0.1, 0, 1);
    background: #f6f6f6;
}
#searchWrapper.open{
    transform: translateY(0);
}
#searchWrapper .searchForm{
    height: 50%;
    margin-top: 45px;
}
#searchWrapper .searchClose{
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 0;
    width: 32px;
    height: 32px;
    background: none;
    border: 0;
    transition: transform 0.5s linear;
    transform: translateY(-100%);
    transition-delay: 0.5s;
}
#searchWrapper.open .searchClose{
    transform: translateY(0);
    transition-delay: 0.3s;
}
#searchWrapper .searchClose:before,
#searchWrapper .searchClose:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #846e56;
    transform-origin: 50% 50%;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
#searchWrapper .searchClose:before{
    transform: rotate(45deg);
}
#searchWrapper .searchClose:after{
    transform: rotate(-45deg);
}
#searchWrapper.open .searchClose:before{
    transform: rotate(135deg);
    transition: transform 0.4s cubic-bezier(1, 0.1, 0, 1);
    transition-delay: 0.6s;
}
#searchWrapper.open .searchClose:after{
    transform: rotate(45deg);
    transition: transform 0.4s cubic-bezier(1, 0.1, 0, 1);
    transition-delay: 0.6s;
}
#searchWrapper .container{
    height: 100%;
    position: relative;
}

#search{
    position: relative;
    margin-right: 200px;
    margin-left: 200px;
    height: 34px;
    opacity: 0;
}
#searchWrapper.open #search{
    opacity: 1;
}

#search input{
    border: 0;
    border-right: 1px solid #c0c0c0;
    background: transparent;
    width: 100%;
    padding: 5px;
    height: 34px;
    outline: 0;
    transform: translateX(-370px);
    text-align: center;
    font-size: 18px;
}

#searchWrapper.open #search input{
    transform: translateX(0);
    transition: 0.5s;
    transition-delay: 0.5s;
}

#search input::-webkit-input-placeholder {
    color: #999999;
    opacity: 0;
    transition: 0.5s;
    font-size: 12px;
}
#search input::-moz-placeholder {
    color: #999999;
    opacity: 0;
    transition: 0.5s;
    font-size: 12px;
}
#search input:-ms-input-placeholder {
    color: #999999;
    opacity: 0;
    transition: 0.5s;
    font-size: 12px;
}
#search input:-moz-placeholder {
    color: #999999;
    opacity: 0;
    transition: 0.5s;
    font-size: 12px;
}

#searchWrapper.open #search input::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 1s;
}
#searchWrapper.open #search input::-moz-placeholder {
    color: #999999;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 1s;
}
#searchWrapper.open #search input:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 1s;
}
#searchWrapper.open #search input:-moz-placeholder {
    color: #999999;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 1s;
}

#search button{
    position: absolute;
    top: 5px;
    left: 0;
    border: none;
    background: none;
    font-size: 0;
    width: 24px;
    height: 24px;
    background: url('../images/headerSearch.png') no-repeat center;
    background-size: contain;
    transform: translateX(370px);
}
#searchWrapper.open #search button{
    transform: translateX(0);
    transition: 0.5s;
    transition-delay: 0.5s;
}

#search.loading button{
    display: none;
}

#search .spinner{
    position: absolute;
    font-size: 24px;
    color: #a6a6a6;
    top: 2px;
    left: -1px;
    display: none;
}

#search.loading .spinner{
    display: block;
}

#ajax-search-results{
    width: auto;
    height: 500px;
    padding: 20px;
    position: absolute;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px;
    border: 1px solid #d1d1d1;
    z-index: 1;
    top: 90px;
    right: 0;
    left: 0;
    display: none;
}

#ajax-search-results > .row{
    max-width: 1170px;
    margin:auto;
}

#ajax-search-results .col.right{
    height: 440px;
    position: relative;
}

#ajax-search-results .col .result{
    height: 100%;
}

#ajax-search-results .col.right:before{
    position: absolute;
    content: '';
    width: 0;
    border-left: 1px solid #dedede;
    top: 35px;
    bottom: 0;
    left: 0;
    margin-top: 2px;
}

#ajax-search-results .head{
    position: relative;
}

#ajax-search-results .head h4{
    font-size: 14px;
    color: #000;
}

#ajax-search-results .head h4 span{
    background: #fff;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding-left: 10px;
}

#ajax-search-results .head:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #dedede;
    top: 50%;
    margin-top: 2px;
}

#ajax-search-results .notfound{
    font-size: 11px;
    color: #888;
    text-align: center;
    margin: 20px;
    padding: 10px;
    border: 1px dotted #cfcfcf;
}

#ajax-search-results .col.left .result{
    height: 130px;
}
#ajax-search-results .col.left .result:last-child{
    height: 140px;
    margin-top: 30px;
}

#ajax-search-results .col.left .result:last-child ul{
    height: 74%;
}


#ajax-search-results ul{
    padding: 0;
    margin: 0;
    text-align: right;
    height: 90%;
    overflow-x: auto;
    direction: ltr;
}

#ajax-search-results a.btn.btn-success{
    margin-top: 15px;
}

.product-mini-result ul li{
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    border-top: none;
    padding: 10px 15px;
    overflow: hidden;
}

.product-mini-result ul li.product{
    min-height: 85px;
    padding: 0 15px 5px 0;
    overflow: hidden;
    direction: rtl;
}

.product-mini-result ul li:last-child{
    border-bottom: 0;
    border-bottom: 0;
}


.product-mini-result ul li>.body>.row>*{
    padding: 0;
}

.product-mini-result ul li.product .img{
    text-align: center;
    height: 80px;
    padding: 10px 0;
}
.product-mini-result ul li.product .img a{
    display: block;
}

.product-mini-result ul li.product .details span{
    display: block;
    text-align: right;
}

.product-mini-result ul li.product .details{
    padding-top: 0px;
    line-height: 20px;
    min-height: 80px;
    padding: 10px 10px;
    font-size: 13px;
    display: block;
    color: #333;
}

.product-mini-result ul li.product .details span.model{

}

.product-mini-result ul li.product .details span.price{
    color: #4cb050;
    margin: 0;
    width: auto;
    display: block;
    float: none;
    border: 0;
}

.product-mini-result ul li.product .details span.price small{
    font-family: iranyekan,Verdana,Tahoma,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.product-mini-result .btn{
    float: left;
    margin-top: 7px;
    padding: 2px 10px;
}

.product-mini-result .left ul li{
    border: none;
    padding: 0;
    direction: rtl;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 10px;
}
.product-mini-result .left ul li a{
    font-size: 11px;
    white-space: nowrap;
    color: #888;
    line-height: 22px;
}

.product-mini-result .left ul li a:hover{
    color: #000;
}

.product-mini-result .left ul li:before{
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    height: 100%;
    position: absolute;
    font-size: 8px;
    color: #ccc;
    top: 8px;
    right: 0;
}

.product-mini-result .left ul li:hover:before{
    color: #999;
}

#header #cart-wrapper{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 16px;
    left: 84px;
}

#header.sticky #cart-wrapper{
    top: 48px;
}

#header #cart-wrapper p{margin: 0;}

#header #cart{
    display: block;
    background: url(../images/headerCart.png) no-repeat center;
    width: 32px;
    height: 32px;
    background-size: contain;
    text-align: center;
    font-size: 10px;
    line-height: 42px;
    color: #666666;
}

#cart-dropdown{
    position: absolute;
    width: 360px;
    height: auto;
    padding: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    z-index: 9;
    top: 64px;
    box-shadow: none;
    text-align: center;
    left: -84px;
}


#cart-dropdown .price{

    float: none;

    /* display: inline-block !important; */

    padding: 0 !important;

    width: auto !important;

    margin: 0;

    border-top: 0;
}


body.home #cart-dropdown{
    top: 65px;
}

#header.sticky #cart-dropdown{
    top: 42px;
}

#cart-dropdown ul{
    padding: 0;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    text-align: right;
}

#cart-dropdown a.btn.btn-success{
    margin-top: 15px;
    font-size: 13px;
}

#cart-dropdown ul li{
    list-style: none;
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 10px 15px;
    margin: 0;
    color: #777777;
    font-size: 13px;
}

#cart-dropdown ul li.product{
    height: 100px;
    padding: 0 15px;
}

#cart-dropdown ul li:last-child{
    border-bottom: 0;
    margin-top: 5px;
    border-top: 1px solid #e5e5e5;
}


#cart-dropdown ul li>.body>.row>*{
    padding: 0;
}

#cart-dropdown ul li.product .img{
    text-align: center;
    height: 100px;
    padding: 10px 0;
}
#cart-dropdown ul li.product .img a{
    display: block;
}

#cart-dropdown ul li.product .details span{
    display: block;
    text-align: center;
    font-size: 12px;
}

#cart-dropdown ul li.product .details{
    padding-top: 0px;
    line-height: 20px;
    border-left: 1px solid #e5e5e5;
    height: 100px;
    padding: 17px 0;
}

#cart-dropdown ul li.product .details span.model{
}

#cart-dropdown ul li.product .details span.price{
    color: #4cb050;
    font-size: 12px;
    padding: 0;
}

#cart-dropdown ul li.product .details span.price small{
    font-family: iranyekan,Verdana,Tahoma,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    transform: none !important;
    margin-right: 5px;
}

#cart-dropdown ul li.product .count{
    text-align: center;
    padding-top: 42px;
    border-left: 1px solid #e5e5e5;
    height: 100px;
}

#cart-dropdown ul li.product .delete{
    text-align: center;
    padding-top: 42px;
}

#cart-dropdown ul li.product .delete a{
    color:  #f00;
    font-size: 12px;
    background: url(../images/spriteV2.png) no-repeat -108px -126px !important;
    width: 14px;
    height: 14px;
    display: inline-block;
}

#cart-dropdown ul li.product .delete i{
    display: none;
}

#cart-dropdown ul li.total span.val{
    float: left;
    color: #4cb050;
    position: relative;
    top: -1px;
}
#cart-dropdown ul li.total span.val small{
    font-family: iranyekan,Verdana,Tahoma,"Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    font-size: 12px;
    margin-right: 5px;
}

#header #actions{
    float: right;
    width: 320px;
    position: static;
}

#header #user-wrapper{
    position: absolute;
    top: 25px;
    width: 32px;
    left: 32px;
}

#header .user{
    display: block;
    width: 200px;
    height: 32px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    text-align: right;
}

#header.sticky #user-wrapper{
    top: 48px;
}

#header .user a{
    display: inline-block;
    padding: 0 2px;
    color: #666;
    line-height: 33px;
    outline: 0;
}

#header .user a.login, #header .user a.profile-dropdown-btn{
    background: url(../images/headerUser.png) no-repeat center right;
    background-size: contain;
    height: 32px;
    width: 32px;
}

#header .user.loggedIn a.login, #header .user.loggedIn a.profile-dropdown-btn{
    background-image: url(../images/headerUserLoggedIn.png);
}

#login-modal label{
    display: block;
    height: 34px;
    line-height: 30px;
    margin: 0;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}
#login-modal label[for="login-modal-pass-field"]{
    margin-top: 26px;
}
#login-modal input[type="text"],
#login-modal input[type="password"]{
    height: 34px;
    line-height: 34px;
    border-color: #e7e7e7;
    text-align: left;
    direction: ltr;
}

#login-modal img{
    max-width: 100%;
    height: 35px;
}

#login-modal a.forget{float: left;margin-bottom: 5px;}

#login-modal p{
    margin-top: -2px;
}

#profile-dropdown{
    position: absolute;
    background: #fff;
    border: 1px solid #f3f3f3;
    z-index: 2;
    top: 64px;
    left: 0;
    display: none;
    width: 240px;
}

#header.sticky #profile-dropdown{
    top: 42px;
}


body.home #profile-dropdown{
    top: 64px;
}

#profile-dropdown>ul{
    padding: 0;
    width: auto;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
    margin: 0;
}

#profile-dropdown>ul>li{
    list-style: none;
    font-size: 12px;
    height: 100%;
    display: block;
    color: #ccc;
    white-space: nowrap;
}

#profile-dropdown>ul>li>a{
    color: #666;
    background: none;
    padding: 12px 15px;
    border-bottom: 1px solid #f3f3f3;
    display: block;
}

#profile-dropdown>ul>li>a:hover{
    background: #fafafa;
    color: #e1b567;
}

#profile-dropdown ul li.profile a{
    margin: 0 4px;
}

#profile-dropdown ul li.profile a i{
    color: #ccc;
    font-size: 11px;
    margin-left: 4px;
    display: none;
}

#profile-dropdown ul li:last-child{
    border-left: 0;
}

#profile-dropdown .dropdowns{
    position: absolute;
    top: 46px;
    right: 149px;
    left: -1px;
}

#profile-dropdown .dropdowns > ul{
    margin: 0;
}

#profile-dropdown .dropdowns > ul> li{
    padding: 15px 15px 10px 15px;
    background: #fff;
    border: 1px solid #d1d1d1;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: auto;
}

#profile-dropdown .dropdowns > ul> li .spinner{
    font-size: 26px;
    opacity: 0.3;
    margin: 0 auto 20px auto;
    display: block;
    float: none;
    width: 26px;
}

#profile-dropdown .dropdowns li ul{
    clear: both;
    height: auto;
    width: 100%;
}

#profile-dropdown .dropdowns ul li .col{
    padding: 0 !important;
}

#profile-dropdown .dropdowns ul li .heading{
    border-bottom: 1px solid #ccc;
    padding: 0 20px 10px 0;
    font-size: 14px;
    margin-bottom: 10px;
}

#profile-dropdown .dropdowns ul li a{

}

#profile-dropdown .dropdowns ul li.item .col{
    font-size: 13px;
    direction: ltr;
    padding: 4px 15px !important;
}

#profile-dropdown .dropdowns ul li.item .col a{
    color: #000;
    font-weight: bold;
}

#profile-dropdown .dropdowns ul li.item .col a.btn{
    float: left;
    color: #fff;
    font-weight: normal;
    font-size: 12px !important;
    padding: 0 5px;
}

#profile-dropdown .dropdowns hr{
    border-top: 1px solid #ccc;
    margin: 15px -15px 10px -15px;
}

#profile-dropdown .dropdowns a.more{
    float: left;
    color: #666;
    margin-bottom: 5px;
    font-size: 12px;
}

#profile-dropdown .dropdowns a.more i{
    margin-right: 3px;
    position: relative;
    top: 1px;
}


#header #searchToggle{
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background: none;
    border: 0;
    background: url('../images/headerSearch.png') no-repeat center;
    background-size: contain;
    top: 26px;
    left: 42px;
}

#header.sticky #searchToggle{
    top: 48px;
}
#header.sticky #searchWrapper .searchClose{
    top: 48px;
}

#header #menu{
    float: none;
    width: 720px;
    margin: 10px auto 0 auto;
    padding-top: 0;
    border-top: 1px solid #eeeeee;
}

#menuMask{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: 300ms ease;
    will-change: opacity;
}

#menuMask.open{
    visibility: visible;
    opacity: 1;
}

#menu .container{
    position: relative;
}

#menu li.dropdown.open{
    border-top: 0;
    border-bottom: 0;
}

@media (min-width: 768px) {
    #menu .navbar-nav > li{
        max-height: 45px;
    }

    #menu li.dropdown{
        position: static;
    }

    #menu li.dropdown>ul{
        flex-wrap: wrap;
        display: flex !important;
        width: 1200px;
        right: 50%;
        transform: translateX(50%);
        top: 91px;
        padding: 15px 7px 0 7px;
        border: 0 !important;
        z-index: 0;
        box-shadow: 0 3px 5px rgba(0,0,0,.175);
        font-size: 13px;
        height: 360px;
        border-top: 2px solid #816a51 !important;
        visibility: hidden;
        opacity: 0;
        transition: opacity 300ms ease;
        background: #fff;
    }

    #menu li.dropdown.open>ul{
        z-index: 1;
        visibility: visible;
        opacity: 1;
    }

    #menu li.dropdown>ul>li.omax_masterpiece,
    #menu li.dropdown>ul>li.omax_masterpiece_automatic,
    #menu li.dropdown>ul>li.omax_perpetual,
    #menu li.dropdown>ul>li.omax_vintage,
    #menu li.dropdown>ul>li.omax_empress,
    #menu li.dropdown>ul>li.omax_general,
    #menu li.dropdown>ul>li.omax_steel,
    #menu li.dropdown>ul>li.omax_universal{
        flex: 0 0 25%;
        margin-bottom: 12px;
    }

    #menu li.dropdown>ul>li.omax_masterpiece>a,
    #menu li.dropdown>ul>li.omax_masterpiece_automatic>a,
    #menu li.dropdown>ul>li.omax_perpetual>a,
    #menu li.dropdown>ul>li.omax_vintage>a,
    #menu li.dropdown>ul>li.omax_empress>a,
    #menu li.dropdown>ul>li.omax_general>a,
    #menu li.dropdown>ul>li.omax_universal>a,
    #menu li.dropdown>ul>li.omax_steel>a{
        display: block;
        background: #ffffff url(../images/SubBrands3.jpg) no-repeat;
        background-size: 100%;
        height: 100%;
        padding: 0 !important;
        font-size: 0;
        border: 1px solid #f0f0f0;
        margin: 0px 8px !important;
    }

    #menu li.dropdown>ul>li.omax_masterpiece>a{
        background-position: 50% 1%;
    }
    #menu li.dropdown>ul>li.omax_masterpiece_automatic>a{
        background-position: 50% 83.5%;
    }
    #menu li.dropdown>ul>li.omax_perpetual>a{
        background-position: 50% 15.5%;
    }
    #menu li.dropdown>ul>li.omax_vintage>a{
        background-position: 50% 43%;
    }
    #menu li.dropdown>ul>li.omax_empress>a{
        background-position: 50% 29%;
    }
    #menu li.dropdown>ul>li.omax_general>a{
        background-position: 50% 56.7%;
    }
    #menu li.dropdown>ul>li.omax_steel>a{
        background-position: 50% 70.5%;
    }
    #menu li.dropdown>ul>li.omax_universal>a{
        background-position: 50% 96.5%;
    }

    @media (max-width: 1680px){
        #menu li.dropdown>ul>li.omax_masterpiece>a{
            background-position: 50% -1%;
        }
        #menu li.dropdown>ul>li.omax_masterpiece_automatic>a{
            background-position: 50% 85%;
        }
        #menu li.dropdown>ul>li.omax_perpetual>a{
            background-position: 50% 14%;
        }
        #menu li.dropdown>ul>li.omax_vintage>a{
            background-position: 50% 42.5%;
        }
        #menu li.dropdown>ul>li.omax_empress>a{
            background-position: 50% 28%;
        }
        #menu li.dropdown>ul>li.omax_general>a{
            background-position: 50% 56.9%;
        }
        #menu li.dropdown>ul>li.omax_universal>a{
            background-position: 50% 98.7%;
        }
        #menu li.dropdown>ul>li.omax_steel>a{
            background-position: 50% 71.5%;
        }
    }

    #menu li.dropdown>ul>li.main>a{
        display: block;
        margin: 30px 40px 0 40px;
        background: #f0f0f0;
        height: 40px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 20px;
        text-align: center;
        background: transparent;
        border: 1px solid #f0f0f0;
        color: #000000;
    }

    #menu li.dropdown>ul>li.main>a:hover{
        border: 1px solid #f0f0f0;
    }
    #menu li.dropdown>ul>li.main>a>span{
        font-size: 11px;
    }

    #menu li.dropdown>ul>li.list>a{
        display: block;
        margin: 15px 40px 0 40px;
        padding: 0;
        font-size: 14px;
        color: #000000;
        /* border-bottom: 1px solid #f0f0f0; */
        /* padding-bottom: 15px; */
        padding-right: 0;
        background: none;
    }

    #menu li.dropdown>ul>li.list>a span{
        font-size: 11px;
    }

    #menu li.dropdown>ul>li.list>a:hover{
        color: #4e4e4e;
    }

    #menu li.dropdown>ul>li>ul{
        margin: 0 40px;
        padding: 15px 0;
        overflow: hidden;
    }

    #menu li.dropdown>ul>li:nth-child(even)>ul{
        margin-right: 20px;
    }

    #menu li.dropdown>ul>li:nth-child(odd)>ul{
        margin-left: 20px;
    }

    #menu li.dropdown>ul>li>ul>li{
        width: 50%;
        float: right;
        list-style: none;
        opacity: 0;
        transition: 0.5s ease;
        transform: translateY(100px);
        font-size: 0;
    }

    #menu li.dropdown>ul>li.regular-brands>ul>li{
        width: 33.33333333%;
    }

    #menu li.dropdown.open>ul>li>ul>li{
        transform: translateY(0);
        opacity: 1;
    }

    #menu li.dropdown>ul>li>ul>li.clearright{
        clear: right;
    }

    #menu li.dropdown>ul>li>ul>li>a{
        display: inline-block;
        height: 30px;
        line-height: 28px;
        font-size: 13px;
        color: #888;
        padding: 0 !important;
        position: relative;
        overflow: hidden;
        background: none !important;
    }
    #menu li.dropdown>ul>li>ul>li>a:hover{
        color: #333;
    }

    #menu .dropdown-menu .dropdown-menu{
        display: block !important;
        position: static !important;
        border: 0 !important;
        box-shadow: none !important;
        float: none;
        background: none;
    }
}

.menu-item.dropdown.watch>ul.dropdown-menu>li ul{
    background: none;
}

#header .navbar{
    min-height: 0;
    margin: 0;
    background: none;
    border: 0;
    position: static;
}

#header .navbar-nav{
    float: none;
    width: auto;
    text-align: right;
}

#header .navbar-nav>li{
    display: inline-block;
    float: none;
}

#header .navbar-nav>li>a{
    padding: 11px 0 11px 16px;
    line-height: 20px;
    background: none;
    color: #000;
    font-size: 14px;
}
#header .navbar-nav>li.open>a{
    color: #d2ab67;
}
#header .navbar-nav>li.mag>a{
    color: #d2ab67;
}
#header .navbar-nav>li>a.red{
    color: #bb1e1e;
}

#main{
    background-position: top;
    background-size: contain;
    position: relative;
    background: #edeef0;
}

#main .container>.bgl{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -400px;
    height: 1018px;
    width: 400px;
}

#main .container>.bgr{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -400px;
    height: 1018px;
    width: 400px;
    direction: rtl;
    text-align: right;
}

#main .container>.bgl:before{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: url(../images/bgl.jpg) no-repeat right top;*/
}

#main .container>.bgr:before{
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    /* background: url(../images/bgr.jpg) no-repeat left top; */
    ransform: translateX(100%);
    margin-right: 400px;
}

#main .container{
    position: relative;
}

.page-template-index #main{
    padding-top: 0;
}

#wrapper{
    min-height: 300px;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.home #wrapper{
    padding: 0;
}

.home #wrapper{
    background: none;
}

#breadcrumbs{
    overflow: hidden;
    margin: 0;
    line-height: 36px;
    font-size: 12px;
    padding: 0 20px;
    border-bottom: #f6f6f6 1px solid;
    margin-bottom: 15px;
    padding-bottom: 3px;
    overflow: hidden;
}

#breadcrumbs li{
    float: right;
}

#breadcrumbs li a{
    color: #888;
}

#breadcrumbs li a:hover{
    color: #555;
}

#breadcrumbs li a:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f104";
    margin: 7px;
    transform: translateY(2px);
    color: #cccccc;
}
#breadcrumbs li:last-child a{
    color: #bbb;
}
#breadcrumbs li:last-child a:after{
    display: none;
}

#footer{
    min-height: 340px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-top: 1px solid #e6e6e6;
}
#footer.home,#footer.full{
    border-top: 0;
}

#footerSalePolicy{
    text-align: center;
    height: 90px;
    padding-top: 12px;
}

#footerSalePolicy a{
    width: 64px;
    height: 64px;
    display: inline-block;
    font-size: 0;
    background: url('../images/salePolicy.png') no-repeat;
    background-size: 64px;
    margin: 0 15px;
    vertical-align: middle;
}

#footerSalePolicy a.item_1{background-position: 50% 0px;}
#footerSalePolicy a.item_2{background-position: 50% -57px;}
#footerSalePolicy a.item_3{background-position: 50% -129px;}
#footerSalePolicy a.item_4{background-position: 50% -192px;}
#footerSalePolicy a.item_5{background-position: 50% -252px;}

#footer .modules{
    padding-top: 20px;
    overflow: hidden;
}

#footer .modules .head{
    border-bottom: 1px solid #d6d6d6;
    height: 40px;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 10px;
}

#footer .modules ul{
    padding: 0;
    margin-bottom: 0;
    margin-bottom: 20px;
}
#footer .modules ul li{
    list-style: none;
}
#footer .modules ul li a{
    color: #999;
    font-size: 12px;
    padding: 7px 0;
    display: block;
    transition: 300ms ease;
}

#footer .modules ul li a:hover{
    color: #000;
}

#footer .modules .mag{
    margin-top: 10px;
    text-align: center;
}

#footer .modules .contact{
    font-size: 22px;
    text-align: center;
    background: #f2f2f2;
    margin: 10px auto 0 auto;
    max-width: 220px;
    line-height: 40px;
    display: block;
    color: #333;
}

#footer .modules .contact .gold{
    color: #92691f;
}

#footer .modules .contact .phone{
    display: block;
    clear: both;
    direction: ltr;
}

#footer .modules .social{
    margin-top: 10px;
    text-align: center;
}

#footer .modules .social a{
    display: inline-block;
    margin: 5px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 300ms;
}

#footer .modules .social a:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

#footer .modules .namad{
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
    padding-top: 20px;
}

#footer .modules .namad{

}

#footer .copyright{
    font-size: 11px;
    line-height: 22px;
    padding-bottom: 15px;
    text-align: right;
}
#footer .copyright .inside{
    width: 800px;
    margin: auto;
}

#footer .copyright p{
    padding-top: 20px;
    color: #999;
}

.footer-icons div div{
    float: left;
    width: 70px;
    height: 60px;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: 12px;
}
.footer-icons .enamad{background: url(../images/spriteV2.png) no-repeat left -380px top -780px;width: 58px;}
.footer-icons .anjoman{background: url(../images/spriteV2.png) no-repeat left -457px top -775px;width: 82px;}
.footer-icons .mellat{background: url(../images/spriteV2.png) no-repeat left -380px top -780px;width: 77px;}
.footer-icons .twatchu{background: url(../images/spriteV2.png) no-repeat left -381px top -775px;width: 77px;}
.footer-icons .bp{background: url(../images/spriteV2.png) no-repeat left -540px top -775px;width: 63px;}

.image-title{
    text-align: center;
    margin: -16px 0 50px 0;
    color: #888888;
    background: #f2f3f2;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 0;
}
.image-title.border-bottom{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}
.image-title h2{
    font-size: 24px;
}
.image-title h3{
    font-size: 20px;
}

.form-group.label-input-inline{
    position: relative;
    overflow: hidden;
    line-height: 32px;
}

.form-group.label-input-inline label{
    float: right;
    width: 50%;
    display: block;
    font-size: 13px;
}

.form-group.label-input-inline .form-control{
    float: left;
    width: 50%;
}

.form-control.noborder{
    border: none;
}

.ltr{
    direction: ltr;
}

.small-text{
    font-size: 12px;
}

.form-group .validation-error{
    text-align: center;
    height: 36px;
    line-height: 36px;
}

.two-side-register-pages{
    padding: 0 50px;
}

.two-side-register-pages .side{
    padding: 0 40px;
}

.two-side-register-pages .side.border-left{
    border-left: 1px solid #ececec;
}

.form-group.label-passage{
    position: relative;
    padding: 2px 25px  0 0;
}

.form-group.label-passage input{
    position: absolute;
    top: 0;
    right: 0;
}

ul.list-icons li{
    margin-bottom: 15px;
    line-height: 30px;
    position: relative;
    padding-right: 60px;
    color: #666;
}

ul.list-icons li span.split-icon{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
}

.split-icon.cart{
    background: url('../images/spriteV2.png') no-repeat -982px -333px;
}
.split-icon.list{
    background: url('../images/spriteV2.png') no-repeat -984px -291px;
}
.split-icon.heart{
    background: url('../images/spriteV2.png') no-repeat -982px -249px;
}
.split-icon.comment{
    background: url('../images/spriteV2.png') no-repeat -982px -207px;
}
.split-icon.discount{
    background: url('../images/spriteV2.png') no-repeat -982px -168px;
}

.large-text{
    font-size: 18px;
    color: #666;
}

.last-line-center{
    -moz-text-align-last: center;
    text-align-last: center;
}

hr{

    border-top-color: #e0e0e0;
}

#captcha-wrapper img{
    max-width: 100%;
}

.page-content{
    padding: 0 15px;
}

.general-title{
    color: #888;
}

.general-title h2{
    font-size: 24px;
    padding-right: 20px;
    position: relative;
}

.general-title h2:before{
    content: '';
    background: url('../images/spriteV2.png') no-repeat -37px -652px;
    width: 4px;
    height: 8px;
    display: block;
    position:absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
}

.sidebar{
    overflow: hidden;
}

#products-archive.loading,
#woocommerce-ajax-filters.loading{
    opacity: 0.5;
    position: relative;
}
#products-archive.loading:after,
#woocommerce-ajax-filters.loading:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:1;
}

.woocommerce-widgets.widgets.sidebar{
    margin: 0;
    border: 0;
    border-top: 0;
    padding: 15px;
    padding-top: 0;
}

#woocommerce-ajax-filters>.title{
    display: block;
    text-align: center;
    background: #ccc;
    height: 36px;
    line-height: 32px;
    color: #666;
}

#woocommerce-ajax-filters .widget{
    margin-top: 0px;
    padding-top: 15px;
}

.zm_custom_wo_active_filters .panel-heading{
    background: #fff !important;
}
.zm_custom_wo_active_filters .panel-heading a{
    background: #fff !important;
    border-bottom: 1px solid #e5e5e5;
}
.zm_custom_wo_active_filters ul{
    padding: 10px !important;
}

#woocommerce-ajax-filters .widget .title{

}

#woocommerce-ajax-filters .panel{
    border-radius: 0;
    border: 0;
    margin: 0;
    box-shadow: none;
    border: 1px solid #f0f0f0;
}

#woocommerce-ajax-filters .panel-heading{
    border-bottom: 0;
    padding: 0;
}

#woocommerce-ajax-filters .panel-heading a{
    display: block;
    background: #f6f6f6;
    padding: 7px 15px;
    font-size: 13px;
    position: relative;
    color: #666;
}

#woocommerce-ajax-filters .panel-heading a:after{
    position: absolute;
    content: '';
    top: 7px;
    left: 7px;
    height: 14px;
    width: 10px;
    display: block;
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    transform: rotate(180deg);
    transition:  300ms;
}
#woocommerce-ajax-filters .panel-heading a.collapsed:after{
    transform: rotate(0);
}

#woocommerce-ajax-filters .panel-body{
    padding: 0;
    max-height: 260px;
    overflow: auto;
    border: 0;
    direction: ltr;
}

#woocommerce-ajax-filters .panel-body form{
    direction: rtl;
}

#woocommerce-ajax-filters ul{
    padding: 5px 0 0 0;
    margin: 0;
    direction: rtl;
}

.zm_custom_filter_widget.widget ul li{
    padding-right: 20px;
    position: relative;
}

.zm_custom_filter_widget.widget ul li:before{
    position: absolute;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    top: 5px;
    right: 5px;
    border: 1px solid #ccc;
}
.zm_custom_filter_widget.widget ul li:hover:after{
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background: #ddd;
    top: 7px;
    right: 7px;
}
.zm_custom_filter_widget.widget ul li.active:after,
.zm_custom_filter_widget.widget ul li.chosen:after{
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background: #40c05f;
    top: 7px;
    right: 7px;
}

.zm_custom_filter_widget.widget ul li a{
    display: inline-block;
    overflow: hidden;
    padding: 3px 0;
    font-size: 12px;
    font-family: iranyekan,Verdana,Tahoma,"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
}

.zm_custom_filter_widget.widget ul li > span.count{
    display: inline-block;
    overflow: hidden;
    padding: 3px 0;
    font-size: 12px;
    color: #666;
}

.zm_custom_filter_widget.widget ul li a span.entitle{
    padding-left: 0px;
    float: left;
    padding-top: 0;
    font-size: 12px;
}

.zm_custom_filter_widget.widget ul li a{
    display: block;
    overflow: hidden;
    padding: 3px 5px;
    margin-right: -20px;
    padding-right: 22px;
    font-size: 12px;
    font-family: iranyekan,Verdana,Tahoma,"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    opacity: 0.7;
    position: relative;
    z-index: 2;
}

.zm_custom_filter_widget.widget ul li a span{
    display: inline-block;
    font-size: 10px;
    padding-top: 1px;
}

.sub_brands ul li a span.fatitle{
    text-align: left;
    direction: ltr;
    float: left;
}

.zm_custom_filter_widget.widget ul li a:hover{
    opacity: 1;
}

.zm_custom_filter_widget.widget ul li.active a,
.zm_custom_filter_widget.widget ul li.chosen a{
    font-weight: normal;
    color: #40c05f;
    position: relative;
    opacity: 1;
}
.zm_custom_filter_widget.widget.brands ul li.active:hover a:after,
.zm_custom_filter_widget.widget ul li.chosen:hover a:after{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    border-top: 1px solid #333;
}

.zm_custom_wo_active_filters ul li{
    display: block;
    font-size: 12px;
    padding: 2px 10px;
    background: #ffffff;
    color: #a1a1a1;
    position: relative;
    margin-bottom: 5px;
    cursor: default;
    transition: 300ms;
}

.zm_custom_wo_active_filters ul li:hover{
    color: #666;
}

.zm_custom_wo_active_filters ul li:before{
    content: '';
    position: absolute;
    right: 0px;
    top: 11px;
    height: 1px;
    width: 5px;
    background: #ccc;
}

.zm_custom_wo_active_filters ul li:last-child{
    margin: 0;
}

.zm_custom_wo_active_filters ul li a{
    position: absolute;
    content: '';
    background: url(../images/spriteV2.png) no-repeat -1053px -46px #ffffff;
    border-radius: 100%;
    height: 14px;
    width: 14px !important;
    display: block;
    top: 3px;
    left: 3px;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    float: left;
    transition: 300ms;
}

.zm_custom_wo_active_filters ul li:hover a{
    opacity: 0.7;
}

.zm_custom_wo_active_filters ul li a:hover{
    background: url(../images/spriteV2.png) no-repeat -1053px -46px;
}

.products.grid hr{
    display: block;
    width: 100%;
    clear: both;
}

.products .product{
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    position: relative;
}
.products .product img{
    max-width: 100%;
    height: auto;
}
.product .view360-tag{
    position: absolute;
    height: 42px;
    width: 42px;
    display: block;
    bottom: 0;
    right: 0;
    background: url(../images/archiveProductsAction.png) 0 1px;
    background-size: 42px;
    color: red;
    line-height: 44px;
    font-size: 12px;
}
.product .gift-tag{
    position: absolute;
    height: 32px;
    width: 32px;
    display: block;
    bottom: 8px;
    left: 0;
    background: url(../images/archiveProductsAction.png) 0 -160px;
    background-size: 32px;
    color: red;
    line-height: 44px;
    font-size: 12px;
    filter: grayscale(100%);
}
.product .special-tag{
    position: absolute;
    height: 42px;
    width: 42px;
    display: block;
    top: 0;
    left: 0;
    background: url(../images/archiveProductsAction.png) 0 -84px;
    background-size: 42px;
    color: red;
    line-height: 44px;
    font-size: 12px;
}
.single-product .product .special-tag{
    top: 0;
    left: 15px;
    z-index: 2;
}

.products .product>a{
    display: block;
}
.products .product>a>img{
    display: block;
    width: 100%;
    height: auto;
}

.products .product h2{
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.products .product h2 a{
    color: #aaa;
    overflow: hidden;
    display: inline-block;
    padding: 5px 0 0 0;
    font-size: 12px;
}

.products .product h2 a span{
    display: inline-block;
    margin: 3px 0;
}

.products .product h2 a span.brand{
    display: block;
}

.products .product h2 a span.title{
    font-size: 11px;
}

.product_stock{
    display: inline-block;
    color: #fff;
    background: #666;
    padding: 0 5px 3px 5px;
    border-radius: 3px;
    font-size: 12px;
}

.product_stock.instock{
    background: #40c05f;
}

.product_stock.outofstock{
    background: #f00;
}

.product_stock.call{
    background: #4087c0;
}

.product_stock.soon{
    background: #8a6d3b;
}

.singleProductStockStatus{
    background: none;
    display: block;
    text-align: center;
    border: 1px dashed;
    padding: 6px;
}
.singleProductStockStatus.instock{
    color: #40c05f;
}

.singleProductStockStatus.outofstock{
    color: #f00;
}

.singleProductStockStatus.call{
    color: #4087c0;
}

.singleProductStockStatus.soon{
    color: #8a6d3b;
}

.products .product .price{
    clear: both;
    display: block;
    padding-top: 5px;
    color: #40c05f;
    font-size: 12px;
}

.products .product .price>*{
    display: block;
    margin: auto;
    clear: both;
}
.products .product .price>small{
    display: inline-block;
    clear: none;
}
.products .product .price>.woocommerce-Price-amount{
    padding-top: 9px;
}

.products .product .price del{
    font-size: 12px;
    color: #7d7979;
    display: block;
    position: relative;
    margin-bottom: 2px;
}
.products .product .price del span.amount{
    position: relative;
    display: inline-block;
}
.products .product .price del span.amount:after{
    position: absolute;
    content: '';
    height: 1px;
    right: -4px;
    left: 28px;
    background: red;
    top: 6px;
}
.products .product .price ins{
    display: block;
}






/*Product Gallery*/
.dm-product-gallery{
    position: relative;
}

.dm-product-gallery>.owl-carousel{
}


.dm-product-gallery .owl-item{
    opacity: 1 !important;
    filter: none !important;
}


.product-image-item{
    position: relative;
    margin-bottom: 20px;
}

.product-image-item .owl-dots{
    position: absolute;
    bottom: 20px;
    width: 200px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
}

.product-image-item .owl-dot{
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 14px;
    background: #fff;
    margin: 2px;
}

.product-image-item .owl-dot.active{background: #14387f;}

.product-image-item .owl-nav{
    position: static;
}

.product-image-item .owl-next.disabled,
.product-image-item .owl-prev.disabled{
    display: none;
}

.product-image-item .owl-next,
.product-image-item .owl-prev{
    height: 44px;
    width: 44px;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}

.product-image-item .owl-next{
    background: url(../images/btn_next.png);
    right: 0;
}
.product-image-item .owl-prev{
    background: url(../images/btn_prev.png);
    left: 0;
}

.product-image-item .owl-next:hover{

}
.product-image-item .owl-prev:hover{

}

.owl-thumbs .owl-item{
    transition: opacity 300ms ease;
    opacity: 0.6 !important;
}
.owl-thumbs .owl-item.current{
    opacity: 1 !important;
}

.zoomContainer{
    z-index: 2;
    overflow: hidden;
}
/*End Product Gallery*/


#content>.product{
    position: relative;
}

#content>.product span.onsale{
    position: absolute;
}

.single-product-page .main-product-info{
    padding-right: 15px;
}

.single-product-page .main-product-info .product-brand{
    background: #e1e1e1;
    padding: 5px 10px 8px 10px;
}
.single-product-page .main-product-info .product-brand .value,
.single-product-page .main-product-info .product-brand .value a{
    color: #666;
}

.main-product-info .product-quick-details{
    padding-top: 15px;
}

.main-product-info .product-quick-details .item{
    margin-bottom: 15px;
}

.main-product-info .product-quick-details .item .value,
.main-product-info .product-quick-details .item .value a{
    color: #666;
}

.main-product-info .product-status-single{
    margin-bottom: 15px;
}

.main-product-info .price_discount{
    font-size: 13px;
    color: #888;
    overflow: hidden;
    margin-bottom: 25px;
}

.main-product-info .price_discount del span{
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.main-product-info .price_discount del span:after{
    position: absolute;
    top: 8px;
    content: '';
    left: -2px;
    right: -2px;
    height: 1px;
    background: red;
}

.main-product-info .price_discount .discount{
    display: block;
    float: left;
    width: 50%;
    background: #ff5353;
    color: #fff;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    font-size: 11px;
}

.main-product-info .price_discount .discount > span{
    display: block;
    float: right;
    padding: 2px 10px 4px 0;
}

.main-product-info .price_discount .discount > span.title{
    padding: 2px 10px 4px 10px;
    background: #fd7370;
    height: 100%;
    position: relative;
}

.main-product-info .price_discount .discount > span.title:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #fff;
    top: 50%;
    margin-top: -6px;
    right: 0;
}

.main-product-info .final_price{
    overflow: hidden;
}

.main-product-info .final_price button{
    background: url(../images/spriteV2.png) no-repeat -405px -25px;
    height: 26px;
    width: 26px;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

.main-product-info .final_price .title{
    font-size: 16px;
    display: block;
    float: right;
    height: 26px;
    line-height: 23px;
    padding-left: 20px;
}

.main-product-info .final_price .price{
    float: left;
    height: 26px;
    line-height: 21px;
    font-size: 20px;
    color: #4cb050;
    margin-top: 3px;
    margin-bottom: 16px;
}

.main-product-info .final_price .currency{
    display: block;
    float: left;
    padding-right: 5px;
    font-size: 12px;
    line-height: 23px;
    height: 26px;
    color: #4cb050;
}

.main-product-info .final_price .watchonline_shop_link{
    display: block;
    clear: both;
    text-align: center;
    color: #ffffff;
    background: #4cb050;
    padding: 10px;
}

.single_add_to_cart_button{
    float: left;
    margin-top: 20px;
    border-radius: 5px;
    border: none;
    color: #fff;
    background: #4cb050;
    padding: 11px 85px 12px 20px;
    position: relative;
    width: 72%;
}

.single_add_to_cart_button:after{
    content: '';
    position: absolute;
    width: 65px;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    background: #61b965 url(../images/spriteV2.png) no-repeat -139px -409px;
    border-radius: 0 5px 5px 0;
}

.single_add_to_cart_button:hover{
    background: #429645;
}
.single_add_to_cart_button:hover:after{
    background-color: #549f57;
}

.single-product-page .product-short-description{
    margin-top: 50px;
    margin-bottom: 30px;
}

.single-product-page .product-short-description h4{
    font-size: 16px;
    border-bottom: #e1e1e1 1px solid;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.single-product-page .product-short-description p{
    line-height: 26px;
    color: #888888;
}

.single-product-page .woocommerce-tabs{
    overflow: hidden;
}

.single-product-page .woocommerce-tabs ul{
    overflow: hidden;
    clear: both;
    margin: 0;
}

.single-product-page .woocommerce-tabs ul li{
    float: right;
    font-size: 16px;
    color: #333333;

}
.single-product-page .woocommerce-tabs ul li>a{
    color: #555555;
    display: block;
    padding: 15px 50px;
    font-size: 15px;
    border: 1px solid #ffffff;
}

.single-product-page .woocommerce-tabs ul li.active>a{
    background: #fafafa;
    border: 1px solid #fafafa;
    position: relative;
    z-index: 1;
}

.single-product-page .woocommerce-Tabs-panel{
    background: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 0 !important;
    padding: 5px;
}

.single-product-page .woocommerce-Tabs-panel h2{
    display: none;
}

.single-product-page .woocommerce-Tabs-panel p{
    line-height: 26px;
    color: #888888;
}

.product-another-colors {
    text-align: right;
    overflow: hidden;
}

.product-another-colors > span{
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    color: #777777;
    text-align: right !important;
    border: 1px dashed #e1e1e1;
    margin-bottom: 20px;
    background: url(../images/interlock.png) no-repeat right 4px top 50%;
    padding-right: 34px;
}

.product-another-colors > a{
    display: block;
    text-align: center;
    float: right;
    width: 20%;
}

.product-another-colors.up-sells{
    margin-bottom: 30px;
}

.product-another-colors.product_set{
    border: 1px solid #f0f0f0;
    padding: 10px;
    overflow: hidden;
}

.product-another-colors.product_set #productSet a > span{
    display: block;
    float: right;
}

.product-another-colors.product_set #productSet a > span.image{
    width: 25%;
}

.product-another-colors.product_set #productSet a > span.data{
    width: 70%;
    padding: 22px;
}

.product-another-colors.product_set #productSet a > span.data>span{
    display: block;
    color: #333;
}

.product-another-colors.product_set #productSet a > span.data span.stock span{
    display: inline-block;
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 0px 5px;
    margin-top: 2px;
    border-radius: 3px;
}

.product-another-colors.product_set #productSet a > span.data span.stock span.outofstock{
    background: #a5a5a5;
}
.product-another-colors.product_set #productSet a > span.data span.stock span.instock{
    background: #4cb050;
}

#product-gifts{
    margin-top: 74px;
}

#product-gifts>span.title{
    display: block;
    height: 35px;
    line-height: 34px;
    margin-bottom: 10px;
    border: #e1e1e1 1px dashed;
    color: #777;
    font-size: 13px;
}

#product-gifts .title>span{
    display: block;
    float: right;
    width: 30px;
    height: 33px;
    background-position: -233px -21px;
}

#product-gifts .product-thumb{
    display: block;
}

#product-gifts .product-title{
    font-size: 14px;
    text-align: center;
    margin: 0;
    display: block;
    margin-right: 0;
    color: #777;
}

#product-gifts .product-title a{
    color: #777777;
    overflow: hidden;
    display: block;
}

#product-gifts .product-title a span.brand{
    display: block;
}

.gift-title-wrapper{
    height: 120px;
    display: flex;
    width: 100%;
    text-align: center;
}

.gift-title-wrapper .inside{
    margin: auto;
}

#product-gifts .product-title a span.title{
    margin-top: 5px;
    font-size: 13px;
    white-space: nowrap;
}

#product-gifts .price{
    clear: both;
    display: block;
    color: #40c05f;
    font-size: 14px;
    text-align: center;
    padding-right: 30px;
    margin-top: 5px;
}

#product-gifts .price del{
    font-size: 13px;
    color: #888;
    position: relative;
}
#product-gifts .price del:after{
    position: absolute;
    content: '';
    border-top: 1px solid red;
    left: 30px;
    right: -5px;
    top: 9px;
}
#product-gifts .price del span{
    text-decoration: none !important;
}
#product-gifts .price ins{
    display: block;
}

.page-title{
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #666;
}

.page-title i{
    position: relative;top: 2px;
    font-size: 14px;
}

table#shopping_cart{
    border-radius: 0;
    border-collapse: collapse;
    width: 100%;
}
table#shopping_cart th{
    text-align: center;
    background: #f8f9fb;
    color: #666666;
    font-weight: normal;
    border-radius: 0;
    border: 1px solid #f1f1f3;
    height: 50px;

}

table#shopping_cart th.product-name{
}
table#shopping_cart th.product-quantity{

    width: 100px;

    min-width: 100px;

    max-width: 100px;
}
table#shopping_cart th.product-price{

    width: 160px;

    min-width: 160px;

    max-width: 160px;
}
table#shopping_cart th.product-subtotal{

    width: 270px;

    min-width: 270px;

    max-width: 270px;
}
table#shopping_cart th.product-remove{

}

table#shopping_cart td{
    border-radius: 0;
    border: 1px solid #f1f1f3;
    padding: 20px 10px;
    vertical-align: middle;
    text-align: center;
}

table#shopping_cart td .cart-discount-box{
    min-height: 170px;
    padding-top: 17px;
}

table#shopping_cart td.product-name a{
    display: block;
    height: 170px;
    width: 140px;
}
table#shopping_cart td.product-name a img{
    width: 100%;
    height: auto;
}

table#shopping_cart td.product-name td{
    padding: 0;
    border: 0;
    text-align: right;
}

table#shopping_cart td.product-name td .product-quick-details{
    padding-right: 20px;
}

table#shopping_cart td.product-name td .product-quick-details .item{
    line-height: 30px;
    color: #999;
    font-size: 12px;
}

table#shopping_cart td.product-name td .product-quick-details .item .title{
    color: #000;
}

th.product-remove{
    border-right: 0 !important;
}
th.product-subtotal{
    border-left: 0 !important;
}

td.product-remove{
}
td.product-remove{
    text-align: center;
    width: 35px;
}
td.product-remove a.remove{
    background: url(../images/spriteV2.png) no-repeat -108px -126px !important;
    width: 14px;
    height: 14px;
    font-size: 0;
    margin: 0 !important;
    float: none;
    display: inline-block !important;
}
.woocommerce-Price-currencySymbol{
    font-size: 10px;
    margin-right: 0;
}

.beauty-select{
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: relative;
    color: #666;
}

.beauty-select:after{
    position: absolute;
    content: '';
    width: 16px;
    height: 10px;
    background: url(../images/spriteV2.png) no-repeat -33px -463px !important;
    top: 12px;
    left: 6px;
}

table#shopping_cart .beauty-select{
    display: inline-block;
}

.beauty-select select{
    min-width: 80px;
    padding: 0 15px 0 15px;
    height: 34px;
    color: #666;
    font-weight: normal;
    border: none;
    background: none;
    margin-left: -20px;
}
.cart_item .beauty-select{
    border: 1px dashed #e2e2e4;
}

table#shopping_cart td.product-quantity{
    width: 90px;
}

.gift-quantity-holder{
    height: 34px;
    display: inline-block;
    border: 1px dashed #e2e2e4;
    width: 64px;
    line-height: 34px;
    color: #666;
    border-radius: 2px;
    padding-left: 12px;
}

table#shopping_cart span.gift-label{
    transform: rotate(-90deg);
    display: inline-block;
    width: 20px;
    color: #d2ab67;
}

.cart-discount-box{
    font-size: 12px;
}

.cart-discount-box .item.discount{
    color: #fe6b6e;
}
.cart-discount-box .item{
    line-height: 20px;
    height: 20px;
}

.cart-discount-box .subtotal{
    height: 38px;
}
.cart-discount-box .subtotal .pull-right{
    font-size: 12px;
    transform: translateX(-42px);
    line-height: 25px;
    width: 50%;
    text-align: right;
}
.cart-discount-box .subtotal .pull-left{
    transform: translateX(-12px);
    line-height: 25px;
    text-align: right !important;
    width: 50%;
}
.cart-discount-box .subtotal .pull-left .woocommerce-Price-amount{
    float: right;
}

.cart-discount-box .item .pull-left,
.cart-discount-box .item .pull-right{
    width: 50%;
    text-align: right;
    transform: translateX(-42px);
}
.cart-discount-box .item .pull-left{
    transform: translateX(-12px);
}

.cart-discount-box .sep{
    border-bottom: 1px dashed #dcdcdc;
    margin: 32px 0 38px 0;
}

.cart-discount-box .free,
.cart-discount-box .subtotal,
.cart-discount-box .subtotal .woocommerce-Price-amount{
    font-size: 16px !important;
    color: #49ae4e;
}

.cart-discount-box .free{
    font-size: 0 !important;
    height: 25px;
    display :block;
    position: relative;
}
.cart-discount-box .free:after{
    position: absolute;
    content: '';
    left: 50%;
    width: 36px;
    margin-left: -18px;
    top: 50%;
    margin-top: -18px;
    height: 36px;
    background: url(../images/Gift.png) no-repeat center;
    background-size: contain;
}

table#shopping_cart .woocommerce-Price-amount.amount{
    font-size: 14px;
}
.cart-collaterals{
    margin-bottom: 25px;
    border-radius: 2px;
    float: left;
    width: 482px;
    border: 1px dashed #e0e0e0;
}
#order-review-collaterals.cart-collaterals{
    margin-top: 25px;
}
#order-review-collaterals.cart-collaterals .item.total-discount{
    line-height: 40px;
}
.cart-collaterals .item.total{
    padding-top: 15px;
}
.cart-collaterals .item{
    height: 40px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 25px;
    clear: both;
}
.cart-collaterals .item.final{
    color: #30a234;
    border-top: 1px dashed #e0e0e0;
    height: 80px;
    line-height: 80px;
}

.cart-collaterals .pull-left{
    padding-left: 30px;
}

.cart-collaterals .pull-left .woocommerce-Price-amount.amount{}

.cart-collaterals .item.final .pull-left .woocommerce-Price-amount.amount{
}

.cart-collaterals .total-discount{
    color: #fe6b6e;
}

.cart-collaterals .pull-right{
    width: 50%;
    padding-right: 90px;
    font-size: 13px;
}
.cart-collaterals .pull-left{
    width: 50%;
    padding-right: 20px;
    font-size: 16px;
}
.cart-collaterals .final .pull-right{
    font-size: 16px;
}
.cart-collaterals .final .pull-left{
    font-size: 18px;
}

.btn.btn-gray,
.btn.btn-grey{
    color: #999;
    background: #fff !important;
    border: 1px dashed #e0e0e0;
    box-shadow: none !important;
}
.btn.btn-gray:hover,
.btn.btn-grey:hover{
    color: #666;
    border: 1px dashed #d0d0d0;
}

#steps{
    height: 70px;
    margin: 0 60px;
}
#steps.blue{
    margin-bottom: 26px;
}

#steps .line{
    padding-right: 100px;
    padding-left: 100px;
    position: relative;
    margin-top: 49px;
    height: 3px;

}

#steps .line .line-inner{
    background-color: #dee1e8;
    height: 3px;
    position: relative;
    z-index: 1;
}

#steps .line:after,
#steps .line:before{
    content: '';
    display: block;
    width: 100px;
    border-bottom:2px dashed #dee1e8;
    position: absolute;
    left:0;
    top: 0;
    z-index: 0;
}
#steps .line:before{
    left: auto;
    border-color: #63b865;
    right: 0;
}
#steps.blue .line:before{
    border-color: #2396f3;
}
#steps.blue.done .line:after{
    border-color: #2396f3;
}

#steps .progress{
    z-index: 1;
    background-color: #63b865;
    height: 3px;
    position: absolute;
    top: 0;
    right: 0;
}

#steps.blue .progress{
    background-color: #2396f3;
}
#steps.canceled .progress{
    background-color: #f32121;
}

#steps.steps_4.step_4 .line:after{
    border-color: #63b865;
}
#steps.blue.steps_5.step_5 .line:after{
    border-color: #2396f3;
}

#steps.steps_4.step_1 .progress{width: 0;}
#steps.steps_4.step_2 .progress{width: 33%;}
#steps.steps_4.step_3 .progress{width: 66%;}
#steps.steps_4.step_4 .progress{width: 100%;}

#steps.steps_5.step_1 .progress{width: 0;}
#steps.steps_5.step_2 .progress{width: 25%;}
#steps.steps_5.step_3 .progress{width: 50%;}
#steps.steps_5.step_4 .progress{width: 75%;}
#steps.steps_5.step_4 .progress{width: 100%;}

#steps .step{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    margin-right: -20px;
    top: 50%;
    margin-top: -20px;
    z-index:2;
    cursor: default;
}

#steps .step .step-inner{
    margin: 7px;
    width: 26px;
    height: 26px;
    border: 3px solid #bdc1ca;
    border-radius: 13px;
}

#steps .step.active{
    cursor: pointer;
}
#steps .step.active .step-inner{
    border-color: #4cb050;
}
#steps.blue .step.active .step-inner{
    border-color: #2396f3;
}
#steps.blue .step.active.canceled .step-inner{
    border-color: #f32121;
    background-image: url(../images/step-cancelled.png) !important;
}
#steps .step.active.passed .step-inner{
    background-image: url(../images/step-passed.png);
    background-position: center;
    overflow: hidden;
}
#steps.blue .step.active.passed .step-inner{
    background-image: url(../images/step-passed-blue.png);
}

#steps .step .step-label{
    position: absolute;
    top: 40px;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #828898;
    text-align: center;
}

#steps .step.active .step-label{
    color: #4cb050;
}
#steps.blue .step.active .step-label{
    color: #2396f3;
}
#steps.blue .step.active.canceled .step-label{
    color: #f32121;
}

#steps.steps_4 .step1{right: 0;}
#steps.steps_4 .step2{right: 33%;}
#steps.steps_4 .step3{right: 66%;}
#steps.steps_4 .step4{right: 100%;}


#steps.steps_5 .step1{right: 0;}
#steps.steps_5 .step2{right: 25%;}
#steps.steps_5 .step3{right: 50%;}
#steps.steps_5 .step4{right: 75%;}
#steps.steps_5 .step5{right: 100%;}

.main_address{
    margin-top: 15px;
}

.address_select{
    margin: 10px 0 0 0 !important;
    background: #fbfbfb;
    cursor: pointer;
}
.address_select.checked{
    background: #ffffff;
    cursor: default;
}

.address_select p{
    margin: 0 !important;
}

.address_select td.actions{
    padding: 0 !important;
    width: 50px !important;
    position: relative;
}

.address_select td.actions a{
    position: absolute;
    height: 50%;
    display: block;
    width: 100%;
    text-align: center;
}

.address_select td.actions a i{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    width: 100%;
    right: 0;
}

.address_select td.actions a.edit_address{
    color: #40a3e6;
}

.address_select td.actions a.delete_address{
    top: 50%;
    color: #ef5356;
    border-top: 1px dashed #f0f0f0;
    font-size: 0;
}

.address_select td.actions a.delete_address:after{
    content: '';
    background: url(../images/spriteV2.png) no-repeat -108px -126px !important;
    width: 14px;
    height: 14px;
    font-size: 0;
    float: none;
    display: inline-block !important;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px !important;
    left: 50%;
    margin-left: -7px !important;
}


.address_select .input{
    vertical-align: middle;
    text-align: center;
    width: 60px;
}

.tooltip{
    white-space: nowrap;
    font-family: iranyekan,tahoma,verdana;
    line-height: 24px;
}
.tooltip.left .tooltip-arrow{
    border-left-color: #949698;
}
.tooltip.top .tooltip-arrow{
    border-top-color: #949698;
}
.tooltip.down .tooltip-arrow{
    border-bottom-color: #949698;
}
.tooltip.right .tooltip-arrow{
    border-right-color: #949698;
}

.address_select td{
    border-color: #f0f0f0 !important;
    padding: 15px !important;
}
.address_select table td.toGreen{
    border-color: #e3e3e3 !important;
}
.address_select table td.toGreenTop{
    border-top-color: #e3e3e3 !important;
}
.address_select table td.toGreenBottom{
    border-bottom-color: #e3e3e3 !important;
}
.address_select table td.toGreenLeft{
    border-left-color: #e3e3e3 !important;
}
.address_select.checked table td.toGreen{
    border: #c0efc1 solid 1px !important;
}
.address_select.checked table td.toGreenTop{
    border-top-color: #c0efc1 !important;
}
.address_select.checked table td.toGreenBottom{
    border-bottom-color: #c0efc1 !important;
}
.address_select.checked table td.toGreenLeft{
    border-left-color: #c0efc1 !important;
}

.address_select.checked td.input{
    position: relative;
}
.address_select.checked td.input:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;top: 0;
    right: 0;
    background: url(../images/selected_box.png);
}

.address_select td.input input{
    float: none;
    margin-top: 10px !important;
}

#address_add_modal,#address_edit_modal{
    font-size: 12px;
    line-height: 30px
}

#address_add_modal select,#address_edit_modal select{
    font-size: 12px;
}

#address_add_modal .form-control,#address_edit_modal .form-control{
    border-color: #f0f0f0;
}

select.form-control{
    padding: 0 5px 0 0;
}

.loading{
    position: relative;
}
.modal.loading{
    position: fixed;
}
.loading:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff url(../images/loading.gif) no-repeat center center;
    display: block;
    opacity: 0.5;
    z-index: 99999999999999;
}
#header #search.loading:after{
    content: '' !important;
    display: none !important;
}
.modal.loading:after{content: none;}

#zm_shipping .shipping_method{
    margin-bottom: 10px;
    border: 1px solid #eeeeee;
    overflow: hidden;
}

#zm_shipping .shipping_method.active{
    border-color: #bfefc1;
}

#zm_shipping .shipping_method .shipping_method_col{
    float: right;
}

#zm_shipping .shipping_method_col.input{
    width: 13%;
    margin-left: 1%;
}
#zm_shipping .shipping_method_col.desc{
    width: 64%;
    margin-left: 1%;
}
#zm_shipping .shipping_method_col.desc .title{
    line-height: 25px;
    padding-top: 10px;
    font-size: 13px;
    color: #666;
}
#zm_shipping .shipping_method_col.desc .description{
    line-height: 15px;
    padding-top: 5px;
    font-size: 12px;
    color: #AAA;
}
#zm_shipping .shipping_method_col.cost{
    width: 21%;
    border-right: 1px solid #eeeeee;
    height: 70px;
    line-height: 46px;
}

#zm_shipping .shipping_method_col.cost{
    padding-top: 12px;
    text-align: center;
    font-size: 12px;
    color: #666;
    font-size: 13px;
}
#zm_shipping .shipping_method_col.cost .price{
    color: #4fb054;
    font-size: 14px;
    padding-top: 5px;
}

#zm_shipping .shipping_method .input>input{
    float: right;
    margin-right: 15px;
    margin-top: 27px;
}

#zm_shipping .shipping_method .input>label{
    width: 100px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: right;
    margin: 0 7px 0 0;
    border-right: 1px solid #eeeeee;
}

#zm_shipping .shipping_method#WC_Forehand_Method .input>label{
    background-image: url(../images/shipping-post.png);
}
#zm_shipping .shipping_method#WC_Courier_Method .input>label{
    background-image: url(../images/shipping-express.png);
}

#zm_shipping .periods{
    border-top: 1px solid #f0f0f0;
}
#zm_shipping .periods .period{
    overflow: hidden;
}
#zm_shipping .periods .period_col.date{
    float: right;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    width: 10%;
    text-align: center;
    height: 66px;
    padding-top: 12px;
}
#zm_shipping .periods .period_col.date span{
    display: block;
}
#zm_shipping .periods .period_col.periods_list{
    float: right;
    width: 90%;
}
#zm_shipping .periods .period_col.date{

}

#zm_shipping .periods .periods_list{
    overflow: hidden;
}
#zm_shipping .periods .period_item{
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    float: right;
    text-align: center;
    height: 66px;
    line-height: 66px;
}
#zm_shipping .periods .period:last-child .period_item{
    border-bottom: 0;
}
#zm_shipping .periods .period_item:last-child{
    border-left: 0;
}

#zm_shipping .periods .period_item input{
    display: inline-block !important;
    float: none;
    margin: 0 0 0 5px;
    position: relative;
    top: 4px;
}
#zm_shipping .periods .period_item input[disabled]{
    display: none;
}
#zm_shipping .periods .period_item.disabled label{
    color: #aaaaaa;
}

#invoice-send-check input{
    float: none;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

#shipping_company_profile{
    margin: 70px 0 40px 0;
}

#shipping_company_profile p{
    padding: 30px 100px;
}

#shipping_company_profile p a{
    color: #2195f3;
    border-bottom: 1px dashed;
}

#zm_checkout_actions{
    padding: 40px 0 50px 0;
}
#zm_checkout_actions span{
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    display: block;
    width: 210px;
    text-align: center;
}

#zm_checkout_invoice_summery{

}

#zm_checkout_invoice_summery table{
    border: 1px solid #F0F0F0;
    border-collapse: collapse;
    width: 100%;
}
#zm_checkout_invoice_summery table td{
    border: 1px solid #F0F0F0;
    height: 65px;
    padding: 0 20px;
    vertical-align: middle;
}

#zm_checkout_invoice_summery table td .value{
    text-align: left;
    /*font-family: Arial;*/
    font-weight: bold;
    font-size: 14px;
}

#zm_checkout_invoice_summery table td .title{
    font-size: 12px;
    color: #888;
}
#zm_checkout_invoice_summery table td.discount .title{color: #fe6b6e;}
#zm_checkout_invoice_summery table td.discount .value{color: #fe6b6e;}
#zm_checkout_invoice_summery table td.discount{
    background: #fdf4f5;
}
#zm_checkout_invoice_summery table td.total .title,
#zm_checkout_invoice_summery table td.total .value{
    color: #4aae4f;font-size: 18px;
}
#zm_checkout_invoice_summery table td.total{
    background: #f8fff7;
}

#zm_checkout_invoice_summery span.cur{
    display: inline-block;
    padding-right: 10px;
    font-size: 11px;
    position: relative;
    top: -2px;
    font-family: iranyekan,Verdana,Tahoma,"Helvetica Neue", Helvetica, Arial, sans-serif;
}

#zm_checkout_invoice_summery{
    margin-bottom: 60px;
}

#shipping_review table{
    border: 1px solid #F0F0F0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
#shipping_review table td{
    border: 1px solid #F0F0F0;
    height: 50px;
    padding: 0 20px;
    vertical-align: middle;
}
#shipping_review table td.icon{
    width: 60px;
    padding: 0;
    text-align: center;
}

#shipping_review p{
    margin: 0;
    font-size: 13px;
    color: #666;
}

#shipping_review span{
    color: #4bae50;
}

.zm_checkout_agreement{
    font-size: 12px;
    line-height: 24px;
    color: #888;
    margin-left: 20px;
    margin-top: -5px;
}

.zm_checkout_agreement a{
    color: #009aff;
    border-bottom: 1px dashed;
}





#zm_payment_method .payment_methods{
}

#zm_payment_method .payment_method {
    margin-bottom: 10px;
    border: 1px solid #eeeeee;
    overflow: hidden;
    min-height: 70px;
    cursor: pointer;
}

#zm_payment_method .payment_method.active{
    border-color: #bfefc1;
    cursor: default;
}

#zm_payment_method .payment_method .payment_method_col{
    float: right;
}

#zm_payment_method .payment_method_col.input{
    width: 4%;
    margin-left: 1%;
    border-left: 1px solid #eeeeee;
    min-height: 70px
}
#zm_payment_method .payment_method_col.desc{
    width: 85%;
    margin-left: 1%;
}
#zm_payment_method .payment_method_col.desc .title{
    line-height: 25px;
    padding-top: 10px;
    font-size: 13px;
    color: #666;
}
#zm_payment_method .payment_method_col.desc .description{
    line-height: 15px;
    padding-top: 5px;
    font-size: 12px;
    color: #AAA;
}
#zm_payment_method .payment_method_col.desc img{
    display: block;
    float: right;
    margin: 9px 0 0 15px;
}

#zm_payment_method .payment_method .input>input{
    float: right;
    margin-right: 15px;
    margin-top: 27px;
}

#zm_payment_method .payment_method .input>label{
    display: none;
}

#zm_payment_method .shipping_method#WC_Forehand_Method .input>label{
    background-image: url(../images/shipping-post.png);
}
#zm_payment_method .shipping_method#WC_Courier_Method .input>label{
    background-image: url(../images/shipping-express.png);
}

#zm_checkout_success_order{
}

.woocommerce-pagination{
    float: left;
}

.woocommerce-pagination li{
    display: inline-block;
}

.woocommerce-pagination li a,
.woocommerce-pagination li span{
    min-width: 32px;
    text-align: center;
}

.woocommerce-pagination li a{
    display: block;
    border: #d5d5d5 1px solid;
    border-radius: 2px;
    padding: 6px 8px;
    margin: 0 2px;
    color: #666666;
    font-size: 13px;
}
.woocommerce-pagination li a:hover{
    background: #fff;
}
.woocommerce-pagination li span{
    display: block;
    border: #d5d5d5 1px solid;
    border-radius: 2px;
    padding: 6px 4px;
    margin: 0 2px;
    color: #666666;
    background: #fff;
    font-size: 13px;
}
.woocommerce-pagination li span.pages{
    margin-left: 10px;
    background: transparent;
    font-size: 12px;
    height: 31px;
    color: #777;
    padding: 6px 15px;
}
.woocommerce-pagination li span.extend{
    background: transparent;
    border-color: transparent;
}

.woocommerce-pagination li a.last,
.woocommerce-pagination li a.first{
    background: #ccc;
    border: #ccc 1px solid;
    color: #ffffff;
}

.woocommerce-pagination li a.previouspostslink,
.woocommerce-pagination li a.nextpostslink{
    background: #e0e0e0;
    border: #e0e0e0 1px solid;
    color: #ffffff;
}


.woocommerce-pagination li span.current{
    background-color: #ffffff;
    color: #40c05f;
    border-radius: 20px;
}


.woocommerce-pagination{
}

#posts_per_page{
}

#posts_per_page select{
    margin-right: 1px;
    padding: 0 10px;
    background: #f7f7f7;
}

#before_product_archive{
    margin-top: 0;
    padding: 0 20px 0 20px;
    height: 45px;
    background: #fff;
    padding-top: 15px;
}
#before_product_archive>.row{
    margin: 0 !important;
}

#before_product_archive .total-count{
    line-height: 33px;
}

form.dm-ordering{
    display: block;
    position: relative;
    padding-right: 79px;
    border: 1px dashed #ddd !important;
}

form.dm-ordering.stock{
    padding-right: 99px;
}

form.dm-ordering label{
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    background: #ffffff;
    color: #666;
    width: 79px;
    text-align: center;
    line-height: 28px;
    font-size: 11px;
    margin: 0;
}

form.dm-ordering.stock label{
    width: 99px;
}

.FiltersHeadTitle{
    background: #fff;
    color: #666;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #f6f6f6;
}

form.dm-ordering select{
    border-radius: 0;
    border: 0;
    height: 28px;
    margin: 0;
    outline: 0;
    font-size: 13px;
    color: #999999;
    font-size: 11px;
    border-right: 1px dashed #ddd;
}

.grid-list-switch button{
    float: right;
    height: 28px;
    width: 28px;
    border: none;
    border-radius: 0;
    background: none;
    outline: 0;
    line-height: 30px;
    color: #999999;
    border: 1px solid #ffffff;
}

.grid-list-switch button:hover{
}

.grid-list-switch button.active{
    color: #666;
    border: 1px solid #e4e4e4;
}

.shop_attributes{
    margin: 0 30px 30px 30px;
}

.zm_attribute_group_head span{
    font-size: 14px;
    color: #555555;
    font-weight: normal;
    display: inline-block;
    background: #f3f3f3;
    padding: 10px 15px;
    width: 150px;
    text-align: center;
    margin-top: 20px;
}

.zm_attribute_title{
    padding-right: 20px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

.zm_attribute_title>span{
    white-space: nowrap;
}

.zm_attribute_value{
    color: #98999d;
    padding-right: 20px;
}

#price_chart_modal .modal-dialog{
    width: 680px;
}

.highcharts-container{
    margin-bottom: 30px;
}

svg .highcharts-title{
    display: none;
}

.highcharts-tooltip{
    text-align: center;
}

.highcharts-tooltip>span>span:first-child{
    color: green;
    padding-bottom: 5px;
}

.related_products{
    margin: 5px 0;
}

.single-product-page{
    padding-bottom: 10px;
}

label.check_line_label{
    line-height: 27px;
}

.validation_error{
    color: red;
    font-size: 12px;
    margin: 5px 0;
    display: block;
}

.form-control{
    border-color: #e8e8e8;
    outline: 0;
}

.zm_woo_comments_section .comment_sort_option{
    white-space: nowrap;
    font-size: 12px;
    line-height: 27px;
    margin-top: 5px;
}

.zm_woo_comments_section .comment_sort_option span{
    display: inline-block;
    margin-right: 15px;
}

.related_products .owl-item{
    direction: rtl;
}

.related_products .owl-prev,
.related_products .owl-next{
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    opacity: 0.6;
    filter: grayscale(100%);
}

.related_products .owl-prev{
    background-image: url(../images/large_left.png);
    left: -60px;
}
.related_products .owl-next{
    background-image: url(../images/large_right.png);
    right: -60px;
}

.related_products .owl-prev:hover,
.related_products .owl-next:hover{
    opacity: 1;
}

.related_products .owl-prev.disabled,
.related_products .owl-next.disabled{
    opacity: 0.2 !important;
}

.profilePageContent{
    min-height: 460px;
    border: #f3f3f3 1px solid;
    padding: 15px;
    margin-left: 15px;
}
.profilePageContent h3{
    font-size: 15px;
    color: #888888;
    margin: 0 -15px 15px -15px;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 15px 15px 15px;
}

.profilePageContent h3 span.date{
    font-size: 12px;
    color: #aaa;
}

.profilePageContent p{
    line-height: 26px;
    font-size: 13px;
    color: #888888;
}

.profilePageContent .actionBox{
    margin-bottom: 15px;
}

#profile_page{
    padding: 15px 0;
    position: relative;
    padding-right: 290px;
}

#zm_woo_comments.my_comments{
    background: none;
    padding: 0;
    border: 0;
    margin: 0;
}

#profileNav{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 260px;
}

#profileNav .inside{
    position: absolute;
}

#userCart{
    margin-bottom: 15px;
}

#userCart .cartInner{
    background: #fbfbfb;
    border: 1px solid #f3f3f3;
}

#userCart .cartInner .username{
    display: block;
    text-align: center;
    background: #f3f3f3;
    padding: 10px 0;
    color: #d2ab67;
    position: relative;
    margin-top: 20px;
}

#userCart .cartInner .username:before{
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #f3f3f3;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

#userCart .cartInner .userImage{
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: #ffffff;
    overflow: hidden;
    margin: 10px auto;
}

#userCart .cartInner .userImage img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

#profileNavMenu{
    width: 260px;
    border: 1px solid #f3f3f3;
}
#profileNavMenu li a{
    display: block;
    border-bottom: 1px solid #f3f3f3;
    font-size: 13px;
    color: #666666;
    padding: 10px 15px;
    transition: 300ms;
}
#profileNavMenu li:last-child a{
    border-bottom: 0;

}
#profileNavMenu li.active a{
    color: #e1b567;
    background: #fbfbfb;
}
#profileNavMenu li:hover a{
    background: #fbfbfb;
}

.bullet_validation_error{
    position: relative;
    background: #ff5253;
    padding: 2px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    height: 24px;
    line-height: 20px;
    margin-right: 20px;
}

.bullet_validation_error:after{
    position: absolute;
    content: '';
    border: 6px solid transparent;
    border-left-color: #ff5253;
    right: -11px;
    top: 8px;
}

.zm_ufe_favorite{display: inline-block;}
.zm_ufe_favorite.noCount span.count{display: none;}
.zm_ufe_favorite.active{cursor: pointer;}

#profile-page-favorites li,#profile-dropdown .product-mini-result li{
    border: 0 !important;
}

#profile-page-favorites li .body,#profile-dropdown .product-mini-result li{
    background: #f8f8f8;
}

#profile-page-favorites .zm_ufe_favorite,#profile-dropdown .zm_ufe_favorite{
    position: absolute;
    left: 22px;
    bottom: 9px;
}

.tab-style-blue-line li a{

    padding: 20px;

    border: 0;

    margin-right: 0;

    border-radius: 0;

    border-top: 3px solid #fff !important;

    color: #666;

    border-right: 0 !important;

    border-left: 1px solid #ddd !important;
}

.tab-style-blue-line li.active a{

    border-top-color: #32a3df !important;

    color: #32a3df;
}

.custom_label_title{
    border: 1px solid #c0f0c0;
    color: #4eaf52;
    padding: 15px 10px;
    border-radius: 3px;
}

.custom_label_title .price{
    font-size: 18px;
    padding-left: 5px;
}

.bacs_account_display{
    border: 1px solid #c0f0c0;
    color: #666666;
    padding: 15px 10px;
    margin-top: 15px;
    border-radius: 3px;
    position: relative;
    height: 80px;
    padding-right: 70px;
}

.bacs_account_display .input{
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    border-left: #c0f0c0 1px solid;
    text-align: center;
}

.bacs_account_display .input input{
    margin: 30px auto;
    display: inline-block;
    float: none;
}

.bacs_account_display .title{
    position: absolute;
    top: 0;
    left: 15px;
    right: 70px;
    height: 100%;
    text-align: center;
    padding: 15px 0;
}
.bacs_account_display .title label{
    float: right;
}
.bacs_account_display .title label.mellat_logo{
    background: url('../images/mellat.png') right center no-repeat;
    display: block;
    height: 48px;
    padding-right: 60px;
    line-height: 24px;
    text-align: right;
    font-size: 13px;
}
.bacs_account_display .title .bacs_account{
    float: left;
    margin-top: 14px;
}
.bacs_account_display .title .bacs_account span{
    display: block;
    text-align: center;
    line-height: 22px;
}

.hour_sign{
    position: relative;
}

.hour_sign:after{
    position: absolute;
    content: ':';
    font-size: 30px;
    line-height: 26px;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    text-align: center;
}

.payment_table{
    border-collapse: collapse;
}

.payment_table{
    width: 100%;
    border: 1px solid #e5e5e5;
}

.payment_table th{
    background: #f3f3f3;
    font-weight: normal;
}

.payment_table td,.payment_table th{
    border: 1px solid #f0f0f0;
    text-align: center;
    padding: 10px 0;
    color: #666;
    font-size: 13px;
}

#steps .tooltip{
    white-space: normal;
}
#steps .tooltip .tooltip-inner{
    min-width: 180px;
}

.order_call_alert{
    margin: 70px auto 70px auto;
    max-width: 440px;
    font-size: 16px;
    text-align: center;
    color: #666666;
}
.order_call_alert .right{
    padding-top: 18px;
}

.order_call_alert a{
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed;
    color: #2395f3;
}
.order_call_alert span{
    display: block;
}
.order_call_alert span.phone{
    direction: ltr;
    letter-spacing: 1px;
    font-size: 20px;
}

.zm_order_payment_status{
    margin: auto;
    width: 100%;
}

#zm_checkout_order_shipping_data,
#zm_checkout_order_summary{
    width: 100%;
    border: 1px solid #f0f0f0;
    border-collapse: collapse;
    color: #777777;
    text-align: center;
    font-size: 12px;
}

#zm_checkout_order_shipping_data th,
#zm_checkout_order_summary th{
    text-align: center;
    padding: 15px;
    border: 1px solid #f0f0f0;
    font-weight: normal;
    font-size: 13px;
    background: #f3f3f3;
}

#zm_checkout_order_shipping_data td:first-child,
#zm_checkout_order_summary td:first-child{
    height: 53px;
}

#zm_checkout_order_shipping_data td,
#zm_checkout_order_summary td{
    border: 1px solid #f0f0f0;
    vertical-align: middle;
    height: 36px;
    padding: 0 10px;
}
#zm_checkout_order_shipping_data td:first-child{
    width: 50px;
}

#product-downloads{
    padding: 30px 30px;
}
#product-downloads .downloadsHeader{
    padding: 8px;
    background: #f3f3f3;
    color: #666;
}
#product-downloads .product_download_item{
    position: relative;
    height: 48px;
    margin: 30px 0;
}
#product-downloads .product_download_item:after{
    position: absolute;
    content: '';
    border-top: 1px dashed #e0e0e0;
    top: 50%;
    left: 0;
    right: 0;
}
#product-downloads .product_download_item a{
    position: absolute;
    left: 0;
    top: 8px;
    background: #ffffff;
    border: 1px dashed #4db051 !important;
    color: #4db051;
    padding: 6px 20px;
    z-index: 1;
    outline-style: solid !important;
    outline-color: #fff !important;
    outline-width: 10px !important;
    outline-offset:  1px !important;
}

#product-downloads .product_download_item .title{
    position: absolute;
    top: 14px;
    background: #fff;
    padding-left: 10px;
    z-index: 1;
    color: #666;
}

#product-downloads h3{
    clear: both;
    font-size: 16px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}

#wishlist_ajax_button{
    position: absolute;
    top: 30px;
    left: 0px;
}
#wishlist_ajax_button button{
    border: none;
    background: none;
    color: #ccc;
    margin: 10px;
}
#wishlist_ajax_button button.active{
    color: #ff5453;
}

.ajax-wishlist-category{
    float: right;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    text-align: center;
    background: #f1f1f1;
    border: 1px solid #e0e0e0;
    line-height: 38px;
}

.ajax-wishlist-category.white{
    background: #fff;
}

.ajax-wishlist-category.active{
    color: #f32222;
    background: #f1f1f1;
}
.product.wishlist-item{
    position: relative;
    height: 100px;
}
.product.wishlist-item button{
    background: none;
    border: 0;
    position: absolute;
    bottom: 5px;
    left: 20px;
    color: #f32222;
}

#my_tickets_wrapper{
    margin-top: 30px;
    clear: both;
}

#my_tickets_wrapper .ticket_list_item{
    height: 40px;
    margin-bottom: 15px;
    background: #fff;
    padding: 0 15px;
    line-height: 37px;
}

#my_tickets_wrapper .ticket_list_item a{
    display:block;
}

#my_tickets_wrapper .ticket_list_item a span.date{
    display: inline-block;
    padding: 0 20px;
    font-size: 12px;
    color: #999;
}

#my_tickets_wrapper .ticket_list_item a span.status {
    display: inline-block;
    padding: 0 20px;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    margin-top: 6px;
    width: 60px;
    text-align: center;
}

#my_tickets_wrapper .panel-heading .date{
    display: inline-block;
    padding: 0 20px;
    font-size: 12px;
    color: #999;
}

.ticket_comment_item{
    margin: 10px 0;
    background: #ffffff;
    border: 1px solid #f3f3f3;
    border-radius: 0;
    padding: 15px;
}

.ticket_comment_item.mine{
    margin-left: 50px;
}

.ticket_comment_item .header{
    font-size: 11px;
    color: #aaaaaa;
}

.ticket_comment_item p{
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.ticket_comment_item.admin{
    margin-right: 50px;
    background: #f6fbff;
    border: 1px solid #e1e9ef;
}

.ticket-respond{
    margin: 30px 0 10px 0;
}

.ticket_list_item{
    border: 1px solid #f3f3f3;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 15px;
}

.ticket_list_item .date{
    font-size: 12px;
    color: #AAA;
}

.ticket-respond textarea{
    margin-bottom: 15px;
    margin-top: 10px;
}


.home_page .widget_media_image{
    position: relative;
}
.home_page .widget_media_image > a{
    display: block;
    width: 100%;
    z-index: 0;
    position: relative;
}
.home_page .widget_media_image > a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: 500ms ease;
}
.home_page .widget_media_image:hover > a:after{
    opacity: 1;
}
.home_page .widget_media_image > a img{
    display: block;
}
.home_page .widget_media_image > h3{
    position: absolute;
    width: 110px;
    height: 40px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -55px;
    color: #fff;
    z-index: 1;
    font-size: 12px;
    line-height: 35px;
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.08);
    opacity: 0;
    transition: 300ms ease;
    transform: translateY(30px);
}
.home_page .widget_media_image:hover > h3{
    opacity: 0.7;
    transform: translateY(0);
}
.home_page .widget_media_image:hover > h3:hover{
    opacity: 1;
    cursor: pointer;
}
.home_page .widget_media_image > h3 a{
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}
.home_page{
    margin-bottom: 30px;
}

.home_page .frs-bullets{
    bottom: 35px !important;
}

.frs-slideshow-container .frs-wrapper.frs-skin-minimalist ul.frs-bullets li.frs-slideshow-nav-bullets {
    background-color: #fff !important;
}

.frs-slideshow-container .frs-wrapper.frs-skin-minimalist ul.frs-bullets li.frs-bullets-active {
    background-color: #895c0b !important;
}

.order_thank_you_text{
    line-height: 28px;
    text-align: center;
    padding: 20px 30px;
    font-size: 13px;
    color: #666;
}

.online_payment_after_order{
    height: 45px;
    line-height: 45px;
}

.online_payment_after_order input{
    margin-top: 29px;
    margin-left: 15px;
}

.online_payment_after_order .btn{
    margin-top: 21px;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
}
.online_payment_after_order label{
    padding-right: 82px;
    height: 75px;
    background: url(../images/mellat.png) no-repeat right 20px top 50%;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    border-right: 1px solid #f0f0f0;
}



#zm_waiting_list_button{
    font-size: 0;
    background: url(../images/alertbtn.png) transparent;
    border: 0;
    width: 16px;
    height: 16px;
    opacity: 0.22;
    display: block;
    margin: 10px auto;
    position: absolute;
    top: 62px;
    left: 15px;
}
#zm_waiting_list_button:hover{
    opacity: 0.35;
}
#zm_waiting_list_button.active{
    opacity: 1;
    background-position: bottom;
}

#zm_product_share .modal-body a{
    display: inline-block;
    margin: 10px;
}

#zm_product_share_button{
    background: transparent url(../images/social/share.png);
    width: 16px;
    height: 16px;
    border: 0;
    font-size: 0;
    opacity: 0.22;
    display: block;
    margin: 10px auto;
    position: absolute;
    top: 0;
    left: 15px;
}
#zm_product_share_button:hover{
    opacity: 0.35;
}

.waiting_list_request_item{
    background: #ffffff;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding: 15px;
}

.waiting_list_request_item button{
    float: left;
}

.waiting_list_request_item a{
    color: #996a00;
}

.waiting_list_request_item span{
    color: #999999;
}

.widget .price_slider_wrapper{
    min-height: 65px;
    padding-top: 0;
}
.widget .price_slider_wrapper .price_slider_amount{
    padding: 15px;
    position: relative;
    padding-left: 70px;
}
.widget .price_slider_wrapper .price_slider_amount input{
    margin-bottom: 2px;
    margin-top: 2px;
    border: 1px #e8e8e8 solid;
    width: 100% !important;
    color: #999;
    font-size: 13px;
    height: 24px;
    padding: 0 5px;
}

.widget .price_slider_wrapper .price_slider_amount input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}

.widget .price_slider_wrapper .price_slider_amount input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

.widget .price_slider_wrapper .price_slider_amount input::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
}

.widget .price_slider_wrapper .price_slider_amount button{
    position: absolute;
    top: 17px;
    left: 15px;
    height: 52px;
    background-color: #f7f7f7;
    border: 1px #e8e8e8 solid;
    font-size: 13px;
    width: 51px;
    color: #999;
    cursor: pointer;
}

.widget .price_slider_wrapper .price_slider_amount button:hover{
    background-color: #efefef;
    color: #777;
}

.widget .price_slider_wrapper .ui-slider-horizontal{
    border: 0;
    height: 5px;
    margin: 0 10px 20px 10px;
}

.widget .price_slider_wrapper .ui-widget-header{
    height: 5px;
    background: #d0d0d0;
    border: 0;
}

.widget .price_slider_wrapper .ui-slider .ui-slider-handle{
    border-radius: 100% !important;
    height: 18px;
    width: 18px;
    border: 5px solid #ffffff;
    background: #000;
    box-shadow: #00000059 0 0 5px;
    cursor: pointer;
}
.widget .price_slider_wrapper .ui-slider .ui-slider-handle:hover{
    border-color: #f2f2f2;
}

.widget .price_slider_wrapper .price_label{
    font-size: 12px;
    white-space: nowrap;
    display: block;
    text-align: center;
}

.widget .price_slider_wrapper button{
}

.modal-backdrop{
    z-index: 100;
}
.modal{
    z-index: 101;
}

#wo_product_video_modal .modal-dialog{
    width: auto;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    max-height: 768px;
}

#wo_product_video_modal .modal-dialog .modal-content{
    max-height: 768px;
}

#wo_product_images_wrapper{
    position: relative;
}
#wo_product_images_wrapper:after{
    content: '';
    display: block;
    width: 100%;
    float: none;
    clear: both;
}

#wo_product_actions{
    height: 200px;
}

#av_image360_button{
    display: block;
    font-size: 0;
    background: transparent url(../images/360degN.png) no-repeat center;
    background-size: 50px;
    width: 64px;
    height: 64px;
    border: 1px solid #f0f0f0;
    margin: 0 auto 10px auto;
}
#av_image360_button:hover{
    border: 1px solid #e0e0e0;
}
#singleProductVideoButton{
    display: block;
    font-size: 0;
    background: transparent url(../images/video-icon.png) no-repeat center;
    border: 0;
    width: 64px;
    height: 64px;
    background-size: contain;
    border: 1px solid #f0f0f0;
    margin: 0 auto 10px auto;
}
#productImagesThumbs{
    display: block;
}
#productImagesThumbs >span{
    width: 64px;
    height: 64px;
    border: 1px solid #f0f0f0;
    display: flex;
    margin: 0 auto 10px auto;
    cursor: pointer;
}
#productImagesThumbs >span.video{
    background: url('../images/video-icon.png') no-repeat center;
}
#productImagesThumbs >span:hover{
    border: 1px solid #e0e0e0;
}
#productImagesThumbs >span img{
    margin: auto;
}


#wo_product_video_button{
    display: block;
    font-size: 0;
    background: url(../images/videobutton.png);
    width: 61px;
    height: 59px;
    background-size: contain;
    margin: 10px auto;
}

#wo_product_actions #wishlist_ajax_button{
    text-align: center;
    margin: 10px 0;
}

#wo_product_images_box{
    float: right;
    width: 465px;
    margin-right: 15px;
}

.single-product-page > .row:first-child > span.onsale{
    display: none;
}

#my_orders_wrapper .panel-heading{
    background: #fff;
    padding: 5px;
    border-radius: 0;
}

#my_orders_wrapper .panel-heading a{
    display: block;
    padding: 10px;
    font-size: 14px;
}

#my_orders_wrapper .panel-heading a span.date{
    display: inline-block;
    color: #999;
    font-size: 13px;
    padding-left: 20px;
}

#my_orders_wrapper .panel-heading a span.status{
    float: left;
    font-size: 12px;
    background: #000000;
    color: #ffffff;
    padding: 4px 10px;
    margin-top: -3px;
    width: 140px;
    text-align: center;
}

#my_orders_wrapper .panel-heading a span.status.wc-pending{
    background: #ffb100;
    color: #000;
}
#my_orders_wrapper .panel-heading a span.status.wc-processing{
    color: #000;
    background: #00b8ff;
}
#my_orders_wrapper .panel-heading a span.status.wc-posted{
    background: #7b4b4b;
    color: #fff;
}
#my_orders_wrapper .panel-heading a span.status.wc-completed{
    background: #23bb10;
}
#my_orders_wrapper .panel-heading a span.status.wc-cancelled{
    background: #ca2121;
}

#my_orders_wrapper .order_payment_alert{
    clear: both;
    margin-bottom: 40px;
    color: #a94442;
    padding: 20px;
    text-align: center;
    background: #fdf1f3;
}

#my_orders_wrapper .panel{
    margin: 0 0 15px 0;
    border-radius: 0;
}

#my_orders_wrapper .panel:last-child{
    margin: 0 !important;
}

#my_orders_wrapper .panel-group{
    margin: 0;
}



.page_general_content{
    font-size: 13px;
    text-align: justify;
    padding: 0 35px 50px 30px;
    line-height: 26px;
}

.page_general_content h1,
.page_general_content h2,
.page_general_content h3,
.page_general_content h4,
.page_general_content h5,
.page_general_content h6{
    font-family: iranyekan,Verdana,Tahoma,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.page_general_content h2{
    font-size: 22px;
    margin-bottom: 15px;
}
.page_general_content h3{
    font-size: 18px;
    margin-bottom: 15px;
}

.page_general_content h1.page-title{
    margin-bottom: 50px;
}

.home_page{
    margin-right: 5px;
    margin-left: 5px;
}

.home_page .widget_media_image{
    margin: 0 -5px 20px -5px !important;
}

.home_page .panel-grid.panel-no-style{
    margin-bottom: 0 !important;
}


ul.woocommerce-error{
    clear: both;
    margin-bottom: 30px;
    text-align: center;
}

ul.woocommerce-error li{
    margin-bottom: 10px;
    display: block;
    background: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 5px;
    padding: 15px;
    color: #a94442;
}
ul.woocommerce-error li p{margin: 0;}

.woocommerce-message{
    margin-bottom: 30px;
    display: block;
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 5px;
    padding: 15px;
    color: #517651;
    text-align: center;
}
.woocommerce-message p{margin: 0;text-align: center;}

.forgot .image-title{
    background-color: transparent !important;
    margin-top: 50px;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #eee;
}

.forgot_register_message{
    background-color: transparent !important;
    margin-top: 50px;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.woocommerce-Tabs-panel--description{
    padding: 30px !important;
}

.owl-thumbs .owl-item a{
    display: block;
}

#wo_product_images_box .owl-item img{
    display: block;
    width: auto;
    height :auto;
    margin: auto;
}

#wo_product_images_box .owl-item a{
    display: block;
}

.woocommerce-cart .woocommerce-message{
    display: none;
}

#wo_custom_empty_card_message{
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 25px 0 20px 0;
    color: red;
}

#wo_custom_empty_card_message p{
    display: inline-block;
}

#wo_custom_empty_card_message a{
    display :block;
    border: 1px solid #ccc;
    color :#40c05f;
    margin-top: 20px;
    padding: 10px 0 12px 0;
}

.woocommerce-cart .cart-empty {
    display: none !important;
}
.woocommerce-checkout .woocommerce-error{
    display: none !important;
}

#afetr_shop_loop{
    margin-bottom: 0;
    background: #ffffff;
    padding: 10px 10px 0 10px;
    border-top: 1px solid #f6f6f6;
}

form#posts_per_page{
    font-size: 12px;
    line-height: 32px;
    color: #666;
}

form#posts_per_page select{
    height: 30px;
    color: #666;
    background: transparent;
    border-color: #d5d5d5;
    font-size: 12px;
}

#products-archive .total-count{
    color: #777;
    font-size: 11px;
    line-height: 35px;
}


#product_short_description{
    margin: 35px 0 0 0;
}
#product_short_description h1{
    margin: 0;
    font-size: 14px;
}

.related_products .title span{
    font-size: 14px !important;
    color: #777777;
}

.moreCartItems{
    font-size: 17px;
    color: #777777;
}


table.shop_attributes{
    width: 94%;
    margin: 0 3% 30px 3%;
    border: 1px dashed #ddd;
}

table.shop_attributes th{
    border: 1px dashed #ccc;
    border-right-color: transparent;
    border-left-color: transparent;
    color: #666;
    font-size: 13px;
    padding: 8px;
}

table.shop_attributes td{
    font-size: 12px;
    border-bottom: 1px dashed #ccc;
    border-left: 1px solid transparent;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.shop_attributes tr:last-child th,
table.shop_attributes tr:last-child td{
    border-bottom: 1px solid transparent;
}

table.shop_attributes .zm_attribute_group_head{
    padding: 15px 0 0 0;
    border: 0;
    background: transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

th.zm_attribute_group_head {}
.woocommerce-Tabs-panel--attributes{
    padding: 0 !important;
}

.woocommerce-Tabs-panel--description,
.woocommerce-Tabs-panel--brand,
.woocommerce-Tabs-panel--downloads{
    background: #ffffff !important;
    border: 10px solid #fafafa !important;
    text-align: justify;
}

.woocommerce-Tabs-panel--brand{
    font-size: 13px;
    text-align: justify;
}
.woocommerce-Tabs-panel--brand .wp-caption{
    text-align: center;
    margin: 30px auto;
}
.woocommerce-Tabs-panel--brand p>img{
    margin: 15px auto;
    max-width: 600px;
    height: auto;
    display: block;
}

#product-brand-descriptrion{
    text-align: justify;
    padding: 30px;
}

.frs-caption,
.frs-caption-inner,
.frs-caption-content{
    padding: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    background: transparent !important;
    font-size: 0 !important;
}
.frs-caption-content{
    position: static;
    width: 0 !important;
    height: 0 !important;
}
.frs-caption-content h4,
.frs-caption-content>p{
    display: none !important;
}
.frs-caption-content>div,
.frs-caption-content>div>p,
.frs-caption-content>div>p>a{
    font-size: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}


#login-modal .inputWrapper{
    position: relative;
    min-height: 50px;
    clear: both;
}
#login-modal .inputWrapper .alert{
    top: 0;
    padding: 0;
    background: none;
    border: 0;
    color: red;
    margin-top: 5px;
    margin-bottom: 20px;
}

#login-modal .rememberBox{
    margin-top: 10px;
}


#failedLoginReason{
    border: 0;
    background: transparent;
    padding: 0;
    color: red;
    position: absolute;
    top: 167px;
    left: 28px;
}


.modal .spinner {
    margin-left: -20px;
}

#login-modal .modal-footer{
    text-align: right;
    margin: 0 -15px -15px -15px;
    border-top: 1px dashed #f3f3f3;
    margin-top: 0;
    padding-top: 15px;
}

#login-modal .btn-register{
    background: #fff;
    border: 2px dashed #4db051;
    color: #4db051;
    height: 42px;
}

#login-modal .modal-title{
    padding-right: 20px;
}

.frs-slideshow-container{
    direction: ltr;
}

.frs-slideshow-container .frs-skin-minimalist .frs-bullets-wrapper ul.frs-bullets {
    z-index: 10 !important;
}

body.woocommerce-cart .page-title{
    display: none;
}

#cart-shipping-price-alert{
    font-size: 12px;
    padding-right: 72px;
    color: #999;
    padding-top: 1px;
    text-align: justify;
    padding-left: 28px;
}

.btn.checkout-btn-right,
.btn.checkout-btn-left{
    width: 210px;
}

.woocommerce-checkout .page-title{
    line-height: 38px;
    font-size: 16px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #949698;
    border-radius: 4px;
    opacity: 1;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #949698;
}
#invoice-send-check{
    font-size: 13px;
    color: #666;
}

.zm_checkout_agreement p{
    width: 360px;
    margin-top: -2px;
}

.zm_order_payment_status .alert.alert-warning{
    border: 1px dashed #e0e0e0;
    background: #fff;
    color: #666 !important;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
}

#card_transfer label,
#account_transfer label{
    font-size: 13px;
    color: #666;
    line-height: 33px;
}


#address_add_modal .form-control:focus,
#address_edit_modal .form-control:focus{
    border-color: #ccc;
}


.zm_order_payment_status .online_payment_after_order{
    border: 1px solid #f0f0f0;
    height: auto;
    border-radius: 0px;
}

.basc_payment_status_text{
    border: 1px solid #f0f0f0;
    padding: 15px;
    text-align: center;
    color: #4cb050;
    font-size: 13px;
}

.bacs-payment-page h4.page-title{
    font-size: 14px !important;
    margin: 0 0 0 0;
}

#bacs-payment-tabs-wrapper{
    margin: 15px 10px !important;
}
#bacs-payment-tabs-wrapper a{
    border-radius: 0 !important;
    background: #fff;
    border: 1px solid #dddddd;
    color: #999;
}
#bacs-payment-tabs-wrapper .active a{
    border-bottom-color: #fff;
    color: #666;
}

div#footer_enamad {
    width: 840px;
    height: 200px;
    padding-top: 30px;
    margin: auto;
    text-align: center;
}
#footer_enamad>.item{
    display: inline-block;
    width: 128px;
    height: 164px;
    border: 1px solid #e6e6e6;
    margin: 0 15px;
    vertical-align: top;
    cursor: pointer;
}

#footer_enamad>.item>img{
    display: inline-block;
    margin-top: 17px;
}

div#footer_enamad span{
    display: block;
    width: 100%;
    height: 100%;
    float: right;
}

div#footer_enamad span.enamad{
    background: url('../images/spriteV2.png') left -236px top -785px;
    height: 160px;
}
div#footer_enamad span.samandehi{
    background: url('../images/spriteV2.png') left -98px top -784px;
    height: 160px;
}
div#footer_enamad span.wtu{
    background: url(../images/spriteV2.png) left -388px top -532px;
    background-size: 840px;
}
div#footer_enamad span.anjoman{
    background: url(../images/spriteV2.png) left -403px top -782px;
}


#bacs_payment_action{
    font-size: 13px;
    color: #666;
    padding: 13px 20px;
    border: 1px solid #f0f0f0;
    margin-bottom: 21px;
    line-height: 34px;
    height: 62px;
}
#bacs_payment_action span{
    color: #4cb050;
}

#bacs_payment_action a{
    float: left;
}
#bacs_payment_action:after{
    content: '';
    display: block;
    width: 100%;
    float: none;
    clear: both;
}


#request_re_issue{
    margin-top: 20px;
    border: 1px dashed #ddd;
    padding: 10px 20px;
    height: 56px;
    line-height: 32px;
    color: #888888;
}
#request_re_issue input{
    float :left;
}

#request_expire_time{
    margin-top: 20px;
    border: 1px dashed #ddd;
    padding: 10px 20px;
    height: 56px;
    line-height: 32px;
    color: #888888;
    text-align: center;
}
#request_expire_time span{
    color: #4cb050;
}

#productSingleImage{
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 460px;
    border: 1px solid #f0f0f0;
    position: relative;
}
#productSingleImage> img{
    display: block;
    margin: auto;
}

#singleProductGalleryModal .modal-dialog{
    display: flex;
    position: absolute;
    top: 50px;
    right: 100px;
    bottom: 50px;
    left: 100px;
    margin: 0;
    width: auto;
}
#singleProductGalleryModal .modal-dialog .modal-content{
    background: #ffffff;
    padding: 0 !important;
    display: flex;
    width: 100%;
    height: 100%;
    box-shadow: none;
    overflow: hidden;
    border: 0;
}

#singleProductGalleryModal .modal-dialog .modal-content .modal-body{
    padding: 0 !important;
    width: 100%;
    height: 100%;
}
#productGalleryWrapper{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
}
#productGalleryWrapper .content{
    position: absolute;
    top: 0;
    left: 0;
    right: 96px;
    bottom: 0;
}
#productGalleryWrapper .content .tab{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: 100ms ease;
}
#productGalleryWrapper .content .tab > img{
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
#productGalleryWrapper .content .tab > div{
    height: 100%;
    width: 64%;
    position: relative;
    margin: auto;
    display: flex;
}

.h_iframe-aparat_embed_frame{

    width: 100%;

    margin: auto;
}

#productGalleryWrapper .thumbs{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 96px;
    display: flex;
    border-left: 1px solid #f0f0f0;
}

#productGalleryWrapper .thumbs .inside{
    display: block;
    margin: auto;
    width: 100%;
}

#productGalleryWrapper .thumbs .inside span{
    display: flex;
    margin: 5px 10px;
    height: 76px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    transition: 300ms ease;
}
#productGalleryWrapper .thumbs .inside span.video{
    background: url('../images/video-icon.png') no-repeat center;
}
#productGalleryWrapper .thumbs .inside span:hover{
    border: 1px solid #e0e0e0;
}
#productGalleryWrapper .thumbs .inside span.active{
    border: 1px solid #aaaaaa;
}
#productGalleryWrapper .thumbs .inside span> img{
    display: block;
    margin: auto;
}

#ProductImagesRight{
    float: right;
    width: 64px;
}
#singleProductRight{
    float: right;
    width: 544px;
}
#singleProductLeft{
    float: right;
    width: 696px;
}
#singleProduct:after{
    content: '';
    display: block;
    float: none;
    width: 100%;
    clear: both;
}

#homeBanners{
    padding: 5px;
    margin-right: -10px;
    margin-left: -10px;
}
#homeBanners .block{
    padding: 0 !important;
}
#homeBanners .block a{
    display: block;
}
#homeBanners .block a img{
    width: 100%;
    height: auto;
}
#homeBanners .block .inside{
    padding: 5px;
}

#productArchiveWrapper{
    position: relative;
    padding: 20px 20px 20px 20px;
    background: #f6f6f6;
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
}
#productArchiveWrapper #filtersCol{
    position: relative;
    z-index: 1;
    min-width: 300px;
    background: #ffffff;
    float: right;
    margin-left: 10px;
}

@media only screen and (min-width: 1680px){
    #products-archive .products .product{
        float: right;
        width: 16.66666666%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1679px) {
    #products-archive .products .product{
        float: right;
        width: 25%;
    }
}
@media only screen and (max-width: 1199px) {
    #products-archive .products .product{
        float: right;
        width: 33.33333333%;
    }
}

#archiveCol{
    padding: 0;
    float: left;
    width: 100%;
    margin-right: 10px;
}

#archiveCol .product{
    padding: 10px 10px 20px 10px;
}

#archiveCol .product .inside{
    margin: auto;
    max-width: 300px;
    position: relative;
}
#archiveCol .product .inside>a{
    display: block;
}
#archiveCol .product .inside>a img{
    display: block;
    max-width: 100%;
    height: auto;
}
#archiveCol #breadcrumbs{
    background: #ffffff;
    padding-bottom: 0;
    margin-bottom: 0;
}

#productsLoop{
    padding: 20px;
    background: #fff;
    margin-bottom: 0;
}

#productArchiveResultsCount{
    float: right;
}
#before_product_archive .grid-list-switch{
    float: left;
    height: 28px;
}
#productOrderForm{
    float: left;
    margin-left: 20px;
    width: 250px;
}
#productStatusFilterForm{
    float: left;
    margin-left: 20px;
    width: 250px;
}

.products .product h2{
    height: 42px;
    float: left;
    width: 50%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #eee;
    margin: 20px 0 0 0;
    box-sizing: border-box;
}
.products .product .price{
    height: 42px;
    width: 50%;
    float: left;
    margin: 20px 0 0 0;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    clear: none;
    padding-top: 6px;
}

.products .product .product_stock{
    display: block;
    float: right;
    width: 50%;
    height: 42px;
    clear: none;
    margin-top: 20px;
    background: transparent;
    border-top: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 0;
}

.products .product .product_stock span{
    display: block;
    border: 1px dashed;
    color: #000;
    line-height: 24px;
    height: 26px;
}

.products .product .product_stock.instock{
    display: none;
}

.products .product .product_stock.outofstock span{color: #f00;}
.products .product .product_stock.call span{color: #4087c0;}
.products .product .product_stock.soon span{color: #8a6d3b;}
.products .product .product_stock.out span{color: #AAAAAA;}

.zm_woo_compare_button{
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background: url(../images/archiveProductsAction.png) 0 -126px;
    background-size: 42px;
    border: 0;
    height: 42px;
    width: 42px;
    font-size: 0;
    filter: grayscale(100%);
}
.zm_woo_compare_button label{
    opacity: 0;
}

li.product:hover .zm_woo_compare_button{
    opacity: 1;
}

.product .zm_woo_compare_button.active{
    filter: grayscale(0%);
}
.tooltip.top .tooltip-arrow{
    border-top-color: #949698;
}

#footerMenu{
    text-align: center;
    width: 800px;
    clear: both;
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 20px;
}

#footerContact{
    height: 70px;
    background: #eee;
}

#footerContact #contactText{
    width: 750px;
    font-size: 13px;
    line-height: 70px;
    float: right;
}
#footerContact #contactText a{
    color: #666;
}
#footerContact #contactText a span{
    direction: ltr !important;
    text-align: left;
    display: inline-block;
}
#footerContact .inside{
    width: 950px;
    margin: auto;
    height: 80px;
}
#footerContact .social{
    width: 200px;
    font-size: 13px;
    line-height: 69px;
    float: left;
    text-align: left;
}

#footerContact .social a{
    display: inline-block;
    margin-right: 10px;
    filter: grayscale(100%);
}

#singleProduct>span.onsale{
    display: none;
}

body.single-product #main>.container{
    width: 1270px !important;
}

#singleProductDetailsBox{
    height: 460px;
}

#singleProductDetailsBox form.cart{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
}

#singleProductDetailsBox form.cart select{
    position: absolute;
    top: 20px;
    width: 25%;
    height: 43px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    text-align: center;
    padding-right: 10px;
}

#singleProductDetailsBox .final_price{
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 0;
}

#singleProductDetailsBox .price_discount{
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 75px;
}

.productAdminEditLink,
.productAdminQuickEditLink{
    position: absolute;
    display: none !important;
    bottom: -18px;
}

.productAdminEditLink{
    right: 15px;
}
.productAdminQuickEditLink{
    left: 15px;
}

.product:hover > .inside > .productAdminEditLink,
.product:hover > .productAdminEditLink,
.product:hover > .inside > .productAdminQuickEditLink,
.product:hover > .productAdminQuickEditLink{
    display: block !important;
}

#singleProductGalleryModal .modal-header{
    position: absolute;
    top: 0;
    right: 97px;
    background: none;
    width: 0;
    height: 0;
    border: 0;
}
#singleProductGalleryModal .modal-header button{
    position: absolute;
    top: 15px;
    right: 15px;
}

#footerAbout{
    font-size: 12px;
    overflow: hidden;
    height: 160px;
    color: #999;
    border-top: 1px solid #e6e6e6;
}
#footerAbout h1{
    font-size: 16px;
    color: #666;
    margin: 30px 0 20px 0;
}
#footerAbout h2{
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
}

#footerAbout .inside{
    width: 800px;
    margin: auto;
    text-align: center;
}

#footerAbout .inside p{
    text-align: justify;
    margin: 5px 0;
}

#footerAbout a{
    color: #666;
}

#footerAbout a.readmore{
    display: inline-block;
    margin-bottom: 15px;
}

#archiveContent{
    padding: 0 20px 20px 20px;
    margin-left: 15px;
    margin-right: 15px;
    background: #f6f6f6;
}

#archiveContent .inside{
    padding: 20px;
    background: #fff;
    color: #777;
    text-align: justify;
    font-size: 13px;
    line-height: 22px;
}

#archiveContent .inside h1{
    font-size: 18px;
    margin: 7px 0 15px 0;
}

#archiveContent .inside h2{
    font-size: 16px;
    margin: 25px 0 15px 0;
}

#archiveContent .inside h3{
    font-size: 14px;
    margin: 25px 0 15px 0;
}

#archiveContent .inside a{
    color: #444;
}

.richArticle{
    padding-right: 30px;
    border-right: #f0f0f0 1px solid;
    margin-right: 10px;
}

.richArticle .title{
    display: block;
    position: relative;
}

.richArticle .title a{
    display: inline-block;
    height: 36px;line-height: 24px;
    font-size: 16px;
    color: #666;
}

.richArticle .title a:after{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f068";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #d0d0d0;
    border-radius: 100%;
    right: -42px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    top: 0;
}
.richArticle .title a.collapsed:after{
    content: "\f067";
}

.richArticle  .text .inside{
    padding: 15px 0 30px 0;
    color: #666;
    font-size: 13px;
    line-height: 26px;
}

#googleLoginButton{
    display: block;
    width: auto;
    clear: both;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 3px;
    height: 42px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: #666666 1px solid;
    position: relative;
    background: url(../images/googleNewLogo.png) no-repeat top 5px right 5px;
    background-size: 30px;
    color: #666;
}
#googleLoginButton:hover{
    border-color: #000000;
    color: #000000;
}

.registerSubmitButtonArea{
    overflow: hidden;
}

.registerSubmitButtonArea button{
    float: left;
    width: 49%;
}

.registerSubmitButtonArea #googleLoginButton{
    width: 49%;
    float: right;
    margin: 0;
    clear: none;
    height: 36px;
    border-radius: 0;
    background-size: 26px;
    background-position: right 10px top 5px;
    padding-right: 40px;
    line-height: 36px;
    font-size: 14px;
}
.registerSubmitButtonArea #googleLoginButton:after{
    right: 44px;
    width: 1px;
}

.richArticle table{
    width: auto;
    margin: auto;
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
    border-spacing: 0;
}

.richArticle table td,
.richArticle table th{
    border: 1px solid #e0e0e0;
    padding: 5px;
}

.richArticle ul{
    padding: 0;
}

.richArticle li{
    color: #888888 !important;
    font-size: 13px !important;
    display: block !important;
    float: none !important;
    list-style-type: disc;
}

#orderNotesFront .note{
    margin-bottom: 15px;
    background: #ecf3f7;
    padding: 15px;
    font-size: 13px;
}

#orderNotesFront .note p{
    margin: 0;
    font-size: 13px;
    color: #666;
}

#orderNotesFront .note .date{
    margin-bottom: 10px;
    color: #999;
}

#page404{
    padding: 15px 0;
    position: relative;
}

#page404 img{
    max-width: 100%;
    display: block;
}

#page404 .links{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 300px;
}

#page404 .links button,
#page404 .links a{
    vertical-align: top;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background: #ffffff url(../images/404icons.png);
    background-size: 32px;
    border-radius: 40px;
    margin: 5px;
    transition: 200ms;
    opacity: 0.9;
}

#page404 .links button.search{
    background-position: 3px -29px;
}
#page404 .links button.back{
    background-position: 4px -58px;
}
#page404 .links a.home{
    background-position: 3px 2px;
}

#page404 .links button:hover,
#page404 .links a:hover{
    border-color: #bbb;
    opacity: 1;
}

#editProfileForm label{
    padding-top: 6px;
    margin: 0;
}

#homeWrapper:before{
    display: table;
    content: '';
}


.archiveAddToCart{
    clear: both;
    position: relative;
    height: 38px;
    max-width: 300px;
    margin: auto;
}

#productQuickView .archiveAddToCart button.quick-view{
    display: none !important;
}

.archiveAddToCart button.quick-view{
    position: absolute;
    bottom: 5px;
    display: none;
    width: 100%;
    border-radius: 5px;
    border: 0;
}

.archiveAddToCart .button{
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    height: 32px;
    width: 70%;
}

.archiveAddToCart .button button{
    height: 100%;
    width: 100%;
    border-radius: 4px 0 0 4px;
    border: 1px solid #40c05f;
    background: #40c05f;
    color: #fff;
    font-size: 12px;
}

.archiveAddToCart .button button.gray{
    background: #f0f0f0;
    color: #40c05f;
}

.archiveAddToCart .count{
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 0;
    height: 32px;
    width: 30%;
}

.archiveAddToCart .count select{
    height: 100%;
    width: 100%;
    border-radius: 0 4px 4px 0;
    border-left: 0;
}

.select2-container,
.select2-container *{
    direction: rtl;
}

.select2-container .select2-choice {
    display: block!important;
    height: 36px!important;
    white-space: nowrap!important;
    line-height: 26px!important;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}


.captchaWrapper{
    display: flex;
}

.captchaWrapper img{
    width: auto;
    height: 34px;
    display: block;
}

.page-content img{
    display: block;
    max-width: 100%;
    height: auto;
}

.special-offer-count-down{
    display: none;
}

#omaxSpecialOffersWrapper{
    background-color: #ffffff;
}

#omaxSpecialOffersWrapper .product{
    padding: 10px 10px 20px 10px;
}

#omaxSpecialOffersWrapper .special-offer-count-down{
    display: block;
    margin: 10px 0 30px 0;
    border: #cccccc 1px solid;
    border-radius: 3px;
    position: relative;
    direction: ltr;
    padding: 10px 0;
}

#omaxSpecialOffersWrapper .special-offer-count-down > div{
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    direction: ltr;
}

#omaxSpecialOffersWrapper .special-offer-count-down > div .num{
    display: block;
    height: 30px;
    width: 30px;
    line-height: 32px;
    color: #fff;
    color: #ee2224;
    border-radius: 100%;
    font-size: 20px;
}

#omaxSpecialOffersWrapper .special-offer-count-down > div .label{
    display: block;
    color: #666;
    padding: 0;
}