@font-face {
 font-family: "ProximaNova-Regular"; 
src: url("../fonts/ProximaNova-Regular.eot"); 
src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
url("../fonts/PProximaNova-Regular.woff") format("woff"), 
url("../fonts/ProximaNova-Regular.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
}
@font-face {
      font-family: 'fontello';
      src: url('../fonts/fontello.eot?73839377');
      src: url('../fonts/fontello.eot?73839377#iefix') format('embedded-opentype'),
           url('../fonts/fontello.woff?73839377') format('woff'),
           url('../fonts/fontello.ttf?73839377') format('truetype'),
           url('../fonts/fontello.svg?73839377#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
	@font-face {
      font-family: 'Verdana';
      src:  url('../fonts/Verdana Regular.ttf?73839377') format('truetype');
      font-weight: normal;
      font-style: normal;
    }
#logo p{
    font-size: 18px;
    color: #303030;
    text-align: left;
    padding: 0% 0px 0% 0%;
    margin: 0;
}
.navbuttonholder {
    position: relative;
    margin: 32px auto;
    width: var(--btn-w);
    color: #f68700;
    border: 3px solid #f68700;
    border-radius: 5em;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    line-height: 2em;
    cursor: pointer;
}
.dot {
    content: '';
    position: absolute;
    top: 0;
    width: var(--dot-w);
    height: 100%;
    border-radius: 100%;
    transition: all 300ms ease;
    display: none;
}
:root {
	--bg: #3C465C;
	--primary: #78FFCD;
	--solid: #fff;
	--btn-w: 10em;
	--dot-w: calc(var(--btn-w)*.2);
	--tr-X: calc(var(--btn-w) - var(--dot-w));
}
.dot:after {
    content: '';
    position: absolute;
    left: calc(50% - .4em);
    top: -.4em;
    height: .8em;
    width: .8em;
    background: #ffffff;
    border-radius: 1em;
    border: .25em solid #f68700;
    box-shadow: 0 0 0.7em #f68700, 0 0 2em #f68700;
}
.navbuttonholder .dot, .navbuttonholder .dot {
    animation: atom 2s infinite linear;
    display: block;
}
@keyframes atom {
	0% {transform: translateX(0) rotate(0);}
	30%{transform: translateX(var(--tr-X)) rotate(0);}
	50% {transform: translateX(var(--tr-X)) rotate(180deg);}
	80% {transform: translateX(0) rotate(180deg);}
	100% {transform: translateX(0) rotate(360deg);}
}
.navbuttonholder span {
    color: #f68700;
    font-weight: bold;
    font-size: 18px;
}
.caldo_description p {
    font-weight: bold;
    font-family: Verdana;
    color: #f68700;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    margin: auto;
    padding: 8% 0px 0% 2%;
    text-shadow: #036db387 1px 4px 5px;
}
.demo-icon{
    font-family: "fontello";
    font-style: normal;
    speak: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: inherit;
    width: 25px;
    margin-right: 0em;
    text-align: center;
    float: right;
    text-transform: none;
    line-height: 1em;
    margin-left: 1.8em;
    font-size: 17px;
    background: #f68700;
    color: #fff;
    border-radius: 60px;
    padding: 4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blogtabs {
	width: 100%!important;

}
.regpage input{
    margin: 0 0 1% 0!important;
}

#articletab{
	margin-bottom: 5%;
    padding: 2%;
	width: 73%;
    float: right;
	background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #303030;
    font-weight: bold;
    background-color: #fff;
}

#articletab h3 {
    font-size: 30px;
    font-weight: bold;
}
#videotab h3 {
    font-size: 30px;
    font-weight: bold;
}
#trueinfo h3 {
    font-size: 30px;
    font-weight: bold;
}
.blog_title {
	text-align: left;
	width: 100%;
    height: 60px;
    padding-top: 10px;
    background: #f68700;
    color: #fff;
    font-size: 15px
}
#articletab hr{
	border: none;
    background-color: #e3e0d9;
    color: #e1e1d9;
    height: 1px;
    float: left;
    width: 100%;
    margin: 0px 0 3% 0;
	}
#articletab a{
	text-decoration:none;
}
#videotab a{
	text-decoration:none;
}
#trueinfo a{
	text-decoration:none;
}
#articletab a:hover{
	text-decoration:none;
}
#videotab a:hover{
	text-decoration:none;
}
#trueinfo a:hover{
	text-decoration:none;
}
#videotab .video_tab{
       width: 100%;
}
#trueinfo .true_tab{
        width: 100%;
}
#videotab .video_tab .product-layout{
    width: 50%;
    float: left;
	}
#trueinfo .true_tab .product-layout{
    width: 50%;
    float: left;
	}
#articletab .product-layout{
    width: 50%;
    float: left;
	}
#articletab .product-layout .product-thumb{
      border: none!important;
    padding: 0px;
    margin: 0px;
	}
#articletab .product-layout .product-thumb:hover{
    box-shadow: none;
	}
#articletab .product-layout .product-thumb .caption h4 {
    font-weight: bold;
    text-align: left;
}
.regpage .buttons .pull-right .btn-primary {
    border: none;
    font-size: 18px;
    float: left;
    background: #f68700;
    background-repeat: no-repeat;
    background-size: 17%;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    padding: 5px 15px 5px 15px;
    height: 40px;
    width: 20%;
    margin: 0 0 10% 0;
}
#articletab .product-layout .product-thumb button.data_btn p{
	margin: 0px;
}
#articletab .product-layout .product-thumb button.data_btn:hover{
	box-shadow: none;
}
#articletab .product-layout .product-thumb button.data_btn{
	    cursor: default;
	position: absolute;
    padding: 0px;
    top: 0px;
    left: 4%;
    margin: 0px;
	background: #f68700;
    width: 25%;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}
.regpage{
	 width: 100%!important;
    margin-bottom: 5%!important;
    padding: 2%!important;
    float: right;
	background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
#articletab .product-layout .product-thumb .caption{
	font-size: 14px;
    color: #303030;
	padding: 0px;
}
#articletab .product-layout .product-thumb .caption a {
   font-size: 18px;
}
#articletab .product-layout img{
	padding: 0px;
    width: 100%;
    margin: 0px;
}
#trueinfo .product-layout .product-thumb{
      border: none!important;
    padding: 0px;
    margin: 0px;
	}
#trueinfo .product-layout .product-thumb:hover{
    box-shadow: none;
	}
#trueinfo .product-layout .product-thumb .caption h4 {
    font-weight: bold;
    text-align: left;
}
#trueinfo .product-layout .product-thumb button.data_btn p{
	margin: 0px;
}
#trueinfo .product-layout .product-thumb button.data_btn:hover{
	box-shadow: none;
}
#trueinfo .product-layout .product-thumb button.data_btn{
	    cursor: default;
	position: absolute;
    padding: 0px;
    top: 0px;
    left: 4%;
    margin: 0px;
	background: #f68700;
    width: 25%;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}
#trueinfo .product-layout .product-thumb .caption{
	font-size: 14px;
    color: #303030;
	padding: 0px;
}
#trueinfo .product-layout .product-thumb .caption a {
   font-size: 18px;
}
#trueinfo .product-layout img{
	padding: 0px;
    width: 100%;
    margin: 0px;
}
#videotab .product-layout .product-thumb{
      border: none!important;
    padding: 0px;
    margin: 0px;
	}
#videotab .product-layout .product-thumb:hover{
    box-shadow: none;
	}
#videotab .product-layout .product-thumb .caption h4 {
    font-weight: bold;
    text-align: left;
}
 #videotab .product-layout .product-thumb button.data_btn p{
	margin: 0px;
}
#videotab .product-layout .product-thumb button.data_btn:hover{
	box-shadow: none;
}
#videotab .product-layout .product-thumb button.data_btn{
	    cursor: default;
	position: absolute;
    padding: 0px;
    top: 0px;
    left: 4%;
    margin: 0px;
	background: #f68700;
    width: 25%;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}
#videotab .product-layout .product-thumb .caption{
	font-size: 14px;
    color: #303030;
	padding: 0px;
}
#videotab .product-layout .product-thumb .caption a {
   font-size: 18px;
}
#videotab .product-layout img{
	padding: 0px;
    width: 100%;
    margin: 0px;
}
#trueinfo hr{
	border: none;
    background-color: #e3e0d9;
    color: #e1e1d9;
    height: 1px;
    float: left;
    width: 100%;
    margin: 0px 0 3% 0;
	}
#trueinfo {
    margin-bottom: 5%;
    padding: 2%;
    width: 73%;
    float: right;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
#videotab {
    margin-bottom: 5%;
    padding: 2%;
    width: 73%;
    float: right;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
#videotab hr{
	border: none;
    background-color: #e3e0d9;
    color: #e1e1d9;
    height: 1px;
    float: left;
    width: 100%;
    margin: 0px 0 3% 0;
	}
li.blog_title{
	border: none;
}
.blogtabs .nav-stacked li:hover {
    border-left: 5px solid #f68700;
}
.blogtabs .nav-stacked li.active {
	font-weight: bold;
}
.blogtabs .nav-stacked{
	    padding: 0px;
    margin: 0px;
background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
.blogtabs .nav-stacked li{
    list-style: none;
    margin: 0px;
    padding: 7% 5% 0% 5%;
}
.blogtabs .nav-stacked li p{
padding: 0% 0% 7% 0%;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.order_list{
		width: 100%!important;
	margin-bottom: 5%!important;
    padding: 2%!important;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);	
	
}
.order_list .pull-right .btn-primary{
	    width: 50%!important;
}
.order_info {
		width: 100%!important;
	margin-bottom: 5%!important;
    padding: 2%!important;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);	
	
}
.suc_page .pull-right .btn-primary {
    width: 30%!important;
}
.suc_page p{
	color: #303030;
    font-size: 15px;
	}
.suc_page{
	margin-bottom: 5%!important;
    padding: 2%!important;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);	
}
.order_info  .pull-right{
	width: 35%;
}
.order_info .pull-right .btn-primary{
	    width: 50%!important;
}
.order_info  .table-responsive {
    min-height: .01%;
    overflow-x: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.order_list  .pull-right{
	width: 35%;
}
.address_edit{
	width: 100%!important;
	margin-bottom: 5%!important;
    padding: 2%!important;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);	
}
.address_edit .pull-right{
	width: 35%;
}
.address_edit .pull-right .btn-primary{
	    width: 50%!important;
		float: left!important;
}
.adress_list{
	margin-bottom: 5%!important;
    padding: 2%!important;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);	
}
.adress_list .pull-right{
	width: 35%;
}
.adress_list .pull-right .btn-primary{
	    width: 50%!important;
}
.adress_list .text-right .btn-danger{
	    background: #df5e3c;
}
.adress_list .text-right .btn-danger:hover{
	    background: #942a0e!important;
}
.adress_list .text-right .btn-info{
color: #df5e3c;
    text-shadow: none;
    border: none;
    background: none;
    font-size: 16px;
}
.adress_list .text-right .btn-info:hover{
    font-weight: bold!important;
    text-decoration: underline!important;
}
.pass_info{
	margin-bottom: 5%!important;
    padding: 2%!important;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);		
}
.pass_info .pull-right{
	width: 35%;
}
.pass_info .pull-right .btn-primary{
	    width: 50%!important;
    float: left!important;
}
.edit_style{
	margin-bottom: 5%!important;
    padding: 2%!important;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);	
}
.edit_style .pull-right{
	width: 35%;
}
.edit_style .pull-right .btn-primary{
	    width: 50%!important;
    float: left!important;
}
.accou{
	    margin-bottom: 5%!important;
    padding: 2%!important;
    width: 100%!important;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
.accou .list-unstyled a{
	font-size: 16px;
    color: #303030;
}
.accou .list-unstyled a:hover{
	color: #f68700;
	font-weight: bold;
}
.accou  h2{
	font-size: 30px;
    font-weight: bold;
}
.accou  hr{
	    border: none;
    background-color: #e3e0d9;
    color: #e1e1d9;
    height: 1px;
    float: left;
    width: 100%;
    margin: 0px 0 3% 0;
}
.blogtabs .nav-stacked li p a{
padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    color: #303030;
}
.blog_title span{
font-size: 20px;
    text-align: left;
    margin-top: 4%;
    margin-left: 10%;
	}

body {
	font-family: ProximaNova-Regular;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
#reg .log-info input:focus {
    outline: none;
}
#login .log-info input:focus {
    outline: none;
}
.articla p{
    font-size: 16px;
    color: #303030;
}
#gor_menu { 
    height: 65px;
    background: #ffffff;
    z-index: 5;
    position: relative;
    }
