﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Short+Stack');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');




html,
body {
    height: 100%;
    font-family: "Inter", sans-serif;
    color:#6f6f6f;
    font-size:16px;
    font-weight:400;        
}

.box-margin {
    margin: 0 30px 0px 30px;
}
.box-margin2 {
    margin:0 15px 0px 15px;
}


.bg-all {
    height: 100%;
    width: 50%;
    position: fixed;
    right: 0;
    z-index: -1;
    background: url('/images/side1.png') no-repeat;
    background-size: cover;
}

.login-bg {

    position: relative;
  /* background:url('../images/bg.png') no-repeat left top;*/
    background-size: 15%;
}
.content-sign
{
	padding:40px 0;
}

.logo-inner
{
    position: relative;
    padding:35px 0px 0 0;
}

.logo-inner img
{
	 width: 177px;
	 margin:0;
}

.logo-title
{
    position: relative;
    margin: 20px auto 10px auto;
    padding:0px;
    color:#000000;
    font-size:30px;
    font-weight:600;
    text-align:center;
}

.logo-title span
{
    color:#9097aa;
    font-size:14px;
    display:block;    
    font-weight:300;
    margin-top:10px;

}

.login-in
{
	margin-top:20px;
	font-size:15px;
	padding:0 10%;
}


.login-in a
{
	color:#9097aa;
}

.login-margin
{
	margin-top:10px;
}


.underline3 a
{
    border-bottom: 1px #8e193d solid;
}
.underline4 
{
	text-align:center;
	margin-top:20px;
	color:#9097aa;
}

.login-in .form-group {
    margin-bottom: 15px;
}

.login-in .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

.login-in .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6d6e71;
    background-color: #dfdfdf00;
    background-image: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.login-in .form-control::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.login-in .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.login-in .form-control::placeholder {
    color: #fff;
}


.container2 {
  display: block;
  position: relative;
  padding-left: 25px;
  font-weight:400;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#9097aa;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius:2px;
  background-color: #d6d6d600;
  border:1px #9097aa solid;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
  background-color: #d6d6d600;
  border:1px #9097aa solid;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
  background-color: #fc94b7;
  border:1px #fc94b7 solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark2:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.menu-mobile
{
	display:none;
}

.menu
{
  left:0;
  top:5px;
  min-height: 100%;
  padding-left:15px;
  padding-top:20px;
  padding-bottom:50px;
  /*background: #FFFFFF url('../images/bg.png') no-repeat left bottom ;*/
  box-shadow: 1px 3px 13px 7px rgb(0 0 0 / 9%);
}
.menu-title
{
	font-weight:600;
	font-size:22px;
	color:#999999;
}

.menu ul
{
	padding-left:0;
	text-align:left;
	margin-top:15px;
	font-size:17px;	
}

.menu ul li
{
	 display:block;
	 padding:10px 12px;
	 border-bottom:1px #fbfbfb solid;
}

.menu-active
{
    display: block;
    padding: 15px 5px;
    background-color: #fc94b7;
    border-radius: 6px;
}

.menu-active a
{
	  color:#fff !important;
}

    .menu-active i {
        color: #fff !important;
    }

.menu-active a img {
    object-fit: contain;
    filter: brightness(6.5);
}
.menu-purple
{
    display: block;
    padding: 15px 5px;
    color: #e569b1;
    border-radius: 6px;
}

.menu-purple a
{
	  color:#fc91b5!important;
}


.menu ul li a
{
 color:#616161;
}

.menu ul li a i
{
    float: right;
    font-size: 14px;
    margin-right: 3px;
    margin-top: 5px;
}

.menu ul li a img
{
   margin-right:10px;
   width:24px;
   object-fit:contain;
}

.text-margin
{
	margin-top:80px;
}
.text-margin2
{
	margin-top:55px;
	/*margin-bottom:30px;*/
}

.logo-a a
{ 
	display:inline-block;     
	margin-top:2px;

}

.arrow-left
{ 
     float:right;
     margin-top:8px !important;
}

.btn-header {
    display: inline-block;
    padding: 10px 35px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:5px;
    margin-top:20px;
    margin-bottom:20px;
}
.btn-header img{
margin-right:10px;
}

.btn-more{
    color: #fff;
    background-color:#fc94b7;
    border-color:#fc94b7;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #fc94b7;
    background-color: #fff;
    border-color:#fc94b7;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-more2{
    color: #fff;
    background-color:#fc94b7;
    border-color:#fc94b7;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width:100%;
    margin:0;
    padding:10px;
    font-size:14px;
}


.btn-more2:hover {
    color: #fff;
    background-color: #e569b1;
    border-color:#e569b1;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-more3{
    color: #fff;
    background-color:#e569b1;
    border-color:#e569b1;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width:100%;
    margin:0;    
    padding:10px;    font-size:14px;
	
    margin: 20px auto;
    display: block;
}


}


