/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */
body{
    background: #f9f9f9;
    font-family: Arial;
}
b, strong{
    font-family: Arial;
}
.relative{ position: relative; }

a:focus {
    outline: 0;
    outline-offset: 0;
}
a.active{
    font-weight: bold;
}
.btn-danger{
    background: #b83222;
}
.btn-primary:focus, .btn-primary.focus {
    outline: 0;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
}
.w-100 {
    width: 100% !important;
}
.no-display {
    display: none;
}
.nav>li>a {
    /*font-weight: bold;*/
    font-size: 14px;
}
.content_wrapper{
    max-width: 1500px;
    margin: auto;
}
#wrapper {

    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.form-control:focus {
     border-color: #e0e0e0;
     outline: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
#sidebar-wrapper {
    display: none;
    overflow-x: hidden;
    z-index: 1000;
    position: fixed;
    left: 80px;
    width: 0;
    height: 100%;
    margin-left: -80px;
    overflow-y: auto;
    background: #3b3742;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*#page-content-wrapper {*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*padding: 0;*/
/*}*/

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 80px;
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.navbar .dropdown > a > i{
    font-size: 18px;
    float: right;
    margin-left: 20px;
}

.navbar-default .navbar-toggle i{
    margin-right: 10px;
    font-size: 18px;
    margin-top: -1px;
}

.navbar-default .navbar-toggle{
    margin: 15px auto;
    width: 100%;
    float: inherit;
    display: inherit;
    color: #fff;
    background-color: #3e3b45;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
    background-color: #3e3b45;
}
.navbar-default {
    /*z-index: 3!important;*/
    z-index: auto;
    background-color: #0046be;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#wrapper.sidebar-wrapper-opened #sidebar-wrapper{
    left: 250px;
    margin-left: -250px;
}

#wrapper.sidebar-wrapper-opened #sidebar-wrapper .sidebar-nav{
    width: 250px;
}

#wrapper.sidebar-wrapper-opened #sidebar-wrapper .sidebar-nav li a{
    width: 250px;
}

#wrapper.sidebar-wrapper-opened #sidebar-wrapper .sidebar-nav li a span{
    opacity: 1;
}

.sidebar-nav li a {
    position: relative;
    height: 60px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'FuturaPT-Heavy';
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 80px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a i{
    position: absolute;
    left: 26px;
    width: 24px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    margin-right: 15px;
}

.sidebar-nav li a span{
    position: absolute;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    left: 65px;
    height: 60px;
    line-height: 60px;
    opacity: 0;
    overflow: hidden;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#header-top{
    background-color: #0040b1;
    color: #fff;
    /*overflow: hidden;*/
    height: 45px;
}
.height_increased{
    height: 100%!important;
}
#header-top .numbers{
    display: inline-block;
    font-weight: normal;
    padding: 8px 8px 3px 1px;
    /*border-right: 1px solid white;*/
    line-height: 10px;
    margin-top: 4px;
}


#header-top>span{
    height: 50px;
    line-height: 50px;
}

#header-top span .clock-icon{
    margin-top: -5px;
}



#header-top li{
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
}
.main-logo-mega{
    float: left;
    width: 207px;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
}
.lang_list {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 20px;
}
.lang_list li:first-child{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.lang_list li:last-child{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

#header-top .pull-right>li{
    margin-left: 18px;
    margin-right: 0;
}

#header-top .static_pages li a{
    height: 20px;
    color: white;
    font-size: 12px;
    line-height: 20px;
    display: block;
    font-family: Arial;
    /*border-right: 1px solid #E1E1E1;*/
    padding-right: 9px;
}
#header-top .static_pages li:nth-last-child(3) a {
    border: none !important;
}
#header-top .static_pages li{
    padding: 1px 0px;
}
#header-top .static_pages li:last-child a{
    border-right: none !important;
}
.user-auth {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.user-auth .login-signup-button {
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 500;
    color: black;
    cursor: pointer;
    font-size: 14px;
    margin-top: 8px;
    background-color: #FFD600;
}
.user-auth .login-signup-box {
    padding: 40px 20px;
    min-width: 700px;
    background-color: white;
    position: absolute;
    top: 40px;
    right: 0;
    left: auto;
    z-index: 1001;
    display: none;
}
.login-signup-box .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: grey;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.login-signup-box .close:hover {
    background-color: lightgrey;
}
.box-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 990;
    display: none;
}
.user-auth .row .box:first-child {
    border-right: 1px solid lightgrey;
}
.user-auth .box .content * {
    color: black;
}
.user-auth .box .content {
    margin-bottom: 20px;
}
.user-auth .box .content h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.user-auth .login-box, .user-auth .signup-box {
    padding-left: 20px;
    padding-right: 20px;
}
.user-auth .login-box a {
    background-color: #0046BE;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-weight: bold;
}
.user-auth .signup-box a {
    background-color: lightgrey;
    color: #0046BE;
    padding: 8px 15px;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-weight: bold;
}
.user-auth .dropdown-backdrop {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    transition: 0.3s;
}
.btns-header div{
    display: inline-block;
}
.btns-header {
    display: inline-block;
    padding: 0px 0;
    display: none !important;
}
.btns-header a{
    color: #ffd600;
    font-size: 17px;
}
.btns-header .login-button {
    border: 1px solid white;
    border-radius: 5px;
    padding: 8px 15px;
    color: white;
}
.btns-header .register-button {
    background-color: #00B95E;
    border-radius: 5px;
    padding: 8px 15px;
    color: white;
}
#header-top li img{
    margin-top: -5px;
}
.nav li a{
    font-family: Arial;
}
#header-main {
    background-color: #0046be;
    color: #444444;
    padding: 20px 0 0px;
}

#header-main .logo{
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1000;
}

#header-main .logo img{
    /*margin: 0 auto;*/
}

#header-main > .container-fluid,
#header-main > .container-fluid > .row,
#header-main > .container-fluid > .row > div{
    height: 100%;
    padding-top: 14px;
}

#header-main > .container-fluid > .row > div{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#header-main .contact{
    float: right;
    margin-right: 0px;
    z-index: 1;
    position: relative;
}

#header-main a.side-button{
    font-size: 24px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

#header-main .contact > h4{
    font-family: Arial;
    color: white;
}
#header-main .contact > h4 a:last-child {
    margin-top: 0px;
    cursor: pointer;
    color: #337ab7;
    text-decoration: underline;
    font-size: 12px;
}
#header-main .contact > div div:last-child {
    margin-top:0px;
    cursor: pointer;
    color: #ffd600;
    text-decoration: underline;
    font-size: 12px;
}

#header-main .contact a{
    color: #fff;
    text-decoration: none;
}

.search{
    /*width: 50%;*/
    position: relative;
    padding: 23px 0 0px 240px;
    /*height: 85px;*/
}

.search .btn{
    padding: 10px 60px 10px 15px !important;
    position: relative;
}

.search .btn i{
    position: absolute;
    right: 17px;
}

.search>form>button {
    position: absolute;
    top: 9px;
    right: 12px;
    z-index: 0;
    border: none;
    outline: 0;
    background: transparent;
    color: #717171;
    font-size: 22px;
}

.search input{
    background: #fff;
    border: none;
    height: 46px;
    color: #000;
}

.search input::-webkit-input-placeholder {color:#cacaca;}
.search input::-moz-placeholder          {color:#cacaca;}/* Firefox 19+ */
.search input:-moz-placeholder           {color:#cacaca;}/* Firefox 18- */
.search input:-ms-input-placeholder      {color:#cacaca;}

.search .dropdown-toggle{
    height: 40px;
    padding: 10px 50px;
    border: 1px solid #fff;
}

.search .btn-default:hover,
.search .btn-default:focus,
.search .btn-default.focus,
.search .btn-default:active,
.search .btn-default.active,
.search .open > .dropdown-toggle.btn-default,
.search .btn-default:active:hover,
.search .btn-default.active:hover,
.search .open > .dropdown-toggle.btn-default:hover,
.search .btn-default:active:focus,
.search .btn-default.active:focus,
.search .open > .dropdown-toggle.btn-default:focus,
.search .btn-default:active.focus,
.search .btn-default.active.focus,
.search .open > .dropdown-toggle.btn-default.focus {
    border: 1px solid #fff;
}

.black-header {
    text-align: left;
    color: #000 !important;
    height: 50px;
    line-height: 50px;
    /*margin: 0px -40px 10px;*/
    /*padding: 0 40px;*/
    margin: 0px 0px 10px;
    padding: 0px;
}
.black-header #buttons {
    font-size: 22px;
    padding: 0 0px;
    font-family: Arial;
    color: #0b2238 !important;
    font-weight: 700;
}
.black-header a{
    color: inherit;
}
.black-header a:hover h5{
    text-decoration: underline;
}
.green-header{
    text-align: center;
    color: #666;
    height: 50px;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    margin: 0;
    padding: 0px;
}
.green-header h5 {
    font-family: "Montserrat-Bold",sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize!important;
    color: #fd1e1e!important;
}
.slider-item{
    outline: 0;
    position: relative;
}
.green-header div{
    border-right: 1px solid #eee;

}
.slider-item:before,
#super-deals:before{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#404040+0,3b3a3a+33,484848+67,717171+100&1+0,0.88+33,0.52+67,0+100 */
    /*background: rgba(107,107,107,0.54);
    background: -moz-linear-gradient(left, rgba(107,107,107,0.54) 0%, rgba(153,153,153,0) 56%, rgba(189,189,189,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(107,107,107,0.54)), color-stop(56%, rgba(153,153,153,0)), color-stop(100%, rgba(189,189,189,0)));
    background: -webkit-linear-gradient(left, rgba(107,107,107,0.54) 0%, rgba(153,153,153,0) 56%, rgba(189,189,189,0) 100%);
    background: -o-linear-gradient(left, rgba(107,107,107,0.54) 0%, rgba(153,153,153,0) 56%, rgba(189,189,189,0) 100%);
    background: -ms-linear-gradient(left, rgba(107,107,107,0.54) 0%, rgba(153,153,153,0) 56%, rgba(189,189,189,0) 100%);
    background: linear-gradient(to right, rgba(107,107,107,0.54) 0%, rgba(153,153,153,0) 56%, rgba(189,189,189,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#bdbdbd', GradientType=1 );*/
    -webkit-border-radius: 35px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 35px;
    -moz-border-radius-topleft: 0;
    border-radius: 35px;
    border-top-left-radius: 0;
}

.slider-item .img{
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 300px;
}

.slider-desc{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 40px;
    z-index: 999;
}
.product-price .past-price .mm-icon-azn {
    font-size: 14px;
    position: absolute;
    top: -1px!important;
    margin-left: 2px;
}

#hot-super-deals {
    /* margin-top: 25px; */
    color: #fff;
    margin-bottom: 19px;
    margin-top: 28px;
    top: 2px;
    background-color: #ffffff;
    border: 1px solid #ececec;
}

#hot-super-deals .lead{
    margin-top: 5px;
    margin-bottom: 30px;
}

#hot-super-deals .product-price{
    background: transparent;
    font-size: 20px;
}

#hot-super-deals .product-price .past-price:before{
    height: 2px;
    background: #fff;
}

#hot-super-deals .product-price .past-price{
    padding-right: 26px;
}

#hot-super-deals .product-price i.mm-icon-azn {
    top: 0!important;
    position: absolute;
    margin-left: 2px;
    font-size: 14px;
}
#hot-super-deals .product-actions{
    margin-top: 35px;
}

#hot-super-deals .product-actions a{
    color: #fff;
}

#hot-super-deals .product-actions li img{
    display: inline-block;
}

#hot-super-deals .discount{
    top: 40px;
    right: 40px;
    background-image: url(../img/rectangle-355.png);
    text-align: center;
    font-size: 20px;
    width: 73px;
    height: 52px;
    line-height: 52px;
}

#hot-super-deals .slick-arrow{
    top: auto;
    bottom: 30px;
}

#hot-super-deals .slick-next{
    display: block;
    right: 20px;
    top: 50%;
}

#hot-super-deals .slick-dots{
    bottom: 0;
    margin-bottom: 0;
    left: -20px;
    right: 0;
    height: 30px !important;
}

#hot-super-deals .slick-prev {
    z-index: 2;
    left: 0;
    top: 50%;
}

#hot-super-deals .btn-primary{
    position: absolute;
    bottom: 40px;
}

#hot-super-deals .slick-list{
/*-webkit-border-radius: 35px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 35px;
-moz-border-radius-topleft: 0;
border-radius: 35px;
border-top-left-radius: 0;*/
}

#hot-super-deals .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

#hot-super-deals .slick-dots li button:before{
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 1;
}

#hot-super-deals .slick-dots li.slick-active button:before{
    background: #fd1e1e;
}

#hot-deals-slider{
    height: 300px;
    margin-bottom: 0px;
    overflow: hidden;
}

.card-product{
    outline: 0;
    overflow: hidden;
    background-color: #F6F6F6;
    padding: 20px;
    text-align: left;
   /* -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;*/
    position: relative;
    margin: 0 0 20px;

}
.card-product{}
/*.card-product:before{*/
    /*content: '';*/
    /*background-color: #19d3bf;*/
    /*height: 4px;*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*top: -4px;*/
    /*left: 0;*/
/*}*/

.card-product.white{
    background-color: #fff;
}

.card-product.flip{
    margin: 0 0 30px 0;
}

.card-product.flip .product-img{
    width: calc(50% - 20px);
    display: inline-block;
    float: left;
}
.card-product.flip .product-description{
    width: 50%;
    display: inline-block;
    float: right;
}

.card-product.flip:after{
    content: '';
    clear: both;
    display: block;
}

.card-product.white .product-price{
    margin-bottom: 6px;
    background-color: transparent;
    position: relative;
}

.card-product .product-img{
    position: relative;
}

.card-product .product-img img{
    width: 100%;
}

.product-price {
    padding: 20px 20px 20px 0px;
    font-size: 20px;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 70px;
}
.product-price .past-price{
    position: relative;
    padding-right: 18px;
}

.product-price .past-price:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    width: 100%;
    height: 1px;
    background: #3b3742;
}
/*.product-price .past-price:after{*/
    /*content: "\f105";*/
    /*font-family: 'FontAwesome';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
/*}*/
.product-price .past-price {
    position: relative;
    padding-right: 22px;
    padding-left: 3px;
    font-size: 19px;
    color: #fd1e1e;
}
.product-price .past-price:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 48%;
    left: -2px;
    width: 100%;
    height: 1px;
    background: #fd1e1e;
    border-bottom: 1px solid;
}
.product-price .present-price{
    position: relative;
}
.super-deal-product
.product-price .present-price,
.product-price-sum .present-price{
    margin-top: -7px;
    position: relative;
    font-size: 25px;
    /*font-family: ArialBlack;*/
}

