/* Mfilter */
.box.mfilter-box .box-heading {
    font-weight: 700;
    line-height: normal;
    letter-spacing: .3px;
    margin-bottom: 10px;
    font-size: 1.75rem;
}

.box.mfilter-box .box-heading span {
    display: none;
}

.mfilter-content {
    border: none !important;
}

.mfilter-heading {
    background: transparent !important;
    font-size: 16px !important;
    border: none;
}

.mfilter-content > ul > li {
    border-top: 2px dotted #e2e1e1;
}

.mfilter-opts-container {
    border-top: none !important;
}

.mfilter-heading.mfilter-collapsed .mfilter-heading-content .mfilter-heading-text + i {
    color: #F13200;
    font-size: 21px;
    transform: unset;
}

.mfilter-heading .mfilter-heading-content .mfilter-heading-text + i,
.mfilter-heading .mfilter-heading-content .mfilter-heading-text + i {
    color: #F13200;
    font-size: 21px;
    transform: scale(-1);
}

.mfilter-counter {
    float: right;
    position: relative !important;
    background: #F13200 !important;
    color: #fff !important;
    padding: 1px 8px 1px 8px !important;
    text-align: right !important;
    border-radius: 9px !important;
    font-size: 12px !important;
}

.mfilter-counter.mfilter-close {
    background-image: url('data:image/svg+xml;utf8, <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M31.708 25.708c-0-0-0-0-0-0l-9.708-9.708 9.708-9.708c0-0 0-0 0-0 0.105-0.105 0.18-0.227 0.229-0.357 0.133-0.356 0.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13 0.048-0.252 0.124-0.357 0.228 0 0-0 0-0 0l-9.708 9.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057 0.229l-4.586 4.586c-0.286 0.286-0.361 0.702-0.229 1.057 0.049 0.13 0.124 0.252 0.229 0.357 0 0 0 0 0 0l9.708 9.708-9.708 9.708c-0 0-0 0-0 0-0.104 0.105-0.18 0.227-0.229 0.357-0.133 0.355-0.057 0.771 0.229 1.057l4.586 4.586c0.286 0.286 0.702 0.361 1.057 0.229 0.13-0.049 0.252-0.124 0.357-0.229 0-0 0-0 0-0l9.708-9.708 9.708 9.708c0 0 0 0 0 0 0.105 0.105 0.227 0.18 0.357 0.229 0.356 0.133 0.771 0.057 1.057-0.229l4.586-4.586c0.286-0.286 0.362-0.702 0.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z"></path> </svg>') !important;
    background-color: transparent !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.mfilter-counter:after {
    display: none !important;
}

.mfilter-option input[type="checkbox"] {
    display: none;
}

.mfilter-option input[type="checkbox"] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.mfilter-option input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 17px;
    left: 20px;
    top: 7px;
    margin-left: -20px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.mfilter-option input[type="checkbox"]:checked + label::before {
    border: 2px solid #F13200;
}

.mfilter-option input[type="checkbox"] + label:hover::before {
    border: 1px solid #F13200;
}

.mfilter-option input[type="checkbox"] + label::after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 10px;
    height: 9px;
    left: 20px;
    top: 11px;
    margin-left: -16px;
    padding-left: 2px;
    padding-top: 0px;
    font-size: 14px;
    color: transparent;
    background: #F13200;
    border-radius: 0px;
    opacity: 0;
}

.mfilter-option input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

.mfilter-tb-as-tr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mfilter-tb .mfilter-tb-as-tr.mfilter-first-child .mfilter-tb-as-td, .mfilter-tb .mfilter-tb-as-tr:first-child .mfilter-tb-as-td {
    padding-top: 5px !important;
}

.mfilter-tb .mfilter-tb-as-tr.mfilter-first-child .mfilter-tb-as-td, .mfilter-tb .mfilter-tb-as-tr:first-child .mfilter-tb-as-td {
    padding-top: 5px !important;
}

