/*
Theme Name: قالب فروشگاهی هانی شاپ
Theme URI:
Author: Zahra Tahani
Description: یک قالب فروشگاهی سبک و بسیار جذاب برای کسب و کار
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.1
Tags: قالب فروشگاهی ، هانی شاپ
*/
/*Start general*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 16px;
}
body{
    font-family: kalameh;
    direction: rtl;
    font-size: 14px;
    text-align: right;
    overflow-x: hidden;
   background: linear-gradient(to right, #a7acb1,#a6b5cc);
}
a{
    text-decoration: none !important;
    color: #333333 !important;
}
a:hover{
    transition: all 0.2s ease-in;
}
img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
input,input:focus{
    border: 0;
    outline: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
bdi{
    text-decoration: none !important;
}
@font-face {
    font-family: kalameh;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/Web/_Woff/KalamehWeb-Black.woff') format('woff');
}
@font-face {
    font-family: kalameh;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/Web/_Woff/KalamehWeb-Bold.woff') format('woff');
}

@font-face {
    font-family: kalameh;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Web/_Woff/KalamehWeb-Regular.woff') format('woff');
}
/*End general*/

/*start header*/
header.main-header{
    background-image: linear-gradient(to right, #6a0dad, #f5e7ff );
    height: 540px;
}

/*start navbar*/
.mega-menu {;
    margin-left: 17px;
    margin-top: 12px;
    font-size: 13px;
}
.mega-menu span{
    cursor: pointer;
}
.pishro-megamenu {
    position: relative;
}
.mega-menu:hover > .pishro-megamenu > ul {
    visibility: visible;
    opacity: 1;
    top: 16px;
}
.pishro-megamenu > ul:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    top: -20px;
}
.pishro-megamenu > ul {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    top: 25px;
    right: -81px;
    width: 222px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 99;
}
.pishro-megamenu > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pishro-megamenu > ul > li:hover {
    background: #f7f7f8;
}
.pishro-megamenu > ul > li:hover > a {
    color: #F93423;
    transition: all 0.5s ;
}
.pishro-megamenu > ul > li > a {
    padding: 12px;
    font-weight: 450;
    color: #333 !important;
}
.pishro-megamenu > ul > li > i {
    margin-left: 12px;
    font-size: 9px;
}
.pishro-megamenu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ;
}
.pishro-megamenu > ul > li > ul {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    top: 0;
    right: 100%;
    width: 1000px;
    min-height: 100%;
    display: flex;
    padding: 12px;
    border-right: 2px solid #ddd;
    visibility: hidden;
    opacity: 0;
}
.pishro-megamenu > ul > li > ul > li {
    width: 25%;
}
.pishro-megamenu > ul > li > ul > li > a {
    font-weight: 450;
    color: #000;
    border-right: 3px solid #f93423;
    padding-right: 10px;
    margin-bottom: 7px;
    display: inline-block;
    margin-top: 10px;
}
.pishro-megamenu > ul > li > ul > li > ul li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    padding: 12px;
    display: inline-block;
}
@keyframes menu {
    0%{
        opacity: 0;
        transform: translateX(100px);
    }

    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}
.main-menu  ul{
    display: flex;
}

.main-menu > ul > li > a{
    padding: 0 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #ffffff !important;
}
.main-menu > ul > li:first-child > a{
    border-bottom: 1px solid antiquewhite;
    padding-bottom: 10px;
}
.main-menu ul li{
    position: relative;
}
.main-menu ul li ul{
    flex-direction: column;
    width: 140px;
    display: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
}
.main-menu ul li:hover ul{
    display: block;
    opacity: 1;
}
.main-menu ul li ul li{
    background-color: #dee2e6;
}
.main-menu ul li ul li:hover{
    background-color: #ced4da;
    color: #051b11 !important;
    font-weight: 700;
    border-radius: 0;
}
.main-menu ul li ul li a{
    text-align: center;
    display: block;
    padding: 10px;
    color: #052c65;
}
.main-menu ul li:hover ul li{
    opacity: 0;
}
.main-menu ul li ul li:nth-child(1){
    animation: menus 400ms ease-in-out ;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
}
.main-menu ul li ul li:nth-child(2){
    animation: menus 400ms ease-in-out ;
    animation-delay: 200ms;
    animation-fill-mode: forwards;
}
.main-menu ul li ul li:nth-child(3){
    animation: menus 400ms ease-in-out ;
    animation-delay: 400ms;
    animation-fill-mode: forwards;
}
.main-menu ul li ul li:nth-child(4){
    animation: menus 400ms ease-in-out ;
    animation-delay: 600ms;
    animation-fill-mode: forwards;
}
@keyframes menus {
    0%{
        opacity: 0;
        transform: translateX(100px);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}

/*resposive-menu start*/
.back-container{
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
}
.dropdown-divider{
    border: 1px solid burlywood;
    margin: 20px 10px;
}
.responsive-menu{
    display: none;
    width: 300px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    position: fixed;
    right: -300px;
    top: 0;
    overflow: hidden;
    padding-top: 60px;
}
.responsive-menu .maain-menu ul , .responsive-menu .piishro-megamenu ul {
    
}
.responsive-menu .maain-menu ul li , .responsive-menu .piishro-megamenu ul li{
    background: linear-gradient(135deg,aquamarine,blue);
    padding: 10px;
    margin: 10px;
    text-align: center;
    width: 50%;
}
.responsive-menu .maain-menu ul li a, .responsive-menu .piishro-megamenu ul li a {
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    font-family: kalameh;
}
.responsive-menu .maain-menu ul li a:hover, .responsive-menu .piishro-megamenu ul li a:hover {
    color: black !important;
}
/*resposive-menu end*/

/*responsive-menu-icon start*/
.responsive-menu-icon {
    position: relative;
    display: none;
    cursor: pointer;
}
.responsive-menu-icon i {
    font-size: 25px;
    display: flex;
    justify-content: end;
    color: aliceblue !important;
    position: absolute;
    top: -72px;
    right: 130px;
}
/*responsive-menu-icon end*/

/*end navbar*/

/*start cart*/
.header-cart a {
    color: black !important;
    border: 1px solid black;
    padding: 9px;
    border-radius: 5px;
    box-shadow: 0 0 183px blueviolet;
    font-size: 15px;
    font-weight: 501;
    font-family: kalameh;
}
.header-cart a img{
    width: 1.7rem;
    margin: 0 auto;
}
a.login{
    background-color: #391063;
    color: #dee2e6 !important;
    padding: 10px 20px;
    border: none !important;
}
.responsive-header-cart{
    display: none;
}
/*end cart*/
.title-kattoni, .sub-title-kattoni{
    font-size: 3rem;
    font-weight: 700;
}
.sub-title-kattoni{
    color: #391063;
}
.search form input{
    border: 1px solid #ced4da;
    background-color: #dee2e6;
    width: 600px;
    height: 50px;
}
.search form input::placeholder{
    color: #1a1d20;
}
.search form i{
    content: "";
    position: absolute;
    top: 13px;
    right: 555px;
    width: 72px;
    height: 72px;
    cursor: pointer;
}
.count_user_site::after {
    background-image: url('images/scribble final version-02 (2).png');
    width: 72px;
    height: 57px;
    bottom: 2rem;
    left: -45rem;
    position: absolute;
    content: "";
}
/*end header*/

/*start main*/

/*start row slider*/
.slider-tak p{
    top: 252px;
    right: 515px;
}
.slider-tak span{
    top: 298px;
    right: 515px;
}
/*end row slider*/

/*start latest products*/
.item.product-item a.item_product-txt {
    background-color: blanchedalmond;
    padding: 25px !important;
    border-radius: 5px;
    margin-top: 10px !important;
}
.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol{
    display: none;
}
.responsive-new-kala {
    display: none;
}
.new-kala{
    background-color: #6a0dad;
    border-radius: 20px;
}
.new-kala-text h4{
    left: 64px;
    top: 50px;
}
.new-kala-img img{
    left: 32px;
    top: 110px;
}
.new-kala-button{
    height: 50px;
    top: 410px;
}
.new-kala-button a{
    top: 13px;
    left: 123px;
}
.new-kala-button a:hover{
    color: #e5c7ca!important;
}
.new-kala-button i{
    top: 16px;
    left: 90px;
}
.amazing-product{
    background: #dc173e;
}
.amazing-product .amazing-btn a {
    padding: 13px 29px;
}
.product-item {

    margin: 17px 2px;
    padding: 10px 15px 15px;
    min-height: 360px;
}
.product-item  .discount {
    background: #dc173e;
    padding: 0 3px;
    left: 19px;
}
.product-item .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}
.addtocart_button a {

    color: #1BD2A3;
}
.price ins span {
    font-size: 15px;
    rotate: 270deg;
    top: 14px;
    left: -35px;
}
.price ins {
    opacity: 1;
    font-weight: 900;
    font-size: 17px;
}
p.price{
     display: flex;
     justify-content: space-evenly;
    margin-top: 31px;
 }
