:root {
    --dark-ruby-red: #AF1857;
    --ruby-red: #e64784;
    --ruby-red-50: rgba(230, 71, 132, 0.5);
    --light-grey: #f2f5f7;
    --lighter-grey: #f5f7f6;
    --light-grey1: #eaeff4;
    --light-grey15: #c7ccd1;
    --light-grey2: #d8dce1;
    --mid-grey: #535353;
    --light-border-grey: #eff0f2;
    --cart-border-grey: #dddddd;

    --turquoise: #10d1a2;
    --turquoise-80: #10d1a299;

    --other-grey: #f3f7f6;
    --text-grey: #343434;

    --dark: #2f2626;

    --search-border: #e0dfda;

    --flash-msg-error-color: #84202a;
    --flash-msg-error-bg: #ffeaec;
    --flash-msg-error-border: #f6d2d6;

    --flash-msg-alert-color: #674d03;
    --flash-msg-alert-bg: #fff3cd;
    --flash-msg-alert-border: #ffecb4;

    --flash-msg-success-color: #0f5233;
    --flash-msg-success-bg: #dbf7ea;
    --flash-msg-success-border: #cceede;

    --flash-msg-info-color: #09537a;
    --flash-msg-info-bg: #cff4fc;
    --flash-msg-info-border: #b6eefb;


    /*SWIPER*/
    --swiper-pagination-bullet-width: 12px;
    --swiper-pagination-bullet-height: 12px;
    --swiper-pagination-bottom: 0;
    --swiper-pagination-bullet-inactive-color: white;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-active: #AF1857;
    --swiper-pagination-color: #AF1857;


}

/* ----- RESET - Start ----- */

body, div, span, iframe, h2, h3, p, a, del, img, strong, i, ul, li, form, table, footer, header {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
}

.left-filters {
    display: none;
}

footer, header, main {
    display: block;
}

html, body {
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

[hidden], script {
    display: none;
}

button,
.button,
[role="button"],
input[type="button"],
input[type="submit"] {
    cursor: pointer;
}

[hidden], .hidden, script {
    display: none !important;
}

/* ----- RESET - END ----- */




/* ----- Buttons - Start ----- */

.button {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    color: #fff;
    background-color: var(--dark);
    border: none;
    border-radius: 4px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
}

.button.light {
    background-color: var(--other-grey);
    color: #333;
}

.button:hover,
.button:focus {
    background-color: #555 !important;
}

.button.light:hover,
.button.light:focus {
    color: #fff;
}

.button.darkruby {
    background-color: var(--dark-ruby-red);
    color: #fff;
}

.button.darkruby:hover,
.button.darkruby:focus {
    background-color: var(--ruby-red) !important;
    color: #000;
}

.button.turquoise {
    background-color: var(--turquoise);
    color: #fff;
    margin-bottom: 2rem;
}

.button.turquoise:hover,
.button.turquoise:focus {
    background-color: var(--turquoise-80) !important;
    color: #000;
}


.button.bordered {
    border: 1px solid var(--dark);
}
.button input,
.button button {
    white-space: normal;
}

.button input,
.button button,
.button a {
    background: transparent;
    border: none;
    text-transform: uppercase;
    color: inherit;
    font-weight: 700;
    font-size: inherit;
    white-space: break-spaces;
    padding: 12px 15px;
    width: 100%;
    margin: auto !important;
}

.button.with-input {
    padding: 0;
}

.button-full {
    width: 100%;
}

/* ----- Buttons - End ----- */





.error-note {
    color: #ef5d63;
    margin-top: 4px;
    margin-bottom: 2px;
    position: relative;
}

.box-title {
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 25px;
    top: 12px;
    letter-spacing: .1em;
    color: #484949;
    font-size: 19px;
}

#container h2.box-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    letter-spacing: 0;
}


.products-box .box-title-wrapper {
    line-height: 30px;
    text-align: left;
}

.products-box .box-title-wrapper h2 {
    font-size: 30px;
    text-align: center;
}

/*SLIDER*/
.wide .box-title-wrapper {
    position: relative;
    text-align: center;
    margin: 20px auto;
}

.wide .box-title-wrapper h2 {
    line-height: 36px;
    overflow: visible;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}
/*SLIDER END*/

.category-thumbs .box-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;

    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.category-thumbs .custom-category {
    padding: 0.5rem;
    flex: 0 0 auto;
    width: 25%;
}

.category-thumbs .custom-brands {
    padding: 0.5rem;
    flex: 0 0 auto;
    width: 50%;
}

.category-thumbs .custom-category-card {
    display: block;
    width: 100%;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 15px;
}

.allign-right {
    display: flex;
    justify-content: flex-end;
}
.category-thumbs .custom-brand-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem;
    background-color: #f4f6f9;
    border-radius: 6px;
}
.category-thumbs .custom-brand-card .custom-category-title-wrapper {
    padding-bottom: 1rem;
}
.category-thumbs .custom-brand-card .brand_image,
.category-thumbs .custom-brand-card .brand_image img{
    width: 100%;
    height: auto;
}

.category-thumbs .custom-category-card .custom-category-content {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f4f6f9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}

.category-thumbs .custom-category-card img {
    max-height: 50px;
    width: auto;
}

.category-thumbs .custom-category-title-wrapper {
    font-size: 12px;
    line-height: 14px;
    color: #333;
    font-weight: 700;
    display: block;
}

.special-offers {
    background: url(/skins/monaco_hd-local/customer/images/special-offer.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;

    min-height: 90px;

    display: flex;
    justify-content: center;
    align-items: center;

    margin: 1rem auto;
}

.wide .special-offers .box-title-wrapper {
    margin: 0;
}

.wide .special-offers .box-title-wrapper h2 {
    color: #fff;
    font-weight: 900;
}

.special-offers .box-content.html-editor {
    display: none;
}



.mainWrapper {
    margin: 0 auto;
    padding: 0 15px;
}

#page a {
    color: #333;
}


#page .page-content-bg-repeat strong {
    font-weight: 700;
}

#page h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #333;
    padding: 30px 0;
    width: 100%;
}

#page h3 {
    font-size: 22px;
    color: #666;
    width: 100%;
    font-style: italic;
}


.pt-20 {
    padding-top: 2rem;
}

.pt-40 {
    padding-top: 4rem;
}

.hcenter {
    text-align: center;
}

.padding-15 {
    padding: 15px;
}

/*HEAEDR*/

header {
    position: relative;
    z-index: 105;
}

header .header {
    min-height: 50px;
    width: 100%;
    padding: 0 20px;
    margin: 5px auto 0;
}

/*HEADER LOGO*/
header #logo {
    top: 45px;
    width: 290px;
    height: 50px;
    left: -10px;
    display: inline-block;
}

header #logo-mobile-menu {
    width: 180px;
    height: 37px;
    display: inline-block;
    background-size: 100% 100% !important;
    position: relative;
    left: -10px;
}

.mobileTopMenu:not(.open) #logo-mobile-menu {
    display: none;
}

.lang-bg header #logo,
.lang-bg header #logo-mobile-menu {
    background: url(https://www.ivet.bg/skins/monaco_hd-local/customer/images/logo/logo-bg.png) no-repeat 0 0;
}

.lang-eu header #logo,
.lang-en header #logo,
.lang-gr header #logo,
.lang-eu header #logo-mobile-menu,
.lang-en header #logo-mobile-menu,
.lang-gr header #logo-mobile-menu {
    background: url(/skins/monaco_hd-local/customer/images/logo/logo-eu.png) no-repeat 0 0;
}

.lang-ro header #logo,
.lang-ro header #logo-mobile-menu {
    background: url(/skins/monaco_hd-local/customer/images/logo/logo-ro.jpg) no-repeat 0 0;
}

.lang-en header #logo,
.lang-en header #logo-mobile-menu {
    background: url(/skins/monaco_hd-local/customer/images/logo/logo-ae.jpg) no-repeat 0 0;
}

.lang-hr header #logo,
.lang-hr header #logo-mobile-menu {
    background: url(/skins/monaco_hd-local/customer/images/logo/logo-hr.png) no-repeat 0 0;
}

.lang-pl header #logo,
.lang-pl header #logo-mobile-menu {
    background: url(/skins/monaco_hd-local/customer/images/logo/logo-pl.png) no-repeat 0 0;
}

.lang-tr header #logo,
.lang-tr header #logo-mobile-menu {
    background: url(/skins/monaco_hd-local/customer/images/logo/logo-tr.png) no-repeat 0 0;
}

.lang-sr header #logo,
.lang-sr header #logo-mobile-menu {
    background: url(/skins/monaco_hd-local/customer/images/logo/logo-sr.jpg) no-repeat 0 0;
}

.lang-sr.BA header #logo,
.lang-sr.BA header #logo-mobile-menu {
    background: url(/skins/monaco_hd-local/customer/images/logo/logo-ba.jpg) no-repeat 0 0;
}

.lang-hu header #logo,
.lang-hu header #logo-mobile-menu {
    background: url(/skins/monaco_hd-local/customer/images/logo/logo-hu.png) no-repeat 0 0;
}

.lang-mk.MK header #logo,
.lang-mk.MK header #logo-mobile-menu {
    background: url(/skins/monaco_hd-local/customer/images/logo/logo-mk.png) no-repeat 0 0;
}

/*HEADER LOGO END*/

#top-menu {
    display: none;
}


#top-menu {
    padding: 15px 30px;
}

#top-menu a {
    display: block;
    font-weight: 600;
    outline: 0;
    white-space: nowrap;
    padding: 10px 0;
    font-size: 15px;
}

#top-menu a::before {
    content: "\f0a9";
    font-family: FontAwesome;
    text-rendering: auto;
    color: var(--dark-ruby-red);
    margin-right: 25px;
    font-size: 18px;
}

#top-menu a:hover,
#top-menu a:focus,
#top-menu a:hover::before,
#top-menu a:focus::before {
    color: var(--dark-ruby-red);
}

#header-container {
    display: flex;
    padding: 10px 0 10px;
}

header #headerPart-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-brand {
    display: flex;
    align-items: center;
    flex: 25%;
}

.header-search #header-search {
    display: none;
}

.header-search #header-search-mobile > img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    cursor: pointer;
}

.header-user-nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5px;
    z-index: 50;
}

#headerPart-top #logo,
#headerPart-top #logo-mobile-menu {
    height: 24px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    z-index: 50;
}

.breadcrumb-home {
    width: auto;
    height: 1em;
}

.invisible {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
}

@media all and (min-width: 375px) {
    #headerPart-top #logo,
    #headerPart-top #logo-mobile-menu {
        height: 26px;
        width: 125px;
    }
}

