<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";@font-face {
    font-family: droid;
    src: url(fonts/DroidKufi-Regular.eot);
    src: url(fonts/DroidKufi-Regular.eot?#iefix) format("embedded-opentype"),url(fonts/DroidKufi-Regular.woff2) format("woff2"),url(fonts/DroidKufi-Regular.woff) format("woff"),url(fonts/DroidKufi-Regular.ttf) format("truetype")
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    background: #f7f7fa;
    font-size: 13px;
    font-family: droid,poppins,serif;
    color: #000;
    line-height: 1.8
}

h1,h2,h3,h4,h5,h6 {
    color: #000
}

p {
    margin-bottom: 15px
}

label {
    font-weight: 500;
    margin-bottom: 10px
}

input:focus,button:focus {
    outline: none
}

.main_title {
    position: relative;
    margin: 6px 0 15px;
    text-align: right
}

.main_title h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    line-height: 1
}

.main_title h2 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    line-height: 1.6;
    display: inline-block
}

@media(max-width: 767px) {
    .main_title h1 {
        font-size:22px;
        margin-bottom: 10px
    }

    .main_title h2 {
        font-size: 16px
    }
}

.main_title p {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    z-index: 2
}

@media(max-width: 767px) {
    .main_title p {
        font-size:15px
    }
}

.page_header {
    margin-bottom: 30px
}

.page_header h1 {
    font-size: 24px;
    margin: 0 0 5px
}

.breadcrumbs {
    margin: 25px 0 15px;
    line-height: 1
}

.breadcrumbs ul {
    margin: 0;
    line-height: 1;
    padding: 0
}

.breadcrumbs ul li {
    display: inline-block;
    margin-left: 7px;
    padding-left: 8px;
    position: relative
}

.breadcrumbs ul li a {
    color: #000;
    display: block;
    line-height: 1
}

.breadcrumbs ul li a:hover {
    color: #cc6787
}

.breadcrumbs ul li:after {
    font-family: line awesome free;
    content: '\f104';
    position: absolute;
    top: 1px;
    right: -15px;
    color: #999;
    font-weight: 600;
    font-size: 13px
}

.breadcrumbs ul li:nth-child(1):after {
    display: none!important
}

a {
    color: #000;
    text-decoration: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none
}

a:hover,a:focus {
    color: #000;
    text-decoration: none;
    outline: none
}

a.btn_1,.btn_1 {
    border: none;
    background: #000;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 10px 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    line-height: normal
}

a.btn_2,.btn_2 {
    border: 1px solid #000;
    background: #fff;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 10px 25px;
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    line-height: normal
}

a.btn_1:focus,.btn_1:focus,a.btn_2:focus,.btn_2:focus {
    outline: none
}

a.btn_1:hover,.btn_1:hover {
    background-color: #6a6dac;
    color: #fff!important
}

a.btn_1.full-width,.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px
}

a.btn_1.medium,.btn_1.medium {
    font-size: 16px;
    padding: 18px 40px
}

a.btn_1.outline,.btn_1.outline {
    border: 2px solid #111;
    color: #111;
    padding: 10px 30px;
    background: 0 0
}

a.btn_1.outline:hover,.btn_1.outline:hover {
    border-color: #6a6dac;
    color: #6a6dac!important
}

a.btn_1.outline:focus,.btn_1.outline:focus {
    outline: none
}

a.btn_1.gray,.btn_1.gray {
    background: #f0f0f0;
    color: #111!important
}

a.btn_1.gray:hover,.btn_1.gray:hover {
    background-color: #6a6dac;
    color: #111!important
}

a.btn_1 i,.btn_1 i {
    font-weight: 600
}

.hide-scroll {
    overflow: hidden!important
}

.z15 {
    z-index: 10001!important
}

.z16 {
    z-index: 10002!important
}

main {
    z-index: 2;
    position: relative
}

main.freeze {
    z-index: inherit
}

.container {
    max-width: 1400px
}

@media(max-width: 991px) {
    .container {
        max-width:100%
    }
}

@media(max-width: 767px) {
    .container {
        padding:0 10px
    }
}

.top_line {
    padding: 12px 0 10px;
    line-height: 1
}

.top_line.promo {
    background-color: #6a6dac;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500
}

.top_line.promo strong {
    color: #ff9;
    font-weight: 700
}

.top_line {
    color: #fff;
    background-color: #6a6dac;
    font-size: 13px
}

@media(max-width: 767px) {
    .top_line {
        display:none
    }
}

.top_line.plus_select {
    padding: 7px 0
}

.top_line.plus_select .styled-select select {
    color: #fff
}

.top_line.plus_select .styled-select:after {
    color: #fff
}

.top_line ul.top_links {
    list-style: none;
    margin: 0;
    float: right
}

.top_line ul.top_links li {
    display: inline-block;
    position: relative;
    margin-left: 5px
}

.top_line ul.top_links li:first-child {
    margin-left: 0
}

header {
    box-shadow: 0 .5px 1px 0 rgb(0 0 6/14%);
    background-color: #fdfdfd;
    margin-bottom: 15px;
    padding: 10px 0 5px
}

header .main-header {
    position: relative
}

@media(max-width: 991px) {
    header .main-header {
        padding:15px 0
    }
}

.logo img {
    height: 50px
}

@media(max-width: 991px) {
    header .logo {
        text-align:right
    }

    header .logo a img {
        height: 32px;
        width: auto
    }

    .note-header {
        display: none
    }
}

header .main-header a.phone_top {
    display: inline-block;
    line-height: 1.3
}

header .main-header a.phone_top strong span {
    display: block;
    font-weight: 900
}

@media(max-width: 991px) {
    header .main-header a.phone_top {
        position:absolute;
        right: 0;
        top: -27px;
        z-index: 2
    }

    header .main-header a.phone_top strong {
        display: none
    }

    header .main-header a.phone_top:before {
        font-family: fontello,serif;
        font-size: 26px;
        content: '\e802';
        line-height: 1;
        padding: 0;
        margin: 0;
        display: inline-block
    }
}

header ul.top_tools {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right
}

@media(max-width: 767px) {
    header ul.top_tools {
        float:none;
        width: 100%
    }
}

header ul.top_tools&gt;li {
    float: right;
    margin-left: 20px
}

@media(max-width: 767px) {
    header ul.top_tools&gt;li:last-child {
        float:left;
        margin-left: 0
    }
}

header ul.top_tools&gt;li a {
    display: block;
    position: relative
}

header ul.top_tools&gt;li a:not(#cart a).btn_1 {
    font-weight: 700;
    font-size: 14px
}

header ul.top_tools&gt;li a.cart_bt {
    position: relative
}

@media(max-width: 767px) {
    header ul.top_tools&gt;li a {
        height:28px;
        line-height: 28px
    }
}

header ul.top_tools&gt;li a:before {
    font-family: themify;
    font-size: 20px;
    font-weight: 500!important
}

header ul.top_tools&gt;li a.search_panel:before {
    content: "\e610";
    font-size: 26px
}

header ul.top_tools&gt;li a.btn_cat_mob {
    line-height: 32px!important;
    height: 28px!important;
    padding-left: 35px;
    font-weight: 700;
    font-size: 13px
}

@media(max-width: 991px) {
    header ul.top_tools&gt;li a.btn_cat_mob {
        padding-left:0
    }
}

header ul.top_tools&gt;li a.access_link:before {
    content: "\e602";
    margin-left: 5px
}

header ul.top_tools&gt;li a.cart_bts:before {
    content: "\e60d"
}

header ul.top_tools&gt;li a.cart_bt strong {
    font-size: 10px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    text-indent: 0;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: -3px;
    line-height: 17px!important;
    border-radius: 50%
}

@media(max-width: 767px) {
    header ul.top_tools&gt;li a.cart_bt strong {
        bottom:-3px
    }
}

header ul.top_tools&gt;li .dropdown-access .dropdown-menu {
    border: none;
    min-width: 0;
    padding: 15px;
    width: 235px;
    top: 100%;
    border-radius: 0
}

header ul.top_tools&gt;li .dropdown-access .dropdown-menu:before {
    bottom: 100%;
    border: 7px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: -7px
}

#cart {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    background: #f8f8f8;
    width: 520px;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
    -o-transition: all .4s cubic-bezier(.77,0,.175,1);
    transition: all .4s cubic-bezier(.77,0,.175,1);
    overflow: auto;
    box-shadow: 2px 0 15px 0 rgba(0,0,0,.45)
}

