* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300
}

li, ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

ul.list-style {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

ul.list-style li {
    display: list-item;
    list-style: inherit;
}

ol.list-style {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}

ol.list-style li {
    display: list-item;
    list-style: inherit;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none
}

button:focus {
    border: none;
    outline: 0 !important;
    box-shadow: none
}

input.form-control:focus, input:focus {
    outline: 0;
    box-shadow: none;
    border-color: inherit
}

.form-control::placeholder, input::placeholder {
    color: #8b8b8b;
}

.form-control::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #8b8b8b;
}

.form-control::-moz-placeholder, input::-moz-placeholder {
    color: #8b8b8b;
}

b, strong {
    font-weight: 500!important;
    color: #666
}

.form-control:-ms-input-placeholder, input:-ms-input-placeholder {
    color: #8b8b8b;
}

.form-control:-moz-placeholder, input:-moz-placeholder {
    color: #8b8b8b;
}

img {
    max-width: 100%;
    height: auto;
    background-color: transparent;
}

a {
    transition: all ease .3s
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    outline: 0
}

.owl-carousel {
    margin: 0
}

.owl-wrapper-outer {
    box-shadow: none;
    border: none;
    border-radius: 0
}

.row-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap
}

.blog-section .row-flex {
    align-items: flex-start;
    margin-right: -15px;
    margin-left: -15px;
}

.breadcrumbs .row-flex {
    justify-content: space-between
}

body {
    color: #666;
    font-size: 13px;
    width: 100%;
    line-height: initial
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 400!important;
}

.fa {
    font-size: 14px
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 13px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10.2px
}

a {
    color: #337ab7
}

a:hover {
    text-decoration: none
}

legend {
    font-size: 14px;
    padding: 7px 0
}

label {
    font-size: 14px;
    font-weight: 400!important
}

.input-group .dropdown-menu, .input-group .popover, .input-group input, .input-group select {
    font-size: 12px
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px
}

span.hidden-lg, span.hidden-md, span.hidden-sm, span.hidden-xs {
    display: inline
}

.nav-tabs {
    margin-bottom: 15px
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 600!important
}

.btn.btn-black, .btn.btn-white {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 0;
    padding: 10px 40px;
    transition: all ease .3s;
    outline: 0;
    text-shadow: none;
    text-decoration: none;
    box-shadow: none
}

.btn.btn-white {
    background-color: #fff;
    color: #000;
    border: 1px solid #000
}

.btn.btn-black:focus, .btn.btn-white:focus {
    outline: 0
}

.btn.btn-white:hover {
    text-decoration: none;
    background-color: #f7f7f7
}

.btn.btn-black:hover {
    opacity: .8;
    text-decoration: none
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#content {
    min-height: 600px
}

.alert {
    padding: 8px 14px 8px 14px
}

.pagination {
    margin: 0
}

.buttons {
    margin: 1em 0
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-xs {
    font-size: 9px
}

.btn-sm {
    font-size: 10.2px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px
}

.btn-group > .btn-xs {
    font-size: 9px
}

.btn-group > .btn-sm {
    font-size: 10.2px
}

.btn-group > .btn-lg {
    font-size: 15px
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a
}

.btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:hover, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704
}

.btn-warning.active, .btn-warning.disabled, .btn-warning:active, .btn-warning:hover, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420
}

.btn-danger.active, .btn-danger.disabled, .btn-danger:active, .btn-danger:hover, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038
}

.btn-success.active, .btn-success.disabled, .btn-success:active, .btn-success:hover, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a
}

.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:hover, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000
}

.btn-inverse.active, .btn-inverse.disabled, .btn-inverse:active, .btn-inverse:hover, .btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111)
}

.list-group a {
    border: 1px solid #ddd;
    color: #888;
    padding: 8px 12px
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

.rating .fa-stack {
    font-size: 8px
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px
}

.rating .fa-star + .fa-star-o {
    color: #e69500
}

h2.price {
    margin: 0
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd
}

.image-additional {
    max-width: 78px
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%
    }
}

#column-left .product-layout, #column-right .product-layout {
    width: 100%
}

.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:hover, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.header-top {
    background-color: #000;
    padding: 6px 0
}

.header-top__text {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px
}

.header {
    background-color: #fff;
    position: relative;
    padding: 31px 0
}

.header .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.menu__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.menu__item {
    padding-right: 20px
}

.menu__item:last-child {
    padding-right: 0
}

.menu__link {
    font-size: 14px;
    color: #303030;
    text-transform: uppercase;
    border-bottom: 1px solid transparent
}

.menu__item.sale .menu__link {
    background: -webkit-linear-gradient(45deg, #9065bb, #2a77ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.menu__link:hover {
    color: #303030;
    border-color: #7b7b7b
}

.wrap {
    position: static
}

.logo {
    position: absolute;
    width: 159px;
    height: 155px;
    background-color: rgba(255, 255, 255, .5);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    z-index: 2;
    transition: box-shadow ease .3s
}

.logo:hover {
    -webkit-box-shadow: 11px 10px 51px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 11px 10px 51px 0 rgba(0, 0, 0, .12);
    box-shadow: 11px 10px 51px 0 rgba(0, 0, 0, .12)
}

.logo img {
    margin: 0 auto
}

.cabitet__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end
}

.cabinet__item {
    padding-right: 25px
}

.cabinet__item:last-child {
    padding-right: 0
}

.cabinet__link {
    font-size: 16px;
    color: #2d2d2d;
    border-bottom: 1px solid transparent
}

.cabinet__link:hover {
    color: #303030;
    text-decoration: none;
    border-color: #7b7b7b
}

.search__btn {
    padding: 0 5px;
    cursor: pointer
}

#search {
    position: absolute;
    width: calc(50% - 79.5px);
    left: inherit;
    right: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.open > #search.dropdown-menu {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.search-input__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    max-width: 400px;
    margin: 13.5px auto;
    border-bottom: 1px solid #ddd
}

.search-input__wrap input {
    border: none;
    border-radius: 0;
    flex-grow: 1;
    font-size: 15px;
    color: #303030
}

.search-input__wrap input:focus {
    outline: 0
}

.search-input__wrap button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.img-search {
    width: 16px
}

.btn__cart {
    border: none;
    background-color: transparent;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 13px;
    color: #8b8b8b;
    margin-left: 5px
}

.btn__cart:focus {
    outline: 0;
    background-color: transparent;
    box-shadow: none
}

.btn__cart img {
    margin-right: 5px
}

.btn__cart span {
    margin-top: 5px
}

#nav-bar-btn {
    display: none
}

#nav-bar-btn {
    height: 30px;
    width: 30px;
    padding: 0;
    border: none;
    box-shadow: none
}

#nav-bar-btn:focus {
    border: none;
    outline: 0;
    box-shadow: none
}

#cart {
    position: static
}

#cart .dropdown-menu {
    background-color: #fff;
    z-index: 1001;
    width: 337px;
    margin: 0;
    padding: 5px 25px 20px;
    box-shadow: none;
    border: none;
    border-radius: 0
}