@media all and (min-width: 400px) {
    #headerPart-top #logo {
        height: 33px;
        width: 160px;
        left: 60px;
    }
}

#header-search #sbox {
    font-size: 14px;
    line-height: 14px;
    border: 0;
    background: #fff;
    padding: 1em;
}

header .header,
header .header-settings-wrapper .header-settings,
#column-top .column-inner-wrapper,
.dynamic-page-index main .mainWrapper,
footer .footer-inner-wrapper,
.mainWrapper {
    min-height: auto;
    max-width: 100%;
}



/*LOGIN*/
.header-icon {
    width: 35px;
    height: 35px;
    margin-right: 20px;
}

.header-icon.nomargin {
    margin-right: 0;
}

.header-icon.logged-in {
    border-radius: 50%;
    background: #15C8A4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.header-icon.logged-in > img {
    width: 60%;
    filter: brightness(0) invert(1);
}

.header-icon.logged-in > input {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.header-icon.logged-in > ul {
    display: none;
    position: absolute;
    top: 40px;
    right: -47px;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid var(--dark-ruby-red);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    gap: 5px;
    flex-wrap: wrap;
    min-width: 230px;
}

.header-icon.logged-in > ul::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    right: 59px;
    border: 5px solid;
    border-color: var(--dark-ruby-red) var(--dark-ruby-red) transparent transparent;
    border-radius: 3px;
    transform: rotate(-45deg);
}

.header-icon.logged-in > ul li {
    width: calc(50% - 5px);
}

.header-icon.logged-in > input:checked + ul {
    display: flex;
}

.header-icon.logged-in a {
    color: var(--dark-ruby-red);
}

.circle-icon {
    padding: 5px 1px 5px 1px;
    border: 1px solid;
    border-radius: 100%;
}

#header-login {
    position: relative;
    top: 3px;
}

#header-login-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}

#header-login-wrapper a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .2s ease-out all;
    -moz-transition: .2s ease-out all;
    -o-transition: .2s ease-out all;
    transition: .2s ease-out all;
}

#header-login-wrapper #facebook-login {
    display: none;
}

.logged #header-login-wrapper a {
    padding: 0 10px;
    font-size: 14px;
}
/*LOGIN END*/
/*WISHLIST*/

header #header-wishlist {
    display: block;
    position: relative;
    height: 30px;
    line-height: 12px;
    font-size: 13px;
}

header #header-wishlist a > span {
    max-width: 58px;
    display: block;
    float: left;
    margin: 9px 0 0 10px;
    color: #444;
    font-size: 16px;
}

/*WISHLIST END*/
/*CART*/

header #header-cart .header_mini_cart_wrapper {
    position: relative;
    top: 3px;
    text-align: center;
}

header #header-cart .view_cart {
    position: absolute;
    top: 5px;
    left: 55px;
    height: 35px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    text-align: center;
    font-size: 13px;
}

header #header-cart .items_total, header .header .header-mini-cart-link {
    font-weight: 700;
    color: #f5414b;
    font-size: 16px;
    padding: 0;
    display: inline-block;
}

header .header-cart-empty .header-cart-title {
    font-size: 16px;
}

header #header-cart .full-cart .view_cart {
    font-size: 13px;
}

.lang-gr header #header-cart .full-cart + .view_cart .header-cart-title {
    font-size: 11px !important;
}
.js-wishlist-header-count,
span.cart_item_count {
    background: var(--dark-ruby-red);
    color: #fff;
    width: 23px;
    height: 24px;
    line-height: 24px;

    border-radius: 23px;
    font-weight: 900;
    font-size: 15px;
    text-align: center;

    top: 17px;
    left: -12px;
    z-index: 1;
    position: absolute;
}
.wishcount {
    margin-top: 1px;
}
.js-wishlist-header-count {
    top: 15px;
    left: -10px;
}


.empty-cart span.cart_item_count {
    background: var(--dark-ruby-red);
    color: #fff;
}

#header-search {
    align-items: center;
    display: flex;
}

#header-search form {
    border: 1px solid var(--search-border);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 76%;
    border-radius: 4px;
}

#header-search #sbox {
    width: 100%;
}

#header-search .search-input {
    position: relative;
    width: 77%;
}

#header-search .headerSearchButton input {
    background: 0;
    border: 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    padding: 1em 3em;
    margin: 5px 0;
    border-left: 1px solid var(--search-border);

}
#header-search .headerSearchButton {
    position: relative;
}
#header-search .headerSearchButton:before {
    content: '';
    background: url(/skins/monaco_hd-local/customer/images/icon-search-glass.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    z-index: 1;
    background-size: 25px;
    position: absolute;
    right: 15px;
    top: 12px;

}

#header-search .header-search-advanced {
    width: 15%;
    line-height: 16px;
    margin-left: 15px;
}

#header-search .header-search-advanced a {
    color: #000;
    opacity: .6;
    font-size: 12px;
}

main #header-search form {
    width: 100%;
    margin: 15px;
}

header #header-cart {
    display: block;
    position: relative;
}

/* Hide cart info - title and total price */
header #header-cart .view_cart {
    display: none;
}

header #header-cart #header-mini-cart-items .mini-cart-box-name a {
    word-wrap: break-word;
}

header .header-mini-cart {
    background: #fff;
    top: 45px;
    right: -10px;
    width: 330px;
    z-index: 99999999999;
    border: 1px solid #eee;
    box-shadow: 0 8px 28px -6px #333;
    position: absolute;
    box-sizing: border-box;
    padding: 10px;
}

header .header-mini-cart:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent;
    border-bottom-color: #eaeff4;
}

header .header-mini-cart:after {
    top: -9px;
    right: 25px;
    border-width: 0 10px 10px;
    border-bottom-color: #fff;
}

.header-settings-wrapper {
    position: relative;
    background: transparent;
    display: block;
    border-bottom: none;
    width: 100%;
    height: 46px;
}

.header-settings-wrapper .menu-item-link,
.header-settings-wrapper a {
    color: #333;
}

.header-settings-wrapper .header-settings {
    padding: 0 10px;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.header-settings-wrapper .header-top {
    height: 35px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: flex-end;
    padding: 0 10px;
}

.header-settings-wrapper #header-login:before {
    content: '';
    padding: 0;
    display: block;
    line-height: 1.5;
    background: url(https://www.ivet.bg/userfiles/icons/account.svg) no-repeat scroll 0 transparent;
    background-size: 100%;
    background-position: -3px 1px;
    height: 35px;
    width: 35px;
    margin: -03px 0 0 -32px;
    position: absolute;
}

.header-settings-wrapper #header-login:after {
    content: '';
    margin: 10px 70px;
    display: block;
    background: lightgray;
    background-size: 100%;
    height: 1px;
    width: 100%;
}

.notlogged .header-settings-wrapper #header-login:before {
    display: none;
}

.header-top.open #top-menu {
    display: flex;
    flex-flow: column wrap;
    text-align: left;
    border-top: 1px solid #eceeed;
}

header .header-settings-wrapper .header-top {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    clear: unset;
    width: auto;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex !important;
    flex-flow: row wrap;
    justify-content: left;
    align-items: center;
    z-index: 100;
}

.header-top:before {
    display: none
}

header .header-settings-wrapper .header-top.open {
    min-width: 340px;
    width: calc(100% - 40px);
    max-width: 420px;
    height: auto;
    max-height: 100vh;
    box-shadow: 30px 20px 140px grey;
    position: fixed;
    overflow-y: auto;
}

header .header-settings-wrapper .header-top.open .mobileTopMenu::before {
    display: none;
}

#column-top #main-menu-box > .box-content > ul .mega-menu-row a:hover,
#column-top #main-menu-box > .box-content > ul .mega-menu-row a:active {
    color: var(--ruby-red);
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

/*END HEADER*/

.products-box .product {
    border: 0;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 12px;
    line-height: 1;
}

/*.products-box .product .price-value {*/
/*    font-size: 14px !important;*/
/*    font-weight: 400 !important;*/
/*    color: #666 !important;*/
/*}*/
.products-box .product .price-value,
.products-box .product .price-value.price-is-discounted {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--dark-ruby-red) !important;
}

.products-box .product .what-price {
    display: none;
}

.products-box .product h3 {
    display: inline-block;
    margin: 17px 0 5px;
}

.products-box h3,
#main .products-box h3,
.products-box a,
#main .products-box a {
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0
}

#subcategories .swiper-button-next.swiper-button-disabled,
#subcategories .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.new-products-carousel .swiper-wrapper {
    padding-bottom: 25px;
}

.top-carousel .swiper-slide {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.top-carousel .swiper-slide a {
    line-height: 1;
    margin: 0;
}

.top-carousel .swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-pagination-bullet {
    border: 1px solid;
    border-color: #AF1857;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: .75;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: .95;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: url(/skins/monaco_hd-local/customer/images/carousel-arrow.png);
}

.swiper-button-next:after {
    transform: rotate(180deg);
}


.h1-title h1 {
    position: relative;
    color: #666;
    top: -1px;
    z-index: 9;
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    font-weight: 400;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.form-page .h1-title {
    margin: 0;
}

.form-page .h1-title h1 {
    text-align: center !important;
    margin: 0 auto;
    width: 100%;

    font-size: 24px;
    font-weight: 700;
    padding: 3rem 0 0;
}

.form-page h2 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 2rem;
}

.form-page form * {
    font-size: 16px;
    margin: 0 0 .5em;
}

.form-page form label {
    font-size: 13px;
    margin: 0 0 .3em;
    text-align: left;
    width: 100%;
    display: block;
}

.form-page form .input-submit {
    margin: 0;
}

.register-form-container {
    background-color: #f5f7f6;
    width: 100%;
    max-width: 705px;
    margin: 0 auto;
    padding: 15px;
}




.price-box {
    background-color: var(--lighter-grey);
    padding: 2rem;
}

footer {
    padding-top: 1rem;
    border-top: 1px solid var(--light-grey2);
}

.footer-left {
    padding: 45px 15px 5px;
}

.footer-newsletter-new {
    background: url(/skins/monaco_hd-local/customer/images/nl-bg.png) no-repeat 0 0;
    background-size: cover;
    padding: 3px;
}

.footer-newsletter-new h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.footer-newsletter-new-container {
    background-color: var(--light-grey);
    width: 100%;
    padding: 2rem;
}


.footer-right .footer-newsletter-new {
    grid-area: footer-newsletter-new;
    background: linear-gradient(to right, #fdfcfb, #e2d1c3);
    padding: 15px 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%) inset;
    background-size: cover;
}

footer #footer-newsletter {
    display: flex;
}

.footer-newsletter-new img {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px
}

.footer-newsletter-new #footer-newsletter input[type="email"] {
    background: #fff !important;
    height: 30px;
    margin: 0;
    width: 70%;
    border: 1px solid var(--mid-grey);
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    /*padding: 1.15rem;*/
}