.card-product .product-title{
    font-family: Arial;
    margin: 14px 0 3px;
    color: #000;
}

.card-product-desc .present-price i.mm-icon-azn {
    font-size: 14px;
    top: 3px!important;
}

.product-title>h5{
    height: 35px;
}
.card-product .past-price{

}
.card-product .present-price{
    margin-left: 0!important;
}
.product-title a{
    font-family: Arial, sans-serif!important;
    text-decoration: none!important;
    color: #0058ff !important;
    font-size: 12px;
    line-height: 0.9;
}
.articul{
    font-family: "Arial", sans-serif;
    margin-bottom: 10px;
}
.product-actions{

    color: #337ab7;
    font-family: Arial;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px 0 0;
}
.product-actions i{
    color: #999;
}
.product-actions a{
    text-decoration: none;
    font-size: 16px;
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 3px;
}

.product-actions a.active{
    color: #fd1e1e !important;
}

.product-actions li{
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.btn {
    padding: 6px 10px;
}
.product-actions li:not(:first-child){
    margin-left: 16px;
}

.product-actions li img{
    margin-top: -4px;
    width: 16px;
    height: 16px;
}
.alert.product-not-found b u {
    font-family: Arial;
}

.card-news{
    padding: 16px 0 13px;
    border-top: 1px solid #e7e7e7;
    text-align: left;
}

.card-news .title{
    color: #999;
}
.card-news .date{
    display: block;
    color: rgba(0, 0, 0, 0.3);
    font-size: 13px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #000;
    background-color: #ffd600;
    border-color: #ffd600;
    cursor: default;
}
.pagination>li>a, .pagination>li>span {
    color: #000;
}
.navbar-nav {
    margin: 0px 0px 0 0;
}
/*#sell-out{*/
    /*margin-bottom: 44px;*/
/*}*/
.footer-banners .col-lg-15:first-child img{
    /*border-top-left-radius: 20px;*/
    /*border-bottom-left-radius: 20px;*/
}
.footer-banners .col-lg-15:last-child img{
    /*border-top-right-radius: 20px;*/
    /*border-bottom-right-radius: 20px;*/
}
.banners-under-slider{
    width: 100%;
    margin-top: 15px;
    height: 215px;
    object-fit: cover;
}
.banner_list .footer-banners .col-lg-15:first-child img{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.banner_list .footer-banners .col-lg-15:last-child img{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.under-slider-banner-row,
.under-slider-banner-div{
    padding: 0px 7.5px;
}
.under-slider-banner-text{
    position: absolute;
    top: 40px;
    width: 50%;
    left: 30px;
}
.under-slider-banner-text p{
    line-height: 1;
    padding: 15px 0px;
    color: black;
    font-size: 12px;
}
.under-slider-banner-a{
    color: #337ab7;
    position: absolute;
    bottom: 15px;
    left: 30px;
}
.under-slider-banner-a:hover{
    /*text-decoration: none;*/
    color: #337ab7;
}
.under-slider-banner-text h3{
    font-size: 20px;
    color: black;
    min-height: 45px;
}

footer{

    margin-top: 40px;
    background-color: #eaeaea;
    padding: 20px 0 94px;
}

footer .copyright{
    margin-top: 15px;

}

footer ul{
    text-align: right;
    margin-top: 15px;
    list-style: none;
    padding: 0;
}

footer ul li{
    margin-top: 5px;
}

footer ul li a{
    color: #fd1e1e;
}

footer ul li a:hover{
    color: #F96D5B;
}

@media(min-width:768px) {
    #sidebar-wrapper {
        width: 80px;
    }
    .profile_menu{
        display: inline-block;
    }
    #wrapper.sidebar-wrapper-opened #sidebar-wrapper{
        width: 250px;
    }

    #page-content-wrapper {
        position: relative;
    }
    .main-logo-mega{
        margin-top: 0px;
    }
    .search-form{
        /*padding-top: 12px;*/
    }
    .search>form>button{
        top: 11px;
        right: 10px;
    }
    .navbar{
        min-height: 0px;
    }
    .navbar-nav > li > a{
        text-transform: none;

    }
    .profile_drp img{
        width: 30px;
    }

}
.text-red {
    color: #000 !important;
}

#super-deals{
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    height: 300px;
    background-size: auto 100%;
    background-position: center;
    /*-webkit-border-radius: 35px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 35px;
    -moz-border-radius-topleft: 0;
    border-radius: 35px;
    border-top-left-radius: 0;*/
    z-index: 0;
}

#super-deals .super-deal-product{
    position: absolute;
    width: 100%;
    padding: 25px;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
   /* border-radius: 35px;*/
    border-top-left-radius: 0px;
}

#super-deals .super-deal-product .price-discount-block {
    display: inline-block;
    border: 2px solid white;
    padding: 0 20px 0 6px;
    border-radius: 5px;
}

/*i.mm-icon-azn{*/
    /*font-size: 10px;*/
    /*position: absolute;*/
    /*top: 3px;*/
    /*margin-left: 2px;*/
/*}*/

span.discount{
    display: inline-block;
    position: absolute;
    font-family: 'FuturaPT-Heavy';
    z-index: 10;
    right: 8px;
    top: 23px;
    width: 44px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    background: url('../img/rectangle-351.png');
}

@media (max-width: 1650px){
    .discounts_link{
        margin-right: 64px;
    }
}

.discounts_link{
    color: #fd1e1e;
    text-decoration: none;
    display: inline-block;
    float: right;
    font-family: Arial;
    text-decoration: none;
    /*background: #fd1e1e;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    padding:12px 15px;
    margin:11px 0;
    color: #fff;
}
.discounts_link:hover{
    color: #FFD600;
    text-decoration: none;
}
.discounts_link h4{
    font-family: Arial;
    font-size: 11px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    color: #FF2424;
}
.discounts_link h4:hover{
    color: #FFD600;
}
.manufacturers_link{
    margin-right: 10px;
    color: #eee;
    background: none;
    font-weight: bold;
}
.navigation-hidder .navbar-nav>li>a:hover{
    color: #FFD600;
}
.discounts_link.manufacturers_link:hover h4{
    color: #FFD600;
}
.slick-prev:before, .slick-next:before{
    font-family: 'megamart-icons';
    font-size: 40px;
}

.slick-prev:before {
    content: "\62";
    font-size: 40px;
}

.slick-next:before {
    content: "\61";
}

.slick-dots li button{
    width: 10px;
    height: 10px;
}
.btn-primary:hover{

}
.buyButton {
    padding: 8px 50px;
    font-family: Montserrat-Black;
    font-size: 16px;
    transition: .2s all;
    position: relative;
}
.new-product-card .buyButton{
    box-shadow: 0 3px 18px 0 rgba(191, 191, 191, 0.5);
    -webkit-box-shadow: 0 3px 18px 0 rgba(191, 191, 191, 0.5);
    -moz-box-shadow: 0 3px 18px 0 rgba(191, 191, 191, 0.5);
}
/*.buyButton > span::before{*/
    /*position: absolute;*/
    /*left: 12px;*/
    /*top: 12px;*/
    /*content: ' ';*/
    /*width: 16px;*/
    /*height: 16px;*/
    /*background: url(../img/svg/cart.svg) no-repeat center;*/
/*}*/
.items-slider{
    visibility: hidden;
}
.items-slider.slick-initialized{
    visibility: visible;
}
.items-slider .glyphicon-menu-left,
.items-slider .glyphicon-menu-right,
.accessory-slider .glyphicon-menu-left,
.accessory-slider .glyphicon-menu-right {
    display: inline-block;
    color: #000;
    margin-top: -50px;
    top: 50%;
    padding: 25px 3px;
    position: absolute;
    z-index: 2;
    /*background: #ffd600;*/
    font-size: 33px;
    cursor: pointer;
}
.items-slider .glyphicon-menu-left{
    left: 7px;
}
.items-slider .glyphicon-menu-right{
    right: 7px;
}
.accessory-slider .glyphicon-menu-left{
    left: 7px;
}
.accessory-slider .glyphicon-menu-right{
    right: 2px;
}

.page-header {
    height: auto;
    /*border-bottom: 1px solid #ccc;*/
}
/*.items-slider{*/
    /*margin: -4px -15px 0px;*/
/*}*/

.jumbotron{
    background-size: cover;
    background-position: center;
    margin-top: 9px;
}

.navbar-nav > li > a{
    /*height: 60px;*/
    /*line-height: 60px;*/
    padding: 14px 5px;
    font-size: 12px;
}

.navbar-nav > li > a.dropdown-toggle{
    padding: 0 20px;
}

#product_img{
    margin: 0 auto;
    max-width: 500px;
}

.product_small_img img, .product_small_img_static img{
    width: 70px;
    height: 70px;
    border: 1px solid #f6f6f6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 10px;
}
.product-video-icon{
    position: absolute;
    color: #fff;
    font-size: 30px;
    left: 22px;
    top: 20px;
    text-shadow: 0px 0px 10px #000;
}
.product_small_img_static {
    cursor: pointer;
}
.product-video-preview{
    position: relative;
}
.product_small_img.active img, .product_small_img_static.active img{
    border-color: #fd1e1e;
}

.videoWrapper2 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-product-desc{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #F6F6F6;
    padding: 20px;
    text-align: center;
    position: relative;
}

.card-product-desc .product-price{
    font-size: 20px;
}

.card-product-desc .product-price i.mm-icon-azn{
    font-size: 14px;
    top: 1px;
}

.card-product-desc .bonus{
    color: #fd1e1e;
    font-family: "FuturaPT-Heavy";
    letter-spacing: 0px;
    border-bottom: 1px solid #fff;
    padding: 10px 20px 15px;
    margin: 0 -20px;
    text-transform: uppercase;
    margin-top: 5px;
}
.card-product-desc .availability{
    font-family: "FuturaPT-Heavy";
    letter-spacing: 0px;
    padding: 10px 20px 15px;
    margin: 0 -20px;
    color: #878787;
}
.card-product-desc > a{
    margin-top: 20px;
    display: block;
}

.card-product-desc .link-compare{
    font-family: "FuturaPT-Heavy";
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.card-product-desc .link-compare .mm-icon-compare{
    font-size: 20px;
    float: left;
}

.card-product-desc .link-compare span{
    margin-top: 2px;
    margin-left: 5px;
    display: inline-block;
}

.card-product-desc .product-actions{
    border-top: 1px solid #fff;
    padding: 20px 20px 10px;
    margin: 0 -20px 0;
}

#about_product .btn{
    display: block;
}
/*.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 *
    padding-top: 25px;
    height: 0;
}*/
.videoWrapper iframe {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
}

.search-form{
    position: relative;
}
#elastic {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 40px;
    z-index: 11;
}
.itemBlock a {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    float: left;
    width: calc(100% - 150px);
}
.itemBlock img{
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
    border: 1px solid #D3D3D3!important;
    height: 53px;
    width: 53px;
    padding: 3px;
    background: #fff;
    margin-right: 5px;
}

.selected{
    background: #F6F6F6;
}
.selected>a{
    color:#000;

}
.itemBlockBtn{
    float: right;
    background: #ffd600;
    border: 1px solid #ffd600;
    border-radius: 34px;
    margin-right: 10px;
    margin-top: 19px;
    color:#000;
    display: none;
}
.quantityBlock span{
    float: left;
}
.quantity input{
    width: 30px;
    display: inline-block;
}
.siteLoginSignUp>div{
    float: left;
}
.panel-hide{
    display: none;
}
#bucket_button {
    background-color: #ffd600;
    color: #fd1e1e;
    position: fixed;
    top: 165px;
    opacity: 1;
    z-index: 50;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    width: 50px;
    height: 50px;
    display: inline-block;
    right: 21px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transform: rotate(40deg);
}
.bucket_count_span {
    position: absolute;
    top: -15px;
    font-weight: bold;
    margin: 0 auto;
    background: #000;
    right: 0px;
    padding-top: 2px;
    left: 0;
    transform: rotate(-40deg);
    text-align: center;
    z-index: 1;
    font-size: 12px;
    border-radius: 15px;
    height: 21px;
    width: 21px;
    color: #fff!important;
}
#bucket_button .glyphicon-shopping-cart{
    font-size: 25px;
    padding: 12px 15px 10px 12px;
}
#bucket_button .glyphicon-triangle-right {
    position: absolute;
    right: -9px;
    top: 18px;
    color: #ffd600;
}
#bucket_window {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -600px;
  max-width: 600px;
  height: 100%;
  width: 100%;
  z-index: 99999999999;
  overflow: hidden;
}

#bucket_window .bucket-item-count {
    border: none;
    border-radius: 5px;
}