header{
    background: #f7f7f7;
}
.container.middles{
 background: #f7f7f7;   
}
.container{
    width: 100%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 0 7%;
}
.container.menus{
  background: #f7f7f7;
    padding: 1% 7%;
    width: 100%;
    border-bottom: none;  
}

.but-catalog a{
    color: white;
    text-decoration: none;
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.content-footer {
    height: 300px;
    background: #dedede;
    display: -webkit-box;
    padding-top: 6%;
    
}

.footer-first {
    width: 25%;
	padding-left: 5%;
}
.footer-first img{
    width: 75%;
}

.footer-second {
    width: 25%;
    margin-top: 15px;
}
.footer-second h1{
    color: #303030;
    font-weight: bold;
    text-align: left;
}
.footer-second h2{
    color: #303030;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin: 0px;
    }
 .footer-second   .call_btn {
    text-align: right;
    float: left;
    }
.footer-second h3{
    line-height: 1.2;
    text-align: left;
    font-size: 14px;
    color: #303030;
    padding: 0px;
    margin: 10px 0 0 0;
    }
.footer-second a:hover{
font-weight: bold;
color: #f68700;
    }
.footer-second p{
    color: #003663;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0px 0px 7px;
    margin: 0px 0 7px 0;
	
}
.phones a:hover{
font-weight: bold;
color: #f68700;
}
.footer-second a{
    text-decoration: underline;
    color: #f68700;
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 0 7px;
	
}

.footer-third {
    width: 25%;
    margin-top: 15px;
}
.footer-third a{
	color: #303030;
    font-size: 15px;
    line-height: 1.7;
}
.footer-third p{
	color: #303030;
    padding: 11% 0 0 0;
    font-size: 17px;
    font-weight: bold;
	}
.copyright p{
    display: none;
}	

.footer-third .demo-icon {
    margin-top: 0%;
    float: left;
    cursor: pointer;
    color: #dedede;
    margin-right: 1.8em;
    margin-left: 0;
	}
.text-right p strong {
    font-weight: 100;
    font-size: 20px;
    color: #f68700;
}
.text-right p{
    color: #303030;
    font-weight: bold;
}
.footer-fourth {
    width: 25%;
	padding-right: 5%;
}
.col-sm-12 h1 {
    display:none;
}
.kompani_info{
    margin-bottom: 5%;
    background: #fff;
    padding: 2%;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
.kompani_info h3{
    font-size: 35px;
    font-weight: bold;
    }
 .kompani_info  hr {
    border: none;
    background-color: #e3e0d9;
    color: #e1e1d9;
    height: 1px;
    float: left;
    width: 100%;
    margin: 0px 0 3% 0;
}
.kompani_info p span{
    color: #f68700;
    font-weight: bold;
}
.kompani_info p {
    font-size: 16px;
    color: #303030;
    padding-bottom: 1.5%;
    line-height: 1.7;
}

.komp_img{
    float:left; 
    margin: 7px 30px 7px 0;
    width: 25%;

   }
.footer-fourth p{
	color: #303030;
    padding: 0% 0 0 0;
    font-size: 17px;
    font-weight: bold;
	line-height: 1.4;
	}
.footer-fourth span{
	font-size: 14px;
    line-height: 1;
	}
.footer-fourth	input{
	margin-top: 6%;
    height: 30px;
    width: 90%;
	}
.sub{
    display: inline-block;
    margin-left: 5%;
    width: 100%;
}
.sub input{
    height: 40px;
    width: 80%;
    border-radius: 0px;
    float: left;
}
#cart-total{
    float: left;
    font-size: 16px;
    color: #215175;
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
    margin-top: 5%;
    margin-left: 25%;
}
.prodcart .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 8%;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.prodcart  .radio label{
    width: 100%!important;
    color: #000!important;
    font-size: 15px!important;
}
.prodcart select{
    font-size: 15px!important;
}
#button-search{
    font-size: 18px;
    background: #f68700;
    background-repeat: no-repeat;
    background-position: 83%;
    background-size: 17%;
    border-radius: inherit;
    border: none;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    padding: 5px 5px 5px 10px;
    height: 40px;
    width: 50%;
    margin: 0 0 10% 0;
}
.text-danger {
    color: #a94442;
    font-size: 16px;
}
#product .control-label{
    width: 100%;
}

.footer-fourth h2 {
    color: #303030;
    padding: 0% 0 0 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
}
/*.sub:before{
    font-size: 20px;
    float: right;
    font-weight: bold;
    color: #ffffff;
    right: 7.5%;
    margin-top: 23px;
    position: absolute;
    content: "\f1d9";
    font-family: fontAwesome;
}*/
.sub input[type=button]{
    width: 20%;
    height: 40px;
    background-color: #f68700;
    background-image: url(../image/send.png);
    background-position: 18px 9px;
    background-size: 35%;
    background-repeat: no-repeat;
    border: #f68700;
    float: left;
}
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}
.block_title {
    width: 320px;
    height: 60px;
    padding-top: 10px;
    background: #f68700;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.block_title .nav-button {
    right: 9px;
    bottom: 23px;
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    padding: 0px 0px 0px 0px;
    margin-top: 1%;
    cursor: pointer;
    margin-left: 0;
}
#left_col .block_content {
    width: 320px;
    padding: 0px 0px 13% 0;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
    /* border: 1px solid #666; */
}

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
 
#go { margin: 0 auto; width: 200px; padding-right: 85px; }
 
#signup form p {
}
 
#signup {
 
     width: 404px;
 
    display:none;
 
    background: #FFF;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
 
}
 button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: none;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}
.white-block {
    align-items: center;
    background: #ffffff;
    border-width: 3px;
    border-color: transparent;
    border-style: solid;
    box-shadow: 25px 32px 50px 0px rgba(49, 49, 49, 0.24);
    margin: 0 auto;
    padding: 40px;
}
#callback-header h2 {
    margin: 0% 0 5% 0;
    font-size: 18px;
}
#callbackForm .control-group input{
    height: 40px;
    width: 100%;
    margin-bottom: 4%;
    padding-left: 2%;
    font-size: 15px;
}
#callbackForm .btn-block button{
    height: 40px;
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    background: #f68700;
}
#callbackForm .btn-block button:hover{
    background: #8e5106;
}
#call a:focus, a:hover {
    color: #f68700;
    text-decoration: underline;
    outline-offset: 0!important;
    outline: none!important;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
	background: #5d5a5a;
}
#signup-header {
    height: 70px;
    background: #fff;
    padding: 18px 18px 14px 18px;
}
#signup-header h2 {
    color: #303030;
    font-size: 1.5em;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
}
.dost_info hr {
    border: none;
    background-color: #e3e0d9;
    color: #e1e1d9;
    height: 1px;
    float: left;
    width: 100%;
    margin: 0px 0 3% 0;
}
#prev_block {
    display:none;
}
.modal_close:before{
    
    font-weight: bold;
    content: 'X';
    border: 1px solid #fff;
    font-style: normal;
    speak: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: inherit;
    width: 25px;
    margin-right: 0em;
    text-align: center;
    float: right;
    text-transform: none;
    line-height: 1em;
    margin-left: 1.8em;
    font-size: 14px;
    background: #f68700;
    color: #fff;
    border-radius: 60px;
    padding: 4px;
    -webkit-font-smoothing: antialiased;
}
#signup-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }
 
#signup .txt-fld { position: relative; width: 364px; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: right; }
#signup .btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }
 
#signup .txt-fld label { display: block; float: left; width: 90px; padding-top: 8px; color: #222; font-size: 1.3em; text-align: left;  }
#signup .txt-fld input { width: 244px; padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222; background: #F7F7F7; font-family: "Helvetica Neue"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }
#signup .txt-fld input.good_input { background: #DEF5E1 url(../imgage/good.png) 236px center no-repeat; }
#signup .txt-fld input.error_input { background: #FDE0E0; }
 
.modal_close { 
    position: absolute;
    top: 12px;
    right: 12px;
    display:  none;
    z-index: 2;
    }
 .modal_close:hover::before{
    background: #fff;
    color: #f68700;
    font-weight: bold;
 }
#signup-ct form{
   margin-top: 2%; 
    padding: 0 10%;   
 }

#signup-ct input{
   width: 100%; 
   height:40px;
   font-size: 15px;
   padding-left: 2%;
 }
#signup .bt1 {
    float: right;
    background: #f68700;
    border: none;
    height: 40px;
    font-size: 18px;
    width: 100%;
    overflow: visible;
    margin-bottom: 15px;
    margin-right: 0px;
    color: #FFF;
    padding: 0px 4px;
}
#signup .bt1:hover {
     box-shadow: 5px 3px 8px -1px rgba(0, 0, 0, 0.20);
}
 #liv {
 margin-top:-35px;
 }
#gor_menu ul { 
    margin:0px;
    padding:0px;
    text-align:center;
    width:100%;
    height: 40px; 
    }

#block-system-main-menu {
    height: 40px;
    }

#gor_menu ul li {     
    list-style: none;
    display: inline-block;
    height: 30px;
    float: left;
    margin: 0% 4% 0 0%;
    padding-top: 3.5%;
}
.col-md-7{
    padding: 0px;
}
#gor_menu ul li a { 
    display: block;
    color: #000;
	font-size: 18px;
    text-align: left;
    }
    
#gor_menu ul li a:hover{
    border-bottom: 3px solid #f68700;
    text-decoration: none;
} 
ul.list-inline ul{
    list-style: none;
    display: inline-flex;
    padding-top: 10px;
    font-size: 15px;
}
ul.list-inline ul li a{
    color:#303030;
} 
ul.list-inline ul li a:hover{
    cursor: pointer;
    text-decoration: underline;
}  
.icon-kalde{
    margin-top: 5%;
}
.logow{
	    width: 40%;
}
.logow img{
	    width: 100%;
}
.iconw {
    width: 21%;
    padding: 0;
}
.phones{
    width: 15%;
    margin-top: 1%;
}
.phones p{
    color: #003663;
    text-align: right;
    font-size: 16px;
    line-height: 1.2em;
    padding: 1% 0;
}
.caldo_description {
	    width: 23%;
	    font-size: 16px;
    color: #303030;
    text-align: left;
    padding: 0% 0px 0% 0%;
    font-family: ProximaNova-Regular;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	text-shadow: 0 1px 0 #FFF;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}

#logo h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -5px;
}

