/** Shopify CDN: Minification failed

Line 3766:10 Expected identifier but found whitespace
Line 3766:11 Unexpected "100%"

**/
@font-face {
    font-family: 'HelveticaNeue';
    src: url('https://cdn.shopify.com/s/files/1/0015/5408/8045/files/HelveticaNeueBold.woff2?v=1652363943') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0015/5408/8045/files/HelveticaNeueBold.woff?v=1652363943') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('https://cdn.shopify.com/s/files/1/0015/5408/8045/files/HelveticaNeueMedium.woff2?v=1652363943') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0015/5408/8045/files/HelveticaNeueMedium.woff?v=1652363943') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('https://cdn.shopify.com/s/files/1/0015/5408/8045/files/HelveticaNeueLight.woff2?v=1652363943') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0015/5408/8045/files/HelveticaNeueLight.woff?v=1652363943') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} 
 

@font-face {
    font-family: 'dom';
    src: url('https://cdn.shopify.com/s/files/1/0619/7529/8254/files/DomotikaTrial-Regular.woff2?v=1656951902') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0619/7529/8254/files/DomotikaTrial-Regular.woff?v=1656951889') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silk';
    src: url('https://cdn.shopify.com/s/files/1/0619/7529/8254/files/SilkSerif-SemiBoldItalic.woff2?v=1656951902') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0619/7529/8254/files/SilkSerif-SemiBoldItalic.woff?v=1656951902') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}.template-index .product-top {
    display: none;
}
#contact1 .main-contact {
	padding-top: 170px;
}

.tiktok svg {
    filter: invert(0) !important;
}
#pp-tracking-page-app {
    width: 100%;
}
/* .acc-mb svg {
    background: white;
    color: white;
} */
.template-collection .toolbar.toolbar-fix {
    position: relative;
    z-index: 4;
    width: 100%;
    left: 0;
    background: #fff;
}

a.icon-user {
    color: white !important;
}
#contact .main-contact {
	padding: 4% 6%;
	display: grid;
	grid-template-columns: 35% 65%;
	background: #f6f9fb;
	padding-top: 170px !important;
}
.foot-link {
	font-size: 14px;
}

.v_cont {
    display: flex;
    justify-content: center;
}
    
.v_cont iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}


.marquee {
    width: 100%;
    grid-column-gap: 1rem;
    background-color: var(--coral);
    margin-bottom: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    overflow: hidden;
}
.marquee-content {
    min-width: 100%;
    grid-column-gap: 1rem;
    flex: none;
    justify-content: space-around;
    display: flex;
}
.scroll {
    animation: scroll 10s linear infinite;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}

/* .collection-header .page-header h1 span {
    color: black !important;
}
.collection-header h1 span, .collection-header-sections .collection-des .rte, .collection-header-sections .collection-des .rte a, .collection-header-sections .collection-des .rte p {
    color: black !important;
} */
.template-collection .product-top {
    display: none;
}
/* .template-collection  .products-grid .product-image .product-grid-image, .products-grid .product-image img {
    min-height: 216px;
    border-radius: 12px;
    height: 380px;
   padding-top:20px;
}

.template-product .product-image.image-swap > a {
    padding: 0 !important;
}
 .template-collection .product-image > a {
    padding-top: 10px !important;
} */


.yout_link a {
    position: absolute;
    right: 5%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transform: translateY(-50%);
  z-index:9;
}


.yout_link svg {
    width: auto;
    height: 34px;
    margin-right: 16px;
}
.header-top {
    background-color: black;
    color: #ffffff;
    position:relative;
}


.template-collection .btn.add-to-cart-btn.atcsw {
	border-radius: 12px;
	padding-bottom: 20px;
	margin-bottom: 32px;
	max-width: 92%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.template-collection .main-content {
    padding-top: 148px;
}
.site-footer .col-footer ul li {
	margin-bottom: 5px;
}
.template-index .icon-user svg{
	color: white;
}

.template-collection .icon-user svg{
	color: white;
}
.ftmenu a {
    pointer-events: none;
}
h3.foot-title.dropdow-mb {
    display: none;
}

.template-collection .product-image::after {
    content: " ";
    position: absolute;
    height: 1px auto;
    width: 100%;
    border-top: 2px solid #dfdfdf;
    left: 0;
    bottom: -70px !important;
}
.template-product .size {
	border-radius: 6px;
	border: 2px solid;
	padding: 10px 0px 10px 102px;
}


.site-nav span {
	font-family: dom;
	color: white;
	font-size: 16px;
	font-weight: normal;
}.layout_default .slick-arrow.slick-prev {
    left: -37px !important;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    border-radius: 0 3px 3px 0;
    top: 41%;
}
.layout_default .slick-arrow.slick-next {
    right: -37px !important;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0 0 3px;
    top: 41%;
}

.subsbutton {
    display: none;
}
.swym-button-bar {
    margin: 10px;
    display: inline-block;
    margin-right: 0;
}







.hcinner button.sprev.slick-arrow {
    left: -29px;
    top: 30px;
}
.header-bottom .container-padd60 {
    padding: 10px 3.175% !important;
}
.ab3col .grid-item {
    padding: 12px 12px;
    background: #f2f2f2;
    border-radius: 12px;
    padding-bottom: 0px;
    margin: 30px;
}#about .product-des.abs-bottom {
    display: none;
}
#contact main.main-content {
    padding-top: 110px;
}
.template-product .quantity {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
img.drpdimg {
    position: absolute;
    width: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.actcon {
    display: grid;
    grid-template-columns: 39% 60%;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    grid-gap: 10px;
}
.template-product .qty-group {
    border: unset !important;
}
.actcon label {
    margin: 0;
    color: white;
}
.actcon input[type="number"] {
    color: white !important;
}
.actcon .qty-group .button:before,.actcon .qty-group .button:after {
    position: absolute;
    content: "";
    background-color: white;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.actcon .qty-group {
    border-color: var(--border_input);
    max-width: 144px;
    background: transparent !important;
    color: white;
}
.logobarbot {
    text-align: center;
}

.atcbt a {
    background: black;
    color: white;
    padding: 8px 12px;
    border-radius: 12px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#about .product-image::after {
    content: " ";
    position: absolute;
    height: 1px auto;
    width: 100%;
    border-top: 2px solid #dfdfdf;
    left: 0;
    bottom: -10px;
}
.logobarbot a {
    background: #c4203d;
    color: white;
    padding: 15px 30px;
    border-radius: 12px;
    font-family: 'dom';
    letter-spacing: 1px;
    width: 90%;
    display: block;
    margin-top: 15px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.logobar {
    margin-top: 60px;
}
.logobtex h2 {
    color: white;
    margin: 0px;
    font-size: 62px;
    font-family: tes;
    font-style: italic;
    margin-bottom: 10px;
}
.actcon .quantity {
    background: #ec0c0d;
    padding: 10px 20px;
    border-radius: 12px;
    color: white;
    margin: 0;
}
.template-product .prices {
	background: #181818;
	color: white;
	padding: 8px;
	border-radius: 9px;
  margin-bottom:10px;
}

.template-product .prices span {
	color: white;
	font-size: 24px;
	font-family: inherit;
	line-height: 30px;
	padding-left: 20px;
  font-weight:normal;
}
.template-product .qty-group::before {
	content: " ";
	position: absolute;
	left: -23px;
	height: 35px;
	width: 2px;
	background: white;
}
.template-product .qty-group {
	position: relative;
}


.product-shop .qty-group .button.minus {
	border-left: 1px solid white;
	border: 1px solid white;
	border-radius: 6px;
	height: 27px;
	width: 27px !important;
}
.product-shop .qty-group .button.plus {
	border-left: 1px solid white;
	border: 1px solid white;
	border-radius: 6px;
	height: 27px;
	width: 27px !important;
}


.actcon input#product-add-to-cart {
    border-radius: 12px;
    height: 56px;
}
.cart-icon .cartCount {
    background-color: TRANSPARENT;
    color: #ffffff;
    BORDER: 1px solid white;
    right: -18px !important;
}
.site-footer a {
    color: white;
}
.template-index .hbott .container-padd60 {
    background: transparent !important;
}


.template-product .actcon .quantity {
    background: #ec0c0d;
}


.template-product .product-shop .groups-btn #product-add-to-cart, .product-shop .groups-btn .product-add-to-cart {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1);
    padding: var(--padding_btn_qv_add_to_cart)!important;
    line-height: var(--font_size_plus9);
    margin-bottom: 0;
    width: 100%;
}

#contact .main-contact {
    padding: 4% 6%;
    display: grid;
    grid-template-columns: 35% 65%;
    background: #f6f9fb;
}

#contact .hbott {
    position: absolute;
    top: 40px;
    z-index: 99;
    width: 100%;
    background: black;
}
:not(.template-index) .hbott .container-padd60 {
    padding: 0 3.175%;
    background: black;
}.pop.ggc.hasnovar.inner.product-item .btnt {
    height: 83px !important;
}
:not(.template-index) .logo-img img.logo-parallax {
    display: block !important;
}:not(.template-index) .logo-img img:first-child {
    display: none;
}
.template-index .is-sticky img.logo-parallax {
    display: none !important;
}
.header-mb-middle .header-logo img {
    display: block !important;
}
.product-shop .product-title {
    font-size: var(--font_size_plus8);
    letter-spacing: normal;
    line-height: var(--font_size_plus18);
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 36px;
    font-family: tes !important;
    line-height: 40px !important;
    font-style: italic;
}
div#product-variants {
    position: relative;
}

.qty-group .button.minus:after {
    background-color: transparent !important;
}


span.labelsz {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 22px;
}
.product-shop .quantity {
    margin-bottom: 10px;
    margin-top: 20px;
}
.product-template .swatch {
    display: none;
}
.template-product select#product-selectors {
    display: block !important;
}

.template-product select#product-selectors\ size {
    border-radius: 6px;
    border: 2px solid;
    padding: 10px 0px 10px 102px;
}
:not(.template-index) .hbott {
    position: absolute;
    top: 40px;
    z-index: 99;
    width: 100%;
    background: black;
}
.template-index .hbott {
    background: transparent;
}


.template-index .container-padd60 {
    background: transparent;
}
.hcinner button.snext.slick-arrow {
    right: -22px;
    top: 30px;
}
.dred{

color:#ec0c0d;
  
}
.ablcrin a {
	color: white;
	font-size: 14px;
	text-decoration: underline;
	font-family: dom;
	display: flex;
	align-items: center;
}.ablcrin a svg {
	margin-left: 10px;
}
.wrapper_header_parallax .wrapper-header-bt {
	background-color: transparent;
}
.site-footer .footer-top {
	padding: 65px 0 56px;
	background: black;
}

.hcinner button.snext.slick-arrow::after {
    content: "next";
    font-family: 'swiper-icons';
    font-size: 32px;
    color: red;
  font-weight:bold;
}

.product-shop .quantity {
    margin-bottom: 10px;
    margin-top: 20px;
    margin: unset;
}

.accordion_head {
    background-color: #e7e7e7;
    color: black;
    cursor: pointer;
    font-family: 'dom';
    font-size: 17px;
    margin: 0 0 1px 0;
    padding: 16px 24px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-radius: 12px;
    line-height: 16px;
}

.logobar .home-cgi {
    text-align: center;
    margin-top: 40px;
    padding: 0 2em;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 45px 45px 0px 0;
}
.logobarbot {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
 .logobtex {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 422px;
}
.logobtex h5 {
    color: #ec0c0d;
    font-size: 42px;
    margin: 0;
    font-style: italic;
    font-family: tes;
}
.logobtex h4 {
    color: white;
}
.logobtex h2 {
    color: white;
}
.logobtex p {
    color: white;
}

p.qtns a {
    text-decoration: underline;
    font-weight: bold;
}
.pdetails {
    margin-top: 30px;
}
.accordion_body {
    background: unset;
    padding: 12px;
}
.accordion_body p {
  padding: 18px 5px;
  margin: 0px;
}

.plusminus {
  float: right;
}


.hcinner .sprev.slick-arrow::after {
    
    width: 43px;
    height: 12px;
    background-size: cover;
    border: unset;
    left: -24px;
    color: rebeccapurple;
    content: "<";
    color: red;
    background: unset;
    font-size: 32px;
    font-family: 'swiper-icons';
    content: "previous";
    background: unset;
    background: unset !important;
    font-weight: bold;
}











.lmt {
	position: absolute;
	left: 50%;
	top: 80px;
	transform: translateX(-50%);
	color: white;
	font-family: set;
	font-style: italic;
	font-size: 92px;
}
.lab {
	font-family: dom;
}

.lmt .pink {
	position: absolute;
	right: -40px;
	top: 66px;
	font-size: 149px;
}

.home-cgi {
	margin-top:40px;
	background: black;
}
.home-cgi {
	
	text-align: center;
	margin-top: 40px;
	padding: 0 2em;
	max-width: 90%;
	margin: 0 auto;
	border-radius: 45px;
}
.fsvg svg {
	width: 80%;
	height: 126px;
}
.ab3col .product-details {
	display: none;
}

.ab3col .product-title {
	text-align: left;
	font-family: inherit;
}
.ab3col .price-box {
	display: none;
}

.footer-top {
	color: white;
}
.foot-title.dropdow-mb {
	color: white;
}
.footer-2 .foot-title.social-title {
	margin-bottom: 12px;
	color: white;
}
.footer-2 .footer-bottom {
	padding: 15px 0 20px;
	border: none;
	background: #ec0c0d;
	color: white !important;
}

.footer-bottom address {
	font-size: 16px;
	line-height: 20px;
	color: white;
	font-family: inherit;
}
.footer-bottom address a {
	color: white !important;
}

.ab3col .price-boxx span {
	font-size: 15px;
	margin-left: 28px;
}

.ab3col .product-image {
	border-radius: 12px 12px 0 0;
	max-width: 118px;
	margin: 0 auto;
}
.red {
	color: #c4203d !important;
}

.ftmenu a {
	padding: 12px;
	color: white;
	font-family: inherit;
	border-bottom: 2px solid red;
	border-right: 2px solid red;
}
.ftmenu a:last-child {
	border-right: none;
}.site-footer a:hover {
	color: white;
}

.site-footer .footer-top {
	padding: 65px 0 56px;
	background: black;
	padding-top: 0;
}.ftmenu {
	display: grid;
	grid-template-columns: 15% 15% 35% 35%;
	text-align: center;
	justify-content: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.ab4tt {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	width: 65%;
}.ab4bot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 48%;
}
.ab4ba {
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	text-align: center;
	width: 69%;
}
.ab4bot {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 48%;
}

.ab4u a {
	font-family: dom;
	color: black;
	padding: 11px 103px;
	background: white;
	border-radius: 12px;
	font-size: 18px;
}
.ab4ba p {
	padding-bottom: 40px;
}
  #fou {
	position: relative;
}