.price del{
    opacity: 0.5;
    font-weight: 400;
    font-size: 15px;
    display: block;
}
p.price ins{
    color: aliceblue;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 1rem;
}

p.price del{
    font-size: 1.25rem;
    opacity: 0.75;
    color: aliceblue;
}
.countdown-timer {
    flex-direction: row-reverse;
}
.countdown-timer .number {
    background: #dc173e;
    width: 35px;
    height: 35px;
}
.countdown-timer span.dot {
    font-size: 24px;
    color: #dc173e;
    margin: 0 2px;
}
/*end latest products*/

/*start row pishnahad*/
.kala{
    height: 575px;
}
.box-product{
    background-color: aliceblue;
    padding: 10px !important;
    border-radius: 5px;
    margin-top: 10px !important;
    box-shadow: -4px -5px 10px blue;
}
/*end row pishnahad*/

/*sell*/

.title-pro h4 {
    border-bottom: 1px solid #6f42c1;
    margin-bottom: 32px;
    padding-bottom: 14px;
}
/*end sell*/

/*blog*/
.blog .big-post a figure img {
    width: 588px;
    height: 322px;
    object-fit: cover;
}
.big-post  .title {
    width: 82%;
    top: 247px;
    left: 100px;
}
.w-100.small-post.lh-lg {
    margin-top: -27px;
}
.small-post a{
    font-size: 15px;
}
.blog-txt{
    width: 103%;
}
.down{
    width: 297px;
    height: 74px;
    border-radius: 13px;
}
.down i{
    left: -36px;
}
.bg-light, .title h2 {
    font-size: 13px;
}
.attachment-small_post.size-small_post.wp-post-image{
    border-radius: 5px !important;
}
/*end blog*/

/*service*/
.service-item{
    background-color: #c6acae;
    border-radius: 10px;
}
.service-item img {
    max-width: 72px;
}
.service-item  span{
    width: 133%;
}
/*end service*/

/*end main*/

/*Start Footer*/
.textwidget p{
    line-height: 2;
    text-align: justify;
    font-size: 12px;
}
#gallery-1 img {
    border: none !important;
}
#gallery-1 .gallery-item {
    float: right !important;
    text-align: center !important;
    width: 20% !important;
    margin: 8px !important;
}
.footer_dark{
    background: linear-gradient( to left, #6a0dad 50%, #6f42c1);
}
.footer_dark h6,.footer_dark span ,.footer_dark a,.footer_dark p,.footer_dark i{
    color: #fff;
}
.footer_top {
    padding: 50px 0 30px 0;
}
.widget_link a{
    color: beige !important;
}
.widget-1 {
    margin-bottom: 20px;
}
.widget-1 div ul li a{
    color: #fff !important;
    line-height: 2.8;
}
#gallery-2 img {
    border: none !important;
    display: block;
    margin: 0 auto;
}
.widget_title {
    font-size: 1.5em;
    margin-bottom: 30px;
}
ul.contact_info li {
    margin-bottom: 20px;
}
ul.contact_info li i {
    font-size: 1.4em;
    margin-left: 10px;
}
.social_icons li {
    margin-left: 20px;
    font-size: 1.8em;
    transition: all 0.15s ease-in-out;
}
.social_icons li:hover {
    transform: rotateZ(
            15deg
    );
}
ul.widget_link li {
    margin-bottom: 15px;
}
.newsletter_form form {
    position: relative;
    margin-top: 30px;
}
.newsletter_form input {
    width: 100%;
    border: 0;
    padding: 18px;
    border-radius: 50px;
    text-align: right;
    font-weight: 300;
}
.newsletter_form button {
    position: absolute;
    background: crimson;
    border-radius: 100%;
    left: 5px;
    top: 6px;
    font-size: 1.5em;
}
.footer_bottom {
    padding: 30px 15px;
    border-top: 1px solid rgb(255 255 255 / 20%);
}
/*End Footer*/

