@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Overpass:300,400,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,900');


.cb {clear:both;}

#secondary {
	float:left;
}



.page-template-templatestemplate-full-full-feature-php #main .full-container {
    max-width: 100% !important;
}

.page-template-templatestemplate-full-full-feature-php div#primary {
    width: 1080px;
    margin: 0 auto;
    display: table;
    float: none;
}

div#fullwidth_featured_img {
    max-height: 380px;
    overflow: hidden;
    min-height: 380px;
    position: relative;
}

div#fullwidth_featured_img img {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    object-fit: cover;
    width: 100%;
}





/* customized by Raon 20/06/2017 */

body {
	font-family: 'Roboto', sans-serif;
}

.entry-content a {
	color: #3299ca;
}

#masthead {
	background: rgb(240,240,240);
}

.header-info {
	margin-left: -35px;
	margin-right: -35px;
	background: rgb(60,60,60);
}

.header-info-container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 15px 0;
}

.header-info-container .column-left {
	float: left;
	width: 50%;
	color: #fff;
}

.header-info-container .column-left p {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	letter-spacing: 1px;
}

.header-info-container .column-left p span {
	display: inline-block;
	padding: 9px 12px;
	background: #113171;
	border-radius: 3px;
	margin-right: 5px;
}

.header-info-container .column-right {
	float: right;
	width: 50%;
	color: #fff;
}

.header-info-container .column-right ul {
	margin: 6px 0 0 0;
	text-align: right;
}

.header-info-container .column-right ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0 0 0 10px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
}

.header-info-container .column-right ul li a {
	color: #fff;
}

.header-info-container .column-right ul li .fa {
	color: #113171;
	padding-right: 10px;
}


#masthead .hgroup {
	padding-top: 30px;
	padding-bottom: 30px;
}

#masthead .hgroup #header-sidebar aside.widget {
	margin-right: 0;
}




#header-sidebar #text-2 ul li a {
	color: #000;
}

#header-sidebar #text-2 ul li:hover  {
	border: 1px solid #113171;
}
/*****  
#header-sidebar #text-2 ul li .fa {
	color: #113171;
	padding-right: 7px;
	margin-right: 10px;
	border-right: 1px solid #bbb;
}
***/
#header-sidebar #woocommerce_product_search-2 input {
	padding: 11px;
	background: white;
	color: black;
	border: 1px solid #bbb;
	border-radius: 0;
	min-width: 250px;
}

#header-sidebar #woocommerce_product_search-2 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: fff;
}
#header-sidebar #woocommerce_product_search-2 input:-moz-placeholder { /* Firefox 19+ */
  color: fff;
}
#header-sidebar #woocommerce_product_search-2 input:-ms-input-placeholder { /* IE 10+ */
  color: fff;
}
#header-sidebar #woocommerce_product_search-2 input:-moz-placeholder { /* Firefox 18- */
  color: fff;
}

.main-navigation {
	background: #3299ca;
}

.site-navigation.primary {
	margin-left: -35px;
	margin-right: -35px;
	background: #3299ca;
}

#mega-menu-wrap-primary {
	background: none;
}

.main-navigation ul, #mega-menu-wrap-primary {
	text-align: center;
}

.main-navigation ul li, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 25%;
}

.main-navigation ul li a {
	color: #fff;
	padding: 25px 35px;
	display: block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #fff;
	padding: 15px 35px 8px 35px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	height: auto;
	line-height: 1.2;
}



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.cat-item-35 {
	display: none;
}

.mega-sub-menu .product-categories li {
	list-style-type: none;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #666;
	line-height: 1.5;
	margin-bottom: 7px;
}

.mega-sub-menu .product-categories li a {
	color: #666;
	text-decoration: none;
}



.mega-sub-menu .product-categories  {
	columns: 5;
  	-webkit-columns: 5;
  	-moz-columns: 5;
  	
  	-webkit-column-gap: 20px; 
    -moz-column-gap: 20px; 
    column-gap: 20px;
}

.mega-sub-menu .product-categories  .cat-item.cat-parent {
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;           
    break-inside: avoid-column;        
    display:table;   
}

