.hamburger {
    padding: 0;
    display: none;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    vertical-align: middle;
    margin-left: 10px;
}


/* 
  .hamburger:hover {
    opacity: 0.7; }
*/

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.moduletable.responsiveCart {
    display: none!important;
}

.search_button {
    display: none;
}

@media screen and (max-width:1800px) {
    #top * {
        font-size: 16px;
    }
    #middleright a,
    #middleright .separator {
        font-size: 16px;
    }
    .moduletable.vmsearch {
        width: 325px;
    }
    div#logo img {
        width: 325px;
    }
    #middleright {
        padding-top: 0;
    }
    #hornav .nav>li>a,
    #hornav .nav>li>span {
        font-size: 15px;
    }
    #hornav .nav>li {
        margin-right: 15px;
        padding-right: 15px;
    }
    .slides .moduleItemIntrotext * {
        font-size: 30px;
    }
    .slides .moduleItemIntrotext li {
        font-size: 20px;
        line-height: 20px;
    }
    #top .moduletable {
        margin-left: 17px;
    }
    #hometabs .tab {
        font-size: 16px;
        padding: 18px 0 16px 0;
    }
    footer .nav>li>a,
    footer .nav>li>span {
        font-size: 16px;
    }
    footer p {
        font-size: 20px;
    }
    body.nothome {
        padding-top: 194px;
    }
    .breadcrumb {
        margin: 15px 0 30px 0;
    }
    #company {
        padding-left: 50px;
    }
    .category {
        margin-bottom: 20px;
    }
    #hornav .nav>li>a,
    #hornav .nav>li>span {
        font-size: 14px!important;
    }
}

@media screen and (max-width:1680px) {
    .moduletable.usermenu {
        margin: 0 25px 0 20px;
    }
    .moduletable.vmcart {
        margin-left: 25px;
    }
    .brick {
        width: 20%
    }
    .related_products-2-price span,
    .related_products-2 input.addtocart-button-input {
        font-size: 14px !important;
    }
    /*
	 #bd_results .quantity-controls {width: 75%;}
	*/
}

@media screen and (max-width:1600px) {
    .moduletable.vmsearch {
        width: 285px;
    }
    #company .image:nth-child(2) {
        left: 210px;
        top: 140px;
    }
    #company {
        padding-bottom: 200px;
    }
    #company .quote {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    #parallax p {
        font-size: 30px;
    }
    #parallax li {
        font-size: 20px;
    }
    .category .spacer {
        padding-left: 15px;
    }
    .category {
        padding-right: 15px;
    }
    .productListView .product.vertical-separator,
    #hometabs .product-container {
        padding-right: 20px;
    }
    .related_products-2-price span,
    .related_products-2 input.addtocart-button-input {
        font-size: 13px !important;
    }
    /*
	#bd_results .quantity-controls {width: 76%;}

	*/
    #hornav .nav>li>a,
    #hornav .nav>li>span {
        font-size: 12px!important;
    }
}

@media screen and (max-width:1440px) {
    h3 {
        padding-top: 15px;
        font-size: 20px;
        line-height: 23px;
    }
    #home1 .contentBody-outter {
        bottom: 10px;
        padding-left: 30px;
    }
    #home1 .readmore {
        margin-top: 25px;
    }
    #home1 {
        padding-bottom: 75px;
    }
    .productListView .product .PricesalesPrice,
    #hometabs .PricesalesPrice,
    .vm2w_product_price {
        font-size: 20px;
    }
    .productListView .product.vertical-separator,
    #hometabs .product-container {
        /* height:340px; */
    }
    #scroller .container {
        padding: 0 145px;
    }
    #hometabs .product-container {
        width: 27%;
    }
    .itemMainContent {
        padding-right: 55px;
    }
    #company {
        padding-bottom: 100px;
    }
    #parallax .custom {
        height: 400px;
        padding-top: 120px;
    }
    #company .image {
        width: 365px;
    }
    .productListView .product .vm-product-media-container {
        text-align: center;
        margin-bottom: 0px;
    }
    .productDetailsView .PricesalesPrice {
        font-size: 35px;
    }
    .productDetailsView .productDetails h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .productDetailsView .product_description_inner {
        margin-top: 15px;
    }
    #hornav .nav>li>a,
    #hornav .nav>li>span {
        font-size: 12px;
    }
    body.scrolled #hornav .nav>li>a,
    body.scrolled #hornav .nav>li>span {
        font-size: 12px;
    }
    #hornav .nav>li {
        padding: 5px 10px 5px 10px;
        margin: 0;
    }
    .product-container.productdetails-view.productDetailsView,
    .related_container {
        width: 100% !important;
    }
    /* #bd_results .productDetailsView .productMedia {width:100% !important;}
	#bd_results .productDetailsView .productDetails {width:100% !important;} */
    #cart-view {
        width: 100%!important;
    }
}

