body
{
	overflow-x: hidden;
	font-family: 'SenticoSansDT';
}
* {
	outline: none;
}
*:focus {
	outline: none;
}
button
{
	outline: none;
}
a {
	outline: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
    color: #145A9C;
}
a:hover
{
	text-decoration: none;
	color: #43ad5f;
}
a:focus
{
	outline: none;
}
p {
	color: #444;
	font-size: 18px;
}
input[type='text'], 
input[type='number'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='search'], 
textarea, 
.input-text
{
	height: 50px;
	border-radius: 5px;
	border: 1px solid #dbe2e8;
	background-color: #ffffff !important;
	display: block;
	width: 100%;
	box-shadow: none;
    padding: 5px 15px;
}
input[type='text']:focus, 
input[type='number']:focus, 
input[type='email']:focus,
input[type='tel']:focus, 
input[type='url']:focus, 
input[type='password']:focus, 
input[type='search']:focus, 
textarea:focus, 
.input-text:focus
{
	border-color: #145A9C;
}
.site-footer 
{
    background-color: #0268b4;
    padding: 72px 0px 75px;
}
.footer-widgets {
    padding-top: 0;
    border-bottom: none;
}
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3
{
	color: #ffffff;
    font-size: 20px;
	font-weight: 700;
	font-style: normal;	
	letter-spacing: normal;
	line-height: normal;
	text-align: left;	
}
.site-footer
{
	padding: 60px 0;
}
.site-footer h1, 
.site-footer h2, 
.site-footer h3, 
.site-footer h4, 
.site-footer h5, 
.site-footer h6, 
.site-footer .widget .widget-title, 
.site-footer .widget .widgettitle
{
	color: #fff;
	display: block;
	margin-bottom: 0;
}
.site-footer .widget_block
{
	margin-bottom: 20px !important;  
}
.site-footer .widget_block:last-child
{
	margin-bottom: 0 !important; 
}
.site-footer .widget_block p
{
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}
.site-info
{
	display: none;
}