#bucket_window .bucket-header {
  height: 80px;
  line-height: 80px;
}
#bucket_window .bucket-header .bucket-info {
    font-size: 18px;
    font-family: montserrat-bold;
    color: #000000;
    padding: 0 40px;
}
#bucket_window .bucket-header .bucket-info .fa-shopping-basket {
  font-size: 24px;
}
#bucket_window .bucket-header .fa-times {
  font-size: 20px;
  position: absolute;
  right: 26px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.25s cubic-bezier(0.4, -0.04, 0.27, 1.01);
}
#bucket_window .bucket-header .fa-times:hover {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.25s cubic-bezier(0.4, -0.04, 0.27, 1.01);
  -moz-transition: all 0.25s cubic-bezier(0.4, -0.04, 0.27, 1.01);
  transition: all 0.25s cubic-bezier(0.4, -0.04, 0.27, 1.01);
}
#bucket_window .bucket-content {
  width: 100%;
  height: calc(100% - 230px);
  overflow: hidden;
  overflow-y: visible;
}
#bucket_window .bucket-content ul {
  list-style: none;
  display: block;
  padding: 5px 20px 0;
}
#bucket_window .bucket-content ul li {
  overflow: hidden;
    border: 1px solid #eee;
  height: 100px;
    position: relative;
  width: 100%;
  border-radius: 5px;
}
#bucket_window .bucket-content ul li .bucket-item-img,
#bucket_window .bucket-content ul li .bucket-item-count {
  display: inline-block;
  height: 100px;
  line-height: 100px;
}
#bucket_window .bucket-content ul li .bucket-item-img {
  float: left;
}
#bucket_window .bucket-content ul li .bucket-item-img img {
    margin: 27px;
    width: 45px;
    height: 45px;
}
#bucket_window .bucket-content ul li .bucket-item-name {
    float: left;
    padding: 40px 10px 40px 0px;
    max-width: calc(100% - 260px);
    width: 100%;
}
#bucket_window .bucket-content ul li .bucket-item-name a{
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: block;
}
#bucket_window .bucket-content ul li .bucket-item-count {
  position: relative;
  display: inline-block;
}
#bucket_window .bucket-content ul li .bucket-item-count span {
    width: 42px;
    height: 36px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #19d3bf;
    outline: none;
    display: inline-block;
    line-height: normal;
    padding-top: 8px;
}
#bucket_window .bucket-content ul li .bucket-item-count input::-webkit-inner-spin-button,
#bucket_window .bucket-content ul li .bucket-item-count input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#bucket_window .bucket-content ul li .bucket-item-count input:focus {
  box-shadow: 0 0 5px 0px #19d3bf;
}
#bucket_window .bucket-content ul li .bucket-item-count .fa-angle-up,
#bucket_window .bucket-content ul li .bucket-item-count .fa-angle-down {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: calc(50% - 10px);
}
#bucket_window .bucket-content ul li .bucket-item-count .fa-angle-up {
  top: 13px;
}
#bucket_window .bucket-content ul li .bucket-item-count .fa-angle-down {
  bottom: 8px;
}
#bucket_window .bucket-content ul li:hover {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#bucket_window .bucket-content ul li .bucket-item-price {
    display: inline-block;
    padding: 40px 28px 0 0;
    width: 90px;
    text-align: right;
    float: left;
}
#bucket_window .bucket-content ul li .fa-trash {
    position: absolute!important;
    top: 7px!important;
    right: 9px!important;
  font-size: 16px;
  cursor: pointer;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.25s cubic-bezier(0.4, -0.04, 0.27, 1.01);
}
#bucket_window .bucket-content ul li .fa-times:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.25s cubic-bezier(0.4, -0.04, 0.27, 1.01);
  -moz-transition: all 0.25s cubic-bezier(0.4, -0.04, 0.27, 1.01);
  transition: all 0.25s cubic-bezier(0.4, -0.04, 0.27, 1.01);
}
#bucket_window .bucket-footer {
  background-color: #0046BE;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  padding-bottom: 10px;
}
#bucket_window .bucket-footer .bucket-price-sum {
    position: relative;
  height: 90px;
  line-height: 90px;
  color: #fff;
  text-transform: uppercase;
}
#bucket_window .bucket-footer .bucket-price-sum .price,
#bucket_window .bucket-footer .bucket-price-sum .key {
  display: inline-block;
}
#bucket_window .bucket-footer .bucket-price-sum .key {
  width: 100px;
    font-family: Montserrat-Bold;
    font-size: 24px;
}
#bucket_window .bucket-footer .bucket-price-sum .price .number {
  font-size: 24px;
    font-family: Montserrat-Bold;
}
#bucket_window .bucket-footer .help-block {
    position: absolute;
    bottom: 0;
    margin: 0;
    color: white;
    line-height: normal;
}
#bucket_window .bucket-footer .btn {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    font-family: Montserrat-extrabold;
    font-size: 12px;
    -webkit-border-radius: 3px;
}
#bucket_window .bucket-footer .make_order.disabled {
    transition: 0.3s;
}
#bucket_backdrop{
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 50;

}

.scroll-bar-wrap {
  position: relative;
}
.scroll-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.scroll-box::-webkit-scrollbar {
  width: .4em;
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2);
}
.cover-bar {
  position: absolute;
  background: #fff;;
  height: 100%;
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
   opacity: 0;
  -webkit-transition: all .5s;
}

.basket-item{
    position: relative;
}
.product-price .mm-icon-azn{
    font-size: 14px;
    position: absolute;
    top: 17px!important;
    margin-left: 2px;
}
.product-price-sum .mm-icon-azn{
    font-size: 14px;
    position: absolute;
    top: 10px!important;
    margin-left: 2px;
}
.basket-item>div {
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    height: 100px;
    padding: 14px;
    text-align: center;
}
table>thead>tr>th{
    text-align: center;
}
.table-bordered {
    border: none;
}
.basket-item:after{
    content: '';
    display: block;
    clear: both;
}

.basket-item .product-title{
    height: 20px;
    width: 100%;
    font-family: "Arial",sans-serif!important;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
}
.basket-item .product-title h5{
    font-family: "Arial",sans-serif!important;
}

.basket-item .product-bonus{
    font-family: Arial !important;
    font-size: 14px;
    letter-spacing: 0px;
    color: #fd1e1e;
}
.increase{
    position: relative;
    color: #fd1e1e!important;
}
.basket-sum{
    padding: 20px 0;
}

.basket-item span{
    display: inline-block;
    background-color: #fff;
    border: none;
    text-align: center;
}

.basket-item input::-webkit-inner-spin-button,
.basket-item input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.basket-item .bucket-item-count .fa {
    cursor: pointer;
    padding: 9px 14px;
    line-height: 18px;
    text-align: center;
}
.basket-item .bucket-item-count .fa-angle-up {
    border-right: 1px solid #eee;
}
.basket-item .bucket-item-count .fa-angle-down {
    border-left: 1px solid #eee;
}
.basket-item .product-price{
    font-size: 14px;
    color: #3b3742;
}

.product-price-sum{
    font-weight: bold;
    font-size: 20px;
    color: #3b3742;
}

.push20{
    display: block;
    height: 20px;
}
.product-price{
    /*font-family: ArialBlack;*/
    font-family: Montserrat-ExtraBold !important;
    font-weight: 600;
}
.basket-item .bucket-item-remove i{
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.valign-wrapper {
    max-width: 125px;
    margin: 0 auto;
}
.margin_class{
    /*padding-top: 32px;*/
}
.basket-item .product-title h5{
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    text-align: left;
    white-space: nowrap;
}
.basket-item img{
    display: inline-block;
    text-align: center;
}
.basket-item .basket-height{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parent-node{
    position: relative;
    border-bottom: 0px solid #eee;
}
.parent-node .icon-tag {
    position: absolute;
    right: 0px;
    top: 0px;
    /*color: #ddd;*/
    font-size: 20px;
    padding: 9px 0px 7px 35px !important;
    width: 60px;
    /*text-transform: uppercase;*/
}
.parent-node i{
    color: #ddd;
}
.parent-node ul {

    position: absolute;
    left: 100%;
    background: #FFFFFF;
    border: 1px solid #ddd;
    top: -1px;
    width: 100%;
    padding:5px 0;
    list-style-type: none;
}

.parent-node ul li a, .parent-node a {
    font-size: 15px;
}
.parent-node ul li a{
    padding: 5px 20px;
    display: inline-block;

}
.width100{
    width:calc(100% - 3px);
    padding: 0px 0 15px;
    margin-left: -1px;
}
.checkout-steps .col-lg-20{
    padding-left: 20px;
    padding-right: 20px;

}
.login-signup-form .form-control:focus {
    border: 1px solid blue;
}
.form-control {
    height: 35px;
    border-radius: 8px;
    border: solid 1px #e0e0e0;
}
.login-signup-form .form-control {
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    height: auto;
    font-size: 16px;
    transition: 0.3s;
    box-shadow: inset 3px 3px 7px 0 rgba(220, 220, 220, 0.5);
}
.login-signup-form .has-error .form-control {
    border-color: red !important;
}
.has-success .form-control{
    border: solid 1px #19d3bf;
}
.control-label{
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    color: #a7a7a7;
}
/*.checkout-block {*/
    /*background: #fff;*/
/*}*/
.custom_table{
    border: none;
}
.checkout-steps{
    padding: 40px;
}
.order_details_list>div{
    display: inline-block;
    padding: 10px;
}
.table-responsive table{
    background: white;
}
.table-responsive table td{
    white-space: inherit !important;
    line-height: inherit !important;
    vertical-align: inherit !important;
}
.table-responsive table th:first-child{
    width: 168px !important;
}
.table-responsive table th:nth-child(2){
    width: 60px !important;
}
.table-responsive table th:nth-child(3){
    width: 600px;
}
.table-responsive table th:nth-child(4){
    width: 92px;
}
.compareButton{
    font-size: 12px;
    font-family: Arial;
}
.product-description .btn-group-custom .btn{
    display: none;
}
#filter-products .btn-group-custom .btn {
    display: none;
}
#filter-products .product-price{
    height: 35px;
}
.product-description .product-price{
    height: 35px;
}
.btn-group-custom .btn{
    margin-bottom: 10px;
    max-width: 140px;
    width: 100%;
}
.buyButton.disabled{
    opacity: .45;
}
.btn-group-custom .btn:last-child{
    margin-bottom: 0;
}
.line-bg {
    padding-top: 20px;
}

header nav .navbar-collapse{
    max-width: 1500px;
    margin: 0 auto!important;
}
.breadcrumbWrapper{
    background: white;
    margin-top: 50px;
    /*border-radius: 25px;*/
    padding: 10px 0px 18px 0px;
    }

.bc_links {
    float: left;
    font-family: Arial;
    font-size: 13px !important;
}
.bc_links a {
    padding: 0px 1px 0 3px;
    font-family: Arial;
    text-decoration: none;
    margin-top: 1px;
}.bc_links a:hover {
    text-decoration: underline;
}
.bc_active  {
    color: #fd1e1e;
    font-family: Arial;
    padding-left: 3px;
    display: inline-block;

}

.breadcrumb{
    margin-top: 15px;
    margin-left: -20px;
    margin-bottom: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: Arial;
    background: none;
}

#static{
    background: white;
    padding: 20px;
    border-radius: 25px;
    margin-top: 20px;
}
.page-header h1 {
    /*font-family: ArialBlack;*/
    font-size: 25px;
    margin: 10px 0;
}

.diqqet {
    font-size: 18px;
    margin: 10px 0;
    color: #ff0000;
    text-align: center;
}
#product{
    background: #fff;
    padding:20px;
    margin-bottom: 30px;
    position: relative;
}
#about_product{
    background: #fff;
    margin-bottom: 20px;
    padding:0 0 20px 0 ;
}
#about_product .tab-content{
    /*padding-left:0 !important;*/
    /*padding-right:0 !important;*/
}
#about_product .nav-tabs{
    background: #ffffff;
    padding: 0;
    border-bottom: 1px solid #d3d6db;
}
.nav-tabs>li:first-child a{
    border-left: 0!important;
}
.nav-tabs>li>a {
    border-radius: 0!important;
    padding: 0;
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #d3d6db !important;
    margin-right: -1px;
    border-left: 1px solid #d3d6db !important;
}
#about_product .nav-tabs li a{
    color: #000;
    font-family: Montserrat-Extrabold;
    font-size: 12px;
}
#about_product table{
    font-family: Arial !important;
}
#product{
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;}

@media (min-width: 768px){
    .productThumbImages{
        height: 398px;
        overflow-y: auto;
    }
}
@media (max-width: 768px){
    .categories-details{
        display: none;
    }
    .productThumbImages{
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        font-size: 0;
        height: 95px;
        margin-top: 10px;
    }
    .profile_menu{
        margin-left: 10px;
        margin-top: 10px;
    }
    .productThumbImages div{
        display: inline-block;
        margin: 0px 10px;
    }
    .text-block{
        display: none;
    }
    .jumbotron{
        margin-bottom: 25px !important;
    }
    #header-top .static_pages li a {
        border-right: 0px solid #b83222;
    }
    .card-product{
       /* border-radius: 20px;*/
    }
    .static_pages.lang_list{
        margin-bottom: 15px !important;
    }
    .minheight500{
        min-height: auto !important;
    }

    .footer-banners img{
        /*border-radius: 20px !important;*/
    }
    .inner_page h3{
        margin-bottom: 15px;
    }
}

.nav-tabs {
    margin-left: 0;
    margin-right: 0;

}
#about_product .tab-content{
    padding: 0 40px;
}
/*.product-description{*/
    /*overflow: hidden;*/
/*}*/
#about_product td{
    padding: 10px;
    background: #fff;
}
/*#about_product tbody>tr>td  {*/
    /*background: #eee!important;*/
/*}*/

.slick-prev {
    left: 15px;
    z-index: 999;
}
#basket{
    background: #fff;
    position: relative;
    margin-bottom: 0px;
}

#basket .basket-borders {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.border-left {
    border-left: 1px solid #eee;
}

.button_checkout button{
    width: 100%;
}
.page-header-block {
    margin: 65px 0 40px;
}
.product_image{
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
}
.product_image img{
    display: inline-block;
}
.bucket-item-count{
    border: 1px solid #eee;
    border-radius: 5px;
}
.quantity{
    padding: 0 10px;
}
.img_size{
    width: 80px;
}
.white_block{
    position: relative;
}
.checkout_headers{
    font-size: 26px;
    text-align: center;
    font-family: Montserrat-ExtraBold;
    text-transform: uppercase;
}
.card-product .present-price .mm-icon-azn{
    top: 4px!important;
}
.card-product .past-price .mm-icon-azn{
    top: -1px!important;
}
.page-header .text-red{
    font-family: Montserrat-ExtraBold;
}
.control-label{
    font-family: "Arial",sans-serif!important;
    font-size: 14px;
    color: #737373;
}
.form-control{
    font-family: "Arial",sans-serif!important;
}
.right_badge {
    width: 100%;
}

.left_badge{
    padding: 24px;
    font-size: 23px;
    text-align: right;
    text-transform: uppercase;
    font-family: Montserrat-ExtraBold;
    color: #fd1e1e;
}
.right_badge{
    background: #fff;
    margin-top: 0px;
    text-align: center;
    position: relative;
    font-size: 29px;
    font-family: Montserrat-Black !important;
    padding: 20px;
}
.right_badge i.mm-icon-azn {
    font-size: 14px;
    position: absolute;
    top: 29px;
    margin-left: 2px;
}
#buyed-with-this{
    margin-top: 30px;
}
.filters_list{
    background: #fff;
}
div.filters_list{
    padding:30px;
    border: 1px solid #eaeaea;
    /*border-radius: 7px;*/
}

ul.filters_list{
    padding: 0 0 6px 0px;
}
ul.filters_list li{
    list-style-type: none;
}
.filters_list h3 {
    font-family: "Arial",sans-serif!important;
    font-size: 15px;
    color: #b83222;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.filter{
    font-weight: normal;
    font-family: "Arial",sans-serif!important;
}
.filter input {
    margin-right: 12px;
}
.switcher{
    cursor: pointer;
    text-transform: uppercase;
}
.list_container{
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}
.height30{
    height: 30px;
    transition: all 0.3s;
    overflow: hidden;
}
.heading {
    text-align: left!important;
    font-size: 23px;
}
#slider-snap-value-lower,
#slider-snap-value-upper{
    width: 45%;
    display: inline-block;
}
div#slider-handles {
    margin: 0 auto 30px;
    max-width: 220px;
    margin-left: 17px;
    z-index: 0;
}
.noUi-horizontal .noUi-handle {
    width: 20px!important;
    height: 20px!important;
    left: -17px;
    top: -7px;
    border-radius: 19px;
}