.mega-sub-menu .product-categories .cat-item.cat-parent a {
	color: #000;
	font-weight: 600;
	font-size: 14px;
}

.mega-sub-menu .product-categories .cat-item.cat-parent .children {
	margin-left: 0;
	margin-bottom: 1em;
	margin-top: 10px;
}

.mega-sub-menu .product-categories .cat-item.cat-parent .children li a {
	color: #666;
	font-weight: 400;
	font-size: 13px;
}

.mega-sub-menu .product-categories .cat-item.cat-parent .children li a:hover {
	color: #113171;
}


.mega-sub-menu .megamenu-brands {
	margin: 0;
}

.mega-sub-menu .megamenu-brands li {
	list-style-type: none;
	position: relative;
	display: inline-block;
	width: 12%;
}

.mega-sub-menu .megamenu-brands li img {
	width: 100%;
	height: auto;
	background: #fff;
}




#main-slider .metaslider .caption-wrap {
	background: none;
	opacity: 1;
	bottom: 45% !important;
}

#main-slider .metaslider .caption {
	max-width: 1080px;
	margin: 0 auto;
}

#main-slider .metaslider .caption h2 {
	color: #fff;
	text-shadow: 2px 2px 5px #333;
	text-transform: uppercase;
	font-family: 'Overpass', sans-serif;
	font-size: 4em;
	line-height: 1.2;
	font-weight: 900;
	text-align: center;
	background: rgba(50,153,202, .4);
	padding: 10px 0;
}

#main {
	background:rgb(240,240,240);
}

.home #main {
	padding-top: 0;
	padding-bottom: 0;
}

#home-welcome {
	background: rgb(240,240,240);;
	padding-bottom: 60px;
}

#home-welcome  .textwidget {
	text-align: center;
}

#home-welcome h3 {
	font-family: 'Overpass', sans-serif;
	font-size: 3em;
	font-weight: 600;
	line-height: 1.2;
	color: #13295b;
	margin-top: .5em;
}

#home-welcome h3 span {
	font-size: 1.3em;
	color: #fff;
	display: block;
}

#home-welcome  .textwidget ul  {
	margin: 0 0 30px 0;
}

#home-welcome  .textwidget ul li {
	display: inline-block;
	margin: 0 20px;
}

#home-welcome  .textwidget ul li img {
	max-width: 55px;
	height: auto;
	padding: 20px;
	border-radius: 50%;
	background: #113171;
}

#home-welcome  .textwidget p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.35em;
	color: #000;
	line-height: 1.5;
}	

#home-welcome  .textwidget p.readmore {
	display: inline-block;
}

#home-welcome  .textwidget p.readmore a {
	padding: 15px 30px;
	background: #113171;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .8em;
	font-weight: 300;
	border-radius: 5px;
}

#home-featured h3 {
	font-family: 'Overpass', sans-serif;
	font-size: 3.5em;
	font-weight: 600;
	line-height: 1.2;
	color: #13295b;
	margin-top: 0;
	text-align: center;
}

#home-featured .product_list_widget li {
	float: left;
	margin: 0 3.8% 2.992em 0;
    padding: 15px 15px 30px 15px;
    position: relative;
    width: 18.05%;
    border: 1px solid #c1c1c1;
    text-align: center;
}

#home-featured .product_list_widget li:hover {
	border: 1px solid #81c72d;
}

#home-featured .product_list_widget li img {
	float: none;
	display: block;
	margin: 0 auto 15px auto;
	width: auto;
}

#home-featured .product_list_widget li a {
	text-decoration: none;
}

#home-featured .product_list_widget li .product-title {
	font-family: 'Roboto', sans-serif;
	font-size: 1.15em;
	font-weight: 500;
	color: #000;
	line-height: 1.5;
    margin: 0 0 20px 0;
    display: block;
    min-height: 67px;
}

#home-featured .product_list_widget li  .woocommerce-Price-amount {
	font-family: 'Roboto', sans-serif;
	font-size: 1.3em;
	font-weight: 500;
	color: #3299ca;
}

#home-brands {
	background: rgb(240,240,240);

}

