/** Shopify CDN: Minification failed

Line 8:10 Expected ";"

**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')
@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Bold.eot?v=1712227427');
    src: url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Bold.eot?v=1712227427?#iefix') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Bold.woff2?v=1712227426') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Bold.woff?v=1712227427') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Bold.ttf?v=1712227427') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Black.eot?v=1712227731');
    src: local('Source Sans Pro Black'), local('SourceSansPro-Black'),
        url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Black.eot?v=1712227731?#iefix') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Black.woff2?v=1712227730') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Black.woff?v=1712227731') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Black.ttf?v=1712227731') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Semibold.eot?v=1712228026');
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'),
        url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Semibold.eot?v=1712228026?#iefix') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Semibold.woff2?v=1712228026') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Semibold.woff?v=1712228026') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0857/2688/8214/files/SourceSansPro-Semibold.ttf?v=1712228027') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.footer-top .footer-menu ul li a,
.icon_div a.cstm-links {

    pointer-events: initial !important;
    cursor: pointer !important;
    opacity: 1 !important;
}
*:focus-visible
{
	outline:none;
	box-shadow:none;
}
.header-logo__image {
    max-width: 250px;
}
label.required::after {
  content: " *";
  color: red;
}

.icon_div {
    display: flex;
    align-items: center;
}
.header-top nav.header-menu {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-end;
}

.shopify-section-main-collection ul.product-grid.columns li {
    padding: 20px;
}
.shopify-section-main-collection a.card__image {
    padding: 0;
}
.shopify-section-main-collection a.card__image img.card__primary-image {
    position: relative;
    width: 100%;
    padding: 0;
}

.shopify-section-main-collection ul.product-grid.columns li .card {
    padding-bottom: 0;
}

/* start */
.custom_feature_product .cstm-bg-img a.card__image {
    pointer-events: none;
}

.custom_feature_product a.card__title.small-caption {
  pointer-events: none;
}
/* end */

