

.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
}

.box_section13 .shadow_icon {
    max-height: 200px;
    overflow: hidden;
    border-radius: 10px;
    margin: 2px 0;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, .08);
    padding: 10px;
    background-color: white;
}

.box_section13 .shadow_icon:hover .image_parent-13 {
    filter: grayscale(0) !important;
}

.box_section13 .image_parent {

    background-color: unset;
    filter: grayscale(1);
}

.swiper_slider_section13 {
    padding: 20px 6px;
    width: 100%;
}

.box_section13 {
    border-radius: 0 0 15px 15px;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    display: flex;
    margin-top: 5px;

}

.image_parent-13 {
    filter: grayscale(1);
    transition-delay: .3s;
}

.image_parent-13 img {
    height: 60px;
    object-fit: contain;
    width: 100%;

}


.swiper-container-horizontal {
    margin: 0 auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1
}

@media (max-width: 992px) {
    .swiper-container {
        display: block
    }
}

.help-block {
    color: red;
    font-size: 12px;
    height: 20px;
    margin-top: 2px;
    position: unset
}

table td {
    padding: 10px;
    vertical-align: middle !important;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    padding: 10px;
    vertical-align: middle !important;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    text-align: center
}


.round-10 {
    border-radius: 10px
}

.i-slodin img {
    width: 25px;
    height: 25px
}

.progress {
    height: 5px !important;
    margin-top: 8px
}


.animate_repeat {
    animation: shake-animation 4.72s ease infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px
}


.box_section2 {
    border-radius: 0 0 15px 15px;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    display: flex;
    margin-top: 5px
}

.section2_index {
    height: 100%
}

.box_shadow {
    box-shadow: 0 0 8px 1px #efecec;
    box-shadow: 2px 0 30px #edf0f5;
    box-shadow: 2px 0 30px #efecec
}

.box_shadow_product {
    box-shadow: 2px 0 8px #efecec
}

.parent_icon_section2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

.box-swiper {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.parent_icon_section2:hover .image_parent img {

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.section_index {
    margin: 40px 0 !important
}

.section7_index img {
    width: 100%;
    height: 250px
}

.image_parent {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    position: relative;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 20px;
    background-color: #f5b657;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .09);
}

.image_parent:hover {
    background-color: #0060ce;
    transition: all .3s;
}

.image_parent::before {
    content: unset;
    background-image: url(https://dev.webkardo.com/samin/base_theme/cartboronz/images/index/section2/backicon.png);
    position: absolute;
    width: 85px;
    height: 85px;
    background-position: center;
    background-size: contain;
    bottom: 0
}

.image_parent img {
    height: 105px;
    width: 105px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.image_parent img:hover {
    transform: scale(0.95) !important;
    transition: all .3s;
}

.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
}
span.s-price bdi {
    display: flex;
}
.box_product icon {
    font-size: 16px;
    margin-right: 2px;
    display: inline-block;
    line-height: 1
}

[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://dev.webkardo.com/samin/base_theme/cartboronz/images/index/section3/price-tag.svg) no-repeat 0 0
}

.box_section3_ {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px
}

.box_section10_ {
    background-color: #ef4056;
    padding: 10px 1px;
    height: 385px;
    border-radius: 10px
}

.parent_image_product_no_back {
    position: relative;


}

.parent_image_product_no_back .img-one {

    transition: opacity .5s, visibility .5s, transform 1s;
}

.parent_image_product_no_back .img-tow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s, visibility .5s, transform 1s;
    transform: scale(1.06);
}

.parent_image_product_no_back:hover .img-one {
    opacity: 0;
}

.parent_image_product_no_back:hover .img-tow {
    opacity: 1;
}

.section3_index .box_section10_ {
    position: relative;
    z-index: 999;

}

#section4_index .box_section10_ {
    margin-top: 45px !important;
}

.section3_index .box_section11_ {
    background: linear-gradient(-135deg, #f49200, #e26200);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 100px 100px 15px 15px;
}

.section3_index .bigImgPro {
    height: 181px;
    margin: 10px;
    border-radius: 15px;
    position: relative;
}

.section3_index .bigImgPro img {
    border-radius: 15px;
    border: 1px solid #8d8d8d85;
    padding: 15px;
}

.section3_index .box_section10_ {
    background-color: transparent;
}

.section3_index .box_section10_ .box_product_no_back {
    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);
}

#section4_index .box_section12_ {
    width: 70%;
    position: absolute;
    top: 0;
    background: linear-gradient(-135deg, #f49200, #e26200);
    height: 70%;
    right: 0;
    border-radius: 15px;
    z-index: 2;
    display: flex;
    align-items: flex-start;
}

#section4_index .box_section13_ {
    width: 70%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(-135deg, #2b5fa9, #0a264f);
    height: 70%;
    left: 0;
    border-radius: 15px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

#section4_index .bottom_box .slider {

}

#section4_index .bottom_box .slider .button_slider {
    right: 30%;
    position: relative;
    top: 16px;
    z-index: 999;
    width: max-content;
    padding: 7px 5px;
    color: #fff;
    background-color: rgb(255 255 255 / .21);
    border-radius: 15px;

}

