/*#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*/
/*}*/

/*#cboxTitle {*/
/*    margin: 0*/
/*}*/

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

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

/*#cboxOverlay {*/
/*    background: #eee*/
/*}*/

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

/*#cboxContent {*/
/*    margin-top: 32px*/
/*}*/

/*#cboxLoadedContent {*/
/*    padding: 5px;*/
/*    background: #fff*/
/*}*/

/*#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*/
/*}*/

.new-products .product-quick-view {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    opacity: 0;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-box-shadow: 0 10px 250px 40px rgba(255, 255, 255, 0.7), 0 2px 5px 2px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 10px 250px 40px rgba(255, 255, 255, 0.7), 0 2px 5px 2px rgba(0, 0, 0, 0.33);
    box-shadow: 0 10px 250px 40px rgba(255, 255, 255, 0.7), 0 2px 5px 2px rgba(0, 0, 0, 0.33)
}

.new-products .product:hover .product-quick-view {
    opacity: 1;
    top: 40%;
    display: block
}

.new-products .product-quick-view:hover {
    background: rgba(255, 255, 255, 1)
}

@media screen and (max-width: 1024px) {
    .product-quick-view {
        display: none !important
    }
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    zoom: 1;
    text-align: center
}

.bx-wrapper img {
    max-width: 100%
}

.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 !important
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

.bx-wrapper .bx-prev {
    left: 50px
}

.bx-wrapper .bx-next {
    right: 0;
    padding: 0 !important
}

.bx-wrapper .bx-next:before,
.bx-wrapper .bx-prev:before {
    content: '\276F';
    font-size: 35px !important;
    color: #fff;
    text-shadow: 0 2px 5px #000;
    width: 50px;
    height: 50px;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0
}

.bx-wrapper .bx-prev:before {
    content: '\276E'
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 1
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    outline: 0;
    z-index: 9;
    opacity: .7;
    font-size: 0
}

.bxslider a:first-child img {
    height: auto
}

.button-container.top {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%
}

#column-bottom .column-wrapper .box .box-content {
    padding: 10px 0
}

#column-top .column-wrapper {
    margin: 0 auto;
    z-index: 10
}

.top-menu-underline {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important
}

main .html-editor strong,
main .html-editor span,
main .html-editor div {
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    color: inherit;
    font-size: inherit
}

.html-editor strong {
    font-weight: 700
}

.responsive-menu-control {
    display: none
}

#container #main-menu-box .top-menu-separator {
    display: none
}

#container #main-menu-box .mega-menu-wrapper {
    width: 100%;
    padding: 10px;
    z-index: 999999;
    font-size: 12px;
    background: #fff;
    cursor: default
}

#container #main-menu-box > .box-content .box {
    width: 100%;
    float: none;
    display: block;
    padding: 0
}

#container #mobMenu .mega-menu-content-box .box.brands-box .box-content {
    column-count: 2;
    width: 90%;
    padding-right: 10px;
    margin: 0 auto;
}
#container #main-menu-box > .box-content .box.brands-box .box-content {
    column-count: 2;
}

#container #mobMenu .mega-menu-content-box .box.brands-box .box-content .brand_image {
    width: 100%;
    padding: 0 0.5rem;
}
#container #mobMenu .mega-menu-content-box .box.brands-box .box-content .brand_image img {
    width: 100%;
}

#container #main-menu-box > .box-content .box .box-content {
    background: 0;
    padding: 0 !important
}

#column-top #main-menu-box .box-content > ul > li > ul {
    position: absolute;
    left: 0
}

#column-top #main-menu-box ul ul {
    display: none
}

#column-top .menu-box .box-content > ul > li {
    display: block;
    transition: all 150ms linear;
    cursor: pointer;
    vertical-align: middle;
    justify-content: center
}

#column-top .menu-box .box-content ul li {
    background: 0;
    border: 0
}

#main-menu-box .mega-menu-row {
    display: flex;
    flex-wrap: wrap;
}

#main-menu-box .mega-menu-row > div {
    display: inline-flex; /*-block;*/
    /*vertical-align: top*/
    align-items: center;
}

#main-menu-box .mega-menu-row + .mega-menu-row {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 5px
}

#main-menu-box a img:hover {
    opacity: .75 !important;
    transition: opacity .35s
}

.menu-item-image {
    width: 45px;
    height: 45px;
    margin: auto 10px auto 0;
    border: 1px solid #f1f3f2;
    border-radius: 50%;
    padding: 3px;
    object-fit: contain;
}

#main-menu-box .mega-menu-row .total-sale .box-menu > div {
    margin-bottom: 5px;
}

@media screen and (max-width: 799px) {
    #column-top #main-menu-box > .box-content > ul > li:not(.top-menu-separator) {
        display: block;
        position: relative !important;
        text-align: left;
        background: #fff;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #eaeff4
    }

    #column-top #main-menu-box > .box-content > ul > li:not(.top-menu-separator) > ul {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        margin: 0;
        background: #fff
    }

    #column-top #main-menu-box > .box-content > ul > li:not(.top-menu-separator):hover > ul {
        display: none
    }

    #column-top #main-menu-box > .box-content > ul li.has-submenus > a > .responsive-menu-control {
        position: absolute;
        width: 38px;
        height: 38px;
        line-height: 38px;
        background: #eaeff4;
        font-size: 22px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        color: #ed1c2e;
        z-index: 99;
        text-align: center
    }
}

#footer-newsletter {
    white-space: nowrap;
    margin: 20px 0 0
}

#footer-newsletter > * {
    display: inline-block;
    vertical-align: top
}

body #cboxWrapper {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 7px 15px -15px #444;
    border: 1px solid #dadada;
    width: 100% !important;
    height: auto !important;
}

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

.title-left {
    text-align: left
}

.title-right {
    text-align: right
}

.title-center {
    text-align: center
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

strong {
    font-weight: 700
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button {
    overflow: visible;
    text-transform: none
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.box ul, .box li {
    padding: 0;
    margin: 0
}

.brands-grid {
    column-count: 2;
}

.brands-grid-image-container {
    text-align: center;
    background: #f4f6f9;
    border-radius: 6px;
    margin: 1rem 0;
    padding: 1rem;
}
.brands-grid-image-container:first-child {
    margin-top: 0;
}

.brands-grid-image-container a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 5px 0 0;

}
.brands-grid-image-container a img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .brands-grid {
        column-count: 4;
    }
}

.box a.view-all {
    font-weight: 700;
    display: inline-block;
    margin: 5px 0 0
}

.box.brands-box.category-thumbs a.view-all {
    color: var(--dark-ruby-red);
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 30px;
}

#mobMenu .mega-menu-content-box .box.brands-box a.view-all {
    text-align: center;
    width: 90%;
    color: var(--dark-ruby-red);
    border: 1px solid;
    border-radius: 4px;
    padding: 10px;
    margin-top: 20px;
}
#main-menu-box .box.brands-box a.view-all {
    text-align: center;
    width: 100%;
    color: #ff6666;
    border: 1px solid;
    border-radius: 4px;
}

.korean-cosmetics #category-page .grid li .product-image-link img {
    margin: 40px auto 0;
}

.menu-box .box-content {
    padding: 0
}

.menu-box ul ul {
    width: 214px;
    display: none;
    border-bottom: 0
}

.menu-box a {
    display: block;
    text-decoration: none;
    position: relative;
}

.menu-item-link {
    text-decoration: none
}

.mini-cart-box-remove {
    padding: 4px 0 10px
}

.mini-cart-box-remove a {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -9999px
}

.mini-cart-box-name {
    width: 70%
}

.mini-cart-box-price {
    width: 35%;
    white-space: nowrap;
    font-size: 11px
}

.mini-cart-box-total {
    width: 5%
}

.mini-cart-box-remove {
    width: 16px;
    padding: 2px;
    clear: both;
    float: right
}

.products-box .product-image-link {
    display: block;
    width: 100%;
    text-align: center;
}

.products-box img {
    width: 100%;
    height: auto
}

.products-box .discount-percent {
    z-index: 2
}

.wide .products-box .box-content {
    font-size: 0
}

.wide .products-box .product .show-price-discount-info {
    clear: none
}

@media screen and (max-width: 768px) {
    .recently-viewed.products-box .product h3 {
        margin: 5px 0 0
    }
}

h1, h2, h3 {
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    color: inherit;
    font-size: inherit
}

#body-container strong {
    font-weight: 700
}