.noUi-horizontal {
    height: 8px!important;
}
.noUi-handle-lower,
.noUi-handle-upper{
    border: 6px solid #b83222!important;
}
.checkbox_span {
    cursor: pointer;
    margin-right: 5px;
}
.filters_list label{
    padding: 0;
}
.checkbox_span .fa-square-o{
    font-size: 15.3px;
}
.checkbox_attr{
    font-family: "Arial";
    font-weight: normal!important;
    color: #777;
}
.white_block>span {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: inline-block;
    border-right: 1px solid #eee;
    font-weight: bold;
    font-size: 16px;
    color: #fd1e1e;
    font-family: "Arial",sans-serif!important;
}
.white_block>span:first-child {
    border-right: 1px solid #eee;
}
.field-addressform-address,
.field-addressform-number{
    padding:0 20px;
}
.field-addressform-address label , .field-addressform-number label{
    font-weight: bold;
    font-size: 16px;
    color: #fd1e1e!important;
    font-family: "Arial",sans-serif!important;
    padding: 22px 0;
    width: 100%;
}

.btn-block-tabs .checkout_btn {
    background: #fff;
    max-width: 50%;
    display: inline-block;
    border: 1px solid #eee;
    outline: none;
    padding: 10px;
    border-top: 0;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    color: #A9A9A9;
}
.btn-block-tabs .checkout_btn:first-child {
    border-left:0;
}
.btn-block-tabs .checkout_btn:last-child {
    border-right:0;
}

.active_btn {
    background: #fff!important;
    border-bottom: 0!important;
    color: #fd1e1e!important;
    padding-bottom: 11px!important;
}
.btn-primary {
    color: #000;
    background-color: #ffd600;
    border-color: #2e6da4;
    padding: 10px 25px;
    border-radius: 50px;
}
.login-signup-page .btn-primary {
    padding: 15px 0;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    font-size: 12px;
    width: 100%;
    background-color: #0046BE;
    box-shadow: 0 9px 14px -10px rgba(0, 0, 0, 0.5);
}
.login-signup-page .btn-primary:hover, .login-signup-page .btn-primary:active {
    background-color: #003795;
    color: white;
}
.padding20{
    font-family: "Montserrat-Bold" !important;
    padding: 20px;
}
.slick-track .card-product{
    margin: 0 -1px 20px;
}
.auth-link{
    color: #fff!important;
    text-decoration: none!important;
}
.auth-clients .auth-client .auth-link {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 8px 20px 9px 44px!important;
    border-radius: 20px;
}
.auth-link:hover{
    text-decoration: none;
    color: #fff;
}
.auth-clients {
    margin: 0;
    list-style: none;
    overflow: visible;
    padding: 1px 0 0 6px
}
.auth-client {
     float: none;
    margin-bottom:15px;
}
.divider-sm {
    width: 1px;
    height: 19px;
    display: inline-block;
    position: absolute;
    left: 43px;
}
.auth-client .auth-link .auth-title {
    display: inline-block;
    margin-top: 0;
    text-align: center;
    max-width: 142px;
    width: 100%;
}
.google .divider-sm{
    background: #DE7260;
}
.google i {
    position: absolute;
    left: 18px;
    top: 10px;
}
.facebook .divider-sm{
    background: #7193CA;
}
.facebook i {
    position: absolute;
    left: 18px;
    top: 10px;
}
.field-loginform-rememberme label{
    font-weight: normal;
    font-size: 13px;
    display: inline-flex !important;
    align-items: flex-end;
}
.white_block .media{
    padding: 20px;
}
.centered {
    margin: 50px auto;
    padding: 20px 20px 60px;
    min-height: 150px;
}
.vertical_aligned{
    padding: 17px;
}

.user-auth .btns-header a {

}
.user-auth .btns-header:last-child a {
    margin: 0;
}
.inline_menu ul li{
    display: inline-block;
    margin-right: 14px;
}
.text-wrapper {
    margin:110px auto 0;
    position: relative;
    text-align: justify;
}
.increased_height{
    max-height: 100%!important;
    transition: max-height 0.25s ease-in;
}
.read_more{

}

.background_opacity{
    text-align: center;
}
.text-block {
    position: relative;
    background: white;
    padding: 25px 20px 20px 20px;
    border-radius: 20px;
    max-height: 370px;
    padding-bottom: 50px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    color: #999;
    font-family: "Arial", sans-serif;
}
.background-block {
    background: url("../img/bg_opacity.png") repeat;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100px;
    bottom: 0;
    padding: 12px;
    left: 0px;
}
#read_more{
    margin-top: 52px;
    background: transparent;
    border: none;
    font-size: 26px;
    outline: none;
}

@media (max-width: 769px) {
 .page-header h1{
     font-size: 18px!important;
     margin-top: 15px;
 }
 .nav-tabs>li>a {
        padding-right: 10px;
        padding-left: 10px;
 }
 #about_product .tab-content {
        padding: 0 10px;
 }
 .bucket-footer .btn{
     font-size: 13px!important;
 }
#bucket_window .bucket-content ul li {
    height: 110px!important;
    position: relative;
}
}

.category_drop .glyphicon-menu-hamburger {
    font-size: 22px;
    position: absolute;
    top: 18px;
    left: 20px;
}
.category_drop .caret{
    font-size: 15px;
}
.category_drop{
    /*color: #ffd600!important;*/
    /*padding: 0 15px 0 55px!important;*/
    font-family: Arial!important;
}
.accessory .product-title h5 a{
    font-size: 12px;
}

.accessory .buyButton{
    font-size: 12px;
}
.accessory .product-price{
    height: 45px;
}

.accessory .present-price{
    font-size: 22px;
}
.sm_btn{
    font-size: 12px;
    font-family: Arial!important;
    text-transform: lowercase;
    padding: 5px 11px;
}
.header_links{
    margin: 0;
    /*padding: 0 0 0 40px;*/
    padding: 11px 0;
}
.header_links a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid white;
    padding: 5px;
}

.header_links li{
}
.btns-header .dropdown-toggle{
    display: inline-block;
    color: #fff;
}
.selected_lang{
    color: #ffd600!important;
}
.dropdown-toggle img{
    width: 34px;
     border-radius: 50px;
}
#header-top .static_pages{
    margin: 0px 0 0 0;
    list-style: none;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    /*margin-left: 180px;*/
}
#header-top{
    font-size: 13px!important;
}
.social_block_icons li a{
    color: #000!important;
    font-size: 21px;
}
.introduction_to_social_networks{

}
.share_methods {
    border: 1px solid #eee;
    z-index: 1;
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    top: -45px;
    width: 200px;
}
.share_methods li a{
    font-size: 25px;
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
}
.shadow_backdrop{
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #DCDCDC;
    opacity: .6;

}
.resize_category .glyphicon-menu-hamburger{

}
#main_category_menu{
    border: none;
}
@media (min-width: 768px){
    .navbar-default .navbar-nav>li>a:focus{
        color: #FFD600;
    }
    .modal-dialog, .modal-dialog-dinamic {
        width: 600px;
        margin: 115px auto;
    }
    .isNotHome .categories-button-new{
        width: 266px;
    }
    .top_categories{
        width: 100%;
    }
    .isNotHome #main_category_menu{
        width: 266px;
        padding: 0px;
        /*-webkit-border-radius: 5px;*/
        /*-moz-border-radius: 5px;*/
        /*border-radius: 5px;*/
    }
    .isHome #main_category_menu{
        display: block;
        position: static;
        margin-bottom: 0px;
        padding-bottom: 0px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .isHome .category_list .category_drop{
        display: none;
    }
    .isHome.resize_category,
    .isHome .category_list{
        width: 100%;
    }
    #hot-super-deals .parent-node a:last-child{
        border: none !important;
    }
    #hot-deals-slider * {
        height: 100% !important;
    }
    #hot-deals-slider{
        height: 100%;
    }
    .has_banner{
        height: 388px !important;
    }
    #hot-super-deals .row {
        /*display: flex;*/
        flex-wrap: wrap;

    }
    .category_drop{
        padding: 0px!important;
        width: 170px;
        text-align: center;
    }
    .navbar-default .navbar-nav > .dropdown > a{
        color: #FFD600;
    }
    .navbar-default .navbar-nav > .dropdown > a:hover{
        color: #FFD600;
    }
    .category_drop .glyphicon{
        /*margin-right: 5px;*/
        color: #FFD600;
    }
    .isNotHome .category_drop{
        color: #FFD600 ;
    }
    .isNotHome .category_drop:hover {
        color: #FFD600;
    }
}
@media (min-width: 1200px){
    .modal-dialog-dinamic {
        width: 800px;
        margin: 115px auto;
    }
}
@media (min-width: 1600px){
    .modal-dialog-dinamic {
        width:1000px;
        margin: 115px auto;
    }
}
.profile_menu{
    display: inline-block;
    float: right;
}
@media (max-width: 1303px){
    .top_categories li a{
        padding-left: 3px;
        padding-right: 3px;
    }
    .category_list .category_drop{
        /*padding: 0 30px 0 55px!important;*/
    }
    .category_list .category_drop span{
        /*left: 20px;*/
    }
}
@media (max-width: 1152px){
    .top_categories li a{
        font-size: 12px;
    }
    /*.category_list .category_drop {*/
        /*padding: 0 30px 0 45px!important;*/
    /*}*/
    /*.category_list .category_drop span {*/
        /*left: 15px;*/
    /*}*/
    /*.category_list .category_drop{*/
        /*padding: 0 30px 0 55px!important;*/
    /*}*/
    /*.category_list .category_drop span{*/
        /*left: 20px;*/
    /*}*/
}
#header-top li:last-child {
    margin-right: 0!important;
}
    /*@media (max-width: 1415px){*/
        /*.static_pages li:nth-child(1){*/
            /*display: none!important;*/
        /*}*/
    /*}*/
    /*@media (max-width: 1224px){*/
        /*.static_pages li:nth-child(2){*/
            /*display: none!important;*/
        /*}*/
    /*}*/
    /*@media (max-width: 1163px){*/
        /*.static_pages li:nth-child(3){*/
            /*display: none!important;*/
        /*}*/
    /*}*/
    /*@media (max-width: 1004px){*/
        /*.static_pages li:nth-child(4){*/
            /*display: none!important;*/
        /*}*/
    /*}*/
    /*@media (max-width: 903px){*/
        /*.static_pages li:nth-child(5){*/
            /*display: none!important;*/
        /*}*/
    /*}*/
