/** Shopify CDN: Minification failed

Line 375:16 The "-" operator only works if there is whitespace on both sides

**/
.my_gallery_wrapper{
	max-width:1920px;
  	width:100%;
  	padding:0 15px;
  	box-sizing:border-box;
  	margin:0 auto;
}
.my_gallery_group_main_inner{
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	flex-wrap: wrap;
	
}

.my_gallery_group_main_inner .my_gallery_item{
	width:16.66666%;
  	cursor: pointer;
    
  	
}

.my_gallery_group_main_inner .my_gallery_item img{
	max-width:100%;
}

.my_gallery_img_title{
 	opacity: 0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  text-align:center;
  	display:flex;	
	flex-wrap: wrap;
	align-items:center;
	 justify-content:center;
	color:#fff;
    box-sizing:border-box;
     -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s ease;
     -webkit-transition-delay: .25s;
     transition-delay: .25s;
 
}

.my_gallery_item_img{
	position:relative;
  	overflow:hidden;
}

.my_gallery_group_main_inner .my_gallery_item:hover{
}

.my_gallery_group_main_inner .my_gallery_item:hover .my_gallery_img_title{
	opacity: 1;
    background:rgba(0,0,0,.5);
  
  	
}

.my_gallery_img_title_span{
	padding:15px;
  	box-sizing:border-box;
}


.my_closure_popups{
	position: relative;
	background: #FFF;
	width: auto;
	margin: 20px auto;
	max-width: 1200px;
	box-sizing:border-box;
}

#jw_msg_popup_wrapper.my_closure_popups{
  max-width: 800px;
}


.my_closure_popups_body{
	box-sizing:border-box;
	width:100%;
	display:flex;
	flex-wrap: wrap;
}

.my_closure_popups_body_left{
	width:50%;
	box-sizing:border-box;
	padding-right:21px;
}

.my_closure_popups_body_right{
	width:50%;
	box-sizing:border-box;
	padding-left:21px;
}

.my_hidden_dev{
	display:none !important;
}

.my_closure_popups_body{
	padding:40px;
	box-sizing:border-box;
	font-size:21px;
}

.my_closure_popups_body img{
	max-width:100%;
}

#my_closure_popups .mfp-close{
	display:none !important;
}

#my_closure_popups_inner{
	position:relative;
}

.my_closure_popups_close_btn{
	position:absolute;
	right:17px;
	top:17px;
	cursor: pointer;
}

.my_closure_popups_close_btn img{
	width:20px;
}

.my_closure_popups_body a.my_close_button{
	margin:0 auto;
	color:#fff !important;
}

.my_closure_popups .mfp-close{
	display:none !important;
}

.show_in_mobile{
	display:none;
}

.my_closure_popups_product_list ul{
  margin:0 !important;
}

.my_closure_popups_product_list ul li a{
  margin-top:0 !important;
}

.my_closure_popups_product_list_heading h4{
  margin-bottom:5px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
-webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
-webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.embed-container.is_portrait_video{
  padding-bottom: 100% !important;
}

/* This is just for jw product rule. */
.my_jw_prdocut_rule{
      -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
  padding:30px 30px 0;
  box-sizing:border-box;
}

#my_jw_prdocut_rule_tips_text{
	margin-bottom:0 !important;
  font-size:24px !important;
}

.my_jw_style .switch-field {
	display: flex;
	margin-bottom: 16px;
	overflow: hidden;
}