/* search */
#search {
	    margin-top: 5%;
	margin-bottom: 5%;
}
.block-img {
    display: -webkit-box;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
    height: 512px;
}
.side-left {
    width: 55%;
    padding-top: 7%;
    position: relative;
    z-index: 7;
}

.side-left span{ 
    color: #003663;
    font-weight: bold;
    font-size: 42px;
    color: #003663;
}
.side-left h2 {
    font-size: 65px;
    text-align: left;
    font-weight: bold;
    color: #003663;
    padding-bottom: 5px;
    margin: 0;
}
.block-img {
    margin-top: 3%;
    width: 94%;
    right: 25px;
    position: relative;
    float: right;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
    height: 465px;
}
hr {
    border: none;
    background-color: #f68700;
    color: #f68700;
    height: 5px;
    float: left;
    margin-top: 12%;
    margin-left: 0%;
    width: 23%;
 }
.side-left h1{
	    line-height: 1.5;
    margin-top: 9%;
    font-size: 25px;
    font-weight: normal;
    text-align: left;
    color: #003663;
    margin-left: 7%;
}
.field-items .side-left p{ 
    margin-left: 7%;
    font-size: 30px;
    color: #003663;
    text-align: left;
    line-height: 1.2;
}
.side-right img{
    width: 62%;
    position: absolute;
    bottom: 20px;
    right: 0px;
    z-index: 1;
}
.container.middles.hooomest {
    background: #f7f7f7;
    padding-bottom: 40px;
}
.but-catalog a:focus, .but-catalog a:hover {
    color: #ffffff;
    text-decoration: underline;
    outline-offset: 0!important;
    outline: none!important;
}
.field-items .side-right p{
    font-size: 127px;
    font-weight: bold;
    position: absolute;
    top: 164px;
    right: 1%;
    z-index: 2;
    text-overflow: ellipsis;
    color: #00000005;
    }
.but-catalog {
    width: 75%;
    background: #f68700;
    position: relative;
    bottom:0px;
    color: #fff;
    padding: 6% 1%;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
	.conetn-middle{
    margin-top: 2%;
    padding: 3% 5%;
    
}
.conetn-middle h1{
    position: absolute;
    font-size: 116px;
    color: #30303005;
    font-weight: bold;
    margin-top: -90px;
    margin-left: 30px;
    }
.conetn-middle p{
    font-size: 40px;
    font-weight: bold;
    color: #303030;
    position: relative;
    top: 3px;
    left: 5px;
    }
.blocks{
    height: 250px;
    display: -webkit-box;
    margin-top: 2%;
}
.footer-first p{
    line-height: 1.2;
    font-size: 13px;
    font-weight: bold;
    margin-top: 2%;
}
.middle-second {
	    margin-left: 8%;
        width: 30%;
    
}

.middle-second p{
color: #e67e00;
    font-size: 20px;
    width: 50%;
    margin-top: 16px;
    top: 0px;
    left: 5%;
    position: relative;
    text-align: left;
    
}
.middle-second h2{
    text-align: left;
    position: relative;
    border-left: 4px solid #f68700;
    margin-top: 5%;
    padding-left: 10%;
    font-size: 17px;
    color: #303030;
    }

.middle-second img{
    float: left;
    padding: 0 0% 0 0;
    width: 18%;
    
}

.middle-first {
    width: 30%;
    
}
.middle-first h2{
    text-align: left;
    position: relative;
    border-left: 4px solid #f68700;
    margin-top: 5%;
    padding-left: 10%;
    font-size: 17px;
    color: #303030;
    }

.middle-first img{
    float: left;
    padding: 0 0% 0 0;
    width: 18%;
    
}
.middle-first p{
    color: #e67e00;
    font-size: 20px;
    width: 84%;
    margin-top: 16px;
    top: 0px;
    left: 5%;
    position: relative;
    text-align: left;
}


.middle-third {
	margin-left: 4%;
    width: 30%; 
}

.middle-third h2{
    text-align: left;
    position: relative;
    border-left: 4px solid #f68700;
    margin-top: 5%;
    padding-left: 10%;
    font-size: 17px;
    color: #303030;
    }
.middle-third p{
    color: #e67e00;
    font-size: 20px;
    width: 44%;
    margin-top: 16px;
    top: 0px;
    left: 5%;
    position: relative;
    text-align: left;
    
}

.middle-third img{
    float: left;
    padding: 0 0% 0 0;
    width: 18%;
    
}
#search .input-lg {
    box-shadow: none;
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
    border-radius: 0px;
    background: #fcfcfc;
    font-size: 14px;
    border: 1px solid #dedede;
    border-right: none;
    font-style: italic;
}
.block_title p{
    background: #f68700;
    color: #fff;
    margin: 0px;
    padding: 3% 0px 0px 7%;
    text-align: left;
    font-size: 20px;
}
.block_title span {
    float: left;
    width: 55%;
    height: 2px;
    background: #fff;
    margin-bottom: 4px;
}
.call_btn{
    text-align: right;
    float: right;
    color: #f68700;
    font-size: 16px;
    text-decoration: underline;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
    border: 1px solid #dedede;
    border-left: none;
    background: #fcfcfc;
    height: 40px;
}
/* cart */
#cart .open > .btn {
 background: url(/catalog/view/theme/default/image/cart-kalde.png);
    background-repeat: no-repeat;
    background-position: 115%;
}
#cart > .btn {
    font-size: 16px;
    line-height: 18px;
    color: #003663;
   background: url(/catalog/view/theme/default/image/cart-kalde.png);
    background-repeat: no-repeat;
    background-position: 115%;
    border: none;
    padding: 0px;
}
#cart-total i{
    display: none;
}
.childcategory .product-layout .product-thumb button:focus {
    outline: 0px;
}

#cart.open > .btn {
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
.text-right strong{
    font-weight: 700;
    font-size: 14px;
    color: #303030;

}
.text-right strong:hover{
    color: #f68700;

}
.table-striped .text-center i{
    font-size: 11px;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
        background: #fff;
    border-radius: 0px;
    border: 2px solid #ccc;
    padding: 0;
	border-radius: 0px;
    box-shadow: 0px 0px 92px 200px rgba(0,0,0,.175);
    width: 500px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
    border: none;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 5px 0 0 0;
}
#menu li{
    list-style: none;
    margin: 0px;
    padding: 7% 10% 0% 10%;
}

#menu li p{
    padding: 0% 0% 7% 0%;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
#menu li:before{
    font-size: 18px;
    float: right;
    font-weight: bold;
    color: #f68700; 
    font-family: fontAwesome;
}
ul#menu li:hover {
    border-left: 5px solid #f68700;
}
#menu li a:focus {
    outline: thin dotted;
    outline: 0;
    outline-offset: 0px;
    font-weight: bold;
    text-decoration: none;
}
#menu li ul{
    display: none;
    background: #fff;
    position: absolute;
    left: 99%;
    top: 10%;
    width: 841px;
    min-height: 84.5%;
    border: 2px solid #c3c1c1db;
    padding: 5px 0;
    box-sizing: content-box;
    z-index: 12;
}
.lev2 li:hover{
    border-left: none!important;
    font-weight: bold;
}
ul#lev61 li{
    width: 30%!important;
    float: left;
        margin: 0%!important;
    padding: 0% 0 0% 3%!important;
}



/*begin small li*/
.id156, .id158, .id160, .id162, .id164, .id166, .id168, .id170, .id172,.id174, .id176, .id178, .id180, .id182, .id184, .id186, 
.id188, .id190, .id192, .id194, .id196, .id198, .id200, .id202, .id204, .id206, .id208, .id210 {
    width: 30%!important;
    float: left;
    margin:0% 0 0% 1%!important;
        padding: 0% 0 0% 3%!important;
    
} 
.id220, .id222, .id224, .id226, .id228, .id230, .id232, .id234, .id236, .id238,.id240, .id242, .id244, .id246, .id248, .id250 {
    width: 45%!important;
    float: left;
    margin:0% 0 0% 1%!important;
    
}
/*end small li*/

/*begin small li a*/
.id156 a,.id158 a, .id160 a, .id162 a, .id164 a,.id166 a,.id168 a,.id170 a,.id172 a,.id174 a,.id176 a,.id178 a,.id180 a,.id182 a,.id184 a,.id186 a,.id188 a,.id190 a,.id192 a,.id194 a,.id196 a,.id198 a,.id200 a,.id202 a, .id204 a,.id206 a,.id208 a,.id210 a{
    font-size: 14px!important;
   
} 
.id220 a, .id222 a, .id224 a, .id226 a, .id228 a, .id230 a, .id232 a, .id234 a, .id236 a, .id238 a, .id240 a, .id242 a, .id244 a, .id246 a,
.id248 a, .id250 a {
    font-size: 14px!important;
}
/* end small li a*/

/*begin small li .id60 and li a*/
.id60 {
    width: 30%!important;
    float: left;
    margin:0% 0 0% 1%!important;
}
.id60 a{
    font-size: 14px!important;
}
/*end small li .id60 and li a*/



ul#lev61 li a{
font-size: 14px!important;
}
#menu li ul.lev3{
    display: none;
    position: absolute;
    left: 175px;
    width: 79%;
    top: 0%;
    border-left: 2px solid #b3aaaa40;
    border-right: 2px solid #b3aaaa40;
    border-top: 0;
    border-bottom: 2px solid #b3aaaa40;
    z-index: 9;
    background: #ffffff;
    height: auto;   
}

ul.lev3 li{
    font-weight: normal;
}
ul.lev3 li:hover{
    font-weight: bold;
}
#menu li .lev2 li:hover ul.lev3{
    display: block; 
    margin-top: 2%;
}
#menu li ul li{
    list-style: none;
    margin: 0%;
    padding: 1% ;
    float: left;
    width: 32%;
}
#menu li ul li img{
      width: 30%;  
}
#menu li ul li a{
font-size: 16px;
    width: 100%;
    float: left;
}
#menu li ul li a{ 
 font-size: 16px;
    
}
#menu li ul li:before{
    content: " ";
}
#menu li ul li p{
    padding: 0;
    border-bottom: none;
    margin: 0;
} 
.list-group{
    width: 320px;
    padding: 0px 0px 13% 0;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #ffffff!important;
    background-color: #f68700a6!important;
    border-color: #f68700!important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2!important;
    color: #fff!important;
    cursor: default;
    background-color: #f68700!important;
    border-color: #f68700!important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #f68700!important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #f68700!important;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
#cart-total p{
    font-weight: normal;
}
#menu li a{
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    color: #303030;
}
#menu li a:hover{
background: #fff;
}

