#content
{
  margin-top: 35px;
}
.product-item .ancor-btn.add:disabled {
  opacity: 0.7;
  pointer-events: none;
}
.breadcrumb
{
  background-color: transparent;
  padding: 0;
  margin-bottom: 40px;
}
.breadcrumb > li > a
{
  padding: 0 3px;
  color: #808080;
  font-size: 12px;
}
.breadcrumb > li:first-child > a {
  padding-inline-start: 0;
}
.breadcrumb > li > a:hover
{
  color: var(--secondery-color);
}
.cust_bread
{
  border-top: 1px solid #f2f2f2;
}

/*category page*/
.categorypage_title > h1
{
  margin-top: 0;
  font-size: 20px;
  font-weight: 800;
}
.fltrs
{
  border-bottom: 1px solid #eff1f1;
  border-top: 1px solid #eff1f1;
  justify-content: flex-start;
}
.fltrs select.form-control
{
  width: 181px;
}
.view-ico {
  font-size: 30px;
  color: #cccccc;
}

.view-ico:hover,
.view-ico.active {
  color: var(--secondery-color);

}
.fltrs .selectlabel
{
  font-weight: 700;
}

/*product page */
/* .main-img .fancy-link
{
  padding: 60px;
} */
.main-img .fancy-link:hover
{
  border-color: var(--secondery-color);
}
.main-imgs .swiper-btn
{
  color: rgba(0, 0, 0, 0.3);
}
.main-imgs .swiper-btn.swiper-button-prev
{
    right: 5px;
    left: auto;
}
.main-imgs .swiper-btn.swiper-button-next
{
    left: 5px;
}
/* .thumb-img .thumb-link
{
    padding: 10px;
} */
#product-product h1
{
  font-family: var(--font-normal);
  font-size: 20px;
  margin-bottom: 15px;
}
.rating i.las
{
  font-size: 16px;
  color: #bdbdbd;
}
.rating i.las.active
{
  color: #f6ae23;
}
.rating > p
{
  display: flex;
}
.rating .pro_rev
{
  font-size: 14px;
  font-weight: 600;
  display: flex;
}
.rating .add_rev
{
  color: var(--primary-color);
  text-decoration: underline;
  margin-inline-start: 2px;
}
ul.list-unstyled.list-inline.prodprices {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.prodprices h2
{
  font-weight: 700;
  font-size: 24px;
  color: var(--text-color);
}
.prodprices h3
{
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 300;
}
.product_data > li
{
  font-size: 16px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
.product_data .prdata_tit
{
    display: inline-block;
    width: 115px;
    font-weight: 700;
    color: var(--text-color);
}
.product_data .prdata_detail
{
      color: #808080;
      font-weight: 400;
}
.product_data .prdata_detail:hover
{
  color: var(--primary-color);
}
.product_options
{
  border: none;
  margin-top: 40px;
  width: 65%;
}
.quantity_cart
{
  justify-content: flex-start;
}
#product .control-label
{
  font-weight: 700;
  color: var(--text-color);
  font-size: 16px;
  margin-inline-end: 6px;
}
.product_options .form-control
{
  max-width: 100%;
}
#input-quantity {
  border: 1px solid #e5e5e5;
  width: 140px;
  min-height: 40px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  color: var(--text-color);
  -webkit-text-fill-color: var(--text-color);
  font-weight: 500;
  margin: 0;
}
.quantity_control {
  font-size: 22px;
  color: #bfbfbf;
  padding: 0;
}
#button-cart {
  width: 182px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--primary-color);
  margin-inline-start: 6px;
  line-height: 40px;
}
#button-cart i {
  font-size: 24px;
}
#xs-button-cart i {
  font-size: 37px;
}
.wishlist_compare.xs-wishlist_compare
{
  display: block;
}
#button-wishlist,#button-compare {
    font-size: 24px;
    background-color: #f2f5f2;
    color: #8b8b8b;
}
#button-compare {
  font-size: 20px;
}
#button-wishlist:hover,#button-compare:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.product_taps {
  background-color: #f7f7f7;
  padding: 40px 35px 60px 35px;
  margin-top: 58px;
}
.product-tabs {
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.product-tabs > li {
  padding: 0 20px;
  position: relative;
}
.product-tabs > li:first-child {
  padding-inline-start: 0;
}

.product-tabs > li > a {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #a5a5a5;
  padding: 0;
  position: relative;
  
  margin: 0 !important;
  min-width: auto;
}

.product-tabs > li > a:hover,
.product-tabs > li:hover > a {
  background-color: transparent;
  color: var(--secondery-color);
  border: none;
}
.product-tabs > li.active > a:after
{
  content: " ";
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: var(--secondery-color);
  position: absolute;
  inset-inline-start: 0;
    /* -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); */
    /* right: auto;
    left: 50%; */
    top: calc(100% + 9px);

}
.product-tabs > li.active > a,
.product-tabs > li.active > a:hover,
.product-tabs > li.active > a:focus {
  background-color: transparent;
  color: var(--text-color);
  border: none;
}

#tab-description * {
  font-family: inherit !important;
  font-weight: 300 !important;
  color: var(--text-color) !important;
  font-size: 16px !important;
  line-height: 2 !important;
}
.tab-content.proddtls {
  margin: 0;
  padding: 40px 0 0;
  border: none;
}
.custom_images {
  
  padding: 40px 0;
  justify-content: flex-start;
}
html[dir="rtl"] .custom_images
{
    direction: inherit;
}
.custom_images > a > i
{
  margin-inline-end: 7px;
}
.product_flexbox
{
  border: none;
}
.post-navs
{
  display: none;
}
.relatedTitle {
  margin-top: 75px;
  margin-bottom: 33px;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.default_products_slider .swiper-btn
{
  display: none;
}
.swiper-pagination
{
  z-index: 5;
}
.default_products_slider .swiper-pagination
{
  display: block;
  margin-top: 50px;
}
.default_products_slider .swiper-pagination .swiper-pagination-bullet
{
  margin: 0 3px;
  opacity: 0.502;
}
.default_products_slider .swiper-pagination .swiper-pagination-bullet:hover
{
  background-color: var(--secondery-color);
}
.default_products_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
  background-color: var(--secondery-color);
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
  .product_options
  {
    width: auto;
  }
  .product-tabs > li
  {
    padding: 0 6px;
  }
  .product-tabs > li > a 
  {
    font-size: 14px;
  }
  .product-tabs {
   
    justify-content: center;
    
  }
  .productpage-head > h1
  {
    max-width: 90%;
    line-height: 1.6;
  }
  .quantity_cart,.custom_images
  {
    justify-content: center;
  }
  .custom_images > a > i
  {
    margin-inline-end: 0;
  }
}

