@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --site-color-01:#000000;
    --site-color-02:#ffab02;
    --site-color-03:#1a1a1a;
    --site-color-05: #ccc;
    --site-color-04:#ffffff;

}
*{
    /* text-align: center; */
    margin: 0;
    padding: 0;
    /* color: var(--site-color-01); */
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
h5{
    color: #333;
    margin: 10px 0px;
    border-top: 2px dotted var(--site-color-02);
}
.cart #resulta{
    height: 20px;
    color: red;
    text-align: center;
}
.view-btn{
    width: 100%;
    outline: none;
    background: none;
    border: none;
    /* border-top: 2px dotted var(--site-color-02); */

}
body{
    /* width: 100vw; */
    min-height: 90vh;
    /* display: flex; */

    /* border:2px solid #160433; */
    /* justify-content: center; */
    background: var(--site-color-02);
    /* align-items: center;
    background-image: url(img/mb.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}
a{
    text-decoration: none;
    color: var(--site-color-01);
    transition: 400ms ease-in-out all;
}

#msg{
    position: absolute;
    align-items: center;
    margin-top: 80px;
    /* width: 100%; */
    z-index: 10401 ;
    right: 0;
    /* text-al100ign: right; */
    /* left: 50%; */
    /* display: flex; */
    /* justify-content: center; */
  }
  #msg h4{
    position: absolute;
    right: 50px;
    border: 5px solid var(--secondary-clr);
    width: 250px;
    color:var(--site-color-04); 
    background: var(--site-color-05);
    position: fixed;
    margin:0px 0px 15px 0px; 
    font-size:20px ; 
    font-weight: 600;
    padding: 14px 0px;
    text-align:center;
    border-radius:6px;
    z-index: 104;
  }
/* jhjjkj */
.header1{
    display: none;
    width: 97vw;
    height: 60px;
    background: var(--site-color-01);
    border:2px solid #e0f805;
}
.header1 img{
    margin-top: 108px;
    /* padding-top: 500px; */
    width: 90vw;
    height: 100%;
    /* flex-direction: column; */
}
.header{
    position: fixed;
    width: 100vw;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--site-color-01);
    color: var(--site-color-04);
    /* display: none */
    z-index: 999;
    font-size: 11px;
    /* border:2px solid #f82205; */
    margin-top: -150px
}
.header .header-1 .header-1left{
    width: ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 40px;
    /* border:2px solid #f82205; */
}
.header .header-1 .header-1left p p{
    color: #f82205;
    font-weight: 800;
}
.header .header-1 .header-1left .icon img{
    width: 20px;
    margin: 0px 10px 10px;
    /* border:2px solid #f82205; */
}
/* jhjjkj */
/* headermain */
.headermain{
    position: fixed;
    width: 100vw;
    height: 70px;
    margin-top: -115px;
    background: var(--site-color-04);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    z-index: 999;
    box-shadow: 2px 1px 2px var(--site-color-03);

}
.headermain div{
    /* border:2px solid #f82205; */
}
.headermain .headermain-1 img{
    /* padding-right: 30px; */
    height: 50px;
    /* border:2px solid #f82205; */
}
.headermain .headermain-1 #cart-icon{
    display: none;
}
.headermain .headermain-2{
    display: flex;
    justify-content: center;
    align-items: center;
    border:2px solid rgb(165, 160, 160);
    border-radius: 10px;
    /* width: 200px; */

}
.headermain .headermain-2 div{
    display: flex;
    justify-content: space-between;
    /* border: 2px solid red; */
}
.headermain .headermain-2 img{
    width: 25px;
    padding: 0 4px;
    /* border:2px solid red; */

}
.headermain .headermain-2 input{
    height: 40px;
    width: 20vw;
    border: none;
    outline: none;
    font-size: 20px;
    /* border:2px solid #f82205; */
}
.headermain .headermain-2 input[type=text] {
    width: 130px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
  
  /* When the input field gets focus, change its width to 100% */
  .headermain .headermain-2 input[type=text]:focus {
    width: 80%;
  }
.headermain .headermain-2 button{
    color: #030728;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    background: var(--site-color-02);
    transition: 02s ease;
    border: 1px solid transparent ;
    /* margin: 14px 0 40px; */
}
.headermain .headermain-2 button:hover{
    border: 1px solid #fff;
    background: var(--site-color-03);
    color: #fff;
}
.headermain .headermain-3{
    /* position: absolute; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border:2px solid #f82205; */
    margin-right: 40px;
    /* width: 30vw; */
}
.headermain .headermain-3 div{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    /* border:2px solid #f82205; */
    border-radius: 7px;
    /* margin-right: 20px; */
}
.headermain .headermain-3 div:active{
    background: var(--site-color-05);
    /* border:2px solid #3a05f8; */
}
.headermain .headermain-3 div img{
    width: 20px;
    margin: 0px 3px;
    /* border:2px solid #f82205; */
}
/* Style the list */
ul.breadcrumb {
    position: absolute;
    padding: 5px 8px;
    list-style: none;
    left: 0;
    top: 70px;
    border-radius: 6px;
    background-color: #eee;
  }
  
  /* Display list items side by side */
  ul.breadcrumb li {
    display: inline;
    font-size: 13px;
  }
  
  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: ">\00a0";
  }
  
  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }
  
  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  }
#cart-icon{
    /* position: absolute; */
    /* border:2px solid red; */
    font-size: 30px;
    cursor: pointer;
    /* margin-left: 200px; */
    display: flex;
}
#cart-icon .cart-item-count{
    position: absolute;
    top: 7px;
    margin-left: 20px;
    background: red;
    border-radius: 50%;
    font-size: 17px;
    width: 20px;
    height: 20px;
    color: var(--site-color-04);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: ;
    /* visibility: hidden; */
}

/* headermain */
/* from w3 school */

/* vert Tab */
.wr{
    display: flex;
    justify-content: center;
   margin-top: 150px;
   width: 95%;
   column-gap: 20px;

   /* border:2px solid #f82205; */
   margin-left: 10px;
}
.wrap{
    display: flex;
    justify-content: center;
    margin-top: 0px;
    /* margin-left: 740px; */
}
    /* Style the tab */
