:root {
    --phone-small: 359px;
    --phone-portrait: 470px;
    --phone-landscape: 760px;
    --tablet-portrait: 980px;
    --tablet: 1024px;
    --laptop: 1300;
    --dekstop: 1500px;
}

/* Global */

*,body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.d-flex
{
    display: flex;
}

.text-end
{
    text-align: end;
}

.text-center
{
    text-align: center;
}

.justify-between
{
    justify-content: space-between;
}

.text-justify
{
    text-align: justify;
}

.align-center
{
    align-items: center !important;
}

.w-100
{
    width: 100%;
}

.m-w-100
{
    max-width: 100% !important;
}

.pt-md
{
    padding-top: 20px;
}

.pb-lg
{
    padding-bottom: 50px;
}

.pt-md
{
    padding-top: 20px;
}

.mb-xs
{
    margin-bottom: 10px;
}

.mt-xs
{
    margin-top: 10px;
}

.mt-md
{
    margin-top: 20px;
}

.ml-xs
{
    margin-left: 10px;
}

.home_page_tab{
    cursor: pointer !important;
}

.twocollums
{
    column-count: 2;
    column-gap: 50px;
}

@media screen and (max-width: 980px)
{
    .mobile-flex-column
    {
        flex-direction: column;
        gap: 20px;
    }

    .twocollums{
        column-count: 1;
    }

    .pb-sm-md
    {
        padding-bottom: 20px;
    }

}

#column-left select
{
    padding: 10px;
    background: rgba(240,242,245,1);
    border-radius: 4px;
    text-indent: 1px;
    text-overflow: '';
    border: 1px solid black;
}

/*select::-ms-expand*/
/*{*/
/*    display: none;*/
/*}*/

.two-columns
{
    column-count: 2;
    column-gap: 150px;
}


@media screen and (max-width: 980px)
{
    .two-columns
    {
        column-count: 1;
    }
}

#column-left
{
    border-color: transparent !important;
}

/* Product grid */

/*.product-thumb .name*/
/*{*/
/*    min-height: 120px;*/
/*}*/

/* Account page */

#account-register input[type=checkbox]
{
    margin: 0 5px 0 0 !important;
}

.text-agree
{
    font-size: 17px;
}

/* Account account page */

.route-account-logout  #column-left li
{
    margin: 10px 0;
}

/* Information page */

#information-information #content-bottom .info-block-content
{
    flex: 1;
}

/* Home page */

@media screen and (min-width: var(--tablet)) {
    .route-common-home .master-slider  img
    {
        margin-top: -100px !important;
    }
}

/* Custom filter attributes tabs */

.select2-dropdown
{}

.select2-selection__rendered
{
    line-height: 60px !important;
    text-align: center !important;

}

 .filter_select_container
{
     background: #fafafa;
     text-indent: 1px !important;
     text-overflow: '';
     border-radius: 6px !important;
     width: 100% !important;
     font-size: 17px;
     border: 1px solid #696973 !important;
 }

 .select2-dropdown
 {
     margin-top: 2px;
     left: -8px !important;
     box-shadow: 5px 8px 15px -5px rgb(91 88 88 / 15%);
     border: 1px solid #0000001f !important;
     border-radius: 6px !important;
     /*border-top: 1px solid rgb(68 161 227) !important;*/
 }

.select2-container--open
{
    background-color: transparent;
    left: -10px;
}

.select2-selection__rendered:hover
{
    border-radius: 6px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display
{
    font-size: 17px;
}

.select2-results__options
{
    border-radius: 6px;
    border: 1px solid #e4dfdf42;
}

.select2-selection__arrow
 {
    top: 35% !important;
    right: 20px !important;
 }

.select2-search__field
{
    text-align: center;
    height: 100%;
}

/*.select2-container:hover*/
/*{*/
/*    background-color: #F6F6F6BF !important;*/
/*}*/

.select2-dropdown
{
    border: 1px solid  #F6F6F6;!important;
}

#column-left  .select2-container
{
    min-width: 220px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    padding-left: 13px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    border-right: none !important;
    color: #44A1E3 !important;
}


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable
{
    background-color:  #F6F6F6 !important;
    color: black !important;
}

.select2-container--default .select2-results__option--selected
{
    background-color:  #F6F6F6 !important;
}

#account-login .alert-danger
{
    border-radius: 6px;
    width: 80%;
    margin: auto;
    margin-top: 28px;
}

.module-catalog-326 .item-content
{
    align-items: center;
}

.btn_filter_attributes:hover
{
    color: white !important;
}

.btn_filter_attributes
{
    padding: 30px 100px !important;
    font-size: 20px;
}

.module-catalog-326 .item-assets
{
    width: 50px!important;
}

.select2-container--open
{
    margin-left: 8px !important;
}

#filter_tires
{
    text-transform: capitalize;
    border-radius: 6px !important;
    min-width: 220px;
    max-height: 55px;
}

.filter_label
 {
    font-weight: 500;
    font-size: 16px;
 }

#home_page_tabs{
    box-shadow: 0px 1px 1px #cccccc4a;
}

