/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #777; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222; 
}

.intaSendPayButton {
  background: #2cc1ee;
  border-radius: 3px;
  border: 1px solid #2cc1ee;
  color: #fff;
  height: 34px;
}
.intaSendPayButton:hover {
  cursor: pointer;
}

h7{
    font-size: 30px;
    font-weight: 900;
}

.custom_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
}

body{
    color: #6c757d !important;
    overflow-x: hidden;
    background-color: #f5f5f5 !important;
}

.flow-hidden{
  overflow-x: hidden;
}

.details{
    height: 50px;
}

a{
    cursor:pointer;
    list-style: none;
}
a:hover{
    color: #47caff !important;
}

.space{
    margin: 10%;
}

.rec .card{
    width:500px;
}


.tox .tox-promotion {
    display: none !important;
}

.tox:not([dir=rtl]) .tox-statusbar__branding {
    visibility: hidden !important;
}

.home_head{
    font-size: 60px !important;
    font-weight: 900 !important;
}

.blog-cont .card{
    height: auto;
    margin-bottom: 20px;
}


.ct{
    margin-top: 0;
}
.mobile-cart{
  display: none;
}

.class-lg{
    display: none !important;
}

.py-img{
    height: 60px;
}

.form-check .form-check-input {
    float: unset !important;
    margin-left: -1.73em;
}