#home-brands .textwidget ul {

	text-align: left;
}

#home-brands .textwidget ul li {
	list-style-type: none;
	display: inline-block;
	max-width: 16.5%;
	margin: 0 15px;
}



#colophon {
	background: #13295b;
	padding-bottom: 0 !important;
}

#footer-widgets .widget .widget-title {
	font-family: 'Roboto', sans-serif;
	font-size: 1.35em;
	font-weight: 500;
	 color: rgb(203,214,223);
	text-transform: uppercase;
}

#footer-widgets .panel-grid-cell:first-child ul {
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#footer-widgets .panel-grid-cell:first-child ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	color: #fff;
	margin-bottom: 7px;
}

#footer-widgets .panel-grid-cell:first-child ul li a {
	color: rgb(203,214,223);
}

#footer-widgets ul.ft-contact li {
	font-family: 'Roboto', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	color: rgb(203,214,223);
	margin-bottom: 7px;
	padding-left: 25px;
	position: relative;
}

#footer-widgets ul.ft-contact li  a {
	
	color: rgb(203,214,223);
}

#footer-widgets ul.ft-contact li .fa {
	position: absolute;
	left: 0;
}


#site-info {
	margin-left: -30px;
	margin-right: -30px;
	background: #fff;
	padding: 10px 0;
	color: #000 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 300;
}

#site-info a {
	color: #000 !important;
	font-weight: 300 !important;
}

#theme-attribution {
	display: none;
}







.woocommerce #page-wrapper h1.page-title {
	font-family: 'Overpass', sans-serif;
    font-size: 2.7em;
    font-weight: 700;
    line-height: 1.2;
    color: #13295b;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: 1px solid #c1c1c1;
    text-align: center;
    padding: 15px 15px 20px 15px;
    width: 24.05%;
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
	border: 1px solid #81c72d;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
	font-family: 'Roboto', sans-serif;
    font-size: 1.15em;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin: 0 0 2px 0;
    display: block;
    min-height: 67px;
}


.woocommerce ul.products li.product .price {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    color: rgb(5,26,77);
}

/**
.woocommerce ul.products li.product a.button {
	display: none;
}

**/

.woocommerce .full-container #container {
	float: right;
	width: 75.287%;
}

.woocommerce .full-container #secondary {
	float: left;
	width: 20.762%;
}


.woocommerce #page-wrapper .breadrumb-wrapper {
	margin: -35px -35px 0 -35px;
	background: #f1f1f1;
	padding: 10px 0;
	margin-bottom: 3em;
}

.woocommerce #page-wrapper .woocommerce-breadcrumb {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	max-width: 1080px;
	margin: 0 auto;
}

#secondary .widget h3.widget-title {
	font-family: 'Overpass', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
    color: #113171;
    text-transform: uppercase;
    border-bottom: 1px dotted #999;
    padding-bottom: 10px;
}

#secondary .widget h3.widget-title:before {
	content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background: #113171;
}    

#secondary .widget_product_categories ul li {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
}



#secondary .widget_product_categories ul li a {
	color: #666;
}

#secondary .widget_product_categories ul li a:hover {
	color: #113171;
}

#secondary .widget_recently_viewed_products ul li a {
	color: #666;
}





.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, .woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	border: 1px solid #dbdbdb;
}




.single-product .full-container #container,
.woocommerce-cart .full-container #primary {
	float: none;
	width: 100%;
}

.single-product .full-container #secondary,
.woocommerce-cart .full-container #secondary {
	display: none;
}

.woocommerce #page-wrapper .product h1.entry-title {
	font-family: 'Overpass', sans-serif;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    color: #13295b;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-family: 'Roboto', sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    color: #3299ca;
}

.woocommerce-product-details__short-description p {
	font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.woocommerce #page-wrapper .product .cart .qty {
	padding: 13px 10px;
	border: 1px solid #bbb;
	margin-top: 0;
}

.woocommerce #page-wrapper .button {
	border: none;
	padding: 15px 30px;
    background: #113171;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
}

.product_meta {
	display: none;
}

