:root {
    --blue: #0D93A1;
    --orange: #F77500;
  }

body {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", "Verdana", Arial, sans-serif !important;
    overflow-x: hidden;
}
body.body-front {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.3rem;
}
h2 {
    font-size: 29px;
}
.list-product-info h1, h2.fish-icon {
    position: relative;
    padding: 8px 0 0 57px;
    height: 51px;
    background: url(../images/icons/heading-icon.svg) no-repeat left top -4px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}
.list-product-info h1 {
    text-align: center;
}
a {
    color: var(--orange);
}
.ui-button-icon-primary.ui-icon-closethick {
    background-position: -99px -129px;
    background-image: url(/js/jquery-ui/1.10.4/themes/smoothness/images/ui-icons_222222_256x240.png) !important;
    top: 0 !important;
    left: 0 !important;
}
.order-delay {
    display: block;
    border: 2px solid #b00;
    border-radius: 5px;
    width: 300px;
    margin-bottom: 10px;
    position: relative;
    z-index: -1;
}
.order-delay p {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 5px;
}
.order-delay p:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -12px;
    transform: rotate(180deg);
    right: 47%;
    border: 0.75rem solid transparent;
    border-top: none;
    border-bottom-color: #b00;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0,0,0,0.1));
}
.by-order {
    display: block;
    border: 1px solid darkorange;
    border-radius: 5px;
    width: 300px;
    background: #f4f4f4;
    margin: auto auto 10px 0;
    position: relative;
    z-index: -1;
}
.by-order p {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 5px;
}
.by-order p:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -12px;
    left: 60px;
    border: 0.75rem solid transparent;
    border-top: none;
    border-bottom-color: darkorange;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0,0,0,0.1));
}
.mobile-ordre-info {
    display: none;
}
.order-info {
    color: #f89e22;
    font-weight: bold;
}
.order-info img {
    width: 22px;
    height: 22px;
    margin: 0 5px;
}
.order-info:hover {
    color: #f89e22;
    text-decoration: underline;
}
.product-reviews-wrap {
    margin-top: 50px !important;
    position: relative;
}
.product-reviews-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #EEF5FF;
    z-index: -1;
    margin-left: calc(-50vw + 50%);
}
.write-review-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    background-size: 20px;
    box-sizing: border-box;
    z-index: 99;
}
#rating-result {
    color: #333;
}
#reviews {
    font-size: 29px;
    font-weight: bold;
}
.product-reviews-title {
    position: relative;
    top: -40px;
}
.write-review {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    width: 40%;
    height: 500px;
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.write-review-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.reviews-heading {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.reviews-heading h2 {
    font-size: 26px;
    font-weight: 600;
    float: left;
    margin-right: 10px;
}
.review-count {
    font-size: 18px;
    font-weight: bold;
    color: #888;
    float: left;
    padding: 1px 0;
}
.reviews-avarage-stats {
    float: left;
    width: 20%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.avarage-rating {
    float: left;
    width: 100%;
    font-size: 45px;
    line-height: 1.4;
}
.reviews-summary {
    float: left;
    width: 50%;
}
.reviews-add-review {
    float: right;
    width: 25%;
}
.reviews-add-review .add-review {
    text-align: center;
}
.reviews-add-first-review {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 0;
    border-radius: 10px;
}
.reviews-add-first-review h3 {
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 5px 0;
}
.add-first-review {
    width: 70%;
    margin: auto;
}
.add-first-review p {
    font-size: 20px;
    margin-bottom: 0;
}
.add-first-review > div:first-child {
    float: left;
    width: auto;
}
.add-first-review > div:last-child {
    float: right;
    width: auto;
    margin: 13px 0;
}
.add-first-review button {
    border: none;
}
.reviews-add-review h2 {
    line-height: 1.6;
    margin-bottom: 10px;
}
.add-review-btn {
    background: none !important;
    color: var(--blue) !important;
    padding: 0 !important;
}
.rating-bar-review-count {
    float: left;
    width: 35px;
    padding-left: 5px;
}
.rating-bars {
    width: 100%;
    float: left;
}
.rating-bar-wrap {
    width: 100%;
    float: left;
    margin: 4px 0;
    display: flex;
    align-items: center;
}
.rating-bar-wrap span {
    float: left;
    margin-right: 2%;
    width: 75px;
}
.rating-bar {
    width: 80%;
    height: 18px;
    background: #fff;
    border-radius: 5px;
    float: left;
}
.rating-bar-inside {
    width: 0;
    height: 18px;
    background: #0f9d58;
    border-radius: 5px;
    transition: 0.5s;
}
.rating-bar-wrap:nth-child(1) .rating-bar .rating-bar-inside {
    background: #70be1a;
}
.rating-bar-wrap:nth-child(2) .rating-bar .rating-bar-inside {
    background: #b0cb1e;
}
.rating-bar-wrap:nth-child(3) .rating-bar .rating-bar-inside {
    background: #ffd600;
}
.rating-bar-wrap:nth-child(4) .rating-bar .rating-bar-inside {
    background: #ff6f00;
}
.rating-bar-wrap:nth-child(5) .rating-bar .rating-bar-inside {
    background: #dd2c00;
}
.product-page-stars {
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 0 2px;
    position: relative;
    transition: 0.2s;
}
.product-page-stars input {
    opacity: 0;
}
.active-stars {
    background: url("/images/icons/reviews/star-filled.png") no-repeat;
    background-size: 25px;
    margin-left: -3px;
}
.inactive-stars {
    background: url("/images/icons/reviews/star.png") no-repeat;
    background-size: 25px;
    margin-left: -2px;
}
.average-stars {
    list-style-type: none;
    width: 146px;
    height: 25px;
    margin: auto;
    position: relative;
    z-index: -1;
}
.comment-stars {
    margin: 0;
}
.comment-stars .active-stars, .comment-stars .inactive-stars{
    background-size: 20px;
}
.comment-stars .product-page-stars {
    width: 20px;
    height: 20px;
}
.stars {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-left: -4px;
}
.stars input[type=radio]:checked ~ label:after {
    background: url("/images/icons/reviews/star-filled.png") no-repeat;
    background-size: 25px;
}
.stars input[type=radio] {
    display: none;
}
.stars input[type=radio]:first-child + label {
    padding-right: 0;
}
.stars:hover input[type=radio]:checked ~ label:after, .stars label:after {
    background: url("/images/icons/reviews/star-filled.png") no-repeat;
    background-size: 25px;
}
.stars label {
    box-sizing: border-box;
    width: 28px;
    height: 25px;
    float: right;
    cursor: pointer;
    margin-bottom: 0;
}
.stars label:after {
    display: block;
    content: "";
    height: 25px;
    width: 25px;
    float: right;
    transition: all 0.25s;
    background: url("/images/icons/reviews/star.png") no-repeat;
    background-size: 25px;
}
.stars label:hover:after, .stars label:hover ~ label:after {
    background: url("/images/icons/reviews/star-filled.png") no-repeat;
    background-size: 25px;
}
.rate-stars {
    list-style-type: none;
    float: left;
    height: 25px;
}
.star-wrap {
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 0 2px;
    margin-left: -4px;
    position: relative;
    background: url("/images/icons/reviews/star.png") no-repeat;
    background-size: 25px;
    transition: 0.2s;
}
.star-wrap:first-child {
    margin-left: 0;
}
ul.rate-stars:hover > li {
    background: url("/images/icons/reviews/star-filled.png") no-repeat;
    background-size: 25px;
    transition: 0.2s;
}
ul.rate-stars > li:hover ~ li {
    background: url("/images/icons/reviews/star.png") no-repeat;
    background-size: 25px;
}
ul.rate-stars > li + li:before {
    content: "";
}
.star-wrap input {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
#star-label {
    position: relative;
    font-size: 20px;
}
#star-label img {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    bottom: 0;
    margin: auto auto auto 10px;
}
.stars-wrap {
    display: flex;
    align-items: center;
    float: left;
}
.stars-info {
    width: 90px;
    margin-top: 1px;
}
.stars-info input {
    width: 15px !important;
    height: 15px !important;
}
.stars-info .active-stars, .stars-info .inactive-stars{
    background-size: 15px;
}
.stars-info .product-page-stars {
    width: 15px;
    height: 15px;
}
.product-info-stars {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
}
.listing-product-rating {
    width: 125px;
    margin: auto;
}
.product-info-price {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.product-info-stars > span {
    display: block;
    margin-bottom: 5px;
}
.product-info-stars > div {
    float: left;
    width: auto;
    padding-left: 5px;
}
.product-info-stars > div > ul {
    float: left;
}
.product-info-stars > div > div {
    float: left;
}
.product-info-stars > a {
    float: left;
    width: 100%;
}
.product-info-stars > .review-count {
    font-size: 14px;
    width: 100%;
}
.reviews-avarage-stats .review-count {
    width: 100%;
    margin: 10px 0;
}
.reviews-avarage-stats .review-count span {
    text-align: center;
}
.add-review {
    background: var(--blue);
    color: #fff;
    padding: 17px 41px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 21px;
    font-weight: bold;
}
#form-add-review .add-review {
    padding: 5px 10px;
    font-size: 16px;
}
.add-review-btn:hover {
    color: #fff;
}
.comment-author {
    float: left;
    width: auto;
}
.product-comments-wrap {
    margin: 40px auto 20px auto;
    width: 90%;
}
.product-comments-wrap h2 {
    margin-bottom: 20px;
    font-weight: bold;
}
.product-review-wrap {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}
.product-review-head h3 {
    font-size: 24px;
}
.add-comment {
    float: left;
    width: auto;
    box-sizing: border-box;
}
.look-at-comments {
    float: left;
    width: auto;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #333;
}
.add-comment button {
    background: none;
    color: #0f74a8;
    text-decoration: none;
    padding: 0;
    display: inline-block;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.add-comment button:focus {
    outline: none;
    border: none;
}
.product-review-author {
    font-size: 16px;
    margin: 10px 0 0 0;
    font-weight: bold;
}
.author-post-date {
    font-size: 12px;
    margin: 0 0 0 0;
}
.publish-comment-on-comment {
    background: var(--blue);
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
}
.publish-comment-on-comment:focus {
    outline: none;
    border: none;
}
.add-comment-on-comment {
    margin: 10px 0;
}
.comment-on-author {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.review-comment {
    float: right;
    width: 85%;
    padding: 0 0 10px 60px;
}
.add-review-comment {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}
.review-comment h4 {
    font-size: 20px;
}
.comment-on-author > .author-comment {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    width: 100%;
    float: left;
}
.comment-on-author > .author-comment:last-child {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.comment-on-author .comment-author {
    display: flex;
    align-items: center;
}
.comment-on-author .comment-author p {
    margin-top: 0;
    margin-left: 10px;
}
.comment-on-author .product-review-body {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.add-review-wrap {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.add-review-rating {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.add-review-rating p {
    margin-bottom: 0;
}
.add-review-rating ul {
    margin-left: 10px;
    margin-bottom: 0;
}
.add-review-img {
    float: left;
    width: 30%;
    text-align: center;
}
.add-review-content {
    float: right;
    width: 100%;
    padding: 0 10px;
}
.add-review-name h4 {
    color: #333;
}
.add-review-text {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.add-review-text label {
    color: #333;
    font-size: 18px;
}
.add-review-heading {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.add-review-heading label {
    color: #333;
    font-size: 18px;
}
/* #dlg-cart-add, #dlg-ordered {
    position: absolute !important;
    bottom: -2000px !important;
    visibility: hidden;
}
div[aria-labelledby="ui-dialog-title-dlg-cart-add"], div[aria-labelledby="ui-dialog-title-dlg-ordered"], div[aria-labelledby="ui-dialog-title-dlg-ajax-wait"] {
    visibility: hidden;
    pointer-events: none;
} */
.ui-dialog {
    border: 0;
    border-radius: 8px;
    z-index: 10000 !important;

    /*position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);*/
}

.ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"],
.ui-dialog[aria-describedby="dlg-cart-added"] {
    left: calc(50% - 790px / 2) !important;
    /* top: 0vh !important; */
}

.ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"].vertically-centered,
.ui-dialog[aria-describedby="dlg-cart-added"].vertically-centered {
    top: calc(50% - 410px / 2) !important;
}

.ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"] .ui-dialog-titlebar,
.ui-dialog[aria-describedby="dlg-cart-added"] .ui-dialog-titlebar {
    background: none !important;
    border: unset !important;
    padding: 40px;
    text-align: center;
}

.ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"] .ui-dialog-titlebar .ui-dialog-titlebar-close,
.ui-dialog[aria-describedby="dlg-cart-added"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"] .ui-dialog-title,
.ui-dialog[aria-describedby="dlg-cart-added"] .ui-dialog-title {
    float: unset;
    color: var(--blue);
    position: relative;
    padding-left: 85px;
    font-size: 27px;
    white-space: normal;
}

.ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"] .ui-dialog-title:before,
.ui-dialog[aria-describedby="dlg-cart-added"] .ui-dialog-title:before {
    position: absolute;
    content: '';
    width: 67px;
    height: 67px;
    background: url(../images/icons/check-mark.svg) no-repeat;
    background-size: 67px;
    top: -25px;
    left: 0;
}

.add-to-cart-button-wrapper {
    padding: 0.5em;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #c1c1c1;
}

.ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"] .add-to-cart-button-wrapper button,
.ui-dialog[aria-describedby="dlg-cart-added"] .add-to-cart-button-wrapper button {
    height: 70px;
    width: 50%;
    margin: 10px 17px !important;
    font-weight: bold;
    font-size: 1.2em;
    border: none;
    padding: 10px;
}

.ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"] .add-to-cart-button-wrapper button:nth-of-type(2),
.ui-dialog[aria-describedby="dlg-cart-added"] .add-to-cart-button-wrapper button:nth-of-type(2) {
    background: var(--blue) !important;
    color: #fff !important;
    border-radius: 10px;
}

.ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"] .add-to-cart-button-wrapper button:nth-of-type(1),
.ui-dialog[aria-describedby="dlg-cart-added"] .add-to-cart-button-wrapper button:nth-of-type(1) {
    background: #D9D9D9;
    color: #464646;
    border-radius: 10px;
}

#FormProductAdded {
    padding: 1.5rem 2.5rem 0 2.5rem;
}

#FormProductAdded table {
    background: #f8f9fa;
}

#FormProductAdded table td {
    padding: 1rem;
}

.ui-widget-overlay {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.75) !important;
    width: 100% !important;
    z-index: 9999 !important;
    opacity: unset !important;
}
.ui-widget-content {
    border-color: #C1C1C1!important
}

.ui-widget-header {
    color: #000!important
}

.ui-dialog .ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #C1C1C1!important;
    border-color: #C1C1C1!important
}

.ui-dialog .ui-dialog-buttonpane button {
    background: #C1C1C1!important;
    padding: 5px 10px!important
}

.ui-dialog .ui-dialog-buttonpane button.ui-state-default.ui-corner-all:hover,
.ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"] .add-to-cart-button-wrapper button:hover,
.ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"] .add-to-cart-button-wrapper button:nth-of-type(2):hover,
.ui-dialog[aria-describedby="dlg-cart-added"] .add-to-cart-button-wrapper button:hover,
.ui-dialog[aria-describedby="dlg-cart-added"] .add-to-cart-button-wrapper button:nth-of-type(2):hover {
    background:  #000!important;
    color: #fff!important
}

.ui-dialog .ui-dialog-titlebar-close {
    background: #fff!important
}

.ui-dialog .ui-dialog-titlebar {
    margin-bottom: .4em;
}
.green-title {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    font-weight: bold;
    color: #0AB04F;
}
.mid-par {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 0;
}
#breadcrumbs {
    width: 1600px;
    padding: 95px 0 12px;
    font-size: 14px;
    color: #434343;
    background: #f1f1f1;
    position: relative;
    margin: 0 auto 35px;
}
#breadcrumbs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #f1f1f1;
    z-index: -1;
    margin-left: calc(-50vw + 50%);
}
#breadcrumbs > a {
    text-decoration: none;
    color: #434343;
}
#breadcrumbs > a:hover {
    color: #333;
    transition: 0.3s;
}
.breadselected {
    font-weight: bold;
    color: var(--blue);
}
.cd-main-content h1 {
    font-size: 20px;
    color: #64788c;
}
.cd-btn {
    display: inline-block;
    background: url(/images/icons/height.svg)no-repeat left;
    background-size: 25px;
    padding: 10px 0 10px 35px;
    color: #111;
}
.cd-main-content {
    padding-top: 10px;
}
.add-to-favorite .fa-heart {
    font-size: 25px !important;
}
.add-to-favorite.added #cubic-heart, .add-to-favorite-wrap.added #cubic-heart {
    color: #e2264d;
    will-change: font-size;
    animation: itempop .5s ease-in-out, particles .5s ease-in-out;
    width: 32px;
    height: 32px;
    background: url(/images/icons/heart-full.svg)no-repeat;
}
.particle {
    position: fixed;
    left: 0;
    top: 0;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
}
.list-favorite-inner img {
    width: 150px;
    height: auto;
}
.stripel-check {
    background-color: #636ee4;
    border-radius: 15px;
    padding: 20px 50px;
    border: none;
    color: #fff;
    font-size: 21px;
}
.label-size-5.list-order1 .pull-right {
    float: right !important;
}
.info-slide-text {
    clear: both;
    margin: 5px auto 0;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.order-phone {
    color: #fff;
    border-radius: 40px;
    padding: 0 20px 0 55px;
    background: url(../images/icons/header-phone.svg) no-repeat left 8px top 7px var(--orange);
    background-size: 35px;
}
.order-phone:hover {
    color: #fff;
}
.order-phone span:first-child {
    font-size: 15px;
    font-weight: bold;
}
.order-phone span:last-child {
    font-size: 18px;
}
.activeMenu {
    overflow-y: hidden;
}
.activeMenu:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    backdrop-filter: blur(1px);
    background-color: rgba(0,0,0,0.6);
}
.cartOpened .lockscreen-overlay {
    display: block;
    transition: .5s;
    z-index: 9;
}
.lockscreen-overlay {
    display: none;
    background: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s;
}
.cd-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
    z-index: 999;
}
.cd-panel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}
.cd-panel.cd-panel--is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}
.cd-panel.cd-panel--is-visible::after {
    background: rgba(0,0,0,0.6);
    -webkit-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}