.footer-newsletter-text {
    margin: 15px 0 12px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.footer-newsletter-text span {
    color: white;
    background: var(--ruby-red);
    border-radius: 2rem;
    padding: 5px 10px;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
    z-index: 0;
}

#footer-menu-new {
    font-weight: 700;
    font-size: 14px;
}
#footer-menu-worktime {
    padding-top: 1rem;
    font-size: 14px;
    font-weight: 400;
}

#footer-menu-new h2,
#footer-menu-worktime h2 {
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 700;
}
#footer-menu-worktime p {
    padding: 7px 0;
}

.social-icons-footer  {
    padding: 2rem 0 1rem;
    display: flex;
    justify-content: space-around;
}

.social-icons-footer li {
    display: inline-block;
    margin-right: 1.2em;
}
.social-icons-footer li:last-child {
    margin-right: 0;
}

#footer-menu-new a {
    font-size: 14px;
    display: block;
    padding: 7px 0;
    margin: 3px 0;
}

#footer-menu-new a:hover {
    text-decoration: none;
    color: var(--dark-ruby-red);
    transition: color 0.2s linear;
}

#footer-menu-new .footer-menu-wrapper {
    column-count: 2;
}

.footer-partners {
    margin-top: 2rem;
    background-color: var(--light-grey1);
    height: 66px;
    text-align: center;
    line-height: 66px;
    position: relative;
    overflow: hidden;
}

.footer-partners #payu {
    background: url(/skins/monaco_hd-local/customer/images/spritesheet.png) 0 -210px no-repeat;
    width: 64px;
}

.footer-partners #ePay {
    background: url(/skins/monaco_hd-local/customer/images/spritesheet.png) -89px -210px no-repeat;
    width: 72px;
}

.footer-partners #PayPal {
    background: url(/skins/monaco_hd-local/customer/images/spritesheet.png) -166px -210px no-repeat;
    width: 81px;
}

.footer-partners #MasterCard {
    background: url(/skins/monaco_hd-local/customer/images/spritesheet.png) -267px -210px no-repeat;
    width: 44px;
}

.footer-partners #VISA {
    background: url(/skins/monaco_hd-local/customer/images/spritesheet.png) -340px -210px no-repeat;
    width: 63px;
}

.footer-partners #DHL {
    background: url(/skins/monaco_hd-local/customer/images/spritesheet.png) -420px -210px no-repeat;
    width: 105px;
}

.footer-partners #rapido {
    background: url(/skins/monaco_hd-local/customer/images/spritesheet.png) -540px -210px no-repeat;
    width: 67px;
}

.footer-partners #sprinter {
    background: url(/skins/monaco_hd-local/customer/images/spritesheet.png) -540px -208px no-repeat;
    width: 65px;
}

.footer-partners #speedy {
    background: url(/skins/monaco_hd-local/customer/images/spritesheet.png) -623px -210px no-repeat;
    width: 67px;
}

.footer-partners #aramex {
    background: url(/skins/monaco_hd-local/customer/images/spritesheet.png) -696px -210px no-repeat;
    width: 124px;
}

.footer-partners #DExpress {
    background: url(/skins/monaco_hd-local/customer/images/spritesheet.png) -827px -210px no-repeat;
    width: 67px;
}

.footer-partners .partner-image , .footer-partner .partner-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 0 5px;
    transition: all .1s ease-in;
    height: 33px;
    vertical-align: middle;
    display: inline-block;
}
.footer-partner{ line-height: 12px; }
.footer-bottom-inner-wrapper .partner-image { 
    font-size: 12px;
    color: #17b9e3;
    position: relative;
    top: -12px;

 }

 .footer-bottom-inner-wrapper .partner-image img{ 
     position: relative;
    top: 10px;

 }



.footer-partners .partner-image.ssl-label {
   display: none;
}

.partner-image.ssl-label.mobile {
    display: block;
    text-align: center;
}


.footer-partners .partner-image:hover  , .footer-partner .partner-image:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all .1s ease-in
}

.footer-partners img {
    height: 45px;
    width: auto;
}

.footer-partners img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.footer-bottom-wrapper {
    background-color: var(--light-grey2);
}


.footer-flags {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    width: 100%;
}

.footer-flags img, .footer-flags svg {
    margin: 0 3px;
    box-shadow: none;
    width: 25px;
    height: 15px;
    vertical-align: initial;
    background: none;
}

.footer-bottom-inner-wrapper {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
}

.footer-bottom-inner-wrapper.border-bottom {
    border-bottom: 1px solid var(--light-grey15);
}




.footerbg {
    display: flex;
    flex-direction: column;
}
.opc, .copy , .sitemap{
    font-size: 12px;
}
.opc a  , .sitemap a{
    font-size: 12px;
    color: var(--mid-grey);
}

.two-col-new h1,
.two-col-new h2,
#page .two-col-new h2
{
    font-size: 24px;
    font-weight: 700;
    padding: 1rem 0;
}
.two-col-new p {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}
.two-col-new ul li {
    padding: 5px 0;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}

.two-col-new ul li:before {
content: '✓';
margin-left: -15px;
padding-right: 5px;
font-size: 19px;
}

.two-col-new ul.temple li:before {
    font-family: FontAwesome;
    content: '\f19c';
    font-size: 16px;
}

#container .sort-view select {
    padding: 10px;
    font-size: 13px;
    margin-right: 2rem;
    background: white;
}

#search-page .sort-view select {
    margin-left: -8px;
}

#container .sort-view select:last-child {
    margin-right: 0;
}

.products-per-row-4 .grid li.product-grid-wrapper {
    background: #fff;
    border: 0;
    color: #000;
    font-weight: 700;
    font-size: 2em;
    text-align: center;
    height: auto;
    left: 0 !important;
    position: relative !important;
    top: 0 !important;

    width: calc(100% / 2);
    padding: 0 5px;
    margin: 3px 0;
}

main .mainWrapper .product-title a {
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    text-transform: none;
    font-weight: 600;
}

.grid li h3.product-title {
   margin: 15px 0 0;
}

.grid li .product-details .price-value {
    float: none;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--dark-ruby-red);
}

.page-content-listing .product-prices .list-price del.price-value {
    font-weight: 400;
    font-size: 12px;
    color: #777;
    display: inline-block;
    opacity: 1;
    padding: 0 3px;
}

.home-model, .home-blog-posts {
    position: relative;
}

.home-blog-posts {
    position: relative;
    padding: 1rem 0;
}

.home-blog-posts h2 a,
.home-blog-posts h2 {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.blog-post-grid {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.blog-post-card {
    width: 100%;
    padding: 0 15px;
    margin: 1rem 0;
}
.blog-post-image {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.blog-post-date {
    font-size: 12px;
    font-weight: 400;
    padding: 0.5rem 0 0.25rem;
}
.blog-post-date:before {
    font-size: 12px;
    font-family: FontAwesome;
    content: '\f073';
    padding-right: 0.75em;
}
.blog-post-title {
    font-weight: 700;
    line-height: 1.5;
    padding: 0 0 0.5rem;

    color: #333;
}
.blog-post-title a {
    color: #333;
}

.blog-post-description {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 0.5rem;
}
.blog-post-description:after {
    font-family: FontAwesome;
    content: '\f054';
}

.slider-wrapper, .multibanner-wrapper {
    display: none;
}
#column-top .slider-wrapper:first-child {
    display: block;
}

.multibanner-wrapper {
    overflow: hidden;
    margin: auto;
    width: 100%;
    display: block;
}

.multibanner-wrapper.w-50.banner-desktop{
    display: none;
}

.banner-col-wrapper {
    flex: 0 0 auto;
    margin: 0;
    width: 100%;
}

.banner-img-wrapper {
    text-align: center;
    padding-top: 16px;
}

.banner-img-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.multibanner-wrapper .banner-img-wrapper {
    line-height: 0;
}

.multibanner-wrapper .banner-img-wrapper img {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.banner-single.banner-desktop {
    display: none;
}

.banner-single.banner-mobile {
    display: block;
    width: 100%;
    height: auto;
}

#cboxLoadedContent #page .page-content-bg-repeat > p > img {
    width: 100% !important;
    height: auto !important;;
}

#cboxLoadedContent #page #breadcrumb {
    padding: 15px;
}





/* ----- Back to top button - Start ----- */

#back-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 5%;
    bottom: 80px;
    z-index: 80;
    font-size: 0;
    opacity: .5;
    transition: all .2s ease-in;
    background: var(--dark-ruby-red);
    border: 1px solid var(--light-grey2);
    border-radius: 50%;
}

#back-top:hover {
    opacity: 1
}

#back-top::before {
    content: '\276F';
    display: block;
    color: #fff;
    transform: rotate(-90deg);
    font-size: 26px;
    top: -1px;
    left: -3px;
    position: relative;
}

/* ----- Back to top button - End ----- */





/* ----- Inputs - Start ----- */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 1rem;
    text-align: left;
    background: #fff;
    color: #333;
    outline: 0;
    min-height: 40px;
}

textarea {
    padding: 15px;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border-color: #9f9f9f;
}

input[type="text"].input-error,
input[type="email"].input-error,
input[type="tel"].input-error,
input[type="password"].input-error,
select.input-error,
textarea.input-error,
.with-phone-prefix.input-error,
select.input-error + .select2 .select2-selection {
    border-color: #f5d8dd;
    background: #f9f5f6;
    color: #ef5d63;
}

select.input-error + .select2 .select2-selection__rendered {
    color: #ef5d63;
}

input[type="checkbox"].input-error + label,
input[type="checkbox"].input-error + label a {
    color: #ef5d63 !important;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    transform: scale(1.4);
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
    width: 16px !important;
    height: 16px;
    border: 1px solid #2fce84;
    background-clip: content-box;
    accent-color: #1caa68;
    opacity: 0.66;
}

input[type="checkbox"] {
    top: 0;
}

input[type="radio"] {
    border-radius: 50%;
    padding: 3px;
}

input[type="radio"]:checked {
    background-color: #2fce84;
}

select {
    /*-webkit-appearance: menulist-button;*/
    /*line-height: 18px;*/
    padding: 10px 17px;

    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23CCCCCC%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%;
    background-size: .65em auto;
}

.asterisk {
    color: #ef5d63;
}

/* ----- Inputs - End ----- */





/* ----- Breadcrumbs - Start ----- */

#breadcrumb,
#breadcrumb .breadcrumb-bg {
    padding: 15px 0;
    display: block;
    width: 100%;
    font-size: 14px;
    min-height: 85px;
}

#breadcrumb span {
    font-weight: 600;
    font-size: 14px;
}

