/*STORE*/

.store {
    width: 100%;
}

.store .section-title {
    margin-top: calc(80 / 1920 * 100vw);
}

.store .section-title p {
    color: rgba(0, 0, 0, 0.5);
}

.store .section-title a {
    margin-left: calc(40 / 1920 * 100vw);
    padding-right: 0;
    padding-left: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: calc(14 / 1920 * 100vw);
    white-space: nowrap;
}

.content {
    max-width: 100%;
    width: calc(100% - ((390 * 2) - 15) / 1920 * 100vw);
    margin-top: calc(90 / 1920 * 100vw);
    margin-left: calc(390 / 1920 * 100vw);
}

hr {
    margin-top: calc(10 / 1920 * 100vw);
}

.store a.price-btn-top,
.store a.price-btn-bottom {
    margin-right: calc(20 / 1920 * 100vw);
    width: 0px;
    height: 0px;
    border-left: calc(6 / 1920 * 100vw) solid transparent;
    border-right: calc(6 / 1920 * 100vw) solid transparent;
    border-top: calc(6 / 1920 * 100vw) solid #858585;
    margin-left: calc(5 / 1920 * 100vw);
}

.store a.price-btn-top {
    border-top: 0;
    border-bottom: calc(6 / 1920 * 100vw) solid #858585;
    margin-bottom: calc(2 / 1920 * 100vw);
}

.store a.price-btn-top-active {
    border-bottom-color: #2f2f2f;
}

.store a.price-btn-bottom-active {
    border-top-color: #2f2f2f;
}

.price-btn-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(15 / 1920 * 100vw);
    margin-top: calc(3 / 1920 * 100vw);
}

a.add-filter-btn {
    display: none;
}

.filter {
    padding: 0;
}

.filter .berocket_aapf_widget-wrapper .widget-title,
.bapf_sfilter .bapf_head > h3,
.widget_product_categories > h3 {
    font-family: "ProximaNovaBold";
    font-size: calc(14 / 1920 * 100vw);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: calc(10 / 1920 * 100vw);
    margin-bottom: 0.9375rem;
}

.widget_product_categories ul {
    list-style: none;
    margin-bottom: 0 !important;
    margin-right: 0;
    padding-left: 0;
    display: block;
    cursor: pointer;
    line-height: 1.1em;
}
.widget_product_categories > ul > li > a {
    margin-bottom: 1.2rem !important;
}
.widget_product_categories ul > li {
    padding-left: 0;
    position: relative;
}
.widget_product_categories ul > li:last-child {
    margin-bottom: -1.2rem !important;
}
.widget_product_categories ul > li > a {
    position: relative;
    padding-left: calc(25 / 1920 * 100vw);
    cursor: pointer;
    font-family: "ProximaNovaRegular";
    font-size: calc(14 / 1920 * 100vw);
    text-transform: lowercase;
    user-select: none;
    line-height: 1.1;
    display: inline-flex !important;
    color: #000;
}
.widget_product_categories ul > li > a:hover {
    color: #24abe3;
}
.widget_product_categories ul > li > a::before {
    position: absolute;
    top: calc(50% - (calc(15 / 1920 * 100vw)) / 2);
    left: 0;
    height: calc(15 / 1920 * 100vw);
    width: calc(15 / 1920 * 100vw);
    border-radius: 50%;
    background-color: #c8eaf8;
    border: none;
    content: "";
    display: inline-block;
}

.widget_product_categories > ul {
    list-style: none;
    margin-bottom: 30px !important;
    margin-right: 0;
    padding-left: 0px;
    display: block;
}

.widget_product_categories ul.children {
    padding-left: 20px;
}
.widget_product_categories ul.children li {
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1.1em;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-bottom: 1.2rem !important;
}

.bapf_sfilter .bapf_body .mCSB_container > ul,
.bapf_sfilter .bapf_body > ul {
    margin-bottom: 30px !important;
    margin-right: 0;
    padding-left: 0;
    display: block;
    cursor: pointer;
    line-height: 1.1em;
}
.bapf_sfilter ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1.1em;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-bottom: 1.2rem !important;
}
.bapf_sfilter.bapf_ckbox label {
    margin-bottom: 0;
}
.bapf_sfilter.bapf_ckbox input[type="checkbox"] + label {
    position: relative;
    padding-left: calc(25 / 1920 * 100vw);
    cursor: pointer;
    font-family: "ProximaNovaRegular";
    font-size: calc(14 / 1920 * 100vw);
    text-transform: lowercase;
    user-select: none;
    line-height: 1.1;

    display: inline-flex !important;
}
.bapf_sfilter.bapf_ckbox input[type="checkbox"] + label::before {
    position: absolute;
    top: calc(50% - (calc(15 / 1920 * 100vw)) / 2);
    left: 0;
    height: calc(15 / 1920 * 100vw);
    width: calc(15 / 1920 * 100vw);
    border-radius: 50%;
    background-color: #c8eaf8;
    border: none;
    content: "";
    display: inline-block;
}
.bapf_sfilter.bapf_ckbox input[type="checkbox"]:checked + label::before {
    background-color: #24abe3;
}
.bapf_sfilter.bapf_ckbox input[type="checkbox"]:checked + label::after {
    content: "";
    display: block;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    top: calc(4 / 1920 * 100vw);
    left: calc(6 / 1920 * 100vw);
}

