@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Carattere&family=Fleur+De+Leah&family=Grechen+Fuemen&family=Grey+Qo&family=Roboto&display=swap');
:root {
    --primary-color: #4b4b4b;
    --secondary-color: blue;
    --primary-background: #dfdfdf45;
    /*  #fdf8f5;*/
    --secondary-bacground: #d1c9c438;
    --btn-pramary: rgba(27, 27, 239, 0.64);
    --sub-nav: #308591;
    --text-color: rgba(40, 40, 40, 0.76);
    --shadow: rgba(40, 40, 40, 0.76);
    --color-text: #47cd8a;
}
* {
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
    user-select: none;
    font-family: "Poppins", sans-serif;
    outline:0;
}
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    color: var(--primary-color);
    text-decoration: none;
}
li {
    list-style: none;
}
body {
    position: relative;
    font-family: "Harmonia Sans", sans-serif;
}
header,
main,
footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sort-filter{
    display: flex;
    justify-content: space-between!important;
    padding: .5rem;
    margin-bottom:1rem;
}
.sort-filter div{
    min-width: 150px;
    min-height: 30px;
    background-color: transparent;
    border-radius: 5px;
    padding:0 0.5rem;
    border: 1px solid gray;
}
.sort-filter select{
    width: 100%;
    border: none;
    outline: none;
    height: 100%;
    background-color: transparent;
}
.sort-filter label{
    font-size: 0.7rem;
    color: #717070;
}
.alert-danger{
    font-family: Arial; !important;
    font-weight: bold  !important;
    font-size: 1.1rem !important;
}
.alert-danger{
    color: rgba(250, 77, 77, 0.83) !important;
    background-color: rgba(252, 145, 145, 0.53) !important;
    text-align: center !important;
}
.alert-success{
    color: blue !important;
    background-color: rgba(80, 80, 248, 0.66) !important;
    text-align: center !important;
}
.p-1{
    padding: 1rem!important;
}
.p-2{
    padding: 2rem!important;
}
.p-3{
    padding: 3rem!important;
}
.p-4{
    padding: 4rem!important;
}
.p-5{
    padding: 5rem!important;
}

.pt-1{
    padding-top: 1rem!important;
}
.pt-2{
    padding-top: 2rem!important;
}
.pt-3{
    padding-top: 3rem!important;
}
.pt-4{
    padding-top: 4rem!important;
}
.pt-5{
    padding-top: 5rem!important;
}

.pb-1{
    padding-bottom: 1rem!important;
}
.pb-2{
    padding-bottom: 2rem!important;
}
.pb-3{
    padding-bottom: 3rem!important;
}
.pb-4{
    padding-bottom: 4rem!important;
}
.pb-5{
    padding-bottom: 5rem!important;
}
.pl-1{
    padding-left: 1rem!important;
}
.pl-2{
    padding-left: 2rem!important;
}
.pl-3{
    padding-left: 3rem!important;
}
.pl-4{
    padding-left: 4rem!important;
}
.pl-5{
    padding-left: 5rem!important;
}
.pr-1{
    padding-right: 1rem!important;
}
.pr-2{
    padding-right: 2rem!important;
}
.pr-3{
    padding-right: 3rem!important;
}
.pr-4{
    padding-right: 4rem!important;
}
.pr-5{
    padding-right: 5rem!important;
}
.mt-1{
    margin-top: 1rem!important;
}
.mt-2{
    margin-top: 2rem!important;
}
.mt-3{
    margin-top: 3rem!important;
}
.mt-4{
    margin-top: 4rem!important;
}
.mt-5{
    margin-top: 5rem!important;
}