.right {
    text-align: right
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.fright {
    float: right
}

.wide {
    width: 100%
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block {
    display: block
}

.icon-rss:before {
    font-family: 'Icons';
    display: inline-block;
    speak: none;
    line-height: 1;
    vertical-align: baseline;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: '\e0b7';
    font-size: 10px;
    margin-right: 5px;
    padding-right: 5px
}

.view_cart {
    float: left
}

/*#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: #676767;*/
/*    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-login a {
    margin: 0
}

#header-login a:before {
    margin-right: 4px;
    vertical-align: -1px !important
}

#header-login a:hover {
    text-decoration: underline
}

.header-menu-search {
    clear: both;
    z-index: 98;
    display: block
}

.header-search-advanced a {
    font-size: 11px
}

.header-mini-cart table td {
    font-size: 11px;
    vertical-align: top;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 5px
}

.header-mini-cart img {
    max-width: 70px;
    height: auto;
    width: auto
}

.header-mini-cart .mini-cart-box-price {
    color: #ed1c2e;
    text-align: right;
    font-size: 12px
}

.header-mini-cart .mini-cart-box-remove {
    position: relative;
    text-align: center
}

.header-mini-cart .mini-cart-box-remove:before {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 2px;
    speak: none;
    line-height: 1;
    vertical-align: baseline;
    font-weight: 900;
    content: "+";
    font-size: 19px;
    transform: rotate(45deg);
    color: #ed1c2e;
    margin-right: 5px
}

.header-mini-cart .mini-cart-box-remove a {
    position: relative;
    z-index: 2;
    background: transparent
}

.header-mini-cart-content {
    display: block
}

.header-mini-cart-content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.header-mini-cart-content .right.price-value {
    float: right;
    font-weight: 700;
    font-size: 14px
}

.header-mini-cart-content .mini-cart-box-name a {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    display: block
}

.header-mini-cart-content .mini-cart-box-name a:hover {
    text-decoration: underline
}

.header-mini-cart-content .button {
    display: block;
    float: left;
    position: relative
}

.box .final-price > .list-price {
    display: none
}

.show-price-discount-info {
    position: relative;
    clear: both
}

.show-price-discount-info .price-discount-tooltip {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 8px;
    z-index: 100;
    display: none;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    box-shadow: 0 8px 10px -12px #000
}

.show-price-discount-info .price-discount-tooltip > div {
    display: table-row
}

.show-price-discount-info .price-discount-tooltip div span {
    display: table-cell;
    padding: 4px;
    white-space: nowrap
}

.show-price-discount-info .price-discount-tooltip div del {
    display: table-cell;
    padding: 4px;
    white-space: nowrap
}

.show-price-discount-info:hover .price-discount-tooltip {
    display: block
}

.show-price-discount-info .price-discount-tooltip {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 3px;
    padding: 8px;
    z-index: 100;
    display: none;
    color: #000
}

.show-price-discount-info .price-discount-tooltip > div {
    display: table-row
}

.show-price-discount-info .price-discount-tooltip div span {
    display: table-cell;
    padding: 4px 8px 4px 0;
    white-space: nowrap
}

.show-price-discount-info .price-discount-tooltip div del {
    display: table-cell;
    padding: 4px 8px 4px 0;
    white-space: nowrap
}

.show-price-discount-info:hover .price-discount-tooltip {
    display: block
}

.tooltipshower {
    font-weight: 400;
    background: url(https://www.ivet.bg/skins/skeleton/customer/images/discountInfoArrow.png) 0 50% no-repeat;
    padding: 0 0 0 14px;
    display: none
}

.box .discount-percent {
    position: absolute;
    right: 0;
    top: 0
}

.pager {
    line-height: 34px;
    display: block
}

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

.pager-bottom {
    display: block;
    margin: 20px 0
}

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

.pager .next-page,
.pager .prev-page {
    top: 2px;
    position: relative;
}

.pager-bottom .fright {
    float: right;
    margin: 5px 0 0
}

#column-top {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #eaeff4;
    position: relative;
    background: #fff
}

#column-top #main-menu-box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    text-align: left;
    border-color: #eaeff4;
    position: relative;
}

#column-top #main-menu-box ul a:hover {
    color: var(--dark-ruby-red)
}

#column-top #main-menu-box .menu-item-link {
    font-size: 15px;
    line-height: 22px;
    padding: 16px 0;
    margin: 0 7px 0 7px;
    font-weight: 700;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    color: #333;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    display: flex;
    align-items: center
}

#column-top #main-menu-box .has-submenus:hover .menu-item-link:before {
    transform: rotate(90deg);
    font-size: 21px
}

#column-top #main-menu-box .has-submenus ul {
    border-width: 1px;
    border-style: solid;
    border-color: #eaeff4
}

#column-top #main-menu-box ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

#column-top #main-menu-box .mega-menu-row {
    text-align: left;
    padding-bottom: 5px
}

#main-menu-box .menu-item-mega-menu.has-submenus.active .menu-item-link::after {
    position: absolute;
    content: "";
    height: 105%;
    width: calc(100% + 10px);
    top: 0;
    left: -5px;
    z-index: 9999999;
    border-bottom: 5px solid #fff;
    background: linear-gradient(0deg, #fff 0, transparent 20%)
}

main {
    background: #fff
}


.pager .fright span.prev-page {
    background: transparent !important
}

.prev-page, .next-page {
    font-size: 23px !important;
    line-height: 23px !important
}

#column-bottom {
    background: transparent !important
}

#fb-chatnew {
    display: none
}

#powered {
    display: none
}

@media screen and (max-width: 1024px) {

    #column-top .column-wrapper #main-menu-box {
        margin-left: 0
    }

    #column-top {
        border: 0
    }

    #column-top #main-menu-box .box-content:before {
        display: none
    }

    #column-top #main-menu-box > .box-content > ul > li {
        margin-bottom: 1px
    }

    #column-top #main-menu-box > .box-content > ul > li > ul {
        border: 0
    }

    #column-top #main-menu-box > .box-content > ul > li > ul:before {
        display: none
    }

    #column-top #main-menu-box > .box-content > ul .responsive-menu-control {
        overflow: hidden;
        text-align: center
    }

    #column-top #main-menu-box > .box-content > ul .responsive-menu-control:before {
        font-family: 'Icons';
        display: inline-block;
        speak: none;
        line-height: 1;
        vertical-align: baseline;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        content: "\e034";
        font-size: 16px;
        color: #000;
        margin-right: 5px;
        width: 38px;
        height: 38px;
        line-height: 38px
    }

    footer {
        padding-top: 0
    }
}

@media screen and (max-width: 980px) {
    #column-top #main-menu-box .mega-menu-row > div {
        width: 100% !important
    }

    #column-top .column-inner-wrapper.sticky-menu {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .mobile-hide {
        display: none !important
    }

    #container {
        padding: 0
    }

    #column-top #main-menu-box .mega-menu-row > div {
        width: 100% !important
    }

    .pager-bottom .prev-page {
        overflow: hidden;
        float: left
    }

    .pager-bottom .pager-count {
        border: 0;
        width: auto;
        height: auto;
        float: none;
        margin-bottom: -20px
    }

    #header-container #header-search {
        padding: 25px 45px
    }

    #column-top .column-inner-wrapper {
        height: auto !important
    }
}

@media screen and (max-width: 600px) {
    #column-top #main-menu-box .mega-menu-row > div {
        width: 100% !important
    }
}

@media screen and (max-width: 480px) {
    #column-top #main-menu-box .mega-menu-row > div {
        width: 100% !important
    }
}

@media screen and (max-width: 360px) {
    #header-container .header-cart-title {
        display: none !important
    }
}

.header-settings-wrapper a {
    text-transform: uppercase;
    text-decoration: none
}

.header-settings-wrapper a:hover,
.header-settings-wrapper a:focus {
    color: var(--dark-ruby-red);
}

header .header-cart-title {
    text-transform: none;
    text-align: center;
    font-size: 13px
}

.view_cart .items_total {
    font-weight: 700
}

.header-mini-cart-content .right.price-value {
    color: #f5414b;
    margin: 10px -17px 0 0
}

.header-mini-cart-content .subtotal-title {
    top: 11px;
    position: relative;
    font-size: 14px
}

.mini-cart-box-image {
    padding: 5px 0
}

.header-mini-cart-content .mini-cart-box-name .mini-cart-box-price {
    color: #666;
    font-size: 14px
}

.header-mini-cart-content .mini-cart-box-name .mini-cart-header-price {
    color: #ed1c2e
}

.header-mini-cart-content .mini-cart-box-name a {
    font-size: 14px;
    line-height: 14px;
    color: #666;
    text-decoration: none;
    margin-bottom: 10px
}

.header-mini-cart .mini-cart-box-remove:before {
    color: #515151
}

@media screen and (max-width: 1024px) {
    .main-cat,
    .cat-box {
        display: flex;
        width: 100%;
        flex-flow: column wrap;
        justify-content: center;
        vertical-align: middle;
    }

    .main-cat::after {
        content: '';
        display: block;
    }

    .mega-menu-content-box {
        width: 100% !important
    }


}

#column-top {
    border-color: #eaeff4;
    border-top: #eaeff4 0 solid
}

#main-menu-box .mega-menu-row + .mega-menu-row {
    border-top: 0;
    padding-top: 0
}

#column-bottom {
    background-color: #fafafa !important
}

#column-bottom *, #column-bottom ::before {
    color: #000
}

#column-bottom .column-wrapper .box .box-content {
    padding: 0
}

#column-bottom .column-wrapper .box {
    width: 1180px;
    margin: 0 auto;
    padding: 10px 0;
}

#column-top #main-menu-box > .box-content > ul .mega-menu-row picture {
    position: relative;
    display: inline-block;
}

#column-top #main-menu-box > .box-content > ul .mega-menu-row img {
    position: relative;
    bottom: 0;
    padding: 0 !important;
    width: 222px;
    height: 301px;

    display:none;
}

#column-top #main-menu-box > .box-content > ul .mega-menu-row .brand_image {
    position: relative;
    display: block;
    padding: 1rem;
}

#column-top #main-menu-box > .box-content > ul .mega-menu-row .brand_image img {
    width: 100%;
    height: auto;
    display:block;
}

/*#column-top #main-menu-box > .box-content > ul .mega-menu-row .box-content.html-editor picture,*/
/*#column-top #main-menu-box > .box-content > ul .mega-menu-row .box-content.html-editor .menu-caption {*/
/*    position: relative;*/
/*    display: block;*/
/*    max-width: 100%;*/
/*    height: auto !important;*/
/*}*/

/*#column-top #main-menu-box > .box-content > ul .mega-menu-row .box-content.html-editor .menu-caption .menu-button {*/
/*    display: block;*/
/*}*/

.lazyload {
    opacity: 0
}
.lazyload.loaded {
    opacity: 1;
}

header .header-mini-cart img {
    max-width: 50px;
    width: auto;
    height: auto
}

header .header-mini-cart-content .mini-cart-box-name .mini-cart-box-price {
    line-height: 14px;
    display: block;
    line-height: 14px;
    width: 100%;
    text-align: left;
    margin-top: 5px !important
}

header .header-mini-cart-content .mini-cart-box-name .mini-cart-header-price {
    color: #c33
}

header .header-mini-cart-content .mini-cart-box-name a {
    margin: 0;
    display: inline-block
}

#Main-menu .menu-caption {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 76px !important;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    background: rgba(255, 255, 255, .7)
}

#Main-menu .menu-caption strong,
#Main-menu .menu-caption span {
    margin: 0;
    width: 100%;
    line-height: 28px;
}

#Main-menu .menu-caption:hover {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3)
}

#Main-menu .menu-caption .menu-button:after {
    content: '\00BB';
    display: inline-block;
    margin: 0 0 0 5px;
    line-height: 16px;
    font-size: 20px;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

#Main-menu .menu-caption:hover .menu-button:after {
    color: #f64e4e;
    margin: 0 0 0 8px
}

header .header-mini-cart-content .right.price-value {
    margin: 10px 0 0;
    color: #900
}

#mobile-menu {
    display: none
}

.header-top.open #mobile-menu:after {
    transform: rotate(90deg)
}

#column-top .column-inner-wrapper {
    height: auto !important;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff
}

#column-top .column-inner-wrapper.sticky-menu {
    position: fixed;
    top: 0;
    height: auto !important;
    width: 100%;
    z-index: 1130;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#column-top .column-inner-wrapper .extraMenu {
    position: absolute;
    right: -200px;
    top: 0;
    width: 230px
}

.lang-bg #column-top .column-inner-wrapper .extraMenu {
    width: 315px
}

#column-top .column-inner-wrapper .extraMenu a {
    display: inline-block;
    line-height: 49px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px 0 30px;
    float: left;
    background-position: 5px 13px;
    background-repeat: no-repeat
}

#column-top .column-inner-wrapper .extraMenu .blog {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQdJREFUeNq0VIENgjAQLA0DdAQ2EMMAwghMIGygkzgCOgG6AQ5AZARGcAO9NzUhTVseLZeUhn5z397fNxJAlmU5pj1GIv7DiHHp+76LQFrhpxFhUUp8TiI8GiJWKxCrmKHZaKzlHGYX8ROjRhGuZgA1UVq+6hfiAqSDLYD1T1IkED5yaVk7u0gNHJee+Da5doqpnfibktbfkyPeuTSXDn2FR/sp7q791CAvi77dEm+B42D2gwzk24EjRRDEM1ek4j0c4a3PPTbixChWxyhkyiHeka20paidC8bNNxyNK/0+cx2R2zrQVbxWW8hHqPSeluvjIFjNbtLy3obASMTlzPuwFMRVvgUYAMcUTGTa50h0AAAAAElFTkSuQmCC);
    color: #333;
    display: none
}

main, #main, .mainWrapper {
    position: relative
}

main #index-page {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 0
}

main #index-page .da-top-list {
    padding: 0 20px
}

main #index-page .da-bottom-list {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 6px 0 0;
    margin: 0
}

.new-products .links {
    display: none
}

.products-box .price-modifiers,
.dynamic-page-index .products-box .show-price-discount-info {
    display: none
}

.bx-pager {
    display: none !important
}

.new-products h2 {
    padding: 0
}

footer a:link, footer a:visited {
    color: #333
}

footer a:hover, footer a:active {
    text-decoration: underline
}

body #cboxWrapper,
body #cboxWrapper #cboxLoadedContent {
    height: auto
}

#cboxLoadedContent iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}

#container .button-view-checkout {
    background: green linear-gradient(-30deg, green, #3bb033);
    letter-spacing: 1px;
    height: 40px;
    line-height: normal;
    float: right;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

#container .button-view-checkout:hover {
    background: green linear-gradient(-30deg, green, #006400);
    -webkit-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.6)
}

#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99999 !important
}

.mobileTopMenu {
    display: none !important
}

.cc-window {
    z-index: 11111111 !important
}

.cc-btn {
    border: 1px solid #dadada !important
}

#footer-newsletter {
    margin: 0
}

.restoredCartHeader {
    padding: 30px 10px 20px;
}

.restoredCartHeader p {
    text-align: center;
    font-style: italic;
    padding-bottom: 10px;
}

#restoredCart .cart-quantity-cell {
    display: none;
}

#restoredCart .button-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

#main .products-box h2 {
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    padding: 0;
    letter-spacing: 1px;
    text-transform: uppercase
}

#column-bottom {
    padding: 0;
    background: #fff !important;
    margin: 0 0 -15px
}

#column-bottom .box strong {
    color: #333
}

#cboxLoadedContent {
    padding: 0
}

#cboxContent {
    margin: 0;
    width: 100% !important;
    height: auto !important;
    float: none !important;
}

#cboxTitle {
    display: none !important
}

#cboxClose {
    right: 4px !important;
    top: 4px !important;
    width: 15px;
    height: 15px;
    text-indent: unset;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    color: transparent;
    font-style: normal;
    font-size: 0;
    line-height: 15px;
    padding: 17px;
    margin: 0;
    opacity: .7;
    visibility: visible;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .1s ease
}

#cboxClose:hover {
    opacity: 1
}

#cboxClose::before {
    visibility: visible;
    display: block;
    position: absolute;
    content: '\2716';
    color: #000;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 30px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.6)
}

span.next-page:hover:before {
    color: #f5414c
}

.footer-top .box-content {
    display: flex;
    line-height: 45px;
    justify-content: space-between;
    flex: 0 1 auto;
}

.footer-top .box-content > div {
    display: flex;
    width: 33%;
}

.footer-top-ssl {
}

.footer-top-contact {
    text-align: center;
    justify-content: center;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.footer-top-social {
    text-align: right;
    justify-content: flex-end
}

.footer-top-social div {
    display: inline-block;
    float: right
}

.footer-top-social svg {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.footer-right .footer-fb {
    display: none
}

.footer-right a.fb-pagelink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.footer-right .footer-fb {
    grid-area: footer-fb;
    position: relative;
    background: url(https://www.ivet.bg/skins/monaco_hd-local/customer/images/facebook-bg.jpg) no-repeat;
    padding: 15px 10px;
    webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset
}

.lang-bg .footer-right .footer-fb {
    background: url(https://www.ivet.bg/skins/monaco_hd-local/customer/images/facebook-bg.jpg) no-repeat
}

.footer-fb .fblike {
    margin-top: 100px;
    z-index: 4;
    position: absolute
}

/*.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: block*/
/*}*/

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

#DontWant {
    display: none
}

.box-content .product-image-link img {
    height: 330px;
    width: 220px;
    margin-top: 0;
    object-fit: cover
}

@media screen and (max-width: 600px) {
    body div.box-content .product-image-link img {
        height: auto;
        width: calc(50vw - 20px) !important;
    }
}

#header-login a#facebook-login {
    color: #0064bd;
    filter: sepia(100%) hue-rotate(180deg) saturate(400%) contrast(230%);
}

.lang-pl header #header-wishlist a > span {
    margin: 6px 0 0 10px
}

#container #main-menu-box .mega-menu-row .mega-menu-content-box .html-box {
    padding: 0 5px;
}

#column-top #main-menu-box .mega-menu-row {
    padding: 0
}

#main-menu-box .mega-menu-row .main-cat {
    font-size: 1.2em;
    font-weight: 600;
    padding: .5em .25em;
    letter-spacing: .25px;
    text-transform: uppercase !important;
    float: left;
    clear: left
}

#main-menu-box .mega-menu-row .main-cat a {
    display: block;
    color: #333;
}

#main-menu-box .mega-menu-row .main-cat .cat-box a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #444;
    text-transform: lowercase;
    padding: .6em 0 0;
    display: block;
}

.lang-gr #main-menu-box .mega-menu-row .main-cat .cat-box a {
    font-size: 16px;
    line-height: 0.8em;
    font-weight: 400;
    color: #444;
    letter-spacing: .5px;
    text-transform: lowercase;
    padding: .5em 0 0;
    border-bottom: 1px solid transparent;
    display: block;
    float: left;
    clear: left
}

#main-menu-box .mega-menu-row .main-cat .cat-box a:first-letter {
    text-transform: uppercase
}

#column-top #main-menu-box .clearfix.mega-menu-row:nth-child(2) {
    display: none
}

.lang-bg #column-top .column-inner-wrapper .extraMenu {
    width: auto
}

