/*@font-face {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 400;
    src: url('/catalog/view/fonts/exo2_regular/Exo2.0-Regular-webfont.eot');
    src: url('/catalog/view/fonts/exo2_regular/Exo2.0-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/catalog/view/fonts/exo2_regular/Exo2.0-Regular-webfont.woff') format('woff'),
    url('/catalog/view/fonts/exo2_regular/Exo2.0-Regular-webfont.ttf') format('truetype'),
    url('/catalog/view/fonts/exo2_regular/Exo2.0-Regular-webfont.svg#exo_2.0regular') format('svg');
}
@font-face {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 700;
    src: url('/catalog/view/fonts/exo2_bold_fix/exo2.0-bold-webfont.eot');
    src: url('/catalog/view/fonts/exo2_bold_fix/exo2.0-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/catalog/view/fonts/exo2_bold_fix/exo2.0-bold-webfont.woff') format('woff'),
    url('/catalog/view/fonts/exo2_bold_fix/exo2.0-bold-webfont.ttf') format('truetype');
}*/
/*@font-face {*/
/*    font-family: 'fontello';*/
/*    src: url('/catalog/view/fonts/fontello-5c6479b3/font/fontello.eot?5c6479b3');*/
/*    src: url('/catalog/view/fonts/fontello-5c6479b3/font/fontello.eot?5c6479b3#iefix') format('embedded-opentype'),*/
/*    url('/catalog/view/fonts/fontello-5c6479b3/font/fontello.woff2?5c6479b3') format('woff2'),*/
/*    url('/catalog/view/fonts/fontello-5c6479b3/font/fontello.woff?5c6479b3') format('woff'),*/
/*    url('/catalog/view/fonts/fontello-5c6479b3/font/fontello.ttf?5c6479b3') format('truetype'),*/
/*    url('/catalog/view/fonts/fontello-5c6479b3/font/fontello.svg?5c6479b3#fontello') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*[class^="fa-"]:before, [class*=" fa-"]:before {*/
/*    font-family: "fontello";*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    display: inline-block;*/
/*    text-decoration: inherit;*/
/*    text-align: center;*/
/*    font-variant: normal;*/
/*    text-transform: none;*/
/*    line-height: 1em;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*}*/

/*.fa-share:before {*/
/*    content: '\e800';*/
/*}*/

/*.fa-phone:before {*/
/*    content: '\e801';*/
/*}*/

/*.fa-shopping-cart:before {*/
/*    content: '\e802';*/
/*}*/

/*.fa-search:before {*/
/*    content: '\e803';*/
/*}*/

/*.fa-bars:before {*/
/*    content: '\e804';*/
/*}*/

/*.fa-star-o:before {*/
/*    content: '\e805';*/
/*}*/

/*.fa-th-list:before {*/
/*    content: '\e806';*/
/*}*/

/*.fa-th:before {*/
/*    content: '\e807';*/
/*}*/

/*.fa-check-circle:before {*/
/*    content: '\e808';*/
/*}*/

/*.fa-refresh:before {*/
/*    content: '\e809';*/
/*}*/

/*.fa-times-circle:before {*/
/*    content: '\e80a';*/
/*}*/

/*.fa-info-circle:before {*/
/*    content: '\e80b';*/
/*}*/

/*.fa-home:before {*/
/*    content: '\e80c';*/
/*}*/

/*.fa-user:before {*/
/*    content: '\e80d';*/
/*}*/

/*.fa-calendar:before {*/
/*    content: '\e80e';*/
/*}*/

/*.fa-book:before {*/
/*    content: '\e80f';*/
/*}*/

/*.fa-chevron-right:before {*/
/*    content: '\e810';*/
/*}*/

/*.fa-chevron-left:before {*/
/*    content: '\e811';*/
/*}*/

/*.fa-heart-o:before {*/
/*    content: '\e812';*/
/*}*/

/*.fa-plus:before {*/
/*    content: '\e813';*/
/*}*/

/*.fa-caret-down:before {*/
/*    content: '\e814';*/
/*}*/

/*.fa-exclamation-circled:before {*/
/*    content: '\e815';*/
/*}*/

/*.fa-spin:before {*/
/*    content: '\e816';*/
/*}*/

/*.fa-arrow-up:before {*/
/*    content: '\e817';*/
/*}*/

/*.fa-star:before {*/
/*    content: '\e818';*/
/*}*/

/*.fa-minus:before {*/
/*    content: '\e819';*/
/*}*/

/*.fa-upload:before {*/
/*    content: '\e81a';*/
/*}*/

/*.fa-chevron-up:before {*/
/*    content: '\e81b';*/
/*}*/

/*.fa-chevron-down:before {*/
/*    content: '\e81c';*/
/*}*/

/*.fa-time:before {*/
/*    content: '\e81d';*/
/*}*/

/*.fa-clock:before {*/
/*    content: '\e81d';*/
/*}*/

/*!* '' *!*/
/*.fa-eye:before {*/
/*    content: '\e81e';*/
/*}*/

/*!* '' *!*/
/*.fa-location:before {*/
/*    content: '\e81f';*/
/*}*/

/*!* '' *!*/
/*.fa-heart:before {*/
/*    content: '\e820';*/
/*}*/

/*!* '' *!*/
/*.fa-exchange:before {*/
/*    content: '\e821';*/
/*}*/

/*!* '' *!*/
/*.fa-filter:before {*/
/*    content: '\f0b0';*/
/*}*/

/* '' */
/*body*/
img {
    max-width: 100%;
    height: auto;
}

body {
    color: #333;
    font-family: 'OpenSans-Regular', sans-serif;
}

.container {
    min-width: 320px;
}

h1 {
    color: #535353;
    font-size: 30px;
}

#content,
aside,
.content-wrap {
    background-color: #fff;
}

aside,
#content {
    padding-top: 25px;
}

#content {
    min-height: 501px;
    padding-bottom: 30px;
}

.alert {
    padding: 30px;
    border: 1px solid transparent;
    border-radius: 0;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
}

/*colors*/
a,
a:visited {
    color: #4e4c4d;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.btn.btn-primary,
.buttons .btn.btn-primary {
    color: #ffffff;
}

a.btn-danger,
a.btn-info {
    color: #fff;
}

.btn-dashed {
    background-color: #DDDDDD;
}

.btn-dashed:hover {
    background-color: #d2d2d2;
}

/*elements*/
.buttons {
    overflow: auto;
}

/*.btn {
    font-size: 12px;
    text-transform: uppercase;
}*/
/*.buttons .btn.btn-primary {
    position: relative;
    display: inline-block;
    outline: none;
    font-size: 16px;
    font-family: "OpenSans-SemiBold";
    padding: 10px 30px;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}*/
.close {
    font-family: Arial, Helvetica, sans-serif;
}

/*rating stars*/
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-stack {
    font-size: 8px;
    margin-top: -3px;
}

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

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

.fa-star + .fa-star-o {
    color: #E55B4C;
}

/*.breadcrumb*/
#content > .breadcrumb {
    padding: 0px;
}

.breadcrumb {
    padding: 25px 15px 0px;
    margin-bottom: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    /* border-bottom: 1px solid #eee; */
    color: #aaa;
    font-size: 13px;
}

.breadcrumb .fa-home,
.breadcrumb .fa-home:before {
    width: 13px;
    height: 13px;
    display: inline-block;
}

.breadcrumb .fa-home + span {
    display: none;
}

.breadcrumb a {
    color: #4e4c4d;
    min-width: 13px;
    min-height: 18px;
}

/*transition*/
a,
.btn,
.dropdown-menu,
.close,
#search button,
.mini-cart,
.button-group.button-cart button {
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*top*/
#top {
    color: #777777;
    background-color: #EEEEEE;
    text-align: center;
    /*padding: 14px 0;*/
}

#top {
    background-color: #EEEEEE;
}

#top a,
#top .btn-link {
    color: #909090;
    text-decoration: none;
}

