* {
    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
}
img{
    max-width: 100%;
}
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #19bfd3
}

a:hover {
    text-decoration: none;
    color: #ffb03b
}


.product-gallery {
    position: relative;
    border: 1px solid #b9b9b9;
    border-radius: 15px;
    padding: 5px;
}

.product-gallery #gallery_01f {
    width: 100% !important;
    margin-top: 45px
}

.product-gallery #gallery_01f li.item {
    border: 1px solid #e7e7e7;
    padding: 5px;
    border-radius: 10px;
    height: auto;
    background: #fff
}

.product-gallery #gallery_01f li.item img {
    opacity: .7;
    transition: all .2s;
    height: 70px;
    object-fit: contain
}

.product-gallery #gallery_01f li.item img:hover {
    opacity: 1;
    transition: all .2s
}

.product-gallery .owl-stage {
    background: #fff !important
}

.modal-header .close {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0;
    color: #4b4b4b
}

.product-gallery .owl-nav .owl-next, .product-gallery .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    line-height: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: 0;
    display: block !important
}

.product-gallery .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    top: 50%;
    color: #6e6d6d;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    font-size: 25px
}

.product-gallery .owl-nav .owl-next {
    position: absolute;
    left: -15px;
    top: 50%;
    color: #6e6d6d;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
    font-size: 25px
}

.product-gallery #gallery_01f {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    float: none !important
}

.breadcrumb {
    border-radius: 5px;
    background: 0 0;
    margin-bottom: 0;
    line-height: 2;
    width: max-content;
    padding: 0px !important;
}

#breadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 15px;

}

.overflow-auto {
    overflow: auto !important
}

.breadcrumb li {
    font-size: 12px
}

.breadcrumb li a {
    color: #666;
    font-size: 12px
}

.product-headline {
    width: 100%;
    border-bottom: 0 solid #f2f2f2;
    padding: 10px 0 0
}

.product-headline .product-title-container {
    padding: 7px 0;
    position: relative
}

.product-headline .product-title-container h1.product-title {
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 1.5;
    text-align: justify;
    color: #501d1d;
}

.product-attributes .product-config .product-engagement {
    margin-bottom: 4px;
    font-size: .857rem;
    line-height: 1.833
}

.product-attributes .product-config .product-engagement .product-engagement-item {
    display: inline-block;
    position: relative;
    margin-right: 8px
}

.product-attributes .product-config .product-engagement .product-engagement-item:first-of-type {
    margin-right: unset
}

.product-attributes .product-config .product-engagement .product-engagement-item .product-engagement-rating {
    align-items: center;
    color: #81858b;
    font-size: .857rem
}

.product-attributes .product-config .product-engagement .product-engagement-item .product-engagement-rating::before {
    margin-left: 4px;
    color: #fac74b;
    display: inline-block;
    font: normal normal normal 16px/1 "Material Design Icons"
}

.product-attributes {
    width: 100%
}

.product-attributes .product-config {
    width: 100%;
    height: auto;
    border-top: 1px solid #dfdfdf;
    padding-top: 10px
}

.product-params {
    padding: 0 0 15px;
    font-size: 13px;
    display: flex
}

.product-params ul {
    font-weight: 400;
    display: block
}

.product-params ul li {
    margin: 10px 0;
    font-size: .9rem;
    color: #0c0c0c;
    line-height: 28px
}

#tab-comments {
    position: relative
}

.s-tab-com {
    position: absolute;
    font-size: 14px;
    background-color: #ec3651;
    border-radius: 5px;
    color: #f0f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -6px;
    margin: 0 89px;
    padding: 3px 6px
}

/*////////////////////////new////////////////////////////*/
.product_alert {
    padding: 7px 10px;
    border-radius: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.product_alert i {
    font-size: 20px !important;
    min-width: 25px;
    min-height: 20px;
    display: flex;
    justify-content: center;
}

#check {
    background-color: #e0ffdc;
    color: #2b6629;
}

