


/************* new update *******/
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.animation-btn {
  background-color: #0088cc;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 0 0 rgba(0, 136, 204, 0.7);
  transition: box-shadow 0.4s ease-in-out;
  animation: pulse 1s infinite;
}
a.disabled {
    pointer-events: none;
	color:#222;
}

.checkout .globe{
margin:5px;
background-color:#FFFBF2;

}
.checkout .validClass { border:  1px solid green!important; }
.checkout .errorClass { border:  1px solid red !important; }
.checkout .showCart{
display: none;


}
.checkout .showWorn{
  display: none;
}
.checkout .emptyCart{
text-align:center;
display: none;
padding: 15px;
}
.checkout .installBox{
float:left;
width: 130px;
margin-top:20px;
}

.checkout .coupon_code {
  background-color: rgb(255, 255, 255);
  display: flex;
  border: 1px solid rgb(226, 229, 241);
  border-radius: 6px;
  overflow: hidden;
}
.checkout .form_code {
  flex: 1 1 0%;
}
.checkout .input_code {
  font-size: 13px;
  border: unset;
  height: 40px;
  padding: 0px 12px;
  width: 100%;
}
.more_tpl {
width: 100%;overflow: hidden
}
.more_tpl h1 {
margin:0px 5px 10px 5px ;float: right; padding-top:10px;font-size: 13px;
}
.checkout .button_code {
  font-size: 12px;;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  min-width: 64px;
  color: rgb(64, 69, 83);
  background-color: var(--color_btn);
	border:0px;
	color:#fff;
}
.checkout .progress_bar .headline-primary{
color:green;

}
.checkout .notiDiv p{ line-height:20px; }
.checkout .progress_bar p{
color:green;
font-size:14px;
}
.checkout .rounded-pill {
  border-radius: 50rem !important;
}
 .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
 .progress-bar-striped {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 1rem 1rem;
}

.design  .card{
	background-color:#fff;overflow:hidden;margin-right:5px;margin-left:5px;margin-top:5px;margin-bottom:5px
}
.design .h1{
font-family: 'Al-Jazeera-Arabic-Bold', sans-serif !important;font-size:15px;margin:15px 0px 15px 0px ;color:#333333
}.design .btn{
font-family: 'Al-Jazeera-Arabic-Bold', sans-serif !important;font-size:13px;margin:10px 0px 10px 0px
}


 .progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--color_btn);
  transition: width .6s ease;
}
.checkout .review {
  font-weight: bold;
    font-size:13px;

}
.progressbar {
            display: block;
            height: 25px;
            width: 100%;
            margin: 1rem auto;
            padding: 5px;
            border: 0 none;
            background: #444;
            border-radius: 10px;
        }
 .checkout .form-select {
  <!-- padding: 1em; -->
  width: 130%;
  border-radius: .2em;
  border: 1px solid #acacac;
  color: #181820;
  
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  
  background: url('https://cdn1.iconfinder.com/data/icons/arrows-vol-1-4/24/dropdown_arrow-512.png');
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: left;
  background-origin: content-box;
}
.checkout p {
margin-bottom: 0px!important;
}
.checkout .mb20 {
margin-top:10px;
}
				