#breadcrumb span::before {
    content: "/";
    padding: 0 10px;
}

#breadcrumb span a {
    color: #333;
}

#breadcrumb span a:hover,
#breadcrumb span a:focus {
    color: #777;
}

#breadcrumb span:first-child::before {
    content: none;
}

#breadcrumb span:first-child a::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f015";
    font-size: 16px;
    color: #333;
}

#breadcrumb span:first-child a:hover::before,
#breadcrumb span:first-child a:focus::before {
    color: #777;
}

#breadcrumb span.active,
#breadcrumb span:last-child {
    font-weight: 400;
}

@media screen and (min-width: 700px) {
    #breadcrumb,
    #breadcrumb .breadcrumb-bg {
        min-height: 56px;
    }
}

/* ----- Breadcrumbs - End ----- */





/* ----- Subcategories - Start ----- */

#subcategories {
    position: relative;
    display: flex;
    gap: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    overflow: hidden;

    padding-bottom: 6px;
    border-bottom: 1px solid #dee1e5;
}

.centered-subcategories {
    text-align: center;
    border-bottom: 1px solid #dee1e5;
}

.centered-subcategories #subcategories {
    display: inline-flex;
    max-width: 100%;
    border-bottom: none;
}

.centered-subcategories #subcategories .swiper-wrapper :last-child {
    margin-right: 0 !important;
}

.centered-subcategories #subcategories .swiper-notification {
    display: none;
}

.subcategories-title,
#subcategories .cat-enter {
    display: none;
}

#subcategories a {
    color: #333;
}

#subcategories .subcategories {
    display: flex;
    flex-direction: column;
}

#subcategories .subcategory {
    position: relative;
    cursor: pointer;
    text-align: center;
    min-width: 85px;
    width: 85px;
}

#subcategories .subcategory::before {
    content: "";
    margin-bottom: 15px;
}

#subcategories .subcategory::before,
#subcategories .category-image-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #f5f6fa;
    border: 2px solid #f5f6fa;
    color: inherit;
}

#subcategories .category-image-link {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

#subcategories .category-image-link img {
    max-width: 100%;
    max-height: 100%;
}

#subcategories .subcategory:hover::before,
#subcategories .subcategory:hover .category-image-link {
    border-color: var(--ruby-red);
}

#subcategories .swiper-button-prev::after,
#subcategories .swiper-button-next::after {
    scale: .5;
    content: url(/skins/monaco_hd-local/customer/images/carousel-arrow-dark.png);
}

#subcategories .swiper-button-prev {
    left: 0;
    display: none;
}

#subcategories .swiper-button-next {
    right: 0;
    display: none;
}

/* ----- Subcategories - End ----- */





/* ----- Alerts (info bars, flash messages) - Start ----- */

.info,
.flash-msg {
    background: #CFF4FC;
    border: 1px solid #B6EEFB;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #074081;
    display: flex;
    align-items: baseline;
}

.info.success,
.flash-msg.success {
    background: var(--flash-msg-success-bg);
    border-color: var(--flash-msg-success-border);
    color: var(--flash-msg-success-color);
}

.info.warning,
.flash-msg.warning,
.flash-msg.alert {
    background: var(--flash-msg-alert-bg);
    border-color: var(--flash-msg-alert-border);
    color: var(--flash-msg-alert-color);
}

.info.error,
.flash-msg.error {
    background: var(--flash-msg-error-bg);
    border-color: var(--flash-msg-error-border);
    color: var(--flash-msg-error-color);
}

.info.with-icon::before,
.flash-msg.with-icon::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05a";
}

.info.with-icon.success::before,
.flash-msg.with-icon.success::before {
    content: "\f058";
}

.info.with-icon.warning::before,
.info.with-icon.error::before,
.flash-msg.with-icon.warning::before,
.flash-msg.with-icon.error::before {
    content: "\f071";
}

.info .fa,
.info.with-icon::before,
.flash-msg .fa,
.flash-msg.with-icon::before {
    margin: 0 15px 0 10px;
}

.info.success a,
.flash-msg.success a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.info.success a:hover,
.flash-msg.success a:hover {
    text-decoration: none;
}

/* ----- Alerts (info bars, flash messages) - End ----- */





/* ----- Labels - Start ----- */


.labels {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    line-height: 1.1;
}

.labels > div {
    flex-grow: 1;
    padding: 0 10px;
    background: #fbb12e;
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
    text-align: center;
    min-width: 50px;
    max-width: 50%;
    min-height: 25px;
    letter-spacing: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* expand 3rd label */
/*.labels > div:nth-child(3) {*/
/*    min-width: 100%;*/
/*}*/

/* 3+ labels */
/*.labels > div:nth-last-child(n+3),*/
/*.labels > div:nth-last-child(n+3) ~ div {*/
/*    font-size: .6rem;*/
/*}*/

.labels-rating .labels > div {
    max-width: none;
}

.labels .product-preorder {
    background: #e50625;
    text-transform: uppercase;
}

.labels .product-new {
    background: var(--ruby-red);
    text-transform: uppercase;
}

.labels .prod-icon-24h {
    background: #10d1a2;
}

/* Regional delivery tier: ships from a linked warehouse rather than the local one.
   Blue keeps it distinct from fast (teal), slow shipment (amber) and pre-order (red). */
.labels .prod-icon-regional {
    background: #2f80ed;
}

.labels .videolabel {
    background: #3b4da3;
}

.labels .category-label {
    background: #e50625;
    font-weight: bold;
}

.grid .labels {
    position: absolute;
    top: 0;
    width: calc(100% - 10px);
    z-index: 1;
}

@media all and (max-width: 375px) {
    .labels > div {
        font-size: .7rem;
    }
}

@media all and (min-width:767px) {
    .grid .labels {
        width: calc(100% - 20px);
    }
}

@media all and (min-width:992px) {
    .grid .labels {
        width: 100%;
    }
}

/* ----- Labels - End ----- */





/* ----- Increment widget - Start ----- */

.product_increm_quantity {
    min-width: 120px;
    height: 50px;
    border: 1px solid #ccc;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px 15px;
}

.product_increm_quantity #spin-down,
.product_increm_quantity #spin-up {
    display: inline-flex;
    width: 33.333%;
    height: 100%;
    font-size: 26px;
    line-height: 26px;
    color: #666;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.product_increm_quantity input {
    width: 33.333%;
    height: 100%;
    border: none;
    color: #666;
    padding: 0;
}

.product_increm_quantity:hover,
.product_increm_quantity:hover input{
    background: #f2f2f2;
}

/* ----- Increment widget - End ----- */





/* ----- Only product page ??? - Start ----- */

.product-page-has-options .product-options-table label {
    padding: 6px 10px;
    border: 1px solid var(--text-grey);
    border-radius: 4px;
    min-width: 40px;
    user-select: none;
    position: relative;
}

.product-page-has-options .product-options .option-wrapper-textButton-wrap label:focus,
.product-page-has-options .product-options .option-wrapper-textButton-wrap label:hover {
    border: 1px solid var(--dark-ruby-red);
    color: var(--dark-ruby-red);
}

.product-page-has-options .product-options .option-wrapper-textButton-wrap > span.selected label {
    border: 1px solid var(--dark-ruby-red);
    background: var(--dark-ruby-red);
    font-weight: 600;
    color: #fff;
}

.product-page-has-options .product-options .option-wrapper-textButton-wrap > span.selected label.green {
    border: 1px solid #15C8A4;
    background: #15C8A4;
    font-weight: 600;
    color: #fff;
}

/* ----- Only product page ??? - End ----- */





/* ----- Infobox - Start ----- */

.infobox p,
.infobox div.message.error {
    display: block;
    padding: 0 0 0 40px;
    margin: 0 0 15px;
    position: relative;
    border: none;
    background: none;
}

.infobox a {
    color: #333;
}

.infobox strong {
    color: #666
}

.infobox p:before,
.infobox .message.error:before {
    font-family: 'Arial', sans-serif;
    color: #f64e4e;
    font-size: 16px;
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    top: 35%;
    transform: translateY(-50%);
}

.infobox p:hover:before,
.infobox .message.error:hover:before {
    filter: contrast(0.3)
}

.infobox .shipping:before {
    content: url(icons/common/truck.svg);
}

.infobox .return:before {
    content: url(icons/common/redo.svg);
}

.infobox .message.error:before,
.infobox #h24:before {
    content: url(icons/common/cube.svg);
}

/* ----- Infobox - End ----- */





/* ----- Shipping labels - Start ----- */

#C24h,
#C24h.with-text::before,
#C24no,
#C24no.with-text::before,
.js-tier-bubble-regional,
.js-tier-bubble-regional.with-text::before {
    content: 'sadsda';
    background: #15C8A4;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
    height: 22px;
    border-radius: 4px;
    position: relative;
    display: inline-flex;
    order: 0;
}

#C24no,
#C24no.with-text::before {
    background: #FCB02A;
    color: #333;
}

.js-tier-bubble-regional,
.js-tier-bubble-regional.with-text::before {
    background: #2F80ED;
    color: #fff;
}

#C24h.with-text,
#C24no.with-text,
.js-tier-bubble-regional.with-text,
#product-page #C24h.with-text,
#product-page #C24no.with-text,
#product-page .js-tier-bubble-regional.with-text {
    background: none;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    padding: inherit;
    height: auto;
    border-radius: 0;
    width: 100%;
}

#C24h.with-text span,
#C24no.with-text span,
.js-tier-bubble-regional.with-text span {
    margin-left: 10px;
    order: 2;
}

#C24h.with-text::before,
#C24no.with-text::before,
.js-tier-bubble-regional.with-text::before {
    content: attr(data-text);
    white-space: nowrap;
}

#C24h::after,
#C24no::after,
.js-tier-bubble-regional::after {
    content: '';
    width: 0;
    height: 0;
    position: relative;
    right: 10px;
    margin-right: -10px;
    margin-top: 19px;
    border: 5px solid;
    border-color: #15C8A4 #15C8A4 transparent transparent;
    order: 1;
}

#C24no::after,
#C24no.with-text::after {
    border-color: #FCB02A #FCB02A transparent transparent;
}

.js-tier-bubble-regional::after,
.js-tier-bubble-regional.with-text::after {
    border-color: #2F80ED #2F80ED transparent transparent;
}

#C24h:not(.with-text)::after,
#C24no:not(.with-text)::after,
.js-tier-bubble-regional:not(.with-text)::after {
    right: 5px;
}

#product-page .option-wrapper-textButton-wrap #C24h,
#product-page .option-wrapper-textButton-wrap #C24no,
#product-page .option-wrapper-textButton-wrap .js-tier-bubble-regional {
    margin-right: 10px;
}