@media (max-width: 800px){
    .static_pages{
        display: none!important;
    }
}
@media (max-width: 820px){
    #hot-super-deals {
        margin: 0px;
        background: none;
        padding: 0px;
    }
}
@media (max-width: 1082px){
    .top_categories li a{
        /*font-size: 11px;*/
    }
}
@media (max-width: 1030px){
    .top_categories li a{
        /*font-size: 10px;*/
    }
}
@media (max-width: 992px){
    .top_categories li a{
        /*font-size: 10px!important;*/
    }
    .top_categories li:first-child{
        /*display: none;*/
    }
}
@media (max-width: 811px){
    .top_categories li a{
        /*font-size: 10px!important;*/
    }
    .top_categories li:nth-child(2){
        /*display: none;*/
    }
}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    /*border-bottom: 1px solid #eee;*/
    clear: both;
    word-wrap: break-word;
    font-weight: normal;
    line-height: 0.92857143;
    width: 100%;
    color: #333;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 15px;
}
.parent-node .icon-tag{
    background: none !important;
}
.name_span{
    font-family: 'Arial',sans-serif;
    color: #fff;
    font-size: 14px;
}
.profile_drp {
    text-decoration: none!important;
    display: inline-block;
}
.text_align_right{
    text-align: right;
}
.header_links{
    display: flex;
    text-align: center;
}
.profile_menu .dropdown-menu{
    top: 39px;
    padding-bottom: 0;
}
.profile_menu .dropdown-menu li{
    margin-right: 0!important;
    display: block!important;
}
.profile_drp img{
    margin-right: 5px;
    display: inline-block;
}
.site-signup{

}
.login-signup-page {
    background-color: #EDEFF2;
    padding-top: 50px;
    padding-bottom: 50px;
}
#form-signup,#login-form{
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 9px 14px -10px rgba(0, 0, 0, 0.03);
}
.login-signup-form .title {
    font-size: 32px;
    font-family: 'Helvetica';
    font-weight: bold;
    margin-bottom: 20px;
}
.site-login{
    position: relative;
}
.site-login .white_block, .site-signup .white-block{
    border-radius: 20px;
}
.site-login .white_block>span{
    padding-top: 20px;
}
.site-login #w0.auth-clients {
    padding: 40px 20px;
}
.site-login #w0{
    display: inline-block;
}
.or-divider {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.or-divider .line {
    height: 1px;
    background-color: lightgrey;
    width: 100%;
}
.or-divider .word {
    margin-left: 15px;
    margin-right: 15px;
}
.login-signup-brand {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
.login-signup-brand .logo {
    width: 100%;
}
.auth-clients {
    padding: 0;
}
.vertical_line {
    position: absolute;
    height: 100%;
    left: 50%;
    background: #eee;
    width: 1px;
    top: 12%;
    margin-left: -1px;
}

.tick_img img{
    width: 90px;
    height: auto;
    display: inline-block;
}
.gray_head{
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.6px;
    color: #a7a7a7;
    margin:40px 0 15px;
}

.black_text .text-center{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.6px;
    color: #000000;
}
.side_pic {
    position: absolute;
    top: 66px;
}
.side_pic img{
    max-height: 180px;
}
.success_block{
    position: relative;
    border-radius: 20px;
}
.success_block h2{
    margin-top: 30px;
}
.left_pic{
    left: 40px;
}
.right_pic{
    right: 40px;
}
.tick_img{
    margin-top:15px;
    display: inline-block;
    margin-bottom: 25px;
}

.mobile-navbar{
    box-shadow:0 2px 30px rgba(43, 43, 43, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-navbar .category_drop{
    background-color: #0B2238;
}
.mobile-navbar .navbar-nav > li > a:hover{
    background-color: #0B2238;
}
.inner_page,.inner_page:hover,.inner_page:focus{
    text-decoration: none;
}
.inner_page h3 {
    margin-top: 15px;
    font-size: 16px;
    color: #fd1e1e;
    font-family: "Arial";
    min-height: 50px;
}

.table_headers th{
    font-family: "Arial",sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize!important;
    color: #fd1e1e!important;
}
.white_block table{
padding: 20px;
}
.table>thead:first-child>tr:first-child>th{
    border-bottom: 0;
}
.super-deal-product h2 a,.super-deal-product h2 a:hover,.super-deal-product h2 a:focus{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.price_tag i{
    margin-left: 5px;
}
.side-button{
    color: #FFFFFF;
}
.field-user-file{
    max-width: 400px;
    margin: 15px auto;
}
.h3 {
        letter-spacing: 0px !important;
}
.client_code{
    margin-bottom: 34px;
    font-family: "Arial",sans-serif;
    color: #fd1e1e !important;
    font-size: 19px;
    font-weight: bold;
}
.edit-profile .control-label{
    font-family: "Arial" !important;
    text-transform: capitalize;
    color: #000 !important;
    font-size: 16px;
}
.field-user-date_birtday .well-sm{
    margin: 0 auto;
}
.footer_text_success{
    font-family: Arial;
    margin-bottom: 25px;
    font-size: 18px;
}
.black_text{
    font-family: Arial;
}
.overlay {
    position: absolute;
    background: #fff;
    width: 100%;
    opacity: 0.8;
    height: 100%;
    top: 0;
    left: 0;
    color: #b83222;
    padding: 60px 10px;
    text-align: center;
}
.auth-client {
    float: none!important;
     margin: 0 0 15px 0;
}
sup {
    top: -4px!important;
    font-size: 11px;
}
.work_time {
    font-family: Arial;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #920000;
    display: none;
}
.site-error{
    margin: 40px 0 0;
    min-height: 270px;
}.site-error h3{
    margin-top: 10px;
    font-family: Arial !important;
}
.subscribe_form{
    text-align: left;
}
@media (max-width: 991px){
    .subscribe_form .btn{
        margin-left: 5px;
    }
    .subscribe_header{
        text-align: center!important;
    }
    .subscribe_form {
        text-align: center!important;
    }
}

@media (max-width: 411px){
    .subscribe_header{
        text-align: center!important;
    }
    .subscribe_form {
        text-align: center!important;
    }
    .subscribe_form .btn{
        margin: 9px auto 0!important;
        max-width: 200px;
        width: 100%;
    }
}
.social_links{
    margin-top: 24px!important;
    padding-left: 13%;
}

@media (max-width: 406px){
    .subscribe_field .btn {
        /*margin-top: 15px!important;*/
    }
}
@media (max-width: 767px){
    /*.text_align_right{*/
        /*text-align: left;*/
    /*}*/
    .accordion-toggler{
        cursor: pointer;
    }
    .btns-header {
        display: inline-block;
        padding: 0px;
        float: left;
        margin-top: 5px;
        margin-left: 10px;
    }
    .btns-header a:last-child{

    }
    .btns-header a{
        padding-top: 6px;
        padding-bottom: 6px;
        display: inline-block;
        font-size: 14px;
    }
    .accordion-body.closed{
        display: none!important;
    }
    li.footer_tree_col {
        width: 100%!important;
    }
    .white_block .media{
        padding: 0!important;
    }
    .news_inner .media-body{
        width: auto!important;
    }
    .profile_menu .dropdown-menu{
        right: 0!important;
        /*left: auto!important;*/
    }
    .footer {
        margin-top: 20px!important;
    }
    .without_signup{
        height: 0;
        overflow: hidden;
    }
    #basket .green-header h5 {
        width: 100%;
        text-align:left;
        padding: 0 20px;
    }
    .site-login #w0.auth-clients {
        padding:20px!important;
    }
    .social_links{
        padding-left: 0!important;
    }
    .white_block>span {
        width: 100%!important;
    }
    .height-max{
        height: 100%!important;
    }
    #signup .without_signup{
        border-bottom: 1px solid #eee;
    }
    .btn-block-tabs .checkout_btn {
        max-width: 100%!important;
    }
    .button_checkout{
        margin-top: 20px;
    }
    .white_block>span:first-child {
        border-right: none!important;
    }
    .payment_block{
        margin-bottom: 20px;
    }
    .side_pic{
        display: none;
    }
    .success_block h2 {
        font-size: 20px!important;
    }
    .rate_offer .black-header {
        font-size: 16px!important;
    }
    .rating_block textarea {
        width: 80%!important;
    }
    #bucket_window .bucket-footer .btn {
        margin-bottom: 10px;
    }
    #bucket_window .bucket-content ul {
        padding: 5px 20px 50px!important;
    }
    /*#bucket_window .bucket-content ul li .fa-trash {*/
        /*position: absolute!important;*/
        /*top: 7px!important;*/
        /*right: 9px!important;*/
    /*}*/
    #bucket_window .bucket-content ul li .bucket-item-price {
        display: inline-block;
        text-align: left!important;
    }
    #products_list li{
        padding: 0 36px 0 20px!important;
    }
    .navbar-nav{
        margin: 0px;
    }
    #bucket_window .bucket-content ul li .bucket-item-name {
        float: none;
        padding: 20px 0px;
        max-width: calc(100% - 50px);
        width: 100%;
        display: inline-block;
        /*white-space: nowrap;*/
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
    #bucket_window .bucket-content ul li .bucket-item-count {
        float: right!important;
    }
    #about_product .nav-tabs>li>a {
        border-right: none!important;

    }
    .checkout_headers {
        font-size: 23px!important;
    }
    #header-top .static_pages li a {
        line-height: normal;
        height: auto;
        padding: 8px 0;
    }
    .height_increased {
        height: auto!important;
        padding-bottom: 20px;
    }
    .header_links>li{
        display: none!important;
    }
    .header-top-new-middle .header-lang>li{
        display: inline-block !important;
    }
    .header-top-new-middle {
        justify-content: flex-end;
    }
    .header-top-new-middle .header-lang{

    }

    /*.purchase.auth-clients , .purchase .auth-clients{*/
        /*padding: 0px!important;*/
    /*}*/
    #bucket_button{

        top: 290px;
    }
    .subscribe_field {
        text-align: center!important;
    }

    .zoomContainer{
        display: none;
    }
    header{
        padding-bottom: 0px;
    }
    #header-top {
        position: absolute;
        z-index: 1;
        width: 100%;
    }
    .header_links{

    }
    /*.profile_menu {*/
        /*float: none!important;*/
        /*display: block;*/

    /*}*/
    #header-main {
        padding: 100px 0 0px!important;
    }
    .text-block .new_heading {
        margin-top: 15px;
    }
    .footer_end {
        text-align: center;
    }
    .studio_logo {
        margin-top: 15px;
        text-align: center!important;
    }
    .static_pages li {
        display: block!important;
    }
    .static_pages{
        height: auto!important;
    }
    .height_increased .static_pages{
        display: block!important;
    }
    .static_pages li{
        display: block!important;
    }
    .parent-node ul {
         position: relative;
        left:0;
        background: transparent;
        border: 1px solid #ddd;
        top: -5px;
        width: 100%;
        padding: 5px 10px 5px 20px;
        list-style-type: none;
        border: none;
    }
    .logo .img-responsive{
        display: inline-block;
    }
    .contact #margin_right_50{
        text-align: center;
        margin-right: 0!important;
        float: none!important;
    }
    .search {
        padding: 0px!important;
    }
    #header-main .logo img {
        max-width: 250px;
        width: 100%;
    }

    .snow-cap{
        position: absolute;
        left: -5px;
        top: -15px;
        width: auto !important;
    }
    #header-top .glyphicon-menu-hamburger{
        display: none;
    }
}
.snow-cap{
    position: absolute;
    left: -5px;
    top: -15px;
    width: auto !important;
    display: none !important;
}

.nav .open>a, .nav .open>a:focus {
    background-color: #000;
    border-color: #337ab7;
}
#open-mini-sidebar {
    padding: 15px 0;
    display: inline-block;
    font-size: 18px;
}
#open-mini-sidebar:hover, #open-mini-sidebar:focus{
    color: #fff;
}
.compare_link i{
    font-size: 20px;
    padding: 12px 15px 10px 12px;
    color: #fd1e1e;
    transform: rotate(-40deg)!important;
    font-weight: bold;
}
.compare_link {
    position: fixed;
    z-index: 9;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    font-size: 20px;
    background-color: #ffd600;
    color: #fff;
    width: 50px;
    opacity: 0.8;
    height: 50px;
    display: inline-block;
    right: 21px;
    top: 153px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transform: rotate(40deg)!important;
}
.compare_link .bounce{
    transform: rotate(40deg)!important;
}
@media (max-width: 1130px){
    .work_time {
        margin-left: 50px;
    }
}
@media (max-width: 980px){
    .work_time {
        margin-left: 0px;
    }
}
@media (max-width: 885px){
    .margin-right100 {
        margin-right: 60px!important;
    }
}
.margin-right100{
    margin-right:100px;
}
.grey_line{
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
}
.new_heading{
    margin-bottom: 15px;
}
.text-block .new_heading{
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
}
.text-block .grey_line {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #e7e7e7;
}



/* payment */
.page-header-block h1{
    font-family: Helvetica;
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.sum{
    height: auto;
    border-radius: 16px;
    box-shadow: 0 9px 14px -10px rgba(0, 0, 0, 0.03);
    background-color: #e1e5eb;
    margin-bottom: 50px;
    padding: 24px 10px 45px;
}
.sum h1{
    font-family: Helvetica;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212145;
    padding-bottom: 20px;
}
.sum ul li{
    font-family: Helvetica;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.95;
    color: #565682;
    margin: 10px 0;
    list-style-type: none;
}
.dotted{
    border-top: dotted 1px #b1bbca;
    margin: 30px 10px 30px 0;
}
.sum ul li:last-child span.right{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212145;
    margin-top: -10px;
}
.sum ul li span{
    float: right;
    margin-right: 10px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.95;
    letter-spacing: -0.46px;
    color: #212145;
}
.umico{
    height: auto;
    border-radius: 16px;
    box-shadow: 0 9px 14px -10px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    padding: 20px 0;
    margin-bottom: 20px;
    padding-right: 10px;
}
.umico img{
    margin-bottom: 20px;
}
.umico #card-number::placeholder{
    font-family: Helvetica;
    font-weight: lighter;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a2a2a2;
}
.umico p{
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #565682;
    padding: 20px 0;
}
.umico input{
    height: 45px;
    border-radius: 7px;
    box-shadow: inset 3px 3px 7px 0 rgba(220, 220, 220, 0.5);
    background-color: #f8f8f8;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9191af;
}
.umico label{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9191af;
    padding-left: 0px !important;
}
.umico #use-balance::placeholder{
    font-family: Helvetica;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212145;
}
.umico p.balance span{
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9191af;
    display: block;
}
.umico p.balance{
    font-family: Helvetica;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212145;
    padding: 0px;
}
.umico input.pay_button{
    border-radius: 8px;
    box-shadow: 0 9px 14px -10px rgba(0, 0, 0, 0.5);
    background-color: #0fb269;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    border: none;
    text-align: center;
    height: 45px;
}
.umico .pay-class{
    margin-top: 28px;
}
.pay_method{
    height: auto;
    border-radius: 16px;
    box-shadow: 0 9px 14px -10px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    margin-bottom: 29px;
    padding: 20px;
}
.pay_method .pay-title h1{
    font-family: Helvetica;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: -0.53px;
    color: #565682;
    padding-top: 3px;
}
.pay_method .pay-text ul li,
.pay_method .pay-text p{
    font-family: Helvetica;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: -0.39px;
    color: #989898;
    padding-top: 8px;
    list-style-type: none;
}
.pay_method .pay-text ul{
    padding-left:40px;
    padding-top: 26px;
}
.pay_method .pay-text p{
    margin-left: 40px;
    padding-top: 18px;
}
.pay_method .pay-text ul li label{
    font-family: Helvetica;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: -0.39px;
    color: #989898;
    padding-top: 0px;
    padding-left: 30px;
}





.container {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 3px;
    width: 100%;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
ul li .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border-radius: 50%;
    border:2px solid #eee;
}
h1 .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius: 50%;
    border:2px solid #eee;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #fff;
    border: 2px solid #eee;
}
.container input:checked ~ .active.checkmark {
    background-color: #fff;
    border: 2px solid #0fb269;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
ul li .container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #eee;
}
ul li .container .active.checkmark:after{
    background: #0fb269;
}
h1 .container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #eee;
}
h1 .container .active.checkmark:after {
    background: #0fb269;
}