.checkout .noti p {
color:#272727;
  margin-bottom: 10px;
}
.CjKxD {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  margin-bottom: 10px;
  flex-shrink: 1;
  background: linear-gradient(270deg, rgb(255, 248, 236) 0%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
}.CjKxD i{
margin:5px;
}

.checkout .notiDiv {
  flex: 1 1 0%;
  padding: 0px 12px;
}
.checkout .ignorance {
  color: #272727;
  margin: 8px 0px;
  padding: 8px 16px;
  background-color:transparent;
  border:0px;
  font-weight: bold;
    font-size:13px;

  border-left: 1px solid rgb(243, 234, 219);
}
.checkout .noti {
  background-color: rgb(252, 251, 244);
  display: flex;
  padding: 12px 0px;
  font-size: 0.923rem;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid rgb(235, 236, 240);
}
.checkout .noti p {
  flex: 1 1 0%;
  font-size:13px;
  padding: 0px 12px;
}
.checkout .shopping-title{
<!-- font-family: 'Al-Jazeera-Arabic-Bold', sans-serif !important; -->
font-size:18px;
margin:0px 10px 0px 10px ;
}
.checkout .nhp p{
line-height:30px;
font-size:11px;
}
.checkout .lcontent {
	background-color: #fff;
	border: 1px solid #ccc;
	border-style: none none solid none;
	<!-- float: left; -->
}

.checkout .action-link, .checkout .payment > a, .checkout .terms > a, .checkout .ux-card span {
  color: var(--color_btn);
  font-weight: bold;
  text-decoration: none;
  line-height: 30px;
font-size: 14px;
}
.checkout .action-link:hover, .checkout .payment > a:hover, .checkout .terms > a:hover, .checkout .ux-card span:hover {
  color: var(--color_btn);
}

.checkout .ux-card img{

  max-width: 100%;
  float: left;
}
.checkout .ux-card {
border: 1px solid #E8E8E8;
background: #FCFCFC;
padding: 10px;
position: relative;
}
.checkout .ux-card:hover {
  cursor: pointer;
  border-color: var(--color_btn);
  background-color: #fff;
}
.checkout .ux-card.deleted {
  visibility: hidden;
  overflow: hidden;
  transition: all 0.2s;
  height: 0px;
  padding: 0px;
  margin: 0px;
  box-shadow: none;
  border: none;
}
.checkout a:hover, .checkout a:focus {
  color: #5b79b1;
  text-decoration: underline!important;
}
.checkout .payment > a:hover, .checkout .terms > a:hover, .checkout .ux-card span:hover {
  color: var(--color_btn);
}
.checkout .payment, .checkout .terms {
  margin-bottom:10px;
}
.checkout .payment > a, .checkout .terms > a {
  float: right;
  padding-right: 20px;
  text-transform: uppercase;
}
.checkout .payment h4, .checkout .payment p, .checkout .terms h4, .checkout .terms p {
  <!-- padding: 0 20px; -->
}
.checkout .payment button,.checkout  .terms button {
  margin-top: 20px;
}

.checkout .terms .agreed {
  display: none;
}

.checkout p.agreed {
  padding-left: 50px;
  position: relative;
    font-size:14px;

}
.checkout p.agreed:before {
  content: " ";
  background-image: url(https://img1.wsimg.com/fos/react/check.svg);
  position: absolute;
  left: 20px;
  top: 0px;
    font-size:14px;
  width: 20px;
  height: 21px;
}

.checkout .summary dl {
  margin: 0;
  padding: 10px 0px 10px 0px ;
}
.checkout .summary dl dt {
  float: right;
  clear: right;
  font-weight: normal;
}
.checkout .summary dl dd {
  float: left;
  clear: left;
  font-weight: bold;
}
.checkout .summary dl:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

@media screen and (min-width: 992px) {
 .checkout  .summary .subtotal {
    border-top: 5px solid #D0D0D0;
  }
 .checkout  .summary .subtotal dt {
    margin-top: 10px;
	    font-size: 14px;

  }
 .checkout  .summary .subtotal dd {
    font-size: 14px;
	    margin-top: 10px;

  }
}
.checkout .summary .total {
  background: var(--color_btn);
  color: #fff;
  padding: 20px;
}
.checkout .summary .total dt {
  text-transform: uppercase;
  <!-- margin-top: 0.5em; -->
  font-weight: bold;
}
.checkout .summary .total dd {
  font-size: 1.5em;
}
.checkout .summary .support dd {

  font-size: 14px;
  padding-left: 0.5em;
}
.checkout .summary .support dt {

  font-size: 14px;
  padding-left: 0.5em;
}
.checkout .summary button {
  <!-- margin: 0 20px; -->
  width: 100%;
}
.checkout .summary {
	font-family:jf-flat-regular
}


.checkout .full-price {
	background: var(--color_btn);
	color: #fff;
	float: right;
	font-size: 18px;
	font-weight: 300;
	line-height: 39px;
	margin: 0;
	padding: 0 20px;
border-radius:30px;
	-webkit-transition: margin .15s linear;
	-moz-transition: margin .15s linear;
	-ms-transition: margin .15s linear;
	-o-transition: margin .15s linear;
	transition: margin .15s linear;
}



.checkout h2 {margin-top:10px;float: left;height: 37px;overflow: hidden;}
.checkout .s-full-price:hover {
	color: #fff;
	text-decoration:none!important;

cursor: pointer;}
.checkout .s-full-price {
	background: #293025;
	color: #fff;
	float: right;
	font-size: 13px;
	font-weight: 200;
	line-height: 20px;
	margin: 0;
		text-decoration:none!important

	cursor: pointer;
	padding: 5px 10px;
	margin-bottom:10px;
border-radius:10px;
	-webkit-transition: margin .15s linear;
	-moz-transition: margin .15s linear;
	-ms-transition: margin .15s linear;
	-o-transition: margin .15s linear;
	transition: margin .15s linear;
}




.checkout .qt {
	font-size: 17px;
	line-height: 50px;
	width: 50px;
	border:0px;
	float: left;
	text-align: center;
}

.checkout .qt-plus, .checkout .qt-minus {
	background: #fcfcfc;
	border: none;
	font-size: 30px;
	font-weight: 300;
	height: 50px;
	padding: 0 20px;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
	float: left;
}

.checkout .qt-plus:hover, .checkout .qt-minus:hover {
	background: #53b5aa;
	color: #fff;
	cursor: pointer;
}

.checkout .qt-plus {
	line-height: 50px;
}

.checkout .qt-minus {
	line-height: 47px;
}


.checkout .btn:hover {
	color: #fff;
	background: var(--color_btn);
}

.checkout .type {
	background: #fcfcfc;
	font-size: 13px;
	padding: 10px 16px;
	left: 100%;
}

.checkout .type, .checkout .color {
	border: 1px solid #ccc;
	border-style: none none solid none;
	position: absolute;
}

.checkout .color {
	width: 40px;
	height: 40px;
	right: -40px;
}

.checkout .red {
	background: #cb5a5e;
}

.checkout .yellow {
	background: #f1c40f;
}

.checkout .blue {
	background: #3598dc;
}

.checkout .minused {
	margin: 0 50px 0 0 !important;
}

.checkout .added {
	margin: 0 -10px 0 0 !important;
}

.checkout .shopping-cart{
	padding-bottom: 50px;
	<!-- font-family: 'Montserrat', sans-serif; -->
}

.checkout .shopping-cart.dark{
	background-color: #f6f6f6;
}

.checkout .shopping-cart .content{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: white;
}


.checkout .shopping-cart .items{
	margin: auto;
}

.checkout .shopping-cart .items .product{
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.checkout  .product .pimg{
margin: 0 auto;text-align: center;

}
.checkout .shopping-cart .items .product{
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.checkout .shopping-cart .items .product .info{
	padding-top: 10px;
	text-align: center;
}

.checkout  .product-name{
	font-weight: 600;
	margin-top:5px;
}

.checkout  .product-name .product-info{
	font-size: 14px;
	line-height:25px;
	margin-top: 5px;
}




.checkout .remove {
  float: left;
  clear: right;
  <!-- display: none; -->
  border-width: 1px;
	background-color:var(--color_btn);
  box-shadow: none !important;
  font-size: 12px;
  padding-bottom: 5px !important;
    color: #fff !important;
	margin:10px 10px 10px 10px;

}
.checkout .remove:hover {
  border-color: var(--color_btn) !important;
}
.checkout .headline-primary {
font-family:jf-flat-regular;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
font-size:14px;
}
.checkout  b, .checkout strong {
  font-weight: 700;
}
.checkout .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.complete button{
font-size:14px}

@media only screen and (max-width: 628px) {
.checkout .installBox{
float:left;width: 130px;margin-top:0px!important;
}
.checkout .lcontent {
float: right;
width: 100%;}
.checkout .full-price{
}
.checkout .full-price {
  background: var(--color_btn);
  color: #fff;
  float: right;
  font-size: 16px;
  font-weight: 200;
  line-height: 39px;
  margin: 0;
  padding: 0 10px;
  border-radius: 9px;
  -webkit-transition: margin .15s linear;
  -moz-transition: margin .15s linear;
  -ms-transition: margin .15s linear;
  -o-transition: margin .15s linear;
  transition: margin .15s linear;
}
}



















@keyframes fade_in_show {
     0% {
          opacity: 0;
          transform: scale(0)
     }

     100% {
          opacity: 1;
          transform: scale(1)
     }
}

.checkout .emptyNot_open_Cart{
	display: block;
	animation: fade_in_show 0.5s


}



						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
		.modal-dialog {
		  z-index:99999!important;

		}				
						
		
.modal {
border-radius: 7px;
overflow: hidden;
z-index:99999!important;
background-color: transparent; }
.modal .logo a img {
width: 30px; }


.modal .modal-content .modal-body h2 {
font-size: 18px; }
.modal .modal-content .modal-body p {
color: #777;
font-size: 14px; }
.modal .modal-content .modal-body h3 {
color: #000;
font-size: 22px; }
.modal .modal-content .modal-body .close-btn {
color: #000; }
.modal .modal-content .modal-body .promo-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 200px;
flex: 0 0 200px; }
.modal .main-content {
padding-left: 20px;
padding-right: 20px; }
.modal .coupon {
padding: 10px;
color: #000;
text-align: center;
background-color: #fff;
border: 2px dashed #6c757d;
margin-bottom: 20px; }
.modal .cancel {
color: gray;
font-size: 14px; }



.btn {
  border-radius: 4px;
  border: none; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }



.bg-4 {
  background: #fff4e4; }
  
  
  .disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}












.order-status {
  text-align: center;
  max-width: 600px;
border-radius: 15px;
  margin: 10px auto;
  border: 1px solid #FFC45E;
}
.order-status .top-part {
  border-bottom: 1px solid #FFC45E;
}
.order-status .top-part i {
  font-size: 50px;
  padding-top: 15px;
}
.order-status.order-success .top-part {
  color: #2ca954;
}
.order-status.order-error .top-part {
  color: #ff0000;
}
.order-status .top-part h3 {
  font-weight: bold;
  line-height:30px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.order-status .top-part small {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #000;
  background: #f1f3f6;
  padding: 20px 40px;
    line-height:30px;
  color: #ff0000;

}
.order-status .top-part h3 span {
  display: block;
  margin-top: 5px;
  color: #3B6B5D;
  font-size: 16px;
  font-weight: normal;
}
.order-status ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.order-status ul li {

  display: flex;
  justify-content: space-between;
  padding: 10px;

  border-bottom: 1px solid #FFC45E;
}
.order-status ul li:last-child {
  border: none;
}
.order-status ul li div {
  font-size: 14px;
  font-weight: normal;
  color: #444;
}
.order-status ul li div:last-child {
  font-weight: bold;
  color: #000;
}
.swal2-html-container{
	float:right
}
/* *, */
/* *::before, */
/* *::after { */
  /* padding: 0; */
  /* margin: 0; */
  /* box-sizing: inherit; */
  /* list-style: none; */
  /* list-style-type: none; */
  /* text-decoration: none; */
  /* -webkit-font-smoothing: antialiased; */
  /* -moz-osx-font-smoothing: grayscale; */
  /* text-rendering: optimizeLegibility; */
/* } */
.outOfStock{

  background-color: #E8E8E8!important;
  font-size: 13px!important;
  font-weight: 400!important;
  line-height: 15px!important;
  padding: 10px 0px 10px 0px!important;
  display: block!important;
  margin-top:30px!important;
text-align:center!important;
  color: #232820!important;
  /* border: 1px #598951 solid; */
  /* -webkit-border-radius: 10px; */
  border-radius: 5px;
  
  z-index: 1 !important;
}.addtocatbtn{
background-color:#FFC45E;border-radius: 0px;color:#232820;font-size:13px;border-radius:10px;}

.input-info {
  background: #F1F5F6;
  border-radius: 30px;
  height: 50px;
  border: none;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  
}
textarea.input-info {
  height: 180px;
  border-radius: 20px;
  border:0px!important;
  padding: 20px;
}

.buttons {
  font-size: 13px;
  font-weight: 600;
  line-height: 50px;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  background: var(--color_btn);
  color: var(--color_btn_text);
  outline: 0;
  border-radius: 30px;
  min-width: 200px;
  -webkit-transition: all .24s linear 0s;
  -khtml-transition: all .24s linear 0ms;
  -moz-transition: all .24s linear 0s;
  -ms-transition: all .24s linear 0s;
  -o-transition: all .24s linear 0s;
  transition: all .24s linear 0s;
}
.checkout .btn:hover {
  color: #fff;
  background: var(--color_btn);
}
.btn-block {
  display: block;
  width: 100%;
}
.checkout .terms button {
margin-top: 20px;
}
.checkout .review {
  font-weight: 700;
  font-size: 13px;
}
.checkout .review {
  font-weight: 700;
  font-size: 13px;
}
.btn {
  border-radius: 4px;
  border: none;
}
.btn-success {
  color: #fff;
  background-color: var(--color_btn);
  border-color: var(--color_btn);
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  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;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.checkout .shopping-title {
  margin: 0 10px;
}
.nhp {
  margin: 25px 10px 10px;
  height: 40px;
  font-size: 28px;
}