<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-action{
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}
/* .decrement-btn, .increment-btn {
  background-color: #0b0907;
  border: none;
  border-radius: 5px;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}
.decrement-btn:hover, .increment-btn:hover {
  background-color: #81302f;

}
.decrement-btn:before {
    font-family: FontAwesome;
    content: "-";
    font-size: 22px;
    line-height: 26px;
    display: table-cell;
    vertical-align: middle;
    padding: 8px 15px 8px 15px;
    color: #fff;

  }

  .increment-btn:before {
    font-family: FontAwesome;
    content: "+";
    font-size: 22px;
    line-height: 26px;
    display: table-cell;
    vertical-align: middle;
    padding: 8px 15px 8px 15px;
    color: #fff;
  } */


 .cartquantity{
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
 } 
.action-input{
    padding: 0 8px;
    vertical-align: middle;
    border-radius: 2px;
    width: 100px;
    min-height: 36px;
    background-color: #ffffff;
    border: 1px solid rgba(36,28,21,0.3);
    transition: all 0.2s ease-in-out 0s;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    :focus{
        outline: none;
        border: 1px solid #007c89;
        box-shadow: inset 0 0 0 1px #007c89;
   }
   text-align: center;
  
}

/*header*/
.moto-widget-store_sign-link span{
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #eec2cc;
  text-decoration: none;
  margin-top: 8px;
  line-height: 26px;
}
/*register*/
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field:focus{
  border: 2px solid #f2b7c4;
}
#termsbox .form-check-label{
  margin-left: 50px;
}
.accept{
  margin-left: 22px;
}
/* #terms{
  position: absolute;
  left: 15px;
  bottom: -40px;
  width: 15px;
  line-height: 26px;
} */
/*p{
  font-size: 16px;
  color: #000;
}*/
.invalid-feedback strong{
  color: red;
  font-weight: 400;
  text-align: left;
}
.register-form .alert-success{
  font-size: 15px;
  margin-bottom: 15px;
  color: green;
}
.moto-widget-contact_form-form .alert-success{
  font-size: 15px;
  margin-bottom: 15px;
  color: green;
}
/*reset*/
.reset{
  text-align: center;
  color: #eec2cc;
}
/*Profile*/
.profile{
  font-size: 18px !important;
  color: #dd8b9e !important;
  font-weight: 400 !important;
  font-family: 'Rubik', sans-serif;
}
.welcome h4{
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  color: #dd8b9e;
  line-height: 26px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
}
.quick_links{

  font-size: 19px;
  font-weight: 600;
  color: #000;
}
/* .quick_links li{

} */
.quick_links li:before{
    font-family: FontAwesome;
    content: "\f101"!important;
    font-size: 20px!important;
    line-height: 6px !important;
  display: table-cell !important;
  vertical-align: middle !important;
  
  list-style-type: none!important;
  background: none !important;
}
.quick_links li a{
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  color: #dd8b9e;
  line-height: 26px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
}

.page-title{
  font-weight: 400;
  font-style: normal;
  font-family: 'Rubik', sans-serif;
  color: #e91e63;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.cart-info a img{
  /*width: 100px!important;*/
  height: auto;
}
#profile .alert-success, #guestlogin .alert-success{

  text-align: center;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d4244;
  text-decoration: none;
  border-color: transparent;
  margin-bottom: 15px;
}
.normal{
  font-size: 17px;
  margin-left: 35px;
  font-weight: 599;
  color: #7b7878;
}

/*Product View Page*/
#carButton{
  background-color: #81302f;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
}
/*checkout*/
.bankdetail{
  margin-left: 100px;
}
.bankdetail h6{
  font-size: 19px;
  margin-bottom: 5px;
  text-align: left;
  color: #65011b;
  line-height: 26px;
  font-weight: normal;
}
/*paypal*/
.moto-widget-store-paypal-btns .moto-widget-button {
  display: flex;
  justify-content: center;
}
.moto-widget-store-confirmation .alert-success{
  font-size: 20px;
  text-align: center;
  margin: 15px;
  color: green;
}
.moto-widget-store-confirmation .alert-danger{
  font-size: 20px;
  text-align: center;
  margin: 15px;
  color: red;
}
/*stripe*/
#card-element{
  padding: 20px;
  border: 1px solid #dddada;
  border-radius: 32px;
}
#card-success{
  color: green;
  font-weight: bolder;
  text-align: center;
  font-size: 20px;
}
#create_new{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: green;
  padding: 15px;
}
.moto-widget-store-stripe-btns .moto-widget-button {
  display: flex;
  justify-content: center;
}

.moto-widget-breadcrumbs__item:nth-child(2)::after{
  content: '\\';
  margin-left: 10px;
}
.moto-widget-breadcrumbs__item:nth-child(3)::after{
  content: '\\';
  margin-left: 10px;
}

#customers {
  font-family: 'Rubik', sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 18px;
  font-weight: normal;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #81302F;
  
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-weight: 600;
}

/*view Order By customer*/
.table-image img{
  width: 100px;
}
.orderlist-head h5{
  font-size: 18px;
  margin-bottom: 18px;
  text-align: left;
  color: #81302f;
  line-height: 26px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}
/* .order-track{

} */

