
:root {
  --block: #000;
  --white: #fff;
  --grey : #dfe5ec;

}

/*Root Value for list-style*/

:root {
  --font-family-body: 'Poppins', sans-serif;
  --font-family-heading: 'Nunito', sans-serif;
  --font-family-architects: 'Architects Daughter', cursive;
  --color-primary: #4eb92d;
  --color-secondary: #fc9135;
  --color-text-body: #696969;
  --color-text-heading: #41464c;
  --color-text-paragraph: #696969;
  --facebook: #3b5998;
  --twitter: #00acee;
  --linkedin: #1976d2;
  --pinterest: #3b5998;
  --youtube: #c4302b;
  --skype: #00aff0;
  --boxshadow: 2px 10px 15px 0px rgba(50, 50, 50, 0.1);
}


/*Custom style sheet for 26-11-2022*/

.header-cart-wrap .sing_in-dropdown {
	width: 120px;
	right: -25px;
}

.category-thumb {
  margin-bottom: 18px;
  min-height: 173px;
  display: flex;
  align-items: center;
}

/*.best-deal-item {
	min-height: 380px;
}*/

.best-deal-thumb img {
	min-height: 195px;
}

img	{
	width: 100%;
}

.slider-content .sub-title {
	color: var(--block);
}

.sp-product-thumb a {
	height: 100%;
}

.padding-login {
	margin-top: 70px;
	margin-bottom: 100px;
	

}

.padding-login .padd-form {
	box-shadow: 0 0 15px rgba(52,54,66,.1);
	padding: 50px;
	background: url(../img/bg/login_bg_03.png);
	background-repeat: no-repeat;
	background-position: top;
}

.padd-form h5 span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d3954;
  font-size: 25px;
  font-weight: 800;

}

.padd-form h5 span::before {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0,0,0,.1);
  height: 1px;
  margin-right: 20px;
}

.padd-form h5 span::after {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0,0,0,.1);
  height: 1px;
  margin-left: 20px;
}

form .form-group {
	margin-top: 30px;
	margin-bottom: 30px;
}

form .form-group input{
  border-color: 1px solid #7575755e !important;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.24);
  height: 50px;
}

.form-control:focus {border-color: #4eb92d66;}

.header-top-lang .dropdown img {
  width: 20px;
}


/*Date For 28-11-2022*/

.shop-cat-list-two ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.shop-cat-list-two ul li i {
  padding-right: 5px; 
}

.btn-facebook {
  background-color: var(--facebook);
}

.shop-cat-list-two ul > li a{
  color: #fff;
  background-color: var(--color-primary);
  border-color: #ddd #ddd #fff;
  font-weight: bold;
  padding: .5rem 1.5rem;
  margin: 10px 12px 30px 0px;
}

.shop-cat-list-two ul > li a:hover {
  background: var(--color-secondary);
  color: var(--white);
}

/*My-order page delet btn*/

.product-delete .delete-btn-rm {
  border: none;
  padding: 10px 10px;
  line-height: 55px;
  font-size: 16px;
  color: #fff;
  border-radius: 0 4px 4px 0;
  background: var(--color-primary);
  color: var(--white)!important;
}

.cart-wrapper .product-delete a {
  color: var(--block);
}

.cart-wrapper {
  border: 1px solid #e6e6e6;
  padding: 8px;
}


.eye-btn-view{}


/*.delete-btn-rm*/

  thead.thead-back-head tr {
/*  background: #f8e3d1;*/
  line-height: 80px;
}

.cart-wrapper table thead tr {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
  line-height: 30px;
/*  background: #f8e3d1;*/
}

.product-price span {
  padding: 8px;
}

.cart-wrapper table tbody tr:nth-child(even) {
  /*  background-color: #f2eccf;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);*/
}

.checkout-progress-wrap {
  margin-right: 0;
}

.product-delete .wishlist-btn a{
  background-color: #f2eccf;
  padding: 13px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
}

.profile-info-border {
  padding: 30px;
  border: none;
}

.checkout-form-wrap {
  margin-right: 0;
  margin-left: 0px;
}

.profile-info-border .cart-wrapper {
  margin: 20px;
}

.cart-wrapper h5 {
  text-align: center;
  padding-top: 20px;
}

.camera-pic {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 20px;
  bottom: 60px;

}

.camera-pic span {
  display: none;
  transition:4s;
}

.camera-pic:hover span {
  display: block;
  position: absolute;
  transition:8s;
  width: 200px;
  bottom: -40px;
  left: -150px;
}

.camera-pic label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  color: var(--white);
  background: var(--block);
}


