/*
	Theme Name:	ishop Child
	Template:	ishop-theme
*/
.header-top-content,
.header-category-off-content__categoty{
    padding: 12px 0 12px !important;
}
.archive .elementor-loop-container.elementor-grid{
        display: flex;
    flex-wrap: wrap;
}
body .header-top-content__logo img {
    max-height: 40px;
    width: auto;
}
.archive .elementor-loop-container.elementor-grid>.e-loop-item{
     width: 25%;
     overflow: hidden;
}
.site-header__menu>ul>li::after {
    top: 28px !important;
}
    .site-footer__about-ttl img {
        height: auto !important;
        width: 100% !important;
            max-width: 140px !important;
    max-height: unset !important;
    }
.site-header__menu>ul>li::after {
    top: 30px;
}
span.product-main-content__buy-content-sold-out {
    display: none !important;
}
.megaMenu .wrapper .megaMenu-parent-cat-col ul li a {
    padding: 10px 18px 10px 16px !important;
}
span.header-category-off-content__categoty .megaMenu>.wrapper{
	height: 75vh;
    overflow-x: scroll;
	overflow-y:hidden
}
.container .row{
    margin-left:-7.5px;
    margin-right:-7.5px;
}
.btob-footer-img img{
	    border-radius: 15px;
}
.search section.archive-content div#archive_container div#msk_product_archive>.col-xl-8{
    max-width: unset;
}
.index-blog__blogs .swiper-container{
	height:auto !important;
	max-height:unset !important;
}
.search section.archive-content div#archive_container div#msk_product_archive .single-blog__relate-foot .single-blog__relate-foot-l{
    display: none !important;
}
.woocommerce-checkout .checkout-login-required-wapper a {
    background-color: #f59b45;
    font-size: 18px;
    font-weight: 700;
    padding: 9px 26px;
}
.container .row > [class*="col-"]{
    padding-left:7.5px;
    padding-right:7.5px;
}
.baby-collection>.container:first-child{
	display:none !important;
}
.baner-index {
    margin-bottom: 0 !important;
}
.elementor-element.e-con-boxed.e-con{
    margin-left: auto !important;
    margin-right: auto !important;
}
body h2{
	    font-weight: 700;
    color: #424242;
}
.e-grid.e-con-boxed>.e-con-inner>.e-child{
  width: 100%;
}
.header-top-content__mini-profile-head>img{
	width: 39px;
}
li.megamenu-item-level4 {
       padding-right: 15px;
    position: relative;
}
.megaMenu .wrapper .megaMenu-childs-cat-col--child ul li.megamenu-item-level4 a{
	font-size: 12px;
}
li.megamenu-item-level4::before{
    content: '';
    height: 2px;
    width: 9px;
    background-color: #f59b45;
    display: inline-block;
    position: absolute;
    top: 46%;
    right: 0;
}
.site-footer__services ul{
        display: flex !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
     gap: 5px;
}
.site-footer__services ul li{
    margin-left: 0 !important;
    width: 11%;
}
.site-footer__services ul li:last-child{
    display: none !important;
}
.side-menu-popularcat-slider .side-menu-popularcat-slider-item {
    padding: 15px 4px;
}
.side-menu-popularcat-slider .side-menu-popularcat-slider-item span{
    text-align: center;
    min-height: 36px;
}
.mobile-side-menu-body-brands .swiper-wrapper{
    gap: 5px;
}
.mobile-side-menu-body-popularcat,
.mobile-side-menu-body-brands{
    overflow: scroll !important;
    scrollbar-width: thin;
    scrollbar-color: #f59b45 #f5f5f5;
        margin-bottom: 10px !important;
}


.mobile-side-menu-body-popularcat::-webkit-scrollbar,
.mobile-side-menu-body-brands::-webkit-scrollbar {
    width: 10px;
}

.mobile-side-menu-body-popularcat::-webkit-scrollbar-track,
.mobile-side-menu-body-brands::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

.mobile-side-menu-body-popularcat::-webkit-scrollbar-thumb,
.mobile-side-menu-body-brands::-webkit-scrollbar-thumb {
    background: #f59b45; 
    border-radius: 10px;
}

.mobile-side-menu-body-popularcat::-webkit-scrollbar-thumb:hover,
.mobile-side-menu-body-brands::-webkit-scrollbar-thumb:hover {
    background: #e6872d;
}
.mobile-side-menu-body-categories-inner-parent,
.mobile-side-menu-body-categories-inner-children {
    height: 57vh !important;
}
.mobile-side-menu-body-categories-inner-children-total a {
    font-size: 13px !important;
}
.mobile-side-menu-body .mobile-side-menu-body-categories-inner-children-items {
    display: flex;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 0 ;
    flex-direction: column;
}