#clock {
    background-color: #f0edff;
    color: #296466;
}

#bell {
    background-color: #ffe7d3;
    color: #554029;
    margin-bottom: 20px !important;
    display: none !important;
}

.p-icon-patent {
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 15px;
}

/*////////////////////////new////////////////////////////*/
.product-params ul li.title-product-features {
    font-weight: 700;
    color: #000
}

.product-params ul li.title-product-features::before {
    content: "";
    width: 0 !important;
    margin: 0
}

.product-params ul li:last-child:before {
    content: "";
    width: 0;
    height: 0
}

.active-tabs {
    border-bottom: 4px solid #ef394e;
    background: #fff !important;
    margin-bottom: -1px;
    border-radius: 2px 2px 0 0
}

.params-headline {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: 700
}

.content-expert-summary {
    background: #fff;
    color: #404040;
    font-size: 16px;
    line-height: 2.25;
    padding: 25px;
    position: relative;
    margin-right: -24px;
    margin-left: -16px
}

.params section {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    float: right
}

.params .params-title {
    font-size: 16px;
    font-weight: 700;
    color: #3f4064;
    margin-top: 30px;
    width: 100%;
    position: relative;
    padding-right: 20px
}

.params .params-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #f49a13;
    border-style: solid;
    border-width: 7px 0 0 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.params-list-key {
    padding-right: 8px;
    padding-left: 8px;
    position: relative;
    width: 100%;
    margin-top: 15px
}

.params-list-key span {
    display: block;
    background: #f3f3f3;
    padding: 14px 18px 12px;
    font-size: 14px;
    line-height: 1.692;
    color: #81858b;
    min-height: 45px;
    position: relative;
    font-weight: 400
}

.params-list-value {
    padding-right: 8px;
    padding-left: 8px;
    position: relative;
    width: 100%;
    margin-top: 15px
}

.params-list-value span {
    display: block;
    background: #f3f3f3;
    padding: 14px 18px 12px;
    font-size: 14px;
    line-height: 1.692;
    color: #0c0c0c;
    min-height: 45px;
    position: relative
}


.help-block {
    color: red;
    font-size: 12px;
    height: 20px;
    margin-top: 2px;
    position: unset
}


.view_number {
    display: flex;
    width: 110px;
    border: 2px solid #f1f2f3;
    height: 40px
}

.button_mines, .button_plus {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.input_number {
    width: calc(100% - 60px);
    border: unset;
    text-align: center;
    font-weight: 700
}

.button_mines > i, .button_plus > i {
    font-size: 12px
}

.help-error {
    color: red;
    font-size: 12px
}


.text-warning-black {
    color: #baba29
}

.warnin-border-product {
    border: 1px solid #e7e4e4;
    border-radius: 6px
}

.overflow-scroll-hide::-webkit-scrollbar {
    display: none
}

.overflow-scroll-hide {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.box-price-pro- {
    color: #000000;
    font-weight: 500;
    font-size: 18px;

}

strike.box-price-off-pro- {
    color: red;
    margin-left: 11px;
}

.box-price-pro- #toman {
    object-fit: contain
}

.description-pro-top, .description-pro-top p {
    font-size: 14px;
    line-height: 30px;
    text-align: justify
}

#form-view-product_tow{
    /*background-color: #f49a1330;*/
    padding: 7px;
    border-radius: 7px;
}
#form-view-product_tow span{
    /*color: #f49a13;*/
}
.form-pro-single {
    position: relative;
    width: 100%
}

.icons_parent {
    width: 50px
}

