* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: IRANYekan
}

html {
    min-height: 100vh
}

body {
    background: #fafafa !important;
    direction: rtl;
    overflow-x: hidden;
    font-family: IRANYekan;
    font-size: 13px;
    min-height: 100vh
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #19bfd3
}

a:hover {
    text-decoration: none;
    color: #ffb03b
}

/*///////////////////////new/////////////////////////*/
.details-product {
    background-color: #f5f5f5;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.section3_index .name-product h3, h2 {
    color: #501d1d;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    max-width: 99%;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.price-list .shop .prent_product_box {
    display: none;
}

.s-discount {
    background-color: #303030;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 0;
    border-radius: 100%;
    font-size: 12px;
    margin-right: 5px;
}

.progress {
    background-color: #f0f0f1;
    border-radius: 0px;
    position: relative;
    margin-top: 0;
    height: 30px;
    width: 100%;
    direction: initial;
    flex-direction: row-reverse;
}

.progress-done {
    background: linear-gradient(-135deg, #f49200, #e26200);
    box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C;
    border-radius: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: 1s ease .3s;
}

.clock_box {
    height: 16px;
    font-size: 12px;
    white-space: nowrap;
    display: flex;
    color: #ef394e;
    margin: 10px 0;
}

.countdown-timer {
    font-size: 12px;
    display: flex;
    justify-content: center;
    font-width: 600;
    flex-direction: row-reverse;
}

.countdown-timer span {
    display: inline-block;
    padding: 0 5px;
}

.seconds {
    color: red;
    animation: changeColor 1s infinite alternate;
}

.price-list .prent_product_box {
    display: none;
}

.name-product h3:hover {
    color: #f49a13;
}

.price-list {
    height: 42px;
}

.price-list .shop {
    width: 35px;
    height: 35px;
    display: flex;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    background-color: #f49a13;

}

.price-list .shop a {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    width: 35px;
    height: 35px;
    justify-content: center;

}

.price-list .icons {
    height: 100%;
    position: absolute;
    display: flex;
    right: 93%;
    align-items: center;
    background: #f49a13;
    border-radius: 5px 0 0 5px;
    color: #fff;
    z-index: 7;
    opacity: 0;
    color: #fff;
    width: 0;
    transform: scaleX(0);

}

.price-list .shop:hover .icons {
    opacity: 1;
    border-radius: 5px 0 0 5px;
    width: max-content;
    transform: scaleX(1);
    transition-duration: .4s;
}

.price-list .shop:hover {
    border-radius: 0 5px 5px 0;
    transition-duration: .4s;
}

.s-discount {
    background-color: #303030;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 0;
    border-radius: 100%;
    font-size: 12px;
    margin-right: 5px;
}

.s-price bdi {
    font-weight: 400 !important;
    font-size: 15px !important;
    margin-left: 5px;
    color: #000;
    direction: rtl;
}

.s-price span {
    font-size: 12px;

}

.s-price del {
    font-weight: 300 !important;
    font-size: 13px !important;
    color: red;
}

.star {
    left: 7px;
    top: 7px;
}

.p-a {
    position: absolute;
    color: #00000080;
}

.s-icons {
    text-align: right;
    width: 83px;
    height: 20px;
    padding: 2px 5px;
    gap: 4px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 11px;
    border-radius: 7px 0 0 7px;
    opacity: .8;
    right: 0;
}

.s-icons:hover {
    opacity: 1;
    transition-duration: .5s;
}

.oridinal {
    background-color: #268131;
    top: 13px;
}

.send {
    background-color: #0758ce;
    top: 38px;
    display: none;

}

.gem {
    background-color: #8306cc;
    top: 60px;
}

.unable {
    background-color: #e57b0a;
}

.star i {
    color: #ffd700;
}

/*///////////////////////new/////////////////////////*/


.priceee {
    z-index: 1;
    width: 100%;
    border-radius: 6px 5px 5px 0;
    position: relative;
    order: 1;
    color: #000;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-weight: 600
}

strong.nk_discount_label {
    background-color: #d21e27;
    color: #fff;
    border-radius: 15px;
    font-weight: 500;
    height: 20px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center
}

.mc_price {
    margin-right: auto;
    padding-left: 8%
}



.breadcrumb {
    border-radius: 5px;
    background: transparent;
    margin-bottom: 0;
    line-height: 2;
    width: max-content
}

.breadcrumb_search {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap
}

.breadcrumb_search::-webkit-scrollbar {
    width: 0;
    height: 0
}

.breadcrumb_search::-webkit-scrollbar-track {
    background: #f1f1f1
}

.breadcrumb_search::-webkit-scrollbar-thumb {
    background: #888
}

.breadcrumb_search::-webkit-scrollbar-thumb:hover {
    background: #555
}

.breadcrumb li {
    font-size: 12px
}

.breadcrumb li a {
    color: #666;
    font-size: 12px
}

#slider .noUi-connect {
    background-color: #007bff
}