#top .btn {
    padding: 0;
}

#top .navbar-toggle {
    float: left;
}

#top ul {
    margin-bottom: 0;
    float: left;
}

#top .btn-block {
    text-align: left;
}

#top .pull-left .btn-group {
    margin-top: -1px;
}

.currency-select {
    cursor: pointer;
}

.sel-flag {
    margin-top: -6px;
}

/*header*/
header {
    background: #fff;
}

header .container {
    padding-top: 32px;
    padding-bottom: 30px;
}

header .col-sm-6 {
    min-height: 50px;
}

/*menu*/
.navigation {
    margin-bottom: 0;
}

.navigation + .no-border {
    margin-bottom: 0;
}

#menu {
    margin-left: -15px;
    margin-right: -15px;
}

#menu .nav > li > a {
    color: #fff;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    text-shadow: 1px 1px 2px black;
    line-height: 1.55;
    padding: 15px 5px;
}

#menu .dropdown-menu li > a {
    min-width: 160px;
    display: block;
    padding: 5px 20px;
    min-height: 15px;
    background-color: transparent;
    clear: both;
    line-height: 20px;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner li a:hover {
    background-color: #eee;
}

@media (min-width:992px) and (max-width:1200px) {
    #menu .nav > li > a {
        font-size: 12px;
        padding: 15px 5px 15px 0;
    }

    #menu .nav > li > a > i {
        font-size: 10px;
        position: relative;
        top: -2px;
    }
}

#menu #category {
    float: left;
    font-size: 17px;
    font-family: "OpenSans-SemiBold";
    line-height: 29px;
    color: #fff;
    padding-right: 10px;
}

#menu .btn-navbar {
    font-size: 22px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 0;
    float: left;
}

#menu.navbar {
    margin-bottom: 0;
}

#menu .dropdown .dropdown-toggle {
    padding-right: 20px;
}

.menu-item-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #FFF;
    padding: 15px 18px;
}

.menu-item-toggle:hover {
    background-color: rgba(144, 128, 128, 0.5);
    cursor: pointer;
}

.menu-item-toggle.close .fa-plus,
.menu-item-toggle.close .fa-chevron-down {
    display: inline-block;
}

.menu-item-toggle.close .fa-minus,
.menu-item-toggle.close .fa-chevron-up {
    display: none;
}

.menu-item-toggle.active .fa-plus,
.menu-item-toggle.active .fa-chevron-down {
    display: none;
}

.menu-item-toggle.active .fa-minus,
.menu-item-toggle.active .fa-chevron-up {
    display: inline-block;
}

.menu-item-toggle.close {
    opacity: 1;
    color: #fff;
}

#menu .nav .open > a,
#menu .nav .open > a:focus,
#menu .nav .open > a:hover {
    text-decoration: none;
}

.pull-right .btn-navbar {
    margin: 6px 0 0 20px;
}

.pull-right .btn-navbar .fa-shopping-cart {
    font-size: 26px;
    line-height: 33px;
}

/*search*/
#search {
    position: relative;
}

#search input {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    border: 2px solid transparent;
    height: 50px;
    padding: 10px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-right: none;
    border-radius: 25px 0 0 25px;
}

#search button {
    border: 2px solid transparent;
    height: 50px;
    padding: 0 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-left: none;
    font-size: 17px;
    line-height: 34px;
    margin-right: -2px;
    border-radius: 0 25px 25px 0;
    color: #CAC9CA !important;
}

#search button:hover {
    color: #fff !important;
    background-color: #F40FAA !important;
    border-color: #F40FAA !important;
}

#search input,
#search select,
#search button {
    background-color: #fff;
}

#search input,
#search select,
#search button {
    border-color: #ECECEC;
    /* border-radius: 25px 0 0 25px; */
}

/*mini-cart*/
.mini-cart {}

.mini-cart:hover {}

#cart-total:after {}

#cart-modal .empty .fa {
    font-size: 72px;
    color: #DCDCDC;
}

/*box-product*/
.box-heading {
    font-size: 26px;
    /* border-bottom: 1px solid; */
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #4e4c4d;
    margin-top: 30px;
    font-family: "OpenSans-SemiBold";
    position: relative;
}

.box-heading:after {
    content: '';
    display: inline-block;
    position: absolute;
    /* margin-bottom: -20px; */
    width: 40px;
    height: 3px;
    border-radius: 1px;
    background-color: #F40FAA;
    left: 0;
    bottom: 0;
}

.box-heading + .row {
    margin-bottom: 20px;
}

/*owl*/
.no-border .owl-wrapper-outer,
#content .owl-wrapper-outer {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.no-border .img-responsive {
    margin: 0 auto;
}

#content .border .owl-wrapper-outer {
    border: 1px solid #F7F6F6;
    padding: 0;
}

#content .border .owl-wrapper-outer .owl-item {
    border-right: 1px solid #F7F6F6;
}

/*information*/
.information a.thumbnail {
    border-color: transparent;
    border-radius: 0;
}

.information a.thumbnail:hover {
    border-color: #dddddd;
}

.information .item {
    margin-bottom: 30px;
}

.information .h5 {
    font-family: "OpenSans-Bold";
    font-size: 16px;
    line-height: 1.4;
}

.information .text-muted {
    font-size: 12px;
    color: #cb0a9b;
}

/*column*/
#column-left .list-group,
#column-right .list-group {
    margin-bottom: 25px;
}

#column-left .panel,
#column-right .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#column-left .box-heading,
#column-right .box-heading {
    margin-bottom: 10px;
}

#column-left .panel-default,
#column-right .panel-default {
    border-color: transparent;
    border-radius: 0;
}

#column-left .list-group-item,
#column-right .list-group-item {
    border-color: transparent;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    padding: 10px 0;
}

#column-left .list-group-item.smaller,
#column-right .list-group-item.smaller {
    font-size: 14px;
    padding: 5px 0;
}

#column-left .list-group .filter-group-name:first-child {
    margin-top: 9px;
}

.filter-group-name {
    color: #444;
    font-size: 16px;
    font-family: "OpenSans-Regular";
}

.filter-group-name + .list-group-item {
    padding-top: 0 !important;
    padding-left: 10px !important;
}

.filter-group-name + .list-group-item label {
    font-size: 14px;
    line-height: 23px;
}

/*wishlist*/
.wishlist-table tr td:last-child {
    min-width: 100px;
}

/*category*/
.row.category-list {
    display: flex;
    flex-wrap: wrap;
}

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

.thumbnail {
    border-radius: 0;
    padding: 0;
    border: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
    min-width: 95px;
}

.thumbnails > img {
    width: 100%;
    outline: none;
}

.image-additional a {
    margin-bottom: 10px;
    padding: 2px;
    display: block;
    border: 1px solid transparent;
}

a.thumbnail:focus {
    outline: none;
    border-color: transparent;
}

.image-additional.active a,
.image-additional.active a:focus {
    border-color: #aaa;
}

.images-overflow {
    padding-right: 0;
}

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

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

#button-cart {
    max-width: 220px;
}

#button-cart .fa {
    padding-right: 10px;
}

.product-info .price {
    font-size: 30px;
    font-family: "OpenSans-SemiBold";
}

.product-info li > a {
    color: #f40faa;
}

.product-info .price-old {
    font-size: 21px;
    margin-left: 10px;
    padding: 0 5px;
    display: inline-block;
    position: relative;
}

.product-info .price-old:after {
    content: '';
    width: 93%;
    height: 22px;
    position: absolute;
    display: block;
    top: -9px;
    left: 0;
    transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    border-bottom: 1px solid;
}

.product-info .wish-compare span {
    cursor: pointer;
    padding-right: 10px;
}

.product-info .alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 0 15px 0;
}

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

.product-tabs .nav.nav-tabs > li > a,
.product-tabs .nav.nav-tabs > li > a:focus,
.product-tabs .nav.nav-tabs > li > a:hover {
    color: rgb(170, 170, 170);
    border: none;
    background: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    font-size: 17px;
}