.custom_image.banner_image video {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.custom_image video {
    width: 100%;
}

/*.collection-utility-bar__buttons .collection-utility-bar__sorting select#SortBy option[value="title-ascending"],
.collection-utility-bar__buttons .collection-utility-bar__sorting select#SortBy option[value="title-descending"],
.collection-utility-bar__buttons .collection-utility-bar__sorting select#SortBy option[value="created-ascending"],
.collection-utility-bar__buttons .collection-utility-bar__sorting select#SortBy option[value="created-descending"]
{
    display: none;
}*/



.custom_blog {
    background-color: #000;
    background-image: url("https://cdn.shopify.com/s/files/1/0857/2688/8214/t/9/assets/sparrow-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
      padding: 10px 0;
    border-top: 1px solid #a99765;
}
.custom_blog .page-width {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}
.custom_blog .blog_main .custom {
    border: 1px solid #A99765;
}
 .custom_blog .blog_main {
    display: grid;
    grid-template-columns: auto auto auto auto;
   column-gap: 20px;
       row-gap: 10px;
}
.custom_blog .blog_main .custom img {
        padding: 5px;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.custom_blog .blog_main .custom p {
    color: #bfbfbf;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  padding:5px;
}
.custom_blog .blog_main .custom a {
    text-decoration: none;
    color: #A99765;
}
.custom_blog .blog_main .custom h2 {
    font-size: 16px;
   color: #A99765;
    padding: 6px 0;
    border-bottom: 1px solid #A99765;
}
.custom_blog  h2 {
    font-size: 19px;
    text-align: center;
    padding: 10px;
}
/* .header-logo a {
  margin: 0 auto;
} */
.header-top .header-icons .secon_menu_header {
    display: flex;
      align-items: center;
}
    

.header-icons .secon_menu_header a.brand:after
	{
	     content: "";
    display: block;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .15s ease-in-out;
	}
	.header-icons .secon_menu_header a.brand:hover:after {
    transform: scaleX(1);
      
}
/* css for Popup footer*/
.main-product__block-variant-picker label.input__label.input__label--select {
    text-transform: uppercase;
    font-weight: 500;
}
 .product-option:nth-last-child(-n+2) {
    display: none;
}
/* .drawer.drawer--menu .drawer-footer__inner.drawer-footer__inner--cart .cart-notes.caption {
    display: none;
} */
.drawer.drawer--menu .cart-drawer-recommendations header.cart-drawer-recommendations__heading h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.template-cart .cart-right-section {
    border: 1px solid #ccc;
    padding: 30px 20px;
}
.template-cart .cart-right-section loess-cart-blocks.cart-blocks.caption {
    border: none;
    padding: 0;
    gap: 0;
}
.template-cart .cart-right-section loess-cart-blocks.cart-blocks.caption .cart-notes {
    margin-bottom: 30px;
}
.template-cart table.cart-items th.small-text {
    font-family: 'Source Sans Pro';
    opacity: 1;
    font-weight: 600;
    font-size: 16px;
}
.template-cart table.cart-items td.cart-item__details a {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-weight: 700;
}

.template-cart table.cart-items td.cart-item__details .product-option {
    font-size: 16px;
}
.template-cart table.cart-items td.cart-item__media .cart-item__image-container img {
    width: 100%;
    max-width: 100%;
}
.template-cart table.cart-items td.cart-item__media .cart-item__image-container {
    width: 100%;
 
}
.template-cart table.cart-items .cart-item__quantity-wrapper.small-caption .remove__button {
    display: block;
    width: 104px;
	text-align:center;
}
.template-cart table.cart-items .cart-item__quantity-wrapper.small-caption .remove__button a {
    font-size: 16px;
}
.template-cart .cart-right-section .cart-progress {
    margin-bottom: 30px;
}
.template-cart .cart-right-section .cart-subtotal-price {
    font-size: 24px;
	    margin-bottom: 10px;
}
.template-cart .cart-right-section .cart-checkout-button,
.template-cart .cart-right-section .cart-payment-terms {
    margin-bottom: 20px;
}
.shopify-section--main-cart header.section-heading {
    padding-bottom: 40px;
    text-transform: uppercase;
    /* font-size: 28px; */
}	

.drawer.drawer--menu .cart-drawer-recommendations header.cart-drawer-recommendations__heading {
    padding-bottom: 20px;
}
.drawer.drawer--menu .cart-drawer-recommendations {
    margin-top: 0;
    padding-top: 30px;
}
.main_popup_test span.popup_testing:focus,
.main_popup_test span.popup_testing:focus-visible {
    outline: none !important;
}

.main_popup_test {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main_popup_test .main_popup_test-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 300px;
    height: auto;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 60px 15px;
    border-radius: 5px;
    max-width: 100%;
    width: 430px;
}

p.line-item-property__field textarea {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border: none;
    outline: none;
    width: 88% !important;
    resize: none;
      background: transparent;
}

.main-product__blocks p.line-item-property__field textarea {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    line-height: 50px;
}

.main_popup_test span.popup_testing {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
}
p.line-item-property__field textarea {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border: none;
    outline: none;
    width: 100%;
    resize: none;
    background: transparent;
    color: #000;
}
.main_popup_test h3 span.popup_test {
    position: absolute;
    right: -10px;
    top: -15px;
    cursor: pointer;
    font-size: 26px;
    background-color: #161616;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
    font-weight: normal;
}

.main_popup_test h3 svg.icon.icon--green-check {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}
footer .section .footer-top h4 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    
}
.shopify-section--footer .footer-bottom .footer__copyright span.small-text {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
}
.shopify-section--newsletter .rte h3 p {
    font-size: 28px;
}
.shopify-section-main-collection  .collection-utility-bar span.collection-utility-bar__count-text {
    font-size: 16px;
}
.shopify-section-main-collection ul.collection-filter__list li span.button--small {
    font-size: 16px;
}
/* css for Popup footer*/
.shopify-section-main-collection .collection-utility-bar__sorting label {
    font-family: 'Source Sans Pro';
    font-weight: 600;
}
.custom_feature_product .soft-background h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    
}
.custom_feature_product .color-soft-background .rte p {
    font-size: 16px;
}
.custom_feature_product .soft-background ul.featured-collection li .card__metadata a.card__title.small-caption {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.custom_feature_product .soft-background ul.featured-collection li .card__metadata  span.price-item.price-item--regular {
    font-size: 16px;
}
.announcement-bar {
    min-height: 42px;
    background: url("https://cdn.shopify.com/s/files/1/0857/2688/8214/files/pexels-hngstrm-2341290.jpg") center no-repeat;
    background-size: cover; 
}

.announcement-bar .announcement-bar-merged a.announcement-bar__link {
     width: 100%;
    align-items: center;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}
.announcement-bar .announcement-bar-merged {
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcement-bar .announcement-bar-merged a.announcement-bar__link img.anousment_image {
    width: 17px !important;
}

.announcement-bar .announcement-bar-merged .hide-mobile-and-tablet ul.social-media {
    gap: 4px;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 25px 40px;
}

.header-top nav.header-menu {
    order: 1;
  z-index:1;
}

.header-top .header-logo {
    order: 2;
    position: absolute;
    left: 0;
  z-index:2;
}

.header-top .header-icons {
    order: 3;
  z-index:1;
      
}
.header-top .header-icons a.header-icons__account img,.header-top .header-icons .header-cart-icon img {
    width: 32px;
    height: 32px;
  object-fit:contain;
}
.header-top .header-icons .secon_menu_header a {
    font-size: 15px;
    padding: 0 14px;
    /*color: #fff;*/
  color: #000;
  text-transform:uppercase;
}

.header-top .header-icons .tap {
    gap: 19px;
}

.Media_with_text_banner .section-vertical-spacer {
    padding-top: 0 !important;
    background-color: #AA9767;
    padding-bottom: 0;
}

.Media_with_text_banner .container {
    max-width: 100% !important;
    padding: 0 !important;
}

.Media_with_text_banner .container .media-with-text__text .rich-text-wrapper {
    max-width: 745px !important;
    float: right;
    padding-left: 45px !important;
}
.button--primary {
    font-size: 18px;
    letter-spacing: 2px;
}
.story_image_text1 .rich-text h2.h2,.story_image_text2 .rich-text h2.h2 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
  color:#000;
}
.story_image_text1 .rich-text p,.story_image_text2 .rich-text p {
    font-size: 16px;
    line-height: 24px;
}
.story_image_text1 .rich-text a.button.button--secondary {
    font-size: 18px;
    font-weight: 600;
}
.custom_image_slider {
    margin-top: 80px;
}
.home_media_with_text .rich-text h2 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
}
/*.home_media_with_text .rich-text a.button {
    border-color: #240700;
    color: #240700;
    font-size: 18px;
    font-weight: 600;
  letter-spacing:1px;
}*/
.home_media_with_text .rich-text p {
    font-size: 16px;
}
.custom_image_slider h1 {
    --font-size: 2.5rem;
    text-align: center;
    text-transform: capitalize;
}

.custom_image_slider ul.slick-dots {
    display: none !important;
}

.custom_image_slider .wrapper {
    padding: 40px 0 !important;
}

.custom_image_slider .wrapper .slick-initialized .slick-slide {
    height: auto;
}

.Media_with_text_banner .container .media-with-text__text {
    position: relative;
    z-index: 9;
}

.Media_with_text_banner .container .media-with-text__text .rich-text-wrapper span.large-subtext.color-accent {
    font-size: 16px;
    color: #000 !important;
}

.Media_with_text_banner .container .media-with-text__text .rich-text-wrapper h2 {
    font-size: 72px;
    color: #000 !important;
    font-weight: 700 !important;
    /*line-height: normal;*/
      line-height: 84px;
}
	
	.custom_image .rich-text .large-subtext {
    font-size: 16px;
}
.custom_multicolum ul li .rich-text h3.text-column-heading {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
}
.custom_image .rich-text h2.h2.animate {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.custom_image .rich-text .rte.body-text {
    font-size: 16px;
}
.custom_image .rich-text a.button.button--primary {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
   font-family: 'Source Sans Pro';
}
.Media_with_text_banner .container .media-with-text__text .rich-text-wrapper p {
    font-size: 16px;
    color: #000;
}

.Media_with_text_banner .media-with-text__media-wrapper {
    position: relative;
    box-shadow: none;
}

.Media_with_text_banner .media-with-text__media-wrapper:before {
    content: "";
    position: absolute;
    background-image: url(https://cdn.shopify.com/s/files/1/0857/2688/8214/t/6/assets/newafter.png?v=1708335249);
    width: 311px;
    height: 771px;
    top: 0;
    left: -10px;
    z-index: 1;
}

.Media_with_text_banner .container .media-with-text__text .rich-text-wrapper .rich-text {
    gap: 9px !important;
}

.Media_with_text_banner .container .media-with-text__text .rich-text-wrapper .rich-text .button-group a {
    background-color: #000;
    padding: 15px 35px;
    border-radius: 4px;
    margin-top: 10px;
      font-family: 'Source Sans Pro';
    font-weight: 600;
}

.shopify-section--newsletter .section-vertical-spacer {
    padding: 0;
}

.shopify-section--newsletter .section-vertical-spacer .section.color {
    background: none;
}

.shopify-section--newsletter .section-vertical-spacer .section.color .newsletter-text h2 {
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.shopify-section--newsletter .section-vertical-spacer .section.color .newsletter-text .rte h3 {
    font-size: 46px;
    color: #000;
}

.shopify-section--newsletter .section-vertical-spacer .section.color .newsletter-text .rich-text {
    gap: 0px;
}

.shopify-section--newsletter .section-vertical-spacer .section.color .newsletter-text {
    gap: 0;
}

.shopify-section--newsletter .section-vertical-spacer .section.color .newsletter-text form#contact_form {
    max-width: 850px;
}

.shopify-section--newsletter .section-vertical-spacer .section.color .newsletter-text form#contact_form .input-group input {
    background-color: #fff;
    padding: 28px;
    border-radius: 6px;
    border: solid 1px#C5C5C5;
}

.shopify-section--newsletter .section-vertical-spacer .section.color .newsletter-text form#contact_form .input-group label {
    font-size: 14px;
    left: 23px;
    top: 20px;
}

.shopify-section--newsletter .section-vertical-spacer .section.color .newsletter-text form#contact_form .input-group button {
    background-color: #AA9767;
    padding: 29px;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    right: 0;
    border-radius: 5px;
}

