@import url('https://fonts.googleapis.com/css?family=Raleway:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&subset=cyrillic');
body {
  font-family: 'Open Sans', sans-serif !important;
  background-color: #1b1b1b;
  color: #FFF;
}
a {
  outline: none !important;
}
.yellow{
	color: #fdc500;
	font-size: 18px;
}
.yellow.small{
	font-size: 14px;
}
header {
  margin-bottom: 10px;
}
header .header-top {
  background: #000000;
  /*box-shadow: 0px 2px 10px #e8e8e8;*/
}
.nav-pills li a {
  border-radius: 0px;
}
header .header-top .top-menu ul li.active a {
  color: #FFF;
  background-color: #3c3c3c;
}
header .header-top .top-menu ul li a {
  color: #FFF;
  font-size: 14px;
  padding: 10px 5px;
}
header .header-top .top-menu ul li a:hover {
  background-color: #3c3c3c;
}
header .header-top .search form input {
  height: 40px;
  border-radius: 0;
  background-color: #3c3c3c;
  border: none;
  color: #98999e;
}
header .header-top .search form button {
  position: absolute;
  background: none;
  border: none;
  right: 1%;
  top: 10%;
  font-size: 20px;
  color: #fdc500;
}
header .header-middle {
  padding-top: 20px;
  padding-bottom: 13px;
}
header .header-middle .other-info {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
header .header-middle .other-info .callback span,  header .header-middle .other-info .button-blue span{
  border: none;
  color: #fdc500;
}
header .header-middle .other-info .callback span:hover,  header .header-middle .other-info .button-blue span:hover {
  border-bottom: 1px dashed;
}
header .header-middle .other-info a.button-blue:hover{
  text-decoration: none;
}
header .header-middle .other-info .callback:hover {
  text-decoration: none;
}
header .header-middle .other-info .number {
  font-weight: 800;
  font-size: 24px;
  color: #fdc500;
}
header  .other-info .number a{
  border: none;
  font-weight: 800;
  font-size: 24px;
  color: #fdc500; 
}
header  .other-info .number a:hover {
  text-decoration: none;  
  border-bottom: 1px dashed;  
}
header .header-middle .cart {
  border: none;
  /*position: absolute;*/
  width: 100%;
  /*padding: 0px 15px 0px 0px;*/
  z-index: 10;
  position: relative;
  opacity: 0;
}
header .header-middle .cart .hover-part-cart {
  text-align: center;
  background: #fdc500;
  border-radius: 4px;
  cursor: pointer;
  transition: ease-out 0.2s;
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;
}
header .header-middle .cart .hover-part-cart:hover{
  border-radius: 4px 4px 0px 0px;
  transition: ease-out 0.2s;
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;  
}

header .header-middle .cart .hover-part-cart .title {
  display: inline-block;
  background: url('../images/icon-cart.png') no-repeat center left;
  color: #000;
  padding: 5px 0 5px 35px;
  margin: 22px 0px;
}
header .header-middle .cart .hover-part-cart .title span {
  font-family: 'Open Sans', sans-serif;
}
header .header-middle .cart .hidden-part-cart {
    border: none;
    background: #fff;
    display: none;
    position: absolute;
    width: 100%;
	border-radius: 0px 0px 4px 4px;
}
header .header-middle .cart .hidden-part-cart .cart-product {
  border-bottom: 1px solid #dedede;
  padding-top: 15px;
  padding-bottom: 20px;
}
header .header-middle .cart .hidden-part-cart .cart-product .image img {
  width: 100%;
  height: auto;
}
header .header-middle .cart .hidden-part-cart .cart-product .name-price {
  padding-left: 0;
}
header .header-middle .cart .hidden-part-cart .cart-product .name-price .name {
  color: #fdc500;
  font-weight: bold;
}
header .header-middle .cart .result-summ {
  text-align: center;
}
header .header-middle .cart .result-summ #jshop_summ_product {
  display: inline-block;
  padding: 10px 0px;
}
header .header-middle .cart .result-summ #jshop_summ_product .big {
  color: #000;
  font-weight: bold;
  font-size: 24px;
}
header .header-middle .cart .in-cart a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  background: #fdc500;
  font-size: 18px;
  padding: 13px 0px;
  border-radius: 0px 0px 4px 4px;
}
header .header-bottom .slider h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 19px;
}
header .header-bottom .slider p {
  font-size: 16px;
  margin-bottom: 50px;
}
header .header-bottom .slider a {
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid;
}
header .header-bottom .slider a:hover,
header .header-bottom .slider a:active,
header .header-bottom .slider a:focus
{
  border-bottom: none;
  text-decoration: none;
}

