:root{
    --header-height: 3.5rem;
    /*================ Colors ==========*/
    --title-color: hsl(250,8%, 15%); 
    --text-color: hsl(250, 8%, 35%);
    --body-color: hsl(250, 60%, 98%);
    --container-color: #fff;
    --shadow: hsl(0, 0%, 15%, .1);
    --hover-color: #e91e63;
    --hover3-color: #e8f9fd;
    --hover2-color: #59ce8f;
    --scroll-bar-color: hsl(250,12%,90%);
    /*============ font and typography ========*/
    --body-font: Vazirmatn;

}
@font-face {
    font-family: "Samim FD";
    src: url("https://db.onlinewebfonts.com/t/89b576f7ea2bc18714e52aeae88c2a32.eot");
    src: url("https://db.onlinewebfonts.com/t/89b576f7ea2bc18714e52aeae88c2a32.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/89b576f7ea2bc18714e52aeae88c2a32.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/89b576f7ea2bc18714e52aeae88c2a32.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/89b576f7ea2bc18714e52aeae88c2a32.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/89b576f7ea2bc18714e52aeae88c2a32.svg#Samim FD")format("svg");
}
/*================== BASE ============*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body,button,input{
    font-family: Vazirmatn;
    font-size: var(--normal-font-size);
}
body{
    direction: rtl;
    background-color: var(--body-color);
    color: var(--text-color);
    font-family: Vazirmatn;
}
h1,h2,h3,h4{
    color: var(--title-color);
    font-weight: var(--font-medium);
}
ul{
    list-style-type: none !important;
    margin-bottom: 0;
}
.site-footer ul li{
    font-family: 'Samim FD', sans-serif;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
button{
    cursor: pointer;
}
button,input{
    border: none;
    outline: none;
}
.product_item_heading h4{
    background: #F1EEEE;
    padding: 5px 0;
    font-size: 1.2em;
}
.btn-info{
    background-color: var(--hover-color);
}
.sbr{
    font-size: 14px;
    color : #f7858d;
    font-weight: 500;
}
/*=============== THEME ==================*/


.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  left: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}




/*==============Variables Dark theme ===============*/
.z-panel{
    color: #fa034d;
    font-size: 1em;
}
.m-nu{
    margin-left: 20px;
}
/*================= REUSABLE CSS CLASSES ===============*/
/* .section{
    padding: .1rem 0 2rem;
} */
.section__title,
.breadcrumb__subtitle{
    margin-bottom: var(--mb-3);
}
.section__title,
.breadcrumb__title,
.breadcrumb__subtitle{
    text-align: center;
}

/*================ Layout ===============*/
.containerr{
    max-width: 1298px;
    margin-left: auto;
    margin-right: auto;
}
.grid{
    display: grid;
}
.home{
    margin-top: 30px;
}
.shetab{
    font-size:.9em;
    margin-bottom:10px;
}
/*=============== Header Section ==================*/
.header{
    width: 100%;
    background: transparent;
    position: relative;
    z-index: var(--z-fixed);
}
/*=============== nav =========*/
.navv{
    height: calc(var(--header-height) + 3rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 3rem;
    margin-top: 10px;
}
.login__toggle,
.nav__toggle,
.nav__shop{
    color: var(--title-color);
}
.camp{
    color: #050318;
    font-size: .9em;
    font-weight: 600;
}
.abzar{
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(89,206,143,1) 0%, rgb(156, 247, 198) 100%);
    color: #fff;
    border-radius: 8px;
    padding: 5px;
    font-size: 1.1em;
}
.nav__logo{
    display: inline-flex;
    align-items: center;
    column-gap: .15rem;
}
.nav__btns{
    display: flex;
    align-items: center;
    column-gap: 2rem;
    margin-right: auto;
}
.nav__btns a {
    padding: 9px 13px 7px;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(89,206,143,1) 0%, rgb(156, 247, 198) 100%);
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 6px;
    color: #fff;
    font-size: 1.2em;
}
.nav__btns a span{
    font-size: .6em !important;
}
.login__toggle,
.nav__toggle,
.register__toggle,
.nav__shop{
    font-size: .9rem;
    cursor: pointer;
}
.nav__shop a{
    padding: 9px 13px 7px;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(226,30,4,1) 0%, rgb(252, 136, 161) 100%);
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #fff;
    font-size: 1.2em;
}
.nav__shop{
    position: relative;
}

.nav__shop span{
    font-family: 'Samim FD', sans-serif;
    position: absolute;
    top: -19px;
    left: -12%;
    width: 18px;
    height: 18px;
    background: #fff;
    color: #050318;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.panel__toggle img{
    width: 50px !important;
}
.panel__toggle p{
    font-size: 13px;
    width: 150px;
}
.login__toggle{
    width: 37px;
    text-align: center;
}
.nav__list{
    display: flex;
    align-items: center;
    column-gap: 2rem;
}
.nav__link{
    color: var(--title-color);
    font-weight: var(--font-medium);
    font-size: var(--normal-font-size);
    transition: .3s;
}
.nav__link:hover{
    color: var(--first-color);
}
.nav__toggle{
    display: none;
}

