/* ------------------------------------------------
  Project:   Ekocart - Multipurpose eCommerce Html5 Template
  Author:    ThemeHt
  ------------------------------------------------ */
  @import url('https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800,900&amp;display=swap');
  @import url('https://fonts.googleapis.com/css?family=Spartan:300,400,500,600,700,800,900&amp;display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,500&display=swap" ');

  body {
    font-family: 'Inter', sans-serif !important;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    
    overflow-x: hidden;
    font-size: 14px;
  }

  .page-wrapper {
    overflow-x: hidden;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
  }

  h1,
  .h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
  }

  h2,
  .h2 {
    font-size: 30px;
    line-height: 50px;
  }

  h3,
  .h3 {
    font-size: 25px;
    line-height: 40px;
    margin-top: 10px;
    
  }

  h4,
  .h4 {
    font-size: 14px;
    line-height: 34px;
    font-weight:bold;
    
    color: #000;
    text-transform: uppercase;
  }

  h5,
  .h5 {
    font-size:14px;
   
  }

  h6,
  .h6 {
    font-size: 14px;
   
  }

  h4,
  h5,
  h6,
  .h4,
  .h5,
  .h6 {
    
  }

  p {
    color:black;
   
    text-align: left;
  }
  .lead {
    font-size: 15px;
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 34px !important;

  }
  .head-privacy{
    margin-bottom: 34px !important;
  }

  ul {
    margin: 0px;
    padding: 0px;
    
  }

  .text-large {
    font-size: 3rem;
    line-height: 3.5rem
  }

  .text-small {
    font-size: 0.9rem;
  }

  a {
    color: #fe4c1c;
  }

  a:hover {
    color: #f85438;
    text-decoration: none;
  }

/* ------------------------
Transition
------------------------*/
a,
i,
.btn,
button,
img,
span,
.dropdown-item,
.dropdown-toggle:after,
.dropdown-menu a:before,
.hover-translate,
.btn-animated:before,
.product-card,
.card-body,
.product-link,
.insta-icon,
.accordion .card-header a:before {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border-style:none;
  background: none;
 
  
  
 
 
  
}

.hover-zoom:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.site-header i:hover,
.product-card .product-link .btn:hover i {
  -moz-transition: all 600ms cubic-bezier(0.99, 0, 0.57, 0.94);
  -o-transition: all 600ms cubic-bezier(0.99, 0, 0.57, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.99, 0, 0.57, 0.94);
  transition: all 600ms cubic-bezier(0.99, 0, 0.57, 0.94);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}


.font-w-3 {
  font-weight: 300;
}

.font-w-4 {
  font-weight: 400;
}

.font-w-5 {
  font-weight: 500;
}

.font-w-6 {
  font-weight: 600;
}

.font-w-7 {
  font-weight: 700;
}

.font-w-8 {
  font-weight: 800;
}

.font-w-9 {
  font-weight: 900;
}

.line-h-1 {
  line-height: 1.5;
}

.line-h-2 {
  line-height: 1.6;
}

.line-h-3 {
  line-height: 1.7;
}

.line-h-4 {
  line-height: 1.8;
}

.line-h-5 {
  line-height: 1.9;
}

.letter-space-1 {
  letter-spacing: 5px;
}

.letter-space-2 {
  letter-spacing: 10px;
}

.letter-space-3 {
  letter-spacing: 15px;
}

/* ------------------------
Left-Right
------------------------*/
.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-50 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.top-50 {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

/* ------------------------
Pre Loader
------------------------*/
#ht-preloader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.clear-loader {
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  box-sizing: border-box;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}

.loader span {
  width: 20px;
  height: 20px;
  background-color: #f85438;
  border-radius: 50%;
  display: inline-block;
  animation: motion 3s ease-in-out infinite;
}

.loader p {
  color: #fe4c1c;
  margin-top: 5px;
  font-size: 30px;
  animation: shake 5s ease-in-out infinite;
}

/* ------------------------
Button
------------------------*/
.btn {
  font-weight: 400;
  font-size: 14px;
 
  position: relative;
  overflow: hidden;
  z-index: 9;
  margin-right: 20px;
}

.btn-sm {
  padding: .25rem .5rem;
}

.btn-primary {
  color: #fff;
  background-color:#d12229;
  border-color: #d12229;
  /**background-color: #fe4c1c;
  border-color: #fe4c1c;**/
  
}

.btn-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #d12229;
  border-color: #d12229;
}

.btn-outline-primary {
  background-color:#d12229;
  border-color: #d12229
}

