@font-face{
	 font-family: 'Bold';
	 src : url('../../fonts/bpg_nino.ttf');
}

@font-face{
	 font-family: 'normal';
	 src : url('../../fonts/bpg_glaho.ttf');
}

button{
	 cursor: pointer;
}

.fireworks img{
	  width: 80%;
	  position: fixed;
	  z-index: 1000;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);

}

.code{
	 background-color: #f79e5c;
	 color: white;
	 padding: 0 5px;
}

.discountvaluep{
	background: blue;
    color: white;
    padding: 15px;
}


#OfferModallLabel{
      animation-name: light;
      animation-duration: .5s;
      animation-iteration-count: 5;
}

@keyframes light{

	from{
		  color: grey;
	}

	to{
		 color: #07f340;
	}

}

/*.fireworks img:nth-child(1){
         top: 25px;
         left: 25px;
}

.fireworks img:nth-child(2){
         top: 50px;
         left: 50px;
}

.fireworks img:nth-child(3){
         bottom: 25px;
         right: 25px;
}

.fireworks img:nth-child(4){
         bottom: 50px;
         right: 50px;
}
*/

.alert-offer{
    color: white;
    background-color: #313652;
    border-color: #c3e6cb;
    font-size: 1.2rem;
    font-family: 'Bold';
}



ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

img{
	 max-width: 100%;
}

div[class*="col-"]{
	 padding: 15px;
}

body{
	 font-family: 'normal';
}

h1, h2, h3, h4, h5, h6, label, .dropdown-item{
	font-family: 'Bold';
	color: grey; 
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::placeholder{
  font-family: 'Bold';
  font-size: 12px;
}

input[type=number] {
  -moz-appearance: textfield;
}

p{
	 color: grey;
	 margin: 0;
}

a.btn, .item p{
	font-family: 'Bold';
	font-size: 0.9rem; 
}


.bg_default{
	 background-color: #313652;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link {
     color: white;
     font-family: 'Bold';
}

.navbar-brand img{
	 height: 60px;
}


.navbar{
	 padding: 0;
}


.carousel i{
	font-size: 40px;
}

.carousel-item{
	 height: 400px;
}

.popular_item{
	 padding: 20px;
	 border: 1px solid #80808017;
	 border-radius: 5px;
	 text-align: center;
	 background-color: #313652;
}

.popular_item h2{
	 font-size: 1.1rem;
}

.owl-carousel .owl-item img {

    height: 250px;
    object-fit: cover;
}

.popular_item .icon{
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
}

.popular_item .icon i{
	 font-size: 50px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);

}

.popular_item a{
	  border-radius: 10px;
	  display: inline-block;
	  color: white;
	  border: none;
	  position: relative;
	  overflow: hidden;
	  transition: .5s;
	  margin-top: 20px;


}

.popular_item a:hover{
	transform: scale(1.1);
}


.popular_item p, .popular_item h2{
	 color: white;
}

.item_first{
	 box-shadow: 20px 20px 50px -30px #DBC4FF;
}

