/*
########################################
 (c)2017 CREDIT INFO
########################################

 @CSS Document;

 Author: Savin Cristian
 Author-email: savin.cristian95@icloud.com
 Start Date: 25. 07. 2017
 Finish Date: 27. 07. 2017

*/



/*
    Custom marin top & bottom classes
*/
.mt5{margin-top:5px!important}
.mt10{margin-top:10px!important}
.mt15{margin-top:15px!important}
.mt20{margin-top:20px!important}
.mt25{margin-top:25px!important}
.mt30{margin-top:30px!important}
.mt35{margin-top:35px!important}
.mt40{margin-top:40px!important}
.mt45{margin-top:45px!important}
.mt50{margin-top:50px!important}
.mt55{margin-top:55px!important}
.mt60{margin-top:60px!important}
.mt65{margin-top:65px!important}
.mt70{margin-top:70px!important}
.mt75{margin-top:75px!important}
.mt80{margin-top:80px!important}
.mt85{margin-top:85px!important}
.mt90{margin-top:90px!important}

.pt5{margin-bottom:5px!important}
.mb10{margin-bottom:10px!important}
.mb15{margin-bottom:15px!important}
.mb20{margin-bottom:20px!important}
.mb25{margin-bottom:25px!important}
.mb30{margin-bottom:30px!important}
.mb35{margin-bottom:35px!important}
.mb40{margin-bottom:40px!important}
.mb45{margin-bottom:45px!important}
.mb50{margin-bottom:50px!important}
.mb55{margin-bottom:55px!important}
.mb60{margin-bottom:60px!important}
.mb65{margin-bottom:65px!important}
.mb70{margin-bottom:70px!important}
.mb75{margin-bottom:75px!important}
.mb80{margin-bottom:80px!important}
.mb85{margin-bottom:85px!important}
.mb90{margin-bottom:90px!important}

/* COSTUME PADDING CLASES */

.pt5{padding-top:5px!important}
.pt10{padding-top:10px!important}
.pt15{padding-top:15px!important}
.pt20{padding-top:20px!important}
.pt25{padding-top:25px!important}
.pt30{padding-top:30px!important}
.pt35{padding-top:35px!important}
.pt40{padding-top:40px!important}
.pt45{padding-top:45px!important}
.pt50{padding-top:50px!important}
.pt55{padding-top:55px!important}
.pt60{padding-top:60px!important}
.pt65{padding-top:65px!important}
.pt70{padding-top:70px!important}
.pt75{padding-top:75px!important}
.pt80{padding-top:80px!important}
.pt85{padding-top:85px!important}
.pt90{padding-top:90px!important}

.pb5{padding-bottom:10px!important}
.pb10{padding-bottom:5px!important}
.pb15{padding-bottom:15px!important}
.pb20{padding-bottom:20px!important}
.pb25{padding-bottom:25px!important}
.pb30{padding-bottom:30px!important}
.pb35{padding-bottom:35px!important}
.pb40{padding-bottom:40px!important}
.pb45{padding-bottom:45px!important}
.pb50{padding-bottom:50px!important}
.pb55{padding-bottom:55px!important}
.pb60{padding-bottom:60px!important}
.pb65{padding-bottom:65px!important}
.pb70{padding-bottom:70px!important}
.pb75{padding-bottom:75px!important}
.pb80{padding-bottom:80px!important}
.pb85{padding-bottom:85px!important}
.pb90{padding-bottom:90px!important}


@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/fontello.eot'); /* IE9 Compat Modes */
    src: url('../fonts/fontello/fontello.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/fontello/fontello.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/fontello/fontello.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/fontello/fontello.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/fontello/fontello.svg#svgFontName') format('svg'); /* Legacy iOS */
}