.bapf_head {
    margin-bottom: 0.9375rem;
}
.bapf_head h3 {
    font-family: "ProximaNovaBold";
    font-size: calc(14 / 1920 * 100vw);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: calc(10 / 1920 * 100vw);
    margin-bottom: 0.9375rem;
    font-size: 0.875rem;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1440px) {
    .widget_product_categories ul > li > a {
        font-size: calc(18 / 1920 * 100vw);
    }
    .bapf_head h3 {
        font-size: calc(18 / 1920 * 100vw);
        padding-bottom: calc(13 / 1920 * 100vw);
    }
    .bapf_sfilter.bapf_ckbox input[type="checkbox"] + label {
        padding-left: calc(32.5 / 1920 * 100vw);
        font-size: calc(18 / 1920 * 100vw);
    }
    .bapf_sfilter.bapf_ckbox input[type="checkbox"] + label::before,
    .widget_product_categories ul > li > a::before {
        height: calc(19.5 / 1920 * 100vw);
        width: calc(19.5 / 1920 * 100vw);
    }
    .ui-slider-horizontal .ui-slider-handle {
        top: -0.2em !important;
        width: calc(16 / 1920 * 100vw) !important;
        height: calc(16 / 1920 * 100vw) !important;
    }
    .filter-items {
        margin-bottom: calc(52 / 1920 * 100vw);
    }
    .bapf_button.bapf_reset {
        border: calc(3 / 1920 * 100vw) solid #24abe3;
        height: calc(52 / 1920 * 100vw) !important;
        font-size: calc(18 / 1920 * 100vw);
    }
}

.ui-slider-horizontal .ui-slider-handle {
    width: calc(12 / 1920 * 100vw) !important;
    height: calc(12 / 1920 * 100vw) !important;
    border-radius: 50%;
    border: 1px solid #c5c5c5 !important;
    background: transparent;
    cursor: pointer;
    box-shadow: none;
    background: #fff !important;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0;
}

.bapf_sfilter.bapf_ckbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.ui-widget.ui-widget-content {
    background: none repeat scroll 0 0 #cecece;
    border: 0 none;
    border-radius: 0;
    height: 1px !important;
    width: calc(100% - 7px);
    padding: 0;
    display: block;
    font-size: 10px;
    background: none repeat scroll 0 0 #24abe3;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background: none repeat scroll 0 0 #24abe3;
}
.ui-slider-horizontal .ui-slider-range {
    height: 2px;
}

.bapf_slidr_jqrui .bapf_from,
.bapf_slidr_jqrui .bapf_to {
    position: relative;
    border: 0;
    top: calc(5 / 1920 * 100vw);
    font-family: "ProximaNovaRegular";
    font-size: calc(14 / 1920 * 100vw);
    padding: 0;
    color: #212529;
}


.bapf_button.bapf_reset {
    border: calc(3 / 1920 * 100vw) solid #24abe3;
    width: calc(325 / 1920 * 100vw);
    height: calc(78 / 1920 * 100vw);
    font-size: calc(18 / 1920 * 100vw);
    width: 100%;
    height: calc(40 / 1920 * 100vw);
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border: calc(2 / 1920 * 100vw) solid #24abe3;
    background-color: transparent;
    border-radius: 100vh;

    font-size: calc(14 / 1920 * 100vw);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.6s;
}
.bapf_button.bapf_reset:hover {
    background-color: #24abe3;
}

.filter-items {
    margin-bottom: calc(40 / 1920 * 100vw);
}

