a:hover {
    color: #ffffff8c;
    text-decoration: underline;
}
.display-1{
    font-size: 1.6rem;
    font-weight: 600;
}
.display-4{
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}
.display-5{
    font-size: 1.3rem;
    text-transform: uppercase;
}
.display-6{
    font-size: 1.1rem;    
}
.display-8{
    font-size: .8rem;
       
}
.display-7{
    font-size: .8rem;
    text-transform: uppercase;    
}
p, ul, li {
   font-size: 14px; 
   line-height: 18px;
}
p {
    margin-top: 0;
    margin-bottom: .5rem;
}
.jumbotron {
    padding: 1rem;
    margin-bottom: 0;
    background-color: #ffa57a;
    border-radius: 0;
    font-size: 12px;
}
.text-input{
    width: 240px;
    justify-content: left;
    margin-bottom: .3rem;
}
.width-input {
    width: 90px;
}
.logo{
    width: 150px;
    margin-right: 0;
}
.btn-quilt {
    color: #fff;
    background-color: #906d73;
    border-color: #ffcbb0;
}
.btn-quilt:hover {
    color: #fff;
    background-color: #906d73;
    border-color: #ffb895;
}
.image-quilting{
    width:50%;
    display:inline-block;
    height:auto;
    
}

/*icon-top*/
nav .navbar-text{
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    border-bottom: 1px solid #dae0e5;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.list-inline li{display:inline;}
.list-inline .ico-top{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
figcaption{
    position: absolute;
    right: 15%;
    bottom: 40px;
    left: 15%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #1d2124;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
figcaption a{color:#495057;}
figcaption a:hover{color:#b89892;}
.kol-caption{
    position: absolute;
    width:100%;
    left:0;
    right:0;
    padding-right: 5rem;
    bottom: 3rem;
    padding-left: 5%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #1d2124;
    text-align: left;
    text-transform: uppercase;
    background:#ffffffb8;
    font-size: 22px;
}
.kol-caption:hover{background:#ffffff63;}
.kol-caption h2{font-size: 16px;font-weight: 700;}
.kol-caption p{font-size:12px;}
.kol-bottom{
    display: block;
    padding: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #906d73;
    color: white;
}
.kol-bottom a:hover{text-decoration:none;}
.kol-bottom:hover{
    text-decoration:none;
    background:#73585d;
}
footer{
    background: #b7857f;
    color: white;
    padding:2rem 1rem;
}
footer a{color: #ffffff85;}
footer a:hover{color:white;}
.footer-end{
    background: #003951;
}
.text-prv{
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
-ms-line-clamp: 2;
-webkit-line-clamp: 2;
line-clamp: 2;
display: -webkit-box;
display: box;
word-wrap: break-word;
-webkit-box-orient: vertical;
box-orient: vertical;
font-size: 15px;
line-height: 19px;
}
.rewiews_block{
    border:1px solid #dee2e6;
    padding:2rem;
    margin-bottom:2rem;
}
#brends img {
    height: auto;
    max-height: 300px;
}
#brends img:hover {
    opacity: .7;
    
}
#brends .nav-link{
    color: #d4d4d4;
    border-bottom: 1px solid #dee2e6;
}
#brends .nav-link:hover{
    color: #616161;
    border-bottom: 1px solid #ffffff;
    background: #ffcbb0;
}
#brends .navbar-brand{display:block;}
.bg-top-title {
    background: #785158;
}
.products-list{
    display: inline;
}
.products-list .image{
    width: 49%;
    display: inline-block;
    height: auto;
}
.action{position:absolute;}
.title-cat a{
    font-size: 14px;
    color:#6c757d;
}
.btn-success {
    color: #fff;
    background-color: #ffb895;
    border-color: #ffa57a;
    border-radius:0;
    width: auto;
    min-width: 120px;
    font-weight:600;
    text-transform:uppercase;
}
.btn-success:hover {
    color: #fff;
    background-color: #ffa57a;
    border-color: #ffcbb0;
}
.btn-success:focus {
    color: #fff;
    background-color: #e18e66;
    border-color: #ffcbb0;
    box-shadow: 0 0 0 0.2rem rgba(240, 196, 174, 0.43);
}
.btn-success:active {
    color: #fff;
    background-color: #e18e66;
    border-color: #ffcbb0;
}
.btn-success-2 {
    color: #fff;
    background-color: #b89892;
    border-color: #b89892;
    border-radius:0;
    width: auto;
    min-width: 100%;
    font-weight:600;
    text-transform:uppercase;
}
.btn-success-2:hover {
    color: #fff;
    background-color: #785158;
    
}
.bg-price{
    background-color: #f0c4ae;
    display: block;
    width: auto;
    padding: .44rem;
    text-align: center;
    min-width: 32%;
    margin-left: 3px;
}
.content a{
    color: #6c757d;
    text-decoration: underline;
}
.content a:hover{
    color: #ffb895;
    text-decoration: underline;
}
.price_small{font-weight:600;}
.breadcrumbs{font-size:12px;margin-bottom: 2rem;}
.breadcrumbs a{color:#adb5bd;}
#news .text-prv {
    font-size: 14px;
    line-height: 19px;
    font-family: arial, sans;
    color: #616161;
    height: 135px;
    overflow: hidden;
    margin: 7px 0 10px;
}
#news a, h2{color:#6c757d;}
#news img:hover{opacity:.7;}
#news a:hover, h2:hover{color:#b7857f;}
#news h2{
    display: block;
    height: auto;
    min-height: 4rem;
}
#news .date{
    color:#adb5bd;
    font-size:12px;
}
.cart{
    border: 1px solid #e9ecef;
    padding: 0.5rem;
    margin-bottom: 1rem;
}
.cart input{width: 50%;}
@media screen and (min-width: 992px) and (orientation: landscape) {
.logo {
    width: auto;
    margin-right: 4rem;
}
/*icon-top*/
nav .navbar-text{
    width: auto;
    padding: 0.5rem;
    position:absolute;
    right:2rem;
    top: -.5rem;
    text-align: right;
    border-bottom: 1px solid #dae0e5;
} 
.kol-caption{
    font-size:14px;
    left: 0;
    padding: 1rem 2rem;
}
.kol-caption h2{font-size: 12px;font-weight: 700;}
.kol-bottom{font-size: 11px;}
#brends .navbar-brand{display: none;}
.bg-top-title {
    background: #fff;
}
#brends .nav-link {
    color: #545b62;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
}
.products-list .image {
    width: 30%;
}
.order_crcl {
    /* background: #ffcbb0; */
    padding: 1rem 1.4rem;
    background-image: url(/public/img/bag.png);
    background-repeat: no-repeat;
    color: white;
    font-weight: 600;
    font-size: larger;
    padding: .9rem 1.1rem;
}
.bg-price{
    background-color: #f0c4ae;
    display: block;
    width: auto;
    padding: .44rem;
    text-align: center;
    min-width: 127px;
    margin-left: 3px;
}

}
@media screen and (min-width: 1200px) and (orientation: landscape) {
.logo {
    width: auto;
    margin-right: 4rem;
}
.cart input {
    width: 100%;
}
/*icon-top*/
nav .navbar-text{
    width: auto;
    padding: 0.5rem;
    position:absolute;
    right:2rem;
    top: 1.5rem;
    text-align: right;
    border-bottom: 1px solid #dae0e5;
} 
.kol-caption{
    font-size: 12px;
    left: 0;
    padding: .3rem .9rem;
}
.kol-caption h2{font-size: 12px;font-weight: 700;}
.kol-bottom{font-size: 11px;}
#brends .navbar-brand{display: none;}
.bg-top-title {
    background: #fff;
}
#brends .nav-link {
    color: #545b62;
    border-bottom: 1px solid #dee2e6;
}
.products-list .image {
    width: 23%;
    display: inline-block;
}
.bg-price{
    background-color: #f0c4ae;
    display: block;
    width: auto;
    padding: .44rem;
    text-align: center;
    min-width: 127px;
    margin-left: 3px;
}

}
@media screen and (min-width: 1960px) and (orientation: landscape) {
.logo {
    width: auto;
    margin-right: 4rem;
}
/*icon-top*/
nav .navbar-text{
    width: auto;
    padding: 0.5rem;
    position:absolute;
    right:2rem;
    top: 1.5rem;
    text-align: right;
    border-bottom: 1px solid #dae0e5;
} 
.kol-caption{
    font-size: 12px;
    left: 0;
    padding: .3rem .9rem;
}
.kol-caption h2{font-size: 12px;font-weight: 700;}
.kol-bottom{font-size: 11px;}
#brends .navbar-brand{display: none;}
.bg-top-title {
    background: #fff;
}
#brends .nav-link {
    color: #545b62;
    border-bottom: 1px solid #dee2e6;
}
.products-list .image {
    width: 18%;
}

}
