@font-face{
    font-family:IRANSans;
    font-style:normal;
    font-weight:bold;
    src:url('../fonts/IranSans/IRANSansWeb_Bold.eot');
    src:url('../fonts/IranSans/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype')
    ,url('../fonts/IranSans/IRANSansWeb_Bold.woff2') format('woff2')
    ,url('../fonts/IranSans/IRANSansWeb_Bold.woff') format('woff')
    ,url('../fonts/IranSans/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face{
    font-family:IRANSans;
    font-style:normal;
    font-weight:500;
    src:url('../fonts/IranSans/IRANSansWeb_Medium.eot');
    src:url('../fonts/IranSans/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype')
    ,url('../fonts/IranSans/IRANSansWeb_Medium.woff2') format('woff2')
    ,url('../fonts/IranSans/IRANSansWeb_Medium.woff') format('woff')
    ,url('../fonts/IranSans/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face{font-family:IRANSans;
    font-style:normal;
    font-weight:300;
    src:url('../fonts/IranSans/IRANSansWeb_Light.eot');
    src:url('../fonts/IranSans/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype')
    ,url('../fonts/IranSans/IRANSansWeb_Light.woff2') format('woff2')
    ,url('../fonts/IranSans/IRANSansWeb_Light.woff') format('woff')
    ,url('../fonts/IranSans/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face{
    font-family:IRANSans;
    font-style:normal;
    font-weight:200;
    src:url('../fonts/IranSans/IRANSansWeb_UltraLight.eot');
    src:url('../fonts/IranSans/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype')
    ,url('../fonts/IranSans/IRANSansWeb_UltraLight.woff2') format('woff2')
    ,url('../fonts/IranSans/IRANSansWeb_UltraLight.woff') format('woff')
    ,url('../fonts/IranSans/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face{font-family:IRANSans;
    font-style:normal;
    font-weight:normal;
    src:url('../fonts/IranSans/IRANSansWeb.eot');
    src:url('../fonts/IranSans/IRANSansWeb.eot?#iefix') format('embedded-opentype')
    ,url('../fonts/IranSans/IRANSansWeb.woff2') format('woff2')
    ,url('../fonts/IranSans/IRANSansWeb.woff') format('woff')
    ,url('../fonts/IranSans/IRANSansWeb.ttf') format('truetype');
}


body{
    background-color: #f5f5f5;
    font-family: 'IRANSans';
    direction: rtl;
    color: #4d4d4d;
    font-size:13px;
    padding-bottom:50px;
}
.bodyFont{
    font-family: 'IRANSans' !important;
}
.bodyFont span{
    font-family: 'IRANSans' !important;
    font-size: 12px !important;
}
a{
    color: #1ca2bd;
    transition: all 0.2s ease;
}
a:hover{
    text-decoration: none ;
    color: #DE0707;
    transition: all 0.2s ease;
}
.relative{
    position: relative;
}
.special-sale {
    background: #fb5151;
    color: #fff;
    width: 125px;
    font-weight: 300;
    display: inline-block;
    height: 28px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(-45deg);
    left: -30px;
    top: 20px;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 12px -5px rgba(212, 0, 0, 0.46);
}
.header-top{
    transition: all 0.1s ease;
    padding:15px;
    background: #FFF;
    margin: 0;
    position: relative;
}
.header-top ul.site_title{
    position: relative;
    width: 100%;

}
.header-top ul.site_title li{
    position: absolute;
    top: 0px;
    right: 43%;
    width: 50%;
}
.header-top ul.site_title .site_title{
    margin: 0;
    font-size: 13px;
    position: absolute;
    top: -5px;
    text-align: center;
    color: #7e8790;
}
.navbar{
    margin:0;
}
.navbar-default {
    background-color: transparent;
    border: 0;
}
.slide_image{
    width: 100%;
}
.menu{
    background-color: #fff;
    border: none;
    border-color: #e7e7e7;
    margin: 0;
}
.menu_fixed{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}
.menu .container{
    padding: 0;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: -2px;
}

.navbar-header{
    float:left;
}
.hamburger{
    position: absolute;
    margin-top: 4px;
    z-index: 1001;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none;
    transition: all 0.5s ease;
}
.humburger_in_search{
    z-index: 0 !important;
}
.hamburger.is-open{
    position: fixed;
    top: 0;
    transition: all 0.5s ease;
}
.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
    background-color: #696d6f;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 32px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 1px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-middle {
    display: none;
}
.hamburger:hover, .hamburger:focus, .hamburger:active {
    outline: none;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    background-color: #f9f9f9;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle {
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s
}
#wrapper.toggled #sidebar-wrapper {
    width: 260px;
}
#sidebar-wrapper {
    z-index: 1000;
    height: 100%;
    width: 0;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidebar-nav li {
    position: relative;
    line-height: 30px;
    display: inline-block;
    width: 260px;
}
.sidebar-nav li a {
    display: block;
    color: black;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.navbar-nav > li > .dropdown-menu{
    /*width: 250px !important;*/
    /*background: #616161;*/
}

.block{
    display: block;
    background: #f7f7f7;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: rgba(246, 246, 246, 0.67);
    box-shadow: none;
}
.navbar-inverse{
    border: none !important;
    transition: all 0.3s ease;
    background: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #e6e6e6;
}
.navbar-brand{
    color:#324 !important;
}
.navbar-nav-user li a{
    padding: 10px !important;
    text-align: right;
}
.navbar-nav-user  > li > a:hover{
    background-color: transparent;
    color: #eee !important;
}
.navbar-nav-user > li > .dropdown-menu{
    left:0;
    right: auto;

}
.navbar-nav-user  > li > a:focus{
    background-color: transparent !important;
}

.navbar-nav li a {
    padding: 10px 5px !important;
    color: #000 !important;
    font-weight: 300;
    font-size: 12px;
}
@media(max-width: 1200px){
    .navbar-nav li a{
        padding: 10px 5px !important;

        font-size: 13px;
    }
}
.navbar-nav li a:hover {
    /* background: #00000026; */
    /* border-bottom: 2px solid #f13333; */
    color: red !important;
}
.navbar-nav li a{
    border-bottom: 2px solid transparent;
    border-radius: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000 !important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    background: #00000026;
    color: #423333;

}
.topMenu li a {
    padding: 10px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #337ab7;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color:transparent !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #01a55e;
}
.navbar-inverse .navbar-nav > .active > a{
    background-color: transparent;
    font-weight: bold;
    color: #000;
    transition: all 0.3s ease;
}
.navbar-inverse .navbar-nav > li > a:hover{

    color: #423333;
    transition: all 0.3s ease;
}
.margin_bottom_20 {
    margin-bottom: 20px !important;
}
.padding_11 {
    padding: 11px 17px !important;
    transition: all 0.3s ease;
}
.box_shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ebeced;
    border-radius: 4px;
    background: #FFF;
}
.page a{
    color: #023095;
}
.page div{
    padding-bottom: 20px;
    text-align: justify;
}
.page div ul{
    list-style-type: circle;
    margin-bottom: 10px;
    padding: 5px 30px;
}
.page div ul li{
    margin-bottom: 5px;
}
.page h1{
    font-size: 20px;
    margin-bottom: 30px;
}
.page h2{
    font-size: 17px;
    margin: 10px 0 10px;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 99;
}
.overlay-open{
    display: block;
}
.shop_basket{
    font-size: 14px;
    padding: 9px 10px;
}
section.xs_basket{
    margin: 5px 5px 10px 0px;
    border: solid 1px #ddd;
    padding: 5px 0 0 0 ;
    position: relative;
}
section.xs_basket a.btn-danger{
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 0;
    padding: 5px 9px;
    font-size: 10px;
}
section.xs_basket table.cal{
    margin-bottom: 0 !important;
}
section.xs_basket table.cal tr.per_total{
    color: #5cb85c;
}
section.xs_basket table.cal tr td{
    padding: 10px 5px !important;
}
.fa-shopping-cart{

}
.shop_btn{
    margin-top: 5px;
}
.logo-header{
    height: 50px;
    position: relative;
    left: -50%;
    top: -5px;
    padding: 5px;
}

.logo-container{
    position: absolute;
    left: 50%;
}
.w50p{
    width: 50%;
}
.topMenu .dropdown-menu {
    float: left;
    left: auto;
    text-align: right;
    right: 0;
}

@media(max-width: 992px){

}
.ask_signup{
    font-size: 12px;
    position: absolute;
    top: 5px;
    text-align: center;
    padding: 0;
    left: 35px;
}
.ask_signup a{
    color: rgb(0, 191, 214);
    font-weight: 500;
}
.search_box{
    margin-top: 8px;
}
.search_box input{
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border: solid #337ab7;
}
.search_box button{
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
}
.user_icon i{
    font-size: 35px;
    color: rgb(0, 191, 214);
    margin-top: 5px;
}
.user_icon_xs{
    font-size: 40px;
    color: #337ab7;
}
.shopping_cart i{
    font-size: 35px;
    color: rgb(0, 191, 214);
    margin-top: 5px;
}
.shopping_cart span.interest{
    font-size: 12px;

    text-align: center;


    color: rgb(0, 191, 214);
    font-weight: 500;
}
.shopping_cart span.interest_badge{


    background: rgb(0, 191, 214);
    font-size: 10px;
    line-height: 10px
}
.breadcrumb {
    margin-bottom: 14px;
    margin-left: -8px;
    margin-right: -8px;
    border-radius: 3px;
    margin-bottom: 14px;
}
@media (min-width: 1200px){
    .my_container {
        width: 1220px;
    }
}
@media (max-width: 992px){
    .my_container {
        width: 100%;
    }
}
.payment_result{
    padding: 30px;
    min-height: 300px;
}
.payment_result h1{
    font-size: 20px;
    padding: 15px;
}
.payment_result table tr td{
    line-height: 30px;
}
.payment_result table tr.cost{
    color: #5cb85c;
    font-weight: bold;
    font-size: 15px;
}
.payment_result h1{
    padding: 15px;
    font-size: 16px;
    background: #F8F8F8;
    margin-bottom: 20px;
}
.payment_final_result{
    min-height: 350px;
}
.payment_final_result h1.label-success{
    font-size: 15px;
    margin-bottom: 40px;
    background: #5cb85c;
    padding: 8px;
}
.payment_final_result h1.label-danger{
    font-size: 15px;
    margin-bottom: 40px;
    background: #d9534f;
    padding: 8px;
}
.payment_final_result table{
    margin-top: 50px;
}
.payment_final_result table tr td{
    line-height: 30px;
}
aside .box{
    min-height: 200px;
}
aside .box.side_category img{
    width: 100%;
    border-radius:5px;
}
aside .social_box{
    overflow: hidden;
}
aside .social_box img{
    width: 100%;
}
.intro{
    height: 50px;
    margin-bottom: 14px !important;
}
.intro div{
    line-height: 50px;
}

.intro .handmade img{
    width: 85%;
}
.intro .delivery img{
    width: 100%;
}
.intro .sutable img{
    width: 100%;
}
@media(max-width: 1200px){
    .intro article{
        font-size: 12px;
    }
}
.box_style{
    background: #fff !important;
    transition: box-shadow 100ms linear,top 100ms linear;
    border-radius: 5px;
    margin-bottom: 20px;
    border: none !important;

}
.box_shodow{
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.timeline-badge{
    padding: 5px;
    color: #fff;
}

.category_list{
    min-height: 312px;
    margin: 0px -14px 0 -8px;
}
.category_list aside{
    margin-top: -14px;
}
.category_list h1{
    font-size: 20px;
    margin: 0;
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
}
.category_list .product_list{
    margin-left: -14px;
}
.category_list .inside{
    overflow: hidden;
    box-shadow: none;
    border: solid 1px #ece6e6 !important;
}
.category_list .inside:hover{
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    transition: box-shadow .15s ease;
    border: solid 1px #ddd !important;
}
.category_list .inside img{
    width: 100%;
}
.category_list .category{
    padding: 0 25px;
}
.category_list .category .title
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.box figcaption{
    padding: 5px;
    height: 110px;
}
@media(max-width: 992px){
    .box figcaption{
        height: 130px;
    }
}
.box figcaption h2{
    font-size: 13px;
    min-height: 32px;
    line-height: 20px !important;
}
.box figcaption .old_price {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
}
.box figcaption .final_price {
    color: #4caf50;
    font-size: 13px;
}
.box figcaption .not_exist {
    color: #ff5252;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
}
.box figcaption i{
    font-size: 30px;
    color: #337ab7;
}
.noborder{
    border: 0 ;
}
.panel_heading{
    background-color: #f7f9fa;
    padding: 0;
}
.panel_heading header{
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.index_row{
    margin-right: -7px;
    margin-left: -7px;
}
.index_row article div.box_style{
    height: auto;
    overflow: hidden;
}
.index_row .product img{
    width: 100%;
    border-radius: 5px;
}
.index_row .product.wide_box img{
    width: 100%;
}
.index_row .product.wide_box h4{
    width: 60%;
    float: left;
    padding: 20px 5px;
    line-height: 25px;
    text-align: center;
}
.index_row .product h4{
    width: 40%;
    float: left;
    padding: 20px 5px;
    line-height: 25px;
}
.index_row .product span{
    color: #4caf50;
    position: absolute;
    bottom: 26px;
    font-size: 15px;
    font-weight: 500;
}
.index_row .product.wide_box span {
    bottom: 45px;
    left: 163px;
    text-decoration: line-through;
}
.index_row .background_1.product.wide_box span.discount {
    bottom: 70px;
    left: 145px;
    text-decoration: initial;
    background: #fe514b;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.index_row .background_2.product.wide_box span {
    bottom: 45px;
    right: 160px;
    text-decoration: line-through;
}
.index_row .background_2.product.wide_box span.discount {
    bottom: 70px;
    width: 87px;
    text-decoration: initial;
    background: #fe514b;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.index_row .product.wide_box span.price_off {
    bottom: 26px;
    text-decoration: initial;
}
.header{
    height: 50px;
    background-color: #f7f9fa;
    line-height: 50px;
    margin-bottom: 20px;
}
.menu_line{
    background-color: #f7f9fa;
}
.header h2{
    color: #666;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    line-height: 48px !important;
    margin: 0;
    display: inline-block;
}
.header span.more{
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
}
.header span.more a{
    color: #337ab7;
}
.news{
    padding: 15px 0;
}
.news h3{
    line-height: 22px;
    font-size: 12px;
    max-height: 45px;
    overflow: hidden;
    color: #777;
}
.news img{
    width: 50px;
    border-radius: 50px;
}
.my_btn{
    background: #f7f9fa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-color: #eeeff1;
    border-radius: 4px;
}
.index_row .panel-body{
    position: relative;
}
.index_row button.my_btn.next{
    position: absolute;
    top: 30%;
    left: 0px;
    background: hsla(0,0%,100%,.8);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
    width: 45px;
    height: 80px;
    padding: 20px;
}

.index_row button.my_btn.prev{
    position: absolute;
    top: 30%;
    right: 0px;
    background: hsla(0,0%,100%,.8);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
    /*border-radius: 50%;*/
    width: 45px;
    height: 80px;
    padding: 20px;
}
.index_row button i {
    color: #bbb;
}
.panel{
    margin-bottom: 20px;
}
.panel-body .item h3{
    color: #4d4d4d;
    font-size: 11px;
    font-weight: 200;
    padding: 10px 0 5px;
    margin: 0;
    overflow: hidden;
    line-height: 19px;
    width: 100%;
    /*border-bottom: solid 1px #eeeff1;*/
    direction: rtl;
    /*min-height: 72px;*/
}
.w50p{
    width: 50%;
}
.panel-body figcaption {
    min-height: 80px;
}
.panel-body figcaption .old_price{
    color: #999;
    text-decoration: line-through;
    padding-top: 5px;
    font-size: 12px;
    min-height: 22px;
    direction: rtl;
}
.panel-body figcaption .final_price{
    color: #fb3449;
    padding-top: 5px;
    direction: rtl;
}
.site_login{
    padding-top: 40px;
}
.fs20{
    font-size: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt35{
    margin-top: 35px;
}
.mb30{
    margin-bottom: 30px;
}
.pb10{
    padding-bottom: 10px;
}
.fs24{
    font-size: 24px;
}
.bt1{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.plr20{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.plr10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.plr15{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.site_signup{
    margin: 0;
    padding-top: 40px;
}
.empty{
    padding: 10px;
}
.mt15{
    margin-top: 15px;
}
footer{
    margin-top: 14px;
}
.footer_top{
    background-color: #eceff1;
    border-top: 1px solid #cfd8dc;
}
.copy_right h6{
    font-weight: 200;
}
footer .header{
    padding: 20px 5px;
    font-size: 16px;
    height: 50px;
    background-color: transparent;
    line-height: 50px;
    margin-bottom: 20px;
}
.footer_middle{
    background-color: #eeeff1;
}
.footer_middle ul li i{
    color: #4a4a4a !important;
    float: left;
    padding: 10px;
}
.footer_bottom{
    background-color: #eeeff1;
    padding-top: 30px;
}
.footer_contact h6 {
    line-height: 2;
}
footer ul li a {
    font-size: 13px;
    color: #777;
    line-height: 1.5;
}
.footer_news h6 {
    line-height: 2;
    border-right: 2px solid rgba(0, 0, 0, 0.19);
    padding-right: 11px;
    border-radius: 0 50px 50px 0;
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
footer .email_title{
    font-size: 17px;
    margin: 20px 0;
}
footer .form-group button.email{
    width: 100%;
    border-radius: 2px;
    background: #7264e0;
}
.copy_right{
    border-top: 1px solid #b0bec5;
    background-color: #d7dee0;
    color: #4a4a4a !important;
}
.copy_right a{
    color: #eee !important;
}
footer ul.access li {
    float: right;
    width: 50%;
    line-height: 25px;
    font-size: 13px;
}
ul{
    list-style-type: none;
    padding: 1px 10px;
    margin-bottom: 5px;
}
ul.pagination{
    width: 100%;
}
.product_detail header{
    padding-right: 15px;
}
.product_intro a, .product_description a{
    color: #7264e0;
}
.product_detail .image{
    position: relative;
}
.product_detail .image span.share{
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 18px;
}
.product_detail .image span.share i{
    opacity: .6;
    cursor: pointer;
}
.fa-telegram{
    color: #1d98dc;
    font-size: 20px;
}
.fa-facebook-official{
    color: #4867aa;
    font-size: 20px;
}
.fa-google-plus{
    color: #eb4026;
    font-size: 20px;
}
.product_detail .image span.share i:hover{
    opacity: 1;
}
.product_detail .image img{
    padding: 5px;
}
.product_detail h1 {
    font-size: 15px;
}
.product_detail ul{

}
.product_detail ul li {
    padding-top: 10px;
    list-style: none;
    color: #828282;
}
.product_detail ul li.price {
    font-size: 18px;
}
.product_detail ul li.price div.main_price{
    font-size: 18px;
}
.ul-tool ul li div{
    font-size: 16px;
}
.product_detail ul li div.old_price{
    color: #ff4f59;
    margin-bottom: 7px;
    text-decoration: line-through;
    font-size: 16px;
}
.product_detail ul li.stuff_shop_basket div{
    background: none;
    padding: 5px 0px 5px 5px;
}
.product_detail .shop_basket.hidden-lg{
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    border-radius: 0;
    line-height: 35px;
    z-index: 10;
}
.product_detail .not_exist.hidden-lg{
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    border-radius: 0;
    line-height: 50px;
    z-index: 10;
    background: #ff5252;
    color: #fff;
    text-align: center;
}
.product_detail ul li.not_exist{
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
    color: #ff5252;
}
.product_intro{
    padding: 10px;
    text-align: justify;
}
.product_intro header h3{
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 400;
}
.product_description, .product_intro {
    padding: 15px;
    text-align: justify;
    padding: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
}
.product_description header h3{
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 400;

}
.order_list{
    padding: 10px;
}
.order_list header h1{

}
.order_list table thead tr td{
    line-height: 20px;
    background: #F8F8F8;
}
.order_list table thead tr td.name{
    width: 40%;
}
.order_list table tr td.name div.row div h5{
    margin-bottom: 0;
}
.order_list table thead tr td.price{
    width: 12%;
}
.order_list table thead tr td.quantity{
    width: 10%;
}
.order_list table thead tr td.remove{
    width: 4%;
}
.order_list table tbody tr td.name{
    font-weight: 500;
    line-height: 40px;
}
.order_list table tbody tr td.price span{
    font-weight: 500;
}
.order_list table tbody tr td.total table tr td{
    padding: 5px !important;
}
.order_list table tbody tr td.total table tr.final_price td span{
    color: #4caf50;
}
.order_list table tbody tr td.total table tr.final_price{
    border-top: dashed 2px #ddd;
}
.order_list table tbody tr td.total span{
    font-weight: 500;
}
.order_list table tbody tr td table{
    margin: 0;
}
.order_list table tbody tr td.quantity table a.btn{
    padding: 5px;
}
.order_list table tbody tr td img{
    padding: 5px;
}
.order_list table tbody tr td p{
    font-size: 10px;
    font-size: 10px;
    margin: 0;
    line-height: 18px;
}
.order_list table.total_cost tr td{
    padding: 10px !important;
}
.order_list table.total_cost tr.final_cost{
    color: #4caf50;
    font-weight: 500;
    font-size: 16px;
}
.order_list table.total_cost tr td.final_price span{
    color: #4caf50;
    font-weight: bold;
    font-size: 20px;
}
.site-profile header h1 {
    margin: 0 0 25px 0;
    font-size: 22px;
    background: #F8F8F8;
    padding: 7px;
    border-radius: 3px;
}
.site-profile .box_style{
    padding-top: 10px;
}
.site-contact .box_style{
    padding-top: 10px;
}
header.title h1{
    margin: 0 0 25px 0;
    font-size: 22px;
    background: #F8F8F8;
    padding: 7px;
    border-radius: 3px;
}

a#toTop {
    color: #fff !important;
}
#toTop {
    padding: 15px;
    width: 60px;
    height: 60px;
    font-size: 20px !important;
    line-height: 32px;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 8px 0px;
    position: fixed;
    right: 40px;
    bottom: 70px;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    background: rgb(2, 191, 215);
    border-radius: 50%;
    overflow: hidden;
    display: none;
}
div.tt-rtl{

}
input[name="search_input"]{

    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #eceff1 !important;
    border: 1px solid #d5dadd;
    color: #474747;
    font-weight: 300;
    font-size: 14px;

    line-height: 1.833;
    padding: 10px 10px 9px;
    z-index: 51;
    position: relative;

    height: 40px
}
input[name="search_input"]:focus{

}
.place_search_xs {
    position: absolute !important;
    right: -20%;
    left: -20%;
    top: 0px;
    z-index: 100;
}
.input_search_xs {
    background: #eceff1  !important;
}
.tt-suggestion{
    padding: 5px 15px !important;
    border-bottom: solid 1px #e8f0f3;
}
.tt-suggestion article.name{
    word-wrap: break-word;      /* IE 5.5-7 */
    white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
    white-space: pre-wrap;
}
.tt-suggestion article.explain{
    font-size: 12px;
    font-weight: 300;
    color: #383838;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
}
@media(max-width: 981px){
    .tt-suggestion article.explain{
        padding: 10px 10px 0 0 !important;
    }
}
.tt-menu.tt-open{
    padding: 5px;
    top: 28px !important;
    width: 96%;
    right: 0px;
    left: 10px;
    z-index: 1000 !important;

}
.menu_line .logo {
    z-index: 2;
    margin-top: 0;
    background: rgb(0, 191, 214);
    padding: 7px;
}
.menu_line .logo div.cart_box {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #fff;
    text-align: center;
}
.menu_line .logo div.cart_box span{
    background: #fff;
    color: #5cb85c;
}
.userbutton{
    position: fixed;

}
.league-name{
    color: #337ab7;
    border-bottom: solid 1px #337ab7;
}
.padding_right_5{
    padding-right: 5px;
}
/*.nav{
    height: 50px;
    }*/
.navbar-header > a{
    /*    padding: 10px;
    line-height: 43px;*/
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 5px;
}
.navbar-left{
    float: left;
}
@media (max-width: 768px) {
    .navbar-header > a {
        padding: 10px;
        line-height: 30px;
    }
    .navbar-left{
        float: right;
    }

}

@media (max-width: 768px) {
    .fluid_30{
        padding-right: 20px !important;
        padding-left:20px !important;
        transition: all 0.3s ease;
    }
}


h2{

}
h4[itemprop="product-name"]{
    color: #565656;
}
.hidden2{
    opacity: 0;
}
.visible {
    opacity: 1;
}
.help-block .list-view{

    transition: all 0.3s ease;
}
.green{
    color: #21AECC !important;
}
.navbar-right .dropdown-menu{
    right: 0;
}
.post_content{
    min-height: 400px;
    text-align: justify;
}
.post_content img{
    width: 100%;
}
.post_content a{
    color: #023095;
}
.text_align_left{
    text-align: left;
}
.fluid_30{
    padding-right: 50px;
    padding-left:50px;
    transition: all 0.3s ease;
}
#bourseInfo{
    overflow: hidden;
    transition: all 0.3s ease;
}
td , th{
    vertical-align: middle !important;

}
li > ul > li > a{
    line-height: 20px !important;
}
.w30p{
    width: 30%;
}
.bn td{
    border:none !important;
    padding: 10px !important;
}
.menufix{
    border: none !important;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top:0;
    transition: all 0.2s ease;
}
.navbar-brand > img{
    display:  initial !important;
}
.font_size_13{
    font-size: 13px !important;
}
.menufixbody{
    padding-top: 75px
}
.home{
    background-color: #fff;
    padding: 4px 10px;
    border: 1px solid #DDD;
    border-radius: 5px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 1000;
    transition: all 0.4s ease;
}
.display_none{
    display: none !important;
}
.display_block{
    display: block !important;
}
h5{
    line-height: 22px !important;
}
.line_parent{
    position: relative;
    overflow: hidden;
}
.margin_r_l{
    margin-left: -7px;
    margin-right: -7px;
}
.margin_15{
    margin: 10px 15px 10px 15px !important;
}
.margin_bottom{
    margin-bottom: 13px;
}
.line{
    border-top: 3px #d9d9d9 solid;
    border-bottom: 3px #d9d9d9 solid;
    display: inline-block;
    position: absolute;
    width: 100%;
    line-height: 1px;
    margin: 9px ;

}
.width_100{
    width: 100%;
}
.my_border_radius{
    border-radius: 3px;
}
.nomarginno{
    margin:0;
}
.nopadding{
    padding: 0 !important;
}
.nopadding_right{
    padding-right: 0 !important;
}
.nopadding_left{
    padding-left: 0 !important;
}
.nomargin{
    margin:10px 0 0 0;
}
.padding5{
    padding: 5px;
}
.padding10{
    padding: 10px;
}
.padding_bottom_0{
    padding-bottom: 0;
}
.no_background{
    background-color: transparent !important;
}
.border_top{
    border-top: 1px solid #ddd;
}
.border_left{
    border-left: 1px solid #ddd;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.left {
    float: left;
    margin: 0;
}
.left > li{
    list-style: none;
}
.line_height_30{
    line-height: 30px !important;
}
.recent_news_date{
    color: #b0b0b0;
    font-size: 9px;
}
.recent_news_title h5{
    font-size: 13px;
}
.panel_title{
    background-color: #DFE0E0 !important;
    color: #000 !important;
}
.panel_default{
    border:none !important;
    background-color: transparent !important;
}
.min_height_70{
    min-height: 70px !important;
}
.min_height_500{
    min-height: 500px !important;
}
.padding_left_0{
    padding-left: 0px !important;
}
.padding_r_l{
    padding-left: 10px;
    padding-right: 10px;
}
.line_bottom{
    border-bottom: 1px solid #DDD;
}
.padding_side_15{
    padding-left: 15px;
    padding-right: 15px;
}
.margin_top_0{
    margin-top: 0;
}
.bold{
    font-weight: bold;
}
.content_image{
    width: 296px;
    height: auto;
    float: left;
    padding:5px 10px 10px 0;
}
.image_onClick{
    cursor: -webkit-zoom-in;
}
@media (min-width: 768px){
    .modal_dialog {
        width: 800px;
        margin: 30px auto;
    }
}




@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@-o-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
.owl-carousel{
    direction:ltr !important;
}
.owl-item{
    float: left;
}

/* Start of most_viewed.php style*/
#owl-demo .item {
    margin-left: 10px;
    padding: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;

}

.customNavigation {
    text-align: center;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-item img{
    width: 100%;
}
/* End of most_viewed.php style*/



/* Start of newest_products.php style*/
#owl-demo-2 .item {
    margin-left: 10px;
    padding: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;

}
.owl-item{
    float: left;
}
/* End of newest_products.php style*/

/* Start of most_sold.php style*/
#owl-demo-3 .item {
    margin-left: 10px;
    padding: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;

}
/* Start of most_sold.php style*/

.avatar{
    background: #E71BD6;
    padding: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.w70p{
    width: 70%;
}
.w30p{
    width: 30%;
}

@media (max-width: 992px){
    .pt10xs{
        padding-top: 10px !important;
    }
}

@media (min-width: 992px){
    .mr0{
        margin-right: 0;
    }
}

.overlay {
     height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}
.overlay-open {
    height: 100%;
}
.overlay-content {

}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
    color: #ccc;
}
.open-close-btn {
    position: absolute;
    /*top: 0px;*/
    text-decoration: none;
    z-index: 10;
}
@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }
    .overlay a {
        font-size: 12px
    }
}
.pt50{
    padding-top: 50px;
}
.pl50{
    padding-left: 50px;
}
#hamburger-icon {
    width: 36px;
    height: 36px;
    position: fixed;
    top: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    right: 20px;
    top: 22px;
    z-index: 101;
}
#hamburger-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #4e4f53;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.mobile-menu {
    background: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 260px;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: scroll;
    right: -260px;
    color: black;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #7297b7;
}
.mobile-menu, .dropdown-menu, .sidebar-nav, .overlay {
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.mobile-menu-open{
    right: 0;
}
.mobile-menu .dropdown-menu {
    right: auto;
    left: 0;
}
/* Hamburger Lines  */

#hamburger-icon span:nth-child(1) {
    top: 0px;
}
#hamburger-icon span:nth-child(2), #hamburger-icon span:nth-child(3) {
    top: 10px;
}
#hamburger-icon span:nth-child(4) {
    top: 20px;
}
#hamburger-icon.hamburger-open span {
    background: #7b992f
}
#hamburger-icon.hamburger-open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#hamburger-icon.hamburger-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#hamburger-icon.hamburger-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#hamburger-icon.hamburger-open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.mobile-menu::-webkit-scrollbar {
    width: 5px;
}

.mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.mobile-menu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.p15{
    padding:15px;
}
.p7{
    padding:7px !important;
}
.p30{
    padding:30px;
}
.shadowOne{
    box-shadow:  0 2px 4px 0 rgba(0,0,0,.1) !important;
}
.shadowTwo {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.3) !important;
}
.round5{
    border-radius: 5px;

}
.round20{
    border-radius: 20px !important;
}
.round50{
    border-radius: 50px;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb30{
    margin-bottom: 30px !important;
}
.mb14{
    margin-bottom: 14px;
}
.mb10{
    margin-bottom: 10px;
}

.mb7{
    margin-bottom: 7px;
}
.plr7{
    padding-right: 7px;
    padding-left: 7px
}
.plr5{
    padding-right: 5px;
    padding-left: 5px
}
.plr15{
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.row-7{
    margin-left: -7px;
    margin-right: -7px;
}
.pl0{
    padding-left: 0;
}
.pb7{
    padding-bottom: 7px;
}
.pb14{
    padding-bottom: 14px;
}
.p20{
    padding: 20px !important;
}
.pt20{
    padding-top: 20px !important;
}
.m0{
    margin: 0;
}
.mb15{
    margin-bottom: 15px;
}
.panel{
    border: none;
}
.fs26{
    font-size: 26px;
}
.fs22{
    font-size: 22px;
}
.fs18{
    font-size: 18px;
}
.fs16{
    font-size: 16px;
}
.fs14{
    font-size: 14px;
}
.p18{
    padding: 18px;
}
.bbg{
    border-bottom: 1px solid #28a745;
}
.bbg2{
    border-bottom: 1px solid #f2f2f2;
}
.w100p{
    width: 100%;
}
.topMenu .dropdown{
    float: left;
}
.logo-header-2{
    margin-top: 30px;
}
.bgw{
    background: #fff;
}
.linkStyle{
    font-size: 14px;
    color: #007bff;
    font-weight: 300;
}
.field-loginform-rememberme .checkbox{
    margin:0;
}
.hoverShadow:hover{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.owl-item{
    padding: 10px;
}
.h40{
    height: 40px;
}
.pt140{
    padding-top: 140px;
}
.pt14{
    padding-top: 14px;
}
.ofh{
    overflow: hidden;
}
.h50{
    height: 50px;
}
.form-control{
    /*border-radius: 50px;*/
}
.f-red{
    color: #fb3449;
}
.grey{
    color: #40c542;
}
.pr0{
    padding-right: 0;
}
.shadowThree{
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.mh500{
    min-height: 500px;
}
.p5{
    padding: 5px;
}
.pt10{
    padding-top: 10px;
}
.lh20{
    line-height: 20px;
}
.lh26{
    line-height: 26px;
}
.lh36{
    line-height: 36px;
}
.mh50{
    min-height: 50px;
}
.bggrey{
    background: #f7f9fa;
}

.fs30{
    font-size: 30px;
}
.bb1{
    border-bottom: 1px solid #f2f2f2;
}
.fw300{
    font-weight: 300;

}
.fw400{
    font-weight: 400;
}
.pb10{
    padding-bottom: 10px;
    color:#ff5312;
}

.swiper-button-next, .swiper-button-prev{
    display: none;
}

.swiper-container:hover .swiper-button-prev{
    display: block;
}
.swiper-container:hover .swiper-button-next{
    display: block;
}

.title-bar-btn, .arrow-up{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.select2{
    /*border-radius: 50px;*/
}
.link{
    cursor: pointer;
}
.title-bar-btn{
    background: #e0e0e0;
    color: #4d4d4d;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50px;
    font-size: 17px;
    display: inline-block;
}
.title-bar-btn:hover{
    background: #b5b5b5;
}
.select2-selection{
    /*border-radius: 50px !important;*/
    height:38px !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}
.mh200{
    min-height: 200px;
}
.sell-attr img{
    height: 40px;
}


.table-bordered.text-center  tr  th{
    text-align: center;
}
.my-order-table tr.show{
    display: table-row !important;
}
.fs13{
    font-size: 13px;
}
.fs12{
    font-size: 12px;
}
.ofxs{
    overflow-x: scroll;
}
.p0{
    padding: 0 !important;
}
.ltr{
    direction: ltr;
}
.rtl{
    direction: rtl;
}
.fw300{
    font-weight: 500;
    font-size:12px;

}
.arrow-up.collapsed{
    transform: rotate(180deg);
}
.p10{
    padding: 10px;
}
.remove-button{
    width: 30px;
    height: 30px;
    padding: 6px !important;
    position: absolute;
    bottom: 40%;
}
.mh53{
    min-height: 53px;
}
.dib{
    display: inline-block;
}


.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px 10px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;

}
.left.carousel-control {
    right: 30px;
    left: inherit;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}

.mega-dropdown-menu li{
    display: flex;
}

.mega-dropdown ul a{
    line-height: 12px !important;
}

.navbar {
    min-height: 44px !important;
}
.rb{
    border-right: 1px solid #ececec;
}
@media (min-width: 768px){
    .navbar-nav > li {
        float: right;
    }
}
.blue-arrow{
    font-size: 20px;
    font-weight: bold;
    color: #02bfd7;
}
.comment-time{
    color: #8e8e8e;
    font-weight: 200;
}

.under-line{
    border-bottom: solid 1px #eeeff1;
    padding-bottom: 7px;
}
.nav-tabs > li {
    margin-bottom: -2px !important;
}
.title-gray{
    color: #a7a7a7;
}
.color-gray{
    color: #c8ccd4;
}
.panel .fa{
    top: 2px;
    position: relative;
}
.color1{
    color:#6f6f6f;
}

.design1{
    line-height: 26px;
    color: #696767;
    font-weight: 300;
}

.ul-details {
    font-size: 11px;
    list-style-type: disc;
    padding-right: 0;
}

.ul-details li{
    color: #55565a;
    font-weight: 400;
}

.ul-tool .btn{
    font-size: 24px !important;
    width: 45px;
    height: 45px;
    padding: 8px;
    border: 1px solid #cacaca;
    background: transparent;
    border-radius: 5px;
}
.ul-tool .btn .fa{
    /*color: #777777;*/
}
.ul-tool{
    text-align: center;
}

.buy-btn{
    font-size: 18px;
    padding: 5px 40px !important;
    font-weight: 300  !important;
}

.btng:not(:disabled):not(.disabled):active:focus, .btng:not(:disabled):not(.disabled).ac tive:focus {
    box-shadow: 0 0 0 0.5rem rgba(119, 119, 119, 0.24) !important;
    transition: all 0.1s ease;
}

.basket-icon{
    font-size: 30px;
}
.basket-text {
    top: -3px;
    position: relative;
    color: #fffbfb;
    font-weight: 400;
}
.tooltip{
    font-family: inherit;
    max-width: none;
    /*white-space: nowrap;*/

}

.tooltip-inner {
    width: 250px;
    font-size: 12px;
    padding: 10px;
    z-index: 100;
    white-space:normal;
}

.icon-t4{
    font-size: 20px;
    position: relative;
    top: 4px;
}
.color2{
    color: #1ca2bd;
}
.line-through{
    text-decoration: line-through;
}

.discount-p {
    font-size: 13px;
    color: #fff;
    background: #46864e;
    padding: 0px 13px;
    border-radius: 50px;
    /* border-top-left-radius: 0; */
    position: relative;
}
.discount-price-color {
    color: #828282;
    display: block;
    margin: auto;
    width: 100%;
    text-align: left;
    /* margin-right: 20px; */
    margin-top: 17px;
    height: 20px;
}
.discount-p::before {
    position: absolute;
    bottom: 100%;
    right: 12px;
    font-size: 13px !important;
    font-size: .929rem;
    line-height: 22px;
    color: #7f7f7f;
    content: attr(data-title);
}
@media (max-width: 768px){
    .ul-tool li{
        display: inline;
    }
    .tab-pane{
        padding: 0px !important;
    }
    .tooltip-inner {
        max-width: 150px;
        font-size: 12px;
        white-space:normal ;
    }
}

.tab-pane{
    padding: 45px;
}
.dotUnderline{
    border-bottom: 1px dashed #1ca2bd;
}
.bt1{
    border-top: solid 1px #eeeff1;
}
#content{
    min-height: 600px;
}
.breadcrumb > .active {
    color: #777;
    font-weight: bold;
}

.bm4{
    bottom: 4px;
}

.bgt{
    background: transparent;
}


.pb0{
    padding-bottom: 0;
}


.label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}
.label-cbx input:checked + .checkbox {
    border-color: #20C2E0;
}
.label-cbx input:checked + .checkbox svg path {
    fill: #20C2E0;
}
.label-cbx input:checked + .checkbox svg polyline {
    stroke-dashoffset: 0;
}
.label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
}
.label-cbx .checkbox {
    position: relative;

    float: right;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 0
}
.label-cbx .checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px;
}
.label-cbx .checkbox svg path {
    fill: none;
    stroke: #20C2E0;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
}
.label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
}
.label-cbx > span {
    pointer-events: none;
    vertical-align: middle;
}