footer .section {
    background: #181818 !important;
}

footer .footer-top .footer-block-menu {
    padding-top: 50px;
}

footer .footer-top .footer-block-text {
    padding-top: 50px;
}

footer .footer-top .footer-block-newsletter {
    padding-top: 50px;
      width: 25%;
}

footer .footer-top .footer-block-menu ul.menu-list li a {
    font-weight: 300 !important;
  font-family: "Roboto", sans-serif;
}

footer .footer-top .footer-block-text .rte.caption p {
    font-weight: 300;
}

footer .footer-top .footer-block-text .second_text {
    margin-top: 15px;
}

footer .footer-top .footer-block-text .second_text p {
    font-size: 16px;
}

footer .footer-top .footer-block-newsletter .icon_div {
    margin-top: 30px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: flex-end;
}

footer .section h4 {
    font-size: 20px;
}

footer .footer-top .footer-block-newsletter form .input-group input {
    background-color: #fff;
    border-radius: 4px;
    /*border: solid 1px#C5C5C5;*/
    height: 48px;
  font-size:14px;
    color: #000;
}

footer .footer-top .footer-block-newsletter form .input-group label {
    font-size: 14px;
    left: 23px;
    top: 17px;
    color: #000;
}

footer .footer-top .footer-block-newsletter form .input-group button {
    background-color: #AA9767;
    padding: 23px;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    right: 0;
    border-radius: 2px;
}

.shopify-section--newsletter .color-soft-background {
    background-color: #fff;
}

.shopify-section--footer {
    position: relative;
    overflow-x: hidden;
}

/*.shopify-section--footer:before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0857/2688/8214/t/6/assets/beforee.png?v=1708337596);
    position: absolute;
    width: 1920px;
    height: 34px;
    left: 0;
    top: 0;
    z-index: 9;
}*/

.shopify-section--footer .footer-bottom {
    background-color: #000;
    padding: 0;
}

.shopify-section--footer .footer-bottom .footer__copyright {
    margin: 15px 0;
}

footer .section .footer-top {
    padding-bottom: 30px;
    padding-top: 30px;
}

.shopify-section--newsletter .section-vertical-spacer .section.color .newsletter-text {
    gap: 0;
    margin-top: 0 !important;
    padding-top: 10px;
}

html {
    padding-bottom: 0px !important;
}

/*.header-top .header-logo img {
    width: 90px;
  margin: 0 auto;
}*/

.wholesale_Rich_text .rich-text {
    max-width: 100%;
    text-align: left;
}
.wholesale_Rich_text .section.shadow {
    background: transparent;
}
.wholesale_Rich_text .rich-text h2 {
    text-align: left !important;
    width: 100%;
    color: #000 !important;
    position: relative;
      font-size: 30px;
    font-weight: 700;
}

.wholesale_Rich_text .rich-text h2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #aa9767;
    bottom: -6px;
    left: 0;
}

.wholesale_Rich_text .rich-text .small-subtext.rte {
    margin-top: 15px;
}

.wholesale_Rich_text .rich-text p {
    font-size: 16px;
    letter-spacing: 0;
       text-transform: initial;
    font-weight: 500;
}

.wholesale_Rich_text .rich-text br {
    display: none;
}

.wholesale_Rich_text {
      margin: 0;
    padding: 60px 0 80px;
}

.wholesale_Rich_text3 .section-vertical-spacer {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0;
}

.wholesale_Rich_text2 .section-vertical-spacer {
    padding: 0;
}

.shopify-section--newsletter {
    margin-top: 60px;
}

.header-top li a {
   /*color: #fff;*/
  color: #000;
      text-transform: uppercase;
  font-size:15px;
}

.story_image_text1 .section {
    /*background-color: #aa9767;*/
  background-color: rgba(var(--color-default-text), var(--color-soft-background-opacity));
    padding: 60px 0;
}

.story_image_text3 .section {
    background-color: #aa9767;
    padding: 0;
}

.carrer-rich-text h1 {
    margin: 0;
}

.blog_post_custom .color-soft-background {
    background-color: #aa9767;
}

.announcement-bar .announcement-bar-merged .hide-mobile-and-tablet ul.social-media svg path {
    fill: #fff;
}

.custom_contact .contact-form__image.border-radius {
    min-height: inherit;
    height: inherit;

}

.custom_contact .contact-form__image img {
    position: relative;
}

.custom_contact .contact-form {
    height: auto;
    min-height: auto;
    background-color: transparent;
}

.custom_contact .contact-form .form {
    padding-top: 0;
    padding-bottom: 0;
    row-gap: 0;
}

.custom_contact .contact-form .contact-form__textarea {
    padding-top: 0;
}

.custom_contact .contact-form .contact-form__textarea textarea {
    height: 180px;
    background-color: #fff;
}

.custom_contact .contact-form .form input {
    border: 1px solid #ccc;
    margin-bottom: 16px;
    padding-top: 0;
    background: #fff;
}

.custom_contact .contact-form .form input::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
    font-weight: normal;
}

.custom_contact .contact-form .form input .input__textarea::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #000;
    font-weight: normal;
}

.custom_contact .contact-form .contact-form__textarea .input__textarea::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

.custom_contact .contact-form .contact-form__textarea::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #000;
}


.custom_contact .contact-form .form .input__field--has-input,
.custom_contact .contact-form .form .input__field:focus-within {
    box-shadow: none;

}

.custom_contact .contact-form .form label.input__label {
    font-size: 15px;
    display: none;
}

.custom_contact .section {
    background-color: #f6f5f5;
}

.custom_contact .contact-form button.button {
    background-color: #aa9767;
    padding: 29px;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    right: 0;
    border-radius: 5px;
    width: 198px;
    height: 50px;
    display: inline;
    /* margin: 0; */
    padding: 0;
    min-width: inherit;
    margin-top: 16px;
}

.custom_contact .contact-form button.button span,
.custom_contact .contact-form button.button:before {
    display: none;
}

.popup {
    z-index: 9;
}

.section.header {
    /*background-color: #000;*/
  background-color: #f5f5f5;
}

.shadow {
    box-shadow: none;
}

