/* RETINA */
@media screen and (min-width: 1440px) {
}

@media screen and (max-width: 1400px){
}

/* MAC BOOK */
@media screen and (max-width: 1440px) and (min-width: 1367px) {
}

/* DESKTOP 1 */
@media screen and (max-width: 1366px) and (min-width: 1296px) {
}

/* DESKTOP 2 */
@media screen and (max-width: 1295px) and (min-width: 1081px) {
}

/* IPAD LANDSCAPE */
@media screen and (max-width: 1080px) {
}


/* DIVI BreakPoint */
@media screen and (min-width: 981px) {
    /* min-width -- desktop */
}
@media screen and (max-width: 980px) {
    /* Header */
    header .et_pb_row {
        width: 90% !important;
    }
    header .et_pb_section.et_pb_section_1_tb_header .et_pb_row .et_pb_column .et_pb_menu__logo-wrap,
    header .et_pb_section.et_pb_section_1_tb_header .et_pb_row .et_pb_column .et_pb_menu__wrap {
        width: 50%;
        float: left;
    }
    /*header .et_pb_menu__logo {
        margin-left: -90px;
    }*/
    header .et_pb_menu--style-centered .et_pb_menu__wrap {
        -ms-flex-pack: right;
        justify-content: right;
    }
    .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar::before, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button {
        color: #041e42 !important;
    }
    .et_pb_menu .et_mobile_menu {
        top: 118% !important;
        border-top-color: #041e42 !important;
    }
    header .current_page_item {
        border-bottom: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .et_mobile_menu li a {
        padding: 15px 5% !important;
    }
    #header-btn-section {
        top: 6px !important;
        right: 12% !important;
        z-index: 9 !important;
    }
    /* Home */
	#hp-section-verte {
		padding-bottom: 60px !important;
	}
}


/* Generic Tablets */
@media only screen and (max-width: 767px){
}
@media only screen and (max-width: 700px){
}

/* IPHONE 6+ LANDSCAPE */
@media only screen and (max-width: 736px){
}

/* IPHONE 6 LANDSCAPE */
@media only screen and (max-width: 667px){
}

/* HTC, GALAXY LANDSCAPE */
@media only screen and (max-width: 640px) {
}

/*IPHONE 5 LANDSCAPE */
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 520px) {
}

/* IPHONE 4 LANDSCAPE */
@media only screen and (max-width: 480px) {
	#et-info-phone {
	  margin-bottom: 10px;
	  display: inline-block;
	}
	#footer-info {
	  font-size: 14px !important;
	}
    .et_pb_row.et_pb_row_0_tb_header .et_pb_module.et_pb_image {
        margin-right: 10px !important;
    }
    #header-btn-section {
        top: -20px !important;
        right: 8% !important;
    }
    #header-btn-section .et_pb_button {
        font-size: 14px;
    }
    .et_pb_menu__wrap {
        margin-top: 24px !important;
    }
	div#et-footer-nav {
    margin-top: -30px !important;
	}
	.bottom-nav li {
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    padding-right: 22px;
    margin-right: -35px;
	}
	footer div#footer-bottom {
    background-color: #000000;
    position: relative;
    z-index: 999999;
	}
	footer#main-footer {
    padding-top: 20px;
	}
}

/* IPHONE 6+ PORTRAIT */
@media only screen and (max-width: 414px) {
}

/* IPHONE 6 PORTRAIT */
@media only screen and (max-width: 375px) {
	#popmake-24893 .check_availability {
		width: 100%;
	}
	/* ---------------------------------------- */
	/* Sidebar - cart*/
}

/* HTC, GALAXY PORTRAIT */
@media only screen and (max-width: 360px) {
}

/* IPHONE 4, IPHONE 5 PORTRAIT */
@media only screen and (max-width: 320px) {
}

/*--------------------------------- TARGET ONLY SPECIFIC DEVICES ------------------------------------------*/
/* TARGET IPAD */
@media only screen and (max-width: 768px) and (min-width: 767px) {
}
@media only screen and (max-width: 1024px) and (min-width: 1023px) {
}

/* TARGET iPHONE 5S */
@media only screen and (device-width: 640px) and (device-height: 1136px) and (orientation: portrait) {
}
@media screen and (max-device-width: 1136px) and (orientation: landscape) and (device-aspect-ratio: 40/71) {
}

/* TARGET IPHONE 5 */
@media only screen and (device-width: 568px) and (orientation: landscape) {
}
@media only screen and (device-width: 320px) and (orientation: portrait) {
}

/* TARGET IPHONE 4 */
@media only screen and (device-width: 320px) and (orientation: portrait) {
}
@media only screen and (device-width: 480px) and (orientation: landscape) {
}

/* TARGET HTC ONE AND GALAXY S5 */
@media only screen and (device-width: 360px) and (orientation: portrait) {
}
@media only screen and (device-width: 640px) and (orientation: landscape) {
}

/* TARGET IPHONE 6 */
@media only screen and (device-width: 375px) and (orientation: portrait) {
}
@media only screen and (device-width: 667px) and (orientation: landscape) {
}

/* TARGET IPHONE 6+ */
@media only screen and ( device-width: 414px ) and ( orientation: portrait ) {
}
@media only screen and ( device-width: 736px ) and ( orientation: landscape ) {
}
