/*Author A_M*/
* {
    outline: 0px solid red !important;
}

/*base styles*/

.product-item:hover .product-item__thumb .thumb-primary.not-hover-zoom-this {
    opacity: 1;
    visibility: initial;
    transform: scale(1.2);

}

.swal2-timer-progress-bar {
    background: red;
}

.swal2-container.swal2-backdrop-show {
    background: none
}

.p_t_100 {
    padding-top: 100px !important;
}

.swal2-content {
    text-align: left;
}

.compare-menu {
    font-size: 25px;
    color: #fff;
    position: relative;
    margin: 5px 10px;
}

header .site-action .wishlist-icon {
    width: auto;
    height: auto;
}

.compare-remove {
    height: 16px;
    min-width: 20px;
    background: url(../images/icons/delete.png) no-repeat;

}

.compare-total, .wishlist-total {
    background-color: #ed1e25;
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 22px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 15px;
    top: 0px;
    font-weight: bold;
}

header .site-action .wishlist-icon {
    background: none;

}

header .site-action .wishlist-icon i {
    font-size: 25px;
    color: #fff;

}

header .site-action .btn-mini-cart {
    margin: 5px 10px;

}

header .site-action .btn-mini-cart i {
    font-size: 25px;
    color: #fff;

}

.mini-cart-wrap .btn-mini-cart .cart-total {
    background-color: #ed1e25;
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 22px;
    height: 20px;
    width: 20px;
    position: absolute;
    font-weight: bold;
    right: -14px;
    top: -10px;
    left: auto;
}

.product-item__content .rating-star {
    text-align: left;
}

.home-page .product-item {
    height: auto;
    min-height: 100%;
}

/*Brande Page Desktop All languages*/
/*Product sale*/
.product-item__content {
    position: initial;
}

/*Brande Page Desktop All languages*/
/*Home page*/
.product-wrapper.columns-5 .col-6,.product-wrapper.columns-5 .col, .home-product-box {
    margin-bottom: 10px;
}

.home-page .product-big-item-box .product-item {
    min-height: calc(100% - 10px);
}

.newsletter-form-wrap .form-content .btn-newsletter {
    background-color: #ea1f26;
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    position: absolute;
    height: calc(100% - 2px);
    width: 150px;
    top: 1px;
    right: 1px;
}

/*Brande Page Desktop All languages*/
/*Page sales*/
.page-sales .sales-brand-carousel img {
    height: 200px;
    max-height: 100%;
}

.page-sales .sales-brand-carousel .item {
    display: grid;
    grid-template-rows: 60% 10% 30%;
    min-height: 272px;

}

.page-sales .sales-brand-carousel h3 {
    line-height: initial;
    margin-top: 10px;
    font-size: 20px;
}

/*Brande Page Desktop All languages*/

/*Page Faq*/
.page-faq #accordionFaq {
    margin-bottom: 70px;
}

.page-faq #accordionFaq .accordion-item {
    margin-top: 30px;
    border: none;
}

.page-faq #accordionFaq .accordion-item .accordion-button {
    border: 1px solid rgba(0, 0, 0, .15);
}

.page-faq #accordionFaq .accordion-item .accordion-button[aria-expanded="true"] {
    background: none;
    border-color: rgba(239, 158, 158, .8);
    color: #ea1f26;
}

.page-faq #accordionFaq .accordion-item .accordion-button:focus {
    box-shadow: none;

}

.page-faq #accordionFaq .accordion-item .accordion-button[aria-expanded="true"]::after {
    background-image: url("../images/arrow_accordion_bottom.svg");

}

.active-icon {
    color: #ea1f26;
}

/*.swal2-container{*/
/*    z-index: initial!important;*/
/*}*/
/*arrow_accordion_bottom*/
.pagination {
    padding-left: 10px;
}

.product-item__content .rating-star i.fa-star-active {
    color: #ed1e25;
}

/*Brande Page Desktop All languages*/

/*Compare index*/
.compare-index-page .list-cart-tbody img {
    width: 200px;
}

.compare-index-page .list-cart-tbody .btn-add-to-cart {
    margin-right: 30px;
    font-size: 20px;
}

/*Product list*/
.product-filter-header a {
    color: black;
    text-decoration: none;
}

.product-list .product-item__content .rating-star .fa {
    font-size: 14px !important;
}

/*Product view*/

.product-view-page .color-block .color-item {
    height: 20px;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
}

.product-view-page tbody, td, tfoot, th, thead, tr {
    border-color: #e1e1e1;
}

.product-view-page .color-item {
    margin: 5px 10px;
    position: relative;
    cursor: pointer;
}

.product-view-page .option-item-product {
    padding: 5px 10px;

}

.product-view-page .line-color:after {
    content: "";
    width: 2px;
    height: 22px;
    position: absolute;
    background: #e1e1e1;
    left: -13px;

}

.product-view-page .line {
    border-left: 2px solid #e1e1e1;
}