.promo-banner-border {
    padding: 0;
}

.personaliz_gift_text p {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.cusrom_logo_list .section-vertical-spacer {
    padding-top: 0;
    padding-bottom: 0;
}

.fullfillment_rict_text h1 {
    margin-top: 0;
    font-size: 35px;
}

.fullfillment_rict_text h2 {
    font-size: 30px;
}

.fullfillment_rict_text .container {
    padding: 0px 20px;
}

.fullfillment_rict_text {
    margin-bottom: 0px;
}



.main_product_custom .main-product__media-gallery__inner {
    width: 100% !important;
    max-width: 100% !important;
}

.main_product_custom .main-product__blocks p.line-item-property__field label,
.main_product_custom .main-product__blocks .o_product_terms_and_sharege label {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 10px;
}

.main_product_custom .main-product__blocks p.line-item-property__field select#labels {
    width: 100%;
    padding: 13px 10px;
}

.main_product_custom .main-product__blocks .o_product_terms_and_sharege {
    margin-top: 20px;
}


.main_product_custom .main-product__blocks .second {
    margin-bottom: 20px !important;
}

.main_product_custom .main-product__blocks .second_data input.input {
    width: 100%;
    padding: 7px 15px;
    margin-top: 20px;
}

.main_product_custom .main-product__blocks .second_data textarea {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}

p.line-item-property__field select,
select#custom-message,
.main_product_custom .main-product__blocks .o_product_terms_and_sharege textarea {
    width: 100%;
    padding: 7px 6px;
    border: 0;
    color: #2f140d;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: #fff;
    font-size: 17px;
}

.main_product_custom .main-product__blocks .o_product_terms_and_sharege textarea {
    padding: 7px 8px;
}

.custom-lineproperties {
    margin-bottom: 20px;
}
.contact-form__form h2.section-heading__heading.h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}
.contact-form__form button.button {
    font-size: 15px;
    font-weight: normal;
}
.contact-form__form .input-group label,.contact-form__textarea.input-group textarea {
    font-size: 16px;
}
.shopify-section-main-collection .card__metadata a.card__title {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.shopify-section-main-collection .card__metadata 
 span.price-item.price-item--regular {
    font-size: 16px;
}
.shopify-section-main-collection .collection-aside h2.collection-aside__title ,
.shopify-section-main-collection .collection-aside button.collection-filter__label{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
  font-family: 'Source Sans Pro';
    /* font-family: var(--font-b-family); */
}
.shopify-section--promo-banner .promo-banner__text h2.h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
}
.shopify-section--promo-banner span.small-subtext {
    /*font-size: 16px;*/
      font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
  font-family: var(--font-h-family);
    /* text-transform: capitalize; */
}
.shopify-section-main-collection option[value="best-selling"] {
  display: none;
}

.custom-meadia_text .rich-text h2.h2 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
}
.custom-meadia_text .rich-text  .rte p {
    font-size: 16px;
}
.custom-lineproperties textarea {
    width: 100%;
}
.personlize_first h2.h1 {
    font-size: 52px;
    font-weight: bold;
  color:#000;
  
}
.personlize_first .small-subtext.rte p {
    font-size: 26px;
    line-height: 1.5;
    text-transform: inherit;
      letter-spacing: 0;
  color:#000;
}
.personlize_first .rich-text.rich-text--large-contained {
    row-gap: 10px;
}
.logo_list li.logo.logo--square {
    padding: 0;
    background-color: transparent !important;
}
.logo_list .section-vertical-spacer.container {
    max-width: 1378px;
  padding-top:0;
  padding-bottom:0;
}
.cusrom_logo_list.personlize-logo_list2 ul li.logo {
    background-color: transparent !important;
      padding-bottom: 0;
}
.cusrom_logo_list.personlize-logo_list2 .section-link-bottom {
    padding-top: 25px;
    padding-bottom: 46px;
}
.personlize_first .container.container--capped.section-vertical-spacer .rich-text.rich-text--large-contained {
    width: 100%;
    max-width: 100%;
}
.cusrom_logo_list.personlize-logo_list2 .section-link-bottom a.button.button--primary.tap {
    background-color: #000;
    border: 1px solid #000;
}
.cusrom_logo_list.personlize-logo_list2 .section-link-bottom a.button.button--primary.tap span {
    display: none;
}
.cusrom_logo_list.personlize-logo_list2 .section-link-bottom a.button.button--primary.tap {
    background-color: #000;
    border: 1px solid #000;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #a99765;
    padding: 26px 41px;
}
.cusrom_logo_list.personlize-logo_list2 .section-link-bottom a.button.button--primary.tap:before
{
  display:none;
}
.cusrom_logo_list.personlize-logo_list2 ul li.logo img {
    width: auto;
    height: auto;
}
.personlize_first .container.container--capped.section-vertical-spacer {
    padding-bottom: 43px;
}
.logo_list .section-vertical-spacer.container img {
    width: auto;
    height: auto;
    max-width: inherit;
}
.logo_list li.logo.logo--square img.logo__image {
    position: relative;
    width: auto;
    height: auto !important;
      transform: inherit;
    top: inherit;
}
.personlize_first .small-subtext.rte {
    text-transform: inherit;
 
}

