@font-face {
    font-family: Open-Sans;
    src: url('font/OpenSans-Regular.ttf');
}
@font-face {
    font-family: Open-Sans-Light;
    src: url('font/OpenSans-Light.ttf');
}
@font-face {
    font-family: Open-Sans-Bold;
    src: url('font/OpenSans-Bold.ttf');
}
b, strong {
    font-family: "Open-Sans-Bold" , sans-serif !important;
}



.selected_filters_custom_holder .mfilter-selected-filters {
    background: #ffffff !important;
    border: none !important;
    padding: 20px 25px !important;
    float: left;
    width: 100%;
    list-style-type: none;
    white-space: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overflow: hidden;
}

.mfilter-selected-filters a {
    cursor: pointer;
}

.selected_filters_custom_holder a .mfilter-close {
    top: 11px;
}
.mfilter-selected-filters a .mfilter-close {
    position: absolute;
    left: 10px;
}

.mfilter-selected-filters-cnt a .mfilter-close i:after, .mfilter-selected-filters a .mfilter-close i:after {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    transform: rotate(50deg);
    left: -2px;
    top: 5px;
    background: #54b8ad;
}

.mfilter-selected-filters-cnt a .mfilter-close i:before, .mfilter-selected-filters a .mfilter-close i:before {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    transform: rotate(-50deg);
    left: -2px;
    top: 5px;
    background: #54b8ad;
}

.mfilter-selected-filters-cnt a .mfilter-close i, .mfilter-selected-filters a .mfilter-close i {
    margin: 4px 0 0 0 !important;
    background: none !important;
    position: relative;
}

.mfilter-selected-filters-cnt a, .mfilter-selected-filters a {
    margin: 0 5px 5px !important;
    background: #d0f5f1;
    padding: 7px 17px 7px 26px;
    font-size: 14px;
    border-radius: 4px;
    color: #54b8ad;
    position: relative;
    border: 1px solid #64d6ca;
    /* -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%); */
    /* -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%); */
    transition: 0.2s linear;
}


.f-options-left,
.f-options-right{
    position: absolute;
    top: 85px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    -moz-box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    box-shadow: 0px 0px 15px 17px rgb(255 255 255);
    height: 32px;
    width: 40px;
    cursor: pointer;
}

.f-options-left{
    left:5px;
    text-align: left;
}

.f-options-right{
    right: 5px;
    text-align: right;
}


.selected_filters_custom_holder .custom-chevron.right::before {
    transform: rotate(45deg);
    right: 5px;
    left: initial;
}

.selected_filters_custom_holder .custom-chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #6f6f6f;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 5px;
    position: relative;
    top: 4px;
    transform: rotate(-135deg);
}

.selected_filters_custom_holder .custom-chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #6f6f6f;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 5px;
    position: relative;
    top: 4px;
    transform: rotate(-135deg);
}

.f-options-left {
    display: none;
}

#mfilter-box-1 {
    overflow: hidden;
}

.box-content.mfilter-content {
   clear: both;
}

#confirm_form #confirm_comment_input {
   display: none;
}

#product-page-buttons .order-info {
    float: left;
    padding: 8px;
    font-size: 12px;
}

.top-notification {
    background: linear-gradient(to right, #6964c0, #2a266d);
    text-align: center;
    padding: 5px;
    font-size: 17px;
    display: block !important;
}

.top-notification.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}


.top-notification a {
    color: #fff;
}


.product-right.outofstock .dostavka-product-item_1,
.product-right.outofstock .dostavka-product-item_2{
    display: none;
}

.product-right.outofstock .brand-product-page {
    position: relative;
}
#d_quickcheckout select.form-control,
#d_quickcheckout textarea.form-control,
#d_quickcheckout input[type="text"].form-control,
#d_quickcheckout input[type="password"].form-control,
#d_quickcheckout input[type="datetime"].form-control,
#d_quickcheckout input[type="datetime-local"].form-control,
#d_quickcheckout input[type="date"].form-control,
#d_quickcheckout input[type="month"].form-control,
#d_quickcheckout input[type="time"].form-control,
#d_quickcheckout input[type="week"].form-control,
#d_quickcheckout input[type="number"].form-control,
#d_quickcheckout input[type="email"].form-control,
#d_quickcheckout input[type="url"].form-control,
#d_quickcheckout input[type="search"].form-control,
#d_quickcheckout input[type="tel"].form-control,
#d_quickcheckout input[type="color"].form-control {
    font-size: 14px !important;
}


.TSCountDownTimer,
.checkout-checkout #invoice {
    display: none !important;
}

#d_quickcheckout .btn-primary:hover,
#d_quickcheckout .btn-primary:active,
#d_quickcheckout .btn-primary.active,
#d_quickcheckout .btn-primary.disabled,
#d_quickcheckout .btn-primary[disabled] {
    background-color: #25bdae;
    border-color: #25bdae;
}

.container .owl-carousel .owl-nav.disabled {
    /* display: block; */
    /* position: absolute;
    top: -37px;
    right: 0; */
}

input.not-valid,
textarea.not-valid,
label.not-valid{
    border-color: red !important;
    box-shadow: 0px 0 7px 1px #eb8a8a;
    padding: 2px 10px;
}

#ask-question label.not-valid {
    padding: 2px 4px;
}

.container .owl-carousel .owl-nav.disabled i {
    color: #1a1a1a;
    font-size: 20px;
}

body #d_quickcheckout .btn-primary {
    background-image: none;
    background-color: #25bdae;
    border-color: #25bdae;
}

#d_quickcheckout .btn-primary.active,
#d_quickcheckout .btn-primary.focus,
#d_quickcheckout .btn-primary:active,
#d_quickcheckout .btn-primary:focus,
#d_quickcheckout .btn-primary:hover,
#d_quickcheckout .open > .dropdown-toggle.btn-primary {
    background-color: #ec107b !important;
}

#d_quickcheckout .btn-primary.active,
#d_quickcheckout .btn-primary.focus,
#d_quickcheckout .btn-primary:active,
#d_quickcheckout .btn-primary:focus,
#d_quickcheckout .btn-primary:hover,
#d_quickcheckout .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ec107b !important;
    border-color: #ec107b !important;
}

.countTotalProducts {
    position: absolute;
    right: 30px;
    font-size: 12px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

body {
    font-weight: 400;
    color: #666;
    font-size: 16px;
    width: 100%;
    background: #e6e6e6;
    font-family: "Open-Sans", sans-serif;
    
}

header {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

body .btn-primary,
.to-login-page{
    background: #25bdae;
    border-color: #25bdae;
}

body .btn-primary:hover,
.to-login-page:hover{
    background-color: #eb508f !important;
    border-color: #eb508f !important;
}

.to-login-page {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color:#ffffff !important;
}

.btn {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.well {
    box-shadow: none;
}

#logo img {
    height: 70px;
    width: auto;
}

#carousel-specials,
#carousel-latest,
#carousel-on-focus {
    margin: 0 auto;
    width: 100%;
}

.contacts-trigger {
    cursor: pointer;
    background: #bae8dd;
    float: right;
    padding: 10px;
}

#top-header {
    max-height: 100px;
    transition: all 0.3s ease;
    border-bottom: solid 1px #e8e8e8;
}

.sticky header {
    /* position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0; */
    /* box-shadow: 0 0 6px 0 #6f6e6e; */
    /* box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%); */
}

header {
    transform: translateY(0px);
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    animation: smoothScroll 1s forwards;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%),
    0 3px 14px 2px rgb(0 0 0 / 12%);
    width: 100%;
    transform: translateY(-48px);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
    }
}

.sticky .breadcrumb {
    margin-top: 141px;
}

.checkout-checkout.sticky header {
    position: initial;
}

.checkout-checkout footer .footer-newsletter {
    display: none;
}

header .main-menu-container #supermenu,
.checkout-header,
#d_quickcheckout #why-reg-holder {
    display: none;
}

.add-to-cart-listing svg {
    fill: #afafaf;
}

.add-to-cart-listing {
    display: none;
}

.add-to-wishlist-listing {
    /* fill: #afafaf; */
    /* fill: #000; */
    /* fill: #bfbfbf; */
    fill: #909090;
}

#colors select.form-control {
    display: none;
}

.not-selected {
    background: #f7848421;
    border: solid 1px red;
}

.product-buttons {
    position: absolute;
    /* top: 90px; */
    /* width: 54px; */
    /* right: 20px; */
    /* background: #ffffff; */
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    /* opacity: 0;
    overflow: hidden; */
    max-height: 0;

    width: 40px;
    /* top: 35px;
    left: 10px !important; */
    top: 17px;
    right: 17px !important;
    z-index: 99;
    background: transparent;
}

.product-layout.product-grid .product-buttons {
    right: 5px !important;
}

.brand_page .product-buttons,
.product-special-promo .product-buttons,
.common-home .product-buttons {
    /* left: 1px !important; */
    right: 3px !important;
}

.product-layout:hover .product-buttons {
    opacity: 1;
    max-height: 200px;
}

.product-buttons button {
    width: 100%;
    /* border: dashed 1px #dcdcdc; */
    /* margin-bottom: -1px; */
    margin-bottom: 0;
    /* background: #fff; */
    /* padding: 10px 0; */
    /* height: 53px; */
    height: 40px;
    padding: 0;
    border-radius: 2px;
    outline: none;
    background: transparent;
    border: none;
}

.checkout-checkout .please-text.left {
    padding: 10px;
    background: #fff;
    margin: 20px 0;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
}

.checkout-checkout #remeber_password {
    font-size: 14px;
}

#carousel0 .owl-item {
    background: #ffffff;
}

.owl-carousel .item.product-layout {
    padding: 0;
    display: flow-root;
    height: 100%;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    display: flex !important;
    margin: 0 5px;
    border: 1px solid #ddd;
    background: #fff;
}

#slideshow0.owl-carousel .owl-wrapper,
#slideshow0.owl-carousel .owl-item {
    margin: 0 !important;
    border: none;
    background: none;
}

#slideshow0.owl-carousel .owl-item {
 opacity: 0;
}

#slideshow0.owl-carousel .owl-item.active {
    opacity: 1;
}

.previous-categories .owl-item {
    margin: 0;
}

.previous-categories .owl-carousel .owl-item {
    border: none;
}

#top-header a {
    font-size: 16px;
    color: #666;
    padding: 12px;
}

.menu-title span {
    color: #2a2929;
    font-size: 22px;
    text-transform: uppercase;
}

body #supermenu.white ul li a.tll {
    font-size: 15px;
    color: #2a2929;
    border: none;
    word-break: break-word;
    line-height: 19px;
}

.menu-title {
    padding: 20px 16px;
}

#top-header img {
    float: left;
    margin-right: 8px;
}

#top-header .header-phone {
    display: inline-block;
    float: right;
    padding: 0;
}

#top-header .header-phone svg {
    width: 31px;
    height: 31px;
    fill: #cbc9c9;
    margin-right: 5px;
    margin-bottom: -5px;
}

#top-header ul {
    display: inline-block;
}

#top-header .top-right {
    float: right;
}

#top-header {
    background: #f7f7f7;
}

#top-header ul li {
    display: inline-block;
}

#supermenu ul li.tlli {
    width: 100%;
}

header .main-menu-container #supermenu {
    position: absolute;
    z-index: 99;
    top: 100px;
}

body .main-menu-container {
    padding-bottom: 14px;
}

body .menu-and-slider .main-menu-container {
    padding-bottom: 0;
}

body .menu-and-slider {
    padding-right: 0;
}

body #supermenu.white {
    background: #f7f7f7;
    border: none;
    padding-right: 0;
    padding-left: 0;
}

.owl-wrapper-outer {
    overflow: hidden;
}

header .cart-holder #cart > button {
    background: none;
}

header .cart-holder #cart > button i {
    background: #bae8dd;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 22px;
    padding: 9px 0;
}

header .cart-holder #cart > button #cart-total i {
    display: none;
}

.home-submenu {
    float: right;
    padding: 15px 0;
}

.home-submenu ul li {
    display: inline-block;
}

.home-submenu ul li a {
    color: #1a1a1a;
    font-size: 16px;
    padding: 10px 15px;
    display: block;
    border-radius: 5px;
}

.home-submenu ul li a:hover {
    color: #ffffff;
    background: #bae8dd;
    box-shadow: 0 3px 7px 1px #c3c2c2;
}

.home-submenu ul {
    margin: 0;
}

.main-menu-trigger {
    cursor: pointer;
}

.main-menu-trigger .bars {
    width: 38px;
    height: 2px;
    background: #88ebd2;
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 19px;
    margin-right: 15px;
}

.main-menu-trigger .bars::before,
.main-menu-trigger .bars::after {
    content: "";
    width: 38px;
    height: 2px;
    background: #88ebd2;
    position: absolute;
    left: 0;
    display: block;
}

.menu-text {
    display: inline-block;
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 14px;
}

.footer_contact_holder {
    display: block;
    float: left;
    margin-bottom: 20px;
}

.footer_contact_row {
    display: block;
    float: left;
    width: 100%;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer_contact_row i {
    font-size: 14px;
    color: #aba8a8;
    margin-right: 0;
    width: 20px;
    text-align: center;
    position: absolute;
    left: 8px;
    top: 5px;
}

.footer_contact_row a {
    color: #666;
}

.footer_contact_row a:hover {
    color: #23527c;
}

.main-menu,
.logo-holder {
    float: left;
}

.header-right {
    float: right;
    padding-top: 24px;
    position: relative;
}

.header-a-z,
.header-register,
.header-login,
.header-wishlist,
.cart-holder {
    display: inline-block;
    text-align: center;
    margin-left: 35px;
}

.header-a-z {
    margin-right: 120px;
}

.header-right #register-header {
    display: none;
}

.a-z-text,
.reg-text,
.login-text,
.wishlist-h .hide-text-on-mobile,
.cart-holder .cart-text {
    display: block;
    color: #666;
    padding-top: 2px;
    font-size: 14px;
}

header .wishlist-h {
    position: relative;
}

header .wishlist-h svg {
    width: 31px;
    height: 31px;
    fill: #cbc9c9;
    margin-bottom: -5px;
}

#wish-total {
    position: absolute;
    top: -18px;
    left: auto;
    right: -22px;
    color: #ffffff;
    background: #e70b77;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    padding: 3px 0;
    font-size: 10px;
}

.header-right .cart-holder.no-padding-left {
    float: right;
    margin-top: -5px;
    margin-right: 10px;
}

#login-header .login-text {
    padding-left: 6px;
}

#login-header .login-icon svg {
    width: 31px;
    height: 31px;
    fill: #d3d1d1;
    margin-bottom: -5px;
}

.header-a-z .a-z-search .a-z-icon svg {
    width: 36px;
    height: 36px;
    fill: #cbc9c9;
    margin-bottom: -10px;
}

#search.input-group .form-control {
    font-size: 14px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
}

header #search .input-group-btn > .btn {
    border: none;
    padding: 10px;
    border-radius: 0;
}

header #search .input-group-btn > .btn svg {
    width: 26px;
    height: 26px;
    fill: #cbc9c9;
    margin-bottom: -5px;
}

.main-menu-trigger .bars::before {
    top: -13px;
}

.main-menu-trigger .bars::after {
    bottom: -13px;
}

.top-right {
    padding: 8px 0;
}

.header-phone > span {
    display: inline-block;
    padding-top: 5px;
    float: right;
}

.main-menu {
    padding-top: 30px;
    padding-bottom: 16px;
}

#supermenu {
    width: 380px;
}

body #supermenu.white {
    width: 380px;
    margin-bottom: 23px;
}

/*.main-menu-container.col-md-3.no-padding-left {*/
/*  padding-right: 0;*/
/*  overflow-y: scroll;*/
/*  max-height: 713px;*/
/*}*/

.header-container #supermenu.white {
    width: 380px;
    margin-bottom: 23px;
    /*max-height: 960px;*/
    /*overflow-y: scroll;*/
    /*  overflow-x: auto;*/
}
.header-container #supermenu.white::-webkit-scrollbar {
  width: 10px;
  background-color: #25BDAD; /* or add it to the track */
}
.header-container #supermenu.white::-webkit-scrollbar-thumb {
    background: #F155A1;
}

.main-menu-container.col-md-3.no-padding-left::-webkit-scrollbar {
  width: 10px;
  background-color: #25BDAD; /* or add it to the track */
}
.main-menu-container.col-md-3.no-padding-left::-webkit-scrollbar-thumb {
    background: #F155A1;
}

.main-carousel.no-padding-right {
    padding-right: 0;
}

.main-carousel.no-padding-right .owl-carousel.owl-drag .owl-item {
    margin: 0;
}

#slideshow0 img {
    border-radius: 0;

}

.services-title {
    font-size: 22px;
    color: #666;
    text-transform: uppercase;
}

footer {
    background: #ffffff;
}

.services-container {
    margin-top: 40px;
}

.banner-section-1 {
    margin: 20px 0;
}

.banner-section-1 .col-md-4:first-child {
    padding-left: 0;
}

.banner-section-1 .col-md-4:nth-child(2) {
    padding: 0 7px;
}

.banner-section-1 .col-md-4:last-child {
    padding-right: 0;
}

.services-home {
    clear: both;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    box-shadow: 0 0 30px -25px #635d5d;
}

.services-home .service {
    /* padding: 35px 15px; */
    padding: 35px 0;
    float: left;
    /* width: 20%; */
    width: calc(20% - 51px);
    text-align: center;
    display: inline-block;
}

.service-img {
    display: inline-block;
    /* padding: 16px 0; */
    padding: 14px 0;
    background: #f3f2f2;
    border-radius: 50%;
    /* width: 80px;
    height: 80px; */
    text-align: center;
    width: 75px;
    height: 75px;
    float: left;
    border: 2px solid #d8d8d8;
}

.service-img.img-4 {
    padding: 16px 18px;
}

.services-home .service span {
    /* font-size: 16px; */
    /* color: #666; */
    /* margin-left: 10px; */
    color: #000;
    display: inline-block;
    width: 63%;
    vertical-align: middle;
    font-size: 15px !important;
    text-align: left;
    padding-top: 26px;
    white-space: nowrap;
}
.services-home .service a:hover{
    color: #2ec0b1;
}
.contacts-list li {
    display: inline-block;
    margin: 0 10px;
}

.contacts-list {
    padding: 0;
    margin-top: 20px;
}

.home-contacts-section {
    background-color: #f7f4f4;
    margin-top: 100px;
}

.home-contacts-section .bg_contact {
    text-align: center;
    padding: 50px 0 25px;
    position: relative;
}

.home-contacts-section .bg_contact:before {
    background-image: url(../image/backgrounds/kid-left.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 373px;
    height: 404px;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 3px;
}

.home-contacts-section .bg_contact:after {
    background-image: url(../image/backgrounds/kid-right.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 360px;
    height: 400px;
    content: "";
    position: absolute;
    bottom: -2px;
    right: 3px;
}

.contacts-list i {
    font-size: 26px;
    background: #f7f4f4;
    width: 54px;
    text-align: center;
    height: 54px;
    padding: 13px 0;
    border-radius: 50%;
    border: solid 1px #c7c7c7;
}

.contacts-list i:hover {
    background: #e8bfb3;
    border: solid 1px #e8bfb3;
    color: #fff;
}

body .container {
    width: 100%;
    max-width: 1520px;
}

header {
    background: #ffffff;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%),
    0 3px 14px 2px rgb(0 0 0 / 12%);
    z-index: 999;
}

img {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: auto;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

h1,
h2,
h4,
h5,
h6 {
    color: #666;
    margin-top: 0;
    margin-bottom: 10px;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 28px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

a {
    color: #23a1d1;
}

a:hover {
    text-decoration: none;
}

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

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.menu-and-slider {
    margin-top: 20px;
    border-radius: 5px;
    background: #f7f7f7;
}

a.view-more-products {
    float: right;
    font-size: 16px;
    /* margin-right: 54px; */
    margin-right: 5px;
    margin-top: 19px;
    text-transform: none;
    text-decoration: underline;
    color: #1a1a1a;
}

.specials-blue.latest-title .view-more-products.specials-blue {
    /* margin-right: 54px; */
    margin-right: 5px;
    color: #1a1a1a;
}

/* .owl-carousel .owl-nav button.owl-prev {
    margin-right: 5px;
} */
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -40px;
    top: 43%;
}

.owl-carousel .owl-nav button.owl-prev i {
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -40px;
    top: 43%;
}

.owl-carousel .owl-nav .owl-prev i:before,
.owl-carousel .owl-nav .owl-next i:before {
    display: none;
}

.product-page-images-holder-box .owl-prev i:before,
.product-page-images-holder-box .owl-next i:before {
    display: none;
}

.product-page-images-holder-box .owl-prev i,
.product-page-images-holder-box .owl-next i,
.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
    /* color: #6a6767; */
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAABtQTFRFAAAAZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlvEtpygAAAAl0Uk5TAIf+nFf/cHz9ND5F/wAAACxJREFUeJxjYAACRmUGTMCiaoBF1Cl4VCkdlSYQKYhNO1aLRhVSRyF7MyofALJAEn3iL0XkAAAAAElFTkSuQmCC');
    width: 40px;
    height: 40px;
    display: block;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 100%;
}

.product-page-images-holder-box .owl-prev:hover i,
.product-page-images-holder-box .owl-next:hover i,
.owl-carousel .owl-nav .owl-prev:hover i,
.owl-carousel .owl-nav .owl-next:hover i {
    display: block;
    /* color: #6a6767; */
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAABtQTFRFAAAA5wt35wt35wt35wt35wt35wt35wt35wt3+jBN5wAAAAl0Uk5TAIf+nFf/cHz9ND5F/wAAACxJREFUeJxjYAACRmUGTMCiaoBF1Cl4VCkdlSYQKYhNO1aLRhVSRyF7MyofALJAEn3iL0XkAAAAAElFTkSuQmCC');
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 100%;
}

.featured-carousel .owl-buttons .owl-prev,
.featured-carousel .owl-buttons .owl-next,
#carousel0 .owl-buttons .owl-next,
#carousel0 .owl-buttons .owl-prev,
.specials-carousel .owl-buttons .owl-prev,
.specials-carousel .owl-buttons .owl-next,
#carousel-latest .owl-buttons .owl-prev,
#carousel-latest .owl-buttons .owl-next,
.viewed-products .owl-buttons .owl-prev,
.viewed-products .owl-buttons .owl-next {
    position: absolute;
    top: -45px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    padding: 3px 0;
    border-radius: 3px;
}


.featured-carousel .owl-buttons .owl-prev:hover i,
.featured-carousel .owl-buttons .owl-next:hover i,
#carousel0 .owl-buttons:hover i,
.specials-carousel .owl-buttons:hover i,
#carousel-latest .owl-buttons:hover i,
.viewed-products .owl-buttons:hover i {
    color: #f3bbbf;
}

.featured-carousel .owl-buttons .owl-prev i,
#carousel0 .owl-buttons .owl-prev i,
.specials-carousel .owl-buttons .owl-prev i,
#carousel-latest .owl-buttons .owl-prev i,
.viewed-products .owl-buttons .owl-prev i {
    margin-left: -6px;
    margin-top: -2px;
}

.featured-carousel .owl-buttons .owl-next i,
#carousel0 .owl-buttons .owl-next i,
.specials-carousel .owl-buttons .owl-next i,
#carousel-latest .owl-buttons .owl-next i,
.viewed-products .owl-buttons .owl-next i {
    margin-right: -6px;
    margin-top: -2px;
}

.featured-carousel .owl-buttons i,
#carousel0 .owl-buttons i,
.specials-carousel .owl-buttons i,
#carousel-latest .owl-buttons i,
.viewed-products .owl-buttons i {
    color: #98e6d3;
    font-size: 40px;
}

.featured-carousel .owl-buttons .owl-prev,
#carousel0 .owl-buttons .owl-prev,
.specials-carousel .owl-buttons .owl-prev,
#carousel-latest .owl-buttons .owl-prev,
.viewed-products .owl-buttons .owl-prev {
    right: 35px;
}

.featured-carousel .owl-buttons .owl-next,
#carousel0 .owl-buttons .owl-next,
.specials-carousel .owl-buttons .owl-next,
#carousel-latest .owl-buttons .owl-next,
.viewed-products .owl-buttons .owl-next {
    right: -10px;
}

.featured-purple .heading-dashed-boards,
.specials-carousel .heading-dashed-boards,
#carousel-latest .heading-dashed-boards,
.viewed-products .heading-dashed-boards {
    float: left;
    color: #666;
    font-size: 22px;
    text-transform: uppercase;
}

.product_page .owl-carousel {
    margin: 0 auto;
}

.product_page .specials-carousel .heading-dashed-boards,
.viewed-products .heading-dashed-boards {
    padding-left: 10px;
}

.latest-title {
    padding-left: 25px;
}

.product-special-promo h1 {
    margin-bottom: 0;
}

.featured-purple .heading-dashed-boards {
    margin-left: 0;
}

.viewed-products .heading-dashed-boards {
    margin-left: 0;
}

.banner-section-1 img {
    width: 100%;
}

.owl-carousel {
    clear: both;
}

.breadcrumb,
.pagination.slideit .active,
.pagination.slideit .number-of-page {
    display: none;
}

.breadcrumb {
    display: block;
    margin-bottom: 0;
    /* background: #fff; */
    background: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumb > li + li:before {
    display: none;
}

.breadcrumb a {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}

.breadcrumb a:hover {
    color: #25bdad;
}

.breadcrumb > li:last-child:after {
    display: none;
}

.breadcrumb .fa-home {
    font-size: 12px;
}

.breadcrumb .fa-chevron-right {
    font-weight: 900;
    font-style: normal;
    text-decoration: inherit;
    margin-left: 0;
    font-size: 8px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    color: #6a5b87;
}

.pagination.slideit li {
    display: none;
}

.pagination.slideit .next-page,
.pagination.slideit .prev-page {
    float: left;
    display: inline-flex;
    /* margin: 16px; */
    margin: 6px 0 0;
}

.pagination.slideit .next-page,
.pagination .next-page {
    float: right;
}

.pagination.slideit {
    width: 200px;
    margin: 0;
    min-width: 220px;
}

.product-search .pagination.slideit,
.blog-blog .pagination.slideit {
    width: 160px;
}

.pagination-holder > .pagination {
    position: relative;
}

.current-pages {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /* background: #f7f7f7; */
    width: 100px;
    /* padding: 9px 0; */
    padding: 7px 0;
    /* border-radius: 20px; */
    /* border: solid 1px #ddd; */
    /* margin: 15px auto; */
    margin: 9px auto;
    color: #333333;
    font-size: 18px;
}

.product-thumb .images-holder-box a {
    margin: 1px;
    border: solid 1px #dbdbdb;
    float: left;
}

.product-thumb .images-holder-box {
    padding: 3px;
    display: block;
    float: left;
    height: 58px;
    overflow: hidden;
}

.category-description {
    padding: 25px;
    border-radius: 4px;
    background: #ffffff;
    position: relative;

    /* margin-bottom: 40px; */
}

.category-description .description {
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.category-description .description.expanded {
    max-height: 10000px;
}

.category-description button.read-more {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    background: #25bdad;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
    padding: 10px 20px;

}

.category-description button.read-more:hover {
    background: #1f9f8a;
}

.product-layout .caption .price .price-new,
.product-layout .caption .price .price-normal,
.product-thumb .caption .price .price-normal,
.product-thumb .caption .price .price-normal .price-new {
    font-size: 35px;
    /* color: #80d6cc; */
    color: #27cfbd;
}

.product_page #content .single-product-top {
    background: #ffffff;
    margin-top: 10px;
    border-radius: 4px;
}

.product-page-tabs {
    background: #ffffff;
    margin-top: 20px;
    border-radius: 4px;
}

/* .product_page #input-quantity.form-control {
    width: 102px;
    height: 44px;
    margin-right: 2px;
    float: left;
    border-radius: 4px;
    border-color: #d0d0d0;
    box-shadow: none;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #666;
} */
.product_page #input-quantity.form-control {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    min-width: auto;
    text-align: center !important;
    /* background: #25bdad; */
    background: transparent;
    color: #fff;
    font-weight: normal;
    padding: 0 15px;
    font-size: 22px;
    border-right: 0;
    border: none;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkI1Njg0NTRCNzEwMTFFQjlFNjVFMEFGNTYzNDhFQTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkI1Njg0NTVCNzEwMTFFQjlFNjVFMEFGNTYzNDhFQTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QjU2ODQ1MkI3MTAxMUVCOUU2NUUwQUY1NjM0OEVBNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QjU2ODQ1M0I3MTAxMUVCOUU2NUUwQUY1NjM0OEVBNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PimLsQoAAACkSURBVHjaYvz//z8DNQATA5XA4DToPBDLUWAGIxAfABl0Doivk2kYyJA7QHybARhrjEA8F4i/ArEcKBaJxIJA/A6IZ4NjHkliDhB/A2J5Ig26A9XDgG4QKYahGILNIGIMwzAEl0EMUH9/B2IFJDF+IH4GDU9GYg3CZhhOQwgZBMIzobF5F4jnAzETLrUsBNJJOjStgNSlAPE/nAlqNPcTBAABBgDNNJvqF5kuHwAAAABJRU5ErkJggg==');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 87% 53%;
    cursor: pointer;
}

.product_page #input-quantity.form-control option {
    background: #fff;
    color: #000;
}

.product_page .quantity-arrows.right {
    position: relative;
    background: #25bdad;
}

/* .product_page .quantity-arrows.right:before{
    content: "";
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAB5QTFRFAAAA////////////////////////////////////JHyblQAAAAp0Uk5TAMCc3O0Q5x/2zwD+SKcAAAAtSURBVHicY2BgEGKAAWYFONMJzgpGCBphU5kEZ4VhUcneBGNVKFAqxDAJQgEACu4HYLNOjkQAAAAASUVORK5CYII=');
    position: absolute;
    right: 10px;
    top: 26px;
    transform: rotate(90deg);
    width: 18px;
    height: 18px;
} */
.product_page .quantity-arrows .arrow.down,
.product_page .quantity-arrows .arrow.up {
    background: #ffffff;
    text-align: center;
    display: block;
    width: 44px;
    height: 44px;
    padding: 11px 0;
    float: left;
    margin: 0;
    border: solid 1px #d0d0d0;
}

.product_page .quantity-arrows .arrow.down:hover,
.product_page .quantity-arrows .arrow.up:hover {
    border-color: #eb508f;
}

.product_page .quantity-arrows .arrow.down {
    border-radius: 4px;
    margin-right: 2px;
}

.product_page .quantity-arrows .arrow.up {
    border-radius: 4px;
}

#product-page-buttons .control-label.product-label {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    position: absolute;
    top: -26px;
    text-transform: none;
}