.my_jw_style .switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.my_jw_style .switch-field label {
	background-color: #F9FAFB;
	
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	/*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
	transition: all 0.1s ease-in-out;
}

.my_jw_style .switch-field label:hover {
	cursor: pointer;
}

.my_jw_style .switch-field input:checked + label {
	background-color: #0866a1;
	box-shadow: none;
  color:#fff !important;
}

.my_jw_style .switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.my_jw_style .switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

.template-product .form-field-select-wrapper option:disabled{
	display:none;
}

.my_jw_style .jw-product-rule-headding{
  font-size: 0.8125rem;
      color: #848484;
  padding:15px 0 10px;
}

.layout--has-sidebar .my_jw_product_grid_layout  .productgrid--items .productgrid--item{
  width:100% !important;
  margin:0 0 10px !important;
  max-width:400px;
  display:none;
 
}

.my_jw_prdocut_rule .productgrid-gridview{
	padding-left:0 !important;
  padding-right:0 !important;
}

.my_jw_prdocut_rule .layout--has-sidebar .my_jw_product_grid_layout .productgrid--items .productgrid--item{
  margin: 0 0 60px !important;
}


.my_jw_prdocut_rule .collection--section{
  margin-top:0 !important;
}

.jw_hide_cls{
	display:none !important;
}

.my_jw_prdocut_rule .productgrid--items{
    list-style: none !important;
}

.my_jw_prdocut_rule_with_popup .switch-field {
	display: flex;
	margin-bottom: 16px;
	overflow: hidden;
}

.my_jw_prdocut_rule_with_popup .switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.my_jw_prdocut_rule_with_popup .switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.my_jw_prdocut_rule_with_popup .switch-field label:hover {
	cursor: pointer;
}

.my_jw_prdocut_rule_with_popup .switch-field input:checked + label {
	background-color: #2075aa;
	box-shadow: none;
  color:#fff !important;
}

.my_jw_prdocut_rule_with_popup .switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.my_jw_prdocut_rule_with_popup .switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

#jw-product-rule-with-popup.my_closure_popups{
      max-width: 650px !important;
}

#jw-product-rule-with-popup .my_jw_btn{
  font-size: 1.125rem !important;
}

#jw-single-flashing-select-color{
	margin-top:15px;
}

.atc-banner--container .bold_line_properties{
	    font-size: 0.875rem;
   
    line-height: 1.4;
    color: #a7a7a7;
}

.site-header-warehouse-logo{
	max-width:175px;
}

.site-header-warehouse-logo img{
  max-width:100%;
}

.jw_logo_main_wrapper{
	width:calc(100%-200px);
}

.jw_mobile_showing{
	display:none;
}

.jw_desktop_showing{
	display:block;
}

.mobile_warehouse_logo img{
	    max-width: 175px;
    max-height: 90px;
}

.my_jw_cart_rule_with_popup .my_jw_cart_rule_buttons{
	text-align:right;
}

.my_jw_cart_rule_with_popup h2 a{
  color:#0866a1 !important;
}

.jw_cart_body{
	display:block !important;
}

.my_jw_cart_rule_with_popup{
	max-width:1100px !important;
}

.jw_cart_notification{
	text-align:right;
  color:#e00;
  font-weight:700;
}

.jw_original_price{
	    color: #a7a7a7;
    text-decoration: line-through;
}

.jw_final_price{
	    color: #de0101;
      -webkit-transition: all 1s; /* Safari */
    transition: all 1s ease;
}

.my_discount_flag_wrapper{
	line-height: 1;
}

.my_discount_flag_wrapper .discount-list-item{
  margin-top:-10px;
}

#jw_my_dsicount_flag{
	font-weight:600;
}

.template-collection .collection--title{
  margin-top:0 !important;
}

.site-header-actions .site-header-actions__account-link{
  display:inline-block !important;
  margin-right: 0px !important;
}

.jw-newsletter-submit{
  width:100% !important;
}

.site-footer-block-newsletter .newsletter .form-fields-inline{
  display:block !important;
}

.mfp-wrap{
 z-index:9043 !important; 
}

.mfp-bg{
   z-index:9042 !important; 
}

.promo-grid--inner.promo-grid__columns--5{
  grid-template-columns: repeat(5,1fr);
}

.collection--description-full{
  margin-bottom:20px;
}


.productgrid--item .price__compare-at{
  display:none;
}

.page-content{
  max-width:1440px;
}

.article--sidebar{
  position:static;
}

.jw-newsletter-inner-wrapper .pxs-newsletter-header{
   max-width: 100%;
  text-align:left;
}

.jw-newsletter-inner-wrapper .newsletter .newsletter-input{
  width:100%;
  max-width:600px;
  margin-bottom:15px;
}

.jw-newsletter-inner-wrapper .newsletter .newsletter-submit{
  width:100%;
  margin-left:0;
}

.jw-newsletter-thankyou-inner .btn.button-primary{
  color:#fff !important;
}

#jw-single-bremick-select-color{
  margin-top:10px;
}

.jw_prd_tbl,.product-description table{
  white-space:normal !important;
  border-collapse: collapse;
 
}

.my_jw_prdocut_rule_with_popup_body h2{
  font-size:24px;
}

.jw_small_text_in_popup{
  color:red;
  font-size:12px;
}

.jw_video_with_text_main{
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	/*flex-wrap: wrap;*/
	align-items:center;
   justify-content:center;
}