.abou5l .grid-item {
	padding: 12px 38px;
	background: #f2f2f2;
	border-radius: 12px;
	padding-bottom: 0px;
	margin: 20px;
}
.abou5l .product-details {
	display: none;
}
.hometext p {
	font-size: 42px;
	line-height: 57px;
	text-align: center;
	max-width: 90%;
	margin: 0 auto;
	font-family: res;
	font-weight: normal;
    font-style:italic;
}
.abou5l .price-box {
	display: none;
}

.abou5l .product-title {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}
.abou5l {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.abou5l .product-title {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	text-align: left;
}
.abou5l .btn.add-to-cart-btn.atcsw {
	border-radius: 12px;
}

.ab4ba h2 {
	font-family: silk;
	font-size: 72px;
	margin-bottom: 20px;
	line-height: 75px;
}
.abo5c {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: grid;
	grid-template-columns: 60% 40%;
	color: white;
	grid-gap: 40px;
  width:60%;
}
.abou5r p {
	font-family: dom;
}
.ab2i1 h4 {
	color: white;
	margin-top: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 85%;
	font-family: dom;
	font-weight: normal;
}
.abou5r h3 {
	font-family: silk;
	font-size: 62px;
	line-height: 71px;
	margin-bottom: 23px;
}
.ab4top p {
	font-family: dom;
}
.ab2i1 {
	padding: 0 10px;
	position: relative;
}

.ab4tt h2 {
	font-family: silk;
	font-size: 52px;
	line-height: 58px;
	margin-bottom: 20px;
}
.ab4top {
	
	color: white;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.hmenu {
	border-bottom: 2px solid #ec0c0d;
}

.collbar {
	display: none !important;
}

#shopify-section-about1 {
	position: relative;
  
}




.ab3col .product-title {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}


.hbott {
	position: absolute;
	top: 40px;
	z-index: 99;
	width: 100%;
}

.ab3lt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: white;
	font-family: dom;
}
.ab3lt h3 {
	font-size: 52px;
	font-weight: normal;
	line-height: 60px;
	margin: 0;
	margin-bottom: 20px;
 font-family: slik;
font-style:italic;
}


.ab3col .grid-item {
	padding: 12px 12px;
	background: lightgrey;
	border-radius: 12px;
	padding-bottom: 0px;
}

.ab3col .btn.add-to-cart-btn.atcsw {
	display: flex;
	justify-content: space-between;
	border-radius: 12px;
}

.ab3lt {
	position: absolute;
	top: 68%;
	left: 50%;
	width: 560px;
	transform: translate(-50%,-50%);
	text-align: center;
	color: white;
	font-family: dom;
	/* max-width: 800px; */
}


#wom {
	position: relative;
}
.abx {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #c4203d;
	width: 280px;
	height: 280px;
	z-index: -1;
}
.ab3lr {
	margin-right: 80px;
}
.ab3lr {
	padding-right: 3rem;
}

.ab3rt {
	padding: 4rem 4rem;
}
.ab3rt h3 {
	font-family: slik;
font-style:italic;
	font-size: 42px;
	text-align: center;
	font-weight: normal;
	line-height: 48px;
	margin-bottom: 30px;
}

.ab3rt p {
	font-family: dom;
}
.ab3b {
	display: grid;
	grid-template-columns: 40% 60%;
	background: black;
	color: white;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 14px 35px;
}
.ab3b h3 {
	margin: 0;
	font-family: dom;
	font-size: 24px;
}
.site-footer .newsletter .input-group-field {
	background-color: rgba(255, 255, 255, 0);
	color: white !important;
	border-color: #cccccc;
}
.pink {
	color: #ed2d7b;
}
.about3 {
	display:flex;
  position:relative;
}
.ab3col {
	padding: 0 60px;
}
.grid-item .price-boxx {
	font-weight: bold;
	font-size: 15px;
}
.subtext a {
	color: #a3a3a3;
	border-bottom: 2px solid red;
}
.footer-social .fa {
	
	color: white !important;
}  
 
.social-icons li a svg {
	position: relative;
	top: 3px;
	width: 16px;
	height: 16px;
	filter: invert(1);
}
.ab3col .grid-item {
	padding: 12px 12px;
	background: #f2f2f2;
	border-radius: 12px;
	padding-bottom: 0px;
	margin: 20px;
}

.snext.slick-arrow {
	right: 0;
}

.ab3col {
	padding: 0 60px;
	position: absolute;
	bottom: 50px;
	width: 80%;
}
.ab3l {
	display: block;
	width: 50%;
	float: left;
	position: relative;
}
.ab3col {
	padding: 0 60px;
	position: absolute;
	bottom: -40px;
	width: 88%;
	left: 50%;
	transform: translateX(-50%);
}

.about3 {
	display: flex;
	padding-bottom: 90px;
}
.sprev.slick-arrow {
	background: url(https://cdn.shopify.com/s/files/1/0619/7529/8254/t/2/assets/sprev.png?v=1657042572);
	width: 33px;
	height: 60px;
	background-size: cover;
	border: unset;
	left: 28px;
}


.sprev.slick-arrow:hover {
	background: url(https://cdn.shopify.com/s/files/1/0619/7529/8254/t/2/assets/sprev.png?v=1657042572);
background-size: cover;
  width: 33px;
	height: 60px;
}




.snext.slick-arrow {
	right: 0;
	background: url(https://cdn.shopify.com/s/files/1/0619/7529/8254/t/2/assets/snext.png?v=1657042578);
	width: 33px;
	height: 60px;
	background-size: cover;
  border:unset;
  right:28px;
}
.indexnewsleter {
    position: relative;
}
.snext.slick-arrow:hover {

	background: url(https://cdn.shopify.com/s/files/1/0619/7529/8254/t/2/assets/snext.png?v=1657042578);
background-size: cover;
  width: 33px;
	height: 60px;
}
#shopify-section-165185410637bc1233 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.indexnewsleter i.fa.fa-envelope-o {
    display: none;
}
.indexnewsleter form#contact_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
}
.indexnewsleter input.input-group-field {
    background: transparent;
    border: none !important;
    border-bottom: 2px solid white !important;
    text-align: center;
    font-size: 30px;
    font-family: tes;
    font-weight: bold;
    font-style: italic;
  color:white !important;
}
.textri {
    position: absolute;
    right: 4%;
    bottom: 10%;
    color: white;
    font-size: 32px;
    font-family: tes;
    font-style: italic;
    font-weight: bold;
}
.textlef {
    position: absolute;
    left: 4%;
    bottom: 10%;
    color: #a3a3a3;
    font-size: 14px;
    font-family: 'dom';
    max-width: 345px;
    line-height: 18px;
}

.indexnewsleter input.btn {
    border-radius: 12px;
    font-size: 14px !important;
  background:white;
}


.indexnewsleter input.input-group-field::placeholder {
    color: white;
}

.textc {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
    width: 580px;
}.textce {
    color: white;
    font-family: 'dom';
    margin-bottom: 20px;
    font-size: 18px;
}
.textce {
    color: white;
    font-family: 'dom';
    margin-bottom: 20px;
}
.ab3b p {
	display: flex;
	justify-content: center;
	align-items: center;
}
.hft {
	position: absolute;
	top: 32px;
	left: 5%;
	color: white;
	font-family: dom;
	font-size: 18px;
	letter-spacing: 2px;
}

.ab3lr {
	padding-right: 3rem;
	display: block;
	width: 45%;
	float: left;
	margin-left: 60px;
}
.subb p {
    font-size: 16px;
    line-height: 20px;
    max-width: 83%;
    font-family: dom;
    text-align: left;
    margin: 0 auto;
  
}

.homone .subb p {
    font-size: 18px;
    line-height: 23px;
    max-width: 92%;
    font-family: dom;
    padding: 0 !important;
    margin: 0;
}.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}

.ab3l {
	display: block;
	width: 50%;
	float: left;
}.ab3lr {
	padding-right: 3rem;
	display: block;
	width: 45%;
	float: left;
}
.ab3lim {
	position: relative;
}


.ablock {
	position: absolute;
	bottom: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}

.ablock {
	position: absolute;
	bottom: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.ablcitm {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: black;
	color: white;
	border-radius: 20px;
}

.ablock {
	position: absolute;
	bottom: -97px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	z-index: 99;
}
.ablcr {
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.str svg {
	width: auto;
}
.ablcitm {
	display: grid;
	grid-template-columns: 40% 60%;
	background: black;
	color: white;
	border-radius: 20px;
}
.ablcrin h4 {
	margin-bottom: 10px;
	font-size: 22px;
  font-family: slik;
font-style:italic;
}
.ablcrin p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}
.ablcl {
	display: flex;
}
.ablcrin p {
	font-size: 12px;
	line-height: 16px;
}
.site-nav span {
	font-family: dom;
}
.ablcrin a {
	color: white;
	font-size: 14px;
	text-decoration: underline;
  font-family:dom;
}
.hmenu a {
	color: white;
	text-align: center;
	font-family: slik;
font-style:italic;
	font-size: 22px;
}
.header-top .top-message {
	font-size: 12px;
	font-weight: bold;
}

.tit h2 {
	font-size: 58px;
	font-style: italic;
	font-weight: lighter;
}

.tit p {
	font-size: 24px;
	line-height: 35px;
	max-width: 657px;
	margin: 0 auto;
	font-family: dom;
}.tit h2 {
	font-size: 72px;
	font-style: italic;
	font-weight: lighter;
	margin: 0;
	margin-bottom: 15px;
	font-family: slik;
  
}

.hmenu .hm {
	border-right: 2px solid #ec0c0d;
}
.hmenu .hm:last-child {
	border-right: none;
}

.style_product_grid_7 .product-item .wrapper-title .product-vendor, .style_product_grid_7 .product-item .wrapper-title .product-title {
	display: block;
	margin-bottom: 0;
}
.custom-colorx {
	display: flex;
	justify-content: center;
	padding: 12px;
}

.header-top .container-padd60 {
    background: #ec0c0d;
}
.prdblk   .product-item .wrapper-button-card {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	position: unset;
	margin-bottom: 40px;
	border-radius: 0px 0px 12px 12px !important;
}
  
  .prdblk .hasnovar .btn.add-to-cart-btn.atcsw.spo-container {
	margin-top:30px !important;
	max-width: 90%;
	margin: 0 auto;
}



.show-popup-qs .form-label {
	display: none !important;
}


.template-collection .product-title {
	height: 55px;
}


.custom-colorx a {
	padding: 0 6px;
}
.custom-colorx h5 {
	font-weight: normal;
	color: grey;
	margin-right: 25px;
}
.custom-colorx h5 {
	font-weight: normal;
	color: grey;
	margin-right: 25px;
	margin-bottom: 0;
}

.prodloop {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}
.prodloop .wrapper-title {
	background: #f2f3f2;
}
.prdblktop > p {
	font-size: 16px !important;
	line-height: 21px;
	margin-bottom: 25px;
	font-weight: bold;
}

#shopify-section-productselect3 {
	margin-top: 60px;
}

.prdblktop .btn.add-to-cart-btn.atcsw.spo-container {
	border-radius: 12px;
}
.style_product_grid_7 .product-item .wrapper-button-card {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	position: unset;
	margin-bottom: 40px;
	border-radius: 12px;
}
 .template-product .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext+.swym-fave-count {
    padding: 10px 8px;
    line-height: 100%;
    box-shadow: none;
    border: 1px solid;
    height: 0;
    display: none;
}.template-product .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext {
    width: auto;
    font-size: inherit;
    padding: 0px 10px;
    font-weight: initial;
    color: #fff;
    border-radius: 0px;
    text-indent: 28px;
    color: #fff;
    height: 55px;
    line-height: 28px;
   border-radius:12px;
}
.swym-btn-container .swym-button:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: inherit;
    font-size: 30px;
    font-family: "swym-font";
    text-indent: 0px;
    line-height: inherit;
    top: 73%;
    transform: translateY(-50%);
}


.prodloop .wrapper-button-card.btnt {
	padding-bottom: 25px !important;
	background: #f3f2f2;
}




.prodloop .product-details {
	display: none;
}

.prodloop .price-box {
	display: none;
}

.prodsel.prodsel2 {
	margin-top: 60px;
}

.prodsel {
	margin: 0 auto;
	padding: 0 5rem;
	position: relative;
}.prdblktop h3 {
	font-weight: bold;
	font-size: 42px;
	margin-bottom: 20px;
}

.prodsel2 .prdblktop {
	position: absolute;
	top: 50%;
	width: 950px;
	padding: 2em 5em;
	border-radius: 53px;
	background: rgba(232,232,232,.6);
	transform: translateY(-50%);
	left: 9%;
}

.prdblktop {
	position: absolute;
	top: 50%;
	width: 950px;
	padding: 2em 5em;
	border-radius: 53px;
	background: rgba(232,232,232,.6);
	transform: translateY(-50%);
	right: 9%;
}


.prdblktop .form-label {
	display: none !important;
}


.prodloop .product-title {
	height: 60px;
}

.lxti {
	max-width: 1300px;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0;
	font-size: 56px;
	line-height: 60px;
	font-weight: bold;
}


.custom-colorx a {
	padding: 0 5px;
}.custom-colorx {
	display: flex;
	justify-content: center;
	padding: 12px;
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	align-items: center;
}
.custom-colorx .citem p {
	position: absolute;
	left: 1073px;
	text-align: left;
}

.collbar {
	display: none;
}
.is-sticky .collbar {
	display: block;
}
.custom-colorx .active p {
	display: block !important;
}
.custom-colorx {
	display: flex;
	justify-content: center;
	padding: 12px;
	position: relative;
}
.custom-colorx .citem {
	width: 30px;
	height: 30px;
	border-radius: 25px;
	margin-right: 0px;
	border: 3px solid white;
}
.citem:hover {
	box-shadow: 0px 0 2px black;
	padding: unset;
}

.custom-colorx .citem {
	width: 30px;
	height: 30px;
	border-radius: 25px;
	margin-right: 0px;
}




.custom-colorx .citem p {
	position: absolute;
	left: 1060px;
	text-align: left;
	background: black;
	color: white;
	padding: 1px 8px;
	border-radius: 12px;
	font-size: 12px;
	top: 0px;
}


.custom-colorx {
	display: flex;
	justify-content: center;
	padding:0;
	position: relative;
  padding-bottom:12px;
}

.wrapper-title {
	border-radius: 12px 12px 0 0;
}