.option-name {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin-bottom: 4px;
    float: left;
    text-transform: uppercase;
}

.product-right > .list-unstyled.position-holder {
    /* padding-left: 13px; */
    padding-left: 5px;
    position: relative;
}

.product_page .price-product-page .price-product {
    display: none;
}

.product_page .quantity-arrows {
    position: relative;
}

.checkout-cart #collapse-coupon .input-group input,
.checkout-cart #collapse-voucher .input-group input {
    font-size: 14px;
}

.checkout-cart #collapse-coupon label,
.checkout-cart #collapse-voucher label {
    display: none;
}

.checkout-cart .breadcrumb {
    margin: 10px 0 0 !important;
}

.checkout-cart #content {
    margin-top: 10px !important;
}

.product_page #button-cart,
.product_page .quantity-arrows,
.product_page .popup-with-form,
.product_page .btn-leasing,
.product_page .add-to-wishlist,
.product_page .phone_number {
    float: left;
    /* width: 196px; */
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 10px;
    height: 57px;
    /* margin-left: 13px; */
    text-transform: uppercase;
    font-size: 16px;
    width: calc(100% - 8px);
    margin: 5px;
    line-height: 37px;
}

.product_page .add-to-wishlist {
    /* width: 82px; */
    width: 20%;
    height: 68px;
    float: left;
    display: inline-block;
    margin: 5px 0 0 7px;
    text-align: center !important;
    line-height: 22px;
}

.product_page .quantity-arrows {
    /* width: 80px; */
    width: 20%;
    height: 68px;
    margin-right: 0;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.product_page #button-cart,
.product_page .popup-with-form,
.product_page .btn-leasing,
.product_page .add-to-wishlist,
.product_page .phone_number {
    padding: 9px 18px;
    text-align: left;
}

.product_page .popup-with-form,
.product_page .btn-leasing,
.product_page .add-to-wishlist,
.product_page .phone_number {
    /* border: solid 1px #dcdcdc; */
    border: solid 1px #d6d6d6;
    color: #666;
}

.product_page .popup-with-form:hover,
.product_page .btn-leasing:hover,
.product_page .phone_number:hover {
    background: #eb508f !important;
    color: #fff !important;
}

.product_page .add-to-wishlist:hover svg path {
    fill: #e70b77 !important;
}

.product_page .popup-with-form:hover svg rect,
.product_page .popup-with-form:hover svg path,
.product_page .btn-leasing:hover svg path,
.product_page .phone_number:hover svg path {
    fill: #fff !important;
}

.product_page .popup-with-form i,
.product_page .btn-leasing i,
.product_page #button-cart img {
    margin-right: 7px;
}

.product_page .add-to-wishlist span {
    font-size: 15px;
    display: none;
}

.product_page .add-to-wishlist img {
    max-width: 18px;
}

.product_page .popup-with-form,
.product_page .btn-leasing,
.product_page .add-to-wishlist,
.product_page .phone_number {
    background: #ffffff;
}

.product_page .quantity-arrows i {
    font-size: 14px;
    color: #575757;
}

.product_page #button-cart {
    background: #26cfbd;
    border-color: #26cfbd;
    height: 44px;
    line-height: 20px;
    margin: 5px 0;
    /* width: 250px; */
    width: 56%;
    height: 68px;
    border: none;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    text-align: center;
}

.product_page #button-cart:focus {
    outline: none;
}

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

.product_page .nav-tabs > li > a {
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 0;
    color: #666;
}

.product_page .nav-tabs {
    margin-bottom: -1px;
}

.product_page .product-page-tabs {
    padding: 17px 0;
}

body:not(.common-home) .main-menu:hover #supermenu {
    display: block;
}

.common-home.sticky .sticky .main-menu:hover #supermenu {
    display: block;
}

.product-search .title-holder.featured-purple.search-title {
    float: left;
    width: 100%;
    clear: both;
    background: #ffffff;
    position: relative;
    border-radius: 4px;
    /* border: solid 1px #ddd; */
    border: none;
    padding: 15px 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.product-search .title-holder.featured-purple {
    float: left;
    width: 100%;
    clear: both;
    background: #ffffff;
    position: relative;
    border-radius: 4px;
    /* border: solid 1px #ddd; */
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 17px 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 7px;
}

.product-search .search-filt {
    float: left;
    width: 100%;
    clear: both;
    background: #ffffff;
    position: relative;
    border-radius: 4px;
}

.product-search .title-holder.featured-purple .heading-dashed-boards {
    /* float: none;
    text-align: center;
    font-size: 28px; */

    font-size: 22px;
    text-align: left;
    margin: 0;
    text-transform: initial;
    color: #000;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    width: auto;
    float: left;
}

.product-search .sorting-cat .input-group {
    margin: 6px 0 !important;
}

.product-search .sorting-cat {
    /* position: absolute;
    top: 11px;
    left: 15px; */

    position: absolute;
    right: 205px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.search-title {
    text-align: center;
}

.product-search .search-title #smart_search_content {
    width: 40%;
    margin: 0 auto;
}

.adsmart_search .show_all_results a {
}

.adsmart_search div.name {
    text-align: left;
}

.product-search #smart_search_content .btn-lg {
    padding: 8px 16px;
    height: 41px;
    line-height: 12px;
}

.checkout-cart.normal_page #content > form,
.cart-page-bottom {
    background: #ffffff;
    padding: 15px;
    border-radius: 4px;
}

.checkout-cart .cart-page-bottom {
    padding: 0;
}

.checkout-cart.normal_page #content > form {
    padding-right: 0;
    padding-left: 0;
}

.checkout-cart.normal_page .buttons.clearfix {
    clear: both;
    margin: 20px 0;
    float: left;
    width: 100%;
}

.blog-blog .current-pages {
    /* margin-top: 15px; */
    margin-top: 11px;
}

.product-search .pagination-holder .pagination .next-page,
.blog-blog .pagination-holder .pagination .next-page {
}

.pagination-holder > .pagination {
    margin-top: 0;
}

.pagination-holder .pagination .next-page {
    /* margin: 15px; */
    margin: 6px 0 0;
}

.easy-blog .pagination-holder .pagination .next-page {
    margin: 6px 0;
}

.pagination > li {
    display: inline-flex;
}

.pagination {
    margin: 0;
}

#form-comment .alert {
    margin-bottom: 15px;
}

.article-intro h2,
.article-intro span,
.article-intro p {
    font-family: "Open Sans", sans-serif !important;
}

.blog-article #content h2,
.blog-article #content h3 {
    background: none !important;
}

header #cart > button.dropdown-toggle {
    text-align: center;
    padding: 0;
    box-shadow: none;
    border: none;
}

header #cart > button.dropdown-toggle svg {
    width: 37px;
    height: 37px;
    fill: #87ebd1;
    margin-bottom: -5px;
}

.cart-holder .cart-text {
    display: block;
}

header #cart > button.dropdown-toggle #cart-total {
    position: absolute;
    top: -4px;
    left: auto;
    right: -11px;
    color: #ffffff;
    background: #e70b77;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    padding: 4px 0;
    font-size: 10px;
}

#mc_embed_signup input.email {
    border-radius: 4px;
    border: solid 1px #d1d1d1;
    background: #fff;
    color: #666;
    padding: 18px 25px;
    font-size: 14px;
}

#mc_embed_signup input.email::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    text-transform: uppercase;
}

#mc_embed_signup input.email:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
    text-transform: uppercase;
}

#mc_embed_signup input.email::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666;
    text-transform: uppercase;
}

#mc-embedded-subscribe {
    width: 180px;
    margin: 30px auto;
    height: auto;
    padding: 10px 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border: solid 1px #f49f8d;
    box-shadow: 0 3px 16px -5px #635d5d;
    color: #fff;
    background: #f49f8d;
}

#mc_embed_signup_scroll label span {
    color: #666;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 26px;
    display: block;
    font-family: "Open-Sans-Bold";
}

.footer-newsletter {
    background-color: #f7f4f4;
    border-top: 3px solid #fff;
    margin: 40px auto;
}

.footer-newsletter .bg_holder {
    background-image: url(../image/backgrounds/newsletter-left.png),
    url(../image/backgrounds/newsletter-right.png);
    background-position: 40px 3px, 97% 3px;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    padding: 20px;
    text-align: center;
    margin: 40px auto;
}

footer h5 {
    font-size: 22px;
    text-transform: uppercase;
    /* color: #666; */
    color: #1a1a1a;
    margin-bottom: 20px;
    padding-top: 20px;
}

footer ul a {
    /* color: #666; */
    color: #1a1a1a;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}

footer ul a::before {
    content: "";
    display: block;
    background: #bae8dd;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

.col-sm-3.contacts-footer {
    background: #e6e6e6;
}

.col-sm-3.contacts-footer .footer-contact-button {
    /* background: #ffffff; */
    background: #87ebd1;
    font-size: 16px;
    margin: 30px auto;
    float: none;
    display: block;
    /* padding: 14px 20px; */
    /* width: 180px; */
    padding: 11px 20px;
    width: 215px;
    text-transform: uppercase;
    color: #000000;
    border-radius: 4px;
    text-align: center;
    clear: both;
}

.social-footer-links li {
    display: inline-block;
    margin-right: 5px;
}

.social-footer-links li a::before {
    display: none;
}

.social-footer-links li a {
    padding-left: 0;
}

.social-footer-links li a img {
    height: auto;
}

.social-footer-links li i {
    background: #bae8dd;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    padding: 11px 0;
    margin-right: 10px;
}

.footer-newsletter-second-heading {
    padding-top: 45px;
    margin-bottom: 15px;
}

.footer-social-heading {
    margin-bottom: 7px;
}

#mc_embed_signup.footer-newsletter-second {
    margin: 0;
}

#mc_embed_signup.footer-newsletter-second #mc_embed_signup_scroll {
    position: relative;
}

#mc_embed_signup.footer-newsletter-second #mc-embedded-subscribe {
    margin: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    background: transparent;
    border: none;
    border-radius: 4px;
    width: 44px;
    box-shadow: none;
    z-index: 999;
}

#mc_embed_signup.footer-newsletter-second #mc_embed_signup_scroll .icon {
    text-align: center;
    height: 36px;
    width: 36px;
    position: absolute;
    right: 4px;
    top: 4px;
}

#mc_embed_signup.footer-newsletter-second #mc_embed_signup_scroll .icon i {
    color: #67e6da;
    margin-top: 9px;
}

#mc_embed_signup.footer-newsletter-second #mc_embed_signup_scroll {
    max-width: 300px;
}

#mc_embed_signup.footer-newsletter-second #mce-EMAIL {
    border: 2px solid #bae8dd;
    padding: 10px;
    max-width: 100%;
    padding-right: 44px;
}

#copyright {
    margin-bottom: 20px;
}

#product_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    clear: both;
    margin: 0;
    padding-bottom: 30px;
}

.category-page #product_list {
}

#product_list .product-layout.product-grid {
    display: flex;
    width: 20%;
}

body .category_top,
.previous-categories {
    background: #ffffff;
    /* border: solid 1px #ddd; */
    padding: 10px 0;
    margin-top: 10px;
    position: relative;
    text-align: center;
    border-radius: 4px;
}

.category_top_holder {
    padding: 0 25px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

body .category_top {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-radius: 0;
    padding: 17px 0;
}

body .category_top h1 {
    font-size: 22px;
    text-align: left;
    margin: 0;
    text-transform: initial;
    color: #000;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    width: auto;
    float: left;
}

.manufacturer-page .category_top {
    /* border-top: none; */
}

body .category_top .page-results {
    display: inline-block;
    float: left;
    margin: 0 20px;
    font-size: 12px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    color: #333333;
    margin-top: 5px;
}

.product-category-386 .previous-categories{
    display: none;
}

.previous-categories ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#carousel-previous-categories .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* #carousel-previous-categories .owl-item {
    width: 150px !important;
} */
#carousel-previous-categories li {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
    /* width: 145px; */
    width: 123px;
}

#carousel-previous-categories {
    display: block;
}

.previous-categories ul li {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
    width: 100%;
}

.previous-categories ul li:hover .cat-image {
    box-shadow: 0 0 7px 2px #dddddd;
}

.previous-categories ul li span {
    display: block;
    font-size: 13px;
    line-height: 13px;
    color: #4d4d4d;
    font-weight: normal;
}

.previous-categories .cat-image {
    margin: 0 auto 10px;
}

.previous-categories .cat-image img {
    width: auto !important;
}

.previous-categories .owl-carousel .owl-nav.disabled {
    /* display: block; */
    position: absolute;
    top: 65px;
    right: 0;
    width: 100%;
}

.previous-categories .owl-carousel .owl-nav button.owl-prev,
.previous-categories .owl-carousel .owl-nav button.owl-next {
    margin-right: 0;
    position: absolute;
    background: none;
    border: none;
}

.previous-categories .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    top: -64px;
    padding: 54px 6px !important;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    -moz-box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    box-shadow: 0px 0px 15px 18px rgb(255 255 255);
}

.previous-categories .owl-carousel .owl-nav button.owl-next {
    right: 0;
    top: -64px;
    padding: 54px 6px !important;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    -moz-box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    box-shadow: 0px 0px 15px 18px rgb(255 255 255);
}

.owl-nav .custom-chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #9e9e9e;
    /* background: url(../image/sort-images/right-arrow.svg); */
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 12px;
    position: relative;
    top: 4px;
    transform: rotate(-135deg);
}

.owl-nav .custom-chevron.right::before {
    transform: rotate(45deg);
    right: 12px;
    left: initial;
}

.previous-categories .sibling_cat_name {
    /* max-height: 40px;
    min-height: 40px; */
    max-height: 26px;
    min-height: 26px;
    overflow: hidden;
    position: relative;
    word-break: break-word;
    padding: 0 10px;
}

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

.previous-categories ul li:hover .cat-image {
    box-shadow: 0 0 7px 2px #83f0e4;
}

.active_cat .cat-image {
    border-color: #83f0e4;
    border-width: 2px;
    box-shadow: 0 0 15px #83f0e4;
}

.previous-categories ul li.active_cat span {
    color: #22af9f;
}

/* .active_cat .sibling_cat_name {
    font-weight: bold;
} */

.long_name:after {
    content: "...";
    position: absolute;
    bottom: -4px;
    right: calc(50% - 5px);
}

span.cat-image {
    display: block;
    /* height: 75px;
    width: 75px;
    border: solid 1px #dddddd;
    border-radius: 50%; */
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    height: 80px;
    width: 80px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
}

span.cat-image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

.category_top .sorting-cat {
    position: absolute;
    /* left: 20px; */
    right: 205px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.sorting-cat .input-group {
    margin: 0;
}

.active-filter .mfilter-content-opts {
    display: block;
}

.filter-trigger {
    /* position: fixed;
    left: 75px;
    top: 200px;
    background: #ec0f7b;
    font-size: 12px;
    width: 45px;
    height: 145px;
    word-break: break-all;
    padding: 48px 16px 0 18px; */
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    line-height: 15px;
    z-index: 98;

    position: absolute;
    right: 5px;
    top: 6px;
    background: #25bdad;
    border-radius: 4px;
    font-size: 14px;
    width: 192px;
    height: 46px;
    padding: 8px;
}

.filter-trigger span {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

.filter-trigger span.small {
    font-size: 12px;
    text-transform: initial;
}

.filter-trigger:hover {
    /* background: #9fd8ca; */
    background: #e70c77;
}

.filter-trigger svg {
    /* background-image: url(../image/filter-trigger-icon.png); */
    /* background-size: 25px 27px; */
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 15px;
    left: 40px;
}

/* .filter-trigger:before {
    background-image: url(../image/filter-trigger-icon.png);
    background-size: 25px 27px;
    display: inline-block;
    width: 25px;
    height: 26px;
    content: "";
    position: absolute;
    top: 14px;
    left: 10px;
}

.filter-trigger:after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-width: 10px 10px 0 10px;
    border-color: #ec0f7b transparent transparent transparent;
    border-style: solid;
}

.filter-trigger:hover:after {
    border-color: #9fd8ca transparent transparent transparent;
} */

.category_no_filter .filter-trigger {
    display: none;
}

.mfilter-content_top .mfilter-price-slider {
    min-width: 230px !important;
}

.mfilter-price-inputs {
    padding: 5px 23px;
}

.pagination-holder {
    background: #ffffff;
    margin: 10px 0;
    border-radius: 4px;
}

.pagination-holder .first-page,
.pagination-holder .last-page {
    display: none;
}

.pagination > li > a {
    margin: 0;
}

.pagination-holder .prev-page i {
    margin-left: -3px;
}

.pagination-holder .next-page i {
    margin-right: -3px;
}

.pagination-holder .prev-page a,
.pagination-holder .next-page a {
    /* background: #a8dad4; */
    width: 48px;
    height: 48px;
    border-radius: 4px;
    /* color: #ffffff; */
    margin: 0;
    padding: 9px 0;
    border: 1px solid #000 !important;
}

.pagination-holder .prev-page a i,
.pagination-holder .next-page a i {
    font-size: 28px;
    text-align: center;
    color: #ffffff;
}

.pagination-holder .prev-page a i:before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #613734;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    left: 3px;
    position: relative;
    top: -3px;
    transform: rotate(-135deg);
}

.pagination-holder .next-page a i:before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #613734;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    left: -5px;
    position: relative;
    top: -3px;
    transform: rotate(45deg);
}

.pagination-holder .pagination > li > a,
.pagination-holder .pagination > li > span {
    border: none;
}

#mfilter-box-1 {
    position: fixed;
    /* top: 182px; */
    z-index: 9999;
    background: #ffffff;
    /* width: 450px; */
    /* right: -460px; */
    transition: all 0.3s ease;
    min-height: 500px;
    box-shadow: 0 3px 10px 0 #635d5d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 50vw;
    /* height: 70vh; */
    border-radius: 4px;
    /* left: 25vw;
  top: 15vh; */
}

#mfilter-content-container {
    clear: both;
}

#mfilter-content-container .buttons .pull-right {
    margin: 0 28px 20px;
    display: block;
    float: right;
}

.mfilter-selected-filters {
    overflow-x: auto;
    display: block;
    float: left;
    width: 100%;
    padding: 0 20px 10px;
    position: relative;
}

.mfilter-selected-filters-cnt::-webkit-scrollbar {
    width: 3;
    background-color: #e7e7e7;
    border-radius: 6px;
    /* height: 6px; */
    height: 0;
}

.mfilter-selected-filters-cnt::-webkit-scrollbar-thumb {
    /* background-color: #e70b77; */
    background-color: #83efe4;
    cursor: pointer;
    border-radius: 6px;
}

.mfilter-selected-filters-cnt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e7e7e7;
    border-radius: 6px;
}

.mfilter-selected-filters .mfilter-selected-filters-cnt {
    /* background: #f7f7f7 !important;
    border: none !important;
    margin: 20px 0;
    padding: 10px !important; */

    background: #ffffff !important;
    border: none !important;
    margin: 0;
    padding: 10px 0 10px !important;
    float: left;
    width: auto;
    list-style-type: none;
    white-space: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.mfilter-selected-filters .filter_left_prev {
    position: absolute;
    left: 7px;
    top: 3px;
    padding: 11px 6px !important;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    -moz-box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    z-index: 99;
    border: none;
}

.mfilter-selected-filters .custom-chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #6f6f6f;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 5px;
    position: relative;
    top: 4px;
    transform: rotate(-135deg);
}

.mfilter-selected-filters .filter_left_prev:hover .custom-chevron::before,
.mfilter-selected-filters .filter_right_next:hover .custom-chevron::before {
    border-color: #e70c77;
}

.mfilter-selected-filters .filter_right_next {
    position: absolute;
    right: 7px;
    top: 3px;
    padding: 11px 6px !important;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    -moz-box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    z-index: 99;
    border: none;
}

.mfilter-selected-filters .filter_right_next .custom-chevron::before {
    transform: rotate(45deg);
    right: 5px;
    left: initial;
}

.mfilter-selected-filters-cnt a {
    margin: 0 5px 5px !important;
    background: #d0f5f1;
    padding: 7px 17px 7px 26px;
    font-size: 14px;
    border-radius: 4px;
    color: #54b8ad;
    position: relative;
    border: 1px solid #64d6ca;
    /* -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%); */
    /* -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%);*/
    transition: 0.2s linear;
}

.mfilter-selected-filters-cnt a:hover {
    background-color: #01b794;
    border-color: #01b794;
}

.mfilter-selected-filters-cnt a:hover .mfilter-close i:before,
.mfilter-selected-filters-cnt a:hover .mfilter-close i:after {
    background: #fff;
}

.mfilter-selected-filters-cnt a:hover span {
    color: #fff;
}

.filter-overlay {
    opacity: 0;
}

.filter-overlay.active {
    background-color: #141416c4;
    border: 0;
    height: 100%;
    opacity: 1;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.mfilter-selected-filters-cnt a .mfilter-close {
    position: absolute;
    left: 10px;
}

.mfilter-selected-filters-cnt a .mfilter-close i {
    margin: 4px 0 0 0 !important;
    background: none !important;
    position: relative;
}

.mfilter-selected-filters-cnt a .mfilter-close i:before {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    transform: rotate(-50deg);
    left: -2px;
    top: 5px;
    background: #54b8ad;
}

.mfilter-selected-filters-cnt a .mfilter-close i:after {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    transform: rotate(50deg);
    left: -2px;
    top: 5px;
    background: #54b8ad;
}

.mfilter-content_top .mfilter-content > ul > li:first-child .mfilter-heading,
.mfilter-content_top .mfilter-content > ul > li {
    border-top: none !important;
}

.mfilter-box .scroll-wrapper > .scroll-content {
    /* max-height: 435px !important; */
    /* max-height: 500px !important; */
    max-height: 410px !important;
}

.box-content.mfilter-content {
    position: relative;
}

.mfilter-content-opts {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.active-filter .mfilter-content-opts {
    display: block;
}

.active-filter .mfilter-heading {
    background: #ffffff;
}

.filter-title {
    position: relative;
}

.close-filter i {
    font-size: 24px;
}

.close-filter {
    /* position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer; */
    position: absolute;
    right: 13px;
    top: 16px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
}

.close-filter:before {
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #9e9e9e;
    content: "";
    display: inline-block;
    width: 20px;
    height: 0;
    right: -10px;
    position: relative;
    top: -8px;
    transform: rotate(-135deg);
}

.close-filter:after {
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #9e9e9e;
    content: "";
    display: inline-block;
    width: 20px;
    height: 0;
    right: 10px;
    position: relative;
    top: -8px;
    transform: rotate(135deg);
}

.close-filter i {
    display: none;
}

.close-filter:hover {
    background-color: #fff;
}

.close-filter:hover:before,
.close-filter:hover:after {
    border-color: #000;
}

.box-content.mfilter-content {
    padding: 0;
    /* height: 511px;
  overflow: hidden; */
}

.mfilter-content_top .mfilter-content > ul > li {
    display: block !important;
}

.mfilter-content_top .mfilter-content > ul > li .mfilter-heading {
    width: 100% !important;
}

.filters_boxes_custom {
    width: 30% !important;
    overflow-y: auto;
    border-right: 1px solid rgba(20, 20, 22, 0.1);
    /* height: 511px; */
    height: 420px;
    display: block !important;
}

.filters_atributes_custom {
    /* position: absolute;
  top: 72px;
  bottom: 56px;
  right: 0;
  left: 30%; */
    /* width: 70% !important; */
    /* overflow-y: scroll; */
    padding: 8px;
    display: block !important;
    max-height: 500px !important;
}

.mfilter-content_top .mfilter-tb {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 2px !important;
    background: #fff !important;
}

.mfilter-content_top .mfilter-tb .mfilter-tb {
    /* display: inline-block !important; */
    width: calc(50% - 4px) !important;
    position: relative;
    /* float: left !important; */
}

.mfilter-content_top .mfilter-tb .active_option label {
    border: 1px solid #01b794 !important;
    background-color: #e5f7f4;
    color: #01b794 !important;
}

.mfilter-content_top .mfilter-tb .active_option .mfilter-tb-as-tr:hover label {
    background-color: #e5f7f4 !important;
}

.mfilter-content_top .mfilter-col-input {
    display: none;
}

.mfilter-counter {
    position: absolute;
    right: 0;
    font-size: 12px !important;
}

.mfilter-content_top .mfilter-col-count {
    position: absolute;
    top: 17px;
    font-size: 12px !important;
    right: 16px;
}

.mfilter-content_top .mfilter-tb .mfilter-tb-as-tr:first-child label.mfilter-tb-as-td,
.mfilter-content_top .mfilter-tb .mfilter-tb-as-tr:last-child label.mfilter-tb-as-td,
.mfilter-content_top label.mfilter-tb-as-td {
    padding: 20px 55px 20px 16px !important;
    width: 100%;
    border: 1px solid rgba(20, 20, 22, 0.1);
    display: block;
    float: left;
    margin: 0;
    color: #000;
}

.mfilter-content_top .mfilter-disabled {
    /* opacity: 1 !important; */
    /* display: none; */
}

/*
.mfilter-content_top .mfilter-disabled label{
  color: red;
} */
.mfilter-content_top .mfilter-option .mfilter-input-active {

}

.mfilter-content_top .mfilter-tb .mfilter-tb.mfilter-hide {
    display: none !important;
}

#mfilter-opts-price-min, #mfilter-opts-price-max {
    border-radius: 2px;
}

#mfilter-opts-price-min:focus, #mfilter-opts-price-max:focus {
    border-color: rgb(23 183 147);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 2px rgb(23 183 147);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 2px rgb(23 183 147);
}

