/** Shopify CDN: Minification failed

Line 2255:1 Unexpected "ia("
Line 2675:3 Unexpected ","
Line 7020:105 Expected ")" to end URL token

**/
body, html {
  background-color: transparent !important;
  padding-bottom: 0 !important;
}
.loader-active .splash-screen {
    display: flex !important;
}
.about-us #MainContent {
    min-height: auto;
}
.main_inner_image img {
    background: #fafafe!important;
}
input#Email-footer::placeholder {
    opacity: 1;
}
.collection_products_title h2 {
    text-decoration: none !important;
}
.custom_empty{
  text-align:center;
  font-family:'Gilroy-Bold';
  font-size:24px;
}
.collection_tamplate_section{
  position: relative;
}
.collection_tamplate_section .splash-screen {
    position: absolute !important;
    top: 0;
    bottom: auto;
    height: calc(100vh - 150px);
}
.custom-allproduct-nav-jtpl .new-nav-jtpl a.custom_meta_active {
    border: 2px solid #000;
}
.custom-allproduct-nav-jtpl .new-nav-jtpl a.custom_meta_active::before{
display: none;
}
span.heart_icon{
  line-height: 0 !important;
}
.rte a:not(.rte__image):not(.btn){
  border-bottom: 1px solid currentColor !important;
  padding-bottom: 0px;
}


/**********11-05-2023*************************/
/* .loader-active .custom_loader {
			display: inline-block;
			position: relative;
			width: 80px;
			height: 80px;
            margin:0 auto;
		}
		.loader-active .custom_loader div {
			box-sizing: border-box;
			display: block;
			position: absolute;
			width: 64px;
			height: 64px;
			margin: 8px;
			border: 8px solid #fd4e00;
			border-radius: 50%;
			animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
			border-color: #fd4e00 transparent transparent transparent;
		}

		.loader-active .custom_loader div:nth-child(1) {
			animation-delay: -0.45s;
		}

		.loader-active .custom_loader div:nth-child(2) {
			animation-delay: -0.3s;
		}

		.loader-active .custom_loader div:nth-child(3) {
			animation-delay: -0.15s;
		}

		@keyframes loader {
			0% {
				transform: rotate(0deg);
			}

			100% {
				transform: rotate(360deg);
			}
		} */
.new-nav-jtpl a.product_show.left.custom-active {
    padding: 15px 24px;
    border: 2px solid #000;
}
.template-collection .product_collection_image .main_inner_image img[alt="padding_7"] {
padding:20px !important;
}
.template-collection .product_collection_image img[data-alt="padding_7"] {
padding:20px !important;
}
.template-collection .product_collection_image .main_inner_image img[alt="padding_5"] {
  padding:40px !important;
}
.template-collection .product_collection_image img.img-hover[data-alt="padding_5"] {
    padding: 40px !important;
}
.new-nav-jtpl .product_show {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  color: #DAA25A;
  display: inline-flex;
  margin: 0;
  padding: 15px 24px;
}
.new-nav-jtpl .product_show::after {
  content: '';
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  bottom: 0;
  transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  display: block;
  position: absolute;
  background: #000;
  bottom: -0.5px;
}
/* .new-nav-jtpl .product_show.nav-active::after {
  display: block !important;
} */
.new-nav-jtpl .product_show span {
  display: block;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  width: 100%;
  top: 0;
  left: 0;
}
.new-nav-jtpl .product_show span::before, .new-nav-jtpl .product_show span::after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.new-nav-jtpl .product_show span:first-child {
  height: 100%;
}
.new-nav-jtpl .product_show span:first-child::before, .new-nav-jtpl .product_show span:first-child::after {
  width: 2px;
  height: 100%;
  bottom: 0;
  transform: scale3d(1, 0, 1);
  transform-origin: bottom center;
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.new-nav-jtpl .product_show span:first-child::before {
  left: 0;
}
.new-nav-jtpl .product_show span:first-child::after {
  right: 0;
}
.new-nav-jtpl .product_show span:last-child {
  width: 100%;
  height: 1px;
}
.new-nav-jtpl .product_show span:last-child::before, .new-nav-jtpl .product_show span:last-child::after {
  height: 2px;
  width: 100%;
  bottom: 0px;
  transform: scale3d(0, 1, 1);
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.new-nav-jtpl .product_show span:last-child::before {
  left: 0;
  transform-origin: bottom left;
}
.new-nav-jtpl .product_show span:last-child::after {
  right: 0;
  transform-origin: bottom right;
}
.new-nav-jtpl .product_show:focus {
  opacity: 1;
  outline: 0;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
 /* Positioning */
}
.new-nav-jtpl .product_show.nav-active::after {
/*   width: calc(100% - 0.8px); */
  width: calc(100% - 1px);
  background: #000;
  transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.new-nav-jtpl .product_show.nav-active span:first-child::before, .new-nav-jtpl .product_show.nav-active span:first-child::after {
  transform: scale3d(1, 1, 1);
  background: #000;
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.new-nav-jtpl .product_show.nav-active span:last-child::before, .new-nav-jtpl .product_show.nav-active span:last-child::after {
  transform: scale3d(1, 1, 1);
  background: #000;
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.new-nav-jtpl a.product_show.nav-active.custom-active::after {
    display: none;
}

.new-nav-jtpl a.product_show.nav-active.custom-active span {
    display: none;
}
body, span {
    font-size: 18px !important;
    line-height: 26px !important;
}
/* ---------------------------------- */
.custom_loader {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
 body.loader-active{
/*   position: relative !important; */
/*   overflow: hidden; */
}
/*
body.loader-active::before {
    content: "";
    position: absolute;
    background: #00000085;
    width: 100%;
    height: 100%;
    z-index: 1;
} */
.block-image-hero .hero__text-shadow h2 {
    color: #fff;
}
.product_price_tags span {
    font-size: 14px !important;
}
.hero__text-content {
    z-index: 1;
}
.more_from_collections li.item-a.slick-slide {
    margin: 0 6px;
}
.hero__subtitle {
    width: 100%;
}
.more_from_collections #more_from_product_slider .page-width ul.more_from_collection {
    padding: 0 100px;
}
.more_from_collections #more_from_product_slider .page-width {
    max-width: 1500px;
}
.more_from_collections #more_from_product_slider ul li .box{
  width: 100%;
}
.all-products .custon-shopnew-jtpl .grid:after {
    display: none;
}

.custom-allproduct-nav-jtpl h2::before {
  position: absolute;
  content: "";
  background: #000;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero__image-jtpl {
  position: relative;
}
.hero__image-jtpl img {
  margin:auto;
}
.hero__image-jtpl img.hover-image {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.2s;
  left: 50%;
  transform: translateX(-50%);
}
.hero_content_block h1 {
    font-size: 18px !important;
    color: #fff;
    text-align: center;
    transition: 0.4s;
    padding-top: 10px;
}
.main_banner_image:hover .hero_content_block h1 {
    transform: scale(1.2);
    transition: 0.4s;
}
.main_banner_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.more_from_collections section#more_from_product_slider {
    padding: 0 !important;
}
.main_banner_image:hover .hero__image-jtpl img.hover-image {
  opacity: 1;
  transition: 0.4s;
}
.main_banner_image:hover .hero_banner_content img {
  transform: scale(1.2);
  transition: 0.4s;
}
.hero-wrapper.homepage-banner {
  min-height: calc(100vh - 120px);
  position: relative;
}
.main_banner_image:hover .hero_banner_content img {
  transform: scale(1.2);
  transition: 0.4s;
}
.hero_banner_content img {
  /* width: 100px; */
  margin: 20px auto 0;
  transition: 0.4s;
}
/* ---------------------------------- */
/* .custom-allproduct-nav-jtpl a.product_show.nav-active {
  border: 2px solid #000;
  padding: 10px 25px;
} */
.all-products .custom-collection-newnav-jtpl {
  margin-top: 54px;
}
.all-products .collection_tamplate_section {
    margin: 54px 0;
    padding: 0;
}
.custom-allproduct-nav-jtpl a.product_show.nav-active::before{
  display: none;
  }
.custom-imagehero-jtpl .hero__image-wrapper--overlay:before{
  background-color:transparent !important;
  z-index: 0;
}
.custom-allproduct-nav-jtpl .new-nav-jtpl a:hover:before {
  width: 100%;
  transition: 0.5s;
}
.new-nav-jtpl a.product_show.left.custom-active::before {
    display: none;
}
.custom-allproduct-nav-jtpl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-allproduct-nav-jtpl .new-nav-jtpl a {
    font-size: 24px !important;
    text-transform: uppercase !important;
    color: #000;
    font-weight:700;
    padding: 15px 24px;
/*     border: 1px solid #fff; */
    transition: 0.2s;
    font-family: 'Gilroy-Bold';
}
/* .custom-allproduct-nav-jtpl .new-nav-jtpl a.product_show.nav-active {
  border: 1px solid #000;
  transition: 0.2s;
} */
/* .custom-allproduct-nav-jtpl a.product_show.nav-active span {
  display: none;
  transition: 0.3s;
} */
.mobile_hero_btn {
display:none;
}
.new-nav-jtpl a{
  position: relative;
  color: #000;
  text-decoration: none;
}
.new-nav-jtpl a:hover {
  color: #000;
}
.new-nav-jtpl a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #000;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}

.new-nav-jtpl a:hover::before {
  width:100%;
}
.custom-homepage-jtpl .mosaic_custom.mosaic-section.four_row .image.with_html_price_and_title {
  background: #151515 !important;
  padding: 32px !important;
}
.mosaic_custom.mosaic-section.four_row .text_box{
  border:none;
}
body.custom-homepage-jtpl .transition-body {
  background-color: #000 !important;
}

.logos_section.custom_multiple_logo header.section-header h2 {
  font-size: 18px !important;
  color: #fff !important;
}
.custom-homepage-jtpl .image-wrap {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.custom-homepage-jtpl .mosaic_custom.mosaic-section.four_row .image.with_html_price_and_title{
  position: initial;
  padding: 32px;
}
.custom-homepage-jtpl .mosaic-section.four_row .image.with_html_price_and_title a.link_12 {
  position: absolute;
  top: 20px;
  text-transform: uppercase !important;
  transition: 0.5s;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.custom-homepage-jtpl .mosaic-section.four_row .image.with_html_price_and_title a{
  display: inline-block;
  width: 100%;
  height: 100%;
}

.custom-homepage-jtpl .site-footer__row.primary {
  padding-top: 60px !important;
}
.custom-homepage-jtpl .index-section.logo-blocks {
  margin: 80px 0 0;
}
.custom-homepage-jtpl .mosaic_custom.mosaic-section.four_row{
  padding:0 0 80px;
}
.custom-homepage-jtpl .mosaic_custom.mosaic-section.four_row {
  grid-gap: 18px;
}
.custom-homepage-jtpl #shopify-section-header header.site-header.background-transparent {
  position: initial !important;
}
.custom-homepage-jtpl .mosaic-section.four_row .image.with_html_price_and_title:hover a.link_12 {
  top: 0px;
  opacity: 1;
  z-index: 1;
  transition: 0.5s;
}
.custom-homepage-jtpl .mosaic-section.four_row .square {
  padding-top: 30px;
  position: relative;
}
.custom-homepage-jtpl .mosaic-section.four_row .image.with_html_price_and_title a.link_12 span h4 {
  color: #fff;
  font-size: 18px !important;
  word-break: initial;
  text-align: center;
}
.custom-homepage-jtpl .image-wrap img {
  margin: auto;
  padding: 0 10px;
  object-fit: contain;
}
.custom-homepage-jtpl .hero__link a.btn {
/*   background-color: transparent !important; */
  font-size: 22px !important;
/*   border: 2px solid #fff; */
  color: #fff;
  font-weight: 700 !important;
  font-family: Gilroy-bold;
  padding: 12px 25px 10px;
}
.custom-homepage-jtpl .hero__link a.btn:hover {
/*   background-color: #f94d01 !important; */
  font-size: 22px !important;
/*   border: 2px solid #f94d01; */
/*   color: #fff; */
  font-weight: 700 !important;
}
/***************************20-04-2023 start******************************/
ul.custom_menu.custom_desktop_view_menu li {
  padding: 0 !important;
}

.and_text {
  font-size: 15px !important;
  position: relative;
  top: 0;
  height: 0 !important;
}
ul.custom_menu.custom_desktop_view_menu {
  gap: 3px;
}
.site-footer .site-footer__row.tertiary hr {
  border-top: 1px solid hsla(0, 0%, 100%, 1) !important;
}
.site-footer .site-footer__row .site-footer__column {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.note--success {
  border: 1px solid #FD4E00;
  border-radius: 0;
  background-color: #fff;
  color: #fd4e00;
  font-size: 16px;
  padding: 14px 8px;
  width: 100% !important;
  font-weight: 600;
  text-align: center !important;
  margin-left: 5px;
}
.column-submit input#Email-footer:focus-visible {
  border: 0 !important;
  outline: 0 !important;
}
ul.custom_menu.mobile_view_menu {
  display: none;
}
ul.custom_menu.mobile_view_menu_col {
  display: none;
}
.mobile_view_menu_col {
  display: none;
}
.mobile_view_menu {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
.popup_content,
.popup_content p {
  font-size: 18px !important;
  color: #000 !important;
  line-height: 1.2em !important;
}
#Shipping-modal-new h2.modal-header-Shipping,
#Returns-modal-new h2.modal-header-Returns,
#collaborate-modal-new .modal-header-Collaborate {
  font-size: 20px !important;
  color: #FD4E00 !important;
  -webkit-text-stroke: none !important;
  display: flex;
  align-items: center;
  line-height: 1 !important;
}
#Shipping-modal-new .close-Shipping,
#Returns-modal-new .close-Returns,
#collaborate-modal-new .close-Collaborate {
  color: #f94d00;
  float: right;
  font-size: 30px !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  font-weight: 700;
}



#Shipping-modal-new .logo-close,
#Returns-modal-new .logo-close,
#collaborate-modal-new .logo-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  cursor: pointer;
}
#Shipping-modal-new .heading_with_logo,
div#Returns-modal-new .heading_with_logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.modal-content-Shipping,
.modal-content-Returns,
.modal-content-Collaborate {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 3px solid #fd4e00;
  width: 500px !important;
  height: auto !important;
}

#Shipping-modal-new,
#Returns-modal-new,
#collaborate-modal-new {
  position: fixed;
  z-index: 1090;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: #0006;

}
body.scroll-lock {
  overflow: scroll !important;
}
.horizontal_line {
  padding-bottom: 5px !important;
  padding-top: 10px !important;
}
/* ul.custom_menu {
  display: flex;
  gap: 3px;
} */
ul.custom_menu {
  display: flex;
  gap: 3px;
  justify-content: normal;
  align-items: flex-start;
}


div#Shipping-modal-new,
div#Returns-modal-new {
  background: #0202027a;
  padding: 100px;
  z-index: 999 !important;
}
.section-header__title {
  margin-bottom: 16px;
  margin-top: 30px;
}
.site-footer.site-footer__support ul.desktop_view.menu_lists li:nth-child(3) {
  position: relative;
  left: 75px;
  bottom: 30px;
}
a#Returns-click-tag:before {
  content: "&";
  padding-left: 5px;
}
form.input-group.search-bar.search-bar--page input.input-group-field {
  padding-left: 10px !important;
}
.footer_icon {
  margin-right: 40px;
}
.footer_icon svg:hover path {
  fill: #FEA67F;
  color: #FEA67F;
}
button.newsletter-form-group__submit:hover {
  color: #000 !important;
}
.site-footer__logo {
  background-image: none !important;
}
/******************************20-04-2023 end ****************************************/
/********************13-04-2023 *******************************/
/* .site-footer .site-footer__row.secondary .site-footer__apply-inc {
  padding-right: 245px !important;
} */
.site-footer .site-footer__row.secondary .site-footer__apply-inc {
  padding-right: 0 !important;
}
/***********************************12-04-2023 css start************************************/
.site-header__logo a svg:hover path {
  fill: #fd4e00 !important;
}
.site-footer__row.tertiary hr {
  margin: 0 !important;
}
.mag-search path {
  /* fill: #fd4e00 !important; */
  color: #fd4e00 !important;
}
span.cart-link svg:hover path {
  fill: #fd4e00 !important;
}
/* .heart_icon svg:hover path {
  fill: #fd4e00 !important;
} */

span.insta_icon svg:hover path {
  fill: #fd4e00 !important;
}
.header-item.header-item--logo a svg:hover {
  fill: #fd4e00 !important;
  color: #fd4e00 !important;
}
ul.site-nav.site-navigation li a.site-nav__link:hover {
  color: #fd4e00 !important;
}
.mag-search svg:hover path {
  fill: #fd4e00 !important;
}
.site-footer .site-footer__row .site-footer__column .site-footer__social,
.site-footer .site-footer__row .site-footer__column .site-footer__support {
  width: 200px !important;
}
.site-footer__logo:hover {
  filter: brightness(1.5) !important;
}
/* span.insta_icon svg rect:hover {
  fill: #fd4e00;
  color: #fd4e00;
} */
.newsletter-form-group button.newsletter-form-group__submit:hover {
  background: #FEA67F !important;
}
.site-footer.insta_icon_show {
  display: none !important;
}

.insta_icon_tab_newsletter {
  position: relative;
  top: 0;
  /* left: 50px; */
  display: block !important;
}
.insta_icon_tab {
  position: relative;
  top: 0;
}
/* .site-footer__newsletter .newsletter-form-group {
  display: flex;
  justify-content: space-between;
} */
.newsletter-form-group {
  width: 70% !important;
}
.site-footer__newsletter .newsletter-form-group {
  display: flex;
  gap: 10px;
  justify-content: flex-end !important;
  width: 100% !important;
  max-width: 100% !important;
}

.site-footer .insta_icon svg:hover {
  fill: #FD4E00;
}

/*****************************************12-04-2023 css end*********************************/
/************************************03-nov css *********************************************/
.image-carousel-hero .page-width {
  position: relative !important;
}

.banner-content.align-the-text_right {
  text-align: right !important;
  width: 100% !important;
}
.banner-content.align-the-text_center {
  text-align: center !important;
  width: 100%;
}
.banner-content.align-the-text_left {
  text-align: left !important;
  width: 100%;
}
/************************************03-nov css end *********************************************/

.inline-editor strong,
.inline-editor b {
  font-family: 'Gilroy-Regular' !important;
}
#more_from_product_slider .slide-img img {
  width: 100% !important;
}
.description_text1 a span {
  color: #fd4e00 !important;
}

/***********************************************************************/

#more_from_product_slider {
  padding-left: 10% !important;
}
/*#more_from_product_slider .slick-slide {
    width:auto !important;
    align-items: center !important;
    display: flex !important;
}*/

/********************************* 5:46 pm sep 19- backup********************************/
#readMore-button {
  font-size: 20px !important;
  color: #f94d00 !important;
  cursor: pointer !important;
}
.section-header__description {
  max-width: 920px !important;
}
/*****************************************************************/

/***********************************************New css add 23-05-2022 start home page changes********************************************/

.mosaic-section .image .hover-image {
  left: 0;
  padding: 32px !important;
  object-fit: contain !important;
  bottom: 0;
  top: auto;
}

.product_collection_image {
  background-color: #E9E9E9 !important;
}
.product_collection_image .main_inner_image img{
 padding: 20px; 
}
#sleeknote-Form p strong {
  font-family: 'Gilroy-Bold' !important;
}
/********************************************************************************************/
#shopify-section-page-careers-template .background-media-text--1590175793029 {
  height: 0;
  padding-bottom: 41.59722222222222% !important;
}

#shopify-section-blog-template .hero-natural--1593274957867 {
  height: 0;
  padding-bottom: 41.59722222222222% !important;
}

#shopify-section-page-digitalstickers-template .hero-natural--516487151660 {
  height: 0;
  padding-bottom: 41.59722222222222% !important;
}

#shopify-section-page-partners-template .hero-natural--516676157484 {
  height: 0;
  padding-bottom: 41.59722222222222% !important;
}

#shopify-section-page-press-template .hero-natural--515675455532 {
  height: 0;
  padding-bottom: 41.59722222222222% !important;
}

#shopify-section-page-partners-template .block-mosaic,
#shopify-section-page-digitalstickers-template .block-mosaic {
  margin-top: 40px !important;
}

/***************************page-partners css start******************************************/


#shopify-section-page-partners-template p {
  font-size: 18px;
  line-height: 26px;
}

#shopify-section-page-careers-template .open-roles-snippet {
  margin-bottom: 80px !important;
  margin-top: 40px !important;
}

/***************************page-partners css end******************************************/

.template-blog .custom-blog .index-section.rich-text .rte p {
  margin: 0 !important;
}

li.site-nav__item.site-nav__expanded-item:second-of-type {
  display: block;
}

/************************************** Blog rict text css start*****************************************/
#shopify-section-page-careers-template .rich_text_section.blog-text-section .rte.section-header__description .description_text p {
  text-align: center !important;
}

#shopify-section-blog-template .custom-blog .index-section.rich-text,
#shopify-section-page-digitalstickers-template .index-section.rich-text,
#shopify-section-page-partners-template .index-section.rich-text,
#shopify-section-page-careers-template .index-section.rich-text,
#shopify-section-page-press-template .index-section.rich-text {
  margin-bottom: 40px;
  margin-top: 0;
  background: #eaeaea;
  padding: 60px 0;
  text-align: center !important;
}
#shopify-section-page-careers-template .index-section.rich-text{
  background: #fff;
}
#shopify-section-page-digitalstickers-template .rich_text_section.blog-text-section .rte.section-header__description h3 {
  margin: 0 !important;
}

#shopify-section-page-partners-template .index-section.image-carousel-hero {
  margin: 0 !important;
}

#shopify-section-page-digitalstickers-template .index-section.image-carousel-hero,
#shopify-section-page-press-template .index-section.image-carousel-hero {
  margin-bottom: 0 !important;
}

#shopify-section-page-digitalstickers-template .rich_text_section.blog-text-section h3 p,
#shopify-section-page-partners-template .rich_text_section.blog-text-section h3 p,
#shopify-section-page-press-template .rich_text_section.blog-text-section h3 p {
  font-size: 20px !important;
  line-height: 26px !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}

#shopify-section-blog-template .custom-blog .index-section.rich-text .rte p {
  text-align: center !important;
}

#shopify-section-page-partners-template .rich_text_section.blog-text-section .rte.section-header__description h3,
#shopify-section-page-careers-template .rich_text_section.blog-text-section .rte.section-header__description h3,
#shopify-section-blog-template .rich_text_section.blog-text-section .rte.section-header__description h3,
#shopify-section-page-press-template .rich_text_section.blog-text-section .rte.section-header__description h3 {
  margin: 0 !important;
}

#shopify-section-page-careers-template .custom-page-apply .index-section .rte p {
  text-align: center !important;
}


#shopify-section-page-digitalstickers-template .text_box .image.with_html_price_and_title {
  display: block !important;
}

/************************************Blog rict text css end*******************************************/

/***********march25***********/
.custom_aboutus_page .image-with-text-columns .section_title {
  text-transform: none !important;
}

.cstm-section-divider {
  margin: 0 auto;
  width: 70%;
  opacity: 0.5;
  border-bottom: 1px solid #fd4d00;
}

.cstm_simple__navigation .all_product .shop_all_title {
  margin-bottom: 0;
}

.custom_aboutus_page .image-with-text-columns .content p {
  font-size: 27px !important;
}

.custom-page-apply.custom_aboutus_page .logos_section .heading-h2 {
  text-transform: none !important;

}

.cstm_simple__navigation .inner_contents .inner_contents_inner h2 {
  margin-bottom: 0 !important;
}

.custom_aboutus_page .mosaic-section .cst_more_btn_heading {
  text-transform: uppercase !important;
}


.custom-page-apply.custom_aboutus_page .mosaic-section.three_right_featured .square.a {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}

.custom-page-apply.custom_aboutus_page .banner-content-block {
  max-width: 14em;
}

.custom-page-apply.custom_aboutus_page .mosaic-section.three_right_featured .square.b {
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
}

.custom-page-apply.custom_aboutus_page .mosaic-section.three_right_featured .square.featured {
  grid-column: 2 / span 1;
  grid-row: 1 / span 2;
}