.mfilter-price-inputs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column-gap: 5px;
}

#mfilter-opts-price-min, #mfilter-opts-price-max {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    display: inline-block;
    padding: 8px !important;
}

.mfilter-slider-slider .ui-slider-handle, #mfilter-price-slider .ui-slider-handle,
.mfilter-light-theme .mfilter-slider-slider .ui-slider-handle,
.mfilter-light-theme #mfilter-price-slider .ui-slider-handle {
    background: #F13200 !important;
    width: 21px !important;
    height: 21px !important;
}

.mfilter-slider-slider .ui-slider-range, #mfilter-price-slider .ui-slider-range,
.mfilter-light-theme .mfilter-slider-slider .ui-slider-range,
.mfilter-light-theme #mfilter-price-slider .ui-slider-range {
    background: #666 !important;
    height: 10px !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.38em !important;
}

.mfilter-slider-slider, #mfilter-price-slider {
    background: #ececec !important;
}

.mfilter-price-slider {
    margin: 10px 6px 10px 0;
}

.filter-open-btn {
    display: none;
}

body.overflow {
    overflow: hidden !important;
}

@media screen and (max-width: 992px) {
    .box.mfilter-box {
        /*position: fixed;*/
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 320px;
        z-index: -1;
        margin-bottom: 0 !important;
        padding: 30px 16px;
        /*opacity: 0;
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);*/
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .box.mfilter-box.active {
        opacity: 1;
        z-index: 1002;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .box.mfilter-box .box-heading {
        padding-right: 30px;
        position: relative;
    }

    .box.mfilter-box .box-heading span {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        cursor: default;
        width: 25px;
        height: 25px;
        top: 0;
        right: 0;
        font-size: 25px;
        line-height: 1em;
    }

    .box-content.mfilter-content {
        max-height: 90%;
        overflow-y: auto;
    }

    .filter-open-btn {
        display: block;
        padding: 5px 10px;
        font-size: 18px;
        color: #30363D;
        font-weight: 600;
        margin: 15px 0;
    }
}

@media screen and (max-width: 767px) {
    .box.mfilter-box {
        /*position: fixed;*/
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
}

.js-body-loader {
    position: fixed;
    top: 60vh;
    left: 40vw;
    margin: 0 auto;
}

/* Simple */
.simple-content {
    margin: 0 !important;
}

.simplecheckout label, .simpleregister label {
    font-size: 14px;
}

.simplecheckout-cart td.quantity .input-group {
    flex-wrap: nowrap;
}

.simplecheckout-cart td,
.simplecheckout-cart th {
    padding: 6px !important;
    vertical-align: middle !important;
}

.simplecheckout-cart th,
.simplecheckout-cart,
.simplecheckout-cart td {
    border-color: #f7f7f7 !important
}

.simplecheckout-cart td.image img {
    max-width: 80px;
}

#simplecheckout_cart .form-control {
    min-width: 40px;
    padding: 10px 6px;
}

#simplecheckout_cart .quantity .form-control {
    text-align: center;
}

.simplecheckout-cart .btn,
.simplecheckout-cart .btn-danger {
    padding: 2px 8px;
    border-radius: 0;
}

.simplecheckout-cart .btn-primary {
    background: #F6F6F6;
    border-color: #F6F6F6;
    color: #AFAFAF;
}

#simplecheckout_cart .quantity .form-control {
    border-color: #F6F6F6;
    height: 30px;
}

.simplecheckout-block {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px rgba(40, 41, 61, .08), 0 0.5px 2px rgba(96, 97, 112, .16);
    box-shadow: 0 0 1px rgba(40, 41, 61, .08), 0 0.5px 2px rgba(96, 97, 112, .16);
}

.simplecheckout-cart th {
    background-color: #fff;
}

.simplecheckout-block-content .radio {
    padding: 0.5rem 0;
}

