@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}

@media (min-width: 768px) {
	body {
		padding-top: 118px;
	}
}

@media (max-width: 768px) {
	body {
		padding-top: 90px;
	}
}


::placeholder {
  color: #989898;
  padding-left: 10px;
      /*font-family: 'Montserrat', sans-serif;*/
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #989898;
 padding-left: 10px;
     /*font-family: 'Montserrat', sans-serif;*/
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #989898;
 padding-left: 10px;
     /*font-family: 'Montserrat', sans-serif;*/
}


html,
body {
    width: 100%;
    height: 100%;
}
body {
    color:#000;
    font-family: sans-serif;
}

h1 {

    font-family: 'Montserrat', sans-serif;
}

h2 {

    font-family: 'Montserrat', sans-serif;
}

h3 {
 
    font-family: 'Montserrat', sans-serif;
}

h4 {
  
    font-family: 'Montserrat', sans-serif;
}

h5 {

    font-family: 'Montserrat', sans-serif;
}

h6 {

    font-family: 'Montserrat', sans-serif;
}

p {

    font-family: sans-serif;
    font-size: 16px;
}

p,
.sldd_text {
    font-family: sans-serif;
        font-size: 16px;
}

#maincontainer a{
    text-decoration: underline!important;
}

.btn-cvnew{
    color:#000;
    border:1px solid #000;
    background-color: transparent;
    font-size:12px;
}

.btn-cvnew:hover{
    color:#fff;
    border:1px solid #000;
    background-color: #000;
}

.navbar-brand{
    padding-left:20px!important;
}

.col-md-12  li{
    font-size:16px;
}


.col-md-10  li{
    font-size:16px;
}

.col-md-8  li{
    font-size:16px;
}

.col-md-6  li{
    font-size:16px;
}

.col-md-4  li{
    font-size:16px;
}

.col-md-3  li{
    font-size:16px;
}


a,
a:hover {
    color:#000;
        text-decoration: underline;
}

.nav-item a{
text-decoration: none!important;
}

.footer_list_item a{
text-decoration: none!important;
}

#panel_1 a{
text-decoration: none!important;
}




.creditos a{
    color:#05AEEE!important;
}

.creditos a:hover{
    color:#0697cc!important;
}

hr {
    border-top: 1px solid #c2c2c2;
}
h1 {
    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
        color: #046eab;
}
h1 small {
    font-weight: 100;
    text-transform: lowercase;
}
h2 {
    font-size:1.6rem;
    text-transform: uppercase;
}
h3 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
}
input, button {
    border-radius: 0 !important;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 400 !important;
    height: 48px !important;
    /* text-transform: uppercase; */
    /*letter-spacing: 3px;*/
}
input[type='checkbox']  {
    height: 11px !important;
}
input[type='radio'] {
    height: unset !important;
}