.orderlist{
  width: 90%;
}
.order-track-list, .orderlist-details, .orderlist-deliver{
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: space-between;
  border: 1px solid #f3f3f3;
}
/* .order-track-list li::before, .orderlist-details li::before{
  position: absolute;
  left: 0;
  top: 50%;
  content: " &gt;&gt;";
  width: 5px;
  height: 5px;

  background:none!important;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
} */
.order-track-list li{
  list-style-type: none;
  padding: 10px!important;
  border-radius: 20px!important;
  color: #f00;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}
.order-track-list li.active{
  background-color: #207700;
  color: #fff;
}
.orderlist-details h6{
  font-size: 18px;
  text-align: center;
  color: #65011b;
  line-height: 26px;
  font-weight: normal;
  text-transform: capitalize;
}
.orderlist-deliver h6{
  font-size: 20px;
  margin-bottom: 30px;
  text-align: left;
  color: #dd8b9e;
  line-height: 26px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  padding: 10px;
}
.orderlist-details{
  list-style-type: none;
}
.GT .total{
  font-size: 20px;
  margin-bottom: 30px;
  text-align: right;
  color: #dd8b9e;
  line-height: 26px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
}
.moto-widget-order-view-buttons{
  margin-top: 30px;
}

.contactus .alert-success{
  font-size: 20px;
  text-align: center;
  margin: 15px;
  color: green;
}
#view_product .product-action{
  display: flex;
  margin-bottom: 20px;
  justify-content: left!important;
}
.text-center h4{
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  color: #e91e63;
  text-decoration: none;
  border-color: transparent;
  text-align: center;
}

/* .moto-widget-image .moto-widget-image-picture {
  max-width: 100%;
  height: 240px!important;
  width: 240px !important;
  border: 2px solid #e92769;
} */

.moto-widget-image-link{
 /* display: table-cell;*/
 display: -webkit-box;
  width: 245px;
  height: 300px;
  vertical-align: baseline;
  background: #f2f2f2;
}
.moto-widget-image .moto-widget-image-picture {
  transition: .3s;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  text-align: center;
  /* vertical-align: middle; */
  margin: 0 auto;
  display: block;
  float: none;
}

.paypal_logo{
  width: 150px !important;
  position: absolute;
  top: 0;
  left: 100px;
}

.success{
  text-align: center;
  color: #497b00;
  font-size: 19px;
  margin-bottom: 30px;
}
.continue-shopping-btn{
font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  border-color: transparent;
  text-align: center;
    margin-top: 20px;
    display: block;
    width: 30%;
  margin: 0 auto;
}
#checkoutform .alert-danger{
  font-size: 14px;
  color: red;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.moto-widget-contact_form-group span{
  color: #f00;
  font-size: 15px;
}
.form-group {
  margin-bottom: 15px;
  /* display: flex; */
}

.delivery-form-horizontal .form-group{
  display: flex;
}
/*carousel*/

.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
    height: 270px;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 10px;
    font-size: 14px;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 100%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}

/*17-9-2024*/

.cart-img img{
  width: 50px;
}

.product-image img{
  width: 100px;
}

.bg-success {
  background-color: #28a745 !important;
  padding: 4px 15px;
  border-radius: 5px;
  color: #fff;
}

.size-variation, .color-variation{
  display: flex;
}

/*my account PAGE*/
.text-danger {
  color: #dc3545 !important;
  text-align: left;
  margin-bottom: 15px;
}

.order-preview h4{
  color: #81302f;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  margin: 0 auto 30px auto;
}

.cart_summary th{
  background-color: #81302f;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.myaccount{
  font-size: 18px;
  color: #81302f;
  font-weight: 600;
  text-align: left;
}

.title h2{
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  color: #81302f;
  margin-bottom: 30px;
}
#prostock-out{
  color: red;
  margin: 10px auto;
  font-weight: 600;
  position: absolute;
  right: 0;
  background-color: #fff;
  border-radius: 3px;
  padding: 4px;
  top: -10px;
}
#prostock{
  color: green;
  margin: 10px auto;
  font-weight: 600;
  position: absolute;
  right: 0;
  background-color: #fff;
  border-radius: 3px;
  padding: 4px;
  top: -10px;
}

.account_section__welcome li.active a{
  color: #81302f;
}

.my_title{
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #81302f;
}
.Pending{
  font-size: 14px;
  font-weight: 600;
  color: red;
}
.Processing{
  font-size: 14px;
  font-weight: 600;
  color: rgb(255, 167, 0);
}
.Shipping{
  font-size: 14px;
  font-weight: 600;
  color: rgb(0, 224, 101);
}
.Completed{
  font-size: 14px;
  font-weight: 600;
  color: rgb(0, 255, 0);
}

.ajax-loader {
  visibility: hidden;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  z-index: +100 !important;
  /* width: 100%;
  height:100%; */
  width: 41%;
  height: 65%;
}

.ajax-loader img {
  position: relative;
  top:50%;
  left:50%;
}
.empty-img{
  width: 300px;
}
div:where(.swal2-container) div:where(.swal2-popup) {

  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 250px!important;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: hsl(0,0%,33%);
  font-family: inherit;
  font-size: 15px!important;
}
div:where(.swal2-icon).swal2-error [class^="swal2-x-mark-line"] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: .8em 1em 0;
  color: inherit;
  font-size: 14px!important;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}</pre></body></html>