#slider .noUi-handle {
    width: 18px;
    top: -5px;
    right: -9px;
    border-radius: 9px
}

.help-block {
    color: red;
    font-size: 12px;
    height: 20px;
    margin-top: 2px;
    position: unset
}

.vs-checkbox-con {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: .25rem 0
}

.vs-checkbox-con input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 200;
    cursor: pointer;
    top: 0
}

.vs-checkbox-con .vs-checkbox {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #B8C2CC;
    border-radius: 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    margin-left: .5rem
}

.price-box .vs-checkbox-con .vs-checkbox {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #ededed;
    background-color: #ededed;
    border-radius: 3px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    margin-left: .5rem
}

.vs-checkbox-con .vs-checkbox .vs-checkbox--check {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.vs-checkbox-con input:checked ~ .vs-checkbox {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-color: #1e72fe;
    border: unset
}

.vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check {
    background-color: #1e72fe !important
}

.vs-checkbox-con input:checked ~ .vs-checkbox .vs-checkbox--check {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    background-color: #1e72fe
}

.search_filter_button {
    display: flex;
    margin-top: 40px
}

.box_filter_search {
    width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0 5px;
    align-items: center;
    border-radius: 10px 50px 50px 10px
}

.box_filter_search label {
    width: auto;
    white-space: nowrap;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: auto
}

.box_filter_search select {
    font-size: 14px;
    height: 39px !important;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 4px
}

.box_filter_search input {
    font-size: 14px
}

.icon_parent {
    border: 4px solid #ebeced;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 40px;
    color: #fff;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon_parent img {
    width: 50px;
    height: 50px;
    margin: auto;
    object-fit: contain
}

.number_product {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px
}

.sort_default {
    border: unset;
    margin: 0 5px;
    padding: 0 10px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    background-color: rgb(0 0 0 / .06);
    color: #501d1d;
    font-weight: 500;
}
.sort_default.selected {
    background: linear-gradient(-135deg, #f49200, #e26200);
    color: white;
    border: 1px solid;
}
.form_filter {
    height: 43px !important;
    width: calc(100% - 226px)
}

.box_pagination .page-item a, .box_pagination .page-item span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000
}

.box_pagination .page-item {
    box-shadow: 0 0 3px 1px #c7c3c3;
    margin: 0 5px;
    border-radius: 3px;
    font-size: 16px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    overflow: hidden
}

.box_pagination .page-item.active.open a {
    color: #1e72fe;
    border: 1px solid #1e72fe;
    border-radius: 3px;
    font-weight: 700
}

@media (max-width: 575px) {


    .search_filter_button {
        margin-top: 0
    }
}












.i-slodin img {
    width: 25px;
    height: 25px
}


.animate_repeat {
    animation: shake-animation 4.72s ease infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px
}


.box_shadow_product {
    box-shadow: 2px 0 8px #efecec
}

.section_index {
    margin: 40px 0 !important
}

.product-card__price {
    z-index: 1;
    width: 100%;
    padding: 1px 0;
    border-radius: 6px 5px 5px 0;
    border-right: 3px solid #fff;
    position: relative;
    order: 1;
    color: #3f4064;
    line-height: 23px;
    min-width: 130px;
    height: 22px;
    text-align: left;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 600
}

.product-card__price.gray {
    color: #a1a3a8
}

[data-icon=toman]:before {
    content: '\F06C\00FE0E';
    font-family: 'digiboronz';
    font-weight: 400;
    margin-right: 2px
}

.product-card__price::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 8px;
    width: 10px;
    height: 11px;
    background: url(https://samin3d.com/base_theme/cartboronz/images/index/section3/price-tag.svg) no-repeat 0 0;
}

.box_product_search {
    position: relative;
    border-radius: 15px;
    padding: 0px;
    max-width: 500px;
    overflow: hidden;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    box-shadow: 0 0 3px 3px rgb(0 0 0 / .07);
}

/*///////////////////////////////////////////////new/////////////////////////////////////////*/
.parent_image_product:hover .img-one img {
    opacity: 0;

}

.parent_image_product:hover .img-tow img {
    opacity: 1;
}

.img-tow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s, visibility .5s, transform 1s;
    transform: scale(1.06);
}

