/** Shopify CDN: Minification failed

Line 17:0 All "@import" rules must come first
Line 1835:91 Expected identifier but found "."

**/

@font-face {
    font-family: 'memories_with_youregular';
  font-display:swap;
    src: url('/cdn/shop/files/memories_with_you-webfont.woff2?v=1678370884') format('woff2'),
         url('/cdn/shop/files/memories_with_you-webfont.woff?v=1678370884') format('woff');
    font-weight: normal;
    font-style: normal;

}
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;400;500;600;700&display=swap');
/* font-family: 'Jura', sans-serif; */



body{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    letter-spacing: 0px;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0px 0px 20px 0px;
    padding: 0px;
    letter-spacing: 0px;
    color: #000;
}
a, a:hover{
    text-decoration: none;
    outline: none;
    color: #000;
}
ul,ol{
    list-style: none;
    margin: 0px; 
    padding: 0px;
}
.page-width{
  width: 1630px !important;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px !important;
}
.btn {
  display: flex;
}
.l_btn {
	background: #10293d !important;
	color: #fff !important;
	font-size: 18px;
    letter-spacing: 0.25px;
	padding: 8px 41px;
	height: 50px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 50px;
	border: 1px solid #fff;
	text-align: center;
    transition: all ease-in-out 0.3s;
}
.l_btn:hover{
    background: #000 !important;
    text-decoration: none;
    color: #fff !important;
}


/* header */
.header-wrapper {
	padding-top: 30px;
}
.header-wrapper .header {
	display: block;
}
.header-wrapper .header .header-top {
    border-bottom: 1px solid #d9d9d9;
}
.header-wrapper .header .header-top-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
    height: 118px;
}
.header-top-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    height: 45px;
    min-height: 45px;
}
.header-top-left .email {
    padding-right: 20px;
    border-right: 1px solid #d9d9d9;
}
.header-top-left .email .uk-icon svg {
	height: 25px;
	width: 25px;
}
.header-top-left .email .text {
	font-size: 15px;
	letter-spacing: 0px;
	margin-left: 10px;
}
.header-top-left .social-media {
    height: 45px;
    padding-left: 10px;
    min-height: 45px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
} 
.header-top-left .social-media .list-social {
    display: inherit;
}
.list-social li .list-social__link {
	padding: 10px 10px;
}
.list-social li .list-social__link svg {
    height: 25px;
    width: 25px;
}
.list-social li .list-social__link:hover svg {
    transform: scale(1.07); 
    color: #cd1c03;
}
.header-wrapper .header .header-top .header__icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	column-gap: 0px;
}
.header-wrapper .header .header-top .header__icons .header__icon {
	border-right: 1px solid #d9d9d9;
    padding: 0px 20px;
}
.header-wrapper .header .header-top .header__icons .header__icon--search {
	width: 100px;
	height: 35px;
	text-decoration: none;
    padding-left: 0px !important;
}
.header-wrapper .header .header-top .header__icons .header__icon--search span svg {
	height: 23px;
	width: 23px;
}
.header-wrapper .header .header-top .header__icons .header__icon--search span .text {
	font-size: 14px;
    margin-left: 8px;
}
.header-wrapper .header .header-top .header__icons .header__icon--account {
	width: 160px;
	height: 35px;
    text-decoration: none;
}
.header-wrapper .header .header-top .header__icons .header__icon--account .icon-account {
	width: 20px;
	height: 20px;
}
.header-wrapper .header .header-top .header__icons .header__icon--account .text {
	font-size: 14px;
	letter-spacing: 0px;
	margin-left: 10px;
}
.header-wrapper .header .header-top .header__icons .header__icon--cart {
	height: 38px;
	width: 58px;
    margin-right: 0px;
    padding-right: 0px !important;
    border: none;
}
.header-wrapper .header .header-top .header__icons .header__icon--cart span svg {
	height: 38px;
	width: 38px;
}
.header-wrapper .header .header-top .header__icons .header__icon--cart:hover span svg {
    transform: scale(1.07);
}