/*--------------------------------------------Archive Blog-------------------------------------------------------*/
.blog_box {
    margin: 10px 0;
    height: 290px;
}
.blog_box .card-title {
    font-size: 1.1em;
    line-height: 1.7em;
}
.card-title-txt{
    background-color: blanchedalmond;
    padding: 5px !important;
    border-radius: 5px;
    border: 1px solid black;
    box-shadow: 0 5px 10px black;
}
.kima_pagination ul.pagination li a{
    margin-left: 12px;
    border-radius: 5px;
    font-size: 1.3em;
    color: var(--bg-color-6);
    transition: all 0.3s ease-in-out;
}
.kima_pagination ul.pagination li.active a{
    background-color: var(--bg-color-1);
    border-color:var(--bg-color-1) ;
}
.kima_pagination ul.pagination li a:hover{
    background-color: var(--bg-color-1);
    border-color:var(--bg-color-1) ;
    color: #fff;
}
.kima_pagination ul.pagination li.active a:focus {
    box-shadow: none;
}
.page-link:focus {
    color: var(--bg-color-1);
    background-color: #e9ecef;
    box-shadow: none;
}
.blog_box.mini_blog_box .card-body ul{
    margin-top: 5px;
    margin-bottom: 10px;
}
.blog_box.mini_blog_box .card-body h3 {
    font-size: 1em;
}
.blog_box.mini_blog_box .card-body > ul > li > i {
    font-size: 1em;
}
.blog_box.mini_blog_box .card-body > ul > li > span {
    font-size: 0.85em;
}
.card .blog_box_link-1 img{
    width: 100% !important;
    margin: 10px auto !important;
    padding: 5px !important;
}
/*  Start Breadcrumb  */
.breadcrumb_section{
    padding: 50px 0;
    background: #6f42c1;
}
ol.breadcrumb {
    font-size: 0.85em;
}
.breadcrumbs{
    color: #dee2e6;
}
.breadcrumbs a{
    color: #dee2e6 !important;
}
/*  End Breadcrumb  */

/*page 404*/
.page404  img{
    width: 50%;
}
/*end page 404*/

/*page*/
.aligncenter.wp-image-34 {
    margin: 0 auto !important;
    display: block;
}
/*end page*/
/*archive-product*/
.widget-header h3 {
    border-bottom: 2px solid #6a0dad;
    padding-bottom: 12px;
    margin-bottom: 22px;
}
.widget ul li {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.widget ul li {
    display: flex;
    flex-direction: column;
    line-height: 2;
}
.widget  ul li span{
    opacity: 0.75;
}
.search-archive{
    background: #6a0dad;
}
/*end archive product*/

/*insta*/

.insta{
    background-color: #6a0dad;
}
.insta  .item{
    padding: 5px;
}
.post-insta{
    background-color:#333333;
    min-height: 200px;
}
.insta-post  .item{
    padding: 10px;
}
.title-insta{
    margin-top: 50px;
}
.post-insta p{
    color: #ffffff;
    line-height: 2.8;
    text-align: justify;
    display: inline-block;
    margin-top: 15px;
}
.more a:hover{
    color: #dee2e6 !important;
}
.more a.more-btn{
    border: 1px solid black;
    border-radius: 5px;
    color: black !important;
    padding: 10px 15px!important;
}
.more a.more-btn:hover{
    background-color: black;
    color: #dee2e6 !important;
    border-radius: 5px;
    padding: 10px 15px !important;
}
/*end insta*/

/*start row single-product*/
.breadcrumb a{
    color: #fff;
    opacity: 0.5;
}
.img-gallery img{
    width: 100%;
}
.img-gallery a{
    margin-right: 10px;
}
.property li{
    line-height: 2;
}
.property span{
    font-size: 1.2rem;
}
.box-pro span{
    font-weight: 700;
    font-size: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 1.9;
    padding-right: 10px;
}
.propricing{
    background-color: thistle;
    height: 420px;
}
.prooff span{
    background: #6f42c1;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: blueviolet;
}
.nav.nav-pills{
    background: azure;
    border-radius: 15px;
    padding: 20px 15px;
}
/*end row single-product*/

/*single blog*/
.content-single  p{
    font-size: 16px;
    text-align: justify;
    line-height: 2.5;
    opacity: 0.8;
}
.post-tag  a{
    background: #E9E9E9;
    border-radius: 5px;
    padding: 4px 12px;
    color: #757575;
    font-weight: 325;
}
.post-single figure img{
    width: 80%;
}
.down {
    width: 297px;
    height: 74px;
    border-radius: 13px;
}
.content-single blockquote {
    color: #dee2e6 !important;
    background: #202834;
    padding: 20px;
    border-right: 4px solid #ff253a;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 2em;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
#searchform div {
    display: flex;
}
#s {
    background-color: black;
    color: #fff;
    padding: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 80%;
}
#searchsubmit {
    padding: 11px;
    background-color: darkorchid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 19%;
}
.item.related-item.shadow-lg.p-3.mb-5.bg-white.rounded {
    min-height: 400px !important;
}
/*end single blog*/

/*single instagram*/
.attachment-single_instagram.size-single_instagram.wp-post-image {
    margin: 0 auto;
    display: block;
}
/*end single instagram*/