.mfilter-content_top .mfilter-price-inputs,
.mfilter-content_top .mfilter-price-slider {
    clear: both;
}

.mfilter-slider-slider .ui-slider-handle, #mfilter-price-slider .ui-slider-handle {
    margin-top: 0 !important;
}

.mfilter-price-slider {
    margin: 10px 2px 0 1px !important;
}

.mfilter-content_top .mfilter-tb .mfilter-tb-as-tr:first-child:hover label.mfilter-tb-as-td,
.mfilter-content_top .mfilter-tb .mfilter-tb-as-tr:last-child:hover label.mfilter-tb-as-td,
.mfilter-content_top label.mfilter-tb-as-td:hover {
    background-color: rgba(20, 20, 22, 0.03);
    border: 1px solid rgba(20, 20, 22, 0.25);
    cursor: pointer;
}

.mfilter-content_top .mfilter-counter:before,
.mfilter-content_top .mfilter-counter:after {
    display: none !important;
}

.mfilter-content_top .mfilter-tb-as-tr {
    width: 100%;
    position: relative;
}

.mfilter-content_top .mfilter-content > ul .mfilter-content-opts {
    position: absolute;
    right: 0;
    width: 70% !important;
}

.filter_box_footer {
    height: 72px;
    display: block;
    float: left;
    width: 100%;
    padding: 16px;
    background-color: #fff;
    box-shadow: -1px 0 20px 0 rgb(20 20 22 / 10%);
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.filter_box_footer .mfilter-button-bottom {
    padding: 0;
    border-top: none;
}

.filter_box_footer .mfilter-button-bottom .mfilter-button-reset {
    /* display: none; */
    position: absolute;
    top: -110px;
    right: 57px;
    font-size: 13px;
}

.filter_box_footer .mfilter-button-bottom .btn-primary {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #01b794;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.filter_box_footer .mfilter-button-bottom .btn-primary:hover {
    background-color: #058e74 !important;
    border-color: #058e74 !important;
}

#mfilter-box-1.active {
    display: block;
}

.mfilter-heading-content {
    padding: 0 !important;
}

.mfilter-heading-content:hover {
    cursor: pointer;
    background: #fff;
}

.mfilter-heading-text {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #141416;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mfilter-content_top .mfilter-content > ul > li .mfilter-heading {
    border-top: 1px solid rgba(20, 20, 22, 0.1) !important;
}

.mfilter-heading-text > span {
    padding-left: 18px !important;
    font-size: 14px !important;
}

body .mfilter-content_top .box-heading {
    text-transform: uppercase;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #dbdee1;
    position: relative;
    height: 72px;
    line-height: 40px;
    padding-left: 16px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid rgba(20, 20, 22, 0.1);
    background-color: #f8f8f8;
    color: #141416;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.mfilter-content_top .mfilter-content > ul > li .mfilter-content-opts {
    border: none !important;
}

.bebe_catsicon-0,
.bebe_catsicon-1,
.bebe_catsicon-10,
.bebe_catsicon-11,
.bebe_catsicon-12,
.bebe_catsicon-13,
.bebe_catsicon-14,
.bebe_catsicon-15,
.bebe_catsicon-16,
.bebe_catsicon-17,
.bebe_catsicon-18,
.bebe_catsicon-19,
.bebe_catsicon-2,
.bebe_catsicon-3,
.bebe_catsicon-4,
.bebe_catsicon-5,
.bebe_catsicon-6,
.bebe_catsicon-7,
.bebe_catsicon-8,
.bebe_catsicon-9 {
    display: inline-block;
    background: url("../image/cats_sprite.png") no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.bebe_catsicon-0 {
    background-position: -0px -0px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-1 {
    background-position: -32px -0px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-10 {
    background-position: -64px -0px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-11 {
    background-position: -96px -0px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-12 {
    background-position: -0px -32px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-13 {
    background-position: -32px -32px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-14 {
    background-position: -64px -32px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-15 {
    background-position: -96px -32px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-16 {
    background-position: -0px -64px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-17 {
    background-position: -32px -64px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-18 {
    background-position: -64px -64px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-19 {
    background-position: -96px -64px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-2 {
    background-position: -0px -96px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-3 {
    background-position: -32px -96px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-4 {
    background-position: -64px -96px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-5 {
    background-position: -96px -96px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-6 {
    background-position: -0px -128px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-7 {
    background-position: -32px -128px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-8 {
    background-position: -64px -128px;
    width: 32px;
    height: 32px;
}

.bebe_catsicon-9 {
    background-position: -96px -128px;
    width: 32px;
    height: 32px;
}

.product-page #tab-review label.control-label {
    text-align: left;
}

.product-page #tab-review .buttons,
.title-holder h3 {
    float: left;
}

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

.radio.return_open_package,
.return_used_package {
    float: left;
    margin-right: 20px;
}

body .return_open_title,
body .return_used_title {
    clear: both;
    float: left;
    text-align: left !important;
    width: 100%;
}

#registration-done #target-reg-result .pull-right {
    display: none;
}

.product-search .search-filt {
    display: block !important;
}

#html-module {
    float: right;
    width: 100%;
}

#html-module iframe {
    max-width: 277px !important;
}

.add-to-wishlist {
    z-index: 1;
}

.popup-wishlist {
    z-index: 99999999999 !important;
}

.popup-wishlist .wishlist_link {
    border-bottom: 1px solid #eb508f;
    color: #eb508f;
}

.popup-wishlist .popup-container {
    text-align: center;
    line-height: 26px;
}

.couponCont {
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 0 5px rgb(42, 139, 203, 0.8);
    float: left;
    width: 100%;
}

.couponCont h3,
.couponCont h4 {
    margin-top: 0 !important;
    font-size: 19px;
}

.promoCode {
    font-size: 30px;
    margin-top: 0;
    position: relative;
    top: 0;
    padding: 10px 30px;
    border: 3px dashed #eb508f;
    color: #eb508f;
    vertical-align: middle;
    line-height: 19px;
}

.productsWrap,
.categoriesWrap {
    padding: 14px;
    box-shadow: 0 0 5px rgb(37, 189, 173, 0.6);
    float: left;
    width: 100%;
}

.productsWrap ul,
.categoriesWrap ul {
    padding: 0;
}

.productsWrap li,
.categoriesWrap li {
    list-style-type: none;
}

.productsWrap .fa-check,
.categoriesWrap .fa-check {
    font-size: 14px;
    color: #25bdad;
    margin-right: 5px;
}

.productsWrap h4,
.categoriesWrap h4 {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.couponCont a {
    color: #eb508f;
}

.couponCont a:hover {
    color: #25bdad;
}

.couponCont:after {
    display: table;
    content: " ";
}

.coupProSingleBut {
    background: #eb508f;
    color: #fff !important;
    padding: 5px 10px;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    float: none;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    clear: both;
    max-width: 135px;
}

.copyToClipBut {
    background: #eb508f;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.leftSection {
    text-align: center;
}

.rightSection {
    text-align: center;
}

.productList i {
    float: left;
    line-height: 25px;
}

.productList a {
    display: inline-block;
    float: left;
    width: 46%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 25px;
    line-height: 25px;
}

.productList li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.productList .coupProSingleBut {
    background: #eb508f;
    color: #fff !important;
    padding: 0 5px;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    float: left;
    font-size: 13px;
    margin-top: 0;
    text-align: center;
}

.PromoCodeText {
    padding: 0 15px 10px 15px;
    text-align: center;
    font-weight: bold;
    color: #533691;
    font-size: 15px;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.deskCouponHeader span {
    float: none;
}

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

.NWA_popover {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    background-color: #0b0b0bc7 !important;
    width: 100% !important;
    height: 100%;
    z-index: 999 !important;
    font-size: 15px !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600;
}

.NWA_popover.bottom .arrow {
    display: none;
}

.NWA_popover .nwa-inner-wrapper {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #fff;
    padding: 20px 30px;
    max-width: 650px;
}

.NWA_popover-content {
    border: none !important;
    border-radius: 0 !important;
}

button.mfp-close,
button.mfp-arrow {
    color: #333333;
}

.NWA_popover button.mfp-close {
    top: 9px !important;
}

.NWA_popover button.mfp-close:active {
    top: 9px !important;
}

#NotifyWhenAvailableForm input,
#NotifyWhenAvailableForm textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    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 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border: 1px solid #1c86c8;
}

.NWA_popover-title {
    padding: 0 10px 15px !important;
    color: #1c86c8;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 20px !important;
    text-transform: uppercase;
    background-color: #fff !important;
    border-bottom: none !important;
    border-radius: 0 !important;
}

#NotifyWhenAvailableSubmit {
    background: #25bdae;
    border-color: #25bdae;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

#NotifyWhenAvailableSubmit:hover {
    background-color: #eb508f !important;
    border-color: #eb508f !important;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

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

div.required .control-label:before {
    content: "* ";
    color: #f00;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

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

#logo {
    margin: 0 0 10px 0;
}

#search {
    margin-bottom: 10px;
}

#cart .dropdown-menu {
    display: none;
}

#cart .dropdown-menu {
    width: 428px;
}

#cart.open > .btn:hover {
    color: #fff;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 9999999;
}

#cart .dropdown-menu {
    min-width: 100%;
    box-shadow: none;
    border: 1px solid #dddddd;
    border-radius: 0;
    padding-top: 0;
    /* border-top: none; */
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    padding: 0 10px;
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

#cart .dropdown-menu li p.empty {
    text-transform: uppercase;
    font-weight: 700;
}

#content {
    min-height: 600px;
}

#content.bnp-page,
.account-order-info #content,
.checkout-success #content,
.account-register #content,
.account-forgotten #content,
.account-login #content,
.error-not_found #content,
.account-newsletter #content,
.extension-module-isenselabs_gdpr-deletion_request #content,
.extension-module-isenselabs_gdpr #content,
.account-recurring #content,
.account-transaction #content,
.account-return #content,
.account-reward #content,
.account-download #content,
.account-order #content,
.account-wishlist #content,
.account-address-add #content,
.account-address-edit #content,
.account-address #content,
.account-address-delete #content,
.account-password #content,
.account-edit #content,
.account-account #content,
.blog-article #content,
.information-sitemap #content,
.product-manufacturer #content,
.information-contact #content,
.information-abc #content,
.checkout-cart #content,
.information_page #content,
.account-success #content,
.account-logout #content,
.account-return-success #content,
.information-contact-success #content,
#content.return_form_page {
    min-height: 600px;
    background: #fff;
    margin: 0 0 40px;
    padding: 40px;
    /* border: 1px solid #c6c6c6; */
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.information-contact-success #content,
.account-success #content,
.account-logout #content,
.account-return-success #content {
    min-height: 200px;
}

#content.return_form_page {
    margin: 40px auto;
}

.checkout-checkout #content {
    min-height: 600px;
    background: #fff;
    margin: 0 0 40px;
    padding: 40px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
}

.checkout-checkout #container.container > .row {
    margin: 0;
}

#contact-text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 10px;
    margin-top: 10px;
    float: left;
    color: #25bdad;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.blog-article .title-holder-blog {
    margin-bottom: 25px;
}

.product-special-promo .title-holder,
.blog-blog_category .title-holder-blog,
.blog-blog .title-holder-blog {
    margin: 20px 0;
}

.blog-blog .article-intro p,
.blog-blog .article-intro p span {
    font-size: 14px !important;
}

/*#supermenu.white ul li.tlli:hover > a:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 1px;*/
/*    z-index: 999999;*/
/*    width: 2px;*/
/*    background: #25bdad;*/
/*    height: 100%;*/
/*    top: 0;*/
/*}*/

.forgotten_link {
    font-size: 14px;
    margin: 10px 0;
    display: block;
}

.category-page #content {
    min-height: 500px !important;
}

footer .view-more-products {
    padding-left: 0;
    background: #ffffff;
    margin-top: 40px;
    color: #eb508f;
}

.alert {
    padding: 8px 14px 8px 14px;
    position: relative;
}

.close {
    top: 6px;
    position: absolute;
    z-index: 999999;
    right: 10px;
}

.breadcrumb > li:after {
    content: "\f054";
    font-family: "Font Awesome\ 5 Free", serif;
    font-weight: 900;
    font-style: normal;
    text-decoration: inherit;
    margin-left: 5px;
    font-size: 8px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    color: #6a5b87;
}

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

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

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #dddddd;
    text-shadow: 0 1px 0 #fff;
}

.carousel-caption {
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: "\f053";
    font-family: "Font Awesome\ 5 Free", serif;
    font-weight: 900;
}

.carousel-control .icon-next:before {
    content: "\f054";
    font-family: "Font Awesome\ 5 Free", serif;
    font-weight: 900;
}

.product-thumb {
    /* border: 1px solid #ddd; */
    background: #fff;
    position: relative;
    /* overflow: hidden; */
    padding: 5px;
}

#product_list .product-thumb {
    border: 1px solid #ddd;
}

.product-layout.product-grid {
    padding: 7px;
    position: relative;
}

/* .common-home .product-thumb {
    overflow: hidden;
} */

.product-thumb .image {
    text-align: center;
    position: relative;
}

.product-thumb .image .rating {
    position: absolute;

    bottom: -28px;
    z-index: 9;
    /* left: 5px; */
}

.common-home .product-thumb .image .rating {
    bottom: 0;
}

.product-thumb .image a {
    display: block;
    padding-bottom: 26px;
}

.product-thumb .image .images-holder-box a {
    padding-bottom: 0;
}

.product-thumb .image a:hover {
    opacity: 1;
}

#column-right #img-target {
    min-height: inherit;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-thumb h4 a {
    color: #666;
    line-height: 19px;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
}

.product-thumb .caption {
    padding: 0 10px;
    min-height: 97px;
    position: relative;
    float: left;
    width: 100%;
}

.product-thumb .caption h4 {
    height: 40px;
    overflow: hidden;
}

.product-thumb .caption h4 a {
    height: 40px;
    overflow: hidden;
}

.contacts-button {
    border-radius: 4px;
    display: inline-block;
    width: 180px;
    height: auto;
    padding: 10px 0;
    margin: 15px auto 20px;
    text-transform: uppercase;
    border: solid 1px #f49f8d;
    box-shadow: 0 3px 16px -5px #635d5d;
    color: #fff !important;
    background: #f49f8d;
}

.contacts-button:hover {
    color: #fff;
    background: #f49f8d;
}

.contacts-button:focus {
    text-decoration: none;
    border: solid 1px #333;
}

.home-contacts-section h4,
.home-contacts-section p {
    color: #666;
}

.home-contacts-section a {
    color: #c7c7c7;
}

.home-contacts-section h4 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.home-contacts-section p {
    font-size: 20px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

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

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

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

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

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

#form-review .fa-stack {
    width: 20px;
}

.product-thumb .price {
    color: #444;
    display: block;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
}

.price .decimals {
    /* font-size: 18px;
    top: 12px;
    position: absolute;
    right: -30px; */

    font-size: 17px;
    top: 13px;
    position: absolute;
    right: -29px;

}

.wishlistGrid .price .price-old .decimals {
    top: 3px;
}

.wishlistGrid .price .price-old .currency_symbol {
    bottom: 3px;
}

.wishlistGrid .price .price-new .decimals {
    top: 8px;
}

.wishlistGrid .price .price-new .currency_symbol {
    bottom: 7px;
}

.adsmart_container .price .currency_symbol {
    position: initial;
    font-size: 9px;
    color: #454545 !important;
}

.price .currency_symbol {
    position: absolute;
    font-size: 15px;
    right: -33px;
    bottom: 7px;
    /* color: #666; */
    color: #27cfbd;
}

.price .price-new .currency_symbol {
    color: #e70c77;
}

.product-special-promo .price-new .decimals {
    /* font-size: 17px;
    top: 7px;
    right: -26px; */
}

.product-special-promo .price-new {
    /* font-size: 34px !important; */
}

.product-special-promo .product-thumb .caption .brand {
    /* bottom: 5px !important;
    right: 5px; */
}

.product-special-promo .price-new .currency_symbol {
    /* font-size: 14px;
    right: -29px;
    bottom: 5px; */
}

.product-special-promo .product-thumb .price-new {
    /* margin-left: 30px;
    margin-top: 8px; */
}

#d_quickcheckout .price {
    font-size: 25px;
    /* color: #80d6cc; */
    color: #27cfbd;
    right: 30px;
    top: -5px;
    position: absolute;
}

#d_quickcheckout .price .decimals {
    /* color: #80d6cc; */
    color: #27cfbd;
    font-size: 13px;
    top: 3px;
    position: absolute;
    right: -21px;
}

#d_quickcheckout .price .currency_symbol {
    position: absolute;
    font-size: 12px;
    right: -23px;
    bottom: 4px;
    color: #666;
}

#d_quickcheckout tbody .qc-price,
#d_quickcheckout tbody .qc-total,
#d_quickcheckout .qc-totals .form-control-static {
    font-size: 22px;
    /* color: #80d6cc; */
    color: #27cfbd;
    position: relative;
    padding-right: 30px !important;
    text-align: right;
}

#d_quickcheckout tbody .qc-price .decimals,
#d_quickcheckout tbody .qc-total .decimals,
#d_quickcheckout .qc-totals .form-control-static .decimals {
    /* color: #80d6cc; */
    color: #27cfbd;
    font-size: 13px;
    top: 9px;
    position: absolute;
    right: 10px;
}

#d_quickcheckout tbody .qc-price .currency_symbol,
#d_quickcheckout tbody .qc-total .currency_symbol,
#d_quickcheckout .qc-totals .form-control-static .currency_symbol {
    position: absolute;
    font-size: 12px;
    right: 8px;
    top: 19px;
    color: #666;
}

#d_quickcheckout .qc-totals .row:last-child .form-control-static {
    font-size: 23px;
    padding-top: 0;
}

#d_quickcheckout .qc-totals .row:last-child .form-control-static .decimals {
    top: 2px;
}

#d_quickcheckout
.qc-totals
.row:last-child
.form-control-static
.currency_symbol {
    top: 12px;
}

.price-product-page .price-normal .currency_symbol {
    position: absolute;
    /* font-size: 33px;
    right: -60px;
    bottom: 5px;
    color: #80d6cc; */

    font-size: 26px;
    right: -51px;
    bottom: 13px;
    color: #27cfbd;
}

.common-home .product-thumb .price {
    margin-top: 5px;
    width: auto;
}

.product-thumb .price-new {
    font-weight: 600;
}

/* .product-thumb .price-old {
    text-decoration: line-through;
} */
.product-thumb .price-old:before {
    content: "";
    /* width: 46px; */
    width: 150%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 12px;
    transform: rotate(-16deg);
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

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

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

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

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 0;
    display: block;
    border: 1px solid #ddd;
    border-radius: 0;
}

.product_page .slick-vertical .slick-slide {
    /* border: 1px solid #ddd; */
    border: 2px solid #e5e5e5;
    width: 96px !important;
}

.product_page .slick-vertical .slick-slide.image-additional-video,
.product_page .slick-vertical .slick-slide.image-additional {
    /* margin-bottom: 10px; */
    margin-bottom: 5px;
}

.product_page .image-additional-video {
    display: block;
    float: left;
    clear: both;
    /* width: 100px; */
    width: 96px;
    height: 96px;
    /* margin: 30px 0 15px; */
    margin: 10px 0 15px;
}

.product_page .image-additional-video .more-l {
    /* background: rgba(106, 91, 135, 0.78); */
    background: #000;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    /* line-height: 55px; */
    line-height: 96px;
    text-decoration: none;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    position: relative;
}

.product_page .image-additional-video .more-l:hover {
    /* background: rgba(106, 91, 135, 1); */
    /* background: rgba(0, 0, 0, 0.78); */
}

.product_page .image-additional-video .more-l img {
    width: 100%;
    height: 100%;
}

.product_page .image-additional-video .more-l i {
    /* content: "\f167";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 600;
    font-style: normal; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 36px;
}

.product_page .image-additional-video .more-l .overlay {
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    opacity: 0.5;
    position: absolute;
    transition: opacity .3s ease-in-out;
}

.product_page .image-additional-video .more-l:hover .overlay {
    opacity: 0;
}

.additional-images .slick-list {
    padding: 0 !important;
}

.product_page .additional-images img {
    width: 84px;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
    min-width: 50px;
}

.links-right li a:hover {
    color: #eb508f !important;
}

#cart .dropdown-menu li .img-thumbnail {
    border-radius: 0;
}

#cart .dropdown-menu li .img-thumbnail:hover {
    border: 1px solid #eb508f;
}

#cart .dropdown-menu .table-bordered > tbody > tr > td,
#cart .dropdown-menu .table-bordered > tbody > tr > th,
#cart .dropdown-menu .table-bordered > tfoot > tr > td,
#cart .dropdown-menu .table-bordered > tfoot > tr > th,
#cart .dropdown-menu .table-bordered > thead > tr > td,
#cart .dropdown-menu .table-bordered > thead > tr > th {
    border: 1px solid #dddddd;
}

#cart .dropdown-menu .single-product .name a {
    text-transform: uppercase;
}

.login-header {
    font-size: 14px;
    color: #ffffff;
    display: block;
    float: right;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.login-header#register-header:hover {
    background: #93d0ea;
}

#register-header:hover,
#login-header:hover {
    cursor: pointer;
}

#header-register-form {
    display: none;
    position: absolute;
    background: #fdfbfb;
    z-index: 999999;
    width: 300px;
    top: 100px;
    /* right: 250px; */
    right: 65px;
    padding-top: 16px;
    border: 1px solid #dedede;
}

#header-login-form {
    display: none;
    position: absolute;
    background: #fdfbfb;
    z-index: 999999;
    width: 300px;
    top: 100px;
    right: 65px;
    padding-top: 16px;
    border: 1px solid #dedede;
}

#header-register-form:before,
#header-login-form:before {
    border-style: solid;
    border-color: transparent #dedede transparent transparent;
    content: " ";
    display: inline-block;
    border-bottom: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    height: 15px;
    width: 15px;
    transform: rotate(-135deg);
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: #fdfbfb;
}

#header-register-form .close-register-modal,
#header-login-form .close-login-modal {
    position: absolute;
    right: -1px;
    top: 2px;
    padding: 0px 10px;
}

#header-register-form .close-register-modal:hover,
#header-login-form .close-login-modal:hover {
    cursor: pointer;
}

#header-register-form .close-register-modal i,
#header-login-form .close-login-modal i {
    font-size: 16px;
    color: #e70b77;
}

.adsmart_container {
    top: 76px !important;
}

.or_text {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

.or_text span {
    background: #fdfbfb;
    padding: 0 10px;
}

.or_text:before {
    border-top: 1px solid #cccccc;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    z-index: -1;
}

.header-right .fb_login,
.header-right .google_login {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 16px;
    font-size: 13px;
    text-align: center;
}

.header-right .fb_login i,
.header-right .google_login i {
    font-size: 18px;
    margin-right: 5px;
}

.header-right .google_login a {
    color: #ea4335;
}

.header-right .google_login a:hover {
    color: #ce0404;
}

#header-login-form .forgotten {
    font-size: 13px;
    float: left;
    text-align: center;
    display: block;
    margin: 10px auto 0;
    padding: 10px 17px;
}

.form-group.remember-me {
    float: right;
}

.remember-me label {
    font-size: 13px;
    display: block;
    margin-top: 18px;
    text-shadow: none;
    float: right;
    margin-right: 15px;
    margin-bottom: 0;
}

.header-login-button .btn-primary,
.header-register-button .btn-primary {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.header-login-button .btn-primary {
    width: 90%;
    float: none;
    display: block;
    margin: 0 auto 15px;
    color: #ffffff !important;
    background-color: #24bcac !important;
    border-color: #25bdad !important;
}

.header-login-button .btn-primary:hover,
.header-register-button .btn-primary:hover {
    background-color: #eb508f !important;
    border-color: #eb508f !important;
}

.header-register-button input {
    width: 100%;
    margin-top: 10px;
}

.header-login-button {
    clear: both;
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%;
}

.header-login-button {
    margin: 0;
    float: left;
}

.header-login-button .btn-primary:hover {
    color: #fff !important;
}

#no-account-toggle {
    font-size: 12px;
    float: left;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    text-shadow: none;
    width: 100%;
    padding: 5px 0 10px;
    cursor: pointer;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.pass-check .custom-error-text {
    color: #fff;
    text-shadow: none;
    margin-top: 5px;
    display: block;
}

.login-but {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 35px;
}

.login-but:hover {
    cursor: pointer;
}

.login-but .user-icon {
    width: 100%;
    display: block;
}

.login-but .user-icon svg {
    width: 31px;
    height: 31px;
    fill: #cbc9c9;
    margin-bottom: -5px;
}

.login-but .logout-btn svg {
    width: 27px;
    height: 27px;
    fill: #cbc9c9;
    margin-bottom: -3px;
}

.login-but .fa-sign-out-alt {
    color: #000;
    font-size: 21px;
}

.logged-user {
    display: none;
}

.logged-user.active {
    display: block;
}

#search .input-lg {
    padding: 0 15px;
}

#search .fa {
    font-size: 20px;
    color: #2e2e2e;
}

#search .new-search:focus,
#search input:focus,
.btn:focus,
a:focus {
    outline: none;
}

.fa-a-z-search:before {
    background-image: url("../image/icons-sprite-second.png");
    background-size: 36px 36px;
    display: inline-block;
    width: 36px;
    height: 36px;
    content: "";
}

.header-new-buttons li {
    float: left;
    display: block;
    padding: 0;
}

.header-new-buttons li.login-but i {
    font-size: 24px;
    position: absolute;
    left: 23px;
    top: 7px;
}

#top-header .cart-holder #cart button .fa-shopping-cart {
    font-size: 18px;
}

#top-header #top-links .login-but .fa-user {
    margin-right: 10px;
}

.header-new-buttons li.login-but a {
    color: #fcbbae;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.ohra-color {
    color: #fcbbae;
}

.header-new-buttons li.login-but a:hover span {
    color: #523390;
    text-decoration: none;
}

.no-padding-left {
    padding-left: 0;
}

#slideshow0 img {
    width: 100%;
}

#slideshow0 .owl-nav {
    display: none !important;
}

#slideshow0.owl-carousel {
    margin: 0 auto !important;
    background: #e6e6e6 !important;
    clear: both;
}

#slideshow0 .owl-dots {
    display: block;
    float: right;
    margin: 0;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

#slideshow0 .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

#slideshow0 .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    display: block;
    background: #ffffff;
    border-radius: 50%;
}

#slideshow0 .owl-dots .owl-dot.active span {
    background: #86ebd1;
}

#slideshow0 .owl-nav {
    display: none;
}

#slideshow0 .owl-controls {
    background: #e6e6e6;
    margin-top: -40px;
}

#banner2.banners-new-wrap {
    margin-right: 0 !important;
}

#slideshow0 .owl-pagination {
    top: 0;
}

#slideshow0 .owl-controls .owl-page.active span {
    background: #fff;
}

#slideshow0 .owl-controls .owl-page:hover span {
    background: #dadada;
}

