@media only screen and (max-width: 767px) {
	html{
		width: 100%;
	}
	body{
		width: 100%;
	}

        body,button,input[type="text"],input[type="tel"],input[type="email"],select,textarea, .section p,
    .section li, .prodGrid p, .footer address, ul.ft-menu li a, .footer .copyright p { font-size: 12px; }

    .post h2{
        font-size: 25px;
        line-height: 28px;
        font-weight: 600;
    }

    .dhide {
        display: block;
    }

    .section p,
    .section li,
    .postGrid span,
    .copyright p,
    .heroSlide p,
    .tabs-stage p, 
    .tabs-stage li    {
        font-size: 16px;
        line-height: 22px;
        font-family: 'Roboto', 'sans-serif';
    }
    .post .entry{
        font-family: 'Roboto';
        font-size: 16px;
        line-height: 22px;
    }
    .tabs-nav a{
        font-size: 16px;
        line-height: 1em;
        padding: 10px;
    }
	
    .tabs-stage p {
        margin: 5px 0;
        padding: 0;
        font-size: 14px;
    }
    .product-single .qty_field.rows label {
        line-height: 29px;
    }
    .optionsPopup .priceAction {
        line-height: 1em;
    }

    .optionsPopup .button.simple { 
        margin-bottom: 10px;
    }
    .optionsPopup .button.simple.atc {
       background: #fff;
       color: #3f672d;
    }

    .post .head {
        height: 30px;
        border: 4px solid #cfa303;
    }

    .wpcf7-text, input[type="search"],
    .wpcf7-textarea, .comment-form-comment textarea {
        font-size: 16px!important;
    }

    h1 {font-size: 4.5em; line-height: 1em; font-weight: 700; margin: 0;}
    
	h2, .about h2, .contact h2, .section h1 {
        font-size: 30px;
        line-height: 1em;
        padding: 0 0;
    }
	
    h3 {
        font-size:25px;
        padding:5px 50px 0 5px;
    }
	
    h4{
		font-size: 24px; line-height: 26px; margin: 10px 0 0 0;
	}
    
	h5
	{ 
        font-size:12px;
        line-height: 1em;
    }

    [class*="col-"]{
        padding-right: 0;
    }

    .inputs [type="text"], .inputs [type="password"], .inputs [type="email"], .inputs [type="tel"], .inputs [type="number"], .inputs select, .inputs textarea{
        width: 100%;
    }

    .mobile_logout{
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 0 0 20px 0;
        margin: 0;
    }

    .mobile_logout a{
        color: #3F672A;
        font-size: 13px;
        line-height: 20px;
        font-family: 'Roboto', 'sans-serif';
    }

    /*--------------------------------------------------------------
    # Button
    --------------------------------------------------------------*/
    .button,
    .slideContent a,
    .slideContent a:visited{
        padding: 0 20px;
        line-height: 44px;
    }

    .pageWrapper{
        max-width: 450px;
		
    }

    .mhide{
        display: none;
    }

    /*--------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
	.simple-banner {
		height: 32px;
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
	}
    .header{
        height: 80px;
        position: fixed;
        top: 32px;
        left: 0;
        width: 100%;
    }

    .frontPage,
    .page{
        margin-top: 80px;
    }
/*
    .page.about{
        margin-top: 40px;
    }
*/
    .page{
        min-height: 300px;
    }

    .header .logo{
        margin: 13px 0 0 0;
        width: calc(100% - 186px);
        text-align: center;
    }

    .header .logo img{
        height: 48px;
    }

    .header .block{
        height:76px;
        width: 20px;
        position: relative;
    }
    .header .block.left{
        border-right: 2px solid #cfa303;
        float:left;
    }
    .header .block.right{
        border-left: 2px solid #cfa303;
        float:right;
    }

    .header .social-icons,
    .header .quickLinks {
        display: none;
    }

    .header .mobCart {
        float: right;
        border-left: 2px solid #cfa303;
        height: 76px;
        width: 70px;
        text-align: center;
        position: relative;
    }

    .cartAlert {
        display: inline-block;
        position: absolute;
        top: 12px;
        right:20px;
        width:7px;
        height:7px;
        background: #3f662d;
        border-radius: 50%;
        color: #fff;
    }

    .header .mobCart .crt{
        margin: 15px 0 0 0;
    }

    /* Mobile Menu : Start */
    .mobilePlaceholder{
        height: 76px;
        display: inline-block;
        margin: 0 0 0 0;
        float: left;
        border-right: 2px solid #cfa303;
        width: 70px;
    }

    .mobile-nav
    {
        position: relative;
        z-index: 9999;

        display: block;


        width: 70px;
        height: 76px;

        -webkit-transition: background-color .3s;
           -moz-transition: background-color .3s;
                transition: background-color .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);

        box-shadow: none;

        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
    .mobile-nav.is-fixed
    {
        /* when the user scrolls down, we hide the header right above the viewport */
        -webkit-transition: -webkit-transform .3s;
           -moz-transition:    -moz-transform .3s;
                transition:         transform .3s;
    }
    .mobile-nav.is-visible
    {
        /* if the user changes the scrolling direction, we show the header */
    }
    .mobile-nav.menu-is-open {
        position: fixed;
    }
    .main-menu-trigger .cd-menu-text
    {
        font-weight: 700;
        /* hide the text on small devices */

        display: none;

        text-transform: uppercase;

        color: white;
    }
    .main-menu-trigger .cd-menu-icon
    {
        position: absolute;

        /* this span is the central line of the menu icon */

        display: inline-block;

        width: 43px;
        height: 10px;

        -webkit-transition: background-color .3s;
           -moz-transition: background-color .3s;
                transition: background-color .3s;
        -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%);

        border-radius: 0;
        /*background-color: #cfa303;*/
        border: 2px solid #cfa303;
        /* these are the upper and lower lines in the menu icon */
    }

    .main-menu-trigger span{
        position: absolute;
        
    }

    .main-menu-trigger span:nth-child(1){
        top: 50%;
        left: calc(50% - 23px);
        bottom: auto;
 
    }
    .main-menu-trigger span:nth-child(2){
        top: 20px;
        left: calc(50% - 23px);
        bottom: auto;
    }
    .main-menu-trigger span:nth-child(3){
        right: auto;
        left: calc(50% - 23px);
        bottom: 10px;
    }

    .main-menu-trigger .cd-menu-icon::before
    {
        content: ' ';
        width: 41px;
        margin-top:2px;
        left:0;
        height:2px;
        background: #cfa303;
        position: absolute;
    }

    .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:nth-child(1) {
        top: 32px;

        -webkit-transform: rotate(135deg);
           -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
             -o-transform: rotate(135deg);
                transform: rotate(135deg);

        background-color: #fff;
    }

    .main-menu-trigger .cd-menu-icon.is-clicked:nth-child(2)
    {
        display: none;
    }

    .main-menu-trigger .cd-menu-icon.is-clicked:nth-child(3)
    {
        top: 32px;

        -webkit-transform: rotate(-135deg);
           -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
             -o-transform: rotate(-135deg);
                transform: rotate(-135deg);

        background-color: #fff;
    }

    .main-menu-trigger .cd-menu-icon.is-clicked::before
    {
        background-color: #cfa303;
    }

    .main-menu-trigger
    {
        line-height: 30px;

        top: 50%;
        right: 0;
        bottom: auto;

        width: 100px;
        height: 30px;
        padding-left: 1em;

        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);

        background-color: transparent;
    }
    .main-menu-trigger .cd-menu-text
    {
        display: inline-block;
    }
    .main-menu-trigger .cd-menu-icon
    {
        right: 0;
        left: 0;

        -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,
    .megaMenu {
        display: none;
    }

    /* Mobile Menu : End */

    #dhide {
        display: inline-block;
    }

    #mhide {
            display: none;
    }

    /* Mob Menu */
    .mobile-nav.close {

    }

    .mobileMenu {
        position: absolute;
        top: 76px;
        width: calc(100% + 4px);
        left: -2px;
        background: #fff;
        border: 2px solid #cfa303;
        border-bottom: none;
        display: none;
    }

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

    .mobileMenu ul li {
        border-bottom: 2px solid #cfa303;
        display: inline-block;
        width: 100%;
    }

    .mobileMenu ul li a {
        display: block;
        text-decoration: none;
        font-size: 35px;
        line-height: 75px;
        text-transform: uppercase;
        text-align: center;
        color: #3F672D;
        height: 75px;
    }

    .mobileMenu .sub-menu {
        border-top: 2px solid #cfa303;
        display: none;
        width: 100%;
        float:left;
        clear:both;
        position: relative;
    }

    .mobileMenu .sub-menu::before,
    .mobileMenu .sub-menu::after {
        content: " ";
        width: 20px;
        background: #fff url(../images/pattern.png);
        height: 100%;
        position: absolute;
        top: 0;
        z-index:100;
    }

    .mobileMenu .sub-menu::before {
        border-right: 2px solid #cfa303;
        left:0;
    }

    .mobileMenu .sub-menu::after {
        border-left: 2px solid #cfa303;
        right:0;
    }

    .mobileMenu .sub-menu li {
        width: 50%;
        display: inline-block;
        float:left;
        border-right: 2px solid #cfa303;
        position: relative;
    }

    .mobileMenu .sub-menu li:nth-child(even) {
        border-right: none;
    }

    .mobileMenu .sub-menu li a {
        font-size: 18px;
        line-height: 65px;
        height: 65px;
        position: relative;
        padding: 0 20px;
    }

    .mobileMenu .sub-menu li:nth-child(odd) a{
        padding-right: 0;
    }

    .mobileMenu .sub-menu li:nth-child(even) a{
        padding-left: 0;
    }

    .mobileMenu ul.sub-menu li:last-of-type,
    .mobileMenu ul.sub-menu li:nth-last-child(2){
        border-bottom: none;
    }

    .mobileMenu .social{
        border-bottom: 2px solid #cfa303;
        display: inline-block;
        width: 100%;
        float:left;
    }

    .mobileMenu .social img{
        width: 26px;
        height: 26px;
    }

    .mobileMenu .social .soc{
       border-right: 2px solid #cfa303;
       height: 75px;
       width: calc(50% - 82px);
       display: inline-block;
       text-align: center;
       line-height: 90px;
    }

    .mobileMenu .social .soc:nth-child(even){
        border-right: none;
    }

    .mobileMenu .social .leftBlock,
    .mobileMenu .social .rightBlock{ width:20px;height:75px; }
    .mobileMenu .social .leftBlock{ border-right: 2px solid #cfa303; }
    .mobileMenu .social .rightBlock{ border-left: 2px solid #cfa303; }

    .mobileMenu .social .split{ width:60px; height:75px;}
    .mobileMenu .social .split.left{ border-right: 2px solid #cfa303; }
    .mobileMenu .social .split.right{ border-left: 2px solid #cfa303; }

    .mobileMenu .social .split div{ height: 39px; border-bottom: 2px solid #cfa303; }

    /*--------------------------------------------------------------
    # Front Page
    --------------------------------------------------------------*/
     .heroSlide .text {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 20px 20px;
    }

    .heroSlide h3{
        font-size: 25px;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    }
    .heroSlide p{
        line-height: 1.2em;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    }

    .row.vTop .col{
        vertical-align: top;
    }

    .frontPage .upper_section .row .col{
        
    }

    .frontPage .upper_section .col:nth-child(1){
        width:100%;
        border-right:none;
    }

    .frontPage .upper_section .col:nth-child(2){
        border-left: 2px solid #cfa303;
    }

    .frontPage .upper_section .col:nth-child(2) .wrap{
        padding:15px 20px 0px 20px;
    }

    .frontPage .upper_section .col:nth-child(2) .image{
        display: inline-block;
        width:100%;
        text-align: center;
        margin:10px 0;
    }

    .frontPage .upper_section .col:nth-child(2) .colOne{
        width:60%;
        float:left;
    }

    .frontPage .upper_section .col:nth-child(2) .image{
        width:40%;
        float:left;
    }

    .frontPage .upper_section .heading h3{
        margin:10px 15px;
    }

    .frontPage .upper_section .heading{
        border: 2px solid #cfa303;
        border-right: none;
        border-left: none;
    }

    a.buy_button{
        width:auto;
        height:25px;
        line-height:25px;
        font-size:20px;
        display: inline-block;
        margin: 10px auto 0 auto;
    }

    a.buy_button .rightBlock, a.buy_button .leftBlock{ width:10px;height:35px; }
    a.buy_button .split{ width:20px; height:25px;}
    a.buy_button .split div{ height: 12px; }

    a.buy_button span{
        padding:0 20px;
    }

     a.buy_button.small{
        line-height:35px;
        font-size:22px;
        height:35px;
    }

    .section{
        padding:20px 0;
        display: inline-block;
        width:100%;
    }

    .section .lft{
        width:100%;
    }

    .section p{
        margin:10px 0;
        padding:0 0 0 0;
    }

    .section ul{
        padding:10px 0 5px 0;
    }

    .section li{
        padding:7px 20px 7px 0px;
    }

    .row.outline .col:nth-child(1){
        border-right: none;
    }

    .upperBar{
        display: none;
    }

    .prodBox{
        height: auto;
    }

    .prodBox .wrap{
        padding: 20px 20px 20px 20px;
    }

    .prodBox h5{
        padding:0;
        margin:0;
    }

    .prodBox a.buy_button,
    .prodGrid a.buy_button{
        position: relative;
        bottom: 0;
        left: auto;
        width: 100%;
        display: block;
        margin:0 auto;
        height: 46px;
        line-height: 46px;
        font-weight: 600;
    }
    .prodBox a.buy_button .rightBlock, .prodBox a.buy_button .leftBlock,
    .prodGrid a.buy_button .rightBlock, .prodGrid a.buy_button .leftBlock
    {
        width: 10px;
        height: 46px;
    }
    .prodBox a.buy_button .split,
    .prodGrid a.buy_button .split {
        width: 20px;
        height: 46px;
    }
    .prodBox a.buy_button .split div,
    .prodGrid a.buy_button .split div {
        height: 22px;
    }
    .prodBox a.buy_button span,
    .prodGrid a.buy_button span {
        font-size: 35px;
    }

    .prodBox .heading{
        text-align: left;
        position: relative;
        bottom:0;
        width:100%;
        border-top: 2px solid #cfa303;
        border-bottom: 2px solid #cfa303;
    }

    .prodBox .heading h3,
    .prodGrid .heading h3{
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 25px;
    }

    .prodGrid,
    .postGrid{
        display: grid; 
        grid-template-rows: 1fr; 
        grid-column-gap: 20px;
        grid-row-gap: 20px; 
        padding: 30px 0 0 0;
    }

    .prodGrid.two,
    .postGrid.two{
        grid-template-columns: 1fr;
    }

    .prodGrid.three,
    .postGrid.three{
        grid-template-columns: 1fr;
    }

    .prodGrid .image{
        width:100%;
        text-align: center;
        padding:20px 20px 0 20px;
    }

    .postGrid span{
        line-height: 20px;
        font-family: 'Roboto', 'sans-serif';
        padding-top: 5px;
    }

    .prodGrid .wrap{
        padding-top: 5px;
    }

    .mcenter{
        text-align: center;
    }

    .wpcfButton{
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .wpcfButton .left{
        border-left: 2px solid #cfa303;
    }

    .wpcf7-submit{
        width: calc(100% - 26px);
    }

    .prodBox p,
    .prodGrid p{
        padding: 10px 0 25px 0;
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        font-family: 'Roboto', 'sans-serif';
    }

    .prodGrid .descriptionWrap{
        padding: 10px 20px 20px 20px;
    }

    .section.narrow{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pd{
        padding: 0 0 20px 0;
    }

    .prodBox h2{
        padding-top: 5px;
    }

    .prodGrid h2{
        line-height: 1em;
        padding: 0 0;
    }

    .prodBox .imgbuffer img{
        margin-bottom:0;
    }

    /* product-single */
    .product-single{
        padding: 100px 0 20px 0;
    }

    .product-single .leftCol,
    .product-single .rightCol{
        float: left;
        width: 100%;
    }

    .product-single .mainImage {
        height: 250px;
    }

    .product-single .shortDesc,
    .moreLink{
        display: none;
    }

    .product-single .wrap {
        max-width: 100%;
        float: left;
        width: 100%;
    }

    .product-single h5{
        font-size: 12px;
        padding: 0;
        margin:0;
    }

    .product-single h2{
        font-size: 35px;
        padding:5px 0;
        margin:0;
    }

    .page .sidebar{
        width: 100%;
        float:none;
        border: 2px solid #cfa303;
        margin-right: 0;
    }

    .page .rightContent{
        width: 100%;
        float:none;
    }
    .prodGrid{
        display:inline-block; 
        width: 100%;
        padding: 30px 0 0 0;
    }

    .prodGrid .dCol{
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }

    .prodGrid h6{
        font-size: 12px;
        line-height: 1em;
        margin-bottom: 7px;
    }

    .prodGrid .row.meta{
        padding: 10px 0;
    }

    .prodGrid .row.meta .col { width: 50%; float: left; display: inline-block; }

    .archive .sidebar {
        display: none;
    }

    .archive .arc-title {
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .archive .meta {
        font-size: 16px;
        line-height: 1em;
    }

    .archive select {
        display: inline-block;
        width: 100%;
        margin: 15px 0;
    }

    .fButton {
        display: inline-block;
        width: 100%;
        border: 2px solid #CFA303;
        height: 45px;
        font-size: 24px;
        line-height: 43px;
        padding: 0 0 0 15px;
        text-transform: uppercase;
        font-family: 'ConduitITCPro-Regular';
        letter-spacing: 0.5px;
    }

    .fButton span {
        width: 30px;
        height: 41px;
        float:right;
        border-left: 2px solid #CFA303;
    }

    .archive .optionsPopup .sidebar{
        display: block;
        border: none;
        padding: 0;
        margin: 0;
    }

    .archive .optionsPopup .prod_meta{
        padding: 0;
    }

    .archive .sidebar ul li::before {
        content: "\2022";
        color: #cfa303;
        font-weight: bold;
        display: inline-block;
        width: 1em;
		margin-left: -1em;
        left: 0px;
        position: absolute;
        top: 10px;
    }

    .post_featured{
        min-height: 20px;
        margin-top: 80px;
    }

    .post .entry .alignRight{
        text-align: left;
    }

    .finalize .cTable,
    .cTable .tfoot label,
    .payment_methods .row .col:nth-child(2) label, .shipping_methods .row .col:nth-child(2) label,
    .shipping_methods .row .col:nth-child(3),
    label#shipInput,
    .post_pagination .col a{
        font-size: 16px;
    }

    ul.lst{
        margin-left: 20px;
    }
    ul.lst li {
        font-size: 16px;
    }

    .post_pagination,
    .post_pagination .col{
        display: inline-block;
        width: 100%;
    }



    .post_pagination .middle{
        display: none;
    }

    /* Parallax */
        .pxWrap,
        .pxWrap.narrow {
            width: 100%;
            max-width: 375px;
            max-height: 100%;
            margin: 0 auto;
            transform-style: initial;
            height: auto;
        }

        .pxWrap.narrow {
            max-height: 100%;
        }

    /* Homepage Sections padding */
    .welcome_section .col:nth-child(2),
    .about_section .col:nth-child(2) {
        margin: 40px 0 0 0;
    }


    /* Product */
    .account .col{
        padding: 10px 0;
    }

    .account .col p{
        padding: 10px 0;
        line-height: 25px;
        font-size: 17px;
    }

    .account .cTable,
    .billing .cTable .col{
        font-size: 17px;
        line-height: 1.5em;
    }

    .cTable .thead{
        font-weight: 600;
    }

    .cTable .row{
        border-bottom: 2px solid #cfa303;
        padding: 20px 0;
    }

    .billing .cTable .row{
        margin-top: 20px;
    }

    .billing .cTable .col{
        display: block;
    }

    .billing .cTable .thead{
        display: none;
    }

    .billing .finalize .payment_methods{
        margin: 0;
        padding: 0;
    }

    .billing .payment_methods .row .col:nth-child(1), .billing .shipping_methods .row .col:nth-child(1){
        width: auto;
    }

    .cTable .row { width: 100%; display: table; table-layout: fixed; }
    .cTable .col { display: table-cell; padding: 0 0 0 0; vertical-align: middle; position: relative;}

    .billing .entry-header{
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }

    .billing .cTable{
        margin: 0;
        padding: 0;
    }

    .billing .cTable .row{
        border-bottom: none;
    }

    .billing .cTable .row.main:nth-child(2){
        margin-top:0;
        padding-top: 15px;
        border-top: 2px solid #cfa303;
    }

    .billing .verificationBilling{
        border: 2px solid #cfa303;
        line-height: 1.2em;
    }

    .billing .cascadePopup .payment_methods .row{
        padding: 0;
        margin: 5px 0;
    }

    .billing .cascadePopup .payment_option .col:nth-child(1){
        width: 30px;
        float: left;
    }

    .billing .cascadePopup .payment_option .col:nth-child(2){
        width: calc(100% - 30px);
        float: left;
        line-height: 23px;
    }

    .account .col .content{
        padding-right: 0;
        margin: 0;
    }

    .hbar.row { display: none;}

    .hbar{
        max-width: 100%;
    }

    .contact h3{
        margin: 0;
        padding: 25px 0 20px 0;
        font-weight: 200;
    }

    .contact .boxs .col{
        padding: 20px 0;
    }

    .contactGrid .dCol img{
        max-width: 100%;
        margin-bottom: 10px;
    }

    .contactGrid{
        grid-template-columns: calc(50% - 5px) calc(50% - 5px);
        grid-gap: 10px;
        padding: 10px 0;
    }

    .contactGrid .dCol{
        padding: 0 20px 30px 0;
    }

    .contact p{
        font-size: 17px;
    }

    .contactGrid p{
        font-size: 15px;
        line-height: 20px;
    }

    .about .offset{
        padding-top: 0;
    }

    .about p{
        margin: 0;
        padding: 15px 0;
        font-size: 19px;
        line-height: 26px;
    }

    .about .secHeading{
        padding: 20px 0;
    }

    .about .secHeading .col:nth-child(1){
        width: 100%;
        padding-right: 0;
    }

    .about .secHeading .col:nth-child(1) img{
        margin: 10px 0;
    }

    .product-single .tabbed{
        border: 2px solid #cfa303;
        display: inline-block;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .finalize,
    .subpage{
        padding: 100px 0!important;
        display: inline-block;
    }

    .product .product-image{
        text-align: left;
        width: 50px;
    }

    .product .product-image img{
        max-width: 50px;
        max-height: 50px;
        width: auto;
    }

    .product-details{
        float: right;
        width: calc(100% - 60px);
    }

    .product-single .tabbed .tabs .col{
        font-size: 17px;
    }

    .product-single .tabbed .desc p {
        font-size: 13px;
        line-height: 20px;
        font-family: 'Roboto', 'sans-serif';
    }

    .contact_sec .row .col:nth-child(1){
        display: none;
    }

    .finalize .payment_methods{
        padding: 20px 0;
        display: inline-block;
    }

    .product{
        position: relative;
    }

    .product .product-details .product-title {
      margin-right: 10px;
      font-size: 19px;
    }

    .quantity input {
      width: 50px!important;
      height: 25px;
      line-height: 1.65;
      margin: 0;
      padding-right: 0;
      font-size:13px;
            font-family: 'Roboto', sans-serif;
    }

    .quantity input:focus {
      outline: 0;
    }

    .quantity-nav {
     display: none;
    }

    .quantity-button {
      display: none;
    }

    .quantity-button.quantity-up {
      display: none;
    }

    .quantity-button.quantity-down {
      display: none;
    }

      .product-quantity {
        width: 100px;
      }
      .product-quantity input {
        margin-left: 20px;
      }

      .product-quantity:before {
        content: "x";
      }

    .product-price,
    .product-line-price,
    .product-quantity:before{
        height: 25px;
        line-height: 25px;
        font-size:15px;
        font-family: 'Roboto', sans-serif;
    }

    .product-quantity:before {
        float:left;
    }

    .product .remove-product {
      background-size: 7px;
      width: 16px;
      height: 16px;
      margin-top: 4px;
      margin-left: 20px;
    }

    .product-removal {
        width: auto;
        position: absolute;
        top: -5px;
        right: 0;
    }

    .swiper-thumbs-button-next, .swiper-gallery-button-next, .swiper-thumbs-button-prev, .swiper-gallery-button-prev, .swiper-hero-button-next, .swiper-hero-button-prev {
        width: 20px!important;
        height: 20px!important;
    }

    .subpage .totals{
        padding-top: 0;
    }

    .totals .totals-item label{
        text-align: left;
    }

    .subpage .totalsWrap {
        max-width: 100%;
        width: 100%;
        font-size: 15px;
        line-height: 1em;
    }

    .finalize .col-8-12,
    .finalize .col-4-12{
        padding-left: 20px;
        padding-right: 20px;
    }

    .fullAddress .col-4-12{
        padding-left:0!important;
        padding-right:0!important;
    }

    .cascadePopup,
    .cascadePopup.sixfifty,
    .cascadePopup_returns{
        width: 90%;
        left: 5%;
        height: auto;
    }

    .cascadePopup input[type="text"], .cascadePopup input[type="number"], .cascadePopup input[type="password"], .cascadePopup input[type="email"], .cascadePopup select{
        width: 100%;
    }

    .cascadePopup .button {
        margin-top: 20px;
        margin-left: 0;
        float: right;
    }

    .cascadePopup h3{
        padding-right: 0;
    }

    .cascadePopup .copyButton label{
        display: none;
    }
    .cascadePopup .copyButton .button{
        margin: 0 0 0 19px;
        float: none;
    }

    .entry-header .col{
        width: 50%;
        float:left;
    }
    .entry-header h2{
        font-size: 24px;
    }
    .entry-header .col .content{
        padding: 0;
        margin: 0;
    }

    .entry-header .button.small {
        height: 24px;
        line-height: 24px;
    }
    .entry-header .button.small:before,
    .entry-header .button.small:after{
        height:24px;
    }
    /*
    .cTable .thead {
        padding-top: 0!important;
    }
    */
    .view-order h2.entry-title{
        font-size: 25px;
        display: block;
        float: none;
    }

    .view-order .status{
        float:left;
        padding: 0px 15px 2px 15px;
        margin: 15px 0;
    }

    .view-order .cs_subheading{
        font-size: 17px;
    }

    .view-order .cs_box{
        padding: 0 0 25px 0;
    }

    .view-order .cs_box p{
        margin-top: 20px;
        line-height: 1.3em;
    }

    .view-order .cs_list li{
        font-size: 14px;
    }

    .view-order .table th,
    .view-order .table td, .view-order .table label, .view-order .table strong, .view-order .table span, .view-order .tableTotal{
        font-size: 12px;
    }

    .view-order .table tr td:nth-child(4){
        width: 75px!important;
    }

    .view-order .table tr td:nth-child(5){
        width: 80px!important;
    }

    .view-order .tableTotal{
        width: 160px;
    }

    .ftPad {
        margin-top: 60px;
        opacity: 0.2;
    }

    .bttnActions a,
    .bttnActions .button{
        width: calc(100% - 60px);
        display: block;
        margin-bottom: 10px;
    }

    .login{
        padding: 120px 0 0 0;
    }
    .login .regNote{
        padding-bottom: 30px;
    }

    .button_blank{
        margin: 0 0 20px 20px;
    }
    .button_blank.right{
        float:left;
    }
    .reg_header [class*="col-"]{
        padding: 0;
        margin: 0;
    }
    .gnote{
        margin-top: 40px!important;
        font-size: 14px;       
    }
    .gnote a{
        text-decoration: none;
    }


    .rtl{
        display: flex; flex-direction: column;
    }
    .rtl .col:nth-child(1){
        order: 2;
    }
    .rtl .col:nth-child(2){
        order: 1;
        padding-bottom: 20px;
    }

    .cs_subheading{
        font-size: 16px;
        line-height: 1.3em;
    }

    ul.cs_list{
        line-height: 1em;
    }

      .table_mobile{
        border: none;
      }

      .table_mobile caption {
        font-size: 1.3em;
      }
      
      .table_mobile thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
      }
      
      .table_mobile tr {
        border: 2px solid #cfa303;
        display: block;
        margin-bottom: 0;
        border-radius: 5px;
      }
      
      .table_mobile td {
        border-bottom: 1px solid #cfa303;
        display: block;
        font-size: .8em;
        text-align: right;
        border-right: none;
        width: auto!important;
      }

      .view-order .table tr td:nth-child(4) {
            width: auto!important;
        }
      
      .table_mobile td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
      }
      
      .table_mobile td:last-child {
        border-bottom: 0;
      }

      .table_mobile ul.lst li{
        list-style: none;
        font-style: italic;
      }

      .table_mobile tr td:nth-child(1){
        background: #F6EAD1;
      }

    /*--------------------------------------------------------------
    # Footer 
    --------------------------------------------------------------*/
    .footer{
        width: 100%;
        float: left;
    }

    .footer .row { width: 100%; display: table; table-layout: fixed; }
    .footer .col { display: table-cell; padding: 0 0 0 0; vertical-align: middle; position: relative;}

    .footer .row.main .split{ display: none; }

    .row_ft { width: 100%; display: block; }
    .col_ft { display: block; padding: 0 0 0 0;}

    .footer .row.main .col:nth-child(1), .footer .row.main .col:nth-child(5) {
        width: 20px;
    }

    .footer .row_ft {
        padding: 30px 0 0 0;
        text-align: center;
    }

    .footer .row_ft .col_ft:nth-child(1){
        width: 100%;
    }

    .footer .row_ft .col_ft:nth-child(3){
        width: 100%;
    }

    .footer address{
        font-size: 13px;
        line-height: 25px;
        font-family: 'Roboto', 'sans-serif';
        text-align: left;
        max-width: 200px;
        margin: 0 auto;
    }

    .footer address a{
        padding: 4px 0 7px 0;
    }

    .footer .copyright {
        padding: 10px 0;
    }


    .footer .ftM{
        display: none;
    }

    .footer .social-icons{
        margin: 5px 0 20px 0;
    }

    .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-mail-sent-ok{
        font-size: 17px;
        line-height: 1em;
        padding: 10px 15px;
    }

    /*--------------------------------------------------------------
    ## Swiper Overrides
    --------------------------------------------------------------*/
    .slideContent{
        padding: 50px 20px;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      left: 10px!important;
       background-size: 7px!important;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      
      right: 10px!important;
      background-size: 7px!important;
    }

    .swiper-container .slideContent a{
        margin: 5px 0;
    }

    .swiper-container.gallery-top{
        margin-top: 10px;
        height: 250px;
    }
    .gallery-top .cell{
        height: 250px;
        display: block;
    }

    .swiper-container.glth{
        display: none;
    }

	/* END 767px query */
}
@media screen and (min-width: 768px) and (max-width: 1023px) {

/* Removed padding on sides */
/*     .pageWrapper{
        max-width: 768px;
    }
 */
    body,button,input[type="text"],input[type="tel"],input[type="email"],select,textarea, .section p,
    .section li, .prodGrid p, .footer address, ul.ft-menu li a, .footer .copyright p { font-size: 18px; line-height: 1.3em;}

    .inputs [type="text"], .inputs [type="password"], .inputs [type="email"], .inputs [type="tel"], .inputs [type="number"], .inputs select, .inputs textarea{
        font-size: 18px;
    }

    .wpcf7-text,
    input[type="search"],
    .wpcf7-textarea, .comment-form-comment textarea{
        background: #fff;
        border: 2px solid #cfa303;
        padding: 5px 8px;
        width: 100%;
        font-size: 18px!important;
    }

    .wpcf7-submit{
        font-size:18px;
    }

    .button, .button:visited, .slideContent a, .slideContent a:visited {
        padding: 0 40px;
        font-size: 22px!important;
        margin: 0 20px 0 20px;
    }

    .product-single .tabbed .desc p {
        font-size: 16px;
        line-height: 22px;
    }

    ul.ft-menu{
        margin-top: 7px;
    }

    ul.ft-menu li a {
        padding: 4px 20px 4px 0;
    }

    .account_row{
        display: block;
    }

    .account_col{
        display: block;
    }

    .cs_list li{
        font-size: 16px;
        line-height: 22px;
    }

    .view-order .status{
        padding: 2px 15px 0 15px;
        margin: 5px 0 0 20px;
    }
    .view-order .status span{
        font-size: 16px;
        line-height: 25px;
    }

    .table{
        font-size: 15px;
    }

    .table td,
    .table td strong{
        font-size: 12px;
    }

    .tableTotal{
        font-size: 12px;
        max-width: 253px;
    }

    .button.small{
        font-size: 15px!important;
        line-height: 28px!important;
    }

    h1{font-size: 4.5em; line-height: 1em; font-weight: 700; margin: 0;}
    h2, .section h1{
        font-size: 25px;
        line-height: 1em;

    }
    h3{
        font-size:20px;
        padding:5px 50px 0 5px;
    }
    h4{font-size: 2.5em; line-height: 1em; font-weight: normal; margin: 0;}
    h5{ 
        font-size:12px;
        line-height: 1em;
    }

    .prodGrid h6{
        font-size: 12px;
    }

    .prodGrid.two .mainCol{
        display: block;
    }

    .prodGrid .descriptionWrap{
    padding: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 20px;
    }

    .grid{
        padding: 0 5%;
    }

    .header .logo{
        margin: 15px 0 0 20px;
    }

    .menu-header-menu-container{
      /*  padding: 0px 20px;*/
        margin: 0;
        max-width: 40%;
    }

    .menu-header-menu-container a{
        display: inline-block;
        padding: 5px 10px;
        font-size: 20px;
        line-height:1em;
    }

    .frontPage .upper_section .col:nth-child(2) .wrap{
        padding: 10px 20px 0 20px;
        display: inline-block;
    }

    .frontPage .upper_section .heading h3{
        margin:10px 20px;
    }

    .frontPage .upper_section .col:nth-child(2) .image img{
            max-height: 70px;
    }

    a.buy_button{
        width:100%;
        height:25px;
        line-height:25px;
        font-size:20px;
        display: inline-block;
        margin: 0 auto 0 auto;
    }

    a.buy_button .rightBlock, a.buy_button .leftBlock{ width:10px;height:25px; }
    a.buy_button .split{ width:20px; height:25px;}
    a.buy_button .split div{ height: 12px; }

    a.buy_button span{
        padding:0 20px;
    }

    a.buy_button.small{
        height:25px;
        line-height:25px;
        font-size:20px;
    }
    a.buy_button.small span{
        padding:0 10px;
    }

    .prodBox a.buy_button{
        position: relative;
        bottom: inherit;
        left: auto;
    }

    .heroSlide .text{
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 20px 20px;
    }

    .heroSlide h3{
        font-size: 33px;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    }
    
    .heroSlide p{
        font-size:16px;
        line-height: 1.2em;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    }

    .megaMenu .smallFnt .buy_button {
        font-size: 18px;
        line-height: 27px;
    }

    .header .quickLinks a {
        font-size: 20px;
    }

    /* Mega Menu */
    .megaMenu{
        width: calc(100% - 42px);
        left: 21px;
    }

    .megaMenu .content{
        padding: 15px 10px 0 0;
        margin-bottom: 0;
        position: relative;
    }

    .megaMenu h3{
        font-size: 18px;
    }
    .megaMenu .prodItem h2 {
        font-size: 25px;
    }
    .megaMenu h3 {
        font-size: 17px;
    }
    .megaMenu .prodItem h5 {
        font-size: 14px;
    }

    .megaMenu ul{
        padding: 5px 0;
        margin: 0 0 0 0;
    }

    .megaMenu ul li a{
        font-size: 13px;
        padding: 2px 5px 2px 0;
    }

    /* product-single */
    .product-single{
        padding: 40px 0;
        display: inline-block;
        width: 100%;
    }

    .product-single h5{
        font-size: 17px;
    }

    .product-single h2{
        font-size: 40px;
    }

    .product-single .leftCol{
        float: left;
        width: 50%;
        padding-right: 40px;
    }

    .product-single .shortDesc p{
        font-size: 15px;
        line-height: 24px;
    }

    .product-single .moreLink{
        font-size: 15px;
    }

    .product-single .prodOptions{
        padding: 0;
        margin: 20px 0;
    }

    .product-single .prodOptions .col:nth-child(1){
        width: 15px;
    }
    .product-single .prodOptions .col:nth-child(2){
        padding: 15px;
    }

    .product-single .prodOptions .options label{
        width: 100%;
        font-size: 15px;
        margin: 0 0 5px 0;
    }
    .product-single .prodOptions .options input,
    .product-single .prodOptions .options select{
        width: 100%;
    }

    .product-single .qty_field{
        width: 100%;
        float: none;
        max-width: 100%;
    }

    .product-single .qty_field.rows input {
        width: 40px;
    }

    .product-single .qty_field.full .qty{
        width: 80px;
        text-align: center;
    }

    .product-single .qty_field.rows label{
        width: calc(100% - 80px);
    }

    .product-single .tabbed{
        margin-top: 10px;
    }

    .product-single .priceAction {
        max-width: 100%;
    }

    .button.initiate_cart_button{
        width: 100%;
        margin-bottom: 10px!important;
    }

    .swiper-container.gallery-top,
    .gallery-top .cell{
        height: 282px;
    }

    .glth{
        margin-top: 20px;
    }

    .gallery-thumbs{
        height: 50px;
    }

    .gallery-thumbs .cell{
        height: 50px;
    }

    .section{
        padding: 30px 0;
    }

    /* Parallax */
    .pxWrap {
        width: 100%;
        max-width: 300px;
        max-height: 300px;
        margin: 0 auto;
    }

    .contactGrid{
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
        grid-gap: 15px;
        padding: 20px 0;
    }

    .contactGrid .dCol{
        padding: 0 20px 30px 0;
    }

    .contactGrid .dCol img{
        max-width: 100%;
    }

    .contact strong{
        font-size: 16px;
    }

    .contact p {
        font-size: 12px;
        line-height: 18px;
    }

    .prodBox{
        height: auto;
    }

    .prodGrid p{
        line-height: 0px;
    }

    .prodGrid .image{
        height: 130px;
    }

    .prodGrid .image img{
        max-height: 130px;
    }

    .prodGrid h2 {
        line-height: 1em;
        padding: 0 0 5px 0;
        font-size: 20px;
    }

    .prodGrid a.buy_button {
        margin-top: 15px;
        width: 100%;
    }

    .prodGrid .wrap{
        padding: 20px 20px 10px 20px;
    }

    .postGrid h3{
        font-size: 20px;
    }

    .postGrid .wrap {
        padding: 5px 20px 10px 20px;
    }

    .postGrid span{
        font-size: 15px;
        margin-top: 0px;
        padding-top: 10px;
    }

    .product-single .prodOptions .options input,
    .product-single .prodOptions .options select,
    .archive select{
        font-size: 14px;
        padding: 4px 10px;
    }

    /* Cart */

    .subpage h2.entry-title{
        font-size: 35px;
        padding-bottom: 20px;
    }

    .product .product-details .product-title{
        font-size: 20px!important;
    }

    .product .product-price,
    .product .product-line-price{
        font-size: 17px;
    }
    .product-image {
      float: left;
      width: 10%!important;
      padding-right: 10px;
    }

    .product-image img{
        max-width: 60%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

    .product-details {
      float: left;
      width: 37%!important;
    }

    .product-price {
      float: left;
      width: 12%!important;
    }

    .product-quantity {
      float: left;
      width: 20%!important;
    }

    .product-removal {
      float: left;
      width: 9%!important;
    }

    .product-line-price {
      float: left;
      width: 12%!important;
      text-align: right;
    }

    .finalize, .subpage {
        padding: 20px 20px;
        display: inline-block;
    }

    .finalize .col-8-12,
    .finalize .col-4-12,
    .finalize .col-1-1{
        width: 100%;
        padding-right: 0!important;
        margin-right: 0!important;
    }

    .finalize .col-8-12,
    .finalize .col-4-12{
        max-width: 85%;
        margin: 0 7.5%;
    }

    .fullAddress .col-4-12{
        margin-left:0!important;
        margin-right:0!important;
        max-width: 100%;
    }

    .tbnopad{
        padding-right: 0!important;
    }

    .finalize .wwrap.two {
        max-width: 100%;
    }

    /* Archive */
    .page .rightContent{
        width: 100%;
        float:left;
    }

    .about h2,
    .contact h2{
        font-size: 35px;
    }

    .about h4{
        padding: 25px 0 0 0;
        font-size: 22px;
    }

    .about .offset{
        padding-top: 20px;
    }

    .about p{
        font-size: 16px;
        line-height: 25px;
    }

    .about .secHeading{
        padding: 40px 0;
    }

    .about .secHeading .col:nth-child(1){
        width: 250px;
        padding-right: 20px;
    }

    .pxWrap {
        height: 400px;
        width: auto;
    }

    .pxWrap.narrow{
        width: 200px;
        height: auto;
    }

    .footer .row.main .split{ width: 40px; position: relative;}

    .row_ft { width: 100%; display: block; }
    .col_ft { display: block;}
	
	.tabletHide {
		display: none;
	}

	.tabletShow {
		display: block !important;
	}
	
    .footer .row_ft{
        padding: 50px 0 50px 0;
    }

    .footer .row_ft .col_ft:nth-child(1),
    .footer .row_ft .col_ft:nth-child(2),
    .footer .row_ft .col_ft:nth-child(3),
    .footer .row_ft .col_ft:nth-child(4){
        width: 50%;
        float: left;
        min-height: 300px;
    }

    .footer .logo img{
        height: 40px;
        margin-bottom: 17px;
    }

    .footer h5{
        font-size: 24px;
        padding:0;
        margin:0;
        display: block;
    }

	.button.simple.atc {
		width: 100%;
	}

}

/* END 1024 */

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    
    h1{font-size: 4.5em; line-height: 1em; font-weight: 700; margin: 0;}
    h2, .section h1{
        /*font-size: 25px;*/
        line-height: 1em;
    }

    h3{
        font-size:20px;
        padding:5px 50px 0 5px;
    }
    h4{font-size: 2.5em; line-height: 1em; font-weight: normal; margin: 0;}
    h5{ 

        line-height: 1em;
    }

    .section p, .section li, .prodGrid p {
        font-size: 22px;
        line-height: 1.25em;
    }

    /*.prodGrid h2{
        font-size: 38px;
    }
    .prodGrid p{
        font-size: 20px;
        line-height: 23px;
    }*/

    .grid{
        padding: 0 5%;
    }

    .header .logo{
        margin: 15px 0 0 20px;
    }

    .menu-header-menu-container{
      /*  padding: 0px 20px;*/
        margin: 4px 0 0 0;
       /* max-width: 40%;*/
		max-width: 50%;
    }

    .menu-header-menu-container a{
        display: inline-block;
        padding: 5px 15px;
        font-size: 24px;
        line-height:1em;
    }

    .heroSlide .text{
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 30px 40px;
    }

    .heroSlide h3{
        font-size: 40px;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    }
    .heroSlide p{
        font-size:20px;
        line-height: 1.2em;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    }

    .frontPage .upper_section .col:nth-child(2) .wrap{
        padding: 20px 30px 0 30px;
        display: inline-block;
        width:100%;
    }

    .frontPage .upper_section .heading h3{
        margin:10px 20px;
    }

    .frontPage .upper_section .col:nth-child(2) .image img{
            max-height: 125px;
    }

    a.buy_button{
        width:250px;
        height:40px;
        line-height:40px;
        font-size:20px;
        display: block;
        margin: 0 auto;
    }

    a.buy_button#mhide{
        display: block!important;
    }

    a.buy_button .rightBlock, a.buy_button .leftBlock{ width:10px;height:40px; }
    a.buy_button .split{ width:20px; height:40px;}
    a.buy_button .split div{ height: 20px; }

    a.buy_button span{
        padding:0 20px;
    }

    a.buy_button.small{
        line-height:35px;
        font-size:19px;
        height:35px;
    }

    .prodBox a.buy_button{
        position: relative;
        left: 0;
        bottom:0;
    }

    .pxWrap{
        height: auto;
        width: 100%;
    }

    .prodBox {
    height: 100%;
}

    .finalize, .subpage {
        padding: 20px 20px;
    }

    .product-single .leftCol {
        padding-right: 40px;
    }

    .contactGrid .dCol img {
        max-width: 100%;
    }

    .footer .row.main .split{ width: 120px; position: relative;}

    .row_ft { width: 100%; display: block; }
    .col_ft { display: block;}

    .footer .row_ft{
        padding: 50px 0 50px 0;
    }

    .footer .row_ft .col_ft:nth-child(1),
    .footer .row_ft .col_ft:nth-child(2),
    .footer .row_ft .col_ft:nth-child(3),
    .footer .row_ft .col_ft:nth-child(4){
        width: 50%;
        float: left;
        min-height: 300px;
    }

} /* END 1439 */
 
@media screen and (min-width: 1440px) and (max-width: 1600px) {
    
    .grid{
        padding: 0 5%;
    }

    h1{font-size: 4.5em; line-height: 1em; font-weight: 700; margin: 0;}
    h2, .section h1{
        font-size: 30px;
        line-height: 1em;
        padding: 0 0;
    }
    h3{
        font-size:25px;
        padding:5px 50px 0 5px;
    }
    h4{font-size: 2.5em; line-height: 1em; font-weight: normal; margin: 0;}
    h5{ 
        font-size:17px;
        line-height: 1em;
    }

    .header .logo{
        margin: 15px 0 0 60px;
    }

    .menu-header-menu-container{
        padding: 0px 20px;
        margin: 25px 0 0 0;
    }

    .menu-header-menu-container a{
        display: block;
        padding: 13px 40px;
    }

    .heroSlide .text{
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 40px 80px;
    }

    .heroSlide h3{
        font-size: 50px;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    }
    .heroSlide p{
        font-size:24px;
        line-height: 1.2em;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    }

    .frontPage .upper_section .col:nth-child(2) .wrap{
        padding: 20px 40px 0 40px;
        display: inline-block;
    }

    .frontPage .upper_section .col:nth-child(2) .image img{
        max-height: 200px;
    }

    .finalize, .subpage {
        padding: 20px 20px;
    }

    a.buy_button{
        width:320px;
        height:35px;
        line-height:35px;
        font-size:25px;
        display: block;
    }

    a.buy_button#mhide{
        display: block!important;
    }

    a.buy_button .rightBlock, a.buy_button .leftBlock{ width:10px;height:35px; }
    a.buy_button .split{ width:20px; height:35px;}
    a.buy_button .split div{ height: 16px; }

    a.buy_button span{
        padding:0 20px;
    }

    .product-single .leftCol {
        padding-right: 40px;
    }


} /* END 1600 */


@media screen and (min-width: 1601px) and (max-width: 1800px) {

    .menu-header-menu-container a{
        display: block;
        padding: 13px 30px;
    }

    .frontPage .upper_section .col:nth-child(2) .image img{
            max-height: 200px;
    }

    .product-single .leftCol {
        padding-right: 40px;
    }

}

/* Ian Matlak added to fix menu items */
@media screen and (max-width:1039px){
	.button.simple.atc {
		margin-right: 5px;
	}
}

/* Ian Matlak added to fix menu items */
@media screen and (max-width:1700px){
	.menu-header-menu-container a{
		/*padding: 13px 25px;*/
		padding: 10px 10px;
	}
}


.tabletShow {
	display: none;
}