/*-------------------------------------------------Login And Sing Up-----------------------------------------------------*/
.login_wrap {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 50px 0;
}
.padding_eight_all {
    padding: 6%;
}
.login_wrap .form-control {
    color: #000;
    box-shadow: none;
    height: 50px;
    padding: 8px 15px;
    margin-bottom: 20px;
}
.login_footer {
    margin-bottom: 20px;
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.login_footer a {
    color: var(--bg-color-6);
}
.different_login {
    text-align: center;
    position: relative;
    margin: 20px 0;
}
.different_login:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid var(--bg-color-4);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.different_login span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    text-align: center;
}
.form-check-input:checked {
    background-color: var(--bg-color-1);
    border-color: var(--bg-color-1);
}
.form-check-input:focus {
    border-color: rgba(224, 34, 53, 0.5);
    outline: 0;
    box-shadow: 0 0 0 0.25rem #dc354545;
}
.form-note {
    margin-top: 20px;
}
a.btn-google {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 0.9em;
}
a.btn-google i {
    color: #32a753;
    font-size: 25px;
}
a.btn-google:hover i {
    color: #f9bb00;
}
.error_img img {
    margin: 30px 0;
}
.widget_link li{
    border-bottom: 0 !important;
}

/*style comment*/
.comment-box {
    background: #07101d;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 20px #f2f2f2;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
    color: #fff;
}
.fn{
    color: #333;
}
.comment-respond p.comment-form-url{
    display: none;
}
.comment-respond .comment-form-comment {
    margin: 20px 0;
}
.comment-respond p.comment-form-author{
    width: 49%;
    float: right;
}
.comment-respond p.comment-form-email {
    width: 49%;
    float: left;
}
.comment-respond  .comment-form-cookies-consent {
    float: right;
    width: 100%;
    margin: 20px 0;
}

.comment-box .comments-inner {
    margin-top: 40px;
}
.submit{
    background-color: #ff3c00;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.comments-inner .comment {
    border-radius: 5px;
    margin: 20px 0px;
    border: 1px solid rgb(233, 233, 233);
    padding: 10px 15px 15px;
}
.comments-inner .comment-awaiting-moderation {
    color: #cf5d5d;
    margin: 7px 0;
    display: inline-block;
}

.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
}

.comments-inner .comment .depth-2 {

}
.comments-inner .comment .depth-3 {

}
.comments-inner .comment .depth-4 {

}
.comments-inner .comment .comment-author {

}
.comments-inner .comment .comment-meta {
    display: none;
}
.comments-inner .comment .comment-author img{
    display: none;
}
.comments-inner .comment .comment-author .fn {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.comments-inner .comment .comment-author .says{
    display: none;
}

.comments-inner .comment .comment-meta a {
    color: #8a8a8a;
    font-size: 13px;
}
.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
    color: #fff;
}
.fn {
    color: #fff;
}
.comments-inner .comment .reply {
    display: block;
    margin-top: 15px;
}
.comments-inner .comment .reply a {
    background: #ff3c00;
    color: #fff;
    padding: 4px 15px;
    text-decoration: none;
}
#comment,#email,#author{
    width: 100%;
}
/*end style comment*/

/*archive*/
/*pagination*/
.archive-pagination {
    text-align: center;
    margin-top: 40px;
}
.archive-pagination span.current {
    background: #6a0dad;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0 3px;
    font-weight: 700;
}
.archive-pagination a {
    background: #ecf0f1;
    color: #333;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0 3px;
}
/*end pagination*/
/*end archive*/

