﻿.vm-shadowed {
    display: inline-block;
    height: 80px;
    overflow: hidden;
    position: relative
}

.vm-shadowed:after {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 40px;
    content: '';
    z-index: 2;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), #fff)
}

.vm-shadowed.expanded {
    height: auto
}

.vm-shadowed.expanded:after {
    display: none
}

.vm-link-red {
    color: #7b1c20;
    font-weight: bold
}

.vm-link-red.normal {
    font-weight: normal
}

.vm-link-red:hover {
    color: #7b1c20;
    text-decoration: underline
}

.vm-red {
    color: #7b1c20
}

.vm-icon {
    display: inline-block
}



.vm-icon.menu {
    background-image: url("img/menu.gif");
    width: 24px;
    height: 23px
}

.vm-icon.logo {
    background-image: url("img/mylogo.png");
    width: 156px;
    height: 64px
}

.vm-special-grn {
    font-size: 13px;
}

.vm-icon.logo2 {
    /*background-image: url("img/mylogo2.png");*/
    background-image: url("img/mylogo2.png");
    background-size: 150px, 64px;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 64px;
    margin-left: 18px;
    position: absolute;
}

.vm-icon.iclose {
    background-image: url("img/close.png");
    width: 20px;
    height: 20px;
    background-size: contain;
    cursor: pointer
}

.vm-icon.vm-mdl {
    vertical-align: middle
}

.vm-icon.vm-mdl:before {
    top: 0px
}



nav.vm-menu {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 64px;
    border-bottom: 1px solid #dbdbdb
}

nav.vm-menu ul {
    display: table
}

nav.vm-menu ul.normal li a {
    text-transform: none
}

nav.vm-menu ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px
}

nav.vm-menu ul li a {
    color: #737373;
    font-family: 'Open Sans', sans-serif; Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 2.2px;

    transition: color .3s ease;
}

nav.vm-menu ul li a:hover {
    color: #7b1c20;

    transition: color .3s ease;

}

nav.vm-menu ul li a.active {
    color: #7b1c20;
    font-size: 14px;
    letter-spacing: 2.8px
}

nav.vm-menu ul.arrow li {
    position: relative
}

nav.vm-menu ul.arrow li.active:before {
    content: " ";
    display: block;
    background: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 56px;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -7px
}

nav.vm-menu ul.sub-menu li {
    padding: 5px 10px !important;
    position: relative
}

nav.vm-menu .vertheme-cart-wrap {
    position: fixed;
    right: 68px;
    top: 44px;
    z-index: 1000;
}

nav.vm-menu .vertheme-cart-wrap .vertheme-cart {
    position: relative;
}

nav.vm-menu .vertheme-cart img {
    width: 30px;
}

nav.vm-menu .vertheme-cart .vm-shopping-cart-count {
    position: absolute;
    right: -18px;
    top: -10px;
    background-color: #7B1C20;
    color: #fff;
    padding: 0 6px;
    border-radius: 50% !important;
    font-size: 12px;
}

.subcategories a{
    color: #737373;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 2.2px;

    transition: color .3s ease;
}


.subcategories a:hover {
    color: #7b1c20;
    text-decoration: none;

    transition: color .3s ease;
}

.subcategories a:visited {
    color: #737373;
    text-decoration: none;
}

.sidebar .main-logo {
    margin: 150px 0 0 0;
}

nav.vm-main-menu {
    position: absolute;
    display: block;
    top: 24px;
    bottom: 0px;
    left: -110%;
    background-color: white;
    border: 1px solid rgba(115, 115, 115, 0.31);
    box-shadow: -1px 0 24px rgba(0, 0, 0, 0.25);
    z-index: 9999
}

nav.vm-main-menu .vm-main-menu-logo {
    margin: 120px 30px 70px 30px;
}


.index-menu-social {
    display: inline-block;
    margin-left: 10px;
}

.index-menu-social-row {
    position: absolute;
    bottom: -24vh;
}

.index-menu-social-row .index-menu-social a:visited {
    color: #040404;
}

.main-menu-social-row {
    position: absolute;
    bottom: 2vh;
}

.main-menu-social-row .main-menu-social a:visited{
    color: #040404;
}

.main-menu-social {
    display: inline-block;
    margin-left: 20px;
}