.btn-outline-primary:hover {
  background-color:#d12229;
  border-color: #d12229;
}

.btn-dark {
  background-color: #042825;
  border-color: #042825;
}

.btn-dark:hover {
  background-color:#d12229;
  border-color: #d12229;
}

.btn.focus,
.btn:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-animated:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#d12229;
  border-color: #d12229;
  z-index: -1
}

.btn-animated:hover:before {
  background: #000;
  width: 50px;
  left: -20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.btn-animated.btn-dark:before {
  background: #000;
}

.btn-animated.btn-dark:hover:before {
  background: #000;
}

button:focus {
  outline: none;
}

.btn i {
  font-size: 15px;
  margin-top: -.1875rem;
  vertical-align: middle;
}

.btn.btn-sm i {
  font-size: 18px;
}


/* ------------------------
text
------------------------*/
.text-dark {
  color: #000000 !important;
}







.text-primary {
  color: #fe4c1c !important;
}

.text-muted {
  /*--color: rgb(140, 152, 164) !important--*/
  color:black !important;
  font-size: 13px;
 
 
}
span.label {
  color:black !important;
  font-size: 13px;
  font-weight: bold;
  /* margin-top: -10px; */
}
/* ------------------------
Background
------------------------*/
.bg-primary {
  background-color: #fe4c1c !important;
}

.bg-light {
  background-color: #f5f9fc !important;
}

.bg-dark {
  background-color: #042825 !important;
}

/* ------------------------
Badge
------------------------*/
.badge-dark {
  background-color: #042825 !important;
}

.badge-primary {
  background-color: #fe4c1c !important;
}

.badge-primary-soft {
  color: #fe4c1c;
}

.badge-primary-soft {
  background-color: rgba(254, 76, 28, .1);
  color: #fe4c1c;
}


/* ------------------------
Icon
------------------------*/
.ic-1x {
  font-size: 1rem;
}

.ic-2x {
  font-size: 2rem;
}

.ic-3x {
  font-size: 3rem;
}

.ic-5x {
  font-size: 5rem;
}

.ic-7x {
  font-size: 7rem;
}

/* ------------------------
Shadow
------------------------*/
.shadow-primary {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(248, 84, 56, .15) !important;
  box-shadow: 0 0.5rem 1rem rgba(248, 84, 56, .15) !important;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

/* ------------------------
  Header
  ------------------------*/
  .site-header.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
  }

  .site-header.navbar-dark .navbar-nav .nav-link:focus,
  .site-header.navbar-dark .navbar-nav .nav-link:hover {
    color: #f85438;
  }

  #header-wrap {
    padding: 15px 0;
    position: relative;
  }

  .header-2 #header-wrap {
    padding: 20px 0;
  }

  #header-wrap.fixed-header {
    padding: 10px 0;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #ffffff !important;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important;
    animation: smoothScroll 1s forwards;
  }

/* ------------------------
Tab
------------------------*/
.nav-tabs .nav-item.nav-link {
  display: inline-block;
  padding: 0 0.7rem 0.3rem;
  color: #000;
  border-radius: 0;
  font-weight: bold;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #d12229;
  border-bottom: 3px solid #d12229;
}

@media (max-width:575.98px) {
  .nav-tabs .nav-item.nav-link {
    padding: .5rem 1rem;
    width: 100%;
  }
}