#slideshow0 .owl-carousel .owl-buttons div i {
    font-size: 40px;
    color: #1c86c8;
}

.owl-carousel:hover .owl-buttons div {
    opacity: 1 !important;
}

.title-holder {
    height: auto;
    padding-top: 7px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    display: block;
    float: left;
    width: 100%;
}

.common-home .title-holder.heading-dashed-boards {
    text-transform: uppercase;
}

.product-page .title-holder {
    height: inherit;
}

.product-page .title-holder.not-available {
    display: none;
}

.form-group {
    margin-bottom: 20px !important;
}

.common-home .title-holder {
    margin-top: 41px;
    padding: 0;
    text-transform: uppercase;
}

.common-home .title-holder.brands {
    padding: 0;
}

#brand_title {
    text-transform: uppercase;
}

.product-page .valid-to p {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    margin: 5px;
}

/* .product-page .valid-to {
    right: 0;
    left: -10px;
    top: 5px;
    height: 29px;
} */

.product-page .valid-to i {
    margin-right: 4px;
}

.product-page .top_discount span {
    /* right: 15px; */
    /* left: 210px; */
}

.product_page .owl-carousel .top_discount span {
    /* right: 0 !important;
    left: inherit !important; */
    left: 0 !important;
}

.display-none {
    display: none !important;
}

.left-column-link .title-holder {
    height: auto;
    margin: 0;
    padding: 0;
}

.static-banners-bnp a {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
}

#carousel0 {
    margin: 45px 0;
}

#carousel0.owl-carousel .owl-nav button.owl-prev,
#carousel0.owl-carousel .owl-nav button.owl-next {
    top: 30px;
}

#carousel0 .owl-item .text-center {
    margin: 0 auto;
}

#carousel0 .item img {
    float: none;
    margin: 0 auto;
    width: 130px;
    height: 100px;
}

.product-thumb .caption .brand {
    position: absolute;
    bottom: 10px !important;
    right: 10px;
    margin: 0;
    width: 60px;
}

.product-list .product-thumb .caption .brand {
    position: absolute;
    bottom: 10px;
    border: 1px solid #6a5b87;
    right: 205px;
    margin: 0;
    border-radius: 2px;
}

.product-thumb .price-old {
    /* font-size: 16px;
    color: #000000;
    position: relative;
    float: left;
    top: 27px; */
    font-size: 17px;
    color: #000000;
    position: relative;
    float: left;
    top: 25px;
}

.price-old .decimals {
    /* font-size: 12px;
    top: -5px;
    position: absolute;
    right: -20px; */
    font-size: 9px;
    top: 3px;
    position: absolute;
    right: -13px;
}

.price-old .currency_symbol {
    /* position: absolute;
    font-size: 12px;
    right: -23px;
    bottom: 1px;
    color: #666; */
    position: absolute;
    font-size: 9px;
    right: -15px;
    bottom: 2px;
    color: #666;
}

.price-new.price-new-purple {
    /* color: #ec0f7b !important; */
    color: #e70b77 !important;
}

.product-thumb .price-new {
    width: auto;
    float: left;
    display: flex;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    position: relative;
    /* margin-left: 30px;
    margin-top: 5px; */
    /* margin-left: 25px; */
    margin-left: 20px;
    margin-top: 6px;
}

.price-new .decimals {
    /* font-size: 18px;
    top: 7px;
    position: absolute;
    right: -30px; */
    font-size: 17px;
    top: 8px;
    position: absolute;
    right: -29px;
}

.product-thumb .price-normal {
    width: 100%;
    float: left;
    display: block;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    margin-top: 5px;
}

.common-home .product-thumb .price-normal {
    margin-top: 5px;
}

.static-categories .title-holder {
    margin-bottom: 0;
    margin-top: 0;
}

.static-banners p a {
    display: block;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}

.static-banners p a:hover {
    box-shadow: 0 0 35px 5px rgba(0, 0, 0, 0.2) !important;
    z-index: 99999;
}

.close-category.active a,
.close-category a {
    font-size: 14px;
}

.close-category.active > a {
    color: #1c86c8 !important;
}

.static-categories-box > ul .close-category.active ul,
.static-categories-box > ul .close-category ul {
    margin-bottom: 20px;
}

.static-categories-box > ul .close-category.active ul li,
.static-categories-box > ul .close-category ul li {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 22px;
    padding-left: 45px;
}

.static-categories-box > ul .close-category.active ul li a,
.static-categories-box > ul .close-category ul li a {
    color: #777777;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.static-categories-box > ul .close-category.active ul li a:hover {
    color: #1c86c8;
}

.static-categories-box .has-child.close-category > ul.dropdown {
    display: none;
    -webkit-animation: fadeOut 1.5s;
    animation: fadeOut 1.5s;
}

.static-categories-box .has-child.close-category.active > ul.dropdown {
    display: block;
    margin-bottom: 20px;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.static-categories-box .has-child i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 21px;
    padding: 12px 15px;
    z-index: 99;
}

.static-categories-box .has-child i:hover {
    cursor: pointer;
}

.close-category i.fa-minus,
.close-category.active i.fa-plus {
    display: none;
}

.close-category i.fa-plus,
.close-category.active i.fa-minus {
    display: block;
}

.product-thumb .image .images {
    display: block;
    float: left;
    width: 100%;
    height: 58px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.common-home .product-thumb .image .images {
    margin-top: 5px;
}

.product-list .product-thumb .image .images {
    display: block;
    float: none;
    width: 267px;
    text-align: center;
    margin: 0 auto;
}

.product-thumb .images a img {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
}

.common-home .images a img {
    width: 50px;
    height: 50px;
}

.product-thumb .images a:hover {
    cursor: pointer;
}

.product-thumb .images-holder-box a:hover {
    border-color: #1c86c8 !important;
}

.subscribe_button {
    background: #1c3031;
    font-size: 14px;
    margin-top: 0;
}

.footer-newsletter input:focus {
    outline: none;
}

.footer-newsletter label {
    width: 100%;
    clear: both;
}

#mc_embed_signup form {
    padding: 0 !important;
}

.product_page h1.product-name {
    color: #000;
}

.product_page h1 div {
    display: inline-block;
    float: left;
}

/* .top_label {
    width: 43px;
    height: 23px;
    position: absolute;
    background: none;
    top: 0;
    z-index: 9;
    right: 5px;
} */

.product_page .top_label {
    right: 0;
}

.product_main_img .top_label {
    top: 9px;
    right: 11px !important;
    left: initial !important;
}

.top_label.has_new_label {
    top: 33px;
}

.top_label span {
    position: absolute;
    /* top: 0;
    left: 0;
    font-size: 18px;
    color: #f07d0d;
    background: #fff;
    border: solid 1px #f25a25;*/
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    text-transform: uppercase;

    padding: 2px 4px;
    text-align: center;
    display: block;
    z-index: 1;
    font-size: 15px;
    width: 60px;
    line-height: 30px;
    top: 10px;
    color: #dfa17f;
    background: #fff;
    border: solid 1px #dfa17f;
    left: -11px;
}

.top_label span:before {
    position: absolute;
    left: -1px;
    top: -7px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #dfa17f transparent;
}

.product_page .product_main_img .slick-slide:focus {
    outline: none;
}

.product_page .product_main_img .image-additional:hover {
    cursor: pointer;
}

.product_page .slick-vertical .slick-slide.slick-center {
    border: 2px solid #bae8dd;
    /* width: 100px !important; */
    width: 96px !important;
    height: 96px;
}

.product_page .product_main_img > ul.thumbnails .slick-prev {
    left: 70px;
}

.product_page .product_main_img > ul.thumbnails .slick-next {
    right: 70px;
}

.product_page .product_main_img > ul.thumbnails .slick-prev,
.product_page .product_main_img > ul.thumbnails .slick-next {
    width: 40px;
    height: 70px;
    z-index: 99;
}

.product_page .product_main_img > ul.thumbnails .slick-prev:before {
    content: "\f053";
}

.product_page .product_main_img > ul.thumbnails .slick-next:before {
    content: "\f054";
}

.product_page .product_main_img > ul.thumbnails .slick-prev:before,
.product_page .product_main_img > ul.thumbnails .slick-next:before {
    color: #ede9e9;
    font-size: 50px;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
}

.product_page .product_main_img > ul.thumbnails .slick-prev:before,
.product_page .product_main_img > ul.thumbnails .slick-next:before {

    display: none;
}

.product_page .product_main_img > ul.thumbnails .slick-prev svg {
    transform: rotate(
            180deg
    );
}

.all-labels-holder {
    display: block;
    float: left;
    width: 100%;
    /* width: auto; */
    /* height: 335px; */
    position: absolute;
    z-index: 99;
}

.all-labels-holder .rating {
    display: block;
    float: left;
    position: absolute;
    bottom: -310px;
    left: 7px;
}

.common-home .all-labels-holder .rating {
    bottom: -340px;
}

.new-product-label {
    /* width: auto;
    height: 29px;
    right: 0;
    position: absolute;
    top: 0;
    border: 1px solid #2a8bcb;
    color: #2a8bcb; */
    padding: 0 5px;
    background: #ffffff;

    position: relative;
    width: 60px;
    height: 36px;
    top: 10px;
    border: 1px solid #7fe0d4;
    color: #7fe0d4;
    left: -11px;
    text-align: center;
}

.new-product-label:before {
    position: absolute;
    left: -1px;
    top: -7px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #7fdfd4 transparent;
}

.new-product-label.has_special_label {
    top: 55px;
}

.top_label.has_special_label {
    top: 66px;
}

.product_main_img .new-product-label {
    top: 10px;
    right: 10px;
    z-index: 99;
}

.new-product-label span {
    /* font-size: 18px;
    color: #2a8bcb; */
    position: relative;
    top: 1px;
    left: auto;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    text-transform: uppercase;
    text-align: center;

    font-size: 14px;
    line-height: 30px;
    color: #7fe0d4;
}

/*.product-thumb .valid-to {*/
/*    background: #9eddf9 !important;*/
/*}*/
.product_page .owl-carousel .valid-to-holder {
    position: absolute;
}

/* .product_page .owl-carousel .valid-to {
    right: initial;
    left: initial;
    top: initial;
    height: initial;
} */

.product_page .owl-carousel .valid-to p {
    /* width: 100%;
    font-size: 12px;
    line-height: 30px; */
    margin: 0;
    /* padding: 0 5px 0 77px; */
    /* padding: 0 77px 0 5px; */

    width: 137px;
    font-size: 10px;
    line-height: 33px;
    padding: 0 5px 0 5px;
}

.valid-to p i {
    font-size: 12px;
    color: #cfcfcf;
}

.valid-to {
    color: #fff;
    display: block;
    float: right;
    /* width: 100% !important; */
    width: 145px !important;
    text-align: right;
    /* position: relative; */
    position: absolute;
    /* left: 60px; */
    left: 48px;
    top: 10px;
}

.valid-to p {
    text-align: left;
    font-size: 12px;
    margin: 0;
    line-height: 29px;
    display: block;
    background: #f5f5f5;
    padding: 0 8px;
    /* padding: 0 10px 0 81px;
    padding: 0 75px 0 10px;
    color: #666666;
    height: 29px;
    font-weight: bold;
    width: 100%; */

    height: 36px;
    width: 145px;
    color: #585858;
    background: #fdfdfd;
    border: 1px solid #dadada;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 33px;
    font-weight: normal;
}

.product_page .valid-to p {
    /* width: 320px; */
    width: 270px;
    text-align: left;
}

/* .product-page .specials-carousel .top_label,
.product-page .product-page-v.viewed-products .top_label {
    width: 48px;
    height: 31px;
} */

/* .product-page .specials-carousel .top_label span,
.product-page .product-page-v.viewed-products .top_label span {
    top: 0;
    left: 0;
} */
.product-page .specials-carousel .top_label,
.product-page .product-page-v.viewed-products .top_label {

}

.stock_status_label {
    width: 100px;
    height: 23px;
    position: absolute;
    background: red;
    top: 0;
    left: 0 !important;
    z-index: 9;
}

.product-page .product_main_img .top_label,
.product-page .product_main_img .stock_status_label {
    display: block;
    float: left;
    position: inherit;
    margin: 15px 0 -10px;
}

.stock_status_label:before {
    content: "";
    position: absolute;
    right: -13px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 13px solid red;
    border-top: 11px solid transparent;
    border-bottom: 12px solid transparent;
}

.stock_status_label span {
    font-size: 14px;
    color: #000;
    /* font-size: 12px;
    color: #fff; */
    position: absolute;
    top: 3px;
    left: 6px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    text-transform: uppercase;
}

.product-page .no-stock .left-col-product {
    margin-top: 10px;
    width: 100% !important;
}

.product-page .no-stock .rating.rating-box {
    width: 100% !important;
    max-width: 100% !important;
}

.top_discount {
    position: absolute;
    width: 100%;
    top: 10px;
    left: -11px !important;
}

.product_page .product-right .position-holder .top_discount {
    position: absolute;
    width: 100%;
    top: -7px;
    left: -22px !important;
}

.product_page .product-right .position-holder .valid-to {
    top: -7px;
    left: 38px;
    width: auto !important;
    display: none;
}

.product_page .product-right .position-holder .valid-to p {
    width: auto;
    min-width: 180px;
    text-align: left;
    margin: 0;
    line-height: 32px;
}

.product_page .product-right .position-holder .alert.alert-success {
    display: block;
    float: left;
    clear: both;
    text-align: left;
    font-size: 14px;
    margin: 0 0 0 -10px;
}

.product_main_img .top_discount {
    top: 10px;
    left: 10px;
}

.top_discount span {

    display: block;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    margin-top: 0;
    width: 60px;
    float: left;
    /* font-size: 18px;
    line-height: 27px;
    height: 29px;
    position: absolute;
    right: 0 !important;
    left: -11px !important;
    top: 0; */
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    z-index: 98;
    color: #ef3a92;
    border: 1px solid #ef3a92;
    /* border-left: none; */
    position: relative;
    /* top: 10px;
    left: -5px !important; */
    height: 36px;
    font-size: 16px;
    line-height: 33px;
}

.top_discount span:before {
    position: absolute;
    left: -1px;
    top: -7px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #ef3a92 transparent;
}

.top_discount span div {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.top_discount span small {
    display: inline-block;
    margin-top: -3px;
    float: left;
    font-size: 11px;
}

/* .top_discount :before {
    content: "";
    position: absolute;
    left: -11px;
    top: -1px;
    transform: rotate(180deg);
    width: 11px;
    height: 29px;
    background: url("../image/discount-arrow.png") no-repeat;
} */

.product-box .label-hld,
.images-holder .label-hld {
    overflow: hidden;
    height: 35px;
}

.product-list .product-thumb .caption {
    margin-left: 265px;
    text-align: right;
}

.product-list .product-thumb {
    position: relative !important;
    min-height: 287px;
}

.product-list .product-thumb .caption {
    display: block;
    float: left;
    position: absolute;
    right: 0;
    top: 55px;
    width: 50%;
    padding-right: 91px;
    height: 230px;
    margin-left: 0;
}

.product-list .product-thumb .price {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 10px;
}

.list-product-holder {
    display: block;
    float: left;
}

.product-page h1 {
    margin: 0;
    /* font-size: 28px;
    padding: 20px; */
    font-size: 32px;
    padding: 20px 20px 0;
    display: block;
    float: left;
    width: 100%;
}

.product_page .product-right {
    float: right;
    width: 460px;
    min-height: 500px;
    background: #f5f5f5;
    padding: 15px;
    margin-right: 16px;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
}

.product_page .product-left {
    /* border: solid 1px #f5f5f5; */
    margin-left: 16px;
    margin-bottom: 16px;
    position: relative;
    min-height: 504px;
}

.product_page .product-left .top_label {
    position: absolute;
    top: -5px;
    right: 15px !important;
}

.product_page .product-left .top_label.has_new_label {
    top: 30px;
}

.text-danger {
    clear: both;
}

.product_page .product-left .thumbnail {
    border: none;
}

.brand-product-page {
    /* width: 132px;
    float: left; */
    float: right;
    position: absolute;
    right: 0;
}

.brand-product-page a {
    display: block;
    /* border: solid 1px #e6e6e6; */
    border: solid 1px #c4c4c4;
}

.product_page .product-code > p,
.product-page .product-id > p,
.product_page .dostavka-product-item_1 > p {
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.product-page .product-code p {
    display: inline-block;
    padding-right: 3px;
    font-size: 13px;
    color: #D0D2D1;
}

.product-page .product-code span {
    color: #D0D2D1;
    font-size: 13px;
}

.product-page .product-id p {
    display: inline-block;
    padding-right: 3px;
    font-size: 16px;
    /* color: #000; */
    color: #27cfbd;
}

.product-page .product-id span {
    /* color: #575757; */
    color: #27cfbd;
    font-size: 16px;
}

.price-product-page .price-old {
    font-size: 24px;
    float: left;
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none !important;
}

.price-product-page .price-old .decimals {
    color: #000;
    font-size: 11px;
    top: 5px;
    position: absolute;
    right: -17px;
}

.price-product-page .price-old .currency_symbol {
    position: absolute;
    font-size: 11px;
    right: -20px;
    bottom: 5px;
    color: #000;
}

.price-product-page .price-old:before {
    content: "";
    width: 135%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 16px;
    transform: rotate(-12deg);
}

.price-product-page .price-new {
    position: relative;
}

.price-product-page .price-new .currency_symbol {
    position: absolute;
    font-size: 26px;
    right: -50px;
    bottom: 12px;
    color: #e70c77;
}

.price-product-page .price-new .decimals {
    font-size: 28px;
    top: 12px;
    position: absolute;
    right: -43px;
}

.price-product-page .price-old {
    margin-right: 26px;
    bottom: -5px;
}

.price-product-page.special-price {
    /* margin-right: 50px; */
    margin-right: 40px;
    margin-left: -3px;
}

.price_holder_custom {
    position: relative;
}

.price-product-page .price-normal .decimals {
    /* font-size: 31px;
    top: 10px;
    position: absolute;
    right: -50px; */
    font-size: 28px;
    top: 13px;
    position: absolute;
    right: -43px;
}


.product_page .price_holder_custom {
    display: block;
    /* float: right; */
    float: left;
    width: auto;
    /* margin-top: 25px; */
    margin-top: 35px;
    /* margin-bottom: 8px; */
    clear: both;
}

.product_page .price_holder_custom.normal_price {
    margin-right: 32px;
}

.product_page .price-product-page {
    display: inline-block;
}

.price-product-page strong {
    /* font-size: 60px; */
    font-size: 64px;
    color: #ec0f7b;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.price-product-page.special-price strong,
.price-product-page .price-new.price-pcd {
    font-size: 50px;
}

.price-product-page.special-price .price-new .decimals,
.price-product-page .price-new.price-pcd .decimals {
    font-size: 21px;
    top: 11px;
    right: -32px;
}

.price-product-page.special-price .price-new .currency_symbol,
.price-product-page .price-new.price-pcd .currency_symbol {
    font-size: 19px;
    right: -38px;
    bottom: 9px;
}

.price-product-page.special-price .price-old {
    font-size: 20px;
}

.price-product-page.special-price .price-old .decimals {
    font-size: 10px;
    top: 3px;
    right: -16px;
}

.price-product-page.special-price .price-old .currency_symbol {
    font-size: 10px;
    right: -18px;
    bottom: 3px;
}

.price-product-page .price-normal {
    color: #27cfbd;
    position: relative;
}

.product-page .product-id {
    clear: left;
    /* margin-bottom: 5px; */
    margin: 10px 0 0px 0;
    text-transform: uppercase;
}

.product_page .product-code {
    clear: left;
    margin: -15px 0 0px 0;
    text-transform: uppercase;
}

.product_page .stock_status_custom.instock {
    position: absolute;
    /* right: 111px;
    top: 74px; */
    left: 37px !important;
    top: -7px;
}

.product_page .stock_status_custom .stock_status_label {
    background: none;
    /* border: 1px solid red; */
    width: 109px;
    height: 36px;
    text-align: center;
    line-height: 31px;
    background: #f5f5f5;
}

.product_page .no_discount_label .stock_status_custom.instock {
    position: absolute;
    left: -22px !important;
    top: -7px;
}

.product_page .no_discount_label .stock_status_custom.out_of_stock,
.product_page .no_discount_label .stock_status_custom.instock {
    position: absolute;
    left: -22px !important;
    top: -7px;
}

.product_page .stock_status_custom .stock_status_label span:before,
.product_page .no_discount_label .stock_status_custom .stock_status_label.instock span:before {
    position: absolute;
    left: -1px;
    top: -7px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #25bdad transparent;
}

.product_page .has_discount_label .stock_status_custom .stock_status_label.instock span:before {
    display: none;
}

.product_page .stock_status_custom .stock_status_label span {
    color: #000;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    text-transform: uppercase;
    /* padding: 2px 5px; */
    position: initial;
}

.product_page .stock_status_custom .stock_status_label span:before {
    border-color: transparent transparent #000 transparent;
}

.product_page .out_of_stock .stock_status_label span {

    color:red;
}

.product_page .out_of_stock .stock_status_label {
    border: 1px solid red !important;
}

.product_page .out_of_stock .stock_status_label span:before {
    border-color: transparent transparent red transparent !important;
}


/* .product_page .has_discount_label .stock_status_label.instock{
    left: -22px !important;
} */
.product_page .has_discount_label .stock_status_custom .stock_status_label span:before {
    position: absolute;
    left: -1px;
    top: -7px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #000 transparent;
}

.product_page .stock_status_custom .stock_status_label {
    background: #f5f5f5;
    width: 120px;
    border: 1px solid #000;
}

.product_page .has_discount_label .stock_status_custom {
    left: -21px !important;
    top: -7px;
    position: absolute;
}

.product_page .has_discount_label .stock_status_custom.instock {
    left: 37px !important;
}

.product_page .stock_status_custom .stock_status_label.instock span {
    color: #25bdad;
}

.product_page .stock_status_custom .stock_status_label.instock {
    border: 1px solid #25bdad;
}

.product_page .stock_status_custom .stock_status_label:before {
    display: none;
}

.product_page .dostavka-product-item_1 p {
    display: inline-block;
    padding-right: 3px;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    float: left;
    padding-top:2px;
}

a.thumbnail.active,
a.thumbnail:focus {
    border-color: #1c86c8;
}

.thumbnails .additional-images a.thumbnail:hover {
    border: 2px solid #1c86c8;
    border-radius: 0;
}

#content ul li {
    list-style: none;
}

.categories_second_link {
    color: #fff;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    padding: 0;
    margin: 8px 8px 8px 10px;
    min-height: 41px;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
}

.container_of_categories {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    clear: both;
    margin-bottom: 20px;
}

.container_of_categories .categories_links {
    text-align: left;
    min-height: 165px;
    border-radius: 3px;
    max-height: 247px;
    height: 247px;
    padding: 0;
    margin: 7px;
    border: 1px solid #1c86c8;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: -4px -3px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px -3px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -4px -3px 2px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    width: calc(20% - 14px);
}

.categories_links a {
    width: 100%;
}

.description_link {
    color: #fff;
    font-family: "Lato", sans-serif;
    transition: none;
    display: block;
    padding: 0 10px;
    height: 192px;
    overflow: hidden;
    font-size: 14px;
}

.categories_second_link:hover,
.description_link:hover {
    color: #fff;
}

.container_of_categories .categories_links:hover > .mini-description {
    top: 120px;
}

.container_of_categories .categories_links .mini-description {
    top: 78%;
    position: absolute;
    transition: all 0.6s ease-out;
    background: rgba(31, 136, 201, 0.9);
    height: 100%;
    width: 100%;
}

.container_of_categories .categories_links .mini-description div {
    display: table;
    height: 55px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.categories_links img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

.product-page .specials-carousel .product-thumb .image a,
.category-page .product-thumb .image a {
    padding: 0;
}

.tab-content {
    border: 1px solid #ddd;
    padding: 30px 0;
    float: left;
    width: 100%;
}

#tab-review .form-horizontal .control-label {
    padding-top: 10px;
    padding-bottom: 8px;
}

#tab-review h2 {
    margin-bottom: 20px;
}

.product-page .additional-images {
    display: block;
    float: left;
    width: 100px;
    margin-top: 60px;
    /* margin-bottom: 25px; */
    margin-bottom: 115px;
    clear: left;
}

/* .product-page .additional-images .slick-list {
    height: 411px !important;
} */
.product-page .has_video .additional-images {
    margin-top: 57px;
    margin-bottom: 25px;
}

/*.product-page .additional-images .slick-list {*/
/*    height: 350px !important;*/
/*}*/

.product-page .additional-images .slick-prev {
    /* top: -25px; */
    top: -20px;
    left: 0;
    right: 0;
    /* margin: 0 auto; */
    padding: 3px 0;
    background: #f5f5f5;
    /* width: 100%; */
    width: 96px;
    height: auto;
}

.product-page .additional-images .slick-next {
    bottom: -43px;
    left: 0;
    right: 0;
    /* margin: 0 auto; */
    top: auto;
    padding: 3px 0;
    height: auto;
    background: #f5f5f5;
    /* width: 100%; */
    width: 96px;
}

.product-page .additional-images .slick-prev svg {
    transform: rotate(270deg)
}

.product-page .additional-images .slick-next svg {
    transform: rotate(90deg)
}

.product-page .additional-images .slick-prev svg,
.product-page .additional-images .slick-next svg {
    fill: #a6a6a6;
    width: 29px;
    height: 22px;
}

.product_page .slick-prev svg path,
.product_page .slick-next svg path {
    fill: #a6a6a6 !important;
}

.product_page .slick-prev:hover svg path,
.product_page .slick-next:hover svg path {
    fill: #e70b77 !important;
}


/*.product-page .additional-images .slick-prev,*/
/*.product-page .additional-images .slick-next {*/
/*  width: 30px;*/
/*  height: 30px;*/
/*}*/

.product-page .additional-images .slick-prev:before,
.product-page .additional-images .slick-next:before {
    /*color: #25bdae;*/
    /*font-size: 30px;*/
    display: none;
}

.out-of-stock-holder {
    /* position: initial; */
    position: relative;
    /* top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%); */
}

#d_quickcheckout textarea {
    width: 100% !important;
}

.out-of-stock-holder .out-of-stock {
    position: absolute;
    /* top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background: #000000ad;
    border: 1px solid #636462;
    width: 50%; */
    text-align: center;

    height: 25px;
    z-index: 10;

    width: 120px;
    height: 36px;
    line-height: 28px;
    top: 10px;
    left: -11px !important;
    background: #fff;
    color: red;
    border: 1px solid red;
    font-size: 14px;
}

.out-of-stock-holder .out-of-stock:before {
    /* display: none; */
    position: absolute;
    left: -1px;
    top: -7px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent red transparent;
}

.out-of-stock-holder .out-of-stock span {
    width: 100%;
    text-align: center;
    position: initial;
    margin-top: 3px;
    display: block;
    color: red;
}

/* .information-abc #content, */
.product-manufacturer #content {
    background: transparent;
    border: none;
    padding: 0 15px;
}

.information-abc #content h2,
.product-manufacturer #content h2 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 0 3px 15px;
    /* background: #eb508f; */
    background: #24bbab;
    margin: 0 0 10px;
    clear: both;
    display: block;
    border-radius: 4px;
    box-shadow: 0 5px 6px -4px rgb(0 0 0);
}

.product-manufacturer .manufacturer-logo {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
}

.product-manufacturer .manufacturer-logo:hover {
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%),
    0 3px 14px 2px rgb(0 0 0 / 12%);
}

.information-abc.normal_page > .container > .row {
    margin: 0;
}