#column-top .column-inner-wrapper .extraMenu {
    position: absolute !important;
    right: 30px;
    top: 0;
    width: auto
}

@media only screen and (min-width: 1024px) {
    #container #main-menu-box .mega-menu-wrapper {
        position: absolute;
        -webkit-box-shadow: 3px 13px 28px 0 rgba(84, 84, 84, 0.61);
        -moz-box-shadow: 3px 13px 28px 0 rgba(84, 84, 84, 0.61);
        box-shadow: 3px 13px 28px 0 rgba(84, 84, 84, 0.61)
    }

    #mobMenu, .header-settings-wrapper #header-login:after {
        display: none
    }

    #top-menu {
        order: -1
    }
}

@media screen and (max-width: 1239px) {
    body {
        overflow-x: hidden
    }

    #column-top #main-menu-box > .box-content > ul > li > a {
        margin: 0 12px 0 8px;
        font-size: 14px;
        padding: 10px 0
    }

    #column-top .menu-box .box-content ul li {
        float: left
    }

    #column-bottom {
        padding: 0
    }

    .new-products #slider-set {
        left: 0 !important
    }

    #footer .footer-newsletter-text {
        width: 95%
    }
}

@media screen and (max-width: 1040px) {
    #footer .footer-newsletter-text {
        width: 95%;
        font-size: 15px;
        line-height: 1.4
    }

    #main-menu-box > .box-content > ul > li > ul.mega-menu-wrapper {
        width: 100%;
        z-index: 999999;
        box-sizing: border-box !important;
        max-width: 1010px;
        left: -2%;
        padding: 5px
    }
}

@media all and (max-width: 1023px) {
    header #logo {
        background-size: 100% 100% !important;
        width: 250px;
        left: 150px
    }

    header #header-wishlist a > span {
        display: none
    }

    #container #main-menu-box .mega-menu-wrapper {
        padding: 0;
        left: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    #column-top .menu-box .box-content ul li {
        float: left
    }

    #column-top .column-inner-wrapper .extraMenu .blog {
        width: 25px;
        color: transparent
    }

    .lang-bg #column-top .column-inner-wrapper .extraMenu {
        width: 202px
    }

    #body-container #main-menu-box .mega-menu-row .main-cat {
        font-size: 1.3em;
        font-weight: 600;
        color: #333;
        padding: .5em .25em;
        letter-spacing: .25px;
        text-transform: uppercase;
        float: left;
        clear: left;
        display: block;
        width: 100%
    }

    #body-container #main-menu-box .mega-menu-row .main-cat .cat-box {
        display: block;
        float: left;
        clear: both
    }

    #body-container #main-menu-box .mega-menu-row .main-cat a {
        display: block;
        float: left;
        clear: left
    }

    #body-container #container #main-menu-box .mega-menu-row .main-cat .cat-box a {
        font-size: .8em;
        font-weight: 500;
        text-transform: none;
        padding: .7em;
        margin: .5em;
        border-radius: 5px;
        border: 1px solid grey;
        display: inline-block !important;
        clear: right
    }
}

@media screen and (max-width: 1024px) {
    .mobileTopMenu {
        font-size: 24px !important;
        display: flex !important;
        z-index: 100;
        width: 56px;
        height: 46px;
        align-items: center;
        padding: 0 40px 0 15px;
        gap: 15px;
    }

    .header-top.open .mobileTopMenu {
        width: 100vw;
        height: 60px;
        background: #fff;
        border-bottom: 2px solid #ebeff0;
    }

    .mobileTopMenu:before {
        display: inline-block;
        color: #999;
        content: "";
        position: absolute;
        left: .5em;
        top: .5em;
        width: 1.2em;
        height: .15em;
        background: #999;
        box-shadow: 0 .3em 0 0 #999, 0 .6em 0 0 #999
    }

    .header-top.open .mobileTopMenu:after,
    .menu-item-mega-menu.has-submenus.selected:before {
        content: '\2715';
        color: #111;
        width: 50px;
        height: 50px;
        padding: 10px;
        right: 0;
        top: 0;
        position: absolute;
        font-size: 22px;
    }

    .header-top.open .mobileTopMenu:after {
        top: 7px;
    }

    header #top-menu {
        width: 100%;
        display: inline-block;
        background: #fff;
        position: relative;
        display: none;
        order: 5;
    }



    header .header-top.open #header-login {
        display: flex;
        flex-flow: row wrap;
        position: relative;
        order: 2;
        background: #fff;
        width: 100%;
        height: 55px;
        margin: 0
    }

    .header-top.open:before {
        position: fixed;
        width: 190vw;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 0
    }

    header#header-container .header_mini_cart_wrapper {
        background-size: 75%;
        background-position: 6px 6px
    }

    #column-bottom .column-wrapper .box {
        width: 100% !important
    }

    header .header-mini-cart {
        right: 0;
        display: none !important
    }

    #mobile-menu {
        display: inline-block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        border: 1px solid #eaeff4;
        border-width: 1px 0;
        background: #fafafa;
        padding: 0 0 0 15px;
        position: relative;
        cursor: pointer;
        display: none
    }

    #mobile-menu:after {
        top: 0;
        content: "\276F";
        color: #333;
        right: 20px;
        position: absolute;
        font-size: 18px
    }

    #mobile-menu span {
        font-size: 15px;
        color: #333;
        text-transform: uppercase;
        font-weight: 700
    }

    .extraMenu {
        display: none
    }

    #column-top #main-menu-box {
        display: none;
        max-width: 780px;
        min-width: 300px;
        width: 100%;
        padding: 0;
        position: absolute;
        z-index: 11111
    }

    #column-top .column-inner-wrapper {
        padding: 0
    }

    #column-top #main-menu-box > .box-content > ul > li.has-submenus > a,
    #column-top #main-menu-box > .box-content > ul > li > a {
        padding: 5px 15px;
        margin: 0;
        height: 66px
    }

    #column-top #main-menu-box > .box-content > ul > li:not(.top-menu-separator),
    #column-top #main-menu-box > .box-content > ul > li:first-child.has-submenus {
        display: inline-block;
        width: 100%;
        min-height: 45px
    }

    #column-top {
        border-top-width: 0;
        border-bottom-width: 0
    }

    #filters-wrap {
        left: 1px;
        width: 100% !important
    }

    .footer-flags, #footerPart-bottom {
        margin: 10px auto 0;
        width: 100%;
        float: none;
        text-align: center
    }

    .footer-flags #Bosnia {
        width: 30px
    }

    .footerbg {
        text-align: center;
        align-content: center;
        /*display: inline-block*/
    }
}

@media screen and (min-width: 1025px) {
    #column-top #main-menu-box #Main-menu > li > a > img {
        display: none;
    }

    menu#mobMenu, #header-search.search-mobile {
        display: none
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .footer-partners {
        overflow-x: scroll;
        text-wrap: nowrap;
    }

    #column-bottom {
        padding: 0
    }

    .footer-top .box-content {
        line-height: 5px
    }

    #column-bottom .column-wrapper .box {
        padding: 5px
    }

    .footer-top img {
        height: 30px
    }

    #sticky-hold {
        display: none !important
    }

    .mobile-2-cols {
        width: 100%;
        overflow: hidden
    }

    #header-search.search-mobile .headerSearchButton {
        position: relative;
        float: right
    }

    #header-search.search-mobile .headerSearchButton:before {
        display: inline-block;
        speak: none;
        margin-right: 0;
        position: absolute;
        left: 50%
    }

    #header-search.search-mobile .input-submit {
        background: 0;
        border: 0;
        z-index: 1;
        position: relative;
        overflow: hidden;
        text-indent: -9999px;
        cursor: pointer;
        height: 35px;
        width: 35px
    }

    #column-top #main-menu-box > .box-content > ul > li > a:before,
    #column-top #main-menu-box > .box-content > ul > .has-submenus > a:before {
        display: none !important
    }

    .pager .fright > * {
        border: 0;
        width: 24px;
        line-height: 24px;
        height: 24px;
        font-size: 12px
    }

    .pager.pager-bottom {
        float: none;
        margin-bottom: 120px
    }

    #filters-wrap {
        left: 1px;
        z-index: 10;
        background: #fff;
        padding-bottom: 45px
    }

    .pager.pager-bottom {
        position: relative;
        width: 100%;
        text-align: center;
        display: flex;
        top: 5px
    }

    .pager.pager-bottom {
        margin: 0 auto 20px !important
    }

    .pager-bottom .fright {
        width: auto;
        float: none;
        margin: 0 auto;
        display: inline-block
    }

    .bx-controls.bx-has-pager.bx-has-controls-direction {
        display: block
    }

    #cboxClose {
        right: 5px !important;
        top: 5px !important
    }

    .recently-viewed .box-content-wrapper,
    .recently-viewed .box-content-wrapper .product {
        min-height: calc(290px + 14vw)
    }
}

@media screen and (max-width: 1024px) {
    #column-bottom {
        padding: 0
    }

    .footer-top .box-content {
        line-height: 5px
    }

    .footer-flags {
        line-height: 2;
        text-align: center;
        margin: 10px auto 0;
        width: 100%;
        float: none
    }

    #column-bottom .column-wrapper .box {
        padding: 5px 20px
    }

    .footer-top .box-content .footer-top-ssl img {
        width: 70px;
        height: 32px;
    }

    #sticky-hold {
        display: none !important
    }

    .mobile-2-cols {
        width: 100%;
        overflow: hidden
    }

    #header-search.search-mobile .headerSearchButton {
        position: relative
    }

    #header-search.search-mobile .input-submit {
        background: 0;
        border: 0;
        z-index: 1;
        position: relative;
        overflow: hidden;
        text-indent: -9999px;
        cursor: pointer;
        height: 35px;
        width: 28px
    }

    .mega-menu-content-box {

    }

    #main-menu-box .menu-item-link {
        display: inline-block !important
    }

    #column-top #main-menu-box > .box-content > ul > li > a:before,
    #column-top #main-menu-box > .box-content > ul > .has-submenus > a:before {
        display: none !important
    }

    .product-prices {
        margin: 0 0 15px
    }

    .pager.pager-bottom {
        float: none;
        margin-bottom: 120px
    }

    .pager.pager-bottom {
        margin: 0 auto 85px !important
    }

    .pager-bottom .fright {
        width: auto;
        float: none;
        margin: 0 auto;
        display: inline-block
    }

    .bx-controls.bx-has-pager.bx-has-controls-direction {
        display: none
    }

    .home-blog-posts {
        float: unset;
        clear: both;
        margin-top: 10px;
        width: 90%;
        padding: 0
    }

    #column-top #main-menu-box > .box-content > ul > li {
        margin-bottom: 0
    }
}

@media all and (max-width: 600px) {
    #body-container #main-menu-box .mega-menu-row .main-cat {
        font-size: 1.3em;
        font-weight: 700;
        padding: .5em .25em;
        letter-spacing: .25px;
        text-transform: uppercase;
        float: left;
        clear: left;
        display: block;
        width: 100%
    }

    #body-container #main-menu-box .mega-menu-row .main-cat .cat-box {
        display: block;
        float: left;
        clear: both
    }

    #body-container #main-menu-box .mega-menu-row .main-cat a {
        display: block;
        float: left;
        clear: left;
        font-size: 14px;
        margin-left: 10px
    }

    #body-container #main-menu-box .mega-menu-row .main-cat .cat-box a {
        font-size: .8em;
        font-weight: 500;
        text-transform: none;
        padding: .7em;
        margin: .3em 0 .3em .5em;
        border-radius: 4px;
        border: 1px solid #99C;
        display: inline-block;
        clear: none
    }

    #restoredCart .button.left.button-checkout {
        display: none
    }

    #cboxLoadedContent {
        width: 100% !important
    }
}

@media screen and (max-width: 799px) {
    #Main-menu > li #Main-Sale {
        margin: 5px auto !important;
        align-self: center
    }
}

#column-top #main-menu-box > .box-content > ul > li:last-child:hover > a:before {
    transform: scaleX(1.05);
    left: -5px;
    transition: all 200ms ease
}

.cc-window.cc-floating {
    padding: 2em;
    bottom: 20px;
    left: 10px;
    height: auto;
    min-height: 21vh;
    width: 350px;
    background-color: rgba(255, 255, 255, .9) !important;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

span.cc-message {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5em;
    padding-bottom: 1em
}

a.cc-link {
    text-decoration: underline
}

a.cc-btn.cc-dismiss {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding: 8px;
    border-radius: 4px
}

svg#Subs-svg {
    background-color: #fff;
    border-radius: 4px
}

.footer-top-social svg:hover {
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    transform: scale(1.2);
    transition: all 100ms ease
}

#powered a {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: inline-block
}


@media only screen and (max-width: 480px) {
    .pager .fright > * {
        border: 0;
        width: 28px;
        line-height: 28px;
        height: 28px;
        font-size: 15px
    }
}

.cc-color-override--1998561243.cc-window {
    color: #000;
    background-color: #f1f1f1
}

.cc-color-override--1998561243 .cc-link,
.cc-color-override--1998561243 .cc-link:active,
.cc-color-override--1998561243 .cc-link:visited {
    color: #000
}

.cc-color-override--1998561243 .cc-btn {
    color: #fff;
    border-color: transparent;
    background-color: var(--dark-ruby-red)
}

.cc-color-override--1998561243 .cc-btn:hover,
.cc-color-override--1998561243 .cc-btn:focus {
    background-color: var(--ruby-red)
}

#main-menu-box a img:hover {
    opacity: .75 !important;
    transition: opacity .35s
}

#Main-menu .mega-menu-content-box .big-banner .menu-caption {
    left: 10px !important
}

#Main-menu .mega-menu-content-box:first-child .big-banner .menu-caption {
    left: 10px !important
}

