/*
  Theme Name: Shopello Portal
  Theme URI: http://otilia.se
  Description: Extendend version
  Version: 1.0
*/
*,
*:after,
*:before {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}


@font-face {
    font-family: 'pacificoregular';
    src: url('./fonts/pacifico-webfont.eot');
    src: url('./fonts/pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/pacifico-webfont.woff') format('woff'),
         url('./fonts/pacifico-webfont.ttf') format('truetype'),
         url('./fonts/pacifico-webfont.svg#./fonts/pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* clerafix----------------------------------------------------------- */
.clearfix:after { 
visibility: hidden; 
display: block; 
font-size: 0; 
content: " "; 
clear: both; 
height: 0; 
}
.clearfix { 
clear: both; 
}
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

/* Grid */

[class*="box-"] {
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

img{
  max-width: 100%;
}

.box-100 {
  width: 100%;
}
.box-80 {
  width: 80%;
}
.box-75 {
  width: 75%;  
}
.box-66 {
  width: 66.6666666666666665%;
}
.box-60 {
  width: 60%;
}
.box-50 {
  width: 50%;
}
.box-40 {
  width: 40%;  
}
.box-33 {
  width: 33.3333333333333332%; 
}
.box-30{
  width:30%;
}
.box-25 {
  width: 25%; 
}
.box-20 {
  width: 20%;  
}
.box-10 {
  width: 10%;  
}
.padding{
  padding:1%;
}

/* Typography */


html {
    position: relative;
    min-height: 100%;

}
body {
    margin: 0;
    font-family: "Raleway","Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    overflow-y: scroll;
    background-color: #FDFDFD;

}

h1{
  font-size: 40px;
  margin: 0;
  line-height: 1;
}

h2{
  font-size: 18px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  font-weight: normal;
  line-height: 1.1;
}

h5{
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 0 15px 10px;
  font-weight: normal;
  margin-bottom: 5px;
}

p{
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Raleway", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

a{
  text-decoration: underline;
  color: #000000;
}

/* Main page */

.page-wrap{
  max-width: 1440px;
  min-width: 1100px\9; /* Target ie8 and below*/
  margin: 0 auto;
  padding:0 20px;
  min-height: 100%;
}

.content{
  padding: 10px 0px 10px 20px;
  width: 77%;
  float: left;
}

.sidebar{
  width: 23%; 
  float: left;
  margin-left: -1px;
}


/* Header */
.header{
  background-color: #ffffff;
  /*-webkit-box-shadow: inset 0px 1px 60px 0px rgba(0, 0, 0, 0.05); */
  /*box-shadow: inset 0px 1px 60px 0px rgba(0, 0, 0, 0.05);*/
  background-size: cover;
}

.header .page-wrap{
  position: relative;
}

.decoration-img{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  margin-right: 30px;
}

/* Logo */
.logo{
  text-align: center;
  font-family: 'pacificoregular';
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
  padding: 11px;
  position: relative;
  left: -10px;
  display: inline-block;
  float: left;
}

.logo-img{
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
  padding: 11px;
  position: relative;
  left: -10px;
  display: inline-block;
  float: left;
  line-height: 0;
}

.logo a{
   color: #4A4A4A;
   text-decoration: none;
}

.topmenu-wrap{
  width: 77%;
  float: left;
  position: relative;
}

.topmenu-wrap.lonely{
  width: 100%;
}

.pre-topmenu-wrap{
  width: 23%;
  float: left;
  position: relative;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  font-size:13px;
  float: left;
  color: #fff;
  display: inline-block;
  
  text-decoration: none;
  clear: both;
}

.pre-topmenu-text{
   position: relative;
  z-index: 1;
  padding: 16px 17px 16px 17px;
  display: inline-block;
  float: left;
  cursor: pointer;
}

.pre-topmenu-text.woman.active,.pre-topmenu-text.man.active{
  background-color: #fff;
  color: #333;
}

.topmenu-wrap ul{
  list-style: none;
  padding: 0;
  margin:0;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
}

.topmenu-wrap li a{
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  font-size:13px;
  float: left;
  color: #fff;
  display: inline-block;
  padding: 16px 7px 16px 24px;
  text-decoration: none;
}

.topmenu-color{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.2;
}

.pre-topmenu-color{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.9;
}

/* Searchfield */
.shopello_api.shopello_search{
  max-width: 500px;
  display: inline-block;
  float: left;
  padding: 35px 16px 23px 16px;
  clear: none;
  margin: 0;
}

.shopello_api.shopello_search form{
  margin-left: 20px;
}

.shopello_api.shopello_search form input[type="text"]{
  border: 0;
  width: 80%;
  float: left;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-radius-topleft: 1px;
  -moz-border-radius-bottomleft: 1px;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  padding: 0px 12px;
  -webkit-appearance: none;
  height: 40px;
  display: inline-block;
  margin: 0;
  line-height: normal;
  border: 0px solid #D0D0D0;
  font-family: Montserrat;
}

.shopello_api.shopello_search form input[type="submit"]{
  color: #ffffff;
  float: left;
  background-color: #dd4451;
  border: 0;
  -webkit-border-top-right-radius: 1px;
  -webkit-border-bottom-right-radius: 1px;
  -moz-border-radius-topright: 1px;
  -moz-border-radius-bottomright: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  padding: 0px 1.5%;
  text-transform: uppercase;
  font-family: Montserrat;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  -webkit-appearance: none;
  font-weight: 400;
  height:40px;
  width: 20%;
}

h4{
  font-size: 20px;
  margin: 5px 0;
}


/* Page */
section h1{
  margin: 10px 0 5px 0;
}

article p{
  max-width: 750px;
}


/* Productgrid */
ul.shopello_product_list li{
  width: 20%;
}

ul.shopello_product_list li .product .product_image_wrap{
  height: 200px;
}

ul.shopello_product_list li .product{
  position: relative;
}

ul.shopello_product_list li .product .checkout_button a{
  background-color: #53CCA0;
  border: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-transform: capitalize;
  font-family: Montserrat;
  font-size: 18px;
  color: #FFF;
  line-height: 0;
  padding: 19px 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-size: 15px;
}

.line{
  border-top: 1px solid #CFCFCF;
  margin: 4px 0;
}

ul.shopello_product_list li .product:hover {
 -webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.7);
-moz-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.7);
box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.7);
border-color: #FFF;
}

ul.shopello_product_list li .product:hover .rea-sticker {
top: -20px;
right: -20px;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 25px;
z-index: 13;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
cursor: pointer;
}


ul.shopello_product_list li .product:hover .checkout_button a{
  background-color: #53CCA0;
}

ul.shopello_product_list li .product .checkout_button a:hover{
background-color: #00C57D;
}

ul.shopello_product_list li .product:hover a{
  color: #333;
}

ul.shopello_product_list li .product {
padding: 8px;
border: 1px #DBDBDB solid;
border-radius: 2px;
background: #FFF;
cursor: pointer;
}

ul.shopello_product_list li .product h3 {
  font-size: 14px;
  margin: 10px 0 2px 0;
  height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
}

ul.shopello_product_list li .product .price_wrap{
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: bold;
  text-align: left;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 6px;
}

ul.shopello_product_list li .product .price_wrap .small-info{
  font-size: 11px;
  color: #999;
  font-weight: 400;
  font-family: raleway;
  text-transform: none;
  display: block;
  padding-top: 4px;
}

ul.shopello_product_list li .product .price_wrap .small-info:hover{
  text-decoration: underline;
}

ul.shopello_product_list li .product .price_wrap .price.old_price{
  font-size: 13px;
  margin-left: 3px;
  text-decoration: line-through;
}

.rea-sticker {
position: absolute;
-webkit-transition: -moz-transform .3s ease-out;
-moz-transition: -webkit-transform .3s ease-out;
-webkit-transition: -moz-transform .3s ease-out;
transition: all .1s ease-out;
top: 10px;
right: 10px;
width: 40px;
overflow: hidden;
font-family: montserrat;
height: 40px;
background-color: #de4550;
color: #FFF;
line-height: 41px;
text-align: center;
z-index: 2;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
font-size: 16px;
-webkit-font-smoothing: antialiased;
transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
}

ul.shopello_product_list li .product .price_wrap .price.sales{
  color: #de4550;
}

/* Single product */
.product-info{
  background-color: #F0F0F0;
  padding: 3%;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  
  /*
  Nope =(
  margin-left: -25%;
  margin-top: -25%;
  */

  /* 
  Yep!
  */
  transform: translate(-50%, -50%);
  
  /*
  Not even necessary really. 
  e.g. Height could be left out!
  */

  width: 95%;
  max-width: 1052px;
  min-height: 400px;
  max-height: 90%;
  overflow-x: auto;
}

.product-info-wrap{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  background-color: rgba(22, 22, 22, 0.5);
}

.single-product-image{
  float: left;
  width: 20%;
  padding-right: 25px;
}

.single-product-image img{
 max-width: 100%;
}
.single-product-text{
  float: left;
  width: 60%;
  margin-left: 10%;
}

.product-info .clone-price{
  text-transform: uppercase;
  font-family: Montserrat;
  display: block;
}

.product-info .clone-price{
  text-transform: uppercase;
  font-family: Montserrat;
  display: block;
  margin-top: 20px;
}
.price{
  font-size: 30px;
  color: #333;
} 

.product .price_wrap .price.sales{
  color: #DD4451;
}

 .old_price{
  font-size: 18px;
  text-decoration: line-through;
  color: #999;
  margin-left: 5px;
}

.close-x{
position: absolute;
padding: 7px 17px;
right: 0;
top: 0;
font-size: 35px;
font-family: sans-serif;
color: #999;
font-weight: 300;
}

.close-x:hover{
  color: #333; 
}


.product-info .checkout_button a, .product-info-single .checkout_button a {
  background-color: #53CCA0;
  border: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 25px;
  color: #FFF;
  line-height: 60px;
  height: 60px;
  text-align: center;
  width: 300px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  margin-top: 8px;
    -webkit-font-smoothing: antialiased;
}

.product-info-single{
  padding: 20px;
}

.shopello_result{
  margin-top: 4px;
}

.shopello_result_message {
  padding: 0;
  border-bottom: 0 #EEE solid;
  margin-bottom:0;
}









/* Sidebar */
.banner-300{
  margin-top: 10px;
  border-top: 0px solid #E4E4E4;
  padding-top: 16px;
  overflow: hidden;
}

.category-heading{
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0 0px 0;
  display: none;
}

.filter-categories{
  margin-top: 10px;
}

.filter-category-list li{
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  list-style: none;
  margin: 0;
  display: block;
  position: relative;
}

.filter-category-list li:last-child{
  border-bottom: 1px solid #E0E0E0;
}

.filters{
  margin-top: 5px;
}

.filters .item{
  width: 25%;
  float: left;
  padding: 0 25px 0 0;
  border-bottom: 0;
  margin: 0;
}

.filters .item:last-child{
    padding: 0;
}

.filters .item select {
padding: 2px;
line-height: 1.6em;
height: 28px;
background-color: #FFF;
border: 1px solid #C3C3C3;
vertical-align: middle;
margin-top: 5px;
}

.colors{
  margin: 6px 0;
}

.filters .item .colors input[type=radio].color + label{
  width: 18px;
  height: 18px;
  box-shadow: none;
}

.filters .item h4 {
font-size: 14px;
margin: 0;
font-weight: 300;
margin-bottom: 0;
font-family: 'Montserrat';
}

.filter-category-list{
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-category-list li{
  font-size: 15px;
  line-height: 24px;
  font-family: "Raleway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;

}

.filter-category-list li a{
  text-decoration: none;
  padding: 8px 16px;
  display: block;
}

.filter-category-list li:hover{
  background-color: #E7E7E7;
}

*:focus,
*:active {
  outline: 0;
}


select{
  font-size: 13px;
}
 
#reset-price-max{
  background-color: #FFF;
  border: 0;
  -webkit-border-radius: 4px;
  border: 1px solid #C3C3C3;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  font-size: 13px;
  float: left;
  line-height: 0;
  padding: 12px 8px 14px;
  -webkit-font-smoothing: antialiased;
  margin-top: 5px;
  width: 28%;
  float: right;
  margin-left: 2%;
}

#reset-price-max:hover{
  background-color: #f2f2f2;
}

