@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================

// Skin details */
html{
    width: 100%;
    overflow-x: hidden;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(/htdocs/images/default/sprite-skin-flat.png) repeat-x;
}
.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 4px; top: 25px;
}
    .irs-line-left {
        height: 12px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 4px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 4px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 4px; top: 25px;
    background-position: 0 -60px;
	border-radius: 10px;
}
    .irs-bar-edge {
        top: 25px;
        height: 12px; width: 9px;
        background-position: 0 -90px;
    }
.irs-shadow {
    height: 3px; top: 34px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}
.irs-slider {
    background: #d12027 none repeat scroll 0 0;
    border-radius: 15px;
    height: 14px;
    top: 20px;
    width: 14px;
}
.irs-slider.from{
}
.irs-slider.to{
}
.irs-min, .irs-max {
    color: #8f8f8f;
    display:  none;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.flex-download-btn .irs-from, .flex-download-btn .irs-to, .flex-download-btn .irs-single {
    color: #242424;
    font-size: 12px; line-height: 1.333;
    font-weight: bold;;
    text-shadow: none;
    padding: 1px 5px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 !important;
}
.flex-download-btn .irs-from {
    margin-left: 4px !important;
}
.flex-download-btn .irs-to {
    margin-right: 4px !important;
}
.irs-grid-pol {
    background: #e1e4e9;
}
.irs-grid-text {
    color: #999;
}
.contaoler {
    width: 50%;
}
.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }
    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }
    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }
    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.type_last {
            z-index: 2;
        }
    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }
    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
		font-size: 12px;
		font-weight:bold;
        white-space: nowrap;
    }
.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }
.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}


::selection {
    background: #d12027;
    color: #fff;
}
::-moz-selection {
 background: #d12027;
 color:#fff;
}
/* =================================== */
/*    Basic Style
/* =================================== */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
    counter-reset: section;
}
*, a, a.active, a:focus, a:hover {
    outline: 0;
}
ol, ul, figure {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    margin-bottom: 1rem;
    line-height: 22px;
}
a {
    color: #d12027;
    text-decoration: none;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    outline: 0;
}
a:hover, a:focus {
    text-decoration: none;
    color: #d12027;
	outline:0;
}
*:focus {
    outline: 0 none;
}
i, .btn {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}
button:focus{
    outline: 0;
}
.padd-offset{
	padding-top:50px;
	padding-bottom:50px;
}
/* Headlines */
h1{
	font-size:25px;
	color:#000000;
	font-weight:bold;
	line-height:30px;
	margin-bottom:15px;
}
h2, .h2{
	font-size:20px;
	color:#1a1a1a;
	line-height:36px;
}
h3{
	font-size:16px;
}
h4{
	margin:10px 0 15px;
	font-size:20px;
}
h4.h4{
    color: #d12027;
    text-align: center;
    border-bottom: solid 1px;
    font-size: 22px;
    padding-bottom: 10px;
}
h6{}
/* Nav Top */
.top-nav{
	display:block;
}
.top-nav.nav-inline .nav-item + .nav-item, .top-nav.nav-inline .nav-link + .nav-link{
	margin:0;
}
.top-nav li a{
	font-weight:300;
	padding:0 18px;
	position:relative;
	color:#fff;
	line-height:36px;
}
.top-nav li a:after{
	background-color: #fff;
    bottom: 0;
    content: "";
    height: 15px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.top-nav li:last-child a:after{
	display:none;
}
/* Header */
header, .sticky-header{
	background-color:#FFF;
	color:#fff;
    font-family: 'Source Sans Pro', sans-serif;
    border-bottom: 2px solid #454547;
}
.logo {
    margin: 10px 0 !important;
    font-size:2.3em;
    font-weight: 200 !important;
    color:#fff !important;
    transition:all 0.5s ease;
}
.logo .watermelon{
    color: #d12027;
    font-weight: 900 !important;
}
.logo:hover{
    color: #d12027 !important;
}
header .nav{
    margin: 10px 0;
    line-height: 40px;
}
header .input-group-addon{
    -webkit-border-radius: 50vh;
    -moz-border-radius: 50vh;
    border-radius: 50vh;
}
.main-wrapper{
    padding-top: 20px;
    position: relative;
}
.main-wrapper .breadcrumb{
    padding: 0;
}
.nav-bar{
    margin-bottom: 30px;
}
.side-bar h5{
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    font-size: 1.1em;
}
.img-wrapper h5{
    position: absolute;
    font-size: 1.1em;
    left: 20px;
    top: 8px;
    color: #999;
}
.top-category-pannel img{
    display: block;
    width: 100%;
    height: auto;
}
#banner-order-img{
    width: 250px;
    height: auto;
    margin: 0 auto;
}
.top-category-pannel .img-wrapper{
    background: #FFF;
    height: 260px;
    margin-bottom: 5px;
    overflow: hidden;
}
.plr3{
    padding: 0 5px !important;
}
.plr10{
    padding: 0 10px !important;
}
header #autocompleter{
    padding-left: 10px;
}
.search{
	width:100%;
	display:inline-block;
	margin-left:15px;
	padding-top:5px;
    margin: 10px 0;
}
.main-container{
    background: #f1f1f1;
}
.search input{
    -webkit-border-radius: 50vh;
    -moz-border-radius: 50vh;
    border-radius: 50vh;
    border-bottom-right-radius: 50vh !important;
    border-top-right-radius: 50vh !important;
    border: 1px solid #454547 !important;
}
header{
    position: relative;
}
header .input-group-addon{
     position: absolute;
     right: 0;
     width: 38px;
     height: 38px;
 }
.input-group-addon .fa{
    line-height:20px;
}
.sticky-header .input-group-addon {
    padding: 0.4rem 0.55rem;
}
.scroll-to-fixed-fixed .input-group-addon{
    position: absolute;
    right: 0;
    width: 33px;
    height: 33px;
}
.login-icon{
    background: url(/htdocs/images/default/icon-login.png) no-repeat;
    width: 30px;
    height: 21px;
    margin:9px auto 0 auto;
}
.login{
    padding: 15px 0;
}
.login-icon-link:hover .icon-login{
    background: url(/htdocs/images/default/icon-login-active.png) no-repeat;
    width: 30px;
    height: 21px;
}
.side-bar{
    padding-right: 10px;
}
.login img{
    width: 20px;
    height: 20px;
    margin-top: 22px;
}
#log_out, #logout{
    display: block;
    color: #fff;
    padding: 5px;
    margin-top: 10px;
    background: #d12027;
}
header{
    position: relative;
}
.login-wrapper{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 210px;
    background: rgba(69,69,71,0.95);
    color: #fff;
    top: 82px;
    z-index: 9999;
    padding: 10px;
    text-align: center;
    display: none;
    opacity: 0;
    transform: translate(0, -100px);
    transition: all 1s ease;
}
#login-form input::placeholder {
    color: #fff !important;
    opacity: 1;
}
#login-form input::-webkit-input-placeholder{
    color: #fff !important;
    opacity: 1;
}
#login-form input:-ms-input-placeholder{
    color: #fff !important;
    opacity: 1;
}
#login-form input::-moz-placeholder{
    color: #fff !important;
    opacity: 1;
}
#login-form input:-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}
.login-bg.logged{
    padding: 11px 0 0 0;
}
.login-bg.logged .login {
    padding: 15px 0;
}
.login span{
    display: block;
    width: 100%;
    color:rgba(69,69,71,0.95);
    text-align: center;
}
.login-bg.active .login span{
    display: none;
}
#newpass{
    font-size: 0.9em;
}
#register-login{
    text-transform: uppercase;
    font-weight: bold;
}

.login-wrapper.logged{
    height: 100px;
}
.filters{
    padding: 0 10px 0 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 30px #FFF inset;
    transition: background-color 5000s ease-in-out 0s;
}

#login-form input:-webkit-autofill,
#login-form input:-webkit-autofill:hover,
#login-form input:-webkit-autofill:focus
#login-form input:-webkit-autofill,
#login-form textarea:-webkit-autofill,
#login-form textarea:-webkit-autofill:hover
#login-form textarea:-webkit-autofill:focus,
#login-form select:-webkit-autofill,
#login-form select:-webkit-autofill:hover,
#login-form select:-webkit-autofill:focus {
    -webkit-text-fill-color: #FFF;
    -webkit-box-shadow: 0 0 0 30px #454547 inset;
    transition: background-color 5000s ease-in-out 0s;
}
/*.login:hover .login-wrapper{*/
    /*display: block;*/
    /*transform: translate(0, 0);*/
    /*opacity: 1;*/
