

/*about*/

.abut-sec{
  margin: 40px 0;
}
.abutpic{
  margin-bottom: 20px;
}
.abutxt img {
  float: left;
  max-width: 500px;
  margin: 0 20px 20px 0;
  /* -webkit-border-radius: 62% 38% 26% 74% / 64% 73% 27% 36%; */
}

.abutxt h3{
  color: #1E1E19;
  font-weight: 600;
  font-size: 22px;
}
.abutxt p {
  color: #8E8E8E;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0 15px;
}


.contpg-left {
  float: left;
  width: 40%;
  text-align: left;
  padding-right: 45px;
  padding-top: 29px;
}
.contpg-left h3 {
  color: #010101;
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contpg-left strong {
  width: 39px;
  margin-right: 14px;
  margin-top: 20px;
  font-size: 22px;
  color: #DF0021;
}

.contpg-right {
  width: 60%;
  float: left;
  border-top: solid 1px #e9e6eb;
  padding-top: 35px;
}
.contpg-iner {
  width: 100%;
  padding: 0 22px 49px;
  background: #fff;
  -webkit-box-shadow: 0 0 22px -2px #d5cece;
  -moz-box-shadow: 0 0 22px -2px #d5cece;
  box-shadow: 0 0 22px -2px #d5cece;
  color: #fff;
}
.contactIput {
  width: 100%;
  margin-top: 23px;
  position: relative;
}
.contactIput input[type="text"], .contactIput input[type="email"], .contactIput input[type="tel"], .contactIput input[type="password"], .contactIput textarea, .contactIput select {
  width: 100%;
  border: solid 1px #e9e9e9;
  font-size: 16px;
  color: #707070;
  opacity: 1;
  outline: none;
  -webkit-appearance: none;
  height: 50px;
  padding-right: 15px;
  border-radius: 2px;
  padding-left: 15px;
}
.contactIput textarea {
  height: 144px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: none;
}
.cont-pg-sub {
  width: 100%;
  text-align: left;
}
.send-mess {
  display: inline-block;
  border-radius: 2px;
  height: 46px;
  background: url(../images/submit.png)no-repeat right 12px center #DF0021;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  padding: 0 47px 0 22px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  border: none;
  outline: none;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 24px;
}
.send-mess:hover {
  background-color: #39378A;
}

.conpg-sec {
  width: 100%;
  padding: 40px 0 60px;
  display: inline-block;
}
.conpg-sec .tophed {
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
}
.conpg-sec .tophed {
  text-align: left;
}
.conpg-sec .tophed h2 {
  color: #000;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0;
}
.conpg-sec .tophed p {
  font-style: normal;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #323c3d;
  line-height: 23px;
  margin-top: 16px;
}
.conpg-sec .tophed p {
  margin-top: 8px;
}
.tophed::before {
  position: absolute;
  bottom: 5px;
  width: 46px;
  height: 3px;
  background: #b5b5b5;
  left: 0;
  content: "";
}
/*.conpg-sec .tophed::before {
  left: inherit;
  transform: translate(0);
  right: 0;
}*/
.contpg-left .media {
  margin-top: 25px;
}
.contpg-left .media-body em a {
  color: #6c6c6c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contpg-left .media-body h4 {
  color: #3c3c3d;
  font-size: 18.54px;
  line-height: 27px;
  font-weight: 500;
  line-height: 12px;
}
.contpg-left .media-body em a {
  color: #6c6c6c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}



.cart__row {
  position: relative;
}
.cart th {
  padding: 10px;
  background: #f7f7f7;
  font-family: 'Poppins',Arial,Tahoma;
  font-weight: 600;
  text-transform: uppercase;
}
.cart td {
  padding: 10px;
}
.cart td.cart-delete {
  width: 30px;
}
.cart__image-wrapper {
  width: 100px;
}
.cart td {
  padding: 10px;
}
.cart__meta-text {
  color: #222222;
  font-size: 11px;
  font-style: italic;
  line-height: 1.6;
  padding: 5px 0;
}
.qtyField {
  position: relative;
  display: flex;
  align-items: center;
  width: 86px;
  margin: 0;
}
.qtyField input {
  margin: 0;
  padding: 0 25px;
  color: #111111;
  width: 86px;
  height: 40px;
  text-align: center;
  background: none;
  border-radius: 5px;
  border: 1px solid #dddddd;
}
.qtyField .qtyBtn {
  margin: 0;
  padding: 8px;
  color: #111111;
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  border-radius: 0;
  border: none;
  position: absolute;
  left: 0;
}
.qtyField .qtyBtn.plus {
  left: auto;
  right: 0;
}
.qtyField .qtyBtn .icon {
  font-size: 10px;
}

.abut-sec table{
  width: 100%;
}

.cart__footer .solid-border {
  border: 1px solid #e8e9eb;
  padding: 20px;
  margin-bottom: 20px;
}
.cart__footer .cart__subtotal-title {
/*  text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 500;
}
.cart__shipping {
  font-style: italic;
  font-size: 13px;
  padding: 15px 0;
}
.fst-normal {
  font-style: normal !important;
}
.customCheckbox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
#cartCheckout {
  width: 100%;
  padding: 12px;
}
.chkoutbtn{
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 8px 20px 8px;
  background-color: #DF0021;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  white-space: normal;
  font-size: 13px;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.chkoutbtn:hover{
background: #39378A;
color: #fff;
}


.cart-col h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
input, select, .form-control {
  height: 42px;
  padding: 0 15px;
}

.cart-col label{
  display: block;
}



/* Custom Radio */
.customRadio { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 10px; }
.customRadio input[type="radio"] { position: absolute; overflow: hidden; clip: rect(0 0 0 0); display: none; }
.customRadio input[type="radio"] + label { position: relative; padding: 0 0 0 30px; cursor: pointer; }
.customRadio input[type="radio"] + label:before { content: ''; background: #ffffff; border: 1px solid #d0d0d0; height: 20px; width: 20px; border-radius: 50%; position: absolute; top: 0; left: 0; }
.customRadio input[type="radio"] + label:after { content: ''; background: #333333; width: 10px; height: 10px; border-radius: 50%; position: absolute; top: 5px; left: 5px; opacity: 0; -webkit-transform: scale(2); transform: scale(2); -webkit-transition: transform 0.3s linear, opacity 0.3s linear; transition: transform 0.3s linear, opacity 0.3s linear; }
.customRadio input[type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

/* Custom Checkbox */
.customCheckbox { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; }
.customCheckbox input[type="checkbox"] { position: absolute; overflow: hidden; clip: rect(0 0 0 0); display: none; }
.customCheckbox input[type="checkbox"] + label { position: relative; padding: 0 0 0 30px; margin-bottom: 0; cursor: pointer; }
.customCheckbox input[type="checkbox"] + label:before { content: ''; background: #ffffff; border: 1px solid #d0d0d0; border-radius: 0; height: 20px; width: 20px; position: absolute; top: 0; left: 0; }
.customCheckbox input[type="checkbox"] + label:after { content: ''; border-style: solid; border-width: 0 0 2px 2px; border-color: transparent transparent #333333 #333333; width: 12px; height: 7px; position: absolute; top: 5px; left: 5px; opacity: 0; -webkit-transform: scale(1) rotate(-45deg); transform: scale(1) rotate(-45deg); -webkit-transition: transform 0.3s linear, opacity 0.3s linear; transition: transform 0.3s linear, opacity 0.3s linear; }
.customCheckbox input[type="checkbox"]:checked + label:after { opacity: 1; -webkit-transform: scale(1) rotate(-45deg); transform: scale(1) rotate(-45deg); color: #6d6d6d; }


.form-group {
  margin-bottom: 1rem;
}
.cart-col .form-group input, button, select, textarea {
  font-size: 13px;
  font-family: 'Poppins',Arial,Tahoma;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #424242;
  width: 100%;
}
.cart-col .form-group label{
  margin-bottom: 5px;
}
.cuponbox{
  display: flex;
}
.cuponbox .btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 8px 20px 8px;
  background-color: #DF0021;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  white-space: normal;
  font-size: 13px;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 188px !important;
  border-radius: 0 2px 2px 0 !important;
}
.cuponbox .btn:hover{
background: #39378A;
color: #fff;
}
textarea, textarea.form-control {
  overflow: auto;
  resize: vertical;
  height: auto;
  padding: 6px 10px;
}

.cart__qty .qtyinner {
  max-width: 100px;
  margin: 0px 0px 0px 0px;
  position: relative;
  float: left;
}
.cart__qty .qtyinner .form-control {
  height: 38px;
  padding: 4px 20px;
  border: 1px solid #292929;
  text-align: center;
  background: #fff;
  color: #292929;
  font-size: 14px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.cart__qty .qtyinner button {
  position: absolute;
  left: 1px;
  top: 1px;
  min-width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0px 0px 2px 0px;
  border: none;
  outline: none;
  background: none;
  border-color: #292929;
  color: #292929;
  font-size: 22px;
  width: auto;
}
.cart__qty .qtyinner button.plusbtn {
  left: auto;
  right: 1px;
  font-size: 18px;
}

.card.card--grey {
  background-color: #fbfbfb;
}
.order-table.style1 .table tbody td {
  font-size: 13px;
  padding: 5px 5px;
}
.order-table .table .thumbImg, .order-table .table .thumb {
  width: 60px;
}
.cuponinput input{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cuponinput .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 8px 20px 8px;
  background-color: #DF0021;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  font-size: 13px;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cuponinput .btn:hover{
  background: #39378A;
  color: #fff;
}
.cartCheckout{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 8px 20px 8px;
  background-color: #39378A;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  font-size: 13px;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cartCheckout:hover, .cartCheckout:hover, .cartCheckout:focus, .cartCheckout:focus {
  background: #DF0021;
  color: #fff;
}
.cart__image{
  max-width: 100%;
}
.order-table td a{
  text-decoration: none;
  color: #000;
}
.ship-info-details {
  margin: 0 0 20px;
  padding: 0 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.ship-info-details h3 {
  background-color: #fbfbfb;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
  margin: -1px 0 15px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.ship-info-details p {
  padding: 0 15px;
  margin: 0 0 5px;
}
.checkout-scard {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  margin-bottom: 30px;
}
.checkout-scard .card-body {
  padding: 25px;
}
.checkout-scard .card-icon {
  color: #198754;
  font-size: 90px;
  line-height: 90px;
  margin: 0 0 10px;
}
.checkout-scard .card-title {
  font-size: 30px;
  margin-bottom: 15px;
}
.checkout-scard .text-order {
  padding: 10px 20px;
  font-size: 13px;
  ont-weight: 400;
}
.d-flex-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.continuebtn{
    display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #DF0021;
  border-radius: 0;
  padding: 8px 20px 8px;
  background-color: transparent;
  color: #DF0021;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  font-size: 13px;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.continuebtn:hover{
  background-color: #DF0021;
  color: #fff;
}
.list-view-item__title a{
  color: #000;
  text-decoration: none;
}

/* 04022023 */
.abut-sec{background: #F5F4FF; padding: 0px 0px 30px 0px; margin: 0px;}
.abut-sec .abutxt{padding: 35px; background: #fff;}
.abut-sec .abutxt p{font-size: 14px; color: #707070; line-height: 22px; margin: 0px 0px 15px 0px;}
.abut-sec .abutxt img{float: right; margin: 0px 0px 20px 30px; -webkit-box-shadow: -8px 8px 0px rgba(57, 55, 138, 0.62); box-shadow: -8px 8px 0px rgba(57, 55, 138, 0.62);}
.abut-sec .abutxt h2{color: #1E1E1E; font-weight: 500; font-size: 24px; margin: 0px 0px 15px 0px;}


/* 04022023 */
@media (max-width: 1199px) {
.abut-sec .abutxt img{max-width: 320px;}

}

@media (max-width: 991px) {
.abut-sec .abutxt{padding: 20px;}
.abut-sec .abutxt h2{margin: 0px 0px 5px 0px;}
.abut-sec .abutxt img{max-width: 220px; margin: 0px 0px 10px 15px;}

.contpg-left {
  width: 41%;
}
.contpg-right {
  width: 59%;
}

}

@media (max-width: 767px){
.contpg-right {
  width: 100%;
  border: none;
}
.contpg-left {
  width: 100%;
  padding-right: 0;
}
.conpg-ier {
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
}
.conpg-sec .tophed h2 {
  font-size: 25px;
  line-height: 31px;
}
.conpg-sec {
  padding: 0 0 0;
}
.contpg-left h3 {
  font-size: 20px;
  line-height: 26px;
}
.contpg-left .media-body h4 {
  font-size: 17px;
  line-height: 22px;
}
.contpg-left .media-body em {
  font-size: 14px;
}

.cart tr, .cart tbody {
  width: 100%;
  display: table;
}
.small--hide {
  display: none !important;
}
.cart td {
  padding: 10px 5px;
}
.cart-flex-item {
  display: table-cell;
  min-width: 0;
}
.cart__image-wrapper {
  width: 70px;
}
.order-table td a img{
  max-width: 55px;
}

}
.empty-cart .cartlt{
   font-size: 50px;
   text-align: center;
}
.empty-cart{
  text-align: center;
  padding: 50px;
}
.empty-cart p{
    font-size: 15px;
    font-weight: 600;
}
.swal2-container .swal2-actions{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.swal2-container .swal2-actions .w-xs{
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 575px){
  .abut-sec .abutxt{padding: 15px;}
  .abut-sec .abutxt h2{margin: 0px 0px 10px 0px;}
  .abut-sec .abutxt img{max-width: 100%; width: 100%; margin: 0px 0px 10px 0px; -webkit-box-shadow: none; box-shadow: none;}
  .abut-sec .abutxt p{font-size: 13px;}
}