.fullfillment_rict_text.wholesale_Rich_text .small-subtext.rte h1.title,
.carrer-rich-text.wholesale_Rich_text .small-subtext.rte h1.title{
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1px;
   text-transform: capitalize;
  
}
.carrer-rich-text.wholesale_Rich_text .small-subtext.rte h1.title
{
  padding-bottom:10px;
}
.fullfillment_rict_text.wholesale_Rich_text .small-subtext.rte h2 {
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
}
.fullfillment_rict_text.wholesale_Rich_text .small-subtext.rte p {
    margin-bottom: 10px;
}
.account_login .section-form h1 {
    font-size: 28px;
  text-transform: capitalize;
}
.account_login button.button.button--primary {
    margin-top: 0;
}
.account_login .section-form .input-group, .account_login .section-form .input-group label {
    font-size: 16px;
}
.account_login button.button.button--primary {
    margin-top: 0;
    font-size: 20px;
  text-transform:uppercase;
}
.account_login a.small-caption, .account_login a.button button--plain {
    font-size: 16px;
}
.blog_logo .column.blog-post .rich-text h3 {
    font-size: 16px;
    font-weight: normal !important;
}
.carrer-rich-text.wholesale_Rich_text .small-subtext.rte h2.title2 {
    font-size: 26px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.carrer-rich-text.wholesale_Rich_text .small-subtext.rte p.text {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.shopify-section--main-product .main-product__media-gallery-wrapper .main-product__media-gallery loess-product-gallery.main-product__media-gallery__inner {
    max-width: 100% !important;
    width: 100%;
}
.shopify-section--main-product  .main-product__blocks h1 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.shopify-section--main-product .main-product__blocks label.small-text {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
.shopify-section--main-product .main-product__blocks  loess-quantity-input.quantity {
    min-height: 48px;
}
.shopify-section--main-product .main-product__blocks loess-variant-picker.main-product__block-variant-picker loess-variant-selects.input-group {
    flex-direction: column;
    align-items: flex-start;
}
.shopify-section--main-product .main-product__blocks loess-variant-picker.main-product__block-variant-picker label.input__label.input__label--select {
    position: relative;
    font-size: 16px;
    transform: inherit;
	    font-family: var(--font-h-family);
		    top: inherit;
    left: inherit;
	    padding-bottom: 7px;
}
.shopify-section--main-product .main-product__block-buy-buttons .custom-lineproperties label {
    position: relative;
    font-size: 16px;
    transform: inherit;
    font-family: var(--font-h-family);
	padding-bottom: 7px;
}
.shopify-section--main-product .main-product__block-buy-buttons  p.line-item-property__field label {
    position: relative;
    font-size: 16px;
    transform: inherit;
    font-family: var(--font-h-family);
    padding-bottom: 7px;
    text-transform: uppercase;
	display: block;
}
.shopify-section--main-product .main-product__blocks .input__select-wrapper select.input__select+span {
    bottom: 15px;
    right: 10px;
    display: none;
}
.shopify-section--main-product .main-product__blocks .main-product__block-share {
    margin-top: 0;
 
}
.shopify-section--main-product .main-product__blocks .main-product__block-share .main-product__block-share__inner {
    justify-content: center;
}
.shopify-section--main-product .main-product__block-buy-buttons p.line-item-property__field  br {
    display: none;
}
.shopify-section--main-product .main-product__block-buy-buttons,
.shopify-section--main-product .main-product__block-buy-buttons p.line-item-property__field  {
    margin-top: 20px;
}
.shopify-section--main-product .main-product__block-buy-buttons .o_product_terms_and_sharege {
    margin-top: 20px;
}

.shopify-section--main-product .main-product__block-buy-buttons .o_product_terms_and_sharege label {
    display: block;
    text-transform: uppercase;
}

.shopify-section--main-product .main-product__block-buy-buttons .second_data {
    margin-top: 16px;
}
.shopify-section--main-product .main-product__block-buy-buttons .second_data input {
    width: 100%;
    border: 1px solid #ccc;
    height: 50px;
    margin-bottom: 25px;
	margin-top: 5px;
      font-size: 16px !important;
}
.shopify-section--main-product .main-product__block-buy-buttons .second_data textarea,
.shopify-section--main-product .main-product__block-buy-buttons .o_product_terms_and_sharege textarea {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
}
.shopify-section--main-product .main-product__block-buy-buttons .second_data label {
    text-transform: uppercase;
}
.shopify-section--main-product .main-product__blocks .product-form__buttons button.product-form__submit {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    min-height: 50px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
.relative-product header.section-heading {
    padding-bottom: 30px;
}
.relative-product header.section-heading h2.section-heading__heading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
}
.relative-product ul.featured-collection a.card__title.small-caption {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.relative-product .section-vertical-spacer.container {
    padding-bottom: 20px;
}
.relative-product ul.featured-collection span.price-item.price-item--regular {
    font-size: 16px;
}
.shopify-section--main-product .main-product__blocks .product-form__buttons button.product-form__submit:hover {
    outline: none;
    background-color: #240700;
}
.shopify-section--main-product .main-product__block-buy-buttons .custom-lineproperties select#custom-message,
.shopify-section--main-product .main-product__block-buy-buttons p.line-item-property__field select {
    border: 1px solid #ccc;
    height: 50px;
	background: url(https://cdn.shopify.com/s/files/1/0857/2688/8214/t/9/assets/select-bg.svg) right center no-repeat;
	-webkit-appearance: none;
   -moz-appearance:none;
   appearance:none;
       padding-left: 10px;
    padding-right: 10px;
}
.shopify-section--main-product .main-product__blocks .input__select-wrapper select.input__select {
    padding-top: 0;
    border: 1px solid #ccc;
	background: url(https://cdn.shopify.com/s/files/1/0857/2688/8214/t/9/assets/select-bg.svg) right center no-repeat;
}
.shopify-section--main-product .main-product__blocks .main-product__block-price {
    margin-top: 0;
}
.shopify-section--main-product .main-product__blocks .main-product__block-price span.price-item.price-item--regular {
    font-size: 20px;
}
.shopify-section--main-product .main-product__blocks form.main-product__block-price-installments-banner.small-caption {
    margin-top: 10px;
}
.shopify-section--main-product .main-product__blocks .rte.caption {
    margin-top: 10px;
   font-size: 16px;
    line-height: 24px;
  margin-bottom: 0;
}
.main-product__blocks ul.main-product__block-share__icons.social-media li a svg path {
    fill: rgb(170, 151, 103);
}
.shopify-section--main-product .main-product__blocks .rte.caption p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  margin-top:0;
}
.shopify-section--main-product .main-product__blocks .main-product__block-quantity-selector.small-caption {
    margin-top: 0;
    margin-bottom: 0;
}
.personlize_first,.logo_list,.cusrom_logo_list.personlize-logo_list2 {
    background-color: #a49963;
}
.personlize_first .section,.logo_list .section,
.cusrom_logo_list.personlize-logo_list2  .section {
    background-color: transparent;
}

.banner_image h2 {
    font-size: 60px;
    line-height: 78px;
    font-weight: 700 !important;
    width: 100% !important;
}

.banner_image .rich-text {
    padding-left: 40px;
    width: 100% !important;
    max-width: 100%;
    gap: 20px;
}
.personlize-logo_list2 {
    margin-bottom: 69px;
}

/* css for 23-nov-2024 */
.testimonals .section {
    background: transparent;
    color: #000;
}
.testimonals .section span.testimonial__quote-icon {
    color: #000 !important;
}

.story_image_text1 .section video {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
  height:auto;
  
}
.story_image_text1 .section .media-with-text__media {
    background-color: transparent;
}
.story_image_text1 .section img {
    position: relative;
    aspect-ratio: 1 / 1;
  object-fit:cover;
    
}
body.story_page .story_image_text1 .section img {
    position: relative;
    aspect-ratio: inherit;
  object-fit:fill;
    
}
.story_image_text2 .media-with-text__media img {
    position: relative;
    height: 100%;
    aspect-ratio: 1 / 1;
}
.story_image_text1 .media-with-text__media-wrapper {
margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
body.story_page .story_image_text1 .section .media-with-text {
    background: transparent;
}
body.story_page .story_image_text1 .section {
    padding: 0 40px !important;
}
/*.story_image_text1 {
    background-image: none !important;
}*/
.story_image_text2, .story_image_text2 .soft-background {
    background-image: none !important;
}

/*.story_image_text1, .story_image_text1 .soft-background
{
  background-image: none !important;
}*/
.story_image_text1 .section .media-with-text {
    background-color: rgba(var(--color-default-text), var(--color-soft-background-opacity));
      padding-top: 40px;
    padding-bottom: 40px;
}
body.story_page main#MainContent,body.Personalize main#MainContent {
    background: url("https://cdn.shopify.com/s/files/1/0857/2688/8214/files/pexels-hngstrm-2341290.jpg?v=1732059070") center no-repeat;
  background-size: cover;
}
.personlize_first,.shopify-section.logo_list,.cusrom_logo_list.personlize-logo_list2 {
    background: none !important;
}
.custom_multicolum {
    background: transparent !important;
    padding-top: 0px;
}
.custom_multicolum  .section.color {

    background: url(https://cdn.shopify.com/s/files/1/0857/2688/8214/files/pexels-hngstrm-2341290.jpg?v=1732059070);
    color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    
}
.shopify-section--promo-banner .promo-banner__text {
    gap: 10px;
}
.custom_multicolum ul.columns.scroller {
    background-color: rgba(var(--color-default-text), var(--color-soft-background-opacity));
}
.story_image_text2 .soft-background {

    background-color: transparent;
}
.story_image_text2 .section {
    background-color: rgba(var(--color-default-text), var(--color-soft-background-opacity));
}

.story_image_text1:last-child .section .media-with-text.media-with-text--medium {
    grid-template-columns: 63% 37%; 
}

.contact-main-sec .section {
    background: transparent;
}
 body.home_index .soft-background {
    background: transparent !important;
}
body.home_index section {
    background: transparent !important;
}
body.home_index .color-soft-background {
    background: transparent !important;
}
body.home_index .custom_multicolum .section.color {
    background: transparent;
}
body.home_index .testimonals {
    background: transparent !important;
}
body.home_index main#MainContent {
    background: transparent;
}
body.home_index .story_image_text1 .section {
    background: transparent;
}
body.home_index .story_image_text1 .section .media-with-text {
   padding-left: 0;
    padding-right: 0;
}
body.home_index .story_image_text1 .section .media-with-text .media-with-text__media-wrapper {
    margin-left: 40px;
    
}
body.home_index .story_image_text1 .section .media-with-text .rich-text-wrapper.container {
    padding-right: 40px;
}
body.home_index .custom_feature_product .color-soft-background {
    background-color: rgba(var(--color-default-text), var(--color-soft-background-opacity)) !important;
}
.custom_feature_product header.section-heading {
    padding-bottom: 30px;
}

.footer-top>div {width: 18%;}
footer .footer-top .footer-block-text .rte.caption p {
    margin-top: 0;
}
footer .footer-top .footer-block-text ul {
    list-style: none;
    margin: 0 0 20px 0;
}
footer .footer-top .footer-block-text .rte.caption p a,footer .footer-top .footer-block-text .rte.caption p a span {
    border-bottom: none;
    text-decoration: none !important;
}
footer .footer-top .footer-block-text .rte.caption p a:hover span
{
  text-decoration:underline !important;
}

body.story_page .story_image_text1 .section .rich-text-wrapper.container {
    padding-left: 0;
}
.cstm-about{
    display: none;
}
/* css for 23-nov-2024 */

@media only screen and (max-width: 1700px) {

    .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper {
        padding: 0 30px !important;
    }
}



@media only screen and (max-width: 1460px) {
    .Media_with_text_banner .media-with-text__media-wrapper:before {
        display: none;
    }

    .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper h2 {
           font-size: 45px;
    line-height: 60px
    }

    .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper {
        padding-left: 30px !important;
    }
}

@media only screen and (max-width: 1280px) {
    footer .footer-top .footer-block-newsletter .icon_div {
        margin-top: 80px;
    }

    footer .footer-top .footer-block-newsletter form .input-group button {
        width: 100%;
        margin-top: 120px;
    }
}

@media only screen and (max-width: 1199px)
{
  body.story_page .story_image_text1 .section img {
  
    object-fit: contain;
}
  .custom_blog .page-width {
    max-width: 960px;
 
}
  .custom_blog .blog_main {
   grid-template-columns: repeat(3, 1fr);
}
}



@media only screen and (max-width: 991px) {
  .personlize_first h2.h1 {
    font-size: 36px;
    
}
  .personlize_first .small-subtext.rte p br {
    display: none;
}
  .logo_list .section-vertical-spacer.container  ul.logo-list {
    gap: 60px;
}
  .cusrom_logo_list.personlize-logo_list2 .section-link-bottom a.button.button--primary.tap {
   
    padding: 10px 22px;
    letter-spacing: 0;
}
 .cusrom_logo_list.personlize-logo_list2 .section ul {
 
    flex-wrap: wrap !important;
    display: flex;
    flex-wrap: wrap;
    overflow: inherit;
    gap: inherit;
} 
  .cusrom_logo_list.personlize-logo_list2 .section ul li
  {
        flex: 0 0 50%;
    max-width: 50%;
  }
    .announcement-utility-bar div#UtilityBar {
        display: none;
    }

    .announcement-bar .announcement-bar-merged a.announcement-bar__link {
        width: 100%;
        align-items: center;
    }

    .announcement-bar .announcement-bar-merged {

        justify-content: center;
    }

    .header-top .header-icons .secon_menu_header {
        display: none;
    }

    .Media_with_text_banner .container .media-with-text__text {
        position: relative;
        z-index: 1;
    }

    .header-top {
        display: grid;
    }

    .announcement-bar .announcement-bar-merged a.announcement-bar__link {
        margin-right: 0px;
    }

    .header-wrapper--collapse-menu-on-tablet>.header-top>.header-top__burger {
        color: #aa9767;
    }

    .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper h2 {
        font-size: 35px;
    line-height: 44px;
    }

    .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper span.large-subtext.color-accent {
        font-size: 14px;
    }

    .header-top li.custom_menu3 {
        display: block;
    }

    .header-top li.custom_menu4 {
        display: block;
    }
  .banner_image h2 {
    font-size: 35px;
    line-height: 46px;
    font-weight: 700 !important;
    width: 100% !important;
}
}

@media only screen and (max-width: 990px)
{
.header-top nav.header-menu {display: none;}  
  .header-logo {
    justify-self: center;
    
}
}



@media only screen and (max-width: 768px)
{
  .personlize_first h2.h1 {
    font-size: 33px;
 
}
  .logo_list .section-vertical-spacer.container ul.logo-list {
        justify-content: space-around;
            display: flex;
    }
  .custom_blog .page-width {
    max-width: 720px;
 
}
  .custom_blog .blog_main {
    grid-template-columns: repeat(2, 1fr);
}
  .personlize-logo_list2 {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 750px) {
  .custom_feature_product .color-soft-background {
    background-color: transparent;
}
  .custom_multicolum ul.columns.scroller{background-color:transparent;}
  .custom_image .rich-text-wrapper.container {
    background-color: transparent;
    background: url(https://cdn.shopify.com/s/files/1/0857/2688/8214/files/pexels-hngstrm-2341290.jpg?v=1732059070);
    background-position: center;
    background-repeat: no-repeat;
}
  .custom_image.banner_image .banner-text-below-mobile {
    background-color: transparent !important;
}

 .custom_image.banner_image .rich-text {
    padding: 0 0 0 16px;
}
    .custom_image.banner_image .banner-text-below-mobile .rich-text-wrapper {
        background-color: transparent;
    }
.banner-text-below-mobile .rich-text-wrapper {
    background-color: #aa9767;
}
  .custom_image .rich-text .large-subtext {
    color: #000;
}
  .banner_image h2 {
    color: #000;
}
    .banner_image h2 br {
    display:none;
}
  .banner_image .rich-text {
    padding-left: 20px;
}
  .custom_image .rich-text a.button.button--primary {
    background-color: #000;
}
  .banner_image .banner.banner-mobile--medium {
    min-height: 500px;
}
  .story_image_text1 .section {
    padding: 0px 0;
}
}

@media only screen and (max-width: 749px) {
  body.story_page .story_image_text1 .section .media-with-text {
    padding-bottom: 0;
}
  body.story_page .story_image_text1 .section {
    padding: 0 15px !important;
}
  body.story_page .story_image_text1 .section .media-with-text__media-wrapper {
    margin-left: 0;
    margin-right: 0;
}
  body.home_index .story_image_text1 .section .media-with-text {

    padding-bottom: 0;
}
  body.home_index .story_image_text1 .section .media-with-text .media-with-text__media-wrapper {
    margin-left: 15px;
}
  body.home_index .story_image_text1 .section .media-with-text .rich-text-wrapper.container {
    padding-right: 15px;
    padding-left: 15px;
}
  footer .footer-top .footer-block-newsletter {
    width: 100%;
}
  footer .footer-top .footer-block-text .second_text {
    margin-top: 0px;
}
  .footer-menu button.button {
    padding: 10px 10px;
}
  .footer-menu button.button span.more_buton {
    text-transform: uppercase;
}
  .footer-top>div {
    width: 100%;
}
  .footer-top>div .footer-menu h4 {
    margin-bottom: 0;
}
  footer .footer-top .footer-block-menu {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}
  footer .footer-top .footer-block-text {
 padding-top: 40px !important;
    margin-bottom: 0 !important;
}
  .contact-main-sec header.contact-form__heading {
    margin-top: 0;
    padding-bottom: 0;
}
  .wholesale_Rich_text {
    margin: 0;
    padding: 40px 0 40px;
}
  .story_image_text1 .media-with-text__media-wrapper {
 
    margin-left: 15px;
    margin-right: 15px;
}
  .story_image_text2 .section.shadow {
    padding-top: 30px;
}
  .story_image_text1 .section {
    padding-top: 30px;
}
  .story_image_text1 .media-with-text .media-with-text__media img {
    aspect-ratio: 1/1;
}
  .story_image_text2 .media-with-text .media-with-text__media img {
    aspect-ratio: 1 / 1;
}
  .story_image_text2 .media-with-text {
    display: flex;
    flex-direction: column-reverse;
}
  body.cafe .custom-meadia_text .media-with-text {
    flex-direction: column-reverse;
}
  .shopify-section--media-with-text.story_image_text1 .media-with-text {
    flex-direction: column-reverse;
}
  .home_media_with_text .media-with-text {
    display: flex;
    flex-direction: column-reverse;
}
  .shopify-section-main-collection ul.product-grid.columns li .card__metadata {
    padding-top: 20px;
}
  .cusrom_logo_list.personlize-logo_list2 .section .scroller-bar.hide-tablet {
    display: none;
}
  .banner-text-below-mobile .rich-text-wrapper {
    background-color: #aa9767;
}
  .logo_list .section-vertical-spacer.container ul.logo-list {
    justify-content: space-around;
    display: flex;
    max-width: 540px;
    margin: 0 auto;
    overflow: inherit;
    align-items: center;
    justify-content: center;
    gap: 0;
}
  .logo_list li.logo.logo--square {
    padding: 0;
    background-color: transparent !important;
    max-width: 93%;
}
  .personlize_first .container.container--capped.section-vertical-spacer .rich-text.rich-text--large-contained {
    
    max-width: 540px;
}
  .logo_list .section-vertical-spacer.container .scroller-bar.hide-tablet.hide-desktop {
    display: none;
}
  .custom_blog .blog_main .custom img {
   margin: 0 auto;
}
  .custom_blog .page-width {
    max-width: 540px;
 
}
   .custom_blog .blog_main {
    grid-template-columns: repeat(1, 1fr);
}
  .header-top .header-icons a.header-icons__account img,.header-top .header-icons .header-cart-icon img {
    width: 21px;
    height: 21px;
}
	.template-cart .cart {
    row-gap: 20px;
}
	.shopify-section--main-product .main-product__blocks h1 {
    font-size: 30px;
   
}
.relative-product ul.featured-collection a.card__title.small-caption {
    
    padding-top: 15px;
}
  .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper h2 {
    line-height: normal;
}
    .Media_with_text_banner .container {
        max-width: 100% !important;
        padding: 20px !important;
    }

    .announcement-bar .announcement-bar-merged .button.button--plain.tap {
        display: none;
    }

    .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper .rich-text .button-group a {
        padding: 7px 23px;
        margin-top: 0px;
    }

    footer .footer-top .footer-block-newsletter form .input-group button {
        width: auto;
        margin-top: 0;
    }

    footer .footer-top .footer-block-newsletter .icon_div {
        margin-top: 20px;
    }

    .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper {
        padding-left: 0 !important;
    }

    footer .section .footer-top .footer-block-menu:first-child {
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

    footer .section .footer-top .footer-block-menu:nth-child(2) {
        margin-bottom: 0 !important;
        padding-top: 20px;
    }

    footer .footer-top .footer-block-text {
        padding-top: 20px;
        margin-bottom: 30px;
    }

    footer .footer-top .footer-block-newsletter {
        padding-top: 20px;
    }

    footer .footer-top .footer-block-newsletter .icon_div {
        justify-content: flex-start;
    }

    .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper {
        max-width: 100% !important;
        float: inherit !important;
    }

    .header-top .header-icons .tap svg {
        width: 21px;
    }

    .custom_multicolum ul li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .custom_image_slider h1 {
        --font-size: 1.5rem;
        text-align: center;
        text-transform: capitalize;
    }

    .shopify-section--newsletter .section-vertical-spacer .section.color .newsletter-text .rte p {
        font-size: 23px;
        color: #000;
        line-height: normal;
    }

    .shopify-section--newsletter .section-vertical-spacer .section.color .newsletter-text h2 {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .carrer_banner .banner-text-below-mobile {
        display: none;
    }

    header.contact-form__heading {
        margin-top: 40px;
    }

    .Media_with_text_banner .container .media-with-text__text {
        margin-bottom: 30px;
    }

    .card__metadata:not(:first-child) {
        margin-top: 0;
    }

    .story_image_text1 .section,
    .story_image_text3 .section {
        padding-bottom: 30px;
    }

    .personlize-logo_list2 ul#Scroller-template--22162654200086__personalize_logo_list2_w7GMtN {
        grid-template-columns: 1fr 1fr;
    }

    .whole_sale_banner3 .banner-text-below-mobile {
        display: none;
    }

    .whole_sale_banner .banner-text-below-mobile {
        display: none;
    }

    .whole_sale_banner2 .banner-text-below-mobile {
        display: none;
    }

    .wholesale_Rich_text3 {
        margin-bottom: 0px !important;
    }

    .wholesale_Rich_text .rich-text-wrapper {
        padding: 0;
    }

    .wholesale_Rich_text2 {
        padding: 40px 20px;
    }

    /*.wholesale_Rich_text {
        margin: 40px 0 80px;
              background-color: #fff !important;
        background-image: none !important;
    }*/

    .carrer-rich-text {
        margin-bottom: 0 !important;
    }

    .fulfillment_banner .banner-text-below-mobile {
        display: none;
    }

    .header-top .header-logo {

        position: initial !important;
      
    }

    .header-top {
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
	.shopify-section--main-product .main-product__blocks h1 {
    font-size: 23px;
  
}
  .carrer-rich-text.wholesale_Rich_text .small-subtext.rte h1.title {font-size: 28px;}
  .carrer-rich-text.wholesale_Rich_text .small-subtext.rte h2.title2 {
    font-size: 22px;
 
}
    .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper h2 {
        font-size: 34px;
    }

    .shopify-section--newsletter .section-vertical-spacer .section.color .newsletter-text form#contact_form .input-group button {
        background-color: #aa9767;
        padding: 29px 10px;
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        right: 0;
        border-radius: 5px;
    }
  
  .personlize_first .small-subtext.rte p {font-size: 22px;}
}

@media only screen and (max-width: 480px) {
  .announcement-bar .announcement-bar-merged a.announcement-bar__link {
   font-size: 15px;
}
  .custom_feature_product .soft-background h2 {
    font-size: 24px;
   
}
  .custom_image a.button {
    padding-left: 10px;
    padding-right: 10px;
}
      section.shopify-section--rich-text.carrer-rich-text.wholesale_Rich_text .rich-text-wrapper {
        overflow: inherit;
    }
  section.shopify-section--rich-text.carrer-rich-text.wholesale_Rich_text .rich-text .small-subtext.rte {
    width: 100%;
}
  section.shopify-section--rich-text.carrer-rich-text.wholesale_Rich_text .rich-text {
    display: flex;
}
  section.shopify-section--rich-text.carrer-rich-text.wholesale_Rich_text {
    margin-top: 0;
}
  section.shopify-section--rich-text.carrer-rich-text.wholesale_Rich_text .container.container--capped {
    padding-top: 30px;
}
   section.shopify-section--rich-text.carrer-rich-text.wholesale_Rich_text .rich-text h2 {
    font-size: 27px;
line-height: 40px;
}
      .banner_image .banner.banner-mobile--medium {
        min-height: 400px;
        height: 400px;
    }
  .custom_image.banner_image .rich-text h2 {
    font-size: 28px;
    line-height: 40px;
}
  .collection-utility-bar__buttons {
   
    gap: 10px;
           flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
  .shopify-section-main-collection span#FilterProductCount {
    display: block;
    text-align: center;
}
  .shopify-section-main-collection ul.product-grid.columns li .card__metadata {
        padding-top: 10px;
    }
  .shopify-section-main-collection ul.product-grid.columns li {
    padding: 20px 20px 0 20px;
}
  .shopify-section-main-collection a.card__image img.card__primary-image {
   
    padding: 0 !important;
}
.card__image-wrapper .card__image img {
    padding: 10px !important;
   
}
  p.line-item-property__field textarea {

    max-width: 280px;
}
	.shopify-section--main-product .main-product__block-buy-buttons .custom-lineproperties select#custom-message, 
	.shopify-section--main-product .main-product__block-buy-buttons p.line-item-property__field select {
    height: 45px;
    
}
.shopify-section--main-product .main-product__blocks loess-quantity-input.quantity {
    min-height: 45px;
}
  .carrer-rich-text.wholesale_Rich_text .small-subtext.rte h1.title {
    font-size: 22px;
}
  .carrer-rich-text.wholesale_Rich_text .small-subtext.rte h2.title2 {
    font-size: 18px;
}
  .shopify-section--promo-banner .promo-banner__text h2.h3 {
    font-size: 27px;
    
}
    .main_popup_test .main_popup_test-inner {
        max-width: 90%;
        padding: 30px 15px 23px;
        text-align: center;
    }

    .main_popup_test span.popup_testing {
        font-size: 17px;

    }

    .main_popup_test h3 svg.icon.icon--green-check {

        margin-top: 0;
    }

    .main_popup_test h3 span.popup_test {
        right: -10px;
        top: -11px;
        cursor: pointer;
        font-size: 20px;
        width: 28px;
        height: 28px;
        line-height: 26px;

    }
.personlize_first h2.h1 {
    font-size: 26px;
    
}
 .personlize_first .section .rich-text-wrapper {
    padding-left: 0;
    padding-right: 0;
}
  .fullfillment_rict_text.wholesale_Rich_text .small-subtext.rte h2 {
    font-size: 22px;
    
}
.shopify-section--main-product .main-product__block-buy-buttons p.line-item-property__field label,
.shopify-section--main-product .main-product__block-buy-buttons p.line-item-property__field label,
.shopify-section--main-product .main-product__blocks loess-variant-picker.main-product__block-variant-picker label.input__label.input__label--select {
    
    font-size: 14px;
}
}



@media only screen and (max-width: 390px) {
  .fullfillment_rict_text.wholesale_Rich_text .small-subtext.rte h1.title {
   font-size: 26px;
}
 
  
  .shopify-section--promo-banner .promo-banner__text h2.h3 {
    font-size: 21px;
 
}
  .story_image_text1 .rich-text h2.h2, .story_image_text2 .rich-text h2.h2 {
    font-size: 23px;
    
}
    .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper h2 {
        font-size: 22px;
    }

    .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper span.large-subtext.color-accent {
        font-size: 12px;
        color: #000 !important;
    }

    .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper p {
        font-size: 14px;
        color: #000;
    }

    .Media_with_text_banner .container .media-with-text__text .rich-text-wrapper .rich-text .button-group a {
        background-color: #000;
        padding: 10px 23px;
        border-radius: 4px;
        margin-top: 10px;
    }
}