body{
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}
*{
    margin: 0;
    padding: 0;
    outline: none;
}
a:focus{
    outline: 0;
    outline-offset: 0;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: 0;
    box-shadow: none;
    outline-offset: 0;
}
section{
    padding: 0;
    overflow: hidden;
}
.top-menu{
    background-color: #2d2d2d;
    padding: 20px 0;
}
.top-menu ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    max-width: 70%;
}
.top-menu ul li{
    display: inline-block;
    margin: 0 0 0 55px;
}
.top-menu ul li a{
    font-family: "Montserrat" , sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
}
.bottom-header-elem{
    background: rgba(0 , 0 , 0 , .7);
    padding: 27px 0;
}
.bottom-header-elem ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.bottom-header-elem ul li{
    display: inline-block;
    margin: 0 21px 0 0;
}
.bottom-header-elem ul li a{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
}
.bottom-header-elem ul li a.shop-cart span{
    margin-right: 5px;
}
.bottom-header-elem ul li a.phone{
    color: #feb300;
    font-weight: 600;
    letter-spacing: 1px;
}
.bottom-header-elem .logo{
    background-color: #c30000;
    box-shadow: 0 6px 0 0 #6b0000;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 23px 0;
    top: -27px;
    max-width: 267px;
    height: 106px;
}
.bottom-header-elem .logo a {
    display: block;
}
.bottom-header-elem .logo img{
    display: block;
    margin: 0 auto;
}
.bottom-header-elem{
    position: relative;
}
.shop-cart{
    margin-right: 50px;
}
.socio-link{
    font-size: 20px !important;
    color: #1757d8 !important; 
}
.language{
    color: #6e6e6e !important;
}
header a:hover{
    color: #feb300 !important;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
header a{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}



.search-whell{
    padding: 185px 0 30px 0;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.whell-filter .filter-name .strong{
    font-family: "Montserrat" , sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}
.whell-filter .filter-name{
    font-family: "Montserrat" , sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    position: relative;
    width: 94%;
    margin: 0 auto;
}
.whell-filter .filter-name:before{
    content: "";
    width: 100%;
    max-width: 100px;
    position: absolute;
    top: 49.5%;
    left: 0;
    height: 2px;
    background: #fff;
}
.whell-filter .filter-name:after{
    content: "";
    width: 100%;
    max-width: 100px;
    position: absolute;
    top: 49.5%;
    right: 0;
    height: 2px;
    background: #fff;
}
.whell-filter{
    max-width: 515px;
    margin: 0 auto;
}
.whell-filter .nav-tabs li{
    width: 32.55555%;
    margin: 0 2px;
}
.whell-filter .nav-tabs{
    padding: 0;
    margin: 0;
    border: none;
}
.whell-filter .nav-tabs li a{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background: rgba(0, 0, 0, .4);
    border-radius: 0;
    margin: 0;
    border: none;
}
.whell-filter .nav-tabs>li.active>a,
.whell-filter .nav-tabs>li.active>a:focus,
.whell-filter .nav-tabs>li.active>a:hover{
    border: none;
    margin: 0;
    background: rgba(0,0,0, .7);
}

.whell-filter label{
    display: block;
    text-align: center;
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 16px;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.whell-filter .tab-content{
    background: rgba(0 , 0 , 0 , .7);
    width: 99.4%;
    margin: 0 auto;
    padding: 53px 30px;
}
.whell-filter .select2-container{
    width: 100% !important;
}
.whell-filter .select2-container .select2-selection--single{
    border-radius: 0;
    border: none;
    height: 45px;
    padding-left: 19px;
    text-align: left;
}
.whell-filter .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px !important;
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    color: #313131;
}
.whell-filter .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 42px;
}
.select2-results .select2-container--default .select2-results__option--highlighted[aria-selected]{
    text-align: center;
}
.chose-size{
    display: block;
    text-align: center;
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    color: #feb300;
    font-weight: 300;
    margin: 26px 0 28px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.chose-size:hover{
    color: #c30000;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.chose-size span{
    margin-right: 5px;
}
.chose-size-toggle{
    display: none;
}
.whell-filter button[type="submit"] ,
.left-side-bar button[type='submit'],
#write-comment button[type="submit"],
.dimension-calculator button[type="submit"],
.calculator button[type="submit"],
.finally-price-info button[type="submit"],
.contacts button[type="submit"]{
    font-family: "Montserrat" , sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
    background-color: #c30000;
    box-shadow: 0 6px 0 0 #6b0000;
    display: block !important;
    width: 100%;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: none;
    height: 56px;
    padding: 18px 0;
}
.contacts button[type="submit"]{
    margin: 0px;
    max-width: 200px;
    width: 100%;
    display: inline-block !important;
}
.finally-price-info button[type="submit"]{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.dimension-calculator button[type="submit"]{
    display: inline-block !important;
    max-width: 201px;
    width: 100%;
    margin: 20px 0 0 0;
}
.calculator button[type="submit"]{
    max-width: 159px;
    width: 100%;
    height: 47px;
    background-color: #c30000;
    box-shadow: 0 6px 0 0 #6b0000;
    display: inline-block !important;
    margin: 5px 0 0 0;
}
button[type="submit"]:hover{
    background: #feb300 !important;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.search-whell .more-info{
    font-family: "Montserrat" , sans-serif;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    max-width: 65%;
    display: inline-block;
    padding-top: 20%;
}
.search-whell{
    text-align: center;
}
.more-info .black-bg{
    background-color: #000000;
}
.more-info .small-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
}
.more-info .small-text .strong{
    font-weight: bold;
}
.more-details{
    display: inline-block;
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: 300;
    background: rgba(0, 0, 0, .5);
    padding: 15px 70px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.more-info .more-details:hover{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: rgba(0 ,0 , 0, .9);
}
.parteners .title{
    font-family: "Montserrat" , sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
}
.title{
    text-transform: uppercase;
}
.sale .title .strong{
    font-weight: 600;
}
.title .offer .small-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    color: #ffffff;
    display: inline-block;
}
.title .offer .big-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    display: inline-block;
}
.title .offer .big-text sub{
    font-size: 20px !important;
}
.title .offer{
    padding: 17px 30px;
    background-color: #0a6be7;
}
.parteners .title{
    font-family: "Montserrat" , sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.parteners{
    background: url("../images/parteners-bg.jpg");
    padding: 90px 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.offer-title{
    text-align: center;
    background: url("../images/ruban.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 54px 0;
    font-family: "Montserrat" , sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    padding: 18px 0;
}
.small-slogan{
    font-family: "Montserrat" , sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    position: relative;
    max-width: 65%;
    margin: 0 auto;
}
.small-slogan:before{
    content: "";
    width: 100%;
    max-width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 49%;
    left: 0;
}
.small-slogan:after{
    content: "";
    width: 100%;
    max-width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 49%;
    right: 0;
}
.parteners-block{
    display: flex;
    flex-wrap: wrap;
    Justify-content: center;
    padding: 30px 0;
}
.parteners-block .item img{
    display: block;
    width: 100% !important;
}
.parteners-block .item{
    width: 128px;
    margin: 0 24px 50px 0;
}
.title{
    font-family: "Montserrat" , sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
}
.sale{
    padding: 70px 0;
    background-color: #151515;
}
.star-box{
    margin: 7px 0;
    color: #ffb800;
    font-size: 17px;
}
.product-box .brand-whell{
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
}
.name-product{
    font-family: "Montserrat" , sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.product-box:hover .name-product{
    color: #c30000;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.product-box .price .light-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    text-align: left;
    color: #ffffff;
    font-weight: 100;
    line-height: 1;
}
.product-box .price .strong-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    color: #ffffff;
    margin: 0;
}
.product-box .price .strong-text sub{
    font-size: 18px;
}
.product-box .price{
    position: absolute;
    top: 30px;
    left: -10px;
    padding: 6px 21px;
    background-color: #c30000;
    box-shadow: 0 3px 0 0 #6b0000;
    width: 160px;
}
.product-box{
    position: relative;
}
.sale-slider{
    padding: 0 54px;
    margin: auto;
}
.sale-slider .product-box{

}
.sale .container{
    position: relative;
}
.sale-slider-next,
.sale-slider-prev{
    background: none !important;
}
.sale-slider{
    margin-top: 30px;
}

.etiquette-promo{
    background: url("../images/more-details-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 29px;
    font-family: "Montserrat" , sans-serif;
    font-size: 20px;
    text-align: left;
    color: #ffffff;
    font-weight: 100;
}
.etiquette-promo .strong{
    font-family: "Montserrat" , sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}
.delivery-and-promo{
    background-color: #1e1d1e;
    padding: 119px 0;
}
.etiquette-promo .more-details{
    background-color: #1e1d1e;
    box-shadow: 0 6px 0 0 #151515;
    max-width: 355px;
    width: 100%;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.etiquette-promo .more-details:hover{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #feb300;
}
.delivery-box img{
    position: relative;
    top: -20px;
    margin-right: 10px;
}
.delivery-box{
    font-family: "Montserrat" , sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    text-align: center;
    padding: 60px 0;
}
.delivery-box .strong{
    font-weight: bold;
}
.about-us{
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.different-title{
    font-family: "Montserrat" , sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}
.different-title .red{
    color: #c30000;
    font-weight: 600;
}
.about-us .description{
    font-family: "Montserrat" , sans-serif;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    margin-top: 50px;
}
.small-title{
    font-family: "Montserrat" , sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    margin-bottom: 10px;
}
.short-description{
    font-family: "Montserrat" , sans-serif;
    font-size: 16px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
}
.facility{
    padding: 100px 0;
}
.delivery-second{
    text-align: center;
    max-width: 400px;
    display: inline-block;
}
.delivery-section{
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
}

.delivery-second .small-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 48.7px;
    font-weight: 600;
    line-height: 0.1;
    color: #fff;
}
.delivery-second .big-text{
    font-size: 81.2px;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 700;
}
.delivery-second .big-text.before{
    position: relative;
}
.delivery-second .big-text.before:before{
    content: "și";
    position: absolute;
    left: -30px;
    top: 80%;
    font-family: "Montserrat" , sans-serif;
    font-size: 32.5px;
    font-weight: bold;
    color: #ffffff;
}
.delivery-second .red{
    font-family: "Montserrat" , sans-serif;
    font-size: 48.7px;
    font-weight: bold;
    line-height: 1;
    color: #c30000;
}
.recent-news .more-details{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    background: rgba(35,35,35, .5);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.recent-news .more-details:hover{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #c30000;
}
.recent-news{
    padding: 75px 0;
}
.different-title{
    font-family: "Montserrat" , sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
}
.different-title .strong{
    font-family: "Montserrat" , sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}
.news-box .title-news-box{
    background-color: #303030;
    padding: 18px;
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.news-box .img-box{
    position: relative;
    overflow: hidden;
}
.news-box .img-box img{
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.news-box:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.news-box:hover .title-news-box{
    background: #feb300;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.promo{
    background-position: 50% 50%;
    background-size: 100% 100%;
}
.content-promo{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    height: 410px;
    padding-bottom: 40px;
}
.content-promo .title{
    font-family: "Montserrat" , sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.content-promo .title .red{
    color: #c30000;
}
.content-promo .more-details{
    background-color: #c30000;
    box-shadow: 0 6px 0 0 #6b0000;
    max-width: 380px;
    width: 100%;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.content-promo .more-details:hover{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #feb300;
}
.our-team{
    padding: 80px 0 80px 0;
}
.our-team .title{
    font-family: "Montserrat" , sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.short-slogan{
    font-family: "Montserrat" , sans-serif;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
}
.our-team .call{
    font-family: "Montserrat" , sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #c30000;
    margin-top: 50px;
    margin-bottom: 10px;
    display: inline-block;
}
.our-team .call-now{
    font-family: "Montserrat" , sans-serif;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
}
footer{
    padding: 48px 0;
    background-color: #0c0c0c;
}
footer .small-title{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    margin-bottom: 37px;
}
.menu-footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu-footer ul li a{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}
.contact-info .description{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    text-align: left;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 23px;
}
.contact-box,
.contact-box a{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}
.contact-box .red{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #c30000;
}
.contact-box img{
    position: relative;
    top: -10px;
    margin-right: 15px;
}


/* PRODUCTS PAGE */
.name-section{
    background-position: 50% 50%;
}
.name-section .container{
    position: relative;
    padding: 150px 0;
}
.name-section.thankyou .container{
    padding: 350px 0;
}
.name-section .text{
    position: absolute;
    bottom: 10%;
    max-width: 100%;
    text-align: center;
    width: 100%;
    font-family: "Montserrat" , sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
}
.name-section.thankyou .text {
    bottom: auto;
    top: 50%;
}

.left-side-bar .name-box{
    font-family: "Montserrat" , sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    padding: 29px 23px;
    background-color: #474747;
    margin-bottom: 10px;
}
.parameters{
    font-family: "Montserrat" , sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    border: solid 1px #2d2d2d;
    position: relative;
    margin: 0 0 10px 0;
}
.toggle-parameters{
    padding: 20px 22px;
    display: none;
}
.toggle-parameters .select2-container{
    width: 100% !important;
    display: block !important;
}
.parameters .name-box{
    padding: 19px 23px;
    margin: 0;
}
.toggle-parameters > div{
    margin: 0 0 10px 0;
}
.toggle-parameters .select2-container--default .select2-selection--single,
.dimension-calculator .select2-container--default .select2-selection--single,
.pay-products .select2-container--default .select2-selection--single{
    border-radius: 5px;
    border: none;
    background-color: #484848;
}
.toggle-parameters .select2-container--default .select2-selection--single .select2-selection__rendered,
.dimension-calculator .select2-container--default .select2-selection--single .select2-selection__rendered,
.pay-products .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
    font-family: "Montserrat" , sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
}
.toggle-parameters .select2-container--default .select2-selection--single .select2-selection__arrow b,
.dimension-calculator .select2-container--default .select2-selection--single .select2-selection__arrow b,
.pay-products .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    top: 45%;
    left: 30%;
}
.toggle-parameters .select2-container--default .select2-selection--single .select2-selection__arrow b:after,
.dimension-calculator .select2-container--default .select2-selection--single .select2-selection__arrow b:after,
.pay-products .select2-container--default .select2-selection--single .select2-selection__arrow b:after{
    content: "";
    color: #fff;
    font-family: "fontello" , sans-serif;
}
.toggle-parameters .select2-container .select2-selection--single,
.dimension-calculator .select2-container .select2-selection--single,
.pay-products .select2-container .select2-selection--single{
    height: 45px;
}
.toggle-parameters .select2-container--default .select2-selection--single .select2-selection__rendered,
.dimension-calculator .select2-container--default .select2-selection--single .select2-selection__rendered,
.pay-products .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
}
.parameters:after{
    content: "";
    font-family: "fontello" , sans-serif;
    color: #ffffff;
    position: absolute;
    top: 20px;
    right: 10px;
}
.parameters label{
    display: block;
    width: 100%;
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}
.products{
    background-color: #1a1a1a;
    padding: 15px 0;
}

.pagination{
    margin: 0;
    border-radius: 0;
}
.pagination>li>a,
.pagination>li>span {
    background-color: #2d2d2d;
    border-radius: 0;
    border: none;
    margin: 0 3px;
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span{
    border-radius: 0;
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
}
.pagination>li>a, .pagination>li>span{
    padding: 8px 13px;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    background-color: #c30000;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff;
}

.info-product ul{
    margin: 18px 0 0 0;
    padding: 0;
    list-style-type: none;
}
.info-product ul li{
    display: inline-block;
}
.products-group .product{
    background-color: #2d2d2d;
    padding: 15px;
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
}
.product .promo{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    max-width: 120px;
    display: inline-block;
    margin-top: 50%;
}
.product .promo .strong-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.2px;
}
.product .promo .strong-text sub{
    position: relative;
    left: -5px !important;
    font-size: 14px;
}
.product .badge {
    background-color: #5ca331;
    border-radius: 0;
    padding: 5px 17px;
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
}
.badge.in-stock {
    background-color: #5ca331;
    border-radius: 0;
    padding: 5px 17px;
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
}
.badge.out-of-stock {
    background-color: #474747;
    border-radius: 0;
    padding: 5px 17px;
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
}
.product{
    position: relative;
}
.price-different{
    background-color: #474747;
    box-shadow: 0 3px 0 0 #1f1f1f;
    padding: 12px 0;
    max-width: 260px;
    width: 100% !important;
    position: absolute;
    top: 10px;
    height: 62px;
}
.price-different .text{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding: 10px 0 0 0;
}
.price-different .text.strong {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    padding: 0;
}
.price-different .text.strong sub{
    position: relative;
    left: -4px !important;
    font-size: 16px;
}
.products-group{
    padding: 10px 0;
}
.products-group .product{
    margin: 0 0 23px 0;
}
.sort .select2-container{
    max-width: 230px;
    width: 100% !important;
}
.sort .select2-container--default .select2-selection--single{
    background: #484848;
    border-radius: 5px;
    border: none;
}
.sort .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
    font-family: "Montserrat" , sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
}
.sort .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    top: 40%;
    left: 30%;
}
.sort .select2-container--default .select2-selection--single .select2-selection__arrow b:after{
    content: "";
    font-family: "fontello" , sans-serif;
    color: #fff;
}

.name-section .text.large{
    width: 100% !important;
    max-width: 100%;
    display: block;
    text-align: center;
}
.history-brand{
    background-color: #1a1a1a;
    padding: 20px 0;
}
.left-side-bar .logo{
    background-color: #c30000;
    height: 50px;
    width: 100%;
    padding: 10px 5px;
}
.left-side-bar .text{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    color: #ffffff;
    margin: 0 0 11px 0;
}
.facebook-plugin{
    background-color: #2d2d2d;
    padding: 6px;
}
.remove-padding-left{
    padding-left: 0;
}
.remove-padding-right{
    padding-right: 5px;
}
.pay-box{
    background-color: #2d2d2d;
    padding: 36px 32px;
    margin-top: 17px;
}
.pay-box .text{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
}
.pay-box .text .strong{
    font-size: 18px;
    font-weight: bold;
}
.brand-text .large-description{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 51px;
}
.link-group a{
    display: block;
    padding: 43px 0;
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}
.link-group .consult-producing{
    background-color: #c30000;
    box-shadow: 0 4px 0 0 #6b0000;
    background-image: url("../images/rim.png");
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.link-group .consult-producing:hover{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #0d0d0d;
}
.link-group .visualize-producing-page{
    background-color: #2d2d2d;
    box-shadow: 0 4px 0 0 #0d0d0d;
    background-image: url("../images/link.png");
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.link-group .visualize-producing-page:hover{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #c30000;
}
.link-group{
    padding: 30px 0 0 0;
}

.help{
    padding: 20px 0;
    background-color: #1a1a1a;
}

.question .open-question{
    font-family: "Montserrat" , sans-serif;
    font-size: 21px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    border-top: 1px solid  #383638;
    padding: 15px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.question:last-of-type{
    border-bottom: 1px solid  #383638;
}
.question .open-question:before{
    content: "";
    font-family: "fontello" , sans-serif;
    font-size: 25px;
    margin-right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block;
}
.question .open-question.active{
    color: #c30000;
}
.question .answer{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
}
.question .answer ul{
    padding: 0 0 0 50px;
}
.question .answer{
    display: none;
}
.question .open-question.active:before{
    content: "";
    font-family: "fontello" , sans-serif;
    font-size: 25px;
    margin-right: 20px;
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}
.question:hover{
    cursor: pointer;
}
.question:hover .open-question{
    color: #c30000;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.name-section .text .small-text{
    font-size: 14px;
    max-width: 38%;
    margin: 0 auto;
    text-align: left;
    line-height: 0.5;
}

.select-product{
    background-color: #1a1a1a;
    padding: 15px 0;
}
.left-side-bar .nav-tabs>li{
    display: block;
    float: none;
    width: 100%;
    margin: 0;
}
.left-side-bar .nav-tabs{
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.left-side-bar .nav-tabs>li>a{
    border-radius: 0;
    background-color: #2d2d2d;
    color: rgba(255,255,255, .5);
    font-family: "Montserrat" , sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-left: 10px solid transparent !important;
    margin: 0 0 7px  0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.left-side-bar .nav-tabs>li.active>a,
.left-side-bar .nav-tabs>li.active>a:focus,
.left-side-bar .nav-tabs>li.active>a:hover{
    border: none;
    color: #fff;
    border-left: 10px solid #c30000 !important;
    background: #2d2d2d;
}
.left-side-bar .nav-tabs>li.active>a{
    margin: 0 0 7px 0;
}
.left-side-bar .nav-tabs>li.active>a svg path{
    fill: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.left-side-bar .nav-tabs>li>a:hover{
    border: none;
    border-left: 10px solid  #c30000 !important;
    color: #fff;
}
.left-side-bar .nav-tabs>li>a:hover svg path{
    fill: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.left-side-bar .nav-tabs svg{
    display: inline-block;
    width: 16px;
    height: auto;
    margin-right: 23px;
}
.left-side-bar .nav-tabs svg path{
    fill: rgba(255,255,255, .6);
}
.left-side-bar .progress{
    background-color: #3d3d3d;
    border-radius: 0;
    color: #fff;
    position: relative;
    height: 36px;
}

.left-side-bar .progress .progress-bar{
    background-color: #1a1a1a;
    padding: 9px 0px 0 18px;
    height: 36px;
    text-align: left;
}
.evaluation-product{
    background-color: #2d2d2d;
    padding: 20px;
    position: relative;
}

.evaluate-product-info{
    position: absolute;
    width: 100%;
    padding: 0 5px;
    left: 0;
    top: 9px;
    font-family: "Montserrat" , sans-serif;
    font-weight: 100;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
}
.evaluation-product .strong-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
}
.evaluation-product .small-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
}
.progress-bar-group{
    padding: 10px 0 0 0;
}
.progress span{
    color: #ffca00;
}
.info-product .small-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    color: #ffffff;
}
.info-product .big-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}
.info-product ul{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    color: #ffffff;
    padding: 15px 0 0 20px;
    margin: 0;
}
.info-product ul span{
    font-size: 18px;
}
.info-product ul li{
    margin: 0 0 10px 0;
}
.select-dimension{
    display: block;
    padding: 51px;
    padding: 19px 0;
    text-align: center;
    background-color: #c30000;
    box-shadow: 0 4px 0 0 #6b0000;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 15px;
}
.select-dimension:hover{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #000;
}
.border{
    height: 1px;
    background-color: #303030;
    width: 100%;
    margin-top: 30px;
}
.general-info-product .big-description{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: #a7a7a7;
    padding: 10px;
    font-weight: 300;
}


.dimension-panel,
.specification-panel,
.comment-panel{
    font-family: "Montserrat" , sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    padding: 15px 20px;
    background-color: #2d2d2d;
}
.dimension table tbody tr:nth-child(2n + 1){
    background-color: #212121;
}
.dimension table .red{
    background-color: #c30000;
    padding: 12px 25px;
    text-align: left;
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}
.dimension table td,
.dimension table thead th{
    padding: 12px 0;
    text-align: center;
}
.dimension table td{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 100;
}
.dimension table td img{
    display: block;
    margin: 0 auto;
}
.dimension table thead th{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    color: #ffffff;
}
.dimension table{
    width: 100%;
}
.dimension table tbody,
.dimension table thead{
    width: 100%;
}
.dimension table td a{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.dimension table td a:hover{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #5ca331;
}
.dimension table td.strong{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: bold !important;
    color: #ffffff;
}
button[data-toggle='tooltip']{
    background: none;
    border: none;
    border-radius: 0;
}
.general-info-product input[type="text"]{
    max-width: 50px;
    width: 65px;
    height: 51px;
    padding: 10px 0;
    text-align: center;
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    background-color: #3d3d3d;
    box-shadow: 0 4px 0 0 #2d2d2d;
    border: none;
}
.general-info-product .add-product{
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    max-width: 200px;
    width: 100%;
    height: 51px;
    background-color: #c30000;
    box-shadow: 0 4px 0 0 #6b0000;
    padding: 16px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.general-info-product span{
    margin-right: 5px;
}
.general-info-product .add-product:hover{
    background:  #ffca00;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #000;
}


.specification-group{
    padding-top: 20px;
}
.specification-group table td{
    background-color: #212121;
    padding: 13px 27px;
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    border: 4px solid #1a1a1a;
}
.specification-group table tr td:first-child{
    border-left: none;
}
.specification-group table tr:last-child{
    border-left: none;
}
.specification-group table tr{
    margin: 5px;
}
.write-comment{
    max-width: 185px;
    height: 35px;
    background-color: #c30000;
    box-shadow: 0 4px 0 0 #6b0000;
    padding: 12px 14px;
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    position: relative;
    top: 0px;
    right: -7px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.write-comment:hover {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #ffca00;
}

.name-user{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.date-post{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}
.rating-opinion{
    color: #ffca00;
    text-align: center;
    font-size: 12px;
}
.comment-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
}
.comment-box{
    margin: 15px 0 0 0;
}
#write-comment .modal-header{
    background-color: #5a5a5a;
    padding: 29px 27px;
}
#write-comment .modal-title{
    font-family: "Montserrat" , sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}
#write-comment .modal-header .close{
    margin-top: 0;
}

#write-comment form{
    max-width: 70%;
    margin: 0 auto;
}
#write-comment form label{
    display: block;
}
#write-comment form input,
#write-comment form textarea{
    display: block;
    width: 100%;
    height: 45px;
    background-color: #f2f2f2;
    border: none;
    resize: none;
    padding: 0 20px;
}
#write-comment form input:-moz-placeholder,
#write-comment form textarea:-moz-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #5a5a5a;
}
#write-comment form input::-moz-placeholder,
#write-comment form textarea::-moz-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #5a5a5a;
}
#write-comment form input:-ms-input-placeholder,
#write-comment form textarea:-ms-input-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #5a5a5a;
}
#write-comment form input::-webkit-input-placeholder,
#write-comment form textarea::-webkit-input-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #5a5a5a;
}
#write-comment form textarea{
    height: 97px;
    background-color: #f2f2f2;
    padding: 5px 20px;
}
#write-comment form label{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #5a5a5a;
}

.info-post .description .row div  div{
    margin: 0 0 10px 0;
}
.info-post .date-post{
    font-size: 18px;
    font-family: "Montserrat" , sans-serif;
    font-weight: 300;
    text-align: left;
    margin-bottom: 20px;
}
.info-post .description{
    font-size: 14px;
    font-weight: 300;
    font-family: "Montserrat" ,  sans-serif;
    color: #fff;
}
.about-post{
    padding: 15px 0;
    background: #1a1a1a;
}
.dimension-calculator label{
    display: block;
}
.dimension-calculator .select2-container,
.pay-products .select2-container{
    width: 100% !important;
}
.modify-dimension-whell{
    padding: 15px 0;
    background-color: #1a1a1a;
}
.dimension-calculator .description{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 100;
}
.dimension-calculator .description div{
    margin: 0 0 10px 0;
}
.dimension-calculator label{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
}
.calculator-panel{
    background-color: #c30000;
    padding: 12px 23px;
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px !important;
}

.dimension-calculator table{
    width: 100%;
}
.dimension-calculator table thead,
.dimension-calculator table tbody{
    width: 100%;
}
.dimension-calculator table thead{
    background-color: #4f4f4f;
}
.dimension-calculator table thead th{
    padding: 13px 27px;
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
}
.dimension-calculator table tbody td,
.dimension-calculator table tbody td a{
    text-align: center;
    padding: 13px 0;
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    color: #ffffff;
    border: 4px solid #1a1a1a;
    border-left: none;
    border-right: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.dimension-calculator table tbody a span{
    margin: 0 3px;
}
.dimension-calculator table tbody td a:hover{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #5ca331;
}
.dimension-calculator table tbody tr:nth-child(2n){
    background-color: #212121;
}
.dimension-calculator table tbody td.high{
    background-color: #752426;
}
.dimension-calculator table tbody td.medium{
    background-color: #797b2b;
}
.dimension-calculator table tbody td.low{
    background-color: #439c31;
}

.result-dimension-whell{
    display: none;
}
.calculate-offset .description{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 100;
}
.calculate-offset .description div{
    margin: 0 0 10px 0;
}
.calculate-offset{
    padding: 15px 0;
    background-color: #1a1a1a;
}
.calculator input[type="text"],
.contacts input[type="text"]{
    height: 47px;
    border-radius: 5px;
    background-color: #2d2d2d;
    border: none;
    width: 100%;
    padding: 0 21px;
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}
.contacts input{
    display: block;
    width: 100%;
    border-radius: 0 !important;
}
.contacts label{
    display: block;
    margin: 0 0 17px 0;
}
.calculator label{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
}
.result-offset-box{
    padding: 14px;
    border-radius: 5px;
    background-color: #242424;
    margin: 0 0 20px 0;
}
.result-offset-box .text{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    font-weight: 300;
}
.result-offset-box .panel-result{
    border-radius: 5px;
    background-color: #2d2d2d;
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    margin: 10px 0 0 0;
}
.result-offset-box .panel-result .strong{
    font-weight: 600;
}
.result-offset-calculator{
    display: none;
    padding: 20px 0 0 0;
}
.all-products-added table{
    width: 100%;
}
.all-products-added table tbody{
    width: 100%;
}
.all-products-added table thead{
    width: 100%;
}
.all-products-added table tbody td{
    text-align: center;
}
.cart-products{
    background-color: #1a1a1a;
    padding: 15px 0;
}
.all-products-added table thead th{
    padding: 11px 23px;
    background-color: #2d2d2d;
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}
.all-products-added table thead th{
    border: 4px solid #1a1a1a;
    border-bottom: none;
    border-top: none;
}
.all-products-added table thead th:first-child{
    border-left: none;
}
.all-products-added table thead th:last-child{
    border-right: none;
}
.all-products-added table tbody td{
    padding: 6px 21px;
    text-align: center;
    background-color: #2d2d2d;
    border: 4px solid #1a1a1a;
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
}
.all-products-added table tbody .id{
    font-size: 10px;
    color: #787878;
}
.all-products-added table tbody .product{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}
.all-products-added table tbody .size{
    font-weight: 500;
    color: #8a8a8a;
    font-size: 12px;
}
.all-products-added table tbody td:first-child{
    border-left: 0;
}
.all-products-added table tbody td:last-child{
    border-right: none;
}
.all-products-added table tbody td input{
    width: 44px;
    height: 31px;
    background-color: #ffffff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #1a1a1a;
    border: none;
}
.all-products-added table tbody td input:-moz-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #1a1a1a;
}
.all-products-added table tbody td input::-moz-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #1a1a1a;
}
.all-products-added table tbody td input::-webkit-input-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #1a1a1a;
}
.all-products-added table tbody td input:-ms-input-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #1a1a1a;
}
.all-products-added table tbody td img{
    width: 46.3px;
    height: 46.3px;
    position: relative;
    top: 3px;
}
.close-product{
    position: relative;
    top: 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.close-product:hover{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: red;
    cursor: pointer;
}
.finally-price-info input{
    background-color: #2d2d2d;
    box-shadow: 0 4px 0 0 #242424;
    border: none;
    border-radius: 0;
    padding: 18px 0 18px 14px;
    height: 46px;
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    text-align: left;
    color: #ffffff;
    font-weight: 300;
    width: 100%;
}
.finally-price-info input:-moz-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    text-align: left;
    color: #ffffff;
    font-weight: 300;
}
.finally-price-info input::-moz-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    text-align: left;
    color: #ffffff;
    font-weight: 300;
}
.finally-price-info input::-webkit-input-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    text-align: left;
    color: #ffffff;
    font-weight: 300;
}
.finally-price-info input:-ms-input-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 15px;
    text-align: left;
    color: #ffffff;
    font-weight: 300;
}
.finally-price-info .input-group-btn{
    background-color: #c30000;
    box-shadow: 0 4px 0 0 #6b0000;
    border-radius: 0 !important;
    width: 81px;
    text-align: center;
}
.finally-price-info .input-group-btn button{
    background: none;
}
.finally-price-info .input-group-btn button:after{
    content: "";
    font-family: "fontello" ,  sans-serif;
    color: #fff;
}
.finally-price-info table{
    width: 100%;
}
.finally-price-info table td{
    padding: 18px 10px;
    background-color: #2d2d2d;
    border: 4px solid #1a1a1a;
}
.finally-price-info table td:first-child{
    border-left: none;
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    width: 180px;
    font-weight: 300;
}
.finally-price-info table td:last-child{
    border-right: none;
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}
.finally-price-info table{
    margin: 10px 0 0 0;
}
.finally-price-info .total-price td{
    background-color: #595959;
    color: #ffffff !important;
}
.delivery-form{
    background-color: #2d2d2d;
    padding: 24px;
}
.delivery-form label,
.pay-products label{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.delivery-form > div{
    margin: 0 0 10px 0;
}

.delivery-form .jq-radio,
.pay-products .jq-radio{
    width: 24px;
    height: 24px;
    background: transparent;
    border: solid 1px #ffffff;
    box-shadow: none;
}
.delivery-form .jq-radio.checked .jq-radio__div,
.pay-products .jq-radio.checked .jq-radio__div{
    width: 16px;
    height: 16px;
    background-color: #c30000;
    box-shadow: none;
}
.pay-products{
    padding: 15px 0;
    background-color: #1a1a1a;
}
.pay-all-products input[type="text"]{
    border-radius: 5px;
    background-color: #2d2d2d;
    padding: 17px 20px;
    text-align: left;
    border: none;
    width: 100%;
    display: block;
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}
.pay-products label{
    display: block;
}
.pay-products input:-moz-placeholder,
.contacts input:-moz-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}
.pay-products input::-moz-placeholder,
.contacts input::-moz-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}
.pay-products input:-ms-input-placeholder,
.contacts input:-ms-input-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}
.pay-products input::-webkit-input-placeholder,
.contacts input::-webkit-input-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}
.pay-products .notice-delivery{
    padding: 22px 24px;
    background-color: #212121;
    border-radius: 5px;
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}
.pay-products .notice-delivery textarea,
.contacts textarea{
    border-radius: 5px;
    background-color: #2d2d2d;
    padding: 14px;
    resize: none;
    width: 100%;
    height: 85px;
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0;
    border: none;
}
.contacts textarea{
    border-radius: 0;
    height: 190px;
}
.pay-products .notice-delivery textarea:-moz-placeholder,
.contacts textarea:-moz-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}
.pay-products .notice-delivery textarea::-moz-placeholder,
.contacts textarea::-moz-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}
.pay-products .notice-delivery textarea:-ms-input-placeholder,
.contacts textarea:-ms-input-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}
.pay-products .notice-delivery textarea::-webkit-input-placeholder,
.contacts textarea::-webkit-input-placeholder{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}