.cntr {
    /*  position: absolute;
      top: 45%;
      left: 0;
      width: 100%;
      text-align: center;*/
}

.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}





.sort-btn{
    padding:5px !important;
    border-radius: 50px;
    font-size: 13px;
    padding: 4px 8px !important;
}


.sort input[type="radio"]:checked+label{
    background-color: #00bfd6;
    color: #fff;
    box-shadow: none;
}


.sort .active{
    background-color: #00bfd6;
    color: #fff;
    box-shadow: none;
}
.priceRangeBtn{
    padding: 10px 20px;
}
.nowrap{
    white-space: nowrap;
}

.disappear{
    opacity: 0
}



.product:hover .disappear{
    opacity: 1;
}


.list-tools ,.disappear, button{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.in-compare label.disappear{
    opacity: 1;
}

.marked .favourite{
    opacity: 1;
}
.final_price span {
    color: #05755f;
}
.compare-btn {
    position: fixed;
    top: 130px;
    left: 0;
    background: #02bfd7;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 8px 0px;
    z-index: 9999;
}

.badg1{
    background: #0000003d;
    padding: 0px 10px;
    border-radius: 4px;
}

.compare-item{
    width: 300px;
}

@media (max-width: 768px){
    .list-tools .disappear{
        opacity: 1;
    }
    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }
}

