.error-message { text-align:left!important; color:red;}
.alert-success { border: 1px solid #122587!important; }
.alert-danger { border: 1px solid #842029!important; }
.color-active{
	background-color: var(--tp-theme-primary);
	color:#fff;
}
.size-filter{
	display: block!important;
    float: inline-start;
	margin-top:5px;
	
}

.PleaseWaitDiv:not(:required) {
    font: 0 / 0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
	margin-top:400px;
}
.PleaseWaitDiv {
    position: fixed;
    z-index: 99999999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.PleaseWaitDiv:before {

  content: '';

  display: block;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

    background: radial-gradient(rgba(242, 234, 234), rgba(0, 0, 0, .3));



  background: -webkit-radial-gradient(rgba(242, 234, 234), rgba(0, 0, 0,.3));

}



/* :not(:required) hides these rules from IE9 and below */

.PleaseWaitDiv:not(:required) {

  /* hide "loading..." text */

  font: 0/0 a;

  color: transparent;

  text-shadow: none;

  background-color: transparent;

  border: 0;

}


.PleaseWaitDiv:not(:required):after {

  content: '';

  display: block;

  font-size: 10px;

  width: 1em;

  height: 1em;

  margin-top: -0.5em;

  -webkit-animation: spinner 150ms infinite linear;

  -moz-animation: spinner 150ms infinite linear;

  -ms-animation: spinner 150ms infinite linear;

  -o-animation: spinner 150ms infinite linear;

  animation: spinner 150ms infinite linear;

  border-radius: 0.5em;

  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;

box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;

}
@-webkit-keyframes spinner {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@-moz-keyframes spinner {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@-o-keyframes spinner {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@keyframes spinner {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}   




.notify {
    top: 20px;
    right: 20px;
    display: none;
    z-index: 99999;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
.notify .close {
    right: 4px;
    top: 0;
}

/*Listing Page Css Start */
.productsize_active {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);	
}

/*Listing Page Css Start*/


.cart-item select{ margin-bottom:4px; width:120px; }

.pointer { cursor:pointer; }

/* account Page css */
.accountLi h6 {
  color: var(--light-brown);
  font-weight: 600;
  margin-bottom: .8rem;
}
.accountLi li.active > a{
  color: var(--light-brown);
  font-weight: 500;
}
.acWrapper h3{
  color: var(--light-brown);
}
.prodDetail h2,
.privacyWrap h2 {
  color: var(--primary-brown);
  padding: 1rem 0;
}
/* ol, ul {
    padding-left: 2rem;
} */
/* account Page css */

/* order css */
.addressWrapper ul li {
  width: 33%;
  text-align: center;
}
.addressWrapper ul li button {
  width: 100%;
  color: var(--black);
}
.addressWrapper .nav-tabs .nav-item.show .nav-link, .addressWrapper .nav-tabs .nav-link.active {
  color: #495057;
  background-color: var(--white);
  border-color: #dee2e6 #dee2e6 #fff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 1rem 0;
  box-shadow: 0 0 10px #f1f1f1;
}
.addressWrapper .nav-tabs .nav-link {
  padding: 1rem 0;

}
.addressBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  margin-top: 1rem;
}
.addressBar.active {
  background: #f7f7f7;
}
.address {
  display: flex;
  gap: 1rem;
}
.nameAdd p{ 
  margin-bottom: 0;
}
.orderInfoBar,.infoBarLeft{
  display: flex;
  justify-content: space-between;
}
.infoBarRight{
  display: flex;
  flex-direction: column;
  text-align: right;
}
.orderIn,.infoBarRight{
  padding: 1rem;
}
.orderIn h4 {
  font-size: .8rem;
  font-weight: 600;
  color: var(--input-text);
}
.orderIn h5 {
  font-size: 1rem;
  font-weight: 600;
}
.orderInfoBar{
  background-color: #f7f7f7;
  border-bottom: 1px solid #a4a4a4;
}
.orderWrapper {
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  margin-bottom: 1rem;
}
.orderInfoBar h5 a{
  text-decoration: underline;
}
.orderbox{
  padding: 12px;
}
.orderbox h3{
  font-size: 1rem;
  margin: 1rem 0;
}
tbody {
  font-size: 1.3rem;
  font-weight: 600;
}
.cartProduct img {
  width: 110px;
  margin-right: 17px;
  height: 100px;
  object-fit: contain;
}
.trash {
 margin: 0 auto;
  width: 20px;
}
.prdInfo p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
.wishCards .prdtInfo p{
  font-size: 12px ;
}
th {
  border-bottom: 1px solid var(--light-brown);
}
th,
td {
  padding: 1rem 0;
}
.costInfo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 2rem 0;
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
}
.costInfo .costWrapper{
  width: 420px;
}
.cost.total {
  border-top: 1px solid var(--light-brown);
  margin-top: 1.5rem;
  padding-top: 2rem;
}
.checkWrap {
  padding: 2rem 0;
  text-align: center;
}
.promo {
  position: relative;
  margin-bottom: 2rem;
}
.cost {
  display: flex;
  justify-content: space-between;
}
.cost h6 {
  font-weight: 600;
  font-size: 1.2rem;
}
.promo input + a {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
/* order css */
/* footer css start */

.tp-footer-widget-content ul{
  padding-left: 0;
}
.tp-footer-widget-content ul li a {
  padding-left: 0;
  font-weight: 400;
  opacity: 0.8;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.tp-footer-widget-content ul li a:hover {
  opacity: 1;
  color: #fff;
}
.tp-footer-widget-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
}
button.product_size {
  font-size: 14px;
  border-radius: 0 !important;
  border-color: #d1d1d1;
  padding: 9px 13px !important;
  font-weight: 400;
}

/* footer css end */

.footer-help { margin-left: -44px; }
@media only screen and (max-width: 600px) {
.footer-help { margin-left: 0px!important;; }
}