.filters .item .filter-hint{
  line-height: 1.4;
  font-size: 12px;
}

.input-price-max-wrap{
  margin: 9px 0;
  width: 68%;
  float: left;
}

.filters .item input:not([type="checkbox"]):not([type="radio"]),
.filters .item select,
.filters .item textarea,
.filters .item button {
  background: inherit;
  width: 100%;
  color: #111111;
}



input[type=range],
input[type=range], 
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 8px;
  height: 6px;
  border: 1px solid #C3C3C3;
  background-color: #fff;
  padding:0;
}

input[type='range']::-webkit-slider-thumb,
input[type='range']::-webkit-slider-thumb,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #C3C3C3;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}


input[type=range] {
  width: 100%;
}
input[type=range]::-moz-range-track {
  border-radius: 8px;
  height: 7px;
  border: 1px solid #C3C3C3;
  background-color: #fff;
}
input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 1px solid #C3C3C3;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}

/* Internet Explorer */
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: transparent;
}
input[type="range"]::-ms-track {
  border-radius: 8px;
  height: 12px;
  border: 1px solid #C3C3C3;
  background-color: #fff;
}
input[type="range"]::-ms-thumb {
  background-color: #111;
  border: 1px solid #C3C3C3;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}








/* Categorys*/
.nav-man, .nav-woman{
  display: none;
}

.nav-man.active, .nav-woman.active{
  display: block;
}

.categories ul{
  padding: 0;
  margin:0;
}

.categories li{
  border: 1px solid #E0E0E0;
  border-top: 0;
  list-style: none;
  margin:0;
  display: block;
  position: relative;
}

.categories li:last-child{
   border-bottom: 1px solid #E0E0E0;
}

.categories li a{
  padding: 10px 10px 10px 16px;
  display: block;
  font-size: 15px;
  color: #333333;
  text-decoration: none;
}


.categories ul.sub-menu{
  position: absolute;
  display: none;
  top: -1px;
  left: 100%;
  z-index: 10;
  background-color: #FFF;
  border-top: 1px solid #E0E0E0;
}



.categories li.menu-item-has-children  a{
  background: url("img/pil.png") no-repeat 98% center transparent;
  background-repeat: no-repeat;
}

.categories li.menu-item-has-children:hover{
  background:transparent;
}

.categories ul.sub-menu li a{
  font-size: 15px;
  padding: 10px 18px;
  color: #333;
  font-weight: 300;  
  text-transform: none;
  background-color: #ffffff;
  background-image: none;
}

.categories li a:hover{
  background-color: #f2f2f2;
  cursor: pointer;
}

.categories ul.sub-menu li a:hover{
  background-color: #f2f2f2;
  cursor: pointer;
}


.categories li:hover ul.sub-menu{
  display: block;
}

.footer-text{
  padding-top:20px;
  padding-left:20px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  
}

.footer-text h1{
  font-size: 24px;
  margin-bottom: 5px;

}

.footer-text p{
  font-size: 13px;
  line-height: 1.2;
  max-width: 800px;
  
}


.footer-text a{
  text-decoration: underline;
  color: #ffffff;
}


.footer{
  background-color: #333;
  padding-bottom: 5px;
  padding-top: 15px;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.footer-logo{
  max-width: 230px;
  margin-top: 20px
}

.footer-line{
  font-size: 12px;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-top: 1px solid #fff;
  opacity: 0.2;
  margin-top: 20px;
}

/* Mobile burger menu */
.mobile-burger {
  display: none;
  position: absolute;
  top: 9px;
  right: 0;
  width: 54px;
  padding: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-burger div,
.mobile-burger div:before,
.mobile-burger div:after {
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  height: 4px;
  background: #fff;
  -webkit-transition: background 0 0.1s, -webkit-transform 0.1s, top 0.1s 0.2s;
  -moz-transition: background 0 0.1s, -moz-transform 0.1s, top 0.1s 0.2s;
  -o-transition: background 0 0.1s, -o-transform 0.1s, top 0.1s 0.2s;
  transition: background 0 0.1s,-webkit-transform 0.1s,-moz-transform 0.1s,-o-transform 0.1s,transform 0.1s, top 0.1s 0.2s;
}
.mobile-burger div {
  position: relative;
  margin: 10px 0 10px;
}
.mobile-burger div:before,
.mobile-burger div:after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  top: -8px;
}
.mobile-burger div:after {
  top: 8px;
}
.mobile-burger div,
.mobile-burger div:before,
.mobile-burger div:after {
  -webkit-transition: background 0 0.1s, top 0.1s, -webkit-transform 0.1s 0.2s;
  -moz-transition: background 0 0.1s, top 0.1s, -moz-transform 0.1s 0.2s;
  -o-transition: background 0 0.1s, top 0.1s, -o-transform 0.1s 0.2s;
  transition: background 0 0.1s, top 0.1s,-webkit-transform 0.1s 0.2s,-moz-transform 0.1s 0.2s,-o-transform 0.1s 0.2s,transform 0.1s 0.2s;
}

.open.mobile-burger div {
  background: transparent;
}

.open.mobile-burger div:before,
.open.mobile-burger div:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open.mobile-burger div:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shopello_paging .pagination li {
display: inline-block;
margin-top: 20px;
}

.shopello_paging .pagination li a{
border: 1px solid #CECECE;
padding: 8px;
border-radius: 4px;
margin: 2px;
text-decoration: none;
}

.shopello_paging .pagination li a{
border: 1px solid #CECECE;
padding: 8px;
border-radius: 4px;
margin: 2px;
text-decoration: none;
}

.shopello_paging .pagination li a:hover{
-webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.7);
-moz-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.7);
box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.7);
border-color: #FFF;
}