.compare-clear-btn{
    padding: 4px 10px !important;
}

.height75{
    height: 75px;
}
.height40{
    height: 40px;
}
.bggrey2{
    background: #eaeaea;
}

.compare-content .ci{
    border-right: 1px solid #e4e4e4;
}

.compare-content .ci{
    border-right: 1px solid #e4e4e4;
}

.compare-content .compare-col:nth-chil(2) .ci{

    border: none !important;
}
.compare-bb{
    border-bottom: 2px solid #00bfd6;
    padding-top:0;
    padding-bottom:0;
}
.compare-bb:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #00bfd6 !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
}
.compare-header-sticky{
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    padding-top: 45px;
}
.compare-header-enable{
    min-height: 0;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.45);
}

.compare-header-enable .product-img{
    width: 70px;
    height: auto;
}


.compare-header-enable .compare-header-sticky{
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.45);
}

.btn-color{
    background: transparent;
    border-color: #e2e2e2 ;
}
.btn-color:hover{
    border-color: #17a2b8;
}

.btn-color-badge{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 4px;
    top: 3px;
    position: relative;
    border: 1px solid #e8e8e8;
}

.selected-color{
    border-color: #17a2b8;
}

.white{
    background: white;
}
.white-shelter{
    background: #f7f7f7;
}
.beige{
    background: #F5F5DC;
}
.bronze{
    background: #cf7f27;
}
.black{
    background: black;
}
.red{
    background: red;
}
.blue{
    background: blue;
}
.orange{
    background: orange;
}
.yellow{
    background: yellow;
}
.green{
    background: green;
}
.purple{
    background: purple;
}
.silver{
    background: silver;
}
.gray{
    background: gray;
}
.brown{
    background: brown;
}
.golden{
    background: #FFD700;
}