#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
#gor_menu ul li {
    padding-top: 3.5%;
    margin: 4% 2% 0 3%;
}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
.fullwidth {
    width: 100%!important;
}
/* content */
#content {
    width: 70%; 
    margin: 0 0 0 0px;
    padding: 0;
}
.viewpr{
	display:none!important;
}
.phones p a {
    color: #333;
}
.footer-second p a {
    color: #333;
    text-decoration: none;
}
#column-left{
    width: 27%;
    margin: 0;
    padding: 0;
}
/* footer */
footer {
	
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0px 0 0px 0;
    padding: 20px 0;
    border-radius: 0px;
    background: none;
}
#catalog{
    float: right;
    width: 70%;
    padding: 1%;
    margin-left: 0%;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
.children .catalog-name{
   display: none; 
}
.btn-group-sm span{
 float: left;   
}
#list-view{
    background: #fff;
    border: none;
    color: #000;
    }
.btn.active, .btn:active i{
       color: #f68700!important;
    }
.btn.active, .btn i:focus{
       outline: none;
    }
.btn.active, .btn .fa {
    font-size: 19px;
}
.btn-group-sm span{
    font-size: 13px;
    font-weight: bold;
    color: #215175;
    margin-top: 3px;
}
.input-group-sm a{
    color: #303030;
    font-size: 14px; 
    padding-left: 5%;    
}
.input-group-sm a:hover{
    color: #f68700;
}
.input-group-sm{
    display: inline;
}
.input-group-sm span.active-sort{
   font-weight: bold;
    font-size: 14px;
    color: #f68700;
    margin-left: 5%;
}
.childcategory hr{
    margin: 0;
    margin-top: 0.5%;
    margin-bottom: 3%;
    width: 100%;
    height: 1px;
    color: #dedede;
    background-color: #dedede;
}
.childcategory h2{
    float: left;
    width: 25%;
    padding: 0px;
    margin: 0px;
}
.sorts{
    width: 55%;
}

.viewpr{
    width: 17%;
}
.btn.active:focus, .btn:focus{
          outline: none!important;
    outline-offset: 0px!important;
    }
.btn.active, .btn:active {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
#grid-view{
    background: #fff;
    border: none;
    color: #000;
    }
.children .name{
   display: none; 
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li a{
    color: #303030;
    font-size: 15px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.col-sm-9{
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53); 
    margin-left: 2%!important;
    padding: 2%!important;
    margin-bottom: 7%!important;
}
.breadcrumb > li:after {
    display: block;
    content: "\f105";
    position: absolute;
    font-family: fontAwesome;
    top: 1px;
    font-weight: bold;
    color: #f68700;
    right: -25px;
    width: 26px; 
    height: 26px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border-left: none;
	border-radius: 4px;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
    border: 1px solid #dedede;
    color: #215175;
    border-radius: 0px;
    border-left: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f7f7f76e;
}
.btn-default:hover {
    color: #215175;
    background-color: #f7f7f76e;
    border-left: none;
    border-color:  #dedede;
}
.btn-primary {
    font-size: 18px;
    background: #f68700 url(../image/cart-white.png);
    background-repeat: no-repeat;
    background-position: 83%;
    background-size: 17%;
    border-radius: inherit;
    border: none;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    padding: 5px 5px 5px 10px;
    height: 40px;
    width: 100%;
    margin: 0 0 10% 0;
}
.fa-search{
    font-size: 16px;
    left: -14px;
    position: relative;
}
.thumbnail {
    display: block;
    padding: 5%;
    border: 1px solid #dedede;
    border-radius: 0px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
   border: 1px solid #dedede; 
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    background-color: #f68700;
    border: none;
    border-radius: 0;
}
.table-bordered .text-center i:before{
    content: "\f057";
    color: #f68700;
    font-size: 24px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}
.text-right strong {
    font-weight: 700;
    font-size: 14px;
    color: #303030;
}
.table-bordered .text-left a{
    color: #303030;
    font-weight: bold;
    font-size: 16px;
}
.table-bordered .text-left small{
font-size: 12px;
}
.table-bordered {
    border: none;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
}
.table-bordered .img-thumbnail {
    display: inline-block;
    width: 60%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.10);
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.table-bordered .text-center i:hover{
    content: "\f057";
    color: #b66503;
}
.table-bordered tbody .text-right{
    color: #f68700;
    font-size: 17px;
    text-align: center;
}
.table-bordered td{
        color: #303030;
    font-weight: bold;
    font-size: 18px;
}
.table-bordered tbody td{
        color: #303030;
    font-weight: normal;
    font-size: 16px;
}
.table-bordered .btn-danger {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.table-bordered .btn-danger:hover {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.nav-tabs>li>a:hover{
    background: none!important;
    border: none!important;
    font-weight: bold;
}
.checkoutcl h1{
    font-weight: bold;
    font-size: 25px;
}

.panel-heading h4 a{
    font-size: 17px;
    font-weight: bold;
    color: #303030;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none!important;
}
.panel-title .accordion-toggle.collapsed {
    color:#30303038;
}
.checkoutcl{
    width: 100%!important;
}
#input-option227{
    padding: 5%;
}
.panel-title .accordion-toggle.collapsed p{
    float: left;
    padding-right: 2%;
    color: #f6870042;
    font-weight: bold;
}
.panel-heading h4{
    font-size: 17px;
    font-weight: bold;
     color:#30303038;
}
.panel-title p{
    float: left;
    padding-right: 2%;
     color:#f687006b;
    font-weight: bold;
}
.checkoutcl hr{
    border: none;
    background-color: #e3e0d9;
    color: #e1e1d9;
    height: 1px;
    float: left;
    width: 100%;
    margin: 0px 0 3% 0;
    
    
}

.panel-title a p{
    float: left;
    padding-right: 2%;
    color: #f68700;
    font-weight: bold;
}
#login .logcheck .log-info {
    float: right;
    width: 50%;
}
#reg .logcheck .log-info {
    float: right;
    width: 50%;
}
#reg  .log-or {
    position: relative;
    top: 80px;
    left: 7px;
    color: #303030;
    font-size: 20px;
}

.logcla {
    width: 40%;
    float: left;    
}
.logcheck {
    width: 70%!important;
}


.logcla2 {
    width: 40%;
    float: left;
}
#login .log-info input{
    border: none!important;
    width: 15%;
    float: left;
    height: auto;
    padding: 2%;
}
#reg .log-info input{
    border: none!important;
    width: 15%;
    float: left;
    padding: 2%;
    height: auto;
}
.accordion-toggle i{
    display: none;
}
.panel-default>.panel-heading {
    color: #303030;
    background-color: #ffffff;
    border: none;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


#collapse-checkout-option input[type=radio]{
    display: block;
    height: auto;
    width: auto;
    font-size: 14px;
    line-height: 1.42857143;
    color: #303030;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-c;
    -webkit-transition: none;
    transition: none;
}
#collapse-checkout-option input[type=button]{
        border: none;
    font-size: 20px!important;
    background: #f68700;
    background-image: none;
    background-size: 17%;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    padding: 5px 5px 5px 5px;
    height: 40px;
    width: 50%;
    border-radius: 0;
    margin: 0 0 10% 0;
}
#ssm_over {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.65);
    display: none;
    z-index: 3;
}
 .cont_top p a {
    color: #303030;
}
#collapse-checkout-option input{
      display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #303030;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f68700;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-c;
    -webkit-transition: none;
    transition: none;  
}
.table-bordered .text-center i:hover::before {
    content: "\f057";
    color: #aa5f04;
    font-size: 24px;
}
.btn-danger:hover {
    color: #fff;
    background-color: #b46505;
    border: none;
    border-radius: 0;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.pull-left a.btn-default {
    border: none;
    font-size: 18px;
    background: #ffffff;
    background-repeat: no-repeat;
    background-size: 17%;
    font-weight: normal;
    color: #f68700;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    padding: 5px 15px 5px 15px;
    height: 40px;
    width: 60%;
    margin: 0 0 10% 0;
}
.col-sm-9 .buttons {
    float: left;
    width: 100%;
}
.col-sm-9 .buttons .pull-left{
    width: 50%;
}
.col-sm-9 .buttons .pull-right{
    width: 50%;
}
.pull-left a.btn-default:hover {
    box-shadow: none;
    background: #ffffff;
    border: none;
    font-weight: bold;
    color: #f68700;
}
.pull-left a:before{
    padding: 0 5%;
    font-size: 18px;
    float: left;
    font-weight: bold;
    color: #f68700;
    content: "\f104";
    font-family: fontAwesome;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.cartt{
    width: 60%!important;
}
#product .col-sm-4 {
    background: #d5d5d51c;
    padding: 4% 3%;
}
#product .plus-minus {
    width: 24%;
    margin: 0px;
}
#product label{
    padding: 0px;
    margin: 4px 0 0 0;
    width: 40%;
    font-size: 20px;
    color: #215175;
    float: left;
}
.list-unstyled h2 span{
    padding: 0px;
    margin: 4px 0 0 0;
    width: 40%;
    font-size: 20px;
    color: #215175;
    float: left;
    font-weight: normal;
}
.productcart h3{
    color: #303030;
    font-weight: bold;
    font-size: 24px;
}
.productcart .list-unstyled li{
    font-size: 16px;
    color: #303030;
    line-height: 1.7;
}
.productcart .form-group .btn-primary {
    font-size: 22px;
    background: #f68700 url(../image/cart-white.png);
    background-repeat: no-repeat;
    background-position: 83%;
    background-size: 18%;
    border-radius: inherit;
    border: none;
    font-weight: normal;
    color: #fff;
    text-align: left;
    text-shadow: none;
    text-transform: none;
    padding: 5px 5px 5px 20%;
    height: 40px;
    width: 81%;
    margin: 0 0 10% 0;
}
.list-unstyled h2{
    color: #215175;
    font-weight: bold;
    }