.checkout-form-wrap input {
  background: #f9fafc;
  border: 1px solid #aad6db;
  border-radius: 3px;
  color: #646e77;
  text-align: left;
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none !important;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #7575755e !important;
}



.input-group-align {
  text-align:left;
  font-size:14px;
  padding: 10px 10px 10px 20px!important;
  display:block;
  width: 100%;
  border:none!important;
  border-bottom:1px solid #7575755e !important;
  height: 50px;
/*  background: var(--white)!important;*/
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

    .input-group-align:focus { outline:none; }

   
    .input-group-align:focus ~ label, .input-group-align:valid ~ label {
      top:-5px;
      font-size:14px;
      color:#000;
    }

    .span2  { position:relative; display:block; width:100%; }

    .span2:before, .span2:after     {
      content:'';
      height:2px; 
      width:0;
      bottom:1px; 
      position:absolute;
      background: var(--color-primary); 
      transition:0.2s ease all; 
      -moz-transition:0.2s ease all; 
      -webkit-transition:0.2s ease all;
    }

    .span2:before {
      left:50%;
    }
    .span2:after {
      right:50%; 
    }

    .input-group-align:focus ~ .span2:before, .input-group-align:focus ~ .span2:after {
      width:50%;
    }

    .span1 {
      position:absolute;
      height:60%; 
      width:100px; 
      top:25%; 
      left:0;
      pointer-events:none;
      opacity:0.5;
    }

    .input-group-align:focus ~ .span1 {
      -webkit-animation:inputspan1er 0.3s ease;
      -moz-animation:inputspan1er 0.3s ease;
      animation:inputspan1er 0.3s ease;
    }

    .checkout-form-wrap form input {
      margin-bottom: 0px;
    }

.shop-cart-total {
    margin: 40px 15px;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(124, 124, 124, 0.15);
    -moz-box-shadow: 0px 15px 30px 0px rgba(124, 124, 124, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(124, 124, 124, 0.15);
    border-radius: 2px 2px 0 0;
    padding: 35px 35px 35px;
    height: auto;
    position: relative;
    background: var(--white);
    }

.shop-cart-total i {
  position: absolute;
  top: 25px;
  right: 30px;
  opacity: .5;
  color: var(--color-primary);
}


.shop-cart-total:before {
    content: '';
    border-radius: 2px 2px 0 0;
    width: calc(100% - 12px);
    height: 6px;
    position: absolute;
    top: -6px;
    left: 6px;
    opacity: 0.4;
    z-index: 20;
    background: var(--color-primary);
}

.shop-cart-total:after {
    content: '';
    border-radius: 2px 2px 0 0;
    width: calc(100% - 24px);
    height: 12px;
    position: absolute;
    top: -12px;
    left: 12px;
    opacity: 0.3;
    z-index: 10;
    background: var(--color-primary);
} 

.shop-cart-total .shop-cart-widget .btn {
  color: #fff;
  box-shadow: none;
  width: 100px;
  margin-bottom: 20px;
  border-radius: 50px;
  padding: 8px 10px;
  font-size: 14px;
}

.address-padding {
  padding: 15px;
  margin-top: -75px;
}

.address-padding-two {
  padding: 10px;
}

.input-mt {
  margin-bottom: 2.5rem;
}

#message {
  margin-top: 5px;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}


/*Date for 29-11-2022*/

.shop-details-list ul li > .color-option {
  height: 20px;
  width: 20px;
  list-style: none;
  border-radius: 4px;
  margin: 7px;
  transition: .2s;
  cursor: pointer;
}

.shop-details-list ul li > input[type="radio"] {
  visibility: hidden;
  pointer-events: none;
  }

.color-option.is-selected {
  transform: scale(1.1);
 
}


.color-option {
  background: #5B00B7;
}


/*.color-option:nth-child(2) {
  background: #c0582f;
}*/

/*li.tickoption > span > input {
  visibility: visible!important;
}
*/
li.tickoption  {
  display: flex;
  flex-direction: row;
}

.shop-details-list ul li::before {top: 15px;}

.shop-details-list ul li.tickoption {
  display: flex;
  align-items: center;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn .variation-btn {
  width: auto;
  flex: 1;
  padding: .2rem .5rem;
  text-align: center;
  border: 1px solid #dce1f1;
  border-radius: 3px;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 400;
  max-width: 25%;
}

.shop-details-list ul li > span ,
.shop-details-list ul li + li span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  border-radius: 5px;
}

.shop-details-list ul li + li {
  margin-top: 15px;
  margin-bottom: 15px;
}

.shop-perched-info {
  margin-top: 15px;
}

.product-desc-wrap .nav-tabs .nav-link.active {
  background: var(--color-secondary); !important;
  color: #fff !important;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
}

.product-desc-wrap .nav-tabs {
  margin-bottom: 40px;
}

.product-desc-wrap .nav-tabs .nav-link {
  padding: 10px 10px 10px;
}

body.neterror {
  width: 100%;
}


.sub-total input[type="radio"] {
  display: none;
}


.sub-total label, .sub-total input {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.checout-address-step .form-group {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.sub-total li {
  margin-right: 5px;
  width: auto;
  height: 36px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.sub-total input[type="radio"]:checked + label {
  background: var(--color-secondary);  
}

.sub-total label {
  line-height: 8px!important;
  padding: 10px 10px;
  cursor: pointer;
  background: var(--color-primary);
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  width: 100px;
  text-align: center;

}
.sub-total label, .sub-total input {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 800;
}

.category-thumb img {
  display: inline-block;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.category-thumb {
  display: flex;
  justify-content: center;
}

.sp-product-thumb .batch {
  position: absolute;
  top: 0px;
  right: 0px;
  box-shadow: 0 8px 16px 0 rgba(78, 185, 45, 0.25);
}   

.box-check-border .sub-total {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--color-primary);
}

.box-check-border .sub-total label {
  margin-bottom: 0;
}


.address-box-check-out {
  margin: 40px 0px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(124, 124, 124, 0.15);
  -moz-box-shadow: 0px 15px 30px 0px rgba(124, 124, 124, 0.15);
  box-shadow: 0px 15px 30px 0px rgba(124, 124, 124, 0.15);
  border-radius: 2px 2px 0 0;
  padding: 35px 35px 35px;
  height: auto;
  position: relative;
  background: var(--white);
  line-height: 40px;
}

.address-box-check-out::before {
  content: '';
  border-radius: 2px 2px 0 0;
  width: calc(100% - 12px);
  height: 6px;
  position: absolute;
  top: -6px;
  left: 6px;
  opacity: 0.4;
  z-index: 20;
  background: var(--color-primary);
}

.address-box-check-out::after {
  content: '';
  border-radius: 2px 2px 0 0;
  width: calc(100% - 24px);
  height: 12px;
  position: absolute;
  top: -12px;
  left: 12px;
  opacity: 0.3;
  z-index: 10;
  background: var(--color-primary);
}

.cart-total-amount input[type="radio"] {
  opacity: 0;
}

.checkout-area h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.cart-wrapper .table td, .cart-wrapper .table th {
  padding: 20px 15px;

}

.product-delete a.eye-btn-view {
  margin-right: 15px;
}

.cart-wrapper .table td.product-thumbnail {
  padding: 5px 0;
}

.cart-wrapper {
  margin-right: 0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: var(--white);
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.btn-primary.focus, .btn-primary:focus {
  color: var(--white);
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.checkout-form-wrap {
  padding: 35px 40px 40px;
}

#payment-thumb .sp-product-thumb a {
  height: auto!important;
}



/*Color variation-btn*/


.shop-details-list ul li > label, .shop-details-list ul li > input {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.checout-address-step .form-group {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.shop-details-list ul li > li {
  margin-right: 5px;
  width: auto;
  height: 36px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.shop-details-list ul li > input[type="radio"]:checked + label {
  transform: scale(1.1);
box-shadow: 0 0 0 5px rgba(0,0,0,.2);  
}

.shop-details-list ul li > label {
  line-height: 8px!important;
  padding: 10px 10px;
  cursor: pointer;
  background: var(--color-primary);
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  width: 100px;
  text-align: center;

}
.shop-details-list ul li > label, .shop-details-list ul li > input {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#payment-thumb  button {
  background: none;
  border: none;
}

/*Date For 06-12-2022*/

.mobile-menu .social-links li a:hover {
  background: var(--color-primary);
  color: #fff;
  border-radius: 10px;
}

#address {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 14px 20px;
  font-size: 14px;
  min-height: 173px;
  max-height: 173px;
}

.folot-left {
  padding-top: 25px;
}

.countdown-background  {
  position: relative;
  top: 20px;
  color: #fff;
border-radius: 0 4px 4px 0;
background: var(--color-secondary);
padding: 8px;
}

.flash_deal_title  {
  padding-left: 23px;
}


/*min-height- product-thumbnail*/

/*.special-products-area .sp-product-item {
  min-height: 380px;
}*/
/*.best-sellers-products .sp-product-item {
  min-height: 380px;
}
*/
.cz-countdown div {
  margin-right: 10px;
}

.header-cart-wrap:hover .minicart {z-index: 10000;}

/*accordion style */

.list-unstyled #accordion {
/*  background: #fff;*/
  border: none;
  -webkit-box-shadow:  var(--boxshadow);
  box-shadow: var(--boxshadow);
  margin:10px 0px;
}

.list-unstyled #accordion button {
  color: #1e3056;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 20px 30px 20px 10px;
  height: 65px;
  display: block;
  width: 100%;
  color: rgba(30, 48, 86, 0.8);
  text-align: left;
  background: none;
  position: relative;
  border: none;
}

.card-body {
    -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 0 0 10px 10px;
    padding: 20px;
    color: rgba(30, 48, 86, 0.8);
    line-height: 20px;
}


.list-unstyled #accordion button:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: var(--color-primary);
    text-align: center;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    line-height: 100%;
    content: '\f067';
    font-size: 10px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.list-unstyled #accordion button[aria-expanded="true"]:after {
      content: '\f068';
      color: #fff;
      background-image: -webkit-linear-gradient(-180deg, var(--color-primary) 0%, var(--color-primary) 100%);
  }

.checkout-form-wrap  input,
  input::placeholder {
    font-weight: 700!important;
}

.checkout-form-wrap input[type="text"] {
  font-weight: 700!important;
}

input,
    input::placeholder {
      font-weight: 300!important;
    }
.input-group-align, textarea {
  font-weight: 400!important;
    color: #646e77!important
    }

input[type="password"]::placeholder {
      font-weight: 500!important;
    }
select option{
  font-weight: 500!important;
/*  color: #646e77!important;*/
}

.category-menu .megamenu > .sub-column-item {
/*  width:calc(100% - 540px);*/
  flex: 0 0 33%;
  margin-bottom: 30px;
  padding: 0 10px;
}
/*.category-menu .megamenu {
  width: 100%!important;
  flex-wrap: nowrap;
}*/

input[type=text], input[type=number] input[type=text] input[type=email]:active  {
  font-weight: 500!important;
}

input {
  font-weight: 300;
}

.product-name a.btn {
  margin-bottom: 10px;
}

.btn-group, .btn-group-vertical  {
  flex-wrap: wrap;
}

.shop-details-list li.btn-group span {
/*  width: 70px;*/
  margin-bottom: 10px;
}

.shop-details-list ul li:first-child {
   top: 10px!important;
   left: 0px!important;
}

.category-menu > li {
  position: static;
}

.category-menu .megamenu {
  width: calc(1000px - 100%);
}

div.custom-checkbox label {
  display: inline;
}

span .variation-btn {
  width: 20px!important;
}

.btn-group, .btn-group-vertical {display:inline-flex!important;}

.search-result-box ul li {
  padding: 15px 0px!important;
}
.search-result-box ul li .card-body {
  line-height: 10px!important;
  }

li.tickoption {
  left: 0px!important;
}
span.variation-btn {
  width: 100%;
}

textarea {
  font-weight: 500;
}
.main-condact {
        margin: 70px 0px 100px;
        }
.form-control:focus {
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.24);
}

#delete {
  border: none;
  padding: 10px 10px;
  line-height: 55px;
  font-size: 16px;
  color: #fff;
  border-radius: 0 4px 4px 0;
/*  background: var(--color-primary);*/
  color: var(--color-primary) !important;
  margin-left: 0px !important;
}

.footer-logo img {
  width: 60%!important;
}

table tbody tr td {
  word-wrap: anywhere;
}

.billing_model select.input-group-align {
  background: var(--white);
}
.header-search-wrap form input {
  font-size: 15px!important;
}