/*}*/
.visible{
    display: block;
    transform: translate(0, 0);
    opacity: 1;
}
.login-wrapper input[type='text'], .login-wrapper input[type='password']{
    background: transparent;
    border: 0;
    border-bottom: 2px solid #AAA;
    color: #FFF !important;
    margin-bottom: 5px;
}
.login-wrapper p{
    margin-bottom: 0;
}
.login-wrapper p a{
    color: #EEE;
}
.login-wrapper p:nth-of-type(1) a{
    text-transform: uppercase;
    font-weight: bold;
}
#loginsubmit{
    background: #d12027;
    color: #EEE;
    width: 140px;
    display: inline-block;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #AAA;
    margin: 15px auto;
    text-transform: uppercase;
    line-height: 10px;
}
.basket{
	text-align:center;
	position:relative;
    margin: 17px 0 3px 0;
}
.cart-wrapper{
    background: #FFF;
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.basket img{
    width: 20px;
    height: 20px;
    margin-top: 7px;
    margin-left: 6px;
}
.basket span#cart_total, .basket span#cart_total_second{
	position:absolute;
	top:-5px;
    left: 21px;
	width:20px;
    height: 20px;
	font-size:11px;
	line-height:18px;
	text-align:center;
	color:#fff;
    background: #d12027 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.call-opt .contacts{
	font-weight:11px;
	line-height:14px;
	display:inline-block;
	padding:0 23px;
	text-transform:uppercase;
	position:relative;
}
.call-opt .contacts:before{
	position:absolute;
	left:-5px;
	top:0;
	bottom:0;
	margin:auto;
	content:'';
	background:url(/htdocs/images/default/icons/cont-opt.png) no-repeat left 0;
	width:29px;
	height:20px;
}
header .call-opt{
	margin-left: 23px;
}
div.call-opt .contacts.telenor:before{
	background-position: left -17px;
}
div.call-opt .contacts.mtel:before{
	background-position: left -36px;
	height:16px;
}
div.call-opt .contacts.skype:before{
	background-position: left -50px;
}
div.call-opt .contacts.email:before{
	background-position: left -71px;
}
header .call-opt .contacts a{
	display:block;
	font-size:13px;
	color:#fff;
	font-weight:bold;
}
/* Breadcrump */
.breadcrumb{
	background:none;
	padding:22px 0 0;
	margin-bottom:20px;
	position:relative;
}
.breadcrumb-item{
	font-size:13px;
}
.breadcrumb-item span{
    color:#818a91;
}
.breadcrumb-item a{
    color: #000 !important;
}
.breadcrumb-item + .breadcrumb-item::before{
    padding-right: 0.1rem;
    padding-left: 0.1rem;
    content:'';
}
#product-page-wrapper{
    background: #f1f1f1;
}
/* Category nav */
.categories{
	background-color:#f6f6f6;
	border:1px solid #d7d7d7;
	padding:15px 0 14px;
	margin-bottom:30px;
}
.categories li{
	padding:0 15px;
}
#mega-menu ul.sub li{
	padding:0;
}
.categories li a{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:15px;
	line-height:17px;
	padding:11px 0;
	border-bottom:1px solid transparent;
}
.menu{
    display: none;
}
.menu.index li a{
	line-height:17px;
	padding:11px 0;
}
.menu.index{
	margin-top:10px;
}
.menu.index .categories{
	height:1186px;
}
.categories li.active, .categories li:hover{
	background:#FFF;
}
.categories li a:hover{
	color:#000;
}
.categories li.menu-dropdown-icon a:after{
	position:absolute;
  	font-family: 'FontAwesome';
	right:-2px;
	top:11px;
	content:"\f105";
}
ul.categories.selected li.menu-dropdown-icon a:after{
	content:"\f107";
}
.categories li a.menu-title:after,
.categories li ul li a:after{
	display:none;
}
/* Home slide + banners
.home-slide{
	border:1px solid #fff;
	margin:6px 0;
	text-align:center;
}
.home-slide .url{
	display:block;
	width:20%;
	float:left;
	padding:15px 0;
	position:relative;
	font-weight:bold;
}
.home-slide .url:hover,
.home-slide .url:focus{
	color:#d12027;
}
.home-slide .url:after{
	position:absolute;
	height:15px;
	width:1px;
	background-color:#000;
	margin:auto;
	right:0;
	top:0;
	bottom:0;
	content:'';
}
.home-slide .slide-opt > a:last-child:after{
	display:none;
} */

.prod-title_small{
	font-size:14px;
	font-weight:400;
	color:#d12027;
	line-heihgt:21px;
	overflow:hidden;
}
div.item h3, div.product h3{
	padding: 4px 0 0 0;
}
.prices-old small{
	font-size:12px;
	font-weight:300;
	color:#7b7b7b;
	position:relative;
}
.prices-old  small:after{
	position:absolute;
	top:8px;
	height:1px;
	width:100%;
	background-color:#7b7b7b;
	content:'';
	left:0;
}
.btn.added{
	background-color:#000;
	color:#fff;
	text-align:center;
	margin: 5px auto 0;
    width: 100%;
	line-height:44px;
	padding:0;
}
.prices-slide small.empty:after{
	display:none;
}
.prices-slide span{
	font-size:21px;
	display: block;
	float: right;
	font-weight:500;
	color:#030303;
}
.owl-item .btn-buy{
	display:block;
	margin:5px auto 0;
	width:100%;
}
.owl-item .product{margin-bottom:0;}
.owl-carousel .owl-item .raiting img{
	width:auto;
	max-width:100%;
	display:inline-block;
	padding-right:3px;
}
.owl-carousel .owl-item .raiting span{
	font-size:12px;
	font-weight:300;
	color:#030303;
	padding-left: 5px;
}
/* Headlines */

/* Forms */
.form-control{
	border-radius:0;
	border-color:#000;
}
.search .form-control{
	border:0;
}
.search .form-control + .input-group-addon:not(:first-child){
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background-color:#d12027;
	color:#fff;
}
.search .form-control + .input-group-addon:not(:first-child):hover{
	background-color:#703131;
}
.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
          box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
}
.custom-select{
	font-size:13px;
}
/* Buttons */
.btn-submit{
	background-color:#d12027;
	color:#fff;
    text-transform: uppercase;
    height: 38px;
    border-radius: 50vh;
    margin-bottom: 8px;
}
.btn-submit:hover,
.btn-submit:focus{
	background-color:#B83902;
	color:#fff;
}
/* Product page */
.price{
    margin-bottom: 10px;
}
.slide-opt .images-prod{
	border:1px solid #eaeaea;
	display: block;
    margin-bottom: 13px;
}
.raiting img {
    display: inline-block;
    margin-right: 3px;
}
.productbox h1{
    margin-bottom: 10px;
}
.price .large-price{
	font-size:29px;
	color:#000;
	font-weight:700;
	line-height:36px;
	display:inline-block;
	margin-right:10px;
}
.price .promotion{
	font-size:20px;
	color:#aaa;
	display:inline-block;
	margin-right:4px;
	position: relative;
    top: -2px;
}
.price .old-price{
	color:#454547;
	font-size:20px;
	font-weight:300;
	text-decoration:line-through;
	line-height:36px;
	vertical-align:top;
	display:inline-block;
    margin-right: 15px;
}
.dds, .guarantee{
	display:block;
	font-size:12px;
	color:#555;
}
.quantity{
	width:100%;
}
.quantity .input-group-addon{
	background:#9b9b9f;
	color:#fff !important;
	font-size:16px;
	font-weight:bold;
    width: 50px !important;
    transition: all 0.5s ease;
}
.quantity .input-group-addon:hover{
    background: #848387;
}
.quantity .quantityInput{
	background:#5e5e60;
    border:1px solid transparent;
	text-align:center;
    color: #FFF;
}
.quantity.form-inline .input-group {
    width: 150px;
    height: 30px !important;
}
.btn-buy{
	background-color:#d12027;
	margin:10px 0;
	color:#fff;
	position:relative;
	line-height:38px;
	padding:0;
	text-shadow:0 0 3px rgba(69,69,69,0.5);
	overflow:hidden;
	text-transform:uppercase;
	font-weight:700;
    font-size: 0.9em;
    border-radius: 50vh;
}

.btn-buy:hover,
.btn-buy:focus{
	color:#fff;
	box-shadow:-3px -3px 18px rgba(69, 69, 69, 0.3) inset;
	border-color:#c56338;
}
.btn-buy:hover:before,
.btn-buy:focus:before{
	width:55px;
}
.btn-buy:hover:after,
.btn-buy:focus:after{
	left:55px;
}
.pdf{
	color: #000;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    margin:0 5px 0 0;
	border-left: solid 1px #d7d7d7;
	padding:3px 10px;
	border-radius: 6px 6px 0 0;
	border-right: solid 1px #d7d7d7;
	border-top: solid 1px #d7d7d7;
}
.pdf.tax{
	margin:40px 5px 0 0;
}
.pdf strong{
    text-decoration: underline;
}
.pdf img{
	margin-bottom: 4px;
    vertical-align: bottom;
}
.tax-modal .modal-content{
    font-size: 14px;
    font-weight: normal;
    padding: 30px 30px 10px 30px;
}
.tax-modal .modal-content p{
	line-height:23px;
}
.fast-order{
    background: #FFF;
    padding: 15px;
    text-align: center;
}
.fast-order h5{
    font-size: 1.15em;
    color: #d12027;
}
.fast-order p a{
	font-size:13px;
	color:#000;
	text-decoration:underline;
}
.fast-order small.gray{
	color:#999;
}
#q_phone, #q_mail, #q_name {
	border-color: #d12027;
    border-radius: 50vh;
}
.fast-order .form-group{
	position:relative;
}
.fast-order h2 i{
	color:#d12027;
	font-size:20px;
}
.fast-order form{
	padding:10px;
}
.fast-order.center{
	text-align: center;
}
.fast-order .fa-question-circle{
	cursor:pointer;
}
.sml-link{
    color: #303030;
    text-decoration: underline;
    font-size: 12px;
    transition: all 0.5s ease;
}
.sml-link:hover{
    color: #000;
}
.tooltip-inner {
  max-width: 300px;
  background-color: #666;
}
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  border-top-color: #666;
}
.raiting{
    margin: 10px 0;
}