.productcart h1 {
    display: block!important;
    font-weight: bold;
    margin-bottom: 0px;
}
.productcart h1 p{
    float: right;
    font-size: 17px;
    margin: 0px;
    position: relative;
    bottom: -17px;
    font-weight: normal;
}
.productcart hr{
    border: none;
    background-color: #e3e0d9;
    color: #e1e1d9;
    height: 1px;
    float: left;
    width: 100%;
    margin: 0px 0 3% 0;
}
.productcart .form-group .btn-primary:hover {
    box-shadow: 5px 3px 8px -1px rgba(0, 0, 0, 0.20);
    text-decoration: none;
    cursor: pointer;
}
.description table{
    width: 100%;
}
.description td{
    font-size: 15px;
    text-align: center;
    color: #303030;
}
.productcart{
    width: 100%!important;
    margin-bottom: 8%!important;
    background: #fff;
    padding: 2%!important;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
#tab-description p{
    font-size: 16px;
    color: #303030;
    line-height: 1.4;
    margin-bottom: 6%;
}
/* product list */
.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
    height: 100%;
   border: 1px solid #dedede;
    background: #fff;
}
.caption.text-center a{
    color: #303030;
    font-size: 14px;
}
.dopclass .caption.text-center{
    padding: 0 0px
    
}
.dopclass .product-thumb.transition{
    box-shadow: none;
}
.dopclass .product-thumb.transition .caption.text-center:hover{
    font-weight: bold;
}
.product-thumb:hover {
    box-shadow: 5px 3px 8px -1px rgba(0, 0, 0, 0.20);
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
#input-quantity{
    height: 30px;
    text-align: center;
    font-size: 16px;
    width: 45px;
    margin: 0px 10px 0 10px;
}
.plus-minus{
    width: 24%;
    margin-left: 17%;
    margin-top: 10%;
}
.input-group-btn .btn-default{
    border: none;
    padding: 0px;
    margin: 0px;
}
.btn-default span{
    float: left;
    width: 30px;
    font-size: 25px;
    height: 30px;
    background: #f68700;
    cursor: pointer;
    color: #ffffff;
    line-height: 29px;
    text-align: center;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
    width: 80%;
}
.product-thumb.transition img {
    width: 70%;
}
.fa-minus {
    color: #fff;
}
.caption h4 a{
    color: #303030;
    font-size: 16px;
    font-weight: bold;
}
.caption h4{
text-align: center;
}
.product-layout .product-thumb{
    height: auto!important;
    border: 2px solid #dedede!important;
}
.cont_page hr{
    border: none;
    background-color: #e3e0d9;
    color: #e1e1d9;
    height: 1px;
    float: left;
    width: 100%;
    margin: 0px 0 3% 0;
}
.cont_page h3{
    font-size: 35px;
    font-weight: bold;
}
.contacts{
    width: 100%!important;
    margin-bottom: 8%!important;
    background: #fff;
    padding: 2%!important;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
.breadcrumb > li:last-child:after{
        content: "";
}
.list-inline {
    float: right;
}
.breadcrumb > li:last-child a{
    color: #f68700;
    font-weight: bold;
    pointer-events: none;
}
.cont_top h3{
     font-weight: normal;
    font-size: 18px;
    padding-bottom: 2%;
}
.cont_top p{
    font-size: 16px;
    font-weight: bold;
    color: #303030;
}
.cont_1{
    width: 25%;
    float: left;
    padding-bottom: 2%;    
}
.cont_2{
    width: 25%;
    float: left;
    padding-bottom: 2%;    
}
.cont_3{
    width: 25%;
    float: left;
    padding-bottom: 2%;    
}
.cont_4{
    width: 25%;
    float: left;
    padding-bottom: 2%;    
}
.cont_5{
    width: 45%;
    float: left;
    margin-right: 2%;
}
.cont_5 p{
    font-size: 25px;
    font-weight: bold;
    color: #303030;
    padding-bottom: 2%;
}
.cont_5 span{
    font-size: 16px;
    color: #303030;
}
.form-horizontal .control-label {
    display: none;
}
.form-horizontal input{
   border-radius: 0px; 
   border-radius: 0px;
    margin: 0 0 6.9% 0;
    height: 45px;
    box-shadow: none;
    font-size: 16px!important;
    border-color: #f68700;
}
.form-horizontal textarea{
 height: 170px;
 border-radius: 0px;    
 resize: none;
 font-size: 16px!important;
 border-color: #f68700;
}
.forminputs{
    width: 100%!important;
}
.continput {
    width: 50%;
    float: left;
}
.has-error .form-control  {
    border-radius: 0px;
    margin: 0 0 6.9% 0;
    height: 45px;
    box-shadow: none;
    font-size: 16px!important;
border-color: #f68700; }
.childcategory .product-thumb {
     height: 200px;
    width: 100%;
    margin-bottom: 20px;
    overflow: auto;
    border: none;
    background: #fff;
}
.dopclass{
    width: 25%!important;
}
    width: 100%!important;
    margin-bottom: 5%;
    background: #fff;
    padding: 2%;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
.continput input{
    
    margin-bottom: 8%;
    width: 97%;
    height: 43px;
    font-size: 16px!important;
    border-color: #f68700;
}
.pull-right .continput .btn-primary {
    border: none;
    font-size: 18px;
    background: #f68700;
    background-repeat: no-repeat;
    background-size: 17%;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    padding: 5px 15px 5px 15px;
    height: 40px;
    width: 97%!important;
    margin: 0 0 10% 0;
}
.form-horizontal{
    margin-top: 6%;
}
.continput .btn{
    border: none;
    background: #f68700;
    text-shadow: none;
    font-size: 19px!important;
}
.pull-right .continput{
    width: 100%;
}
.pull-right {
    width: 100%;
}
.forg .pull-right {
    width: 90%;
}
.pull-left .btn-default:hover {
    box-shadow: 5px 3px 8px -1px rgba(0, 0, 0, 0.20);
    background: #f68700;
    border: none;
    color: #fff;
}
.askdiv{
    width: 48%;
    float: right;
}
.form-horizontal legend {
    font-size: 18px;
    padding: 7px 0px;
    display: none;
}
.cont_6{
    width: 50%;
    float: left;
}
.cont_6 iframe{
    height: 262px;
    width: 100%;
}
.product-grid .product-thumb .image {
	float: none;
}
.extremum-click.red {
    position: relative;
    z-index: 2;
}
.extremum-click.red img {
    visibility: hidden;
}
.childcategory .product-thumb {
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
    overflow: auto;
    position: relative;
    border: none;
    background: #fff;
}
.extremum-slide {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    margin: 0;
}
.extremum-slide {
    display: none;
    background: #fff;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 100%;
}
.extremum-click {
    position: relative;
    z-index: 3;
}
#desc-prod-list {
    padding: 0 20px;
}
#desc-prod-list p {
    text-align: left;
    font-size: 14px;
}
#desc-prod-list h4 {
    margin-bottom: 20px;
}
.extremum-click.red #prod-title-h4 {
    visibility: hidden;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	text-align: center;
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 100%;
}
.product-list .product-thumb .caption {
	float: left;
    width: 41%;
    margin-left: 0px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
.iconw p {
    padding: 2% 0px 0% 2%;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
 
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    color: #215175;
    text-align: center;
    font-size: 20px;
    padding: 10%;
    font-weight: bold;
}
.product-thumb .price-new {
	font-weight: 600;
}
.footer-third a:hover{
    font-weight: bold;
    color: #303030;
}
.childcategory .product-layout .product-thumb button[type=button]{
        font-size: 18px;
    background: #f68700 url(/catalog/view/theme/default/image/cart-white.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 29%;
    border-radius: inherit;
    border: none;
    font-weight: normal;
    color: #fff;
    text-align: left;
    text-shadow: none;
    text-transform: none;
    padding: 4px 5px 5px 35px;
    height: 40px;
    width: 70%;
    margin: 0 15% 10% 15%;
}
.childcategory .product-layout .product-thumb button[type=button]:hover{
    box-shadow: 5px 3px 8px -1px rgba(0, 0, 0, 0.20);
}
#reg #button-account{ 
    font-size: 18px;
    background: #f68700;
    background-repeat: no-repeat;
    background-position: 83%;
    background-size: 17%;
    border-radius: inherit;
    border: none;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    padding: 5px 5px 5px 10px;
    height: 40px;
    width: 50%;
    margin: 0 0 10% 0;
}
#reg #button-account:hover{ 
box-shadow: 5px 3px 8px -1px rgba(0, 0, 0, 0.20);
}
 #button-login:hover{
     box-shadow: 5px 3px 8px -1px rgba(0, 0, 0, 0.20);
 }

 #button-login{
    border: none;
    font-size: 20px!important;
    background: #f68700;
    background-image: none;
    background-size: 17%;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    padding: 5px 5px 5px 5px;
    height: 40px;
    width: 50%;
    border-radius: 0;
    margin: 0 0 10% 0;
}
.buttons .pull-right .btn-primary {
    border: none;
    font-size: 18px;
    float: right;
    background: #f68700;
    background-repeat: no-repeat;
    background-size: 17%;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    padding: 5px 15px 5px 15px;
    height: 40px;
    width: 60%;
    margin: 0 0 10% 0;
}
#reg .col-sm-6 .well .btn-primary:hover{
    box-shadow: 5px 3px 8px -1px rgba(0, 0, 0, 0.20);
}
#reg .col-sm-6 .well .btn-primary{
        border: none;
    font-size: 18px;
    background: #f68700;
    background-repeat: no-repeat;
    background-size: 17%;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    padding: 5px 5px 5px 10px;
    height: 40px;
    width: 60%;
    border-radius: 0;
    margin: 0 0 10% 0;
}
#login .col-sm-6 .well .btn-primary:hover{
    box-shadow: 5px 3px 8px -1px rgba(0, 0, 0, 0.20);
}
.logpage{
    width: 100%!important;
    margin-bottom: 5%!important;
    background: #fff;
    padding: 2%!important;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
.well input{
    border-radius: 0!important;
    font-size: 16px!important;
}
.forg p{
    font-size: 16px;
}
.pull-left .btn-default{
    border: none;
    font-size: 18px;
    background: #f68700;
    background-repeat: no-repeat;
    background-size: 17%;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    padding: 5px 15px 5px 15px;
    height: 40px;
    width: 100%;
    margin: 0 0 10% 0;
}
.forg {
    width: 100%!important;
    margin-bottom: 5%!important;
    background: #fff;
    padding: 2%!important;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
.forg .form-horizontal {
    margin-top: 2%;
}
.forg .form-horizontal input{
   font-size: 16px;
}
.well .forghre a{
    margin-top: 3%;
    font-size: 16px;
    float: right;
    color: #303030;
    text-decoration: underline;
}
.well .forghre a:hover{
font-weight: bold;
}
.nav-tabs {
    border-bottom: none!important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #303030!important;
    cursor: default;
    background-color: #fff;
    border: none!important;
    border-bottom-color: transparent;
    border-bottom: 2px solid #f68d0c!important;
}
.nav-tabs li.active a{
    font-size: 15px;
    font-weight: bold;
}
.nav-tabs li a{
    font-size: 15px;
    color: #303030;
}
.well p srtong{
    font-size: 18px;
}
.well p{
    font-size: 14px;
}
.pokup{
        width: 80%!important;
}
.log-or{
    position: relative;
    top: 57px;
    left: 18px;
    color: #303030;
    font-size: 20px;
}
.log-info p{
    color: #303030;
    font-size: 20px;
}
.log-info h5{
    color: #303030;
    font-size: 13px;
    width: 100%;
    float: right;
}
.log-info{
    float: right;
    width: 55%;
}
.well {
    float: left;
    width: 35%;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f500!important;
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-radius: 0!important;
}
#login .col-sm-6 .well .btn-primary{
    border: none;
    font-size: 20px!important;
    background: #f68700;
    background-image: none;
    background-size: 17%;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    padding: 5px 5px 5px 5px;
    height: 40px;
    width: 50%;
    border-radius: 0;
    margin: 0 0 10% 0;
}
.well strong {
    font-weight: 100;
    font-size: 19px;
    text-shadow: none;
}
.well .form-group input{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f68700;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-c;
    -webkit-transition: none;
    transition: none;
}
.buttons .pull-right .btn-primary:hover {
    box-shadow: 5px 3px 8px -1px rgba(0, 0, 0, 0.20);
    background: #f68700;
    border: none;
    color:#fff;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
    width: 70%;
    margin: 0 0 4% 14%;
}
.product-list .product-thumb .button-group {
}
.product-list .product-thumb .button-group button {
    font-size: 18px;
    background: #f68700 url(../image/cart-white.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 29%;
    border-radius: inherit;
    border: none;
    font-weight: normal;
    color: #fff;
    text-align: left;
    text-shadow: none;
    text-transform: none;
    padding: 5px 5px 5px 10px;
    height: 40px;
    width: 28%;
    margin: 0 0 5% 0;
    margin-left: 60%;
}
.btn-default span:hover {
    background: #a65d04;
}
.nav-button {
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    padding: 13px 6px 6px 6px;
    position: relative;
    margin-top: 2%;
    cursor: pointer;
}
#regist{
    display: none;
}
#hidd_cat{
    display: none;
}
.closebtn{
    display: none;
}
.imgbun{
     display: none;   
}
.searches{
 display: none;   
}
@media (max-width: 2560px) {
.childcategory .product-thumb {
    height: 300px;
    }
#menu li ul {
    display: none;
    background: #fff;
    position: absolute;
    left: 52%;
}
#gor_menu ul li {
    list-style: none;
    display: inline-block;
    height: 30px;
    float: left;
    margin: 0% 5% 0 0%;
    padding-top: 3%;
}
.phones {
    width: 12%;
}
#cart > .btn {
    background-position: 65%;
}
hr {
    margin-top: 7%;
}
.content-footer {
    padding-top: 2%;
}
.sub input[type=button] {
    width: 12%;
}
}
@media (max-width: 2200px) {
   #cart > .btn {
    background-position: 75%;
   }