.filter .button {
    width: 100%;
    height: calc(40 / 1920 * 100vw);
    color: #000;
}
@media (max-width: 480px) {
    .filter .berocket_aapf_widget-wrapper .widget-title, .bapf_sfilter .bapf_head > h3, .widget_product_categories > h3 {
        font-size: calc(14 / 375 * 100vw);
    }
    .widget_product_categories ul > li > a,
    .bapf_sfilter.bapf_ckbox input[type="checkbox"] + label{
        font-size: calc(14 / 375 * 100vw);
        padding-left: calc(25 / 375 * 100vw);
    }
    .widget_product_categories ul > li > a::before,
    .bapf_sfilter.bapf_ckbox input[type="checkbox"] + label::before{
        height: calc(15 / 375 * 100vw);
        width: calc(15 / 375 * 100vw);
        top: 2px;
        left: 0;
    }
   
    .bapf_sfilter.bapf_ckbox input[type="checkbox"]:checked + label::after{
        top: calc(50% - 2px);
        left: 7px;
    }

    .bapf_slidr_jqrui .bapf_from, .bapf_slidr_jqrui .bapf_to{
        font-size: calc(14 / 375 * 100vw)!important;
    }
    .berocket_aapf_widget input[type="checkbox"] + label {
        padding-left: calc(25 / 375 * 100vw);
    }
    .ui-slider-horizontal .ui-slider-handle{
        width: calc(12 / 375 * 100vw) !important;
        height: calc(12 / 375 * 100vw) !important;
    }
  

    .bapf_button.bapf_reset{
        font-size: calc(12 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: calc(30 / 375 * 100vw);
        background: #24abe3;
        color: #fff;
        width: 100%;
        height: auto;
        margin: auto;
       padding: 10px 20px;
    }
}
.product-list {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: calc(20 / 1920 * 100vw);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc(120 / 1920 * 100vw);
}

.product-list::after {
    content: "";
    width: calc(260 / 1920 * 100vw);
    display: inline-block;
}

.product-list .product {
    width: calc(260 / 1920 * 100vw);
    display: inline-block;
    padding: calc(30 / 1920 * 100vw);
    margin-top: 0;
    /* height: calc(460 / 1920 * 100vw); */
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-list .product:hover {
    -webkit-box-shadow: 0px 10px 10px 4px rgba(36, 171, 227, 0.2);
    box-shadow: 0px 10px 10px 4px rgba(36, 171, 227, 0.2);
}

.product-list .product h4 a {
    font-size: calc(13 / 1920 * 100vw);
}

.product-list .product p.product-price {
    font-size: calc(17 / 1920 * 100vw);
}

.product-list .product p {
    font-size: calc(11 / 1920 * 100vw);
    line-height: 1;
}

.product-price {
    font-size: calc(13 / 1920 * 100vw);
}


.product-list .product:first-of-type {
    margin-left: 0;
}

.product-list .product:last-of-type {
    margin-right: 0;
}

.product-list .product-thumb {
    width: calc(200 / 1920 * 100vw);
    height: calc(200 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.product-list a.button {
    padding-left: 0;
    padding-right: 0;
    font-size: calc(11 / 1920 * 100vw);
    text-align: center;
    line-height: 1;
}

#slider-range {
    height: calc(3 / 1920 * 100vw);
    border: none;
    background: #cecece;
}

#slider-range span {
    width: calc(12 / 1920 * 100vw);
    height: calc(12 / 1920 * 100vw);
    background: white;
    border-radius: 50%;
    margin-left: 0;
    position: absolute;
    top: calc(-6 / 1920 * 100vw);
    cursor: pointer;
    left: 0;
}

#slider-range span:focus {
    outline: none;
}

#slider-range div {
    background: #24abe3;
}

#amount,
#amount1 {
    position: relative;
    border: 0;
    top: calc(5 / 1920 * 100vw);
    font-family: "ProximaNovaRegular";
    font-size: calc(14 / 1920 * 100vw);
    padding: 0;
}

#amount:focus,
#amount1:focus {
    outline: none;
}

#amount1 {
    text-align: right;
}

.sort-btn svg {
    display: none;
}

.store a.price-sort-item,
.section-title hr {
    display: none;
}

.store a.filter-btn {
    display: none;
}

.filter-title,
.filter svg,
.add-filter-btn {
    display: none;
}

.not-in-stock {
    height: calc(88 / 1920 * 100vw);
}

