/** Shopify CDN: Minification failed

Line 62:17 Unexpected "{"

**/
/* Global color */
:root {
  --blue: #00718C; /* use like this: color: var(--blue); */
  --orange: #E99251;
  --black: #000000;
}

/* Global container */
.container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100% !important;
}
@media (min-width: 1200px) {
    .container {
        width: 100% !important;
        max-width: 1440px !important;
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Global font */
body, h1, h2, h3, h4, h5, h6, p, a.btn {
    font-family: "Montserrat";
}
h1 {
    font-size: 55px;
    font-weight: 400;
}
h2 {
    font-size: 45px;
    font-weight: 400;
}
h3 {
    font-size: 30px;
    font-weight: 400;
}
h4 {
    font-size: 24px;
    font-weight: 400;
}
h5 {
    font-size: 20px;
    font-weight: 400;
}

h6 {
    font-size: 18px;
    font-weight: 400;
}
h1 b, h1 strong, 
h2 b, h2 strong, 
h3 b, h3 strong, 
h4 b, h4 strong, 
h5 b, h5 strong, 
h6 b, h6 strong, {
    font-weight: 600;
}
p {
    font-size: 16px;
}
a.btn, .btn {
    font-size: 17px;
    line-height: 24px;
    padding: 14px 26px;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (max-width: 1230px) {
h1 {
    font-size: 38px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5, h6 {
    font-size: 18px;
}
.banner-slider .swiper-pagination {
    bottom: 12px !important;
}
a.btn, .btn {
    font-size: 15px;
    padding: 12px 23px;
}
}

@media only screen and (max-width: 767px) {
h1 {
    font-size: 35px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}
h5, h6 {
    font-size: 18px;
}
a.btn, .btn {
    font-size: 16px;
    padding: 13px 24px;
}
}

/* Home Page CSS Start */

i.fa.fa-angle-right {
    font-size: 20px;
}

.capital-title {
    text-transform: uppercase;
}

/* Home Page CSS End */

/* Inner Page Banner CSS Start */

.inner-pages-banner {
    height: 526px;
    position: relative;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
  }
  .inner-pages-banner:before {
    content: ' ';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .banner-content {
    position: relative;
    z-index: 9;
  }

.banner-content h1,
.banner-content p {
  color: #ffffff;
}

.banner-content p {
  margin-bottom: 0px;
  font-size: 25px;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .inner-pages-banner {
    height: 350px;
  }
  .banner-content p {
    font-size: 18px;
  }
}

/* Inner Page Banner CSS End */

/* Button CSS Start */

a.button-style-dark {
    background: var(--blue);
    color: #fff;
    border: 1px solid var(--blue);
}

a.button-style-dark:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

a.banner-btn.btn {
  background: var(--orange);
  color: #ffffff;
  margin-top: 20px;
}

a.button-blue {
    background: var(--blue);
    color: #ffffff;
    border-color: var(--blue);
}

a.button-blue:hover {
    background: var(--orange);
    color: #ffffff;
    border-color: var(--orange);
}

a.button-orange {
    background: var(--orange);
    color: #ffffff;
    border-color: var(--orange);
}

a.button-orange:hover {
    background: var(--blue);
    color: #ffffff;
    border-color: var(--blue);
}

a.btn {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
}

.center-button a {
    text-align: center;
    margin: auto;
}

/* Button CSS End */

/* About Page CSS Start */

body#new-about-bee-dee-bags section.catelogue-background,
body#bee-dee-bags-high-quality-gift-packaging section.catelogue-background {
    background: #ffffff;
}

body#new-about-bee-dee-bags .catelogue-text,
body#bee-dee-bags-high-quality-gift-packaging .catelogue-text {
    background: #F2F8F9;
}

.custom-ul-li-style ul li {
    list-style: none;
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
    color: #E99251;
    font-weight: 600;
}

.custom-ul-li-style ul {
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.custom-ul-li-style ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    margin-right: 10px;
    font-size: 17px;
    color: #00718C;
    top: 0;
    bottom: 0;
    margin: auto;
}



.custom-print-section-inner-wrapper {
  display: flex;
  align-items: normal!important;
}

.custom-steps-text h4 {
    color: var(--orange);
}
/* About Page CSS End */

/* 404 Page CSS Start */

.page-not-found-text-section {
    padding: 100px 0px;
    text-align: center;
}

.page-not-found-text-section h5 {
    color: #000000;
    max-width: 700px;
    margin: 30px auto;
    line-height: 1.4em;
    width: 100%;
}

.button-center {
    text-align: center;
    margin: auto;
    width: fit-content;
}

/* 404 Page CSS End */


/* Cart Page CSS Start */

td.table-shopping-cart-img {
    display: flex!important;
    align-items: center;
    gap: 10px;
}

tr.cart-line-item {
    background: #A0A3A61A;
    padding: 10px;
    border-radius: 6px;
}

.cart__image {
    height: 104px;
    width: 104px;
    background: #fff;
    padding: 5px;
}

.table-shopping-cart>tbody>tr {
    border-bottom: 10px solid #ffffff;
}
/* .table-shopping-cart>thead>tr>th, 
.table-shopping-cart>tbody>tr>th, 
.table-shopping-cart>tfoot>tr>th, 
.table-shopping-cart>thead>tr>td, 
.table-shopping-cart>tbody>tr>td, 
.table-shopping-cart>tfoot>tr>td {
    padding: 10px;
} */

.col-md-10.col-md-offset-1 {
    width: 100%;
    padding: 0px 20px;
    margin: auto;
}

.table-shopping-qty.product-item-caption-qty {
    max-width: 230px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    padding: 5px;
}

.product-item-caption-qty button {
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 100%;
    background: var(--blue);
    color: #fff;
    font-size: 20px;
}

.product-item-caption-qty input {
    border: none;
}

.product-item-caption-qty input {
    width: 66%;
}

a.table-shopping-cart-item-title {
    text-align: left;
}

.table-shopping-cart-item {
    margin: 0px;
}

.gs__shadow-box {
    background: #A0A3A61A;
}
#gsMultishippingPage {
        margin-top: 50px !important;
    margin-bottom: 50px !important;
}
@media only screen and (max-width: 800px) {
.product-item-caption-qty input {
    width: 43%;
}
.product-item-caption-qty button {
    height: 34px;
    line-height: 34px;
    width: 34px;
}
.product-item-caption-qty button, .product-item-caption-qty input {
    height: 34px;
}
.cart__image {
    height: 80px;
    width: 80px;
}

}
@media only screen and (max-width: 767px) {

.table-shopping-remove {
    position: absolute;
    top: 5px;
    right: 15px;
    padding: 5px;
    box-sizing: content-box;
}
}
/* Cart Page CSS End */



/* product single */


.hero-container.hero-container-sm.recommendation_content {
  background: #ECEEEE;
  padding: 60px 0 40px 0;
}
.hero-container.hero-container-sm.recommendation_content h2.section-header-title {
    font-size: 42px !important;
}
.hero-container.hero-container-sm.recommendation_content h2.section-header-title::after {
    content: '';
    width: 80px;
    height: 3px;
    display: block;
    background: var(--orange);
    text-align: center;
    margin: 21px auto 0 auto;
}
.hero-container.hero-container-sm.recommendation_content .collection-row {
    margin-top: 20px;
}
.hero-container.hero-container-sm.recommendation_content .product-thumb-inner .product-thumb-img-wrap  img {
    object-fit: contain;
    margin: auto;
}
.hero-container.hero-container-sm.recommendation_content .product-thumb-inner .product-thumb-img-wrap {
    background: #fff;
    /* min-height: 400px !important; */
    border-radius: 8px;
    text-align: center;
    display: flex;
    min-height: 310px !important;
    height: 310px !important;
}
.hero-container.hero-container-sm.recommendation_content .product-thumb-caption-title-sku {
    display: none;
}
.hero-container.hero-container-sm.recommendation_content  .product-thumb-caption {
    text-align: left;
    margin-top: 10px;
}
.hero-container.hero-container-sm.recommendation_content  ul.product-thumb-caption-price,
.hero-container.hero-container-sm.recommendation_content .product-thumb-caption-price-current {
        font-size: 18px !important;
    font-weight: 600;
    color: var(--blue);
}
.hero-container.hero-container-sm.recommendation_content .product-thumb-caption-title {
        color: #000;
    font-size: 16px;
    font-weight: 400;
}
.hero-container.hero-container-sm.recommendation_content  .swiper-wrapper {
    align-items: flex-start !important;
}
@media (max-width: 767px){
    .hero-container.hero-container-sm.recommendation_content h2.section-header-title {
    font-size: 30px !important;
}
.hero-container.hero-container-sm.recommendation_content .product-thumb-inner .product-thumb-img-wrap{
    min-height: 200px !important;
}

.hero-container.hero-container-sm.recommendation_content {
    padding-bottom: 0;
}
.hero-container.hero-container-sm.recommendation_content .collection-products-wrapper {
    padding: 0 5px;
}
}



/* login account */
body#sign-in .main-content-inner:not(.general-page),
body#sign-up .main-content-inner:not(.general-page)  {
    padding: 60px 0 30px 0;
    max-width: 1000px;
}
body#sign-in form#customer_login input,
body#sign-up form#create_customer input,
body#sign-in #RecoverPasswordForm input{
    border-radius: 30px;
}
body#sign-in .account-page .centered-content {
    width: 100%;
    max-width: 700px;
}
body#sign-in .account-page .page-title {
        text-transform: capitalize;
            margin-bottom: 20px;
}
body#sign-in #RecoverPasswordForm h5.text-center {
        color: #000;
   font-size: 16px;
    margin: auto;
    margin-bottom: 50px;
}
body#sign-in #RecoverPasswordForm button#HideRecoverPasswordLink {
        padding: 11px 36px;
    margin-right: 22px;
}
body#sign-in #RecoverPasswordForm {
    padding-bottom: 30px;
}
body#sign-in #RecoverPasswordForm h2.page-title {
    font-size: 40px;
}
@media (max-width: 767px){
    body#sign-in #RecoverPasswordForm h2.page-title {
    font-size: 30px;
}
}