/* ----- Shipping labels - End ----- */





/* ----- Cart content - Start ----- */

#cart-content,
#gifts-content {
    width: 100%;
    margin-bottom: 30px;
}

#cart-content thead,
#cart-content .cart-discounts-td,
#gifts-content thead,
#gifts-content .cart-discounts-td {
    display: none;
}

#cart-content thead tr,
#gifts-content thead tr{
    border-bottom: 2px solid var(--cart-border-grey);
}

#cart-content th,
#gifts-content th{
    font-size: 14px;
    padding: 10px;
}

#cart-content tbody tr,
#gifts-content tbody tr{
    border-bottom: 1px solid var(--cart-border-grey);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#cart-content td,
#gifts-content td{
    padding: 10px;
    width: 50%;
}


#cart-content td.remove-item,
#gifts-content td.remove-item{
    padding-top: 19px;
}

#cart-content td::before,
#gifts-content td::before{
    content: attr(data-title);
    font-weight: 700;
}

#cart-content .product-name a,
#gifts-content .product-name a{
    font-weight: 700;
    color: #333;
}

#cart-content .product-name a:hover,
#cart-content .product-name a:focus,
#gifts-content .product-name a:hover,
#gifts-content .product-name a:focus{
    text-decoration: underline;
}

#cart-content .product-thumb,
#cart-content .product_thumb,
#gifts-content .product-thumb,
#gifts-content .product_thumb {
    max-width: 130px;
    max-height: 190px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#cart-content .remove-item,
#gifts-content .remove-item a {
    cursor: pointer;
    font-size: 18px;
}

#cart-content .cart-quantity-cell,
#cart-content .remove-item,
#cart-content .cart-discounts-td,
#cart-content .cart-price,
#cart-content .cart-total-price,
#gifts-content .cart-quantity-cell,
#gifts-content .remove-item,
#gifts-content .cart-discounts-td,
#gifts-content .cart-price,
#gifts-content .cart-total-price{
    text-align: center;
    font-weight: 700;
}

#cart-content .cart-total-price,
#gifts-content .cart-total-price{
    text-align: left;
}

#cart-content del,
#gifts-content del {
    font-size: 14px;
    font-weight: 400;
}

#cart-content .delivery-date,
#gifts-content .delivery-date {
    background: #caf5fc;
    color: #0f3f7f;
    padding: 0 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
}

#cart-content .delivery-date.delivery-24h,
#gifts-content .delivery-date.delivery-24h {
    background: #15C8A4;
    color: #fff;
}

/* ----- Cart content - End ----- */





/* ----- Product Page - Start ----- */

#product-page {
    position: relative;
}

#product-page #productWrapper {
    display: flex;
    position: relative;
    flex-flow: row wrap;
}

#product-page .product-page-images-block {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

#product-page .product-page-description-price-block {
    margin-bottom: 20px;
    width: 100%;
}



#product-page .h1-title {
    margin: 0 0 10px;
}

#product-page .h1-title h1 {
    font-size: 1.8rem;
    margin: 0;
    color: var(--text-grey);
    font-weight: 700;
}

#product-page .specifications {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    font-size: .7rem;
}

#product-page .specifications > div {
    margin: 0 15px 15px 0;
}

#product-page .specifications > div::before {
    content: "|";
    margin-right: 10px;
}

#product-page .specifications > div:first-child::before {
    content: none;
}

#product-page #ProductPricesHolder {
    border-top: 1px solid var(--light-border-grey);
    padding: 30px 0;
}

#product-page #ProductPricesHolder .price-withtax {
    display: inline-block;
}

#product-page #ProductPricesHolder .list-price {
    display: inline-block;
}

#product-page #ProductPricesHolder .list-price .price-value {
    color: #333;
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 20px;
}

.display-in-rows {
    display: inline-flex;
    flex-direction: column;
}
#product-page #ProductPricesHolder .display-in-rows .list-price .price-value {
    padding-left: 0;
}
.display-in-rows {

}
#product-page .price-value {
    font-size: 1.5rem;
    color: var(--dark-ruby-red);
    font-weight: 700;
}

#product-page .made_in_label {
    display: block;
    position: absolute;
    right: 0;
    width: 20vw !important;
    max-width: 140px;
    z-index: 3;
    transform: rotate(-10deg);
    margin: 5px 15px 15px 15px !important;
    pointer-events: none;
}

#product-page .product-page-prices-box div.add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid var(--light-border-grey);
    padding: 15px 0;
    margin-top: 15px;
}

#product-page .button-cart {
    font-size: 1.1rem; /*1.7rem;*/
    min-width: 210px;
    margin-right: 30px;
    padding: 15px;
    background-color: var(--turquoise);
}

#product-page .button-wishlist {
    /*margin-right: 30px;*/
}

#product-page .button-wishlist img {
    position: relative;
    top: 7px;
    left: 5px;
}

#product-page h2,
#product-page .prod-long-desc-title {
    font-weight: 600;
    margin-bottom: 30px;
}

#product-page .infobox {
    border-top: 1px solid var(--light-border-grey);
    /*padding-top: 25px;*/
    margin-top: 25px;
}

#product-page .infobox a {
    color: var(--dark);
}

#product-page .infobox a:hover,
#product-page .infobox a:focus {
    color: #555;
}

#product-page .tabs {
    border-top: 1px solid var(--light-border-grey);
    padding-top: 25px;
    margin-top: 25px;
}

#product-page #description-info ul {
    list-style: disc;
    padding-left: 30px;
}

#product-page #description-info li {
    padding-left: 15px;
}

#product-page #description-info p {
    padding: 10px 11px;
}

#product-page .social {
    margin-top: 25px;
    padding: 25px 0;
    border-top: 1px solid var(--light-border-grey);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#product-page .social a {
    font-weight: 600;
    color: #333;
}

#product-page .button-stf a:before {
    content: '✉️';
    margin-right: 10px;
}

#product-page .button-rate a:before {
    content: '⭐️';
    margin-right: 10px;
}

#product-page .product-global-attributes .atr_name {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 5px 5px 0;
}

#product-page .product-global-attributes .atr_name::before {
    content: '* ';
}

#product-page .pleaseSelect {
    display: none;
    width: 100%;
    font-size: 16px;
    color: red !important;
    line-height: 1.5em;
}

#product-page .pleaseSelect:before {
    content: '\26A0';
    font-family: Arial, Helvetica, sans-serif;
    color: red;
    font-size: inherit;
    width: 100%;
    padding: 0 5px 0 0
}

#product-page .pleaseSelect.show {
    display: block;
}

#product-page .pleaseSelect.show + div .option-wrapper-textButton-wrap {
    box-shadow: 0 0 0 3px white, 0 0 0 6px #fb5454;
    border-radius: 2px;
}

#product-page .product-features * {
    font-size: 11px;
}

#product-page .product-options ul li:first-child {
    width: 70%;
    padding-top: 0;
}

#product-page .product-options li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 10px 0;
    gap: 10px;
}

#product-page .product-options li.option-group-separator {
    border-bottom: 1px solid var(--light-border-grey);
    padding-bottom: 25px;
    margin-bottom: 10px;
}

#product-page .product-options li > span:first-child {
    width: 100%;
}

#product-page .product-options li > span:first-child,
#product-page #ProductPricesHolder .what-price {
    text-transform: uppercase;
    font-weight: 600;
}

#product-page #productVariantAttributes{
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 4px;
    position: relative;
    background: #eef6f8;
}

#product-page #productVariantAttributes span {
    color: #666;
}

#product-page #productVariantAttributes::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #eef6f8;
    pointer-events: none;
    top: -19px;
    left: 30px;
    display: block;
}

#product-page .info_link_wrapper {
    padding: 3px 8px 4px 0;
    border: 1px solid var(--text-grey);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

#product-page .info_link_wrapper:hover,
#product-page .info_link_wrapper:focus,
#product-page .info_link_wrapper:hover a,
#product-page .info_link_wrapper:focus a {
    border-color: var(--dark-ruby-red);
    color: var(--dark-ruby-red);
}

#product-page .info_link_wrapper a::before {
    content: "";
    display: block;
    opacity: .7;
    width: 31px;
    height: 31px;
    margin: 0 5px;
    background: url(/skins/monaco_hd-local/customer/images/sizes-btn-logo.png) no-repeat center;
}

#product-page .info_link_wrapper a {
    color: #333;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

#product-page .product-image #wrap {
    z-index: initial !important;
}

#product-page #product-images {
    height: 100%;
    position: relative;
    z-index: 3;
    min-height: 0;
}

#product-page #product-images .product-image-wrapper {
    position: relative;
    display: none;
}

#product-page #related-products-li .product-image {
    min-height: 50px !important;
    min-width: 50px;
}

#product-page #related-products-li .product-image img {
    width: 60px;
    margin-left: 5px;
    margin-bottom: 5px;
}

#product-page .product-image-wrapper img.product-image {
    max-width: 100%;
    width: 100%;
}

#product-page #product-images .bx-wrapper {
    left: 0;
    top: 0;
    padding: 0;
    overflow: hidden;
}

#product-page #product-images .bx-wrapper .bx-viewport {
    box-shadow: none;
    text-align: center;
    background: transparent;
    left: auto;
    transform: none;
    min-height: 720px;
    height: auto !important;
}

#product-page #product-images .bx-controls-direction a {
    text-indent: 0;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.6) !important;
    display: block;
    width: 20px;
    height: auto;
    font-size: 0;
    position: absolute;
    left: 40%;
    z-index: 9;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    transform: rotate(90deg);
}

#product-page #product-images .bx-controls-direction a:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid transparent;
    opacity: 1;
}

#product-page #product-images .bx-controls-direction a:before {
    z-index: 99999999999999;
    content: "\276F";
    top: -25px;
    width: 40px;
    height: 40px;
}

#product-page #product-images .bx-controls-direction a.bx-prev {
    top: 0;
    transform: rotate(-90deg);
    display: block;
}

#product-page #product-images .bx-controls-direction a.bx-next {
    bottom: 0;
    top: auto;
    margin: 0;
    display: block;
}

#product-page .code-weight-wrapper {
    white-space: nowrap;
    margin: 0 0 0 -10px;
}

#product-page .list-price {
    margin: 0;
}

#product-page .brand-holder {
    margin: 0;
    font-size: 12px;
    /*display: inline-block;*/
    display: none;
}

#product-page .brand-holder:empty {
    display: none;
}

#product-page #product-video table {
    width: 100%;
    text-align: center;
}

#product-page #product-video iframe {
    height: auto;
    width: 100%;
    aspect-ratio: 9 / 14;
    max-width: 380px;
}

#product-page #product-promotion-content:empty {
    display: none;
}