#cart.open {
    display: block;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%)
}

header ul.top_tools&gt;li .dropdown-access .dropdown-menu a {
    height: 45px!important;
    line-height: 45px!important;
    padding-top: 0!important;
    padding-bottom: 0!important
}

#cart .cart-content {
    padding-top: 10px;
    height: calc(100% - 109px)
}

#cart .cart-content a.btn_1,header ul.top_tools&gt;li .dropdown-access .dropdown-menu a.btn_1 {
    color: #fff;
    background-color: #000;
    height: auto;
    line-height: 1.4
}

#cart .cart-content a.btn_1.outline {
    color: #6a6dac;
    background-color: transparent
}

header ul.top_tools&gt;li .dropdown-access .dropdown-menu a.btn_1.outline {
    background-color: transparent
}

#cart .cart-content a.btn_1:hover,header ul.top_tools&gt;li .dropdown-access .dropdown-menu a.btn_1:hover {
    color: #fff!important;
    background-color: #6a6dac
}

#cart .cart-not-found {
    text-align: center;
    height: calc(100% - 70px);
    position: relative
}

#cart .cart-close {
    position: absolute;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    background: #000;
    color: #fff;
    top: 8px;
    right: 15px;
    display: block;
    z-index: 99
}

#cart .cart-not-found svg {
    margin-bottom: 10px
}

#cart .cart-not-found p {
    margin-bottom: 10px
}

#cart .cart-not-found a.cnf {
    height: 40px;
    border-radius: 4px;
    background-color: #6a6dac;
    color: #fff;
    display: table;
    text-align: center;
    line-height: 40px;
    padding: 0 30px;
    margin: 40px auto 0
}

#cart .cart-content .load-cart {
    height: 100%
}

#cart .cart-content .total_drop {
    background: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99
}

#cart .cart-content .total_drop .btn_1 {
    margin-top: 5px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    overflow: hidden
}

#cart .cart-content .sk-chase {
    margin-top: 10px
}

#cart .cart-content ul {
    padding: 0 15px;
    list-style: none;
    background: #fff;
    height: calc(100% - 200px);
    overflow: auto
}

#cart .cart-content ul li {
    position: relative;
    padding: 10px 0
}

#cart .cart-content li+li {
    border-top: 1px solid #ededed
}

#cart .cart-content .content {
    width: 100%;
    padding-left: 40px
}

#cart .cart-content .content .name {
    margin-bottom: 10px;
    padding-left: 20px
}

#cart .cart-content .name a {
    display: block;
    margin-bottom: 5px;
    line-height: 20px;
    height: auto
}

#cart .cart-content .name span {
    display: inline-block;
    color: #6a6dac;
    font-weight: 700
}

#cart .cart-content .name span+span {
    text-decoration: line-through;
    color: #8c8c8c
}

#cart .cart-content strong:hover {
    color: #6a6dac
}

#cart .cart-content a.action {
    color: #999;
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    min-height: auto;
    margin: 0;
    border: 0
}

#cart .cart-content a.action i {
    font-size: 20px;
    font-weight: 400;
    color: #6a6dac
}

#cart .cart-content a.action i:hover {
    color: #6a6dac
}

.cart-content .numbers-row {
    position: relative;
    width: 100px;
    height: 30px;
    overflow: visible;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    text-align: left!important
}

.cart-content input.qty2 {
    position: relative;
    width: 40px;
    height: 30px;
    left: 50%;
    background: 0 0;
    padding: 0;
    border: none;
    text-align: center
}

.cart-content .btn_inc,.cart-content .button_inc {
    cursor: pointer;
    position: absolute;
    width: 33px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    font-size: 19px;
    font-weight: 300!important;
    color: #999
}

#cart .cart-coupon .form-group {
    margin-bottom: 0
}

#cart .cart-coupon input {
    width: calc(100% - 135px)!important;
    padding: 5px 10px;
    height: 38px
}

#cart .cart-coupon button {
    width: 120px!important;
    margin: 0 15px 0 0!important;
    height: 38px;
    padding: 0;
    border: 0;
    background: #000;
    color: #fff
}

#cart .cart-coupon button:hover {
    color: #fff!important
}

header .main-nav {
    position: relative;
    height: 60px
}

header .custom-search-input {
    padding: 0;
    width: 100%;
    margin: 0;
    top: 5px;
    position: relative;
    height: 50px
}

header .custom-search-input input[type=text] {
    width: 100%;
    height: 50px;
    border: 0;
    background-color: #f7f7fa;
    padding: 15px;
    border-radius: 4px
}

header .custom-search-input input[type=text]:focus {
    outline: none
}

@media(max-width: 575px) {
    header .custom-search-input input[type=text] {
        padding-left:15px
    }
}

header .custom-search-input button[type=submit] {
    position: absolute;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 26px;
    top: 0;
    height: 50px;
    overflow: hidden;
    right: 3px;
    border: 0;
    cursor: pointer;
    outline: none;
    background: 0 0
}

header .custom-search-input button[type=submit]:hover {
    color: #6a6dac
}

.search {
    position: relative
}

.search-radius {
    border-radius: 4px 4px 0 0!important;
    background: #fff!important
}

.search .results {
    z-index: 999;
    right: 0;
    left: 0;
    height: 0;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s;
    background: #fff;
    position: relative
}

.search .results.open {
    height: 375px;
    overflow: hidden scroll
}

.ajax-products ul {
    margin: 0;
    list-style: none;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ebebeb;
    border-radius: 0 0 4px 4px
}

.ajax-products ul li+li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb
}

.ajax-products ul li a {
    color: #111;
    line-height: 20px;
    display: block
}

.ajax-products ul li a span {
    overflow: hidden
}

.ajax-products ul li a img {
    float: right;
    margin-left: 10px
}

.ajax-products * {
    font-size: 13px
}

.ajax-products h4 {
    margin-bottom: 5px;
    line-height: 20px
}

.ajax-products .content {
    overflow: hidden
}

.overlay-search.active {
    background-color: rgba(0,0,0,.45);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: block;
    height: 200vh
}

header.sticky-element {
    width: 100%;
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    z-index: 100000;
    -webkit-animation: smoothScroll .5s none;
    -webkit-box-shadow: 0 20px 20px -20px rgba(0,0,0,.25);
    -moz-box-shadow: 0 20px 20px -20px rgba(0,0,0,.25);
    box-shadow: 0 20px 20px -20px rgba(0,0,0,.25)
}

header.sticky-element .main-header {
    display: none
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-60px)
    }

    100% {
        transform: translateY(0px)
    }
}

header .main-header {
    background-color: #fff;
    z-index: 10000;
    padding: 15px 0
}

header .main-header a.phone_top {
    color: #fff
}

header .main-header a.phone_top:before {
    color: #fff
}

@media(max-width: 767px) {
    header .main-header ul.top_tools {
        width:auto
    }
}

header .main-header ul.top_tools&gt;li:last-child {
    display: inline-block
}

@media(max-width: 767px) {
    header .main-header ul.top_tools&gt;li:last-child {
        float:none
    }
}

@media(max-width: 1199px) {
    header .main-header ul.top_tools&gt;li:nth-child(2) {
        display:none
    }
}

@media(max-width: 991px) {
    header .main-header ul.top_tools&gt;li:nth-child(3) {
        display:none
    }
}

header .main-header ul.top_tools&gt;li&gt;a {
    color: #fff
}

@media(max-width: 767px) {
    header .main-header ul.top_tools&gt;li a {
        line-height:60px;
        height: 60px
    }
}

header .main-header ul.top_tools&gt;li a:hover {
    color: #6a6dac
}

header .main-header ul.top_tools&gt;li a.cart_bt strong {
    background-color: #083487;
    color: #fff!important
}

@media(max-width: 767px) {
    header .main-header ul.top_tools&gt;li a.cart_bt strong {
        bottom:10px
    }
}

@media(max-width: 991px) {
    header .main-header ul.top_tools {
        position:absolute;
        top: -43px;
        right: 0
    }
}

header .main-nav {
    background-color: #fff
}

header .custom-search-input {
    background-color: #f2f2f2;
    position: relative;
    z-index: 999;
    border-radius: 4px
}

