/*
Theme Name:   storefront child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     storefront
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  storefront-child
*/

/* Write here your own personal stylesheet */

@font-face {
    font-family: "HelveticaNeueLTPro-Bd";
    src: url('assets/fonts/HelveticaNeueLTProBd/font.woff2') format('woff2'), url('assets/fonts/HelveticaNeueLTProBd/font.woff') format('woff');
  }
@font-face {
    font-family: "HelveticaNeueLTPro-Hv";
    src: url('assets/fonts/HelveticaNeueLTProHv/font.woff2') format('woff2'), url('assets/fonts/HelveticaNeueLTProHv/font.woff') format('woff');
}
@font-face {
    font-family: "HelveticaNeueLTPro-Lt";
    src: url('assets/fonts/HelveticaNeueLTProLt/font.woff2') format('woff2'), url('assets/fonts/HelveticaNeueLTProLt/font.woff') format('woff');
}
@font-face {
    font-family: "HelveticaNeueLTPro-Roman";
    src: url('assets/fonts/HelveticaNeueLTProRoman/font.woff2') format('woff2'), url('assets/fonts/HelveticaNeueLTProRoman/font.woff') format('woff');
}
.alpha, h1{
    letter-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
    font-weight:normal;
}

p,
table,
tr,
td,
th,
.site-content ul,
.site-content li {
    font-family: 'HelveticaNeueLTPro-Roman', Arial, sans-serif;
    font-weight:normal !important
}
strong{
    font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
}
span{
    font-weight:normal !important;
}
body, .secondary-navigation a{
color: #000 !important;
line-height: normal;
}
img {
border-radius: 0;
}
*{
outline: none;
letter-spacing: .5px;
}
a:focus, button:focus, input:focus, textarea:focus{
outline: 0px solid #96588a;
}
a{color:#2c2d33;}
.input-text, input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea{
box-shadow: none;
height: 50px;
border: 1px solid #000;
background-color: #fff;
}
.form-row textarea{
height: auto;
}
body {
font-size: 100%;
font-family: 'HelveticaNeueLTPro-Roman', Arial, sans-serif !important;
}

.page-id-19633 p{
    font-family: 'HelveticaNeueLTPro-Roman', Arial, sans-serif !important;
}


#primary.content-area {
margin-bottom: 0;   
}
.site-main {
margin-bottom: 0;
min-height: 40vh;
}
ul.nav-menu li a {
font-size: 1.3rem;
color: #000000;
text-transform: uppercase;
text-decoration: none;
line-height: normal;
font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif !important;
}
ul.nav-menu li a:hover{
text-decoration: underline;
}
.page .site-content{
min-height: 50vh;
}
.site-language{
font-size: 1.2em;
color: #000000;
text-transform: uppercase;
text-decoration: none;
float: right;
margin-right: 5px;
padding-top: 0px;
font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif !important;
line-height: normal;
}
.site-language a:hover{
color: #747474;
}
header .cart-icon .woocs_special_price_code{
display: none;
}
header .cart-icon {
float: right;
margin-left: 20px;
font-size: 1.2em;
color: #000000;
text-transform: uppercase;
text-decoration: none;
/*    */
}
header .cart-icon a{
float: left;
color: #000;
}
.menu_right_icons .cart-contents:before{
content: "";
background-image: url("assets/images/carticon.svg");
width: 20px;
height: 21px;
display: inline-block;
background-repeat: no-repeat;
}
.site-header-cart .cart-contents .count{
display: block;
float: left;
/* width: 15px; */
color: #000;
font-size: 18px;
opacity: 1;
line-height: 28px;
margin-right: 3px;
}
.menu_right_icons .cart-contents:after{
display: none;
}
header .cart-icon svg{
margin-top: -7px;
float: left;
margin-left: 5px;
}
.home_video_section iframe{
border: 0;
}
.site-language a{
color: #747474;
letter-spacing: 1.5px;
  
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header{
margin-bottom: 0;
}
.metaslider{
width:auto !important;
float: left;
}
body .sb_blocks {
float: left;
width: 100%;
margin-top:60px !important;
margin-bottom:60px !important;
}
.sb_blocks_left {
float: left;
width: 65%;
}
.sb_blocks_right {
float: right;
width: 35%;
padding-left: 20px;
}

.sb_blocks_p:first-child {
margin-bottom: 20px;
}
body .wp-block-embed-youtube{
margin-bottom: 0;
}
.sb_blocks_left .sb_blocks_dis {
padding: 0 15em;
}
.sb_blocks_dis {
position: absolute;
left: 0;
width: 100%;
top: 50%;
transform: translate(0px, -50%);
text-align: center;
padding: 2em;
}
.sb_blocks_dis h2 {
font-size: 36px;
color: #fff;
/*    */
-webkit-transition: all .5s;
transition: all .5s;
margin-bottom: 0px;
}
.entry-content .sb_blocks_dis p {
font-size: 16px;
line-height: 22px;
color: #fff;
/*    */
-webkit-transition: all .5s;
transition: all .5s;
margin-top: 5px;
}
.sb_blocks_left {
float: left;
width: 65%;
position: relative;
}
.sb_blocks_p{
position: relative;
}
.sb_blocks img {
width: 100%;
}
.woocommerce .products .product{
position: relative;
margin-bottom: 30px;
background-color: #fff;
}
.woocommerce .products .product:hover img{
opacity: .5 !important;
}
.woocommerce .products .product .imagewrapper {
position: absolute;
width: 100%;
visibility: hidden;
opacity: 0;
-webkit-transition: all .5s;
transition: all .5s;
vertical-align: middle;
padding: 0;
height: 100%;
top: 0;
}
.sb_col::before {
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
content: '';
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all .5s;
transition: all .5s;
}
.woocommerce .products .product:hover:before, .woocommerce .products .product:hover .imagewrapper, .sb_col:hover::before{
visibility: visible;
opacity: 1;
}
.woocommerce .products .product .imagewrapper a {
text-decoration: none;
height: 100%;
border: 0;
}
.woocommerce .products .product .imagewrapper h2,
.woocommerce .products .product .imagewrapper a span.price, .woocommerce .products .product .imagewrapper a span.price span{
font-size: 24px;
color: #000;
text-decoration: none !important;
margin-bottom: 0;
font-family: "HelveticaNeueLTPro-Bd";
/*    */
}
.pro_title_price_block {
position: relative;
top: 50%;
transform: translate(0px, -50%);
padding: 0 1.5em;
}
body .cat-section .wp-block-column{
margin-right: 2% !important;
}
body .cat-section .wp-block-column:last-child {
margin-right: 0 !important;
}
.cat-section .wp-block-column img{
width: 100%;
}
.woocommerce .products .product .imagewrapper a span.onsale {
margin: 5px 0;
}
.cat-section .wp-block-image{
background: #000;
position: relative;
margin-bottom: 50px !important;
}
.cat-section .wp-block-image:hover{
background: #fff;
}
.cat-section .wp-block-image img{
opacity: 1;
-webkit-transition: all .5s;
transition: all .5s;
}
.cat-section .wp-block-image:hover img{
opacity: .4 !important;
}
.cat-section .wp-block-image a{
color: #fff;
text-decoration: none !important;
-webkit-transition: all .5s;
transition: all .5s;
}
.hentry .entry-content .cat-section .wp-block-image figcaption {
position: absolute;
top: 50%;
transform: translate(0, -50%);
font-size: 36px;
color: #fff;
font-style: normal;
line-height: 1.2em;
-webkit-transition: all .5s;
transition: all .5s;
/*    */
width: 100%;
padding: 0;
}
.hentry .entry-content .cat-section .wp-block-image figcaption a {
display: block;
width: 100%;

font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif !important;
}
/* .hentry .entry-content .cat-section .wp-block-image.m_backpacks figcaption a:last-child{
display: none;
} */
/* .hentry .entry-content .cat-section .wp-block-image:before {
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
content: '';
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all .5s;
transition: all .5s;
} */
.hentry .entry-content .cat-section .wp-block-image:hover figcaption a, .sb_col:hover h2, .sb_col:hover p{
color: #000;
}
.hentry .entry-content .cat-section .wp-block-image:hover:before{
visibility: visible;
opacity: 1;
}
ul.products li.product img{
width: 100%;
height: 100%;
object-fit: contain;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
height: 500px;
}
footer .widget_nav_menu ul li{
padding: 0;
margin-bottom: 5px;
text-transform: uppercase;
font-size: 13px;
   
}
footer .widget_nav_menu ul li a{
text-decoration: none !important;
}
footer .widget_nav_menu ul li::before{
display: none;
}
footer .widget .widget-title, footer .widget .widgettitle {
font-size: 16px;
   
text-transform: uppercase;
margin-bottom: 15px;
padding-bottom: 0;
}
footer .widget_nav_menu ul li a{
color: #acacac !important;
}
footer .widget_nav_menu ul li a:hover{
text-decoration: underline !important;
color: #fff !important;
}
.site-info {
padding: 1em 0;
text-align: center;
color: #e0e0e0;
}
.site-info a{
color: #e0e0e0;
}
.f_social_icons {
float: left;
width: 100%;
}
.f_social_icons a {
float: left;
margin-right: 20px;
}
.f_social_icons a img{
    height:25px;
}
.f_social_icons ul {
float: left;
width: 100%;
margin-top: 15px;
color: #acacac;
font-size: 13px;
   
}
.metaslider li{
background: #000;
}
.metaslider li img{
opacity: .85;
}
.shopswatchinput {
position: absolute;
bottom: 2em;
left: 1.5em;
}
.shopswatchinput .woocommerce-LoopProduct-link {
display: none !important;
}
.shopswatchinput a{
border:1px solid #fff;
}
.wcvashopswatchlabel.wcvasquare {
/*width: 15px !important;
height: 15px !important;*/
border: 1px solid #fff !important;
border-radius: 100%;
outline: none !important;
}
div.wcvashopswatchlabel.wcvasquare:hover {
border: solid 0px white !important;
outline: solid 0px black !important;
}
.woocommerce-breadcrumb{
font-size: 1em;
color: #000;
}
/* Single product page css */
.single-product .product .title-wrap h1, .single-product div.product p.price{
font-size: 24px !important;
color: #000 !important;
margin: 0 !important;
   
}
.woocommerce-breadcrumb a:first-of-type::before{
display: none;
}
.woocommerce-product-details__short-description {
float: left;
width: 100%;
margin-top: 10px;
}
.woocommerce-product-details__short-description p{
font-size: 13px;
color: #333;
}
.woocommerce-product-details__short-description h5, .woocommerce-product-details__short-description h3 {
    font-family: 'HelveticaNeueLTPro-Roman', Arial, sans-serif !important;
    font-size: 13px;
}
.single-product div.product form.cart {
margin-bottom: 1em;
padding: 0;
position: absolute;
bottom: 0;
margin: 0;
}
.single-product div.product .summary .coupon {
float: left;
width: 100%;
}
.single-product div.product .summary .coupon input {
width: 50%;
border: 1px solid #000;
background: #fff !important;
box-shadow: none;
font-size: 18px;
height: 50px;
float: right;
}
.single-product div.product .summary .coupon button {
font-size: 18px;
height: 50px;
color: #000;
background: #fff;
width: 50%;
float: left;
text-transform: uppercase;
border: 1px solid #000;
border-right: 0;
}
.summary .cart .variations_button{
float: left;
width: 100%;
}
.summary .cart .single_add_to_cart_button {
float: left;
width: 50%;
background: #000;
border-color: #000;
height: 50px;
text-transform: uppercase;
font-family: "HelveticaNeueLTPro-Bd";
line-height:56px;
padding:0;
}
.woocommerce-breadcrumb {
font-size: .8rem;
text-transform: uppercase;
font-family: 'HelveticaNeueLTPro-Roman', Arial, sans-serif !important;
line-height: 24px;
    text-transform: uppercase;
}

/* MATERIALS Page CSS */
.page-id-283 .storefront-breadcrumb{
display: none;
}
.material_section_row {
float: left;
margin: 30px 0;
}
.material_section_row h2 {
font-size:36px;
color: #000;
margin-bottom: 10px;
margin-top: 40px;
/*    */
}
.material_section_row h3 {
width: 100%;
font-size: 32px;
color: #000;
float: left;
margin-top: 1em;
}
.material_section_row p {
font-size: 13px;
line-height: 24px;
color: #555555;
float: left;
width: 100%;
margin-bottom: 0;
/* letter-spacing: .5px; */
}
.material_section_row p img {
float: left;
display: inline-block;
width: 50%;
padding-right: 10px;
margin-top: 4em;
}

.page-id-283 header.entry-header{
display: none;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
background-color: #000000 !important;
color: #fff !important;
margin-bottom: 20px !important;
}
.storefront-full-width-content .woocommerce-tabs .panel{
text-align: center;
width: 100%;
padding: 0;
text-align: justify;
    background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: 0 1.5em !important;
padding: 0 !important;
text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
color: #000;
opacity: .5;
font-size: 1.3em;
font-family: "HelveticaNeueLTPro-Bd";
line-height: 1em;
}
.attribute-swatch .swatchinput label.wcvaswatchlabel{
border: 2px solid rgba(0, 0, 0, 0.12) !important;
overflow: hidden;
background-size: 120%;
background-position: -2px -2px;
}
body label.selectedswatch.wcvaround{
overflow: hidden;
background-size: 120%;
background-position: -2px -2px;
background: #333;
color: #fff;
width: 38px;
height: 38px;
line-height: 38px !important;
font-size: 12px;
border-radius: 100%;
padding: 0 !important;
border: 2px solid rgb(0, 0, 0) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
opacity: 1;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments{
background-color: #000000;
}
table.shop_table_responsive tr td.product-name a{
color: #000;
}
table.cart td.actions .coupon{
width: 50%;
float: left;
}
table.cart td.actions input#coupon_code{
float: left;
width: 70%;
background: #fff !important;
box-shadow: none;
font-size: 18px;
height: 50px;
border: 1px solid #000;
}
table.cart td.actions .coupon button.button{
width: 30%;
float: left;
text-transform: uppercase;
border: 1px solid #000;
font-size: 18px;
height: 50px;
color: #fff;
background: #000;
}
table.cart td.actions button[name="update_cart"]{
text-transform: uppercase;
font-size: 18px;
height: 50px;
width: 30%;
border: 1px solid #fafafa;
}
.wc-proceed-to-checkout .button.checkout-button {
font-size: 1em;
text-transform: uppercase;
}
#payment .place-order .button{
/*    */
text-transform: uppercase;
font-size: 1.3em;
}
.single-product .cross-sells .products {
position: relative;
width: 96%;
margin-left: 2%;
}
.single-product .cross-sells ul li.product, .single-product .related.products ul li.product{
position: relative;
}
.single-product .cross-sells .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 0;
}
.single-product .cross-sells .slick-arrow.slick-prev {
left: -16px;
}
.single-product .cross-sells button.slick-prev.slick-arrow::before{
left: 0;
}
.single-product .cross-sells .slick-arrow.slick-next {
right: -14px;
}
.single-product .cross-sells button.slick-next.slick-arrow::before{
right: 0;
}
.single-product .cross-sells .products .product img{
margin-bottom: 0;
}
.related.products{
margin-bottom: 40px;
}
.related.products li.product img{
margin-bottom: 0;
}
.related.products .slick-arrow::before{
font-size:20px;
}
.related.products button.slick-prev.slick-arrow{
left: 0;
}
.related.products button.slick-next.slick-arrow{
right: 0;
}
.related.products h2{
font-size: 1.3em;
text-transform: uppercase;
margin-bottom: 20px;
text-align: center;
}
.related.products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
height: 100% !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
position: relative;
top: 0;
right: 0;
width: auto;
height: 54px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:first-child img {
width: 54px;
height: 54px;
top: 0px;
position: relative;
}
.woocs_auto_switcher {
display: none;
}
.alignfull.home-video {
height: 700px;
overflow: hidden;
}