#section4_index .bottom_box .slider .button_next {
    color: white;
}

#section4_index .bottom_box .button_prev {
    color: white;
}

.parent_banner_advertising {
    height: 265px;
    background-image: linear-gradient(291deg, #afb0b4 40%, #403e41 100%);
    position: relative;
    padding: 10px;
}

.parent-content {

    border-style: dashed;
    border-width: 3px;
    border-color: #FFFFFF7A;
    height: 100%;
    border-radius: 15px;
}

.news {
    display: flex;
    font-size: 14px;
    line-height: 45px;
    font-weight: 500;
    color: white;
    padding: 10px 40px;
}

#seeall {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.box_section11_ .button_slider {
    position: absolute;
}

.box_section11_ .button_slider .button_next {
    box-shadow: unset;
    width: auto;
    height: auto;
}

.box_section11_ .button_slider .button_prev {
    box-shadow: unset;
    width: auto;
    height: auto;
}

.box-cart-catgory {
    height: 300px;
    position: relative;
}

.box-cart-catgory .caption {
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
    z-index: 4;
    min-width: 163px;
    background: linear-gradient(-135deg, #f49200, #e26200);
    color: #fff;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    border-radius: 20px;
}

@keyframes elementor-animation-hang-sink {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.box-cart-catgory img {
    height: 150px;
    width: 150px;
    object-fit: contain;
    transition: transform 0.5s;
}

.box-cart-catgory img:hover {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: 0.5s, 0.5s;
    animation-direction: normal, alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: 1, infinite;
    animation-timing-function: ease-out, ease-in-out;
    transform: translateY(-10px);

}


.parent_banner_advertising img {
    height: 100%;
}

.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;
}

.name-product h3:hover {
    color: #f49a13;
}

.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;
}

.countdown-timer {
    font-size: 12px;
    display: flex;
    justify-content: center;
    font-width: 600;
    color: #000;
    direction: ltr;
}

.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;
}
picture {
    width: 100%;
    height: 100%;
}

.countdown-timer span {
    display: inline-block;
    padding: 0 5px;
}

.seconds {
    color: red;
    animation: changeColor 1s infinite alternate; /* انیمیشن تغییر رنگ */
}

.hours, .minutes {
    color: black;
}

@keyframes changeColor {
    0% {
        color: red;
        transform: scale(1);

    }
    50% {
        color: red;
        transform: scale(1.2);

    }
    100% {

        transform: scale(1);
    }
}

.details-product {
    background-color: #f5f5f5;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.top_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.bottom_box {
    display: flex;
    height: calc(100% - 45px)
}

.bottom_box .slider {
    width: 100%;

}

#section3_index .button_slider {
    justify-content: center;
    position: relative;
    bottom: -12px;
    margin-top: 55px;
}

.navigiation-new {
    display: flex;
    justify-content: center;
    position: relative;
    right: -11%;
    top: -3px;
}

.navigiation-new .swiper-pagination-bullet {
    background-color: white;
    opacity: .4;

}

.section6_index .parent_image_product img, .parent_image_product_no_back img {
    height: 130px;
    object-fit: cover;
}

.navigiation-new .swiper-pagination-bullet-active {
    background-color: white;
    width: 18px;
    border-radius: 20px;
    opacity: .8;

}

.pishnahad {
    font-size: 16px;
    line-height: 115px;
    font-weight: 500;
    color: white;
}

.swiper_slider_new {
    overflow-x: hidden;
    margin-bottom: 0;
    width: 100%
}