@media only screen and (min-width: 768px)
{
	.col-full {
	    max-width: 1400px;
	    margin-left: auto;
	    margin-right: auto;
	    padding: 0 3.75rem;
	    box-sizing: content-box;
	}
}
.site-header
{
	border: none;
    padding-top: 0;
}
.top_logo_contianer
{
	background-color: #fff;
	padding: 20px 0;
}
.hero_section {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 175px 0 210px;
}
.hero_section .overlay
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(to right, rgba(0, 17, 29, 0.4) 0%, rgba(0, 61, 106, 0) 100%);
	width: 100%;
	height: 100%;
}
.hero_inner_content
{
	position: relative;
}
.hero_inner_content .heading_wrapper
{
	position: relative;
	margin-bottom: 30px;
}
.hero_inner_content .heading_wrapper h2
{
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	display: block;
	margin-bottom: 0;
}
.hero_inner_content .button_container
{
	position: relative;
}
.default_button,
.single_add_to_cart_button,
.place-order .button,
.wc-proceed-to-checkout .button.checkout-button
{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #0268b4 !important;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 6px;
    padding-right: 52px;
    outline: none;
}
.default_button:hover,
.single_add_to_cart_button:hover,
.place-order .button:hover,
.wc-proceed-to-checkout .button.checkout-button:hover
{
	background-color: #0268b4 !important;
	color: #fff;
}
.default_button:focus,
.single_add_to_cart_button:focus,
.place-order .button:focus,
.wc-proceed-to-checkout .button.checkout-button:focus
{
	outline: none;	
}
.default_button span,
.single_add_to_cart_button span
{
    width: 60px;
    height: 61px;
    border-radius: 100px;
    border: 1px solid #ffffff;
    background-color: #0268b4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.default_button:hover span,
.single_add_to_cart_button:hover span
{
	background-color: #0268b4;
}
.single_add_to_cart_button:before,
.place-order .button:before,
.wc-proceed-to-checkout .button.checkout-button:before
{
	content: "";
	width: 60px;
    height: 61px;
    border-radius: 100px;
    border: 1px solid #ffffff;
    background-color: #0268b4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-image: url(../images/cart_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: inherit;
}
.single_add_to_cart_button:hover:before,
.place-order .button:hover:before,
.wc-proceed-to-checkout .button.checkout-button:hover:before
{
	background-color: #0268b4;
}
.desktop_nav_menu_outer
{
	position: relative;
    background-color: #0268b4;
	padding: 25px 0;
}
.desktop_nav_menu
{
	display: flex;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
}
.desktop_nav_menu .item
{
	max-width: 100%;
	width: 100%;
	flex: 0 0 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.desktop_nav_menu .categories_menu
{
	max-width: 25%;	
	flex: 0 0 25%;
}
.desktop_nav_menu .search_menu
{
	max-width: 50%;
	flex: 0 0 50%;
}
.desktop_nav_menu .cart_menu 
{
    max-width: 25%;
    flex: 0 0 25%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.categories_menu_inner
{
	position: relative;
}
.categories_menu_inner > ul
{
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.categories_menu_inner > ul > li
{
	display: inline-block;
	margin-right: 20px;
}
.categories_menu_inner > ul > li.menu-item-has-children
{
	position: relative;
}
.categories_menu_inner > ul > li.menu-item-has-children > a
{
	position: relative;
	padding-right: 22px;
	z-index: 1;
}

.categories_menu_inner > ul > li.menu-item-has-children > a:after 
{
    content: "";
    background-image: url(../images/down_arrow.png);
    background-size: contain;
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
}
.categories_menu_inner > ul > li:last-child
{
	margin-right: 0;
}
.categories_menu_inner > ul > li > a
{
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;	
	outline: none !important;
	display: block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.categories_menu_inner > ul > li > a:hover
{
	color: #43ad5f;	
}
.search_container
{
	display: flex;
}
.search_container input 
{
    width: 100%;
    height: 52px;
    border-radius: 5px;
    background-color: #ffffff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
    padding: 10px 15px;
}
.search_container input:focus
{
	background-color: #fff;
}
.search_container button 
{
    background-color: #43ad5f;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: none;
}
.search_container button:hover
{
	outline: none;
}
.search_container button:focus
{
	box-shadow: none;
	outline: none;
}
.right_menu_list
{
	position: relative;
	margin-right: 45px;	
}
.right_menu_list > ul
{
	margin-bottom: 0;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
.right_menu_list > ul > li.menu-item-has-children > a 
{
    position: relative;
    display: block;
    padding-right: 0px;
}
.right_menu_list > ul > li.menu-item-has-children > a:after
{
	content: none;
    background-image: url(../images/down_arrow.png);
    background-size: contain;
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    right: 0;
    top: 11px;
}
.right_menu_list > ul > li > a
{
	color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    outline: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.right_menu_list > ul > li > a:hover
{
	color: #43ad5f;	
}
.desktop_cart_container
{
	position: relative;	
}
.desktop_cart_container a
{
	position: relative;
	display: block;
	outline: none;
}
.desktop_cart_container a:focus
{
	outline: none;	
}
.desktop_cart_container a span 
{
    color: #fff;
    width: 24px;
    height: 24px;
    background-color: #43ad5f;
    border-radius: 100%;
    font-size: 15px;
    line-height: 0;
    position: absolute;
    right: -11px;
    top: -9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_menu_inner
{
	display: flex;	
}
.desktop_cart_container a img
{
	height: 25px;
	width: auto;
}
.welcome_section {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 0px 85px;
}
.welcome_content 
{
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    border-bottom: 8px solid  #e3f3ff;
    padding: 50px 50px;
    z-index: 1;
    margin-top: -40px;
}
.welcome_content h1,
.welcome_content h2,
.welcome_content h3
{
	color: #0268b4;
	font-size: 43px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
    margin-bottom: 18px;
}
.welcome_content p
{
	color: #777777;
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 20px;
}
.welcome_content p:last-child
{
	margin-bottom: 0;
}
.categories_container
{
	position: relative;	
	display: flex;
	flex-wrap: wrap;
    margin: 0 -15px;
}
.categories_container .item
{
	max-width: 33.33%;
	width: 100%;
	flex: 0 0 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
	overflow: hidden;
}
.categories_container .item .image_wrapper 
{
	border-radius: 5px;
	border: 1px solid #dbe2e8;
	background-color: #ffffff;
	display: block;
	padding: 40px 30px;
}
.categories_container .item .image_wrapper img 
{
    height: 175px;
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}
.categories_container .item .product_title
{
	background-color: #0268b4;
	padding: 20px 20px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;	
	display: block;
}
.categories_section 
{
    position: relative;
    padding: 25px 0 100px;
    display: block;
}
.categories_content .heading_wrapper
{
	position: relative;
	margin-bottom: 35px;
}
.categories_content .heading_wrapper h2
{
	color: #0268b4;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
    font-size: 43px;
    margin-bottom: 0;
}
.categories_section .button_container
{
	position: relative;
	text-align: center;
	margin-top: 45px;
}
.categories_section .button_container a
{
	display: inline-block;
}
.categories_container .item .inner_item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #006aaf;
    overflow: hidden;
    border-radius: 15px;
}
.categories_container .item .image_wrapper
{
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background-color: #006aaf;
}
.categories_container .item .image_wrapper .category_title {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.categories_container .item .image_wrapper .category_sub_title
{
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.woocommerce-breadcrumb
{
	color: #0268b4 !important;
    font-size: 18px !important;
}
.woocommerce-breadcrumb a:first-of-type::before 
{
	content: none !important;	
}
.woocommerce-breadcrumb a, a.woocommerce-review-link, .product_meta a {
    color: #777777;
    font-size: 18px !important;
    text-decoration: none;
}
.breadcrumb-separator
{
	color: #0268b4 !important;
    font-size: 18px !important;
}
.woocommerce-breadcrumb .breadcrumb-separator
{
	text-indent: inherit;
    padding: 0 8px;
    color: #777 !important;
}
.woocommerce-breadcrumb .breadcrumb-separator:after
{
	content: none;
}
.single-product .product
{
	display: flex;
}
.single-product .product > div
{
	max-width: 100%;
	width: 100%;	
	display: block;
}
.single-product .content-area
{
	width: 100%;	
}
.single-product .entry-summary
{
	position: relative;
}
.single-product .entry-summary h1
{
	color: #0268b4;
	font-size: 44px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 10px;
}
.single-product .entry-summary p
{
	text-align: left;
	color: #0268b4;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
	text-align: left;
	margin-left: 0;
}
.single-product div.product p.price 
{
	margin-top: 0;
	margin-bottom: 0;
    color: #0268b4;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 25px;
}
.single-product .posted_in
{
	display: none !important;	
}
.single-product .sku_wrapper
{
	color: #0268b4;
	font-size: 18px;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;	
}
.single-product .sku_wrapper span
{
	font-weight: 400;
}
.single-product div.product .product_meta {
    font-size: 0.875em;
    padding-top: 0em;
    border-top: none;
}
.single-product div.product form.cart .quantity
{
	float: none;
	display: block;
}
.single-product .entry-summary h1 span {
    display: block;
    color: #777777;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: left;
}
.shipping-estimate
{
	position: relative;
	display: none;
}
.shipping-estimate .price-breakdown
{
	position: relative;
}
.shipping-estimate .price-breakdown h4
{
    color: #0268b4;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 10px;	
}
.shipping-estimate .price-breakdown div
{
	color: #0268b4;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
}
.stock.in-stock
{
	display: block;
}
.single-product .variations
{
	position: relative;
}
.single-product .variations tr
{
	display: flex;
	align-items: center;
}
.single-product .variations select 
{
    height: 44px;
    border-radius: 5px;
    border: 1px solid #dbe2e8;
    background-color: #ffffff;
    min-width: 220px;
    padding: 5px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background-image: url(../images/arrow_down.png);
    background-position: 95% center;
    background-size: 13px;
    background-repeat: no-repeat;
}
.single-product .variations tr td.label
{
	margin-right: 0;
}
.single-product .variations tr td.label label {
    color: #0268b4;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    vertical-align: middle;
    min-width: 100px;
    display: block;
}
.single-product .variations tr td.label label:after
{
	content: ":";
}
.single-product .variations tr td.value
{
	vertical-align: middle;
	margin-bottom: 0 !important;
}
a.reset_variations
{
	display: none !important;	
}
.woocommerce-variation-price
{
	display: none !important;
}
.woocommerce-variation-price .price
{
	color: #0268b4;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 34px;
    text-align: left;
}
.flex_quantity_container
{
	display: flex;
	align-items: center;
}
.flex_quantity_container label
{
	color: #0268b4;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    vertical-align: middle;
    min-width: 100px;
    display: block;
}
.flex_quantity_container select
{
	height: 44px;
	border-radius: 5px;
	border: 1px solid #dbe2e8;
	background-color: #ffffff;
	min-width: 220px;
	padding: 5px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	background-image: url(../images/arrow_down.png);
	background-position: 95% center;
	background-size: 13px;
	background-repeat: no-repeat;
}
.single_add_to_cart_button
{
    margin-top: 15px;
}
.single-product div.product p.price span.vat_included
{
	color: #777777;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
	text-align: left;
	margin-left: 15px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger
{
	display: none;
}
.single-product div.product .woocommerce-product-gallery img
{
	width: 100%;
	display: block;	
}
.single-product div.product .woocommerce-product-gallery
{
	float: none;
	display: flex;	
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs
{
	order: -1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li
{
	width: 100%;
    float: left;
    margin-right: 14.285714%;
    display: block;	
}
.single-product div.product .woocommerce-product-gallery
{
    width: 52.176471%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs
{
	margin-right: 40px;
}
.storefront-handheld-footer-bar
{
	display: none !important;
}
@media only screen and (max-width: 991px)
{
	.single-product .product
	{
		display: block;
	}
	.single-product div.product .woocommerce-product-gallery
	{
		width: 100%;
		margin: 0;
	}
	.single-product div.product .woocommerce-product-gallery
	{
		display: block;
	}
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	    width: 100%;
	    float: left;
	    margin-right: 30px;
	    display: block;
	    max-width: 55px;
	}
	.single-product div.product .summary {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	}
}
@media only screen and (max-width: 575px)
{
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li
	{
		margin-right: 20px;
		max-width: 45px;
	}
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child
	{
		margin-right: 0;
	}
	.single-product .entry-summary h1
	{
		font-size: 38px;
	}
	.single-product .entry-summary h1 span
	{
		font-size: 17px;
	}
	.single-product div.product p.price
	{
		font-size: 26px;
	}
	.single-product .entry-summary p {
	    text-align: left;
	    color: #0268b4;
	    font-size: 18px;
	    font-weight: 400;
	    font-style: normal;
	    letter-spacing: normal;
	    line-height: 1.5;
	    text-align: left;
	}
	.default_button, .single_add_to_cart_button {
    	font-size: 20px;
	    font-weight: 600;
	    color: #fff;
	    position: relative;
	    -webkit-transition: all .3s ease;
	    transition: all .3s ease;
	    background-color: #0268b4 !important;
	    padding: 14px 20px;
	    display: inline-block;
	    border-radius: 6px;
	    padding-right: 40px;
	    outline: none;
	}
}
.single_product_table
{
	position: relative;
	background-color: #fff;
	padding-bottom: 50px;
}
.single_product_table .heading_wrapper
{
	position: relative;
    margin-bottom: 45px;
}
.single_product_table .heading_wrapper h2
{
	color: #0268b4;
	font-size: 44px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin-bottom: 0;
}
.table_product_content
{
	position: relative;
	overflow-x: auto;
}
.table_product_content table tbody tr th
{
	background-color: #e3f3ff;	
	color: #0268b4;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
    border-right: 1px solid #ced6dc;
    border-bottom: 1px solid #ced6dc;
}
.table_product_content table thead tr th:last-child
{
	border-right: none;
}
.table_product_content table tbody tr td
{
	color: #0268b4;
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
.table_product_content table tbody tr:nth-child(odd) td
{
	background-color: #fff;
}
.table_product_content table tbody tr:nth-child(even) td
{
	background-color: #f3faff;
}
.table_product_content table tbody tr td
{
    border-right: 1px solid #ced6dc;
    border-bottom: 1px solid #ced6dc;
    height: auto !important;
}
.table_product_content table tbody tr td:last-child
{
	border-right: none;
}
.table_product_content .content-area
{
	margin-bottom: 0 !important;
}
.table_product_content table
{
	min-width: 767px;
}
@media only screen and (max-width: 575px)
{
	.single_product_table .heading_wrapper h2
	{
	    font-size: 38px;
	}
}
.site-main
{
	margin-bottom: 0;
}
.single_product_table
{
    padding-top: 50px;
}

@media only screen and (max-width: 575px)
{
	.default_button, 
	.single_add_to_cart_button 
	{
	    font-size: 18px;
	    font-weight: 600;
	    color: #fff;
	    position: relative;
	    -webkit-transition: all .3s ease;
	    transition: all .3s ease;
	    background-color: #0268b4 !important;
	    padding: 14px 20px;
	    display: inline-block;
	    border-radius: 6px;
	    padding-right: 50px;
	    outline: none;
	}
	.single_add_to_cart_button:before
	{
		width: 55px;
		height: 56px;
	}
	.single_product_table
	{
	    padding-top: 25px;
	}
	.single_product_table .heading_wrapper
	{
	    margin-bottom: 32px;
	}
	.storefront-breadcrumb
	{
	    padding-top: 0;
	}	
	.single-product .variations tr td.label label
	{
		min-width: 85px;
	}
	.flex_quantity_container label
	{
		min-width: 85px;
	}
	.single-product .variations select
	{
		min-width: 200px;
	}
	.flex_quantity_container select
	{
		min-width: 200px;
	}
}
.site-main ul.products li.product
{
	width: 100% !important;
	float: none !important;
	margin-right: 0 !important;
    margin-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}
ul.products
{
	display: flex;
	flex-wrap: wrap;
    margin: 0 -15px;
}
ul.products li
{
	max-width: 33.33%;
	width: 100%;
	flex: 0 0 33.33%;
}
ul.products li a
{
	display: block;
}
ul.products li a img
{
    margin-bottom: 30px;
}
ul.products li h2 
{
    color: #0268b4;
    font-size: 25px !important;
    font-weight: 700 !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: left;
    display: block;
    margin-bottom: 6px !important;
}
ul.products li span.price 
{
    color: #0268b4 !important;
    font-size: 20px;
    font-weight: 400 !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 25px !important;
}
ul.products li a.add_to_cart_button, 
.product_type_simple, 
.product_type_variable {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #0268b4 !important;
    padding: 12px 22px;
    display: inline-block;
    border-radius: 5px;
    padding-right: 45px;
    outline: none;
    margin-bottom: 0 !important;
    float: left;
}
ul.products li a.add_to_cart_button:hover,
.product_type_simple:hover,
.product_type_variable:hover
{
	background-color: #0268b4 !important;
	color: #fff;
}
ul.products li a.add_to_cart_button:before, 
.product_type_simple:before, 
.product_type_variable:before 
{
    content: "";
    width: 49px;
    height: 49px;
    border-radius: 100px;
    border: 1px solid #ffffff;
    background-color: #0268b4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-image: url(../images/cart_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: inherit;
    background-size: 22px;
}
ul.products li a.add_to_cart_button:hover:before,
.product_type_simple:hover:before,
.product_type_variable:hover:before
{
    background-color: #0268b4 !important;
}
.cat_name_span 
{
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: left;
    display: block;
    margin-bottom: 7px;
}
.top_logo_contianer_inner a
{
	display: inline-block;	
}
.top_logo_contianer_inner a img
{
	height: 28px;
}
.widget-woof h2,
.widget-title {
    color: #0268b4;
    font-size: 23px !important;
    font-weight: 700 !important;
    font-style: normal;
    letter-spacing: normal !important;
    line-height: 1.3;
    text-align: left;
    display: block;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 28px !important;
}
.woof_list li
{
	margin: 0 !important;
	padding: 0 !important;
}
.woof_list li:first-child label
{
	border-top: 1px solid #dbe2e8;
}
.woof_list label 
{
    border-bottom: 1px solid #dbe2e8;
    display: block !important;
    padding: 15px 10px;
    color: #0268b4;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: left;
}
.woof_list label
{
	display: block;	
}
.woof_list input[type=checkbox]
{
	position: absolute;
	left: -999999px;	
}
input[type='checkbox'] + label, 
input[type='radio'] + label
{
	margin: 0 !important;
}
.wp-block-group h1,
.wp-block-group h2,
.wp-block-group h3
{
    color: #0268b4;
}
.woocommerce-products-header__title.page-title
{
	color: #0268b4;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 0;
	float: left;
}
.storefront-sorting
{
	float: right;
	margin-bottom: 0 !important;
}
.shop_title_outer
{
    margin-bottom: 45px;
}
.shop_title_outer select 
{
    height: 44px;
    border-radius: 5px;
    border: 1px solid #dbe2e8;
    background-color: #ffffff;
    min-width: 200px;
    padding: 5px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background-image: url(../images/arrow_down.png);
    background-position: 95% center;
    background-size: 13px;
    background-repeat: no-repeat;
    color: #0268b4;
    font-size: 16px;
}
.woocommerce-ordering
{
	display: flex;
	align-items: center;
}
.woocommerce-ordering:before 
{
    content: "Sort:";
    color: #0268b4;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-right: 12px;
}
.woof_products_top_panel
{
	float: left;
}
.woof_reset_button_2,
.woof_reset_search_form
{
	background-color: #0268b4 !important;
	color: #fff !important;
}
.woof_products_top_panel_ul li ul li
{
	color: #333;
}
.woof_products_top_panel li span, .woof_products_top_panel2 li span {
    color: #777777;
    background: url(../images/Cancel.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    background-size: 10px;
}
.woof_list label.woof_checkbox_label_selected
{
	background-color: #e3f3ff !important;
}
@media only screen and (max-width: 991px)
{
	.left-sidebar .widget-area {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	}
	/*.left-sidebar .content-area {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	}*/
	/*.content-area, .widget-area
	{
		margin-bottom: 0;
	}*/
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments
{
    background-color: #145A9C;
}
.button.wc-backward
{
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #0268b4 !important;
    padding: 12px 30px !important;
    display: inline-block;
    border-radius: 5px;
    outline: none;
    margin-bottom: 0 !important;
    float: left;
}
.entry-header .entry-title
{
	color: #0268b4;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    font-size: 43px;
    margin-bottom: 0;
}
.hentry.type-page .entry-header
{
	margin-bottom: 22px;
}
table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th
{
	vertical-align: middle;	
}
table.shop_table_responsive tr td.product-name a
{
    color: #145A9C;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading {
    color: #fff;
    background-color: #145A9C !important;
    border-color: #145A9C !important;
}
.cwginstock-panel-heading h4 {
    color: #fff;
    margin-bottom: -0;
    font-weight: 600;
}
input[type='text'], 
input[type='number'], 
input[type='email'], 
input[type='tel'], input[type='url'], 
input[type='password'], 
input[type='search'], 
textarea, .input-text
{
	outline: none !important;
    padding: 5px 15px;
}
.cwgstock_button 
{
    color: #fff !important;
    background-color: #145A9C !important;
    border-color: #145A9C !important;
    display: block !important;
}
.form-row label
{
	color: #0268b4;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}
form.checkout
{
	margin-top: 30px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #dbe2e8;
    background-color: #ffffff !important;
    display: block;
    width: 100%;
    box-shadow: none;
    padding-top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
	top: 12px;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.checkout.woocommerce-checkout h3
{
	color: #0268b4;
	font-size: 25px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.3;
	text-align: left;
	display: block;
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px)
{
	.page-template-template-fullwidth-php .col2-set
	{
	    width: 60.826087%;
	}
	.page-template-template-fullwidth-php #order_review_heading, .page-template-template-fullwidth-php #order_review
	{
	    width: 34.826087%;
	}
}
#order_review_heading
{
	padding-bottom: 0;
}
#payment .payment_methods > li .payment_box, #payment .place-order
{
	background-color: #fff;
	padding: 0;
}
#payment .place-order .button
{
	max-width: 95%;
}
.woocommerce-checkout 
{
	position: relative;
}
#order_review
{
}
.woocommerce-checkout #order_review table td,
.woocommerce-checkout #order_review table th
{
    background-color: #e3f3ff;
    color: #0268b4;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: left;
}
.order_review_heading_container 
{
    display: flex;
    padding-bottom: 20px;
    background-color: #E3F3FF;
    padding: 35px 32px 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.order_review_heading_container .item
{
	max-width: 100%;
	width: 100%;
}
.order_review_heading_container .item h3
{
    color: #0268b4;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: left;
    display: block;
    width: 100% !important;
}
.order_review_heading_container .item .cart_text_link
{
	position: relative;
	text-align: right;
}
.order_review_heading_container .item .cart_text_link a
{
	display: inline-block;
	color: #0268b4;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: right;
}

#ship-to-different-address span
{
	color: #0268b4;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: left;
    display: block;
}
.cart_totals h2
{
	color: #0268b4;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: left;
    display: block;
    width: 100% !important;	
    margin-bottom: 22px;
}
.wc-proceed-to-checkout
{
	margin-bottom: 0;
	margin-top: 45px;
}
.wc-proceed-to-checkout a
{
	margin-bottom: 0;
}
@media only screen and (min-width: 768px)
{
	.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation
	{
		float: left;
	}
	.page-template-template-fullwidth-php .woocommerce-MyAccount-content {
		width: 73.9130434783%;
		float: right;
		margin-right: 0;
	}
}
.woocommerce-account a
{
	color: #0268b4;
	font-size: 18px;
}
.woocommerce-account .entry-header
{
	margin-bottom: 45px !important;
}
.password-input
{
	display: block;
}
.show-password-input 
{
    position: absolute;
    right: 0.7em;
    top: 13px;
    cursor: pointer;
}
fieldset legend
{
    color: #0268b4;
}
.woocommerce-EditAccountForm .woocommerce-Button.button
{
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #0268b4 !important;
    padding: 12px 30px !important;
    display: inline-block;
    border-radius: 5px;
    outline: none;
    margin-bottom: 0 !important;
    float: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;	
}
.woocommerce-EditAccountForm .woocommerce-Button.button:hover
{
	background-color: #084774 !important;	
}
.categories_menu_inner > ul > li.menu-item-has-children > .sub-menu {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 200px;
    padding-top: 45px;
    margin-left: 0;
    padding-left: 0;
    display: none;
    box-shadow: -1px 5px 5px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    border-radius: 10px;
}
.categories_menu_inner > ul > li.menu-item-has-children > .sub-menu li
{	
	display: block;
}
.categories_menu_inner > ul > li.menu-item-has-children > .sub-menu li a 
{
    display: block;
    background-color: #fff;
    padding: 8px 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #145A9C;
    font-weight: 400;
}
.categories_menu_inner > ul > li.menu-item-has-children > .sub-menu li a:hover
{
	background-color: #145A9C;
	color: #fff;	
}
.categories_menu_inner > ul > li.menu-item-has-children > .sub-menu li:first-child a
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.categories_menu_inner > ul > li.menu-item-has-children > .sub-menu li:last-child a
{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.categories_menu_inner > ul > li.menu-item-has-children:hover .sub-menu
{
	display: block;	
}
@media only screen and (max-width: 991px)
{
	.desktop_nav_menu_outer
	{
		display: none;
	}	
	.hero_section
	{
	    padding: 120px 0 150px;
	}
	.hero_inner_content .heading_wrapper h2
	{
		font-size: 48px;
	}
	.welcome_content h1, .welcome_content h2, .welcome_content h3
	{
	    font-size: 37px;
	}
	.welcome_content
	{
	    padding: 40px 40px;
	}
	.welcome_content p
	{
		font-size: 18px;
	}
	.categories_section {
	    position: relative;
	    padding: 5px 0 80px;
	    display: block;
	}
	.categories_content .heading_wrapper h2
	{
		font-size: 37px;
	}
	.categories_container .item
	{
		max-width: 50%;
		flex: 0 0 50%;
	}
	.default_button, .single_add_to_cart_button, .place-order .button, .wc-proceed-to-checkout .button.checkout-button
	{
		font-size: 16px;
	}
	.default_button span, 
	.single_add_to_cart_button span {
	    width: 54px;
	    height: 54px;
	    border-radius: 100px;
	    border: 1px solid #ffffff;
	    background-color: #0268b4;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    position: absolute;
	    right: -25px;
	    top: 0;
	    bottom: 0;
	    -webkit-transition: all .3s ease;
	    transition: all .3s ease;
	}
	.categories_container .item .product_title
	{
		font-size: 18px;
	}
}
@media only screen and (max-width: 575px)
{
	.categories_container .item
	{
		max-width: 100%;		
		flex: 0 0 100%;
	}
}
.woocommerce-checkout #order_review table td, .woocommerce-checkout #order_review table th
{
	padding: 15px 32px;
}
#order_review .shop_table
{
	background-color: #E3F3FF;
    padding-bottom: 40px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.wc-proceed-to-checkout .button.checkout-button:before {
    width: 62px;
    height: 63px;
}
.dropdown_pq label
{
    font-size: 20px;
    width: auto;
    height: auto;
    position: relative !important;
    overflow: auto;
    clip: unset;
    clip-path: unset;
    min-width: 100px;
    display: block;
    color: #0268b4;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    vertical-align: middle;
    min-width: 100px;
    display: block;
}
.dropdown_pq label:after
{
	content: ":";
}
.dropdown_pq select
{
	height: 44px;
    border-radius: 5px;
    border: 1px solid #dbe2e8;
    background-color: #ffffff;
    min-width: 220px;
    padding: 5px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background-image: url(../images/arrow_down.png);
    background-position: 95% center;
    background-size: 13px;
    background-repeat: no-repeat;
}
.single-product div.product form.cart .quantity
{
	display: flex;
	align-items: center;
}
.woocommerce-cart .dropdown_pq label
{
	display: none;
}
.woocommerce-cart .dropdown_pq select
{
    min-width: 140px;
    background-position: 90% center;
}
.wc-proceed-to-checkout a:before
{
    width: 60px !important;
    height: 59px !important;
}
.main_product_review {
    position: relative;
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
    background-color: #E3F3FF;
    padding: 15px 32px;
    border-bottom: none;
}
.main_product_review li 
{
    width: 100%;
    display: flex;
    vertical-align: middle;
}
.main_product_review li.product-name img
{
	width: 105px;
	display: block;
    margin-right: 20px;
}
.main_product_review li.product-total
{
	text-align: center;
	color: #0268b4 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	letter-spacing: normal !important;
	line-height: 1.3 !important;
	justify-content: center !important;
}
.main_product_review li:first-child 
{
    color: #0268b4 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    line-height: 1.3 !important;
    text-align: left;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ced6dc;
    width: 60%;
    padding-bottom: 25px;
}
.main_product_review li:last-child {
    border-bottom: 1px solid #ced6dc;
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: 40%;
    padding-bottom: 25px;
}
.cart-subtotal th,
.cart-subtotal td
{
	color: #0268b4;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.3;
	text-align: left;
}
.woocommerce-form-coupon-toggle
{
	display: none;
}
.checkout_coupon.woocommerce-form-coupon
{
	display: flex !important;
}
.checkout_coupon.woocommerce-form-coupon p:first-child
{
	display: none !important;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first
{
	width: 100%;	
}
.checkout_coupon.woocommerce-form-coupon .form-row-last
{
	display: block;
}
.woocommerce-checkout #order_review td, .woocommerce-checkout #order_review th
{
    padding: 22px 32px;
    font-size: 18px;
}

.cart-subtotal-outer > ul,
.woocommerce-shipping-totals 
{
    display: flex;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 32px;
    margin-bottom: 25px;
}
.cart-subtotal-outer > ul:last-child
{
	margin-bottom: 0;	
}
.cart-subtotal-outer > ul > li,
.woocommerce-shipping-totals li
{
	color: #0268b4;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 55px;
	text-align: left;
	display: block;
	line-height: 1.3;
}
.cart-subtotal-outer > ul > li:first-child,
{
	width: 100%;
	max-width: 155px;
}
.cart-subtotal-outer > ul > li:last-child
{
	width: 100%;
	max-width: 100%;
	text-align: right;
}
.cart-subtotal-outer
{
	margin-top: 25px;
}
.coupon_checkout_container_inner
{
	position: relative;
	padding: 0 32px;
}
.checkout_coupon.woocommerce-form-coupon 
{
    position: relative;
    margin-bottom: 30px;
    margin-top: 12px;
}
.checkout_coupon.woocommerce-form-coupon input
{
    border-radius: 5px;
    background-color: #ffffff !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.checkout_coupon.woocommerce-form-coupon button {
    min-width: 205px;
    padding: 10px 15px;
    color: #0268b4;
    font-family: 'SenticoSansDT';
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    height: 100%;
    background-color: #dbe2e8;
    outline: none !important;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first
{
	margin-right: 0;
	margin-bottom: 0;
}
.checkout_coupon.woocommerce-form-coupon .form-row
{
	margin-bottom: 0 !important;
}
#payment .place-order .button
{
	font-size: 21px;
}
.woocommerce-shipping-totals 
{
	padding-left: 0;
	padding-right: 0;
	margin-left: -20px;
	margin-right: -20px;
}
.woocommerce-shipping-totals li
{
	padding-left: 20px;
	padding-right: 20px;
}
.cat_name_checkout
{
	color: #8c8c8c;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 5px;
	display: block;
}
.cart-subtotal-outer li
{
	padding-left: 0;
	padding-right: 0;
}
div.woof_info_popup
{
    background-color: rgba(20, 90, 156, 0.6);
}
.woof_childs_list_opener span.woof_is_closed {
    background: url(../images/plus.png);
    background-size: 12px !important;
}
.woof_childs_list_opener span.woof_is_opened {
	background: url(../images/minus.png);
}
.woof_childs_list_opener
{
	position: absolute;
	right: 0;
	top: 0;
}
.woof_list > li
{
	position: relative;
}
.woof_childs_list_opener {
    position: absolute;
    right: 12px;
    top: 22px;
}
.woof_childs_list label
{
	border: none !important;
}
.woocommerce-product-gallery__wrapper
{
	width: 100%;
}
.woocommerce-pagination
{
	margin-top: 9px;
}
@media only screen and (max-width: 992px)
{
	ul.products li
	{
		max-width: 100%;
		flex: 0 0 100%;
	}
	ul.products li a img
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
select[name='billing_address_selector']
{
	height: 50px;
    border-radius: 5px;
    border: 1px solid #dbe2e8;
    background-color: #ffffff !important;
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 5px 15px;
}
ul.products li a.button {
    position: absolute;
    left: 15px;
    bottom: 0;
}
.site-main ul.products li.product
{
	padding-bottom: 50px;
}
.stock.in-stock {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
    margin-left: 105px;
    font-size: 16px !important;
}
form.cart .staff-inputs-warp
{
	margin-top: 28px;	
}
.related.products
{
	display: none;
}
.woocommerce-message,
.woocommerce-error
{
	margin-top: 0 !important;
}
.woocommerce-products-header .term-description
{
	display: none;
}
.contact_section
{
	background-color: #0268b4;
	padding: 0 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.contact_section .item 
{
    max-width: 33.33%;
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
    border-right: 1px solid #fff;
}
.contact_section .item_inner
{
	display: block;
}
.contact_section .item_inner > div
{
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
}
.contact_section .item_inner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    margin-bottom: 30px;
}
.contact_section .item_inner > div a
{
	color: #fff;
}
@media only screen and (max-width: 767px)
{
	.contact_section .item 
	{
		padding: 40px 0;
	}
	.contact_section .item 
	{
		max-width: 100%;
		width: 100%;
		flex: 0 0 100%;
	}
	.contact_section .item
	{
		border-right: none; 
		border-bottom: 1px solid #fff;
	}
	.contact_section .item:last-child
	{
		border: none;
	}

}
/*.left-sidebar .content-area {
	width: 100%;
	float: none;
	margin-right: 0;
}*/

