.center-1 {
  margin: 0 0 100px;
}

.center-2, .side-2 {
  margin: 0 0 50px;
}

.side-2:after {
  content: "";
  display: block;
  clear: both;
}

.page {
  min-height: 200px;
  text-align: center;
}

.page-title {
  min-height: 50px;
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 6px 10px;
}

.page-title h1 {
  font-size: 30px;
  font-weight: normal;
}

.page:after,
.page-title:after,
.page-body:after {
  content: "";
  display: block;
  clear: both;
}

.center-1 .page-title,
.center-1 .title {
  text-align: center;
}
/*********** GLOBAL FORMS ***********/

.fieldset, .section {
  position: relative;
  margin: 0 0 40px;
}

.fieldset .title,
.section .title {
  margin: 0 0 15px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}

.fieldset .title strong,
.section .title strong {
  font-weight: normal;
}

.fieldset .warnings {
  text-align: center;
  margin-block-end: 30px;
  color: #e4444c;
}

.form-fields {
  position: relative;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
}

.inputs {
  position: relative;
  margin: 0 0 15px;
  text-align: center;
  white-space: nowrap; /*fix for 'required' elements*/
  font-size: 0;
}

.inputs:after {
  content: "";
  display: block;
  clear: both;
}
.inputs label {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
  font-size: 14px; /*reset zeroing*/
  color: #444;
}

.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
  width: 400px;
  max-width: 100%;
  background-color: #fff;
}

.inputs.custom-attributes {
  white-space: normal;
}

.inputs .option-list {
  display: inline-block;
  max-width: 95%;
  vertical-align: middle;
}

.inputs .option-list li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 10px;
}

.inputs .option-list label {
  display: inline-block;
  width: auto !important;
  margin: 0 0 0 5px;
}

.inputs .form-input-wrapper {
  display: inline-block;
  max-width: 100%;
}

.inputs.reversed {
  margin: 0 0 20px;
  text-align: center;
}


  


.field-validation-valid,
.username-available-status {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #4cb17c;
}

.captcha-box {
  text-align: center;
  line-height: 0; /*firefox line-height bug fix*/
}

.captcha-box > div {
  display: inline-block;
  max-width: 100%;
}

.captcha-box input {
  height: auto;
}

/*********** GLOBAL TABLES ***********/

.table-wrapper {
  overflow-x: auto;
}

.data-table .hidden-row {
  height: 1px;
  border: none;
}

.data-table tr.hidden-row th {
  padding: 0;
  border-top: none;
}

.data-table tr.hidden-row th > span {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

.cart th,
.data-table th,
.forum-table th {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #f6f6f6;
  padding: 10px;
  white-space: nowrap;
  font-weight: normal;
}



.cart td,
.data-table td,
.forum-table td {
  min-width: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #ddd #ddd;
  background-color: #fff;
  padding: 20px;
  color: #444;
}


.cart a,
.data-table a,
.forum-table a {
  font-weight: normal;
  color: #4ab2f1;
}

.cart a:hover,
.cart a:focus,
.data-table a:hover,
.data-table a:focus,
.forum-table a:hover,
.forum-table a:focus {
  text-decoration: underline;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
  min-width: 225px;
  text-align: left;
}



.cart .product a:hover,
.cart .product a:focus,
.data-table .product a:hover,
.data-table .product a:focus,
.data-table .info a:hover,
.data-table .info a:focus {
  color: #4ab2f1;
  text-decoration: none;
}

.cart .product .edit-item {
  margin: 10px 0 0;
}

.cart .product .edit-item a {
  font-weight: normal;
  color: #4ab2f1;
}

.cart .product .edit-item a:hover,
.cart .product .edit-item a:focus {
  text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
  text-align: center;
}

.cart .remove-from-cart input[type="checkbox"] {
  display: none;
}

.cart .remove-from-cart .remove-btn {
  width: 11px;
  height: 11px;
  border: 0;
  background: #ffffffab url(../images/remove.png) center no-repeat;
}

.cart td.unit-price,
.data-table td.unit-price {
  white-space: nowrap;
}

.cart td.quantity input {
  width: 50px;
  text-align: center;
}

.cart .product-quantity div.up {
  background: url('../images/vote-up.png') no-repeat 50% 50%;
  width: 50px;
  height: 25px;
  border: 0;
  cursor: pointer;
}

.cart .product-quantity div.down {
  background: url('../images/vote-down.png') no-repeat 50% 50%;
  width: 50px;
  height: 25px;
  border: 0;
  cursor: pointer;
}

.cart td.subtotal,
.data-table td.total {
  white-space: nowrap;
  color: #444;
}

.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
  font-style: italic;
  color: #4ab2f1;
}
.data-table em a {
  font-weight: bold;
  color: #444;
}

.data-table div.download {
  margin: 10px 0 0;
    padding: 0.5rem;
    background-color: #f9f9f9; /* Optional: background for visibility */
    gap: 0.5rem;
}

.toggle-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 56px;
    flex: 1 1 auto; /*  allow grow/shrink */
    max-width: 100px; /* optional: limit max */
    padding: 0.5rem;
    border: none;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    font-size: 0.875rem;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}


/*********** HEADER ***********/



.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee;
}

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
}

.admin-header-links .impersonate {
  display: inline-block;
}

.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px;
}

.admin-header-links .impersonate a:hover,
.admin-header-links .impersonate a:focus {
  background-color: #666;
}

.header {
  position: relative;
  z-index: 10;
  width: 95%;
  margin: auto;
  text-align: center;
}

.header-upper {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ddd;
}

.header-selectors-wrapper {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.header-selectors-wrapper > div {
  display: block;
  width: 50%;
  margin: 10px auto;
  vertical-align: middle;
}

.header-selectors-wrapper select {
  width: 100%;
}

.language-list {
  max-width: 100%;
  font-size: 0;
}

.language-list li {
  display: inline-block;
  margin: 0 1px;
  vertical-align: middle;
}

.language-list a {
  display: block;
  position: relative;
  width: 24px;
  height: 32px;
  line-height: 0;
}

.language-list img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.header-links-wrapper {
  position: relative;
  padding: 20px 0;
}

.header-links {
}

.header-links ul {
  font-size: 0;
}

.header-links li {
  display: inline-block;
  margin: 0 10px;
}

.header-links span,
.header-links a {
  display: inline-block;
  font-size: 12px; /*reset zeroing*/
  line-height: 36px;
  text-transform: uppercase;
}

.header-links a:hover,
.header-links a:focus {
  color: #4ab2f1;
}

#topcartlink {
  display: block;
  width: 70%;
  max-width: 400px;
  margin: 10px auto 0;
  background-color: #f6f6f6;
  padding: 0 20px;
}

#topcartlink a {
  background: url('../images/shopping-bag.png') left center no-repeat;
  padding: 0 0 0 20px;
}

.header-lower {
  position: relative;
  z-index: 0;
  padding: 35px 0;
}

.header-logo {
  margin: 0 0 20px;
  text-align: center;
}

.header-logo a {
  display: inline-block;
  max-width: 100%;
  line-height: 0; /*firefox line-height bug fix*/
}

.header-logo a img {
  max-width: 100%;
  opacity: 1;
}

/* Search box */

.search-box form {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px 0;
}

.search-box input.search-box-text {
  width: 200px;
  height: 36px;
  margin: 0 -1px 0 0;
}

.search-box .search-box-category {
  height: 36px;
}

