/*
Theme Name: polarice
Theme URI: http://www.seveninternet.co.uk
Author URI: http://www.seveninternet.co.uk
Description: A customised theme.
Version: 1.0
Author: SevenInternet
Tags: widgets

*/


html, body {
	height: 100%
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans', sans-serif;
	height: 100%;
	line-height: 1.5;
	color: #555;
}
a:link, a:visited {
	color: #777;
	text-decoration: none;
}
a:hover, a:active {
	color: #5aa6f2 
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block
}
.flex-direction-nav .flex-next { right: 0px !important;}
h1 {
	margin: 0 0 35px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	color: #333333;
}
h2 { 
    color: #333333; 
    position: relative;
    font-size: 30px; 
	}

h3 {
	font-size: 35px;
	margin: 0;
	font-weight: 400;
}
h4 {
	margin: 0;
	font-weight: 400;
}

/* ------------*/


/* Header */
.header {
    width: 100%;
    float: left;
    clear: both;
}
.top_header {
    background: #2d2f33;
    color: #a9aaab;
    padding: 6px 0;
    width: 100%;
    float: left;
}
.main_header {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}
#header-logo {
    width: 15%;
    float: left;
}
#header-right {
    float: right;
    text-align: right;
	line-height: 31px;
}
img.logo_main {
    width: 190px;
}
.top_left {
    float: left;
	text-transform: uppercase;
	font-size: 14px;
}
.top_right {
    float: right;
}
.left_top_nav ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
	text-transform: uppercase;
}
.left_top_nav ul li a{
   color:#a9aaab;
   font-size: 14px;
}
.main-navigation-srm li a {
    border: none !important;
    font-family: 'Raleway', sans-serif;
}
.left_top_nav {
    float: left;
}
.left_top_social {
    float: right;
    color: #fff;
}
.left_top_social i {
    color: #a9aaab;
}
i.fa.fa-facebook {
    margin-right: 10px;
}
i.fa.fa-twitter {
    margin-right: 10px;
}
.about_section h1 {
    font-size: 30px;
    line-height: 35px;
}
.main_nav {
    float: left;
}
.header_cart { margin-top: 36px; float: left; margin-left: 20px; }
.main-navigation-srm li {
    border: 0;
    display: inline-block;
    position: relative;
    line-height: 90px !important;
}
.current-menu-item {
    border-bottom: 4px solid #9097e8 !important;
}
.full_section_banner {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #f5f5f5;
}
h3.banner_heading {
       color: #253d8a;
}
.inner-container {
    padding-top: 30px;
    width: 100%;
    float: left;
    background: #fafafa;
}
span.main_bread_crumb {
    float: right;
}
h3.banner_heading {
    float: left;
}

/* ------------*/

/* Container */

.stylish {
	font-family: Raleway, FontAwesome;
}

.inner-wrap {
    width: 1120px;
    margin: 0 auto;
}
.full_slider {
    width: 100%;
    float: left;
    clear: both;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
    /* display: inline-block; */
}
p.special_logo {
    text-align: center;
}
p.special_logo img {
    margin-top: 30px;
}
h3.free_shipping {
    font-size: 22px;
    text-transform: uppercase;
    padding-left: 320px;
}
h4 {
    font-size: 20px;
}
.product_section {
    width: 100%;
    float: left;
    padding: 30px 0;
}
.inner-product_wrap {
    width: 1120px;
    margin: 0 auto;
}
.product_grd {
    width: 22.55%;
    float: left;
    margin-right: 25px;
	margin-bottom: 30px;
	position: relative;
}

.product_grd img {
    width: 100%;
    height: auto;
}