header ul.top_tools&gt;li a {
    color: #000;
    display: block
}

header ul.top_tools&gt;li a i {
    font-size: 26px
}

header ul.top_tools&gt;li a:hover {
    color: #6a6dac
}

header ul.top_tools&gt;li a.btn_cat_mob .hamburger-inner,header ul.top_tools&gt;li a.btn_cat_mob .hamburger-inner::before,header ul.top_tools&gt;li a.btn_cat_mob .hamburger-inner::after {
    background-color: #111
}

header ul.top_tools&gt;li a.btn_cat_mob:hover .hamburger-inner,header ul.top_tools&gt;li a.btn_cat_mob:hover .hamburger-inner::before,header ul.top_tools&gt;li a.btn_cat_mob:hover .hamburger-inner::after {
    background-color: #6a6dac
}

header ul.top_tools&gt;li a.cart_bt strong {
    background-color: #6a6dac;
    color: #fff!important
}

@media(max-width: 1250px) {
    header ul.top_tools&gt;li a span {
        display:none
    }
}

header ul.top_tools&gt;li .dropdown-access .dropdown-menu {
    border-top: 2px solid #6a6dac;
    margin-top: 0;
    transition: .15s linear,.1s opacity cubic-bezier(.39,.575,.565,1),.15s transform cubic-bezier(.1,1.26,.83,1);
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,.175);
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.175)
}

header ul.top_tools&gt;li .dropdown-access .dropdown-menu:before {
    border-bottom-color: #6a6dac
}

header ul.top_tools&gt;li .dropdown-access:hover&gt;a {
    color: #6a6dac
}

.main-menu {
    position: relative;
    z-index: 9;
    width: auto
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-menu&gt;ul&gt;li+li {
    margin-right: 25px
}

.main-menu ul li,.main-menu ul li a {
    position: relative;
    margin: 0;
    padding: 0
}

.main-menu ul li a {
    display: block;
    padding: 3px 10px
}

.main-menu&gt;ul&gt;li&gt;a {
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1
}

header .main-menu&gt;ul&gt;li&gt;a {
    color: #000
}

header .main-menu&gt;ul&gt;li&gt;a i {
    margin-left: 10px;
    font-size: 13px
}

header .main-menu&gt;ul&gt;li:hover&gt;a {
    color: #cdcdcd
}

.main-menu&gt;ul&gt;li.submenu:hover&gt;a:after {
    transform: rotate(180deg)
}

.main-menu ul&gt;li.submenu&gt;a {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-menu ul&gt;li.submenu&gt;a:after {
    font-family: line awesome free;
    font-size: 12px;
    content: "\f107";
    color: #000;
    line-height: 1;
    font-weight: 600;
    padding: 0;
    margin: 0 0 0 5px;
    font-weight: 700;
    display: inline-block;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media(max-width: 991px) {
    .main-menu ul&gt;li.submenu&gt;a:after {
        font-size:13px!important;
        float: right
    }
}

.main-menu ul&gt;li.submenu&gt;a:hover:after {
    color: #cdcdcd
}

header.version_2 .main-menu&gt;ul&gt;li&gt;a,.main-menu&gt;ul&gt;li.submenu:hover&gt;a {
    color: #cdcdcd
}

header.version_2 .main-menu&gt;ul&gt;li:hover&gt;a {
    color: #6a6dac
}

header.version_2 .main-menu ul&gt;li.submenu&gt;a:after {
    color: #444
}

header.version_2 .main-menu&gt;ul&gt;li.submenu:hover&gt;a:after {
    color: #6a6dac
}

.main-menu ul&gt;li {
    display: inline-block
}

.main-menu ul ul,.main-menu ul li .menu-wrapper {
    position: absolute;
    z-index: 999;
    visibility: hidden;
    left: 0;
    top: 100%;
    background: #fff;
    display: block;
    transform: scale(.4);
    transform-origin: 10% top;
    transition: .15s linear,.1s opacity cubic-bezier(.39,.575,.565,1),.15s transform cubic-bezier(.1,1.26,.83,1);
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,.175);
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.175);
    opacity: 0
}

.main-menu ul ul {
    padding: 10px;
    min-width: 175px
}

.main-menu ul li:hover&gt;ul,.main-menu ul li:hover .menu-wrapper {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.main-menu ul .menu-wrapper ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.main-menu ul ul li {
    display: block
}

.main-menu ul ul li a {
    color: #444;
    display: block;
    padding: 8px 10px;
    white-space: nowrap
}

.main-menu ul ul li:hover&gt;a {
    color: #000;
    background-color: rgba(0,77,218,.05)
}

.main-menu ul ul ul {
    left: 100%;
    top: 0
}

@media(min-width: 992px) and (max-width:1199px) {
    .main-menu ul li.megamenu .menu-wrapper {
        width:940px;
        margin-left: -510px
    }
}

@media only screen and (max-width: 580px) {
    .main-menu {
        width:100%
    }
}

.dropdown-access .dropdown-menu {
    margin-left: -105px
}

.dropdown-access .dropdown-menu:before {
    left: 50%
}

.dropdown-access .dropdown-menu ul {
    margin: 15px 0 0;
    padding: 0
}

.dropdown-access .dropdown-menu ul li {
    display: block;
    font-size: 13px;
    border-top: 1px solid #ededed
}

.dropdown-access .dropdown-menu ul li a {
    height: auto!important;
    color: #444!important;
    border-left: 2px solid transparent;
    display: block;
    padding: 15px 15px 15px 50px!important;
    position: relative;
    line-height: 1
}

.dropdown-access .dropdown-menu ul li a i {
    font-size: 18px;
    margin-right: 10px;
    position: absolute;
    top: 14px;
    left: 15px;
    line-height: 1
}

.dropdown-access .dropdown-menu ul li a:hover {
    color: #6a6dac!important;
    background-color: rgba(0,77,218,.04)
}

.search_mob_wp {
    width: 100%
}

.search_mob_wp input {
    height: 40px
}

.categories.menu {
    display: block
}

@media(max-width: 767px) {
    .categories {
    }
}

.categories.menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.categories.menu&gt;ul&gt;li #menu {
    display: none
}

.categories.menu&gt;ul&gt;li:hover #menu {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 99;
    border-radius: 0;
    background: #fff;
    transition: .15s linear,.1s opacity cubic-bezier(.39,.575,.565,1),.15s transform cubic-bezier(.1,1.26,.83,1);
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,.175);
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.175)
}

.categories.menu .level-one {
    width: 225px;
    position: relative;
    border-radius: 4px;
    padding: 10px 0
}

.menu ul li&gt;span a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    color: #000;
    padding-right: 35px
}

.menu ul li&gt;span a i {
    font-size: 26px;
    position: absolute;
    top: 15px;
    right: 0
}

@media(max-width: 767px) {
    .menu ul li ul li {
        width:100%
    }
}

.menu ul li ul li span {
    display: block
}
.menu ul li ul li span img {
    height: 30px;
}
.menu ul li ul li a {
    text-transform: none;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 38px;
    height: 38px;
    padding: 0 10px 0 15px
}

.menu ul li ul li a.active,.menu ul li ul li a:hover {
    color: #000;
    background-color: rgba(0,77,218,.05)
}

.menu ul li ul li a.has-submenu:after {
    font-family: line awesome free;
    content: "\f105";
    float: right;
    font-weight: 600;
    font-size: 13px;
    margin-top: 0;
    color: #000
}

@media(max-width: 767px) {
    .menu ul li ul li a.has-submenu:after {
        transform:rotate(90deg)
    }
}

.menu ul li ul li ul {
    display: none;
    width: 225px;
    position: absolute;
    top: 0;
    left: 225px;
    background: #f6f6f6;
    min-height: 100%;
    border-radius: 4px
}

#menu .level-one&gt;li:hover .level-tow {
    display: block
}

#menu .level-tow&gt;li:hover .level-three {
    display: block
}

header .menu ul li&gt;span a .hamburger-inner,header .menu ul li&gt;span a .hamburger-inner::before,header .menu ul li&gt;span a .hamburger-inner::after {
    background-color: #000
}

header .menu ul li&gt;span a:hover {
    color: #6a6dac
}

header .menu ul li&gt;span a:hover .hamburger-inner,header .menu ul li&gt;span a:hover .hamburger-inner::before,header .menu ul li&gt;span a:hover .hamburger-inner::after {
    background-color: #6a6dac
}