.product-tabs .nav.nav-tabs > li > a:hover {
    color: #444;
}

.product-tabs .nav.nav-tabs > li.active > a {
    border-bottom: 3px solid;
    color: #444;
    font-family: "OpenSans-SemiBold";
}

/*product-controls*/
.product-controls {
    background-color: #eeeeee;
    border-bottom: 1px solid #dddddd;
    padding: 10px 15px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.product-controls a,
.product-controls label,
.product-controls button {
    color: #878787;
    font-family: "OpenSans-Regular";
}

.product-controls label {
    line-height: 15px;
    margin-bottom: -10px;
    margin-top: 10px;
}

.product-controls .form-control {
    border-color: transparent;
    box-shadow: none;
}

.product-controls .btn {
    border-color: transparent;
    background-color: transparent;
    padding: 6px;
}

/*product-thumb*/
.product-thumb {
    /* height: 400px; */
    /* overflow: hidden; */
    margin-bottom: 30px;
    border: 5px solid #F8F8F8;
    position: relative;
}

.product-thumb .inner {
    padding-top: 11px;
}

.product-thumb:after {
    content: '';
    width: 100%;
    height: 15px;
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
}

.product-thumb .labels {
    position: absolute;
    /* left: 12px; */
    z-index: 1;
    right: -5px;
    top: -5px;
}

.product-thumb .labels .label {
    font-family: "OpenSans-Regular";
}

.product-thumb .button-group.button-add {
    position: absolute;
    padding: 3px 10px;
    border-radius: 4px;
    line-height: 14px;
    z-index: 2;
    visibility: hidden;
    right: 3px;
}

.product-thumb .button-group.button-add button {
    color: #878787;
    background-color: rgba(255, 255, 255, 0.51);
    border: none;
    border-radius: 4px;
}

.product-thumb .button-group.button-add button:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.product-thumb .button-group.button-add button:hover {
    color: #7a7a7a;
}

.product-thumb .image {
    position: relative;
}

.product-thumb .image a {
    display: block;
    text-align: center;
}

.product-thumb .image a img {
    margin: 0 auto;
}

.product-thumb .caption {
    padding: 5px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-layout.product-grid {
    padding: 0 10px;
}

.product-grid .product-thumb .caption .product-rewards {
    width: 49%;
    font-size: 12px;
    text-align: right;
    font-family: "OpenSans-Bold";
}

.product-grid .product-thumb .caption .product-rewards span {
    color: green;
}

.product-grid .product-thumb .caption .price {
    width: 50%;
}

.product-grid .product-thumb .caption .product-name {
    margin-bottom: 5px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.product-grid .product-thumb .caption .rating {
    width: 100%;
    font-size: 10px;
    padding: 10px 0 0;
    text-align: left;
    width: 89px;
    height: 22px;
}

.product-grid .product-thumb .caption .rating .fa {
    width: 10px;
    font-size: 10px;
    height: 10px;
    line-height: 10px;
}

.product-grid .product-thumb .caption .rating .count {
    position: relative;
    top: -1px;
}

.product-grid .product-thumb .caption .product-name.has-c a {
    min-height: 27px;
}

.product-thumb .caption .product-name a {
    font-size: 13px;
    font-family: "OpenSans-SemiBold";
    display: inline-block;
}

#dropdownMenu2,
#cart-total {
    cursor: pointer;
}

@media (min-width:768px) {
    .product-grid .product-thumb .caption .product-name {
        height: 40px;
        overflow: hidden;
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }

    /*.product-grid .product-thumb .caption .product-name:hover {
        overflow: visible;     
    }
    .product-grid .product-thumb .caption .product-name:hover:before {
         opacity: 0;
    }
    .product-grid .product-thumb .caption .product-name:hover a {
     -webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
          box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
    }
    .product-grid .product-thumb .caption .product-name a {
         position: absolute;
         top:0;
         left:0;
         width:100%; 
         background: rgb(255,255,255);
          z-index: 0;
           -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
          box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);

    }
    .product-grid .product-thumb .caption .product-name:before {
        content:'';
        position: absolute;
        bottom:0;
        width:100%;
        height: 15px;
        left:0;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
        filter:blur(0px);
        z-index: 2;
    }*/
}

.product-list .product-thumb .caption .price {
    width: 100%;
}

.product-thumb .caption .price {
    font-size: 14px;
    font-family: "OpenSans-Bold";
    text-align: left;
}

.product-info .price-old,
.price-old {
    color: #b6b6b6 !important;
}

.product-thumb .caption .price-old {
    text-decoration: line-through;
}

.product-thumb .button-group.button-cart {
    text-align: center;
    margin-bottom: 20px;
}

.product-grid .product-thumb .button-group.button-cart {
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.simplecheckout-cart .quantity .btn-danger.btn {
    padding: 9px 10px;
}

.btn.btn-primary,
.product-thumb .button-group.button-cart button {
    font-family: "OpenSans-Regular";
    text-transform: uppercase;
    border: 0;
    color: #fff;
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAeFBMVEX4oeP4nuH0edXzddPyctLxbtDxbM/waM7vZszuY8vsYMnrXcjqWsbpV8ToVMPmUcHlTb/kSr3jR7zhQ7rgQLjfPbbdObTcNrPbM7HaL6/YLK3XKazWJqrVJKjUIqjTIafSIafSIqbSJKfTJ6jTK6rUMKvUNa3WOq941TdrAAAAD0lEQVQI12NgYGBkoiIEABHVAHQ0URe+AAAAAElFTkSuQmCC);*/
    border-radius: 20px;
    line-height: 1.5;
    box-shadow: 0 3px 5px 0 rgba(97, 33, 81, 0.15);
    font-size: 12px;
    background-repeat: repeat-x;
    background-color: #F40FAA !important;
    position: relative;
}

.btn.btn-primary:hover,
.product-thumb .button-group.button-cart button:hover {
    box-shadow: 0 3px 5px 0 rgba(97, 33, 81, 0);
}

.quantity .input-group-btn:first-child .btn:before {
    -webkit-border-radius: 15px 0 0px 15px;
    -moz-border-radius: 15px 0 0px 15px;
    border-radius: 15px 0 0px 15px;
}

#toTop.btn:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.product-thumb .button-group.button-cart button:hover:before,
.btn.btn-primary:hover:before {
    opacity: 1;
}

.btn.btn-primary:before,
.product-thumb .button-group.button-cart button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -webki-transition: 0.3s;
    -moz-transition: 0.3s;
    opacity: 0;
    /* -webkit-box-shadow: inset 0px 10px 7px 0px rgba(255,255,255,0.3);
   -moz-box-shadow: inset 0px 10px 7px 0px rgba(255,255,255,0.3);
   box-shadow: inset 0px 10px 4px 7px 0px rgba(255,255,255,0.3);*/
    background: rgb(255, 255, 255, 0.5);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.quantity .input-group-btn .btn,
.input-group-btn .btn-group {
    line-height: 1;
    min-height: 34px;
}

.btn.btn-primary {
    line-height: 1.9;
}

.product-list .product-thumb .button-group.button-cart button {
    margin: 0;
}

.product-thumb .button-group.button-cart button {
    margin: 0 auto;
    padding: 5px 5px;
    min-width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-thumb .button-group.button-cart .fast_order {
    width: 49%;
    font-size: 8px;
    font-family: "OpenSans-SemiBold";
}

.click-to-order.hidden {
    display: none;
}

.product-thumb .button-group.button-cart .fast_order i {
    font-size: 12px;
    padding: 0 0 0 5px;
}

.btn.btn-primary:hover,
.product-thumb .button-group.button-cart button:hover {
    background-image: none;
    background-color: #F40FAA;
}

.product-thumb .button-group.button-cart button .fa {
    padding-right: 5px;
    width: 18px;
    height: 12px;
}

.row .product-list .product-rewards br {
    display: none;
}

.row .product-list .product-thumb .rating {
    margin: 0;
    text-align: left;
}

.product-thumb .rating {
    text-align: center;
    margin-top: -10px;
    padding-bottom: 10px;
}

.product-thumb .description {
    padding: 0 12px 7px;
    box-sizing: border-box;
}

/*hover*/
.product-thumb:hover {
    overflow: visible;
}

.product-thumb:hover:after {
    display: none;
}

/*.product-thumb:hover .inner {
    position: absolute;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
    z-index: 4;
    overflow: auto;
    background: #fff;
    padding-top: 10px;
    width: 100%;
    top: 0;
}*/
.product-thumb:hover .button-group.labels {
    /* left: 11px; */
}

.product-thumb:hover .button-group.button-add {
    top: 10px;
    right: 2px;
    visibility: visible;
}

.product-thumb:hover .button-group.button-cart button {
    color: #fff;
}

.product-thumb:hover .button-group.button-cart button:hover {
    color: #fff;
}

/*column-left products*/
.row.product-thumb-left + .box-heading {
    margin-top: 30px;
}

.row.product-thumb-left {
    margin-bottom: 20px;
}

.product-thumb-left .product-name {
    font-size: 16px;
    color: #545454;
}

.product-thumb-left .price {
    font-size: 17px;
    font-family: "OpenSans-SemiBold";
    margin-bottom: 5px;
    height: 25px;
}

.product-thumb-left .price-old {
    text-decoration: line-through;
    font-size: 80%;
    line-height: 15px;
}

.product-thumb-left .button-group {
    display: none;
}

.product-thumb-left:hover .button-group {
    display: block;
}

.product-thumb-left:hover .price {
    display: none;
}

/*footer*/
footer {
    background-color: #353535;
    color: #fff;
    padding-top: 55px;
    margin-top: 0;
    padding-bottom: 10px;
}

footer hr {
    border-top: 1px solid #333;
}

.footer-heading {
    font-size: 16px;
    border-bottom: 1px solid #333;
    /* padding-bottom: 10px; */
    margin-bottom: 25px;
    color: #fff;
}

footer a,
footer a:visited,
footer li a {
    color: #ebe6e6;
    /*#c4c4c4;*/
    font-size: 13px;
}

footer p {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer ul li a:before {
    content: '•';
    margin-right: 5px;
    font-size: 10px;
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: '•';
    color: #4e4c4d;
    padding: 0 5px 0px 2px;
}

footer p.phones {
    font-size: 15px;
    font-family: "OpenSans-SemiBold";
}

.footer-icons {
    text-align: right;
}

.footer-icons > a,
.footer-icons > img {
    display: inline-block;
    margin-left: 10px;
}

.footer-icons > a:hover {
    -webkit-filter: brightness(1.7);
    filter: brightness(1.7);
}

.footer-icons > a img {
    display: inline-block;
}

/*phone-widget*/
header .logo {
    padding-right: 0;
    max-height: 50px;
}

header .phones {
    /* text-align: right; */
    line-height: 17px;
    /* padding-left: 0; */
}

header .main-phone {
    font-size: 21px;
    padding-bottom: 4px;
}

header .main-phone .fa {
    color: #999;
}

#phone-widget {
    text-align: right;
    overflow: auto;
}

#phone-widget {
    margin-top: -1px;
    padding-left: 0;
}

#phone-widget .code {
    vertical-align: top;
    line-height: 24px;
    color: #AAA;
    font-family: "OpenSans-Bold";
    font-size: 16px;
}

#phone-widget .phone {
    font-size: 24px;
    line-height: 30px;
    color: #535353;
}