.navbar1{
    background: #fafafa;
    padding: 0 1rem;
    position: relative;
    width: 100%;
    max-height: 100vh;
}
.brand-and-icon{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}
.navbar-toggler1{
    display: block;
    border: none;
    background: transparent;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.2rem 0.4rem 0;
    transition: all 0.4s ease;
    border: 2px solid var(--hover-color);
    color: var(--hover-color);
    border-radius: 4px;
}
.navbar-collapse1{
    display: none;
}
.navbar-nav1 > li > a{
    font-size: 1.1rem;
    color: var(--title-color);
    font-weight: 700;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
}
.drop-icon{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
}
.navbar-nav1 > li > a:hover{
    color: var(--hover-color);
}
.sub-menu{
    background-color: #fff !important;
    border-bottom: 4px solid var(--first-color);
}
.sub-menu h4{
    font-size: 1rem;
    padding: 0.5rem 0;
}
.sub-menu ul{
    margin-bottom: 20px;
}
.sub-menu ul li{
    padding: 0.2rem 0;
    margin: 0.2rem 0rem 0.2rem 0 ;
    font-size: 0.85rem;
    
}
.sub-menu ul li a{
    color: var(--text-color);
    transition: all 0.3s ease;
    font-weight: 400;
}
.sub-menu ul li a:hover{
    color: var(--hover-color);
    font-weight: 600;
}
.sub-menu{
    display: none;
}
.sub-menu-item{
    padding-left: 0rem;
}
.logo__item img{
    width: 135px;
}
.logo__item h1 a{
    font-size:1em;
}
.sub-menu-item h4 a{
    color:var(--title-color);
    font-size: .9em;
    font-weight: 600;
}
@media screen and (min-width: 992px){
    .navbar1{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding: 0 5rem;
        position: relative;
    }
    .navbar-toggler1{
        display: none;
    }
    .brand-and-icon{
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse1{
        display: block!important;
        overflow-y: hidden;
        flex: 1 0 auto;
    }
    .navbar-nav1{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-nav1 > li > a{
        border-bottom: none;
        margin: 0 0.4rem;
        padding: 1.7rem 1.8rem 1.7rem 0.8rem;
        font-size: 0.8rem;
    }
    .sub-menu{
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #f8f8f8;
    }
    .navbar-nav1 > li:hover .sub-menu{
        display: grid!important;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 5rem;
    }
    .navbar-nav1 > li{
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }
    .navbar-nav1 > li:hover{
        border-bottom-color: var(--hover-color);
    }
    .sub-menu-item{
        padding-left: 0;
    }
    .sub-menu-item:nth-child(3){
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* header */
    .header{
        height: calc(33vh - 75px);
    }
    .header h2{
        font-size: 6rem;
    }
    
}


/*============ search box =================*/
.search {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
.searchTerm {
    width: 100%;
    border: 2px solid #bdbcbc;
    border-right: none;
    padding: 5px;
    height: 50px;
    border-radius: 35px 0 0 35px;
    outline: none;
    color: #9DBFAF;
  }
  
.searchTerm:focus{
    color: var(--text-color);
}
.searchButton {
    width: 50px;
    height: 50px;
    padding: 5px;
    border: 2px solid #a7a7a7;
    background: #fff;
    text-align: center;
    color: #fff;
    border-radius: 0 35px 35px 0;
    cursor: pointer;
    font-size: 18px;
}
.searchButton img{
    width: 25px;
    height: 25px;
    opacity: .8;
    margin-right: 4px;
    margin-top: 2px;
}  
  /*Resize the wrap to see the search bar change!*/
.wrap{
    width: 40%;
    position: absolute;
    /* top: 97px; */
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Show Menu */

/* Change background header */

/* Active Link */
.active-link{
    position: relative;
}
.active-link::before{
    content: '';
    position: absolute;
    bottom: -.75rem;
    left: 45%;
    width: 5px;
    height: 5px;
    background: var(--title-color);
    border-radius: 50%;
}

/*=============== MAIN =========*/

/*=============== HOME SECTION =========*/
.home{
    height: 72vh;
    position: relative;
    margin-top: 10px;
    display: block;
}
.wp-theme {
    position: relative;
    width: 100%;
    height: 100%;
}
.theme-text{
    display: flex;
    justify-content: center;
    padding-top: 90px;
}
.theme-text h1{
    font-size: 2.2em;
}
.theme-text-p{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    max-width: 700px;
    margin: 0 auto;
}
.theme-text-p p{
    text-align: justify;
    color: #787878;
    font-size: 1em;
}
.wp-theme-item-one{
    position: absolute;
    top: 5%;
    right: 5%;
    width: 170px;
    height: 140px;
}
.wp-theme-item-one img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.wp-theme-item-two{
    position: absolute;
    top: 45%;
    right: 5%;
    width: 170px;
    height: 140px;
}
.wp-theme-item-two img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.wp-theme-item-tree{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 170px;
    height: 140px;
}
.wp-theme-item-tree img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.wp-theme-item-four{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 170px;
    height: 140px;
}
.wp-theme-item-four img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.rs-parallax-wrap{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 30px;
    top: 130px;
    z-index: 21;
    visibility: visible;
    perspective: 601px;
}
.rs-parallax-wrap-2{
    position: absolute;
    display: block;
    pointer-events: auto;
    right: 0px;
    top: 10px;
    visibility: visible;
    perspective: 601px;
}
.rs-parallax-wrap-3{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 30%;
    top: 360px;
    z-index: 21;
    visibility: visible;
    perspective: 601px;
}
.rs-parallax-wrap-4{
    position: absolute;
    display: block;
    pointer-events: auto;
    right: 0;
    top: 380px;
    z-index: 25;
    visibility: visible;
    perspective: 601px;
}
.rs-parallax-wrap-5{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 189px;
    top: 30px;
    z-index: 26;
    visibility: visible;
    perspective: 601px;
}
.rs-parallax-wrap-6{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 70px;
    top: 127px;
    z-index: 18;
    visibility: visible;
    perspective: 601px;
}
.rs-parallax-wrap-7{
    position: absolute;
    display: block;
    pointer-events: auto;
    right: 20%;
    top: 64%;
    z-index: 21;
    visibility: visible;
    perspective: 601px;
}
.rs-parallax-wrap-8{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 20%;
    top: 0%;
    z-index: 21;
    visibility: visible;
    perspective: 601px;
}
.rs-layer{
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    width: 174px;
    height: 174px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    overflow: hidden;
    clip-path: polygon(50% 100%, 0% 50%, 50% 0%, 50% 0%, 100% 50%, 50% 100%);
    border-radius: 50%;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    transform: translatey(0px);
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
.rs-layer-2{
    z-index: 23;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    width: 261px;
    height: 261px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    overflow: hidden;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%, 50% 100%);
    border-radius: 50%;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: rotate(-25deg);
    visibility: visible;
   
    transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.rs-layer-3{
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    width: 174px;
    height: 174px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    overflow: hidden;
    border-radius: 50%;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    
    transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-10px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
.rs-layer-4{
    z-index: 25;
    background-color: var(--hover-color);
    color: rgb(255, 255, 255);
    width: 43px;
    height: 156px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    clip-path: polygon(0% 100%, 25% 90%, 0% 80%, 25% 70%, 0% 60%, 25% 50%, 0% 40%, 25% 30%, 0% 20%, 25% 10%, 0% 0%, 100% 0%, 75% 10%, 100% 20%, 75% 30%, 100% 40%, 75% 50%, 100% 60%, 75% 70%, 100% 80%, 75% 90%, 100% 100%);
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    
}
.rs-layer-5{
    z-index: 26;
    background-color: var(--hover2-color);
    color: rgb(255, 255, 255);
    width: 43px;
    height: 43px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%, 50% 100%);
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.rs-layer-6{
    z-index: 18;
    color: rgb(255, 255, 255);
    width: 419px;
    height: 419px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    overflow: hidden;
    border-color: rgb(255, 175, 63);
    border-style: solid;
    border-width: 4px;
    border-radius: 50%;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.rs-layer-7{
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    width: 174px;
    height: 174px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    overflow: hidden;
    clip-path: polygon(50% 100%, 0% 50%, 50% 0%, 50% 0%, 100% 50%, 50% 100%);
    border-radius: 50%;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    transform: translatey(0px);
  -webkit-animation: float 4s ease-in-out infinite;
          animation: float 4s ease-in-out infinite;
}
.rs-layer-8{
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    width: 174px;
    height: 174px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    overflow: hidden;
    clip-path: polygon(50% 100%, 0% 50%, 50% 0%, 50% 0%, 100% 50%, 50% 100%);
    border-radius: 50%;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    transform: translatey(0px);
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
.rs-layer img{
    width: 100%;
    height: 174px;
}
.rs-layer-7 img{
    width: 100%;
    height: 174px;
}
.rs-layer-2 img{
    width: 100%;
    height: 261px;
}
.rs-layer-3 img{
    width: 100%;
    height: 174px;
}
.rs-layer-8 img{
    width: 100%;
    height: 174px;
}

.animation-container {
    display: block;
    position: relative;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }
  .animation-container .lightning-container {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    transform: translateY(-50%);
  }
  .animation-container .lightning-container .lightning {
    position: absolute;
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    transform-origin: 6px 6px;
    -webkit-animation-name: woosh;
            animation-name: woosh;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
  }
  .animation-container .lightning-container .lightning.white {
    background-color: rgb(27, 198, 250);
    box-shadow: 0px 50px 50px 0px rgba(31, 252, 241, 0.3);
  }
  .animation-container .lightning-container .lightning.red {
    background-color: #fc7171;
    box-shadow: 0px 50px 50px 0px rgba(252, 113, 113, 0.3);
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .animation-container .boom-container {
    position: absolute;
    display: flex;
    width: 80px;
    height: 80px;
    text-align: center;
    align-items: center;
    transform: translateY(-50%);
    left: 200px;
    top: -145px;
  }
  .animation-container .boom-container .shape {
    display: inline-block;
    position: relative;
    opacity: 0;
    transform-origin: center center;
  }
  .animation-container .boom-container .shape.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    transform-origin: 50% 80%;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    margin-left: -15px;
    border-width: 0 2.5px 5px 2.5px;
    border-color: transparent transparent #42e599 transparent;
    -webkit-animation-name: boom-triangle;
            animation-name: boom-triangle;
  }
  .animation-container .boom-container .shape.triangle.big {
    margin-left: -25px;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #fade28 transparent;
    -webkit-animation-name: boom-triangle-big;
            animation-name: boom-triangle-big;
  }
  .animation-container .boom-container .shape.disc {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #d15ff4;
    -webkit-animation-name: boom-disc;
            animation-name: boom-disc;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .animation-container .boom-container .shape.circle {
    width: 20px;
    height: 20px;
    -webkit-animation-name: boom-circle;
            animation-name: boom-circle;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    border-radius: 100%;
    margin-left: -30px;
  }
  .animation-container .boom-container .shape.circle.white {
    border: 1px solid #fade28;
  }
  .animation-container .boom-container .shape.circle.big {
    width: 40px;
    height: 40px;
    margin-left: 0px;
  }
  .animation-container .boom-container .shape.circle.big.white {
    border: 2px solid #fade28;
  }
  .animation-container .boom-container .shape:after {
    background-color: rgba(178, 215, 232, 0.2);
  }
  .animation-container .boom-container .shape.triangle, .animation-container .boom-container .shape.circle, .animation-container .boom-container .shape.circle.big, .animation-container .boom-container .shape.disc {
    -webkit-animation-delay: 0.38s;
            animation-delay: 0.38s;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
  }
  .animation-container .boom-container .shape.circle {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .animation-container .boom-container.second {
    left: 485px;
    top: 155px;
  }
  .animation-container .boom-container.second .shape.triangle, .animation-container .boom-container.second .shape.circle, .animation-container .boom-container.second .shape.circle.big, .animation-container .boom-container.second .shape.disc {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s;
  }
  .animation-container .boom-container.second .shape.circle {
    -webkit-animation-delay: 2.15s;
            animation-delay: 2.15s;
  }
  
  @-webkit-keyframes woosh {
    0% {
      width: 12px;
      transform: translate(0px, 0px) rotate(-25deg);
    }
    15% {
      width: 50px;
    }
    30% {
      width: 12px;
      transform: translate(214px, -150px) rotate(-35deg);
    }
    30.1% {
      transform: translate(214px, -150px) rotate(46deg);
    }
    50% {
      width: 110px;
    }
    70% {
      width: 12px;
      transform: translate(500px, 150px) rotate(46deg);
    }
    70.1% {
      transform: translate(500px, 150px) rotate(-37deg);
    }
    85% {
      width: 50px;
    }
    100% {
      width: 12px;
      transform: translate(700px, 0) rotate(-37deg);
    }
  }
  
  @keyframes woosh {
    0% {
      width: 12px;
      transform: translate(0px, 0px) rotate(-35deg);
    }
    15% {
      width: 50px;
    }
    30% {
      width: 12px;
      transform: translate(214px, -150px) rotate(-35deg);
    }
    30.1% {
      transform: translate(214px, -150px) rotate(46deg);
    }
    50% {
      width: 110px;
    }
    70% {
      width: 12px;
      transform: translate(500px, 150px) rotate(46deg);
    }
    70.1% {
      transform: translate(500px, 150px) rotate(-37deg);
    }
    85% {
      width: 50px;
    }
    100% {
      width: 12px;
      transform: translate(700px, 0) rotate(-37deg);
    }
  }
  @-webkit-keyframes boom-circle {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    30% {
      opacity: 0;
      transform: scale(3);
    }
  }
  @keyframes boom-circle {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    30% {
      opacity: 0;
      transform: scale(3);
    }
  }
  @-webkit-keyframes boom-triangle-big {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    40% {
      opacity: 0;
      transform: scale(2.5) translate(50px, -50px) rotate(360deg);
    }
  }
  @keyframes boom-triangle-big {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    40% {
      opacity: 0;
      transform: scale(2.5) translate(50px, -50px) rotate(360deg);
    }
  }
  @-webkit-keyframes boom-triangle {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    30% {
      opacity: 0;
      transform: scale(3) translate(20px, 40px) rotate(360deg);
    }
  }
  @keyframes boom-triangle {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    30% {
      opacity: 0;
      transform: scale(3) translate(20px, 40px) rotate(360deg);
    }
  }
  @-webkit-keyframes boom-disc {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    40% {
      opacity: 0;
      transform: scale(2) translate(-70px, -30px);
    }
  }
  @keyframes boom-disc {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    40% {
      opacity: 0;
      transform: scale(2) translate(-70px, -30px);
    }
  }
/**********feature-category****************/
.feature-heading{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    background-color: #fff;
    z-index: 9999 !important;
}
.feature-heading h3,
.arrival-heading h3,
.arrival-heading h1{
    font-size: 1.5rem;
    color: #1b1919;
    font-weight: 500;
    margin-top: 40px;
    padding: 5px 30px;
}
.cart-heading h1{
    font-size: 1.5rem;
    color: #1b1919;
    font-weight: 500;
    padding: 5px 30px;
}
.feature-box{
    width: 155px;
    height: 155px;
    margin: 0 20px 5px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.feature-box a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.feature-category{
    margin-top: 50px;
}
.feature-category .item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.feature-category .item span{
    font-size: 1rem;
    font-weight: 500;
    margin: 5px;
    color: #444444;
}
.lSSlideOuter .lSPager.lSpg {
    display: none !important;
}
#autoWidth{
    display: flex;
    justify-content: center !important;
    margin: 10px auto 40px auto;
}
/*============ Swiper Class =============*/
.swiper-pagination{
    position: initial;
    margin-top: var(--mb-2-5);
}
.swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    background: var(--title-color);
    opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 .5rem;
}
.swiper-pagination-bullet-active{
    width: 1.5rem;
    height: 5px;
    border-radius: .5rem;
}

/*================ BUTTONS ===================*/
.button{
    display: inline-block;
    padding: 1rem 1.75rem;
    transition: .3s;
}
/*============ Discount Section ==============*/
.discount__container{
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    align-items: center;
    column-gap: 7rem;
    background-color: var(--container-color);
    padding: 3rem 0;
    border-radius: 3rem;
}
.discount__img{
    width: 300px;
}
.discount__data{
    padding-left: 6rem;
    text-align: center;
}
.discount__title{
    font-size: var(--h2-font-size);
    margin-bottom: var(--mb-2);
}

/*============= New Section ==============*/
.product_title_box{
    width: 100%;
    margin-top: 20px;
    padding: 0 40px;
    direction: rtl;
}
.donotcross {
    overflow: hidden;
    align-items: center;
    background: radial-gradient(circle, rgba(233,30,99,1) 0%, rgba(245,188,199,1) 100%);
    color: #fff;
    height: 2em;
    line-height: 2em;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 4px;
}
.product_title_box h3{
    display: flex;
    font-size: 1.3em;
}
.donotcross:before, .donotcross:after {
    content: "";
    background: #fff;
    padding: 50px 0;
    height: 0;
    transform: rotate(45deg);
    flex: 1;
}
.product_title_box a{
    display: block;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    color: var(--title-color);
    transition: all .3s ease-in;
}
.product_title_box a:hover{
    color: var(--hover-color);
}
.hr_product{
    width: 100%;
    height: 3px;
    background-color: var(--hover-color);
    margin: 10px 0 0 0;
    border-radius: 25px;
}
.cart-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.line-shope {
    width: 80px;
    height: 2px;
    background-color: #fb397d;
    margin: 0 auto;
    margin-top: 5px;
}
.product-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    
}
.product-containerr{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.product-box{
    display: flex;
    background-color: var(--container-color);
    flex-grow: 0.5;
    width:254px;
    flex-direction: column;
    align-items: center;
    border-radius: .5rem;
    margin: -1px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    height: 390px;
    transition: all .3s;
    padding-bottom: 35px;
}
.product-box:hover{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px !important;
}
.lightSlider {
    padding-left: 0;
    list-style: none;
    margin-left: 20px;
}
.product-boxx{
    display: flex;
    background-color: var(--container-color);
    flex-grow: 0.5;
    width:250px;
    flex-direction: column;
    align-items: center;
    border-radius: .5rem;
    margin: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all .3s;
    padding-bottom: 35px;
    height: 390px;
    transition: all .3s;
    padding-bottom: 35px;
    
}
.product-img{
    width: 250px;
    height: 220px;
    cursor: pointer;
    position: relative;
    margin-bottom: var(--mb--0-75);
}
.product-img img{
    width: 100%;
    height: 230px;
    border-radius: .5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.product-details{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0px 2px;
}
.product-details form img{
    width: 35px;
}
.product-details h2{
    font-size: 1em;
    font-family: 'dana';
}
.product-details .p-name {
    display: block;
    font-weight: 600;
    transition: .3s;
    text-align:right;
    direction: rtl;
    color: #050318;
    transition: all .3s;
}
.product-details .p-name:hover{
    color: var(--hover-color);
}
.new__prices{
    font-family: 'Samim FD';
    display: inline-flex;
    align-items: center;
    column-gap: 1rem;
    margin-top: 20px;
}
.new__price{
    direction: rtl;
    font-weight: var(--font-bold);
    color: var(--title-color);
    font-size: 1.1rem;
}
.available-text{
    text-align: center;
    font-size: 1em;
    color: #d40f0f;
    margin-top: 20px;
    font-weight: 500;
}
.new__discount{
    font-family: 'Samim FD', sans-serif;
    color: var(--first-color);
    font-size: var(--smaller-font-size);
    text-decoration: line-through;
    font-weight: var(--font-medium);
}

.btn-add-to-cart:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden;
}
.btn-add-to-cart {
    font-size: 17px;
    line-height: 1.222;
    border-radius: 8px;
    color: #c5c5c5;
    overflow: hidden;
    text-align: center;
    min-height: 55px;
    background-color: var(--hover-color);
    border: none;
    padding: 16px 18px;
    position: relative;
    width: 95%;
    direction: ltr;
}
.l__auto{
    width: 95%;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}
.btn-add-to-cart::before {
    content: "";
    width: 90px;
    height: 93px;
    position: absolute;
    right: -11px;
    top: -24px;
    background: hsla(0, 0%, 100%, .21);
    border-radius: 50%;
}
.btn-add-to-cart__txt{
    color: #fff;
    font-family: 'Samim FD', sans-serif;
}
.btn-add-to-cart__txt i {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 24px;
    text-align: right !important;
}
.btn-add-to-cart:not(.disabled):not(.is-inactive):not([disabled])::before {
    transition: all .3s ease-in-out;
}
.btn-add-to-cart:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 1200px;
    height: 900px;
    right: -450px;
    top: -450px;
    -webkit-transform: unset;
    transform: unset
}
.new__button{
    display: inline-flex;
    padding: .5rem;
    position: absolute;
    top: 6.5rem;
    left: auto;
    transition: .3s;
}
.new__button img{
    width: 33px;
    height: 33px;
}
.new__button span{
    border-radius: 35px;
    font-size: .8em;
    line-height: 35px;
    color: #111111;
}
.product_cart a img{
    width: 40px;
}
.product-box:hover{
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.discount-price{
    position: absolute;
    font-family: 'Samim FD', sans-serif;
    left: -0px;
    top: 0px;
    width: 35px;
    height: 35px;
    border-radius: 0 0 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: .8em;
    padding: 5px;
    background-color: #111111;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
}
.new-arrival{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    clear: both;
    padding-bottom: 40px;
}
.lSAction>a {
    background-color: var(--first-color);
    border-radius: 40px;
}
.lSSlideOuter .lSPager.lSpg{
    display: none;
}
/*================= panel ==========================*/
.section_panel{
    background-color: #F5F5F5;
    padding: 30px 0;
}
.panel_sidebar{
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.user_img{
    border-bottom: 1px solid #e0dfdf;
    padding-bottom: 15px;
}
.user_img img{
    width: 64px;
    height: 64px;
}
.name_panel span{
    color: #222222;
    font-size: 1em;
    font-weight: 500;
}
.phone_panel span{
    color: #868686;
    font-size: .8em;
    font-weight: 500;
}
.panel_sidebar_list a.active{
    color: var(--first-color);
    font-weight: 500;
}
.panel_sidebar_list ul{
    padding: 0;
    margin: 0;
}
.panel_sidebar_list ul li{
    line-height: 40px;
    margin-bottom: 15px;
}
.panel_sidebar_list ul li a{
    color: #222222;
    font-size: .9em;
    font-weight: 400;
}
.panel_sidebar_list ul li a:hover{
    color: var(--hover-color);
    text-decoration: none;
}
.panel_sidebar_list ul li a img{
    width: 29px;
    height: 25px;
    margin-left: 5px;
}
.panel_main_form form input{
    direction: rtl;
}
.icon-se{
    position: relative;
}
.panel_main{
    border: 1px solid  #e0dfdf;
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
}
.input-group-text{
    position: absolute;
    top: 18px;
    left: 14px;
    z-index: 1;
    font-size: 45px;
    border: none;  
}
.input-group-text .fa-caret-down{
    color: #444444;
    font-size: .7em;
    margin-top: 5px;
}
.panel_main_form form input::placeholder{
    color: #a9aaac;
    font-size: .8em;
}
.panel_main_heading{
    border-bottom: 1px solid #e0dfdf;
    margin-bottom: 40px;
}
.panel_main_heading h2{
    font-size: 1.2em;
}
.panel_btn {
    text-align: left;
}
.panel_btn button{
    background-color: var(--first-color);
    color: #ffffff;  
}
.panel_btn button:hover{
    color: var(--first-color);
    border: 1px solid var(--first-color);
    background-color: #fff;
}
.profile-add p {
    color: #727272;
    font-size: .9em;
}
.profile-add p span {
    color: #222222;
    font-size: 1.1em;
    font-weight: 600;
}
.profile-item .form-a {
    background-color: #0a0a0a;
    padding: 10px;
    border-radius: 10px;
    width: 92%;
    margin: 0px auto;
}
.profile-item .form-a a {
    color: #ffffff;
}
.profile-item .form-b button {
    background-color: #d40f0f;
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
    outline: none;
    width: 90%;
    margin: 20px auto;
    border: none;
}
/* payment-panel */
.profile-left{
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.profile-title h4{
    color: var(--title-color);
    font-size: 1.3em;
}
.history .item-history h3 {
    font-size: 1em;
    color: var(--text-color);
    line-height: 35px;
}
.history-time .time, .history-time .price {
    font-family: 'Samim FD', sans-serif;
    color: var(--first-color);
    font-weight: 600;
    margin-left: 40px;
}
.item-history1{
    text-align: left;
    margin-top: 15px;
}
.item-history1 .colorDanger {
    color: #f00606;
    font-weight: 600;
}
.item-history1 .colorSuccess {
    color: #03fa0f;
    font-weight: 600;
}
/* favorites */
.history-empty img {
    width: 400px !important;
    height: 350px;
    margin: 0 auto;
}
/*=============notSoccess==========*/
.buy_section{
    padding: 40px 0;
    margin-top: 100px;
}
.buy_box{
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.not_success img{
    width: 60px;
    margin-top: 20px;
}
.buy_icon .not_p{
    color: #f06060;
    font-weight: 500;
}
.buy_icon .not_p2{
    color: #636262;
    font-size: 1em;
}
.buy_icon .not_p3{
    color: rgb(155, 155, 155);
    font-size: .8em;
    font-weight: 500;
}
/*================= Contact =============================*/
.contact {
    padding: 20px 15px;
    background-color: #F5F5F5;
    margin-top: 70px;
}
.contact .contact_heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contact .contact_heading h1 {
    color: #222222;
    font-size: 1.3em;
}
.contact .right_contact {
    background-color: #fff;
    border-radius: 25px;
    padding: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact .right_contact .icon_contact {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
}
.contact .right_contact .icon_contact a {
    font-size: 1.5em;
    margin-left: 30px;
}
.contact .right_contact .icon_contact a .fa-instagram {
    color: #fb397d;
    width: 30px;
}
.contact .right_contact .icon_contact a .fa-telegram {
    color: #033ebd;
    width: 30px;
}
.contact .right_contact .icon_contact a .fa-whatsapp {
    color: #18e711;
    width: 30px;
}
.city_contact ul li {
    color: var(--text-color);
    margin-bottom: 30px;
    font-size: .9em;
    font-weight: 500;
}
.city_contact ul li svg{
    width: 20px;
    color: var(--first-color);
    margin-left: 10px;
}
.form_contact {
    background-color: #fff;
    padding: 15px;
    border-radius: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.form_contact p {
    color: #787878;
    font-size: .9em;
}
.gallery img{
    width: 200px;
    height: 220px;
}
/*==================== About ==========================*/
.arrival-heading, .cart-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.feature-heading h3, .arrival-heading h3, .arrival-heading h1 {
    font-size: 1.5rem;
    color: var(--title-color);
    font-weight: 500;
    margin-top: 40px;
    padding: 5px 30px;
}
/*====================box__item===========*/
.gal-container{
    margin: 0 40px 0;
}
.box__item .box{
    height: 350px;
    position: relative;
}
.box__item .box img{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.box__item .box .box__text{
    position: absolute;
    top: 180px;
    right: 50px;
}
.box__item .box .box__text h3{
    color: #044b69;
    font-size: 1.2em;
    margin-bottom: 40px;
}
.box_text_button{
    text-align: center;
    margin-top: 40px;
    margin-left: 15px;  
}
.box_text_button a{
    display: inline-block;
    text-align: right;
    width: 140px;
    background-color: var(--hover-color);
    padding: 3px 10px;
    color: #035579;
    font-size: 1em;
    position: relative;
    transition: all ease-in 0.2s;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.box_text_button a .fa-arrow-left{
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: 700;
    color: #02a89a;
    font-size: 1em;
}
.box_text_button a:hover{
    background-color: transparent;
    font-weight: 400;
}

/*=============== single__tab =====================*/
.single__tab{
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 30px;
}
.nav-tabs{
    border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-link{
    color: var(--title-color);
}
.contact1-form {
    width: 100%;
    height: 300px;
}
.contact1-form-title {
    display: block;
    font-size: 17px;
    color: var(--text-color);
    line-height: 1.2;
    text-align: right;
    padding-bottom: 34px;
}
.contact1-form-title a{
    color: var(--first-color);
}
.validate-input {
    position: relative;
}
textarea {
    outline: none;
    border: none;
}
.wrap-input1 {
    position: relative;
    max-width: 650px;
    z-index: 1;
    margin-bottom: 20px;
}
.contact1-form .input1 {
    display: block;
    width: 100%;
    background: #e6e6e6;
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
}
.contact1-form-btn {
    min-width: 163px;
    height: 50px;
    border-radius: 10px;
    background: #57b846;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    transition: all 0.4s;
    float: left;
}
.contact1-form-btn:hover{
    background: #fff;
    color: #57b846;
    border: 2px solid #57b846;
}
.contact1-form-btn i {
    margin-right: 7px;
    transition: all 0.4s;
}
.tab__desc{
    padding: 1rem;
    line-height: 40px;
    color: #eceeef;
}
.tab__desc h3{
    font-size: 1.3em;
}
.tab__desc h2{
    font-size: 1.3em;
}
.tab__desc p{
    color: var(--text-color);
    text-align: justify;
    font-size: 1em;
}
.tab__desc ul li{
    color: var(--text-color);
    text-align: justify;
    font-size: 1em;
    list-style-type: disc;
}
.moshaver{
    border: 2px solid #d1d0d0;
    border-radius: 30px;
    padding: 10px 15px;
    
}
.moshaver h4{
    text-align: center;
    font-size: 1.3em;
    color: var(--title-color);
}
.moshaver h4 img{
    width: 60px;
}
.moshaver p{
    font-family: 'Samim FD', sans-serif;
    text-align: center;
    font-size: 1.2em;
    color: #212529;
    font-weight: 500;
}
.nav-tabs .nav-link.active {
    color: var(--first-color);
    border-color: var(--first-color);
}
.nav-tabs .nav-link{
    font-size: 1.1em;
}
.nav-tabs .nav-link:hover{
    color: var(--first-color);
}
.form-group .form-input {
    font-size: 15px;
    line-height: 50px;
    font-weight: 500;
    color: #3b3b3b;
    width: 100%;
    height: 150px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #edeff2;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.card-white  .card-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    border: 1px solid #dddddd;
}
.card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
}
.card-white  .card-footer {
    background-color: #fff;
    border-color: #ddd;
  }
  .card-white .h5 {
      font-size:14px;
  }
  .card-white .time {
      font-size:12px;
  }
  .post .post-heading {
    height: 105px;
    padding: 20px 15px;
  }
.float-right {
    float: right!important;
}
.float-left {
    float: left!important;
}
  .post .post-heading .avatar {
    width: 60px;
    height: 60px;
    display: block;
    margin-left: 15px;
  }
.post .post-heading .meta .title {
    margin-bottom: 0;
    color: #868686;
    font-size: .8em;
}
.post .post-heading .meta .title b{
    color: #222222;
    font-size: 1.2em;
}
  .post .post-heading .meta .time {
    margin-top: 8px;
    color: #999;
  }
  .post .post-image .image {
    width: 100%;
    height: auto;
  }
  .post .post-description {
    padding: 15px;
  }
  .post .post-description p {
    font-size: 14px;
    
  }
  .post .post-description .stats {
    margin-top: 20px;
  }
  .post .post-description .stats .stat-item {
    display: inline-block;
    margin-left: 15px;
  }
  .post .post-description .stats .stat-item .icon {
    margin-left: 8px;
  }
  .post .post-footer {
    border-top: 1px solid #ddd;
    padding: 15px;
  }
  .post .post-footer .input-group-addon a {
    color: #454545;
  }
  .post .post-footer .comments-list {
    padding: 0;
    margin-top: 20px;
    list-style-type: none;
  }
  .post .post-footer .comments-list .comment {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .post .post-footer .comments-list .comment .avatar {
    width: 35px;
    height: 35px;
  }
  .post .post-footer .comments-list .comment .comment-heading {
    display: block;
    width: 100%;
  }
  .post .post-footer .comments-list .comment .comment-heading .user {
    font-size: 14px;
    font-weight: bold;
    display: inline;
    margin-top: 0;
    margin-left: 10px;
  }
  .post .post-footer .comments-list .comment .comment-heading .time {
    font-size: 12px;
    color: #aaa;
    margin-top: 0;
    display: inline;
  }
.post .post-footer .comments-list .comment .comment-body {
    margin-left: 50px;
}
.post .post-footer .comments-list .comment > .comments-list {
    margin-left: 50px;
}
/*============= des__biuty ================*/
.des__biuty{
    display: flex;
    width: 90%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}
.des__biuty__item {
    background: #f0a4b0;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    width: 300px;
    min-height: 450px;
    margin: 40px;
    flex-grow: 0.7;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.des__biuty__item img{
    
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.des__body{
    background: #ff5579;
    width: 100%;
}
.des__biuty__text{
    background-color: #fff;
    height: 200px;
    width: 100%;
}

/*=============================single-product=================*/
.small-container{
    width: 95%;
    margin: auto;
    padding-left: 25px;
    padding-right: 20px;
}
.roww{
    display: flex;
    flex-wrap: wrap;
    justify-content: baseline;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 20px 0 30px;
    margin-bottom: 30px;
}
.single-product{
    margin-top: 30px;
}
.small-img-row{
    display: flex;
    justify-content: space-around;
}
.cole-2 img{
    max-width: 100%;
    height:auto;
    padding: 5px 0;
}
.cole-3 img{
    max-width: 100%;
    height:auto;
    padding: 10px 10px;
}
.small-img-col{
    flex-basis: 24%;
    cursor: pointer;
}
.single-product .cole-2 img{
    padding: 0;
}
.single-product .cole-2{
    padding: 10px;
}
.cole-3{
    flex-basis: 36%;
    min-width: 300px;
}
.cole-2{
    flex-basis: 31%;
    min-width: 300px;
}
.single_box-price{
    margin-top: 68px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #d3d2d2;
}
.single_box-price ul{
    padding: 10px 10px;
}
.single_box-price ul li{
    font-family: 'Samim FD', sans-serif;
    line-height: 55px;
    color: #888888;
    font-size: .9em;
    border-bottom: 1px solid #e7e6e6;
}
.single_box-price ul li img{
    width: 30px;
    height: 30px;
    opacity: .7;
    margin-left: 4px;
}
.small-img-col img{
    height:110px;
}
@media only screen and (max-width:900px){
    .roww{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .roww .cole-2{
        flex-basis: 100%;
        min-width: 100%;
    }
    .cole-2 img{
    max-width: 100%;
    height:350px;
}
.small-img-col img{
    height:80px;
}
}
.cole-2 h1{
    color: var(--title-color);
    font-size: 1.2rem;
    margin: 0px 0 5px;
    font-weight: 600;
}
.shop-button{
    display: flex;
    font-size: 1.1em;
    padding: .8rem 1.11rem;
    border-radius: .5rem;
    font-weight: var(--font-bold);
    background: #fff;
    color: var(--hover-color);
    border: 3px solid var(--hover-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.shop-button1{
    display: inline-block;
    font-size: 1.1em;
    padding: .8rem 1.11rem;
    border-radius: .5rem;
    font-weight: var(--font-bold);
    background: #fff;
    color: var(--hover-color);
    border: 3px solid var(--hover-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.fl{
    float: left;
    width: 200px;
}
.fj{
    justify-content: center;
}
.shop-button:hover{
    color: #fff;
}
.shop-button1:hover{
    color: #fff;
}
.shop-button::after{
    content: "";
    background: var(--hover-color);
    color: #fff;
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
}
.shop-button1::after{
    content: "";
    background: var(--hover-color);
    color: #fff;
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
}
.shop-button[class^="slide"]::after {
    transition: all 0.35s;
    color: #fff;
}
.shop-button1[class^="slide"]::after {
    transition: all 0.35s;
    color: #fff;
}
.shop-button[class^="slide"]:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.35s;
    color: #fff;
}
.shop-button1[class^="slide"]:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.35s;
    color: #fff;
}
.slide_from_bottom::after {
    left: 0;
    right: 0;
    top: 100%;
    bottom: -100%;
    color: #fff;
}
.cole-2 a i{
    font-size: 20px;
    position: absolute;
    top: 17px;
    left: 15px;
}
.single-product h4{
    text-align: center;
    font-family: 'Samim FD', sans-serif;
    margin: 0px 0 20px;
    font-size: 23px;
    font-weight: bold;
}
.single-product h4 span{
    font-size: 18px;
    color: #969696;
}
.single-product .discount__product{
    font-family: 'Samim FD', sans-serif;
    color: #d90429;
    font-size: 15px;
    font-weight: 500;
    text-decoration: line-through;
    display: block;
    text-align: center;

}
.single-product .brand__product1{
    color: #bebebe;
    font-weight: 500;
    font-size: 1em;
}
.single-product .brand__product{
    color: var(--title-color);
    font-weight: 500;
    font-size: 1em;
}
.single-product .condition{
    color: #fecb00;
    font-weight: 800;
    font-size: 1.2em;
}
.content__product{
    position: relative;
}
.v-single-product{
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 30px;
}
.v-single-product .cardd{
    position: relative;
}
.content__product .cardd::before{
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100px;
   background: linear-gradient(transparent,#f8f8f8);
}
.content__product .cardd{
    position: relative;
    height: 190px;
    overflow: hidden;
}
.content__product.active .cardd{
    height: auto;
}
.content__product .cardd li{
    line-height: 40px;
    color: var(--title-color);
    list-style: disc;
}
.content__product.active .cardd::before{
    display: none;
}
.more{
    position: relative;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px; 
    color: var(--first-color);
    transition: .3s;
    margin-right: 20px;
}
.more::before{
    content: 'موارد بیشتر';
}
.content__product.active .more::before{
    content: 'بستن';
    
}
.page-item .page-link{
    font-family: 'Samim FD', sans-serif;
    font-weight:700;
    font-size:1.2em;
}
/*============= cart ===============*/
.card-body{
    padding-bottom:0;
}
.card-body ul{
    line-height: 50px;
} 
.quantity2{
    direction: ltr;
}
.pric__cart{
    font-size: 1.3em;
    font-weight: 600;
    color: var(--title-color);
    font-family: 'Samim FD', sans-serif;
}
.price__side{
    font-family: 'Samim FD', sans-serif;
}
.price__dis{
    font-family: 'Samim FD', sans-serif;
    color: #07a307;
}
.send__dis{
    font-family: 'Samim FD', sans-serif;
    color: #d40f0f;
}
.empty1 p {
    font-size: 1.2em;
    margin: 120px 0 30px;
}
.empty1 p span {
    font-weight: 600;
    color: #d40f0f;
}
/*===================banner-box===================*/
.banner-box{
    padding: 0 40px;
    z-index: 2222;
}
.banner-box-item .banner-box-main{
    width: 100%;
    height: 200px;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    display: block;
    overflow: hidden;
}
.banner-box-item .banner-box-main-2{
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    display: block;
}
.banner-box-main-color-1{
    background-color: var(--hover-color);
}
.banner-box-main-color-2{
    background-color: var(--hover2-color);
}
.banner-box-main-color-3{
    background-color: #0b99d6;
}
.banner-box-main-color-4{
    background-color: #ec90f8;
}
.banner-box-main-color-5{
    background-color: #dd718c;
}
.banner-box-main-color-6{
    background-color: #ccc33f;
}
.banner-box-main-color-7{
    background-color: #7e2d4d;
}
.banner-box-main-color-8{
    background-color: #eca73f;
}
.banner-box-main-color-9{
    background-color: #41a85b;
}
.banner-box-main-text{
    padding: 40px 12px 0;
    max-width: 300px;
}
.banner-box-main-text-2{
    padding: 10px 5px 0;
    max-width: 200px;
    display: block;
}
.banner-box-main-text h3{
    color: #f5f3f3;
    font-size: 1.2em;
}
.banner-box-main-text-2 h3{
    color: #f5f3f3;
    font-size: 1.1em;
}
.banner-box-main-text-2 a {
    padding: 1px 3px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    text-align: center;
    margin-top: 5px;
}
.banner-box-main-text-2 a img{
    width: 27px;
}
.banner-box-main-img{
    position: absolute;
    width: 160px;
    height: 180px;
    left: -40px;
    top: 10px; 
}
.banner-box-main-img-2{
    position: absolute;
    width: 250px;
    height: 230px;
    left: -95px;
    top: -20px; 
}
.banner-box-main-img-3{
    position: absolute;
    width: 200px;
    height: 190px;
    left: -50px;
    top: 2px; 
}
.banner-box-main-img-4{
    position: absolute;
    width: 200px;
    height: 190px;
    left: 30px;
    top: 2px; 
}
.banner-box-main-img-5{
    position: absolute;
    width: 280px;
    height: 260px;
    left: 10px;
    top: -40px; 
}
.banner-box-main-img-6{
    position: absolute;
    width: 160px;
    height: 140px;
    left: -10px;
    top: -20px; 
}
.banner-box-main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-box-main-img-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-box-main-img-3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-box-main-img-6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.animated-button {
    background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
    padding: 10px 15px;
    margin: 42px auto 10px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4e0f7;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: block;
    max-width: 150px;
}
.animated-button::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8592ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
  }
  
  .animated-button:hover::before {
    opacity: 0.2;
  }
  
  .animated-button span {
    position: absolute;
  }
  
  .animated-button span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
  }
  
  @-webkit-keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  @keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  .animated-button span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
            animation: 2s animateRight linear -1s infinite;
  }
  
  @-webkit-keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
  
  @keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
  
  .animated-button span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateBottom linear infinite;
            animation: 2s animateBottom linear infinite;
  }
  
  @-webkit-keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  @keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  .animated-button span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
            animation: 2s animateLeft linear -1s infinite;
  }
  
  @-webkit-keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }
  
  @keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }
  
  .animated-button1 {
    background: linear-gradient(-30deg, #510253 50%, #450347 50%);
    padding: 10px 15px;
    margin: 42px auto 10px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4e0f7;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: block;
    max-width: 150px;
  }
  
  .animated-button1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
  }
  
  .animated-button1:hover::before {
    opacity: 0.2;
  }
  
  .animated-button1 span {
    position: absolute;
  }
  
  .animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#eb27ee));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #eb27ee);
    -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  .animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#eb27ee));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #eb27ee);
    -webkit-animation: 2s animateRight linear -1s infinite;
            animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
  
  .animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#eb27ee));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #eb27ee);
    -webkit-animation: 2s animateBottom linear infinite;
            animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  .animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#eb27ee));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #eb27ee);
    -webkit-animation: 2s animateLeft linear -1s infinite;
            animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }
  .animated-button2 {
    background: linear-gradient(-30deg, #0b3d24 50%, #082b1a 50%);
    padding: 10px 15px;
    margin: 42px auto 10px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4e0f7;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: block;
    max-width: 150px;
  }
  
  .animated-button2::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #85ad99;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
  }
  
  .animated-button2:hover::before {
    opacity: 0.2;
  }
  
  .animated-button2 span {
    position: absolute;
  }
  
  .animated-button2 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to left, rgba(8, 43, 26, 0), #1ed67a);
    -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  .animated-button2 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to left, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateRight linear -1s infinite;
            animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
  
  .animated-button2 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to left, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateBottom linear infinite;
            animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  .animated-button2 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to left, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateLeft linear -1s infinite;
            animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  } 
  
/*================= adress ====================*/
.adress_cart p{
    font-size: .9em;
}
.adress_cart p span {
    color: var(--first-color);
    font-weight: 600;
}
/*============ login ==============*/
.content{
    margin: 15px 0 30px;
}
.content .btn{
    margin-left: 0;
    margin-right: 0;
}
.content p{
    font-size: .9em;
    font-family: 'dana';
}
.bg__login{
    background: #fff;
    padding: 20px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.form-label {
    margin-bottom: 0;
    color: rgba(0,0,0,.6);
}
.content form input{
    text-align: right;
    outline: none !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.form-controll {
    display: block;
    height: 50px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f4f6f7 ;
    background-clip: padding-box;
    border: 1px solid var(--first-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.log-for{
    display: flex;
    justify-content: space-between;
}
.control input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}
.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}
.control--checkbox .control__indicator:after {
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.control__indicator:after {
    content: '*';
    position: absolute;
    display: none;
    font-size: 20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.control input:checked ~ .control__indicator {
    background: #f67280;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 50%);
}
.content form button{
    font-size: 1.1em;

}
.first__web{
    padding:10px 5px 1px 0;
    background:#e0e0e0;
    border-radius:5px;
}
.first__web a{
   text-decoration: underline;
}
/*==================  =========================*/


.red-shop-loop-head {
    direction: ltr;
    padding: 10px 0;
}
.red-result-count {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.red-result-count span {
    color: #303030;
}
.content_area{
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.col-switcher {
    font-size: 14px;
    margin-top: 20px;
}
.col-switcher a {
    margin: 0 5px;
    line-height: 16px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: #303030;
}
.red-shop-loop-head .red-shop-filter > div {
    display: inline-block;
}
.red-filter-buttons {
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}
@media (min-width: 1200px){
    .red-shop-loop-head .red-shop-filter .red-filter-buttons {
        margin-left: 40px;
    }
}
@media (max-width: 600px){
    .col-switcher span{
        display: none;
    }
    .col-switcher a{
        display: none;
    }
}

/*============ footer ===============*/
.footer-32892 {
    background-color: rgb(201, 226, 215);
    padding: 2rem 0;
    color: #888888;
    font-size: 16px;
    
}
.footer-32892 h3 {
    font-size: 20px;
    color: #050318;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
}
.box-footer-4{
    margin-bottom: 30px;
}
.b-f-element{
    text-align: center;

}
.b-f-element img{
    display: block;
    margin: 0 auto;
}
.b-f-element span{
    color: #050318;
    font-size: 1.1em;
    font-weight: 600;
}
.news-item{
    padding: 15px;
    background-color: rgb(12, 2, 49);
    border-radius: 20px;
    margin-bottom: 30px;
}
.news-text{
    margin: 9px 20px 0 0;
}
.news-text img{
    width: 50px;
}
.news-text span{
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 600;
}
.news-form{
    margin-top: 9px;
    float: left;
}
.news-form form .input-group input{
    margin: 0 20px 0 20px;
    padding: 20px !important;
    border-radius: 10px;
    
}
.news-form form .input-group{
    width: 480px !important;
    
}
.news-form form .input-group .form-control{
    border-radius: 10px !important;
}
.news-form form .input-group .btn{
    margin-right: 40px !important;
    margin-left: 40px !important;
    background-color: rgb(205, 46, 74);
    color: #fff;
    border-radius: 10px !important;
    font-size: 1em;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.footer-32892 .quick-info li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-32892 .quick-info li a {
    color: #fff;
}
.d-flex {
    display: flex!important;
}
.footer-32892 .tweets li {
    margin-bottom: 20px;
    font-size: 15px;
}
.footer-32892 ul li a img{
    width: 40px;
    height: 40px;
    margin-top: 30px;
}
.footer-32892 ul li a{
    margin: 0 20px;
}
.link li a{
    color: #707070;
    font-size: .9em;
    font-weight: 700;
}
.footer-32892 .footer-menu-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem !important;
    margin-top: 7rem;
}
.link-footer-item{
    padding: 10px 0;
    border-bottom: 2px solid #cacaca;
    margin-bottom: 10px;
}
.footer-address .f-a img{
    width: 32px;
}
.footer-address .f-a span{
    color: #050318;
    font-size: 1em;
    font-weight: 600;
}
.footer-address .f-ph span{
    color: #050318;
    font-size: 1em;
    font-weight: 600;
}

.footer-address .f-i img{
    width: 32px;
    margin-left: 50px;
}
.footer-last{
    margin-top: 20px;
    padding: 5px 7px;
    background-color: rgb(198, 207, 214);
    border-radius: 6px;
}
.footer-last span{
    color: #212529;
    font-size: .9em;
    font-weight: 500;
}
.footer-last span a{
    font-size: .9em;
    font-weight: 600;
}
.footer-32892 .footer-menu {
    margin-bottom: 0;
}
.footer-32892 .footer-menu li {
    display: inline-block;
}
.footer-32892 .footer-menu li a {
    padding: 15px;
    display: inline-block;
    color: #fff;
}
.footer-32892 .footer-menu li:first-child a {
    padding-left: 0;
}


/*================ show scroll ===================*/
.scrollup{
    position: fixed;
    right: 1rem;
    bottom: -30%;
    background: var(--first-color);
    border-radius: .4rem;
    display: inline-flex;
    padding: .4rem .6rem;
    z-index: var(--z-tooltip);
    opacity: .8;
    transition: .4s;
}
.scrollup:hover{
    opacity: 1;
}
.scrollup-icon{
    font-size: 1.2rem;
    color: #fff;
}
.show-scroll{
    bottom: 3rem;
}
/*=========== scroll bar ===============*/
::-webkit-scrollbar{
    width: .60rem;
    background: var(--scroll-bar-color);
    border-radius: .5rem;
}
::-webkit-scrollbar-thumb{
    background: var(--first-color);
    border-radius: .5rem;
}

/*=================== BREAKPOINTS ============================*/
@media screen and (max-width: 1200px){
    .home__img{
        height: 400px;
    }
}
@media screen and (max-width: 992px){
    .scrollup{
        background: #fecb00;
    }
    .gal-container{
        margin: 0 12px 0;
    }
    .feature-category {
        margin-top: 40px;
    }
    .nav__btns{
        order: -3;
        column-gap: 1rem;
        justify-content: left;
        margin-top: 10px;
    }
    .logo__item{
        order: -3;
        width: 65%;
    }
    .search__form .wrap{
        margin-top: -13px;
    }
    .containerr{
        margin-left: var(--mb-1-5);
        margin-right: var(--mb-1-5);
    }
    .home__content{
        padding: 2rem 0 2rem;
        column-gap: 3rem;
    }
    .home__img{
        height: 300px;
        transform: translateY(0);
    }
    .home__indicator{
        display: none;
    }
    .home__details-img{
        display: none;
    }
    .home-description{
        padding-right: 0;
    }
    .swiper-pagination{
        margin-top: var(--mb-2);
    }
    .new__section__banner__text{
        margin: 0 5px 0;
        text-align: center;
    }
    .new__section__banner__text h2{
        color: var(--title-color);
        font-size: 1.2rem;
        margin: 30px 0;
        font-weight: 600;
    } 
    .new__section__banner__text a{
        font-size: .8em;
        margin-bottom: 20px;
     }
     .button{ 
         padding: .5rem 1rem;
         border-radius: .5rem;
         font-weight: var(--font-medium);
     }
    .product-details .p-name h3{
        width: 240px;
        font-size: .9em;
        font-weight: 600;
        text-align: center;
    }
    .banner__text h4 {
        color: #be4747;
        font-size: 1.1rem;
        font-weight: 600;
    }
    .banner__text {
        position: absolute;
        top: 10%;
        left: 10%;
    }
    .banner__item {
        height: 300px;
        margin: 20px 30px;
        text-align: center;
    }
    .banner__item img {
        width: 100%;
        height: 300px;
        border-radius: 25px;
    }
    .banner__text .button__banner1 {
        border: 2px solid var(--first-color);
        color: var(--first-color);
        padding: 0.4rem .7rem; 
        background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(244,244,247,0.05) 100%);
    }
    .banner__text-2 h4 {
        color: #776e6a;
        font-size: 1rem;
        font-weight: 600;
    }
    .banner__text-2 {
        position: absolute;
        top: 10%;
        right: 5%;
    }
    .banner__text-2 .button__banner2 {
        border: 2px solid var(--first-color);
        color: var(--first-color);
        padding: 0.4rem .7rem; 
        background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(244,244,247,0.05) 100%);
    }
    .navbar1 {
        background: #DF0174;
    }
    .brand-and-icon {
        padding: .6rem 0;
        border-bottom: 1px solid #ddd;
    }
    .navbar-toggler1 {
        font-size: 1.1rem;
        padding: 0.1rem 0.2rem 0 ;
        border: 2px solid #fff;
        color: #fff;
    }
    .navbar-nav1 > li > a {
        font-size: 1.1rem;
        color: rgb(236, 236, 236);
        border-bottom: 1px solid #ddd; 
    }
    .navbar-nav1 > li > a:hover{
        color: #154360 ;
    }
    .sub-menu {
        background: #154360 !important;
        padding: 0 10px;
    }
    .sub-menu h4 a {
        font-size: 1em;
        color: rgb(218, 218, 218);
    }
    .sub-menu ul li a{
        font-size: .9em;
        color: rgb(218, 218, 218) ;
    }
    .home__title {
        font-size: 1.3em;
    }
    .home__buttons .button{
        font-size: .8em;
    }
    .home__group img{
        min-height: 280px;
    }
    .swiper-pagination {
        margin-top: 0;
    }
    .cole-2 h1 { 
        font-size: 1.3rem;
    }
    .content__product .cardd li{
        font-size: 1rem;
    }
   
}
@media screen and (max-width: 767px){
    .search__form .wrap{
        display: block;
        width: 95%;
        height: 47px;
    }
    .searchTerm {
        height: 47px;
        font-size: 15px;
    }
    .searchButton{
        height: 47px;  
    }
    .searchButton img{
        width: 31px;
    }
    .nav__btns img{
        width: 28px;
    }
    .nav__shop span{
        top: -14px;
        left: 23px
    }
    .panel__toggle a img:first-child{
        width: 32px !important;
    }
    .nav__btns a{
        color: var(--title-color);
        font-size: .7em;
        font-weight: 500;
    }
    .home__content{
        padding: 2rem 0 2rem;
        column-gap: 2rem;
    }
    .new__section__banner__text{
        margin: 0 5px 0;
        text-align: center;
    }
    .new__section__banner__text h2{
        color: var(--title-color);
        font-size: 1.2rem;
        margin: 30px 0;
        font-weight: 600;
    } 
    .new__section__banner__text a{
        font-size: .8em;
        margin-bottom: 20px;
     }
     .button{ 
         padding: .5rem 1rem;
         border-radius: .5rem;
         font-weight: var(--font-medium);
     }
    .product-details .p-name h3{
        width: 240px;
        font-size: .9em;
        font-weight: 600;
        text-align: right;
    }
    .banner__text h4 {
        color: #be4747; 
        font-size: 1.1rem;
        font-weight: 600;
    }
    .banner__text {
        position: absolute;
        top: 10%;
        left: 10%;
    }
    .banner__item {
        height: 300px;
        margin: 20px 30px;
        text-align: center;
    }
    .banner__item img {
        width: 100%;
        height: 300px;
        border-radius: 25px;
    }
    .banner__text .button__banner1 {
        border: 2px solid var(--first-color);
        color: var(--first-color);
        padding: 0.4rem .7rem; 
        background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(244,244,247,0.05) 100%);
    }
    .banner__text-2 h4 {
        color: #776e6a;
        font-size: 1rem;
        font-weight: 600;
    }
    .banner__text-2 {
        position: absolute;
        top: 10%;
        right: 5%;
    }
    .banner__text-2 .button__banner2 {
        border: 2px solid var(--first-color);
        color: var(--first-color);
        padding: 0.4rem .7rem; 
        background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(244,244,247,0.05) 100%);
    }
    .navbar1 {
        background: #DF0174;
    }
    .brand-and-icon {
        padding: .6rem 0;
        border-bottom: 1px solid #ddd;
    }
    .navbar-toggler1 {
        font-size: 1.1rem;
        padding: 0.1rem 0.2rem 0 ;
        border: 2px solid #fff;
        color: #fff;
    }
    .navbar-nav1 > li > a {
        font-size: 1.1rem;
        color: rgb(236, 236, 236);
        border-bottom: 1px solid #ddd; 
    }
    .navbar-nav1 > li > a:hover{
        color: #154360 ;
    }
    .sub-menu {
        background: #154360 !important;
        padding: 0 10px;
    }
    .sub-menu h4 a{
        font-size: 1em;
        color: rgb(218, 218, 218);
    }
    .sub-menu ul li a{
        font-size: .9em;
        color: rgb(218, 218, 218) ;
    }    
    .home__title {
        font-size: 1.3em;
    }
    .home__description {
        display: none;
    }
    .home__buttons .button{
        font-size: .8em;
    }
    .home__group img{
        min-height: 200px;
    }
    .swiper-pagination {
        margin-top: 0;
    }
    .cole-2 h1 { 
        font-size: 1.2rem;
    }
    .content__product .cardd li{
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px){
    .nav__btns{
        order: -2;
        column-gap: 1rem;
        justify-content: right;
        margin-top: -7px;
        margin-right: 50px;
    }
    .nav__btns a{
        color: #fff;
        font-size: 1.1em;
    }
    .navv{
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        height: 95px;
    }
    .logo__item{
        order: -3;
        width: 40%;
    }
    .logo__item img{
        width: 100px;
        margin-top: -15px;
    }
    .search__form .wrap{
        display: block;
        width: 95%;
        height: 50px;  
        margin-top: 50px;
    }
    .searchButton img {
        width: 23px;
        margin-top: -4px;
    }
    .nav__shop span{
        top: -10px;
    }
    .navbar1{
        margin-top: 14px;
    }
    .home{
        margin-top: 5px;
    }
}
@media screen and (max-width: 760px){
    .home .swiper_text_slide{
        left: 0;
    }
    .swiper_text_slide p span{
        font-size: 25px;
    }
    .home .swiper_text_slide_two{
        right: 20px;
        width: 90%;
    }
    .home .swiper_text_slide_tree{
        margin-top: -70px;
    }
    .home .swiper_text_slide_tree h3{
        font-size: 1.1em;
        padding-right: 10px;
    }
    .home .swiper_text_slide_for{
        width: 90%;
        right: 10px;
    }
    .home .swiper_text_slide_for h3{
        font-size: 1.1em;
        padding-right: 10px;
        margin-top: -40px;
    }
    .home .swiper_text_slide_two h3{
        font-size: 1.1em;
    }
    .home .swiper_text_slide_tree p{
        font-size: .9em;
        color: #212529;
    }
    .home .swiper_text_slide_for p{
        font-size: .9em;
        color: #212529;
        background-color: #fff;
        opacity: .8;
        padding: 3px 5px;
        border-radius: 10px;
    }
    .home .swiper_text_slide_two p{
        font-size: .9em;
        margin-right: 0px;
    }
    .home .swiper_text_slide h3{
        font-size: 1.3em;
    }
    .home .swiper_text_slide h3 span{
        font-size: 1.1em;
    }
    .swiper_text_slide h3 span img{
        width: 26px;
        height: 26px;
        left: -30px;
    }
    .swiper_text_slide p{
        font-size: .9em;
        color: #212529;
    }
    
    .product_title_box {
        padding: 0 5px;
    }
    .product_title_box h2 {
        font-size: 16px;
        margin-right: 5px;
    }
    .product_title_box a {
        font-size: 15px;
        margin-left: 5px;
    }
    .new__section__banner__text {
        top: 50px;
        right: 5px;
    }
    .new__section__banner__text h2 {
        font-size: 1rem;
    }
    .gooey-button {
        width: 170px;
        font-size: .8rem;
        margin: 50px 40px 0 0;
    }
    .tab__desc ul li {
        font-size: 1em;
        list-style-type: disc;
    }
}
.offcanvas-header{ display:none; }
@media screen and (max-width: 576px){
    .shetab{
    font-size:.8em;
    margin-bottom:10px;
}
.model{
    font-size:.8em;
}
    .home .swiper_text_slide{
        left: 0;
    }
    .swiper_text_slide p span{
        font-size: 23px;
    }
    .searchTerm {
        height: 43px;
        font-size: 15px;
    }
    .searchButton{
        height: 43px;  
    }
    .searchButton img{
        width: 23px;
        margin-top: -2px;
    }
    .nav__btns img{
        width: 25px;
    }
    .nav__shop span{
        top: -14px;
        left: 23px
    }
    .panel__toggle a img:first-child{
        width: 30px !important;
    }
    .nav__btns a{
        color: var(--title-color);
        font-size: .7em;
        font-weight: 500;
    }
    .product-box{
        width: 220px;
        height: 370px;
     }
     .product-img{
        width: 220px;
        height: 200px;
     }
     .product-img img{
        height: 180px;
     }
     .product-details .p-name h3 {
        width: 210px;
        font-size: .8em;
        padding-right: 3px;
    }
    .new__price {
        font-size: 1rem;
    }
    .new__button img{
        width: 30px;
        height: 30px;
    }
    .nav__btns{
        order: -2;
        column-gap: 1rem;
        justify-content: right;
        margin-top: -7px;
        margin-right: -20px;
    }
    .nav__btns a{
        color: #fff;
        font-size: 1em;
    }
    .home__content{
        padding: 2rem 0 2rem;
        column-gap: 0.6rem;
    }
    .new__section__banner__text{
        margin: 0 5px 0;
        text-align: center;
    }
    .new__section__banner__text h2{
        color: var(--title-color);
        font-size: 1.1rem;
        margin: 30px 0;
        font-weight: 600;
        
    } 
    .new__section__banner__text a{
       font-size: .8em;
       margin-bottom: 20px;
    }
    .button{ 
        padding: .5rem 1rem;
        border-radius: .5rem;
        font-weight: var(--font-medium);
    }
    
    .product-details .p-name h3{
        width: 240px;
        font-size: .9em;
        font-weight: 600;
        text-align: right;
    }
    
    .navbar1 {
        background: #DF0174;
    }
    .brand-and-icon {
        padding: .6rem 0;
        border-bottom: 1px solid #ddd;
    }
    .navbar-toggler1 {
        font-size: 1.1rem;
        padding: 0.1rem 0.2rem 0 ;
        border: 2px solid #fff;
        color: #fff;
    }
    .navbar-nav1 > li > a {
        font-size: 1rem;
        color: rgb(236, 236, 236);
        border-bottom: 1px solid #ddd; 
    }
    .navbar-nav1 > li > a:hover{
        color: #154360 ;
    }
    .sub-menu {
        width:100%;
        background: #154360;
        margin-top:-5px;
    }
    .sub-menu h4 a{
        font-size: .9em;
        color: rgb(218, 218, 218);
    }
    .sub-menu ul li a{
        font-size: .8em;
        color: rgb(218, 218, 218) ;
    }
    .sub-menu ul li {
        margin: 0rem 0rem 0.2rem 0;
    }
    .home__title {
        font-size: 1.1em;
    }
    .home__description {
        display: none;
    }
    .home__buttons .button{
        font-size: .8em;
    }
    .home__group img{
        min-height: 200px;
    }
    .swiper-pagination {
        margin-top: 0;
    }
    .cole-2 h1 { 
        font-size: 1rem;
    }
    .tab__desc h3 {
        font-size: 1em;
    }
    .tab__desc h2 {
        font-size: 1em;
    }
    .tab__desc ul li {
        font-size: .9em;
        list-style-type: disc;
    }
    .cole-2 h1 { 
        font-size: 1.1rem;
    }
    .content__product .cardd li{
        font-size: .9rem;
    }
    .single__tab .nav .nav-item{
        font-size: .9em;
    }
    .tab__desc p {
        font-size: .9em;
        font-weight: 500;
    }
    .navv{
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        height: 95px;
    }
    .logo__item{
        order: -3;
        width: 50%;
    }
    .logo__item img{
        width: 100px;
        margin-top: -15px;
    }
    .search__form .wrap{
        display: block;
        width: 95%;
        height: 45px;
        margin-top: 50px;  
    }
    .nav__shop span{
        top: -10px;
    }
    .cardd ul{
        margin: 0;
        padding: 0;
    }
    .contact1-form-title {
        font-size: 14px;
    }
    .navbar1{
        margin-top: 14px;
    }
    .home{
        margin-top: 5px;
    }
    .home .swiper_text_slide_two{
        right: 20px;
        width: 90%;
    }
    .home .swiper_text_slide_tree{
        margin-top: -70px;
    }
    .home .swiper_text_slide_tree h3{
        font-size: 1em;
        padding-right: 10px;
    }
    .home .swiper_text_slide_for{
        width: 90%;
        right: 10px;
    }
    .home .swiper_text_slide_for h3{
        font-size: 1em;
        padding-right: 10px;
        margin-top: -40px;
    }
    .home .swiper_text_slide_two h3{
        font-size: 1em;
    }
    .home .swiper_text_slide_tree p{
        font-size: .8em;
        color: #212529;
    }
    .home .swiper_text_slide_for p{
        font-size: .8em;
        color: #212529;
        background-color: #fff;
        opacity: .8;
        padding: 3px 5px;
        border-radius: 10px;
    }
    .home .swiper_text_slide_two p{
        font-size: .8em;
        margin-right: 0px;
    }
    .home .swiper_text_slide h3{
        font-size: 1.1em;
    }
    .home .swiper_text_slide h3 span{
        font-size: 1em;
    }
    .swiper_text_slide p{
        font-size: .8em;
        color: #212529;
    }
    .product_title_box {
        padding: 0 5px;
    }
    .product_title_box h2 {
        font-size: 16px;
        margin-right: 5px;
    }
    .product_title_box a {
        font-size: 15px;
        margin-left: 5px;
    }
    .new__section__banner__text {
        top: 50px;
        right: 5px;
    }
    .new__section__banner__text h2 {
        font-size: 1rem;
    }
    .gooey-button {
        width: 170px;
        font-size: .8rem;
        margin: 50px 40px 0 0;
    }

}
@media screen and (max-width: 508px){
    .single-product{
        margin-top:0;
    }
    .roww{
         margin-top:30px;
    }
    .small-container{
        padding-left: 5px;
        padding-right: 5px;
    }
    .cole-3{
        flex-basis: 100%;
    }
    .single_box-price{
        margin-top:0;
    }
    .v-single-product{
        margin-bottom:10px;
    }
    .new__section__banner__box img {
        position: relative;
        border-radius: 10px;
        width: 100%;
        height: 380px;
        object-fit: none;
    }
    .home .swiper_text_slide{
        left: 0;
    }
    .swiper_text_slide p span{
        font-size: 21px;
    }
    .product-box{
        width: 225px;
        height: 360px;
     }
     .product-img{
        width: 225px;
        height: 200px;
     }
     .product-img img{
        height: 180px;
     }
     .product-details .p-name h3 {
        width: 220px;
        font-size: .8em;
        padding-right: 3px;
    }
    .new__price {
        font-size: 1rem;
    }
    .new__button img{
        width: 30px;
        height: 30px;
    }
    .nav__btns{
        order: -2;
        column-gap: 1rem;
        justify-content: right;
        margin-top: -7px;
        margin-right: -20px;
    }
    .navv{
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        height: 95px;
    }
    .logo__item{
        order: -3;
        width: 45%;
    }
    .logo__item img{
        width: 100px;
        margin-top: -15px;
    }
    .search__form .wrap{
        display: block;
        width: 95%;
        height: 34px;
        margin-top: 50px;
    }
    .nav__btns a{
        color: var(--title-color);
        font-size: 1em;
        font-weight: 500;
        color: #fff;
    }
    .nav__shop span{
        top: -10px;
    }
    .cole-2 h1 { 
        font-size: 1rem;
    }
    .tab__desc h3 {
        font-size: 1em;
    }
    .tab__desc h2 {
        font-size: 1em;
    }
    .tab__desc ul li {
        font-size: .9em;
        list-style-type: disc;
    }
    .cardd ul{
        margin: 0;
        padding: 0;
    }
    .contact1-form-title {
        font-size: 14px;
    }
    .navbar1{
        margin-top: 14px;
    }
    .home{
        margin-top: 5px;
    }
    .home .swiper_text_slide_two{
        right: 20px;
        width: 90%;
    }
    .home .swiper_text_slide_tree{
        margin-top: -70px;
    }
    .home .swiper_text_slide_tree h3{
        font-size: 1em;
        padding-right: 10px;
    }
    .home .swiper_text_slide_for{
        width: 90%;
        right: 10px;
    }
    .home .swiper_text_slide_for h3{
        font-size: 1em;
        padding-right: 10px;
        margin-top: -40px;
    }
    .home .swiper_text_slide_two h3{
        font-size: 1em;
    }
    .home .swiper_text_slide_tree p{
        font-size: .8em;
        color: #212529;
    }
    .home .swiper_text_slide_for p{
        font-size: .8em;
        color: #212529;
        background-color: #fff;
        opacity: .8;
        padding: 3px 5px;
        border-radius: 10px;
    }
    .home .swiper_text_slide_two p{
        font-size: .8em;
        margin-right: 0px;
    }
    .home .swiper_text_slide h3{
        font-size: 1em;
    }
    .home .swiper_text_slide h3 span{
        font-size: 1em;
    }
    .swiper_text_slide p{
        font-size: .8em;
        color: #212529;
    }
    .product_title_box {
        padding: 0 5px;
    }
    .product_title_box h2 {
        font-size: 16px;
        margin-right: 5px;
    }
    .product_title_box a {
        font-size: 15px;
        margin-left: 5px;
    }
    .new__section__banner__text {
        top: 50px;
        right: 5px;
    }
    .new__section__banner__text h2 {
        font-size: 1rem;
    }
    .gooey-button {
        width: 170px;
        font-size: .8rem;
        margin: 50px 40px 0 0;
    }
    .moshaver h4{
        text-align: center;
        font-size: 1em;
        color: var(--title-color);
    }
    .moshaver h4 img{
        width: 40px;
    }
}
@media screen and (max-width: 455px){

    .home .swiper_text_slide{
        left: 0;
    }
    .box__item .box .box__text {
        position: absolute;
        top: 120px;
        right: 3px;
    }
    .box__item .box{
        height: 250px;
    }
    .box__item .box img{
        width: 100%;
        height:250px;
    }
    .box__text h3 {
        color: #044b69;
        font-size: .9em !important;
        margin-bottom: 40px;
    }
    .swiper_text_slide p span{
        font-size: 21px;
    }
    .product-box{
        width: 205px;
        height: 350px;
     }
     .product-img{
        width: 205px;
        height: 185px;
     }
     .product-img img{
        height: 180px;
     }
     .product-details .p-name h3 {
        width: 205px;
        font-size: .8em;
        padding-right: 3px;
    }
    .new__price {
        font-size: .9rem;
    }
    .new__button img{
        width: 30px;
        height: 30px;
    }
    .nav__btns{
        order: -3;
        column-gap: 1rem;
        justify-content: right;
        margin-top: -7px;
        margin-right: -20px;
    }
    .navv{
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        height: 95px;
    }
    .logo__item{
        order: -3;
        width: 42%;
    }
    .logo__item img{
        width: 100px;
        margin-top: -15px;
    }
    .search__form .wrap{
        display: block;
        width: 95%;
        height: 38px;
        margin-top: 49px;
    }
    .searchTerm {
        height: 38px;
        font-size: 15px;
    }
    .searchButton{
        height: 38px;  
    }
    .searchButton img{
        width: 23px;
        margin-top: -7px;
    }
    .nav__btns img{
        width: 25px;
    }
    .nav__shop span{
        top: -14px;
        left: 23px
    }
    .panel__toggle a img:first-child{
        width: 30px !important;
    }
    .nav__btns a{
        color: var(--title-color);
        font-size: 1em;
        font-weight: 500;
        color: #fff;
    }
    .nav__btns a span{
        font-size: 1.1em; 
    }
    .cole-2 h1 { 
        font-size: 1rem;
    }
    .tab__desc h3 {
        font-size: 1em;
    }
    .tab__desc h2 {
        font-size: 1em;
    }
    .tab__desc ul li {
        font-size: .9em;
        list-style-type: disc;
    }
    .cardd ul{
        margin: 0;
        padding: 0;
    }
    .contact1-form-title {
        font-size: 14px;
    }
    .navbar1{
        margin-top: 14px;
    }
    .home{
        margin-top: 5px;
    }
    .home .swiper_text_slide_two{
        right: 20px;
        width: 90%;
    }
    .home .swiper_text_slide_tree{
        margin-top: -70px;
    }
    .home .swiper_text_slide_tree h3{
        font-size: .9em;
        padding-right: 10px;
    }
    .home .swiper_text_slide_for{
        width: 90%;
        right: 10px;
    }
    .home .swiper_text_slide_for h3{
        font-size: .9em;
        padding-right: 10px;
        margin-top: -40px;
    }
    .home .swiper_text_slide_two h3{
        font-size: .9em;
    }
    .home .swiper_text_slide_tree p{
        font-size: .8em;
        color: #212529;
    }
    .home .swiper_text_slide_for p{
        font-size: .8em;
        color: #212529;
        background-color: #fff;
        opacity: .8;
        padding: 3px 5px;
        border-radius: 10px;
    }
    .home .swiper_text_slide_two p{
        font-size: .8em;
        margin-right: 0px;
    }
    .home .swiper_text_slide h3{
        font-size: 1em;
    }
    .home .swiper_text_slide h3 span{
        font-size: 1em;
    }
    .swiper_text_slide h3 span img{
        width: 26px;
        height: 26px;
        left: -30px;
    }
    .swiper_text_slide p{
        font-size: .8em;
        color: #212529;
    }
    .product_title_box {
        padding: 0 5px;
    }
    .product_title_box h2 {
        font-size: 16px;
        margin-right: 5px;
    }
    .product_title_box a {
        font-size: 15px;
        margin-left: 5px;
    }
    .new__section__banner__text {
        top: 50px;
        right: 5px;
    }
    .new__section__banner__text h2 {
        font-size: 1rem;
    }
    .gooey-button {
        width: 170px;
        font-size: .8rem;
        margin: 50px 40px 0 0;
    }
}
@media screen and (max-width: 490px){
    .product-box{
        width: 225px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
    .product-img{
        width: 225px;
        height: 173px;
     }
     .product-details h2 {
        font-size: .9em;
        font-family: 'dana';
    }
    .logo__item{
        order: -3;
        width: 50%;
    }
}
@media screen and (max-width: 470px){
    .product-box{
        width: 215px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
    .product-img{
        width: 215px;
        height: 173px;
     }
     .logo__item{
        order: -3;
        width: 49%;
    }
}
@media screen and (max-width: 442px){
    .product-box{
        width: 205px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
    .product-img{
        width: 205px;
        height: 173px;
     }
}
@media screen and (max-width: 438px){
    .product-box{
        width: 201px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
    .product-img{
        width: 201px;
        height: 173px;
     }
     .logo__item{
        order: -3;
        width: 47%;
    }
}
@media screen and (max-width: 434px){
    .product-box{
        width: 199px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
    .product-img{
        width: 199px;
        height: 173px;
     }
}
@media screen and (max-width: 430px){
    .product-box{
        width: 199px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
    .product-img{
        width: 199px;
        height: 173px;
     }
}
@media screen and (max-width: 428px){
    .product-box{
        width: 197px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
    .product-img{
        width: 197px;
        height: 173px;
     }
     .logo__item{
        order: -3;
        width: 47%;
    }
}
@media screen and (max-width: 425px){
    .product-box{
        width: 196px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
    .product-img{
        width: 196px;
        height: 173px;
     }
}
@media screen and (max-width: 423px){
    .product-box{
        width: 196px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
    .product-img{
        width: 196px;
        height: 173px;
     }
}
@media screen and (max-width: 420px){
    .product-box{
        width: 192px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
    .product-img{
        width: 192px;
        height: 173px;
     }
}
@media screen and (max-width: 417px){
    .product-box{
        width: 192px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
    .product-img{
        width: 192px;
        height: 173px;
     }
}
@media screen and (max-width: 415px){
    .product-box{
        width: 192px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
    .product-img{
        width: 192px;
        height: 173px;
     }
}
@media screen and (max-width: 413px){
    .product-box{
        width: 192px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
    .product-img{
        width: 192px;
        height: 160px;
     }
}
@media screen and (max-width: 411px){
     .product-box{
        width: 188px;
        height: 330px;
     }
    .lightSlider {
        margin-left: 10px;
    }
     .searchButton img {
        width: 23px;
        height: 23px;
        margin-right: 4px;
        margin-top: -7px;
    }
     .product-boxx{
        width: 150px;
        height: 320px;
        margin: 8px 5px;
     }
     .product-img{
        width: 185px;
        height: 160px;
     }
     .product-img img{
        height: 160px;
     }
     .product-details .p-name h3 {
        width: 185px;
        font-size: .8em;
        padding-right: 3px;
    }
    .new__price {
        font-size: .9rem;
    }
    .new__button img{
        width: 30px;
        height: 30px;
    }
    .nav__btns{
        order: -2;
        column-gap: 1rem;
        justify-content: left;
        margin-top: 15px;
    }
    
    .home__content{
        column-gap: 0.2rem;
    }
    .home__title {
        font-size: 1em;
    }
    .home__group img{
        min-height: 170px;
        object-fit: cover;
    }
    .cole-2 h1 { 
        font-size: 1rem;
    }
    .tab__desc h3 {
        font-size: 1em;
    }
    .tab__desc h2 {
        font-size: 1em;
    }
    .tab__desc ul li {
        font-size: .9em;
        list-style-type: disc;
    }
    .content__product .cardd li{
        font-size: .9rem;
    }
    .single__tab .nav .nav-item{
        font-size: .7em;
    }
    .tab__desc p {
        font-size: .8em;
        font-weight: 500;
    }
    .navv{
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        height: 90px;
    }
    .logo__item{
        order: -4;
        width: 37%;
    }
    .logo__item img{
        width: 100px;
        margin-top: -15px;
    }
    
    .cardd ul{
        margin: 0;
        padding: 0;
    }
    .contact1-form-title {
        font-size: 14px;
    }
    .navbar1{
        margin-top: 10px;
    }
    .home{
        margin-top: 5px;
    }
    .btn-add-to-cart{
        font-size: 15px;
        text-align: left;
    }
}
@media screen and (max-width: 410px){
    .nav__btns{
        order: -2;
        column-gap: 1rem;
        justify-content: right;
        margin-top: -7px;
        margin-right: -7px;
    }
    .logo__item{
        order: -3;
        width: 37%;
    }
    .home .swiper_text_slide_two{
        right: 20px;
        width: 90%;
    }
    .home .swiper_text_slide_tree{
        left: 0;
        margin-top: -30px;
    }
    .home .swiper_text_slide_tree h3{
        font-size: .9em;
        padding-right: 70px;
        width: 280px;
    }
    .swiper_text_slide_tree p span {
        font-size: 20px;
    }
    .home .swiper_text_slide_for{
        width: 90%;
        right: 10px;
    }
    .home .swiper_text_slide_for h3{
        font-size: .9em;
        padding-right: 10px;
        margin-top: -40px;
    }
    .home .swiper_text_slide_two h3{
        font-size: .9em;
    }
    .home .swiper_text_slide_tree p{
        font-size: .8em;
        color: #212529;
    }
    .home .swiper_text_slide_for p{
        font-size: .8em;
        color: #212529;
        background-color: #fff;
        opacity: .8;
        padding: 3px 5px;
        border-radius: 10px;
    }
    .home .swiper_text_slide_two p{
        font-size: .8em;
        margin-right: 0px;
        text-align: justify;
    }
    .home .swiper_text_slide h3{
        font-size: .9em;
        margin-right: 40px;
    }
    .swiper_text_slide p{
        font-size: .8em;
        color: #212529;
        margin-right: 240px;
        width: 160px;
    }
    .btn-bg.Ocean .btn-group .Coral button{
        width: 150px;
        font-size: 1em;
        padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    }
    .swiper-slide img{
        object-fit: cover;
        object-position: right;
    }
    .swiper_text_slide h3{
        margin-top: -40px;
        margin-right: 80px;
    }
    .home .swiper_text_slide_tree h3{
        width: 300px;
        text-align: center;
        margin-right: 80px;
    }
    .product_title_box {
        padding: 0 5px;
    }
    .product_title_box h2 {
        font-size: 16px;
        margin-right: 5px;
    }
    .product_title_box a {
        font-size: 15px;
        margin-left: 5px;
    }
    .new__section__banner__text {
        top: 50px;
        right: 5px;
    }
    .new__section__banner__text h2 {
        font-size: 1rem;
    }
    .gooey-button {
        width: 170px;
        font-size: .8rem;
        margin: 50px 40px 0 0;
    }
    .btn-add-to-cart{
        font-size: 13px;
        text-align: left;
    }

}