.mb-1{
    margin-bottom: 1rem!important;
}
.mb-2{
    margin-bottom: 2rem!important;
}
.mb-3{
    margin-bottom: 3rem!important;
}
.mb-4{
    margin-bottom: 4rem!important;
}
.mb-5{
    margin-bottom: 5rem!important;
}
.ml-1{
    margin-left: 1rem!important;
}
.ml-2{
    margin-left: 2rem!important;
}
.ml-3{
    margin-left: 3rem!important;
}
.ml-4{
    margin-left: 4rem!important;
}
.ml-5{
    margin-left: 5rem!important;
}
.mr-1{
    margin-right: 1rem!important;
}
.mr-2{
    margin-right: 2rem!important;
}
.mr-3{
    margin-right: 3rem!important;
}
.mr-4{
    margin-right: 4rem!important;
}
.mr-5{
    margin-right: 5rem!important;
}
.dep{
    text-decoration:line-through!important;
}
.btn{
    display: inline-block;
    font-weight: 400;
    color: #858796;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(78 115 223 / 25%);
}
.btn-outline-danger {
    color: #e74a3b;
    border-color: #e74a3b;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgb(231 74 59 / 50%);
}
.btn-outline-primary {
    color: #4e73df;
    border-color: #4e73df;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}
.shop-btn{
    position: absolute; 
    bottom:3.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    border: 1px solid white;
    color: white;
     background-color: rgb(0 0 0 / 4%);
}
.first-slider .owl-nav{
    display:none;
}
.owl-dots{
    transform:translateY(-2rem);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color:white;
}
.owl-theme .owl-dots .owl-dot span{
    background-color:transparent;
    border:2px solid white;
}

.slider_test {
    position: absolute;
    bottom: 8.3rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: white;
}
.slider_test h1{
    font-weight:400;
}
.shop-btn:hover{
    background-color: white;
    color: black;
}
.primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(78 115 223 / 50%);
}
.btn-primary {
    color: white;
    background-color: #4e73df;
}
.btn-primary:hover {
    color: #fff;
    background-color: #3463ec;
    border-color: #4e73df;
}
.menu-tracker{
    width: 100%;
}
.menu-tracker .track{
    padding:  1rem 0;
    border-top: 1px solid #dadada;
    font-size: 0.7rem;
}
.middle-header{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem;
}
.main-header {
    display: flex;
    flex-direction: column;
    background-color: var(--primary-background);
}
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
}
.top-header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    background-color: var(--secondary-bacground);
    padding: 10px 0;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--primary-color);
}
.logo{
    flex-basis: 100%;
    text-align: center;
 }
.cart-section{
    display: flex;
    justify-content: flex-end;
    flex-basis: 100%;
    text-align: center;
}
.inquiry div {
    padding-left: 2rem;
    color: var(--primary-color);
    line-height:1.2;
    font-size:1rem;
    color:#007185;
}
.inquiry>div:nth-child(2) {
    padding-top:.6rem;
}
.inquiry{
    display: flex;
    /*justify-content: center;*/
    flex-direction: column;
    font-size: .95rem;
    flex-basis: 100%;
}
.inquiry li:nth-child(2),
.inquiry li:nth-child(3){
    position: relative;
    padding-left: 1.6rem;
}
.inquiry li:nth-child(2):after,
.inquiry li:nth-child(3):after {
     content: '';
     height: .5rem;
     width: .5rem;
     background: #FA930A;
     display: block;
     position: absolute;
     transform: rotate(45deg);
     top: 25%;
     left: .5rem;
 }