.cd-panel__header {
    position: fixed;
    width: 90%;
    height: 50px;
    line-height: 50px;
    background: rgba(255,255,255,0.96);
    z-index: 2;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08);
    box-shadow: 0 1px 1px rgba(0,0,0,0.08);
    -webkit-transition: -webkit-transform 0.3s 0s;
    transition: -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.cd-panel__header h1 {
    color: #333;
    padding: 15px;
    font-size: 24px;
}
.cd-panel--from-right .cd-panel__header {
    right: 0;
}
.cd-panel--from-left .cd-panel__header {
    left: 0;
}
.cd-panel--is-visible .cd-panel__header {
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.cd-panel__content img {
    width: 425px;
    object-fit: cover;
    object-position: bottom;
}
.cd-panel__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.cd-panel__close::before, .cd-panel__close::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 20px;
    height: 3px;
    width: 20px;
    background-color: #424f5c;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-panel__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-panel__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cd-panel__close:hover {
    background-color: #424f5c;
}
.cd-panel__close:hover::before, .cd-panel__close:hover::after {
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.cd-panel__close:hover::before {
    -webkit-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    transform: rotate(220deg);
}
.cd-panel__close:hover::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cd-panel--is-visible .cd-panel__close::before {
    -webkit-animation: cd-close-1 0.6s 0.3s;
    animation: cd-close-1 0.6s 0.3s;
}
.cd-panel--is-visible .cd-panel__close::after {
    -webkit-animation: cd-close-2 0.6s 0.3s;
    animation: cd-close-2 0.6s 0.3s;
}
.cd-panel__container {
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    background: #dbe2e9;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.cd-panel--from-right .cd-panel__container {
    right: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.cd-panel--from-left .cd-panel__container {
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.cd-panel--is-visible .cd-panel__container {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.cd-panel__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 5%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.cd-panel__content p {
    font-size: 1.4rem;
    color: #424f5c;
    line-height: 1.4;
    margin: 2em 0;
}
.cd-panel__content p:first-of-type {
    margin-top: 0;
}
input[type=checkbox]:not(.old), input[type=radio ]:not(.old) {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}
input[type=checkbox]:not(.old) + label {
    padding-left: 30px;
}
input[type=checkbox]:not(.old) + label .text {
    padding-left: 10px;
}
input[type=radio]:not(.old) + label {
    display: inline-block;
    font-size: 14px;
}
.filter-wrap .logo {
    height: 22px;
}
.add-to-favorite1 {
    background: none;
    border: none;
    cursor: pointer;
}
.add-to-favorite1.added i {
    color: #e3010f;
}
#courierSpan, #addressSpan {
    margin-left: 30px;
}
.filters-products-container {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}
#filters-wrap, .categories-list {
    width: 100%;
    border-radius: 10px;
    padding: 40px 30px;
}
#filters-wrap {
    display: inline-block;
    background: #f1f1f1;
    border-radius: 17px;
}
.filter-title-n-close {
    display: flex;
    justify-content: space-between;
}
.filter-title-n-close span {
    display: none;
}
.categories-list {
    border: 1px solid var(--blue);
    margin-bottom: 25px;
    display: inline-block;
}
.categories-list span {
    text-transform: none;
    color: #000;
    font-weight: bold;
}
#filters-wrap h2, .categories-list h2 {
    color: var(--blue);
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#filters-wrap h2 {
    padding-bottom: 10px;
    font-weight: bold;
    display: inline-block;
}
#filters-wrap ul, .categories-list ul {
    list-style-type: none;
    width: 100%;
    margin-bottom: 0;
}
#filters-wrap > ul > li {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 12px;
    font-size: 20px;
}
.categories-list > ul > li a {
    color: #000;
}
#filters-wrap > ul > li > ul, .categories-list > ul > li > ul {
    margin: 0 0 0 20px;
}
#filters-wrap > ul > li > ul a, .categories-list > ul > li > ul a {
    font-size: 15px;
}
.selected-category {
    font-weight: 800 !important;
}
.selected-group {
    font-weight: bold !important;
}
#filters-wrap ul li a {
    color: #fff;
}
#filter-wrap {
    margin: 15px 0 5px;
    overflow-x: hidden;
    position: relative;
    z-index: 11;
}
.filter-group.filter-sticky-bg {
    background: #fff;
    position: sticky;
    padding: 10px;
    z-index: 10;
    display: inline;
    border-radius: 5px;
    bottom: 10px;
    float: left;
    width: 100%;
}
.slider-price > span:nth-child(2) {
    float: right;
}
.filter-button,
.filter-button-reset {
    border: 0;
    padding: 8px 5px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 15px;
    width: 49%;
}
.filter-button {
    color: #fff;
    background: var(--blue);
}
.filter-button-reset {
    color: #000;
    background: #fff;
}
.filter-button:hover,
.filter-button-reset:hover {
    transition: 0.2s;
    box-shadow: 1px 1px 8px #333;
}
a:hover {
    text-decoration: none;
    color: #333;
}
.top-head-wrap {
    width: 100%;
    float: left;
    background: #f5f5f5;
}
.top-head {
    width: 1600px;
    height: 30px;
    margin: auto;
    padding: 5px 0;
}
.top-head-left {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 6px;
}
.top-head > div > span {
    color: #000;
}
.top-head-phone a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
tr#variations-delivery-address, tr#variations-delivery-courier {
    display: table;
    text-align: left;
    font-weight: 700;
}
#variations-delivery-address, #variations-delivery-courier {
    display: table;
}
#left-var-adress, #left-var-courier {
    width: 50%;
    display: table-cell;
}
#left-var-adress label, #left-var-courier label {
    cursor: pointer;
    border: 2px solid var(--blue);
    width: 100%;
    border-radius: 15px;
}
#left-var-adress label {
    padding: 45px 10px 0 120px;
    text-align: center;
    vertical-align: middle;
    height: 145px;
    font-size: 18px;
}
#left-var-courier label {
    height: 100px;
}
#left-var-adress td, #left-var-courier td {
    width: 490px;
}
#left-var-adress .img-home-delivery {
    background: url(../images/icons/home-delivery-truck.png) no-repeat left;
    background-size: 80px;
    background-position: 40px 30px;
}
#left-var-adress .img-office-delivery {
    background: url(../images/icons/post-office.png) no-repeat left;
    background-size: 75px;
    background-position: 45px 35px;
}
#left-var-adress .img-home-delivery:hover {
    color: #fff;
    background: var(--blue) url(../images/icons/home-delivery-truck-white.png) no-repeat left;
    background-size: 80px;
    background-position: 40px 30px;
}
#left-var-adress .img-office-delivery:hover {
    color: #fff;
    background: var(--blue) url(../images/icons/post-office-white.png) no-repeat left;
    background-size: 75px;
    background-position: 45px 35px;
}
#left-var-courier .img-econt-delivery {
    background: url(../images/econt-black.png) no-repeat center;
    background-size: 30%;
}
#left-var-courier .img-speedy-delivery {
    background: url(../images/speedy-black.png) no-repeat center;
    background-size: 30%;
}
#left-var-courier .img-econt-delivery:hover, #courierEcont:checked + label {
    color: #fff;
    background: var(--blue) url(../images/econt.png) no-repeat center;
    background-size: 30%;
}
#left-var-courier .img-speedy-delivery:hover, #courierSpeedy:checked + label {
    color: #fff;
    background: var(--blue) url(../images/speedy.png) no-repeat center;
    background-size: 30%;
}
input#shipping1, input#shipping3, input#courierEcont, input#courierSpeedy {
    display: block;
    visibility: hidden;
}
#left-var-adress input[type="radio"]:checked + label {
    color: #fff;
    background: var(--blue) url(../images/icons/white-tick.png) no-repeat left;
    background-size: 75px;
    background-position: 45px 35px;
}
#courierEcont:checked + label, #courierSpeedy:checked + label {
    position: relative;
}
#courierEcont:checked + label:after, #courierSpeedy:checked + label:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    border-radius: 15px;
    width: 25px;
    height: 25px;
    background-size: 25px !important;
    background: var(--blue) url(../images/icons/white-tick.png) no-repeat left;
}
.filter-wrap {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
.mid-head {
    display: flex;
    align-items: center;
    max-width: 1600px;
    margin: auto;
    justify-content: space-between;
    height: 80px;
}
.mid-head:not(.mobile) {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.mid-head:not(.mobile):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    margin-left: calc(-50vw + 50%);
}
.mid-head:not(.mobile):after {
    content: '';
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to left, var(--blue) 0, transparent 40%, transparent 40%, transparent 60%, transparent 60%, var(--blue)) no-repeat;
    background-size: 100% 3px;
    padding-top: 3px;
    top: 80px;
}
.search-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-size: 20px;
    background: rgba(255, 255, 255, 0.9) url(../images/icons/x.png) no-repeat top 5px right 5px;
    padding: 10px;
    box-sizing: border-box;
}
.header-search-wrap {
    display: none;
    width: 550px;
    height: 40px;
    margin: auto;
    z-index: 99999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.header-search-form {
    width: 100%;
    float: left;
    padding: 2px;
    box-sizing: border-box;
}
.header-search-imput {
    background: none;
    width: 100%;
    float: left;
    border: none;
    height: 45px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 24px;
    border-bottom: 1px solid #333;
}
.header-search-imput::placeholder {
    color: #333;
}
.header-search-button {
    background-size: 25px;
    background: #333 url(../images/icons/header-search-button.png) no-repeat right;
    width: 100%;
    height: 45px;
    float: right;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.search-trigger {
    float: right;
    height: 30px;
    width: 30px;
    margin: 12px 0;
    cursor: pointer;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
#shopping-cart-wrap {
    display: flex;
    align-items: center;
}
#shopping-cart-wrap > div {
    text-align: center;
}
.shopping-cart-icon {
    width: 44px;
    height: 44px;
    background: url(../images/icons/cart-icon.svg) no-repeat 8px;
    transition: margin-top .5s;
    margin-right: 15px;
    margin-bottom: 3px;
    position: relative;
}
.shopping-cart-icon.cart-bounce {
    margin-top: -10px;
}
.shopping-cart-caption {
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}
.shopping-cart-hover {
    display: none;
    position: absolute;
    width: 300px;
    right: 0;
    border: 1px solid #c1c1c1;
    background: #fff;
    z-index: 9999;
    list-style-type: none;
    padding: 10px 20px;
    top: 70px;
}
.shopping-cart {
    display: inline-grid;
    width: 44px;
    height: 44px;
    cursor: pointer;
}
.favourite {
    cursor: pointer;
}
.fav-none, .welcome-name {
    line-height: 1.2;
    word-wrap: break-word;
    margin-left: 6px;
}
.fav-none {
    margin-right: 25px;
}
.favourite > a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    position: relative;
}
.account {
    cursor: pointer;
}
.account img {
    margin: 0 0 12px;
    width: 37px;
}
.favourite img {
    margin: 9px 0 14px;
}
.account-container {
    display: flex;
    align-items: center;
    margin-right: 25px;
}
.account-dropdown, .favourite {
    display: flex;
    justify-content: center;
}
.account-hover-wrap {
    display: none;
    position: absolute;
    width: 250px;
    top: 70px;
    right: 250px;
    border: 1px solid #c1c1c1;
    background: #fff;
    z-index: 9999;
    padding: 10px;
    box-sizing: border-box;
}
.account-hover-name {
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.account-hover-list {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.account-hover-list > a {
    width: 100%;
    float: left;
    text-decoration: none;
    color: #333;
    background: #fff;
    border: 1px solid #333;
    padding: 5px 0 5px 35px;
    box-sizing: border-box;
}
.account-hover-list > a:first-child {
    background-image: url("../images/icons/user-icon.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 9px 7px;
}
.account-hover-list > a:first-child:hover {
    background-image: url("../images/icons/user-icon-hover.png");
    background-color: #333;
    color: #fff;
    transition: 0.2s;
}
.account-hover-list.login > a:nth-child(2) {
    background-image: url("../images/icons/user-love.png");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 9px 7px;
    border-top: none;
}
.account-hover-list.login > a:nth-child(2):hover {
    background-image: url("../images/icons/user-love-white.png");
    background-color: #333;
    color: #fff;
    transition: 0.2s;
}
.account-hover-list > a:nth-child(2), .account-hover-list > a:nth-child(3) {
    background-image: url("../images/icons/user-register.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 9px 7px;
    border-top: none;
}
.account-hover-list > a:nth-child(2):hover, .account-hover-list > a:nth-child(3):hover {
    background-image: url("../images/icons/user-register-hover.png");
    background-color: #333;
    color: #fff;
    transition: 0.2s;
}
.account-hover-list > a:nth-child(4) {
    background-image: url("../images/icons/password-icon.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 7px 6px;
    border-top: none;
}
.account-hover-list > a:nth-child(4):hover {
    background-image: url("../images/icons/password-icon-hover.png");
    background-color: #333;
    color: #fff;
    transition: 0.2s;
}
.account-hover-list > a:nth-child(5) {
    background-image: url("../images/icons/exit-icon.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 7px 7px;
    border-top: none;
}
.account-hover-list > a:nth-child(5):hover {
    background-image: url("../images/icons/exit-icon-hover.png");
    background-color: #333;
    color: #fff;
    transition: 0.2s;
}
.discount-range-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 0;
}
.discount-range {
    display: flex;
    align-items: center;
}
.discount-range .discount-range-zero {
    display: none;
}
.discount-range .discount-range-total {
    display: none;
}
.discount-range > .bar {
    position: relative;
    background: #eeeeee;
    border-radius: 15px;
    width: 400px;
    height: 10px;
    margin: 0 5px;
}
.discount-range > .bar .fill {
    position: absolute;
    background: #333;
    border-radius: 5px;
    height: 10px;
    left: 0;
    top: 0;
    z-index: 9;
    background: -webkit-linear-gradient(135deg,#c00000 25%,#da4046 25%,#da4046 50%,#c00000 50%,#c00000 75%,#da4046 75%);
    background: -moz-linear-gradient(135deg,#c00000 25%,#da4046 25%,#da4046 50%,#c00000 50%,#009999 75%,#da4046 75%);
    background: -o-linear-gradient(135deg,#c00000 25%,#da4046 25%,#da4046 50%,#c00000 50%,#c00000 75%,#da4046 75%);
    transition: 0.2s;
    line-height: 30px;
    color: #fff;
    background-size: 50px 50px;
    -webkit-animation: bar-animation 3s linear infinite;
}
.discount-range > span {
    height: 21px;
}
#slideshow {
    position: relative;
    z-index: -111;
    float: left;
    width: 300px;
    text-align: center;
    height: 50px;
    margin-top: 20px;
    padding: 10px 0;
}
#slideshow > div {
    width: 100%;
    position: absolute;
    top: 10px;
    bottom: 10px;
}
#formAddToCart {
    float: left;
    width: 100%;
}
.mainmenu-slider-wrapper {
    display: flex;
    max-width: 1600px;
    margin: auto;
}
.menu-header .menu_l1 {
    margin-bottom: 0;
}
.menu_l1 {
    list-style: none;
}
.menu_l2 {
    list-style: none;
    padding: 22px;
    width: 350px;
    margin: 0;
    zoom: 1;
    height: auto;
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 15%);
    background-color: var(--blue);
    color: #fff;
    border-radius: 10px;
    height: 654px;
    position: relative;
    z-index: 1;
}
.menu-header .menu_l2 {
    display: none;
    position: absolute;
    margin-top: 10px;
}
.menu_l2 li {
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
}
img.house-icon-menu {
    width: 25px;
}
.item_l2 > a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
}
.item_l2:nth-of-type(1) > a, .item_l2:nth-of-type(2) > a {
    line-height: 35px;
}
.item_l2:nth-of-type(1) > a {
    border-radius: 5px;
    display: inline-block;
    padding: 3px 12px 3px 56px;
    background: url(/images/icons/icon-promo.png) no-repeat center left 12px #DF2626;
}
.item_l2:nth-of-type(2) > a {
    padding-left: 56px;
    background: url(/images/icons/icon-new-prod.png) no-repeat center left 12px;
}
.item_l2 {
    float: left;
}
.item_l2 img {
    width: 35px;
    border-radius: 50%;
    margin: 0 12px 0 9px;
}
.menu_l3 {
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 15%);
    display: none;
    margin: 0;
    list-style: none;
    padding: 10px 0;
    margin: 0 0 10px 0;
    width: 1080px;
    height: 654px;
    left: 350px;
    top: 0px;
    position: absolute;
    background: #fff;
    column-count: 3;
    border-radius: 5px;
    z-index: 1;
}
.menu_l3 > li {
    padding: 5px 0 5px 20px;
}
.menu_l3 > li > a {
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.menu_l3 > li > a:hover {
    color: var(--blue);
    transition: 0.8s;
}
.menu_l4 {
    list-style-type: none;
}
.menu_l4 > li > a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    display: block;
    padding: 12px 5px;
}
.menu_l4 > li > a > span {
    box-shadow: inset 0 0 0 0 #f89e22;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    padding: 5px;
    border-radius: 5px;
}
.menu_l4 > li > a > span:hover {
    color: #fff !important;
    box-shadow: inset 200px 0 0 0 #f89e22;
    border-radius: 5px;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    border: 1px solid #333;
    background: #fff;
    height: auto;
}
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    text-align: right;
}
.ui-state-default.ui-corner-all {
    background: #333;
    border: 1px solid #333;
    color: #fff;
    border-radius: 7px;
}
.gm-style-iw-d h3 {
    font-size: 18px;
}
.modal-dialog {
    position: unset !important;
    pointer-events: all !important;
}
.home-paragraphs h2 {
    text-align: center;
}
.section-sub-title h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}
.section-sub-title p {
    font-size: 16px;
    margin-bottom: 0;
}
.arrow-hide-show {
    text-align: center !important;
    padding-bottom: 20px;
}
.hidden-text.hidden {
    display: none;
}
.hidden-text-button.active {
    transform: rotate(180deg);
}
.section-sub-title .hidden-text-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #303030;
    border-radius: 50%;
    background: url(/images/arrow-icon.svg) no-repeat center 16px;
    background-size: 20px 20px;
    cursor: pointer;
    color: #fff;
}
.body-front-home .bot-head-wrap, #login-overlay, #wrapper {
    padding-top: 83px !important;
}
#body-content-info-pages {
    padding-top: 48px;
}
.content-wrap, .content-wrap-brand-page {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}
.content-wrap, .content-wrap-brand-page, .content-wrap-404 {
    padding: 0 0 40px 0;
}
.content-wrap-brand-page #filters-wrap {
    display: none;
}
.content-wrap-brand-page .content-wrap-inner {
    width: 1600px;
    margin: 0 auto;
}
.content-wrap-brand-page .catalog-icons .catalog-section {
    width: 10%;
    padding-bottom: 40px;
}
.content-wrap-brand-page .catalog-icons .catalog-section img {
    width: 60%;
}
.content-wrap-brand-page .catalog-icons .catalog-section a div {
    font-size: 16px;
}
.content-wrap-brand-page .catalog-icons .catalog-section hr {
    display: none;
}
.catalog-icons .catalog-section .catalog-img {
    border: 2px solid #E3E3E3;
    border-radius: 10px;
}
.content-wrap-404 {
    text-align: center;
}
.content-wrap-404 img {
    width: 100%;
    max-width: max-content;
}
.categories-n-filters {
    width: 34%;
    max-width: 352px;
}
.content-wrap-inner {
    width: 76%;
}
.container {
    max-width: 1600px;
}
#category-icons h2 {
    font-size: 20px;
    text-transform: none;
    color: #000;
    padding-top: 20px;
    text-align: center;
}
#leftcontent-checkout-confirms {
    width: 980px;
    margin: 0 auto;
}
#search-result .ui-menu-item:hover {
    background: none;
}
#search-result-mobile .autocomplete-info {
    color: #333;
}
#search-result-mobile .ui-menu-item {
    height: 90px;
    padding: 5px;
}
.autocomplete-btn {
    display: flex;
    justify-content: center;
    border-radius: 15px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.autocomplete-image, .autocomplete-info {
    display: inline-block;
}
#category-icons {
    padding-top: 30px;
    margin-bottom: 20px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.icons-big {
    margin-bottom: 25px;
    width: 95px;
}
.col-sm {
    text-align: center;
}
#category-icons .container, #banners-homepage .container {
    max-width: 1600px;
    padding: 0;
}
.col-different {
    float: left;
    min-width: 265px;
    padding-left: 5px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.sider-wrap {
    width: 100%;
    float: left;
}
.homepage-banners-slide {
    width: 1230px;
    margin-left: 20px;
}
.unslider-wrap > li > a {
    width: 100%;
    float: left;
}
.unslider-wrap > li > a > img {
    width: 100%;
    height: 100%;
}
.slick-list {
    border-radius: 10px;
}
.slider-wrap p {
    text-align: center;
}
.banner-home {
    text-align: center;
    padding-bottom: 5px;
}
#inquiry-frame {
    width: 100%;
    height: 610px;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    border-radius: 15px;
    background: #eee;
}
#body-content-info-pages {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

#body-content-info-pages #cat-left {
    display: block;
}
#body-content-info-pages #cat-left a {
    font-weight: 300;
    font-size: 16px;
}
.new-product-text {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    color: var(--blue);
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--blue);
    border-radius: 5px;
}
.promo-price {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    font-weight: 500;
    background: #DF2626;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.photo-big .promo-price {
    top: 25px;
    right: 25px;
    z-index: 10;
}
.image-wrap .brand-image {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.image-wrap .brand-image img {
    width: 60px;
}
.brands-list {
    display: flex;
    justify-content: space-evenly;
    gap: 14px;
    overflow-x: scroll;
    padding-bottom: 10px;
}
.brands-list a {
    border-radius: 10px;
    box-shadow: 0 0 4px #00000025;
    padding: 25px 14px;
    margin-top: 3px;
    background: #fff;
}
.brands-list img {
    border-radius: 10px;
}
::-webkit-scrollbar {
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}
.brands-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.inactive-link {
    pointer-events: none;
}
.see-all a {
    color: #fff;
}
.img-header-checkout {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
.horizontal-groups-wrap .group-wrap-inner {
    padding: 40px 0 0;
}
.horizontal-groups-wrap.home {
    display: flex;
}
.vertical-group {
    width: 48%;
    border: 1px solid #333;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 15px;
}
.vertical-group > .products-wrap > a > .product-wrap {
    width: 157px;
    height: 300px;
}
.vertical-group:first-child {
    float: left;
}
.vertical-group:nth-child(2) {
    float: right;
}
.product-listing-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
.home-product-wrap, .product-wrap {
    float: left;
    transition: 0.5s;
    position: relative;
}
.product-wrap {
    width: 24%;
    position: relative;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    box-shadow: 0 0 4px #00000025;
    margin-bottom: 25px;
}
.image-wrap > img {
    width: 100%;
    height: auto;
}
.product-name {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 48px;
    line-height: 16px;

    @supports (-webkit-line-clamp: 3) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        /* -webkit-line-clamp: 3; */
        -webkit-box-orient: vertical;
    }
}
.product-name-product-page {
    width: 100%;
    margin: 5px 0;
}
.product-name-product-page > h1 {
    margin: 10px 10px 10px 0;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.var-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}
.var-container {
    display: flex;
    overflow: auto;
}
.var-wrapper {
    display: flex;
    flex-direction: column;
}
.content-wrap-inner h1 {
    margin-bottom: 35px;
    font-size: 29px;
}
.title-brands, #text h1 {
    margin-bottom: 35px;
    font-size: 29px;
    padding: 8px;
    position: relative;
}
#text .img-side-to-side {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin: 20px 0;
}
#text .img-side-to-side img {
    width: 100%;
}
#text p {
    max-width: 920px;
    margin: auto;
}
.slider-range-wrap {
    margin: 15px 0 20px 0;
}
#slider-range {
    height: 3px;
}
.content-wrap-inner .description-wrap {
    margin-top: 20px;
    margin-bottom: 35px;
}
#body-content-brand {
    width: 1600px;
    margin: 0 auto;
}
.catalog-section hr, .group-section hr {
    background: #333;
}
span.filter-plus {
    float: right;
    pointer-events: none;
}
#filter .label.main-label {
    color: #000;
    font-weight: 600;
    padding: 7px 0;
    margin-bottom: 3px;
    width: 100%;
    cursor: pointer;
    display: inline-block;
}
.text-option label {
    margin-left: 26px;
    font-size: 16px;
}
.ui-slider {
    left: 4px !important;
    width: 91% !important;
}
.ui-slider-range {
    background: var(--orange) !important;
}
.ui-slider .ui-slider-handle {
    background: var(--blue) !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    margin-top: -2px !important;
    z-index: 0 !important;
}
.description-wrap > h1 {
    margin-bottom: 35px;
    font-size: 29px;
    font-weight: bold;
}
.product-actions-container {
    float: right;
    width: 56%;
}
.product-actions {
    padding: 0 32px;
}
.product-actions > h1 {
    color: #333;
}
.product-actions-container .brand-logo-container {
    font-size: 18px;
    font-weight: bold;
}
.product-actions-container .brand-logo-container img {
    margin-left: 10px;
}
#attributes {
    border: 1px solid #333;
    color: #333;
    font-size: 16px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.variations {
    width: 100%;
    float: left;
    margin: 10px 0;
}
.add-to-favorite {
    cursor: pointer;
}
.bundles {
    width: 74%;
    float: left;
    margin: 10px 0;
}
#newsletter-frame {
    height: 205px;
    border: none;
    background-color: #eeeeee;
    border-radius: 15px;
}
.fast-cheked-btn {
    display: block;
    background: url(../images/fast-order-gif.gif)center no-repeat;
    background-size: 300px auto;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
    border-radius: 30px;
    padding: 65px 0;
}
.product-buttons-container {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*gap: 38px;*/
}
.add-to-cart-wrap {
    /*margin: 5px 0;*/
    /*width: 48%;*/
    display: flex;
    gap: 15px;
}
.add-to-cart, .fast-add-to-cart, .make-inquiry, .reminder, .call-us {
    border-radius: 5px;
    border: none;
    outline: none !important;
    text-align: center;
    padding: 15px;
    display: block;
    transition: all .3s ease-out;
    cursor: pointer;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.reminder {
    border: 1px solid #a4b0be;
    background-size: 200% 100% !important;
    background: linear-gradient(to right, white 50%, #a4b0be 50%) right bottom;
}
.reminder:hover {
    background-position: left bottom;
    color: #a4b0be !important;
    border: 1px solid #a4b0be;
}
.make-inquiry {
    background-size: 200% 100% !important;
    background: linear-gradient(to right, white 50%, #f89e22 50%) right bottom;
}
.make-inquiry:hover {
    background-position: left bottom;
    color: #f89e22;
}
.call-us {
    background: var(--blue);
}
.call-us a {
    color: #fff;
}
.add-to-cart, .fast-add-to-cart {
    padding: 15px 22px 15px 60px;
    text-align: left;
}
.add-to-cart {
    background: url(/images/icons/cart-icon-white.svg) no-repeat top 14px left 16px, var(--blue);
    border: 2px solid var(--blue) !important;
}
.add-to-cart:hover {
    background-image: url(/images/icons/cart-icon-blue.svg);
    background-color: #fff;
    color: var(--blue);
}
.add-to-cart a {
    color: #fff;
}
.add-to-cart:hover a {
    color: var(--blue);
}
.fast-add-to-cart {
    background: url(/images/icons/icon-fast-order.svg) no-repeat top 14px left 16px, #fff;
    color: var(--blue) !important;
    border: 2px solid var(--blue) !important;
}
.fast-add-to-cart:hover {
    background-image: url(/images/icons/icon-fast-order-white.svg);
    background-color: var(--blue);
    color: #fff !important;
}

.fast-order-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff6b35, #f7931e, #ff6b35);
    background-size: 200% 100%;
    animation: sport-stripe 2s linear infinite;
}

@keyframes sport-stripe {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}
div#btn-fast-order {
    text-align: center;
    margin-top: 20px;
}
.fast-btn-wrap {
    margin-bottom: 20px;
    position: relative;
}

.fast-btn-wrap label {
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.phone-input, #custCity, #custAddress, #courierCity, #courierAddress {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #0D93A1;
    border-radius: 8px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.95);
    color: #1e3c72;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.2);
}