.single-product  .woocommerce-variation-price {
	margin-bottom: 2em;
}

.single-product  .related.products {
	margin-top: 3em;
}

.single-product  .related.products  h2 {
	font-family: 'Overpass', sans-serif;
    font-size: 1.3em !important;
    font-weight: 400;
    line-height: 1.5;
    color: #113171;
    text-transform: uppercase;
}

.single-product  .related.products  h2:before {
	content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    background: #113171;
}

.single-product  .related.products li .woocommerce-loop-product__title {
	font-size: 14px !important;
}

.single-product  .related.products li .woocommerce-loop-product__title:before {
	display: none;
}

.woocommerce #page-wrapper .related.products ul.products li.product {
	max-width: 200px;
}

#tab-description {
	padding: 10px;
}

#tab-description h2 {
	display: none;
}

#tab-description h3 {
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

#tab-description p {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 1.7;
}

#tab-description ul li {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 1.7;
    margin-bottom: 5px;
}










.woocommerce-page.woocommerce-account .full-container #primary,
.woocommerce-checkout  .full-container #primary{
	float: none;
	width: 100%;
}

.woocommerce-page.woocommerce-account .full-container #secondary,
.woocommerce-checkout .full-container #secondary {
	display: none;
}

.woocommerce-page #page-wrapper #primary h1.entry-title{
    font-family: 'Overpass', sans-serif;
    font-size: 2.7em;
    font-weight: 700;
    line-height: 1.2;
    color: #13295b;
}

.woocommerce-page.woocommerce-account #main {
	padding-top: 50px;
	padding-bottom: 50px;
}

.woocommerce-page.woocommerce-account #page-wrapper #primary h2 {
	font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: 1px solid #bbb;
	border-radius: 0;
	font-family: 'Roboto', sans-serif;
    font-size: 1.15em;
    font-weight: 400;
    color: #000;
}

.woocommerce form.register {
	min-height: 226px;
}
	


.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin-left: 0;
	margin-top: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
	color: #666;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: #113171;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	display: inline-block;
	width: 35px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: '\f2ba';
	font-family: fontawesome;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: '\f0cb';
	font-family: fontawesome;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: '\f041';
	font-family: fontawesome;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: '\f2be';
	font-family: fontawesome;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: '\f08b';
	font-family: fontawesome;
}

.woocommerce-MyAccount-content p {
	font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.woocommerce-account .addresses .title h3,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-content input {
	border: 1px solid #bbb;
	border-radius: 0;
	padding: 7px 10px;
}

.woocommerce-account .woocommerce-MyAccount-content  input.button {
	border: none !important;
    padding: 15px 30px !important;
}




.woocommerce table.shop_table {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 50px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	border: 1px solid #ddd;
	padding: 7px 10px;
	border-radius: 0;
}

.woocommerce-cart table.cart input {
	padding: 7px 10px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 180px !important;
    padding: 11px 10px;
}

.woocommerce .shop_table .actions .button {
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 15px 30px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	padding: 15px 30px;
}



.cart-collaterals h2 {
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.woocommerce .button.alt {
	border: none;
    background: #113171;
    background-color: #113171;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #113171;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #113171;
	background-color: #113171;
	border: none;
}

.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, #order_review_heading {
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.woocommerce-billing-fields p {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.woocommerce-billing-fields p input, #order_comments_field .input-text {
	border: 1px solid #bbb;
	border-radius: 0;
	padding: 7px 10px;
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.woocommerce-checkout-payment li {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	font-size: 15px;
    color: #000;
}



.woocommerce-page.post-type-archive-product .products li.product-category {
	background: #fcfcfc;
}

.woocommerce-page.post-type-archive-product .products li.product-category h2 {
	min-height: auto;
	margin: 0;
}





.page-template-templatestemplate-full-php  #main {
	padding-top: 50px;
	padding-bottom: 70px;
}

.page-template-templatestemplate-full-php  #main #primary h1.entry-title {
	font-family: 'Overpass', sans-serif;
    font-size: 2.7em;
    font-weight: 700;
    line-height: 1.2;
    color: #13295b;
}

.page-template-templatestemplate-full-php  #main #primary .textwidget p {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.7;
}