#cart .dropdown-menu li.cart__product {
    margin-bottom: 15px
}

#cart .dropdown-menu li.cart__product .scrollbar-inner {
    max-height: 320px;
    overflow-y: hidden
}

.cart__product-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px
}

#cart .dropdown-menu li .cart__product-wrap:last-child {
    margin-bottom: 0
}

.cart__img {
    width: 74px;
    margin-right: 20px
}

.cart__info {
    flex-grow: 1
}

.cart__info p {
    margin-bottom: 5px;
    line-height: 1
}

.cart__info .cart__name {
    font-size: 12px;
    text-transform: uppercase;
    color: #474747
}

.cart__info .cart__price {
    margin-bottom: 10px
}

.cart__info .cart__price span {
    font-size: 15px;
    color: #838383
}

.cart__info .price__option {
    margin-bottom: 0
}

.cart__info .cart__qty {
    margin-bottom: 15px
}

.cart__info .cart__qty span, .cart__info .price__option span {
    font-size: 13px;
}

.cart__info .cart__remove {
    margin-bottom: 0
}

.cart__info .cart__remove button {
    background-color: transparent;
    border: none;
    outline: 0
}

#cart .dropdown-menu li .cart__buttons {
    width: 100%;
    text-align: center
}

#cart .dropdown-menu li.no-product p {
    margin: 20px 0;
    font-size: 17px;
    color: #303030
}

.main-slider {
    margin-bottom: 52px
}

.main-slider .item img {
    width: 100%;
    height: auto;
}

.home-category {
    margin-bottom: 95px
}

.home-category__row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.home-category__row > .col-5 {
    width: calc(20% - 4px)
}

.home-category__row > .col-5:last-child {
    margin-right: 0
}

.home-category a {
    display: block;
    text-align: center
}

.home-category img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.home-category a span {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #303030;
    margin-top: 19px;
    border-bottom: 1px solid transparent;
    transition: all ease .3s
}

.home-category a:hover span {
    border-color: #7b7b7b
}

.banner-sale {
    margin-bottom: 96px
}

.slider {
    margin-bottom: 105px
}

.slider__title {
    font-size: 16px;
    text-transform: uppercase;
    color: #8b8b8b;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    border: none !important;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all ease .3s
}

.slider:hover .owl-carousel .owl-nav button {
    opacity: 1
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0
}

.owl-carousel .owl-nav button.owl-next {
    right: 0
}

.owl-carousel .owl-nav button i.fa {
    font-size: 35px;
    color: #474747
}

.product {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow-x: hidden
}

.product .image {
    text-align: center;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden
}

.product .image a {
    display: block;
    position: relative;
    overflow: hidden
}

.product .image img {
    margin-left: auto;
    margin-right: auto
}

.product__hover-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0 !important;
    -webkit-transition: opacity ease .5s;
    transition: opacity ease .5s
}

.product:hover img.product__hover-img {
    opacity: 1 !important
}

.product .caption h4 {
    margin-top: 0;
    margin-bottom: 7px
}

.price, .product .caption h4 a {
    font-size: 13px;
    text-transform: uppercase;
    color: #303030
}

.price {
    color: #838383
}

.product .caption h4 a:hover {
    color: #303030
}

.price .price-old {
    color: #474747;
    text-decoration: line-through;
    margin-left: 5px
}

.product__option {
    position: absolute;
    bottom: -100%;
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    opacity: 0;
    transition: all ease .4s
}

.product:hover .product__option {
    bottom: 0;
    opacity: 1
}

.product__option .row-flex {
    margin: 0 -15px
}

.product .product__color {
    width: 65%;
    padding: 0 15px 0 30px
}

.colors-slideshow.owl-carousel .owl-item img, .latest-carousel.owl-carousel .owl-item img {
    max-width: 100%;
    margin: 0 auto;
    width: auto
}

.product .product__button {
    text-align: right;
    width: 35%;
    padding-right: 15px
}

.product .product__button, .product .product__color {
    margin: 10px 0
}

.product .product__button button {
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    text-decoration: underline
}

.product .product__button .product__size {
    font-size: 14px;
    color: #838383
}

.slider .product__color .owl-carousel .owl-nav button {
    opacity: 1;
    background-color: transparent !important;
    height: 30px;
    width: 15px;
    font-size: 30px;
    border: none !important;
    border-radius: 0
}

.slider .product__color .owl-carousel .owl-nav button i.fa {
    font-size: 30px;
    color: #474747
}

.slider .product__color .owl-carousel .owl-nav button.owl-prev {
    left: -15px
}

.slider .product__color .owl-carousel .owl-nav button.owl-next {
    right: -15px
}

.newsletter {
    background: rgba(143, 99, 187, .08);
    background: -moz-linear-gradient(71deg, rgba(143, 99, 187, .08) 0, rgba(143, 99, 187, .08) 0, rgba(42, 120, 187, .08) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, rgba(143, 99, 187, .08)), color-stop(0, rgba(143, 99, 187, .08)), color-stop(100%, rgba(42, 120, 187, .08)));
    background: -webkit-linear-gradient(71deg, rgba(143, 99, 187, .08) 0, rgba(143, 99, 187, .08) 0, rgba(42, 120, 187, .08) 100%);
    background: -o-linear-gradient(71deg, rgba(143, 99, 187, .08) 0, rgba(143, 99, 187, .08) 0, rgba(42, 120, 187, .08) 100%);
    background: -ms-linear-gradient(71deg, rgba(143, 99, 187, .08) 0, rgba(143, 99, 187, .08) 0, rgba(42, 120, 187, .08) 100%);
    background: linear-gradient(71deg, rgba(143, 99, 187, .08) 0, rgba(143, 99, 187, .08) 0, rgba(42, 120, 187, .08) 100%);
    padding: 40px 0 50px;
    margin-bottom: 83px
}

.newsletter__text {
    padding-left: 63px
}

.newsletter__text h4 {
    font-size: 33px;
    color: #000;
    font-weight: 400!important;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 12px
}

.newsletter form {
    margin-top: 40px
}

.newsletter__text p {
    margin: 0;
    font-size: 17px;
    color: #000;
    max-width: 438px;
    line-height: 1.2
}

.newsletter-input-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-left: 12px;
    margin-top: 15px;
    border-bottom: 1px solid #898989;
    max-width: 505px
}

.newsletter-input-wrap input[name=EMAIL] {
    flex-grow: 1;
    background-color: transparent;
    border: none;
    font-size: 17px;
    padding: 3px;
    color: #000
}

.newsletter-btn-wrap {
    width: auto
}

.newsletter-btn-wrap .newsletter__sbm {
    border: none;
    font-size: 16px;
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    padding-top: 9px
}

.home-blog {
    margin-bottom: 120px
}

.home-blog__title {
    margin-bottom: 22px;
    text-align: center
}

.home-blog__title a {
    font-size: 21px;
    color: #303030;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    transition: all ease .3s
}