@media screen and (max-device-width: 480px) {
    .store .section-title {
        margin-left: calc(15 / 375 * 100vw);
        margin-right: 0;
        width: 100%;
        margin-top: calc(40 / 375 * 100vw);
    }

    .store .section-title a {
        padding-left: 0;
        font-size: calc(14 / 375 * 100vw);
        display: block;
        text-align: left !important;
        margin-left: 0;
    }

    .section-title p {
        padding-left: 0;
        font-size: calc(14 / 375 * 100vw);
    }

    .section-title .h1 {
        font-size: calc(20 / 375 * 100vw);
    }

    .content {
        max-width: 100%;
        width: calc(100% - (15 * 2) / 375 * 100vw);
        margin-top: calc(40 / 375 * 100vw);
        margin-left: calc(15 / 375 * 100vw);
    }

    .product-list {
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: calc(49 / 375 * 100vw);
    }

    .filter {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        background: #fff;
        z-index: 200;
        display: none;
        padding-left: calc(15 / 375 * 100vw);
        padding-right: calc(15 / 375 * 100vw);
        min-height: 100vh;
    }

    html {
        height: calc(750 / 375 * 100vw);
    }

    hr {
        margin-top: calc(10 / 375 * 100vw);
    }

    .price-btn-col {
        display: none;
    }

    a.add-filter-btn {
        display: block;
    }

    .filter-close svg {
        display: block;
        position: absolute;
        top: calc(20 / 375 * 100vw);
        right: calc(15 / 375 * 100vw);
        width: calc(15 / 375 * 100vw);
        height: calc(15 / 375 * 100vw);
    }

    .filter-title {
        display: block;
        font-size: calc(20 / 375 * 100vw);
        margin-top: calc(40 / 375 * 100vw);
        margin-bottom: calc(30 / 375 * 100vw);
        font-family: "MontserratAlternates-Bold";
    }

    .filter .berocket_aapf_widget-wrapper .widget-title,
    .berocket_aapf_widget input[type="checkbox"] + label {
        font-size: calc(14 / 375 * 100vw);
    }
    .berocket_aapf_widget li.slider span.left input,
    .berocket_aapf_widget li.slider span.right input {
        font-size: calc(14 / 375 * 100vw);
    }

    .filter-items {
        margin-bottom: calc(40 / 375 * 100vw);
    }

    .filter .button {
        width: 100%;
        height: calc(40 / 375 * 100vw);
        color: #000;
        font-size: calc(14 / 375 * 100vw);
    }

    .product-list .product {
        padding-right: calc(30 / 375 * 100vw);
        padding-left: calc(30 / 375 * 100vw);
        padding-top: calc(30 / 375 * 100vw);
        height: calc(550 / 375 * 100vw);
        width: 100%;
        margin-bottom: calc(40 / 375 * 100vw);
        -webkit-box-shadow: 0px 10px 10px 4px rgba(36, 171, 227, 0.2);
        box-shadow: 0px 10px 10px 4px rgba(36, 171, 227, 0.2);
    }

    .product-list .product:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product-list .product-thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(270 / 375 * 100vw);
        height: calc(300 / 375 * 100vw);
        margin-bottom: calc(30 / 375 * 100vw);
    }

    .product-list .product-thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .product-card-body a.button {
        margin-top: calc(20 / 375 * 100vw);
        height: calc(40 / 375 * 100vw);
        font-size: calc(12 / 375 * 100vw);
        margin-bottom: calc(20 / 375 * 100vw);
    }

    .product-list .product-description {
        font-size: calc(12 / 375 * 100vw);
    }

    .product-list .product h4 a {
        font-size: calc(14 / 375 * 100vw);
    }

    .product-list .product h4 {
        font-size: calc(14 / 375 * 100vw);
    }

    .product-list .product p {
        font-size: calc(12 / 375 * 100vw);
    }

    .product-list .product p.product-price {
        font-size: calc(16 / 375 * 100vw);
    }

    .product-list .product p.product-price .old-price {
        font-size: calc(12 / 375 * 100vw);
    }

    .sort-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #24abe3;
        border-radius: 50%;
        position: relative;
        z-index: 100;
    }

    .sort-btn svg {
        width: 40%;
        display: block;
    }

    .sorting-menu {
        position: relative;
        margin-top: calc(40 / 375 * 100vw);
        margin-right: calc(30 / 375 * 100vw);
    }

    .sort {
        position: absolute;
        height: calc(215 / 375 * 100vw);
        width: calc(230 / 375 * 100vw);
        border-radius: calc(15 / 375 * 100vw);
        -webkit-box-shadow: 0px 5px 18px 2px rgba(36, 171, 227, 0.2);
        box-shadow: 0px 5px 18px 2px rgba(36, 171, 227, 0.2);
        top: 0;
        left: calc(20 / 375 * 100vw);
        background: #fff;
        z-index: 50;
        padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(40 / 375 * 100vw);
        display: none;
    }
    .sort a {
        padding: 0 !important;
        border: none !important;
    }

    .store a.price-sort {
        display: none;
    }

    .store a.price-sort-item,
    .section-title hr {
        display: block;
    }

    .section-title hr {
        margin-top: calc(5 / 375 * 100vw);
        margin-bottom: calc(10 / 375 * 100vw);
    }

    .visible {
        display: block;
    }

    .hidden {
        display: none;
    }

    .section-title > .row {
        display: block;
    }

    .filter a.add-filter-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: calc(30 / 375 * 100vw);
        background: #24abe3;
        color: #fff;
    }

    .filter-items:last-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .filter-items:last-of-type a,
    .filter-items:last-of-type input {
        font-size: calc(12 / 375 * 100vw);
    }

    .store a.filter-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(190 / 375 * 100vw);
        height: calc(40 / 375 * 100vw);
        color: #000;
    }

    #slider-range {
        height: calc(3 / 375 * 100vw);
    }

    #slider-range span {
        width: calc(12 / 375 * 100vw);
        height: calc(12 / 375 * 100vw);
        top: calc(-6 / 375 * 100vw);
    }

    #amount,
    #amount1 {
        top: calc(5 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
    }

    .types {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: calc(60 / 375 * 100vw);
    }
}