.simplecheckout-block-content .radio:not(:last-child) {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    /*border-bottom: 1px solid #f2f4f8;*/
}

.simple-content .checkout-heading {
    background-color: #fff;
}

.simplecheckout-block-content label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.simplecheckout-cart-buttons .button,
.simplecheckout-button-right .button,
#simplecheckout_button_login {
    color: #fff !important;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .3px;
    background-color: #F13200;
    border-radius: 1px;
    padding: 10px 20px;
    transition: all .15s ease .05s;
    cursor: pointer;
    border: 0;
    display: inline-block;
}

.simplecheckout-cart-buttons .button:hover,
.simplecheckout-button-right .button:hover,
#simplecheckout_button_login:hover {
    opacity: .96;
}

.simplecheckout-cart a,
.checkout-heading-button a,
.simpleregister-have-account a {
    transition: color .15s ease .05s;
    color: #50A8FF;
    font-size: 14px;
    text-decoration: underline;
}

.simplecheckout-cart a:hover,
.checkout-heading-button a:hover,
.simpleregister-have-account a:hover {
    text-decoration: none;
}

.simplecheckout-cart-total {
    border: 0 !important;
}

.simplecheckout-cart-total-remove {
    display: none !important;
}

#simplecheckout_comment .checkout-heading {
    margin-bottom: 20px !important
}

#simplecheckout_customer .simplecheckout-block-content,
#simplecheckout_shipping_address .simplecheckout-block-content {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.simplecheckout label input, .simpleregister label input {
    margin-right: 6px;
}

.simplecheckout .form-group,
.simpleregister-block-content .form-group {
    margin-bottom: 20px;
}

.simplecheckout .form-group .col-sm-8,
.simpleregister-block-content .col-sm-10 {
    flex: 0 0 100%;
    max-width: 100%;
}

.simple-content select {
    width: 100%;
    background: #FFF url(../img/input-sort.svg) no-repeat 97% center;
    background-color: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.simple-content .buttons {
    margin: 0 !important;
    padding: 0 !important
}

#simple_login {
    padding: 15px !important;
    border: 0 !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
    height: auto !important
}

.simpleregister-block-content,
.simpleregister-block-content .col-sm-2,
.simpleregister-block-content .col-sm-10,
.simpleregister-block-content .col-sm-12 {
    padding: 0 !important
}

.simpleregister-block-content .col-sm-2 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.row-shipping_address_city,
.row-register_city {
    opacity: 1 !important;
}

.row-shipping_address_city .dropdown-menu,
.row-register_city .dropdown-menu {
    padding: 10px 20px;
}

span.simple-step.simple-step-current {
    background: #ebebeb;
    color: #606060;
    padding: 10px 20px;
}

span.simple-step-delimiter img {
    display: none;
}

span.simple-step {
    background: transparent;
    color: #919093;
}

span.simple-step-delimiter {
    width: 7px;
    height: 13px;
    position: relative;
    z-index: 1;
    margin: 0 20px
}

span.simple-step-delimiter:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    position: absolute;
    top: 0;
    color: #9b9a9d;
}

.simplecheckout-step .simplecheckout-warning-block {
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 2px;
    color: #d65d5d;
}

.simplecheckout-block-content .form-group .col-sm-8 {
    margin: 0;
    padding: 0;
}

.simplecheckout-block-content .form-horizontal .form-group {
    margin-top: 15px;
}

.simplecheckout-block-content .form-horizontal label.control-label.col-sm-4 {
    max-width: unset;
    margin: 0;
    padding: 0;
    color: #5c5c5c;
}

#simplecheckout_button_prev {
    background: #cecece;
    border-radius: 0;
    border: 0;
    padding: 10px 20px;
}

#simplecheckout_shipping .simplecheckout-block-content,
#simplecheckout_payment .simplecheckout-block-content {
    padding: 20px 0 0;
}

