.wrapper .container.categories-top-bar {
    background-color: var(--background-color);
    padding:20px 0;
    position: relative;
    width:100%;
    max-width: 100%;
}
.categories-top-bar:before {
    content:"";
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    height: 60px;
    background-color: #fff;
}
.main-header .header-bottom .content.cat-active {
    background-color: #fff;
}
.close-popup-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
.main-header .header-bottom .content .main-nav .submenu.active-submenu .main-cat {
    text-decoration: underline;
}
.categories-top-bar .categories-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: var(--width-content);
    position: relative;
    max-width:90%;
    margin:auto;
}
.categories-top-bar-content {
    box-sizing: border-box;
    position: absolute;
    top:35%;
    transform: translateY(-50%);
    left:0;
}
.categories-top-bar-content .categories-title {
    font-size:32px;
    margin-bottom:20px;
    letter-spacing: 1px;
}
.categories-top-bar-content .categories-subtitle {
    font-size:18px;
    letter-spacing: 1px;
}
.categories-top-bar-image {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width:65%;
    margin-left: auto;
}
.categories-top-bar-image img.categories-first-image {
    max-width: 40%;
    max-height: 430px;
    padding-right: 1%;
}
.categories-top-bar-image img.categories-last-image {
    max-width: 40%;
    max-height: 430px;
}
#category_video {
    max-width: 54%;
    max-height: 430px;
    margin-right:1%;
}
.breadcrumbs {
    margin-bottom: 20px;

    position: relative;
    z-index: 2;
}
.bredcrumbs-categories {
    margin-top: -40px;
    margin-bottom: 45px;
}
.breadcrumbs li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.breadcrumbs li:after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 11px;
    color: #949292;
}
.breadcrumbs li:last-of-type:after {
    display: none;
}
.categories-list {
    display: inline-block;
    vertical-align: top;
    padding:0px 30px 0 0;
    max-width:220px;
    position: sticky;
    top: 140px;
    margin-bottom: 74px;
    margin-right: 30px;
}
.categories-list .category-title {
    color: #000;
    font-size:19px;
    text-transform: uppercase;
    margin-bottom:40px;
}
.categories-list .categories-nav a {
    display: block;
    margin-bottom:25px;
    color :#000;
    font-size:15px;
    text-decoration: none;
}
.categories-list .categories-nav a:hover {
    text-decoration: underline;
}
.categories-list .categories-nav a.active {
    text-decoration: underline;
}
.products-list-right {
    display: inline-block;
    vertical-align: top;
    width:calc(100% - 270px);
    padding-left: 30px;
    box-sizing: border-box;
}
.products-list-right .filters-btns {
    margin-bottom:35px;
}
.products-list-right .filters-btns a {
    display: inline-block;
    vertical-align: top;
    padding:11px 28px;
    text-align: center;
    font-size:14px;
    background-color: var(--background-color);
    margin-right:25px;
}
.products-list-right .active-filters {
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.products-list-right .active-filters span {
    margin-right:25px;
    font-size:14px;
}
.products-list-right .active-filters .active-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:25px;
    border:1px solid #000;
    padding:4px 9px;
}
.products-list-right .active-filters .active-filter a {
    font-size:12px;
    margin-right:8px;
}
.products-list-right .active-filters .active-filter img {
    width:17px;
}
.products-list-right .active-filters .remove-filters {
    font-size:13px;
    text-decoration: underline;
    color: #949292;
}
.products-view {
    width: var(--width-content);
    margin-bottom:35px;
}
.products-list-right .filter-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:35px;
    margin-bottom:20px;
}
.products-list-right .filter-bottom .products-count {
    font-size:14px;
    color: #949292;
}
.products-list-right .filter-bottom .custom-select {
    position: relative;
    border:1px solid #949292;

}
.products-list-right .filter-bottom .custom-select .current-sort-method {
    position: relative;
    display: block;
    font-size: 13px;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    border-radius: 0;
    text-indent: 5px;
    color: #000;
    padding:6px 9px;
    border: none;
}
.products-list-right .filter-bottom .custom-select .current-sort-method img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: 17px;
}
.products-list-right .filter-bottom .custom-select .sorter-dropdown {
    position: absolute;
    background-color: #fff;
    top: 125%;
    right: 0px;
    z-index: 99;
    width: 200px;
    padding: 10px 0;
    box-shadow: 0 1px 6px 1px rgb(202 202 202 / 35%);
    display: none;
}
.products-list-right .filter-bottom .custom-select .option {
    color: #000;
    padding: 8px 16px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1);
    cursor: pointer;
    user-select: none;
    font-size: 13px;
}
.products-list-right .filter-bottom .custom-select .current-sort-method.open-sorting img {
    transform: rotate(180deg);
}
.products-list-right .products {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom:20px;
    flex-wrap: wrap;
}
.products-list-right .products .single-product {
    flex: 1 0 32%;
    max-width:32%;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    margin-bottom: 2%;
    margin-right:2%;
}
.products-list-right .products .single-product:nth-of-type(3n+0) {
    margin-right:0;
}
.products-list-right .products .single-product .link {
    position: absolute;
    top: 0; right:0; bottom: 0; left: 0;
    z-index: 50;
}
.products-list-right .products .single-product .single-product-images {
    padding:10px;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}
