.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: #ff3c20;

}
.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: #ff3c20;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
} */
/*checkout*/
.bankdetail{
  margin-left: 30px;
}
.bankdetail h6{
  font-size: 19px;
  margin-bottom: 5px;
  text-align: left;
  color: #65011b;
  line-height: 26px;
  font-weight: normal;
}
.bankdetail p{
  color: #7d7d7d;
  padding-bottom: 2px;
  margin-bottom: 0px;
}
/*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: #FF3C20;
  
  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: #ff3c20;
  line-height: 26px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}
/* .order-track{

} */

.orderlist{
  width: 100%;
}
.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: " >>";
  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: 2px !important;
  color: #f00;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.order-track-list li.active{
  background-color: #207700;
  color: #fff;
}

.orderlist-details li p {
  margin-bottom: 25px;
  color: #5b5b5b;
  font-weight: 500;
}

.orderlist-details h6{
  font-size: 18px;
  text-align: center;
  color: #232f3e;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
}
.orderlist-deliver h6{
  font-size: 20px;
  margin-bottom: 30px;
  text-align: left;
  color: #ff3c20;
  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: 20% !important; */
    margin: 20px 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-info {
  background-color: #fda502 !important;
  padding: 4px 15px;
  border-radius: 5px;
  color: #fff;
  display: table;
  margin: 0 auto;
}
.bg-success {
  background-color: #28a745 !important;
  padding: 4px 15px;
  border-radius: 5px;
  color: #fff;
}
.bg-danger {
  background-color: #dc3545 !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: #ff3c20;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  margin: 0 auto 30px auto;
}

.cart_summary th{
  background-color: #ff3c20;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.myaccount{
  font-size: 18px;
  color: #ff3c20;
  font-weight: 600;
  text-align: left;
}

.title h2{
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  color: #ff3c20;
  margin-bottom: 30px;
}
#prostock-out{
  color: #fff;
  margin: 10px auto;
  font-weight: 600;
  position: absolute;
  right: 0;
  background-color: #ff0000;
  border-radius: 3px;
  padding: 4px;
  top: -10px;
}
#prostock{
  color: #fff;
  margin: 10px auto;
  font-weight: 600;
  position: absolute;
  right: 0;
  background-color: #016210;
  border-radius: 3px;
  padding: 5px 15px;
  top: -10px;
}

.account_section__welcome li.active a{
  color: #ff3c20;
}

.my_title{
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #ff3c20;
}
.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;
}

/*4-02-2025*/
.invalid-feedback{
  text-align: left;
}
.account .form-group{
  margin-bottom: 15px;
  /* display: flex; */

}
.account .flexbox{
  display: flex;
  justify-content: space-between;
}
.account table{
  font-weight: 700;
  width: 100%;
}
.account table thead tr {
  background: #fafafa;
}
.account table thead tr th {
  color: #181818;
  padding: 18px;
  border-right: 1px solid #efefef;
}
.account table thead tr th:first-child {
  text-align: center;
}
.account table tbody tr {
  border-bottom: 1px solid #efefef;
  border-right: none;
  border-left: none;
  border-top: none;
}
.account table tbody tr td {
  align-items: center;
}
.account table tbody tr td {
  padding: 10px;
  border: none;
  border-right: 1px solid #efefef;
}
@media (min-width: 768px) {
  .account table tbody tr td {
    padding: 5px;
  }
}


.stock{
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.category-content{
  font-size: 17px;
  font-weight: 600;
}
.subcategory-content{
  font-size: 17px;
  font-weight: 600;
}
.cart-top h2{
  margin: 0px 20px;
  padding: 15px 10px;
  text-align: center;
}
.add-cart-variable{
  width: 85%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #efefef;
  background: #fff;
  display: inline-block;
  top: 20px;
  left: 20px;
  z-index: 1;
  border: 1px solid #efefef;
    border-top-color: rgb(239, 239, 239);
    border-right-color: rgb(239, 239, 239);
    border-bottom-color: rgb(239, 239, 239);
    border-left-color: rgb(239, 239, 239);
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-item .product-inner:hover .add-cart-variable, .product-item .product-inner.active .add-cart-variable {
  background: #ff3c20;
  border-color: #ff3c20;
}

.price-range input[type="text"] {
  border: medium none;
  float: none;
  height: 30px;
  letter-spacing: 3px;
  text-align: center;
  width: 56%;
  word-spacing: 7px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: #d19e66;
  line-height: 23px;
}

/*side search box*/
.header-form{
  width: calc(100% - 0px);
  justify-content: space-between;
}
.header-form input {
  width: calc(100% - 70px);
  border: none;
  margin-bottom: 0;
}
.header-form button {
  border: none;
  padding: 14.5px 20.2px;
  color: #fff;
  background: #ff3c20;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
}

.price{
  /* background-color: #f3f3f3; */
  padding: 5px 20px;
  margin-top: 10px;
  font-size: 15px;
  color: #f00;
  font-weight: 600;
  width: 100%;
  text-align: center;
  line-height: 26px;
  margin: 10px auto;
}

.filter_products p{
  font-size: 14px;
  margin-left: 10px;
  color: #ff3c20;
}
.pro-size, .pro-color{
  padding: 10px 0px;
}
.pro-size label, .pro-color label {
  font-size: 16px;
  color: #181818;
  font-weight: 700
}
.success h3{
  text-align: center;
  margin: 10px 10px;
}
.success h5, .failed h5{
  text-align: center;
  margin: 10px 10px;
}
.success h6, .failed h5{
  text-align: center;
  margin: 10px 10px;
}

#myBtn1{
  cursor: pointer;
}
/*Product Special Image*/
/* .wrapper, img {
  display:inline-block;
}  */
#two {
  display:none;
}
.wrapper:hover #two {
  display: inline-block;
}
.wrapper:hover #one {
  display: none;
} 