/* Style the tab */
.tab {
    /* float: left; */
    border: 1px solid var(--site-color-03);
    background-color: var(--site-color-04);
    width: 25vw;
    height: 30vh;
    border-radius: 10px;
  }
  /* Style the buttons that are used to open the tab content */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 8px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #ccc;
  }
  .tab button img{
    width: 20px;
    margin-right: 10px;
    /* background-color: #ccc; */
  }
  /* Style the tab content */
.tabc{
    /* display: none; */
    /* border: 2px solid red; */
}
.tabimg{
    width: 15vw;
    margin-top: 40px;
    /* border: 2px solid #000000; */
}
.tabimg img{
    width: 100%;
    /* margin-top: 40px; */
    /* border: 2px solid #000000; */
}
  .tabcontent {
    position: absolute;
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    /* width: ; */
    z-index: 1;
    /* border-left: none; */
    height: 60vh;
    background: var(--site-color-05);
    display: none;
    overflow: scroll;

  }
  .tabcontent .bby{
    margin: 15px 0 0 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    /* border: 2px solid red; */

  }
  .tabcontent .bby div{
    margin-left: 20px;
  }
  .tabcontent .bby h3{
    border-bottom: 2px dotted var(--site-color-01);
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tabcontent .bby a:hover{
    background: var(--site-color-04);
    width: 100%;
    border-radius: 8px;
    padding: 3px;
    margin: 5px;
    /* font-size: 30px; */
  }
/*  vert tab */
.sx{
    position: relative;
}
.slideshow-container {
    width: 45vw;
    height: 35vh;
    position: relative;
    /* margin: auto; */
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
.copy-text{
    /* display: flex; */
    /* justify-content: space-between; */
    /* border: 2px solid red; */
}
.copy-text .textb{
    font-size: 20px;
    /* border: 2px solid red; */
    font-weight: 600;
    font-style: italic;
    border: none;
    width: 140px;
    outline: none;
}

  .mySlides img{
    /* border: 2px solid red; */
    height: 100%;
    
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
/* form w3 school */
.card-list .card-item{
    user-select: none;
    color: #fff;
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid  rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    backdrop-filter: blur(30px);
}
.card-list .card-item .user-image{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 40px;
    border: 3px solid #fff;
    padding: 4px;
}
.card-list .card-item .user-profession{
    font-size: 1.15rem;
    color: #e3e3e3;
    font-weight: 500;
    margin: 14px 0 40px;
}
.card-list .card-item .massage-button{
    font-size: 1.25rem;
    padding: 10px 35px;
    color: #030728;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
    transition: 02s ease;
    border: 1px solid transparent ;
    /* margin: 14px 0 40px; */
}
.card-list .card-item .massage-button:hover{
    border: 1px solid #fff;
    background:  rgba(255, 255, 255, 0.1);
    color: #fff;
}
.popxx-container {
    /* border:2px solid red;  */
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom: 0;
   background: rgba(10, 35, 46, 0.95);
   overflow: scroll;
}
/* LOADING */
.containerq{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* border:2px solid var(--site-color-02);  */
}
.containerq .text{
    font-family:sans-serif ;
    font-size: 20px;
    font-weight: 500;
    border:2px solid var(--site-color-02); 
}
.containerq .ring{
    position: absolute;
    width: 190px;
    height: 190px;
    border:2px solid transparent; 
    border-radius: 50%;
    --color: #ff8df9;
    border-bottom: 8px solid var(--color);
    animation: rotate1 1s linear infinite;
}
@keyframes rotate1{
    from{
        transform: rotateX(50deg) rotateZ(110deg);
    }
    to{
        transform: rotateX(50deg) rotateZ(470deg);

    }
}

.containerq .ring:nth-child(2){
    --color: #ff416a;
    animation-name: rotate2;
}
@keyframes rotate2{
    from{
        transform: rotateX(20deg) rotateY(50deg) rotateZ(20deg);
    }
    to{
        transform: rotateX(20deg) rotateY(50deg) rotateZ(380deg);
    }
}

.containerq .ring:nth-child(3){
    --color: var(--site-color-01);
    animation-name: rotate3;
}
@keyframes rotate3{
    from{
        transform: rotateX(40deg) rotateY(130deg) rotateZ(450deg);
    }
    to{
        transform: rotateX(20deg) rotateY(130deg) rotateZ(90deg);
    }
}

.containerq .ring:nth-child(4){
    --color: var(--site-color-02);
    animation-name: rotate4;
}
@keyframes rotate4{
    from{
        transform: rotateX(70deg) rotateZ(270deg);
    }
    to{
        transform: rotateX(70deg) rotateZ(630deg);
    }
}
.containerq .image img{

    border-radius: 40%;
    animation: rotateimage 2s linear infinite;

}
@keyframes rotateimage{
    from{
        transform: rotateX(0deg) rotateY(10deg);
    }
    to{
        transform: rotateX(0deg) rotateY(40deg);
    }
}

/* home_cortgo */
.home_cortgo{
    display: flex;
    justify-content: center;
    /* margin-top: 120px; */
    /* column-gap: 10px; */
    /* background: var(--site-color-05); */
    width: 100%;
    /* column-gap: 10px; */
    /* border:2px solid red; */
}
.home_cortgo div {
    display: flex;
    justify-content: center;
    /* margin: 10px; */
    background: var(--site-color-04);
    /* border:2px solid red; */
}
.home_cortgo div a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px;
    /* background: var(--site-color-04); */
    /* border:2px solid red; */
}
.home_cortgo div a img{
    width: 140px;
    border-radius: 5px;
    /* border:2px solid red; */
}
.home_cortgo div a p{
    font-size: 10px;
    margin-top: 20px;
    /* font-weight: 700; */
    /* border:2px solid red; */
}
/* home_cortgo */

/* SHOP */
.shop{
    padding: 50px 9% 30px;
}
.section-title{
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
}
.product-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); */
    gap: 10px;
    margin-bottom: 100px;
    /* border:2px solid red; */
/*  */
}
.product-box form button{
    /* border:2px solid rgb(255, 7, 7); */
    border-radius: 10px;
    width: 150px;
    height: 250px;
    box-shadow: 2px 2px 12px var(--site-color-03);

}
.product-content .img-box{
    /* border:2px solid red; */
    width: 100%;
    height: 150px;

    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.img-box img{
    width: 100%;
    height: 150px;
    transition: 0.5s;
}
.img-box:hover img{
    /* border:2px solid red; */

    transform: scale(1.1);
}
.product-content .product-title{
    font-size: 15px;
    margin-top: 10px;
    height: 40px;
    /* border:2px solid red; */

}
.product-content .price-and-cart{
    /* border:2px solid red; */
    width: 150px;
    /* margin-left: -20px; */
    display: flex;
    justify-content: space-between;
    /* column-gap: 20px; */
    align-items: center;
}
.product-content .price{
    font-size: 25px;
    font-weight: 700;
}
.product-content .price-and-cart .add-cart{
    background: var(--site-color-03);
    color: var(--site-color-04);
    border-radius: 3px;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
    /* border:2px solid red; */
}
/* CART */
.cart{
    position: fixed;
    top: 0px;
    right: -200%;
    width: 360px;
    height: 100%;
    background: var(--site-color-04);
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    padding: 0px 20px 40px;
    /* z-index: 100; */
    overflow: auto;
    border:2px solid red;
    z-index: 1000;
    transition: 0.5s;

}
.cart.active{
    right: 0;
}
.cart-title{
    margin-top: 50px;
    text-align: center;
    font-size: 30px;
}
.cart-box{
    display: flex;
    align-items: center;
}
.cart-box img{
    width: 100px;
    height: 100px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 20px;
}
.cart-detail{
    display: grid;
    gap: 8px;
    margin-right: auto;
}
.cart-product-title{
    width: 130px;
    /* height: 56px; */
    text-wrap: ;
    overflow: hidden;
    font-size: 13px;
    border: 1px solid #f50606;

    line-height: 1;
}
.cart-price{
    font-weight: 500;
}
.cart-quantity{
    display: flex;
    width: 100px;
    border-radius: 6px;
    border: 1px solid #999;
}
.cart-quantity button{
    background: transparent;
    width: 30px;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.cart-quantity #decrement{
    color: #999;
}
.cart-quantity .number{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    padding: 10px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    cursor: default;

}
.cart-remove{
    /* width: 25px; */
    padding: 5px;
    border-radius: 6px;
    background: red;
    color: var(--site-color-04);
    border:none;
    cursor: pointer;
}
.total{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 2px solid #333;
    margin-top: 20px;
    font-size: 18px;
}
.totlal-price{
    margin-left: 10px;
    font-weight: 600;
}
.btn-buy{
    display: block;
    padding: 10px 30px;
    background: #e35f26;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    color: var(--site-color-04);
    margin: 20px auto 0;
    cursor: pointer;
}
#cart-close{
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 35px;
    cursor: pointer;
    transition: 0.5s;
    /* z-index: 5555555; */
}
#cart-close:hover{
    /* right: 15px; */
    color: red;
    font-size: 44px;
}
.navbar {
    display: none;
  }