.images-two {
	border-radius: 12px 12px 0 0;
}

.product-image {
	border-radius: 12px 12px 0 0;
}

.crsec a {
	text-decoration: underline;
	font-weight: bold;
}


#customer-portal .note.form-success {
	background: black;
	color: white;
	font-weight: bold;
	text-align: center;
}

#customer-portal .main-content {
	background: #f6f9fb;
}

.sold-out .product-title {
	padding-bottom: 70px;
}
.template-index .hasnovar .btn.add-to-cart-btn.atcsw.spo-container {
	margin-top: 63px !important;
	max-width: 92%;
	margin: 0 auto;
}


.template-product main.main-content {
    padding-top: 170px;
}

.sold-out .btn.add-to-cart-btn.spo-container {
	padding: ;
	margin: 0 20px;
	max-width: 83%;
	padding-bottom: 20px;
	margin-bottom: 28px;
	border-radius: 12px;
	background: #b7b7b7 !important;
	padding: 9px 22px !important;
}
.hasnovar .btn.add-to-cart-btn.atcsw.spo-container {
	
	margin-top: 63px !important;
}

.product-tabs-content .product-title {
	text-decoration: none;
	padding-left: 20px;
	height: 50px;
}
h2.beefup__head {
	font-size: 18px !important;
	letter-spacing: 3px;
	padding: 12px 0px;
	margin: 0;
	position: relative;
}
.beefup__head {
	background: black;
	color: white;
	border-radius: 10px;
	padding-left: 24px !important;
}
.beefup__body {
	padding: 30px 0;
	padding-bottom: 63px;
}
.beefup {
	margin-bottom: 15px;
}
.tb2 .fsub svg {
	position: absolute;
	top: 50%;
	left: 63%;
	transform: translate(-50%,-50%);
}
.template-collection .toolbar-bottom {
	display: grid !important;
	grid-template-columns: 1fr;
  text-align:center;
  
}
.design-pre-order-template-wrapper.hover-visible.top-direction .pre-order-2-message {
	bottom: 55%;
	left: 50%;
	transform: translateX(-50%);
}

.hasnovar #pre_order_custom {
	max-width: 90%;
	padding-top: 65px;
}



.padding .pagination-page {
	margin: 0;
	margin-top: 20px;
}
.template-collection .site-footer {
	margin-top: 5px;
	border-top: 1px solid #e7e8e7;
}
.template-index .hasnovar .btn.add-to-cart-btn.atcsw.spo-container {
	margin-top: 37px !important;
	max-width: 92%;
	margin: 0 auto;
}
.template-index .hasnovar .btn.add-to-cart-btn.atcsw.spo-container {
	margin-top: 37px !important;
	max-width: 92%;
	margin: 0 auto;
	padding: 10px 22px !important;
}
.tb5 p {
	padding-bottom: 30px;
}
.bfup {
	margin-top: 30px;
}
h2.beefup__head {
	font-size: 18px !important;
	letter-spacing: 3px;
	padding: 16px 23px !important;
	margin: 0;
	position: relative;
	cursor: pointer;
	font-weight: normal;
	letter-spacing: unset;
}

#customer-portal .site-footer {
	margin-top: 0;
	border-top: 1px solid #e7e8e7;
}
.tb2 .fsub {
	margin-bottom: 20px;
}
.tb3 p {
	margin-bottom: 30px;
}
.tb4 p {
	margin-bottom: 30px;
}
.fsub {
	position: relative;
}
.fsub svg {
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%,-50%);
}
.ctb.ctab.active {
	color: black;
}
.beefup__head::after {
	transition: transform 0.2s ease-out;
	content: '';
	transform: translate(0, -50%) rotate( 45deg );
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 0;
	margin-top: -2px;
	padding: 3px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	color: #ccc;
}
.beefup.is-open > .beefup__head::after {
	transform: translate(0, -50%) rotate( 225deg );
	margin-top: 2px;
}
.bolt1 {
	position: absolute;
}
.bolt2 {
	position: absolute;
}
.bolt3 {
	position: absolute;
}
.bolt4 {
	position: absolute;
}
.bolt1 {
	position: absolute;
	bottom: 50%;
	right: 5%;
	width: 66px;
}
.bolt2 { 
	position: absolute;
	bottom: 43%;
	right: 6.1%;
	width: 51px;
	text-align: center;
    color:white;
    cursor:pointer; 
}
.crsec input, .crsec textarea {
	border-color: #dfdfdf !important;
	border: 3px solid #dfdfdf !important;
	border-radius: 12px !important;
	width: 100% !important;
	max-width: 100% !important;
}
.c2c {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}
.tb2 h3 {
	margin-bottom: 20px;
	font-size: 32px;
}
.crsec {
	background: white;
	padding: 4% 9%;
	border-radius: 18px;
}
.fsub .btn {
	z-index: 0;
	background: black;
	color: white;
	border-radius: 8px;
	padding: 11px 0px !important;
	min-width: 100%;
	text-transform: unset;
	letter-spacing: unset;
	border: none !important;
}
.tb1 p {
	font-weight: normal;
	padding-right: 40px;
	margin-bottom: 30px;
	max-width: 640px;
}
.tb1 p {
	font-weight: lighter;
	padding-right: 40px;
	margin-bottom: 30px;
}
.active.ctb::after {
	position: absolute;
	right: 0;
	height: 100%;
	width: 1px;
	border-left: 12px solid black;
	content: "";
	top: 0;
}
#customer-portal .main-content {
	background: #f6f9fb;
}
.ctabs {
	margin-top: 20px;
}
.ctb {
	margin: 0;
	padding: 12px 0;
	font-size: 22px;
	font-weight: bold;
  color:#9d9d9d;
  cursor:pointer;
}
.ctb {
	margin: 0;
	padding: 12px 0;
	font-size: 22px;
	font-weight: bold;
	color: #9d9d9d;
	cursor: pointer;
	position: relative;
}
.main-contact {
	padding: 4% 6%;
}

.main-contact {
	padding: 4% 6%;
	display: grid;
	grid-template-columns: 35% 65%;
}

.cltit {
	display: flex;
	align-items: center;
	color: #9d9d9d;
	font-size: 18px;
	letter-spacing: 2px;
}
.hli{

display:none !important;
}

.hli.active{

display:block !important;
}


.bolt3 {
	position: absolute;
	right: 6.1%;
	bottom: 36%;
	width: 55px;
	text-align: center;
	color: white;
}

.boltxx {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-size: 25px;
	letter-spacing: 2px;
	top: 3%;
	letter-spacing: 2px;
}
.bolt4 {
	right: 6.5%;
	bottom: 31%;
	width: 51px;
	text-align: center;
}

.fypcon {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.price-boxx {
	font-weight: bold;
	font-size: 20px;
}.template-collection  .products-grid .product-image .product-grid-image, .products-grid .product-image img {
	min-height: 216px;
	border-radius: 12px;
}
  
  .template-collection .product-bottom.align-center {
	background: #f2f2f2;
}
  .template-collection .price-box{
  display:none;
  }.breadcrumb {
	display: none;
}.halo-collection-content {
	padding-top: 0;
}.collection-header .page-header h1, .collection-header .page-header h2 span {
	text-align: center;
	padding-bottom: 20px;
}
  
  
  .btn.btn-cancel {
	display: none;
}
  .collection-header .page-header h1, .collection-header .page-header h2 span {
	text-align: center;
}.collection-header h1 span, .collection-header-sections .collection-des .rte, .collection-header-sections .collection-des .rte a, .collection-header-sections .collection-des .rte p {
	color: black;
	text-align: center;
}
  
  .template-collection .btn.add-to-cart-btn.atcsw {
	border-radius: 12px;
	padding-bottom: 20px;
	margin-bottom: 32px;
}

 .menu-lv-2 span {
	color: black !important;
}

#section-16385030574bdcb6ea {
	padding-bottom: 40px;
}
.wgti .title svg {
	width: 42px !important;
	height: 30px !important;
}
.atb {
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: capitalize !important;
	font-weight: normal;
	letter-spacing: unset !important;
	font-size: 14px;
	font-weight: bold;
}

.about-4 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* justify-content: center; */
	/* align-content: center; */
}

.ab4l {
	position: relative;
}
.ab4l svg {
	position: absolute;
	top: 50%;
	right: -32px;
	transform: translateY(-50%);
	height: 66px;
	width: 66px;
}.ab4r {
	display: flex;
	justify-content: center;
	align-items: center;
}.ab4r {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #8a97a1;
}.ab4rc {
	padding: 8rem;
}
.ab4rc h3 {
	color: white;
	font-size: 38px;
	margin-bottom: 20px;
}


.template-index .products-grid .product-image .product-grid-image , .template-index .products-grid .product-image img {
	min-height: 320px;
	width: 180px;
	margin: 0 auto;
	padding-top: 20px !important;
}

.layout_default .slick-arrow.slick-prev {
	left: 14px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-ms-border-radius: 0px 3px 3px 0px;
	border-radius: 0 3px 3px 0;
	top: 41%;
}
.layout_default .slick-arrow.slick-next {
	right: 13px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-ms-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0 0 3px;
	top: 41%;
}
.list-product-tabs .tab-links {
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	letter-spacing: 3px;
	font-family: dom;
	background: #ec0c0d;
	padding: 12px 30px;
	border-radius: 12px;
	margin: 0 10px;
	color: white;
}
.list-product-tabs .tab-links.active {
	border-color: #646464;
	color: #000;
	background: unset;
}

.product-image::after {
	content: " ";
	position: absolute;
	height: 1px auto;
	width: 100%;
	border-top: 2px solid #dfdfdf;
	left: 0;
	bottom: -22px;
}

 .product-image {
	margin-bottom: 15px;
	position: relative;
}


.template-index.style_product_grid_7 .product-item .wrapper-button-card {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 92%;
	position: unset;
	margin-bottom: 40px;
	margin: 0 auto;
	margin-bottom: 30px;
}


.slick-arrow .fa {
	font-size: 42px;
	font-weight: 600;
}

.box-title span {
	font-style: italic;
	font-family: six;
	font-size: 42px;
}
.template-index .product-title {
	text-align: left;
	margin-top: 32px;
}


.ab4rr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	color: white;
	grid-gap: 33px;
	font-weight: lighter;
	font-size: 18px;
}.ab4l {
	position: relative;
	display: flex;
}

.main-content {
	display: block;
	min-height: 500px;
	padding-bottom: 0;
}

.about-5 {
	position: relative;
}

.ab5r {
	position: absolute;
	top: 50%;
	left: 8%;
	color: black;
	width: 40%;
}

.ab5rr p{
color:black;
}

.ab5r {
	position: absolute;
	top: 50%;
	left: 8%;
	color: white;
	width: 40%;
}.ab5rr p {
	font-size: 18px;
	font-weight: lighter;
}.ab5r {
	position: absolute;
	top: 50%;
	left: 8%;
	color: white;
	width: 35%;
	transform: translateY(-50%);
}.about-5 {
	position: relative;
	display: flex;
}
.ab5r h3 {
	font-size: 38px;
	margin-bottom: 20px;
}

.tit svg {
	position: absolute;
	bottom: -72px;
	left: 50%;
	width: 36px;
	height: 47px;
}
.about-6 {
	position: relative;
}

.hctop p {
	color: white;
	font-family: dom;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 22px;
	padding: 15px;
}

.hcinner {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.item-c {
	padding: 0 20px;
}
.hcinner {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	max-width: 80%;
	margin: 0 auto;
	padding: 20px 0;
	padding-top: 0;
}
 
.home-cgi{
position:relative; 
}

.home-cgi::after {
	content: " ";
	width: 10%;
	height: 2px;
	border-top: 2px solid red;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
}

.home-cgi::before {
	content: " ";
	width: 10%;
	height: 2px;
	border-top: 2px solid red;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: -1;
}

#shopify-section-1653673202dec35812 {
	margin-top: 40px;
}
.ab2lt h4 a {
	display: block;
}
.ab6lo {
	position: absolute;
	top: 10%;
	right: 8%;
	width: 320px;
}
.ab6ab {
	position: absolute;
	width: 85%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}.ab6ab h2 {
	color: white;
	font-size: 32px;
	letter-spacing: 2px;
	margin-bottom: 0px;
}.ab6ab h3 {
	font-size: 82px;
	margin-bottom: 35px;
	color: white;
}.ab6rr {
	color: white;
	font-weight: lighter;
	font-size: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}


.item-c h4 {
	color: black;
	margin: 0;
	margin-top: 15px;
	font-weight: bold;
	font-family: HelveticaNeue;
	letter-spacing: 1px;
	font-size: 16px;
}
.item-c {
	padding: 0 10px;
}

a {
	transition: unset;
}


.citem span {
	color: #fff;
	background: black;
	padding: 2px 5px;
	border-radius: 7px;
	font-size: 11px;
	left: 42%;
	position: absolute;
	top: -22px;
	transform: translate(-50%);
	line-height: 14px;
	text-align: center;
	width: 100%;
	min-width: 64px;
}
.products-grid .grid-item {
	margin-bottom: 0px;
	margin-top: 10px;
}.btn.add-to-cart-btn.atcsw {
	background: black !important;
	color: white;
}

.template-collection .spurit-po-wrapper {
	display: inline-block;
}

.template-collection .btn.add-to-cart-btn.atcsw.spo-container {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 28px;
}
.custom-color a {
	position: relative;
	width: 8%;
}
.citem {
	width: 38px;
	height: 38px;
	border-radius: 25px;
	margin-right: 0px;
}
.custom-color {
	display: flex;
	grid-template-columns: repeat(8,1fr);
	justify-content: space-between;
	grid-gap: 20px;
	padding: 20px 0px;
	padding-left: 0;
	width: 445px;
	text-align: center;
	align-items: start;
	flex-wrap: wrap;
	justify-content: flex-start;
}


.item-swatch li label {
	width: 18px;
	height: 18px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	margin: 0;
	background-size: cover;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 0 1px var(--border_bt_sidebar);
	-moz-box-shadow: 0 0 0 1px var(--border_bt_sidebar);
	box-shadow: 0 0 0 1px var(--border_bt_sidebar);
	overflow: hidden;
}

.lsec {
	position: relative;
}
.about-3 {
	position: relative;
}
.ctit {
	position: absolute;
	top: 5%;
	left: 6%;
}

.hmenu {
	display: flex;
}
.hmenu a {
	padding: 12px;
	color: white;
	flex: 1;
	text-align: center;
}


.instacon {
	padding-bottom: 30px;
	text-align: center;
}
#insta-feed h2 {
	margin-bottom: 30px;
	font-size: 52px;
}