.img-one img {
    transition: opacity .5s, visibility .5s, transform 1s;
}

.parent_image_product {
    border-radius: 15px;
    border: 1px solid #8d8d8d85;
}

.box_product_search .prent_product_box {
    position: relative;
    padding: 10px;
}

/*///////////////////////////////////////////////new/////////////////////////////////////////*/
.tags_box {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1
}

.parent_image_product {
    position: relative
}

.parent_image_product:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

.parent_image_product img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.adjectiv_tag {
    display: block;
    width: max-content !important;
    padding: 2px 8px;
    border-radius: 11px;
    font-size: 11px;
    margin-bottom: 4px
}

#hendi_tag {
    background-color: #feeed4;
    color: #f37e27
}

#sherkati_tag {
    background-color: #DEE9FC;
    color: #0A337F
}

#pakestani_tag {
    background-color: #f1f1f1;
    color: #585858
}

.tags_h_p {
    height: 24px
}

.persian_text {
    color: #000;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
    height: 45px;
    text-align: right;
    font-weight: 700
}



.clock_box {
    height: 16px;
    font-size: 12px;
    white-space: nowrap;
    display: flex;
    color: #ef394e;
    margin: 10px 0
}

.stock-remain {
    display: flex;
    font-size: 11px;
    color: #ef394e
}

.button-menu {
    display: none
}



#home:before {
    width: 185px !important
}

#acc:before {
    width: 120px !important
}

.menu_item_child:hover:before {
    opacity: 1
}

.child_item:hover:before {
    opacity: 1
}

.child_item > a {
    position: relative
}

.text-primer {
    color: #468966 !important
}

.col_search {
    margin: 0 .5%;
    width: 19%
}

.height-20px {
    height: 41px;
    display: none !important;
}

.icon-search {
    position: absolute;
    left: 0;
    height: 100%;
    width: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #92969b !important;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 8px 0 0 8px;
    font-size: 17px
}



.prent_product_box {
    width: 100%;
    height: 100%
}

#result_search {
    position: absolute;
    width: 100%;
    max-height: 0;
    height: 0;
    top: 100%;
    z-index: 9999999999;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
    -webkit-transition: min-height .5s ease;
    -moz-transition: min-height .5s ease;
    -ms-transition: min-height .5s ease;
    -o-transition: min-height .5s ease;
    transition: min-height .5s ease
}

.parent_search_search {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    flex: 1;
    border: 1px solid #ced4da;
    height: 42px
}

.parent_search_search input {
    border: unset;
    font-size: 14px
}

.main-box-theme {
    min-height: 100vh
}

























































li.parent_one:hover {
    box-shadow: 0 0 10px 0;
    color: #fdebed
}

.main-aside .menu-section-title > i {
    position: absolute;
    left: 20px;
    top: 0;
    width: 80%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 99999;
    cursor: pointer;
    border-radius: 5px
}

.menu-item-has-children {
    position: relative
}

.main-aside ul .menu-item a {
    width: max-content;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #000;
    transition: 0
}