/* CART */
/* SFOP */
/* admin side bar*/
.side-menux{
    position: fixed;
    background: var(--site-color-01);
    width: 250px;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    z-index: 11;
    margin-top: 63px;
    display: none;
}
.side-menux .brand-name{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.side-menux .brand-name img{
    width: 50px;
    height: 50px;
}
.side-menux .brand-name h1{
   /* height: 5vh; */
   display: flex;
   margin-top: 20px;
   align-items: center;
   justify-content: center;
   font-size: 30px;
   color: var(--site-color-02);
}
.side-menux ul{
    margin-top: -0px;
    border-top: 6px double var(--site-color-03);

 }
.side-menux ul li{
    font-size: 15px;
    padding: 6px 0px;
    color: var(--site-color-04);
    display: flex;
    align-items: center;
    border-radius: 5px;
 }
.side-menux ul li:hover{
    color: #121420;
    background: var(--site-color-03);
}
.side-menux ul li img{
    width: 4vh;
    height: 4vh;
 }

 /* poijuhpoiuipoi */
 .side-menu{
    position: fixed;
    background: var(--site-color-01);
    width: 20vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 11;
}
.side-menu .brand-name h1{
   height: 10vh;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--site-color-02);
}
.side-menu ul li{
    font-size: 20px;
    padding: 10px 40px;
    color: var(--site-color-04);
    display: flex;
    align-items: center;
    border-radius: 5px;
 }
.side-menu ul li:hover{
    color: #121420;
    background: var(--site-color-03);
}
.side-menu ul li img{
    width: 40px;
 }

/* admin side bar */
/* VIEW PRODUCT YOU WANT TO BUY */
.vp{
    margin: auto;
    margin-top: 150px;
    margin-bottom: 200px;
    width: 85%;
    /* height: 500px; */
    background: #f5f5f5;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    /* border:2px solid #3205f8; */
}
.vp .item{
    width: 10%;
    height: 100%;
    /* border:2px solid #3205f8; */
}
.vp .item img{
    width: 96%;
    height: 60px;
    opacity: 0.5;
    margin: 10px auto;
    cursor: pointer;
    /* border:2px solid #3205f8; */
}
.vp .item .vvdd{
    width: 96%;
    height: 60px;
    opacity: 0.5;
    margin: 10px auto;
    cursor: pointer;
    
    /* border:2px solid #3205f8; */
}
.vp .item .vvdd h1{
    text-align: center;
    color: var(--site-color-01);
    /* border:2px solid #3205f8; */

}
.vp .item .indicator.active{
    opacity: 1;
    /* border:2px solid var(--site-color-03); */
    box-shadow: 2px 1px 2px var(--site-color-03);

}
.del{
    width: 80%;
    display: flex;
    justify-content: center;
}
.vp .vmain{
    width: 50%;
    height: 450px;
    /* border:2px solid #3205f8; */
    box-shadow: 2px 0px 26px var(--site-color-03);
}
.vp .vmain img{
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 10px;

    /* border:2px solid #3205f8; */
}
.vp .vmain video{
    width: 100%;
    height: 100%;
    /* margin-top: 20px; */
    display: none;
    /* border:2px solid #3205f8; */
}