.item_first a{
	 background: linear-gradient(to right, #9F66FF, #DFCBFF);
}

.item_first i{
	 color: #8e4ff1;
}

.item_second{
	box-shadow: 20px 20px 50px -30px #AFD6FF;
}

.item_second a{

    background: linear-gradient(to right, #3E8AFF, #BBDEFF);
}

 

.item_second i{
   color: #3996f7;
}

.item_third{
	 box-shadow: 20px 20px 50px -30px #FFC1D5;
}

.item_third a{
	  background: linear-gradient(to right, #FE5F8F, #FFC7D9);
}

.item_third i{
   color: #f96292;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -63px;
    right: 0px; 
}

.first_category_section{
  
}

.first_category_section .section_title h2{
	 margin-bottom: 18px;
}

.section_title h2{
	margin: 0;
	font-size: 20px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    padding: 5px 20px !important;
    background-color: #313652;
    color: white;
}

.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus{
   outline: 0;
}

.owl-carousel .item h3{
	font-size: 1rem;
	color: grey;
	margin-top: 15px;
	min-height: 45px;
}

a:hover{
	 text-decoration: none;
}

.btn-success {
    color: #fff;
    background-color: #f79e5c;
    border-color: #f79e5cad;
    font-family: 'Bold';
    padding-top: 8px;
}

.order p{
	color: white;
}

.add_cart{
	  background-color: transparent;
	  border-color: #9dcaff8f;
	  position: relative;
}

.add_cart span{
	 position: absolute;
	 width: 25px;
	 height: 25px;
	 border-radius: 50%;
	 background-color: #9dcaff;
	 color: white;
	 top: -16px;
	 right: -16px;
	 padding-top: 4px;
}

.add_cart:focus{
	 box-shadow: 0 0 0 .2rem rgb(157 202 255 / 33%);
}
.btn-success:hover {
    color: #fff;
    background-color: #313652;
    border-color: #3136529e;
}

.owl-carousel .item h3:hover {
    color: #faa061;
    text-decoration: none;
}

.banner{
	 padding: 120px 0;
	 background-image: url('https://images.51microshop.com/14202/snippet/1666768519270_0.png_w1512.jpg');
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-color: #0000007a;
	 background-blend-mode: color;
	 margin: 50px 0;

}

.banner_text{
	 text-align: center;
	 width: 70%;
	 margin: 0 auto;
}

.banner_text h3, .banner_text p{
	color: white;
}

.banner_text h3{
	 font-size: 1.5rem;
}

.banner_text a, .carousel-caption a{
    display: inline-block;
    padding: 15px 40px;
    background-image: linear-gradient(to right, #313652, #1d2344);
    border: none;
    border-radius: 10px;
    color: white;
}

.carousel-caption p, .carousel-caption h3{
	 color: white;
}

.carousel-caption p{
	 margin: 20px 0;
}

.carousel-caption {
	position: absolute;
	background-color: #313652ab;
    left: 50%;
    width: 70%;
    padding: 30px;
    top: 50%;
    bottom: inherit;
    transform: translate(-50%, -50%);
    transition: .5s;
    border-radius: 5px;
    border: 1px solid #ffffff7a;

}

.carousel-caption:hover{
	 background-color: #000000c2;
     border: 1px solid #ffffff7a;
     border-color: #f49a58e3;
}

.carousel-item img{
	height: 100%;
    object-fit: cover;
}

.middle_text{
	 display: flex;
	 justify-content: space-between;
	 padding: 30px 50px 30px 0;
}

.about_text h2{
	font-size: 1.1rem;
	padding: 20px 0;
	position: relative;
} 

.about_text h2:after{
    content: "";
    position: absolute;
    width: 150px;
    bottom: 9px;
    left: 0;
    height: 2px;
    background-color: #ef9655;

}

.middle_text ul li i{
	 margin-right: 5px;
	 color: #ef9655;
}

.right_text img{
	 height: 200px;
	 width: 100%;
	 object-fit: cover;
}

.right_text h3{
	 font-size: 1.1rem;
}

.right_content {
    background-color: #313652;
    padding: 25px 15px;
    position: relative;
}

.right_content:after{
    content: "";
    position: absolute;
    width: 50%;
    height: 24px;
    background-color: inherit;
    top: -10px;
    right: 0;
    transform: rotate(-6deg);

}

.right_content h3, .right_content p{

	 color: white;
}

.right_content a{
    background: linear-gradient(to right, #30375a, #ef965573);
    border-radius: 10px;
    display: inline-block;
    color: white;
    border: none;
}

.right_text{
	 overflow: hidden;
}

.owl-item .item:not(#big .item){
	  padding-bottom: 20px;
}

.order{
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 padding: 2px 10px;
     background: #313652;
     color: white;
     border-left: 5px solid #9dcaff;
}

#big .item img{
	height: 400px;
	width: auto;
	display: block;
	margin: auto;
}

#big .item{
	 background-position: center !important;
	 background-repeat: no-repeat !important;
	 background-size: cover !important;
	 background-blend-mode: color-burn;
}


#thumbs .item img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: blur(0px);
}

.order p span{
   margin-left: 3px;
}


footer{
	 padding: 30px 0;
	 background-color: #313652;
	 margin-top: 50px;
}

footer h2{
	 font-size: 18px;
	 color: white;
	 position: relative;
	 margin-bottom: 30px;
}

footer h2:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 20%;
    background-color: #f99e5ed6;
    left: 0;
    bottom: -8px;
}

.footer_address a{
	 color: white;
	 display: inline-block;
	 padding: 5px 0;
}

.footer_address i{
   margin-right: 7px;
   color: white;
}

.social_icons{
	 margin-top: 10px;
}

.social_icons a{
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #f99e5e63;
    position: relative;
    font-size: 12px;
}

.social_icons a i{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}

.footer_links a {
    color: white;
    display: block;
    padding: 5px 0;
}

.footer_popular li a{
	 display: flex;
	 margin-bottom: 5px;

}

.footer_popular li a:hover h5{
     color: #f99e5ed6;
}

.footer_popular li img{
	  height: 60px;
	  width: 26%;
	  object-fit: cover;
}

.footer_popular li h5{
   color: white;
   margin-left: 10px;
   font-size: 15px;
   width: 64%;
   transition: .5s;
}

.get_it button{
	background-image: linear-gradient(to right, #3E8AFF, #BBDEFF);
	border: 1px solid #3E8AFF;
	color: white;
}

.get_it input::placeholder{
	 color: #ffffff6b;
}

.get_it input{
	 background-color: transparent;
	 color: white;
}

.get_it input:focus{
	background-color: #31365285; 
}

/*kategoriebi*/

.categories_banner{
	 padding: 100px 0;
	 background-image: url('../../images/pages/category.webp');
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
     background-color: #00000069;
     background-blend-mode: darken;
}

.breadcump{
	 display: flex;
	 justify-content: center;
	 align-items: center;

}


.breadcump li a {
  color: white;
  font-size: 1.2rem;
  font-family: 'Bold';
}

.breadcump i{
	 color: white;
	 margin: 0 12px;
}

.categories{
	 padding: 50px 0;
}

.categories .item h2{
   font-size: 1.2rem;
   margin: 10px 0;
   min-height: 37px;
} 

h2.section_header{
	 font-size: 1.3rem;
	 padding-left: 15px;
	 position: relative;
	 margin-bottom: 30px;
	 
}

h2.section_header:after{
	 content: "";
	 position: absolute;
	 left: 0;
	 top: 50%;
	 transform: translateY(-50%);
	 width: 5px;
	 height: 100%;
	 background-color: #e98e48;
}

.products .item h3{
	 font-size: 0.9rem;
	 margin: 10px 0;
}

.products{
	 padding: 50px 0;
}

.outer {
     margin:0 auto;
     max-width:800px;
}
 #big .item {
     background-color: #141313b3;
     margin:2px;
     color: #FFF;
     border-radius: 3px;
     text-align: center;
}
 #thumbs .item {
     background: #C9C9C9;
     height: 110px;
     line-height:70px;
     padding-bottom: 0px !important;
     margin:2px;
     color: #FFF;
     border-radius: 3px;
     text-align: center;
     cursor: pointer;

}
 #thumbs .item h1 {
     font-size: 18px;
}
 #thumbs .current .item {
     background:#FF5722;
}
 .owl-theme .owl-nav [class*='owl-'] {
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
}
 .owl-theme .owl-nav [class*='owl-'].disabled:hover {
     background-color: #D6D6D6;
}
 #big.owl-theme {
     position: relative;
}
 #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
     background:#333;
     width: 22px;
     line-height:40px;
     height: 40px;
     margin-top: -20px;
     position: absolute;
     text-align:center;
     top: 50%;
}
 #big.owl-theme .owl-prev {
     left: 10px;
}
 #big.owl-theme .owl-next {
     right: 10px;
}
 #thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
     background:#333;
}