.home-blog__title a:hover {
    color: #000;
    border-bottom: 1px solid #000
}

.home-blog__item a {
    display: block;
    text-align: center;
    text-decoration: none
}

.home-blog__item a img {
    transition: all ease .3s
}

.home-blog__item a h4 {
    font-size: 21px;
    color: #303030;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 16px
}

.home-blog__item a:hover img {
    opacity: .8
}

.blog__item {
    margin-bottom: 50px
}

.blog__item img {
    margin: 0 auto;
}

.blog__item .caption h4 {
    text-align: center;
    margin: 15px 0;
    font-size: 21px;
    color: #272727
}

.blog__item .caption p {
    font-size: 16px;
    color: #7c7c7c;
    margin-bottom: 20px
}

.btn-blog {
    background-color: transparent;
    color: #272727;
    font-size: 16px;
    padding-bottom: 2px;
    border: none;
    border-bottom: 1px solid #272727
}

.information-news-info .blog-section {
    margin-bottom: 100px
}

.blog__title {
    text-align: center;
    margin-bottom: 60px
}

.blog__title h1 {
    margin-top: 35px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #272727;
    position: relative
}

.blog-desc:after, .blog__title h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 85px;
    background-color: #272727
}

.blog__title span {
    font-size: 14px;
    color: #6f6f6f
}

.blog-desc {
    padding-bottom: 80px;
    position: relative;
    margin-bottom: 80px
}

.blog-desc p {
    font-size: 19px
}

.account-btn-wrap a.blog__back {
    text-decoration: none;
    font-size: 22px;
    color: #282828
}

.main__desc {
    background-color: #f7f7f7;
    padding: 20px 0;
    margin-bottom: 70px
}

.main__desc h1 {
    font-size: 21px;
    color: #272727;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-top: 0;
    margin-bottom: 20px
}

.main__desc p {
    font-size: 16px;
    margin-bottom: 25px
}

.main__desc p:last-child {
    margin-bottom: 0
}

.breadcrumbs {
    background-color: #f7f7f7
}

.breadcrumb {
    margin: 0;
    background-color: transparent;
    padding: 25px;
    padding-left: 0
}

.breadcrumb > li {
    font-size: 16px
}

.breadcrumb > li * {
    color: #5d5d5d
}

.breadcrumb > li + li:before {
    content: ">";
    padding: 0 3px;
    color: #5d5d5d
}

.category {
    margin-bottom: 90px
}

.category__title {
    text-align: center
}

.category__title h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-align: center
}

.category__title span {
    font-size: 14px;
    color: #5d5d5d
}

.filter-row {
    margin-top: 20px;
    margin-bottom: 20px
}

.sort-wrap {
    margin-left: auto
}

.category .product-grid {
    margin-bottom: 40px
}

#ocfilter {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0
}

#ocfilter .list-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap
}

#ocfilter .list-group-item {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-right: 20px;
    position: relative;
    margin-bottom: 5px
}

#ocfilter .list-group-item.selected-options {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

#ocfilter .list-group-item.selected-options > div span {
    font-size: 16px;
    color: #5d5d5d;
    cursor: pointer
}

#ocfilter .list-group-item.selected-options > div span:after {
    content: ','
}

#ocfilter .list-group-item.selected-options > div span:last-child::after {
    content: ''
}

#ocfilter .list-group-item.selected-options button {
    background-color: transparent;
    color: #838383;
    font-size: 16px;
    border: none;
    margin-left: 15px;
    outline: 0
}

#ocfilter .list-group-item:last-child {
    margin-right: 0
}

#ocfilter .ocfilter-option .ocf-option-name {
    font-size: 17px;
    font-weight: 400!important;
    color: #5d5d5d;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 0;
    line-height: 1.2;
    cursor: pointer
}

#ocfilter .ocfilter-option .ocf-option-name .filter-arrow {
    display: block;
    width: 15px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
    background: url(../image/arrow.png) no-repeat center center/contain
}

#ocfilter .ocfilter-option .ocf-option-values {
    position: absolute;
    display: none;
    top: 100%;
    background-color: #fff;
    left: 0;
    min-width: 100px;
    padding: 10px 5px 5px;
    z-index: 1
}

#ocfilter .ocfilter-option label {
    font-size: 16px;
    color: #5d5d5d;
    padding: 0
}

.category .select {
    width: auto;
    height: auto;
    position: relative
}

.select__gap {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    background: 0 0;
    color: #8c8c8c;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 25px 0 38px;
    cursor: pointer;
    text-align: center;
    position: relative
}

.select__gap:after {
    content: '';
    display: block;
    width: 15px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/arrow.png) no-repeat center center/contain
}

.select__list {
    top: 45px;
    z-index: 1001;
    width: 100%;
    position: absolute;
    background: #fff
}

.select__item span {
    font-size: 16px;
    display: block;
    padding: 5px 5px;
    cursor: pointer;
    color: #5d5d5d
}

.category .select-sort {
    font-size: 17px;
    font-weight: 400!important;
    height: 100%;
    left: 5px;
    line-height: 1.2;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    color: #5d5d5d;
    background-color: transparent;
    position: absolute;
    border: none
}

.yal-blue-btn-loading {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    background-color: transparent;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #262626
}

#circularG {
    position: relative;
    width: 36px;
    height: 36px;
    margin-right: 10px
}

.circularG {
    position: absolute;
    background-color: #000;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    animation-name: bounce_circularG;
    -o-animation-name: bounce_circularG;
    -ms-animation-name: bounce_circularG;
    -webkit-animation-name: bounce_circularG;
    -moz-animation-name: bounce_circularG;
    animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    -ms-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal
}

#circularG_1 {
    left: 0;
    top: 14px;
    animation-delay: .41s;
    -o-animation-delay: .41s;
    -ms-animation-delay: .41s;
    -webkit-animation-delay: .41s;
    -moz-animation-delay: .41s
}

#circularG_2 {
    left: 4px;
    top: 4px;
    animation-delay: .55s;
    -o-animation-delay: .55s;
    -ms-animation-delay: .55s;
    -webkit-animation-delay: .55s;
    -moz-animation-delay: .55s
}

#circularG_3 {
    top: 0;
    left: 14px;
    animation-delay: .69s;
    -o-animation-delay: .69s;
    -ms-animation-delay: .69s;
    -webkit-animation-delay: .69s;
    -moz-animation-delay: .69s
}

#circularG_4 {
    right: 4px;
    top: 4px;
    animation-delay: .83s;
    -o-animation-delay: .83s;
    -ms-animation-delay: .83s;
    -webkit-animation-delay: .83s;
    -moz-animation-delay: .83s
}

#circularG_5 {
    right: 0;
    top: 14px;
    animation-delay: .97s;
    -o-animation-delay: .97s;
    -ms-animation-delay: .97s;
    -webkit-animation-delay: .97s;
    -moz-animation-delay: .97s
}

#circularG_6 {
    right: 4px;
    bottom: 4px;
    animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s
}