header .menu ul li&gt;span a.active {
    color: #6a6dac
}

header .menu ul li&gt;span a.active .hamburger-inner,header .menu ul li&gt;span a.active .hamburger-inner::before,header .menu ul li&gt;span a.active .hamburger-inner::after {
    background-color: #6a6dac
}

header .menu ul li ul li a {
    color: #000
}

.top_banner {
    background: #fff;
    padding: 0 0 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed
}

.top_banner .breadcrumbs ul li a {
    color: #999;
    font-size: 11px
}

.top_banner .breadcrumbs ul li a:hover {
    color: #6a6dac
}

.top_banner h1 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 15px 0 0;
    line-height: 1.3
}

.top_banner h1 span {
    font-size: 13px;
    color: #999;
    font-weight: lighter
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0,0)
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgb(0 0 0)!important;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    display: none!important
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;*display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.carousel-home,#carousel-home-2 {
    position: relative
}

.carousel-home .owl-carousel,#carousel-home-2 .owl-carousel {
    position: relative
}

.carousel-home .owl-carousel .owl-dots,#carousel-home-2 .owl-carousel .owl-dots {
    bottom: 15px;
    width: 100%;
    position: absolute;
    z-index: 3
}

.carousel-home .owl-carousel .owl-dots .owl-dot,.carousel-home .owl-carousel .owl-nav [class*=owl-]:focus,#carousel-home-2 .owl-carousel .owl-dots .owl-dot,#carousel-home-2 .owl-carousel .owl-nav [class*=owl-]:focus {
    outline: none
}

.grid_item {
    text-align: right;
    position: relative;
    cursor: pointer;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ededed
}

.exclusive {
    background-color: #0165a1;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: .6875rem;
    left: 10px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 10px;
    padding: 7px 10px;
    font-weight: 600;
    min-width: 45px;
    z-index: 1
}

.exclusive.notavailable {
    left: auto;
    right: 10px;
    opacity: .4
}

.grid_item:hover ul li {
    display: block
}

.grid_item figure {
    position: relative;
    overflow: hidden;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.grid_item figure a {
    display: block
}

.grid_item figure img:nth-child(1) {
    visibility: visible;
    opacity: 1;
    transform: translateZ(0);
    width: 100%
}

.grid_item.not-available figure,.grid_item.not-available .title,.grid_item.not-available .price_box {
    opacity: .4
}

span.deal-tag {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 7px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: .6875rem;
    display: block;
    background: #eb0000;
    line-height: 1
}

.grid_item .title {
    margin-bottom: 10px
}

.grid_item .title h3 {
    margin-bottom: 0;
    font-size: 12px;
    height: 42px;
    line-height: 21px;
    overflow: hidden
}

.grid_item .title h3 a {
    display: block;
    color: #000
}

.grid_item .btn-cart {
    color: #606060;
    font-size: 12px;
    border-radius: 4px;
    width: 100%;
    height: 35px;
    transition: all ease-in-out .15s;
    outline: none;
    border: 0
}

.grid_item .btn-cart span {
    display: block
}

.grid_item .btn-cart:disabled,.grid_item .btn-cart:hover {
    background: rgb(252 190 36)!important;
    cursor: pointer;
    color: #000
}

.sk-chase {
    width: 20px;
    height: 20px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
    margin: 0 auto;
    display: block
}

.results .sk-chase {
    width: 45px;
    height: 45px;
    top: calc(50% - 20px)
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #6a6dac;
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -.6s
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -.6s
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot {
    80%,100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(.4)
    }

    100%,0% {
        transform: scale(1)
    }
}

.grid_item a h3 {
    font-size: 13px;
    margin: 3px 0 0;
    color: #444;
    font-weight: 500;
    display: inline-block
}

.grid_item a h3:hover {
    color: #6a6dac
}

.grid_item .price_box {
    margin-bottom: 10px;
    position: relative;
    height: 39px
}

.grid_item .price_box .old_price {
    font-size: 12px;
    margin-right: 0;
    display: block
}

.percent {
    background: rgb(240 240 240);
    color: #ff001f;
    border-radius: 25px;
    line-height: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 50px;
    font-weight: 700
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    75% {
        opacity: .5
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.new_price {
    color: #000;
    font-size: 13px;
    font-weight: 700
}

.old_price {
    color: #777;
    text-decoration: line-through;
    display: inline-block;
    font-weight: 500;
    font-size: 16px
}

.tooltip {
    line-height: 1.3;
    font-size: 11px;
    font-weight: 600
}

.tooltip.show {
    opacity: .8
}

.percentage {
    background: #6a6dac;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    padding: 5px 5px 3px;
    top: -1px;
    margin-right: 10px;
    display: inline-block
}

.owl-theme .owl-dots {
    margin-top: 15px!important
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot {
    outline: none
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: 0 0!important;
    border: 2px solid #6a6dac;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    border-radius: 50%;
    width: 16px!important;
    height: 16px!important;
    background: 0 0!important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 2px solid #000
}

.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    background-color: #6a6dac!important;
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all .3s ease-in-out
}

.owl-theme .owl-dots .owl-dot.active span::before {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
    margin: 0!important
}

.owl-prev,.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    display: block!important;
    background: rgba(0,0,0,.3)!important;
    line-height: 54px!important
}

.owl-prev {
    left: -30px
}

.owl-next {
    right: -25px
}

.owl-prev i,.owl-next i {
    font-size: 16px;
    color: #fff;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.owl-prev i:hover,.owl-next i:hover {
    color: #fff
}

.owl-prev.disabled i:hover,.owl-next.disabled i:hover {
    color: #ccc
}

.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,.35);
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    opacity: 0;
    visibility: hidden
}

.layer-is-visible {
    opacity: 1;
    visibility: visible
}

.search-input {
    padding: 0;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
    border-radius: 4px
}

.search-input input[type=text] {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    padding: 15px
}

.search-input input[type=text]:focus {
    outline: none
}

@media(max-width: 575px) {
    .search-input input[type=text] {
        padding-left:15px
    }
}

.search-input button[type=submit] {
    position: absolute;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 1.5rem;
    top: 10px;
    left: 5px;
    border: 0;
    cursor: pointer;
    outline: none;
    background: 0 0
}

.search-input button[type=submit]:hover {
    color: #6a6dac
}

.search-input.white input[type=text] {
    background-color: #fff;
    border: 1px solid #ddd
}

.numbers-row {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: visible;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    text-align: left!important
}

input.qty2 {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    left: 50%;
    background: 0 0;
    padding: 5px;
    border: none;
    margin-left: -20px
}

input.qty2:focus {
    outline: none;
    box-shadow: none
}

.btn_inc,.button_inc {
    cursor: pointer;
    position: absolute;
    width: 33px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    z-index: 2;
    font-size: 26px;
    font-weight: 300!important;
    color: #999
}

.btn_inc:hover,.button_inc:hover {
    color: #6a6dac
}

.dec {
    left: 0;
    top: 0
}

.inc {
    right: 0;
    top: 0
}

.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.ribbon {
    color: #fff;
    display: inline-block;
    font-size: .6875rem;
    left: 10px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 10px;
    padding: 7px 10px;
    font-weight: 600;
    min-width: 45px;
    z-index: 1
}

.ribbon:before {
    border-style: solid solid solid none;
    border-width: 9px 9px 9px 0;
    bottom: -15px;
    content: "";
    left: 0;
    position: absolute;
    width: 9px
}

.ribbon.new {
    background-color: #c169e3;
    border-radius: 4px
}

.ribbon.new:before {
    border-color: #c169e3 transparent transparent
}

.ribbon.hot {
    background-color: #0c0
}

.ribbon.hot:before {
    border-color: #0c0 transparent transparent
}

.ribbon.off {
    background-color: #6a6dac
}

.ribbon.off:before {
    border-color: #6a6dac transparent transparent
}

.box_general {
    padding: 25px 25px 5px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.05)
}

.bg_white {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px
}

.bg_gray {
    background-color: #f7f7fa
}