.table td:not(.buynow_column) {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.btn {
    border:none;
    border-radius:0;
    text-transform: uppercase;
}
.btn-primary {
    background-color:#000 !important;
    color:#FFF !important;
}
.btn-primary:hover {
    background-color:#333;
}
.btn-secondary {
    background-color:#252525;
    padding:10px 40px;
}
.btn-secondary:hover {
    background-color:#333;
}


.overflow_hidden {
    overflow: hidden;
}
.top_head {
    height:30px;
    line-height: 30px;
    color:#fff;
    background-color:#000;
    position: relative;
}
.tophead_links {
    text-align: right;
    width: 100%;
}
.tophead_links a {
    color:#fff;
    margin-left:10px;
    font-weight: 300;
    text-transform:uppercase;
    font-size:.75em;
}


.navbar-brand {
    padding-right: 60px;
}
.navbar-collapse,
.navbar-nav {
    height: 100%;
    padding-left: 0;
}
.navbar-nav  {
    line-height: 118px;
}
.nav-link {
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: .95em;
    font-weight:700;
    color:#000 !important;
}
.nav-link:hover {
    height: 100%;
    color:#0056b3 !important;
    border-bottom:solid 0px #42aac7;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show {
    color:#42aac7 !important;
}
.navbar-light .navbar-nav .show>.nav-link
{
    color:#026eab !important;
}


/*#top-search,
#top-cart,
#side-panel-trigger,
#top-account {
    float: right;
    margin: 40px 0 40px 15px;
}

#top-cart { position: relative; }

#top-search a,
#top-cart > a,
#side-panel-trigger a {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

#top-search a { z-index: 11; }

#top-search a i {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

body.top-search-open #top-search a i.icon-search3,
#top-search a i.icon-line-cross { opacity: 0; }

body.top-search-open #top-search a i.icon-line-cross {
    opacity: 1;
    z-index: 11;
    font-size: 16px;
}

#top-cart > a:hover { color: #1ABC9C; }

#top-search form {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

body.top-search-open #top-search form {
    opacity: 1;
    z-index: 10;
}

#top-search form input {
    box-shadow: none !important;
    pointer-events: none;
    border-radius: 0;
    border: 0;
    outline: 0 !important;
    font-size: 32px;
    padding: 10px 80px 10px 0;
    height: 100%;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    margin-top: 0 !important;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
}

body:not(.device-md):not(.device-sm):not(.device-xs) #header.full-header #top-search form input { padding-left: 40px; }

body:not(.device-md):not(.device-sm):not(.device-xs) .container-fullwidth #top-search form input { padding-left: 60px; }

body.top-search-open #top-search form input { pointer-events: auto; }

body:not(.device-md):not(.device-sm):not(.device-xs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input { border-bottom: 2px solid rgba(0,0,0,0.1); }

#top-search form input::-moz-placeholder {
    color: #555;
    opacity: 1;
    text-transform: uppercase;
}
#top-search form input:-ms-input-placeholder {
    color: #555;
    text-transform: uppercase;
}
#top-search form input::-webkit-input-placeholder {
    color: #555;
    text-transform: uppercase;
}

#primary-menu .container #top-search form input,
.sticky-header #top-search form input { border: none !important; }*/



@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}



.mainheader_wrapper,
.navbar {
    padding:0;
}




@media (min-width: 992px) {
    .container {
        max-width: 990px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1190px;
    }
}
@media (min-width: 1420px) {
    .container {
        max-width: 1410px;
    }
}















/* --- MAIN NAV --- */
#mainnav,
.top_head {
    z-index: 9999999;
}
#mainnav {
    padding-left:0;
    padding-right:0;
    background-color: #fff;
    position:fixed;
	top: 0;
    float:right;
    width:100%;
}

.navbar-brand {
    z-index: 99;
}
.megamenu {
    width: 100%;
    height: 400px;
    position: absolute;
    top:108px;
    left:0;
    background-color:#fff;
}
.navbar-light .navbar-toggler {
    border:none;
    outline:0;
}

#languageselector.dropdown-toggle::after {
    color:#fff;
    top: 4px;
    position: relative;
}
#languageselector {
    cursor: pointer;
}
#languageselector > div {
    display: inline-block;
    color:#fff;
    font-size:11px;
}
.curr_language {
    position: relative;
    right: 10px;
    top: 1px;
}


.navbar-brand img {
    height: 50px;
    margin-left:20px;
}
@media (min-width: 991px) {
    .navbar-brand img {
        margin-left:0;
    }
}


@media (max-width: 991px) {
    #mainnav .navbar-toggler {
        margin-right: 2rem;
        margin-top: 19px;
    }
    #mainnav .container,
    .miw_container {
        width: 100% !important;
        max-width: 100%;
    }
    .navbar-collapse {
        background-color:#fff;
    }
   

    .languageselector_wrapper  {
        display: flex;
        justify-content: center;
    }
    #languageselector.dropdown-toggle::after {
        top: 10px;
        right: -10px;
    }
    .curr_language {
        top: 5px;
    }
    .languageselector_wrapper .dropdown-menu {
        left:inherit;
    }

    
}
@media (max-width: 768px) {
    #mainnav {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    #mainnav .navbar-toggler {
        margin-right: 2rem;
        margin-top: 1px;
    }
    .navbar-brand img {
        height: 46px;
        margin-top: 7px;
    }
    #mainnav .nav-item a,
    #languageselector > div,
    #languageselector.dropdown-toggle::after   {
        text-align: center;
    }
    .megamenu_content .tab-content *,
    .navtabs_megamenu > a {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .navbar-nav  {
    line-height: 65px;
    }

    .navbar-brand {
    padding-right: 0px;
}
}
@media (max-width: 576px) {
    #mainnav {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #mainnav .navbar-brand {
        margin-right: 0rem;
        margin-left: 0rem;
    }
    #mainnav .navbar-toggler {
        margin-right: 0rem;
    }
    .navbar-brand img {
        height: 46px;
        margin-top: -12px;
    }
}