/* -------------------------------
 Background Position & Size
 -------------------------------*/
 [data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-pos-l {
  background-position: left;
}

.bg-pos-r {
  background-position: right;
}

.bg-pos-rt {
  background-position: right top;
}

.bg-pos-lt {
  background-position: left top;
}

.bg-pos-rb {
  background-position: right bottom;
}

.bg-pos-lb {
  background-position: left bottom;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-pos-b {
  background-position: bottom;
}


.owl-carousel .product-card {
  margin: 15px;
}

.owl-carousel .product-card:hover {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.product-card {
  border: none;
  padding-bottom: 20px;
  overflow: hidden;
}

.product-card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important;
}

.product-card .btn-wishlist {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 5;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 !important;
  border: 0;
  border-radius: 50%;
  background-color: #ffffff;
  color: #fe4c1c;
  text-align: center;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important;
}

.product-card .btn-wishlist i {
  animation: heartBeat 1.3s infinite running;
}

.product-card .card-footer {
  bottom: 0;
  width: 100%;
  position: absolute;
  display: none;
  padding: 0;
}

.product-link .btn {
  padding: 0.50rem 0.75rem;
}

.product-card:hover .card-footer {
  display: block;
}

.product-card:hover .product-link .btn {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}

.product-card:hover .product-link .btn.btn-cart {
  animation-delay: 0.5s;
}

.product-card:hover .product-link .btn.btn-view {
  animation-delay: 0.7s;
}

.product-card img {
  max-width: 100%
}

.product-card:hover .card-info {
  position: relative;
  background: #fff
}

.product-card:hover .card-body {
  transform: translateY(-50px);
}

.card-img-hover>* {
  float: left;
}

.product-list .product-link {
  position: relative;
  left: inherit;
  top: inherit !important;
  opacity: 1;
}

.product-link .btn-view,
.product-link .btn-compare {
  background: #fff;

}

.product-link button i,
.product-link a i {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  vertical-align: bottom;
}

.product-list.product-card:hover .card-body {
  transform: inherit;
}

.product-list.product-card {
  padding: 30px;
}

.product-list.product-card .btn-wishlist {
  right: inherit;
  left: .75rem
}

.product-list.product-card .card-body {
  padding: 0;
  text-align: left;
}

.product-list.product-card .card-footer {
  bottom: inherit;
  position: relative;
  display: block;
}

.card-img-hover .card-img-front {
  margin-left: -100%;
}

.card-img-hover .card-img-top {
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.card-img-hover .card-img-front {
  opacity: 0;
}

.product-card:hover .card-img-hover .card-img-front {
  opacity: 1;
}

.product-card:hover .card-img-hover .card-img-back {
  opacity: 0;
}

.product-card .card-body {
  padding: 20px 10px;
  position: relative;
  text-align: center;
  background: #fff
}

.product-price {
  color:red;
  font-weight: 600;
  float:left;
}

.product-price del {
  font-size: 0.9rem
}

.star-rating {
  color: #FDCC0D;
  float: left;
}
.float-right{
  float: none !important;
}
.widget-size input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.form-check-input {
  position: absolute;
 
 
}
.widget-size label {
  background: #f5f9fc;
  margin-bottom: 0;
  display: inline-block;
  height: 40px;
  width: 61px;
  text-align: center;
  font-size: 13px;
  color: #042825;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0.25rem;
  line-height: 40px;
}

.widget-size input[type="radio"]:checked+label {
  background: #fe4c1c;
  color: #fff;
}

.widget-color li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  width:50px;
  margin-left: -15px;
  padding: 0px 2px;
 
}

.widget-color li:nth-child(4n+4) {
  margin-right: 0;
}

.widget-size li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 20px;
  width: 33.33%;
  text-align: center;
  float: left;
}

.widget-size li:nth-child(4n+4) {
  margin-right: 0;
}
.product-list-radio[type="radio"]:checked,
.product-list-radio[type="radio"]:not(:checked) {
  position: absolute;
  /* z-index:99 ;
 pointer-events: none;  */
    margin: 6px 2px;
    opacity: 0;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  /* z-index:99 ;
 pointer-events: none;  */
    margin: 6px 2px;
    
}
.arabic-radios[type="radio"]:checked,
.arabic-radios[type="radio"]:not(:checked) {
  position: absolute;
  z-index:99 ;
 /* pointer-events: none;  */
    margin: 6px 2px;
    background-color: #d1d3d1;
}
.arabic-radios input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.arabic-radios input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ffa500;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}


/********** cart-check-out **********/
.checkout li p{
	
  padding: 0px;
}
.checkout  li{
	color: #AAAAAA;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	
	  
	  list-style: none !important;
  }

  .first-address{
    margin-left:0px;
    font-weight: bold;
  }
  /********** cart-check-out **********/
.form-check-label {
  width: 25px;
  height: 25px !important;
  border-radius: 30.25rem;
  padding: 0 !important;
  border: 1px solid #ccc;
  margin-top: 1px;
  
}

.form-check-input[type="radio"]:checked+label,
.form-check-input[type="radio"]:not(:checked)+label,
label.btn input[type="radio"]:checked+label,
label.btn input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: 1px solid #ccc;
  /*border: 1px solid #dee2e6;
  box-shadow: 0px 0px 2px 0px #a8a8a9;*/
}
}

.form-check-input[type="radio"]+label::after,
.form-check-input[type="radio"]+label::before,
label.btn input[type="radio"]+label::after,
label.btn input[type="radio"]+label::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 25px;
  height: 25px;
  z-index: 0;
  transition: .28s ease;
  z-index: -1;
  border-radius: 0.25rem;
}

