﻿.search-default.catalog-search {
    background: #F1F3F5;
        border: 1px solid #CCD3D8;
    padding: 15px;
    position: relative;
        background-clip: padding-box;
    border-bottom: 4px solid rgba(0,0,0,0.1);
}

.search-default .catalog-search-form {
    padding-right: 0px;
    padding-left: 0px;
}

.catalog-search .catalog-search-form .tm-input {
        background: none;
    border: none;
    width: 100%;
    height: 42px;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    font-size: 2.2rem;
    /*margin: 0px;*/
    padding: 1px 0px 1px 0px;
    border-bottom: 0px;
    display: inline-block;
    line-height: 44px;
    color: #000;
}

.catalog-search-form input[type="text"].tm-input {
     outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.catalog-search-form input[type="text"].tm-input::-webkit-input-placeholder { color: #9DA7AF; }
.catalog-search-form input[type="text"].tm-input:-moz-placeholder { color: #9DA7AF; }
.catalog-search-form input[type="text"].tm-input::-moz-placeholder { color: #9DA7AF; }
.catalog-search-form input[type="text"].tm-input:-ms-input-placeholder { color: #9DA7AF; }

.catalog-search .catslc-search {
    height: 47px;
    margin-bottom: 30px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 4px solid rgba(0,0,0,0.1);
    padding-bottom: 0px;
}

.catalog-search .catslc-search-title {
        background: #FFF;
    width: 100%;
    display: table;
    position: relative;
    padding-right: 65px;
    padding-left: 15px;
    height: 47px;
    border: solid 1px #E5E8EB;
    border-bottom: none;
    color: white;
    box-sizing: border-box;
}

.catalog-search #tagsearchbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    line-height: 46px;
    background: #e2000f;
    color: white;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    float: right;
    height: 46px;
    border: 0;
    border-left: 1px solid white;
}

.triangle-with-shadow {
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.triangle-with-shadow:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f7f7f7;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 10px;
    left: 10px;
    
}
.triangle-with-shadow:hover, .triangle-with-shadow:hover:after {
    box-shadow: none;
}

.groupArrowBox {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    margin-bottom: -10px;
    display: none;
}

.catalogGroup {
    margin-bottom: 8px;
    position: relative;
    margin-top: 10px;
}

.catalogGroup .caption {
    font-family: SansSerif !important;
    font-size: 24px;
    letter-spacing: -1px;
    /*color: #3399ff;*/
    color: #666;
    font-weight: 300;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.catalogGroup .caption h5 {
    font-size: 20px;
    /*max-height: 80px;
    overflow: hidden;*/
    color: #000;
    font-weight: 700;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
}

.catalogGroup.secondLevelGroup .caption h5 {
    font-size: 19px;
}

.catalogGroup .thumbnail {

    /*display: table;*/
    position: relative;
    border-spacing: 2px;
    border-collapse: separate;
    margin-bottom: 0px;
    padding-bottom: 0px;
    cursor: pointer;
}

.catalogGroup .thumbnailWrapper {
    display: table-cell;
    vertical-align: middle;
}

.thumbnailWrapper > img {
    display: block;
    margin: 0 auto;
}

.catalogGroup img {
    max-height: 130px;
    max-width: 260px;
}

.catalogGroup .groupImage {
    height: 140px;
    width: 260px;
    cursor: pointer;
    border: 0px;
    margin: 0 auto;
    display: table;
}

.hoverBackground {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #d9d9d9;
    opacity: 0;
    pointer-events: none;
    
    display: block;
    text-decoration: none;
    border: none;

    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    z-index: 10;
}

.disabledBackground {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #A3FFAF;
    opacity: 0.2;
    
    display: block;
    visibility: hidden;
    text-decoration: none;
    border: none;

    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    z-index: 30;
}

.catalogGroup div.thumbnail:hover .hoverBackground {
    opacity: 0.3;
}

.catalogGroup div.thumbnail:hover .caption {
    color: #e30000;
}

.subItemGroup div.thumbnail:hover .hoverBackground {
    opacity: 0.3;
}

.groupDetailsBox .thumbnail {
    cursor: pointer;
}

.subItemGroup div.thumbnail:hover .caption {
    color: #e30000;
}

.showGroupDetails {
    height: 30px;
    border-top: 0px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    /*border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;*/
    /*text-align: center;*/
    vertical-align: middle;
    /*padding-top: 5px;*/
    color: #ddd;
    font-size: 22px;
    cursor: pointer;
}

.showGroupDetails:hover {
    color: #000;
}

.showGroupDetailsText {
    font-family: SansSerif !important;
    font-size: 16px;
    float: left;
    margin-left: 8px;
    margin-top: 2px;
}

.showGroupDetails i {
    float: right;
    margin-right: 8px;
    margin-top: 4px;
}

.subGroupsRow {
  background: #f7f7f7;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.groupDetailsBox {
    background: #f7f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    display: none;
}

.groupDetailsBox .caption {
    height: 65px;
    overflow: hidden;
}

.groupDetailsBox .caption h6 {
    font-size: 15px;
}

.groupDetailsBox .thumbnail {
    margin-bottom: 0px;
}

.groupDetailsBox img.thumbnail {
    margin: 0 auto;
}

.materialBadgeImageBox {
    margin: 0 auto;
    text-align: center;
}

.groupDetailsBoxInnerWrapper {
    margin-left:3px;
    margin-right:3px
}

.groupInfo .caption {
    font-size: 15px;
}

.catalogHeaderLeft .groupCaption {
    padding: 9px;
}

.catalogHeaderLeft .panel {
    padding: 9px;
}

.catalogHeaderLeft .panel table {
    border: 0px;
}

.catalogGroup .catalogGroupReferences.caption {
    border-bottom: 0px;
}

.catalogGroupReferences .icon-btn {
    width: 33%;
    min-height: 90px;
}

.catalogGroupReferences .row {
    margin-left: -14px;
    margin-right: -16px;
}

.materialBadgeImageBox {

    display: table;
    position: relative;
    border-spacing: 2px;
    border-collapse: separate;
    margin-bottom: 0px;
    padding-bottom: 0px;
    cursor: pointer;
}

.materialBadgeImageBox .thumbnailWrapper {
    display: table-cell;
    vertical-align: middle;
}



/* Группа - материалы */

.currency-choose.selected {
    color: white;
    font-weight: bold;
    border-bottom: dashed white 1px;
    cursor: pointer;
}

.catalogGoods .catalogProduct {
    min-width: 250px;
    /*width: 33.33%;
            display: block;*/
}

.catalogGoods .productTitle:hover {
    color: #e30000;
}

.catalogGoods button.cart .addToCart {
    padding-left: 0px;
}

.catalogGoods .cartInput input {
    border-bottom: 4px solid #CCD3D8;
}

.catalogGoods .btn.addToCart {
    border: 0;
    margin: 0;
    padding: 1px 0 0 0;
    background: #e2000f;
    width: 30px;
    /*height: 33px;
    margin-top: 2px;*/
    line-height: 30px;
    text-align: center;
    border-bottom: 4px solid #CCD3D8;
    display: inline-block;
    color: #fff;
}

.catalogGoods .btn.addToCart {
     outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.catalogGoods .productDetails {
    height: 50px;
    margin-top: 10px;
}

.catalogGoods .detailsButtonBox {
    width: 100%;
    position: relative;
}

.catalogProduct {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    width: 33.33%;
    border: 1px solid #e2e3e3;
    margin-left: -1px;
    margin-top: -1px;
    min-width: 285px;
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
}


.catalogProduct:hover button.detailsButtonBox {
    background-color: #00b06c;
    border-color: #00b06c;
    color: #ffffff;
}



.catalogGoods .imageWrapper {
    height: 150px;
    width: 100%;
}


.catalogGoods img {
    max-height: 150px;
    max-width: 215px;
}

.catalogGoods .cartInput {
    position: relative;
    right: 0;
    width: 45%;
    margin-top: 7px;
    float: right;
}

.cartInput .tooltip {
    min-width: 190px;
}

.catalogGoods .productTitle {
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    height: 107px;
    display: block;
    overflow: hidden;
    color: #000;
}

.groupDocument {
    margin-right: 10px;
}

.groupDocumentName {
    font-size: 12px;
    padding-right: 5px;
}

.catalogProduct .costAndCart {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 30px 0 20px;
    padding-top: 0px;
    border-bottom: 1px solid #ed1d24;
    z-index:11;
}
.catalogProduct .costAndCart .cost {
    position: absolute;
    left: 0;
    text-align: left;
}

.catalogProduct .costAndCart .cost span {
    font-weight: bold; color: #428bca; font-size: 16px; margin-bottom: 0px;
}

    .catalogProduct .costAndCart .cost span {
    }

.productDetails span {
    color: #666666; 
    font-size: 14px;
}

.catalogProduct:hover .hoverBackground {
    opacity: 0.3;
}

.catalogProduct:hover .productTitle {
    color: #e30000;
}

.catalogProduct .tooltip {
    position: absolute;
    z-index: 40;
}

/* Material Details */

.materialDetails td {
    padding: 0px;
}

.materialSpecs td {
    padding: 0px;
}

.materialDetails .priceTable {
    width:100%;
    margin-bottom:10px;
}

.materialDetails .priceTitle {
    font-size: 16px;
    padding:0px;
    margin:0px;
    margin-top: 5px;
}

.materialDetails .priceTable .priceTableSecondRow > td {
    padding-top: 10px;
}

.materialAvailability {
    font-weight: bold;
    color: #666666;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 16px;
}

.materialDetails .cartInput {
    position: relative;
    width: 100%;
    margin-top: 0px;

}

.materialDetails .materialDescription {
    font-size: 14px;
    padding: 5px;
    letter-spacing:normal;
    font-weight: normal;
    color: #000;
}

.materialDetails .materialTitle {
    padding: 5px;
}

.materialDetails .materialPrice {
    padding: 5px;
}

.materialDetails .carousel-control {
    height: 100%;
    min-height: 340px;
}

/*.catalogGroupReferences .icon-btn {
    padding: 10px;
    margin-right: 10px;
}*/

.catalogGroupReferenceWrapper {
    /*padding: 5px;*/
    padding: 0px;
    margin: 0px;
}

.catalogGroupReferences .icon-btn {
    padding: 10px;
}

.breadcrumb > li + li:before {
    content: none;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}