/** Shopify CDN: Minification failed

Line 1690:20 Expected identifier but found whitespace
Line 1690:29 Unexpected ";"

**/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
	padding: 0;
	margin: 0;
}

body {
	box-sizing: border-box;
	font-family: "Lato", sans-serif !important;
	margin: 0 auto !important;
}

html,
body {
	overflow-x: hidden;
}

img {
	width: 100%;
}

a:hover {
	text-decoration: none !important;
}

@font-face {
	font-family: posterama;
	src: url(posterama.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: posterama;
	font-weight: 600 !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: 1270px !important;
}

.theme_heading {
	font-size: 35px;
}

.up-ani {
	position: relative !important;
	bottom: 0px;
	transition: all 0.5s;
}

.up-ani:hover {
	bottom: 10px !important;
}

strong.brand_name {
    font-family: posterama;
}



/* header css */
.head_top_bar {
	text-align: center;
	background: #01BAD5;
	color: black;
	font-size: 15px;
	padding: 3px 0px;
}
.currency-btn {
    padding: 5px 15px !important;
}
li.nav-item.dropdown:hover .dropdown-menu {
	display: block !important;
	visibility: visible !important;
	opacity: 2 !important;
}

.head_top_bar p {
	margin-bottom: 0px;
}

.dropdown-toggle::after {
	top: 4px;
	position: relative;
	font-size: 22px;
}

.main-header {
	background: rgba(0, 0, 0, 0.6);
	/* semi-transparent black like your screenshot */
	padding: 0.5rem 0;
}

header .navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
	padding: 0.5rem 1rem;
}

header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link:focus {
	color: #01BAD5;
	/* gold on hover */
}


header .nav-icons .nav-icon {
	color: #fff;
	margin-left: 15px;
	font-size: 1.2rem;
}

header .nav-icons .nav-icon:hover {
	color: #01BAD5;
}

header .currency-btn {
	background: transparent;
	color: #fff;
	border: 1px solid #01BAD5;
	font-size: 0.85rem;
}

header .currency-btn:hover {
	background: #01BAD5;
	color: #000;
}

header .navbar-toggler {
	border: none;
	color: #fff;
}

header .navbar-toggler-icon i {
	font-size: 1.4rem;
	color: #fff;
}

header .navbar-collapse {
	background: #81818152;
	padding: 8px 10px;
	border-radius: 20px;
	margin-top: 10px;
	backdrop-filter: blur(10px);
}

header .navbar {
	background-color: transparent;
}

header .logo-img {
	width: 110px !important;
	position: absolute;
	height: auto !important;
	top: 5px;
	z-index: 2;
}

ul.navbar-nav {
	gap: 15px;
	position: relative;
	left: 3%;
}

.currency-btn {
	background: #01bad5 !important;
	border: none !important;
	border-radius: 50px !important;
	color: black !important;
	font-weight: 500;
	padding: 3px 10px;
}

.dropdown-menu {
	border: none !important;
	border-radius: 2px !important;
	background: #01bad5 !important;
}

.dropdown-menu a {
	font-weight: 600 !important;
}

header {
	z-index: 9999;
	position: relative;
}

.nav-icons .dropdown-menu {
	left: -50% !important;
}

/* Home Banner Slider */
.bnn_slider {
	position: relative;
}
.slide1 {
	background-image: url('/cdn/shop/files/bnn.jpg') !important;
}

.slide2 {
	background-image: url('/cdn/shop/files/s2.jpg') !important;
}
.slide3 {
	background-image: url('/cdn/shop/files/s3.jpg') !important;
}

.slide4 {
	background-image: url('/cdn/shop/files/s4.jpg') !important;
}
.slide5 {
	background-image: url('/cdn/shop/files/s5.jpg') !important;
}

.slide6 {
	background-image: url('/cdn/shop/files/s6.jpg') !important;
}
.slider_imgs {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center;
}

.slider_imgs {
	height: 600px !important;
	display: flex !important;
	align-items: center;
}

.bnn_slider .slick-dots {
	bottom: 25px !important;
	/*text-align: right !important;*/
	right: 0px !important;
}

.bnn_slider .slick-dots li.slick-active button:before {
	opacity: 2 !important;
	color: #ffffff !important;
}

.bnn_slider .slick-dots li {
	margin: 0 0px !important;
}

section.bnn_slider {
	margin-top: -80px;
}

.bnn_slider .slick-dots li button:before {
	font-size: 10px !important;
	opacity: 2 !important;
	color: #ffffffa6 !important;
}

.bnn_slider .slide_rating_box {
	display: inline-flex;
	color: white;
	gap: 10px;
	background: #afafaf5c;
	padding: 10px 20px;
	border-radius: 50px;
	backdrop-filter: blur(10px);
	margin-bottom: 25px;
	align-items: center;
}

.five_rat i {
	font-size: 13px;
	color: #F7B603;
}

.slide_rating_box p {
	margin-bottom: 0px;
	font-size: 14px;
}

.slide_cont h3 {
	color: white;
	font-size: 40px;
}

span.sk_color {
	color: #01BAD5;
}

.slider_btns {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: 40px;
}

.sky_btn {
	background: #01BAD5;
	padding: 10px 28px;
	border-radius: 50px;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}

.white_btn {
	background: #ffffff;
	padding: 10px 28px;
	border-radius: 50px;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}

.sky_btn:hover {
    background: #000000;
    color: #ffffff;
}

.white_btn:hover {
	background: #000;
	color: #fff;
}

.slide_cont {
	margin-top: 50px;
}

.slider_imgs:after {
	content: "";
	position: absolute;
	background: linear-gradient(90deg, rgb(0 0 0 / 78%) 0%, rgb(0 0 0 / 15%) 26%, rgba(0, 212, 255, 0) 100%);
	width: 100%;
	top: 0;
	height: 100%;
	bottom: 0;
}

.slider_imgs {
	position: relative;
}

section.bnn_slider .container {
	position: relative;
	z-index: 999;
}


/* Category Products */
.category-btns .btn {
	border-radius: 20px;
	margin: 0 5px;
}

.product-card {
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 15px;
	text-align: center;
	transition: 0.3s;
}

.product-card:hover {
	box-shadow: 0 4px 12px rgb(1 186 213 / 50%);
}

.product-img {
	max-height: 180px;
	object-fit: contain;
	margin-bottom: 15px;
}

.old-price {
	text-decoration: line-through;
	color: gray;
	margin-left: 5px;
}