#menu li ul {
    left: 61%;
}   
}
@media (max-width: 2000px) {
    .sub input[type=button] {
    width: 14%;
    }
.content-footer {
    height: 300px;
    background: #dedede;
    display: -webkit-box;
    padding-top: 4%;
}
}
@media (max-width: 1900px) {
#menu li ul {
    left: 70%;
}
#cart > .btn {
    background-position: 80%;
}
}
@media (max-width: 1800px) {
#menu li ul {
    left: 75%;
}
}
@media (max-width: 1600px) {
#menu li ul {
    left: 84%;
}
#cart > .btn {
    background-position: 95%;
}
.sub input[type=button] {
    width: 20%;
}
.phones {
    width: 15%;
}
.content-footer {
    padding-top: 6%;
}
}
@media (max-width: 1550px){
#menu li ul {
    left: 89%;
    top: 19%;
}

}
@media (max-width: 1500px) {
#menu li ul {
    left: 89%;
}
}
@media (max-width: 1450px) {
#menu li ul {
    left: 92%;
}
}
@media (max-width: 1440px) {
    .phones {
    width: 15%;
}
#cart > .btn {
    background-position: 115%;
}
#menu li ul {
    left: 93%;
}
.sub input[type=button] {
    width: 20%;
}
#gor_menu ul li {
    padding-top: 3.5%;
    margin: 0 4% 0 0;
}
.childcategory .product-thumb {
    height: 200px;
}
.content-footer {
    padding-top: 6%;
}
}
@media (max-width: 1400px){
#menu li ul {
    left: 89%;
    top: 19%;
}
}
@media (max-width: 1350px) {
#menu li ul {
    left: 99%;
}
}
@media (max-width: 1380px){
#menu li ul {
    left: 97%;
}
}
@media (max-width: 1360px){
#menu li ul {
    left: 98%;
}
}
@media (max-width: 1355px){
#menu li ul {
    left: 99%;
}
}
@media (max-width: 1350px){
#menu li ul {
    left: 99%;
}
}
@media (max-width: 1330px){
#menu li ul {
    left: 100%;
}
}
@media (max-width: 1320px){
#menu li ul {
    left: 101%;
}
}
@media (max-width: 1310px){
#menu li ul {
    left: 102%;
}
}
@media (max-width: 1300px) {
#menu li ul {
    left: 103%;
}
#gor_menu ul li a {
    font-size: 16px
}
#gor_menu ul li {
    padding-top: 3.5%;
    margin: 0 3% 0 0;
}
}
@media (max-width: 1270px){
#menu li ul {
    left: 105%;
}
}
@media (max-width: 1250px){
#menu li ul {
    left: 106%;
}
}
@media (max-width: 1200px) {
.block-img {
    right: -11px;
}  
.logow {
    width: 35%;
}
.caldo_description p {
    font-weight: bold;
    font-family: Verdana;
    color: #f68700;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin: auto;
    padding: 24px 0px 0% 2%;
    text-shadow: #036db387 1px 4px 5px;
}
.caldo_description {
    width: 21%;
}
.field-items .side-left p {
    margin-left: 7%;
    font-size: 25px;
}
.side-left span {
    font-weight: bold;
    font-size: 35px;
    color: #003663;
}
.side-left h2 {
    font-size: 50px;
}
#menu li ul {
    left: 87%;
    top: 12%;
    width: 700px;
}
#menu li ul li a {
    font-size: 14px;
}
ul#lev61 li {
    width: 30%!important;
    float: left;
    margin: 0%!important;
    padding: 0% 0 0% 1%!important;
}

#cart-total {
    margin-left: 25%;
}
.block_title {
    width: 250px;
}
.list-group {
    width: 250px;
}
#cart > .btn {
    background-position: 115%;
    background-size: 40%;
}
.side-left h2 {
    font-size: 50px;
}
#menu li {
    list-style: none;
    margin: 0px;
    padding: 5% 10% 0% 10%;
}
.phones {
    width: 20%;
}
.phones p {
    font-size: 14px;
}    
}

@media (max-width: 1100px) {
#menu li ul {
    left: 95%;
}
#gor_menu ul li {
    padding-top: 4%;
}
.container.menus {
    background: #f7f7f7;
    padding: 1% 4%;
}
#search .input-lg {
    box-shadow: none;
    height: 35px;
}
#search .btn-lg {
    height: 35px;
}
#search .btn {
    margin-top: 2%;
    float: left
}
#search .input-lg {
    box-shadow: none;
    height: 35px;
    width: 210px;
}
#search .input-lg {
    box-shadow: none;
    height: 35px;
    width: 210px;
}
}
.dost_info{
    line-height: 2;
    margin-bottom: 5%;
    background: #fff;
    padding: 2%;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
.dost_info h1{
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.dost_info ul{
    margin: 0px;
    padding: 0px;
    }
.dost_info strong{
    font-size: 20px;
    color: #303030;
    font-weight: bold;
}
.dost_info ul li{
font-size: 16px;
    color: #f68700;
    font-weight: bold;
    list-style: none;
}

.dost_info p{
    font-size: 16px;
    color: #303030;
    line-height: 1.5;
}
.articla {
    margin-bottom: 5%!important;
    padding: 2%!important;
    width: 100%!important;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
.blogcat{
    margin-bottom: 5%!important;
    padding: 2%!important;
    width: 100%!important;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
@media (max-width: 768px) {
 #gor_menu ul li a:hover {
    border-bottom: 0;
    text-decoration: underline;
    font-weight: bold;
    color: #f68700;
} 
#gor_menu { 
    z-index: 9;
}
 
    .childcategory .product-layout.product-list.col-xs-12 button[type=button] {
    width: 30%;
}
.childcategory .product-layout.product-list.col-xs-12 .product-thumb .caption{
    float: left;
    width: 41%;
    margin-left: 0px;
}
  .suc_page  .buttons .pull-right {
    width: 100%;
}
.suc_page h1 {
    font-size: 25px;
}
.suc_page .pull-right .btn-primary {
    width: 50%!important;
}
.list-unstyled h2 {
    color: #215175;
    font-weight: bold;
    font-size: 22px;
}
.childcategory .product-layout.product-grid.col-lg-4{
width: 33%!important;
}
.product-grid .product-thumb .caption {
    min-height: 150px
}
.childcategory .product-layout .product-thumb button[type=button] {
    padding: 4px 5px 5px 5px;
}
    #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
    clear: none!important;
}
    #mob_ctal {
    display: block;
}
    #column-right .video_tab{
       display: block!important;
    }
#videotab {
    margin-bottom: 5%;
    padding: 2%;
    width: 100%;
}
#trueinfo {
    margin-bottom: 5%;
    padding: 2%;
    width: 100%;
}
.forminputs .continput input{
   margin-bottom: 3%; 
}
.forminputs .continput input[type=submit]{
    width: 100%!important;
    margin: 0px 0 0 0;
}
.blog_title span {
    font-size: 20px;
    text-align: left;
    margin-top: 3%;
    margin-left: 0%;
}
.blogtabs .nav-stacked li {
    padding: 1% 0% 0% 2%;
    height: 40px;
}
#articletab {
    margin-bottom: 5%;
    padding: 2%;
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.53);
}
#prev_block {
    display: block;
    width: 100%;
    height: 70px;
    background: url(/catalog/view/theme/default/image/logo-menu.png);
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
}
#signup{
    top: 10%!important;
}
.dopclass {
    width: 30%!important;
}
.pokup {
    width: 100%!important;
}
.edit_style{
    width: 100%!important;
}
.pass_info{
    width: 100%!important;
}
.adress_list{
    width: 100%!important;
}
.order_list .pull-right .btn-primary {
    width: 60%!important;
}
.nav-button-holder {
    position: absolute;
    right: 6%;
	z-index:2;
    top: 30px;
    display: block;
}
.form-horizontal input {
    border-radius: 0px;
    border-radius: 0px;
    margin: 0 0 0% 0;
    height: 35px;
    box-shadow: none;
    font-size: 16px!important;
    border-color: #f68700;
}
.suc_page {
  width: 100%!important;   
}
.imgbun{
     display: block;   
}
.searches {
 display: block;   
}
.searches #search {
    display: block;
    margin: 0px;
    width: 100%;
    float: left;
}
.searches #search input[type="text"] {
    width: 95%;
}
.searches #cart{ 
    width: 20%;
    float: left; 
}
.container.menus {
    background: #ffffff;
}
.container {
    width: 100%;
    border-top: none;
    border-bottom: 0;
    padding: 0 7%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.36);
}
#search .btn {
    margin-top: 0%;
    float: left;
}

.blogtabs ul.nav-stacked{
        height: 180px;
}
.searches #cart #cart-total{
    margin: 0px;
    font-size: 14px;
}
.searches #cart > .btn {
    background-position: 65%;
    background-size: 40%;
    border: none;
    padding: 0px;
}
#search {
    display: none;
}
#cart{
    display: none;
}
.imgbun img{
      width: 100%;   
}
.conetn-middle h1 {
    display: none;
}
.blocks {
    height: 250px;
    display: block;
    margin-top: 2%;
}
.middle-first {
    width: 100%;
}
.middle-second {
    margin-left: 0;
    width: 100%;
}
.middle-third {
    margin-left: 0;
    width: 100%;
}
.conetn-middle p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.middle-first p {
    color: #e67e00;
    font-size: 20px;
    width: 100%;
    margin-top: 0px;
    top: 12px;
    left: 0%;
    position: relative;
    text-align: left;
}
.middle-first img {
    float: left;
    padding: 0 0% 0 0;
    width: 6%;
}
.middle-first h2 {
    text-align: left;
    position: relative;
    border-left: 4px solid #f68700;
    margin-top: 5%;
    padding-left: 2%;
    font-size: 16px;
    color: #303030;
}
.middle-third p {
    color: #e67e00;
    font-size: 20px;
    width: 100%;
    margin-top: 0px;
    top: 12px;
    left: 0%;
    position: relative;
    text-align: left;
}
.middle-third img {
    float: left;
    padding: 0 0% 0 0;
    width: 6%;
}
.middle-third {

}
.middle-third h2 {
    text-align: left;
    position: relative;
    border-left: 4px solid #f68700;
    margin-top: 5%;
    padding-left: 2%;
    font-size: 16px;
    color: #303030;
}
.conetn-middle {
    margin-top: 2%;
    padding: 2% 5%;
    height: 600px;
}
.content-footer {
    height: auto;
    background: #dedede;
    display: block;
    padding-top: 6%;
    width: 100%;
}
.footer-first {
    width: 90%;
    padding-left: 5%;
    float: left; 
}
.footer-first p {
    line-height: 1.2;
    font-size: 16px;
    font-weight: bold;
    margin-top: 2%;
    float: right;
}
.footer-first img {
    width: 38%;
}
.footer-second p {
}
.footer-fourth {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    float: left;
}
.footer-fourth	input {
    margin-top: 0%;
    height: 40px!important;
}
.sub {
    display: inline-block;
    margin-left: 2%;
    width: 100%;
}
.sub input[type=button] {
    width: 8%;
    margin: 0px;
}
.footer-second h3 {
}
.footer-second { 
    padding-left: 5%;  
}
.footer-third {
    width: 50%;
    margin-top: 15px;
    float: left;
    padding-left: 10%;
}
.footer-third .demo-icon {
    font-size: 16px;
}