#Main-menu .menu-caption strong {
    background: -webkit-gradient(linear, left top, right top, from(#f64e4e), to(#ff0081));
    background: linear-gradient(30deg, #f64e4e 20%, #ff0081 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0;
    display: block;
}


@media screen and (max-width: 768px) {
    #column-top #main-menu-box > .box-content > ul .mega-menu-row img {
        width: 100% !important;
        height: auto !important
    }

    #Main-menu .mega-menu-content-box .big-banner .menu-caption {
        left: 5px !important;
        top: auto !important;
        bottom: 20px !important;
        width: calc(100% - 15px) !important
    }

    #column-top ul#Main-menu > li:first-child .mega-menu-row .mega-menu-content-box {
        width: 50% !important
    }

    #column-top #main-menu-box li.menu-item-mega-menu.has-submenus:first-child ul.mega-menu-wrapper {
        height: auto
    }

    #Main-menu .big-banner .menu-caption strong {
        font-size: 18px
    }

    #Main-menu .menu-caption span {
        font-size: 14px
    }
}

#main-menu-box a img:hover {
    opacity: .75 !important;
    transition: opacity .35s
}

.hide-desktop {
    display: none;
    visibility: hidden
}

.footer-top-social svg {
    width: 30px;
    height: 30px
}



@media print {
    .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-left {
        left: 0;
        right: 0
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }
}

.quick_search_results ul {
    height: calc(100vh - 224px);
    width: 100vw;
    display: flex;
    flex-flow: row wrap;
    overflow: auto;
    background: #fff;
    gap: 20px;
    padding: 20px 20px 70px;
}

.quick_search_results ul li {
    width: calc(50% - 10px);
    overflow: visible;
    display: block
}

.quick_search_results ul li img {
    object-fit: cover;
    width: 100%
}

span.description {
    display: none
}

.quick_search_results .image {
    margin: 0
}

.quick_search_results .name {
    font-size: 16px;
}

.quick_search_results .price {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-ruby-red);
}

.quick_search_results ul li > div {
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    cursor: pointer;
}

.quick_search_results {
    z-index: 9999;
    box-shadow: 0 15px 50px -15px #000;
    width: 100vw !important;
    height: auto;
    margin-top: 5px;
    left: 0 !important;
}

a#quickSearchMore {
    display: block;
    font-size: 14px;
    color: inherit;
    width: 100%;
    max-width: 480px;
    margin: auto;
    padding: 8px 0;
    border-radius: 3px;
    background: #dcdcdc;
    text-align: center;
}

a#quickSearchMore:after {
    content: ' \00BB';
    position: relative
}

.quick_search_results ul li:last-child {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 101%;
    padding: 5px 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

a.showFilter:first-child:before {
    visibility: visible;
    display: inline-block;
    position: absolute;
    content: url(/skins/monaco_hd-local/customer/images/filter-icon.png);
    color: red;
    margin: 0 0 0 -38px;
    font-size: 30px
}

.sort-view {
    display: flex;
    margin: 0 0 10px 0;
    padding: 10px 0 0;
}

.sort-view .pager {
    float: right;
    margin: 5px 0 0;
    display: none
}

@media screen and (max-width: 799px) {
    #category-page .sort-view #ProductSort {
        /*padding: 0;*/
        /*height: 40px;*/
        /*line-height: 40px;*/
        /*width: 38%;*/
        /*margin-left: 2% !important;*/
        /*float: left;*/
        /*text-align: center;*/
        /*text-align-last: center*/
        margin-left: auto;
        margin-right: -3px;
    }
}

@media screen and (min-width: 690px) {
    .quick_search_results {
        left: 5px !important;
        max-width: calc(100vw - 20px)
    }

    .quick_search_results ul li {
        flex: 1 1 auto;
        max-width: 200px;
        width: auto;
        height: auto
    }

    .quick_search_results ul {
        justify-content: flex-start;
        height: auto;
        width: auto
    }

    .quick_search_results ul li:last-child {
        position: static;
        box-shadow: none;
        transform: none;
        padding: 0;
    }
}

a.showFilter.open:before {
    visibility: visible;
    display: inline-block;
    position: absolute;
    content: '\2715';
    color: red;
    margin: 0 0 0 -40px;
    font-size: 30px;
    opacity: .7
}

a.showFilter.open:hover:before {
    opacity: 1
}

.pager .fright > * {
    border: 1px solid transparent;
    width: 28px;
    line-height: 28px;
    height: 28px;
    font-size: 13px;
    color: #222
}

.pager .fright > * {
    border: 1px solid transparent;
    width: 28px;
    line-height: 28px;
    height: 28px;
    font-size: 15px;
    color: #474747;
    text-align: center;
    font-weight: 700;
    float: left;
    margin: 0
}

.pager .fright span.selected-page {
    background: var(--ruby-red-50) !important;
    border-radius: 50%
}

.pager.pager-bottom {
    display: inline-block;
    /*float: right*/
}

.pager .fright > a:hover {
    color: var(--dark-ruby-red);
}

.sorter span {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: inline-block;
    text-align: center
}

.sort-view .sorter {
    display: none;
    /*display: flex;*/
    justify-self: flex-end;
    align-self: center;
    align-items: center;
    margin-left: auto
}

.sorter span {
    fill: #aaa;
    margin-left: 5px
}

.sorter .two {
    fill: #444
}

.three .sorter .three {
    fill: #444
}

.three .sorter .two {
    fill: #aaa
}

.showFilter {
    display: none
}

@media screen and (max-width: 799px) {
    #search-page .sort-view > #recordsPerPage,
    /*#search-page .sort-view > #ProductSort,*/
    #category-page .sort-view > #recordsPerPage,
    /*#category-page .sort-view > #ProductSort,*/
    #category-page .sort-view > .pager {
        display: none !important
    }
}

@media screen and (max-width: 600px) {
    .pager .fright > * {
        border: 0;
        width: 28px;
        line-height: 28px;
        height: 28px;
        font-size: 15px
    }

    .pager .fright > * {
        border: 0;
        width: 24px;
        line-height: 24px;
        height: 24px;
        font-size: 12px
    }

    .sort-view .pager .fright {
        text-align: center;
        display: flex;
        margin: 0 auto;
        width: auto
    }
}

.filter-links-compact-list {
    display: block;
    max-height: 200px;
    overflow: auto
}

.filter-links::-webkit-scrollbar {
    width: 9px
}

.filter-links {
    display: flex;
    flex-flow: row wrap;
    max-height: 200px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--dark-ruby-red) #fff;
}

.filter-links::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px
}

.filter-links::-webkit-scrollbar-thumb {
    background-color: #fb6264;
    border-radius: 6px;
    border: 1px solid #eee
}

#search-page h2.products-title,
#search-page .showFilter {
    display: none
}

.filter-links li {
    text-decoration: none;
    color: #000;
    margin: 2px;
}

.filter-links li:hover,
ul.filter-links li a:hover {
    color: var(--dark-ruby-red);
}

a.showFilter {
    display: inline-block;
    border-width: 0;
    background: 0;
    padding: 0;
    margin: 8px 10px 0 40px;
    height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.filter-box {
    width: 100%;
    min-height: 200px
}

.filter-box h2 {
    display: none
}

.filter-box .filter-attribute {
    width: 22%;
    max-width: 254px;
    float: left;
    margin: 5px 10px 0 20px;
    min-height: 200px;
    display: block
}

.filter-box .filter-attribute .ajaxFilter,
.filter-box .filter-attribute .custom-select,
#container .filter-box select {
    max-height: 150px;
    width: 100%;
    max-width: 230px;
    display: block;
    margin: 0 auto;
}

.filter-box .filter-attribute #cena {
    overflow: visible;
    width: 100%
}

.showFilter {
    display: none
}

#box-306 {
    display: none
}

#filters-wrap {
    z-index: 1010;
    background: #fff;
    position: absolute;
    padding: 10px 10px 30px;
    display: none;
    width: 100% !important
}

.filter-attribute h3 {
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 18px;
    margin-top: 20px;
}

#box-307 {
    font-style: italic;
    line-height: normal;
    font-size: 14px;
    height: auto;
    width: auto;
    margin: 10px 1% 0;
    padding: 5px
}

#filters-wrap {
    overflow: hidden;
    border-top: 0;

    background-position: 0 100%;
    -webkit-box-shadow: 0 -2px 6px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -2px 6px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -2px 6px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px 0 rgba(200, 200, 200, 0.7);
    -moz-box-shadow: 0 3px 6px 0 rgba(200, 200, 200, 0.7);
    -webkit-box-shadow: 0 3px 6px 0 rgba(200, 200, 200, 0.7);
    -khtml-box-shadow: 0 3px 6px 0 rgba(200, 200, 200, 0.7)
}

.prod-filters {
    margin: 0 auto
}

.filters-inline {
    display: flex !important;
    flex-flow: row nowrap;
    flex-basis: auto;
    width: 100%
}

.filters-inline h4,
.filter-attribute-value,
.remove-link.attribute-option {
    display: inline-block;
    margin: 0 10px 0 -5px
}

.remove-link.attribute-option:before {
    visibility: visible;
    display: inline-block;
    content: '\2716';
    color: red;
    font: normal bold 1.25em/1em normal;
    opacity: .7
}

.filter-box h2:before {
    font-family: 'Icons';
    display: inline-block;
    speak: none;
    line-height: 1;
    vertical-align: baseline;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e08f";
    font-size: 14px;
    margin-right: 5px;
}

.filter-box h3 {
    text-transform: uppercase;
    font-size: 14px;
}

.filter-box .filter-attribute {
    margin: 5px 0 15px
}

.filter-links li:before {
    font-family: 'Icons';
    display: none;
    speak: none;
    line-height: 1;
    vertical-align: baseline;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e094";
    font-size: 8px;
    margin: 0 5px 0 0
}

.filter-links-compact-list {
    margin: 0 -2px;
}

.filter-box .filter-links a,
.filter-box .filter-links-compact-list a {
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #999;
    color: #333;
    position: relative;
    min-width: 45px;
    text-align: center;
    font-size: 14px;
    padding: 2px 10px;
    white-space: nowrap;
}

.filter-box .filter-links a:hover,
.filter-links-compact-list a:hover,
.filter-links-compact-list a:hover {
    border-color: var(--dark-ruby-red);
}

.ui-slider {
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    position: relative;
    height: 8px;
    margin: 40px 0 0;
    background-color: #efefef
}

.ui-slider .ui-slider-range {
    position: absolute;
    background-color: #e64784;
    height: 7px
}

.ui-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    background: #b1b1b1;
    display: block;
    position: absolute;
    top: -4px;
    z-index: 97;
    margin-left: -9px;
    border: 1px solid #fff
}

.ui-slider .ui-slider-handle:hover {
    background: #fb6264
}

.ajaxFilter .range {
    bottom: 40px !important;
}

.filter-box .filter-attribute .filter-links li,
.filter-links-compact-list li {
    display: inline-block;
    width: auto;
    margin: 0 5px 5px 0;
}

@media screen and (max-width: 1024px) {
    .filter-box > .box-title-wrapper {
        position: relative
    }

    .filter-box #cancel-filters {
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box
    }

    .filter-box #cancel-filters:before {
        font-family: 'Icons';
        display: inline-block;
        speak: none;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e0db";
        font-size: 14px;
        color: #fff;
        margin: 0;
        vertical-align: 7px;
    }

    .filter-box .filter-attribute {
        padding: 10px;
        border-width: 1px;
        border-style: solid;
        border-color: #eaeff4;
        flex: 1 1 auto;
        width: 25%;
        max-width: 100%
    }

    .filter-box .filter-attribute:nth-child(-n+2) {
        min-height: 100px;
        width: 100%;
        max-width: 99vw
    }

    .filter-box .filter-attribute h3 {
        padding: 10px !important;
        font-size: 14px !important
    }

    .filter-box .filter-attribute .filter-links {
        font-size: 0 !important
    }

    .filter-box .filter-attribute .filter-links li {
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin: 4px
    }

    .filter-box .filter-attribute .filter-links li a {
        padding: 7px;
        border: 2px solid #dcdcdc
    }
}

@media screen and (max-width: 768px) {
    #ProductAttributesFilterBox .filter-attribute .filter-links-compact-list a {
        height: 35px;
        line-height: 35px;
        width: 35px;
        text-align: center;
        padding: 0
    }

    .filter-box .filter-attribute ul.filter-links li {
        width: auto;
        margin-bottom: 3px;
        font-size: 10px
    }
}

label.custom-select {
    width: 100%;
    overflow-x: hidden;
    display: block;
    position: relative
}

#ProductAttributesFilter {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

@media screen and (max-width: 799px) {
    #filters-wrap {
        left: 1px
    }

    .dynamic-page-categories a.showFilter {
        position: relative !important
    }

    .dynamic-page-categories a.showFilter:nth-child(2) {
        margin: 20px 3px 10px 0 !important
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #ProductAttributesFilter {
        width: 100vw
    }

    #filters-wrap {
        z-index: 910;
        background: #fff;
        padding-bottom: 5px
    }

    .dynamic-page-categories .filter-box .filter-attribute {
        width: 90%;
        float: left;
        margin: 0;
        padding: 2%;
        z-index: 10;
        min-height: 140px;
        max-width: 90vw
    }

    .dynamic-page-categories .filter-box .filter-attribute:first-child {
        min-height: 100px
    }

    .filter-box .filter-attribute:first-child h3 {
        border: 0
    }

    ul.filter-links li {
        margin-bottom: -10px
    }

    #ProductAttributesFilterBox .filter-attribute .filter-links-compact-list a {
        width: auto
    }

    #cena.ajaxFilter {
        position: relative;
        left: 15px
    }

    .ui-slider .ui-slider-handle {
        width: 20px;
        height: 20px;
        top: -6px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    #main #filters-wrap {
        left: 1px
    }
}