.item_icon {
    margin: 25px 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.item_icon-img {
    border: 2px solid #eaeaea;
    border-radius: 7px;
    padding: 3px 6px;
}

.item_icon:first-child {
    margin-top: 0
}

.item_icon img {
    filter: grayscale(1) opacity(0.75);
    width: 35px !important;
    height: 35px !important;
    object-fit: contain;
}

.item_icon span {
    color: #a5a5a5;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
}

.btn-add-to-cart {
    background: linear-gradient(-125.68deg, #fff 33%, #fff 98.47%);
    color: #333 !important;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse
}

.notice-holder {
    background: #e7bc35
}


#box-shadow-1 {
    border: 2px solid #eee
}


.i-slodin img {
    width: 25px;
    height: 25px
}

.view_number {
    width: 100px;
    height: 40px;
    line-height: 1.65;
    border: 1px solid #eee;
    font-size: 1.071rem;
    color: #0fabc6;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-max-error {
    position: absolute;
    color: red;
    bottom: -25px;
    white-space: nowrap;
    height: 20px;
    right: 0
}

.view_number input {
    width: calc(100% - 60px);
    text-align: center
}

.view_number input:focus {
    outline: unset
}

.button_mines, .button_plus {
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}


.animate_repeat {
    animation: shake-animation 4.72s ease infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px
}


.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
}

.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
}

.box_product icon {
    font-size: 16px;
    margin-right: 2px;
    display: inline-block;
    line-height: 1
}

.product-card__price::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 8px;
    width: 10px;
    height: 11px;
    background: url(https://dev.webkardo.com/digiboronz/base_theme/cartboronz/images/index/section3/price-tag.svg) no-repeat 0 0
}

.box_section {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px
}

.box_product {
    background-color: #fff;
    border: solid 1px #e7e8ea;
    transition: all .2s cubic-bezier(0.4, 0, 0.2, 1) 0;
    border-radius: .5rem;
    padding: 8px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s
}

.prent_product_box:hover .box_product {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    cursor: pointer;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s
}

.tags_box {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1
}

.parent_image_product {
    border: 1px solid #8d8d8d85;
    height: 181px;
    margin: 10px;
    border-radius: 15px;
    position: relative;

}

.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: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
}

.tags_h_p {
    height: 24px
}

#pakestani_tag {
    background-color: #f1f1f1;
    color: #585858
}

.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
}

.title_box {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    width: 100%;
    margin-bottom: 40px
}


.parent_bottom_section {
    display: flex
}

.title_section_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.title_section_box .title_box::after {
    content: "";
    display: flex;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cdcbcb;
    position: absolute;
    margin: -15px 151px;
    width: 82%
}

.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
}

.section3_product {
    margin-top: 70px
}

.section3_product .box-tabs-main {
    margin-top: -30px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px
}

.section3_product .box-tabs-main .box-tabs {
    position: sticky;
    top: 0;
    background-color: rgb(255 255 255 / .7);
    backdrop-filter: blur(5px);
    z-index: 7;
    padding: 7px 4px;
    margin: 0 2px;
    border-radius: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;

}

.section3_product .box-tabs-main .box-tabs .box-tabs-tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    padding: 0;
    text-transform: uppercase;
    height: 38px;
    background: 0 0;
    margin-top: 1px
}

.section3_product .box-tabs-main .box-tabs .box-tabs-tab a {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -.02em;
    padding: 0 18px;
    height: 38px;
    /*line-height: 38px;*/
    margin-top: 2px;
    border-radius: 19px;
    color: #501d1d;
    display: flex;
    justify-content: center;
    align-items: center;
    text-wrap: nowrap;
}


.section3_product .box-tabs-main .box-tabs .box-tabs-tab.active-tabs a {

    color: #f49a13;

    -webkit-transition: all .2s;
    transition: all .2s
}

.section3_product .box-tabs-main .box-tabs .box-tabs-tab.active-tabs {
    border-bottom: 2px solid #f49a13;
    background: 0 0 !important;
    margin-bottom: 0;
    border-radius: 0
}

.params-headline {
    font-size: 18px
}

.content-expert-summary {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0
}

.section3_product .tabs-content {
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 50px
}

.tab-active-content {
    float: right;
    width: 100%
}

.parent_tabs {
    float: right;
    width: 100%
}

