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

/* ------------------ 11.01.23 ---------------- */

.account .col-left-sidebar .nav.items {
    flex-direction: column;
}

.cart.table thead th.col {
    font-size: 12px;
}

.products-grid .product-item-details .rating-result {
    margin: 0px auto;
}

.list-product-home .owl-carousel.products .owl-item {
    padding: 10px 30px 0px;
}

.list-product-home .owl-carousel.products .owl-nav {
    position: absolute;
    top: 45%;
    left: -15px;
    right: -15px;
    height: 0px;
}

.list-product-home .owl-carousel.products .owl-nav .owl-prev {
    float: left;
}

.list-product-home .owl-carousel.products .owl-nav .owl-next {
    float: right;
}

.products-grid .product-item-actions .actions-primary button.tocart {
    padding: 0px 8px!important;
}

@media (max-width: 480px) {
    .list-product-home .owl-carousel.products .owl-nav {
        left: -5px;
        right: -5px;
    }
}
.counter.qty.empty {
	display: none !important;
}

/* ------------------ 21.03.23 ---------------- */

.firecheckout #checkout-shipping-method-load .table-checkout-shipping-method tbody .row.subtitle td,
 .firecheckout #checkout-shipping-method-load .table-checkout-shipping-method tbody .row.subtitle td label {
    width: 100%;
    font-style: italic;
    padding: 0px 5px!important;
}

.firecheckout #checkout-shipping-method-load .table-checkout-shipping-method tbody .row td {
    padding: 10px 0px;
    flex-basis: initial;
}

.firecheckout #checkout-shipping-method-load .table-checkout-shipping-method tbody .row td.col-method:first-child {
    flex-grow: unset;
    margin-right: 15px;
    padding-top: 8px;
}

.firecheckout #checkout-shipping-method-load .table-checkout-shipping-method tbody .row td.col-price {
    padding-right: 5px;
}

.firecheckout #checkout-shipping-method-load .table-checkout-shipping-method tbody tr.row:last-child td.col-carrier {
    color: transparent;
}

.firecheckout #checkout-shipping-method-load .table-checkout-shipping-method tbody tr.row:last-child td.col-carrier::before {
    content: '';
    display: block;
    width: 100px;
    height: 26px;
    background-image: url(../images/speedy-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.firecheckout #checkout-shipping-method-load .table-checkout-shipping-method tbody tr.row:nth-child(2) td.col-carrier {
    color: transparent;
}

.firecheckout #checkout-shipping-method-load .table-checkout-shipping-method tbody tr.row:nth-child(2) td.col-carrier::before {
    content: '';
    display: block;
    width: 100px;
    height: 26px;
    background-image: url(../images/speedy-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.firecheckout #shipping-method-bottom-fieldset .fieldset.address {
    max-width: unset;
}

.firecheckout #extensa_speedy-form .select2-container {
    width: 100%!important;
}

.firecheckout #extensa_speedy-form .select2-container .select2-selection {
    padding-top: 0.68em;
    padding-bottom: 0.68em;
    padding-left: 7px;
    padding-right: 7px;
    border: 2px solid #f2f5f7;
    background-color: #f2f5f7;
    height: 50px;
    border-radius: 3px;
    background-image: none;
}

.firecheckout #extensa_speedy-form .select2-container .select2-selection__arrow {
    background: none;
    border: none;
    top: 12px;
    right: 5px;
}

.firecheckout #extensa_speedy-form .fieldset .fields .field-2 {
    width: 49.2%;
}

.firecheckout .select2-container.select2-container--open .select2-dropdown {
    border-color: #a1a1a1;
}

.firecheckout #extensa_speedy-form .actions-toolbar {
    padding-right: 10px;
}

.firecheckout #extensa_speedy-form .actions-toolbar p {
    padding-top: 5px;
}

/* ------------------ 10.04.23 ---------------- */

.firecheckout .table-checkout-shipping-method tbody tr {
    display: flex;
    flex-wrap: nowrap;
}

.firecheckout #checkout-shipping-method-load .table-checkout-shipping-method tbody tr.row:first-child td.col-carrier {
    color: transparent;
}

.firecheckout #checkout-shipping-method-load .table-checkout-shipping-method tbody tr.row:first-child td.col-carrier::before {
    content: '';
    display: block;
    width: 100px;
    height: 26px;
    background-image: url(../images/hermes-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.firecheckout #checkout-shipping-method-load .table-checkout-shipping-method tbody .row.subtitle.unique {
    margin-bottom: 25px;
}