.phone-input:focus, #custCity:focus, #custAddress:focus, #courierCity:focus, #courierAddress:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
    transform: translateY(-1px);
}

.phone-input::placeholder, #custCity::placeholder, #custAddress::placeholder, #courierCity::placeholder, #courierAddress::placeholder {
    color: #6c757d;
    font-style: italic;
}
#toggleFrame {
    background: #F1F1F1;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 40px;
    margin-bottom: 25px;
    max-width: 586px;
    display: none;
}
p.info-text {
    font-size: 12px;
}
button#makeFastOrder {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

button#makeFastOrder::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

button#makeFastOrder:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.6);
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
}

button#makeFastOrder:hover::before {
    left: 100%;
}

button#makeFastOrder:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(255, 107, 53, 0.4);
}
.add-to-favorite-wrap {
    margin: 25px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.product-listing-wrap .add-to-favorite-wrap {
    top: 0;
}
.img-fav {
    width: 25px;
}
.add-fav-txt {
    font-size: 16px;
    padding-left: 8px;
}
.add-to-favorite #cubic-heart, .add-to-favorite #cubic-heart-mobile, .add-to-favorite #cubic-heart-listing, .delivery-button {
    line-height: 50px;
    background: url(/images/icons/icon-heart.svg) no-repeat top 16px left 18px #F1F1F1;
    border-radius: 5px;
    padding: 5px 20px 5px 55px;
}
label.delivery-button {
    background: url(/images/icons/icon-delivery-box.svg) no-repeat top 16px left 18px #F1F1F1;
}
.add-to-favorite #toggle-heart {
    vertical-align: middle;
    cursor: pointer;
    font-size: 30px;
}
.add-to-favorite.added #toggle-heart {
    color: #e2264d;
}
.product-text img {
    width: 30px;
}
button.add-to-favorite.added img {
    display: none;
}
.outfit-wrap {
    float: left;
    width: 100%;
    margin: 15px 0;
}
.outfit-products-wrap {
    float: left;
    margin-top: 15px;
}
.outfit-product {
    float: left;
    font-size: 14px;
    line-height: 24px;
    list-style-type: none;
    padding-bottom: 5px;
    text-align: center;
    width: 215px;
    height: 350px;
    position: relative;
    margin: 20px 20px;
    transition: 0.5s;
}
.outfit-image-main {
    width: 100%;
}
.product-actions-info {
    float: left;
    width: 54%;
    margin: 15px 0;
}
.social-media-share {
    float: left;
    width: 100%;
    margin: 5px 0;
}
.product-tabs-wrap {
    width: 66%;
    clear: both;
    margin: 30px auto;
    top: 30px;
    position: relative;
    padding-bottom: 40px;
}
.tabs {
    color: #000;
    width: 100%;
    float: left;
    list-style-type: none;
    font-size: 18px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
}
.tabs > a {
    padding: 5px;
    display: inline-block;
    color: #333;
}
#reviews-data {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.tabs > li > a {
    color: #000;
    margin-right: 6px;
    padding: 10px 15px;
    box-sizing: border-box;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.tabs > li.active a {
    color: var(--blue);
    font-weight: bold;
    outline: unset;
    border-bottom: 4px solid var(--orange);
}
#body-content-search-success {
    max-width: 1600px;
    margin: 0 auto;
}
.top-brands-wrap {
    width: 1600px;
    margin: 0 auto;
    background: #EEF5FF;
    padding: 60px 0;
    text-align: center;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}
.top-brands {
    max-width: 1600px;
    margin: auto;
}
#text {
    text-align: center;
    margin: 20px auto 10px;
}
.soc-icons-footer img {
    width: 7%;
    border-radius: 4px;
}
.footer-top-wrap {
    width: 100%;
    float: left;
}
.footer-top {
    width: 1600px;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
}
.footer-subscribe > iframe {
    width: 100%;
    height: 45px;
}
.subscribe-input {
    height: 40px;
    width: 63%;
    padding: 0 10px;
    box-sizing: border-box;
    border: 0;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 2%;
    border-radius: 15px;
    float: left;
}
.subscribe-button {
    height: 40px;
    width: 35%;
    padding: 0 15px;
    font-size: 16px;
    border: none;
    color: #fff;
    background: #333;
    cursor: pointer;
    border-radius: 15px;
}
p.title-icons {
    font-weight: bold;
    margin-top: 18px;
    font-size: 18px;
    color: #000;
}
.delivery-text {
    font-size: 12px;
    width: 75%;
    line-height: 18px;
}
.footer-middle-wrap {
    padding-top: 25px;
    max-width: 1920px;
    margin: auto;
    border-top: 1px solid #f1f1f1;
}
.footer-fisherman {
    margin-top: -41px;
    color: var(--blue);
    cursor: default;
    background: url(../images/footer-fisherman.svg) no-repeat left;
    width: 591px;
    pointer-events: none;
    position: absolute;
    height: 312px;
}
.footer-column {
    float: left;
    width: 20%;
}
.footer-middle div:nth-of-type(2) {
    margin-left: 591px;
}
.footer-copyright {
    text-align: right;
    margin-right: 180px;
}
.connect-us {
    font-weight: bold;
}
.connect-us a {
    font-weight: 300;
    color: #000;
}
.footer-column > h2 {
    margin-bottom: 10px;
    color: var(--blue);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    background: none;
    padding: unset;
    height: unset;
    display: revert;
}
.footer-column > ul {
    list-style-type: none;
}
.footer-column > ul > li > a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 300;
}
.subscribe-agreement {
    margin-top: 10px;
}
.footer-bottom-wrap {
    width: 100%;
    float: left;
    background: #fff;
}
.footer-bottom {
    max-width: 1600px;
    margin: auto;
    text-align: center;
    padding: 5px 0;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-off:before {
    content: "\e017";
}
#head {
    width: 1150px;
    height: 80px;
}
#head .logo {
    margin: 18px 0;
    float: left;
}
#head .actions {
    float: right;
    text-align: right;
    width: 70%;
}
#head .actions ul.menu {
    height: 20px;
    overflow: hidden;
    font-size: .9em;
    margin: 0;
}
#head .actions ul.menu li {
    float: right;
    margin: 0 0 0 10px;
    padding: 0 0 0 11px;
    list-style: none;
}
#head .actions ul.menu li.help {
    background: none;
    border-left: 1px solid #666;
}
#head .actions ul.menu li a {
    color: #666;
}
#head .actions ul.menu li a:hover {
    color: #555;
}
#head .actions span {
    font-size: 13px;
}
#head .actions span.slogan {
    color: #000;
    margin: 0 5px;
}
#head .actions span.slogan a {
    color: #333;
}
#head .actions span.phones {
    font-family: Intro, serif;
    color: #ed602a;
    font-size: 21px;
    float: left;
    margin-top: 4px;
}
#head .actions span.phones1 {
    color: #000;
    font-weight: normal;
    font-size: 13px;
    float: left;
    margin-top: 18px;
    margin-left: 0;
}
#head .actions span.phones2 {
    color: #555;
    font-weight: normal;
    font-size: 11px;
    float: left;
    margin-top: -3px;
    margin-left: 13px;
}
#head .actions form.search {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
#head .actions form.search input[type=image] {
    vertical-align: top;
}
#head .actions a.cartbg {
    float: right;
    display: block;
    height: 45px;
    width: 45px;
    background-image: url(../images/basket.png);
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
    color: #FFF;
    letter-spacing: -1px;
    margin-top: 2px;
}
#head .actions a.cartbg:hover {
    background: url(../images/basket.png) no-repeat 0 0;
}
#head .actions a.bag {
    font-size: 10px !important;
    background-color: #f0280a;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: 18px;
    position: absolute;
    float: right;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    line-height: 18px;
}
#head .actions a.caption {
    color: #222;
    display: block;
    float: right;
    font-size: 14px;
    margin-left: 15px;
    padding-top: 10px;
    text-decoration: none;
}
.nomber-cartTotal {
    font-size: 16px !important;
}
.euro-class {
    font-size: 12px !important;
}
#head .actions a.caption:hover {
    border-bottom: 1px solid;
}
#head1 {
    width: 1150px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    text-align: center;
}
#head1 a {
    color: #333;
}
#head1 a:hover {
    color: #f89e22;
}
#head1 .logo {
    margin-top: 16px;
    width: 260px;
    float: left;
}
#head1 .actions {
    height: 35px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 1000px;
}
#head1 .actions ul.menu {
    height: 35px;
    overflow: hidden;
    font-size: .9em;
    margin: 0;
}
#head1 .actions ul.menu li {
    float: right;
    margin: 0 0 0 10px;
    padding: 0 0 0 11px;
    list-style: none;
}
#head1 .actions ul.menu li.help {
    background: none;
    border-left: 1px solid #666;
}
#head1 .actions ul.menu li a {
    color: #666;
}
#head1 .actions ul.menu li a:hover {
    color: #555;
}
#head1 .actions span {
    font-size: 13px;
}
#head1 .actions span.slogan {
    color: #000;
    margin: 0 5px;
}
#head1 .actions span.phones {
    font-family: Intro, serif;
    color: #ed602a;
    font-size: 21px;
    float: left;
    margin-top: 5px;
    margin-left: 0;
}
#head1 .actions span.phones1 {
    color: #000;
    font-weight: normal;
    font-size: 13px;
    float: left;
    margin-top: 9px;
    margin-left: 0;
}
#head1 .actions span.phones2 {
    color: #555;
    font-weight: normal;
    font-size: 11px;
    float: left;
    margin-top: -3px;
    margin-left: 13px;
}
#head1 .actions form.search {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
}
#head1 .actions form.search input[type=image] {
    vertical-align: top;
}
#head1 .actions a.cartbg {
    float: right;
    display: block;
    height: 19px;
    width: 29px;
    background-image: url(../images/cart-new.png);
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
    color: #FFF;
    letter-spacing: -1px;
    margin-top: 2px;
}
#head1 .actions a.cartbg:hover {
    background: url(../images/cart-new.png) no-repeat 0 -30px;
}
#head1 .actions a.bag {
    float: right;
    display: block;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding: 15px 0 0 2px;
    color: #FFF;
    letter-spacing: -1px;
}
#head1 .actions a.caption {
    color: #222;
    display: block;
    float: right;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 7px;
    text-decoration: none;
}
#head1 .actions a.caption:hover {
    text-decoration: underline;
}
#navbar {
    overflow: hidden;
}
#navbar a {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
}
.clearfix {
    display: block;
    content: '';
    clear: both;
}
#shopping-cart {
    position: relative;
}
.cart-hover-menu {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 #ddd;
    display: none;
    overflow: hidden;
    top: 52px;
    right: 0;
    width: 290px;
    z-index: 999;
}
.cart-hover-menu #cartContent {
    width: 100%;
}
.cart-items {
    padding: 0 8px;
    max-height: 218px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    overflow-scrolling: touch;
    text-align: left;
}
.cart-items .cart-item {
    border-bottom: 2px solid #ededed;
    padding: 6px 0;
    width: 100%;
    float: left;
}
.cart-items .cart-item .cart-thumbnail {
    float: left;
    max-width: 65px;
    margin: 0 auto !important;
    overflow: hidden;
}
.cart-items .cart-item .checkout-product-info {
    float: left;
    max-width: 100px !important;
    width: 100%;
    margin: 0 0 0 5px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 0.8em;
    line-height: normal;
}
.checkout-product-info a {
    color: #333;
}
.confirm-gdpr {
    padding-bottom: 20px;
}
.cart-items .cart-item .cart-price {
    float: right;
    max-width: 85px;
}
.cart-footer {
    padding: 0 8px;
    margin: 10px auto 0;
}
.cart-footer .cart-label {
    float: left;
}
.cart-footer .cart-amount {
    float: right;
}
.cart-footer .cart-button {
    margin: 15px auto 0;
    background: var(--blue);
    padding: 10px;
    display: block;
    clear: both;
    width: 80%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 30px;
}
.cart-row {
    display: block;
    float: left;
    margin-bottom: 2px;
    width: 100%;
    text-align: left;
}
.empty-cart {
    float: left;
    padding: 10px 0;
    text-align: center;
    color: black;
    width: 100%;
}
.checkbox span {
    margin-left: 30px;
}
#cart-bg {
    background-image: url(../images/shopping_cart.png);
    width: 32px;
    height: 32px;
    float: right;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
    color: #FFF;
    margin-top: -3px;
    letter-spacing: -1px;
}
#cart-bg a {
    color: #FFF;
}
#cart-bg a:hover {
    color: #FFF;
    transition: color 0.3s ease 0s;
}
#cart {
    float: right;
    padding: 6px 8px 0 3px;
    position: relative;
    zoom: 1;
}
#cart a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#cart a:hover {
    text-decoration: underline;
    transition: color 0.3s ease 0s;
}
#body-content {
    width: 100%;
}
#register {
    width: 459px;
    float: left;
}
#register h1 {
    padding: 30px 0 20px 190px;
    color: #000;
}
#register p {
    padding: 0 0 0 170px;
    width: 240px;
}
#register ul {
    padding: 0 0 0 185px;
    width: 250px;
}
.sign-buttons-equal {
    height: 150px;
}
#sign-in {
    width: 519px;
    float: right;
}
#sign-in-line {
    float: left;
    margin: 25px 0 25px 0;
    background-color: #FFF;
    border-left: 1px solid #333;
}
#sign-in h1 {
    padding: 5px 0 20px 30px;
    color: #000;
}
#sign-in p {
    padding: 0 0 0 30px;
    width: 280px;
}
.underline {
    text-decoration: underline;
}
.pages {
    float: right;
    display: inline;
    width: 200px;
}
.pages-bottom {
    float: right;
    display: inline;
    width: 200px;
    margin-top: 10px;
}
#leftcontent {
    width: 1600px;
    margin: 0 auto;
}
#leftcontent a {
    color: #333;
}
#leftcontent a:hover {
    color: #f89e22;
    text-decoration: none;
    transition: color 0.3s ease 0s;
}
.borderbottom {
    margin-bottom: 1px;
}
#smallbanners {
    float: left;
    width: 750px;
}
.smallb {
    margin-right: 1px;
    float: left;
}
.smallnob {
    float: left;
}
.lenth-qnt-selector {
    width: 28px;
    height: 26px;
    text-align: center;
}
#cat-middle-brand {
    width: 1600px;
    margin: 0 auto;
}
#rightcontent {
    width: 100%;
}
#newsletter {
    background-image: url(../images/bg/right-banners/newsletter.jpg);
    height: 100px;
    width: 249px;
    text-align: center;
}
.newsletterform {
    padding-top: 65px;
}
#floating-menu {
    float: left;
    width: 19%;
}
#cat-left {
    position: relative;
    top: 0;
    width: 100%;
    border-bottom: none;
    display: none;
}
#cat-left a {
    color: #333;
    text-decoration: none;
}
#cat-left a:hover {
    color: #f89e22;
    text-decoration: none;
}
#cat-left h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
#cat-left ul {
    margin: 0;
    padding: 0;
}
#cat-left ul li {
    font-size: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
}
#cat-left ul li a {
    font-weight: bold;
}
#cat-left ul li ul li {
    font-size: 13px;
    list-style: none;
}
#cat-left ul li ul li a {
    font-weight: normal;
}
#cat-left1 {
    position: relative;
    top: 0;
    width: 19%;
    border: 1px solid #CCC;
    border-bottom: none;
    background: url(../images/shadow-inverted.gif) bottom no-repeat #FFF;
}
#cat-left1 a {
    color: #333;
    text-decoration: none;
}
#cat-left1 a:hover {
    color: #f89e22;
    text-decoration: none;
}
#cat-left1 h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    background-position: bottom;
    background-image: url(../images/shadow.gif);
    background-repeat: no-repeat;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