div.product small.number, .slider-products .slide small.number {
    display: block;
	font-size:10px;
	padding: 2px 0 5px;
	position:relative;
	text-align: center;
}
div.product small.number::before, .slider-products .slide small.number::before {
    content: "№ ";
    height: 15px;
	display:inline;
    width: 15px;
}
.description{
    display: none;
    padding: 20px;
	margin-bottom:30px;
}
.quantity, .btn-buy, .prod_suggestion{
    margin: 5px 0;
}
.description.active{display:block;}
#technical_spec table{background: #FFF;width:100%;border: solid 1px #CCC;}
#technical_spec table td{padding:10px;width:50%;border: solid 1px #CCC;}
#technical_spec caption{
	caption-side: top;
    padding: 10px 0;
    background: #f3f3f3;
    text-align: center; 
    border-left: solid 1px #ccc; border-right: solid 1px #ccc; border-top: solid 1px #ccc;
}
#prTabs{margin-top:20px;}
#technical_spec caption p{margin:0;}
#prTabs a{
    font-weight:bold;
    color:#000;
    border: 0;
}
#prTabs a.active{
    border-bottom: 2px solid #5e5e60;
}
.description .more-desc{
	border-bottom:1px solid #d7d7d7;
	position:relative;
	transition:ease-in-out height 0.3s;
	margin-bottom:15px;
}
.description .more-desc:after{
	bottom:0;
	left:0;
	position:absolute;
	content:'';
	width:100%;
	height:100px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.description.select .more-desc{
	height:100%;
	border:0;
	margin-bottom:0;
	transition:ease-in-out height 0.3s;
}
.read-more{
	display:block;
	color:#d12027;
	font-size:16px;
	cursor:pointer;
	position:relative;
}
.read-more:after{
	content:'\f078';
	font-family: 'FontAwesome';
	display:inline-block;
	padding-left:10px;
	color:#000;
	font-size:11px;
	position:relative;
	top:-2px;
}
.read-more.remove{
	display:none;
}
.description.select .more-desc:after{
	display:none;
}

.hideContent {
    overflow: hidden;
    height: 270px;
}
.showContent {
    line-height: 1em;
    height: auto;
}
.showContent{
    height: auto;
}
.description .more-desc.showContent::after{
	display:none;
}
.add-comments{
	padding:15px;
	margin-bottom:15px;
}
.add-comments input, .add-comments textarea, .add-comments input:focus, .add-comments textarea:focus, .add-comments input:active, .add-comments textarea:active{
    background: transparent !important;
}
.add-comments textarea:focus{
    border:1px solid #000;
}
.add-comments input, .add-comments input:focus{
    border:1px solid #d12027;
    border-radius: 50vh;
    color: #000;
}
#icomment{
    text-align: center;
    margin-bottom: 20px;
}
.nplr{
    padding-left:0 !important;
    padding-right:0 !important;
}
.npl{
    padding-left:0 !important;
}
.npr{
    padding-right:0 !important;
}
.comm{
	border-bottom:1px solid #d7d7d7;
	margin-bottom:15px;
	padding-bottom:10px;
}
.comm .comm-name{
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
}
.comm p{
	line-height:21px;
}
.comm-text a{
	color:#b83902;
}
.owl-nav > div{
	background-color:#fff;
	border:1px solid #ccc;
	position:absolute;
	height:30px;
	width:30px;
	text-align:center;
	line-height:30px;
	top:0;
	bottom:0;
	margin:auto;
	font-size:20px;
	font-weight:bold;
}
.owl-nav > div:hover i{
	opacity:0.5;
}
.owl-nav > div i{
	display:block;
	line-height:28px;
}
.owl-nav > div:first-child{
	left:-30px;
}
.owl-nav > div:last-child{
	right:-30px;
}
.slide .owl-dots{
	display:none !important; 
	position:relative;
	text-align:center;
	margin:10px 0 0;
}
.slide .owl-dot{
	background-color:#fff;
	border: 2px solid #fff;
	box-shadow:0 0 4px rgba(77,77,77,0.6);
	margin: 0 10px;
	border-radius: 11px;
	width: 16px;
	display: inline-block;
	height: 16px;
}
.slide .owl-dot.active{
	background-color:#000;
	height: 20px;
	width: 20px;
}
/* Sticky header */
.fixed.header{
	background-color: #fff;
    box-shadow: 0 0 3px rgba(69, 69, 69, 0.5);
    height: 0;
    overflow: hidden;
	transition:ease-in-out all 0s;
	padding:0;
}
.fixed.header.scroll-to-fixed-fixed{
	height:66px;
	transition:ease-in-out all 0.3s;
	padding:10px 0;
}
.fixed.header img{
	max-height:60px;
	height:auto;
}
.fixed.header h3{
	padding-top:10px;
}
.fixed.header .btn-buy{
	margin:0;
}
.fixed.header .large-price{
	font-size:20px;
}
.menu-dropdown-icon {
    position: relative;
}
.noproduct{
	display: inline-block;
	margin: 15px 0;
	padding: 5px 15px;
	background: #d7d7d7;
	border-radius: 8px;
	color: #222;
}
div.product .noproduct{
	margin:0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
  margin: 0 auto;
}
.menu-mobile {
    padding: 20px;
    position:relative;
    background-color: #FFF;
    display: inline-block;
    width: 100%;
}
.menu-mobile:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	bottom: 0;
	float: right;
	font-size: 1rem;
	height: 17px;
	margin: auto;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 0;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li > ul {
  display: none;
  width: 250px;
  height:auto;
  background: #F6F6F6;
  border:1px solid #d7d7d7;
  padding: 20px 0;
  position: absolute;
  z-index: 99;
  left: 100%;
  top:0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  background: none;
}
.menu > ul > li > ul > li a {
	color: #333;
	display: block;
	border-bottom: 1px solid #ccc;
	font-size:13px !important;
	line-height: 15px;
	padding: 10px 0;
}
.menu > ul > li > ul > li a:hover {
  border-bottom: 1px solid #d12027;
  color: #d12027;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
.mobile-menu,
.nav-mobile{
	display:none;
}
.sub li:last-child a{
	border:0;
}
.sub li a.active{
	border-color:#d12027;
	color:#d12027;
}
.categories li.active > a{
	font-weight:bold;
}
.menu-container .nav.categories.selected{
	background-color:#fff;
	padding:7px 0 0;
	margin:0;
	border-bottom:0;
}
.menu-container .nav.categories.selected .sub{
	display:block !important;
	opacity:1 !important;
	position:relative;
	left:0;
	width:100%;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
	.menu-container {
		width: 100%;
		padding:30px 0 0;
	}
	.menu-mobile {
		display: block;
		border:1px solid #d7d7d7;
		font-size:17px;
		padding:10px 15px;
		font-weight:bold;
	}
	.menu-dropdown-icon:before {
		display: block;
	}
	.menu > ul {
		display: none;
	}
	.menu > ul > li {
		width: 100%;
		float: none;
		display: block;
	}
	.menu > ul > li > ul {
		position: relative;
	}
	.menu > ul > li > ul.normal-sub {
		width: 100%;
	}
	.menu > ul > li > ul > li {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.menu > ul > li > ul > li:first-child {
		margin: 0;
	}
	.menu > ul > li > ul > li > ul {
		position: relative;
	}
	.menu > ul > li > ul > li > ul > li {
		float: none;
	}
	.menu .show-on-mobile {
		display: block;
	}
	.categories li.menu-dropdown-icon a::after {
		content: "\f078";
		font-size:10px;
	}
	.menu > ul > li > ul{
		border-left: 0;
		border-right: 0;
		left: 0;
		position: relative;
		width: 100% !important;
	}
	/* Categories */
	.categories{
		padding:0;
	}
	.menu-dropdown-icon::before {
		background-color: #999;
		color: #fff;
		content: "\f078";
		cursor: pointer;
		float: right;
		font-family: "FontAwesome";
		padding: 0 1em;
		position:relative;
		z-index:9;
		line-height:36px;
	}
}
/* Breadcrumb page */
/* Product listing box */
.product{
	margin-top:15px;
	margin-bottom:20px;
	position:relative;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    overflow: hidden;
}
.product:hover{
    border: 1px solid #d12027;
}
.product-info-wrapper{
    padding: 6px;
}
.product figure {
    height: 160px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.product figure img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin-top: 8px;
}
.product figure span.promo {
	box-shadow:0 0 3px rgba(69, 69, 69, 0.5);
	border:1px solid #fff;
    background-color: #d12027;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 53px;
    line-height: 52px;
    position: absolute;
    right: 15%;
    top: 5%;
    width: 53px;
}
.product figure span.wait {
    background-color: #980000;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 53px;
    line-height: 13px;
    padding-top: 6%;
    position: absolute;
    right: 70%;
    top: 5%;
    transform: rotate(-24deg);
    width: 53px;
}
.product figure span.new {
    background-color: #098147;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 800;
    height: 53px;
    line-height: 52px;
    position: absolute;
    right: 15%;
    top: 5%;
    width: 53px;
}
.product .info_short{
	visibility:hidden;
	opacity:0;
	transition:ease-in-out all 0.3s;
	overflow:hidden;
	position:absolute;
	padding:15px 10px;
	top:101%;
	left:0;
	width:100%;
	z-index:9;
    box-shadow: 0 3px 3px rgba(69, 69, 69, 0.5);
	background-color:#f5f3f3;
	text-align: left;
}
.product .info_short p{
	margin:0;
	line-height:24px;
	border-bottom:1px solid #ccc;
	font-size:13px;
}
.product .info_short p strong{
	float:right;
	font-weight: normal;
}
.product .info_short p:last-child{
	border:0;
}
.product:hover .info_short{
	visibility: visible;
	opacity:1;
	transform:scale(1.05);
}
/* New style product list */
.prod-top-flex {
	margin-bottom: 6px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
}
.product .prod-top-flex .addtocart-btn:after{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product:hover .prod-top-flex .addtocart-btn:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display:block;
    background:url(/htdocs/images/default/cart-hover.png) no-repeat;
    width: 71px;
    height: 71px;
    z-index: 900;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product:hover .prod-top-flex .compare-btn .compare-icon{
    background:url(/htdocs/images/default/icon-compare-white.png) no-repeat;
    width: 17px;
    height: 20px;
    display: inline-block;
    text-align: right;
    padding: 15px;
    margin-top: 8px;
    position: relative;
    z-index: 901;
}
header .search .input-group{
    margin-top: -5px;
}
.compare-icon{
    background:url(/htdocs/images/default/icon-compare-grey.png) no-repeat;
    width: 17px;
    height: 20px;
    display: inline-block;
    text-align: right;
    padding: 15px;
    margin-top: 8px;
    position: relative;
    z-index: 900;
}
.compare-btn{
    width: 68px;
    height: 68px;
    position: relative;
    z-index: 999;
    text-align: right;
}
.prod-top-flex img{
    padding: 7px;
    z-index: 989;
    position: relative;
}
.product:hover .prod-top-flex .compare-btn:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display:block;
    background:url(/htdocs/images/default/compare-hover.png) no-repeat;
    width: 71px;
    height: 71px;
    z-index: 900;
}
.prod-top-flex .waitinga, .prod-top-flex .prWaiting {
	border-radius: 3px;
}
.product-promo-percent {
	background-color: #d12027;
	line-height: 1.5;
	padding: 0 10px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
}
.item .compare-btn {
	transform:inherit;
}
.product-link{
    position: relative;
    z-index: 97;
}
.product.product-new-look::after {
	border: 1px solid #ebebeb;
	transform: scale(1.05);
	border-radius: 4px;
}
.product.product-new-look .raiting {
	text-align: left;
	float: none !important;
}
.product.product-new-look .raiting span{
	font-size:11px;
    color: #d12027;
}
.product.product-new-look .raiting .fa {
	color: #703131;
}
.product.product-new-look .raiting .active-yellow{
	color: #d12027;
}
.product.product-new-look .prices-slide {
	margin: 0;
    text-align: right;
    color: #303030;
}
.product.product-new-look .prices-slide > small {
	display: block;
	line-height: 1.1;
	margin-right: 5px;
	padding: 4px 10px;
}
.product.product-new-look .prices-slide small::after {
	top: 11px;
}
.product.product-new-look .prices-slide > span {
	display: block;
    text-align: right;
	float: none;
    color: #303030;
}
div.product.product-new-look  small.number {
	display: block;
	text-align: center;
	float:none;
    line-height: 20px;
	padding: 2px 0 5px;
    color: #030303;
}
.product-info-wrapper .old-price{
    color: #030303;
    line-height: 20px;
}
/* Product listing box */

/* Compare box */
#placeholder-compare {
	position: fixed;
	right: 20px;
	height: 284px;
	top:0;
	bottom: 0;
	margin: auto;
	box-shadow: 0 0 3px rgba(20,20,20,0.6);
	padding: 5px 5px 35px 5px;
	background: #FFF;
    z-index: 999;
}
	.product-comparison-item {
		padding:4px;
		border: 1px solid #ededed;
		position: relative;
		margin-bottom: 5px;
	}
		.remove-comparison {
			background-color: red;
			color: #fff;
			font-size: 12px;
			height: 15px;
			padding: 1px 0;
			position: absolute;
			right: -1px;
			text-align: center;
			top: -1px;
			width: 15px;
		}
	#compare-link {
		position:absolute;
		bottom: 5px;
		left: 5px;
		right: 5px;
		background-color: #d12027;
		font-size: 12px;
		font-weight:bold;
		text-align: center;
		border-radius: 10px;
		color: #fff;
		padding: 6px;
		text-transform: uppercase;
	}
	#placeholder-compare img{
		max-width:60px; height:46px;
	}