@media only screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
    #ProductAttributesFilter {
        width: 100vw
    }

    .dynamic-page-categories .filter-box .filter-attribute {
        width: 75%;
        float: left;
        margin: 5px 10px 0 20px;
        z-index: 10
    }

    ul.filter-links li {
        margin-bottom: -10px
    }

    #ProductAttributesFilterBox .filter-attribute .filter-links-compact-list a {
        width: auto
    }

    #cena.ajaxFilter {
        position: relative;
        left: 15px
    }

    .ui-slider .ui-slider-handle {
        width: 20px;
        height: 20px;
        top: -6px
    }
}

option {
    border-bottom: 1px solid #ece3d6;
    border-right: 1px solid #ece3d6;
    border-left: 1px solid #ece3d6;
    background-color: #fff;
    background-clip: padding-box;
    color: #333;
    display: flex;
    padding: 5px;
    font-size: 13px
}

.product-view-wrapper,
.product-view-content,
.hover-right-content,
.product-image-bgl,
.product-image-bgr,
.product-image-bg {
    height: 100%;
}

.product-image {
    position: relative;
}

.product-quick-view {
    height: 45px;
    line-height: 32px;
    text-transform: uppercase !important;
    z-index: 99;
    position: absolute;
    text-align: center;
    text-overflow: clip !important;
    white-space: normal !important;
    margin: 0 auto;
    opacity: 0;
    width: 40% !important;
    left: 30%;
    bottom: 40px;
    background: rgba(255, 255, 255, 0.8);
    padding: 7px 10px;
    border-radius: 3px;
    transition: all 150ms ease;
    box-shadow: 0 10px 250px 40px rgba(255, 255, 255, 0.7), 0 2px 5px 2px rgba(0, 0, 0, 0.33)
}

.product-image:hover .product-quick-view,
.product-wrapper:hover .product-quick-view,
.products-box .product:hover .product-quick-view {
    opacity: 1;
    bottom: 40%;
    display: block;
    height: 45px
}

.product-quick-view:hover {
    background: rgba(255, 255, 255, 1)
}

div#quick-view {
    height: auto;
    padding: 5px
}

#quick-view .product-image {
    width: 300px;
    height: 450px
}

#quick-view .product-image-frame {
    width: 300px;
    height: 450px
}

#quick-view .page-content-bg-repeat {
    display: flex;
    flex-flow: row wrap
}

#quick-view .product-page-description-price-block {
    float: none;
    width: auto;
    padding: 20px;
    height: auto;
    min-width: 60%
}

#quick-view .h1-title {
    margin: 10px auto;
    color: #555 !important
}

#quick-view .h1-title a {
    color: #555 !important;
    text-align: center
}

#quick-view .price-is-discounted {
    color: #f64e4e
}

#quick-view #ProductPricesHolder * {
    font-size: 20px
}

#quick-view .product-page-has-options .product-options-table label {
    width: auto;
    margin: 5px 5px 0 0
}

#quick-view .option-wrapper-textButton-wrap {
    display: flex;
    flex-flow: row wrap;
    vertical-align: middle;
    margin: 0;
    padding: 0
}

#quick-view input.input-submit {
    background: transparent;
    width: 100%
}

#quick-view #ProductPricesHolder .price-value.price-is-discounted {
    font-size: 30px !important;
    font-weight: 500
}

#quick-view .product-details {
    padding: 20px;
    background: #f3f3f3
}



@media screen and (max-width: 1024px) {
    .product-quick-view {
        display: none !important
    }
}

ul.grid {
    font-size: 0;
    margin: 0;
    display: block;
    clear: both;
    width: auto;
    margin-top: 30px
}

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

.grid li {
    margin: 0;
    border: 0;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: top
}

.grid .price-discount-tooltip {
    text-align: left
}

.grid .product-name {
    text-align: center;
    margin-top: 0;
    min-height: auto !important
}

.grid .product-details .checkbox {
    vertical-align: -2px
}



.grid div.product-image .price-modifiers {
    position: absolute;
    left: 15px;
    bottom: 10px;
    z-index: 1;
    /*user-select: none;*/
    /*pointer-events: none;*/
}

.grid div.product-image .discount-percent {
    margin-bottom: 12px;
    transform: scale(.8);
}

/* style 2 */
/*
.grid div.product-image .discount-percent {
    position: relative;
    display: block;
    left: -23px;
    width: auto;
    height: auto;
    min-width: 80px;
    padding: 0 10px;
    border-radius: 0;
    margin-bottom: 0;
}
*/

/* style 3 */
/*
.grid div.product-image .discount-percent {
    position: relative;
    display: block;
    left: -23px;
    width: auto;
    height: auto;
    min-width: 80px;
    padding: 0 10px;
    border-radius: 0;
    margin-bottom: 25px;
}
*/

/* style 4 */
/*
.grid div.product-image .price-modifiers {
    left: auto;
    right: -13px;
    top: 20%;
    bottom: auto;
}
.grid div.product-image .discount-percent {
    overflow: visible;
    border-radius: 0;
    height: auto;
}
.grid div.product-image .discount-percent:before {
    border-right: 9px solid transparent;
    border-top: 6px solid #303030;
    bottom: -6px;
    right: 0;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
}
*/





/*
.grid div.product-image .discount-percent:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #d03;
    top: 0;
    right: -6px
}

.grid div.product-image .discount-percent:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    top: 0;
    right: -12px;
    border-radius: 6px;
    z-index: 9999;
    background: #fff
}
*/

h3 {
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    color: inherit;
    font-size: inherit
}

.product-prices {
    position: relative;
    width: 100%;
    margin: 0;
    font-weight: 700
}

.grid-page .product-prices {
    position: relative;
    text-transform: none
}

.show-price-discount-info {
    position: relative;
    clear: both
}

.show-price-discount-info .price-discount-tooltip {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 8px;
    z-index: 100;
    display: none;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    box-shadow: 0 8px 10px -12px #000
}

.show-price-discount-info .price-discount-tooltip > div {
    display: table-row
}

.show-price-discount-info .price-discount-tooltip div span {
    display: table-cell;
    padding: 4px;
    white-space: nowrap
}

.show-price-discount-info .price-discount-tooltip div del {
    display: table-cell;
    padding: 4px;
    white-space: nowrap
}

.show-price-discount-info:hover .price-discount-tooltip {
    display: block
}

.show-price-discount-info .price-discount-tooltip {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 3px;
    padding: 8px;
    z-index: 100;
    display: none;
    color: #000
}

.show-price-discount-info .price-discount-tooltip > div {
    display: table-row
}

.show-price-discount-info .price-discount-tooltip div span {
    display: table-cell;
    padding: 4px 8px 4px 0;
    white-space: nowrap
}

.show-price-discount-info .price-discount-tooltip div del {
    display: table-cell;
    padding: 4px 8px 4px 0;
    white-space: nowrap
}

.show-price-discount-info:hover .price-discount-tooltip {
    display: block
}

.discount-percent {
    float: right;
    right: 0;
    top: 0;
    height: 32px;
    width: 32px;
    overflow: hidden;
    display: block;
    background: #eea50d;
    border-radius: 16px;
    line-height: 32px;
    color: #fff;
    padding: 0;
    text-align: center;
    white-space: nowrap
}

.show-price-discount-info .price-discount-tooltip .list-price .price-value {
    color: #666 !important;
    font-weight: 400
}

.grid .discount-percent {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid .tooltipshower {
    display: none !important
}

.grid li a {
    color: #333
}

.grid li .product-details {
    padding-bottom: 10px;
}

.grid li .product-details del.price-value {
    margin: 0
}

.grid li .product-details .final-price {
    text-align: center;
    line-height: 1;
}

.grid li .product-details .final-price > * {
    display: block;
    vertical-align: middle;
}

.grid li .product-details .final-price > .list-price {
    margin: 0;
}

.grid li .product-details .price-modifiers {
    display: none
}

.grid li .product-button,
.grid li .comparison-button {
    display: none !important
}

#container .button a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase
}

.grid.product-page.loaded {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0 -6px
}

.wish-heart {
    cursor: pointer;
    height: 100px;
    width: 100px;
    background-image: url(https://www.ivet.bg/skins/monaco_hd-local/customer/images/web_heart_animation.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 2900%;
    bottom: 80px;
    left: -5px;
    z-index: 9;
    position: absolute
}

.grid li img:hover {
    opacity: 1 !important
}

.grid {
    height: auto !important;
    margin-top: 10px
}

.grid li .product-image-link,
#category-page .grid li .product-image-link {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    text-align: center;
    z-index: 20;
    height: 100% !important;
}

.grid li .product-image-link img,
#category-page .grid li .product-image-link img {
    object-fit: cover !important;
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    max-width: none !important;
    max-height: 100% !important
}

#category-page .products-view {
    width: 100%;
}

@media screen and (max-width: 350px) {
    #category-page .wish-heart {
        transform: scale(0.8);
        bottom: calc(100% + 60px) !important;
        left: -15px
    }
}


@media only screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
    .product-prices {
        margin: 0 0 15px
    }

    .grid li .product-name .ellipsis {
        height: auto
    }
}


@media only screen and (min-width: 667px) and (max-width: 1024px) {
    #category-page .product-details-bgl {
        display: block;
        position: relative;
        min-height: 30px !important
    }

    .grid li .product-name .ellipsis {
        white-space: normal;
        position: relative;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: auto;
        margin-top: 10px;
        min-height: 30px
    }

    .grid li .product-image-link img,
    #category-page .grid li .product-image-link img {
        object-fit: cover;
        /*height: 33.3vw;*/
        /*max-height: 350px*/
    }

    #category-page .wish-heart {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        bottom: 200%;
        left: -13%
    }

    .grid li .product-prices .price-withtax {
        width: auto;
        margin-left: 0
    }

    .grid li .product-prices .price-withtax {
        width: auto
    }
}

@media all and (max-width: 600px) {
    #category-page .product-details-bgl {
        display: block;
        position: relative;
        min-height: 18px !important
    }

    .grid {
        margin: 0 -8px !important
    }

    .product-prices {
        margin: 0 0 5px
    }

    main .mainWrapper .three .product-title a {
        height: auto;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(99vw / 3)
    }

    #main #subcategories, #main .subcategory {
        margin: 3px 0
    }

    .grid li .product-name .ellipsis {
        white-space: normal;
        position: relative;
        overflow: hidden;
        height: auto;
        margin-top: 5px;
        min-height: 18px
    }

    /*.grid li .product-image-link img,*/
    /*#category-page .grid li .product-image-link img {*/
    /*    height: 67vw !important;*/
    /*    object-fit: cover*/
    /*}*/

    #category-page .wish-heart {
        transform: scale(0.9);
        bottom: calc(100% + 30px) !important;
        left: -25px
    }

    .grid li .product-prices .price-withtax {
        width: auto;
        margin-left: 0;
    }

    #main.three .grid li.product-grid-wrapper {
        width: calc(100% / 3 - 2px);
        padding: 0;
        margin: 3px 1px
    }

    #main.three .product-prices {
        margin: 0
    }

    #main.three .grid li .product-image-link img,
    #main.three #category-page .grid li .product-image-link img {
        height: 100% !important;
        object-fit: contain
    }

    #main.three .option-row-wrapper div,
    #main.three .option-row-wrapper span {
        padding: 4px 5px;
        border: 2px solid #ccc;
        margin: 0 2px 0 0
    }
}

span.pager-count-bottom {
    display: none
}

.box .recently-viewed .price-modifiers {
    display: none
}

@media only screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
    .mobile-2-cols {
        width: 100%;
        overflow: hidden
    }

    .product-prices {
        margin: 0 0 15px
    }
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes ivetcx1 {
    0% {
        opacity: 1
    }
    60% {
        opacity: .85
    }
    99% {
        opacity: 0
    }
    100% {
        display: none;
        visibility: hidden
    }
}

#cboxClose {
    cursor: pointer;
    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;
    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
}

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

#container main {
    background: 0 0 !important
}

strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

svg:not(:root) {
    overflow: hidden
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

main {
    display: block
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

h1, h2 {
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    color: inherit;
    font-size: inherit
}

#body-container strong {
    font-weight: 700
}

.dynamic-page-product .page-content {
    padding: 0
}

.product-page-product-description {
    font-size: 14px;
    display: inline-block
}

#product-images .product-image {
    text-align: center;
    position: relative;
    z-index: 99
}

#product-images .product-image-wrapper {
    text-align: center
}

#product-images .product-image:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.product-code span + span {
    font-weight: 400
}

.product-page-has-options .option-value-text {
    display: none
}

.product-page-has-options .product-options-table .option-span-wrapper .option-value-text {
    display: none
}

.product-page-has-options .product-options-table input[type="radio"] {
    position: absolute;
    z-index: -1;
    display: inline-block;
    left: -9999px
}

.option-wrapper-textButton-wrap label {
    padding: 5px;
    cursor: pointer;
    text-align: center;
    min-width: 20px;
    display: block
}

@media screen and (min-width: 690px) {
    .quick_search_results ul li:only-child {
        height: auto;
        width: 100%;
        text-align: center;
    }

    #checkout-success .success span:before {
        top: -4px !important
    }
}

.product-features {
    clear: both
}

@media screen and (max-width: 1024px) {
    .product-image-wrapper {
        min-height: 0 !important
    }
}

.popup-form form {
    padding: 20px
}

.popup-form form label {
    min-height: 19px;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: block;
    margin: 5px 0 0 0;
    padding: 0 10px 0 0
}

.popup-form form input[type="text"],
.popup-form form select {
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0
}

.tabs {
    padding: 10px 0 0
}

.tabs-menu li {
    float: left;
    position: relative;
    top: 1px;
    margin: 0 2px 0 0;
    list-style: none;
    z-index: 1
}

.tabs-menu a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    outline: 0
}

.tabs-menu li.active a,
.tabs-menu li.active a:visited {
    text-decoration: underline
}

.tabs-menu li.active a:hover,
.tabs-menu li.active a:active {
    text-decoration: none
}