.box_product {
    background-color: #fff;
    border: 1px solid #a6a5a5;
    transition: all 200ms cubic-bezier(.4, 0, .2, 1) 0;
    border-radius: .5rem;
    padding: 8px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: transform 200ms;
    -moz-transition: transform 200ms;
    -ms-transition: transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms
}

.section6_index .box_product {
    border-radius: 15px;
}

.section6_index .box_product:hover {
    border-color: #1f90c1 !important;
}

.section6_index .box_product:hover .persian_text {
    color: #f49a13;
}

.section6_index .box_product:hover .ls-is-cached {
    transform: scale(1.05);
    transition: .5s transform;
}

.details-veblog li i {
    color: #f49a13;
}

.details-veblog li {
    color: #0c0c0c;
    font-size: 11px;
    font-weight: 400;
}

.prent_product_box:hover .box_product {

    cursor: pointer;
    -webkit-transition: transform 200ms;
    -moz-transition: transform 200ms;
    -ms-transition: transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms
}

.button_slider {
    display: flex
}

.button_next_one, .button_prev_one {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8d8d8d;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 0 6px 1px #bfbbbb
}

.button_next, .button_prev {

    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;

}

.button_next.swiper-button-disabled, .button_prev.swiper-button-disabled {
    opacity: .5
}

.button_next i, .button_prev i {
    font-weight: 700;
    font-size: 20px
}

.button_next {
    margin-left: 5px
}

.button_prev {
    margin-right: 5px
}

.product-card__old-price {
    z-index: 1;
    width: 100%;
    border-radius: 6px 5px 5px 0;
    border-right: 3px solid #fff;
    position: relative;
    order: 1;
    color: #3f4064;
    line-height: 23px;
    height: 22px;
    text-align: left;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: left
}

.tags_box {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1
}

.parent_image_product {
    position: relative;

}

.section6_index .parent_image_product {
    position: relative;
    margin-top: -27px;
    border-radius: 15px;
    overflow: hidden;
}


.parent_image_product:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

.box_product_no_back {
    padding: 15px;
    border-left: 1px solid #f1f1f1;
    background: #fff;
    height: 100%;
    position: relative;
    -webkit-transition: transform 200ms;
    -moz-transition: transform 200ms;
    -ms-transition: transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms
}

.box_product_no_back:hover {

}

.box_section10_ .box_product_no_back {
    border-radius: 5px
}


.parent_image_product_no_back {
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center
}

.parent_image_product img, .parent_image_product_no_back 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: #1f90c1 !important;
    color: white;
    position: absolute;
    bottom: 10px;

}

.bottom-slide ul {
    gap: 7px;
}

#pakestani_tag {
    background-color: #f1f1f1;
    color: #585858
}

.tags_h_p {
    height: 24px;
    justify-content: center;
}

.persian_text {
    color: #000;
    font-size: 12px;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*overflow: hidden;*/
    height: 45px;
    text-align: right;
    font-weight: 700
}

.section6_index .persian_text {
    color: #501d1d;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    height: 45px;
    text-align: right;
    font-weight: 500;
}

.title_box {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    width: 100%
}

.title_box span {
    font-size: 15px;
    font-weight: 700
}


.section1_index {
    cursor: pointer
}

.slider_image_one {
    max-height: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.section1_index .swiper-slide {
    transition: transform .3s ease, filter .3s ease;
    filter: contrast(0.5)
}


.section1_index .swiper-slide-active {
    filter: contrast(1)
}

.swiper_slider_one_bullet {
    position: absolute;
    bottom: 25px !important;
    display: flex;
    justify-content: center;
    z-index: 9;
    align-items: center
}

.swiper_slider_one_bullet .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 5px;
    margin: 0 2px;
    transition: width .2s ease-in-out
}

.swiper_slider_one_bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    border-radius: 20px;
    border-radius: 9999px;
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    width: 16px
}

.swiper-button-next1, .swiper-button-prev1 {
    width: 40px !important;
    height: 40px !important;
    top: calc((100% - 40px) / 2) !important;
    align-items: center !important;
    border-radius: 5px !important;
    background: #FFFFFF33 !important;
    transition: .4s cubic-bezier(.36, .07, .19, .97) !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    border: 1px solid transparent;
    color: black;
    opacity: 1;
}