.btn-more3:hover {
    color: #fff;
    background-color: #e569b1;
    border-color:#e569b1;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #fc94b7;
    background-color:#fff;
    border-color:#fff;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white:hover {
    color: #fc94b7;
    background-color: #fedfff;
    border-color:#fff;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.top
{
		padding:5px 0;		
		background-color:rgba(254, 254, 254,1);
		position: fixed;
        width: 100%;    
        z-index: 999;
        border-bottom:1px #e9e9e9 solid;
}


.bg-inner
{
	background:#fff;
    position:fixed;
    top:0;
    bottom:0;    
    width: 100%;
}


#search-home {
padding-top:3px;
padding-bottom:0px;
}

#search-home .search-home {
    width: 100%;
    height:40px;
    background: #fff;
    position: relative;    
    border-radius: 2px;
    padding-left: 55px;    
    padding-right: 5px;
    border: 1px solid #f2f2f2;  

}


#search-home .search-home input {
    width: 100%;
    background-color:#fff;
    border: 0;
    color: #898989;
    font-weight: 300;
    font-size: 15px;    
    margin-top: 0;
    height: 37px;
}

#search-home .search-home button {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 50px;
    height: 40px;
    font-size: 22px;
    background: none;
    border: 0;
    color: #fc94b7;
    cursor: pointer;
}

.account
{
	 height:45px;
	 text-transform:capitalize;
	 color:#fc94b7;
	 font-size:18px;
	 font-weight:500;
	 display:inline-block;
}
.account span
{
	 color:#8a92a6;
	 font-size:11px;
	 display: block;
}


.account img
{
	  float:left;
	  margin-right:10px;
}


.cart{
    position: relative;
    width: 29px;
    height: 28px;
    font-size: 18px;
    margin-top:10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #252525;
    margin-right:15px;
}
.cart-no{
    position:  absolute;
    width: 20px;
    height: 20px;
    border-radius:20px;
    color:#FFFFFF;
    text-align:center;
    background-color:#fc94b7;
    font-size: 12px;
    font-weight:bold;
    padding-top:2px;    
    top: -10px;
    right: -8px;
}

#cart_mini_form {
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    position: absolute;
    background: #fff;
    z-index:999;
    left: 0px;
    top:0px; min-width: 315px;
    padding: 20px;
    opacity: 0;
    font-size:13px;
    visibility: hidden;
    transition: all .2s linear;
}
#cart_mini_form img{
     height:65px;
     width:100%;
     object-fit:cover;
}

#cart_mini_form-title {
font-size:16px;
text-align: center;
text-transform:capitalize;

}



.cart:hover #cart_mini_form {
    opacity: 1;
    visibility: visible;
    top: 40px;
    z-index:9999;
}





.cart2{
    position: relative;
    width: 29px;
    height: 28px;
    font-size: 18px;
    margin-top:10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #252525;
}
.cart2-no{
    position:  absolute;
    width: 20px;
    height: 20px;
    border-radius:20px;
    color:#FFFFFF;
    text-align:center;
    background-color:#e569b1;
    font-size: 12px;
    font-weight:bold;
    padding-top:2px;    
    top: -10px;
    right: -8px;
}

#cart2_mini_form {
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    position: absolute;
    background: #fff;
    z-index:999;
    left: 0px;
    top:0px; min-width: 315px;
    padding: 20px;
    opacity: 0;
    font-size:13px;
    visibility: hidden;
    transition: all .2s linear;
}
#cart2_mini_form img{
     height:65px;
     width:100%;
     object-fit:cover;
}