.btn{
	 font-family: Bold;
}

.count{
	 display: flex;
	 margin-top: 25px;
	 align-items: center;
}

.count div{
    width: 40px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    padding-top: 4px;
}

.count .plus, .count .minus{
	 background-color: #80808059;
	 color: white;
}

.plus.active, .minus.active{
	 background-color: #fa9e5d;
}

.modal-body input::placeholder , .modal-body textarea::placeholder{
	 font-family: Bold;
	 font-size: 12px
}

.modal-body label{
    font-size: 15px;
}

.modal-body .form-group, .comments .form-group{
	 margin-bottom: 0;
}
.btn-warning {
    color: #212529;
    background-color: #313652;
    border-color: #3136528a;
}

.btn-warning:hover{
	color: #f3f5f7;
    background-color: #fa9e5d;
    border-color: #fa9e5d;
}

.prod_title h1{
	 font-size: 1.3rem;
	 color: #fda163;
}

.thumb{
    padding-top: 15px;
}

.thumb ul{
	 display: flex;
	 align-items: center;
}

.thumb ul li{
	 margin-right: 10px;
}

.thumb i{
	 font-size: 19px;
	 color: #f7995582;
}
.thumb ul a{
	 color: grey;
	 font-family: Bold;
}

.thumb ul a:hover{
	 color: #f7995582;
}

.discounts ul{
	 display: flex;
	 flex-wrap: wrap;
}

.discounts li{
	 font-family: Bold;
	 width: 33.333%;
	 margin-bottom: 5px;
    box-shadow: 3px 6px 5px -3px #80808096;
    padding: 10px;

}

.discounts h4, .rates h4{

	font-size: 1.1rem;
	color: grey;
	border-left: 5px solid #3136520d;
    padding: 5px 0 0 10px;
    margin: 15px 0;
   
}