.vp .details{
    width: 30%;
    height: 100%;
    /* border:2px solid #3205f8; */
}
.vp .details h2{
    /* border:2px solid #3205f8; */
    overflow-x: scroll;
    text-align: center;

    margin: 30px 0px;
}
.vp .details .itl{
    /* border:2px solid #3205f8; */
    color: red;
    font-weight: 700;
    font-size: 20px;
}
.vp .details li span{
    /* border:2px solid #3205f8; */
    /* color: red; */
    font-weight: 700;
    font-size: 15px;
}
.vp .detailsx .itl{
    /* border:2px solid #3205f8; */
    color: red;
    font-weight: 700;
    font-size: 20px;
}
.detailsx{
    display: none;
    text-align: center;
}
.vp p, .vp ul li{
    font-size: 15px;
}
.vp .price{
    margin: 3px;
    color: #0ab412;
    font-size: 40px;
    /* border:2px solid #3205f8; */

}
.vp li{
    margin: 5px;
    margin-left: 30px;
}
.vbtn{
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.vp button{
    padding: 10px 20px;
    background: var(--site-color-01);
    font-weight: bold;
    color: var(--site-color-04);
    /* margin: 50px 20px; */
    border: none;
    outline: none;
    cursor: pointer;  
    border-radius: 10px;
}
.vp button:nth-of-type(2){
    background: var(--site-color-02);
    color: var(--site-color-01);
}
textarea{
    width: 100%;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
}
/* VIEW PRODUCT YOU WANT TO BUY */

/* CHECK OUT PAGE */
.vp-out{
    margin: auto;
    margin-top: 150px;
    margin-bottom: 200px;
    width: 500px;
    /* height: 500px; */
    background: #f5f5f5;
    padding: 10px;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
    /* border:2px solid #3205f8; */
}
.chk-out-item1{
    width: 100%;
    background: var(--site-color-04);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;

}
.chk-out-item1 .chk-out-mt{
    display: flex;
    flex-direction: column;
    /* border:2px solid #3205f8; */
    width: 100%;
    align-items: center;
    /* padding: 10px; */
}
.chk-out-item1 .chk-out-mt img{
    /* border:2px solid #f80505; */
    width: 100%;
    /* padding: 10px; */
}
.chk-out-item1 .chk-out-mt a{
    /* border: 1px solid var(--site-color-0); */
    color: var(--site-color-02);
    padding: 10px;
    font-weight: 700;
    background: #0275d8;
    border-radius: 7px;
}
.chk-out-item1 .chk-out-sumrhd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}
.chk-out-item1 .chk-out-sumrhd {
    font-weight: 800;
    color: #717171;
}
.chk-out-item1 .chk-out-sumrhd button{
    background: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    color: var(--site-color-02);
}

.chk-out-item1 .chk-out-sumr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chk-out-item1 .chk-out-sumr p{
    font-weight: 500;
    padding: 5px 0px;
}
.chk-out-item1 .chk-out-sumr p span{
    font-weight: 700;
    color: var(--site-color-01);
}
.chk-out-item1 .chk-out-sumr .pamt{
    font-weight: 600;
    font-size: 20px;
}
.chk-out-item1 .chk-out-sumr .cod{
    color: var(--site-color-02);
    font-size: 40px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--site-color-05);
    cursor: pointer;
}
.chk-out-item1 .chk-out-sumr .cod input{
    color: var(--site-color-01);
    font-size: 25px;
    padding: 0px 10px;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
}
.chk-out-item1 .chk-out-sumr .code{
    color: var(--site-color-05);
    /* font-size: 0px; */
    border-radius: 5px;
    margin-right: 30px;
    padding: 5px;
    transition: 0.5s ease-in-out all;
    cursor: pointer;
}
.chk-out-item1 .chk-out-sumr .code:hover{
    /* border: 1px solid var(--site-color-02); */
    box-shadow: 2px -2px 22px var(--site-color-02);
}
.chk-out-item1 .chk-out-sumr button{
    background: none;
    border: none;
    font-weight: 800;
    font-size: 17px;
    color: var(--site-color-02);
}
.chk-out-item1 .chk-out-sumr .codtx{
    display: flex;
    align-items: center;
}
.chk-out-item1 .chk-out-sumr .codtx i{
    color: var(--site-color-02);
    font-size: 30px;
}
.chk-out-item1 .chk-out-sumr .chk_item{
    display: flex;
    /* border: 1px solid red; */
}
.chk-out-item1 .chk-out-sumr .chk_item .img{
    width: 80px;
    /* padding: 10px; */
    display: flex;
    align-items: center;
    margin-right: 10px;
    /* border: 1px solid red; */
}
.chk-out-item1 .chk-out-sumr .chk_item .img img{
    width: 100%;
    border-radius: 8px;
    /* border: 1px solid red; */
}
.chk-out-item1 .chk-out-sumr .chk_item .out_p{
    /* display: flex; */
    width: 350px;
    /* border: 1px solid red; */

}
.chk-out-item1 .chk-out-sumr .chk_item .out_p2{
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: space-between;
}
/* CHECK OUT PAGE */