#cboxPrevious,
#cboxNext {
    text-indent: 0;
    background: rgba(255, 255, 255, 0.6);
    display: block;
    width: 45px;
    height: 60px;
    font-size: 0;
    position: absolute;
    top: 40%;
    left: 4px;
    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
}

#cboxNext {
    left: auto;
    right: 4px
}

#cboxPrevious:before,
#cboxNext:before {
    z-index: 10;
    font-size: 40px;
    content: "\276E"
}

#colorbox #cboxNext:before {
    content: "\276F"
}

#cboxPrevious:hover,
#cboxNext:hover {
    opacity: 1
}


.popup-form form {
    padding: 10px
}

@media screen and (max-width: 1024px) {
    .popup-form form label {
        margin: 5px 0 0 0
    }

    .popup-form form input[type="text"], .popup-form form select {
        margin: 0 0 5px 0
    }
}

@media screen and (max-width: 980px) {

    .social-buttons {
        margin-top: 0;
        margin-left: 0
    }
}



@media screen and (max-width: 600px) {
    #container .h1-title:before {
        bottom: -5px;
        display: none
    }

    .product-image #product-zoom {
        text-align: center
    }

    .product-image #product-zoom .product-image {
        display: inline-block !important
    }
}



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

.dynamic-page-product .product-thumb-holder {
    width: auto;
    min-height: 60px
}

.dynamic-page-product .tabs-menu li a {
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    padding: 0;
    letter-spacing: 1px;
    text-transform: uppercase
}


.popup-form form {
    padding: 0
}

.popup-form form label {
    font-size: 14px;
    color: #666
}

.video-close,
#cboxClose {
    right: 4px !important;
    top: 4px !important;
    width: 15px;
    height: 15px;
    text-indent: unset;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    color: transparent;
    font-style: normal;
    font-size: 0;
    line-height: 15px;
    padding: 27px;
    margin: 0;
    opacity: .7;
    visibility: visible;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .1s ease;
    z-index: 100;
}

.video-close, #cboxClose:hover {
    opacity: 1
}

.video-close::before, #cboxClose::before {
    visibility: visible;
    display: block;
    position: absolute;
    content: '\2715';
    color: #000;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 30px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.6)
}

.size-table-fix img {
    width: 100%
}

.size-table-fix .title-wrapper {
    display: none
}

@media only screen and (min-width: 1240px) {
    .dynamic-page-product .product-thumb-holder {
        width: 100% !important;
        max-width: calc((100vw / 3) - 110px);
        min-height: 95px;
        -webkit-transition: all 150ms;
        -moz-transition: all 150ms;
        -ms-transition: all 150ms;
        -o-transition: all 150ms;
        transition: all 150ms;
        flex: 1 0 50%;
        text-align: center;
        box-sizing: border-box;
        position: relative;
    }

    .dynamic-page-product .product-thumb-holder a {
        height: 100%;
        flex-direction: column;
        display: flex;
        justify-content: center;
    }

    .dynamic-page-product .product-thumb-holder:hover {
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
        transform: scale(1.06);
        z-index: 5;
    }
}

@media screen and (max-width: 1239px) {
    .mobile-hide.alicat-box {
        display: none
    }
}

@media screen and (max-width: 1040px) {
    #paypal-button-container {
        order: 3
    }
}

@media screen and (max-width: 767px) {
    #wrap a#product-zoom {
        pointer-events: none
    }

    #wrap > div.mousetrap {
        cursor: zoom-in !important;
        display: none
    }
}


@media screen and (max-width: 600px) {
    #productWrapper div.availability.holder_av {
        display: none !important
    }

    #mobileGalery #productThumbs {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 150vw;
        overflow: hidden;
        margin: 0 auto;
        touch-action: none;
    }

    .bx-controls.bx-has-pager.bx-has-controls-direction {
        display: block
    }

    #cboxClose {
        right: 5px !important;
        top: 5px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    #wrap a#product-zoom {
        pointer-events: none
    }

    #wrap > div.mousetrap {
        cursor: zoom-in !important;
        display: none
    }
}

@media only screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
    .bx-controls.bx-has-pager.bx-has-controls-direction {
        display: none
    }

    .size-table-fix img {
        width: 100vw
    }
}

.show-description {
    text-align: center;
    padding: 4px 16px;
    color: #e6404e;
    font-size: 15px !important;
    font-weight: 700;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    background-color: #fff;
    cursor: pointer;
    bottom: 0;
    width: auto;
    border: none;
    border-bottom: 2px solid #e6404e;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 3;
    right: 15px;
    margin-bottom: 5px;
    position: absolute;
    box-shadow: 0 4px 7px #f60000
}

.show-description:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    padding: 4px 23px 4px 16px;
    right: 8px
}

#show-btn {
    display: none
}

.show-description:after {
    content: '\203A';
    font-size: 22px;
    font-family: inherit;
    transform: rotate(90deg);
    display: inline-block;
    opacity: 0;
    color: #e6404e;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
    margin-top: 1px
}

.show-description:hover:after {
    opacity: 1;
    margin-left: 9px
}

#show-btn.show-description:after {
    transform: rotate(-90deg);
    margin-left: 6px
}

.show-description.show {
    display: block !important
}

.show-description.hide {
    display: none
}

@media all and (max-width: 799px) {
    .show-description {
        padding: 4px 23px 4px 16px;
    }

    .show-description:after {
        opacity: 1;
        margin-left: 9px
    }
}

.delivery-gift {
    border: 1px solid #eaeff4;
    border-left: none;
    text-align: center;
    height: 160px
}

.delivery-gift h2 {
    color: #f5535c;
    font-size: 16px;
    margin-bottom: 5px
}

.delivery-gift p {
    font-size: 13px;
    font-family: Calibri;
    display: block;
    margin-top: 5px;
    font-style: italic
}

.delivery-gift #gift-text {
    position: relative;
    left: 25%;
    width: 75%
}

.gift-man {
    background: url(https://www.ivet.bg/skins/monaco_hd-local/customer/images/gift-big-man.png) no-repeat;
    display: none
}

.delivery-gift img {
    text-align: left;
    display: inline-block;
    margin: 0;
    left: 0;
    position: absolute;
    height: 160px;
    width: auto;
}

@-webkit-keyframes product-new-fadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes product-new-fadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #7ac142
    }
}

@keyframes scale {
    0%, 100% {
        transform: none
    }
    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

#form-page form {
    width: 100%;
    margin: 0 auto
}

#form-page .form-input-wrapper {
    display: block;
    margin-bottom: 15px;
}

#form-page .form-input-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

#form-page .form-input-wrapper input,
#form-page .form-input-wrapper textarea {
    width: 100%;
}

#form-page .button-container {
    clear: both;
    text-align: right
}

#page .page-content-bg-repeat {
    padding: 0 0 20px
}

#page .page-content-bg-repeat ul {
    margin: 0 0 0 20px
}

#page .left {
    width: 40%
}

#page .right {
    width: 60%
}

#page .right ul {
    text-align: left
}

#page .right ul li:before {
    content: '\203A';
    color: #f64e4e;
    font-size: 20px;
    position: absolute;
    left: 0
}

#page .left ul li {
    font-weight: 700
}

#page .left ul li:before {
    content: '\203A';
    color: #f64e4e;
    font-size: 20px;
    position: absolute;
    left: 0
}

.forgotten_password .h1-title {
    display: none
}

.GR #page p, .GR #page div {
    text-align: justify;
    line-height: 24px;
    font-size: 17px;
    color: #666;
    padding: 0 0 10px
}

#page li {
    margin-left: 5px;
    line-height: 30px
}

#page .left {
    width: 35%
}

#page .right {
    width: 60%
}

#page div.left > ul {
    margin-top: 10px
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #page li {
        font-size: 15px
    }

    #page .left, #page .right {
        width: 100%
    }

    #page .question {
        width: 100%;
        padding: 0
    }

    #page .question .question-wrap {
        margin: 5px 0;
        padding: 5px
    }

    #page .question div {
        padding: 5px 0 0 40px;
        margin: 0 0 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        line-height: 16px;
        width: 95% !important
    }

    #page .col-40 {
        display: none !important
    }

    #page .ul-delivery li span {
        left: 0 !important
    }
}

@media only screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
    #page li {
        font-size: 15px
    }

    #page .left, #page .right {
        width: 100%
    }

    #page p {
        padding: 10px 0 !important
    }
}


.mega-menu-wrapper .mega-menu-content-box .desktop-columns.two-columns  {
    column-count: 2;
}

.mega-menu-wrapper .mega-menu-content-box .desktop-columns.three-columns  {
    column-count: 3;
}

.mega-menu-wrapper .mega-menu-content-box .desktop-columns.four-columns  {
    column-count: 4;
}

.mega-menu-wrapper .mega-menu-content-box .desktop-columns.five-columns  {
    column-count: 5;
}

.mega-menu-wrapper .mega-menu-content-box .desktop-columns a {
    color: #333;
    font-size: 15px;
    padding: 0.25em 0.25em;
    display: block;
    position: relative;
    text-align: left;
}

.mega-menu-wrapper .mega-menu-content-box .desktop-columns .level-1.highlight > .category-thumb a,
.mega-menu-wrapper .mega-menu-content-box .desktop-columns .level-1.has-submenus > .category-thumb a,
.mega-menu-wrapper .mega-menu-content-box .desktop-columns .level-2.highlight > .category-thumb a,
.mega-menu-wrapper .mega-menu-content-box .desktop-columns .level-2.has-submenus > .category-thumb a {
    text-transform: uppercase;
    display: flex;
    align-items: center;

    padding: 8px 0;
    font-size: 15px;
    font-weight: 600;
}

#column-top #main-menu-box > .box-content > ul .mega-menu-row .level-1.highlight > .category-thumb a .category-menu-image,
#column-top #main-menu-box > .box-content > ul .mega-menu-row .level-1.has-submenus > .category-thumb a .category-menu-image,
#column-top #main-menu-box > .box-content > ul .mega-menu-row .level-2.highlight > .category-thumb a .category-menu-image,
#column-top #main-menu-box > .box-content > ul .mega-menu-row .level-2.has-submenus > .category-thumb a .category-menu-image {
    width: 45px;
    height: 45px;
    margin: auto 10px auto 0;
    border: 1px solid #f1f3f2;
    border-radius: 50%;
    padding: 3px;
    object-fit: contain;
}

#column-top #main-menu-box > .box-content > ul .mega-menu-row .level-1.highlight > .category-thumb a .category-menu-image img,
#column-top #main-menu-box > .box-content > ul .mega-menu-row .level-1.has-submenus > .category-thumb a .category-menu-image img,
#column-top #main-menu-box > .box-content > ul .mega-menu-row .level-2.highlight > .category-thumb a .category-menu-image img,
#column-top #main-menu-box > .box-content > ul .mega-menu-row .level-2.has-submenus > .category-thumb a .category-menu-image img {
    display: block;
    width: auto;
    height: 30px;
    margin: 3px auto;
}

.mega-menu-wrapper .mega-menu-content-box .desktop-columns .categoryId-857.level-1.has-submenus,
.mega-menu-wrapper .mega-menu-content-box .desktop-columns .categoryId-866.level-1.has-submenus,
.mega-menu-wrapper .mega-menu-content-box .desktop-columns .level-2.has-submenus {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}

.mega-menu-wrapper .mega-menu-content-box .desktop-columns .level-2 a {
    font-weight: 400;
    font-size: 15px;
    padding: 0 0.25em;
}

.mega-menu-wrapper .mega-menu-content-box .desktop-columns .level-3 a {
    font-weight: 400;
    font-size: 15px;
}

