/** Shopify CDN: Minification failed

Line 446:7 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Mega Menu */

.mega-menu {
  z-index: 9999 !important;
}
.dropdown {
  background-color: #fff !important;
  border: 2px solid #494949;
  margin-top: 2px;
  border-top: none;
}

.dropdown_column {
  padding: 20px !important;
}

.dropdown_title {
}

.mega-menu__image-caption-link {
	text-align: left !important;
	margin-bottom: 0px !important;
}
.dropdown_column__menu a,
.dropdown_column__menu a:visited,
.dropdown_column__menu a:hover,
.dropdown_column__menu a:active,
.mobile-mega-menu_block ul li a,
.mobile-mega-menu_block ul li a:visited,
.mobile-mega-menu_block ul li a:hover,
.mobile-mega-menu_block ul li a:active {
  font-weight: unset !important;
  font-size:16px !important;
  text-transform: unset !important;
  letter-spacing: unset !important;
}
.mega-menu__image-caption, .dropdown_title, .dropdown_title ul li a,
.dropdown_title ul li a:visited,
.dropdown_title ul li a:hover, .dropdown_title ul li a:active {
  font-weight: bold !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid black !important;
  letter-spacing: unset !important;
  font-size: 16px !important;
}

.mega-menu__image-caption-link a {
  padding: 0px !important;
  letter-spacing: unset !important;
}

/* Mega Menu Mobile */

#mobile_menu {
	margin: 0px;
}

.mobile-head .dropdown {
	border: none;
	margin-top: 0px;
	border-top: none;
	box-shadow: 0px 6px 5px gray;
    padding-bottom: 10px;
}

li.mobile-mega-menu_block a {
  font-size: 16px !important;
  padding: 5px 15px 5px 15px !important;
}

#mobile_menu > li > a {
	border-top: 1px solid black;
}

.mobile-mega-menu_block img {
	width: 100% !important;
	aspect-ratio: 2 / 1;
}

/* End Mega Menu */

.bundle-options {
	height: 1px;
	width: 100%;
	border: 1px #c1272d dashed;
}

.price__container {
	width: 100%;
	margin: 0px 0px 15px 0px;
  font-size:35px;
}

.product_gallery {
	margin-bottom: 10px;
    padding-bottom:5px;
}

.size_chart {
	float: left;
	padding: 0 0 10px 0;
}

.smart-payment-button--false {
	margin-bottom: 5px;
}

.product_section .product_form {
  max-width:100%;
}

/* See product-template.liquid for messaging */
.product-notice {
    display:block !important;
	background-color: #c1272d;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	width: 100%;
    margin-bottom:10px;
}

/* Cart Page Notice - Set display to none when not needed, update after class for message */
.cart-notice::after {
	content: ' .';
}

.cart-notice {
	width: 100% !important;
	background: #c1272d;
	padding: 15px;
	color: white;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
    display:none;
}

.shake {
  animation: shaking 1s;
  animation-delay: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 3;
}

@keyframes shaking {
0% { transform: translateY(0) }
  25% { transform: translateY(3px) }
  50% { transform: translateY(-3px) }
  75% { transform: translateY(3px) }
  100% { transform: translateY(0) }
}

/* Collection End, Shop Banner */
.end-banner {
	padding: 0px 10px 20px 10px;
  width:100%
}

.end-banner img {
  width:100%
}

/* Fix videos too large on Recommended Products */
.video-on-hover video {
	width: 100% !important;
}

/* Fix Amazon Blank line at bottom of page */
#amzn-event-bus {
  display:none;
}

/* Buy with Prime Button */
#amzn-buy-now {
	margin: 0px 0px;
}

/* Top banner style */
.promo-banner {
}

/* Reviews Styles */
#shopify-product-reviews {
	margin: 0px !important;
}

.spr-header-title {
  display:none;
}

.spr-icon {
	font-size: 100% !important;
}

.reviews-top {
	width: 100%;
	padding-bottom: 10px;
	margin-top: -20px;
}

.stars {
	padding-right: 10px;
}