.header-wrapper .header .header-bottom .header__inline-menu {
	margin: 0px;
}
.header-wrapper .header .header-bottom .header__inline-menu .list-menu--inline li:first-child a {
	padding-left: 0px;
}
.header-wrapper .header .header-bottom .header__inline-menu .list-menu--inline li:last-child a {
    padding-right: 0px; 
}
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item {
	padding: 18px 25px;
    font-size: 17px;
    letter-spacing: 0px;
    color: #000;
}
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item span {
    font-size: 17px;
    letter-spacing: 0px;
    color: #000;
}
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item:hover span, .header-wrapper .header .header-bottom .header__inline-menu ul li .header__active-menu-item {
    text-decoration: underline;
    color: #cd1c03 !important;
}
.header-wrapper .header .header-bottom .list-menu--disclosure {
	width: 22rem;
}
.header-wrapper .header .header-bottom .header__inline-menu .list-menu--inline li .header__submenu li a {
	padding: 6px 15px;
	font-size: 16px;
}
.header-wrapper .header .header-bottom .header__inline-menu .list-menu--inline li .header__submenu li a:hover {
    text-decoration: underline;
    color: #cd1c03;
}
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item .icon {
	right: 10px;
	height: 10px;
	width: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.header-wrapper .header .header-top .header__icons .header__icon--cart .cart-count-bubble {
	height: 26px;
	width: 26px;
	background: #0085fe;
	font-size: 14px;
	right: -10px;
	left: inherit;
	top: -6px;
}

/* content */
.hero-slider {
	position: relative;
    max-width: 100%;
    overflow: hidden;
}
.slideshow-item li .slideshow-item-inner::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	right: 0px;
	height: 79px;
	width: 100%;
	background: url(slider-wave.png);
	background-size: 100%;
	z-index: 2;
}
.slideshow-item li .slideshow-item-inner {
	position: relative;
}
.slideshow-item li .slideshow-item-inner .slide-img img {
	width: 100%;
}
.slideshow-item li .slideshow-item-inner .slide-text {
	position: absolute;
	top: 20%;
	left: 30%;
	transform: translate(-30%,-20%);
}
.slideshow-item li .slideshow-item-inner .slide-text h2 {
	font-size: 150px;
	line-height: 157px;
    font-family: 'memories_with_youregular';
	color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.slideshow-item li .slideshow-item-inner .slide-text .l_btn {
	font-size: 16px;
	padding: 10px 46.2px;
    border: none;
}
.hero-slider .uk-dotnav {
	position: absolute;
	top: 48%;
	left: 10%;
	transform: translate(-10%,-48%);
	margin: 0px !important;
	display: block;
}
.hero-slider .uk-dotnav li {
	background: rgba(255,255,255,.5);
	height: 19px;
	width: 19px;
	border-radius: 50px;
	cursor: pointer;
	transition: all ease-in-out .3s;
	padding: 0px;
	margin-bottom: 9px;
}
.hero-slider .uk-dotnav .uk-active, .hero-slider .uk-dotnav li:hover {
    background: #fff;
}

.our-service .service-wrap .services {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0 34px;
}
.our-service .service-wrap .services .service {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	width: 33.33%;
	position: relative;
	border-left: 1px solid #d9d9d9;
	padding: 10px 0px;
}
.our-service .service-wrap .services .service:first-child {
    border: none;
}
.our-service .service-wrap .services .service .img {
    width: 66px;
    height: 66px;
}
.our-service .service-wrap .services .service .text p {
	margin: 0px;
    font-size: 18px;
}

.f-collection {
    padding: 22px 0px 50px;
}
.f-collection .coll-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.f-collection .coll-wrap .coll-item {
    width: 25%;
    padding: 12px 10px;
}
.f-collection .coll-wrap .coll-item .coll-img a {
	display: block;
}
.f-collection .coll-wrap .coll-item .coll-img a img {
	width: 100%;
}
.f-collection .coll-wrap .coll-item .coll-name a, .f-collection .coll-wrap .coll-item .coll-name a p {
    display: block;
    text-align: center;
    font-size: 60px;
    line-height: 66px;
    text-transform: uppercase;
    font-family: 'memories_with_youregular';
    margin: 0px;
}

.f-product {
    padding: 50px 0px 42px;
}
.f-product .page-width {
	width: 1440px !important;
}
.f-product .f-product-inner h2 {
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
}
.f-product .f-product-inner .f-product-slider {
	max-width: 1340px;
    width: 100%;
    overflow: hidden;
	margin: 0 auto;
}
.f-product .f-product-inner .f-product-slider .products .product-item {
	padding: 13px;
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner {
	box-shadow: 0px 0px 5px rgb(221, 219, 219);
	padding: 0px 0px 35px;
	height: 100%;
    position: relative;
    border-radius: 10px;
}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img {
	position: relative;
}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {
	max-height: 300px;
	object-fit: cover;
	height: 300px;
	width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image {
	display: flex;
	justify-content: center;
}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	background: #fff;
	justify-content: center;
	align-items: center;
	opacity: 0;  
    border-radius: 10px 10px 0px 0px;
}
.f-product .f-product-inner .f-product-slider .products .product-item:hover .p-image a .f-img .hover-image {
  opacity: 1;
}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {
	display: block !important;
	height: 300px;
    width: 100%;
	object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text {
	padding: 35px 80px 40px;
	text-align: center;
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .product_title a {
	color: #000;
	text-align: center;
	display: block;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 22px;
	margin-bottom: 12px;
    font-weight: 600;
}
.product-item-inner .opinew-stars-plugin-link {
	text-align: center;
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .price {
	font-size: 18px;
	line-height: 26px;
	margin: 12px 0px 15px;
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .price .price-item {
	font-size: 18px;
	margin-bottom: 5px;
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .btn .l_btn {
	width: 230px;
	padding: 8px 10px;
    cursor: pointer;
}
.f-product .uk-slidenav {
	height: 46px;
	width: 30px;
    margin: 0;
    padding: 0;
}
.f-product .uk-position-center-left {
	background: url(left-arrow.png);
	background-size: 100%;
    left: 0px;
}
.f-product .uk-position-center-right {
	background: url(right-arrow.png);
	background-size: 100%;
	right: 0px;
}
.f-product .uk-slidenav svg {
    display: none;
}

.review-grid {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 90px 0;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	margin: 54px 0 36px;
}
.review-grid:before {
	content: "";
	position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 70px;
    width: 1920px;
    background: url(review-wave.png);
    background-size: 100%;
}
.review-grid .page-width {
    width: 1450px !important;
}
.reviwe-heading-top h2 {
	font-size: 35px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.reviwe-heading-top h2 span {
    position: relative; 
    padding: 0px 80px;
}
.reviwe-heading-top h2 span:before {
    content: "";
    position: absolute;
    height: 40px; 
    width: 60px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(review-before.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.reviwe-heading-top h2 span:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 60px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(review-after.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.reviwe-heading-top .total-stars-text {
	text-align: center;
	color: #fff;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reviwe-heading-top .total-stars-text span {
    font-size: 30px;
    margin-right: 10px;
    letter-spacing: 0px;
}
.reviwe-heading-top .total-stars {
    width: 120px;
}

.reviwe-heading-top .total-stars .stars {
	height: 22px;
	display: block;
	background: url(stars.png);
	background-repeat: no-repeat;
}
.total-review p {
	text-align: center;
	color: #fff;
	margin: 0px;
	font-size: 20px;
	line-height: 24px;
}
.simpale-text {
	display: flex;
	justify-content: center;
	color: #fff;
    margin-top: 5px;
}
.simpale-text span {
	font-size: 20px;
    line-height: 24px;
}
.simpale-text span.diffrent {
    font-family: 'Jura', sans-serif;
}
.review-slider {
	width: 1350px;
	margin: 50px auto 0px auto;
	overflow: hidden;
}
.review-slider:before {
    content: "";
    position: absolute;
    height: 100%;
    border: 1px solid #73605a;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.review-slider .review-item .review-item-inner {
	padding: 0px 100px;
	text-align: center;
}
.review-slider .review-item .review-item-inner .rattings-star {
	width: 120px;
	margin: 0 auto 25px auto;
}
.review-slider .review-item .review-item-inner .rattings-star .rattings-star-inner {
	display: block;
	height: 22px;
	background: url(stars.png);
}
.review-slider .review-item .review-item-inner .desc .content {
	font-size: 17px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 25px;
}
.review-slider .review-item .review-item-inner .desc h4 {
	font-size: 17px;
	font-weight: 600;
}
.review-grid .uk-slidenav {
	height: 46px;
	width: 30px;
    margin: 0;
    padding: 0;
}
.review-grid .uk-position-center-left {
	background: url(r-left-arrow.png);
	background-size: 100%;
    left: 0px;
}
.review-grid .uk-position-center-right {
	background: url(r-right-arrow.png);
	background-size: 100%;
	right: 0px;
}
.review-grid .uk-slidenav svg {
    display: none;
}

.img-with-text-blocks {
	padding: 36px 0px 40px;
}
.img-with-text-blocks .page-width {
	width: 1310px !important;
}
.top-content h4 {
	font-size: 38px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	line-height: 38px;
	font-weight: 300;
}
.top-content h2 {
	text-align: center;
	font-size: 54px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 60px;
	margin-bottom: 30px;
}
.top-content .content {
	width: 900px;
	margin: 0 auto 30px auto;
}
.top-content .content p {
	font-size: 17px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 25px;
}
.blocks-wrapper .img-with-text {
	display: flex;
	justify-content: flex-start;
    margin-bottom: 15px;
}
.blocks-wrapper .img-with-text:nth-child(even) {
    flex-direction: row-reverse;
}
.blocks-wrapper .img-with-text .img-section {
	width: 43%;
	border-radius: 50%;
	overflow: hidden;
}
.blocks-wrapper .img-with-text .img-section img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}
.blocks-wrapper .img-with-text .text-section {
	width: 57%;
    padding: 100px 0px 110px 75px;
}
.blocks-wrapper .img-with-text:nth-child(even) .text-section {
    padding: 45px 55px 0px 0px;
}
.blocks-wrapper .img-with-text .text-section .inner-text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}
.blocks-wrapper .img-with-text .text-section .inner-text h3 {
	font-size: 35px;
	text-transform: ;
	font-weight: 600;
	margin-bottom: 30px;
}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content p {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 20px;
}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content p a {
	text-decoration: underline;
}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content ul {
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content ul li {
	width: 50%;
	font-size: 17px;
	line-height: 48px;
	position: relative;
	padding-left: 25px;
}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content ul li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px; 
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #0085fe;
    border-radius: 10px;
}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content ul li a {
    color: #197de1 !important;
	text-decoration: underline;
}
.blog-and-aboutus .blog-about-inner {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 90px;
	margin: 52px 0px 150px;
}
.blog-and-aboutus .blog-about-inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1920px;
    height: 76px;
    background: url(about-wave.png);
}
.blogs-inner {
	padding: 104px 0px 47px;
}
.blog-about-inner .heading {
	font-size: 35px;
	color: #fff;
	text-align: center;
	font-weight: 600;
    text-transform: uppercase;
}
.blogs-inner .heading {
    margin-bottom: 45px;
}
.blogs-items {
	display: flex;
	justify-content: flex-start;
	margin: 0px -35px;
}
.blogs-items .blog-item {
	display: flex;
	justify-content: flex-start;
	padding: 0px 35px;
}
.blogs-items .blog-item .image-section {
	width: 45%;
}
.blogs-items .blog-item .image-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	border: 2px solid #929190;
}
.blogs-items .blog-item .text-section {
	width: 55%;
    padding: 35px 0px 30px 30px;
}
.blogs-items .blog-item .text-section .inner-text {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	height: 100%;
}
.blogs-items .blog-item .text-section .inner-text .card__heading {
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.blogs-items .blog-item .text-section .inner-text .h5 span {
	color: #fff;
	font-size: 17px;
	letter-spacing: 0px;
}
.blogs-items .blog-item .text-section .inner-text .content {
	font-size: 17px;
	color: #fff;
	margin: 20px 0px 10px;
}
.blogs-items .blog-item .text-section .inner-text .full-unstyled-link {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: underline;
}
.blogs-inner .blog__view-all {
	justify-content: center;
	margin-top: 50px;
}
.blogs-inner .blog__view-all .l_btn {
	padding: 7px 49.5px;
}
.about-us {
	padding: 47px 0px 30px;
}
.about-us .abt-content {
	width: 960px;
	margin: 0 auto 40px auto;
}
.about-us .abt-content p {
	font-size: 18px;
	line-height: 26px;
    text-align: center;
	color: #fff;
	margin-bottom: 22px;
}
.about-us .btn {
	justify-content: center;
}

/* footer */
.footer__content-top {
	background: url(footer-bg.jpg);
	padding: 136px 0px 70px !important;
	background-repeat: no-repeat;
}
.footer .footer__blocks-wrapper {
	display: flex;
	justify-content: flex-start;
	row-gap: 0px !important;
	column-gap: 0px;
}
.footer .footer__blocks-wrapper .footer-block {
	width: 17% !important;
}
.footer .footer__blocks-wrapper .footer-2column-menu {
	width: 28% !important;
}
.footer .footer__blocks-wrapper .footer-block .footer-block__heading {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 45px;
	letter-spacing: 0px;
}
.footer .footer__blocks-wrapper .footer-2column-menu ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.footer .footer__blocks-wrapper .footer-2column-menu ul li {
    width: 50%;
    margin: 0px;
}
.footer .footer__blocks-wrapper .footer-2column-menu ul li:last-child {
    width: 100%;
}
.footer .footer__blocks-wrapper .footer-block ul li .list-menu__item--link {
	font-size: 14px;
	line-height: 36px;
	padding: 0px;
	color: #000;
	letter-spacing: 0px;
    display: block;
    transition: all ease-in-out 0.3s;
}
.footer .footer__blocks-wrapper .footer-block ul li .list-menu__item--link:hover {
    padding-left: 15px;
}
.footer .footer__blocks-wrapper .contact-us .email a {
	font-size: 14px;
	line-height: 40px;
	display: block;
    color: #000 !important;
    text-decoration: none !important;
}
.footer .footer__blocks-wrapper .contact-us .email a .uk-icon svg {
	height: 25px;
	width: 25px;
	margin-right: 10px;
}
.footer .footer__blocks-wrapper .contact-us .email a:hover {
    text-decoration: underline !important;
}
.social-m-icon .footer__list-social {
	justify-content: flex-start !important;
	margin-top: 70px;
}
.social-m-icon .footer__list-social li a svg {
    color: #10293d;
}
.footer .footer__blocks-wrapper .footer-block--newsletter {
	width: 37%;
	margin: 0px;
	justify-content: center;
	align-items: flex-start;
}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter {
	width: 80%;
	flex-grow: inherit;
	text-align: left;
}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .footer-block__heading {
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .content {
    margin-bottom: 7px;
}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .content p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 5px;
}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter form, .footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .newsletter-form__field-wrapper {
	max-width: 100%;
}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .newsletter-form__field-wrapper .field:before, .footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .newsletter-form__field-wrapper .field:after {
    display: none;  
}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .newsletter-form__field-wrapper input {
	width: 350px;
    max-width: 350px;
	padding: 0px 0px 0px 30px;
	height: 50px;
	border-radius: 50px;
	font-size: 15px;
	letter-spacing: 0px;
    border: none;
    overflow: hidden;
}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .newsletter-form__field-wrapper input:focus {
    padding: 0px 0px 0px 30px;
}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .newsletter-form__field-wrapper .field__label {
	font-size: 15px;
	letter-spacing: 0px;
	top: 45%;
	transform: translateY(-45%);
}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .newsletter-form__field-wrapper input:focus ~ .field__label {
  display: none;
}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .newsletter-form__field-wrapper .l_btn {
	position: inherit;
	width: 170px;
	margin-top: 13px;
	font-size: 16px;
	height: 50px;
    letter-spacing: 0px;
}
.footer__content-bottom {
	padding: 18px 0px;
}
.footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
    flex-direction: row-reverse;
}
.footer-bottom-inner .footer__copyright small {
	text-align: left !important;
	font-size: 14px;
	color: #000;
}
.footer-bottom-inner .footer__copyright small:nth-child(1) {
    padding-right: 15px;
    border-right: 1px solid #000;
}
.footer-bottom-inner .footer__copyright small:nth-child(2) {
    padding-left: 15px;
}
.footer-bottom-inner .footer__copyright small a {
    font-weight: 600;
}
.footer-bottom-inner .footer__payment {
	padding-right: 160px;
}
.footer-bottom-inner .footer__payment .list-payment .list-payment__item {
	padding: 0px 5px;
}
#ContactFooter-success {
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}
#insta-feed img, .instafeed-shopify img {
	border-radius: 10px;
}
#insta-feed .instafeed-overlay::after, .instafeed-shopify .instafeed-overlay::after {
	border-radius: 10px;
}
/* review */
.opinew-stars-plugin-link {
    cursor: pointer;
    color: #000;
}
#opinew-stars-plugin-product {
    text-align: center;
}
.opinew-star-plugin-inside i.opw-noci:empty {
    display: inherit!important;
}
.opw-noci-star-full:before {
    content: "\e907";
}
.opw-noci:before {
    font-family: opw-snoci!important;
}
i.opw-noci {
    font-family: opw-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* blogs */
.main-blog .title--primary {
	text-align: center;
	font-size: 40px;
}
.blog-filter {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	padding-top: 5px;
}
.blog-filter .blog-filter__label {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	margin-right: 10px;
}
.blog-filter .select-group select {
	border: 1px solid #000;
	background: transparent;
	padding: 10px 20px;
	font-size: 16px;
}
.blog-filter .select-group select option {
	font-size: 16px;
	padding: 0px 5px;
	background: transparent;
}
.blog-articles .article-card-wrapper .article-card .card__inner, .blog-articles .article-card-wrapper .article-card .card__inner .card__media .media img {
	height: 500px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
   
}
.template-search__results .article-card-wrapper .card.article-card .card__information a {
	font-weight: 400;
}
.blog-articles .card-wrapper .card .card__information .full-unstyled-link {
	font-weight: 700;
    text-align: left;
    font-size: 22px;
}
.template-search__results .article-card__info {
	text-align: center;
	margin-top: 10px;
}
.blog-articles .card-wrapper .card .card__information .l_btn {
	font-size: 16px;
	position: relative;
	z-index: 1;
	padding: 8px 40px;
}
.blog-articles .article-card-wrapper:hover .card .card__information a {
    text-decoration: none !important;
}
.main-blog .pagination-wrapper {
	margin: 20px 0px 30px;
}


/* collection page */
.collection-hero {
	display: flex;
	justify-content: flex-start;
	flex-direction: column-reverse;
}
.collection-hero .coll-image {
	position: relative;
}
.collection-hero--with-image .media.gradient {
	margin: 0;
	height: inherit;
	max-height: 100%;
	border: none;
}
.collection-hero--with-image .media.gradient img {
	position: inherit;
	height: 420px;
	object-fit: cover;
}
.collection-hero .coll-image .titile {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    width: 100%;
}
.collection-hero .collection-hero__inner .collection-hero__text-wrapper {
	width: 100%;
	flex-basis: 100%;
	padding: 20px 0px 0px;
}
.collection-hero .coll-image .titile .collection-hero__title  {
	font-size: 50px;
	line-height: 58px;
	letter-spacing: 0px;
    color: #fff;
	text-align: center;
	font-weight: 700;
}
.collection-hero .collection-hero__inner .collection-hero__description.rte, .collection-hero__description.rte {
	color: #000;
	font-size: 16px;
	width: 100%;
	max-width: 100%;
	margin: 10px 0px 15px !important;
    text-align: center;
}
.collection-hero .collection-hero__inner .collection-hero__description.rte h3, .collection-hero__description.rte h3 {
	text-align: left !important;
	font-size: 25px;
}
.collection-hero__description a {
	color: #197de1 !important;
	text-decoration: underline;
}
.collection-mobile {
    display: none;
}
.facets-wrapper .facets-container {
	padding: 15px 0 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
.facets__wrapper h2 {
	margin: 0 20px 0 0;
	color: #000;
	font-size: 22px;
}
.facets__disclosure .facets__summary {
	margin-bottom: 0;
}
.facet-filters__field .select select {
	letter-spacing: 0px;
    color: #000;
}
.facets__wrapper .facets__summary span {
	font-size: 22px;
    color: #000;
}
.facet-filters__field .facet-filters__label label {
	color: #000;
	font-size: 22px;
}
.facet-filters__field .select select {
	letter-spacing: 0px;
	font-size: 22px;
    color: #000;
}
.facets-container .facets__form .product-count h2 span {
	font-size: 20px;
	letter-spacing: 1px;
    color: #000;
}
.product-grid {
	row-gap: 0px;
	margin: 0px -13px;
}
.product-grid .grid__item {
	background: #fff;
	padding: 13px;
}
.product-grid .product-card-wrapper {
    box-shadow: 0px 0px 5px rgb(221, 219, 219);
    border-radius: 10px;
}
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {
	height: 300px;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}
.card-wrapper .card .card__inner .card__content .color-inverse {
	height: 80px;
	width: 80px;
	padding: 18px 0px;
	line-height: 22px;
	font-size: 18px;
}
.product-card-wrapper .card .card__content {
	padding-bottom: 35px;
}
.product-card-wrapper .card .card__content .card__information {
	padding: 35px 0px 0px;
}
.card-wrapper .card .card__information a {
	font-size: 20px;
	text-align: center;
	letter-spacing: 0px;
    padding: 0px 10px;
    font-weight: 600;
}
.card-wrapper:hover .card .card__information a {
    text-decoration: underline !important;
}
.underline-links-hover:hover a {
	text-decoration: none !important;
}
.opinew-stars-plugin-link .opinew-no-reviews-stars-plugin {
	font-size: 18px;
}
.product-grid .opinew-stars-plugin-product-list {
	text-align: center;
}
.product-grid .opinew-stars-plugin-product-list .opinew-stars-plugin-link {
	text-align: center;
	margin: 10px 0px 0px;
}
.card-wrapper .card .card__information .card-information {
	text-align: center;
}
.card-wrapper .card .card__information .price {
    text-align: center;
}
.card-wrapper .card .card__information .price .price-item {
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
}
.card-wrapper .card .card__information .card-information .rating-star::before {
	-webkit-text-fill-color: #ad2c95;
}
.card-wrapper .card .card__information .card-information .rating-count {
	display: none;
}
.product-card-wrapper .card .card__content .quick-add {
	margin: 0 0 0px;
}
.card-wrapper .card .quick-add .form .button, .quick-add__submit {
	color: #000;
	width: 200px;
	height: 70px;
	max-width: 200px;
	min-width: 200px !important;
	min-height: 50px;
	max-height: 50px;
	margin: 0 auto;
	font-size: 15px;
	transition: all ease-in-out .3s;
	border: 1px solid #fff;
	font-size: 17px;
	letter-spacing: 0px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0;
	background: #10293d !important;
	border-radius: 50px;
}
.quick-add__submit:hover, .card-wrapper .card .quick-add .form .button:hover {
    background: #000;
    color: #fff;
}
.card-wrapper .card .quick-add .form .button:hover span {
    color: #fff !important;
}
.card-wrapper .card .quick-add .form .button:before, .card-wrapper .card .quick-add .form .button:after, .quick-add__submit:after, .quick-add__submit:before {
  display: none;
}
.card-wrapper .card .quick-add .form .button span {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0px;
}
.card-wrapper .card .quick-add .form .button:hover span {
    color: #fff;
}
.pagination-wrapper .pagination ul li .pagination__item {
	color: #000;
}
.pagination-wrapper .pagination ul li .pagination__item:hover {
    color: #000;
}
.collection .pagination-wrapper {
	margin: 30px 0px;
}
.pagination__list {
    align-items: center;
}
.pagination-wrapper .pagination ul li {
	width: 45px;
	max-width: 45px;
}
.pagination__list li .pagination__item {
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	font-size: 16px;
	width: 45px;
	max-width: 45px;
	min-height: 45px;
	height: 45px;
    transition: all ease-in-out 0.3s;
}
.pagination__list li .pagination__item--current {
	text-decoration: none;
	background: #10293d !important;
	color: #fff !important;
	border: none;
	opacity: 1;
}
.pagination__list li .pagination__item--current:after {
    display: none;
}
.pagination__list li a:hover {
	color: #fff !important;
    background: #10293d !important;
    border: 1px solid transparent;
}
.pagination__list li .pagination__item-arrow:hover {
  color: #10293d !important;
  background: inherit !important;
  border: none !important;
  transform: scale(1.07);
}
.pagination__list li .pagination__item-arrow {
	border: none;
	height: 19px;
	width: 23px;
	margin: 0 auto;
	display: flex;
}

/* choose option */
.product .product__title .h1 {
	font-size: 35px;
}
#product-form-installment-quickadd-template--18106404864290__main {
	display: none;
}


/* product page */

.product {
  padding-top: 50px;
}
.product__info-container > * + * {
	margin: 15px 0px !important;
}
.product .grid__item .product__media-list {
	border: 1px solid #d9d9d9;
	padding: 20px !important;
    border-radius: 10px;
}
.product .grid__item .product__media-list .product__media-item .product__media {
	border: none;
}
.product-media-container.constrain-height.media-fit-contain {
	--contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
	width: 100%;
	border: none;
}
.product__media-list .media > * {
	overflow: hidden;
	border-radius: 10px;
}
.product .product__info-wrapper {
	padding: 40px 0px 0px 70px;
}
.product__info-container .product__title {
	margin-bottom: 0px;
}
.product__info-container .product__title h1 {
	font-size: 35px;
}
.opinew-stars-plugin-link {
	text-align: left;
}
.product__info-container .price .badge{
	border-radius: 50px;
	padding: 24px 9px;
	text-transform: uppercase;
	background: #000 !important;
	font-size: 16px;
	border: 1px solid #fff;
	color: #fff !important;
}
.price--sold-out .price__badge-sold-out {
	height: 80px;
	width: 80px;
}
.product__info-container .product-form__input label {
	font-size: 16px !important;
	letter-spacing: 0px !important;
}
.product-form__input input[type="radio"]:checked + label {
	background-color: rgb(32, 135, 211) !important;
	color: rgb(var(--color-background));
    border: 1px solid transparent;
}
.product__info-container variant-radios .product-form__input .form__label {
	font-size: 19px !important;
	font-weight: 600;
}
.product-form__input input[type="radio"] + label {
	transition: all ease-in-out .3s !important;
	margin: 5px 0px !important;
	padding: 9px 20px !important;
	font-size: 18px !important;
	font-weight: 600;
}
.product-form__input input[type="radio"] + label:hover {
    background-color: rgb(32, 135, 211) !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}
.price-Quantity {
	display: flex;
	justify-content: flex-start;
	column-gap: 70px;
	align-items: center;
}
#price-template--14879773392985__main {
	width: 35%;
	border-right: 1px solid #d9d9d9;
}
#product-form-installment-template--22398740627746__main {
	display: none;
}
#product-form-installment-quickadd-template--22398740627746__main {
	display: none;
}
.product__info-container .price .price__container .price-item {
	font-size: 35px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 600;
}
.product__info-container .product-form__input .form__label {
	font-size: 17px !important;
	color: #000;
	line-height: 26px;
	letter-spacing: 0px;
	margin-bottom: 0px;
}
.product__info-container .product-form__input {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 5px;
	flex-wrap: wrap;
	font-size: 16px;
	width: 50% !important;
	flex: inherit;
	margin: inherit;
}
.product__info-container .product-form__quantity {
	column-gap: 15px;
	margin-top: 50px !important;
}
.product__info-container .product-form__input .quantity:before, .product__info-container .product-form__input .quantity:after {
  display: none;
}
.product__info-container .product-form__input .quantity, .product__info-container .product-form__input .quantity {
    border: 1px solid #000;
}
.product__info-container .product-form__input .quantity{
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 17px;
	letter-spacing: 0px;
	width: 200px;
}
.product__info-container .product-form__input .quantity {
	min-height: 55px;
    border-radius: 50px;
}
.quantity__button {
	width: calc(3.8rem / var(--font-body-scale)) !important;
}
.product__info-container .product-form__input .quantity, .product__info-container .product-form__input .quantity input {
    border-right: 1px solid #000;
    border-left: 1px solid #000; 
    font-size: 17px;
    letter-spacing: 0px;
}
.product__info-container .product-form {
	margin: 15px 0px !important;
}
.product-form form .product-form__buttons .button {
	width: 100%;
	transition: all ease-in-out .3s;
	padding: 0;
	min-width: 100%;
	min-height: 55px;
	height: 55px;
	margin: 30px 0 10px;
	background: rgb(32, 135, 211);
	border-radius: 50px;
}
.product-form form .product-form__buttons .button:hover {
    background: #000; 
}
.product-form form .product-form__buttons .button:before, .product-form form .product-form__buttons .button:after {
  display: none;
}
.product-form form .product-form__buttons .button span {
	font-size: 17px;
	text-transform: uppercase;
    color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
    transition: all ease-in-out 0.3s;
}
.product-form form .product-form__buttons .button:hover span {
    color: #fff !important;
}
.kqsiVA9Jf8LJAbxw8Bau.h7OYsWHrW5495r9beh2n.jjzYeefyWpPZLH9pIgyw.cYVH7FBl1ZchXEbTxNla {
	border-radius: 50px;
	height: 55px;
}
.shopify-payment-button__more-options.BUz42FHpSPncCPJ4Pr_f {
	margin: 0px;
	font-size: 17px;
}
.shopify-payment-button__button {
	font-family: inherit;
	min-height: 3.6rem;
}
.product__pickup-availabilities .pickup-availability-preview .pickup-availability-info .caption {
	font-size: 16px;
}
.product__pickup-availabilities .pickup-availability-preview .pickup-availability-info .link--text {
	font-size: 20px;
	color: #000;
}
.product__info-container .product__description h1 {
	font-size: 28px;
}
.product__info-container .product__description h2 {
	font-size: 25px;
}
.product__info-container .product__description {
	color: #000;
	font-size: 17px;
	padding-bottom: 30px;
}
.product .social-icon {
	display: flex;
	justify-content: flex-start;
}
.product .social-icon li a {
	padding: 10px;
	color: #7f7f7f;
}
.product .social-icon li a span svg {
	height: 25px;
	width: 25px;
}
.product__info-container .product__description iframe {
	padding-top: 20px;
}
.classifications li a {
	color: #000;
	font-size: 18px;
}
.classifications li a span {
	font-size: 25px;
	font-weight: 600;
}
#shopify-section-template--16203193483449__product-recommendations {
  padding-bottom: 50px;
}
.related-products .related-products__heading {
	font-size: 35px;
	line-height: 42px;
	text-align: center;
	letter-spacing: 0px;
	margin: 25px 0 20px !important;
	text-transform: uppercase;
	font-weight: 600;
}
.product_Detail .spr-header .spr-header-title {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
.spr-form-contact input, .spr-form-review input {
	height: 50px;
	width: 100%;
	padding: 0px 0px 0px 30px;
	font-size: 15px;
}
.spr-form-actions .spr-button {
	width: 250px;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	height: 60px;
	background: #ffcb76;
	color: #000;
    padding: 0px;
    border-radius: 10px;
}
.cbb-frequently-bought-container {
	max-width: 100%;
	width: 1600px !important;
	margin: 25px auto 60px auto !important;
	height: auto !important;
    padding: 0px 20px;
}
.cbb-frequently-bought-container h2 {
    font-size: 28px !important;
    text-transform: uppercase;
}
.cbb-frequently-bought-container .cbb-frequently-bought-add-button {
	padding: 13.5px 30px !important;
}
.cbb-frequently-bought-container .cbb-frequently-bought-add-button span { 
	font-size: 16px;
}
.cbb-frequently-bought-container .cbb-frequently-bought-add-button:hover span {
    color: #fff;
}
#product-form-installment-template--18106404864290__main {
	display: none;
}