#product-page #product-promotion-content a {
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    background: var(--ruby-red);
    padding: 0 10px;
}

#product-page #product-promotion-content a:hover {
    color: var(--ruby-red);
    background: #fff;
}

#product-page #product-promotion-content .promotion-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#product-page #product-promotion-content .promotion-info > li {
    background-color: #b01757;
    background-image: linear-gradient(135deg, #ca306e 25%, #b01757 25%, #b01757 50%, #ca306e 50%, #ca306e 75%, #b01757 75%, #b01757 100%);
    background-size: 100px 100px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    padding: 6px 10px;
}

/* Hide elements */
#product-page #ProductPricesHolder .percent-product,
#product-page #ProductPricesHolder .list-price .what-price,
#product-page .product-options.item h2,
#product-page #product-images .bx-wrapper .bx-controls-direction a.disabled,
#colorbox #product-page .tabs,
#colorbox #product-page .social,
#colorbox #product-page #breadcrumb,
#colorbox #product-page .qbmc-main,
.dynamic-page-product #colorbox #product-page #productThumbs,
#product-page #h24,
#product-page .quant-descr,
#product-page .product_increm_quantity,
#product-page .bx-controls-direction {
    display: none;
}

#product-page .ProductOptions-12 #C24no,
#product-page .ProductOptions-12 .js-tier-bubble,
#product-page .ProductOptions-12 #C24h {
    display: none !important
}





#colorbox #product-page {
    padding: 10px;
}

#colorbox #product-page #product-images .product-image-wrapper {
    display: block;
    min-height: auto !important;
    margin: auto;
    height: 100%;
}

#colorbox #cboxWrapper #cboxLoadedContent #product-page .button input {
    display: flex;
    background: none;
    margin: 6px auto;
}

#colorbox #product-page .button-cart {
    font-size: 1.5rem;
    width: 100%;
    margin-right: 0;
}

#colorbox #product-page .infobox {
    padding-top: 0;
}

#colorbox #product-page #product-zoom {
    display: none;
}

#colorbox #product-page #productThumbs {
    height: 100%;
    overflow-y: auto;
}

#colorbox #product-page #productThumbs img.product-thumb {
    padding: 0;
}

#colorbox #product-page .video-hor-right {
    display: none;
}

#colorbox #product-page .info_link_wrapper,
#colorbox #product-page #product-images #productThumbs .product-thumb-holder,
#colorbox #product-page .product-global-attributes,
#colorbox #product-page .labels-rating,
#colorbox #product-page .infobox,
#colorbox #product-page .button-wishlist,
#colorbox #product-page #video-mobile-wrapper,
#colorbox #product-page .made_in_label {
    display: none;
}

#colorbox #product-page .product-page-images-block {
    background-color: #b01757;
    background-image: linear-gradient(135deg, #ca306e 25%, #b01757 25%, #b01757 50%, #ca306e 50%, #ca306e 75%, #b01757 75%, #b01757 100%);
    background-size: 100px 100px;
}

#colorbox #product-page #product-images {
    pointer-events: none;
    transform: scale(.8);
    overflow: hidden;
}


#colorbox #product-page #product-images #productThumbs .product-thumb-holder:first-child {
    display: block;
}

#colorbox #product-page .product-page-description-price-block {
    margin-bottom: -5px;
    display: flex;
    align-items: center;
}

#colorbox #product-page .product-page-description-price-block .product-details {
    width: 100%;
}

#colorbox #product-page #ProductPricesHolder {
    padding: 6px 0;
}

#colorbox #product-page::before {
    content: '';
    background: url("/skins/monaco_hd-local/customer/images/bow.svg") no-repeat center;
    background-size: contain;
    width: 100px;
    height: 70px;
    position: absolute;
    z-index: 10;
    top: -4px;
    left: -25px;
    transform: rotate(-40deg);
}

@media only screen and (max-width: 766px) {
    #colorbox #product-page #product-images .product-image-wrapper {
        display: none;
    }

    #colorbox #product-page #productThumbs {
        position: static;
        overflow: hidden;
    }

    #colorbox #product-page #productThumbs > li:not(:first-child) {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    #colorbox #product-page {
        padding: 20px;
    }

    #colorbox #product-page #product-images .product-image-wrapper {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    #colorbox #product-page .product-page-images-block {
        margin-bottom: 0;
    }
}





#product-page #productThumbs img {
    max-width: 100%;
    height: auto;
    padding: 5px 10px;
}

#product-page #productThumbs img.product-thumb {
    margin: 0;
    padding: 5px 10px;
    width: 100%;
    background: white;
}

#product-page #productThumbs {
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#product-page .product-image-wrapper {
    margin: 0 0 0 100px;
}



#product-page .social-buttons {
    left: 40px;
    position: relative;
    z-index: 9;
    display: inline-block;
    top: 6px;
}

.lang-bg #product-page .social-buttons iframe {
    border: 0;
    overflow: hidden;
    width: 190px !important;
    height: 21px !important;
}

#product-page .option-current-value-text:empty {
    display: none;
}

#product-page .option-wrapper-textButton-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

#product-page.c-product-page__horizontal-image .product-thumb-holder {
    max-width: 100%;
}

#product-page .product-options:before {
    background: url(https://www.ivet.bg/skins/monaco_hd-local/customer/images/made-in-eu-label-new.png) no-repeat;
    content: '';
    width: 17vh;
    height: 17vh;
    position: absolute;
    display: none !important;
    top: -10vh;
    right: 4px;
    z-index: 1;
    background-size: contain;
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#product-page.c-product-page__horizontal-image .product-thumb-holder:last-child {
    max-width: calc((100vw / 3) - 75px);
}

#product-page.c-product-page__horizontal-image .product-thumb-holder:only-child {
    max-width: 100% !important;
}

/*fix FF and Safari issue in product page - images*/
#product-page #product-images .bx-wrapper .bx-viewport {
    height: 720px
}

#product-page.c-product-page__horizontal-image #product-images .bx-wrapper .bx-viewport {
    min-height: 80px;
}

#product-page .bx-loading,
#product-page .message.error {
    display: none;
}








@media only screen and (max-width: 600px) {
    #product-page .product-image-a {
        display: none !important
    }

    #product-page a#product-zoom {
        display: none !important
    }
}


@media screen and (max-width: 1040px) {
    #product-page #product-images .bx-wrapper {
        zoom: .8;
    }
}

@media all and (max-width: 1023px) {
    .dynamic-page-product #product-page #productThumbs {
        position: relative;
        width: 100%;
    }

    #product-page #product-images {
        text-align: center;
    }

    #product-page #product-images .bx-wrapper {
        zoom: 1;
    }
}

@media screen and (max-width: 600px) {
    #product-page .product-image-a {
        width: 75%;
        float: right;
        display: none !important;
    }

    #product-page a#product-zoom {
        display: none !important;
    }

    #product-page .product-page-prices-box {
        padding: 5px 0;
    }

    #product-page .bx-wrapper #productThumbs {
        height: auto;
        overflow: hidden;
        display: table;
    }

    #product-page .bx-wrapper {
        z-index: 99;
    }

    .dynamic-page-product #product-page #productThumbs img.product-thumb {
        max-width: 100%;
        padding: 0;
    }

    #product-page .bx-wrapper .bx-viewport {
        background: transparent;
        height: auto !important;
    }

    #product-page #product-images .bx-wrapper {
        left: -15px;
        top: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
    #product-page .bx-wrapper {
        z-index: 99;
    }

    .dynamic-page-product #product-page #productThumbs img.product-thumb {
        max-width: 100%;
        margin: 0;
        width: 100%;
    }

    #product-page #product-images .bx-wrapper {
        left: -15px;
        top: 0;
    }
}

@media only screen and (min-width: 667px) and (max-width: 1024px) {
    .dynamic-page-product #product-page #productThumbs img.product-thumb {
        margin: 0;
        width: 100%;
    }

    .dynamic-page-product #product-page #productThumbs .product-thumb-holder {
        padding: 0;
        display: inline-block;
        float: left !important;
        clear: both;
        width: auto !important;
        margin: 0 5px;
    }


}

/* ----- Product Page - End ----- */











/* ----- Contacts Page - Start ----- */

.contact-page-wrapper a {
    font-weight: 700;
    color: #333;
}

.contact-page-wrapper a:hover,
.contact-page-wrapper a:focus {
    text-decoration: underline;
}

.contact-page-wrapper p {
    padding: 0 0 40px 0;
}

.contact-page-wrapper .select > select {
    display: none;
}

.GR #page .contact-page-wrapper + .callus,
.contact-page-wrapper + .callus {
    padding: 30px 0;
    text-align: center;
}

.contact-page-wrapper + .callus .button {
    font-size: 22px;
    padding: 15px 30px;
    margin: 10px 30px;
}

.contact-page-wrapper + .callus .button:hover,
.contact-page-wrapper + .callus .button:focus {
    color: #fff;
}

.contact-page-options {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 15px;
}

.contact-page-options > div {
    width: 120px;
    text-align: center;
    background: #f3f7f8;
    cursor: pointer;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    padding: 15px;
}

.contact-page-options > div.selected,
.contact-page-options > div:hover {
    background: var(--dark-ruby-red);
    color: #fff !important;
}

.contact-page-options > div.selected::before,
.contact-page-options > div:hover::before {
    filter: brightness(0) invert(1);
}

.contact-page-options > div:before {
    content: "";
    max-width: 100%;
    height: 80px;
    display: block;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

#contactForm p {
    padding: 0 0 15px 0;
}

#contactForm .page-content-bg-repeat {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#contactForm .page-content-bg-repeat > .form-description,
#contactForm .page-content-bg-repeat > form {
    width: 100%;
}

#contactForm .page-content-bg-repeat > form {
    background: #f5f7f6;
    padding: 60px 30px;
}

#contactForm .page-content-bg-repeat > form > div {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 15px auto;
}

#contactForm .page-content-bg-repeat > form .button-container {
    text-align: center;
}

#contactForm .page-content-bg-repeat > form .button {
    width: 100%;
    max-width: 280px;
}

#contactForm .page-content-bg-repeat .da-top,
#contactForm .page-content-bg-repeat .da-bottom {
    width: 100%;
}

@media all and (min-width:767px) {
    #contactForm .page-content-bg-repeat > .form-description,
    #contactForm .page-content-bg-repeat > form {
        width: calc(50% - 10px);
    }

    #contactForm .page-content-bg-repeat > .form-description {
        padding-right: 30px;
    }
}


/*************** ИКОНИ  ****************/
/*** числото показва ID на формата! ****/
/***************************************/

