/* product */
.grids {
    width: 1200px;
    margin: auto;
}

.breadcrumbs_theme .breadcrumbs-list {
    margin-bottom: 5px;
    padding-left: 0;
}



.cp-root-div {
    padding: 20px 0px 20px 0px;
}

.MMM-PageTitle {
    position: relative;
}

.MMM-CPTitle-simple {
    padding: 25px 0;
}

.SNAPS--subCatDiv {
    padding: 15px 10px 75px 10px;
}

.SNAPS--subCatDiv>ul {
    display: flex;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
}

.SNAPS--subCatDiv>ul>li {
    flex-basis: 16.666666666%;
}

.SNAPS--prod-inner-bd {
    padding: 15px 15px 15px 15px;
}

.SNAPS--subCatDiv .SNAPS--subCatImg {
    height: 132px;
    line-height: 132px;
}

.SNAPS--subCatImg {
    text-align: center;
}

.SNAPS--subCatDiv .SNAPS--subCatImg a {
    border: none;
}

.SNAPS--subCatDiv .SNAPS--subCatImg img {
    max-width: 100%;
    max-height: 100%;
}

.SNAPS--subCatDiv img {
    vertical-align: middle;
}

.SNAPS--prod-name {
    padding-left: 0;
    padding-top: 10px;
    font-size: 14px;
    border: none;
    line-height: 16px;
}

.SNAPS--subCatDiv .SNAPS--prod-name {
    text-align: center;
}

.SNAPS--subCatDiv .SNAPS--prod-name a {
    border: none;
}

.SNAPS--subCatDiv .SNAPS--prod-name h3{
    font-size: 14px;
}


@media screen and (min-width: 768px) {
    .breadcrumbs_theme {
        display: block;
        padding: 20px 0;
    }

    .breadcrumbs-list {
        padding: 8px 15px;
        overflow: hidden;
        overflow: visible;
        zoom: 1;
        font-size: 0;
    }

    .breadcrumbs-list>* {
        display: inline;
        *zoom: 1;
        font-size: 11px;
    }

    .breadcrumbs-list a:link,
    .breadcrumbs-list a:visited {
        color: #4d4d4d;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    }

    .breadcrumbs-list>* {
        display: inline;
        *zoom: 1;
        font-size: 11px;
    }

    .mix-hdg_lightGrey {
        color: #4b4b4b;
    }

    .wysiwyg .hdg,
    .hdg {
        line-height: 1.25;
        font-weight: bold;
    }

    .themeHdg_1 {
        font-size: 24px;
        margin: 0;
    }

}



@media screen and (max-width: 768px) {
   
    .breadcrumbs_theme {
        display: none;
    }

    .grids {
        display: block;
        overflow: visible;
        zoom: 1;
        width: 100%;
    }

    .siteNav {
        background-color: #fff;
        border-bottom: 1px solid #F2F2F2;
    }

    .breadcrumbs_theme .breadcrumbs-list {
        margin-bottom: 5px;
        padding-left: 0;
    }


    .component-control,
    .contentWrapper {
        background-color: #ffffff;
    }

    .hdg {
        line-height: 1.25;
        font-weight: bold;
    }

    .themeHdg_1 {
        font-size: 22px;
        line-height: 1.25;
    }

    .SNAPS--subCatDiv img {
        border: none;
        vertical-align: top;
    }

    .cp-root-div{
        padding: 0;
        padding-bottom: 20px;
    }

    .MMM-CPTitle-simple{
        padding: 0px;
    }

    .MMM-CPTitle-simple h1{
        margin: 0;
        margin-top: 20px;
        padding-left: 10px;
    }


    .SNAPS--subCatDiv .SNAPS--subCatImg{
        height: 55px;
    }

    .SNAPS--subCatDiv>ul{
        padding-left: 0;
    }

    .SNAPS--prod-inner-bd {
        padding: 15px 20px 15px 20px;
    }

    .SNAPS--subCatDiv>ul>li {
        flex-basis: 50%;
    }
}


/* brand */
.l-dropdown-list_container {
    display: block;
    line-height: 18px;
    column-width: 280px;
    overflow: visible;
    padding: 20px 5%;
    z-index: 98;
    background-color: #FFFFFF;
    height: auto;
    width: 90%;
    
}

#brands-list {
    column-width: auto;
    padding: 0px;
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    padding-bottom: 70px;
}

