/*
Patrick Bullert
*/

@media only screen and (max-width: 600px) {
	html{
		width: 100%;
	}
	body{
		width: 100%;
    font-size: 14px;
	}

	h1{
		font-size: 25px;
		line-height: 25px;
	}
	h2{
		font-size: 25px;
	}
	h3{
		font-size: 22px;
	}

.resp{
  display: block;
}

.mhide{
  display: none!important;
}
.rtiny{
  padding: 5px 8px!important;
  font-size: 11px!important;
}
.rtiny  .fa{
  padding-right: 3px;
}

::-webkit-input-placeholder {
   color: #ACACAC;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ACACAC;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ACACAC;  
}

:-ms-input-placeholder {  
   color: #ACACAC;  
}

/*--------------------------------------------------------------
# General Page Elements
--------------------------------------------------------------*/
.wrap{
  width: 100%;
  font-size: 20px;
}

.main{
  background: #F6F7F8;
  border: none;
  margin: 0 0 0 0;
  padding: 0;
}

.main .col-9-12{
  float: left;
  width: 100%;
  padding: 0 0;

}

.main .col-3-12{
  float: left;
  width: 100%;
  padding: 0 0;
  margin: 0;
}

.main-body{
  background: #fff;
  border: 1px solid #D2D2D2;
  margin: 0 0 0 0;
  padding: 20px;
}

.basket-section{
  padding: 0;
  width: 30%;
  float: right;
  padding-left: 0;
}
.basket-section .button{

  padding: 4px 10px!important;
  margin-top: 2px;
  width: 100%;
  text-align: center;

}

.count{
  position: absolute;
  background: red;
  padding: 1px 6px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  margin: 5px 0 0 0;
  z-index: 999;
  right: 20px;
}

.small-basket-detail-container{
  width: 100%;
  position: fixed;
  color: #fff;
  top: 0;
  text-align: center;
  padding: 10px 0;
  left: 0;
  z-index: 9999;
  border: none;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75);
}

.session-section{
  padding: 0;
  width: 70%;
  float: left;
  padding-left: 0;
}
.session-section .button{
  font-size: 10px;
}
.search-section{
  padding: 0;
  width: 100%;
  float: right;
  padding-left: 0;
}


.thickpad-top{
  padding: 0!important;
}

.button, button, .button:visited{
    padding: 10px 20px;

    margin-bottom: 10px;
}

/* Input */
/* Input : Start */
.input, #recaptcha_response_field {
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #a5a5a5;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    color: #4f4f4f;
    width: 100%;
}

select{
    width: 94%;
    height: auto;
    overflow: hidden;
    padding: 3px 1%px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #a5a5a5;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    color: #4f4f4f;
    background: #fff;
}

table {
    border-collapse: collapse;
    border: 1px solid #D4D4D1;
    width: 100%;
    margin: 20px 0;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);


}
td,
th {
    padding: 10px 5%;
    text-align: left;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo{
  padding: 0 0;
  width: 70%;
  float: left;
}
.header .col-9-12, .header .col-3-12{
  padding: 0;
}

.header .col-3-12{
  width: 100%;
  float: left;

}



/* Box Session */
#box-session{
  display: block;
  padding-top: 2px;
}
#box-session .content{
  float: none;
}
#box-session .button{
  width: 100%;
  display: block;
  padding: auto;
  text-align: center;
}

#box-search .content{
  padding-top: 0;
}

.header .right{
  margin-left: 0;
  width: 100%;
}

#recaptcha_challenge_image, #recaptcha_image{
  width: 100%!important;
}

.col_1 {
  width: 100%;
}

/* Main Dropdown */
.navigation .dropdown{

  margin-left: 0;
  margin-top: 0px;

    width: 89%;
}



/*--------------------------------------------------------------
# Box-Search
--------------------------------------------------------------*/
#box-search{
  padding: 0 0 0 0;
  width: 100%;
  float: left;
  margin: 0;
}


#box-search .input{
  padding: 10px 10px;
  font-size: 12px;
  width: 75%;
  height: 45px;
}

.search-button{
  margin: 0 0 0 -5px;
  height: 45px;
  padding: 4px 15px 8px 15px;
  width: 25%;
}