/* single product  */

.single.single-product span.product-main-content__buy-content .ishop_custom_ajax_add_to_cart{
	    width: 100%;
    font-size: 16px;
}
.single.single-product span.product-main-content__buy-content .ishop_custom_quantity_wrapper{
opacity: 1;
    display: flex;
    align-items: center;
    justify-content: start;
    background: #fff;
    border: 1px solid #f59b4542;
    border-radius: 15px;
    padding: 17px 10px;
    box-shadow: 0 6px 13px rgb(245 155 69 / 17%), 0 2px 7px rgba(19, 38, 75, .03);
}
.ishop-woocommerce-add-to-cart-action-wrapper {
    padding-bottom: 0px !important;
    border-bottom: none !important;
}

.single.single-product span.product-main-content__buy-content .ishop_custom_quantity_wrapper .quantity-box{
   display: flex;
    align-items: center;
    justify-content: space-between;
    width: 36%;
    height: 45px;
    background: #fff;
    border: 2px solid rgba(245, 155, 69, .25);
    border-radius: 15px;
    padding: 6px 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 24px rgba(245, 155, 69, .10);
	position: relative;
}
.single.single-product span.product-main-content__buy-content .ishop_custom_quantity_wrapper .quantity-box button{
    border-radius: 6px;
    background: #ffefde;
    box-shadow: 0 3px 6px rgb(19 38 75 / 14%), inset 0 1px 0 rgba(255, 255, 255, .8);
    transition: .25s;
    cursor: pointer;
    height: 100%;
    color: #f59b45;
    border: 1px solid #dddddd6e;
}

.single.single-product span.product-main-content__buy-content .ishop_custom_quantity_wrapper .quantity-box::after {
    content: '';
    position: absolute;
    height: 34px;
    width: 1px;
    background-color: #ededed;
    left: -16px;
    top: 51%;
    transform: translateY(-50%);
}
.single.single-product .cart-single-txt{
    margin-right: 24px;
}
.single.single-product .cart-single-txt a{
	    color: #f59b45;
    font-weight: 600;
}
.cart-single-icon {
    margin-right: 12px;
    width: 40px;
    height: 40px;
  
}
.cart-single-icon a{
    border-radius: 50px;
	width: 100%;
	height: 100%;
	  background-color: #ffefde;
    display: flex;
    justify-content: center;
    align-items: center;
	  border: 1px solid #dddddd6e;
    box-shadow: 0 3px 6px rgb(19 38 75 / 14%), inset 0 1px 0 rgba(255, 255, 255, .8);
}

.ishop-woocommerce-add-to-cart-action-wrapper p.price{
	display: none;
}

.single.single-product .slick-track {
    margin: 0 auto;
}

.single.single-product .product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product {
    padding: 5px 0;
}

.single.single-product .product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
    margin: 0 5px;
    cursor: pointer;
    padding: 3px;
    opacity: .8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.single.single-product span.product-main-content__detail-product-feature span.product-main-content__detail-product-feature-text {
      display: block;
    overflow: visible;
    -webkit-line-clamp: 9999;
line-clamp: 9999;
-webkit-box-orient: vertical;
}
.single.single-product .woocommerce-product-gallery .slider.slick-slider {
    border: none !important;
 padding: 0 30px;
    margin-right: 5px;
}

.single.single-product figure.woocommerce-product-gallery__wrapper{
    overflow: visible !important;
}

.single.single-product figure.woocommerce-product-gallery__wrapper button.slick-prev-custom.slick-arrow{
    position: absolute;
    left: -5px;
    z-index: 99;
    bottom: -56px;
    background-color: transparent;
}
.single.single-product figure.woocommerce-product-gallery__wrapper button.slick-next-custom.slick-arrow{
     position: absolute;
    z-index: 99;
    bottom: -56px;
    background-color: transparent;
    right: -5px;
}
button.slick-next-custom.slick-arrow svg,
button.slick-prev-custom.slick-arrow svg{
    color: #686868 !important;
}

.single.single-product .product-title {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    margin-bottom: 20px;
    gap: 6px;
}

.single.single-product .product-main-content__pictures-text {
    display: flex;
    padding-top: 0px;
    justify-content: space-between;
}
.woocommerce div.product div.images.product-images {
    margin-bottom: 24px;
}