.alignfull.home-video video {
object-fit: cover;
}
.site-info {
display: none;
}

.copy-footer {
text-align: center;
font-size: 11px;
color: #B1BAC3;
   
}
.single-product .product .title-wrap h1 {
float: left;
}

.single-product .product .title-wrap .price {
float: right;
font-size: 2.617924em;
line-height: 38px;
 letter-spacing:1.5px;
margin: 0 0 .5407911001em;
color: #333333;
}
.single-product .product .title-wrap .price .woocommerce-Price-amount{
    font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif !important;
letter-spacing: 1.5;
}
.single-product .product .title-wrap .price .woocommerce-Price-amount span{
    font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif !important;
}

.single-product .product .title-wrap {
width: 100%;
float: left;
clear: both;
}
.sideimgwrapper {
width: 100%;
float: left;
}


.woocommerce-product-side-image {
width: 40%;
float: left;
padding-right: 0%;
margin-bottom: 3.706325903em;
}

.single-product div.product .sideimgwrapper .woocommerce-tabs {
clear: none;
width: 56.5217391304%;
float: right;
margin-right: 0;
margin-bottom: 3.706325903em;
padding-top: 0;
}
.single-product div.product .sideimgwrapper .woocommerce-tabs .woocommerce-Tabs-panel h2, .storefront-full-width-content .woocommerce-tabs .panel > h2{
display: none;
}
/* .single-product div.product .sideimgwrapper .woocommerce-tabs .woocommerce-Tabs-panel p{
line-height: 24px;
font-size: 13px;
  
color: #333;
} */
.single-product div.product .sideimgwrapper .woocommerce-tabs .woocommerce-Tabs-panel h2{
    font-family: "HelveticaNeueLTPro-Bd";
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
clear: none !important;
}

.slick-list.draggable {
overflow:hidden;
}
button.slick-arrow{
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
top: 50%;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
z-index: 9;
display: block;
font-size: 0;
}
button.slick-arrow:before{
font-family: 'Font Awesome 5 Free';
color: #333333;
font-size: 16px;
}
/* button.slick-prev.slick-arrow{
left: -24px;
}
button.slick-next.slick-arrow{
right:-30px;
} */
button.slick-prev.slick-arrow:before {
content: "\f053";
display: block;
}
button.slick-next.slick-arrow:before {
content: "\f054";
}

button.slick-next.slick-arrow {color:transparent;background: transparent;padding:0;right: 0;}
button.slick-prev.slick-arrow {color:transparent;background: transparent;padding:0;left: 0;}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
position: relative;
padding: 0 20px;
margin-top:10px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs button.slick-prev.slick-arrow{
left: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs button.slick-next.slick-arrow{
right: 0;
}
.product .woocommerce-tabs ul.tabs {
width: 100%;
float: none;
margin-right: 5.8823529412%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
list-style: none;
padding: 0;
margin: 0 0 1.618em;
overflow: hidden;
position: relative;
border: none;
text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
position: absolute;
content: ' ';
width: 100%;
bottom: 0;
left: 0;
z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
display: inline-block;
position: relative;
z-index: 0;
border-radius: 4px 4px 0 0;
margin: 0 -5px;
padding: 0 3em;
border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: #fff;
z-index: 2;
border-bottom-color: #232224;
border-bottom: 2px solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
/* border: 1px solid #d3ced2; */
position: absolute;
bottom: -1px;
width: 0;
height: 0;
content: ' ';
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
left: -6px;
border-bottom-right-radius: 4px;
border-width: 0 1px 1px 0;
box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
right: -6px;
border-bottom-left-radius: 4px;
border-width: 0 0 1px 1px;
/* box-shadow: -2px 2px 0 #ebe9eb; */
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
display: inline-block;
padding: .5em 0;
color: #515151;
text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: inherit;
text-shadow: inherit;
}
a.wcvaswatchinput {
border-radius: 50px;
margin-right: 10px;
}

.wcvashopswatchlabel.wcvasquare {
width: 18px !important;
height: 18px !important;
border: none !important;
border-radius: 50px;
outline: none !important;
}
div.wcvaround, div.wcvasquare {
border: 0;
}
div.wcvaround:hover, div.wcvasquare:hover{
    border: solid 0px black;
box-shadow: 0px 0px 0px 2px white inset;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport{
height: 600px !important;
margin: 0;
position: relative !important;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport iframe{
min-height: 600px !important;
}
.shipping-info {
float: left;
width: 50%;
border-color: #000;
height: 50px;
text-transform: uppercase;
border: 1px solid;
text-align: center;
}

.shipping-info a {
color: #333333;
height: 100%;
display: inline-block;
width: 100%;
line-height: 56px;
font-family: "HelveticaNeueLTPro-Bd";
}
a.reset_variations, .woocommerce-variation-availability {
display: none !important;
}
.single-product .cross-sells ul li.product,.single-product .related.products ul li.product {
clear: none !important;
padding: 2px;
margin: 0 !important;
}
.single-product .cross-sells ul li.product .imagewrapper{
position: absolute !important;
}
.single-product .cross-sells ul li.product .imagewrapper h2, .single-product .cross-sells ul li.product .imagewrapper a span.price{
font-size: 1em;
}

.single-product .summary ul.products li.product .imagewrapper,.single-product .related.products ul {
position: relative;
}
.single-product .related.products ul{
padding: 0px 1.5em;
}

.single-product .summary ul.products li.product .imagewrapper a.button {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
padding: 5px;
}
.single-product .cross-sells {
width: 100%;
float: left;
}

.single-product p.cross-title {
text-align: center;
padding: 10px 20px;
margin: 25px 0 0 0;
text-transform:uppercase;
font-size: 1.3em;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
display: none;
}
.wcvashopswatchlabel.cc span {
position: absolute;
top: -20px;
left: 0;
display: none;
width: 240px;
text-align: left;
color: #333333;
text-transform: uppercase;
font-size: 13px;
}
.wcvashopswatchlabel.cc:hover span {
display: block;
}
.woocommerce-breadcrumb .breadcrumb-separator::after{
opacity: 1;
line-height: 7px !important;
}
.woocommerce-checkout-payment a, .woocommerce-checkout-payment .wc_payment_method label::before{
color: #000 !important
}
#vat_number_field strong:after{
display: none;
}
#vat_number-description {
margin-top: 5px;
display: block;
}

/* Blog page CSS */
/*.pin-btn{
width: 100%;
float: left;
}
*/
.pin-btn{
position: absolute;
right: 0;
z-index: 999999;
left: auto;
bottom: 0px;
}
.pin-btn a img{
opacity: 0 !important;
}
.blog-post-featured-img,.blog-post {
width: 50%;
float: left;
}

.blog-featured.animatedParent {
width: 100%;
float: left;
margin-bottom: 60px;
}
.cart-collaterals .cross-sells ul.products li.product {
clear: none !important;
padding: 2px;
margin: 0 !important;
}
.blog-post-featured-img ul li {
clear: none !important;
float: left;
}

.blog-post-featured-img ul .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/*
.blog-post-featured-img ul button.slick-prev.slick-arrow:before {
    font-family: 'Font Awesome 5 Free';
content: "\f104";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: #333333;
position: absolute;
top: 50%;
left: 0;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
z-index: 99999999;
display: block;
} */
.page-template-blog-template .storefront-breadcrumb{
display: none;
}
.page-template-blog-template #content{
margin-top: 40px;
}
.blog-post-featured-img ul {
position: relative;
list-style: none;
}
.blog-post-featured-img ul button.slick-next.slick-arrow {
right: 20px;
}