/* //////////// cart */
.cartprod .cartprodimg {
  padding: 0;
}
.cartproddtls small {
  color: #515151;
}
.cartprod .cartprodimg img {
  max-width: 50px;
  padding: 7px;
}
.cartList .removebtn i{
  color: #b8b8b8;
  font-size: 22px;
  transition: 0.5s ease;
}
.cartList .removebtn i:hover {
  color: #f37373 !important;
}
.cart-table > h3 {
  background-color: var(--primary-color);
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  padding: 0 26px;
  border-radius: var(--border-radius);
}
.cart-table > form {
  padding: 12px 16px 15px;
}
@media (max-width: 767px) {
  .cart-table > form {
    padding: 10px 10px 15px;
  }
}
.product-line:last-of-type {
  margin: 0;
}
.product-line-img {
  border: 2px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 78px;
  height: 78px;
  flex-shrink: 0;
}
.product-line-img
{
  padding: 7px;
}
.product-line-img img {
  max-width: 100%;
}
.product-line-name {
  margin: 0;
  margin-inline-start: 20px;
  padding-inline-end: 15px;
}
.product-line-name > a {
  font-size: 14px;
  color: var(--text-color);
}
.product-line-name > div {
  color: #515151;
}
.product-line .cart_quantity {
  max-width: 140px;
}