@media screen and (max-width:1366px) {
    .productListView .product.vertical-separator,
    #hometabs .product-container {
        /*padding-right: 0!important;*/
    }
    .category-view .rows .category+.clear {
        clear: none!important;
    }
    #hornav .nav {
        padding: 0 20px;
    }
    .category {
        float: left;
        width: 50%;
        border: 1px solid #ccc;
        padding-right: 0;
    }
    .category .spacer h2 {
        text-align: center;
    }
    .category .spacer {
        float: none;
        width: 100%;
        padding: 75px 0;
        ;
    }
    #hornav .nav>li>ul {
        margin-top: 0 !important;
        overflow-y: scroll;
        display: block;
        height: calc(100vh - 182px) !important;
        columns: unset!important;
    }
    #hornav .nav>li>ul li.child {
        width: 22%;
        display: inline-grid;
    }
}

@media screen and (max-width:1360px) {
    #middleright a,
    #middleright .separator {
        font-family: 'Open Sans', sans-serif;
    }
    .sj-search-pro-wrapper .input-group .form-control {
        height: 35px;
    }
    .input-group-btn {
        width: 28px!important;
        height: 28px!important;
        padding: 0!important;
    }
    .input-group-btn button {
        padding: 0!important;
    }
    .sj-search-pro-wrapper .button-search {
        height: 28px!important;
    }
    #middleright a,
    #middleright .separator {
        font-size: 15px;
    }
    footer .container {
        padding: 30px 50px 20px 50px;
    }
}

@media screen and (max-width:1280px) {
    .hamburger {
        display: inline-block;
    }
    .moduletable.vmsearch {
        position: fixed!important;
        top: -100%;
        left: 0;
        width: 100%;
        background: #f2f2f2;
        padding: 0 15px;
    }
    .search_button {
        display: inline-block;
        margin-left: 10px;
        cursor: pointer;
    }
    .sj-search-pro-wrapper .input-group .form-control {
        background: #fff;
    }
    div#logo img {
        width: 260px;
    }
    #middle {
        padding: 10px 0;
    }
    #hornav .nav>li>ul>li>a {
        font-size: 15px;
    }
    #middleright {
        padding-top: 8px;
    }
    #hornav {
        position: fixed;
        width: 300px;
        overflow-y: scroll;
        padding: 15px 0;
        height: 100%;
        top: 0;
        left: -100%;
        transition: all 0.3s ease;
    }
    body.scrolled div#logo img {
        width: 260px;
    }
    body.scrolled #middle {
        padding: 10px 0;
    }
    body.scrolled #middleright {
        padding-top: 8px;
    }
    body.scrolled header {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    }
    .slides .moduleItemIntrotext * {
        font-size: 25px;
    }
    .slides .moduleItemIntrotext li {
        font-size: 18px;
        line-height: 18px;
    }
    #scroller .container {
        padding: 0 50px;
    }
    footer p {
        font-size: 18px;
    }
    #hornav.is-active {
        left: 0;
        transition: all 0.3s ease;
    }
    #hornav.is-active ul.nav li>ul.nav-child li {
        width: 100%;
    }
    #hornav.is-active .nav>li>ul.inulLi_4>li:first-child {
        padding-bottom: 0!important;
    }
    #hornav.is-active .nav>li>ul.inulLi_0>li:nth-child(2) {
        padding-bottom: 0!important;
    }
    #hornav.is-active .nav>li>ul.inulLi_4>li:nth-child(2) {
        padding-bottom: 0!important;
    }
    #hornav.is-active .nav>li>ul.inulLi_1>li:nth-child(2) {
        padding-bottom: 0!important;
    }
    #hornav.is-active .nav>li>ul.inulLi_4>li:nth-child(1) {
        padding-bottom: 0!important;
    }
    #hornav.is-active .nav>li>ul.inulLi_4>li:nth-child(2) {
        margin-top: 0!important;
    }
    #hornav.is-active .nav>li>ul {
        padding: 0!important;
    }
    #hornav.is-active .nav>li>ul>li>ul>li>a {
        font-size: 14px;
    }
    #hornav .nav>li>ul {
        display: block;
        position: initial;
        padding: 0!important;
    }
    #hornav .nav>li {
        padding: 0;
        margin: 0;
        border: none;
        width: 100%;
        display: block;
    }
    #hornav .nav {
        padding: 0;
    }
    #hornav .nav>li>ul>li {
        width: 100%;
    }
    #hornav .nav>li,
    body.scrolled #hornav .nav>li {
        padding: 10px 0 10px 0;
        /*border-bottom: 1px solid #000!important;*/
    }
    #hornav .nav>li>ul>li>ul>li {
        margin-bottom: 5px;
    }
    body.nothome {
        padding-top: 108px;
    }
    body.nothome header {
        border-bottom: 1px solid #cf2102;
    }
    #Default {
        padding-bottom: 30px;
    }
    #company .image {
        width: 285px;
    }
    #parallax p {
        font-size: 25px;
    }
    #company .image:nth-child(2) {
        left: 125px;
    }
    .productListView .row {
        width: 83%;
        display: table-cell;
    }
    #hornav .nav li {
        list-style: none;
    }
    #hornav .nav>li>ul>li.image {
        display: none;
    }
    #hornav .nav>li>ul {
        background: inherit;
        box-shadow: none;
        min-height: initial;
        /*display: block !important; */
        padding: 15px 15px 0 15px !important;
    }
    #hornav .nav>li>ul {
        background: inherit;
        box-shadow: none;
        min-height: initial;
        display: none;
        padding: 15px 15px 0 15px !important;
    }
    /*
	#hornav .nav > li:hover > ul{ display:block !important;}
       */
    #hornav {
        background: #cf2102;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    }
}