.box_section2 .swiper-section2-next1, .swiper-section2-prev1 {
    border-radius: 5px !important;
    border: unset;
    font-size: 16px;
    background-color: #ffffff40 !important;
    left: 40px;
    top: 55px !important;
}

.box_section2 .swiper-section2-prev1 {
    border-radius: 5px !important;
    border: unset;
    font-size: 16px;
    background-color: #ffffff40 !important;
    right: 40px;
    top: 55px !important;
}

.section1_index:hover .swiper_slider_one .swiper-button-next1, .section1_index:hover .swiper_slider_one .swiper-button-prev1 {
    opacity: 1
}

.swiper-button-next1 {
    left: 30px;
    right: auto
}

.swiper-button-prev1 {
    right: 30px;
    left: auto
}

.swiper-section2-next1, .swiper-section2-prev1 {
    width: 40px !important;
    height: 40px !important;
    top: calc((100% - 40px) / 2) !important;
    align-items: center !important;
    border-radius: 50% !important;
    background: #fff !important;
    transition: .4s cubic-bezier(.36, .07, .19, .97) !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    border: 1px solid #c0c2c5;
    color: #424750;
    opacity: 1 !important
}

.swiper-section2-next1 {
    left: 10px;
    right: auto
}

.swiper-section2-prev1 {
    right: 10px;
    left: auto
}

.parent_bottom_section {
    display: flex
}

.see_more_product {
    margin-right: 5px;
    display: flex;
    align-items: center
}

.swiper_slider_section4, .swiper_slider_section6 {
    padding: 20px 6px;
    width: 100%
}

.swiper_slider_section2 {
    padding: 20px 6px;
    width: 100%
}

.title_section_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.section6_index .title_section_box {
    margin-bottom: 40px;
}

.box-section11 {
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    gap: 10px;
    flex: 1;
    padding: 7px;
    font-size: 14px;
    overflow: hidden;
    transition: .3s;
    background-color: #0060ce;
    border-radius: 15px;

    color: white;
}

.icon-section11 {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s;
    transition-delay: .3s;
    animation-duration: .7s;
    animation-timing-function: linear;
    padding: 7px;
    border-radius: 7px;
}

.box-section11:hover {
    background-color: #ed8a1a;
}

.icon-section11 i {
    transition: transform 1.2s ease;
}
picture.img-one {
    width: 100%;
    height: 100%;
}
picture.img-tow {
    width: 100%;
    height: 100%;
}

.box-section11:hover i {
    animation: jello 1.2s ease;
}

@keyframes jello {
    0%, 100% {
        transform: none;
    }
    22.5% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    45% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    67.5% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    90% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
}

.short_text_btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: auto;
    right: 0;
    display: block;
    background: rgb(255 255 255 / .95);
    border: none;
    line-height: 20px;
    color: #666;
    cursor: pointer;
    text-align: right;
    padding: 0 10px;
    outline: unset;
}

.short_text_btn:focus {
    outline: unset !important;
}

.short_text_btn:before {
    content: '';
    width: 100%;
    background: linear-gradient(180deg, #fff0, #fff 75%);
    position: absolute;
    top: -25px;
    height: 25px;
    right: 0;
}

.short_text_btn .outer {
    display: flex;
    gap: 5px;
    align-items: center;
}

.p-title.show {
    max-height: 100% !important;
    padding-bottom: 45px;
    overflow: hidden;
}

.img-section12_index img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.p-title {
    max-height: 180px;
    text-align: justify;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    line-height: 24px;
}

.w_title i {
    padding: 7px;
    border-radius: 10px;
    background-color: #ed8a1a;
    color: white;
    font-size: 18px;
}

.w_title {
    padding: 10px 0;
    border-bottom: 1px solid #cecece;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
}

.img-section12_index {
    height: 280px;
}

.content-section12_index {
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 15px;
    padding: 15px;
}

.box-section11:hover i {
    animation-duration: 1.2s !important;
    transition-duration: 1.2s !important;


}

.icon-section11 i {
    font-size: 40px;

}

.content-section11 span {
    font-size: 13px;
    font-weight: 600;
}

.content-section11 p {
    font-size: 11px;
    font-weight: 300;
    margin: 0;
}

.title_section_box .title_box::after {

}

.color-red {
    color: #e20030;
    font-size: 20px !important
}

.parent_banner_advertising {
    width: 100%;
    border-radius: 15px;
    overflow: hidden
}

.parent_banner_advertising img {
    width: 100%;
    object-fit: contain
}

.box_content_view_more {
    position: relative;
    display: flex;
    justify-content: center;
    width: max-content;
    border-radius: 10px;
    text-align: center;
    margin-left: 20px;


}

.h-auto {
    height: auto !important
}

.box_content_view_more svg {
    margin: 0 auto 12px
}

.box_content_view_more span {
    font-size: 14px !important;
    line-height: 20px;
    color: #501d1d;
    font-weight: 400
}

.h-blog {
    font-size: 16px;
    color: #501d1d;
    gap: 10px;
}

.h-blog i {
    color: black;
}

.box-number span {
    font-size: 11px;
    margin-left: 5px;
}

.text-caption {
    color: #595959;
    font-size: 10px !important
}

.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
}