.product-line .cart_quantity input {
  font-family: var(--font-normal);
  text-align: center;
  -webkit-text-fill-color: var(--text-color);
  color: var(--text-color);
  background-color: #fff;
  border: 1px solid #e9e9e9;
  min-width: 100%;
  width: 140px;
  font-size: 16px;
  min-height: 40px;
}
.product-line .cart_quantity .qty-ctrl {
  font-size: 22px;
}
.product-line .cart_quantity .qty-ctrl.button-plus
{
  inset-inline-start: 14px;
}
.product-line .cart_quantity .qty-ctrl.button-minus
{
  inset-inline-end: 14px;
}
.product-line-totals .button-remove {
  color: #b8b8b8;
  font-size: 22px;
}
.product-line-totals .button-remove:hover {
  color: #f37373;
}
.product-line .product-line-prices {
  width: 150px;
  justify-content: flex-end;
}
.product-line .price1 {
  margin: 0;
  font-size: 18px;
}
.checkout-cart .cart-modules {
  margin-top: 55px;
}
.checkout-cart .cart-modules h2 {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 800;
}
.checkout-cart .cart-modules > p {
  font-size: 14px;
  margin: 0 0 20px;
}
.checkout-cart .panel-default > .panel-heading {
  padding: 0;
  border: none;
  background-color: transparent;
  overflow: hidden;
  border-radius: var(--border-radius);
}
html[dir="ltr"] .checkout-cart .panel-default > .panel-heading {
  border: none;
}
html[dir="rtl"] .checkout-cart .panel-default > .panel-heading {
  border: none;
}
.checkout-cart .panel-default > .panel-heading .panel-title {
  line-height: unset;
}
.checkout-cart .panel-default > .panel-heading a {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: var(--primary-color);
  font-size: 16px;
  font-weight: 800;
  padding: 0 26px;
  position: relative;
}
.checkout-cart .panel-default > .panel-heading a:hover {
  color: #fff;
}
.checkout-cart .panel-default > .panel-heading a:not(.collapsed) {
  background-color: var(--primary-color);
}
.checkout-cart .panel-default .panel-body {
  border: none;
  padding: 22px 20px 18px;
  display: flex;
  align-items: center;
}
.checkout-cart .panel-default .panel-body label {
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  color: var(--text-color);
  padding-inline-end: 10px;
  width: 245px;
  flex-shrink: 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .checkout-cart .panel-default .panel-body {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 10px;
  }
  .panel-default .panel-body label {
    padding: 0 0 10px;
    width: auto;
  }
}
.checkout-cart .panel-default .panel-body input {
  margin: 0;
}
.checkout-cart .panel-default .module-group {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkout-cart .module-group:not(.btn-group) > .btn:not(.btn_sm) {
  min-height: 40px;
  margin-inline-start: 4px;
  background-color: var(--secondery-color);
  color: #fff;
  border: none;
  width: 139px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
}
.checkout-cart .module-group:not(.btn-group) > .btn:not(.btn_sm):hover {
  background-color: var(--secondery-color);
}
@media (max-width: 767px) {
  .checkout-cart .module-group:not(.btn-group) > .btn:not(.btn_sm) {
    width: 110px;
  }
}
.checkout-cart .panel.panel-default {
  margin-bottom: 15px;
}
.checkout-cart .panel.panel-default:last-of-type {
  margin-bottom: 0;
}
.table-totals {
  margin: 36px 0 0;
  font-size: 14px;
  table-layout: fixed;
}
.table-totals td:last-of-type {
  padding: 9px 25px;
  font-size: 14px;
  font-weight: 700;
}

.table-totals td:first-of-type {
  padding: 9px 20px;
  font-weight: 400;
}
.table-totals tr:last-of-type > td {
  font-weight: 400;
}
.buttons {
  margin: 40px 0 0;
}
#cart-btn {
  width: 182px;
  height: 48px;
  border-radius: 25px;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
}
#cart-btn:hover {
  background-color: var(--secondery-color);
  border-color: var(--secondery-color);
}
.checkout-cart .table-bordered > tbody > tr > td {
  border-color: #e5e5e5;
  color: #0a081c;
}
.checkout-cart .table-bordered > tbody > tr > td.text-right
{
  font-weight: 700;
}
.checkout-cart .table-bordered > tbody > tr > td.text-left
{
  font-weight: 400;
}
html[dir="rtl"] .pull-right {
  float: left !important;
}

html[dir="rtl"] .pull-left {
  float: right !important;
}

html[dir="rtl"] .text-right {
  text-align: left !important;
}