.menu-item.menu-item-has-children a {
    position: relative !important
}

.menu-section-title a {
    width: 100%;
    height: 100%
}

.main-aside ul .menu-item .submenu {
    display: none
}

.main-aside ul .menu-item .submenu a {
    text-align: right
}



.close-btn.close-dark span {
    background-color: #000
}

.close-btn span {
    position: absolute;
    width: 2px;
    height: 15px;
    display: block;
    background-color: #fff;
    opacity: .6;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 9
}

.close-btn span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close {
    color: #fff;
    opacity: 1
}

.menu_fixed {
    margin: 10px 0
}

.menu_fixed ul {
    text-align: right
}

.menu_fixed > ul > li {
    margin-bottom: 20px;
    font-weight: 600
}

.menu_fixed > ul > li > a {
    color: #000
}

.menu_fixed > ul > li > a > span {
    margin-right: 5px
}

.aside-scroll > li {
    position: relative;
    padding-bottom: 5px;
    box-shadow: inset 0 -1px .5px 0 #f3f3f3
}

.aside_ul2 {
    padding-right: 30px !important;
    margin-top: 5px !important
}

.submenu {
    background-color: #f6f7f9
}

.menu-item.menu-item-has-children a {
    position: relative !important
}

.menu-section-title a {
    width: 100%;
    height: 100%
}

.parent_header_responsive {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none
}



























@media (max-width: 992px) {
    input#search_header::placeholder {
        background-image: url(https://dev.webkardo.com/samin/base_theme/cartboronz/images/header/log.svg);
        background-repeat: no-repeat;
        background-size: 65px;
        color: #81878f !important;
        font-size: 14px;
        position: absolute;
        right: 0;
        display: flex;
        align-items: center;
        object-fit: cover;
        padding-left: 70px
    }

    .main-aside .menu-section-title a:hover {
        color: #e41e4f
    }

    ul.submenu.submenu1.aside_ul2 .menu-item a:hover {
        color: #e41e4f
    }

    .menu_fixed > ul > li > a > span {
        font-size: 14px;
        font-weight: 700;
        text-align: right;
        margin-bottom: 5px;
        color: #000
    }
}

.menu_header ul.list-menu-discounts-offers li.discounts-offers-item .list-category-megamenu-3 span:hover {
    color: #468966
}

.fa-chevron-left {
    color: #333;
    font-size: 9px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: normal
}

.large-display-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #000 !important;
    padding: 0 5px;
    text-wrap: nowrap;
    margin: 5px 0;
    position: relative
}



a.list-category-megamenu-3 {
    display: flex;
    align-items: center
}







.discounts-offers-item:first-child {
    margin-top: 13px
}

.menu_header ul.list-menu-discounts-offers li.discounts-offers-item, .menu_header ul.list-menu-discounts-offers li.discounts-offers-item:first-child {
    margin-top: 0;
    margin-bottom: 13px;
    color: #000
}

.menu_header ul.level2 {
    width: 976px !important
}

.menu_header ul.level3 {
    width: 900px !important
}

.menu_header ul.level1 {
    width: 976px !important
}

.radius-circle {
    border-radius: 50%
}

.item_filter_search {
    position: relative
}

.btn-sm-secondary-gray-icon-trailing {
    height: 42px;
    min-width: 125px;
    padding: 8px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-shadow: 0 1px 2px #1018280d;
    background-color: #fff;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    cursor: pointer;
    white-space: nowrap
}

.ng-trigger-enterDynamicHeight {
    width: 332px;
    border: 1px solid #d6d6d6;
    top: 100%;
    margin: 0 4px;
    left: 0;
    position: absolute;
    background: #fff;
    font-size: 12px;
    z-index: 11;
    overflow: hidden;
    border-radius: 8px;
    display: none
}

.buy-price--body {
    padding: 16px
}

.dropdown-footer {
    margin: 0 6px;
    padding: 3px 0;
    display: flex;
    justify-content: center
}

.closeDropDown {
    width: 50%
}