.shop-btn {
	border-radius: 25px;
	padding: 8px 20px;
}
.category-btns {
	gap: 20px;
}
.cat_tab_slidersec {
    margin-bottom: 30px;
    width: 70% !important;
    margin-left: 50px;
}
.category-btns button.btn.active {
	background: #01BAD5 !important;
}

.category-btns li .active {
	background: #01BAD5 !important;
	color: black !important;
	padding: 8px 25px;
	font-weight: 500;
	border: 1px solid #01BAD5 !important;
	border-radius: 50px !important;
}

.category-btns li a {
	border: 1px solid #b3b3b3 !important;
	padding: 8px 25px;
	border-radius: 50px !important;
	color: black !important;
	font-weight: 500;
}

.view_catpro {
	margin: 0px 12px 25px;
}

.view_catpro a {
	color: black;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}

.view_catpro a:hover {
	color: #01BAD5;
}

.product-card img {
	width: 100% !important;
	height: 150px;
	object-fit: contain;
}

.product-card h6 {
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.product-card p {
	text-align: left;
}

p.pro_rice span:first-child {
	font-weight: 600;
}

.pro_var {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
	color: #01BAD5;
}

.pro_var a {
	color: #01BAD5;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 15px;
	font-weight: 600;
}

.home-catprobtn {
    background: #03b579;
    padding: 10px 28px;
    border-radius: 50px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    justify-content: center;
    position: relative;
    margin: auto !important;
    margin-bottom: 0px !important;
    width: 100%;
}

.home-catprobtn:hover {
	background-color: #01BAD5;
	color: #000;
}

.product-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: .3s;
    display: flex;
    flex-direction: column;
    height: 100% !important;
}

.cat_tab_slidersec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.cat_tab_slidersec .arrow-btn {
background: #00bcd4;
    color: #000000;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    flex-shrink: 0;
}

.cat_slider {
  width: 100%;
  margin: 0;
  padding: 0;
}

.cat_slider li {
  list-style: none;
  padding: 0 5px;
}