html[dir="rtl"] .text-left {
  text-align: right !important;
}
/*checkout page*/
.chpage_title
{
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
}
.chpg_subtitle
{
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 37px;
}
.chpg_subtitle .chpgtl_anc
{
  color: var(--primary-color);
  cursor: pointer;
  transition: all 0.3s;
}
.chpg_subtitle .chpgtl_anc:hover
{
  text-decoration: underline;
}
#content .control-label, #content label.col-sm-12
{
  font-size: 14px;
  font-weight: 800;
}
.extension-quickcheckout-checkout .mo-totals,.extension-quickcheckout-checkout .tatals-cont
{
  background-color: transparent;
}
.checkout-radio input:checked ~ .checkout-radio-info {
  border-color: var(--secondery-color);
}
textarea[name="comment"] {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  textarea[name="comment"] {
    width: 750px;
  }
}
@media (min-width: 992px) {
  textarea[name="comment"] {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  
}
#content .quickcheckout-heading
{
  font-weight: 800;
}
#content .quickcheckout-content strong
{
  margin-top: 35px;
}
#content .quickcheckout-content
{
  overflow: inherit;
}
.extension-quickcheckout-checkout .cont_check {
  display: none;
}
.checkout-radio-info .mark:after {
  background-color: var(--secondery-color);
}
.extension-quickcheckout-checkout .product-line {
  display: none;
}
.extension-quickcheckout-checkout .tatals-cont {
  border: 1px solid #e6e6e6;
  padding: 0;
  position: relative;
}
.extension-quickcheckout-checkout .tatals-cont::after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  left: 50%;
  top: 0;
}
.extension-quickcheckout-checkout .quickcheckoutleft #cart1 {
  display: none;
}
.extension-quickcheckout-checkout .quickcheckoutleft.extra-width #cart1 {
  display: block;
}
.extension-quickcheckout-checkout .total.primary-colored {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  font-family: var(--font-bold);
  color: var(--text-color);
}
.extension-quickcheckout-checkout .mo-totals {
  margin-bottom: 0;
  padding: 10px 17px;
}
.extension-quickcheckout-checkout .mo-totals:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.checkout-radio-info .mark {
  background-color: #e7e7e7;
}
.mo-totals h6.totalTitle {
  width: 100%;
  font-size: 14px;
  font-family: var(--font-normal);
  text-align: start;
}
@media (max-width: 767px) {
  .mo-totals h6.totalTitle
  { 
    padding: 0 5px;
  }
  .extension-quickcheckout-checkout .total.primary-colored
  {
    padding: 0;
    
  }
}
.extension-quickcheckout-checkout .quickcheckoutmid {
  margin-top: 8px;
}
#content textarea.form-control
{
  height: 130px;
}
/* //////// login otp */
@media (min-width: 768px) {
  .modal-dialog {
    width: 555px;
    margin: 30px auto;
  }
}
.modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.modal-body {
  padding: 45px 15px;
}
#modal-loginotp .modal-close {
  font-size: 18px;
  color: #808080;
  top: 14px;
}
#modal-loginotp .modal-close:hover {
  color: var(--primary-color);
}
html[dir="ltr"] #modal-loginotp .modal-close {
  right: 14px;
}
html[dir="rtl"] #modal-loginotp .modal-close {
  left: 14px;
}
#loginotp-content .login_title {
  margin: 0 0 12px;
  font-size: 18px;
  font-family: var(--font-bold);
}
#loginotp-content .login_title i {
  color: #cccccc;
  font-size: 48px;
  margin: 0 0 10px;
}
.login_desc {
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  margin: 0 0 27px;
}
.login-method-btns {
  margin: 0 0 27px;
}
#loginotp-content .login-method-btns button.btn-default {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f5f2;
  width: 150px;
  height: 45px;
  color: #808080;
  font-size: 14px;
}
#loginotp-content .login-method-btns button span {
  font-size: 24px;
}
#loginotp-content .login-method-btns button.btn-default.active {
  color: #fff;
  background-color: var(--secondery-color);
}
.login-form label {
  margin: 0;
  text-align: start;
  justify-content: flex-start;
  padding: 0 18px 7px;
  font-size: 14px;
  font-weight: 700;
}
.login-form label:after {
  content: "*";
  color: #ff0000;
}
.login-form {
  max-width: 100%;
  width: 360px;
  margin: auto;
}
#send_otp
{
  background-color: var(--secondery-color);
  border-color: var(--secondery-color);
}
#send_otp:hover
{
  background-color: var(--secondery-color);
  border-color: var(--secondery-color);
}
.login-hint {
  margin: 20px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--text-color);
}
.login-hint a {
  color: var(--primary-color);
  text-decoration: underline;
  transition: all 0.3s;
}
.login-hint a:hover {
  color: var(--secondery-color);
  text-decoration: none;
}
.terms #button-payment-method
{
  background-color: var(--secondery-color);
  border-color: var(--secondery-color);
}
.terms #button-payment-method:hover
{
  background-color: var(--secondery-color);
  border-color: var(--secondery-color);
}
.otp_methods_parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.otp_methods span {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f5f2;
  width: 150px;
  height: 45px;
  color: #808080;
  font-size: 14px;
  border-radius: 25px;
}
.register_desc a {
  color: var(--primary-color);
}
.modal-backdrop
{
  z-index: 9;
}
/* ///////////// contact */
.contact-title
{
  font-weight: 800;
}
.contact-title ~ p
{
  font-size: 16px;
}
html[dir="ltr"] .contact-form {
  padding-right: 0;
}