#phone-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
}

#phone-widget ul li {
    border-radius: 0;
    padding: 1px 4px;
}

#phone-widget ul li a {
    background-color: transparent;
    border-bottom: 1px dashed;
    text-decoration: none;
    border-radius: 0;
    font-size: 12px;
}

#cart-modal .inc-dec {
    max-width: 140px;
}

#cart-modal .totals {
    font-size: 17px;
}

#cart-modal .totals tr:first-child {
    display: none;
}

#cart-modal .row {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

#cart-modal .product-total,
#cart-modal .product-name a {
    font-size: 16px;
    font-family: "OpenSans-Regular";
}

#cart-modal .modal-body .row:hover {
    background: #f9f9f9;
}

/*label colors*/
.label-1 {
    background-color: #337AB7;
}

.label-2 {
    background-color: #5CB85C;
}

.label-3 {
    background-color: #5BC0DE;
}

.label-4 {
    background-color: #F0AD4E;
}

.label-5 {
    background-color: #eee;
    color: #333;
}

.label-stock {
    background-color: #777;
}

.label-special {
    background-color: #D9534F;
}

/*toTop button*/
#toTop {
    position: fixed;
    bottom: 80px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 99;
    opacity: 0.5;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#toTop:hover {
    opacity: 1;
}

/*click-to-order*/
.click-to-order {
    width: 282px;
}

.subcat-thumb {
    padding: 4px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.subcat-thumb a p {
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    color: #000;
    height: 39px;
    overflow-y: hidden;
}

.subcat-thumb img {
    margin: auto;
    margin-bottom: 15px;
}

/*owl fixes*/
.owl-controls .owl-buttons .owl-next,
.owl-controls .owl-buttons .owl-prev {
    margin-top: -27px;
}

/*mozilla fix*/
#main-nav .navbar-toggle i.fa {
    float: right;
}

.p-line {
    font-size: 18px;
    line-height: 24px;
    font-family: "OpenSans-Bold";
    margin-top: 2px;
}

.p-line .fa {
    color: #F40FAA;
    margin: auto;
    font-size: 19px;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.p-line a {
    padding-left: 25px;
    position: relative;
}

.p-line span {
    border-bottom: 1px dashed #A4A2A3;
    color: #4e4c4d;
}

.p-line .fa.fa-chevron-down {
    font-size: 12px;
    margin: 0;
    transform: translateY(-2px);
    display: inline-block;
    color: initial;
}

header .phones .col-sm-8 {
    color: #c3bebf;
    padding-top: 11px;
}

#menu {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA2CAMAAAAxtAOuAAAAn1BMVEX5rOb5quX4p+T1h9r0g9j0gNfzfdbyetXyeNTxddLxctLwcNDvbs/ubM7taczsZ8vrZsrrZMrrY8jqYcjpYMfoXsXnXcXmW8TmWcLlV8LkVsHgQLjfPrfeO7bdObTcNrPbNLLaMrDZMK/YL6/YLa3YLK3XLKzWK6zWLKvVLavWLqvWMKzVMa3VNK7WOK/WO7DXPrHYQ7PYSLTZTLbaUbjETw2UAAAAEklEQVQI12NgYGBkoiZkwC0HACDSAJ1yqW1xAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-color: #F40FAA;
    /* old color  #DA54BA*/
}

#menu.navbar {
    margin-left: 0;
    margin-right: 0;
    border: 0;
    border-radius: 10px 0;
    min-height: 45px;
}

.img-wlink {
    margin-bottom: 30px;
    position: relative;
}

a.btn.btn-bordered {
    border: 1px solid #F40FAA;
    text-transform: uppercase;
    color: #F40FAA;
    border-radius: 19px;
    font-size: 12px;
    font-family: "OpenSans-Bold";
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.5);
    padding: 10px 37px;
    background-color: #fff;
}

a.btn.btn-bordered:hover,
a.btn.btn-bordered:focus {
    border: 1px solid #79B7B0;
    color: #79B7B0;
}

.img-wlink a.btn {
    position: absolute;
    bottom: 16%;
    left: 7%;
}

.img-wo {
    margin-bottom: 30px;
}

.img-wo span {
    display: none;
}

.img-wo a {
    width: 262px;
    height: 262px;
}

@media (max-width:767px) {

    .img-wo img.hidden-mb,
    .img-wlink.hidden-mb {
        display: none;
    }
}