#circularG_7 {
    left: 14px;
    bottom: 0;
    animation-delay: 1.24s;
    -o-animation-delay: 1.24s;
    -ms-animation-delay: 1.24s;
    -webkit-animation-delay: 1.24s;
    -moz-animation-delay: 1.24s
}

#circularG_8 {
    left: 4px;
    bottom: 4px;
    animation-delay: 1.38s;
    -o-animation-delay: 1.38s;
    -ms-animation-delay: 1.38s;
    -webkit-animation-delay: 1.38s;
    -moz-animation-delay: 1.38s
}

@keyframes bounce_circularG {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(.3)
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1)
    }
    100% {
        -o-transform: scale(.3)
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1)
    }
    100% {
        -ms-transform: scale(.3)
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.3)
    }
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1)
    }
    100% {
        -moz-transform: scale(.3)
    }
}

.product-main {
    margin: 20px 0
}

.product-main__thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.left-thumb {
    width: 85px;
    margin-right: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.thumbnail {
    padding: 0;
    margin-bottom: 15px;
    border-radius: 0;
    border: none
}

.img-add-slider-nav {
    text-align: center;
    font-size: 30px
}

.img-add-slider-nav i {
    color: #474747
}

.right-thumb {
    width: calc(100% - 100px)
}

.product-main__caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-main__caption > * {
    width: 100%;
}

.product-main__caption h1 {
    font-size: 18px;
    color: #303030;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px
}

.product-main__stock {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 16px;
    color: #606060;
    margin-bottom: 16px;
    width: auto !important;
}

.product-main__stock .stock-circle {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    margin-right: 5px
}

.product-main__stock.green .stock-circle {
    background-color: #1f8f1f
}

.product-main__stock.red .stock-circle {
    background-color: #ef182c
}

.product-main .price {
    font-size: 17px;
    margin-bottom: 16px;
    color: #474747;
    width: auto !important;
}

.product-main .price .price-old {
    color: #838383
}

.product-main__color {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap
}

.product-main__color a {
    margin-bottom: 5px;
    margin-right: 5px
}

.product-main__options .size-quide {
    font-size: 13px;
    color: #616161;
    text-decoration: underline
}

.product-main__btn {
    margin: 16px 0 20px;
}

.product-main__btn .prod-add-btn {
    background-color: #000;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 400!important;
    font-size: 16px;
    padding: 15px 65px
}

.product-main__btn .prod-add-btn:hover {
    opacity: .8
}

.product-main__description {
   /* border-bottom: 1px solid #dbdbdb;*/
    margin-bottom: 15px
}

.product-main__description ul {
    display: list-item;
    padding-left: 20px;
    margin-bottom: 20px
}

.product-main__description ul:last-child {
    margin-bottom: 15px
}

.product-main__description p {
    font-size: 13px;
    color: #616161;
    line-height: 1.4;
}

.product-main__description ul li {
    display: list-item;
    list-style: disc;
    font-size: 17px;
    color: #616161;
    margin-bottom: 5px
}

.yal-panel-group.panel-group {
    max-width: 285px
}

.yal-panel-group.panel-group .panel {
    border: none;
    box-shadow: none;
    border-radius: 0
}

.yal-panel-group.panel-group .panel + .panel {
    margin-top: 3px
}

.yal-panel-group > .panel-default > .panel-heading {
    border-radius: 0;
    background-color: transparent;
    border: none;
    color: #000;
    padding: 5px 0
}

.yal-panel-group > .panel-default > .panel-heading h4 a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    outline: 0
}

.yal-panel-group > .panel-default > .panel-heading h4 a span.plus {
    font-size: 18px
}

.yal-panel-group > .panel-default > .panel-heading h4 a span.under {
    text-decoration: underline
}

.yal-panel-group > .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 5px 0
}

.dotted-bot-border {
    border-bottom: 1px #c4c4c4 dotted;
    margin-bottom: 10px
}

.product-review p {
    margin: 5px 0
}

.product-review .review-author {
    font-size: 16px;
    color: #222
}

.product-review .review-text {
    font-size: 12px
}

#reviews input, #reviews textarea {
    margin-bottom: 10px;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0
}

.review-block button {
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    box-shadow: none
}

.review-block button:hover {
    opacity: .8
}

.yal-size-guide {
    width: 700px;
    margin-top: 80px
}

.yal-size-guide .table_wrap {
    width: 100%;
    overflow-x: auto
}

.yal-size-guide .modal-content {
    border-radius: 0
}

.yal-size-guide .modal-body {
    padding: 20px 50px 60px
}

.yal-size-guide table {
    width: 100%
}

.yal-size-guide table tr {
    border-bottom: 1px solid #e2e2e2
}

.yal-size-guide table h3, .yal-size-guide table h4 {
    margin: 15px 0;
    text-align: center;
    font-size: 15px;
    color: #8a8a8a
}

.yal-size-guide table h3 b {
    color: #303030
}

.yal-size-guide span {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #272727;
    margin-bottom: 25px
}

.slider-related .slider__title {
    font-size: 19px;
    text-align: center;
    border-bottom: none;
    text-transform: none;
    color: #000
}

@media (max-width: 1199px) {
    .product-main__thumb {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .left-thumb {
        width: 100%;
        margin-right: 0
    }

    .right-thumb {
        width: 100%;
        order: -1;
        margin-bottom: 20px
    }

    .left-thumb .thumbnails.add-img-slider {
        width: 100%
    }

    .img-add-slider-nav-prev i:before {
        content: "\f104"
    }

    .img-add-slider-nav-next i:before {
        content: "\f105"
    }

    .img-add-slider-nav {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        position: absolute;
        height: 100%;
        width: 30px;
        z-index: 1;
        top: 0
    }

    .img-add-slider-nav.img-add-slider-nav-next {
        right: 0
    }

    .img-add-slider-nav.img-add-slider-nav-prev {
        left: 0
    }
}

@media (max-width: 767px) {
    .product-main__thumb {
        margin-bottom: 20px
    }

    .yal-panel-group.panel-group {
        max-width: 100%
    }

    .yal-size-guide {
        width: auto
    }

    .yal-size-guide table {
        width: 700px
    }
}

.account-section {
    margin: 20px 0
}

.account-content {
    max-width: 400px;
    margin: 0 auto
}

.account-title {
    letter-spacing: 1px;
    font-size: 19px;
    text-align: center;
    color: #272727;
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.form-group {
    margin-bottom: 24px
}

.product-main__stock + .product-main__options {
    margin-top: 24px;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
    background-color: transparent
}

input.form-control[type=password] {
    font-family: initial
}

.account-btn-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px
}

.account-btn-wrap.center {
    justify-content: center
}

.account-btn-wrap a {
    font-size: 14px;
    text-decoration: underline;
    color: #8b8b8b
}

.account-create-wrap {
    text-align: center
}

.account-create {
    font-size: 16px;
    color: #272727;
    text-decoration: underline
}

.acoount-captcha {
    text-align: center
}

.acoount-captcha input {
    margin-top: 20px
}

.simple-section {
    margin-bottom: 20px
}

.simple-section .simple-content {
    max-width: 964px;
    margin: 0 auto
}

.simple-section .simplecheckout-step {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    flex-wrap: wrap
}

.simple-section .simplecheckout-left-column, .simple-section .simplecheckout-right-column {
    width: calc(50% - 7.5px);
    float: none
}

.simple-section .simplecheckout-left-column {
    margin-right: 15px
}

.simple-section .simple-content .checkout-heading {
    font-size: 17px;
    padding: 10px 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    color: #1c1c1c;
    margin-bottom: 10px
}

.simple-section .simplecheckout-block-content {
    padding: 10px 0
}

.simple-section .form-control {
    padding: 6px 0
}

.simple-section .has-error .form-control {
    box-shadow: none
}

.simple-section #simplecheckout_customer.simplecheckout-block, .simple-section #simplecheckout_shipping_address.simplecheckout-block {
    margin-bottom: 0
}

