.title-product__eng{
    font-size: 18px;
}
.btn-product__eng{
    text-decoration: none;
    display: block;
    width: 200px;
    padding-bottom: 10px;
	display: none;
}
.ZoomContainer{
    display: block;
    visibility: hidden;
    opacity: 0;
}

.section-item_content-article{
    position: absolute;
    top: -10px;
    left: 15px;
    padding: 2px 10px!important;
    display: block;
    background-color: #ffffff;
}
.btn-cart,
.btn-next-item{
    width: 90%;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #0690E0;
    border-radius: 0;
    border-color: #ffffff;
    color: #ffffff;
    position: absolute;
    text-decoration: none;
    bottom: 10px;
    left: 5%;
}
.btn-next-item{
    position: relative;
}
.btn-cart:hover,
.btn-next-item:hover{
    background-color: #ffffff;
    border-color: #0690E0;
    color: #0690E0;
}

.btn-order,
.btn-calcelate,
.btn-removeall{
    background-color: #E60003;
    border-color: #ffffff;
    color: #ffffff;
    position: relative;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}
.btn-order:hover,
.btn-removeall:hover{
    background-color: #ffffff;
    border-color: #E60003;
    color: #E60003;
}

.btn-calcelate{
    background-color: #0690E0;
}

.btn-calcelate:hover{
    background-color: #ffffff;
    border-color: #0690E0;
    color: #0690E0;
}

.section-catalog a{
    text-decoration: none;
}
.section-item_content{
    padding: 15px;
    height: 100%;
    text-align: center;
    position: relative;
}
.section-item_content img{
    margin-bottom: 15px;
}

.section-item_content h5{
    font-size: 14px;
    color: #0690E0;
}

.section-item_content h3,
.section-item_content h5{
    padding: 0px;
    word-wrap: break-word;
    
}

.section-item_content h3{
    margin: 0 0 40px;
    font-size: 16px;
}

.section-item_content-img{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 220px;
    margin-bottom: 15px;
}
.section-item_content-img img{
    opacity: 0;
    visibility: hidden;
}

.title-box {
    background-color: #0690E0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}
.img-fluid_img{
    padding-bottom: 15px;
}

.box-table{
    margin-bottom: 15px;
}

.box-table .box-table-td{
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 7px;
}

.box-table .box-table-td:first-child{
    font-weight: bold;
}

.dropdown-catetory{
    border-left: 3px solid #87e0fd;
    padding-bottom: 5px;
}

.dropdown-catetory a{
    text-decoration: none;
    font-size: 14px;
}
.marka-post-title{
    font-size: 21px;
}
.marka-post-title span{
    color: #0690E0;
}
/*
.marka-main .marka-title-visibility:nth-child(3){
    visibility: hidden;
    display: none;
    opacity: 0;
}
*/

.author-product{
    margin-bottom: 1rem;
}

.date-product,
.author-product a{
    font-weight: bold;
    text-decoration: none;
}

.easyzoom img.img-fluid{
    margin: 0 auto;
    display: block;
    max-height: 100%;
    cursor: pointer;
}

.zoomProducts{
    display: table;
}
.easyzoom{
    position: relative;
    background-color: #ffffff;
    height: 300px;
    width: 100%;
    display: table-cell!important;
    vertical-align: middle; 
    text-align: center;
    overflow: hidden;
    border: 1px solid #cccccc50;
}

.element-zims-image{
    display: table-footer-group;
}

.thumbnails{
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}
.thumbnails li{
    display: inline-block;
    width: 18.7%;
    border: 1px solid #cccccc50;
}

.table-cart input {
    max-width: 70px;
    min-width: 60px;
}

.table-cart input[type="checkbox"] {
    min-width: inherit;
}

@media(max-width:767px){
    .custom-select{
        margin-bottom: 5px;
    }    
    
    .table-bordered td, .table-bordered th{
        border-bottom: 1px solid #dee2e6!important; 
    }
    table.bt tfoot th::before, 
    table.bt tfoot td::before, 
    table.bt tbody td::before {
        width: 46%!important;
    }
    
    .marka-main .nav.nav-tabs {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .marka-main .nav.nav-tabs .nav-item{
        padding: 0 4px!important;
    }
}

@media(min-width:576px){

    .thumbnails li{
        width: 19.3%;
    }
}

@media(min-width:768px){

    .thumbnails li{
        width: 19.4%;
    }
}
@media(min-width:992px){

    .img-fluid_img{
        padding-top: 55px;
    }
    .thumbnails li{
        width: 18.7%;
    }
}

.fancyimage .border-image{
    border: 1px solid #ccc;
}

@media(min-width:1200px){

    .thumbnails li{
        width: 18.9%;
    }
}

/* раскрывающийся текст после блока Партнеры*/
.text-main {
    overflow: hidden;
    max-height: 135px;
    display: block !important;
    position: relative;
}

.text-main::after {
  content: "";
  display: block;
  width: 100%;
  height: 45px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  position: absolute;
  z-index: 1;
    bottom: 0;
    left: 0;
}

.text-main.show {
    max-height: 100%;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.text-main.show::after {
    display: none;
}

.text-main h1 {
    font-weight: bold;
    font-size: 26px;
}

.btn-show-text {
    margin-top: 1.5rem;
    background-color: #1a3055;
    color: #ffffff;
}

.btn-show-text.active {
    margin-top: 0;
    background-color: #0690e0;
    color: #ffffff;
}

@media (max-width: 575px) {
    .text-main h1 {
        font-weight: bold;
        font-size: 21px;
    }

    .text-main {
        overflow: hidden;
        max-height: 165px;
        display: block !important;
    position: relative;
  }
}

.can-buy-scroll {
	padding-top: 7px;
}

@media (max-width: 991px) {
	.can-buy-scroll {
		overflow-x: scroll;
		margin-bottom: 15px;
	}
	.can-buy-scroll .marka-item {
		margin-bottom: 15px !important;
	}
}

.btn-removeall-holder {
	float:left;
}


table.table-cart.bt td.basictable-td-hide {
	display: none;
}

div.btn-removeall-holder-before {
	display: none;
}

table.bt tbody td::before {
	min-width: 130px;
}