.custom-page-apply.custom_aboutus_page .mosaic-section.three_right_featured.three_right_featured_section {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.custom-page-apply.custom_aboutus_page .mosaic-section.three_right_featured.three_right_featured_section:before {
  display: none;
}

.custom-page-apply.custom_aboutus_page .index-section .rte p {
  text-align: center;
  margin: 10px 0 0 !important;
}

.custom-page-apply.custom_aboutus_page .heading-h2 {
  line-height: 1em !important;
  color: #fd4d00;
  margin-bottom: 0 !important;
}

.custom-page-apply.custom_aboutus_page .index-section {
  margin: 48px 0;
}

.cstm-image_text_btn .btn.btn-default {
  background: transparent;
  color: #f94d00;
  padding: 0;
  margin: 0;
  text-decoration: underline !important;
}

.cstm-image_text_btn {
  text-align: center;
}

.cstm-image_text_btn .btn.btn-default:after {
  content: " ";
  margin: 5px;
  padding: 0 18px;
  background-image: url('/cdn/shop/files/arrow-smal.png');
  font-size: 34px;
  background-repeat: no-repeat;
  background-size: 70%;
  position: relative;
  top: 10px;
  left: 0;
}

.custom-page-apply.custom_aboutus_page .section-header .btn {
  float: none;
}

.custom-page-apply.custom_aboutus_page .section_description p {
  margin-bottom: 10px !important;
}

.custom_aboutus_page .cstm_image_richtext .section_description {
  margin-top: 10px !important;
}

.three_right_featured_section {
  padding: 0;
}

.three_right_featured_section .title_btn_collection.square .image:before {
  content: "";
  background: #00000029;
  width: 100%;
  height: 100%;
}

.custom-page-apply.custom_aboutus_page .page-block-image-carousel-hero.page-width {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.custom-page-apply.custom_aboutus_page .hero-slideshow {
  padding: 0;
}

/*********************** New  Custom Page Css Start ***************************************/

/* .logo-bar-section li.logo-bar-list:nth-child(2) {
    margin-right:4%;
} */

/* .custom-logo_slider .logo-bar-list:nth-child(3) .desktop_view img{
    height: 54px;
}  */
.project-form-section .grid__item,
.wholesale-form-section .grid__item {
  padding: 0 0 40px;
}

.shopify-challenge__container .shopify-challenge__button {
  display: block;
  margin: 50px auto 20px !important;
  font-family: 'Gilroy-Bold' !important;
  text-transform: uppercase;
  width: 300px;
  border: none;
  font-size: 26px !important;
  line-height: 34px !important;
  font-weight: 800 !important;
  padding: 10px !important;
  background-color: #f94d01;
}

#shopify-section-custom-logo-section .bg-image.custom_logo_section {
  margin-bottom: 0 !important;
}

.custom_logo_section {
  padding: 40px 0;
}

.custom_logo_section .bg_heading_text {
  text-align: center;
}

.custom-image-text .columns_title {
  margin: 10px 0 20px;
}

.custom-faq-text .section-header {
  margin-bottom: 40px;
}

.custom-faq-text .columns .content p a {
  border-bottom: 1px solid;
}

.custom_banner_section {
  position: relative;
  padding-bottom: 42%;
  overflow: hidden;

}


/* .custom_banner_section .banner_content .banner_btn:after {
content: " ";
margin: 5px;
padding: 0 18px;
font-size: 30px;
background-image: url(/cdn/shop/files/arrow.png);
background-repeat: no-repeat;
background-size: 52%;
position: relative;
top: 15px;
left: 0;
} */

.mobile_view {
  display: none;
}

.desktop_view {
  display: block;
}

.logo_image:hover .desktop_view {
  opacity: 0;
  visibility: hidden;
}

.custom_banner_section:before {
  content: '';
  position: absolute;
  background-color: #00000050;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
}

.banner_content {
  z-index: 1 !important;
}

.banner_btn a.banner_btn_link {
  line-height: 28px;
  font-size: 28px;
  /* text-decoration: underline; */
  position: relative;
}

/* .banner_btn a.banner_btn_link:before {
content: "";
position: absolute;
left: 0;
width: calc(100%);

border: 1px solid;
bottom: -4px;
} */
.custom_banner_section.custom_banner_section .page-width {
  display: flex;
  align-items: center;
  max-width: 1300px;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}

/* .banner_content {
width: 50%;
text-align: right;
margin: 0 0 0 auto;
} */
.banner_btn a.banner_btn_link:after {
  content: "";
  height: 2px;
  width: 90%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 2px;
}

.banner_content.text--right {
  text-align: right;
  margin: 0 0 0 auto;
  max-width: 530px;
}

.custom_banner_section.custom_banner_section .banner_content.text--right {
  max-width: 50%;
}

.banner_content.text--left {
  text-align: left;
  width: 40%;
}

.banner_content.text--center {
  text-align: center;
  width: 100%;
}

.banner_content h1 {
  color: #fff !important;
  line-height: 52px !important;
  font-weight: 700 !important;
  margin-bottom: 10px;

}

.banner_content .banner_btn {
  color: #fff;
}

.banner_content .banner_heading {
  padding-bottom: 20px;
}

.everyone-section {
  padding: 48px 0;
}

.everyone-section h2 {
  font-family: 'Gilroy-Bold' !important;
}

.everyone-section .rte .enlarge-text p {
  font-size: 36px;
  margin-top: 10px;
  line-height: 36px;
  font-weight: 500;
}

#shopify-section-custom-rich-text-section p {
  font-weight: 500 !important;
  margin: 10px 0 0;
}

.custom-logo_slider,
.custom-faq-text {
  padding: 40px 32px;
}

.custom-logo_slider {
  background-color: #eaeaea;
}

.custom-logo_slider .logo-top-heading h4,
.person-logo-section .logo-top-heading h4 {
  text-align: center;
  color: #6F6F6F;
  padding-bottom: 15px;
  font-size: 26px;
}

.custom-logo_slider .logo-top-heading h4 {
  padding-bottom: 30px;
}

.custom-logo_slider .page-width {
  padding: 0 5% !important;
}


.custom-logo_slider .slick-track {
  display: flex;
  align-items: center;
}

/********************* new css add 07/03/2022 start***********************/

/********************* new css add 07/03/2022 end***********************/
.custom-image-text {
  padding: 40px 0;
}

.person-logo-section {
  padding: 40px 0;
  background-color: #eaeaea;
}

.person-logo-section .logo-list {
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.btn-get-back {
  background: #FEA67F !important;
  padding: 10px !important;
  margin: 25px 0 !important;
  border: 0 !important;
  font-size: 26px !important;
  line-height: 34px !important;
  font-weight: 800 !important;
  font-family: Gilroy-Bold !important;
}

.custom-logo_slider .logo-bar-section {
  display: flex;
  justify-content: center;
  margin: 0;
  text-align: center;
}

.logo_image {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.hover_image {
  /* position: absolute;
top: 50%;
left: 50%;
margin: auto;
transform: translate(-50%, -50%); */
  position: absolute;
  top: 0;
  display: none;
  transition: 0.5s ease-in;
  transform: translateY(-5%);
  width: 100%;
  height: 100%;
}


.hover_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  object-fit: contain;
}

.custom-logo_slider .logo-bar-list {
  list-style: none;
  padding: 0 40px;
  display: flex;
}


.logo_image:hover > img {
  display: none;
}

.logo_image:hover .hover_image {
  display: block;
}


.custom-faq-text .content {
  padding: 0;
}

.custom-faq-text h2.section_title {
  color: #000;
}

.custom-image-text .content {
  padding: 20px 0 0;
}

/* .custom-faq-text .section-header{
margin-bottom: 20px;
} */
.custom-faq-text .logo_img_box {
  display: flex;
  justify-content: center !important;
}

.custom-faq-text .columns .columns_title {
  padding-bottom: 10px;
  font-size: 23px !important;
  color: #000;
  font-weight: 500;
  line-height: 36px !important;
}

.custom-faq-text .columns .content p {
  display: block;
  font-size: 18px !important;
  line-height: 26px !important;
}

.image_with_text_columns .sheets_description p {
  font-size: 18px !important;
  line-height: 26px !important;
  color: #000 !important;
}

.custom-image-text .section-header {
  margin-bottom: 40px !important;
}

.custom-faq-text .section-footer {
  text-align: center;
  padding-top: 25px;
}

/* .project-form-section {
padding: 0px 0 60px 0;
} */
.project-form-section .form_details,
.wholesale-form-section .form_details {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 30px;
  justify-content: space-between;
  padding-bottom: 30px;
}

.project-form-section .form_details .first-name,
.last-name,
.email,
.ideal-deliver-date {
  width: 50%;
}

.wholesale-form-section .form_details .first-name,
.last-name,
.email,
.ideal-deliver-date {
  width: 50%;
}


.project-form-section input {
  border: 1px solid #000;
  padding: 10px;
  width: 100%;
  background-color: #eaeaea;
}

.project-form-section input:focus,
.wholesale-form-section input:focus {
  border: 1px solid #f94d01;

}


.wholesale-form-section input {
  border: 1px solid #000;
  padding: 10px;
  width: 100%;
  background-color: #efefef;
}


.project-form-section label,
.wholesale-form-section label {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;

}


.project-form-section .message textarea::-webkit-input-placeholder,
.form_details input::-webkit-input-placeholder {
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 600 !important;
}

.project-form-section .message textarea:-moz-placeholder,
.form_details input::-moz-input-placeholder {
  /* Firefox 18- */
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 600 !important;
}

.project-form-section .message textarea:-ms-input-placeholder,
.form_details input::-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 600 !important;
}

.project-form-section .message textarea::placeholder,
.form_details input::placeholder {
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 600 !important;
}

.project-form-section .message {
  width: 100%;
  padding-bottom: 30px;
  line-height: 0;
}

.custom-faq-text .section-footer p a:hover,
.section-footer-content p a:hover {
  border-bottom: 2px solid;
}

.project-form-section .message textarea {
  border: 1px solid #000;
  width: 100%;
  padding: 10px;
  height: 120px;
  background-color: #efefef;
  font-family: 'Gilroy-Bold';
  font-size: 14px;
  font-weight: 400 !important;
  font-family: 'Gilroy-Regular' !important;
}

.project-form-section .message textarea:focus {

  border: 1px solid #f94d01;
}

#contact_form {
  padding-top: 40px;
}

.submit input {
  border: none;
  font-size: 22px !important;
  line-height: 22px !important;
  font-weight: 800 !important;
  padding: 12px 12px 10px;
  font-family: 'Gilroy-Bold' !important;
  background-color: #f94d01;
}

.wholesale-form-section .rte p {
  padding: 10px 0;
  font-family: 'Gilroy-Bold' !important;
  line-height: 18px;
}
#shopify-section-custom-rich-text-section p {
    font-size: 18px;
    line-height: 26px;
}
.section-footer-content {
  padding-top: 25px;
}

.custom-faq-text .section-footer p {
  font-weight: 700;
  color: #6f6f6f;
  margin: 0;
  font-family: 'Gilroy-bold' !important;
}

.section-footer-content p {
  font-size: 26px;
  color: #6f6f6f;
  font-weight: 700;
  margin: 0;
  line-height: 26px;
  font-family: 'Gilroy-bold' !important;
}

.custom-faq-text .section-footer p strong,
.section-footer-content p strong {
  color: #000;
  font-family: 'Gilroy-bold';
}

.wholesale-form-section {
  padding: 40px 0 25px;
}


/***************************** New  Custom Page Css End*********************************/


.cstm_media_slider img {
  display: block !important;
}

.cst_prd_video {
  width: 100%;
}

.cst_row {
  margin: 0 auto;
}

/* .search-bar--page {
border: 2px solid #000;
max-width:350px;
margin: 32px auto;
}

.section-header__description input, textarea, select, .faux-select {
background-color: transparent;
color: inherit;
border: 0;
border-right: 2px solid #000;
max-width: 100%;
padding: 8px 0 8px 10px;
border-radius: 0;
} */

/******************************28-01-2022 Css start**********************************************************/


/* .art_born_section .background-media-text__image{
height: 550px!important;
}
.template-collection .background-media-text__aligner{
height: 550px!important;
} */


/******************************28-01-2022 Css end**********************************************************/


/*****************************collection_section_release new css 20-01-2022 ****************************************************/

.collection_section_release .skrim__item:after {
  padding-bottom: 0 !important;
}

.collection_section_release h2.skrim__underline-me {
  z-index: 999 !important;
}

.collection_section_release .skrim__item {
  z-index: 1;
}

.collection_section_release .skrim-grid {
  justify-content: flex-start !important;
}

.collection_section_release .image_box:before {
  content: '';
  position: absolute;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 1;
}

.collection_section_release h2 {
  font-family: 'Gilroy-bold' !important;
  font-weight: 800 !important;
  font-size: 29px !important;
  margin-top: 10px;
  color: #fff !important;
  line-height: 32px !important;
}

#shopify-section-shop-release-section .section-header__title.appear-delay {
  font-size: 44px !important;
  color: #f94d00 !important;
  font-family: Gilroy-bold !important;
  font-weight: 400 !important;
  line-height: 44px !important;
  padding-bottom: 40px;
  margin: 0;
}


/*****************************collection_section_release new css 20-01-2022 end ****************************************************/

.design_block .background_left_side {
  padding-bottom: 0 !important;
}


/************************************footer section home page modal popup css start********************************************/

.modal-footer-wholesale {
  display: none;
  position: fixed;
  z-index: 1090;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: #0006;
}

.modal-footer-Shipping,
.modal-footer-Returns,
.modal-footer-Collaborate,
.modal-footer-Affiliates {
  display: none;
  position: fixed;
  z-index: 1090;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: #0006;
}

.modal-footer-B2B {
  display: none;
  position: fixed;
  z-index: 1090;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: #0006;
}

.modal-footer-wholesale .modal-content-wholesale a .modal-header-wholesale {
  font-size: 20px !important;
  color: #FD4E00 !important;
  -webkit-text-stroke: none !important;
  display: flex;
  align-items: center;
  line-height: 1 !important;
}

.modal-footer-Shipping .modal-content-Shipping a .modal-header-Shipping,
.modal-footer-Returns .modal-content-Returns a .modal-header-Returns,
.modal-footer-Collaborate .modal-content-Collaborate a .modal-header-Collaborate,
.modal-footer-Affiliates .modal-content-Affiliates a .modal-header-Affiliates {
  font-size: 20px !important;
  color: #FD4E00 !important;
  -webkit-text-stroke: none !important;
  display: flex;
  align-items: center;
  line-height: 1 !important;
}


/* .modal-footer-B2B .modal-content-B2B a .modal-header-B2B {
font-size: 20px!important;
margin-bottom: -6px;
color: #FD4E00!important;
-webkit-text-stroke:none!important;
display: flex;
align-items:center;
line-height:24px!important;
} */


/* .modal-footer-wholesale .modal-content-wholesale p {
color: #000;
text-transform: none!important;
font-size: 18px!important;
line-height: 1.2em!important;
}
.modal-footer-Shipping .modal-content-Shipping p,.modal-footer-Returns .modal-content-Returns p,.modal-footer-Collaborate .modal-content-Collaborate p,.modal-footer-Affiliates .modal-content-Affiliates p  {
color: #000;
text-transform: none!important;
font-size: 18px!important;
line-height: 1.2em!important;
}
.modal-footer-B2B .modal-content-B2B p   {
color: #000;
text-transform: none!important;
font-size: 18px!important;
line-height: 1.2em!important;
} */

.popup_content,
.popup_content p {
  font-size: 18px !important;
  color: #000 !important;
  line-height: 26px !important;
}

.modal-footer-wholesale .modal-content-wholesale {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 3px solid #fd4e00;
  width: 500px !important;
  height: 500px !important;
  font-weight: 600;
}

.modal-footer-wholesale .modal-content-wholesale .close-wholesale,
.modal-footer-B2B .modal-content-B2B .close-B2B,
.modal-footer-Shipping .modal-content-Shipping .close-Shipping,
.modal-footer-Returns .modal-content-Returns .close-Returns,
.modal-footer-Collaborate .modal-content-Collaborate .close-Collaborate,
.modal-footer-Affiliates .modal-content-Affiliates .close-Affiliates {
  cursor: pointer;
}

.modal-footer-Shipping .modal-content-Shipping,
.modal-footer-Returns .modal-content-Returns,
.modal-footer-Collaborate .modal-content-Collaborate,
.modal-footer-Affiliates .modal-content-Affiliates {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 3px solid #fd4e00;
  width: 500px !important;
  height: auto !important;
}

.modal-footer-B2B .modal-content-B2B {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 3px solid #fd4e00;
  width: 500px !important;
  height: auto !important;
}

.modal-footer-terms .modal-content-terms {
  width: 500px !important;
  height: auto !important;
}

.modal-footer-privacy .modal-content-privacy {
  width: 500px !important;
  height: auto !important;
}

.modal-footer-wholesale .modal-content-wholesale .close-wholesale {
  color: #f94d00;
  float: right;
  font-size: 30px !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  font-weight: 700;
}

.modal-footer-B2B .modal-content-B2B .close-B2B {
  color: #f94d00;
  float: right;
  font-size: 30px !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  font-weight: 700;
}

.modal-footer-Shipping .modal-content-Shipping .close-Shipping,
.modal-footer-Returns .modal-content-Returns .close-Returns,
.modal-footer-Collaborate .modal-content-Collaborate .close-Collaborate,
.modal-footer-Affiliates .modal-content-Affiliates .close-Affiliates {
  color: #f94d00;
  float: right;
  font-size: 30px !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  font-weight: 700;
}

.modol_popup_header {
  align-items: center !important;
}

.modol_popup_header img.logo-stamp {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.heading_with_logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.heading_with_logo img.logo-stamp {
  margin: 5px 0 0 5px;
}

.modal-header-B2B img.logo-stamp {
  margin: 0 5px;
}

.modal-content-terms .modol_popup_content img.logo-stamp,
.modal-content-privacy .modol_popup_content img.logo-stamp {
  width: 55px;
  height: auto;
}

.modal-footer-terms .modal-content-terms .logo-stamp,
.modal-footer-privacy .modal-content-privacy .logo-stamp {
  margin: 5px 5px 0 0;
}

.modal-footer-terms .modal-content-terms a .modal-header-terms,
.modal-footer-privacy .modal-content-privacy a .modal-header-privacy {
  font-size: 20px !important;
  color: #FD4E00 !important;
  -webkit-text-stroke: #FD4E00 !important;
}

.modal-footer-terms .modal-content-terms .close-terms,
.modal-footer-privacy .modal-content-privacy .close-privacy {
  display: flex;
  margin-top: 0 !important;
  margin-right: 0 !important;
  font-weight: 700;
  align-items: center !important;
  justify-content: center !important;
}

.popup_content a,
.popup_content p a {
  color: #f94d00 !important;
}

.logo-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
}

.modal-footer-terms .modal-content-terms,
.modal-footer-privacy .modal-content-privacy {
  padding: 30px;
}

#terms-modal .modol_popup_content .popup_content p,
#privacy-modal .modol_popup_content .popup_content p {
  font-size: 18px !important;
  line-height: 26px !important;
}

.modol_popup_header {
  display: flex;
  flex-direction: row;
  align-items: flex-start !important;
  margin-bottom: 25px;
}

.logo-modul-popup svg path {
  fill: #f94d00 !important;
}

.logo-modul-popup svg {
  width: 60px !important;
  margin: 0 5px;
  position: relative;
  top: 2px;
  height: auto;
}

#B2B-modal h2.modal-header-B2B {
  font-size: 20px !important;
  display: contents !important;
}


/************************************footer section home page modal popup css end********************************************/


/************************************New section home page css start********************************************/

.content {
  padding: 20px;
}

h2.columns_title {
  font-family: 'Gilroy-Bold' !important;
  font-style: normal;
  font-weight: bold;
  line-height: 101.5%;
  display: flex;
  align-items: center;
  color: #FD4D01;

}

.content p {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  line-height: 110%;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 30px !important;
}

.content p:last-child {
  margin-bottom: 0;
}

.columns_title {
  margin: 10px 0;
}

.section_description p {
  margin: 10px 0 0 !important;
  font-weight: 500;
}

.content p {
  font-size: 28px !important;
  line-height: 1.1em !important;
  margin: 10px 0 !important;
}

.content a.btn.btn-default {
  background: transparent;
  color: #f94d00;
  padding: 0;
  margin: 0;
  text-decoration: underline !important;
}

.content a.btn.btn-default:after {
  content: " ";
  margin: 5px;
  padding: 0 18px;
  background-image: url('/cdn/shop/files/arrow-smal.png');
  font-size: 34px;
  background-repeat: no-repeat;
  background-size: 70%;
  position: relative;
  top: 10px;
  left: 0;
}

.product_details {
  display: flex;
  justify-content: space-between !important;
}

.product_price_tags {
  display: flex;
  justify-content: space-between !important;
}


.site-footer .logo-stamp {
  display: block !important;
}

.modal-header-Affiliates img.logo-stamp {
  margin: 0 5px;
}

#B2B-modala .heading_with_logo .modal-header-B2B svg path {
  fill: #f94d00 !important;
}

#B2B-modala svg path {
  fill: #f94d00 !important;
}

.logo-modul-popup {
  line-height: 1 !important;
}

#B2B-modala h2.modal-header-B2B {
  font-size: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#terms-modal .logo-modul-popup svg {
  margin: 0 5px 0 0 !important;
}

#privacy-modal .logo-modul-popup svg {
  margin: 0 5px 0 0 !important;
}
.background-media-text--background-image-text .background-media-text__image {
  background-position: 100%;
  background-size: cover;
  position: relative !important;
  min-height: 608px;
}
.accentuate .section-product-content {
  background-position: 100% !important;
}


.custom_product_page .grid {
    align-items: center;
}
/* .custom_product_page .cstm_media_slider .slick-list.draggable {
    height: calc(100vh - 80px);
  } */



.custom_aboutus_page h3.description_text {
    font-size: 18px !important;
    line-height: 26px !important;
}
html,body {
    background-color: #000 !important;
}
.custom-page-apply .index-section .rte p {
    font-size: 18px;
    line-height: 26px;
}
.mobile_only {
    display: none;
}
.logo_img_box .grid__item > div {
    margin: auto;
}
.desktop_only.logo_img_box .grid__item{
    padding: 0;
    margin: auto;
}
.custom-page-apply .hero-slideshow{
  padding: 0 !important;
}
.site-footer .site-footer__row.secondary p::marker {
    color: #fff;
}
.desktop_imgage_logo_wholesale_jtpl.desktop_only {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    max-width: 1300px;
    margin: auto;
    padding: 0 32px;
}
.desktop_imgage_logo_wholesale_jtpl.desktop_only .grid {
    margin: 0;
    padding: 0 20px;
}
.custom_wholesale_main_warpper {
    padding: 70px 0 30px;
    background-color: #000;
}
.custom_wholesale_main_warpper h3 {
    color: #fff;
    text-align: center;
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 0 12px 50px;
    font-family: 'Gilroy-bold' !important;
}
.grid.grid--uniform.text-.logo_img_box img {
    width: 100%;
    margin: auto;
    object-fit: contain;
}
.custom-image-text h3.section_description p{
    font-size: 18px;
    line-height: 26px;
}
.desktop_imgage_logo_wholesale_jtpl.desktop_only .grid:first-child {
    padding-left: 0;
}
.desktop_imgage_logo_wholesale_jtpl.desktop_only .grid:last-child {
    padding-right: 0;
}
.open-roles-snippet .link-section{
  max-width: 100% !important;
}
.open-roles-snippet .link-section p.title {
    font-size: 18px;
    line-height: 26px;
}
.open-roles-snippet .link-section p.location {
    font-size: 14px;
}
.open-roles-snippet h2 {
    font-size: 30px !important;
}
.wholesale-form-section .submit input {
    background: transparent;
    color: #000;
    border: 2px solid #000;
    width: max-content;
    padding: 12px 50px;
}
.wholesale-form-section h2 {
    color: #000;
    font-size: 30px !important;
    padding-bottom: 10px;
}
.custom_banner_section h2.h1 {
    color: #fff;
}

.custom_banner_section h2.h1 {
    color: #fff;
}ia(min-width:1920px) and (max-width:2560px) {

  #more_from_product_slider {
    padding-left: 18% !important;
  }
/*   .product-image-text {
    min-height: 1000px !important;
  }
  .background-media-text--background-image-text .background-media-text__image {
    min-height: 1000px !important;
  } */
}


.custom-page-template-blocks.careers .hero__text-shadow h2 {
    max-width: 350px;
}


@media(max-width: 1024px) {
  .desktop_imgage_logo_wholesale_jtpl.desktop_only {
    gap: 0;
}
  .note--success {
    width: 100% !important;
    margin: 0 !important;
  }
  a.insta_icon_tab_newsletter {
    display: none;
  }
  .site-footer .site-footer__row.secondary {
    padding-bottom: 15px !important;
  }
  .site-footer.insta_icon_show .insta_icon_tab {
    top: 0;
  }
  span.insta_icon svg {
    width: 50px !important;
    height: 50px !important;
  }
  .site-footer .site-footer__row.secondary .site-footer__column.stamps {
    width: inherit !important;
    justify-content: space-between !important;
  }
  .site-footer.insta_icon_show {
    display: block !important;
  }
  .made_in_text {
    display: none !important;
  }
  .site-footer.insta_icon_show a img {
    width: 50px;
    height: 50px;
  }
  .site-footer.insta_icon_show {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .background-media-text {
    display: block !important;
  }

  .background-media-text__image {
    height: 100%;
    min-height: 100% !important;
  }
  .custom-logo_slider .logo-bar-list {
    padding: 0 20px;
  }

  /**************************** css 11-02-2022*********************************/
  .content p {
    font-size: 20px !important;
  }

  .content {
    padding: 10px;
  }

  /**************************** 11-02-2022*********************************/


  /************************* 05-02-2022 css start****************************************/
  .accentuate .product-image-text .contents p {
    font-size: 16px !important;

  }

  .about_collection_content {
    font-size: 16px !important;
  }

  /************************* 05-02-2022 css start****************************************/


  .all_product .shop_all_title {
    font-size: 34px !important;
  }

  .popup_content a {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}


@media(max-width:726px) {
 .custom-page-template-blocks.careers .index-section.rich-text {
    margin-bottom: 0 !important;
} 
.custom_banner_section h2.h1{
    max-width: 200px;
    margin: auto;
}
.block-image-hero .hero__text-shadow h2 {
    max-width: 200px !important;
}
  
  
.custom-page-apply .index-section .grid.grid--uniform .grid__item {
    padding-left: 0 !important;
}
.wholesale-form-section h2 {
    font-size: 22px !important;
    text-align: center !important;
}  
  .wholesale-form-section .grid__item .rte p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
  .wholesale-form-section label{
    font-size: 14px;
    line-height: 22px;
  }
  .open-roles-snippet h2 {
    font-size: 22px !important;
}
  .custom-image-text h3.section_description p{
    font-size: 14px;
    line-height: 22px;
  }
  .custom-homepage-jtpl .mosaic_custom.mosaic-section.four_row{
      padding: 0 0 40px;
  }
 #shopify-section-custom-rich-text-section p {
    font-size: 14px !important;
    line-height: 24px !important;
}
  .logo_img_box .grid__item {
    max-width: 100%;
    text-align:center;
}
.desktop_imgage_logo_wholesale_jtpl.desktop_only {
    padding: 0;
}
.desktop_imgage_logo_wholesale_jtpl.desktop_only {
    display: none;
}
.desktop_imgage_logo_wholesale_jtpl.mobile_only .grid.text-.logo_img_box {
    width: auto;
    max-width: 80px;
    margin: 0 auto 30px;
    justify-content: center;
}
.desktop_imgage_logo_wholesale_jtpl.mobile_only .grid.text-.logo_img_box:last-child{
  margin-bottom: 0;
}  
.grid.grid--uniform.text-.logo_img_box img {
    width: 100%;
    height: auto;
}  
.desktop_imgage_logo_wholesale_jtpl.desktop_only .grid:last-child{
  margin-bottom: 0;
}  
.mosaic-section.four_dual_featured .square.b,
  .mosaic-section.four_row .square.b,
  .mosaic-section.three_row .square.b {
    grid-column: 2;
    grid-row: 1;
  }

  .mosaic-section.four_dual_featured .square.c,
  .mosaic-section.four_row .square.c,
  .mosaic-section.three_row .square.c {
    grid-column: 3;
    grid-row: 1;
  }

  .mosaic-section.four_dual_featured .square.d,
  .mosaic-section.four_row .square.d,
  .mosaic-section.three_row .square.d {
    grid-column: 4;
    grid-row: 1;
  }
  
  .custom_empty {
    font-size: 18px;
    margin-top: 50px;
}
  .column-submit input#Email-footer {
    font-size: 12px !important;
  }
.mosaic-section .image .hover-image {
    top: 50%;
    transform: translateY(-50%);
}
  
  .custom-allproduct-nav-jtpl .new-nav-jtpl a:hover:before {
    width: 0;
}
.all-products .product_price_tags span:nth-child(1) {
    margin-bottom: 0px;
    display: inline-block;
}
.custom-homepage-jtpl .index-section.logo-blocks {
  margin: 90px 0 0 !important;
  padding-top: 40px;
}
.product_price_tags{
  display: none;
}
.all-products .product_price_tags span {
    margin-bottom: 10px;
    display: inline-block;
}
.more_from_collections #more_from_product_slider .page-width ul.more_from_collection{
  padding: 0 !important;
}