.child_item:before {
    content: "";
    height: 3px;
    background-color: #ed3751;
    position: absolute;
    bottom: 0;
    z-index: 999999999;
    opacity: 0
}

#home:before {
    width: 185px !important
}

#acc:before {
    width: 120px !important
}

.menu_item_child:hover:before {
    opacity: 1
}


.child_item > a {
    position: relative
}

.height-20px {
    height: 41;
    display: none !important;
}

.mc_price {
    margin-right: auto;
    padding-left: 8%
}

.content-expert-summary p {
    font-size: 14px !important;
    text-align: justify;
    direction: rtl !important;
    line-height: 30px !important
}

.social_network {
    display: flex;
    width: 40px;
    flex-direction: column;
    height: 190px;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 3px 1px #cfcfcf;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0
}

.item_net {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.item_net:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.item_net a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

.item_net img {
    height: 100%;
    object-fit: contain;
    width: 20px
}

.product-gallery {
    width: 100%
}

.alert_copy_parent {
    position: absolute;
    bottom: 110%;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    width: 0;
    display: flex
}

.alert_copy {
    position: relative;
    background-color: #dbdada;
    font-size: 14px !important;
    width: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 7px;
    color: #000
}

.alert_copy:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #dbdada;
    bottom: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 20px
}

#copyURLtoKeyboard {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    outline: 0;
    border: unset;
    opacity: 0;
    position: absolute;
    z-index: -1
}


.prent_product_box {
    width: 100%;
    height: 100%;

}

.box_product_search .prent_product_box {
    position: relative;
    padding: 10px;
}

#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
}

.product-engagement-rating i.active {
    color: #fac74b
}

.btn-add-to-cart-txt {
    font-size: 14px;
    font-weight: 700
}

.product-title {
    display: contents
}

.product-title-en {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
    color: #4d4e51
}

.link-icon-view- {
    border: 1px solid #e0e0e0;
    margin-left: 10px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #606060;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 0 2px #b1b1b1;
    transition: all .3s
}

.link-icon-view-:hover i {
    font-size: 23px;
    transition: all .3s
}

.tags_box.view-page-pro- {
    z-index: 2 !important
}

.main-box-theme {
    min-height: 100vh
}


.box-price-sum {
    display: none;
    align-items: center;
    font-size: 1rem;
    font-weight: 700
}

.box-price-sum span {
    font-size: 1.4rem;
    margin-right: 15px;
}

#form-view-product_one .box-price-sum span {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 2.1 !important
}


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%
}

.product-gallery {
    position: relative
}

.product-info {
    width: 100%
}


#ModalAccount {
    position: fixed;
    bottom: 65px;
    left: 0;
    right: 0;
    z-index: 98;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    height: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    display: none;
    animation: slideIn .5s ease
}


.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
}

.btn-add-to-cart .view_number, .btn-add-to-cart .view_number input {
    background: unset !important;
    color: #ec3651 !important;
    max-width: 100%;
    width: 100%
}

#form-view-product_one .btn-add-to-cart {
    padding: 0 !important
}

#form-view-product_one .btn-add-to-cart .btn-add-to-cart-txt {
    background: linear-gradient(-135deg, #f49200, #e26200);
    border-radius: 15px;
    padding: 5px 20px;
    color: #fff;
}

.box-btn-cart-count {
    display: flex;
    align-items: center
}

.DropDown_DropDown__input--bordered__GR0pF {
    border: 1px solid #c3c3ce !important;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 3px;
    min-width: 165px
}

.dropdown_content_size {
    padding: 0 10px;
    border: 1px solid #c3c3ce !important;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    display: none;
    z-index: 500
}
.dropdown_content_size.active {
    display: block;
}
.tanavo{
    border: 1px solid #c3c3ce !important;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 3px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hideData {
    display: none !important
}


.pos-relative {
    position: relative
}

.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
}


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
}

.button_mines > i, .button_plus > i {
    font-size: 17px !important
}