.col-footer.col-12.col-md-6 {
	text-align: left;
}


.hm1 {
	background: #5d4340;
}
.hm2 {
	background: #7b7a72;
}
.hm3 {
	background: #b7acad;
}
.ctit {
	position: absolute;
	top: 5%;
	left: 6%;
	color: #000;
	font-size: 82px;
	font-weight: 700;
	line-height: 108px;
}
.ab2lt h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	max-width: unset;
	font-weight: normal;
	font-family: HelveticaNeue;
}
.titcc {
	position: absolute;
	top: 23%;
	right: 8%;
	width: 700px;
}.titc {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}.ctir {
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
}
.ctil {
	font-size: 22px;
	font-weight: lighter;
	max-width: 270px;
}
.ab3li {
	text-align: right;
	margin-top: 40px;
	padding-right: 81px;
}.ab3li {
	text-align: right;
	margin-top: 40px;
	padding-right: 81px;
}

.ab2t {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ab2t h2 {
	color: white;
	font-weight: lighter;
	max-width: 370px;
	font-size: 34px;
	line-height: 52px;
}

.ab2b p {
	color: white;
	max-width: 318px;
	position: absolute;
	bottom: 9%;
	left: 10%;
	font-weight: lighter;
}
.ab2ltb p {
	font-weight: lighter;
	max-width: 250px;
	margin: 0 auto;
}
.xh {
	width: 100%;
	height: 600px;
	background: #7b7a72;
}


.about-2 {
	position:relative;
}
.ab2lt {
	padding-left: 4em;
	padding-top: 3em;
	padding-right: 5em;
	max-width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	color: white;
}
.ab2ltb {
	background: #b7acad;
	padding: 40px;
	color: white;
	margin-top: 80px;
	margin-left: 3em;
	margin-right: 3em;
	padding-bottom: 20em;
	padding-top: 7em;
}
.ab2lt {
	padding-left: 4em;
	padding-top: 3em;
	padding-right: 5em;
}


.ab3li a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.ab2lt p {
	
}
.ab2lt p {
	padding-top: 30px ;
	
}

.ab2lt p a {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	max-width: unset;
	color: white;
	font-family: dom;
	background: red;
	padding: 14px 117px;
	border-radius: 12px;
}
.ab2rc {
	position: absolute;
	left: -50px;
	width: 90%;
  top:0;
}
.ab2r {
	position: relative;
}

.about-1 {
	position: relative;
}

.tit {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: white;
	font-size: 42px;
	text-align: center;
	width: 56%;
	line-height: 58px;
	font-weight: normal;
}

.btn.atc {
	display:none !important;
}

.rbot {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.homepage-reviews.style_2 .item-image {
	margin-top: 0;
	margin-bottom: 15px;
}
.layout_default .homepage-reviews .widget-title .box-title {
	font-size: 52px !important;
	font-weight: bold;
}
.rbl {
	position: relative;
}
.rbr {
	position: relative;
}
.rtop {
	position: relative;
}

.rtab h3 {
	position: absolute;
	top: 30px;
	left: 30px;
	color: white;
	font-size: 52px;
}

.rtab p {
	position: absolute;
	left: 30px;
	bottom: 20px;
	color: white;
}
.rtab p a {
	color: white;
	font-size: 32px;
}
.rbab h3 {
    font-size: 28px;
    font-family: dom;
}

.rbrab {
    position: absolute;
    top: 7%;
    left: 7%;
}
.brttab p {
    color: white;
    font-size: 22px;
    letter-spacing: 2px;
}

.atb {
	display: flex;
	justify-content: center;
	align-items: center;
}
.rsec h3 {
    color: white;
    font-size: 28px;
    letter-spacing: 5px;
    font-weight: normal;
}
.rbabb {
    position: absolute;
    bottom: 14%;
    left: 6%;
    font-size: 16px;
    width: 90%;
}
.rbabb p {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: unset;
}
.rbabb p {
    font-size: 18px;
    color: white !important;
    font-weight: normal !important;
}
.rbrabb p{
 font-size: 18px;
    color: white !important;
    font-weight: normal !important;
  
}

.rbs {
    position: absolute;
    right: 4%;
    bottom: 3%;
}
.rbab {
    position: absolute;
   
  top:7%;
    left: 5%;
}
.rbrabb {
    position: absolute;
    bottom: 8%;
    left: 6%;
    font-size: 16px;
    width: 90%;
}
.brttab span {
    color: white;
    font-family: dom;
    line-height: 22px;
    font-size: 16px;
}
.fytitle {
	text-align: center;
}

.footer-2 .footer-newsletter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: block;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: left;
}

.footer-bottom address {
	
	line-height: 20px;
	padding-bottom: 0;
	margin: 0;
}
.site-footer .footer-newsletter .input-group {
	justify-content: center;
	flex-wrap: nowrap;
	padding: 0;
}
.social-icons {
	letter-spacing: -.33em;
	margin: 0;
	line-height: 0;
	display: flex;
	justify-content: space-between;
	width: 53%;
}
.site-footer {
	margin-top: 40px;
	border-top: 1px solid #e7e8e7;
}
.lmo svg {
    margin-left: 12px;
}
.ple2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lmo {
    position: absolute;
    bottom: 30px;
    right: 60px;
    color: white;
    letter-spacing: 2px;
    display: flex;
}
.rtab {
    position: absolute;
    left: 4%;
    top: 4%;
    width: 100%;
}
.brttab {
    position: absolute;
    bottom: 0;
    background: black;
    width: 100%;
    padding: 12px 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
}
.rtab h3 {
    font-size: 62px;
    font-family: res;
    font-style: italic;
}
.hcrm {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	align-items: center;
}

.homepage-reviews .heading-review {
	font-weight: 500;
	color: #232323;
	font-size: 20px;
	letter-spacing: .02em;
	margin-bottom: 0;
}
.homepage-reviews .star-reviews, .homepage-reviews .body-review {
	margin-bottom: 0;
}
.hcrmx h4 {
	text-align: left;
	text-decoration: underline;
	color: black;
	font-size: 16px;
}
.body-review {
	text-align: left;
}

.heading-review {
	text-align: left;
}
.homepage-reviews .body-review {
	color: var(--body_color);
	font-size: var(--font_size);
	font-weight: 400;
	max-width: 450px;
	margin: 0 auto 0px;
	font-size: 12px;
	font-weight: lighter;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 0px !important;
	padding-bottom: 0;
}

.hometext {
	padding: 50px 50px;
}

.subtext {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	max-width: 80%;
	font-weight: lighter;
  color:#a3a3a3;
}
.footer-2 .newsletter-title, .footer-3 .newsletter-title {
	font-size: var(--font_size);
	font-weight: 500;
	letter-spacing: normal;
	line-height: var(--font_size_plus8);
	text-transform: uppercase;
	font-size: 16px;
}
.site-footer .newsletter .btn {
	font-size: var(--font_size_plus4);
	font-weight: 400;
	height: 48px;
	padding: 0 10px !important;
	min-width: 134px;
	color: white !important;
	background: black !important;
	border-radius: 12px;
}
.bts a {
	background: white;
	color: #000;
	padding: 12px 28px;
	border-radius: 7px;
	transition: unset;
}
.prices {
	display: flex;
	justify-content: start;
	align-items: center;
}
.prices .yotpo.bottomLine {
	padding-left: 18px;
}
.myxSwiper .swiper-button-next {
	left: 8%;
	top: 63%;
	color: white;
	transform: rotate(90deg);
}

.myxSwiper .swiper-button-prev {
	top: 40%;
	left: 8%;
	transform: rotate(90deg);
	color: white;
}

.hcrmx svg {
    margin-left: 2px;
}

#section-16385030574bdcb6ea {
	margin-top: 0;
	margin-bottom: 0px;
	
	font-size: 12px;
}

.myxSwiper .swiper-button-prev::after,.myxSwiper .swiper-button-next::after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	font-size: 80px;
}




.fytitle h3 {
	font-size: 48px;
	margin-bottom: 20px;
}
.lab {
	position: absolute;
	bottom: 5%;
	left: 40px;
	max-width: 530px;
}
.lab h3 {
	font-size: 36px;
	color: white;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.lab p {
	font-size: 16px;
	color: white;
	line-height: 24px;
	font-weight: lighter;
}
.lmo {
    position: absolute;
    bottom: 30px;
    right: 60px;
    color: white;
    letter-spacing: 2px;
}
.lab {
	font-family: dom;
}
.rbot {
	margin-top: 20px;
}
.fyp img {
	display: flex;
}
.lsec {
	position: relative;
	display: flex;
}

.instab p {
	font-weight: lighter;
}

.style_product_grid_7 .action.show-popup-qs .product-card__variant--popup {
	position: relative;
	width: 100%;
	bottom: 0;
	z-index: 3;
}
 .selector-wrapper.selector-wrapper-2.swatch.js.product-form__item {
	background: white;
	padding-bottom: 20px;
	margin: 0;
}

.style_product_grid_7 .product-item .wrapper-button-card {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	position: unset;
	margin-bottom: 40px;
}
.style_product_grid_7 .product-item .item-swatch {
	margin-bottom: 3px;
	padding-left: 1px;
	overflow: visible;
	padding-top: 4px;
}
.item-swatch li label.active {
	-webkit-box-shadow: 0 0 0px 1px #000;
	-moz-box-shadow: 0 0 0px 1px #000;
	box-shadow: 0 0 0 1px #000 !important;
}
.g7 .lazyautosizes.ls-is-cached.lazyloaded {
	border-radius: 0 0 12px 12px;
}
.g7 .color img {
	height: 30px;
	border-radius: 36px;
	height: 30px;
	width: 30px;
}



.style_product_grid_7 .product-card__variant--popup--content {
	width: 100%;
	padding: 0px 0 0;
}
.g7 .selector-wrapper.selector-wrapper-1.swatch.js.product-form__item {
	background: white !important;
	margin-bottom: 0 !important;
	padding-bottom: 10px;
}

.layout_default .product-card__variant--popup--content .variants {
	max-height: unset !important;
	overflow-y: auto;
	webkit-overflow-scrolling: touch;
}
.g7 .item-swatch {
	text-align: center;
}
.selector-wrapper.selector-wrapper-2.swatch.js.product-form__item {
	background: white;
	
	margin: 0;
}
.product-tabs-content .item-swatch {
	text-align: center;
	padding-bottom: 5px;
} 


.show-popup-qs .product-card__variant--popup--content .swatch .swatch-element label {
	font-weight: 400;
	font-size: 12px;
	line-height: 25px;
	padding: 0 5px;
	min-width: 24px;
	height: 24px;
}

.product-tabs-content .product-bottom {
	background: #f2f2f2;
	padding-bottom: 2px;
	border-radius: 12px 12px 12px 12px;
}

.layout_default .product-card__variant--popup--content .variants {

	background: #f2f2f2;
}

.product-tabs-content .price-box {
	display: none;
}
.product-tabs-content .product-title.change-text {
	padding-left: 20px;
	display: block !important;
	margin-bottom: 20px;
	text-decoration: unset;
}

.btn.add-to-cart-btn.atcsw:hover {
	color: white !important;
}

.product-tabs-content .product-title {
	text-decoration: none;
	padding-left: 20px;
}
.show-popup-qs .product-card__button2 {
	display: flex;
	position: relative;
	bottom: 10px;
	width: 93%;
	left: 0px;
  margin:0 auto;
}
.btn.add-to-cart-btn.atcsw {
	background: black !important;
}

.btn.add-to-cart-btn.atcsw {
	display: flex;
	justify-content: space-between;
}
.tb4 .form-group p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
  color:#7f7f7f;
}


.product-tabs-content .product-title.change-text {
	padding-left: 20px;
}