.andy-warhol .collection_tamplate_section .product_info .product__title {
    line-height: 18px !important;
}
.collection_tamplate_section .product_info .product_details {
    flex-wrap: wrap;
      margin-bottom: 10px;
}  
.collection_tamplate_section .product_info .product_details span.product__title {
    width: calc(100% - 40px);
}
.collection_tamplate_section .product_info .product_details span.product__price {
    width: max-content;
}  
                                    
.custom_banner_pdp, .custom_bg_image {
    padding-bottom: 200px;
}  
 .mosaic-section .image .hover-image {
  padding: 20px !important;
}
.new-nav-jtpl .product_show span:last-child::before, .new-nav-jtpl .product_show span:last-child::after {
  bottom: -1px;
}
.new-nav-jtpl .product_show::after {
  bottom: 0px;
}
.all-products .collection_tamplate_section .product_info .product__price {
    width: max-content;
}
.all-products .collection_tamplate_section .product_info .product__title {
    width: calc(100% - 35px);
}
.all-products .product_details, .all-products .product_price_tags {
    flex-wrap: wrap;
}
  .all-products .product_price_tags{
    column-gap: 5px;
  }
  .all-products .product_details, .all-products .collection_tamplate_section .product_info .product__price{
    margin: 0;
  }
  .new-nav-jtpl a.product_show.left.custom-active {
    padding: 5px 6px 4px;
    border: 2px solid #000;
  }
  .all-products .collection_tamplate_section .product_info .product__title {
    line-height: 16px !important;
}
  .hero-wrapper.homepage-banner {
    min-height: calc(100vh - 80px);
}
  
  /** 12 May **/
  .custom-homepage-jtpl .mosaic-section.four_row .image.with_html_price_and_title a.link_12 {
    top: calc(100% - 15px) !important;
    z-index: 0 !important;
    opacity: 1 !important;
}
.custom-homepage-jtpl .mosaic-section.four_row .square {
    padding-bottom: 30px;
}  
.custom-homepage-jtpl .index-section.logo-blocks {
  margin: 80px 0 0;
}
.custom-homepage-jtpl .mosaic-section.four_row .image.with_html_price_and_title a.link_12 span h4 {
    font-size: 16px !important;
}
.custom-homepage-jtpl .image-wrap img {
    width: 190px;
}
footer.site-footer .site-footer__row.primary {
    padding-bottom: 10px !important;
}
  .modal-content-Shipping,
  .modal-content-Returns,
  .modal-content-Collaborate {
    width: 300px !important;
    height: 300px !important;
  }
  .modal-content-Shipping,
  .modal-content-Returns,
  .modal-content-Collaborate {
    padding: 12px !important;
  }


  .site-footer .site-footer__row {
    padding: 10px 0 !important;
  }
  span.insta_icon svg {
    width: 50px !important;
    height: 50px !important;
  }
  /***********************footer css****************/
  .made_in_text .designed-para {
    display: none;
  }

  .made_in_text span.heart_icon {
    display: none;
  }
  /***********************footer css****************/
  #more_from_product_slider {
    padding-left: 0 !important;
  }
  .banner-content-block button {
    left: 0;
  }
  #more_from_product_slider ul li .box,
  #more_from_product_slider ul li .square {
    width: 100% !important;
  }
  #more_from_product_slider .slide-img img,
  .more_from_apply img {
    width: 100%;
    height: auto !important;
  }

  .more_from_apply .mosaic-height {
    width: 100%;
    height: auto !important;
  }
  .custom-page-apply.custom_aboutus_page .logos_section .section-header {
    margin-bottom: 0;
  }

  .custom_aboutus_page .logos_section .logo_img_box {
    margin: 40px 0 40px !IMPORTANT;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 25px;
  }

  .custom_aboutus_page .logos_section .logo_img_box .grid__item {
    margin: 0;
    padding: 0;
    width: 100% !IMPORTANT;
  }

  .custom_aboutus_page .logos_section .logo_img_box:after {
    display: none;
  }

  .custom-page-apply.custom_aboutus_page .hero-natural--513373339692 .hero.hero--513373339692 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }

  .custom-page-apply.custom_aboutus_page .index-section {
    margin: 30px 0;
  }

  .custom-page-apply.custom_aboutus_page .columns_image img {
    width: 1000%;
    display: block;
  }

  .custom-page-apply.custom_aboutus_page .block-rich-text .grid__item {
    text-align: left !important;
  }


  .custom-page-apply.custom_aboutus_page .mosaic-section.three_right_featured .square.a {
    grid-column: inherit;
    grid-row: inherit;
  }


  .custom-page-apply.custom_aboutus_page .mosaic-section.three_right_featured .square.b {
    grid-column: inherit;
    grid-row: inherit;
  }

  .custom-page-apply.custom_aboutus_page .mosaic-section.three_right_featured .square.featured {
    grid-column: inherit;
    grid-row: inherit;
  }

  .custom-page-apply.custom_aboutus_page .mosaic-section.three_right_featured.three_right_featured_section {
    grid-template-columns: inherit;
    grid-template-rows: inherit;
  }

  .custom-page-apply.custom_aboutus_page .block-mosaic .mosaic-section {
    display: block;
  },
  .custom-page-apply.custom_aboutus_page .rich_text_section .grid__item {
    text-align: left !important;
  }

  .custom-page-apply.custom_aboutus_page header.section-header {
    text-align: left !important;
  }

  .custom-page-apply.custom_aboutus_page .logos_section .rte-setting.text-spacing {
    display: none;
  }


  .cstm-image_text_btn .btn.btn-default:after {
    font-size: 14px !important;
    top: 0 !important;
  }

  .cstm-image_text_btn {
    text-align: left;
  }

  .custom_banner_section {
    padding-bottom: 68%;
  }

  .custom-logo_slider h4,
  .person-logo-section .logo-top-heading {
    font-size: 16px !important;
  }

  .custom-logo_slider .page-width {
    padding: 0 10%;
  }

  .custom-logo_slider {
    padding: 30px 0 15px;
  }

  h2.columns_title {
    font-size: 26px !important;
  }

  .inner_contents_inner h2 {
    font-size: 20px !important;
  }

  .collection-page-section .all_product .shop_all_title {
    font-size: 20px !important;
    color: #fff;
  }

  .design_section.packs_section .design_block .background_left_side {
    height: 220px !important;
  }

  .design_section.design_all_section .design_block .background_left_side {
    height: 220px !important;
  }

  .all_product_section.Shop_all_page header.all_product.section-header.aos-init.aos-animate {
    height: 220px !important;
  }

  .all_product.section-header.aos-init.aos-animate h1.section-header__title.appear-delay {
    font-size: 20px !important;
  }

  .content {
    padding: 20px 0 0;
  }

  h2.columns_title {
    margin-bottom: 10px
  }

  .content p {
    font-size: 18px !important;
    line-height: 26px !important;
    margin: 10px 0 0 !important;
  }

  .content a.btn.btn-default:after {
    right: -15px;
    top: 51%;
    padding: 6px;
    font-size: 4px !important;
  }

  .columns_title {
    font-size: 26px !important;
    margin: 0 !important;
  }

  .modal-footer-wholesale .modal-content-wholesale {
    width: 300px !important;
    height: 300px !important;
  }

  .modal-footer-B2B .modal-content-B2B {
    width: 300px !important;
    height: 300px !important;
  }

  .modal-footer-terms .modal-content-terms {
    width: 300px !important;
    height: 300px !important;
  }

  .modal-footer-privacy .modal-content-privacy {
    width: 300px !important;
    height: 300px !important;
  }

  .modal-footer-Shipping .modal-content-Shipping,
  .modal-footer-Returns .modal-content-Returns,
  .modal-footer-Collaborate .modal-content-Collaborate,
  .modal-footer-Affiliates .modal-content-Affiliates {
    width: 300px !important;
    height: 300px !important;
  }

  .popup_content,
  .popup_content p {
    font-size: 12px !important;
    line-height: 1.2em !important;
  }

  .modal-footer-wholesale .modal-content-wholesale,
  .modal-footer-B2B .modal-content-B2B,
  .modal-footer-terms .modal-content-terms,
  .modal-footer-privacy .modal-content-privacy,
  .modal-footer-Shipping .modal-content-Shipping,
  .modal-footer-Returns .modal-content-Returns,
  .modal-footer-Collaborate .modal-content-Collaborate,
  .modal-footer-Affiliates .modal-content-Affiliates {
    padding: 12px;
  }

  #Collaborate-modal .popup_content a,
  .popup_content p a,
  #Affiliates-modal .popup_content a,
  .popup_content p a,
  #Shipping-modal .popup_content a,
  .popup_content p a,
  #B2B-modal .popup_content a,
  .popup_content p a,
  #wholesale-modal .popup_content a,
  .popup_content p a {
    font-size: 12px !important;
  }

  #wholesale-modal .popup_content a,
  .popup_content p a {
    font-size: 12px !important;
  }

  #terms-modal .modol_popup_content .popup_content p,
  #privacy-modal .modol_popup_content .popup_content p {
    font-size: 12px !important;
  }

  #terms-modal .modol_popup_content .popup_content p,
  #privacy-modal .modol_popup_content .popup_content p {
    font-size: 12px !important;
  }

  .modal-footer-terms .modal-content-terms a .modal-header-terms,
  .modal-footer-privacy .modal-content-privacy a .modal-header-privacy {
    font-size: 16px !important;
  }

  .modal-footer-wholesale .modal-content-wholesale a .modal-header-wholesale,
  .modal-footer-Shipping .modal-content-Shipping a .modal-header-Shipping,
  .modal-footer-Returns .modal-content-Returns a .modal-header-Returns,
  .modal-footer-Collaborate .modal-content-Collaborate a .modal-header-Collaborate,
  .modal-footer-Affiliates .modal-content-Affiliates a .modal-header-Affiliates,
  .modal-footer-B2B .modal-content-B2B a .modal-header-B2B {
    font-size: 16px !important;
  }

  #B2B-modal h2.modal-header-B2B {
    font-size: 16px !important;
    margin-bottom: 10px;
  }

  #B2B-modal .logo-modul-popup svg {
    width: 48px !important;
    margin: 0 4px 0 5px !important;
    height: 20px !important;
    position: relative !important;
    top: 4px !important;
  }

  #B2B-modal .modol_popup_header {
    display: block !important;
  }

  #B2B-modal .modol_popup_header {
    line-height: 18px;
    margin-top: 0 !important;
    margin-bottom: 10px;
  }

  #B2B-modal .logo-close {
    position: relative !important;
    top: 10px !important;
  }
}



/************************************New section home page css end********************************************/

#shopify-section-shop-release-header-section .background_image {
  background-position: center !important;
}

.cloumn_box {
  padding: 0 8px;
  margin: 20px 0;
}

#shopify-section-shop-release-section .image_box img {
  /* padding: 20px; */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#shopify-section-shop-release-section .image_box {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
}

#shopify-section-shop-release-section {
  padding: 40px 0;
}

#shopify-section-shop-release-section .image_box {
  margin: 0 !important;
  background-color: #fafafe;
}


/*******************************************New Shop page design css start  *******************************************************/

.packs_section .design_block {
  padding-left: 0 !important;
  padding-top: 2px !important;
  padding-bottom: 0 !important;
}

.all_product_section.Shop_all_page header.all_product.section-header.aos-init.aos-animate {
  height: 250px;
}

.all_product_section.Shop_all_page .design_block .background_right_side {
  height: 250px;
}

.design_section.packs_section .design_block .background_left_side {
  height: 250px;
}

.all_product .shop_all_title {
  z-index: 1 !important;
  font-size: 44px !important;
  color: #fff;
}

.design_section.packs_section .design_block .background_left_side {
  width: 100%;
  height: 250px;
  padding-top: 0;
}

.shop_all_section {
  width: 100%;
}


@media(min-width:1025px) {
  .site-footer__column.submit_form {
    width: 100% !important;
  }
  a.insta_icon_tab_newsletter {
    width: 35% !important;
  }
  .site-footer__newsletter {
    width: 90% !important;
  }
  .site-footer .site-footer__row > .site-footer__column{
    width: 60% !important;
  }
  .site-footer .site-footer__row .column-submit {
    width: 40% !important;
  }
  .site-footer .site-footer__row > .site-footer__column.stamps {
    width: auto !important;
  }
}



@media(max-width:1024px) {
   .wholesale-form-section label{
    font-size: 14px;
    line-height: 22px;
  }
  .template-collection .product_collection_image .main_inner_image img[alt="padding_5"] {
    padding:20px !important;
}
.template-collection .product_collection_image img.img-hover[data-alt="padding_5"] {
    padding:20px !important;
}
.template-collection .product_collection_image img[data-alt="padding_7"] {
    padding: 15px !important;
}
.template-collection .product_collection_image .main_inner_image img[alt="padding_7"] {
    padding: 15px !important;
}
.product_collection_image .main_inner_image img{
    padding: 15px !important;
}
  .site-footer.custom_footer_logo {
    justify-content: center;
}
  .site-footer__newsletter {
    width: 100% !important;
  }
  .site-footer .site-footer__row .site-footer__column .site-footer__logo {
    width: 60px !important;
  }
  .newsletter-form-group.floating a.insta_icon_tab {
    display: none;
  }
  .site-footer.insta_icon_show {
    display: block;
  }

  .accentuate .product-image-text .contents p span {
    font-size: 18px !important;
  }
  .accentuate .section-product-content {
    background-position: 50% !important;
  }
  .product-image-text {
    min-height: 100% !important;
  }

  /* .accentuate .product-content {
	
		padding-bottom: 60%!important;
	
	} */

  .collection-page-section .inner_contents p {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .packs_section .design_block {
    padding-right: 0 !important;
    padding-left: 2px !important;
    padding-top: 0 !important;
  }

  .design_block .background_left_side {
    padding-right: 0 !important;
  }
}

@media(min-width: 768px) and (max-width:992px) {

  .inner_contents_inner h2 {
    font-size: 20px !important;
  }

  .cstm_simple__navigation .all_product .shop_all_title {
    font-size: 20px !important;
  }

}

@media(max-width:992px) {
  .collection-page-section .inner_contents p {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .cstm_simple__navigation .all_product .shop_all_title {
    font-size: 20px !important;
  }
}

@media(max-width:1025px) {
  .all_product .shop_all_title {
    font-size: 34px !important;
  }

  .all_product_section.Shop_all_page {
    display: flex;
  }

  .packs_section .design_block {
    padding-left: 2px !important;
    padding-top: 0 !important;
  }

  .all_product_section.Shop_all_page header.all_product.section-header.aos-init.aos-animate {
    height: 250px;
  }

  .all_product_section.Shop_all_page .design_block .background_right_side {
    height: 250px;
  }

  .design_section.packs_section .design_block .background_left_side {
    height: 250px;
  }

  .all_product_section.Shop_all_page > div {
    width: 100%;
    margin: 0;
  }

  .design_section.packs_section .design_block .background_left_side {
    width: 100%;
    height: 250px;
    padding-top: 0;
  }

  /* .all_product_section.Shop_all_page header.all_product.section-header {
height: 303px;
} */
  .collection-page-section .design_section.design_all_section a .inner_contents {
    padding-top: unset;
  }

  .design_section.design_all_section .design_block .background_left_side {
    height: 250px;
  }
}


/*******************************************New Shop page design css End *******************************************************/

/* .single-collection-tab {
display: grid;
grid-gap: 16px;
grid-template-columns: repeat(4,1fr);
grid-auto-rows: 1fr;
margin-bottom: 40px;
padding: 0;
}  */


/* .collection_section_release span.product__title {
font-weight: bold!important;
font-family: 'Gilroy-Regular'!important;
font-size: 20px!important;
line-height: 24px!important;
position: relative;
top: 15px;
} */

.single-collection-tab .bundle {
  grid-column: 1 /span 2;
  grid-row: 1 /span 2;
}


/* .collection_product_grid {
grid-template-columns: 100px 50px 100px;
grid-template-rows: 80px auto 80px; 
column-gap: 10px;
row-gap: 15px; 
}  */


/* .collection_tamplate_section .mobile-collection {
display: none!important;
} */


/* 
.secondary-links.links-container .links-padder.hovered{
display: none;
}

.secondary-links.links-container .links-padder.hovered{
opacity: 1!important;
}

#secondary-navigation-Shop {
display: none;
}

#mobile-menu-down-arrow-Shop {
display: none;
} */


/* .product__photo-zoom {
cursor: pointer !important;
} 
*/

.background_image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center !important;
  color: #fff !important;
}

.background_image {
  height: 500px !important;
  object-fit: contain !important;
}

.background_image {
  position: relative;
}

.background_image .background-media-text__inner {
  top: 50%;
  transform: translateY(-50%);
}

.background_image .background-media-text__inner .subheading {
  font-size: 35px !important;
  line-height: 1em !important;
  text-transform: initial !important;
  letter-spacing: normal;
  font-family: Gilroy-Bold !important;
  margin-bottom: 16px;
}

.background_image .background-media-text__inner h2 {
  font-size: 52px !important;
  line-height: 1em !important;
  text-transform: initial !important;
  color: #FFF;
  margin-bottom: 16px;
  font-weight: 600;
}

.background_image .background-media-text__inner .bg-para p:empty {
  display: none;
}

.background_image .background-media-text__inner .bg-para p {
  margin: 0;
  font-size: 30px !important;
  line-height: 1em !important;
  text-transform: initial !important;
  font-family: Gilroy-bold !important;
}


@media(max-width: 1140px) {

  /**************************** css 11-02-2022*********************************/
  h2.columns_title {
    font-size: 34px;
  }

  .content p {
    font-size: 26px;
  }

  /**************************** 11-02-2022*********************************/

  .background_image .background-media-text__inner .subheading {
    font-size: 30px !important;
  }

  .background_image .background-media-text__inner h2 {
    font-size: 44px !important;
  }

  .background_image .background-media-text__inner .bg-para p {
    font-size: 30px !important;
  }
}

@media(max-width:860px){
  .custom-allproduct-nav-jtpl{
    gap:10px;
  }
  
  .custom-allproduct-nav-jtpl .new-nav-jtpl a{
    padding: 15px 20px;
    font-size: 18px !important;
  }
}
@media only screen and (width: 726px){
  .header-layout .mobile-header-nav .hamburger {
      display: block;
  }
}
@media(max-width: 726px) {

.accentuate .product-image-text .banner-content{
  width: 100% !important;
  max-width: 100% !important;
}
  .product-wrapper .collection_inner_image img {
  padding: 15px;
}
  
  .custom-homepage-jtpl .mosaic_custom.mosaic-section.four_row .image.with_html_price_and_title {
    padding: 20px !important;
}
  .desktop_hero_btn{
    display: none;
}
.custom-imagehero-jtpl .hero__image-wrapper {
    position: inherit;
}
/* .mobile_hero_btn a.btn:hover {
  background: #fd4e00;
  border-color:#fd4e00;
} */
.custom_multiple_logo .grid.grid--uniform.text-center.logo_img_box .grid__item > div {
  margin: auto;
}
.custom-imagehero-jtpl .mobile_hero_btn {
 background: #000; 
    text-align: center;
    display:block;
    padding-bottom: 40px;
}
 .custom-imagehero-jtpl .mobile_hero_btn:focus-visible {
    outline: none;
}
 
.mobile_hero_btn a.btn {
/*     background: transparent; */
    color: #fff;
/*     border: 1px solid #fff; */
    font-family: 'Gilroy-Bold';
    padding: 10px 23px 8px;
}
.hero-wrapper.custom-imagehero-jtpl .hero {
    position: initial;
}
  #Shipping-modal-new h2.modal-header-Shipping,
  #Returns-modal-new h2.modal-header-Returns,
  #collaborate-modal-new .modal-header-Collaborate {
    font-size: 14px !important;
  }
  .footer_icon {
    margin-right: 20px;
  }
  .site-footer__column {
    padding-top: 15px;
  }
  .site-footer__column.stamps {
    padding: 0 !important;
  }
  .site-footer.insta_icon_show {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
  }
  .site-footer:first-child {
    justify-content: center;
    align-items: center;
  }
  .site-footer:first-child {
    align-items: center;
  }
  .accentuate .product-image-text .contents p span {
    font-size: 14px !important;
  }
  #shopify-section-background-image-text .background-media-text--background-image-text {
    height: 100% !important;
    padding-bottom: 0 !important;
  }

  /* .accentuate .product-content {
	
		padding-bottom: 70%!important;
	
	} */
  .custom_page .background-media-text__image {
    display: block !important;
  }

  .template-collection .text_box_background .rte {
    max-width: 35em;
    width: 100%;
  }

  #shopify-section-page-careers-template .background-media-text--1590175793029 {
    height: 0;
    padding-bottom: 68.08252427184466% !important;
  }

  #shopify-section-blog-template .hero-natural--1593274957867 {
    height: 0;
    padding-bottom: 68.08252427184466% !important;
  }

  #shopify-section-page-digitalstickers-template .hero-natural--516487151660 {
    height: 0;
    padding-bottom: 68.08252427184466% !important;
  }

  #shopify-section-page-partners-template .hero-natural--516498784300 {
    height: 0;
    padding-bottom: 68.08252427184466% !important;
  }

  #shopify-section-page-press-template .hero-natural--515675455532 {
    height: 0;
    padding-bottom: 68.08252427184466% !important;
  }

  #shopify-section-page-careers-template .hero__image {
    position: relative;
    height: auto !important;

  }

  #shopify-section-page-careers-template .background-media-text__image {
    display: none !important;
  }

  /**********************************New Blog  Page media css start******************************************************/
  #shopify-section-page-partners-template .text_box_4 .with_html_price_and_title {
    display: block !important;
  }

  #shopify-section-page-careers-template .background-image-text .bg-image {
    margin: 0 !important;
  }

  #shopify-section-blog-template .custom-blog .index-section.rich-text {
    padding: 30px 0;

  }

  #shopify-section-blog-template .custom-blog .index-section.rich-text .rte p {
    text-align: center !important;
    font-size: 14px;
    padding: 0 15px !important;
  }

  #shopify-section-page-partners-template .text_box_4 .image.with_html_price_and_title {
    border: 0 !important;
  }

  #shopify-section-page-careers-template .custom-page-apply .index-section .rte p {
    text-align: center !important;
  }

  #shopify-section-blog-template .custom-blog .index-section.rich-text,
  #shopify-section-page-digitalstickers-template .index-section.rich-text,
  #shopify-section-page-partners-template .index-section.rich-text,
  #shopify-section-page-careers-template .index-section.rich-text,
  #shopify-section-page-press-template .index-section.rich-text {
    padding: 30px 0 !important;
  }

  #shopify-section-page-digitalstickers-template .rich_text_section.blog-text-section h3 p,
  #shopify-section-page-partners-template .rich_text_section.blog-text-section h3 p,
  #shopify-section-page-press-template .rich_text_section.blog-text-section h3 p {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    padding: 0 15px !important;
    font-weight: 400 !important;
  }

  #shopify-section-page-careers-template .rich_text_section.blog-text-section .rte.section-header__description .description_text p {
    text-align: center !important;
    font-size: 14px !important;
    line-height: 22px;
    padding: 0 15px !important;
    margin-bottom: 0;
  }

  /*******************************************New Blog Page media css start*********************************************/
  .mobile-sidenav-link .mobile-sidenav-link-inner p {
    font-size: 16px !important;
  }

  .products-custom-price {
    text-align: left !important;
  }

  .products-custom-price .all_price_show {
    text-align: left !important;
  }

  .background_image .background-media-text__inner .subheading {
    font-size: 20px !important;
    margin-bottom: 5px;
  }

  .background_image .background-media-text__inner h2 {
    font-size: 28px !important;
    margin-bottom: 5px;
  }

  .background_image .background-media-text__inner .bg-para p {
    font-size: 20px !important;
    margin-bottom: 5px;
  }

  .all_product_section.Shop_all_page > div {
    padding-right: 0;
  }


}