.products-list-right .products .single-product .single-product-images img {
    max-height: 190px;
    max-width: 100%;
    display: block;
    margin: auto;
}
.products-list-right .products .single-product .single-product-images img.second-image {
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 202px;
}
.products-list-right .products .single-product .link:hover + .single-product-images img.second-image {
    opacity: 1;
    visibility: visible;
}
.products-list-right .products {
    margin-top:10px;
}
.products-list-right .products .single-product {
    position: relative;
    padding-bottom: 20px;
}
.products-list-right .products .single-product .single-product-desc {
    padding:0 30px;
    box-sizing: border-box;
}
.products-list-right .products .single-product .single-product-desc .category {
    letter-spacing: 1px;
    color: #7c7373;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
}
.products-list-right .products .single-product .single-product-desc .price-box .new-price {
    display: inline-block;
    vertical-align: middle;
    font-size:19px;
    color:#F04E41;
    margin-right:15px;
    letter-spacing: 1px;
}
.products-list-right .products .single-product .single-product-desc .price-box .old-price{
    display: inline-block;
    vertical-align: middle;
    font-size:13px;
    text-decoration: line-through;
    color: #949292;
    letter-spacing: 1px;
}
.products-list-right .products .single-product .single-product-desc .price {
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
}
.products-list-right .products .single-product .single-product-colors {
    margin-top:20px;
}
.products-list-right .products .single-product .single-product-colors span {
    display: block;
    font-size: 13px;
    color: #4d4949;
    letter-spacing: 1px;
    font-weight: 500;
}
.products-list-right .products .single-product .single-product-colors .single-color-items {
    margin-top:10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: wrap;
}
.products-list-right .products .single-product .single-product-colors .single-color-items .single-color-item {
    width:25px;
    height: 25px;
    margin-right: 10px;
    margin-bottom:10px;
    border: 1px solid rgb(240,240,240);
}
.products-list-right .products .single-product .single-product-colors .single-color-items .color-items-quantity {
    border: 1px solid #000;
    font-size: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 6px 5px;
    color: #000;
    margin-bottom: 10px
}
.products-list-right .products .single-product .single-product-colors .single-color-items .single-color-item:nth-of-type(n + 6) {
    display: none;
}
.products-list-right .products .single-product .single-product-desc .single-product-name {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 500;
}
.products-list-right .products .single-product .single-product-desc .new {
    position: absolute;
    top:0;
    right:0;
    font-size:15px;
    width:70px;
    padding:8px 0px;
    letter-spacing: 1px;
    color: #000;
    background-color: var(--background-color);
    text-align: center;
}
.products-list-right .products .single-product .single-product-desc .promo {
    position: absolute;
    top:40px;
    right:0;
    font-size:15px;
    width:70px;
    padding:8px 0px;
    letter-spacing: 1px;
    color: #F04436;
    background-color: var(--background-color);
    text-align: center;
}
.filters-view {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition: 0.6s all ease-in-out;
    -webkit-transition: 0.6s all ease-in-out;
    -moz-transition: 0.6s all ease-in-out;
    -ms-transition: 0.6s all ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    z-index: 10000;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.filters-view.open-filters {
    opacity: 1;
    visibility: visible;
}
.filters-view .close-filters {
    position: absolute;
    right:45px;
    top:40px;
}
.filters-view .filter-title-main {
    font-size: 22px;
    color: #000;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 40px;
    margin-top:25px;
}
.filters-view .filter-title-main img {
    width:25px;
    vertical-align: middle;
    margin-right: 10px;
}
.filters-view .close-filters img {
    width:30px;
}
.filters-view .filters-overlay {
    position: absolute;
    right: 0;
    width: 24%;
    background: #fff;
    padding: 65px 0px 30px 0px;
    box-sizing: border-box;
    font-size: 0;
    transform: translateX(100%);
    transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    min-height: 100vh;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    min-width:320px;
}
.filters-view.open-filters .filters-overlay {
    margin: auto;
    transform: translate(0%, 0%);
    top: 0%;
}
.filters-parent .filter-child .filter-check {
    margin: 25px 0 15px 0;
    position: relative;
    padding-left: 40px;
    display: none;
    overflow: hidden;
}
.filters-parent .filter-child.price_filter .filter-check, .filters-parent .filter-child.length_filter .filter-check {
    margin-top: 15px;
}
.filters-parent .filter-child .filter-check li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom:15px;
}
.filters-parent .filter-child .filter-check input[type="checkbox"] {
    visibility: hidden;
}
.filters-parent .filter-child .filter-check label:before {
    content:"";
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border:1px solid #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.filters-parent .filter-child.color_filter .filter-check label:before {
    background: var(--c);
    content: "";
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 0;
}
.filters-parent .filter-child.color_filter .filter-check label:after {
    background-color:transparent
}
.filters-parent .filter-child.color_filter .filter-check input[type="checkbox"]:checked+label:after {
    border:2px solid #000
}
.filters-parent .filter-child .filter-check label {
    padding-left: 25px;
    font-size: 15px;
    align-items: center;
    min-height: 20px;
    display: flex;
}
.filters-parent .filter-child .filter-check label:after {
    content:"";
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border:1px solid #000;
    border-radius: 2px;
    opacity: 0;
    background-color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.filters-parent .filter-child .filter-check .color-label:after {
    border: 2px solid rgb(240,240,240);
    opacity: 1;
}
.filters-parent .filter-child .filter-check input[type="checkbox"]:checked+label:after {
    opacity: 1;
    border: 1px solid #000;
}
.filters-parent {
    margin-top:30px;
    max-height: 80vh;
    overflow-y: scroll;
}
.filters-parent .filter-title {
    font-size:15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:11px 0;
    padding-left: 40px;
    background-color: #fff;
    padding-right: 50px;
    font-weight: 500;
}
.filters-parent .filter-title span {
    margin-left: 10px;
}
.filters-parent .filter-title.active-filter-title {
    background-color: var(--background-color);
}
.filters-parent .filter-title.active-filter-title img {
    transform: rotate(0deg);
}
.filters-parent .filter-title img {
    width:20px;
    margin-left: auto;
    transform: rotate(-90deg);
}
.filters-parent .filters-form {
    margin-top:25px;
    margin-bottom:25px;
}
.filters-parent .filters-form span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #949292;
    margin-right: 15px;
}
.filters-parent .filters-form input {
    vertical-align: middle;
    width:85px;
    padding:4px 0;
    text-align: center;
    border:1px solid #949292;
    font-size:14px;
}
.filters-parent .filters-form input:first-of-type {
    margin-right:20px;
}
.filter-option-btn {
    margin-top:25px;
    display: flex;
    align-self: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 50px;
}
.filter-option-btn a {
    width: 150px;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.filter-option-btn a:hover {
    text-decoration: underline;
}
.filter-option-btn a.clear-filters {
    border:1px solid #000;
    color: #000;
    margin-right: 15px;
}
.filter-option-btn a.accept-filters {
    background: #000;
    color: #fff;
    border:1px solid #000
}
.product-subpage {
    padding-top:20px;
    background-color: var(--background-color);
    padding-bottom:40px;
}
.product-cart-message {
    display: none;
    z-index: 100;
    position: fixed;
    top: 122px;
    right: 0;
    padding: 10px 20px;
    background-color:#00b31f;
    font-size:15px;
    line-height:20px;
    font-weight:400;
    color:#fff
}
.product-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: var(--width-content)
}
.product-content .product-images::-webkit-scrollbar {
    display: none;
}
.product-content .product-images {
    height:80vh; overflow-y: scroll;
    flex: 1 0 65%;
    max-width: 65%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.product-content .product-images a {
    display: block;
    margin-bottom:10px;
}
.product-content .product-images a:last-of-type {
    margin-bottom: 0;
}
.product-content .product-images a img {
    width:100%;
}
.product-content .product-desc {
    background-color: #fff;
    max-width: 33%;
    flex:1 0 33%;
    padding:30px 60px;
    box-sizing: border-box;
}
.product-content .product-desc .product-name {
    font-size:24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-weight: 500;
}
.product-content .product-desc .category-name {
    display: block;
    font-size:17px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    line-height: 22px;
    font-weight: 500;
}
.product-content .product-desc .price-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-content .product-desc .price-info .price {
    font-size:19px;
    letter-spacing: 1px;
}
.product-content .product-desc .price-info .new-price {
    font-size: 19px;
    color: #F04E41;
    margin-right: 15px;
    letter-spacing: 1px;
}
.product-content .product-desc .price-info .old-price {
    font-size: 13px;
    text-decoration: line-through;
    color: #949292;
    letter-spacing: 1px;
}
.product-content .product-desc .spin span {
    display: inline-block!important;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    width: 20px;
    height: 30px;
    font-size: 21px;
    position: relative;
    background: #fff;
}
.product-content .product-desc .spin span:first-of-type:after {
    content: "-";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #000;
    padding-bottom: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.product-content .product-desc .spin span:last-of-type:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #000;
}
.product-content .product-desc .spin input {
    width: 40px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: none;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #000;
    box-sizing: border-box;
}
.product-variant-info {
    margin-top:20px;
    margin-bottom:20px;
}
.product-variant-info .variant-name {
    font-size:13px;
    color: #949292;
    letter-spacing: 1px;
    line-height: 15px;
}
.product-variant-info .variant-name span {
    color: #000;
}
.product-variant-info .variant-options {
    margin-top:11px;
    font-size:0;
}
.product-variant-info .variant-options.legs-variant label {
    min-height: 46px;
    align-items: center;
    box-sizing: border-box;
}
.product-variant-info .variant-options li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6%;
    margin-bottom: 15px;
    width: 47%;
    text-align: center;
}
.product-variant-info .variant-options li:nth-of-type(2n + 0) {
    margin-right: 0px;
}
.product-variant-info .variant-options input {
    display: none;
}
.product-variant-info .variant-options label {
    border: 1px solid #bebcbc;
    padding: 9px 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
}
.product-variant-info .variant-options label span {
    font-size:13px;
    display: block;
    color:#919191
}
.product-variant-info .variant-options input[type="checkbox"]:checked + label {
    border:1px solid #000;
    font-weight: 600;
}
.product-variant-info .variant-options input[type="checkbox"]:checked + label span {
    color: #000
}
.product-variant-info .variant-options.color-variant input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: transparent;
    border: 3px solid #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.product-variant-info .variant-options.color-variant li {
    margin-right: 6%;
    margin-bottom: 12px;
    width: 8.6%;
}
.product-variant-info .variant-options.color-variant li:nth-of-type(7n + 0) {
    margin-right: 0;
}
.product-variant-info .variant-options.color-variant li label div{
    background-color: #befefe;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.product-variant-info .variant-options.color-variant li label {
    width: 100%;
    padding: 3px;
    padding-bottom: 100%;
    position: relative;
    border:1px solid rgb(220, 220, 220);

}
.product-variant-info .variant-options.color-variant li label:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: transparent;
    border: 3px solid #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.product-variant-info .variant-options.color-variant span {
    font-size:0;
}
.product-content .product-desc .product-form input[type=submit] {
    display: block;
    background-color: #000;
    text-align: center;
    padding:14px 0;
    color:#fff;
    border:0;
    width:99%;
    font-size:16px;
}
.product-content .product-desc .product-form input[type=submit]:hover {
    text-decoration: underline;
    background-color: #000;
}
.product-content .product-desc .delivery-option {
    margin-top:25px;
}
.product-content .product-desc .delivery-option span {
    display: block;
    font-size:14px;
    letter-spacing: 1px;
}
.product-content .product-desc .delivery-option .delivery-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top:12px;
}
.product-content .product-desc .delivery-option .delivery-btn img {
    width:35px;
    margin-right: 10px;
}
.product-content .product-desc .delivery-option .delivery-btn p {
    font-size:13px;
    color: #000;
    letter-spacing: 1px;
    text-decoration: underline;
}
.product-content .product-desc .product-details {
    margin-top:25px;
}
.product-content .product-desc .product-details ul li {
    padding:10px 0;
    border-bottom:1px solid #949292;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-content .product-desc .product-details ul li:last-of-type {
    border-bottom: 0px;
}
.product-content .product-desc .product-details ul li span {
    font-size:15px;
    letter-spacing: 1px;
    text-transform: lowercase;
}
.product-content .product-desc .product-details ul li span::first-letter {
    text-transform: uppercase;
}
.product-content .product-desc .product-details ul li img {
    width:19px;
}
.producter-info {
    margin-top: 20px;
}
.producter-info .ean {
    margin-bottom: 20px;
}
.producter-info .producer {
    font-weight: bold;
}
.producter-info p {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;;
}
.producter-info p:last-of-type {
    margin-bottom: 0;
}
.product-subpage-white {
    padding:50px 0 0 0;
}
.product-subpage-white .video {
    width:80%;
    margin-bottom:30px;
    max-width:900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.product-subpage-white .video video {
    width:100%;
}
.product-subpage-white .video #toggle_mute {
    left: auto;
    right: 20px;
}
.similar-products .similar-product-slider .single-product {
    flex: 1 0 31%;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    margin:10px;
}
.product-subpage-white .similar-products {
    width: var(--width-content);
    padding-bottom:30px;
}
.product-subpage-white .similar-products .similar-title {
    font-size:22px;
    margin-bottom:25px;
    margin-left: 12px;
    text-align: center;
}
.similar-products .similar-product-slider .single-product .link {
    position: absolute;
    top: 0; right:0; bottom: 0; left: 0;
    z-index: 50;
}
.similar-products .similar-product-slider .single-product .single-product-images {
    padding:10px;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}
