/*general*/

p {text-align: justify;}

.section-separator {
  position: relative; }
  .section-separator span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ededed;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }
/*#google_translate_elements*/
/*{*/
/*    display:none;*/
/*}*/
#google_translate_element
{
    display:block important;
}
/*header*/
@media only screen and (max-width: 1199px) and (min-width: 992px) {
nav.site-nav > ul > li {
    margin: 0 15px;
}
}
.togglesearch {
    background: #E8E8E4;
    position: absolute;
    top: 83px;
    right: 21%;
    width: 280px;
    height: 28px;
    line-height: 27px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-top: 4px solid #D80B15;
    display: none;
}
.togglesearch:before{
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #D80B15;
}
 
.togglesearch input[type="text"]{
  width: 200px;
  padding: 5px 10px;
  border: 1px solid #D80B15;
  outline: none;
}
 
.togglesearch input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #D80B15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #D80B15;
  outline: none;
  cursor: pointer;
}
lastly, we need a little CSS for responsive design.

@media only screen and (min-width:240px) and (max-width: 768px){
    .navbar ul li{
        float:none;
        display:block;
        text-align:center;
        margin:0 auto;
    }
}
.header-box-topbar.is-sticky .header-bottom-container .header-bottom-navigation nav.site-nav > ul > li{
    line-height: 50px;
}

.header-box-topbar.is-sticky .header-bottom-container .header-bottom-navigation nav.site-nav > ul > li > a:after {
    bottom: 10px;
}

/*cart*/







/* Rating Star */
.rating {
  float:left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
  follow these rules. Every browser that supports :checked also supports :not(), so
  it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
	position:absolute;
	top:-9999px;
	clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
	float:right;
	width:1em;
	/* padding:0 .1em; */
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:300%;
	/* line-height:1.2; */
	color:#ddd;
}

.rating:not(:checked) > label:before {
	content: '★ ';
}

.rating > input:checked ~ label {
	color: #f5cc26;
	
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
	color: #f5cc26;
	
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
	color: #f5cc26;
	
}

.rating > label:active {
	position:relative;
	top:2px;
	left:2px;
}


.hidden{
	display: none;
}

/********************************/
/********** Pagination **********/
div.pagination {
	display: block;
    text-align: center;
    border-radius: 0;
    padding: 15px 0 0;
    margin: 0;
	font-size: 16px;
}


div.pagination a {
	padding: 3px 8px 3px 8px;
	margin: 2px;
	border: 1px solid #333;
	text-decoration: none; /* no underline */
	color: #333;
	border-radius: 3px !important;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #333;
	background-color: #333;
	color: #ffffff;
	border-radius: 3px !important;
}

div.pagination span.current {
	padding: 5px 10px 5px 10px;
	margin: 2px;
	border: 1px solid #333;
    font-weight: bold;
    background-color: #333;
    color: #ffffff;
	border-radius: 3px !important;

}

div.pagination span.disabled {
	padding: 5px 10px 5px 10px;
	margin: 2px;
	border: 1px solid #333;
	color: #7777;
	border-radius: 3px !important;
}

a.category-banner-link{
	background-color: #000; 
	color: #fff;
	line-height: 11px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 9px;
}

@media only screen and (max-width:600px)
{
    .search {
margin-right: -128px !important ;    /*position: absolute;*/
    width: 118%;
    top: 40px;
    right: 131px !important;
}
/*#google_translate_elements*/
/*{*/
/*    display:block !important;*/
/*}*/
/*#google_translate_element*/
/*{*/
/*    display:none;*/
/*}*/
.submitsearch
{
        position: absolute;
    top: -31px;
    padding-top: 6px;
    right: -46px;
}

}