.search_mobile {
    display: none;
    font-size: 20px;
    align-items: center;
    margin-left: 5px
}

.search_mobile .fa-search {
    color: #f89f0e
}

.product-headline .product-title-container span.product-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: justify
}

.tagged_as {
    margin: 1.5rem 0;
    display: block
}

.tagged_as:before {
    content: "";
    width: 5px;
    height: 5px;
    margin-left: 10px;
    background: #aa791a;
    display: inline-block;
    border-radius: 100%
}

.tagged_as > a:first-of-type {
    margin-right: 20px;

}

.tagged_as > a {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #4d4e51;
    border-radius: 4px;
    margin-right: 10px;
    color: #7f7f7f;
    transition: .4s;
    font-size: 12px;
    margin-bottom: 10px;
}

.tagged_as > a:hover {
    color: #aa791a;
    border-color: #aa791a
}

#count-cart {
    display: none;
    padding: 6px 15px !important
}

.texe-star {
    color: #4d4e51;
    font-size: 12px
}

.img-cart {
    max-width: 100%;
    width: 80px
}

.back-main-asideCart {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    display: none
}

#main-aside-cart {
    left: 0;
    right: 0;
    z-index: 999;
    justify-content: center;
    margin: 0 auto;
    height: auto;
    background-color: #fff;
    -o-transition: .3s;
    transition: .3s;
    padding: 20px;
    -ms-transform: translateX(300px);
    transform: translateX(0);
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: inset 0 0 5px 1px #00000029;
    animation: slideIn .5s ease;
    border-right: 15px;
    position: absolute;
    display: flex;
    width: 468px;
    top: 200px
}

#scrol-box-tab {
    position: sticky;
    top: 80px;
    right: 0;
    z-index: 9
}

.aside-title-cart svg {
    width: 25px !important;
    height: 25px !important;
    display: flex
}

.aside-title-cart {
    border-bottom: 1px solid #d1d0cc
}

.product-title-cart {
    font-size: 14px;
    font-weight: 600
}

.btn-btn-cart {
    background: linear-gradient(-135deg, #f49200, #e26200);
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.btn-btn-cart p {
    color: #fff
}

.menu_header li.item-list-menu .list-menu-level-2 {
    top: 47px !important;
    left: unset !important;
    right: 0 !important;
    transform: unset !important
}

.col_search {
    margin: 0 .5%;
    width: 19%
}

.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_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;
}
picture.img-one {
    width: 100%;
    height: 100%;
}
picture.img-tow {
    width: 100%;
    height: 100%;
}
.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;
}

.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 .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;
}

.price-list {
    height: 42px;
}

.s-discount {
    background-color: #303030;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 5px;
    border-radius: 100%;
    font-size: 12px !important;
    margin-right: 5px;
}

.s-price bdi {
    width: max-content;
    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;
}

.zoomWindow {
    right: 411px !important;
}

#form-view-product_one .btn-add-to-cart {
    padding: 6px 15px !important;
    margin-top: 0;
    justify-content: center
}

.box-price-sum {
    display: flex;
}

#form-view-product_one .btn-add-to-cart .btn-add-to-cart-txt {
    max-width: 100%;
    width: 30%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 14px
}

#form-view-product_tow .btn-add-to-cart .btn-add-to-cart-txt {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 13px
}

#form-view-product_tow .btn-add-to-cart .btn-add-to-cart-txt {
    background: linear-gradient(-135deg, #f49200, #e26200);
    border-radius: 15px;
    padding: 5px 20px;
    color: #fff;
}
div#close-cart {
    position: absolute;
}
.ls-is-cached {
    width: 100%;
}
/*///////////////////////new/////////////////////////*/


@-webkit-keyframes sticky_header {
    0% {
        top: -200px
    }
    100% {
        top: 0
    }
}

@keyframes sticky_header {
    0% {
        top: -200px
    }
    100% {
        top: 0
    }
}

@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)
    }
    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)
    }
    from {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}