.middle-second {

}
.middle-second p {
    color: #e67e00;
    font-size: 20px;
    width: 100%;
    margin-top: 0px;
    top: 12px;
    left: 0%;
    position: relative;
    text-align: left;
}
.middle-second img {
    float: left;
    padding: 0 0% 0 0;
    width: 6%;
}
.middle-second h2 {
    text-align: left;
    position: relative;
    border-left: 4px solid #f68700;
    margin-top: 5%;
    padding-left: 2%;
    font-size: 16px;
    color: #303030;
}
.banchange .center_body{
  display: none;   
}
.banchange {
    width: 100%!important;
    min-height: auto;
}
#regist{
    display: block;
    bottom: 5%;
    position: absolute;
}
#regist ul{
padding: 6%;
}
#regist ul li{
    float: left;
    width: 40%;
    padding: 0px!important;
}
#hidd_cat{
    display: block;
}
.closebtn{
    display: none;
    position: absolute;
    top: 1%;
    right: 101%;
    font-size: 55px;
    font-weight: bold;
    color: white;
}
#gor_menu ul li {
    padding: 6%;
}
.menus .iconw {
    width: 100%;
    float: left;
}
.iconw p {
    font-weight: bold;
    font-family: Verdana;
    color: #f68700;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    padding: 0px 0 15px 0;
    text-shadow: #036db387 1px 4px 5px;
}
.menus .phones {
    display: none;
}
.caldo_description {
    width: 100%;
    float: left;
}
.logow img {
    width: 70%;
    margin: auto;
}
#logo p {
    font-size: 18px;
    color: #303030;
    text-align: center;
    padding: 0% 0px 0% 0%;
    margin: 0;
}
.navbuttonholder {
    position: relative;
    margin: 15px auto;
}
.logow {
    width: 100%;
    float: left;
}
#column-left .block_content {
   display: none;
}
.caldo_description p {
    padding: 0;
}
#gor_menu{
    padding: 0%;
    display: none;
    top: 0px;
    right: 0px;
    position: fixed;
    background: #fff;
    border-left: 2px solid #8080807d;
    height: 100%;
}

.middles {
   box-shadow: 0; 
}
.productcart h1 {
    display: block!important;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 0 2%;
    font-size: 25px;
}
.productcart .form-group .btn-primary {
    font-size: 22px;
    background: #f68700 url(../image/cart-white.png);
    background-repeat: no-repeat;
    background-position: 93%;
    background-size: 25%;
    border-radius: inherit;
    border: none;
    font-weight: normal;
    color: #fff;
    text-align: left;
    text-shadow: none;
    text-transform: none;
    padding: 5px 5px 5px 7%;
    height: 40px;
    width: 40%;
    margin: 0 0 10% 0;
}
.cartt {
    width: 100%!important;
}
.blogtabs .nav-stacked li {
    padding: 2% 0% 0% 5%;
}
.blogtabs .nav-stacked li p {
    padding: 0% 0% 0% 0%;
}
.cont_1 {
    width: 50%;
}
    
.cont_2 {
    width: 50%;
}
    
.cont_3 {
    width: 50%;
}
.cont_4 {
    width: 50%;
}
.cont_5 {
    width: 100%;
}
.cont_6 {
    width: 100%;
}
.prodcart{
    width: 100%!important;
    padding: 0 13%!important;
}
.cart-offer{
  width: 100%!important;  
}
.logcheck {
    width: 100%!important;
}
.productcart h1 p {
    float: right;
    font-size: 17px;
    margin: 0px;
    position: relative;
    bottom: -5px;
}
.input-group-sm a {
    color: #303030;
    font-size: 13px;
    padding-left: 1%;
}
.viewpr {
    width: 25%;
}
.product-thumb button span{
    display: block!important;
}
#catalog {
    float: right;
    width: 100%!important;
}
#catalog > div {
    width: 30%!important;
}
.childcategory{
    width: 100%!important;
}
#gor_menu ul li a {
color: #303030;
    font-size: 30px;
    text-align: left;
}
.menu li{
   width: 100%; 
   padding: 2%;
}
.nav-button {
    display: block;
    float: right;
    width: 45px;
    height: 45px;
    padding: 0px 6px 6px 6px;
    position: relative;
}
.nav-button span {
    float: left;
    width: 100%;
    cursor: pointer;
    height: 3px;
    border-radius: 50px;
    border: 2px solid #f68700;
    margin-bottom: 4px;
    position: relative;
}
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
    font-size: 18px;
    background: #f68700 url(../image/cart-white.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 29%;
    border-radius: inherit;
    border: none;
    font-weight: normal;
    color: #fff;
    text-align: left;
    text-shadow: none;
    text-transform: none;
    padding: 5px 5px 5px 10px;
    height: 40px;
    width: 100%;
    margin: 0 0 10% 0;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-list .plus-minus{
        margin-left: 39%;
}
.product-thumb .button-group button:hover {
    box-shadow: 5px 3px 8px -1px rgba(0, 0, 0, 0.20);
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
#mob_ctal {
    display: none;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

@media (max-width: 700px) {
.childcategory .product-layout.product-list.col-xs-12 .product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
.plus-minus {
    width: 24%;
    margin-left: 10%;
    margin-top: 10%;
}
#catalog > div {
    width: 25%!important;
}
#prev_block {
    display: block;
    width: 100%;
    height: 59px;
}

}
@media (max-width: 655px) {
.caldo_description p { 
} 
}

@media (max-width: 607px) {
.caldo_description {
    width: 35%;
    float: left;
}
}
.iframe{
    margin-bottom: 20px;
}
@media (max-width: 600px) {
.regpage .buttons .pull-right .btn-primary {
    width: 50%;
}
.iframe iframe {
    width: 100%;
    height: auto;
}
 
.iconw p {
    font-weight: bold;
    font-family: Verdana;
    color: #f68700;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    padding: 0px 0 15px 0;
    text-shadow: #036db387 1px 4px 5px;
}
#prev_block {
    display: block;
    width: 100%;
    height: 70px;
}
.well {
    float: left;
    width: 100%;
}
.log-info {
    float: right;
    width: 95%;
}
.log-or {
    display: none;
}
.cart-offer .table-bordered .img-thumbnail {
    display: none;
}
.cart-offer .form-control[name^=quantity] {
    min-width: 35px;
}
.cart-offer .plus-minus {
    width: 20%;
    margin-left: 3%;
    margin-top: 0%;
}
.cart-offer .buttons .pull-right .btn-primary {
    width: 70%;
}
.cart-offer .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px;
}
.cart-offer  .table-bordered .text-center i:before {
    content: "\f057";
    color: #f68700;
    font-size: 18px;
}
.cart-offer .table-bordered tbody .text-right {
    color: #f68700;
    font-size: 14px;
}
.cart-offer  .table-bordered .text-left a {
    color: #303030;
    font-weight: bold;
    font-size: 15px;
}
.cart-offer .table-bordered td {
    color: #303030;
    font-weight: bold;
    font-size: 15px;
}
.cart-offer #input-quantity {
    height: 20px;
    text-align: center;
    font-size: 14px;
    width: 37px;
    margin: 0px 5px 0 5px;
}
.cart-offer .text-right p strong {
    font-weight: 100;
    font-size: 17px;
}
.cart-offer .pull-left a.btn-default {
    border: none;
    font-size: 15px;
}
.cart-offer .pull-left a:before {
    padding: 0 4%;
    font-size: 15px;
}
.cart-offer .btn-default span {
    float: left;
    width: 20px;
    font-size: 20px;
    height: 20px;
    background: #f68700;
    cursor: pointer;
    color: #ffffff;
    line-height: 21px;
    text-align: center;
}
.productcart .form-group .btn-primary {
    width: 50%;
}
    .contacts{
        height: 900px;
    }
.cont_page h3 {
    font-size: 25px;
}
.cont_top h3 {
    font-weight: normal;
    font-size: 16px;
}
.cont_top p {
    font-size: 14px;
}
.cont_5 p {
    font-size: 18px;
}
.searches #cart > .btn {
    background-position: 80% 0;
    background-size: 46%;
    border: none;
    padding: 0px;
}
.container.hooomest {
    height: 400px;
}
#gor_menu{
    width: 65%!important;
}
#gor_menu ul li {
    padding: 5%;
}
#gor_menu ul li a {
    color: #303030;
    font-size: 25px;
    text-align: left;
}
}

@media (max-width: 560px) {
#articletab .product-layout .product-thumb button.data_btn {
    width: 40%;
} 
.container.hooomest {
    height: 350px;
}
.searches #cart { 
    width: 25%;
    float: right;
}
.sub input[type=button] {
    width: 11%;
    margin: 0px;
}
.searches #cart > .btn {
    background-position: 115% 0;
    background-size: 45%;
    border: none;
    padding: 0px;
} 
.caldo_description {
    width: 100%;
}
.searches .col-md-3{
    padding:0px;
}
}
#telega {
    position: fixed;
    right: 0px;
    bottom: 150px;
    z-index: 9;
}
#telega img {
    width: 50%;
    float: right;
    -webkit-animation: pulsing 2s infinite;
    animation: pulsing 2s infinite;
}
@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
  }
  50% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}

@keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
  }
  50% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}