.jw_video_with_text_main_video{
  width:66.66666%;
  box-sizing:border-box;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

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

.jw_video_with_text_main_text{
  width:calc(33.33333% + 100px);
   padding: 70px 30px;
    box-sizing: border-box;
    box-shadow: 0 0 21px rgba(0,0,0,.08);
    background-color: #fff;
  	display:flex;	
	flex-wrap: wrap;
	align-items:center;
   justify-content:center;
    margin-left:-100px;
    position: relative;
}

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

.jw_video_review_box_inner{
  display:block;
  position:relative;
 /* max-width:300px;*/
      -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.jw_video_review_box{
  box-sizing:border-box;
  /*padding:15px;*/
  /*width:20%;*/
}

.jw_video_review_box img{
  max-width:100%;
  height:auto;
}

.jw_video_review_box_img img{
  width:100%;
  height:auto;
}

.jw_video_review_box_top{
  position:absolute;
  width:100%;
  padding:15px;
  top:0;
  left:0;
   z-index: 2;
  font-size:14px;
}

.jw_video_review_box_bottom{
  position:absolute;
  width:100%;
  padding:15px;
  bottom:0;
  left:0;
   z-index: 2;
  font-size:14px;
}

.jw_video_review_box_short_text{
  color:#fff;
}

.jw_video_review_box_author{
  margin-top:10px;
  color:#fff !important;
}

.jw_video_review_box_play_button{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s ease;
}

.jw_video_review_box_inner:hover .jw_video_review_box_play_button{
  background-color: rgba(0,0,0,0.5);
}



.jw_video_review_box_rating{
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	flex-wrap: wrap;
	align-items:center;
}

.jw_video_review_wrapper_inner a{
  color:#fff !important;
}

.jw_video_review_overlay{
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
   background-color: rgba(0,0,0,0.2);
}

.slick-frame {
    visibility: hidden;
}
.slick-frame.slick-initialized {
    visibility: visible;
}

.jw_video_review_arrow{
  text-align:center;
  margin-top:30px;
}

.jw_video_review_arrow img{
 margin:0 15px;
  cursor:pointer;
}

/* the slides */
.jw_video_review_wrapper .slick-slide {
  margin: 0 15px;
}

/* the parent */
.jw_video_review_wrapper .slick-list {
    margin: 0 -15px;
}


.jw_logo_list_wrapper{
  width:1000px;
  margin:0 auto;
  max-width:100%;
}

/* the slides */
.jw_logo_list_wrapper .slick-slide {
  margin: 0 15px;
}

/* the parent */
.jw_logo_list_wrapper .slick-list {
    margin: 0 -15px;
}

.jw_logo_list_wrapper a{
  display:inline-block;
}


.jw_logo_list_item img{
  max-width:100%;
}


.jw_frequently_bought_box_inner{
  display:block;
  position:relative;
 /* max-width:300px;*/
      -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.jw_frequently_bought_box{
  box-sizing:border-box;
  /*padding:15px;*/
  /*width:20%;*/
}

.jw_frequently_bought_box img{
  max-width:100%;
  height:auto;
}

.jw_frequently_bought_box_img img{
  width:100%;
  height:auto;
}

.jw_frequently_bought_overlay{
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
   background-color: rgba(0,0,0,0.2);
  color:#fff;
 
  display:flex;
  align-items:center;
  justify-content:center;
  padding:15px;
  box-sizing:border-box;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.jw_frequently_bought_box a:hover .jw_frequently_bought_overlay{
   background-color: rgba(0,0,0,0.5);
}


.jw_frequently_bought_overlay h3{
  margin:0 !important;
}

.jw_frequently_bought_arrow{
  text-align:center;
  margin-top:30px;
}

.jw_frequently_bought_arrow img{
 margin:0 15px;
  cursor:pointer;
}

/* the slides */
.jw_frequently_bought_wrapper .slick-slide {
  margin: 0 15px;
}

/* the parent */
.jw_frequently_bought_wrapper .slick-list {
    margin: 0 -15px;
}



/* Styles for text box with more button */
.jw_read_more {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}


.jw_read_more .jw_read_more_bottom {
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 80%
  );
  width: 100%;
  height: 60px;
  opacity: 1;
  transition: 0.3s;
}

.jw_read_more_btn{
   cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  color: #333 !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing:border-box;
  margin-top:15px;
  font-size:14px;
  -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.jw_read_more.jw_read_more_open{
   max-height: none;
}

.jw_read_more.jw_read_more_open .jw_read_more_bottom{
   opacity: 0;
   height: 0px;
}


.jw_prd_extra_img_wrapper{
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	flex-wrap: wrap;
	align-items:center;
   justify-content:space-between;
  margin:20px 0 0;
}

.jw_prd_extra_img_wrapper .jw_prd_extra_img_box{
  width:calc(50% - 10px);
  box-sizing:border-box;
  margin-bottom:20px;
}

.jw_prd_extra_img_wrapper .jw_prd_extra_img_box img{
  width:100%;
  height:auto;
}

.jw_prd_embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

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

.jw_prd_image_with_text_main_inner .jw_prd_image_with_text_row{
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	flex-wrap: wrap;
	align-items:center;
    margin-bottom:20px;
}

.jw_prd_image_with_text_main_inner .jw_prd_image_with_text_row:last-child{
  margin-bottom:0px;
}


.jw_prd_image_with_text_row_img{
  width:50%;
}

.jw_prd_image_with_text_row_img img{
  width:100%;
  height:auto;
}

.jw_prd_image_with_text_row_text{
  width:50%;
  box-sizing:border-box;
  padding:32px 32px 32px 50px;
}

.jw_prd_image_with_text_main_inner .jw_prd_image_with_text_row:nth-child(2n){
     flex-direction: row-reverse;
}

.jw_prd_pro_image{
  margin:16px 0;
}

.jw_prd_pro_image img,.jw_prd_pro_image img picture{
  width:100%;
  height:auto !important;
}

.jw_prd_promo_text_inner h2{
  text-align:center;
}

.jw_prd_promo_body_text{
  text-align:center;
}

.jw_prd_tab_video{
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	flex-wrap: wrap;
	align-items:center;
 justify-content:space-between;
  margin:20px 0;
}

.jw_prd_tab_video .jw_prd_tab_video_item{
  width:calc(50% - 10px);
  box-sizing:border-box;
  margin-bottom:20px;
}

.jw_parent_collection_row{
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	flex-wrap: wrap;
	align-items:center;
   justify-content:center;
  margin-bottom:100px;
}

.jw_parent_collection_row .jw_parent_collection_row_img{
  width:50%;
  box-sizing:border-box;
}

.jw_parent_collection_row .jw_parent_collection_row_img img{
  max-width:100%;
  width:100%;
  height:auto;
}

.jw_parent_collection_row .jw_parent_collection_row_text{
  width:50%;
  padding-left:50px;
}

.jw_parent_collection_row_text_inner{
  max-width:800px;
  margin-left:auto;
}

.jw_parent_collection_row:nth-child(2n){
  flex-direction:row-reverse;
}

.jw_parent_collection_row:nth-child(2n) .jw_parent_collection_row_text{
  padding-left:0px;
  padding-right:50px;
   
   
}

.jw_parent_collection_row_description{
    font-size: var(--font-size-body-small);
}

.jw_parent_collection_row:nth-child(2n) .jw_parent_collection_row_img_inner{
  margin-left:auto;
}

.jw_parent_collection_row:nth-child(2n) .jw_parent_collection_row_text_inner{
   margin-right:auto;
  margin-left:0;
}

.jw_parent_collection_row_icons{
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	flex-wrap: wrap;
	/*align-items:center;*/
   margin:15px 0;
}

.jw_parent_collection_row_icons .jw_parent_collection_row_icon_itself{
  width:100px;
  text-align:center;
  margin-right:10px;
  margin-bottom:10px;
}

.jw_parent_collection_row_icons .jw_parent_collection_row_icon_itself:last-child{
  margin-right:0;
}

.jw_parent_collection_row_icons .jw_parent_collection_row_icon_itself img,.jw_parent_collection_row_icons .jw_parent_collection_row_icon_itself picture{
  width:100%;
  height:auto;
}

.jw_parent_collection_row_text_inner h2{
  margin:0 0 10px;
  font-size:32px;
}

.jw_parent_collection_row_text_inner h3{
    margin:0 0 30px;
  font-size:26px;
  color:#0866a1 !important;
}

.jw_parent_collection_row_available_size{
  font-weight:700;
  margin-bottom:20px;
}

.jw_parent_collection_row_buttons{
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	flex-wrap: wrap;
}

.jw_parent_collection_row_buttons .jw_parent_collection_row_button_item{
  padding-right: 100px;
}

.jw_parent_collection_row_buttons .jw_parent_collection_row_button_item:last-child{
  padding-right:0;
}

.jw_parent_collection_row_icon_itself_heading{
  font-weight:700;
  font-size:13px;
}

.jw_parent_collection_row_icon_itself_subheading{
  font-size:13px;
}

.jw_parent_collection_row_button_item_heading{
  margin-bottom:15px;
  font-weight:700;
}


/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.jw-button-dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.jw-button-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
  font-size:15px;
}

/* Links inside the dropdown */
.jw-button-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  box-sizing:border-box;
}

/* Change color of dropdown links on hover */
.jw-button-dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.jw-button-dropdown:hover .jw-button-dropdown-content {display: block;}

.jw_parent_collection_main_list{
  margin:30px 0;
}

.jw_parent_collection_row_description{
  margin-bottom:30px;
}

.jw_parent_collection_row_img_inner{
  max-width:800px;
}

.jw_parent_collection_banner{
  margin-bottom:30px;
}

.jw_parent_collection_banner img, .jw_parent_collection_banner picture{
  width:100%;
  height:auto;
  max-width:100%;
  
}

/*  slider from left */
.jw_text_slide {
    display: inline-block;
    text-decoration:none;
      box-sizing:border-box;
     -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s ease;
}
.jw_text_slide:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}



.jw_text_slide:hover:after {
    width: 100%;
    background:#c00000;
}


.jw_transit_insurance_wrapper,.jw_shipping_policy_box_wrapper{
  text-align:right;
  font-size:18px;
      display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  margin-top:15px;
}

.jw_transit_insurance_wrapper label, .jw_shipping_policy_box_wrapper label{
  cursor:pointer;
  margin-right:5px;
}

.jw_cart_tooltip{
  display:inline-block;
  cursor:pointer;
  margin-right:5px;
  line-height: 1;
}


.jw_top_cart_wrapper{
  position: relative;
   
    width: 50px;
}


.jw_product_bundle_list{
  	box-sizing:border-box;
	
	display:flex;	
	flex-wrap: wrap;
	padding:0 !important;
      margin:0 -5px;
}

.jw_product_bundle_list li{
  width:25%;
  padding: 0 5px 10px;
}

.jw_product_bundle_list li h2.productitem--title{
  font-size:14px !important; 
}

.jw_product_bundle_list li .productitem{
  /*padding-bottom:60px;*/
}

.jw_product_bundle_list li .productitem--actions{
    visibility: visible !important;
    opacity: 1 !important;
  bottom:5px;
  width:100%;
  margin:0;
  padding: 5px;
}

.jw_my_qickshop_btn,.jw_my_qickshop_btn button{
  width:100%;
}

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

.jw-prd-delivery-info{
  overflow:hidden;
}

.jw-prd-delivery-info img{
  float:left;
  margin-right:10px;
  padding-bottom: 4px;
}

.jw-prd-contact-us-wrapper{
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	flex-wrap: wrap;
	align-items:center;
    margin-bottom:15px;
}

.jw-prd-contact-us_heading{
      margin-right: 15px;
    
    font-weight: 700;
  display:inline-block;
}

.jw_prd_warranty_wrapper{
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	flex-wrap: wrap;
	align-items:center;
    margin-bottom:15px;
}

.jw_prd_warranty_wrapper .jw_prd_warranty_tooltip{
  width:20px;
   margin-right:5px;
}

.jw_prd_warranty_wrapper label{
   cursor:pointer;
  margin-right:5px;
  font-weight:700;
}

.modal-content .product-form__action-wrapper button{
  padding:5px;
}

.jw-prd-delivery-info-small-text{
  display:block;
   font-size:14px;
  margin-top:10px;
}

.button-primary[disabled] {
    cursor: not-allowed;
    opacity: 0.5; /* You can adjust the opacity to make it look more visually disabled */
    /* Add any other styles to visually indicate that the button is disabled */
}

.jw_shipping_policy_box_wrapper label a{
  
}

#jw-flashing-all-sizes-wrapper{
  margin-top:15px;
}