html[dir="rtl"] .contact-form {
  padding-left: 0;
}
.contact-list li i {
  font-size: 24px;
  width: 35px;
  color: var(--secondery-color);;
}
.contact-list li {
  font-size: 14px;
}
.contact-list li span,
.contact-list li a {
  margin: 0 35px;
  font-weight: 400;
  font-size: 14px;
}
.method-head strong
{
  font-weight: 700!important;
  font-size: 14px
}
#information-contact .form-horizontal .control-label
{
  font-weight: 700;
  font-size: 14px;
  padding: 0px 35px 7px;
}
.contact-list a
{
  color: var(--text-color);
}
.contact-list a:hover
{
  color: var(--secondery-color);
}
.contact-list .map_view
{
  text-decoration: underline;
}
.contact-buttons
{
  justify-content: flex-start;
}
.contact-buttons .btn-primary
{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.contact-buttons .btn-primary:hover
{
  background-color: var(--secondery-color);
  border-color: var(--secondery-color);
}

/* ///////////Search page */
.search-page-flex {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.flex-item {
  display: flex;
  align-items: center;
}

.flex-item ~ .flex-item {
  margin-inline-start: 30px;
}
.flex-item > .form-control {
  margin: 0;
  height: 40px;
  min-height: 40px;
  width: 228px;
  border: none;
  background-color: #f2f2f2;
  color: #8e8e8e;
  font-size: 14px;
}
.flex-item > .control-label {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: var(--text-color);
  margin-inline-end: 11px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .search-page-flex {
    flex-wrap: wrap;
  }
  .flex-item {
    flex-direction: column;
    align-items: flex-start;
    width: calc(50% - 7.5px);
  }
  .flex-item:first-of-type {
    margin-inline-end: 15px;
  }
  .flex-item:last-of-type {
    width: 100%;
  }
  .flex-item ~ .flex-item {
    margin-inline-start: 0;
  }
  .flex-item > .form-control {
    width: 100%;
  }
  .flex-item > .control-label {
    margin-bottom: 11px;
  }
  .flex-item #button-search {
    width: 100%;
    margin-top: 15px;
  }
}
.sea_txt,.search_tit
{
  font-size: 16px;
  font-weight: 800;
}
.search_tit
{
  margin-top: 0;
  margin-bottom: 25px;
}
/*imge change*/
.img-holder img.thumb2
{
    display: none;
}
.img-holder:hover img.thumb2 {
    display: block;
    visibility: visible;
}
.img-holder:hover img.thumb1 {
    display: none;
    visibility: hidden;
}
/********************/
.brand-banner
{
    margin-bottom: 70px;
}

.sideCartProgress {
    padding: 0 20px;
    height: 65px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    justify-content: center;
    flex-shrink: 0;
  }
  .sideCartProgress .sideCartProgressTitel {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
  }
  .sideCartProgress .sideCartProgressBar {
    height: 8px;
    border-radius: 4px;
    background-color: #f2f2f2;
  }
  .sideCartProgress .sideCartProgressBar .cartprogress-bar {
    background-color: var(--primary-color);
    border-radius: 4px;
    height: 100%;
  }
  .sideCartProgress .sideCartProgressBar .cartprogress-bar.red_color {
    background-color: #aa001c;
  }
  .sideCartProgress .sideCartProgressBar .cartprogress-bar.yellow_color {
    background-color: #eeb900;
  }
  .sideCartProgress .sideCartProgressBar .cartprogress-bar.green_color {
    background-color: var(--secondery-color);
  }
  .cartproddtls .qty-div
  {
    background-color: transparent;
  }
  .manufacturer-image
  {
    border: 2px solid #f2f2f2;
    width: 165px;
    height: 165px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .manufacturer-banner
  {
    max-height: 500px;
    display: flex;
    margin-bottom: 40px;
  }
  @media (max-width: 991px) {
    .manufacturer-image
    {
      width: 90px;
      height: 90px;
    }
  }
 
  .gift-holder {
    position: fixed;
    bottom: 13px;
    left: 10px;
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.gift-holder .gift-cont
{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #ffffff;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.15));
  transition: all linear 0.3s;
  position: relative;
}
.gift-holder .gift-cont .gift-icon
{
  font-size: 30px;
  color: #000;
  transition: all linear 0.3s;
}
.gift-holder .gift-cont:hover .gift-icon
{
  cursor: pointer;
  color: var(--secondery-color);
}
.gift-holder .gift-cont .gift-count
{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: red;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}