.btn-default-primary-sm {
    min-width: 100px;
    height: 36px;
    background: #ffb03b;
    border: 1px solid #ffb03b;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 1px 2px #1018280d;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto
}

.search_filter_button {
    display: flex;
    margin-top: 40px
}

.price-box {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
    cursor: pointer
}

.toggle1 {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    border-radius: 12px;
    background: #f2f4f7
}

.article_search {
    margin: 35px 0;
    text-align: justify
}

.article_search h2, h3, h4 {
    font-size: 18px;
    font-weight: 900 !important;
    line-height: 30px;
    text-align: right;
    color: #62666d
}

.article_search p {
    color: #81858b;
    font-size: 14px;
    text-align: justify;
    margin-top: 15px;
    line-height: 30px
}

.toggle1:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
    top: 2px;
    left: 1px;
    transition: all .5s
}

.checkbox:checked + .toggle1 {
    background-color: #ffb03b
}

.checkbox:checked + .toggle1:after {
    left: 18px
}

.checkbox {
    display: none
}

.gap {
    display: block;
    width: 8px
}

.btn-secondary-gray-sm {
    height: 36px;
    min-width: 100px;
    padding: 8px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-shadow: 0 1px 2px #1018280d;
    background-color: #ec3651;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px
}

.pos-relative {
    position: relative
}

.search_mobile.border_icon_ {
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    display: none;
}










img#header-search {
    position: absolute;
    right: 12px;
    height: 20px;
    width: 20px;
    object-fit: contain
}



input#search_header {
    text-indent: 0;
    width: 100%;
    padding: 0 40px;
    position: relative
}






@media (max-width: 992px) {
    .logo_site {
        padding: 0
    }

    .parent_header_icon {
        margin: 0 8px
    }

    input#search_header {
        text-indent: 42px;
        padding: 0 10px
    }



    .search_mobile.border_icon_, #header-image-logo1 {
        display: none
    }



    .p-titl {
        font-size: 18px;
        font-weight: 700;
        text-align: right;
        padding: 15px 0;
        color: #ec3651;
        border-bottom: 1px solid #d1d0cc
    }

    .aside-controls {
        display: flex !important;
        justify-content: space-between !important;
        margin-bottom: 0 !important;
        align-items: start !important
    }

    .p-asid {
        font-size: 16px;
        font-weight: 700;
        text-align: right;
        margin-bottom: 5px;
        padding: 18px 8px;
        color: #ec3651
    }

    .menu_fixed > ul > li {
        margin-bottom: 10px;
        font-weight: 600;
        border-bottom: .25px solid;
        color: #e1bc7a6e;
        font-size: 14px;
        line-height: 1.833;
        padding: 10px 20px;
        display: block;
        float: right;
        width: 100%;
        transition: .2s;
        background-color: #f5f5f5;
        display: flex;
        margin-bottom: 10px;
        align-items: center;
        border-radius: 7px
    }

    .search_mobile {
        order: unset !important;
        display: flex
    }

    .search_mobile1 {
        margin-left: 90px;
        margin-right: 90px;
        padding-bottom: 5px
    }

    .margin_right_header {
        margin-right: 0
    }

    .box_search_header {
        background-color: #eaebed;
        border: unset;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 35px;
        border-radius: 4px;
        position: relative
    }

    .icon_search_header {
        width: 28px;
        background-color: #f89f0e;
        padding: 6px 5px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 4px;
        color: #fff;
        height: 28px;
        margin-left: 5px;
        margin-right: 5px
    }

    .icon_search_header img {
        width: 17px
    }

    #input_search_header_mobile {
        border: unset;
        height: 100%;
        text-indent: 5px;
        background-color: transparent;
        width: calc(100% - 30px)
    }



    .md-d-none {
        display: none !important
    }
}

@media (max-width: 576px) {
    .logo_site {
        gap: 0
    }

    .search_mobile1 {
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 5px;
        margin-top: 0
    }
}

@media (max-width: 768px) {
    .search_mobile1 {
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 5px;
        margin-top: 5px
    }
}