#box-search small{
  display: none;
}



.header .col-9-12{
  width: 100%;
}

#basket_summary{
  width: 100%;
  margin: 0;
  padding: 0;
}

#basket_summary .left{
  width: 20%;
}
#basket_summary .right{
  width: 70%;
}

#dropmenu {
  float: left;
  margin: 0 0 0 0;
  width: 100%;
}

#basket_summary .content{
  width: 100%;
}
.basket-box{
  padding: 0;
  margin: 0;
  width: 100%;
}


	/* Swiper */
	.swiper-container h1{
    	color: #fff;
    	padding: 10px 0 30px 0;
    	line-height: 35px;
    	font-size: 20px;
    }

	.mobile-nav {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 40px;
    width: 52px;
    right: 0;
    box-shadow: none;
    position: relative;
    z-index: 9999;
    display: block;
    float: right;
    margin: 6px 0 0 0;

  }
  .mobile-nav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    background-color: rgba(2, 23, 37, 0.96);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;

  }
  .mobile-nav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .mobile-nav.menu-is-open {
    /* add a background color to the header when the navigation is open */
  }

.cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10em;
  /* hidden on small devices */
  display: none;
}
.cd-secondary-nav li {
  display: inline-block;
  margin-left: 2.2em;
}
.cd-secondary-nav a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-secondary-nav {
    display: block;
  }
}

.mobile-nav{

  position: absolute;

}

.main-menu-trigger {
  position: absolute;
  margin: 15px 0 0 0;
}
.main-menu-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}
.main-menu-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */

  position: absolute;

  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #393a40;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.main-menu-trigger .cd-menu-icon::before, .main-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #393a40;
  border-radius: 2px;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.main-menu-trigger .cd-menu-icon::before {
  top: -8px;

}
.main-menu-trigger .cd-menu-icon::after {
  top: 8px;

}
.main-menu-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.main-menu-trigger .cd-menu-icon.is-clicked::before, .main-menu-trigger .cd-menu-icon.is-clicked::after {
  background-color: white;
}
.main-menu-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.main-menu-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

  .main-menu-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-menu-trigger .cd-menu-text {
    display: inline-block;
  }
  .main-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }


.main-menu {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.main-menu li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
}
.main-menu a {
  display: inline-block;
  padding: .4em 1em;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  font-weight: 600;
  color: #fff!important;
  font-size: 21px;
}
.main-menu a:active, .main-menu a:hover {
	color: #f9f9f9;
}
.no-touch .main-menu a:hover {
color: #f9f9f9;
}

.main-menu.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

  .main-menu {
    padding: 80px 0;
  }


  .main-menu li {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .main-menu .cd-label {
    font-size: 16px;
    font-size: 1rem;
  }

  .divider{
  background: #4E9DC2;
  height: 1px;
  width: 90%;
  margin: 50px auto;
}

/* Sub Navigation */
.sub-navigation{
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.24);
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
}
.sub-navigation ul{
  display: inline-block;
  display: flex;
  justify-content: center; /* align horizontal */
  background: #fff;
}

.sub-navigation li{
	margin: 0 3px;
}

.sub-navigation li a{
  color: #fff;
  font-size: 11px;
  background: #008CBD;
  color: #fff;
  padding: 7px 10px;
  margin: 10px 0;
   display: inline-block;
   width: 100%;
   min-width: 100%;
}
.sub-navigation a:hover{
  background: #4BA5D5;
}


.popmenu ul{
    width: 90%;
    margin: -11px 0 0 0;
    padding: 0;
}
.popmenu li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.popmenu ul li a{
    border-bottom: 1px solid #a5a5a5;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
}

/*--------------------------------------------------------------
# General Body
--------------------------------------------------------------*/
.col-2-12, .col-10-12{
  padding-right: 0;
}

#recaptcha_image{
  max-width: 100%;
  border: 1px solid #D1D1D1;
}

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin: 0 0 -20px 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #E0E7F0;
  border-color: #D2D2D2;

}

.breadcrumbs > * {

    float: left;
    line-height: 20px;
    margin: 0;
     }

.sidebar{
  margin: 10px 0 0 0;
  padding: 0;
}


