/*Body*/
body{
	padding: 0px !important;
}
body.responsive #page-wrapper{
	max-width: 1200px;
}
/*Top Bar*/
#topbar{
	margin: 0 -10px;
	padding: 15px 10px;
	border-bottom: 1px solid #e2e2e4;
}
.fa{
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa:hover{
	color: #0c9900;
}
.icon, .icon-details{
	display: inline-block;
}
.divide{
	border-left: 1px solid #e2e2e4;
	margin-left: 10px;
	padding-left: 15px;
}
.header-right{
	float: right;
}
.header-right .icon-box:first-child {
    border-left: none;
		padding-left: 0;
}
.header-right .icon-box{
	  display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    border-left: 1px solid #e2e2e4;
    font-size: 18px;
    font-weight: 400;
}
/*HEADER*/
.hgroup{
	padding: 20px 10px!important;
}
/*Logo*/
#masthead img{
	width: 280px;
	height: 150px;
}
/*Search*/
#header-sidebar, #woocommerce_product_search-3{
	width: 400px;
}
#woocommerce-product-search-field-0{
	width: 300px;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
}
/*MainMenu*/
.main-navigation{
	z-index: 1;
}
#menu-mainmenu{
	padding-left: 20px;
}

/*Content*/
header.entry-header{
	display: none;
}
#main{
	padding: 0;
}
/*Slider*/
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
	padding: 0px;
}
/*Product Tab*/
.nav-tabs{
	border-bottom: 1px solid rgba(0,0,0,0.4) !important;
	margin: 30px 0 0 0 !important;
}
.nav-tabs li{
	margin: 0 5px !important;
}
.nav-tabs li a:hover{
	box-shadow: inset 0px -3px 0px red;
	background: none !important;
	color: black;
}
.nav-tabs li.active a{
	font-weight: 600;
	color: black !important;
	box-shadow: inset 0px -3px 0px red;
}
.nav-tabs li a{
	border: none !important;
	font-size: 24px;
	color: rgba(0,0,0,0.4);
}
.col-lg-5ths{
	width: 19%;
	margin: 0 0.5%;
}

.col-lg-5ths .text-muted{
	font-size: 14px;
}

.blackhref{
	font-size: 18px;
}
.row-table{
	display: flex !important;
  flex-wrap: wrap;
}
.tablecell{
	display: flex;
  flex-direction: column;
}

/*FOOTER*/
#site-info{
	color: black !important;
	font-size: 14px !important;
	text-align: right !important;
}

/*PRODUCT PAGINATION*/
div#page2{
    float: right;    
}

ul#pagination, ul#pagination2{
    list-style: none;
}

ul#pagination li, ul#pagination2 li{
    display: inline-block;
    margin: 0 1px;
}

ul#pagination li a, ul#pagination2 li a{
    display: block;
    color: #555;
    font-size: 15px;
    border: 1px solid #aaa;
    padding: 4px 0px;
    width: 32px;
    text-align: center;
    text-decoration: none;
}

ul#pagination li a:hover, ul#pagination2 li a:hover{
    border: 1px solid #333;
    background-color: #eee;
}

@media only screen and (max-width: 450px){
	.col-sm-2ths{
		width: 49%;
		margin: 0 0.5%;
	}
	.nav-tabs li a{
		font-size: 18px;
 }
	.blackhref{
	 font-size: 14px;
 }
	#headertop{
		display: none;
	}
	.footer_widgets{
		font-size: 12px;
	}
	#footer_homelink{
		font-size: 1.1em!important;
	}
}
@media only screen and (min-width: 451px) and (max-width: 1200px){
	.col-sm-2ths{
		width: 24%;
		margin: 0 0.5%;
	}
}