.inquiry ul{

    display: flex;
}
.inquiry a{
    display: block;
}
.inquiry .fa-bars{
    display: none;
    font-size: 2.5rem;
}
.nav{
    font-size: 0.9rem;
}
.header {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
 
}
.header .logo img {
    height: 150px;
}
.nav-slider{
    position: fixed;
    height: 100Vh;
    width: 65%;
    top: 0;
    left: -100%;
    z-index: 99999;
    background-color: var(--primary-background);
    box-shadow: 0 0 10px 0 var(--shadow);
    transition: 0.7s all ease-in-out;
}
.nav-slider-opener{
    left: 0;
}
.overflow-hidden{
    overflow: hidden!important;
    width: 100% !important;
    height: 100vh!important;
}
.nav-slider-nav-cat{
    border-bottom: 1px solid #5e5e5e;
}
.nav-slider-nav-cat>a{
    padding: 1rem;
    padding-left: 2rem;
    display: inline-block;
    width: 78%;
    color: var(--text-color);
}
.nav-slider-nav-cat i{
    padding: 1rem;
}
.nav-slider-nav-subcat{
    display: none;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0.5rem 0;
}
.nav-slider-nav-subcat>li{
    padding-left: 1rem;
}
.nav-slider-nav-subcat a{
    padding-left: 2rem;
    display: inline-block;
    width: 100%;
    color: var(--text-color);
}
.cart-section i {
    font-size: 1.5rem;
    letter-spacing: 1rem;
    font-weight: normal;
    color: var(--primary-color);
}
.close{
    padding: 1rem;
}
.close::after,.close::before{
    content: '';
    display: block;
    clear: both;
}
.close i{
    font-size: 2rem;
    float: right;
}
.open{
    display: block;
}
.cart-section select {
    font-size: 1rem;
    font-weight: normal;
    outline: none;
    border: none;
    margin-right: 10px;
    background-color: transparent;
}
.bottom-header {
    padding: 0 0 1.5rem  0;
}
.bottom-header>*> ul {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.bottom-header>*>ul>li>a {
    padding: 0 0 3px 0;
}
.bottom-header>*>ul>li>a:hover {
    border-bottom: 3px solid #3e3e3e;
}
.nav-cat{
    position: relative;
}
.nav-subcat{
    position: absolute;
    top: 200%;
    left: 0;
    padding: 1rem 0;
    background-color: var(--sub-nav);
    transform: translateY(20px);
    transition: all .1s .1s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 100000;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bottom-header>*>ul>li:hover .nav-subcat{
    transform: translateY(0px);
    visibility:visible;
    opacity: 1;
}
.nav-subcat::before{
    content: '';
    display: block;
    border: 15px solid transparent;
    border-bottom:15px solid var(--sub-nav);
    position: absolute;
    left: 10%;
    top: -30px;
}
.nav-subcat li{

}
.nav-subcat li a{
    padding: 0.5rem 1rem;
    width: 100%;
    color: var(--text-color);
    display: block;
}
.nav-subcat li a:hover{
    background-color: rgba(0, 0, 0, 0.07);
}

.main-footer{
    display:flex;
    flex-direction:row;
}
.footer-subscribe__title{
   font-size: 1.2666rem;
    line-height: 1.4;
    margin-bottom: 10px;
    padding:0 1rem;
}
.footer{
    display: flex;
    flex-direction: column;
    background-color: var(--primary-background);
}
.top-footer{
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.subscribe{
    width: 35%;
    padding:0 1rem;
}
.subscribe p{
    font-size: 0.7rem;
    padding: 15px 5px;
    color: #575757;
}
.subscribe .input-btn{
    background-color: #2b6974;
    padding: 0.4rem 0.7rem;
    border:none;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}
.subscribe .input-btn:hover{
    background-color: #308591;
}
.useful-links{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    width: 70%;
    padding-left: 4rem;

}
.useful-links a{
    text-align: left;
    width: calc(100% / 3);
    font-size: 0.7rem;
    color: #555555;
}
.mail {
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0 1rem;
    width: 95%;
    border: 1px solid black;
    border-radius: 2px;
}
.mail > i {
    font-size: 1.5rem;
}
.mail > label {
    font-size: 1rem;
    padding-left: 3rem;
}
.your-mail {
    padding: 1rem;
    margin-left: 1rem;
    width: 90%;
    outline: none;
    border: none;
    background: none;
}



.new-arrival{
    display: flex;
    flex-direction:column ;
    width: 100%;
}
.new-arrival .header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}
.new-arrival .header h2{
    font-weight: normal;
}
.new-arrival .cards{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
}
.new-arrival .cards .card{
    position: relative;
    cursor: pointer;
    margin: 1rem 0;
}
.new-arrival .cards .card img{
    width: 100%;
}
.new-arrival .cards-mobile{
    display: none;
}
.new-arrival .card-back{
    transform-style: preserve-3d;
    position: absolute;
    width: 87%;
    height: calc(100% - 1rem);
    transform: perspective(1000px) rotateY(180deg);
    background-color: transparent;
    transition: all .51s linear;
    backface-visibility: hidden;
    box-shadow: 0 0 7px 0 rgba(125, 125, 125, 0.4);
}
.new-arrival .card-back  {
    padding: .5rem;
}
.new-arrival .card-back p{
    position: absolute;
    padding: .5rem;
    top: .5rem;
    width: calc(100% - 1rem);
    height: 80%;
    left: 0.5rem;
    text-align: justify;
    backface-visibility: hidden;
    font-size: 0.8rem;
    background-color: #00000024;
    /* backdrop-filter: blur(1px); */
    color: #efefef;
}
.card .card-front{
    backface-visibility: hidden;
    transition: all .51s linear;
    transform:perspective(1000px) rotateY(0deg);
    font-size: 0.8rem;
    /*box-shadow: 0 0 7px 0 rgba(125, 125, 125, 0.4);
    padding: .5rem;*/
    height: 100%;
}
.cards .image img:last-child {
   display:none;
}
.card .image:hover img:last-child{
    display:block;
   /* transform:perspective(1000px) rotateY(180deg);*/
}
.card .image:hover img:first-child{
    display:none;
   /* transform:perspective(1000px) rotateY(360deg);*/
}

/********************************************home*******************************************/


.wrapper {
    display: flex;
    flex-direction: column;
    background-color: var(--primary-background);
}

.offer {
    position: fixed;
    width: 600px;
    height: 350px;
    box-shadow: 0 0 10px 0 gray;
    /*background-color: var(--primary-background);*/
    background-color: #dfd9d9f2;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: top;
    animation: 1s offer-animinate ease-in;
    display: none;
}
.offer.active{
    display: block;
}
.offer-header {
    /* text-align: right; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}
.offer-close{
    font-size: 3rem;
    color: red;
    padding: 1rem;
    cursor: pointer;
    font-weight: lighter;
}
.offer-body{
    display: flex;
}
.offer-content{
    padding: 1rem;
    width: 50%;
}
.offer-content p{
    font-size: .9rem;
    color: #3e3e3e;
}
.offer-form{
    padding: 1rem;
    width: 50%;
}
.offer-form .mail{
    width: 100% !important;
    margin: 0;
    text-align: left;
}
.offer-form .btn{
    width: 100%;
    cursor: pointer;
    padding: .7rem;
}
@keyframes offer-animinate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    15% {
        transform: translate(-50%, -50%) rotate(10deg);
    }
    30% {
        transform: translate(-50%, -50%) rotate(-8deg);
    }
    45% {
        transform: translate(-50%, -50%) rotate(5deg);
    }
    60% {
        transform: translate(-50%, -50%) rotate(-3deg);
    }
    75% {
        transform: translate(-50%, -50%) rotate(2deg);
    }
    90% {
        transform: translate(-50%, -50%) rotate(-1deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}
.new-arrival{
    display: flex;
    flex-direction:column ;
    width: 100%;
}
.new-arrival .header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}
.new-arrival .header h2{
    font-weight: normal;
}

.best-seller {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.best-seller .header-best-seller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.best-seller .second-slider {
    position: relative;
}
.best-seller .second-slider .owl-nav i {
    font-weight: normal !important;
    color: rgb(65, 64, 64);
}
.best-seller .second-slider .owl-nav button:hover i {
    color: rgb(94, 94, 94);
}
.header-best-seller h2{
    font-weight: normal;
}


.our-collection {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0;
}
.our-collection .collection-item {
    display: flex;
    justify-content: space-between;
    margin-right: 1rem;
}
.our-collection .collection-item:last-child {
    margin-right: 0;
}
.our-collection .collection-item .collection-left {
    width: calc(70% - 1px);
    display: flex;
}
.our-collection .collection-item .collection-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
}
.our-collection .collection-item .collection-right img {
    height: calc(50% - 0.5px);
}
.our-collection .collection-item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.join-us {
    padding: 4rem 0;
    display: flex;
}
.left-aside {
    display: flex;
    width: 70%;
}
.left-aside img {
    width: 100%;
}
.right-aside {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}
.right-aside p {
    padding-bottom: 1rem;
    font-size: 0.9rem;
    color: rgb(51, 51, 51);
}
h3 {
    font-weight: normal;
    font-size: 2rem;
    letter-spacing: 0.5px;
    color: rgb(51, 51, 51);
}
.mail {
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0 1rem;
    width: 95%;
    border: 1px solid black !important;
    border-radius: 2px;
}
.mail > i {
    font-size: 1.5rem;
}
.mail > label {
    font-size: 1rem;
    padding-left: 3rem;
}
.right-aside .input-btn {
    width: 95%;
    padding: 0.8rem;
    border: 1px solid grey;
    display: flex;
    justify-content: center;
    background-color: #2b6974;
    border-radius: 3px;
    cursor: pointer;
    color: white;
    margin-top: 0.9rem;
}
.right-aside .input-btn:hover {
    background-color: #2b6974f3;
}
.your-mail {
    padding: 1rem;
    margin-left: 1rem;
    width: 90%;
    outline: none;
    border: none;
    background: none;
}


/**************************************Catagories****************************************/
.collection-page{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: var(--primary-background);
}
.products{
    width: 100%;
    margin: 2rem 0;
}
.products .products-title{
    width: 100%;
}
.products .products-title h2{
    font-weight: normal;
    font-size: 2rem;
}
.products .products-cards{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.product-card{
    display: flex;
    flex-direction: column;
    width: 28%;
    height: 250px;
    margin: 1rem;
}
.product-card .products-imgs{
    display: flex;
    height: 85%;
    justify-content: space-between;
}
.product-card .products-imgs .product-side-imgs{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
}
.product-card .products-imgs .product-main-img{
    width: calc(70% - 1px);
}
.product-card .products-imgs .product-main-img img{
    height: 100%;
}
.product-side-imgs img{
    height: calc(50% - 0.5px);
}
.products-cards img{
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.product-footer{
    margin-top: 0.5rem;
    height: 15%;
}

/**************************************category************************************/

.category-page{
    background-color: var(--primary-background);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 3rem;
}
.cat-products{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-best-seller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    width: 100%;
}
.item {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: calc(100% - 2rem);
    margin: 1rem;
    text-align: left;
}
.item .title {
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 0.8rem;
    color: #111111;
}
.item .price {
    font-size: 0.7rem;
    color: #979090;
}
.owl-item,
.item span{
    font-size: 0.7rem;
    color: #979090;
}
.item img {
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.header-best-seller h2{
    font-weight: normal;
}
/******************************PRoducts***********************************/
.product-page{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--primary-background);
    padding: 3rem 0;
}
.pp{
    align-items: flex-start;
}
.product-page .pro_img{
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    max-width: 50%;
}
.product-page .pro_details{
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 5rem;
}
.product-page .main_img{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid black;
    overflow: hidden;

}
.product-page .main_img img{
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.product-page .additional_imgs{
    display: flex;
}
.product-page .additional_img{
    width: 100px;
    margin: 1rem 0;
    margin-right: 1rem;
    border-radius: 3px;
    overflow: hidden;
    border: 2px solid transparent;
}
.product-page .additional_img.active{
    border: 2px solid black;
}
.product-page .additional_img img{
    border-radius: 3px;
    object-fit: cover;
    width: 100%;
    display: block;
    cursor: pointer;
}
.product-page .pro_details h2 {
    width: 100%;
    font-weight: 300;
    padding-bottom: 1rem;
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
}
.product-page .pro_details span {
    width: 100%;
    padding: .7rem 0;
    color: rgba(0, 0, 0, 0.7);
}
.product-page .pro_details select {
    background-color: transparent;
    border-radius:3px ;
    width: 100%;
    padding: 0.5rem;
}
.product-page .pro_details button:nth-child(4){
    margin-top: 3rem;
    background-color: transparent;
    color: black;
}
.product-page .pro_details span:nth-child(9){
    margin-top: 3rem;
    font-size: 0.8rem;
    padding: 0;
}
.product-page .pro_details .left-products span{
    color: red !important;
}
.product-page .pro_details button {
    width: 100%;
    margin: 0.6rem 0  ;
    padding: 0.5rem;
    border: 1px solid black;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    background-color: var(--btn-pramary);
}
.product-page .pro_details .title{
    margin-top: 4rem;
    overflow: hidden;
    word-break: break-word;
    hyphens: auto;
    width: 100%;
    font-size: .9rem;
}
.social-links{
    width: 100%;
}
.social-links i{
    font-size: 1.4rem;
    margin-right: 1rem;
    margin-top: .4rem;
    transition: all .2s linear;
}
.social-links i:hover{
    transform: scale(1.5);
}
/**************************************cart css *********************************/
.con{
    margin: auto;
}
icon{
    position: absolute;
    right: 7px;
    top: -11px;
    background-color: #ec5151;
    width: 16px;
    color: #e6dcdc;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 0.7rem;
}
.cartpage{
    background-color: var(--primary-background);
}
.cart-head {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}
.cart-track{
    display: flex;
    flex-basis: 100%;
    justify-content: flex-start;
}
.searchpanel{
    display: none;
    position: fixed;
    width: 60vw;
    top: 10%;
    left: 20%;
    z-index: 9999;
    background: var(--primary-background);
    box-shadow: 0px 0px 7px 0 rgba(168, 168, 168, 0.85);
}
.searchpanel.active{
    display: block;
}
.searchpanel .close{
    width: 100%;
    padding: .5rem;
    border: 0;
    cursor: default;
}
.searchpanel .close i{
    cursor: pointer;
}
.search-bar{
    width: calc(100% - 20px);
    margin: 10px;
    margin-top: 0;
    padding: .3rem;
    border: 1px solid black;
}
.search-bar input{
    font-size: 1.05rem;
    width: 84%;
    background-color: transparent;
    padding: 0 .5rem;
    border: none;
    outline: none;
}
.search-bar i{
    width: 15%;
    padding: .7rem 0;
    border-radius: 3px;
    text-align: center;
    background-color: #4e73df;
    color: white;
    font-size: 1.05rem;
}
.search-results{
    display: flex;
    flex-direction: column;
    padding: 1rem;
    width: 100%;
    min-height: 40vh;
}
.search-results .result{
    padding: .5rem;
    max-width: 100%;
    color: #383838;
    transition: .2s linear all;
    display: flex;
}
.search-results .result:hover{
   background: rgba(0, 0, 0, 0.06);
}
.srch_img{
    width: 50px;
    height: 50px;
}
.srch_img img{
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    width: 100%;
    height: 100%;

}
.srch-title{
    padding:0 .5rem;
    text-align: left;
}
.srch-title .pricelabel {
    font-size: 0.7rem;
    color: #979090;
}
.srch-title .price {
    font-size: 0.7rem;
    color: #979090;
}
.track{
    padding-bottom: 30px;

}
.cart-btn{
    cursor: pointer;
}
.cart-body{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.shopping-cart{
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.shopping-cart h1{
    font-size: 1.2rem;
}
.shopping-cart .table{
    display: flex;
    flex-basis: 100%;
    padding-top: 30px;
}
.table .title-product{
    display: flex;
    flex-basis: 70%;
    font-size: 0.9rem;
}
.table .title-price{
    display: flex;
    flex-basis: 10%;
    font-size: 0.9rem;
}
.table .title-quantity{
    display: flex;
    flex-basis: 20%;
    font-size: 0.9rem;
}
.table .title-total{
    display: flex;
    font-size: 0.9rem;
}
.cart-main{
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
    margin: 30px 0px;
}
.image-cart{
    height:300px;
    margin: 1rem;
}
.image-cart img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.re-title{
    display: flex;
    flex-direction: column;
    flex-basis: 47%;
}
.re-title a{
    text-decoration: underline;
    font-size: 0.9rem;
    color:#2B6974;
}
.item-size{
    margin-bottom: 100px;
}
.item-size span{
    text-decoration: none;
}
.item-price{
    display: flex;
    flex-basis: 10%;
}
.item-quantity{
    display: flex;
    flex-basis: 16%;
}
.item-quantity .btn-cart{
    width: 30px;
    margin: 0px 0.5rem;
    height: 30px;
}
.item-quantity input[type=number]{
    height: 30px;
    width: 100px;
    text-align: center;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid gray;
    outline: none;
}
.totel-price{
    display: flex;
}
.dprive{
    color: var(--color-text) !important;
}
.price.dep+.pricelabel{
    color: var(--color-text);
}
.labelstatus{
    position: absolute;
    right: 10px;
    top: 1.2rem;
    font-size: .8rem;
    color: white;
    padding: .3rem .6rem;
    background-color:#34558B;
    transform: rotate(-90deg);
}
.labelstatus::before{
    bottom: 0;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent #34558b transparent;

}
.disable{
    background-color: #ecebeb!important;
    color: #6d6d6d !important;
    cursor:not-allowed !important;
}
.labelstatus::after{
    top: 0;
    border-width: 0 16px 16px 0;
    border-color: transparent #34558b transparent transparent;
}
.labelstatus::after,
.labelstatus::before{
    content: ' ';
    position: absolute;
    right: 100%;
    width: 0px;
    height: 0px;
    border-style: solid;
    margin-right: -1px;

}
/**************************Policies**********************/
.policies{
    width: 70%;
    padding: 3rem 0;
    color: var(--text-color);
}
.policies h1{
    font-size: 2rem;
    font-weight: normal;

}
.policies .content{
    font-size: .9rem;
    padding: 1rem;
}
.ProductInfo{
    color: var(--color-text);
}
.ProductInfo:hover{
    color: var(--primary-color);
}
.ProductInformationandCareInstructions{
    visibility: hidden;
    position: fixed;
    z-index: 100;
    transform: translateY(-110%);
    transition: .3s linear all;
    top: 5%;
    background-color: white;
    padding: 1.5rem 2.5rem;
    box-shadow: 0 0 10px 0 #c4c4c4;
}
.ProductInformationandCareInstructions.active{
    visibility: visible;
    transform: translateY(0);
}
.Specifications,.SupplierInformation{
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem ;
    font-weight: 300;
    color: #1c1c1c;
}
.ProductInformationandCareInstructions{
    overflow: auto;
    max-width: 80%;
    max-height:90% ;
}
.ProductInformationandCareInstructions li{
    font-size: .9rem;
    list-style: unset;
}
.ProductInformationandCareInstructions>h1{
    font-size: 1.5rem;
    font-weight: normal;
    padding:  1rem 0;
    color: #3d3d3d;
}
.productinfo_close{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: .5rem;
    font-size: 2rem;
    cursor: pointer;
}
.Specifications h3,.SupplierInformation h3{
    font-weight: normal;
    font-size: 1rem;
}
.Specifications h2,.SupplierInformation h2{
    width: 100%;
    font-size: 1.5rem;
    font-weight: normal;
    color: #494949;
}
.SupplierInformation a{
    width: 100%;
}
.Specifications ul,.SupplierInformation ul{
    padding: .3rem 1rem;
}
.Specifications .list,.SupplierInformation .list{
    padding: 1rem;
    min-width: 20%;
}
.SupplierInformation .list{
    display: none;
}
.SupplierInformation .list.active {
    display: block;
}
/***************************About Page***********************/
.about{
    background-color: var(--primary-background);
}
.aboutcontent{
    border-top: 1px solid #dadada;
    padding: 1rem 3rem;
}
.aboutcontent h1{
    font-size: 1.7rem;
    color: #474747;
}
.aboutcontent p{
    font-size: .9rem;
    line-height: 1.4rem;
    word-spacing: 5px;
}
/**********************************contactPage****************************/
.contact{
    background-color: var(--primary-background);
}
#contact{
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px #d5d5d5;
    width: 600px;
    min-height: 50vh;
    margin: 50px 0;
    padding: 2rem 1rem;
    border-radius: 10px;
}
#contact>div:first-child{
    text-align: center;
    font-size: 2rem;
    color: #3b3b3b;
}
#contact label{
    color: #2f2f2f;
    font-size: .9rem;
}
#contact input,#contact textarea{
    padding: .4rem 1rem;
    margin-top: .2rem;
    margin-bottom: 1rem;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid gray;

}
#contact textarea{
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
}
#contact input[type=submit]{
    max-width: 100px;
    min-width: 100px;
    margin: auto;
    width: 100px;
    margin-top: 50px;
    cursor: pointer;
}
#contact input[type=submit]:hover{
    background-color: rgba(2, 2, 2, 0.07);
}
.ProductInformationandCareInstructions h2{
    font-size: 1rem;
}
.ProductInformationandCareInstructions h1{
    font-size: 1.2rem;
}

div#instafeed {
    display: flex;
    flex-wrap: wrap;
}
#instafeed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#instafeed a {
    width: 25%;
    padding:20px;
}
h2.instafeed {
    width: 100%;
    text-align:center;
    font-family: 'Carattere', cursive;
    font-size:2.5rem;
    margin-bottom:2rem;
    color: #444444;
}
@media (max-width: 724px) {
        #instafeed a {
        width: 33%;
        padding:20px;
    }
    .cart-section{
        text-align: right;

    }
    .pp {
        align-items: center;
        flex-direction: column;
    }
    .best-seller .header-best-seller{
        padding: 20px 10px;
    }
    :root{
        font-size: 13px;
    }
    .first-slider .owl-nav{
        display: none;
    }
    .first-slider{
        padding: 0 1rem;
    }
    .category-page{
        padding: 1rem 1.5rem;
    }
    .header-best-seller h2{
        font-size: 1.4rem;
    }
    .header-best-seller{
        padding: .5rem 0;
    }
    .menu-tracker .track{
        padding: .5rem 0;
        padding-top:1rem;
    }
    .shop-btn{
        font-size: 1.2rem;
        width: 30%;
        
    }
    .owl-carousel .owl-item img{
        display: block;
        width: 100%;
        object-fit: contain;
    }
    .slider_test{
        bottom:15rem;
    }
    .cartpage{

        padding: 1rem;
    }
    .item-quantity input[type=number]{
        width: 50px;
    }
    .cart-main{
        padding-left: 10px;
        position: relative;
    }
    .item-price{
        flex-basis: 13%;
    }
    .item-quantity{
        flex-basis: 32%;
    }
    .totel-price{
        flex-basis: 15%;
    }
    .table .title-product{
        flex-basis: 62%;
    }
}
@media (max-width: 500px) {
    #instafeed{
        padding:10px;
    }
    #instafeed a {
        width: 50%;
        padding:3px;
    }
    :root{
        font-size: 13px;
    }
    .s
    .aboutcontent{
        width: 100%;
        padding: 1rem;
    }
    .searchpanel{
        width: 100vw;
        left: 0;
    }
    .sort-filter div {
        min-width: 70px;
        width: 100px;
    }

    .cart-main {
        padding-left: 4px;
        flex-wrap: wrap;
    }

    .image-cart {
        height: 150px;
        flex-basis: 40%
    }

    .re-title {
        order: 5;
        position: absolute;
        top: 40%;
        right: 10%;
    }

    .re-title a {
        font-size: 0.6rem;
    }

    .item-price {
        flex-basis: 16%;
        font-size: 0.7rem;
    }

    .item-quantity {
        flex-basis: 20%;
        width: 0px;
    }

    .totel-price {
        font-size: 0.7rem;
    }

    .table .title-product {
        flex-basis: 46%;
        padding-left: 4px;
    }

    .table .title-price {
        flex-basis: 18%;
    }

    .table .title-quantity {
        flex-basis: 25%;
    }
}
@media all and (max-width: 1250px){
    .container{
        width: 1000px;
    }
    .item{
        width: 210px;
        /*height: 400px;*/
    }
}
@media all and (max-width: 1050px) {
    .container {
        width: 800px;
    }

}
@media all and (max-width: 800px) {
    .container {
        width: 700px;
    }
    .search-bar input{
        width: 75%;
    }
    .search-bar i{
        width: 23%;
    }
}
@media all and (max-width: 750px) {
    h2.instafeed {
        padding:calc(1rem + 10px);
    }
    .new-arrival .cards-mobile{
        display: flex;
    }
    .ProductInformationandCareInstructions{
        max-width: 80%;
    }

    .product-card{
        width: 40%;
        height: unset;
    }
    .product-page>div:first-child{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .product-page .pro_img,.product-page .pro_details {
        width: 90%;
        max-width: 100%;
        padding: 1rem;
    }
    .container {
        width: 100%;
    }
    .item{
        width: 170px!important;
       height: unset!important;
        margin: 0.5rem;
    }
    .cat-products .item{
        width: 150px!important;
    }
    .our-collection{
        margin:1rem;
    }
    .our-collection>a:last-child{
        display: none;
    }
    .new-arrival .cards .card {
        margin: 0.5rem;
    }
    .bottom-header{
        display: none!important;
    }
    .cart-section>div>div:nth-child(2){
        display: none!important;
    }
    .cart-section>div>select{
        display: none!important;
    }
    .inquiry div{
        display: none;
    }
    .inquiry a{
        display: none !important;
    }
    .inquiry .fa-bars{
        display: block !important;
    }
    .top-footer{
        flex-direction: column;
    }
    .main-footer{
        flex-direction: column;
    }
    .new-arrival{
        padding: 1rem;
    }
    .best-seller{
        padding: 1rem;
    }
    .our-collection .collection-item{
        margin: 10px;
    }
    .collection-item:last-child{
        display: none;
    }
    .join-us{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .join-us .right-aside{
        text-align: center;
        align-items: center;
    }
    .join-us .right-aside form{
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .subscribe {
        width: 80%;
    }
    .useful-links{
        width: unset;
        padding: 1rem;
    }
    .useful-links a{
        padding: .3rem;
    }
}
@media all and (max-width: 600px) {
    .ProductInformationandCareInstructions{
        max-width: 100%;
    }
    .new-arrival .cards .card {
        margin: 0;
    }
    .our-collection{
        display: flex;
        flex-wrap: wrap;
        padding: 1rem;
    }
    .our-collection>a{
        margin-bottom: 3rem;
    }
    .offer-body{
        flex-direction: column;
    }
    .offer{
        width: 90%;
    }
    .offer-content{
        width: 100%;
        margin-bottom: 20px;
    }
    .offer-form{
        width: 100%;
    }
    #currencyChanger{
        display: none;
    }
    .header .logo img {
        height: 120px;
    }
    .subscribe{
        width: 90%;
    }
    .subscribe-form {
        width: 100%;
    }
    .useful-links a{
        font-size: 1rem;
        border-bottom:  1px solid gray;
        width: 100%;
        padding: 10px 0px;
    }
    .useful-links{
        flex-direction: column;
        width: 100%;
    }
}
/************************payupage*****************************/

.payform{
    display: flex;
    align-items: center;
    justify-content: center;
     flex-direction: column;
}
.pro_pre_filed{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    max-width: 500px;
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pimg{
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    padding: 1px;
    border: 1px solid rgb(206, 206, 206);
}
.pimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.p_q{
    display: flex;
    position: absolute;
    top: -11%;
    right: -11%;
    width: 20px;
    height: 20px;
    background-color: gray;
    border-radius: 50%;
    text-align: center;
    color: white;
    align-items: center;
    justify-content: center;
}
.pinfo{
    width: 65%;
    padding-left: 20px;
    font-size: 1rem;
    font-weight: 600;
}
.pamount{
    font-size: 0.9rem;
}
.fillform{
    display: flex;
    flex-direction: column;
    width: 500px;
}
.field{
    width: 100%;
    border:1px solid gray;
    margin: 10px 0;
    border-radius: 5px;
}
.field input{
    width: 100%;
    border:none;
    padding: 10px;
    border-radius: 5px;
}
.fullname{
display: flex;
justify-content: space-between;

}
.half{
    width: 48%;
}
.full-address{
    display: flex;
    justify-content: space-between;
}
.full-address .field{
    width: 24%;
}
.pay-submit-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pay-submit-btn input{
    padding: 10px 35px;
    margin: 30px 0;
    cursor: pointer;
    background-color: #2b6974;
    color: white;
    border-radius: 2px;
    border:none;
}
@media (max-width: 724px) {
    .offer{
        height: auto;
    }
    .payform{
        width:100%;
    }
    .fillform {
         width:90%;
         margin:auto;
    }
    .pro_pre_filed{
         width:90%;
         margin:auto;
    }
}