.product-tabs-content .selector-wrapper.selector-wrapper-2.swatch.js.product-form__item {
	position: absolute;
	top: -4px !important;
}
.product-tabs-content .item-swatch li label {
	width: 18px;
	height: 18px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	margin: 0;
	background-size: cover;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 0 1px var(--border_bt_sidebar);
	-moz-box-shadow: 0 0 0 1px var(--border_bt_sidebar);
	box-shadow: 0 0 0 1px var(--border_bt_sidebar);
	overflow: hidden;
}
.product-tabs-content img.lazyloaded {
	border-radius: 12px;
}
.btn.add-to-cart-btn.atcsw {
	background: black;
}
.g7 .product-title span {
	color: #000 !important;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: unset;
	padding-bottom: 10px;
	display: block;
}
.widget-title .box-title .title {
	padding: 0 24px;
	position: relative;
	z-index: 1;
	background-color: var(--body_bg);
	padding-right: 10px;
}.box-title svg {
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

.g7 .swatch .swatch-element label {
	min-width: 28px;
	height: 28px;

	margin: 0;
	text-align: center;
	padding: 2px;
	line-height:23px !important;
	font-size: 12px;
}
.g7 .swatch .swatch-element label {
	min-width: 28px;
	height: 28px;
	border: 1px solid var(--border_color_2);
	margin: 0;
	text-align: center;
	padding: 3px;
	line-height: var(--font_size_plus14);
	color: var(--color_slick_arrow);
	cursor: pointer;
	border-radius: var(--border-radius-17);
}

.wgtti {
	display: grid;
	grid-template-columns: 35% 70%;
	justify-content: flex-start;
	align-items: center;
	justify-items: baseline;
	margin-top: 35px;
}
.home-product-tabs .widget-title {
	margin-bottom: 0;
	padding: 0;
}
.list-product-tabs .tab-links {
	text-transform: uppercase;
	
	font-size: 22px;
	letter-spacing: 3px;
}
.product-tabs-content .swiper-slide {
	padding: 0 10px;
}

.g7 .product-title {
	padding: 0 20px;
}
.g7 .variants {
	background: #f2f2f2;
	border-radius: 12px;
}

.actholder {
	padding-bottom: 30px;
}
.t1 {
	text-transform: capitalize !important;
	font-style: italic;
}
.product-card__button2.t2 {
	padding: 0 20px;
}
.g7 .selector-wrapper.selector-wrapper-2.swatch.js.product-form__item{

display:none;
}
.g7 .btn.add-to-cart-btn {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.g7 .btn.add-to-cart-btn {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background: black;
	color: white;
	border-radius: 7px;
}
.g7 span {
	color: white;
}
.g7 .variants {
	background: #f2f2f2;
}

.g7 .swiper-slide {
	padding: 0 20px;
}
.price-box.sdx {
	margin: 0 !important;
	padding: 0;
}


.style_product_grid_7 .product-item .action {
	width: 100%;
}
.style_product_grid_7 .product-card__variant--popup--content {
	width: 100%;
	padding: 0 0 0px;
}
.g7 .btn.btn-cancel {
	display: none;
}
.g7 .product-card__variant--popup {
	display: block;
}

.g7 .form-label {
	display: none !important;
}

.g7 .product-details {
	display: none;
}
.wrapper_header_parallax .header-items {
	width: 140px;
}

.sitem.swiper-slide {
	position: relative;
}

.abcon h2 {
	margin: 0;
	font-size: 52px;
}
.slick-slider .btn {
	background: black;
	color: white;
	border-radius: 12px;
	width: 100%;
}
.style_product_grid_7 .product-item .item-swatch {
	margin-bottom: 3px;
	padding-left: 1px;
}
.style_product_grid_7 .wrapper-title {
	margin-bottom: 0;
}
.style_product_grid_7 .action.show-popup-qs .product-card__variant--popup {
	position: unset;
	width: 100%;
	bottom: 0;
	z-index: 3;
}
.style_product_grid_7 .action.show-popup-qs .product-card__variant--popup {
	position: unset;
	width: 100%;
	bottom: 0;
	z-index: 3;
}

.g7 .selector-wrapper.selector-wrapper-2.swatch.js.product-form__item {
	position: absolute;
	top: 0;
}

.g7 .selector-wrapper.selector-wrapper-2.swatch.js.product-form__item, .selector-wrapper.selector-wrapper-2.swatch.js.product-form__item {
	position: absolute;
	top: -8px;
	margin: 0;
	padding: 0;
}
.product-tabs-content .form-label {
	display: none !important;
}
.selector-wrapper.selector-wrapper-2.swatch.js.product-form__item {
	position: absolute;
	top: 0;
}
.style_product_grid_7 .product-card__variant--popup--content {
	width: 100%;
	padding: 0px 0 0;
	position: unset !important;
}
.g7 .product-card__variant--popup--content {
	background: #fff;
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 18px 10px 56px;
	position: unset;
}.style_product_grid_7 .product-item .action {
	width: 100%;
	max-width: unset;
	margin: unset;
	position: unset;
}

.hthree {
	position: relative;
}
.instab {
	position: absolute;
	top: 44%;
	left: 3%;
	text-align: right;
}
.instab h2 {
	margin: 0;
  position:relative;
}
.htsb {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
}




.htsb h3 {
	font-size: 34px;
	font-weight: bold;
	margin: 0;
}
.htsb h3 {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
}

.htsb p {
	font-weight: lighter;
	font-size: 22px;
}

.hfsb {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 30%;
	transform: translate(-50%,-50%);
	width: 35%;
  text-align:left;
}
.hfsb b {
	font-size: 135px;
	margin-left: 40px;
	line-height: 82px;
}
.hfll {
	margin-top: 50px;
}
.hfrr svg {
	width: 16px;
	height: 15px;
	margin-left: 4px;
}
.hfrr a {
	color: white;
	font-family: dom;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_titb {
	text-align: center;
	padding: 26px;
	font-size: 48px;
	font-style: italic;
	font-family: tis;
	font-weight: bold;
	line-height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_titb b {
	font-size: 22px;
	line-height: 22px;
	font-style: normal;
	font-family: dom;
	padding-left: 20px;
}
.hfsbr {
	position: absolute;
	top: 21%;
	right: 3%;
	width: 350px;
	color: white;
	text-align: center;
}
.hfsbr p {
	font-family: dom;
	margin-bottom: 25px;
}
.hfrr a {
	color: white;
	font-family: dom;
	font-size: 18px;
}


.hfsbr h3 {
	font-family: rus;
	font-size: 44px;
	font-style: italic;
	margin: 0;
	margin-bottom: 10px;
}
.hfll a {
	background: black;
	color: white;
	padding: 19px 69px;
	font-size: 18px;
	font-family: dom;
	letter-spacing: 2px;
	border-radius: 12px;
}
.hfsb h3 {
	font-size: 56px;
	margin: 0;
	color: white;
	line-height: 63px;
	font-family: tus;
	font-style: italic;
}
.hfsb p {
	font-size: 18px;
	color: white;
	line-height: 26px;
	text-align: left;
	font-family: dom;
	margin-top: 40px;
}

.hfour {
	position: relative;
}
.htsl {
	text-align: right;
	margin-top: 20px;
}
.abcon {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	width: 465px;
	color: white;
}

.bts {
	margin-top: 30px;
	color: white;
}
.ab2con {
	position: absolute;
	right: 8%;
	bottom: 16%;
	display: flex;
}

.ab2i1 h4 {
	color: white;
	margin-top: 10px;
}

.template-index .menu-lv-1.item span {
	color: white;
}



.template-index .is-sticky .menu-lv-1.item span {
	color: black;
}


.bts a {
	background: white;
	color: black;
	padding: 12px 77px;
	border-radius: 7px;
}
.subb p {
	font-size: 18px;
	line-height: 23px;
	max-width: 92%;
  font-family:dom;
}
.abcon h2 {
	margin: 0;
	font-size: 52px;
	font-family: lis;
	font-style: italic;
	line-height: 60px;
	margin-bottom: 18px;
}

.ab2i1 img {
	max-width: 240px;
}
.ab2i1 {
	padding: 0 10px;
}

.ab2i1 {
	padding: 0 10px;
}


.bslider .swiper-button-next, .bslider .swiper-rtl .swiper-button-prev {
	right: 4%;
	left: auto;
	transform: unset;
	color: #ec0c0d;
	font-size: 66px;
	top: 68%;
}
.header-top {
	background-color: black;
	color: #ffffff;
}

.bslider .swiper-button-prev {
	left: unset;
	left: 4%;
	top: 68%;
	transform: unset;
	color: #ec0c0d;
}
 
.bslider .swiper-button-next::after, .bslider .swiper-button-prev::after {
	font-family: swiper-icons;
	font-size: 48px !important;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	font-weight: bold;
}
.wgti .box-title {
	text-transform: unset;
	font-weight: bold;
}
.list-product-tabs.product-tabs-style3 .tab-links::before {
	position: absolute;
	content: "";
	/* width: -moz-calc(100% - 30px); */
	/* width: -webkit-calc(100% - 30px); */
	/* width: -ms-calc(100% - 30px); */
	width: calc(100% - 30px);
	height: 3px;
	left: 15px;
	bottom: -2px;
}
.ab2lt h6 {
	color: white;
	letter-spacing: 1px;
	font-size: 70px;
	font-weight: normal;
	font-family: slik;
font-style:italic;
	line-height: 80px;
	margin-bottom: 30px;
}


 .homepage-reviews.style_2 .star-reviews svg {
	
	fill: black !important;
}

.dialog-wrapper {
    display: none;
}


yotpo-stars {
  padding-right: 5px;
}

.yotpo .text-m {
    font-family: 'HelveticaNeue';
    padding-left: 5px;
}


.product-card__button2 {
    width: 100%;
}

.notify-me-2-button, .pre-order-2-button
    width: 100%;
}


 .wrapper_header_parallax .wrapper-header-bt {
    position: relative;
    padding-top: 0 !important;
}
  
.wrapper_header_parallax .wrapper-header-bt {
    position: relative;
    padding-top: 10px;
}























@media(min-width:1200px){

.template-index .wrapper_header_parallax .is_parallax {
	position: absolute;
	width: 100%;
	z-index: 4;
	top: 89px;
}
  
#contactpage {
  width: 1000px;
}
  
  .wrapper_header_parallax .wrapper-header-bt {
    position: relative;
    padding-top: 0 !important;
}
  
  
}


@media(max-width:1500px){

  
  .site-nav .menu-lv-1 {
	display: inline-block;
	margin-left: 0;
	margin-right: 18px;
}
  .template-collection  .products-grid .product-image .product-grid-image, .products-grid .product-image img {
    min-height: 216px;
    border-radius: 12px;
    height: auto;
    padding-top: 20px;
}

.template-collection.style_product_grid_7 .product-item .wrapper-button-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    position: unset;
    margin-bottom: 40px;
    margin-top: 20px;
}
  
  .homepage-reviews.style_2 .star-reviews svg {
	width: 18px;
	height: 18px;
	fill: black !important;
}.homepage-reviews .heading-review {
    font-weight: 500;
    color: #232323;
    font-size: 16px;
    letter-spacing: .02em;
    margin-bottom: 0;
}

.ab2rc {
	position: absolute;
	left: -50px;
	width: 100%;
	top: 0;
}
 .ab2ltb {
	background: #b7acad;
	padding: 3em 40px 9em;
	color: #fff;
	margin-top: 35px;
	margin-left: 3em;
	margin-right: 3em;
}
  .tb2 .fsub svg {
	position: absolute;
	top: 50%;
	left: 67%;
	transform: translate(-50%,-50%);
}
  
  
  .ablock {
	position: absolute;
	bottom: -97px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 92%;
	z-index: 99;
}.ab2lt h6 {
	color: white;
	letter-spacing: 1px;
	font-size: 62px;
	font-weight: normal;
	font-family: slik;
	font-style: italic;
	line-height: 60px;
	margin-bottom: 30px;
}
  .ab2lt h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	max-width: unset;
	font-weight: normal;
	font-family: HelveticaNeue;
}
  .hometext p {
	font-size: 36px;
	line-height: 47px;
	text-align: center;
	max-width: 90%;
	margin: 0 auto;
	
    
	font-weight: normal;
}
  .list-product-tabs .tab-links {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
}

  .hcrmx h4 {
    text-align: left;
    text-decoration: underline;
    color: black;
    font-size: 14px;
}.hcrmx svg {
    margin-left: 0px;
    height: 15px;
}



.actcon {
    display: grid;
    grid-template-columns: 44% 54%;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    grid-gap: 10px;
}


 .actcon {
    display: grid;
    grid-template-columns: 34% 66%;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    grid-gap: 10px;
}.template-product .qty-group::before {
    content: " ";
    position: absolute;
    left: -23px;
    height: 35px;
    width: 2px;
    background: white;
    display:none;
}
.product-shop .qty-group input[name=quantity], .product-shop .qty-group input[name=group_quantity] {
    width: 48px;
    color: #2d2d2d;
}

}











@media(max-width:1200px){

.site-nav .menu-lv-1 {
	display: inline-block;
	margin-left: 0;
	margin-right: 18px;
	width: 100%;
}
   .menu-lv-1.item span {
	color: black;
}
  .menu-lv-1.item span {
	color: black !important;
}


  .container, .container-padd60 {
    max-width: 100%;
}
.indexnewsleter img.deskshow {
    min-height: 700px;
    object-fit: cover;
}
}




 @media only screen and (min-width: 1024px) and (max-width: 1366px)  {
.list-product-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
   .list-product-tabs .tab-links {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
}

  .template-product .halo-product-content .product_top {
    margin-bottom: 32px;
    padding-top: 60px;
}
   .template-product .qty-group::before {
    content: " ";
    position: absolute;
    left: -8px;
    height: 35px;
    width: 2px;
    background: white;
     display:none;
}

  

 }


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.hfsb b {
    font-size: 58px;
    margin-left: 40px;
    line-height: 82px;
}
  .hfsb {
    position: absolute;
    text-align: center;
    top: 55%;
    left: 30%;
    transform: translate(-50%,-50%);
    width: 35%;
    text-align: left;
}.hft {
    position: absolute;
    top: 8px;
    left: 5%;
    color: white;
    font-family: dom;
    font-size: 18px;
    letter-spacing: 2px;
}
  .hfsb h3 {
    font-size: 55px;
    margin: 0;
    color: white;
    line-height: 9px;
    font-family: tus;
    font-style: italic;
}
  .hfll {
    margin-top: 20px;
}
.hfll a {
    background: black;
    color: white;
    padding: 14px 24px;
    font-size: 12px;
    font-family: dom;
    letter-spacing: 2px;
    border-radius: 12px;
}
  .hfsb p {
    font-size: 11px;
    color: white;
    line-height: 13px;
    text-align: left;
    font-family: dom;
    margin-top: 30px;
}
.abcon h2 {
    margin: 0;
    font-size: 38px;
    font-family: lis;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 18px;
}
  .abcon {
    position: absolute;
    top: 64%;
    left: 10%;
    transform: translateY(-50%);
    width: 465px;
    color: white;
}
  .ab2i1 img {
    max-width: 76px;
}.ab2i1 h4 {
    color: white;
    margin-top: 10px;
    font-size: 11px;
}.brttab p {
    color: white;
    font-size: 22px;
    letter-spacing: 2px;
    padding-right: 20px;
}.header-bottom {
    background-color: black;
    color: #232323;
}

  .icon-nav .icon-line {
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: white;
}
  .icon-nav .icon-line:after {
   
    background: white;
}
  .icon-nav .icon-line:before {
  
    background: white;
}.tit h2 {
    font-size: 42px;
    font-style: italic;
    font-weight: lighter;
    margin: 0;
    margin-bottom: 15px;
    font-family: slik;
}.tit p {
    font-size: 18px;
    line-height: 23px;
    max-width: 657px;
    margin: 0 auto;
    font-family: dom;
}.ab2lt {
    padding-left: 0em;
    padding-top: 3em;
    padding-right: 0em;
}.ab2lt h4 {
    font-size: 12px;
    font-weight: normal; 
    line-height: 16px;
    max-width: unset;
    font-weight: normal;
    font-family: HelveticaNeue;
}.ab2lt h6 {
    color: white;
    letter-spacing: 1px;
    font-size: 39px;
    font-weight: normal;
    font-family: slik;
    font-style: italic;
    line-height: 37px;
    margin-bottom: 30px;
}.abou5r h3 {
    font-family: silk;
    font-size: 34px;
    line-height: 35px;
    margin-bottom: 23px; 
}

  .ab3lt {
    position: absolute;
    top: 68%;
    left: 50%;
    width: 90%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
    font-family: dom;
    /* max-width: 800px; */
}

  .ab3b p span {
    font-size: 12px;
    line-height: 16px;
}.ab3b .pink {
    font-size: 18px;
}.ab4tt {
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    width: 65%;
}.ab4tt h2 {
    font-family: silk;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 20px;
}

.ab4top p {
    font-size: 14px;
    line-height: 18px;
}
.ab4u a {
    font-family: dom;
    color: black;
    padding: 11px 53px;
    background: white;
    border-radius: 12px;
    font-size: 18px;
}.ab4ba h2 {
    font-family: silk;
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 46px;
}.ablock {
    position: absolute;
    bottom: -97px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    z-index: 99;
}


.layout_default .slick-arrow.slick-next {
    right: 13px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0 0 3px;
    top: 41%;
    right: 5px !important;
}