header .slider{
  margin-bottom: 20px;
}
header .slider img.dj-image {
  border-radius: 4px;
}
/*Content*/

article {
  margin-bottom: 19px;
}
article .sidebar .carousel {
  background: #fdc500;
  border-radius: 4px;
  height: 100%;
}

article .sidebar .carousel .item2 .acc-image{
  display: none;
}
article .sidebar .carousel .item2 ul{
  display: none;
}
article .sidebar .carousel ul {
  list-style: none;
  padding-left: 0;
}
article .sidebar .carousel ul li {
  border-bottom: 1px solid #fff;
}
article .sidebar .carousel ul li a {
  color: #fff;
  display: block;
  padding: 14px 20px 15px;
}
article .sidebar .carousel ul li a:hover,
article .sidebar .carousel ul li a:focus,
article .sidebar .carousel ul li a:active {
  text-decoration: none;
}
article .sidebar .carousel ul li a .acc-image {
  width: 50px;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
}
article .sidebar .carousel ul li .open {
  background: #1c6085;
  border-bottom: 1px solid #fff;
}
article .sidebar .carousel ul li .open:first-child {
  border-radius: 4px 4px 0 0;
}
article .sidebar .carousel ul li ul {
  background: #1c6085;
  padding-bottom: 10px;
}
article .sidebar .carousel ul li ul li {
  border-bottom: 0;
}
article .sidebar .carousel ul li ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
}
article .content .jshop .jshop_list_product .block_product {
  margin-bottom: 30px;
  /*padding-top: 12px;
          padding-bottom: 12px;*/
  border-radius: 4px;
  background-color: #FFF;
  overflow: hidden;
}
article .content .jshop .jshop_list_product .block_product .image_block {
  margin: 15px 0px;
}
article .content .jshop .jshop_list_product .block_product .image_block img {
  width: 100%;
  padding-top: 5px;
}
article .content .jshop .jshop_list_product .block_product .info-product {
  padding-top: 10px;
  background: #f8f8f8;
}
article .content .jshop .jshop_list_product .block_product .info-product .name {
  height: 50px;
  overflow: hidden;
  margin-bottom: 8px;
  line-height: 16px;   
  display: flex;
  align-items: center;
}
article .content .jshop .jshop_list_product .block_product .info-product .name a {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: bold;
 
}
article .content .jshop .jshop_list_product .block_product .bottom-product{
  background-color: #cbcbcb;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
article .content .jshop .jshop_list_product .block_product .bottom-product .buttons{
  padding: 0px;
  border-radius: 0px;
}
article .content .jshop .jshop_list_product .block_product .bottom-product .jshop_price{
  display: flex;
  align-items: center;
  padding: 8px 15px
}
article .content .jshop .jshop_list_product .block_product .info-product{
  color: #1b1b1b;
}
article .content .jshop .jshop_list_product .block_product .info-product .jshop_price span {
  font-size: 18px;
}
article .content .jshop .jshop_list_product .block_product .info-product .button_buy {
  width: 100%;
  background: #fdc500;
  color: #1b1b1b;
  padding: 10px 0px;
}
.item-page .page-header, #comjshop .page-header, .blog  .page-header{
  margin: 0px 0px 10px 0px;
  padding: 0px;
  border-bottom: none;
}
.item-page  h1, #comjshop h1, .blog h1{
  margin: 0px 0px 20px 0px;
}
.item-page img, .blog img{
  max-width: 100%;
}
.item .page-header{
  margin: 0px 0px 10px 0px;
  padding: 5px 0px;
  border-bottom: none;
}
.page-header h2{
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 24px;  
}

.readmore a{
  float: right;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #337ab7;
  color: #FFF;
}

.items-row{
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}