#panel-26-0-0-0 .textwidget ul {
	margin: 15px 0 50px 0;
}

#panel-26-0-0-0 .textwidget ul  li {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    margin-left: 0px;
    padding-left: 50px;
    list-style-type: none;
}

#panel-26-0-0-0 .textwidget ul  li .fa {
	color: #fff;
	background: rgb(168,0,10);
	display: inline-block;
	position: absolute;
	left: 0;
	width:  30px;
	height: 10px;
	text-align: center;
	padding: 8px 0 13px 0;
}

#panel-26-0-0-0 .textwidget ul  li a {
	color: #000;
	text-decoration: none;
}

#panel-26-0-0-0 .textwidget ul  li a:hover {
	border-bottom: 1px solid #3299ca;
}

#pl-26 h3.widget-title {
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

#pl-26 .textwidget form label {
	display: block;
}

#pl-26 .textwidget form p {
	margin: 10px 0;
}

#pl-26 .textwidget form input, #pl-26 .textwidget form textarea {
	border: 1px solid #bbb;
	border-radius: 0;
	padding: 7px 10px;
	width: 100%;
}

#pl-26 .textwidget form textarea {
	height: 185px;
}

#pl-26 .textwidget form input[type=submit] {
	border: none;
    background: #113171;
    background-color: #113171;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: none;
    text-shadow: none;
 	width: auto;
 	padding: 15px 50px;
}





/*************  Edit by Eric ***********/
/**** Menu *******/

.header-info{
	height:40px;
}
#masthead #header-sidebar{
	padding-top: 5px !important;
}
#masthead #woocommerce_product_search-2{
	position: absolute !important;
    top: -32px;
    right: 0;
}
#masthead #woocommerce_product_search-2 #woocommerce-product-search-field-0{
	height:25px;
}
#masthead #woocommerce_product_search-2:before{
	content: "\f002";
	font-family: FontAwesome;
	color:rgb(168,0,10);
    position: absolute;
    right:5px;
    font-size: 1.3em;
    margin-top: 4px;
   
}


#mega-menu-wrap-primary #mega-menu-primary > li > a:hover {
	background: rgb(0,136,205) !important;
	color: white !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
	background:rgb(235,237,235);
}
#mega-menu-wrap-primary #mega-menu-primary > li > a {
	color: black !important ;
}


#masthead #text-2 #PLeaseCall{
	font-size: 1.8em;
	font-weight: 500;
    letter-spacing: 0.9px;
}
#masthead #text-2 .textwidget{
    text-align: right;
}
#masthead #text-2  #FreeShipping{
   	padding: 10px 25px;
    background: white;
    box-shadow: 1px 1px 1px rgb(210,210,210);
 	float:right;
  	margin: 10px 0;
}
#masthead #text-2 i{
	color:rgb(168,0,10);
	margin-right:10px;
	 
}
#masthead #text-2  #FreeShipping i{
	margin-right:10px;
	font-size:1.5em;

}
#header-sidebar #text-2 ul li   {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	/* margin-top:10px; */
	padding: 0px 20px;
	
}
#header-sidebar #text-2 ul li:nth-of-type(1){
	border-right: 2px solid black;
}
#header-sidebar #text-2 ul li .fa-shopping-cart{
    margin-left: 5px;
}
#masthead .site-navigation{
 	background:rgb(235,237,235);
    max-width: 1080px ;
    margin: auto; 
    right:35px;
    height:40px;
   	width:inherit !important;  
}
#sticky-container{ 
/*	margin:auto  !important;  */
}

 
 

/******* Body *********/
/*****  welcome *********/ 
.home .panel-grid{
	margin-bottom:60px !important;

}
.home #home-welcome{
	margin: 0;
    padding: 0;
	border-top: 2px solid rgb(40,140,200);
}
.home #home-welcome  #pgc-30-0-0{
	/*width:25%;*/
	background:white;
    overflow: display;
    text-transform: uppercase;
    line-height: 1.7;
}
.home #home-welcome	 #pgc-30-0-1{
	/*width:75%;*/
} 
.home #home-welcome	 #ProductCategories {
	font-size: 10px;
	padding-bottom:20px;
}
.home #home-welcome	 #ProductCategories ul{
	margin-left: 15px;
}
.home #home-welcome	 #ProductCategories ul li{
	margin-right: 30px;
}