.actcon {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    grid-gap: 10px;
}.product-shop .qty-group .button.minus {
    border-left: 1px solid white;
    border: 1px solid white;
    border-radius: 6px;
    height: 35px;
    width: 60px !important;
}.product-shop .qty-group .button.plus {
    border-left: 1px solid white;
    border: 1px solid white;
    border-radius: 6px;
    height: 35px;
    width: 60px !important;
}.product-shop .qty-group input[name=quantity], .product-shop .qty-group input[name=group_quantity] {
    width: 48px;
    color: #2d2d2d;
    font-size: 22px;
}
  .actcon .qty-group {
    border-color: var(--border_input);
    max-width: 144px;
    background: transparent !important;
    color: white;
    margin-left: -55px;
}
   }






















@media(max-width:768px){
.actcon {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    grid-gap: 2%;
}

.wgtti {
	display: grid;
	grid-template-columns: 1fr;
	justify-content: flex-start;
	align-items: center;
	justify-items: baseline;
	margin-top: 45px;
}

  .deskshow{
  
  display:none;
  }

  .mobshow{
  display:block !important;
  }

.ab2i1 img {
	max-width: 95px;
}
 .ab2con {
	position: absolute;
	left: 50%;
	bottom: -76px;
	display: flex;
	z-index: 99;
	transform: translateX(-50%);
   display:none;
}
  #shopify-section-16517707614a892cd7 {
	margin-bottom: 80px;
}
  .bslider .swiper-button-next::after, .bslider .swiper-button-prev::after {
	font-family: swiper-icons;
	font-size: 21px !important;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	font-weight: 700;
}
 .abcon {
    position: absolute;
    top: 89%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
    width: 104%;
}
  .abcon {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: white;
	width: 80%;
}
.abcon h2 {
    margin: 0;
    font-size: 34px;
    text-align: left;
    line-height: 35px;
    margin-bottom: 20px;
    max-width: 92%;
    margin: 0 auto;
    margin-bottom: 10px;
}
  .subb p {
	font-size: 12px;
	line-height: 15px;
}.bts a {
	background: white;
	color: black;
	padding: 10px 68px;
	border-radius: 7px;
}
  
  .ab2i1 h4 {
	color: black;
	margin-top: 10px;
}
  
  .bslider{
  overflow:visible;
  }
.ab2con h4 {
	font-size: 11px;
	text-align: center;
	font-weight: normal;
}
  .layout_default .homepage-reviews .widget-title .box-title {
	font-size: 26px !important;
	font-weight: 700;
}
  .fytitle h3 {
	font-size: 32px;
	margin-bottom: 20px;
}
  .fypcon {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
  .rbot {
	display: block;
}
  
 .hometext {
	padding: 40px 20px;
}
  .hometext p {
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
	font-weight: bold;
}
  .site-footer .footer-top {
	padding: 65px 0 56px;
	background: black;
    padding-top:0px;
}
  
  
  
  .myxSwiper .swiper-button-next {
	left: 8%;
	top: 37%;
	color: #fff;
	transform: rotate(90deg);
}
  
  .myxSwiper .swiper-button-prev {
	top: 19%;
	left: 8%;
	transform: rotate(90deg);
	color: #fff;
}
  .myxSwiper .swiper-button-prev::after, .myxSwiper .swiper-button-next::after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	font-size: 52px;
}
  .mobhide{
  display:block !important;
  }

  
  .hfsb {
	position: absolute;
	text-align: center;
	top: 82%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	margin: 0 auto;
}
  .hfsb p {
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}
  .hfsb h3 {
	font-size: 44px;
	margin: 0;
	color: #fff;
	line-height: 48px;
}
  .htsb {
	position: relative;
	top: unset;
	right: unset;
	transform: unset;
	text-align: right;
	padding: 20px 35px;
	background: #2e3a4a;
	color: white;
}
  .htsl a {
	color: white;
}
  .htsb h3 {
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	line-height: 30px;
}
  
  .htsb p {
	font-weight: lighter;
	font-size: 16px;
	line-height: 25px;
}
  .instab {
	position: absolute;
	top: 5%;
	left: 3%;
	text-align: left;
}
  .instab h2 {
	margin: 0;
	position: relative;
	font-size: 18px;
}
  .instab p {
	font-weight: lighter;
	font-size: 10px;
}
  
.ab2con {
	position: absolute;
	left: 50%;
	bottom: -76px;
	display: flex;
	z-index: 99;
	transform: translate(-50%);
	width: 100%;
	margin: 0 auto;
	justify-content: center;
} 
  
  
  .hmenu{
  
  display:none;
  }
  
  .product-card__button2 span {
	font-size: 12px;
}
  
  
  .item-c {
	padding: 0 10px;
	min-width: 145px;
}
  .home-cgi {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-top: 40px;
	padding: 0 0em;
	overflow-y: scroll;
    flex-direction:column;
}
  .item-c h4 {
	color: #000;
	margin: 15px 0 0;
	font-weight: 700;
	font-family: HelveticaNeue;
	letter-spacing: 1px;
	font-size: 16px;
	padding-bottom: 10px;
}
  
  .ab2i1 {
	padding: 0 10px;
	text-align: center;
}
  .wgti {
	width: 100%;
	text-align: center;
}
  .list-product-tabs li .tab-links {
	text-align: center;
	padding: 8px 15px 6px;
	font-weight: 500;
	border-color: #828282;
	border: unset;
	text-align: center;
}
  .layout_default .homepage-reviews .widget-title .box-title {
	font-size: 26px !important;
	font-weight: 700;
	text-align: left;
	padding-left: 26px;
	max-width: 300px;
}
  #insta-feed h2 {
	margin-bottom: 30px;
	font-size: 38px;
	text-align: left;
	padding-left: 26px;
	line-height: 42px;
}
  .hometext p {
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	max-width: 75%;
	margin: 0 auto;
	font-weight: 700;
}
  .widget-title .box-title .title {
	padding: 0 10px 0 24px;
	position: relative;
	z-index: 1;
	background-color: var(--body_bg);
	padding: unset;
	text-align: left;
}
  .list-product-tabs .tab-links {
	text-transform: uppercase;
	
	font-size: 22px;
	letter-spacing: 3px; 
	border: unset;
}

  .list-product-tabs .tab-links {
	border-color: #646464;
	color: #000;
	position: relative;
}
  
.list-product-tabs.product-tabs-style3 .tab-links.active::before {
	position: absolute;
	content: "";
	width: calc(69% - 30px);
	height: 1px;
	left: 15px;
	bottom: -2px;
	border: 1px solid black;
	left: 50%;
	transform: translateX(-50%);
}
.template-collection  .products-grid .product-image .product-grid-image,.template-index .products-grid .product-image img {
	min-height: 216px;
	border-radius: 12px;
}
  
  .template-collection .product-bottom.align-center {
	background: #f2f2f2;
}
  .template-collection .price-box{
  display:none;
  }.breadcrumb {
	display: none;
}
  
  
  .btn.btn-cancel {
	display: none;
}
  .collection-header .page-header h1, .collection-header .page-header h2 span {
	text-align: center;
}
  .collection-header .page-header h1, .collection-header .page-header h2 {
    margin-top: 70px;
  }
  .collection-header h1 span, .collection-header-sections .collection-des .rte, .collection-header-sections .collection-des .rte a, .collection-header-sections .collection-des .rte p {
	color: white;
	text-align: center;
}
  
  .template-collection .btn.add-to-cart-btn.atcsw {
	border-radius: 12px;
	padding-bottom: 20px;
	margin-bottom: 32px;
}
  

  .lit {
/* 	min-width: 219px; */
	text-align: center;
}
  
  .list-product-tabs.product-tabs-style3 {
	flex-wrap: unset;
	overflow-y: scroll;
	padding-bottom: 0px;
	width: 100%;
}.list-product-tabs .tab-links {
	text-transform: uppercase;
	color: white;
	font-size: 14px; 
	letter-spacing: 3px;
	font-weight: bold;
}
  
  .mb-area .menu-lv-1.item.dropdown.no-mega-menu a span {
	color: black !important;
} 
  .swiper {
	width: 100%;
	display: block;
}
  
  .deskshow{
  display:none !important;
  }
  .mobshow{
  display:block !important;
  }
  
  .tit {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 61%;
	line-height: 30px;
	font-weight: 400;
}
  .about-2 {
	display: grid;
	grid-template-columns: 1fr;
}
  .ab2lt h6 {
	color: #7b7a72;
	letter-spacing: 1px;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 15px;
}
  .ab2lt p {
	
}
  .ab2rc {
	position: absolute;
	left: unset;
	width: 100%;
	top: 0;
}
  .ab2t {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
}.ab2t h2 {
	color: #fff;
	font-weight: lighter;
	max-width: 97%;
	font-size: 22px;
	line-height: 30px;
}
  .ab2b p {
	color: #fff;
	max-width: 273px;
	position: absolute;
	bottom: 9%;
	left: 15%;
	font-weight: lighter;
}.ab2ltb {
	background: #b7acad;
	/* padding: unset; */
	color: #fff;
	margin-top: unset;
	margin-left: unset;
	margin-right: unset;
	padding: 65px;
}
  .ab2ltb p {
	font-weight: lighter;
	max-width: 300px;
	margin: 0 auto;
}
  .ab2lt p {
	
}
  .ab2lt h4 {
	font-size: 42px;
	font-weight: lighter;
	line-height: 60px;
	max-width: 400px;
	font-weight: 700;
	margin-bottom: 40px;
}
  .ab2ltb.mobshow strong {
	font-size: 18px;
}
  .ctit {
	position: absolute;
	top: 5%;
	left: 9%;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 33px;
}
  .ab3li {
	text-align: right;
	margin-top: 40px;
	padding-right: 81px;
	display: none;
}
  .titc {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
  .titcc {
	position: absolute;
	top: 54%;
	left: 50%;
	width: 81%;
	transform: translateX(-50%);
}
  .ctir {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
  .ctir font {
	color: white;
	font-size: 18px;
}
  .ctil {
	font-size: 22px;
	font-weight: lighter;
	max-width: 270px;
	display: none;
}.ctil {
	font-size: 22px;
	font-weight: lighter;
	max-width: 100%;
	display: none;
	padding: 40px 70px;
	background: #47484d;
	color: #fff;
}
  .about-4 {
	display: grid;
	grid-template-columns: 1fr;
}
  .ab4rc {
	padding: 4rem 4rem;
}
  .ab4rc h3 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
	max-width: 85%;
}
  .ab4rr {
	display: grid;
	grid-template-columns: 1fr;
	color: #fff;
	grid-gap: 33px;
	font-weight: lighter;
	font-size: 18px;
}
  .ab5r {
	position: absolute;
	top: 50%;
	left: 11%;
	color: #fff;
	width: 76%;
	transform: translateY(-50%);
}
  .ab5r font {
	color: white;
}
  .ab6ab h3 {
	font-size: 32px;
	margin-bottom: 35px;
	color: #fff;
}
  .ab6ab h2 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 0;
}
  .ab6rr {
	color: #fff;
	font-weight: lighter;
	font-size: 18px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px;
}
  .ab6ab {
	position: absolute;
	width: 76%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
  .ab5r h3 {
	font-size: 28px;
	margin-bottom: 20px;
}
  .ab5rr p {
	font-size: 14px;
	font-weight: lighter;
	line-height: 18px;
}
  .ab5r {
	position: absolute;
	top: 74%;
	left: 11%;
	color: #fff;
	width: 76%;
	transform: translateY(-50%);
}
  .ab6rr {
	color: #fff;
	font-weight: lighter;
	font-size: 14px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px;
	line-height: 18px;
}
  .ab6ab {
	position: absolute;
	width: 76%;
	top: 41%;
	left: 50%;
	transform: translate(-50%,-50%);
}
  .ab6lo {
	position: absolute;
	top: unset;
	right: unset;
	width: 273px;
	bottom: 4%;
	left: 13%;
}
  .ab4l svg {
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%);
	height: 66px;
	width: 66px;
	bottom: -67px;
	top: unset;
}
  .ab5rr p {
	color: white;
}
  .ab2con {
	position: absolute;
	left: 50%;
	bottom: 2px;
	display: none;
	z-index: 99;
	transform: translate(-50%);
	width: 100%;
	margin: 0 auto;
	justify-content: center;
}
  .bslider {
    overflow:hidden;
	overflow-y: hidden;
	height: auto;
}
  .site-nav .menu-lv-1 {
	display: inline-block;
	margin-left: 0;
	margin-right: 18px;
	width: 100%;
}
   .menu-lv-1.item span {
	color: black;
}
  .menu-lv-1.item span {
	color: black !important;
}
  #shopify-section-16517707614a892cd7 {
	margin-bottom: 0px;
}
  .home-cgi {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-top: 20px;
	padding: 0 0em;
	overflow-y: scroll;
    border-radius:12px;
}

  .hctop p {
    color: white;
    font-family: dom;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 15px;
}
  #shopify-section-16517707614a892cd7 {
	margin-bottom: 20px;
}
  
  
 #product-tabs-165185410637bc1233 .wgtti {
	display: grid;
	grid-template-columns: 1fr;
	justify-content: flex-start;
	align-items: center;
	justify-items: baseline;
	margin-top: 15px;
}
  .show-popup-qs .product-card__variant--popup--content .swatch {
	margin-bottom: 15px;
}
  
  .products-grid .col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
  .template-collection .btn.add-to-cart-btn.atcsw.spo-container {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 28px;
	margin: 0 auto !important;
	padding-bottom: 20px;
}
  .style_product_grid_7 .action.show-popup-qs .product-card__variant--popup {
	position: unset;
	width: 100%;
	bottom: 0;
	z-index: 3;
	padding-bottom: 30px;
}
  
  
 .product-tabs-content .slick-dots {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	letter-spacing: -.33em;
	line-height: 0;
	margin-top: 20px;
}
  
  
  .template-collection .style_product_grid_7 .product-item .wrapper-button-card {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	position: unset;
	margin-bottom: 10px !important;
}
  .list-product-tabs.product-tabs-style3 {
	flex-wrap: unset;
	overflow-y: scroll;
	padding-bottom: 20px;
	width: 100%;
}
  
  .bolt1 {
	position: absolute;
	bottom: 51%;
	right: 5%;
	width: 66px;
}
  
  
.bolt2 {
	position: absolute;
	bottom: 39%;
	right: 6.1%;
	width: 51px;
	text-align: center;
	color: white;
	cursor: pointer;
}
  .bolt3 {
	position: absolute;
	right: 6.1%;
	bottom: 28%;
	width: 55px;
	text-align: center;
	color: white;
}
  .bolt4 {
	right: 6.5%;
	bottom: 21%;
	width: 51px;
	text-align: center;
}
  .main-contact {
	padding: 4% 6%;
	display: grid;
	grid-template-columns: 1fr;
}
  .crsec {
	background: white;
	padding: 6% 4%;
	border-radius: 18px;
}
  .fsub svg {
	position: absolute;
	top: 50%;
	left: 72%;
	transform: translate(-50%,-50%);
}.tb2 .fsub svg {
	position: absolute;
	top: 50%;
	left: 84%;
	transform: translate(-50%,-50%);
}
  
  .toolbar-bottom {
	display: grid !important;
	grid-template-columns: 1fr;
	text-align: center;
}
  .hasnovar .action {
	padding-bottom: 30px;
}
  .collbar {
	display: none;
}
  
  .style_product_grid_7 .product-item .wrapper-button-card {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	position: unset;
	margin-bottom: 40px;
	border-radius: 12px;
}
  
  
  .lxti {
	max-width: 1300px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 35px;
	font-size: 34px;
	line-height: 42px;
	font-weight: bold;
}
  
  .prdblktop {
	position: relative;
	top: 50%;
	width: auto;
	padding: 2em 5em;
	border-radius: 53px;
	background: rgba(232,232,232,.6);
	transform: translateY(-50%);
	right: unset;
}
  
  .prodsel {
	margin: 0 auto;
	padding: 0 1rem;
	position: relative;
}
  .prdblktop {
	position: relative !important;
	/* top: 50%; */
	width: 100%;
	padding: 0 20px;
	border-radius: 53px;
	background: unset;
	transform: unset;
	right: unset;
}
  .prdblktop h3 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 20px;
}
  
  
  .prodsel2 .prdblktop {
	position: relative !important;
	/* top: 50%; */
	width: 100%;
	padding: 0 20px;
	border-radius: 53px;
	background: unset;
	transform: unset;
	left: unset;
}
  
  .prdblktop {
	position: relative !important;
	/* top: 50%; */
	width: 100%;
	padding: 0 0px;
	border-radius: 53px;
	background: unset;
	transform: unset;
	right: unset;
}
  
  .prdblktop .ggc.hasvar.inner.product-item {
	min-width: 300px;
}
  .prodloop {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	overflow-x: scroll;
}
  
  .prodloop .hasnovar .action {
	 padding-bottom: 0px; 
}
  
  .prodloop .ggc.hasnovar.inner.product-item {
	min-width: 300px;
}
  