@media (max-width: 576px) {
    .search_filter_button {
        margin-top: 0
    }

    #goftino_w {
        display: none !important
    }




}

@media (max-width: 375px) {
    .parent_search_search input {
        font-size: 11px
    }
}

.height-20- {
    min-height: 20px
}

.digiboronz {
    color: #ed3e58
}

.social {
    background-color: transparent !important;
    box-shadow: unset !important
}

.text-h6 {
    font-size: 12px;
    font-weight: 700
}

.h2-category-page {
    font-size: 16px !important;
    font-weight: 700
}

@media (max-width: 2560px) {
    .box_product_search {
        width: 265px
    }
}

@media (max-width: 1870px) {
    .box_product_search {
        width: 250px
    }
}

@media (max-width: 1440px) {
    .box_product_search {
        width: 198px
    }
}

@media (max-width: 1024px) {
    .box_product_search {
        width: 100%
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 630px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 860px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1060px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1160px
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1260px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
        padding: 0
    }
}



@media (max-width: 1200px) {
    .number_product {
        display: none
    }



   .form_filter {
        width: calc(100% - 76px)
    }
}

@media (max-width: 992px) {
    .bottom-free-footer {
        margin-top: 79px
    }

    .menu_header {
        display: none
    }

    .button-menu {
        display: flex
    }

    .col_search {
        width: 24%
    }


}

@media (max-width: 768px) {
    .col_search {
        width: 32%
    }

    .box_filter_search {
        margin-top: 25px
    }

    .form_filter {
        width: 100%;
        height: 100%
    }
}

@media (max-width: 576px) {
    .icon_parent {
        display: none
    }

    .box_filter_search {
        margin-top: 0
    }

    .logo_site img {
        height: 25px
    }

    .parent_header_icon img {
        height: 18px
    }

    .col_search {
        width: 49%
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 2px
    }
}

@media (max-width: 450px) {
    .breadcrumb {
        padding: .75rem 0
    }
}

@media (max-width: 380px) {
    .col_search {
        width: 100%
    }
}

@media (max-width: 650px) {
    .section_index {
        margin: 5px 0 !important
    }
}

@media (max-width: 992px) {
    .parent_header_responsive {
        display: block
    }
}

@media (max-width: 450px) {

}



@media (max-width: 576px) {
    span {
        font-size: 12px
    }
}

@media (max-width: 400px) {
    .box_product_search {
        width: 100%
    }
}

@media (max-width: 768px) {
    .icon_parent {
        position: absolute;
        bottom: 98%;
        border-radius: 20px 20px 0 0;
        border: unset;
        right: 0;
        box-shadow: 2px -9px 20px -7px #efecec;
        width: 100px;
        height: 60px
    }

    .btn-sm-secondary-gray-icon-trailing {
        margin: 0
    }

    .ng-trigger-enterDynamicHeight {
        position: unset;
        width: 100%;
        margin: 5px 0 0
    }

    .btn-default-primary-sm {
        display: none
    }

    .btn-secondary-gray-sm {
        display: none
    }

    #fill {
        display: none
    }
}

@media (max-width: 320px) {
    .search_mobile.border_icon_ {
        cursor: pointer;
        margin-right: 0;
        margin-left: 0
    }

    .btn-secondary-gray-sm {
        display: none
    }

    .btn-default-primary-sm {
        display: none
    }

    #fill {
        display: none
    }

    .box_product_search {
        width: 100%
    }
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3FB8AF
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

#price-slider {
    height: 10px
}

#price-slider .noUi-connect {
    background: #007bff
}

#price-slider .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    border-radius: 9px
}

.box-pagination {
    display: none
}

@keyframes shake-animation {
    0% {
        transform: translate(0, 0)
    }
    1.78571% {
        transform: translate(5px, 0)
    }
    3.57143% {
        transform: translate(0, 0)
    }
    5.35714% {
        transform: translate(5px, 0)
    }
    7.14286% {
        transform: translate(0, 0)
    }
    8.92857% {
        transform: translate(5px, 0)
    }
    10.71429% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes slideIn {
    from {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}