/* Policy Pages CSS Start */

.inner-section-text {
    padding: 60px 0px;
}

.inner-section-text h4,
.inner-section-text h6 {
    margin-top: 30px;
}

.inner-section-text h2 {
    margin-bottom: 30px;
}

.inner-section-text p a {
    font-weight: 600;
    color: var(--black);
}

.inner-section-text p a:hover {
    text-decoration: none;
    color: var(--blue);
}

.inner-section-text ol,
.inner-section-text ul {
    padding-left: 20px;
}

.inner-section-text ol li,
.inner-section-text ul li {
    margin-bottom: 10px;
}

/* Policy Pages CSS End */

/* Account Page CSS Start */

section.customer-account-page {
    padding: 60px 0px;
}

.account-title.welcome_title {
    text-transform: none;
    font-size: 40px;
    margin-bottom: 20px;
}

.button-center {
    text-align: center;
    margin: auto;
    width: fit-content;
}

.account-page h3 {
    font-weight: 600;
}

#shopify-section-cart-template a.continue_shopping_btn.btn_close.btn.btn-primary {
    margin: auto;
}

.btn--share i {
        color: var(--blue);
    font-size: 18px;
}
.category-card-info a.inline-button {
    text-transform: capitalize;
}

section.get-in-touch-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    display: block !important;
}
/* Make sure content stays above overlay */
section.get-in-touch-section > * {
  position: relative;
  z-index: 2;
}


 shopify-paypal-button{
    display: none;
}

 a.shopify-payment-button__more-options{
    font-size: 0;
    text-transform: capitalize;
    color: #fff !important;
    font-weight: 500;
    background: var(--blue) !important;
    padding: 11px !important;
    line-height: 24px;
    min-height: 50px;
    min-width: 100%;
    margin-top: 0 !important;
    border-radius: 45px;
    text-decoration: none !important;
    letter-spacing: 1.5px;
   transition: 0.3s all ease-in-out;
    border-radius: 45px;
    text-decoration: none !important;
}
 a.shopify-payment-button__more-options:hover {
 background: #00718cbf !important;
}
 a.shopify-payment-button__more-options::before {
    content: 'Buy It Now';
    color: #fff !important;
    font-size: 16px;
    top: 2px;
    position: relative;
    text-align: center;
    left: 5%;
}


#shopify-section-home_trust_section_t34NNP + #shopify-section-shop_by_industries_section_APFX3x .shop-by-industries-section{
padding-top: 0;
}