.checkout-success .title-holder.featured-purple,
.information-contact-success .title-holder.featured-purple,
.account-return-success .title-holder.featured-purple,
.account-logout .title-holder.featured-purple,
.account-success .title-holder.featured-purple,
.information-abc .title-holder.featured-purple,
.product-manufacturer .title-holder.featured-purple,
.product-special-promo .title-holder.featured-purple {
    background: #ffffff;
    /* border: solid 1px #ddd; */
    padding: 20px 0;
    margin-top: 10px;
    position: relative;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 15px;
}

.checkout-success .title-holder.featured-purple,
.information-contact-success .title-holder.featured-purple,
.account-return-success .title-holder.featured-purple,
.account-logout .title-holder.featured-purple,
.account-success .title-holder.featured-purple {
    margin-top: 0;
}

.product-manufacturer > .container > .row {
    margin: 0 !important;
}

.information-contact-success .text_content {
    text-align: center;
}

.checkout-success .text_content,
.information-contact-success .text_content,
.account-return-success .text_content,
.account-logout .text_content,
.account-success .text_content {
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    margin-top: 40px;
}

.checkout-success .title-holder.featured-purple .heading-dashed-boards,
.information-contact-success
.title-holder.featured-purple
.heading-dashed-boards,
.account-return-success .title-holder.featured-purple .heading-dashed-boards,
.account-logout .title-holder.featured-purple .heading-dashed-boards,
.account-success .title-holder.featured-purple .heading-dashed-boards,
.information-abc .title-holder.featured-purple .heading-dashed-boards,
.product-manufacturer .title-holder.featured-purple .heading-dashed-boards,
.product-special-promo .title-holder.featured-purple .heading-dashed-boards {
    font-size: 28px;
    color: #666;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 auto;
    float: none;
    text-transform: inherit;
}

.manufacturer-name {
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 16px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    color: #666;
    height: 33px;
    overflow: hidden;
}

.product-manufacturer .manufacturer-logo:hover {
    /* border-color: #eb508f !important; */
    border-color: transparent !important;
}

.abc_page h2 {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 3px 0 3px 15px;
    background: #eb508f;
    margin: 0 0 15px;
    border-radius: 4px;
}

.product-manufacturer #content .row .col-sm-1 {
    min-height: 100px;
    margin: 0 !important;
    padding-top: 7px;
}

.product-manufacturer #content .row .col-sm-1 .thumbnail {
    margin-bottom: 0;
}

.product-manufacturer #content .row .col-sm-1:hover .manufacturer-name {
    color: #6a5b87;
}

.promotions .col-md-12 {
    padding: 0 !important;
}

.promotions .col-md-12 .promo-item {
    padding-bottom: 20px;
}

.special_promo_page .product-layout.product-grid {
    width: 20%;
    display: flex;
}

.special_promo_page {
    margin-bottom: 30px;
}

.view-more-products-search {
    display: block;
    float: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    width: 167px;
    line-height: 43px;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}

.view-more-products-search > a {
    margin: 0 !important;
    height: 40px !important;
    text-decoration: none !important;
}

.account-edit #content .buttons,
.account-password #content .buttons,
.account-address #content .buttons,
.account-address-edit #content .buttons,
.account-address-add #content .buttons,
.account-wishlist #content .buttons,
.account-newsletter #content .buttons,
.account-forgotten #content .buttons,
.account-order-info #content .buttons,
.account-download #content .buttons,
.account-return #content .buttons,
.account-transaction #content .buttons,
.account-recurring #content .buttons,
.account-order #content .buttons,
.account-transaction #content .buttons,
.account-reward #content .buttons {
    margin-top: 25px;
}


.account-address-edit .custom-field,
.account-address-edit .company-name,
.account-address-edit .fax-field,
.account-register .custom-field,
.account-register .company-name,
.account-register .fax-field {
    display: none !important;
}

.adsmart_search .show_all_results {
    float: right !important;
    margin: 10px !important;
}

.manufacturer-logo img {
    height: auto;
    width: 180px;
}

.abc-cat-name {
    font-size: 15px;
    display: block;
    line-height: 30px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    color: #666;
}

.abc-cat-name:hover {
    color: #25bdad;
}

#brand-by-character {
    font-size: 17px;
    margin-bottom: 19px;
    float: left;
    width: 100%;
    clear: both;
    background: #ffffff;
    border-radius: 4px;
    padding: 15px 30px 10px;
    text-align: center;
}

#brand-by-character span a {
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    display: inline-block;
    padding: 5px 7px;
    border: 1px solid transparent;
    color: #666;
    border-radius: 4px;
    min-width: 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#brand-by-character span a:hover {
    background: #fff;
    border: 1px solid #e70c77;
    -webkit-box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.2);
    color: #e70c77;
}

#brand-by-character span {
    display: inline-block;
    text-align: center;
}

.product-brand {
    position: relative;
    float: right;
}

#content.col-sm-12 .product-list .product-thumb .caption .brand {
    bottom: 10px;
    right: auto;
    left: 36%;
}

.search-filt {
    display: block;
    margin: 20px 0 0;
    position: relative;
    min-height: 100px;
}

.product-search .search-filt {
    min-height: 41px;
}

.product-search #content {
    min-height: 235px;
}

.product-search .text-empty-search {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 20px 0 30px;
}

.product-search #smart_search_content #adsmart_search {
    height: 41px;
}

.search-filt #button-search {
    position: absolute;
    right: 0;
    bottom: 0;
}

.adsmart_search .show_all_results a {
    color: #ffffff !important;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.adsmart_search .show_all_results {
    background-color: #1c86c8 !important;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.adsmart_search .show_all_results:hover {
    background-color: #eb508f !important;
}

.adsmart_search .adsmart_info_msg {
    display: none;
}

.adsmart_search {
    border: 1px solid #8cd4d7 !important;
}

.page-result-holder {
    font-size: 14px;
    color: #6a5b87 !important;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    padding-top: 6px;
    padding-bottom: 9px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1c86c8;
    border-color: #1c86c8;
}

.adsmart_search .adsmart_info_msg.no_results {
    display: block;
}

.scrollToTop {
    z-index: 998;
    color: #444;
    text-decoration: none;
    position: fixed;
    right: auto;
    display: none;
    bottom: 40px;
    border-radius: 50%;
    -webkit-transition: border 0.5s ease-out;
    -moz-transition: border 0.5s ease-out;
    -o-transition: border 0.5s ease-out;
    transition: border 0.5s ease-out;
    left: 40px;
}

.scrollToTop .fa {
    font-size: 33px;
    color: #444;
    border: inset 6px #1c86c8;
    border-radius: 50%;
    padding: 10px 12px;
    background: rgba(158, 158, 158, 0.2);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

.scrollToTop:hover {
    text-decoration: none;
}

.scrollToTop:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.scrollToTop:hover .fa {
    border: outset 6px #1c86c8;
}

.clear {
    clear: both;
}

.quantity-arrows .arrow.down {
    margin-left: 0;
    margin-right: 5px;
}

#modal_content {
    display: block;
    clear: both;
    float: left;
    padding: 20px;
    border: dashed 1px #1c86c8;
    width: 100%;
    box-shadow: 0 0 2px 2px #1c86c8;
}

#modal_content .modal-input input {
    width: 270px;
    margin-left: 60px;
    border: dashed 1px #1c86c8;
    font-size: 16px;
    padding: 8px;
}

#modal_content .modal-input textarea {
    width: 100%;
    border: dashed 1px #1c86c8;
    font-size: 16px;
    padding: 4px;
}

#modal_content .modal-input textarea::placeholder {
    font-size: 14px !important;
    line-height: 80px;
}

#modal_content b {
    width: 140px;
    display: block;
    float: left;
    padding-top: 9px;
    color: #6a5b87;
}

#modal_content .right .send_order:focus {
    outline: none;
}

#modal_content .right .send_order {
    background: #1c86c8;
    padding: 8px 38px;
    float: left;
    clear: both;
    border-radius: 30px;
    color: white;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    text-transform: uppercase;
    box-shadow: 0 0 0 4px #1c86c8;
    display: block;
    margin-bottom: 0;
    margin-top: 22px;
    width: 100%;
    border: none;
}

.modal-input {
    margin-bottom: 10px;
}

.information-sitemap .main-ul .col-sm-3 {
    width: 100%;
}

#registration-done .modal-dialog {
    margin: 10% auto !important;
}

.mfp-arrow-left.aditional {
    left: 0 !important;
}

.mfp-arrow-right.aditional {
    right: 0 !important;
}

.mfp-arrow-left.aditional:before {
    margin-left: 0;
}

.mfp-arrow-left.aditional:after {
    margin-left: 6px;
}

.mfp-arrow-right.aditional:before {
    margin-left: 60px;
}

.mfp-arrow-right.aditional:after {
    margin-right: 3px;
    margin-left: 64px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#main-menu-toggle:hover {
    cursor: pointer;
}

.margin-none {
    margin: 0;
}

.product-page .owl-carousel .owl-item .product-thumb .images a img {
    width: 52px;
    height: 52px;
}

.product-page-images-holder-box {
    /* display: inline-block; */
    /* display: grid; */
    display: flex;
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 0;
    z-index: 9;
    padding-bottom: 0;
    /* max-width: 400px; */
    position: relative;
}

/* fix color carousel  */
.product-page-images-holder-box {
    /* display: inline-block; */
    /* display: grid; */
    display: flex;
    float: left;
    height: auto;
    /* width: 100%; */
    max-width: 420px;
    margin-bottom: 0;
    z-index: 9;
    padding-bottom: 0;
    /* max-width: 400px; */
    position: relative;
}


.product-page-images-holder-box.grid_css {
    /* display: grid; */
}

.product-page-images-holder-box .owl-item {
    display: inline-block;
    float: left;
    width: 66px !important;
    margin: 0 2px;
}
@media (max-width: 1366px) {
    .product-page-images-holder-box {
        max-width: 400px;
    }
    .product-page-images-holder-box .owl-item {
        width: 64px !important;
        margin: 0 1px;
    }
    .product-page-images-holder-box a img {
        width: 64px;
    }
}
@media (max-width: 1284px) {
    .product-page-images-holder-box {
        max-width: 360px;
    }
    .product-page-images-holder-box .owl-item {
        width: 58px !important;
        margin: 0 1px;
    }
    .product-page-images-holder-box a {
        width: 60px !important;
    }
    .product-page-images-holder-box a img {
        padding: 7px 7px 20px 7px;
        width: 57px !important;
        height: auto !important;
    }
}
@media (max-width: 1242px) {
    .product-page-images-holder-box {
        max-width: 350px;
    }
    .product-page-images-holder-box .owl-item {
        width: 56px !important;
        margin: 0 1px;
    }
    .product-page-images-holder-box a img {
        width: 55px !important;
    }
}
@media (max-width: 1200px) {
    .product-page-images-holder-box {
        max-width: 340px;
    }
    .product-page-images-holder-box .owl-item {
        width: 54px !important;
        margin: 0 1px;
    }
    .product-page-images-holder-box a img {
        width: 53px !important;
    }

    #top-header .free-delivery .free-shipping-link {
        padding: 17px 4px 0 9px;
        font-size: 12px;
    }

   body #top-header .free-delivery .free-shipping-link svg {
        display: none;
    }
}
@media (max-width: 1170px) {
    .product-page-images-holder-box {
        max-width: 345px;
    }
}
@media (max-width: 1125px) {
    .product-page-images-holder-box {
        max-width: 325px;
    }
    .product-page-images-holder-box .owl-item {
        width: 50px !important;
        margin: 0 1px;
    }
    .product-page-images-holder-box a {
        width: 52px !important;
    }
    .product-page-images-holder-box a img {
        width: 50px !important;
    }
}
/* end fix color carousel  */

.product-page-images-holder-box a:hover,
.product-page-images-holder-box .owl-item:hover {
    cursor: pointer;
}

.product-page-images-holder-box .owl-stage {
    /* width: 400px !important; */
    clear: both;
    display: flex;
    float: left;
    padding: 0 !important;
    height: 105px;
}

.product-page-images-holder-box .owl-stage-outer {
    overflow: hidden;
}

.product-page-images-holder-box .owl-prev {
    z-index: 999;
    border: none;
    background: transparent;
}

.product-page-images-holder-box .owl-next {
    z-index: 999;
    border: none;
    background: transparent;
}

.product-page-images-holder-box .owl-nav {
    /*position: absolute;
    right: -6px;
    top: -26px; */
}

.product-page-images-holder-box .owl-prev:hover,
.product-page-images-holder-box .owl-next:hover {
    color: #000;
}

.product-page-images-holder-box .owl-prev:focus,
.product-page-images-holder-box .owl-next:focus {
    outline: none;
}

.product-page-images-holder-box a {
    /* width: 78px; */
    width: 66px;
    display: inline-block;
    margin-right: 4px;
}

.product-page-images-holder-box .owl-prev i,
.product-page-images-holder-box .owl-next i {
    width: 25px;
}

.product-page-images-holder-box .owl-prev {
    position: absolute;
    top: 9px;
    left: -5px !important;
    width: 24px;
    height: 60px;
    /* background: #f5f5f5 !important; */
    margin: 0;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border-radius: 3px;
    background: #f5f5f5;
    -webkit-box-shadow: 0px 0px 15px 18px rgb(245 245 245);
    -moz-box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    box-shadow: 0px 0px 15px 18px rgb(245 245 245);
}

.product-page-images-holder-box .owl-prev i {
    transform: rotate(180deg);
}

.product-page-images-holder-box .owl-next {
    position: absolute;
    top: 9px;
    right: 5px !important;
    width: 22px;
    height: 60px;
    /* background: #ffffff !important; */
    margin: 0;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border-radius: 3px;
    background: #f5f5f5;
    -webkit-box-shadow: 0px 0px 15px 18px rgb(245 245 245);
    -moz-box-shadow: 0px 0px 15px 18px rgb(255 255 255);
    box-shadow: 0px 0px 15px 18px rgb(245 245 245);
}

.product-page-images-holder-box.grid_css a span {
    position: absolute;
    left: 0;
    right: 5px;
    display: block;
    /* bottom: -26px;
    height: 31px;
    font-size: 10px; */
    margin: 0 auto;
    text-align: center;
    color: #000;
    overflow: hidden;
    float: left;

    bottom: 12px;
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;
    word-break: break-all;
    height: 12px;
}

.product-page-images-holder-box a span {
    position: absolute;
    left: 0;
    right: 5px;
    display: block;
    float: left;
    /* width: 100%; */
    text-align: center;
    color: #000;
    /*
    bottom: 0;
    font-size: 10px;
    margin-top: -6px; */

    overflow: hidden;
    bottom: 12px;
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;
    word-break: break-all;
    height: 12px;
}

.product-page #product .form-group {
    display: block;
    width: 100%;
    float: left;
    /* margin-top: 35px; */
    margin-bottom: 0 !important;
}

.product-page #product .form-group.checkbox-custom,
.product-page #product .form-group.text-custom,
.product-page #product .form-group.textarea-custom,
.product-page #product .form-group.file-custom,
.product-page #product .form-group.date-custom,
.product-page #product .form-group.datetime-custom,
.product-page #product .form-group.time-custom,
.product-page #product .form-group.radio-custom,
.product-page #product .form-group.select-custom,
.product-page #product .form-group#colors {
    margin-top: 10px;
    /* padding-left: 15px; */
    padding-left: 5px;
}

.product-page #product .form-group.radio-custom .radio {
    background: #f5f5f5;
    text-align: center;
    width: auto;
    min-width: 46px;
    height: 37px;
    padding: 0 5px;
    float: left;
    border: solid 2px #d0d0d0;
    border-radius: 4px;
    margin: 0 5px 5px 0;
    display: table;
}

.product-page #product .form-group.radio-custom .radio:hover,
.product-page #product .form-group.radio-custom .radio.checked {
    /* background: #fff; */
    border: 2px solid #27cfbd;
}

.product-page #product .form-group.radio-custom .radio:hover label,
.product-page #product .form-group.radio-custom .radio.checked label {
    color: #27cfbd;
    /* font-weight: bold; */
}

.product-page #product .form-group.radio-custom .radio label {
    font-size: 14px;
    line-height: 15px;
    padding: 4px 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #575757;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.product-page #product .form-group.radio-custom .radio input[type="radio"] {
    display: none;
}

.left-col-product > h3 {
    padding-left: 15px;
}

.left-col-product > h3.option-title {
    display: none;
}

.product-page-images-holder-box a img {
    margin-right: 7px;
    background: #ffffff;
    margin-bottom: 8px;
    border: solid 1px #d0d0d0;
    border-radius: 4px;
    padding: 7px 7px 20px 7px;
    width: 66px;
    height: 79px;
}
/* 
.product-page-images-holder-box a[opt-status="0"] img {
    filter: grayscale(100%);
} */

.product-page-images-holder-box a[opt-status="0"]::after {
    content: "X";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    color: red;
    font-size: 60px;
    text-align: center;
    line-height: 80px;
}

.product-page-images-holder-box a.isActive img,
.product-page-images-holder-box a:active img,
.product-page-images-holder-box a:hover img {
    /* border: 1px solid #6dbaa8; */
    border: 2px solid #28cfbd;
}

.product-page-images-holder-box a.active img {
    /* border: 1px solid #6dbaa8; */
    border: 2px solid #28cfbd;
}

.article-info span i {
    color: #1c86c8 !important;
}

.easy-blog .label-category {
    background-color: #25bdad !important;
}

.easy-blog .row {
    margin-left: 0;
    margin-right: 0;
}

#form-comment a {
    color: #1c86c8 !important;
}

#form-comment a:hover {
    color: #1c86c8 !important;
}

.comment-title {
    color: #6a5b87;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.featured_column {
    clear: both;
}

.featured_column #img-target {
    width: auto !important;
    height: auto !important;
    border: 1px solid #9e9e9e;
}

.featured_column .image:hover img#img-target {
    border: 1px solid #1c86c8;
}

.featured_column .product-thumb .image a {
    min-height: 80px;
}

.featured_column .product-thumb .caption {
    padding: 0;
    min-height: 0;
    position: absolute;
    font-size: 16px;
    top: 0;
    display: block;
    width: 100%;
}

.featured_column .product-thumb .caption .price {
    padding: 0;
    min-height: 0;
    position: absolute;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    display: none;
    z-index: 9999;
}

.featured_column .product-thumb .price-old {
    width: 100%;
    display: block;
    float: left;
    font-size: 12px;
    text-align: center;
    color: #666666;
    margin: 0;
    top: 20px;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    line-height: 20px;
}

.featured_column .product-thumb .price-new {
    width: 100%;
    float: left;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    text-align: center;
    top: 40px;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    line-height: 20px;
}

.featured_column .product-thumb .image a:hover {
    opacity: 1;
}

.featured_column .product-thumb:hover .caption .price {
    display: block;
}

.featured_column .product-thumb:hover .caption .price_holder {
    position: relative;
}

.featured_column .product-thumb {
    border: none;
    min-height: 0;
    overflow: hidden;
    width: 80px;
    float: left;
    margin: 0 10px 9px 0;
}

.featured_column .product-thumb:nth-child(3n + 0) {
    margin-right: 0;
}

.featured_column .owl-carousel .owl-buttons div {
    opacity: 1;
}

.featured_column .owl-carousel .owl-buttons div i {
    color: #fff;
    text-shadow: 1px 1px 0 rgb(24, 27, 27);
}

.featured_column .owl-carousel .owl-buttons .owl-prev:hover i,
.featured_column .owl-carousel .owl-buttons .owl-next:hover i {
    color: rgb(235, 80, 143);
    text-shadow: 1px 1px 0 rgb(14, 104, 107);
}

.featured_column .owl-carousel .owl-buttons .owl-next {
    right: -35px !important;
}

#brand-by-character > strong {
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
    font-size: 21px;
}

.product-page .fb-comments,
.product-page .fb-comments span,
.product-page .fb-comments iframe {
    width: 100% !important;
}

body > .cc-revoke.cc-bottom.cc-animate {
    display: none !important;
}

/*Shipping information CART/CHECKOUT */
.custom-shipping-information {
    display: block;
    width: 100%;
    float: left;
    margin-top: 23px;
    border: 1px solid #6a5b87;
}

.custom-shipping-information .holder.delivery-info {
    width: 100%;
    float: left;
    display: block;
}

.custom-shipping-information .delivery-info .back-holder {
    padding: 14px 20px;
    box-sizing: border-box;
    background: #e6e6e6;
    width: 95.5%;
    position: relative;
    margin: auto auto 16px;
}

.custom-shipping-information .delivery-info .back-holder:before {
    content: "";
    background: url("../image/last-back1.png") no-repeat;
    width: 26px;
    height: 190px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -10px;
}

.custom-shipping-information .delivery-box {
    background: #fff;
    width: 23.2%;
    font-size: 12px;
    line-height: 14px;
    margin-left: 1.8%;
    padding-bottom: 25px;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
    margin-top: 3px;
    position: relative;
    float: left;
}

.custom-shipping-information .shadow {
    -webkit-box-shadow: -4px -3px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px -3px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -4px -3px 2px 0 rgba(0, 0, 0, 0.2);
}

.custom-shipping-information .delivery-box .pic.truck {
    background: url("../image/truck.png") no-repeat center;
    background-size: 60px;
    height: 70px;
    float: left;
    width: 100%;
}

.custom-shipping-information .delivery-box .pic.bag {
    background: url("../image/bag-bl.png") no-repeat center;
    background-size: 28px;
    height: 70px;
}

.custom-shipping-information .delivery-box .pic.payment {
    background: url("../image/payment.png") no-repeat center;
    background-size: 46px;
    height: 70px;
}

.custom-shipping-information .delivery-box .pic.phone {
    background: url("../image/phone-bl.png") no-repeat center;
    background-size: 37px;
    height: 70px;
}

.custom-shipping-information .delivery-box .del-title {
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 8px 0;
    width: 100%;
    text-align: center;
    float: left;
}

.custom-shipping-information .bold {
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    width: 100%;
    text-align: center;
    float: left;
}

.custom-shipping-information .delivery-box .desc-hld {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    display: table;
    min-height: 95px;
    height: 95px;
    margin-top: 5px;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

.custom-shipping-information .delivery-box .desc {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.custom-shipping-information .delivery-box .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.custom-shipping-information .delivery-box a {
    text-decoration: none;
    color: #767676;
    outline: none;
}

.custom-shipping-information .delivery-box a:hover {
    cursor: pointer;
}

.information-contact .aditional-contact-info {
    margin-top: 12px;
}

.information-contact .skype-contact,
.information-contact .faceb-contact {
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    line-height: 24px;
    color: #767676 !important;
}

.information-contact .skype-contact a,
.information-contact .faceb-contact a {
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    line-height: 24px;
    color: #767676 !important;
}

.information-contact .skype-contact a:hover,
.information-contact .faceb-contact a:hover {
    color: #6a5b87 !important;
}

.information-contact .static-p a {
    color: #767676 !important;
}

.information-contact .faceb-contact .faceb {
    background: url("../image/face.png") no-repeat 0;
    background-size: 24px;
    height: 24px;
    width: 26px;
    float: left;
}

.information-contact .skype-contact .skype {
    background: url("../image/skype.png") no-repeat 0;
    background-size: 22px;
    height: 24px;
    width: 25px;
    float: left;
}

.information-contact .g-recaptcha > div {
    float: left;
}

.information-contact .google-map .panel-body {
    padding: 0 15px;
}

.information-contact .google-map {
    padding: 14px 15px 10px;
}

.information-contact .map-title {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

/* #ask-question input[type=checkbox] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;
} */

/* #ask-question .checkbox_holder input[type=checkbox]:before {
	font-family: "FontAwesome";
    content: "\f00c";
    font-size: 15px;
    color: transparent !important;
    background: #fef2e0;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid black;
    margin-right: 7px;
} */
/* .checkbox_holder{
    position: relative;
} */
#quick_order .checkbox_holder,
#ask-question .checkbox_holder {
    position: relative;
}

#quick_order .checkbox_holder input,
#ask-question .checkbox_holder input {
    opacity: 0;
}

#quick_order .checkbox_holder span,
#ask-question .checkbox_holder span {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #25bdad;
    border-radius: 4px;
    margin-top: 3px;
    float: left;
}

#ask-question .checkbox_holder span {
    border: 2px solid #1c86c8;
}

#quick_order .checkbox_holder.checked span:before,
#ask-question .checkbox_holder.checked span:before {
    /* content: ""; */
    content: "\f00c";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #25bdad;
    position: absolute;
    top: 4px;
    left: 3px;
}

#ask-question .checkbox_holder.checked span:before {
    color: #1c86c8;
}

.white-popup-block {
    border-radius: 4px;
}

#quick_order .mfp-close,
#ask-question .mfp-close {
    right: 17px;
    top: 9px;
    font-size: 40px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAABVQTFRF5wt35wt3AAAA5wt35wt35wt35wt3P28t3AAAAAd0Uk5T0J8AoM//kKYk68UAAABgSURBVHicNc/BCcAwDENR9dIBOoK9QAn1ICHQ/UepJTU5fR5YEBzxvwd1ufJFTmcNhDlXIMw1OsWNTHIjs5mozElURhH/nDtzaVtnQ9vwJhneJEMohlAMIxlGMs79ofsDZk0fPYYVPQcAAAAASUVORK5CYII=');
    color: transparent;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 41% 44%;
}

#ask-question .mfp-close:hover {
    /* color: #e70b77; */
    color: transparent;
}

#ask-question h1 {
    color: #1c86c8;
}

#quick_order .modal-input li label,
#ask-question fieldset li label {
    /* color: #1c86c8; */
    color: #666666;
    font-size: 14px;
    /* font-weight: normal; */
}

#ask-question fieldset li label div {
    width: 93% !important;
}

#ask-question fieldset li input,
#ask-question fieldset li textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    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 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border: 2px solid #1c86c8;
    min-height: 41px;
}

#quick_order .modal-input li textarea#msg,
#ask-question fieldset li textarea#msg {
    height: 70px;
    max-height: 70px;
}

#ask-question .ask-question-text,
#ask-question .ask-question-text {
    text-align: center;
    color: #1c86c8;
    font-weight: 700;
    padding: 15px;
}

#quick_order .modal-input input::-webkit-input-placeholder,
#quick_order .modal-input textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #25bdad;
    font-weight: 700;
    font-size: 14px;
}

#ask-question fieldset input::-webkit-input-placeholder,
#ask-question fieldset textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1c86c8;
    font-weight: 700;
    font-size: 14px;
}

#quick_order #quick-order,
#ask-question #button-fast-ask {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    line-height: 36px;
    border-radius: 4px;
    margin-top: 25px;
    background: #1c86c8;
    border-color: #1c86c8;
}

#quick_order #quick-order {
    background: #25bdad;
    border-color: #25bdad;
}

#quick_order #quick-order:active,
#ask-question #button-fast-ask:active {
    outline: none;
}

#quick_order #quick-order:hover,
#ask-question #button-fast-ask:hover {
    background-color: #eb508f !important;
    border-color: #eb508f !important;
}

#quick_order .modal-input input::-moz-placeholder,
#quick_order .modal-input textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #25bdad;
    font-weight: 700;
    font-size: 14px;
}

#ask-question fieldset input::-moz-placeholder,
#ask-question fieldset textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #1c86c8;
    font-weight: 700;
    font-size: 14px;
}

#quick_order .modal-input input:-ms-input-placeholder,
#quick_order .modal-input textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #25bdad;
    font-weight: 700;
    font-size: 14px;
}

#ask-question fieldset input:-ms-input-placeholder,
#ask-question fieldset textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #1c86c8;
    font-weight: 700;
    font-size: 14px;
}

#quick_order .modal-input input:-moz-placeholder,
#quick_order .modal-input textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #25bdad;
    font-weight: 700;
    font-size: 14px;
}