.cat_slider .nav-link {
  display: block;
  padding: 8px 18px;
  border: 1px solid #ccc;
  border-radius: 999px; /* full pill */
  background-color: #fff;
  color: #000;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}
.product_card_slider .slick-slide {
    display: block;
    max-width: 25% !important;
    min-width: 25%;
}
.product_card_slider .slick-track {
    width: 100% !important;
}


/* Review Sec cs */
.testimonials {
	padding: 10px 0 30px;
}

.rating-info {
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	background: #cccccc4f;
	padding: 5px 10px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 600;
}

.rating-info i {
	color: #ffb400;
	margin-right: 3px;
}

.rating-info span {
	margin-left: 10px;
	font-size: 15px;
	color: #555;
}

.review-item p {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.review-item h6 {
	font-weight: 600;
}

.review-slider h6 {
	margin: 15px 0px;
}

.review-meta {
	display: flex;
	align-items: center;
	gap: 10px;
}

.review-meta .stars i {
	color: #ffb400;
}

.custom-arrows {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	justify-content: center;
}

.custom-arrows button {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.custom-arrows button:hover {
	background: #000;
	color: #fff;
}

.view_all_btn a {
	border: 1px solid #ccc;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	border-radius: 50px;
	padding: 8px 20px;
	color: black;
}

.view_all_btn a:hover {
	background-color: #01BAD5;
	color: #000;
}

.view_all_btn {
	text-align: right;
	position: absolute;
	right: 0;
	top: 80%;
}



/* Customur Lgos */
.our_cut_logos .slick-track {
	display: flex;
	justify-content: space-around;
	margin: 30px 0px;
	gap: 15px;
}

.our_cut_logos img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.custlogo {
	border: 1px solid #cccccca8;
	width: 100%;
	text-align: center !important;
	border-radius: 10px;
	padding: 10px;
	display: flex !important;
	justify-content: center !important;
}


/* Three Frame Boxx Css */
section.three_frame_sec {
	margin-top: 30px;
}

.tframe1_box,
.tframe2_box,
.tframe3_box {
	width: 32.80%;
}

.tframe1_box {
	background: url('/cdn/shop/files/firstframe.jpg') !important;
	height: 300px;
	display: flex;
	align-items: center;
	padding: 50px;
	border-radius: 30px 0px 0px 30px;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.tframe1_box:after {
	content: '';
	position: absolute;
	background: #00000052;
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 30px 0px 0px 30px;
	left: 0;
}

.tframe2_box {
	background: url('/cdn/shop/files/secondframe.jpg') !important;
	height: 300px;
	display: flex;
	align-items: center;
	padding: 50px;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.tframe2_box:after {
	content: '';
	position: absolute;
	background: #00000052;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.tframe3_box {
	background: url('/cdn/shop/files/thirdframe.jpg') !important;
	height: 300px;
	align-items: center;
	padding: 50px;
	border-radius: 0px 30px 30px 0px !important;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.tframe3_box:after {
	content: '';
	position: absolute;
	background: #00000052;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 0px 30px 30px 0px !important;
}

section.three_frame_sec .row {
	gap: 10px;
}

.fram_blbox {
	background: #111;
	padding: 20px;
	height: 150px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 99;
}

.fram_blbox h4 {
	margin-bottom: 0px;
	color: white;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}

.tframe3_box h6 {
	color: white;
	font-size: 23px;
	letter-spacing: 1px;
	text-align: right;
	position: relative;
	z-index: 999;
}

.tframe3_box h6:before {
	content: '';
	width: 20px;
	height: 20px;
	background: red;
	position: absolute;
	border-radius: 50px;
	right: 60px;
	top: 4px;
	border: 1px solid black !important;
	z-index: 999;
}

.tframe3_box h5 {
	text-align: right;
	position: absolute;
	bottom: 20px;
	color: white;
	right: 20px;
	z-index: 999;
}

.tframe3_box h5 span {
	color: red;
}


/* About Css */
.about_sec {
	margin: 50px 0px;
	background-image: url('/cdn/shop/files/aboutbg.png') !important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: lighten;
	background-color: rgb(255 255 255 / 92%);
}
a.green_btn {
    background: #03b579;
    padding: 10px 28px;
    border-radius: 50px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
a.green_btn:hover {
    background: #01bad5;
    color: black;
}
.about_sec h3 {
	font-size: 35px;
	margin-bottom: 0px;
}

.about_cont img {
	width: 100px;
	position: relative;
	left: 30px;
}

section.about_sec .row {
	align-items: center;
}

.about_cont h4 {
	color: #01BAD5;
	margin: 10px 0px 20px;
}

.about_cont ul {
	list-style: none;
	margin-bottom: 30px;
}

.about_cont ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 10px;
	font-weight: 600;
}

.btns_group {
	display: flex;
	gap: 20px;
}
.values-section {
  background-color: #f1f1f1;
}
.value-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.value-icon {
  font-size: 40px;
  color: #00aaff;
}
.btn_abbox {
    display: flex;
    justify-content: center;
}


/* Gallery Css */
.caps-gallery {
	padding: 40px;
	background: #fff;
}
.gall_box .col-md-3 {
    padding: 5px;
}
.caps-grid div {
	overflow: hidden;
	border-radius: 12px;
	/* rounded corners like screenshot */
}

.caps-grid img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	transition: transform .3s ease;
}

.caps-grid img:hover {
	transform: scale(1.05);
}

.caps-gallery .col-md-2 .col-md-12 img {
	height: 425px;
}

.caps-gallery img {
	border-radius: 10px;
}

.gall_box .col-md-5,
.gall_box .col-md-4,
.gall_box .col-md-8 {
	padding: 5px;
}

.view_gall a {
	color: black;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	justify-content: center;
}


/* Cta section css */
section.cta_sec .container {
	background: url('/cdn/shop/files/ctaframe.jpg') !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	padding: 30px 50px;
	border-radius: 20px;
}

.rat_info {
	display: inline-flex;
	color: white;
	gap: 10px;
	background: #afafaf5c;
	padding: 10px 20px;
	border-radius: 50px;
	backdrop-filter: blur(10px);
	margin-bottom: 25px;
	align-items: center;
}

.rat_info p {
	margin-bottom: 0px;
}

section.cta_sec h3 {
	color: white;
}

.cta_mtxet {
	color: #ffffffbd;
	margin: 20px 0px 30px;
}
p.btextxol2 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #ffffffbd;
    /* padding-bottom: 15px; */
}

.cta_bot_textxol {
	background: #afafaf4a !important;
	padding: 20px 20px;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	color: white;
}

.cta_bot_textxol p {
	margin-bottom: 0px;
}

.cta_bot_textxol p:first-child {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 25px;
	padding-bottom: 10px;
}

.cta_bot_textxol {
	background: #afafaf8f;
	padding: 20px 20px;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	color: white;
	margin-top: 100px;
}


/* Product details box css */
.product-gallery {
	margin: auto;
}

.main-image img {
	width: 100%;
	border-radius: 10px;
	display: block;
}

.main-image {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #ccccccab;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

button.arrow.next,
button.arrow.prev {
	background: #cccccc85;
	height: 67px;
}

button.arrow.next {
	margin-left: 20px;
}

button.arrow.prev {
	margin-right: 20px;
}

.main-image img {
	width: 500px;
	height: 500px;
	object-fit: contain;
	display: block;
	transition: transform 0.4s ease;
	/* smooth effect */
}

.main-image img:hover {
	transform: scale(1.1);
	/* zoom in */
}

.prod_det_box .thumb-gallery {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.prod_det_box .thumbnails {
	display: flex;
	gap: 36px;
	overflow-x: hidden;
	scroll-behavior: smooth;
	width: 100%;
}

.prod_det_box .thumbnails img {
	min-width: 70px;
	height: 70px;
	object-fit: contain;
	border-radius: 6px;
	cursor: pointer;
	transition: 0.3s;
	border: 1px solid #9b9b9b !important;
	padding: 3px;
}

.prod_det_box button.arrow.next i,
.prod_det_box button.arrow.prev i {
	font-size: 15px;
}

.prod_det_box .thumbnails img.active,
.prod_det_box .thumbnails img:hover {
	opacity: 1;
	border: 2px solid #000;
}

.prod_det_box .arrow {
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
	padding: 5px;
}

.offer-container {
	font-family: Arial, sans-serif;
	width: 100%;
	max-width: 500px;
}

.offer-container p {
	margin-bottom: 8px;
	font-size: 16px;
}

.offer-slider-wrapper {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.offer-slider {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE/Edge */
}

.offer-slider::-webkit-scrollbar {
	display: none;
	/* Chrome/Safari */
}

.offer {
	border: 2px solid #ddd;
	background: #fff;
	color: #000;
	padding: 8px 20px;
	border-radius: 20px;
	cursor: pointer;
	transition: 0.3s;
	font-weight: bold;
	flex: 0 0 auto;
	/* don't shrink */
	margin-right: 8px;
}

.offer.active {
	background: #00bcd4;
	color: #000000;
	border-color: #00bcd4;
}

.offer:hover {
	opacity: 0.9;
}

.prod_det_box .arrow-btn {
	background: #00bcd4;
	color: #000000;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	flex-shrink: 0;
}

.prod_det_box {
	margin: 80px 0px !important;
}

.prod_det_box .arrow-btn:hover {
	opacity: 0.85;
}

.prod_excepts ul li {
	margin-left: 20px;
}

.pro_pri_colinfo {
	display: grid;
	font-size: 18px;
	margin: 20px 0px;
}

.pro_shop_btn a {
	display: inline-flex;
	padding: 10px 80px !important;
}

.pro_shop_btn {
	margin-bottom: 20px;
}


/* Videos sec css */
.vide_frame {
	padding: 20px 0px;
	background: #000;
	border-radius: 15px;
}

.view_vide a {
	color: black;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	justify-content: center;
}

.view_vide {
	margin-top: 30px;
}

.videos_sec {
	background-image: url('/cdn/shop/files/aboutbg.png') !important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: lighten;
	background-color: rgb(255 255 255 / 92%);
}

/* Footer Css */
footer {
	background: #111111;
	margin-top: 30px;
	border-radius: 30px 30px 0px 0px;
}

a.fot_logo img {
	width: 40%;
	margin-bottom: 20px;
}

footer p,
footer a {
	color: white;
}

.foot_top {
	padding: 50px 0px;
}

.foot_top h4 {
	color: white;
	font-size: 17px;
	margin-bottom: 20px;
}

.fot_social a {
	background: #808080e0;
	width: 35px;
	display: flex;
	height: 35px;
	border-radius: 50px;
	align-items: center;
	text-align: justify;
	justify-content: center;
}

.fot_social a:hover {
	background-color: #01BAD5;
	color: #fff;
}

.fot_social {
	display: flex;
	align-items: center;
	gap: 10px;
}

footer ul {
	list-style: none;
}

footer ul li {
	padding-bottom: 5px;
}

footer ul li a:hover {
	color: #01BAD5;
}

form#sub_form input {
	border: none;
	width: 100%;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 50px;
	font-size: 15px;
	color: black !important;
	font-weight: 600;
}

form#sub_form button {
	border: none;
}

p.copy_txt,
.foot_bot p {
	margin-bottom: 0px;
}

.foot_mid .row {
	align-items: center;
}

.foot_mid {
	border-top: 2px solid #cccccc42;
	padding: 10px 0px;
	border-bottom: 2px solid #cccccc42;
}

.foot_mid img {
	width: 50%;
}

.pay_img {
	text-align: right;
}

.foot_bot {
	padding: 10px 0px;
	background: #000 !important;
	text-align: center;
}


/* Back to Top Button Style */
.back-to-top {
    position: fixed;
    bottom: 20%;
    right: 20px;
    background: #01bad5;
    color: #000000;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    display: none;
    z-index: 9999;
    transition: 0.3s ease;
}

.back-to-top:hover {
  background: #ffffff; /* Hover color */
}


/* About Page Css */
.page-banner {
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  height: 300px;
}

.page-banner-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
}

.page-banner-content {
  position: relative;
  z-index: 2;
    display: flex;
   align-items: center;
    justify-content: center;
}


.page_content_start header {
    display: none;
}
.page_content_start {
    padding: 0px !important;
}


/* Contact Css */
.con_debox {
    text-align: center;
    background: #cccccc73;
    padding: 50px 20px;
    border-radius: 10px;
}
.con_debox i {
    color: #01bad5;
    font-size: 40px;
    padding-bottom: 20px;
}
.con_debox a {
    font-size: 18px;
    color: black;
}
#contact-form textarea#message {
    height: 100px;
}
#newsletter-wrapper {
    flex-wrap: wrap;
    justify-content: left !important;
}
#contact_form input.btn {
    border-radius: 8px !important;
    background: #03b579 !important;
    padding: 10px 100px !important;
    border-radius: 50px !important;
    color: #000 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700 !important;
    font-size: 20px !important;
}
#contact_form input.btn:hover {
    background: #01bad5 !important;
}
/* .collection-grid-wrapper .col-md-9.w-100-tablet {
    margin-top: -20%;
} */
.active-facets.active-facets-desktop {
    padding: 3px;
    margin-bottom: 15px;
    width: 310px;
}
body .active-facets.active-facets-desktop a {
    margin-bottom: 15px;
    border: none !important;
    background: #01bad5;
}
.sort_outer .facets__display {
    left: unset !important;
    right: unset !important;
    background: #ffffff;
}
.desktop_hide {
    display: none;
}
.facets__wrapper ul.collection-links li a {
    color: black !important;
}
.collection-pagination {
    margin-bottom: 50px;
}
header .btn:not(#password-submit.btn) {
    width: 100% !important;
}
nav.breadcrumb {
    margin-top: 50px;
}
h1.custom-font.product-description-header {
    color: black;
    font-size: 30px;
}
body .globo-form-app {
    max-width: 100%!important;
}
a.cart_thumb img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
#cartform table tr {
    height: 50px;
    border-bottom: 1px solid #ccc;
}
.cart-page--bottom {
    justify-content: space-between;
    flex-wrap: nowrap !important;
}
/* .bann_slider .slider_imgs:nth-child(3) .slide_rating_box {
    display: none !important;
} */
/* .bann_slider .slider_imgs:nth-child(3):after {
    background: transparent !important;
} */
.bnn_slider .slider-control {
    background: #01bad5;
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    margin-top: 0px;
    display: inline-block;
    font-size: 16px;
    border-radius: ;
    border-radius: 50px;
    width: 40px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 3%;
}
.bnn_slider .slider-control:hover {
    background:rgb(0, 0, 0);
}
button#playSlider {
    right: 42%;
}
button#pauseSlider {
    right: 36%;
}
.collection-grid-wrapper .product-grid li {
    margin: 0px !important;
}