.mobile-menu-social-row {
    /*position: absolute;*/
    margin: 7px;
}

.mobile-menu-social-row .mobile-menu-social {
    display: inline-block;
    margin-left: 2vh;

}

.mobile-menu-social-row .mobile-menu-social a.vm-link.social {
    font-size: 14px;
}

.header-mobile .mb-10 {
    width: 125px;
}


nav.vm-main-menu .vm-main-menu-logo > img {
    margin: 0 auto
}

nav.vm-main-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;

}

nav.vm-main-menu ul.normal li a {
    text-transform: none;
	display: inline-block;
}

nav.vm-main-menu ul li {
    opacity: .7;
    filter: alpha(opacity=70);
    display: block;
    padding-bottom: 20px;
    width: 100%
}

nav.vm-main-menu ul li a {
    padding: 5px 0px;
    letter-spacing: 2px;
    width: 100%;
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
nav.vm-main-menu ul li a:hover{
 
    border-bottom: 2px solid #7b1c20;
    color:#7b1c20;
}

/* Vertheme SHOP */
.product-gallery .image .discout {
    position: absolute;
    right: 0;
    top: 0;
    background: #7b1c20;
    display: block;
    padding: 15px 25px;
    color: #fff;
    font-size: 17px;
}

.product-gallery .image a {

}

.product-gallery .zoom-hint {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
    font-weight: 100;
    color: #8e8e8e;
    position: absolute;
    left: 0;
}

.cart .product-header .product-name.mobile-product-name {
    font-size: 1.2rem !important;
}


.cart .product-header .product-name {
    font-size: 22px;
    font-weight: bold;
    color: #7b1c20;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 22px;
    letter-spacing: 0.1em;
}

.product-page .row .cart {
    font-family: 'Open Sans', sans-serif;
    color: #8e8e8e;

}

.product-page .row .cart .add2cart .old-price {
    font-size: 15px;
}

.product-page .row .cart .add2cart .new-price {
    margin-left: 5px;
    font-size: 20px;
    font-weight: bold;
}

.product-page .row .cart .add2cart .btn-buy {
    background-color: white;
    border: none;
    width: 160px;
    color: #7b1c20;
    text-align: left;
    font-weight: bold;
    padding: 0;
    font-size: 15px;
    margin-top: 20px;
}

.product-page .row .cart .add2cart .btn-buy:hover {
    /*box-shadow: #0d0d0d 2px 2px;*/
}

.product-page .row .cart .add2cart .qty {
    display: block;

}

.product-page .row .cart .add2cart .qty a i {
    color: #757575;
    font-size: 10px;
    font-weight: normal;

}

.product-page p#product-categories {
    margin-top: 10px;
}


nav.vm-main-menu ul li a.active {
    color: #7b1c20;
    font-weight: bold;
}

.vm-menu-btn {
    float: left;
    margin-top: 24px;
}

/* Vertheme About Us Page */
div#page {
    font-family: "Open sans", sans-serif;
    font-size: 14px;
}

div#page .about-us-center {
    color: #4D4D4C;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    width: 77%;
    margin: 60px auto;
}

div#page .about-us-headline {
    color: #303030;
    text-transform: uppercase;
    font-weight: bold;
}

div#page .about-us-column-left {
    margin: 0px 70px 0 140px;
}

div#page .about-us-image {
    width: 50%;
}



body.vm-expanded {
    overflow: hidden;
    display: block
}

body.vm-expanded .vm-main-menu {
    left: 0px
}

body.vm-expanded .vm-overlay {
    display: block
}

body.vm-fixed .vm-main-menu {
    left: 0px
}

body.vm-static-menu .vm-main-menu {
    left: 0;
    display: block;
    bottom: 24px;
    box-shadow: none;
    border-right: 1px solid #d4d4d4
}

nav.vm-breadcrumbs {
    margin-top: 24px;
    margin-bottom: 60px
}

ol.vm-breadcrumbs li > a {
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #737373;
    letter-spacing: 0.1em;
    text-decoration: none
}
ol.vm-breadcrumbs li a:hover {
    color: #7b1c20;
}

ol.vm-breadcrumbs li:last-child {
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #7b1c20;
    letter-spacing: 0.1em;
    text-decoration: none
}