#ask-question fieldset input:-moz-placeholder,
#ask-question fieldset textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #1c86c8;
    font-weight: 700;
    font-size: 14px;
}

#quick_order #newsletter_qc,
#quick_order #terms_qc,
#ask-question #terms_askq {
    width: 20px !important;
    height: 20px;
    /* margin-left: 10px; */
    margin-top: 3px;
    border: 2px solid #000;
}

.grid-list-buttons {
    display: none;
}

.dostavka-product-item_1 p {
    display: inline-block;
    float: left;
}

.dostavka-product-item_1 span {
    color: #575757;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    display: inline-block;
}

.dostavka-product-item_1 small {
    display: inline-block;
    float: left;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    color: #000;
    font-size: 9px;
    margin-top: 6px;
    margin-left: 2px;
}

.dostavka-product-item_1 {
    width: auto;
    display: inline-block;
    float: left;
    clear: left;
}

.dostavka-product-item_2 {
    margin-top: 0;
    float: left;
    font-size: 12px;
    color: #000;
    display: inline-block;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    margin-top: -3px;
    margin-left: 5px;
    padding: 2px 5px;
}

.dostavka-product-item_2 .bold {
    color: #000;
}

.dostavka-product-item_2 p {
    margin: 0;
    line-height: 19px;
}

.dostavka-product-item_2 p svg {
    fill: #aaa9a9;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.mfp-pager {
    width: 100%;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.mfp-pager::after {
    clear: both;
    display: block;
    content: "";
}

.mfp-pager li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.mfp-pager .arrow_next,
.mfp-pager .arrow_prev {
    display: inline-block;
}

.mfp-pager .arrow_next button,
.mfp-pager .arrow_prev button {
    vertical-align: middle;
    border: none;
}

.mfp-pager li .arrow {
    top: 2px;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: url("/temas/claraboia/html/img/sprite.png") no-repeat;
    width: 18px;
    height: 11px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    position: relative;
}

.mfp-pager li .prev {
    background-position: -20px -22px;
}

.mfp-pager li .next {
    background-position: -20px -40px;
}

.mfp-pager .dots {
    vertical-align: top;
    text-align: center;
    display: inline-block;
    margin: 0 8px;
    position: relative;
    padding-left: 0;
}

.mfp-pager .dots li {
    display: inline-block;
    margin: 0 2px;
}

.mfp-pager .dots li a {
    display: block;
    width: 15px;
    height: 15px;
    background: #666;
    text-indent: -9999px;
    padding: 5px;
    margin: 0;
    cursor: pointer;
    border: none;
}

.mfp-pager .dots li.active a,
.mfp-pager .dots li.active button,
.mfp-pager .dots li:hover a,
.mfp-pager .dots li:hover button {
    border: 2px solid #1c86c8;
}

.product-page #product {
    display: block;
    width: 100%;
    float: left;
}

.product-page .qtytoto {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}

.rating_counter_holder {
    width: 370px;
    display: block;
    left: 100px;
    right: 0;
    text-align: center;
    margin: 5px auto auto;
    bottom: 10%;
    position: relative;
}

.header-register-button {
    margin-bottom: 10px;
}

.or_text,
.mobile-responsive.fb_login,
.mobile-responsive.google_login {
   display: none !important;
}

.product-page .rating-box {
    display: inline-block;
    width: 100%;
    float: left;
}

.product-page .rating-box .totalProductRating {
    float: left;
    margin-top: 1px;
}

.svg-active-212 {
    fill: #e6d065 !important;
}

.rating-main-img {
    text-align: center;
    font-size: 18px;
}

.rating-main-img p,
.rating-main-img a,
.rating-main-img div {
    display: inline-block;
}

.rating-main-img .review_count {
    margin-left: 10px;
    color: #000;
}

.rating-main-img a {
    color: #2899ae;
}

.rating-main-img a:hover {
    color: #e70c77;
}

.product_main_img .thumbnails {
    margin-bottom: 0 !important;
    margin-top: 40px !important;
    margin:0 auto;
}

.image_counter {
    display: inline-block;
    background: #7f7f7f;
    width: auto;
    float: none;
    text-align: center;
    margin: 10px auto 0;
    padding: 12px 18px;
    border-radius: 4px;
    float: right;
    position: absolute;
    /* min-width: 71px; */
    /* right: -152px; */
    right: -50%;
    bottom: 28px;
}

.rating_counter_holder {
    text-transform: uppercase;
}

.image_counter div {
    display: inline-block;
    color: #ececec;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    line-height: 15px;
    float: left;
}

.image_counter .count_text {
    font-size: 12px;
    margin-left: 5px;
}

.checkout-success h1 {
    font-size: 18px;
}

.checkout-success .buttons .pull-right a.btn.btn-primary {
    display: none;
}

.checkout-success #content {
    min-height: 500px !important;
}

.extension-module-isenselabs_gdpr #content ul li a {
    padding: 5px 0;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    color: #20a99a;
}

.extension-module-isenselabs_gdpr #content ul li a:hover {
    color: #ec0f7b;
}

.extension-module-isenselabs_gdpr #content ul {
    padding-left: 10px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.not-available {
    padding: 0 15px;
}

.bf-empty-product-list-msg,
.empty-product-list-msg {
    /* padding-left: 25px; */
    padding: 0 25px;
}

#content form.form-horizontal fieldset .form-group {
    margin-right: 0;
    margin-left: 0;
}

#content form.form-horizontal fieldset .used-package p {
    display: block;
    float: left;
    font-size: 14px;
    margin: 10px 0;
}

#content form.form-horizontal .images {
    margin: 30px 0 0;
}

.form-group .col-sm-10 {
    padding-right: 0;
}

.checkout-cart .form-group .col-sm-10 {
    padding-right: 15px;
}

#d_quickcheckout #payment_address .form-horizontal .control-label {
    text-align: left;
}

#content.return_form_page form .form-group .col-sm-10,
.account-return-add #content form .form-group .col-sm-10 {
    padding-right: 15px;
    padding-left: 0;
}

#content.return_form_page form .form-group .col-sm-3,
.account-return-add #content form .form-group .col-sm-3 {
    padding-left: 0;
}

.result_target {
    padding: 0 6px;
}

.product-tags .tags-title {
    float: left;
    font-size: 17px;
    margin-right: 5px;
    font-weight: 700;
}

.product-tags a {
    float: left;
    font-size: 11px;
    display: inline-block;
    color: #1c86c8;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    text-transform: uppercase;
    border: 1px solid #1c86c8;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px 3px;
}

.product-tags a:hover {
    color: #fff;
    background: #1c86c8;
}

.search-filt label.control-label {
    display: none;
}

.search-filt #smart_search_content {
    margin: 0 30px;
}

.search-filt #smart_search_content input#adsmart_search {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.search-filt #smart_search_content .adsmart_container {
    width: 100%;
}

.search-filt #smart_search_content .adsmart_container .adsmart_search {
    width: 100% !important;
}

.product-search .search-filt #smart_search_content .adsmart_container {
    position: unset !important;
    height: unset !important;
}

.product-search .search-filt #smart_search_content .adsmart_container .adsmart_search{
    position: absolute;
    /* top: 0px; */
    top: 40px;
    left: 0px;
    right: 0px;
    height: 360px;
    overflow: auto;
}

.product-search .search-title #smart_search_content {
    z-index: 998;
}

.search-filt
#smart_search_content
.adsmart_container
.adsmart_search
.viewport
ul {
    padding-right: 0 !important;
    position: relative;
}

.search-filt
#smart_search_content
.adsmart_container
.adsmart_search
.viewport {
    overflow: hidden;
}

.search-filt
#smart_search_content
input#adsmart_search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1c86c8;
    font-size: 14px;
}

.search-filt #smart_search_content input#adsmart_search::-moz-placeholder {
    /* Firefox 19+ */
    color: #1c86c8;
    font-size: 14px;
}

.search-filt #smart_search_content input#adsmart_search:-ms-input-placeholder {
    /* IE 10+ */
    color: #1c86c8;
    font-size: 14px;
}

.search-filt #smart_search_content input#adsmart_search:-moz-placeholder {
    /* Firefox 18- */
    color: #1c86c8;
    font-size: 14px;
}

.adsmart_container {
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 25px;
}

.adsmart_container::-webkit-scrollbar {
    width: 3px;
    background-color: #e7e7e7;
    border-radius: 6px;
    height: 3px;
}

.adsmart_container::-webkit-scrollbar-thumb {
    background-color: #e70b77;
    cursor: pointer;
    border-radius: 6px;
}

.adsmart_container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e7e7e7;
    border-radius: 6px;
}

#responsive_filter {
    display: none;
}

.active-toggle,
.button-active {
    display: block !important;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background: url("../img/next-arrow.png") no-repeat;
    background-size: 30px;
}

.sepPhones {
    padding: 0 15px;
}

.custom-modal {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #00000042;
    z-index: 9999999;
    left: 0;
    top: 0;
}

.custom-modal .modal-title {
    color: #1c86c8;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 30px 0 30px 0;
    text-align: center;
}

.custom-modal .modal-footer .continue {
    background-color: #1c86c8 !important;
    border-color: #1c86c8 !important;
    text-transform: uppercase;
}

.custom-modal .modal-footer .checkout {
    background-color: #eb508f !important;
    border-color: #d34880 !important;
    text-transform: uppercase;
}

#why-toggle:hover {
    cursor: pointer;
}

.contact-no-border {
    border: none;
    clear: none !important;
    float: left;
    display: block;
}

.information-contact .contact-block legend {
    font-weight: 700;
}

.contact-captcha fieldset .col-sm-2 {
    width: 100% !important;
    padding-bottom: 28px;
}

.contact-captcha fieldset .col-sm-10 {
    width: 100% !important;
}

.product-category-59 .hide-on-main-cat {
    display: none;
}

.product-manufacturer #content.col-sm-9 {
    width: 100%;
}

.product-manufacturer #column-right.col-sm-3 {
    display: none !important;
}

.no-margin-bottom {
    margin-bottom: 0;
}

#product #modal_content .modal-input input {
    width: 100%;
    margin-left: 0;
}

#product #modal_content {
    width: 340px;
    clear: none;
    float: right;
    padding: 10px 15px;
}

.product-page #product .rating-box {
    padding-left: 13px;
}

.product-left .thumbnails > .thumbnail {
    border: 1px solid #f5f5f5;
}

.product-page #modal_content .modal-input input {
    padding: 4px;
}

#product #modal_content .modal-input input#adres {
    min-height: 70px;
}

#product #modal_content .send_order {
    margin: 10px 0;
}

body .product-thumb .caption .brand,
body .product-thumb .caption .brand img {
    width: auto !important;
}

#top-links .cart-holder {
    width: 120px;
    float: right;
}

.left-col-product {
    float: left;
}

#top-header .header-register {
    padding-top: 17px !important;
}

.free-shipping-head span {
    display: block;
    font-size: 11px;
}

.free-shipping-head {
    display: block;
    color: #1c86c8;
    border: 1px solid #1c86c8;
    font-size: 14px;
    border-radius: 25px;
    padding: 5px;
    text-transform: uppercase;
    line-height: 15px;
    width: 246px;
}

.free-shipping-head .fa {
    font-size: 32px;
    padding-left: 14px;
    padding-right: 12px;
    float: left;
}

.qty-hide {
    display: none;
}

.img_responsive_show {
    display: none !important;
}

#cart .dropdown-menu li .img-thumbnail {
    min-width: 47px;
}

.product-page #modal_content .modal-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6a5b87;
    font-weight: 700;
    font-size: 14px;
}

.product-page #modal_content .modal-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #6a5b87;
    font-weight: 700;
    font-size: 14px;
}

.product-page #modal_content .modal-input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #6a5b87;
    font-weight: 700;
    font-size: 14px;
}

.product-page #modal_content .modal-input input:-moz-placeholder {
    /* Firefox 18- */
    color: #6a5b87;
    font-weight: 700;
    font-size: 14px;
}

.links-right .list-inline li a i {
    padding-right: 5px;
}

.promo-banner img {
    width: 100% !important;
    height: auto;
}

.mfp-figure img.mfp-img {
    max-width: 600px !important;
}

.sorting-cat .input-group:after,
.limit-cat .input-group:after {
    content: "\f078";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: #b4b0b0;
    right: 1px;
    top: 1px;
    position: absolute;
    pointer-events: none;
    z-index: 9;
    width: 38px;
    padding: 8px 0;
    text-align: center;
    background: #f3f2f2;
    height: 34px;
    border-left: solid 1px #b4b0b0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
}

#carousel0 .item img {
    width: 130px;
    height: 100px;
}

.sorting-cat .input-group,
.limit-cat .input-group {
    display: block;
}

.product-page #product #colors label:hover::after {
    cursor: pointer !important;
    color: #ec0b78;
}

#colors > label {
    position: relative;
    width: 100%;
}

#colors select.form-control {
    min-width: 196px;
    height: 37px;
    font-size: 14px;
}

.product-page select.form-control {
    min-width: 196px;
    width: 100%;
    height: 37px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.has-child.close-category .fa-angle-up,
.has-child.close-category.active .fa-angle-right {
    display: none;
}

.has-child.close-category.active .fa-angle-up,
.has-child.open-category .fa-angle-right {
    display: block;
}

#input-sort::after {
    content: "";
}

.bf-attr-header {
    background: #ffffff !important;
}

.little-left {
    left: 21px !important;
}

.product-search .search-filt {
    display: none;
}

.custom-modal .modal-dialog {
    margin: 18% auto;
}

.cat-list,
.category_module a {
    background: url("../image/link-arrow-g.png") no-repeat 10px center;
    background-size: 6px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.cat-list:hover,
.category_module a:hover,
.category_module a.active,
.cat-list.active {
    color: #199bef !important;
    background: url("../image/link-arrow-b.png") no-repeat 10px center !important;
    background-size: 6px !important;
}

.category_module a:hover:first-child {
    background: #1c86c8 !important;
    color: #ffffff !important;
}

#mc_embed_signup input.email {
    text-transform: uppercase;
}

.mfp-bottom-bar .mfp-pager .arrow_prev,
.mfp-bottom-bar .mfp-pager .arrow_next {
    display: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    top: 44px;
    right: 4px !important;
    padding-top: 1px;
    width: 25px !important;
    height: 25px;
    cursor: pointer;
    padding-right: 0 !important;
    font-size: 26px;
    font-weight: 700;
    line-height: 18px;
    text-align: center !important;
    color: #fff !important;
    background: #1c86c8;
    text-decoration: none;
    opacity: 1;
    border-radius: 2px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.mfp-close {
    cursor: pointer !important;
}

/* .mfp-close:active {
    top: 44px !important;
} */

.mfp-image-holder .mfp-close:active {
    top: 44px !important;
}

/* #ask-question .mfp-close:active {
    top: 0 !important;
} */
#quick_order .mfp-close:active,
#ask-question .mfp-close:active {
    top: 9px !important;
}

#ask-question fieldset li {
    margin-bottom: 2px;
}

.mfp-iframe-scaler .mfp-close:active {
    top: -40px !important;
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
    background: #eb508f;
}

.information-sitemap .main-ul {
    padding-left: 0;
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

.information-sitemap #content a {
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.information-sitemap #content a:hover {
    color: #1c86c8;
    text-decoration: underline;
}

.information-sitemap .container.sitemap li {
    line-height: 14px;
}

.information-sitemap .col-sm-6 ul li:first-child a {
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    margin: 5px 0;
}

.information-sitemap .col-sm-12 ul {
    padding-left: 0;
}

.information-sitemap .col-sm-12 ul {
    padding-left: 15px;
}

.information-sitemap .col-sm-12 ul li.first_row > a,
.information-sitemap .col-sm-12 ul li.first_row div,
.information-sitemap .col-sm-12 ul li ul li.second_row > a {
    color: #e70c77 !important;
    text-decoration: none;
    position: relative;
    width: auto;
    line-height: 25px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-size: 12px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    text-transform: uppercase;
}

.information-sitemap .col-sm-12 .first_row_child {
    padding-left: 0;
}

.information-sitemap .col-sm-12 .first_row.custom {
    padding-left: 15px;
    display: block;
    float: left;
    width: 300px;
}

.information-sitemap .col-sm-12 a.dot {
    position: relative;
}

.information-sitemap .col-sm-12 a.dot:before {
    content: "•";
    position: absolute;
    left: -14px;
    top: 0;
    font-size: 9px;
    line-height: 13px;
    margin-right: 2px;
    color: rgb(25, 155, 239);
}

.information-sitemap a:hover {
    color: #199bef;
}

.information-sitemap .girl-top {
    background: url("../image/child-top.png") no-repeat;
    background-size: 66px;
    width: 66px;
    height: 164px;
    left: -80px;
    top: 90px;
}

.information-sitemap .child-left {
    background: url("../image/child-bottom-left.png") no-repeat;
    width: 92px;
    height: 131px;
    bottom: 0;
    left: -100px;
}

.information-sitemap .child-right {
    background: url("../image/child-bottom-right.png") no-repeat;
    background-size: 65px;
    width: 65px;
    height: 160px;
    right: -80px;
    bottom: 0;
}

.information-sitemap .child-right-bottom {
    background: url("../image/child-right.png") no-repeat;
    background-size: 65px;
    width: 83px;
    height: 64px;
    right: -150px;
    bottom: 0;
}

.information-sitemap .absolute {
    position: absolute;
}

.information-contact .container strong {
    color: #25bdad;
    text-transform: uppercase;
}

.form-horizontal .control-label {
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.information-contact .form-horizontal.contact-form .control-label {
    text-align: left;
    padding-bottom: 5px;
}

#main-menu-container > li > a.active {
    background: #1c86c8 !important;
    color: #fff !important;
}

#top-header .cart-holder #cart .btn.btn-danger:hover {
    background: #eb508f;
}

#top-header .cart-holder #cart .totals strong {
    color: #eb508f;
}

#top-header .cart-holder #cart .totals .total-price {
    color: #eb508f;
    font-weight: 700;
}

#top-header .cart-holder #cart .dropdown-menu .single-product .total {
    width: 90px;
}

#top-header .cart-holder #cart .dropdown-menu .single-product .qty {
    width: 30px;
    padding: 8px 0;
}

.sorting-cat #input-sort {
    /* width: 214px;
    height: auto;
    font-size: 16px;*/
    line-height: 1;
    border: solid 1px #b4b0b0;
    box-shadow: none;
    border-radius: 4px;

    width: 192px;
    height: 46px;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #aaaaaa;
    padding: 0;
    background: transparent;
}

.sorting-cat #input-sort option {
    font-size: 14px;
    color: #000;
}

.sorting-cat #input-sort-mask {
    /* position: absolute;
    left: 0;
    right: 0; */
    display: block;
    float: left;
    width: 100%;
    height: 44px;
}

.sorting-cat #input-sort-mask svg {
    width: 20px;
    height: auto;
    margin-right: 10px;
    display: inline-block;
    float: left;
    position: absolute;
    left: 38px;
    top: 12px;
}

.sorting-cat #input-sort-mask span {
    color: #000;
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 9px;
    padding: 0 5px 0 65px;
}

.sorting-cat #input-sort-mask span.selected_sort_holder {
    padding: 0 5px 0 65px;
    margin: 0;
}

.sorting-cat #input-sort-mask span.selected_sort_holder .selected_sort,
.sorting-cat #input-sort-mask span.selected_sort_holder span {
    padding: 0;
    margin: 0%;
    color: #aaaaaa;
    font-size: 12px;
}

.sorting-cat #input-sort.open .dropdown-menu {
    display: block;
    margin: 0;
    width: 100%;
    margin-top: 13px;
}

.sorting-cat #input-sort.open .dropdown-menu:before {
    border-style: solid;
    border-color: transparent #dedede transparent transparent;
    content: " ";
    display: inline-block;
    border-bottom: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    height: 13px;
    width: 13px;
    transform: rotate(-135deg);
    top: -7px;
    position: absolute;
    background: #fdfbfb;
    left: 47%;
}

.sorting-cat #input-sort .dropdown-menu li a {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding: 11px 11px 11px 35px;
    position: relative;
}

.sorting-cat #input-sort .dropdown-menu li:last-child a {
    border-bottom: none;
}

.sorting-cat #input-sort .dropdown-menu li a img {
    position: absolute;
    display: inline-block;
    float: left;
    left: 11px;
}

.sorting-cat #input-sort .dropdown-menu li a span {
    display: inline-block;
    float: left;
    color: #333333;
    font-size: 14px;
    transition: all 0.3s ease;
}

.sorting-cat #input-sort .dropdown-menu li a:hover {
    background: none;
}

.sorting-cat #input-sort .dropdown-menu li a:hover span {
    color: #ec107b;
}

.sorting-cat #input-sort .dropdown-menu li.best_sell a img {
    width: 16px;
    height: 18px;
}

.sorting-cat #input-sort .dropdown-menu li.default a img {
    width: 19px;
    height: 19px;
    left: 10px;
    margin-top: 1px;
}
.sorting-cat #input-sort .dropdown-menu li.newest a img {
    width: 19px;
    height: 19px;
    left: 10px;
    margin-top: 1px;
}

.sorting-cat #input-sort .dropdown-menu li.price_asc a img {
    width: 16px;
    height: 18px;
    margin-top: 1px;
}

.sorting-cat #input-sort .dropdown-menu li.price_desc a img {
    width: 16px;
    height: 18px;
    margin-top: 2px;
}

.sorting-cat #input-sort .dropdown-menu li.bigest_percentage a img {
    width: 14px;
    height: 14px;
    margin-top: 4px;
}

.limit-cat #input-limit {
    width: 125px;
    float: right;
    font-size: 14px;
    line-height: 24px;
}

.sorting-cat #input-sort:hover,
.limit-cat #input-limit:hover {
    cursor: pointer;
}

label.custom-file-input {
    width: 50%;
    float: left;
    margin: 20px 0;
}

.custom-file-input input {
    outline: none !important;
    padding-top: 9px;
    margin-left: 18px;
}

.custom-file-input {
    position: relative;
}

.custom-file-input span {
    display: block;
    clear: both;
    background: #eb508f;
    width: 101px;
    text-align: center;
    color: #ffffff;
    padding: 9px 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
}

.custom-file-input span:hover {
    background: #ec0f7b;
}

.account-return-add #input-comment {
    margin-top: 10px;
}

@-moz-document url-prefix() {
    .custom-file-input input {
        margin-left: 28px;
        padding-top: 7px;
    }
}

.hide-text-on-mobile {
    display: inline-block;
}

#cart.open .dropdown-menu {
    display: block;
}

#cart .dropdown-menu {
    top: 79px;
    right: -10px;
}

#cart .dropdown-menu:before {
    border-style: solid;
    border-color: transparent #dedede transparent transparent;
    content: " ";
    display: inline-block;
    border-bottom: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    height: 13px;
    width: 13px;
    transform: rotate(-135deg);
    top: -7px;
    right: 28px;
    position: absolute;
    background: #fdfbfb;
}

#cart .dropdown-menu .table > tbody > tr:first-child > td {
    border-top: none;
}

/*ICONS PRODUCTS BY CATEGORY*/
.static-categories-box a.cat-img {
    position: relative;
}

#column-right .list-group a:before {
    display: none;
}

.product-category-59 #column-right .list-group a:before {
    display: block;
}

.product-category-59 #column-right .list-group a {
    padding: 15px 12px 15px 45px;
}

.product-category-59 #column-right .list-group a:before {
    left: 5px;
}

.product-category-59 .category-description {
    display: none;
}

.nav-cat .cat-img:before {
    background: url("../image/cats_sprite.png") no-repeat;
}

.category_module a:before {
    background: url("../image/cats_sprite.png") no-repeat;
}

#category-img-number-0:before,
#category-img-number-:before {
    content: "";
    background-position: -96px -64px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-1:before {
    content: "";
    background-position: -0px -64px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-2:before {
    content: "";
    background-position: -32px -0px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-3:before {
    content: "";
    background-position: -0px -96px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-4:before {
    content: "";
    background-position: -64px -96px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-5:before {
    content: "";
    background-position: -64px -128px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-6:before {
    content: "";
    background-position: -0px -0px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-7:before {
    content: "";
    background-position: -96px -96px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-8:before {
    content: "";
    background-position: -0px -128px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-9:before {
    content: "";
    background-position: -32px -128px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-10:before {
    content: "";
    background-position: -32px -32px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-11:before {
    content: "";
    background-position: -32px -96px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-12:before {
    content: "";
    background-position: -96px -128px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-13:before {
    content: "";
    background-position: -64px -0px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-14:before {
    content: "";
    background-position: -96px -32px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-15:before {
    content: "";
    background-position: -97px -0px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-16:before {
    content: "";
    background-position: -64px -64px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-17:before {
    content: "";
    background-position: -0px -32px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-18:before {
    content: "";
    background-position: -32px -64px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

#category-img-number-19:before {
    content: "";
    background-position: -64px -32px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

/*END ICONS PRODUCTS BY CATEGORY*/

#CurrentCategory-right {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 700;
}

.header-search-toggle-content {
    display: inline-block;
    float: left;
    width: 355px;
}

.g-recaptcha {
    display: block;
    float: left;
}

#qc_confirm_order {
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.custom_file_label {
    width: 180px;
}

.captcha-return fieldset legend,
.captcha-return fieldset label.col-sm-2.control-label {
    display: none;
}

.information-contact .gm-style .gm-style-iw {
    font-weight: 300;
    font-family: "Open-Sans-Light" , sans-serif !important;
    font-size: 13px;
    overflow: hidden;
}

.information-contact .holder-map-pop a {
    width: 100px;
    float: left;
}

.information-contact .holder-map-pop a img {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.information-contact .text-r {
    float: right;
    width: 180px;
    color: #767676;
    margin-left: 10px;
}

.information-contact .text-r span {
    float: left;
    width: 100%;
    margin-top: 4px;
    line-height: 1.2;
    overflow: hidden;
}

.bf-slider-range .ui-widget-header {
    background: #1c86c8 !important;
}

.bf-slider-range .ui-state-default {
    background: rgb(235, 80, 143) !important;
    border: 1px solid rgb(235, 80, 143) !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px !important;
}

.bf-cur-symb {
    text-align: center;
}

.bf-cell label {
    text-transform: uppercase;
    color: #1c86c8;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.bf-cell label:hover {
    color: #eb508f;
}

#modal_content input::-webkit-input-placeholder,
#modal_content textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1c86c8 !important;
}

#modal_content input::-moz-placeholder,
#modal_content textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #1c86c8 !important;
}

#modal_content input:-ms-input-placeholder,
#modal_content textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #1c86c8 !important;
}

#modal_content input:-moz-placeholder,
#modal_content textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #1c86c8 !important;
}

.popup-buy {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3333338f;
    z-index: 9999;
    display: none;
}

.popup-buy .popup-container {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 9999;
    padding: 30px 20px;
    width: 300px;
    margin: 0 auto;
    right: 0;
    border: solid 2px #1c86c8;
    text-align: center;
}

.popup-buy #close-popup {
    float: right;
    margin-top: -20px;
    cursor: pointer;
}

.popup-buy p {
    color: #1c86c8;
    font-size: 16px;
    margin-top: 12px;
}

.popup-buy #close-popup .fa {
    font-size: 20px;
    color: #eb508f;
}

.popup-buy.is-active {
    display: block !important;
}

#cart .dropdown-menu .text-right.butttons .button_checkout {
    margin: 0 auto;
    display: block;
    float: right;
    background: #25bdae;
    border-color: #25bdae;
}

#cart .dropdown-menu .text-right.butttons .button_checkout .fa {
    padding-right: 5px;
}

.header-right #cart .dropdown-menu li > div.table-responsive {
    max-height: 250px;
    overflow-y: auto;
}

.header-right #cart .dropdown-menu li.products_holder {
    margin-bottom: 10px;
}

.header-right #cart .dropdown-menu .butttons {
    display: block;
    float: left;
    width: 100%;
}

.header-right #cart .dropdown-menu .butttons .button_cart {
    float: left;
}

.user-is-not-in .remember-me label {
    font-size: 11px;
    display: block;
    margin-top: 24px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    float: right;
    margin-right: 15px;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox span {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0);
    padding: 9px;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 7px;
    margin-top: 2px;
}

.checkbox :active + span,
.checkbox :checked:active span {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0), inset 0 1px 3px rgba(0, 0, 0, 0);
}

.checkbox :checked + span {
    background-color: #e9ecee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0),
    inset 15px 10px -12px rgba(255, 0, 0, 0);
}

.checkbox :checked + span:after {
    content: "\2714";
    font-size: 15px !important;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    color: #19a73e;
    text-align: center;
}

.big-checkbox {
    padding: 18px;
}

.big-checkbox:checked + span:after {
    font-size: 18px;
}

.remember-me label p {
    margin-top: 3px;
    float: left;
}

.login-but.user-is-in .logged-user a {
    width: 100%;
}

.login-but.user-is-in .logged-user a:hover {
    background: #ccc;
}

#register-header .fa {
    padding-right: 5px;
}

.manufacturer-logo {
    /* margin-bottom: 5px !important; */
    margin-bottom: 12px !important;
}

.logo-holder {
    display: block;
    float: left;
    margin: 16px 0 0 40px;
}

.bf-attr-group-header {
    display: none;
}

.product-page #content.no-padding.viewed {
    padding: 0;
}

.custom-file-input-item {
    color: transparent;
}

.custom_file_label {
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    left: 110px;
    top: 30px;
    color: #666;
    overflow: hidden;
}

#content.bnp-page .static-p .btn-c.btn-j {
    border-color: #2a8bcb;
    background: #2a8bcb url(../image/logo-bnp.jpg) no-repeat 83px !important;
    background-size: 117px 30px !important;
    width: 209px;
    padding-left: 18px;
    text-align: left;
    display: block;
    background-position-x: 85px;
    background-position: center;
    height: 44px;
}

#content.bnp-page .static-p .btn-c.btn-j.uni-c-button {
    background-image: url(catalog/view/theme/default/image/unicredit-button.png) !important;
    background-position-x: 85px;
    background-repeat: no-repeat;
}

#content.bnp-page .table-responsive {
    overflow-x: initial !important;
}