/*Confirm*/
.confirm input{
    height: 64px;
    font-family: Helvetica;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 9px 14px -10px rgba(0, 0, 0, 0.5);
    background-color: #0fb269;
    border: none;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.confirm p{
    font-family: Helvetica;
}
.confirm p a{
    text-decoration: underline;
    color: blue;
}

/*confirm*/

/* payment */

.news-widget{
    background: white;
    padding: 25px 20px 20px 20px;
    border-radius: 20px;
}
.news-widget .btn{
    font-size: 12px;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
}
.success_block .grey_line{
    width: 80%;
    max-width: 1200px;
    margin: 20px auto;
}
.rate_offer{
    margin-top: 15px;
}
.rate_comment{
    text-align: center;
}
.rating_block textarea{
    border: 1px solid #ddd!important;
}
.rate_comment{
    margin-top: 15px;
    margin-bottom: 15px;
}

.rate_offer .black-header{
    font-size: 21px;
}
.rating-container .filled-stars {
    color: #fd1e1e;
    -webkit-text-stroke: 1px #fd1e1e;
    text-shadow: 1px 1px #fd1e1e;
}
.make_call_modal{
    padding-right: 0!important;
}
.make_call_modal h3{
    margin-bottom: 15px;
}
.make_call_modal .btn {
    margin-top: 15px;
}
.success_sent {
    color: #fd1e1e!important;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 55px!important;
}
.compare_product .media-heading{
    font-family: "Arial",sans-serif!important;
}
.compare_product .price{
    font-size: 29px!important;
    /*font-family: ArialBlack!important;*/

}
.add-bookmark {
    /*position: absolute;*/
    /*top: -7px;*/
    /*cursor: pointer;*/
    /*right: 23px;*/
    /*color: #aaa;*/
    /*font-size: 20px;*/
}
.add-bookmark .fa-bookmark{
    color: #fd1e1e!important;
}
.red_color{
    color: #920000;
}
.numbers{
    font-size: 15px;
    line-height: 13px;
    display: block;
    margin-top: 0px;
}
.footer_header {
    font-size: 11px;
    padding: 20px;
    color: #a4e0ff;
    text-align: center;
    background-color: #0045be;
}
.footer_header form input{
    height:30px;
}
/*.footer_header .content_wrapper div {*/
    /*display: inline-block;*/
    /*color: #fff;*/
/*}*/
.subscribe_header{
    text-align: right;
    line-height: 35px;
    color:#fff;
    text-transform: uppercase;
}
.footer_body{
    background: #0045be;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}
/*.footer_menu{*/
    /*text-align: center;*/
/*}*/


.footer_menu ul li{
    list-style-type: none;
}
.footer_menu ul li a{
    color: white;
}

.footer_menu ul{
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}
.news.media{
    margin-bottom: 30px;
    padding: 25px;
    background-color: #fff;
    border-radius: 20px;
}
/*.page .news:first-child{*/
    /*margin-top: 0px!important;*/
/*}*/
.page .page-header{

    margin: 25px 0;
}
.news .media-left, .news_inner .media-left{
    padding-right: 20px;
}
.more_news_btn {
    color: #b83222;
    font-size: 17px;
}
.news .media-body{
    line-height: 11px;
}
.news_inner .short_descr{
    color: #666;
}
.marginTop10{
    margin-top: 10px;
}
.news .short_descr{
    line-height: 18px;
}
.news_date{
    margin-bottom: 9px;
    font-size: 13px;
    color: #888;
    display: inline-block;
}
.footer_end {
    color: #000;
    background-color: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 11px;
    line-height: 8px;
}
@media(max-width: 1650px){
    #margin_right_50{
    }
    .search {
        /*padding: 20px 65px 20px 0;*/
    }
}
@media(max-width: 1199px){
    .contact {
        /*float: none !important;*/
        margin-right: 20px !important;
    }
}
@media(max-width: 768px){
    .footer_menu {
        padding: 0;
    }
    .header-numbers{
        border:0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .product-fiilter-ul{
        display: none;
    }

    .page-header-block h1{
        font-size: 28px;
    }
    .sum ul li{
        font-size: 18px;
    }
    .sum ul li:last-child span.right{
        font-size: 26px;
    }
    .card-img{
        margin-top: 3px;
    }
    .card-img .birkart-img{
        width: 60px;
    }
    .card-img .visa-img{
        width: 70px;
    }
    .pay-title .container{
        font-size: 15px;
        line-height: 18px;
    }
    /*.pay_method .pay-text ul{*/
        /*padding-left: 20px;*/
    /*}*/
    .pay_method .pay-text ul li label{
        white-space: nowrap;
    }
    .pay_method .pay-text p{
        width: 140px;
    }
}

@media(max-width: 512px){
    .sum ul li:last-child span.right{
        margin-top: 10px;
    }
    .sum li span.right{
        float: none;
        display: block;
        margin: 15px 0;
    }
    .sum li{
        margin-bottom: 20px !important;
    }
    .pay_method{
        padding-left: 0px;
    }
}
.footer_menu {
    padding: 0 15px;
}
.field_block{
    margin: 10px 0px;
}
.field_block div{
    position: relative;
}
.remove-field {
    /*margin-bottom: 10px;*/
    position: absolute;
    right: 0px;
    top: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#new_number,#new_addr{
    margin-bottom: 10px;
}
.pass_reset{
    border-radius: 20px;
    max-width: 655px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.warning_text{
    color: #808080;
    font-size: .92em;
}
.modal-open {
    overflow: hidden;
    padding-right: 0!important;
}
.subscribe_form .btn{
    margin-top: -4px;
    margin-left:5px;
}
.footer{
    margin-top: 80px;
}
.footer_tree_col>span ,.footer_tree_col>a , .footer_tree_subheading>.yellow_heading {
    font-size: 12px;
    color: #ffd600!important;
    text-decoration: none;
}

li.footer_tree_col li{
    max-width: 217px;
    width: 100%;
    display: inline-block;
}
li.footer_tree_col {
    width: 19.9%;
    padding-right: 18px;
    float: left;
}
.footer_social li {
    font-size: 25px;
    float: left;
    max-width: 27px!important;
    margin-left: 8px;
}
.footer_social li:first-child {
    margin-left: 0px;
}

@media(max-width: 970px){
    li.footer_tree_col {
        width: 33%;
        padding-right: 18px;
        float: left;
        margin-top: 15px;
    }
    .product-price.margin_class {
        margin-top: 20px;
    }
}
@media(max-width: 675px){
    li.footer_tree_col {
        width: 100%;
        padding-right: 0;
        float: left;
        text-align: center;
        margin-top: 15px;
    }
    .footer_menu ul li{
        display: block;
    }
    .footer_tree_col>a, .footer_tree_subheading>a {
        display: block;
    }
    li.footer_tree_col li {
        max-width: 100%;
    }
    ul.footer_social {
        width: 100%;
        display: inline-block;
    }
    .footer_social li {
        font-size: 21px!important;
        max-width: 26px!important;
        display: inline-block!important;
        float: none;
    }
}
.footer_tree_col>ul>li{
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    /*cursor: pointer;*/
}
.footer_tree_col>ul>li>a{
    text-decoration: none;

}
.footer_number .fa-phone{
    font-size: 15px;
    margin-right: 5px;

}
.footer_number{
    font-size: 14px;
}
.studio_logo{
    text-align: right;
}
.subscribe_field {
    position: relative;
    text-align: left;
}
.subscribe_field .btn{
    margin-left:0px;
    margin-top: -4px;
}
.subscribe_error {
    position: absolute;
    color: red;
}
.minheight500{
    min-height: 500px;
}
.lang_link {
    cursor: pointer;
    width: 50%;
    padding: 10px 0;
    margin: 0!important;
    line-height: normal!important;
    text-align: center;
}
.prof_icon i{
    color: #fff!important;
    font-size: 22px!important;
    margin-top:3px!important;
}
#open_bucket_link{
    cursor: pointer;
}
.inactive_lang {
    border: 1px solid #ffd600!important;
    height: 36px;
}
.slick-slider {
     margin-bottom:0px;
}
.btns-header a:last-child {
    /*border-right: 1px solid #E1E1E1;*/
    /*padding-right: 9px;*/
}
.btn-danger{
    font-family: Arial;
    line-height: 21px;
}
#compare_link{
    font-size: 12px;
    border: 1px solid #b83222;
    color: #b83222;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 10px;
}
.media.compare_product {
    margin-bottom: 20px;
}
.contact_modal{
    padding: 0 20px 20px;
}

.alert {
    max-width: 1500px;
    margin-bottom: 20px;
}
.category_list_inline{
    padding: 0;
    display: inline;
}
.category_list_item a:hover{
    text-decoration: none;
}
.category_list_item a{
    display: block;
    padding: 10px;
    color: #337ab7;
    padding: 7px 5px;
}
.category_list_item:last-child{
    border: none;
    margin-bottom: 10px;
}
.category_list_item:first-child{
    margin-top: 10px;
}
.category_list_item {
    list-style-type: none;
    float: left;
    max-width: 290px;
    width: 100%;
    margin-right: 10px;
}
.category-filter-color-list{
    position: relative;
    padding-left: 0px !important;
}
.category-filter-color-input:checked~label{
    border: 4px solid #ffd601;
    transform: scale(1.2);
}
.category-filter-color{
    width: 29px;
    height: 29px;
    right: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    transition: all .2s;
    cursor: pointer;
}
.category-list-child{
    background-color: white;
    /*border-radius: 10px;*/
    border: 1px solid #eaeaea;
}
.category-list-child .category_list_item{
    float: none;
}
.success_signup{
    margin-top: 50px;
}
.success_signup #buttons{
    background: #fff;
}


/***************AJAX UI LOADER START***********/
.ajaxLoaderbg{
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.79);
    top: 0;
}
.ajaxLoader{
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: absolute;
    z-index: 999999;
    padding: 10px;
    top: 50%;
    left: 50%;
    border-radius: 40px;
    line-height:65px;
    color: #696969;
}

.ajaxLoader span{
    display: inline-block;
    margin-left: 12px;
    margin-right: 20px;
    font-size: 16px;
}

.spinner-container {
    float: left;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

.spinner-container .path {
    stroke-dasharray: 1,150; /* 1%, 101% circumference */
    stroke-dashoffset: 0;
    stroke: rgba(237, 90, 90, 0.7);
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes rotate{
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,150;  /* 1%, 101% circumference */
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90,150; /* 70%, 101% circumference */
        stroke-dashoffset: -35;   /* 25% circumference */
    }
    100% {
        stroke-dasharray: 90,150; /* 70%, 101% circumference */
        stroke-dashoffset: -124;  /* -99% circumference */
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,150;  /* 1%, 101% circumference */
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90,150; /* 70%, 101% circumference */
        stroke-dashoffset: -35;   /* 25% circumference */
    }
    100% {
        stroke-dasharray: 90,150; /* 70%, 101% circumference */
        stroke-dashoffset: -124;  /* -99% circumference */
    }
}

/***************FAKE LOADER END***********/
.changeProfilePicture{
    margin: 2px 0 10px 0
}
#changeProfilePicture{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}
#changeProfilePicture button{
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}
#changeProfilePicture button i{
    margin-top: 2px;
}
.field-user-date_birtday{
    margin-top: 10px;
}
.pins{
    margin-top: 25px;
}
.pins{
    margin-top: 25px;
}

.empty_pages{
    margin: 10px 20px;
    padding: 15px;
    border-radius: 20px;
}
.empty_pages.margin0{
    margin: 10px 0px;
}
.empty_pages h4{
    text-align: center;
    font-family: Arial;
}

.manufacturer-groups{
    background: white;
    border-radius: 20px;
    padding: 20px;
    margin: 15px 0px;
}
.manufacturer-groups h3{
    margin-bottom: 20px;
    color: #fd1e1e;
}
.manufacturer-groups ul{
    list-style-type: none;
    /*margin: 0px 20px;*/
    padding: 0;
}
.manufacturer-groups ul li a{
    text-transform: capitalize;
}

.payment_block, .payment_block .overlay {
    border-radius: 20px;
}
.payment_block img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.menu-right-elements{
    float: right;
}
.top_categories {
    float: right!important;
    height: 48px;
    overflow: hidden;
}
.navigation-hidder{
    /*height: 60px !important;*/
    overflow: hidden !important;
    /*margin-left: 175px;*/
}
.disoount_percent{
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: linear-gradient(-136deg, #AB3A1B 0%, #B13F20 11%, #E46846 100%);
    padding:15px 5px;
    width:60px;
    height:60px;
    position: absolute;
    left:-10px;
    top:-10px;
    text-align: center;
    font: 21px 'ArialBlack';
}
.product-fiilter-ul{
    float: right;
    margin: -36px 27px 0 0;
    list-style: none;
}
.btnEditProfile{
    padding:8px 14px 6px;
    margin-bottom: 10px;
}
#user-gender label{
    margin-right:10px;
}

.product_edit_span{
    position: absolute;
    top: -5px;
    cursor: pointer;
    left: 23px;
    color: #fd1e1e;
    font-size: 20px;
}
.news_list, .banner_list{
    margin: 30px 15px 0 15px;
}

.news-filter {
    float: left; margin:0px 10px;
}
.news-filter button {
    margin-right: 10px;
}
.admin-filter{
    margin-top: 30px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 60;
    min-width: 200px;
    background: #fff9ce;
    border:2px solid rgba(0,0,0,0.2);
}
.admin-filter table{
    width: 100%;
    text-transform: capitalize;
}
.admin-filter table caption{
    /*font-family: ArialBlack;*/
    font-size:18px;
    color:#b83222;
}
.filtersCount{
    position: absolute;
    left:10px;
    top:40px;
    background:rgba(242,80,60, 0.8);
    padding:5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}
.categpry_desc_in_products{
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    color: #777;
    text-align: justify;
    float: left;
    width: 100%;
}

.modal-header {
    /*padding: 0 0 10px 0 !important;*/
}

.pokemon_modal .modal-title {
    font-size: 20px;
    margin-top: -4px;
}

.agent {
    float:left;
    position: relative;
    width: 115px;
}
.agent>a {
    color: white;
    position: absolute;
    right: 14px;
    top: 14px;
}
.license-agreement {
    height: 300px;
    overflow-x: auto;
    padding: 15px;
}
#license_modal .modal-header, #success_agent_request_modal .modal-header {
    padding: 15px !important;
}
.agree-terms{
    text-align: center;
    padding: 10px;
}
.agree-terms input[type="checkbox"] {
    margin: 5px;
    width: 20px;
    height: 16px;
}
#success_agent_request_modal .modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
#success_agent_request_alert {
    margin: 0;
}
.agent-profit {
    border-radius: 3px;
    padding: 0 4px;
    font-size: 15px;
    background: #fd1e1e;
    color: white;

}
.agent-profit.in-product-list {
    position: absolute;
    left: 1px;
    top: 25px;
}
.agent-profit.in-product {
    margin-left: 40px;
    font-size: 20px;
    padding: 0 9px;
}
.agent-profit.in-product i {
    font-size: 16px;
}
.agent-profit .mm-icon-azn {
    position: static;
}