.module-catalog-326 .catalog-image
{
    width: 70px!important;
    height: 70px!important;
}

.select2-selection
{
    background-color: unset !important;
    border: unset !important;
    border-radius: unset !important;
    text-align: center;
}

#filter-tires
{
    min-width: 340px !important;
}

.home-slider-contact a
{
    text-decoration:none;
}

.select2-selection__rendered
{
    line-height: 56px;
}

.home-slider-contact
{
    pointer-events: all;
}

.filter_range_container
{
    grid-column: 1/-1;
    grid-row: 3;
    justify-self: center;
}

.select2-search--dropdown
{
    border-radius: 6px;
}

@media screen and (max-width: 980px)
{
    .select2-dropdown
    {
        min-width: unset !important;
    }

    .ui-widget-content a
    {
        width: 100%;
    }

    .attributes_filter_container select
    {
        padding: 10px !important;
    }

    .tire_attributes, .rims_attributes
    {
        width: 400px;
    }
}

.attributes_filter_container
{
    width: 1557px;
    margin-top: 50px !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 50px;
}

.attributes_filter_item_full
{
  grid-column: 1 / -1;
}

.ui-widget-header
{
    display: flex !important;
    justify-content: center !important;
}

.ui-tabs-nav
{
    background-color: transparent !important;
    border: none !important;
}

.ui-tabs-tab
{
    background-color: white !important;
}

.ui-tabs-anchor
{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 200px;
    border: none;
    text-transform: uppercase;
    color: white !important;
    font-weight: normal;
    height: 50px;
    border-radius: 0;
    padding: 10px 50px;
    margin-right: 0;
    background: transparent;
}

.ui-tabs-active:not(:last-of-type):before, .ui-tabs-tab:first-of-type:hover:before
{
    content: "";
    height: 50px;
    width: 0;
    border-top: 27px solid transparent;
    border-right: 26px solid #fff;
    border-left: 25px solid transparent;
    border-bottom: 29px solid #fff;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-left: -50px;
}

.ui-tabs-tab:hover:after, .ui-tabs-active:last-of-type:after, .ui-tabs-tab:last-of-type:hover:after
{
    content: "";
    height: 54px;
    width: 0;
    border-top: 27px solid transparent;
    border-right: 25px solid transparent;
    border-left: 25px solid #fff;
    border-bottom: 27px solid #fff;
    float: right;
    position: absolute;
    right: -2px;
    top: 0px;
    bottom: 15px;
    margin-right: -46px;
}

.ui-tabs .ui-tabs-nav li
{
    margin: 4px -0.8em -2px 0 !important;
}

.ui-tabs-tab:hover
{
    background: white !important;
}

.ui-tabs-tab:hover .ui-tabs-anchor
{
    color: black !important;

}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{
    border: none;
    background: white;
    color: black !important;
}

.ui-tabs-tab
{
    background: transparent !important;
    border: none !important;
}

.ui-corner-all:not(.ui-tabs-active), .ui-corner-top:not(.ui-tabs-active), .ui-corner-right:not(.ui-tabs-active), .ui-corner-tr:not(.ui-tabs-active)
{
    border-top-right-radius: 6px !important;
}

#home_page_tabs
{
    margin-top: -100px !important;
    background: transparent !important;
    border: none !important;
}

.home_page_tab
{
    letter-spacing: 1px !important;
}

.select2-container
{
    width: 100% !important;
}

.select2-selection--multiple
{
    display: flex !important;
    justify-content: center;
}

.select2-selection
{
    min-height: 60px !important;
}

.select2-search__field
{
    height: 60px !important;
    line-height: 60px !important;
    margin: unset !important;
    color: #999 !important;
}


