body {
    font-family: 'Roboto', sans-serif;
}
@media (min-width:768px) {
    .catalog-product-view.page-layout-1column .product-info-main {
        margin-top: 50px;
    }
}
@media (min-width:992px) {
  .menu_close {
        display: none;
        
    }   
}
.icon.menu_close {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 9;
}

.icon.menu_close a {
    color: #000;
}
@media (min-width:768px) {
    .nav-sections {
        margin-bottom: 0 !important
    }
    .catalog-product-view.page-layout-1column .product-info-main {
        /*width: 65%*/
        width: 54%
    }
    .catalog-product-view.page-layout-1column .product.media {
        width: 30%
    }
   
}
.pro-top-banner {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw - 10px);
}
.pro-top-banner .item:after {
    background: rgb(0 0 0 / 50%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.pro-top-banner .item .contnet-slide {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 5%;
    max-width: 850px;
}
.pro-top-banner .item .contnet-slide h2 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}
.pro-top-banner .item .contnet-slide p {
    font-size: 18px;
    color: #fff;
    margin: 15px 0;
}
.pro-top-banner .item .contnet-slide .actions button {
    background: rgb(10 101 130 / 80%);
    border-radius: 30px;
    border: 0;
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 22px;
    max-width: 230px;
}
.pro-top-banner .item .contnet-slide .actions button:hover {
    background: #0a6582;
}
.pro-top-banner .owl-nav {
    z-index: 99;
    color: #0a6582;
    height: 100%;
    top: 50%;
}
.pro-top-banner .owl-nav button {
    z-index: 9999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.pro-top-banner .owl-nav button.owl-prev {
    left: 40px;
}
.pro-top-banner .owl-nav button.owl-next {
    right: 20px;
}
.pro-top-banner .owl-nav button span {
    font-size: 90px;
    min-height: 50px;
    max-height: 50px;
}
.pro-top-banner .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
}
.pro-top-banner .owl-dots .owl-dot span {
    width: 15px;
    background: #0a6582;
    height: 15px;
}
.pro-top-banner .owl-dots .owl-dot.active span {
    background: #989898;
}
.catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper.product {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}
.catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper.product h1.page-title {
    font-size: 32px;
    font-weight: bold;
    display: block !important;
}
.catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper.product .page-title-logo img {
    max-width: 110px;
    min-width: 110px;
    width: 100%;
}
.back-to-product {
    margin: 20px 0;
}
.back-to-product a.backtoproduct-link {
    border: 2px solid #0a6683;
    border-radius: 10px;
    color: #000;
    padding: 5px 30px;
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: 0 2px 2px 0px #848484;
    position: relative;
}
.back-to-product a.backtoproduct-link:before {
    content: '\e617';
    position: absolute;
    font-family: 'luma-icons';
    left: 10px;
}
.pro-category-name {
    background: #d71f1f;
    color: #fff;
    padding: 4px 9px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.pro-category-name:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    border-left: 25px solid #d71f1f;
    border-top: 0px solid transparent;
    border-bottom: 28px solid transparent;
}
.compatibility-att h5 {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
.compatibility-att span.compatibility-icons {
    margin-right: 15px;
}
/*.catalog-product-view.page-layout-1column .product-info-main .product-info-price .price-box .price {
    color: #348097;
    font-size: 48px;
    font-weight: bold;
}*/
.catalog-product-view.page-layout-1column .product-info-main .product-info-price .price-box .price {
    color: #0972d5;
    font-size: 48px;
    font-weight: bold;
}
.product-add-form form#product_addtocart_form .amrec-subscription-options {
    background: none;
    padding: 0;
}
.product-add-form form#product_addtocart_form .amrec-subscription-options label.amrec-label {
    background: #c4c4c4;
    border: 0;
}
.product-add-form form#product_addtocart_form .amrec-subscription-options .amrec-input.-radio:checked + .amrec-label:before {
    border: 5px solid #fff;
    background: #0a6582;
    box-shadow: 0 0 0 0
}
.product-add-form form#product_addtocart_form .amrec-subscription-options .amrec-input.-radio:checked + .amrec-label {
    background: #0a6582;
    color: #fff;
}
.section-titleh2 h2 {
    font-size: 40px;
    font-weight: 500;
    color: #076381;
    margin-bottom: 20px;
}
.what_happens img {
    width: 100%;
}
.what_happens p {
    font-size: 20px;
}
.box-col-content h3 {
    font-size: 30px;
    color: #076381;
    margin-bottom: 20px;
}
.box-col-content p {
    font-size: 20px;
}
.box-col-img img {
    width: 100%;
}
.banner_full img {
    width: 100%;
}
.key_feature .key_feature_box h3 {
    margin: 30px 0;
    font-size: 34px;
    color: #076381;
}
.key_feature .key_feature_box p {
    font-size: 18px;
    color: #000000;
    text-align: left;
}
.gps_asset p {
    font-size: 18px;
}
.gps_asset a {
    margin-bottom: 20px;
    display: block;
}
.block.related {
    margin-bottom: 10px !important;
}
.products-related ol.products.list .owl-item {
    width: 176px !important;
}
.block.related .block-title.title strong {
    font-size: 32px;
    font-weight: bold;
}
.products-related {
    margin-top: 0;
    width: 396px !important;
}
.products-related ol.products.list .owl-item li {
    width: 100%;
}
.products-related ol.products.list .owl-item li .product-item-info {
    width: 100%;
    padding: .1em;
    border: 1px solid #c1c1c1;
}
.products-related ol.products.list .owl-item li .product-item-info:hover {
    box-shadow: 0 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    padding: .1em;
    border: 1px solid #c1c1c1;
}
.products-related ol.products.list .owl-item li .product-item-info span.product-image-container {
    width: 100% !important;
}
.products-related ol.products.list .owl-item li .product-item-info span.product-image-container img.product-image-photo {
    /*width: 100%;*/
    border-radius: 30px;
    box-shadow: 0px 3px 4px #000;
    display: inline-block;
    background: #fff;
    width: 100px;
    height: 100px;
    object-fit: contain;
    padding: 7px;
    max-height: 100px;
}
.products-related ol.products.list .owl-item li .product-item-info span.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 65% !important;
}
.products-related ol.products.list .owl-item li .product-item-info .product.name a {
    color: #000 !important;
    text-transform: uppercase;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
}
.block.related .block-title.title strong {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: grid;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    border-bottom: 2px solid #000;
    width: 33%;
}
.products-related ol.products.list .owl-item li .product-item-info .product.details.product-item-details {
    text-align: center;
}
.products-related ol.products.list .owl-item li .product-item-info .product.details.product-item-details button.action.tocart.primary {
    background: #0a6582;
    border: 0;
    font-size: 16px;
    border-radius: 50px;
    padding: 12px 25px;
}
.products-related ol.products.list .owl-nav {
    z-index: 99;
    color: #0a6582;
    height: 100%;
    top: 50%;
}
.products-related ol.products.list .owl-nav button {
    z-index: 9999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.products-related ol.products.list .owl-nav button.owl-prev {
    left: -25px;
}
.products-related ol.products.list .owl-nav button.owl-next {
    right: -20px;
}
.products-related ol.products.list .owl-nav button span {
    font-size: 90px;
    min-height: 50px;
    max-height: 50px;
}
.products-related ol.products.list .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
}
.products-related ol.products.list .owl-dots .owl-dot span {
    width: 15px;
    background: #0a6582;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
}
.products-related ol.products.list .owl-dots .owl-dot.active span {
    background: #989898;
}