/* Single Product Page Css */
.prod_detail .product-gallery {
	display: flex;
	align-items: center;
	justify-content: center;
}

.prod_detail .main-img img {
	max-width: 350px;
	/* border: 2px solid #eee; */
	border-radius: 8px;
}

.prod_detail .thumb-slider {
	width: 100px;
	text-align: center;
}

.prod_detail .thumb-slider .prod_detail .thumbs div {
	margin: 5px 0;
	cursor: pointer;
}

.prod_detail .thumb-slider img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	border: 2px solid transparent;
	border-radius: 6px;
}

.prod_detail .thumb-slider img.active {
	border: 2px solid #000;
}

.prod_detail .thumb-slider .arrow {
	background: #f8f8f8;
	border: none;
	width: 100%;
	padding: 5px;
	cursor: pointer;
}

.prod_detail .color-swatch {
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	margin: 5px;
	cursor: pointer;
	border-radius: 50%;
}

.prod_detail .qty-box {
	margin-right: 15px;
	text-align: center;
}

.prod_detail .qty-box button {
	width: 30px;
	height: 30px;
	border: none;
	background: #ddd;
}

.prod_detail .qty-box input {
	width: 40px;
	text-align: center;
	border: 1px solid #ccc;
}

.prod_detail .price .old-price {
	text-decoration: line-through;
	color: #888;
	padding: 0px 15px 0px 0px;
}

.prod_detail button.arrow.next,
.prod_detail button.arrow.prev {
	background: #cccccc66;
	height: 35px;
	border-radius: 10px;
}

.prod_detail button.arrow.next:hover,
.prod_detail button.arrow.prev:hover {
	background: #01bad5;
}

.prod_detail .thumb-slider .slick-slide {
	border: 1px solid #ccc !important;
	padding: 15px;
	border-radius: 10px;
	width: 100px !important;
}

.prod_detail .thumb-slider .slick-slide:hover,
.prod_detail .thumb-slider .slick-current {
	border-color: #000 !important;
}

.prod_detail .thumb-slider button.arrow.next {
	margin-top: 10px !important;
	margin-left: 0px !important;
	;
}

.prod_detail .main-image {
	overflow: hidden;
	border-radius: 10px;
	/* background: #ebebeb !important; */
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 400px !important;
	margin-bottom: 0px !important;
	border: none !important;
	width: 100%;
}

.prod_detail .thumb-slider img.active {
	border: none !important;
}

.prod_detail span.new-price {
	font-size: 22px;
	font-weight: 600;
}

.prod_detail p.price {
	padding: 10px 0px 0px;
}

/* .prod_detail .pro_exctext {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* show only 2 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
} */