.form-check-input[type="radio"]:checked+label::after,
label.btn input[type="radio"]:checked+label::after {
  transform: scale(1.02);
}

.form-check-input[type="radio"]:checked+label::after {
  background-color: #ca9b00;
}


input.form-product {
  -moz-appearance: textfield;
  height: 40px;
  border: none;
  background: #ffffff !important;
  text-align: center;
  width: 50px;
  border-top: 1px solid #eeeff7;
  border-bottom: 1px solid #eeeff7;
  color: #000;
  vertical-align: middle;
}
.form-check-input[type="radio"]:checked+label::after {
  background-color: #000000;
}
.btn-product {
  background: none;
  color: #000;
  border: 1px solid #eeeff7;
  height: 40px;
  width: auto;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
  background-color: rgb(247, 247, 247);
}

.view-filter a.active {
  color: #fe4c1c;
}

.view-filter a {
  color: #d12229;
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}

.cart-table thead th {
  padding: 20px;
  text-align: center;
  border: none;
  vertical-align: middle;
  color: #042825;
  font-size: 18px;
  font-weight: 500;
}

.cart-table td {
  padding: 10px;
  color: #042825;
  vertical-align: middle;
}


/* ------------------------
Countdown
------------------------*/
.countdown {
  width: 100%;
}

.countdown>li {
  font-weight: 600;
  list-style-type: none;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
}

.countdown>li span {
  font-family: 'Spartan', sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  display: inline-block;
  color: #042825;
}

.countdown>li p {
  font-family: 'Spartan', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  line-height: 24px;
  margin-bottom: 0;
  color: #fe4c1c;
}

.countdown.text-white>li span {
  color: #ffffff
}

.coming-soon .countdown>li {
  background: #eeeff7;
  padding: 15px 20px 10px;
  border-radius: .25rem;
  align-items: center;
}

/* ------------------------
Other
------------------------*/
.clients-logo {
  background: #fff;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 50px 10px;
  width: calc(100% / 4);
}

.clients-logo:nth-child(4n+4) {
  border-right: none;
}

.clients-logo:nth-child(n+5) {
  border-bottom: none;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #fe4c1c;
  background-color: inherit;
}

.page-link {
  color: #042825
}

.page-item.active .page-link {
  background-color: #fe4c1c;
}

.page-item a.page-link:hover {
  color: #ffffff !important;
  background-color: #fe4c1c;
  border-color: #fe4c1c;
}

.link-title {
  color: #000;
  font-weight: bold;
}

.link-title:hover {
  color: #fe4c1c
}

.line-h-0 {
  line-height: 0;
}

.la {
  line-height: inherit
}

.bg-dark hr,
.bg-primary hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}


/* ------------------------
Insta
------------------------*/
.insta-item {
  position: relative;
  display: inline-block;
  height: 100%
}

.insta-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  content: "";
  opacity: 0;
  -webkit-transition: all .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.insta-item:hover::before {
  opacity: 1;
}

.insta-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  border-radius: 50%;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  opacity: 0;
  text-align: center;
  font-size: 30px;
  transform: scale(0);
  color: #ffffff
}

.insta-item:hover .insta-icon {
  opacity: 1;
  transform: scale(1);
}


/* ------------------------
Modal Popup
------------------------*/
.modal.cart-modal {
  padding-right: 0 !important;
}

.modal.cart-modal .modal-dialog {
  margin: 0 0 0 auto;
  height: 100%;
  max-width: 450px;
}

.modal.cart-modal .modal-content {
  border: none;
  border-radius: 0;
  height: inherit;
  overflow-y: auto;
}

.modal.cart-modal.fade .modal-dialog {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.modal.cart-modal.show .modal-dialog {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.modal.view-modal .modal-dialog {
  max-width: 1200px;
}

#mailchimpModal.show {
  display: flex !important;
  align-items: center;
}

#mailchimpModal .modal-dialog {
  width: 700px;
  max-width: inherit;
}

#mailchimpModal .modal-body {
  padding: 3rem
}

.modal-header .close {
  background:#d12229;
  color: #fff;
  opacity: 1;
      z-index: 9;
}