.template-product select:not([data-variant-option-index="0"]) option[data-variant-option-available="false"] {
    display: none;
}

.navmenu-id-quote .jw-dropdown-button{
  /*width:149px;*/
}

.navmenu-id-quote .jw-button-dropdown-content{
  min-width:169px;
}

.navmenu-id-quote .jw-button-dropdown-content a{
  font-weight:400 !important;
  font-size:14px !important;
}

.jw_cart_message{
  color:#c00000;
  font-size:14px;
  text-align:right;
  margin-top:5px;
}

.jw_link_red{
  color: #c00000 !important;
}

.jw_icon_ul_li{
  padding-left:0 !important;
      line-height: 1.6;
}

.jw_icon_ul_li li{
   list-style-type: none !important;
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	flex-wrap: wrap;
    align-items:center;
}

.jw_icon_ul_li li span{
  display:inline-block;
}

.jw_icon_ul_li li img{
  margin-top:0 !important;
  margin-bottom:0 !important;
  height:auto !important;
  display:block;
}

.jw_li_icon_large{
  margin-bottom:10px;
}

.jw_li_icon_large .jw_icon_ul_li_img{
  margin-right:10px;
}

.jw_image_50_50_wrapper{
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	flex-wrap: wrap;
    justify-content:space-between;
}