.firecheckout .minicart-items .product-item-details {
    padding-left: 58px;
}

.firecheckout .opc-block-summary .product-item .subtotal {
    width: 44%;
}

.checkout-cart-index tbody.cart .col.price,
 .checkout-cart-index tbody.cart .col.qty,
  .checkout-cart-index tbody.cart .col.subtotal {
    min-width: 82px;
}

.checkout-cart-index tbody.cart .price span.price,
 .checkout-cart-index tbody.cart .subtotal span.price {
    font-size: 15px;
}

.checkout-cart-index tbody.cart .item-actions .action-edit {
    display: none!important;
}

@media (min-width: 992px) {
    .cmt-topmenu-pane-container .cmt-topmenu-item ul.ala-bala > li {
        min-width: 215px!important;
    }
}

@media (min-width: 769px) {
    .checkout-cart-index tbody.cart .item-actions {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    
    .checkout-cart-index tbody.cart .item-actions td {
        padding: 0px;
        border: none;
    }
}

@media (max-width: 768px) {
    .checkout-cart-index tbody.cart .item-actions .action-delete {
        margin-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .header-container .header-middle .middle-content .logo-content {
        margin: 0px auto!important;
    }

    .header-container .header-middle .middle-content .logo-content .logo {
        margin: 0px 0px 5px!important;
    }

    .header-container .header-middle .middle-content .header-18-top-bordered {
        padding: 5px 0px 12px!important;
    }

    .header-container .header-middle .middle-content .header-18-top-bordered .header-18-top-container {
        justify-content: center!important;
    }

    .header-container .header-middle .middle-content .header-18-top-bordered .header-18-top-container .social-platforms a {
        margin: 0px 3px!important;
    }

    .header-container .header-middle .middle-content .header-18-top-bordered .menu-header {
        position: absolute;
        left: 15px;
        top: 98px;
    }

    .header-container .header-middle .middle-content .header-18-top-bordered .button-mobile {
        font-size: 26px!important;
    }

    .header-container .header-middle .middle-content .customer-action {
        display: block!important;
        padding: 0px 10px 5px 55px!important;
    }

    .header-container .header-middle .middle-content .customer-action .pull-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        float: unset;
    }

    .header-container .header-middle .middle-content .customer-action .pull-right > div {
        margin: 0px!important;
        width: unset!important;
        height: unset!important;
        float: unset!important;
        min-width: unset!important;
    }

    .header-container .header-middle .middle-content .customer-action .pull-right > div:last-child {
        flex: unset!important;
    }

    .header-container .header-middle .middle-content .customer-action .pull-right > div.msearch {
        order: 1;
    }

    .header-container .header-middle .middle-content .customer-action .pull-right > div.msearch span {
        display: block!important;
        text-align: left!important;
    }

    .header-container .header-middle .middle-content .customer-action .pull-right > div.msearch span::before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 35px;
        line-height: 33px;
        content: '\e615';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        color: #666!important;
    }

    .header-container .header-middle .middle-content .customer-action .pull-right > div.social-platforms {
        order: 2;
        justify-content: center;
        margin: 0px auto!important;
    }

    .header-container .header-middle .middle-content .customer-action .pull-right > div.social-platforms a {
        margin: 0px!important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .header-container .header-middle .middle-content .customer-action .pull-right > div.social-platforms a::before {
        margin: 0px 5px 0px 0px!important;
        top: -3px;
        line-height: 100%!important;
    }

    .header-container .header-middle .middle-content .customer-action .pull-right > div.cart-wrapper {
        order: 4;
        margin-left: 12px!important;
    }

    .header-container .header-middle .middle-content .customer-action .pull-right > div.cart-wrapper .minicart-wrapper {
        display: block!important;
    }

    .header-container .header-middle .middle-content .customer-action .pull-right > div.customer-header {
        order: 3;
    }

    .header-container .header-middle .middle-content .customer-action .pull-right > div.customer-header .custom-customer {
        float: right;
    }

    .header-container .block-search {
        position: absolute!important;
        top: 72px!important;
        width: 100%!important;
        left: 0px!important;
        padding: 10px 15px!important;
        background: #fff!important;
        border-bottom: 1px solid #ccc!important;
        margin: 0px!important;
        box-shadow: 0px 5px 8px -2px #24242433!important;
    }

    .header-container .block-search .field.search .label {
        display: none;
    }

    .header-container .block-search .field.search .control {
        width: 100%;
        position: static;
        margin: 0px;
        border: none;
        padding: 0px;
    }

    .header-container .block-search .field.search .control input {
        position: static;
        height: 35px;
        line-height: unset;
        margin: 0px;
        padding: 0px 9px;
        border: 1px solid #ccc!important;
    }

    .header-container .block-search .field.search .control .amsearch-close {
        right: 5px;
    }

    .header-container .block-search .field.search .control .amsearch-loupe {
        display: none!important;
    }

    .header-container .block-search .field.search .control .search-autocomplete {
        border-radius: 10px;
    }

    .header-18-top-container .block-search {
        display: none;
    }

    .block.block-search.block-xsearch.open {
        display: inline-block;
    }
    
    .products.products-grid ol.products li.item {
        margin-right: 0px!important;
        text-align: center;
    }

    .header-style-18 .container .customer-action .cart-wrapper .minicart-wrapper .mage-dropdown-dialog {
        right: 0px!important;
    }
}

/* ------------------------------------------------------ */

.page-products .sidebar-main .filter .custom-filter-wrapper {
    display: flex;
    align-items: center;
    margin: 0px 0px 30px;
}

.page-products .sidebar-main .filter .custom-filter-wrapper .filter-subtitle {
    font-weight: unset;
    font-size: 18px;
    margin: 0px;
    line-height: 100%;
}

.page-products .sidebar-main .filter .custom-filter-wrapper button.custom-filter-btn {
    display: none;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 7px 15px;
    box-shadow: none;
    font-weight: unset;
}

.page-products .sidebar-main .filter .custom-filter-wrapper button.custom-filter-btn strong {
    margin: 0px 0px 0px 5px;
    font-weight: unset;
}

.page-products .sidebar-main .filter .custom-close-filter-btn {
    font-weight: unset;
    display: none;
    border-radius: 0px;
    color: #fff;
    border: none;
    margin: 0px 0px 0px auto;
}

@media (max-width: 991.98px) {

    .page-products .sidebar-main .block.filter {
        margin: unset!important;
    }

    .page-products .sidebar-main .block.filter .filter-content {
        border: none;
        padding: 0px;
    }

    .page-products .sidebar-main .filter .custom-filter-wrapper .filter-subtitle {
        display: none;
    }

    .page-products .sidebar-main .filter .custom-filter-wrapper button.custom-filter-btn,
     .page-products .sidebar-main .filter .custom-close-filter-btn {
        display: block;
        border-radius: 3px;
    }

    .page-products .sidebar-main .filter .active .custom-filter-wrapper button.custom-filter-btn i.fa-arrow-down-short-wide,
     .page-products .sidebar-main .filter .custom-filter-wrapper button.custom-filter-btn i.fa-arrow-up-short-wide {
        display: none;
    }

    .page-products .sidebar-main .filter .active .custom-filter-wrapper button.custom-filter-btn i.fa-arrow-up-short-wide,
     .page-products .sidebar-main .filter .custom-filter-wrapper button.custom-filter-btn i.fa-arrow-down-short-wide {
        display: inline-block;
    }

    .page-products .sidebar-main .filter .filter-options {
        display: none;
    }

    .page-products .sidebar-main .filter .active .filter-options {
        display: block;
        padding: 20px;
        border: 1px solid #ddd;
    }
}

@media (max-width: 767.98px) {
    .page-products .sidebar-main .filter .custom-filter-wrapper button.custom-filter-btn {
        width: 100%;
    }
}

/* -------------------------- */

hr {
    margin: 5px 0px!important;
}

.minicart-wrapper .block-minicart .subtotal .label {
    font-size: 14px!important;
}

.minicart-wrapper .block-minicart .subtotal .price-container {
    margin-top: 0px;
}

.minicart-wrapper .block-minicart .subtotal .price-container .price-wrapper .price {
    font-size: 14px!important;
    color: #0e4194;
    font-weight: 700;
}

.cart.table-wrapper .col.subtotal .cart-price {
    display: flex;
    flex-direction: column;
}