ol.vm-breadcrumbs li:last-child a {
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #7b1c20;
    letter-spacing: 0.1em;
    text-decoration: none
}

nav.vm-breadcrumbs > a:after {
    content: "  /  "
}

nav.vm-breadcrumbs > a:last-child {
    color: #7b1c20
}

nav.vm-breadcrumbs > a:last-child:after {
    content: ""
}

.vm-gallery {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.vm-gallery li {
    padding: 11px 0px;
    display: block;
    width: 100%
}

.vm-gallery li:first-child {
    padding-top: 0px
}

.vm-gallery li img {
    filter: grayscale(100%);
    opacity: .5
}

.vm-gallery li.active img {
    opacity: 1;
    outline: 1px solid #7b1c20;
    filter: grayscale(0%);
    box-shadow: 3px 12px 24px 0px rgba(0, 0, 0, 0.28)
}

.vm-gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease
}

.vm-gray:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%)
}

.vm-btn {
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #757575;
    border: 1px solid #dbdbdb;
    background-color: white;
    font-family: 'Open Sans', sans-serif; Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.vm-btn:disabled {
    background-color: whitesmoke;
    border: 1px solid whitesmoke
}

.vm-btn:disabled img {
    opacity: 0.5
}

.vm-btn.active {
    border: 1px solid #7b1c20;
    box-shadow: 3.1px 11.6px 24px rgba(0, 0, 0, 0.28);
    overflow: hidden
}

.vm-btn.d-crossed {
    position: relative
}

.vm-btn.d-crossed:before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../img/l2.png");
    background-repeat: no-repeat;
    background-position: 0px 0
}

.vm-btn.d-crossed:disabled img {
    filter: grayscale(100%);
    opacity: 0.2
}

.vm-btn.crossed {
    position: relative
}

.vm-btn.crossed:before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../img/l.png");
    background-repeat: no-repeat;
    background-position: -3px 0
}

.vm-link {
    opacity: .7;
    filter: alpha(opacity=70);
    color: #040404;
    font-family: 'Open Sans', sans-serif; Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    text-decoration: underline;
    letter-spacing: 0.1em
}

.vm-link:hover {
    color: #7b1c20
}

.vm-link.social {
    font-size: 12px;
    text-decoration: none
}

.vm-section {
    width: 100%;
    clear: both;
    margin-bottom: 33px
}

.vm-section:before, .vm-section:after {
    content: " ";
    display: table
}

.vm-section:after {
    clear: both
}

.vm-section .vm-header {
    color: #8e8e8e;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px
}

.vm-search {
    width: 42px;
    overflow: hidden;
    position: relative;

    transition: width .3s ease;
    transition-delay: 15s;
}

.vm-search .btn-default {
    background: transparent;
}

.vm-search .fa-search {
    color: #AF7475;
}

.vm-search:hover {
    width: 353px;

    transition: width .3s ease;
}


.vm-search .vm-btn {
    width: 28px;
    height: 24px;
    display: inline-block;
    color: #757575;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.header-mobile .header-content .phones {
    font-family: "Open Sans", sans-serif;
    /*display: block;*/
}

.header-mobile .header-content .phones-mobile-wrap {
    position: relative;
}



.mobile-search .vm-form-control {
    margin-top: unset;
    height: 42px;
    border-radius: 0 5px 5px 0 !important;
}

.mobile-search .vm-btn {
    border-radius: 5px 0 0 5px !important;
}



.vm-form-control {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 2px;
    display: block;
    width: 100%;
    height: 20px;
    padding: 1px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px !important;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


section {
    padding: 50px 0;
    display: block
}

section.wa-signup-form-fields {
    padding: 0 0;
}

.wa-signup-url a,.wa-login-url a, a.wa-login-forgotpassword-url{
    color: #7B1C20;
}

.wa-signup-url a:hover,.wa-login-url a:hover, a.wa-login-forgotpassword-url:hover {
    color: #98393D;
}

.wa-forgotpassword-form-fields .wa-name {
    font-size: unset;
    line-height: unset;
}

.wa-forgotpassword-button {
    margin-top: 12px;
}


section h2 {
    padding-left: 0
}

ul.vm-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    display: inline-block;
    clear: both
}

ul.vm-list li {
    float: left;
    padding: 0px 5px
}