/* brand*/
.brand{
    margin: auto;
    margin-top: 150px;
    /* margin-bottom: 200px; */
    width: 98vw;
    /* height: 500px; */
    background: var(--site-color-04);
    /* padding: 10px; */
    display: flex;
    border-radius: 5px;
    /* flex-direction: column; */
    /* border:2px solid #3205f8; */
}
.each-all{
    width: 70vw;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    /* border:2px solid #05f842; */
    /* column-gap: 10px; */
    flex-wrap: wrap;

}
.brand-side{
    /* display: none; */
    border:2px solid #e0ddeb; 
    width: 200px;
    position: fixed;
    margin-top: -50px;
    margin-left: -8;
    background: var(--site-color-04);
    height: 100vh;
    .brand-sidex{
    /* border:2px solid red;  */
    height: 100vh;
        overflow: scroll;
    }
    h2{
        margin-left: 10px;
        margin-top: 15px;
        font-size: 10px;
    }
    .best-cgr button{
        background: transparent;
        outline: none;
        display: flex;
        margin-top: 10px;
        margin-left: 20px;
        border: none;
        cursor: pointer;

       /* border:2px solid #3205f8;  */
       div{
        width: 8px;
        height: 8px;
       /* border:2px solid #3205f8;  */
       img{
        width: 100%;
       }
       }

    }
    p{
        font-weight: 400;
        color: #363434;
        font-size: 12px;
        margin-left: 15px;
    }
}
.top-sell{
    display: flex;
    margin-top: 10px;
    align-items: center;
    /* border:2px solid #f80505;  */

    .img{
    /* border:2px solid #f80505;  */
    width: 40px;
    height: 50px;

    img{
        width: 100%;
        height: 100%;
    }
    }

    .imgx{
        display: flex;
        flex-direction: column;
        row-gap: 5px;

    p:nth-child(1){
        font-weight: 600;
     /* border:2px solid #f80505;  */
    }
     p:nth-child(2){
        font-size: 13px;
        font-weight: 700;
        color: #01447e;

        span{
             font-size: 10px;
        font-weight: 700;
        color: #72b3ec;
        margin-left: 20px;
        text-decoration-line: line-through ;
        }
    }

     .star{
        margin-top: -10px;
        margin-left: 15px;
        height: 10px;
     /* border:2px solid #f80505;  */

     img{
        height: 100%;
     }
    }
    }
    
}
.adv{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
     /* border:2px solid #f80505;  */
     margin-bottom: 100px;
}
.slideshowx-container {
    margin-top: 20px;
    width: 160px;
    height: 200px;
    position: relative;
    /* margin: auto; */
     /* border:2px solid #f80505;  */
  }