.simple-content .required label:before {
    content: '*';
    display: inline-block;
    margin-right: 2px;
    color: #eb5757;
}

.simple-content .input-group.date .form-control,
.simple-content .input-group.time .form-control {
    width: 90%;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 40px;
    font-size: 14px;
    font-weight: 100;
    padding: 0.5rem 1rem;
    border: 1px solid #E7E7E7;
    border-radius: 1px;
}

.simple-content .input-group.date .btn,
.simple-content .input-group.time .btn {
    background: #e7e7e7;
    border-radius: 0;
    height: 40px;
}

#simplecheckout_shipping_address .dropdown-address {
    position: unset !important;
}

.fa-clock-o::before {
    content: "\f017";
}

.glyphicon {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.glyphicon-chevron-up::before {
    content: "\f062";
}

.glyphicon-chevron-down::before {
    content: "\f063";
}

.fancybox-button--thumbs {
    display: none !important;
}

.simplecheckout-cart-buttons .button, .simplecheckout-button-right .button, #simplecheckout_button_login, .us-news-stickers-date {
    background: #F13200;
}

.us-carousel-brands-item img {
    -webkit-filter: none;
    transition: none;
    filter: none;
}

.us-product-description-cont > * + * {
    margin-top: 0 !important;
}

/*filter mobile*/
@media screen and (max-width: 992px) {
    .us-category-content #column-left {
        display: block;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.3);
        top: 0;
        left: 0;
        transform: translateX(-100%);
        width: 100%;
        height: 100%;
        z-index: 3333;
        padding-left: 0;
    }

    .us-categories-box {
        display: none;
    }

    .box.mfilter-box {
        height: 100vh;
        width: 88%;
    }

    .mfilter-box-43 {
        transform: translateX(-85%);
    }
}

.mfilter-content-title-wrapper {
    background-color: #BE0000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    margin-top: -30px;
    position: relative;
    width: calc(100% + 46px);
    margin-left: -30px;
    padding-left: 30px;
    margin-bottom: 30px;
}

.mfilter-content-title-wrapper .close-ico {
    color: #ffffff;
    background-color: #FF0000;
    padding: 15px;
    font-size: 24px;
    height: 50px;
    width: 50px;
    position: relative;
}
.cross {
    position: absolute;
    width: 2px;
    height: 26px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cross::before,
.cross::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transform-origin: center;
}

.cross::before {
    transform: rotate(-45deg);
    top: 0;
    border-top: 1px solid #ffffff;
}

.cross::after {
    transform: rotate(-135deg);
    top: 0;
    border-top: 1px solid #ffffff;
}

.mfilter-button-block {
    background-color: #E60C0C;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
    font-weight: 300;
    margin-right: 8px;
    display: flex;
}
.mfilter-button-block img {
    margin-right: 8px;
}

.mfilter-wrapper-byttons {
    display: flex;
}

/*document scale*/
@media screen and (max-width: 500px) {
    iframe #pf1 {
        transform: scale(0.4);
        position: absolute;
        top: -30%;
        left: -50%;
    }
    .sort-limit select {
        max-width: 155px;
    }

}

@media (min-width: 501px) and (max-width: 767px) {
    iframe #pf1 {
        transform: scale(0.6);
        position: absolute;
        top: -30%;
        left: -20%;
    }
}