ul.vm-list li:first-child {
    padding-left: 0px
}

ul.vm-list li:last-child {
    padding-right: 0px
}

.vm-bcg-cols {
    display: flex;
    flex-direction: row;
    /*height: 100%;*/
    align-content: stretch;
    height: calc(100vh - 25px);

}

.vm-bcg-cols .vm-main-menu {
    flex: 1;
    width: 17%;
    min-width: 17%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    position: relative;
    overflow: auto
}

.vm-bcg-cols .vm-bcg {
    flex: 1;
    position: relative;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
    padding: 0px 20px;
    overflow-y: auto;
    cursor: pointer;
    min-width: 10%;
    overflow-y: hidden;
    transition: all 0.6s ease;
}

.vm-bcg-cols .vm-bcg .content {
    z-index: 99;
    font-size: 16px;
    letter-spacing: 3px;
    font-family: 'Roboto Bold', sans-serif; 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: #dfdfdf;
}

.vm-bcg-cols .vm-bcg .content ul {
    display: none;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.vm-bcg-cols .vm-bcg .content ul li {
    text-transform: none;
    padding: 8px 0px;
    margin: 0px;
}

.vm-bcg-cols .vm-bcg .content ul li a {
    text-decoration: none;
    color: #fff;
	padding-bottom: 5px;
    opacity: 0.65;
    transition: opacity .2s ease-out;
}

.vm-bcg-cols .vm-bcg .content ul li a:hover {
    opacity: 1;
    transition: opacity .2s ease-out;

    /*border-bottom: 2px solid #fff;*/
}

.vm-bcg-cols .vm-bcg:hover:after {
    opacity: 0.4;
}

.vm-bcg-cols .vm-bcg:after {
    content: " ";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.20;
    position: absolute;
    z-index: 1
}

.vm-bcg-cols .vm-bcg.d {
    background-image: url("img/bcg/d1.jpg")
}

.vm-bcg-cols .vm-bcg.d.active {
    background-image: url("img/bcg/d.jpg");
    min-width: 28%
}

/*.vm-bcg-cols .vm-bcg.d.active .content ul {*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*left: 17%;*/
    /*bottom: 21%;*/
/*}*/

.vm-bcg-cols .vm-bcg.active .content ul {
    display: inline-block;
    /* position: absolute; */
    left: 0;
    width: 100%;
    top: calc(100vh - 52%);
}

.vm-bcg-cols .vm-bcg.d.active:after {
    opacity: 0.4 !important
}

.vm-bcg-cols .vm-bcg.i {
    background-image: url("img/bcg/i1.jpg")
}

.vm-bcg-cols .vm-bcg.i.active {
    background-image: url("img/bcg/i.jpg");
    min-width: 28%
}

.vm-bcg-cols .vm-bcg.i.active .content ul {
    display: block
}

.vm-bcg-cols .vm-bcg.i.active:after {
    opacity: 0.4 !important;
    transition: all 0.3s ease;
}

.vm-bcg-cols .vm-bcg.p {
    background-image: url("img/bcg/p1.jpg")
}

.vm-bcg-cols .vm-bcg.p.active {
    background-image: url("img/bcg/p.jpg");
    min-width: 28%;
    transition: all 0.6s ease;
}

.vm-bcg-cols .vm-bcg.p.active .content ul {
    display: block
}

.vm-bcg-cols .vm-bcg.p.active:after {
    opacity: 0.4 !important
}

.vm-bcg-cols .vm-bcg.pd {
    background-image: url("img/bcg/pd1.jpg")
}

.vm-bcg-cols .vm-bcg.pd.active {
    background-image: url("img/bcg/pd.jpg");
    min-width: 28%;
    transition: min-width 0.6s ease;


}

.vm-bcg-cols .vm-bcg.pd.active .content ul {
    display: block
}

.vm-bcg-cols .vm-bcg.pd.active:after {
    opacity: 0.4 !important
}

.vm-bcg-cols .vm-bcg.t {
    background-image: url("img/bcg/t1.jpg")
}

.vm-bcg-cols .vm-bcg.t.active {
    background-image: url("img/bcg/t.jpg");
    min-width: 28%;
    transition: all 0.3s ease;
}

.vm-bcg-cols .vm-bcg.t.active .content ul {
    display: block
}

.vm-bcg-cols .vm-bcg.t.active:after {
    opacity: 0.4 !important
}

@media (max-width: 767px) {
    .vm-bcg-cols {
        display: block
    }

    .vm-bcg-cols .vm-bcg {
        padding: 40px;
        background-size: cover
    }

    .vm-bcg-cols .vm-main-menu {
        min-width: 100%;
        z-index: 9
    }
}

@media (max-width: 767px) {
    .vm-bcg-cols {
        flex-direction: column
    }

    .vm-bcg-cols .vm-main-menu {
        min-width: 100%;
        z-index: 9
    }

    .vm-bcg-cols .vm-bcg {
        padding: 40px;
        background-size: cover
    }
}

/* Mobile Colums */

.vm-bcg-mobile-cols {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    height: 300px;

}

.vm-bcg-mobile-cols .vm-main-mobile {
    height: 100px;
}

.vm-bcg-mobile-cols .vm-main-menu {
    flex: 1;
    width: 17%;
    min-width: 17%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    position: relative;
    overflow: auto
}

.vm-bcg-mobile-cols .vm-bcg {
    flex: 1;
    position: relative;
    background-size: auto 100%;
    display: flex;
    /*justify-content: center;*/
    flex-direction: column;
    text-align: center;
    color: white;
    padding: 0px 20px;
    overflow-y: auto;
    cursor: pointer;
    min-width: 10%;
    transition: all 0.6s ease;
}

.vm-bcg-mobile-cols .vm-bcg .content {
    z-index: 99;
    font-size: 15px;
    letter-spacing: 3px;
    font-family: 'Roboto Bold', sans-serif; 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: #dfdfdf;
}

.vm-bcg-mobile-cols .vm-bcg .content ul {
    display: none;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.vm-bcg-mobile-cols .vm-bcg .content ul li {
    text-transform: none;
    padding: 8px 0px;
    margin: 0px;
}

.vm-bcg-mobile-cols .vm-bcg .content ul li a {
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
    opacity: 0.65;
    transition: opacity .2s ease-out;
}

.vm-bcg-mobile-cols .vm-bcg .content ul li a:hover {
    opacity: 1;
    transition: opacity .2s ease-out;

    /*border-bottom: 2px solid #fff;*/
}

.vm-bcg-mobile-cols .vm-bcg:hover:after {
    opacity: 0.65;
}

.vm-bcg-mobile-cols .vm-bcg:after {
    content: " ";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.60;
    position: absolute;
    z-index: 1
}

.vm-bcg-mobile-cols .vm-bcg.d {
    background-image: url("img/bcg/d1.jpg")
}

.vm-bcg-mobile-cols .vm-bcg.d.active {
    background-image: url("img/bcg/d.jpg");
    background-position: center;
    /*height: 92%;*/
}

/*.vm-bcg-cols .vm-bcg.d.active .content ul {*/
/*display: inline-block;*/
/*position: absolute;*/
/*left: 17%;*/
/*bottom: 21%;*/
/*}*/

.vm-bcg-mobile-cols .vm-bcg.active .content ul {
    display: inline-block;
    position: relative;
    left: 0;
    width: 100%;
    /*top: calc(100vh - 52%);*/
}

.vm-bcg-mobile-cols .vm-bcg.d.active:after {
    opacity: 0.4 !important
}

.vm-bcg-mobile-cols .vm-bcg.i {
    background-image: url("img/bcg/i1.jpg")
}

.vm-bcg-mobile-cols .vm-bcg.i.active {
    background-image: url("img/bcg/i.jpg");
    background-position: 0px -45px;
    /*height: 92%;*/
}

.vm-bcg-mobile-cols .vm-bcg.i.active .content ul {
    display: block
}

.vm-bcg-mobile-cols .vm-bcg.i.active:after {
    opacity: 0.4 !important;
    transition: all 0.3s ease;
}

.vm-bcg-mobile-cols .vm-bcg.p {
    background-image: url("img/bcg/p1.jpg")
}

.vm-bcg-mobile-cols .vm-bcg.p.active {
    background-image: url("img/bcg/p.jpg");
    background-position: center;
    /*height: 92%;*/
    transition: all 0.6s ease;
}

.vm-bcg-mobile-cols .vm-bcg.p.active .content ul {
    display: block
}

.vm-bcg-mobile-cols .vm-bcg.p.active:after {
    opacity: 0.4 !important
}

.vm-bcg-mobile-cols .vm-bcg.pd {
    background-image: url("img/bcg/pd1.jpg")
}

.vm-bcg-mobile-cols .vm-bcg.pd.active {
    background-image: url("img/bcg/pd.jpg");
    background-position: center;
    /*height: 92%;*/
    transition: all 0.6s ease;


}

.vm-bcg-mobile-cols .vm-bcg.pd.active .content ul {
    display: block
}

.vm-bcg-mobile-cols .vm-bcg.pd.active:after {
    opacity: 0.4 !important
}

.vm-bcg-mobile-cols .vm-bcg.t {
    background-image: url("img/bcg/t1.jpg")
}

.vm-bcg-mobile-cols .vm-bcg.t.active {
    background-image: url("img/bcg/t.jpg");
    background-position: center;
    /*height: 92%;*/
    transition: all 0.3s ease;
}

.vm-bcg.active .vm-cat-name {
    display: block;
    padding-bottom: 10px;
}

.vm-bcg-mobile-cols .vm-bcg.t.active .content ul {
    display: block
}

.vm-bcg-mobile-cols .vm-bcg.t.active:after {
    opacity: 0.4 !important
}

@media (max-width: 767px) {
    .vm-bcg-mobile-cols {
        display: block
    }

    .vm-bcg-mobile-cols .vm-bcg {
        padding: 40px;
        background-size: cover
    }

    .vm-bcg-mobile-cols .vm-main-menu {
        min-width: 100%;
        z-index: 9
    }
}

@media (max-width: 767px) {
    .vm-bcg-mobile-cols {
        flex-direction: column
    }

    .vm-bcg-mobile-cols .vm-main-menu {
        min-width: 100%;
        z-index: 9
    }

    .vm-bcg-mobile-cols .vm-bcg {
        padding: 40px
        background-size: cover
    }
    
    .vm-bcg-mobile-cols .vm-bcg.active {
        padding: 32px 20px 32px 20px;
        background-size: cover
    }
}

.cart-summary-page .vm-cart-headline {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #7B1C20;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 16px;
}

.cart-summary-page .cart-header {
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
}



.discount {
    /*border: 1px solid #7b1c20;*/
    overflow: hidden;
    position: relative
}

.discount span {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #7b1c20;
    display: block;
    padding: 15px 25px;
    color: #fff;
	font-size:17px;
}

.discount .cart-coupon .tt-input {
    margin-left: 5px;
    padding-left: 65px;
}

.vm-send-order {
    margin-right: 17px;
    background: transparent;
}

.vm-send-order:hover {
    text-decoration: underline;
    background: transparent;

}



.product{
    position: relative;


}
.product .product-label {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #7b1c20;
    display: block;
    padding: 5px 10px;
    color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 17px;
	font-weight: normal;
}
.product-list .product .img-container img {
    width: 100%;
}
.cart-table th {
    font-size: 15px;
    font-weight: 100;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
    border-top: none !important;
    padding: 17px 0px !important
}

.cart-table th:first-child {
    padding: 17px 0px 17px 13px !important
}

.cart-table td {
    padding: 25px 0 !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #dbdbdb
}

.vm-form label {
    font-size: 15px;
    font-weight: 100;
    text-align: left !important
}

.vm-filter {
    font-size: 15px
}

.vm-filter.active {
    position: absolute;
    display: inline-block;
    z-index: 999
}

.vm-filter.active:after {
    content: " ";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    left: -32px;
    right: -32px;
    bottom: -32px;
    box-shadow: 3.1px 11.6px 24px rgba(0, 0, 0, 0.28);
    z-index: -1
}

.vm-filter.active ul {
    display: block
}

.vm-filter.active .title:after {
    content: "-"
}

.vm-filter .title {
    padding: 28px 0;
    cursor: pointer
}

.vm-filter .title:after {
    content: "+";
    margin-left: 15px
}

.accordion-group {
    color: #8e8e8e;
}

.accordion-group .accordion-toggle {

}

.accordion-group .filter-param {
    /*position: absolute;*/
    padding-top: 3px;
}

.accordion-group .filter-param .collapse {
    position: relative;
    z-index: 500;
}

.accordion-group .accordion-inner {

}

.accordion-group .accordion-heading a.accordion-toggle span {
    position: relative;
    z-index: 500;
}

.accordion-group .accordion-toggle.collapsed span:after {
    content: "+";
    margin-left: 15px
}

.accordion-group .accordion-toggle span:after {
    content: "-";
    margin-left: 15px
}

.accordion-group .accordion-heading {
    margin-bottom: 12px;
}

.accordion-group .accordion-heading a.accordion-toggle {
    color: #8e8e8e;
}

.accordion-group .accordion-heading a.accordion-toggle:hover {
    text-decoration: none;
}

.accordion-group a.accordion-toggle:after {
    content: " ";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.92);
    top: -7px;
    left: -20px;
    right: -15px;
    bottom: -8px;
    z-index: 50;
    box-shadow: 3.1px 11.6px 24px rgba(0, 0, 0, 0.28);

    /*transition: box-shadow .2s ease-in;*/
}

.accordion-group .accordion-toggle.collapsed:after {
    display: none;
    box-shadow: none;

    /*transition: all .2s ease-in;*/
}

/* Vertheme custom Checkbox */
.accordion-group .vm-check-wrap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.accordion-group .vm-check-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.accordion-group .vm-check-wrap .checkmark-check {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.accordion-group .vm-check-wrap:hover input ~ .checkmark-check {
    background-color: #ccc;

    transition: background-color .3s ease;
}

/* When the checkbox is checked, add a blue background */
.accordion-group .vm-check-wrap input:checked ~ .checkmark-check {
    background-color: #7B1C20;

    transition: background-color .3s ease;

}

/* Create the checkmark/indicator (hidden when not checked) */
.accordion-group .vm-check-wrap .checkmark-check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.accordion-group .vm-check-wrap input:checked ~ .checkmark-check:after {
    display: block;
}

/* Style the checkmark/indicator */
.accordion-group .vm-check-wrap .checkmark-check:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Vertheme custom radio */

.vm-radio-wrap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.vm-radio-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50% !important;
}

/* On mouse-over, add a grey background color */
.vm-radio-wrap:hover input ~ .checkmark-radio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.vm-radio-wrap input:checked ~ .checkmark-radio {
    background-color: #7B1C20;
    transition: background-color .3s ease;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.vm-radio-wrap input:checked ~ .checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.vm-radio-wrap .checkmark-radio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.filters .product-sorting span {
    color: #8e8e8e;
    font-size: 15px;
    font-weight: bold;
}

.filters .product-sorting .dropdown .dropdown-toggle {
    color: #8e8e8e;
    /*background-color: #90BAFE;*/
}


.vm-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none
}

.vm-filter ul li {
    padding: 12px 0
}

.vm-filter ul li:first-child {
    padding-top: 0
}

.vm-slider {
    position: relative;
    width: 100%;
    height: 20px
}

.vm-slider .vm-panel {
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0
}

.vm-slider .vm-panel .active {
    background: #7b1c20;
    height: 1px
}

.vm-slider .vm-circle {
    width: 20px;
    height: 20px;
    background: #7b1c20;
    box-shadow: 0 3px 13px rgba(123, 28, 32, 0.49);
    position: absolute;
    border-radius: 50%;
    top: 0
}

.catalog {
    position: relative;
    margin-bottom: 30px
}

.catalog:after {
    content: " ";
    display: block;
    position: absolute;
    height: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.catalog .product {
    position: relative;
    margin: 9px 0
}

.catalog .product.active {
    position: absolute;
    z-index: 9999;
    margin: -30px 0 0 -20px;
    width: 103%;
}

.catalog .product.active img {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.8)
}

.catalog .product.active .close {
    display: block
}

.catalog .product .close {
    position: absolute;
    right: 12px;
    top: 15px;
    display: none;
    color: #fff;
    opacity: 1
}

.catalog .product .close i {
    font-size: 15px
}

.catalog .product .info {
    line-height: 1.3;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    padding-left: 4px;
    padding-bottom: 2px;
    text-shadow: 1px 1px 3px black;
}

.catalog .product .info .des {
    font-style: italic
}

.catalog .product .info .title {
    line-height: 1.3;
    font-size: 18px
}

.catalog .product .info .price {
    line-height: 1.3;
    font-size: 21px;
    font-weight: bold
}

.catalog-mobile {
    position: relative;
}


.catalog-mobile .product {
    position: relative;
    margin: 9px 0
}

.catalog-mobile .product.active {
    position: absolute;
    z-index: 9999;
    margin: -30px 0 0 -20px;
    width: 103%;
}

.catalog-mobile .product.active img {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.8)
}