.simple-section #simplecheckout_shipping_address.simplecheckout-block .simplecheckout-block-content {
    padding: 0;
    padding-top: 10px
}

.simple-section #simplecheckout_customer.simplecheckout-block .simplecheckout-block-content {
    padding: 0
}

.simple-section #simplecheckout_comment .checkout-heading {
    font-size: 16px;
    color: #8a8a8a;
    padding: 0;
    margin-bottom: 5px
}

.simple-section #simplecheckout_comment textarea {
    border: 1px solid #ddd;
    min-height: 125px;
    resize: none;
    padding: 10px
}

.simple-section #simplecheckout_comment textarea:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none
}

.simplecheckout-left-column .simplecheckout-block .fieldset {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.simplecheckout-left-column .simplecheckout-block .fieldset > div {
    width: 49%
}

.simplecheckout-left-column .simplecheckout-block .fieldset > div.row-shipping_address_address_1, .simplecheckout-left-column .simplecheckout-block .fieldset > div.row-shipping_address_address_2 {
    width: 100%
}

.simple-section .simplecheckout-right-column {
    background-color: #f7f7f7;
    padding: 0 20px
}

.simple-cart {
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2
}

.simple-section .cart__info .cart__name {
    font-size: 13px
}

.simple-section .cart__info .cart__qty span, .simple-section .cart__info .price__option span {
    font-size: 14px;
    color: #9f9f9f
}

.simple-section .cart__info .cart__qty {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 5px
}

.simple-section .cart-dropdown-qty {
    margin-right: 20px
}

.simple-section .cart__qty .btn-block {
    width: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.simple-section #simplecheckout_cart .form-control {
    min-width: initial;
    text-align: center;
    border-bottom: none;
    font-size: 14px;
    width: 40px;
    padding: 5px
}

.simple-section .cart__info .cart__qty .btn-block button {
    border: none;
    background-color: transparent;
    outline: 0;
    box-shadow: none
}

.simple-section .cart__info .cart__qty .btn-block button span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px
}

.simple-section .cart__info .cart__qty .btn-block button.btn-minus span:after, .simple-section .cart__info .cart__qty .btn-block button.btn-plus span:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 11px;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.simple-section .cart__info .cart__qty .btn-block button.btn-plus span:before {
    content: '';
    position: absolute;
    height: 11px;
    width: 1px;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.simple-section .simplecheckout-cart-total {
    border: none;
    padding: 0
}

.simple-section .simplecheckout-cart-total.promo {
    margin-bottom: 10px;
    position: relative
}

.simple-section .simplecheckout-cart-total.promo:after {
    content: "Apply";
    display: block;
    clear: none;
    position: absolute;
    cursor: pointer;
    color: #000;
    bottom: 7px;
    right: 5px
}

.simple-section .simplecheckout-cart-total.promo .panel-heading {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    padding: 0
}

.simple-section #simplecheckout_cart .simplecheckout-cart-total .form-control {
    width: 100%;
    text-align: left;
    padding: 6px 0;
    max-width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #ddd
}

#total_sub_total {
    display: none
}

#total_coupon, #total_total {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #1c1c1c
}

#total_coupon:after, #total_total:after {
    display: none
}

.simple-cart-info {
    font-size: 14px;
    color: #474747;
    text-align: right
}

.simple-section .simple-content .buttons {
    margin-top: 20px;
    margin-left: auto;
    padding: 0
}

.simple-button-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between
}

.simple-button-wrap > div {
    width: 49%
}

.simple-button-wrap .btn {
    max-width: 200px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    display: block
}

.simple-button-wrap .btn.btn-black {
    margin-left: auto !important
}

.simple-section .btn.btn-white {
    border: none;
    background-color: #ddd;
    color: #222;
    margin-right: 5px
}

#total_shipping {
    display: none
}

#simplecheckout_comment, #simplecheckout_payment {
    margin-bottom: 0
}

.simple-section #simplecheckout_payment .simplecheckout-block-content {
    padding: 0
}

#simplecheckout_payment label {
    font-size: 14px;
    color: #1c1c1c;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

#myModalBox .modal-dialog {
    width: 500px
}

#myModalBox .modal-body {
    padding: 15px 50px 30px
}

#myModalBox .modal-content {
    border-radius: 0
}

#payment legend {
    font-size: 15px;
    color: #272727;
    border: none;
    text-align: center;
    padding: 0;
    margin-bottom: 30px
}

#payment label {
    margin-top: 10px
}