/* Best Sellers */
#box-popular .col-2-12, #box-sale_items .col-2-12, #currency .col-2-12{
  width: 20%;
  float: left;
}
#box-popular .col-10-12, #box-sale_items .col-10-12, #currency .col-10-12{
  width: 80%;
  float: left;
}

#box-popular .col-1-1, #box-sale_items .col-1-1{
  padding: 0 0;
}
#currency .col-1-1,
#box-language .col-1-1{
  padding: 7px 0;
  margin: 0;
  font-size: 13px;
  padding: 5px 20px;
  height: auto;
}

#box-newsletter{
  padding-bottom: 0px;

}

#box-newsletter .fa{
  display: none;
}

#box-newsletter .button{
  background: #959595;
  padding: 9px 0;
  font-size: 15px;
  border: none;
  width: 100%;
  border-radius: 0;
}

#newsletter_form_box{
  height: auto;
  width: 100%;
}

#newsletter_email{
  border: none;
  padding: 8px 15px;
  font-size: 15px;
  margin: 5px 5px 5px 0;
  width: 100%;
}

.sorting{
  margin-bottom: 80px;
}

.sorting select{
  padding: 3px 20px;
  height: 30px;
  font-size: 12px;
  margin-top: 20px;
  display: block;
}

.subcats .col-1-3{
  width: 50%;
  float: left;
}
.subcat-title{
  height: auto;
  font-size: 11px;
}

/* Product Page */
.gallery #img-preview{
  /* Main Image*/

}
.gallery .image-gallery{
  /* Sub Images */
  width: 33%;
  float: left;
  padding: 10px;
}
.gallery .image-gallery img{
  width: 100%;
}

/* Tabs : Start */

.tabs-menu li {
    line-height: 30px;
    float: left;
    background-color: #ebebeb;
    width: 100%;
}

.tabs-menu li a {
    padding: 3px 20px;
    text-decoration: none;
    color: #a5a5a5;
    display: block;
}


.tab-content {
    padding: 20px;
    display: none;
    width: 100%;
}



.footer{
  margin-top: 10px;
  margin-left: 0;
}
.footer .col-6-12{
  padding-right: 0;
}

/* Social Icons */
.element-social{
  padding: 6px 0 0 0;
  width: 100%;
}
.element-social ul{
  margin: 0;
  padding: 0;
}
.element-social li{
  float: left;
  padding: 5px 5px;
  text-align: center;
}
.element-social .fa{
  font-size: 30px;
}

.copyright{
  text-align: center;
}

/* Content Box */
#content_products{
  padding-left: 0;
}
#content_products h2{
  padding: 0 0 40px 0;
}
#content_products .col-1-3{
 padding-right: 0;
}

#content_products .col-1-3 .content{
  margin-bottom: 40px;
  height: auto;

}
#content_products .col-1-1 .content{
  margin-bottom: 20px;
  padding: 20px;
}

#content_products .product-thumb{
  max-width: 100%;
  max-height: 100%;
}

#content_products .col-1-3 h3{
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}
#content_products .col-1-3 h4{
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  padding: 0;
}
.product_price{
  padding: 20px 0;
  font-weight: 600;
  font-size: 14px;
}
.old_price{
  text-decoration: line-through;
  padding: 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.sale_price{
  color: #ff0000;
  padding: 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.old_price{
  text-decoration: line-through;
}
.price-wrap{
  position: absolute;
  background: #fff;
  border: 1px solid #D2D2D2;
  padding: 15px 5px;
  margin: -33px 0 0 -17px;
}
.add-wrap{
  padding-top: 10px;
}
#content_products .quantity{
  width: 30px;
  text-align: center;
  font-size: 13px;
  float: left;
  padding: 3px 2px;
  margin-top: 3px;
}
#content_products .button{
  width: 125px;
  float: right;
  font-size: 13px;
  padding: 7px 5px;
}
#content_products .fa{
  font-size: 13px;
}

.product_list_view .col-4-12{
  text-align: center;
}

.rating{
  position: absolute;
  margin-top: -10px;
}

.rating img{
  float: left;
  width: 10px;
  height: 10px;
}