.search-box .search-box-button {
  min-width: 86px;
  height: 36px;
  border: none;
  background-color: #4ab2f1;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.search-box .search-box-button:hover,
.search-box .search-box-button:focus {
  background-color: #248ece;
}

.search-box .ui-autocomplete-loading {
  background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.ui-autocomplete {
  width: 285px !important;
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

.ui-autocomplete li {
  border-top: 1px solid #ddd;
}

.ui-autocomplete li:first-child {
  border-top: none;
}

.ui-autocomplete a {
  display: block;
  padding: 15px;
  font-size: 14px;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  padding: 15px !important;
  line-height: normal !important;
  color: #777 !important;
}

.ui-autocomplete a:hover,
.ui-autocomplete a:focus,
.ui-autocomplete a.ui-state-focus {
  background-color: #f6f6f6 !important;
}

.ui-autocomplete img {
  display: none;
  min-width: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
@media (max-width: 400px) {
    .toggle-menu .icon {
        font-size: 1.5rem; /* bigger icon */
    }
}
@media (min-width: 768px) {
    .mobile-buttons {
        display: none;
    }
}
.follow-us {
  margin: 30px auto 0;
  text-align: center;
}

.follow-us .title {
  margin: 0 0 10px;
  background: none;
  color: #444;
  cursor: auto;
}

.follow-us .social ul {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 30px;
  font-size: 0;
}

.follow-us .social li {
  display: inline-block;
  margin: 0 5px;
}

.follow-us .social a {
  display: block;
  width: 38px;
  height: 38px;
  background: url('../images/social-sprite.png') no-repeat;
  font-size: 0;
}

.follow-us .social .facebook a {
  background-position: 0 0;
}

.follow-us .social .twitter a {
  background-position: -38px 0;
}

.follow-us .social .rss a {
  background-position: -76px 0;
}

.follow-us .social .youtube a {
  background-position: -114px 0;
}

.follow-us .social .instagram a {
  background-position: -152px 0;
}

.newsletter-email {
  display: inline-block;
  overflow: hidden;
}

.newsletter-email:focus-within {
  overflow: visible;
}

.newsletter-email input[type="email"] {
  float: left;
  width: 180px;
  height: 36px;
  margin: 0 -1px 0 0;
}

.newsletter-subscribe-button {
  float: left;
  height: 36px;
  border: none;
  background-color: #4ab2f1;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.newsletter-subscribe-button:hover,
.newsletter-subscribe-button:focus {
  background-color: #248ece;
}

.newsletter-email .options {
  clear: both;
  padding: 10px 0 0;
}

.newsletter-validation,
.newsletter-result {
  width: 100%;
  overflow: hidden;
  line-height: 28px;
}
/*.newsletter-validation .please-wait {
	display: none !important; 
}*/

.footer-lower {
  width: 95%;
  margin: auto;
  overflow: hidden;
  padding: 25px 0;
  font-size: 12px;
}

.footer-tax-shipping a {
  font-weight: bold;
  color: #4ab2f1;
}

.footer-tax-shipping a:hover,
.footer-tax-shipping a:focus {
  text-decoration: underline;
}

.footer-powered-by {
  margin: 10px 0 0;
  font-size: 16px;
}

.footer-powered-by a {
  font-weight: bold;
  color: #4ab2f1;
}

.footer-powered-by a:hover,
.footer-powered-by a:focus {
  text-decoration: underline;
}

.theme-selector {
  margin: 10px 0 0;
}

.theme-selector select {
  width: 170px;
}
/*********** SIDE COLUMN ***********/



.block {
    max-width: 600px; /*width limit in mobile*/
    min-height: 50px;
    margin: auto;
    text-align: left;
}

    .block .title {
        position: relative;
        margin: 0 0 10px;
        border-bottom: 1px solid #ddd;
        background: #f6f6f6 url('../images/toggle-gray.png') right 14px no-repeat;
        padding: 12px 30px 12px 10px;
        font-size: 20px;
        color: #444;
        cursor: pointer;
    }

        .block .title strong {
            font-weight: normal;
        }

    .block .listbox {
        display: none;
        border-bottom: 1px solid #ddd;
        padding: 10px 5px;
    }

    .block .list li {
        padding: 5px 0 5px 15px;
    }

    .block .list a {
        display: inline-block;
        position: relative;
        padding: 5px 0;
        font-size: 16px;
        color: #444;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

        .block .list a:before {
            content: "";
            position: absolute;
            top: 12px;
            left: -15px;
            width: 5px;
            height: 5px;
            background-color: #ddd;
        }

    .block .list .active > a {
        color: #4ab2f1;
    }

    .block .list a:hover,
    .block .list a:focus {
        color: #4ab2f1;
    }

    .block a.product-picture {
        display: none;
    }

        .block a.product-picture img {
            max-width: 100%;
        }

        .block a.product-picture:before {
            display: none;
        }

    .block .sublist {
        margin: 15px 0 5px;
    }

        .block .sublist a {
            font-size: 14px;
        }

    .block .view-all {
        margin: 10px 0 0;
    }

        .block .view-all a {
            display: inline-block;
            padding: 10px 15px;
            font-size: 16px;
            color: #4ab2f1;
        }

            .block .view-all a:hover,
            .block .view-all a:focus {
                text-decoration: underline;
            }

    .block .tags {
        margin: 5px 0 10px;
    }

        .block .tags ul {
            font-size: 0;
        }

        .block .tags li,
        .product-tags-all-page li {
            display: inline-block;
            position: relative;
            margin: 0 10px;
            overflow: hidden;
            font-size: 17px !important; /*setting base size*/
        }

            .block .tags li a,
            .product-tags-all-page li a {
                float: left;
                line-height: 30px;
                color: #444;
            }

                .block .tags li a:hover,
                .block .tags li a:focus,
                .product-tags-all-page li a:hover,
                .product-tags-all-page li a:focus {
                    color: #4ab2f1;
                }



/*** COLUMN ***/

@media all and (min-width: 1001px) {


    
.item-grid:after {
  content: "";
  display: block;
  clear: both;
}

.item-box {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 80px;
  text-align: left;
}

.item-box .picture {
  z-index: 1;
  background-color: #fff;
  margin: 0 0 20px;
}

.item-box .picture a {
  display: block;
  position: relative;
}

.item-box .picture a:focus {
  opacity: 0.85;
}

.item-box .picture a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-box .picture a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.item-box:hover .picture a img {
  opacity: 0.85;
}

.item-box .details {
  padding: 0 10px;
}

.item-box .product-title {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #4ab2f1;
}

.item-box .product-title a {
  display: block;
}

.item-box .product-title a:hover,
.item-box .product-title a:focus {
  color: #248ece;
}

.item-box .sku {
  margin: 0 0 15px;
}

.item-box .product-rating-box {
  display: inline-block;
  margin: 0 0 10px;
}

.item-box .rating {
  background: url('../images/rating1.png') repeat-x;
  width: 95px;
  height: 14px;
}

.item-box .rating div {
  background: url('../images/rating2.png') repeat-x;
  height: 14px;
}

.product-grid .item-box .description:not([data-short-description]) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 15px;
  height: 66px;
  line-height: 22px;
}

.item-box .description[data-short-description] {
  display: none;
}

.item-box .description a {
  display: block;
  overflow: hidden;
}

.item-box .prices {
  margin: 0 0 10px;
  overflow: hidden;
}

.item-box .old-price {
  margin: 0 5px 0 0;
  font-size: 16px;
  color: #aaa;
  text-decoration: line-through;
}

.item-box .actual-price {
  margin: 0 5px 0 0;
  font-size: 16px;
  color: #666;
}

.item-box .tax-shipping-info a {
  color: #4ab2f1;
}

.item-box .tax-shipping-info a:hover,
.item-box .tax-shipping-info a:focus {
  text-decoration: underline;
}

.item-box .buttons {
  margin: 0;
  font-size: 0;
}

.item-box button {
  display: inline-block;
  height: 40px;
  border: none;
  vertical-align: middle;
}

.item-box .product-box-add-to-cart-button {
  width: 60%;
  background-color: #4ab2f1;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.item-box .product-box-add-to-cart-button:hover,
.item-box .product-box-add-to-cart-button:focus {
  background-color: #248ece;
}

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
  width: 20%;
  border-left: 1px solid #fff !important;
  background-color: #eaeaea;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.item-box .add-to-compare-list-button {
  background-image: url('../images/compare-button.png');
}

.item-box .add-to-wishlist-button {
  background-image: url('../images/wishlist-button.png');
}

.item-box .add-to-compare-list-button:hover,
.item-box .add-to-compare-list-button:focus,
.item-box .add-to-wishlist-button:hover,
.item-box .add-to-wishlist-button:focus {
  background-color: #ddd;
}
        margin: 0 0 20px;
    }

.block .title {
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.manufacturer-grid .title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 16px;
}

.manufacturer-grid .title a:hover,
.manufacturer-grid .title a:focus {
  color: #4ab2f1;
}

.manufacturer-grid .picture {
  border: 1px solid #ddd;
}

.vendor-grid .title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 16px;
}

.vendor-grid .title a:hover,
.vendor-grid .title a:focus {
  color: #4ab2f1;
}

.vendor-grid .picture {
  border: 1px solid #ddd;
}

.pager {
  margin: 0 0 20px;
}

.pager ul {
  text-align: right;
  font-size: 0;
}

.pager li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.pager li a,
.pager li span {
  display: block;
  min-width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 8px;
  text-align: center;
  font-size: 14px; /*reset zeroing*/
  cursor: pointer;
}

.pager li span {
  border-color: transparent;
  background-color: #4ab2f1;
  color: #fff;
}

.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  color: #fff;
}

.pager li.previous-page * {
  background-image: url('../images/prev.png');
}

.pager li.next-page * {
  background-image: url('../images/next.png');
}

.pager li.first-page * {
  background-image: url('../images/first.png');
}

.pager li.last-page * {
  background-image: url('../images/last.png');
}

.pager li a:hover,
.pager li a:focus {
  border-color: transparent;
  background-color: #ddd;
            cursor: auto;
        }

            .block .title strong {
                font-weight: bold;
            }

        .block .listbox {
            display: block;
            border-bottom: none;
        }

        .block a.product-picture {
            display: inline-block;
            position: relative;
            width: 30%;
            margin: 0 0 0 -15px;
            vertical-align: middle;
            text-align: center;
        }

        .block a.product-name {
            vertical-align: middle;
        }

        .block a.product-picture + a.product-name {
            width: 70%;
        }

            .block a.product-picture + a.product-name:before {
                display: none;
            }
}
/*********** TOPICS ***********/



.topic-block {
  margin: 0 0 25px;
}

.topic-block-title {
  min-height: 50px;
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
}

.topic-block-title h2 {
  font-size: 30px;
  font-weight: normal;
}

.topic-block-body {
  text-align: justify;
  line-height: 24px;
  font-size: 16px;
}

.topic-page .page-body {
  text-align: justify;
  line-height: 22px;
}

.topic-block a,
.topic-page a {
  text-decoration: underline;
}

.topic-block strong,
.topic-page strong {
  color: #444;
}
/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.gender {
  display: inline-block;
}

.gender span {
  display: inline-block;
  margin: 0 5px;
}

.gender span > * {
  display: inline !important;
  margin: 0 5px;
  line-height: 32px;
}

.date-of-birth .date-picker-wrapper {
  display: inline;
}

.date-of-birth select {
  width: 31%; /*always single line*/
  max-width: 126px;
}

.date-of-birth select + select {
  margin: 0 0 0 10px;
}

.date-of-birth .select-wrapper + .select-wrapper {
  margin: 0 0 0 10px;
}

#check-availability-button {
  margin: 10px 0 0;
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

#check-availability-button:hover,
#check-availability-button:focus {
  background-color: #999;
}

.inputs.accept-consent {
  text-align: center;
}

.inputs.accept-consent > * {
  display: inline-block;
  line-height: 32px;
}

.inputs.accept-consent span,
.inputs.accept-consent a {
  color: #4ab2f1;
  cursor: pointer;
  font-size: 14px;
}

.inputs.accept-consent label {
  width: auto;
  margin-left: 10px;
  margin-bottom: 0;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.email-revalidation-page .button-1,
.account-activation-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.registration-page .button-1:hover,
.registration-page .button-1:focus,
.registration-result-page .button-1:hover,
.registration-result-page .button-1:focus,
.login-page .button-1:hover,
.login-page .button-1:focus,
.password-recovery-page .button-1:hover,
.password-recovery-page .button-1:focus,
.email-revalidation-page .button-1:hover,
.email-revalidation-page .button-1:focus,
.account-activation-page .button-1:hover,
.account-activation-page .button-1:focus,
.account-page .button-1:hover,
.account-page .button-1:focus,
.return-request-page .button-1:hover,
.return-request-page .button-1:focus {
  background-color: #248ece;
}

.return-request-page h1 a {
  color: #4ab2f1;
}

.return-request-page .return-request-file {
  font-size: 14px;
  width: 400px;
  margin: 0 auto;
}

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
  margin: 0 0 10px;
}

.registration-result-page .result {
  margin: 0 0 30px;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  color: #4cb17c;
}

.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
  margin: 0 5px;
  font-size: 14px;
}