/*Footer*/
footer .footer-top {
  background: #f6f6f6;
  padding: 23px 0px 12px 0px;
  border-top: 1px solid #dedede;
}
footer .footer-top .footer-big-menu {
  margin-bottom: 22px;
}
footer .footer-top .footer-big-menu ul {
  padding-left: 0;
  list-style: none;
}
footer .footer-top .footer-big-menu ul h5 {
  color: #6f6f6f;
}
footer .footer-top .footer-big-menu ul h5 .footer-big-menu__image {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
footer .footer-top .footer-big-menu ul h5 .footer-big-menu__image img {
  margin-right: 0;
}
footer .footer-top .footer-big-menu ul li a {
  background: url(../images/marker.png) no-repeat center left;
  color: #6f6f6f;
  font-size: 13px;
  padding-left: 15px;
  margin: 0px 0px 4px 9px;
  display: block;
}
footer .footer-middle {
  background: #fdc500;
  padding: 29px 0px 20px;
}
footer .footer-middle .site-info p {
  margin: 0;
  padding: 13px 0;
  color: #000;
}
footer .footer-bottom {
  background: #1b1b1b;
  font-size: 12px;
  padding: 13px 0px 9px;
}
footer .footer-bottom .develope {
  color: #838383;
}
footer .footer-bottom .develope a {
  color: #838383;
  text-decoration: underline;
}
footer .footer-bottom .copy {
  text-align: right;
  color: #FFF;
}
.left{
  float: left;
}
.item-page a{
	color: #fdc500;
}
.elec{
  position: relative
}
.elec:before{
  content:'';
  display: inline-block;
  background: url("/templates/html5/images/Forma 1.png") center no-repeat;
  width: 32px;
  height: 32px;
  position: relative;
  bottom: -10px;
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 52%;
    left: 6%;
    padding-bottom: 30px;
  }
}
.carousel-caption {
  text-align: left;
  top: 28px;
}
#mxcpr {
  display: none!important;
}
.row-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.col-table-cell {
  display: table-cell;
  vertical-align: top;
}
.row-flex {
  display: flex;
  flex-flow: row wrap;
}



/*cart*/

.inner-bg {
    border-radius: 5px;    
}

.b3 {
	font-weight: bold;
	color: #fdc500;
	font-size: 16px;
	background: #606060;
	border-radius: 4px 4px 0px 0px;
}
.b3 div{
	padding: 15px;
}
.b3 div.row{
	padding: 0px;
}
.b3i {
    padding: 12px 0px 15px 0px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #FFF;
	color: #1b1b1b;
}

.mobile-cart {
    display: none;
}

.cart-product-img {
    /*float: left;*/
}
.cart-product-img img{
  max-height: 100px;
}

a.cart-product-change{
  background: #fdc500;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
}

#comjshop.jshop .jshop_img {
    /*width: 136px;*/
}
.cart-product-name {
    /*float: left;*/
    margin: 10px 0px 0px 0px;
    letter-spacing: .5px;
}

.cart-product-name1 {
    /*font-family: hb;*/
    color: #fdc500;
}

.list_attribute {
    margin: 14px 0px 0px 0px;
}

p.jshop_cart_attribute {
    padding-left: 10px;
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 4px;
}

p.jshop_cart_attribute {
    padding: 0px 0px 0px 0px;
    font-style: normal;
}

p.jshop_cart_attribute span.name {
    padding: 0px 0px 0px 0px;
    /*font-family: hb;*/
    color: #fdc500;
}

p.jshop_cart_attribute span.value {
    font-weight: 400;
}

p.jshop_cart_attribute span {
    font-size: 14px;
}

.cart-prod-old-price {
    margin: 29px 0px 0px 0px;
    text-decoration: line-through;
    display: none;
}

.cart-prod-price {
    margin: 42px 0px 0px 0px;
}

.cart-prod-price-number {
    font-size: 18px;
    color: #fdc500;
	font-weight: bold;
}
.cart-inner .data{
  display: flex;
  flex-wrap: wrap;
}
.cart-inner .cart-img{
	flex: 0 0 30%;
}
.cart-inner .cart-product-name{
	flex: 0 0 70%;
	padding: 0px 15px;
}
.cart-inner .cart-product-name .cart-product-name1{
	color: #1b1b1b;
}
.data-quantity {
    margin: 29px 0px 0px 0px;
}

/*.prod_qty_input {
    border: 2px dashed #c7def2;
    padding: 7px 15px 6px 16px!important;
    border-radius: 5px;
    margin: 0px 0px 0px 18px;
    color: #fdc500;
    font-size: 24px;
    float: left;
}*/