.jw_image_50_50_wrapper .jw_image_50_50_box{
  width:calc(50% - 10px);
  margin-bottom:20px;
}

.jw_image_50_50_wrapper .jw_image_50_50_box picture, .jw_image_50_50_wrapper .jw_image_50_50_box img{
  width:100% !important;
  height:auto !important;
}

.jw_image_50_50_wrapper .jw_image_50_50_box h3{
  color:#1A71A7 !important;
  text-align:center;
}


/* Basic Overlay Style */
.jw-dsd-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent dark background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;  /* Hidden by default */
  opacity: 0;          /* Hidden by default */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Popup Style */
.jw-dsd-popup {
 
  padding: 30px;
  text-align: center;

  position: relative;
}

/* Loading Text Style */
.jw-dsd-loading-text {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  animation: fadeIn 2s ease-in-out infinite;
}

/* Spinner Animation */
.jw-dsd-spinner {
  border: 4px solid #f3f3f3; /* Light gray */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1.5s linear infinite;
  margin: 0 auto;
}


.jw-dsh-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent dark background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;  /* Hidden by default */
  opacity: 0;          /* Hidden by default */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Popup Style */
.jw-dsh-popup {
 
  padding: 30px;
  text-align: center;

  position: relative;
}

/* Loading Text Style */
.jw-dsh-loading-text {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  animation: fadeIn 2s ease-in-out infinite;
}