.catalog-mobile .product.active .close {
    display: block
}

.catalog-mobile .product .close {
    position: absolute;
    right: 12px;
    top: 15px;
    display: none;
    color: #fff;
    opacity: 1
}

.catalog-mobile .product .close i {
    font-size: 15px
}

.catalog-mobile .product .info {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    padding-left: 40px;
    padding-bottom: 40px
}

.catalog-mobile .product .info .des {
    font-style: italic
}

.catalog-mobile .product .info .title {
    font-size: 18px
}

.catalog-mobile .product .info .price {
    font-size: 21px;
    font-weight: bold
}


.banner {
    display: flex;
    text-align: center;
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    align-items: center;
    justify-content: center
}

.banner h1 {
    color: white;
    font-family: 'Open Sans', sans-serif; Arial, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 68px;
    text-transform: uppercase
}

.banner p {
    color: white;
    font-family: 'Open Sans', sans-serif; Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 68px;
    text-transform: uppercase
}

.center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    height: 95%;
}

/*.vm-header-row {*/
    /*position: relative;*/
/*}*/

.vertheme-container {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    align-content: center;
    text-align: center;

    position: absolute;
    display: inline-block;
    top: 15px;
    left: 44.3vw;
    width: 178px;
    height: 27px;

}

.vertheme-container .vertheme-stock .stock {
    color: #fff;
}