.blog-post-featured-img ul button.slick-prev.slick-arrow {
left: 20px;
}
.firstdiv {
float: left;
width: 100%;
margin-top: 5em;
padding: 0 3em;
}
.blog-post-title h1{
margin-bottom: 10px;
}
.blog-post-title h1 a{
font-size: 36px;
color: #000;
/* letter-spacing: .5px; */
}
.blog-post-body {
float: left;
width: 100%;
}
.blog-post-body p{
font-size: 13px;
line-height: 22px;
color: #000;
/* letter-spacing: .5px; */
}
.single-product div.product table.variations .label{
text-transform: uppercase;
font-size: 13px;
color: #333;
}
.single-product div.product table.variations .label span {
margin-bottom: 10px;
display: inline-block;
}
.blog-post-featured-img .slick-arrow{
z-index: 9;
}
.blog-post-featured-img .slick-arrow::before{
font-size: 52px;
}
.blog-post-featured-img button.slick-prev.slick-arrow::before{
left: 40px;
}
.blog-post-featured-img button.slick-next.slick-arrow::before{
right: 40px;
}
.blog-post-featured-img ul{
margin: 0;
}
.blog-post-featured-img ul li{
background:#000;
}
.blog-post-featured-img ul li img {
width: 100%;
}
.blog-post-featured-img ul:hover button::before{
color: #fff;
}
.blog-post-featured-img ul:hover li img {
opacity: .8;
}
.cart-collaterals .cross-sells .slick-slider{
position: relative;
padding:0 15px;
}
.cart-collaterals .cross-sells .slick-slider .pro_title_price_block{
padding: 0 10px;
}
.cart-collaterals .cross-sells .slick-slider .imagewrapper h2, .cart-collaterals .cross-sells .slick-slider .imagewrapper a span.price{
font-size: 12px;
}
.cart-collaterals .cross-sells .slick-slider .imagewrapper .onsale{
font-size: 10px;
}
.cart-collaterals .cross-sells .slick-slider li img{
margin-bottom: 0;
}
.wp-block-spacer {
float: left;
width: 100%;
}

/* Breadcrumbs */
.page .storefront-breadcrumb{
display: none;
}
.page.page-child .storefront-breadcrumb{
display: block;
margin-bottom: 15px;
}
.page-child h1.entry-title {
display: none;
}
/* .page-child .woocommerce-breadcrumb {
font-size: 22px;
} */
.page-child .woocommerce-breadcrumb a {
text-decoration: none;
}
.page.page-child .site-content {
margin-top: 0;
}
.page  .site-content{
/*margin-top: 50px;*/
}
.home.page  .site-content, .page-id-283.page  .site-content{
margin-top: 0;
}
.storefront-sorting {
float: left;
width: 100%;
text-align: right;
margin-bottom: 20px !important;
}
.hentry.type-page .entry-header h1, .hentry.type-page .entry-content h1, .hentry.type-page .entry-content h2, .page-id-4353 .entry-content h1, .page-id-4353 .entry-content h2{
/* letter-spacing: .5px; */
text-transform: uppercase;
font-size: 22px;
/* letter-spacing: .5px; */
}
.entry-content {
min-height: 40vh;
}
.entry-content p{
font-size: 13px;
color: #000;
margin-bottom: 10px;
letter-spacing: .5px;
}
.entry-content table, .entry-content tr, .entry-content td, .entry-content p span, .entry-content p strong, .entry-content ul, .entry-content li{
    font-size: 13px;
}
.entry-content p a{
color: #000;
text-decoration: underline;
}

.hentry .entry-content a {text-decoration: none!important;}
.storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.current {
background-color: #000000;
color: #ffffff;
}

.site-header-cart .widget_shopping_cart .cart_list{
height: 260px !important;
overflow: scroll;
}

.cat-section .wp-block-column img{
opacity: .8;
}
.span.woocommerce-Price-currencySymbol{
display: block;
}
footer .widget {
margin: 0 0 1em;
}
.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a{
color: #000 !important;
text-decoration: underline;
}
h2.yikes-custom-woo-tab-title {
display: none;
}
.material_section_row1.wp-block-media-text .wp-block-media-text__content, .material_section_row3.wp-block-media-text .wp-block-media-text__content{
padding-right: 0;
}
.material_section_row2.wp-block-media-text .wp-block-media-text__content, .material_section_row4.wp-block-media-text .wp-block-media-text__content{
padding-left: 0;
}
/* .material_section_row p img:nth-child(2){
padding-right: 0;
} */

.shipping_info_popup {
text-align: left;
display: block;
}
.shipping_info_popup h2 {
display: block;
font-size: 24px;
margin: 20px 0;
}
.shipping_info_p_row {
display: block;
margin-bottom: 20px;
}
.shipping_info_p_row p {
font-size: 13px;
}
.shipping_info_p_row p strong{
    font-family: "HelveticaNeueLTPro-Bd";
}
body div.wpgdprc-consent-bar{
font-size: 13px;
font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
}
.hentry .entry-header .posted-on, .hentry .entry-header .post-author{
font-size: 13px;
font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
}
.stock.in-stock{
text-align:right;
}
.shop_table.order_details .order_item td{
vertical-align: middle;
}
.page-id-116 .content-area, .page-id-4329 .content-area{
min-height: 40vh;
}
.stock.in-stock{
position: absolute;
right: 0;
top: 30px;
font-size:13px;
font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif !important;
}
div.product .summary{
position: relative;
}
.woocommerce-product-details__short-description{
margin-top: 25px;
}

.wp-block-media-text__content h2 {
display: inline-block;
clear: both;
width: 100%;
}
.material_slider_row{
margin-top: 50px;
width: 100%;
}