#cart2_mini_form-title {
font-size:16px;
text-align: center;
text-transform:capitalize;

}



.cart2:hover #cart2_mini_form {
    opacity: 1;
    visibility: visible;
    top: 40px;
    z-index:9999;
}


.bg-white
{
	background-color:#FFFFFF;
	padding:20px;
}



.header-bg {
    padding:50px 30px;
    border-radius: 0 0 15px 15px ;
}


.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:10px 0 ;    
    text-align:left;
}


.caption-inner .headline {
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
}
.caption-inner .headline span{
     display:block;
     font-size:15px;
     margin-top:10px;
}

.title
{
    font-size: 20px;
    color: #000;
    font-weight: 600;
	margin:0px 0 30px 0;
	color:#333333;    
	padding-bottom: 10px;
	border-bottom:1px #CCCCCC solid;
}

.services
{
	padding: 0 30px 0px 30px ;
	text-align:center;
	margin-top:-60px;
}

.services .box {
    display: inline-block;
    background-color: #FFFFFF;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;  
    margin-bottom:30px;  
    width: 100%;
    box-shadow: 1px 3px 13px 7px rgb(0 0 0 / 9%);
}

.services .box img
{
    float:left;
    height: 71px;
    width: 72px;
    object-fit: contain;
    margin-right:15px;
}

.services .box .title-1
{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    height: 30px;
    overflow: hidden;
    margin: 0px 0;
}

.services .box .text
{
    font-size: 13px;
    color: #8a92a6;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
}

.services .box .form-control {
    display: inline-block;
    width: auto;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.box2 {
    display: inline-block;
    background-color: #FFFFFF;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: left;  
    margin-bottom:30px;  
    width: 100%;
    box-shadow: 1px 3px 13px 7px rgb(0 0 0 / 9%);
}


.box2 .title-1
{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0px 0;
}

.box2 .text
{
    font-size: 13px;
    color: #8a92a6;    
    margin-top: 8px;
    font-weight: normal;
}



.title-2
{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0px 0 20px 0;
}


.title-2 span
{
    font-size: 12px;
    display:block;
    color: #8a92a6;
    font-weight: 400;
}

.title-3
{
    font-size: 20px;
    color: #000;
    font-weight: 600;
margin: 20px 0 20px 0;}



.title-3 span
{
    font-size: 12px;
    display:block;
    color: #e569b1;
    font-weight: 400;
}


.time-line
{
	background:url('../images/time-line.png') no-repeat left top;
	padding-left:50px;
}
.time-line .actions
{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0px 0;
    height:95px;
}
.time-line .actions span
{
    font-size: 12px;
    display:block;
    color: #8a92a6;
    font-weight: 400;
}



.box-shadow {
    display: block;
    background-color: #FFFFFF;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: left;  
    margin-bottom:30px;  
    box-shadow: 1px 3px 13px 7px rgb(0 0 0 / 9%);
}



.copyright
{
	padding:15px 0 15px 0;
	font-size:13px;
	color:#000000;
}

.table-width
{
	 width:100%;
}


.style1 {
	color:#e569b1;
	background-color: #f5f6fa;
	padding:15px;
	text-transform:uppercase;
	font-size:14px;
}


.style2 {
	color: #333333;
	background-color: #fff;
	padding:15px;
	font-size:14px;	
	border-bottom:1px #C0C0C0 solid;
}

.style2 img{
	 margin-right:5px;
	 border-radius:5px;
}


.style3 {
	color: #333333;
	background-color: #fbfcfc;
	padding:15px;
	font-size:14px;
	border-bottom:1px #C0C0C0 solid;
}


.style3 img{
	 margin-right:5px;
	 border-radius:5px;
}



.products
{
    border-radius:10px;
}

.products-icon
{
   font-size:15px;
   margin:15px 0;
   font-weight:500;
}

.products-icon span
{
   font-size:12px;
   font-weight:400;
   display:block;
}

.products-icon img
{  
   float: left;
   margin-right:6px;
}

.price
{
	background-color:#e569b1;
	color:#FFFFFF;
	font-size:13px;
	text-align:center;
    border-radius:10px;
}