.dt {
    display: table;
}

.dt [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.vertical-middle{
    vertical-align: middle !important;
}

.basket-add-btn{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
}

.ptb15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.ptb7{
    padding-top: 7px;
    padding-bottom: 7px;
}

.bline2{
    border-bottom: 2px solid #eee;
}
.cred{
    color: #fb3449;
}
.cinfo{
    color: #117a8b;
}
.order-hint{
    color: #676767;
    font-weight: 200;
    font-size: 14px;
}

.btn-back{
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
}
.bl{
    border-left: 1px solid #e4e4e4;
}

.bottom-fixed-alert{
    position: fixed;
    bottom:0;
    left:0px;
    right:0px;
    z-index:10;
    margin: 0;
    text-align: center;
}
.text-danger {
    color: #ff0018;
    font-weight: bold;
    font-size:16px;
}
.notif_box {
    display: inline-block;
    position: fixed;
    right: 6px;
    bottom: 80px;
    z-index: 999;
}

.notif_img {
    position: relative;
}
.notif_box img {
    width: 320px;
    height: 430px;
    padding: 10px;
    margin: -80px 3px 10px 5px;
}
.close_icon {
    display: block;
    background: #ffd100;
    float: left;
    position: relative;
    top: 25px;
    left: 84px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 61px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 999999;
}
.close_icon i{
    font-size: 26px;
    text-align: center;
}




/*MEGAMENU*/

.open {
    display: block;
}
.dropdown-item:focus {
    border: none;
}
.prnt .dropdown-menu a {
    border: none !important;
}
.prnt .dropdown-menu a {
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
}
.prnt .dropdown-menu {
    height: auto;
}
.nav.flex-column.nav-pills.mega {
    display: flex;
    flex-direction: column;
    width: auto;
    background: hsl(40, 12%, 95.1%);
    height: 100%;
    border-radius: 0 5px 5px 0;
    min-height: 411px;
}
#megatabs .nav-link:hover {
    background: white;
    border-radius: 0px 4px 4px 0px;
    border: none;
    color: hsl(0, 74.4%, 61.8%) !important;
}
#megatabs .mega-dropdown ul a {
    line-height: 12px !important;
    color: hsla(0, 0%, 0%, 0.72) !important;
    font-size: smaller;
}
.mega-dropdown ul a i {
    margin-right: 5px;
    text-decoration: ;
    font-weight: bold;
    color: hsla(0, 0%, 0%, 0.43);
}

.mega-dropdown ul a {
    line-height: 12px !important;
    font-size: 12px;
    padding-top: 0 !important;
    padding-bottom: 0;
}
#megatabs .nav-link {
    margin-right: 20px !important;
    padding-bottom: 7px !important;
    padding-top: 11px !important;
    margin-bottom: 0px;
    margin-top: 8px;
    border: none !important;
    color: hsla(0, 0%, 0%, 0.77) !important;
    font-weight: 400;
}
.dropdown-menu.mega-dropdown-menu.shadowTwo.pb0 {
    padding-top: 0 !important;
    width: max-content;
}
.mega-dropdown ul a.parent {
    font-weight: 500;
}
.mega-dropdown .tab-pane {
    padding-right: 0;
}
.mega-dropdown .rb {
    border-right:none !important;
}
#megamenuHeader:hover {
    background: white;
    border-bottom: hsl(0, 94.5%, 49.8%) solid 3px;
}
#megamenuHeader:active {
    background: white;
    border-bottom: hsl(0, 86.5%, 49.2%) solid 2px;
}
#megamenuHeader {
    background: white;
    border-bottom: red solid 2px;
}
.w100p.parent:hover {
    border-bottom-color: white;
    color: hsl(0, 77.1%, 42.7%) !important;
}
#megatabs .nav-link.active {
    background: white;
    border-radius: 0px 4px 4px 0px;
    border: none;
    color: hsl(0, 74.4%, 61.8%) !important;
}
.dropdown-menu [data-toggle="pill"] i {
    margin-left: 10px;
}