/* Filters */
.filters h2 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    margin: 1rem 0 0;
    padding: 0;
    text-transform: uppercase;
}
.price-form {
	display: flex;
	justify-content: space-between;
}
.price-form .form-group {
	width: 47%; margin-bottom: 0.4rem;
}
.price-form .form-control {
	width:100%;
	border-color: #aeaeae;
	border-radius: 25px;
	text-align: center;
	line-height: 0.25;
	font-size: inherit;
	padding: 0.3rem 0.3rem;
}
.irs {
    height: 45px;
}
.irs-line,
.irs-bar {
	height: 8px;
	top:28px;
	border-radius: 4px;
	overflow: hidden;
}
.irs-line-mid,
.irs-line-right {
	height: 8px;
}
.irs-slider {
    background: #d12027;
	width: 15px;
	height:15px;
    margin-top: 2px;
}
.filter-name > span{
	padding: 7px 22px 7px 0;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: block;
	color: #000000;
	position: relative;
}
.filter-name > span i {
	position: absolute;
	right: 10px;
	color: #d12027;
	top: 10px;
}
.filter-name > span.active i.fa-caret-up::before {
	content: "\f0d7";
}
.filter-name ul {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}
.filter-name ul li {
	padding: 0;
}
.filter-name ul li:last-child {
	border-bottom: 0;
}
.filters .custom-control {
	display: block;
	margin: 0;
	transition: ease-in-out all 0.3s;
	padding: 0.3rem 1.5rem 0.3rem 0.3rem;
	position: relative;
}
.filters .custom-control:hover,
.filters .custom-control.active {
	background-color: #ebebeb;
	color: #d12027;
}
.filters .custom-control .custom-control-indicator {
	top: 0.5rem;
	right: 0.3rem;
	left: auto;
	background: none;
	border: 1px solid #aeaeae;
	box-shadow: inset 3px 0 9px rgba(13,13,13,0.2);
}
.filters .custom-control:hover .custom-control-indicator {
	background-color: #f3f3f3;
	box-shadow: inset 0px 0 2px #d05f2e;
}
.filters .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23000\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E");
	background-position: center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-color: #f3f3f3;
	box-shadow: inset 0px 0 2px #d05f2e;
}
.filter-count {
	display: inline-block;
    line-height: 1.6;
    position: absolute;
    right: 30px;
}
.open-category {
	background-color: #d12027;
	border: 0;
    color: #f8f8f8;
    display: block;
	width: 100%;
	text-align: left;
	position: relative;
    padding: 10px 12px;
    text-decoration: none;
    text-transform: uppercase;
	margin-top: 1rem;
}
.open-category i {
	position: absolute;
	right: 12px;
	top: 14px;
}
.open-category.active i.fa-caret-down::before {
	content: "\f0d8";
}
.open-category + .menu {
	display: none;
}
.selected-filters {
    padding: 10px 0;
	margin-bottom: 1rem;
}
.filtres-box {
	background-color: #ebebeb;
	border-radius: 15px;
	color: #6c6c6c;
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 5px;
	padding: 7px 15px;
}
.filtres-box i {
	color: #000;
	padding-left: 10px;
}
.preload {
	position: relative;
}
.preload:after {
	position: absolute;
	top: 0;
	width: calc( 110%);
	height: 100%;
	background-color: rgba(241,241,241,0.8);
	z-index: 990;
	content: '';
    left: -20px;
}
.preload:before {
	position: absolute;
	top: 0;
	left:15px;
	width: calc( 100% - 30px);
	height: 100%;
	background: url(/htdocs/images/default/loading_filters.gif) no-repeat center center;
	background-size: 60px 60px;
	z-index: 81;
	content: '';
}
.filterNpr {
	text-align: center;
	padding: 2rem 0;
	color:#d12027;
}
/* Category tabs-new */
.listSubcategory li {
	background-color: #FFF;
    border-radius: 15px;
	border: 0;
    color: #6c6c6c;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.listSubcategory li{transition:all 0.3s ease-in 0s;}
.listSubcategory li:hover, .listSubcategory li:focus{background:#d12027;}
.listSubcategory a {
	color: #6c6c6c;
	line-height: 1.2;
	padding: 0;
	display:block;
	padding: 7px 15px;
}
.listSubcategory li a:hover{color:#FFF;}

.sort-by-box .form-inline .form-control {
	border: 0;
	color: #000;
	font-size: 15px;
	padding: 0 24px;
}
.listSubcategory > h3 {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 0;
}.col-md-12.listSubcategory > ul {
    display: inline;
}
	
	
/* Products slider */
.slider-products{
	border:1px solid #d7d7d7;
	padding:0px 15px 10px 15px;
	margin-bottom:30px;
}
.slider-products .item{
	padding:10px;
	position:relative;
}
.slider-products .item:after{
	box-shadow:none;
	border:solid 1px #fff;
	transform: scale(0.90);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:-1;
}
.slider-products .item:hover:after{
	box-shadow:none;
	border:solid 1px #d7d7d7;
	transform: scale(0.98);
}
.slider-products .slide figure{
	position:relative;
	height:145px;
	overflow:hidden;
	text-align:center
}
.slider-products .slide figure img{
	width:auto;
	max-width:100%;
	max-height:100%;
	margin:0 auto;
}
.slider-products .slide figure span.promo{
	font-size:18px;
	background-color:#d12027;
	height:53px;
	width:53px;
	border-radius:30px;
	display:block;
	position:absolute;
	top:0;
	right:15%;
	line-height:52px;
	font-weight:bold;
	color:#fff;
	z-index: 1;
}
.slider-products .slide p{
	margin:0;
}

/* Category page */
.cat-no-bg{
	background:none;
	border:0;
}
.menu > ul > li > ul{
	background-color:#fff;
}
.per-page{
	font-size:12px;
	color:#343434;
	line-height:14px;
	display:block;
}
.per-page a{
	display:inline-block;
	padding:0 2px;
}
.per-page a.active{
	color:#d12027;
}
/* Paggination */
.pagination{
	margin-top:0;
	margin-bottom:30px;
	text-align:right;
	border-radius:0;
}
.page-item{
	display:inline-block;
}
.page-link{
	background-color:#fff;
	border-color:#8f8f8f;
	color:#000;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
	border-radius:0;
}
.page-link:focus, .page-link:hover{
	background-color:#000;
	color:#fff;
}
/* Cart */
.cart-title span{
	display:inline-block;
	padding:0 30px;
	font-weight:bold;
	color:#d12027;
}
.cart-title-vid{
    margin-top:1rem;
}
/*.cart-line{*/
	/*width:90%;*/
	/*position:relative;*/
	/*height:2px;*/
	/*background-color:#d12027;*/
	/*margin:0 auto 20px;*/
/*}*/
/*.cart-line:before,*/
/*.cart-line:after{*/
	/*content:'';*/
	/*width:4px;*/
	/*height:4px;*/
	/*background-color:#d12027;*/
	/*border-radius:4px;*/
	/*position:absolute;*/
	/*top:-1px;*/
	/*right:0;*/
/*}*/
/*.cart-line:before{*/
	/*left:0;*/
/*}*/
/*.step-one.cart-line:after{*/
	/*background-color:#464646;*/
/*}*/
.step-one.cart-line{
	background: #d12027; /* Old browsers */
	background: -moz-linear-gradient(left, #d12027 0%, #d12027 0%, #d12027 50%, #cecece 50%, #cecece 100%);
	background: -webkit-linear-gradient(left, #d12027 0%,#d12027 0%,#d12027 50%,#cecece 50%,#cecece 100%);
	background: linear-gradient(to right, #d12027 0%,#d12027 0%,#d12027 50%,#cecece 50%,#cecece 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12027', endColorstr='#cecece',GradientType=1 );
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em .4em;
    width: 126px;
    background-color: #aaa !important;
    color: #000;
}
.steps-wrapper{
    background: #FFF;
    margin-bottom: 60px;
}
.table-title{
    height: 40px;
    border-bottom: 1px solid #454547;
}
#fstep{
    border-bottom: 1px solid #454547;
    text-align: center;
}
.prod-title-cart{
    text-align: left;
}
.box-cart .raiting{
    text-align: left;
}
.table-title span{
	line-height:55px;
	color:#232323;
    font-weight: bold;
}
.box-cart{
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #d7d7d7;
}
#shoppingbasket{
    padding-top: 20px;
}
.box-cart .cart-check{
	display:inline-block;
	width:auto;
	margin:0;
	height:20px;
	vertical-align:middle;
}
.box-cart .cart-check + figure{
	display:inline-block;
	width:75%;
	vertical-align:middle;
}
.box-cart .cart-check + figure img{
	max-height:200px;
}
.box-cart .cart-check .custom-control-input:checked ~ .custom-control-indicator{
	background-color:#f7a17b;
	box-shadow:inset 0 -4px 3px rgba(69,69,69,0.3);
}
.prices-cart small {
    color: #7b7b7b;
	display:block;
    font-size: 12px;
    font-weight: 300;
	text-decoration:line-through;
	line-height:17px;
	height:17px;
}
.prices-cart span {
    color: #980000;
	display:block;
    font-size: 21px;
    font-weight: 500;
}
.prices-cart {
}
.icon-bin{
    background:url(/htdocs/images/default/icon-bin-normal.png) no-repeat;
    width: 18px;
    height: 28px;
    margin: 0 auto;
}
.icon-bin:hover{
    background:url(/htdocs/images/default/icon-bin-active.png) no-repeat;
}
.quantity a:first-of-type{
    border-top-left-radius: 50vh;
    border-bottom-left-radius: 50vh;
}
.quantity a:last-of-type{
    border-top-right-radius: 50vh;
    border-bottom-right-radius: 50vh;
}
.quantity label{
    display: block;
    color: #555;
    margin-bottom: .2rem;
}
.tooltip-wrapper{
    color: #555;
}
.box-cart #quantity{
	background:none;
	border-color: #eaeaea;
	border-radius:0 !important;
	color:#000;
	text-align:center;
}
.box-cart .qty{
	padding-top:3px;
}
.del-btn{
	padding-top:6px;
	color:#d12027;
	font-size:12px;
	display:block;
}
.borrom-box-cart{
	position:relative;
	padding:10px 0;
}
.borrom-box-cart:before{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	width:calc(100% - 30px);
	height:1px;
	background-color:#d7d7d7;
	content:'';
}
#el_order_by{
    background-size: 10px;
    -webkit-border-radius: 50vh;
    -moz-border-radius: 50vh;
    border-radius: 50vh;
    padding:0 24px 0 10px;
    height: 28px;
}
.breadcrumb li:after{
     content:'/';
     display: inline-block;
}
.breadcrumb li:last-of-type:after{
    content:'';
}
.fa-bars{
    padding-top: 3px;
}

#mainCategories li:after{
    content:'';
}
.borrom-box-cart p{
	margin:0;
}
.del-sel{
	color:#f58c5e;
	display: inline-block;
    padding-left: 40px;
    vertical-align: top;
}
.price-subtotal{
	color: #980000;
    font-size: 21px;
    font-weight: 500;
}
.promocod {
    display: block;
    float: right;
}
.promocod label {
    color: #646464;
    float: left;
    font-size: 12px;
    line-height: 33px;
    padding-right: 10px;
}
.promocod .form-control {
    border-color: #8f8f8f;
    border-radius: 0;
    float: right;
    line-height: 30px;
    padding: 0 5px;
    width: 190px !important;
}
.promocod button {
    background-color: #d12027;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    padding: 0 15px;
}
.prices-subtotal{
	text-align:right;
}
.prices-subtotal span{
	color:#980000;
	font-size:29px;
	font-weight:700;
	line-height:36px;
	display:inline-block;
	min-width:200px;
}
.continueshopping{
	font-size:13px;
	color:#363636;
	font-weight:bold;
}
.checkout-btn{
	background-color:#d12027;
	font-size:13px;
	width:220px;
	text-align:center;
	border-radius:50vh;
	border:0;
	line-height:25px;
	color:#fff;
	float:right;
    text-transform: uppercase;
}
.checkout-btn:hover,
.checkout-btn:focus{
	background-color:#703131;
	color:#fff;
}
/* Blog */
header.blog{
	padding:5px 0;
}
h1.logo-blog {
    margin: 0;
}
.blog-header{
	margin-bottom:30px;
}
.blog-posts{
	border:1px solid #d7d7d7;
	padding:15px;
	margin-bottom:20px;
}
.blog-posts figure{
	max-height:300px;
	overflow:hidden;
	border-radius:5px;
}
.blog-list{
	border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.blog-list li a{
	display:block;
	line-height:30px;
	color:#000;
	padding-left:25px;
	position:relative;
	margin-bottom:10px;
}
.blog-list li a:before{
	position:absolute;
	left:0;
	top:0;
	font-family: 'FontAwesome';
	content: "\f0da";
}
.side-banner{
	margin-bottom:30px;
}
.short-descr{
	font-size:13px;
	line-height:18px;
}
h6.author{
	font-size:13px;
	font-weight:200;
	color:#980000;
}
.articles-other{
	border:1px solid #d7d7d7;
	padding:15px;
	margin-bottom:20px;
}
.ui-corner-all {
	font-size: 12px;
}
.ui-ac-keyword-result {
	color: blue;
}
.ui-menu-item {
	border: none;
}
.ui-autocomplete .ui-menu-item .ui-state-focus {
	background: none;
	outline: none;
	border-color: white;
	background-color: #F0F0F0;
}
.basket img{
	display:block;
	float:left;
}
#cart_sum{
	color: #fff;
    display: block;
    float: left;
    position: relative;
    text-align: left;
    vertical-align: top;
 	padding-left: 10px;
    padding-top: 6px;
	width:150px;
}
.basket small {
    color: #fff;
    display: block;
    float: left;
    padding-left: 9px;
    text-decoration: underline;
}
.ui-dialog-titlebar-close {
    padding:0 !important;
}
.ui-dialog-titlebar-close:after {
    content: '';
    width: 17px;
    height: 20px;
    display: inline-block;
    /* Change path to image*/
    background-image: url(/htdocs/styles/default/images/ui-icons_222222_256x240.png) !important;
    background-position: -97px -129px;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    background: repeat-x scroll 50% 50% #AAA;
    opacity:0.3;
}

.ui-widget-overlay {
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}
div.videoBox{
	text-align:center;
}
#myElement{ display:inline-block; }
.slide-opt{
	padding:15px 0;
	height:390px;
    overflow: hidden !important;
}
.more-comm.hideContent{
	display:none;
}
.hid{
	overflow: hidden;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
	height:21px;
}
.col-md-12.more-comm > div:nth-child(6n+4){
	background-color:#f4f4f4;
}
.col-md-12.more-comm > div .comm{
	border:0;
}
.waitinga,.prWaiting {
    background-color: #980000;
    border-radius: 0 5px 5px;
    color: #fff;
    line-height: 21px;
    padding: 0 10px;
	display:inline-block;
}
.waitinga:hover,.prWaiting:hover{
	color:#fff;
	background-color:#000;
}
.form-group.search.scroll-to-fixed-fixed {
    background: #000 none repeat scroll 0 0;
    left: 0 !important;
    padding: 10px 0;
    right: 0 !important;
    width: 100% !important;
}
.search.form-group.scroll-to-fixed-fixed .input-group {
    margin: 0 auto;
    width: 644px;
}
.form-control.quantityInput{
	text-align:center;
}
.ui-widget-content{
	/*position: fixed !important;*/
	z-index:9999 !important;
	box-shadow:0 0 3px rgba(69,69,69,0,5);
}
.open-cat{
	cursor:pointer;
}
#mainCategories{
	background-color:#f6f6f6;
	border-bottom:1px solid #d7d7d7;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	z-index:99900;
	padding:15px;
}
#mainCategories li{
	width:25%;
	float:left;
	padding:0 15px;
}
#mainCategories li a{
	display:block;
	line-height:27px;
	border-bottom:1px solid #d7d7d7;
}
#mainCategories li.active a{
	font-weight:bold;
	border-color:#000;
	color:#000;
}
.boxProductContent_new{
	background:#eee;
	font-size:14px;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
}
/* Sticky header */
.sticky-header{
	height:0;
	overflow:hidden;
	background:#FFF;
	transition:ease-in-out 0s height;
}
header .nav-link a, .sticky-header .nav-link a{
    color: #454547;
}
.sticky-header.scroll-to-fixed-fixed{
    height: 65px;
	transition:ease-in-out 0.3s height;
	padding:2px 0;
}
.logo-small{
	margin:9px 0 0 0;
}
.sticky-header .basket{
    margin:18px 0 0 0;
}
.logo-small img{
	max-height:50px;
}
.sticky-header .call-opt{
	text-align: center;
	line-height: 650px;
	overflow:hidden;
	padding-left: 5px;
}
.sticky-header .nav{
    line-height: 65px;
}
header .header-col{
    padding: 10px 0;
}
header .login-header-outer{
    padding: 0 !important;
}
.login-bg{
    padding: 11px 0;
    width: 75px;
    float: right;
    height: 82px;
}
.login-bg.active{
    background: rgba(69,69,71,0.95);
}
#search-header-form{
    padding: 0 20px;
}
/*.login-header-outer.active{*/
    /*background: rgba(69,69,71,0.95);*/