.material_slider_row,.material_slider_row h2, .material_slider_row h3 {
    margin: 0;
    font-size: 13px;
    color: #000;
    margin-bottom: 0px;
    line-height: 1.6em;
}
.material_slider_row h2, .material_slider_row h3 {
    /* display: inline-block; */
}
.material_slider_row h3{
    font-family: "HelveticaNeueLTPro-Roman";
}
.material_slider_row h2 a{
color: #000;
text-decoration: none !important;
}
.blocks-gallery-item{
margin: 0 0.1em !important; /*Feb11, 2020 : clients wnated spacing between images on the url http://braasico.nextmp.net/about/care-instructions/, first 3 images. If changing, double check with Client. */
}
.wp-block-gallery button.slick-arrow{
background: #fff;
padding: 0;
right: 20px;
width: 40px;
height: 40px;
border-radius: 100%;
line-height: 40px;
opacity: .8;
}
.wp-block-gallery .slick-arrow:hover{
opacity: 1;
}
.wp-block-gallery button.slick-prev.slick-arrow{
left: 20px;
}
.wp-block-gallery button.slick-next.slick-arrow{
right: 20px;
}
.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header{
 padding: 2.5em 0px 4em;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
text-align: center;
font-size: 16px;
text-transform: uppercase;
line-height: 14px;
}
ul.order_details{
margin: 2.5em 0;
}
section.woocommerce-customer-details {
margin-top: 40px;
display: block;
width: 100%;
}
.page-id-6135 .entry-header h1, .page-id-6140 .entry-header h1, .page-id-6146 .entry-header h1, .page-id-6127 .entry-header h1, .page-id-6150 .entry-header h1, .page-id-6131 .entry-header h1, .post-6144 .entry-header h1, .post-6133 .entry-header h1{
margin: 0;
padding: 2em 0;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{
color: #000;
}
.page-id-6681 .entry-content p, .page-id-6140 .entry-content p, .page-id-6146 .entry-content p,  .page-id-6127 .entry-content p, .page-id-6150 .entry-content p, .page-id-6131 .entry-content p, .post-6144 .entry-content p, .post-6133 .entry-content p, .page-id-6693 .entry-content p{
margin-bottom: 15px;
}


/* Responsive CSS */

@media (max-width: 1480px){
footer .widget .widget-title, footer .widget .widgettitle{
    font-size: 15px;
}
.main-navigation ul.menu ul.sub-menu li a{
    font-size:15px;
    line-height: 16px;
    margin-bottom: 10px;
}
}

@media (min-width: 768px){
.storefront-primary-navigation > .col-full{
    position: relative;
}
.col-full{
    max-width: 90em;
}
.woocommerce-active .site-header .main-navigation{
    width: 100%;
    text-align: center;
}
.menu_right_icons {
    position: absolute;
    top: 0;
    right: 54px;
    /* width: 150px; */
}
.menu_right_icons .cart-contents{
    padding-top: 0px;
    padding-bottom: 0px;
}
body .menu_right_icons .site-header-cart.menu {
    width: auto;
    height: auto;
    padding-left: 30px;
}
.menu_right_icons .site-header-cart.menu:hover > li + li{
    width: 300px;
    position: absolute;
    right: 0;
    top: 0px;
    padding-top: 45px;
}
.woocommerce-active .site-header .site-branding{
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.woocommerce-active .site-header .site-branding a{
    display: inline-block;
}
.site-header .site-branding img{
    margin: auto;
}
.site-header{
    padding-top: 1em;
}
.site-header-cart .widget_shopping_cart{
    display: none;
}
/* .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a{
    padding: 0em 1em;

} */
.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignfull, .storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignfull, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide{
    padding-left: 0;
    padding-right: 0;
}
.site-footer{
    padding: 0em 0 1em;
}
.storefront-breadcrumb{
    padding: .5em 0 0;
    margin: 0 0 2em;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{
    width: 10%;
    margin-right: 0;
    padding: 2px;
    margin-bottom: 0;
    height: auto;
}
.material_section_row2 p, .material_section_row3 p, .material_section_row4 p{
    min-height: 250px;
}
.summary.entry-summary form.cart {
    margin-top: 2em !important;
    float: left;
    width: 100%;
}
.storefront-sorting {
    margin-bottom: 0;
}
.main-navigation ul.menu ul li a,
.main-navigation ul.nav-menu ul li a{
    padding: 0px 0px 0px 15px;
    font-size: 14px;
    line-height: 23px;
    color: #000 !important;
}
.main-navigation ul.menu ul.sub-menu{
    background: rgba(255, 255, 255);
    padding: 15px 10px;
}
.main-navigation ul.menu ul.sub-menu li{
    /* opacity: 0.7; */
    margin-bottom: 5px;
}
.cat-section-mobile{
    display: none;
}
.mobile-slider{
    display: none;
}
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap {
    display: none;
}
.hentry .entry-content .cat-section .wp-block-image.m_backpacks figcaption br{
    display: none;
}
.footer-widgets {
    padding-top: 3em;
}
}
@supports (-ms-ime-align:auto) {
.home-video video{
    height: 801px;
}
}


@media (max-width: 1580px){
.material_section_row p img{
    margin-top: 0.7em;
}
.woocommerce-breadcrumb{
    font-size:12px;
}
.single-product .product .title-wrap h1, .single-product div.product p.price{
    font-size: 32px !important;
}
.col-full {
    max-width: 75em;
}
}
@media (max-width: 1280px){
.woocommerce-active .site-header .main-navigation{
    text-align: left;
}
ul.nav-menu li a{
    font-size: 15px;
}
.main-navigation ul.menu ul.sub-menu li a{
    font-size: 12px;
    margin-bottom: 5px;
}
}
@media (max-width: 1024px){
ul.nav-menu li a, .site-language, .cart-icon{
    font-size:14px;
}
/* .site-content .col-full{
    margin: 0;
} */
.sb_blocks_left .sb_blocks_dis {
    padding: 0 5em;
}
.all-products{
    padding: 0 5em;
}
.cat-section{
    float: left;
}
.hentry .entry-content .cat-section .wp-block-image figcaption{
    font-size: 1.5em;
}
.site-header .site-branding img{
    max-width: 140px;
}
.f_social_icons a{
    margin-right: 8px;
}
.menu_right_icons{
    margin-top: 0;
    right: 0;
}
header .cart-icon svg{
    margin-top: -12px;
}
header .cart-icon a{
    font-size: 0.8em;
    line-height: 20px;
}

.material_section_row h2{
    font-size: 2em;
}
.material_section_row p{
    font-size: .8em;
    line-height: 20px;
}
.material_section_row h3{
    font-size: 1.2em;
}
.site-content .col-full {
    margin: 0 2em 2em;
}
.single-product div.product .summary .coupon button{
    font-size: 14px;
}
.single-product .cross-sells .products{
    width: 92%;
    margin-left: 4%;
}
.menu_right_icons .site-language{
    margin-top: 0px;
}
.site-header-cart .cart-contents .count{
    font-size: 14px;
    width: auto;
}
.woocommerce-active .site-header .main-navigation{
    text-align: left;
}
.menu_right_icons .cart-contents:before{
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-top: 3px;
    background-size: cover;
}
body .cat-section .wp-block-column {
    flex-basis: calc(49% - 0px);
}
#text_icl-3 .modal-content, #text_icl-4 .modal-content{
    max-width: 1070px !important;
    width: 90% !important;
}
/* .sb_blocks_right .sb_col + .sb_col .sb_blocks_dis {
    margin-top: 0;
} */
.entry-content .sb_blocks_dis p{
    font-size: 13px;
    line-height: 18px;
}
.material_section_row2 p, .material_section_row3 p, .material_section_row4 p{
    min-height: 100%;
}
.blog-post-title h1 a{
    font-size: 24px;
}
.woocommerce .products .product .imagewrapper h2, .woocommerce .products .product .imagewrapper a span.price, .woocommerce .products .product .imagewrapper a span.price span{
    font-size: 16px;
}
.sb_blocks_p:first-child {
    margin-bottom: 34px;
}
.woobt-products ul li{
    height: auto !important;
}
}
@media (max-width: 920px){
ul.nav-menu li a, .site-language, .cart-icon, .main-navigation ul.menu ul li a{
    font-size: 12px;
}
.main-navigation ul.nav-menu ul li a, .main-navigation ul.menu ul.sub-menu li a{
    font-size: 10px;
}
}

@media (max-width: 820px){

.site-header {
    padding-bottom: .3em;
}
.site-header .site-branding{
    margin-bottom: 0.5em;
}
body .cat-section .wp-block-column{
    padding-right: 0 !important;
    flex-basis: calc(32% - 0px);
}
.hentry .entry-content .cat-section .wp-block-image figcaption {
    font-size: 24px;
}
.sb_blocks{
    margin: 20px 0;
}
.sb_blocks_dis h2{
    margin-bottom: 0;
    font-size: 1.5em;
}
.sb_blocks_dis p{
    font-size: .7em;
    line-height: 18px;
}
footer .widget_nav_menu ul li{
    font-size: 11px;
}
footer .widget .widget-title, footer .widget .widgettitle{
    font-size: 12px;
}
.f_social_icons a{
    margin-bottom: 10px;
}
.f_social_icons ul{
    font-size: 14px;
}
.home-video{
    height: 280px !important;
}
header .cart-icon a{
    margin-top: -2px;
}
header .cart-icon svg{
    margin-top: -15px;
}
header .cart-icon{
    font-size: .8em;
}
footer .footer-widgets.col-4 .block {
    float: left;
    width: 50%;
    min-height: 170px;
    margin-right: 0;
}
footer .footer-widgets.col-4 .block .widget{
    margin-bottom: 0;
}
.site-footer{
    padding: 1em 0 1em;
}
body.home .cat-section .wp-block-column{
    flex-basis: calc(32% - 0px);
}
body .cat-section .wp-block-column {
    flex-basis: calc(49% - 0px);
}
}
@media (max-width: 767px){
.handheld-navigation, .handheld-navigation ul.menu .sub-menu{
    -webkit-transition: all .1s linear 0s;
    transition: all .1s linear 0s;
}

.home-video{
    display: none;
}
.mobile-slider .home-video{
    display: block;
}
.mobile-slider {
    float: left;
    width: 100%;
}
.mobile-slider ul .slick-arrow{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
}
.mobile-slider ul {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
    width: 100%;
    position: relative;
    height: 100%;
}
.mobile-slider button.slick-arrow:before{
    color: #fff;
}
.mobile-slider ul .slick-prev{
    left: 20px;
}
.mobile-slider ul .slick-next{
    right: 20px;
}
.mobile-slider ul li {
    float: left;
    list-style: none;
}
.home-video, .mobile-slider{
    height: 300px !important;
    overflow: hidden;
}
.mobile-slider{
    margin-bottom: 2%;
}
.mobile-slider img{
    width: 100%;
    height: 100%;
}
.site-header .site-branding img {
    max-width: 120px;
}
.storefront-primary-navigation {
    float: none;
    width: 100%;
    position: absolute;
    top: 32%;
}
.site-content .col-full {
    margin: 0;
}
.storefront-handheld-footer-bar{
    display: none;
}
.site-header{
    padding-top: 10px;
}
.site-language{
    font-size: 1em;
    margin-top: 10px;
    margin-right: 20px;
}
header .cart-icon{
    display: none;
}
header .col-full{
    float: left;
    width: 100%;
    margin: 0;
    padding:0px;
    text-align: center;
}
header .col-full .site-branding{
    float: none;
    width: auto;
    margin: auto;
    display: inline-block;
    position: relative;
    z-index: 9;
}
header .col-full .site-branding .custom-logo-link{
    display: inline-block;
    margin-bottom: 0;
}
header #site-navigation{
    float: left;
    position: relative;
    width: 100%;
}
header #site-navigation button.menu-toggle{
    float: left;
    border: 0;
    padding: 0;
    font-size: 0;
    margin-top: 0;
    margin-left: 20px;
    top: 5px;
}
header #site-navigation button.menu-toggle::before{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin-top: 0;
}
header #site-navigation button.menu-toggle span::before {
    margin-top: 0;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
header #site-navigation button.menu-toggle::after {
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
    margin-top: 0;
}
.menu_right_icons .cart-contents:before{
    background-size: auto;
    background-position: 0px 2px;
}

header #site-navigation button.menu-toggle::before, header #site-navigation button.menu-toggle::after, header #site-navigation button.menu-toggle span::before{
    width: 30px;
    height: 3px;
}
header #site-navigation.toggled button.menu-toggle::before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}
header #site-navigation.toggled button.menu-toggle::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
}
.site-header-cart .cart-contents .count {
    width: auto !important;
    font-size: 16px;
    line-height: 38px;
    margin-right: 8px;
}
header #site-navigation .handheld-navigation {
    position: absolute;
    left: 0;
    width: 100%;
    top: 64px;
    background: #f9f9f9;
}
header #site-navigation .handheld-navigation ul li a{
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
    font-family: "HelveticaNeueLTPro-Bd" !important;
    text-transform: uppercase;
}
header #site-navigation .handheld-navigation ul li a span{
    font-family: "HelveticaNeueLTPro-Bd" !important;
}
header #site-navigation .handheld-navigation ul li .sub-menu a{
    font-size: 13px;
    text-transform: uppercase;
}
header #site-navigation .handheld-navigation ul li:last-child a{
    border-bottom: 0;
}

.menu_right_icons .site-language {
    margin: 0;
    display: none;
}
.menu_right_icons .cart-contents:before{
    width: 24px;
    height: 29px;
    margin-top: 0;
}
.menu_right_icons .site-header-cart.menu {
    width: auto !important;
    float: right;
    margin-right: 20px;
}
.main-navigation ul li a {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #000;
}
.main-navigation div.menu{
    position: absolute;
    background: #fff;
    min-width: 250px;
    right: 0px;
    top: 50px;
    border-radius: 0 0 5px 5px;
}
header .site-header-cart .cart-contents{
    display: block;
}
.sb_blocks_p:last-child .sb_blocks_dis{
    top: 60%;
}
.sb_blocks, .h-products{
    display: none;
}
.hentry .entry-content .cat-section .wp-block-image figcaption {
    font-size: 24px;
}
body .cat-section.cat-section-mobile2 .wp-block-column{
    flex-basis: calc(100% - 0px);
    margin-right: 0 !important;
}
.footer-widget-4 #text-3 {
    margin-bottom: 0;
}
footer .footer-widgets .block {
    float: left;
    width: 50%;
    min-height: 160px;
}
.block.footer-widget-3 {
    padding-left: 40px;
}
footer .footer-widgets.col-4 .block.footer-widget-1, footer .footer-widgets.col-4 .block.footer-widget-2, .f_social_icons ul{
    display: none;
}
footer .footer-widgets.col-4 .block{
    min-height: auto;
}
footer .footer-widgets .widget {
    margin: 0;
}
footer .footer-widgets.col-4 .block{
    float: right;
}
.site-footer .col-full {
    margin: 0 2em;
}
.site-footer {
    padding: 2em 0 1em;
}
.single-product .cross-sells ul li.product, .single-product .related.products ul li.product{
    float: left;
}
.single-product .cross-sells .slick-arrow.slick-prev{
    left: -10px;
}
.single-product .cross-sells .slick-arrow.slick-next {
    right: -12px;
}
.related.products button.slick-prev.slick-arrow {
    left: 5px;
}
.related.products button.slick-next.slick-arrow {
    right: 5px;
}
.blog-post-featured-img, .blog-post{
    width: 100%;
}
.blog-post-featured-img ul button.slick-prev.slick-arrow {
    left: 20px;
}
.blog-post-featured-img ul button.slick-prev.slick-arrow {
    left: 20px;
}
.blog-post-featured-img ul button.slick-next.slick-arrow {
    right: 20px;
}
body .metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a, .metaslider.ms-theme-outline a.rslides_nav, .metaslider.ms-theme-outline div.nivoSlider div.nivo-directionNav a, .metaslider.ms-theme-outline .coin-slider .coin-slider div a{
    width: 40px;
    height: 40px;
}
body .metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a::before, .metaslider.ms-theme-outline a.rslides_nav::before, .metaslider.ms-theme-outline div.nivoSlider div.nivo-directionNav a::before, .metaslider.ms-theme-outline .coin-slider .coin-slider div a::before{
    margin-left: -8px;
    margin-top: -11px;
    width: 16px;
    height: 22px;
}
.home .site-main{
    padding:0px;
}
.site-main{
    padding: 0 20px;
}
.hentry.type-page .entry-header h1{
    font-size: 24px;
}
.single-product div.product .sideimgwrapper .woocommerce-tabs{
    width: 100%;
	margin-bottom: 0;
}
.woocommerce .products .product{
    width: 50%;
    float: left;
    padding-right:10px;
}
.woocommerce .products .product:nth-child(2n+2){
    padding-left: 10px;
    padding-right: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
    display: none;
}
table.cart .product-thumbnail img{
    float: left;
}
.page .hentry.type-page .entry-header h1{
    letter-spacing: .5px;
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    margin-bottom: 15px;
    padding-right: 20px;
}
.page .hentry.type-page .entry-header h1::after {
    content: 'X';
    position: absolute;
    right: 0;
    top:0;
}
.page-child h1.entry-title {
    display: block;
}
.page.page-child .storefront-breadcrumb {
    margin-bottom: 0;
}
.metaslider.ms-theme-outline .flexslider{
    position: relative;
}
table.cart td.actions .coupon, table.cart td.actions button[name="update_cart"]{
    width: 100%;
}
table.cart td.actions input#coupon_code{
    margin: auto;
}
body .metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap {
    background: none !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    font-size: 3em;
    color: #fff;
    font-style: normal;
    line-height: 1.4em;
    -webkit-transition: all .5s;
    transition: all .5s;
      
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    opacity: 1;
    height: 0;
}
body .metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption{
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 0;
}
body .metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
body .cat-section .wp-block-column p{
    display: none;
}
.cat-section .wp-block-image {
    margin-bottom: 0 !important;
}
body .metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a, body .metaslider.ms-theme-outline a.rslides_nav, body .metaslider.ms-theme-outline div.nivoSlider div.nivo-directionNav a, body .metaslider.ms-theme-outline .coin-slider .coin-slider div a{
    margin-top: 0 !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    opacity: 1;
}
body .cat-section .wp-block-column{
    flex-basis: calc(49% - 0px);
}
.hentry .entry-content .cat-section .wp-block-image.m_backpacks figcaption a:last-child {
    display: block;
    /* background: rgb(255, 255, 255);
    color: #000;
    padding: 10px 10px;
    width: calc(100% - 30%);
    margin: auto; */
}
#text_icl-3 #myModal, #text_icl-4 #myModal{
    overflow: scroll;
}
#text_icl-3 .modal-content, #text_icl-4 .modal-content{
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-bottom: 20px;
    top: 5%;
}
body div.wpgdprc p{
    font-size: 10px !important;
    line-height: 14px;
}
body div.wpgdprc-consent-bar .wpgdprc-consent-bar__button, body div.wpgdprc a{
    font-size: 12px;
}