@media (max-width: 1024px) {
    .mega-menu-wrapper .mega-menu-content-box .desktop-columns a {
        font-size: 14px;
    }

    .mega-menu-wrapper .mega-menu-content-box .desktop-columns.two-columns  {
        column-count: 2;
    }

    .mega-menu-wrapper .mega-menu-content-box .desktop-columns.three-columns  {
        column-count: 2;
    }

    .mega-menu-wrapper .mega-menu-content-box .desktop-columns.four-columns  {
        column-count: 2;
    }

    .mega-menu-wrapper .mega-menu-content-box .desktop-columns.five-columns  {
        column-count: 2;
    }


    .mega-menu-wrapper .mega-menu-content-box .desktop-columns .level-1  > .category-thumb a,
    .mega-menu-wrapper .mega-menu-content-box .desktop-columns .level-1  > .category-thumb a,
    .mega-menu-wrapper .mega-menu-content-box .desktop-columns .level-2 > .category-thumb a,
    .mega-menu-wrapper .mega-menu-content-box .desktop-columns .level-2 > .category-thumb a {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        display: flex;
        align-items: center;
    }

    #mobMenu > ul .mega-menu-row .level-1 > .category-thumb a .category-menu-image img,
    #mobMenu > ul .mega-menu-row .level-2 > .category-thumb a .category-menu-image img {
        display: none;
    }


    #mobMenu > ul .mega-menu-row .level-2 > .category-thumb a {
        padding: 5px 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    #mobMenu > ul .mega-menu-row .level-2 > .category-thumb a .category-menu-image {
        width: 48px;
        height: 48px;
        border: 1px solid #e3ebeb;
        border-radius: 50%;
        position: relative;
    }

    #mobMenu > ul .mega-menu-row .level-2 > .category-thumb a .category-menu-name {
        padding: 1em 0;
    }

    #mobMenu > ul .mega-menu-row .level-2 > .category-thumb a .category-menu-image img {
        height: 34px !important;
        width: auto;
        margin: 6px auto;
    }

    .mega-menu-wrapper {
        position: relative;
        display: none !important;
    }

    .menu-item-mega-menu.has-submenus.selected .mega-menu-wrapper {
        width: 100%;
        display: flex !important;
        left: 0;
        transform: translateX(0%);
        background: #fff;
        order: 3;
        overflow: hidden;
        margin: 0 auto;
        border-top: 2px solid #eaeef1;
    }

    .menu-item-mega-menu .mega-menu-content-box picture {
        position: relative;
    }
    .menu-item-mega-menu .mega-menu-content-box img {
        height: auto !important;
    }

    .menu-item-mega-menu.selected .box-menu .has-submenus:after,
    .menu-item-dropdown-menu.has-submenus:after,
    .menu-item-mega-menu.has-submenus:after {
        content: '\203A';
        font-family: 'Roboto', Arial, Helvetica;
        font-size: 34px;
        position: relative;
        top: -2px;
        margin: 0 15px 0 auto;
    }
    .menu-item-mega-menu.selected .box-menu .has-submenus:after {
        margin: 0;
    }

    .mega-menu-row {
        width: 100%;
    }



    #mobMenu .mega-menu-content-box .cat-box div {
        display: inline-block
    }

    #mobMenu .mega-menu-content-box .cat-box a {
        display: flex;
        flex-direction: column-reverse;
        font-weight: 400;
    }


    #mobMenu .mega-menu-content-box .cat-box.has-submenus a {
        width: auto;
        min-width: auto;
        margin: 0;
    }

    .header-top.open #mobile-menu:before {
        content: '\2715';
        font-size: 32px;
        padding: 0 10px 0 0;
        color: #000
    }

    .header-top.open #mobMenu .mega-menu-wrapper li {
        display: flex;
        justify-content: center
    }

    #mobMenu .menu-item-mega-menu.has-submenus.selected .mega-menu-wrapper > li {
        width: 100%;
        display: block !important;
    }



    #mobMenu, menu #Main-menu,
    menu .menu-item-mega-menu.has-submenus,
    .menu-item-link {
        display: none
    }

    .header-top.open #mobMenu #Main-menu {
    }

    .header-top.open #mobMenu,
    .header-top.open #mobMenu #Main-menu {
        display: flex;
        flex-flow: row wrap;
        left: 0;
        padding: 0;
        margin: 0;
        background: #fff;
        position: relative;
        width: 100%;
        z-index: 100;
    }

    .menu-item-mega-menu.selected .box-menu .has-submenus,
    .header-top.open #mobMenu .menu-item-dropdown-menu,
    .header-top.open #mobMenu .menu-item-mega-menu,
    .header-top.open #mobMenu #Main-menu li {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        background: #fff;
        transition: 100ms linear;
    }

    .header-top.open #mobMenu #Main-menu .menu-item-dropdown-menu li {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background: #f5f6fa;
        border: 2px solid #f5f6fa;
        color: inherit;
        overflow: hidden;
    }
    .header-top.open #mobMenu #Main-menu .menu-item-dropdown-menu li a {
        width: 100%;
        height: 100%;
    }
    .header-top.open #mobMenu #Main-menu .menu-item-dropdown-menu li a img{
        width: 100%;
        height: 100%;
    }

    .header-top.open #mobMenu .menu-item-link {
        width: auto;
        padding: 8px 0;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        display: flex !important;
        align-self: center;
        align-items: center;
        flex-flow: row nowrap;
        left: 0;
        margin: 0 0 0 15px;
        background: #fff
    }

    #mobMenu #Main-menu > li #IvetPremium {
        display: flex !important;
        margin: 0 0 10px !important
    }

    #mobMenu {
        order: 2
    }

    #mobMenu .html-editor .big-banner,
    #mobMenu .html-editor picture {
        width: 100%;
        height: auto;
        padding: 15px;

        max-width: 100%;
        display: block;
    }

    #mobMenu .html-editor picture img {
        width: 100%;
        height: auto;

        max-width: 100%;
    }

    #mobMenu .mega-menu-content-box .level-1 .box-menu {
        display: none;
    }


    #mobMenu .mega-menu-content-box .level-1.selected > .category-thumb .category-menu-name {
        width: 100%;
        text-align: center;
    }

    #mobMenu .mega-menu-content-box .level-1.selected > .category-thumb img,
    #mobMenu .mega-menu-content-box .level-1.selected > .category-thumb .category-menu-image {
        display: none;
    }

    #mobMenu .menu-item-mega-menu.selected .box-menu .has-submenus.selected .box-menu,
    #mobMenu .menu-item-mega-menu.selected .box-menu .menu-level,
    #mobMenu .menu-item-mega-menu.selected .box-menu .has-submenus {
        display: flex;
        justify-content: space-between;
    }

    #mobMenu .menu-item-mega-menu.selected .box-menu .menu-level.level-2 .submenus {
        display: none;
    }

    #mobMenu .menu-item-mega-menu.selected .box-menu .menu-level .category-thumb,
    #mobMenu .menu-item-mega-menu.selected .box-menu .menu-level a,
    #mobMenu .menu-item-mega-menu.selected .box-menu .has-submenus a {
        margin: 0;
        min-width: auto;
        width: auto;
    }

    #mobMenu .menu-item-mega-menu.selected .box-menu .menu-level.level-1.selected > .category-thumb {
        display: flex;
        justify-content: center;
    }


    .menu-item-mega-menu.has-submenus .box-menu,
    .menu-item-dropdown-menu.has-submenus .box-content {
        display: none;
        padding: 1rem;
    }

    .menu-item-dropdown-menu.has-submenus.selected {
        height: 100vh;
    }

    .menu-item-mega-menu.has-submenus.selected .box-menu,
    .menu-item-dropdown-menu.has-submenus.selected .box-content {
        display: block;

    }


    .menu-item-dropdown-menu.has-submenus.selected:after,
    .menu-item-mega-menu.has-submenus.selected:after {
        content: '\2039';
        position: absolute;
        font-size: 34px;
        height: 48px;
        color: gray;
        z-index: 9250;
        top: 8px;
        right: auto;
        bottom: auto;
        left: 20px;
    }

    .has-submenus.selected {
        margin: 0 auto;
        text-align: center !important;
        height: 100vh;
        overflow: scroll
    }

    .header-top.open #mobMenu .selected .menu-item-link {
        background: #fff;
        width: calc(100% - 100px);
        height: 48px;
        left: 50px;
        margin: 0;
        z-index: 9200;
        padding: 0;
        font-weight: 400;
    }

    .header-top.open #mobMenu .selected > a img {
        width: 35px;
        height: 30px;
        margin: auto 0;
        padding-right: 5px
    }

    .header-top.open #mobile-menu:after {
        content: '\2715';
        font-size: 32px;
        padding: 0 10px;
        right: -44px;
        background: #fafafa
    }

    .header-top.open #mobile-menu:before {
        content: '\2630';
        font-size: 32px;
        padding: 0 10px 0 0
    }

    .top-menu-separator {
        display: none !important
    }

    #mobMenu .menu-item-mega-menu.selected .box-menu .has-submenus.selected,
    .header-top.open #mobMenu #Main-menu .menu-item-mega-menu .main-cat.selected,
    .header-top.open #mobMenu #Main-menu .menu-item-mega-menu.selected {
        position: fixed !important;
        width: calc(100% - 35px);
        max-width: 420px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99999;
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        transition: 10ms linear
    }

    #mobMenu .menu-item-mega-menu.selected .box-menu .has-submenus.selected {
        width: 100%;
    }
    .header-top.open #mobMenu #Main-menu .menu-item-mega-menu .main-cat.selected {
        width: calc(100% - 20px);
        overflow: hidden;
        height: 100%;
    }

    #mobMenu .menu-item-mega-menu.selected .box-menu .has-submenus.selected .menu-level.level-2 {
        display: inline-flex;
        width: auto;
    }

    #mobMenu .menu-item-mega-menu.selected .box-menu .has-submenus.selected .menu-level.level-2:after {
        content: '';
    }


    .header-top.open #mobMenu #Main-menu .menu-item-mega-menu .menu-level.selected .box-menu,
    .header-top.open #mobMenu #Main-menu .menu-item-mega-menu .main-cat .cat-box {
        display: inline-flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .header-top.open #mobMenu #Main-menu .menu-item-mega-menu .menu-level.selected:after {
        display: none;
    }
    .header-top.open #mobMenu #Main-menu .menu-item-mega-menu .menu-level.selected .box-menu .category-thumb {
        width: 27vw;
        height: 30vw;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }


    #mobMenu .mega-menu-content-box .desktop-columns .level-1.highlight > .category-thumb a,
    #mobMenu .mega-menu-content-box .desktop-columns .level-1.has-submenus > .category-thumb a,
    #mobMenu .mega-menu-content-box .desktop-columns .level-2.highlight > .category-thumb a,
    #mobMenu .mega-menu-content-box .desktop-columns .level-2.has-submenus > .category-thumb a {
        text-transform: uppercase;
        display: flex;
        align-items: center;

        padding: 8px 0;
        font-size: 14px;
        font-weight: 600;
    }


    #mobMenu .mega-menu-content-box .desktop-columns .level-1 > .category-thumb a .category-menu-image {
        width: 48px;
        height: 48px;
        margin: auto 10px auto 0;
        border: 1px solid #f1f3f2;
        border-radius: 50%;
        object-fit: contain;
    }

    #mobMenu .mega-menu-content-box .desktop-columns .level-1.selected > .category-thumb a .category-menu-image {
        display: none;
    }


    #mobMenu .mega-menu-content-box .desktop-columns .level-2 > .category-thumb a .category-menu-image {
        width: 48px;
        height: 48px;
        border: 1px solid #f1f3f2;
        border-radius: 50%;
        object-fit: contain;
    }

    #mobMenu .mega-menu-content-box .desktop-columns .level-1 > .category-thumb a .category-menu-image img,
    #mobMenu .mega-menu-content-box .desktop-columns .level-1 > .category-thumb a .category-menu-image img,
    #mobMenu .mega-menu-content-box .desktop-columns .level-2 > .category-thumb a .category-menu-image img,
    #mobMenu .mega-menu-content-box .desktop-columns .level-2 > .category-thumb a .category-menu-image img {
        display: block;
        margin: 6px auto;
        height: 34px !important;
        width: auto;
    }



    .header-top.open #mobMenu #Main-menu .menu-item-mega-menu .main-cat .cat-box div {
        width: 31%;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: flex-start;
    }

    .header-top.open #mobMenu #Main-menu .menu-item-mega-menu .menu-level.selected .box-menu .category-thumb a,
    .header-top.open #mobMenu #Main-menu .menu-item-mega-menu .main-cat .cat-box div a {
        font-size: 12px;
        line-height: 1.2;

        text-wrap: wrap;
        width: auto;
        max-width: 100%;
        padding: 14px 0;
        text-align: center;
    }

    .header-top.open #mobMenu #Main-menu .menu-item-mega-menu .menu-level.selected .box-menu .category-thumb a {
        width: 100%;
    }

    #mobMenu .menu-item-mega-menu.selected .box-menu .menu-level.selected a span {
        display: block;
        text-transform: lowercase;
    }

    #mobMenu .menu-item-mega-menu.selected .box-menu .menu-level.selected > .category-thumb .category-menu-name {
        text-transform: uppercase;
    }

    #mobMenu .menu-item-mega-menu.selected .box-menu .menu-level.selected a span:first-letter,
    #mobMenu .menu-item-mega-menu.selected .box-menu .menu-level.selected a span.category-menu-name:first-letter {
        text-transform: capitalize;
    }

    .menu-item-mega-menu .cat-box div a {
        text-transform: lowercase;
        display: flex;
        flex-direction: column-reverse;
    }

    .menu-item-mega-menu .cat-box div a:first-letter {
        text-transform: capitalize;
    }

    .menu-item-mega-menu .cat-box div a span:first-letter {
        text-transform: capitalize;
    }

    .header-top.open #mobMenu #Main-menu .menu-item-mega-menu .main-cat .cat-box .subcategory-image {
        width: 50px !important;
        height: 50px;
        border: 1px solid #e3ebeb;
        border-radius: 50%;
        display: block;
        margin: 0 auto 8px;
        padding: 5px;
    }

    .header-top.open #mobMenu #Main-menu .menu-item-mega-menu.selected > a > img {
        display: none;
    }
}
#column-top #main-menu-box > .box-content > ul .mega-menu-row .cat-box img.subcategory-image,
#Main-menu .menu-item-mega-menu .main-cat.selected .cat-box .subcategory-image {
    display: none;
}

@media (max-width: 1024px) {
    .three #category-page .product-image {
        min-width: 100%;
        min-height: 100%
    }
}

.option-row-wrapper div,
.option-row-wrapper span {
    padding: 5px 7px;
    border: 2px solid #ccc;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 3px;
    width: auto;
    min-width: 12px;
    margin: 0 3px 0 0;
    font-size: .9em
}

.option-row-wrapper {
    display: flex;
    flex-flow: row nowrap;
    width: auto;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center
}

.option-row-wrapper > span:nth-child(n+6) {
    display: none
}

.option-row-wrapper > span:nth-child(6) {
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 0;
    border: none;
}

.option-row-wrapper > span:nth-child(6):after {
    display: inline-block;
    position: relative;
    content: '+';
    font-size: 20px;
    width: auto;
    height: auto;
    right: 0;
}

.option-group-name-title {
    text-transform: capitalize;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 12px
}

.three .option-group-name-title {
    font-size: 10px !important;
    display: none
}

.three .option-row-wrapper {
    font-size: 10px !important;
    display: none
}

.scroll-side:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    right: 0;
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.option-row-wrapper .option-group-name-title {
    border: none
}

@media all and (max-width: 1024px) {
    .option-row-wrapper .option-group-name-title {
        width: 100%;
        min-width: 100px;
        padding: 0 0 4px
    }
}

.bubbly-button {
    display: inline-block;
    padding: 10px;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(0 0 0 / .15);
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in .1s, box-shadow ease-in .25s;
    box-shadow: none;
}

.bubbly-button:focus {
    outline: 0
}

.bubbly-button:after, .bubbly-button:before {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out .5s;
    background-repeat: no-repeat
}