@media (max-width: 500px) {
#prev_block {
    display: block;
    width: 100%;
    height: 60px;
}
.logow img {
    width: 70%;
    margin: auto;
    float: left;
}
.footer-second {
    width: 100%;
    padding-left: 0%;
    float: none;
    text-align: center;
}
.footer-second .call_btn {
    font-size: 15px;
    text-align: center;
    margin: 3px 0 0 0;
    float: none;
}
.footer-first p {
    line-height: 1.2;
    font-size: 12px;
    margin-top: 0%;
    padding-left: 2%;
    float: none;
    width: 100%;
    text-align: center;
}
.footer-first img { 
    float: none;
    margin: auto;
    position: relative;
    display: block;
}
.footer-second h2 {
    color: #303030;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin: 0px;
}
.footer-second h3 {
    line-height: 1.2;
    text-align: center;
}  
.logcla2 {
    width: 70%;
    float: left;
}
#login .logcheck .log-info {
    float: right;
    width: 100%;
}
.log-or span{
    display: none;
}
.logcla {
    width: 100%;
    float: left;
}
#reg .logcheck .log-info {
    float: right;
    width: 100%;
}
#reg .buttons .pull-right .btn-primary {

    padding: 5px 9px 5px 5px;
    height: 40px;
    width: 100%;
    margin: 0 0 10% 0;
}
#reg .buttons .pull-right {
    width: 70%;
}
    .cart-offer .buttons .pull-right .btn-primary {
    width: 80%;
    height: 35px;
    font-size: 15px;
}
    #cart .dropdown-menu {
    width: 400px;
}
#cart  .text-right{
  text-align: left;  
}
.productcart h1 {
    font-size: 20px;
}
    .product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.childcategory .product-layout.product-grid.col-lg-4 {
    width: 50%!important;
}
.childcategory .product-thumb {
    height: 200px;
}
.dopclass {
    width: 45%!important;
}
    #catalog > div {
    width: 25%!important;
    margin: 0 0 10px 15px;
}
#articletab .product-layout {
    width: 100%;
    float: left;
}
    video {
        width: 100%;
    }
.komp_img {
    float: left;
    margin: 7px 30px 7px 0;
    width: 100%;
}
.kompani_info p {
    font-size: 16px;
    color: #303030;
    padding-bottom: 1.5%;
    line-height: 1.3;
}
#gor_menu {
    width: 70%!important;
}
.container.hooomest {
    height: 300px;
}
.middle-first img {
    width: 10%;
}
.middle-first p {
    padding-bottom: 2%;
}
.middle-second img {
    width: 10%;
}
.middle-second p {
    padding-bottom: 2%;
}
.middle-third img {
    width: 10%;
}
.middle-third p {
    padding-bottom: 2%;
}
.sub input[type=button] {
    background-position: 15px 9px;
}
}

@media (max-width: 425px) {
	.white-block {
    padding: 25px;
}
    #signup-header h2 {
    color: #303030;
    font-size: 1.3em;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
}
    .dost_info h1 {
    display: block;
    font-size: 24px;
    }
    .childcategory .product-layout.product-list.col-xs-12 button[type=button] {
    width: 50%;
}
    .logcla2 {
    width: 100%;
    }
.cart-offer h1{
        font-size: 25px;
}
.cart-offer .form-control[name^=quantity] {
    min-width: 27px;
}
.cart-offer #input-quantity {
    height: 20px;
    text-align: center;
    font-size: 14px;
    width: 16px;
    padding: 0;
    margin: 0px 0px 0 0px;
}
.cart-offer .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 0px;
}
#cart .dropdown-menu {
    width: 375px;
}
.productcart .form-group .btn-primary {
    width: 70%;
}
.productcart h3 {
    font-size: 21px;
}
.productcart h1 {
    padding: 0 3%;
}
.plus-minus {
    width: 24%;
    margin-left: 8%;
}
.description td {
    font-size: 12px;
}
.viewpr {
    width: 35%;
    float: right;
}
.sorts {
    width: 38%;
}
.btn-default span {
    float: left;
    width: 30px;
    font-size: 15px;
    height: 23px;
    background: #f68700;
    cursor: pointer;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
}
#input-quantity {
    height: 25px;
}
.childcategory .product-layout .product-thumb button[type=button] {
    width: 70%;
    margin: 0 15% 6% 15%;
}
.product-thumb .price {
    color: #215175;
    text-align: center;
    font-size: 16px;
    padding: 6%;
}
.childcategory .product-layout .product-thumb button[type=button] {
    font-size: 17px;
}
#catalog > div {
    width: 40%!important;
    margin: 0px 0 15px 10px;
}
    .form-horizontal textarea {
    height: 128px;
    border-radius: 0px;
    resize: none;
    font-size: 15px!important;
    border-color: #f68700;
}
    .contacts {
    height: 850px;
}
.kompani_info h3 {
    font-size: 25px;
}
#gor_menu ul li a {
    color: #303030;
    font-size: 22px;
    text-align: left;
}
#signup {
    width: 90%;
    left: 5%!important;
    margin-left: 0!important;
}
#signup-ct input {
    width: 100%;
    height: 35px;
    font-size: 14px;
    border: 1px solid #5c5b5b4a;
}
#gor_menu ul li {
    padding: 6%;
}
.closebtn {
    font-size: 40px;
}
.container.hooomest {
    height: 270px;
}
.searches #cart { 
    width: 27%;
    float: right;
}
.searches #cart > .btn {
    background-position: 101% 0;
    background-size: 50%;
}
.footer-first p {
    line-height: 1.2;
    font-size: 13px;
}
.footer-first img {
    width: 50%;
}
.footer-first {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    
}
.footer-second {
    margin: 0px;
    padding-bottom: 2%;
    padding-top: 2%;
}
.footer-second p {
    padding: 0px;
    margin: 0px;
}
.footer-second h3 {
    margin: 0px;
}
.footer-third {
    padding-left: 0%;
    width: 50%;
    padding-bottom: 2%;
    padding-top: 2%;
}
.sub input[type=button] {
    background-position: 18px 9px;
    width: 15%;
}
.sub {
    margin-left: 1%;
}
.footer-third a {
    color: #303030;
    font-size: 15px;
    line-height: 1;
}
.footer-third p {
    padding: 0% 0 0 0;
}
.footer-third .demo-icon {
    margin-right: 1.2em;
}
.footer-fourth {
    border-top: 1px solid #b0aeae;
}
.footer-fourth h2 {
    margin: 2% 0;
}
.content-footer {
    height: 360px;
}
#prev_block {
    height: 53px;
    background-position: 0px 0px;
}
}

@media (max-width: 390px) {
.caldo_description p {
    font-size: 13px;
}
.caldo_description {
    width: 90%;
}
.searches #cart > .btn {
    background-position: 50px 0;
    background-size: 50%;
}
.container.hooomest {
    height: 250px;
}
.footer-first img {
    width: 40%; 
}
.footer-first p {
    line-height: 1.2;
    font-size: 12px;
    margin-top: 0%;
    padding-left: 2%; 
}
}

@media (max-width: 380px) {
.caldo_description {
    width: 100%;
}
}

@media (max-width: 375px) {
    .contacts {
    height: 900px;
}
.logpage .nav-tabs{
    padding: 2%;
}
.cart-offer .table-bordered .text-left a {
    color: #303030;
    font-weight: bold;
    font-size: 12px;
}
.cart-offer .table-bordered tbody .text-right {
    color: #f68700;
    font-size: 11px;
}
.cart-offer #input-quantity {
    height: 20px;
    text-align: center;
    font-size: 12px;
}
#cart .dropdown-menu {
    width: 330px;
}
.breadcrumb > li {
    padding: 0 5px;
}
.prodcart {
    width: 100%!important;
    padding: 0 5%!important;
}
 .sorts {
    width: 44%;
}
.plus-minus {
    width: 24%;
    margin-left: 8%;
}
.childcategory .product-layout .product-thumb button[type=button] {
    width: 85%;
    margin: 0 10% 6% 7%;
}
.product-grid .product-thumb {
overflow: hidden;
}   
.product-grid .product-thumb .caption {
    margin: 0px;
    min-height: 150px;
    padding: 0;
}
 .childcategory .product-thumb {
    height: 180px;
}   
.cont_2 {
    width: 100%;
    margin: 0;
    padding: 0;
}
.cont_1 {
    width: 100%;
}
.cont_3 {
    width: 100%;
}
.cont_4 {
    width: 100%;
}
.cont_top h3 {
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
#prev_block {
    display: block;
    width: 100%;
    height: 43px;
}
.middle-first img {
    width: 15%;
}
.middle-first h2 {
    padding-left: 7%;
    margin-top: 8%;
}
.middle-second img {
    width: 15%;
}
.middle-second h2 {
    padding-left: 7%;
    margin-top: 8%;
}
.middle-third img {
    width: 15%;
}
.middle-third h2 {
    padding-left: 7%;
    margin-top: 8%;
}
.caldo_description p{
    padding:0px;
}
#search .btn {
    margin-top: 0%;
}
.caldo_description p {
    font-size: 13px;
    margin-left: 2%;
}
.searches #cart #cart-total {
    margin: 0px;
    font-size: 13px;
}
.logow img { 
}
.searches #search input[type="text"] {
    width: 90%;
    font-size: 14px;
}
.footer-third {
    padding-left: 1%;
    width: 50%;
    padding-bottom: 0%;
    padding-top: 0%;
    margin: 6px 0 0 0;
}
.footer-third p {
    font-size: 14px;
}
.footer-third a {
    color: #303030;
    font-size: 13px;
    line-height: 1;
}
.conetn-middle h1 {
    position: absolute;
    font-size: 35px;
    color: #30303005;
    font-weight: bold;
    margin-top: -31px;
    margin-left: 0px;
    display: block;
}
.footer-fourth h2 {
    color: #303030;
    padding: 0% 0 0 0;
    font-size: 15px;
}
.footer-fourth span {
    font-size: 13px;
    line-height: 5px;
}
.footer-fourth	input {
    margin-top: 0%;
    height: 30px!important;
}
.content-footer {
    height: auto;
}
.sub input[type=button] {
    background-position: 13px 7px;
    width: 15%;
}
.footer-second {
    margin: 0px;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%; 
}
.footer-second h3 {
    line-height: 1.2;
    font-size: 13px;
}
.footer-third .demo-icon {
    font-size: 15px;
}
.footer-second p {
    font-size: 14px;
    padding: 6px 0 0 0;
    margin: 0px;
}
.footer-second .call_btn {
    font-size: 15px;
    margin: 3px 0 0 0;
}
.viewpr {
    width: 40%;
    float: right;
}
}


@media (max-width: 370px) {
.plus-minus {
    width: 24%;
    margin-left: 7%;
}
}


@media (max-width: 360px) {
.plus-minus {
    width: 24%;
    margin-left: 6%;
}
}
@media (max-width: 350px) {
.plus-minus {
    width: 24%;
    margin-left: 3%;
}

}

@media (max-width: 340px) {
.childcategory .product-layout.product-grid.col-lg-4 {
    width: 100%!important;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 45%;
}
.description td {
    font-size: 15px;
}
.plus-minus {
    width: 24%;
    margin-left: 28%;
}
.childcategory .product-layout .product-thumb button[type=button] {
    width: 60%;
    margin: 0 20% 6% 20%;
}
}


@media (max-width: 345px) {
.searches #cart #cart-total {
    margin: 0px;
    font-size: 12px;
}
.searches #cart { 
    width: 25%;
}
.searches #search input[type="text"] {
    width: 90%;
    font-size: 13px;
}
.searches #cart > .btn {
    background-position: 40px 0;
    background-size: 50%;
}
}

@media (max-width: 330px) {
.viewpr {
    width: 42%;
    float: right;
}
}

@media (max-width: 320px) {
    .col-sm-9 .buttons .pull-right {
    width: 90%;
}
#cart .dropdown-menu {
    width: 280px;
}
#cart .text-right a{
   margin-right: 40%;
}
.dopclass {
    width: 100%!important;
}
.childcategory .product-thumb {
    height: 300px;
}
    .conetn-middle h1 {
    position: absolute;
    font-size: 30px;
    }
#gor_menu {
    width: 80%!important;
}
}