/* Spinner Animation */
.jw-dsh-spinner {
  border: 4px solid #f3f3f3; /* Light gray */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1.5s linear infinite;
  margin: 0 auto;
}

/* Spinner Rotation Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Fade-In Animation for Loading Text */
@keyframes fadeIn {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}



/* Styling for Boxing Day message with jw- prefix */
.jw-boxing-day-message {
  background-color: #ff8c00; /* Orange background for a festive look */
  color: #fff; /* White text color */
  font-size: 20px; /* Bigger font size */
  font-weight: bold;
  padding: 20px;
  text-align: center;
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Light shadow */
  margin: 20px 0;
}

.jw-boxing-day-message a {
  color: #fff;
  text-decoration: underline;
}

.jw-boxing-day-message strong {
  font-weight: bold;
}

.jw_angle_wrapper {
    border: 2px solid #f44336;
    padding: 20px;
    border-radius: 8px;
    background-color: #fbe9e7;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.jw_angle_image{
  text-align:center;
}

.jw_angle_image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}


.jw_angle_image p{
  font-weight:700;
  text-align:left;
}

.jw_angle_wrapper .form-field-title{
  top: 20% !important;
    transform: translateY(-20%) !important;
}

.jw_angle_info {
    font-size: 12px; /* Smaller text size */
    color: #555; /* Subtle text color */
    background-color: #f9f9f9; /* Light background */
    border: 1px solid #ddd; /* Thin border */
    padding: 10px; /* Spacing inside the box */
    border-radius: 8px; /* Rounded corners */
    margin-top: 10px; /* Space above */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
}

.jw_angle_info > strong {
    font-size: 14px; /* Slightly larger for the title */
    color: #333; /* Darker text for title */
}

.jw_angle_info ul {
   padding-left: 20px;
}

.jw_angle_info li {
    margin-bottom: 8px; /* Space out the list items */
    line-height: 1.6; /* Improve readability */
}

.jw_angle_info li strong {
    color: #333; /* Darker color for the degree range */
}



.jw_angle_wrapper .form-field-select-wrapper select.form-field-input {
    background-color: #f1f1f1 !important; /* Soft blue background */
    /*border: 2px solid #ff4081;*/  /* Bright pink border to draw attention */
   
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);  /* Subtle shadow for depth */
}

.jw_prd_video_two{
  margin-top:15px;
}

.text-video-section iframe{
  background-color: transparent !important;
}

.jw_prd_text_and_video_main_inner .jw_prd_text_and_video_row{
  	box-sizing:border-box;
	width:100%;
	display:flex;	
	flex-wrap: wrap;
	align-items:center;
    margin-bottom:20px;
}

.jw_prd_text_and_video_main_inner .jw_prd_text_and_video_row:last-child{
  margin-bottom:0px;
}


.jw_prd_text_and_video_row_video{
  width:50%;
}

.jw_prd_text_and_video_row_text{
  width:50%;
  box-sizing:border-box;
  padding:32px 32px 32px 50px;
}

.jw_prd_text_and_video_main_inner .jw_prd_text_and_video_row:nth-child(2n){
     flex-direction: row-reverse;
}


