/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Roboto Condensed', sans-serif;*/



body {
    font-family: Arial, sans-serif;
}

header {
    /*background: #fffcef;*/
    /*border-bottom: solid #edebe9 1em;*/
    /*background: -moz-linear-gradient(left,  #e3dee5 15%, #fffcef 99%);*/
    /*background: -webkit-linear-gradient(left,  #e3dee5 15%,#fffcef 99%);*/
    /*background: linear-gradient(to right,  #e3dee5 15%,#fffcef 99%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3dee5', endColorstr='#d1ccd3',GradientType=1 );*/
}
header .nav .nav-item {
    padding: .1rem;
}
header .nav .nav-link {
    font-size: .9rem;
    color: #000;
    transition: all 0.3s ease-out;
    padding: .3rem 1rem;
    border-radius: 15px;
}
header .nav .nav-link:hover {
    color: #fecc09;
    background-color: rgba(0, 0, 0, 0.6);
}
header .text-phone {
    color: #000;
    font-size: 1.3rem;
    padding: .45rem 1rem .3rem .3rem;
}
header .text-phone i {
    font-size: 1.5rem;
}

.headermenu {
    display: block;
    /*padding: .3rem 0 1rem 0;*/
    background: #fff;
    transition: all 0.3s ease-out;
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
}
.headermenu.sticky-top {
    z-index: 99;
}
.headermenu .logo {
    display: block;
    padding: 5px 0;
}
.headermenu .logo img {
    max-height: 80px;
}
.btn-primary {
    background: none !important;
    border: solid #8CA4A6 !important;
    color: #000000 !important;
    width: 100%;
    padding: 5px 15px;
    border-radius: 10px;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: bold;
}
.btn-primary:hover {
    background:none !important;
    border: solid #8CA4A6 !important;
    color: #8CA4A6 !important;
}


.slider-wrapper {
    float: none;
}

