/******************************
RESPONSIVE STYLES 
******************************/
@media screen and (max-width: 1690px) {
    .footer-top .container > div:last-child {
        padding: 0 0 0 20px;
    }
    .footer-top .container > div:nth-child(2) {
        padding: 0 20px;
    }
    .footer-top .container > div:first-child {
        padding-right: 20px;
    }
    .footer-top .logo {
        max-width: 500px;
    }
    .sub-menu-complex {
        padding-left: 50px;
    }
    .sub-menu-complex .sub-menu-right li a {
        font-size: 18px;
    }
     .banner .container .img-box {
        padding-right: 70px;
    }
    .product-details-left,
    .product-details-right {
        padding-top: 70px;
    }
    .product-details-right {
        padding-right: 0;
    }
    .product-details-right.side-fixed {
        padding-right: 85px;
    }
}
@media screen and (max-width: 1550px) {
    .logo-wrapper {
        max-width: 370px;
    }
    .slick-arrow.slick-prev {
        left: 40px;
    }
    .slick-arrow.slick-next {
        right: 40px;
    }
    .sub-menu-right ul:not(:last-child) {
        margin-right: 40px;
    }
    .nav-menu > li {
        padding: 0 20px;
    }
    .sub-menu-complex {
        left: 0;
        width: 100%;
        padding-left: 40px;
    }
    .banner .slick-dots {
        left: 40px;
    }
    .banner-content-left {
        padding-left: 80px;
    }
   .footer-top .logo {
        max-width: 450px;
    }
     .product-details h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 1440px){
    .large-text,
    .bar-callout .large-text {
        font-size: 62px;
    }
    .container {
        padding: 0 40px;
    } 
    .header-wrapper .container {
        padding: 0 15px;
    }
    .logo-wrapper {
        max-width: 315px;
    }
    .nav-menu > li {
        padding: 0 10px;
    }
    .sub-menu-left {
        width: 260px;
        padding-right: 40px;
    }
    .sub-menu-right {
        width: calc(100% - 260px);
        padding-right: 0;
    }
    .cart-panel .price {
        font-size: 60px;
    }
    .slick-arrow {
        width: 50px;
        height: 50px;
    }
    .slick-arrow:after {
        font-size: 30px;
    }
    .section > .section-content {
        width: 60%;
    }
    .section > .section-side {
        width: 40%;
    }
    .cta-box .cta-title span {
        font-size: 90px;
    }
    .ql-box {
        height: 370px;
    }
    #home .ql-box {
        padding-bottom: 40px;
    }
    .product-details-tabs {
        flex-direction: column;
    }
    .product-details > div:first-child {
        width: 50%;
        padding-left: 0;
    }
    .product-details .tabs {
        margin: 0 0 30px;
    }
    .product-details-right {
        width: 50%;
    }
    .product-gallery {
        width: 100px;
    }
    .product-photo {
        width: calc(100% - 100px);
    }
    .main-content .sidebar {
        width: 450px;
    }
}
@media screen and (max-width: 1250px){
    .btn {
        padding: 21px 15px 19px;
    }
    .more-link {
        font-size: 18px;
    }
    .large-text, .bar-callout .large-text {
        font-size: 56px;
    }
    .top-bar {
        height: 50px;
    }
    .top-bar ul:last-child li:last-child {
        display: block;
        padding-left: 20px;
    }
    .top-bar li:nth-last-child(2):after {
        content: '';
    }
    .cart-panel {
        top: 50px;
    }
    #header {
        height: 140px;
    }
    .fixed .header-menu,
    .header-menu {
        height: 90px;
        padding: 15px 0;
    }
    .main-nav, .main-nav nav, .nav-menu {
        height: auto;
    }
    #nav-btn{
        display: block;
        font-size: 32px;
        font-weight: normal;
    }
    #nav-btn:hover {
        color: #F28D36;
    }
   .close-btn{
        display: block;
    }
    .main-nav{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        color: #fff;
        background-color: #024a69;
        overflow: hidden;
        overflow-y: auto;
        z-index: 110;
        transform: scale(0);
    }
    .open .main-nav{
        transform: scale(1);
    }
    .main-nav.mobile-tabs-open {
        overflow: visible;
    }
    .main-nav nav{
        position: relative;
        padding: 80px 80px 40px 40px;
        text-align: left;
    }
    .nav-menu{
        display: block;
        margin: 0;
        padding: 0;
        text-align: inherit;
    }
    .nav-menu > li{
        display: block;
        margin: 0;
        padding: 0;
    }
    .nav-menu > li.active > a:after, 
    .nav-menu > li > a:after{
        content: none;
    }
    .nav-menu > li > a{
        display: block;
        padding: 18px 30px 14px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        text-transform: uppercase;
        font-size: 24px;
        color: inherit;
    }
    .nav-menu > li.active > a, 
    .nav-menu li:hover > a,
    .sub-menu-left li a.active, 
    .sub-menu-left li a:hover {
        color: #fff;
    }
    .nav-menu > li.has-complex-child,
    .sub-menu-complex .tabs a {
        position: relative;
    }
    .sub-ctrl {
        position: absolute;
        top: 4px;
        right: 0;
        width: 30px;
        height: 60px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }
    .sub-menu-complex .tabs a:after,
    .sub-ctrl:after{
        content: "\f105";
        font: 22px/62px Font Awesome\ 5 Pro;
    }
    .sub-ctrl.show{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .sub-menu,
    .sub-menu.sub-menu-complex {
        position: static;
        display: none;
        min-width: 100%;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 18px 25px 10px;
        text-align: inherit;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        box-shadow: none;
        background-color: transparent;
        color: #e7e7e7;
        font-weight: 500;
        opacity: 1;
        visibility: visible;
        min-height: 0;
        pointer-events: auto;
    }
    .sub-menu li:not(:last-child){
        margin-bottom: 10px;
    }
    .sub-menu li a {
        font-family: inherit;
        text-transform: none;
        font-size: 20px;
        color: #fff;
        padding: 7px 0;
        font-weight: normal;
        margin: 0;
    }
    .sub-menu-right h5 {
        padding: 0;
    }
    .sub-menu li a:hover {
        font-weight: normal;
    }

    .sub-menu-complex .tab-content {
        display: none;
    }
    .sub-menu-left,
    .sub-menu-right {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
    }
    .sub-menu-complex .tabs a:after {
        margin-left: 15px;
        line-height: 1;
    }
    .sub-menu-complex  .sub-menu-right {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #024a69;
        z-index: 11;
        padding: 80px 80px 40px 40px;
        display: none;
        overflow-y: auto;
    }
    .sub-menu-right.active {
        display: block;
    }
    .sub-menu-right h5 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
        border-bottom: 2px solid;
        display: inline-block;
    }
    #sub-nav-close-btn {
        z-index: 6;
    }
    .mobile-tabs-open .nav-menu > li.has-complex-child, 
    .mobile-tabs-open .sub-menu-complex .tabs a {
        position: static;
    }
    .banner .single-banner:first-child:before {
        background-position: center top 30%;
    }
    .banner-content-left {
        padding-left: 0;
    }
    .banner .container .img-box {
        padding-right: 0;
    }
    .ql-box h3,
    .product-details .tabs a {
        font-size: 28px;
    }
    .product-details h1 {
        font-size: 58px;
    }
    .product-box h4 {
        font-size: 26px;
    }
    .cta-box .cta-title span {
        font-size: 84px;
    }
    .footer-top {
        padding: 40px 0;
    }
    #home .quick-links-wrapper {
        padding-bottom: 85px;
    }
    #home .ql-box,
    .ql-box {
        padding: 30px 15px 40px;
    }
    .listings-wrapper {
        padding: 70px 0;
    }
    .product-details-left {
        flex-direction: column;
    }
    .product-gallery,
    .product-photo {
        width: 100%;
    }
    .float-text {
        display: none;
    }
    .product-photo {
        height: 420px;
        padding: 0;
        order: -1;
        margin-bottom: 40px;
    }
    .product-gallery {
        display: flex;
        margin-bottom: 40px;
    }
    .product-gallery a {
        width: 100px;
    }
    .product-gallery a:not(:last-child) {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .product-details-right.side-fixed {
        padding-right: 40px;
    }
    .product-details:last-child {
        min-height: 0;
        background: none;
    }
    .main-content .sidebar {
        width: 380px;
    }
}
@media screen and (max-width: 1100px) {
    .container {
        padding: 0 15px;
    }
    .large-text, .bar-callout .large-text,
    .product-details h1 {
        font-size: 52px;
    }
    .btn {
        padding: 19px 20px 17px;
        min-width: 250px;
    }
    .top-bar li:not(:last-child) {
        padding-right: 15px;
    }
    .top-bar li:not(:first-child),
    .top-bar ul:last-child li:last-child {
        padding-left: 15px;
    }
    .banner .single-banner:first-child:before {
        height: 100%;
    }
    .banner .slick-dots {
        left: 15px;
    }
    .ql-box {
        width: calc(50% - 15px);
    }
    .ql-box:nth-child(odd) {
        margin-right: 30px;
    }
    .ql-box:nth-child(even) {
        margin-right: 0;
    }
    .breadcrumbs li {
        font-size: 18px;
    }
     .main-content .container > .table{
        display: flex;
        flex-direction: column;
    }
    .main-content .container > .table > .cell{
        display: block;
    }
    .main-content .sidebar{
        width: 100%;
        max-width: 380px;
        margin: 50px auto 0 ;
        padding: 0;
    }
    .footer-menu {
        font-size: 20px;
    }
    .footer-btm .flexbox {
        flex-direction: column;
        text-align: center;
    }
    .footer-btm .flexbox > div:first-child {
        padding: 0 0 15px;
    } 
    .listings-wrapper .product-box {
        width: calc(50% - 30px);
    }
    .listings-wrapper .product-box:nth-child(odd) {
        margin-right: 60px;
    }
    .listings-wrapper .product-box:nth-child(even) {
        margin-right: 0;
    }
    .bar-callout {
        padding: 50px 0;
    }
    .bar-callout .flexbox {
        flex-direction: column;
        text-align: center;
    }
    .bar-callout .flexbox > div {
        padding: 0;
    }
    .product-details-left, .product-details-right {
        padding-top: 30px;
    }
    .product-details-right {
        padding-left: 25px;
    }
    .product-row .btn {
        max-width: 260px;
    }
    .cart-panel .price {
        font-size: 54px;
    }
}
@media screen and (max-width: 1000px) { /* Target Screen Width */
	.toggle-content .toggle-content .flexbox,
	.toggle-content .toggle-content .toggle-content .flexbox {
		height: 150px;
		margin-bottom: 15px;
	}
	.toggle-content .toggle-content .flexbox .item-container .item-img {
		display: block !important;
	}
	.toggle-content .toggle-content .flexbox .item-container .item-btns {
		display: block !important;
	}
	.toggle-content .toggle-content .flexbox .item-container .item-btns {
		left: 0px;
	}
    .sub-menu-right .flexbox {
        flex-wrap: wrap;
    }
    .sub-menu-right ul {
        width: calc(50% - 40px);
    }
    .banner .container {
        padding: 70px 15px 50px;
        align-items: center;
    }
    .banner .single-banner:first-child:before {
       background-position: center top 18%;
    }
    .banner .container .img-box {
        max-width: 450px;
    }
    .banner .banner-text {
        padding: 0;
    }
    .banner .container .img-box {
        height: auto;
    }
    .banner .slick-dots {
        top: 50px;
    }
    .about-wrapper {
        padding: 50px 0;
    }
    .quick-links-wrapper,
    #home .quick-links-wrapper {
        padding-bottom: 50px;
    }
    #home .quick-links-wrapper {
        padding-top: 30px;
    }
    .page-sections .section {
        flex-direction: column;
        justify-content: center;
        padding: 50px 15px;
    }
    .section > .section-content,
    .section > .section-side {
        width: 100%;
        padding: 0;
    }
    .section .inner-box {
        max-width: 100%;
        padding: 0;
    }
    .section > .section-content {
        text-align: center;
        padding-bottom: 50px;
    }
    .section h2:before,
    .footer-top .container > div:not(:first-child):before {
        content: none;
    }
    .footer-top .flexbox {
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
    }
    .footer-top .container > div:first-child {
        padding-right: 0;
    }
    .footer-top .logo {
        max-width: 350px;
        margin: 0 auto;
    }
    .footer-top .container > div:nth-child(2),
    .footer-top .container > div:last-child {
        padding: 25px 0 0;
    }
    .cta-box {
        max-width: 560px;
    }
    .product-details {
        flex-direction: column;
    }
    .product-details > div:first-child,
    .product-details-right {
        width: 100%;
        border: none;
        padding: 0;
    }
    .product-details-left {
        position: relative;
    }
    .product-photo,
    .product-details-right {
        height: auto;
        max-width: 620px;
        margin: 0 auto 40px;
    }
    .product-gallery {
        justify-content: center;
    }
    .product-controls {
        width: 100%;
        order: -2;
        position: absolute;
        top: 10px;
    }
    .expand-btn {
        background: #fff;
    }
    .product-details h1 br {
        display: none;
    }
    .toggle-head h3 {
	    font-size: 26px;
    }
}   