.container_check {
    display: block;
    position: relative;
    padding-right: 30px;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.container_check input:checked~.checkmark {
    background-color: #6a6dac;
    border: 1px solid transparent
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.container_check input:checked~.checkmark:after {
    display: block
}

.container_radio {
    display: block;
    position: relative;
    padding-right: 30px;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.container_radio input {
    position: absolute;
    opacity: 0
}

.container_radio input:checked~.checkmark:after {
    opacity: 1
}

.container_radio .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50%
}

.container_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6a6dac;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.row {
    margin-right: -8px!important;
    margin-left: -8px!important
}

.small-gutters {
    margin-right: -8px!important;
    margin-left: -8px!important
}

.small-gutters&gt;[class*=col-] {
    padding-right: 8px!important;
    padding-left: 8px!important
}

[class*=col-] {
    padding-right: 8px!important;
    padding-left: 8px!important
}

@media(max-width: 767px) {
    .row {
        margin-right:-5px!important;
        margin-left: -5px!important
    }

    .small-gutters {
        margin-right: -5px!important;
        margin-left: -5px!important
    }

    [class*=col-] {
        padding-right: 5px!important;
        padding-left: 5px!important
    }

    .small-gutters&gt;[class*=col-] {
        padding-right: 5px!important;
        padding-left: 5px!important
    }
}

.form-control {
    padding: 10px;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 50px
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.05)
}

.form-group {
    position: relative
}

ul.list_ok {
    list-style: none;
    margin: 0 0 25px;
    padding: 0
}

ul.list_ok li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px
}

ul.list_ok li:before {
    font-family: themify,serif;
    content: "\e64c";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 16px;
    color: #1a1a1a
}

ul.list_ok li:last-child {
    margin-bottom: 0
}

.styled-select {
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 32px;
    border: none;
    background-color: #f3f3f3;
    background-color: rgba(255,255,255,.05);
    border-radius: 4px;
    padding-right: 35px;
    position: relative;
    color: #ccc;
    cursor: pointer
}

.styled-select:after {
    font-family: themify,serif;
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 0
}

.styled-select.lang-selector:after {
    content: "\e665"
}

.styled-select.currency-selector:after {
    content: "\e64b"
}

.styled-select select {
    background: 0 0;
    width: 110%;
    padding-left: 10px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 30px;
    color: #ccc;
    font-size: 12px;
    margin: 0;
    font-weight: 500;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none
}

.styled-select select:focus {
    color: #ccc;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.styled-select select::-ms-expand {
    display: none
}

.top_panel {
    background-color: #fff;
    position: fixed;
    top: -400px;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-box-shadow: 0 20px 20px -20px rgba(0,0,0,.25);
    -moz-box-shadow: 0 20px 20px -20px rgba(0,0,0,.25);
    box-shadow: 0 20px 20px -20px rgba(0,0,0,.25)
}

.top_panel.show {
    top: 0;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.top_panel .header_panel {
    position: relative;
    padding: 15px
}

.top_panel .header_panel label {
    font-weight: 500;
    font-size: 15px;
    position: relative;
    padding-left: 30px
}

.top_panel .header_panel label:before {
    font-family: themify,serif;
    content: "\e64d";
    color: #6c3;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -7px
}

.top_panel .header_panel small {
    font-weight: 500;
    font-size: 15px
}

.top_panel .header_panel a.btn_close_top_panel {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    position: absolute;
    font-size: 24px;
    top: 15px;
    right: 15px;
    color: #999;
    opacity: .8;
    width: 24px;
    height: 24px;
    line-height: 1
}

.top_panel .header_panel a.btn_close_top_panel:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
    color: #444
}

.top_panel .item {
    background-color: #f4f4f4;
    padding: 25px 0;
    min-height: 130px
}

.top_panel .item .btn_panel {
    text-align: right;
    padding-top: 25px
}

@media(max-width: 991px) {
    .top_panel .item .btn_panel {
        padding-top:15px
    }
}

@media(max-width: 767px) {
    .top_panel .item .btn_panel {
        text-align:center
    }
}

.top_panel .item .btn_panel a {
    min-width: 200px
}

@media(max-width: 1199px) {
    .top_panel .item .btn_panel a {
        min-width:inherit
    }
}

@media(max-width: 767px) {
    .top_panel .item .btn_panel a {
        width:49.2%
    }
}

.top_panel .related {
    padding: 15px 0 20px 15px
}

@media(max-width: 991px) {
    .top_panel .related {
        display:none
    }
}

.top_panel .related h4 {
    font-size: 13px;
    color: #999;
    margin: 5px 0 15px
}

.top_panel .related .item_panel a h5 {
    font-size: 13px;
    padding-top: 5px;
    margin: 0 0 3px;
    font-weight: 400;
    color: #444
}

.top_panel .related .item_panel a h5:hover {
    color: #6a6dac
}

.top_panel .related .item_panel figure {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 0
}

.top_panel .related .item_panel figure img {
    height: 60px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1);
    -o-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1)
}

.top_panel .item_panel {
    position: relative;
    width: 100%
}

.top_panel .item_panel figure {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
    margin: 0 15px 0 0;
    float: left;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    box-sizing: content-box
}

.top_panel .item_panel figure img {
    width: auto;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1);
    -o-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1)
}

.top_panel .item_panel h4 {
    font-size: 18px;
    margin: 0 0 3px;
    font-weight: 400;
    padding-top: 15px;
    color: #444
}

@media(max-width: 991px) {
    .top_panel .item_panel h4 {
        padding-top:0;
        font-size: 15px
    }
}

.modal-content {
    border: none!important;
    padding: 25px
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    line-height: 46px;
    outline: none;
    padding-right: 10px;
    padding-left: 27px;
    position: relative;
    text-align: right!important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #444;
    padding-top: 2px
}

.nice-select:active,.nice-select.open,.nice-select:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.05)
}

.nice-select:after {
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    content: '';
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    left: 15px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 8px
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #9e9e9e;
    color: #757575;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0!important;
    right: 0!important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 13px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.175);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.175);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.175);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-19px);
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index: 99
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent!important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 32px;
    list-style: none;
    min-height: 32px;
    outline: none;
    padding-left: 15px;
    padding-right: 26px;
    text-align: right;
    transition: all .2s
}

.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus {
    background-color: rgba(0,77,218,.04)
}

.nice-select .option.selected {
    font-weight: 500
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #757575;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.add_bottom_5 {
    margin-bottom: 8px
}

.add_bottom_10 {
    margin-bottom: 10px
}

.add_bottom_15 {
    margin-bottom: 15px
}

.add_bottom_20 {
    margin-bottom: 20px
}

.add_bottom_25 {
    margin-bottom: 25px
}

.add_bottom_30 {
    margin-bottom: 30px
}

.add_bottom_45 {
    margin-bottom: 45px
}

.add_bottom_60 {
    margin-bottom: 60px
}

@media(max-width: 767px) {
    .add_bottom_60 {
        margin-bottom:30px
    }
}

.add_top_5 {
    margin-top: 5px
}

.add_top_10 {
    margin-top: 10px
}

.add_top_15 {
    margin-top: 15px
}

.add_top_20 {
    margin-top: 20px
}

.add_top_30 {
    margin-top: 30px
}

.add_top_60 {
    margin-top: 60px
}

.padding_bottom_35 {
    padding-bottom: 35px
}

.margin_top_15 {
    margin-top: 30px
}

.margin_top_30 {
    margin-top: 30px
}

.margin_30_5 {
    padding-top: 15px
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px
}

@media(max-width: 575px) {
    .margin_60 {
        padding-top:30px;
        padding-bottom: 30px
    }
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px
}

@media(max-width: 575px) {
    .margin_60_35 {
        padding-top:30px;
        padding-bottom: 5px
    }
}

.margin_90_65 {
    padding-top: 90px;
    padding-bottom: 65px
}

.margin_90_0 {
    padding-top: 90px;
    padding-bottom: 0
}

#sign-in-dialog {
    background: #fff;
    padding: 0 30px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px
}

#sign-in-dialog .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    border-radius: 50%;
    top: 12px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px
}

#sign-in-dialog .mfp-close:hover {
    color: #fff;
    background-color: #66676b
}

#sign-in-dialog .mfp-close:before {
    font-size: 16px;
    font-family: themify,serif;
    content: "\e646"
}

.modal_header {
    font-size: 18px;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    top: 0;
    border-radius: 4px 4px;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 18px 20px 15px;
    margin-bottom: 30px
}

.modal_header h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500
}

#sign-in-dialog .form-group {
    position: relative
}