.pay-products .method-pay{
    border-radius: 5px;
    background-color: #212121;
    padding: 19px 23px;
}
.pay-products .method-pay .text{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: justify;
    color: rgba(255, 255, 255, 0.5);
}
.security-small-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    text-align: left;
    color: #ffffff;
    position: relative;
    top: -17px;
}
.img-card img{
    width: 88%;
    position: relative;
    top: 13px;
    margin-left: -2px;
}
.product-small-box{
    margin: 0 0 10px 0;
    padding: 11px;
    background-color: #2d2d2d;
}
.product-small-box .product{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
}
.product-small-box .size{
    font-weight: 500;
    color: #8a8a8a;
    font-size: 11px;
}
.product-small-box .quantity{
    font-family: "Montserrat" , sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}
.product-small-box img{
    position: relative;
    top: 5px;
}
.pay-products button[type="submit"]{
    margin-top: 10px;
}
.user-info{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: justify;
    color: rgba(255, 255, 255, 0.5);
}
.extra-small-title{
    font-family: "Montserrat" , sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: justify;
    color: rgba(255, 255, 255, 0.5);
}
.user-info div{
    margin: 0 0 15px 0;
}
.all-news{
    padding: 15px 0;
    background-color: #1a1a1a;
}
.all-news .news-box{
    margin: 0 0 30px 0;
}
.contacts{
    padding: 15px 0 40px 0;
    background-color: #1a1a1a;
}
.contacts .left-side-bar{
    background: #2d2d2d;
}
.contacts .all-contacts{
    padding: 30px 23px;
}
.contacts .all-contacts .simple-text{
    font-family: "Montserrat" , sans-serif;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
}
.contacts .all-contacts .strong-link{
    font-family: "Montserrat" , sans-serif;
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
}
.all-contacts > div{
    margin: 0 0 20px 0;
}
.all-contacts span.fa{
    color: #fff;
    font-size: 30px;
    position: relative;
    top: 7px;
    left: -10px;
}