.pro_exctext p {
  line-height: 1.6;
  font-size: 15px;
  color: #333;
}
.toggle-text {
  font-weight: 600;
  color: #007bff;
  text-decoration: underline;
}
.toggle-text:hover {
  text-decoration: none;
}


.prod_detail .pro_exctext.expanded {
	-webkit-line-clamp: unset;
	/* remove line clamp when expanded */
	max-height: none;
}

/* .prod_detail .pro_exctext::after {
	content: " See more...";
	color: #01bad5;
	font-weight: 500;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	text-decoration: underline;
	padding-left: 10px;
	font-weight: 600;
} */

.prod_detail .pro_exctext.expanded::after {
	content: " See less...";
}

.prod_detail .discount-list {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px !important;
	font-weight: 600;
}

.prod_detail .add_cart_form_box {
	border: 1px solid #8cd9e3;
	border-radius: 20px;
	margin-bottom: 20px;
}

.prod_detail .buy-options {
	background: #8cd9e3;
	width: 100%;
	display: flex !important;
	gap: 10px;
	padding: 10px;
	border-radius: 20px 20px 0px 0px;
	justify-content: space-around;
}

.prod_detail .buy_op_btn {
	width: 100%;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	padding: 3px;
}

.prod_detail .buy_op_btn.active {
	background-color: white;
}

.prod_detail .buy_op_btn label {
	margin-bottom: 0px;
	font-weight: 600;
}

.prod_detail .colors {
	padding: 0px 20px;
}

.prod_detail .colors label {
	font-weight: 600;
}

.prod_detail .sizes {
	padding: 0px 20px;
}

.prod_detail .size_text,
.prod_detail .addtxt {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
}

.prod_detail .size_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.prod_detail .qty-box {
	border: 2px solid #8cd9e3;
	margin: 0px;
	width: 100%;
	border-radius: 10px;
	background: #8cd9e370;
}

.prod_detail .qty-box input {
	width: 40px;
	text-align: center;
	border: none !important;
	margin: 0px 10px 10px;
	background: transparent;
}

.prod_detail .qty-box button {
	width: 30px;
	height: 30px;
	border: none;
	background: transparent;
	font-size: 24px;
}

.prod_detail .qty-box p {
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 0px;
}

.prod_detail #qucik_gbtn {
	text-decoration: underline;
}

.prod_detail .logo-upload input {
	border: none;
	padding: 0px;
}

.prod_detail .remarks label {
	font-weight: 600;
}

.prod_detail .remarks textarea.form-control {
	background: #ebebeb59;
	border-radius: 10px;
	resize: none;
	height: 100px;
}

.prod_detail .rem_botbtns {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 10px 0px;
}

.prod_detail .rem_botbtns a {
	color: black;
	font-weight: 600;
	text-decoration: underline;
	display: flex;
	align-items: center;
	gap: 10px;
}

.prod_detail .logo-upload,
.prod_detail .remarks,
.prod_detail .rem_botbtns,
.prod_detail .subtotal {
	padding: 0px 20px;
}

.prod_detail .subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prod_detail .subtotal p {
	margin-bottom: 0px;
}

.prod_detail button.add_to_cart_btn {
	background: #01bad5;
	border: none;
	width: 100%;
	padding: 12px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 600;
}

.prod_detail button.add_to_cart_btn:hover {
	background-color: #000;
	color: #fff;
}

.prod_detail section.prod_detail .pay_img img {
	width: 50%;
	padding-top: 15px;
}

.prod_detail .accordion .card {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
}

.prod_detail .accordion .card-header {
	background: none;
	border: none;
	padding: 0px;
}

.prod_detail .accordion .btn-link {
	text-decoration: none;
	font-weight: 600;
	color: #000;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.prod_detail .accordion .btn-link:hover {
	text-decoration: none;
	color: #000;
}

.prod_detail .accordion .icon {
	font-weight: bold;
	font-size: 18px;
}

.prod_detail .card-body {
	padding: 12px !important;
}

.prod_detail .card {
	border-top: 1px solid #ccc !important;
	padding: 10px 0px;
}
.prod_detail .pay_img img {
    width: 60%;
    padding-top: 20px;
}

.customization-guide  {
	text-align: center;
	margin: 40px;
	padding: 20px 100px;
}

.customization-guide h2 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.customization-guide .custom-tabs {
	display: flex;
	flex-wrap: wrap;
	background: #8cd9e3;
	border-radius: 15px 15px 0px 0px;
	justify-content: space-between;
}

.customization-guide .custom-tabs button {
	border: none;
	background: transparent;
	padding: 10px 25px;
	margin: 5px;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
}

.customization-guide .custom-tabs button.active {
	background: #ffffff;
	color: #000000;
	border-radius: 15px;
}

.customization-guide .tab-content-box {
	text-align: left;
	border: 2px solid #cccccc4d;
	border-top: 0px;
	padding: 15px 30px 30px;
	border-radius: 0px 0px 15px 15px;
}

.customization-guide .tab-pane {
	display: none;
	/* hide all by default */
}

.customization-guide .tab-pane.show {
	display: block;
	/* only active tab shows */
}

.customization-guide .tab-content-box h5 {
	font-weight: bold;
	margin-top: 20px;
}

.customization-guide .key-points {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0;
}

.customization-guide .key-points span {
	width: 33.33%;
	margin-bottom: 10px;
}

.customization-guide .example-guides {
	display: flex;
	justify-content: left;
	gap: 15px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.customization-guide .example-guides img {
	width: 150px;
	background: #cccccc73;
	padding: 0px;
	height: 120px;
	object-fit: cover;
	border-radius: 10px;
}
.prod_detail .thumb-slider .slick-slide {
	margin: 5px 0px !important;
	cursor: pointer;
}
section.singpro_bred {
    margin-top: 80px;
    margin-bottom: 30px;
}
section.singpro_bred .container p {
    margin-bottom: 0px;
    padding: 10px;
    font-weight: 600;
}
section.singpro_bred .container p a {
    color: #01bad5;
}

.prod_detail div#accordionExample {
    background: transparent;
}
.prod_detail div#accordionExample button.btn.btn-link {
    width: 100% !important;
    padding: 0px;
    font-size: 17px;
    background: transparent;
    color: black;
    font-weight: 700 !important;
}
.prod_detail div#accordionExample button:hover {
    background: transparent !important;
    color: #01bad5 !important;
}
.buy-options label.btn {
    background: transparent!important;
    width: auto !important;
    padding: 0!important;
    color: #000!important;
    text-transform: capitalize!important;
    padding-left: 10px !important;
}