@media (min-width: 768px) and (max-width: 1440px) {
    .store .section-title {
        margin-top: calc(104 / 1920 * 100vw);
    }

    .store .section-title a {
        margin-left: calc(52 / 1920 * 100vw);
        font-size: calc(18 / 1920 * 100vw);
    }

    .content {
        max-width: 100%;
        width: calc(100% - ((219 * 2) - 19.5) / 1920 * 100vw);
        margin-top: calc(117 / 1920 * 100vw);
        margin-left: calc(219 / 1920 * 100vw);
    }

    hr {
        margin-top: calc(13 / 1920 * 100vw);
    }

    .store a.price-btn-top,
    .store a.price-btn-bottom {
        margin-right: calc(26 / 1920 * 100vw);
        border-left: calc(8 / 1920 * 100vw) solid transparent;
        border-right: calc(8 / 1920 * 100vw) solid transparent;
        border-top: calc(8 / 1920 * 100vw) solid #858585;
        margin-left: calc(6.5 / 1920 * 100vw);
    }

    .store a.price-btn-top {
        border-top: 0;
        border-bottom: calc(8 / 1920 * 100vw) solid #858585;
        margin-bottom: calc(3 / 1920 * 100vw);
    }

    .price-btn-col {
        width: calc(19.5 / 1920 * 100vw);
        margin-top: calc(4 / 1920 * 100vw);
    }

    .filter .berocket_aapf_widget-wrapper .widget-title {
        font-size: calc(18 / 1920 * 100vw);
        padding-bottom: calc(13 / 1920 * 100vw);
    }

    .filter-items {
        margin-bottom: calc(52 / 1920 * 100vw);
    }

    .filter .button {
        height: calc(52 / 1920 * 100vw);
    }

    .product-list {
        margin-left: calc(26 / 1920 * 100vw);
        margin-bottom: calc(156 / 1920 * 100vw);
    }

    .product-list::after {
        width: calc(338 / 1920 * 100vw);
    }

    .product-list .product {
        width: calc(338 / 1920 * 100vw);
        padding: calc(39 / 1920 * 100vw);
    }

    .product-list .product h4 a {
        font-size: calc(17 / 1920 * 100vw);
    }

    .product-list .product p.product-price {
        font-size: calc(22 / 1920 * 100vw);
    }

    .product-list .product p {
        font-size: calc(14 / 1920 * 100vw);
    }

    .product-price {
        font-size: calc(17 / 1920 * 100vw);
    }

    .product-list .product-thumb {
        width: calc(260 / 1920 * 100vw);
        height: calc(260 / 1920 * 100vw);
        margin-bottom: calc(39 / 1920 * 100vw);
    }

    .product-list a.button {
        font-size: calc(14 / 1920 * 100vw);
    }

    #slider-range {
        height: calc(4 / 1920 * 100vw);
    }

    #slider-range span {
        width: calc(16 / 1920 * 100vw);
        height: calc(16 / 1920 * 100vw);
        top: calc(-8 / 1920 * 100vw);
    }

    #amount,
    #amount1 {
        top: calc(6.5 / 1920 * 100vw);
        font-size: calc(18 / 1920 * 100vw);
    }

    .berocket_filter_slider.ui-widget-content .ui-slider-handle,
    .berocket_filter_price_slider.ui-widget-content .ui-slider-handle {
        width: calc(16 / 1920 * 100vw) !important;
        height: calc(16 / 1920 * 100vw) !important;
        /*position: absolute;
        z-index: 2;*/
    }
    .ui-slider-horizontal .ui-slider-handle {
        top: -0.39em;
    }
}