#cat-left1 ul {
    padding: 0 0 13px 5px;
    margin: 0;
}
#cat-left1 ul li {
    font-size: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
}
#cat-left1 ul li a {
    font-weight: bold;
}
#cat-left1 ul li ul li {
    font-size: 13px;
    list-style: none;
}
#cat-left1 ul li ul li a {
    font-weight: normal;
}
.promo {
    color: #C00;
}
#cat-middle {
    float: right;
    width: 80%;
    box-sizing: border-box;
}
#smallbanners-cat {
    float: left;
    width: 829px;
}
#text-cat {
    float: right;
    padding: 1px 5px 0 0;
    width: 100%;
}
#text-cat h1 {
    margin-left: 5px;
    text-align: left;
    padding-top: 5px;
    font-size: 20px;
}
#text-cat h2 {
    margin-left: 5px;
}
#text-cat p {
    text-align: left;
    color: #333;
    padding-left: 5px;
}
#text-cat ul {
    margin-left: 25px;
}
#group-products {
    box-sizing: border-box;
    float: right;
    width: 80%;
    margin-top: 20px;
}
#featured-group {
    width: 829px;
    height: 50px;
    margin: -1px 0 0 1px;
}
.fourproducts-ie {
    display: block;
    float: right;
    overflow: hidden;
    width: 100%;
}
.fourproducts-ie-home-page {
    display: block;
    float: right;
    width: 100%;
}
.fourproducts-ie a {
    color: #333;
}
.fourproducts-ie a:hover {
    color: #f89e22;
}
.bannerproducts-ie-home-page {
    text-align: center;
    margin: 20px 0;
}
.bannerproducts-ie-home-page h2 {
    font-size: 1.2rem;
}
.current-page {
    font-weight: bold;
}
#products-outfit .product-wrap {
    max-width: 180px;
    width: 44%;
    margin: 0 3%;
}
#products-outfit .product-wrap img.main {
    width: 100%;
}
#products-outfit:after {
    clear: both;
    display: block;
    content: '';
}
.product-info {
    padding: 10px 15px;
}
.main-product-thumb {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: 0.5s;
}
.alternative-product-thumb {
    display: block;
    position: absolute;
    padding: 10px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: 0.5s;
}
.main-product-thumb.swap:hover {
    opacity: 0;
    transition: 0.5s;
}
.product a {
    color: #333;
}
.product a:hover {
    color: #f89e22;
    text-decoration: none;
}
.product img {
    padding-bottom: 3px;
}
.new-pr {
    color: #F00;
    font-weight: bold;
}
.promo-pr, .price-group {
    color: var(--orange);
    font-weight: bold;
    font-size: 18px;
}
.price-old-group {
    color: #000;
    text-decoration: line-through;
    line-height: 11px;
    font-size: 14px;
    font-weight: normal;
}
.colors-pr {
    color: #999;
    font-weight: bold;
}
.fourproducts-ie-small {
    display: block;
    height: 286px;
}
.product-small {
    float: left;
    width: 120px;
    height: 280px;
    padding: 0 10px 5px 0;
    font-size: 11px;
}
#bottom-group {
    width: 100%;
    margin-top: 8px;
    clear: both;
}
#group-newsletter {
    float: right;
}
#left-group-promo {
    width: 170px;
    float: left;
}
#text-group {
    float: left;
    padding-right: 5px;
    width: 100%;
}
#text-group h1 {
    margin-top: 4px;
    text-align: left;
    padding-top: 5px;
    color: #f89e22;
    font-size: 16px;
}
#text-group p {
    text-align: left;
    color: #333;
}
.h2product {
    margin-top: 4px;
    text-align: left;
    padding-top: 9px;
    color: #f89e22;
    font-size: 14px;
    padding-left: 32px;
    background-image: url(../images/shopping_cart.png);
    background-repeat: no-repeat;
    background-position: left top;
}
#suggestions-text {
    width: 998px;
    text-align: left;
    padding: 30px 0 10px 10px;
    font-weight: bold;
}
.thumb {
    float: left;
    width: 60px;
    height: 70px;
    padding: 5px 5px 0 0;
}
.tab_container {
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}
.tab_container img {
    max-width: 100%;
}
.tab_content {
    padding: 8px;
    font-size: 14px;
}
.tab_content span {
    font-family: "Montserrat", "Verdana", Arial, sans-serif !important;
}
#product-info tr {
    background: #f4f4f4;
}
#product-info tr:nth-child(2n) {
    background: #eae9e9;
}
.tab_content ul li {
    margin-left: 15px;
}
#technical-info table {
    width: 100% !important;
}
#technical-info tr:nth-of-type(odd) {
    background: #f5f5f5;
}
#technical-info tr:nth-of-type(odd) td:first-of-type {
    font-weight: bold;
}
#technical-info td {
    padding: 8px;
    font-size: 15px;
    color: #666;
    border: 1px solid #ddd;
}
#product-content {
    width: 94%;
    padding: 10px 10px 10px;
}
.product-text {
    padding: 5px 0;
    margin: 0;
}
.product-ul {
    margin: 5px 0 5px 0;
    padding: 0 0 0 25px;
}
.product-ratings-n-code {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.product-ratings-n-code > span:first-of-type {
    font-size: 17px;
    display: flex;
}
.product-ratings-n-code > span:first-of-type a {
    color: var(--blue);
}
.product-code {
    font-size: 14px;
}
.product-code span {
    font-weight: bold;
}
#product-content a {
    color: #333;
}
#product-content a:hover {
    color: #900;
    text-decoration: none;
}
.product-instock, .product-instock1, .product-not-available, .product-soon {
    color: #fff;
    margin: 0 3px 15px 0;
    border-radius: 5px;
    padding: 6px 24px;
    font-weight: 500;
    display: inline-block;
}
.product-instock {
    background-color: #0AB04F;
}
.product-soon {
    background-color: #007bff;
}
.product-instock-mini {
    color: #0AB04F;
}
.product-instock1 {
    background-color: darkorange;
}
.product-instock1-mini {
    color: #ffa700;
}
.product-not-available {
    background-color: #f89e22;
}
.cart-stocks .product-not-available {
    padding: 4px;
    font-size: 0.65em;
}
.cart-stocks .product-soon {
    padding: 4px;
    font-size: 0.65em;
}
.product-not-available-mini {
    color: #8d8d8d;
}
.product-save-wrap {
    font-size: 14px;
    background: #F1F1F1;
    border-radius: 3px;
    display: table;
    padding: 0 10px;
    margin-top: 10px;
}
.product-save {
    color: rgba(57,91,68);
}
.product-save-price {
    font-weight: bold;
}
.product-old-price {
    font-size: 17px;
    text-decoration: line-through;
}
.product-price, .product-promo {
    font-size: 26px;
    font-weight: bold;
    color: var(--orange);
    display: inline-block;
}
.product-wrap .product-price, .product-wrap .product-promo {
    min-height: 55px;
}
.product-attribute {
    float: right;
    width: 488px;
    margin: 10px 0 0 10px;
    border: 1px solid #CCC;
}
.attribute-size {
    text-align: left;
}
.attribute-size .attributes-input {
    display: inline-block;
    margin-right: 2px;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 0.36s ease-in-out;
    -moz-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    background: #fff;
}
.attributes-wrapper.attribute-size input[type="radio"].attributes {
    height: 45px;
    opacity: 0;
    position: absolute;
    width: 95px;
    z-index: 2;
    cursor: pointer;
}
.available {
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 0.36s ease-in-out;
    -moz-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    padding: 3px 10px;
    background: #fff;
    color: #333;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #333;
}
.unavailable {
    display: inline-block !important;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.36s ease-in-out;
    -moz-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    padding: 3px 10px;
    border: 1px solid #c7c7c7;
    color: #c7c7c7;
    border-radius: 5px;
}
.attributes-wrapper.attribute-size input[type="radio"].attributes:checked + label {
    background: #0AB04F !important;
    color: #fff;
    border: none;
}
.variation-wrap {
    text-align: center;
    padding: 6px;
    border: 3px solid #c1c1c1;
    border-radius: 15px;
    margin-right: 5px;
    background: #fff;
    width: 110px;
}
.variation-wrap img {
    width: 100%;
}
#variationText {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-align: center;
    width: 110px;
}
.active-variation {
    border: 3px solid var(--blue);
}
.bundles-wrap {
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-right: 5px;
}
.active-bundle {
    border: 1px solid #000;
}
#product-color {
    width: 488px;
    margin: 10px 0 0 0;
    border: 1px solid #CCC;
}
#product-order {
    margin: 10px auto;
    width: 100%;
}
#add-to-cart {
    width: 100%;
}
.send-email {
    padding-left: 5px;
    color: #006;
    text-decoration: underline;
}
#photos {
    margin: auto;
}
.navBack, .navForward {
    display: none;
}
.photo-big {
    max-width: 600px;
    border: 2px solid #F1F1F1;
    border-radius: 5px;
    position: relative;
    margin: 0 60px 0 auto;
    z-index: 0;
}
#photos div.scroller .item {
    margin-left: 2px;
    margin-right: 3px;
}
.verticalScroller td {
    display: inline-block;
}
#footer-copyright {
    text-align: center;
    width: 1150px;
    margin: 0 auto 5px;
}
body#tinymce {
    text-align: left;
}
#dlg-cart-add {
    display: none;
}
.formError {
    color: #ff0000;
    font-size: 0.9em;
    padding-left: 4px;
    display: inline-block !important;
}
.formError1 {
    color: #ff0000;
    font-size: 0.9em;
    padding-left: 4px;
    padding-top: 25px;
    position: absolute;
}
#photos div.scroller {
    width: 85%;
}
.cloud-zoom-lens {
    border: 1px solid #888;
    margin: -1px;
    background-color: #fff;
    cursor: move;
}
.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0;
}
.cloud-zoom-big {
    border: 1px solid #ccc;
    overflow: hidden;
    margin-left: 20px;
}
.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}
* {
    margin: 0;
    padding: 0;
}
.anythingSlider {
    width: 829px;
    height: 480px;
    position: relative;
    margin: 0 auto 0;
}
.anythingSlider .anwrapper {
    width: 829px;
    overflow: auto;
    height: 480px;
    margin: 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.anythingSlider .anwrapper ul {
    width: 32700px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
}
.anythingSlider ul li {
    display: block;
    float: left;
    padding: 0;
    height: 480px;
    width: 829px;
    margin: 0;
}
.anythingSlider ul li img {
    border: 0;
}
#thumbNav {
    position: relative;
    float: right;
    top: 5px;
    left: 0;
}
#thumbNav a {
    color: #666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
    padding: 2px 8px;
    height: 18px;
    margin: 0 5px 0 0;
    border: 1px solid #666;
    background: none;
    text-align: center;
}
#thumbNav a:hover {
    background-image: none;
}
#thumbNav a.cur {
    background: #f89e22;
}
#start-stop {
    background: green;
    color: white;
    padding: 2px 5px;
    width: 35px;
    position: absolute;
    left: 50px;
    top: 330px;
    visibility: hidden;
}
#start-stop.playing {
    background-color: #666;
}
#start-stop:hover {
    background-image: none;
}
.anythingSlider .anwrapper ul ul {
    position: static;
    margin: 0;
    background: none;
    overflow: visible;
    width: auto;
    border: 0;
}
.anythingSlider .anwrapper ul ul li {
    float: none;
    height: auto;
    width: auto;
    background: none;
}
#main {
    position: relative;
    overflow: hidden;
    height: 480px;
}
#pages {
    position: absolute;
    height: 20000em;
}
.page {
    padding: 0;
    height: 480px;
    background: #222;
    width: 790px;
}
.scrollable {
    position: relative;
    overflow: hidden;
    width: 790px;
    height: 480px;
}
.scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
}
.itemss {
    float: left;
    cursor: pointer;
    width: 790px;
    height: 480px;
    padding: 0;
}
#main_navi {
    float: right;
    padding: 0 !important;
    margin: 0 !important;
}
#main_navi li {
    background-color: #333;
    border-bottom: 1px solid #fff;
    clear: both;
    text-align: left;
    color: #fff;
    font-size: 11px;
    height: 76px;
    list-style-type: none;
    padding: 10px;
    width: 190px;
    cursor: pointer;
}
#main_navi h2 {
    margin-top: -8px;
    font-size: 10px;
    color: #FFF;
}
#main_navi li:hover {
    background-color: #444;
}
#main_navi li.active {
    background-color: #000000;
}
#main_navi #t2.active {
    background-color: #d6a757;
}
#main_navi #t3.active {
    background-color: #608a02;
}
#main_navi #t4.active {
    background-color: #e05210;
}
#main_navi #t5.active {
    background-color: #b8d82f;
}
#main_navi img {
    float: left;
    margin-right: 10px;
}
#main_navi strong {
    display: block;
}
#main div.navi {
    margin-left: 250px;
    cursor: pointer;
}
.catalog-icons-container {
    display: flex;
    overflow: auto;
    gap: 18px;
    margin-bottom: 30px;
}
.catalog-icons-container.home {
    display: none;
}
.catalog-icons-container.home .catalog-icons {
    max-width: 100px;
}
.catalog-icons .catalog-section {
    text-align: center;
}
.catalog-icons .catalog-section-boards {
    width: 100%;
    float: left;
    text-align: center;
}
.catalog-icons .catalog-section div, .catalog-icons .catalog-section-boards div {
    color: #333;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 184px;
}
.catalog-section-boards hr {
    background: #333;
}
.group-section {
    width: 20%;
    float: left;
    text-align: center;
    padding: 15px 0;
}
.group-section div {
    color: #333;
    margin-top: 20px;
    text-transform: uppercase;
}
.group-section img {
    width: 100px;
}
.paging a:hover {
    text-decoration: none;
    background-color: #e7e7e7;
}
.paging {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 8px;
    width: 100%;
}
.paging span {
    width: 44px;
    height: 44px;
    color: #fff;
    background-color: var(--blue);
    border-radius: 50%;
    padding: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 5px;
}
.paging a {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-bottom: 5px;
    color: #18293c;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    padding: 10px;
    vertical-align: middle;
    transition: background linear 150ms, color linear 150ms, border-color linear 150ms, transform linear 50ms;
}
#google-map {
    width: 404px;
    height: 394px;
    margin-left: 10px;
    background: url(../images/banners/dimibike-map.jpg) no-repeat !important;
}
.zoom .colorImgSmall-zoom {
    transition: all .3s;
    width: 0;
    height: 0;
    position: absolute;
    left: 300px;
    z-index: 9;
}
.zoom:hover .colorImgSmall-zoom {
    margin-top: -10px;
    left: 200px;
    width: 200px;
    height: 200px;
    display: block;
}
#back-top {
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    left: 50%;
    margin-left: 520px;
}
#back-top a {
    width: 70px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #79ec3e;
    cursor: pointer;
}
#back-top span {
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 50px;
    background: url(../images/up-arrow.png) no-repeat center 0 #c3c3c3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #7b7a7a;
    background-position: center -63px;
}
#slogan {
    width: 100%;
    height: 65px;
    margin: 20px 0 0 0;
    position: relative;
}
#slogan a {
    color: #333;
}
#slogan a:hover {
    color: #900;
    text-decoration: underline;
}
#slogan p {
    text-align: center;
    font-size: 24px;
    padding: 2px 0 2px;
}
#dlg-ajax-wait {
    display: none;
}
.iconSprite, .trackingDetails .zTable .infoBut {
    background-color: transparent;
    background-image: url("../images/banners/spriteIcon-black.png");
    background-repeat: no-repeat;
    display: block;
}
.iconSpriteA {
    background-color: transparent;
    background-image: url("../images/banners/spriteIcon.png");
    background-repeat: no-repeat;
    display: block;
}
.iconSprite:hover {
    background-image: url("../images/banners/spriteIcon.png");
}
.flag {
    float: left;
    height: 17px;
    margin: 0 4px 5px 0;
    width: 26px;
}
.footer li, .footer a {
    font-size: 11px;
    line-height: 14px;
}
.deFlag {
    background-position: 0 0;
}
.atFlag {
    background-position: -27px 0;
}
.roFlag {
    background-position: -54px 0;
}
.bgFlag {
    background-position: -81px 0;
}
.euFlag {
    background-position: -108px 0;
}
.sofort-button {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #ee7f00;
    border: 1px solid #c66300;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 110px 5px;
    padding: 10px 18px 24px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}
.sofort-button:hover {
    background-color: #c66300;
    border: 1px solid #ee7f00;
}
.wirecard-button {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #f89e22;
    border: 1px solid #970000;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 136px 5px;
    padding: 10px 18px 24px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}