.single-product .product .title-wrap h1, .single-product div.product p.price {
    font-size: 24px !important;
    margin-bottom: 0px !important;
}
.woobt-products ul li{
    height: auto !important;
}
div.swatchinput{
    padding-left: 5px;
    padding-right: 0;
}
footer .footer-widgets.col-4 .block.footer-widget-3{
    padding-left: 15px;
}
}
@media (max-width: 520px){
.sb_blocks {
    margin: 1em 0;
}
.sb_blocks_left .sb_blocks_dis {
    padding: 1em;
}
.sb_blocks_left{
    width: 100%;
}
.sb_blocks_right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
}
.sb_blocks_p:first-child {
    margin-bottom: 20px;
}
body.home .cat-section .wp-block-column, body .cat-section .wp-block-column {
    margin: 0 15px 15px !important;
    flex-basis: calc(100% - 0px);
}
.alignfull.home-video{
    height: 260px !important;
}
.site-info{
    font-size: 13px;
    margin-bottom: 20px;
}

.storefront-primary-navigation{
    float: right;
}
.site-footer .col-full {
    margin: 0 1em;
}
footer .footer-widgets .block {
    width: 50%;
    min-height: auto !important;
    margin-bottom: 0px;
}
footer .footer-widgets .block
.f_social_icons a img {
    height: 18px;
}
footer .footer-widgets.col-4 .block.footer-widget-3 a:last-child{
    margin-right: 0;
}
body .cat-section .wp-block-column:last-child {
    margin-right: 15px !important;
}
.all-products {
    padding: 0 4%;
}
.hentry .entry-content .cat-section .wp-block-image figcaption {
    font-size: 18px;
}
.material_section_row.wp-block-media-text{
    display: block;
}
.material_section_row.wp-block-media-text .wp-block-media-text__content{
    padding: 0%;
    margin-top: 20px;
}
.cat-section .wp-block-image{
    height: 180px;
    overflow: hidden;
}
footer .widget .widget-title, footer .widget .widgettitle {
    font-size: 11px;
    letter-spacing: 0;
}
.copy-footer{
    font-size: 12px;
}
.mobile-slider {
    height: 210px !important;
    overflow: hidden;
    margin-bottom: 15px;
}
.mobile-slider .home-video {
    height: 233px !important;
}
.mobile-slider img{
    height: 100%;
    width: 100%;
}
.wp-block-spacer{
    height: 20px !important;
}
body .cat-section.cat-section-mobile2 .wp-block-column img{
    height: 100%;
    width: 100%;
}
.page .hentry.type-page .entry-header h1{
    font-size: 18px;
}
}
@media (max-width: 360px){
.storefront-primary-navigation .col-full{
    margin-left: 0;
}
.storefront-primary-navigation{
    margin-top: 5px;
}
footer .footer-widgets.col-4 .block{
    width: 100%;
}
footer .footer-widgets.col-4 .block.footer-widget-3 {
    padding-left: 0px;
}
.page .hentry.type-page .entry-header h1{
    font-size: 18px;
}
.single-product div.product .summary .coupon button, .summary .cart .single_add_to_cart_button, .shipping-info a{
    font-size: 12px;
    line-height: 36px;
    letter-spacing: 0;
}
.hentry .entry-content .cat-section .wp-block-image figcaption {
    font-size: 16px;
}
div.swatchinput{
    padding-left: 5px;
    padding-right: 0;
}
.copy-footer{
    font-size: 11px;
}
.copy-footer .my-custom-switcher a{
    margin-left: 10px;
}
}

/* -- BRS-June-103 Design -- */
/* body.home .cat-section .wp-block-column {
margin-right: 20px !important;
} */
body .cat-section .wp-block-column {
margin-right: 20px !important;
margin-bottom: 0 !important;
}
body.page-id-1007 .cat-section .wp-block-column .wp-block-image, body.page-id-1007 .hentry{
margin: 0em;
}
.hentry {margin:0em;}
.menu_right_icons .site-header-cart.menu {
padding-left: 20px;
}
/* .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
padding: 0em 0.7em;
} */
.main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.nav-menu > li.menu-item-has-children > a::after, .main-navigation ul.nav-menu > li.page_item_has_children > a::after {
margin-left: 0.4em;
}
.site-header {
border-bottom: 0;
	padding-bottom:10px;
}
.woocommerce div.product .sideimgwrapper .woocommerce-tabs ul.tabs li a {
line-height: 1.5;
padding-bottom: 5px;
padding-top:0;
font-family: "HelveticaNeueLTPro-Bd";
}
.site-language a:hover {
color: #000;
}
.related.products > h2 {
font-size: 24px;
}
body.english .site-language a:first-child {
color: #000;
}
body.czech .site-language a:last-child {
color: #000;
}
.site-language a:first-child::after {
margin-left: 2px;
}
/*@media (min-width: 768px) {
body.home .cat-section .wp-block-column {
    margin-right: 20px !important;
}
}*/
@media (max-width: 520px) {
body .cat-section .wp-block-column, body .cat-section .wp-block-column:last-child {
    /* margin-left: 0 !important;
    margin-right: 0 !important; */
    margin-bottom: 15px !important;
}
.metaslider{
    margin-top:0px;
}
}

@media (min-width: 769px){
ul#menu-main-menu{
    margin-left: 0px;
    text-align:center;
}
}
@media (max-width: 1120px){
ul#menu-main-menu{
    padding-right:10%;
}
}
@media (max-width: 1080px){
ul#menu-main-menu{
    padding-right:15%;
}
}
@media (max-width: 1024px){
ul#menu-main-menu{
    text-align:left;
    padding-right:0;
}
}
@media (min-width: 768px){
.main-navigation ul.menu ul.sub-menu{
    background: rgba(255, 255, 255, 0.7) !important;
}
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    padding: 0em 0.6em;
}
}

@media  (min-width: 768px) and (max-width: 795px){
/* .sb_blocks_right .sb_col + .sb_col .sb_blocks_dis{
    margin-top: 40px;
} */
body.home .cat-section .wp-block-column{
    margin-right: 14px !important;
}
body.home .cat-section .wp-block-column + .wp-block-column + .wp-block-column{
    margin-right: 0px !important;
}
}


.widget_text_icl{
margin: 0;
}

.site-language{
position: relative;
z-index: 9;
}

/* -- BRS-Sep-118 Braasi Breadcrumb for About -- */

@media (max-width: 768px) {
.storefront-breadcrumb > .col-full {
    margin: 0 2em;
}
}

@media (max-width: 767px) {
.storefront-breadcrumb > .col-full {
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
}
.blog-post .firstdiv{
    padding:0;
    margin-top: 20px;
}
}
@media (max-width: 520px) {
body.page-id-1007 .cat-section .wp-block-column{
    margin: 0px 0 20px !important;
}
.site-footer {
    padding: 1em 0 1em;
}
.woocommerce .products .product .imagewrapper h2, .woocommerce .products .product .imagewrapper a span.price, .woocommerce .products .product .imagewrapper a span.price span{
    font-size: 14px;
}

.blog-post-title h1 a{
    font-size: 24px;
}
}
@media (max-width: 340px) {
table.cart td.actions input#coupon_code{
    width: 100%;
}
table.cart td.actions .coupon button.button{
    width: 100%;
    margin-top: 5px;
}
}
@media only screen and (max-width: 1024px) , screen and (max-height: 900px) {
.product-template-default .widget div#myModal{
    overflow: scroll;
}
.product-template-default .widget .modal-content{
    top: 8%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-bottom: 30px;
}
}
.product-template-default .widget .modal-content{
height: 80vh;
overflow: scroll;
}