/* #shopify-section-shop-relics-header-section {
padding: 100px 0;
background-repeat: no-repeat!important;
background-size: cover!important;
text-align: center!important;
color: #fff !important;
} */

#shopify-section-shop-template .grid-product__tag {
  top: 20px;
  right: 20px;
}

.grid-product__tag {
  font-size: 11.9px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  padding: 6px 6px 6px 8px;
  background-color: #fd4e00;
  color: #fff;
  z-index: 1;
  transition: opacity 0.4s ease;
}

.slick-track {
  cursor: pointer !important;
}

li.site-nav__item.site-nav__expanded-item {
  display: none !important;
}


li.site-nav__item.site-nav__expanded-item:first-of-type,
li.site-nav__item.site-nav__expanded-item:nth-of-type(2) {
  display: block !important;
}

li.site-nav__item.site-nav__expanded-item:first-of-type,
li.site-nav__item.site-nav__expanded-item:nth-of-type(2) {
  display: block !important;
}

.site-nav__cart-action,
.site-nav__link {
  font-size: 14px !important;
  font-weight: bold !important;
}


/********** square image padding *******/


/* 
.collection_inner_image {
height: 0;
overflow: hidden;
padding-bottom: 100%;
position: relative;
} */

.collection_inner_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover !important;
}

.collection_inner_image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

.single-collection-tab .product_box {
  height: 100%;
}

.single-collection-tab .product_box .product_collection_image a {
  display: block;
  width: 100%;
  height: 100%;
}

.single-collection-tab .collection_inner_image img {
  object-fit: cover !important;
}

.product-wrapper .collection_inner_image img {
  object-fit: contain !important;
  padding: 20px;
}

.collection_tamplate_section .product_info .product__price {
  margin-bottom: 5px;
  text-align: end;
  line-height: 24px !important;
}


/**************Remove the class variants*********************/

label.remove_select {
  background: transparent !important;
  color: #000 !important;
}


/**************Remove the class variants end*********************/


/* .popular_pick_section .square .image ,
.limited_edition_section .square  .image,
.dom_chambers_section .square  .image,
.olaf_breuning_section .square .image{
background:#f4f4f4;
padding: 20px 20px;
} */


/* html {
overflow: hidden;
height: 100%;
}

body {
overflow: auto;
height: 100%;
} */


/* .icart .icart-drawer-overlay.active{
opacity:100%;
} */


/* .icart .icart-drawer-overlay.active{
opacity: 0!important;
} */


/* .icart .icart-main .icart-inner.active{
background-color:transparent!important;

} */

.template-index .custom-homepage-container .page-block-image-carousel-hero.page-width {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.newsletter-form-group img {
  width: 40px;
  height: 40px;
}

.collection-page-section-inner {
  position: relative;
}

.collection-page-description {
  padding: 60px 0;
  text-align: center;
}

.collection-page-description .rte.section-header__description {
    margin-bottom: 0 !important;
    line-height: 24px;
    font-size: 18px;
}

.collection-page-section-inner .collection-hero {
    margin-bottom: 0;
}

.collection-page-description p.colection_description_text, .collection-page-description p.colection_description_text span {
  text-align: center;
  line-height: 24px;
  font-size: 18px !important;
}

.icart-cart-main span {
  font-size: 12px !important;
}

.icart-cart-main button.icartCheckoutBtn {
  font-size: 16px !important;
}

.cart-has-items .cart-link__bubble {
  width: 8px !important;
  height: 8px !important;
  background-color: #fff !important;
  display: none !important;
}

.cart-has-items .cart-link__bubble--visible {
  display: block !important;
}

.cart-has-items [data-icon=cart] .cart-link__bubble {
  right: 0 !important;
}

.cart-link__count {
  display: none !important;
}

.hero__text-shadow:before {
  margin: unset;
}

body {
  overflow-x: hidden;
}

.secondary-links.links-container.hovered {
  border-top: 0;
  top: 90px;
}

#rich-text-section p {
  line-height: 1.5 !important;
}

.link {
  text-decoration: underline;
}

.site-header.background-transparent span.cart-link span.cart-link__bubble {
  background-color: #f94d00 !important;
}


/*************collection button*************/

.collection_button_buy a button {
  text-transform: uppercase;
  background-color: #f94d00;
  color: #fff;
  padding: 12px 40px;
  border-radius: 2px;
  font-weight: 400 !important;
  font-size: 18px !important;
  font-family: Gilroy-bold !important;
}

.collection_button_buy {
  padding: 16px 0 0;
}


/* .index-section{
margin: 30px 0 40px 0!important;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gilroy-bold' !important;
}


/*fonts css start*/

h1,
.heading-h1 {
  font-size: 52px !important;
  line-height: 1em !important;
  text-transform: initial !IMPORTANT;
}

.custom-image-text h3.section_description {
  font-weight: 600;
}

.custom-image-text h3.section_description {
  font-weight: 600;
}

h2,
.heading-h2 {
  font-size: 44px !important;
  line-height: 1em !important;
  color: #fd4d00;
  text-transform: capitalize !IMPORTANT;
}

.heading-h3,
h3 {
  font-size: 36px !important;
  line-height: 1em !important;
  text-transform: inherit;
  font-family: 'Gilroy-Regular' !important;
  margin: 0 !important;
}

h4,
.heading-h4 {
  font-size: 30px !important;
  line-height: 1em !important;
  text-transform: initial !IMPORTANT;
  margin: 0 !important;
}

body,
span {
  font-size: 18px !important;
  line-height: 26px !important;
}

button,
.btn {
  font-size: 28px !important;
  line-height: 1em !important;
}


/*fonts css end*/


/* a:hover {
opacity: 0.7!important;
} */

html.js {
  padding-bottom: 0;
}

.site-header {
  height: 75px !important;
}

/* .banner-content {
  position: absolute;
  z-index: 99999999999;
  bottom: 50px;
} */
/* .banner-content {
  position: absolute;
  z-index: 99999999999;
  bottom: 50px;
  max-width: 1240px !important;
  margin: 0 auto;
} */
.banner-content {
  position: absolute;
  z-index: 99999999999;
  bottom: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 32px;
}
.banner-content-block {
  position: relative;
  color: #fff;
  /* max-width: 23em; */
}

/* .banner_text_box {
  padding: 0 !important;
  width: 700px !important;
} */

.banner-content-block h1 {
  font-family: 'Gilroy-bold' !important;
  color: #fff;
  padding: 10px 0;
  letter-spacing: 0 !important;
  margin-bottom: 0;
}

.banner-content-block button {
  letter-spacing: 0;
  /* text-align: center; */
  text-decoration: underline;
  position: relative;
  left: 25px;
}
.about-us .banner-content-block button {
  left: 0;
  padding-left: 0;
}
.banner-content-block button:hover {
  text-decoration: underline;
  opacity: 1;
}

.banner-content-block button::after {
  content: " ";
  margin: 5px;
  padding: 0 18px;
  font-size: 30px;
  background-image: url('/cdn/shop/files/arrow.png');
  background-repeat: no-repeat;
  background-size: 52%;
  position: relative;
  top: 15px;
  left: 0;

}

.mosaic-section.four_row .square .image {
  background-color: #fff !important;
}

.mosaic-section.four_left_featured .square .image {
  background-color: #fff !important;
}

.mosaic-section.four_right_featured .square .image {
  background-color: #fff !important;
}

.bg-color-section {
  background-color: #f94d00;
}

.bg-color-section .marquee__text {
  animation: marquee-left 20s forwards linear infinite;
  margin: 0;
  perspective: 900px;
  white-space: nowrap;
  width: auto;
  color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  line-height: normal;
  font-size: initial;
  padding: 30px 0;
}

.bg-color-section .marquee__text span {
  font-size: 40px !IMPORTANT;
}

.text_box {
  cursor: pointer;
  border: 3px solid #f94d00;
}

.text_box span.title {
  color: #FD4D00;
}

.text_box .image.with_html_price_and_title {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.bg-image {
  text-align: center;
  background: #eaeaea !important;
  padding: 40px 0;
  margin: 0;
}

.bg-image h4 {
  text-transform: uppercase !important;
  color: #6f6f6f;
}

.background-media-text {
  background-color: none !important;
}

.background-theme {
  background: #000 !important;
}

.background-transparent {
  background: transparent !important;
  position: absolute !important;
  /* top: 32px; */
  left: 0;
  right: 0;
}

.dom_chambers_section h4 {
  font-size: 22px !important;
  line-height: 1.4 !important;
}

.dom_chambers_section .dom_text_box_section {
  font-size: 36px !important;
}

.olaf_breuning_section h4 {
  font-size: 22px !important;
  line-height: 1.4 !important;
}

.olaf_breuning_section .dom_text_box_section {
  font-size: 36px !important;
}

.header-item.header-item--left.header-item--navigation {
  justify-content: flex-end;
}

.header-item.right-section {
  flex: 0 0 auto;
}

.fixed-top {
  background: #000 !important;
/*   position: fixed !important; */
  top: 0;
  left: 0;
  right: 0;
  
}
.fixed-top.active-scroll {
  position: fixed !important;
}
div#shopify-section-header {
    position: sticky;
    top: 0;
    z-index: 999;
}
.site-nav__link {
  color: #fff !important;
}

.site-header__logo {
  font-size: 0 !important;
}

.site-header .icon-cart {
  width: 40px !important;
  height: 40px !important;
}

.feature-row__item--overlap-images {
  padding: 0 !important;
}

.text_box_2 .title {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.text_box_4 {
  border: 3px solid #f94d00 !important;
}

.text_box_4 .title_btn::after {
  content: " ";
  margin: 5px;
  padding: 0 18px;
  background-image: url('/cdn/shop/files/arrow-orange.png');
  font-size: 27px;
  background-repeat: no-repeat;
  background-size: 55%;
  position: relative;
  top: 2px;
  left: 0;
}

.text_box_4 .with_html_price_and_title {
  display: flex;
  align-items: end;
  padding-right: 25px;
}

.custom-homepage-container .block-mosaic .text_box_4 .with_html_price_and_title {
  align-items: flex-end;
}

.text_box_4 .title_btn {
  color: #f94d00;
  text-decoration: underline;
  display: flex;
  margin: 0 0 10px 10px;
}

.text_box_4 .title_btn:hover {
  opacity: .7 !important;
}

.title_btn_collection .title_btn {
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 30px;
}

.title_btn_collection .title_btn a {
  display: flex;
  text-decoration: underline;
}

.title_btn_collection .title_btn a:hover {
  opacity: .7;
}

.title_btn_collection .title_btn a:after {
  content: " ";
  margin: 5px;
  padding: 0 18px;
  font-size: 27px;
  background-image: url('/cdn/shop/files/arrow.png');
  background-repeat: no-repeat;
  background-size: 55%;
  position: relative;
  top: 0;
  left: 0;
}

.box_made {
  padding: 0 !important;
}

.button_rich_text button::after {
  content: " ";
  margin: 5px;
  padding: 0 18px;
  background-image: url('/cdn/shop/files/arrow-smal.png');
  font-size: 33px;
  background-repeat: no-repeat;
  background-size: 70%;
  position: relative;
  top: 10px;
  left: 0;
}

.button_rich_text button {
  text-decoration: underline;
  text-align: center;
  color: #FD4D00 !important;
  text-transform: capitalize;
  width: 100%;
  padding-top: 15px;
}

.button_rich_text button:hover {
  opacity: .7 !important;
}

.site-footer .site-footer__row.secondary {
  justify-content: space-between !important;
}

.site-footer input#Email-footer::placeholder {
  font-weight: bold !important;
}
.site-footer button.newsletter-form-group__submit {
  font-weight: 800 !important;
}
.site-footer .site-footer__row.secondary {
  padding-bottom: 55px !important;
}

.site-footer__row.primary {
  padding-bottom: 0 !important;
  padding-top: 50px !important;
}

.site-footer .site-footer__row .site-footer__column .site-footer__logo {
  width: 90px;
  margin: 0;
}

.column-submit {
  text-align: end !important;
  width: 100% !important;
}

.column-submit input#Email-footer {
  width: 100%;
  font-weight: 400;
  padding: 12px 20px;
  text-align: left;
  color: #f94d00 !important;
}

.newsletter-form-group {
  display: contents;
}

button.newsletter-form-group__submit {
  width: 100px;
  padding: 12px;
  font-size: 12px !important;
  font-weight: 500 !important;
  height: 40px;
}

button.newsletter-form-group__submit:hover {
  opacity: 1;
}

.site-footer .site-footer__row .site-footer__column li {
  font-size: 16px !important;
  display: block;
}

.newsletter-form-group p {
  /* padding-top: 12px; */
  font-size: 13px !important;
}

.social-mosaic .locked-tile {
  border: 3px solid #f94d00 !important;
}

.image_box_text {
  /* padding-left: 100px!important; */
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
}

.image_box_text .h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 61px;
  letter-spacing: 0;
  text-align: left;
  color: #FD4D00;
}

.image_box_text p {
  width: 100% !important;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: 0;
  text-align: left;
}

.image_box_text .button_text a.btn::after {
  content: " ";
  margin: 5px;
  padding: 0 18px;
  background-image: url('/cdn/shop/files/arrow-smal.png');
  font-size: 34px;
  background-repeat: no-repeat;
  background-size: 80%;
  position: relative;
  top: 7px;
  left: 0;
}

.image_box_text .button_text a.btn {
  line-height: normal;
  text-align: left;
  padding: 0 !important;
  background-color: #fff !important;
  color: #fd4d00 !important;
  margin: 0 auto !important;
  text-decoration: underline !important;
}

.image_box_text .button_text a.btn:hover {
  /* border-bottom: 1px solid #f94d00; */
  opacity: .7 !important;
}

.marquee__container {
  margin-top: 0 !important;
}

.image_box .box_b {
  padding: 8px 16px !important;
}

.image_box .box_a {
  padding: 8px 16px !important;
}

.image_box {
  margin: -42px 0 !important;
}

.social-mosaic .image {
  background-color: #fff !important;
}

.social-mosaic .slick-next,
.slick-prev {
  z-index: 1 !important;
}

.site-footer .site-footer__row.secondary .site-footer__apply-inc p {
  /* padding-right: 30px; */
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  color: #fff !important;
}

.site-footer__apply-inc img.icon.start-footer {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}

.site-footer ul li {
  padding-bottom: 8px !important;
}

.title_text_logo {
  color: #6f6f6f !important;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0;
  text-align: center;
  text-transform: none !important;
  padding-bottom: 20 px;
}


/* .logos_section {
background: #eaeaea;
padding: 40px 0 0 0;
} */

.logos_section h2.section-header__title.appear-delay.title_text_logo {
  font-size: 30px !important;
  line-height: 1em !important;
  margin: 0 !important;
}

.grid.grid--uniform.text-center.logo_img_box {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between;
  margin: 0;
}

.image_text_section_4 {
  margin: -26px !important;
}


/* .image.with_html_price_and_title{
display: inline-flex!important;
} */


/*****************************************designs section css****************************************************/

.text-box-image-box {
  align-items: flex-start !important;
}


/***************************************collection page css 18/now/2021******************************************/


/* 
.mosaic-section.smaller .product__title{
display: none;
} */

.marquee__container {
  margin: 0 auto !important;
  max-width: 100%;
}

.text_box_background {
  background-color: transparent !important;
}

#collection_square_section {
  padding: 60px 0;
}

.sq {
  padding: 60px 0;
}

.sq.text_box_4 {
  border: 0 !important;
}

#rich-text-section {
  background: #eaeaea;
  padding: 60px 0;
}


/*****************Footer css******************/

.site-footer {
  padding: 0;
  margin-top: 0 !important;
}

.designed-para {
  text-transform: capitalize !important;
}

.mobile_view_footer_1 {
  display: none;
}

.mobile_view_footer_2 {
  display: none;
}

.page-width.social-mosaic {
  display: none;
}

.site-footer .site-footer__row .site-footer__column .site-footer__info {
  display: block !important;
}

.site-footer .desktop_view li a {
  font-size: 16px !important;
}

.site-footer .site-footer__row.secondary p {
  font-size: 15px !important;
  line-height: 15px;
}
.product-single__meta h6 a{
    color: #fd4e00;
}
.template-product .collection_header h2 a {
    color: #fd4e00;
    text-decoration: underline;
}
.template-product .collection_header h2 {
    color: #000;
}

/*******/

.block-rich-text h3 {
  margin: 10px 0 0 !important;
}

.four_left_featured .subheading {
  margin: 20px 0;
}

.four_left_featured .subheading h3 {
  line-height: 1.1em !IMPORTANT;
}


/***collection page css start*****/

#rich-text-section .enlarge-text p {
  font-size: 20px !IMPORTANT;
  line-height: 1.2em;
}

.collection_tamplate_section {
  padding-bottom: 40px;
}

.collection_tamplate_section .heading-text {
  padding-bottom: 40px;
}

.collection_tamplate_section .square {
  padding: 0 !IMPORTANT;
}

.template-collection .background-media-text__aligner {
  /* margin: 0 auto;
	height: 100%;
	position: absolute;
	width: 100%; */
  margin: 0 !important;
  padding: 30px 0 !important;
}
.background-media-text__text {
  text-align: left !important;
  /* background: white !important; */
  padding: unset !important;
  width: unset !important;
}
/* .template-collection .text_box_background {
	width: 100%;
	text-align: left;
	padding: 0;
	height: 100%;
} */

.template-collection .background-media-text__inner {
  height: 100%;
  min-height: 400px;
  position: relative !important;
}

.template-collection .text_box_background h2.appear-delay {
  color: #FFF;
  font-size: 30px !important;
  /* position: absolute;
	top: 50px;
	left: 0; */
}

/* .template-collection .text_box_background .rte {
	position: absolute;
	top: 120px !important;
	color: #FFF;
	max-width: 35em;

} */
.template-collection .text_box_background .rte {
  /* position: absolute; */
  /* top: 120px !important; */
  color: #FFF;
  max-width: 50%;
}

.template-collection .bg-color-section {
  margin-bottom: 0;
}


/* .template-collection .mosaic-section.smaller .product__price{
display:none; 

} */


/***collection page css end*****/


/***space css start***/

.ready_to_light_section {
  ;
  /***	padding: 0;***/
}

.mosaic_custom.mosaic-section.limited_edition_section {
  padding: 30px 0;
}

.mosaic_custom.mosaic-section.popular_pick_section {
  padding: 0 0 30px;
}

.mosaic-section.dom_chambers_section {
  padding: 0;
}

.mosaic-section.made_purpose_section {
  padding: 0 0 30px;
}

.bg-image .bg_heading_text {
  margin-bottom: 20px;
}

.mosaic_custom.mosaic-section.social_media_section {
  padding: 25px 0;
}

.site-footer__column .site-footer {
  padding: 0 15px 0 0;
}


/******/

.block-text-and-image .index-section.text-and-image {
  margin: 0;
}

.block-text-and-image .image_box.four_left_featured {
  margin: 0 !IMPORTANT;
  width: 50%;
  max-width: unset !IMPORTANT;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.block-text-and-image .image_box_text.feature-row__item {
  flex: unset;
  min-width: 50%;
  width: 50%;
}

.block-text-and-image .image_box.four_left_featured .image_grid {
  bottom: 0 !important;
  padding: 0;
  transform: unset;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.block-text-and-image .image_box.four_left_featured .image_grid .square {
  padding: 0 !IMPORTANT;
}

.desings_shop_section {
  padding: 20px 0;
}

.picks_shop_section {
  padding: 0 0 20px;
}

.block-text-and-image .index-section.text-and-image .h2 {
  margin-top: 15px;
}

.picks_shop_section .image_box_text.feature-row__item {
  padding-left: 20px !IMPORTANT;
}

.block-text-and-image .image_box_text.feature-row__item h3 {
  text-transform: initial !important;
  padding: 0 15px 0 0;
}

.site-footer .site-footer__row.tertiary hr {
  border-top: 1px solid #fff;
}

.site-header .icon-cart {
  width: 25px !important;
  height: 25px !important;
  position: relative;
  top: -2px;
}

.column-submit .site-footer__column.submit_form {
  justify-content: flex-end;
}

header.site-header {
  height: unset !IMPORTANT;
  padding: 0;
}

header.site-header .header-layout {
  padding: 15px 0;
  align-items: center;
}

header.site-header.index.background-transparent {
  padding: 20px 0;
}

.site-header .icon-cart header.site-header.fixed-top img.icon.icon-cart {
  top: -3px;
}

.header-item ul.site-nav li.site-nav__item {
  padding-right: 40px;
}

.collection-page-section {
  position: relative;
}

.mosaic_custom.mosaic-section.popular_pick_section .square.text_box .image,
.mosaic_custom.mosaic-section.limited_edition_section .square.text_box .image,
.mosaic_custom.mosaic-section.dom_chambers_section .square.text_box_4 .image,
.mosaic_custom.mosaic-section.dom_chambers_section .square.text_box_2 .image,
.mosaic_custom.mosaic-section.olaf_breuning_section .square.text_box_4 .image,
.mosaic_custom.mosaic-section.olaf_breuning_section .square.text_box_2 .image,
.mosaic-section.loaf_breaking_section .square.text_box_2 .image,
.mosaic-section.loaf_breaking_section .square.text_box_4 .image {
  background: transparent !important;
  padding: 0 !important;
}

.popular_pick_section .square img,
.limited_edition_section .square img,
.dom_chambers_section .square img,
.olaf_breuning_section .square img,
.loaf_breaking_section .square img {
  object-fit: none !important;
  background: transparent;
}

.mosaic_custom.mosaic-section.popular_pick_section .square .image,
.mosaic_custom.mosaic-section.limited_edition_section .square .image,
.mosaic_custom.mosaic-section.dom_chambers_section .square .image,
.mosaic_custom.mosaic-section.olaf_breuning_section .square .image,
.mosaic-section.loaf_breaking_section .square .image {
  background: #f4f4f4 !important;
  padding: 20px !important;
}


/***space css end***/

#apply-text {
  color: #fff;
}


/*****************************About page css start*************************************/

#shopify-section-page-about-template .bg-image {
  background: transparent !important;
}

#shopify-section-page-about-template .logos_section {
  background: transparent !important;
  padding: 0 !important;
}


/*****************************About  page css end*************************************/


/*****************************Careers  page css start*************************************/

#shopify-section-page-careers-template .bg-image {
  background: transparent !important;
  padding: 0;
}

#shopify-section-page-careers-template .index-section.text-columns {
  margin-top: 50px;
}

#shopify-section-page-careers-template .background-image-text {
  margin-bottom: 0 !important;
}

#shopify-section-page-careers-template .logos_section {
  background: transparent !important;
  padding: 0 !important;
}

#shopify-section-page-careers-template .bg-color-section {
  background-color: transparent;
}

#shopify-section-page-careers-template .bg-color-section .marquee__text {
  /* -webkit-text-stroke-color: #fd4d00!important; */
  -webkit-text-stroke-color: #fd4e00 !important;
  -webkit-text-stroke-width: 2px;
}

#shopify-section-page-careers-template .bg-color-section .marquee__text span {
  font-size: 52px !important;
}


/*****************************Careers  page css end*************************************/

#shopify-section-page-press-template h2.heading-h2 {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  color: #000;
}


/*****************************partners  page css start*************************************/

#shopify-section-page-partners-template .text_box_4 {
  border: 0 !important;
}

#shopify-section-page-partners-template .slick-next:before {
  color: #fff !important;
  z-index: 1 !important;
  font-size: 60px;
  background-image: none !important;
  line-height: 40px;
  text-shadow: 0 0 20px #000;
}

#shopify-section-page-partners-template .slick-prev:before {
  color: #fff !important;
  z-index: 1 !important;
  background-image: none !important;
  font-size: 60px;
  line-height: 40px;
  text-shadow: 0 0 20px #000;
}

#shopify-section-page-partners-template .image-carousel-hero button.slick-arrow {
  z-index: 2;
}

.open-roles-snippet h2 {
  color: #000;
  text-transform: uppercase !important;
}

#shopify-section-page-about-template .rich_text_section .grid__item h2.heading-h2 {
  margin-bottom: 40px;
}


/***** 28-12-2021 ******/

#shopify-section-page-digitalstickers-template .mosaic-section.loaf_breaking_section .square .image {
  background: 0 0 !important;
  padding: 0 !important;
  border: none !important;
}

#shopify-section-page-digitalstickers-template .mosaic-section.loaf_breaking_section .square .image a img {
  object-fit: cover !important;
}

#shopify-section-page-digitalstickers-template .loaf_breaking_section .square img {
  object-fit: cover !important;
}

#shopify-section-page-digitalstickers-template .mosaic-section.loaf_breaking_section .square .image a {
  width: 100%;
  height: 100%;
}

.ready_to_light_section .title_btn_collection.square .image:before {
  content: '';
  /* position: absolute; */
  background: #00000029;
  width: 100%;
  height: 100%;
}

.btn_shop_all_apply.collection_products_btn .button_rich_text button {
  padding-right: 10px !important;
}