.cart-prod_qty_input {
    margin: 0px 0px 0px 0px;
}

.data-remove {
    margin: 30px 0px 0px 0px;
}
.data-remove a{
	background: #fdc500;
	padding: 10px;
	border-radius: 4px;
}
.cartdescr {
    margin-bottom: 15px;
}

.b111 {
    float: left;
}

.b112 {
    float: right;
    /*font-family: hb;*/
    margin: 0px 8px 0px 0px;
}

.b12 {
    margin: 9px 0px 0px 0px;
}

.b121 {
    float: left;
}

.b122 {
    float: right;
    margin: 0px 8px 0px 0px;
    font-size: 16px;
}

.b13 {
    margin: 19px 0px 0px 0px;
}

.b131 {
    float: left;
    /*font-family: hb;*/
    margin: 10px 0px 0px 65px;
}

.b132 {
    float: right;
    /*font-family: hb;*/
    font-size: 24px;
    color: #fdc500;
    margin: 0px 10px 0px 0px;
}

.b1321 {
    font-size: 14px;
}

.b2 {
    text-align: right;
    margin: 38px 0px 0px 0px;
}

.b21 {
    display: inline-block;
    padding: 21px 66px 21px;
    /*font-family: hb;*/
    color: #fff;
    text-transform: uppercase;
    background: #fdc500;
    border-radius: 34px;
}

.ai1112 {
    /*font-family: hb;*/
    color: #fff;
    margin: 0px 0px 0px 34px;
    padding: 22px 25px 20px;
    border-radius: 4px;
    background: #fdc500;
    outline: none;
    vertical-align: top;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}


.quantity-decrease {
    float: left;
    border: none;
    background: none;
    padding: 0;
    vertical-align: middle;
    font-size: 24px;
}

.quantity-increase {
    float: right;
    border: none;
    background: none;
    padding: 0;
    vertical-align: middle;
    font-size: 26px;
}

.jshop .prod_qty_input input.cart-quantity-inputbox {
    /*margin: 0px 10px;*/
}


.jshop .prod_qty_input input.quantity-inputbox {
    border: none;
    width: 48px;
    text-align: center;
    /*margin: 0px 10px;*/
    float: left;
    font-size: 24px;
	margin: 0px 5px;
	color: #1b1b1b;
}

.quantity-button {
    cursor: pointer;
}

.data-quantity {
    margin: 29px 0px 0px 0px;
}

.ai1112:hover, .ai1112:active:hover, .ai1112:focus {
    background: #e3b100;
    outline: none;
    text-decoration: none;
    color:#fff;
}

.prod_qty_input {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    color: #fdc500;
    font-size: 24px;
    display: flex;
	flex-wrap: wrap;
	padding: 2px;
}
.prod_qty_input input{
	background-color: #e8e8e8;
	padding: 0px 10px;
	border-radius: 4px;
	color: #1b1b1b;
}
/*cart-end*/


/*adress*/
.ai-title {
    font-size: 18px;
    color: #fdc500;
}
.ai1i {
    margin: 18px 0px 0px 0px;
}

.ai11i {
    border: 2px solid #ddd;
    border-radius: 5px;
    margin: 0px 0px 20px 0px;
    padding: 14px 19px 14px;
    width: 100%;
	color: #1b1b1b;
}

.has-error, .rsform-error, .fielderror {
    border-color: #ff0000;
}

.cart_empty_text.message-text {
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #fdc500;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
}

.ai2wp {
    float: right;
}

.ai11i1 {
    max-width: 400px;
    /*min-width: 400px;*/
    min-height: 150px;
    margin: 0px 0px 0px 0px;
}

.ai1111 {
    display: inline-block;
    color: #fdc500;
    padding: 22px 50px 20px;
    border-radius: 4px;
    background: #d4d4d4;
    font-weight: bold;
}

.ai1111:hover, .ai1111:active:hover, .ai1111:focus {
    color: #fdc500;
    background: #e8e8e8;
    outline: none;
    text-decoration: none;
}

/*adress*/



.jshop_prod_attributes .input_type_radio input{
  display: none;
}

.productfull{

}

.productfull .top-card{
  margin-bottom: 5px;
}

