@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@700&display=swap');
/*              Sass Template           */
/*  global classes  */
button, button:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* typography classes */
html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
	font-family:'Cairo', sans-serif;
	
}
.font-size-16 {
  font-size: 16px;
}

.font-size-20 {
  font-size: 20px;
}
.font-size-26 {
  font-size: 26px;
}


.color-second {
  color: #D05760;
  text-shadow: 1px 1px #a05760;
  font-weight: bold;

}
 .bottom-title {
    clear: both;
    display: block;
    width: 90px;
    height: 4px;
    background: #D05760;
	margin: 0 auto;
}
#main-site{
	  background-image: url("bg.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*-- Owl-carousel  banner-area */
 .carousel-caption{
   color:#fff !important;
}


/*  top sale template   */
.top_nav {
	width:100%;
	height:70px;
	background-color:#343a40!important;
	color:#fff;
}
.top_nav p{
	padding-top:20px;
}
#top-sale .owl-carousel .item .product a {
  overflow: hidden;
}
#top-sale .owl-carousel .item .product{
    margin:10px;
}
#top-sale .owl-carousel .item .product .prod_img {
  padding: 7px;
}
#top-sale .owl-carousel .item .product img {
  width:100% !important;
  height:175px !important;
  transition: transform 0.5s ease;
  border: 1px solid #D05760;
  padding: 5px;
  border-radius: 50px 20px;
  cursor:pointer;
}
#top-sale .owl-carousel .item .product img:hover {
  transform: scale(1.05);
}
#top-sale .owl-carousel .owl-nav button {
  position: absolute;
  top: 30%;
  outline: none;
}
#top-sale .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
#top-sale .owl-carousel .owl-nav button.owl-prev span,
#top-sale .owl-carousel .owl-nav button.owl-next span {
  font-size: 35px;
  color: #003859;
  padding: 0 1rem;
}
#top-sale .owl-carousel .owl-nav button.owl-prev span {
  margin-left: -8rem;
}
#top-sale .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
#top-sale .owl-carousel .owl-nav button.owl-next span {
  margin-right: -4rem;
}

#top-sale .owl-carousel .item .product h6 {
 padding-top:15px;
}




 /* ----------- section product --------------- */ 
#filters{
	margin-top:20px;
	margin-bottom:10px;
}
#special-price .grid .grid-item {
  margin-left: 1rem;
  margin-top: 2rem;
}
#special-price .container .grid .grid-item {
  border-bottom: 1px solid #D05760;
  border-left: 1px solid #D05760;
  border-right: 1px solid #D05760;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 20px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor:pointer;
  
}
#special-price .container .grid .grid-item img{
  border-radius: 20px 8px 0 0 ;
  margin-top:-10px;
  width:100% !important;
  height:125px !important;

}

#special-price .container .grid .row .col-12:first-child{
    padding-left: 0px !important;
	}

#special-price .container .grid .row .col-12:nth-child(2){
    padding-right: 0px !important;
	padding-left: 0px !important;
	}

#special-price .container .grid .row .col-12:last-child{
    padding-right: 0px !important;
	}
	
	
.grid h6{
	padding:5px 2px 0px 2px;
	text-align: center;
}
.button-group .btn{ 
font-size:16px !important;
}
#special-price{
	direction:rtl !important;
}
.btn {
  color: #222;
  padding: .5em 0.6em;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
}
.btn.btn-border-underline::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #D05760;
  transition: transform 300ms ease-in-out;
  transform: scaleX(0);
}

.btn.btn-border-underline:hover::before,
.btn.btn-border-underline:focus::before {
  transform: scaleX(0.9);
}

#special-price .grid .grid-item{
	width:15%;
	
}

#banner_adds a {
	fill: #D05760;
}
#banner_adds a:hover{
	color:#Dd5760;
}
#banner_adds a:hover .logo { fill: #Dd5760; }

#banner_adds  .container img {
	
	width:250px;
	height:250px;
	border-radius:50%;
	margin:10px;
}
#banner_adds  .container svg {
	
	width:250px;
	height:250px;
	margin:10px;
}
 /* ----------- footer --------------- */ 
  #footer{
	  direction:rtl !important;
  }
 #footer .row .col-lg-4{
	 margin-top:15px;
 }
 #footer.content p{
  text-align: center;

}
 #footer .content .social{
  margin: 20px 0 0 0;
}
 #footer .content .social a{
  padding: 0 2px;
  color:#D05760;
}
 #footer .content .social a span{
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 25px;
   border-radius: 50px;
  transition: all 0.4s ease-in;
}
 #footer .content .social a span:hover{
  background: #D05760;
	 color:#fff;
}


  #footer .content{
  margin: 20px 0 0 0 !important;
}

  #footer .center .content .fas{
  font-size: 1.4375rem;
  height: 35px;
  width: 35px;
  line-height: 35px;
    font-size: 18px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in;
  cursor: pointer;
   background: #D05760;
   color:#fff;
}
 #footer .center .content .fas:hover{
  background: #fff;
  color:#D05760;
}
 #footer .center .content .text{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-right: 10px;
}

 #footer .center .content .phone{
  margin: 15px 0;
}
 
.copyright a{
	 color: #D05760;
    text-shadow: 1px 1px #a05760;
    font-weight: bold;
 }
 .copyright a:hover{
	 color: #ff5760;
	 text-decoration:none;
 }
 
 
 
  @media only screen and (max-width: 1000px){
	 #special-price .grid .grid-item{
	width:23%;
}
  }
 @media only screen and (max-width: 900px){
	 #special-price .grid .grid-item{
	width:30%;
}

#top-sale .owl-carousel .item .product img {
  width:100% !important;
  height:auto !important;
}

.row1 .col-md-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}
.row1 .col-12 {
   flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}



 }


@media only screen and (max-width: 550px){
	
.button-group .btn{ 
font-size:12px !important;
}


.btn {
  padding: .3em 0.3em;
 
}
h6{
	font-size: 14px !important;
}
#top-sale .owl-carousel .owl-nav button.owl-prev span {
  margin-left: -2rem;
}
#top-sale .owl-carousel .owl-nav button.owl-next span {
  margin-right: -2rem;
  background:transform !important;
}
#special-price .grid .grid-item {
  margin-top: 1rem;
}
#special-price .grid .grid-item{
	width:45%;
}

.copyright p{
	font-size:13px !important;
}
#banner_adds  .container img {
	
	width:125px;
	height:125px;
	margin:10px;
}
#banner_adds  .container svg {
	
	width:125px;
	height:125px;
	margin:10px;
}
#main-site{
	  background-image: url("bg2.webp") !important;
}

#top-sale .owl-carousel .item .product img {
  width:100% !important;
  height:300px !important;
}

.row1 .col-md-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}
.row1 .col-12 {
   flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}


}