header.site-header .header-layout .h1.site-header__logo {
  margin: 0;
}


/***** 28-12-2021 css ends ******/


/*****************************partners  page css end*************************************/


/*************************************************Responsive*******************************************************/


/**min strat****/

@media(min-width: 768px) {

.template-collection span.product__title {
    white-space: nowrap;
    max-width: 220px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

  .richtest-with_bg {
    background: #f4f4f4;
    padding: 80px 0;
    margin-top: -48px;
  }
}


/**min end****/
@media(min-width: 1260px) {
  .cstm_simple__navigation .page-content header.all_product.section-header {
    height: 360px;
  }

  .cstm_simple__navigation .background_left_side {
    height: 360px !important;
  }
}

@media(min-width: 769px) and (max-width:1440px) {


  ;
  /* .product__main-photos-wrapper{

height: calc(calc(100vh - 90.3125px) );
} */


}

@media(min-width: 1200px) {

  #shopify-section-page-careers-template .block-rich-text .rte {
    /*max-width: 950px;*/
    font-size: 20px;
    line-height: 27px;
    margin: 0 auto;
    text-align: center;
  }

  #shopify-section-page-careers-template .custom-page-apply .index-section,
  #shopify-section-page-careers-template .index-section {
    margin: 0 !important;
  }

  #shopify-section-page-careers-template .block-rich-text .rte p {
    text-align: center !important;

  }

  #shopify-section-page-about-template .rich_text_section .grid__item,
  .page-width.page-content.custom-blog .rich_text_section .grid__item {
    max-width: 950px;
    margin: 0 auto;
    float: unset;
  }
}

@media(max-width:1240px) {
  .site-footer .site-footer__row.primary {
    flex-direction: unset;
  }

  .site-footer .newsletter-form-group {
    padding-top: 0;
    width: auto;

  }

  .newsletter-form-group p {
    margin: 0;
  }

  .newsletter-form-group.floating {
    display: flex;
    align-items: center;
  }

  .newsletter-form-group.floating a {
    display: flex;
    margin-bottom: 0;
    width: 80px;
    position: relative;
    /* top: -2px; */
  }

  .newsletter-form-group input#Email-footer {
    width: 70% !important;
    border: 0;
    height: 40px;

  }

  .newsletter-form-group button.newsletter-form-group__submit {
    width: calc(100% - 65%);
    padding: 0;
    height: 40px;
    float: right;
    /* margin-left: 10px; */
  }

  .bg-color-section .marquee__text span {
    font-size: 36px !important;
  }

  /* .banner-content-block {
    max-width: 20em;
  } */

  .site-footer .site-footer__row .site-footer__column {
    width: 100%;
  }
}

@media(max-width:1240px) and (min-width:1024px) {

  .site-footer .newsletter-form-group p {
    width: 180px;
  }

  .site-footer .site-footer__row .site-footer__column .site-footer__social {
    width: 145px;
  }

  .site-footer .site-footer__row .site-footer__column .site-footer__support {
    width: 120px;
  }

  .site-footer .site-footer__row .site-footer__column .site-footer__info {
    width: 120px;
  }

  .site-footer .site-footer__row .site-footer__column {
    width: unset;
    gap: 10px;
  }

/*   .site-footer .site-footer__row .site-footer__column {
    justify-content: flex-end !important;
  } */
}

@media(max-width: 1140px) {


  .banner-content-block button {
    left: 0px !important;
    padding-left: 0;
  }
  .custom_aboutus_page .image-with-text-columns .content p {
    font-size: 26px !important;
  }

  .custom_aboutus_page .index-section .grid.grid--uniform .image-wrap.text-spacing {
    margin-bottom: 30px;
  }

  .heading-h1,
  h1 {
    font-size: 44px !important;
  }

  .btn,
  button {
    font-size: 24px !important;
  }

  .heading-h2,
  h2 {
    font-size: 34px !important;
  }

  .cstm_simple__navigation .all_product .shop_all_title {
    font-size: 34px !important;

  }

  .heading-h3,
  h3 {
    font-size: 26px !important;
  }

  .heading-h4,
  h4 {
    font-size: 20px !important;
  }

  button::after,
  .btn::after,
  .title_btn::after {
    background-size: contain !important;
  }

  .image_box_text .button_text a.btn,
  .banner-content-block button {
    position: relative;
  }

  .image_box_text .button_text a.btn::after,
  .banner-content-block button::after {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    padding: 9px;
    left: unset;
    margin: 0;
  }

  .title_btn_collection .title_btn a:after {
    padding: 6px 8px;
    font-size: 0;
    background-size: contain;
  }

  .image_box_text .button_text a.btn::after {
    top: 55%;
  }
}
@media only screen and (max-width: 1196px) {
  .site-footer .site-footer__row.secondary {
    padding: 20px !important;
  }
}
@media(min-width: 1024px) and (max-width:1140px) {
  #shopify-section-background-image-text .background-media-text--background-image-text {
    height: 100% !important;
  }
}
@media(min-width: 769px) and (max-width:1024px) {
  .grid.collection-tab.all_product_row{
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .site-footer .site-footer__row .site-footer__column .site-footer__social,
  .site-footer .site-footer__row .site-footer__column .site-footer__support {
    width: 300px !important;
  }

  #shopify-section-background-image-text .background-media-text--background-image-text {
    height: 100% !important;
  }
}

@media(max-width: 1024px) {
  a.insta_icon_tab_newsletter {
    display: none !important;
  }
  .made_in_text {
    display: none !important;
  }
  .custom_banner_section.custom_banner_section .banner_content.text--right {
    max-width: 25em;
  }

  .all_product_section.Shop_all_page {
    margin-bottom: 2px;
  }

  .all_product_section.Shop_all_page > div {
    padding-right: 0;
  }

  .site-footer .newsletter-form-group p {
    display: none;
  }

  .site-footer .site-footer__row .site-footer__column .site-footer__newsletter a {
    margin: 0;
  }

  /* .newsletter-form-group.floating a {
    order: 3;
  } */

  .newsletter-form-group button.newsletter-form-group__submit {
    margin-left: 0;
  }

  .site-footer .newsletter-form-group button {
    line-height: 28px;
    padding: 0;
  }

  .site-footer .site-footer__row.primary {
    padding-top: 0 !important;
    align-items: unset;
  }

  .site-footer .site-footer__row.primary {
    flex-direction: column;
  }

  .site-footer__column .site-footer {
    padding: 0;
    width: 20% !important;
  }

  .site-footer a {
    font-size: 12px !important;
    line-height: 1em !important;
  }

  /************** aj css 06-12-021*****************/
  .site-footer .newsletter-form-group p {
    min-width: 120px;
  }

  .site-footer .site-footer__row.secondary {
    justify-content: space-between !important;
    padding-top: 0 !important;
  }

  .text_box_4 .title_btn a {
    position: relative;
  }

  .text_box_4 .title_btn::after {
    margin: 10px !important;
  }

  /*****/
  .newsletter-form-group button.newsletter-form-group__submit {
    margin-left: 0;
    margin-top: 0;
    width: 25%;
    min-width: 70px;
  }

  .newsletter-form-group input#Email-footer {
    width: 60%;
    max-width: 100%;
    margin-top: 0;
    flex: 1;

  }

  .site-footer .site-footer__row.primary {
    flex-direction: column-reverse;
    padding-bottom: 15px !important;
  }

  .site-footer .site-footer__row .site-footer__column {
    width: 100%;
  }

  .site-footer {
    width: auto;
  }

  .newsletter-form-group.floating {
    justify-content: left;
    flex-flow: unset;
  }

  .newsletter-form-group.floating a {
    display: flex;
    margin: 0;
  }

  .site-footer .site-footer__row .site-footer__column .site-footer__newsletter {
    width: 100%;
    max-width: 100%;
  }

  .site-footer .site-footer__row .site-footer__column .site-footer__terms {
    padding-right: 25px;
  }

  .site-footer .site-footer__row .column-submit {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    width: unset;
  }

  #rich-text-section {
    padding: 40px 20px;
  }
}

@media(max-width: 769px) {
  .site-footer .site-footer__row .site-footer__column ul {
    padding-bottom: 0 !important;
  }
  .site-footer .site-footer__row .site-footer__column .site-footer__info {
    display: block !important;
  }
  .site-footer .site-footer__row.secondary {
    flex-direction: row !important;
    padding: 8px 0 16px;
  }
  .site-footer .site-footer__row.primary {
    flex-direction: column;
    padding: 32px 32px 0 !important;
  }

  .site-footer .site-footer__row.tertiary {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .site-footer .site-footer__row.secondary {
    padding: 8px 15px 16px;

  }
}

@media screen and (min-device-width: 320px) and(max-device-width: 768px) {
  .image-carousel-hero .page-width {
    position: revert !important;
    padding: 0 15px;
  }

  .banner-content {
    position: absolute;
    z-index: 99999999999;
    bottom: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0 32px;
  }
  #shopify-section-shop-release-header-section .background_image {
    background-position: center !important;
  }
  .template-collection .text_box_background .rte {
    max-width: 23em !important;
  }
}

@media(min-width: 726px) and (max-width:992px) {

  .cstm_simple__navigation .all_product .shop_all_title {
    font-size: 20px !important;
  }
}

@media(max-width: 726px) {
 #shopify-section-page-careers-template .index-section.text-columns {
    margin-top: 0px;
}
  #shopify-section-page-careers-template .open-roles-snippet {
    margin-bottom: 40px !important;
    margin-top: 20px !important;
}
  .collection_tamplate_section .product_info .product__price {
  line-height: 16px !important;
}
  span.insta_icon svg {
    width: 40px !important;
    height: 40px !important;
  }
  .image-carousel-hero .page-width {
    position: revert !important;
    padding: 0 15px;
  }
  .banner-content {
    padding: 0 15px;
  }
  #shopify-section-page-digitalstickers-template .sections-wrapper.page-blocks .block-mosaic:nth-child(3) {
    padding: 0 !important;
  }

  #shopify-section-page-digitalstickers-template .sections-wrapper.page-blocks .block-mosaic:nth-child(4) {
    padding-top: 8px !important;
  }

  #shopify-section-page-digitalstickers-template .sections-wrapper.page-blocks .block-mosaic:nth-child(7) {
    padding: 8px 0 0 !important;
  }

  #shopify-section-page-digitalstickers-template .sections-wrapper.page-blocks .block-mosaic:nth-child(8) {
    padding-top: 8px !important;
  }

  #shopify-section-page-digitalstickers-template .sections-wrapper.page-blocks .block-mosaic:nth-child(10) {
    padding-top: 8px !important;
  }

  #shopify-section-page-digitalstickers-template .sections-wrapper.page-blocks .block-mosaic:nth-child(17) {
    padding-top: 8px !important;
  }

  #shopify-section-page-digitalstickers-template .sections-wrapper.page-blocks .block-mosaic:nth-child(22) {
    padding-bottom: 8px !important;
  }

  .custom_aboutus_page .image-with-text-columns .content p {
    font-size: 18px !important;
  }

  .about-us header.site-header .header-layout .h1.site-header__logo svg,
  header.site-header.background-theme .header-layout .h1.site-header__logo svg {
    width: 80px !important;
  }

  #shopify-section-collection-template .six_products_secion.mosaic-section {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: unset !important;
    gap: unset;
    grid-column: unset !important;
    grid-row: unset !important;
    grid-auto-rows: unset !IMPORTANT;
    margin: 0 -8px -16px;
  }

  #shopify-section-collection-template .six_products_secion.mosaic-section::before {
    display: none;
  }

  #shopify-section-collection-template .six_products_secion.mosaic-section .square {
    width: 50%;
    padding-left: 8px !important;
    margin-bottom: 16px;
    padding-right: 8px !important;
  }

  #shopify-section-collection-template .collection_products_section .square.b {
    grid-column: 2 !important;
    grid-row: 3 !important;
  }

  /* #shopify-section-collection-template .collection_products_section  .bundle .square.c {
grid-column: 2!important;
grid-row: 3!important;
} */
  #shopify-section-collection-template .bundle.mosaic-section.smaller.collection_products_section .four_left_featured .square.c {
    grid-column: 2 !important;
    grid-row: 3 !important;
  }

  .btn_shop_all_apply.collection_products_btn .button_rich_text button {
    padding-right: 20px !important;

  }

  .collection-page-description {
    padding: 30px 15px;
  }

  .header-item.right-section .cart-link {
    left: 0;
  }

  .variant-input-wrap label {
    padding: 15px 30px !important;
  }

  html {
    height: 100%;
  }

  body {
    overflow: auto;
    height: 100%;
  }

  .site-footer .site-footer__row .site-footer__column .site-footer__newsletter a {
    width: 15%;
    justify-content: flex-end;
  }

  .olaf_breuning_section .dom_text_box_section {
    font-size: 30px !important;
  }

  .collection-hero__content .section-header--hero h4 {
    font-size: 20px !important;
  }

  .cstm_simple__navigation h2.section-header__title.shop_all_title.appear-delay {
    font-size: 20px !important;
  }

  .site-footer .site-footer__row.primary {
    flex-direction: column;
  }

  .header-item--logo {
    flex: 1 !important;
  }

  .bg-color-section .marquee__text {
    -webkit-text-stroke-width: 0.5px;
    animation: marquee-left 4s forwards linear infinite;
  }

  /* .bg-color-section .marquee__text {
color: #fff;
-webkit-text-stroke-width: 0px;
} */
  .collection_button_buy {
    padding: 31px 0 16px;
  }

  .collection_button_buy a button {
    width: 50%;
    height: 46px;
    font-size: 16px !important;
  }

  .richtest-with_bg {
    margin-top: -24px;
    background: #f4f4f4;
    padding: 80px 0;
  }

  /*first media old code strat*/
  /* .column-submit .newsletter-form-group.floating{
width: 768px!important;

} */
  .site-footer .site-footer__row.secondary .site-footer__apply-inc {
    padding-right: 0;
  }

  .site-footer .site-footer__row.secondary p {
    font-size: 12px !important;
    line-height: 1.2em;
  }

  header.site-header.index.background-transparent {
    padding: 0;
  }

  .mobile-header-nav.open {
    position: relative;
    top: -10px;
  }

  .header-layout.header-layout {
    flex-direction: row;
  }

  .header-item.header-item--logo {
    order: 2;
  }

  #mobile-header-nav-container {
    order: 1;
  }

  .header-item.right-section {
    order: 3;
  }

  .h1.site-header__logo {
    margin-left: auto !important;
  }

  .header-item.header-item--left.header-item--navigation {
    display: none;
  }

  .header-layout .header-item--logo .h1.site-header__logo img {
    margin-left: auto;
  }

  .page-full,
  .page-width {
    padding: 0 15px;
  }

  .site-header .page-width {
    padding: 0 15px;
  }

  /* .desktop_view {
    display: none !important;
  }

  .mobile_view_footer_1 {
    display: block;
  }

  .mobile_view_footer_2 {
    display: block;
  } */

  .header-layout #mobile-header-nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-layout #mobile-header-nav-container a.hamburger {
    margin: 0;
    /* height: auto; */
    height: 7.5px;
    position: static;
  }

  .header-layout #mobile-header-nav-container a.hamburger span.bar {
    background: #fff;
  }

  .title_btn_collection .title_btn a:after {
    top: -4px;
  }

  /* .banner-content {
padding: 0 16px;
} */
  .header-layout .header-item--logo .h1.site-header__logo {
    margin-left: 0;
  }

  .header-item.right-section {
    left: 0;

  }

  .site-footer__row .column-submit {
    width: 100%;
  }

  .header-layout .mobile-header-nav .hamburger.menu-icon {
    width: auto;
  }

  .site-footer .newsletter-form-group a {
    margin: 0;
  }

  /* .site-footer .site-footer__row .site-footer__column .site-footer__newsletter a {
margin: 0;
width:30px;
} */
  .site-footer .newsletter-form-group button {
    line-height: 28px;
    padding: 0;
  }

  .background-media-text {
    background-color: #eaeaea !important;
  }

  /*first media old code end*/
  .grid.grid--uniform.text-center.logo_img_box {
    display: none !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-items: center !important;
  }

  .four_left_featured .image_box {
    margin: 0 !important;
  }

  .four_left_featured .feature-row {
    flex-direction: column-reverse;
  }

  .four_left_featured .image_box .image_grid {
    bottom: unset !important;
    padding: 18px 9px;
    transform: none;
  }

  .four_left_featured .image_box .image_grid .square {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mosaic-section.three_row .square {
    width: 100%;
    margin-bottom: 16px;
  }

  .mosaic-section.three_row .square:last-child {
    margin-bottom: 0;
  }

  .mosaic-section.three_row {
    display: flex;
    grid-gap: unset;
    flex-wrap: wrap;

  }

  .header-layout .mobile-header-nav .menu {
    background-color: #000 !important;
  }

  body {
    overflow-x: hidden !important;
  }

  .header-layout .mobile-header-nav .hamburger.menu-icon {
    fill: #fff;
  }

  .banner-content-block h1 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0;

  }

  .banner-content .grid {
    margin: 0;
  }

  .banner-content-block {
    left: 0;
  }

  p.h2 {
    font-size: 25px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
  }

  .text_box_2 span.title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
  }

  .text_box_4 .title_btn {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
  }

  .rte p {
    padding: 0 !important;
  }

  .image_box_text {
    padding-left: 20px !important;
  }

  .mosaic-section.loaf_breaking_section {
    display: flex;
    flex-wrap: wrap;
    grid-gap: unset;
    margin: 0 -8px;
    padding: 0;
  }

  .mosaic-section.loaf_breaking_section.four_left_featured .square:first-child {
    width: 100%;
  }

  .mosaic-section.loaf_breaking_section .square {
    width: 50%;
    padding: 8px;
  }

  .mosaic-section.loaf_breaking_section .square.text_box_4 {
    border: none;
  }

  /* .mosaic-section.loaf_breaking_section .square.text_box_4 .image.with_html_price_and_title {
border: 3px solid #fd4e00;
} */
  .mosaic-section.loaf_breaking_section.four_right_featured .square:nth-child(1) .image.with_html_price_and_title {
    height: 100%;
  }

  .mosaic-section.loaf_breaking_section.four_right_featured .square:nth-child(1) {
    order: 5;
  }

  .mosaic-section.loaf_breaking_section.four_right_featured .square:nth-child(5) {
    order: 1;
    width: 100%;
  }

  .mosaic-section.loaf_breaking_section.four_right_featured .square:nth-child(2) {
    order: 2;

  }

  .mosaic-section.loaf_breaking_section.four_right_featured .square:nth-child(3) {
    order: 3;
  }

  .mosaic-section.loaf_breaking_section.four_right_featured .square:nth-child(4) {
    order: 4;
  }

  .mosaic-section.four_right_featured .square .image span.title {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
  }

  .mosaic-section.loaf_breaking_section.four_left_featured .square:nth-child(2) {
    order: 5;
  }

  .mosaic-section.loaf_breaking_section .square.text_box_4 .title_btn::after {
    display: none;
  }

  .mosaic-section.loaf_breaking_section .square.text_box_4 .title_btn a::after {
    content: '';
    margin: 0;
    padding: 0;
    top: unset;
    right: -20px;
    width: 14px !important;
    height: 14px;
    background-size: contain;
    background-image: url('/cdn/shop/files/arrow-orange.png');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .mosaic-section.four_row {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .mosaic-section.three_left_featured {
    grid-template-columns: unset !important;
    grid-auto-rows: unset !important;
  }

  .mosaic-section {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  

  .marquee__container {
    display: block;
  }

  .bg-color-section .marquee__text {
    width: 100%;
  }

  .bg-color-section .marquee__text span {
    display: block;
    width: 100%;
  }

  /* .logos_section .grid__item {
width: 50%!important;
} */
  /* .background-media-text__image {
		display: none !important;
	} */

  .background-media-text__image .mobile_background {
    display: block !important;
  }

  .background-media-text {
    background-color: #eaeaea !important;
  }

  /***23 nov****/
  .site-footer__column .site-footer {
    padding: 0;
    width: 15% !important;
  }
  ul.custom_menu {
    display: flex;
    gap: 0;
  }
  .site-footer .site-footer__row .site-footer__column li {
    line-height: 18px;
  }

  /* .site-footer__column .site-footer:first-child {
    padding-left: 25px;
  } */

  .site-footer {
    padding: 0;
  }

  .newsletter-form-group a {
    display: flex;
    width: 60px;
  }

  .newsletter-form-group a img {
    width: 33px;
    height: 33px;
    margin: 0;
  }

  body,
  span {
    font-size: 14px !important;
    line-height: 1.1 !important;
  }

  .site-footer a {
    font-size: 12px !important;
    line-height: 1em !important;
  }

  /*******/
  .site-footer .newsletter-form-group p {
    display: none;
  }

  .newsletter-form-group.floating a {
    order: 3;
  }

  .newsletter-form-group button.newsletter-form-group__submit {
    margin-left: 0;
  }

  .site-footer .newsletter-form-group img {
    margin: 2px 0 0;
  }

  .site-footer__row.primary {
    padding-bottom: 10px !important;
    padding-top: 30px !important;
  }

  /*******/
  .heading-h1,
  h1 {
    font-size: 28px !important;
  }

  .btn,
  button {
    font-size: 16px !important;
  }

  /* .banner-content-block {
    max-width: 16em;
  } */

  .heading-h2,
  h2 {
    font-size: 26px !important;
  }

  .heading-h3,
  h3 {
    font-size: 18px !important;
  }

  .heading-h4,
  h4,
  .olaf_breuning_section h4,
  .olaf_breuning_section,
  .dom_chambers_section h4,
  .dom_chambers_section h4.dom_text_box_section {
    font-size: 16px !important;
  }

  .dom_chambers_section h4.dom_text_box_section {
    font-size: 30px !important;
  }

  .banner-content-block button::after,
  .image_box_text .button_text a.btn::after,
  .custom_banner_section .banner_content .banner_btn:after {
    right: -10px;
    top: 51%;
    font-size: 0;
    background-size: contain !important;
    padding: 6px;
  }

  .template-index .text-center {
    text-align: left !important;
  }

  .bg-color-section .marquee__text span {
    font-size: 22px !important;
  }

  .title_btn_collection .title_btn {
    top: 20px;
    left: 20px;
  }

  /* .block-mosaic .mosaic-section {
    gap: 0;
  } */

  /* .block-mosaic .mosaic-section .title_btn_collection.square {
    margin-bottom: 15px;
  } */

  /* .block-mosaic .mosaic-section .title_btn_collection.square:last-child {
    margin: 0;
  } */

  .bg-image {
    padding: 30px 0 10px;
    margin-bottom: 30px;
  }

  .bg-image h4 {
    margin-bottom: 10px !IMPORTANT;
    display: block;
  }

  .button_rich_text button::after {
    font-size: 14px;
    top: 0;
  }

 

  .four_left_featured .subheading {
    margin: 10px 0;
  }

  .block-text-and-image .index-section.text-and-image {
    margin: 0;
  }

  .mosaic-section.four_row {
    gap: 16px;
  }

  .button_rich_text button {
    text-align: left;
  }

  .collection-hero__content .page-width.text-center {
    text-align: center !IMPORTANT;
  }

  .template-collection .text_box_background h2.appear-delay {
    left: 40px;
    z-index: 9;
  }

  .template-collection .text_box_background .rte {
    z-index: 9;
    left: 40px;
  }

  .template-collection .text_box_background {
    position: relative;
    /* display: flex; */
    flex-flow: wrap;
  }

  /* .collection_tamplate_section h2.collection_title_text {
text-decoration: underline;
} */
  /***space css start****/
  .mosaic_custom.mosaic-section.limited_edition_section {
    padding: 16px 0;
  }

  .mosaic_custom.mosaic-section.popular_pick_section {
    padding: 0 0 16px;
  }

  .index-section {
    margin: 30px 0;
  }

  .text_box_4 {
    border: 0 !important;
  }

  .text_box_4 .image.with_html_price_and_title {
    border: 3px solid #f94d00 !important;
  }

  .mosaic-section.loaf_breaking_section.four_right_featured.dom_chambers_section {
    margin-bottom: 14px;
  }

  .desings_shop_section {
    padding: 0;
  }

  .block-text-and-image .index-section.text-and-image .h2 {
    margin-top: 0;
  }

  .block-text-and-image .image_box_text.feature-row__item {
    min-width: 100%;
    width: 100%;
    padding: 0 !IMPORTANT;
  }

  .block-text-and-image .image_box.four_left_featured {
    width: 100%;
  }

  .picks_shop_section .image_box_text.feature-row__item {
    padding-left: 0 !important;
  }

  .desings_shop_section .image_box.four_left_featured.image_text_section_4.feature-row__item {
    padding: 30px 0 !IMPORTANT;
  }

  .picks_shop_section .image_box.four_left_featured.image_text_section_4.feature-row__item {
    padding: 30px 0 0 !IMPORTANT;
  }

  .block-text-and-image .image_box_text.feature-row__item h3 {
    text-transform: initial !important;
  }

  .mosaic_custom.mosaic-section.social_media_section {
    padding: 20px 0;
  }

  .site-footer .site-footer__row.primary {
    padding: 0 15px !important;
    align-items: unset;
  }

  /* .template-collection .background-media-text__inner .page-width {
		padding: 0;
	} */

  .collection_tamplate_section .page-width {
    padding: 15px 0 !important;
  } 

  .template-collection .mosaic-section.smaller.collection_products_section.four_left_featured {
    padding-bottom: 0;
  }

  .site-header .icon-cart {
    top: 0;
  }

  /***space css end****/
  .collection_products_section .square.b {
    grid-column: 2 !important;
    grid-row: 3 !important;
  }

  .collection_tamplate_section .heading-text {
    padding-bottom: 15px;
  }

  .collection_products_section .square.c {
    grid-column: 1;
    grid-row: 4 !important;
  }

  .collection_products_section .square.d {
    grid-row: 4 !important;
    grid-column: 2 !important;
  }

  .collection_products_section .square.featured {
    grid-column: 1 /span 2 !important;
    grid-row: 1 /span 2 !important;
  }

  .collection_products_section .square.a {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }

  /****** grid section six_section mike css *********/
  .collection_tamplate_section .six_products_secion.mosaic-section .square.a {
    grid-row: 1 !important;
  }

  .collection_tamplate_section .six_products_secion.mosaic-section .square.c {
    grid-row: 2 !important;
  }

  .collection_tamplate_section .six_products_secion.mosaic-section .square.d {
    grid-row: 3 !important;
    grid-column: 1 !important;
  }

  .collection_tamplate_section .mosaic-section.six_products_secion {
    margin-bottom: 20px;
  }

  /****** grid section six_section mike css *********/
  .mosaic-section.smaller.collection_products_section.four_left_featured {
    grid-template-columns: repeat(2, 1fr) !important;
  };

  /******/
}


/************************media 480 responsive******************************************/


@media(max-width: 576px) {
  .mosaic-section.four_row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
.mosaic-section.four_dual_featured .square.b,
  .mosaic-section.four_row .square.b,
  .mosaic-section.three_row .square.b {
    grid-column: 2;
    grid-row: 1;
  }

  .mosaic-section.four_dual_featured .square.c,
  .mosaic-section.four_row .square.c,
  .mosaic-section.three_row .square.c {
    grid-column: 1;
    grid-row: 2;
  }

  .mosaic-section.four_dual_featured .square.d,
  .mosaic-section.four_row .square.d,
  .mosaic-section.three_row .square.d {
    grid-column: 2;
    grid-row: 2;
  }
}
@media(min-width: 481px) and (max-width:768px) {
  .template-collection .text_box_background .rte {
    max-width: 25em;
    width: 100%;
  }
}

@media(max-width: 480px) {
  .collection_tamplate_section .page-width{
    padding:0px 15px !important;
  }
  .all-template-collection .collection_tamplate_section .page-width {
    padding:0 15px !important;
}
  .and_text_mobile {
    font-size: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 4px;
    right: 3px;
  }
  #more_from_product_slider {
    padding-left: 0 !important;
  }
  .template-collection .text_box_background .rte {
    max-width: 100% !important;
    width: 100% !important;

  }
  /* .accentuate .product-content {
		padding-bottom: 120%!important;
	} */
  .template-collection .text_box_background .rte p {
    font-size: 14px !important;
    line-height: 20px;
  }

  /* .template-collection .text_box_background .rte {
		max-width: 25em !important;
		width: 100%;
	} */

  /**********************************************************/

  #shopify-section-page-digitalstickers-template .sections-wrapper.page-blocks .block-mosaic:nth-child(8) {
    padding-top: 0 !important;
  }

  #shopify-section-page-digitalstickers-template .sections-wrapper.page-blocks .block-mosaic:nth-child(7) {
    padding: 0 !important;
  }

  #shopify-section-page-digitalstickers-template .sections-wrapper.page-blocks .block-mosaic:nth-child(10) {
    padding-top: 0 !important;
  }

  #shopify-section-page-digitalstickers-template .sections-wrapper.page-blocks .block-mosaic:nth-child(22) {
    padding-bottom: 0 !important;
  }

  #shopify-section-page-digitalstickers-template .sections-wrapper.page-blocks .block-mosaic:nth-child(17) {
    padding-top: 0 !important;
  }

  #shopify-section-page-digitalstickers-template .sections-wrapper.page-blocks .block-mosaic:nth-child(4) {
    padding-top: 0 !important;
  }

  /************************************************************/


  /* .custom_banner_section{
padding-bottom:70%;
} */


  .collection-page-section .inner_contents p {
    line-height: 1rem !important;
    font-size: 13px !important;
  }

  /* 
.btn_shop_all_apply.collection_products_btn .button_rich_text button {
padding-right: 20px!important;
} */
  /********** aj css 13-01-2022*********/
  .cloumn_box {
    padding: 0 8px;
    margin-bottom: 30px;
  }

  .products-custom-price {
    text-align: left !important;
  }

  .products-custom-price .all_price_show {
    text-align: left !important;
  }

  .background_image {
    height: 250px !important;
    object-fit: contain !important;
  }

  #shopify-section-shop-release-section .section-header__title.appear-delay {
    font-size: 28px !important;
    margin: 0 0 10px !important;
  }

  .collection_section_release .grid__item.medium-up--one-quarter {
    width: 50%;
  }

  .collection_section_release h2 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  /********** aj css  13-01-2022 end*********/
  /*** ****/
  /******/
  .site-header .icon-cart {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
  }

  .image_box_text .h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
  }

  .image_box_text .button_text a.btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
  }

  .image_box_text .button_text a.btn::after {
    font-size: 24px;
    background-size: 55%;
  }

  .button_rich_text button {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    padding: 10px 0;
  }
  .page-width,
  .page-full {
    padding: 0 15px;
    position: relative;
  }
  .banner-content-block button {
    font-size: 15px;
    line-height: 15px;
  }

  .background-media-text--background-image-text {
    padding-bottom: 0 !important;
  }

  .background-media-text__text p {
    margin-top: 0 !important;
  }

  .background-media-text__aligner {
    margin: 0 !important;
  }

  .background-media-text__text {
    padding: 0 !important;
  }

  .collection-hero__content {
    overflow-x: hidden !important;
  }

  /********************collection page responsive*************************/
  /***********************ready section css**********************************/
  .site-footer .site-footer__row .site-footer__column li {
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    padding-bottom: 3px !IMPORTANT;
    text-align: left;
  }

  .site-footer .site-footer__row.secondary p {
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    text-align: left;
  }

  .background-media-text {
    background-color: #eaeaea !important;
  }

  /* .background-media-text__image {
display: none;
} */
  .site-footer .site-footer__row.secondary .site-footer__apply-inc p {
    padding: 0;
  }

  .site-footer .site-footer__row .site-footer__column.stamps {
    display: flex;
    justify-content: space-between !important;
    align-items: unset;
  }

  .site-footer .site-footer__row.secondary .site-footer__apply-inc {
    padding-right: 0 !important;
  }

  .grid.grid--uniform.text-center.logo_img_box {
    display: block !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-items: center !important;
  }

  .four_left_featured .image_box {
    margin: 0 !important;
  }

  .four_left_featured .feature-row {
    flex-direction: column-reverse;
  }

  .four_left_featured .image_box .image_grid {
    bottom: unset !important;
    padding: 18px 9px;
    transform: none;
  }

  .four_left_featured .image_box .image_grid .square {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mosaic-section.three_row .square {
    width: 100%;
    margin-bottom: 16px;
  }

  .mosaic-section.three_row .square:last-child {
    margin-bottom: 0;
  }

  .mosaic-section.three_row {
    display: flex;
    grid-gap: unset;
    flex-wrap: wrap;
  }

  .header-layout .mobile-header-nav .menu {
    background-color: #000 !important;
  }

  body {
    overflow-x: hidden !important;
  }

  .header-layout .mobile-header-nav .hamburger.menu-icon {
    fill: #fff;
  }

  .banner-content-block h1 {
    padding: 0;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
  }

  .banner-content .grid {
    margin: 0;
  }

  .banner-content-block {
    left: 0;
  }

  p.h2 {
    font-size: 25px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
  }

  .text_box span.title {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
    left: 0 !important;
  }

  .text_box_2 span.title {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
  }

  .text_box_4 .title_btn {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    border-bottom: 0;
  }

  .text_box_4 .title_btn:hover {
    border-bottom: 1px solid #f94d00;
  }

  .image_box_text {
    padding-left: 20px !important;
  }

  .mosaic-section.loaf_breaking_section {
    display: flex;
    flex-wrap: wrap;
    grid-gap: unset;
    margin: 0 -8px;
    padding: 0;
  }

  .mosaic-section.loaf_breaking_section.four_left_featured .square:first-child {
    width: 100%;
  }

  .mosaic-section.loaf_breaking_section .square {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
  }

  .mosaic-section.loaf_breaking_section .square.text_box_4 {
    border: none;
  }

  .mosaic-section.loaf_breaking_section.four_right_featured .square:nth-child(1) .image.with_html_price_and_title {
    height: 100%;
  }

  .mosaic-section.loaf_breaking_section.four_right_featured .square:nth-child(1) {
    order: 5;
  }

  .mosaic-section.loaf_breaking_section.four_right_featured .square:nth-child(5) {
    order: 1;
    width: 100%;
  }

  .mosaic-section.loaf_breaking_section.four_right_featured .square:nth-child(2) {
    order: 2;
  }

  .mosaic-section.loaf_breaking_section.four_right_featured .square:nth-child(3) {
    order: 3;
  }

  .mosaic-section.loaf_breaking_section.four_right_featured .square:nth-child(4) {
    order: 4;
  }

  .mosaic-section.four_right_featured .square .image span.title {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
  }

  .mosaic-section.loaf_breaking_section.four_left_featured .square:nth-child(2) {
    order: 5;
  }

  .mosaic-section.loaf_breaking_section .square.text_box_4 .title_btn::after {
    display: none;
  }

  .mosaic-section.four_row {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .mosaic-section.three_left_featured {
    grid-template-columns: unset;
    grid-auto-rows: unset;
  }

  .mosaic-section {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .mosaic-section.four_dual_featured .square.b,
  .mosaic-section.four_row .square.b,
  .mosaic-section.three_row .square.b {
    grid-column: 2;
    grid-row: 1;
  }

  .mosaic-section.four_dual_featured .square.c,
  .mosaic-section.four_row .square.c,
  .mosaic-section.three_row .square.c {
    grid-column: 1;
    grid-row: 2;
  }

  .mosaic-section.four_dual_featured .square.d,
  .mosaic-section.four_row .square.d,
  .mosaic-section.three_row .square.d {
    grid-column: 2;
    grid-row: 2;
  }

  .marquee__container {
    display: block;
  }

  .bg-color-section .marquee__text {
    width: 100%;
  }

  .bg-color-section .marquee__text span {
    display: block;
    width: 100%;
  }

  /* .logos_section .grid__item {
width: 50%!important;
} */
  .collection_button_buy a button {
    padding: 0 10px;
  }
}



/****************Product page CSS edits**************/

.section_text_image {
  margin: 0 !important;
}

.product-section.apply-styles button.add-to-cart {
  border: none;
  background-color: #000;
  padding: 10px 60px;
  width: 100%;
}

.product-section.apply-styles button.add-to-cart span {
  -webkit-text-stroke-color: none !important;
  -webkit-text-stroke-width: 0 !important;
  color: #fff !important;
  font-family: Gilroy-Bold !important;
  font-size: 32px;
  line-height: 1;
}

.social_media_section {
  padding-top: 20px;
}

.grid.section_text_image a button {
  padding: 0 !important;
  color: #f94d00;
}

.social_media_section .square.a {
  border: 3px solid #f94d00;
}

.collection-header-hightlight-section {
  border-top: none !important;
}

.collection-header-hightlight-section .rte.stroke {
  color: #f94d00;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: none;
  font-size: 32px !important;
}

.collection-header-hightlight-section .logo {
  display: none !important;
}

.section_text_image {
  display: flex;
  width: 100%;
  max-width: 100%;
}

.left_side_text {
  width: 50%;
}

.right_side_image {
  width: 50%;
}

#text-with-img-section {
  background-color: #f4f4f4;
  padding: 60px 0;
}

.product-single__prices1 {
  display: none;
}

.amount1 {
  display: flex;
}

.slick-next {
  right: 5px;
}

.slick-next:before,
.slick-prev:before {
  color: black;
}

.page-width.product-thumbnails {
  display: none;
}

.product-image-text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 608px;
}