.customer-info-page .vat-status {
  display: block;
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
  display: block;
  font-size: 14px;
  margin-top: 7px;
  white-space: normal;
}

.login-page .customer-blocks {
  margin: 0 0 30px;
}

.login-page .title {
  margin: 0 0 15px;
  font-size: 20px;
  color: #444;
}

.login-page .title strong {
  font-weight: normal;
}

.login-page .new-wrapper {
  margin: 0 0 50px;
}

.login-page .new-wrapper .text {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px;
  line-height: 22px;
}

.login-page .new-wrapper .topic-block {
  margin: 0;
}

.login-page .new-wrapper .topic-block-body strong {
  color: #444;
}

.login-page .new-wrapper .button-1 {
  margin: 0 0 5px;
}

.login-page .returning-wrapper {
  margin: 0;
}

.login-page .returning-wrapper .form-fields {
  overflow: hidden;
  padding: 30px 15px 0;
}

.login-page .returning-wrapper .inputs.reversed {
  white-space: normal;
}

.login-page .returning-wrapper .inputs.reversed * {
  display: inline-block;
  width: auto;
  margin: 5px;
  font-size: 14px; /*reset zeroing*/
  color: #444;
}

.login-page .returning-wrapper .inputs.reversed a:hover,
.login-page .returning-wrapper .inputs.reversed a:focus {
  color: #4ab2f1;
}

.login-page .captcha-box {
  margin: -15px 0 20px;
}

.login-page .returning-wrapper .buttons {
  background-color: #fff;
  padding: 30px 0;
}

.login-page .login-password {
  position: relative;
  width: max-content;
  max-width: 100%;
  display: inline-block;
}

.login-page .password-eye {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url('../images/eye-closed.png');
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  cursor: pointer;
  opacity: .75
}

.login-page .password-eye-open {
  background-image: url('../images/eye.png');
}

.external-authentication {
  margin: 0 0 50px;
  overflow: hidden;
  text-align: center;
}

.external-authentication .title {
  margin: 0 0 15px;
  font-size: 20px;
  color: #444;
}

.external-authentication .buttons {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  padding: 30px;
}

.external-auth-errors {
  color: #e4444c;
}

.external-auth-association {
  color: #444;
}

.external-auth-association a {
  color: #4ab2f1;
}

.external-auth-association a:hover,
.external-auth-association a:focus {
  text-decoration: underline;
}
.downloadable-products-page table td {
  color: #444;
}
/********** SHOPPING CART **********/



.order-progress {
  margin: 0 0 50px;
  background-color: #f6f6f6;
  padding: 15px 0;
  text-align: center;
}

.order-progress ul {
  font-size: 0;
}

.order-progress li {
  display: inline-block;
  margin: 10px;
}

.order-progress a {
  display: block;
  min-width: 70px;
  font-size: 14px; /*reset zeroing*/
  color: #444;
}

.order-progress a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  border: 1px solid #bbb;
  background: #fff url('../images/pointer.png') center no-repeat;
}

.order-progress li.active-step a {
  cursor: pointer;
}

.order-progress li.inactive-step a {
  opacity: 0.3;
  cursor: default;
}

.shopping-cart-page .page-title {
  margin: 0 0 -1px;
  padding: 10px;
}

.shopping-cart-page .message-error {
  margin: 20px 0;
}

.shopping-cart-page td .message-error {
  margin: 10px 0 0;
  text-align: left;
}

.shopping-cart-page .checkout-attributes a {
  color: #4ab3f1;
}

.shopping-cart-page .checkout-attributes a:hover,
.shopping-cart-page .checkout-attributes a:focus {
  text-decoration: underline;
}

.shopping-cart-page .tax-shipping-info {
  margin: 20px 0;
  text-align: center;
}

.shopping-cart-page .tax-shipping-info a {
  color: #4ab3f1;
}

.shopping-cart-page .tax-shipping-info a:hover,
.shopping-cart-page .tax-shipping-info a:focus {
  text-decoration: underline;
}

.shopping-cart-page .common-buttons {
  margin: 0 0 60px;
  background-color: #f6f6f6;
  padding: 20px;
  font-size: 0;
}