/*woocommerce index*/
.not_stock span{
    background: linear-gradient(to left, #6f42c1, #6a0dad);
    border-radius: 5px;
    font-size: 13px;
    color: #dee2e6 !important;
    padding: 6px 10px;
}
.tamas_product span{
    background: linear-gradient(to left, #6f42c1, #6a0dad);
    border-radius: 5px;
    font-size: 13px;
    color: #dee2e6 !important;
    padding: 6px 10px;
}
.product-single {
    background-color: #a7aeb6;
    color: #fff;
    min-height: 1365px;
}
.product-single span.onsale{
    background-color: rgba(196, 14, 51, 0.85) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 8px 20px !important;
    gap: 12px !important;
    font-weight: 700 !important;
    line-height: 2.1 !important;
}
.cart .single_add_to_cart_button.button {
    padding: 15px !important;
    background-image: linear-gradient(to right,#7011AD,#BC0505,#FC630F) !important;
    border-radius: 7px;
}
.cart{
    display: flex;
    justify-content: space-around;
}
.quantity {
    display: flex;
    width: 100px;
    height: 45px;
    border-radius: 7px;
}
.quantity .qty {
    width: 100% !important;
    height: 100%;
    font-size: 20px;
    text-align: center !important;
    font-weight: 700;
    border-radius: 7px;
    padding: 11px 14px;
}
.discountsingle {
    background: #F93423;
    color: #fff;
    font-size: 16px;
    font-weight: 450;
    width: 40px;
    height: 40px;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 25px;
    top: -25px;
}
.additional-product {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    max-height: 500px;
    overflow: hidden;
}
.property-itemm {
    display: inline-flex;
    font-size: 17px;
}
.property-itemm span{
    color: black;
}
.property-itemm p{
    color: blueviolet;
    font-size: 15px;
}
.fa-circle-dot::before, .fa-dot-circle::before {
    content: "\f192";
    color: blueviolet !important;
}
.woocommerce-product-rating .star-rating{
    color: #ffc107;
    font-size: 16px;
    margin: 3px !important;
}
.product_title.entry-title{
    background-color: #f1f1f1;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px !important;
    border-radius: 13px;
    line-height: 2;
    color: #000000;
    text-align: center;
}
.woocommerce-product-rating{
    background-color: #f1f1f1;
    margin-top: 20px;
    padding: 10px 10px 8px 5px !important;
    display: inline-block;
    width: 12%;
    float: left;
    border-radius: 5px;
}
.woocommerce-product-details__short-description{
    text-align: justify;
    color: #6f42c1;
    line-height: 2;
    margin: 10px 0;
}
.posted_in{
    display: block;
    margin-bottom: 15px !important;
}
.posted_in a,.tagged_as a{
    color: #58151c !important;
}
.tabs.wc-tabs{
    background: linear-gradient(to left , blueviolet ,darkblue);
    border-radius: 7px;
    display: flex;
    justify-content: center;
    padding: 10px 0 !important;
}
.tabs.wc-tabs li {
    padding: 10px 45px !important;
}
#tab-title-additional_information {
    margin-right: -26%;
}
#tab-additional_information h2{
    font-size: 18px !important;
    font-weight: 600;
    background: azure;
    color: black;
    display: inline-block;
    padding: 15px 33px;
    border-radius: 5px;
    text-align: center !important;
    margin-bottom: 20px !important;
}
.woocommerce-Reviews-title{
    font-size:  20px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-weight: 700;
    background: azure;
    color: black;
    display: inline-block;
    position: relative;
    right: 35%;
    padding: 15px 33px;
    border-radius: 5px;
}
.woocommerce-breadcrumb{
    background: linear-gradient(to left , blueviolet ,darkblue);
    text-align: center;
    font-size: 20px;
    color: #e5c7ca !important;
    padding: 15px !important;
    border-radius: 5px;
    margin-top: 10px !important;
}
.woocommerce-breadcrumb a{
    color: #dee2e6 !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    display: none !important;
}
#reviews{
    background: #07101d;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 20px #f2f2f2;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
    color: #fff;
}
.comment-text {
    margin: 20px 0 !important;
}
.star-rating span{
    color: gold;
}
.description p{
    color: blanchedalmond;
}
#respond {
    background: linear-gradient(to top, blueviolet, bisque ) !important;
    padding: 20px 10px !important;
    border-radius: 5px;
    border: 2px solid bisque !important;
    box-shadow: 0 0 10px azure;
    margin-top: 20px !important;
}
#reply-title {
    font-size: 15px;
    color: black;
    font-weight: 501;
    box-shadow: 0 0 5px black;
    padding: 5px 10px !important;
    border-radius: 5px;
}
.comment-form-rating label{
    margin-top: 20px;
    font-size: 15px;
    color: black;
    font-weight: 501;
    box-shadow: 0 0 5px black;
    padding: 5px 10px !important;
    border-radius: 5px;
}
.comment-form-rating .stars{
    display: inline-block;
    margin: 35px 20px !important;
}
.comment-form-comment label{
    font-size: 15px;
    color: black;
    font-weight: 501;
    box-shadow: 0 0 10px cornsilk;
    padding: 5px 10px !important;
    border-radius: 10px;
    margin-bottom: 20px;
}
.comment-form-comment #comment{
    height: 40% !important;
}
.comment-form-comment #comment , .comment-form-author input ,
.comment-form-email input{
    display: block;
    width: 50% !important;
    background: antiquewhite;
    border: none;
    border-radius: 5px;
    padding: 5px 10px !important;
    color: brown;
    margin-right: 50px !important;
}
#submit{
    background-color: black !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    margin-right: 880px !important;
}
.comment-text {
    border: none !important;
    padding: 25px !important;
    box-shadow: 0 0 10px antiquewhite;
    border-radius: 10px !important;
}
.woocommerce p.stars a::before {
    color: chocolate;
}
.woocommerce-message {
    border-top-color: blueviolet !important;
    width: 70% !important;
    margin-right: 300px !important;
    font-size: 15px;
    font-weight: 501;
}
.woocommerce-message::before {
    content: "\e015";
    color: blueviolet !important;
}
.woocommerce-message .button.wc-forward {
    background: blueviolet;
    color: aliceblue !important;
    padding: 15px 30px !important;
}
.woocommerce-message .button.wc-forward:hover{
    background: #6f42c1 !important;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block{
    background-color: cadetblue;
    border-radius: 10px;
    padding: 5px 10px !important;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    background-color: cadetblue;
    border-radius: 10px;
    width: 20%;
    margin-right: 8px;
    padding: 5px 15px;
}
.wc-block-components-quantity-selector__input{
    background: aquamarine !important;
}
.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus , .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus{
    background-color: aliceblue !important;
}
.wc-block-components-product-name{
    background: aliceblue;
    padding: 5px 10px !important;
    border-radius: 5px;
}
.wc-block-cart-item__prices .price.wc-block-components-product-price {
    display: flex;
    margin: 30px 10px !important;
}
.wc-block-components-product-badge.wc-block-components-sale-badge {
    background-color: azure;
    border: none;
    padding: 5px 10px !important;
    display: inline-block;
    margin: 0 45px 40px !important;
}
.wc-block-components-product-metadata__description ul{
    display: none !important;
}
.wc-block-cart-item__quantity{
    display: flex ;
}
.wc-block-components-quantity-selector{
    margin-left: 10px !important;
}
.wc-block-cart-item__remove-link {
    background-color: aquamarine !important;
    border-radius: 5px !important;
    width: 10% !important;
}
.wc-block-cart-items__header .wc-block-cart-items__header-image , .wc-block-cart-items__header-total{
    font-size: 15px;
    padding: 15px 25px !important;
}
.wc-block-cart-items__header .wc-block-cart-items__header-image span , .wc-block-cart-items__header-total span {
    box-shadow: 0 0 5px black;
    padding: 5px 10px !important;
    border-radius: 10px;
}
.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    background-color: aliceblue;
    border-radius: 5px;
    padding: 5px 10px !important;
    font-size: 12px;
    font-weight: bold;
}
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 14px !important;
    padding: 10px 15px !important;
}
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    width: 10%;
    background-color: blueviolet;
    color: aliceblue;
    border: none;
    border-radius: 5px;
    padding: 14px 40px;
}
#wc-block-components-totals-coupon__input-0 {
    background-color: antiquewhite;
    border: none;
    color: brown;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: aliceblue;
    width: 50%;
    margin-right: 95px !important;
    border-radius: 5px;
}
.wp-block-woocommerce-checkout-order-summary-block {
    background-color: aliceblue;
    border-radius: 5px !important;
    border: none !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: brown !important;
    box-shadow: 0 0 0 2px brown !important;
    color: #fff !important;
}
.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    display: flex;
}
.wc-block-components-form.wc-block-checkout__form {
    background-color: aliceblue;
    border-radius: 5px !important;
    border: none !important;
    padding: 10px 15px !important;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    background: aliceblue;
    width: 15%;
    margin-right: 95px !important;
    border-radius: 5px;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
    border: none !important;
}
#email,#shipping-country,#shipping-first_name,
#shipping-last_name,#shipping-state,#shipping-city,
#shipping-address_1,#shipping-postcode ,#shipping-phone {
    background-color: darkgray !important;
    border: none !important;
}
.wc-block-components-address-form__address_2-toggle {
    display: none !important;
}
select{
    padding: 10px !important;
    margin-bottom: 10px !important;
    background-color: aliceblue !important;
    border: none !important;
}
.variations_form.cart {
    position: relative;
}
.single_variation_wrap{
    position: absolute;
    top: 100%;
}
.summary.entry-summary .product_meta {
    margin-top: 60px !important;
}
.woocommerce-Price-amount.amount bdi{
    color: black !important;
    margin-left: 5px !important;
}
.woocommerce-products-header{
    background-color: azure;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px !important;
    margin: 10px auto !important;
    width: 50%;
    border-radius: 5px;
}
.woocommerce-products-header__title.page-title{
    font-size: 20px;
    font-weight: bold;
}
.woocommerce-result-count{
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    border: 2px solid black;
    padding: 10px !important;
    font-size: 15px;
    font-weight: 501;
}
.products{
    margin: 15px !important;
}
.products.columns-4 .product.type-product {
    background-color: darkgray;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid burlywood;
    box-shadow: 0 0 10px burlywood;
    margin: 10px;
}
.woocommerce-loop-product__title{
    background: aliceblue;
    border-radius: 5px;
    padding: 15px !important;
    line-height: 1.7 !important;
    text-align: center !important;
    margin: 10px 0 !important;
    font-size: 15px !important;
}
.woocommerce ul.products li.product .price{
    text-align: center;
}
.button.product_type_variable.add_to_cart_button , .button.product_type_simple ,.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    padding: 15px !important;
    background-image: linear-gradient(to right,#7011AD,#BC0505,#FC630F) !important;
    border-radius: 7px;
    display: block !important;
    color: aliceblue !important;
    text-align: center;
}
.woocommerce-ordering .orderby{
    display: none !important;
}
#username ,#password ,#reg_email,#reg_password,#password,#account_username,#account_password, #reg_username , #user_login{
    background-color: #dfe6e9 !important;
    border: none !important;
    border-radius: 10px !important;
    margin: 10px 0 !important;
    padding: 10px !important;
    font-weight: 500;
    color: #fff !important;


}
.woocommerce-form.woocommerce-form-login.login,.woocommerce-form.woocommerce-form-register.register{
    background-color: #391063;
    color: #dee2e6 !important;
}
.woocommerce-button.button.woocommerce-form-login__submit ,.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
    background-color: black;
    border: none;
    color: aliceblue;
    padding: 5px 30px;
    border-radius: 5px;
}
.woocommerce-LostPassword.lost_password a{
    color: aliceblue !important;
}
.u-column2 h2 ,.u-column1 h2{
    box-shadow: 0 0 10px black;
    display: inline-block;
    width: 20%;
    text-align: center;
    border: 2px solid black;
    padding: 7px 10px;
    font-size: 20px;
    font-weight: 501;
    border-radius: 5px;
    margin-top: 15px;
}
.woocommerce-password-strength.short {
    background-color: #f56060 !important;
    border-color: #e35b5b;
    color: black !important;
}
.woocommerce-password-strength.bad {
    background-color: #f7915c !important;
    border-color: #f78b53;
    color: black !important;
}
.woocommerce-password-strength.good {
    background-color: #ffca3c !important;
    border-color: #ffc733;
    color: black !important;
}
.woocommerce-password-strength.strong {
    background-color: #63f33f !important;
    border-color: #83c373;
    color: black !important;
}
.woocommerce-password-hint{
    color: red !important;
    font-weight: bold;
}
.woocommerce-Address-title.title h2{
    box-shadow: 0 0 10px black;
    display: inline-block;
    width: 40%;
    text-align: center;
    border: 2px solid black;
    padding: 7px 10px;
    font-size: 20px;
    font-weight: 501;
    border-radius: 5px;
    margin-top: 15px;
}
.woocommerce-MyAccount-navigation{
    background-color: darkmagenta;
    border-radius: 5px;
    margin: 10px auto;
    line-height: 2.5;
    box-shadow: -8px 0 10px blueviolet;
}
.woocommerce-MyAccount-navigation ul li.is-active{
    background-color: aliceblue;
    margin: 10px auto;
    padding: 5px 10px;
    border-radius: 5px;
}
.woocommerce-MyAccount-navigation ul li{
    margin: 10px auto;
    padding: 5px 10px;
}
.woocommerce-MyAccount-navigation ul li a {
    color: cornflowerblue !important;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}