.product-image-text .section-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.21;
}

.product-image-text .banner-content {
  line-height: normal;
  padding: 190px 0 230px;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.accentuate .product-content {
  position: relative;
}

.accentuate .product-image-text {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  z-index: 1;
}

.accentuate .product-image-text .page-width,
.accentuate .product-image-text banner-content {
  height: 100%;
  width: 100%;
}

.accentuate .product-image-text .banner-content {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 16px;
  text-align: left;
  padding: 40px;
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  top: unset;
  transform: none;
}


.accentuate .product-image-text .banner-content h2 {
  color: #ffffff;
  font-weight: 500 !important;
  font-size: 30px !important;
}

html {
  padding-bottom: 0 !important;
}

.product-section.apply-styles .grid__item.left .product__main_photos .cstm_media_slider .product__slide img[alt="padding_7"] {
  padding: 8%;
  background-color: #fff;
}

.product-section.apply-styles .grid__item.left .product__main_photos .cstm_media_slider .product__slide img[alt="padding_5"] {
  padding: 16%;
  background-color: #fff;
}

.collection_tamplate_section .product_info span span.current_price,
.collection_tamplate_section .product_info span span.all_price_picks {
  padding: 0;
}

@media only screen and (min-width: 769px) {

.single-collection-tab .product-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.single-collection-tab .product-wrapper .grid_item.squares {
    width: calc(25% - 12px);
}
  
/*   .and_text {

    top: 5px;

  } */
  #shopify-section-background-image-text .background-media-text--background-image-text {
    height: 100%;
    padding-bottom: 0 !important;
  }
}

@media(max-width:769px) {
  .accentuate .product-image-text {
    width: 100%;
  }

  .accentuate .product-image-text .banner-content {
    padding: 15px;
  }

  .accentuate .product-image-text .banner-content p {
    line-height: 1;
  }
}


/***************************Vr css 03-dec-2021************************************/

.template-product .page-content {
  padding-top: 0;
  padding-bottom: 0;
}

.template-product .page-content .left {
  position: relative;
  /* background:#f4f4f4  */
}

.template-product .page-content .left:before {
  content: '';
  position: absolute;
  background: #f4f4f4;
  width: 100%;
  height: 100%;
  right: 100%;
}

.product-single__meta .product-single__title {
  font-weight: bold !important;
}
.product-single__meta h6 {
  color: #161412;
  font-family: Gilroy-Regular !important;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 600;
}

.product-single__meta .rte,
.product-single__meta .rte p,
.product-single__meta .rte p span,
.product-single__meta .rte p span ul li,
.product-single__meta .rte p span ul li span {
  color: #000;
}

.product-single__meta .form-wrapper .payment-buttons button {
  /* height: 56px; */
  font-size: 16px !important;
  background: #f94d00;
  text-transform: capitalize;
}


/* 
.product-section.apply-styles .grid__item.right .product-single__meta .form-wrapper {
width: 100%;
max-width: 500px;
} */

.product-section.apply-styles .grid__item.right .product-single__meta {
  height: auto;
}

.cstm_media_slider .slick-prev:before {
  content: '' !important;
  background-image: url("/cdn/shop/t/21/assets/icon-left-arrow.png?v=102589365749196760431684208686") !important;
  padding: 0 15px;
  background-repeat: no-repeat !important;
  margin: 6px;
  font-size: 25px !important;
  opacity: 1 !important;
}

.cstm_media_slider .slick-next:before {
  z-index: 1;
  margin: 4px;
  font-size: 25px !important;
  content: '' !important;
  padding: 0 15px;
  background-repeat: no-repeat !important;
  background-image: url("/cdn/shop/t/21/assets/icon-right-arrow.png?v=173094348616045202771684208686") !important;
  opacity: 1 !important;
}

.slick-prev:before {
  content: ' ' !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  /* background-image: url("/cdn/shop/t/21/assets/left-arrow.svg?v=181899635522959222041684208686") !important; */
  background-image: url("/cdn/shop/t/21/assets/left-arrow-black.svg?v=128566147043333548631684208686") !important;
}

#more_from_product_slider .slick-prev:before {
  content: '' !important;
  /* background-image: url("/cdn/shop/t/21/assets/left-arrow-black.svg?v=128566147043333548631684208686") !important; */
  background-image: url(/cdn/shop/t/21/assets/icon-left-arrow.png?v=102589365749196760431684208686) !important;
  padding: 0;
  background-repeat: no-repeat !important;
  background-size: 75% !important;
  width: 40px;
  height: 40px;
  opacity: 1;
  margin-left: 0;
}

.slick-next:before {
  content: ' ' !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  /* background-image: url("/cdn/shop/t/21/assets/right-arrow.svg?v=136865115034272067561684208687")!important; */
  background-image: url("/cdn/shop/t/21/assets/icon-right-arrow.png") !important;
}

#more_from_product_slider .slick-next:before {
  margin-right: -45px;
  position: absolute;
  content: '' !important;
  padding: 0;
  background-repeat: no-repeat !important;
  background-image: url(/cdn/shop/t/21/assets/icon-right-arrow.png") !important;
  /* background-image: url("/cdn/shop/t/21/assets/right-arrow-black.svg?v=89452373374997225831684208686") !important; */
  background-size: 75% !important; 
  right: 15px;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.accentuate .product-content .banner-content {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  width: 50%;
  margin-left: 0;
  top: 0;
}

.template-product .page-width-large {
  PADDING: 0 35px;
}

.template-product .collection_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

#more_from_product_slider ul {
  overflow: hidden;
  margin: 0;
}

#more_from_product_slider ul .slick-list {
  margin: 0 0 0 -20px;
  padding-left: 0 !important;
}

#more_from_product_slider ul .slide-img {
  background: #faf9fe;
}

.template-product .collection_header h2 {
  letter-spacing: 0;
  margin: 0;
  font-weight: 600 !important;
  font-family: Gilroy-regular !important;
  font-size: 18px !important;
}

#shopify-section-ig-links-mosaic .insta_section {
  padding-bottom: 20px !important;
}

/* .template-product .collection_header h2 bold {
  font-weight: 700;
  font-family: Gilroy-Bold !important;
} */

.more_from_collections .slider_product .page-width-large {
  padding-right: 0;
}

.template-product .more_from_collections {
  margin: 50px 0;
}

.template-product .img-text {
  background: #fafafe;
}

.template-product .img-text .left_side_text {
  padding: 35px;
}

.template-product .img-text .left_side_text .button_product_page a button {
  color: #f94d01;
  letter-spacing: 0;
  font-family: 'Gilroy-Regular';
  text-decoration: underline;
  position: relative;
}

.template-product .collection_header button {
  position: relative;
}

.template-product .img-text .left_side_text .button_product_page a button::after,
.template-product .collection_header button:after {
  font-size: initial;
  top: 7px !important;
  padding: 0;
  /* width: 20px; */
  position: absolute;
  right: 0;
  height: 18px;
  width: 20px;
  margin: 0;
  left: 95%;
  background-size: contain;
}

.template-product .img-text .right_side_image img {
  display: block;
}

.more_from_collections .slider_product .slick-list {
  padding-left: 0 !important;
}

.accentuate .product-content img {
  display: block;
}

.accentuate .product-content:before {
  content: '';
  position: absolute;
  /* background-color: rgb(0 0 0 / 30%); */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


/* 
.art_born_section .background-media-text__image:before ,
.collection-hero__content:before{
content: '';
position: absolute;
background-color:rgb(0 0 0 / 30%);
width: 100%;
height: 100%;
left: 0;
top: 0;
} */

.template-product .img-text .left_side_text .button_product_page button {
  width: auto;
}

.template-product .img-text .left_side_text .description_text {
  margin: 25px 0;
}

.template-product .page-content .grid__item.right {
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.template-product .more_from_collections .collection_products_btn button {
  padding: 0;
}

.template-product .more_from_collections .collection_products_btn a {
  font-family: 'Gilroy-Regular';
  font-size: 22px;
}

#more_from_product_slider ul.more_from_collection .box img {
  margin: 0 auto;
}

.product-single__meta .rte p,
.product-single__meta .rte p span,
.product-single__meta .rte li {
  line-height: 1.5rem;
}

.product-single__meta .rte,
.product-single__meta .rte p,
.product-single__meta .rte p span,
.product-single__meta .rte p span ul li,
.product-single__meta .rte p span ul li span {
  word-break: break-word;
  line-height: 26px;
}


/* .product__photos .slick-slider {
padding: 100px 100px;
} */


.accentuate .product-content {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}

.accentuate .product-content img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}


/* .template-product .page-content .grid__item.right .form-wrapper {
width: 100%; 
}  */

.template-product .page-content .grid__item.right .form-wrapper button {
  width: 100%;
  color: #fff !important;
  max-width: 100%;
  min-height: 46px;
  background: #f94d00;
  line-height: 18px !important;
  padding-top: 0;
  border-radius: 2px;
  transition: 0.3s;
  padding-bottom: 0;
  font-size: 20px !important;
  font-family: 'Gilroy-Bold' !important;
}
.template-product .page-content .grid__item.right .form-wrapper button:hover {
    background: #FEA67F;
    transition: 0.3s;
}
.template-product .page-content .grid__item.right .form-wrapper .product__quantity button.minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.template-product .page-content .grid__item.right .form-wrapper .product__quantity button.plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.template-product .page-content .grid__item.right .form-wrapper .payment-buttons {
  margin-top: 20px;
}

.template-product .page-content .grid__item.right .right_inner {
  max-width: 600px;
  width: 100%;
}

.template-product .collection_header .button_rich_text button {
  padding: 0;
  font-family: 'Gilroy-Regular';
}

.product__main-photos .product__photo-zoom {
  border: none;
  background: transparent;
}

.product__main-photos-wrapper .slick-arrow::before {
  content: '';
  width: 40px;
  height: 30px;
  background-size: contain;
  font-size: initial;
  line-height: initial;
  display: block;
}

.product__main-photos-wrapper .slick-arrow {
  height: 30px;
}

.product__main-photos-wrapper button.slick-prev {
  left: 25px;
}

.product__main-photos-wrapper button.slick-next {
  right: 25px;
}

.cstm_media_slider button.slick-prev {
  left: 25px;
}

.cstm_media_slider button.slick-next {
  right: 25px;
  z-index: 1 !important;
}

.cstm_media_slider .slick-slider button.slick-arrow:hover {
  width: 45px;
  height: 40px;
  border-radius: 5px;
  background: #ebe9e9;
  opacity: 1;
}

.cstm_media_slider button.slick-next:hover {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #ebe9e9;
  opacity: 1;
}

.cstm_media_slider button.slick-prev:hover {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #ebe9e9;
  opacity: 1;
}

.cstm_media_slider .slick-next:before,
.slick-prev:before {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-shadow: 0 0 20px #000;
}

.product__main-photos-wrapper {
  width: 100%;
  margin: 0 auto;
}

.template-product .collection_header button,
.template-product .img-text .left_side_text .button_product_page a button {
  padding-right: 20px !important;
}

.product__main-photos-wrapper .slick-arrow {
  z-index: 1;
}



#more_from_product_slider ul li .box,
#more_from_product_slider ul li .square {
  background: #fafafe;
  padding: 20px;
}
/* #more_from_product_slider ul li .box{
  padding: 50px;
} */
.footer-bottom-inner {
  display: flex;
}

.template-product .img-text .grid_item.right_side_image {
  height: 550px;
}

.template-product .img-text .grid_item.right_side_image .image_right,
.template-product .img-text .grid_item.right_side_image .image_right img {
  height: 100%;
  object-fit: cover;
}

.template-product .img-text .grid_item.right_side_image .image_right img {
  width: 100%;
}


/*******************************css 06-dec-2021****************************/

.template-collection .page-content {
  padding-top: 0;
}

.template-collection .page-content header.section-header {
  margin: 0;
}

.template-collection .page-content header.section-header {
  margin: 0;
}

.template-collection .page-content header.section-header h1 {
  margin: 0;
}

.template-collection .page-content header.section-header {
  height: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  background-position: center;
}

.template-collection .page-content .all_product_section .rte {
  text-align: center !important;
  color: #fff;
}

.template-collection .page-content header.section-header h1.section-header__title {
  color: #fff;
  position: relative;
}

.template-collection .page-content header.section-header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(258, 78, 0, 0.28);
  opacity: 0;
}

.template-collection .page-content header.section-header:hover:before {
  opacity: 1;
}

.collection-page-section .bg-block {
  position: relative;
  overflow: hidden;
}