.shopping-cart-page .common-buttons button {
  display: inline-block;
  min-width: 180px;
  margin: 5px;
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.shopping-cart-page .common-buttons button:hover,
.shopping-cart-page .common-buttons button:focus {
  background-color: #999;
}

.shopping-cart-page .common-buttons button:first-child {
  background-color: #4ab2f1;
}

.shopping-cart-page .common-buttons button:first-child:hover,
.shopping-cart-page .common-buttons button:first-child:focus {
  background-color: #248ece;
}
/****** SEARCH & SITEMAP ******/



.search-page .page-title {
  margin: 0 0 -1px;
}

.search-input .fieldset {
  margin: 0 0 30px;
}

.search-input .form-fields {
  padding: 30px 15px 10px;
}

.search-input input + label {
  display: inline;
  margin: 0 0 0 5px;
}

.advanced-search {
  margin: 30px 0 0;
}

.advanced-search .price-range {
  display: inline-block;
}

.advanced-search .price-range input {
  width: 80px;
  margin: 3px;
}

.search-input .buttons {
  text-align: center;
}

.search-input .button-1 {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.search-input .button-1:hover,
.search-input .button-1:focus {
  background-color: #248ece;
}

.search-results {
  margin: 30px 0 0;
}

.search-results .warning {
  margin: 10px 0;
  color: #e4434b;
}
.topic-actions .reply-topic-button {
  background: #eee url('../images/reply.png') left center no-repeat;
}

.topic-actions .watch-topic-button {
  background: #eee url('../images/watch.png') left center no-repeat;
}

.topic-actions .move-topic-button {
  background: #eee url('../images/move.png') left center no-repeat;
}

.topic-actions .edit-topic-button {
  background: #eee url('../images/edit_.png') left center no-repeat;
}

.topic-actions .delete-topic-button {
  background: #eee url('../images/remove_.png') left center no-repeat;
}

.topic-actions.lower .actions {
  display: none;
}

.active-discussions-page .forums-table-section-title {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px;
}

.active-discussions-page .forums-table-section-title strong {
  font-size: 30px;
  font-weight: normal;
}

.active-discussions-page .forums-table-section-body {
  margin: 0 0 20px;
}

/* topic post */

.topic-post {
  margin: 0 0 30px;
  border-top: 1px solid #ddd;
}

.topic-post:last-child {
  border-bottom: 1px solid #ddd;
}

.topic-post:after {
  content: "";
  display: block;
  clear: both;
}

.topic-post .post-info {
  margin: 30px 0;
}

.topic-post .user-info {
  width: 150px;
  margin: 0 auto 15px
}

.topic-post .username {
  display: block;
  margin: 0 0 -1px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 11px 0;
  font-weight: bold;
  color: #444;
}

.topic-post a.username:hover,
.topic-post a.username:focus {
  color: #4ab2f1;
}

.topic-post .avatar,
.profile-info-box .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.topic-post .avatar img,
.profile-info-box .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.topic-post .avatar img {
  border: solid 2px #CEDBE1 !important;
}

.topic-post .user-stats {
  margin: 0 0 15px;
}

.topic-post .user-stats li {
  display: inline-block;
  margin: 0 10px;
}

.topic-post .user-stats span,
.profile-info-box .profile-stats span {
  margin: 0 0 0 3px;
  font-weight: bold;
  color: #444;
}

.topic-post .pm-button,
.profile-info-box .pm-button {
  display: inline-block;
  border: none;
  background-color: #888;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.topic-post .pm-button:hover,
.topic-post .pm-button:focus,
.profile-info-box .pm-button:hover,
.profile-info-box .pm-button:focus {
  background-color: #999;
}

.topic-post .post-time {
  margin: 0 0 15px;
  background-color: #f6f6f6;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
}

.topic-post .post-time span {
  color: #444;
}

.topic-post .post-actions {
  margin: 0 0 15px;
  font-size: 0;
}

.topic-post .post-actions > div {
  display: inline-block;
}

.topic-post .post-actions a {
  display: inline-block;
  margin: 1px 5px;
  font-size: 14px;
}

.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
  padding: 10px 10px 10px 33px;
}

.topic-post .post-actions .edit-post-button {
  background: url('../images/edit_.png') left center no-repeat;
}

.topic-post .post-actions .delete-post-button {
  background: url('../images/remove_.png') left center no-repeat;
}

.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .edit-post-button:focus,
.topic-post .post-actions .delete-post-button:hover,
.topic-post .post-actions .delete-post-button:focus {
  color: #4ab2f1;
}

.topic-post .post-actions .post-link-button {
  padding: 10px;
  font-weight: bold;
  color: #4ab2f1;
}

.topic-post .post-actions .post-link-button:hover,
.topic-post .post-actions .post-link-button:focus {
  text-decoration: underline;
}

.topic-post .post-actions .quote-post-button {
  background-color: #888;
  padding: 10px 20px;
  color: #fff;
}

.topic-post .post-actions .quote-post-button:hover,
.topic-post .post-actions .quote-post-button:focus {
  background-color: #999;
  color: #fff;
}

.topic-post .post-text {
  /*topic post-text also gets style from blog post-body*/
  padding: 0 10px 20px;
  line-height: 22px;
  color: #444;
  margin-bottom: 0;
}

.topic-post .post-vote {
  text-align: center;
  display: table;
  margin: 0 auto 20px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
  max-width: 100%;
  height: auto;
}

.topic-post .quote,
.latest-posts .quote {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #f9f9f9;
  padding: 10px;
  color: #777;
}

.topic-post .signature {
  border-top: 1px solid #ddd;
  padding: 20px;
  font-size: 13px;
  font-style: italic;
  clear: both;
}

.topic-post .post-vote span.vote {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 24px;
}

.topic-post .post-vote span.up {
  background: url('../images/vote-up.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.up.selected {
  background: url('../images/vote-up-selected.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.down {
  background: url('../images/vote-down.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.down.selected {
  background: url('../images/vote-down-selected.png') no-repeat 50% 50%;
}

.topic-post .vote-count-post {
  display: block;
  font-size: 160%;
}
/* profile page  */

.profile-info-box {
  overflow: hidden;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: normal;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
}

.profile-info-box .user-details {
  margin: 0 0 30px;
}

.profile-info-box .avatar {
  margin: 0 auto 15px;
}

.profile-info-box .title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #444;
}

.profile-info-box .stats {
  margin: 0 0 15px;
}
@media all and (max-width: 1000px) {


  /*** GLOBAL TABLES ***/
  /*** MOBILE NAVIGATION ***/


  .header-menu {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 600px;
    margin: 0 auto 40px;
  }

  .menu-toggle {
    background: #4ab2f1 url('../images/menu-icon.png') right center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }

  .top-menu {
    display: none;
  }

  .top-menu > li {
    position: relative;
    margin: 1px 0;
    background-color: #f6f6f6;
  }

  .top-menu > li > a {
    display: block;
    min-height: 55px;
    padding: 18px;
    font-size: 15px;
    color: #555;
  }

  .top-menu > li > a:focus {
    position: relative;
    z-index: 1;
  }

  .top-menu .sublist {
    display: none;
    background-color: #fff;
    padding: 5px 0;
  }

  .top-menu .sublist li {
    position: relative;
    margin: 1px 0 1px 20px;
  }

  .top-menu .sublist li a {
    display: block;
    padding: 15px 18px;
    font-size: 15px;
  }

  .sublist-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid #fff;
    background: url('../images/toggle-black.png') center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }

  .sublist .sublist-toggle {
    height: 49px;
  }

  .sublist .sublist li {
    background-color: #f6f6f6;
  }

  .sublist .sublist .sublist li {
    background-color: #fff;
  }

  .block-category-navigation {
    display: none;
  }

  .block-account-navigation {
    float: none;
    margin: auto !important;
  }

  .write-review .review-rating {
    text-align: center;
  }

  .write-review .review-rating div.name-description {
    width: 100%;
    margin: 0 5px 0 0;
    text-align: center;
  }

  .product-review-box {
    width: fit-content;
  }
}
@media all and (min-width: 481px) {


    /*** GLOBAL ***/
    /*** HEADER ***/


    .header-selectors-wrapper > div {
        display: inline-block;
        width: 30%;
        margin: 10px auto;
    }

    .search-box input.search-box-text {
        width: 280px;
    }

    .ui-autocomplete {
        width: 280px !important;
    }

        .ui-autocomplete img {
            display: inline;
        }
    /*** CATEGORY ***/


    .item-box {
        width: 49%;
        margin: 0 0.5% 50px;
    }

        .item-box:nth-child(2n+1) {
            clear: both;
        }

        .item-box .product-rating-box {
            margin: 0 0 15px;
        }

        .item-box .prices {
            min-height: 40px;
        }

        .item-box .product-title {
            min-height: 42px;
            margin: 0 0 5px;
        }
    /*** TOPICS ***/


    .enter-password-form input[type="password"] {
        width: 260px;
    }

    .item-box {
        width: 32.33333%;
        margin: 0 0.5% 50px;
    }

        .item-box:nth-child(2n+1) {
            clear: none;
        }

        .item-box:nth-child(3n+1) {
            clear: both;
        }

    .product-list .item-box {
        float: none;
        width: auto;
        margin: 0 5px 20px;
    }

        .product-list .item-box .product-item:after {
            content: "";
            display: block;
            clear: both;
        }

        .product-list .item-box .picture {
            float: left;
            width: 220px;
        }

        .product-list .item-box:hover .picture a img,
        .product-list .item-box:focus .picture a img {
            opacity: 1;
        }

        .product-list .item-box .picture:hover a img,
        .product-list .item-box .picture:focus a img {
            opacity: 0.85;
        }

        .product-list .item-box .picture + .details {
            margin: 0 0 0 240px;
        }

        .product-list .item-box .product-title {
            height: auto;
            padding: 10px 0;
            font-size: 18px;
        }

        .product-list .item-box .description {
            display: block;
            margin: 0 0 10px;
            line-height: 22px;
        }

        .product-list .item-box .prices {
            height: auto;
            margin: 0 0 30px;
        }

        .product-list .item-box .buttons {
        }

        .product-list .item-box .product-box-add-to-cart-button {
            width: auto;
            min-width: 150px;
            padding: 0 20px;
        }

        .product-list .item-box .add-to-compare-list-button,
        .product-list .item-box .add-to-wishlist-button {
            width: 42px;
        }
    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: inline-block;
        width: 45%;
        margin: 20px 1%;
        vertical-align: top;
    }
}
    @media all and (min-width: 1001px) {
        .center-2 {
            float: right;
            width: 73%;
        }

        .side-2 {
            float: left;
            width: 25%;
        }

        .page {
            text-align: left;
        }

        .inputs {
            text-align: left;
        }

            .inputs label {
                display: inline-block;
                width: 265px;
                margin: 0 10px 0 0;
                text-align: right;
            }

            .inputs input[type="text"],
            .inputs input[type="email"],
            .inputs input[type="tel"],
            .inputs input[type="password"],
            .inputs select {
                min-height: 40px;
            }

            .inputs .option-list li {
                margin: 0 10px 0 0;
            }

        .center-1 .buttons {
            text-align: center;
        }

        .center-2 .inputs label {
            width: 136px;
        }

        .inputs.accept-consent label {
            width: auto;
        }

        .page-title a + h1 {
            float: left;
        }
        /*** HEADER ***/


        .header {
            width: 980px;
            margin: auto;
        }

        .header-upper:after {
            content: "";
            display: block;
            clear: both;
        }

        .header-selectors-wrapper {
            float: left;
            border: none;
            padding: 0;
        }

            .header-selectors-wrapper > div {
                width: auto;
                min-width: 100px;
                margin: 0 12px 0 0;
                line-height: 43px;
            }

            .header-selectors-wrapper select {
                height: 25px;
                padding: 4px;
                font-size: 12px;
            }

        .language-list {
            text-align: left;
        }

        .header-links-wrapper {
            float: right;
            padding: 0;
        }

        .header-links li {
            margin: 0 16px;
        }

        .header-links a,
        .header-links span {
            line-height: 45px;
            text-transform: none;
        }

        #topcartlink {
            display: inline-block;
            width: auto;
            margin: 0;
            padding: 0 18px;
        }

        .flyout-cart {
            position: absolute;
            top: 100%;
            right: 0;
            z-index: 100;
            width: 300px;
            box-shadow: 0 0 2px rgba(0,0,0,0.25);
            background-color: #fff;
        }

            .flyout-cart.active {
                display: block;
            }

        .mini-shopping-cart {
            padding: 12px;
            text-align: left;
            font-size: 12px;
        }

            .mini-shopping-cart .count {
                padding: 5px 0 15px;
                color: #444;
            }

                .mini-shopping-cart .count a {
                    margin: 0 2px;
                    font-weight: bold;
                    color: #444;
                }

            .mini-shopping-cart .items {
                border-top: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                margin: 0 0 20px;
            }

            .mini-shopping-cart .item {
                overflow: hidden;
                padding: 10px 0;
            }

            .mini-shopping-cart .picture {
                float: left;
                width: 70px;
                text-align: center;
            }

                .mini-shopping-cart .picture a {
                    display: block;
                    position: relative;
                    overflow: hidden;
                }

                    .mini-shopping-cart .picture a:before {
                        content: "";
                        display: block;
                        padding-top: 100%;
                    }

                .mini-shopping-cart .picture img {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto;
                    max-width: 100%;
                }

                .mini-shopping-cart .picture + .product {
                    margin: 0 0 0 80px;
                }

            .mini-shopping-cart .name {
                margin: 0 0 10px;
                font-size: 14px;
            }

                .mini-shopping-cart .name a {
                    color: #4ab2f1;
                }

                    .mini-shopping-cart .name a:hover,
                    .mini-shopping-cart .name a:focus {
                        color: #248ece;
                    }

            .mini-shopping-cart .attributes {
                margin: 5px 0;
                color: #444;
            }

            .mini-shopping-cart .totals {
                margin: 0 0 12px;
                font-size: 14px;
            }

                .mini-shopping-cart .totals strong {
                    font-size: 16px;
                    color: #444;
                }

            .mini-shopping-cart .buttons {
                margin: 0 0 5px;
            }

            .mini-shopping-cart button[type="button"] {
                display: inline-block;
                border: none;
                background-color: #4ab2f1;
                padding: 10px 20px;
                font-size: 12px;
                color: #fff;
                text-transform: uppercase;
            }

                .mini-shopping-cart button[type="button"]:hover,
                .mini-shopping-cart button[type="button"]:focus {
                    background-color: #248ece;
                }

        .header-lower {
            display: table;
            width: 100%;
        }

        .header-logo {
            display: table-cell;
            text-align: left;
            vertical-align: middle;
            font-size: 0;
        }

        .search-box form {
            justify-content: flex-end;
        }

        .search-box input.search-box-text,
        .search-box .search-box-button,
        .search-box .search-box-category {
            height: 40px;
        }


        /*** NAVIGATION ***/


        .header-menu {
            position: relative;
            z-index: 5;
            width: 980px;
            margin: 0 auto 30px;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            padding: 25px 0;
            text-align: center;
        }

        .menu-toggle,
        .sublist-toggle {
            display: none;
        }

        .header-menu > ul {
            display: block !important; /* prevents toggle display:none on resize */
            font-size: 0;
        }

            .header-menu > ul.mobile {
                display: none !important;
            }

            .header-menu > ul > li {
                display: inline-block;
                border-left: 1px solid #ddd;
                padding: 0 15px;
                vertical-align: middle;
            }

                .header-menu > ul > li:first-child {
                    border-left: none;
                }

                .header-menu > ul > li > a {
                    display: block;
                    padding: 5px 10px;
                    line-height: 20px;
                    font-size: 17px; /*reset zeroing*/
                    color: #555;
                    cursor: pointer;
                }

                    .header-menu > ul > li > a:hover,
                    .header-menu > ul > li > a:focus {
                        color: #4ab2f1;
                    }

        .header-menu .sublist {
            display: none;
            position: absolute;
            width: 200px;
            box-shadow: 0 0 2px rgba(0,0,0,0.2);
            background-color: #fff;
            padding: 10px 0;
            text-align: left;
        }

            .header-menu .sublist li {
                position: relative;
            }

                .header-menu .sublist li a {
                    display: block;
                    position: relative;
                    padding: 10px 20px 10px 30px;
                    font-size: 14px;
                    color: #444;
                }

                    .header-menu .sublist li a:before {
                        content: "";
                        position: absolute;
                        top: 17px;
                        left: 15px;
                        width: 5px;
                        height: 5px;
                        background-color: #ddd;
                    }

                .header-menu .sublist li:hover > a,
                .header-menu .sublist li:focus > a {
                    background-color: #f6f6f6;
                }

        .header-menu ul li:hover > .sublist,
        .header-menu ul li:focus > .sublist,
        .header-menu ul li:focus-within > .sublist {
            display: block;
        }

        .header-menu .sublist .sublist {
            top: -10px;
            left: 100% !important;
        }

        .block {
            float: none;
            width: auto;
            margin: 0 0 20px;
        }

            .block .title {
                margin: 0;
                border-bottom: 1px solid #ddd;
                background: none;
                cursor: auto;
            }

                .block .title strong {
                    font-weight: bold;
                }

            .block .listbox {
                display: block;
                border-bottom: none;
            }

            .block a.product-picture {
                display: inline-block;
                position: relative;
                width: 30%;
                margin: 0 0 0 -15px;
                vertical-align: middle;
                text-align: center;
            }

            .block a.product-name {
                vertical-align: middle;
            }

            .block a.product-picture + a.product-name {
                width: 70%;
            }

                .block a.product-picture + a.product-name:before {
                    display: none;
                }
        /*** TOPICS ***/


        .center-1 .topic-block-title {
            text-align: center;
        }

        .topic-page p {
            text-align: justify;
        }
        /*** REGISTRATION, LOGIN, ACCOUNT ***/


        .gender span {
            margin: 0 10px 0 0;
        }

            .gender span > * {
                margin: 0 5px 0 0;
            }

        .date-of-birth select + select {
            margin: 0 0 0 11px;
        }

        #check-availability-button {
            display: block;
            margin: 10px auto;
        }

        .login-page .customer-blocks {
            overflow: hidden;
        }

        .login-page .new-wrapper {
            float: left;
            width: 49%;
            margin: 0;
        }

            .login-page .new-wrapper .text {
                min-height: 200px;
            }

        .login-page .returning-wrapper {
            float: right;
            width: 49%;
        }

            .login-page .returning-wrapper .form-fields {
                min-height: 200px;
                padding: 30px 0 0;
            }

            .login-page .returning-wrapper .inputs label {
                width: 110px;
            }

            .login-page .returning-wrapper input[type="text"],
            .login-page .returning-wrapper input[type="email"],
            .login-page .returning-wrapper input[type="password"] {
                width: 300px;
            }

        .address-list-page .section,
        .order-list-page .section,
        .return-request-list-page .section {
            display: block;
            width: auto;
            margin: 0 0 40px;
        }

        .address-list-page .buttons,
        .order-list-page .buttons {
            position: absolute;
            top: 5px;
            right: 10px;
        }

        .avatar-page .message-error,
        .avatar-page .buttons {
            text-align: left;
        }

        .registration-page .vat-note {
            margin-left: 275px;
        }

        .customer-info-page .vat-note,
        .customer-info-page .vat-status,
        .customer-info-page .email-to-revalidate-note {
            margin-left: 150px;
        }

        .customer-info-page .vat-status {
            display: inline-block;
        }
        /*** SEARCH & SITEMAP ***/


        .advanced-search .price-range {
            margin-left: 114px;
        }
    }

    @media all and (min-width: 1367px) {
        .inputs label {
            width: 375px;
        }

        .center-2 .inputs label {
            width: 213px;
        }

        .inputs.accept-consent label {
            width: auto;
        }


        /*** HEADER ***/


        .header {
            width: 1200px;
        }


        /*** NAVIGATION ***/


        .header-menu {
            width: 1200px;
        }

            .header-menu > ul > li {
                padding: 0 20px;
            }

                .header-menu > ul > li > a,
                .header-menu > ul > li > span {
                    font-size: 18px;
                }
        /*** REGISTRATION, LOGIN, ACCOUNT ***/


        .login-page .returning-wrapper input[type="text"],
        .login-page .returning-wrapper input[type="email"],
        .login-page .returning-wrapper input[type="password"] {
            width: 360px;
        }

        .registration-page .vat-note {
            margin-left: 385px;
        }

        .customer-info-page .vat-note,
        .customer-info-page .vat-status,
        .customer-info-page .email-to-revalidate-note {
            margin-left: 225px;
        }
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-pagination-bullet-active {
        padding: 5px;
        background-color: #4ab2f1;
    }

    a.skip {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
    }

        a.skip:active,
        a.skip:focus,
        a.skip:hover {
            position: initial;
            top: 0;
            left: 0;
            display: block;
            height: auto;
            margin: 3px 0;
            overflow: visible;
            padding: 2px;
            color: #444444;
            background: #ffffff;
            text-decoration: underline;
            text-align: center;
            width: 100%;
            font-size: 16px;
        }



    .mobile-buttons {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0.5rem;
        background-color: #f9f9f9; /* Optional: background for visibility */
        gap: 0.5rem;
    }

    .toggle-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 56px;
        min-height: 56px;
        flex: 1 1 auto; /*  allow grow/shrink */
        max-width: 100px; /* optional: limit max */
        padding: 0.5rem;
        border: none;
        border-radius: 12px;
        background-color: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        font-size: 0.875rem;
        text-align: center;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }


        .toggle-menu:hover,
        .toggle-menu:focus {
            background-color: #f0f0f0;
        }

        .toggle-menu .icon {
            font-size: 1.25rem;
            margin-bottom: 0.25rem;
        }

        .toggle-menu .menu-titles {
            font-size: 0.75rem;
            line-height: 1.1;
            word-break: break-word;
        }

    .mobile-buttons {
        display: flex;
        flex-wrap: wrap; /*  allow wrapping */
        justify-content: space-around;
        align-items: center;
        padding: 0.5rem;
        background-color: #f9f9f9;
        gap: 0.5rem;
    }

    @media (max-width: 400px) {
        .toggle-menu .menu-titles {
            display: none; /* only icons show */
        }
    }

    @media (max-width: 400px) {
        .toggle-menu .icon {
            font-size: 1.5rem; /* bigger icon */
        }
    }

    @media (min-width: 1000px) {
        .mobile-buttons {
            display: none;
        }
    }
/* hide all mobile panels by default */
.mobile-navs .megametro-spmenu {
    display: none;
}

    /* visible when active (toggle class applied by JS) */
    .mobile-navs .megametro-spmenu.active {
        display: block;
    }

/* =========================================================
   Mobile: Welcome/Home panel (safe, scoped, consolidated)
   Scope: .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home
   ========================================================= */
@media (max-width: 1024px) {

    /* Panel width & container padding */
    .mobile-navs .megametro-spmenu-home {
        display: block;
        width: 100%;
        max-width: 100%;
    }

        .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home {
            box-sizing: border-box;
            width: 100%;
            padding: 12px 16px;
        }

            /* Neutralize any desktop sidebar/grid remnants */
            .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home .side-2,
            .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home .block,
            .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home .listbox,
            .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home .list {
                float: none;
                width: 100%;
                max-width: 100%;
                display: block;
            }

            /* Base UL cleanup */
            .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home .list {
                margin: 0;
                padding: 0;
                list-style: none;
            }

            /* Row container */
            .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home .dropdown-level-2 {
                margin: 0;
                border-bottom: 1px solid rgba(0,0,0,.08);
            }

                /* Tappable row link/button */
                .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home
                .dropdown-level-2 > .dropdown-level-2-toggle,
                .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home
                .dropdown-level-2 > a {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: .75rem;
                    padding: 12px 14px; /* ~48px tall tap target */
                    min-height: 44px;
                    text-decoration: none;
                    font-size: 1rem; /* 16px base */
                    line-height: 1.35;
                    background: #fff; /* subtle card feel */
                }

                    /* Caret / icon in link */
                    .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home
                    .dropdown-level-2 > .dropdown-level-2-toggle .caret,
                    .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home
                    .dropdown-level-2 > a .caret {
                        margin-left: .5rem;
                        transform: translateY(1px);
                        opacity: .7;
                        font-size: .9em;
                    }

            /* Submenu (desktop flyout) flattened for mobile */
            .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home .dropdown-menu-level-2 {
                display: block; /* switch to 'none' if JS-toggling later */
                padding: 6px 12px 12px 12px;
                margin: 0;
                list-style: none;
                border-left: 3px solid rgba(0,0,0,.06);
                position: static !important;
                visibility: visible !important;
                opacity: 1 !important;
            }

                /* Submenu spacing */
                .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home
                .dropdown-menu-level-2 > li,
                .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home
                .dropdown-menu-level-2 > * {
                    margin-top: .5rem;
                }

            /* Bullet cleanup for legacy nesting */
            .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home
            .side-2 .block .listbox .list li.dropdown-level-2 {
                list-style: none;
            }

            /* Images/content from Topic components scale to container */
            .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home img {
                max-width: 100%;
                height: auto;
            }

            /* Slight breathing room inside the section */
            .mobile-navs .megametro-spmenu-home .mmobile-scope.mmobile-home .block-account-navigation {
                padding: 4px 0;
            }
}


/*            menustyles     */

@media all and (max-width: 769px) {
}

@media all and (max-width: 1000px) {
}

@media all and (min-width: 481px) {
}

@media all and (min-width: 769px) {
}

@media all and (min-width: 1001px) {
}

@media all and (min-width: 1367px) {
}
/*** MOBILE NAVIGATION ***/

/*********** COMPLETED MENU STYLES ***********/

/*** RESPONSIVE NAVIGATION SYSTEM ***/
/* Hide button on desktop */
@media (min-width: 992px) {
    .mobile-nav-button {
        display: none;
    }
}
/* Base Media Query Breakpoints */
@media (min-width: 769px) {
    /* Hide mobile elements on desktop */
    .mobile-menu-toggle,
    .menu-background {
        display: none;
    }

    /* Show desktop menu */
    .desktop-menu {
        display: block;
    }
}

@media (max-width: 768px) {
    /* Hide desktop menu on mobile */
    .desktop-menu {
        display: none;
    }
    /* Mobile Header */
    .mobile-header {
        display: block;
        padding: 10px 15px;
        background: #fff;
        position: relative;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-toggle {
        background: none;
        border: none;
        padding: 0;
        width: 30px;
        height: 25px;
        position: relative;
        cursor: pointer;
    }

        .menu-toggle span {
            display: block;
            width: 100%;
            height: 3px;
            background: #444;
            margin: 5px 0;
            border-radius: 2px;
        }

    .mobile-logo {
        flex-grow: 1;
        text-align: center;
        margin: 0 15px;
    }

    .cart-button {
        position: relative;
    }

    /* Mobile Menu Container */
    .mobile-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
    }

        .mobile-menu-container.active {
            visibility: visible;
            opacity: 1;
        }

    .mobile-menu-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
    }

    .mobile-menu-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        background: #fff;
        z-index: 1002;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .mobile-menu-container.active .mobile-menu-wrapper {
        transform: translateX(0);
    }

    .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        background: #4ab2f1;
        color: #fff;
    }

    .close-button {
        background: none;
        border: none;
        color: #fff;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
    }

    /* 6-Button Navigation */
    .mobile-nav-buttons {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 5px;
    }

    .nav-button {
        flex: 0 0 33.333%;
        padding: 10px 5px;
        text-align: center;
        box-sizing: border-box;
    }

        .nav-button a {
            display: block;
            text-decoration: none;
            color: #444;
        }

    .button-icon {
        font-size: 24px;
        margin-bottom: 5px;
        color: #4ab2f1;
    }

    .button-text {
        font-size: 12px;
        display: block;
    }

    /* Menu Panels */
    .menu-panel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1003;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

        .menu-panel.active {
            transform: translateX(0);
        }

    .panel-header {
        display: flex;
        align-items: center;
        padding: 15px;
        background: #4ab2f1;
        color: #fff;
    }

    .back-button {
        background: none;
        border: none;
        color: #fff;
        margin-right: 10px;
        cursor: pointer;
        font-size: 18px;
    }

    .panel-body {
        padding: 15px;
    }

    /* Menu Lists */
    .mobile-menu-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .mobile-menu-list li {
            border-bottom: 1px solid #eee;
        }

            .mobile-menu-list li:last-child {
                border-bottom: none;
            }

    .menu-item-link {
        display: block;
        padding: 12px 0;
        color: #444;
        text-decoration: none;
    }

    .has-sublist > a {
        position: relative;
        padding-right: 30px;
    }

    .toggle-icon {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .sublist-wrapper {
        display: none;
        padding: 0 0 10px 15px;
    }

    .sublist {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* Menu Sections */
    .menu-section {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .section-title {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 15px;
    }
    /* Mobile Menu Toggle Button */
    .mobile-menu-toggle {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 998;
        width: 40px;
        height: 40px;
        background: #fff;
        border: none;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        font-size: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s ease;
    }

        .mobile-menu-toggle:hover {
            transform: scale(1.1);
        }

    /* Menu Background Overlay */
    .menu-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

        .menu-background.active {
            opacity: 1;
            visibility: visible;
        }

    /* Close Button */
    .menu-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        color: white;
        font-size: 32px;
        cursor: pointer;
        z-index: 1001;
    }

        .menu-close:hover {
            color: #ff5555;
        }

    /* Mobile Menu Container */
    .mobile-menu {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 500px;
        max-height: 90vh;
        overflow-y: auto;
        background-color: white;
        border-radius: 8px;
        padding: 20px;
        z-index: 1000;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    /* Menu Items */
    .menu-item {
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        position: relative;
    }

    .menu-link {
        display: block;
        color: #333;
        text-decoration: none;
        font-size: 18px;
        padding: 8px 0;
    }

    .has-submenu .menu-link {
        width: calc(100% - 40px);
        display: inline-block;
    }

    .menu-link:hover {
        color: #0066cc;
    }

    /* Submenu Toggle Button */
    .submenu-toggle {
        position: absolute;
        right: 0;
        top: 8px;
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        color: #555;
    }

        .submenu-toggle:hover {
            color: #0066cc;
        }

    /* Submenu */
    .submenu {
        display: none;
        padding-left: 15px;
        margin-top: 10px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .submenu.open {
            display: block;
            animation: fadeIn 0.3s ease forwards;
        }

    /* Menu List Styles for Mega Menu */
    .mega-menu .menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    /* Animation */
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Additional Responsive Adjustments */
    @media (max-width: 480px) {
        .mobile-menu {
            width: 95%;
            padding: 15px;
        }

        .menu-link {
            font-size: 16px;
        }

        .mobile-menu-toggle,
        .menu-close {
            width: 36px;
            height: 36px;
            font-size: 20px;
        }
    }
    /* Mobile Menu Container */
    .mobile-menu {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 500px;
        max-height: 90vh;
        overflow-y: auto;
        background-color: white;
        border-radius: 8px;
        padding: 20px;
        z-index: 1000;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        opacity: 0; /* Start hidden */
        visibility: hidden; /* Start invisible */
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

        .mobile-menu.active {
            opacity: 1;
            visibility: visible;
        }
}

/*********** CSS RESET **********/


* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    margin: 0;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > button::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    border-radius: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}

.center-1 {
    margin: 0 0 100px;
}

.center-2, .side-2 {
    margin: 0 0 50px;
}

    .side-2:after {
        content: "";
        display: block;
        clear: both;
    }

.flyout-cart {
    display: none;
}
/*********** HEADER ***********/


.header {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: auto;
    text-align: center;
}

.header-upper {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}

.header-selectors-wrapper {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

    .header-selectors-wrapper > div {
        display: block;
        width: 50%;
        margin: 10px auto;
        vertical-align: middle;
    }

    .header-selectors-wrapper select {
        width: 100%;
    }

.language-list {
    max-width: 100%;
    font-size: 0;
}

    .language-list li {
        display: inline-block;
        margin: 0 1px;
        vertical-align: middle;
    }

    .language-list a {
        display: block;
        position: relative;
        width: 24px;
        height: 32px;
        line-height: 0;
    }

    .language-list img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

.header-links-wrapper {
    position: relative;
    padding: 20px 0;
}

.header-links {
}

    .header-links ul {
        font-size: 0;
    }

    .header-links li {
        display: inline-block;
        margin: 0 10px;
    }

    .header-links span,
    .header-links a {
        display: inline-block;
        font-size: 12px; /*reset zeroing*/
        line-height: 36px;
        text-transform: uppercase;
    }

        .header-links a:hover,
        .header-links a:focus {
            color: #4ab2f1;
        }

#topcartlink {
    display: block;
    width: 70%;
    max-width: 400px;
    margin: 10px auto 0;
    background-color: #f6f6f6;
    padding: 0 20px;
}

    #topcartlink a {
        background: url('../images/shopping-bag.png') left center no-repeat;
        padding: 0 0 0 20px;
    }

.header-lower {
    position: relative;
    z-index: 0;
    padding: 35px 0;
}

.header-logo {
    margin: 0 0 20px;
    text-align: center;
}

    .header-logo a {
        display: inline-block;
        max-width: 100%;
        line-height: 0; /*firefox line-height bug fix*/
    }

        .header-logo a img {
            max-width: 100%;
            opacity: 1;
        }

.search-box form {
    display: inline-block;
}

    .search-box form:after {
        content: "";
        display: block;
        clear: both;
    }

.search-box input.search-box-text {
    float: left;
    width: 200px;
    height: 36px;
    margin: 0 -1px 0 0;
}

.search-box .search-box-button {
    float: left;
    min-width: 86px;
    height: 36px;
    border: none;
    background-color: #4ab2f1;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

    .search-box .search-box-button:hover,
    .search-box .search-box-button:focus {
        background-color: #248ece;
    }

.search-box .ui-autocomplete-loading {
    background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-autocomplete {
    width: 385px !important;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
}

    .ui-autocomplete li {
        border-top: 0px solid #ddd;
    }

        .ui-autocomplete li:first-child {
            border-top: none;
        }

    .ui-autocomplete a {
        display: block;
        padding: 15px;
        font-size: 15px;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: none !important;
        padding: 15px !important;
        line-height: normal !important;
        color: #777 !important;
    }

        .ui-autocomplete a:hover,
        .ui-autocomplete a:focus,
        .ui-autocomplete a.ui-state-focus {
            background-color: #f6f6f6 !important;
        }

    .ui-autocomplete img {
        display: none;
        min-width: 25px;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

.follow-us {
    margin: 30px auto 0;
    text-align: center;
}

    .follow-us .title {
        margin: 0 0 10px;
        background: none;
        color: #444;
        cursor: auto;
    }

    .follow-us .social ul {
        margin: 0 0 30px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 30px;
        font-size: 0;
    }

    .follow-us .social li {
        display: inline-block;
        margin: 0 5px;
    }

    .follow-us .social a {
        display: block;
        width: 38px;
        height: 38px;
        background: url('../images/social-sprite.png') no-repeat;
        font-size: 0;
    }

    .follow-us .social .facebook a {
        background-position: 0 0;
    }

    .follow-us .social .twitter a {
        background-position: -38px 0;
    }

    .follow-us .social .rss a {
        background-position: -76px 0;
    }

    .follow-us .social .youtube a {
        background-position: -114px 0;
    }

    .follow-us .social .instagram a {
        background-position: -152px 0;
    }

.newsletter-email {
    display: inline-block;
    overflow: hidden;
}

    .newsletter-email:focus-within {
        overflow: visible;
    }

    .newsletter-email input[type="email"] {
        float: left;
        width: 180px;
        height: 36px;
        margin: 0 -1px 0 0;
    }

.newsletter-subscribe-button {
    float: left;
    height: 36px;
    border: none;
    background-color: #4ab2f1;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

    .newsletter-subscribe-button:hover,
    .newsletter-subscribe-button:focus {
        background-color: #248ece;
    }

.newsletter-email .options {
    clear: both;
    padding: 10px 0 0;
}

.newsletter-validation,
.newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}
/*.newsletter-validation .please-wait {
	display: none !important; 
}*/
/*********** SIDE COLUMN ***********/



.block {
    max-width: 600px; /*width limit in mobile*/
    min-height: 50px;
    margin: auto;
    text-align: left;
}

    .block .title {
        position: relative;
        margin: 0 0 10px;
        border-bottom: 1px solid #ddd;
        background: #f6f6f6 url('../images/toggle-gray.png') right 14px no-repeat;
        padding: 12px 30px 12px 10px;
        font-size: 20px;
        color: #444;
        cursor: pointer;
    }

        .block .title strong {
            font-weight: normal;
        }

    .block .listbox {
        display: none;
        border-bottom: 1px solid #ddd;
        padding: 10px 5px;
    }

    .block .list li {
        padding: 5px 0 5px 15px;
    }

    .block .list a {
        display: inline-block;
        position: relative;
        padding: 5px 0;
        font-size: 16px;
        color: #444;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

        .block .list a:before {
            content: "";
            position: absolute;
            top: 12px;
            left: -15px;
            width: 5px;
            height: 5px;
            background-color: #ddd;
        }

    .block .list .active > a {
        color: #4ab2f1;
    }

    .block .list a:hover,
    .block .list a:focus {
        color: #4ab2f1;
    }

    .block a.product-picture {
        display: none;
    }

        .block a.product-picture:before {
            display: none;
        }

    .block .sublist {
        margin: 15px 0 5px;
    }

        .block .sublist a {
            font-size: 14px;
        }

    .block .view-all {
        margin: 10px 0 0;
    }

        .block .view-all a {
            display: inline-block;
            padding: 10px 15px;
            font-size: 16px;
            color: #4ab2f1;
        }

            .block .view-all a:hover,
            .block .view-all a:focus {
                text-decoration: underline;
            }

    .block .tags {
        margin: 5px 0 10px;
    }

        .block .tags ul {
            font-size: 0;
        }

        .block .tags li,
        .product-tags-all-page li {
            display: inline-block;
            position: relative;
            margin: 0 10px;
            overflow: hidden;
            font-size: 17px !important; /*setting base size*/
        }

            .block .tags li a,
            .product-tags-all-page li a {
                float: left;
                line-height: 30px;
                color: #444;
            }

                .block .tags li a:hover,
                .block .tags li a:focus,
                .product-tags-all-page li a:hover,
                .product-tags-all-page li a:focus {
                    color: #4ab2f1;
                }
/*********** TOPICS ***********/



.topic-block {
    margin: 0 0 25px;
}

.topic-block-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
}

    .topic-block-title h2 {
        font-size: 30px;
        font-weight: normal;
    }

.topic-block-body {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}

.topic-page .page-body {
    text-align: justify;
    line-height: 22px;
}

.topic-block a,
.topic-page a {
    text-decoration: underline;
}

.topic-block strong,
.topic-page strong {
    color: #444;
}

.home-page .topic-block {
    margin: 0 0 50px;
}

.popup-window .topic-page {
    padding: 15px;
}

.not-found-page p {
    margin: 30px 15px;
}

.topic-password {
    text-align: center;
}

.enter-password-title {
    margin: 0 0 20px;
    color: #444;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

    .enter-password-form input[type="password"] {
        float: left;
        width: 200px;
        height: 40px;
        margin: 0 -1px 0 0;
    }

    .enter-password-form button[type="submit"] {
        float: left;
        width: auto;
        min-width: 86px;
        height: 40px;
        border: none;
        background-color: #4ab2f1;
        padding: 0 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .enter-password-form button[type="submit"]:hover,
        .enter-password-form button[type="submit"]:focus {
            background-color: #248ece;
        }

.accordion-menu {
    display: none; /* Hidden by default */
}

.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-header {
    display: block;
    padding: 10px;
    cursor: pointer;
    background: #f9f9f9;
    transition: background 0.3s ease;
}

    .accordion-header:hover {
        background: #e9e9e9;
    }

.accordion-content {
    display: none;
    padding: 10px;
    background: #f1f1f1;
}

@media all and (max-width: 1000px) {
    /*** MOBILE NAVIGATION ***/


    .header-menu {
        position: relative;
        z-index: 1;
        width: 90%;
        max-width: 600px;
        margin: 0 auto 40px;
    }

    .menu-toggle {
        background: #4ab2f1 url('../../../../Themes/DefaultClean/Content/images/menu-icon.png')right center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .top-menu-mobile-accordion {
        display: block;
    }

    .top-menu {
        display: none;
    }

        .top-menu > li {
            position: relative;
            margin: 1px 0;
            background-color: #f6f6f6;
        }

            .top-menu > li > a {
                display: block;
                min-height: 55px;
                padding: 18px;
                font-size: 15px;
                color: #555;
            }

                .top-menu > li > a:focus {
                    position: relative;
                    z-index: 1;
                }

        .top-menu .sublist {
            display: none;
            background-color: #fff;
            padding: 5px 0;
        }

            .top-menu .sublist li {
                position: relative;
                margin: 1px 0 1px 20px;
            }

                .top-menu .sublist li a {
                    display: block;
                    padding: 15px 18px;
                    font-size: 15px;
                }

    .sublist-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        height: 55px;
        border-left: 1px solid #fff;
        background: url('../images/toggle-black.png') center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .sublist .sublist-toggle {
        height: 49px;
    }

    .sublist .sublist li {
        background-color: #f6f6f6;
    }

    .sublist .sublist .sublist li {
        background-color: #fff;
    }

    .block-category-navigation {
        display: none;
    }

    .block-account-navigation {
        float: none;
        margin: auto !important;
    }

    .write-review .review-rating {
        text-align: center;
    }

        .write-review .review-rating div.name-description {
            width: 100%;
            margin: 0 5px 0 0;
            text-align: center;
        }
}

@media all and (min-width: 481px) {


    /*** GLOBAL ***/


    .master-wrapper-content,
    .header-menu {
        width: 92.5%;
    }

    /*** HEADER ***/


    .header-selectors-wrapper > div {
        display: inline-block;
        width: 30%;
        margin: 10px auto;
    }

    .search-box input.search-box-text {
        width: 280px;
    }

    .ui-autocomplete {
        width: 280px !important;
    }

        .ui-autocomplete img {
            display: inline;
        }
    /*** TOPICS ***/


    .enter-password-form input[type="password"] {
        width: 260px;
    }
}


@media all and (min-width: 769px) {

    /*** HEADER ***/


    .header-selectors-wrapper > div {
        width: 20%;
    }
}

@media all and (min-width: 1001px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
        width: 980px;
        margin: auto;
    }

    .center-2 {
        float: right;
        width: 73%;
    }

    .side-2 {
        float: left;
        width: 25%;
    }

    .page {
        text-align: left;
    }

    .inputs {
        text-align: left;
    }

        .inputs label {
            display: inline-block;
            width: 265px;
            margin: 0 10px 0 0;
            text-align: right;
        }

        .inputs input[type="text"],
        .inputs input[type="email"],
        .inputs input[type="tel"],
        .inputs input[type="password"],
        .inputs select {
            min-height: 40px;
        }

        .inputs .option-list li {
            margin: 0 10px 0 0;
        }

    .center-1 .buttons {
        text-align: center;
    }

    .center-2 .inputs label {
        width: 136px;
    }

    .inputs.accept-consent label {
        width: auto;
    }

    .page-title a + h1 {
        float: left;
    }

    .link-rss {
        display: block;
        float: right;
        margin: 6px 0 0;
    }
    /*** HEADER ***/


    .header {
        width: 980px;
        margin: auto;
    }

    .header-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    .header-selectors-wrapper {
        float: left;
        border: none;
        padding: 0;
    }

        .header-selectors-wrapper > div {
            width: auto;
            min-width: 100px;
            margin: 0 12px 0 0;
            line-height: 43px;
        }

        .header-selectors-wrapper select {
            height: 25px;
            padding: 4px;
            font-size: 12px;
        }

    .language-list {
        text-align: left;
    }

    .header-links-wrapper {
        float: right;
        padding: 0;
    }

    .header-links li {
        margin: 0 16px;
    }

    .header-links a,
    .header-links span {
        line-height: 45px;
        text-transform: none;
    }

    #topcartlink {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0 18px;
    }

    .flyout-cart {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 100;
        width: 300px;
        box-shadow: 0 0 2px rgba(0,0,0,0.25);
        background-color: #fff;
    }

        .flyout-cart.active {
            display: block;
        }

    .mini-shopping-cart {
        padding: 12px;
        text-align: left;
        font-size: 12px;
    }

        .mini-shopping-cart .count {
            padding: 5px 0 15px;
            color: #444;
        }

            .mini-shopping-cart .count a {
                margin: 0 2px;
                font-weight: bold;
                color: #444;
            }

        .mini-shopping-cart .items {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            margin: 0 0 20px;
        }

        .mini-shopping-cart .item {
            overflow: hidden;
            padding: 10px 0;
        }

        .mini-shopping-cart .picture {
            float: left;
            width: 70px;
            text-align: center;
        }

            .mini-shopping-cart .picture a {
                display: block;
                position: relative;
                overflow: hidden;
            }

                .mini-shopping-cart .picture a:before {
                    content: "";
                    display: block;
                    padding-top: 100%;
                }

            .mini-shopping-cart .picture img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                max-width: 100%;
            }

            .mini-shopping-cart .picture + .product {
                margin: 0 0 0 80px;
            }

        .mini-shopping-cart .name {
            margin: 0 0 10px;
            font-size: 14px;
        }

            .mini-shopping-cart .name a {
                color: #4ab2f1;
            }

                .mini-shopping-cart .name a:hover,
                .mini-shopping-cart .name a:focus {
                    color: #248ece;
                }

        .mini-shopping-cart .attributes {
            margin: 5px 0;
            color: #444;
        }

        .mini-shopping-cart .totals {
            margin: 0 0 12px;
            font-size: 14px;
        }

            .mini-shopping-cart .totals strong {
                font-size: 16px;
                color: #444;
            }

        .mini-shopping-cart .buttons {
            margin: 0 0 5px;
        }

        .mini-shopping-cart button[type="button"] {
            display: inline-block;
            border: none;
            background-color: #4ab2f1;
            padding: 10px 20px;
            font-size: 12px;
            color: #fff;
            text-transform: uppercase;
        }

            .mini-shopping-cart button[type="button"]:hover,
            .mini-shopping-cart button[type="button"]:focus {
                background-color: #248ece;
            }

    .header-lower {
        display: table;
        width: 100%;
    }

    .header-logo {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        font-size: 0;
    }

    .search-box {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

        .search-box input.search-box-text,
        .search-box .search-box-button {
            height: 40px;
        }


    /*** NAVIGATION ***/


    .header-menu {
        position: relative;
        z-index: 5;
        width: 980px;
        margin: 0 auto 30px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 25px 0;
        text-align: center;
    }

    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    .header-menu > ul {
        display: block !important; /* prevents toggle display:none on resize */
        font-size: 0;
    }

        .header-menu > ul.mobile {
            display: none !important;
        }

        .header-menu > ul > li {
            display: inline-block;
            border-left: 1px solid #ddd;
            padding: 0 15px;
            vertical-align: middle;
        }

            .header-menu > ul > li:first-child {
                border-left: none;
            }

            .header-menu > ul > li > a {
                display: block;
                padding: 5px 10px;
                line-height: 20px;
                font-size: 17px; /*reset zeroing*/
                color: #555;
                cursor: pointer;
            }

                .header-menu > ul > li > a:hover,
                .header-menu > ul > li > a:focus {
                    color: #4ab2f1;
                }

    .header-menu .sublist {
        display: none;
        position: absolute;
        width: 200px;
        box-shadow: 0 0 2px rgba(0,0,0,0.2);
        background-color: #fff;
        padding: 10px 0;
        text-align: left;
    }

        .header-menu .sublist li {
            position: relative;
        }

            .header-menu .sublist li a {
                display: block;
                position: relative;
                padding: 10px 20px 10px 30px;
                font-size: 14px;
                color: #444;
            }

                .header-menu .sublist li a:before {
                    content: "";
                    position: absolute;
                    top: 17px;
                    left: 15px;
                    width: 5px;
                    height: 5px;
                    background-color: #ddd;
                }

            .header-menu .sublist li:hover > a,
            .header-menu .sublist li:focus > a {
                background-color: #f6f6f6;
            }

    .header-menu ul li:hover > .sublist,
    .header-menu ul li:focus > .sublist {
        display: block;
    }

    .header-menu .sublist .sublist {
        top: -10px;
        left: 100% !important;
    }

    .follow-us {
        float: right;
        width: 300px !important;
        margin: 0;
        text-align: left;
    }

        .follow-us .social li {
            margin: 0 10px 0 0;
        }

    .newsletter-email {
        display: block;
    }

        .newsletter-email input[type="text"] {
            width: 200px;
        }

        .newsletter-email .newsletter-subscribe-button {
            min-width: 100px;
            padding: 0 5px;
        }

    .newsletter-validation .field-validation-valid {
        text-align: left;
    }
    /*** COLUMN ***/


    .product-filter .filter-title {
        background: #f6f6f6;
    }

    .block {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

        .block .title {
            margin: 0;
            border-bottom: 1px solid #ddd;
            background: none;
            cursor: auto;
        }

            .block .title strong {
                font-weight: bold;
            }

        .block .listbox {
            display: block;
            border-bottom: none;
        }

        .block a.product-picture {
            display: inline-block;
            position: relative;
            width: 30%;
            margin: 0 0 0 -15px;
            vertical-align: middle;
        }

        .block a.product-name {
            vertical-align: middle;
        }

        .block a.product-picture + a.product-name {
            width: 70%;
        }

            .block a.product-picture + a.product-name:before {
                display: none;
            }
    /*** TOPICS ***/


    .center-1 .topic-block-title {
        text-align: center;
    }

    .topic-page p {
        text-align: justify;
    }
    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .gender span {
        margin: 0 10px 0 0;
    }

        .gender span > * {
            margin: 0 5px 0 0;
        }

    .date-of-birth select + select {
        margin: 0 0 0 11px;
    }
    /*** SEARCH & SITEMAP ***/


    .advanced-search .price-range {
        margin-left: 114px;
    }
}





@media all and (min-width: 1367px) {
    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
        width: 1200px;
    }

    .inputs label {
        width: 375px;
    }

    .center-2 .inputs label {
        width: 213px;
    }

    .inputs.accept-consent label {
        width: auto;
    }


    /*** HEADER ***/


    .header {
        width: 1200px;
    }


    /*** NAVIGATION ***/


    .header-menu {
        width: 1200px;
    }

        .header-menu > ul > li {
            padding: 0 20px;
        }

            .header-menu > ul > li > a,
            .header-menu > ul > li > span {
                font-size: 18px;
            }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet-active {
    padding: 5px;
    background-color: #4ab2f1;
}



.accordion-menu {
    display: block;
}

}

/* Responsive */


.mobile-header {
    display: flex;
}

body.menu-open {
    overflow: hidden;
}


/* =========================================================
   MegaMenu — Mobile panels (ALL): fix side-2 & listbox
   Scope: .mobile-navs .megametro-spmenu .mmobile-scope
   Keeps desktop untouched.
   ========================================================= */
@media (max-width: 1000px) {
    /* Panel container */
    .mobile-navs .megametro-spmenu .mmobile-scope {
        box-sizing: border-box;
        width: 100%;
        padding: 12px 16px;
    }

        /* Kill desktop sidebar layout inside mobile panels */
        .mobile-navs .megametro-spmenu .mmobile-scope .side-2,
        .mobile-navs .megametro-spmenu .mmobile-scope .block,
        .mobile-navs .megametro-spmenu .mmobile-scope .listbox,
        .mobile-navs .megametro-spmenu .mmobile-scope .list {
            float: none;
            width: 100%;
            max-width: 100%;
            display: block;
        }

        /* Desktop sets .block max-width:600px and .listbox: none; undo both */
        .mobile-navs .megametro-spmenu .mmobile-scope .block {
            max-width: none;
            margin: 0;
            text-align: left;
        }

            .mobile-navs .megametro-spmenu .mmobile-scope .block .listbox {
                display: block;
                border: 0;
                padding: 0;
            }

        /* Base UL cleanup */
        .mobile-navs .megametro-spmenu .mmobile-scope .list {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        /* Row container */
        .mobile-navs .megametro-spmenu .mmobile-scope .dropdown-level-2 {
            margin: 0;
            border-bottom: 1px solid rgba(0,0,0,.08);
        }

            /* Tappable row link/button */
            .mobile-navs .megametro-spmenu .mmobile-scope
            .dropdown-level-2 > .dropdown-level-2-toggle,
            .mobile-navs .megametro-spmenu .mmobile-scope
            .dropdown-level-2 > a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: .75rem;
                padding: 12px 14px; /* ~48px tap target */
                min-height: 44px;
                text-decoration: none;
                font-size: 1rem;
                line-height: 1.35;
                background: #fff;
            }

                /* Caret/icon */
                .mobile-navs .megametro-spmenu .mmobile-scope
                .dropdown-level-2 > .dropdown-level-2-toggle .caret,
                .mobile-navs .megametro-spmenu .mmobile-scope
                .dropdown-level-2 > a .caret {
                    margin-left: .5rem;
                    transform: translateY(1px);
                    opacity: .7;
                    font-size: .9em;
                }

        /* Desktop flyout UL flattened for mobile */
        .mobile-navs .megametro-spmenu .mmobile-scope .dropdown-menu-level-2 {
            display: block; /* switch to 'none' if you’ll JS-toggle */
            padding: 6px 12px 12px 12px;
            margin: 0;
            list-style: none;
            border-left: 3px solid rgba(0,0,0,.06);
            position: static !important;
            visibility: visible !important;
            opacity: 1 !important;
        }

            .mobile-navs .megametro-spmenu .mmobile-scope
            .dropdown-menu-level-2 > li,
            .mobile-navs .megametro-spmenu .mmobile-scope
            .dropdown-menu-level-2 > * {
                margin-top: .5rem;
            }

        /* Images from Topic components scale */
        .mobile-navs .megametro-spmenu .mmobile-scope img {
            max-width: 100%;
            height: auto;
        }
}
/* MegaMenu mobile: make the sidebar full-width inside mobile panels */
@media (max-width: 1000px) {
     .side-2 {
        width: 100%;
        max-width: 100%;
        float: left;
        display: block;
    }
    .block .listbox {
        width:100%;
        display: block;
        border-bottom: none;
        float:left;
    }
}