.ismegamenu {
    padding-top:15px;
    padding-bottom:15px;
    border-radius: 0;
    line-height: normal;

    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    border-left:none;
    border-right:none;
}
@media (min-width: 768px) {
    .ismegamenu {
        z-index: 9;
        padding-left: 0;
        padding-right: 0;
        position: fixed !important;
        top: 130px!important;
        right: 0;
        bottom: auto;
        left: 0;
    }
    .ismegamenu.show {
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
    #mainnav .nav-item  .ismegamenu * {
        font-size: 13px;
    }
    #mainnav .nav-item  .ismegamenu h3,
    #mainnav .nav-item  .ismegamenu h3 a {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 16px !important;
    }
    #mainnav .nav-item  .ismegamenu a {
        padding:0;
        color:#999;
    }
    .mainheader_wrapper,
    .navbar {
        height: 118px;
    }
}
.megamenu_pagegate {
    z-index: 999999;
    width: 100%;
    height: 150vh;
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, .6);
    display:none;
}
.megamenu_pagegate.show {
    display: block;
}
.megamenu_content {
    text-align: left;
    justify-content: center;
}
.megamenu_content .nav-tabs {
    display: block;
    border: none;
}
.megamenu_content .nav-tabs a,
.megamenu_content a {
    display: block;
    border: none;
    text-transform: none;
    margin-bottom:15px;
    font-size: 14px !important;
    font-weight: 800;
    margin-left: 15px;
}
}
.sub_nav .col {
    border-left:solid 1px #c2c2c2;
}
.megamenu_content .sub_nav h3 {
    margin-bottom: 12px;
}
.megamenu_content .sub_nav a,
.ilc_imgs a h3,
.ilc_imgs a span {
    text-transform: capitalize;
    font-size: 1.1em !important;
    color:#252525 !important;
    font-weight: 400;
    margin-bottom: 6px;
}
.ilc_imgs a span {
   font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
}
.megamenu_content .sub_nav a:hover {
    color:#42ABC7 !important;
    text-decoration:none;
}
.megamenu_content .sub_nav h3 a:hover {
    color:#000 !important;
}
.megamenu_content .sub_nav h3 a {
    margin-bottom:10px !important;
}


@media (max-width: 768px) {
    .megamenu_content .sub_nav a {
        font-size: .65em !important;
    }
    h3,
    #navbarSupportedContent .sub_nav h3 a {
            font-size: 16px;
    }
    .megamenu_content .nav-tabs a, 
    .megamenu_content a {
        font-size: .76em !important;
    }
}
.megamenu_content .tab-content .sub_nav .col > a,
.megamenu_content .sub_nav .col .tab-content > a {
    font-family: 'Montserrat', sans-serif;
}
.imageslist_col {
    display: flex;
    flex-direction: column;
    border-left: solid 1px #c2c2c2;
}
.ilc_imgs {
    display: flex;
    flex-direction: row;
}
.imageslist_col a {
    margin-bottom:0 !important;
}

@media (min-width: 576px) {
    
}
@media (min-width: 768px) {
    .nav-link {
        font-size: .66em;
    }
    .navbar-brand img {
        height: 46px;
            margin-top: -27px;
    }
    .navbar-brand {
        padding-right: 5px;
        margin-right: 5px;
    }
}

@media (min-width: 800px) {
    .nav-link {
        font-size: .67em;
    }
    .navbar-brand img {
        height: 46px;
            margin-top: -27px;
    }
    .navbar-brand {
        padding-right: 5px;
        margin-right: 5px;
    }
}

@media (min-width: 850px) {
    .nav-link {
        font-size: .68em;
    }
    .navbar-brand img {
        height: 46px;
            margin-top: -27px;
    }
    .navbar-brand {
        padding-right: 5px;
        margin-right: 5px;
    }
}

@media (min-width: 900px) {
    .nav-link {
        font-size: .69em;
    }
    .navbar-brand img {
        height: 46px;
            margin-top: -27px;
    }
    .navbar-brand {
        padding-right: 5px;
        margin-right: 5px;
    }
}
@media (min-width: 992px) {
    .nav-link {
        font-size: .70em;
    }
    .navbar-brand img {
        height: 46px;
            margin-top: -27px;
    }
    .navbar-brand {
        padding-right: 25px;
    }
}