.information.nblg .row:before {
    content: '';
    display: block;
    top: 0;
    left: 15px;
    bottom: 0;
    width: 60%;
    max-width: 305px;
    background-color: #F7F4F4;
    position: absolute;
}

.nblg-image .thumbnail {
    padding: 30px;
    background-color: transparent;
}

.nblg-con {
    padding-top: 35px;
}

.stores-wrap {
    background-image: url('/catalog/view/theme/default/image/bgmap.jpg');
    min-height: 302px;
    background-size: cover;
    padding: 21px 0;
}

#carousel-stores,
#carousel-stores .item {
    background-color: transparent;
}

#carousel-stores .item .inner {
    margin-right: 30px;
    /* background-image: url('/catalog/view/theme/default/image/sup.png'); */
    background-repeat: no-repeat;
    border-radius: 10px;
    background-color: #fff;
    min-height: 113px;
    max-width: 301px;
    padding: 21px 10px 10px 50px;
    position: relative;
    font-size: 13px;
    box-shadow: 6px 5px 10px 0 rgba(97, 33, 81, 0.15);
    margin-bottom: 10px;
}

#carousel-stores .item .inner .fa {
    position: absolute;
    left: 21px;
    font-size: 26px;
    color: #F40FAA;
}

#carousel-stores .item .inner .h5 {
    font-size: 16px;
    font-family: "OpenSans-SemiBold";
    margin-bottom: 6px;
}

/*.breadcrumb_wp {
    padding: 25px 15px 0px;
}*/

.product-side_wp {
    padding: 30px 20px;
    background: #fbf9f9;
}

.product-side_wp li {
    list-style: none;
    margin: 0 0 15px;
}

.product-side_wp li:last-child {
    margin: 0;
}

.product-side_wp p,
.product-side_wp a {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-side_wp span {
    width: 80%;
}

.product-side_wp li i {
    font-size: 24px;
    color: #f40faa;
    width: 20%;
}

footer .list-unstyled li {
    margin-bottom: 15px;
    /* font-size: 14px; */
}

footer .list-unstyled li.cl-phone {
    font-family: "OpenSans-Bold";
    margin-bottom: 3px;
    font-size: 15px;
}

footer .list-unstyled li.cl-phone a:before {
    display: none;
}

footer .list-unstyled li.cl-phone .fa {
    margin-right: 5px;
}

footer .list-unstyled li.cl-adress {
    font-size: 12px;
    margin-bottom: 0;
    position: relative;
    padding: 2px 10px 2px 25px;
    overflow: hidden;
}

footer .list-unstyled li.cl-adress .fa-city {
    width: 20px;
    height: 20px;
    background: url(../image/variant_2.png) center no-repeat;
    background-size: cover !important;
}

footer .list-unstyled li.cl-adress .fa-city:before {
    content: '';
}

footer .list-unstyled li.cl-adress .hidden-adr {
    display: none;
}

footer .list-unstyled li.cl-adress p {
    margin: 0 0 5px;
    opacity: 0.8;
    position: relative;
    padding: 2px 0 2px 30px;
}

.open-adr {
    cursor: pointer;
}

.open-adr i {
    color: #fe00dc;
}

#hidden-adr .modal-content {
    background: #353535;
    padding: 15px;
}

footer .list-unstyled li.cl-adress .fa-city {
    margin-right: 8px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

footer .list-unstyled li.cl-mail {
    margin-bottom: 5px;
}

footer .list-unstyled li.cl-mail .fa {
    padding-right: 8px;
}

footer .list-unstyled li.cl-mail a:before {
    content: none;
}

div#cart {
    position: relative;
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAoCAYAAACfKfiZAAAC5ElEQVRYhc2YvWsUQRjGf7ea6B4iJNzlLtEgiSBRBGPhpDMptFAUBAuLaDnaWQgW/gMxlYWdroWKFnaCJkIsJHauRWKjIqiBgFEjKEdg/I7FvpOb+8jdXrjb+MDxsu++M89zM8/szG6KBhH6wX7gHHAY6JX0PPAYuKaMnmmkv1QDxO3AVeBsjXbLwHXgvDL6Z5x+vZjkbcAE0T9fBm4DI0BGfiOSW5aaCWlTFxvjFAFjwCGgAJxQRj8puz8NTId+cBO4L7VjwMV6HdedgtAP+oHXQBtwVBn9qE79EWAS+AUMKKPf1aqPMwWjQj5ZjxxAaialzWi9+jgChiXei1FrYWuHa1bheCD0g03A7io1/U7NYEwBdmr7V2nzShn9o0QAcAM4XaPTWzHJXfQB1Z4Ld4Az5QIGJL4Flpz8HqL5fAOYmMQ+sIvIiC+d/BZgp8NVIqBH4kll9AubDP1gDtgBnFJGz8Zhl2GfAT4oowed/D5gFui2OdeEGYmf4pCsEbbvbImA0A86gHbJfWmhgEWJ7cK5MgI5W6CM/l3W6FtZjIOqbZTRfxwRXa4AOySLVOI4MKSMnovLLrVD0rYcJQKsCa0pPlbpbJ5ou20IyuhwlVsLRCurGypH4HOjRGuAHYGMKyAvsZUrwMKOcskIdCUowI5yiQlzZTfXTUCFCVuABYl5V4CdgmrLsNmwD7qsK8CacKGivPmwHJEJQz9IA2lJJumBdOgHaY/ivy/YQ0IrIRwFucx7FOc/CQNaWK4uD2cjSlCA5cq5ApIwoIXlynnU3glbBcuV9SgexdbDAz0exaNYEkvQwnJl3GWYxEZkYbnyrgnXQ8D/YcLOMlVJwJqw06P4FrQtQQHbJS55wJRcjId+sKHVzMIxLpdTqdAP9gLPgc3AU+Ay8EwZ/bXJxB1ER/VLwEHgO3AgJTePAXeBrc0krYECMKqMfrjyiSb0g17gAtHLRB8xP2A1gL/Ae+ABcEXeN/gH3zDGUG1A4pEAAAAASUVORK5CYII=);*/
    background-repeat: no-repeat;
    min-height: 50px;
    width: 115px;
    float: right;
    background-position: 0 85%;
    text-align: right;
    font-size: 13px;
    cursor: pointer;
}

.all-cart div#cart .fa-shopping-cart {
    position: absolute;
    left: 5px;
    font-size: 28px;
    top: 24px;
    color: #F40FAA;
}

div#cart:hover {
    color: #F40FAA;
}

div#cart .h5 {
    font-family: "OpenSans-Bold";
    font-size: 15px;
    padding: 0;
    margin: 2px 0;
    padding-top: 15px;
}

.acc-wrap {
    float: left;
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAWCAYAAADNX8xBAAAB30lEQVQ4jZ3Uv2sUYRDG8U/OgGxjmqS0CIgaJDbKSwRNWkUiWNjkNFZLGrX3H7AX7K4IKtqI0UQlhTb+AGFtQgRjEUxhIxiE2LwKMVjcu7psNhfxbYaZZ+b7zsy9t30aTpF1MlzBJRxO4Y+4i1sh5rFe09cA2Y9FHGm6BB9wOsT8846gIuvsxTuMYgt38CTJk5hGC+8RQsx/lLX9tdtmKpDzIeYLFW2uyDoPMZ9yZnCzFFs10MVkZ2sQEGL+FLO13EbQaLLzdUjllNpoNVgHlaP+7AEq97KnF+hTsuM9QKW21gv0ONmrRdY5WCek2LXkPqpq9Z9/ECsYxDqu41mSz+IGhvANh0LM1xtBCTau+3b2NQ7Gd0yGmL/qNZqUcEx3zM2KtJlix+uQxo5q3Q3gaHKXQ8w3dsptGq0fU7iAUxhI0gZe4wHuh5hXu9227BO6/68DvTrFKqZDzN9uAxVZp43b/j60RSykIgl+DmeS/wuXQ8zv/QEVWeckXuoufxXtEPOiqZUi6wTcS+AtTISYv+lLn44VDCc7EWL+tddcRdYZSheP6L7wkZbuYodTq1O7QSDlTKWaYUy10E76XIj50m6QCmwJc8lttzBWgv4VUjllzVg/llN7z/8D9AJfsPYbmx2PCGm4iGIAAAAASUVORK5CYII=);
   */
    background-image: url(../image/acc-logo2.svg);
    background-repeat: no-repeat;
    background-position: 0 22px;
    padding-left: 40px;
    font-size: 13px;
    background-size: 30px !important;
}