.bg-gradient-def {
    background-image: linear-gradient(310deg, #141727 0%, #0000003d 100%);
}

.cool-blur {
    box-shadow: inset 0 0 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: hsl(0deg 0% 0% / 0%) !important;
}

.card.card-blog .card-image .img {
    width: 100%;
}

.about-home .carousel {
    height: 500px !important;
}

.about-home .carousel-inner {
    height: 450px;
}

.testimonials .carousel-indicators{
    position: relative !important;
}

.testimonials .carousel-item img{
    margin: 10px;
    border-radius: 10px;
}

.testimonials .carousel-inner {
    height: 300px;
}

.carousel-control-next-icon {
    background-image: url("https://img.icons8.com/ios-filled/50/circled-chevron-right.png") !important;
}
.carousel-control-prev-icon {
    background-image: url("https://img.icons8.com/ios-glyphs/100/circled-chevron-left.png") !important;
}

.about-home .carousel-control-prev-icon {
    margin-left: -200px;
}

.about-home .carousel-control-next-icon {
    margin-left: 100px;
}

.about-home .page-header{
    background-color: transparent !important;
    background: unset !important;
}

.about-home .page-header .container{
    margin-top: 0 !important;
}

.review h3{
    font-size:15px !important;
}
.navbar{
    box-shadow: none !important;
    background-color: transparent;
}

.nav-fill > .nav-link, .nav-fill .nav-item {
    text-align: left !important;
    text-decoration: none !important;
}

.text-orange {
    color: #e88700 !important;
}

.nav-pills .nav-link {
    margin-bottom: -2% !important;
}

.home-p{
    font-size:1rem;
}

.blog-img{
    height: 150px;
    object-fit: cover;
}

h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3 {
    font-weight: 900 !important;
}

.blog-img-top{
    height: 300px;
    object-fit: cover;
}


input:focus{
  border: 1px solid #b8e6ff !important;
  box-shadow: none !important;
}
.formp{
    width: 100%;
}

.ul-m-l{
    margin-left: 50px;
}

.bg-blue {
    background-color: #ccb40f !important;
}

.border-radius-one{
    border-bottom-left-radius: 10px;
}

.h-500{
    height: 500px;
}

.h-400{
    height: 420px;
}

.nav-text{
    color: black;
}

.sticky .nav-text{
    color: white;
}

.btn-border{
    border: 1px solid white;
}

.w50{
    width: 50% !important;
}

.form-check {
    float: right !important;
}


.sh{
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    font-size: 13px;
    width: 100%;
}
.sh:focus{
    border: 1px solid #fff !important;
}
.btns {
    border: 1px solid #c5c5c577 !important;
    margin-top: 13px;
    margin-left: -20px;
}

.min-vh-10 {
    min-height: 30vh !important;
}

.segment .carousel-inner {
    height: 500px;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 0px 0px 11px 2px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}

.formp .fa-brands{
    color: #fff;
    padding: 5px !important;
}

.links{
    background-color: transparent;
    padding:0;
    border-radius: 10px;
    border: 1px solid #6fe4ff;
}
.links .fa-brands{
    margin-top: 20px;
    color: #3a416f !important;
}


.btn-border{
    border: 1px solid white !important;
    color: white !important;
}

.hidden{
    display: none !important;
}
.o{
    margin-top: 20% !important;
    z-index: 999999999999999;
}
.alertt{
    position: absolute !important;
    width: 30%;
    right: 40%;
}

.dropdown .dropdown-menu .dropdown-item + .dropdown-menu {
    right: -650px !important;
    background-color: #33a750cc;
    width: 50%;
    min-width: 39rem !important;
}

.dropdown .dropdown-menu .dropdown-item + .dropdown-menu a {
    color: white;
    width: 30%;
    display: inline;
}

.alert-success {
    background-image: linear-gradient(310deg, #6dff8bad 0%, #deffd7 100%) !important;
}

.cbody{
  padding: 20px;
  height: 200px;
}


.data {
    -webkit-box-shadow: 0px -20px 8px 12px rgb(255 255 255);
    -moz-box-shadow: 0px -20px 8px 12px rgb(255 255 255);
    box-shadow: 0px -20px 8px 12px rgb(255 255 255);
    margin-top: -7%;
    position: relative;
    z-index: 3;
}

.page-header{
    display: block !important;
}



.cshadow{
    box-shadow: 0px 0px 16px 3px rgb(0 0 0 / 23%) !important;
    background-color: #e88700 !important;
}

.orange-bg{
    background-color: #e88700 !important;
}

.white-border {
    border: 1px solid #ffffff77 !important;
    border-radius: 10px;
    padding: 10px;
}
.page-header .container {
    z-index: 1;
    margin-top: 5%;
}
.content{
  margin: 20px;
  margin-top: 6%;
  padding: 20px;
}
.icon {
  display: inline-block;
  color: #111111;
  height: 30px;
  width: 30px;
}

.cool-slide{
    margin-top:7% !important;
}

.border_orange {
    border: 1px solid #e88700 !important;
    background-color: darkorange !important;
    color: white !important;
}

.text-black {
    color: #414141 !important;
}

.border_orange .btn{
    color: white !important;
    border: 1px solid white !important;
}

.border_orange .card-header {
    background-color: transparent !important;
}

.item_img{
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.items b{
    font-size: 16px !important;
}
.items i{
    font-size: 16px !important;
    font-weight: 900;
}

#myImg{
  width: 100%;
  height: 300px;
  object-fit: contain;
  margin-bottom: 10px;
}

.b{
  color: #565656 !important;
  font-size: 13px;
}

.h{
  color: white !important;
  font-weight: 900;
  font-size: 20px;
}

.s{
  color: #565656 !important;
  font-size: 16px;
}

.c{
  border: 1px solid #c5c5c577 !important;
  margin-top: 20px;
  padding: 10px !important;
  width: 100%;
  background-color: white !important;
  color: #3f3f3f !important;
}

.btn_border{
    border: 1px solid #c5c5c577 !important;
}

.items{
    background-color: #fff !important;
    padding-bottom: 10px;
    margin: 10px;
    margin-top: 6rem !important;
}

.items .card{
  width: 19.1% !important;
  margin-left: 10px;
  margin-top: 20px !important;
}

.opitem {
    color:black;
    position: absolute;
    background-color: transparent;
    padding:0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    border-radius: 50%;
}

.opitemfav {
    position: absolute;
    background-color: transparent;
    padding:0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    border-radius: 50%;
}

.dropzone {
    min-height: 200px !important;
    border: 2px solid rgba(190, 190, 190, 0.3) !important;
    border-radius: 10px !important;
    background: #fff !important;
    padding: 20px !important;
}

#imageDropzone {
  background: url('/static/img/image-upload.png') no-repeat center 40% !important;
  opacity: 0.7;
  background-size: 100px !important;
  text-align: center;
  color: #666;
}

.desktop-cart{
    margin-top: 15px !important;
}

.arrow{
    width: 10px;
    margin-left: 5px;
    margin-top: 3px;
}

.h-200{
    height: 120px;
}

.btn{
  text-transform: unset !important;
}

.btn-border-one{
    border: 1px solid grey !important;
    background-color: white !important;
    color: grey !important;
}

.navbar a{
  color: white;
}

.navbar a:hover{
    color: #47caff !important;
}

.sticky {
    transition: 2s;
    height: 60px !important;
    z-index: 1;
    background-color: #b3a445 !important;
    position: fixed;
    top: 0;
    right: 1px;
    width: 100%;
    border: none;
}


/* Handle
.navbar .nav-link {
    color: #fff !important;
    padding: 0.5rem 1rem;
    font-weight: 400;
    font-size: 0.875rem;
}
.dropdown-header {
    
    color: #fff !important;
}

*/

.splide__pagination {
    display: none !important;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 11rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.875rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0.5rem;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.bg-purple {
    background-color: var(--purple);
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}
.item{
  margin: 10px;
  margin-top: 8%;
  margin-left: 2%;
  margin-right: 0%;
}

.view-page{
    background-color: #f3f3f3;
}

.tabbs{
    margin-left:10%;
    margin-right:10%;
}

.nav-link{
    font-weight:bold;
    color:white !important;
}


.nav-link:hover{
    color: #47caff !important;
}

.review{
    background-color: white;
    padding: 10px;
    margin:0;
    font-size:14px !important;
}

.review .card{
    width: 21% !important;
    margin-left: 10px;
    margin-top: 20px !important;
    float:left;
}

.footer{
    background-color: #2c3243;
    margin-bottom: -5%;
}
.ribon{
    background-color: #1d4051;
    border-radius: 10px;
}

.coli{
    background-color: white;
    font-size: 14px !important;
    line-height: 2em;
}
.coli b {
  font-weight: 600;
  font-size: 20px;
  margin: 10px;
  color: #7cc17c;
}
.coli h3{
    font-size: 23px;
    font-weight: 900;
    color: #8c8b8b;
    margin:30px;
}
.coli b strike{
  color: #d0a6a6a8;
}

.cbody i{
  color: #7cc17c;
}

.cbody i strike{
  color: #d0a6a6a8;
}

.left{
    border-radius: 10px;
    margin: 10px;
}

.light-border{
    border: 1px solid #c5c5c577 !important;
    border-radius: 10px;
    padding: 10px;
}

.left img{
  cursor: pointer;
}

.review{
    line-height: 1.5em;
    font-size: 15px;
    color: #8c8b8b;
}
.review img{
    width: 100%;
    display: block;
}
.top {
    margin-left: 0;
    margin-top: -5%;
    z-index: 9;
    position: relative;
    overflow: hidden;
}
.tab-content{
    padding: 20px;
}

.review .product {
    width: 47%;
}

.down .product {
    width: 19%;
}

.review .product h3{
    font-size: 14px;
}
.btnr{
    margin: 10px;
    width: 95%;
}
.procrev{
    margin: 10px;
    background-color:#f7f7f7;
    padding: 20px;
    border-radius: 10px;
}
.proc{
    display: inline-block !important;
    width: 20px !important;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}
.procrev b{
    display: inline-block;
}

.settings p{
    font-size: 14px !important;
}
.settings li{
    font-size: 14px !important;
}

.settings b{
    font-size: 14px !important;
}

.side-menu .card{
  flex-direction: row !important;
  width: 100% !important;
}

.blog .card{
  width: 100% !important;
}

.nav-img{
  width: 50px;
}

.sticky .nav-img{
  width: 30px !important;
}

.back-color{
    transition: 2s;
    height: 60px !important;
    background-color:#b3a445 !important;
}

.back-color .nav-img{
  width: 30px !important;
}

.back-color .nav-text{
  color: white;
}

.bg-dark {
    background-color: #3a416f !important;
}


.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
  
  background: #5de0ff !important;

}

#loader{
    display: none;
}