@media (min-width: 1200px) {
    .nav-link {
        font-size: .80em;
    }
    .navbar-brand img {
        height: 46px;
            margin-top: -27px;
    }
    .navbar-brand {
        padding-right: 60px;
    	padding-left: 9px;
    }
}

@media (min-width: 1425px) {
    .navbar-brand img {
            height: 46px;
    margin-top: -17px;
    }
}

/* end MAIN NAV --- */

.carousel-indicators li {
    width: 11px;
    height: 11px;
    border-radius: 11px !important;
    border-top: none;
    border-bottom: none;
    opacity:1;
    margin-right: 5px;
    margin-left: 5px;
    background-color: transparent;
    border: solid 1px #FFF;
}
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border-radius: 10px !important;
    background-color: #fff;
}
.carousel-caption {
    left: 70px;
    top: 6vw;
    right: unset;
    text-align: left;
}
.carousel-caption h5 {
    font-size:2.8em;
    text-align:left;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
}
.carousel_desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.carousel-caption .btn.btn-light {
    padding-left:40px;
    padding-right:40px;
    background-color:transparent;
    color:#fff;
    border-radius: 0;
    border:solid 2px #fff;
    text-transform: uppercase;
}
.carousel-caption .btn.btn-light:hover {
    background-color:rgba(255, 255, 255, .3);
    border:solid 2px #EEE;
}

.productslider .carousel-item > .container {
    padding: 0;
}
.carousel-control-prev-icon {
    background-image: url(../images/carousel-control-prev-icon.png);
    width:16px;
    height: 28px;
}
.carousel-control-next-icon {
    background-image: url(../images/carousel-control-next-icon.png);
    width:16px;
    height: 28px;
}
.productslider {
    width: 100%;
}
.productslider .carousel-indicators {
    bottom: -10px;
}
.productslider .carousel-indicators li {
    text-indent:unset;
    border:none;
    width:70px;
    height: 0;
    border-radius:0 !important;
    background-color:#666 !important;
    position:relative;
}
.productslider a {
    text-decoration: none;
}
.productslider a:hover {
    color:#42aac7;
}
.article_info {
    padding-top:15px;
    font-size:1rem;
    text-transform: uppercase;
}
.article_info .ai_brandname {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.article_info small {
    font-size: 100%;
    text-transform:capitalize;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.article_info .ai_prince {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}





.shopnow_fluid {
    height:400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.shopnow_fluid .carousel-caption {
    left: 70px;
    top: 3vw;
    right: unset;
    text-align: left;
}


#productlineup a:hover img {
    opacity: .8;
}
.productimg_wrapper {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: relative;
}
.productimg_wrapper img {
    opacity: .7;
    transition: opacity 1s;
}
.productlineup_producttitle {
    text-transform: uppercase;
    color:#fff;
    font-size:1.9em;
    font-weight: 400;
}
.productlineup_producttitle {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    
}



.spotlightlinks {

}
.spotlightlink_left,
.spotlightlink_right {
    height: 428px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 1s;
    position: relative;
    cursor: pointer;
}
.spotlightlink_left:hover,
.spotlightlink_right:hover {
    background-size: 110% !important;
}
@media (max-width: 1200px) {
    .spotlightlink_left,
    .spotlightlink_right {
        background-size: 120%;
    }
    .spotlightlink_left:hover,
    .spotlightlink_right:hover {
        background-size: 130% !important;
    }
}
@media (max-width: 992px) {
    .spotlightlink_left,
    .spotlightlink_right {
        background-size: 160%;
    }
    .spotlightlink_left:hover,
    .spotlightlink_right:hover {
        background-size: 170% !important;
    }
}




.spotlightlinks .carousel-caption {
    top: 2vw;
}
.spotlightimg_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .3;
    transition: all 1s;
}

.spotlightlink_left:hover .spotlightimg_overlay,
.spotlightlink_right:hover .spotlightimg_overlay {
    opacity: .1;
}


#ourbrands .col {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom:15px;
}