.btn.btn-black.grad {
    background: #9065bb;
    background: -moz-linear-gradient(45deg, #9065bb 0, #2a77ba 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #9065bb), color-stop(100%, #2a77ba));
    background: -webkit-linear-gradient(45deg, #9065bb 0, #2a77ba 100%);
    background: -o-linear-gradient(45deg, #9065bb 0, #2a77ba 100%);
    background: -ms-linear-gradient(45deg, #9065bb 0, #2a77ba 100%);
    background: linear-gradient(45deg, #9065bb 0, #2a77ba 100%);
    text-transform: uppercase;
    font-size: 17px
}

#payment .account-btn-wrap {
    margin-bottom: 0
}

.contact-section {
    margin-top: 50px
}

.contact-section .account-title {
    margin-top: 0;
    margin-bottom: 45px
}

.contact-section__info {
    max-width: 955px;
    margin: 0 auto;
    margin-top: 60px
}

.contact-info__adress *, .contact-info__email *, .contact-info__phone * {
    font-size: 18px
}

.contact-info__email {
    text-align: center
}

.contact-info__email p {
    display: inline-block;
    text-align: left
}

.contact-info__adress {
    text-align: right
}

.contact-info__adress address {
    display: inline-block;
    text-align: left
}

.contact-section__info h2 {
    text-align: center;
    font-size: 22px;
    color: #272727;
    margin-top: 40px;
    margin-bottom: 30px
}

.contact-section__info textarea {
    resize: none;
    border: 1px solid #ddd
}

.contact-section__info textarea:focus {
    box-shadow: none;
    border-color: #000
}

.footer {
    background-color: #f0f0f4;
    padding: 60px 45px 30px
}

.footer .mt {
    margin-top: 2px
}

.col-5 {
    width: 20%
}

.footer__logo img {
    margin-left: 8px;
    opacity: .5
}

.footer h5 {
    font-size: 18px;
    color: #999;
    margin-top: 0
}

.footer ul li {
    margin-bottom: 3px
}

.footer ul li a, .footer ul li p {
    color: #3a3a3a;
    font-size: 15px;
    line-height: 1.5;
}

.footer ul li a {
    border-bottom: 1px solid transparent
}

.footer ul li a:hover {
    color: #3a3a3a;
    border-color: #7b7b7b
}

.footer hr {
    margin-top: 28px;
    border-top: 1px solid #dbdbdb;
    margin-bottom: 18px
}

.footer__bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between
}

.footer__bottom p {
    margin: 0;
    font-size: 15px;
    color: #3a3a3a
}

.modal-product .modal-content {
    border-radius: 0;
    border: none
}

#modal-product {
    padding: 40px 23px 100px
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    outline: 0;
    border: none
}

.modal-product__qty, .modal-product__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.modal-product__wrap {
    flex-wrap: wrap
}

.modal-opt-wrpa {
    width: calc(100% - 261px);
    position: absolute;
    top: 185px;
    right: 23px
}

.modal-product__img {
    width: 175px;
    margin-right: 40px
}

.modal-product__info {
    flex-grow: 1;
    width: calc(100% - 261px)
}

.modal-product__info > div {
    margin-bottom: 10px
}

.modal-product__title a {
    font-size: 16px;
    color: #474747;
    text-transform: uppercase
}

.modal-product__price p, .modal-product__qty > label {
    font-size: 15px;
    color: #838383
}

.modal-product__info > .modal-product__qty {
    -ms-align-items: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px
}

.modal-product__qty > label {
    margin-bottom: 0;
    margin-right: 10px;
    color: #9f9f9f
}

.modal-product__qty.input-group > input {
    width: 42px;
    padding: 5px;
    font-size: 18px;
    border: 1px solid #ddd
}

.modal-product__option .card-options-label {
    font-size: 14px;
    color: #5d5d5d;
    margin-bottom: 15px
}

.yal-btn-radio {
    border-radius: 12px !important;
    padding: 2px 15px;
    font-size: 14px !important;
    text-transform: uppercase;
    background-color: #f7f7f7;
    color: #353535;
    margin-right: 10px;
    border: none;
    margin-bottom: 5px;
}

.yal-btn-radio.active {
    box-shadow: none;
    background-color: #353535;
    color: #fff
}

#modal-button-cart {
    padding: 15px 65px;
    max-width: 100%;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: 18px
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1630px
    }
}

@media (max-width: 1199px) {
    .menu__item {
        padding-right: 10px
    }

    .menu__link {
        font-size: 15px
    }

    .newsletter__text {
        padding-left: 0
    }

    .footer {
        padding: 60px 0 30px
    }
}

@media (max-width: 991px) {
    .menu__wrap {
        position: static
    }

    #nav-bar-btn {
        display: block;
        float: none
    }

    .logo {
        width: auto;
        height: 100%
    }

    .logo img {
        height: 100%
    }

    .menu__list {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        z-index: 11;
        background: rgba(0, 0, 0, .45);
        padding: 15px
    }

    .menu__item {
        margin-bottom: 10px
    }

    .menu__item:last-child {
        margin-bottom: 0
    }

    .menu__link {
        color: #fff
    }

    .banner-sale, .category, .home-category, .main__desc, .slider {
        margin-bottom: 50px
    }

    .home-blog {
        margin-bottom: 40px
    }

    .home-blog__item {
        margin-bottom: 50px
    }

    .newsletter {
        margin-bottom: 30px
    }

    .newsletter-input-wrap {
        margin-left: 0;
        margin-top: 25px
    }

    .footer .col-5 {
        width: 100%;
        margin-bottom: 20px
    }

    .simple-section .simplecheckout-left-column {
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 768px) {
    #search {
        width: 100%
    }

    .contact-info__adress, .contact-info__email {
        text-align: left
    }
}

@media (max-width: 576px) {
    .logo img {
        height: 100%
    }

    .cabinet__item {
        padding-right: 10px
    }

    .banner-sale, .category, .home-category, .main-slider, .main__desc, .slider {
        margin-bottom: 30px
    }

    .home-category__row > .col-5 {
        width: 100%;
        margin-bottom: 20px
    }

    .home-category__row > .col-5:last-child {
        margin-bottom: 0
    }

    .category .select-sort {
        display: none
    }

    .select__gap {
        padding-left: 0
    }
}

@media (max-width: 460px) {
    #modal-product {
        padding: 31px 15px 30px
    }

    .modal-product__img {
        width: 75px;
        margin-right: 15px
    }

    .modal-product__info {
        width: calc(100% - 90px)
    }

    .modal-opt-wrpa {
        position: static;
        width: 100%
    }

    .form-group.mdc {
        text-align: center
    }

    .simplecheckout-left-column .simplecheckout-block .fieldset > div {
        width: 100%
    }
}

.animate {
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
    0% {
        transform: translateY(1rem);
        opacity: 0
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn
}

#scroll-top {
    display: inline-block;
    background-color: #e9e9e9;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    padding-top: 11px
}

#scroll-top:hover {
    cursor: pointer;
    background-color: #d2d2d2
}

#scroll-top:active {
    background-color: #d2d2d2
}

#scroll-top.show {
    opacity: 1;
    visibility: visible
}

@media (min-width: 767px) {
    .s-totop {
        display: none
    }
}

#cookie-space {
    display: none;
    height: 51px
}

#cookie-consent {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 9999;
    background: none repeat scroll 0 0 rgb(93 93 93 / 82%);
    border-bottom: 1px solid rgb(58 55 54);
    display: none;
    padding: 10px 0;
    bottom: 0
}

#cookie-text {
    color: #fff
}

#cookie-consent #accept {
    float: right;
    margin-top: 1px;
    margin-left: 10px;
    background: none repeat scroll 0 0 rgba(97, 97, 97, .65);
    padding: 5px 10px;
    border: medium none;
    color: #fff;
    cursor: pointer
}

#cookie-inner {
    display: block;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px 0 15px;
    min-width: 300px
}

a.cookies-a-ht {
    color: #c7c7c7;
    text-decoration: underline
}

@media (max-width: 480px) {
    h1.error-t-h {
        font-size: 8em !important;
    }
}