/* BRS-Sep-122 Text References  */
.fancybox-container .accessories-modal-right{
position: relative;
padding: 30px 0 0 20px;
}
.fancybox-container .woobt-title-heading {
float: left;
width: 80%;
text-align: left;
font-size: 24px !important;
color: #000 !important;
margin: 0 !important;
line-height: 24px;
}
.fancybox-container .woobt-price {
margin-bottom: 10px;
margin-top: 0px;
float: right;
width: auto;
text-align: right;
font-size: 24px !important;
color: #000 !important;
margin: 0 !important;
}
.woobt-price-ori {
line-height: 24px;
}
.woobt-products ul li {
padding: 10px;
text-align: center;
box-shadow: none !important;
background: #fbfbfb;
margin: 0 2px;
border: 1px solid rgba(0,0,0,0);
}
.woobt-products ul li:hover{
border: 1px solid rgba(0,0,0,0.2);
}
/* .woobt-products ul li:hover::after{
content: '+';
position: absolute;
top: 0;
right: 7px;
font-size: 24px;
color: #333;
z-index: 1000;
cursor: pointer;
} */
.woobt-quantity input[type=number]{
box-shadow: none;
text-align: center;
}
.woobt-quantity input[type=number]::-webkit-inner-spin-button, .woobt-quantity input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.fancybox-container .stock{
position: absolute;
margin-bottom: 0;
top: 54px;
width: 100%;
}
.popup-container{
cursor: pointer;
}
.woobt-title-heading{
font-size: 13px;
line-height: 16px;
}
/* p.stock.available-on-backorder{
position: absolute;
right: 0;
top: 30px;
margin-bottom: 0;
} */
.fancybox-container .woobt-description {
text-align: left;
font-size: 13px;
color: #333;
float: left;
width: 100%;
margin-top: 30px;
margin-bottom: 20px;
}
.fancybox-container .fancybox-content{
max-width: 1160px;
padding: 30px 40px;
width: 1060px;
}
.fancybox-container input.woobt-checkbox{
display: none;
}
.woobt-products ul li input.woobt-checkbox{
background: url(assets/images/icon-plus.png);
background-size: cover;
}
.woobt-products ul li:hover input.woobt-checkbox{
border: none !important;
outline: none !important;
content: "-";
background-color: transparent;
transform: scale(1);
opacity: 1;
background-size: cover;
}

/* For Wide screen Responsive CSS */
body .site-language a {
    position: relative;
    float: left;
    font-size: 1.3rem;
}
@media only screen and (min-width: 1600px){
header, .storefront-breadcrumb, #content {
    width: 100%;
    margin: auto;
    max-width: 1600px;
}
#movie, .cat-section, .metaslider, .wp-block-image.alignfull {
    margin: 0 -5em !important;
    padding: 0;
}
body .cat-section .wp-block-column:last-child {
    margin-right: 0 !important;
}
.main-navigation ul.menu ul.sub-menu li a{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
.alignwide{
    margin-left: -5em !important;
    margin-right: -5em !important;
}
/* .storefront-breadcrumb .col-full {
    margin: 0;
    padding: 0;
} */
}
@media only screen and (min-width: 1160px){
.product_list_widget li{
    padding-left: 30px !important;
}
.widget_shopping_cart .product_list_widget li a.remove{
    margin-left: -22px;
}
}
@media only screen and (max-width: 1440px){
.fancybox-container .fancybox-content{
    width: 100%;
}
.sb_blocks_p:first-child {
    margin-bottom: 21px;
}
}
@media only screen and (max-width: 1024px){
.home .site-content .col-full {
    margin: 0;
}
.fancybox-container .woobt-title-heading{
    width: 60%;
}
.page-id-1007 .site-content .col-full{
    margin: 0 2em 1.5em;
}
.sb_blocks_right{
    padding-left: 14px;
}
.sb_blocks_p:first-child {
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 767px){
.fancybox-container .accessories-modal-left{
    text-align: center;
}
.fancybox-container .accessories-modal-left, .fancybox-container .accessories-modal-right{
    width:100% !important;
}
}
@media only screen and (max-width: 568px){
.fancybox-container .woobt-title-heading, .fancybox-container .woobt-price{
    font-size: 20px !important;
}
.woobt-title-heading{
    font-size: 11px;
    line-height: 14px;
}
.page-id-116 .entry-content .woocommerce{
    min-height: 37vh;
}
.fancybox-container .fancybox-content .woobt-quantity{
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.fancybox-container .fancybox-content .woobt-quantity input.woobt-qty{
    min-width: 80px;
}
.fancybox-container .fancybox-content .woobt-button, .fancybox-container .fancybox-content .woobt-button button{
    width: 100%;
}
}


/* -- BRS-Nov-125 New Client Changes and BRS-Nov-124 Responsive Testing -- */

.woobt_products.woobt-products.woobt-table li .woobt-description {
display: none;
}
.single-product div.product .woocommerce-product-gallery {
z-index: 1;
}
.fancybox-container .woobt-price {
display: block;
width: 100%;
text-align: left;
padding: 5px 0 0 0;
font-size: 22px !important;
}
.fancybox-container .woobt-title-heading {
width: 100%;
}
.fancybox-container .stock {
top: 60px;
}
.fancybox-container .woobt-description {
margin: 15px 0;
}
.shipping-calculator-form .form-row {
margin: 0 0 15px 0;
}
.form-row .select2-selection {
border: 1px solid #000;
background-color: #fff;
border-radius: 0;
padding: 0.6180469716em;
box-sizing: border-box;
margin: 0;
height: auto;
text-align: left;
}
.select2-search--dropdown .select2-search__field {
height: auto;
}
.shipping-calculator-form .form-row input[type='text'] {
border-radius: 0;
}
.main-navigation ul li.wpml-ls-item {
display: none;
}
#payment .place-order .button {
padding: 10px;
margin: 20px 0 0 0;
}
.woocommerce-checkout-payment .wpgdprc-checkbox {
margin: 10px 0 0 0;
clear: both;
width: 100%;
}
.woocommerce-checkout p.form-row {
margin: 10px 0 15px 0;
}
.woocommerce-checkout p.form-row input{
margin-right:5px;
}

@media only screen and (min-width: 768px) and (max-width: 812px) {
.fancybox-container .fancybox-content {
    padding: 30px;
}
.fancybox-container .woobt-title-heading, .fancybox-container .woobt-price {
    text-align: center;
}
.fancybox-container .stock.in-stock {
    position: static;
    text-align: center;
    margin: 0 0 15px 0;
    clear: both;
}
}

@media only screen and (max-width: 1024px) {
.woocommerce .related.products .imagewrapper {
    display: none;
}
body .stock.in-stock {
    position: static;
    margin: 0 0 10px 0;
    clear: both;
}
/* .title-wrap .price {
    width: 100%;
    text-align: left;
} */
.storefront-full-width-content.woocommerce-checkout .entry-header{
    padding: 0 0 1em;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
height: 300px;
}
}

@media only screen and (max-width: 812px) {
body p.stock.available-on-backorder {
    position: static;
    text-align: center;
    margin: 0 0 15px 0;
    clear: both;
}
h2.woocommerce-order-details__title{
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
height: 235px;
}
}

@media only screen and (max-width: 767px) {
.sideimgwrapper .woocommerce-product-side-image {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: block;
    padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-track {
    margin: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    margin: 0;
}
.page-id-1007 .site-content .col-full {
    margin: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport iframe{
    height: 400px !important;
}
footer .footer-widgets.col-4 .block {
    width: 60%;
}
footer .footer-widgets.col-4 .block.footer-widget-3 {
    width: 40%;
}
.copy-footer {
    clear: both;
}
table.cart td.actions .coupon button.button {
    padding: 5px;
    line-height: 1;
    font-size: 14px;
      
    border-radius: 0;
    -webkit-appearance: none;
}
table.cart td.actions input#coupon_code {
    border-radius: 0;
    -webkit-appearance: none;
}
.main-navigation ul li.wpml-ls-item {
    display: block;
}
.woocommerce-checkout p.form-row {
margin: 20px 0 15px 0;
}
.woocommerce-checkout p.form-row .input-checkbox {
margin-right: 5px;
}
.woocommerce-info .showcoupon{
display: block;
}
}

@media only screen and (max-width: 480px) {
.fancybox-container .fancybox-content {
    padding: 30px;
}
.fancybox-container .woobt-title-heading, .fancybox-container .woobt-price {
    text-align: center;
}
.fancybox-container .stock.in-stock {
    position: static;
    text-align: center;
    margin: 0 0 15px 0;
    clear: both;
}
.woocommerce-checkout h3, .woocommerce-checkout h3 label {
    font-size: 22px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
height: 150px;
margin-bottom: 20px;
}
.woocommerce-product-gallery__wrapper iframe {
    height: 600px !important;
}
.summary .cart .single_add_to_cart_button, .shipping-info a{
    font-size: 12px;
}
}

@media only screen and (max-width: 360px) {
footer .footer-widgets.col-4 .block, footer .footer-widgets.col-4 .block.footer-widget-3 {
    width: 100%;
}
}

.cart_totals h2 {
text-transform: uppercase;
}
.woocommerce-Tabs-panel.entry-content{
    min-height: auto !important;
}
@media (max-width: 1600px){
.entry-content {
    min-height:80vh !important;
}
.woocommerce-Tabs-panel.entry-content{
    min-height: auto !important;
}
}

.single-product div.product .woocommerce-product-gallery img{
    margin: auto !important;
}
#post-998 .wp-block-gallery, #post-998 .wp-block-image{
text-align: center;
}
#post-998 .wp-block-gallery .blocks-gallery-item, #post-998 .wp-block-image .blocks-gallery-item{
width: auto !important;
max-width: 100%;
margin: auto !important;
margin-bottom: 20px !important;
}
@media only screen and (max-width: 568px) {
    .single-product div.product .woocommerce-product-gallery {
        height: 420px !important;
    }
    .single-product div.product .woocommerce-product-gallery .flex-viewport{
        height: 380px !important;
    }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{
        padding:0 3px;
    }
    .single-product div.product .woocommerce-product-gallery .flex-viewport iframe {
        min-height: 380px !important;
    }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:first-child img{
        top: 0;
    }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
        margin-top: 0;
    }
    .single-product div.product .woocommerce-product-gallery .flex-viewport figure .slick-list{
        float: left;
        width: 100%;
    height: 100%;
    }
}
@media only screen and (max-width: 480px) {
#post-998 .wp-block-media-text{
    display: block;
}
#post-998 .wp-block-media-text .wp-block-media-text__content{
    padding: 0;
    margin-top: 20px;
}
.single-product div.product .woocommerce-product-gallery img {
width: 300px !important;
}
}

/* Header search CSS */
.navbar-text {
float: left;
margin-right: 15px;
}
.navbar-text i {
    color: #000;
    font-size: 1rem;
    line-height: 20px;
    cursor: pointer;
}
.search-bar {
position: absolute;
top: 36px;
right: 0;
min-width: 380px;
background: #fff;
box-shadow: 0px 0px 1px rgb(0, 0, 0);
padding: 5px;
text-align: center;
border-radius: 0;
    display: none;

}
/*.search-bar::before {
content: '';
width: 0;
height: 0;
border: 4px solid transparent;
border-top: 4px solid #d6d6d6;
border-right: 4px solid #d6d6d6;
margin: 15px;
-webkit-transform: rotate(135deg);
transform: rotate(-45deg);
position: absolute;
top: -20px;
right: 120px;
}*/
.search-bar .search-field{
width: 70%;
float: left;
border: 0px solid #000;
height: 40px;
font-family: 'HelveticaNeueLTPro-Roman', Arial, sans-serif !important;
font-size: 15px;
}
.search-bar button {
float: right;
background: #000;
color: #fff;
width: 30%;
height: 40px;
line-height: 46px;
padding: 0;
font-family: 'HelveticaNeueLTPro-Roman', Arial, sans-serif !important;
text-transform: uppercase;
letter-spacing: 0;
}
@media (max-width: 1580px){
.search-bar::before{
        right: 36%;
}
}
@media (max-width: 1280px){
ul.nav-menu li a, .site-language, body .site-language a {
    font-size: 15px;
}
 .navbar-text i {
    font-size: 0.8rem;
    line-height: initial;
    vertical-align: top;
}
	.site-header{
		padding-bottom:10px;
	}
	.menu_right_icons{
		margin-top:4px;
	}
	.menu_right_icons .site-header-cart.menu {
		margin-top: -4px;
	}
}
@media (max-width: 1024px){
ul.nav-menu li a, .site-language, .site-header-cart .cart-contents .count {
    font-size: 14px;
}
}
@media (max-width: 920px){
.navbar-text{
    margin-top: 1px;
}
.navbar-text i {
    font-size: 12px;
}
.search-bar::before{
    right: 105px;
}
.menu_right_icons .site-header-cart.menu{
    padding-top: 0;
}
 ul.nav-menu li a, .site-language, .site-header-cart .cart-contents .count {
    font-size: 13px;
}
}
@media (max-width: 820px){
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a{
    padding: 0em 0.5em;
}
.search-bar{
    top: 30px;
}
.navbar-text{
    margin-right: 10px;
}
.menu_right_icons .site-header-cart.menu{
        padding-left: 10px;
}
ul.nav-menu li a, .site-language, .site-header-cart .cart-contents .count {
    font-size: 12px;
}
}
@media (max-width: 780px){
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a{
    padding: 0em 0.4em;
}
.search-bar::before{
    right: 95px;
}
}
@media (max-width: 767px){
.navbar-text {
    margin-right: 20px;
    float: right;
}
.search-bar {
	top: 70px;
	min-width: 90%;
	right: 20px;
}
.search-bar::before {
    right: 5px;
}
.navbar-text i {
    font-size: 18px;
    line-height: 22px;
}
.menu_right_icons .site-header-cart.menu {
    width: 30px !important;
    float: right;
    margin-right: 20px;
    margin-top: 0 !important;
}
ul.nav-menu li a, .site-language, .site-header-cart .cart-contents .count{
    font-size: 15px;
}
.site-header-cart .cart-contents .count{
    margin-right: 3px;
    line-height: 24px;
    float: left;
    width: 30px !important;
    text-align: right;
}
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a{
    padding: 1em;
}
}