.prdblk   .product-item .wrapper-button-card {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	position: unset;
	margin-bottom: 40px;
	border-radius: 0px 0px 12px 12px !important;
}
  
  .prdblk .hasnovar .btn.add-to-cart-btn.atcsw.spo-container {
	margin-top: 63px !important;
	max-width: 90%;
	margin: 0 auto;
}
  .ftmenu {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
 .hft {
    position: absolute;
    top: 20px;
    left: 5%;
    color: white;
    font-family: dom;
    font-size: 14px;
    letter-spacing: 2px;
}
  .hfsb b {
    font-size: 115px;
    margin-left: 40px;
    line-height: 58px;
}
  .hfsb p {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}
  .hfsb {
    position: absolute;
    text-align: center;
    top: 36%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    margin: 0 auto;
}
  .hfll a {
    background: black;
    color: white;
    padding: 12px 29px;
    font-size: 18px;
    font-family: dom;
    letter-spacing: 2px;
    border-radius: 12px;
}
  .hfsbr {
    position: relative;
    top: unset;
    right: unset;
    width: auto;
    color: white;
    text-align: center;
    background: #1d0125;
    padding: 20px 20px;
}
  .hfsb b {
    font-size: 58px;
    margin-left: 0;
    line-height: 36px;
}
  .hfsb h3 {
    font-size: 32px;
    margin: 0;
    color: #fff;
    line-height: 48px;
}
.hfsb p {
    font-size: 15px;
    color: white;
    line-height: 18px;
    text-align: left;
    font-family: dom;
    margin-top: 25px;
}
  .hfll {
    margin-top: 30px;
}
  .lmt {
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    color: white;
    font-family: set;
    font-style: italic;
    font-size: 60px;
}
  .lmt .pink {
    position: absolute;
    right: -23px;
    top: 45px;
    font-size: 108px;
}
  .lmt {
    position: absolute;
    left: 50%;
    top: 38px;
    transform: translateX(-50%);
    color: white;
    font-family: set;
    font-style: italic;
    font-size: 60px;
}
  .lab h3 {
    font-size: 20px;
    color: white;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
  .lab p {
    font-size: 14px;
    color: white;
    line-height: 16px;
    font-weight: lighter;
    padding-right: 20px;
}
  .lab {
    position: absolute;
    bottom: 12%;
    left: 40px;
    max-width: 530px;
}
  .brttab span {
    color: white;
    font-family: dom;
    line-height: 18px;
    font-size: 14px;
    margin-top: 5px;
}
  .rtab h3 {
    font-size: 34px;
    font-family: res;
    font-style: italic;
}
  .rbabb p {
    font-size: 16px;
    color: white !important;
    font-weight: normal !important;
    line-height: 20px;
    font-family: dom;
}
  .rbrabb p {
    font-size: 16px;
    color: white !important;
    font-weight: normal !important;
    line-height: 20px;
}
  .layout_default .homepage-reviews .widget-title .box-title {
    font-size: 26px !important;
    font-weight: 700;
    text-align: left;
    padding-left: 26px;
    max-width: initial;
    line-height: 46px;
}

  .template-index .header-bottom {
    background-color: transparent;
    color: #232323;
}

  .icon-nav .icon-line {
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ec0c0d;
}
  .icon-nav .icon-line:before, .icon-nav .icon-line:after {
    background-color: #ec0c0d;
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    transition: transform .3s;
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
}
  .indexnewsleter input.input-group-field {
    background: transparent;
    border: none !important;
    border-bottom: 2px solid white !important;
    text-align: center;
    font-size: 30px;
    font-family: tes;
    font-weight: bold;
    font-style: italic;
    color: white !important;
    margin-bottom: 55px;
}
.indexnewsleter form#contact_form {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
}
  .textri {
    position: absolute;
    right: unset;
    bottom: 27%;
    color: white;
    font-size: 32px;
    font-family: tes;
    font-style: italic;
    font-weight: bold;
    transform: translateX(-50%);
    left: 50%;
    width: 80%;
    text-align: center;
}

  .textlef {
    position: absolute;
    left: 50%;
    bottom: 10%;
    color: #a3a3a3;
    font-size: 14px;
    font-family: 'dom';
    max-width: 80%;
    line-height: 18px;
    padding: 0 20px;
    margin: 0 auto;
    transform: translateX(-50%);
    width: 80%;
}

  .hometext p {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
    font-weight: 700;
}
  .textc {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
    width: 80%;
}
  .hmenu.hmob.mobshow {
    position: absolute;
    bottom: 0;
    z-index: 99;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}

.hmenu.hmob.mobshow {
    position: absolute;
    bottom: 0;
    z-index: 99;
}
  .brttab {
    position: absolute;
    bottom: 0;
    background: black;
    width: 100%;
    padding: 12px 37px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
}

  .homone {
    position: relative;
}
  .hmob.hmenu .hm {
    border-right: 2px solid #ec0c0d;
    border-top: 2px solid #ec0c0d;
}

.hmenu a {
    color: white;
    text-align: center;
    font-family: slik;
    font-style: italic;
    font-size: 16px;
}

  .hmenu a {
    padding: 12px;
    color: white;
    flex: 1;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}.hmenu a {
    padding: 5px 10px;
    color: white;
    flex: 1;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
}
  .tit h2 {
    font-size: 38px;
    font-style: italic;
    font-weight: lighter;
    margin: 0;
    margin-bottom: 15px;
    font-family: slik;
    line-height: 39px;
}.tit p {
    font-size: 18px;
    line-height: 24px;
    max-width: unset;
    margin: 0 auto;
    font-family: dom;
}
  .tit {
    position: absolute;
    left: 50%;
    top: 68%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 22px;
    text-align: center;
    width: 74%;
    line-height: 30px;
    font-weight: 400;
}
.ab2lt {
    padding-left: unset;
    padding-top: unset;
    padding-right: unset;
}
  .ablock {
    position: relative;
    bottom: unset;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    left: unset;
    transform: unset;
    width: 100%;
    z-index: auto;
}.ab2lt h4 {
    font-size: 18px;
    font-weight: lighter;
    line-height: 22px;
    max-width: 100%;
    font-weight: 700;
    margin-bottom: 40px;
}
  .ab2lt {
    padding-left: 4em;
    padding-top: 3em;
    padding-right: 5em;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    color: white;
    width: 85%;
}.ab2lt h6 {
    color: #7b7a72;
    letter-spacing: 1px;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 37px;
    color: white;
}.ab2lt h4 {
    font-size: 16px;
    font-weight: lighter;
    line-height: 24px;
    max-width: 100%;
    font-weight: 700;
    margin-bottom: 0px;
}.ab2lt p a {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    max-width: unset;
    color: white;
    font-family: dom;
    background: red;
    padding: 9px 45px;
    border-radius: 12px;
}.ab2lt h4 {
    font-size: 14px;
    font-weight: lighter;
    line-height: 16px;
    max-width: 100%;
    font-weight: 700;
    margin-bottom: 0px;
}.ab2lt {
    padding-left: 0em;
    padding-top: 0em;
    padding-right: 0em;
    max-width: 100%;
    position: absolute;
    top: 62%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    color: white;
    width: 85%;
}.ab2lt h6 {
    color: #7b7a72;
    letter-spacing: 1px;
    font-size: 38px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 37px;
    color: white;
}.ab2lt h4 {
    font-size: 16px;
    font-weight: normal !important;
    line-height: 24px;
    max-width: 100%;
    font-weight: 700;
    margin-bottom: 0px;
}.ab2lt p a {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    max-width: unset;
    color: white;
    font-family: dom;
    background: red;
    padding: 15px 45px;
    border-radius: 12px;
    letter-spacing:1px;
}
  .ablock {
    position: relative;
    bottom: unset;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    left: unset;
    transform: unset;
    width: 100%;
    z-index: auto;
}.ablcitm {
    display: grid !important;
    grid-template-columns: 40% 60%;
    background: black;
    color: white;
    border-radius: 20px;
}
.ab3b {
    display: grid;
    grid-template-columns: 40% 60%;
    background: black;
    color: white;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px 15px;
}.ab3b p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px !important;
    line-height: 16px;
}.ab3b h3 {
    margin: 0;
    font-family: dom;
    font-size: 14px;
    letter-spacing: 1px;
}
  .ablcitm {
    display: grid !important;
    grid-template-columns: 30% 70%;
    background: black;
    color: white;
    border-radius: 20px;
    
}
  .ablcitm {
    display: grid !important;
    grid-template-columns: 30% 70%;
    background: black;
    color: white;
    border-radius: 20px;
    margin: 0 40px;
}
  .ablock {
    position: absolute;
    bottom: unset;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    left: unset;
    transform: unset;
    width: 100%;
    z-index: auto;
    bottom: -180px;
    z-index: 9;
}.ablcrin p {
    font-size: 10px;
    line-height: 11px;
}.ablcitm {
    display: grid !important;
    grid-template-columns: 30% 70%;
    background: black;
    color: white;
    border-radius: 20px;
}.ablcrin a {
    color: white;
    font-size: 12px;
    text-decoration: underline;
    font-family: dom;
}
 .about1con .sprev.slick-arrow {
    background: url(https://cdn.shopify.com/s/files/1/0619/7529/8254/t/2/assets/rprev.png?v=1659635960);
    width: 33px;
    height: 60px;
    background-size: cover;
    border: unset;
    left: 6px;
}
 .about1con .snext.slick-arrow {
    right: 0;
    background: url(https://cdn.shopify.com/s/files/1/0619/7529/8254/t/2/assets/rnex.png?v=1659635953);
    width: 33px;
    height: 60px;
    background-size: cover;
    border: unset;
    right: 7px;
}
  .ab3l {
    display: block;
    width: 100%;
    float: left;
}
  .ab3lr {
    padding-right: unset;
    display: block;
    width: 100%;
    float: left;
}.ab3col {
    padding: 0 20px !important;
    position: absolute;
    bottom: -292px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}.about3 {
    display: flex;
    padding-bottom: 90px;
    flex-direction: column;
}.ab3lt {
    position: absolute;
    top: 68%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
    font-family: dom;
    /* max-width: 800px; */
}.ab3lt h3 {
    font-size: 42px;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
    margin-bottom: 20px;
    font-family: slik;
    font-style: italic;
}
  .ab3lt p {
    line-height: 20px;
}.ab3col .grid-item {
    padding: 12px 12px;
    background: #f2f2f2;
    border-radius: 12px;
    padding-bottom: 0px;
    margin: 5px;
}.ab3lr {
    margin-right: unset;
    margin-left: unset !important;
}.ab3lr {
    margin-right: unset;
    margin-left: unset !important;
    margin-top: 299px;
}.ab3lt h3 {
    font-size: 34px;
    font-weight: normal;
    line-height: 34px;
    margin: 0;
    margin-bottom: 11px;
    font-family: slik;
    font-style: italic;
}.ab3lt {
    position: absolute;
    top: 58%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
    font-family: dom;
    /* max-width: 800px; */
}.ab3col {
    padding: 0 20px !important;
    position: absolute;
    bottom: -286px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}.ab3rt h3 {
    font-family: slik;
    font-style: italic;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}.ab4ba {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
    width: 100%;
}.ab3rt p {
    font-family: dom;
    text-align: center;
}.abo5c {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column-reverse;
    color: white;
    grid-gap: 10px;
    width: 99%;
}.abou5r h3 {
    font-family: silk;
    font-size: 42px;
    line-height: 47px;
    margin-bottom: 23px;
    padding-right: 58px;
}.abou5l .grid-item {
    padding: 12px 0px;
    background: #f2f2f2;
    border-radius: 12px;
    padding-bottom: 0px;
    margin: 20px;
}
 .ab4tt h2 {
    font-family: silk;
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 20px;
}.ab4tt {
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    width: 80%;
}.ab4top {
    color: white;
    display: grid;
    grid-template-columns: 1fr;
}.ab4top p {
    font-family: dom;
    font-size: 14px;
    line-height: 18px;
}.abtl {
    margin-bottom: 20px;
}.ab4u a {
    font-family: dom;
    color: black;
    padding: 9px 31px;
    background: white;
    border-radius: 12px;
    font-size: 15px;
    width: 80%;
    display: block;
    margin: 0 auto;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px;
}.ab4bot {
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}.ab4ba h2 {
    font-family: silk;
    font-size: 36px;
    margin-bottom: 12px;
    line-height: 40px;
}.ab4ba p {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
}.abou5r {
    padding: 0 20px;
}
.about5  .product-item .product-grid-image {
    position: relative;
    display: block;
    padding-top: 100% !important;
}.ab3b h3 {
    margin: 0;
    font-family: dom;
    font-size: 14px;
}.ab3b p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 15px;
}.about3 {
    display: flex;
    padding-bottom: 0;
    flex-direction: column;
}.ab3rt {
    padding: 4rem 4rem;
    padding-top: 2rem;
}

 .abou5l {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 auto;
}
  .abou5l .grid-item {
    padding: 12px 0px;
    background: #f2f2f2;
    border-radius: 12px;
    padding-bottom: 0px;
    margin: 20px;
    padding: 0 10px;
}
  .abou5l a.btn {
    font-size: 10px;
    padding: 8px 9px !important;
}.abcon {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
    width: 80%;
}
  .abcon .subb {
    max-width: 90%;
    margin: 0 auto;
}.bts {
    margin-top: 30px;
    color: white;
    text-align: left;
}.abcon .subb {
    max-width: 90%;
    margin: 0 auto;
}.abcon h2 {
    margin: 0;
    font-size: 42px;
    text-align: left;
    line-height: 35px;
    margin-bottom: 20px;
    max-width: 92%;
    margin: 0 auto;
    margin-bottom: 10px;
}
  div#sticky-wrapper.is-sticky {
    display: none;
}
  .hcinner button.snext.slick-arrow {
    right: -30px;
    top: 45px;
}.hcinner button.sprev.slick-arrow {
    left: -29px;
    top: 45px;
}
  .hcinner.slick-slider .slick-track {
    min-width: 100%;
    display: flex;
    align-items: center;
}
.bts a {
	
	padding: 12px 28px;
	
}.box-title span {
    font-style: italic;
    font-family: six;
    font-size: 34px;
    margin-bottom: 10px;
}.home-product-tabs .selector-wrapper.selector-wrapper-1.swatch.js.product-form__item {
    display: none;
}