/* ------------------------
    Accordion
    ------------------------*/
    .accordion .card-header {
      background: none;
      border: none;
      position: relative;
      padding: 0;
    }

    .accordion .card-header a {
      font-weight: bold;
      font-size: 14px;
      text-transform: capitalize;
      display: inline-block;
      width: 100%;
    }

    .accordion .card-header a:before {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      text-align: center;
      line-height: 20px;
      background: #f5f9fc;
      content: "\f107";
      font-family: FontAwesome;
      font-weight: 900;
      font-size: 0.7rem;
      top: 50%;
      position: absolute;
      right: 0;
      margin-top: -10px;
      
    }

    .accordion .card .card-header a[aria-expanded="true"] {
      color: #d12229;
    }

    .accordion .card .card-header a[aria-expanded="true"]:before {
      background: #d12229;
      color: #ffffff;
      transform: rotate(180deg);
    }

    .accordion .card-body {
      padding: 15px 0px 0px 0px;
      line-height: 2;
    }

    .accordion .card-body li a {
      font-size: 14px;
      color: #000000
    }

    
/* ------------------------
    Scroll to Top
    ------------------------*/
    .scroll-top {
      position: fixed;
      bottom: 30px;
      right: 30px;
      z-index: 600;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      -webkit-transform: translate3d(0, 200%, 0);
      -ms-transform: translate3d(0, 200%, 0);
      transform: translate3d(0, 200%, 0);
    }

    .scroll-top a,
    .scroll-top a:visited {
      font-size: 24px;
      color: #ffffff;
      background: #fe4c1c;
      display: block;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 0.25rem;
      -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
      -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
      box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

    .scroll-top a:hover,
    .scroll-top a:focus {
      color: #fe4c1c;
      background: #ffffff;
    }

    .scroll-top.scroll-visible {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    @media (max-width:991.98px) {

      h1,
      .h1 {
        font-size: 50px;
        line-height: 60px;
      }

      h2,
      .h2 {
        font-size: 34px;
        line-height: 44px;
      }

      h3,
      .h3 {
        font-size: 26px;
        line-height: 36px;
      }

      h4,
      .h4 {
        font-size: 22px;
        line-height: 32px;
      }

      .cart-table .media {
        display: block;
      }

      .clients-logo {
        padding: 30px 40px;
      }
      
    }

    @media (max-width:767.98px) {


      
      [type="radio"]:checked,
      [type="radio"]:not(:checked) {
  position: absolute;
 /* opacity: 0;
  pointer-events: none;*/
}

      h1,
      .h1 {
        font-size: 35px;
        line-height: 50px;
      }

      h2,
      .h2 {
        font-size: 25px;
        line-height: 40px;
      }

      h3,
      .h3 {
        font-size: 22px;
        line-height: 34px;
      }

      .parallaxie {
        background-position: center center !important;
      }

      .bg-sm-none {
        background-image: none !important;
      }

      .form-check-input[type="checkbox"] + label::after {
        content: "";
        position: absolute;
       
        z-index: 0;
        transition: 0.28s ease;
        z-index: -1;
        border-radius: 0.25rem;
      }
    }

    @media (max-width:575.98px) {
      .bg-light h2{
       
      }

      h1,
      .h1 {
        font-size: 36px;
        line-height: 6px;
      }

      h3,
      .h3 {
        font-size: 22px;
        line-height: 28px;
      }

      h4,
      .h4 {
        font-size: 14px;
        line-height: 26px;
      }

      h6,
      .h6 {
        font-size: 17px;
        line-height: 24px;
      }

      .navbar-brand img {
        height: 50px;
      }

      .right-nav a i {
        font-size: 20px;
      }
    
      .hero-circle {
        width: 270px;
        height: 270px;
      }

      .clients-logo {
        width: calc(100% / 2);
        border-bottom: 1px solid #ebebeb !important;
      }

      .clients-logo:nth-child(n+7) {
        border-bottom: none !important;
      }

      .tab.mt-n15 {
        margin-top: 0 !important
      }

      .coming-soon .countdown>li {
        padding: 15px 10px 10px;
        margin-right: 10px;
      }

      .coming-soon .countdown>li span {
        font-size: 20px;
      }

      .bg-xs-none {
        background-image: none !important;
      }

      .pos-sm-r {
        position: relative;
        top: inherit;
        transform: inherit;
      }

      #mailchimpModal .modal-body {
        padding: 1rem;
      }
    }
    .nav_cover {
      width: 100%;
      background-color: #000;
      transition-duration: 0.2s;
      height: 54px;
    }
    .language-header{
      padding:8px 0px;
      display: none;
    }
    .language-header a{
     padding:8px 0px;
    }
    .language-header a:hover{
      background-color: #d12229 ;
      padding:8px 0px;
    }
    .bg-light {

      margin-top: 176px; padding: 20px 10px;
    }

    @media (max-width:1200px) {
      .bg-light {

        margin-top: 10rem;

      }

    }

    @media (max-width:1024px) {
      .bg-light {

        margin-top: 48px  !important;
      }

    }

    
    .exzoom {
      box-sizing: border-box;
    }

    .exzoom * {
      box-sizing: border-box;
    }

    .exzoom .exzoom_img_box {

    
    }

    .exzoom .exzoom_img_box .exzoom_main_img {
      display: block;
      width: 100%;
    }

    .exzoom .exzoom_img_box span {
      background: url("data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAK\aTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQ\aWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec\a 5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28A\a AgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0\aST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaO\aWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHi\awmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryM\a AgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0l\aYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHi\aNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYA\aQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6c\awR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBie\awhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1c\aQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqO\aY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hM\aWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgoh\aJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSU\a Eko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/p\a dLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Y\a b1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7O\aUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsb\a di97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W\a 7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83\aMDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxr\aPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW\a 2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1\aU27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd\a 8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H0\a 8PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+H\avqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsG\aLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjg\aR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4\aqriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWY\a EpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1Ir\a eZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/Pb\a FWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYj\ai1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVk\aVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0Ibw\a Da0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vz\a DoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+y\a CW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawt\ao22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtd\aUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3r\aO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0\a/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv95\a 63Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+\aUPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAA\a ADqYAAAXb5JfxUYAAAAcSURBVHjaYnz9+Vs5AxJgYkADhAUAAAAA//8DANmxA1Okl3sAAAAAAElF\aTkSuQmCC") repeat;
    }

    .exzoom .exzoom_preview {
      margin: 0;
      position: absolute;
      top: 0;
      overflow: hidden;
      z-index: 999;
      background-color: #fff;
      border: 1px solid #ddd;
      display: none;
      right: -500px !important;

    }

    .exzoom .exzoom_preview .exzoom_preview_img {
      position: relative;
      max-width: initial !important;
      max-height: initial !important;
      left: 0;
      top: 0;
    }

    .exzoom .exzoom_nav {
      
      position: relative;
     
      margin: 10px 0px 0px 0px;
      float: left;
     
    }

    .exzoom .exzoom_nav .exzoom_nav_inner {
      /*position: absolute;
      left: 0;
      top: 0;
      margin: 0;*/
      margin: auto;
    }

    .exzoom .exzoom_nav .exzoom_nav_inner span {
      border: 1px solid #ddd;
      overflow: hidden;
      position: relative;
      float:right;
    }

    .exzoom .exzoom_nav .exzoom_nav_inner span.current {
    
    }

    .exzoom .exzoom_nav .exzoom_nav_inner span img {
      max-width: 100%;
      max-height: 100%;
    
     
    }

    .exzoom .exzoom_btn {
      position: relative;
      margin: 0;
    }

    .exzoom .exzoom_btn a {
      display: block;
      width: 15px;
      border: 1px solid #ddd;
      height: 60px;
      line-height: 60px;
      background: #eee;
      text-align: center;
      font-size: 18px;
      position: absolute;
      left: 0;
      top: -62px;
      text-decoration: none;
      color: #999;
    }

    .exzoom .exzoom_btn a:hover {
      background: #f60;
      color: #fff;
    }

    .exzoom .exzoom_btn a.exzoom_next_btn {
      left: auto;
      right: 0;
    }

    .exzoom .exzoom_zoom {
      position: absolute;
      left: 0;
      top: 0;
      display: none;
      z-index: 5;
      cursor: pointer;
    }

    @media screen and (max-width: 768px) {
      .text-primary{ color:#000000 !important;
        font-size: 16px;
      
      }
      .exzoom .exzoom_zoom_outer {
        display: none;
      }
      .cart_img_col{
        width: 100%;
      }
    }

    .exzoom .exzoom_img_ul_outer {
      position: absolute;
      overflow: hidden;
    }

    .exzoom .exzoom_img_ul_outer .exzoom_img_ul {
      padding: 0;
      margin: 0;
      overflow: hidden;
      position: absolute;
    }

    .exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
      list-style: none;
      display: inline-block;
      text-align: center;
     
    }

    .exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
      width: 100%;
    }

    #exzoom {
     
     
      /*height: 400px;*/
    }

    .container_zoom {
      /*overflow: hidden;*/
      margin: -18px 0px 0px;
    }
    .list-unstyled
    { 
      text-align:left;
    
      }
    .text-primary{ color:#000000 !important;}
    .left-cart-image-last{
      float: right;
    }
    .items{
      font-size:24px;
      margin-bottom:10px;
      float:left;
      font-weight:bold;
    }
    .form-check {
      position: relative;
      display: block;
     
      margin: 9px 4px 4px 4px !important;
  }
    @media screen and (max-width: 576px) {
      .size-box-popup{
        display:block !important;
          width: 44% !important;
          height: calc(2.25rem + 2px);
          padding: .375rem 1.75rem .375rem .75rem !important;
          line-height: 1.5 !important;
          color: #495057 !important;
          vertical-align: middle !important;
          background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right .75rem center !important;
          background-size: 8px 10px !important;
          border: 1px solid #333 !important;
          border-radius: .25rem ;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
        float:left;
        margin-bottom:21px;
      }
      .language-header {
        padding: 8px;
        display: block;
    }
      .language-header{
        padding:8px;
        position: fixed;
        right: 20px;
        top: 37px;
      }
      .fa-chevron-left{
        display: block !important;
      }
      .fa-chevron-right{
        display: none;
      }
      .form-check {
        position: relative;
        display: inline-grid;
        padding-left: 0.25rem;
    }
      ol.breadcrumb {
        font-size: 16px;
        margin-left: 0 !important;
        width: 100%;
        padding: 20px 0px 0px !important;
    }
      .list-unstyled{ 
        float:left !important;
        text-align:left;
        width: 100%;
      
        }
      .left-cart-image-last {
         position: relative; 
        right: 0px;
        top: -0px;
        width: 302px;
    }
      .mobile-image{
        width:100% !important;

      }
      .nav_cover {
        width: 100%;
        background-color: #000;
        transition-duration: 0.2s;
        height: 80px;
    }
      .left-cart-image {
        position:relative;
        right: -113px;
    top: -96px;
    }
      .product-imgae-arabic{
        width: 100%;
        margin-bottom: 20px;
       
      }
      .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
      }
      .container_zoom {
        /*overflow: hidden;*/
        margin: -18px 0px 0px;
      }
      .exzoom .exzoom_img_box{
        transform: scale(1);
      }
      .exzoom .exzoom_img_ul_outer .exzoom_img_ul li img{
        transform: scale(1);


      }
      .exzoom .exzoom_nav {
       
       
        position: relative;
        float: left;
        margin-left: -20px;
       
       
    }
    .main_section{
      padding: 0px;
    }
    .section{
      padding: 0px;
    }
    }
    @media screen and (max-width: 320px) {
      .main_section{
        padding: 0px;
      }
      .section{
        padding: 0px;
      }
      .media_controls {
        display: block;
        position: relative;
        right:5px;
        float: right !IMPORTANT;
        top: -59px;
    }
      .language-header {
        padding: 8px;
        display: block;
    }
      .language-header{
        padding:8px;
        position: fixed;
        right: 0;
        top: 37px;
      }
      .fa-chevron-left{
        display: block !important;
      }
      .fa-chevron-right{
        display: none;
      }
      .form-check {
        position: relative;
        display: inline-grid;
        padding-left: 0.25rem;
    }
      ol.breadcrumb {
        font-size: 16px;
        margin-left: 0 !important;
        width: 100%;
        padding: 20px 0px 0px !important;
    }
      .list-unstyled{ 
        float:left !important;
        text-align:left;
        width: 100%;
      
        }
      .left-cart-image-last {
         position: relative; 
        right: 0px;
        top: -0px;
        width: 302px;
    }
      .mobile-image{
        width:40% !important;

      }
      .nav_cover {
        width: 100%;
        background-color: #000;
        transition-duration: 0.2s;
        height: 80px;
    }
      .left-cart-image {
        position:relative;
        right: 0px;
        top: -0px;
    }
      .product-imgae-arabic{
        width: 100%;
        margin-bottom: 20px;
        height: 50px;
      }
      .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
      }
      .container_zoom {
        
        margin: hidden;
      direction: ltr;
        
      }
      .exzoom .exzoom_img_box{
        transform: scale(1);
        margin: 0px -27px 0;
        left: 0;
        padding:0px 10px;
       
      }
      .exzoom .exzoom_img_ul_outer .exzoom_img_ul li img{
        transform: scale(1);


      }
      .exzoom .exzoom_nav {
       
       
        position: relative;
      
    }
    }
    .hidden {
      display: none;
    }