#hornav.is-active .nav>li>ul {
    background: #cf2102;
}

#hornav .nav>li>a,
#hornav .nav>li>span {
    color: #000;
    /*padding: 0 15px;*/
}

.moduletable.usermenu .nav>li>a {
    pointer-events: initial!important;
}

#hornav .nav li.act,
#hornav .nav li.act:hover {
    background: #ababab;
}

#hornav .nav>li>ul>li>a {
    font-family: 'Open Sans', sans-serif;
}

#hornav .nav>li.act>a,
#hornav .nav>li.act>span {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}


/* .related_container table tr td:nth-child(1), .related_container table tr td:nth-child(2), .related_container table tr td:nth-child(3) {width: 100%; float: left; position: relative;} */


/* .related_container table thead {display: none;} */


/* .related_products-2 input.addtocart-button-input {    margin-top: -47px;} */


/* .related_container table tr {    border-bottom: 1px solid #000000;} */

.vm-cart-header-container h1 {
    font-size: 26px;
}

#userForm {
    width: 100%;
}

#hometabs .container {
    padding: 0 15px;
}

.addToCartComplete {
    width: 40%;
}

#hornav .nav>li>ul {
    overflow-y: auto;
    height: auto !important;
}


}
@media screen and (max-width:1199px) {
    #hometabs .product-container {
        width: 30%;
    }
}
@media screen and (max-width:1024px) {
    footer .container .row {
        display: flex;
    }
    
    #hometabs .container {
        padding: 0 50px;
    }
    
    #hometabs .tab {
        font-size: 14px;
        width: 195px;
    }
    
    #hometabs .product-container {
        width: 33.33%;
    }
    
    .com_vm2wishlists h3,
    .com_virtuemart .main_container h3,
    .com_virtuemart .main_container h3 a,
    .com_vm2wishlists h3 a,
    #hometabs h3,
    #hometabs h3 a {
        letter-spacing: 0;
    }
    
    .sku,
    .sku * {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        margin: 0;
    }
    
    .productListView .product img,
    #hometabs .product-container img {
        max-height: 140px;
    }
    
    #home1 .linkbanner {
        width: 100%;
        margin-bottom: 30px;
    }
    
    #footer1,
    #footer2,
    #footer3,
    #footer4 {
        width: 100%;
    }
    
    #footer3 .moduletable,
    #footer4 .moduletable {
        margin-bottom: 0;
        margin-top: 20px;
    }
    
    h4 {
        font-size: 18px;
    }
    
    footer .nav>li {
        margin-bottom: 10px;
    }
    
    #middleright .nav>li::before {
        font-size: 16px;
    }
    
    #company {
        padding-bottom: 50px;
    }
    
    #company .quote {
        width: 100%;
    }
    
    .category {
        width: 49%;
    }
    
    .category p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .category .spacer {
        width: 100%;
    }
    
    .category .spacer h2 {
        margin-bottom: 10px;
    }
    
    .addToCartComplete {
        width: 100%;
        margin-top: 15px;
    }
    
    .productDetailsView .productMedia {
        width: 50%;
    }
    
    .productDetailsView .productDetails {
        width: 50%;
        padding: 0 15px;
    }
    
    .productDetailsView {
        padding-left: 15px;
        margin-bottom: 50px;
    }
    
    #customer_note_field {
        width: 100%;
    }
    
    .brick {
        width: 25%
    }
    
    .inputbox {
        max-width: 100%;
    }
    
    .vm-search-descr {
        display: none;
    }
}
@media screen and (max-width:991px) {
    .availability {
        text-align: center;
    }
    
    .product-container .vm-product-container .vm-product-media-container {
        float: none;
    }
    
    .product-container .vm-product-container .vm-product-media-container #product_images {
        margin: auto;
    }
    
    .product-container .vm-product-container .vm-product-details-container {
        text-align: center;
        float: none;
        padding-top: 20px;
    }
    
    .productdetails-view .product-price {
        float: none;
    }
    
    .productdetails-view .addtocart-area {
        text-align: center;
    }
    
    .addtocart-area .quantity {
        text-align: center;
    }
    
    .ask-a-question {
        text-align: center;
    }
    
    footer .container .row {
        display: block;
        max-width: 400px;
        margin: auto auto;
        text-align: center;
    }
    
    .vendor-description {
        padding: 25px 0;
        width: 100%;
    }
    
    .brick {
        width: 30%
    }
    
    .container {
        width: 100%;
    }
    
    #top * {
        font-size: 14px;
    }
    
    #top .moduletable::before {
        margin-right: 0;
    }
    
    .slides li[class^="item"]::before {
        background: rgba(0, 0, 0, 0.4);
    }
    
    #scroller {
        padding: 50px 0;
    }
    
    #home1 {
        padding-bottom: 50px;
    }
    
    #hometabs .container {
        padding: 0 15px;
    }
    
    #scroller .container {
        padding: 0 15px;
    }
    
    #bread {
        display: none;
    }
    
    #Default {
        width: 100%;
        padding-top: 30px;
    }
    
    #company .image {
        width: 100%;
        margin-bottom: 15px;
    }
    
    #company .image:nth-child(2) {
        position: initial;
    }
    
    #company {
        padding: 15px;
    }
    
    .usercont form,
    .layout-editaddress .main_component form {
        width: 100%;
    }
    
    .leftcolumn {
        width: 100%;
        padding: 0;
    }
    
    .productListView .row {
        width: 100%;
        padding: 0 0 0 15px;
    }
    
    .view-category .main_container .col-md-12 {
        padding-right: 15px;
    }
    
    .productListView {
        float: none;
        width: 100%;
        margin-top: 40px;
    }
    
    .leftcolumn {
        width: 100%;
        float: none;
        padding-right: 0;
    }
}
@media screen and (max-width:768px) {
    #faq {
        padding: 50px 15px;
        width: 100%;
    }
    
    .brick {
        width: 49%
    }
    
    .category {
        width: 100%;
        padding: 0;
    }
    
    .moduletable.usermenu {
        margin: 0 15px 0 0;
    }
    
    #hometabs .product-container {
        width: 49.5%;
    }
    
    #hometabs .spacer {
        text-align: center;
    }
    
    #hometabs .productdetailsprices {
        text-align: center;
    }
    
    #home1 .linkbanner {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    
    #home1 {
        padding-bottom: 10px;
    }
    
    footer .container {
        padding: 30px 15px 20px 15px;
    }
    
    #home1 .contentBody-outter {
        padding-left: 15px;
    }
    
    footer p {
        font-size: 16px;
    }
    
    .copies,
    .copies * {
        font-size: 16px;
        text-align: left;
    }
    
    .itemMainContent {
        padding-right: 15px;
    }
    
    #company .width50 {
        width: 100%;
    }
    
    .com_users #bd_results {
        padding: 15px 15px 30px 15px;
        width: 100%;
    }
    
    .productListView .product.vertical-separator,
    #hometabs .product-container {
        width: 49%;
    }
    
    .view-productdetails .productDetailsView {
        padding-left: 0;
    }
    
    .com_users.view-profile .main_component form {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    body {
        padding-right: 0;
        padding-left: 0;
    }
    
    .title {
        padding: 50px 0;
        width: 100%;
    }
    
    body.com_gdpr .text {
        width: 100%;
        word-break: break-all;
    }
    
    .search_button {
        position: fixed;
        transition: all 0.3s ease;
        top: 36px;
        right: 70px;
    }
    
    header {
        transition: all 0.3s ease;
    }
    
    body.search header {
        top: 55px;
        transition: all 0.3s ease;
    }
    
    .moduletable.vmsearch {
        transition: all 0.3s ease;
    }
    
    body.search .moduletable.vmsearch {
        top: 0;
        transition: all 0.3s ease;
    }
    
    .hamburger {
        transition: all 0.3s ease;
    }
    
    body.search .hamburger {
        top: 92px;
        transition: all 0.3s ease;
    }
    
    body.search .search_button {
        top: 92px;
        transition: all 0.3s ease;
    }
    
    .brick {
        width: 100%;
    }
    
    body.nothome {
        padding-top: 77px;
    }
    
    .moduletable.usermenu {
        margin: 0 0 20px 0;
    }
    
    #hometabs .product-container {
        width: 100%;
        padding: 0;
    }
    
    body.scrolled #top p {
        margin: 0;
    }
    
    body.scrolled #top {
        text-align: left;
        display: none;
    }
    
    .moduletable.responsiveCart {
        display: inline-block!important;
        margin-left: 10px;
    }
    
    .moduletable.favorites a::before {
        display: none;
    }
    
    .slides * {
        text-align: left;
    }
    
    .slides .moduleItemIntrotext li {
        display: block;
        margin-bottom: 10px;
    }
    
    #middleright,
    body.scrolled #middleright {
        padding-top: 0;
    }
    
    #middle,
    body.scrolled #middle {
        padding: 8px 0 10px 0;
    }
    
    body.scrolled #middleright a {
        font-size: 15px;
    }
    
    #logo {
        margin-top: 20px;
    }
    
    .hamburger {
        position: fixed;
        right: 15px;
        top: 37px;
    }
    
    #top .moduletable {
        display: block;
        text-align: left;
        margin: 0 0 10px 0;
    }
    
    #top .moduletable p {
        margin: 0;
    }
    
    #top .moduletable:last-child {
        margin-left: 0;
    }
    
    #top {
        padding-top: 15px;
    }
    
    body.scrolled #top * {
        font-size: 15px;
    }
    
    #top * {
        font-size: 15px;
    }
    
    .itemid-109 #Default table td {
        width: 100%;
        display: block;
        padding: 0;
    }
    
    .normalProduct {
        display: none;
    }
    
    .responsiveProduct {
        display: inline-block;
        font-size: 14px;
    }
    
    .responsiveProduct.productDisabled {
        pointer-events: none;
    }
    
    .related_container table tr td:nth-child(1),
    .related_container table tr td:nth-child(2),
    .related_container table tr td:nth-child(3) {
        width: 100%;
        float: left;
        position: relative;
        height: 100%;
    }
    
    .related_container table thead {
        display: none;
    }
    /* .related_products-2 input.addtocart-button-input {    margin-top: -47px;} */
    
    .related_container table tr {
        border-bottom: 1px solid #000000;
    }
    
    .related_container table tr td:nth-child(1),
    .related_container table tr td:nth-child(2) {
        line-height: 47px;
    }
    
    #bd_results .addtocart-bar {
        margin-top: 8px;
    }
}
@media screen and (max-width:680px) {
    .usercont tr,
    .layout-editaddress .main_component tr {
        padding-right: 0;
    }
    
    .slides .moduleItemIntrotext * {
        font-size: 20px;
    }
    
    .slides .moduleItemIntrotext li {
        font-size: 16px;
        line-height: 16px;
    }
    
    .slides .moduleItemTitle {
        margin-bottom: 20px;
    }
    
    #hometabs .tab {
        width: 100%;
        border: 1px solid #626262;
        border-top: none;
    }
    
    #hometabs .tabcontents {
        padding-bottom: 10px;
    }
    
    div#logo img,
    body.scrolled div#logo img {
        width: 180px;
    }
    
    #parallax .custom {
        padding: 15px;
        height: initial;
    }
    
    #parallax p {
        font-size: 18px;
        text-align: left;
    }
    
    #parallax li {
        font-size: 16px;
        display: block;
        margin: 0 0 15px 0;
        text-align: left;
    }
    
    #parallax br {
        display: none;
    }
    
    #parallax ul {
        margin-top: 15px;
    }
    
    .fieldType.text,
    .fieldType.textarea {
        width: 100%;
        padding: 0;
    }
    
    .usercont tr,
    .layout-editaddress .main_component tr {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    
    .productListView .product.vertical-separator,
    #hometabs .product-container {
        width: 100%;
        padding-right: 0!important;
    }
    
    .productDetailsView .productMedia {
        width: 100%;
    }
    
    .productDetailsView .productDetails {
        width: 100%;
        padding: 15px 0 0 0;
    }
    
    .productDetailsView .PricesalesPrice {
        font-size: 20px;
    }
    
    #facebox .content {
        width: 98%!important;
    }
    
    #facebox .content a {
        margin-top: 0;
    }
    /* #bd_results {margin-bottom: 40px;}
	#userForm .control-buttons {bottom: 0px;}
	#userForm button {float: left;} */
    
    .related_products-2 input.addtocart-button-input {
        font-size: 12px;
        right: 0;
    }
    
    .productListView .row {
        padding: 0;
    }
}
@media screen and (max-width:480px) {
    .desktop{
        display: none;
    }
    
    .mobile {
        display: block;
    }

    .slider .sliderContent h3{
        font-size: 26px;
    }
    .slider .sliderContent ul{
        flex-direction: column;
    }
    .slider .sliderContent ul li,
    .slider .sliderContent p{

       font-size: 16px;
    }



    footer .container .row {
        text-align: left;
    }
    
    #userForm h1 {
        font-size: 20px;
    }
    
    .userfields_info {
        font-size: 18px;
    }
    
    #userForm button {
        float: none;
    }
    
    #userForm .control-buttons {
        padding-right: 0;
    }
    
    .vm-orders-list h1 {
        padding: 25px 0;
    }
    
    .slides .moduleItemIntrotext br {
        display: none;
    }
    
    .slides .moduleItemIntrotext li {
        margin-right: 0;
    }
    
    .slides .moduleItemIntrotext ul {
        margin-top: 20px;
    }
    
    h3 {
        padding-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    
    .readmore {
        min-width: 170px;
        padding: 8px 0;
    }
    
    #top .moduletable {
        margin-left: 17px;
        display: block;
        margin: 0 0 15px 0;
        margin-left: 0px;
    }
    
    #top .moduletable:last-child {
        margin-left: 0;
    }
    
    #top {
        padding-top: 15px;
    }
    
    #hornav {
        width: 300px;
    }
    
    .slides .moduleItemIntrotext li {
        font-family: 'Open Sans', sans-serif;
    }
    
    body.loaded .slides .sliderContent {
        top: 57%;
    }
    
    .slides .moduleItemTitle {
        padding: 5px 10px;
    }
    
    .copies,
    .copies * {
        font-size: 14px;
    }
    
    .nothome .main_component p,
    .nothome .main_component li {
        font-size: 16px;
    }
    
    .layout-editaddress .main_component button,
    .com_users #bd_results button,
    .continue_link,
    .showcart,
    #checkoutFormSubmit,
    #middleright .show_cart a,
    .usercont button {
        margin-bottom: 10px;
    }
    
    #adminForm {
        padding-bottom: 30px;
    }
    
    #bd_results>h1 {
        margin: 10px 0;
    }
    
    .category_list_image {
        width: 100%;
    }
    
    .category .spacer {
        width: 100%;
        padding: 15px 0 0 0;
    }
    
    .category {
        margin: 0;
    }
    
    .category-view {
        margin-top: 20px;
    }
    
    .addToCartComplete span.addtocart-button {
        position: initial;
        display: block;
        padding: 0;
        margin-top: 15px;
    }
    
    .addToCartComplete input.addtocart-button-input {
        float: none;
    }
    
    .addToCartComplete .wm2wishlist {
        float: none;
        position: absolute;
        top: 0;
        right: 10px;
    }
    
    .addToCartComplete {
        padding: 15px;
    }
    
    .category {
        padding: 0;
        margin: 0 auto;
        display: block;
    }
    
    .category p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .category h2 a {
        font-size: 15px
    }
    
    .productListView .product.vertical-separator,
    #hometabs .product-container {
        /* height: 285px; */
    }
    
    .productListView .product .PricesalesPrice,
    #hometabs .PricesalesPrice,
    .vm2w_product_price {
        font-size: 15px;
    }
    
    .productListView .product .spacer,
    #hometabs .spacer {
        padding-top: 10px;
    }
    
    .productListView .product.vertical-separator,
    #hometabs .product-container {
        /* height: 250px; */
    }
}
@media screen and (max-width:375px) {
    div.itemAttachmentsBlock ul.itemAttachments li a {
        display: block;
        float: none!important;
    }
    /*
	#bd_results .quantity-controls {width: 74%;}
	*/
    
    .related_products-2 input.addtocart-button-input {
        font-size: 12px !important;
    }
    
    #bd_results .related_products-2-price {
        width: 20%;
    }
    .next-step{
        width: 100%!important;
    }
    #checkoutFormSubmit{
        width:100%;
    }
    /*
	#bd_results .quantity-controls {width: 100%; padding-top: 10px;}
	*/
}
@media screen and (max-width:320px) {
    .slides .moduleItemIntrotext * {
        font-size: 18px;
    }
}
@media screen and (max-width: 1260px) {}
@media screen and (max-width: 1280px) {
    #hornav .nav>li>ul {
        background: #ababab;
        box-shadow: none;
        min-height: initial;
        display: block;
        padding: 15px 15px 0 15px !important;
    }
    
    #hornav .nav>li {
        background: #cf2102 !important
    }
    
    #hornav .nav>li>ul {
        display: none;
    }
}
.active-menu {
    display: block!important;
    visibility: visible !important;
    opacity: 1 !important;
}
.active-menu-off {
    display: none!important;
    visibility: hidden !important;
}
#hornav .nav>li>ul {
    background: #fff;
}

}
@media screen and (max-width: 414px) {
    table.askform tr td {
        display: block;
    }
    .spaceStyle.vm-orders-items {
        overflow-x: scroll;
    }
    .ask-a-question-view .submit div {
        float: none;
        padding-top: 10px;
        width: 100%;
    }
    #hornav.is-active {
        width: 100%;
    }
    #hornav.is-active .moduletable_menu {
        padding-top: 75px;
        text-align: center;
    }
    #hornav.is-active .nav>li.item-451>a {
        text-align: center;
    }
    #hornav.is-active ul.nav>li a {
        font-size: 20px !important;
    }
    #hornav.is-active ul.nav li ul li>a {
        font-size: 20px !important;
        border-bottom: 1px solid #cf2102;
    }
    #hornav.is-active ul.nav li ul li ul li a {
        font-size: 20px !important;
        border-bottom: 0;
    }
    #hornav.is-active .nav>li>ul>li {
        border-bottom: 0;
    }
    #hornav.is-active .nav>li>ul {
        margin-top: 20px !important;
    }
    #hornav.is-active .nav>li>a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    #hornav.is-active ul.nav li>ul.nav-child li.child {
        padding-bottom: 30px !important;
    }
    header.header.header_container .container {
        z-index: 999;
        position: absolute;
        top: 0;
        background: #fff;
        padding-bottom: 15px;
        box-shadow: 0 0 15px #ccc;
    }
    #hornav .nav>li,
    body.scrolled #hornav .nav>li {
        border-bottom: 0 !important;
    }
}