#content.bnp-page .static-p .btn-c.btn-j {
    background-color: #25bdae !important;
    border: none #25bdae;
    border-radius: 4px;
}

#content.bnp-page .static-p .btn-c.btn-j:hover {
    background-color: #eb508f !important;
    border-color: #eb508f;
}

#content.bnp-page .blue-text.small-blue {
    font-size: 14px;
}

.footer-control-links a.btn-default {
    padding: 11px 0 !important;
    border-radius: 4px !important;
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.footer-control-links a.btn-default:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

.blue-t,
.text-l {
    width: auto !important;
    padding-right: 15px;
}

.blue-text {
    color: #585858 !important;
}

.jet table th,
#content.bnp-page .static-p strong {
    color: #25bdad !important;
}

.blue-text.big-blue a {
    color: #25bdad !important;
}



#content.bnp-page .footer-control-links {
    margin-top: 25px;
}

#mc_embed_signup input.email {
    text-transform: inherit !important;
}

#custom_bf_loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 70px;
    left: 112px;
}

#opacity_zero {
    opacity: 0;
    height: 182px;
}

.product-search .container.search-tpl #content .adsmart_search_module {
    display: none;
}

.checkbox_single_row {
    display: block;
    float: left;
}

.checkbox_single_row > div {
    display: block;
    float: left;
    width: 80%;
    height: 33px;
}

.checkbox_single_row div .checkbox {
    display: block;
    float: left;
}

.checkbox_single_row div .checkbox label {
    font-size: 15px !important;
}

.checkbox_single_row .checkbox + .checkbox,
.checkbox_single_row .checkbox {
    margin-top: 7px;
}

.checkbox_single_row .checkbox label i {
    color: #cecece;
    font-size: 18px;
}

.checkbox_single_row .checkbox label.checked i {
    color: #18ab81;
}

#button-nwa-duplicate {
    float: left;
}

.product-page .cart #button-cart {
    width: auto;
    min-width: 200px;
    background: #eb508fd9 !important;
    border-color: #ea75a5bf !important;
    padding: 0 20px 0 16px;
    position: relative;
}

.product-page .cart #button-cart:hover {
    background: #eb508f !important;
    border-color: #eb508f !important;
}

.product-page .cart #button-cart.out-of-stock {
    display: inline-block;
    float: left;
    font-size: 16px;
    width: calc(100% - 8px);
    margin: 5px;
    line-height: 37px;
    border-radius: 4px;
    height: 57px;
    text-align: left;
}

.nwa-inner-wrapper .mfp-close svg {
    width: 30px;
    height: 30px;
}

.p-out-of-order .price {
   display: none;
}

.product-page .cart #button-cart.out-of-stock svg {
    width: 33px;
    height: auto;
    fill: #fff;
    margin-right: 10px;
    display: inline-block;
    float: left;
}

body.blog-blog img {
    max-width: 100%;
}

/*FROM HEADER _________________________________________________________________________________________*/

.nav-cat > li {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #d2d3cf;
}

.nav-cat > li > a {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding: 10px 38px 9px 30px;
    display: block;
}

#category-img-number-0:before,
#category-img-number-:before {
    content: "";
    background-position: -96px -64px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(0%, -50%);
}

.popup-wishlist {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b0b0bcc;
    z-index: 999;
    display: none;
}

.popup-container {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-wishlist .wishButtons .loginWish {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    display: block;
    float: left;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    padding: 8px 17px 8px 17px;
    cursor: pointer;
    position: relative;
    background: #1c86c8;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    width: auto;
    text-align: center;
    margin-right: 10px;
}

.popup-wishlist .wishButtons .registerWish {
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: none;
    display: block;
    float: left;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    cursor: pointer;
    position: relative;
    border-left: none;
    box-shadow: none;
    padding: 8px 17px 8px 17px;
    background: #9eddf9;
    color: #1c86c8;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.popup-wishlist .wishButtons {
    display: block;
    margin: 0 auto;
    width: 42%;
    float: none;
}

.activeModal .popup-wishlist {
    display: block;
}

.popup-wishlist #close-popup {
    float: right;
    margin-top: -20px;
    cursor: pointer;
}

.popup-wishlist #close-popup .fa {
    font-size: 20px;
    color: #eb508f;
}

.popup-wishlist p {
    color: #1c86c8;
    font-size: 16px;
    margin-top: 12px;
}

.popup-wishlist a {
    color: #1c86c8;
}

.popup-wishlist p,
.popup-wishlist h3 {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}

.cart-modal-p {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b0b0bcc;
    z-index: 999;
}

.cart-modal-content {
    position: relative;
    padding-top: 10px;
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.cart-modal-p a strong {
    display: block;
    text-align: center;
    padding: 10px 15px;
}

.close-cart-modal {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 10px 15px;
    cursor: pointer;
}

.close-cart-modal i {
    font-size: 16px;
    color: #e70b77;
}

.cart-modal-p .button-to-checkout {
    background: #25bdae;
    border-color: #25bdae;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    /* max-width: 200px;
    margin: 0 auto; */
    width: 48%;
    margin-top: 30px;
    margin-left: 3%;
}

.cart-modal-p .button-to-checkout:hover {
    background: #e70b77;
    border-color: #e70b77;
}

.cart-modal-p .close-cart-modal.second_close {
    background: #25bdae;
    border-color: #25bdae;
    position: relative !important;
    display: inline-block;
    width: 48%;
    background: #513390;
    border-radius: 4px;
    margin-top: 30px;
    top: auto;
    right: auto;
}

.cart-modal-p .close-cart-modal.second_close:hover {
    background: #e70b77;
    border-color: #e70b77;
}

.cart-modal-p .close-cart-modal.second_close strong {
    color: #fff;
}

.cart-modal-content .cart-modal-img {
    margin: 20px auto;
    border: solid 1px #ddd;
    padding: 10px;
    border-radius: 4px;
    display: block;
}

#product-page-buttons {
    position: relative;
}

#product-page-buttons svg {
    width: 30px;
    height: 30px;
    fill: #cdcbcb;
    margin-bottom: -3px;
}

#product-page-buttons #button-cart svg {
    width: 22px;
    height: 20px;
    fill: #fff;
    display: none;
}

#product-page-buttons .phone_number svg {
    width: 21px;
    height: 23px;
}

#product-page-buttons .phone_number svg {
    margin-bottom: -6px;
    margin-right: 5px;
}

#product-page-buttons .btn-leasing svg {
    margin-bottom: -8px;
    margin-right: 7px;
}

.btn-ask.button-dark-blue.popup-with-form svg {
    margin-right: 9px;
    margin-bottom: -3px;
}

#product-page-buttons .add-to-wishlist svg {
    /* width: 21px;
    height: 19px; */
    width: 28px;
    height: 25px;
    margin-top: 2px;
    margin-bottom: -4px;
}

#product-page-buttons a.add-to-wishlist svg{
    margin-top: 13px;
}

#product-page-buttons .popup-with-form svg {
    width: 18px;
    height: 18px;
    margin-right: 9px;
}

.popup-with-form.quick_order{
    display: none !important;
}

#product-page-buttons .popup-with-form.quick_order svg {
    width: 25px;
    height: 25px;
    margin-right: 9px;
    margin: 6px 10px 0 -6px;
    float: left;
}

#product-page-buttons .btn-leasing svg {
    width: 25px;
    height: 27px;
    margin-right: 5px;
    margin-left: -3px;
}

#product-page-buttons #izplashtane {
    z-index: 998 !important;
    /* top: 130px;
    right: 12px; */
    top: 100%;
    left: 5px;
}

.wishlist i,
.wishlist span,
.wishlist div {
    color: #eb508f;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.wishlistGrid .product-thumb {
    min-height: auto !important;
    margin-top: 10px;
    border: 1px solid #ddd;
}

.wishlistGrid img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px;
}

.wishAddBut {
    width: 100%;
    float: right;
    display: none;
}

.wishRemoveBut {
    width: 100%;
    float: left;
}

.wishAddBut .fa-shopping-cart {
    display: none;
}

.wishRemoveBut .btn-danger {
    color: #1c86c8;
    text-shadow: none;
    background-color: #e6e6e6;
    background-image: none;
    background-repeat: no-repeat;
    border-radius: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    line-height: 20px;
    border: none transparent;
}

.wishRemoveBut .btn-danger:active,
.wishRemoveBut .btn-danger:hover {
    color: #fff;
    background-color: #ec0f7b;
    border-color: #ec0f7b;
}

.alert {
    margin: 40px -15px 0;
}

.normal_page .alert {
    margin: 15px 0 0;
}

#tab-review .alert {
    margin: 0 30px 15px;
}

#ask-question .alert {
    margin: -15px 0 15px;
}

#form-review .alert {
    margin: 15px 0;
}

.product_page #review .table.table-striped {
    margin-bottom: 5px !important;
}

.wishlistGrid .product-thumb .caption {
    padding: 0 10px;
    min-height: 70px;
}

.account-wishlist .buttons {
    display: block;
    float: left;
    width: 100%;
    margin-top: 25px;
}

.wishlistGrid .product-thumb .caption .price {
    margin-top: 5px;
    width: auto;
    color: #444;
    display: block;
    float: left;
}

.wishlistGrid .product-thumb .caption .price s {
    font-size: 16px;
    color: #cb2929;
}

.wishlistGrid .product-thumb .caption .price b {
    font-size: 30px;
    /* color: #80d6cc; */
    color: #27cfbd;
    width: 100%;
    float: left;
    display: block;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

.wishlistGrid {
    flex-wrap: wrap;
    display: flex;
    clear: both;
}

.wishlistGrid .product-layout {
    padding: 0 10px;
    display: flex;
    width: 20%;
}

.wishlistGrid .product-thumb .button-group {
    border-top: none;
    background-color: #eee;
    overflow: auto;
    float: left;
    position: absolute;
    top: 0;
    width: auto;
    right: 0;
    z-index: 998;
}

.wishlistGrid .product-thumb .button-group button:hover {
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.5);
}

.wishlistGrid .product-thumb .price {
    margin-top: 5px;
}

#u_0_0 {
    width: 100% !important;
}

.cc-window.cc-banner {
    z-index: 9999999999999999999999;
}

body .product-page .product-thumb .caption .brand,
body .product-page .product-thumb .caption .brand img {
    width: auto !important;
}

.bottom_promo {
    animation: 0.6s shake infinite alternate;
    height: 40px;
    padding: 10px;
}

/*FROM HEADER END_________________________________________________________________________________________*/
/*FROM FOOTER_________________________________________________________________________________________*/

/* MailChimp Form Embed Code - Slim - 12/15/2015 v10.7 */
#mc_embed_signup form {
    display: block;
    position: relative;
}

#mc_embed_signup h2 {
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
}

#mc_embed_signup input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

#mc_embed_signup input[type="radio"] {
    -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
    border-color: #333;
}

#mc_embed_signup .button:hover {
    background-color: #777;
}

#mc_embed_signup .small-meta {
    font-size: 11px;
}

#mc_embed_signup .nowrap {
    white-space: nowrap;
}

#mc_embed_signup .clear {
    clear: none;
    display: inline;
}

#mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}

#mc_embed_signup input.email {
    max-width: 60%;
    width: 100%;
}

#mc_embed_signup input.button {
    display: block;
    width: 35%;
    margin: 0 0 10px 0;
    min-width: 90px;
}

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0 0.5em 0 0.5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}

#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em 0.5em 0.5em 0;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}

#mc_embed_signup #mce-error-response {
    display: none;
}

#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}

#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: 0.5em 0;
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    color: #ebebeb;
}

/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
#mc_embed_signup {
    background: transparent;
}

/*FROM FOOTER END_________________________________________________________________________________________*/
.product-layout.product-grid .dostavka_list {
    /* top: 56%; */
    top: 30%;
}

.dostavka_list {
    padding: 3px 16px 5px 16px;
    position: absolute;
    /* top: 35%; */
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
    z-index: 99;
    background: #000;
    color: #fff;
    width: 160px;
    text-align: center;
    font-size: 12px;
    background: #000000ad;
    border: 1px solid #636462;
    border-top: 2px solid #636462;
    border-bottom: 2px solid #636462;
}

.modal-dialog {
    width: 600px;
    margin: 80px auto;
}

#menu .dropdown:hover .dropdown-menu {
    display: block;
}

#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%;
}

#header-category-toggle {
    display: none !important;
}

#header-search-toggle {
    display: none;
}

.header-category {
    display: none;
}

.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
}

.static-categories.header-category {
    display: none !important;
}

.mfp-arrow-left {
    left: 30% !important;
}

.mfp-arrow-right {
    right: 30% !important;
}

.mfp-arrow {
    opacity: 1 !important;
}

button:hover.mfp-arrow-right:before {
    border-left: 27px solid #eb508f !important;
}

button:hover.mfp-arrow-left:before {
    border-right: 27px solid #eb508f !important;
}

#modal-holder-width-msg {
    display: none;
}

#modal-holder-width-msg .custom-modal {
    background: #000000e0;
}

#modal-holder-width-msg .modal-footer {
    text-align: center;
}

#modal-holder-width-msg .modal-title span {
    text-transform: lowercase;
}

#modal-holder-width-msg .reload-screen {
    margin: 0 auto;
    float: none !important;
    width: 200px;
}

.hidden_search_trigger {
    display: none;
}

.mfilter-content_top .mfilter-head-icon {
    display: none !important;
}

.fa-stack {
    width: 15px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.product-page .thumbnail {
    margin-bottom: 0;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 1 !important;
}

.scrollImages {
    margin-top: 18px;
    position: relative;
    max-width: 100%;
    min-height: 70px;
}

.scrollImages a {
    display: inline-block;
    white-space: nowrap;
}

#colors {
    overflow: hidden;
}

.colorsNext:before {
    content: "\f054";
    color: #000;
    font-size: 20px;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 600;
    margin-left: -15px;
    z-index: 9999;
    padding: 21px 10px;
    position: absolute;
    background: #f5f5f5;
    top: 0;
    right: -10px;
    cursor: pointer;
}

.colorsPrev:before {
    content: "\f053";
    color: #000;
    font-size: 20px;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 600;
    margin-left: 0;
    margin-right: 5px;
    z-index: 9999;
    padding: 21px 10px;
    position: absolute;
    left: -15px;
    top: 0;
    background: #f5f5f5;
    cursor: pointer;
}

.innerScrollPart {
    margin-left: 23px;
    position: absolute;
    top: 0;
}

.product-page-tabs #tab-description,
.product-page-tabs #tab-specification {
    padding: 0 30px;
}

.product_page .breadcrumb {
    /* margin: 10px -15px 0; */
    margin: 15px -15px 0;
}

.breadcrumb li:last-child a {
    /* color: #6a5b87; */
    color: #23c1c8;
}

.product_page .available-on {
    display: block;
    float: left;
    width: 99%;
    text-align: center;
    margin: 10px 0 0;
}

.checkout-checkout #login_form .form-group {
    margin-bottom: 10px !important;
}

#confirm_comment_input .control-label {
    margin-bottom: 5px !important;
}

.information_page #content,
#content.return_form_page {
    margin: 10px 0 40px;
}

.information_page .breadcrumb {
    margin: 10px -15px 0;
}

#d_quickcheckout .hidden {
    display: block !important;
    visibility: visible !important;
}

.account-return-success #content,
.account-logout #content {
    padding-top: 15px;
}

/* #supermenu ul li div .withimage {
    width: 128px !important;
} */
#supermenu ul li div .withimage .name a {
    margin-top: 5px;
    word-break: break-word;
    display: block;
}

.product-search.normal_page > .container > .row {
    margin-right: -15px;
    margin-left: -15px;
}

.normal_page > .container > .row {
    margin: 15px 0;
}

.brand_page > .container,
.normal_page > .container {
    padding: 0;
}

.container.return_form_page > .row {
    margin: 15px 0;
}

.container.return_form_page > .row > #content {
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
}

.boxRating {
    width: 100%;
    float: left;
    display: inline-flex;
}

.filledStart svg {
    max-width: 20px;
    max-height: 20px;
}

.emptyStart svg {
    max-width: 20px;
    max-height: 20px;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: inherit !important;
}

#top-header .free-delivery {
    display: inline-block;
    float: right;
}

#top-header .free-delivery {
    margin: 0 20px;
}

#top-header .free-delivery .free-shipping-link {
    display: block;
    /* padding: 12px 15px; */
    padding: 12px 15px 12px 50px;
    position: relative;
}

/* #top-header .free-delivery .free-shipping-link i{
    margin-right: 10px;
    font-size: 17px;
} */
#top-header .free-delivery .free-shipping-link svg {
    width: 29px;
    height: 29px;
    fill: #aaa9a9;
    position: absolute;
    left: 11px;
    top: 9px;
}

#top-header .free-delivery .free-shipping-link:hover {
    background-color: #eee;
}

.blog-article > .container > .row,
.blog-blog > .container > .row {
    margin: 0 !important;
}

/* .blog-article .breadcrumb{
    margin-bottom: 10px;
} */
.blog-article #content {
    padding: 25px 30px 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.blog-article .title-holder-blog.featured-purple,
.blog-blog .title-holder-blog.featured-purple {
    background: #ffffff;
    border: solid 1px #ddd;
    padding: 20px 0;
    margin-top: 0;
    position: relative;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 15px;
}

.blog-article .title-holder-blog.featured-purple h1,
.blog-blog .title-holder-blog.featured-purple h1 {
    font-size: 28px;
    color: #666;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 auto;
    float: none;
    text-transform: inherit;
}

.easy-blog {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.single_link_letter {
}

.cc-window.cc-bottom {
    background-color: #fff !important;
    color: #000 !important;
    -webkit-box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 30%);
    overflow: initial;
}

.cc-window .cc-message {
    font-size: 16px;
    font-family: "Open Sans", sans-serif !important;
    color: #000 !important;
    padding-top: 10px;
    margin-bottom: 10px;
}

.cc-window .cc-btn.cc-dismiss {
    color: #000 !important;
}

.cc-window .cc-allow {
    min-width: 196px !important;
    height: 44px;
    line-height: 28px;
    background: #25bdae !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Open Sans", sans-serif !important;
}

.cc-window .cc-allow:hover {
    background: #e70c77 !important;
}

.cc-window:before {
    background-image: url(../image/cookie-image.png);
    /* background-size: 123px 67px;
    display: inline-block; */
    width: 123px;
    height: 67px;
    content: "";
    position: absolute;
    top: -39px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cc-window .cc-message a,
.cc-message > .cc-link {
    color: #0aa595 !important;
}


.white-container {
    background: #fff;
    display: block;
    float: left;
    width: 100%;
}

.product_page .owl-carousel .product-buttons {
    right: 7px !important;
}

#quick_order {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    /* max-width: 650px; */
    max-width: 520px;
    margin: 40px auto;
    position: relative;
}

#quick_order form .modal-input input,
#quick_order form .modal-input textarea {
    float: left;
    width: 100%;
    border: 2px solid #25bdad;
    border-radius: 4px;
    line-height: 37px;
    padding: 0 10px;
    color: #000;
}

#quick_order form .modal-input textarea {
    line-height: 24px;
    padding: 7px 10px;
}

#quick_order form .modal-input {
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 100%;
}

#quick_order .coupon_info_text {
    color: #666666;
    font-size: 12px;
}

.cart-modal-p .cart-modal-content strong {
    clear: both;
    display: block;
    /* margin-top: 5px; */
}

.cart-modal-p .cart-modal-content > strong {
    width: 100% !important;
}

.adsmart_search div.price s .currency_symbol {
    color: #FF0000 !important;
}

.adsmart_search span.decimals{
    position: relative;
    top: 0;
    right: 0;
    font-size: 12px;
}

.product_page .mfp-content form fieldset ol {
    padding: 0;
}

.adsmart_container {
   z-index: 999;
}

#target-reg-result {
    display:none;
    position: fixed;
    background: #ffffff;
    left: 0;
    right: 0;
    width: 730px;
    margin: 0 auto;
    top: 128px;
    box-shadow: 0 0 5px 2px #b9afaf;
}

.to-login-page {

}

#target-reg-result .modal-body > p:nth-child(1){
    font-size: 20px;
    color: #25bdae;
    font-weight: bold;
    font-family: "Open-Sans-Bold" , sans-serif !important;
}
/* Related Products Start */

#carousel-related-products{
    display: block;   
}

#carousel-related-additional-products{
    display: block;
}

/* Related Products End */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .fa-a-z-search:before {
        background-image: url("../image/icons-sprite-second-x2.png") !important;
    }

    #category-img-number-0:before,
    #category-img-number-1:before,
    #category-img-number-2:before,
    #category-img-number-3:before,
    #category-img-number-4:before,
    #category-img-number-5:before,
    #category-img-number-6:before,
    #category-img-number-7:before,
    #category-img-number-8:before,
    #category-img-number-9:before,
    #category-img-number-10:before,
    #category-img-number-11:before,
    #category-img-number-12:before,
    #category-img-number-13:before,
    #category-img-number-14:before,
    #category-img-number-15:before,
    #category-img-number-16:before,
    #category-img-number-17:before,
    #category-img-number-18:before,
    #category-img-number-19:before {
        background-size: 32px 32px;
        background-position: initial !important;
    }

    #category-img-number-0:before {
        background-image: url("../image/category-icons/bear.png") !important;
    }

    #category-img-number-1:before {
        background-image: url("../image/category-icons/kosh.png") !important;
    }

    #category-img-number-2:before {
        background-image: url("../image/category-icons/for-car.png") !important;
    }

    #category-img-number-3:before {
        background-image: url("../image/category-icons/chair.png") !important;
    }

    #category-img-number-4:before {
        background-image: url("../image/category-icons/craddle.png") !important;
    }

    #category-img-number-5:before {
        background-image: url("../image/category-icons/bath.png") !important;
    }

    #category-img-number-6:before {
        background-image: url("../image/category-icons/sleeping.png") !important;
    }

    #category-img-number-7:before {
        background-image: url("../image/category-icons/bed-sleep.png") !important;
    }

    #category-img-number-8:before {
        background-image: url("../image/category-icons/car.png") !important;
    }

    #category-img-number-9:before {
        background-image: url("../image/category-icons/wood-toy.png") !important;
    }

    #category-img-number-10:before {
        background-image: url("../image/category-icons/bike.png") !important;
    }

    #category-img-number-11:before {
        background-image: url("../image/category-icons/car-electronic.png") !important;
    }

    #category-img-number-12:before {
        background-image: url("../image/category-icons/skate.png") !important;
    }

    #category-img-number-13:before {
        background-image: url("../image/category-icons/ski.png") !important;
    }

    #category-img-number-14:before {
        background-image: url("../image/category-icons/flower.png") !important;
    }

    #category-img-number-15:before {
        background-image: url("../image/category-icons/ball.png") !important;
    }

    #category-img-number-16:before {
        background-image: url("../image/category-icons/icon2.png") !important;
    }

    #category-img-number-17:before {
        background-image: url("../image/category-icons/bebyphone.png") !important;
    }

    #category-img-number-18:before {
        background-image: url("../image/category-icons/za-maiki.png") !important;
    }

    #category-img-number-19:before {
        background-image: url("../image/category-icons/special-offers.png") !important;
    }
}

@media (max-width: 1835px) {
    .information-sitemap .child-right {
        right: 5px;
    }

    .information-sitemap .child-right-bottom {
        display: none;
    }
}

@media (max-width: 1760px) {
    /* .filter-trigger {
        left: 0;
    } */
}

@media (max-width: 1600px) {
    .previous-categories .owl-carousel .owl-nav button.owl-prev {
        /* left: 15px; */
        left: 3px;
    }

    .previous-categories .owl-carousel .owl-nav button.owl-next {
        /* right: 15px; */
        right: 3px;
    }

    .previous-categories .sibling_cat_name {
        padding: 0 15px;
    }
}

@media (max-width: 1620px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }

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