/* add cart */
.cart__warnings .cart__empty-text {
	font-size: 45px;
	letter-spacing: 1px;
}
.cart__warnings .button {
	background: #10293d;
    border-radius: 50px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 1px;
    color: #fff;
}
.cart__warnings .button:hover {
    background: #000;
    color: #fff;
}
.cart__warnings .button:after, .cart__warnings .button:before {
  display: none;
}
#shopify-section-template--17195044733201__featured-collection .collection__title h2 {
	text-align: center;
	font-size: 45px;
	letter-spacing: 1px;
}
.collection__view-all .button {
	background: #10293d;
    border-radius: 50px;
	font-size: 18px;
    color: #fff;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	width: 250px;
}
.collection__view-all .button:hover, .cart__footer .cart__blocks .cart__ctas .button:hover {
    background: #000;
    color: #fff;
}
.collection__view-all .button:before, .collection__view-all .button:after {
    display: none;
}
.cart__items .cart-item .cart-item__quantity .quantity input {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.cart__footer .cart__blocks .cart__ctas .button {
    background: #10293d !important;
    border-radius: 50px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
    color: #fff;
	letter-spacing: 1px;
}
.cart__footer .cart__blocks .cart__ctas .button:hover {
    background: #000 !important;
    color: #fff;
}
.cart__footer .cart__blocks .cart__ctas .button:before, .cart__footer .cart__blocks .cart__ctas .button:after {
    display: none;
}

/* pages */
.main-page-title {
	font-size: 40px;
	margin: 20px 0px !important;
    font-weight: 600;
    text-transform: uppercase;
}
.page-width--narrow .rte {
    margin-bottom: 40px;
}
.page-width--narrow .rte p {
	font-size: 18px;
	line-height: 26px;
}
.page-width--narrow .rte table tr td p, .page-width--narrow .rte table tr td span {
    font-size: 18px;
}
.shopify-policy__body a {
    text-decoration: underline !important;
    color: #197de1 !important;
}
.rte a {
    text-decoration: underline !important;
    color: #197de1 !important;
}


/* contact page */
.contact .c-text-mail {
	font-size: 26px;
	line-height: 40px;
    margin-bottom: 0px;
}
.contact .c-text-mail a {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0px;
    color: #06b6db;
    text-decoration: underline;
    transition: all ease-in-out 0.3s;
}
.contact .c-text-mail a:hover {
    color: #000;
    text-decoration: none;
}
.contact .c-text {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 30px;
}
.contact form .field:after, .contact form .field:before {
  border: 1px solid #000;
  border-radius: 50px;
}
.field:after, .contact form .field:before {
  border: 1px solid #000;
  border-radius: 50px;
}
.contact form .field:hover, .contact form .field:before:hover {
    border: 1px solid #000;
    border-radius: 50px;
}
.field:hover, .contact form .field:before:hover {
    border: 1px solid #000;
    border-radius: 50px;
}
.field:hover.field::after {
    border-radius: 50px;
}
.contact form .field input {
	font-size: 18px;
	padding: 5px 0 5px 30px;
	width: 100%;
	border-radius: 50px;
	height: 70px;
}
 .contact form .field .text-area {
     font-size: 18px;
     border-radius: 50px;
     padding: 25px 0px 5px 30px;
 }
.contact form .field input:focus ~ .field__label, .contact form .field .text-area:focus ~ ..form__label {
    display: none;
}
.article-template__comment-fields input, .field .text-area {
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 0px 5px 30px;
}
.article-template__comment-fields .field__label {
    font-size: 16px;
}
.field__input:focus {
    border-radius: 50px;
    padding: 5px 0px 5px 30px;
}
.article-template__comment-fields .field input:focus ~ .field__label, .field .text-area:focus ~ .form__label {
    display: none;
}
.contact form .field .field__label {
	font-size: 20px;
	color: #000;
	top: 50%;
	transform: translateY(-50%);
}
.contact form .contact__button {
	display: flex;
	justify-content: center;
	margin: 0px 0px 30px !important;
}
.contact form .contact__button .button {
	height: 80px;
	width: 250px !important;
	min-height: 80px !important;
	min-width: 50px !important;
	background: #10293d !important;
	color: #fff;
    border-radius: 50px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    border: 1px solid #000;
}
.contact form .contact__button .button:hover {
    background: #000 !important;
    color: #fff;
    border: 1px solid transparent;
}
.button:before, .button:after {
  display: none;
}

/* policy */
.content-for-layout .shopify-policy__container {
	max-width: 100%;
	width: 1630px;
	padding: 0px 15px;
}
.shopify-policy__title h1 {
	text-align: left;
	font-size: 40px;
	font-weight: 600;
    margin: 30px 0px 20px !important;
}
.shopify-policy__body .rte {
	color: #000;
	font-size: 18px;
	line-height: 26px;
    margin-bottom: 50px;
}

/* collections */
.title.title--primary {
	font-size: 40px;
	margin: 40px 0px 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.collection-list .collection-list__item .card-wrapper .card .card__inner {
	height: 400px;
	border-radius: 0px 0px 0 0;
	overflow: hidden;
    border: 10px solid #7a97bd;
}
.collection-list .card-wrapper .card .card__inner .card__media .media img {
	height: 400px;
	object-fit: cover;
	background: #fff;
	border-radius: 0px;
}
.collection-list .card-wrapper .card .card__content .card__information h3 a {
	font-size: 52px;
	letter-spacing: 0px;
    line-height: 58px;
    font-family: 'memories_with_youregular';
	text-align: center;
}
div#shopify-section-footer {
    padding-top: 30px;
}
.product__info-container .rating-count.caption{
  display:none;
}

#Search-In-Template {
	font-size: 16px;
}