.discounts li i{
	
	  margin-right: 10px;
}

.discounts li:nth-child(1) i{
	   color: #ff000070;
}

.discounts li:nth-child(2) i{
	   color: #ffff0061;
}

.discounts li:nth-child(3) i{
	   color: #04f3044d;
}


.discounts li span:last-child{
	 margin-top: 10px;
}

.discounts li span{
	 display: inline-block;
}



.rates span i{
	 color: gold;
}

.score {
    display: inline-block;
    padding: 5px 15px;
    color: white;
    background-color: #313652;
    margin-right: 10px;

}


.count p{
	margin-left: 20px;
}
.order_div{
	 margin-top: 20px;
}

.order_div button{
    position: relative;
    margin: auto;
    font-size: 1rem;
    line-height: 2rem;
    text-decoration: none;
    color: white;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    background-color: #ef751f;
 
}

.order_div a{
	 color:white;
	 font-size: 1rem;
    line-height: 2rem;
	letter-spacing: 2px;
	border-radius: 3px;
}

.an{
	position: relative;
    margin: 17px 0;
    height: 1px;
    background-color: #80808073;

}

.an span{
	 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 25px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
}

.order_div button:after{
	 content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 30px;
    background-image: linear-gradient( 170deg, rgba(white, 0.3), rgba(white, 0) );
    pointer-events: none;
  
}