.vertheme-container .vertheme-stock .stock span{
    position: relative;
    z-index: 70;

}

.vertheme-container .vertheme-stock .stock:after {
    content: " ";
    display: block;
    position: absolute;
    background: #7B1C20;
    top: -74px;
    left: -6px;
    right: -6px;
    bottom: -16px;
    border-radius: 50%;
    z-index: 50;
}

.special-offer-headline {
    font-family: 'Roboto Bold', sans-serif;
    color: #757575;
    text-align: center;
    margin-top: 30px;

}

.special-offer-page {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 14px;
    color: #a1a1a1;
    text-align: center;
    margin: 20px 0 20px 0;
}

.vertheme-stock {
    display: inline-block;

}

.vertheme-stock a {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 11px;
    text-transform: uppercase;

    color: white;

}

.vertheme-stock a:hover {
    text-decoration: None
}

.vm-wrap {
    
}

.socials {
    display: flex;
    text-align: center;
    justify-content: space-around;
}

.vm-footer-mobile {
    height: 24px;
    width: 100%;
    background-color: #7b1c20;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2.2px;
    line-height: 24px;
    display: block;
    position: fixed;
    z-index: 500;
    bottom: 0;
    left: 0;
}

.vm-footer {
    height: 24px;
    width: 100%;
    background-color: #7b1c20;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2.2px;
    line-height: 24px;
    display: block;
    /*position: absolute;*/
    z-index: 10;
    /*bottom: 0;*/
}

/* Vertheme mobile */
.header-mobile .header-content .logo {
    margin: 0 25px;
}

.header-mobile .header-content .mb-10 {
    width: 125px;
    display: inline-block;
}

.header-content .vertheme-cart-wrap {
    position: absolute;
    right: 20px;
    bottom: -40px;
    display: flex;
}

.header-content .vertheme-cart-wrap .vertheme-cart {
    position: relative;
}

.header-content .vertheme-cart img {
    width: 30px;
}

.header-content .vertheme-cart .vm-shopping-cart-count {
    position: absolute;
    right: -18px;
    top: -10px;
    background-color: #7B1C20;
    color: #fff;
    padding: 0 6px;
    border-radius: 50% !important;
    font-size: 12px;
}
.brand_img img{
    width: 200px;
    max-width: 100%;
}
.sub-categories.brands{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    grid-gap: 15px;
}