.home #home-welcome  #pgc-30-0-1 img{
   	height:500px;
    width:100%;
}


.home #home-welcome .widget_product_categories .widget-title {
	font-size: 2em;
	font-weight: 300;
 	font-family:'Roboto', sans-serif;
	text-align: center;
	color:#111111;
}
.home #home-welcome .widget_product_categories ul li ul {
	display: none;
}
.home #home-welcome .widget_product_categories ul li:hover ul {
	display: block;
}
.home #home-welcome .widget_product_categories ul li:hover:after {
	display:none !important;
}




.home #home-welcome .widget_product_categories ul.product-categories > li {
	display: block;
	font-size:1.5em;
	margin: 10px 30px 10px 0px;
}
.home #home-welcome .widget_product_categories ul.product-categories > li a{
	text-decoration: none;	
	color:#111111;
}

.home #home-welcome .widget_product_categories ul.product-categories >li:after{
	content: '\f140';
    display: inline-block;
    font-family: dashicons;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    float:right;
}
.home #home-welcome .widget_product_categories ul li ul li {
	display: block;
	font-size:0.8em;
	margin: 10px 0;
}



.home #home-Special, 
.home #home-Featured {
	margin:0;
	background:white;
	box-shadow: 10px 10px 40px #888888;
	padding:0;
}	
.home #home-Special .textwidget>h1, 
.home #home-Featured .textwidget>h1,
.home #home-brands h3  {
	float:left;
	margin:0;
	background:rgb(187,10,11);
	padding: 15px 30px;
	font-size: 1.0em;
	color:white;
	// box-shadow: 5px 0 5px #888888;
	border-right: 2px solid #888888;
	text-transform: uppercase;
	
}
.home #home-Special .textwidget > p,
.home #home-Featured .textwidget > p  {
	margin:0 15px;
}
.home #home-Special .textwidget > p a,
.home #home-Featured .textwidget > p a{
	float:right;
	padding: 15px 0;
	color:black;
	text-decoration: none;	
}
.home #home-Special .textwidget .woocommerce,
.home #home-Featured .textwidget .woocommerce{
	clear:both;
	padding:30px;
	border-top: 2px solid rgb(180, 180, 180);
}

.home #home-Special .textwidget .woocommerce ul li,
.home #home-Featured .textwidget .woocommerce ul li{
	width:20%;
	margin:0;
	padding:0;
	clear:none;
	margin: 0 2%;
}
.home #home-Special .textwidget .woocommerce ul li h2,
.home #home-Featured .textwidget .woocommerce ul li h2{
	font-weight: 400;
	margin:0;
	padding:0;
}
.home #home-Special .textwidget .woocommerce ul li .woocommerce-Price-amount,
.home #home-Featured .textwidget .woocommerce ul li .woocommerce-Price-amount{	
	font-size: 1.1em;
}
.home .woocommerce a.button{
	background: rgb(109,114,117);
	border: none;
    padding: 15px 15px 15px 0;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    box-shadow: none;
    text-shadow: none;
    margin-bottom:20px;
}
.home .woocommerce a.button{
	border-radius: 0;
}
.home .woocommerce a.button:before{
	font-family: FontAwesome;
   	content: "\f064";
   	padding:15px;
   	margin-right:15px;
   	background:rgb(49,55,61);
   	
}
.home .woocommerce a.button:hover:before{
	background: rgb(22,117,196);
	
}

.home #home-brands .widget_text {
	margin:0;
}
.home #home-brands .widget_sow-editor {
	
	background:white;
	box-shadow: 10px 10px 40px #888888;
}
#home-brands #metaslider_237{
	clear: both;
    padding-top: 10px;
}
#home-brands .wonderplugincarousel-container .amazingcarousel-image > div{
	display: none !important;
	opacity:0 !important;
}