.brand-body{
     /* border:2px solid #f80505;  */
     margin-left: 180px;
}
.brand-body h4{
    font-size: 15px;
    margin-top: 20px;
    /* border:2px solid #f80505;  */
    margin-left: 30px;

    span{
        color: #acaaaa;
    border:2px solid #acaaaa; 
    padding: 5px 10px;
    border-radius: 10px;
    }
}
.each-top{
    margin-top: 20px;
    width: 120px;
    border:2px solid #acaaaa; 
    border-radius: 5px;
    box-shadow: 2px 0px 6px var(--site-color-03);

    margin-bottom: 20px;
    /* border:2px solid #f80505;  */

}
.each-topxx{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border:2px solid #f80505;  */
}
.each-topxx .each-top{
    width: 300px;
}
.each-topxx .each-top .img{
    width: 300px;
    /* border:2px solid #f80505;  */

    img{
    width: 100%;
    height: 150px;
    }

}
.each-topx{
    background: var(--site-color-05);
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    /* border:2px solid #f50808;  */

    
    .pt p{
        padding: 5px 10px;
        border:2px solid #e7e2e2; 
        color: rgba(0, 0, 0, 0.527);
        font-size: 11px;
        border-radius: 5px;
    }
    .diclike{
        width: 95%;
        margin-top: 5px;
        justify-content: space-between;
    display: flex;
    }
     .diclike .like{
        width: 30px;
        height: 30px;
        background-image: url(img/like.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 50%;
        border: 1px solid var(--site-color-02);
    }
    .diclike p{
        padding: 0px 5px ;
        text-align: center;
        font-size: 12px;
     background: red;
     display: flex;
     align-items: center;
     color: var(--site-color-04);
     border-radius: 4px;

    }
     .img{
    display: flex;
    align-items: center;
    flex-direction: column;

   p {
     background: red;
    }
     }
     img{
        width: 120px;
        height: 100px;
        border: 1px solid var(--site-color-05);
     }
}

.pdt-info{
    margin-left: 10px;
}
.pdt-info{
    font-size: 12px;
    font-weight: 700;
    /* border:2px solid #f80505;  */

    .star{
        display: flex;

        img{
            width: 7px;
        /* border:2px solid #f80505;  */
        }
    }
    .pdt-a{
        /* border:2px solid #f80505;  */
        display: flex;
        justify-content: space-between;
    }
    .pdt-p{
        font-size: 10px;
        height: 20px;
        color: var(--site-color-01);
        overflow: hidden;
        /* border:2px solid #f80505;  */
    }
     p{
        font-size: 15px;
        font-weight: 700;
        color: #01447e;

        span{
             font-size: 10px;
        font-weight: 700;
        color: #72b3ec;
        margin-left: 20px;
        text-decoration-line: line-through ;
        }
    }
}
.pdt-a div img{
    cursor: pointer;
    margin-right: 5px;
    /* border:2px solid #f80505;  */
}
/* brand */
.form{
    background-color: #15172b;
    border-radius: 20px;
    /* box-sizing: border-box; */
    /* height: 500px; */
    padding: 10px;
    width: 500px;
    /* margin-top: 650px; */
    /* border: 2px solid red; */
  
  }
  /* span{
    color: #dc2f55;
  } */
  .or-frm{
    /* width: 100%; */
    /* border: 2px solid rgb(0, 255, 34); */
  
    display: flex;
    /* flex-direction: column; */
    width: 90vw;
    justify-content: center;
  }
  .xxxx{
    display: flex;
    justify-content: center;
    align-items: center;
    /* column-gap: 10px; */
    /* border: 2px solid red; */
  }
 .itemfm1{
    /* border: 2px solid red; */

 } 
  .xxxx h3{
    color: #dc2f55;
    border: none;
    /* margin-bottom: -360px; */
  }
  #sec-sel, #sec-selx{
    display: none;
  }
  .title {
    color: #eee;
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
  }
  .titlex {
    color: var(--site-color-01);
    font-family: sans-serif;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 10px 0px;
  }
  .titlex  span{
    color: rgb(226, 42, 42);
    margin-top: 210px;
  }
  .subtitle {
    color: #d8c2c2;
    font-family: sans-serif;
    font-size: 12px;
    /* font-weight: 600; */
    margin-top: 10px;
    text-align: center;
  }
  
  .input-container {
    height: 50px;
    position: relative;
    /* width: 100%; */
    margin: 0px 10px;
  }
  .input-container p{
    color: #dc2f55;
    /* background: #dc2f55; */
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
  }
  .input-container p:hover{
    border:2px solid #dc2f55;
    /* background: #dc2f55; */
    /* text-align: center; */
    /* border-radius: 5px; */
  }
  
  .ic1 {
    margin-top: 40px;
  }
  
  .ic2 {
    margin-top: 30px;
  }
  
  .ic2 p{
    /* background-color: #e3e4ec; */
    font-size: 15px;
  }
  
  .input {
    background-color: #d3d5e7;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: var(--site-color-01);
    font-size: 20px;
    height: 100%;
    outline: 0;
    padding: 4px 0px 0px 10px;
    width: 100%;
  }
  
  .cut {
    background-color: white;
    border-radius: 10px;
    height: 20px;
    left: 20px;
    position: absolute;
    top: -20px;
    transform: translateY(0);
    transition: transform 200ms;
    /* border: 2px solid red; */
    width: 200px;
  }
  
  .cut-short {
    width: 50px;
  }
  
  .input:focus ~ .cut,
  .input:not(:placeholder-shown) ~ .cut {
    transform: translateY(8px);
  }
  
  .placeholder {
    color: #65657b;
    font-family: sans-serif;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 20px;
  }
  
  .input:focus ~ .placeholder,
  .input:not(:placeholder-shown) ~ .placeholder {
    transform: translateY(-30px) translateX(10px) scale(0.75);
  }
  
  .input:not(:placeholder-shown) ~ .placeholder {
    color: #808097;
  }
  .input:focus ~ .placeholder {
    color: #dc2f55;
  }
  
  .submit {
    background-color: #08d;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    margin-top: 38px;
    outline: 0;
    text-align: center;
    width: 100%;
  }
  
  .submit:active {
    background-color: #06b;
  }

  .modal {
    display: block;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /* background-color: rgb(0,0,0); Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content {

    background-color: white;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    margin-top: 54px;
    border-radius: 15px;
    width: 450px; /* Could be more or less, depending on screen size */
  }
  .clearfix p {
    color: var(--site-color-01);
    margin-top: 10px;
    margin-left: 20px;
  }
  .clearfix p a{
    color: red;
    font-weight: 600;
    font-size: 20px;
    /* margin-left: 40px; */
  }
  .cancelbtn {
    width: auto;
    margin-left: 20px;
    border: none;
    border-radius: 5px;
    /* margin-top: -20px; */
    padding: 10px 18px;
    background-color: #f44336;
  }
  .headermain .headermain-3 .caxx{
    /* position: absolute; */
    background-color: rgb(61, 164, 248);
    color: white;
}
.headermain .headermain-3 .caxxout{
    /* position: absolute; */
    background-color: #f44336;
}
/* SEARCH  */
.searchresult{
    box-shadow:  2px 4px 5px var(--site-color-03);
    position: fixed;
    margin-top: 10px;
    width: 540px;
    margin-left: 25%;
    background: var(--site-color-05);
    z-index: 999;
    border-radius: 10px;

    
}
.searchresult .search{
    background: var(--site-color-04);
   margin: 10px;
    border-radius: 10px;

}
.searchresult h3{
    text-align: center;
    padding: 15px 0px;
}
.searchresult p{
    width: 100%;
    padding: 5px;
   font-size: 20px;
   text-align: left;
   transition: 400ms ease-in-out all;
}
.searchresult p:hover{
    background: var(--site-color-05);
    border-radius: 10px;
}
/* TABULATE */
@media screen and (max-width:800px) {

    .vp ul li{
        font-size: 12px;
    }
    
    .headermain{
        position: fixed;
        width: 100vw;
    }
    .header{
        position: fixed;
        width: 100%;
        height: 40px;
    }
    .headermain .headermain-1 img{
        padding-right: 10px;
        height: 30px;
        /* border:2px solid #f82205; */
    }
    .headermain .headermain-2 input{
        height: 30px;
        width: 20vw;
        font-size: 15px;
        /* border:2px solid #f82205; */
    }
    .headermain{
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 0px;
        /* border:2px solid #f82205; */
    }
    .headermain .headermain-3{
        margin-right: 20px;
    }
    .headermain .headermain-3 .cax{
        display: none;
    }
    .headermain .headermain-3 .caxx{
        /* display: none; */
    }
    .ca{
        display: none;
    }
    .wr{
        column-gap: 10px;
    }
    .tab {
        /* float: left; */
        border: 1px solid var(--site-color-03);
        background-color: var(--site-color-04);
        width: 25vw;
        height: 30vh;
        border-radius: 7px;
        margin: 0px 0px;
      }
      .tabimg{
        width: 20vw;
        margin-top: 40px;
        border: 2px solid #000000;
    }
    .tabimg{
        width: 20vw;
        margin-top: 40px;
        border: 2px solid #000000;
    }
    .home_cortgo div div:nth-child(5),.home_cortgo div div:nth-child(6),.home_cortgo div div:nth-child(7){
        display: none;
        /* border:2px solid red; */
    }
    .home_cortgo div a img {
        width: 75px;
    }
    .header1{
        width: 90vw;
    }
    .header1 img{
        /* border:2px solid #f82205; */

        margin-top: 108px;
        /* padding-top: 500px; */
        width: 40vw;
        height: 100%;
    }

    .searchresult{
    margin-left: 15%;
    
}
.brand-side{
    
    /* border:2px solid #fa0707;  */
    width: 160px;
    /* margin-top: 5px; */
         .brand-sidex{
            margin-top: 10px;
            margin-left: 10px;

    }

    h2{
        margin-left: 10px;
        margin-top: 10px;
        font-size: 8px;
    }
    .best-cgr button{
        margin-top: 4px;
        margin-left: 10px;
    }
    p{
        font-weight: 400;
        color: #363434;
        font-size: 8px;
        margin-left: 10px;
    }
}
.each-all{
    margin-left: -30px;
}
}
@media screen and (max-width:620px) {
    .each-all{
        width: 100%;
    /* border:2px solid #f80505;  */
    margin-left: -20px;
}
    .each-top{
    margin-top: 10px;
    width: 80px;
    /* border:2px solid #f80505;  */
}
.each-topx{
    .pt p{
        border: none; 
        font-size: 8px;
        text-align: center;
    }
     .diclike .like{
        width: 15px;
        height: 20px;
        border: none;
    }
    .diclike p{
        padding: 0px 2px ;
        font-size: 10px;
     border-radius: 2px;

    }
     .img{
    display: flex;
    align-items: center;
    flex-direction: column;

   p {
     background: red;
    }
     }
     img{
        width: 80px;
        height: 50px;
    /* border:2px solid #3804f5;  */

     }
}

.brand-side{
    
    border:2px solid #3804f5; 
    /* width: 100px; */
    .brand-sidex{
    /* border:2px solid red;  */
    }
     h2{
        /* font-weight: 700; */
        margin-left: 20px;
        font-size: 8px;
    }
    .best-cgr button{
        background: transparent;
        outline: none;
        display: flex;
        margin-top: 10px;
        margin-left: 20px;
        border: none;
       /* border:2px solid #3205f8;  */
       div{
        width: 6px;
        height: 6px;
       /* border:2px solid #3205f8;  */
       img{
        width: 100%;
       }
       }

    }
    p{
        font-size: 9px;
        margin-left: 8px;
    }
}

.pdt-a div{
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    /* border:2px solid #f80505;  */
}
.pdt-a div img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    /* border:2px solid #f80505;  */
}