.wirecard-button:hover {
    background-color: #970000;
    border: 1px solid #f89e22;
}
#addQty {
    border: 1px solid #c1c1c1;
    height: 58px;
    padding: 5px 35px 5px 5px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000;
}
.custom-number-input {
    position: relative;
    width: 117px;
    min-width: 80px;
    height: 58px;
    transition: all .5s;
}
.custom-number-input.hidden {
    opacity: 0;
}
.custom-number-input input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 20px;
}
/* Hide default arrows in Chrome, Safari, Edge, Opera */
.custom-number-input input::-webkit-outer-spin-button,
.custom-number-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Hide default arrows in Firefox */
.custom-number-input input[type="number"] {
    -moz-appearance: textfield;
}
.arrow-buttons {
    position: absolute;
    right: 5px;
    top: calc(50%);
    transform: translateY(-50%);
    height: 58px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 5px;
    user-select: none;
    pointer-events: auto;
}
.arrow-buttons div {
    padding: 10px;
    user-select: none;
    cursor: pointer;
}
.arrow-buttons svg {
    width: 10px;
    height: 7px;
    display: block;
    pointer-events: none;
}
.a-up {
    transform: rotate(180deg);
}
#product-order .attr-wrap-sizes input[type="radio"] {
    height: 32px;
    opacity: 0;
    position: absolute;
    width: 50px;
    z-index: 99;
    cursor: pointer;
}
.text-delivery {
    font-style: italic;
    color: #9e9e9e;
    text-align: center;
    width: 100%;
}
.example-title {
    margin-top: 20px;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -2px;
    text-align: center;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style], .fb-comments span, .fb-comments iframe, #feedback_1BPmrZl7XkdyRTNRI {
    width: 100% !important;
}
div.horizontalScroller div.navForward {
    width: 21px !important;
}
#head1 .actions .phone .mls {
    font-size: 13px;
}
.show_ribbon body[id^=skin] {
    background-position: center 34px !important;
}
.show_ribbon_animated body[id^=skin] {
    -moz-transition: background-position 1.5s;
    -webkit-transition: background-position 1.5s;
    -o-transition: background-position 1.5s;
    transition: background-position 1.5s;
}
.show_ribbon_animated body {
    -moz-transition: margin-top 1.5s;
    -webkit-transition: margin-top 1.5s;
    -o-transition: margin-top 1.5s;
    transition: margin-top 1.5s;
}
.show_ribbon_animated #page-content #content_header {
    -moz-transition: margin-top 1.5s;
    -webkit-transition: margin-top 1.5s;
    -o-transition: margin-top 1.5s;
    transition: margin-top 1.5s;
}
.show_ribbon_animated #page-content.scrollingHeader #content_header {
    -moz-transition: margin-top 1.5s;
    -webkit-transition: margin-top 1.5s;
    -o-transition: margin-top 1.5s;
    transition: margin-top 1.5s;
}
.show_ribbon body {
    margin-top: 40px;
}
.show_ribbon #page-content #content_header {
    margin-top: 40px;
}
.show_ribbon #page-content.scrollingHeader #content_header {
    margin-top: 40px;
}
.show_ribbon_animated #ribbon_abonare_nl {
    -moz-transition: height 1.5s;
    -webkit-transition: height 1.5s;
    -o-transition: height 1.5s;
    transition: height 1.5s;
}
#ribbon_abonare_nl {
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 2px solid #f89e22;
    left: 0;
    margin: -40px auto;
    position: absolute;
    right: 0;
    text-align: left;
    width: 100%;
    z-index: 10000;
}
.show_ribbon #ribbon_abonare_nl {
    height: 40px;
    overflow: hidden;
}
#ribbon_abonare_nl span img {
    display: inline-block;
    margin: 0 2px;
}
#close_ribbon {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -9px;
}
#yes_ribbon, #no_ribbon, #close_ribbon {
    cursor: pointer;
}
.header-links {
    float: left;
    margin: 10px 0 0;
}
.free-delivery {
    float: right;
    margin: 10px 0 0 10px;
}
.phone {
    float: left;
    margin: 10px 0 0 170px;
}
.ico {
    display: none;
}
.icon-phone {
    display: none;
}
.ui-autocomplete {
    margin-bottom: 0;
    box-shadow: 1px 3px 11px #333;
}
.search-suggestion {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
}
#search-result .price, #search-result-mobile .price {
    font-weight: 500;
    font-size: 15px;
}
#search-result .name, #search-result .code, #search-result-mobile .name, #search-result-mobile .code {
    font-weight: 500;
    font-size: 15px;
}
.ui-menu-item {
    border-bottom: 1px solid #333;
    padding: 6px;
    list-style: none;
}
.autocomplete-btn button {
    background: var(--blue);
    color: #fff;
    border: 1px solid;
    padding: 5px 11px;
    border-radius: 15px;
    cursor: pointer;
}
#search-result {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 338px;
    cursor: pointer;
}
#search-result-mobile {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 95%;
    top: 50px;
}
#search-result-mobile .ui-widget-content {
    text-align: left;
}
form.search {
    width: 100%;
}
.input-search {
    width: 100%;
    background: none;
    height: 48px;
    border: none;
    font-size: 18px;
    padding: 0 20px;
}
.header-search {
    width: 100%;
    max-width: 585px;
    position: relative;
    background: #f1f1f1;
    border-radius: 40px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.26);
    margin-left: -80px;
}
.header-search:before {
    position: absolute;
    content: '';
    right: 20px;
    top: 12px;
    background: url(../images/search-icon.svg) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    pointer-events: none;
    user-select: none;
    border: none;
    z-index: 1;
}
.search-logo {
    display: none;
}
.search-button {
    position: absolute;
    content: '';
    background: var(--blue);
    width: 58px;
    height: 48px;
    border: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    right: 0;
    cursor: pointer;
}
.search-button:focus {
    outline: unset;
}
.cart {
    margin-top: 21px;
}
.pngfix {
    height: 22px !important;
    left: -5px !important;
    right: inherit !important;
}
.promoPrice-text {
    position: absolute;
    height: 22px;
    top: 8px;
    display: block;
    text-align: center;
    color: #e84118;
    font-size: 28px;
}
.text-bottom {
    display: none;
}
#photo-zoom {
    width: auto;
    height: inherit;
    position: relative;
    z-index: 9;
}
#product-photo {
    position: relative;
    float: left;
    padding-top: 15px;
    width: 44%;
}
#product-photo-navi {
    float: left;
    width: 32%;
}
.cloud-zoom img {
    width: 100%;
    max-width: 100%;
    height: inherit;
}
.flexslider {
    display: none;
}
.dds {
    font-size: 12px;
    color: #999;
}
.attr-wrap {
    width: 100%;
    padding: 15px 0 0;
}
.attr-wrap:after {
    content: '';
    display: block;
    clear: both;
}
.attr-label {
    width: 70px;
    display: block;
    float: left;
    padding: 0 20px 0 0;
    line-height: 22px;
    box-sizing: border-box;
}
.attr-select {
    float: left;
}
.attr-select select {
    padding: 3px;
    width: 250px;
    background: #fff;
    border: 1px solid #ccc;
}
#group-products .attr-wrap.qty {
    width: 45%;
    float: left;
    padding: 10px 0 0;
}
#group-products1 .attr-wrap.qty {
    width: 30%;
    float: left;
    padding: 10px 0 0;
}
.button-wrap {
    width: 100%;
    padding: 0;
}
.social-product {
    text-align: right;
    margin: 0;
}
/* .ui-dialog-content {
    height: inherit !important;
} */
.delivery-paragraph {
    width: 100%;
    padding: 15px 0 15px 0;
}
.checkout-table {
    width: 100%;
    margin: 10px auto;
    border-collapse: separate;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.checkout-table thead th {
    border-bottom: 1px solid #e0e0e0;
    background: #f4f4f4;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    text-transform: capitalize;
    white-space: nowrap;
}
.checkout-table td, .checkout-table th {
    padding: 10px;
    border-right: 1px solid #e0e0e0;
}
.checkout-table td:last-child, .checkout-table th:last-child {
    border-right: none;
}
.checkout-table tbody tr td {
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
}
.select-qty {
    margin: 4px;
    border: 1px solid #d8d8d8;
    background: #FFF;
    font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #f4f4f4 0 0 0 4px;
    -moz-box-shadow: #f4f4f4 0 0 0 4px;
    box-shadow: #f4f4f4 0 0 0 4px;
    padding: 5px;
}
.checkout-table tfoot td {
    background: #f4f4f4;
}
.a-right, .align-right {
    text-align: right;
}
.checkout-button {
    padding: 10px;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    border: 0;
    background: #004274;
    color: #FFF;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 3px;
}
.checkout-button:hover {
    color: #fff;
    text-decoration: none;
}
.checkout-title {
    float: left;
}
.checkout-title h1 {
    font-size: 24px;
}
.checkout {
    text-align: right;
}
.checkout-summ {
    display: none;
}
.steps-checkout {
    padding: 0 20px 10px 0;
    border-bottom: 1px solid #c1c1c1;
    width: 1600px;
    margin: 0 auto;
}
.info-sidebar {
    text-align: center;
    padding: 15px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px !important;
    line-height: 1.42857143;
    vertical-align: top;
    background: #f1f1f1;
    border-bottom: 2px solid #fff;
}
.back-btn {
    padding: 5px;
    border: 1px solid #555;
    border-radius: 3px;
    margin: 0 10px 0 0;
}
.back-btn:hover {
    text-decoration: none;
}
.mobile-nav-button {
    display: none;
}
#mobile-nav {
    box-shadow: 1px 0 9px #999;
    position: absolute;
    height: 103vh;
    width: 0;
    top: -20px;
    left: -5px;
    background: #fff;
    overflow-x: scroll;
    z-index: 2;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
.justify-content-between {
    padding: 30px 18px 10px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.menu-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 37px;
    float: none;
    font-weight: 400;
    line-height: 26px;
    text-shadow: none;
    overflow: visible;
    text-transform: none;
    opacity: 1;
}
.fixed-mobile-menu {
    overflow-x: hidden;
    overflow-y: scroll;
}
.mobile-info-pages {
    border-top: 1px solid #9995;
    padding: 5px 0;
    margin: 5px 0;
}
.mobile-info-pages li {
    text-decoration: none;
    list-style: none;
}
#mobile-nav .mobile-info-pages li a {
    color: #747880;
}
.justify-content-between a {
    display: inline-block;
    background: url(../images/logo/logo.svg) no-repeat;
    background-size: contain;
    width: 100px;
    height: 45px;
}
.copyright-mobile-menu {
    color: #333 !important;
    margin-left: 25px;
}
#mobile-nav li a {
    display: inline-block;
    width: 85%;
    font-weight: bold;
    padding: 10px 25px;
    text-decoration: none;
    color: #111;
    list-style: none;
}
#mobile-nav li a.active {
    font-weight: bold;
}
.toggle-subitem {
    padding: 5px 15px;
    position: absolute;
    top: 10px;
    height: 24px;
    right: 3px;
    background: url(../images/plus-item.svg) no-repeat center;
    background-size: 14px;
}
.toggle-subitem2 {
    padding: 5px 15px;
    top: 50px;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    right: 3px;
    background: url(../images/plus-item.svg) no-repeat center;
    background-size: 14px;
}
.subitem-level-2 {
    background: #e0e0e0;
}
.subitem-level-3 {
    background: #f1f1f1;
}
.subitem-level-2 li {
    width: 87%;
    display: inline-block;
}
.subitem-level-2.groups li {
    width: 100%;
}
.group-section-listing span {
    padding: 5px 15px;
    display: inline-block;
}
.group-section-wrap {
    display: none;
}
/*.toggle-subitem.active, .toggle-subitem2.active {*/
/*    background: url(../images/remove-item.svg) no-repeat center;*/
/*    background-size: 14px;*/
/*}*/
/*.mobile-in {*/
/*    background: url(../images/in.svg) no-repeat left center !important;*/
/*    padding-left: 20px;*/
/*}*/
/*.mobile-red-li {*/
/*    border-bottom: 1px solid #9995;*/
/*}*/
/*.mobile-reg {*/
/*    background: url(../images/edit.svg) no-repeat left center !important;*/
/*    padding-left: 20px;*/
/*}*/
/*.mobile-contacts-c a {*/
/*    background: url(../images/clock-call.png) no-repeat left center !important;*/
/*    border-bottom: 1px solid #9995;*/
/*}*/
#mobile-nav li ul {
    display: none;
}
#mobile-nav li ul li a {
    padding-left: 40px;
    font-weight: 500;
}
.png_credit {
    display: block;
    position: absolute;
    width: 60px !important;
    bottom: 140px;
}
.img-2 {
    margin-left: 9px;
}
.img-3 {
    margin-left: 9px;
}
.color-url {
    color: #000;
}
.div-iframe {
    width: 1002px;
    margin: 30px auto 0;
}
.brand-title {
    background: #333;
    margin: 20px 0;
    border-radius: 30px;
    text-align: center;
}
.brand-title p {
    font-size: 30px;
    color: #fff;
    padding: 10px;
}
.brand-title h1 {
    font-size: 16px;
    padding: 8px 0 8px 20px;
    text-transform: uppercase;
}
.brandIndex {
    font-size: 16px;
    margin: 10px 0 0;
    padding: 0 10px 10px;
}
.brandIndex li {
    display: inline;
    margin-right: 10px;
}
.brandLetter {
    float: left;
    width: 45px;
}
.brandLetter h2 {
    font-size: 22px;
    color: #f89e22;
    padding: 0;
}
.brandBlock ul {
    float: left;
    padding-right: 10px;
    width: 173px;
    list-style-type: none;
}
.brandBlock {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 10px 0 0 10px;
    width: 142px;
    float: left;
    list-style: none;
    text-align: center;
}
.brandBlock img {
    width: 75%;
}
.iframe1 {
    position: relative;
    padding-bottom: 34.10%;
    height: 0;
}
.iframe1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
}
#brand {
    width: 100%;
    height: 30px;
    border: 1px solid #c1c1c1;
}
#filter_dropdown {
    max-height: 155px;
    overflow: auto;
}
#filter_dropdown > label {
    float: left;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    width: 80%;
}
#filter_dropdown > label > img {
    margin-right: 5px;
}
#brands {
    margin-top: 10px;
    max-height: 290px;
    overflow: auto;
    position: relative;
    z-index: 8;
    margin-bottom: 5px;
}
#brands input {
    margin-left: 0;
}
.label1 input {
    margin-left: 10px;
}
.garantie {
    display: block;
    position: absolute;
    z-index: 999;
}
.game-body {
    width: 100%;
    height: 540px;
    background: url(../images/game/bg-game-2015.jpg) no-repeat;
    border: 1px solid #8b8b8b;
    margin-top: 10px;
    margin-bottom: 20px;
}
.game-form-subscribe {
    width: 45%;
    padding: 20px;
    position: relative;
}
.game-form-subscribe h1 {
    color: #f89e22;
    font-size: 24px;
    border-bottom: 1px solid #8b8b8b;
    margin-bottom: 10px;
}
.game-form {
    width: 100%;
    border: 1px solid #8b8b8b;
    padding-top: 10px;
    padding-bottom: 10px;
    background: none repeat scroll 0 0 rgba(255,255,255,0.5);
    position: absolute;
}
.game-form-input {
    padding: 10px;
    float: left;
    width: 50%;
    border-right: 1px solid #8b8b8b;
}
.game-form-input input {
    width: 100%;
    margin-bottom: 8px;
    height: 30px;
    border: 1px solid #8b8b8b;
}
.game-form-input button {
    width: 100%;
    background: #f89e22;
    border: 1px solid #991316;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}
.game-form-input button:hover {
    width: 100%;
    background: #991316;
    border: 1px solid #991316;
    height: 30px;
    color: #fff;
}
.game-form-fb {
    float: right;
    width: 50%;
    padding: 10px;
}
.fb-game {
    width: 50%;
    float: left;
}
.minion-game {
    width: 50%;
    float: right;
}
.game-form-input form br {
    display: none;
}
.errors {
    color: #ff0000;
}
.game-info {
    width: 100%;
    margin-top: 235px;
}
.filtre-height {
    height: 10px;
}
.posts {
    width: 100%;
    display: inline-block;
}
.posts-photo {
    width: 18%;
    float: left;
    padding-left: 10px;
    margin-bottom: 15px;
}
.posts-content {
    width: 80%;
    float: right;
    margin-top: 10px;
}
.posts-arrow {
    float: left;
    width: 2%;
    text-align: right;
    padding-top: 10px;
}
.posts-text {
    float: left;
    width: 94%;
    background: #d9effb;
    padding: 10px;
}
.posts-line {
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
    margin-bottom: 15px;
}
.phone-cart-edit {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    padding: 5px 0 0 10px;
}
.padd-cart-left {
    float: left;
    width: 45%;
    padding-top: 10px;
}
.padd-cart-right {
    float: left;
    width: 35%;
    padding-top: 18px;
}
.padd-cart-right img {
    margin-top: -8px;
}
.cart-edit-phone-left {
    float: left;
    width: 30%;
}
.cart-edit-phone-right {
    float: left;
    width: 70%;
}
.free-delivery-span {
    color: #7ea238;
    font-weight: bold;
}
.margin-phone-help {
    margin-top: -8px;
}
.navi-cart {
    width: 100%;
    font-size: 20px;
}
.navi-step-cart-left {
    text-align: left;
    display: inline-block;
    width: 33%;
}
.navi-step-cart-center {
    text-align: left;
    display: inline-block;
    width: 33%;
}
.navi-step-cart-right {
    text-align: left;
    display: inline-block;
    width: 33%;
}
.red-border {
    border-top: 10px solid #333;
    width: 33%;
    margin: 10px 0;
    display: inline-block;
}
.silver-border {
    border-top: 10px solid #626262;
    width: 33%;
    margin: 10px 0;
    display: inline-block;
}
.add-products-input {
    display: block;
    position: relative;
    background: #ec6224;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border: none;
    max-width: 230px;
    width: 100%;
    line-height: 8px;
    height: 50px;
    padding: 0 0 0 32px;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
}
.add-products-input:before {
    position: absolute;
    top: 15px;
    left: 33px;
    content: "\f07a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 21px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.add-products-input:hover {
    background: #f58451;
}
.attribut-css {
    display: block;
    padding: 4px 8px 2px 4px;
    font-weight: bold;
}
.show_hide {
    display: none;
    background: url(../images/icons/delivery-product-page.png) no-repeat left;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-size: 30px;
}
.show_hide2 {
    display: none;
    background: url(../images/icons/arrow-return.png) no-repeat left;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-size: 27px;
}
.show_hide3 {
    display: none;
    background: url(../images/icons/refund-product-page.png) no-repeat left;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-size: 30px;
}
.show_hide4 {
    display: none;
    background: url(../images/safe-shopping.png) no-repeat left;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.line-show-hide {
    border-bottom: 1px solid #c1c1c1;
    margin: 18px 0;
    height: 1px;
}
.slidingDiv, .slidingDiv2, .slidingDiv3, .slidingDiv4 {
    padding-top: 5px;
    text-align: justify;
    font-size: 14px;
}
.plus-minus {
    float: right;
}
.div-info {
    padding: 15px 0 0 0;
    width: 320px;
    margin: 0 auto;
    text-align: left;
}
.title-icon1 {
    background: url(../images/icons/delivery-product-page.png) no-repeat left;
    background-size: 25px;
    font-size: 15px;
    padding: 7px 0 7px 28px;
}
.title-icon2 {
    background: url(../images/icons/arrow-return.png) no-repeat left;
    background-size: 22px;
    font-size: 15px;
    padding: 5px 0 5px 28px;
}
.title-icon3 {
    background: url(../images/icons/refund-product-page.png) no-repeat left;
    background-size: 25px;
    font-size: 15px;
    padding: 5px 0 5px 28px;
}
.title-icon4 {
    background: url(../images/icons/24-hours-delivery.svg) no-repeat left;
    background-size: 25px;
    padding: 5px 0 5px 30px;
    font-size: 15px;
}
.title-icon5 {
    background: url(../images/icons/discount-symbol.svg) no-repeat left;
    background-size: 22px;
    font-size: 15px;
    padding: 5px 10px 5px 28px;
}
.print-page {
    background: url(../images/print-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.print-page:hover {
    background: url(../images/print-icon-hover.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.fb-share {
    background: url(../images/facebook-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.fb-share:hover {
    background: url(../images/facebook-icon-hover.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.gplus-share {
    background: url(../images/New-Google-Plus-Icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.gplus-share:hover {
    background: url(../images/New-Google-Plus-Icon-hover.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.t-sharea {
    background: url(../images/Twitter_alt_4.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.t-sharea:hover {
    background: url(../images/Twitter_alt_4-hover.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.pin-share {
    background: url(../images/pinterest-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.pin-share:hover {
    background: url(../images/pinterest-icon-hover.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.button-info {
    color: #999;
    font-size: 13px;
    margin: 10px auto 0;
    width: 70%;
}
.title-cart {
    float: left;
}
.phone-help {
    float: right;
    padding-top: 10px;
}
.left-info, .center-info, .right-info {
    width: 30%;
    float: left;
    padding: 10px;
}
.left-info span {
    cursor: help;
}
.center-info span {
    cursor: help;
}
.right-info span {
    cursor: help;
}
a.cc-btn.cc-dismiss {
    background: #333;
}
.payment-cod p {
    color: #9ea9b7;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 10px;
}
p.title-pay {
    font-size: 18px;
    color: #333;
    margin: 0 auto;
    padding-top: 80px;
}
.payment-cod input {
    display: block;
    visibility: hidden;
}
.payment-cursor {
    cursor: help;
}
.payment-cod label {
    cursor: pointer;
    padding: 0 6px 0 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    width: 237px;
    float: left;
    border: 2px solid var(--blue);
    margin: 0 4px;
    max-height: 300px;
    height: 220px;
    border-radius: 15px;
}
.checkout-button-wrapper {
    margin-bottom: 32px;
    width: 69%;
    float: right;
    margin-top: 20px;
}
.checkout-button-wrapper1 {
    width: 100%;
    margin-bottom: 20px;
}
.promoPrice {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.logo-cart {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #c1c1c1;
}
.new-wrapper {
    width: 1150px;
    margin: 20px auto 0;
    background: #fff;
}
.quicklinks-box {
    padding-bottom: 18px;
}
.quicklinks-box ul {
    text-align: center;
}
.quicklinks-box ul li {
    background: rgba(0,0,0,0) url("../images/banners/icon-arrows.png") no-repeat scroll 102% -44px;
    display: inline-block;
    margin: 4px 19px;
    min-height: 17px;
}
.quicklinks-box ul li a {
    font-size: 16px;
    padding-right: 13px;
    text-transform: uppercase;
}
.bike-link {
    background: url("../images/bike-icon.png") no-repeat;
    padding-left: 58px !important;
    padding-top: 6px;
    padding-bottom: 10px;
}
.outdoor-link {
    background: url("../images/outdoor-icon.png") no-repeat;
    padding-left: 48px !important;
    padding-top: 6px;
    padding-bottom: 10px;
}
.sport-link {
    background: url("../images/sport-icon.png") no-repeat;
    padding-left: 48px !important;
    padding-top: 6px;
    padding-bottom: 10px;
}
.shoes-link {
    background: url("../images/shoes-icon.png") no-repeat;
    padding-left: 58px !important;
    padding-top: 6px;
    padding-bottom: 10px;
}
.quicklinks-box ul li a:hover {
    color: #f89e22 !important;
    text-decoration: none !important;
}
.mini-banners {
    width: 1150px;
    margin: 0 auto;
}
.mini-banners ul {
    list-style-type: none;
}
.mini-banners ul li {
    display: inline-block;
    width: 375px;
}
.mini-banners ul li div {
    height: 40px;
}
.mini-banners ul li h2 {
    text-align: center;
    font-size: 18px;
}
.li-mini-banners {
    padding-right: 9px;
}
.li-mini-banners1 {
    float: right;
}
.mini_b_button {
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    color: inherit;
}
.li-mini-banners img:hover {
    opacity: 0.8;
    transition: opacity 0.4s ease 0s;
}
.li-mini-banners1 img:hover {
    opacity: 0.8;
    transition: opacity 0.4s ease 0s;
}
.mini_b_button:hover {
    color: #fff !important;
    text-decoration: none;
    background: url("../images/more-next.png") no-repeat scroll 90% 11px rgba(228,39,24,0.9);
    padding: 0.3em 2em 0.3em 1em;
    border: 2px solid transparent;
}
.mini_b_div {
    text-align: center;
}
.home-pro {
    height: 140px !important;
}
.home-tumbs {
    height: 233px !important;
    width: 15% !important;
}
.help-info-banners {
    background: #ddd;
    height: 78px;
}
.help-info-banners iframe {
    float: left;
    margin-left: 8px;
}
.bg-email {
    text-align: center;
    padding-top: 20px;
    background: none;
}
.bg-email h2 {
    font-weight: normal;
}
.h2-email {
    background: url(../images/email-icon.png) no-repeat;
    font-size: 16px;
    float: left;
    padding: 10px 0 10px 45px;
}
.delivery-style {
    text-align: center;
    font-size: 13px;
    color: #db0000;
}
.delivery-style span {
    color: #7ea238;
    font-weight: bold;
}
.map-addres-info {
    padding: 10px 10px 15px 10px;
    width: 320px;
    float: left;
    background: #444;
    color: #fff;
    height: 175px;
}
.map-addres-info p {
    font-size: 16px;
}
.info-map-left {
    float: left;
    width: 30%;
    color: #c1c1c1;
}
.info-map-right {
    float: right;
    width: 65%;
    color: #c1c1c1;
}
.map-addres {
    width: 66%;
    float: left;
}
.col {
    float: left;
    min-width: 265px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 5px;
}
#body-content-newest {
    width: 1600px;
    margin: 0 auto;
}
#body-content-newest .product-wrap {
    margin: 20px 12px;
}
.col h2 {
    font-size: 16px;
    color: #222;
    margin-left: 0;
    margin-bottom: 8px;
    padding-top: 0;
}
.col ul {
    list-style: none;
}
.colLine {
    height: 1px;
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
    margin-bottom: 20px;
}
.social-network {
    width: 135px;
    margin: 0 auto;
    float: right;
}
.social-network h2 {
    float: left;
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 16px;
}
.social-network img {
    margin-right: 5px;
}
.google-iframe iframe {
    height: 0;
}
.clear-both {
    clear: both;
    display: none;
}
.help-banner-mini {
    display: none;
}
.thenk-you-page {
    margin: 25px auto;
    padding: 20px 10px;
    text-align: center;
    width: 90%;
    display: grid;
}
.register-banner img {
    width: 100%;
    height: auto;
    max-width: 585px;
    margin: 0 auto;
}
#login-overlay.modal-dialog {
    max-width: 1600px !important;
    margin: 0 auto 30px;
}
#login-overlay.modal-dialog .modal-content {
    box-shadow: none;
    border: none;
}
#login-overlay.modal-dialog .modal-content .well.login-form {
    background: none;
    border: none;
    box-shadow: none;
}
.btn .login-button {
    background-color: #222;
    border: 0 none;
    color: #fff;
    opacity: 1;
    outline: 0 none;
    padding: 10px 12px 10px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 265px;
    float: left;
    position: relative;
}
.btn .login-button:hover {
    background-color: #333;
    box-shadow: none;
    transition: all 0.3s ease-in-out 0s;
}
.login-form h2 {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: 100%;
}
.panel.panel-primary.pmmPanel {
    border: none;
}
.panel.panel-primary.pmmPanel > .panel-heading {
    background: #fff;
    border: none;
    color: #333;
}
.userProfile .pmmPanel .form-control {
    float: right;
    max-width: 585px;
}
#prCodeKey {
    height: 35px;
    padding: 0 10px;
    border-radius: 30px !important;
}
.promo-btn {
    margin: 0 auto 0 5px;
    display: block;
    height: 34px;
    border: none;
    border-radius: 30px;
    color: #fff;
    background-color: var(--blue);
    padding: 0 20px;
    cursor: pointer;
}
.facebook-button {
    float: left;
    width: 200px;
    height: 44px;
    line-height: 44px;
    padding: 0 5px 0 48px;
    margin: 0 18px 10px 0;
    background: #3b5791;
    position: relative;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}
#google-button {
    float: left;
    width: 200px;
    height: 44px;
    line-height: 44px;
    padding: 0 5px 0 48px;
    margin: 0 0 10px 0;
    background: #df4930;
    position: relative;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}
.btn.login-button {
    background-color: var(--blue);
    border-radius: 30px;
    color: #fff;
    opacity: 1;
    outline: 0 none;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
    float: left;
    position: relative;
}
.panel-heading {
    width: 100%;
}
.profile-menu {
    border: 1px solid #ddd;
    margin-bottom: 50px;
}
.profile-menu a {
    color: #000;
}
.profile-menu li {
    cursor: pointer;
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.profile-menu .fa {
    margin-right: 5px;
}
.profile-menu .fa-credit-card-alt {
    font-size: 11px;
}
.check-all-wrapper #removeBtn {
    font-size: 14px;
    background: #fff;
    color: #bcbcbc;
    opacity: 1;
    outline: 0 none;
    padding: 15px 5px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 189px;
    float: right;
    position: relative;
    margin-top: -60px;
    border-radius: 30px;
    border: 1px solid #bcbcbc;
    line-height: 1;
}
.page-fav .product {
    width: 100%;
    height: 160px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
}
.page-fav .product .image-wrap {
    float: left;
    height: 130px;
}
.page-fav .product .name-wrap {
    text-align: left;
    float: left;
    margin: 50px 0 0 20px;
    width: 35%;
}
.page-fav .product .name-wrap .price-group {
    display: block;
    margin-top: 15px;
    color: #000;
}
.fa-shopping-cart {
    font-size: 27px !important;
    color: #444;
    padding-top: 5px;
}
.actions .cart-account-wrapper .account {
    float: right;
    height: 35px;
    margin-top: 28px;
    text-align: right;
    position: relative;
}
.actions .cart-account-wrapper .account .acc-dropdown {
    cursor: pointer;
}
.acc-dropdown i {
    color: #444;
    font-size: 23px !important;
}
.text-login {
    float: right;
    padding: 4px 8px;
}
.text-login a {
    color: #444;
    font-size: 14px !important;
}
.actions .cart-account-wrapper .favourite {
    float: right;
    height: 18px;
    margin-top: 31px;
    padding: 0 20px;
    text-align: right;
    width: auto;
}
.fa-user, .fa-star, .fa-heart {
    color: #444;
    font-size: 20px;
}
.button-wrap.catalog {
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 999;
}
.button-wrap.catalog .add-to-favorite {
    background: #fff url(../images/empty-heart.png) no-repeat scroll center center / 25px auto;
    float: right;
    border: 1px solid #dadada;
    border-radius: 100%;
    width: 45px;
    height: 45px;
}
.save-button-wrapper {
    display: block;
    float: right;
    right: 0;
    height: 40px;
    width: 40px;
    position: relative;
}
.button-wrap.catalog .add-to-favorite:hover, .button-wrap.catalog .add-to-favorite.added:hover {
    -webkit-box-shadow: 2px 2px 0 #ccc inset;
    -moz-box-shadow: 2px 2px 0 #ccc inset;
    box-shadow: 2px 2px 0 #ccc inset;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.add-fav-pro {
    top: 70px;
    background-color: var(--blue);
    border: 0 none;
    color: #fff;
    opacity: 1;
    outline: 0 none;
    padding: 15px 12px 15px 12px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 190px;
    float: right;
    position: relative;
    border-radius: 30px;
    font-size: 14px;
}
.col-sm-10 {
    display: inline-block;
}
.col-sm-2 {
    float: left;
}
.myacc {
    border: 1px solid #ddd;
}
.myacc input {
    width: 350px;
}
.myacc td {
    background: #ffffff !important;
    border: none !important;
}
.col-xs-12 h2 {
    margin-bottom: 10px;
    text-transform: none;
    font-size: 18px;
}
.panel-title {
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px !important;
}
.list-group-item.list-orders {
    padding: 25px 15px 15px;
}
.label-size-1, .label-size-2, .label-size-3, .label-size-4, .label-size-5 {
    float: left;
}
.label-size-5 label {
    float: right;
}
.label-size-1 {
    width: 8%;
}
.label-size-2 {
    width: 40%;
}
.label-size-3 {
    width: 10%;
}
.label-size-4 {
    width: 15%;
}
.label-size-5 {
    width: 25%;
}
.list-order1 {
    margin-top: -12px;
}
.panel-body-mobile {
    display: none;
}
.table-condensed {
    margin-top: 30px;
}
.acc-Menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 #ddd;
    display: none;
    float: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 24px;
    width: 240px;
    z-index: 999;
}
.acc-Menu > li {
    display: block !important;
    height: inherit !important;
}
.acc-body {
    padding: 20px;
}
.acc-name {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px !important;
    margin: 0 0 15px;
    padding: 0 0 10px;
    line-height: 35px;
    text-align: left;
}
.acc-body .list-group {
    margin: 0;
}
.acc-body .list-group .list-group-item {
    text-align: left;
}
.acc-footer {
    padding: 20px;
}
.acc-userIcon {
    border-radius: 39px;
    padding: 9px;
    border: 1px solid;
    font-size: 15px !important;
    float: left;
    margin: 0 2px 0 0;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2 !important;
    color: #fff !important;
    background-color: #f89e22 !important;
    border-color: #f89e22 !important;
    font-size: 15px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all .payment-cod label {
    height: auto;
}
a.list-group-item {
    color: #555;
}
.profile-menu i {
    font-size: 12px !important;
}
.mobile-acc {
    display: none;
}
.col-xs-9 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100% !important;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-primary {
    background: var(--blue) !important;
    border: 0;
    border-radius: 30px;
}
#favorite-size, #shopping-cart-size {
    font-size: 12px;
    background-color: var(--orange);
    width: 21px;
    height: 21px;
    border-radius: 50%;
    position: absolute;
    float: right;
    display: block;
    text-align: center;
    color: #FFF;
    line-height: 21px;
}
#favorite-size {
    margin-left: 16px;
    top: -3px;
}
#shopping-cart-size {
    margin-left: 23px;
    top: -5px;
}
.home-promo-price {
    margin-left: 128px !important;
}
.brand-logo {
    margin: 20px auto;
}
.brand-logo img {
    margin-right: 30px;
}
.full-width {
    width: 100% !important;
}
.fa-phone {
    font-size: 18px !important;
    padding-right: 5px;
}
.fa-road {
    font-size: 18px !important;
    padding-right: 5px;
}
.fa-refresh {
    font-size: 18px !important;
    padding-right: 5px;
}
.fullname {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
    display: block !important;
}
.edit-cart img {
    margin: 10px;
    width: 80px !important;
    height: auto !important;
    float: left;
}
.pull-right {
    font-size: 16px !important;
}
.col-xs-3 {
    display: none;
}
.h1-editimput {
    width: 50%;
    float: left;
}
.h1-editimput h1 {
    font-size: 24px;
}
.product-OConf img {
    margin: 10px;
    width: 80px !important;
    height: auto !important;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    padding: 0;
    margin: 0 0 0 5px;
}
.mobile-filter {
    display: none;
}
.arrow-down-none {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    padding: 0;
    margin: 0 0 0 5px;
}
.sizeTd {
    width: 45%;
    line-height: 0;
}
.col-xs-9 h2 {
    color: #333 !important;
}
.cash-on-icon {
    background-size: 102px 40px;
    background-position: 98% 50%;
}
.paypal-icon {
    background-size: 174px 60px;
    background-position: 98% 50%;
}
.prepayment-icon {
    background-size: 100px 45px;
    background-position: 98% 50%;
}
.btn {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 18px;
}
.fixed-mobile-menu li {
    position: relative;
}
.payment-cod input[type="radio"]:checked + label {
    background: var(--blue);
}
.payment-cod input[type="radio"]:checked + label p {
    color: #fff;
}
.cash-on-icon label {
    background: url(../images/icons/post-office.png) no-repeat center;
    background-size: 50px;
    background-position: 90px 20px;
}
.paypal-icon label {
    background: url(../images/icons/borica-card.png) no-repeat center;
    background-size: 50px;
    background-position: 90px 20px;
}
.prepayment-icon label {
    background: url(../images/icons/bank-transfer.png) no-repeat center;
    background-size: 50px;
    background-position: 90px 20px;
}
.leasing-uc-icon label {
    background: url(../images/icons/leasing.png) no-repeat center;
    background-size: 60px;
    background-position: 88px 12px;
}
.cash-on-icon input[type="radio"]:checked + label, .paypal-icon input[type="radio"]:checked + label, .prepayment-icon input[type="radio"]:checked + label, .leasing-uc-icon input[type="radio"]:checked + label {
    background: var(--blue) url(../images/icons/white-tick.png) no-repeat center;
    background-size: 50px;
    background-position: 90px 20px;
}
#dlg-show-leasing .payment-cod {
    height: 88px;
}
#payment-method-box label:hover, #payment-method-box label.active {
    background-color: var(--blue);
    color: #fff;
}
#payment-method-box label:hover p, #payment-method-box label.active p {
    color: #fff;
}
#payment-method-box {
    display: table-cell;
    width: 1600px;
}
div#leasing_plans_unicredit tr {
    font-size: 16px;
    font-weight: 300;
}
div#leasing_plans_unicredit table {
    margin-top: 20px;
}
div#leasing_plans_unicredit th {
    border: 1px solid;
    padding: 6px;
}
div#leasing_plans_unicredit td {
    border: 1px solid;
    padding: 3px;
}
.checkboxFa {
    float: left;
    margin-top: 75px;
}
.codeKey {
    padding: 10px;
    border-radius: 30px;
    background: #dbdbdb;
    width: 159px;
}
.removePC {
    border-radius: 30px;
    background: #333333;
    padding: 10px 20px;
    margin-left: 5px;
    color: #fff !important;
}
.form-control {
    border-radius: 5px !important;
}
.related-products-wrap:after {
    display: block;
    content: '';
    clear: both;
}
.related-products-title, .products-seen-title {
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 0 20px;
}
.related-products-wrap li.product.thumbs {
    list-style-type: none;
    width: 180px;
    float: left;
    margin: 0 20px 20px;
}
.related-products-wrap li.product.thumbs .rel-product-image {
    height: 210px;
    position: relative;
}
.products-slider-parent {
    position: relative;
}
.products-slider {
    overflow-x: auto;
    display: flex;
    gap: 10px;
    scroll-behavior: smooth;
}
.products-slider::-webkit-scrollbar {
    display: none;
}
.products-slider .product-wrap {
    flex: 0 0 19%;
    min-width: 300px;
    margin-bottom: 0;
}
.products-seen-wrap:after {
    display: block;
    content: '';
    clear: both;
}
.products-seen-wrap li.product.thumbs {
    list-style-type: none;
    width: 180px;
    float: left;
    margin: 0 20px 20px;
}
.products-seen-wrap li.product.thumbs .rel-product-image {
    height: 210px;
    position: relative;
}
.product.thumbs .product-name {
    margin-top: 5px;
}
.search-input-wrap-mobile {
    display: none;
}
.bank-info {
    display: block !important;
}
.category-style {
    font-size: 21px;
    text-transform: uppercase;
}
.attr-label2 {
    font-size: 12px !important;
}
.attr-size input {
    height: 22px !important;
}
.header-mini-menu {
    float: left;
    background: #dee1e6;
    height: 40px;
    width: 100%;
}
.slide-info {
    z-index: auto !important;
    height: 40px !important;
    margin-top: 0 !important;
    text-align: right !important;
    float: right !important;
}
.contacts-mini-menu {
    float: left;
    width: 60%;
    padding: 8px 0;
}
.info-mini-menu {
    float: right;
    width: 40%;
}
.box-info {
    width: 1600px;
    margin: 0 auto;
}
.phone-header {
    color: #333;
    background-size: 15px;
    background: url(../images/phone.svg) no-repeat left 5px top 5px;
    padding: 10px 10px 10px 25px;
    font-size: 14px;
}
.emial-header {
    color: #333;
    background-size: 25px;
    background: url(../images/email.svg) no-repeat left 5px top 5px;
    padding: 10px 10px 10px 35px;
    font-size: 14px;
}
.phone-header:hover, .emial-header:hover, .blog-header:hover {
    color: #f89e22;
}
.blog-header {
    color: #333;
    padding: 10px;
    font-size: 14px;
}
#category-icons img {
    width: 80px;
}
#category-icons a {
    color: #333;
}
#category-icons h3 {
    font-size: 16px;
}
.category-icons-heading {
    padding: 10px 0;
    text-align: center;
    background: #333;
    border-radius: 15px;
}
.category-icons-heading a {
    text-decoration: none;
    color: #fff;
    padding: 0 15px;
    font-size: 24px;
}
.bg-courier {
    background: url(/images/ekont-logo.svg) no-repeat top left;
    background-size: 80px;
    padding-left: 95px;
}
.discount-range-wrap h3 {
    font-size: 1.00rem;
    text-align: center;
}
.price {
    display: none;
}
@-moz-document url-prefix() {
    .item_l1 > a, .title-icons, .connect-us, .menu_l3 > li > a, #filters-wrap > ul > li > a, .checkout-product-info span {
        font-weight: 300 !important;
    }
}
@keyframes itempop {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes particles {
    0%, 20% {
        opacity: 0;
    }
    25% {
        font-size: 5px;
        opacity: .5;
        box-shadow: 0.32476rem -2.4375rem 0 0 #ff8080, -0.32476rem -2.0625rem 0 0 #ffed80, 2.1082rem -1.26585rem 0 0 #ffed80, 1.41004rem -1.53985rem 0 0 #a4ff80, 2.30412rem 0.85901rem 0 0 #a4ff80, 2.08305rem 0.14233rem 0 0 #80ffc8, 0.76499rem 2.33702rem 0 0 #80ffc8, 1.18748rem 1.71734rem 0 0 #80c8ff, -1.35019rem 2.0552rem 0 0 #80c8ff, -0.60229rem 1.99916rem 0 0 #a480ff, -2.44865rem 0.22578rem 0 0 #a480ff, -1.93852rem 0.77557rem 0 0 #ff80ed, -1.70323rem -1.77366rem 0 0 #ff80ed, -1.81501rem -1.03204rem 0 0 #ff8080;
    }
}
.slick-dots {
    text-align: right !important;
    bottom: 30px !important;
    right: 30px !important;
    pointer-events: none !important;
}
.slick-dots li {
    margin: unset !important;
    pointer-events: all !important;
}
.slick-dots li button:before {
    font-size: 12px !important;
    opacity: .75 !important;
    color: #333 !important;
}
.slick-dots li.slick-active button:before {
    color: #fff !important;
}
.slick-prev, .slick-next {
    outline: none !important;
    z-index: 998 !important;
}
.slick-prev {
    left: 10px !important;
}
.slick-next {
    right: 10px !important;
}
.product-desc {
    margin-top: 30px;
    list-style-position: inside;
}
.product-actions {
    padding: 0;
}
.logo-text {
    font-size: 20px;
}
#show-leasing {
    margin-left: 18px;
}
#show-leasing img {
    max-width: 100%;
}
.button-menu {
    border: 2px solid var(--blue);
    border-radius: 5px;
    color: #454545 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 10px 12px 10px 38px !important;
    background: url(../images/icons/menu-button-icon.svg) no-repeat left 12px top 12px;
    background-size: 20px;
}
.bot-head-wrap {
    position: relative;
}
.bot-head-wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 880px;
    /* background-color: #f1f1f1; */
    position: absolute;
    top: -5px;
    left: 0;
    z-index: -1;
}
.welcome-message {
    background: #f1f1f1;
    margin-bottom: -50px;
    font-size: 19px;
    padding: 100px 20px;
    position: relative;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}