/*}*/
.login-bg.active .login-icon{
    background: url(/htdocs/images/default/icon-login-active.png) no-repeat;
}
/* Banners */
.banners{
	margin-top:10px;
}
.banners a{
	display:block;
	margin-bottom:5px;
}
.banner-two a{
	max-width:49.5%;
}
.banner-two a:first-child{
	margin-right:1%;
}
.banner-three a:first-child{
	max-width:31.5%;
	margin-right:1%;
}
.banner-three a:nth-child(2){
	margin-right:1%;
	max-width:35%;
}
.banner-three a:nth-child(3){
	margin-right:0;
	max-width:31.5%;
	float:right;
}
.star-rating{
    float:left;
}
.tooltip-wrapper{
    line-height: 25px;
}
.star-rating li.current-rating,
.input-group .form-control{
	z-index:0 !important;
}
.nav-bar li{
	display:inline-block;
    width: 100%;
}
.nav-bar li a{
	display:block;
	font-size:15px;
    line-height: 17px;
    padding: 5px 0;
	position:relative;
    color: #303030;
    transition: all 0.5s ease-in-out;
}
.nav-bar li a:hover{
    color: #d12027;
}
.nav-bar ul{
    padding: 0;
}
.promo-slide .owl-nav{
	display:none;
}
.promo-slide .owl-dots{
	display:block;
	position:absolute;
	z-index:90;
	bottom:15px;
	right:15px;
}
.promo-slide.owl-carousel .owl-controls .owl-dot{
	background-color: rgb(232, 117, 53);
	border: solid 2px #fff;
	margin: 0 10px;
	border-radius: 11px;
	width: 20px;
	display: inline-block;
	height: 20px;
}
.promo-slide.owl-carousel .owl-controls .owl-dot.active{
	background-color: #d6a388;
}
.promo-slide.owl-carousel .owl-controls  .owl-dot.active{
	background-color:#d12027;
	border-color:#d12027;
}
.btn-goto{
	position:absolute;
	bottom:50px;
	right:50px;
	font-size:26px;
	color:#fff;
	line-height:60px;
	padding:0 30px;
	z-index:9;
    transition: opacity 0.4s linear, visibility 0.4s linear;
    visibility: hidden;
	opacity:0;
}
.btn-goto:after{
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	border-radius:10px;
	box-shadow:inset 0 -21px 40px rgba(69,69,69,0.5);
    transition: box-shadow 0.4s linear ;
	background-color:#d12027;
	content:'';
	z-index:-1;
    -ms-transform: skewX(-10deg); 
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.btn-goto:hover:after{
	background-color:#d26130;
	box-shadow:inset 0 -21px 40px rgba(140,140,140,0.2);
}
.btn-goto.btn-2{
	padding:0 43px;
	right:15px;
}
.btn-goto.btn-1{
	right:15px;
}
.owl-item.center .btn-goto{
    opacity: 1;
	visibility: visible;
    transform: translateX(0);
}
.noarrows div.owl-prev, .noarrows div.owl-next{display:none !important;}
/* Mega menu */
#mega-menu {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow:3px 4px 7px -1px rgba(99, 99, 99, 0.8); 
    display: block;
    left: 238px;
    padding: 15px;
    position: absolute;
    top:-56px;
    transition: all 0.3s ease-in-out 0s;
    width: 871px;
    z-index: 90;
}
.nav-item.videonab {
    position: relative;
}
#mega-menu.hidden{
	visibility: hidden;
	opacity:0;
}/*
#mega-menu .nav-item a.nav-link::after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 9px;
}*/
.videonab a:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: -2px;
    top: 11px;
}
#mega-menu .nav-item > a.nav-link{
    color: #04b6e1;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 23px 4px 0;
    position: relative;
}
#mega-menu .nav-item > a.nav-link:hover{
	color:#d12027;
}
.videonab a{
    position: relative;
}
#mega-menu .nav-item .sub{
	margin-bottom:5px;
}
#mega-menu .nav-item .sub a{
	line-height:16px;
	padding:3px 0 3px 7px;
	font-size:13px;
	color:#ffffff;
	display:block;
}
#mega-menu .nav-item .sub a:hover{
	color:#d12027;
}
#mega-menu .nav-item .sub li:last-child a{
	border:0;
}
#mega-menu .col-lg-4{
	padding: 0 5px;
}
.open-cat{color:#000;font-size:0.8rem;}
.col-lg-9 #mainCategories li {
    width: 33.33%;
}
.col-lg-9 #mainCategories li:last-child a, .col-lg-9 #mainCategories li:nth-last-child(2) a {
    border: 0 none;
}
.cartimg {
    text-align: center;
    padding: 5px;
    border: 1px solid #eee;
    display: inline-block !important;
    margin-bottom: 12px;
    width: auto !important;
}
#fstep .box-cart h3.prod-title_small{
	overflow: inherit;
}
.catDescription{display:block;border-top: 1px solid #d7d7d7;margin-top:20px;}
.ui-widget-overlay {position:fixed !important;}
div.tospage-content{margin-bottom:0;}
div.tospage-content .custom-control-description{font-size:12px;color:#303030;line-height:15px;}
div.tospage-content .custom-control-description a{color:#d12027;}
.menu > ul > li > ul {
    display: none !important;
	opacity:0 !important;
	transition: linear 0.3s all;
}
.menu > ul > li:hover > ul {
    display: block !important;
	opacity:1 !important;
}
.ailqk{
    opacity: 0.3; background: #d7d7d7 !important;
}
.prTabs-container{
    background: #fff;
    padding: 20px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.vid_bg .img-container{
    text-align: center;
}
.view-cart-btn{
    display: block;
    width: 231px;
    padding: 8px 16px;
    transition: all .3s ease-in 0s;
    text-transform: uppercase;
    background: #000;
    color: #FFF;
    border-radius: 0.25rem;
    text-align: center;
    margin-top: -8px;
}
.filter-text h2{
    text-align: right;
    padding-top: 12px;
    font-size: 0.8rem;
}
.prod_suggestion{
    width:206px;
    margin:5px 0;
    background: #5e5e60;
    padding: 0.3rem 1rem;
    font-size: 0.9rem;
    color: #FFF;
    height: 38px;
    line-height: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 50vh;
}
.prod_suggestion:hover{
    background: #777;
    color: #FFF;
}
.return-home-btn{
    background-color:#454547;
    font-size:13px;
    width:220px;
    text-align:center;
    border-radius:50vh;
    border:0;
    line-height:25px;
    color:#FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.return-home-btn:hover,
.return-home-btn:focus{
    background-color:#9b9b9f;
    color:#FFF;
}
#secondSubmit{
    padding-right: 15px;
    padding-left: 15px;
}
.vidbg_sort{
    text-align: right;
}
.description-top{
    margin:0 0 10px 0;
}
.advantages-blocks{
    margin: 20px 0 20px 0;
    padding:10px;
}
.advantages-block h3{
    line-height: 25px;
    text-align: justify;
}
.advantages-block{
    padding:10px;
    min-height: 120px;
}
.advantages-block-inner{
    border: 1px solid #454547;
    display: block;
    width: 100%;
    height: 120px;
    padding: 10px;
}
.advantages-block .block-icon{
    text-align: center;
}
.advantages-block p{
    font-size:0.9em;
    margin-bottom:0 !important;
    text-align: justify;
    color: #d12027;
}
.block-icon img{
    width: 60px;
    height: auto;
}
.human_desc{
    border:1px solid #ddd;
    padding:20px;
}
.product_list_link{
    display: block;
}
.tooltip-wrapper{
    position:relative;
}
.tooltip-wrapper .tooltip {
    background: #FFF;
    color:#000;
    top: 130%;
    display: block;
    left: -20px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px 0 20px 20px;
    pointer-events: none;
    position: absolute;
    width: 250%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.tooltip-wrapper .tooltip:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.progress-wrapper ul li{
    display: block;
}
.progress-wrapper span{
    width:22%;
    float: left;
}
.tooltip-wrapper:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.progress-wrapper .progress{
    height: 15px;
    width:54%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    margin-bottom:8px !important;
    margin-top: 3px;
    float: left;
}
.progress-wrapper .progress .progress-bar {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    margin-left: 1px;
    border-radius: 0 3px 3px 0;
    background: #fb0;
    background: -webkit-linear-gradient(top,#ffce00,#ffa700);
    background: linear-gradient(to bottom,#ffce00,#ffa700);
    background-color: #ffce00;
    transition: width cubic-bezier(0.72, 0.45, 0.9, 0.12) 4s;
    -webkit-transition: width cubic-bezier(0.72, 0.45, 0.9, 0.12) 4s;
    -moz-transition: width cubic-bezier(0.72, 0.45, 0.9, 0.12) 4s;
    -o-transition: width cubic-bezier(0.72, 0.45, 0.9, 0.12) 4s;
}
#comments_count{
    /*display:block;*/
    font-size:1em;
}
.option-input{
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 6px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    outline: none;
    position: relative;
}
.option-input:hover {
    background: #d7d7d7;
}
.option-input:checked {
    background: #d12027;
    border:none;
}
.option-input:checked::before {
    height: 12px;
    width: 12px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 16.66667px;
    text-align: center;
    line-height: 6px;
    color:#ffffff;
}
.index-products-wrapper{
    margin-top: 30px;
}
.product-group{
    margin-bottom: 30px;
}
#productsBox{
    margin-top: 30px;
}
.section-title{
    color:#030303;
    text-align: center;
    font-size: 1.1em;
    height: 30px;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
}

.section-title:after{
    position:absolute;
    content: '';
    height: 1px;
    top:20px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    border-bottom: 1px solid #303030;
}
.prod-title_small{
    height: 40px;
    line-height: 18px;
    font-size: 0.9em;
}
.img-wrapper{
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.img-wrapper:hover{
    border: 1px solid #d12027;
}
.see-more{
    background: #d12027;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.see-more p{
    margin: 0 !important;
}
.social-section{
    background: #46454d;
    padding: 20px 0;
    text-align: center;
}
.social-section h3{
    color: #FFF;
}
.social-section .fa{
    color: #FFF;
    padding: 3px;
    border: 1px solid #FFF;
    width: 30px;
    height: 30px;
    line-height: 23px;
    margin: 0 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.fa-sliders{
    color: #AAA;
}
#footer{
    background: #d12027;
    color: #FFF;
    height: 50px;
    line-height: 50px;
}
#footer .nav-link:hover{
    color: #FFF;
}
#footer a{
    color:#FFF;
}
#footer p{
    margin-bottom:0;
    padding-bottom:0;
}
.product{
    position: relative;
}
.cart-wrap:hover{
    background:url(/htdocs/images/default/cart-hover.png) no-repeat;
    width: 68px;
    height: 68px;
}
.compare-wrap:hover{
    background:url(/htdocs/images/default/compare-hover.png) no-repeat;
    width: 68px;
    height: 68px;
}
.compare-wrap, .cart-wrap{
    position: absolute;
    top: 0;
    width: 68px;
    height: 68px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cart-wrap{
    left:0;
}
.compare-wrap{
    right:0;
}
.page-content .menu{
    margin:0 0 20px 0;
}
.content{
    background: #FFF !important;
}
.prod-details-btm{
    height: 50px;
    overflow: hidden;
}
.empty-row{
    display: block;
    width: 100%;
    height: 25px;
}
.logo a{
    color:#FFF;
}
.comments{
    background: #FFF;
    padding: 20px;
    margin: 30px auto;
}
#comments-form-wrapper{
    margin-top: 30px;
}
#advantages-outer-wrapper{
    background: #FFF;
    padding: 5px 0;
}
.cart-total-wrapper{
    padding: 20px;
}
footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
#main-wrapper {
    min-height: 100vh;
    position: relative;
}
.page-content, .main-container, #product-page-wrapper #advantages-outer-wrapper, .main-wrapper{
    padding-bottom: 145px !important;
}
.cart_container {
    padding-bottom: 350px !important;
}
.ui-dialog{
    z-index: 99999 !important;
}
.menu{
    background: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}