.template-collection .container .facets__wrapper { 
    flex-direction: column-reverse;
}
/* .tframe3_box {
    height: 250px !important;
} */
.three_box_slider .slick-track {
    display: flex;
    gap: 10px;
}
.prod_detail .product-gallery {
    border: 1px solid #cccccc73;
    border-radius: 10px;
    padding: 25px;
}
.prod_detail .color-swatches span {
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.customize_btn a.customize.btn {
    width: 100% !important;
    margin-right: 0px !important;
    border-radius: 50px !important;
}
div#CollectionProductGrid .product-card h6, div#CollectionProductGrid .product-card p {
    color: black;
}
div#CollectionProductGrid .pro_var {
    gap: 5px;
}
a.hoeproand h6, a.hoeproand p {
    color: black;
}
.three-col-grid {
    grid-template-columns: repeat(4,1fr) !important;
    grid-gap: 15px !important;
}
.homepage-slider-container img {
    padding-bottom: 50px !important;
}
div#CollectionProductGrid div#AjaxinateInfiniteScrolling a {
    background: #01bad5;
    color: black;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
}
.dropdown-menu.show {
    display: block;
    z-index: 9999 !important;
    visibility: visible !important;
    opacity: 2 !important;
    min-width: 5rem;
    top: 100%;
    left: 0% !important;
    height: 200px !important;
    overflow: hidden;
    overflow-y: scroll;
}

.prod_detail .product-gallery {
    display: block;
}



#mainprobox {
  text-align: center;
  max-width: 100%;
  margin: auto;
}

#mainprobox .product-gallery {
  width: 100%;
}

#mainprobox .main-image-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

#mainprobox .main-image {
    width: 100%;
    height: 400px !important;
    cursor: zoom-in;
    transition: transform 0.3s ease;
    border: none !important;
    object-fit: contain;
}

#mainprobox .main-image:hover {
  transform: scale(1.1);
}

/* Thumbnail section */
#mainprobox .thumb-gallery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    gap: 8px;
}

#mainprobox .thumbnails-wrapper {
  overflow: hidden;
  width: 438px; /* show around 5 thumbnails */
}

#mainprobox .thumbnails {
  display: flex;
  gap: 8px;
  transition: transform 0.3s ease;
}

#mainprobox .thumb-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.3s;
    padding: 10px;
}

#mainprobox .thumb-item img.active,
#mainprobox .thumb-item img:hover {
  border-color: #000;
}

#mainprobox .thumb-arrow {
    background: #cccccc59;
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 35px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

#mainprobox .thumb-arrow:hover {
  background: #f5f5f5;
}
#mainprobox .thumb-item {
    border: 1px solid #ccccccc4;
    border-radius: 5px;
}

.sin-proslid .row {
    display: flex !important;
}

.slider_imgs {
    background-position: right !important;
}

header .dropdown-menu {
	top: 90% !important;
}
body .swatch.clearfix.color label {
	padding: 10px !important;
}
.offer-container {
    position: absolute;
    bottom: 10px;
}
.colors .swatches-wrapper:nth-child(1) .swatch input {
	pointer-events: none;;
}
.cuslogod {
    gap: 15px;
}
button#downloadBtn {
    background: #03b579 !important;
}
button#resetBtn {
    background: #d70000 !important;
}
input#logoUpload {
    width: 45% !important;
}
.product-card a.green_btn {
    justify-content: center !important;
}
/* .globo-form-id-113952 .globo-description {
    display: block !important;
} */
.spro_btns_group {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
.spro_btns_group {
    display: none;
}
span.customer_name {
	font-size: 17px !important;
}
.collection-main--wrapper .background-image-main {
    display: none;
}
body .adsdesignpop:hover {
    color: white !important;
    cursor: pointer !important;
}
.see-more, .see-less {
    color: #01bad5;
    cursor: pointer;
    font-weight: 600;
}
.see-more:hover, .see-less:hover {
  text-decoration: underline;
}
.tframe3_box {
    height: 250px !important;
}
span.branname_top strong {
    display: none;
}

#cart-notification {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
#cart-notification.show {
  visibility: visible;
  opacity: 1;
}
.cartpop_an {
    background: #01bad5 !important;
    border: none !important;
    border-radius: 50px !important;
    color: black !important;
    font-weight: 780 !important;
}
.cartpop_an:hover {
    background: black !important;
    color: white !important;
}