.profile .input,
.addressbook .input,
#login_form .input,
#registration_form .input,
#contact_form .input,
#review_write .input,
#checkout_register_form .input,
#checkout_register_form select,
.del-address select
{
  margin-bottom: 5px;
}
 .order-list .button{
  margin: 5px 0;
}
.profile label,
.addressbook label,
#login_form label,
#registration_form label,
#contact_form label,
#review_write label,
#checkout_form label,
#checkout_register_form label
{
  line-height: 30px;
}

#checkout_form .col-1-2{
  padding-right: 0;
}

#box-progress .current, #box-progress .next, #box-progress .previous{
 margin-right: 0;
}

.checkout-small{
  border: 1px solid #D4D4D1;
  padding: 20px;
  margin-bottom: 5px;
}

.checkout-small hr{
  background: #F9F9F8;
  border: none;
  height: 1px;
}

.checkout-small .col-1-3{
  width: 30%;
  float: left;
}
.checkout-small .col-2-3{
  width: 70%;
  float: left;
}
.checkout-small .col-1-2{
  width: 50%;
  float: left;
}

.right-align{
  text-align: right;
}

.small-table td{
  width: 50%;
}

#checkout_form .col-5-12, #checkout_form .ol-6-12, #checkout_form .col-7-12{
  padding-right: 0;
}

.buttons-list{
  padding-right: 0;
}
.buttons-list .col-1-2{
  padding-right: 0;
}

.order-list {

}
.order-list table, .order-list thead, .order-list tbody, .order-list th, .order-list td, .order-list tr
 {
      display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .order-list thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    .order-list tr { border: 1px solid #ccc; }

    .order-list td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 20px;
      width: 100%!important;
    }
    .order-list .button{
      width: 100%!important;
    }
    .order-list .tiny{
      width: 100%!important;
    }

    .order-details .col-3-12, .order-details .col-9-12, .order-details .col-1-2, .resp{
      padding-right: 0;
    }

    .order-table{
      font-size: 12px;
      width: 100%;
    }

    .addressbook table td{
      width: 50%;
    }

  /* Force table to not be like tables anymore */
  .checkout-table table, .checkout-table thead,.checkout-table tbody,.checkout-table th,.checkout-table td,.checkout-table tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .checkout-table thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .checkout-table tr { border: 1px solid #ccc; }
  
  .checkout-table td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 20px; 
    width: 100%;

  }
  
  .checkout-table td:before { 
    width: 0;
  }

td.itemtd{
    padding-left: 50%;

  }

td.itemtd:before{
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 9px;
    left: 0;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    padding-left: 20px;
  }

  .itemimage{
    width: 100%;
    text-align: center;
  }
  .tdhalf{
    width: 50%!important;
    float: left;
    border: none;
  }
  
  /*
  Label the data
  */
  .checkout-table td:nth-of-type(1):before {}
  .checkout-table td:nth-of-type(2):before {}
  .checkout-table td:nth-of-type(3):before {}
  .checkout-table td:nth-of-type(4):before { content: "Unit Price"; }
  .checkout-table td:nth-of-type(5):before { content: "Quanity"; }
  .checkout-table td:nth-of-type(6):before { content: "Price"; }


} /* END 600px query */

@media screen and (min-width: 900px) and (max-width: 1070px) {
	.grid{
    padding-left: 20px;
  }

/*--------------------------------------------------------------
# Box-Search
--------------------------------------------------------------*/
#box-search{
  padding: 0 0 0 0;
  width: auto;
  float: left;
  margin: 0;
}

#box-session .button{
  padding: 10px 10px;
  float: left;
}

#box-search .input{
  padding: 5px 10px!important;
  font-size: 12px;
  width: 50%;
  height: auto;
}

.search-button{
  margin: 0 0 0 -5px;
  height: auto;
  padding: 4px 15px 8px 15px;
  width: 25%;
}

#box-search small{
  display: none;
}

  #box-progress .current, #box-progress .next, #box-progress .previous, .sidebar h3, .navigation .branch-name, .main-menu li a{
  font-size: 14px;
  }
  .product_grid_view .col-1-3{
    width: 50%;
  }
#content_products .col-1-3 .content{
    height: 270px;
  }
  .tab-content {
    width: 100%!important;
  }
} /* END 900 - 1070px query */