.dropdown-menu.child-parent {
    float: left;
    /*display: block;*/
    position: absolute;
    right: 100%;
    /*top: 27%;*/
}
.dropdown-menu > a.dropdown-item:hover{
    color: #fff;
    text-decoration: none;
    background-color: #7297b7;
}


.dropdown-menu.mega-dropdown-menu.shadowTwo.pb0 {
    width: 80vw !important;
    border-radius: 8px;
}
.filterfront{
    font-size: 13px;
}
.filteritemfront{
    font-size: 11px;
}
.product-detail-page .detail-titr {
    color: #2a2a2a;
    /* font-weight: 600; */
    font-size: 12px;
}
.product-detail-page .color3 {
    color: #828282;
    font-size: 11px;
}
.product-detail-page .btn-color {
    height: 31px;
    border-radius: 5px;
    border: #f3f2f2 solid 2px;
    padding: 0;
    padding-left: 1px;
    margin-bottom: 12px;
    margin-top: 12px;
}
.product-detail-page .btn-color-badge {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 5px;
    position: relative;
    border: 1px solid #e8e8e8;
    margin-bottom: 5px;
    margin-right: 7px;
    margin-left: 16px;
    top: 0;
}
.product-detail-page .col-detail {
    margin-bottom: 16px;
}
.garanties-row li {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 11px 38px 13px 38px !important;
    /* line-height: 0; */
    width: auto;
    display: table;
    height: 1px;
    color: #828282;
    font-size: 12px;
    /* margin-top: 16px; */
    text-align: center;
    margin-right: -9px;
}
.product-detail-page .row.garanties-row {
    margin-top: 24px;
}
.product-detail-page .pictures-thump-col {
    padding: 0;
    margin-top: 81px;
}

.product-detail-page h1 {

}

.product-detail-page .float-left {
    float: left;
}

.product-detail-page .mb20 {
    margin-bottom: 20px !important;
    display: block;
    width: 100%;
    height: 458px;
    padding: 17px;
    padding-left: 0;
    padding-top: 0;
}

.product-detail-page .control-btn-col.float-left {
    margin-top: 0;
    margin-right: 10px;
}


.product-detail-page .product-pic-control-buttons-col.float-left {
    height: 46px;
    padding-left: 60px;
}

.product-detail-page .control-btn-col.float-left button {
    display: block;
    margin: auto;
    background: white;
    border: solid 1px #0003;
    font-size: 18px;
    padding-top: 7px;
    width: 37px;
    height: 37px;
}

.product-detail-page .swiper-container.gallery-thumbs {
    width: 100%;
    margin: auto;
    float: left;
    min-height: 322px;
    padding-top: 13px;
    max-height: 425px;
}

/*.product-detail-page .swiper-container {*/
/*    width: 100%;*/
/*    float: right;*/
/*    !* height: 322px; *!*/
/*}*/

.product-detail-page .swiper-wrapper.veritical .swiper-slide {
    width: 98px !important;
    border: solid #00000017 1px;
    border-radius: 3px;
    height: 98px;
    margin-bottom: 5px;
    max-height: 98px;
}
.product-detail-page h1 {
    margin-right: 17px;
}
.product-detail-page h2 {
    font-size: 13px;
    margin-right: 17px;
    color: #a0a0a0;
}
.swiper-container-free-mode > .swiper-wrapper {
    transform: none;
}
.product-detail-page .row.product-container-row {
    margin-top: 32px;
}

.product-properties-col {
    border-right: solid #efefef 1px;
    margin-right: -32px;
}
.product-detail-page .col-image-container {
    border-right: solid #fbfbfb 1px;
}
.product-properties-col h5 {
    margin-top: 0;
    color: #2a2a2a;
    font-size: 12px;
}

.product-detail-page #specification-more {
    list-style: none;
    margin-top: 6px;
    cursor: pointer;
}
.product-detail-page .color-title {
    padding-right: 5px;
    color: #2a2a2a;
    font-size: 12px;
}
.product-detail-page .btn-color .ng-binding {
    color: #828282;
}
.product-detail-page .btn-basket {
    background: #30c781;
    width: 214px;
    height: 56px;
    border-radius: 5px;
    border: solid 1px #36a270 !important;
    color: white;
    padding: 16px 40px !important;
    float: left;
    display: block !important;
    position: relative;
    margin-top: 10px;
}
.product-detail-page .product-basket-row {
    min-height: 190px;
    background: #f4f4f4;
    margin-top: 38px;
    margin-right: 1px;
    margin-left: 81px;
    border: solid 1px #e6e6e6;
    padding-right: 12px;
    /* padding-left: 44px; */
    padding-top: 30px;
    padding-bottom: 13px;
    margin-bottom: 32px;
    border-radius: 3px;
}
.product-detail-page .control-btn-col.float-left button i {
    margin-right: -1px;
}
.product-detail-page .color3:hover {
    color: #46864e;
}
.product-detail-page .price-container .price-text {
    color: #05755f;
    font-size: 21px;
    text-align: left;
}
.product-detail-page .shop_name {
    color: #828282;
    margin-top: 30px;
    font-size: 13px;
}
.product-detail-page .update-date .update-title {
    float: right;
}
.product-detail-page .update-date .update-body {
    color: #828282;
}
.product-detail-page .product-inactive-description p {
    color: #979797;
    text-align: center;
    display: block;
    font-size:medium;
    position:relative;
}

.product-detail-page .product-basket-row .call-link{
    background:#4a4a4a;
    color:white;
    border-radius:1px;
    width:203px;
    display:block;
    height:61px;
    text-align:center;
    font-size:23px;
    margin:auto;
    padding:18px;
    margin-bottom:-20px;
    margin-top:24px;
}
/*.product-detail-page .basket-container {*/
/*    margin-top: 20px;*/
/*}*/
.product-detail-page .row.product-colors-row {
    margin-top: 24px;
}

.product-detail-page .btn-color .ng-binding {
    margin-left: 10px;
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-right: -12px;
}
.product-detail-page #product-more-toggle {
    padding-right: 0;
}
.product-detail-page .productmore-red {
    color: red !important;
}
.suggestion-left-side-image {
    width: auto;
    margin: auto !important;
    display: block;
    float: none;
    height: 251px;
    margin-top: 34px !important;
}
.suggestion-view-more {
    /* background: red; */
    border-radius: 3px;
    padding: 5px;
    margin: auto;
    display: block;
    width: 97px;
    margin-top: 17px;
    color: white;
    border: 1px solid white;
}
.suggestion-view-more:focus {
    color: white;
    text-decoration: none;
    border-color: white;
}
.suggestion-view-more:hover {
    color: #e6e1e1;
    text-decoration: none;
    border-color: #e6e1e1;
}
.suggestion--product-card {
    background: white;
    border-radius: 7px !important;
    height: 328px;
    margin-left: -4px !important;
    width: 200px;
}