#roaRatingIframe {
	padding-top: 8px;
}

.stars:nth-child(2) {
	border-left: 1px dotted black;
	padding-left: 10px;
}

.review-flex {
	display: flex;
}

/* Buy Now, Swatch Style on Product Grid */
.swatch .option_title {
	text-align: center;
	margin:0px;
  font-size: 18px;
  padding-bottom: 5px;
}

.swatch.is-flex.is-flex-wrap {
	justify-content: center;
}

.shopify-payment-button div {
	height: unset;
}

.smart-payment-button--true .purchase-details {
	padding: 0px 20px;
}

.quick-shop-style--inline .inline-quickshop {
	margin-top: 10px;
	padding: 0px 20px 0px 20px;
}

/* Sale Sticker Style */
.sale_banner.thumbnail_banner, .preorder_banner_product  {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	border: dotted white 2px;
	line-height: 65px !important;
	font-size: 20px;
	letter-spacing: .5px;
}

.new_banner_product {
	background-color: rgba(0,0,0,.7);
	color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    font-size: 20px;
}

@media screen and (max-width: 798px) {
.sale_banner.thumbnail_banner, .new_banner_product {
	line-height: 45px !important;
	font-size: 14px;
}
}

/* Sale Sticker Single Product - product-template.liquid */

.product .sale_banner_product {
	width: 100%;
	height: unset;
	border-radius: 0px;
	font-size: 20px;
	line-height: 40px;
    background-color: black;
}

.product .sale_banner_product::before {
	content: 'On ';
}
.product .sale_banner_product::after {
	content: '!';
}

/* Product Stickers - product-thumbnail.liquid */

.product .sale_banner_product {
	margin: 10px 0px;
}

.product .new-banner_product {
  	margin-bottom: -83px;
    margin-left: 13px;
}

.new_banner_product, .sale_banner_product, .preorder_banner_product {
	position: relative;
	z-index: 99;
	display: block;
    margin-bottom: -83px;
    margin-left: 13px;
}

.collection-sticker {
margin-top: 13px;
}

/* Countdown Timer */
.product-page-default-clock__banner {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 32px;
	margin: 0px 0px -20px 0px !important;
}

.product-page-default-clock {
	padding-bottom: 15px;
}

/* Popup */
.newsletter-popup h2 {
	color: #c1272d;
}

.newsletter-buttons .button:hover, .newsletter-buttons .button.highlight-true {
	background-color: #c1272d;
	border: none;
}

.newsletter-buttons .button.highlight-true:hover {
	background-color: black;
}

/* Collection Header Title */
.caption.captionOverlay--true {
	top: unset;
	bottom: 0;
	transform: none;
	background-color: rgba(193, 39, 45,.75);
	max-width: unset;
}

header .headline {
	text-shadow: none !important;
	margin: 0px !important;
	line-height: normal !important;
	text-align: left;
	padding: 0px 0px 0px 15px;
}

/* Sezzle Style */
.cart .cart_subtotal {
	margin: 0;
}

.sezzle-shopify-info-button {
	border: 1px dashed black !important;
	padding: 10px  !important;
    margin-top: 10px !important;
}

.sezzle-button-text {
	width: 75%  !important;
	text-transform: none  !important;
	text-align: center  !important;
	float: none  !important;
}

.sezzle-payment-amount {
	font-weight: bold  !important;
	color: #c1272d  !important;
}

.sezzle-button-text.sezzle-left {
	margin: 0px auto !important;
}
/* End Sezzle */

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.top-bar li a {
	color: white;
}

/* SWATCHES */
.classic-swatch {
  background-color:#d1d3d4;
}

.charcoal-swatch {
  background-color:#3f3f3f;
}

.blue-swatch label {
  background-color:#005c7a !important;
}

.slate-blue-swatch label {
  background-color:#3d5161 !important;
}

.mix-swatch label {
	background: linear-gradient(90deg, rgba(255,192,203,1) 33%, rgba(0,0,0,1) 36%, rgba(0,0,0,1) 65%, rgba(255,255,255,1) 66%) !important;
}