.agent-dashboard {
    margin-top: 30px;
}
.agent-panel {
    max-width: 1500px;
    height: 655px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    font-family: Arial !important;
}
.agent-panel h1,h2,h3,h4,h5,h6 {
    /*font-family: Arial !important;*/
}
.agent-panel a {
    font-weight: bold !important;
}
.agent-menu {
    float: left;
    width: 274px;
    height: 655px;
    border-radius: 10px 0 0 10px;
    background-color: #000000;
    position: relative;
    text-transform: uppercase;
    font-family: Arial;
    z-index: 1;
}
.agent-menu ul span {
    padding-left: 16px;
    cursor: pointer;
}
.agent-menu ul {
    margin: 1px 0px 10px 21px;
}
.agent-content {
    overflow: hidden;
}
.top-menu-list {

}
.top-menu-list li {
    padding: 14px 0px;
}
.top-menu-list .active:after{
    font-family: FontAwesome;
    /*content: "\f0da";*/
    color: #ffd600;
    float: right;
    font-size: 18px;
    margin-right: 18px;
}
.top-menu-list span {
    font-size: 13px;
    font-weight: 900;
    color: #ffd600;
    vertical-align: top;
}
.menu-divider {
    height: 0px;
    border: solid 1px #171717;
    margin-left: 34px;
}
.bottom-menu {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.bottom-menu-list li {
    padding: 10px 0;
}
.bottom-menu-list span {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    vertical-align: middle;
}
.bottom-menu-list img {

}
.bottom-menu-list li:last-child span {
    color: #ff001f;
}
.top-menu-list li a, .bottom-menu-list li a{
    text-decoration: none !important;
}
.agent-menu .total-balance {
    float: right;
    margin-right: 21px;
    font-family: Arial;
    font-size: 24px;
    font-weight: 900;
    color: #ffd600;
    margin-top: -7px;
}
.total-balance .mm-icon-azn {
    font-size: 12px;
    vertical-align: super;
    margin-left: 2px;
}
.agent-header {
    overflow: hidden;
    height: 53px;
    border-radius: 0 10px 0 0;
    background-color: #f45a43;
}
.agent-header label span {
    font-family: Arial;
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.agent-header label span a {
    font-family: Arial;
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    text-decoration: none;
}
.agent-header .fa-long-arrow-left {
    color: white;
    font-size: 22px;
    margin-right: 28px;
    vertical-align: middle;
}
.agent-header label {
    margin: 14px 28px;
}
.agent-header .statistic-title {
    margin-right: 80px;
}
.flex-row .row {
    display: flex;
}
.agent-body li.row:nth-child(odd) {
    background-color: #f8f8f8;
}
.agent-body li.active {
    background-color: #fff9d8 !important;
}
.agent-body li.row {
    height: 100px;
    margin-right: 0;
}
.agent-body .no-image {
    background-color: #D8D8D8;
}
.agent-body a {
    text-decoration: none !important;
}
.agent-body > ul {
    padding: 0;
}
.customer-info {
    min-width: 250px;
}
.customer-info img {
    width: 55px;
    height: 55px;
    border-radius: 100px;
    margin: 0 15px 0 14px;
    float: left;
}
.customer-info label {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: 2px;
}
.customer-link {
    text-decoration: none;
}
.customer-info span {
    font-family: Arial;
    font-size: 11px;
    font-weight: 400;
    color: #9b9b9b;
    float: left;
}
.customer-social {
    text-align: center;
    margin-right: 11px;
}
.customer-social img {
    border-radius: 100px;
}
.customer-social label {
    font-family: Arial;
    font-size: 11px;
    font-weight: 400;
    color: #4a4a4a;
    display: block;
}
.agent-statistic {
    padding-left: 10px;
}
.agent-statistic label {
    font-family: Arial;
    font-size: 11px;
    font-weight: 400;
}
.new-sales label {
    color: #f45a43;
}
.common-sales label {
    color: #9b9b9b;
}
.new-sales, .common-sales {
    text-align: center;
}
.new-sales-count span, .common-sales-count span{
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: 900;
    display: block;
    padding-top: 4px;
}
.new-sales-count, .common-sales-count {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    color: white;
}
.new-sales {
    float: left;
}
.common-sales {
    float: right;
    margin-right: 66px;
}
.new-sales-count {
    background-color: #f45a43;
}
.common-sales-count {
    background-color: #9b9b9b;
}

/* Modal */
.modal-header{
    border-bottom: 2px dotted #b1bbca;
    padding: 0;
    padding-bottom: 41px;
}
.modal-content{
    padding: 59px;
}
#cheaperModal .form-control{
    border-radius: 7px !important;
    box-shadow: inset 3px 3px 7px 0 rgba(220, 220, 220, 0.5);
    background-color: #f8f8f8;
    height: 60px;
    padding-left: 28px;
    font-family: Helvetica;
    color: #212145;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 19px;
    margin-bottom: 37px;
}
#cheaperModal #message{
    padding-top: 26px;
}
#cheaperModal .form-control::placeholder{
    font-family: Helvetica;
    font-size: 18px;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a2a2a2;
}
.modal-header h3{
    font-family: Helvetica;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212145;
}
.modal-body .modal-cont{
    font-family: Helvetica;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 0.2px;
    color: #8d8d8d;
    padding: 32px 0;
}
.modal-body{
    padding:0;
}
.modal-footer{
    border-top: none;
}
.modal-body #message{
    height: 153px;
}
#message-text{
    border-radius: 20px;
}
#sendModal{
    text-align: center;
    -webkit-appearance: button;
    cursor: pointer;
    height: 64px;
    border-radius: 8px;
    box-shadow: 0 9px 14px -10px rgba(0, 0, 0, 0.5);
    background-color: #0fb269;
    font-family: Helvetica;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    width: 100%;
    margin-top: 11px;
}
div.alertMsg{
    font-size: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999!important;
    display: none;
}
.invalidMsg, .checkMsg{
    display: none;
}
/* Modal */

/* Under the Slider */
.under-slider{
    font-family: Montserrat-Regular;
    background-image: url("../img/auth-background.png");
    background-repeat: repeat;
    background-size: cover;
    border:1px solid #eaeaea;
    color: #000;
    text-align: center;
    padding: 20px;
    margin-top: 25px;
    border-radius: 4px;
}
.under-slider h2{
    font-family: Montserrat-Bold;
    margin-bottom: 18px;
}
.under-slider a.login{
    padding: 10px 20px;
    color: #fff;
    background-color: #3e77aa;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.2s linear;
    display: inline-block;
    margin-bottom: 20px;
    font-family: Montserrat-Bold;
}
.under-slider a.login:hover{
    background-color: #4096e3
}
.under-slider p a{
    text-decoration: none;
    color: #3e77aa;
}
.under-slider p a:hover{
    color: #ff7878;
}
/* Under the Slider */



/* Agent share page */

.share-block .col-lg-60 {
    text-align: center;
}
.share-img-block {
    margin: 44px 0;
}
.share-img-block img {
    border-radius: 10px;
}
.agent-body.balance {
    margin: 20px 15px 0 0 ;
}
.balance div{
    height: 110px;
    background-color: #b83222;
}
.balance-info {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 23px;
}
.balance-info span {
    font-size: 30px;
    color: white;
}
.balance-info i {
    color: wheat;
}
.balance-info p {
    font-size: 11px;
    position: absolute;
    bottom: 0;
    color: #ffd600;
}
.balance-info input {
    width: 100%;
    height: 40%;
}
.created-date, .share-url {
    margin-top: 20px;
}
.created-date span {
    font-size: 24px;
}
.share-url span {
    font-size: 16px;
}
.share-url button {
    cursor: pointer;
    position: absolute;
    bottom: 7px;
    right: 0;
    background: #ffd600;
    border: none;
    color: #444;
    padding: 3px 20px;
    border-radius: 5px;
}
.agent-body.container {
    margin-left: 116px;
}
.agent-body .customer-img {
    border-radius: 100px;
    width: 130px;
}
.agent-body .customer-name {
    margin: 20px 0 12px;
    float: left;
}
.agent-body .customer-main {
    margin: 15px 0;
}
.customer-main .row:first-child {
    margin-bottom: 35px;
}
.customer-main .row:last-child {
    margin-top: 30px;
}
.customer-fb-link {
}
.customer-fb-link i {
    font-size: 50px;
    color: #395998;
    margin: 26px;
}
.customer-statistic {
    margin: 15px 0;
}
.customer-statistic h3 span,  .customer-statistic h3 small{
    color: #b83222;
}
.customer-notifications {
    padding: 0;
    list-style: none;
}
.customer-notifications li {
    padding: 8px 10px 8px 10px;
}
.customer-notifications li:nth-child(odd) {
    background-color: #f8f8f8;
}
.customer-notifications .notification-date {
    float: right;
    font-size: 70%;
    color: #999;
    margin-right: 4px;
}
.customer-notifications .customer-product {
    border-bottom: 1px solid gray;
}
.customer-notifications.mCustomScrollbar #mCSB_1_scrollbar_vertical {
    margin: 0;
}
.log-list .customer-notifications {
    height: 572px;
    margin: 15px 0;
    padding: 0;
    min-width: 300px;
}
.customer-notifications a, .sales a{
    text-decoration: none !important;
}
.log-list {
    display: table;
}
.log-list .log-title {
    margin: 30px 0;
}
.main-panel .agent-news {
    position: relative;
    overflow: hidden;
}
.agent-news .customer-notifications, .sales {
    height: 602px;
    margin-bottom: 0;
}
.agent-news .log-title {
    margin: 20px 0;
}
.last-customers, .sales {
    list-style: none;
    padding: 0;
}
.last-customers li {
    display: inline-block;
    margin-bottom: 10px;
}
.last-customers h4{
    min-width: 200px;
    margin: 6px 0 0 7px;
}
.last-customers img, .sales img {
    width: 50px;
    border-radius: 100px;
    float: left;
}
.last-customers .active{
     background-color: aliceblue;
}
.last-customers li, .sales li {
    width: 100%;
    padding: 5px 3px;
}
.last-customers label {
    max-width: 82%;
}
.sales label {
    max-width: 77%;
    margin: 0 6px;
}
.sales li {
    margin-bottom: 5px;
}
.sales li:nth-child(even) {
    background-color: #f8f8f8;
}
.sales .continuation {
    margin: 5px 0;
}
.action-name {
    margin: 6px 0 6px 2px;
}
.action-name small {
    color: #3b3742;
}
.sale-date {
    position: absolute;
    right: 5px;
    margin-top: 4px;
}
.continuation {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.history {
    margin: 14px 0;
}
.history-list {
    list-style: none;
    padding: 0;
    height: 592px;
}
.history .mm-icon-azn, .history .fa-plus {
    font-size: 25px;
}
.history .order-profit, .product-profit {
    color: green;
}
.history-customer {
    color: #444;
}
.history-order {
    padding: 11px 10px;
}
.history-order:nth-child(even) {
    background-color: #f8f8f8;
}
.history-list {
    height: 578px;
}
.order-id {
    cursor: pointer;
    color: #3b3742;
}
.order-id-style {
    border: 1px dotted;
    padding: 1px 10px;
}
.in-order {
    height: 527px;
    padding: 0;
    list-style: none;
}
.product-list {
    clear: both;
    padding: 15px 18px;
}
.product-list label {
    max-width: 71%;
}
.product-list:nth-child(even) {
    background-color: #f8f8f8;
}
.product-list img {
    width: 100px;
    border-radius: 100px;
}
.product-list label {
    margin: 15px;
}

/*
    GLOBAL STYLES
*/

.no-padding {
    padding: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}

/*
    GLOBAL STYLES
*/

.full-link{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.search-price{
    position: absolute;
    right: 10px;
    top: 20px;
}
.search-price i{
    font-size: 12px;
}
.itemBlock{
    position: relative;
}
.search-price-digits{
    margin-right: 3px;
    font-weight: bold;
}
.search-old-price-custom{
    margin-right: 5px;
    text-decoration: line-through;
    opacity: 0.5;
}
.stButton .stLarge {
    filter: grayscale(1);
    opacity: .4;
    transition: .2s filter, .2s opacity;
}
.stButton .stLarge:hover {
    filter: grayscale(0);
    opacity: 1;
}

/**
Product tooltip description style
 */
.bonus.product-advantages {
    margin-top: 10px;
    position: relative;
    padding-bottom: 20px;
}
.product-advantages .icon,
.product-advantages .tooltip-title {
    transition: .2s all;
}
.product-advantages .tooltip-block{
    color: #b1b1b1;
    background: white;
    border-radius: 0px;
    min-height: 95px;
    cursor: pointer;
}
.product-advantages .tooltip-delivery{
    font-size: 43px;
}
.product-advantages .tooltip-quality {
    font-size: 37px;
}
.product-advantages .tooltip-warranty{
    font-size: 41px;
}
.product-advantages .row {
    margin: -4px;
}
.product-advantages .row .advantages-block {
    padding: 4px;
}
.product-advantages .icon {
    padding: 5px;
}
.product-advantages .tooltip-title {
    font-family: Arial;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    text-align: center;
    color: #9b9b9b;
    position: absolute;
    bottom: 6px;
    left: 0;
    padding: 0 9px;
    width: 100%;
}
.tooltip-title{
    text-transform: uppercase;
}
.tooltip-az{
    font-size: 10px;
}
.tooltip-ru{
    font-size: 10px;
}
.product-advantages .tooltip-description {
    /*display: none;*/
    width: 92%;
    position: absolute;
    font-family: Montserrat-Bold;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    top: -81px;
    padding: 10px 5%;
    border-radius: 0px;
    background-color: #656565;
    min-height: 71px;
    line-height: 17px;
    padding-top: 10px;
    text-transform: none;
    opacity: 0;
    transition: .2s all;
    z-index: 1;
}
.product-advantages .tooltip-description:after {


}
.tooltip-block:after {
    content: "";
    opacity: 0;
    transition: .2s all;
}
.tooltip-block.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 12px solid #656565;
    position: absolute;
    bottom: -12px;
    top: -12px;
    left: 49px;
    opacity: 1;
}
.product-advantages .tooltip-description.left:after {
    left: 14%;
    opacity: 1;
}
.product-advantages .tooltip-description.center:after {
    left: 46%;
    opacity: 1;
}
.product-advantages .tooltip-description.right:after {
    right: 13%;
    opacity: 1;
}
.product-advantages .row .advantages-block:nth-child(2) .icon{
    font-size: 54px;
    padding-top: 0;
    position: absolute;
    width: 94%;
    top: 0;
}
.product-advantages .tooltip-block:hover,
.product-advantages .tooltip-block:hover .tooltip-title{
    color: #fd1e1e !important;
}


/* */

.card-product-desc .buyButton:hover, .credit-button:hover {
    background-color: rgb(241, 202, 0);
}

.campaign-icon{
    position: absolute;
    right: 11px;
    top: 20px;
    /*width: 70px;
    height: 70px;*/
    z-index:1;
}
.product-image-block{
    position: relative;
}
.campaign-icon-in-product img{
    position: absolute;
    right: 20px;
    top: 0;
    width: 70px;
    height: 70px;
    z-index:1;
    cursor: pointer;
}
.input-with-autocomplete{
    position: relative;
}
.input-with-autocomplete input{
    padding-right: 35px;
}
.input-with-autocomplete i{
    position: absolute;
    right: 30px;
    top: 97px;
    font-size: 24px;
    color: #fd1e1e;
    cursor: pointer;
}
.header-numbers{
    /*border-right: 1px solid #920000;*/
    /*padding-right: 20px;*/
    margin-right: 0px;
    float: right;
    padding-top: 5px;
}
.yayfon-header .fa-phone-square{
    font-size:60px;
    color: #ffd600;
    margin-right: 5px;
    float: left;
}
.yayfon-header{
    color: #ffd600;
    font-size:18px;
    line-height: 18px;
    text-transform: lowercase;
}
.yayfon-header a{
    color: #ffd600 !important;
}
.credit-modal{
    padding:20px 30px !important;
}
.credit-header{
    text-transform: uppercase;
    color: #fd1e1e;
    margin-bottom:20px;
}
.credit-month-item{
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0;
    border-right: 0;
}
.credit-month-item:last-child{
    border-right: 1px solid #ccc;
}
.credit-form label{
    cursor: pointer;
}
.credit-ammount{
    text-align: center;
    border: 1px solid #ccc;
    border-top: 0;
    padding:15px;
    font-size: 18px;
    color: #737373;
    font-family: "Arial" !important;
    font-weight: normal !important;
}
#prepay, #total, .credit-curr{
    color: #fd1e1e;
}
.credit-fill-info{
    text-align: center;
    color: #737373;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    float: left;
    width: 100%;
}
.credit-close{
    background: none;
    border: 0;
    position: absolute;
    top:10px;
    right:10px;
}
.credit-close i{
    font-size: 20px;
}
.agent-contract h4{
    margin-bottom:30px;
    margin-top:30px;
    text-align: center;
}
.agent-contract h5{
    margin-bottom:15px;
    margin-top:30px;
    text-align: center;
    font-size:16px;
}
.contract-header{
    margin-bottom:20px;
    width: 100%;
    float: left;
}
#content-scroller{
    height: 602px;
    overflow: hidden;
    padding-left: 30px;
}
.content_wrapper center[class="row"]{
    float: left;
    width: 100%;
}