.product-add-form .product-options-wrapper .field .control {
    width: 100% !important;
}
.product-add-form .product-options-wrapper .field .control .options-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
/*.product-add-form .product-options-wrapper .fieldset > .field > label.label {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    border-bottom: 2px solid #000;
}*/
.product-add-form .product-options-wrapper .fieldset > .field > label.label {
    text-align: left;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    border-bottom: 2px solid #0972d5;
    text-transform: uppercase;
    margin-left: 5px;
}
.product-add-form .product-options-wrapper .field .control .options-list .field {
    display: flex;
    align-items: center;
    margin-bottom: 5px;    
}
.product-add-form .product-options-wrapper .field .control .options-list .field label.label {
    cursor: pointer;
    display: flex;
    margin-bottom: 0;
    margin-top: 5px;
    column-gap: 5px;
}
.product-add-form .product-options-wrapper .field .control .options-list .field label.label span {
    /*margin-top: 0;
    display: block;
    text-align: center;
    margin-left: 5px;*/
    
    margin-top: 0;
    display: block;
    text-align: left;
    margin-left: 0;
    min-width: 250px;
    width: 100%;
}
.product-add-form .product-options-wrapper .field .control .options-list .field label.label span.price-notice {
    display: flex;
    align-items: center;
}
.product-add-form .product-options-wrapper .field .control .options-list .field img {
    border-radius: 30px;
    box-shadow: 0px 3px 4px #000;
    display: inline-block;
    background: #fff;
    width: 100px;
    height: 100px;
    object-fit: contain;
    padding: 20px;
    max-height: 100px;
}
.product-add-form .product-options-wrapper .field .control .options-list .field input:checked + label img {
    box-shadow: 0px 3px 4px #0a6582;
}
/*.product-add-form .product-options-wrapper .field .control .options-list .field input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    line-height: 0;
    opacity: 0;
    pointer-events: none;
}*/
.product-add-form .product-options-wrapper .field .control .options-list .field input {

    margin: 0 10px 0 0;
    padding: 0;
    outline: 0;
    box-shadow: 0 0 0;
}
.product-add-form .box-tocart .fieldset {
    display: flex;
    align-items: center;
}
.product-add-form .box-tocart .fieldset .actions {
    max-width: 180px;
    width: 100%;
}
/*.product-add-form .box-tocart .fieldset .actions .action.primary.tocart {
    background: #348097;
    border: 0;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    padding: 15px 25px;
    margin-bottom: 0;
}*/
.product-add-form .box-tocart .fieldset .actions .action.primary.tocart {
    background: #0972d5;
    border: 0;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    padding: 15px 25px;
    margin-bottom: 0;
}
.product-add-form .box-tocart .fieldset .tocompare-div {
    margin-bottom: 0;
    margin-left: 20px;
}
.product-add-form .box-tocart .fieldset .tocompare-div a.action.tocompare {
    background: #aeaeae;
    border: 0;
    color: #000;
    border-radius: 10px;
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.product-add-form .box-tocart .fieldset .tocompare-div a.action.tocompare:before {
    display: none
}
.product-info-main .product-info-price {
    margin-top: 30px;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__stage {
    min-height: 350px !important;
    min-width: 350px !important;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__stage .fotorama__stage__shaft {
    width: 350px !important;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav {
    width: 350px !important;
}
/*checkout*/
.am-checkout .amcheckout-main-container .amcheckout-step-container li .amcheckout-title {
    background: #0a6582;
    color: #fff;
    text-align: center;
}
.am-checkout .amcheckout-main-container .amcheckout-step-container li .amcheckout-title .amcheckout-icon {
    display: none;
}
.am-checkout .amcheckout-main-container .amcheckout-step-container li fieldset.fieldset br, .am-checkout .amcheckout-main-container .amcheckout-step-container li fieldset.fieldset hr {
    display: none;
}
.am-checkout .amcheckout-main-container .amcheckout-step-container li form .fieldset input, .am-checkout .amcheckout-main-container .amcheckout-step-container li form .fieldset select {
    background-color: #c4c4c4;
    border: 0;
    height: 50px;
}
.am-checkout .amcheckout-main-container .amcheckout-step-container li .step-content.amcheckout-content button.action {
    background: #0a6582;
    border: 0;
    height: 50px;
    padding: 0 50px;
    border-radius: 30px;
}
.am-checkout .amcheckout-main-container .amcheckout-step-container li form .fieldset input:focus, .am-checkout .amcheckout-main-container .amcheckout-step-container li form .fieldset select:focus {
    box-shadow: 0 0 0;
}
.am-checkout .amcheckout-main-container .amcheckout-step-container li .step-content.amcheckout-content form.methods-shipping tr.row.amcheckout-method {
    width: 100%;
    margin: 0;
    border-color: #0a6582;
    background: #c4c4c4;
}
.am-checkout .amcheckout-main-container .amcheckout-step-container li .step-content.amcheckout-content form.methods-shipping tr.row.amcheckout-method .col-carrier {
    white-space: nowrap;
}
.am-checkout .amcheckout-main-container .amcheckout-step-container li .step-content.amcheckout-content .payment-method {
    width: 100%;
    margin: 0;
    border-color: #0a6582;
    background: #c4c4c4;
}
.am-checkout .amcheckout-main-container .amcheckout-step-container li .field.addresses .shipping-address-items .shipping-address-item {
    width: 100%;
    margin: 0;
    border-color: #0a6582;
    background: #c4c4c4;
}
.am-checkout .amcheckout-main-container .amcheckout-step-container li#shipping button.action {
    margin-top: 20px;
}
.am-checkout .amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin: 15px 0 0;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary {
    border: 0;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .opc-block-summary {
    background: none;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .opc-block-summary p.step-title.amcheckout-title {
    background: #c4c4c4;
    color: #000;
    text-align: center;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .opc-block-summary .block.items-in-cart {
    border-bottom: 0;
    margin-bottom: 0;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .opc-block-summary .block.items-in-cart li.product-item strong.product-item-name {
    font-weight: bold;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .opc-block-summary table.data.table.table-totals {
    background: #F6F9FC;
    border-radius: 5px;
    margin: 0;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .opc-block-summary table.data.table.table-totals tr .mark {
    background: none;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .opc-block-summary table.data.table.table-totals tr td, .am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .opc-block-summary table.data.table.table-totals tr th {
    padding: 8px 15px;
    vertical-align: middle;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .amcheckout-additional-options.additional-options {
    border: 1px solid #c4c4c4;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .checkout-payment-method {
    border: 1px solid #c4c4c4;
    margin-top: 15px;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .payment-option .payment-option-title .action {
    color: #0a6582;
    width: 100%;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .payment-option .payment-option-title .action::after {
    float: right;
    right: 0;
    margin: 3px;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .opc-block-summary table.data.table.table-totals tr.grand.totals {
    color: #0a6582;
}
.am-checkout .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .checkout-payment-method form#discount-form .primary .action.action-apply {
    background: #0a6582;
    border-color: #0a6582;
    color: #fff;
    border: 0;
    height: 41px;
    margin-top: -1px;
}
.am-checkout .authentication-wrapper button.action.action-auth-toggle {
    background: #0a6582;
    border-radius: 5px;
}
.column.main .opc-block-summary .product-item .product .product-item-details .product.options {
    margin-left: -100px;
}
.column.main .opc-block-summary .product-item .product .product-item-details .product-item-inner {
    align-items: self-start;
    flex-direction: column;
    justify-content: flex-start;
}
.column.main .opc-block-summary .product-item .product .product-item-details .product.options .toggle {
    padding-bottom: 20px;
    font-size: 18px;
}
.column.main .opc-block-summary .product-item .product .product-item-details .product.options .toggle::after {
    right: 0;
    position: absolute;
}
.order-attributes .order-attributes-form.fieldset.address .search_vehicle_container {
    width: 50%;
    display: inline-block;
    padding: 0 7px;
}
.order-attributes .order-attributes-form.fieldset.address .search_vehicle_container a.find_vehicle {
    margin: 0px 0 15px 0;
    display: block;
    color: #fff;
    background: #0a6582;
    padding: 10px;
    text-align: center;
}
.order-attributes .order-attributes-form.fieldset.address .search_vehicle_container .field._required {
    width: 100%;
}
.order-attributes .order-attributes-form.fieldset.address .field._required {
    width: 50%;
}
.order-attributes .order-attributes-form.fieldset.address .field._required input {
    background-color: #c4c4c4;
    border: 0;
    height: 50px;
}
.order-attributes .order-attributes-form.fieldset.address .field._required input:focus {
    box-shadow: 0 0 0;
}
/*resposnive*/
@media (max-width:768px) {
    .back-to-product {
        -ms-flex-order: -2;
        -webkit-order: -2;
        order: -2;
    }
    .pro-top-banner {
        -ms-flex-order: -2;
        -webkit-order: -2;
        order: -2;
    }
    .catalog-product-view .product.media {
        justify-content: center
    }
    .pro-top-banner .item .contnet-slide {
        left: 15%;
        right: 15%;
    }
    .pro-top-banner .item .contnet-slide h2 {
        font-size: 20px;
    }
    .pro-top-banner .item .contnet-slide p {
        font-size: 15px;
    }
    .pro-top-banner .item .contnet-slide .actions button {
        font-size: 13px;
        padding: 7px 20px;
        border-radius: 30px;
    }
    .pro-top-banner .owl-carousel .owl-stage .owl-item {
        min-height: 250px;
    }
    .pro-top-banner .owl-carousel .owl-stage .owl-item img {
        min-height: 250px;
        object-fit: cover;
    }
    .pro-top-banner .owl-nav button.owl-prev {
        left: 25px;
    }
    .pro-top-banner .owl-nav button.owl-next {
        right: 15px;
    }
    .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper.product h1.page-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper.product .page-title-logo img {
        max-width: 80px;
        min-width: 80px;
    }
    .compatibility-att h5 {
        margin-bottom: 10px;
    }
    .product-add-form .product-options-wrapper .fieldset > .field > label.label {
        border-bottom: 0;
        margin-bottom: 0;
    }
}
@media (max-width:470px) {
    .product-add-form .box-tocart .fieldset {
        flex-direction: column;
    }
    .product-add-form .box-tocart .fieldset .actions {
        max-width: 100%;
    }
    .product-add-form .box-tocart .fieldset .tocompare-div {
        margin: 15px 0 0 0;
    }
    .product-add-form .box-tocart .fieldset .tocompare-div a.action.tocompare {
        width: 100%;
    }
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
    border: 2px solid #0972d5;
    background-color: transparent;
    color: #fff;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 100px;
}
.catalog-product_compare-index .page-title-wrapper {
    text-align: center;
}
.catalog-product_compare-index .page-title-wrapper h1.page-title {
    font-size: 40px;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}
.catalog-product_compare-index a.action.print.hidden-print {
    background: #0a6582;
    color: #Fff;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 3px;
    padding: 10px 20px;
    float: right;
}
.table-comparison tr th:first-child {
    border-left: 0px;
}
.table-comparison tr td:last-child {
    border-right: 0;
}
.table-comparison tbody td, .table-comparison tbody th {
    border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.product.info strong.product-item-name {
    margin-bottom: 0;
}
.table-comparison .cell.product.info strong.product-item-name a {
    font-weight: bold;
}
.table-comparison thead tr td.remove {
    position: relative;
}
.table-comparison thead tr td.remove a.action.delete {
    position: absolute;
    right: 0;
    top: 10px;
    background: #0a6582;
    color: #fff;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.table-comparison thead tr td.remove a.action.delete:before {
    color: #fff !important;
}
.product-compare-list a.addcompare-btn {
    background: #0a6582;
    color: #Fff;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 3px;
    margin: 0;
    padding: 10px 20px;
}
.table-comparison .product-compare-list {
    text-align: left;
    position: relative;
    padding-top: 10px;
}
.table-comparison .product-compare-list .product-name {
    display: none;
}
.table-comparison .product-compare-list:hover .product-name {
    display: block;
    position: absolute;
    padding: 10px 15px;
    border-radius: 7px;
    background: #fff;
    outline: 0;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
}
.table-comparison .product-compare-list .product-name ul {
    padding: 0;
    list-style: none;
}
.table-comparison .product-compare-list .product-name ul li {
    display: inline-block;
}
.table-comparison .product-compare-list .product-name ul li a {
    border: 1px solid #0a6582;
    margin: 4px 2px;
    padding: 4px 7px;
    border-radius: 3px;
    color: #54575b;
    font-weight: 700;
    font-size: 13px;
}
.table-comparison .product-compare-list .product-name ul li a:hover {
    background: #0a6582;
    color: #fff;
}
.table-comparison .cell.attribute {
    font-weight: 500;
}
.table-comparison .product-item-photo {
    text-align: center
}
.table-comparison .cell.product.info {
    padding-top: 0;
}
thead.header-compare {
    border-bottom: 2px solid #0a6582;
}
thead.header-compare.header-sticky {
    position: fixed;
    top: 0;
    max-width: 1240px;
    width: 100%;
    -webkit-transition: .15s;
    transition: .15s;
    background: #fff;
}
thead.header-compare.header-sticky tr td, thead.header-compare.header-sticky tr th {
    width: 310px;
}
@media (max-width:991px) {
    .header.content .logo img {
        width: 180px;
    }
    .catalog-product_compare-index .page-title-wrapper h1.page-title {
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 30px;
    }
    .table-comparison tr th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0px;
        background: #fff;
        z-index: 99;
    }
    .table-comparison .product-compare-list {
        position: absolute;
    }
    thead.header-compare.header-sticky {
        position: inherit;
    }
    .table-comparison .cell {
        padding: 6px;
        font-size: 12px;
        width: auto;
    }
    .table-comparison .cell.attribute {
        font-size: 12px;
        text-align: center;
        line-break: anywhere;
    }
    .table-comparison .product-item-photo {
        display: none;
    }
    .table-comparison .price-box.price-final_price {
        display: none;
    }
    .table-comparison .cell.product.info {
        text-align: center;
    }
    .table-comparison .cell.product.info strong.product-item-name {
        margin-top: 30px;
    }
    .product-list-sku {
        z-index: 999999 !important;
    }
    .table-comparison thead tr td.remove a.action.delete {
        right: auto;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .product-compare-list a.addcompare-btn {
        padding: 5px 3px;
    }
}
@media (max-width:767px) {
    .product-compare-list {
        flex-direction: column;
        gap: 5px;
    }
    thead.header-compare.header_compare_sticky {
        position: fixed;
        top: 0px !important;
        background: #fff;
        z-index: 99;
    }
}
.category-list {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}
.category-list .category-items {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}
.category-list .category-items li {
    display: inline-block;
    margin: 0 5px;
}

.category-list .category-items li a {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 35%);
    border: 2px solid #0972d5;
}
.category-list .category-items li a:hover {
    background: #0b6582;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
}
.catalog-category-view li.product-item .product-item-actions a.action.tocompare:before {
    display: none;
}
.catalog-category-view li.product-item .product-item-actions a.action.tocompare {
    background: #C4C4C4;
}
.catalog-category-view li.product-item .product-item-actions a.action.tocompare span {
    width: auto;
    height: auto;
    overflow: visible;
    position: initial;
    font-size: 1.3rem;
    text-transform: capitalize;
}
@media (max-width:639px) {
    .catalog-category-view .product-item-actions .actions-primary {
        display: inline-block;
    }
    .catalog-category-view .product-item .tocart {
        padding: 7px 10px;
        font-size: 1.2rem;
    }
    .catalog-category-view li.product-item .product-item-actions a.action.tocompare {
        line-height: 28px;
        margin-left: 5px;
    }
    .catalog-category-view li.product-item .product-item-actions a.action.tocompare span {
        font-size: 1.2rem;
    }
}
@media (max-width:400px) {
    .catalog-category-view .product-item .tocart {
        padding: 7px 7px;
    }
    .catalog-category-view li.product-item .product-item-actions a.action.tocompare {
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media (min-width:768px) {
    .navigation .level0 > .level-top {
        color: #000 !important;
    }
    .page-products .page-wrapper > .breadcrumbs {
        display: block;
    }
    .page-main > .page-title-wrapper .page-title {
        margin-top: 20px;
        font-weight: 400;
    }
    .navigation .level0 .submenu a {
        color: #000 !important;
    }
    .navigation .level0.active > .level-top {
        border-color: #0972D5 !important;
    }
    .product.info.detailed .additional-attributes > tbody > tr > th {
        width: 35% !important;
    }
    .product.data.items > .item.title > .switch {
        font-weight: 600 !important;
        color: #000 !important;
    }
}
.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 0;
}
.breadcrumbs .items li {
    font-size: 16px;
    margin: 0;
}
.breadcrumbs .items li.back_breadcrumbs {
    margin-right: 10px;
    font-weight: bold;
}
.breadcrumbs .items li.back_breadcrumbs a {
    position: relative;
}
.breadcrumbs .items li.back_breadcrumbs a:before {
    content: "\e61a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 18px;
    font-family: 'luma-icons';
    margin: 1px 5px 0 5px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.breadcrumbs .items li a {
    color: #000000;
    text-decoration: underline;
}
.breadcrumbs .item:not(:last-child):after {
    margin: 3px 5px 0 5px;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #0972D5;
}
.product-item .price-box .price {
    color: #0972D5;
    font-size: 18px;
}
body {
    color: #000;
}
.product.name a {
    color: #000 !important;
    font-weight: bold !important;
}
.footer.content .links a {
    color: #000;
}
.filter-options-content .count {
    color: #000;
}
.action.primary, .action-primary {
    background: #0972D5;
    border: 1px solid #0972D5;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
    height: 36px;
}
.footer.content .links strong {
    color: #000;
}
.post-list .post-header .post-title a {
    text-decoration: none;
    font-weight: 300 !important;
    line-height: 1.1 !important;
    font-size: 2.0rem !important;
    color: #000 !important;
}
.post-list .post-content .post-read-more {
    float: right;
    text-decoration: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    border-radius: 3px;
    box-shadow: none;
}
.btn-white {
    background-color: #0972d5 !important;
    color: #fff !important;
    border: 1px solid #0972d5 !important;
    border-radius: 5px;
}
.btn-white:hover {
    background-color: #0972d5 !important;
    color: #fff !important;
    border: 1px solid #0972d5 !important;
    text-decoration: none !important;
}
.widget.blog-search .action.search {
    background: #0972d5 !important;
}
.post-list .post-info .post-title-wrap h3 a {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400 !important;
    color: #000 !important;
}
.products-upsell ol.products.list .owl-item li {
    width: 100%;
}
.block.upsell .block-title.title strong {
    font-size: 32px;
    font-weight: bold;
}
.block.upsell .block-title.title strong {
    text-align: center !important;
    display: block;
}
.products-upsell ol.products.list .owl-nav button span {
    font-size: 90px;
    min-height: 50px;
    max-height: 50px;
}
.products-upsell ol.products.list .owl-nav button.owl-prev {
    left: -20px;
}
.products-upsell ol.products.list .owl-nav button {
    z-index: 9999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.products-upsell {
    margin-top: 0;
}
.products-upsell ol.products.list .owl-nav {
    z-index: 99;
    color: #0a6582;
    height: 100%;
    top: 50%;
}
.products-upsell ol.products.list .owl-nav button.owl-next {
    right: -30px;
}
.products-upsell ol.products.list .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
}
.products-upsell ol.products.list .owl-dots .owl-dot span {
    width: 15px;
    background: #0a6582;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
}
.products-upsell ol.products.list .owl-item li .product-item-info {
    width: 100%;
}
.products-upsell ol.products.list .owl-item li .product-item-info span.product-image-container {
    width: 100% !important;
}
.products-upsell ol.products.list .owl-item li .product-item-info .product.details.product-item-details {
    text-align: center;
}
.products-upsell ol.products.list .owl-item li .product-item-info span.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 85% !important;
}
.products-upsell ol.products.list .owl-item li .product-item-info .product.name a {
    color: #000 !important;
    text-transform: uppercase;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
}
.products-upsell ol.products.list .owl-item li .product-item-info:hover {
    box-shadow: 0 0 0;
    border: 0;
    margin: 0;
    padding: 0;
}
.block.related .field.choice {
    position: relative !important;
    top: -20px;
}

@media (min-width:1080px) {
.block-search {
        padding-left: 145px !important;
        position: relative;
        width: 45% !important;
        float: left !important;
        z-index: 4; }
    }

@media (min-width:768px) {
    .header.panel > .header.links {
        display: none !important;
    }
    .minicart-wrapper {
        float: right !important;
        padding-left: 0 !important;
    }
    
    .block-search input {
        margin: 0;
        padding-right: 35px;
        position: static;
        margin-top: -10px !important;
        height: 50px !important;
    }
    .block-search input[type="text"] {
        border: 1px solid #020202 !important;
    }
}
.phone-desktop {
    float: right;
}
.phone-desktop > a {
    line-height: 26px;
    letter-spacing: .025em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1px;
    padding-right: 12px;
    line-height: 26px;
    text-transform: none;
    color: #fff !important;
}
.phone-desktop > span {
    line-height: 26px;
    letter-spacing: .025em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 26px;
    text-transform: none;
    color: #fff !important;
}
@media (max-width:767px) {
    .phone-desktop {
        display: none !important;
    }
}
@media (min-width:768px) {
    .custom-header-links {
        margin: 0;
        margin-left: 0px;
        padding: 0;
        list-style: none none;
        float: right !important;
        margin-left: auto;
    }
    .custom-header-links > a {
        line-height: 26px;
        letter-spacing: .025em;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 12px;
        padding-right: 12px;
        line-height: 26px;
        text-transform: none;
        color: #333 !important;
    }
}
@media (max-width:767px) {
    .custom-header-links {
        display: none !important;
    }
}
@media (min-width:768px) {
    .phone-mobile {
        display: none !important;
    }
}
@media (max-width:767px) {
    .phone-mobile {
        display: block;
    }
}
.phone-mobile > span {
    line-height: 32px;
    letter-spacing: .075em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 26px;
    text-transform: none;
    color: #fff !important;
}
.phone-mobile > a {
    line-height: 26px;
    letter-spacing: .025em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1px;
    padding-right: 12px;
    line-height: 26px;
    text-transform: none;
    color: #fff !important;
}
.phone-mobile .blog-button {
    margin-left: 50px;
}
.phone-mobile .reviews-button {
    border: none;
}
@media (min-width:768px) {
    .navigation .level0.parent > .level-top {
        padding-right: 15px !important;
    }
}
.reviews-button {
    border: 1px solid #c2c2c2;
    padding-left: 12px !important;
}
.reviews-block {
    box-shadow: #c2bfbf9e 10px 6px 24px 1px;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .layered-filter-block .filter-title {
        display: block;
    }
    .filter-active .nav-sections-item-content > .navigation {
        z-index: 1;
    }
}
.layered-filter-block.active .category-sidebar-right {
    background-color: rgba(0, 0, 0, .2);
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    transition: opacity .3s cubic-bezier(0, 0.5, 0.2, 1), visibility .3s cubic-bezier(0, 0.5, 0.2, 1);
}
.block-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eceff1;
    padding-bottom: 15px;
    width: 100%;
}
.block-top-header .block-filter-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.layered-filter-block.active .category-sidebar-right .filter-actions {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 25px;
    right: 40px;
    margin: 0;
}
.layered-filter-block.active .category-sidebar-right .block-filter-title a.action.close {
    position: relative;
    width: 20px;
    margin-left: 10px;
    height: 20px;
    vertical-align: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layered-filter-block.active .category-sidebar-right .block-filter-title a.action.close:before, .layered-filter-block.active .category-sidebar-right .block-filter-title a.action.close:after {
    position: absolute;
    width: 100%;
    height: 2.3px;
    background-color: #000;
    content: '';
}
.layered-filter-block.active .category-sidebar-right .block-filter-title a.action.close:before {
    transform: rotate(-45deg);
}
.layered-filter-block.active .category-sidebar-right .block-filter-title a.action.close:after {
    transform: rotate(45deg);
}
.block-top-header .block-filter-title h5 {
    font-size: 20px;
}
.layered-filter-block.active .category-sidebar-right .filter-actions a.filter-clear {
    color: #767677;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
}
.sub_category_list {
    /*width: 1100px;*/
    width: 790px;
}
.sub_category_list .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}
.sub_category_list .owl-carousel .owl-nav button.owl-prev, .sub_category_list .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 30px;
    height: auto;
    line-height: 40px;
    outline: 0;
    vertical-align: top;
}
.sub_category_list .owl-nav button.owl-prev {
    left: -20px;
}
.sub_category_list .owl-nav button.owl-next {
    right: -20px;
}
.category-lists {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}

.catalogsearch-result-index .category-lists {
    justify-content: end;;
}
.category-lists .block.filter.layered-filter-block {
    border: 0;
}
.catalogsearch-result-index .catalog-topnav .layered-filter-block {
    text-align: right;
}
/*.catalog-topnav .layered-filter-block .filter-title strong {
    cursor: pointer;
    border-radius: 20px;
    background: no-repeat;
    box-shadow: 0 0 0 0;
    padding: 10px 10px;
    top: 0;
    right: 0;
    left: auto;
}*/

.catalog-topnav .layered-filter-block .filter-title strong {
  cursor: pointer;
  border-radius: 20px;
  background: #373737;
  box-shadow: 0 0 0 0;
  padding: 10px 10px;
  top: 0;
  right: 0;
  left: auto;
  color: #fff;
}

.filter-title strong {
    border: 2px solid #373737;
}
.layered-filter-block .filter-content {
    display: none;
}
.layered-filter-block.active .filter-content {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    max-width: 400px;
    width: 100%;
    background: #fff;
    padding: 20px;
    bottom: 0;
    overflow: auto;
    z-index: 9999;
    animation: slideRight 0.2s;
    margin-top: 0;
}
.layered-filter-block.active .filter-content .amshopby-filter-current {
    display: inline-block;
    width: 100%;
}
.layered-filter-block.active .filter-content .amshopby-filter-current .amshopby-items.items {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.layered-filter-block.active .filter-content .amshopby-items .amshopby-item {
    display: flex;
    border: 1px solid #eceff1;
    padding: 0 10px;
    margin: 5px 0;
}
.layered-filter-block.active .filter-content .amshopby-items .amshopby-item .amshopby-remove {
    left: 10px;
    z-index: 999;
}
.layered-filter-block.active .filter-content .amshopby-items .amshopby-item .amshopby-filter-name {
    padding-left: 20px;
}
.layered-filter-block.active .filter-content .amshopby-items .amshopby-item .amshopby-filter-value {
    flex-grow: inherit;
    background: #f0f0f0;
    display: inline-block;
    height: 25px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 12px;
}
.layered-filter-block.active .filter-content .filter-options {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
.layered-filter-block.active .filter-content .filter-options .filter-options-item {
    border-bottom: 1px solid #eceff1;
    /*margin: 0;*/
    padding: 0;
}
.layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-title {
    height: 50px;
    background-color: #fff;
    color: #000;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding-left: 10px;
    padding-top: 0;
}
.amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 20px;
}
.filter-options-content .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 20px;
}
@media (max-width:767px) {
.filter-options-content .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
}
}
.layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-title:after {
    top: 13px;
    position: absolute;
}
@media (max-width:360px) {
.layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-title:after {
    margin-right:   20px;
}
}
.layered-filter-block.active .filter-content .filter-options .filter-options-item.active:after, .layered-filter-block.active .filter-content .filter-options .filter-options-item.active:before {
    display: none;
}
.layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-content {
    position: relative;
    box-shadow: 0 0 0;
    padding: 0;
    margin-top: 18px;
    border: 0;
    width: 100%;
    margin: 0;
}
.layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-content .items {
    margin: 0 10px;
}
.layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-content .items li.item {
    border-top: 0;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}
.layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-content .items li.item:first-child {
    border-top: 0; 
}
.layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-content .items li.item:hover {
    background: none;
}
.layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-content .items li.item .amshopby-choice{
 top:14px;
}
@media (min-width:768px) {
.filter-options ul li input[type='checkbox']+.amshopby-choice:after {
        background: #1979c3 url("../images/check-arrow.svg") center / 12px;
}
}
@media (max-width:767px) {
.filter-options ul li input[type='checkbox']+.amshopby-choice:after {
    background: #1979c3 url("../images/check-arrow.svg") center / 25px;
}
}
.sub_category_list ul {
    /*display: flex;*/
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.sub_category_list ul li {
    margin: 0 15px 0 0px;
}
.sub_category_list ul li a {
  color: #000;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  cursor: pointer;
  border-radius: 20px;
  background: no-repeat;
  box-shadow: 0 0 0 0;
  padding: 10px 10px;
  border: 2px solid #373737;
  text-align: center;
}

@media (max-width:1180px) {
    .category-lists {
        flex-direction: column;
        border-top: 2px solid #bfbdbd;
        border-bottom: 2px solid #bfbdbd;
    }
    .sub_category_list {
        display: inline-block;
        width: 90%;
    }
    .sub_category_list ul {
        display: inline-block;
        margin-top: 20px;
    }
    .sub_category_list ul li {
        margin: 0 15px 0 0px;
    }
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    box-shadow: none !important;
    background: #ffffff;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
.products-grid .product-item-inner {
    border-top: none !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0 !important;
    box-shadow: none !important;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    clip: rect(0, 0, 0, 0);
    height: auto;
    overflow: unset !important;
    position: relative !important;
    width: auto;
}
.products-grid .product-item {
    margin-bottom: 25px;
}
.products-grid .product-item-inner {
    border: 0 !important;
}
a:visited, .alink:visited {
    color: #006bb4;
    text-decoration: none;
}
.widget.contact-info ul, .widget.contact-info li {
    border-width: 0;
    margin: 0;
    padding: 0;
}
.footer .widgettitle, .footer .widget-title {
    font-size: 15px;
    font-weight: 700;
}
.widget .widget-title, .widget .widget-title a, .widget .widgettitle, .widget .widgettitle a {
    position: relative;
    line-height: 1.4;
    text-transform: uppercase;
    text-decoration: none;
}
.widget .widget-title, .widget .widgettitle {
    margin-bottom: 15px;
    font-size: 1em;
    margin-top: 0;
}
.widget.contact-info li:not(:last-child) {
    margin-bottom: 10px;
}
.footer li {
    line-height: 2em;
}
.widget.contact-info li {
    border-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .contact-info .contact-details strong {
    text-transform: uppercase;
}
.share-links svg {
    width: 24px;
    height: 24px;
    color: #595757;
    fill: #595757;
    margin-top: 20px;
    margin-right: 15px;
}
.page-footer {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
/*.page-products.page-layout-1column .products-grid .product-item:hover {
    box-shadow: 1px 2px 5px 1px #ccc !important;
}

.page-products .product-item-info:hover {
    box-shadow: 1px 2px 5px 1px #ccc !important;
    padding: 10px !important;
}

.product-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
page-footer .contact-details a {
    color: #000 !important;
}
.nav-toggle::before {
    color: #000 !important;
}
@media (min-width:1024px) {
    .page-products.page-layout-1column .products-grid .product-item {
        width: calc((100% - 6%)/4) !important;
        margin: 5px !important;
    }
    .page-products .products-grid .product-items {
        margin: 30px !important;
    }
    .page-products .products-grid .product-item {
        padding: 2px !important;
    }
}
.page-products .product-item-info {
    width: auto;
}
.products-grid .product-item-actions {
    margin: 0 !important;
    width: 100%;
    display: block !important;
    justify-content: center !important;
}
.product-item .price-box {
    text-align: center !important;
    margin-top: 40px;
    margin-bottom: 1px;
}

@media (min-width:640px) {
    .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
        /*padding-bottom: 35px !important;*/
        padding-bottom: 0 !important;
    }
}
.contact-details a:visited, .alink:visited {
    color: #000 !important;
}
.contact-details a {
    color: #000 !important;
}
.nav-sections-item-content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1580px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}
.nav-sections-item-content .magicmenu {
    position: relative;
    display: block;
    text-align: center;
}
.magicmenu .nav-desktop .level0 .level-top > span {
    white-space: nowrap;
    font-size: 13px;
}
.magicmenu .nav-desktop .level0 .level-top-mega {
    margin-top: -3px;
}
.accor-title {
    display: none;
}
.sidebar-main .block-title.filter-title {
    display: none !important;
}
.sidebar-main .block-content.filter-content {
    display: block !important;
}
.sidebar-main .block.filter.layered-filter-block {
    width: 100%;
}
.amasty-catalog-topnav .category-lists .layered-filter-block.active .category-sidebar-right .filter-options-title:after {
    position: absolute;
}
@media (max-width:767px) {
    body.filter-active .page-wrapper {
        height: 100%;
        margin-top: 0;
        visibility: visible;
    }
    .sidebar-main .layered-filter-block.active .block-title.filter-title {
        display: none !important;
    }
    .sidebar-main .block-title.filter-title {
        display: none !important;
    }
    .sidebar-main .block-content.filter-content {
        display: block !important
    }
    .layered-filter-block.active .filter-content {
        right: auto;
        left: 0;
    }
    .layered-filter-block.active .filter-content .filter-options {
        max-width: 360px;
        right: auto;
        left: auto;
        width: 100%;
    }
    .sidebar-main .block.filter.layered-filter-block .block-content.filter-content {
        display: none !important;
    }
    .sidebar-main .block.filter.layered-filter-block.active .block-content.filter-content {
        display: block !important;
    }
}
.highlight {
    background-color: yellow;
}
.catalog-product_compare-index a.action.highligh-differences {
    background: #0a6582;
    color: #Fff;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 3px;
    padding: 10px 20px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
    float: left;
    text-align: left;
    width: 235px;
    padding: 5px 35px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild::before {
    display: none !important;
}

@media (max-width:767px) {
    .amfinder-horizontal .amfinder-toggle {
        display: block;
    }
    .amfinder-horizontal .amfinder-title {
        display: none;
    }
    .amfinder-horizontal .amfinder-toggle {
        border-top: none;
    }
}
.ambrands-menu-item:hover .ambrands-list-popup, .ammenu-item:hover .ambrands-list-popup {
    z-index: 9;
    right: 0;
}
.ambrands-list-popup .ambrands-popup-filter {
    width: 40%;
    background: #fbfbfb;
}
.ambrands-list-popup .ambrands-popup-items {
    width: 100%;
    text-align: left !important;
}
/*.ambrands-list-popup .brands-letter .brand-item .label {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    height: auto;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(74,83,94,0.03), 0 4px 10px rgba(104,118,139,0.13);
    color: #333;
}*/
/*.ambrands-list-popup .ambrands-popup-items .brand-images .brands-letter .brand-item {
    min-height:100%;
}*/
.ambrands-list-popup .brand-images .brands-letter .letter {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    color: #333;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    background: none;
}
.ambrands-list-popup .brand-images .brands-letter .letter .title {
    background: none;
}
.ambrands-list-popup .ambrands-popup-filter .ambrands-letter.-active {
    border-color: #006bb4;
    background: #dff1ff;
    color: #006bb4;
    padding: 6px 11px;
}
.ambrands-list-popup .ambrands-popup-filter .ambrands-letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 6px 12px;
    padding: 2px;
    min-width: 34px;
    width: 34px;
    height: 34px;
    min-height: 34px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    color: #333;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}
.ambrands-list-popup .ambrands-popup-filter .ambrands-letter.-disabled {
    border-color: #ececec;
    background: #ececec;
    box-shadow: none;
    color: #ccc;
    pointer-events: none;
}
.ambrands-list-popup .ambrands-popup-filter {
    display: none;
}
/*.ambrands-list-popup .brand-item .am-image-wrapper {
    display: none !important;
}*/
.ambrands-list-popup .brand-images .brands-letter .letter .title {
    display: none;
}
.brands-letter .brand-item .label {
    position: relative;
    margin: 0;
    padding-top: 0;
    width: 100%;
    word-wrap: break-word;
    font-weight: bold;
    text-transform: uppercase;
}
.ambrands-list-popup .brands-letter .brand-item .label {
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #333;
}
.ambrands-list-popup {
    width: 400px !important;
}
.brands-letter .brand-item {
    margin: 0 !important;
}
.ambrands-list-popup {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
}
.amfinder-common-wrapper .chosen-container-single .chosen-single div {
    display: block;
    top: 4px;
}
.amfinder-dropdown.-reset .amfinder-reset {
    display: block;
}
.brand-images {
    display: inline-block !important;
}
.brand-images .brands-letter .letter {
    border-bottom: 0;
}
.ambrands-popup-items .brand-images .brands-letter .brand-item {
    margin: 0 10px 0 2px !important;
}
.ambrands-list-popup .ambrands-popup-items .brand-images .brands-letter .brand-item {
    min-height: 100%;
    width: 100px;
}
.ambrands-list-popup .brand-item {
    max-width: 100% !important;
    min-width: 60px !important;
}
.contact-page {
    background: rgb(255, 255, 255);
    box-shadow: 0 15px 50px -10px rgba(0, 0, 0, 0.16);
    margin-top: 20px;
    width: auto;
    margin: auto;
    padding: 40px;
    max-width: 1106px;
}
.details-contact {
    background: rgba(48, 56, 65, 1);
    padding: 15px;
    color: #ffffff;
}
.details-contact .row {
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(80, 80, 80, 1);
    padding: 15px;
}
.details-contact .row:last-child {
    border-width: 0px;
}
.details-contact .info-block-title {
    color: rgba(238, 238, 238, 1);
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}
.details-contact p {
    margin-bottom: 0 !important;
}
.contact-index-index .page-main .contact-info p {
    margin-left: 0;
}
.ambrands-list-popup .brand-item .am-image-wrapper {
    height: 60px !important;
}

.ambrands-list-popup .bare-list img {
    max-width: 120px !important;
    max-height: 80px !important;
}

@media (min-width:1195px) {
    .floating-bar {
        display: none !important;
    }
}
@media (max-width:1194px) {
    .floating-bar {
        display: block;
    }
}
.block-search .label {
    display: none;
}
.block-search .control {
    border-top: 0;
}
.nav-toggle {
    position: static;
}
.page-header .nav-toggle {
    float: right !important;
}
.page-header .logo {
    margin: 0 0 10px 40px;
    float: left;
    left: -40px;
}
.floating-bar {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9999 !important;
    width: 100%;
}
@media (max-width:767px) {
    .minicart-wrapper {
        margin-top: 0;
        margin-right: 14px;
    }
    .page-header {
        border-bottom: 0;
    }
    .widget {
        box-shadow: #c2bfbf9e 1px 1px 20px 1px;
        padding: 20px;
        margin-bottom: 10px;
    }
}
.minicart-wrapper .action.showcart::before {
    color: #000;
}
.block-search .control input[type="text"] {
    border: 1px solid #040404;
}
.share-links {
    text-align: center;
}
/*.custom-block-right {
    float: right;
    padding: 10px;
    margin-left: 25px;
}*/
.custom-block-right {
    padding: 10px;
    width: auto;
    max-width: 100%;
    margin: 0px 0px 0px 30px;
}
/*.custom-block-right {
    float: right;
    position: fixed;
    right: 0;
    padding: 10px;
}*/
.user-icon .fa {
    color: #000;
    margin-top: 7px;
    margin-left: 35px;
    font-size: 16px;
}
.custom-block-left {
    padding: 10px;
}
.phone-mobile {
    text-align: center;
}
.custom-block-right a {
    color: #ffffff;
}
.custom-block-left a {
    color: #ffffff;
    margin-right: 10px;
}
.floating-bar .row {
    background: #474847;
}
.icon-column {
    width: 20%;
    text-align: center;
    color: #fff;
}
.icon-column a {
    color: #fff;
}
.icon-column-wrap {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: var(--e-global-color-27d0c96);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.icon {
    /*margin-bottom: var(--icon-box-icon-margin,15px);*/
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
}
.nav-toggle::before {
    font-size: 20px;
    margin-top: 5px;
}
@media (min-width:768px) {
    .user-icon {
        display: none !important;
    }
}
@media (max-width:767px) {
    .phone-mobile .blog-button {
        margin-left: 0;
    }
    .custom-block-left {
    text-align: left;
    }
    .custom-block-right {
        text-align: right;
        margin: 0;
        
    }
    .user-icon {
        float: right;
        padding: 8px 8px 8px 8px;
    }
    .user-icon a {
        display: flex;
        flex-direction: column;
        color: #000;
    }
    .user-icon a span {
        font-size: 13px;
    }
    .user-icon a i.fa {
        margin: auto;
        font-size: 18px;
    }
    .minicart-wrapper {
        padding: 8px 8px 8px 8px;
        margin-right: 0;
    }
    .minicart-wrapper .action.showcart {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .minicart-wrapper .action.showcart .text {
        width: auto;
        position: inherit;
        height: auto;
        overflow: visible;
        margin: 0;
        font-size: 13px;
        color: #000;
    }
    .minicart-wrapper .action.showcart:before {
        font-size: 20px;
        line-height: 18px;
    }
    .page-header .nav-toggle {
        width: auto;
        display: flex;
        flex-direction: column;
        padding: 8px 8px 8px 8px;
    }
    .page-header .nav-toggle:before {
        margin-top: -1px;
    }
    .page-header .nav-toggle > span {
        width: auto;
        position: inherit;
        height: auto;
        overflow: visible;
        margin: 0;
        font-size: 13px;
        color: #000;
    }
    
    @-moz-document url-prefix() {
        .page-header .nav-toggle:before {
            margin-top: -3px;
        }
        .page-header .nav-toggle > span {
            line-height: 12px;
        }
    }
}
@media (max-width:460px) {
    .header.content .logo img {
        max-width: 130px;
        width: 100%;
        margin-top: 7px;
    }
    .user-icon, .minicart-wrapper, .page-header .nav-toggle {
        padding: 5px;
    }
}

.brand-images .brands-letter .letter {
    display: none !important;
}

.brands-letter .brand-item .label {
    display: none !important;
}

.home-box-title {
    color: #fff;
    font-weight: 400;
    font-size: 29px;
}


@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) {
.home-box-title {
    font-size: 2.2vw;
}

       
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
    font-size: 12px;
    padding: 14px 17px;
}
    }


 .am-widget-brandlist .content .brand-images .brands-letter .bare-list .brand-item {
            max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    }
    .am-widget-brandlist .content .brand-images .brands-letter .bare-list .brand-item .am-image-wrapper {
        height: auto;
    }
.am-widget-brandlist .content .brand-images .brands-letter .bare-list .brand-item .ambrands-image {
            max-width: 150px;
        width: 100%;
    }
    
@media (max-width:991px) {
    .am-widget-brandlist .content{
        display: grid;
    grid-template-columns: repeat(3, 1fr);
            grid-gap: 15px;
        margin-top: 35px;
    }
    .am-widget-brandlist .content .brand-images .brands-letter {
        margin-bottom: 0;
    }
    .am-widget-brandlist .content .brand-images .brands-letter .bare-list {
        justify-content: center;
    }
    .am-widget-brandlist .content .brand-images .brands-letter .bare-list .brand-item {
            max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    }
    .am-widget-brandlist .content .brand-images .brands-letter .bare-list .brand-item .am-image-wrapper {
        height: auto;
    }
    .am-widget-brandlist .content .brand-images .brands-letter .bare-list .brand-item .ambrands-image {
            max-width: 150px;
        width: 100%;
    }
}

@media (max-width:768px) {
.align-items-center {
    flex-flow: column;
    padding: 20px;
}

.box-col-content {
    order: 1;
}

.box-col-img {
    order: 2;
    margin-top: 10px; }
}

@media (max-width:1080px) {
.breadcrumbs {
    display: block;
    margin-top: 0;
    margin-bottom: 20px; }
}

.products-grid .product-item {
    display: inline-block;
    margin-left: 1%;
    width: calc((100% - 2%)/1);
}

@media (max-width:428px) {
    .page-products .products-grid .product-item {
    padding: 20px;
}

.page-products .products-grid .product-item:hover {
    border: 1px solid #000 !important;
    padding: 25px; }
}

@media (max-width:1080px) {
.catalog-topnav {
    display: block;
    width: auto;
    padding: 20px;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important;
}

.catalog-topnav .layered-filter-block .filter-title strong {
    position: absolute;
    top: 0;
    margin-top: 140px;
    right: 0; }

.filter-title strong {
    left: auto; }
}

.product-add-form .box-tocart .fieldset .tocompare-div {
    max-width: 130px;
    width: 100%;
}

@media only screen and (min-device-width: 1181px) and (max-device-width: 1290px) {
.catalog-topnav .layered-filter-block .filter-title strong {
    position: absolute;
    top: 0;
    margin-top: 95px;
    right: 0;
}

.filter-title strong {
    left: auto; }
}

@media (max-width:428px) {
.product-add-form .box-tocart .fieldset .tocompare-div {
    max-width: 100%;
    width: 100%; }
}

.products-list .product-item {
    table-layout: fixed !important;
}

.products-list .product-item-photo {
    width: 40%;
}

.product-item {
  text-align: center;
}

@media only screen and (max-width: 910px) {
.amfinder-horizontal .am-item {
  width: 100% !important; }
}

@media only screen and (max-width: 767px) {
.products-related {
  margin-top: 0;
  width: auto !important; 
}

.products-related ol.products.list .owl-nav button.owl-prev {
  left: -18px;
}

.products-related ol.products.list .owl-nav button.owl-next {
  right: -18px; }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 896px) and (orientation:landscape) {
.products-related {
  margin-top: 0;
  width: 340px !important; }
}

.product-item-actions .actions-primary + .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  background: #C4C4C4;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}

.product-item-actions a.action.tocompare span {
  width: auto;
  height: auto;
  overflow: visible;
  position: initial;
  font-size: 1.3rem;
  text-transform: capitalize;
}

.product-item .tocompare::before {
    display: none !important;
}

@media (max-width:448px) {
.product-item-actions {
    margin: -10px 0 10px;
    width: 100%;
    display: inline-block !important;
}

.product-item-actions .actions-secondary {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -5px;
}

.product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    background: #C4C4C4;
    width: 103px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-top: 5px;
}

.product-item-actions .actions-primary {
    width: 100%;
    display: flex;
    justify-content: center; }
}

.product-info-main .text-under-price {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}

.product-info-main .product-info-price {
  border-bottom: 0 !important;
}

.product-info-main .product-info-price {
  margin-bottom: -10px;
}


.filter-options input[type="checkbox"] + .amshopby-choice::before, .filter-options input[type="checkbox"] + .amshopby-choice::after {
    width: 16px !important;
    height: 16px !important;
  }
  
 .filter-options input[type="checkbox"] + .amshopby-choice::before {
    border: 2px solid #000 !important;
  }
  
.filter-options input[type="checkbox"] + .amshopby-choice {
    top: 2px !important;
 }


  .filter-options input[type="checkbox"] + .amshopby-choice::after {
    background: #000 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px!important;
}

.layered-filter-block.active .category-sidebar-right .block-filter-title a.action.close {
  text-shadow: 0 1px 0 #000;
  opacity: unset;
}

@media only screen and (max-width: 767px) {
  .filter-options-item .filter-options-content .items [class*="am-filter-item"] {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*="am-filter-item"] {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 768px) {
.am_shopby_apply_filters.visible {
  bottom: 50px; }
}

@media (max-width: 1280px), print {
    .custom-description    {
  min-height: 400px; 
}

.product-item-name {
  min-height: 50px; }
}

@media only screen and (min-width: 501px) and (max-width: 768px), print {
    .catalog-topnav .layered-filter-block .filter-title strong {
    margin-top: 200px !important; }
}

@media only screen and (min-width: 300px) and (max-width: 500px), print {
    .catalog-topnav .layered-filter-block .filter-title strong {
    margin-top: 200px !important; }
}

@media only screen and (min-width: 540px) and (max-width: 860px), print {
  .page-products .products-grid .product-item {
    width: calc((100% - 4%) / 2) !important;
  }
}


@media only screen and (min-width: 375px) and (max-width: 1181px), print {
  .page-layout-2columns-left .column.main {
    width: 100% !important;
  }
  
   .page-layout-2columns-left .sidebar-main {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1181px), print {
 .am_shopby_apply_filters {
    position: fixed !important;
    bottom: 40px !important;
    z-index: 212 !important;
    display: block !important;
    padding: 0 !important;
    right: 0 !important;
  }
  
   .am-show-button {
    width: 400px !important; }
  }
  
  [data-content-type="products"][data-appearance="carousel"] .product-item-info {
  width: 400px !important;
  text-align: center !important;
}

.slick-slide .product-item-name {
  height: 50px !important;
}

@media (max-width: 1280px), print {
.slick-slide .product-item-name {
    min-height: 110px !important;
  }
}

.catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
    display: none !important;
}

.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  background: #0972d5;
}

.category-sidebar-right .filter-options-item {
  border-bottom: 0 !important;
  border-radius: .125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 1rem !important;
  --tw-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 861px), print {
  .page-products .products-grid .product-item {
    width: calc((100% - 6%)/3) !important;
  }
}

@media (min-width: 770px), print {
.page-products .toolbar .limiter {
  display: inline-block !important;
  line-height: 18px;
  margin-left: 20px;
  float: right; 
}
  
  .toolbar-products {
  background-color: transparent;
  border-bottom: 0 !important;
  border-radius: .125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 1rem !important;
  --tw-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow); }
}

.sub_category_list .owl-carousel .owl-dots .owl-dot {
  margin: .25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
  opacity: .25;
  --tw-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.sub_category_list .owl-carousel .owl-dots .owl-dot.active {
  opacity: 1 !important;
  background-color: #0972d5;
}

.sub_category_list .owl-carousel .owl-dots {
  text-align: center;
}

.page-products .products-grid .product-item {
    padding: 12px !important;
    border-radius: .125rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #373737;
    height: 1270px !important;
  }
  
.page-products .products-grid .product-item:hover {
    height: 1270px !important;
  }
  
.products-list .product-item {
  display: table;
  width: 100%;
  border-radius: .125rem;
  padding: 1rem !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #373737;
}

.products-list .product-item:hover {
  display: table;
  width: 100%;
  border-radius: .125rem;
  padding: 1rem !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #373737;
}

.products-grid .product-item-actions .actions-primary {
    display: block;
 }
 
.products-grid .action.primary, .action-primary {
  background: #0972D5;
  width: 100%;
  border-radius: 2.425rem;
  padding: 1.2rem !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.products-grid .product-item .product-item-actions a.action.tocompare {
  background: #C4C4C4 !important;
  width: 100% !important;
  border-radius: 2.425rem !important;
  padding: 0.2rem !important;
  margin: 0 !important;
}

.products-list .catalog-category-view .product-item-actions .actions-primary {
    width: 100%;
}

.products-list .product-item .tocart {
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
  border-radius: 2.425rem;
  padding: 1.2rem !important;
  margin-top: 1rem;
}

.products-list .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.catalog-category-view li.product-item .product-item-actions a.action.tocompare {
  background: #C4C4C4;
  margin-left: 0 !important;
  width: 100% !important;
  border-radius: 2.425rem;
  padding: 0.3rem !important;
}

.products-list a.action.primary {
  width: 100%;
  border-radius: 2.425rem;
  text-align: center;
}

.products-list .actions-primary{
  width: 100%;
  border-radius: 2.425rem;
  padding: 0.1rem !important;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
.products-grid .product-item-actions .actions-primary + .actions-secondary {
    display: block !important;
  }
}

.product-item-actions .actions-secondary > .action {
    color: #ffffff !important;
}

.product-item-actions .actions-secondary > .action:hover {
    color: #ffffff !important;
}

@media (min-width: 768px), print {
  .products.wrapper ~ .toolbar .pages {
    float: none !important;
  }
}

.pages strong.page {
  background: #0972d5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
  border-radius: 50%;
  width: 30px;
}

.products-grid .product-item .price-box {
  text-align: center !important;
  margin-top: 20px;
  margin-bottom: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 1190px), print {
.page-products .products-grid .product-item .custom-description {
  height: 680px !important; }
}

@media only screen and (min-width: 1191px) {
.page-products .products-grid .product-item .custom-description {
  height: 658px !important; }
}

@media (min-width: 861px), print {
  .page-products .products-grid .product-item:nth-child(4n+1) {
    margin-left: 2% !important;
  }
}

@media (min-width: 768px), print {
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2% !important;
  }
}

.custom-attribute{
  height: 40px;
}

.filter-options-title {
  padding: 10px 30px 0 0;
  text-transform: none;
  word-break: keep-all;
}

.custom-contact-page {
  background: rgb(255, 255, 255);
  box-shadow: 0 15px 50px -10px rgba(0, 0, 0, 0.16);
  margin-top: 20px;
  width: auto;
  margin: auto;
  padding: 40px;
  max-width: 1220px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

 .custom-contact-page .legend {
    border-bottom: 0 !important;
}

.custom-contact-page .action.primary {
  background: #0972d5;
  border: 0;
  border-radius: 10px;
  display: inline-block;
  padding: 15px 25px;
  margin-bottom: 0;
}

.custom-contact-page .actions-toolbar {
    display: flex;
    justify-content: center;
  }

@media (min-width:768px) {
.custom-contact-page .actions-toolbar > .primary .action:last-child {
  width: 320px;
  text-transform: uppercase; }
}

.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  height: 100px !important;
}

.mini-cart-button {
   padding: 5px 10px;
   margin-bottom: 3px;
}

.minicart-items .item-qty {
  width: 36px !important;
  height: 29px !important;
}

@media (min-width:471px) {
.product-add-form .box-tocart .fieldset .actions {
  margin-left: 20px; }
}

.cart-container .form-cart .actions.main .clear {
  text-decoration: none;
  background: #0972d5;
  border: 1px solid #0972d5;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 9px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}

.cart-container .form-cart .actions.main .clear:hover {
  text-decoration: none;
  background: #0972d5 !important;
  border: 1px solid #0972d5 !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 9px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}

@media (max-width:767px) {
 .toolbar-amount {
    display: none;
  }
  
  .page-products .sorter {
  position: static;
  margin-top: -38px; 
  }
  
.toolbar select {
  background-color: transparent;
  border-radius: 20px;
  box-shadow: 0 0 0 0;
  border: 2px solid #373737;
  width: 140px;
  color: #000;
  height: 41px;
}

.catalog-topnav .layered-filter-block .filter-title strong {
  cursor: pointer;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 0 0 0;
  top: 0;
  right: 0;
  left: auto;
  color: #000;
  padding: 10px 10px 26px 10px;
  border-radius: 20px;
  width: 130px;
  height: 41px;
}

.sorter {
  float: left; 
}

.toolbar .sorter-action {
  display: none !important; }
}


@media only screen and (min-width: 768px) and (max-width: 1180px), print {
.toolbar-amount {
  display: none !important;
  }
  
.page-products .toolbar .limiter {
  display: none !important;
  }
  
.modes {
  display: none !important;
  }
  
.page-products .sorter {
  position: static;
  margin-top: -80px; 
  }
  
.toolbar select {
  background-color: transparent;
  border-radius: 20px;
  box-shadow: 0 0 0 0;
  border: 2px solid #373737;
  width: 140px;
  color: #000;
  height: 41px;
}

.catalog-topnav .layered-filter-block .filter-title strong {
  cursor: pointer;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 0 0 0;
  top: 0;
  right: 0;
  left: auto;
  color: #000;
  padding: 10px 10px 26px 10px;
  border-radius: 20px;
  width: 130px;
  height: 41px;
}

.sorter {
  float: left; 
}

.toolbar-products {
    border-bottom: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin-bottom: -30px !important;
  }

.toolbar .sorter-action {
  display: none !important; }
}

@media (max-width:1180px) {
.page-products .products-grid .product-item {
    height: auto !important; }
  }
  
@media only screen and (min-width: 768px) and (max-width: 992px), print {
.nav-toggle::before {
  font-size: 20px;
  margin-top: -5px !important;
  margin-left: 5px !important;
  border-bottom: 0 !important;
    border-radius: .125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 1rem !important;
    --tw-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow); }
}

@media only screen and (min-width: 1081px) and (max-width: 1180px), print {
.catalog-topnav .layered-filter-block .filter-title strong {
    position: absolute;
    top: 0;
    margin-top: 95px !important;
    right: 0; }
}

.amfinder-horizontal {
  background: #f0f0f0 !important;
  border-radius: 10px !important;
}

.amfinder-horizontal .am-item {
  width: 15% !important;
}

.amfinder-horizontal .dropdown-title span {
  color: #0972d5 !important;
}

@media only screen and (max-width: 767px) {
.amfinder-horizontal .amfinder-toggle {
  border: 0 !important;
  text-align: center;
  }
  
.amfinder-horizontal .am-item {
  width: 100% !important;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1079px) {
.amfinder-horizontal .am-item {
  width: 31% !important;
}
}