.product-view-page .attributes-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 20px 0;
}

.product-view-page .option-item-product {
    cursor: pointer;
}

.active-color {
    border: 1px solid #1d1d1d;
}

/*Contact Page Desktop All languages*/
.contact-page-content .contact-submit {
    background: #ea1f26;
    color: #fff;
}

/*Login Page Desktop All languages*/
.login-page .btn-brand {
    background: #ea1f26;
    color: #fff;
}

.btn-brand-red {
    background: #ea1f26;
    color: #fff;
    line-height: 2rem;
    border: none;
}

/*Credit page*/
.credit-page .call-to-action-item__info p {
    font-size: 16px;
}

/*Blog page*/
.blog-index-page .blog-item__info .post-excerpt {
    font-size: 16px;
}

/*Blog view*/
.blog-view-page .first-image-container {
    padding-bottom: 50px;
}

/*Maintenance Page Desktop All languages*/
.page-maintenance .maintenance-first-background {
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 0;

}

.maintenance-second-parent {
    display: grid;
    grid-template-columns: 50%  30%;
    justify-content: start;
    align-items: center;
    background: #1d1d1d;
    color: #fff;
    gap: 5px;
}

.page-maintenance .maintenance-second-background {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;

}

/*Desktop hy*/

/*Brande Page Desktop hy*/
.hy-body .main-menu li.has-submenu a img {
    max-width: 50px;
}

.hy-body .header-area .nav li {
    margin-right: 20px;
}

.hy-body .header-area .nav li a {
    font-size: 13px;
}

/*Desktop ru*/
/*Brande Page Desktop ru*/
.ru-body .header-area .nav li a {
    font-size: 14px;
}

/*Desktop en_us*/
/*Brande Page Desktop en_us*/
.brands-page .first-gallery .blog-item__thumb img {
    height: 270px;
}

.brands-page .second-gallery .gallery-item img {
    height: 200px;
    width: 100%;
}

html.swal2-shown,
body.swal2-shwon {
    overflow-y: auto !important;
}

.swal2-container {
    top: auto;
}

.list-group {
    border-radius: 0;
}

.list-group-item a, .list-group-item a .fa {
    color: #000000;
}

.list-group-item.active a, .list-group-item.active a .fa {
    color: #ffffff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ed1e25;
    border-color: #ed1e25;
}

.list-group-item a .fa {
    width: 25px;
}

.list-group-item {
    border-bottom: 2px solid #e1e1e1;
}

.list-group-item:last-child {
    border-bottom: 1px solid #e1e1e1;
}

.products-style-item-link {
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}

.product-item__thumb {
    padding-top: 10px;
}

.price-amount del {
    color: #696969;
}

.product-description-review.small_ls {
    margin-top: 10px;
}

.product-fps-review .product-description-review.small_ls {
    margin-top: 50px;
}

.product-description-review.small_ls .desc-review-tab-menu li a {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 0;
}

.product-fps-review .product-description-review.small_ls .desc-review-tab-menu li a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0;
}

.product-description-review.small_ls .tab-content {
    background-color: #f6f6f6;
    padding: 20px 0;
    padding-left: 20px;
}

.product-fps-review .product-description-review.small_ls .tab-content {
    background-color: #f6f6f6;
    padding: 45px 45px 45px;
}

.product-description-review.small_ls .progress:before {
    content: "";
}

.product-description-review.small_ls .progress {
    background: #f6f6f6;
    overflow: inherit;
    margin-bottom: 20px;
    height: 1.5rem;
    line-height: 1.5rem;
}

.product-description-review.small_ls .progress-bar {
    text-align: left;
    padding-left: 30px;
    background: rgb(27, 27, 28);
    background: -moz-linear-gradient(90deg, rgba(27, 27, 28, 1) 0%, rgba(234, 31, 38, 1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(27, 27, 28, 1) 0%, rgba(234, 31, 38, 1) 80%);
    background: linear-gradient(90deg, rgba(27, 27, 28, 1) 0%, rgba(234, 31, 38, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1b1c", endColorstr="#ea1f26", GradientType=1);
}

.product-description-review.small_ls .progress img {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: -20px;
    top: -8px;
    box-shadow: 0 0 14px 0 rgba(234, 31, 38, 0.6);
}

.min-h600 {
    min-height: 600px;
}

.product-details-thumbnail .product-item__online_only_deal {
    bottom: 75px;
}

.help-block {
    font-size: 12px;
    color: rgba(234, 31, 38, 1);
}

.btn {
    border: 2px solid #d8d8d8;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-family: roboto, sans-serif;
    height: 45px;
    letter-spacing: 0.025em;
    line-height: 41px;
    padding: 0 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-bordered {
    border-radius: 0;
    border-width: 1px;
    font-size: 16px;
    padding: 0 40px;
    height: 50px;
    line-height: 48px;
    margin-right: 10px;
}

.sticker-im {
    font-size: 8pt;
}

::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background: #ea1f26;
}

::selection {
    color: #FFF;
    background: #ea1f26;
}

.ui-widget-header {
    background: #ea1f26;
    color: #ea1f26;
    font-weight: bold;
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ea1f26;
    background: #ea1f26;
    font-weight: normal;
    color: #ffffff;
}

.mx2000 {
    max-width: 2600px;
}

.pt30 {
    padding-top: 30px;
}

#loading-image {
    background: #0000004d;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    display: none;
}

#loading-image .spinner-border {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    color: #ea1f26 !important;
}

.filter-bubble, .filter-bubble:hover {
    background: #ea1f26;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 10px;
    text-decoration: none;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 8px;
}

.filter-bubble i {
    color: #ffffff;
}

.ui-autocomplete .ui-state-active {
    border: none;
    background: #ffffff;
    color: inherit;
}

.fa.fa-tiktok {
    background: url(../images/tiktok-white-icon.svg) no-repeat;
    width: 13px;
    height: 18px;
}

.mlcmp {
    margin-left: 10px;
}

.slider-slide-item .slide-content h2, .slider-slide-item .slide-content h3 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    line-height: 1;
}

