.t3-mainbody {
    padding-top: 75px;
    padding-bottom: 75px;
}
.btn-primary, .sppb-btn-primary {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .sppb-btn-primary:hover, .sppb-btn-primary:active, .sppb-btn-primary:focus{
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.img-caption{
    color: #000;
    font-weight: 600;
    padding: 10px;
    line-height: 30px;
}
.com_jshopping .t3-section-wrap#t3-section-top {
	margin-bottom:50px;
}
.breadcrumb{
  background:none;
}
.mod-shop-search{
  display:flex;
}
.head-search p{
    margin: 0;
}
#back-to-top .btn-primary:hover, #back-to-top .btn-primary:focus, #back-to-top .btn-primary:active {
    color: #000!important;
    border: none!important;
  background:#fff!important;
  outline: none!important;
}
.module-ct .nav li a {
    padding: 0px;
}


/*PRODUCT LIST*/
.fa-cart-plus:before {
    content: "\f217";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  	font-style: normal;
}
.fa-file-lines:before {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  	font-style: normal;
}
.jshop_code_prod {
    display: block;
}
.product{
  position:relative;
  overflow: hidden;
}
.list-buttons-absolute {
 	position: absolute;
    bottom: -100%;
    transition: all 0.2s ease-in-out 0s;
    display: flex;
    justify-content: center;
    width: 100%;
}
.product:hover .list-buttons-absolute {
    top: 230px;
}
.list-btn {
    float: left;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 34px!important;
    border: none;
    text-align: center;
    box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 9%)!important;
    padding: 5px 0 0!important;
}
.list-btn:hover, .list-btn:active, .list-btn:focus{
  background: #950000;
  color:#fff;
  border: none!important;
}
.list_product .product_label {
    margin-left: 0px;
    margin-top: 0px;
}

/*PRODUCT*/
.prod_img{
  display:flex;
}
.prod_img .image_middle{
  order:2;
}
.prod_img .image_thumb_list{
  order:1;
}
.jshop h1 {
  font-size: 30px;
}
.jshop .input_type_radio {
    white-space: normal;
}
#list_product_image_thumb.row-fluid0 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.productfull .image_thumb_list .sblock0 {
    width: 100%;
    max-width: 90px;
    margin-right: 5px;
}
.text_zoom{
  display:none;
}
input[type="radio"]:checked {
    background: url(/images/png/checkmark.png)!important;
    border: none;
}
.radio_attr_label img {
    width: 30px;
    height: 30px;
  	margin: 0 auto;
  	display: block;
}
.prod_atributes .input_type_radio{
  display:flex;
}
.prod_atributes .input_type_radio label{
  width:45px;
}
.prod_atributes .input_type_radio input[type="radio"]{
    margin-right: 5px;
}
.prod_atributes .input_type_radio .radio_attr_label span {
    font-size: 8px;
    text-align: center;
    display: block;
    line-height: 15px;
}
.prod_atributes {
    display: flex;
    align-items: center;
  	flex-wrap: wrap;
}
.prod_attributes .radio_custom {
    padding-left: 5px;
}
.productfull #block_price {
    font-weight: 600;
    padding-left: 40px;
}

/*CART*/
#checkout.d-flex{
  display: flex;
  justify-content: space-between;
}
.rabatt_form{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.rabatt_form .name{
   margin-right:10px;
}
.rabatt_form input[type="text"] {
  max-width:500px;
}
.rabatt_form input[type="submit"] {
 height:56px;
}

.t3-footer-wrap #id_currency.inputbox {
    width: auto;
}


/*CHECKOUT*/
.qcheckout_cart .jshop_img_description_center img{
  max-height:100px;
}
.shipping_image, .payment_image {
  margin-right:10px;
}
.adress_block .jshop_register{
  display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.adress_block .jshop_register .control-group{
  width:49%;
}
.other_delivery_adress{
  display:none!important;
}
.address_block select{
  height:56px;
  font-size: 15px;
  width: 100%;
}
.pfinish_comment_block #order_add_info {
    font-size: 15px;
    line-height: 18px;
}



@media screen and (min-width:968px) and (max-width:1199px){
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
      padding-left: 12px;
      padding-right: 12px;
  }
  .jshop_list_product .product .name {
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
	}
  .jshop h1 {
    font-size: 20px;
    margin: 0;
	}
  .prod_atributes .input_type_radio .radio_attr_label span {
    font-size: 7px;
  }
  .prod_atributes .input_type_radio label {
    width: 30px;
	}
  .radio_attr_label img {
    width: 25px;
    height: 25px;
	}
  .prod_img {
    display: flex;
    flex-direction: column-reverse;
	}
  #list_product_image_thumb.row-fluid0 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
	}
  .productfull .image_thumb_list .sblock0 {
    margin: 0;
	}
  
}
@media screen and (max-width:767px){
  .t3-footer .t3-footer-left {
    margin: 0 0 10px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	}
  
  #t3-mainbody .mainbody-inner .equal-height{
    display: flex;
    flex-direction: column;
  }
  #t3-mainbody .mainbody-inner .equal-height #t3-content{
    order:2;
  }
  #t3-mainbody .mainbody-inner .equal-height .t3-sidebar{
    order: 1;
    padding-right: 24px;
    padding-left: 24px;
  }
  .jshop h1 {
    font-size: 20px;
	}
}
@media screen and (max-width:350px){
.logo-text a {
    font-size: 18px;
	}
  .view-products .logo-text a {
    font-size: 12px;
	}
}
@media screen and (min-width: 1024px){
  .t3-footer-wrap #id_currency.inputbox, .mod-languages {
    display: inline-block;
}
}