.acc-wrap .h5 {
    font-family: "OpenSans-Bold";
    font-size: 15px;
    padding: 0;
    margin: 2px 0;
    padding-top: 15px;
}

header {
    background-color: #FBF9F9;
}

.lang-change:hover,
.lang-change:active,
.lang-change:focus {
    background-color: #F40FAA;
    color: #fff;
}

.lang-change + .dropdown-menu a:hover {
    color: #F40FAA;
}

.lang-change {
    font-size: 12px;
    /*text-transform: uppercase;*/
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #F40FAA;
    border-radius: 50%;
    font-family: "OpenSans-Bold";
    margin: 15px 4px 0 4px;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(203, 10, 155, 0.2);
}

.lang-change.lang-na {
    color: #DCDCDC;
    background-color: transparent;
    border-color: #DCDCDC;
    cursor: pointer;
    box-shadow: none;
}

[aria-labelledby="dropdownMenu2"] {
    padding: 10px 25px 0 25px;
    font-family: "OpenSans-Bold";
    color: #4e4c4d;
    font-size: 18px;
    line-height: 1.75;
}

[aria-labelledby="dropdownMenu2"] .fa {
    color: #F40FAA;
    margin-right: 5px;
    font-size: 19px;
}

#top .lang-change {
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    border: 1px solid #CC0F9D;
    border-radius: 50%;
    font-family: "OpenSans-Bold";
    margin: 4px 4px 0 4px;
}

.simplecheckout-cart-total#total_sub_total {
    display: none;
}

.ocfilter-option label.ocf-color-item {
    display: inline-block;
    width: 30px;
}

.ocfilter-option label.ocf-color-item input {
    display: none;
}

.ocfilter-option .ocf-image,
.ocfilter-option .ocf-color {
    border-radius: 0 !important;
}

.copyright {
    background-color: #303030;
    color: #a4a4a4;
    /*#5b5b5b;*/
    font-size: 12px;
    padding: 15px 0;
}

.middle-succ {
    margin: auto;
    max-width: 650px;
    background: #fff url(/catalog/view/theme/default/image/suarr.png) 20px center no-repeat;
    background-size: 90px !important;
    min-height: 110px;
    font-size: 18px;
    padding: 0px 20px 20px 140px;
    border-radius: 10px;
    border: 2px solid #cb0a9b;
}

.middle-succ h1 {
    font-family: "OpenSans-SemiBold";
    font-size: 26px;
    padding: 20px 0 8px 0;
    margin: 0;
    color: #CB0A9B;
}

.img-succ {
    background-image: url('/catalog/view/theme/default/image/successbg.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 45px 0;
    border-radius: 15px;
    background-position: 50% 50%;
    padding: 80px 20%;
}

.div.img-succ .text {
    margin: 0 auto;
    max-width: 380px;
    text-align: center;
    font-size: 20px;
}

.div.img-succ .text .h1 {
    font-size: 40px;
    font-family: "OpenSans-SemiBold";
    margin: 40px 0 25px 0;
    color: #CB0A9B;
}

.div.img-succ .social {
    margin-top: 31px;
}

.div.img-succ .social a {
    display: inline-block;
    margin: 0 15px;
}

.div.img-succ .social a:hover {
    opacity: .8;
}

@media (min-width:768px) and (max-width:1199px) {
    .img-succ {
        padding: 80px 5%;
    }
}

@media (max-width:767px) {
    .img-succ {
        padding: 40px 20px;
    }
}

.sub-itms {
    max-width: 700px;
    background-color: #F3F3F5;
    padding: 30px;
}

.sub-item {
    border-bottom: 1px solid #F3F3F5;
    cursor: pointer;
}

.sub-item img {
    max-width: 40px;
    margin-right: 15px;
}

.sub-item .pull-right {
    font-family: "OpenSans-Bold";
    font-size: 16px;
    line-height: 40px;
    padding-right: 15px;
}

.sub-item.active {
    background-color: #F3F3F5;
}

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

.main-row div[class*='col-'] {}

.subimgwrap,
.sub-item {
    background-color: #fff;
}

.sitmswrap {
    max-height: 250px;
    overflow: auto;
}

.price-place {
    font-size: 16px;
    margin-bottom: 10px;
}

.price-place .price {
    color: #333;
}


.price-place .price-old {
    text-decoration: line-through;
}


.view-itms {
    max-width: 193px;
    height: 32px;
    line-height: 32px;
    /* padding: 0 7px; */
    border: 1px solid #eee;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.product-grid .view-itms {
    margin: 10px auto;
}

.view-itms:hover {
    opacity: .8;
}

.view-itms span {
    display: inline-block;
    border-right: 1px solid #eee;
    width: calc(100% - 38px);
    text-align: left;
}

.view-itms .fa {
    /* margin: 0 auto; */
    margin-left: 7px;
}

.modal-lg.fixm {
    max-width: 700px;
}


/*menu*/
#menu {
    position: relative;
}

#menu .menu-whith-sub,
#menu .main-menu,
#menu > div,
#menu .menu-whith-sub_main {
    position: static;
}

.dopimg_wp {
    width: 20px;
    height: 20px;
}

.dopimg_wp_l2 {
    width: 100px;
    height: 100px;
}

#menu ul,
#menu ul li {
    list-style: none;
}

.menu-whith-sub .row {
    padding: 15px;
    display: flex;
    gap: 15px 0;
    width: 100%;
    flex-wrap: wrap;
}

.menu-children {
    position: absolute;
    z-index: 99;
}

.second-menu {
    left: 0;
    width: 1140px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    display: none;
}

.second-menu > ul {
    width: 264px;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    background-color: #FBF9F9;
}

.second-menu > ul > li {
    width: 100%;
    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;
    background-color: #FBF9F9;
    padding: 9px 10px;
    border-bottom: 1px solid #E0E0E0;
}

.second-menu > ul > li > a {
    font-family: "OpenSans-SemiBold";
    font-size: 12px;
    color: #000;
    text-transform: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 5px;
    width: 100%;
}

.second-menu > ul > li > i {
    font-size: 14px;
    color: #CCCCCC;
}

.sub-menu-wrap {
    position: absolute;
    display: none;
    top: 0;
    left: 264px;
    width: calc(100% - 264px);
    background-color: #fff;
    min-height: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}

.sub-menu-wrap > .sub-menu-column {
    width: 25%;
}

.sub-menu-wrap > .sub-menu-column > .sub-menu {
    display: block;
    list-style: none;
    padding: 20px;
    letter-spacing: 0;
}

.main-sub-menu_title,
.sub-menu-wrap > .sub-menu-column > .sub-menu > li.parrent > a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 160px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    font-family: "OpenSans-Bold";
    font-size: 14px;
    color: #F40FAA;
}

@media (min-width:992px) and (max-width:1199px) {
    .sub-menu-wrap > .sub-menu-column > .sub-menu > li.parrent > a {
        font-size: 12px;
    }
}

.sub-menu_second {
    padding: 0;
}

.sub-menu_second li {
    margin-bottom: 10px;
}

.sub-menu_second li a {
    font-size: 14px;
    color: #444444;
}

.menu-whith-sub_main.active > div,
.menu-whith-sub.active > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.menu-whith-sub_main.active > a {
    border-color: #F40FAA;
    background-color: #F40FAA;
}

.menu-whith-sub.active {
    background-color: #fff;
}

.menu-whith-sub.active i {
    color: #444444;
}

