/* Custom CSS */

.hero_pattern_outer
{
	margin-top: 65px;
}

.slider_section
{
	position: relative;	
}
.slider_section .item 
{
    padding: 85px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.slider_section .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}
.slider_section .item-wrapper {
	
	max-width: 66.4989378333em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
    position: relative;
    z-index: 2;
	width: 100%;
}
@media screen and (min-width:1400px) {
	.slider_section .item-wrapper {
		box-sizing: border-box;
		max-width: 1320px;
	}
}
.slider_section .item-wrapper h1{
	color: #fff;
	font-size: 70px;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 20px;
}
.slider_section .item-wrapper .btn-default{
	line-height: 50px;
	display: inline-block;
	text-align: center;
}
@media screen and (max-width: 1300px){
	.slider_section .item-wrapper h1{
		font-size: 50px;
	}
}
@media screen and  (max-width: 1180px){
	.slider_section .item-wrapper {
		width: 100%;		
	    box-sizing: border-box;
	}
}
@media screen and (max-width: 768px){
	.slider_section .item-wrapper h1{
		font-size: 40px;
	}	
	.slider_section .item-wrapper .btn-default{
		line-height: 40px;
		height: 40px;
		min-width: 150px;
	}
}
@media screen and (max-width: 576px){
	.slider_section .item-wrapper h1{
		font-size: 32px;
	}
}
@media (max-width: 568px){
	.slider_section .item-wrapper {
		padding: 0 1.41575em;
	}
}
.products-search
{
    margin-left: revert;
    margin-right: revert;	
}
.slider_section .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.slider_section .owl-dots .owl-dot 
{
    position: relative;
    margin-right: 12px;
    display: inline-block;
}
.slider_section .owl-dots .owl-dot:last-child
{
	margin-right: 0;	
}
.slider_section .owl-dots .owl-dot span
{
	width: 13px;
	height: 13px;
	display: block;
	border-radius: 100%;
	background-color: #fff;
	border:1px solid #05457a;
}
.slider_section .owl-dots .owl-dot.active span
{
	background-color: #05457a;
}
.custom_cat_section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 40px;
    margin: 0 -15px;
}
.custom_cat_section .item
{
	padding: 0 15px;
	width: 100%;
	max-width: 50%;
	flex: 0 0 50%;
	position: relative;
}
.custom_cat_section .item .item_inner
{
    padding-top: 66%;
	border-radius: 15px;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: top center;
}
.site-main
{
	margin-bottom: 0;
}
.custom_cat_section .item .item_inner:before 
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: transparent -webkit-linear-gradient(270deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat;
    background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat;
}
.custom_cat_section .item .item_inner .boxes__descr {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 35px;
}
.custom_cat_section .item .item_inner .boxes__descr .boxes__text
{
	position: relative;
}
.custom_cat_section .item .item_inner .boxes__descr .boxes__text h4 {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 0;
}
.custom_cat_section .item .item_inner .boxes__descr .boxes__btn a {
    font-size: 12px;
    line-height: 28px;
    height: auto;
    line-height: 32px;
    min-width: 94px;
    background: #05457a;
    border-radius: 4px;
    color: #fff;
    padding: 0px 15px;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.custom_cat_section .item .item_inner .boxes__descr .boxes__btn a:hover
{
	background-color: #3a6a95;
}
@media only screen and (max-width: 991px)
{
	.custom_cat_section
	{
	    padding: 50px 0 20px;
	}
	.custom_cat_section .item 
	{
	    padding: 0 15px;
	    width: 100%;
	    max-width: 100%;
	    flex: 0 0 100%;
	    position: relative;
	    margin-bottom: 35px;
	}
	.custom_cat_section .item:last-child
	{
		margin-bottom: 0;		
	} 
	.custom_cat_section .item .item_inner
	{
		padding-top: 80%;
	}
	.custom_cat_section {
	    padding: 50px 0 50px;
	}
}
@media only screen and (min-width: 768px)
{
	.storefront-full-width-content.single-product div.product .summary
	{
	    width: 45.521739%;
	}
	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery
	{
	    width: 50.130435%;
	}
}
.woocommerce-cart .outer_wrapper_content
{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/cart_bg.jpeg);
	position: relative;
	padding-bottom: 80px;
}
.woocommerce-cart .outer_wrapper_content:after
{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	display: block;
}
.woocommerce-cart .storefront-breadcrumb
{
	background-color: transparent;
	position: relative;
	z-index: 1;
}
.woocommerce-cart .site-content
{
	position: relative;
	z-index: 1;
}
.woocommerce-cart .content-area {
    background-color: #fff;
    padding: 40px 45px 15px;
    margin-bottom: 0;
    border-radius: 25px;
}
.woocommerce-cart .hentry
{
	margin-bottom: 0;
}
table:not( .has-background ) th 
{
    background-color: #eeeeee;
}
@media only screen and (max-width: 575px)
{
	.woocommerce-cart .content-area
	{
	    padding: 40px 25px;
	}
	.woocommerce-cart .outer_wrapper_content
	{
		padding-bottom: 50px;		
	}
}
@media only screen and (max-width: 767px)
{
	table.cart .qib-button-wrapper 
	{
	    max-width: 120px;
	    min-width: 120px;
	    width: 120px;
	    float: right;
	    margin-bottom: 15px;
	}
	table.cart .product-quantity .plus, table.cart .product-quantity .minus
	{
		display: unset;
	}
}
.nav_container
{
    padding: 10px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.nav_container .item:last-child
{
	width: 100%;
	max-width: 100%;	
}
.site-branding
{
	position: relative;
}
.site-branding a
{
	display: inline-block;
}
.site-branding img {
    height: 55px !important;
    max-width: none !important;
}

/* Navigation CSS */

.nav_bar_outer
{
	position: relative;
	justify-content: flex-end;
	align-items: center;
}
.nav_bar_outer ul
{
	margin-bottom: 0;
	text-align: right;
	margin-left: 0;
}
.nav_bar_outer ul li {
    display: inline-block;
    padding: 20px 15px;
    position: relative;
}
.nav_bar_outer .search_wishlist_links ul li:last-child{
	padding-right: 0;
}
.nav_bar_outer ul li:after {
    content: "";
    height: 15px;
    width: 1px;
    background-color: #666666;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nav_bar_outer ul li a 
{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #666;
    font-size: 17px;
}
.nav_bar_outer ul li a:hover
{
	color: #05457a;
}
.nav_bar_outer
{
	display: flex;
}
.search_wishlist_links ul li:last-child:after
{
	content: none;
}
.wishlist_link_nav {
    font-size: 22px !important;
    position: relative;
    color: #05457a !important;
    top: 3px;
}
.search_link_nav {
    font-size: 18px !important;
    position: relative;
    top: 0px;
    color: #05457a !important;
}
.cart_button_nav {
    display: block;
    border-radius: 4px;
    background: #f27d00;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff !important;
    padding: 10px 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.cart_button_nav:hover
{
	opacity: 0.8;
}
.cart_button_nav i {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -2px;
}

.nav_bar_outer ul li .sub-menu 
{
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    text-align: left;
    top: 60px;
    display: none;
	border: 1px solid #eee;
}
.nav_bar_outer li.has-submenu > a:after,
.nav_bar_outer li.menu-item-has-children > a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #666 transparent transparent transparent;
    display: inline-flex;
    position: relative;
    top: -3px;
    margin-left: 2px;
	transition: 0.3s ease;
}

.nav_bar_outer ul li:hover > .sub-menu
{
	display: block;
}
.nav_bar_outer ul#menu-main-menu li:hover > a:after{
	transform: rotate(180deg);
}
.nav_bar_outer ul li .sub-menu li
{
	display: block;
	padding: 0;
}
.nav_bar_outer ul li .sub-menu li:after
{
	content: none !important;
}
.nav_bar_outer ul li .sub-menu li a 
{
    display: block;
    padding: 4px 15px;
    border-left: 5px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.nav_bar_outer ul li .sub-menu li a:hover
{
    border-left: 5px solid #05457a;
}

/* sub sub menu */
.nav_bar_outer ul.sub-menu .sub-menu 
{
    top: 0px;
	left: 100%;
}
.nav_bar_outer li.menu-item-has-children .sub-menu > li.menu-item-has-children a:after{
	transform: rotate(-90deg) !important;
}
/* sub sub menu end */

.menu-item a
{
	font-weight: 400 !important;
}
.wpml-ls-menu-item
{
	font-size: 0;
}
.wpml-ls-menu-item .sub-menu {
    min-width: 135px !important;
}
@media screen and (max-width: 1200px) {
	.nav_bar_outer ul li a{
		font-size: 15px;
	}
}
@media only screen and (max-width: 991px)
{
	.desktop_nav
	{
		display: none;
	}
	.header-inner,
	.secondary-header
	{
		display: none;
	}
	/*.header-inner
	{
		display: none;
	}
	.secondary-header
	{
		display: none;
	}*/
}
@media only screen and (min-width: 992px)
{
	.desktop_nav
	{
		display: block;
	}
	.mobile_nav
	{
		display: none;		
	}
	.header-inner
	{
		display: none;
	}
	.secondary-header
	{
		display: none;
	}
}
.cart_button_nav,
.wishlist_link_nav
{
	position: relative;
}
.cart_button_nav span,
.wishlist_link_nav span
{
	background: #fff;
	border: 2px solid #05457a;
	border-radius: 50%;
	width: 19px;
	height: 19px;
	padding: 0px;
	overflow: hidden;
	color: #05457a;
	font-size: 10px;
	line-height: 16px;
	position: absolute;
	top: -5px;
	right: -5px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
.wishlist_link_nav span 
{
    top: -8px;
    right: -9px;
}
.stock.in-stock
{
	margin-bottom: 0;
}

/* End Navigation CSS  */
.variations_form .value-wrapper:after
{
	content: none;
}
.variations_form .value-wrapper select {
    background-image: url(../images/down-arrow.png) !important;
    background-size: 12px;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 12px) center !important;
}


.single-product div.product .woocommerce-product-gallery .flex-control-thumbs
{
	float: none;	
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport
{
	width: 100%;
	float: none;
}


.woocommerce-product-gallery
{
	height: auto;
}

/*
.woocommerce-product-gallery__wrapper img
{
	width: auto;
	height: auto;
	display: block;
}
*/

.storefront-breadcrumb
{
	margin-bottom: 30px;
}
h1.woocommerce-products-header__title.page-title
{
    color: #0069b4;
}
.storefront-sorting select {
    width: auto;
    background: transparent;
    padding: 10px 10px;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    background-image: url(../images/down-arrow.png) !important;
    background-size: 12px;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 12px) 20px !important;
    padding-right: 40px;
    max-width: 210px;
}
.storefront-sorting select option
{
	text-align: left;	
}
.woocommerce-shop .woocommerce-products-header
{
	padding: 0;
	margin-top: 20px;
}
.mobile_nav_container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0px 10px;
}
.mobile_nav_container .item
{
	max-width: 100%;	
	width: 100%;
}
.mobile_nav_container .item .mobile_logo_wrapper
{
	position: relative;
}
.mobile_nav_container .item .mobile_logo_wrapper a
{
	display: inline-block;
	max-width: 200px;
}

.mobile_nav_container .item .menu_bars_container {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 2px;
    margin-left: 16px;
    order: 1;
}
.mobile_nav_container .item .menu_bars_container a
{
	display: inline-block;
}
.mobile_nav_container .item .menu_bars_container a img
{
    height: 20px;
}
.mobile_menu_links {
    position: absolute;
    left: 0;
    top: 100%;
    bottom: auto;
    right: 0;
    width: 100%;
    z-index: 100;
    height: auto;
    background-color: #fff;
    padding: 30px 30px;
    display: none;
}
.mobile_menu_links_inner .mobile_links
{
	position: relative;
}
.mobile_menu_links_inner .mobile_links > ul
{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.mobile_menu_links_inner .mobile_links > ul > li
{
	display: block;
	margin-bottom: 6px;
}
.mobile_menu_links_inner .mobile_links > ul > li:last-child
{
	margin-bottom: 0;	
}
.mobile_menu_links_inner .mobile_links > ul > li > a
{
	display: block;
	color: #666;
    font-size: 20px;
}
.mobile_menu_links_inner .mobile_links > ul > li .sub-menu
{
	list-style: none;
	padding-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.mobile_menu_links_inner .mobile_links > ul > li .sub-menu li
{
	display: block;
}
.mobile_menu_links_inner .mobile_links > ul > li .sub-menu li a
{
	display: block;
	color: #666;
	font-size: 17px;
}
.menu_bars_container_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -10px;
}
.menu_bars_container_wrapper .mobile_cart_button
{	
	position: relative;
}	
.menu_bars_container_wrapper .mobile_cart_button .cart_button_nav
{
	position: relative;
}
@media only screen and (max-width: 991px)
{
	.custom_cat_section .item
	{
		padding-left: 35px;
		padding-right: 35px;
	}
}
.woocommerce-product-gallery__trigger
{
	display: block !important;
}
span.product-badge {
    position: relative;
    top: auto;
    left: auto;
    background-color: #BBBBBB;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 1px 9px;
    display: inline-block;
    margin-top: -7px;
    margin-bottom: 20px;
}
.products .woocommerce-LoopProduct-link
{
	width: 100%;
}
.woocommerce-checkout-review-order-table .checkout_coupon
{
	display: none !important;
}
.checkout_coupon
{
	display: flex;
}
.checkout_coupon p:first-child
{
	display: none !important;
}
.checkout_coupon .button
{
	position: relative;	
    background-color: #000 !important;
    color: #fff;
}
.checkout_coupon .form-row-first
{
    margin-right: 3.882353%;
}
.woocommerce-checkout-review-order .checkout_coupon,
.woocommerce-checkout-review-order .woocommerce-form-coupon-toggle
{
	display: none;
}

@media screen and (max-width:450px) {
	.checkout_coupon{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;		
	}
	.checkout_coupon .form-row-first{
		margin: 0 0 10px;
	}
	.checkout_coupon .button{
		width: 100%;
	}
}
@media screen and (max-width:350px) {
	.mobile_nav_container .item .mobile_logo_wrapper a{
		max-width: 120px;
	}
}

.wpml-ls-menu-item .wpml-ls-flag+span{
	margin-top: 3px;
}