.home-product-tabs  .style_product_grid_7 .product-item .wrapper-title .product-vendor,.home-product-tabs .style_product_grid_7 .product-item .wrapper-title .product-title {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    height: 50px;
}
  .hfsbr h3 {
    font-family: rus;
    font-size: 44px;
    font-style: italic;
    margin: 0;
    margin-bottom: 10px;
    font-weight: lighter;
}.hfsbr p {
    font-family: dom;
    margin-bottom: 25px;
    max-width: 286px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
}.hfsbr p {
    font-family: dom;
    margin-bottom: 25px;
    max-width: 286px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}.hfrr a {
    color: white;
    font-family: dom;
    font-size: 16px;
    letter-spacing: 1px;
}.hfrr svg {
    width: 14px;
    height: 14px;
    margin-left: 4px;
}.hfrr a {
    color: white;
    font-family: dom;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}.footer_titb {
    text-align: center;
    padding: 26px;
    font-size: 38px;
    font-style: italic;
    font-family: tis;
    font-weight: bold;
    line-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.footer_titb b {
    font-size: 20px;
    line-height: 22px;
    font-style: normal;
    font-family: dom;
    padding-left: 0;
    letter-spacing: 1px;
}.rtop {
    position: relative;
    margin: 0 20px;
}
  .brttab {
    position: absolute;
    bottom: 0;
    background: black;
    width: 100%;
    padding: 12px 20px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
}.brttab {
    position: absolute;
    bottom: -80px;
    background: black;
    width: 100%;
    padding: 12px 20px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
}.rtop {
    position: relative;
    margin: 0 20px;
    margin-bottom: 105px;
}.textc {
    position: absolute;
    top: 42.6%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
    width: 80%;
}.indexnewsleter input.input-group-field {
    background: transparent;
    border: none !important;
    border-bottom: 2px solid white !important;
    text-align: center;
    font-size: 30px;
    font-family: tes;
    font-weight: bold;
    font-style: italic;
    color: white !important;
    margin-bottom: 40px;
    border-bottom: none !important;
}.texlo.mobshow {
    position: absolute;
    top: 42px;
    max-width: 55%;
    left: 50%;
    transform: translateX(-50%);
}#product-tabs-165185410637bc1233 {
    margin-bottom: 40px;
    background: url("https://cdn.shopify.com/s/files/1/0619/7529/8254/t/2/assets/Layer%2096%20copy.png?v=1659983594");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}div#shopify-section-1653596854200dd181 {
    background: url(https://cdn.shopify.com/s/files/1/0619/7529/8254/t/2/assets/Layer%2097%20copy.png?v=1659983710);
    background-size: contain;
    background-repeat: no-repeat;
}
  .home-product-tabs .product-des.abs-bottom {
    display: none;
}.ftmenu.mobhide {
    display: none !important;
}.row.footmen {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  .footmen .col-footer.col-12.col-md-6 {
    margin: 0 !important;
    padding: 0 !important;
}
  .site-footer .foot-link {
    padding: 2px 0;
    color: white;
    padding-left: 25px;
}.footmen h3.foot-title.dropdow-mb.open {
    padding-left: 25px;
}.footmen h3.foot-title.dropdow-mb.open {
    padding-left: 25px;
    border-color: #ec0c0d;
    padding-top: 20px;
}.site-footer .col-footer .dropdow-mb.open:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
}.footmen .col-footer:first-child h3.foot-title.dropdow-mb.open {
    border-right: 2px solid #ec0c0d;
}
.footmen h3.foot-title.dropdow-mb.open {
    padding-left: 25px;
    border-color: red;
    padding-top: 20px;
    font-weight: lighter;
    letter-spacing: 1px;
  border-bottom:2px solid #ec0c0d;
}.footmen ul {
    margin: 38px 0 !important;
}
 .footer-social .social-icons {
    letter-spacing: -.33em;
    margin: 0;
    line-height: 0;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}.footer-2 .foot-title.social-title {
    margin-bottom: 0px;
    color: white;
    font-size: 14px;
}.col-12.col-md-12.col-xl-4.footer-col-right {
    border-bottom: none !important;
}.footer-2 .footer-top .footer-newsletter {
    margin-bottom: 35px;
    padding: 0 35px;
}
  .footer-top .col-12.col-md-12.col-xl-4 {
    border-bottom: 2px solid red;
}.footer-2 .footer-top .footer-newsletter {
    margin-bottom: 35px;
    padding: 0 35px;
    padding-top: 40px;
}.mnslo img {
    max-width: 244px;
}.footer-bottom div {
    font-size: 11px;
}

  .hometext p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 700;
}
  .wrapper-overlay {
    display: none !important;
}
  html.js.translate-overlay .hmenu {
    display: none !important;
}

  .logobtex h2 {
    color: white;
    margin: 0px;
    font-size: 28px;
    font-family: tes;
    font-style: italic;
    margin-bottom: 10px;
}
  .logobtex {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}.hcinner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    padding-top: 0;
    flex-wrap: wrap;
}
  .layout_default .slick-arrow.slick-next {
    right: 0px !important;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0 0 3px;
    top: 41%;
}
  .cart-icon .cartCount {
    background-color: TRANSPARENT;
    color: #ffffff;
    BORDER: 1px solid white;
    right: 0px !important;
}
  .template-collection .product-image::after {
    content: " ";
    position: absolute;
    height: 1px auto;
    width: 100%;
    border-top: 2px solid #dfdfdf;
    left: 0;
    bottom: -70px !important;
    display:none;
}
  .template-collection  .products-grid .product-image .product-grid-image, .template-index .products-grid .product-image img {
    min-height: 360px;
    border-radius: 12px;
}


.template-collection .show-popup-qs .product-card__button2 {
    display: flex;
    position: relative;
    bottom: 10px;
    width: 93%;
    left: 0px;
    margin: 0 auto;
    justify-content: center;
}

  .pop.ggc.hasnovar.inner.product-item .btnt {
    height: 130px !important;
}
  .template-collection .product-title {
    height: 55px;
    line-height: 20px;
}


.hmenu {
    display: flex;
}

.hbott .hmenu a {
    font-size: 10px;
    padding: 10px 0;
    letter-spacing: 1px;
}
  .yout_link a {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transform: unset;
}
.yout_link svg {
    width: auto;
    height: 26px;
    margin-right: 16px;
}

.hbott {
    top: 66px !important;
}

  
}

























/*****************email icon hover effect  start******************/
.site-footer li.email a:hover {
    color: white;
    background: #e34133;
}
/*****************email icon hover effect  end******************/

/*****************email form fixes css start ******************/

.shopify-challenge__container .g-recaptcha {
    margin: 12rem 0 2rem;
}
@media (max-width:600px){
  .shopify-challenge__container .g-recaptcha {
    margin: 6rem 0 2rem;
}
}

/*****************email form fixes css end ******************/


/*****************HTML sitemap css start ******************/

.html-sitemap-main-container {
    width: 100%;
    max-width: 1280px;
    margin: 200px auto 50px;
    padding: 0 20px;
}

.html-sitemap-main-container ul li {
    margin-bottom:10px;
}
.html-sitemap-main-container ul li a{
    display: block;
}
.html-sitemap-main-container ul li a:hover{
    text-decoration:underline;
}

@media (max-width:1001px){
  .html-sitemap-main-container {
      margin: 150px auto 50px;
  }
}

@media (max-width:768px){
  .html-sitemap-main-container {
      margin: 110px auto 50px;
  }
}

/*****************HTML sitemap css end ******************/

/*****************Product accordian styling start ******************/
.accordion_body h2{
margin-bottom:0px;
}


/*****************Product accordian styling end ******************/

/*************** Copy batch one styling  start ***************************/
/* collection form fix start */
@media (max-width: 500px) {
  .locale-selectors__content form {
    width: 100% !important;
  }
}
/* collection form fix end */

.ab2lt p {
    padding-top: 0;
}
.ab2lt p a{
  display:inline-block;
}

/* according styling start */
#faq-test .main-content {
    margin-top: 170px;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

/* .active, .accordion:hover {
  background-color: #ccc; 
} */

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
h3.accordion {
  position: relative;
}
h3.accordion:after {
  content: '+';
  position: absolute;
  right: 30px;
  font-size: 25px;
}
h3.accordion.active:after {
  content: '-';
}
/* according styling start end*/

/******* collection page stlye start ************/
/* collection banner start  */
.collection-template.collection-template-default {
  overflow-x: hidden;
}
header.collection-header.collection-header-sections {
  margin-bottom: 35px;
}
.relative {
  position: relative;
  margin-bottom: 0;
}
.collection-wrapper.page-header {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 1240px;
  transform: translate(-50%, -50%);
  left: 50%;
}
.collection-image {
  height: 500px;
}
.collection-header .collection-image {
  margin-bottom: 0;
}

.collection-header .page-header h1,.collection-header .page-header h2 {
  margin-bottom: 0;
}
.collection-header.collection-header-sections .collection-image img {
  object-fit: cover;
  height: 100%;
}
.collection-header h1,.collection-header h2{
  padding-bottom:10px;
}
.collection-header h1 span, .collection-header h2 span, .collection-header h2 {
  color: #fff;
}
 .collection-header h2{
   font-size:25px;
 }
.collection-header-sections .collection-des .rte p {
  color: #fff;
}
 .collection-header-sections .collection-des .rte a{
   color:#fff;
   text-decoration:underline;
 }
.layout_default .collection-header .collection-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .template-collection .main-content {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .template-collection .main-content {
    padding-top: 72px;
  }
  .collection-header h2{
    font-size:17px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .collection-header.collection-header-sections .collection-wrapper h1 {
    display: block !important;
  }
}
/* collection banner end  */

/* collection bottom column content start  */
.collection-bottom-colum-container {
  display: flex;
  gap: 30px;
  margin: 10px auto 30px;
}
.collection-bottom-colum-container div {
  flex: 1;
}
.collection-bottom-colum-container h2{
  font-size:1.5em;
}
.collection-bottom-colum-container a{
  text-decoration:underline;
}
@media (max-width: 1000px) {
  .collection-bottom-colum-container {
    flex-direction: column;
  }
  .collection-bottom-colum-container h2{
  font-size:1.25em;
  }
}

/* collection bottom column content end  */

/******* collection page stlye start ************/

/* homepage styling start */
.custom-rich-text-container {
  width: 100%;
    max-width: 895px;
  padding: 0 15px;
   margin: 15px auto 25px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.text-column-container {
  width: 100%;
  padding: 0 15px;
  margin: 25px auto  15px;
  max-width: 1200px;
}
.txt-column-d-flex {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.txt-column-d-flex div {
  flex: 1;
}
.home-cta-btn-con a.cta-btn {
  background: #000;
  color: #fff;
  padding: 12px 60px;
  display: block;
  width: 100%;
  max-width: max-content;
  margin: 15px auto 0;
  border-radius: 12px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .txt-column-d-flex {
    flex-direction: column;
  }
}

/* homepage styling end */
.product.product-default a {
    text-decoration: underline;
}

.collection-header.collection-header-sections .collection-image .tab-abs{
    display:none;
}
@media (max-width: 500px) {
.collection-image {
    height: 600px;
}
}

.product-template-default #product-add-to-cart {
	display: block !important;
	opacity: 1 !important;
}

/*************** Copy batch one styling  end ***************************/


/*************** Copy batch Three styling  start ***************************/
.accordion_head h2{
color: black;
font-weight: bold;
letter-spacing: 1px;
line-height: 16px;
font-family: 'dom';
font-size: 17px;
margin-bottom:0px;
}


/*************** Copy batch Three styling  end ***************************/

/* BFCM fixes start  */
.bts a{
    padding: 12px 60px;
    width: 100%;
    max-width: fit-content;
  z-index:2;
}
.collection-header .page-header h1{
  padding-bottom:10px;
}
.header-top .top-message{
  padding: 8px 0px;
}
.header-top.ts .container-padd60{
    padding-right: 0px;
    padding-left: 0px;
}
.collection-header .page-header .container.container-regular p.bfcm-text{
  text-align:center;
   color:#fff; 
  margin-top:15px;
  margin-bottom:15px;
  font-size:18px;
}
@media (min-width:1024px){
.ab2con{
  right:0px;
}
}
@media (min-width:1281px){
.ab2con{
  right:36px;
}
}

@media (max-width:786px){
  .bts a {
    padding: 12px 20px;
}
  .abcon {
    width: 90%;
}

}
/* BFCM fixes ends */


