@import url('//fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic,cyrillic-ext');
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

.t3-wrapper{
    width: 100% !important;
}

.navbar.navbar-default {
    background: #2c2c2c;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #ff5722;
}

body {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}

.vm-trumb-slider .slick-slide img {
    max-height: 400px!important;
}

.vm-trumb-slider, .vm-trumb-slider .slick-slide {
    height: 390px!important;
}
.verh-mail a {
	
	color:#000;
}

.off-canvas-toggle {
    width: 150px;
}
.btn:not(.btn-raised).btn-primary, .input-group-btn .btn:not(.btn-raised).btn-primary {
    color: #ffffff;
}
.verh-mail {
	font-size:14px;
	color:#000;
	padding:10px 0px 0px 0px; 
	
}
.header-top {
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
    background: #fafafa;
}
.zag-pol a {
	color:#000;
	
}

.module-title {
    /* font-size: 30px; */
    /* font-weight: 300; */
    font-size: 30px;
    font-weight: 600;
}

.zag-pol a:hover {
	color:#000;
	
}
.zag-pol {
	font-size:25px;
	font-weight:600;
	
	
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    color: #ffffff;
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* text-transform: uppercase; */
    text-decoration: underline;
}

.header-top .nav-stacked > li > a {
    color: #303030;
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.t3-header .header-phone {
    font-size: 25px;
    width: 100%;
}

.t3-header .header-phone .phone-desc {
    font-size: 15px;
    color: #262626;
}

.t3-footer {
    background: #2c2c2c;
    border-top: 0;
}

.t3-header .search input#mod_virtuemart_search {
    width: 100%;
    color: #404040;
    padding-right: 36px;
    border-radius: 3px;
    padding-left: 12px;
}

.t3-megamenu {
    //overflow: hidden;
    text-align: center;
 
}
 
.t3-megamenu > ul.navbar-nav{
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.t3-footer a {
	color:#fff;
	
}

.form-group .checkbox label, .form-group .radio label, .form-group label {
    font-size: 16px;
    line-height: 1.42857143;
    color: #303030;
    font-weight: 400;
}

.t3-copyright {
    background: #2c2c2c;
    border-top: 0;
    padding: 20px 0;
    color: #eee;
}

.navbar .navbar-nav > li > a {
    color: #efefef;
    font-weight: normal;
    font-size: 18px;
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .alias-parent-active > a {
    color: #efefef;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
    color: inherit;
    background-color: rgb(255 255 255 / 0%);
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
    color: #efefef;
}
.navbar .navbar-nav > li > a .caret {
	  color: #efefef;
	
}

.navbar .navbar-nav > li > a {
    color: inherit;
    padding-top: 15px;
    padding-bottom: 10px;
	text-transform: uppercase;
}

.attribute_name {
	float:left;
	    display: inline-block;
	text-align:left;
	font-weight: 600;
	    line-height: 0.7;
}

.product-field-display {
	display:inline-block;
	font-size: 18px;
	    padding: 0px 4px;
	font-weight: 600;
}

.productdetails-view .product-fields .product-field {
    margin-bottom: 15px;
    display: inline-block;
}

.control-label {
	font-size: 25px;
    padding: 10px 0px;
    font-weight: 400;
    margin-top: -20px;
    color: #df0b0b;
    margin-bottom: -20px;
}
.product-short-description {
	  
	
}

.productdetails-view h1 {
    margin: -3px 0 35px 0;
    text-align: center;
    font-size: 40px;
}

.productdetails-view .product-price div.PricesalesPrice {
    margin-right: 10px;
    font-weight: bold;
    text-align: left;
  
    color: #df0b0b;
  
}

.product_attributes {

	    background: #f3f3f3;
    padding: 0px 10px;
	

}
.attribute_item {
	margin-top: -15px;
    margin-bottom: -55px;
}

.attribute_text {
	float: right;
    display: inline-block;
    text-align: right;
    font-weight: 400;
    width: 70%;
    margin-top: -47px;
	    line-height: 1;
}

@media(max-width: 768px){
    .t3-mainbody > .row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .t3-mainbody > .row .t3-content{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .t3-mainbody > .row .t3-sidebar{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}