#sign-in-dialog .form-group input.form-control {
    padding-left: 40px
}

#sign-in-dialog .form-group&gt;i {
    font-size: 21px;
    position: absolute;
    left: 10px;
    top: 32px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400!important
}

.my-toggle {
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none!important;
    box-shadow: none;
    background-color: #fff
}

.my-toggle i {
    font-size: 13px;
    position: static!important;
    color: #777
}

.my-toggle i:hover,.my-toggle i:focus {
    color: #555
}

.hideShowPassword-wrapper {
    width: 100%!important
}

.checkboxes label {
    color: #999
}

.sign-in-wrapper {
    position: relative;
    height: 100%
}

a.social_bt {
    border-radius: 4px;
    text-align: center;
    color: #fff;
    min-width: 200px;
    margin-bottom: 15px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
}

a.social_bt.facebook:before,a.social_bt.google:before,a.social_bt.linkedin:before {
    font-family: themify,serif;
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 1rem;
    color: #fff
}

a.social_bt.facebook {
    background-color: #3b5998
}

a.social_bt.facebook:before {
    content: "\e741"
}

a.social_bt.google {
    background-color: #dc4e41
}

a.social_bt.google:before {
    content: "\e73e";
    top: 12px
}

.divider {
    text-align: center;
    height: 1px;
    margin: 20px 0;
    background-color: #ededed
}

.divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic
}

.popup_wrapper {
    background: rgba(0,0,0,.7) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9999999
}

.popup_wrapper .popup_content {
    background-color: #fff;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-80%,-50%);
    position: absolute;
    width: 500px
}

@media(max-width: 767px) {
    .popup_wrapper .popup_content {
        width:300px
    }
}

.popup_wrapper .popup_content.newsletter {
    width: 800px
}

@media(max-width: 767px) {
    .popup_wrapper .popup_content.newsletter {
        width:300px
    }
}

.popup_wrapper .popup_content.newsletter figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0
}

.popup_wrapper .popup_content.newsletter figure img {
    height: 100%;
    width: auto
}

.popup_wrapper .popup_content.newsletter .content {
    height: 100%;
    padding: 120px 60px;
    text-align: center;
    display: flex;
    align-items: center
}

@media(max-width: 767px) {
    .popup_wrapper .popup_content.newsletter .content {
        padding:30px 30px 15px;
        height: auto
    }
}

.popup_wrapper .popup_content.newsletter .content .wrapper {
    width: 100%
}

.popup_wrapper .popup_content.newsletter .content .wrapper h3 {
    font-size: 21px;
    margin-top: 25px
}

.popup_wrapper .popup_close {
    color: #fff;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #6a6dac;
    width: 53px;
    height: 25px;
    line-height: 27px;
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 13px;
    font-weight: 700;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.popup_wrapper .popup_close:hover {
    background: #c00
}

.clear:after,.pagination:after,.clear:before,.pagination:before {
    content: "";
    display: table
}

.clear:after,.pagination:after {
    clear: both
}

.pagination__wrapper {
    padding-top: 20px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    border-top: 1px solid #ededed
}

.pagination__wrapper.no_border {
    border-top: none
}

.pagination__wrapper:before {
    top: -1px
}

.pagination__wrapper:after {
    bottom: -1px
}

@keyframes hoverAnimation {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.pagination {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.pagination li {
    display: block;
    float: right;
    padding: 5px
}

.pagination li:first-child {
    border: none
}

.pagination a,.pagination span {
    background: 0 0;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    color: rgba(0,0,0,.6);
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0
}

.pagination a {
    outline: none;
    position: relative;
    transition: all 170ms linear
}

.pagination a:before {
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    content: "";
    cursor: pointer;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%,-50%);
    transition: all 170ms linear;
    top: 50%;
    width: 0
}

.pagination a:hover:not(.active) {
    color: #000
}

.pagination a:hover:not(.active):before {
    animation: hoverAnimation 510ms linear forwards;
    height: 40px;
    width: 40px
}

.pagination a.active {
    background: rgba(0,0,0,.1);
    color: #000;
    cursor: default
}

.pagination .prev,.pagination .next {
    font-size: 13px
}

@media(min-width: 768px) {
    .collapse.dont-collapse-sm {
        display:block!important;
        height: auto!important;
        visibility: visible!important
    }
}

footer {
    background-color: #fff;
    margin-top: 16px
}

footer .foot {
    padding: 50px 0
}

footer .contacts ul:not(.social-media) {
    margin: 0;
    padding: 0;
    list-style: none
}

@media(max-width: 767px) {
    footer .contacts ul:not(.social-media) {
        margin-top:15px
    }
}

footer .contacts ul:not(.social-media) li {
    padding-left: 35px;
    position: relative;
    color: #fff
}

footer .contacts ul:not(.social-media) li {
    margin-top: 15px
}

footer .contacts ul:not(.social-media) li a {
    color: #000;
    opacity: 1
}

footer .contacts ul:not(.social-media) li a:hover {
    opacity: 1
}

footer .contacts ul:not(.social-media) li i {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1
}

footer h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #000
}

@media(max-width: 767px) {
    footer h3 {
        font-size:12px;
        cursor: pointer;
        border-bottom: 1px solid rgb(238 238 245);
        margin: 0;
        padding: 15px 0;
        display: block
    }

    footer h3.opened:after {
        content: "\e622"
    }
}

footer .links ul {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

footer .links ul li {
    line-height: 1.2;
    float: right;
    width: 50%;
    margin-bottom: 10px
}

@media(max-width: 767px) {
    footer .links ul {
        margin:15px 0 0
    }

    footer .links ul:before {
        content: ""
    }

    footer .links ul:after {
        content: "";
        display: block;
        clear: both
    }

    footer .links ul li {
        line-height: 1.2;
        float: right;
        width: 50%;
        margin-top: 10px;
        margin-bottom: 0
    }

    footer .links ul li:nth-child(1),footer .links ul li:nth-child(2) {
        margin-top: 0
    }
}

footer .links ul li a {
    position: relative;
    color: #000;
    display: table;
    height: 20px;
    line-height: 20px
}

footer #collapse_1 ul li {
    line-height: 1.2;
    float: right;
    margin: 0 0 15px 15px
}

footer #collapse_1 ul li a {
    background: #f2f2f2;
    color: #6a6dac;
    padding: 6px;
    border-radius: 4px
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.follow_us h5 {
    font-size: 16px;
    margin: 35px 0 10px;
    color: #fff
}

.follow_us ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.follow_us ul li {
    display: inline-block;
    margin: 0 10px 0 0
}

.follow_us ul li a {
    display: block;
    font-size: 26px;
    color: #000
}

.follow_us ul li a img {
    width: 20px;
    height: 20px
}

ul.footer-selector {
    margin: 7px 0 0;
    padding: 0;
    list-style: none
}

ul.footer-selector li {
    float: left;
    margin-right: 10px
}

ul.footer-selector li a {
    display: block
}

ul.footer-selector li img {
    height: 17px
}

ul.additional_links {
    margin: 0;
    padding: 8px 0 0;
    color: #555;
    float: right
}

@media(max-width: 991px) {
    ul.additional_links {
        float:none;
        margin-top: 10px
    }
}

ul.additional_links li {
    display: inline-block;
    margin-right: 15px
}

ul.additional_links li:first-child {
    margin-right: 20px
}

ul.additional_links li:last-child:after {
    content: ""
}

ul.additional_links li span {
    color: #000
}

ul.additional_links li a {
    color: #000;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul.additional_links li a:hover {
    opacity: 1
}

ul.additional_links li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    right: 10px;
    color: #000
}

#cookie-bar {
    background: rgba(0,0,0,.8);
    height: auto;
    line-height: 24px;
    color: #eee;
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    font-weight: 500
}

#cookie-bar p {
    margin: 0;
    padding: 0
}

#cookie-bar a {
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 2px 10px;
    margin-left: 8px
}

@media(max-width: 767px) {
    #cookie-bar a {
        display:block;
        max-width: 150px;
        margin: auto auto 5px
    }
}

#cookie-bar .cb-enable {
    background: #32a067
}

#cookie-bar .cb-enable:hover {
    background: #fff;
    color: #083487
}

#cookie-bar .cb-disable {
    background: #900
}

#cookie-bar .cb-disable:hover {
    background: #b00
}