@media(max-width: 1200px){
    .top-menu ul{
        max-width: 100%;
        text-align: center;
    }
    .whell-filter .nav-tabs li{
       display: table-cell;
        width: 33.33333%;
        margin: 0;
    }
    .whell-filter .nav-tabs li a{
        font-size: 14.5px;
    }
    .whell-filter .tab-content{
        width: 100%;
    }
    .toggle-menu{
        display: block !important;
    }
    .small-slogan:before{
        display: none;
    }
    .small-slogan:after{
        display: none;
    }
    .name-product{
        font-size: 14px !important;
    }
    .recent-news .more-details{
        font-size: 12px;
    }
    .contact-box img{
        max-width: 20%;
        margin-right: 0px;
    }
    .product .promo{
        margin-top: 60%;
    }
    .left-side-bar .name-box{
        font-size: 12px;
    }
    .price-different .text.strong{
        font-size: 16px;
    }
    .name-product{
        font-size: 12px !important;
    }
    .product .promo .strong-text{
        font-size: 20px;
    }
    .price-different{
        height: 40px;
        padding: 7px 0;
    }
    .evaluate-product-info{
        font-size: 11px;
    }
    .pay-box .text .strong{
        font-size: 12px;
    }
    .pay-box .text{
        font-size: 12px;
    }
    .left-side-bar .text{
        font-size: 10px;
    }
    .close-product{
        left: -10px;
    }
    .finally-price-info .input-group-btn{
        width: 55px;
    }
    .input-group .form-control{
        font-size: 12px;
    }
    .input-group .form-control:-moz-placeholder{
        font-size: 12px;
    }
    .input-group .form-control::-moz-placeholder{
        font-size: 12px;
    }
    .input-group .form-control::-webkit-input-placeholder{
        font-size: 12px;
    }

    .input-group .form-control:-ms-input-placeholder{
        font-size: 12px;
    }
    .input-group{
        width: 100%;
    }
    .finally-price-info button[type="submit"]{
        font-size: 11px;
        margin-top: 0;
        height: 40px;
        padding: 13px 0;
    }
    .security-small-text{
        font-size: 8px;
        position: relative;
        top: -11px;
    }
    .contacts .all-contacts .strong-link{
        font-size: 10px;
    }
    .contacts .all-contacts .simple-text{
        font-size: 10px;
    }
    .contacts .all-contacts{
        text-align: center;
    }
    .all-contacts .row div{
        width: 100%;
    }
    .all-contacts span.fa{
        left: 0;
        margin-bottom: 10px;
    }
    .all-contacts{
        padding-left: 30px !important;
        padding-right: 0 !important;
    }
    .more-info .img.absolute-position{
        position: absolute;
        top: 85px !important;
        left: 0;
    }

}
@media(max-width: 992px){
    .bottom-header-elem ul li{
        margin: 0 12px 0 0;
    }
    .shop-cart{
        margin-right: 0;
    }
    .search-whell{
        background-position: 50% 0px;
        background-size: cover !important;
    }
    .search-whell{
        padding: 0px 0 30px 0;
    }
    .whell-filter{
        padding-top: 15px !important;
    }
    .search-whell .more-info{
        max-width: 100%;
        width: 100%;
        font-size: 25px;
        display: none;
    }
    .whell-filter{
        max-width: 100%;
        padding-top: 30px;
    }
    .search-whell{
        background-size: cover;
    }
    header{
        position: static;
    }
    .whell-filter .filter-name{
        margin-bottom: 20px;
    }
    .toggle-menu{
        display: block;
    }
    .top-menu ul li{
        display: block;
        margin: 4px 0;
    }
    .top-menu ul{
        padding: 50px 0 0 0;
        margin: 0;
        display: none;
    }
    .hidden-header .logo img{
        width: 40%;
        height: auto;
    }
    .different-position-logo{
        position: absolute;
        left: 5%;
        top: 5px;
        max-width: 140px;
    }
    .bottom-elem ul{
        text-align: center;
    }
    .title .offer{
        display: block;
        max-width: 50%;
        margin: 10px auto;
        padding: 3px 0;
    }
    .title .offer .big-text{
        font-size: 25px;
    }
    .offer-title{
        margin: 15px 0;
    }
    .title{
        font-size: 20px;
    }
    .etiquette-promo {
        text-align: center;
        margin-bottom: 20px;
    }
    .delivery-and-promo{
        padding: 20px 0;
    }
    .delivery-box{
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .about-us{
        padding: 30px 0;
        background-size: 100% 100%;
    }
    .about-us .description{
        margin-top: 15px;
        font-size: 12px;
    }
    .different-title{
        font-size: 20px;
    }
    .parteners{
        background-size: cover;
        background-position: 50% 50%;
    }
    .delivery-second .big-text{
        font-size: 30px;
        line-height: 1.1;
    }
    .delivery-second .red{
        font-size: 25px;
        line-height: 1.1;
    }
    .delivery-second .small-text{
        font-size: 30px;
        line-height: 1.1;
    }
    .delivery-second{
        display: block;
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    .delivery-section{
        padding: 20px 0;
        background-size: cover;
        background-position: 0% 50%;
    }
    .delivery-second .big-text.before:before{
        top: 46%;
        left: -40px;
    }
    .different-title .strong{
        font-size: 22px;
    }
    .content-promo .title{
        font-size: 20px;
    }
    .our-team .title{
        font-size: 27px;
    }
    .price-different{
        position: static;
    }
    .product .promo{
        margin-top: 25px;
    }
    .price-different{
        height: auto;
        text-align: center;
    }
    .left-side-bar .name-box{
        padding: 10px 23px;
    }
    .parameters:after{
        top: 8px;
    }
    .left-side-bar{
        margin-bottom: 20px;
    }
    .general-info-product .img-box img{
        margin: 0 auto;
        display: block;
    }
    .general-info-product .info-product{
        padding: 15px 0;
    }
    .info-product .big-text{
        font-size: 20px;
    }
    .info-product ul{
        font-size: 12px;
    }
    .dimension-panel, .specification-panel, .comment-panel{
        font-size: 16px;
    }
    .scroll-table table,
    .scroll-table table thead,
    .scroll-table table tbody{
        min-width: 900px;
    }
    .scroll-table{
        height: 350px;
        overflow: hidden;
    }
    .specification-group table{
        width: 100% !important;
        min-width: 0px;
    }
    .scroll-table{
        position: relative;
    }
    .dimension{
        overflow-x: hidden;
    }
    .left-side-bar .nav-tabs>li{
        display: inline-block;
        width: 48%;
        float: left;
        margin: 0 5px;
    }
    .toggle-evaluation-box{
        display: block !important;
    }
    .progress-bar-group{
        display: none;
    }
    .toggle-evaluation-box:focus{
        color: #fff;
    }
    .toggle-evaluation-box:active{
        color: #fff;
    }
    .toggle-evaluation-box:hover{
        color: #fff;
    }
    #write-comment form{
        max-width: 90%;
    }
    .name-section .container{
        padding: 40px 0;
    }
    .name-section{
        background-size: cover;
        background-position: 50% 50%;
    }
    .name-section .text{
        font-size: 25px;
        position: static;
    }
    .facebook-plugin{
        display: none;
    }
    .pay-box{
        display: none;
    }
    .info-post img{
        display: block;
        margin: 0 auto;
    }
    .link-group .consult-producing{
        margin-bottom: 15px;
    }
    .contact-box img{
        margin: 0 auto;
        display: block;
    }
    .link-group a{
        font-size: 12px;
        padding: 20px 0;
    }
    .brand-text .large-description{
        padding-top: 15px;
    }
    .history-brand{
        padding: 0;
    }
    .delivery-form label, .pay-products label{
        font-size: 10px;
    }
    .mb40{
        margin-bottom: 0 !important;
    }
    .calculate-offset img{
        display: block;
        margin: 0 auto;
    }
    .calculator label{
        font-size: 12px;
    }
    .calculator button[type="submit"]{
        margin: 0 auto 15px auto;
        display: block !important;
    }
    .dimension-calculator button[type="submit"]{
        display: block !important;
        margin: 15px auto 0 auto;
    }
    .security-small-text{
        top: 7px;
    }
    .img-card img{
        width: 100%;
        margin-left: 0;
        top: 5px;
    }
    .contacts .all-contacts{
        padding: 1px 23px;
    }
    .all-contacts{
        padding-left: 30px !important;
        padding-right: 0 !important;
    }
    .all-contacts > .row > div{
        width: 33.3333%;
    }
    .mt-mobile{
        margin-top: 10px;
    }
    .whell-filter .filter-name:after{
        width: 50px;
    }
    .whell-filter .filter-name:before{
        width: 50px;
    }
    .promo-code input{
        background: #fff;
        color: #000;
    }
    .promo-code input:-moz-placeholder{
        color: #000;
    }
    .promo-code input::-moz-placeholder{
        color: #000;
    }
    .promo-code input::-webkit-input-placeholder{
        color: #000;
    }
    .promo-code input:-ms-input-placeholder{
        color: #000;
    }
    .contact-box, .contact-box a{
        text-align: center;
    }
    .pay-all-products .row .remove-padding-right{
        padding-right: 15px !important;
    }
    .pay-all-products .row .remove-padding-left{
        padding-left: 15px !important;
    }
}
@media(max-width: 768px){
    .whell-filter button[type="submit"], .left-side-bar button[type='submit'], #write-comment button[type="submit"], .dimension-calculator button[type="submit"], .calculator button[type="submit"], .finally-price-info button[type="submit"], .contacts button[type="submit"]{
        height: 35px;
        padding: 8px 0;
        font-size: 14px;
    }
    .sale{
        padding: 20px 0;
    }
    .about-us{
        background-size: cover;
        background-position: 60% 50%;
    }
    .facility-box img{
        display: block;
        margin: 0 auto;
    }
    .facility-box .small-title{
        margin-top: 15px;
        text-align: center;
    }
    .facility-box{
        margin: 0 0 15px 0;
    }
    .facility{
        padding: 20px 0;
    }
    .recent-news .text-right{
        text-align: center;
    }
    .recent-news .more-details{
        margin-top: 15px;
    }
    .news-box .img-box img{
        display: block;
        width: 100%;
    }
    .recent-news{
        padding: 20px 0;
    }
    .content-promo{
        height: 250px;
    }
    .promo{
        background-size: cover;
        background-position: 50% 50%;
    }
    .our-team .title{
        font-size: 20px;
    }
    .our-team{
        padding: 20px 0 180px 0;
    }
    footer .contact-box{
        text-align: center;
        padding: 10px 0 30px 0;
    }
    .contact-info{
        margin: 20px 0 20px 0;
    }
    .contact-box img{
        max-width: 20%;
        display: block;
        margin: 0 auto;
    }
    .contact-box{
        margin-top: 15px;
    }
    .contact-box .red{
        font-size: 12px;
    }
    .contact-box,
    .contact-box a{
        font-size: 11px;
    }
    .recent-news .more-details{
        font-size: 12px;
        padding: 12px 0;
        text-align: center;
    }
    .etiquette-promo .strong{
        font-size: 20px;
    }
    .offer-title{
        background-size: 100% 100%;
        font-size: 18px;
    }
    .whell-filter .tab-content{
        padding: 20px;
    }
    .parteners{
        padding: 20px 0;
    }
    .parteners .title{
        font-size: 20px;
    }
    .products-group .product{
        max-width: 370px;
        margin: 0px auto 30px auto;
    }
    .products-group .img-box img{
        display: block;
        width: 100%;
    }
    .price-different{
        max-width: 100%;
    }
    .product .promo{
        display: block;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    .product .promo .strong-text{
        text-align: center;
    }
    .product .info-product{
        text-align: center;
        padding: 15px 0 0 0;
    }
    .product .info-product img{
        display: block;
        margin: 0 auto;
    }
    .comment-panel .text-right{
        text-align: center;
    }
    .comment-panel .write-comment{
        display: block;
        width: 70%;
        max-width: 100%;
        margin: 10px auto;
    }
    .question .open-question{
        font-size: 14px;
    }
    .question .open-question:before{
        font-size: 14px;
    }
    .question .open-question.active:before{
        font-size: 14px;
    }
    .question .answer{
        font-size: 12px;
    }
    .sort{
        margin: 15px 0;
    }
    header{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    body{
        padding-top: 41px;
    }
}
@media (max-width: 600px){
    .left-side-bar .nav-tabs>li{
        display: inline-block;
        width: 100%;
        float: none;
        margin: 0;
    }
    .mobile-elem ul li{
        margin: 0 20px !important;
    }
}
@media(max-width: 520px){
    .sale-slider .product-box{
        max-width: 278px;
        margin: 0 auto;
    }
    .title .offer .big-text{
        font-size: 18px;
    }
    .title .offer .big-text sub{
        font-size: 12px !important;
    }
    .chose-size{
        font-size: 10px;
    }
    .whell-filter .nav-tabs li a{
        font-size: 11px;
    }
    .whell-filter label{
        font-size: 8px;
    }
    .whell-filter .nav-tabs li a{
        font-size: 9px;
    }
}
@media(max-width: 480px){
    .all-contacts > .row > div{
        width: 100%;
    }
}
.toggle-menu{
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 5%;
    right: 3%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: none;
}
.top-menu{
    position: relative;
}

.mobile-elem{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: rgba(0 , 0 , 0, 1);
    padding: 7px 0;
    width: 100%;
}
.mobile-elem svg{
    display: inline-block;
    width: 40px;
    height: auto;
}
.mobile-elem ul{
    text-align: center;
    display: block;
    max-width: 80%;
    margin: 0 auto;
}
.mobile-elem ul li a svg path{
    fill: #fff;
}
.mobile-elem ul li{
    display: inline-block;
    width: 40px;
    margin: 0 40px;
}
.bottom-header{
    padding: 8px 0;
}
.toggle-filter{
    background: rgba(0, 0, 0, 1);
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 50px;
    padding: 0 15px 50px 15px;
}
.toggle-filter  .filter-name:before{
    width: 50px;
}
.toggle-filter .filter-name:after{
    width: 50px;
}
.toggle-filter .nav-tabs li a{
    background: #fff;
    color: #000;
}
.toggle-filter .nav-tabs>li.active>a,
.toggle-filter .nav-tabs>li.active>a:focus,
.toggle-menu .nav-tabs>li.active>a:hover{
    border: none;
    margin: 0;
    background: #c30000;
    color: #fff;
}
.toggle-filter label{
    font-size: 7px;
}

.hidden-scroll{
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

.evaluation-product{
    position: relative;
}
.toggle-evaluation-box{
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
}

.mobile-elem ul li{
    position: relative;
    width: 40px;
}
.language-dropdown{
    width: 90px;
    background: #fff;
    position: absolute;
    top: calc(100% + 10px);
    left: -33px;
    border-radius: 10px;
    display: none;
}
.language-dropdown:before{
    content: "";
    font-family: "fontello" , sans-serif;
    position: absolute;
    top: -24px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 30px;
    color: #fff;
}
.language-dropdown ul{
    margin: 0;
    padding: 0;
    display: block !important;
    text-align: center;
    max-width: 100%;
}
.language-dropdown ul li{
    display: block !important;
    width: 100%;
    text-align: center;
    margin: 5px 0 5px 0;
}
.mobile-elem ul ul li{
    margin: 0 !important;
}
.language-dropdown ul li a{
    font-size: 12px;
    color: #000;
    text-align: center;
    position: relative;
}
.scroll-table{
    position: relative;
}
.swipe-me{
    color: #fff;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
    z-index: 1;
    display: none;
    width: 100%;
}
.swipe-me .text{
    position: absolute;
    top: 35%;
    left: 45%;
}

.close-icon{
    display: none;
}
.close-icon svg{
    width: 35px;
}
.close-icon svg path{
    color: #c30000 !important;
    fill: #c30000 !important;
}
.more-info{
    position: relative;
    padding-left: 0px;
}
.more-info .img.absolute-position{
    position: absolute;
    top: 60px;
    left: 0;
}
.more-info .content-more-info{
    position: relative;
    z-index: 1;
}


.scroll-top{
    position: fixed;
    display: none;
    bottom: 30px;
    right: 30px;
    background: #c30000;
    text-align: center;
    width: 50px;
    font-size: 20px;
    padding-top: 10px;
    height: 50px;
    border-radius: 50px;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff;
}
.scroll-top:hover{
    color: #fff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #c31600;
    border-color: #c31600;
}

.info-product .brand img {
    width: 150px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    cursor: not-allowed;
    background-color: #777;
    border-color: #777;
}

.list-view .empty {
    color: #fff;
    font-size: 20px;
}

.brand-logo {
    max-height: 100px;
    max-width: 300px;
}

.product-variants {
    color: #fff;
}


.tire-variant {
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.tire-variant > div {
    display: table-cell;
    vertical-align: middle;
}

.btn.select-dimension {
    border: none;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
}

.qty-input {
    margin-top: 15px;
    height: 55px;
    border-radius: 0;
    background-color: #3d3d3d;
    border: none;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

#comment-rating {
    display: none !important;
}

.list-view .summary {
    color: #fff;
}

.finally-price-info a.checkout-sumbit {
    background-color: #c30000;
    box-shadow: 0 4px 0 0 #6b0000;
    border-radius: 0 !important;
    height: auto;
    text-align: center;
    padding: 18px;
    margin-top: 15px;
    width: 100%;
    border: none;
}

.pay-products .help-block {
    font-weight: 300;
    font-size: 14px;
    color: #cd2300;
    text-align: left;
}

.single-dimension {
    padding-top: 5px;
    font-size: 17px;
    color: #ccc;
}
.single-dimension b {
    color: #fff;
}

.single-index {
    font-size: 15px;
}

.name-product a {
    color: inherit;
}

.select2-container--krajee .select2-selection--single {
    line-height: 36px !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
    border-left: none !important;
}

.btn-red {
    background-color: #c30000;
    box-shadow: 0 4px 0 0 #6b0000;
    max-width: 380px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff;
}

.btn-red:hover {
    background: #feb300;
}

.size-name {
    font-size: 26px;
    font-weight: bold;
    line-height: 54px;
    text-align: left;
}

#auto-search-modal .modal-content {
    padding: 20px;
}

.modal-size img {
    margin-top: 6px;
}

.alert.modal-size {
    background: #ccc;
    margin-bottom: 8px;
}

.alert.modal-size a.btn-red {
    margin-top: 9px;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 310px;
}

.language-picker {
    position: relative;
    display: inline-block;
    color: black;
    zoom: 1.2;
}

.parteners-block .item {
    width: 178px;
    margin: 0 24px 50px 0;
    background: #000000;
    line-height: 100px;
    text-align: center;
    padding: 0 10px;
}

.parteners-block .item img {
    line-height: 100px;
    display: inline-block;
    max-height: 50px;
    max-width: 100%;
}

.top-video {
    position: relative;
    min-height: 800px;
}

.top-video video {
    height: auto;
    position: absolute;
    top: 0px;
    left: 0;
    width: auto;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    display: block;
}

.absolute-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.recent-product-item {
    background-color: #2d2d2d;
    padding: 15px;
    font-family: "Montserrat" , sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
}
.recent-product-item .select-dimension{
    margin-top: 5px !important;
}