.welcome-message:after {
    content: '';
    position: absolute;
    background: url(../images/welcome-fish.svg) no-repeat;
    background-size: 537px;
    width: 537px;
    height: 582px;
    top: -90px;
    left: 36%;
    pointer-events: none;
}
.welcome-message h1 span {
    background: url(../images/icons/fish-rod.png) no-repeat 600px, url(../images/icons/fish.png) no-repeat 630px;
    padding-right: 70px;
}
.welcome-message span {
    background: url(../images/icons/pointer.png) no-repeat;
    padding-left: 25px;
}
div.horizontalScroller {
    border-top: unset !important;
}
div.horizontalScroller div.navBack, div.horizontalScroller div.navForward {
    margin-top: 44px !important;
}
.filter-title {
    font-weight: 600;
}
.ui-slider-horizontal .ui-slider-range {
    height: 3px !important;
    z-index: 0 !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -7px !important;
}
.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-wrap .space-between:last-of-type span:last-of-type span {
    font-size: 14px;
    font-weight: bold;
    color: #848484;
}
.product-button-show button, .exhaust-product button {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    margin: 10px 0;
}
.product-button-show button {
    padding: 5px 11px 5px 33px;
    background: url(../images/icons/btn-cart-icon.svg) no-repeat 8px, var(--blue);
}
.exhaust-product button {
    padding: 5px 11px;
    background: var(--blue);
}
.product-button-show label, .exhaust-product label {
    margin-bottom: unset;
    cursor: pointer;
}
.product-wrap .image-wrap {
    border-bottom: 1px solid #EBEBEB;
    padding: 10px;
    position: relative;
}
.ui-widget {
    font-family: "Montserrat", "Verdana", Arial, sans-serif !important;
}
.ui-widget button {
    font-family: "Montserrat", "Verdana", Arial, sans-serif !important;
    cursor: pointer;
}
.flex-control-paging li a {
    background: #D9D9D9 !important;
    box-shadow: unset !important;
}
.flex-control-paging li a.flex-active, .ui-dialog .ui-dialog-buttonpane button {
    background: var(--blue) !important;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 1px !important;
}
.title-center {
    text-align: center;
}
.mousetrap {
    width: 100% !important;
}
pwa-update {
    display: none;
}
.trash-remove-item {
    position: revert;
    margin-top: 10px;
}
img[alt~="remove"] {
    margin-bottom: 3px;
}
.products-heading {
    text-align: center;
}
.products-heading a {
    color: #000;
}
.products-slider .left, .products-slider .right {
    position: absolute;
    display: inline-block;
    width: 56px;
    height: 56px;
    outline: 0;
    border: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9D9D990;
    /* background-color: hsla(0, 0%, 100%, .6); */
    /* transition: background-color .2s ease; */
    z-index: 2;
    cursor: pointer;
}
.products-slider .left {
    left: -18px;
}
.products-slider .right {
    right: -18px;
}
.products-slider .left:after, .products-slider .right:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #1F1F1F;
    border-right: 2px solid #1F1F1F;
    margin-top: 6px;
}
.products-slider .left:after {
    margin-left: 0.3em;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.products-slider .right:after {
    margin-left: -0.3em;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.logo-wrap img {
    width: 90px;
}
#dlg-favorite, #dlg-show-leasing {
    height: auto !important;
}
.show-on-mobile {
    display: none;
}
.hide-on-mobile {
    display: block;
}
#head1 .actions, #head1, #head-wrapper1, #head, #wrapper {
    width: auto;
    margin: 0 15px;
}

@media only screen and (min-width: 1170px) {
    .cd-main-content h1 {
        font-size: 24px;
    }
    .cd-panel__header {
        width: 25%;
    }
    .cd-panel__container {
        width: 25%;
    }
}
@media only screen and (min-width : 769px) {
    #new-search-mobile {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .cd-panel__header {
        width: 40%;
    }
    .cd-panel__container {
        width: 40%;
    }
    .cd-panel__content p {
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .col-sm-offset-2 {
        margin-left: 16.5%;
    }
}
@-webkit-keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@-webkit-keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media only screen and (max-width: 1600px) {
    #breadcrumbs {
        padding: 95px 20px 12px;
    }

    .mid-head, .mainmenu-slider-wrapper {
        padding: 0 20px;
        margin: auto;
    }
    .content-wrap {
        padding: 0 20px 40px 20px;
    }
    .welcome-message {
        margin-bottom: -10px;
    }
    .review-comment {
        width: 80%;
    }
    .write-review {
        width: 60%;
    }
    .reviews-summary {
        width: 52%;
    }
    .reviews-add-review h2 {
        line-height: 1.2;
    }
    #breadcrumbs {
        width: 100%;
    }
    .product-wrap {
        width: 23%;
    }
    .mini-banners ul li {
        display: inline-block;
        width: 32%;
    }
    .mini-banners ul li div {
        height: 40px;
    }
    .li-mini-banners1 {
        float: none;
    }
    .banner-home img {
        width: 100%;
    }
    #category-icons .container, #banners-homepage .container {
        max-width: 1000px;
        margin: 0;
    }
    .box-info {
        width: 100%;
    }
    .header-search, .logo-wrap {
        margin-left: unset !important;
    }
    .header-search {
        max-width: 410px;
    }
}