.menu > ul > li a {
    padding: 0 15px;
    line-height:36px;
    width: 100%;
    display: block;
    color: #000;
}
.search-mobile{
    display: none;
}
#search_hide{
    display: none;
}
.sticky-header .input-group-addon{
    border-radius: 50vh;
}
.main-container{
    min-height: 1000px;
}
footer .nav ul li{
    display: inline-block;
}
footer .nav ul li a{
    padding: 0 10px;
}
#cookie-bar{
    background: #454547;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}
#cookie-ok-button{
    padding: 5px 10px;
    display: inline-block;
    background: #d12027;
    color: #fff;
}
.quantity .form-group{
    margin-bottom: 5px;
}
.btn-buy{
    padding-left: 0;
}
#advantages-outer-wrapper{
    background: #fff !important;
}
.box-cart .col-sm-6{
    height: 80px;
}
.box-cart .quantity{
    text-align: center;
}
.page-content{
    margin-top: 20px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 150px;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    text-shadow: none !important;
    text-align: center;
    border-radius: 0;
}
.popup-pr-row{
    margin: 20px 0 !important;
}
.modal-content span {
    color: #000;
}
.popup-cart-btn{
    width: 100%;
    background-color: #d12027;
    margin: 10px 0;
    color: #fff;
    position: relative;
    line-height: 40px;
    padding: 0;
    text-shadow: 0 0 3px rgba(69,69,69,0.5);
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
    display: block;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 10px;
}
.mobile-product-img{
    display: none;
}
.easyzoom-flyout{
    z-index:999999 !important;
}
.d-none{
    display: none;
}