.bubbly-button:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #f64e4e 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ff0081 20%, transparent 30%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}

.bubbly-button:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #f64e4e 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}

.bubbly-button:active {
    transform: scale(.9);
    background-color: #f64e4e;
    box-shadow: 0 2px 25px rgba(255, 0, 130, .2)
}

.bubbly-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out .5s forwards
}

.bubbly-button.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out .5s forwards
}

@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
    }
    50% {
        background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
    }
    100% {
        background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
    }
}

@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0
    }
    50% {
        background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0
    }
    100% {
        background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
    }
}



/* ------------ Wishlist ------------ */

.product-grid-wrapper .js-button-wish {
    position: absolute;
    bottom: 10px;
    right: 15px;
    transform: scale(.8);
}

.product-grid-wrapper .what-price {
    display: none;
}

.product-grid-wrapper .heart-div img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(196deg) brightness(102%) contrast(100%);
    top: 8px;
    position: relative;
}

.heart-div {
    fill: transparent;
    stroke: #fff;
    stroke-width: 30px;
    cursor: pointer;
    position: relative;
}

.heart-div:active {
    animation: pulse-click 1s ease-out forwards infinite
}

.heart-div svg {
    overflow: visible;
    width: 30px;
    max-width: 30px;
    position: absolute;
    top: 16px;
    left: 15px
}

.heart-div path {
    stroke-dashoffset: 0;
    stroke-dasharray: 1550;
    transform-origin: center
}

.heart-background {
    z-index: -1;
    stroke: none
}

.heart-main path {
    animation: stroke-animation 10s 0s ease-in-out forwards infinite
}

.bubbly-button:hover .heart-mainer ~ .heart-background path {
    animation: none;
    fill: rgba(255, 255, 255, .27)
}

.js-has-in-wishlist .bubbly-button {
    background-color: rgb(0 0 0 / 0%);
    box-shadow: none
}

.js-has-in-wishlist .heart-main path {
    fill: #f64e4e;
    stroke: #fff;
    animation: pulse-w 7s ease-in forwards infinite
}

.js-has-in-wishlist .heart-main:hover path {
    animation: pulse-w 1s ease-out forwards infinite;
    fill: #fff;
    stroke: #fff
}

.js-has-in-wishlist .bubbly-button svg {
    filter: drop-shadow(0 0 5px #f64e4e)
}

.js-no-in-wishlist .bubbly-button .heart-background {
    filter: drop-shadow(0 0 5px #f64e4e)
}

@keyframes pulse-w {
    0% {
        fill: #f64e4e;
        transform: scale(1)
    }
    10% {
        fill: #f64e4e;
        transform: scale(1.2)
    }
    90% {
        fill: #f64e4e;
        transform: scale(1.2)
    }
    100% {
        fill: #f64e4e;
        transform: scale(1)
    }
}

@keyframes pulse-click {
    0% {
        fill: #f64e4e;
        transform: scale(1);
        opacity: 1
    }
    5% {
        transform: scale(2);
        opacity: .2
    }
    15% {
        transform: scale(2);
        opacity: 0
    }
    30% {
        transform: scale(2.5);
        opacity: 0
    }
    100% {
        transform: scale(2.5);
        opacity: 0
    }
}

@keyframes stroke-animation {
    0% {
        stroke-dashoffset: 0
    }
    15% {
        stroke-dashoffset: 1550
    }
    30% {
        stroke-dashoffset: 3100
    }
    100% {
        stroke-dashoffset: 3100
    }
}

.heart-div:hover {
    stroke: #f64e4e
}














.image-hover .hover-left-content {
    display: flex !important;
    order: 2;
    width: calc(100%);
    left: 0;
    bottom: 0;
    height: 100px;
    position: absolute;
    background: #fff;
    z-index: 3
}

.image-hover .product-view-content.clearfix.hasHoverView.carousel-applied {
    display: flex;
    flex-flow: column nowrap;
    overflow: visible
}

.image-hover .hasHoverView.carousel-applied .bx-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 5px 0 !important;
    background: #fff;
    order: 2;
    text-align: center;
    justify-content: center
}

.image-hover .hoverView a.prev {
    order: 1
}

.image-hover .hoverView a.next {
    order: 3
}

.image-hover .bx-viewport, .image-hover .product-thumbs {
    height: 100% !important;
    transform: none !important;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    overflow: hidden
}

.image-hover .hoverView .product-thumb-holder, .image-hover .hoverView .bx-wrapper img {
    width: 64px !important;
    height: 96px !important;
    margin: 0 2px
}

.image-hover .hoverView .bx-wrapper img {
    margin: 0;
    width: 64px !important;
    height: 96px !important;
    min-width: 64px !important
}

.image-hover .hoverView .product-thumbs span:nth-child(n+5) {
    display: none
}


.logged .social-login-buttons {
    display: none
}


@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .scroll-side:after, .option-row-wrapper:after {
        background: none;
        display: none;
    }

    html, body * {
        -webkit-text-size-adjust: none;
        text-size-adjust: none;
    }
}

.price-box {
    background-color: #f5f7f6;
    padding: 2rem;
}

@media all and (min-width: 1200px) {
    .price-box {
        padding: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .mega-menu-wrapper .mega-menu-content-box .desktop-columns.two-columns  {
        column-count: initial;
    }

    .mega-menu-wrapper .mega-menu-content-box .desktop-columns.three-columns  {
        column-count: initial;
    }

    .mega-menu-wrapper .mega-menu-content-box .desktop-columns.four-columns  {
        column-count: initial;
    }

    .mega-menu-wrapper .mega-menu-content-box .desktop-columns.five-columns  {
        column-count: initial;
    }

    #video-mobile-wrapper .product-thumb-video img,
    #video-mobile-wrapper .product-thumb-video span,
    #video-mobile-wrapper .product-thumb-video svg {
        display: inline-block;
        visibility: visible;
        vertical-align: middle;
        height: 40px;
        width: 40px;
        margin: auto;
        padding: 0;
        font-size: 24px;
        line-height: 50px;
        background: transparent;
    }

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .product-thumb-holder.video-hor-right {
        display: none;
        visibility: hidden
    }
}

@media only screen and (min-width: 667px) and (max-width: 1024px) {
    #productThumbs .product-thumb-holder {
        padding: 0;
        display: inline-block;
        float: left !important;
        clear: both;
        width: auto !important;
        margin: 0 5px
    }
}

@media (max-width: 599px) {
    #product-page #productThumbs .product-thumb-holder {
        margin: 0;
        width: 100% !important
    }

    .product-thumb-video img {
        visibility: hidden;
    }

    #mobileGalery img,
    #mobileGalery ul,
    #mobileGalery li {
        height: 150vw !important;
        width: 100vw !important;
    }

    #mobileGalery > div,
    #mobileGalery > div > div {
        min-width: 100vw !important;
        width: 100vw !important;
    }
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.play-thumb-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-video-icon {
    background: url("/skins/monaco_hd-local/customer/css/icons/play-vid.svg") center no-repeat !important;
    background-size: contain !important;
    width: 100px;
    height: 100px;
}

.video-container {
    display: none;
    position: absolute;
    left: 10px;
    top: 5px;
    overflow: hidden;
    z-index: 999999;
    width: calc(100% - 20px);
    height: calc(100% - 15px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    cursor: pointer;
    padding: 5px 10px;
}

.video-close {
    display: none;
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: 99999998;
    background: rgba(255, 255, 255, 0.4);
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 9px
}

.video-close:hover {
    background: rgba(255, 255, 255, 0.7)
}

.play-thumb-video svg {
    width: 50%;
    margin: 50% auto;
    padding: 30px;
    background: radial-gradient(rgb(255 255 255 / 50%), transparent 65%);
}

.play-thumb-video:hover svg {
    background: radial-gradient(rgb(255 0 87 / 30%), transparent 65%);
}

div#video-mobile-wrapper {
    display: none
}

.play-thumb-video .video-thumb {
    display: none;
}

@media screen and (max-width: 1023px) {
    div#video-mobile-wrapper {
        display: block
    }

    #video-mobile-wrapper .video-container {
        width: 100%;
        height: 100vh;
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
    }

    .video-close {
        position: fixed;
        padding: 22px;
        background: none
    }


    #product-page .VideosBefore,
    #product-page .VideosAfter {
        display: flex;
        gap: 20px
    }

    #product-page .VideosBefore > div,
    #product-page .VideosAfter > div {
        margin-bottom: 20px;
        max-width: calc(33.333% - 13px);
    }

    #video-mobile-wrapper .play-thumb-video {
        width: 100%;
        background: #3b4da3;
        position: relative;
        text-align: center;
        white-space: nowrap;
    }

    #video-mobile-wrapper .play-thumb-video a {
        display: block;
    }

    #video-mobile-wrapper .product-thumb-video .video-thumb {
        width: 100%;
        height: auto;
        display: block;
    }

    #video-mobile-wrapper .product-thumb-video .play-video-icon {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}


.option-row-wrapper.absolute-sizes {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--dark-ruby-red);
}

.option-row-wrapper.absolute-sizes div, .option-row-wrapper.absolute-sizes span {
    border: none;
    color: white;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: 900;
}

.absolute-sizes.absolute-sizes span:nth-child(6) {
    font-size: 0;
    padding: 0;
    margin: 0;
}

.absolute-sizes.absolute-sizes span:nth-child(6):after {
    font-size: 14px;
}

.with-sizes + .price-modifiers,
.with-sizes + .button-wishlist,
.with-sizes + .price-modifiers + .button-wishlist {
    bottom: 25px !important;
}

.promotion-countdown-grid-wrapper + .price-modifiers,
.promotion-countdown-grid-wrapper + .button-wishlist,
.promotion-countdown-grid-wrapper + .price-modifiers + .button-wishlist {
    bottom: 87px !important;
}


@media screen and (min-width:1024px) {
    #mobMenu .mega-menu-content-box .level-1.selected .category-menu-image {
        display: none;
    }
}

.product-add-successfully {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.product-add-successfully .product {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.product-add-successfully h2 {
    font-size: 1.2rem;
    color: var(--text-grey);
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.product-add-successfully h3 {
    color: var(--text-grey);
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.product-add-successfully .product-thumb {
    width: 150px;
    height: auto;
    margin: 0 auto;
}

.product-add-successfully .buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 10px;
    width: 100%;
}

.product-add-successfully .buttons .upsell-items {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto;
    width: 70%;
    min-width: 280px;
}

.product-add-successfully .buttons .upsell-items span {
    width: 60%;
    font-weight: 700;
    text-align: right;
}

.product-add-successfully .buttons a {
    flex-grow: 1;
    min-width: calc(50% - 10px);
    font-size: 16px;
}

.product-add-successfully .buttons #continue-shopping {
    margin-top: 10px;
}

.product-add-successfully .link2 {
    background: var(--dark-ruby-red);
}

#upsell-popup {
    margin-top: 20px;
}

#upsell-popup h2 {
    font-size: 1.4rem;
    color: var(--text-grey);
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 0 20px 10px;
}

#upsell-popup .box-content {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#upsell-popup .box-content .product {
    width: calc(100%/2 - 10px);
    padding: 0;
}

#upsell-popup .box-content .product-image-link img {
    width: 100%;
    height: auto;
}

#upsell-popup .box-content .ellipsis {
    margin-top: 10px;
}

#upsell-popup .box-content .product-prices {
    margin-top: 5px;
}

#upsell-popup .box-content .list-price {
    margin-top: 5px;
}

#upsell-popup .box-content .tip-view-details {
    display: none;
}

@media screen and (min-width: 640px) {
    .product-add-successfully .product {
        width: calc(50% - 20px);
    }

    .product-add-successfully .buttons {
        width: calc(50% - 20px);
        flex-direction: column;
        margin-top: 40px;
    }

    .product-add-successfully .buttons a {
        width: 100%;
        flex-grow: 0;
    }

    .product-add-successfully .buttons #continue-shopping {
        margin-top: 40px;
    }

    #upsell-popup .box-content .product {
        width: calc(100%/3 - 14px);
    }
}

@media screen and (min-width: 800px) {
    #upsell-popup .box-content .product {
        width: calc(100%/4 - 15px);
    }
}


.promotion-countdown-grid-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    background: var(--dark-ruby-red);
    bottom: 28px;
    width: 100%;
    user-select: none;
    pointer-events: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.promotion-countdown-grid-wrapper .promotion-countdown-grid-label {
    width: 100%;
    font-size: 8px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.promotion-countdown-grid-wrapper .promotion-countdown-grid-text {
    width: 100%;
    padding: 2px 0 6px 0;
}

.promotion-countdown-grid-wrapper .countdown-time-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.2;
}

.promotion-countdown-grid-wrapper .one-time {
    display: flex;
    flex-wrap: wrap;
    width: 22%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.promotion-countdown-grid-wrapper .one-time span {
    font-weight: normal;
    color: #ddd;
    font-size: 10px;
}

.promotion-countdown-grid-wrapper .delim {
    display: flex;
    justify-content: center;
    width: 2%;
    color: #fff;
    font-weight: bold;
}

.promotion-countdown-wrapper {
    font-size: 14px;
    padding: 5px 0;
    line-height: 1.4;
}

@media all and (max-width: 375px) {
    .promotion-countdown-grid-wrapper .one-time {
        transform: scale(.75);
    }

    .promotion-countdown-wrapper {
        max-width: 260px;
    }
}

.promotion-countdown-label {
    display: inline-block;
    position: relative;
    top: -1px;
    font-size: 10px;
}

.countdown-date,
.countdown-day,
.countdown-time {
    color: var(--dark-ruby-red) !important;
}

.countdown-time b {
    font-weight: normal;
}

.promotion-countdown-text {
    white-space: nowrap;
}

#product-page #ProductPricesHolder + .promotion-countdown-wrapper {
    margin-top: -30px;
    margin-bottom: 30px;
}