@media only screen and (max-width: 1400px) {
    .product-wrap {
        width: calc(100% / 3 - 13px);
    }
    .add-to-cart, .fast-add-to-cart, .make-inquiry, .reminder, .call-us {
        font-size: 16px;
    }
    .add-to-cart, .fast-add-to-cart {
        padding: 15px 12px 15px 50px;
        background-position: top 14px left 11px;
    }
}
@media only screen and (max-width: 1149px) {
    .product-listing-wrap {
        gap: 10px;
    }
    .product-wrap {
        width: calc(100% / 2 - 5px);
    }
    .order-phone {
        display: none;
    }
    #floating-menu {
        width: 24%;
    }
    .favourite > a {
        width: 100%;
    }
    .game-form-subscribe {
        width: 55%;
    }
    .div-iframe {
        width: 100%;
    }
    #slogan {
        margin-top: -18px;
    }
    #product-content {
        padding-bottom: 20px;
    }
    .threebanners img {
        width: 32%;
    }
    #head1 .actions, #head1 {
        width: auto;
        margin: 0 15px;
    }
    #product-photo-navi {
        width: 40%;
    }
    .free-delivery {
        margin: 8px 0 0 30px;
    }
    #head1 .actions span {
        font-size: 11px;
    }
    #group-products {
        width: 75%;
    }
    .product {
        width: 46%;
        text-align: center;
    }
    .product.thumbs>div {
        margin: 0 auto;
    }
    #footer-del1 {
        border-right: none;
        width: 47%;
    }
    #footer {
        width: 100%;
    }
    #footer-copyright {
        width: 100%;
    }
    #cat-middle {
        width: 75%;
    }
    .attr-wrap.qty {
        width: auto;
        float: none;
    }
    .button-wrap {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .button-wrap>input {
        float: none !important;
        padding: 0 !important;
    }
    .contact-info img {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
    }
    .contact-info iframe {
        width: 100% !important;
        scrolling: no;
    }
    #slogan p {
        font-size: 19px;
    }
    .virtual-office {
        display: none;
    }
    .size-tables .full-width-img {
        width: 100%;
        height: auto;
    }
    .checkout-button-wrapper {
        width: 69%;
    }
    .navi-cart {
        font-size: 1em;
    }
    .left-info {
        width: 28%;
    }
    .center-info {
        width: 28%;
    }
    .right-info {
        width: 32%;
    }
    .new-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .posts-line {
        border-bottom: 1px solid #c1c1c1;
        width: 100%;
        margin: 25px 0 15px;
    }
    .li-mini-banners {
        width: 32%;
        text-align: center;
    }
    .li-mini-banners1 {
        width: 32%;
        text-align: center;
    }
    .li-mini-banners a img {
        width: 100%;
        height: auto;
    }
    .li-mini-banners1 a img {
        width: 100%;
        height: auto;
    }
    .bannerproducts-ie-home-page img {
        width: 100%;
    }
    .bannerproducts-ie-home-page {
        float: left;
        width: 97%;
        margin: 20px 15px;
    }
    #leftcontent {
        padding-top: 0;
    }
    .map-addres {
        width: 60%;
        float: left;
    }
    .bg-email {
        width: 60%;
    }
    .help-info-banners iframe {
        width: 100% !important;
        height: 64px !important;
        margin: 5px 0 0 0;
        border-bottom: 1px solid #999;
    }
    .h2-email {
        width: 110px;
        margin: 0 auto;
        float: none;
    }
    .help-info-banners {
        height: 200px;
    }
    .social-network {
        float: none;
        padding-top: 20px;
    }
    .social-network h2 {
        display: none;
    }
    .clear-both {
        clear: both;
        display: block;
    }
    .col {
        min-width: 22%;
    }
    #login-overlay.modal-dialog {
        width: 100%;
    }
    .mini-banners {
        width: 98%;
        padding-left: 15px;
    }
    .div-info {
        width: 100%;
    }
    #attributes {
        width: 100%;
    }
    #photos {
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    #category-icons {
        overflow-x: scroll;
        flex-wrap: inherit;
        padding-bottom: 10px;
        justify-content: flex-start;
    }
    #category-icons a {
        padding-right: 25px;
    }
}
@media only screen and (max-width: 947px) {
    #leftcontent-checkout-confirms {
        width: 100%;
    }
    .unslider img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 900px) {
    .product-review-wrap {
        width: 100%;
    }
    .reviews-add-review {
        float: left;
        width: 100%;
    }
    .left-info {
        width: 24%;
    }
    .center-info {
        width: 26%;
    }
    .right-info {
        width: 38%;
    }
    #head1 {
        margin: 0;
    }
    .left-info, .center-info, .right-info {
        padding: 10px 5px;
    }
}
@media screen and (max-width: 850px) {
    .iframe3 {
        display: none;
    }
    .iframe4 {
        display: block;
    }
    #slogan {
        margin-top: -105px;
    }
    .mls1 {
        display: none;
    }
    .game-form-subscribe {
        width: 65%;
    }
    .navi-cart {
        font-size: 0.9em;
    }
    .left-info {
        width: 24%;
    }
    .center-info {
        width: 20%;
    }
    .right-info {
        text-align: left;
        padding: 10px 10px 10px 40px;
        width: 34%;
    }
    .li-mini-banners {
        width: 31%;
        text-align: center;
        float: left;
        padding-bottom: 30px;
        padding-right: 0;
    }
    .li-mini-banners1 {
        width: 31%;
        text-align: center;
        padding-bottom: 30px;
    }
    .li-mini-banners a img {
        width: 90%;
        height: auto;
    }
    .li-mini-banners1 a img {
        width: 90%;
        height: auto;
    }
    .mini-banners ul li h2 {
        text-align: center;
        font-size: 14px;
    }
    .cart-hover-menu {
        left: -140px;
    }
    .map-addres {
        width: 55%;
        float: left;
    }
    .actions .cart-account-wrapper .account {
        float: right;
        height: 35px;
        margin-top: 30px;
        text-align: right;
        width: auto;
    }
    .h1-editimput {
        width: 100%;
    }
    .checkout-button-wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .add-to-cart-wrap > button {
        margin: -58px 0 0 auto;
        width: calc(75% - 7px);
    }
    .custom-number-input {
        width: calc(15%);
    }
    .related-products-title, .products-seen-title {
        font-size: 18px;
        padding: unset;
    }
    .ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"] .ui-dialog-titlebar,
    .ui-dialog[aria-describedby="dlg-cart-added"] .ui-dialog-titlebar {
        padding: 30px 0;
        border-bottom: 1px solid #c1c1c1 !important;
        border-radius: 0;
    }
    .ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"] .ui-dialog-title,
    .ui-dialog[aria-describedby="dlg-cart-added"] .ui-dialog-title {
        font-size: 16px;
        padding-left: 45px;
    }
    .ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"] .ui-dialog-title:before,
    .ui-dialog[aria-describedby="dlg-cart-added"] .ui-dialog-title:before {
        width: 35px;
        height: 35px;
        background-size: 35px;
        top: -8px;
    }
    #breadcrumbs {
        margin-bottom: 15px;
        padding-top: 72px;
    }
    .show-on-mobile {
        display: block;
    }
    .hide-on-mobile {
        display: none;
    }
    .product-actions-container .brand-logo-container {
        font-size: 16px;
        font-weight: 600;
    }
    .add-to-favorite-wrap {
        font-size: 14px;
        margin: 25px 0 10px 0;
    }
    #toggleFrame {
        max-width: unset;
        padding: 20px;
    }
    .fast-btn-wrap input[type=radio]:not(.old) + label {
        font-size: 14px;
    }
    .add-to-favorite, .delivery-button {
        width: 100%;
        text-align: center;
    }
    .add-to-favorite #cubic-heart, .add-to-favorite #cubic-heart-mobile, .add-to-favorite #cubic-heart-listing {
        background: url(/images/icons/icon-heart.svg) no-repeat top 16px left 15% #F1F1F1;
    }
    label.delivery-button {
        background: url(/images/icons/icon-delivery-box.svg) no-repeat top 16px left 9% #F1F1F1;
    }
    .product-ratings-n-code {
        flex-wrap: wrap;
    }
    .product-ratings-n-code > span:first-of-type a {
        font-size: 14px;
        margin-left: 8px;
    }
    .bot-head-wrap:after {
        height: 600px;
    }
    .h2, h2 {
        font-size: 16px;
    }
    .top-brands-wrap {
        padding: 30px 0;
    }
    .list-product-info h1, h2.fish-icon {
        background-size: 32px;
        height: 31px;
        padding: 8px 0 0 38px;
    }
    .add-review {
        font-size: 16px;
        width: 100%;
    }
    .trash-remove-item {
        position: relative;
        display: inline-block;
        bottom: 0;
        margin-top: 10px;
    }
    #dlg-cart-add .image-and-text,
    #dlg-cart-added .image-and-text {
        display: flex;
        flex-direction: column;
    }
    #dlg-cart-add .image-and-text td:first-of-type img,
    #dlg-cart-added .image-and-text td:first-of-type img {
        width: 75%;
        height: auto;
    }
    #dlg-cart-add > table > tbody > tr > td:nth-of-type(2) > table > tbody > tr > td:first-child,
    #dlg-cart-added > table > tbody > tr > td:nth-of-type(2) > table > tbody > tr > td:first-child {
        display: none;
    }
    .ui-dialog[aria-labelledby="ui-dialog-title-dlg-cart-add"],
    .ui-dialog[aria-describedby="dlg-cart-added"] {
        left: 0 !important;
    }
    .add-to-cart-button-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .add-to-cart-button-wrapper button {
        width: 100% !important;
    }
    .body-front-home .bot-head-wrap, #login-overlay, #wrapper {
        padding-top: 60px !important;
    }
    .mid-head:not(.mobile):after {
        top: 60px;
    }
    .activeMenu .mid-head:before {
        content: '';
        position: fixed;
        z-index: 999;
        backdrop-filter: blur(1px);
        background: unset;
    }
    .activeMenu .mid-head:not(.mobile):after {
        background: unset;
    }
    #search-result {
        left: 50%;
        transform: translate(-50%);
    }
    .catalog-icons .catalog-section div {
        font-size: 11px;
        line-height: 14px;
    }
    .catalog-icons .catalog-section div, .catalog-icons .catalog-section-boards div {
        font-weight: bold;
    }
    .welcome-message {
        padding: 70px 20px;
    }
    .welcome-message:after {
        width: 100%;
        top: 0;
        left: 0;
    }
    .mainmenu-slider-wrapper {
        display: block;
    }
    #html-front-home .catalog-icons-container.home {
        display: flex;
        flex-wrap: unset;
        overflow: auto;
        gap: 6px;
        margin: 10px 0 30px 0;
    }
    #html-front-home .catalog-icons .catalog-section .catalog-img {
        border: 2px solid var(--blue);
        border-radius: 50%;
        width: 64px;
    }
    .homepage-banners-slide {
        width: 100%;
        margin-left: auto;
    }
    .footer-bottom {
        padding: 10px 20px;
    }
    .footer-column {
        width: 100%;
        padding: 0 20px;
    }
    .footer-column > ul > li {
        margin-bottom: 10px;
    }
    .footer-column:nth-of-type(2) ul {
        margin-bottom: unset;
    }
    .footer-column:nth-of-type(3) h2 {
        display: none;
    }
    .footer-middle-wrap {
        padding: 20px;
    }
    .footer-middle {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .footer-middle div:nth-of-type(2) {
        margin-left: unset;
    }
    .footer-fisherman {
        position: unset;
        order: 1;
        margin-top: unset;
        margin-left: -20px;
        width: calc(100% + 40px);
        background-size: contain;
    }
    .footer-copyright {
        text-align: center;
        width: unset;
        margin-right: unset;
    }
    #mainmenu {
        display: none;
    }
    .button-menu {
        display: none;
    }
    .mid-head {
        height: unset;
    }
    .mid-head:not(.mobile) {
        padding: 0;
        height: 60px;
    }
    .categories-n-filters {
        position: absolute;
    }
    .categories-list, #filters-wrap {
        display: none;
    }
    .filter-title-n-close span {
        display: block;
        font-weight: 600;
    }
    .categories-n-filters.active {
        display: block;
        width: 80%;
        max-width: unset;
        z-index: 999;
        position: fixed;
        box-shadow: 1px 0 9px #999;
        height: 103vh;
        top: -20px;
        left: -5px;
        background: #fff;
        overflow-x: scroll;
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        -ms-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
    }
    .categories-n-filters.active #filters-wrap {
        display: block;
        background: #fff;
    }
    #filters .filter-wrap {
        background: #EDEDED;
    }
    .content-wrap-inner {
        width: unset;
        max-width: 100%;
        padding-left: unset;
    }
    .info-slide-text {
        width: 95%;
        padding: 20px 10px;
        font-size: 14px;
    }
    .info-slide-text span {
        font-weight: bold;
    }
    .horizontal-groups-wrap.home .group-wrap-inner {
        flex-direction: column;
        width: 100%;
    }
    .horizontal-groups-wrap.home .group-info-block {
        order: 1;
        width: 100%;
        flex-wrap: wrap;
        padding: 45px;
        margin: unset;
    }
    .horizontal-groups-wrap.home .group-info-block img {
        width: max-content;
        flex-basis: 100%;
        height: 0;
    }
    .horizontal-groups-wrap.home .group-info-block p {
        text-align: left;
        width: 60%;
    }
    .horizontal-groups-wrap.home .group-info-block p:nth-of-type(3) {
        margin: unset;
    }
    .horizontal-groups-wrap.home .group-info-block a {
        max-width: 166px;
        padding: 10px 20px;
    }
    .horizontal-groups-wrap.home .products-wrap {
        margin-bottom: 20px;
    }
    #text .img-side-to-side {
        gap: 25px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #text .img-side-to-side > div {
        flex-basis: 44%;
    }
    .mobile-account-menu {
        padding-left: 24px;
        list-style: none;
    }
    .mobile-account-menu a {
        color: #333;
        font-weight: 700;
    }
    .shopping-cart, .search-button {
        outline: unset;
    }
    .header-actions-wrap {
        margin-right: 20px;
    }
    .mid-head.mobile {
        display: block !important;
        border-bottom: unset;
        max-width: 54px;
    }
    .mobile-nav-button {
        display: block;
    }
    .header-mini-menu {
        display: none;
    }
    ::-webkit-scrollbar {
        height: 5px;
        width: 5px;
    }
    .cd-panel__header h1 {
        font-size: 20px;
    }
    input[type=radio]:not(.old) + label {
        font-size: 16px;
    }
    .available, .unavailable {
        padding: 5px 15px;
    }
    .cd-main-content {
        position: relative;
    }
    .variations::-webkit-scrollbar {
        display: none;
    }
    .variation-wrap {
        width: 90px;
        height: 90px;
    }
    #variationText {
        width: 90px;
    }
    .paging {
        padding-top: 65px;
    }
    .order-delay {
        margin: auto;
    }
    .subscribe-agreement {
        width: 72%;
    }
    .shopping-cart {
        width: unset;
        height: unset;
    }
    .shopping-cart-icon {
        margin-right: 0;
        margin-bottom: 0;
        width: 26px;
        height: 40px;
        background: url(../images/icons/cart-icon.svg) no-repeat 0;
    }
    #shopping-cart-size {
        right: -12px;
        font-weight: 500;
    }
    .fast-order-form {
        width: 100%;
        margin-top: 0;
    }
    #product-photo {
        display: none;
    }
    .product-actions-info {
        width: 101%;
    }
    .product-listing-wrap {
        justify-content: space-between;
        gap: 5px
    }
    .product-reviews-wrap {
        margin-top: 20px !important;
        margin-bottom: 40px;
        padding: 0 15px 0px !important;
    }
    #slider-range {
        width: 97%;
    }
    #reviews {
        font-size: 18px;
    }
    #reviews-data {
        margin-top: 0;
    }
    .product-reviews-title {
        margin-bottom: 0;
    }
    .reviews-add-first-review {
        background: unset;
        padding: 0;
    }
    .reviews-add-first-review h3 {
        font-size: 17px;
    }
    .add-first-review {
        width: 95%;
    }
    .add-first-review p {
        font-size: 14px;
    }
    .add-first-review > div:first-child {
        width: 100%;
    }
    .add-first-review > div:last-child {
        width: 100%;
        margin-bottom: 0;
    }
    .comment-author {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .author-name-date p {
        margin-top: 0;
        margin-left: 10px;
    }
    .review-comment {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .add-comment {
        font-size: 14px;
    }
    .look-at-comments {
        font-size: 14px;
    }
    #rating-result {
        font-size: 15px;
    }
    .write-review {
        width: 95%;
        padding: 10px;
    }
    .add-review-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .add-review-content {
        width: 100%;
    }
    .reviews-avarage-stats {
        width: 30%;
        padding: 20px 0;
        text-align: left;
    }
    .reviews-summary {
        width: 70%;
    }
    .rating-bar-review-count {
        width: 30px;
        box-sizing: border-box;
    }
    .rating-bar-wrap span {
        width: 80px;
        margin-right: 5px;
    }
    .activeSearch .search-input-wrap-mobile {
        right: 0;
        width: 100%;
    }
    .activeSearch #keywords-mobile {
        background-color: #f1f1f1;
    }
    .fa-search:before {
        display: none;
    }
    .activeSearch .fa-search:before {
        display: block;
    }
    .subscribe-input {
        width: 43%;
    }
    #category-icons .col-sm:nth-child(2) h2, #category-icons .col-sm:nth-child(3) h2 {
        padding-top: 40px;
    }
    #category-icons .col-sm {
        padding: 0;
    }
    .search-input-wrap-mobile button:hover, .search-input-wrap1 button:hover {
        background: url(../images/search-btn.jpg) no-repeat scroll 0 -36px transparent;
    }
    .search-input-wrap-mobile {
        position: absolute;
        transition: width .2s ease-in-out;
        padding: 10px;
        background-color: #fff;
        text-align: right;
        z-index: 1;
        box-sizing: border-box;
        height: 50px;
        display: none;
        left: 0;
        right: 0;
        width: 100%;
        top: 83px;
    }
    .search-input-wrap-mobile form {
        background: #7f7f7f;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5) inset;
    }
    .search-input-wrap-mobile input, .search-input-wrap1 input {
        width: 80%;
        height: 33px;
        text-align: left;
        font-size: 14px;
        padding-left: 10px;
        border: medium none;
        outline-style: none;
        float: left;
        background: #eee;
        border-radius: 15px 0 0 15px;
    }
    .search-input-wrap-mobile form > button, .search-input-wrap1 button {
        width: 20%;
        float: right;
        background: #333;
        color: #fff;
        text-transform: uppercase;
        height: 33px;
        border: none;
        border-radius: 0 15px 15px 0;
    }
    #search-result-mobile .autocomplete-btn button {
        width: 100%;
    }
    #category-icons .container, #banners-homepage .container {
        max-width: 100%;
    }
    .account-wrap, .favourite-wrap, .shopping-cart-caption, .welcome-name, .fav-none {
        display: none;
    }
    .mobile-contacts-a img, .mobile-contacts-b img {
        width: 22px;
        margin-right: 8px;
    }
    .mobile-contacts-a, .mobile-contacts-b {
        font-size: 18px;
    }
    .modal-body {
        padding-top: 50px;
    }
    .png_credit {
        width: 35px !important;
        bottom: 200px;
    }
    .product-text {
        padding: 10px 5px 0 0;
        display: flex;
        flex-direction: column;
    }
    .cc-message {
        font-size: 12px;
    }
    .content-wrap-404 {
        width: 100%;
    }
    .content-wrap-brand-page, .content-wrap-brand-page .content-wrap-inner {
        width: 100%;
    }
    .content-wrap-brand-page .catalog-icons .catalog-section {
        width: 32%;
    }
    .thenk-you-page {
        margin: 50px auto;
    }
    #payment-method-box {
        width: 100%;
    }
    .search-bottom-btn button {
        width: 100%;
    }
    .search-bottom-btn .autocomplete-btn {
        padding: 5px;
    }
    .modal-header h1 {
        font-size: 24px;
        padding-top: 40px;
    }
    #body-content-newest {
        width: 100%;
    }
    #body-content-newest .product-wrap {
        margin: 20px 1px;
    }
    .slider-wrap {
        width: 95%;
        margin: 0 auto;
    }
    .attributes-wrapper.attribute-size {
        text-align: center;
    }
    .product-name-product-page > h1 {
        float: none;
    }
    #cloud-zoom-big {
        display: none !important;
    }
    .add-to-cart, .fast-add-to-cart {
        margin: 7px auto;
        text-align: center;
        font-size: 15px;
    }
    .add-to-cart {
        margin-bottom: 15px;
        background-position: top 14px left 8%;
    }
    .fast-add-to-cart {
        background-position: top 14px left 27%;
    }
    .flex-nav-prev, .flex-nav-next {
        display: none;
    }
    .mid-head, .mainmenu-slider-wrapper {
        padding: 0 8px;
    }
    .content-wrap {
        padding: 0 15px 40px;
    }
    #filters-wrap ul {
        display: none;
    }
    .btn.mobile-filter-button {
        background: #fff;
        border: 3px solid var(--orange);
        color: var(--orange);
        width: 47%;
        float: left;
        position: relative;
        border-radius: 10px;
        font-size: 18px;
        font-weight: bold;
    }
    #filters {
        padding: 0 10px;
    }
    .mobile-filter {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
    }
    .activeMenu #mobile-nav {
        width: 80%;
        z-index: 999;
        position: fixed;
    }
    .burger-text {
        font-size: 12px;
        padding-top: 34px;
    }
    .iframe1 {
        display: none;
    }
    .game-form-subscribe {
        width: 80%;
    }
    #head1 .actions, #head1, #head-wrapper1, #head, #wrapper {
        width: auto;
        margin: 0 5px;
    }
    #head1 .actions, #head1, #head-wrapper1, #head, #wrapper1 {
        width: auto;
    }
    .userProfile {
        width: auto;
        margin: 0 15px;
    }
    #head1 .actions, #head1 {
        margin: 0 5px;
        width: auto;
    }
    .links {
        display: none;
    }
    .ico {
        display: block;
        height: 25px;
        padding: 0;
    }
    .logo img {
        width: 100%;
    }
    #head1 .actions span {
        font-size: 11px;
    }
    #head .actions {
        width: 50%;
    }
    .menu_l1 {
        display: none;
    }
    .mobile-nav-wrap {
        display: flex;
        align-items: center;
    }
    .mobile-nav-button img {
        width: 38px;
        height: auto;
    }
    #footer-menu {
        display: none;
    }
    #footer {
        margin: 0 auto;
    }
    #product-photo-navi {
        display: none;
    }
    #floating-menu {
        display: none;
    }
    #cat-left {
        display: none;
    }
    .page-content #floating-menu {
        width: 100%;
        display: block;
        margin: 0 0 20px 0;
    }
    .page-content #cat-left {
        width: 100%;
        display: block;
    }
    #cat-left ul li a {
        display: inline-block;
        font-weight: bold;
        padding: 10px;
        text-decoration: none;
    }
    #cat-left ul li ul {
        display: none;
    }
    #cat-left ul {
        text-align: center;
    }
    #cat-left1 {
        display: none;
    }
    #cat-left1 ul li a {
        border-bottom: 1px solid #ccc;
        display: block;
        font-weight: bold;
        padding: 10px;
        text-decoration: none;
    }
    #cat-left1 ul li ul {
        display: none;
    }
    #cat-left1 ul {
        padding: 0;
    }
    #cat-middle {
        width: 100%;
    }
    #group-products {
        width: 100%;
    }
    .ui-dialog {
        width: 100% !important;
        left: 0 !important;
        box-sizing: border-box;
    }
    #FormProductAdded > table > tbody > tr > td > table > tbody > tr > td:first-child {
        display: none;
    }
    .ui-dialog-buttonpane {
        text-align: center !important;
    }
    button.ui-state-default.ui-corner-all {
        margin: 5px !important;
        padding: 5px !important;
    }
    .info-sidebar {
        display: none;
    }
    .info-content {
        padding: 0 25px;
        width: 100% !important;
    }
    .attr-wrap.qty {
        width: 45%;
        float: left;
    }
    .button-wrap {
        width: 100%;
        margin: 15px auto 0;
    }
    .threebanners img {
        margin-bottom: 6px;
        width: auto;
    }
    .iframe-container {
        display: none;
    }
    #slogan {
        display: none;
    }
    #leftcontent iframe {
        display: none;
    }
    #head1 .actions .phone .mls {
        font-size: 21px;
    }
    .phone {
        margin: 7px 15px 0;
    }
    .free-delivery {
        margin: 8px 0 0 10px;
    }
    .size-tables {
        width: 100% !important;
        height: auto !important;
    }
    .padd-cart-left {
        float: left;
        width: 45%;
        margin-top: 5px;
    }
    .padd-cart-right {
        float: left;
        width: 50%;
    }
    .cart-edit-phone-left {
        float: left;
        width: 40%;
    }
    .cart-edit-phone-right {
        float: left;
        width: 60%;
    }
    .navi-cart {
        font-size: 0.8em;
    }
    .steps-checkout {
        padding: 5px 5px 5px 10px;
        display: none;
    }
    #attributes {
        width: 320px;
    }
    .bannerproducts-ie-home-page {
        text-align: center;
        width: 96%;
    }
    .bannerproducts-ie-home-page img {
        width: 60%;
        padding-bottom: 20px;
    }
    .fourproducts-ie-home-page {
        display: block;
        width: 100%;
    }
    .home-tumbs {
        height: auto !important;
        width: 90% !important;
        margin: 0 0 0 12px;
    }
    .cart-hover-menu {
        left: -190px;
    }
    .map-addres {
        width: 50%;
        float: left;
    }
    .bg-email {
        width: 68%;
    }
    .panel-body-desktop {
        display: none;
    }
    .panel-body-mobile {
        display: block;
    }
    .list-order1 {
        margin-top: unset;
    }
    .mobile-orders {
        padding: 25px 15px 20px !important;
    }
    .add-fav-pro {
        top: 0;
    }
    .add-products-input {
        width: 320px;
    }
    .header-search {
        display: flex;
        align-items: center;
        margin: 0 6px;
    }
    .header-search:before {
        right: 12px;
        top: 11px;
        background: url(../images/search-icon.svg) no-repeat;
        background-size: 18px;
        width: 18px;
        height: 18px;
    }
    .search-logo {
        display: block;
        margin-left: 10px;
    }
    .search-logo img {
        height: 25px;
    }
    .search-button {
        width: 38px;
        height: 40px;
    }
    .logo-wrap {
        display: none;
    }
    #shopping-cart-wrap {
        display: grid;
        align-items: unset;
    }
    .input-search {
        padding: 0 45px 0 8px;
        font-size: 14px;
        height: 40px;
    }
    .reminder {
        float: none;
        margin: 0 auto;
    }
    .flexslider {
        display: block;
    }
    .img-2, .img-3 {
        margin-left: 0;
    }
    .payment-cod {
        display: inline-block;
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }
    .payment-cod label {
        width: 100%;
        height: 160px;
    }
    #leftcontent-checkout-confirms .row {
        margin-right: 0;
        margin-left: 0;
    }
    .cash-on-icon label, .paypal-icon label, .prepayment-icon label, .leasing-uc-icon label, .cash-on-icon input[type="radio"]:checked + label, .paypal-icon input[type="radio"]:checked + label, .prepayment-icon input[type="radio"]:checked + label, .leasing-uc-icon input[type="radio"]:checked + label {
        background-position: top;
    }
    p.title-pay {
        padding-top: 60px;
    }
    .li-mini-banners {
        width: 100%;
        text-align: center;
        float: left;
        padding-bottom: 30px;
    }
    .li-mini-banners1 {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .li-mini-banners a img {
        width: 90%;
        height: auto;
    }
    .li-mini-banners1 a img {
        width: 90%;
        height: auto;
    }
    .map-addres-info {
        width: 100%;
        float: none;
        padding: 10px 0;
    }
    .col {
        min-width: 45%;
    }
    .help-banner-big {
        display: none;
    }
    .help-banner-mini {
        display: block;
    }
    .editTD {
        display: grid;
        width: 100%;
    }
    .saveSubmit {
        margin-left: 15px !important;
    }
    i.fa.fa-user, i.fa.fa-credit-card-alt {
        display: none;
    }
    .product-tabs-wrap {
        width: 100%;
        display: inline-block;
    }
    .tab_content {
        margin-bottom: 10px;
    }
    .tabs {
        display: block;
        border-bottom: none;
    }
    .tabs li {
        width: 100%;
    }
    .tabs li::marker {
        content: '';
    }
    .tabs li a {
        position: relative;
        margin-right: unset;
        text-align: center;
    }
    .tabs li a:after {
        content: '+';
        position: absolute;
        padding-left: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
    }
    .tabs > li.active a {
        border-bottom: unset;
    }
    .tabs li.active a:after {
        content: '-';
    }
    .tabs > li:not(:first-of-type) > a {
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }
    .shopping-cart-hover {
        top: 50px;
    }
    .product-info-price, .product-info-stars {
        width: 100%;
    }
    .write-review-close {
        right: 10px;
        top: 10px;
    }
    .product-info-stars > div {
        width: 125px;
        float: none;
        margin: auto;
    }
    .product-info-stars > div > ul {
        padding-right: 5px;
    }
    .product-info-stars > .review-count {
        width: 100% !important;
        float: left;
    }
    .average-stars {
        width: auto;
    }
    .active-stars, .inactive-stars {
        background-size: 20px;
    }
    .product-page-stars {
        width: 20px;
        height: 20px;
    }
    .product-comments-wrap {
        width: 100%;
    }
    .comment-on-author .review-comment {
        padding-left: 0;
    }
    .icons-big {
        margin-bottom: 19px;
    }
    [for='toggle-heart']:before, [for='toggle-heart']:after {
        left: 90%;
    }
    .add-to-favorite-wrap input[type=checkbox]:not(.old) + label {
        padding-left: 0;
        font-size: 30px;
        float: left;
        width: 36.8%;
        text-align: right;
        margin-right: 0;
    }
    .txt-fav {
        text-align: left;
        width: 55%;
        display: inline-block;
    }
    #left-var-adress label {
        padding: 35px 20px 0 170px;
    }
    #body-content-brand .product-wrap {
        width: 200px;
    }
    #body-content-brand .product-listing-wrap {
        display: grid;
    }
    #cat-middle-brand {
        width: 100%;
    }
    .brandBlock {
        width: 32%;
        padding: 0;
    }
    #leftcontent {
        width: 100%;
    }
    #left-var-adress, #left-var-courier {
        width: 100%;
    }
    #left-var-adress td, #left-var-courier td {
        padding: 10px 0 !important;
    }
    .group-section div {
        font-size: 13px;
        text-transform: capitalize;
    }
    .group-section {
        width: 33%;
        padding: 6px;
    }
    .description-wrap > h1 {
        font-size: 20px;
    }
    .add-to-cart-wrap {
        display: block;
        margin: 0 auto 15px;
    }
    .add-favorite {
        text-align: center;
    }
    .product-actions-container {
        width: 100%;
    }
    #category-icons .col-sm a {
        padding: 0 10px;
    }
    #category-icons h2 {
        font-size: 14px;
    }
    #category-icons img {
        width: 60px;
    }
    #category-icons .row {
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: unset;
    }
    p.title-icons {
        font-size: 11px;
        line-height: 1.3;
        width: 85px;
    }
    .delivery-text {
        width: 100%;
    }
    #leftcontent-checkout-confirms {
        width: auto;
        margin: 0 auto;
    }
    .related-products-wrap li.product.thumbs {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        height: 250px;
    }
    .related-products-wrap li.product.thumbs .rel-product-image {
        float: left;
    }
    .products-seen-wrap li.product.thumbs {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        height: 250px;
    }
    .products-seen-wrap li.product.thumbs .rel-product-image {
        float: left;
    }
    .game-body {
        height: 620px;
    }
    #head .actions a.caption, .phone, .free-delivery, .ico {
        display: none;
    }
    .icon-phone {
        display: inline;
        float: right;
        margin: 4px 0 4px;
        padding: 4px 0 4px 15px;
        border-left: 1px solid #333;
    }
    .header-links, .links {
        float: left;
    }
    #head .logo {
        margin: 12px 0;
    }
    #head .actions form.search {
        margin-bottom: 10px;
    }
    .cart {
        margin-top: 22px;
    }
    #slogan p {
        font-size: 15px;
    }
    .product {
        width: 97%;
        text-align: right;
        height: 200px;
        padding: 20px 0;
        border-bottom: 1px solid #ececec;
    }
    .product.thumbs>div, .product>div {
        margin: 0 auto;
    }
    .product .image-wrap {
        height: 200px;
        position: relative;
        float: left;
        width: 172px;
    }
    .checkout-table thead, .checkout-table tfoot {
        display: none;
    }
    .checkout-item {
        overflow: hidden;
    }
    .checkout-table td:first-child {
        display: block;
    }
    .checkout-table td {
        border-bottom: none !important;
        text-align: left;
    }
    .checkout-table tr {
        display: block;
        border-bottom: 1px solid #e8e8e8;
    }
    .checkout-table tr:last-child {
        border: none;
    }
    .checkout-table td, .checkout-table th {
        border-right: none;
    }
    .checkout-summ {
        display: block;
        background: #f4f4f4;
        border: 1px solid #e8e8e8;
        margin: 0 0 10px;
        text-align: right;
        border-radius: 3px;
        color: #000;
    }
    .checkout-summ:after {
        content: '';
        display: block;
        clear: both;
    }
    .summ-left, .summ-right {
        float: left;
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
    }
    .summ-left {
        border-right: 1px solid #e8e8e8;
    }
    .table-user-information td {
        display: block;
        border: none !important;
        padding: 0 !important;
        margin: 0;
    }
    .table-user-information tr {
        padding: 1px 0;
        display: block;
    }
    .image-map {
        display: none;
    }
    .contact-form iframe {
        width: 100%;
    }
    .checkout-button-wrapper {
        float: none !important;
        width: 65%;
    }
    .checkout-button-wrapper a {
        display: block;
        margin: 0 !important;
    }
    .checkout-button-wrapper1 {
        float: none !important;
        width: 65%;
        margin-top: 15px;
    }
    .checkout-button-wrapper1 a {
        display: block;
        margin: 0 !important;
    }
    .pull-right {
        float: none !important;
    }
    .continue-shopping {
        display: block !important;
        padding: 5px !important;
    }
    .col-xs-3.order-confirm-input {
        display: none;
    }
    .body-content.order-confirm-input {
        border: none !important;
    }
    .col-xs-9.order-confirm-input {
        width: 100%;
    }
    .col-xs-9.order-confirm-input table {
        width: 100%;
    }
    .text-top {
        display: none;
    }
    .text-bottom {
        display: block;
    }
    .size-tables .half-width-img {
        width: 100%;
        height: auto;
    }
    #footer-del1 h3 {
        text-transform: uppercase;
    }
    .title-cart {
        margin: 0 auto;
    }
    .phone-help {
        padding-top: 27px;
        padding-bottom: 10px;
    }
    .mini-banners ul li {
        display: inline-block;
        width: 100%;
    }
    .myacc input {
        width: 100%;
    }
    .btn.login-button {
        margin-bottom: 20px;
    }
    .actions .cart-account-wrapper .favourite {
        float: right;
        height: 18px;
        margin-top: 32px;
        padding: 0 20px;
        text-align: right;
        width: auto;
    }
    .actions .cart-account-wrapper .account {
        float: right;
        height: 35px;
        margin-top: 30px;
        text-align: right;
        width: 30px;
    }
    .img-paypal {
        width: 100% !important;
    }
    .bank-info {
        left: 10px !important;
        width: 90% !important;
    }
    .h2-email {
        width: 50% !important;
    }
    .sizeTd {
        width: 100%;
    }
    .mobile-info-pages a {
        list-style: none;
    }
    #variations-delivery-address, #variations-delivery-courier {
        display: grid;
    }
    .banner-tsfishing {
        width: 100%; /* или фиксирана ширина, напр. 320px за мобилни */
        height: 220px; /* височината на видимата част от банера */
        overflow: hidden;
        position: relative;
    }
    .banner-tsfishing img {
        width: auto;
        height: 100%; /* за да запълни височината на контейнера */
        position: relative;
    }
}
@media only screen and (max-width : 480px) {
    p {
        margin-top: 0;
        margin-bottom: 0rem;
    }
    .products-heading {margin-bottom: 20px;}
    .products-slider .product-wrap {
        flex: 0 0 calc(50% - 5px);
        min-width: unset;
    }
    .products-slider .left, .products-slider .right {
        /* display: none; */
    }
    .products-slider::-webkit-scrollbar {
        display: block;
    }
    .product-wrap .product-info {
        padding: 10px;
    }
    .product-wrap .product-name {
        text-transform: unset;
        font-weight: 600;
        line-height: 18px;
        min-height: 90px;
        font-size: 12px;
    }
    .product-wrap .product-text {
        font-size: 14px;
        font-weight: 500;
    }
    .product-button-show button, .exhaust-product button {
        font-size: 11px;
        font-weight: 600;
    }
    .product-button-show button {
        padding: 5px 0px 5px 20px;
        background: url(../images/icons/btn-cart-icon.svg) no-repeat 3px, var(--blue);
    }
    .promo-pr, .price-group {
        font-size: 13px;
    }
    .price-old-group {
        font-size: 12px;
    }
    .product-wrap .space-between:last-of-type span:last-of-type span {
        font-size: 12px;
    }
    .promo-price {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .new-product-text {
        font-size: 12px;
        padding: 0 5px;
    }
    #login-overlay.modal-dialog {
        padding-top: 50px;
    }
    .cd-panel__content img {
        width: 100%;
    }
    .quanti-selector {
        width: 35%;
    }
    .cash-on-icon label, .prepayment-icon label {
        background-position: center 6px;
    }
    .write-review .add-review {
        width: 100%;
    }
    .fast-cheked-btn {
        margin-top: 15px;
    }
    a.group-section-listing {
        color: #333;
        border: 1px solid #333;
        margin-right: 15px;
        border-radius: 30px;
    }
    a.group-section-listing.selected {
        background: #333;
        color: #fff;
    }
    .group-section-wrap {
        display: flex;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 10px 0;
    }
    .description-wrap p {
        padding: 7px;
    }
    .content-wrap-inner h1, .title-brands {
        font-size: 20px;
    }
    .first-img-col-1, .second-img-col-1, .first-img-col-2, .second-img-col-2, .third-img-col-2 {
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
    .first-img-col-2 {
        padding-left: 0;
    }
    .second-img-col-2 {
        padding-right: 0;
    }
    .col-different {
        padding-left: 0;
    }
    .add-to-favorite {
        text-align: center;
    }
    #btn-fast-order {
        margin-top: 10px;
    }
    .product-actions-info {
        float: left;
    }
    .product-actions-inner {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        -webkit-overflow-scrolling: touch;
    }
    #slideshow {
        width: 100%;
        text-align: center;
        height: 55px;
    }
    .title-icon1 {
        background: url(../images/icons/delivery-product-page.png) no-repeat left;
        background-size: 30px;
        padding-left: 40px;
    }
    .title-icon2 {
        background: url(../images/icons/arrow-return.png) no-repeat left;
        background-size: 27px;
        padding-left: 35px;
    }
    .title-icon3 {
        background: url(../images/icons/refund-product-page.png) no-repeat left;
        background-size: 30px;
        padding-left: 35px;
    }
    .title-icon4 {
        padding-left: 35px;
    }
    .title-icon5 {
        padding-left: 30px;
    }
    #product-info {
        text-align: left;
    }
    .add-favorite {
        text-align: center;
    }
    #category-icons .col-sm {
        width: 30%;
    }
    #category-icons h2 {
        font-size: 14px;
    }
    #category-icons img {
        width: 60px;
    }
    .fourproducts-ie-home-page .product-wrap, .fourproducts-ie .product-wrap {
        width: 47%;
        margin: 0 2%;
    }
    .fourproducts-ie-home-page a:nth-child(2n) .product-wrap, .fourproducts-ie a:nth-child(2n) .product-wrap {
        margin-left: 0;
    }
    .quicklinks-box {
        display: none;
    }
    .related-products-wrap li.product.thumbs {
        height: 180px;
    }
    .products-seen-wrap li.product.thumbs {
        height: 180px;
    }
    .product .image-wrap {
        height: 140px;
        width: 120px;
    }
    .ico {
        display: block;
        height: 25px;
        padding: 0;
    }
    .links {
        display: none;
    }
    .icon-truck, .icon-envelope {
        font-size: 18px;
        padding: 7px;
    }
    #help object {
        width: 100%;
    }
    .button-wrap {
        width: auto;
    }
    .delivery-paragraph {
        padding: 0;
    }
    .attr-wrap.qty {
        width: 37%;
    }
    .product {
        height: 140px;
        padding: 20px 5px;
    }
    .product img {
        max-width: 120px;
        margin-right: 5px;
    }
    .page-fav .product img {
        height: 140px;
    }
    .page-fav .product .name-wrap {
        margin: 15px 0 0 20px;
        font-size: 14px;
    }
    .add-fav-pro {
        padding: 8px;
        width: 180px;
        font-size: 12px;
    }
    .page-fav .product {
        height: 250px;
        margin-top: 0;
    }
    #slogan img {
        margin: 0 !important;
    }
    #bike-sizes {
        width: 100%;
        height: auto;
    }
    .cart {
        margin-right: 3px;
        margin-top: 22px;
    }
    #wrapper iframe {
        width: 100%;
        height: 100vh;
    }
    .game-form-subscribe {
        width: 90%;
    }
    .minion-game {
        display: none;
    }
    .fb-game {
        width: 100px;
    }
    .game-form {
        padding-bottom: 10px;
    }
    .cart-display-none {
        display: none;
    }
    #attributes, .div-info {
        width: 233px;
    }
    .checkout-button-wrapper {
        display: none;
    }
    .promoPrice {
        right: 12px;
    }
    .bannerproducts-ie-home-page img {
        width: 100%;
        display: none;
    }
    .blog3, .blog4 {
        display: none;
    }
    .bg-email {
        width: 95%;
    }
    .col {
        min-width: 40%;
    }
    .zopim {
        display: none !important;
    }
    .add-products-input {
        width: 310px;
    }
    .brand-logo img {
        margin: 0 30px 0 0;
        width: 40%;
        height: auto;
    }
    .brand-logo {
        margin: 0 0 0 10px;
    }
    .bannerproducts-ie-home-page {
        width: 92%;
    }
    .mini-banners {
        padding-left: 0;
    }
    .fourproducts-ie-home-page {
        float: none;
    }
    .ui-dialog .ui-dialog-buttonpane button {
        width: 240px !important;
        float: none !important;
    }
    .edit-cart img {
        margin: 10px;
        width: 100px !important;
        height: auto !important;
        float: none;
    }
    .editTD {
        padding-left: 0 !important;
    }
    .titleProduct_cart {
        padding: 0 10px 10px 10px;
        font-size: 14px;
    }
    .photo-big {
        width: 100%;
    }
    .mousetrap {
        border: none;
    }
    #product-info table {
        width: 100% !important;
    }
    #category-icons .col-sm:nth-child(2) img, #category-icons .col-sm:nth-child(3) img {
        width: 80px;
    }
    .discount-range > .bar {
        width: 200px;
    }
    .banner-tsfishing {
        width: 100%; /* или фиксирана ширина, напр. 320px за мобилни */
        height: 200px; /* височината на видимата част от банера */
        overflow: hidden;
        position: relative;
    }
}
@media only screen and (max-width : 390px) {
    #left-var-adress label {
        padding: 40px 20px 0 150px;
        font-size: 16px;
    }
}
.mobile-menu-overlay {
    display: none;
    position: fixed;
    width: calc(100% - 79%); /* Покрива само дясната част, извън менюто */
    height: 100vh;
    z-index: 999;
    backdrop-filter: blur(1px);
    background-color: rgba(0,0,0,0.6);
    top: 0;
    right: 0; /* Позиционира се от дясната страна */
}
.activeMenu .mobile-menu-overlay {
    display: block;
}