/* Връщане и замяна */
.lang-lt .contact-page-options div[rel='119']::before,
.lang-sk .contact-page-options div[rel='99']::before,
.lang-hu .contact-page-options div[rel='91']::before,
.lang-pl .contact-page-options div[rel='15']::before,
.lang-cs .contact-page-options div[rel='110']::before,
.lang-ba .contact-page-options div[rel='82']::before,
.lang-sr .contact-page-options div[rel='54']::before,
.lang-hr .contact-page-options div[rel='36']::before,
.lang-ro .contact-page-options div[rel='24']::before,
.lang-gr .contact-page-options div[rel='32']::before,
.lang-mk .contact-page-options div[rel='143']::before,
.contact-page-options div[rel='4']::before {
    background-image: url(/skins/monaco_hd-local/customer/images/contact-page-returns.svg);
}


/* Доставка */
.lang-lt .contact-page-options div[rel='120']::before,
.lang-sk .contact-page-options div[rel='100']::before,
.lang-hu .contact-page-options div[rel='92']::before,
.lang-cs .contact-page-options div[rel='111']::before,
.lang-ba .contact-page-options div[rel='83']::before,
.lang-sr .contact-page-options div[rel='55']::before,
.lang-pl .contact-page-options div[rel='16']::before,
.lang-hr .contact-page-options div[rel='37']::before,
.lang-ro .contact-page-options div[rel='25']::before,
.lang-gr .contact-page-options div[rel='34']::before,
.lang-mk .contact-page-options div[rel='144']::before,
.contact-page-options div[rel='5']::before {
    background-image: url(/skins/monaco_hd-local/customer/images/contact-page-shipping.svg);
}


/* Продукт */
.lang-lt .contact-page-options div[rel='121']::before,
.lang-sk .contact-page-options div[rel='101']::before,
.lang-hu .contact-page-options div[rel='93']::before,
.lang-cs .contact-page-options div[rel='112']::before,
.lang-ba .contact-page-options div[rel='84']::before,
.lang-sr .contact-page-options div[rel='56']::before,
.lang-pl .contact-page-options div[rel='17']::before,
.lang-hr .contact-page-options div[rel='38']::before,
.lang-ro .contact-page-options div[rel='26']::before,
.lang-gr .contact-page-options div[rel='40']::before,
.lang-mk .contact-page-options div[rel='145']::before,
.contact-page-options div[rel='8']::before {
    background-image: url(/skins/monaco_hd-local/customer/images/contact-page-product.svg);
}


/* Поръчка */
.lang-lt .contact-page-options div[rel='123']::before,
.lang-sk .contact-page-options div[rel='104']::before,
.lang-hu .contact-page-options div[rel='95']::before,
.lang-cs .contact-page-options div[rel='115']::before,
.lang-ba .contact-page-options div[rel='86']::before,
.lang-sr .contact-page-options div[rel='58']::before,
.lang-pl .contact-page-options div[rel='19']::before,
.lang-hr .contact-page-options div[rel='41']::before,
.lang-ro .contact-page-options div[rel='27']::before,
.lang-gr .contact-page-options div[rel='46']::before,
.lang-mk .contact-page-options div[rel='147']::before,
.contact-page-options div[rel='10']::before {
    background-image: url(/skins/monaco_hd-local/customer/images/contact-page-order.svg);
}


/* Профил и регистрация */
.lang-lt .contact-page-options div[rel='122']::before,
.lang-sk .contact-page-options div[rel='103']::before,
.lang-hu .contact-page-options div[rel='94']::before,
.lang-cs .contact-page-options div[rel='114']::before,
.lang-ba .contact-page-options div[rel='85']::before,
.lang-sr .contact-page-options div[rel='57']::before,
.lang-pl .contact-page-options div[rel='18']::before,
.lang-hr .contact-page-options div[rel='39']::before,
.lang-ro .contact-page-options div[rel='28']::before,
.lang-gr .contact-page-options div[rel='45']::before,
.lang-mk .contact-page-options div[rel='146']::before,
.contact-page-options div[rel='9']::before {
    background-image: url(/skins/monaco_hd-local/customer/images/contact-page-profile.svg);
}


/* Лични данни */
.lang-lt .contact-page-options div[rel='53']::before,
.lang-sk .contact-page-options div[rel='53']::before,
.lang-hu .contact-page-options div[rel='95']::before,
.lang-cs .contact-page-options div[rel='128']::before,
.lang-ba .contact-page-options div[rel='90']::before,
.lang-sr .contact-page-options div[rel='62']::before,
.lang-pl .contact-page-options div[rel='53']::before,
.lang-mk .contact-page-options div[rel='151']::before,
/*.lang-hr .contact-page-options div[rel='42']::before ,     липсва */
.lang-ro .contact-page-options div[rel='51']::before,
.lang-gr .contact-page-options div[rel='52']::before,
.contact-page-options div[rel='50']::before {
    background-image: url(/skins/monaco_hd-local/customer/images/contact-page-personal.svg);
}


/* Проверка на плащания */
.lang-lt .contact-page-options div[rel='125']::before,
.lang-sk .contact-page-options div[rel='109']::before,
.lang-hu .contact-page-options div[rel='96']::before,
.lang-cs .contact-page-options div[rel='118']::before,
.lang-ba .contact-page-options div[rel='87']::before,
.lang-sr .contact-page-options div[rel='59']::before,
.lang-pl .contact-page-options div[rel='21']::before,
.lang-hr .contact-page-options div[rel='42']::before,
.lang-ro .contact-page-options div[rel='29']::before,
.lang-gr .contact-page-options div[rel='47']::before,
.lang-mk .contact-page-options div[rel='148']::before,
.contact-page-options div[rel='11']::before {
    background-image: url(/skins/monaco_hd-local/customer/images/contact-page-payment.svg);
}


/* Технически проблеми */
.lang-lt .contact-page-options div[rel='124']::before,
.lang-sk .contact-page-options div[rel='102']::before,
.lang-hu .contact-page-options div[rel='97']::before,
.lang-cs .contact-page-options div[rel='113']::before,
.lang-ba .contact-page-options div[rel='88']::before,
.lang-sr .contact-page-options div[rel='60']::before,
.lang-pl .contact-page-options div[rel='20']::before,
.lang-hr .contact-page-options div[rel='43']::before,
.lang-ro .contact-page-options div[rel='30']::before,
.lang-gr .contact-page-options div[rel='48']::before,
.lang-mk .contact-page-options div[rel='149']::before,
.contact-page-options div[rel='12']::before {
    background-image: url(/skins/monaco_hd-local/customer/images/contact-page-tech.svg);
}


/* Друго */
.lang-lt .contact-page-options div[rel='126']::before,
.lang-sk .contact-page-options div[rel='106']::before,
.lang-hu .contact-page-options div[rel='98']::before,
.lang-cs .contact-page-options div[rel='116']::before,
.lang-ba .contact-page-options div[rel='89']::before,
.lang-sr .contact-page-options div[rel='61']::before,
.lang-pl .contact-page-options div[rel='22']::before,
.lang-hr .contact-page-options div[rel='44']::before,
.lang-ro .contact-page-options div[rel='31']::before,
.lang-gr .contact-page-options div[rel='49']::before,
.lang-mk .contact-page-options div[rel='150']::before,
.contact-page-options div[rel='13']::before {
    background-image: url(/skins/monaco_hd-local/customer/images/contact-page-other.svg);
}

/* Оплакване */
.dynamic-page .contact-page-options div[rel='131']::before,
.contact-page-options div[rel='131']::before {
    background-image: url(/skins/monaco_hd-local/customer/images/contact-page-complain.svg);
}


/* Отказ от поръчка */
.lang-lt .contact-page-options div[rel='127']::before,
.lang-sk .contact-page-options div[rel='107']::before,
.lang-pl .contact-page-options div[rel='81']::before,
.lang-cs .contact-page-options div[rel='117']::before {
    background-image: url(/skins/monaco_hd-local/customer/images/contact-page-returns.svg);
}

/* Замяна - само Полша */
/*.lang-lt .contact-page-options div[rel='119']::before,*/
/*.lang-sk .contact-page-options div[rel='99']::before,*/
/*.lang-cs .contact-page-options div[rel='110']::before,*/
/*.lang-pl .contact-page-options div[rel='15']::before {*/
/*    background-image: url(/userfiles/icons/replace-96.png);*/
/*}*/

/* ----- Contacts Page - End ----- */


.mobile-login-btn,
.mobile-fb-login-btn {
    display: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: none !important;
    background: #f0f1f5;
    padding: 5px 15px;
}

.header-top.open .mobile-login-btn,
.header-top.open .mobile-fb-login-btn {
    display: inline-block;
}

.header-top.open .mobile-fb-login-btn {
    color: #4b74ee;
}

#restoredCart #cart-content .remove-item,
#restoredCart #cart-content .cart-discounts-td,
#restoredCart #cart-content .cart-price,
#restoredCart #cart-content .cart-total-price {
    color: var(--dark-ruby-red);
}

#restoredCart #cart-content del {
    color: #333;
}

#restoredCart .button-checkout {
    background: var(--dark-ruby-red);
}

#restoredCart #cart-content .product-name a {
    color: #35459A;
}

.pager-container {
    display: block;
    width: 100%;
    position: relative;
}

.category-page-name-container {
    width: 100%;
    padding: 0 0 20px;
}

h1.category-page-name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin: 0;
}



#category-page .page-content-listing .category-description.html-editor li {
    white-space: initial !important;
}

#category-page .page-description  {
    overflow: hidden;
    height: initial;
    transition: all .2s;
    position: relative;
}

#category-page .page-description .cover {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    background: linear-gradient(180deg,rgba(255,255,255,.5) 0,#fff 100%);
}

#category-page .button {
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    padding: 0 1rem;
}

#category-page .button button {
    display: inline-flex;
    position: relative;
}

#category-page .button button .d-none{
    display: none;
}

#category-page .page-description .page-description-copy {
    transition: all 200ms ease-in-out;
}

#category-page .page-description .page-description-copy.collapsed .cover {
    opacity: 1;
}

#category-page .page-description .page-description-copy.collapsed {
    max-height: 250px;
}

@media all and (min-width:768px) {
    /*h1.category-page-name {*/
    /*    font-size: 28px;*/
    /*    margin: inherit;*/
    /*}*/

    /*#category-page .button {*/
    /*    float: right;*/
    /*}*/

}

.footer-newsletter-new .button-addon {
    line-height: 22px;
    font-size: 12px;
    border: 1px solid #535353;
    background-color: #535353;
    width: auto;
    margin-left: -5px;
    cursor: pointer;
    color: #fff;
    border-radius: 0 4px 4px 0;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 700;
}


#Nmodal {
    display: none;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    background: rgb(0 0 0 / 30%);
}