.similar-products .similar-product-slider .single-product .single-product-images img {
    max-height: 190px;
    max-width: 100%;
    display: block;
    margin: auto;
}
.similar-products .similar-product-slider .single-product .single-product-images img.second-image {
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 202px;
}
.similar-products .similar-product-slider .single-product .link:hover + .single-product-images img.second-image {
    opacity: 1;
    visibility: visible;
}
.similar-products .similar-product-slider {
    margin-top:10px;
}
.similar-products .similar-product-slider .single-product {
    position: relative;
    padding-bottom: 20px;
}
.similar-products .similar-product-slider .single-product .single-product-desc {
    padding:0 30px;
    box-sizing: border-box;
}
.similar-products .similar-product-slider .single-product .single-product-desc .category {
    letter-spacing: 1px;
    color: #7c7373;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
}
.similar-products .similar-product-slider .single-product .single-product-desc .price-box .new-price {
    display: inline-block;
    vertical-align: middle;
    font-size:21px;
    color:#F04E41;
    margin-right:15px;
    letter-spacing: 1px;
}
.similar-products .similar-product-slider .single-product .single-product-desc .price-box .old-price{
    display: inline-block;
    vertical-align: middle;
    font-size:13px;
    text-decoration: line-through;
    color: #949292;
    letter-spacing: 1px;
}
.similar-products .similar-product-slider .single-product .single-product-desc .price {
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
}
.similar-products .similar-product-slider .single-product .single-product-colors {
    margin-top:20px;
}
.similar-products .similar-product-slider .single-product .single-product-colors span {
    display: block;
    font-size: 13px;
    color: #4d4949;
    letter-spacing: 1px;
    font-weight: 500;
}
.similar-products .similar-product-slider .single-product .single-product-colors .single-color-items {
    margin-top:10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: wrap;
}
.similar-products .similar-product-slider .single-product .single-product-colors .single-color-items .single-color-item {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid rgb(240,240,240);
}
.similar-products .similar-product-slider .single-product .single-product-colors .single-color-items .color-items-quantity {
    border: 1px solid #000;
    font-size: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 6px 5px;
    color: #000;
    margin-bottom: 10px
}
.similar-products .similar-product-slider .single-product .single-product-colors .single-color-items .single-color-item:nth-of-type(n + 6) {
    display: none;
}
.similar-products .similar-product-slider .single-product .single-product-desc .single-product-name {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 500;
}
.delivery-view {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition: 0.6s all ease-in-out;
    -webkit-transition: 0.6s all ease-in-out;
    -moz-transition: 0.6s all ease-in-out;
    -ms-transition: 0.6s all ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    z-index: 100110;
    border-top: 1px solid #dcd9d9;
    position: fixed;
    top: var(--top-margin);
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100vw;
    height: calc(100% - var(--top-margin));
    overflow: scroll;
    padding-top: 50px;
}
.delivery-view.open-delivery {
    opacity: 1;
    visibility: visible;
}
.delivery-view .delivery-container {
    width:var(--width-content);

}
.delivery-view .delivery-container .delivery-content {
    width: 70%;
    background: #fff;
    position: relative;
    z-index: 2;
}
.delivery-view .delivery-container .delivery-content .delivery-top {
    border-bottom: 1px solid #000;
    position: relative;
}
.delivery-view .delivery-container .delivery-content .delivery-top .close-delivery {
    position: absolute;
    right: 14px;
    top: 15px;
    width:25px;
}
.delivery-view .delivery-container .delivery-content .delivery-top .delivery-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:calc(100% - 55px);
    box-sizing: border-box;
}
.delivery-view .delivery-container .delivery-content .delivery-top .delivery-options li {
    flex:1 0 50%;
    text-align: center;
    padding:18px 0px;
    font-size:14px;
    letter-spacing: 1px;
    text-transform: lowercase;
}
.delivery-view .delivery-container .delivery-content .delivery-top .delivery-options li::first-letter {
    text-transform: uppercase;
}
.delivery-view .delivery-container .delivery-content .delivery-top .delivery-options li:last-of-type {
    border-right:1px solid #000
}
.delivery-view .delivery-container .delivery-content .delivery-top .delivery-options li.active {
    text-decoration: underline;
    color: #000;
}
.delivery-view .delivery-container .delivery-content .delivery-middle{
    padding:70px 70px 30px 70px;
    box-sizing: border-box;
    width: calc(100% - 55px);
}
.delivery-view .delivery-container .delivery-content .delivery-middle p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
}
.delivery-view .delivery-container .delivery-content .delivery-middle .col {
    display: inline-block;
    vertical-align: top;
    width:49%;
    box-sizing: border-box;
}
.delivery-view .delivery-container .delivery-content .delivery-middle .col:nth-of-type(2) {
    padding-right: 0;
    padding-left: 110px;
}
.delivery-view .delivery-container .delivery-content .delivery-middle .col ul {
    margin-top:25px;
}
.delivery-view .delivery-container .delivery-content .delivery-middle .col ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom:30px;
    font-size:14px;
}
.delivery-view .delivery-container .delivery-content .delivery-middle .col ul li img {
    width:30px;
    margin-right: 15px;
}
.delivery-view .delivery-container .delivery-content .delivery-middle .col ul li p {
    font-size:15px;
    line-height: 18px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.delivery-view .delivery-container .delivery-content .delivery-middle .col ul li span {
    font-weight: 600;
}
.delivery-view .delivery-container .delivery-content .delivery-middle .hidden {
    display: none;
}
.delivery-view .delivery-container .delivery-content .delivery-middle .col .subtitle {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 600;
}
.product-details-view {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition: 0.6s all ease-in-out;
    -webkit-transition: 0.6s all ease-in-out;
    -moz-transition: 0.6s all ease-in-out;
    -ms-transition: 0.6s all ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    z-index: 1009;
    border-top: 1px solid #dcd9d9;
    position: fixed;
    top: var(--top-margin);
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100vw;
    height: calc(100% - var(--top-margin));
    overflow: scroll;
    padding-top:50px;
}
.product-details-view.open-product-details {
    opacity: 1;
    visibility: visible;
}
.product-details-view .product-details-container {
    width:var(--width-content)
}
.product-details-view .product-details-container .product-details-content {
    position: relative;
    z-index: 500;
    width: 70%;
    background: #fff;
}
.product-details-view .product-details-container .product-details-content .product-details-top {
    border-bottom: 1px solid #000;
    position: relative;
}
.product-details-view .product-details-container .product-details-content .product-details-top .close-product-details {
    position: absolute;
    right: 14px;
    top: 15px;
    width:25px;
}
.product-details-view .product-details-container .product-details-content .product-details-top .product-details-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:calc(100% - 55px);
    box-sizing: border-box;
}
.product-details-view .product-details-container .product-details-content .product-details-top .product-details-options li {
    flex:1 0 30%;
    text-align: center;
    padding:18px 0px;
    font-size:14px;
    letter-spacing: 1px;
    text-transform: lowercase;
}
.product-details-view .product-details-container .product-details-content .product-details-top .product-details-options li::first-letter {
    text-transform: uppercase;
}
.product-details-view .product-details-container .product-details-content .product-details-top .product-details-options li:last-of-type {
    border-right:1px solid #000
}
.product-details-view .product-details-container .product-details-content .product-details-top .product-details-options li.active {
    text-decoration: underline;
}
.product-details-view .product-details-container .product-details-content .product-details-middle{
    padding:70px 70px 30px 70px;
    box-sizing: border-box;
    width: calc(100% - 55px);
    min-height: 381px;
}
.product-details-view .product-details-container .product-details-content .hidden {
    display: none;
}
.product-details-view .product-details-container .product-details-content .product-details-middle span {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.product-details-view .product-details-container .product-details-content .product-details-middle p,
.product-details-view .product-details-container .product-details-content .product-details-middle div {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}
.product-details-view .product-details-container .product-details-content .product-details-middle a {
    text-decoration: none;
    display: block;
    color: #000;
    letter-spacing: 1px;
}
.product-details-view .product-details-container .product-details-content .product-details-middle a:hover {
    text-decoration: underline;
}
.product-details-view .product-details-container .product-details-content .product-details-middle a img {
    width: 35px;
    vertical-align: middle;
    margin-left: 10px;
}
.product-details-view .product-details-container .product-details-content .product-details-middle .col {
    display: inline-block;
    vertical-align: top;
    width:49%;
    box-sizing: border-box;
}
.product-details-view .product-details-container .product-details-content .product-details-middle .col:nth-of-type(2) {
    padding-right: 0;
    padding-left: 60px;
}
.product-details-view .product-details-container .product-details-content .product-details-middle .col ul {
    margin-top:25px;
}
.pagination {
    text-align: center;
}
.pagination .page-item {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 12px 7px 12px;
    border: 1px solid #999999;
    font-size:12px
}
.pagination .page-item span {
    font-size:12px;
    display: block;
}
.pagination .page-item.active {
    border:1px solid #000
}
.pagination .page-item.active span {
    color: #000
}
.pagination .page-item a {
    color: #000;
    text-decoration: none;
}
.mobile-filters-btn {
    display: none;
}
.price-info-mobile {
    display: none;
}
.mobile-product-return {
    display: none;
}
.mobile-reference-number {
    display: none;
}
@media all and (max-width:1300px) {
    .product-variant-info .variant-options label span {
        font-size: 13px;
        display: block;
        letter-spacing: 0.5px;
    }
}
@media all and (max-width:1000px) {
    .categories-top-bar-image {
        display: none;
    }
    .categories-top-bar:before {
        display: none;
    }
    .wrapper .container.categories-top-bar {
        padding-top: 45px;
        background-color: #fff;
    }
    .price-info-mobile {
        display: block;
        position: fixed;
        bottom: 48px;
        left: 0;
        right: 0;
        background: #fff;
        width: 100%;
        z-index: 10;
        font-size:0;
    }
    .product-subpage .breadcrumbs {
        display: none;
    }
    .product-details-view .product-details-container .product-details-content .product-details-top .close-product-details {
        top:35px;
    }
    .delivery-view .delivery-container .delivery-content .delivery-top .close-delivery {
        top:35px;
    }
    .mobile-product-return {
        display: block;
        margin-bottom: 15px;
        width: 25px;
        margin-left: 20px;
    }
    .price-info-mobile span.price {
        display: inline-block;
        vertical-align: middle;
        width: 52%;
        text-align: center;
        border: 1px solid #000;
        padding: 16px 0;
        box-sizing: border-box;
        color: #000;
        font-size: 16px;
    }
    .price-info-mobile .spin {
        display: inline-block;
        vertical-align: middle;
        width: 48%;
        text-align: center;
        border: 1px solid #000;
        padding: 9px 0;
        box-sizing: border-box;
        border-left: 0px;
    }
    .product-content .product-desc .price-info-mobile  .spin span:first-of-type:after, .product-content .product-desc .price-info-mobile  .spin span:last-of-type:after {
        color: #000
    }
    .product-content .product-desc .price-info-mobile  .spin input {
        border:1px solid #000;
        color: #000
    }
    .product-content .product-desc .price-info {
        display: none;
    }
    .categories-top-bar {
        background-color: #fff;
    }
    .main-header .header-bottom .content .main-nav .submenu.active-submenu {
        background-color: #fff;;
    }
    .categories-top-bar-content {
        padding-left: 0px;
    }
    .categories-top-bar-content .categories-title {
        margin-bottom: 35px;
    }
    .bredcrumbs-categories {
        display: none;
    }
    .categories-list {
        display: none
    }
    .products-list-right {
        width:100%;
        padding:0 10px;
        box-sizing: border-box;
    }
    .products-list-right .filters-btns a {
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 13px 22px;
    }
    .products-list-right .active-filters .remove-filters {
        margin-bottom: 15px;
    }
    .products-list-right .active-filters span {
        margin-bottom: 15px;
    }
    .products-list-right .products {
        flex-direction: wrap;
    }
    .products-list-right .products .single-product {
        max-width: 100%;
        width:100%;
        flex: 1 0 100%;
        margin-bottom:5%;
    }
    .products-list-right .filter-bottom .custom-select {
        cursor: pointer;
        right: 0;
        display: block;
        position: fixed;
        bottom: 0;
        width: 50%;
        background: #fff;
        padding: 20px 0;
        text-align: center;
        z-index: 1000;
        border:0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .products-list-right .filter-bottom .custom-select .current-sort-method {
        font-size:13px;
        color: #000;
    }
    .products-list-right .filter-bottom .custom-select .current-sort-method img {
        margin-left: 5px;
    }
    .product-subpage {
        background-color: #fff;
    }
    .products-list-right .filter-bottom .custom-select .sorter-dropdown {
        top: -176px;
        right: 0px;
        width: 100%;
        box-sizing: border-box;
    }
    .products-list-right .active-filters {
        flex-wrap: wrap;
    }
    .products-list-right .active-filters .active-filter {
        margin-bottom: 15px;
    }
    .products-list-right .filter-bottom .custom-select .option {
        font-size:15px;
    }

    .filters-parent {
        height: 73vh;
    }

    .filters-parent .filters-form {
        margin-top: 15px;
        margin-bottom: 56px;
    }
    .filters-parent .filters-form input {
        width: 60px;
    }

    .mobile-filters-btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50%;
        background: #000;
        padding: 26px 0 25px 0;
        text-align: center;
        z-index: 60;
    }
    .mobile-filters-btn span {
        vertical-align: middle;
        margin: 0 20px;
        color: #fff;
        font-size: 13px;
        letter-spacing: 0.5px;
    }
    .mobile-filters-btn img {
        width: 20px;
        vertical-align: middle;
    }
    .mobile-reference-number {
        display: block;
        font-size: 12px;
        color:#949292;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }
    .promo .product-details-view {
        top:145px;
    }
    .product-details-view .product-details-container .product-details-content .product-details-top .product-details-options li {
        flex:1 0 100%;
        padding:10px 0;
    }
    .product-content .product-desc .category-name {
        margin-bottom: 10px;
    }
    .filters-view .filters-overlay {
        width:100%;
        min-width: 100px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
}
    .filters-parent .filter-title {
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 0;
        padding-left: 30px;
        background-color: #fff;
        padding-right: 30px;
        border-bottom: 1px solid #999;
    }
    .filters-view .close-filters {
        top:25px;
    }
    .filters-view .filter-title-main {
        display: block;
        border-bottom: 1px solid #777;
        text-align: center;
        padding: 18px 0;
        border-top: 1px solid #777;
    }
    .filters-parent {
        margin-top: 0px;
    }
    .product-variant-info .variant-options label {
        padding:11px 8px
    }
    .delivery-view, .product-details-view {
        padding-top: 0px;
    }
    .wrapper .delivery-view .container , .wrapper  .product-details-view .container {
        max-width: 100%;
    }
    .filter-option-btn {
        position: absolute;
        bottom:30px;
        width:100%;
        padding-left: 0;
        padding-right: 0;
    }
    .filter-option-btn a {
        width: 50%;
        padding: 15px 0;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
    }
    .filter-option-btn a.clear-filters {
        margin-right: 0px;
        border-right: 0px;
        background-color: #fff;
    }
    .product-content {
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    .product-content .product-images {
        flex: 1 0 100%;
        max-width: 100%;
        width:100%;
    }
    .product-content .product-images a {
        display: inline-block;
        vertical-align: middle;
    }
    .product-content .product-images a img {
        width: 280px;
    }
    .product-content .product-images a {
        width: 280px;
        margin-right: 10px;
    }
    .product-content .product-images {
        width: auto;
        display: flex;
        overflow: scroll;
        flex-wrap: nowrap;
        height:auto
    }
    .breadcrumbs {
        padding-left: 20px;
    }
    .product-content .product-desc {
        flex: 1 0 100%;
        max-width: 100%;
        width:100%;
        padding:20px;
    }
    .delivery-view .delivery-container .delivery-content {
        width:100%;
    }
    .delivery-view .delivery-container .delivery-content .delivery-top .delivery-options {
        flex-wrap: wrap;
        border-right: 1px solid #999999;
    }
    .delivery-view .delivery-container .delivery-content .delivery-top .delivery-options li:last-of-type {
        border-right:0;
    }
    .delivery-view .delivery-container .delivery-content .delivery-top .delivery-options li {
        flex: 1 0 100%;
    }
    .delivery-view .delivery-container .delivery-content .delivery-middle {
        padding:20px;
        width:100%;
        box-sizing: border-box;
    }
    .delivery-view .delivery-container .delivery-content .delivery-middle .col {
        width:100%;
    }
    .delivery-view .delivery-container .delivery-content .delivery-middle .col:nth-of-type(2) {
        padding-left: 0px;
    }
    .product-details-view .product-details-container .product-details-content {
        width:100%;
    }
    .product-details-view .product-details-container .product-details-content .product-details-top .product-details-options {
        flex-wrap: wrap;
        border-right:1px solid #999;
    }
    .product-details-view .product-details-container .product-details-content .product-details-top .product-details-options li.active {
        flex:1 0 100%;
    }
    .product-details-view .product-details-container .product-details-content .product-details-top .product-details-options li:last-of-type {
        border-right:0;
    }
    .product-details-view .product-details-container .product-details-content .product-details-middle {
        padding:20px;
        width:100%;
        box-sizing: border-box;
    }
    .product-details-view .product-details-container .product-details-content .product-details-middle .col {
        width:100%;
    }
    .product-details-view .product-details-container .product-details-content .product-details-middle .col:nth-of-type(2) {
        padding-left: 0px;
    }
    .product-content .product-desc .product-form input[type=submit] {
        display: block;
        background-color: #000;
        text-align: center;
        padding: 14px 0;
        color: #fff;
        border: 0;
        font-size: 16px;
        position: fixed;
        z-index: 100;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
    }
    .product-variant-info .variant-options.color-variant li label div{
        height: calc(100% - 1px);
        top: 1px;
    }
    .product-subpage-white .similar-products {
        padding-bottom: 70px;
    }
}