#cookie-bar .cb-policy {
    background: #6a6dac
}

#cookie-bar .cb-policy:hover {
    background: #fff;
    color: #083487
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto
}

@media(max-width: 767px) {
    #cookie-bar {
        padding:5px 0
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    position: fixed;
    background: #6a6dac;
    opacity: .96
}

.mfp-wrap {
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #aaa;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 504
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

.mfp-s-loading .mfp-arrow {
    display: none
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    right: 0;
    top: -40px
}

button.mfp-close {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -20px;
    display: block;
    right: -12px;
    cursor: pointer!important;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    margin: 0;
    background-color: transparent;
    outline: none;
    transform: translate3d(0,0,0)
}

.mfp-iframe-holder .mfp-close {
    top: -50px;
    right: -12px;
    transform: translate3d(0,0,0)
}

.mfp-gallery .mfp-close {
    top: 20px;
    right: 10px
}

.mfp-gallery .mfp-content .mfp-close {
    display: none
}

.mfp-gallery .mfp-close:before {
    font-family: themify,serif;
    font-size: 29px;
    top: 4px;
    left: 50%;
    position: absolute;
    height: 10px;
    transition: .3s
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 18px
}

.mfp-arrow {
    opacity: 1;
    margin: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 100;
    overflow: hidden;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    outline: none!important
}

.mfp-arrow:hover {
    background: #66676b;
    color: #fff
}

.mfp-arrow.mfp-arrow-left,.mfp-arrow.mfp-arrow-right {
    font-family: themify,serif;
    font-size: 32px
}

.mfp-arrow.mfp-arrow-right {
    right: 15px
}

.mfp-arrow.mfp-arrow-left:before {
    content: "\e64a";
    left: -1px;
    top: 0;
    position: relative
}

.mfp-arrow.mfp-arrow-right:before {
    content: "\e649";
    left: 1px;
    top: 0;
    position: relative
}

.mfp-content:hover .mfp-arrow {
    opacity: 1
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1180px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 54%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: .001;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px auto;
    border-radius: 4px
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 18px rgba(11,11,11,.6)
}

.mfp-figure {
    line-height: 0
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .9
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .92;
    background-color: #111
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-bottom-bar {
    padding: 0 10px!important
}

.mfp-counter {
    right: 10px!important;
    color: #fff!important
}

.mfp-bg {
    opacity: .8!important
}

.note-header {
    color: #fff
}

.link-apps a {
    display: table
}

.link-apps a img {
    width: 100%
}

.border-0 {
    border: 0!important
}

.copyright {
    padding: 15px 0;
    background: #efefef
}

.notification {
    background: #6a6dac;
    text-align: center;
    padding: 15px;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin: 0
}

.notification .close {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 31px;
    color: #000;
    opacity: 1;
    text-shadow: 0 0 transparent
}

.notification .close:hover {
    opacity: .5
}

.head-index {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2
}

.updateDate p {
    margin-top: 10px;
    font-size: 13px;
    color: rgb(0 0 0)
}

.v-mobi {
    display: none
}

.title-cart {
    background: #fff;
    padding: 12px 0
}

.title-cart h3 {
    font-weight: 700;
    font-size: 16px;
    margin: 0
}

.title-cart h3 span {
    color: #a9a9a9
}

.row-coupon {
    padding: 0 0 5px
}

.row-coupon .col-6 {
    margin-top: 5px
}

.block-progress {
    padding: 0 15px;
    margin-top: 10px
}

.block-progress h4 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px
}

.block-progress .progress {
    background-color: #ececec;
    border-radius: 10px;
    overflow: hidden
}

.block-progress .progress-bar {
    height: 100%;
    background: #6a6dac;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s
}

.success_page,.error_page {
    background: #fff;
    border-radius: 4px;
    padding: 100px 50px
}

.error_page img {
    margin: 0 0 30px
}

.error_page h1 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700
}

.error_page p {
    margin: 0 0 25px;
    font-size: 15px
}

.url-module {
    float: left;
    font-weight: 700;
    color: #000;
    display: table;
    text-decoration: underline
}

#confirm a {
    color: #6a6dac;
    font-weight: 700
}

.more-results {
    text-align: center;
    background: #f7f7f7;
    height: 30px;
    line-height: 30px;
    color: #000
}

.more-results a {
    color: #000;
    display: block
}

header .tools-mobile {
    display: none
}

.error-404 {
    font-size: 144px;
    font-weight: 700;
    font-family: tahoma
}

.footer-logo img {
    width: 85%
}

.menu-image .item {
    text-align: center;
    background: #ffffff;
    padding: 15px 0;
    border-radius: 5px
}

.menu-image .item&gt;a {
    display: inline-block;
    text-align: center
}

.menu-image img {
    width: auto!important;
    height: 40px;
}

.menu-image .item h4 {
    font-size: 15px;
    margin: 8px 0 0;
    line-height: 1;
    font-weight: bold;
}

.menu-image .item h4 a {
    color: #251800;
    line-height: 1;
    text-align: center;
    display: block
}

.menu-image .item h4 a:hover {
    background: #dbdbdb
}

.menu-image .owl-stage {
    padding-right: 0!important
}

.social_login .btn-social-icon+.btn-social-icon {
    margin-right: 10px
}

.btn-social-icon {
    width: 45px;
    height: 45px;
    line-height: 47px;
    text-align: center;
    border-radius: 3px;
    background: #efefef;
    display: block;
    overflow: hidden;
    color: #000;
    font-size: 22px
}

.btn-social-icon [class*=ti-] {
    font-size: 20px
}

.btn-social-icon .la-facebook-f {
    color: #1877f2
}

.btn-social-icon .la-twitter {
    color: #1da1f2
}

.btn-social-icon .la-linkedin {
    color: #0a66c2
}

.btn-social-icon .la-apple {
    color: #000
}

.btn-social-icon .la-google-plus-g {
    color: #ea4335
}

#active-telephone.modal.fade .modal-dialog,#live-login.modal.fade .modal-dialog {
    -webkit-transform: none;
    transform: none;
    transition: none
}

#active-telephone .modal-header,#live-login .modal-header {
    padding: 0 0 1rem
}

#active-telephone .close,#live-login .close {
    padding: 0;
    margin: 0 auto 0 0
}

#active-telephone .modal-content,#live-login .modal-content {
    padding: 15px
}

#active-telephone .modal-title,#live-login .modal-title {
    margin-bottom: 0;
    line-height: 1
}

#active-telephone .mockup-login,#live-login .mockup-login {
    margin-bottom: 15px
}

#active-telephone .mockup-login img,#live-login .mockup-login img {
    height: 150px
}

.form-activation {
    display: none
}

.list-login {
    padding: 0 50px
}

.list-login ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-login li+li {
    margin-top: 12px
}

.list-login li a {
    -webkit-box-pack: start;
    justify-content: flex-start;
    border: 1px solid #626465;
    padding: 0 15px;
    width: 100%;
    height: 48px;
    border-radius: 5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #000
}

.list-login li a i {
    font-size: 22px;
    margin-left: 10px
}

.list-login li a svg {
    height: 17px;
    margin-left: 25px
}

.list-login li a .ti-facebook {
    color: #1877f2
}

.list-login li a .ti-twitter {
    color: #1da1f2
}

.list-login li a .ti-linkedin {
    color: #0a66c2
}

.list-login li a .ti-apple {
    color: #000
}

.list-login li a:hover {
    background: #eaeaea
}

#form-register .errors {
    list-style: none
}

#form-register .errors li {
    position: relative;
    padding-right: 21px
}

#form-register .errors li:before {
    position: absolute;
    content: "";
    top: 8px;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #6a6dac
}

.menu-mobile {
    display: none
}

.header-mobile {
    display: none
}

.select-address {
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: flex;
    flex-direction: column
}

.select-address .a-step {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: flex;
    flex-direction: column
}

.select-address .step-tow {
    display: none
}

.select-address .head {
    padding: 5px 15px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #e2e5f1
}

.select-address .head h3 {
    font-weight: 700;
    font-size: 15px;
    flex: 1 1 0%
}

.select-address .head button {
    background-color: transparent;
    cursor: pointer;
    padding: 3px 10px;
    margin-left: -10px;
    border: 0;
    font-size: 19px;
    color: #7e859b
}