.newsletter h1 {
    text-align: center;
    margin-bottom:0;
}
.newsletter p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.newsletter .btn.btn-primary {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.breadcrumb {
    height: 40px;
    background-color:#f5f5f3;

    font-size:.8rem;
    font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.breadcrumb p {
    color:#42abc7;
	font-family: 'Montserrat', sans-serif;
}

.cart_wrapper {
    height: 100px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.cart,
.heart {
    position: relative;
}
.cartcounter,
.heartcounter {
    position: absolute;
    top: -11px;
    right: -14px;
    width:24px;
    height: 24px;
    background-color:#42abc7;
    border-radius:24px;
    color:#fff;
    text-align:center;
    line-height: 24px;
    font-size: 0.8rem;
}
.cw_sep {
    border-left:dotted 1px #ababab;
    height: 20px;
    margin-right: 12px;
    margin-left: 25px;
}



.carousel-control-prev,
.carousel-control-next {
    width: 38%;
}
.carousel-control-prev {
    left: 10px;
}
.carousel-control-next {
    right: 10px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    position: absolute;
}
.carousel-control-prev-icon {
    left: 0;
}
.carousel-control-next-icon {
    right: 0;
    
}
.cart_wrapper .heart img,
.cart_wrapper .btn_mycart img {
    height: 28px;
}

.col_carousel .carousel-inner {
    width: 116%;
    margin-left: -8%;
}









.mailinglist_gate {
    z-index: 9999999;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);

    display: flex;
    justify-content: center;
    align-items: center;
}
.mailinglist_gate * {
    text-align:center;
}
.mailinglist_gate img {
    height: 45px;
    margin: 0 auto;
    margin-bottom:20px;
}
.mailinglist_gate h1 {
    margin-bottom: 2px;
    font-size:1.9rem;
    font-weight: 700;
}
.mailinglist_gate p {
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.mailinglist_gate input,
.mailinglist_gate button {
    height: 50px;
}
.mailinglist_gate input {
    text-align: left;
}
.mailinglist_gate button {
    text-transform: uppercase;
}
.mailinglist_gate .modal-content {
    width: 60%;
    border-radius: 0;
    background-color: #fff;
    padding-top:30px;
    padding-bottom:50px;
    text-align: center;
}
.mailinglist_gate button.btn.btn-primary {
    width: 100%;
}



@media (max-width: 992px) {
    .mailinglist_gate .modal-content {
        width: 95%;
    }
}
@media (min-width: 1500px) {
    .mailinglist_gate .modal-content {
        width: 50%;
    }
}

@media (min-width: 1500px) {
    .mailinglist_gate .modal-content {
        width: 40%;
    }
}


.modal-dialog {
    max-width:70%;
}
@media (max-width: 992px) {
    .modal-dialog {
        max-width:100%;
    }
}







@media (max-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
    .carousel-caption {
        top: 5vw;
    }
    .carousel-caption h5 {
        font-size: 2.0em;
    }
    .carousel-caption .btn.btn-light {
        font-size:1rem;
    }
    .carousel_desc {
        font-size:1rem;
    }
    .productlineup_producttitle {
        font-size: 1.9rem;
    }
}
@media (max-width: 992px) {
    h1 {
        font-size: 2rem;
    }
    .carousel-caption {
        top: 4vw;
    }
    .carousel-caption h5 {
        font-size: 1.5em;
    }
    .carousel-caption .btn.btn-light {
        font-size:.9rem;
    }
    .carousel_desc {
        font-size:.9rem;
    }
    .productlineup_producttitle {
        font-size: 1.5rem;
    }
    .cart_wrapper {
        transform: scale(0.71);
        width: 20px;
        position: relative;
        left: -52px;
    }
}
@media (max-width: 800px) {
    .cart_wrapper {
        transform: scale(0.6);
        width: 20px;
        position: relative;
        left: -37px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .42rem;
        padding-left: .42rem;
    }
}



@media (max-width: 768px) {
    .cart_wrapper {
        transform: scale(1);
    }
}





@media (max-width: 768px) {
    h1 {
        font-size: 1.7rem;
    }
    .carousel-caption {
        top: 2vw;
    }
    .carousel-caption h5 {
        font-size: 1.4em;
    }
    .carousel-caption .btn.btn-light {
        font-size:.7rem;
    }
    .carousel_desc {
        font-size:.7rem;
    }
    .productlineup_producttitle {
        font-size: 1.0rem;
    }

    .newsletter .container {
        max-width: 100%;
    }
    .newsletter form.container .col {
        padding-left:5px;
        padding-right:5px;
    }
    .cart_wrapper {
        width: inherit;
        justify-content: center;
        left: 0;
    }
}
@media (max-width: 576px) {
    h1 {
        font-size: 1.4rem;
    }
    .carousel-caption {
        top: 0vw;
    }
    .carousel-caption h5 {
        font-size: 1em;
    }
    .carousel-caption .btn.btn-light {
        font-size:.5rem;
    }
    .carousel_desc {
        font-size:.5rem;
    }
    .productlineup_producttitle {
        font-size: .8rem;
    }
    .newsletter form.container .btn {
        font-size: .8rem;
        height: 38px;
    }

    #maincontainer{
        padding: 15px;
    }
}


@media (max-width: 767px) {
    .zippay_banner_1 {
        margin-bottom:30px;
    }
}
#zippaymodal_type1 .modal-content {
    background-color:transparent;
    border:none;
    box-shadow: none;
}
.firezippay_modal {
    padding: 0;
    border: 0;
    text-align:center;
}
.firezippay_modal img {
    max-width:100%;
}
.zippaumodal_contentwraper {
    width:95%;
    margin:0 auto;
    position:relative;
}
.closezippaymodal {
    display:block;
    position:absolute;
    top: 0px;
    right: 0;
    width: 95px;
    height: 85px;
    font-size:0;
    line-height:0;
    background-color:transparent;
    border:none;
}
.firezippay_modal:hover, 
.firezippay_modal:focus, 
.firezippay_modal:hover, 
.firezippay_modal:focus,
.closezippaymodal:hover, 
.closezippaymodal:focus, 
.closezippaymodal:hover, 
.closezippaymodal:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.zippay_link {
    position: absolute;
    width: 14%;
    height: 4%;
    bottom: 9%;
    left: 63%;
}

@media (min-width: 576px) {
    .zippaumodal_contentwraper {
        width:91%;
    }
}
@media (min-width: 768px) {
    .zippaumodal_contentwraper {
        width:80%;
    }
}
@media (min-width: 992px) {
    .zippaumodal_contentwraper {
        width:90%;
    }
}
@media (min-width: 1200px) {
    .zippaumodal_contentwraper {
        width:70%;
    }
}
@media (min-width: 1600px) {
    .zippaumodal_contentwraper {
        width:60%;
    }
}

.zippay_banner {
    text-align:center;
    background-color:#20265f;
    margin-top:20px;
    margin-bottom:20px;
}
.zippay_banner img {
    max-width:1100px;
    margin:0 auto;
}
.zippay_banner button{
    padding: 0;
    border: none;
    outline: none;
}
.firezippay_modal {
    display:block;
}
.hidden {
    display: none;
}
.modal {
    z-index: 9999999;
}


.dealers_filter {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}
.dealers_filter .df_country {
    width: 355px;
    color: #b9b9b9;
    border: 0;
    padding: 15px 30px;
    border-right: 20px solid #6d6d6d;
    background: url(/images/select-arrow.png) right no-repeat #6d6d6d;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.dl_countrytitle {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    background-color: #f1f1f1;
    color: #898989;
    padding: 25px;
    margin-bottom: 30px;
}
.dl_areatitle {
    font-size:1.375rem;
    margin-bottom:30px;
    color: #999;
}
.dealers_list h5 {
    font-family: Anton,sans-serif;
    font-size: 1.1rem;
    margin-bottom: 0px;
}
.dli_address{
	margin-bottom:0px;
}

.dli_phone, dli_email{
	margin-bottom:0px;
}
.dli_viewonmaps {
    cursor: pointer;
    color: #337ab7;
    background: url(/images/icon-maps.png) left center no-repeat;
    padding-left: 25px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.dli_viewonmaps:hover {
    color: #337ab7;
    text-decoration:none;
}

.dl_item p {
    color:#888;
}
.stores_nav{
    font-size: 100%;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.imageslist_col .ilc_vertical a {
    margin-bottom:10px !important;
}

.btn-success.btn_askaquestion {
    background-color: transparent !important;
    color: #42abc7;
    border: solid 2px #42abc7;
    line-height: 28px !important;
}
.btn-secondary.btn_askaquestion {
    background-color: transparent;
    color: #252525;
    border: solid 2px #252525;
    padding: 8px 38px;
}
.btn_vseparator {
    height: 10px;
}