body{
    min-width: 320px;
}

.bg-primary {
    background-color: #00be40 !important;
}

.search-form-mobile {
    display: flex;
    align-items: center;
}

.search-form-mobile svg {
    margin-left: 15px;
    width: 20px;
}

.search-form-mobile input {
    border: none !important;
}

.project-container .form-group {
    display: none;
}

.project-container.in .form-group {
    display: block;
}

del {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

del:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    top: calc(50% - 1px);
    content: "";
    background-color: #ff0000;
}

.font-weight-semibold {
    font-weight: 500 !important;
}

.nav-tabs .nav-link {
    font-weight: 500;
    color: #272b41;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    color: #0066CC !important;
}

.category_sidebar .nav-link {
    padding: .25rem 0;
    font-size: 14px;
    line-height: 1.2;
    color: #9299b8;
}

.category_sidebar .nav-link:hover,
.category_sidebar .nav-link.active {
    color: #005ab3;
}

.category_sidebar .show-more {
    font-size: 14px;
    color: #005ab3 !important;
}

.filter-mobile .btn-close {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    font-size: 21px;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
}

.sortable {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.sortable i {
    color: #666d92;
    margin-left: 3px;
    max-height: 4px;
    position: relative;
    top: -3px
}

.sortable.sort-active[data-sort-type=ASC] i:first-child,
.sortable.sort-active[data-sort-type=DESC] i:last-child {
    color: #00be40;
}

#btnCloseFilter{
    display: none;
    font-size: 14px;
    font-weight: normal;
    color: #666d92;
}


.d-tooltip-btn-1 {
    position: relative;
    margin-top: 30px;
}

.d-tooltip-1{
    position: absolute;
    bottom: 105%;
    left:0;
    right: 0;
    border-radius: 5px;
    color: #ffffff;
    overflow: hidden;
    font-style: italic;
    pointer-events: none;
    transition: all 0.15s ease;
    height: 0;
    border: none;
    padding: 0 10px;
}

.d-tooltip-btn-1:not(.disable):hover .d-tooltip-1{
    height: auto;
    border: 1px solid #746f73;
    padding: 5px 10px 10px 10px;
}

.d-tooltip-btn-1 .btn{
    width: 100%;
    padding: 10px;
    line-height: 1.2;
    transition: all 0.5s;
}

.d-tooltip-btn-1.disable .btn{
    pointer-events:none;
    filter: blur(2px);
}


.qty-minus-2:disabled,
.qty-plus-2:disabled,
.qty-minus-2.qty-disabled-2,
.qty-plus-2.qty-disabled-2,
.qty-minus-2.qty-disabled-2:hover,
.qty-plus-2.qty-disabled-2:hover{
    background-color: #ffab9f;
    color: #222222;
    pointer-events: none;
}

.qty:disabled{
    color: #ff5d65;
}

.btn-del-from-cart{
    padding: 10px;
}

.btn-del-from-cart i{
    color: #adb4d2;
    font-size: 20px;
    margin: 0;
}

.btn-del-from-cart:hover{
    background-color: #ffd5d8;
}

.btn-del-from-cart:hover i{
    color: #ff8285;
}

.title-reliable-1{
    color: #0066CC;;
}

.icon-reliable-1{
    font-size: 24px;
    color: #0066CC;;
}


#alertAutoLoading1.hide{
    display: none;
}


.sk-checkout-item-del{
    font-size: 24px;
    color: red;
    transition: all 0.3s;
    border: none;
    background: none;
    padding: 0;
}

.sk-checkout-item-del:hover,
.sk-checkout-item-del:focus,
.sk-checkout-item-del:active{
    color: #ff848a;
}

.list--infoblock {
    display: block;
}

#dPreSerial{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; z-index: 999999;
}

#dPreSerial .spinner-grow{
    color: #ffffff;
}

#formCheckout .card.order-summery--width{
    box-shadow: 0 5px 20px rgba(146, 153, 184, 0.13);
    margin-left: 0;
}


#formCheckout table#cart{
    font-size: 15px;
}

#formCheckout table#cart.table-disabled{
    opacity: 0.7;
    pointer-events: none;
}

.quantity .input {
    width: 44px;
}

#dCatalogPar{
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 15px 30px 15px;
}


#catalog.row-long{
    min-width: 1260px;
}


#catalog.row-long .d-long-invisible{
    opacity: 0;
    visibility: hidden;
}

#catalog .atbd-pagination{
    padding: 0 10px;
}

.d-prod-long-code-xs{
    white-space: nowrap;
}

.d-prod-long-code{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    height: 100%;
    text-align: center;
}

.a-prod-long-img-1{
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}

.a-prod-long-img-2{
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}

.d-prod-long-name{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.d-reliable-2,
.d-reliable-2-xs{
    white-space: nowrap;
    color: #0066CC;
}

.title-reliable-2{
    font-size: 15px;
}

.icon-reliable-2{
    font-size: 16px;
}

.d-prod-long-quantity-xs{
    font-size: 15px;
}

.d-prod-long-quantity{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 100%;
    justify-content: center;
}

.d-prod-long-price-1-xs{
    white-space: nowrap;
}

.d-prod-long-price-1{
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    height: 100%;
    justify-content: center;
}

.d-prod-long-price-1 .product-desc-price,
.d-prod-long-price-1-xs .product-desc-price{
    color: #00be40;
}

.d-prod-long-btn-1{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 96px;
    height: 100%;
}

.d-prod-long-like{
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    background-color: #fff;
}

.wishlist-change{
    cursor: pointer;
}

.wishlist-change .icon.las{
    color: #ff4d4f;
}


#catalog .atbd-page{
    width: 100% !important;
}