.order_div button:hover{
	background-image: linear-gradient( 160deg, #ec008c, #ff0000 );
  
}

.rates p{
	 margin-bottom: 25px;
	 font-size: 0.8rem;
}

.discounts ins{
	   color: orange;
	   font-size: 20px;
}



.description h2{
	 font-size: 1.2rem;
	 border-left: 3px solid #ff8f8f;
	 padding: 0 15px;
}

.sililar li{
	 margin-bottom: 15px;
}

.sililar li a{
	 display: flex;
}

.sililar li a:hover h3{
	color: #fa9e5d;
}

.sililar li img {
	 width: 40%;
	 height: 100px;
	 object-fit: cover;
}

.sililar li h3 {
    width: 60%;
    font-size: 1rem;
    margin-left: 10px;
    transition: .5s;
    margin-top: 10px;
}

.similar_h4{
	font-size: 1.2rem;
	margin-bottom: 20px;
	border-bottom: 1px solid red;
	padding-bottom: 10px;
}

.comments{
	 margin-top: 50px;
}

.comments h3{
   font-size: 1.2rem;
    border-left: 3px solid #ff8f8f;
    padding: 0 15px;

}

.answear{
	 position: absolute;
	 width: 100%;
	 padding: 20px 15px;
	 z-index: 9999;
	 display: none;
	 background-color: #313652;
	 color: white;
	 font-size: 0.8rem;
	 left: 0;
	 top: 135px;
}

.add_text{
	 cursor: pointer;
}

.answear.show{
	 display: block;
}


.categories .item img{
	  height: 200px;
	  width: 100%;
	  object-fit: cover;
}

.categories .item a{
	 display: block;
}

.products .item a{
	 display: block;
}

.products .item a h3{
	 transition: .5s;
}

.products .item a:hover h3{
	 color: #fda163;
}

.products .item img{
	  height: 230px;
	  width: 100%;
	  object-fit: cover;
}

.products .item h3{
	  min-height: 40px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(244 153 86);
}

.banner_text p, .right_content p{
	     margin: 10px 0;
}

.about_banner{
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000069;
    background-blend-mode: darken;

}

.contact_banner{
    padding: 100px 0;
    background-image: url('../../images/pages/contact.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000069;
    background-blend-mode: darken;

}


.about h1, .contact h1{
	 border-left: 5px solid #ec904d;
	 padding-left: 10px;
	 font-size: 1.5rem;
}

.about p{
	margin-top: 30px;
}

.contact_box{
    padding: 35px 15px;
    text-align: center;
    box-shadow: 5px 5px 3px 4px #31365247;

}

.contact_box a{
	 display: block;
	 color: grey;
	 font-weight: bolder;
}

.contact_box i{
    color: #fa9c5b;
    font-size: 50px;
    position: absolute;
    left: 26px;
    top: 26px;
    opacity: 0.3;
    transition: .5s;
}

.contact_box:hover i{
	opacity: 0.9;
}

.contact_social_icons h2{
	  color: grey;
	  font-size: 1.2rem;
}

.contact_social_icons{
   padding-top: 15px;
}

.contact_social_icons > ul > li{
	 background-color: #313652;
	 margin-bottom: 7px;
	 transition: .5s;
}

.contact_social_icons > ul > li > a{
	 color: #efe3e3;
     display: block;
     padding: 15px;
}

.contact_social_icons > ul > li > a > i{
	margin-right: 10px;
	font-size: 1.2rem;
	color: #f79e5cdb;
	transition: .5s;
}

.contact_social_icons > ul > li:hover{
	 background-color: #f79e5c;
}

.contact_social_icons > ul > li:hover i{
	 color: #3136527a;
}

/*aqedan*/

.top_header{
    display: flex;
    padding: 5px 15px;
    align-items: center;
}

.top_header a{
	 color: grey;
	 margin-right: 10px;
	 font-size: 0.75rem;
}

.top_header a i{
    color: #f79b5d;
    vertical-align: baseline;
}

.top_header .reg_links a{
	 font-family: Bold;
}

.reg_links{ 

	margin-left: auto;

 }

 .cart{
 	 position: relative;
 }

 .cart button{
    display: block;
    padding: 10px;
    margin-right: 0;
    border: 1px solid #3f4d9d;
    border-radius: 3px;
    background: #313652;
    color: white;
 }

 .cart button small{
 	    vertical-align: middle;
        font-size: 0.7rem;
 }

 .cart_items{
 	   position: absolute;
 	   min-width: 200px;
 	   z-index: 2;
 	   background-color: white;
 	   color: white;
 	   padding: 10px;
 	   left: 50%;
       transform: translateX(-50%);
      
 }

 .cart_items > a{
 	 background-color: #f79b5d;
 	 color: white;
 	 font-family: Bold;
 }

 .cart_items ul{
 	 max-height: 180px;
 	 overflow-x: auto;
 	 margin-bottom: 10px;
 }

 /* width */
.cart_items ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.cart_items ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.cart_items ul::-webkit-scrollbar-thumb {
  background: #f79b5d;
}

/* Handle on hover */
.cart_items ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cart_items ul li img{
 	 width: 50px;
 	 margin-right: 7px;
 	 align-self: flex-start;
 }

.cart_items ul li h2{
    font-size: 0.7rem;
    color: #f09653;
  }

.cart_items ul li{
   	 display: flex;
   	 margin-bottom: 10px;
   	 transition: .5s;
   
 }
 
 .discountspan{
    position: absolute;
    right: 0;
    top: 0px;
    padding: 0px 10px;
    background-color: #9dcaff;
    color: white;
 }


.total_cost{
	 font-family: Bold;
	 color: grey;
	 margin: 7px 0;
}

.cart_item li span{
	color: red;
    padding: 5px 10px;
    background-color: #00000091;
    transform: translateX(100%);
}

.mobile_cards{
	 display: none;
	
}

.mobile_cards .item{
	margin-bottom: 15px;
    width: 50%;
    padding: 10px;
    box-shadow: 4px 5px 8px 3px #9dcaff2e;

}

.mobile_cards .item img{
	width: 1000%;
    height: 150px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
	
}

.mobile_cards .item h3{
	  font-size: 0.9rem;
      margin-top: 10px;
      min-height: 70px;
}


@media screen and (max-width: 768px){

	.carusel_1{
		 display: none !important;
	}
	
	.mobile_cards{
	 display: flex;
	 flex-wrap: wrap;
}

	.thumb ul{
		 flex-direction: column;
	}

	.thumb ul a{
		 font-size: 0.8rem;
	}

.thumb i {

    transform: rotate(90deg);
}

.order p{
	  font-size: 0.75rem;
}

.order{
	 position:relative;
}

.order b{
	 position:absolute;
	 right: 4px;
	 top: 4px;
	 font-size: 0.7rem;
     color: #ff0303;
}

.order b:after{
        content: "";
        position: absolute;
        left: 0px;
        top: 6px;
        transform: rotate(13deg);
        background-color: #ffffffa1;
        width: 100%;
        height: 1px;
}
}


@media screen and (max-width: 768px){
	
.top_header{
	 flex-wrap:wrap;
	 padding: 5px 0;
	 
}	

.info{
	
	 display: none;
	
}

.cart{
	 margin-left: auto;
}

.reg_links {
	 margin-left: 0;
}

.cart button{
	 padding: 3px 10px;
}

.navbar-light .navbar-toggler {
    color: rgb(245 234 234);
    border-color: rgb(242 149 85 / 44%);
}

.first_category_section .section_title h2 {
    margin-bottom: 30px;
}

.section_title h2{
	 font-size: 1rem;
}

#carouselExampleControls{
	 display: none;
}
	
}