.cartpop_an2 {
    background: #03b579 !important;
    border: none !important;
    border-radius: 50px !important;
    color: black !important;
    font-weight: 500 !important;
    width: 100% !important;
    display: block;
    padding: 15px;
    text-transform: uppercase;
}
.cartpop_an2:hover {
    background: black !important;
    color: white !important;
}
div#cart-notification {
    top: 15%;
    left: 80% !important;
}
.colfid {
    display: none;
}
.cat_tab_slidersec ul li:nth-child(4) {
    display: none;
}
.cat_tab_slidersec ul li a {
    text-transform: capitalize;
}
.cud_mmd strong.adsdesignpop:hover {
    color: #01bad5 !important;
}
.cud_mmd a {
    color: #01bad5;
    text-decoration: underline;
}
.page-title--customize-product-with-products-designer .page-banner {
    display: none;
}
article#designlab {
    margin-top: 50px;
}
.indiv-product img:hover {
    transform: unset !important;
    left: 16px !important;
    top: 55px !important;
}
#designlab .page-banner {
    height: 100px !important;
    margin-bottom: 50px !important;
}
.search_results .product-card h6, .search_results .product-card p {
    color: black;
}
section#search_results {
    display: none;
}
.gstbulk a.pl-3 {
    color: #01bad5;
    display: inline-flex;
    gap: 10px;
}
.gstbulk a.pl-3 img {
    width: 25px;
}
.gstbulk {
    display: flex;
    align-items: center;
}
.pro_varient_color_name {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}
.pro_varient_color_name strong {
  color: #000;
}
.caps-grid img {
    height: 150px !important;
    object-fit: contain;
    background: #000;
}
#pro_ex_img, #pro_ex_vid {
    cursor: pointer !important;
}
#externalGalleryModal button.close, div#externalVideoModal button.close {
    position: absolute;
    right: 13px;
    z-index: 99;
    font-size: 30px;
    color: black !important;
}
div#bulk-order-wrapper {
    padding: 10px 25px 20px;
}
table.bulk-order-table td, table.bulk-order-table th {
    padding-right: 18px;
    padding-top: 10px !important;
}
table.bulk-order-table th {
    border-bottom: 0px;
    font-weight: 800;
}
table.bulk-order-table input {
    padding: 0px 10px;
}
.gall_box .caps-grid img {
    object-fit: cover !important;
}
.prod_detail .rating-info {
    padding: 10px;
    margin-bottom: 15px;
}
.prod_detail .rating-info span {
    color: black !important;
}
/* .review-item {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 160px !important;
    background: white;
    padding: 20px;
    border-radius: 10px;
}
.review-slider .slick-track {
    gap: 15px;
    display: flex;
}
.review-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */
div#externalVideoModal video {
    height: 150px !important;
    object-fit: cover !important;
}
div#externalVideoModal .modal-dialog, div#externalGalleryModal .modal-dialog {
    max-width: 1200px;
}
div#pt_vitst {
    position: relative !important;
    top: 0px;
    text-align: center;
}
.bnn_slider .slide_rating_box {
	display: none !important;
}
#footer-payment-methods svg {
	width: 60px !important;
}
.prod_detail div#accordionExample, div#pt_vitst {
    display: none;
}
.testimonials h3.theme_heading {
    color: #01bad5;
}
.testimonials.bg-light {
    background: transparent !important;
}
.testimonials {
    border-top: 2px solid #01bad54d;
    border-bottom: 2px solid #01bad54d;
}
/* canvas#hatCanvas {
    width: 250px !important;
    height: 250px !important;
    object-fit: contain !important;
    border: none !important;
} */
button#add-bulk-to-cart {
    border-radius: 50px !important;
    padding: 12px 20px;
    background: #01bad5 !important;
    color: white;
    text-transform: uppercase;
    border: none;
    margin-top: 10px;
    font-size: 13px;
}
button#add-bulk-to-cart:hover {
    background: #000000 !important;
}
table.bulk-order-table tbody tr:nth-child(odd) {
    background: #cccccc45;
}
section#article_content img {
    padding-bottom: 20px;
}
section#article_content .article__entry-content.entry-content ul p {
    display: contents;
}
.blog__post-container article {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    border-radius: 5px;
}
.blog__post-container .blog--excerpt {
    margin: 0px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog__post-container .blog__date-author {
    margin-bottom: 10px;
}
.blog__post-container .blog-title-wrapper h3 a {
    color: #01bad5 !important;
    line-height: 25px;
}
.blog__post-container .blog--read-more a {
    color: #01bad5;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
.blog__post-container .blog--read-more a:hover {
    color: #000;
}
section#article_content h1, section#article_content h2, section#article_content h3, section#article_content h4, section#article_content h5, section#article_content h6 {
    font-size: 28px;
    line-height: 35px;
}
section#article_content img {
    width: 100% !important;
    height: 400px !important;
    object-fit: contain;
    margin-bottom: 20px;
}
.bulk-pro_btn button {
    border-radius: 50px !important;
    padding: 12px 20px;
    background: #01bad5;
    color: white;
    text-transform: uppercase;
    border: none;
    font-size: 13px;
}
.bulk-pro_btn button:hover {
    background: #000000;
}
div#bulk-order-wrapper {
    border: 1px solid #01bad5;
    border-radius: 15px;
    margin-top: 10px !important;
	padding: 10px;
}
.bulk-pro_btn {
    text-align: center;
    margin: 20px 0px;
}
/* #bulk-order-wrapper {
    display: none;
}
#bulk-order-wrapper.active {
    display: block;
	padding: 15px;
} */
#bulk-order-wrapper .bulk-table-wrapper {
    height: 300px !important;
    overflow-y: scroll;
    display: block;
    width: 100% !important;
}
button#playSlider {
    width: 50px !important;
    height: 50px !important;
    bottom: 2% !important;
    right: 40% !important;
}

.discount-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.bulk-discount-box {
    border: 1px solid #01bad5;
    border-radius: 20px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    margin: 10px 0;
}

.bulk-row {
  padding: 14px 18px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 17px;
  color: #333;
}

.bulk-row:last-child {
  border-bottom: none;
}

.bulk-row .blue {
  color: #00a8cf; /* same blue as screenshot */
  font-weight: 700;
}
.bulk-discount-box h3 {
    text-align: center;
    padding-top: 10px;
    font-size: 22px;
}
.bg-yell {
    background-color: #ffe58ca8 !important;
}
button#purchase:hover {
    background: #000 !important;
    color: white !important;
}
input.bulk-variant-qty {
    width: 40px !important;
    padding: 0px !important;
    height: 30px !important;
}
table.bulk-order-table button {
    border: 1px solid #909090;
}