h1.error-t-h {
    background-clip: text;
    font-size: 16em;
    font-weight: 800!important;
    text-transform: uppercase;
    background: linear-gradient(140deg, #9062c2 32%, #0D61BC 66%, #8AA9D6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0065ca;
    display: table;
    margin: 20px auto;
}

.center-in-e {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

p.error-c-h {
    font-size: 23px;
    font-weight: 300!important;
}

.cus-error {
    min-width: 200px;
    margin: 0px 15px 15px 15px;
}

.btn-error-b.center {
    text-align: center;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

.product-sets {
    margin-bottom: 16px;
}

.product-sets .product-main__color {
    margin-bottom: 0;
}

.product-main__packages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px;
    margin-bottom: 15px;
}

.product-main__packages .category-product-item {
    width: calc(50% - 40px);
    position: relative;
}

.product-main__packages .category-product-item:first-child::after {
    content: '+';
    position: absolute;
    top: 66px;
    transform: translate(50%, -50%);
    right: -40px;
    color: #000;
    font-size: 35px;
}

.product-main__packages .product .image {
    margin-bottom: 10px;
}

.product-main__packages .image > a {
    margin-bottom: 5px;
}

.product-main__packages .product .caption h4 {
    margin-bottom: 0;
}

.product-main__packages .product .caption h4 a {
    font-size: 12px;
    color: #000;
}

.product-main__packages .prod-add-btn {
    border-radius: 0;
    border: 1px solid #000;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 400!important;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    #modalWindow .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }
}

#modalWindow #modal-product {
    padding: 40px 23px;
}

#modal-button-pack {
    padding: 15px 65px;
    max-width: 100%;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: 18px;
    font-weight: 400!important;
}

#modalWindow .modal-product__title a {
    font-size: 18px;
}

#modalWindow .product .image > a {
    margin-bottom: 15px;
}

#modalWindow .form-group {
    margin-bottom: 15px;
}

.owl-item {
    margin-bottom: 15px;
}

.main__desc li {
    display: list-item;
    list-style: disc;
    margin-left: 19px;
    padding: 0px;
    font-size: 18px;
}

.stickers.st-cat {
    position: absolute;
    z-index: 2;
    right: 0;
    margin-top: 6px;
    margin-right: 6px;
}

.sticker {
    background: linear-gradient(59deg, rgba(153, 178, 214, 1) 14%, rgba(182, 160, 210, 1) 100%);
    margin: 1px;
    color: #fff;
    padding: 2px;
    font-size: 16px;
    min-width: 55px;
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 1000px) {
    .menu__list li:last-child a {
        background-clip: text !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(45deg, #9065bb 0, #2a77ba 100%);
        font-weight: 500 !important;
    }
}

@media (max-width: 1000px) {
    .menu__list li:nth-child(7) a {
        font-weight: 500 !important;
        background-clip: text !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(45deg, #9065bb 0, #2a77ba 100%);

    }
}

@media (max-width: 1200px) {
    .baner_cat {
        height: 90px !important;
    }
}

@media (min-width: 1600px) {
    .baner_cat {
        margin-left: -10% !important;
        margin-right: -10% !important;
    }
}

@media (min-width: 1900px) {
    .baner_cat {
        height: 155px !important;
        margin-left: -20% !important;
        margin-right: -20% !important;
    }
}

@media (min-width: 2200px) {
    height:

175px

!important;
    .baner_cat {
        margin-left: -30% !important;
        margin-right: -30% !important;
    }
}

@media (min-width: 750px) and (max-width: 1200px) {
    .baner_cat {
        margin-left: -20% !important;
        margin-right: -20% !important;
    }
}

@media (max-width: 500px) {
    .baner_cat {
        height: 77px !important;
    }
}

.baner_cat {
    height: 135px;
    background-position: center;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
}

.b-flex {
    display: flex;
}

.ac_setting, .ac_order, .ac_wishlist, .ac_back {
    height: 94px;
    width: 16%;
    background-color: #f7f7f7;
    display: flex;
}

.ac_main {
    display: flex;
    gap: 60px;
    justify-content: center;
}

.ac_main_baner {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.ac_text p {
    margin: 0 !important;
}

.ac_text {
    color: #000000;
    flex-direction: column;
    display: flex;
    font-size: 14pt;
    justify-content: center;

}

.img_acb {
    margin-right: 30px;
}

.img_acb svg {

    width: 50px;
    height: 50px;
}

.ac_setting svg {

    width: 60px !important;
    height: 60px !important;
}

.href_ac {
    display: contents;
}

.ac-max {
    margin-bottom: 30px;
    margin-top: 30px;
}

.svg_adres {
    text-align: center;
}

@media (max-width: 1200px) {
    .ac_main {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin: 0 auto;
    }

    .ac_setting, .ac_order, .ac_wishlist, .ac_back {
        flex: 1 1 calc(50% - 16px);
    }
}

@media (max-width: 350px) {
    .ac_setting, .ac_order, .ac_wishlist, .ac_back {
        flex: 1 1 calc(100% - 16px);
    }

}

.row-edit_field21 .simpleregister-button-right .btn-black {
    padding: 8px 40px !important;
}

.modal-header {
    color: #ffffff;
    font-size: 20px;
}

.simple-content h3 {
    letter-spacing: 1px;
}

#simpleedit .btn.btn-white {
    font-size: 15px !important;
}

.account-wishlist h2 {
    letter-spacing: 1px;
    font-size: 22px;
}

.account-order h1 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 22px;
}

.login_wishlist {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.log_wishlist {
    margin-bottom: 80px;
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
    background-color: #f7f7f7;
}

.wishlist_ic img {
    margin-right: auto;
    margin-left: auto;
    width: 80px;
}

.wishlist_ic {
    display: flex;
}

.wishlist_text p {
    margin: 0 !important;
}

.wishlist_text {
    margin-top: 20px;
    text-align: center;
    font-size: 19px;
    margin-bottom: 20px;
}

.log_wishlist .login_wishlist .button_wishlis .btn-white {
    height: 50px;
    background: linear-gradient(59deg, rgba(153, 178, 214, 1) 14%, rgba(182, 160, 210, 1) 100%);
    color: #ffffff !important;
    border: none !important;
    width: 100%;
    line-height: 31px;
    font-weight: 400!important;
}

@media (max-width: 500px) {
    #simpleaddress {
        WIDTH: 100% !important;
    }

    .row-address_city, .row-address_country_id, .row-address_firstname {
        MARGIN-RIGHT: 5PX !important;
    }
}

@media (min-width: 500px) and (max-width: 1000px) {
    #simpleaddress {
        WIDTH: 80% !important;
    }

    .row-address_city, .row-address_country_id, .row-address_firstname {
        MARGIN-RIGHT: 10PX !important;
    }
}

.row-edit_newsletter .radio {
    display: none;
}

.wish_btn {
    top: 10px;
    left: 10px;
    position: absolute;
    height: 36px;
    width: 36px;
    padding: 11px 8px 8px;
    cursor: pointer;
    color: #2d2d2d;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 0.8);
    box-shadow: 0 2px 4px 0 rgba(45, 45, 45, 0.14);
}

.wish_btn path {
    transition: fill 0.3s;
}

.wish_btn.active path {
    fill: #2d2d2d;
}

.wish_btn.active svg {
    animation: beat cubic-bezier(0.04, 0.4, 0.5, 0.95) 1.2s forwards 1;
}