.suggestion--product-card2 {
    background: white;
    border-radius: 7px !important;
    height: auto;
    margin-left: -4px !important;
}
.suggestion--container {
    margin-bottom: 20px;
    border-radius: 5px;
}
.suggestion--container7 {
    margin-bottom: 30px;
    border-radius: 5px;
    height: 352.2px;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/**
suggestion card 1
 */
.suggestion--old-price--box {
    text-align: right;
    direction: rtl;
    display: block;
    width: 100%;
    /* float: right; */
}
.suggestion--old-price--box div {
    text-align: right;
    padding-right: 10px;
    font-family: IRANSans;
}
.suggestion--final-price {
    text-align: right;
    padding-right: 10px;
    direction: rtl;

}
/**
suggestion card 2
 */

.suggestion--product-card22 {
    background: white;
    border-radius: 7px !important;
    height: auto;
}
.suggestion--container {
    margin-top: 37px;
    padding: 14px;
}
.suggestion--title2 {
    text-align: center;
    padding: 10px;
    line-height: 2;
    font-size: 13px;
    direction: rtl;
}
.suggestion--final-price2 {
    direction: rtl;
    position: absolute;
    width: 100%;
    bottom: 14px;
}
.suggestion--container2 {
    border-radius: 5px;
    margin-top: 147px;

}
.suggestion--container2::before {
    /* background-color: black; */
    content: "\"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    opacity: 0.8;
    right: 0;
    border-radius: 5px;
    background-size: cover;
    background-position: bottom;
}

.suggestion--container2 {
    border-radius: 5px;
    margin-top: 147px;
    margin-bottom: 20px;
    padding: 14px;
    display: block;
    position: relative;
    float: right;
    width: 100%;
}
.suggestion--owl-container2 {
    margin-top: -121px;

    border-radius: 5px;
}
.suggestion--container-description2 {
    text-align: center;
    color: white;
    font-size: 16px;
    margin-top: 29px;
    margin-bottom: 10px;
    width: 100%;
    line-height: 33px;
    font-family: iransans;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* float: revert; */
}
/**
suggestion card 3
 */
.suggestion--container--title-panel3 {
    display: flex;
    width: 100%;
    height: 60px;
}
.suggestion--container3-title {
    font-family: IRANSans;
    font-size: x-large;
    width: auto;
}
.suggestion--container3-title {
    font-family: IRANSans;
    font-size: 17px;
    width: auto;
    font-weight: 400;
}
.suggestion--container-swipper-btn-3-prev {
    float: left;
}
.suggestion--container-swipper-btn-3-next {
    float: left;
}
.suggestion--container3-title-border {
    height: 5px;
    width: 67px;
    display: block;
    border-radius: 13px;
}
.suggestion--container-swipper-btn-3 {
    float: left;
    width: auto;
    padding: 0px 9px;
    font-size: large;
    border-radius: 2px;
    line-height: 1;
    cursor: pointer;
}
.suggestion--container3-card-image{

}
.suggestion--product-card3 {
    border-radius: 15px;
    margin-bottom: 17px;
    /*min-height: 352px !important;*/
}
.owl-responsive3-580 .suggestion--product-card3 {
    min-height: 250px;
}
.owl-responsive3-580 .suggestion--final-price3 {
    /* top: 48%; */
    position: relative;
    margin-top: -61px;
}
.owl-responsive3-580 strike ,.owl-responsive3-302 strike{
    display: none;
}
.owl-responsive3-302 .suggestion--final-price3 {
    /* top: 0; */
    font-size: xx-small;
    /* transform: rotate(90deg); */
    /* width: 100%; */
    /* height: 100%; */
    display: block;
    position: relative;
    margin-top: -56px;
}
.suggestion--container3-swipper-buttons-box {
    margin-top: 25px;
}
.suggestion--title3 {
    padding-right: 16px !important;
    font-weight: 600 !important;
    line-height: 1.8 !important;
    padding-left: 16px !important;
}
.suggestion--final-price3 {

    width: auto;
    display: inline;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 19px;
    margin-right: 16px;
    float: right;

    position: absolute;
    top: 10px;
    right: -6px;

    direction: rtl;
}
.suggestion--old-price--box3 {
    /* position: absolute; */
    /* top: 26px; */
    background: rgb(236, 245, 225);
    padding: 2px;
    border-radius: 3px;
    right: 0;
    left: 0;
    /* width: 66%; */
    display: block;
    padding-bottom: 0;
    text-align: center;
}
/**
card 4
 */
.owl-responsive4-600 figure {
    min-height: 299.7px;
}
.owl-responsive4-600 .suggestion--title3 {
    height: 89px;
}
.owl-responsive4-1000 .suggestion--title3 {
    height: 70px;
}
.owl-responsive4-1329 .suggestion--title3 {
    height: 70px;
}

.owl-responsive4-1329 figure {
    height: 410px;
}
.suggestion--final-price4 {

    width: auto;
    display: inline;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 19px;
    margin-right: 16px;
    float: right;

    position: relative;
    top: 10px;
    right: -6px;

    direction: rtl;
}
.suggestion--old-price--box4 {
    /* position: absolute; */
    /* top: 26px; */
    background: rgb(236, 245, 225);
    padding: 2px;
    border-radius: 3px;
    right: 0;
    left: 0;
    /* width: 66%; */
    display: block;
    padding-bottom: 0;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.suggestion--masonary-image {
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    margin-bottom: 0;
}
/**
suggstion card 7
 */
.suggestion--container7-image {
    height: 246px;
    width: auto !important;
    margin-right: 53px;
    border-radius: 0 0 0 25px;
    box-shadow: 0 5px 15px -8px rgba(46, 193, 62, 0.24),0 8px 19px -5px rgba(65, 149, 70, 0.23);
    float: right;
    display: block;
}
.suggestion--container7-buttons-box li {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background: white;
    padding: 7px;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px -8px rgba(46, 193, 62, 0.24),0 8px 19px -5px rgba(65, 149, 70, 0.23);
    color: rgba(50, 148, 42, 0.94);
    cursor: pointer;
}
.suggestion--container7-buttons-box ul {
    float: left;
    margin-top: 88px;
}
.suggestion--container7-header-box {
    float: none;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    /* margin-left: 5px; */
    height: 171px;
    background-size: cover;
    background-position: center;
}
.suggestion--container7-buttons-box {
    float: right;
    display: block;
    margin-right: 0px;
    margin-left: -4px;
}
.suggestion--title7, .suggestion--title {
    font-family: IRANSans;
    width: 100% !important;
    direction: rtl !important;
    padding-right: 10px !important;
    margin-top: 17px !important;
    line-height: 1.8 !important;
    height: 65px;
    font-weight: 600 !important;
    opacity: 0.8;
    text-shadow: 0 0 4px rgba(27, 105, 39, 0.06);
    text-align: right;
    padding-left: 10px !important;
}
.suggestion--final-price7 {
    text-align: right;
    padding-right: 10px;
    direction: rtl;
    font-size: 10px !important;
    color: green;
}
.suggestion--container7-product-action-button-box {
    position: relative;
    height: 40px;
    width: 100%;
    bottom: 0;
    display: block;
    opacity: 0;
    transition: 0.5s ease;
    margin-top: 10px;
}
.suggestion--container7-bye-button {
    width: 50%;
    position: relative;
    background: green;
    border-radius: 0 5px 0 0;
    height: 40px;
    top: 0;
    left: 0;
    display: block;
    color: white;
    font-size: 25px;
    text-align: center;
    padding-top: 6px;
}
.suggestion--container7-bye-button:hover,.suggestion--container9-card-btn:hover {
    color: white;
}
.suggestion--container7-bye-button {
    width: 50%;
    position: relative;
    background: green;
    border-radius: 0 5px 0 0;
    height: 40px;
    top: 0;
    left: 0;
    display: block;
    color: white;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
    direction: rtl;
    font-weight: 600;
    float: left;
    cursor: pointer;
}
.suggestion--container7-product-description-button {
    height: 40px;
    width: 50%;
    right: 0;
    display: block;
    position: relative;
    top: 0;
    float: left;
    background: white;
    font-size: 17px;
    border-radius: 5px 0 0 0 ;
    text-align: center;
    padding-top: 8px;
    color: green;
    transition: all 0.2s ease;

}
.suggestion--container7-product-description-button:hover {
    text-decoration: none;
    background: green;
    color: white;
    transition:all  0.2s ease;
}

/**
suggestion card 8
 */
.suggestion--container8-image {
    height: 191px;
    width: auto !important;
    margin-right: 53px;
    border-radius: 0 0 0 25px;
    box-shadow: 0 5px 15px -8px rgba(46, 193, 62, 0.24),0 8px 19px -5px rgba(65, 149, 70, 0.23);
    float: right;
    display: block;
}

/**
suggestion card 9
 */

.suggestion--container9-header-card {
    height: 62px;
}
.suggestion--container9-header-circle-shape {
    height: 44px;
    position: absolute;
    width: 75px;
    border-radius: 0 0 100px 100px;
    left: -24px;
    z-index: 0;
}
.suggestion--container9-image-card .far.fa-heart.bold {
    color: #6e7171;
}
.suggestion--final-price9 {
    display: block;
    text-align: right;
    padding-top: 6px;
    direction: rtl;
    position: relative;
    margin-top: -25px;
    width: 100%;
    padding-right: 13px;
    float: right;
}
.suggestion--container9-image-card {
    background: white;
    position: relative;
    top: -28px;
    width: 91%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    border-radius: 7px;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24),0 8px 10px -5px rgba(0,0,0,.2);
    min-height: 242px;
}
.suggestion--container9-like-button {
    height: 43px;
    width: 42px;
    display: block;
    color: rgb(187, 179, 179);
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 999999;
    font-style: inherit;
    padding: 10px;
    font-size: 22px;
    cursor: pointer;
}
.suggestion--container9-image {
    /* height: 160px !important; */
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    display: block;
    position: relative;
    border-radius: 7px;
}
.suggestion--container9-title-box {
    display: block;
    width: 100%;
    top: 0;
    position: relative;
    margin-top: -19px;
    height: 63px;
}
.suggestion--container9-description {
    position: absolute;
    top: 258px;
    direction: rtl;
    padding: 15px;
    text-align: right;
    color: rgba(0, 0, 0, 0.54);
    max-height: 84px;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.suggestion--container9-card-btn {
    position: relative;
    width: 100%;
    display: block;
    bottom: 0;
    height: 36px;
    text-align: center;
    padding: 7px;
    color: white;
    font-weight: 900;
    font-size: 14px;
    cursor: pointer;
    margin-top: -1.4%;
    float: right;
}
.suggestion--container9-card-btn-finish {
    position: relative;
    width: 100%;
    display: block;
    bottom: 0;
    height: 34px;
    text-align: center;
    padding: 7px;
    color: white;
    font-weight: 900;
    font-size: 14px;
    /* cursor: pointer; */
    /* margin-top: 10px; */
    float: right;
}
.product-colors-row .selected-color {
    border: solid rgba(0, 128, 0, 0.1) 1px;
    background: rgba(0, 128, 0, 0.1);
}
.suggestion--final-price9 span {
    height: 30px;
    display: block;
    float: right;
    font-size: 20px;
    margin-top: 10px;
}
.suggestion--container9-header-circle2-shape {
    background: white;
    width: 120%;
    height: 108px;
    left: -10%;
    /* right: 10%; */
    margin: 0;
    border-radius: 200px;
    top: 45px;
    display: block;
    position: absolute;
}
/**
flip card
 */
.flip-card {
    background-color: transparent;
    /* width: 300px; */
    height: 100%;
    perspective: 1000px;
    display: block;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    /* height: 300px; */
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    display: block;
    float: right;
    border-radius: 7px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* margin-top: -100%; */
}
.suggestion--container2-flip-back-img{
    opacity: 0;
}
.suggestion--flip-title2 {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    line-height: 2;
    font-size: 13px;
    direction: rtl;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    /* background-color: white; */
    color: white;
    transform: rotateY(180deg);
    border-radius: 5px;
    margin-top: -100%;
}
.no-pad{
    padding: 0;
}
/**
media
 */
@media only screen and (max-width: 1000px) {
    #toTop {
        display: none !important;
    }
    .notif_box  {
        display: none !important;
    }
    .notif_box img {
        width: 39%;
        height: auto;
        padding: 10px;
        margin: 98px 3px 10px 5px;
    }
    .close_icon {
        display: block;
        background: #ffd100;
        float: left;
        position: absolute;
        bottom: 76px;
        right: 146px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 61px;
        cursor: pointer;
        transition: all 0.3s;
        z-index: 999999;
    }
    .footer-email-input{
        margin-top: 20px;
    }
    /*.suggestion--product-card {*/
    /*    width: auto;*/
    /*}*/
    .suggestion--container7-product-action-button-box {
        opacity: 1 !important;
    }




    .suggestion--container9-image {
        width: 109px !important;
    }

    .suggestion--title7, .suggestion--title {
        font-size: 10px !important;
    }
    .suggestion--container-responsive {
        width: 1350px;

    }
    .suggestion--container-responsive-container {
        overflow-x: auto;
    }


    .suggestion--container-responsive-container .owl-carousel {
        display: inline;
        width: 100%;
        z-index: 1;
        overflow: hidden;
    }
    .suggestion--product-card {
        background: white;
        border-radius: 7px !important;
        height: 331px;
        margin-left: 10px !important;
        width: 157px;
        float: right;
        /* margin-left: 19px; */
        margin-top: 11px;
    }
    .suggestion--container9-image-card {
        background: white;
        position: relative;
        top: -28px;
        width: 91%;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        border-radius: 7px;
        box-shadow: 0 5px 15px -8px rgba(0,0,0,.24),0 8px 10px -5px rgba(0,0,0,.2);
        min-height: 182px;
    }
    .suggestion--product-card2 {
        background: white;
        border-radius: 7px !important;
        height: 291px;
        margin-left: -4px !important;
    }
    .product-properties-col h5 {

        color: #2a2a2a;
        font-size: 12px;
        margin-right: 30px;
        margin-top: 19px;
    }
}

@media (max-width: 424px) and (min-width: 0px){
    .product-detail-page .mb20 {
        margin-bottom: 20px !important;
        display: block;
        width: 100%;

        padding: 17px;
        padding-left: 0;
        padding-top: 0;
        height: auto;
    }
    .product-properties-col {
        border-right: solid #efefef 1px;
        margin-right: 1px;
        margin-top: 23px !important;
    }
    .product-detail-page .btn-basket {
        margin-top: 20px !important;
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
    .discount-price-color {
        margin-top: 7px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        text-align: center;
    }
    .product-detail-page .price-container .price-text {
        text-align: center !important;
        margin-top: 16px !important;
    }
    .fwt500{
        font-weight: 600;
        font-size: 11px;
    }
     .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,  .nav-tabs > li.active > a:focus {
        padding: 10px 5px;
    }
}
@media (max-width: 546px) and (min-width: 0px){
    .mb15.round5.ofh.shadowOne {
        margin-bottom: 6px;
    }
    .suggestion--flip-title2 {
        font-size: 9px;
    }
    .breadcrumb .active {
        display: none;
    }
    .discount-price-color {
        margin-top: 17px !important;
    }
    .product_detail ul li {
        margin-top: 15px;
    }
    .product-detail-page h4,.product-detail-page .h4 {
        line-height: 1.6;
    }
    .product-detail-page .product-inactive-description p {
        font-size: medium !important;
    }
    .product-detail-page .product-basket-row .call-link {
        margin-top: 30px !important;
        width: 100% !important;

    }
    .product-detail-page .row.product-colors-row {
        margin-top: 0.7px !important;
    }
    .ul-details {
        font-size: 11px;
        list-style-type: disc;
        padding-right: 20px;
    }
    .product_detail h1 {
        font-size: 20px;
        line-height: 1.5;
        text-align: justify;
        margin-left: 17px;
    }
    .product-detail-page .row.product-colors-row {
        margin-top: 11px;
    }
    .product-detail-page .row.garanties-row {
        margin-top: 0;
    }
    .row.product-picture-row.mb20 {
        margin-bottom: 0 !important;
    }
    .product-properties-col h5 {
        margin-right: 16px !important;
        margin-top: 19px !important;
    }
    .product-properties-col {
        /* border-right: solid #efefef 1px; */
        margin-right: 0 !important;
        padding-right: 0 !important;
        text-align: right;
    }
    .product-detail-page .mb20 {
        margin-bottom: 20px !important;
        display: block;
        width: 100%;

        padding: 17px;
        padding-left: 0;
        padding-top: 0;
        height: auto;
    }
    .discount-price-color {
        margin-top: -23px;
    }
    .product-detail-page .btn-basket {
        margin-top: -20px;
    }
    .product-detail-page .price-container .price-text {
        text-align: right;
        margin-top: 36px;
    }

    .product-detail-page .product-basket-row {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .product-detail-page .swiper-container.gallery-thumbs {
        width: 100%;
        margin: auto;
        float: left;
        min-height: 122px;
        padding-top: 13px;
        max-height: 140px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        margin-bottom: 13px;
        margin-top: 0;
        border-radius: 5px;
    }
    .product-properties-col {
        /*border-right: solid #efefef 1px;*/
        margin-right: 10px;
    }

    .suggestion--container3-padding{
      padding: 0;
    }
    /*.suggestion--product-card {*/
    /*    width: 200px;*/
    /*}*/
    /*.notif_box  {*/
    /*    display: none !important;*/
    /*}*/
    /*.notif_box img {*/
    /*    width: 39%;*/
    /*    height: auto;*/
    /*    padding: 10px;*/
    /*    margin: 98px 3px 10px 5px;*/
    /*}*/
}
/*
col-sm
 */
@media (max-width: 992px) and (min-width: 547px){
    .product-detail-page .mb20 {
        margin-bottom: 20px !important;
        display: block;
        width: 100%;

        padding: 17px;
        padding-left: 0;
        padding-top: 0;
        height: auto;
    }
    .product-detail-page .swiper-container.gallery-thumbs {
        width: 100%;
        margin: auto;
        float: left;
        min-height: 122px;
        padding-top: 13px;
        max-height: 140px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        margin-bottom: 13px;
        /* margin-top: -71px; */
        border-radius: 5px;
    }
}
/*
end of col-dm
 */
.masonry-container {
    position: relative;
    height: auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}
.mc0 {
    width: 37%;
}
.mc2 {
    width: 47.8%;
    padding-right: 1.2%;
}
.mc3 {
    width: 67.5%;
    padding-right: 1.2%;
    padding-top: 1.2%;
}
.mc4 {
    width: 32.5%;
    padding-right: 1.2%;
    padding-top: 1.3%;
}
.mc0 img, .mc0 input, .mc0 h5, .mc0 .masotheme {
    width: 100% !important;
    margin-right: 0;
}
.mc1 img, .mc1 input, .mc1 h5, .mc1 .masotheme {
    width: 100% !important;
    margin-right: 0;
}
.mc2 img, .mc2 input, .mc2 h5, .mc2 .masotheme {
    width: 100% !important;
    margin-right: 0;
    float: right;
}
.mc3 img, .mc3 input, .mc3 h5, .mc3 .masotheme {
    width: 100% !important;
    margin-right: 0;
    margin-top: 0;
}
.mc4 img, .mc4 input, .mc4 h5, .mc4 .masotheme {
    width: 100% !important;
    /* margin-right: 21%; */
    margin-top: 0;
}
.col-mas-12 {
    display: flex;
    flex-wrap: wrap;
    width: 94.9%;
}
.col-mas-7 {
    width: 52.1%;
    padding-right: 1.2%;
}




.magnifyarea { /* CSS to add shadow to magnified image. Optional */
    box-shadow: 5px 5px 7px #818181;
    -webkit-box-shadow: 5px 5px 7px #818181;
    -moz-box-shadow: 5px 5px 7px #818181;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
    background: white;
}

.targetarea { /* CSS for container div(s) of the zoomable image */
    width: 325px; /* wide or wider than the widest zoomable image */
    height: 338px; /* high or higher than the tallest zoomable image */
    margin-top:3px;
}

#two { /* Added CSS for second target div of zoomable images */
    height: 243px; /* high or higher than the tallest zoomable image */
}

.targetarea img { /* zoomable image */
    margin: auto; /* for horizontal centering */
    display: block; /* also for horizontal centering */
    position: relative; /* along with on the fly calculations in script, for vertical centering */
    border-width: 0;
}

.thumbs { /* divs holding the trigger links - styles optional, used here to center their links below their respective zoomable image */
    padding-top: 25px;
    width: 325px;
    text-align: center;
}

.thumbs a { /* trigger links on the thumbnail images */
    text-decoration: none; /* avoid underlines of images, text or spaces in these links */
}

.thumbs img { /* trigger images - the thumbnails used to load new zoomable images into the targetarea */
    border-width: 0; /* avoid default borders in some browsers */
}

#description, #description2 {
    position: absolute; /* required for description folows image bottom (descpos: true) */
    width: 325px; /* should be width of zoomable image container (.targetarea) */
    text-align: center;
    font: bold 95% sans-serif;
    margin-top: 3px; /* when following image bottom, this sets a fixed distance for that */
    color: #222;
    background-color: #fff;
}