@media (min-width: 501px) and (max-width: 1200px) {
    iframe #pf1 {
        transform: scale(0.6);
        position: absolute;
        top: -30%;
        left: 0%;
    }
}
/*info price*/
.us-module-price-info {
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
    margin-bottom: 8px;
}
.us-product .us-module-price-info {
    background-color: #F6F6F6;
    margin-bottom: 10px;
    width: 145px;
    padding: 5px 12px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.us-module-price-wrapper, .us-price-block.us-price-block-not-special {
    display: flex;
    flex-direction: column;
    max-width: 165px;
}
.us-module-price {
    display: flex;
    justify-content: center;
}
.us-price-actual {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*logo*/
#logo img {
    max-width: 100%;
    padding: 0 10%;
}
.us-module-price-actual {
    display: block;
}
.account-debt span {
    line-height: 20px;
    letter-spacing: .3px;
    margin-left: 15px;
}
.debt-arrears{
    color: rgb(255, 0, 0);
}
.debt-overpayment{
    color: #71BE00;
}
.us-module-row .us-module-title, .product-grid .us-module-title {
    min-height: 84px;
    overflow-y: auto;
    height: auto;
}
.pagination {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pagination li:not(:last-child){
    margin-bottom: 10px;
}
.technical_doc a{
    padding-left: 8px;
    position: relative;
    max-width: 50%;
    text-align: right;
    right: 0;
    color: rgb(255, 0, 0);
    background-color: #FFF;
    z-index: 2;
    text-decoration: underline;
    cursor: pointer;
}
.technical_doc a:hover {
    color: rgb(255, 0, 0);
    text-decoration: none;
}
.input-pass-wrap{
    position: relative;
}
.input-pass-btn{
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: #ffffff00;
    background-size: auto auto;
    background-repeat: no-repeat;
}
.js-input-pass{
    padding-right: 40px;
}
.input-pass-btn.open-password{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='100%25' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;' version='1.1' viewBox='0 0 128 128' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect height='128' id='Hide' style='fill:none;' width='128' x='0.713' y='0'/%3E%3Cpath d='M73.562,52.323l37.737,-37.737c0.413,-0.361 0.623,-0.673 1.754,-0.557c1.441,0.351 2.162,2.138 1.074,3.385l-37.793,37.793c3.084,4.086 4.332,9.591 2.199,14.631c-3.089,7.296 -12.586,11.11 -19.874,7.888c-1.086,-0.48 -2.092,-1.101 -3.008,-1.836l-37.524,37.524c-0.91,0.794 -1.353,0.704 -2.019,0.492c-1.291,-0.409 -1.774,-2.214 -0.809,-3.32l37.601,-37.601c-3.203,-4.425 -4.145,-10.583 -1.626,-15.651c2.519,-5.067 7.563,-8.372 13.634,-8.333c3.191,0.062 6.2,1.321 8.654,3.322Zm23.876,-15.376c1.054,0.208 1.1,0.376 1.571,0.573c12.276,5.169 24.115,13.554 29.537,25.529c0,0 0.295,1.184 -0.415,2.565c-11.251,21.891 -39.324,32.584 -64.921,32.382c-6.675,-0.053 -13.382,-0.554 -19.893,-1.983c0,0 -1.814,-0.365 -2.095,-1.658c-0.325,-1.493 0.781,-2.726 3.243,-2.186c28.156,6.04 60.74,-0.832 77.094,-23.545c1.084,-1.505 2.089,-3.072 2.951,-4.715l0.003,-0.008c-5.595,-10.713 -16.525,-18.406 -27.821,-23.01c0,0 -1.443,-0.625 -1.513,-1.848c-0.067,-1.177 0.994,-2.183 2.259,-2.096Zm-32.608,-6.946c7.359,0.039 14.716,0.785 21.882,2.527c0.743,0.181 1.747,0.837 1.824,1.87c0.106,1.442 -0.868,2.466 -3.36,1.876c-28.03,-6.527 -60.437,-0.614 -77.142,22.647c-1.133,1.577 -2.18,3.223 -3.064,4.952c5.815,10.606 15.977,18.335 27.016,23.228c0,0 1.872,1.468 0.834,2.967c-0.711,1.027 -2.163,0.831 -3.465,0.235c-11.78,-5.438 -22.699,-13.757 -28.401,-25.489c0,0 -0.33,-1.198 0.368,-2.592c10.696,-21.352 37.792,-32.269 63.508,-32.221Zm8.947,27.764l-15.163,15.162c1.762,1.287 3.871,2.072 6.099,2.073c7.485,0.002 13.672,-9.144 9.591,-16.387c-0.164,-0.292 -0.34,-0.575 -0.527,-0.848Zm-2.819,-2.839c-1.8,-1.242 -3.988,-1.941 -6.387,-1.925c-5.076,0.096 -9.786,4.018 -10.686,9.051c-0.502,2.808 0.308,5.686 1.934,8.014l15.139,-15.14Z' style='fill-rule:nonzero;'/%3E%3C/svg%3E");
}
.input-pass-btn{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='100%25' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;' version='1.1' viewBox='0 0 128 128' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect height='128' id='Eye' style='fill:none;' width='128' x='0.151' y='0'/%3E%3CclipPath id='_clip1'%3E%3Crect height='128' width='128' x='0.151' y='0'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip1)'%3E%3Cpath d='M64.444,30.001c24.374,0.19 49.922,9.735 62.228,30.594c0.585,0.992 1.323,2.479 1.323,2.479c0.739,1.976 -1.234,4.17 -2.723,6.404c-12.935,19.399 -37.627,28.522 -61.507,28.522c-24.269,0 -50.062,-9.445 -62.05,-30.589c-0.615,-1.085 -1.379,-2.721 -1.379,-2.721c-0.52,-1.494 0.721,-3.14 1.684,-4.753c11.808,-19.784 36.516,-29.743 61.276,-29.936c0.383,-0.001 0.765,-0.001 1.148,0Zm-1.127,4c-21.626,0.169 -43.742,7.796 -56.05,25.208c-1.057,1.495 -2.034,3.052 -2.869,4.682c0,0 3.081,5.632 6.767,9.721c13.377,14.834 34.636,20.785 54.803,20.365c22.83,-0.475 46.856,-9.45 57.836,-29.797c0,0 0.045,-0.454 -0.168,-0.839c-10.846,-19.342 -35.36,-29.154 -59.213,-29.34c-0.369,-0.001 -0.737,-0.001 -1.106,0Zm1.028,15c9.905,0.188 17.976,11.856 13.325,21.502c-4.061,8.424 -16.853,11.041 -23.866,4.353c-8.237,-7.855 -3.561,-25.595 10.154,-25.855c0.193,-0.001 0.193,-0.001 0.387,0Zm-0.336,4c-7.254,0.137 -13.177,8.704 -9.773,15.764c2.981,6.185 12.358,8.102 17.502,3.196c3.46,-3.298 4.392,-8.958 2.086,-13.2c-1.921,-3.536 -5.498,-5.788 -9.815,-5.76Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (min-width: 993px){
    .mfilter-button-block{
        display: none;
    }
}

@media screen and (max-width: 992px){
    .sort-limit{
        display: flex;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    #column-left{
        max-width: 45%;
    }
    #top-links div.dropdown-toggle{
        display: none !important;
    }
}

.js_wss_form .btn-main-red{
    background: rgb(255, 0, 0) !important;
    color: #fff !important;
    cursor: pointer;
}
.us-module-btn:disabled{
    color: #000000 !important;
    background: grey !important;
    cursor: auto;
}
.search-content-top-box{
    margin-top: 0;
}
.c-search-form-wrap{
    position: relative;
    margin-bottom: 24px;
}
.c-search-form-wrap span{
     position: absolute;
    right: 1px;
    top: 1px;
    width: 40px;
    height: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #F9F9F9 !important;
    font-size: 12px;
    color: #999;
    background-color: #FFF;
    font-size: 17px;
 }
.c-search-form-wrap  .form-control{
    color: #495057;
    font-size: 12px;
}
.c-search-form-wrap  .form-control::placeholder {
    color:  #979797;
}

.custom-send-sms{
    display: flex;
    gap: 10px;
}
@media screen and (max-width: 768px) {
    .custom-send-sms{
        flex-wrap: wrap;
    }
}