.img_product {
    width: 100%;
    position: relative;
}
.img_product:hover .overlay_img {
   background: -webkit-linear-gradient(left, #5aa6f2 , #779eed,#9097e8);
    background: -o-linear-gradient(right, #5aa6f2, #779eed,#9097e8);
    background: -moz-linear-gradient(right, #5aa6f2, #779eed,#9097e8);
    background: linear-gradient(to right, #5aa6f2 , #779eed,#9097e8);
    /* padding: 30px; */
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity: 0.95;
}
.product_grd:nth-child(4) {
    margin-right: 0;
}
.product_grd:nth-child(8) {
    margin-right: 0;
}
h4.product_home_head {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 3px 1px #f1f1f1;
	margin-top: -5px;
}
.about_section {
    margin-top: 10px;
    width: 100%;
    float: left;
}
.search-form {

    float: right;
}
.search-field {
    background-image: url(images/search.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    height: 37px;
    width: 0;
    margin: 3px 0;
    padding: 0 0 0 28px;
    position: relative;
    -webkit-transition: width 400ms ease,background 400ms ease;
    transition: width 400ms ease,background 400ms ease;
    -webkit-appearance: none;
}
.search-submit {
    display: none;
}
.search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
.top_search {
    float: left;
    margin-top: 23px;
}
.top_right a:hover {
    color: #5aa6f2;
}
.top_right i:hover {
    color: #5aa6f2;
}
.main_content ul {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
.main_content ol {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
.main_content {
    padding: 0 0 30px 0;
}
/* ------------*/


/* Woocommerce */
.woocommerce-Tabs-panel {float: left; width: 100%;}
.related.products {float: left; width: 100%;}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left !important;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: right !important;
}
p.woocommerce-result-count {
    border-bottom: 1px solid #777;
    padding-bottom: 8px;
}
button.single_add_to_cart_button.button.alt {
    padding: 15px 50px;
    border: none;
    background: #5aa6f2;
    color: #fff;
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #5aa6f2 , #779eed,#9097e8);
    background: -o-linear-gradient(right, #5aa6f2, #779eed,#9097e8);
    background: -moz-linear-gradient(right, #5aa6f2, #779eed,#9097e8);
    background: linear-gradient(to right, #5aa6f2 , #779eed,#9097e8);
	font-size: 14px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 15px 30px;
    border: 1px solid;
    background: #fff;
    color: #777;
    text-transform: uppercase;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    padding: 15px 30px;
    border: 1px solid;
    background: #253d8a;
    color: #fff;
    text-transform: uppercase;

}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {  height: 3.1em !important; }
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus {     height: 1.62em !important; }

select.orderby {
    padding: 10px;
    text-transform: uppercase;
    background: #fff;
    /* font-weight: bold; */
}
.woocommerce .quantity .qty { 
    width: 3.631em;
    text-align: center;
    padding: 12px;
}
#tab-description h2 {
    text-transform: uppercase;
    font-size: 20px;

}
.related.products h2 {
	text-transform: uppercase;
    font-size: 20px;
}
li.product-category.product {
    text-align: center;
}
li.product-category.product h3 {
    text-transform: uppercase;
}
h1.page-title {
    display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 30.66% !important;
	background: #fff;
    box-shadow: 0 3px 0 #f1f1f1;
    padding-bottom: 22px !important;
}
ul.products li {
    text-align: center;
}
ul.products li h3 {
    text-transform: uppercase;
}
.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
	text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
    background: -webkit-linear-gradient(left, #5aa6f2 , #779eed,#9097e8);
    background: -o-linear-gradient(right, #5aa6f2, #779eed,#9097e8);
    background: -moz-linear-gradient(right, #5aa6f2, #779eed,#9097e8);
    background: linear-gradient(to right, #5aa6f2 , #779eed,#9097e8);
}
.woocommerce ul.products li.product .onsale {
    top: -5px !important;
    right: 15px !important;
    left: auto;
    margin: -.5em -.5em 0 0;
}
.woocommerce ul.products li.product .price {
    color: #444 !important;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
    border-top: 1px solid #eee;
    padding-top: 10px;
	margin-top: 10px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #5aa6f2 !important;
    color: #fff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #444 !important;
    font-size: 1.50em !important;
}

ul.tabs.wc-tabs {
    display: none;
}
mark.count {
    background: none !important;
}
.page-description {
    display: none;
}
.term-description {
	display: none;
}

span.woocommerce-Price-amount.amount {
    display: block;
    margin-right: 8px;
}
/* ------------*/

/* Footer */
#footer {
    width: 100%;
    float: left;
    padding: 50px 0 50px;
    background: #f2f2f2;
}
.sec_col {
    float: left;
    width: 45%;
}
.sec_col_next {
    float: right;
	margin-left: 30px;
	width: 50%
}
.img_sec {
    width: 15%;
    float: left;
	margin-top: 6px;
}
.news_text {
    float: left;
    width: 82%;
    margin-left: 12px;
}
input.inp_news {
    padding: 15px 8px;
    border: none;
	width: 100%;
}
.new_col {
    float: left;
    width: 60%;
}
.new_col_last {
    float: left;
    width: 40%;
}
input.btn_news {
    padding: 14px;
    border: none;
    background: #5aa6f2  url(images/subscribe-icon.png) no-repeat 10px center;
    color: #fff;
    text-transform: uppercase;
	width: 100%;
    background: -webkit-linear-gradient(left, #5aa6f2 , #779eed,#9097e8);
    background: -o-linear-gradient(right, #5aa6f2, #779eed,#9097e8);
    background: -moz-linear-gradient(right, #5aa6f2, #779eed,#9097e8);
    background: linear-gradient(to right, #5aa6f2 , #779eed,#9097e8) ;
	font-size: 14px;
	
}
.footer-full_col {
    width: 100%;
    margin: 0 auto;
}
.sec_col h3 {
    font-size: 18px;
    font-weight: bold;
}
.news_form {
    width: 100%;
}
.creat_copyright {
    width: 100%;
    float: left;
    background: #26292b;
    padding: 16px 0 30px 0;
    color: #a9aaab;
}
.footer_col {
    float: left;
}
.footer_col_last {
    float: right;
}
.nav_footer ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}
.nav_footer ul li a {
    color: #a9aaab;
}
.nav_footer ul li a:hover {
    color: #5aa6f2;
}
.nav_footer ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
	font-size: 14px;
    text-transform: uppercase;
}
.nav_footer {
    float: left;
}
.social_footer {
    float: right;
    margin-left: 10px;
}
.full_space_line {
    width: 100%;
    border-top: 1px solid #a9aaab;
    margin-bottom: 16px;
    margin-top: 20px;
}
.sec_col h3 {
    font-size: 20px;
	font-family: 'Raleway', sans-serif;
}
.sec_col h4 {
    font-size: 16px;
}
.nav_footer .current-menu-item {
    border-bottom: none !important;
}
/* ------------*/

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { padding: 2%; border: 1px solid #333;}
#jckwds-delivery-date {padding: 0.7%;}
#billing_company { padding: 1%;}