.single.single-product span.product-main-content__detail-product-feature-text ul,
.single.single-product section#description ul{
    padding-right: 13px;
}
.single.single-product span.product-main-content__detail-product-feature-text ul li,
.single.single-product section#description ul li{
        list-style: initial;
}
.single.single-product span.product-main-content__detail-product-feature-text ul li::marker,
.single.single-product section#description ul li::marker{
          color: #f59b45;
}
.single-product-content-sections_title-fixed-arrows svg path{
        stroke: #f59b45;
}

.single.single-product h2.product-introduction__title,
.single.single-product h2.product-specifications__main-title,
.product-reviews__title,
.single.single-product h2.product-faq__title,
.single.single-product .product-video__title, 
.single.single-product .product-related__title{
position: relative;
display: inline-block;
    /* margin-right: 20px;
    color: #fff; */
    padding-right: 16px;
}

/* .single.single-product h2.product-introduction__title::before,
.single.single-product h2.product-specifications__main-title::before,
.single.single-product .product-reviews__title::before,
.single.single-product h2.product-faq__title::before,
.single.single-product .product-video__title::before, 
.single.single-product .product-related__title::before{
content: '';
    position: absolute;
    fill: #ddd !important;
    left: -23px;
    right: -22px;
    top: 30%;
    transform: translateY(-46%) scaleY(2.5);
    height: 3.05em;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 120'%3E%3Cpath fill='%23f59b45' d='M20 35 C80 28 140 32 200 30 C300 28 400 30 500 29 C600 28 680 30 760 29 C775 29 785 34 780 40 C770 46 740 44 750 50 C770 58 785 56 780 64 C770 72 740 70 750 76 C770 84 785 82 780 90 C770 98 720 95 660 95 C540 96 420 95 300 96 C220 97 140 95 60 96 C35 96 18 90 22 82 C28 74 55 76 45 70 C20 62 10 64 15 56 C22 48 52 50 42 44 C20 38 10 40 20 35 Z'/%3E%3C/svg%3E");

} */

.single.single-product h2.product-introduction__title::before,
.single.single-product h2.product-specifications__main-title::before,
.single.single-product .product-reviews__title::before,
.single.single-product h2.product-faq__title::before,
.single.single-product .product-video__title::before, 
.single.single-product .product-related__title::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 4px;
    height: 28px;
    background-color: #f59b458c;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.single.single-product h2.product-introduction__title{
    margin-bottom: 5px;
}

.single-product-content-sections_title-fixed {
    border-bottom: 1px solid #eeeeee85;
}
.single.single-product .product-introduction h2{
font-size: 25px;
line-height: 1.4;
}
.single.single-product .product-introduction h2{
font-size: 23px;
line-height: 1.4;
}

.single.single-product .product-introduction p {
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    line-height: 31px;
}
.single.single-product .product-introduction li{
    font-size: 14px;
      color: #303030;
}

.product-reviews__content-head-sort .product-reviews__content-head-sort-item:last-child{
    display: none;
}
span.product-main-content__point-icon {
    display: none !important;
}
.product-n-title {
    margin-bottom: 25px;
}
.product-main-content {
    position: relative;
}
.product-main-content .product-main-content__icons {
    position: absolute;
    top: 33px;
    right: 10px;
    z-index: 9;
    padding: 0;
    overflow: hidden;
}