.slider-slide-item .slide-content h3 {
    margin-bottom: 20px !important;
}

.slider-area-wrapper .slick-dots {
    bottom: 70px;
}


@media (max-width: 768px) {
    .header-areaf {
        display: none !important;
    }
}

.cart-total-container .btn, .cart-calculate-area .btn {
    width: 100%;
    color: #fff;
    margin-top: 30px;
    background: #ed1e25;
    border-radius: 50px;
    padding: 10px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.st-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 213;
    max-width: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.wishlist-icon {
    position: relative;
}

.red-note {
    color: #ed1e25;
    font-size: 12px;
}

.fb-login .facebook-reg-btn {
    border-radius: 4px;
    color: #fff;
    margin: 15px;
    padding: 10px;
    background: #3b5999;
    transition: all 0.5s;
}

.fb-login .facebook-reg-btn:hover {
    background: #4170d3;
    transition: all 0.5s;
}

.fb-login .facebook-reg-btn i {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    margin-left: 5px;
}

.fb-login .google-reg-btn {
    border-radius: 4px;
    color: #fff;
    margin: 15px;
    padding: 10px;
    background: #EA4335;
    transition: all 0.5s;
}

.fb-login .google-reg-btn:hover {
    background: #e75f55;
    transition: all 0.5s;
}

.fb-login .google-reg-btn i {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    margin-left: 5px;
}

.open-pr-search .fa{
    color: #ffffff;
}
.open-pr-search.open .fa:before{
    content: "\f00d";
}
.open-pr-search {
    display: none;
    position: fixed;
    top: 300px;
    left: 0;
    background: #ea1f26;
    font-size: 23px;
    padding: 5px;
    z-index: 3111;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 767.98px) {
    .open-pr-search {
        display: block;
    }
    .open-pr-search.open {
        left: 300px;
    }

    .slider-area-wrapper .slick-dots {
        bottom: -30px;
        width: 100%;
        text-align: center;
    }

    .home-slider {
        margin-bottom: 20px;
    }

    .footer-widget-area .row {
        text-align: center;
    }

    .widget-item {
        margin-top: 10px;
    }

    footer .member-social-icons {
        margin-top: 40px;
    }

    .breadcrumb {
        margin-top: 5px;
    }

    .breadcrumb li a {
        font-size: 14px;
    }

    .pr-search {
        position: fixed;
        z-index: 3111;
        background: #fff;
        width: 300px;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        left: -300px;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .pr-search.open {
        left: 0;
    }
    .product-view-page .sp-y{
        padding: 10px 0;
    }
    .breadcrumb li:after{
        margin-top: 0;
    }
    .product-config {
        margin: 10px 0;
    }
    .product-meta{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .product-details-thumbnail-nav{
        display: none;
    }
    .product-meta span:not(.sku){
        margin-bottom: 5px;
    }
    #thumb-gallery .slick-next.slick-arrow,
    #thumb-gallery .slick-prev.slick-arrow {
        position: absolute;
        top: 0;
        height: 20px;
        width: 40px;
        background: url('../images/icons/right-arrow2.png') no-repeat center;
        background-size: contain;
        background-color: #ea1f26;
        z-index: 1;
    }

    #thumb-gallery .slick-next.slick-arrow {
        right: 0;
    }

    #thumb-gallery .slick-prev.slick-arrow {
        left: 0;
        transform: rotate(-180deg);
    }
    .product-description-review .table td {
         width: 50% !important;
        border-right:none !important;
    }
    .product-description-review .tab-content table{
        min-width: 100px;
    }
}
.bg-bl{
    background: #1d1d1d;
}
.sort-by-wrapper,.sort-by-wrapper .nice-select{
    z-index: 2001;
}