.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
}

.box_content_view_more:hover:before {
    left: 0
}

.button-menu {
    display: none
}

.shadow_icon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.shadow_icon h2 {
    font-size: 12px;
    color: #0c0c0c;
    font-weight: 700;
    line-height: 2.17;
    padding: 10px 0
}

.text_parent {
    text-align: center;
    line-height: 1.7
}

.view-more-button {
    padding: 2px 10px 0;
    border-radius: 7px;
    text-align: center;
    background-color: #dfe1e8;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.view-more-button svg {
    margin: 0 0 0 5px;
    float: right
}

.view-more-button span {
    font-size: 12px !important;
    color: #0e1935;
    text-wrap: nowrap
}


#home:before {
    width: 185px !important
}

#acc:before {
    width: 120px !important
}

.menu_item_child:hover:before {
    opacity: 1
}

.child_item:hover:before {
    opacity: 1
}

.news h2{
    line-height: 15px;
    color: white;
    margin-right: 5px;
    font-size: 15px;
}

.height-20px {
    height: 41px;
}

.price-list {
    height: 42px;
}

.mc_price {
    margin-right: auto;
    padding-left: 8%
}


.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
}

.main-box-theme {
    min-height: 100vh
}

.bigImgPro {
    height: 150px
}

.section2_5_index .bigImgPro {
    height: 250px
}


li.parent_one:hover {
    box-shadow: 0 0 10px 0;
    color: #fdebed
}


@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
    }
}

@media (max-width: 768px) {
    .banner2-des {
        display: none
    }

    .banner2-mobile {
        display: block !important
    }
}

a.view-more-button, a.text_parent {
    color: #212529
}

.view-more-button2 {
    padding: 0 10px;
    border-radius: 7px;
    text-align: center;
    height: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #c7c7c7;
    justify-content: center;
    margin-left: 10px
}

.view-more-button2 svg {
    margin: 0 0 0 5px;
    float: right
}

.view-more-button2 span {
    font-size: 12px !important;
    color: #0e1935;
    white-space: nowrap
}

.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
}







.discounts-offers-item:first-child {
    margin-top: 13px
}


.menu_header ul.level2 {
    width: 976px !important
}

.menu_header ul.level3 {
    width: 900px !important
}

.menu_header ul.level1 {
    width: 976px !important
}

.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
}


.search_mobile {
    display: none
}

.search_mobile1 {
    display: none
}

.search_mobile {
    order: 1
}


img#header-search {
    position: absolute;
    right: 12px;
    height: 20px;
    width: 20px;
    object-fit: contain
}





.search_mobile {
    display: none;
    font-size: 20px;
    align-items: center;
    margin-left: 5px
}

.search_mobile .fa-search {
    color: #f89f0e
}


@media (max-width: 1024px) {
    .navigiation-new {
        right: -4%;
    }

    .slider_image_one {
        height: 300px
    }
}

@media (max-width: 992px) {

    .title_section_box .title_box::after {
        width: 75%
    }

    .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
    }


    .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) {


    .search_mobile1 {
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 5px;
        margin-top: 0
    }
}

@media (max-width: 768px) {
    section.section6_index .title_section_box {
        margin-top: 30px
    }

    .section7_index img {
        object-fit: contain
    }

    .title_section_box .title_box::after {
        width: 65%
    }

    .search_mobile1 {
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 5px;
        margin-top: 5px
    }
}