.collection-page-section .bg-block .inner_contents {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

.collection-page-section .bg-block .inner_contents p {
  color: #FFF;
}

.collection_tamplate_section .mosaic-section .square img,
.collection-tab img {
  background: #fafafe;
  padding: 20px !important;
}

.collection_tamplate_section .product_info .product__title,
.collection_tamplate_section .product_info .product__price {
  position: static;
  text-transform: capitalize;
}

.collection_tamplate_section .product_info {
  margin: 16px 0 0;
  width: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

/* .collection_tamplate_section .product_info {
margin: 16px 0px 0;
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
z-index: 1;
} */

.collection_tamplate_section .square a {
  display: inline-block;
  width: 100%;
}

.collection_tamplate_section .mosaic-section {
  margin-bottom: 40px;
  padding: 0;
}

.collection-tab {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -40px -8px;
}

.collection-tab .grid_item {
  width: 33.33%;
  padding: 0 8px;
  margin-bottom: 16px;
}

.collection_tamplate_section .product_info span {
  padding: 0 5px;
}

.collection_tamplate_section .product_info .product_size {
  /* width: 100%; */
  float: left;
  margin-top: 0;
  color: #8d8c8c;
  position: static;
  height: 24px !important;
}

.collection-page-section .inner_contents .inner_contents_inner h2 {
  margin-bottom: 15px;
  color: #fff;
}

.collection-page-section .inner_contents .inner_contents_inner {
  width: 80%;
}

.collection-page-section .inner_contents .inner_contents_inner {
  padding: 20px 0;
}

.collection-page-section .inner_contents p {
  color: #fff;
  margin: 0;
  line-height: 1.5rem;
}

.collection_tamplate_section .product_info .product__title {
  font-weight: bold !important;
}

.collection-page-section .design_section a {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.collection-page-section .design_section a .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collection-page-section .design_section a .inner_contents {
  padding-top: 50%;
  position: relative;
  width: 100%;
}

.collection-page-section .design_section a .bg-block:before {
  content: '';
  position: absolute;
  background: rgba(258, 78, 0, 0.28);
  width: 100%;
  height: 100%;
  opacity: 0;
}

.collection-page-section .design_section a:hover .bg-block:before {
  opacity: 1;
}

.collection-page-section .design_section a:hover .bg-block.active:before {
  opacity: 0;
}

.collection-page-section .design_section a:hover .bg-block.active:before {
  opacity: 0;
}


/* .product-section.apply-styles .grid__item.left .product__main-photos-wrapper .image-wrap img[alt="L ~ 5â€³"] {
padding:4%;
} */


/********** variants css ************/

.template-product .page-content .grid__item.right .variant-wrapper label.variant__label {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.template-product .page-content .grid__item.right .variant-wrapper .variant-input label {
  border: 1px solid #000;
  border-radius: 2px;
  margin: 0;
  width: 150px;
  text-align: center;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

.template-product .page-content .grid__item.right .variant-wrapper .variant-input [type=radio]:checked + label {
  box-shadow: none;
  background: #000;
  color: #fff;
}

.product-section.apply-styles .product-single__form .variant-wrapper {
  display: inline-block;
  width: auto;
  margin: 0;
}

.template-product .page-content .grid__item.right .right_inner .quantity-wrapper .number-input button {
  background: transparent;
  height: auto;
  width: auto !important;
  padding: 0 15px;
}

.template-product .page-content .grid__item.right .right_inner .quantity-wrapper .number-input input {
  height: 46px;
}

.template-product .page-content .grid__item.right .right_inner form {
  margin-top: 60px;
}

.product-section.apply-styles .product-single__header .product-single__title {
  margin-bottom: 10px;
  font-size: 30px !important;
}

.template-product .page-content .grid__item.right .form-wrapper .product__quantity button {
  background: transparent;
  border: 1px solid #000;
  width: auto;
  position: relative;
  padding: 0;
  width: 30px;
  height: 100%;
}

.template-product .page-content .grid__item.right .form-wrapper .product__quantity button.minus:before {
  content: '';
  position: absolute;
  background: #000;
  width: 8px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.template-product .page-content .grid__item.right .form-wrapper .product__quantity button.plus:before {
  content: '';
  position: absolute;
  background: #000;
  width: 8px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.template-product .page-content .grid__item.right .form-wrapper .product__quantity button.plus:after {
  content: '';
  position: absolute;
  background: #000;
  width: 2px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product__quantity .number-input {
  height: 46px;
  display: flex;
  align-items: flex-start;
  width: 150px;
}

.product__quantity .number-input input {
  height: 100%;
  border-left: none;
  border-right: none;
  text-align: center;
  font-weight: bold;
  max-width: 90px;
}

.qty-add-cart-btn {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}

.qty-add-cart-btn .payment-buttons {
  margin-top: 0 !important;
  /* padding: 0 10px !important; */
}

.product-section.apply-styles .form-wrapper .variant-input-wrap {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.product-section.apply-styles .form-wrapper .variant-input-wrap .variant-input {
  padding: 0 10px;
  margin-bottom: 20px;
}

.qty-add-cart-btn .product__quantity,
.qty-add-cart-btn .payment-buttons {
  padding: 0 10px;
}

.qty-add-cart-btn .payment-buttons {
  flex: 1;
}

.about_collection_content {
  font-size: 18px;
  line-height: 26px;
}

.accentuate .product-image-text .contents p {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Gilroy-Regular' !important;
  font-weight: 400 !important;
}

.design_section .design_block {
  padding-top: 0;
}

.design_block .background_left_side {
  padding-right: 1.5px;
}
.design_block .background_right_side {
  padding-left: 2px;
}
.collection-page-section .inner_contents p {
  font-size: 26px;
  line-height: 1.8rem;
}
.template-product .more_from_collections .slider_product button.slick-arrow::before,
.template-product #more_from_product_slider .more_from_apply button.slick-arrow::before {

  display: block;
  background-size: contain;
  margin: 0 auto;
  background-position: center;
  left: 50%;
  top: 50% !important;
  position: absolute;
  transform: translate(-50%, -50%);

}
#more_from_product_slider .slide-img img,
.more_from_apply img {
  width: 100%;

}

.more_from_apply .mosaic-height {
  width: 100%;
}

.more_from_apply .slick-initialized .slick-slide {
  display: flex;
}

#more_from_product_slider ul li .box,
#more_from_product_slider ul li .square {
  width: 90%;
}

.more_from_collections .slider_product button.slick-arrow,
.template-product #more_from_product_slider .more_from_apply button.slick-arrow {
  /* width: 40px;
	height: 40px; */
  border-radius: 5px;
  z-index: 1;
  right: 30px !important;
}

.more_from_collections .slider_product button.slick-arrow.slick-prev,
.template-product #more_from_product_slider .more_from_apply button.slick-arrow.slick-prev {
  left: 10px;
}

.header-item.right-section .mag-search {
  padding: 0;
  margin-top: 1px;
  margin-right: 30px;
  width: auto;
  height: auto;
}

.product-section.apply-styles .product-single__header .rte {
  margin-top: 40px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/********************** variant css new 09-12-2021****************************/

.variant-input-wrap label {
  padding: 14px 44px !important;
}

.product__photos .slick-slider button.slick-arrow {
  ;
  /* width: 30px;
height: 30px;
border-radius: 5px;
background: #ebe9e9; */
}

.product__photos .slick-slider button.slick-arrow:hover {
  width: 45px;
  height: 40px;
  border-radius: 5px;
  background: #ebe9e9;
  opacity: 1;
}

.product__photos .slick-slider button.slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

button {
  font-family: Gilroy-Regular !important;
}

/* #shopify-section-page-about-template h2 {
font-size: 28px!important;
line-height: 1.2em!important;
color: #000 !important;
text-transform: uppercase !important;
}*/


/****** shop page image height css 23-12-2021 *****/

#shopify-section-shop-template .square .image.with_html_price_and_title .product_collection_image,
#shopify-section-shop-template .product_box .product_collection_image,
#shopify-section-collection-all .product_collection_image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

#shopify-section-shop-template .square .image.with_html_price_and_title .product_collection_image img,
#shopify-section-shop-template .product_box .product_collection_image img,
#shopify-section-collection-all .product_collection_image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

header.site-header.fixed-top .header-layout .h1.site-header__logo svg,
header.site-header.background-theme .header-layout .h1.site-header__logo svg {
  width: 100px;
  height: auto;
}

ul.site-nav.site-navigation li.site-nav__item a {
  font-family: Gilroy-bold !important;
}


/****** shop page image height css 23-12-2021 ends here *****/


/********** variants css ************/


/****product page css start******/

.product-section.apply-styles .form-wrapper .product__quantity {
  margin: 0;
}

.template-list-collections .skrim__overlay:before {
  content: '';
  position: absolute;
  background: #00000075;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 1;
}

.template-list-collections .skrim__title {
  z-index: 999;
}


/****product page css end******/

.collection_tamplate_section .product_info span.current_price,
.collection_tamplate_section .product_info span.all_price_picks {
  line-height: 24px !important;

}

.collection_tamplate_section .product_info .product__title {
  line-height: 24px !important;

}

.template-product .page-content .grid__item.right .form-wrapper .payment-buttons button.add-to-cart {
    min-width: 150px;
}
/***** collection mobile responsive ******/
@media only screen and (min-width:1620px) {
 .custom_product_page {
    padding: 40px 32px;
    max-width: 1300px;
    margin: 0 auto;
}

}


@media only screen and (min-width:1300px) {
  .collection_tamplate_section .collection_button_buy button {
    width: 297px;
  }
  
.template-product .page-content .left:before{
    display: none;
} 
}

@media only screen and (min-width:769px) {

  /*******************************************************************/
  .collection-page-section .design_section {
    margin-bottom: 0;
    width: 50%;
  }

  .template-collection .page-content {
    display: flex !important;
  }

  .all_product_section.Shop_all_page {
    width: 50%;
  }

  /****************************************************************/
  .product-wrapper {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    margin-bottom: 40px;
    padding: 0;
  }

  .bundle-wrapper {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    margin-bottom: 40px;
    padding: 0;
  }

  /* .product_info .product__title {
	margin-bottom: 8px !important;
	} */
  .product__main-photos-wrapper {
    /* height: calc(100vh - 90.31px); */
    background: #f4f4f4;
  }

  /******** product slider setting ****/
  /* .product-section.apply-styles .grid__item.left .zoom-product-main ,
	.product-section.apply-styles .grid__item.left  .product__photos ,
	.product-section.apply-styles .grid__item.left  .product__main-photos ,
	.product-section.apply-styles .grid__item.left  .product__main-photos-wrapper ,
	.product-section.apply-styles .grid__item.left .slick-slider {
	height: 100%;
	} */
  .product-section.apply-styles .grid__item.left .product__main-photos-wrapper div {
    height: 100%;
  }

  .product-section.apply-styles .grid__item.left .product__main-photos-wrapper .image-wrap,
  .product-section.apply-styles .grid__item.left .product__main-photos-wrapper .product__video-wrapper {
    /* padding: 40px 40px !important; */
    padding: 0 !important;
    height: 100% !important;
    background: #f4f4f4;
  }

  .product-section.apply-styles .grid__item.left .product__main-photos-wrapper .product__slide:first-child .image-wrap {
    padding: 0 !important;
  }

  .product-section.apply-styles .grid__item.left .product__main-photos-wrapper .image-wrap img,
  .product-section.apply-styles .grid__item.left .product__main-photos-wrapper .product__video-wrapper video {
    object-fit: cover;
    height: 100%;
  }

  .template-product .product__photos .product__slide {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  /* .template-product .product__photos .product__slide img {
		padding: 50px;
		} */
  .product-section.apply-styles .grid__item.left .slick-slider {
    display: flex;
    align-items: center;
  }

  /* .product__main-photos-wrapper .image-wrap{
			padding-bottom: 0!important;
			background: transparent;
			height: auto !important; 
			}
			.product__main-photos-wrapper .image-wrap img {
			position: static;
			height: auto; 
			width: 100%;
			max-width: initial;
			} */
  .product-section.apply-styles .grid__item.left .product__main-photos-wrapper .product__slide:first-child img {
    object-fit: cover;
  }

  .single-collection-tab .bundle .collection_inner_image {
    height: 100%;
    padding: 0 !important;
  }

  /****** Product slider setting *****/
  .product-section .apply-styles .product__price {
    font-size: 25px !important;
  }

  .product-section .apply-style .all_price_show,
  .all_price {
    /* font-family: Gilroy-Regular!important; */
    font-size: 25px !important;
    font-style: normal !important;
    font-weight: 700;
  }

  .product-section .products-custom-price .all_price_show {
    font-size: 25px !important;
    font-weight: 700;
    /* font-family: Gilroy-Regular!important; */
  }

  .product-section .products-custom-price .product__price {
    font-size: 25px !important;
    font-weight: 700 !important;
  }

  .product-section .products-custom-price .current_price {
    font-size: 22px !important;
    font-weight: 700 !important;
  }

  /********** aj css 06-dec-2021*********/
  /********** aj css 06-dec-2021 end*********/
  .collection_tamplate_section .mobile-collection {
    display: none !important;
  }
}

@media only screen and (min-width:1201px) {
  ;
  /* .template-collection .page-content header.section-header {
height: 616px;
} */
  /* .site-footer .site-footer__row.secondary .site-footer__apply-inc {
    display: inline-block;
    padding-right: 245px !important;
  } */
}

@media only screen and (min-width:1025px) {

  /* .template-collection .page-content header.section-header {
			height: 500px;
			} */
  .template-collection .page-content {
    display: flex;
  }

  .template-collection .page-content .all_product_section {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
  }

  .template-collection .page-content .all_product_section {
    width: 50%;
  }

  .template-collection .page-content .design_section {
    width: 50%;
    margin: 0;
  }

  .template-collection .page-content .design_section.packs_section {
    width: 100%;
  }

  .design_section .design_block {
    padding-top: 0;
    flex-direction: column;
    padding-left: 2px;
    height: 100%;
  }

  .design_block .background_left_side {
    width: 100%;
    height: 50%;
    padding-right: 0;
    padding-bottom: 1px !important;
  }

  .design_block .background_right_side {
    padding-left: 0;
    width: 100%;
    height: 50%;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .collection-page-section .design_section a .inner_contents {
    padding-top: 0;
  }
}

@media only screen and (min-width:1025px) and(max-width:1200px) {

  .collection-page-section .inner_contents .inner_contents_inner {
    width: 100%;
  }

}

@media only screen and (max-width:1196px) and(min-width:769px) {
  .cstm-image_text_btn .btn.btn-default:after {
    background-size: 70% !important;
  }

  .content a.btn.btn-default:after {
    background-size: 80% !important;
  }

  .button_rich_text button:after {
    background-size: 70% !important;
  }

  .olaf_breuning_section .text_box_4 .title_btn.ctm_more_btn {
    margin: 0 0 5px 5px;
  }

  .olaf_breuning_section .text_box_4 .title_btn.ctm_more_btn::after {
    padding: 0 9px;
  }

  .dom_chambers_section .text_box_4 .title_btn.ctm_more_btn {
    margin: 0 0 5px 5px;
  }

  .dom_chambers_section .text_box_4 .title_btn.ctm_more_btn::after {
    padding: 0 9px;
  }

  .product__quantity .number-input input {
    max-width: 50px;
  }

  .product__quantity .number-input {
    width: 110px;
  }

  .qty-add-cart-btn .payment-buttons,
  .qty-add-cart-btn .product__quantity {
    padding: 0 5px;
  }

  .qty-add-cart-btn {
    margin: 0 -5px;
  }

  .template-product .page-content .grid__item.right .variant-wrapper .variant-input label {
    width: 100%;
  }

  .product-section.apply-styles .form-wrapper .variant-input-wrap .variant-input {
    padding: 0 5px;
    width: 33.33%;
  }

  .product-section.apply-styles .form-wrapper .variant-input-wrap {
    margin: 0 -5px;
  }

  .olaf_breuning_section .text_box_4 .with_html_price_and_title,
  .dom_chambers_section .text_box_4 .with_html_price_and_title {
    padding-right: 0;
  }

  .olaf_breuning_section .text_box_4 .title_btn a h4,
  .dom_chambers_section .text_box_4 .title_btn a h4 {
    font-size: 16px !important;
  }

  .olaf_breuning_section .text_box_4 .title_btn,
  .dom_chambers_section .text_box_4 .title_btn {
    margin: 0;
  }

  .dom_chambers_section .text_box_4 .title_btn::after,
  .olaf_breuning_section .text_box_4 .title_btn::after {
    padding: 0 15px !important;
    top: 0;
    margin: 4px 10px !important;
  }
}

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

  /* .product__photos .slick-slider {
padding: 60px 60px;
} */
  .product__photos .slick-slider button.slick-arrow::before {
    width: 17px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: unset;
  }
}

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

  /* .dom_chambers_section .dom_text_box_section {
font-size: 26px!important;
} */
  .olaf_breuning_section h4 {
    font-size: 18px !important;
  }

  .site-footer .site-footer__row.secondary .site-footer__column.stamps {
    width: auto !important;
    justify-content: end;
  }

  .site-footer .site-footer__row.secondary .site-footer__column.stamps .site-footer__terms {
    margin-left: auto;
  }
}

@media only screen and (min-width:769px) and(max-width:1200px) {
  #more_from_product_slider {
    padding-left: 32px !important;
  }
  .template-product .collection_header {
    align-items: baseline;
    flex-direction: column;
    justify-content: left;
  }

  .template-product .collection_header .collection_products_title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width:1200px) {
  /* .site-footer .site-footer__row.secondary .site-footer__apply-inc {
    padding-right: 220px !important;
  } */
  .site-footer__newsletter {
    width: 100%;
  }
  .banner-content-block button {
    left: 0;
  }

  .template-collection .text_box_background .rte {
    top: 100px;
  }

  .template-collection .text_box_background h2.appear-delay {
    top: 32px;
  }

  .template-collection .text_box_background .rte {
    /*bottom: 32px;*/
    top: 100px;
  }

  .accentuate .product-content .banner-content {
    top: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .template-product .page-content .grid__item.right .form-wrapper button {
    padding: 0 20px;
  }

  .banner-content {
    top: unset;
    transform: none;
    bottom: 32px;
  }

  /* .product__photos .slick-slider {
padding: 40px 0px;
}
.product__photos .slick-slider {
padding: 40px 40px;
} */
  .product__main-photos-wrapper .slick-arrow::before {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .product__main-photos-wrapper .slick-arrow {
    z-index: 1;
    width: 25px;
    height: 25px;
  }

  .product__main-photos-wrapper button.slick-next {
    right: 6px;
  }

  .product__main-photos-wrapper button.slick-prev {
    left: 6px;
  }

  .template-product .page-content .grid__item.right {
    padding: 40px !important;
  }
}

@media only screen and (max-width:991px) {
  .template-product .page-content .grid__item.right .right_inner form {
    margin-top: 30px;
  }
  .template-collection .background-media-text__inner {
    min-height: 350px;
  }

  .template-collection .text_box_background .rte {
    max-width: 25em;
    width: 100%;
  }
}


@media only screen and (max-width:726px) {
.collection-page-description .rte.section-header__description {
    line-height: 22px;
    font-size: 14px;
}  
.custom_product_page {
  padding: 0;
}
#more_from_product_slider .page-width {
    padding: 0;
}  
#more_from_product_slider .page-width ul.more_from_collection {
    padding: 0;
}  
#more_from_product_slider ul li .box {
    padding: 27px;
}
#more_from_product_slider ul li {
    margin-bottom: 0 !important;
    list-style-type: none;
}  
.template-product .collection_header h2 {
    font-size: 16px !important;
}
.template-product .more_from_collections .collection_products_btn a {
    font-size: 16px;
}
.product-section.apply-styles .product-single__header .product-single__title {
    font-size: 22px !important;
}
.product-single__meta h6 {
    font-size: 16px;
}
.custom-collection-navbar-jtpl .page-width {
    padding: 0 15px;
}
.collection_tamplate_section .page-width{
  padding:0px 15px !important;
}
.all-products .custom-collection-newnav-jtpl {
  margin-top: 16px;
}
.all-products .collection_tamplate_section {
    margin: 16px 0 0;
}  
.custom-allproduct-nav-jtpl {
  flex-wrap: wrap;
  text-align: center;
  row-gap: 10px;
}
.new-nav-jtpl.custom_shop_all_section {
  width: 100%;
}
.all-products .collection_tamplate_section {
  padding: 0 0 100px;
}
.custom-allproduct-nav-jtpl .new-nav-jtpl a {
  font-size: 16px !important;
  font-weight: 600;
  padding: 5px 6px 4px;
  line-height: 18px;
}


  .ready_to_light_section {
    display: block;
  }
  .ready_to_light_section .title_btn_collection.square {
    margin-bottom: 16px;
  }
  /* .custom-logo_slider .logo-bar-list:nth-child(1){
        padding: 20px;
    } */
  .project-form-section .grid__item,
  .wholesale-form-section .grid__item {
    padding: 0 0 30px;
  }

  .banner_content h1 {
    margin-bottom: 0;
    padding: 10px 0;
    line-height: 1em !important;
  }

  .shopify-challenge__container .shopify-challenge__button {
    width: 300px;
  }

  .custom-logo_slider .logo-bar-list:nth-child(5) .mobile_view img,
  .custom-logo_slider .logo-bar-list:nth-child(4) .mobile_view img {
    width: 70%;
  }

  .custom-logo_slider .logo-bar-list:nth-child(1) .mobile_view img {
    width: 50%;
  }

  /*********************logo section css ************************/

  /* .mobile_view {
    display: block;
  }

  .desktop_view {
    display: none;
  } */

  .logo_image:hover .mobile_view {
    opacity: 0;
    visibility: hidden;
  }


  /*********************logo section css ************************/


  .wholesale-form-section {
    padding: 30px 0 25px;
  }

  .banner_btn a.banner_btn_link:after {
    height: 1px;
  }

  .submit input {
    padding: 5px 0;
  }

  .section-footer-content p {
    line-height: 1.3em !important;
  }

  .submit input {
    border: none;
    font-size: 18px !important;
  }

  .section_description p {
    margin: 5px 0 0 !important;
    font-weight: 500;
  }

  .section-footer-content {
    padding: 25px 0 0 !important;
  }

  .image_with_text_columns .sheets_description p {
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 10px 0 0 !important;
  }

  .wholesale-form-section .submit input {
    margin-top: 15px;
    padding: 12px 20px;
  }

  .cloumn_box {
    padding: 0 8px;
    margin-bottom: 30px;
  }

  .background_image {
    height: 250px !important;
    object-fit: contain !important;
  }

  #shopify-section-shop-release-section .section-header__title.appear-delay {
    font-size: 28px !important;
    margin: 0 0 10px !important;
  }

  .collection_section_release .grid__item.medium-up--one-quarter {
    width: 50%;
  }

  .bundle-wrapper,
  .product-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .single-collection-tab {
    display: block;
    margin: 0 -8px -40px;
    flex-wrap: wrap;
    grid-gap: 0;
  }

  .single-collection-tab .grid_item.bundle {
    width: 100%;
  }

  .single-collection-tab .grid_item {
    width: 50%;
    margin-bottom: 0px;
    padding: 0 8px;
  }

  header.site-header .header-layout .h1.site-header__logo {
    margin: 0 auto;
  }

  header.site-header .header-layout .h1.site-header__logo svg,
  header.site-header.background-theme .header-layout .h1.site-header__logo svg {
    width: 100px;
  }

  header.site-header.fixed-top .header-layout .h1.site-header__logo svg {
    width: 80px;
  }

  .picks_shop_section .image_box_text.feature-row__item a.btn {
    border: none;
  }

  .banner_text_box button {
    padding-left: 0;
  }

  .block-rich-text h3 {
    margin: 6px 0 0 !important;
  }

  .collection-hero__content .section-header--hero h1.collection_title_heading {
    margin-bottom: 5px;
  }

  .collection-page-description p.colection_description_text {
    font-size: 14px !important;
  }

  .product__main-photos-wrapper .product__slide .product-image-main {
    /* padding: 20px  20px ; */
    padding: 0;
    background: #f4f4f4;
  }

  .grid__item.left.product_bg_color {
    padding: 0;
  }

  header.site-header .h1.site-header__logo {
    margin: 0 auto;
  }

  .variant-input-wrap label {
    padding: 15px 34px !important;
  }

  .product-section.apply-styles .product-single__header .rte {
    margin-top: 20px;
    line-height: 22px;
  }

  .header-layout .mobile-header-nav .menu .cross-icon svg {
    width: 20px !important;
    fill: #fff;
  }

  .mobile-header-nav.open .hamburger {
    display: none;
  }

  .header-layout .mobile-header-nav .menu .cross-icon {
    position: absolute;
    top: 30px;
    left: 9.1111111111%;
  }

  .mobile-sidenav-link-inner {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .mobile-header-nav.open .hamburger {
    left: 11.111111%;
    position: absolute !important;
    top: 0 !important;
  }

  .mobile-header-nav .menu .content .mobile-link-wrapper {
    margin-bottom: 25px;
    margin-left: 0;
  }

  .header-layout .mobile-header-nav .content.bottom-content {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .header-layout .mobile-header-nav .content.bottom-content .mobile-sidenav-link {
    padding-left: 0 !important;
    position: static !important;
    margin-top: 0 !important;
  }

  .header-layout .mobile-header-nav .content.bottom-content .mobile-sidenav-link p {
    margin-bottom: 0 !important;
    color: #fff;
    display: contents;
  }

  .header-item.right-section .mag-search {
    margin-top: 3px;
    margin-right: 15px;
  }

  .header-layout .mobile-header-nav .content.bottom-content .mobile-sidenav-link.insta {
    margin-right: 0;
  }

  .header-layout .mobile-header-nav .content.bottom-content .mobile-sidenav-link {
    margin-top: 0 !important;
  }

  header.site-header .header-layout #mobile-header-nav-container {
    width: 20%;
    justify-content: left;
  }

  .header-item.right-section {
    width: 20%;
  }

  .template-product .img-text .grid_item.right_side_image {
    height: auto;
  }

  .template-collection #rich-text-section .enlarge-text p {
    font-size: 17px !important;
  }

  .site-header__logo img {
    max-width: 100% !important;
  }

  .olaf_breuning_section .text_box_4 .title_btn a h4,
  .dom_chambers_section .text_box_4 .title_btn a h4 {
    font-size: 16px !important;
  }

  .more_from_collections .collection_header .collection_products_btn button {
    font-size: 18px !important;
  }

  .product-single__meta .products-custom-price span {
    font-weight: 700 !important;
    font-size: 16px !important;
  }

  .template-collection .text_box_background h2.appear-delay {
    left: 15px;
    top: 30px;
    font-size: 22px !important;
  }
.accentuate .product-image-text .banner-content h2{
  font-size: 22px !important;
}
  .template-collection .text_box_background .rte {
    left: 15px;
    /* bottom: 30px; */
    top: 70px !important;
  }

  .template-product .page-content .grid__item.right .right_inner form {
    margin-top: 10px;
  }

  .art_born_section .background-media-text__image {
    display: block !important;
  }

  .accentuate .product-content .banner-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product__quantity .number-input {
    height: 35px;
    width: 106px;
  }

  .product__quantity .number-input input {
    max-width: 43px;
    font-size: 14px;
  }

  .template-product .page-content .grid__item.right .variant-wrapper .variant-input label {
    width: 106px;
    text-align: center;
    font-size: 12px;
    padding: 11px 10px !important;
    height: 35px;
  }

  .template-product .page-content .grid__item.right .form-wrapper .product__quantity button {
    min-height: auto;
  }

  .qty-add-cart-btn .payment-buttons,
  .qty-add-cart-btn .product__quantity {
    margin: 0;
  }

  .template-product .page-content .grid__item.right .product-single__meta .product-single__header {
    margin-bottom: 5px;
  }

  /* .qty-add-cart-btn {
        sssmargin: 0 -5px;
} */
  .template-collection .background-media-text__inner {
    top: 0;
    position: absolute;
  }

  .background-media-text__image {
    height: 100%;
    min-height: 100%;
  }

  .banner-content {
    bottom: 15px;
  }

  .collection_tamplate_section .square a img {
    background: #fafafe;
    padding: 10px;
  }

  .collection-tab img,
  .collection_tamplate_section .mosaic-section .square img {
    padding: 20px !important;
  }

  .product-section.apply-styles .product-single__form {
    text-align: left !important;
  }

  .template-product .page-content .grid__item.right .right_inner .quantity-wrapper .number-input input {
    height: 43px;
  }

  .collection-tab .grid_item {
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .collection-tab {
    margin: 0 0 -10px -5px;
  }

  .collection-page-section .design_section {
    margin-bottom: 0;
    width: 50%;
  }

  .collection-page-section .inner_contents p {
    line-height: 1.1rem;
    font-size: 16px;
  }

  .collection-page-section .inner_contents .inner_contents_inner h2 {
    margin-bottom: 10px;
  }

  .collection-page-section .design_section a .inner_contents {
    padding-top: 30%;
  }

  .collection-page-section .inner_contents .inner_contents_inner {
    width: 100%;
    padding: 10px 0;
  }

  .collection-page-section .bg-block .inner_contents .inner_contents_inner {
    width: 100%;
    padding: 10px 0;
  }

  .collection_tamplate_section .product_info {
    margin: 10px 0 0;
  }

  .collection_tamplate_section .product_info .product__price {
    margin-top: 4px;
    margin-bottom: 5px;
  }

  .single-collection-tab .bundle .collection_inner_image {
    height: 100%;
  }

  .collection_tamplate_section .product_info .product_size {
    margin-top: 0;
  }

  .collection_tamplate_section .product_info .product__price,
  .collection_tamplate_section .product_info .product__title {
    width: 100%;
    float: left;
  }

  .mobile-collection .grid {
    display: flex;
    margin-left: -10px;
  }

  .mobile-collection .grid .square {
    width: 50%;
    padding-left: 10px !important;
    margin-bottom: 10px;
  }

  .mobile-collection .image-main img {
    background: #fafafe;
    padding: 10px;
  }

  .collection_tamplate_section .mobile-collection .mosaic-section {
    display: flex;
    flex-wrap: wrap;
    grid-auto-columns: unset !important;
    grid-auto-rows: unset;
    grid-column: unset !important;
    grid-row: unset !important;
    grid-gap: unset;
  }

  .collection_tamplate_section .mobile-collection .mosaic-section .square {
    width: 50%;
    grid-column: unset;
    grid-gap: unset;
    grid-row: unset;
  }

  .mobile-collection .image-main {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
  }

  .mobile-collection .image-main img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    background: #fafafe;
    padding: 10px;
  }

  .template-collection .page-content header.section-header {
    height: 220px;
  }

  .collection-page-section .bg-block .inner_contents .inner_contents_inner h2 {
    margin-bottom: 10px;
  }

  .collection-page-section .bg-block .inner_contents p {
    line-height: 1rem;
  }

  .accentuate .product-content {
    height: 100%;
  }

  .product-section.apply-styles .product__photo-dots {
    margin-bottom: 20px;
  }

  .template-product .collection_header .collection_products_btn button::after {
    top: 0 !important;
  }

  .template-product .collection_header {
    margin-bottom: 30px;
  }

  .template-product .page-content .grid__item.right .right_inner {
    max-width: 100%;
  }

  .product-section.apply-styles .product-single__header .product-single__title,
  .product-single__meta h6 {
    text-align: left;
  }

  .product-section.apply-styles .product-single__header .product-single__prices {
    justify-content: left;
  }

  .product-single__meta .rte,
  .product-single__meta .rte p,
  .product-single__meta .rte p span,
  .product-single__meta .rte p span ul li,
  .product-single__meta .rte p span ul li span {
    text-align: left;
  }

  .template-product .page-content .grid__item.right .form-wrapper .payment-buttons {
    text-align: left;
  }

  .template-product .page-content .grid__item.right .form-wrapper button {
    height: 36px;
    min-height: auto;
    padding: 7px 15px 9px;
  }

  .template-product .page-content .grid__item.right .product-single__meta {
    margin-top: 0;
    padding: 0;
  }

  .product-section.apply-styles .page-content .grid {
    margin: 0;
  }

  .template-product .page-content .grid__item.right {
    padding: 15px 15px 20px;
  }

  .product-single__meta h6 {
    margin-bottom: 20px;
  }

  .template-product .page-content .grid__item.right .form-wrapper .payment-buttons {
    margin-top: 0;
  }

  .product-single__meta h6 {
    margin-bottom: 20px;
  }

  .template-product .page-content .grid__item.right .form-wrapper .payment-buttons {
    margin-top: 0;
  }

  .template-product .collection_header button:after,
  .template-product .img-text .left_side_text .button_product_page a button::after {
    top: 0 !important;
  }

  .product-section.apply-styles .product__photos .product__photo-dots {
    display: none;
  }

  .template-product .collection_header button:after,
  .template-product .img-text .left_side_text .button_product_page a button::after {
    left: unset;
  }

  .accentuate .product-image-text .banner-content .contents p {
    MARGIN: 0;
  }

  .template-product .page-content .grid__item.right {
    padding: 15px !important;
  }

  .logo-modul-popup svg {
    width: 42px !important;
    top: 0;
  }

  .banner_content {
    padding: 0 15px;

  }

  .banner_content.text--right {
    text-align: left;
    max-width: 280px;
    left: 0;
    right: unset;
    bottom: 15px;
  }

  .banner_btn a.banner_btn_link {
    line-height: 1em;
    font-size: 16px;
  }

  .banner_content.text--right h1 {
    line-height: 1em !important;
    font-weight: 700 !important;
  }

  #shopify-section-custom-rich-text-section p {
    font-size: 18px;
    text-align: left;
    line-height: 1em !important;
    margin-top: 5px;
  }

  .everyone-section,
  .custom-image-text,
  .person-logo-section {
    padding: 30px 0;
  }

  .custom-logo_slider,
  .custom-faq-text {
    padding: 30px 0;
  }

  .custom-logo_slider .logo-bar-section {
    flex-flow: wrap;
    grid-gap: 30px 10px;
    justify-content: center;
  }

  .custom-logo_slider .logo-bar-list {
    width: calc(50% - 20px);
  }

  .logo_image {
    max-width: 165px;
    margin: 0 auto;
  }

  /* .logo-bar__image {
    width: 165px;
} */
  .wholesale-form-section .form_details .first-name,
  .last-name,
  .email,
  .ideal-deliver-date {
    width: 100%;
  }

  .project-form-section .form_details,
  .wholesale-form-section .form_details {
    flex-flow: wrap;
  }

  .project-form-section .form_details .first-name,
  .last-name,
  .email,
  .ideal-deliver-date {
    width: 100%;
  }

  .custom-faq-text .logo_img_box {
    flex-flow: wrap;
  }

  .custom-faq-text .columns .columns_title {
    display: inline-block;
    padding: 10px 0;
    display: inline-block;
    font-size: 20px !important;


  }

  .custom-faq-text .columns .content p {
    margin-top: 0 !important;
  }

  .wholesale-form-section h2,
  .wholesale-form-section p {
    text-align: left;
  }

  .wholesale-form-section p {
    font-size: 18px;
    line-height: 24px !important;
    margin-top: 0;
  }

  .person-logo-section .logo-list {
    grid-gap: 30px;
    flex-flow: wrap;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 15px;
  }

  .person-logo-section .logo-list li {
    width: calc(50% - 15px);
    margin: 0 auto;
    text-align: center;
  }

  .person-logo-section .logo-list li {
    /* max-width: 130px; */
    margin: 0 auto;
  }

  .custom-faq-text .section-footer p strong {
    display: block;
    text-align: center;
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 32px !important;
    font-family: 'Gilroy-bold';

  }

  /* .background-media-text {
    display: none;
}

.background-media-text  img.hero__image {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    font-family: "object-fit: cover";
} */
  .custom_logo_section {
    padding: 30px 0 15px;
  }

  .custom-faq-text .section-footer p {
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 0;
  }

  /* .wholesale-form-section .grid__item {
    padding: 0 0 35px  0;
} */
  .wholesale-form-section .grid__item .rte p {
    margin: 5px 0 0 !important;
    font-weight: 500;
  }


  #contact_form {
    padding-top: 30px;
  }

  .submit input {
    border: none;
    font-size: 20px !important;

  }

  .everyone-section h2 {
    text-align: left;
    line-height: 1em !important;
  }

  .wholesale-form-section .section-footer-content p {
    text-align: center;
  }

  #shopify-section-custom-project-form-text-section h2 {
    max-width: 210px;
    margin: 0 auto;

  }

  .custom-faq-text h2.section_title {
    line-height: 1.1em !important;
  }

  .custom-faq-text .columns .columns_title {
    line-height: 24px !important;
  }

  #shopify-section-custom-image-with-text-section h2.section_title {
    text-align: left;
    line-height: 1em !important;
  }

  #shopify-section-custom-image-with-text-section h3 {
    text-align: left;
  }

  .section-footer-content p strong {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0;
    line-height: 32px;
    font-family: 'Gilroy-bold';
  }

  .project-form-section .message textarea {
    height: 160px;
  }

  .custom-logo_slider .logo-bar-list:nth-child(2) {
    display: none;
  }

  .custom-logo_slider .logo-bar-list:nth-child(1) {
    order: 2;
    /* padding-bottom: 20px; */
  }

  .custom-logo_slider .logo-bar-list:nth-child(3) {
    order: 1;
    /* padding: 10px; */
  }

  .custom-logo_slider .logo-bar-list:nth-child(4) {
    order: 3;
  }

  .person-logo-section .logo-list li:nth-child(4) {
    display: none;
  }

  .person-logo-section .logo-list li:nth-child(1) {
    order: 3;
  }

  .custom-logo_slider .logo-bar-list:nth-child(5) {
    order: 4;
  }
  .person-logo-section .logo-list li:nth-child(2) {
    order: 1;
  }
  .person-logo-section .logo-list li:nth-child(3) {
    order: 4;

  }
  .person-logo-section .logo-list li:nth-child(5) {
    order: 1;
  }
  .project-form-section .form_details,
  .wholesale-form-section .form_details {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 15px;
    justify-content: space-between;
    padding-bottom: 15px;
  }

  .custom-faq-text .section-header {
    margin-bottom: 15px;
  }

  .wholesale-form-section .rte p {
    padding: 10px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }

  .project-form-section h2 {
    line-height: 32px !IMPORTANT;
  }


 .mobile_only.grid.grid--uniform.text-center.logo_img_box.mobile_only {
    display: block !important;
}
  .grid.grid--uniform.text-center.logo_img_box.desktop_only{
    display: none !important;
  }
  .mobile_only {
    display: block;
}