/* Mobile Media Query */
@media only screen and (max-width: 767px) {
	header .navbar {
    background-color: #000000 !important;
    padding: 0px 10px !important;
}
header .logo-img {
    width: 80px !important;
    position: relative;
    height: auto !important;
    top: 0px;
    z-index: 2;
}
ul.navbar-nav {
    text-align: center;
    left: 0px;
}
.nav-icons {
    justify-content: center;
    padding: 15px;
}
section.bnn_slider {
    margin-top: 0px;
}
.bnn_slider .slide_rating_box {
    display: block;
    text-align: center;
}
.slide_cont h3 {
    color: white;
    font-size: 25px;
    line-height: 40px;
}
.slider_btns {
    display: block;
}
.slider_btns a {
	margin-bottom: 20px;
	justify-content: center;
}
.slider_imgs {
    height: 400px !important;
}
.cat_produts .nav-pills {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
}
.category-btns li a {
    text-align: center;
    width: 150px !important;
}
.tab-content .col-md-3 {
	margin-bottom: 20px;
}
.product-card {
    height: 100% !important;
}
.product-card h6 {
    height: initial !important;
	text-align: center;
}
.product-card p, .testimonials h3 {
    text-align: center;
}
.pro_var {
    justify-content: center;
}
.rating-info {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.rating-info span {
    display: block;
}
.view_all_btn {
    text-align: center;
    position: relative;
    right: 0;
    top: 0px;
    margin: 20px 0px;
}
.review-item {
    text-align: center;
}
.review-meta {
    justify-content: center;
}
.theme_heading {
    font-size: 25px;
    line-height: 40px;
}
.our_cut_sec {
    text-align: center;
}
section.three_frame_sec .row {
    gap: 10px;
    display: block;
}
.tframe1_box, .tframe2_box, .tframe3_box {
    width: 100%;
}
.tframe1_box, .tframe3_box {
    border-radius: 0px !important;
}
.about_img {
    margin-bottom: 20px;
}
.btns_group {
    display: block;
}
.btns_group a {
 margin-bottom: 20px;
}
.sky_btn, .green_btn, .white_btn {
    justify-content: center;
	display: inline-flex !important; 
}
.caps-gallery {
    padding: 20px;
}
.caps-gallery .col-md-2 .col-md-12 img {
    display: none;
}
section.cta_sec .container {
    background-position: 70% 36% !important;
    padding: 50px 15px;
    border-radius: 0px;
    position: relative;
	padding: 20px !important;
}
section.cta_sec .container:after {
    content: '';
    background: #0000002e;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
section.cta_sec .container .col-md-6 {
    position: relative;
    z-index: 2;
}
.cta_bot_textxol {
    margin-top: 30px;
}
.rat_info {
    display: block;
    text-align: center;
}
.main-image img {
    width: 100%;
    height: 300px;
}
.prod_det_box {
    margin: 30px 0px !important;
}
.product-gallery {
    margin: auto;
    margin-bottom: 30px;
}
.prod_det_box .arrow-btn {
    display: none;
}
.vide_frame {
    margin-bottom: 20px;
}
.foot_top h4 {
    margin-top: 20px;
}
footer .sky_btn {
  display: flex !important;
  width: 100%;
}
.foot_mid, .pay_img {
    text-align: center !important;
}
.cat_tab_slidersec {
    margin-bottom: 30px;
    width: 100% !important;
    margin-left: 0px;
}
.category-btns li a {
    width: 100% !important;
}
.product-card img {
	width: 100% !important;
}
.product_card_slider .slick-track {
    width: 3465px !important;
}
.product_card_slider .slick-slide {
    min-width: 385px !important;
}
.slide_cont {
    margin-top: 0px !important;
}
body .slider_imgs {
	background-size: contain !important;
	background-color: #01bad5 !important;
}
.slider_imgs:after {
    background: #0000005e !important;
}
.slider_btns, .slide_cont h3 {
	text-align: center !important;
}
.slider_imgs {
        height: 500 !important;
    }
.slide_cont h3 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding-top: 50px;
}

.slider-control {
    font-size: 25px;
    right: 10px !important;
    bottom: 3% !important;
}
button#playSlider {
    left: 10px;
}
.fot_social {
    justify-content: center;
}
.gall_box .col-md-3 {
    width: 50%;
}
.facets__disclosure {
    width: 300px !important;
}
.collection-filters__field {
    max-width: unset !important;
}
.facets__display .textlay {
    display: none !important;
}
.home-catprobtn {
    padding: 10px 20px;
}
body button#pauseSlider {
    right: 5%!important;
    left: unset !important;
}


/* Single Product Css */
body .prod_detail {
	margin-top: 0px !important;
}
#mainprobox .product-gallery {
	display: block !important;
}
#mainprobox .main-image {
    height: 200px !important;
}
#mainprobox .thumb-item img {
    width: 77px;
    height: 75px;
}
#mainprobox .thumb-arrow {
    height: 75px;
}
.prod_detail .product-gallery {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    flex-direction: column-reverse;
    width: 100% !important;
}
.prod_detail .main-image {
    height: 100% !important;
    margin: 20px 0px !important;
}

.prod_detail .thumb-slider {
    display: contents;
}
.prod_detail .thumb-slider .slick-slide {
    margin: 3px !important;
}
.product-card a.green_btn {
    padding: 10px 10px !important;
}
div#CollectionProductGrid .pro_var {
    display: block !important;
}
div#CollectionProductGrid .pro_var a {
    padding-bottom: 5px;
}
.prod_detail button.arrow.next, .prod_detail button.arrow.prev {
    display: none !important;
}
.prod_detail .slick-track, .prod_detail .slick-list {
    height: 100% !important;
}
.prod_detail .buy_op_btn {
    align-items: center;
}
.prod_detail .buy_op_btn label {
    font-size: 15px;
}
.prod_detail .size_box {
    display: block !important;
}
.prod_detail .qty-box {
    margin-bottom: 10px;
}
.rel_prod .product-card {
    margin-bottom: 20px;
}
.customization-guide {
    margin: 20px;
    padding: 0px;
}
.customization-guide .example-guides img {
    width: 125px;
}
.customization-guide .key-points {
    display: block;
}
.customization-guide .key-points span {
    display: block !important;
    width: 100%;
}
.customization-guide .custom-tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.customization-guide .custom-tabs button {
    min-width: 50%;
}
.rel_prod .row {
    overflow-x: scroll;
	flex-wrap: nowrap;
}
.prod_detail .rem_botbtns {
    display: block;
}
.rel_prod .product-card {
    width: 250px;
}
section.singpro_bred {
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
}

.page-banner {
    background-position: 90% 50% !important;
}
.three-col-grid {
    grid-template-columns: repeat(2,1fr) !important;
}
.collection-pagination .pagination {
    display: inline-block;
}
.collection-pagination .pagination li {
    display: inline-block;
}
.offer-container {
    position: relative;
    bottom: 0px;
}
.cuslogod {
    display: block !important;
}
.cuslogod input#logoUpload {
    margin-bottom: 10px;
}
.spro_btns_group {
    display: block;
}
.spro_btns_group a {
    margin-top: 10px;
    width: 100%;
}
body .product-description-wrapper {
    display: block !important;
}
.product-info-wrapper {
    padding-top: 30px;
}
span.branname_top strong {
    color: white;
    font-size: 25px;
    display: block !important;
}
body .bnn_slider .slider_imgs {
        background-position: top !important;
    }
	body .bnn_slider .slide_cont {
        margin-top: 150px !important;
    }
	body .bnn_slider .slider_btns, body .bnn_slider .slide_cont h3 {
        font-size: 15px;
		padding-top: 0px !important;
    }
	.slider_btns {
    margin-top: 5px !important;
}
div#cart-notification {
    left: 50% !important;
}
.proext_gall .col-md-3 {
    width: 50%;
}
.msea_icon {
	font-size: 20px !important;
	color: white !important;
	left: 20px;
}
section#article_content h1, section#article_content h2, section#article_content h3, section#article_content h4, section#article_content h5, section#article_content h6 {
    font-size: 22px;
    line-height: 35px;
}
section#blog_posts {
    padding: 10px;
}
section#article_content img {
    height: 100% !important;
}

}



body#embroidered-caps-personalized-cap-toweling-bucket-caps div#shopify-section-template--18674719096968__customization_guide_49meya {
    display: none;
}