.catalog-cards .card {
    /*border-radius: 0;*/
    border: 1px solid #b3b3b3;
}
.catalog-cards .card-img {
    height: auto;
    width: auto;
    overflow: hidden;
    vertical-align: top;
}
.catalog-cards .card-img,
.catalog-cards .card-img-top {
    /*border-radius: 0;*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.catalog-cards .card-img-noimage {
    margin-top:0;
}
.catalog-cards .card-body {

}
.catalog-cards .card-body p {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 13px;
}
.catalog-cards .card-body .card-body-block {
    /*max-height: 118px;*/
    overflow: hidden;
    position: relative;
}
.catalog-cards .card-body .card-body-block .curtain {
    position: absolute;
    width: 100%;
    /*height: 80px;*/
    bottom: 0;
    left: 0px;
    z-index: 999;
    background: rgba(240,240,240,0);
    background: -moz-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,0)), color-stop(100%, rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=0 );
}
.catalog-cards .card-title {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 175px;
    background: rgba(0, 0, 0, 0.55);
    padding: 5px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;


}
/*.catalog-cards .card-title:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 10;*/
/*    background: -moz-linear-gradient(top,  rgba(240,240,240,0) 60%, rgba(240,240,240,1) 100%);*/
/*    background: -webkit-linear-gradient(top,  rgba(240,240,240,0) 60%,rgba(240,240,240,1) 100%);*/
/*    background: linear-gradient(to bottom,  rgba(240,240,240,0) 60%,rgba(240,240,240,1) 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#f0f0f0',GradientType=0 );*/
/*}*/
.catalog-cards .card-text {
    max-height: 50px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.catalog-cards .card-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: -moz-linear-gradient(top,  rgba(240,240,240,0) 60%, rgba(240,240,240,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(240,240,240,0) 60%,rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom,  rgba(240,240,240,0) 60%,rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#f0f0f0',GradientType=0 );
}

.last-news .card .card-img a img {

}
.last-news .card .card-body {
    overflow: hidden;
    /*height: 176px;*/
}
.last-news .card .card-body .card-title {
    font-size: 16px;
}
.last-news .card .card-body .card-text {
    text-overflow: ellipsis !important;
}

.carousel-caption {
    text-align: left;
    left: 50px;
    right: 50px;
    bottom: 15px;
}
.carousel-caption h5 {
    font-size: 3rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    font-weight: 900;
}
.carousel-caption p {
    font-size: 1rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    font-weight: 500;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
    height: 15%;
    top: 42%;
    /*border-radius: 50%;*/
    /*background: rgba(255,255,255,.5);*/
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.catalog-filter-panel {
    /*height: 55px;*/
    /*line-height: 55px;*/
    color: #000;
    background: #fecc09;
    /*padding: 0px 15px;*/
}


.nav.cabinet-link {
    position: relative;
    z-index: 888;
}
.nav.cabinet-link .nav-link {
    font-size: .9rem;
    /*transition: all 0.3s ease-out;*/
    transition: none !important;
    padding: .3rem 1rem;
    border-radius: 15px;
    color: #fecc09;
    background-color: #535154;
}
.nav.cabinet-link .nav-item:hover .nav-link {
    color: #fff;
    background-color: #444245;
}
.nav.cabinet-link .dropdown {
    position: relative;
}
.nav.cabinet-link .dropdown .dropdown-menu {
    margin: -2px 2px 0 0 !important;
    width: 230px;
    top: 100% !important;
    left: unset !important;
    right: 0 !important;
    padding: 0 !important;
    border-radius: 5px 0 5px 5px !important;
    overflow: hidden !important;
    border: none;
    position: absolute !important;
    z-index: 888;
    background-color: #535154;
    transform: none !important;
}
.nav.cabinet-link .dropdown-menu .dropdown-item {
    background-color: #444245;
    color: #fecc09;
    font-size: .8rem;
    padding: 7px 15px;
}
.nav.cabinet-link .dropdown-menu .dropdown-item:hover {
    background-color: #535154;
    color: #fff;
}
.nav.cabinet-link .dropdown .dropdown-toggle[aria-expanded="true"] {
    border-radius: 15px 15px 0 0 !important;
}

/* The radio */
.radio {

    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff ;
    border-color:#000;
    border-style:solid;
    border-width:2px;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#000;
}

/* The check */
.check {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
    border-color:#000;
    border-style:solid;
    border-width:2px;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid ;
    border-color:#000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cust-btn{
    margin-bottom: 10px;
    background-color: #000;
    border-width: 2px;
    border-color: #000;
    color: #fff;
}
.cust-btn:hover{
    border-color: #000;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    transform-style: 2s;
}

/* breadcrumbs */
ul.breadcrumbs {
    /*margin: 25px 0px 0px;*/
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    display: block;
    /**display: inline;*/
    zoom: 1;
    vertical-align: top;
    height: auto;
    /*border-radius: 5px 5px 5px 5px;*/
    /*border-right: 1px solid #d1ccd3;*/
    /*border-top: 1px solid #d1ccd3;*/
    /*border-bottom: 1px solid #d1ccd3;*/
}
ul.breadcrumbs li {
    position: relative;
    margin: 0px 0px;
    padding: 0px;
    list-style: none;
    list-style-image: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    border-left: 1px solid #d1ccd3;
    transition: 0.3s ease;
}
ul.breadcrumbs li:hover:before {
    border-left: 10px solid #d1ccd3;
}
ul.breadcrumbs li:hover a {
    color: #000;
    /*background: #d1ccd3;*/
}
ul.breadcrumbs li:before {
    content: "";
    position: absolute;
    right: -9px;
    top: -1px;
    z-index: 20;
    border-left: 10px solid #fff;
    /*border-top: 22px solid transparent;*/
    /*border-bottom: 22px solid transparent;*/
    transition: 0.3s ease;
}
ul.breadcrumbs li:after {
    content: "";
    position: absolute;
    right: -10px;
    top: -1px;
    z-index: 10;
    border-left: 10px solid #d1ccd3;
    /*border-top: 10px solid transparent;*/
    /*border-bottom: 22px solid transparent;*/
}
ul.breadcrumbs li.active a {
    color: #000;
    /*background: #d1ccd3;*/
}
ul.breadcrumbs li.first {
    border-left: none;
}
ul.breadcrumbs li.first a {
    font-size: 11px;
    padding-left: 10px;
    border-radius: 5px 0px 0px 5px;
}
ul.breadcrumbs li.last:before {
    display: none;
}
ul.breadcrumbs li.last:after {
    display: none;
}
ul.breadcrumbs li.last a {
    padding-right: 20px;
    /*border-radius: 0px 40px 40px 0px;*/
    border-radius: 0px 5px 5px 0px;
}
ul.breadcrumbs li a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #757575;
    padding: 0px 11px 0px 15px;
    height: auto;
    text-decoration: none;
    /*background: #fff;*/
    border: 1px solid #d1ccd3;
    border-bottom: none;
    border-top: none;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s ease;
}
ul.breadcrumbs li.last a {
    border: none !important;
    cursor: default;
}
ul.breadcrumbs li.last:hover a {
    color: #000;
    background: none;
}

.product_images {
    padding-left: 20px !important;
}
.product_images .carousel-control-next,
.product_images .carousel-control-prev {
    width: 5%;
    height: 15%;
    top: 42%;
    border-radius: 0;
    background: rgba(0,0,0,.5);
}
#carouselProductThumbs .carousel-control-next,
#carouselProductThumbs .carousel-control-prev {
    width: 20px;
    height: 40px;
    top: calc(50% - 20px);
    border-radius: 0;
    background: rgba(0,0,0,.5);
}

.product_images .carousel-indicators {
    position: relative;
    display: block;
    widows: 100%;
    max-width: 100%;
    height: 80px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #eee;
    margin-right: 0;
    margin-left: 0;
}
.product_images .carousel-indicators li {
    list-style: none;
    width: 60px !important;
    height: 50px;
    text-indent: unset;
    opacity: 1;
    background: none;
    display: inline-block;
}

.header-search-line {
    /*position: absolute;*/
}



.text-black {color: #000;}

.fs5 {font-size: .5rem;}
.fs6 {font-size: .6rem;}
.fs7 {font-size: .7rem;}
.fs8 {font-size: .8rem;}
.fs9 {font-size: .9rem;}
.fs10 {font-size: 1rem;}
.fs11 {font-size: 1.1rem;}
.fs12 {font-size: 1.2rem;}
.fs13 {font-size: 1.3rem;}
.fs14 {font-size: 1.4rem;}
.fs15 {font-size: 1.5rem;}
.fs100p {font-size: 100%;}

.lh08 {line-height: .8em;}
.lh1 {line-height: 1em;}
.lh11 {line-height: 1.1em;}
.lh12 {line-height: 1.2em;}

.form-field__input {
    padding-right: 30px;
    z-index: 30;
}
.form-field__clear {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 5px;
    opacity: .2;
    z-index: 1;
    border: 0;
    /*display: none;*/
    padding: 0 7px;
    font-weight: 400;
    transition: opacity .1s ease-out;
    background: transparent;
    outline: none;
    font-size:20px;
}

.form-field__clear:hover {
    opacity: 1;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .catalog-filter-panel {
        height: auto;
        line-height: normal;
        padding: 10px 10px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .catalog-filter-panel {
        height: 56px;
        line-height: 52px;
        padding: 0px 15px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

@media (min-width: 1439px) {
    .container {
        max-width: 1260px;
    }
}

@media (min-width: 1599px) {
    .container {
        max-width: 1360px;
    }
}