.custom_aboutus_page h3.description_text {
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center;
} 
}




@media only screen and (min-width: 769px) {
  .mobile-sidenav-link-inner p {
    color: #fff !important;
  }
  .mobile-sidenav-link {
    margin-top: 0 !important;
  }
  .mobile-sidenav-link-inner {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
  }
  .header-layout .mobile-header-nav .menu {
    background: #000 !important;
  }
  .cross-icon svg {
    width: 20px !important;
    position: absolute;
    height: 20px !important;
    top: 50px;
    left: 50px;
    fill: #fff;
  }

  .cross-icon {
    position: relative;
  }
  .header-layout .mobile-header-nav.open .menu {
    display: none;
  }
  .header-layout .mobile-header-nav:after {
    content: unset !important;
  }
  

  .shopify-challenge__container {
    padding: 60px 0 40px;
  }

}
@media(max-width:743px) {
  .modal-content-Shipping,
  .modal-content-Returns,
  .modal-content-Collaborate {
    padding: 12px !important;
  }
  .footer_icon svg {
    width: 35px !important;
    height: 40px !important;
  }
  ul.custom_menu.mobile_view_menu li:hover {
    color: #fd4e00;
  }
  .and_text_mobile {
    font-size: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 5px;
  }
  ul.custom_menu.mobile_view_menu li {
    padding: 0 !important;
  }
  .site-footer .site-footer__row .site-footer__column ul {
    padding: 0 !important;
  }
  ul.mobile_view_footer_2 {
    margin-left: 25px !important;
  }

  ul.custom_menu.mobile_view_menu_col {
    margin-left: 25px !important;
  }
  ul.custom_menu.mobile_view_menu {
    display: flex !important;
    gap: 3px !important;
  }
  div#Shipping-modal-new,
  div#Returns-modal-new {
    padding: 100px 0 0;
  }
  .modal-content-Shipping,
  .modal-content-Returns,
  .modal-content-Collaborate {
    width: 300px !important;
    height: auto !important;
  }
  ul.custom_menu.mobile_view_menu {
    display: block;
  }
  ul.custom_menu.mobile_view_menu_col {
    display: block;
  }
  .mobile_view_menu_col {
    display: block;
  }
  .mobile_view_menu {
    display: block;
  }
  .mobile_view_menu_col li#collaborate-click-tag-new {

    font-size: 12px !important;
    line-height: 20px !important;
  }
  .mobile_view_menu_col {
    display: block;
  }
  ul.custom_menu.custom_desktop_view_menu {
    display: none;
  }
  .mobile_view_menu {
    display: block;
  }
  ul.custom_menu li#shipping-click-tag-new,
  ul.custom_menu li#returns-click-tag-new {
    font-size: 12px !important;
    line-height: 20px;
    cursor: pointer;
  }

  .mobile_view_footer_1 li a {
    font-size: 12px !Important;
    line-height: 20px !important;
  }
  .mobile_view_footer_2 li a {
    font-size: 12px !Important;
    line-height: 20px !important;
  }
  .site-footer .site-footer__row .site-footer__column .site-footer__info {
    display: block !important;
  }

  .site-footer .site-footer__row .site-footer__column .site-footer__info {
    display: none !important;
  }
  .site-footer__info ul.desktop_view {
    display: block !important;
  }
  .desktop_view {
    display: none !important;
  }

  .mobile_view_footer_1 {
    display: block !important;
  }

  .mobile_view_footer_2 {
    display: block !important;
  }
  .desktop_view {
    display: none;
  }
  ul.mobile_view_footer_1 {
    display: block !important;
  }

  .mobile_view {
    display: block !important;
  }

  .desktop_view {
    display: none !important;
  }
  .site-footer__column .site-footer {
    padding: 0;
    width: 30% !important;
  }


}
@media only screen and (min-width:600px) {
  .collection-page-section .design_section {
    margin-bottom: 0;
    width: 50%;
  }

  .template-collection .page-content {
    display: flex !important;
  }

  .all_product_section.Shop_all_page {
    width: 50%;
  }
}

@media only screen and (max-width:599px) {
  .collection-page-section .design_section {
    margin-bottom: 0;
    width: 100%;
  }
}

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

  .shopify-challenge__container .shopify-challenge__button {
    width: 300px;
  }

  .product__quantity .number-input input {
    max-width: 46px;
  }

  .template-product .page-content .grid__item.right .variant-wrapper .variant-input label {
    width: 106px;
  }

  .product__quantity .number-input {
    width: 106px;
  }

  .more_from_apply_main,
  .accentuate .slider_product {
    padding: 0 15px !important;
  }

  .site-footer .site-footer__row .column-submit {
    margin-bottom: 0;
  }

  .site-footer .site-footer__row.secondary {
    padding-bottom: 10px !important;
    padding-top: 0;
  }

  .qty-add-cart-btn .payment-buttons {
    flex: 1;
  }

  .template-product .more_from_collections {
    margin: 30px 0;
  }

  #more_from_product_slider ul li {
    padding-left: 0 !important;
    margin-bottom: 15px;
  }

  #more_from_product_slider ul li:last-child {
    margin-bottom: 0;
  }

  .template-product .collection_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .template-product .collection_header .collection_products_title {
    margin-bottom: 12px;
  }

  .section_text_image {
    flex-direction: column-reverse;
  }

  .left_side_text {
    width: 100%;
  }

  .right_side_image {
    width: 100%;
  }

  .template-product .img-text .left_side_text {
    padding: 20px 15px;
  }

  .template-product .img-text .left_side_text .description_text {
    margin: 15px 0;
  }

  .accentuate .product-image-text .banner-content {
    width: 100%;
    max-width: 370px;

  }
}

@media only screen and (max-width:480px) {
  /* ul.mobile_view_footer_1,
  ul.mobile_view_footer_2 {
    padding-left: 12px;
  } */
  .site-footer__column .site-footer {
    padding: 0;
    width: 30% !important;
  }
  .site-footer .site-footer__row .site-footer__column li {
    padding-right: 6px !important;
  }
  .site-footer span.insta_icon svg {
    width: 30px !important;
    height: 30px !important;
  }
  /* .custom-faq-text .section-footer p{
        line-height: 24px;
    } */
  .section-footer-content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  footer.section-footer {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .custom-logo_slider .logo-bar-list {
    padding: 0 10px;
  }

  .banner_content h1 {
    margin-bottom: 0;
    padding: 5px 0;
  }

  .shopify-challenge__container .shopify-challenge__button {
    width: 300px;
  }

  .bg-image.custom_logo_section .page-width {
    padding: 0;
  }

  .custom-logo_slider .logo-bar-section {
    flex-flow: wrap;
    grid-gap: 30px 0;
    justify-content: center;
  }

  .products-custom-price {
    text-align: left !important;
  }

  .product-section.apply-styles .form-wrapper.full_form_wrapper {
    width: 100%;
  }

  .template-product .page-content .grid__item.right .variant-wrapper .variant-input label {
    width: 100px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .product__quantity .number-input {
    width: 100px;
    position: relative;
  }
.product__quantity .number-input::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000;
}
  .qty-add-cart-btn .product__quantity input[type=number] {
    max-width: 43px;
  }

  .variant-input-wrap label {
    padding: 15px 34px !important;
  }

  /* .template-collection .text_box_background .rte {
		max-width: 270px;
	} */

  .accentuate .product-image-text .banner-content .contents p {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .about_collection_content {
    font-size: 14px !important;
    line-height: 1.2em;
  }

  .collection_section_release .grid.cst_row {
    display: flex;
    flex-wrap: wrap;
  }

  .header-item.right-section .mag-search {
    margin-right: 10px;
  }

  .product-section.apply-styles .form-wrapper.full_form_wrapper .variant-input {
    width: 33.33%;
  }

  .product-section.apply-styles .form-wrapper.full_form_wrapper .variant-input label {
    width: 100% !IMPORTANT;
  }

  .custom-logo_slider .logo-top-heading h4 {
    padding-bottom: 20px;
  };

  /* .custom-logo_slider .logo-bar-list:nth-child(4) {
        padding:20px;
        }
        .custom-logo_slider .logo-bar-list:nth-child(5) {
        padding:20px;
        } */

}

@media(min-width: 460px) and (max-width:768px) {
  .mosaic-section.three_left_featured.ready_to_light_section {
    grid-template-columns: auto !important;
    grid-auto-rows: 3fr !important;
    grid-gap: 16px !important;
  }
  .block-mosaic .mosaic-section.ready_to_light_section .title_btn_collection.square {
    margin-bottom: 0 !important;
  }

  .mosaic-section.ready_to_light_section .title_btn_collection.square.featured {
    grid-column: 1 / span 2 !important;
    grid-row: 1 / span 2 !important;
  }
  .mosaic-section.ready_to_light_section .title_btn_collection.square.b {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }
  .mosaic-section.ready_to_light_section .title_btn_collection.square.c {
    grid-column: 3 !important;
    grid-row: 2 !important;
  }
}


@media only screen and (max-width:425px) {
  .site-footer .site-footer__row {
    padding: 10px 0 !important;
  }
  .footer_icon svg {
    width: 40px;
    height: 45px;
  }
  .site-footer .site-footer__row .site-footer__column {
    width: 100%;
    gap: 10px;
  }
  .site-footer .site-footer__row.secondary .site-footer__column.stamps .site-footer__terms {
    padding-right: 5px;
  }
  .background-media-text--background-image-text .background-media-text__image {
    background-position: 47% 100%;
  }
  .site-footer .site-footer__row.secondary p {
    list-style-type: none;
  }

  .footer-bottom-inner .site-footer__privacy {
    position: relative;
    padding-left: 8px;
  }

  .footer-bottom-inner .site-footer__privacy:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 4px;
    border-radius: 50%;
    top: 9px;
    left: 0;
    width: 4px;
  }
}

@media only screen and (max-width:420px) {
  .site-footer .site-footer__row.secondary .site-footer__apply-inc p {
    justify-content: center;
  }

  .site-footer .site-footer__row.secondary .site-footer__column.stamps .site-footer__terms {
    margin-left: 0;
  }
  .accentuate .product-content {
    height: 100%;
  }
}

@media(max-width:375px) {
  .and_text_mobile {
    font-size: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 4px;
    right: 3px;
  }
  .site-footer .site-footer__row .site-footer__column {
    width: 100%;
    gap: 5px !important;
  }
  ul.custom_menu.mobile_view_menu {
    display: flex;
    flex-wrap: nowrap !important;
  }
  .site-footer__column .site-footer {
    padding: 0;
    width: 18% !important;
  }
  .mobile_view_menu_col li#collaborate-click-tag-new {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .site-footer ul.mobile_view_footer_1 li a {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  ul.custom_menu li#shipping-click-tag-new,
  ul.custom_menu li#returns-click-tag-new {
    font-size: 10px !important;
    line-height: 20px !important;
    cursor: pointer;
  }
  .site-footer ul.mobile_view_footer_2 li a {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .site-footer .site-footer__row.secondary {
    flex-direction: column !important;
    padding: 8px 0 16px;
  }
  .site-footer .site-footer__row.secondary .site-footer__column.stamps {
    width: auto !important;
    justify-content: center !important;
  }
  .site-footer .site-footer__row .site-footer__column.stamps {
    flex-flow: wrap;
    justify-content: center !important;
  }

  .site-footer .site-footer__row.secondary .site-footer__apply-inc p {
    margin-bottom: 4px;
    display: block !important;
    text-align: center;
  }

  .site-footer .site-footer__row.secondary p {
    margin: 0;
  }
}

@media screen and (min-width: 320px) and(max-width:375px) {
  .template-collection .text_box_background .rte {
    max-width: 100%;
  }
}

@media(max-width:320px) {
  .collection_button_buy a button {
    width: 70%;
  }
  .accentuate .section-product-content {
    background-position: 50% !important;
  }
  .background-media-text--background-image-text .background-media-text__image {
    background-position: 55% 100%;
  }

  .template-collection .text_box_background .rte {
    max-width: 100%;
    /* width: 100%; */
  }
}

@media only screen and (max-width:374px) {
  .template-product .page-content .grid__item.right .variant-wrapper .variant-input label {
    width: 90px;
  }

  .product__quantity .number-input {
    width: 90px;
  }

  .qty-add-cart-btn .product__quantity input[type=number] {
    max-width: 40px;
  }

  .product-section.apply-styles .form-wrapper .variant-input-wrap .variant-input {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .qty-add-cart-btn {
    margin: 0 -5px;
  }

  .qty-add-cart-btn .payment-buttons,
  .qty-add-cart-btn .product__quantity {
    padding: 0 5px;
  }

  .product-section.apply-styles .form-wrapper .variant-input-wrap {
    margin: 0 -5px;
  }

  .site-footer__apply-inc img.icon.start-footer {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }

  .site-footer .site-footer__row.secondary p {
    font-size: 12px !important;
  }
}
.site-footer .site-footer__row .site-footer__column .site-footer__logo {
  width: 90px;
  margin: 0;
}
.collection_tamplate_section .square a {
  display: block;
  width: 100%;
}

.Main-collection-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}


/*************************Digital stickers *****************************/

#shopify-section-page-digitalstickers-template .text_box_4 {
  border: 0 !important;
}

#shopify-section-page-digitalstickers-template .text_box {
  border: 0 !important;
}

ul.site-nav.site-navigation li {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

ul.site-nav.site-navigation li svg {
  width: 25px;
  height: 25px;
  margin: 0;
  display: block;

}
ul.site-nav.site-navigation li a {
  display: inline-block;
  width: auto;
  line-height: initial;
}

@media only screen and (min-width:1900px) {
  .header-item ul.site-nav li.site-nav__item a.site-nav__link {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width:574px) {
#more_from_product_slider .page-width ul.more_from_collection {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}  
ul#custom_more_from_collection li {
    display: none;
}
ul#custom_more_from_collection li:nth-child(1), ul#custom_more_from_collection li:nth-child(2), ul#custom_more_from_collection li:nth-child(3),
  ul#custom_more_from_collection li:nth-child(4), ul#custom_more_from_collection li:nth-child(5), ul#custom_more_from_collection li:nth-child(6){
    display: block;
} 
  
}