@charset "utf-8";

html{
    height: 100%;
}
body{
    position: relative;
    min-height: 100%;
    color:#6b6b6b;
    font-family: 'open_sansregular' !important;
    font-size: 15px;
    line-height: 1.7
}

a:focus{
    text-decoration: none
}

h1 {
    font-size: 35px;
    margin-bottom:30px;
}
h2 {
    font-size: 32px;
    margin-bottom:27px;
}
h3 {
    font-size: 22px;
    margin-bottom:25px;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
    text-decoration: none
}

h1, h2, h3, h4, h4, h6{
    color:#666;
    line-height: 1
}

.header-text-xl{
    font-size: 50px !important;
}
.btn{
    border-radius: 3px;
}
.background-primary{
    background: #4b55f0;
}
.product-box-options a,
.btn-primary{
    color:#fff !important;
}
.btn-primary{
    background-color: #4b55f0;
    border-color: #4852e9;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover{
    background-color: #434cec;
    border-color: #3d46e9;
}
.btn-link{
    color: #4b55f0;
}
.color-primary{
    color: #4b55f0;
}

a {
    color:#525252;
    text-decoration:none;
}
a:focus {
    outline: none;
}
a:hover {
    color:#9c9c9c;
    text-decoration:underline;
}

.mContainer{
    margin:0 auto;
}

.activeColor{
    color:#1a3773
}

.oneBigAnd3Small{
    overflow: hidden;
}
.oneBigAnd3Small, .oneBigAnd3Small a{
    color:#6b6b6b
}
.oneBigAnd3Small .twoSmall .itemBox{
    float:left;
    width: 49.3%;
    max-width: 100%;
    min-height: 270px;
    margin:0 1.3% 1.3% 0;
    background: #fff;
}
.oneBigAnd3Small .twoSmall .product-box{
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
.oneBigAnd3Small .twoSmall .product-box .title a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    display: block;
    margin: auto;
}
.oneBigAnd3Small .twoSmall .product-box .cell{
    display: block
}
.oneBigAnd3Small .twoSmall .itemBox:last-child{
    margin: 0 !important
}
.oneBigAnd3Small .twoSmall .productImg img{
    max-width: 60% !important;
    max-height: 155px !important;
}
.oneBigAnd3Small .product-box{
    height: auto !important;
    margin:0 !important
}
.oneBigAnd3Small .product-box .productImg{
    height:170px;
}
.oneBigAnd3Small .product-box .title{
    margin-bottom: 5px;
    height: auto !important
}
.oneBigAnd3Small .oneBig {
    padding:15px 0;
    background: #fff
}
.oneBigAnd3Small .oneBig .positioner{
    padding:15px
}
.oneBigAnd3Small .oneBig .image{
    margin-bottom: 10px
}
.oneBigAnd3Small .oneBig .image img{
    max-width:250px !important;
    max-height:170px !important;
    display: inline
}

@media (min-width: 0px) and (max-width: 800px) {
    .oneBigAnd3Small .twoSmall .itemBox{
        float:none;
        margin:0;
        margin-bottom: 15px;
        width: 100%;
    }
}

.viewTypeVertical .description{
    font-size: 13px;
    width: 90%
}
.viewTypeVertical .title{
    margin-bottom:15px;
    font-size:18px;
}
.viewTypeVertical .image{
    text-align: center
}
.viewTypeVertical .image img{
    max-width: 84px !important;
}
.viewTypeVertical .prices{
    margin-top:15px;
    font-size:16px;
}

.content{
    padding:20px;
}


.prevPrice{
    font-size:17px;
    text-decoration: line-through !important
} 

.window_header{
    background: transparent !important
}
.window_frame .content{
    padding:0 5px !important
}
.window_frame h2{
    font-size:22px;
}
.window_frame .logos img{
    width: 50px
}

/*product-boxV7*/
.product-boxV7 .price{
    font-size:25px;
}

.tiles-grid-container > .product-box {
    padding: 25px 10px 25px 10px;
    width: 33.33%;
    min-height: 395px;
    border: 1px solid #efefef;
    background: #fff;
}
.tiles-grid-container .product-box:hover{
    border-color: #999;
}
.product-box .price {
    font-size: 15px;
}
.owl-item .product-box{
    min-height: 340px;
}

.bg-prods-container .product-box{
    background:#fff;
    padding:25px 0
}

.unload-container{
    position: absolute;
    z-index: 1200;
    max-width: 100%;
    width: 800px;
    background: #fff;
    display: none;
    -webkit-box-shadow: -4px 10px 44px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 10px 44px 0px rgba(0,0,0,0.75);
    box-shadow: -4px 10px 44px 0px rgba(0,0,0,0.75);
}
.unload-container .unload-close-btn{
    font-size: 20px;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.unload-overlay{
    background: #000;
    opacity: .7;
    position: fixed;
    z-index:900;
    width: 100%;
    height: 100%;
    display: table;
}

#cookie-info-container{
    right: 70px
}

.a-loader{
    border-top-color:  #4b55f0;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent;
    opacity: .6
}

.lazy.fp-bg{
    min-height: 500px;
}