.spinners{
    position: sticky;
    z-index: 99;
    margin: 2rem auto;
    width: 50%;
    left: 40%;
    right: -50%;
    top: 50%;
}

.spinners_div{
    position: absolute;
    z-index: 9;
    top:0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #a6a6ff6e;
}

.left-0{
    left: 0;
}

.price-tag {
    position: absolute;
    bottom: 10px;        /* space from bottom */
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 12px;
    background: rgb(255 2 2 / 51%);
    border-radius: 6px;
    text-align: center;
}

.clamp-2 {
    height:40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.opcart {
    background-color: transparent;
    background-image: url(/static/img/cart.png);
    background-size: 100%;
    padding: 5px;
    padding-left: 10px;
    padding-right: 20px;
    background-repeat: no-repeat;
    object-fit: cover;
    margin: 10px;
    margin-top: 20px;
}

.opfav {
    background-color: transparent;
    background-image: url(/static/img/nav_fav.png);
    background-size: 100%;
    padding: 5px;
    padding-left: 10px;
    padding-right: 20px;
    background-repeat: no-repeat;
    object-fit: cover;
    margin: 10px;
    margin-top: 20px;
}

.blurr {
    box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgb(255 251 200 / 72%) !important;
}

.contain{
    margin-left: 6rem;
    margin-right: 6rem;
}

.splide__arrow--next {
    right: -4em !important;
}

.splide__arrow--prev {
    left: -4em !important;
}

.cart-btn{
    width: 20px;
    height: 20px;
}

.fav-btn{
    width: 30px;
    height: 30px; 
}

.main-details{
    border-left: 1px solid rgb(233, 233, 233);
    padding: 10px;
    line-height: 2.5rem;
}

.thumbnails img {
    width: 100%;
    margin: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: border 0.2s;
}
.thumbnails img:hover {
    border: 2px solid #007bff;
}

.profile{
  width: 60%;
  background-color: transparent;
  background-image: url(/static/img/profile.png);
  background-size: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background-repeat: no-repeat;
  object-fit: cover;
  margin: 10px;
  margin-top:0;
}

.item-img{
    height: 200px;
    object-fit: contain;
}

.star{
    width: 20px;
    height: 20px;
}

.item-head-text{
    font-size: 15px !important;
    font-weight: 700 !important;
}

.avatar-xxl {
    object-fit: cover !important;
}

.input-search {
    color: wheat !important;
    border-radius: 6rem !important;
    background-color: transparent !important; 
}

.input-search:focus {
    background-color: transparent !important; 
}

.view-blog img{
    width:100% !important;
    object-fit: contain !important;
}

.spiral img {
    height: 200px !important;
    object-fit: contain;
    background-color: white;
}

.dits{
    background-color: #137d33a6;
    border-radius:10px;
    box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgb(63 152 47 / 56%) !important;
}

label, .form-label {
    font-size: 0.8rem !important;
    font-weight: normal !important;
    margin-bottom: 0.5rem !important;
    color: #344767 !important;
    margin-left: 0.25rem !important;
}

.admin_sidebar{
    height: 750px;
    width:250px;
    position:fixed;
}

.btn.btn-icon-only {
    height: auto !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #2a2a2a !important;
}

@media (max-width: 1256px) {

.items .card{
  width: 19% !important;
  margin-left: 10px;
}
  
}

@media (max-width: 991px) {

  .items .card{
    width: 30% !important;
    margin-left: 10px;
  }
  .blog .card{
    width: 100% !important;
    margin-left: 0;
  }

  .side-menu .card{
    flex-direction: row !important;
    width: 100% !important;
    margin-left: 0;
    
  }

  .mobile-cart{
    display: inherit;
  }

  .opcart{
  background-color: transparent;
  background-image: url(/static/img/cart1.png);
  background-size: 100%;
  padding: 22px;
  padding-left: 20px;
  padding-right: 20px;
  background-repeat: no-repeat;
  object-fit: cover;
  margin: 10px;
  margin-top: 20px;
}

.opitem{
  margin-top: -20px;
  position: absolute;
}

.nav-img{
  width: 40px;
}

.dropdown-header {
  color: wheat !important;
}

}

@media (max-width: 768px) {

.admin_sidebar{
    height: auto;
    width:100%;
    position:relative;
}

.items .card{
  width: 45% !important;
  margin-left: 10px;
}

.navbar-collapse {
    background-color: #075999;
    border-radius: 10px;
}

.about-home .carousel-inner {
    height: auto;
}

.blog .card{
  width: 100% !important;
  margin-left: 0;
}

.side-menu .card{
  flex-direction: row !important;
  width: 100% !important;
  margin-left: 0;
}

.page-header {
    height: 50px;
}

.class-lg{
    display: block;
}

.about-home .carousel-control-prev-icon {
    margin-left: 0;
}

.about-home .carousel-control-next-icon {
    margin-left: 0;
}

}

@media (max-width: 500px) {

.items .card{
  width: 100% !important;
  margin-left: 0;
}
.w-xs-100{
    width: 100% !important;
}
  
}