.swatch_options input:checked + .swatch-element {
	border: black solid 1px;
	box-shadow: 0px 0px 3px #807e7e;
}

.swatch-element.color {
	padding: 0px;
}

.swatch label {
	margin: 0;
	cursor: pointer;
	padding: 10px;
	font-size: 18px;
	text-transform: uppercase;
}

.header {
  background-color:#494949;
}    

.header__logo {
	width: 16.667% !important;
}

.nav {
  width 60.317% !important;
}

.social_icons {
    width: 23.016% !important;
}

.menu .vertical-menu_submenu li a {
	font-family: Roboto, Arial !important;
}

.search__form input, .search__form input:active, .search__form input:focus {
	color: #000;
	background: #efefef;
	padding-left: 10px !important;
	outline: 5px solid #494949;
	outline-offset: -5px;
}

.search__form input::placeholder, .icon-search {
	color: black !important;
}

/* Coundown clock */
.default-clock__banner {
	font-size: 1.5rem;
	text-align: center;
	margin: 0 10px -20px 0px !important;
}

/* tabs sytles */
.hc-tabs-wrapper p {
	color: black;
	font-size: 16px;
}

.hc-tabs-wrapper__content ul, .hc-tabs-wrapper__content ol {
	margin: 0px !important;
}

.hc-tabs-wrapper__content ul {
	font-size: 16px;
}

.hc-tabs-wrapper__content p:last-child, .hc-tabs-wrapper__content li:last-child {
	margin-bottom: 0px;
}

/* translate widget */
.glink {
	display: inline !important;
}

a.glink span {
	margin: 0px !important;
	font-size: 14px !important;
	vertical-align: middle;
	padding: 0px 5px !important;
}

/* MOBILE NAV */
.mobile_nav div span {
	width: 30px;
	margin: 0 8px 0 8px;
	height: 4px !important;
	background-color: black !important;
}

.mobile_nav div span:nth-child(1) {
	top: 10px;
}

.mobile_nav div span:nth-child(2), .mobile_nav div span:nth-child(3) {
	top: 18px;
}

.mobile_nav div span:nth-child(4) {
	top: 26px;
}

.mobile-head .top-bar a, .mobile-head .top-bar a:visited, .mobile-head .top-bar a:active, .mobile-head .top-bar a span, .mobile-head .top-bar select.currencies, .mobile-head a.mini_cart, .mobile-head a.mini_cart span, .mobile-head .feature_image .header .top-bar .menu a, .mobile-head .feature_image .header .top-bar .menu a span {
	color: black;
}

.mobile-head .cart-container .mini_cart {
	background: transparent;
}

.mobile-head .menu .active {
	border-bottom: none;
}

.mobile-head {
	box-shadow: 0px 1px 5px rgba(0,0,0,.15);
}

/* DESKTOP NAV */

.menu a, .menu a:visited, .menu a:active, #header span.menu_title, .menu a span, select.currencies, .mini_cart span {
	font-family: 'Play', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	padding: 10px 14px;
	letter-spacing:0px;
	line-height:20px;
}

.menu li {
  padding:1px 10px 0px 0px;
}

.menu li a[href]:hover, .menu li a:focus, .menu a[href]:hover span, .menu a:active, .menu .active {
	color: #c1272d !important;
}

.menu a.top_link:hover, .menu a.dropdown_link:hover, .menu .active {
	border-bottom: solid 3px #c1272d;
}

.menu a.top_link, .menu a.dropdown_link {
	  border-bottom: solid 3px white;
}

.icon-down-arrow::before {
	content: "";
	position: relative;
	background-color: transparent;
	border-radius: 2px;
	border-top: 6px solid #000000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	display: inline;
	top: 10px !important;
	left: 4px;
}

.disclosure--currency .icon-down-arrow::before {
	border-top: 6px solid white;
}

.active .icon-down-arrow::before, .sublink:hover .icon-down-arrow::before, .disclosure--currency:hover .icon-down-arrow::before  {
	border-top: 6px solid #c1272d;
}