@media screen and (max-width: 900px) {
	.toggle-content .toggle-content .flexbox .item-container .item-img h4,
	 .toggle-content .toggle-content .toggle-content .flexbox .item-container .item-img h4{
		font-size: 19px;
	}
	.toggle-content .toggle-content .flexbox .item-container .item-img p,
	.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-img p {
		font-size: 14px;
	}
	.toggle-content .toggle-content .flexbox .item-container .item-btns a, 
	.toggle-content .toggle-content .flexbox .item-container .item-btns form input, 
	.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-btns a,
	.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-btns form input{
		width: 140px;
		height: 57px;
	}
	.toggle-content .toggle-content .flexbox .item-container .item-btns a,
	.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-btns a{
		padding-top: 13px;
	}
	.small td h4 {
		width: 150px;
	}
	.small td ul li {
		width: 200px;
	}
	.nav-btn {
		width: 25px;
	}
	.nav-btn span:not(:last-child) {
		margin-bottom: 5px;
	}
	.top-links li {
		margin-right: 15px;
		font-size: 15px;
	}
    #header {
        height: 90px;
    }
    .cart-panel {
        top: 0;
    }
    .large-text, .bar-callout .large-text, 
    .product-details h1 {
        font-size: 46px;
    } 
    .nav-btn span {
        background: #242424;
    }
    h1, h2 {
       font-size: 38px;
    }
    .top-bar {
        display: none;
    }
    .top-links {
        display: flex;
        align-items: center;
    }
    .top-links li:first-child {
        padding-right: 25px;
    }
    .cart-btn {
        font-size: 20px;
    }
    .sub-menu-right .flexbox {
        flex-direction: column;
    }
    .sub-menu-right ul {
        width: 100%;
        margin: 0;
    }
    .top-bar .search-form-wrapper {
        display: none;
    }
    .top-bar ul:last-child {
        margin-left: auto;
    }
    .main-nav .search-form-wrapper {
        display: flex;
        align-items: center;
        padding: 18px 30px 14px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .main-nav .search-form-wrapper li:first-child {
        margin-right: 15px;
    }
    .banner {
        min-height: 500px;
    }
    .banner .container {
        flex-direction: column;
        justify-content: center;
    }
    .banner .container .img-box {
        display: none;
    }
    .banner-content-left {
        width: 100%;
    }
    .banner .banner-text {
        margin: 0 auto;
        text-align: center;
    }
    .cta-box .cta-title span {
        font-size: 70px;
    }
}   