.single.single-product .woocommerce-product-gallery .slider.slick-slider {
    padding: 0 !important;
    margin-right: 0 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper, .product-main-content__pictures .woocommerce-product-gallery .flex-viewport {
    overflow: hidden !important;
}
span.product-main-content__like-icons{
    position: relative;
    z-index: 1;
    padding: 12px 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden;
}
span.product-main-content__like-icons::before{
    content: '';
    background-color: rgb(255 255 255 / 37%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    filter: blur(7px);
    display: inline-block;
    -webkit-filter: blur(7px);
}
.btob-price-not{
    display: flex;
    margin-top: 12px;
    margin-bottom: 17px;
    flex-wrap: wrap;
    padding-top: 14px;
    border-top: 1px solid #ddd;
	    justify-content: space-between;
}

.btob-price-not svg{
	    width: 26px;
    height: 26px;
    margin-right: 14px;
}

.btob-price-not span{
        flex-grow: 1;
    height: 1px;
    background-color: #e6eaf0;
    margin-right: 19px;
    margin-left: 17px;
}
.btob-price-not p{
       font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color:#1c1c1c;
    line-height: 1.8;
}
.toggle-box-cu{
    display: none;
    width: 100%;
    padding: 15px;
    background-color: #e7e7e7;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: 15px;
}
.toggle-btn-cu p,.toggle-btn-cu svg{
    cursor: pointer;
}

.toggle-box-cu a{
        font-size: 15px;
    font-weight: 600;
    display: block;
    padding: 12px 20px;
    text-align: center;
    background-color: #f59b45;
    margin: 15px auto 0;
    color: #fff !important;
    border-radius: 10px;
}
.toggle-box-cu p{
   color: #000;
}
.toggle-box-cu a svg{
  margin-right: 5px;
}
span.product-main-content__buy-content-ready-to-send {
    display: none;
}
span.product-main-content__buy-content-sales-per-week {
    margin-top: 10px !important;
}

.product.type-product>.product-title{
display: none !important;
}
.product.type-product>.ishop-product-wrapper-content{
    margin-top: 25px;
}

span.footer-content__company-names-logo img{
    display: none !important;
}

.site-footer {
    margin-top: 40px !important;
}

.header-top-content__cart-realtive .header-top-content__shopping-cart {
    padding: 9px 16px;
}
.site-header__menu>ul>li::after,
.megamenu-item-child-perented::before{
    background-color: #f59b45 !important;
}
.mega-menu-site-responsive .side-menu-brand-slider-item img {
    width: 50px;
    height: auto;
}

body .site-footer {
    padding: 61px 0 10px;
}

.site-footer .footer-content {
    margin-top: 11px;
}
 .footer-back-to-up button {
    display: none !important;
}
.product-main-content__buy-offer-timer {
    background: #f59b45 !important;
}
.product-main-content__buy-content-sold-out-border .product-main-content__buy-content-sold-out-border-progress {
    background-color: #f59b45 !important;
}
a.product-head-link__ai {
    display: none !important;
}
.product-card-wrapper .product-card--colors span{
        border: 1px solid #c9c6c6 !important;
}
span.product-head-link__right .product-head-link__site-name {
    display: inline-block;
}

.product-reviews__content-item-body--footer-media-gallery img {
    object-fit: cover;
}
.product-reviews__sidebar-add-comment .product-reviews__sidebar-add-comment--button,
.product-faq__sidebar-add-comment .product-faq__sidebar-add-comment--button{
    box-shadow: 0px 11px 5px -6px rgb(250 205 162);
}

.ajax-search__result .ajax-search__result-all a i {
    font-size: 10px;
    padding: 5px 22px 5px 3px;
    border-radius: 5px;
    background-color: #f59b45;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
}
.ishop-archive-filter-body .ishop-archive-filter-body--select {
    padding-left: 15px;
    overflow-y: auto;
    overflow-x: auto;
}

.product-main-content__details .product-main-content__detail-part {

    flex-direction: row;
    padding: 5px 15px;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 19px;
}
.product-main-content__details .product-main-content__detail-part .brand-img img{
	max-width: 70px;
}

.product-main-content__garanty {
  display: flex;
    justify-content: space-between;
    margin: 15px 0 10px;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
span.product-main-content__garanty-content {
    display: flex;
    gap: 7px;
}

span.product-main-content__garanty-content-text{
	font-weight: 600;
}

.product-main-content__details-product-description-header {
    display: none !important; 

}

/* footer  */

.site-footer__services:after {
display: none !important;
}
.site-footer__about:before{
	display: none !important;
}
.site-footer__about:after {
    content: "";
    position: absolute;
    width: 20px;
    top: -18px;
    bottom: -18px;
    right: -32px;
    -webkit-box-shadow: 8px 0 15px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 8px 0 15px -8px rgba(0, 0, 0, 0.2);
}
.site-footer__services {
    display: flex;
    justify-content: center;
    margin-bottom: 19px;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 12px;
}
footer.site-footer .site-footer__about {

    margin-bottom: 0;
}
footer.site-footer .site-footer__call-center {
    margin-bottom: 35px;
}
.btob-footer h2{
	    color: #969fbd;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 57px;
    position: relative;
}
.btob-footer h2:after{
	content: "";
    position: absolute;
    background-color: #e6e9ee;
    height: 1px;
    right: 0;
    left: 0;
    bottom: -30px;
}
.btob-footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btob-footer-img {
    width: 59%;
}
.btob-footer-text {
    width: 34%;
}
.btob-footer-text p{
	    font-size: 15px;
    font-weight: 500;
}
footer.site-footer .site-footer__menu nav ul li {
    margin-bottom: 10px;
}
.header-top-content__mini-cart-wrapper.woocommerce .woocommerce-mini-cart__buttons .wc-forward.checkout {
    background-color: #f59b45 !important;
}
.purchasing-process--navigation-item--current .purchasing-process--navigation-item-icon {
    background-color:  #f59b45 !important;
}

/* cart & checkout  */

.cart-main-actions .cart-main-actions-manage button {
    background: #18403d !important;
    color: #ffffff !important;

}
.cart-side-table .woocommerce-shipping-destination {
	font-size: 11px !important;
}
.woocommerce-shipping-totals.shipping .cart-side-shipping-calculator .shipping-calculator-button {
    font-size: 12px;
    padding: 4px 6px;

}

.cart-side-table .order-total {
    align-items: flex-start !important;
    gap: 12px;
}
small.includes_tax span.ishop-currency-symbol.ishop-currency-irt{
	display:none;
}
.order-total .cart-side-table--value>strong{
	    margin-left: 5px;
}
.woocommerce-checkout .woocommerce-checkout-payment button#place_order{
	    box-shadow: 7px 7px 13px -3px #18403d !important;
	    background: #18403d;
}
.checkout-woocommerce-shipping-totals .cart-side-table--value .woocommerce-shipping-methods li input:checked+label .checkout-shipping-method-icon, .checkout-woocommerce-shipping-totals .cart-side-table--value .woocommerce-shipping-methods li input[type="hidden"]+label .checkout-shipping-method-icon {
    background-color: #f59b45 !important;
}

div#order_review .checkout-side-table {
    padding: 36px 34px;
}
.purchase-wrapper .purchase-main {
    width: 70%;
}

.purchase-wrapper .purchase-sidebar {
    width: 30%;
}

.purchase-sidebar .checkout-side-table--cart-item {
    align-items: flex-start;
    margin-bottom: 14px;
}
.purchase-sidebar .checkout-side-table--cart-item .product-name {
    width: 70%;
}
.checkout-side-table--cart-item .product-total {
    width: 30%;
    text-align: left;
}
.checkout-side-table .order-total, .checkout-side-table .tax-rate, .checkout-side-table .tax-total, .checkout-side-table .fee, .cart-side-table .fee, .checkout-side-table .cart-shipping-mini {
    align-items: flex-start !important;
}
.checkout-side-table .order-total .checkout-side-table--title {
    margin-left: 10px;
	    font-size: 20px !important;
}
.checkout-side-table--value strong{
	    margin-left: 7px;
}
.checkout-side-table--value small.includes_tax{
	font-size: 13px;
}

.checkout-woocommerce-shipping-totals .cart-side-table--value .woocommerce-shipping-methods li label{
    min-height: 132px  !important;
}
.archive-category-card.active {
    background: #fff0e1 !important;
}
.archive-category-card.active span.archive-category-card__title{
	    color: #383838 !important;
}

.full-width .container {
        max-width: 1920px !important;
    }
.woocommerce-thankyou-order-received {
    font-size: 22px  !important;
	    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-size: 14px !important;
}
.woocommerce-checkout .checkout-woocommerce-shipping-totals .cart-side-table--value .woocommerce-shipping-methods li label {
    font-size: 13px;
}
.checkout-main-options--shipping .cart-side-table--title {
    flex-wrap: wrap;
}
span.Msg-shipping {
    display: block;
    width: 100%;
    padding: 8px;
    background-color: #00897e21;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #000;

}
.site-footer__namad-img>a{
        width: 27%;
}
/* --------------blog */
.index-blog__over-user,.index-blog__over-comment {
    display: none !important;
}

/* ---------------footer */
.site-footer__about .site-footer__about-ttl {
    -ms-flex: 0 1 40% !important;
    flex: 0 1 40% !important;
}
/* --------------responsuve--------------- */

.mobile-bottom-menu-item.mobile-bottom-menu-item--account a div span svg path:first-child{
    fill: rgb(245 155 69) !important;
}

.notifBar {
    margin-bottom: 30px;
}
a.notifBar.success.active.fail svg{
	display: none !important;
}
/* --------min width-------- */
@media (min-width: 450px) {
    .ishop-woocommerce-add-to-cart-action-wrapper .ishop-woocommerce-add-to-cart-inner {
        max-width: 420px;
    }
	  .elementor-element.e-con-boxed.e-con {
    max-width: 420px;
  }
}
@media (min-width: 576px) {
   .ishop-woocommerce-add-to-cart-action-wrapper .ishop-woocommerce-add-to-cart-inner {
        max-width: 540px;
    }
	  .elementor-element.e-con-boxed.e-con {
    max-width: 540px;
  }
}
@media (min-width: 768px){
	.ishop-woocommerce-add-to-cart-action-wrapper .ishop-woocommerce-add-to-cart-inner{
		 max-width: 720px !important;

}
	 .elementor-element.e-con-boxed.e-con {
    max-width: 720px;
  }
  
}


@media (min-width: 992px) {
  .elementor-element.e-con-boxed.e-con {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
 .elementor-element.e-con-boxed.e-con {
    max-width: 1123px;
  }
}

@media (min-width: 1500px) {
  .elementor-element.e-con-boxed.e-con {
    max-width: 1500px;
  }
  .site-footer__about-ttl.med-footer{
    display: none !important;
  }
}

/* --------max width-------- */
@media (max-width: 1499px) {
 .site-footer__about:after{
  display: none;
 }
  .site-footer__about-ttl.med-footer{
    display: block !important;
    flex: 0 1 12%;
            margin-left: 0 !important;
  }
  .site-footer__about-ttl.larg-footer{
    display: none !important;
  }
  .site-footer__call-center-first {
        flex-direction: row-reverse !important;
    }
    .site-footer__call-center-first .site-footer__call-info{
      align-items: flex-start;
    }
    .site-footer__call-center-first .site-footer__call-info>a,
    .site-footer__call-center-first .site-footer__call-info>div{
flex-direction: row-reverse !important;
    }
     .site-footer__call-center-first .site-footer__call-info>a i,
    .site-footer__call-center-first .site-footer__call-info>div i{
      margin-right: 0;
    margin-left: 12px;
    }
}
@media (max-width: 1200px){
  .btob-footer h2:after,
  .site-footer__namad-title:after,
  .site-footer__menu h2:after {
    bottom: -15px !important;
}
.btob-footer h2,
.site-footer__namad .site-footer__namad-title {
    margin-bottom: 31px;
    margin-top: 35px;
}
.site-footer .site-footer__menu h2 {
    margin-bottom: 31px;
}
    .header-category-off-content {
    flex-wrap: wrap;
}
.btob-footer-img {
    width: 45%;
    margin-left: 2%;
}
.btob-footer-text {
    width: 50%;
}
.header-category-off-content .header-category-off-content__categoty {
    gap: 15px;
        width: 93%;
}
.header-category-off-content .header-category-off-content__off{
display: flex;
    width: 6%;
    gap: 0;
}
}
@media (max-width: 992px){
    .site-footer__namad-img>a{
        width: 23%;
}
    .purchase-wrapper .purchase-main,
    .purchase-wrapper .purchase-sidebar{
    width: 100% !important;
}
form.woocommerce-cart-form .cart-main-table .woocommerce-cart-form__cart-item {
        grid-template-columns: 6fr 35fr 17fr 17fr 11fr 1fr;
        gap: 8px;
    }
  footer.site-footer .site-footer__namad {
    display: flex;
    align-items: start;
    gap: 5%;
}
.site-footer__namad .site-trusty-footer,
.site-footer__namad .site-footer__scoial-part{
width: 50%;
}
.site-footer__namad .site-footer__namad-title {
        margin-bottom: 30px;
        margin-top: 5px;
    }
    .mobile-header-top-logo a img {
    width: 88px;
    height: auto;
}
.site-footer__about-ttl.med-footer{
    flex: 0 1 12%;
  }
 .index-blog__blogs .swiper-wrapper .swiper-slide:last-child .index-blog__items::after{
        display: none;
    }
  body .header-top-content__login {
    gap: 16px;
    padding: 10px 10px;
}
	.site-footer__scoial-part {
    display: flex;
    flex-direction: column;
}
.site-footer__scoial-part h2{
  position: relative;
  margin-bottom: 30px !important;
  margin-top: 5px;
}
.site-footer__scoial-part h2:after {
    content: "";
    position: absolute;
    background-color: #e6e9ee;
    height: 1px;
    right: 0;
    left: 0;
    bottom: -15px;
}
.site-footer__scoial-part .site-footer__socials ul li a i {
    font-size: 25px;
}
.site-footer__namad-img:after{
  display: none !important;
}
.site-footer__namad .site-footer__namad-img {
    margin-bottom: 15px;
}
	.site-footer__scoial-part h2{
		    margin-bottom: 0;
	}
body .header-top-content__cart-realtive .header-top-content__shopping-cart {
    padding: 7px 13px;
}
body .header-top-content__logo-search-box {
    gap: 10px;
    width: 50%;
}
body .header-category-off-content__categoty-main-title {
    padding-left: 9px;
}
body .header-category-off-content__categoty {
    width: 100%;
    gap: 30px;
}
body .site-header__menu ul li {
    margin-left: 17px;
}
body .site-header__menu ul li a {
    gap: 0px;
    font-size: 12px;
}
.ishop-woocommerce-add-to-cart-action-wrapper p.price{
	display: block !important;
}
.ishop-woocommerce-add-to-cart-action-wrapper{
   background: #fff;
        box-shadow: 0px 0px 10px -5px #d4d4d4;
        border-radius: 10px 10px 0 0;
		display: block !important;
		padding: 0;
}
.ishop-woocommerce-add-to-cart-action-wrapper .ishop-woocommerce-add-to-cart-inner{
	display: flex;
        flex-direction: row-reverse;
		justify-content: space-between;
        padding: 10px;
        align-items: center;
        gap: 10px;
		 margin: 0 auto;
}

.ishop-woocommerce-add-to-cart-action-wrapper p.price .product-main-content__buy-content-price {
    margin-top: 0;
    min-height: auto;
}
.ishop-woocommerce-add-to-cart-action-wrapper .product-main-content__buy-content-price-discounted-amount-price {
    font-size: 24px;
}
.single.single-product .cart-single-txt p{
	display: none;
}

.single.single-product span.product-main-content__buy-content .ishop_custom_quantity_wrapper {
    border: none;
    padding: 0;
    box-shadow: none;
	        flex-wrap: wrap;
}
.cart-single-icon {
    display: none;
}
.single.single-product .product-card--actions-addtocart-wrapper {
    width: 50%;
}
.single.single-product span.product-main-content__buy-content .ishop_custom_quantity_wrapper .quantity-box {
    padding: 6px 8px;
	        width: 60%;
}
.site-footer__services ul li {
    width: 15%;
}
	.site-footer__about:after{
    display: none !important;
}
   .purchase-main .checkout-main-options {

    margin-bottom: 0;
}
.purchase-sidebar {
    margin-bottom: 45px;
}
}

@media (max-width: 768px){
    .site-footer__namad-img>a {
    width: 29%;
}

    form.woocommerce-cart-form .cart-main-table .woocommerce-cart-form__cart-item {
        padding: 10px 10px 10px 10px;
        
    }
    form.woocommerce-cart-form .cart-main-table .product-name a {
        font-size: 12px;
    }
    form.woocommerce-cart-form .cart-main-table .product-quantity .quantity input{
            font-size: 16px !important;
                    width: 30px !important;
    }
    form.woocommerce-cart-form .single-product-qty-minus i,form.woocommerce-cart-form .single-product-qty-plus i {
    vertical-align: middle;
    font-size: 8px;
}
form.woocommerce-cart-form .cart-main-table .product-price .product-main-content__buy-content-price-discounted-amount-price {
    font-size: 15px;
}
  body .site-footer {
    padding: 40px 0 10px !important;
}
.site-footer__menu nav {
        margin-bottom: 33px !important;
    }
        .btob-footer h2{
          margin-top: 8px;
        }
  .site-footer__about-ttl.med-footer{
    flex: 0 1 18%;
  }
    .mobile-header-top {
    padding-bottom: 5px !important;
    padding-top: 7px !important;
}
    .elementor-element.e-con-boxed.e-con{
    padding-left: 10px !important;
        padding-right: 10px !important;
  }
    .product-head-link .product-head-link__left{
    display: none !important;
    }
    .product-head-link nav.woocommerce-breadcrumb{
        width: 100%;
    }
.single.single-product .product-card--actions-addtocart-wrapper {
        width: 70%;
    }
	.mobile-header-top-logo a img {
    width: 77px !important;
}
.site-footer__services ul li {
    width: 20%;
}
	.site-footer__services ul li span {
    font-size: 11px;
	height: 24px;
    text-align: center;
}
	
	.footer-content__company-name {
    align-items: center;
    justify-content: center;
}
.btob-footer h2,
.site-footer__namad-title h2,
.site-footer__scoial-part h2{
  font-size: 13px !important;
}

}

@media (max-width: 576px) {
    .site-footer__namad-img>a {
    width: 19%;
}
    .checkout-side-table .order-total .checkout-side-table--value{
    font-size: 19px !important;
}
checkout-side-table .order-total .checkout-side-table--title{
    font-size: 18px !important;
}
span.Msg-shipping {
    font-size: 13px;

}
.purchase-main .checkout-main-options {
    padding-top: 30px;
}
.purchase-main .checkout-main-form {
    padding-bottom: 10px;
}
.woocommerce form .form-row label {
        font-size: 13px !important;
        color: #474747 !important;
    }
    form.woocommerce-cart-form .cart-main-table .woocommerce-cart-form__cart-item{
        position: relative;
    padding-bottom: 36px;
    grid-template-columns: 10fr 45fr 17fr 22fr 0fr 1fr;
    }
     form.woocommerce-cart-form .cart-main-table .woocommerce-cart-form__cart-item .product-next-cart{
             position: absolute;
    left: 0;
    bottom: 9px;
     }
       form.woocommerce-cart-form .cart-main-table .woocommerce-cart-form__cart-item .product-next-cart button.add-to-future-cart{
          border: none;
     }
  .site-footer__scoial-part h2::after{
    display: none !important;
  }
  .site-footer__namad .site-footer__scoial-part {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
  .btob-footer-text p {
    font-size: 13px;
}
  footer.site-footer .site-footer__phone span {
    font-size: 15px;
}
footer.site-footer .site-footer__about-desc p {
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
}
    footer.site-footer .site-footer__call-center-first {
        margin-bottom: 25px;
    }
    footer.site-footer .site-footer__call-center {
    margin-bottom: 20px !important;
}
  .site-footer__scoial-part .site-footer__socials ul li a i {
        font-size: 20px;
    }
     .single.single-product .product-card--actions-addtocart-wrapper {
        width: 75%;
    }
	    .ishop-woocommerce-add-to-cart-action-wrapper .product-main-content__buy-content-price-discounted-amount-price {
        font-size: 19px;
    }
	.single.single-product span.product-main-content__buy-content .ishop_custom_quantity_wrapper .quantity-box {
        width: 44%;
    }
    footer.site-footer .site-footer__namad {
        gap: 0;
        flex-direction: column;
    }
    .site-footer__namad .site-trusty-footer, .site-footer__namad .site-footer__scoial-part {
        width: 100%;
    }
    .site-footer__scoial-part h2 {
        margin-top: 15px;
    }
}

@media (max-width: 450px) {
    .cart-side-table .order-total .cart-side-table--value .woocommerce-Price-amount bdi {
    font-size: 18px !important;
}
        form.woocommerce-cart-form .cart-main-table .woocommerce-cart-form__cart-item {
    
              padding-bottom: 70px;
        grid-template-columns: 17fr 85fr 0fr 8fr 0fr 1fr;
        gap: 4px;
    }
    form.woocommerce-cart-form .cart-main-table .woocommerce-cart-form__cart-item .product-price {
    position: absolute;
    bottom: 8px;
    right: 26px;
}
.woocommerce-cart-form__cart-item.cart_item .product-remove {
    margin-left: 0;
    margin-right: 5px;
}
.woocommerce-cart-form__cart-item.cart_item::after{
        content: '';
        width: 80%;
        height: 1px;
        position: absolute;
        bottom: 57px;
        background-color: #e5e5e5;
        left: 50%;
        transform: translateX(-50%);
}
      .site-footer__about-ttl.med-footer {
        flex: 0 1 30%;
        margin-right: 3%;
    }
        .mobile-header-top-logo a img {
        width: 66px !important;
    }
       .ishop-woocommerce-add-to-cart-action-wrapper .ishop-woocommerce-add-to-cart-inner {
        padding: 8px 0;

    }
	.single.single-product .product-card--actions-addtocart-wrapper {
        width: 71%;
    }
	    .ishop-woocommerce-add-to-cart-action-wrapper .product-main-content__buy-content-price-discounted-amount-price {
        font-size: 18px;
    }
	.single.single-product .cart-single-txt a {
    font-size: 12px;
}
.single.single-product span.product-main-content__buy-content .ishop_custom_quantity_wrapper .quantity-box {
        width: 53%;
    }
	.site-footer__services ul li span {
    font-size: 10px;
    height: 31px;
}
	.site-footer__namad .site-footer__socials {
    width: 40%;
}
	.site-footer__namad .site-footer__socials ul li {
    margin-left: 10px;
}
	body .site-footer {
    padding: 40px 0 10px;
		 margin-top: 20px !important;
}
.mobile-header-bottom {
    padding: 7px 0 !important;
}
.mobile-bottom-menu-wrapper {
    padding: 8px 0 4px !important;
}
}

@media (max-width: 360px){
    .site-footer__about-ttl.med-footer {
        flex: 0 1 35%;
    }
	.single.single-product .product-card--actions-addtocart-wrapper {
        width: 67%;
    }
.cart-single-txt {
    display: none;
}
.single.single-product span.product-main-content__buy-content .ishop_custom_quantity_wrapper .quantity-box {
        width: 75%;
    }
	    .ishop-woocommerce-add-to-cart-action-wrapper .product-main-content__buy-content-price-discounted-amount-price {
        font-size: 19px;
    }
}

.order-points{
    display: none !important;
}