/*Products All Page*/
/* .wrapper{
  width: 260px;
  height: 220px;
  display: table-cell;
  vertical-align: middle;
  background: #f2f2f2;
} */
.wrapper:hover #two{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
  float: none;
}

.porduct-thumb .product-cate{
  width: 351px;
  height: 275px;
  display: table-cell;
  vertical-align: middle;
  background: #f2f2f2;
}
.product-cate img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
  float: none;
}
.porduct-thumb a{
  width: 351px;
  height: 275px;
  display: table-cell;
  vertical-align: middle;
  background: #f2f2f2;
}
.porduct-thumb img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
  float: none;
}
.product-grid-item .product-item {
  border: 1px solid #efefef;
  margin-top: -1px;
  margin-left: -1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

#order-review{
  
}
/*31-7-2025*/
/* === Header Top Styling === */
.header-top {
  background-color: #472a7e;
  color: #fff;
  padding: 12px 0;
  font-family: 'Segoe UI', sans-serif;
}

/* === Search Area === */
.search-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-area form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.search-area input[type="text"] {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  min-width: 200px;
}

.search-area button {
  padding: 8px 16px;
  background-color: #ff6a00;
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.search-area button:hover {
  background-color: #e55b00;
}

/* === Cart and User Info === */
.header-top ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.header-top ul li {
  position: relative;
  text-align: center;
}

.header-top ul a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  font-weight: 600;
}
.fa-cart-shopping::before, .fa-shopping-cart::before {
  content: "\f07a";
  color: #fff;
}
.header-top ul a:hover {
  color: #ff6a00;
}

/* === Cart Icon and Count === */
.shop-cart {
  position: relative;
  font-size: 1.4rem;
}

.shop-cart span {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #ff6a00;
  color: #fff;
  font-size: 13px;
  padding: 0px 8px;
  border-radius: 50%;
  font-weight: bold;
}

/* === Cart Summary === */
.theme-color {
  color: #ff6a00;
}

p.mb-0.text-white {
  font-size: 0.9rem;
}

/* === User Dropdown for Guests === */
.user-prof {
  position: relative;
  cursor: pointer;
}

.user-prof i {
  font-size: 1.4rem;
}

.user-prof span {
  display: block;
  font-size: 0.85rem;
}

.user-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #472a7e;
  color: #333;
  border-radius: 5px;
  padding: 12px;
  min-width: 160px;
  z-index: 1000;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.user-prof:hover .user-content {
  display: block;
}

.user-content p {
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 500;
}

.user-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.user-content li {
  margin: 5px 0;
  width: 100%;
}

.user-content a {
  color: #472a77;
  text-decoration: none;
  font-weight: 600;
}

.user-content a:hover {
  text-decoration: underline;
}

/* === Responsive Styles === */
@media (max-width: 768px) {
  .search-area form {
      flex-direction: column;
      align-items: stretch;
  }

  .search-area input[type="text"],
  .search-area button {
      width: 100%;
      border-radius: 4px;
  }

  .header-top ul {
      justify-content: center;
      gap: 10px;
  }
}


.login-page .cus-btn {
  color: #fff;
}

.blog-name{
  font-size: 22px;
  margin-bottom: 10px;
}
.cart-plus-minus {
  border: 1px solid #dee0e4;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
}
.cart-plus-minus .qtybutton {
  color: #15273e;
  cursor: pointer;
  float: inherit;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #dee0e4;
  height: 40px;
  left: 0;
  top: 0;
}

.cart-plus-minus .cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #454545;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  padding: 0 9px 0 0;
  text-align: center;
  width: 120px;
  outline: none;
}
.cart-plus-minus .qtybutton {
  color: #15273e;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #dee0e4;
  height: 40px;
  right: 0;
  top: 0;
}
.d-flex{
  display: flex;
  /* justify-content: space-around; */
}
#Product img{
  width: 80px;
}
.custom-page.py-80 {
  padding: 20px 0 80px 0;
}
.custom-page .col-lg-8 {
  margin: 0 auto;
  display: block;
}
.custom-page h4{
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.custom-page h6{
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.cus-btn {
  color: #fff;
}
.cus-btn:hover {
  background-color: #E5E8E3;
  color: #000;
}

#social-links ul{
  list-style-type: none;
  display: flex;
}
#social-links li{
margin-left: 10px;
}
.fa-facebook-square::before, .fa-square-facebook::before {
  font-size: 38px;
}
.fa-whatsapp::before {
  font-size: 40px;
}