.productfull .top-card h1{
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  color:#FFF;
  font-size: 28px;
}
.product-info-full{
    display: flex;
	flex-wrap: wrap;
}
.product-info-full .left-desc-block{
  background-color: #FFF;
  border-radius: 4px;
}
.product-info-full .left-desc-block .image_middle{
 padding: 15px 0px;
}
.productfull .middle-card{
  margin-bottom: 30px;
}
.product-info-full .left-desc-block  .full-info {
  padding: 15px;
  color: #838383;
}

.productfull .card-bottom{
  margin-bottom: 30px;
}

.productfull .manufacturer_logo img{
	max-width: 100%;
}
.productfull .manufacturer_title {
  width: 100%;
  margin-bottom: 10px;
}
.productfull  .manufacturer_img {
  width: 100%;
}
.productfull .advantages{
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 5px;
	margin-left: 15px;
	display: flex;
	flex-wrap: wrap;
	border: 2px solid #fdc500;
	flex: 0 0 calc(33.33333333% - 15px);
}

.productfull .advantages .row{
  display: flex;
  align-items: center;
    margin-bottom: 18px;
}

.productfull .advantages .row:last-child{
  margin-bottom: 0;
}

.productfull .advantages img{
  
}

.productfull .advantages span{
  display: block;
  font-size: 15px;
  color:#FFF;
}

.productfull .advantages a{
  font-size: 12px;
  text-decoration: underline;
  color:#FFF;
}
.productfull .advantages a:hover
{
  text-decoration: none!important;
}

.productfull .nav-tabs{
  border-bottom: none;
}


.productfull .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
    color: #FFF;
    background: #606060;
}

.productfull .tab-content{
    border-radius: 0px 0px 4px 4px;
    padding: 15px;
	background-color: #ffffff;
	color: #1b1b1b;
}

.productfull .nav-tabs>li.active>a,
.productfull .nav-tabs>li.active>a:focus,
.productfull .nav-tabs>li.active>a:hover{
  background: #fdc500;
  color:#000;
  border: none;
}


.card_qty_input{
    border: 1px solid #dedede;
    /* padding: 7px 15px 6px 16px!important; */
    /* border-radius: 5px; */
    /* margin: 0px 0px 0px 18px; */
    /* color: #fdc500; */
    font-size: 24px;
    /* float: left; */
    /* display: inline-block; */
    border-radius: 4px;
    margin-right: 10px;
    display: table;
    float: left;
}

.card_qty_input .quantity-decrease {
    float: left;
    /* border: none; */
    /* background: none; */
    /* padding: 0; */
    /* vertical-align: middle; */
    /* font-size: 24px; */
    /* float: left; */
    /* border: none; */
    /* background: none; */
    /* padding: 0; */
    /* vertical-align: middle; */
    /* font-size: 24px; */
    padding: 0px 6px;
    /* display: inline-block; */
}

.card_qty_input .quantity-inputbox{
    width: 50px;
    text-align: center;
    padding: 0px 0px;
    /* border-left: 1px; */
    border: 0;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    /* display: inline-block; */
    float: left;
}

.card_qty_input .quantity-increase{
    float: left;
    /* border: none; */
    /* background: none; */
    /* padding: 0; */
    /* vertical-align: middle; */
    font-size: 24px;
    padding: 0px 6px;
    /* display:  inline-block; */
}

.card_qty_input .jshop .prod_qty_input input.cart-quantity-inputbox {
    /*margin: 0px 10px;*/
}

.jshop_subtotal .name {
    padding-right: 10px;
    text-align: right;
    width: 88%;
}
.jshop_subtotal .value {
    text-align: right;
    white-space: nowrap;
    width: 12%;
}

.jshop .total {
    font-weight: bold;
}

.pf1 {
    margin: -60px 0px 0px 0px;
}


.btn-cart{
  background: #fdc500;
  padding-left: 25px;
  padding-right: 25px;
  color:#fff;
}

.btn-cart:hover{
  background: #1c6085;
  color:#fff;
}



.full-info .row{
  margin-bottom: 13px;
}

.full-info .row:last-child{
  margin-bottom: 0;
}

.full-info .title{
  
}


.full-info #block_price{
  font-size: 23px;
  color: #fdc500;
  font-weight: bold;
}

