#top .widget_product_categories ul {list-style: none;}
.entry-content-wrapper li {margin-left:0px;}
.logo a img {
max-height: 100px;
height: 100%;
width: auto;
}
.responsive .container {max-width: 80%}

.top-logo img {
	width:500px;
	height:auto;
}

.image-overlay {
    position: absolute;
    background: none repeat scroll 0% 0%;
    z-index: 300;
    height: 100%;
    width: 100%;
    opacity: 100%;
}

.select2-container .select2-selection--single {height: 34px;}

.image-overlay-inside, .image-overlay.overlay-type-extern {
display: none;
}


.av-main-nav > li > a {text-transform:uppercase; margin-left:10px; margin-right:10px;}


.brand-box {max-height:255px !important; height:100%; }

.brand-box-butt {
    max-width: 250px !important;
    width: 100% !important;
}


#header_main {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    z-index: 1;
    padding-left: 5%;
	padding-right: 5%;

}


#top .title_container .container {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 45px;
}


.avia-menu-fx {bottom:10px;}
.avia-section {min-height: 50px !important;}



#header-desktop .container {
	padding:0%;

	width:100%;
	height:100%;
}

#header-desktop2 .container {
	padding:0%;

	width:100%;
	height:100%;
}

.home-slider {border-width: 4px; border-style: solid; border-color: #fff;}




.hero-title {
height:15%;

}



.hero-box-left {
max-width:700px;
width:100%;
max-height:660px;
height:100%;
}

.hero-box-right {
max-width:700px;
width:100%;
max-height:660px;
height:100%;
}


.hero-box-left2 {
max-width:700px;
width:100%;
max-height:600px;
height:100%;
}

.hero-box-right2 {
max-width:700px;
width:100%;
max-height:600px;
height:100%;
}

.avia-icon-list article.article-icon-entry { min-height: 45px; height: 30px;}

.footer-butt {
    background-image: linear-gradient(to bottom right, #E50102, #b40d0d);
    width: 90%;
    margin-left: 0%;
    float: left;
    color: #ffffff;
    border-color: #ffffff;
    border-radius: 3px;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
}

.footer-butt:hover {
	background-image: linear-gradient(to bottom right, #b40d0d, #E50102);}

.fa fa-phone {margin-left:15px; color:#fff !important;} 


.header_color .av-menu-button-colored > a .avia-menu-text {
    background-image: linear-gradient(to bottom right, #E50102, #b40d0d);
    color: #ffffff;
	border-color: #ffffff;
    border-radius:3px;
	
}


.sub-menu .avia-menu-text {
  color:#ddd !important;
}

.header_color .cart_dropdown_first .cart_dropdown_link {
    color: #333333 !important;
}

.av-main-nav ul a {background-color: #58595B !important;}

.header_color .av-menu-button-colored > a .avia-menu-text:hover {
    background-image: linear-gradient(to bottom right, #b40d0d, #E50102);
}

.mega_menu_title a {font-size:13px !important; color:black !important;}
.social_bookmarks {color:#E50102 !important;}

.header_color .main_menu ul ul {background-color: #58595B;}

.title-lower {font-size:18px; font-weight:600; text-transform:uppercase; line-height:0.4; letter-spacing: 3px;}
#fullwidth .container {width: 100% !important; max-width: 100% !important; padding: 0px !important;}




.avia-icon-list .iconlist_icon {
    height: 45px;
    width: 45px;
    line-height: 48px;
    font-size: 25px;
    text-align: center;
    border-radius: 500px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-left: 2px;
    z-index: 5;
    color: #fff;
}

.avia-icon-list li {padding: 0 0 15px 0;}
.iconlist-timeline {display:none;}



#header-desktop .flex_column_table {

    display: table;
    table-layout: fixed;
    width: 100%;
    border-style: solid;
    border-width: 3px;
    border-color: white;
    box-shadow: #000;
    -webkit-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);

}


.info-box {max-height:185px !important; height:185px !important;}


#top #wrap_all .socket_color .av-menu-button-colored > a .avia-menu-text {
    background-color: #ed1c24;
    color: #fff;
    border-color: #ed1c24;
	padding-bottom:10px;
}

.widget_nav_menu ul {
	margin-top: -3px;}


.border-box {border-style:solid; border-width:2px; border-color:#58595B;}


/* Victoria Button START */

a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 10px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 0px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


a.animated-button.victoria-four {
	color:#fff;
	border: 2px solid #E50102;
	max-width:300px;
	width:100%;
border-radius:3px;
}
a.animated-button.victoria-four:after {
	background: #E50102;
	opacity: .5;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
a.animated-button.victoria-four:hover:after {
	opacity: 1;
	height: 600% !important;
}

a.animated-button.victoria-four2 {
	color:#fff;
	border: 2px solid #fff;
	max-width:300px;
	width:100%;
border-radius:3px;
}
a.animated-button.victoria-four2:after {
	background: #414042;
	opacity: .5;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
a.animated-button.victoria-four2:hover:after {
	opacity: 1;
	height: 600% !important;
}

a.animated-button.victoria-four3 {
	color:#E50102;
	border: 2px solid #E50102;
	max-width:300px;
	width:100%;
border-radius:3px;
}

a.animated-button.victoria-four3:after {
	background: #E50102;
	opacity: .5;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

a.animated-button.victoria-four3:hover:after {
	opacity: 1;
	height: 600% !important;
}

/* Victoria Button END */



/* Contact Form */

.fs-form {list-style-type: none !important; margin: 0  !important; padding: 0  !important}
.form-half {float: left; width: 48%; margin-left: 1%; margin-right: 1%; padding: 0}
.form-full{float: left; width: 98%; margin-left: 1%; margin-right: 1%;}
.fs-form input[type=text], input[type=email], input[type=tel],  .fs-form select {margin-bottom: 8px !important; border-radius: 3px !important; padding: 15px !important; float: left; width: 100%; border: solid 1px #cccccc !important; background: rgba(255,255,255,0.5);}
.form-full textarea {background-color: #ffffff !important; max-height: 80px; border: solid 1px #999999 !important; border: solid 1px #cccccc !important; border-radius: 3px !important;}
div.wpcf7-response-output { clear: both; background-color: #fff}

input.send-but {
	max-width:200px;
	width:100%;
	color: #E50102 !important;
    border: 3px solid #E50102 !important;
    background: #fff !important;
	padding-right:20px;
	padding-left:20px;
	text-transform:uppercase;
	border-radius: 3px !important;
	font-size:13px;
}

input.send-but:hover { color:#fff !important;background-color: #E50102 !important;
	opacity: 1 !important; 
}

.avia-button.avia-color-dark {color: #E50102 !important; border: 2px solid #E50102 !important; background: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 200px !important;
    width: 100%;}

.avia-icon-list .av-iconlist-empty .iconlist_title {
    margin-top: 5px;
}


.avia-button.avia-color-dark:hover { color:#fff !important; background-color: #E50102 !important;}

.top-fix {margin-top: -2px !important}


/* Contact Form END */



.widget { padding:0px;}

a {text-decoration: none;}

.slider-1 { margin-top:-20px; border-radius:0px !important; width:100%;}


.search-bar {
	z-index:500;
	position:relative;
    width: 100%;
    background-color: #58595B;
    padding-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: -25px;
    padding-top: 25px;

}

.search-bar-text { margin-left: 7%; color: #fff !important; float: left;font-weight: normal; margin-top: 4px;  font-size: 21px; text-transform:uppercase;}

.fa-cog {margin-right:10px !important; color:#ed1c24; border-style:solid; border-color:#fff; border-width:2px; border-radius:100px; padding:5px; font-size:20px;   }




#top input[type="search"] {margin-bottom: 0px; border-radius: 5px;

border-width: 1px;

border-style: solid;}


.grid {padding-left:15%; padding-right:15%;}

.lordco-box-responsive  {display:none}
	.lordco-box  {display:inherit}

.contact-box-responsive  {display:none}
	.contact-box  {display:inherit}

.services-page-responsive  {display:none}
	.services-page  {display:inherit}

.brand-box-responsive {display:none}
.brand-box {display:inherit}


.header-desktop {display:inherit;}
	.header-mobile {display:none !important;}


#av-burger-menu-ul a {  color: #fff !important;}

.inner_product_header {min-height:130px !important;}

.thumbnail_container img {
    margin-left: 15% !important;
    width: 70% !important;
}



.inner_product_header {min-height:135px !important;}

.inner_product_header p {font-size:12px; line-height:1.2; color:#000;}

.products .slide-entry-wrap .active-slide .inner_product_header {min-height:130px !important;}


.thermo-promo {margin-bottom:10px; margin-top:10px;}




/*----------------------------------------------------------------------------------Products categories menu styles*/



.current-cat {background-color:#ED1C24 !important; color:#fff !important;}


.widget_product_categories li {padding: 10px !important;}
h3.widgettitle {text-align: left; margin-bottom: 20px}

.main_color .sidebar .current-cat a {color: #ffffff !important}


li.product-category h2.woocommerce-loop-category__title {padding: 12px;padding-bottom: 12px;font-size: 1em;line-height: 1.3em;font-weight: normal;margin: 0;text-align: center;background-color: #b10048;color: #fff;}

ul.product-categories li, ul.product-categories li ul li, ul.product-categories li ul li ul li  {border-radius: 3px !important; margin-bottom: 4px !important;}
ul.product-categories li {padding-top: 10px; padding-bottom: 10px; text-align: left;text-indent: 20px;}
ul.product-categories li a:hover {font-weight: 600; text-decoration: none}

ul.product-categories ul {}
ul.product-categories > li {text-indent: 10px;background-color:#ececec; border: solid 1px #e1e1e1}
ul.product-categories > li a {color: #333333 !important}

ul.product-categories > li > ul > li {text-indent: 20px; background-color:#323232;}
ul.product-categories > li > ul > li a {color: #fff !important}

ul.product-categories > li > ul > li > ul > li {text-indent: 25px; background-color: #323232; color:#fff;}

.widget li {clear: both;float: left;width: 100%;}
.sidebar {padding-top: 50px;}

.widget_product_categories li a {font-size: 13px;}


ul.product-categories > li > ul > li > ul > li a {color: #fff !important;}

/*----------------------------------------------------------------------------------Products categories menu styles - main products page*/




/*----------------------------------------------------------------------------------laptop styles*/

@media only screen and (min-width: 1080px) and (max-width: 1679px) {

	.responsive .container {max-width: 95%}
	
	.dgwt-wcas-sf-wrapp {width:90%; padding-left: 130px;}
	
	.av-main-nav > li > a {
    margin-left: 0px;
    margin-right: 0px;
}
	
	.grid {
    padding-left: 5%;
    padding-right: 5%;
}
	
	.promo-box {box-shadow: none; padding-left: 15px; padding-right: 10px; margin-bottom:0px !important; padding-bottom:0px !important;}
	
	.lordco-box-responsive  {display:none}
	.lordco-box  {display:inherit}
	
	.contact-box-responsive  {display:none}
	.contact-box  {display:inherit}
	
	.services-page-responsive  {display:none}
	.services-page  {display:inherit}
	
	.loresco-box-responsive  {display:none}
	.loresco-box  {display:inherit}
	
	.av-flex-placeholder {
    width: 1% !important;
}
	
	.header-desktop {display:inherit;}
	.header-mobile {display:none;}
	
}



/*----------------------------------------------------------------------------------landscape tablet*/

@media only screen and (min-width: 641px) and (max-width: 1080px) {
.responsive .container {max-width: 95%}
	
		.loresco-box-responsive  {display:none}
	.loresco-box  {display:inherit}
	
	.lordco-box-responsive  {display:inherit}
	.lordco-box  {display:none}
	
	.contact-box-responsive  {display:inherit}
	.contact-box  {display:none}
	
	.services-page-responsive  {display:none}
	.services-page  {display:inherit}
	
	.brand-box-responsive {display:inherit}
	.brand-box {display:none}
	
	.header-desktop {display:inherit;}
	.header-mobile {display:none;}

	.av-flex-placeholder {
    width: 2% !important;
}
	.avia_iconbox_title {font-size:15px !important; }
	.avia-button.avia-color-dark {padding-left:0px !important; padding-right:0px !important;}
	
	
	.search-bar-text {
    margin-left: 2%;
    color: #fff !important;
    float: left;
    font-weight: normal;
    margin-top: 0px;
    font-size: 16px;
    text-transform: uppercase;
}
	
	.search-bar {padding-right:10px !important;}



	.avia-button.avia-size-medium {
    margin-top: 80px !important;
}
	
	.info-box h3 {font-size: 16px;}
	
	
}


/*----------------------------------------------------------------------------------portrait tablet*/

@media only screen and (min-width: 641px) and (max-width: 990px) {
.responsive .container {max-width: 100%}

.search-bar-text {
    margin-left: 2%;
    color: #fff !important;
    float: left;
    font-weight: normal;
    margin-top: 0px;
    font-size: 13px;
    text-transform: uppercase;
}
	
.sidebar .dgwt-wcas-sf-wrapp {
    width: 60%;
    margin: 0;
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
    background: 0 0;
    max-width: 201px;
    width: 100%;
    margin-left: -70px !important;
    padding: 0px !important;
    margin-top: 30px;

}
	

	#main .sidebar {padding: 0px !important;}
	
	#top input[type="search"] {margin-bottom: 0px; border-radius: 5px; width:80%; margin-left:40px;}

	#header-desktop .container {margin-top: -100px;}
	
	.search-bar {padding-right:10px;}
	
	
	
	#top .av_header_glassy.av_header_transparency .social_bookmarks li, #top .av_header_glassy.av_header_transparency .social_bookmarks li a {
    border-color: rgba(255,255,255,0.25);
    color:black !important;
}
	
	#top .av_header_glassy.av_header_transparency .social_bookmarks li, #top .av_header_glassy.av_header_transparency .social_bookmarks li a:hover {
    border-color: rgba(255,255,255,0.25);
    color:#fff!important;
}
	.lordco-box-responsive  {display:inherit}
	.lordco-box  {display:none}

	.contact-box-responsive  {display:inherit}
	.contact-box  {display:none}

	.services-page-responsive  {display:inherit}
	.services-page  {display:none}
	
	.brand-box-responsive {display:inherit}
	.brand-box {display:none}
	
	.loresco-box-responsive  {display:inherit}
	.loresco-box  {display:none}
	
	.header-desktop {display:inherit;}
	.header-mobile {display:none;}
	
	.grid {
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 0%;
	margin-bottom: -90px;}
	
	.av-flex-placeholder {
    width: 0% !important;
}
	
	#brands .avia_iconbox_title {font-size:12px !important; }
	#brands .avia-button.avia-color-dark {padding-left:0px !important; padding-right:0px !important;}
	
	.avia-icon-list .iconlist_icon {
    height: 35px;
    width: 35px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    border-radius: 500px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-left: 2px;
    z-index: 5;
    color: #fff;
}
	
	.avia-icon-list .av-iconlist-empty .iconlist_title {
    margin-top: 0px;
}
	
	.av_iconlist_title .iconlist_title .av_inherit_color   {font-size:15px !important;}
	
	.info-box h3 {font-size: 16px;}
	
	
}




/*----------------------------------------------------------------------------------mobile styles*/

@media only screen and (max-width: 640px) {

	.responsive .container {max-width: 95%}
	
	.lordco-box-responsive  {display:inherit}
	.lordco-box  {display:none}

	.contact-box-responsive  {display:inherit}
	.contact-box  {display:none}
	
	.services-page-responsive  {display:inherit}
	.services-page  {display:none}
	
	.brand-box-responsive {display:inherit}
	.brand-box {display:none}
	
	.loresco-box-responsive  {display:inherit}
	.loresco-box  {display:none}

	.header-desktop {display:none;}
	.header-desktop2 {display:none;}
.header-mobile {display:inherit !important;}

	
	
	.grid {
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
	margin-bottom: 0px;}

	.footer-butt {width:100%;font-size:10px;}
	#footer .widget {margin: 0px 0 0px 0;}
	#footer {
		padding: 15px 0 0px 0;}
	

}

/*burger menu---------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1366px) and (min-width: 768px) {
  .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
    display: none;
  }

  .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
      display: block;
  }
}
a.pdf-download {width: 100%; padding: 10px; background-color: #f9f9f9; color: #444444; width: 100%; float: left; margin-bottom: 10px; text-transform: uppercase; border: solid 1px #cccccc}
a.pdf-download i {background-color: #f00; color: #fff; padding: 10px;}

/*  Hide pricing at checkout and cart */
.page-id-224  th.product-price, .page-id-224  td.product-price, .page-id-224  td.product-subtotal, .page-id-224  th.product-subtotal {display: none}
.page-id-224 .cart_totals h2, .page-id-224 .cart_totals table {display: none;}
.page-id-225  th.product-total, .page-id-225  td.product-total, .page-id-225  td.product-total, .page-id-225  th.product-total {display: none}
.page-id-225  tr.order-total, .page-id-225  tr.cart-subtotal {display: none}
.page-id-225 tfoot {display: none;}
.page-id-225 .woocommerce-order-overview__total {display: none;}