@media (max-width: 1550px) {
    .brand_page .breadcrumb {
        margin: 15px 15px 0;
    }

    .normal_page > .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .container-gray-light .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .common-home .container-fluid.specials-carousel .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .product-manufacturer > .container > .row {
        margin: 0 !important;
    }

    .product-manufacturer #content {
        padding: 0;
    }

    .blog-blog #content {
        padding: 0;
    }

    .category-page #content {
        padding: 0;
    }

    .services-home-holder {
        border: none;
        flex: 1;
        /* display: flex;
        overflow-x: auto; */
    }

    .services-home-holder::-webkit-scrollbar {
        width: 5px;
        background-color: #e7e7e7;
        border-radius: 6px;
        height: 5px;
    }

    .services-home-holder::-webkit-scrollbar-thumb {
        /* background-color: #e70b77; */
        background-color: #83efe4;
        cursor: pointer;
        border-radius: 6px;
    }

    .services-home-holder::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
        background-color: #e7e7e7;
        border-radius: 6px;
    }

    .service-img {
        float: none;
    }

    .services-home .service {
        float: left;
        width: 16%;
        text-align: center;
        display: inline-block;
    }

    .services-home .service span {
        width: 100%;
        text-align: center;
        white-space: initial;
        font-size: 14px !important;
    }

    /* .services-home .service {
        min-width: 260px !important;
    } */
    /* .services-home .service span {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    } */
    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .blog-article .easy-blog {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .product_page .product-left {
        width: 62%;
    }

    .product_page .product-right {
        max-width: 34%;
        width: 34%;
    }

    .product-layout .caption .price .price-new,
    .product-layout .caption .price .price-normal,
    .product-thumb .caption .price .price-normal,
    .product-thumb .caption .price .price-normal .price-new {
        font-size: 24px;
    }

    .product-layout .caption .price .price-new .decimals {
        top: 4px
    }

    .product-layout .caption .price .price-normal .decimals {
        /* top: -2px; */
    }

    .product_page .breadcrumb {
        margin: 10px 15px 0;
    }

    .information_page .breadcrumb {
        margin: 10px 0 0;
    }

    .price .currency_symbol {
        /* font-size: 13px;
        right: -25px;
        bottom: 2px; */
        font-size: 12px;
        right: -24px;
        bottom: 4px;
    }

    .price .decimals {
        /* font-size: 14px;
        top: -3px;
        right: -21px; */
        font-size: 13px;
        top: -1px;
        right: -21px;
    }

    .price .price-new.price-new-purple .decimals {
        /* font-size: 14px;
        top: 3px;
        right: -21px; */
        font-size: 13px;
        top: 4px;
        right: -20px;
    }

    .product-thumb .price-normal {
        margin-top: -5px;
    }

    .product-thumb .price {
        margin-top: 7px;
    }

    .product-thumb .price-new {
        /* margin-top: -7px; */
        margin-top: -5px;
    }

    .price.price-new .decimals {
        top: 3px;
    }

    .price .price-old .decimals {
        /* font-size: 11px;
        top: -2px;
        right: -18px; */
        font-size: 9px;
        top: 4px;
        right: -15px;
    }

    .price .price-old .currency_symbol {
        /* font-size: 11px;
        right: -21px;
        bottom: 1px; */
        font-size: 9px;
        right: -17px;
        bottom: 2px;
    }

    .common-home .product-layout .caption .price .price-normal .decimals {
        top: -3px;
    }

    .product-thumb .price-old {
        top: 2px;
    }

    #product_list .product-thumb .price-old {
        top: 3px;
    }

    .common-home .product-thumb .price-normal {
        margin-top: -7px;
    }

    .main-menu-container .menu-title {
        padding-left: 0;
    }

    .information-sitemap .girl-top,
    .information-sitemap .child-left,
    .information-sitemap .child-right,
    .information-sitemap .child-right-bottom {
        display: none;
    }

    .image_counter {
        right: -34%;
    }

    .wishlistGrid .price .price-normal .decimals {
        font-size: 12px;
        right: -20px;
        top: 0;
    }

    .wishlistGrid .price .price-normal .currency_symbol {
        font-size: 11px;
        right: -23px;
        bottom: 5px;
    }

    .wishlistGrid .price .price-old .decimals {
        top: 4px;
    }

    .wishlistGrid .price .price-old .currency_symbol {
        bottom: 2px;
    }

    .wishlistGrid .price .price-new .decimals {
        font-size: 13px;
        top: 4px;
        right: -21px;
    }

    .wishlistGrid .price .price-new .currency_symbol {
        bottom: 5px;
        font-size: 11px;
        right: -24px;
    }

    .product-special-promo .product-thumb .price-new {
        margin-top: -3px;
    }
}

@media (max-width: 1500px) {
    body #supermenu.white {
        max-width: 335px;
    }

}

@media (max-width: 1460px) {
    /* .product-page-images-holder-box {
        max-width: 390px;
    } */
}

@media (max-width: 1450px) {
    .information-sitemap .child-right-bottom {
        right: 35px;
    }
}

@media (max-width: 1400px) {
    /* .product_page #button-cart,
    .product_page .quantity-arrows,
    .product_page .popup-with-form,
    .product_page .btn-leasing,
    .product_page .add-to-wishlist,
    .product_page .phone_number {
        width: 175px;
        margin-left: 13px;
        font-size: 14px;
    } */
    .product_page #input-quantity.form-control {
        width: 83px;
    }

    .header-a-z {
        margin-right: 0;
    }

    /* .dostavka_list {
        top: 26%;
    }    */
    /* .product-layout.product-grid .dostavka_list {
        top: 60%;
    } */
}

@media (max-width: 1380px) {
    .valid-to p {
        font-size: 11px;
    }

    .product_page .owl-carousel .valid-to p {
        font-size: 9px;
        width: 130px;
    }

    .price-product-page.special-price strong {
        font-size: 43px;
    }

    .price-product-page.special-price .price-new .decimals {
        font-size: 18px;
        top: 10px;
        right: -29px;
    }

    .price-product-page.special-price .price-new .currency_symbol {
        font-size: 17px;
        right: -34px;
        bottom: 9px;
    }
}

.price-product-page.special-price .price-old {
    font-size: 20px;
}

.price-product-page.special-price .price-old .decimals {
    font-size: 9px;
    top: 5px;
    right: -16px;
}

.price-product-page.special-price .price-old .currency_symbol {
    font-size: 9px;
    right: -18px;
    bottom: 4px;
}

}

@media (max-width: 1366px) {
    .header-search-toggle-content {
        width: 280px;
    }

    .previous-categories ul li {
        margin: 15px 0 10px;
    }

    body #supermenu.white {
        max-width: 100%;
    }

    body #supermenu.white {
        max-width: 330px;
    }

}

@media (max-width: 1359px) {
    #top-header .free-delivery .free-shipping-link {
        padding: 16px 15px 0 42px;
        font-size: 13px;
    }

    #top-header .free-delivery .free-shipping-link i {
        margin-right: 0;
        font-size: 20px;
        position: absolute;
        left: 15px;
        top: 14px;
    }

    #top-header .free-delivery .free-shipping-link span {
        display: block;
    }

    #top-header .free-delivery .free-shipping-link svg {
        left: 7px;
    }
}

@media (max-width: 1330px) {
    .product-layout .caption .price .price-new,
    .product-layout .caption .price .price-normal,
    .product-thumb .caption .price .price-normal,
    .product-thumb .caption .price .price-normal .price-new {
        font-size: 20px;
    }

    .product-thumb .price-old {
        font-size: 14px;
    }

    .home-contacts-section .bg_contact:before {
        background-size: 325px 350px;
        width: 325px;
        height: 350px;
    }

    .home-contacts-section .bg_contact:after {
        background-size: 325px 350px;
        width: 325px;
        height: 350px;
    }

    .home-contacts-section p {
        font-size: 20px;
        max-width: 500px;
        margin: 0 auto;
    }

    .price .price-normal .decimals {
        font-size: 10px;
        top: -2px;
        right: -17px;
    }

    .price .price-normal .currency_symbol {
        font-size: 9px;
        right: -19px;
        bottom: 4px;
    }

    .price .price-old .decimals {
        font-size: 8px;
        top: 1px;
        right: -14px;
    }

    .price .price-old .currency_symbol {
        right: -15px;
        bottom: 2px;
        font-size: 8px;
    }

    .price .price-new.price-new-purple .decimals {
        font-size: 12px;
        top: 1px;
        right: -20px;
    }

    .product-layout .caption .price .price-new .decimals {
        top: 3px;
        font-size: 11px;
        right: -18px;
    }

    .product-layout .caption .price .price-new .currency_symbol {
        font-size: 10px;
        right: -21px;
        bottom: 4px;
    }

    .product-layout .caption .price .price-old .decimals {
        top: 1px;
    }

    .common-home .price .price-new .decimals {
        font-size: 10px;
        top: 3px;
        right: -16px;
    }

    .common-home .price .price-new .currency_symbol {
        font-size: 9px;
        right: -19px;
        bottom: 4px;
    }

    .product-thumb .price-new {
        /* margin-left: 25px; */
        margin-left: 18px;
        margin-top: -5px;
    }

    .product-thumb .price-old {
        top: 0;
    }

    #product_list .product-thumb .price-old {
        top: 0;
    }

    .common-home .product-thumb .price-normal {
        margin-top: -5px;
    }

    .wishlistGrid .price .price-normal .decimals {
        font-size: 11px;
        right: -18px;
        top: -2px !important;
    }

    .wishlistGrid .price .price-normal .currency_symbol {
        font-size: 9px;
        right: -20px;
        bottom: 4px;
    }

    .wishlistGrid .price .price-old .decimals {
        font-size: 8px;
        top: 2px;
        right: -14px;
    }

    .wishlistGrid .price .price-old .currency_symbol {
        bottom: 2px;
        font-size: 8px;
        right: -16px;
    }

    .wishlistGrid .price .price-new .decimals {
        font-size: 11px;
        top: 3px;
        right: -18px;
    }

    .wishlistGrid .price .price-new .currency_symbol {
        bottom: 4px;
        font-size: 9px;
        right: -20px;
    }

    .product-thumb .price-old:before {
        top: 10px;
    }

    .product-special-promo .product-thumb .price-new {
        margin-top: -5px;
    }

    .common-home .product-layout .caption .price .price-normal .decimals {
        top: -2px;
    }
}

@media (max-width: 1320px) {
    .header-a-z {
        margin-left: 0;
    }

    /*.product_page .owl-carousel .valid-to p,
    .valid-to p {
         font-size: 11px;
        padding: 0 75px 0 30px;
        line-height: 14px;
    }*/
    /* .product_page .owl-carousel .valid-to p i,
    .valid-to p i {
        position: absolute;
        top: 8px;
        left: 10px;
    } */
    .valid-to p {
        padding: 0 0 0 7px;
        width: 130px;
        letter-spacing: 1px;
    }

    .product_page .owl-carousel .valid-to p {
        width: 117px;
    }

    .product-page .valid-to i {
        position: initial;
    }

    .product-page .valid-to p {
        padding: 0 10px 0 10px;
        width: 225px;
    }

    .product-right .brand-product-page {
        max-width: 100px;
    }
}

@media (max-width: 1299px) {
    /* .product_page #button-cart,
    .product_page .quantity-arrows,
    .product_page .popup-with-form,
    .product_page .btn-leasing,
    .product_page .add-to-wishlist,
    .product_page .phone_number {
        width: calc(50% - 10px);
        margin-left: 7px;
        font-size: 12px;
    } */
    .product_page #input-quantity.form-control {
        /* width: 44%; */
        width: 70px;
    }

    .product_page .price_holder_custom {
        margin-right: 0;
    }

    .product_page .price_holder_custom.normal_price {
        margin-right: 32px;
    }

    /* .dostavka_list {
        top: 34%;
    } */
    body #supermenu.white {
        max-width: 306px;
    }

}

@media (max-width: 1279px) {
    .hidden_search_trigger {
        display: block;
        float: right;
        padding: 12px;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    .hidden_search_trigger:hover {
        background: #e6e6e6;
        cursor: pointer;
    }

    .hidden_search_trigger i {
        font-size: 20px;
        color: #2e2e2e;
    }

    .header-search-toggle-content {
        width: auto;
        position: relative;
    }

    .header-search-toggle-content #search {
        /* display: none; */
        /* width: 250px; */
        width: 222px;
        border-bottom: 1px solid #ccc;
    }

    .header-search-toggle-content #search.input-group .form-control {
        padding-right: 35px;
        padding-left: 5px;
        font-size: 12px;
        border-bottom: none;
    }


    .header-search-toggle-content #search.open {
        display: block;
    }

    .header-search-toggle-content .input-group-btn {
        position: absolute;
        right: 0;
        top: 1px;
        display: block;
        width: 40px;
    }

    header #search .input-group-btn > .btn {
        padding: 10px 10px 9px;
    }

    .adsmart_search.scroll {
        position: absolute;
        top: 4px;
    }
}

@media (max-width: 1240px) {
    .dostavka-product-item_2 {
        margin-left: 0;
    }

    .image_counter {
        right: -20%;
    }

    body #supermenu.white {
        max-width: 288px;
    }
}

@media (max-width: 1200px) {
    .main-menu-container .menu-title span {
        font-size: 19px;
    }

    .valid-to p i {
        display: none;
    }

    .valid-to p {
        width: 112px;
    }

    .product_page .owl-carousel .valid-to p {
        width: 97px;
    }
}

@media (max-width: 1199px) {
    /* .product-layout .caption .price .price-new,
    .product-layout .caption .price .price-normal,
    .product-thumb .caption .price .price-normal,
    .product-thumb .caption .price .price-normal .price-new {
        font-size: 18px;
    } */
    .product-thumb .price-old {
        font-size: 12px;
    }

    /* .product_page #input-quantity.form-control {
        width: 38%;
    } */
    .price .decimals {
        font-size: 11px;
        top: -3px;
        right: -19px;
    }

    .price .currency_symbol {
        font-size: 10px;
        right: -22px;
        bottom: 1px;
    }

    .price .price-new.price-new-purple .decimals {
        font-size: 11px;
        top: 1px;
        right: -19px;
    }

    .price .price-old .currency_symbol {
        font-size: 10px;
        right: -20px;
        bottom: -3px;
    }

    .product-thumb .caption .brand {
        right: 0;
    }

    .common-home .product-thumb .price-normal {
        margin-top: -3px;
    }

    .common-home .product-thumb .price-normal .decimals {
        top: 0;
    }

    /* .dostavka_list {
        top: 23%;
    } */
    .wishlistGrid .price .price-old .decimals {
        font-size: 7px;
        top: 1px;
        right: -13px;
    }

    .wishlistGrid .price .price-old .currency_symbol {
        bottom: 0;
        font-size: 7px;
        right: -14px;

    }

    .price .price-new.price-new-purple .decimals {
        font-size: 9px;
        top: 4px;
        right: -16px;
    }

    .wishlistGrid .price .price-new .decimals {
        font-size: 9px;
        top: 5px;
        right: -16px;
    }

    .wishlistGrid .price .price-new .currency_symbol {
        bottom: 5px;
        font-size: 8px;
        right: -18px;
    }

    .wishlistGrid .price .price-normal .decimals {
        font-size: 9px;
        right: -16px;
        top: 0 !important;
    }

    .wishlistGrid .price .price-normal .currency_symbol {
        font-size: 8px;
        right: -18px;
        bottom: 6px;
    }

    .common-home .price .price-old .decimals {
        font-size: 8px;
        top: 1px;
        right: -14px;
    }

    .common-home .price .price-old .currency_symbol {
        font-size: 8px;
        right: -16px;
        bottom: 0;
    }

    .common-home .price .price-new .decimals {
        font-size: 10px;
        top: 3px;
        right: -16px;
    }

    .common-home .price .price-new .currency_symbol {
        font-size: 9px;
        right: -18px;
        bottom: 4px;
    }

    .price .price-normal .currency_symbol {
        font-size: 9px;
        right: -19px;
        bottom: 4px;
    }

    .product-layout .caption .price .price-old .currency_symbol {
        font-size: 8px;
        right: -16px;
        bottom: 0;
    }

    .common-home .product-layout .caption .price .price-normal .decimals {
        top: 0;
    }
}

@media (max-width: 1152px) {
    #top-header .free-delivery .free-shipping-link {
        padding: 4px 15px 0 40px;
    }

    .header-search-toggle-content #search {
        width: 180px;
    }

    #top-header .free-delivery .free-shipping-link i {
        display: none;
    }

    #top-header .list-inline > li {
        padding-right: 3px;
        padding-left: 3px;
    }

    body #supermenu.white {
        max-width: 270px;
    }
}

@media (max-width: 1115px) {
    #top-header .free-delivery {
        margin: 0 20px 0 0;
    }
}

@media (max-width: 1099px) {
    #modal-holder-width-msg {
        display: block;
    }
}

@media (max-width: 1310px) {
    .information-sitemap .child-right-bottom,
    .information-sitemap .child-right,
    .information-sitemap .child-left,
    .information-sitemap .girl-top {
        display: none;
    }
}

@media screen and (min-width: 1025px) {

    #supermenu.white ul li a.tll {
        text-shadow: 0 0px 0px #000;
    }

    #supermenu ul li.tlli:hover a.tll {
        background: #eee;
        color: #444;
        text-shadow: 0 1px 1px #fff;
    }

    #supermenu ul li div.bigdiv {
        display: none;
        background: #fff;
        position: absolute;
        left: 0px;
        z-index: 5;
        padding: 5px;
        width: 1130px;
        border-top: 0px;
    }

    #supermenu ul .third-level {
        display: none !important;
    }

    #supermenu .promotions-banner {
        width: 25%;
        display: inline-block;
        float: left;
        padding: 2px;
    }

    #supermenu .promotions-banners .bigdiv {
        padding: 10px;
    }


    #supermenu .promotions-banner img {
        max-width: 100%;
    }

    #supermenu ul li.promotions-banners > a.tll::after {
        /* background: url(../image/christmas-promo.png) no-repeat;
        top: 17px;
        left: 11px;
        background-size: contain; */
        background-position: -48px -24px;
    }


    #supermenu ul li .sub-home-1 .supermenu-left {
        width: 421px;
    }

    #supermenu ul li div.bigdiv .headingoftopitem {
        display: none;
    }


    #supermenu ul li div .withimage .third-level {
        width: calc(100% - 427px);
        position: absolute;
        right: 0;
        top: 0;
        margin-left: 0;
        padding-top: 8px;
        padding-left: 10px;
        height: 100%;
    }

    #supermenu .withimage:hover .third-level {
        display: block;
    }

    body #supermenu ul .sub-home-1 .withimage:hover > .name > a {
        font-weight: bold;
        font-family: "Open-Sans-Bold" , sans-serif !important;
        color: #2ec0b1;
    }

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {


    .cc-banner.cc-type-opt-in {
        overflow: visible;
    }

    .menu-2 .withimage,
    .menu-3 .withimage,
    .menu-4 .withimage,
    .menu-5 .withimage,
    .menu-6 .withimage,
    .menu-7 .withimage,
    .menu-8 .withimage,
    .menu-9 .withimage,
    .menu-10 .withimage {
        border: solid 1px #dddddd;
    }

    #product_list.row {
        padding-right: 1px;
    }

    #product_list .product-layout.product-grid {
        padding: 1px;
    }


    .wishlistGrid .product-thumb .button-group {
        right: auto;
        left: 0;
    }


    .wishlistGrid .product-layout {
        min-width: 20%;
    }

    .wishlistGrid .product-layout .product-thumb {
        padding: 0;
    }

    .product-thumb .stock_status_label span {
        top: 0;
        left: 1px;
    }

    .product-layout.p-out-of-order {
        opacity: 0.6;
    }

    .sorting-cat #input-sort-mask svg {
        top: 0;
        left: 36px;
    }

    .mfilter-tb .mfilter-tb-as-tr {
        display: block
    }

    .product_page .stock_status_custom .stock_status_label span:before,
    .product_page .no_discount_label .stock_status_custom .stock_status_label.instock span:before {
        top: -9px;
        left: -1px;
    }


    .product_page .stock_status_label span {
        left: 0 !important;
        right: 0 !important;
    }


    select#input-quantity::-ms-expand {
        display: none;
    }

    #quick_order form .modal-input input, #quick_order form .modal-input textarea {
        min-height: 41px;
    }

    #modal-holder-width-msg .custom-modal {
        background: rgba(1, 0, 2, 0.7);
    }

    .popup-wishlist {
        background: rgba(1, 0, 2, 0.7);
    }


    .previous-categories .owl-carousel .owl-nav button.owl-prev,
    .previous-categories .owl-carousel .owl-nav button.owl-next {
        box-shadow: 0px 0px 15px 19px #ffffff;
    }

    .container_of_categories .categories_links .mini-description {
        left: 0;
        right: 0;
    }

    header {
        box-shadow: 0 3px 14px 2px #6b6a6a;
    }

    .cart-modal-p .close-cart-modal.second_close {
        position: static;
    }

    .cart-modal-p {
        background: rgba(1, 0, 2, 0.7);
    }
}

.cart-modal-p > div > strong{
    display: none !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active),(max-width: 1366px) {
    /*#supermenu.white ul li a.tll {*/
    /*    padding: 12px 12px 12px 45px !important;*/
    /*}*/
}


/* tanko bnp popup */

#payment_triger_mfp .pariba{
    border: none !important;
}

#payment_triger_mfp #pariba-form>.panel-body>.col-sm-6, #payment_triger_mfp #pariba-card-form>.panel-body>.col-sm-6 {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
}

#payment_triger_mfp #pariba-form legend, #payment_triger_mfp #pariba-card-form
legend {
    line-height: 34px;
    display: flex;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
}

#payment_triger_mfp #pariba-form .form-group, #payment_triger_mfp #pariba-card-form .form-group {
    display: block;
    float: left;
    width: 100%;
}

#payment_triger_mfp #pariba-form .form-group label, #payment_triger_mfp #pariba-card-form .form-group
label {
    display: block;
    max-width: 100%;
    font-weight: 700;
    font-size: 14px!important;
    float: left;
    margin: 0;
    line-height: 20px;
    width: calc(100% - 20px);
}

#payment_triger_mfp #input-pariba-id_card, #payment_triger_mfp #input-pariba-agree, #payment_triger_mfp #input-pariba-id_card, #payment_triger_mfp #input-pariba-agree {
    height: 15px;
    border-radius: 30px;
    font-size: 16px !important;
    margin-bottom: 0;
    position: relative;
    bottom: 5px;
    float: right;
}

#payment_triger_mfp #pariba-form .form-group p, #payment_triger_mfp #pariba-card-form .form-group
p {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}

#payment_triger_mfp #pariba-form .table-responsive, #payment_triger_mfp #pariba-card-form .table-responsive {
    overflow-y: hidden !important;
}

#payment_triger_mfp .buttons .pull-right, #payment_triger_mfp .buttons .pull-right {
    float: left!important;
    width: 100%;
    display: block;
    padding: 0 10px 10px;
}

#payment_triger_mfp #button-confirm-card, #payment_triger_mfp #button-confirm {
    float: none !important;
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#tk_payment_triger #pariba-form, #tk_payment_triger #pariba-card-form, #tk_payment_triger
#content.pariba {
    display: none!important;
}

#payment_triger_mfp img {
    margin: 0 auto;
}

/* tanko free shipping */

#tk_text_free_shipping_table{
    display: none;
}

/* UNICREDIT CHANGES */

#uniModal h4 {
    font-size: 22px;
    font-weight: bold;
}
#uniModal .modal-header{
    min-height: 80px !important;
}
#uniModal .prices {
    font-size: 20px;
}
#uniModal .jet-price {
    color: #e91804;
    font-weight: bold;
}
#uniModal .table-striped>tbody>tr:nth-of-type(odd) {
    /* background-color: #e91804; */
    /* use a slightly lighter shade of red so that the text is readable when it's white */
    background-color: #f5b7b1;
}
#uniModal .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: #e91804 1px solid !important;
}
#uniModal .message {
    color: #e91804;
    font-weight: bold;
}
.uni-12{
    font-size: 20px;
    color: #e91804;
}
#uni-form legend{
    line-height: 55px;
}
#uni-form .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5b7b1;
}
#uni-button {
	background: url('/image/catalog/unibtn.jpg') top center no-repeat;
    background-size: contain;
	height: 57px;
    width: 130px;
	border-color: transparent;
	border: 0px;
}
#uni-button:active, #uni-button:focus,  #uni-button:hover{
	border: 0px;
	box-shadow: none;
  	outline: none;
	text-shadow: none;
}

#uniModal #button-cart-jet {

    background-color: #e91804 !important;
    border-color: #e91804 !important;
    color: #fff !important;

}

#uniModal .modal-header>.row>.col-md-6{
    width: 100%;
    display: block;
    float: left;
    text-align: center;
}

#uniModal .modal-header>.row>.col-md-6>img{
    float: unset!important;
    margin: 0 auto;
}

#payment_triger_mfp .uni{
    border: none !important;
}

#payment_triger_mfp #uni-form>.panel-body>.col-sm-6, #payment_triger_mfp #uni-card-form>.panel-body>.col-sm-6 {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
}

#payment_triger_mfp #uni-form legend, #payment_triger_mfp #uni-card-form
legend {
    line-height: 34px;
    display: flex;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
}

#payment_triger_mfp #uni-form .form-group, #payment_triger_mfp #uni-card-form .form-group {
    display: block;
    float: left;
    width: 100%;
}

#payment_triger_mfp #uni-form .form-group label, #payment_triger_mfp #uni-card-form .form-group
label {
    display: block;
    max-width: 100%;
    font-weight: 700;
    font-size: 14px!important;
    float: left;
    margin: 0;
    line-height: 20px;
    width: calc(100% - 20px);
}

#payment_triger_mfp #input-uni-id_card, #payment_triger_mfp #input-uni-agree, #payment_triger_mfp #input-uni-id_card, #payment_triger_mfp #input-uni-agree {
    height: 15px;
    border-radius: 30px;
    font-size: 16px !important;
    margin-bottom: 0;
    position: relative;
    bottom: 5px;
    float: right;
}

#payment_triger_mfp #uni-form .form-group p, #payment_triger_mfp #uni-card-form .form-group
p {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}

#payment_triger_mfp #uni-form .table-responsive, #payment_triger_mfp #uni-card-form .table-responsive {
    overflow-y: hidden !important;
}

#tk_payment_triger #uni-form, #tk_payment_triger #uni-card-form, #tk_payment_triger
#content.uni {
    display: none!important;
}

/* UNICREDIT CHANGES END */

#izplashtane .payment-methods {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

#izplashtane {
    width: 100%;
}



.pcd-holder {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: .25rem;
    color: #656565;
}

.caption .price .pcd-holder {
    margin: 0 0 0 0 !important;

}

.pcd-holder .price-product-page .price-old {
    color: #656565 !important;
}

.pcd-holder .price-product-page .price-old:before {
    content: none;
}

.pcd-holder button {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    display: flex;
}

.pcd-holder button svg {
    fill: #656565;
    width: 24px;
    height: 24px;
}

.caption .price .pcd-holder .price-old {
    top: unset !important;
    font-size: 12px;
}

.caption .price .pcd-holder .price-old .decimals {
    font-size: 9px;
    top: -1px !important;
}

.caption .price .pcd-holder .price-old .currency_symbol {
    font-size: 9px;
    bottom: -2px;
}

.caption .price .pcd-holder .price-old:before {
    content: none !important;
}

.caption .price .price-normal {
    position: relative;
}

.caption .price .price-normal .decimals,
.caption .price .price-normal .currency_symbol {
    top: unset !important;
    right: unset !important;
}

.caption .price .price-normal .decimals {
    top: 5px !important;
}


.caption .price .price-normal {
    margin-top: 0 !important;
}

.caption .pcd-holder .pcd-text {
    font-size: 12px;
}


.caption .pcd-holder button {
    margin-left: 2rem;
}

.caption .pcd-holder button svg {
    width: 16px;
    height: 16px;
}

.product-layout .caption .price .price-new.price-pcd {
    margin-left: 0 !important;
}

/* Live search */


#search > div.adsmart_container li.menu_item .pcd-text {
    font-size: 12px;
}

#search > div.adsmart_container li.menu_item .pcd-price {
    display: inline-block;
}


#search > div.adsmart_container li.menu_item .price span {
    margin-left: 2rem;
}

#search > div.adsmart_container li.menu_item .price span svg {
    width: 16px;
    height: 16px;
}

#search > div.adsmart_container li.menu_item .price span {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    display: inline-flex;
}

.product_page .pcd-difference {
    width: auto;
    display: inline-block;
    float: left;
    clear: left;
    color: #000;
    margin-bottom: 1rem;
}


.product_page .pcd-difference .pcd-difference-value {
    position: relative;
    font-size: 20px;
    display: inline-block;
    color: #000;
    text-decoration: none !important;
}

.product_page .pcd-difference .pcd-difference-value .decimals {
    color: #000;
    font-size: 14px;
    top: -2px;
    position: absolute;
    right: -20px;
}

.product_page .pcd-difference .pcd-difference-value .currency_symbol {
    position: absolute;
    font-size: 14px;
    right: -22px;
    bottom: -2px;
    color: #000;
}

.product_page .price_holder_custom .pcd-holder .pcd-text {
    font-size: 17.5px;
}