#btnGroupProductsParts .btn.active{
    color: #fff;
    background-color: #007fe5;
    border-color: #005ab3;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}

#btnGroupProductsParts .btn:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}

a[href="#modalImgProduct"]{
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.d-head-week{
    position: absolute;
    background-color: #ddae25;
    color: #fff;
    text-shadow: 1px 1px #6b6b6a;
    white-space: nowrap;
}

.head-week-cat-grid{
    top: 10px;
    left: 1px;
    padding: 4px 12px 4px 12px;
    border-radius: 14px;
}

.head-week-cat-long-xs{
    bottom: -14px;
    left: -5px;
    padding: 1px 7px 0 7px;
    border-radius: 8px;
    font-size: 9px;
}

.head-week-cat-long{
    top: -3px;
    left: 1px;
    padding: 1px 7px 0 7px;
    border-radius: 8px;
    font-size: 9px;
}

.head-week-cat-list{
    top: -5px;
    left: 1px;
    padding: 2px 8px 0 8px;
    border-radius: 10px;
    font-size: 10px;
}

#dSendingStopped{
    display: none;
    font-size: 14px;
    margin-top: -50px;
}


/* sk-blue */
.btn-primary {
    background-color: #0099FF;
    border-color: #0066CC;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus{
    background-color: #007fe5;
    border-color: #005ab3;
}

#btnSendDirectly{
    color: #fff;
    background-color: #00be40;
    border-color: #00be40;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
    background-color: #007fe5;
    border-color: #005ab3;
}

.btn-outline-dark {
    color: #005ab3;
    border-color: #007fe5;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus{
    background-color: #0099FF;
    border-color: #0066CC;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    background-color: #0099FF;
    border-color: #0066CC;
}

.form-control:focus {
    border: 1px solid #0099FF !important;
}

.custom-checkbox input[type=checkbox]:checked+label:after,
.custom-checkbox.checkbox-theme-2 input[type=checkbox]+label::before,
.custom-radio input[type=radio]:checked+label:after,
.custom-switch .custom-control-input .custom-control-input:checked~.custom-control-label::before,
.custom-switch.switch-primary .custom-control-input:checked~.custom-control-label::before
{
    border: 1px solid #0065c7;
    background-color: #007ae0 !important;
}

.particles-js-canvas-el {
    opacity: 1;
    background-image: linear-gradient(#8ed1ee, #0056ab);
}

a,
.product-item__body .product-desc-price,
.d-prod-long-price-1 .product-desc-price,
.d-prod-long-price-1-xs .product-desc-price,
.mobile-filter-btn a,
.navbar-right__menu .nav-author__options ul li a:hover,
.dropdown-menu .dropdown-item:hover,
.icon-list-social__link.active{
    color: #0066CC;
}

a:hover h6,
.quantity .bttn:hover,
.sidebar-toggle:hover svg,
.sidebar__menu-group ul.sidebar_nav li>a:hover,
.sidebar__menu-group ul.sidebar_nav li>a:hover .nav-icon,
.brand-filter-item.brand-filter-active>div span{
    color: #0066CC !important;
}

.atbd-pagination__link.active,
.atbd-pagination__link:hover,
.atbd-pagination__link.active,
.atbd-pagination__link:hover{
    background-color: #0099FF;
}

.brand-filter-item.brand-filter-active>div {
    border-color: #0065c7;
}







@media (max-width: 1250px) {
    .list--infoblock .list-image,
    .list--infoblock .list--content{
        display: none;
    }

    .list--infoblock .product--list .product-item__body {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1150px) {
    #btnCloseFilter{
        display: block;
    }

    .filter-mobile .btn-close {
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
    }

    .filter-mobile .form-filter,
    .filter-mobile .widget {
        margin-bottom: 30px !important;
    }

    .open-filter .filter-mobile {
        width: 100vw;
        max-width: 100%;
        height: 100vh;
        flex: 0 0 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 30px 50px;
        background-color: #f4f5f7;
    }

    .form-filter {
        max-width: 640px;
        margin: 0 auto;
    }

    .filter-mobile-footer {
        position: fixed;
        width: 100vw;
        padding: .725rem 1.25rem !important;
        left: 0;
        right: 0;
        bottom: 0;
        justify-content: space-between;
        background-color: #FFFFFF;
        box-shadow: 0 0 10px rgba(0,0,0,.15);
    }
}

@media (max-width: 991px) {
    a[href="#modalImgProduct"]{
        height: 360px;
    }
}

@media (max-width: 960px) {
    .brand-filter .brand-filter-item:nth-child(n+3) {
        display: block;
    }
}

@media (min-width: 561px) {
    .brand-filter-item {
        flex-basis: 25%;
    }
}

@media (max-width: 560px) {
    .brand-filter-item {
        flex-basis: 46%;
    }

    .list--infoblock .product--list .product-item__body div[data-sort-type]{
        min-width: 80px!important;
    }
}

@media (min-width: 1600px){
    #formCheckout .card.crc{
        padding: 1.2rem!important;
    }

    #formCheckout .card.order-summery--width {
        padding: 2.5rem!important;
    }

    .d-tooltip-btn-1 .btn{
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media (max-width: 1199px) {
    #catalog.row-long{
        min-width: 0;
    }
}

@media (max-width: 370px) {
    .d-reliable-2-xs {
        white-space: normal;
    }
}