@media screen and (max-width: 980px)
{
    .attributes_filter_container
    {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 50px;
    }

    .attributes_filter_item_full
    {
        grid-column: 1 / -1;
    }

    #home_page_tabs
    {
        margin-top: -100px !important;
    }

    .ui-tabs-anchor
    {
        color: black !important;
    }

    .ui-widget-header
    {
        flex-direction: column;
    }

    .home_page_tab
    {
        text-align: center;
        width: 100%;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .ui-tabs-active .ui-tabs-anchor:after
    {
        display: block;
        content: '';
        width: 20px;
        height: 2px;
        background: #44a1e3;
        position: absolute;
        bottom: 8px;
        left: 48%;
    }

    .ui-tabs-tab:hover::after
    {
        display: none;
    }

    .ui-tabs-tab
    {
       background-color: white !important;
    }

    .attributes_filter:last-child::after{
        content: '';
        position: absolute;
        left: 42%;
        top: 76%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #44a1e3;
        clear: both;
    }

    .ui-tabs-anchor
    {
        padding: 27px !important;
        border-radius: 6px !important;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.5px;
    }

    .select2-container
    {
        width: 100% !important;
        min-width: unset !important;
    }

    .ui-tabs-active.ui-state-active
    {
        width: 60%;
        margin: auto !important;
    }

    .ui-tabs .ui-tabs-nav li
    {
        margin: auto !important;
    }

    .arrow-down
    {
        border: solid #b2b2b2;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 760px)
{
.attributes_filter_container
{
    grid-template-columns: 1fr;
}
}

.ui-state-active
{
    background: white !important;
    color: black !important
}

.ui-state-active .ui-tabs-anchor
{
    color: black !important
}

.ui-tabs .ui-tabs-panel
{
    background: white !important;
    padding: 0 !important;
}

a:focus
{
    outline: none !important;
}

.attributes_filter_container
{
    width: 100%;
    padding: 0 !important;
}

.ui-widget-content a
{
    color: white;
}

/* Custom filter service tab */

#common-home .module-info_blocks-361 .module-body
{
    padding-bottom:0;
}


#common-home .grid-col-content-top-1-1
{
    border:none !important;
}

#common-home .grid-row-content-top-2 .grid-cols
{
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

#tab_service #content-top
{
    max-width: 1059px;
    margin: auto;
}

#common-home .grid-row-content-top-1
{
    padding-bottom:10px;
}

#common-home .module-products-350 .nav-tabs > li.active > a
{
    cursor:pointer;
    font-size:33px;
}

.info-block-title a
{
    text-decoration: none !important;
    color: #2f2f2f !important;
}

#tab_service .grid-col-content-top-1-1
{
    width: 100%;
    padding:0 !important;
}


.module-info_blocks-361 .module-body
{
    display: grid;
    padding-bottom: 50px;
    grid-template-columns: auto auto auto auto;
    align-items: baseline;
    gap: 16px;
}

#information-contact .info-block img
{
    width: 300px;
}

#information-contact .module-info_blocks-355 .module-item-1 .info-block .info-block-title
{
    padding-bottom:20px;
}

.mobile .cart-buttons .btn-cart
{
    margin-bottom:10px;
}

@media screen and (max-width: 1300px)
{
    .two-columns
    {
        column-count: 1;
    }

    .module-info_blocks-361 .module-body
    {
        grid-template-columns: auto auto auto;
    }
}

@media screen and (max-width: 1300px)
{
    .two-columns
    {
        column-count: 1;
    }

    .module-info_blocks-361 .module-body
    {
        grid-template-columns: auto auto auto;
        row-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 980px) {
    #information-contact .info-block
    {
        display:flex;
    }

    #home_page_tabs
    {
        margin-top: -78px !important;
    }


    #information-contact .module-info_blocks-355 .module-item-1 .info-block
    {
        justify-content: center;
    }

    #information-contact .module-info_blocks-355 .module-item-1 .info-block .info-block-title
    {
        text-align: center;
    }
}

@media screen and (max-width: 470px)
{
    .module-info_blocks-361 .module-body
    {
        grid-template-columns: auto auto;
        row-gap: 20px;
        column-gap: 20px;
    }
}

.ui-tabs-tab:hover::after, .ui-tabs-active:last-of-type::after, .ui-tabs-tab:last-of-type:hover::after
{
    margin-right: -46px;
}

#tab_service .grid-row-content-top-1 .info-block-title
{
    text-align: center;
}

#tab_service .info-block
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#tab_service .info-block img
{
    align-self: center;
    padding-bottom: 10px;
}

#tab_service .title-wrapper
{
    text-align: center !important;
    text-transform: uppercase;
    margin: 16px 0 0;
    font-size: 40px !important;
}

#tab_service .title-wrapper h3
{
    font-size: 33px !important;
}

#tab_service .grid-row-content-top-2
{
    background: unset;
}

#tab_service .grid-row-content-top-2 .grid-col-content-top-2-1
{
    padding-top: 20px;
    width: unset;
}


#tab_service #banners-62e8b15db9cc5
{
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

#tab_service .grid-row-content-top-2 .info-block-title
{
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 1300px)
{
    #tab_service .grid-row-content-top-1 .module-body
    {
        grid-template-columns: auto auto auto;
    }
}

@media screen and (max-width: 470px)
{
    #tab_service .grid-row-content-top-1 .module-body
    {
        grid-template-columns: auto auto;
    }
}

/* Select 2 */

.select2-selection__choice
{
    background-color: unset !important;
    margin: unset !important;
    border: none !important;
}

.select2-selection__rendered
{
    padding: unset !important;
    font-size: 17px;
}

.selection__choice__remove:focus{
    background: unset !important;
}



.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus
{
    background-color: unset !important;
    color: black !important;

}

select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover
{
    background-color: unset !important;
    color: black !important;

}
.select2-search__field
{
    border: #F6F6F6 !important;
}

.select2-results
{
    text-align: center !important;
}

.select2-results__option{
    border-bottom: 1px solid #ebebeb;
    padding:15px;
}

.select2-results__option--highlighted{
    background-color: #ebebeb ;
}

#home_page_tabs ol, ul{
    margin-bottom: 0 !important;
}

    /*.select2-container--open{*/
/*    border: 2px solid #44a0e2;*/
/*}*/

/*.select2-container*/
/*{*/
/*    width: 500px !important;*/
/*}*/

/* Product Grid */

.product-grid .button-group
{
    border-radius: 6px;
}

/* Category */

.route-product-category .subtitle
{
    max-width: unset !important;
}

/* Product page */

.product-heading-info{
    color:#696973;
    font-size: 20px;
    display: flex;
}

.season {
    margin-left: 20px;
    position: relative;
}

.list_season {
    margin-left: 10px;
    display: none;
    position: relative;
}

.product-heading-info .sku:after {
    content: "   ";
    padding-right: 5px;
}

.season::before, .list_season::before{
    content: "";
    position: absolute;
    left: -9%;
    bottom: 50%;
    transform: translateX(-50%) translateY(50%);
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background-color: #6f6f78;
}

.additional-info
{
    display: flex;
    align-items: center;
    font-size: 14px;
}

/* Range slider */

.ui-slider-handle
{
    background: #363636 !important;
    top: -8px !important;
}

.ui-slider-range
{
    background-color: #454545;
}

.filter_range_results
{
    border: unset;
}

.ui-slider-handle
{
    border-radius: 50% !important;
}

.ui-state-default
{
    border: none !important;
}

.ui-widget
{
    border: 1px solid #F6F6F6 !important;
}

.ui-widget-content
{
   border: unset !important;
}

.ui-slider-horizontal
{
    height: 3px !important;
    background: #F6F6F6;
}

/* Product Thumb */

.product-thumb .price
{
    display: flex !important;
    height: 100%;
}

.product-thumb .price > div
{
    align-self: flex-end !important;
}

/* Checkout */

#button-coupon
{
    padding: 20px 50px !important;
    max-height: unset !important;
}

.quick-checkout-wrapper .section-title
{
    font-weight: normal;
    text-transform: uppercase !important;
    font-size: 18px !important;
    padding-top: unset !important;
}

.cart-section button
{
    padding: 20px !important;
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
}

#checkout-cart .btn-update
{
    margin: 0 5px !important;
}

.route-checkout-cart .cart-page
{
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 20px;
    border-radius: 6px;
}

/* Account */

.route-account-login .login-box .col-sm-6
{
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.product_tabs ul.nav-tabs > li.active > a, .product_tabs ul.nav-tabs > li.active > a:hover, .product_tabs ul.nav-tabs>li.active>a:focus {
    background: #f0f2f5;
}

.quick-checkout-wrapper select.form-control {
    height: 38px;
}

@media (max-width: 470px) {
    .quick-checkout-wrapper select.form-control {
        height: 32px;
    }
}