/* 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;
}

.cool-g{
    padding-left: 4rem !important;
}

.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: #fffff8 !important;
}

.flow-hidden{
  overflow-x: hidden;
}

a{
    cursor:pointer;
}
a:hover{
    color: #47caff !important;
}

li{
  list-style: none !important;
}
.space{
    margin: 10%;
}


.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;
}

.dropdown-menu {
  min-width: 350px !important;
  padding: 1.5rem !important;
}

.details{
    margin-top: 10%;
}
.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% / 54%) !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;
}

.home .carousel-control-prev-icon {
    margin-left: -200px;
}

.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;
}

.shodow-hg{
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 17%) !important;
}

.review h3{
    font-size:15px !important;
}
.navbar{
    box-shadow: none !important;
    background-color: #ffe3e3;
}

.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;
}

.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;
}

.btn-border{
    border: 1px solid white;
}

.w50{
    width: 50% !important;
}

.form-check {
    float: right !important;
}

.bg-cool {
    background-color: #fffbef !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: 2px solid #b39797;
}
.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: 15%;
}
.content{
  margin: 20px;
  margin-top: 6%;
  padding: 20px;
}
.icon {
  display: inline-block;
  color: #111111;
  height: 30px;
  width: 30px;
}

.border_orange {
    border: 1px solid #e88700 !important;
    background-color: darkorange !important;
    color: white !important;
}

.border_orange h1,h2,h3,h4,h5,h6{
    color: white !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;
}

.opcart{
  background-color: transparent;
  background-image: url(/static/img/cart1.png);
  background-size: 100%;
  padding: 9px;
  padding-left: 20px;
  padding-right: 20px;
  background-repeat: no-repeat;
  object-fit: cover;
  margin: 10px;
  margin-top: 20px;
}

.opitem{
  margin-top: -2px;
  position: absolute;
}

.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: #222;
}

.navbar a:hover{
    color: #47caff !important;
}

.sticky {
    transition: 2s;
    height: 60px !important;
    z-index: 1;
    position: fixed;
    top: 0;
    right: 1px;
    width: 100%;
    border: none;

}

.blurr {
    box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: transparent !important;
}


/* 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;
}


.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: #14244f;
    margin-bottom: -5%;
}

.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: 100px;
}

.check{
    position: absolute;
    left: 0;
}

.sticky .nav-img{
  width: 45px !important;
}

.back-color{
    transition: 2s;
    height: 60px !important;
}

.back-color .nav-img{
  width: 45px !important;
}

.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
  
  background: #222 !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;
}

.text-brown{
    color: rgb(150, 75, 75) !important;
}

.text-green{
    color: rgb(101, 184, 85) !important;
}

.bg-brown{
    color: wheat;
    background-color: rgb(150, 75, 75) !important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.bg-green{
    color: wheat;
    background-color: rgb(120, 187, 76) !important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.nav-border-bottom {
    border-bottom: 1px solid #cccccc !important;
}

.carousel-inner {
    height: 350px;
}

.client-card{
    border-radius: 10px;
}

.client-card img{
    object-fit: contain !important;
}
.f a{
    color: white !important;
}

.bg-bage{
    background-color: #ffe3e3 !important;
    border-radius: 10px;
}
.card-details{
    height: 150px;
}
.h-400{
    height: 500px;
}

.card-img-top{
    height: 200px;
    object-fit: cover;
}

.client_avatar{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.pg-h{
    height:300px !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;
}

.desktop-cart{
  display: none;
}

}

@media (max-width: 768px) {

.items .card{
  width: 45% !important;
  margin-left: 10px;
}

.carousel-inner {
    height: 500px;
}

.home_head{
    font-size: 30px !important;
    font-weight: 900 !important;
}

.details{
    margin-top: 40%;
}

.buttons {
    text-align: center;
}

.cool-g{
    padding-left: 0 !important;
    margin-top:20px !important;
}

.home .carousel {
    margin-top: 100px;
    text-align: center;
}

.blog .card{
  width: 100% !important;
  margin-left: 0;
}

.side-menu .card{
  flex-direction: row !important;
  width: 100% !important;
  margin-left: 0;
}

.page-header {
    height: 750px;
}

.class-lg{
    display: block;
}

.home .carousel-control-prev-icon {
    margin-left: -100px;
}

.home .carousel-control-next-icon {
    margin-left: 100px;
}

}

@media (max-width: 500px) {

.items .card{
  width: 100% !important;
  margin-left: 0;
}
  
}