.woocommerce-product-gallery ol {
    zoom: 11.5 !important;
    width: 40%;
    margin: 2px 0 !important;
    display: flex;
    justify-content: space-around;
}
.pishro-breadcrumb div .breadcrumbs{
    background: linear-gradient(to left , blueviolet ,darkblue);
    text-align: center;
    color: #e5c7ca !important;
    padding: 15px !important;
    border-radius: 5px;
    margin-top: 10px !important;
}
.pishro-breadcrumb div .breadcrumbs a {
    font-size: 15px;
}
#tab-title-additional_information {
    margin-left: 17px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content: none !important;
}
.woocommerce-tabs.wc-tabs-wrapper ul li {
    border-radius: 10px !important;
}
#tab-description h2 {
    font-size: 18px !important;
    font-weight: 600;
    background: azure;
    color: black;
    display: inline-block;
    padding: 15px 33px;
    border-radius: 5px;
    text-align: center !important;
    margin-bottom: 20px !important;
}
.up-sells.upsells.products ul li a.added_to_cart.wc-forward {
    box-shadow: 0 -5px 10px black;
    text-align: center;
    border: 2px solid black;
    border-radius: 5px;
    margin-top: 15px !important;
    display: block;
    padding: 5px !important;
    font-size: 15px;
    color: blue !important;
}
.col-3.item.product {
    background-color: blueviolet;
    padding: 20px !important;
    border-radius: 5px;
    margin: 5px !important;
    height: 630px;
}
.col-3.item.product img{
    width: 100%;
}
.woocommerce-pagination{
    margin-top: 20px !important;
}

.woocommerce .woocommerce-pagination .page-numbers {
    background: #fff !important;
    padding: 10px !important;
    border: none !important;
    border-radius: 10px;
    width: 25% !important;
    display: flex !important;
    margin: auto !important;
    justify-content: space-between;
}