#code_modal .loader {
    display: none;
}
#code_modal .loader.load {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #7f7f7f42;
}
.discount-countdown{
    background-color: #CE5635;
    border-radius: 10px;
    padding: 4px;
    color: white;
    bottom: 0px;
    left: 8px;
    display: inline-block;
    width: auto;
}
.exp-time{
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
}
.display-none{
    display: none;
}
.free-call{
    display: none;
}
.loading-image{
    background-image: url(/img/ajax-loader.gif);
    position: fixed;;
    z-index: 9999;
    top: 50%;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    margin-left: -25px;
    margin-top: -25px;
    display: none;
}
#filter-products{
    position: relative;
}
.refresh_link{
    display: inline-block;
    font-family: Arial;
    text-decoration: none;
    background: #FFD600;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    padding: 12px 15px;
    margin: 11px 0;
    color: #000000;
    cursor: pointer;
    text-transform: uppercase;
}
.refresh_link:hover{
    text-decoration: none;
}
.mobile-number{
    font-weight: bold;
    font-size: 17px;
    font-family: Arial;
    display: none;
}
.hot-super-deals .col-lg-48 {
    padding-right: 3px !important;
}
.hot-super-deals-row{
    padding: 15px;
}
.bestsellers{
    display: flex;
    max-height: 600px;
    overflow-y: hidden;
}
#bestsellers-right{
    margin: 60px 0px 20px;

 }
#bestsellers-right img.d-block.w-100{
    object-fit: cover;
}
#bestsellers-right .carousel-inner{
   /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;*/
}
#bestsellers-right * {
    height: 100% !important;
}
.site-bottom-banner{
    border-radius: 0px !important;
}
.header-left-phone-icon{
    padding: 15px 0;
    margin-right: 5px;
    float: left;
}
.header-top-new-middle{
    display: flex;
    justify-content: flex-end;
}
.user-icon-header-new{
    float: left;
    padding: 11px 0;
}
.btns-header a:first-child{
    margin-left: 2px !important;
}
.categories-button-new{
    background: #FFD600 !important;
    color: #000 !important;
    /*width: 266px !important;*/
    text-align: center;
    /*-webkit-border-radius: 6px;*/
    /*-moz-border-radius: 6px;*/
    /*border-radius: 6px;*/
    font-weight: bold;
    font-family: Arial;
    font-size: 17px !important;
    letter-spacing: 0 !important;
    width:calc(100% - 3px);
}
.categories-button-new i {
    margin-right: 5px;
    font-size: 15px;
}
.new-category-hamburger{
    display: block !important;
    position: absolute;
    left: 25px;
    top: 14px;
    z-index: 1;
    color: #000;
    font-size: 26px;
    transform: scaleX(1.2);
}
.category_list{
    position: relative;
}
#header-top .numbers:nth-child(3){
    border-right: 1px solid white;
}
.call-numbers-new{
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
    float: left;
}
.call-numbers-new > i, .btns-header > i.user-icon-header-new{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:2px solid #ffd600;
    padding: 5px;
    color: #ffd600;
    display: inline-block;
    width: 27px;
}
.mobile-navbar{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border: 0 !important;
}
.isHome #main_category_menu{
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.contact-number-mobile{
    float: left;
}
.contact-number-mobile .dropdown-menu{
    padding: 0px;
}
.contact-number-mobile .dropdown-menu>li{
    width: 100%;
}
.contact-number-mobile .dropdown-menu>li:last-child a{
    border: none;
    padding-bottom: 5px;
}
.contact-number-mobile .dropdown-menu>li:first-child a{
    border-top: none;
    padding-top: 13px;
}
.submenu-icon.fa-chevron-down{
    transform: translateX(-4px);
}
.blog-description strong {
    font-weight: bold;
}
.blog-description a {
    color : #337ab7;
    text-decoration: underline;
}

.blog-description a:hover {
    text-decoration: none !important;
}
.warranty-and-conditions ol {
    padding-left: 0px;
}

.page-header h1 {
    font-family: Montserrat-Bold !important;
    letter-spacing: 0px !important;
    color: #0b2238 !important;

}

/*New product card design*/
.new-product-card{
    box-shadow: 0 0 30px 0 rgba(231, 231, 231, 0.5);
    -webkit-box-shadow: 0 0 30px 0 rgba(231, 231, 231, 0.5);
    -moz-box-shadow: 0 0 30px 0 rgba(231, 231, 231, 0.5);
    padding: 40px;
}
.new-product-card-status{
    padding-bottom: 20px;
    border-bottom: 1px dotted #c6c6c6;
}
.new-product-card-article{
    margin-top: 15px;
    color: #a8a8a8;
    font-size: 12px;
}
.new-product-card-price{
    margin-top: 5px;
    font-family: Montserrat-ExtraBold;
    font-size: 38px;
}
.new-product-card-price span.past-price{
    font-size: 24px;
    text-decoration: line-through;
    color: #8a8a8a;
    font-family: Montserrat-Bold;
}
.new-product-card-expensive{
    cursor: pointer;
}
.new-product-card-expensive > span{
    color: #0073c4;
    cursor: pointer;
}
.new-product-card-buy{
    margin-top: 20px;
}
.new-product-card-item {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #c6c6c6;
}
.new-product-card-birkart .birkartlogo{
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.46px;
    color: #821339;
}

.new-product-card-birkart{
    display: none !important;
}

.new-product-card-umico-month,
.new-product-card-birkart-month{
    font-size: 11px;
    width: 100%;
}
.new-product-card-umico-month ul li,
.new-product-card-birkart-month ul li{
    border-bottom: 1px dotted #c6c6c6;
    margin-bottom: 5px;
    padding-bottom: 5px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-product-card-umico-month ul li:last-child,
.new-product-card-birkart-month ul li:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.new-product-card-umico-month ul li b,
    .new-product-card-birkart-month ul li b{
        font-family: Montserrat-Black;
    }

.new-product-card-umico-month ul li span,
    .new-product-card-birkart-month ul li span{
        white-space: nowrap;
    }

.new-product-card-mastercard p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
}
.new-product-card-mastercard p .bold-text {
    font-family: Montserrat-Black;
    font-size: 18px;
}
.new-product-card-mastercard img {
    width: 90px;
    margin-right: 5px;
}
.new-product-card-item {
    display: flex;
    align-items: center;
}
.new-product-card-item .card-logo {
    display: flex;
    margin-right: 30px;
    min-width: 100px;
}
.new-product-card-hesabaz{
    border-bottom: 1px dotted #c6c6c6;
    margin-top: 20px;
    padding-bottom: 20px;
}
.new-product-card-actions{
    margin-bottom: 0;
}
.new-product-card-actions > li{
    display: inline-flex;
    cursor: pointer;
    margin-left: 15px;
}
.add-bookmark > span{
    width: 15px;
    height: 13px;
    display: inline-block;
}
.add-bookmark > span.like{
    background: url(../img/svg/like.svg);
}
.add-bookmark > span.liked{
    background: url(../img/svg/liked.svg);
}
#soical-icons{
    height: 0;
    overflow: hidden;
    margin-top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#soical-icons.open{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 32px;
    overflow: hidden;
    padding-bottom: 20px;
}
.new-product-card-status > .availability{
    position: relative;
}
.new-product-card-status > .availability > span{
    padding-left: 12px;
    font-size: 12px;
}
.new-product-card-status > .availability > span::before{
    position: absolute;
    left: 0;
    top: 8px;
    content: ' ';
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.new-product-card-status > .availability > span.available{
    color: #00ec26;
}
.new-product-card-status > .availability > span.available::before{
    background: #00ec26;
}
.new-product-card-status > .availability > span.not-available{
    color: #FD1E1E;
}
.new-product-card-status > .availability > span.not-available::before{
    background: #FD1E1E;
}
.new-product-card-advanced-info{
    padding-top: 20px;
    margin-bottom: 0;
    list-style: none;
}
.new-product-card-advanced-info > li{
    position: relative;
    margin-bottom: 10px;
}
.new-product-card-advanced-info > li:last-child{
    margin-bottom: 0;
}
.new-product-card-advanced-info > li > span{
    padding-left: 25px;
    font-size: 12px;
}
.new-product-card-advanced-info > li > span::before{
    position: absolute;
    left: 0;
    top: 2px;
    content: ' ';
    width: 16px;
    height: 16px;
}
.new-product-card-advanced-info > li:first-child > span::before{
    background: url(../img/svg/delivery.svg) no-repeat center;
}
.new-product-card-advanced-info > li:last-child > span::before{
    background: url(../img/svg/warranty.svg) no-repeat center;
}
.new-product-card-whatsapp {
    box-shadow: 0 3px 18px 0 rgba(191, 191, 191, 0.5);
    background-color: #25CD64;
    color: white;
    padding: 10px 15px;
    border-radius: 2px;
    display: inline-flex;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    justify-content: center;
}
.new-product-card-whatsapp:hover, .new-product-card-whatsapp:focus {
    text-decoration: none;
    color: white;
}
.new-product-card-whatsapp > i {
    font-size: 20px;
    margin-right: 10px;
}
.new-product-card-whatsapp > span {
    font-size: 14px;
}

.attention-in-product{
    margin-bottom: 15px;
    font-size: 16px;
    font-family: Montserrat-Black;
    color: #ff2225;
    text-transform: uppercase;
}

/*Credit Request*/
.new-product-card-credit {
    width: 100%;
    margin-top: 10px;
    display: none;
}
.creditButton {
    width: 100%;
    font-family: Montserrat-Bold;
    font-size: 12px;
    transition: .2s all;
    background-image: linear-gradient(to right, #17964E, #44AA36, #64B725);
    color: white;
    padding: 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 3px 18px 0 rgba(191, 191, 191, 0.5);
    -webkit-box-shadow: 0 3px 18px 0 rgba(191, 191, 191, 0.5);
    -moz-box-shadow: 0 3px 18px 0 rgba(191, 191, 191, 0.5);
}
.creditButton:hover, .creditButton:active, .creditButton:focus {
    text-decoration: none;
    color: white;
}
.credit-modal-info {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted black;
    margin-bottom: 40px;
}
#creditModal .modal-content .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
}
#creditModal .modal-header, .credit-modal-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.credit-modal-info-item span {

}
.credit-modal-info-item h6 {
    color: #565682;
}
.credit-modal-info-item select, .credit-modal-info-item option {

}
#creditModal .modal-header img {
    width: 100px;
}
#creditModal .modal-header:after, #creditModal .modal-header:before {
    display: none;
}
.credit-modal-form > p {
    color: #565682;
}
.credit-modal-form input, .credit-modal-form select {
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: inset 3px 3px 7px 0 rgba(220, 220, 220, 0.5);
}
.credit-modal-form input[type='checkbox'] {

}
.credit-modal-form button {
    text-transform: uppercase;
    width: 100%;
    padding: 12px;
    background-color: #0FB269;
    color: white;
    border-radius: 10px;
    font-size: 20px;
}

.checkbox-label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 30px;
    margin-bottom: 30px;
}
.checkbox-label.false {
    color: red;
}
.checkbox-label.false .checkbox-checkmark {
    background-color: red;
}

/* Hide the browser's default checkbox */
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-label .checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkbox-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkbox-checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-label .checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkbox-checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Credit Request*/

/*Travel Page*/
.travel-body {
    padding: 40px 0;
    font-family: Montserrat-Medium;
}
.travel-banner {
    width: 100%;
    height: 400px;
    background: center/cover no-repeat;
}
.travel-packages {
    padding: 30px 0;
}
.travel-item {
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: 0.3s;
}
.travel-item::before {
    content: '';
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
}
.travel-item:hover {
    transform: scale(1.05,1.05);
}
.travel-item-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.travel-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.travel-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    color: white;
    z-index: 1;
    width: 100%;
}
.book-button {
    font-weight: bold;
    background-color: #FFC300;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 10px;
}
.book-price {
    font-size: 24px;
    font-weight: 600;
    float: right;
}

.travel-modal {
    display: none;
    position: fixed;
    z-index: 1700;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.travel-modal .modal-cover {
    width: 100%;
    height: 150px;
    background: center/cover no-repeat;
    position: relative;
    align-items: center;
    display: grid;
    text-align: center;
    background-color: #FFD600;
}
.modal-cover h4 {
    font-size: 36px;
    color: black;
    z-index: 101;
}
.travel-modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    border: 1px solid #888;
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}
.travel-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    z-index: 101;
}
.travel-modal .modal-form {
    padding: 20px;
}
.travel-modal .modal-form input {
    width: 100%;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid lightgray;
    margin-bottom: 20px;
    outline: none;
}
.travel-modal .modal-form button {
    font-size: 20px;
    color: black;
    background-color: #FFD600;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none;
}
.travel-modal-form {

}
.travel-modal-form .invalidMsg, .travel-modal-form .checkMsg {
    margin-bottom: 20px;
}
.travel-modal-content-success {
    display: grid;
    align-items: center;
}
.successMsg {
    text-align: center;
    display: none;
}
.travel-page-info {
    font-size: 14px;
    font-family: Arial;
}

/*CheckMark*/
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 40px auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}
/*Checkmark*/


@media screen and (max-width: 767px) {
    .travel-banner {
        height: 200px !important;
    }
    .travel-modal-content {
        width: 90% !important;
    }
}
/*Travel Page*/

/*Auth User Layout*/
#auth-body footer {
    margin: 0;
    padding: 0;
}
.auth-header-container {
    background-color: #0046BE;
}
.auth-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.auth-header .back-home {
    color: white;
}
.auth-header .logo img {
    width: 150px;
}

/*Auth User Layout*/
.views{
    color: #ccc !important;
}
.category-item .image{
    width: 100%;
    display: flex;
    justify-content: center;
}
.category-item .image img{
    width: auto;
    height: 56px;
}
.category-item{
    background-color: #fff;
    padding: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #dfdfdf;
    border-radius: 16px;
}
.category-item .news_desc{
    margin-top: 10px;
}
.category-item .news_desc h3:hover{
    color: orange;
    cursor: pointer;
}
.banner_header{
    width: 100%;
    display: flex;
    background-color: #e2e2e2;
    justify-content: center;
}
.banner_header_inner{
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 50px;
}
.banner_header_inner h2{
    width: 80%;
    overflow: hidden;
    text-align: center;
}
.basket-item>div{
    background-color: white;
}
.basket-row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.basket-row>div{
    display: flex;
}
.product-discount{
    width: 86px;
    height: 36px;
    left: 10px;
    top: 10px;
    border-radius: 5px;
    position: absolute;
    padding: 5px;
    background-color: #ffd600;
    box-shadow: #afafaf 8px 5px 9px -2px;
    z-index: 1;
}
.product-discount-text{
    font-size: 12px;
    text-align: center;
    color: black;
    font-weight: 300;
    margin: 0;
    line-height: 13px
}