img#img-product-zoom {
    height: 411px !important
}

#gallery-slider {
    display: flex
}

img, svg {
    vertical-align: middle
}

.height-20- {
    min-height: 20px
}

.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
}

.text-h6 {
    font-size: 12px;
    font-weight: 700
}

#form-view-product_one {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 2px 0;
    background-color: #fff;
    z-index: 9999;
    padding: 7px;
}

@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) {
    .col_search {
        margin: auto;
        width: 24%
    }

    .box_product_search {
        width: 100%
    }
}

@media (max-width: 992px) {
    .product-gallery {
        text-align: center
    }

    #con-inner {
        flex-direction: column !important;
    }

    #search-cont {
        display: flex;
        justify-content:start;
        gap: 15px;
    }

    span.p-user {
        display: none;
    }

    .zoomWindow {
        right: 0 !important;
    }

    .col_search {
        width: 24%
    }

    .title_section_box .title_box::after {
        width: 75%
    }

    .logo_site {
        padding: 0
    }

    .parent_header_icon {
        margin: 0 8px
    }

    input#search_header {
        text-indent: 42px;
        padding: 0 10px
    }


    .search_mobile.border_icon_ {
        display: none
    }


    .p-titl {
        font-size: 18px;
        font-weight: 700;
        text-align: right;
        padding: 15px 0;
        color: #ec3651;
        border-bottom: 1px solid #d1d0cc
    }

    .p-titl_cart {
        font-size: 14px;
        font-weight: 700;
        text-align: right;
        color: #2e7b32;
        text-wrap: nowrap
    }

    #main-aside-cart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        justify-content: center;
        margin: 0 auto;
        height: auto;
        background-color: #fff;
        -o-transition: .3s;
        transition: .3s;
        padding: 20px;
        -ms-transform: translateX(300px);
        transform: translateX(0);
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 10px;
        box-shadow: inset 0 0 5px 1px #00000029;
        animation: slideIn .5s ease;
        border-right: 15px;
        width: 100%;
        top: unset
    }

    .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)
    }


    .section1_product {
        margin-top: 1% !important
    }

    .breadcrumb-product {
        padding: 0 !important
    }

    .title_section_box .title_box::after {
        margin: 15px 245px !important;
        width: 50% !important
    }

    input#search_header::placeholder {
        background-image: url(https://dev.webkardo.com/digiboronz/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
    }

    .bottom-free-footer {
        margin-top: 79px
    }

    .menu_header, #header-image-logo1 {
        display: none
    }

    .main-aside {
        -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
        transform: translateY(600px)
    }

    .icons_parent {
        display: none
    }

    .product-gallery #gallery_01f li.item img {
        height: 70px;
        object-fit: contain
    }

    .product-attributes .col-lg-12 {
        padding-left: 0
    }

    .product-headline {
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 0 0 25px
    }

    .padding_left_992_30px {
        padding-left: 30px
    }


    .product-headline .product-title-container h1.product-title {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .product-headline .product-title-container h1.product-title {
        font-size: 16px
    }

    .box-price-pro- {
        font-size: 23px
    }

    .params-list-value {
        margin-top: 5px
    }
    .col_search {
        margin: auto;
        width: 32%
    }

    .title_section_box .title_box::after {
        width: 65%
    }

    .owl-carousel.owl-rtl .owl-item {
        width: 95px !important
    }

    .search_mobile1 {
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 5px;
        margin-top: 5px
    }
    .section3_product .box-tabs-main .box-tabs {
        margin-top: 36px;
    }

    #form-view-product_one .box-price-sum span {
        font-size: 1rem !important
    }

    #form-view-product_one .btn-add-to-cart .btn-add-to-cart-txt span {
        font-size: 12px !important
    }
}