.each-topxx{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border:2px solid #f80505;  */
}
.each-topxx .each-top{
    width: 150px;
}

.each-topxx .each-top .img{
    width: 150px;
    /* border:2px solid #f80505;  */

    img{
    width: 100%;
    height: 150px;
    }

}
.each-top{
    margin-top: 20px;
    width: 100px;
    padding: 0px 5px;
    border:2px solid #acaaaa; 
    border-radius: 5px;
    /* border:2px solid #f80505;  */

}
}
@media screen and (max-width:700px) {
    .vp{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .vp .vmain{
        width: 230px;
        height: 230px;
        /* border:2px solid #3205f8; */
    }
    .vp .item{
        width: 100%;
        display: flex;
    }
    .vp .item img{
        width: 60px;
        height: 40px;
        opacity: 0.6;
        /* border:2px solid #3205f8; */
    }
    .xcc{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* border:2px solid #3205f8; */
    }
    .vbtn{
        width: 150px;
        height: 30px;
        /* display: flex; */
        /* border:2px solid #3205f8; */
        
    }
    .vp button{
        font-size: 10px;
        padding: 0px 5px;
        border-radius: 4px;
    }
    .detailsx{
        display: block;
        text-align: center;
    }
    .vp .detailsx h2{
        /* border:2px solid #3205f8; */
        text-align: center;
        margin: 15px 0px;
    }
    .details{
        display: none;
    }
    .vp .price{
        font-size: 20px;
        /* border:2px solid #3205f8; */
    
    }
.searchresult{
    width: 350px;
    margin-left: 5%;
}
.searchresult p{
    padding: 5px;
   font-size: 15px;
   transition: 400ms ease-in-out all;
}
}
/* PHONE APP VA */
@media screen and (max-width:500px) {
    .xxmenu{
        display: block;
    }
    .container {
        top: 0px;
      }
    .headermain{
        display: block;
        /* border: 2px solid red; */
        width: 100vw;
        height: 80px;
        margin-right: 70px;
        margin-top: -130px;
    }
    .headermain .headermain-1{
        justify-content: space-between;
        display: flex;
        margin: 6px 30px;
        /* border: 2px solid red; */
    }
    .headermain .headermain-1 img{
        /* border: 2px solid red; */
        margin-left: 10px;
    }
    .headermain .headermain-1 p{
        display: block;
        margin-top: 7px;
        font-style: oblique;
        font-weight: 600;
        margin-right: 20px;
        text-shadow: 3px var(--site-color-03);
        font-size: 10px;
        /* border: 2px solid red; */

    }
    .headermain .headermain-3 .caxx{
        /* display: none; */
        /* font-size: 10px; */
        margin-top: -110px;
        margin-left: 110px;
        position: absolute;
        /* background-color: #; */
    }
    .headermain .headermain-3 .caxxout{
        /* display: none; */
        /* font-size: 10px; */
        font-weight: 600;
        margin-top: -110px;
        margin-left: 10px;
        position: absolute;
        /* background-color: #f44336; */
    }
    .headermain .headermain-3 .caxx img{
        display: none;
    }
    .headermain .headermain-3 .caxxout img{
        display: none;
    }
    .headermain .headermain-2{
        /* border: 2px solid red; */
        width: 100%;
    }
    .headermain .headermain-2 div{
        width: 100%;
        display: flex;
        justify-content: space-between;
        /* border: 2px solid red; */
    }
    .slideshow-container {
        width: 80vw;
        height: 35vh;
      }
    .tab{
        display: none;
    }
    .tabimg{
        display: none;
    }
    
.header{
    height: 20px;
    justify-content: space-between;
}
.header .header-1 .header-1left{
    margin: 0px 5px;
    /* border:2px solid #f82205; */
    font-size: 6px;
}
.header .header-1 .header-1left p p{
    color: #f82205;
    font-weight: 800;
}
.header .header-1 .header-1left .icon img{
    width: 15px;
    margin: 0px 10px 0px;
    /* border:2px solid #f82205; */
}


    .header1 img{
        margin-top: 0px;
        width: 90vw;
        height: 95%;
    }
    .cart{
        /* position: absolute; */
        width: 340px;
        /* border:2px solid red; */

    }
    #cart-icon{
        position: absolute;
        /* border:2px solid red; */
        /* font-size: 30px; */
        cursor: pointer;
        top: 0px;
        right: 20px;
        /* display: flex; */
    }
    /* kkkmmm */
    .navbar.responsive a.icon {
        position: absolute;
        right: 0;
        bottom: 0;
      }
      .navbar.responsive a {
        float: none;
        display: block;
        text-align: left;
      }
      /* DOWN HEADER */
/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
    display: flex;
    justify-content: center;
    background-color: var(--site-color-04);
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 40px;
  }
  
  /* Style the links inside the navigation bar */
  .navbar a {
    float: left;
    display: block;
    color: var(--site-color-01);
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
  }
  .navbar a i{
    font-size: 25px;
    /* border: 2px solid red; */
  }
  /* Change the color of links on hover */
  .navbar a:hover {
    /* background-color: #ddd; */
    color: var(--site-color-02);
  }
  
  /* Add a green background color to the active link */
  .navbar a.active {
    background-color: var(--site-color-05);
    color: var(--site-color-03);
  }
  
  /* Hide the link that should open and close the navbar on small screens */
  .navbar .icon {
    display: none;
  }