.small_heart {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 20px;
    margin: -10px 0 0 -10px;
    opacity: 0;
    pointer-events: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='6' viewBox='0 0 18 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.012 14.905a19.999 19.999 0 0 1-3.885-2.388C2.528 10.466 1.002 8.095 1 5.442c-.002-2.45 1.922-4.43 4.283-4.432 1.128 0 2.209.453 3 1.258l.715.728.714-.73A4.199 4.199 0 0 1 12.707 1h-.001C15.069.998 16.996 2.97 17 5.421c.004 2.656-1.519 5.032-4.115 7.091a20.008 20.008 0 0 1-3.873 2.393z' stroke='%232D2D2D' stroke-width='2' fill='%232d2d2d'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
}

.wish_btn.active .small_heart.show {
    animation: floatAway ease-out 2s forwards;
}

@keyframes beat {
    30% {
        transform: scale(1.4);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes floatAway {
    15% {
        opacity: 0;
    }

    16% {
        opacity: 1;
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
    }
}

.logo:hover {
    -webkit-box-shadow: 11px 10px 51px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 11px 10px 51px 0 rgba(0, 0, 0, .12);
    box-shadow: 11px 10px 51px 0 rgba(0, 0, 0, .12)
}

.ac_wishlist:hover, .ac_order:hover, .ac_setting:hover, .ac_back:hover {
    background-color: #fbfbfb;
    transition: background 0.3s ease-in-out;
}

.button_wishlis:hover {
    transition: background 0.8s ease-in-out;
    opacity: .8;
}

.discount_p {
    font-size: 16px;
    margin-left: auto;
}

.info-block {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 0px !important;
    display: none;
    position: absolute;
    top: -0%;
    background-color: #000000;
    border: 1px solid #efeded;
    padding: 10px;
    width: 210px;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(50, 50, 50, .2);
    cursor: default;
}

.product-vobler-info-substrate {
    width: 100%;
    height: 12px;
    position: relative;
}

#bonus-link {
    cursor: pointer;
    display: flex;
    margin-right: 5px;
    align-items: center;
}

.product-vobler-info-substrate__arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #efeded;
    position: absolute;
    left: -5.5px;
    top: 12px;
}

.product-vobler-info-substrate__arrow:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000000;
    bottom: 2px;
    left: -8px;
    content: "";
    position: absolute;
    z-index: 2;
}

.discount_price {
    background-color: #f7f7f7;
    margin-bottom: 10px;
    padding: .6em .5em;
    display: flex;
}

@media (max-width: 533px) {
    .sticker {
        font-size: 12px;
        min-width: 40px;
    }

    .product-main__btn .wishlist-btn {
        margin-top: -18px;
    }
}

.mod-main {
    background-color: #f7f7f7;
    width: max-content;
    padding: 3px 7px;
    margin-bottom: 10px;
    float: inline-end;
}

span.price-new {
    color: #b11414;
    font-weight: 500!important;
}



.overflow {
    overflow: hidden!important;
}
.position-relative {
    position: relative!important;
}
.position-absolute {
    position: absolute!important;
}
.w-100 {
    width: 100%;
}
.d-none {
    display: none!important;
}
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-column {
    flex-direction: column;
}
.align-items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.text-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}
.tooltip {
    z-index: 99999;
}
.p20 {
    padding: 20px!important;
}

@media (min-width: 992px) {
    .owl-carousel:not(#slideshow0):not(.colors-slideshow) .owl-item {
        width: calc(100vw / 6) !important;
        max-width: 400px;
    }
}

#overlay {
    background: rgb(0 0 0 / 42%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
#overlay.active {
    background: rgba(0, 0, 0, .4);
    z-index: 12001;
    visibility: visible;
}
.c_modal {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    transform: translateX(200vw) translate3d(0, 0, 0);
    transition: all .5s cubic-bezier(.3, .85, .5, 1);
    z-index: 99999 !important;
    width: 100%;
    max-width: 500px;
    background: #fff;
}
.c_modal.active {
    transform: translateX(0px);
    transition: all .5s cubic-bezier(.3, .85, .5, 1);
    overflow-y: auto;
}
.c_modal-header {
    padding: 15px;
    font-size: 20px;
    border-bottom: 1px solid #dbdbdb;
}
.c_modal-title {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: .5px;
}
.c_modal-close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 21px;
    /*filter: drop-shadow(1.176px 1.618px 9px rgba(0, 0, 0, 0.13));*/
    background-color: #f3f3f3;
}
.c_modal-content {
    padding: 10px;
    font-size: 14px;
}
.c_modal-content .product > .caption p {
    font-size: 13px;
    text-transform: none;
}

.c_stickers {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
    margin: 5px;
}
.c_stickers .c_sticker {
    color: #b11414;
    font-weight: 500;
    background: #ffffffd4;
    padding: 6px 10px;
    line-height: 1;
    width: fit-content;
    font-size: 11px;
}
.c_stickers .special_sticker {
    font-size: 11px;
}
.c_stickers .c_sticker:not(:last-child) {
    margin-bottom: 5px;
}
.product:hover .c_stickers {
    opacity: 0;
}

.c_modal-cart .c_modal-close {
    filter: unset;
    background-color: #f3f3f3;
}
.p_cart-products {
    padding: 10px 15px;
    margin-top: 5px;
}
.p_product {
    gap: 20px;
}
.p_product:not(:last-child) {
    margin-bottom: 10px;
}
.p_product-name {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}
.p_product-options {
    gap: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}
.p_product-option > span {
    font-weight: 400;
}
.p_product-actions {
    gap: 10px;
}
.p_product-action {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f3f3f3;
    cursor: pointer;
}
.p_product-img {
    min-width: 110px;
    height: 150px;
}
.p_product-img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.p_cart-relateds-title {
    font-size: 14px;
    background: linear-gradient(158deg, rgba(144, 101, 187, 0.8), rgba(42, 119, 186, 0.77));
    color: #fff;
    padding: 5px 10px;
    letter-spacing: .5px;
    font-weight: 400;
}
.p_cart-relateds_wrap {
    gap: 10px;
}
.p_cart-relateds_wrap > div {
    max-width: calc((100% / 3) - 7px);
    width: 100%;
    margin: 0;
}
.p_cart-relateds_wrap .product .caption h4 {
    margin: 0;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.p_cart-relateds_wrap .product .price {
    margin: 0;
}

.p_cart-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 20px 20px 10px;
    box-shadow: 0 -1px 6px 0 #00000026;
    text-align: center;
    color: #000;
}
.p_cart-total {
    font-size: 15px;
}
.p_cart-total > span:last-child {
    font-weight: 400;
}
.p_cart-footer_btn {
    width: 100%;
    font-weight: 300;
    margin: 10px 0;
    letter-spacing: .5px;
}
.p_cart-footer_text {
    gap: 10px;
    font-size: 13px;
}
@media (max-width: 350px) {
    .p_product-options {
        gap: 15px;
        font-size: 17px;
        margin-bottom: 10px;
    }
}