.attribute-swatch .swatchinput label.wcvaswatchlabel, .attribute-swatch .swatchinput label.selectedswatch.wcvasquare{
width: 38px;
height: 38px;
line-height: 38px !important;
font-size: 12px;
border-radius: 100%;
padding: 0 !important;
}


.woocommerce .products .product .imagewrapper a{
border: 0;
margin-right: 0;
}
div.wcvaround{
margin-right: 0;
border-width: 1px;
}
@media (max-width: 1024px){
#powerTip{
    display: none !important;
}
.color-label{
    display: none !important;
}
.woocommerce .products .product .imagewrapper{
    position: relative;
    visibility: visible;
    opacity: 1;
    height: 60px;
}
.shopswatchinput {
    position: relative;
    bottom: 5px;
    left: 0;
    text-align: center;
}
.woocommerce .products .product{
        margin-bottom: 60px;
}
.woocommerce .products .product .imagewrapper h2, .woocommerce .products .product .imagewrapper a span.price, .woocommerce .products .product .imagewrapper a span.price span{
    font-size: 14px;
      
}
.pro_title_price_block{
    padding:0;
}
table.cart td.actions input#coupon_code{
    width: 100%;
    margin-bottom: 10px;
}
table.cart td.actions .coupon button.button{
    width: 100%;
}
table.cart td.actions button[name="update_cart"]{
    width: 40%;
}
}
@media (max-width: 767px){
    table.cart td.actions button[name="update_cart"]{
        width: 100%;
    }
}
@media (max-width: 580px){
.shopswatchinput{
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}
.wcvashopswatchlabel.wcva_shop_textblock.wcvaround {
    width: 18px;
    float: left;
    height: 18px;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    padding: 0;
}
.archive .imagewrapper h2.woocommerce-loop-product__title, .archive .imagewrapper .price{
    top: 0;
    transform: translate(0px, 0%);
}
.woocommerce .products .product .imagewrapper h2, .woocommerce .products .product .imagewrapper a span.price, .woocommerce .products .product .imagewrapper a span.price span{
    font-size: 13px;
    letter-spacing: 0.5px;
}
}

div.swatchinput{
vertical-align: top;
}

.page-template-default .woocommerce .products.columns-5 .product .imagewrapper h2, .page-template-default .woocommerce .products.columns-5 .product .imagewrapper a span.price{
font-size: 18px;
}




/*BRS-Mar20-30 BRAASI Stamp*/
.header-stamp_col {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
}
@media (max-width: 1560px){
.header-stamp_col {
    left: 2.617924em;
}
}
@media (max-width: 1024px){
.header-stamp_col {
    left:  2em;
}
}
@media (max-width: 767px){
.header-stamp_col {
    width: 60px;
    left: 4.5rem;
}
.storefront-full-width-content .woocommerce-tabs .panel{
    min-height: auto !important;
}
}
@media (max-width: 380px){
.header-stamp_col {
    width: 50px;
    left: 4.2rem;
}
}

@media (max-width: 340px){
.header-stamp_col {
    width: 40px;
    left: 3.5rem;
}
}



.h-products .wc-block-grid__product .wc-block-grid__product-title, .h-products .wc-block-grid__product .wc-block-grid__product-price.price{
position: absolute;
width: 100%;
top: 50%;
visibility: hidden;
opacity: 0;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
font-size: 24px;
text-transform: uppercase;
color: #000;
  
-webkit-transition: all .5s;
transition: all .5s;
font-family: "HelveticaNeueLTPro-Bd";
}
.h-products .wc-block-grid__product .wc-block-grid__product-image{
-webkit-transition: all .5s;
transition: all .5s;
}
.h-products .wc-block-grid__product:hover .wc-block-grid__product-image{
opacity: 0.5;
}
.h-products .wc-block-grid__product:hover .wc-block-grid__product-title, .h-products .wc-block-grid__product:hover .wc-block-grid__product-price.price{
visibility: visible;
opacity: 1;
}
.h-products .wc-block-grid__product .wc-block-grid__product-price.price{
top: 56%;
}
#payment .payment_methods li.payment_method_other_payment .payment_method_other_payment{
display: none !important;
}
@media (max-width: 1024px){
.h-products .wc-block-grid__product .wc-block-grid__product-price.price{
    top: 62%;
}
}



.entry-content .woocommerce-EditAccountForm p{
position: relative;
margin-bottom: 15px;
}
.entry-content .woocommerce-EditAccountForm p .password-input {
position: initial;
}
.entry-content .woocommerce-EditAccountForm p .password-input .show-password-input{
right: 10px;
top: 35px;
}

@media (max-width: 1024px){
.product-template-default .widget .modal-content{
    width: 90%;
}
.shipping_info_p_row .widget_black_studio_tinymce{
margin: 0;
}
}

.site {
overflow-x: initial;
}

.fancybox-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: 99999;
background: rgba(0, 0, 0, 0.3);
}
.fancybox-container .fancybox-inner .fancybox-infobar, .fancybox-container .fancybox-inner .fancybox-toolbar, .fancybox-container .fancybox-inner .fancybox-navigation, .fancybox-container .fancybox-inner .fancybox-caption{
display: none;
}
.fancybox-inner {
display: flex;
}
.fancybox-stage {
margin: auto;
background: #fff;
position: relative;
height: 90vh;
top: 5vh;
border-radius: 5px;
}
.fancybox-button.fancybox-close-small {
position: absolute;
top: 10px;
right: 10px;
background-repeat: no-repeat;
width: 30px;
height: 30px;
padding: 0;
background: none;
}
.fancybox-container .woobt-price{
position: absolute;
right: 0;
width: auto;
}
@media (max-width: 1024px){
.fancybox-stage {
    width: 90%;
}
}
@media (max-width: 1024px){
.fancybox-container .woobt-price{
    position: relative;
    right: auto;
    width: 100%;
}
.storefront-full-width-content .woocommerce-tabs .panel {
    margin-bottom: 20px;
    padding-bottom: 0;
	min-height: auto !important;
}
.single-product div.product .sideimgwrapper .woocommerce-tabs {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.related.products {
    margin-bottom: 0;
}
.single-product .product .title-wrap h1{
    max-width: 60%;
}
}

.menu_right_icons .site-header-cart.menu:hover > li + li{
    width: 235px;
}
.single-product div.product .content-wrapper {
min-height: 600px;
height:100%;
margin: 0;
position: relative;
padding-bottom:160px;
clear:both;
}
@media (max-width: 767px){
    .single-product .product .title-wrap .price{
        line-height: 22px;
    }
    .woocommerce .products .product:hover img {
        opacity:1 !important;
    }
    .woocommerce .products .product .imagewrapper a.wcvaswatchinput {
        box-shadow: 0px 0px 2px #656565;
    }
    .woocommerce .products .product .imagewrapper a.wcvaswatchinput div {
        margin-right: 0;
    }
    .sideimgwrapper{
        margin-top: 20px;
    }
    .woocommerce-tabs{
        padding: 1.3em 0 1em;
    }
    div#innervideo{
        margin-bottom: 1em;
    }
    .single-product div.product .content-wrapper{
        min-height: auto;
        height: 100%;
        padding-bottom: 0;
    }
    .woocommerce-product-details__short-description{
        margin-bottom: 30px;
    }
    .single-product div.product form.cart{
        position: relative;
        clear: both;
    }
    .site-main {
        min-height: 58vh;
    }
}
@media (max-width: 480px){
    .woocommerce div.product .woocommerce-tabs ul.tabs{
        padding:0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li{
        margin: 0 0.5em !important;
    }
    /* .single-product div.product .woocommerce-product-gallery .flex-viewport iframe {
        min-height: 400px !important;
        height: 100% !important;
    }
    .single-product div.product .woocommerce-product-gallery img {
        width: 400px !important;
    }
    .woocommerce-product-gallery__wrapper iframe {
        height: 400px !important;
    } */
    .site-header-cart .cart-contents .count{
        margin-right: 2px;
    }
    .single-product .product .title-wrap h1{
        max-width: 60%;
    }
}
ul.order_details li strong{
    font-size: 14.72px;
    font-size: 14.72px;
    margin-top:10px;
    font-weight:normal;
}
.single-product .product .title-wrap p.stock.onbackorder {
    color: #000000;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 13px;
    font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif !important;
    text-align: right;
}
.woocommerce-order p .bank_account{
    display: block;
    font-size: 14.72px;
    text-transform: none;
    margin-bottom: 5px;
    margin-top: 2px;
}

p.stock.on-demand {
    color: #000000;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 13px;
    font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif !important;
    text-align: right;
}
.stock.out-of-stock{
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 13px;
    font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif !important;
    text-align: right;
}
.page-id-4323 .wc-block-grid__products .wc-block-grid__product-image img, .page-id-1019 .wc-block-grid__products .wc-block-grid__product-image img{
    width: auto;
    height: 180px;
}
.page-id-4323 .wp-block-product-category, .page-id-1019 .wp-block-product-category{
    display: block;
    margin: 30px 0;
}
.sideimgwrapper iframe{
    height: 360px;
}
body .woocommerce-breadcrumb .breadcrumb-separator::after {
    opacity: 1;
    line-height: 8px !important;
}
.woocommerce-category-description .description{
    font-size: 16px;
    font-family: 'HelveticaNeueLTPro-Roman', Arial, sans-serif !important;
    margin:0;
    padding:0;
    letter-spacing: 0;
}
@media (max-width: 767px){
    .sideimgwrapper iframe{
        width: 100%;
    }
    body .woocommerce-breadcrumb .breadcrumb-separator::after {
        opacity: 1;
        line-height: 6px !important;
    }
    .site-header-cart .cart-contents .count {
        right: -6px;
        top: -11px;
        height: 20px;
        width: 20px !important;
        font-size: 12px;
        text-align: center;
    }
}

@media (min-width: 1160px){
    .single-product .related.products ul{
        height: 340px;
    }
    .single-product div.product form.cart{
        min-height:156px;
    }
    .woocommerce-active .site-header .site-branding{
        height:163px;
    }
    .storefront-primary-navigation{
        height:40px;
    }
    .woocommerce-product-gallery__image {
        height: 600px;
    }
    .site-header .site-branding img {
        height: 153px;
    }
}
@media (min-width: 768px){
    .storefront-breadcrumb{
        height: 32px;
    }
    .pin-btn{
        height:25px;
    }
    .main-navigation ul.menu, .main-navigation ul.nav-menu {
        text-align: center;
    }
    body .site-language span {
        float: left;
        padding: 0 5px;
    }
}

footer .mobile-only {
    display: none;
}
footer .widget_nav_menu.mobile-only ul{
    text-align: center;
}
footer .widget_nav_menu.mobile-only ul li{
    font-size: 10px;
    display: inline-block;
    margin: 0 5px 0;
}
footer .widget_nav_menu.mobile-only ul li a{
    letter-spacing: 0;
}
.copy-footer{
    position: relative;
}
.copy-footer .my-custom-switcher{
    display: none;
    position: absolute;
    right: 0;
    bottom: 4px;
    margin-bottom: 0 !important;
}
.copy-footer p {
    margin: auto;
}
.copy-footer .my-custom-switcher a{
    margin-top: 0;
    display: block;
    float: left;
    margin-left: 15px;
}
.copy-footer .wpml-ls-statics-footer ul li.wpml-ls-current-language{
    opacity: 1;
}
.wpml-ls-legacy-list-vertical .wpml-ls-item:first-child {
    margin-left: 0;
}
.copy-footer .my-custom-switcher a {
    padding: 0;
}

@media (max-width: 767px){
    .sideimgwrapper iframe{
        width: 100%;
    }
    footer .mobile-only, .copy-footer .my-custom-switcher {
        display: block;
    }
    .copy-footer{
        text-align: left;
    }
}

div#sgpb-popup-dialog-main-div {
    border-radius: 0 !important;
    padding: 45px 12px !important;
}
div#sgpb-popup-dialog-main-div-wrapper p {
    display: none;
}
div#sgpb-popup-dialog-main-div-wrapper .my-custom-switcher a {
    display: inline-block;
    font-size: 30px;
    padding: 0 40px;
    color: #000;
    text-transform: uppercase;
    line-height: 25px;
    font-family: "HelveticaNeueLTPro-Bd";
}
div#sgpb-popup-dialog-main-div-wrapper .my-custom-switcher {
    text-align: center;
    overflow: hidden;
    margin-bottom: -10px;
}
div#sgpb-popup-dialog-main-div-wrapper h2 {
    margin-top: 0px;
}
div#sgpb-popup-dialog-main-div-wrapper .my-custom-switcher a:first-child {
    padding-left: 0;
}
div#sgpb-popup-dialog-main-div-wrapper .my-custom-switcher a:last-child {
    padding-right: 0;
}