@media only screen and (min-width: 1950px){
.footer__content-top {background-size: cover;}
.blog-and-aboutus .blog-about-inner::before {width: 100%;background-size: 100%;}
.slideshow-item li .slideshow-item-inner::before {width: 100%;}
.review-grid::before {width: 100%;}
}
@media only screen and (max-width: 1810px) {
.footer__content-top {background-position: left -70px top 0;}
}
@media only screen and (max-width: 1700px) {
.footer__content-top {background-position: left -160px top 0;}
}
@media only screen and (max-width: 1620px) {
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item {padding: 18px 24px;}
.header-wrapper .header .header-bottom .list-menu--disclosure {width: 17rem;}
.header-wrapper .header .header-bottom .header__inline-menu .list-menu--inline li .header__submenu li a {padding: 4px 10px;font-size: 14px;}
.slideshow-item li .slideshow-item-inner .slide-text h2 {font-size: 140px;line-height: 147px;}
.hero-slider .uk-dotnav {top: 52%;left: 10%;transform: translate(-10%,-52%);}
.footer__content-top {background-position: left -200px top 0px;}
.product .grid__item .product__media-list {padding: 15px 15px !important;}
}
@media only screen and (max-width: 1599px) {
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item {padding: 18px 19px;font-size: 16px;}
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item span {font-size: 16px;}
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item .icon {right: 6px;transform: translateY(-40%);}
.header-wrapper .header .header-bottom .list-menu--disclosure {width: 16rem;}
.header-wrapper .header .header-bottom .header__inline-menu .list-menu--inline li .header__submenu li a {padding: 4px 10px;font-size: 13px;}
.slideshow-item li .slideshow-item-inner .slide-text h2 {font-size: 125px;line-height: 132px;}
.f-collection .coll-wrap .coll-item .coll-name a, .f-collection .coll-wrap .coll-item .coll-name a p {font-size: 55px;line-height: 62px;}
.top-content h4 {font-size: 35px;line-height: 35px;}
.top-content h2 {font-size: 50px;line-height: 56px;}
.blogs-items {margin: 0 -20px;}
.blogs-items .blog-item {padding: 0 20px;}
.footer__content-top {background-position: left -260px top 0px;}
}
@media only screen and (max-width: 1419px) {
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item {padding: 18px 18px;font-size: 15px;}
.header-wrapper .header .header-bottom .header__inline-menu ul li summary {padding-right: 20px !important;}
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item span {font-size: 15px;}
.header-wrapper .header .header-bottom .list-menu--disclosure {width: 15rem;}
.slideshow-item li .slideshow-item-inner .slide-text h2 {font-size: 115px;line-height: 122px;}
.f-collection .coll-wrap .coll-item .coll-name a, .f-collection .coll-wrap .coll-item .coll-name a p {font-size: 48px;line-height: 54px;}
.f-product .f-product-inner .f-product-slider {max-width: 1280px;}
.review-slider {width: 1330px;}
.top-content h4 {font-size: 32px;line-height: 32px;}
.top-content h2 {font-size: 44px;line-height: 52px;}
.footer__content-top {background-position: left -300px top 0px;}
.footer-bottom-inner .footer__payment {padding-right: 0px;}
/* collection page */
.product-grid {margin: 0 -5px;}
.product-grid .grid__item {padding: 10px 5px;}
}
@media only screen and (max-width: 1345px) {
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item {padding: 18px 15px;font-size: 14px;}
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item span {font-size: 14px;}
.slideshow-item li .slideshow-item-inner .slide-text h2 {font-size: 104px;line-height: 110px;}
.hero-slider .uk-dotnav {top: 54%;transform: translate(-10%,-54%);}
.our-service .service-wrap .services {padding: 30px 0 25px;}
.f-collection {padding: 15px 0 38px;}
.f-collection .coll-wrap .coll-item .coll-name a, .f-collection .coll-wrap .coll-item .coll-name a p {font-size: 42px;line-height: 48px;}
.f-product {padding: 38px 0 30px;}
.f-product .f-product-inner h2 {font-size: 32px;margin-bottom: 25px;}
.f-product .f-product-inner .f-product-slider {max-width: 1180px;}
.review-grid {margin: 34px 0 28px;}
.reviwe-heading-top h2 {font-size: 32px;}
.reviwe-heading-top .total-stars-text span {font-size: 28px;}
.review-slider {width: 1190px;}
.review-slider .review-item .review-item-inner {padding: 0 60px;}
.img-with-text-blocks {padding: 28px 0 32px;}
.blocks-wrapper .img-with-text .text-section {padding: 90px 0 100px 75px;}
.blog-and-aboutus .blog-about-inner {margin: 42px 0 100px;}
.footer__content-top {background-position: top 0px left -20px;background-size: cover;}
.footer .footer__blocks-wrapper .footer-block {width: 30% !important;}
.footer .footer__blocks-wrapper .footer-2column-menu {width: 40% !important;}
.footer .footer__blocks-wrapper .footer-block--newsletter {width: 100%;margin-top: 25px;border-top: 1px solid #d9d9d9;padding-top: 10px;}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter {width: 100%}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .footer-block__heading {color: #000;text-align: center;}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .content p {color: #000;text-align: center;}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter form, .footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .newsletter-form__field-wrapper {max-width: 390px;}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .newsletter-form__field-wrapper input {width: 100%;max-width: 100%;}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .newsletter-form__field-wrapper .l_btn {margin: 13px auto 0px;}
/* product page */
.product .product__info-wrapper {padding: 30px 0 0 50px;}
.product__info-container .product__title h1, .product .product__title .h1 {font-size: 32px;}
.product__info-container .price .price__container .price-item {font-size: 32px;}
.related-products .related-products__heading {font-size: 32px;line-height: 38px;}
}
@media only screen and (max-width: 1259px) {
.header-top-left .email .text {font-size: 13px;margin-left: 5px;}
.header-wrapper .header .header-top .header__icons .header__icon--search {width: 90px;}
.header-wrapper .header .header-top .header__icons .header__icon {padding: 0 10px;}
.header-wrapper .header .header-top .header__icons .header__icon--account {width: 130px;}
.header-wrapper .header .header-top .header__icons .header__icon--search span .text {font-size: 13px;}
.header-wrapper .header .header-top .header__icons .header__icon--account .text {font-size: 13px;margin-left: 8px;}
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item {padding: 15px 13px;font-size: 13px;}
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item span {font-size: 12.5px;}
.header-wrapper .header .header-bottom .list-menu--disclosure {width: 13rem;}
.slideshow-item li .slideshow-item-inner .slide-text h2 {font-size: 95px;line-height: 102px;}
.our-service .service-wrap .services .service .img {width: 60px;height: 60px;}
.our-service .service-wrap .services .service .text p {font-size: 17px;}
.f-collection .coll-wrap .coll-item {width: 33.33%;}
.f-product .f-product-inner .f-product-slider {max-width: 1050px;}
.review-slider {width: 1060px;}
.top-content h4 {font-size: 30px;line-height: 30px;}
.blocks-wrapper .img-with-text .text-section .inner-text h3 {font-size: 32px;}
.blocks-wrapper .img-with-text .text-section {padding: 70px 0 80px 75px;}
.blog-about-inner .heading {font-size: 32px;}
.blogs-items {margin: 0 0px;flex-wrap: wrap;row-gap: 20px;}
.blogs-items .blog-item {padding: 0 20px;width: 100%;}
/* collection page */
.collection-hero .coll-image .titile .collection-hero__title {font-size: 42px;line-height: 50px;}
.product-grid .grid__item {max-width: 32.8%;width: 32.8%;}
/* blog page */
.blog-articles .article-card-wrapper .article-card .card__inner, .blog-articles .article-card-wrapper .article-card .card__inner .card__media .media img {height: 350px;}
.blog-articles .card-wrapper .card .card__information .full-unstyled-link {font-size: 20px;}
}
@media only screen and (max-width: 1139px) {
.header-wrapper .header .header-top-inner .header__heading-link .header__heading-logo {max-width: 180px;}
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item {padding: 13px 8px;font-size: 12px;}
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item span {font-size: 12px;}
.header-wrapper .header .header-bottom .header__inline-menu ul li .header__menu-item .icon {height: 7px;width: 10px;}
.header-wrapper .header .header-bottom .list-menu--disclosure {width: 11rem;}
.header-wrapper .header .header-bottom .header__inline-menu .list-menu--inline li .header__submenu li a {padding: 4px 5px;font-size: 12px;}
.slideshow-item li .slideshow-item-inner::before {height: 42px;width: 100%;}
.slideshow-item li .slideshow-item-inner .slide-text h2 {font-size: 88px;line-height: 94px;margin-bottom: 20px;}
.our-service .service-wrap .services .service .text p {font-size: 16px;}
.f-product .f-product-inner .f-product-slider {max-width: 930px;}
.review-grid::before {height: 37px;width: 100%;}
.review-slider {width: 940px;}
.review-slider .review-item .review-item-inner {padding: 0 35px;}
.top-content h4 {font-size: 28px;line-height: 28px;}
.top-content h2 {font-size: 40px;line-height: 48px;margin-bottom: 20px;}
.blocks-wrapper .img-with-text {flex-wrap: wrap;}
.blocks-wrapper .img-with-text .img-section {width: 100%;margin: 20px 20px;}
.blocks-wrapper .img-with-text .text-section {width: 100%;padding: 0px 25px !important;}
.blocks-wrapper .img-with-text .text-section .inner-text {display: block;}
.blocks-wrapper .img-with-text .text-section .inner-text h3 {text-align: center;}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content p {text-align: center;}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content ul {width: 560px;margin: 0 auto;}
.blog-and-aboutus .blog-about-inner::before {width: 100%;height: 40px;background-size: 100%;}
.footer-bottom-inner {justify-content: center;flex-direction: column-reverse;row-gap: 10px;}
.footer__content-bottom .footer-bottom-inner .footer__copyright.caption {display: block;width: 100%;text-align: center;}
.footer-bottom-inner .footer__column--info {align-items: center;}
.product__info-container .price .badge {padding: 20px 9px;font-size: 14px;height: 70px;width: 70px;margin-left: 10px;}
}
@media only screen and (max-width: 1023px) {
.header-wrapper .header .header-top-inner {justify-content: flex-start;}
.header-wrapper .header .header-top-inner .header__icon--summary {height: 50px;width: 50px;}
.header-wrapper .header .header-top-inner .header__icon--summary .icon {height: 30px;width: 30px;}
.menu-drawer__menu li .menu-drawer__menu-item {font-size: 18px;padding: 8px 40px;}
.header-top-left {margin-left: 20px;}
.header-top-left .email {padding-right: 10px;}
.header-top-left .email .text {display: none;}
.header-top-left .social-media {padding-left: 0px;}
.header-wrapper .header .header-top-inner .header__heading {width: 45%;}
.slideshow-item li .slideshow-item-inner::before {height: 39px;}
.slideshow-item li .slideshow-item-inner .slide-text h2 {font-size: 78px;line-height: 84px;margin-bottom: 10px;}
.our-service .service-wrap .services {padding: 30px 0 20px;}
.our-service .service-wrap .services .service {padding: 5px 0;}
.our-service .service-wrap .services .service .img {width: 50px;height: 50px;}
.our-service .service-wrap .services .service .text p {font-size: 15px;}
.f-collection {padding: 10px 0 28px;}
.f-collection .coll-wrap .coll-item .coll-name a, .f-collection .coll-wrap .coll-item .coll-name a p {font-size: 38px;line-height: 42px;}
.f-product {padding: 28px 0 22px;}
.f-product .f-product-inner h2 {font-size: 30px;margin-bottom: 20px;}
.f-product .f-product-inner .f-product-slider {max-width: 850px;}
.review-grid {margin: 22px 0 24px;}
.review-grid::before {height: 35px;}
.reviwe-heading-top h2 {font-size: 30px;}
.reviwe-heading-top h2 span {padding: 0 65px;}
.reviwe-heading-top h2 span::before {height: 33px;width: 50px;}
.reviwe-heading-top h2 span::after {height: 33px;width: 50px;}
.review-slider {width: 870px;}
.img-with-text-blocks {padding: 24px 0 25px;}
.top-content h4 {font-size: 26px;line-height: 26px;}
.top-content h2 {font-size: 36px;line-height: 44px;}
.top-content .content {max-width: 100%;}
.blocks-wrapper .img-with-text .text-section .inner-text h3 {font-size: 30px;margin-bottom: 20px;}
.blog-and-aboutus .blog-about-inner {margin: 30px 0 70px;}
.blog-and-aboutus .blog-about-inner::before {height: 38px;}
.blog-about-inner .heading {font-size: 30px;}
.blogs-inner .heading {margin-bottom: 25px;}
.about-us .abt-content {max-width: 100%;}
.footer .footer__blocks-wrapper .footer-block {width: 20% !important;}
.footer .footer__blocks-wrapper .footer-2column-menu {width: 45% !important;}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .footer-block__heading {font-size: 28px;}
/* collection page */
.collection-hero .coll-image .titile .collection-hero__title {font-size: 35px;line-height: 42px;}
.facet-filters {padding-left: 0px;}
.facets__wrapper .facets__summary span {font-size: 18px;}
.facets-wrapper .facets-container .facets__form .facets__disclosure {margin-right: 20px;}
.facet-filters__field .select select {font-size: 18px;}
.facets-container .facets__form .product-count {margin-left: -40px;}
.facets-container .facets__form .product-count h2 span {font-size: 16px;}
.product-grid .grid__item {max-width: 49.5%;width: 49.5%;}
/* product page */
.product .product__info-wrapper {padding: 40px 30px 0px;width: 100%;}
.related-products .related-products__heading {font-size: 30px;line-height: 36px;margin: 20px 0px 10px !important;}
/* blogs */
.main-blog .title--primary {font-size: 38px;margin: 30px 0 20px !important;}
.article-card-wrapper .card .card__content .card__information .h2 {font-size: 18px;}
.blog-articles .article-card-wrapper .article-card .card__inner, .blog-articles .article-card-wrapper .article-card .card__inner .card__media .media img {height: 320px;}
/* pages */
.main-page-title {font-size: 38px;}
.contact form .field input {height: 65px;}
.contact form .field .field__label {font-size: 18px;}
/* policy */
.shopify-policy__title h1 {font-size: 38px;}
/* collection list */
.title.title--primary {font-size: 35px;}
.collection-list .card-wrapper .card .card__content .card__information h3 a {font-size: 38px;line-height: 44px;}
/* add to cart */
.collection__view-all .button {width: 200px;height: 60px;min-height: 60px;}
}
@media only screen and (max-width: 959px) {
.l_btn {height: 45px;font-size: 17px;padding: 6px 30px;}
.social-media .list-social li .list-social__link {padding: 10px 8px;}
.social-media .list-social li .list-social__link svg {height: 23px;width: 23px;}
.header-wrapper .header .header-top .header__icons .header__icon--search {width: 40px;}
.header-wrapper .header .header-top .header__icons .header__icon .text {display: none;}
.header-wrapper .header .header-top .header__icons .header__icon--account {width: 45px;display: flex !important;}
.header-wrapper .header .header-top-inner .header__heading {width: 50%;}
.slideshow-item li .slideshow-item-inner::before {height: 32px;}
.slideshow-item li .slideshow-item-inner .slide-text h2 {font-size: 65px;line-height: 72px;}
.slideshow-item li .slideshow-item-inner .slide-text .l_btn {padding: 8px 36.2px;}
.hero-slider .uk-dotnav {top: 62%;transform: translate(-10%,-62%);}
.hero-slider .uk-dotnav li {height: 15px;width: 15px;margin-bottom: 5px;}
.our-service .service-wrap .services .service {column-gap: 5px;}
.our-service .service-wrap .services .service .img {width: 45px;height: 45px;}
.our-service .service-wrap .services .service .text p {font-size: 13px;}
.f-collection .coll-wrap .coll-item {width: 50%;}
.f-product .f-product-inner h2 {font-size: 28px;margin-bottom: 15px;}
.f-product .f-product-inner .f-product-slider {max-width: 690px;}
.f-product .f-product-inner .f-product-slider .products .product-item {padding: 10px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 250px;height: 250px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 250px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text {padding: 35px 20px 40px;}
.f-product .uk-slidenav {height: 38px;width: 25px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .btn .l_btn {width: 200px;padding: 7px 10px;font-size: 16px;}
.review-grid::before {height: 28px;}
.reviwe-heading-top h2 {font-size: 28px;}
.reviwe-heading-top h2 span::before, .reviwe-heading-top h2 span::after {height: 30px;width: 45px;}
.review-slider::before {display: none;}
.review-slider {width: 680px;margin-top: 25px;}
.review-slider .review-item .review-item-inner {padding: 0 15px;}
.review-grid .uk-slidenav {height: 38px;width: 25px;}
.top-content h4 {font-size: 23px;line-height: 23px;}
.top-content h2 {font-size: 30px;line-height: 37px;}
.top-content .content {margin: 0 auto 25px;}
.blocks-wrapper .img-with-text .text-section .inner-text h3 {font-size: 28px;margin-bottom: 15px;}
.blog-and-aboutus .blog-about-inner::before {height: 30px;}
.blogs-inner {padding: 74px 0 27px;}
.blog-about-inner .heading {font-size: 28px;}
.blogs-items .blog-item .text-section .inner-text .card__heading {font-size: 22px;margin-bottom: 12px;}
.blogs-items .blog-item .text-section .inner-text .content {font-size: 16px;margin: 12px 0 10px;}
.about-us {padding: 27px 0 20px;}
.about-us .abt-content p {font-size: 17px;}
.footer .footer__blocks-wrapper .footer-block {width: 25% !important;}
.footer .footer__blocks-wrapper .footer-2column-menu {width: 50% !important;}
.footer .footer__blocks-wrapper .contact-us .email a {font-size: 12px;}
.footer .footer__blocks-wrapper .footer-block .footer-block__heading {margin-bottom: 25px;}
.footer .footer__blocks-wrapper .contact-us .email a .uk-icon svg {height: 22px;width: 22px;margin-right: 8px;}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .newsletter-form__field-wrapper .l_btn {width: 160px;height: 45px;}
/* collection page */
.collection-hero.collection-hero--with-image.color-background-1.gradient {padding: 25px 0px;}
.collection-hero .coll-image .titile .collection-hero__title {font-size: 30px;line-height: 38px;}
.collection-hero .collection-hero__inner .collection-hero__description.rte h3 {font-size: 22px;}
.mobile-facets__header-inner {display: flex;}
.facets-container .mobile-facets__close svg {width: 1.5rem;}
.medium-hide {display: flex !important;}
.facets__form {gap: 0 2rem;}
.facet-filters__field {flex-wrap: wrap;}
.facets-wrapper .facets-container form .facets__wrapper {display: none;}
.facets-wrapper .facets-container form .sorting {display: none;}
.facets-container .facets__form .product-count {display: none;}
.facets-wrapper .facets-container .mobile-facets .small-hide {display: none;}
.facet-filters__field .facet-filters__label {display: block;width: 70%;margin: 0 auto;}
.facet-filters__field .select {margin: 0 auto;}
.product-grid .grid__item {max-width: 49.4%;width: 49.4%;}
.card-wrapper .card .card__inner .card__content .color-inverse {height: 70px;width: 70px;padding: 16px 0;line-height: 18px;font-size: 15px;}
.card-wrapper .card .quick-add .form .button, .quick-add__submit {width: 180px;height: 45px;max-width: 180px;min-width: 180px !important;min-height: 45px;max-height: 45px;font-size: 16px;padding: 0px !important;}
/* product page */
.product__info-container > * + * {margin: 10px 0 !important;}
.product__info-container .product__title h1, .product .product__title .h1 {font-size: 30px;}
.product__info-container .price .price__container .price-item {font-size: 28px;}
.product__info-container variant-radios .product-form__input .form__label {font-size: 17px !important;}
.product-form__input input[type="radio"] + label {font-size: 16px !important;}
.product__info-container .product-form__quantity {column-gap: 10px;margin-top: 35px !important;}
.product__info-container .product-form__input .quantity {min-height: 50px;}
.related-products .related-products__heading {font-size: 28px;line-height: 34px;}
.cbb-frequently-bought-container h2 {font-size: 25px !important;}
/* blogs */
.main-blog .title--primary {font-size: 32px;margin: 30px 0 15px !important;}
.blog-articles .article-card-wrapper .article-card .card__inner, .blog-articles .article-card-wrapper .article-card .card__inner .card__media .media img {height: 250px;}
/* cart */
.title-wrapper-with-link .title--primary {font-size: 32px;}
.cart-item > td + td {padding: 60px 0 0 0 !important;}
.cart-items .cart-item {display: grid;grid-template: repeat(2,auto) / repeat(4,1fr);gap: 1.5rem;margin-bottom: 3.5rem;}
.cart-item__media {grid-row: 1 / 3;}
.cart-item__details {grid-column: 2 / 4;}
.cart-item__totals {display: flex !important;align-items: flex-start;justify-content: flex-end;}
.cart-item .cart-item__quantity {grid-column: 2/5;padding: 0px !important;}
.small-hide {display: none !important;}
.product__info-container .price .price__container .price-item {padding-right: 0;}
}
@media only screen and (max-width: 767px) {
.header-wrapper .header .header-top-inner .header__icon--summary {height: 45px;width: 45px;}
.header-wrapper .header .header-top-inner .header__icon--summary .icon {height: 25px;width: 25px;}
.header-top-left .email {padding-right: 0px;border: none;width: 25px;}
.header-wrapper .header .header-top-inner .header__heading {width: 40%;}
.header-wrapper .header .header-top-inner .header__heading-link .header__heading-logo {max-width: 160px;}
.header-wrapper .header .header-top .header__icons {justify-content: flex-end;width: 29%;}
.header-wrapper .header .header-top .header__icons .header__icon--account {display: flex !important;}
.header-wrapper .header .header-top .header__icons .header__icon--cart {width: 40px;}
.header-wrapper .header .header-top .header__icons .header__icon--cart .cart-count-bubble {height: 20px;width: 20px;font-size: 10px;right: -10px;top: -2px;}
.slideshow-item li .slideshow-item-inner::before {height: 26px;}
.slideshow-item li .slideshow-item-inner .slide-text h2 {font-size: 45px;line-height: 52px;}
.our-service .service-wrap {padding-top: 15px;}
.our-service .service-wrap .services {padding: 15px 0 20px;}
.our-service .service-wrap .services {justify-content: flex-start;position: relative;flex-wrap: wrap;}
.our-service .service-wrap .services:before {position: absolute;content: "";width: 100%;top: 50%;left: 0;right: 0;transform: translateY(-50%);border-bottom: 1px solid #d9d9d9;}
.our-service .service-wrap .services:after {position: absolute;content: "";height: 100%;top: 0;left: 50%;right: 0;transform: translateX(-50%);border-left: 1px solid #d9d9d9;width: 1px;}
.our-service .service-wrap .services .service {width: 50%;border-left: none;}
.f-collection .coll-wrap .coll-item .coll-name a, .f-collection .coll-wrap .coll-item .coll-name a p {font-size: 35px;line-height: 40px;}
.f-product .f-product-inner .f-product-slider {max-width: 560px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 200px;height: 200px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 200px;}
.review-grid {padding: 60px 0 70px;}
.review-grid::before {height: 23px;}
.review-slider {width: 560px;}
.review-slider .review-item .review-item-inner .desc .content {margin-bottom: 15px;}
.blog-and-aboutus .blog-about-inner::before {height: 25px;}
.blogs-items .blog-item .text-section {padding: 21px 0 15px 25px;}
.blogs-items .blog-item .text-section .inner-text .card__heading {font-size: 20px;}
.blogs-inner .blog__view-all {margin-top: 35px;}
.footer__content-top {background: #eef7ff;padding: 70px 0px 40px !important;}
.footer .footer__blocks-wrapper {display: flex !important;justify-content: flex-start;row-gap: 0px !important;column-gap: 0px;}
.footer .footer__blocks-wrapper .footer-block {width: 100% !important;margin: 0px !important;}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter form {margin: 0px auto;}
/* collection page */
.collection-hero .coll-image .titile .collection-hero__title {font-size: 28px;line-height: 36px;}
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 250px;}
/* product page */
.product {padding-top: 30px;}
.product .grid__item .product__media-list {padding: 0px !important;border: none;}
.product .product__media-wrapper .product__modal-opener {width: 100%;height: 450px;}
.product .grid__item .product__media-list .product__media-item .product__media {padding: 0 !important;height: 100%;border: 1px solid #d9d9d9;border-radius: 10px;}
.product__info-container .product__title h1, .product .product__title .h1 {font-size: 28px;}
.product__info-container .price .price__container .price-item {font-size: 25px;}
.product-form form .product-form__buttons .button {min-height: 50px;height: 50px;}
.product-form form .product-form__buttons .button span {font-size: 16px;}
.related-products .related-products__heading {font-size: 25px;line-height: 32px;}
/* blogs */
.blog-articles .article-card-wrapper .article-card .card__inner, .blog-articles .article-card-wrapper .article-card .card__inner .card__media .media img {height: 380px;}
/* pages */
.main-page-title {font-size: 34px;text-align: center;}
.container-fluid {margin-top: 30px;}
/* policy */
.shopify-policy__title h1 {font-size: 30px;}
/* collection page */
.title.title--primary {font-size: 28px;}
}
@media only screen and (max-width: 639px) {
.header-top-left {display: none;}
.header-wrapper .header .header-top-inner .header__heading {width: 68%;margin-left: 80px;}
.slideshow-item li .slideshow-item-inner::before {height: 22px;}
.slideshow-item li .slideshow-item-inner .slide-text h2 {font-size: 36px;line-height: 42px;margin-bottom: 5px;}
.hero-slider .uk-dotnav li {height: 13px;width: 13px;}
.f-collection {padding: 20px 0 22px;}
.f-collection .coll-wrap .coll-item {padding: 5px 10px;}
.f-collection .coll-wrap .coll-item .coll-img a {border-width: 12px !important;}
.f-collection .coll-wrap .coll-item .coll-name a, .f-collection .coll-wrap .coll-item .coll-name a p {font-size: 30px;line-height: 34px;}
.f-product {padding: 22px 0 18px;}
.f-product .f-product-inner h2 {font-size: 25px;margin-bottom: 10px;}
.f-product .f-product-inner .f-product-slider {max-width: 450px;}
.f-product .f-product-inner .f-product-slider .products .product-item {padding: 10px 5px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner {padding: 0 0 45px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 190px;height: 190px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 190px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text {padding: 10px 5px 0;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .product_title a {font-size: 14px;line-height: 18px;margin-bottom: 8px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .price {font-size: 14px;line-height: 20px;margin: 5px 0 15px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .price .price-item {font-size: 14px;margin-bottom: 0px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .btn {bottom: 15px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .btn .l_btn {width: 180px;padding: 7px 10px;font-size: 14px;height: 42px;}
.review-grid {margin: 18px 0 20px;padding: 40px 0 60px;}
.review-grid::before {height: 20px;}
.reviwe-heading-top h2 {font-size: 25px;margin-bottom: 10px;}
.reviwe-heading-top h2 span {padding: 0 50px;}
.reviwe-heading-top h2 span::before, .reviwe-heading-top h2 span::after {height: 25px;width: 37px;}
.reviwe-heading-top .total-stars-text span {font-size: 22px;}
.total-review p, .simpale-text span {font-size: 18px;line-height: 22px;}
.review-slider {width: 440px;}
.review-slider .review-item .review-item-inner .rattings-star {margin: 0 auto 15px;}
.img-with-text-blocks {padding: 20px 0 18px;}
.top-content h4 {font-size: 18px;line-height: 18px;}
.top-content h2 {font-size: 26px;line-height: 32px;}
.top-content .content p {margin-bottom: 10px;}
.blocks-wrapper .img-with-text .text-section .inner-text h3 {font-size: 25px;margin-bottom: 10px;}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content p {margin-bottom: 10px;}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content ul {max-width: 100%;}
.blog-and-aboutus .blog-about-inner {margin: 18px 0 55px;padding-bottom: 65px;}
.blog-and-aboutus .blog-about-inner::before {height: 21px;}
.blogs-inner {padding: 55px 0 25px;}
.blog-about-inner .heading {font-size: 25px;margin-bottom: 15px;}
.blogs-items .blog-item {padding: 0 5px;flex-wrap: wrap;}
.blogs-items .blog-item .image-section {width: 100%;}
.blogs-items .blog-item .text-section {padding: 20px 10px 0px;width: 100%;}
.blogs-items .blog-item .text-section .inner-text {display: block;text-align: center;}
.blogs-items .blog-item .text-section .inner-text .btn {justify-content: center;}
.blogs-inner .blog__view-all {margin-top: 20px;}
.about-us {padding: 24px 0 20px;}
.about-us .abt-content p {margin-bottom: 15px;}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .footer-block__heading {font-size: 25px;}
.footer-bottom-inner .footer__payment .list-payment {row-gap: 5px;}
/* collection page */
.collection-hero--with-image .media.gradient img {height: 280px;}
.collection-hero .coll-image .titile .collection-hero__title {font-size: 25px;line-height: 32px;}
.facets-wrapper .facets-container .mobile-facets__open .button-label {font-size: 22px;letter-spacing: 1px;}
.facets-wrapper .facets-container .product-count .product-count__text, .facets-wrapper .facets-container .product-count .product-count__text span {font-size: 22px;}
.card-wrapper .card .card__information a {font-size: 16px;padding: 0px 10px;}
.opinew-stars-plugin-link .opinew-no-reviews-stars-plugin {font-size: 16px;}
.card-wrapper .card .card__information .price .price-item {font-size: 16px;}
.pagination-wrapper .pagination ul li {width: 35px;max-width: 35px;}
.pagination__list li .pagination__item {border-radius: 10px;font-size: 16px;width: 35px;max-width: 35px;min-height: 35px;height: 35px;}
.product .product__media-wrapper .product__modal-opener {height: 400px;}
/* blogs */
.blog-articles .article-card-wrapper .article-card .card__inner, .blog-articles .article-card-wrapper .article-card .card__inner .card__media .media img {height: 300px;}
.blog-articles .card-wrapper .card .card__information .l_btn {padding: 5px 30px;}
.rte table {width: 100%;display: table-caption;}
.contact form .field .text-area {height: 150px;}

}
@media only screen and (max-width: 539px) {
.l_btn {height: 42px;font-size: 15px;padding: 6px 30px;}
.header-wrapper .header .header-top-inner .header__heading {margin-left: 70px;}
.header-wrapper .header .header-top-inner .header__heading-link .header__heading-logo {max-width: 140px;}
.slideshow-item li .slideshow-item-inner::before {height: 20px;}
.slideshow-item li .slideshow-item-inner .slide-text h2 {font-size: 30px;line-height: 36px;}
.slideshow-item li .slideshow-item-inner .slide-text .l_btn {padding: 7px 25.2px;font-size: 15px;}
.our-service .service-wrap .services .service .img {width: 40px;height: 40px;}
.our-service .service-wrap .services .service .text p {font-size: 12px;}
.f-collection .coll-wrap .coll-item .coll-img a {border-width: 10px !important;}
.f-collection .coll-wrap .coll-item .coll-name a, .f-collection .coll-wrap .coll-item .coll-name a p {font-size: 25px;line-height: 30px;}
.f-product .f-product-inner .f-product-slider {max-width: 400px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 150px;height: 150px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 150px;}
.opinew-stars-plugin-link {font-size: 13px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .btn .l_btn {width: 170px;padding: 7px 10px;font-size: 13px;}
.f-product .uk-slidenav {height: 31px;width: 20px;}
.review-grid::before {height: 18px;}
.review-slider {width: 380px;}
.review-slider .review-item .review-item-inner .desc .content {font-size: 16px;}
.top-content h4 {font-size: 16px;line-height: 16px;}
.top-content h2 {font-size: 23px;line-height: 29px;margin-bottom: 10px;}
.top-content .content p {font-size: 16px;}
.blocks-wrapper .img-with-text .img-section {margin: 15px;}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content p {font-size: 16px;}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content ul li {font-size: 16px;line-height: 38px;}
.blog-and-aboutus .blog-about-inner::before {height: 19px;}
.blogs-inner .blog__view-all .l_btn {padding: 6px 41px;}
.about-us .abt-content p {font-size: 16px;}
.footer .footer__blocks-wrapper .footer-block .footer-block__heading {margin-bottom: 10px;}
.social-m-icon .footer__list-social {margin-top: 30px;}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .newsletter-form__field-wrapper .l_btn {width: 150px;height: 42px;font-size: 15px;}
/* collection page */
.facets-wrapper .facets-container .mobile-facets__open .button-label {font-size: 20px;}
.facets-wrapper .facets-container .product-count .product-count__text, .facets-wrapper .facets-container .product-count .product-count__text span {font-size: 20px;}  
.mobile-facets .mobile-facets__inner .mobile-facets__heading {font-size: 20px;}
.mobile-facets .mobile-facets__inner .mobile-facets__count {font-size: 18px;}
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 160px;}
.card-wrapper .card .quick-add .form .button, .quick-add__submit {width: 160px;height: 42px;max-width: 160px;min-width: 160px !important;min-height: 42px;max-height: 42px;font-size: 13px;}
/* product page */
.product .product__media-wrapper .product__modal-opener {height: 330px;}
.product .product__info-wrapper {padding: 20px 15px 0;}
.product__info-container .product__title h1, .product .product__title .h1 {font-size: 25px;}
.product__info-container .price .price__container .price-item {font-size: 22px;}
.product-form__input input[type="radio"] + label {padding: 6px 15px !important;font-size: 15px !important;}
.product__info-container .product-form__quantity {margin-top: 25px !important;}
.related-products .related-products__heading {font-size: 22px;line-height: 28px;}
.cbb-frequently-bought-container h2 {font-size: 22px !important;}
/* pages */
.main-page-title {font-size: 30px;text-align: center;margin: 15px 0px 10px !important;}
.page-width--narrow .rte p {font-size: 17px;}
.page-width--narrow .rte table tr td p, .page-width--narrow .rte table tr td span {font-size: 17px;}
.container-fluid {margin-top: 25px;}
.contact form .contact__button .button {height: 45px;width: 160px !important;min-height: 45px !important;min-width: 150px !important;}
.page-width--narrow .rte h1, .page-width--narrow .rte h1 strong {font-size: 25px;}
.page-width--narrow .rte h2, .page-width--narrow .rte h2 span {font-size: 22px;}
.content-container .heading {margin-bottom: 8px;}
.container-fluid {margin-top: 15px;}
/* blogs */
.main-blog .title--primary {font-size: 28px;}
/* policy */
.shopify-policy__title h1 {font-size: 28px;margin: 30px 0px 15px !important;}
.shopify-policy__body .rte {font-size: 16px;}
/* add cart */
.title-wrapper-with-link .title--primary {font-size: 25px;}
.cart__items .cart-item {display: flex;justify-content: flex-start;flex-wrap: wrap;}
.cart-item > td + td {padding: 10px 0 0 !important;}
.cart-item td {	width: 100%;}
.cart-item td .cart-item__image-container, .cart-item td .cart-item__image-container img {width: 100%;max-width: 100%;}
.cart__items .cart-item .cart-item__details a {font-size: 20px;}
.cart-item td .product-option {font-size: 18px;}
.cart-item__totals {justify-content: flex-start;}
.cart-items .right {text-align: left !important;}
.cart-items .right .cart-item__price-wrapper {display: block;width: 100%;}
.cart-items .right .cart-item__price-wrapper .price--end {text-align: right;font-size: 18px;}
.cart__footer .cart__ctas button {font-size: 15px;height: 50px;min-height: 50px;padding: 0px;}
.totals .totals__subtotal {font-size: 22px;}
.totals .totals__subtotal-value {font-size: 20px;}
.cart__footer .tax-note {font-size: 16px;}
.collection-list .collection-list__item .card-wrapper .card .card__inner {height: 200px;border: 5px solid #7a97bd;}
.collection-list .card-wrapper .card .card__inner .card__media .media img {height: 190px;}
.collection-list .card-wrapper .card .card__content .card__information {padding: 10px 0px;}
.collection-list .card-wrapper .card .card__content .card__information h3 a {font-size: 28px;line-height: 34px;}
}
@media only screen and (max-width: 479px) {
.bOyRRe.text-medium {font-size: 16px;line-height: 24px;}
.header-wrapper {padding-top: 65px;}
.header-wrapper .header .header-top-inner {height: 65px;}
.header-wrapper .header .header-top-inner .header__heading img {width: 160px;}
.menu-drawer__menu li .menu-drawer__menu-item {font-size: 16px;padding: 5px 40px;}
.header-wrapper .header .header-top-inner .header__heading {margin-left: 30px;width: 68%;}
.header-wrapper .header .header-top-inner .header__heading-link .header__heading-logo {max-width: 110px;}
.header-wrapper .header .header-top .header__icons {width: 30%;}
.header-wrapper .header .header-top .header__icons .header__icon {padding: 0 5px;border: none;}
.header-wrapper .header .header-top .header__icons .header__icon--search {width: 30px;}
.header-wrapper .header .header-top .header__icons .header__icon--search span svg {height: 20px;width: 20px;}
.header-wrapper .header .header-top .header__icons .header__icon--account {width: 28px;}
.header-wrapper .header .header-top .header__icons .header__icon--cart {width: 30px;}
.header-wrapper .header .header-top .header__icons .header__icon--cart span svg {height: 25px;width: 25px;}
.slideshow-item li .slideshow-item-inner::before {height: 13px;}
.slideshow-item li .slideshow-item-inner .slide-text h2 {font-size: 28px;line-height: 34px;}
.slideshow-item li .slideshow-item-inner .slide-text .l_btn {padding: 8px 25.2px;font-size: 14px;}
.hero-slider .uk-dotnav {top: 70%;transform: translate(-8%,-70%);left: 8%;}
.hero-slider .uk-dotnav li {height: 12px;width: 12px;}
.our-service .service-wrap .services {padding: 0px 0 0px;}
.our-service .service-wrap .services .service .img {width: 30px;height: 30px;}
.our-service .service-wrap .services .service .text p {font-size: 10px;}
.f-collection {padding: 22px 0 10px;}
.f-collection .coll-wrap .coll-item .coll-img a {border-width: 8px !important;}
.f-collection .coll-wrap .coll-item {padding: 5px 5px;}
.f-collection .coll-wrap .coll-item .coll-name a, .f-collection .coll-wrap .coll-item .coll-name a p {font-size: 22px;line-height: 26px;}
.f-product {padding: 15px 0 12px;}
.f-product .f-product-inner h2 {font-size: 22px;margin-bottom: 5px;}
.f-product .f-product-inner .f-product-slider {max-width: 350px;}
/*.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner {height: auto;}*/
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 100px;height: 100px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 100px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .product_title a {font-size: 10px;line-height: 16px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .price .price-item {font-size: 10px;margin-bottom: 0px;}
.opinew-stars-plugin-link {font-size: 10px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .btn .l_btn {width: 140px;padding: 8px 10px;font-size: 11px;height: 38px;}
.f-product .uk-slidenav {display: none;}
.review-grid {margin: 12px 0 20px;}
.review-grid::before {height: 11px;}
.reviwe-heading-top h2 {font-size: 20px;}
.total-review p, .simpale-text span {font-size: 16px;line-height: 20px;}
.review-slider {width: 265px;}
.review-slider .review-item .review-item-inner {padding: 0 10px;}
.review-slider .review-item .review-item-inner .desc .content {font-size: 15px;}
.review-slider .review-item .review-item-inner .desc h4 {font-size: 16px;}
.review-grid .uk-slidenav {height: 31px;width: 20px;}
.img-with-text-blocks {padding: 15px 0 12px;}
.top-content h4 {font-size: 14px;line-height: 14px;}
.top-content h2 {font-size: 20px;line-height: 25px;margin-bottom: 8px;}
.top-content .content p {font-size: 14px;margin-bottom: 5px;}
.blocks-wrapper .img-with-text .text-section .inner-text h3 {font-size: 22px;margin-bottom: 8px;}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content p {font-size: 14px;margin-bottom: 8px;line-height: 22px;}
.blocks-wrapper .img-with-text .text-section .inner-text .blocks-content ul li {font-size: 12px;line-height: 32px;padding-left: 15px;}
.blog-and-aboutus .blog-about-inner {margin: 12px 0 45px;padding-bottom: 40px;}
.blog-and-aboutus .blog-about-inner::before {height: 12px;}
.blog-about-inner .heading {font-size: 22px;margin-bottom: 10px;}
.blogs-items .blog-item .text-section .inner-text .card__heading {font-size: 17px;}
.blogs-items .blog-item .text-section .inner-text .h5 span {font-size: 15px;}
.blogs-items .blog-item .text-section .inner-text .content {font-size: 15px;margin: 5px 0 8px;}
.about-us .abt-content p {font-size: 15px;margin-bottom: 10px;}
.footer .footer__blocks-wrapper .footer-block ul li .list-menu__item--link {font-size: 12px;line-height: 30px;}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .footer-block__heading {font-size: 22px;margin-bottom: 10px;}
.footer .footer__blocks-wrapper .footer-block--newsletter .footer-block__newsletter .content p {font-size: 13px;}
.footer-bottom-inner .footer__copyright small:nth-child(1) {padding-right: 0px;border-right: none;}
.footer-bottom-inner .footer__copyright small:nth-child(2) {padding-left: 0px;}
.footer-bottom-inner .footer__copyright small a {display: block;text-align: center;}
/* collection page */
.product-grid .grid__item {padding: 5px 2px;}
.collection-hero--with-image .media.gradient img {height: 250px;}
.collection-hero .coll-image .titile .collection-hero__title {font-size: 22px;line-height: 28px;}
.collection-hero .collection-hero__inner .collection-hero__description.rte {font-size: 14px;}
.collection-hero .collection-hero__inner .collection-hero__description.rte h3 {font-size: 20px;}
.facets-wrapper .facets-container .mobile-facets__open .button-label {font-size: 17px;}
.facets-wrapper .facets-container .product-count .product-count__text, .facets-wrapper .facets-container .product-count .product-count__text span {font-size: 16px;}
.mobile-facets .mobile-facets__inner .mobile-facets__header-inner {flex-direction: column;row-gap: 5px;}
.mobile-facets .mobile-facets__inner .mobile-facets__heading {font-size: 20px;}
.mobile-facets .mobile-facets__inner .mobile-facets__count {font-size: 16px;text-align: left !important;}
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 130px;}
.product-card-wrapper .card .card__content {padding-bottom: 18px;}
.product-card-wrapper .card .card__content .card__information {padding: 15px 0 0;}
.card-wrapper .card .card__information a {font-size: 14px;padding: 0 8px;}
.opinew-stars-plugin-link .opinew-no-reviews-stars-plugin {font-size: 14px;}
.card-wrapper .card .card__information .price {line-height: 20px;margin: 6px 0px !important;}
.card-wrapper .card .card__information .price .price-item {font-size: 12px;}
.card-wrapper .card .quick-add .form .button, .quick-add__submit {width: 150px;height: 40px;max-width: 150px;min-width: 150px !important;min-height: 40px;max-height: 40px;font-size: 11px;}
.card-wrapper .card .card__inner .card__content .color-inverse {height: 65px;width: 65px;padding: 15px 4px;line-height: 16px;font-size: 13px;}
.pagination-wrapper .pagination ul li {width: 25px;max-width: 25px;}
.pagination__list li .pagination__item {border-radius: 10px;font-size: 13px;width: 25px;max-width: 25px;min-height: 25px;height: 25px;}
/* product page */
.product .product__media-wrapper .product__modal-opener {height: 300px;}
.product__info-container .price .badge {padding: 16px 2px;height: 60px;width: 60px;font-size: 11px;line-height: 14px;}
.product__info-wrapper .opinew-stars-plugin-link .opinew-no-reviews-stars-plugin {font-size: 16px;}
.product__info-container .product-form__input .quantity {min-height: 45px;}
.product-form form .product-form__buttons .button {min-height: 45px;height: 45px;}
.product__info-container .product__description {font-size: 15px;}
.cbb-frequently-bought-container h2 {font-size: 20px !important;}
.cbb-frequently-bought-container .cbb-frequently-bought-add-button span {font-size: 15px;}
.cbb-frequently-bought-container .cbb-frequently-bought-add-button {padding: 11.5px 25px !important;}
/* blogs */
.main-blog .title--primary {font-size: 25px;margin: 25px 0 10px !important;}
.blog-filter .select-group select {font-size: 14px;}
.blog-filter .select-group select option {font-size: 14px;}
.blog-articles .article-card-wrapper .article-card .card__inner, .blog-articles .article-card-wrapper .article-card .card__inner .card__media .media img {height: 240px;}
.blog-articles .card-wrapper .card .card__information .full-unstyled-link {font-size: 18px;padding: 0px;}
.blog-articles .card-wrapper .card .article-card__excerpt {margin: 12px 0px 15px;}
/* contact form */
.contact form .field input {font-size: 16px;height: 50px;}
.contact form .field {margin-bottom: 10px !important;}
.contact .c-text-mail, .contact .c-text-mail a, .contact .c-text {font-size: 15px;line-height: 24px;}
.contact form .field .text-area {font-size: 16px;height: 100px;min-height: 100px;}
/* pages */
.main-page-title {font-size: 24px;}
.page-width--narrow .rte h1, .page-width--narrow .rte h1 strong {font-size: 20px;margin-bottom: 12px;}
.page-width--narrow .rte h2, .page-width--narrow .rte h2 span {font-size: 18px;margin-bottom: 8px;}
.page-width--narrow .rte p {font-size: 15px;line-height: 24px;margin-bottom: 12px;}
.page-width--narrow .rte table tr td p, .page-width--narrow .rte table tr td span {font-size: 15px;}
/* policy */
.shopify-policy__title h1 {font-size: 25px;margin: 25px 0px 10px !important;}
.shopify-policy__body .rte {font-size: 14px;line-height: 24px;}
/* addcart */
.title-wrapper-with-link .title--primary {font-size: 25px;}
.collection-list .collection-list__item .card-wrapper .card .card__inner {height: 170px;} 
.collection-list .card-wrapper .card .card__inner .card__media .media img {height: 170px;}
.collection-list .card-wrapper .card .card__content .card__information {padding: 5px 0;}
.collection-list .card-wrapper .card .card__content .card__information h3 a {font-size: 24px;line-height: 30px;}
}