#home-brands #metaslider_237  .flex-viewport ul li:nth-of-type(1){
	margin-left:0;
}

/*** Footer ****/

#footer-widgets #panel-w5977f61610f76-0-2-0  p{
	text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    color: rgb(203,214,223);
    margin-bottom: 7px;
}
#footer-widgets #panel-w5977f61610f76-0-2-0  p img{
	margin-bottom:10px;
}



/*****   Terms & Conditions  ********/
.entry-title{
	font-family: 'Overpass', sans-serif;
    font-size: 2.7em !important; 
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #13295b !important;
}
#TermsConditions p,
#PrivacyPolicy p,
#Shipping p{
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.7;
}



/*************  End Edit Eric ***********/



#masthead > .hgroup.full-container {
	/* height: 120px; */
}


/* top info */
#masthead #text-2 #PLeaseCall {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.6em;
    letter-spacing: 2.6px;
	margin-top: 10px;
}
#masthead #header-sidebar {
	padding-bottom: 0 !important;
}
#masthead #header-sidebar ul {
	margin-bottom: 0;
	clear: right;
}
#header-sidebar #text-2 ul li:last-child {
	padding-right: 0;
}
#header-sidebar #text-2 ul li {
    border: 1px solid rgba(0, 0, 0, 0);
}
#header-sidebar #text-2 ul li a {
	font-family: 'Raleway', sans-serif !important;
	font-weight: 500;
	font-size: 0.9em;
}
#mega-menu-wrap-primary #mega-menu-primary > li > a {
	font-family: 'Raleway', sans-serif !important;
	font-weight: 600 !important;
    font-size: 0.9em !important;
	color: #454545 !important;
}
#masthead #text-2  #FreeShipping {
    padding: 10px 17px;
}



/* bottom carousel */
#home-brands .textwidget ul li:nth-child(1) img
, #home-brands .textwidget ul li:nth-child(5) img 
, #home-brands .textwidget ul li:nth-child(6) img 
, #home-brands .textwidget ul li:nth-child(7) img 
, #home-brands .textwidget ul li:nth-child(9) img
, #home-brands .textwidget ul li:nth-child(11) img {
	position: absolute;
	width: 300px !important;
	max-width: 300px !important;
}
#home-brands .textwidget ul li:nth-child(1)
, #home-brands .textwidget ul li:nth-child(11) {
	width: 230px !important;
}
#home-brands .textwidget ul li:nth-child(1) img
, #home-brands .textwidget ul li:nth-child(11) img {
	margin-left: -20px !important;
}
#home-brands .textwidget ul li:nth-child(5)
, #home-brands .textwidget ul li:nth-child(15) {
	width: 150px !important;
}
#home-brands .textwidget ul li:nth-child(5) img
, #home-brands .textwidget ul li:nth-child(15) img {
	margin-left: -70px !important;
}
#home-brands .textwidget ul li:nth-child(6)
, #home-brands .textwidget ul li:nth-child(16) {
	width: 250px !important;
}
#home-brands .textwidget ul li:nth-child(6) img
, #home-brands .textwidget ul li:nth-child(16) img {
	margin-left: -20px !important;
}
#home-brands .textwidget ul li:nth-child(7)
, #home-brands .textwidget ul li:nth-child(17) {
	width: 200px !important;
}
#home-brands .textwidget ul li:nth-child(7) img
, #home-brands .textwidget ul li:nth-child(17) img {
	margin-left: -60px !important;
}
#home-brands .textwidget ul li:nth-child(9)
, #home-brands .textwidget ul li:nth-child(19) {
	width: 220px !important;
}
#home-brands .textwidget ul li:nth-child(9) img
, #home-brands .textwidget ul li:nth-child(19) img {
	margin-left: -45px !important;
}
#home-brands .textwidget ul {
	width: 6000px !important;
}




/* product categories in main */
.home #home-welcome .widget_product_categories .widget-title {
	margin-left: 15px;
	text-align: left;
	font-size: 1.75em;
}

.woocommerce ul.products li.product a img {
	width: auto;
	max-height: 200px;
	margin: 0px auto;
}