@media (max-width: 576px) {
    .title_box {
        font-size: 15px !important
    }

    .title_section_box .title_box::after {
        width: 0 !important
    }
    .col_search {
        width: 49%
    }

    .title_section_box .title_box::after {
        width: 36%;
        margin: 0
    }


    #form-view-product_one .btn-add-to-cart .btn-add-to-cart-txt {
        font-size: 12px
    }

    .btn-add-to-cart .view_number, .btn-add-to-cart .view_number input {
        width: 80%
    }

    #form-view-product_one .box-btn-cart-count .lable-count {
        display: none
    }
    .logo_site {
        gap: 0
    }

    .search_mobile1 {
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 5px;
        margin-top: 0
    }
}



@media (max-width: 375px) {
    #form-view-product_one .btn-add-to-cart .btn-add-to-cart-txt {
        max-width: 100%;
        width: auto
    }
}



@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: 576px) {
    img#img-product-zoom {
        height: 300px !important;
        object-fit: contain;
    }

    .box_shadow {
        box-shadow: 0 0 8px 1px #efecec
    }

    #box-shadow-1 {
        margin-top: 5px !important
    }

    .padding_right_sm_0 {
        padding-right: 0
    }

    .logo_site img {
        height: 25px;
        object-fit: contain
    }

    .parent_header_icon img {
        height: 18px
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 2px
    }

    .btn-add-to-cart {
        padding: 5px 10px;
        margin-top: 15px;
        display: flex;
        justify-content: center
    }

    .box-price-sum span {
        font-size: 20px
    }

    .box-add-cart-pro {
        flex-direction: column
    }

    .padding-576-none {
        padding: 0
    }
}

@media (max-width: 450px) {
    .title_section_box .title_box {
        font-size: 15px
    }

    .breadcrumb {
        padding: .75rem 0
    }

    .product-attributes .product-config .product-engagement .product-engagement-item {
        flex-direction: column
    }

    .product-attributes .product-config .product-engagement .product-engagement-item .product-engagement-rating {
        margin-left: auto
    }

    .box-price-pro- {
        margin-right: auto
    }

    .product-headline .product-title-container h1.product-title {
        font-size: 16px;
        line-height: 1.7
    }

    .box-price-pro- {
        font-size: 20px
    }

    .section3_product .box-tabs-main .box-tabs .box-tabs-tab a {
        font-size: 12px;
        letter-spacing: -.05em;
        padding: 0 10px
    }

    .s-tab-com {
        margin: 0 58px;
        font-size: 12px
    }
}

@media (max-width: 650px) {
    .section_index {
        margin: 5px 0 !important
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    #form-view-product_one .box-btn-cart-count .lable-count {
        display: none !important
    }

    #form-view-product_one .box-price-sum span {
        font-size: 1.1rem !important
    }


}



@media (max-width: 767px) {
    #form-view-product_one .btn-add-to-cart .btn-add-to-cart-txt {
        width: 70%;
    }
    form#form-view-product_tow {
        display: none;
    }
}

@media (max-width: 576px) {
    .height-20px {
        height: 65px;
    }

    span {
        font-size: 12px
    }
}

@media (max-width: 575px) {

}

@media (max-width: 500px) {
    #form-view-product_one .btn-add-to-cart .box-price-sum {
        margin-bottom: 5px
    }
}

@media (max-width: 450px) {
    .view_number {
        width: 90px
    }
}

@media (max-width: 400px) {
    .button_next i, .button_prev i {
        font-weight: 700;
        font-size: 17px
    }

    .button_next, .button_prev {
        width: 25px !important;
        height: 25px !important
    }
}

@media (max-width: 330px) {
    #form-view-product_one .box-btn-cart-count .lable-count {
        display: none !important
    }
}

@media (max-width: 320px) {
    .search_mobile.border_icon_ {
        cursor: pointer;
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .lg-d-none {
        display: none !important
    }
}


@media (max-width: 1280px) {
    .res-w {
        max-width: 100% !important
    }
}

@media (max-width: 992px) {

}

@media (max-width: 550px) {
    .product-gallery img.zoom-img {
        right: 0;
        width: 100%
    }
}