/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
 .jq-toast-wrap { display: block; position: fixed; width: 250px;  pointer-events: none !important; margin: 0; padding: 0; letter-spacing: normal; z-index: 9000 !important; }
 .jq-toast-wrap * { margin: 0; padding: 0; }

 .jq-toast-wrap.bottom-left { bottom: 20px; left: 20px; }
 .jq-toast-wrap.bottom-right { bottom: 20px; right: 40px; }
 .jq-toast-wrap.top-left { top: 20px; left: 20px; }
 .jq-toast-wrap.top-right { top: 20px; right: 40px; }

 .jq-toast-single { display: block; width: 100%; padding: 10px; margin: 0px 0px 5px; border-radius: 4px; font-size: 12px; font-family: arial, sans-serif; line-height: 17px; position: relative;  pointer-events: all !important; background-color: #444444; color: white; }

 .jq-toast-single h2 { font-family: arial, sans-serif; font-size: 14px; margin: 0px 0px 7px; background: none; color: inherit; line-height: inherit; letter-spacing: normal; }
 .jq-toast-single a { color: #eee; text-decoration: none; font-weight: bold; border-bottom: 1px solid white; padding-bottom: 3px; font-size: 12px; }

 .jq-toast-single ul { margin: 0px 0px 0px 15px; background: none; padding:0px; }
 .jq-toast-single ul li { list-style-type: disc !important; line-height: 17px; background: none; margin: 0; padding: 0; letter-spacing: normal; }

 .close-jq-toast-single { position: absolute; top: 3px; right: 7px; font-size: 14px; cursor: pointer; }

 .jq-toast-loader { display: block; position: absolute; top: -2px; height: 5px; width: 0%; left: 0; border-radius: 5px; background: red; }
 .jq-toast-loaded { width: 100%; }
 .jq-has-icon { padding: 10px 10px 10px 50px; background-repeat: no-repeat; background-position: 10px; }
 .jq-icon-info { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII='); background-color: #31708f; color: #d9edf7; border-color: #bce8f1; }
 .jq-icon-warning { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII='); background-color: #8a6d3b; color: #fcf8e3; border-color: #faebcc; }
 .jq-icon-error { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII='); background-color: #a94442; color: #f2dede; border-color: #ebccd1; }
 .jq-icon-success { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg=='); color: #dff0d8; background-color: #3c763d; border-color: #d6e9c6; }

 @media (max-width:767.98px) {
  .widget-color li {
    list-style-type: none;
    display: inline-block;
    /* margin-right: 1%; */
    text-align: center;
}
  .bg-light h1{
    background-color: red;
    display: none;
  }
  body, .form-control {
    font-size: .9rem;
  }

  .remember-checkbox{
   font-size: 0.9rem;
 }

 .btn{
  /*padding: .5rem .75rem;
  font-size: .9rem;*/
  padding: 8px;
  font-size: .9rem;
  margin: 0px 2px 8px 0px;
  /* float: left; */
 
}

.btn-details{
  float: left;
}
.mt-5, .my-5 {
  margin-top: 0px !important;
}
/**************tabs****************/

/**************tabs****************/
.text-md-center{
  text-align: center;
}
/***
.product-card .card-footer {
  display: block !important;
  bottom: 0;
}
.list-color label div  {
  height: 28px;
  width: 28px;
  margin: 3px;
  padding: 2px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #dee2e6;
  box-shadow: 0px 0px 2px 0px #a8a8a9;
}
.product-card .card-body{
  height: 130px;
}

.product-link .btn {
  padding: 0.25rem 0.50rem;
  float: left;
}
***/

/**************produtcs view*********************/

.product-card .card-footer {
  bottom: 0;
  width: 100%;
  position: absolute;
  display: none;
  padding: 0;
}

.product-link .btn {
  padding: 0.50rem 0.75rem;
}

.product-card:hover .card-footer {
  display: block;
}

.product-card:hover .product-link .btn {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}

.product-card:hover .product-link .btn.btn-cart {
  animation-delay: 0.5s;
}

.product-card:hover .product-link .btn.btn-view {
  animation-delay: 0.7s;
}
/**************produtcs view*********************/
ol.breadcrumb {
  font-size:16px;
  /*float: left;
  width: 510px;*/
  margin-left: 0 !important;
  width:100%;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 2px;
  padding-left: 2px;
}
}


@media (min-width:767.98px) {
  .mb-md-4{
    margin-bottom: 1.5rem !important
  }

  .mt-md-8 {
    margin-top: 3.5rem !important
  }

  .d-md-content{
    display: contents;
  }

  .justify-content-center-md{
    justify-content: center;
  }

}

.dcontent{
  display: contents;
}

.btn-align{
  float: left;
}