.shopello_paging .pagination li.disabled{
  display: none;
}

.shopello_paging .pagination li.active a{
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.shopello_paging .pagination li.active a:hover{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

@media (max-width: 1350px)
{
.sidebar {
  width: 25%;
}
.content{
  width: 75%;
}
}

@media (max-width: 1250px)
{
.sidebar {
  width: 28%;
}
.content{
  width: 72%;
}
}


@media (max-width: 1200px)
{
.sidebar {
  width: 30%;
}
.content{
  width: 70%;
}
}


@media (max-width: 1000px)
{

.sidebar {
  width: 40%;
}
.content{
  width: 60%;
}

.filters .item {
  width: 25%;
  padding: 0 10px 0 0;
}
.shopello_api.shopello_search{ 
  padding-top: 5px;
  max-width: none;
}
.shopello_api.shopello_search form{
  margin-left: 0;
}
.filters .item.filter-sort select {
  width: 100%;
}
.input-price-max-wrap {
  width: 100%;
}
#reset-price-max {
  width: auto;
}
.filters .item h4 {
  font-size: 14px;
}
ul.shopello_product_list li .product {
padding: 5px;
}

ul.shopello_product_list li{
width: 33.3333333%;
}

.footer{
  position: static;
}

}

@media (max-width: 650px)
{

.decoration-img{
  display: none;
}

  .shopello_api.shopello_search form{
    margin-left: 0;
  }

  .banner-980{
    display: none;
  }

  .logo-img{
    width: 80%;
  }

  .shopello_api.shopello_search{
    padding: 10px;
  }

.mobile-burger {
    display: block;
    top: 2px;
    right: 4px;
  }

  .page-wrap{
    position: relative;
  }

  .sidebar{
    position: absolute;
    width: 100%;
    top: 0;
    display: none;
    padding: 20px;
  }

  .logo{
    font-size: 28px;
    padding-left: 18px;
  }

   .sidebar.visible{
   
    display:block;
  }

  ul.shopello_product_list li{
    width: 100%;
  }

  .new-logo-link{
    margin: 10px 0;
  }

  .content{
    padding: 10px 0 0 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    min-height: 800px;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden;
  }

  .page{
    position: relative;
  }

  .go-left{
    transform: translate(-400px);
    -webkit-transform: translate(-400px);
    -moz-transform: translate(-400);
  }

  .filters .item{
    width: 100%;
  }

}

.fashion ul.shopello_product_list li .product .checkout_button a{
 background-color: #FF5A93;
 border-radius: 1px;
}