/* CONTENTS

~1. SPECIFIC RULES
~2. LARGE SCREENS (1400px +)
~3. SMALLER SCREENS (1000px - 1199px)
~4. SMALLEST SCREENS (769px - 999px)
~5. IPAD
~6. MOBILE (767px and below)

 END CONTENTS */

 /*
~1. SPECIFIC RULES
These rules are specific for particular divs.
*/


/* lightbox */
@media only screen and (max-width: 1024px) {

}
/* end lightbox */

/* END ~1. SPECIFIC RULES

/*
~2. LARGE SCREENS
This rule effects screens larger than 1400px
*/

@media only screen and (min-width: 1400px) {

}

/* END ~2. ADD LARGE SCREENS */



/*
~3. SMALLER SCREENS
This rule effects screens between 1000px and 1199px
*/

@media only screen and (max-width: 1200px) {
	
	div.header_wrapper {
		background-color: #FFFFFF;
		top: 0;
	}
	
	div.usp, div#carousel, aside#notifications, section#wrapper, footer#footer, .internal-banner {
		top: 190px;
	}
	
    .usp {
        display: none;
    }

    header .position-static.col-md-8 {
        width: 100%;
    }

    #_desktop_logo {
        width: 50%;
        float: none;
        margin: 10px auto;
        text-align: center;
    }

    #header .logo {
        position: initial;
        -webkit-transform: none;
        transform: none !important;
        top: auto !important;
    }

    .product-miniature.slick-slide {
        width: 50%;
    }

    .tweets {
        width: 50%;
    }

    .sign-up {
        width: 50%;
    }

    .helpandsupport {
        width: 100%;
    }

    .product-arrows {
        display: none;
    }

    .helpandsupport {
        margin-top: 30px;
    }

    .helpandsupport h3 {
        margin-bottom: 5px;
    }

    #js-product-list .js-product-miniature {
        width: 50%;
    }

    #js-product-list .js-product-miniature:nth-of-type(2n+1) {
        clear: both;
    }

    .pagination .col-md-4 {
        display: none;
    }

    .pagination .col-md-8 {
        width: 100%;
    }

    #header .header-top {
      padding-top: 0;
    }

    .top-menu .sub-menu {
      width: calc(100vw - 30px);
    }

    .top-menu .sub-menu a {
      font-size: 11px;
    }

    .social-media {
      display: none;
    }

    #js-product-list .product-miniature:nth-of-type(3n + 1) {
      clear: none;
    }

    #js-product-list .product-miniature:nth-of-type(2n + 1) {
      clear: both;
    }

    .product-description-box .col-md-5, .product-description-box .col-md-7 {
      width: 100%;
      float: left;
    }

    .product-details {
      margin: 10px 0;
    }

    .page-cms #content h2 {
      font-size: 21px;
    }
}

/* END ~3. SMALLER SCREENS */



/*
~4. SMALLEST SCREENS
This rule effects screens between 769px and 999px
*/

/* END ~4. SMALLEST SCREENS */



/*
~5. IPADS
this rule effects iPads
*/

@media only screen and (device-width: 768px) {



}

/* END ~5. IPADS */



/*
~6. MOBILES
This rule effects mobile devices smaller than iPads
*/

@media only screen and (max-width: 767px) {
	
	div.usp, div#carousel, aside#notifications, section#wrapper, footer#footer, .internal-banner {
		top: 135px;
	}
	
    .product_categories {
        margin-top: 20px;
    }

    .product_categories .col-md-4 {
        margin: 15px 0;
    }

    #header .header-top {
      padding-top: 20px;
    }

    .product-description-box .col-md-5, .product-description-box .col-md-7 {
      padding: 0;
    }

    #mobile_top_menu_wrapper {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        margin: 0px;
        z-index: 99;
        overflow-y: scroll;
        height: -webkit-calc(100vh - 55px);
        height: calc(100vh - 55px);
        padding: 0;
        padding-bottom: 60px;
    }

    .js-top-menu {
      width: 100%;
      float: left;
    }

    #header .header-nav {
        position: fixed;
        z-index: 99;
        margin-bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }

    #header .header-nav .container {
        position: relative
    }

    .top-menu li {
        display: block;
        border-left: 5px solid #a4b4cb;
        border-bottom: 1px solid #ccc;
        width: 100% !important;
    }

    #header .header-top .position-static {
        margin-top: 50px;
    }

    .top-menu li {
/*        display: block;*/
/*        border-left: 5px solid #a4b4cb;*/
/*        border-top: 1px solid #ccc;*/
    }

    .top-menu li a {
        color: #83ab6f !important;
/*        font-weight: 800 !important;*/
        border-bottom: 0 !important;
    }

    #menu-icon i {
        color: #83ab6f !important;
        line-height: 50px !important;
    }

    #_mobile_cart i {
        color: #83ab6f !important;
        line-height: 0.8 !important;
    }

    #_mobile_cart .blockcart {
        border-radius: 0;
    }

    .user-info i {
/*        color: #83ab6f !important;*/
        line-height: 0.8 !important;
        margin-left: 5px;
    }


    .navigation-top {
        display: none;
    }

    #custom-text {
        padding: 10px;
    }

    .sign-up, .tweets {
        width: 100%;
    }

    .sign-up {
        margin-top: 30px;
    }

    #js-product-list .js-product-miniature {
        width: 100%;
        float: left;
    }

    .products-sort-order {
        width: 100%;
    }

    .pagination .page-list {
        text-align: center !important;
    }

    .sub-menu li {
        border-left: 0;
    }

    .top-menu li:last-child {
      border-right: 0
    }

    .btn {
      width: 100%;
      float: left;
    }

    .add {
      width: 100%;
      float: left;
    }

    #blockcart-modal .product-image {
      width: auto;
      max-height: 100px;
    }

    .helpandsupport h3 {
      margin-bottom: 30px;
    }

    #custom-text h2 {
      font-size: 19px;
      line-height: 1.6;
    }

    .post-footer .col-md-6 * {
      text-align: center;
    }

    .product-details {
      margin: 20px 0;
    }

    .internal-banner-title {
      height: 150px;
    }

    .internal-banner-title h1 {
      font-size: 32px;
    }

    .breadcrumb  {
      padding: 10px 0;
    }

    .product-add-to-cart-box {
      margin-bottom: 20px;
    }

}

/* END ~6.MOBILES */