@media (max-width: 767px) {
    .navigiation-new {
        right: 6%;
    }

    .swiper-section2-next1, .swiper-section2-prev1 {
        opacity: 0 !important
    }
}

@media (max-width: 576px) {
    .navigiation-new {
        right: 100px;
    }





    .box_content_view_more {
        margin-top: 70px
    }
    .box_section2 .swiper-slide {
        margin: 0 10px;
    }

    .slider_image_one {
        height: 190px;
        object-fit: cover;
    }

    .title_section_box .title_box::after {
        width: 36%;
        margin: 0
    }


}

.height-20- {
    min-height: 20px
}

.swiper_slider_new .bigImgPro {
    height: 250px
}

.section2_index .title_box {
    font-size: .9rem
}

.digiboronz {
    color: #ed3e58
}

.title_section_box .title_box::after {
    margin: -15px 274px !important;
    width: 75% !important
}

.social {
    background-color: transparent !important;
    box-shadow: unset !important
}

@media (max-width: 992px) {
    .title_section_box .title_box::after {
        margin: 15px 245px !important;
        width: 50% !important
    }
}

@media (max-width: 576px) {
    .title_box {
        font-size: 15px !important
    }

    .title_section_box .title_box::after {
        width: 0 !important
    }
}

.text-h6 {
    font-size: 12px;
    font-weight: 700
}

@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: 992px) {
    .bottom-free-footer {
        margin-top: 79px
    }

    .menu_header {
        display: none
    }

    .button-menu {
        display: flex
    }

    .section2_index {
        height: auto
    }

    .parent_icon_section2 {
        padding: 8px;
        border-radius: 15px
    }

    .text_parent {
        text-align: center;
        line-height: 1.7
    }

    .box_section2 {
        background-color: transparent;
        box-shadow: unset;
        padding: 15px;
        border-radius: 0
    }

    .shadow_icon {
        padding-left: 0
    }


}

@media (max-width: 768px) {
    .swiper_slider_one .swiper-button-next1, .swiper_slider_one .swiper-button-prev1 {
        display: none
    }

    .swiper_slider_one_bullet {
        bottom: 10px !important
    }
}

@media (max-width: 576px) {
    .shadow_icon h3 {
        font-size: 11px;
        padding: 5px 0;
        height: 40px
    }

    .image_parent img {
        height: 95px;
        width: 105px;
        object-fit: contain
    }

    .color-red {
        font-size: 16px !important
    }

    .box_shadow {
        box-shadow: 0 0 8px 1px #efecec
    }


    .parent_icon_section2 {
        padding: 10px
    }

    .box-swiper {
        gap: 20px
    }
}

@media (max-width: 450px) {
    .bottom_box, .box_section3_ {
        height: auto
    }

    .title_section_box .title_box {
        font-size: 15px
    }

    .see_more_product {
        margin-left: 5px
    }


    .text_parent {
        font-size: 12px
    }

    .swiper_slider_section2 {
        padding: 10px 5px 0
    }

    .box_section2 {
        padding-bottom: 0
    }
}

@media (max-width: 650px) {
    .section_index {
        margin: 5px 0 !important
    }
}

@media (max-width: 992px) {
    .parent_header_responsive {
        display: block
    }
}


@media (max-width: 768px) {
    .box-cart-catgory .caption {
        min-width: 130px;
        font-size: 13px;
    }


}

@media (max-width: 576px) {
    .box-cart-catgory {
        height: 240px;
    }

    .parent_banner_advertising {
        height: 155px;
    }

    .bottom-slide ul {
        flex-wrap: wrap;
    }

    .details-veblog li {
        text-wrap: nowrap;
    }

    span {
        font-size: 12px
    }

    .height-20px {
        height: 65px;
    }

}

@media (max-width: 385px) {
    .view-more-button2 svg {
        display: none
    }
}

@media (max-width: 400px) {
    .news {
        padding: 10px 25px;
    }

    .view-more-button2 {
        padding: 0 5px !important
    }

    .button_next i, .button_prev i {
        font-weight: 700;
        font-size: 17px
    }

    .button_next, .button_prev {
        width: 15px !important;
        height: 15px !important
    }
}


@media (min-width: 1024px) {
    .section2_index .title_box {
        font-size: 1.3rem;
        margin-bottom: 30px;
        font-weight: 500;
        color: #000
    }
}