.woocommerce .woocommerce-pagination .page-numbers li {
    border: none !important;
}

.woocommerce .woocommerce-pagination .page-numbers li span.current{
    background: #7b1ab2 !important;
    color: #fff !important;
}

.woocommerce .woocommerce-pagination .page-numbers li *{
    padding: 15px 0px !important;
    border-radius: 12px;
    display: inline-block !important;
    text-align: center !important;
    width: 50px !important;
}

.woocommerce .woocommerce-pagination .page-numbers li a{
    color: #666 !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #361c7f !important;
}
.blinking-1{
    animation:blinking-1 0.2s infinite !important;

}
@keyframes blinking-1{
    0%{ color: #531796; }
    49%{ color: #555; }
    50%{ color: #555; }
    99%{ color: #531796; }
    100%{ color: #531796; }
}
.single_variation_wrap .woocommerce-variation.single_variation{
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.item-popular{
    height: 545px;
}
.related.products{
    display: none !important;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .onsale{
    display: none;
}
.wc-block-grid__product {
    background-color: blueviolet;
    padding: 20px !important;
    border-radius: 5px;
    margin: 5px !important;
    height: 691px;
}
.wc-block-grid__product-title {
    background: aliceblue;
    border-radius: 5px;
    padding: 15px !important;
    line-height: 1.7 !important;
    text-align: center !important;
    margin: 10px 0 !important;
    font-size: 15px !important;
}
.wp-block-button.wc-block-grid__product-add-to-cart a {
    padding: 15px !important;
    background-image: linear-gradient(to right, #7011AD, #BC0505, #FC630F) !important;
    border-radius: 7px;
    display: block !important;
    color: aliceblue !important;
    text-align: center;
    font-size: 15px !important;
    font-weight: 501;
}
.wc-block-grid__product-price.price {
    display: flex;
    justify-content: space-around;
    margin: 5px auto !important;
}
.wc-block-grid__product-rating {
    background-color: azure;
    display: inline-block !important;
    padding: 5px 10px !important;
    border: 2px solid black;
    border-radius: 5px;
    box-shadow: 0 0 10px azure;
}
/*end woocommerce index*/

/*responsive*/



@media screen and (max-width: 600px) { 
    .mega-menu {
        display: none !important;
    }
    .main-menu {
         display: none !important;
    }
    .responsive-menu{
        display: block !important;
    }
    
    .responsive-menu .maain-menu ul li , .responsive-menu .piishro-megamenu ul li{
        background: linear-gradient(135deg,aquamarine,blue) !important;
        padding: 10px !important;
        margin: 10px !important;
        text-align: center !important;
        width: 50% !important;
    }
    .responsive-menu .maain-menu ul li a, .responsive-menu .piishro-megamenu ul li a {
        color: white !important;
        font-size: 16px !important;
        font-weight: bold !important;
        font-family: kalameh !important;
    }
    .responsive-menu-icon {
        display: block !important;
    }
    .header-cart{
        display: none !important;
    }
    .responsive-header-cart{
        display: block !important;
    }
    .header-tow {
        margin-top: -27px !important;
    }
    .textlight {
        margin-top: 15px !important;
        font-size: 17px !important;
    }
    .header-cart-blinking{
        font-size: 21px !important;
        margin: 0 5px !important;
    }
    .hanishop-title{
        margin-top: 15px !important;
    }
    .title-kattoni{
        font-size: 20px !important;
    }
    .sub-title-kattoni{
        font-size: 25px !important;
    }
    .count_user_site::after{
        display: none !important;
    }
    .search form input{
        width: 80% !important;
        margin-top: -25px !important;
    }
    .search form i{
        display: none !important;
    }
    .slider-flow{
        display: none !important;
    }
    .responsive-new-kala {
        display: block !important;
        margin-bottom: -33px !important;
    }
    .title-pro {
        display: flex !important;
        justify-content: center !important;
    }
    .title-pro h4 a{
        font-size: 17px !important;
    }
    .new-kala{
        height: 565px !important;
    }
    .product-responsive{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        height: 512px !important;
    }
    .product-responsive figure a img{
        width: 50% !important;
        margin: 0 auto !important;
    }
    .product-responsive figure h2 a{
        background: none !important;
        font-size: 15px !important;
    }
    .product-kala {
        display: none !important;
    }
    .service-item{
        margin-bottom: 10px !important;
    }
    .widget-1 ul li.menu-item{
        border-bottom: 1px solid aliceblue !important;
        display: inline-block !important;
        margin: 0 10px !important;
    }
    .img-insta{
        margin: 0 auto !important;
        display: block !important;
    }
    .big-post .title{
        left: 10px !important;
        width: 94% !important;
        top: 12px !important;
    }
    .attachment-archive {
        margin: 10px auto !important;
        display: block !important;
    }
    .blog_box {
        height: 335px !important;
    }
    .blog_box.mini_blog_box .card-body ul{
        justify-content: center !important;
    }
    .blog_box.mini_blog_box .card-body h3{
        text-align: center !important;
    }
    #reply-title{
        font-size: 13px !important;
        box-shadow: none !important;
    }
    .col-3.item.product{
        height: 465px !important;
        align-items: center !important;
        display: grid !important;
    }
    .product-woocommerce{
        width: 410% !important;
        flex-direction: column !important;
    }
    .woocommerce-loop-product__title {
        font-size: 12px !important;
        width: 50% !important;
        margin-right: 138px !important;
    }
    .col-3.item.product img {
        width: 50% !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .price {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        width: 30% !important;
        margin-right: 191px !important;
    }
    .card .blog_box_link-1 img{
        width: 50% !important;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    .mega-menu {
        display: none !important;
    }
    .main-menu {
         display: none !important;
    }
    .responsive-menu{
        display: block !important;
    }
    .header-cart{
        display: none !important;
    }
    
    .responsive-menu .maain-menu ul li , .responsive-menu .piishro-megamenu ul li{
        background: linear-gradient(135deg,aquamarine,blue) !important;
        padding: 10px !important;
        margin: 10px !important;
        text-align: center !important;
        width: 50% !important;
    }
    .responsive-menu .maain-menu ul li a, .responsive-menu .piishro-megamenu ul li a {
        color: white !important;
        font-size: 16px !important;
        font-weight: bold !important;
        font-family: kalameh;
    }
    .responsive-menu-icon {
        display: block !important;
    }
    .header-cart{
        display: none !important;
    }
    .responsive-header-cart{
        display: block !important;
    }
    .header-tow {
        margin-top: -27px !important;
    }
    .textlight {
        margin-top: 15px !important;
        font-size: 17px !important;
    }
    .header-cart-blinking{
        font-size: 21px !important;
        margin: 0 5px !important;
    }
    .hanishop-title{
        margin-top: 15px !important;
    }
    .title-kattoni{
        font-size: 20px !important;
    }
    .sub-title-kattoni{
        font-size: 25px !important;
    }
    .count_user_site::after{
        display: none !important;
    }
    .search form input{
        width: 80% !important;
        margin-top: -25px !important;
    }
    .search form i{
        display: none !important;
    }
    .slider-flow{
        display: none !important;
    }
    .responsive-new-kala {
        display: block !important;
        margin-bottom: -33px !important;
    }
    .title-pro {
        display: flex !important;
        justify-content: center !important;
    }
    .title-pro h4 a{
        font-size: 17px !important;
    }
    .new-kala-text h4{
        font-size: 15px !important;
        width: 100% !important;
        left: 4px !important;
        text-align: center !important;
    }
    .new-kala-img img {
        left: 3px !important;
    }
    .new-kala{
        height: 565px !important;
    }
    .product-responsive{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        height: 512px !important;
    }
    .product-responsive figure a img{
        width: 50% !important;
        margin: 0 auto !important;
    }
    .product-responsive figure h2 a{
        background: none !important;
        font-size: 15px !important;
    }
    .product-kala {
        display: none !important;
    }
    .service-item{
        margin-bottom: 10px !important;
    }
    .service-item b{
        font-weight: bold !important;
        font-size: 12px !important;
    }
    .service-item span{
        font-size: 12px !important;
        line-height: 1.7 !important;
        width: 100% !important;
    }
    .widget-1 h6.widget_title{
        font-size: 15px !important;
        font-weight: bold !important;
    }
    .widget-1 ul li a{
        font-size: 13px !important;
    }
    .item figure.amazing-thumbnail{
        width: 50% !important;
        margin: 0 auto !important;
    }
    .img-insta{
        max-width: 180% !important;
    }
    .item.product-item figure a img.attachment-product{
        display: block !important;
        width: 60% !important;
        margin: 0 auto !important;
    }
    .parent-price{
        justify-content: center !important; 
    }
    .big-post .title{
        left: 144px !important;
        width: 35% !important;
        top: 26px !important;
    }
    .attachment-archive {
        margin: 10px auto !important;
        display: block !important;
    }
    .blog_box {
        height: 335px !important;
    }
    .blog_box.mini_blog_box .card-body ul{
        justify-content: center !important;
    }
    .blog_box.mini_blog_box .card-body h3{
        text-align: center !important;
    }
    #reply-title{
        font-size: 13px !important;
        box-shadow: none !importan
    }
    .product-woocommerce{
        width: 132% !important;
    }
    .col-3.item.product{
        height: 427px !important;
        align-items: center !important;
        display: grid !important;
    }
    .card .blog_box_link-1 img{
        width: 50% !important;
    }
    
}

@media (min-width: 769px) and (max-width: 1200px) {
    .mega-menu{
        width: 330px !important;
    }
    .main-menu{
        width: 1096px !important;
        margin-right: -124px !important;
    margin-top: 63px !important;
    }
    .header-cart{
        display: none !important;
    }
    .responsive-header-cart{
        position: relative !important;
        top: 99px !important;
        left: 71px !important;
        display: block ruby !important;
    }
    .header-tow {
        margin-top: -27px !important;
    }
    .textlight {
        margin-top: 15px !important;
        font-size: 20px !important;
    }
    .header-cart-blinking{
        font-size: 21px !important;
        margin: 0 5px !important;
    }
    .hanishop-title{
        margin-top: 15px !important;
    }
    .title-kattoni{
        font-size: 20px !important;
    }
    .sub-title-kattoni{
        font-size: 25px !important;
    }
    .count_user_site::after{
        left: -42rem !important;
    }
    .slider-flow{
        display: none !important;
    }
    .new-kala-text h4{
        font-size: 15px !important;
        width: 100% !important;
        left: 4px !important;
        text-align: center !important;
    }
    .new-kala-img img {
        left: 3px !important;
    }
    .new-kala{
        height: 510px !important;
    }
    .product-responsive {
        height: 470px !important;
        display: inline-block !important;
    }
    .product-responsive figure a img{
        width: 50% !important;
        margin: 0 auto !important;
    }
    .product-responsive figure h2 a{
        background: none !important;
        font-size: 15px !important;
    }
    .responsive-product-sell{
        width: 65% !important;
        font-size: 15px !important;
    }
    .service-item{
        margin-bottom: 10px !important;
    }
    .service-item b{
        font-weight: bold !important;
        font-size: 12px !important;
    }
    .service-item span{
        font-size: 12px !important;
        line-height: 1.7 !important;
        width: 100% !important;
    }
    .widget-1 h6.widget_title{
        font-size: 15px !important;
        font-weight: bold !important;
    }
    .widget-1 ul li a{
        font-size: 13px !important;
    }
    .big-post .title{
        left: 7px !important;
        width: 76% !important;
        top: 66px !important;
    }
    .product-woocommerce{
        width: 132% !important;
    }
    .col-3.item.product{
        height: 579px !important;
        align-items: center !important;
        display: grid !important;
    }
    .down {
        width: 190px !important;
        height: 60px !important;
        display: block !important;
        
    }
    .down .post-meta {
        margin-top: 5px !important;
    }
    .item.related-item.shadow-lg.p-3.mb-5.bg-white.rounded {
        min-height: 300px !important;
    }
    #s {
       width: 50% !important;
    }
    #searchsubmit {
        width: 47% !important;
    }
}

@media (min-width: 1201px){
    
}