.select-address .content {
    flex: 1 1 0;
    overflow-y: auto;
    background-color: #f3f4f8;
    position: relative
}

.select-address .box-search {
    position: absolute;
    width: calc(100% - 30px);
    top: 15px;
    left: 15px;
    z-index: 12;
    background-color: #faf7f7;
    border-radius: 3px;
    padding: 15px
}

.select-address .address-details {
    height: 100%;
    padding: 15px
}

.select-address .address-details .details {
    background: #fff;
    border-radius: 3px;
    padding: 12px;
    margin-bottom: 15px
}

.select-address .address-details .details h4 {
    font-size: 13px;
    font-weight: 700
}

.select-address .address-details .details p {
    margin: 0
}

.select-address .box-search h4 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px
}

.select-address .box-search input {
    width: 100%;
    height: 35px;
    padding: 5px;
    border: 0
}

#map {
    height: 100%
}

.select-address .foot {
    z-index: 45;
    background-color: #fff;
    box-shadow: rgb(0 0 0/10%) 0 0 4px;
    padding: 10px 15px;
    border-top: 1px solid #e2e5f1
}

.select-address .foot button {
    background-color: #6a6dac;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2px;
    width: 100%;
    font-weight: 700;
    height: 48px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 0;
    border-radius: 3px
}

.select-address .foot button:disabled {
    opacity: .3
}

.gm-style-mtc {
    display: none
}

.select-address .a-step.addresses {
    display: none
}

.select-address .content.addresses {
    padding: 15px
}

.select-address .content.addresses ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.select-address .content.addresses ul li {
}

.select-address .content.addresses ul li input {
    display: none
}

.select-address .content.addresses ul li label {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #bebebe;
    padding: 10px;
    width: 100%;
    position: relative
}

.select-address .content.addresses ul li .option-tool {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 16px
}

.select-address .content.addresses ul li .btn-delete {
}

.select-address .content.addresses ul li .btn-edit {
    margin-left: 8px
}

.select-address .content.addresses ul li input:checked~label {
    border: 1px solid #6a6dac
}

.active-phone {
    position: relative
}

.key-phone {
    position: absolute;
    top: 9px;
    left: 140px;
    background: #ddd;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 13px;
    direction: ltr
}

.active-telephone {
    width: 135px;
    margin-right: 10px
}

.active-telephone.activated {
    background: #06ad0e
}

.whatsapp {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #2db742;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 999
}

.whatsapp img {
    width: 30px;
    margin-bottom: -3px;
    margin-left: -2px
}

.add-anther-address {
    background-color: #fff;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2px;
    border: 1px solid #6a6dac;
    height: 34px;
    color: #6a6dac;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.main-menu&gt;ul&gt;li:nth-child(2) a,.menu-mobile ul li:nth-child(3) a {
    color: #f00f00;
    animation-name: change-color;
    animation-duration: .5s;
    font-weight: 700;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes change-color {
    from {
        color: #f00f00
    }

    to {
        color: #000
    }
}

.phone-group {
    text-align: left;
    direction: ltr
}

.phone-group .phone-group-prepend {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ddd;
    text-align: center;
    border-radius: 3px 0 0 3px
}

.phone-group input {
    width: calc(100% - 40px);
    border: 1px solid #ddd;
    border-radius: 0 3px 3px 0
}

#account-login .form_container {
    position: relative
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,133,147,.7);
    border-radius: 3px
}

.mask .lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    right: calc(50% - 40px)
}

.mask .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color: #fff transparent transparent transparent
}

.mask .lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.mask .lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.mask .lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media(max-width: 991px) {
    #column-login,.social_login,.socalicon {
        float:none!important;
        width: 100%;
        margin-bottom: 10px
    }

    .account-login .btn-primary {
        float: none!important
    }

    p.social {
        margin-bottom: 0
    }

    .social_login {
        padding: 0 10px
    }

    .menu-mobile {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        background: #fff;
        box-shadow: rgb(0 0 0/10%) 0 -1px 8px;
        display: block
    }

    .menu-mobile ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .menu-mobile ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .menu-mobile ul li {
        width: auto
    }

    .menu-mobile ul li a {
        position: relative;
        padding: 10px 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        font-size: 12px;
        color: #000
    }

    .menu-mobile ul li a strong {
        background-color: #eb0000;
        color: #fff!important;
        font-size: 11px;
        font-weight: 700;
        width: 17px;
        height: 17px;
        text-indent: 0;
        display: block;
        text-align: center;
        position: absolute;
        top: 5px;
        right: 51%;
        line-height: 18px!important;
        border-radius: 50%
    }

    .menu-mobile ul li a i {
        font-size: 21px
    }

    .menu-mobile ul li a:hover {
        background: #dbdbdb
    }

    .whatsapp {
        bottom: 78px;
        right: 15px;
        height: 50px;
        width: 50px;
        line-height: 50px
    }

    .whatsapp img {
        width: 20px
    }
}

@media(max-width: 768px) {
    header {
        margin-bottom:10px
    }

    .header-desktop {
        display: none
    }

    .header-mobile {
        display: block;
        position: relative
    }

    .logo {
        flex: 0 0 auto;
        margin-left: 12px
    }

    .tools-search {
        flex: 1 1 0%;
        min-width: 0;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .btn-cancel {
        background: 0 0;
        cursor: pointer;
        margin-right: 12px;
        display: none;
        border: 0
    }

    header.sticky-element {
        position: static;
        background-color: transparent;
        -webkit-animation: none .5s none
    }

    .ajax-products {
        position: absolute;
        top: 50px;
        right: 0;
        left: 0;
        z-index: 999;
        height: calc(100vh - 123px);
        overflow: scroll
    }

    .more-results {
        text-align: center;
        background: #d5d5d5;
        height: 35px;
        line-height: 35px;
        color: #000;
        position: fixed;
        bottom: 63px;
        z-index: 9999;
        right: 0;
        left: 0
    }

    body {
        font-size: 13px
    }

    .h-mobi {
        display: none
    }

    .v-mobi {
        display: block
    }

    .grid_item .btn-cart {
        padding: 5px;
        font-size: 13px
    }

    #cart {
        width: 100%
    }

    .form-control {
        padding: 0 10px;
        font-size: 13px;
        border-radius: 4px;
        border: 1px solid #ddd;
        height: 40px
    }

    .phone-group .phone-group-prepend {
        height: 40px;
        line-height: 40px;
    }

    a.btn_1,.btn_1,a.btn_2,.btn_2 {
        padding: 14px 15px;
        font-size: 12px;
        line-height: 1
    }

    .footer-logo {
        margin-bottom: 15px
    }

    .footer-logo a {
        display: table;
        margin: 0 auto
    }

    .footer-logo a img {
        max-width: 280px
    }

    footer .foot {
        padding: 25px 0
    }

    ul.footer-selector {
        margin: 0 auto;
        display: table
    }

    ul.additional_links {
        float: none;
        margin: 15px auto 0;
        padding: 0;
        display: table
    }

    ul.footer-selector li a img {
        width: 40px;
        height: auto;
        border-radius: 4px
    }

    .list-login {
        padding: 0
    }

    #common-home {
        overflow: hidden
    }

    .btn-set-location {
        background: 0 0;
        border: 0;
        width: 100%;
        padding: 0;
        margin-top: 5px;
        font-size: 12px
    }

    .btn-set-location:focus {
        outline: none
    }

    .btn-set-location .set-location {
        height: 30px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding: 0
    }

    .btn-set-location .icon {
        margin-left: 5px;
        font-size: 18px
    }

    .btn-set-location .txt {
        margin-left: 5px;
        text-decoration: underline
    }

    .btn-set-location .address {
        font-weight: 700;
        width: 72%;
        font-size: 10px;
        text-align: right;
        text-overflow: ellipsis;
        flex: 1 1 0%;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }

    .btn-set-location .address span {
        width: 100%;
        display: block;
        height: 22px;
        line-height: 22px;
        font-size: 10px;
        text-align: right;
        white-space: pre;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .key-phone {
        top: 4px;
        left: 129px
    }
}

@media(max-width: 570px) {
    .menu-image .item h4 {
        font-size:11px
    }

    .grid_item .btn-cart {
        font-size: 11px
    }

    #cart .cart-content .content {
        width: 100%;
        padding-left: 20px
    }
}</pre></body></html>