.full-info label{
  font-weight: normal;
}
.full-info .prod_buttons {
  display: flex;
}
.full-info .prod_buttons .buttons {
  display: flex;
}

.breads {
  list-style: none;
  padding: 0;
  font-size: 12px;
  color:#838383;
}

.breads li{
  float: left;
}

.breads li:first-child{
  display: none;
}

.breads a{
  color:#fdc500;
  font-size: 12px;
}

.breads .divider{
  display: inline-block;
  margin: 0 4px;
}

.related_header h4{
  color:#000;
  font-weight: bold;
}


.del-link{
  display: none!important;
}

.slider-content .grid{
  background-size: 100%!important;
}

.jshop_related .oiproduct{
  display: none;
}

article .content .jshop .jshop_list_product .block_product .oiproduct{
  display: none;
}

.slider .slide-desc{
  bottom: auto!important;
  left: 2%!important;
  width: 50%!important;
  right: 0%!important;
  top: 15%!important;
  display: none;
}

.slider .slide-desc .slide-title{
  font-size:40px;
}

.slider .slide-desc .slide-text{
  background: transparent;
  font-size: 16px;
}

.slider .slide-desc a{
  float:left;
}

#list_product_image_middle{
  margin-bottom: 10px;
}

.thumb-img{
  padding-left: 0;
}

.thumb-img img{
  width: 100%;
}

article .sidebar .carousel ul li::first-child{
  border-radius: 4px 4px 0 0;
}
article .sidebar .carousel ul li:first-child:hover{
  border-radius: 4px 4px 0 0;
}


article .sidebar .carousel ul li:hover{
  background: #1c6085;
}

.pagination {
  width: 100%;
  text-align: center;
  color: #838383;
}
.pagination li{
  display: inline-block;
  padding: 0px 5px;
}
.pagination li a{
  color: #fdc500;
}
.old_price{
  color:#cd2b2b;
  text-decoration: line-through;
  display: inline-block;
  margin: 0 3px;
}

div#nextend-accordion-menu-102 dl.level1 dt, div#nextend-accordion-menu-102 dl.level1 dt:HOVER{
  border-bottom: 1px solid #e3b100;
}
div#nextend-accordion-menu-102 dl.level1 dt.opened{
	border-bottom: 1px solid #fdc500ff;
}
div#nextend-accordion-menu-102 dl.level1 dt a, div#nextend-accordion-menu-102 dl.level1 dt a span{
  color: #000;

}
div#nextend-accordion-menu-102 dl.level1 dt:hover span, div#nextend-accordion-menu-102 dl.level1 dt a:hover, div#nextend-accordion-menu-102 dl.level1 dt a span:hover{
  color: #000 !important;

}
div#nextend-accordion-menu-102 dl.level1 dt a, div#nextend-accordion-menu-102 dl.level1 dt a span {  
  font-size: 14px;
}
div#nextend-accordion-menu-102 dl.level1 dt:hover span.inner span, div#nextend-accordion-menu-102 dl.level1 dt:hover span.inner span span, div#nextend-accordion-menu-102 dl.level1 dt:hover a, div#nextend-accordion-menu-102 dl.level1 dt:hover a span {
	font-size: 14px;
}
div#nextend-accordion-menu-102 dl.level1 dt.active span.inner span, div#nextend-accordion-menu-102 dl.level1 dt.active span.inner span span, div#nextend-accordion-menu-102 dl.level1 dt.active a, div#nextend-accordion-menu-102 dl.level1 dt.active a span {
	color: #000;
	font-size: 14px;
}
@media (min-width: 1023px){
.carousel dt.level1.nextend-nav-1 .outer{
  background: url('../images/socet-carousel.png') no-repeat 8% 50% !important;
}

.carousel dt.level1.nextend-nav-7 .outer{
background: url('../images/cable-carousel.png') no-repeat 8% 50% !important;
}

.carousel dt.level1.nextend-nav-8 .outer{
background: url('../images/uso-carousel.png') no-repeat 10% 50% !important;
}

.carousel dt.level1.nextend-nav-67 .outer{
  background: url('../images/light-carousel.png') no-repeat 10% 50% !important;
}
.carousel dt.level1.nextend-nav-51 .outer{
background: url('../images/shchitovoe-oborudovanie.png') no-repeat 8% 50% !important;
}
.carousel dt.level1.nextend-nav-65 .outer{
background: url('../images/kabelenesushchie-sistemy.png') no-repeat 8% 50% !important;
}
.carousel dt.level1.nextend-nav-66 .outer{
background: url('../images/raspredelitelnye-korobki.png') no-repeat 8% 50% !important;
}
.carousel dt.level1.nextend-nav-68 .outer{
background: url('../images/commutation-carousel.png') no-repeat 8% 50% !important;
}
.carousel dt.level1.nextend-nav-69 .outer{
background: url('../images/teplyj-pol.png') no-repeat 8% 50% !important;
}
.carousel dt.level1.nextend-nav-70 .outer{
background: url('../images/udliniteli-i-setevye-filtry.png') no-repeat 8% 50% !important;
}
.carousel dt.level1.nextend-nav-71 .outer{
background: url('../images/vse-dlya-montazha.png') no-repeat 8% 50% !important;
}
.carousel dt.level1.nextend-nav-72 .outer{
background: url('../images/tools-carousel.png') no-repeat 8% 50% !important;
}
.carousel dt.level1.nextend-nav-113 .outer{
background: url('../images/ponizhayushchie-transformatory.png') no-repeat 8% 50% !important;
}
}
div#nextend-accordion-menu-102 dl.level1 dt a, div#nextend-accordion-menu-102 dl.level1 dt a span{
  text-shadow: none!important;
}