.slick-initialized .slick-slide {
    display: inline-block;
}

@media(min-width: 1500px){
  /* .home .metaslider.ms-theme-outline {
      margin: 0 0em !important;
  } */
  .home .metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-prev {left:4%;}
  .home .metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-next {right:4%;}
}
@media only screen and (max-width: 568px){
	.single-product div.product .woocommerce-product-gallery img{
		    height: 340px !important;
	}
	.woocommerce-product-gallery__wrapper iframe{height: 100% !important;}
	ol.flex-control-nav {
    display: none !important;
}
	figure.woocommerce-product-gallery__wrapper.slick-initialized.slick-slider {
    position: relative;
    transform: none !important;
    width: 100% !important;
		height: 100%;
}
.hentry.type-page .entry-header h1, .hentry.type-page .entry-content h1, .hentry.type-page .entry-content h2, .page-id-4353 .entry-content h1, .page-id-4353 .entry-content h2{
    font-size: 18px;
    margin-bottom:20px;
}
}

.site-header-cart .cart-contents {
    position: relative;
}
.site-header-cart .cart-contents .count {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #ff0000;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    color: #fff;
    font-size: 12px;
    margin: 0;
    opacity: 1;
    text-align: center;
    line-height: 22px;
    display: block;
    font-family: "HelveticaNeueLTPro-Bd";
}
body .site-header-cart .widget_shopping_cart{
    box-shadow: none;
    border: 1px solid #bebebe;
}
body .footer-widgets.row-1.col-4.fix {
    padding-top: 3em;
}

body div#sgpb-popup-dialog-main-div-wrapper .my-custom-switcher a {
    font-size: 30px;
    line-height: 34px;
}

div#sgpb-popup-dialog-main-div-wrapper p {
    display: none;
}

.search-bar .search-field:focus {
    background: transparent;
}

body .search-bar {
    padding: 5px;
}

.search-bar form.search-form {
    margin: 0;
    float: left;
    width: 100%;
}

.search-bar input.search-submit {
    float: right;
    background: #000;
    color: #fff;
    width: 30%;
    height: 40px;
    line-height: 44px;
    padding: 0;
    font-family: 'HelveticaNeueLTPro-Roman', Arial, sans-serif !important;
    text-transform: uppercase;
}

.fa-times.search-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35%;
    color: #000;
    cursor: pointer;
}

body.czech .site-language a:last-child,
body.english .site-language a:first-child,
body .site-language a:hover {
    text-decoration: underline;
}
.woocommerce-tabs{
    clear:both;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
    font-family: 'HelveticaNeueLTPro-Roman', Arial, sans-serif;
}
div#sgpb-popup-dialog-main-div>div {
    overflow: hidden !important;
}

/* BRS-Jan-2014 changes for whisper search */
.search .storefront-breadcrumb{
    margin-bottom: 40px;
    display:none;
}
.search .storefront-breadcrumb.search {
    display: block;
    margin-bottom: 40px;
    padding: 0;
}
.search .storefront-breadcrumb.search .col-full {
    padding: 0;
    max-width: 100%;
    margin: 0;
}
.search-container {
    display: flex;
    width: calc(100% + 40px);
    flex-wrap: wrap;
    margin-left: -20px;
}
.search-row {
    width: 25%;
    margin: 0 0 80px;
    vertical-align: top;
    padding: 0 20px;
}
.search-research-img {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    height: 286px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.search-research-img img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-height: 100%;
    width:auto;
    max-width: 100%;
}
.search-list {
    display: block;
    width: 100%;
}
.search-type {
    display: inline-block;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    padding: 3px 10px;
    margin-bottom: 10px;
    height: 20px;
    line-height: 18px;
}
.search-research-title {
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 1.41575em;
    color: #000;
    text-transform: uppercase;
     
}
.search-research-content {
    font-size: 13px;
    color: #000;
    margin-bottom: 0px;
    line-height: 1.2rem;
    text-transform: uppercase;
}
.search-research-content a {
    display: block;
    margin-top: 10px;
    font-size: 0.8em;
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
     
}
div#ctis-loading {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
}
.search .page-content form#searchform {
    position: relative;
    width: 30%;
    float: left;
}
.search .page-content .search-field {
    min-width: 250px;
    float: left;
}
.search .page-content .search-submit {
    float: left;
    background: #000;
    color: #fff;
    width: 30%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
}
@media (max-width:1160px){
    .search-row{
        width: 33.3%;
    }
    .search .page-content form#searchform{
        width:100%;
    }
    .search .page-content .search-field{
        width:100%;
        padding-right: 32%;
    }
    .search .page-content .search-submit{
        position: absolute;
        right: 0;
        top: 0;
    }
    body .close-icon{
        right:32%;
    }
    .search .page-content form#searchform .close-icon {
        right: 305px;
    }
}
@media (min-width:768px) {
    body .footer-widgets.row-1.col-4.fix {
        padding-top: 3em;
    }

    .navbar-text {
        line-height: normal;
        top: 0px;
        position: relative;
    }

    div#sgpb-popup-dialog-main-div-wrapper .my-custom-switcher {
        text-align: center;
        padding: 20px 0;
    }

    .navbar-text {
        float: left;
        margin-right: 15px;
    }

    .menu_right_icons .site-header-cart.menu {
        width: auto;
        height: auto;
        padding-left: 30px;
    }
    body .site-language span {
        float: left;
        padding: 0 5px;
    }

    .main-navigation ul.menu,
    .main-navigation ul.nav-menu {
        text-align: center;
    }

    .main-navigation ul ul,
    .secondary-navigation ul ul {
        margin-top: 2px;
    }
}
@media (max-width:991px) {
    .search-research-img{
        height: 260px;
    }
    .search .storefront-breadcrumb.search{
        margin: 20px 0;
    }
    .search .page-content form#searchform .close-icon {
        right: 225px;
    }
}
@media (max-width:767px) {
    .site-header-cart .cart-contents .count {
        right: -6px;
        top: -11px;
        height: 20px;
        width: 20px !important;
        font-size: 12px;
        text-align: center;
    }

    body.czech header #site-navigation .handheld-navigation>ul>li:last-child>a>span,
    body.english header #site-navigation .handheld-navigation>ul>li:last-child>a>span {
        text-decoration: underline;
        line-height: normal;
    }
    .search-row{
        width: 50%;
    }
    .search .storefront-breadcrumb.search{
        padding: 0 20px;
    }
}
@media (max-width:568px) {
    .search-row{
        width: 100%;
        padding:0 !important;
    }
    .search-research-img{
        height: auto;
        display: flex;
        margin-bottom: 15px;
    }
    .search-research-img img{
        margin:auto;
    }
    .search-research-title{
        min-height:auto;
    }
    .search-research-img img {
        position: relative;
        top: 0;
        transform: translate(0%, 0%);
        left: 0;
        display: inline-block;
    }
    .search .storefront-breadcrumb{
        margin-bottom: 20px;
    }
    .search .page-content form#searchform .close-icon {
        right: 125px;
    }
    .search-container{
        margin:0;
        width:100%;
    }
}

.close-icon {
    background-color: transparent !important;
    position: absolute;
    right: 125px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.close-icon:hover,
.close-icon:focus {
    background-color: transparent;
}

.close-icon:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    background: url('assets/images/close.svg') center center/contain;
    height: 12px;
    width: 12px;
}

.search-box:not(:valid)~.close-icon {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    border: 0px solid green;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
}
.home .site-header .col-full{
    position: initial;
}
.home .site-header .storefront-primary-navigation .col-full{
    position: relative;
}
.site-header .col-full{
    position: relative;
}
.site-header .col-full .header-stamp_col{
    top: -1em;
    left: inherit;
}
.home .site-header .col-full .header-stamp_col{
    top: 0em;
}
@media (min-width: 1580px){
    .home .site-header .col-full .header-stamp_col{
        top: 0em;
        left: 0;
    }
}

@media (max-width: 1024px){
    .site-header .col-full, .storefront-breadcrumb .col-full{
        margin: 0 2em;
    }
}
@media (max-width: 767px){
    .site-header .col-full .header-stamp_col{
        width: 60px;
        left: 4rem;
    }
    .site-header .col-full, .storefront-breadcrumb .col-full {
        margin: 0;
    }
    body .footer-widgets.row-1.col-4.fix{
        padding-top: 0;
    }
}