.sub-menu_second li.more {
    color: #444444;
    font-family: "OpenSans-Bold";
    font-size: 14px;
    cursor: pointer;
}

.sub-menu_second li.more i {
    font-size: 12px;
}

.sub-menu_second div.more-show {
    display: none;
}

.search-logo {
    display: none;
}

@media(max-width: 1200px) {
    .second-menu {
        width: 940px;
    }
}

@media(max-width: 991px) {
    .desktop-open {
        display: none;
    }

    header {
        background-color: #fff;
    }

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

    header a.btn.btn-navbar.search-logo {
        height: 40px;
        width: 40px;
        border: 1px solid #F40FAA;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        color: #F40FAA;
        padding: 0;
    }

    header a.btn.btn-navbar.search-logo i {
        line-height: 33px;
    }

    #menu .main-menu {
        padding: 0 15px;
    }

    .menu-whith-sub.active > div,
    .menu-whith-sub > i {
        display: none;
    }

    .menu-whith-sub_main.active > div {
        width: 100%;
        display: none;
    }

    .second-menu {
        width: 100%;
        height: auto !important;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .second-menu > ul {
        width: 100%;
    }

    .menu-whith-sub_main .menu-item-toggle:hover {
        background: transparent;
    }

    .menu-whith-sub_main.active > div.second-menu {
        display: block;
        position: static;
        height: auto !important;
        padding: 10px 5px;
        background: #fff;
        border-top: 0px solid #fff;
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
        border-bottom: 5px solid #fff;
    }

    .second-menu > ul > li,
    .menu-whith-sub.active {
        background-color: transparent;
        border: none;
    }

    .second-menu > ul {
        background-color: transparent;
        border: none;
    }

    #menu {
        margin-top: 1px;
    }
}

body .noty_theme__mint.noty_type__success {
    background-color: #fff;
    border-color: #CC0F9D;
    border-radius: 5px;
}

body .noty_theme__mint.noty_type__success a {
    color: #CB0A9B;
}

.button-group .labels-left {
    margin-top: 10px;
    position: absolute;
    z-index: 1;
    left: -5px;
    top: -5px;
    margin-left: 10px;
}

.labels-left-discount {
    align-items: center;
    display: flex;
    width: 55px;
    border-radius: 50%;
    background: #F40FAA;
    /*#D63AAF*/
    height: 55px;
    line-height: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
    text-transform: unset;
    position: absolute;
    z-index: 1;
}

@media (max-width:767px) {
    .product-page > .row:first-child {
        -webkit-display: flex;
        display: flex;
        flex-direction: column;
    }

    .product-page > .row:first-child > div:first-child {
        order: 0;
    }

    .product-page > .row:first-child > div:nth-child(1) {
        order: 2;
    }

    .product-page > .row:first-child > div:nth-child(2) {
        order: 1;
    }

    .product-page > .row:first-child > div:last-child {
        order: 3;
    }
}

.content-wrap #content p a {
    color: #d72cac;
    text-decoration: underline;
}

#content p a:hover,
#content p a:focus,
#content p a:active {
    text-decoration: none;
}

/*new product carousel*/
#main-images img {
    max-width: 100%;
    height: auto;
}

.f-thumbs__slide {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.f-thumbs__slide:focus,
.f-thumbs__slide:hover,
.f-thumbs__slide.is-nav-selected:after,
.f-thumbs__slide.is-nav-selected {
    opacity: 1;
}

.f-thumbs__slide:after {
    content: '';
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    width: 40px;
    height: 2px;
    margin: auto;
    background: #4e4c4d;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.f-thumbs.is-horizontal {
    max-width: 500px;
    padding: 0 !important;
    margin: 20px 0;
}

.fancybox__container .fancybox__thumbs {
    margin: auto;
}

.page-error {
    background: url(../image/nofound-bg.jpg) center no-repeat;
    background-size: cover !important;
}

.page-error_inner {
    text-align: center;
}

.page-error h1 {
    margin: 20px auto;
}

.page-error .breadcrumb,
.page-error .row.content-wrap,
.page-error #content {
    background: transparent !important;
}

.page-error img {
    max-width: 100%;
}

.page-error_inner .buttons {
    margin: 30px 0 250px;
}

.page-error_inner .buttons .btn {
    font-size: 20px;
    min-width: 300px;
    padding: 10px;
    margin: 0px auto 30px;
}

#main-nav {
    background: #F40FAA;
    position: relative;
    z-index: 103;
}

#main-nav #menu.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
}

.ocf-offcanvas {
    top: 35px !important;
}

/*color filter*/
.color-filter label {
    width: 30px !important;
    margin: 0 !important;
    display: inline-block !important;
}

.color-filter .collapse label,
.color-filter .collapse {
    display: inline-block !important;
}

.ocfilter-option .color-filter label input,
.color-filter .collapse hr,
.color-filter .ocf-selected .ocf-target,
.color-filter .collapse-value {
    display: none !important;
}

.ocfilter-option .ocf-color {
    margin: 0 !important;
    width: 27px !important;
    height: 27px !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.ocf-selected .ocf-color {
    border: 2px solid;
}

#search .live-search {
    min-width: 300px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 0;
    margin-top: 55px;
}

#search .live-search ul li {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#search .live-search .result-text {
    bottom: -40px;
    background-color: transparent;
}

#search .live-search .result-text .btn {
    display: block;
    padding: 5px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#simplecheckout_shipping .radio label,
#simplecheckout_shipping .checkbox label {
    font-family: "OpenSans-SemiBold";
}

#simplecheckout_shipping .radio + .form-group {
    margin: 0;
}

#simplecheckout_shipping .radio + .form-group label {
    font-family: "OpenSans-Regular";
    padding: 5px 0;
    color: #999;
    font-size: 13px;
}

.currency-list .btn {
    color: #F40FAA;
}

.currency-list .btn:hover,
.currency-list .btn:active,
.currency-list .btn:focus {
    text-decoration: none;
}

@media (min-width:1025px) {
    .simplecheckout-button-block.buttons {
        position: absolute;
        right: 23%;
        top: 580px;
    }

    #simplecheckout_cart .table-responsive {
        max-height: 215px;
    }
}

.simplecheckout {
    position: relative;
}

.hidden-price {
    display: none;
}

.hidden-delivery {
    text-align: center;
    padding: 15px;
    margin: 15px -10px;
    background: #b9d9ff;
    font-family: "OpenSans-SemiBold";
}

select.liqpay-cl {
    color: transparent;
    background: url(../image/liqpay-pay.svg) 15px center no-repeat !important;
    background-size: 100px !important;
}

select.liqpay-cl option {
    color: #000;
}

iframe {
    max-width: 100%;
}

@media (max-width:767px) {
    .tab-content iframe {
        max-width: 100%;
        height: auto;
        min-height: 250px;
        margin: 20px auto;
    }
}