.inner-h1 {
    border-bottom: 1px solid #eee;
}

.jshop.cart.cartcheckout th{
    color: #fdc500;
}
.jshop.cart.cartcheckout  img{
  max-height: 100%;
  max-width: 100%;
  
}

.jshop.cart.cartcheckout .total_price{
  font-weight: 700;
  color: #fdc500;
}

.modal-title {
    color: #fdc500;
    font-size: 22px;
    font-family: hb;
    text-align: center;
}

.modal-body {
    text-align: center;
}

.modal-body input {
    border: 2px solid #ddd;
    border-radius: 5px;
    margin: 0px 0px 20px 0px;
    padding: 10px 10px 10px;
    width: 100%;
}

.modal-body input.button {
    border-radius: 4px;
    background: #fdc500;
    outline: none;
    width: 50%;
    margin-bottom: 0px;
    border: 2px solid #337ab7;
    color:#fff;
}

.btn-lg{
  display: none;
}

.category_block{
  text-align: center;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #5d5d5d;
  overflow: hidden;
}

.category_block img {
    max-width: 100%;
    /*padding: 10px;*/
}

.category_name {
  background: #dbdbdb;
  height: 50px;
  overflow: hidden;
  padding: 5px;
  color: #000;
  border-radius: 0px 0px 4px 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;  
}
.category_name a{
color: #000;
}




.cont{

}

.product-main-img{
  display: none!important;
}
.product-main-img:first-child{
  display: inline-block!important;
}


.modal-backdrop.fade.shit{
  display: none;
}

#list_product_image_middle{
  width: 100%;
}

.index--secCategory--hamburger{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fdc500;
    padding: 20px 0 20px;
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}
@media( max-width:767px ){
    #index--secCategory--sidebarHide{
        display: none;
    }
}
@media( min-width:768px ){
    .index--secCategory--hamburger{
        display: none; 
    }
}
.index--secCategory--hamburger svg{
    height: 20px;
    width: 20px;
    fill: #000;
    margin-right: 10px;
}
@media( max-width: 500px ){
    .jshop_list_product{
        margin-left: -15px;
        margin-right: -15px;
    }
    .list_product > div{
        padding: 0;
        display: flex;
        width: 100%;
    }
    .jshop.list_product{
        display: grid;
        grid-template-columns: 49% 49%;
        grid-gap: 2%;
    }
    .block_product{
        width: 100%;
    }
    .info-product{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .info-product > div{
        width: 100%;
        padding: 0;
    }
    article .content .jshop .jshop_list_product .block_product .info-product .name{
        height: auto;
        min-height: 48px;
    }
    .pagination ul{
        padding: 0;
    }
    .pagenav{
        font-size: 12px;
    }
    .breads li span{
        font-size: 10px;
    }
    footer .footer-middle .site-info p{
        font-size: 10px;
    }
    .container-fluid.footer-bottom .develope,.container-fluid.footer-bottom .copy{
        font-size: 10px;
    }
}