.left-side-contain .banner-left h1 { color: #fb3131; }
.left-side-contain .banner-left h4 { margin-top: -2px; color: #c9cfd5; }
.left-side-contain .banner-left h2 { color: #c5c035; }
.left-side-contain .banner-left p { color: #e2eaf1; }

.product-style-6 { margin-top: 10px; }
.product-style-6 .product-info h3 { padding: 3px 5px; font-size: 16px; font-weight: 500; text-align: center; }

.price-box span { font-size: 16px; color: #e87316; padding-left: 10px; }
.price-box del { font-size: 14px; color: #aaaaaa; font-weight: 400; }
.product-box { display: block; }
.product-box .img-wrapper { position: relative; overflow: hidden; background-color: #E9E9E9; }
.product-box .img-wrapper .img-host { padding: 20%; }

.product-style-7 { margin-top: 10px; }
.product-style-7 .product-info h3 { padding: 3px 0px; font-size: 16px; font-weight: 500; }



.add-to-cart-box { border-radius: 50px; position: relative; max-width: 160px; margin: auto; }
.bg-white { --bs-bg-opacity: 1; background-color: rgba( 255,255,255,1 ) !important; }

.qty-box { margin-top: 10px; width: 100%; height: 100%; position: relative; top: 0; left: 0;  }
.qty-box .input-group { background-color: rgb(212, 209, 209, 0.2); -webkit-box-shadow: 0 0 8px rgb(34 34 34 / 4%); border-radius: 50px; padding: 4px; text-align: center; z-index: 0; } 

.qty-box .input-group input { padding: 0px; border: none; text-align: center; background-color: rgb(212, 209, 209, 0.2); -webkit-box-shadow: 0 0 8px rgb(34 34 34 / 4%); }
.qty-box .input-group span button { border: 0px solid #ced4da; height: 100%; }
.qty-box .input-group button { background-color: transparent; border: 0; color: #212529; cursor: pointer; font-size: 12px; font-weight: 900; line-height: 1; padding: 0px 20px; }

.hide { display: none !important; }
.show { display: block !important; }

button.addcart-button { margin-top: 15px; padding: 2px 10px; width: 100%; height: 30px; line-height: 0px; border-radius: 25px; background-color: bisque; }
.btn-solid-bisque { color: #000; background-color: bisque; border: 1px solid bisque; }

.label-section .badge-red { padding: 6px 11px; font-size: 12px; background: #d60808; }
.qty-with-price span { font-size: 12px; }

@media screen and (min-width: 900px) {
    .onhover-div { min-width: 380px; }
}
.category-scroll { max-height: 100%; overflow: auto; }
.subscribe-section { background-color: #fddabf; }

label.error { color: #d60808; }


/* Change Color Theme */
header.header-style-2 { background-color: #B0112D; }
footer.footer-sm-space { background-color: #B0112D; }

header .main-navbar .nav-menu > li > a { color: #efdada; font-size: 16px; }

.label-theme { background-color: #B0112D; }

.wineRed { color: #B0112D; }
header.nav-down .navbar-searchbar { background-color: #B0112D; color: #FFF; }
.font-light, .font-dark { color: #FFF !important; }
.footer-newsletter h3 { color: bisque; }

ul.contact-lists li span b { color: bisque; }
footer .footer-links .footer-title h3 { color: bisque; }
footer .footer-links ul li .font-dark:hover { color: #c9c0c0 !important; }

section#shop-area { padding-top: 10px !important; background-color: burlywood; }

footer .main-footer { border-bottom: none; border-top: none; }

.billing-info { margin-top: 10px; background-color: #dba765; padding: 20px; }
.billing-info input { width: 100%; height: 40px; background:cornsilk; border: none; margin-bottom: 20px; padding: 0px 20px; border-radius: 5px; }
.billing-info textarea { width: 100%; height: 165px; background: cornsilk; border: none; margin-bottom: 30px; padding: 10px 20px;  border-radius: 10px; }
.billing-info select { width: 100%; height: 40px; background:cornsilk; border: none; margin-bottom: 20px; padding: 0px 20px; border-radius: 5px; }


#shipping-info { width: 80%; margin: auto; border: none; background-color: burlywood; padding: 0px; }

.shipping-info-b { margin-top: 10px; background-color: #dba765; padding: 20px; }
.shipping-info-b input { width: 100%; height: 40px; background:cornsilk; border: none; margin-bottom: 20px; padding: 0px 20px; border-radius: 5px; }
.shipping-info-b textarea { width: 100%; height: 165px; background: cornsilk; border: none; margin-bottom: 30px; padding: 10px 20px;  border-radius: 10px; }
.shipping-info-b select { width: 100%; height: 40px; background:cornsilk; border: none; margin-bottom: 20px; padding: 0px 20px; border-radius: 5px; }

.button-float{ position:fixed; width:60px; height:60px; bottom:40px; right:40px; background-color:#25d366; color:#FFF; border-radius:50px; text-align:center;
  font-size:30px; box-shadow: 2px 2px 3px #999; z-index:100; }
.my-button-float{ margin-top:16px; }

footer .footer-contact .contact-lists li { display: -webkit-box; display: -ms-flexbox; display: flex; text-transform: none; }

.img-fluid { margin: auto; }


.poster-section {
  min-height: 750px;
  background-image: url(../../media/64311196.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.poster-section .home-social {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.poster-section .home-social ul {
  margin: 0;
  padding: 0;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.poster-section .home-social ul li {
  margin-bottom: calc(14px + (16 - 4) * ((100vw - 320px) / (1920 - 320)));
}

.poster-section .home-social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.poster-section .home-social ul li img {
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.poster-section .home-social ul li span {
  vertical-align: 3px;
  font-weight: 600;
  color: #FFF;
}

header.nav-down.nav-up .navbar-searchbar {
  top: 0;
}

header.nav-down .navbar-searchbar {
  top: 0;
}

/* Quickshop */
/* table.quick-shop { background-color: transparent; border-width: 0px; border-color: transparent; }
table.quick-shop thead tr { color: #000; font-size: 18px; font-family: 'Roboto', sans-serif; font-weight: bold; }
table.quick-shop tr td { vertical-align: middle; }
table.quick-shop tr.category td h3 { margin: 0px; padding: 0px 20px; line-height: 50px; font-size: 15px; }
table.quick-shop tr td table .imgtag, table.quick-shop tr td table td.qty { text-align: center; }
.pce-s { text-align: right; text-decoration: line-through; }
.pce { text-align: right; }
table.quick-shop tr td table { font-size: 18px; font-family: 'Roboto', sans-serif; }
table.quick-shop tr td table { width: 100%; margin-top: 10px; margin-bottom: 10px; }
td.pce-s span, td.pce span { float: left; }
.qtybutton-1 { width: 100%; height: 25px !important; margin: 5px 0; display: inline-block; border-radius: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; font-size: 1rem; text-align: center; }
td span[id^=pro-] { float: right; }

#showdis { width: 100%; margin: 10px auto; display: block; padding: 20px; text-align: center; position: -webkit-sticky; position: sticky; bottom: 0; height: 60px; font-size: 18px; border-radius: 15px; }

.checkbox-wrapperB { display: flex; justify-content: left; align-items: left; }
.checkbox-containerB { display: flex; align-items: left; cursor: pointer; font-size: 16px; }
.checkbox-containerB input { margin-right: 10px; cursor: pointer; opacity: 0; }

.checkbox-containerB input:checked ~ .checkmark:after { display: block; }
.checkbox-containerB .checkmark:after { left: 7px; top: 3px; width: 5px; height: 10px; border-width: 0 3px 3px 0; transform: rotate(45deg); }
.checkbox-wrapper { display: flex; justify-content: center; align-items: center; height: 100%; }
.checkbox-container { display: flex; align-items: center; cursor: pointer; font-size: 16px; }
.checkbox-container input { margin-right: 10px; cursor: pointer; opacity: 0; }
.checkmark { position: relative; height: 20px; width: 20px; margin-right: 10px; border-radius: 5px; }

.billing-info { margin-top: 10px; padding: 25px 50px; border-radius: 25px; }
.billing-info input { width: 100%; height: 40px; border: none; margin-bottom: 20px; padding: 0px 20px; border-radius: 5px; }
.billing-info textarea { width: 100%; height: 165px; border: none; margin-bottom: 30px; padding: 10px 20px;  border-radius: 10px; }
.billing-info select { width: 100%; height: 40px; border: none; margin-bottom: 20px; padding: 0px 20px; border-radius: 5px; }
.billing-info .at-custom-label { display: block; font-size: 16px; margin-bottom: 5px;  }

#ship_info { margin-top: 10px; padding: 30px 50px 40px 50px; border-radius: 25px; }
#ship_info input { width: 100%; height: 40px; border: none; margin-bottom: 20px; padding: 0px 20px; border-radius: 5px; }
#ship_info textarea { width: 100%; height: 165px; border: none; margin-bottom: 30px; padding: 10px 20px;  border-radius: 10px; }
#ship_info select { width: 100%; height: 40px; border: none; margin-bottom: 20px; padding: 0px 20px; border-radius: 5px; }
#ship_info .at-custom-label { display: block; font-size: 16px; margin-bottom: 5px;  }

.deliveryMethod { padding: 25px; border-radius: 20px 0 0 20px; }
.deliveryMethodCalculation { padding: 25px; border-radius: 0 20px 20px 0; }
.deliveryMethod h2 { font-size: 16px; }

.custome-form-check .form-check-label { overflow: visible; white-space:pre-wrap; padding-left: 10px; font-size: 16px; }



.shipping-info { margin-top: 10px; width: 100% } */

.uk-button { line-height: 0px;  }
.flex-stack { justify-content: space-between; align-items: center; }
@media (min-width: 1200px){ 
  .fs-2qx { font-size: 2.25rem!important; }
}

.h-60px { height: 60px!important; }
.w-60px { width: 60px!important; }
.login-section .materialContainer { max-width: 500px; }


.main-banner { height: auto; position: relative; }

/* .home-section-2 {
    min-height: 750px;
    background-image: url(../../media/64311196.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  } */
  
  .home-social {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px 5px;
    border-radius: 20px;
  }
  
  .home-social ul {
    margin: 0;
    padding: 0;
  
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .home-social ul li {
    margin-bottom: calc(14px + (16 - 4) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .home-social ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .home-social ul li img {
    margin-right: 0;
    margin-bottom: 5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .home-social ul li span {
    vertical-align: 3px;
    font-weight: 600;
    color: #FFF;
  }

.slick-list { text-align: left; }

.right-side-contain { top: 60%; right: 20px; position: fixed; z-index: 999; }

.home-social ul li span { vertical-align: 3px; font-weight: 600; color: #000; }

.btn.btn-red {
  border-radius: 15px;
  margin-bottom: 25px;
}

.social-icons {
  float: left;
  width: 100%;
}

.social-icons li {
  display: inline-block;
  margin-right: 6px;
}

.social-icons li a {
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  width: 35px;
}

ul.contact-lists li { font-size: 19px; }
div.footer-content ul li a{ font-size: 19px; }
footer .main-footer {
  padding: 40px 0 0px 0;
}