@media (min-width: 1700px) {
    .container{
        max-width: 1500px;
    }
}
@media (max-width: 1700px) {
    .container{
        max-width: 1500px;
    }
}
@media (max-width: 1600px) {
    .container{
        max-width: 1400px;
    }
    #banner-order-img {
        width: 220px;
        margin-top: 30px;
    }
    .top-category-pannel .img-wrapper {
        height: 240px;
    }
}
@media (max-width: 1500px) {
    .container{
        max-width: 1300px;
    }
    .top-category-pannel .img-wrapper {
        height: 225px;
    }
}
@media (max-width: 1410px) {
    header .nav-link{
        display: block;
        line-height: 25px;
        text-align: center;
    }
    header .nav-link:nth-of-type(2){
        margin-left: 0 !important;
    }
    header .nav {
        margin: 10px 0 0 0;
    }
}
@media (max-width: 1400px) {
    .container{
        max-width: 1200px;
    }
    #banner-order-img {
        width: 190px;
        margin-top: 30px;
    }
    .top-category-pannel .img-wrapper {
        height: 210px;
    }
}
@media (max-width: 1300px) {
    .container{
        max-width: 1100px;
    }
    .top-category-pannel .img-wrapper {
        height: 190px;
    }
}

/* Responsive */
@media (max-width: 1200px){
    .container{
        max-width: 1000px;
    }
    .top-category-pannel .img-wrapper {
        height: 230px;
    }
    #mega-menu{
        left: 219px;
        top: -75px;
        width:676px;
    }
    header .nav, .sticky-header .nav{
        display: none;
    }
    .menu{
        display: inline-block;
        width: 100%;
    }
    .menu ul{
        display: none;
        margin-bottom: 10px;
    }
    .show-on-mobile{
        transition: all 0.5s ease;
        display: block !important;
    }
    #footer{
        height: auto;
    }
	h1 {
		color: #000000;
		font-size: 24px;
		font-weight: bold;
		line-height: 23px;
		margin-bottom: 11px;
	}
	.comm-text {
		max-height: 110px;
		overflow: hidden;
	}
	p.raiting, p.price {
		margin: 0;
	}
	/* Header */
	.nav-bar li a{
		padding:0 12px;
	}
	.nav-bar li a::before{
		left:12px;
	}
	.nav-bar ul li:first-child a{
		padding:0 12px 0 0;
	}
	/* Megamenu */
	.menu.index .categories {
		height: 1333px;
	}
	.menu.index li a{
		line-height:36px;
	}
	/* Footer */
	footer .newsletter label{
		display:none;
	}
	.slide-opt{
		height:120px;
	}
	.slide-opt .images-prod{
		display:inline-block;
		max-width:24%;
	}
	.mCSB_draggerContainer{
		display:block !important;
	}
	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom:0 !important;
	}
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color:rgba(69, 69, 69, 0.75) !important;
	}
	.easyzoom-flyout{
		top:-120px !important;
        z-index:999999 !important;
	}
	/* Product list */
	div.product small.number{
		display:none;
	}
    .advantages-block p{
        line-height: 18px;
    }
    .page-content, .main-container, #product-page-wrapper #advantages-outer-wrapper, .main-wrapper {
        padding-bottom: 185px !important;
    }
    .cart_container {
        padding-bottom: 350px !important;
    }
    .slide-opt{
        height: 100px;
    }
    #banner-order-img {
        width: 220px;
    }
    #banner-order-img {
        margin-top: 5px;
    }
}
@media (max-width: 1060px){
    .advantages-block-inner{
        height: 150px;
        text-align: center;
    }
    .block-icon img {
        width: 35px;
        height: auto;
        margin-bottom: 10px;
    }
    .advantages-block p, .advantages-block h3{
        text-align: center;
    }
    .advantages-footer{
        display: none;
    }
}
@media (max-width: 992px){
	/* Header */
	header{
		padding:0;
	}
	header .call-opt{
		display:none;
	}
	.top-nav li a{
		font-size:13px;
		padding:0 7px;
	}
	.search{
        padding: 0 10px;
		margin-bottom:0;
	}
	.basket small,.call-opt{
		display:none;
	}
	.search, .sticky-header .search{
		margin-top:1rem;
	}
	/* Product page */
	.slide-opt{ display:block !important;width:100% !important;}
	.easyzoom-flyout,.easyzoom--overlay .easyzoom-flyout {
		width:400px !important;
		top:0 !important;
	}
	.quantity label {
		display: block;
	}
    .quantity {
        z-index: 99999;
        position: relative;
    }
    #fast-order{
        margin-top: 20px;
        padding: 15px 200px;
    }
	/* Footer */
	footer .newsletter button{
		display:block;
		width:100%;
	}
	/* Cart */
	.box-cart .qty{
		padding-top:0;
	}
	.prices-cart small.subtotal{
		height:0;
	}
	.table-title,.side-banner,.nav-bar li a::before{
		display:none;
	}
	#mainCategories li{
		width:33%;
	}
	#productsBox .nav-bar li a:hover, #productsBox .nav-bar li a:active{text-decoration:underline;}
    .owl-nav > div:first-child {
        left: 0px;
    }
    .owl-nav > div:last-child {
        right: 0px;
    }
    .top-category-pannel .img-wrapper {
        height: 230px;
    }
    .logo {
        margin: 10px !important;
    }
    .nav-col{
        display: none;
    }
    .owl-wrapper{
        display: none !important;
    }
    .mobile-product-img{
        display: block;
    }
    .mobile-product-img img{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .show-product-btn{
        display: block;
    }
}
@media (max-width: 950px){
    .top-category-pannel .img-wrapper {
        height: 220px;
    }
    #banner-order-img {
        width: 200px;
        margin-top: 10px;
    }
}
@media (max-width: 900px){
    .top-category-pannel .img-wrapper {
        height: 200px;
    }
    #banner-order-img {
        width: 180px;
    }
}
@media (max-width: 800px){
    #fast-order{
        padding: 15px 100px;
    }
    .top-category-pannel .img-wrapper {
        height: 180px;
    }
    #banner-order-img {
        width: 160px;
    }
}
@media (max-width: 767px){
	/* Header */
	.logo {
		margin: 0;
	}
	.logo img {
        width: 200px;
        margin-top: 5px;
	}
    .top-category-pannel img {
        height: auto;
    }
    .top-category-pannel .img-wrapper {
        height: 160px;
    }
	header .container{
		position:relative;
	}
    #expand-search{
        margin-right: 10px;
        margin-top: 4px;
    }
    .cart-check{
        margin-left: 5px;
    }
    /*.comments{*/
        /*display: none;*/
    /*}*/
	/* Categories */
	.mobile-menu{
		display:block;
		background:none;
		border:0;
		color:#fff;
		position:absolute;
		top:0;
		font-size:20px;
		right:15px;
		box-decoration-break:90;
		line-height:40px;
		width:40px;
		text-align:right;
		z-index:90;
	}
	.mobile-menu.active i:before{
		content:"\f057";
	}
	.nav-mobile{
		position: absolute;
		top:0;
		left:0;
		height:auto;
		width:100%;
		z-index:80;
		background:#000;
	}
	.nav-mobile li{
		display:block;
	}
	.nav-mobile a{
		display:block;
		line-height:36px;
		color:#fff;
		border-bottom:1px solid #999;
	}
	.nav-mobile .container{
		padding-left:15px;
	}
	/* Product page */
	.productpage-slide.owl-carousel .owl-item img{
		max-width:100%;
		width:auto;
	}
	.btn-buy, .quantity{
		width:100%;
	}
	p.price {
		position: relative;
		text-align: right;
	}
	p.price .old-price{
		position:absolute;
		bottom:100%;
		right:0;
		line-height:22px;
	}
    #productbox p.price .old-price{
        position: relative;
    }
	.price .large-price{
		margin:0;
	}
	.dds, .guarantee{
		text-align:right;
	}
	/* Home page */
	.slide-opt{
		display:none;
	}
	.banners{
		margin-bottom:30px;
	}
	/* Footer */
	footer .form-inline .form-group{
		display:block;
		margin-bottom:20px;
	}
	footer .form-inline .form-control{
		width:60% !important;
		display:block;
		float:left;
	}
	footer .newsletter button{
		float:left;
		width:40%;
	}
	/* Cart */
	.box-cart .cart-check + figure{
		height:200px;
	}
	.about-promo{
		text-align:right;
	}
	.pay-methods{
		display:block;
		margin:0 auto;
	}
	#mainCategories li{
		width:50%;
	}
	.search, .sticky-header .search {
		margin-bottom: 10px;
		margin-top: 0;
	}
    .small-12 img{
        width: auto;
        margin: 0 auto;
    }
    .search-wrapper{
        display: none;
    }
    .search-mobile{
        display: block;
        margin: 13px 0 10px 0;
    }
    header .input-group-addon, .sticky-header .input-group-addon{
        background: transparent;
    }
    #footer {
        height: auto;
    }
    footer .nav-link{
        line-height: 10px;
    }
    footer .nav{
        margin-bottom: 10px;
    }
    .advantages-block-inner{
        height: 100px;
    }
    .npl{
        padding-left: 10px !important;
    }
    .npr{
        padding-right: 10px !important;
    }
    .prod_suggestion {
        width: 100%;
    }
    .quantity label{
        display: none;
    }
    .quantity{
        text-align: right;
    }
    #footer {
        line-height: 30px;
    }
    .img-outer{
        margin-bottom: 15px;
    }
    #banner-order-img {
        width: 170px;
        margin-top: 0;
    }
    #banner-left-img{
        width: 180px;
        margin: 0 auto;
    }
    .block-icon img {
        margin-top: 10px;
    }
    .compare-btn{
        display: none !important;
    }
}
@media (max-width: 700px){
    #fast-order{
        padding: 15px;
    }
}
@media (max-width: 650px){
    .row{
        margin: 0 !important;
    }
    .popup-pr-row{
        margin: 20px 0 !important;
    }
    .container{
        padding: 0;
    }
    .hidden-sm{
        display: none;
    }
    .add-comments{
        padding: 0;
    }
    #productsBox {
        margin-top: 0px;
    }
    .top-category-pannel .img-wrapper {
        height: 140px;
    }
    #index-order-img {
        width: 150px;
    }
    .basket{
        text-align: right;
    }
}
@media (max-width: 588px){
    #productbox p.price .old-price{
        display: none;
    }
    p.price{
        text-align: left;
    }
    #product-page-wrapper{
        padding: 0 10px;
    }
    .nav-tabs .nav-item {
        display: block;
        float: none;
        text-align: center;
    }
    #prTabs a.active {
        background: #EEE;
    }
    .breadcrumb{
        padding: 10px 5px;
    }
    .top-category-pannel .img-wrapper {
        height: 125px;
    }
    #banner-left-img{
        width: 150px;
    }
}
@media (max-width: 580px){
	.cart-title span{
		padding:0;
	}
	.checkout-btn{
		line-height: 26px;
		width:100%;
		margin:20px 0 50px;
	}
	.continueshopping{
		display:block;
		text-align:right;
	}
	.promocod label{
		float:none;
		display:block;
	}
	#mainCategories li{
		width:100%;
		float:none;
	}
    .basket{
        text-align: center;
        float: none;
    }
    .tooltip-wrapper{
        display: none;
    }
    .return-home-btn{
        width: 100%;
    }
    #fstep .raiting{
        display: none;
    }
    #fstep .quantity.form-inline .input-group{
        margin: 0 auto;
    }
    .prod-title-cart {
        text-align: center;
    }
    .page-content, .main-container, #product-page-wrapper #advantages-outer-wrapper, .main-wrapper {
        padding-bottom: 200px !important;
    }
}
@media (max-width: 544px){
    .quantity{
        text-align: left;
        padding-left: 0;
    }
    .hidden-xs{
        display: none;
    }
    .top-category-pannel .img-wrapper {
        height: 180px;
    }
    #banner-left-img{
        width: 200px;
    }

    .top-category-pannel img {
        width: 400px;
        margin: 0 auto;
    }
    .box-cart .col-sm-6 {
        height: auto;
    }
    header .login-header-outer {
        display: none;
    }
}
@media (max-width: 500px){
    .page-content, .main-container, #product-page-wrapper #advantages-outer-wrapper, .main-wrapper {
        padding-bottom: 250px !important;
    }
    .description table{
        width: 100% !important;
    }
}
@media (max-width: 450px){
    .login{
        display: none;
    }
    .top-category-pannel img {
        width: 350px;
    }
}
@media (max-width: 450px){
    .prices-subtotal {
        text-align: center;
    }
    .fixed.header h3 {
        padding-top: 0px;
    }
}
@media (max-width: 380px){
    .logo img {
        width: 180px;
        margin-top: 8px;
    }
    .basket img {
        margin-top: 10px;
    }
    .basket span#cart_total, .basket span#cart_total_second{
        top: -3px;
    }
}
@media (max-width: 340px){
    .search-mobile{
        display: none;
    }
    .basket{
        margin-left: 20px;
    }
    .advantages-block-inner {
        height: 110px;
    }
}