.menu .vertical-menu_submenu {
	background: #efefef;
}

.menu .vertical-menu_submenu li a {
	display: block;
	font-size: 15px;
	letter-spacing: 0px;
	font-family: Roboto;
	font-weight: 700;
}

.menu .vertical-menu_submenu li:hover {
	background-color: #c1272d;
	color: white !important;
}

.menu .vertical-menu_submenu li a:hover {
	color:white !important;
}

.social_icons {
	position: relative;
	top: 10px;
	margin-right:0px;
	padding-left:0px;
}

.social_icons li a {
	background: #c1272d;
	border-radius: 50%;
	color: white !important;
	padding-top: 6px;
	font-size: 18px;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
}

.social_icons li a:hover {
	background:#494949;
}

.search__form input, .search__form input:active, .search__form input:focus {
	padding-left: 0;
}

.search__form input::placeholder, .icon-search {
	color: white;
}

.breadcrumb_text, .article-pagination {
	font-size: 14px;
	font-weight: bold;
    color: black !important;
}

.breadcrumb_text a span, .article-pagination a span {
	color: black !important;
}
  
.breadcrumb_text a span:hover, .article-pagination a span:hover {
	color:#c1272d !important;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing:0px !important;
}

.footer p {
  margin:0px;
}    

.footer-left {
  color:#646464;
  font-size:14px;
  width: 25%;
  margin: 0px !important;
}

.footer-right {
  text-align:right;
  width: 75%;
  margin: 0px !important;
}

.footer-right p a {
  text-decoration:underline;
}

.footer .social_icons, .footer ul {
	margin: 0px !important;
	padding: 0px !important;
}

.footer .payment_methods {
	margin: 0px;
	padding-top: 0px;
}

.footer ul li {
	line-height: unset;
}

.footer .social_icons a, .footer .social_icons a:visited , .footer .social_icons a:active, .footer .social_icons a:hover {
	font-size: 18px;
}

.footer .payment_methods {
	width: 100%;
}

.footer .social_icons {
      width:100% !important;
}

.feature_divider {
	margin-bottom: 0px !important;
	border: none;
}

.fancybox-inner {
	max-width: 1140px;
	margin: 100px auto 0px auto;
	height: 75%;
}

.tos {
	text-align: left;
	margin: 5px 0px;
}

.tos a {
	display: inline;
	letter-spacing: 0px;
	text-decoration:underline;
}

.page-faq div.content {
	padding: 0px 0px 40px 0;
}

/* TABLE */
.content table {
	background-color:white !important;
	word-break:normal !important;
	color:#444 !important;
	margin:0px !important;
} 

.content th {
	background-color: #c1272d !important;
	color: #FFF !important;
	font-weight: bold !important;
	padding: 8px !important;
	text-transform: uppercase !important;
	word-break:normal !important;
    border:1px solid black !important;
}

.content tr:nth-of-type(2n+1) {
    background-color: #efefef !important
}

.content td {
	padding: 8px !important;
	margin: 3px !important;
	border: 1px solid black !important;
	word-break:normal !important;
}

.content td:first-child {
	width:20% !important;
}

/* Box */

.box .container {
	background-image: url('/cdn/shop/files/corner-line.png?v=1612908913');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 30px 40px 20px 40px;
}

.box-corner {
    background-image: url('/cdn/shop/files/corner-line.png?v=1612908913');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 30px 40px 20px 40px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-list .thumbnail {
	background-color: #efefef;
	padding-bottom: 10px;
	border: 1px solid #efefef;
}

.gallery-wrap img {
	border: 1px solid #efefef;
}

.headline, .empty_cart, .promo-banner, .title {
	letter-spacing: normal;
}

.product-list .thumbnail .product-info__caption, .slider-gallery .thumbnail .product-info__caption, .list-collections .thumbnail .product-info__caption {
	margin-top: 0px;
	padding: 20px 20px 0px 20px;
}

.spr-summary-actions-newreview {
	background-color: #c1272d;
	color: white;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	padding: 13px 30px;
}

.spr-summary-actions-newreview:hover {
	background-color: black;
	color: white;
}

a.button, .button, button, input[type="submit"], input[type="reset"], input[type="button"], .action_button, a.action_button, input.action_button[type="submit"], input.action_button[type="button"], input.action_button[type="button"], button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
	letter-spacing: normal;
}