#brands-list li{
    list-style: none;
}

.l-dropdown-list_brands {
    border: none;
    height: 268px;
    width: 240px;
    position: relative;
}

.l-dropdown-list {
    border-bottom: none;
    width: auto;
    list-style: none;
}

.l-dropdown-logo_container {
    padding-top: 38px;
    height: 145px;
    transition-duration: 0.4s;
}

.l-dropdown-logo_sprite {
    width: calc(100% - 0px);
    height: calc(100% - -41px);
    padding: 10px 50px;
}

.l-dropdown-logo_sprite img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.l-dropdown-logo_label {
    font-size: 16px;
    padding: 0px 50px;
    width: calc(100% - 0px);
    text-align: center;
    font-weight: 300;
}


@media screen and (max-width: 768px){
.l-dropdown-list_container {
    overflow-y: scroll;
    height: 93%;
    display: none;
}

.l-dropdown-list_brands {
    width: calc(50% - 2px);
    float: left;
    text-align: center;
    height: 190px;
    border: 1px solid #F2F2F2;
}


.l-dropdown-list {
    border-bottom: 1px solid #DDDDDD;
}

.l-dropdown-logo_container {
    position: relative;
    height: 100px;
}

.l-dropdown-logo_sprite {
    width: 100%;
    height: 82px;
    padding: 10px 50px;
}

.l-dropdown-logo_sprite img {
    max-width: 100%;
    max-height: 100%;
}

.l-dropdown-logo_label {
    font-weight: 200;
    font-size: 12px;
    color: #4A4646;
    bottom: 0px;

    width: 100%;
    padding: 0px 15px;
    left: 0px;
    text-align:center ;
}

#brands-list{
    width: 100%;
    padding: 10px;
}

}

/* contact */
.contact {
    display: flex;
    padding: 30px;
}

.contact>div{
    padding: 10px;
}

#messages {
   padding:40px;
}

.col-md-12 {
    width: 100%;
    float: left;
}

.nyTitle {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}


.nyTitle h2 {
    text-align: center;
    font-weight: normal;
    font-size: 26px;
    color: #d4000c;
    margin-top: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.nyTitle i {
    display: block;
    width: 165px;
    height: 1px;
    background: #d02127;
    margin: 10px auto 0;
}

.nyTitle p{
    margin: 23px 0 40px;
}

.contact-form .col-sm-6, .contact-form .col-sm-12 {
    position: relative;
}

.contact-form .col-sm-6 {
    width: 50%;
    float: left;
}

.contact-form .field-text, .contact-form .field-textarea {
    height: 42px;
    border: none;
    width: 100%;
    background: #f1f1f1;
    color: #333333;
    font-size: 16px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

input, textarea, .form-control, button, .btn {
    outline: none;
}

.contact-form .col-sm-6 em, .contact-form .col-sm-12 em {
    color: #d4000c;
    font-size: 18px;
    line-height: 42px;
    position: absolute;
    right: 5px;
    top: 15px;
}

.contact-form .col-sm-12 {
    width: 100%;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-form .field-textarea {
    resize: none;
    height: 150px;
}

.text-center {
    text-align: center;
}

.btn {
    display: inline-block;
    margin-bottom: 0;

    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
  
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;


    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact-form .btn {
    margin-top: 30px;
    font-size: 16px;
    height: 52px;
    width: 200px;
}

.btn-room {
    color: #FFF;
    font-size: 12px;
    height: 38px;
    background: #db000a;
    line-height: 24px;
    border-radius: 0px;
    font-weight: 600;
    box-shadow: none;
}

.contact-form .btn:hover{
    background: #fff;
    border: 2px solid #db000a;
    color: #db000a;
}

@media screen and (max-width: 768px){
    .contact{
        display: flex;
        flex-wrap: wrap;
    }

    .ct-img img {
        width: 100%;
    }

    #messages {
        padding: 16px;
        margin-right: 0;
    }

    .contact-form .col-sm-6 {
        width: 100%;
    }

    .mb-form {
        flex-direction: column;
    }
}