@media screen and (max-width: 770px) { /* Tablet View */
    body{
        cursor: pointer; /* iOS Clicking Fix */
    }
    .phone {
		display: none;
	}
	.toggle-head h3 {
		font-size: 23px;
		width: 70%;
	}
}

@media screen and (max-width: 670px) { /* Phone View */
	.toggle-content .toggle-content .flexbox .item-container .item-img h4,
	.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-img h4 {
		top: 0px !important;
	}
	.toggle-content .toggle-content .flexbox .item-container .item-img p,
	.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-img p {
		top: 44px !important;
	}
	.logo-wrapper {
		max-width: 185px;
		padding-top: 10px;
	}
    h1, h2 {
        font-size: 36px;
    }
    .large-text, 
    .bar-callout .large-text, 
    .product-details h1 {
        font-size: 44px;
    }
    .main-nav .search-form-wrapper,
    .nav-menu > li > a{
        padding: 16px 30px 12px 15px;
    }
    .close-btn {
        top: 30px;
        right: 30px;
    }
    .main-nav nav,
    .sub-menu-complex .sub-menu-right {
        padding: 80px 30px 30px;
    }
    /*.banner {
        height: calc(100vh - 90px);
        max-height: 100%;
    }*/
    .banner .single-banner:first-child:before {
        background: #ecf7fb;
    }
    .quick-links-wrapper .flexbox {
        flex-direction: column;
        margin: 0 0 20px;
    }
    .ql-box h3, 
    .product-details .tabs a {
        font-size: 32px;
    }
    #home .ql-box,
    .ql-box {
        width: 100%;
        height: 350px;
    }
    .ql-box:nth-child(odd) {
        margin-right: 0;
    }
    .quick-links-wrapper, #home .quick-links-wrapper {
        padding: 20px 0;
    }
    .about-wrapper {
        padding: 40px 0 20px;
    }
    .cta-box .cta-title span {
        font-size: 62px;
    }
    .footer-btm {
        font-size: 16px;
    }
    .footer-top .logo {
        max-width: 290px;
        margin: 0 auto;
    }
    .logo-jbsystems {
        width: 115px;
        height: 45px;
    }
    .footer-top .container > div:last-child a {
        max-width: 290px;
    }
    .breadcrumbs {
        padding-top: 40px;
    }
    .listings-wrapper {
        padding: 30px 0;
    }
    .listings-wrapper .flexbox {
        flex-direction: column;
    }
    .listings-wrapper .product-box {
        width: 100%;
    }
    .listings-wrapper .product-box:nth-child(odd) {
        margin-right: 0;
    }
    .product-details .tabs li:not(:last-child) {
        margin-bottom: 15px;
    }
    .product-details:last-child {
        padding-bottom: 50px;
    }
    .expand-btn {
        font-size: 22px;
        width: 54px;
        height: 54px;
    }
   
}   
@media screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }
    #nav-btn {
        width: 28px;
        margin-left: 5px;
    }
    .top-links li:first-child {
        padding-right: 15px;
    }
    .cart-btn {
        font-size: 24px;
    }
    .nav-menu > li > a {
        white-space: normal;
    }
    .cart-panel > div {
        min-width: 320px;
        padding: 80px 15px 40px;
    }
    .cart-panel > div > .flexbox > div:last-child:after, 
    .cart-top-panel:after {
        content: none;
    }
    body.show-cart .cart-panel {
        width: 320px;
    }
    .cart-panel .price {
        font-size: 50px;
    }
    .close-btn{
        top: 20px;
        right: 20px;
    }
    #sub-nav-close-btn {
        font-size: 26px !important;
    }
    .main-nav nav,
    .sub-menu-complex .sub-menu-right {
        padding: 60px 20px 25px;
    }
    .nav-menu > li > a{
        padding: 16px 30px 12px 15px;
        font-size: 20px;
    }
    .sub-menu li a {
        font-size: 16px;
    }
    .sub-ctrl{
        height: 49px;
    }
    .sub-ctrl:after{
        line-height: 51px;
        font-size: 20px;
    }
    .large-text, 
    .bar-callout .large-text, 
    .product-details h1 {
        font-size: 38px;
    }
    h1, h2 {
       font-size: 32px;
    }
    h3, .ql-box h3, .product-details .tabs a {
        font-size: 28px;
    }
    p {
        margin-bottom: 25px;
    }
    .logo-wrapper {
        max-width: 130px;
    }
    #header,
    .fixed .header-menu, 
    .header-menu {
        height: 70px;
    }
    .banner {
        height: calc(100vh - 70px);
    }
    #home .ql-box, .ql-box {
        height: 300px;
    }
    .sub-banner {
        height: 280px;
    }
    .jbsystems {
        flex-direction: column;
    }
    .logo-jbsystems {
        margin: 10px 0 0 ;
    }
    .cta-box .cta-title span {
        font-size: 56px;
    }
    .footer-menu li {
        display: block;
        margin-bottom: 5px;
    }
    .footer-menu li:not(:last-child):after {
        content: none;
    }
    .listings-wrapper .product-box {
        margin-bottom: 30px;
    }
    .breadcrumbs li {
        font-size: 16px;
    }
    .product-row .flexbox {
        flex-direction: column;
        align-items: flex-start;
    }
    .product-details .quantity-counter {
        margin: 0 0 15px;
    }
    .page-sections .section {
        min-height: 0;
        background: #EFF0F1;
    }
    .expand-btn {
        font-size: 18px;
        width: 35px;
        height: 35px;
    }
    .main-content {
        padding: 20px 0 50px;
    }
}
@media screen and (max-width: 360px) {
    .large-text, 
    .bar-callout .large-text, 
    .product-details h1 {
        font-size: 34px;
    }
    h1, h2 {
        font-size: 28px;
    }
    #home .ql-box, .ql-box {
        height: 270px;
    }
    .banner-content {
        font-size: 18px;
    }
    .btn {
        padding: 17px 20px 15px;
        min-width: 200px;
    }
    .cta-box {
        padding: 30px 15px;
    }
    .breadcrumbs {
        padding-top: 30px;
    }
    .product-box h4 {
        font-size: 24px;
    }
    .product-gallery a {
        width: 80px;
        height: 60px;
    }
    .product-select {
        min-width: 250px;
    }
    .quantity-counter {
        height: 60px;
    }
}