.jw_has_square_size .promo-block{
  aspect-ratio: 1 / 1;
}

.jw_mobile_only_slider_arrow{
  display:none;
  text-align: center;
  padding:10px 0;
  box-sizing:border-box;
}

.jw_mobile_only_slider_arrow img{
    cursor: pointer;
  border: 1px solid #000;
    border-radius: 50%;
    padding: 5px;
}

.jw_mobile_only_slider_main_progress{
   display: block;
 width: calc(100% - 70px);
  height: 2px;
  border-radius: 2px;
  overflow: hidden;
  
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  
  transition: background-size .4s ease-in-out;
}

.jw_mobile_only_slider_main_progress .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.jw-msg-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease;
}

.jw-msg-popup__inner {
  background: #fff;
  border-radius: 10px;
  max-width: 480px;
  width: 90%;              /* mobile-friendly */
  padding: 22px 18px;      /* slightly smaller */
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}

.jw-msg-popup__text {
  font-size: 16px;
  color: #333;
  margin-bottom: 18px;
  line-height: 1.5;
}




@media screen and (min-width: 1024px){
  .site-header-cart {
      right: 0px !important;
  }
  
  .template-index .promo-grid--container.jw_has_bottom_margin{
        margin-bottom: 4.25rem;
  }

  .article--inner{
    max-width:1440px;
  }
}

@media screen and (max-width: 1599px){
  .jw_product_bundle_list li{
  width:33.33333%;
  }
}

@media screen and (max-width: 1299px){
  .jw_product_bundle_list li{
    width:50%;
  }  
}
@media screen and (max-width: 1199px){

  .jw_parent_collection_row_icons .jw_parent_collection_row_icon_itself{
        width: 80px;
        padding-right:0;
  }

  .jw_parent_collection_row_icon_itself_heading{
    font-size:12px;
  }

  .jw_parent_collection_row_icon_itself_subheading{
    font-size:12px;
  }

  .jw_parent_collection_row_buttons{
    justify-content:space-between;
  }

  .jw_parent_collection_row_buttons .jw_parent_collection_row_button_item{
    padding-right:0;
  }
}

@media (max-width: 1023px) {
  .my_gallery_group_main_inner .my_gallery_item{
	width:33.33333%;
  }
  
  .jw_mobile_showing{
	display:block;
}

.jw_desktop_showing{
	display:none;
}

  .site-header-logo{
    width:100%;
  }

  .site-logo{
    display:inline-block !important;
    margin:0 5px;
  }

   .jw_prd_tab_video .jw_prd_tab_video_item{
  width:100%;
  }

  .jw_top_cart_wrapper{
    position:static;
  }

  .jw_product_bundle_list li{
    width:100%;
  }  
}

@media (max-width: 992px) {
  .jw_prd_image_with_text_row_img{
  width:100%;
  }
  
  
  .jw_prd_image_with_text_row_text{
    width:100%;
  }
  
    .jw_prd_image_with_text_row_text{
    padding:15px;
  }

   .jw_prd_text_and_video_row_video{
  width:100%;
  }

  .template-product .slideshow--height-original-mobile .slideshow-slide__image{
    object-fit: contain;
  }

  .jw_prd_text_and_video_main_inner .jw_prd_text_and_video_row{
    margin-bottom:40px;
  }
  
  .jw_prd_text_and_video_row_text{
    width:100%;
     padding:15px;
  }
  
     .jw_parent_collection_row .jw_parent_collection_row_text{
      width:100%;
       padding:15px 0 !important;
    }
  
    .jw_parent_collection_row .jw_parent_collection_row_img{
      width:100%;
    }
  
    .jw_parent_collection_row_buttons .jw_parent_collection_row_button_item{
      margin-bottom:15px;
      padding-right:15px;
    }
  
    .jw_parent_collection_row_buttons .jw_parent_collection_row_button_item:last-child{
      padding-right:0px;
    }
  
    .jw_parent_collection_row_img_inner{
    max-width:100%;
  }
  
    .jw_parent_collection_row .jw_parent_collection_row_text_inner{
   max-width:100%;
  }
  
    .jw_parent_collection_row{
      margin-bottom:50px;
    }
    
}