/* DOWN HEADER */
.xcc{
    flex-direction: column;
}

.product-content .img-box{
    /* border:2px solid red; */
    /* width: 120px; */
}
.modal-content {
    /* background-color: #241f1f; */
    margin-top: 40px;
    width: 290px; /* Could be more or less, depending on screen size */
  }
  .vp-out{
    margin-top: 150px;
    width: 100%;
    /* height: 500px; */
    /* background: #e70606; */
}
.chk-out-item1 .chk-out-sumr .cod input{
    width: 150px;
    font-size: 15px;
    padding: 0px 8px;
    font-weight: 400;
}
.chk-out-item1 .chk-out-sumrhd p{
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    /* color: var(--site-color-02); */
}
.chk-out-item1 .chk-out-sumr .pamt{
    font-weight: 500;
    font-size: 17px;
}
.sss{
    margin-top: -70px;
    /* background-color: #f44336; */
}
.chk-out-item1 .chk-out-sumr .chk_item .img{
    width: 50px;
}
.chk-out-item1 .chk-out-sumr .chk_item .out_p{
    /* display: flex; */
    width: 250px;
    /* border: 1px solid red; */
}

.brand{
    /* margin-top: -1px; */
    /* border: 2px solid red; */
    /* z-index: -5577; */
}

.brand-side{
    
    border:2px solid #e0ddeb; 
    width: 140px;
    margin-top: -50px;
    .brand-sidex{
        margin-top: 10px;
        margin-left: 10px;
    /* border:2px solid #fc7108;  */

    }
   
    .best-cgr button{
        margin-top: 4px;
        margin-left: 0px;
    }
    p{
        font-weight: 400;
        color: #363434;
        font-size: 7px;
        margin-left: 5px;
    }
}

.each-all{
    width: 60vw;
    display: flex;
    padding: 0px auto;
    justify-content: space-around;
    margin-left: -40px;
    /* border:2px solid #05f842; */
    column-gap: 10px;
    flex-wrap: wrap;

}
.top-sell{
    display: flex;
    margin-top: 10px;
    align-items: center;
    /* border:2px solid #f80505;  */

    .img{
    width: 40px;
    height: 40px;

    img{
        width: 100%;
        height: 100%;
    }
    }

    .imgx{
        display: flex;
        flex-direction: column;
        row-gap: 5px;

    p:nth-child(1){
        font-weight: 600;
     /* border:2px solid #f80505;  */
     margin-left: -10px;
    }
     p:nth-child(2){
        font-size: 10px;

        span{
             font-size: 10px;
        margin-left: 5px;
        }
    }

     .star{
        margin-top: -10px;
        margin-left: -10px;
        height: 6px;
     /* border:2px solid #f80505;  */

     img{
        height: 100%;
     /* border:2px solid #f80505;  */

     }
    }
    }
    
}
.slideshowx-container {
    margin-top: 20px;
    width: 80px;
    height: 150px;
    position: relative;
    /* margin: auto; */
     /* border:2px solid #f80505;  */
  }
  .brand-body h4{
    font-size: 10px;
    margin-top: 10px;
    margin-left: -41px;
    /* border:2px solid #f80505;  */

    span{
    padding: 2px 5px;
    border-radius: 5px;
    }
}

.brand-body{
     /* border:2px solid #f80505;  */
     margin-left: 180px;
     
}


/*  */
.pdt-info{
    font-size: 10px;
    font-weight: 500;
    /* border:2px solid #f80505;  */
    margin: auto;

    .star{
        img{
            width: 5px;
        /* border:2px solid #f80505;  */
        }
    }
    .pdt-p{
        font-size: 10px;
        margin-left: 2px;
        color: var(--site-color-01);
        /* border:2px solid #f80505;  */
    }
     p{
        font-size: 12px;
        color: #00396b;

        span{
             font-size: 10px;
        font-weight: 500;
        margin-left: 10px;
        }
    }
}

.pdt-a div{
    width: 20px;
    height: 20px;
    margin-left: -20px;
    margin-top: -5px;
    /* border:2px solid #f80505;  */
}
.pdt-a div img{
    width: 20px;
    height: 20px;
    /* margin-right: 6px; */
    /* border:2px solid #f80505;  */
}


.each-topx{
    .pt p{
        padding: 2px 0px;
        border:2px solid #e7e2e2; 
        color: rgba(0, 0, 0, 0.527);
        font-size: 6px;
        /* border-radius: 5px; */
    }
     img{
        width: 60px;
        height: 50px;
    /* border:2px solid #3804f5;  */

     }
}
}
@media screen and (max-width:400px) {
    .product-content .price-and-cart{
        width: 250px;
    }
    .product-box form button{
        width: 250px;
    }

    .chk-out-item1 .chk-out-sumr .chk_item .out_p2{
        font-size: 15px;
        /* border: 1px solid red; */
    }

    .searchresult{
    width: 100%;
    margin-left: 0%; 
}
   
    }