/*  5 column grid bootstrap css  */

.col-xs-5th-1,.col-xs-5th-2,.col-xs-5th-3,.col-xs-5th-4{float:left}.col-xs-5th-5{float:left;width:100%}.col-xs-5th-4{width:80%}.col-xs-5th-3{width:60%}
.col-xs-5th-2{width:40%}.col-xs-5th-1{width:20%}.col-xs-5th-pull-5{right:100%}.col-xs-5th-pull-4{right:80%}.col-xs-5th-pull-3{right:60%}.col-xs-5th-pull-2{right:40%}
.col-xs-5th-pull-1{right:20%}.col-xs-5th-pull-0{right:auto}.col-xs-5th-push-5{left:100%}.col-xs-5th-push-4{left:80%}.col-xs-5th-push-3{left:60%}.col-xs-5th-push-2{left:40%}
.col-xs-5th-push-1{left:20%}.col-xs-5th-push-0{left:auto}.col-xs-5th-offset-5{margin-left:100%}.col-xs-5th-offset-4{margin-left:80%}.col-xs-5th-offset-3{margin-left:60%}
.col-xs-5th-offset-2{margin-left:40%}.col-xs-5th-offset-1{margin-left:20%}.col-xs-5th-offset-0{margin-left:0}@media (min-width:768px){.col-sm-5th-1,.col-sm-5th-2,.col-sm-5th-3,.col-sm-5th-4{float:left}
    .col-sm-5th-5{float:left;width:100%}.col-sm-5th-4{width:80%}.col-sm-5th-3{width:60%}.col-sm-5th-2{width:40%}.col-sm-5th-1{width:20%}.col-sm-5th-pull-5{right:100%}.col-sm-5th-pull-4{right:80%}
    .col-sm-5th-pull-3{right:60%}.col-sm-5th-pull-2{right:40%}.col-sm-5th-pull-1{right:20%}.col-sm-5th-pull-0{right:auto}.col-sm-5th-push-5{left:100%}.col-sm-5th-push-4{left:80%}
    .col-sm-5th-push-3{left:60%}.col-sm-5th-push-2{left:40%}.col-sm-5th-push-1{left:20%}.col-sm-5th-push-0{left:auto}.col-sm-5th-offset-5{margin-left:100%}.col-sm-5th-offset-4{margin-left:80%}
    .col-sm-5th-offset-3{margin-left:60%}.col-sm-5th-offset-2{margin-left:40%}.col-sm-5th-offset-1{margin-left:20%}.col-sm-5th-offset-0{margin-left:0}}@media (min-width:992px){.col-md-5th-1,.col-md-5th-2,.col-md-5th-3,.col-md-5th-4{float:left}
    .col-md-5th-5{float:left;width:100%}.col-md-5th-4{width:80%}.col-md-5th-3{width:60%}.col-md-5th-2{width:40%}.col-md-5th-1{width:20%}.col-md-5th-pull-5{right:100%}.col-md-5th-pull-4{right:80%}
    .col-md-5th-pull-3{right:60%}.col-md-5th-pull-2{right:40%}.col-md-5th-pull-1{right:20%}.col-md-5th-pull-0{right:auto}.col-md-5th-push-5{left:100%}.col-md-5th-push-4{left:80%}
    .col-md-5th-push-3{left:60%}.col-md-5th-push-2{left:40%}.col-md-5th-push-1{left:20%}.col-md-5th-push-0{left:auto}.col-md-5th-offset-5{margin-left:100%}.col-md-5th-offset-4{margin-left:80%}
    .col-md-5th-offset-3{margin-left:60%}.col-md-5th-offset-2{margin-left:40%}.col-md-5th-offset-1{margin-left:20%}.col-md-5th-offset-0{margin-left:0}}
@media (min-width:1200px){.col-lg-5th-1,.col-lg-5th-2,.col-lg-5th-3,.col-lg-5th-4{float:left}.col-lg-5th-5{float:left;width:100%}.col-lg-5th-4{width:80%}.col-lg-5th-3{width:60%}
    .col-lg-5th-2{width:40%}.col-lg-5th-1{width:20%}.col-lg-5th-pull-5{right:100%}.col-lg-5th-pull-4{right:80%}.col-lg-5th-pull-3{right:60%}.col-lg-5th-pull-2{right:40%}
    .col-lg-5th-pull-1{right:20%}.col-lg-5th-pull-0{right:auto}.col-lg-5th-push-5{left:100%}.col-lg-5th-push-4{left:80%}.col-lg-5th-push-3{left:60%}.col-lg-5th-push-2{left:40%}
    .col-lg-5th-push-1{left:20%}.col-lg-5th-push-0{left:auto}.col-lg-5th-offset-5{margin-left:100%}.col-lg-5th-offset-4{margin-left:80%}.col-lg-5th-offset-3{margin-left:60%}
    .col-lg-5th-offset-2{margin-left:40%}.col-lg-5th-offset-1{margin-left:20%}.col-lg-5th-offset-0{margin-left:0}}


/* bootstrap column - offset css  */

.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}
.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}
.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}
.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}
@media (min-width:992px){.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}
.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}
.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}
::-webkit-input-placeholder {
    color: #000 !important;
}
::-moz-placeholder {
    color: #000 !important;
}
:-ms-input-placeholder {
    color: #000 !important;
}
:-moz-placeholder {
    color: #000 !important;
}