@media (max-width: 767px) {

  .template-index .jw-home-pxs-image .pxs-image-with-text-content-wrapper{
   position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
  }

  
  .jw_video_with_text_main{
    flex-wrap:wrap;
  }
  
  .jw_video_with_text_main_video{
    width:100%;
  }

  .jw_video_with_text_main_text{
    width:calc(100% - 60px);
    margin: 0 auto;
    padding:30px;
  }
  
  .my_gallery_group_main_inner .my_gallery_item{
	width:50%;
  }
  
  .my_closure_popups_body_left {
		width: 100%;
		padding:0;
	}

	.my_closure_popups_body_right {
		width: 100%;
		padding:0;
	}
  
  .show_in_mobile{
		display:block;
	}
  
  .site-header-logo img{
    max-width:120px !important;
  }

   .jw_parent_collection_row .jw_parent_collection_row_text{
    width:100%;
     padding:15px 0 !important;
  }

  .jw_parent_collection_row .jw_parent_collection_row_img{
    width:100%;
  }

  .jw_parent_collection_row_buttons .jw_parent_collection_row_button_item{
    margin-bottom:15px;
    padding-right:15px;
  }

  .jw_parent_collection_row_buttons .jw_parent_collection_row_button_item:last-child{
    padding-right:0px;
  }

  .jw_read_more{
        max-height: 150px;
  }

  .jw_image_50_50_wrapper .jw_image_50_50_box{
    width:100%;
  }

  .jw_mobile_only_slider_arrow{
      display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
  }

  .jw_mobile_only_slider_main_arrow{
    width: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 5px;
  }

  .jw_mobile_only_slider .slick-list{
   padding:0 20% 0 0 !important;
    margin: 0 -10px;
  }

  .jw_mobile_only_slider .slick-slide{
    margin:0 10px;
  }
}


/* --- Responsive tweaks for very small screens --- */
@media (max-width: 480px) {
  .jw-msg-popup__inner {
    padding: 18px 14px;
    border-radius: 8px;
  }
  .jw-msg-popup__text {
    font-size: 15px;
    line-height: 1.45;
  }
}

.cart-item__quantity.jw_cart_qty_hide{
  display:none !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   REUSABLE LOADING POPUP - Full Screen
   Use for any loading process (pickup fee, insurance, etc.)
   ═══════════════════════════════════════════════════════════════════════════ */

.jw-loading-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  animation: jw-fade-in 0.2s ease;
}

.jw-loading-popup-content {
  background: #ffffff;
  padding: 40px 50px;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  text-align: center;
  max-width: 90%;
}

.jw-loading-spinner {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  border: 4px solid #e5e7eb;
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: jw-spin 0.8s linear infinite;
}

.jw-loading-message {
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  margin: 0;
}

@keyframes jw-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes jw-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .jw-loading-popup-content {
    padding: 30px 40px;
  }
  
  .jw-loading-message {
    font-size: 15px;
  }
}


/* ═══════════════════════════════════════════════════════════════════════════
   PICK-UP FEE SELECTOR - Right Aligned
   ═══════════════════════════════════════════════════════════════════════════ */

.jw-pickup-selector-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 12px 0;
  padding: 0;
  text-align: right;
}

.jw-pickup-label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin: 0;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.jw-pickup-select {
  min-width: 280px;
  max-width: 400px;
  padding: 10px 36px 10px 14px;
  border: 1.5px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #1f2937;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.jw-pickup-select:hover {
  border-color: #9ca3af;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.jw-pickup-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}


/* ═══════════════════════════════════════════════════════════════════════════
   PICKUP REMINDER MESSAGE - Short & Right Aligned
   ═══════════════════════════════════════════════════════════════════════════ */

.jw-pickup-message {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 8px 0 0 0;
  padding: 10px 14px;
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 6px;
  font-size: 13px;
  color: #1e40af;
  line-height: 1.4;
  text-align: right;
  animation: jw-slide-in 0.3s ease-out;
  max-width: 450px;
  margin-left: auto;
}

.jw-info-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #3b82f6;
  order: 2;
}

.jw-pickup-message span {
  order: 1;
  white-space: nowrap;
}

@keyframes jw-slide-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ═══════════════════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  .jw-pickup-selector-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .jw-pickup-label {
    text-align: left;
  }
  
  .jw-pickup-select {
    width: 100%;
    min-width: 100%;
  }
  
  .jw-pickup-message {
    margin-left: 0;
    text-align: left;
    max-width: 100%;
  }
  
  .jw-pickup-message span {
    white-space: normal;
  }
}


/* ═══════════════════════════════════════════════════════════════════════════
   ACCESSIBILITY & FOCUS STATES
   ═══════════════════════════════════════════════════════════════════════════ */

.jw-pickup-select:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Match cart footer styling if needed */
.cart__footer .jw-pickup-selector-wrapper {
  margin: 16px 0;
}

.cart__footer .jw-pickup-message {
  margin-right: 0;
}



/*.template-product .atc-banner--cart-footer .atc-button--checkout{
  display:none !important;
}*/