#Xmodal {
    position: absolute;
    width: 95%;
    max-width: 1020px;
    height: auto;
    max-height: 450px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 50px -10px rgb(0 0 0 / 0.50);
    padding: 15px 10px;
    z-index: 289;
    background: #fff;
}

#Xmodal .footer-newsletter-new-container {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#Nmodal #DontWant,
.video-close.nl {
    display: block;
}

#Nmodal .video-close {
    position: absolute;
}

#Nmodal .video-close::before {
    background: none;
}

#Nmodal.footer-newsletter-new h2 {
    font-size: 2em !important;
    margin: 15px auto;
}

#Nmodal .footer-newsletter-text {
    font-size: 1.5em;
    font-weight: inherit;
    line-height: 1.6;
    order: 1;
}

#Nmodal.footer-newsletter-new #footer-newsletter-wrapper {
    width: 80%;
    max-width: 330px;
    margin: 0 auto;
    order: 2;
}

#Nmodal.footer-newsletter-new #footer-newsletter input,
#Nmodal.footer-newsletter-new .button-addon {
    width: 100%;
    border: none;
    box-shadow: 0 4px 18px -6px;
    height: 40px;
    margin: 5px auto;
    text-align: center;
    border-radius: 3px;
}

#Nmodal.footer-newsletter-new .button-addon {
    background-color: var(--dark-ruby-red) !important
}

#Nmodal.footer-newsletter-new #footer-newsletter input {
    display: none !important
}

#Nmodal #footer-newsletter {
    display: flex;
    flex-flow: column;
    margin: auto;
}

#Nmodal #DontWant {
    border: none;
    border-radius: 3px;
    background: none;
    padding: 0.5em 0;
    margin: 0.5em auto;
    text-decoration: underline;
    font-size: 1.25em;
    font-weight: 700;
    order: 3;
}

#Nmodal #DontWant:hover {
    background: white;
}

@media (max-width: 600px) {
    #Xmodal {
        font-size: 11px;
    }
}

.dynamic-page-cart #Nmodal,
.dynamic-page-checkout #Nmodal,
.dynamic-page-checkout #Nmodal {
    display: none !important;
    opacity: 0;
}

/* CBOX */
#colorbox,
#cboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: visible !important;
    outline: 0
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative;
    overflow: visible
}

#cboxLoadedContent {
    overflow: auto
}

#cboxLoadedContent .cboxPhoto {
    display: block;
    margin: 0 auto;
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

#cboxOverlay {
    background: #eee
}

#colorbox {
    top: 20px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 100% !important;
    max-width: 800px;
    height: auto !important;
    overflow-y: auto;
}

#colorbox.centered {
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    position: fixed !important;
}

#cboxWrapper {
    width: 100% !important;
    height: auto !important;
}

#cboxLoadedContent {
    width: 100% !important;
    height: auto !important;
}

#cboxLoadedContent .cboxPhoto {
    width: auto !important;
    max-width: 100%;
    height: 100% !important;
    max-height: 90vh;
}

#cboxLoadingGraphic {
    background: url(https://www.ivet.bg/skins/skeleton/customer/images/innerbox/loading.gif) center center no-repeat
}

#cboxLoadingOverlay {
    background: #fff
}

#cboxTitle {
    position: absolute;
    top: -24px;
    left: 15px;
    right: 75px;
    height: 18px;
    overflow: hidden;
    font-weight: 700;
    font-size: 12px;
    color: #000
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px
}

#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -26px;
    background: url(https://www.ivet.bg/skins/skeleton/customer/images/innerbox/controls.png) 0 0 no-repeat;
    border: 0
}

#cboxPrevious {
    background-position: 0 0;
    right: 50px
}

#cboxNext {
    background-position: -25px 0;
    right: 30px
}

#cboxClose {
    right: 10px;
    background: url(https://www.ivet.bg/skins/skeleton/customer/images/innerbox/close.png) no-repeat scroll 0 0 transparent;
    width: 24px;
    height: 24px;
    border: 0
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    display: none;
    height: 0;
    margin: 0;
    padding: 0
}
/*CBOX END*/


.categoryId-946.menu-level.level-2 {
    display: none;
}


/* rating */

#reviews-title {
    font-size: 2.3rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin: 30px 0;
}

#reviews {
    width: 100%;
    font-size: 11px;
    line-height: 1.5;
}

#reviews > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 15px;
}

#reviews .reviews-heading {
    background: var(--other-grey);
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

#reviews .reviews-heading .text {
    text-wrap: nowrap;
}

#reviews #rateThisProduct {
    font-size: 1em;
    text-wrap: nowrap;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

#reviews .stars {
    width: 8em;
    max-width: 120px;
    position: relative;
    top: .2em;
}

#reviews > .review {
    border-bottom: 1px solid #ececec;
}

#reviews > .review:last-child {
    border: 0;
}

#reviews > .review > .stars {
    display: none;
}

#reviews .stars img {
    width: 100%;
}

#reviews .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#reviews .date {
    text-align: right;
    flex: 1;
}

#reviews .rating-product-name {
    display: none;
}

#reviews .rating-author {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

#reviews .rating-author > span {
    font-size: 1.3em;
    font-weight: bold;
}

#reviews .rating-author > .date {
    display: none;
}

@media screen and (min-width: 500px) {
    #reviews {
        font-size: 12px;
    }

    #reviews > .reviews-heading > .date {
        flex: 0;
    }

    #reviews .rating-author > .stars {
        display: none;
    }

    #reviews .rating-author > .date {
        display: block;
        padding-top: .33em;
    }

    #reviews > .review {
        flex-direction: row;
    }

    #reviews > .review > .stars {
        display: block;
    }

    #reviews > .review > .date {
        display: none;
    }
}

@media screen and (min-width: 680px) {
    #reviews {
        font-size: 14px;
    }
}




/*#reviews {*/
/*    width: 100%;*/
/*}*/

/*#reviews .stars {*/
/*    width: 120px;*/
/*}*/

/*#reviews .stars img {*/
/*    width: 100%;*/
/*}*/

/*#reviews td {*/
/*    padding: 20px 20px 15px;*/
/*}*/

/*#reviews .reviews-heading {*/
/*    background: var(--other-grey);*/
/*}*/

/*#reviews tr:not(.reviews-heading) .stars {*/
/*    vertical-align: top;*/
/*}*/

/*#reviews .rating-author {*/
/*    font-weight: bold;*/
/*}*/

/*#reviews .rating-date {*/
/*    text-align: right;*/
/*    font-size: 0.9rem;*/
/*}*/

/*#reviews .rating-date .button {*/
/*    font-size: 1rem;*/
/*}*/

/*#reviews-title {*/
/*    font-size: 2.3rem;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    font-weight: 700 !important;*/
/*}*/




.product-page-code-rating .hreview-aggregate {
    display: flex;
    gap: 10px;
}

.product-page-code-rating .hreview-aggregate img {
    width: 80px;
}

.product-page-code-rating .hreview-aggregate a {
    font-weight: bold;
    color: var(--text-grey);
    text-decoration: underline;
}

.product-page-code-rating .hreview-aggregate a:hover,
.product-page-code-rating .hreview-aggregate a:focus {
    text-decoration: none;
}

.labels-rating {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bundled-cart-items-title {
    font-size: 0.84em;
    padding-bottom: 10px;
}

.bundled-cart-item-title,
.bundled-cart-item-options,
.bundled-cart-item-sku {
    font-size: 0.8em;
    padding-left: 10px;
}

.bundled-cart-item-separator {
    border-bottom: 1px solid #eff0f2;
    margin: 5px 0;
}

.bundled-cart-item-separator:last-child {
    display: none;
}



/* Disable capitalization - Greek */
.GR .button,
.GR .button input,
.GR .button button,
.GR .button a,
.GR .wide .box-title-wrapper h2,
.GR .footer-newsletter-new h2,
.GR #footer-menu-new h2,
.GR #footer-menu-worktime h2,
.GR .labels .product-new,
.GR #product-page .product-global-attributes .atr_name,
.GR #product-page .product-options li > span:first-child,
.GR #product-page #ProductPricesHolder .what-price,
.GR #product-page .info_link_wrapper a,
.GR h1.category-page-name,
.GR .footer-newsletter-new .button-addon,
.GR .footer-menu-wrapper a,
.GR #checkout-success .checkout-success-banner a
.GR #checkout-success .order-details-wrapper .vertical-table tr:first-child th,
.GR #checkout-success .billing-information-table .billing-info-item h2,
.GR #one_page_checkout .switch-field label,
.GR #one_page_checkout #billing-method h3,
.GR #one_page_checkout #shipping-method h3,
.GR .promotions-title,
.GR .profileBox > h3,
.GR .popup-form .button-container.popup .input-submit,
.GR #container .button,
.GR #container .button input,
.GR .banner_descriptions_wrapper .banner_title,
.GR .qbmc-popup__product-table div {
    text-transform: none !important;
}


/* Promo stripe */
.freeShipping-placeholder {
    min-height: 110px;
}

@media (min-width: 500px) {
    #preOrder,
    .freeShipping-placeholder {
        min-height: 76px;
    }
}

@media (min-width: 1100px) {
    #preOrder,
    .freeShipping-placeholder {
        min-height: 50px;
    }
}



.with-phone-prefix {
    display: flex;
    align-items: center !important;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    margin-bottom: 15px;
    min-height: 40px;
    font-size: 1rem;
    position: relative;
}

.with-phone-prefix:hover,
.with-phone-prefix:focus,
.with-phone-prefix:has(> input:focus) {
    border-color: #9f9f9f;
}

.with-phone-prefix input {
    border: none;
    padding: 10px 15px 10px 0 !important;
    margin-bottom: 0 !important;
    min-height: 38px;
}

.with-phone-prefix .phone-prefix {
    width: auto !important;
    margin-bottom: 0;
}

.with-phone-prefix .phone-prefix .prefix {
    display: none;
    margin-bottom: 0;
}

.with-phone-prefix .phone-prefix .prefix.active {
    display: flex;
    align-items: center !important;
    gap: 5px;
    padding: 0 5px 0 15px;
    cursor: pointer;
}

.with-phone-prefix.no-code .phone-prefix .prefix.active {
    padding: 0 15px;
}

.with-phone-prefix .phone-prefix svg,
.with-phone-prefix .phone-prefix img {
    width: 25px;
    height: 19px;
    border-radius: 4px;
    margin-bottom: 0;
}



.product-pricing-history {
    margin-top: 6px;
    font-size: 0.65rem;
    line-height: 1.35;
    color: #666;
    font-weight: normal;
}

.product-pricing-history .pricing-history-lowest,
.product-pricing-history .pricing-history-previous {
    margin-top: 2px;
}

.product-prices + .product-pricing-history {
    font-size: 0.5rem;
}