.soc-list {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.soc-list a {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 100% !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.soc-list a:hover,
.soc-list a:active,
.soc-list a:focus {
    opacity: 0.5;
}

.soc-list .soc-inst {
    background: #353535 url(../image/instag-soc.svg) center no-repeat;
}

.soc-list .soc-vb {
    background: #fff url(../image/viber-soc.svg) center no-repeat;
}

.soc-list .soc-tg:before {
    background: url(../image/teleg-soc.svg) center no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: 100% !important;
}

.soc-list .soc-ytb {
    background: #353535 url(../image/ytb-soc-ic.svg) center no-repeat;
}

.soc-list .soc-tiktok:before {
    background: url(../image/tiktok-soc-ic.svg) center no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: 100% !important;
}

.soc-list .soc-tg:after,
.soc-list .soc-tg:before,
.soc-list .soc-tiktok:after,
.soc-list .soc-tiktok:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.soc-list .soc-tg:after,
.soc-list .soc-tiktok:after {
    background: #fff;
    width: 80%;
    height: 80%;
    z-index: -1;
}

/*shops*/
.shops-map_t {
    text-transform: uppercase;
    font-family: "OpenSans-SemiBold";
    font-size: 24px;
    position: relative;
    z-index: 0;
    margin: 0 0 30px;
}

.shops-map_t span {
    background: #fff;
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 0 10px 0 0;
}

.shops-map_t:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #eee;
}

.shops-map iframe {
    height: 300px;
    width: 100%;
}

.shops-map_item {
    margin: 0 0 30px;
    line-height: 32px;
    font-size: 14px;
}

.shops-map_item a {
    color: #ca099b;
}

.shops-map_item a:hover,
.shops-map_item a:focus,
.shops-map_item a:active {
    color: #ca099b;
    text-decoration: none;
}

@media (max-width:767px) {
    .shops-map_t {
        font-size: 20px;
    }
}

/*up text bnr*/
.uptxt_module {
    background: #f40faa38;
    color: #000;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    text-align: center;
    padding: 10px 5px;
    text-transform: uppercase;
}

.uptxt_module-inner {
    position: relative;
    width: 400px;
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uptxt-img {
    width: 85px;
}

.uptxt_module img {
    position: absolute;
    top: 15px;
    bottom: 0;
    margin: auto;
    left: 0;
    max-height: 80px;
}

.uptxt_module a {
    background: #ca099b;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px;
}

.uptxt_module a:hover,
.uptxt_module a:active,
.uptxt_module a:focus {
    text-decoration: none;
    background: #fff;
    color: #ca099b;
}

#simplecheckout_payment {
    position: relative;
}

#simplecheckout_payment .alert {
    position: absolute;
    bottom: -12px;
    right: 15px;
    font-family: "OpenSans-Regular";
    margin: 0 17px;
    padding: 0;
    background: none;
    border: none;
    color: #ff0000;
}

.payment-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 8px;
    left: 23px;
    color: rgba(0, 0, 0, .5);
    z-index: 0;
}

select[name=payment_method].super-txt {
    background: #fff;
    z-index: 2;
}

@media (max-width:767px) {
    .payment-txt {
        left: 13px;
    }
}

select[name=payment_method] {
    position: relative;
    z-index: 0;
    background: none;
}

#simplecheckout_comment .checkout-heading.panel-heading,
#simplecheckout_shipping .checkout-heading.panel-heading,
#simplecheckout_payment .checkout-heading.panel-heading {
    border: none;
    font-family: "OpenSans-Bold";
    background: none;
}

#simplecheckout_comment .simplecheckout-block-content,
#simplecheckout_shipping .simplecheckout-block-content,
#simplecheckout_payment .simplecheckout-block-content {
    padding: 0 10px;
    position: relative;
}

#simplecheckout_shipping .simplecheckout-block-content select,
#simplecheckout_payment .simplecheckout-block-content select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#simplecheckout_comment.simplecheckout-block .simplecheckout-block-content {
    padding: 0 11px 0 14px !important;
}

#simplecheckout_comment .checkout-heading.panel-heading,
#simplecheckout_payment .checkout-heading.panel-heading,
#simplecheckout_shipping .checkout-heading.panel-heading,
.simplecheckout-left-column label {
    font-size: 13px;
}

#simplecheckout_shipping_address .form-horizontal .control-label {
    padding-top: 0;
}

@media (min-width:768px) {

    #simplecheckout_comment,
    #simplecheckout_shipping,
    #simplecheckout_payment {
        display: flex;
    }

    #simplecheckout_comment .simplecheckout-block-content,
    #simplecheckout_shipping .simplecheckout-block-content,
    #simplecheckout_payment .simplecheckout-block-content {
        width: 66.66666667%;
    }

    #simplecheckout_comment .checkout-heading.panel-heading,
    #simplecheckout_shipping .checkout-heading.panel-heading,
    #simplecheckout_payment .checkout-heading.panel-heading {
        width: 33.33333333%;
        text-align: right;
        padding: 10px 15px 0 0;
    }
}

@media (max-width:767px) {
    .ocf-offcanvas.ocfilter-mobile .ocfilter-mobile-handle {
        top: 160px;
    }
}

@media (min-width:768px) {
    .logo .search-logo {
        display: none;
    }
}


/*custom popup*/
#modal-custom-popup .modal-body {
    padding: 30px;
    text-align: center;
    font-size: 18px;
    border: 5px dashed rgb(255, 0, 255);
}

#modal-custom-popup .darkpink {
    text-align: center;
    padding: 10px;
    background: rgb(255, 0, 255);
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    margin: 15px auto;
    color: #fff;
    border: 2px solid rgb(255, 0, 255);
    transition: 0.3s;
}

#modal-custom-popup a.darkpink:hover,
#modal-custom-popup a.darkpink:focus,
#modal-custom-popup a.darkpink:active {
    color: rgb(255, 0, 255);
    background: #fff;
}

#modal-custom-popup .pink {
    background-color: #fdcaec;
    display: inline-block;
    padding: 5px 10px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    margin: 15px auto;
}

/*modal cart popup*/
#smca-modal-body .modal-body .product-table-cart {
    height: 230px;
    overflow: auto;
}

#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .name > .name-left,
#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .name > .name-right {
    width: 45% !important;
    font-size: 14px !important;
}

#smca-modal-body #check-data > #smca-ajax-products > #smca-ajax-products-list {
    display: flex !important;
    width: 100%;
    justify-content: center;
}

#smca-modal-body #check-data > #smca-ajax-products {
    margin: 20px 0 0 !important;
    padding: 0 !important;
}

#smca-modal-body #check-data > #smca-ajax-products > #smca-ajax-products-list > .ajax-product {
    width: 25% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

#smca-modal-body #check-data > #smca-ajax-products > .smca-ajax-products-arrow {
    top: 0 !important;
    bottom: 0;
    margin: auto;
    height: 33px;
    width: 100% !important;
}

#smca-modal-body #check-data > #smca-ajax-products > .smca-ajax-products-arrow button {
    font-size: 30px !important;
    line-height: 1 !important;
    padding: 0px 10px 3px !important;
    background: #f985e0 !important;
}

#smca-modal-body #check-data > #smca-ajax-products > .smca-ajax-products-arrow button:hover,
#smca-modal-body #check-data > #smca-ajax-products > .smca-ajax-products-arrow button:focus,
#smca-modal-body #check-data > #smca-ajax-products > .smca-ajax-products-arrow button:active {
    background: #f985e0 !important;
    opacity: 0.5;
}

#smca-modal-body > .modal-footer > input.close-button-bottom {
    background: #575657 !important;
}

#smca-modal-body > .modal-footer > input {
    background: rgb(255, 0, 255) !important;
}

#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .price,
#smca-modal-body .modal-body .product-table-cart > .product-table-heading > .price {
    display: none !important;
}


#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .name > .name-right {
    padding: 10px 5px !important;
}

#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .name > .name-right a {
    font-family: inherit !important;
    font-size: 13px !important;
}

@media (max-width:767px) {
    #smca-modal-body #check-data > #smca-ajax-products > #smca-ajax-products-list > .ajax-product {
        margin: 0 0 0 5px !important;
    }

    #smca-modal-body #check-data > #smca-ajax-products > #smca-ajax-products-list > .ajax-product:last-child {
        display: none !important;
    }

    #smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .name > .name-left {
        display: inline-block !important;
        width: 50px !important;
    }

    #smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .name > .name-right a {
        font-family: inherit !important;
        font-size: 12px !important;
    }

    #smca-modal-body .modal-body .product-table-cart {
        height: 200px;
    }
}

/*cookies*/
.gdprcookiebuttons {
    margin-top: 15px;
}

.gdprcookiebuttons button:first-child {
    margin-left: 0 !important;
}

#gdpr-cookie-message {
    margin-left: 0 !important;
    max-width: 300px !important;

/*stickers*/
.sticker-catalog > div, .sticker-product > div {
margin-left:0!important;
margin-right:0!important;
}