ul.tabs li a {
	margin-right: 30px;
}

.modal_price .was_price {
	display: none;
}

.modal_price {
	width: 100%;
    padding-top: 20px;
}

.product-quantity-box.purchase-details__quantity {
	margin-right: 0px;
	width: 100%;
	padding-bottom: 10px;
}

.product-quantity-box label {
	margin-bottom: 5px;
	font-size: 18px;
}

.purchase-details__buttons {
	display: flex;
	flex: none;
	flex-wrap: nowrap;
	margin-left: 0;
	width: 100%;
}

.swatch.is-flex.is-flex-wrap {
	justify-content: center;
	padding-bottom: 20px;
}

.savings {
	color:var(--shopify-editor-setting-top_bar_bg_color);
}

/* ----------- DESKTOP -------------- */
@media screen and (min-width: 1025px) {

 .icon-user span {
	color: white !important;
	line-height: 38px !important;
}

.icon-user::before {
	display: none;
}
  
.search-enabled--true {
  display: contents;
}
  


#header {
  display:none;
}

#shopify-section-header-custom {
	position: sticky;
	top: 0px;
	z-index: 999;
	background-color: #494949;
}
/*
.section {
  max-width:100%;
  width: 100%;
  margin:0px;
}

.container {
	max-width: 1140px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
*/
.box .container, .box .one-whole .column, .box .container .column {
margin:0px !important;
}
.box .one-half {
	width: 50%;
  float:left;
}
.box .container, .box .one-whole {
width:100%;
margin:0px auto;
}
a.glink span {
	color:white !important;
}
#banner-16434145139ae32b10 a {
	width: 250px !important;
	font-size: 16px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

/* Home Banner Pretext */
.caption .pretext {
	font-size: 40px;
	text-transform: uppercase;
	font-family: Montserrat,sans-serif;
	font-weight: bold;
}

.caption .pretext p {
	line-height: 1em;
}

/* Collection Product Title */
.product-list .title {
	font-size: 20px !important;
}
  
/* Box */
.box {
	max-width: 1140px;
	margin: 40px auto;
}
  
}




/* ----------- TABLET -------------- */
@media screen and (min-device-width: 920px) and (max-device-width: 1023px) { 

.search-enabled--true {
  display: none;
}
  
.mobile-header {
  display:contents;
}
  
#header .top-bar {
	padding: 10px 20px 10px 20px;
}

#header .mobile_nav.dropdown_link {
	width:unset;
}
  
.mobile_logo.logo {
	max-width: 118px;
	margin: 12px auto;
}
 
#shopify-section-header-custom{
box-shadow:0px 1px 5px rgba(0,0,0,.15);
}
  
.caption--below-true {
	margin: 0px;
}

.caption .headline {
	line-height: 1;
	margin-bottom: 10px;
}
a.glink span {
	color:#494949 !important;
}
}





/* ----------- MOBILE -------------- */
@media screen and (max-width: 919px) {

.search-enabled--true {
  display: none;
}
  
.mobile-header {
  display:contents;
}

#header a.mobile_logo img {
	width: auto;
	max-width: 150px;
	max-height: 30px;
}

#header .top-bar a.mobile_logo {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 18px;
	line-height: 34px;
	z-index: 5;
	width: 50%;
	height: auto;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-bar {
  box-shadow: 0px 1px 5px rgba(0,0,0,.15);
  z-index: 99;
}
  
.cart_content {
	top: 60px;
	right: 10px;
	position: absolute;
	z-index: 2000;
	background-color: #efefef;
	font-family: Roboto,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	color: #000;
	border: none;
	width: calc(100vw - 20px);
	max-width: unset;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .2);
}

a.cart_content__continue-shopping {
  color: #c1272d !important;
  text-decoration: underline !important;
}