@media screen and (min-width: 768px) and (max-width: 899px) {
  
.main .col-9-12{
  width: 71%;
}

.main .col-3-12{
  width: 29%;
}

  .grid{
    padding-left: 20px;
  }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header .col-9-12, .header .col-3-12{
  padding-bottom: 20px;

}

.checkout-table tr, .checkout-table th, .checkout-table td, .checkout-table tfoot tr{
  font-size: 13px;

  padding: 5px 10px;
}

.logo{
  padding-top: 30px;
}

#box-search small{
  display: none;
}

#box-session .button{
  padding: 10px 10px;
}

#basket_summary .count{
  border-radius: 50%;
  font-size: 10px;
  margin: 10px 0 0 15px;
}

#basket_summary .left{
  padding: 8px 0 8px 0;
}

#basket_summary .price{
  font-size: 20px;
  line-height: 60px;
}

#basket_summary .fa-shopping-cart{
  font-size: 25px;
  line-height: 45px;
}

  #box-progress .current, #box-progress .next, #box-progress .previous, .sidebar h3, .navigation .branch-name, .main-menu li a{
  font-size: 12px;
  }
  .product_grid_view .col-1-3, #content_products .col-1-3{
    width: 50%;
  }
  #content_products .col-1-3 .content, #content_products .col-1-3 .content{
    height: 270px;
  }
  /* Main Dropdown */
  .navigation .dropdown{
    margin-left: 130px

}
  .tab-content {
    width: 100%!important;
  }
} /* END 900 - 1070px query */

@media screen and (min-width: 601px) and (max-width: 766px) {
  .header .col-1-1{
    width: 100%;
    text-align: center;
  }

  .header .col-9-12, .header .col-3-12{
  padding-bottom: 0;
}
.header .content{
  float: left;
}

.header .col-3-12{
  float: left;
}

.desktop-button{display: none;}

#box-search{
  padding: 0 0 0 0;
  width: auto;
}

#box-search .content{
  padding-top: 15px;
  padding-bottom: 5px;
}

#box-session{
  padding-top: 10px;
}

.tablet-button{
  display: block!important;
  padding: 15px 20px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
    color: #4f4f4f;
    -webkit-appearance: none;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size: 13px;
    margin-top: 20px;
}

#dropmenu {
  margin: 10px 0 0 0;  
}

.main-menu li a{
  margin: 0;
  padding: 15px 10px;
  float: left;
  display: block;
  font-size: 12px!important;
  color: #797979;
  border-right: 1px solid #D2D2D2;
  
}

  .main .col-9-12{
  float: left;
  width: 100%;
  padding: 0 20px 0 0;

}

.main .col-3-12{
  float: left;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0;
}

.main-body{
  background: #fff;
  border: 1px solid #D2D2D2;
  margin: 0 0 0 0;
  padding: 20px;
}

  .grid{
    padding-left: 20px;
  }
  #box-progress .current, #box-progress .next, #box-progress .previous, .sidebar h3, .navigation .branch-name, .main-menu li a{
  font-size: 15px;
  }
  .product_grid_view .col-1-3, #content_products .col-1-3{
    width: 50%;
    float: left;
  }
  #content_products .col-1-3 .content, #content_products .col-1-3 .content{
    height: 270px;
  }
  /* Main Dropdown */
  .navigation .dropdown{
    margin-left: 200px
  }
  .tab-content {
    width: 100%!important;
  }
  /* Currency */
#currency .col-1-1,
#box-language .col-1-1{
  width: 25%;
  float: left;
  text-align: center;
}
#box-popular .col-1-1, #box-sale_items .col-1-1{
  padding: 10px 0;
  width: 80%;
  float: left;
}
#box-popular .col-2-12, #box-sale_items .col-2-12{
width: 20%;
float: left;
}

/* Product Page */
.gallery #img-preview{
  /* Main Image*/

}
.gallery .image-gallery{
  /* Sub Images */
  width: 33%;
  float: left;
  padding: 10px;
}
.gallery .image-gallery img{
  width: 100%;
}

/* Social Icons */
.element-social li{
  float: left;
}

} /* END 900 - 1070px query */

@media screen and (min-width: 601px) and (max-width: 700px) {
#mini-basket{
  margin-top: 30px!important;
}
}