#trustpilot-widget-trustbox-1-wrapper {
	padding: 0px 20px !important;
}  

.product_gallery_nav {
	margin-bottom: 0px;
}  

.swatch.is-flex.is-flex-wrap {
	padding-bottom: 10px;
}  

.swatch_options {
	margin-bottom: 10px;
}  

.modal_price {
	padding-top: 0px;
}

.description.bottom {
	padding: 15px;
	border-top: 1px black solid;
  font-size:16px;
  
}  

.review-flex {
  padding:10px 15px;
}

.mobile-banner .caption {
  top:0px !important;
}

.mobile-banner .image-element__wrap {
	width: 170%;
	max-width: unset;
}

.review-flex {
	display: block;
}  
.stars:nth-child(2) {
	border-left: none;
	padding-left: 0px;
    padding-top:0px;
    margin-top:-10px;
}

.search-enabled--false {
  display:none;
}
/*If need to hide mobile home banner image  
#banner-16434145139ae32b10 .image-element__wrap {
	display: none;
}

.caption-content.align-center {
	width: 100%;
	max-width: 100%;
	padding: 20px;
}*/


/* Popup */

.fancybox-inner {
	max-width: calc(100% - 30px) !important;
	margin: 20px auto 0px auto !important;
	height: calc(100% - 40px) !important;
}

.fancybox-content {
	vertical-align: top !important;
}

.fancybox-slide--html .fancybox-close-small {
	color: black;
	padding: 10px !important;
	right: 0;
	top: 0;
	background-color: white;
}

  /* product stickers */
.new_banner_product, .sale_banner_product, preorder_banner_product {
	position: relative;
	z-index: 99;
	display: block;
	margin-bottom: -53px;
	margin-left: 13px;
}

.collection-sticker {
margin-top: 3px;
}

.caption-background-true.caption-transparency-true {
	background-color: transparent;
}  
  
.caption-content {
	padding: 15px !important;
}
  
/* Collection Header Title */
  .banner .caption {
	padding: 0px !important;
}
  
a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.footer-left, .footer-right {
	text-align: center !important;
	width: 100% !important;
	padding: 0px 10px 10px 0px;
}

.footer .payment_methods {
	padding-top: 10px;
	width: 70% !important;
	margin: 0px auto !important;
}

.fancybox-bg {
	background-color: rgba(43, 46, 56, 0.9);
}
  
.fancybox-inner {
	margin: 15px;
	height: 100%;
}
  
.fancybox-content {
	padding: 30px;
}
  
.fancybox-button {
	background-color: transparent;
}
  
/* Force table to not be like tables anymore */
.content table, .content thead, .content tbody, .content th, .content td, .content tr { 
	display: block !important; 
	}
	
/* Hide table headers (but not display: none;, for accessibility) */
.content thead tr { 
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	}
/* Behave  like a "row" */
.content td { 
	border: none !important;
	position: relative !important;
	padding: 0px 8px 8px 8px !important;
		
	}
  
.content td:first-child {
	width:100% !important;
	font-weight: bold;
}
  
.content td {
	margin: 0px !important;
	padding: 5px 10px !important;
}
  
/* Box */
.box {
 	margin: 0px;
}
  
.box .container {
 	padding: 20px;
}  
  
.section {
	width: unset;
}
  
.box .container .column {
	margin:0px;
}
.box .one-whole, .box .medium-down--one-whole {
width:100%;
}
  
.h-unset {
  height:unset !important;
}
  
#shopify-section-collection-template h1 {
	text-align: center;
	margin: 0px;
}

.feature-overlay {
	display:none;
}
  
.spr-summary-actions-newreview {
	display:block;
}
  
 ul.tabs li a {
	margin-right: 15px;
}
  
/* custom banner */

.banner .caption {
position: relative;
padding: 20px 20px 40px 20px;
z-index: 3;
transform:none;
}

.banner {
background-color: #c1272d;
}

.banner.dark-overlay-true::after {
background: none;
}

/* Collection Product Title */
.product-list .title {
	font-size: 18px !important;
}
}
