@import url(https://fonts.googleapis.com/css?family=Quicksand:400,600,700&subset=latin,latin-ext);

body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
    font-family: 'Quicksand', sans-serif;
}

body{
    margin: 0;
    padding: 0;
}


::selection {
  background: #ac2d49; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #ac2d49; /* Gecko Browsers */
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(172, 45, 73, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(172, 45, 73, 0.6) !important;
  outline: none !important;
}

div:focus{
	outline: none !important;
}

a{
	transition: all 0.25s;
}

h1{
    font-size: 3rem;
    font-weight: bold;
    color:#C9A8A3;
}

h2{
    color: #C9A8A3;
    font-size: 50px;
}

p,
li{
    font-size: 1.1rem;
}

img.separator{
    width: 80px;
}

a:hover,
a:focus{
	text-decoration: none;
}

.bg{
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.mc{
    display: flex;
    align-items: center;
    justify-content: center;
}

.clear{
    clear: both;
}

#wrapper{
    margin-top: 146px;
}
/* BUTTONS */

.btn{
    border-radius: 0;
    border: 1px solid #C9A8A3;
    background: transparent;
}

.btn-primary{
    color: #C9A8A3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background: #C9A8A3 !important;
    color: #fff;
    border: 1px solid #C9A8A3 !important;
}

.btn-primary:focus,
.btn-primary:active{
    box-shadow: 0 0 0 0.2rem rgb(201 168 163 / 50%) !important;
}

.btn-secondary{
    color: #fff;
    border-color: #fff;
}

/* HEADER */

header{
    height: 0;
}

.navbar{
    background: #C9A8A3;
    height: 146px;
}

.loginRow .container{
    position: relative;
}

.loginRow{
    width: 100%;
}

.navbar .profilMenu{
    list-style: none;
    padding: 0;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}

.navbar .profilMenu li{
    display: inline;
    color: #fff;
    margin-left: 8px;
}

.navbar .profilMenu li a{
    color: #fff;
}

.navbar .loginLink{
    position: absolute;
    right: 0;
    top: 5px;
    background: transparent !important;
    color: rgba(255,255,255,.7) !important;
    text-decoration: none !important;
    z-index: 99;
}

.navbar .loginLink:hover{
    text-decoration: none !important;;
    color: #fff !important;
}

.navbar .navbar-brand img{
    height: 120px;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    color: rgba(255,255,255,.7);
    font-size: 1.2rem;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus{
    color: #fff;
}


.navbar-expand-lg .navbar-nav .dropdown-menu{
    margin-top: 8px;
    background: #C9A8A3;
    border-top: 1px solid #fff;
    border-radius:0;
}

.navbar .dropdown-item{
    color: rgba(255,255,255,.7);
    font-size: 1.3rem;
    text-align: center;
    border-right: 1px solid #fff;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus{
    background: transparent;
    color: #fff;
}

.navbar .col-md-4:last-child .dropdown-item{
    border: none;
}

/* FOOTER */

footer{
    background: #C9A8A3;
    padding: 15px 0;
    color: #fff;
    border-top: 1px solid #fff;
}

footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li a{
    color: #fff;
}

footer a:hover{
    color: rgba(255,255,255,0.5);
}

footer .madeBy{
    text-align: right;
}

/* HOMEPAGE */

.swiper-slider-home{
    position: relative;
}

.swiper-wrapper{
    padding-bottom: 100px;
}
.arrows{
    position: absolute;
    z-index: 30;
    top: 300px;
    color: #C9A8A3;
    cursor: pointer;
}

.arrowLeft{
    left: 30px;
}

.arrowRight{
    right: 30px;
}

.swiper-slide{
    height: 650px;
    position: relative;
}

.swiper-slide .content{
    width: 400px;
    background: #C9A8A3;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -200px;
    padding: 30px;
    text-align: center;
}


.swiper-slide .content h3,
.swiper-slide .content p{
    color: #fff;
    margin: 0;
}

.swiper-slide .content .btn{
    margin-top: 20px;
}

#highlightedCats .container-fluid{
    background: rgba(201,168,163,0.2);
    padding: 0 0 100px 0;
    margin-top: 100px;
}

#highlightedCats .item{
    height: 400px;
    width: 400px;
    border-radius: 200px;
    margin: -80px auto 0;
    color: #fff;
    font-size: 1.8rem;
    transition: all 0.4s;
}

#highlightedCats .item:hover{
    transform: scale(1.05);
}

#highlightedCats .item .layer{
    background: rgba(201,168,163,0.8);
    display: inline;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.separatorSection{
    padding: 100px 0;
    position: relative;
}

.separatorSection .layer{
    background: rgba(201,168,163,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.separatorSection h2{
    color: #fff;
    margin-bottom: 0px;
    font-weight: bold;
}

.separatorSection p{
    color: #fff;
    margin-bottom: 25px;
}

/* PRODUCTLIST - BLOGLIST */

#productList,
#blogList,
#catList{
    padding: 100px 0;
}

#blogList{
    background: rgba(201,168,163,0.2);
}

#blogList p{
    color: #C9A8A3;
}

#catList .image{
    height: 170px;
}

#catList a{
    color: #808080;
}

#productList .item .inner,
#blogList .item .inner{
    border: 1px solid #C9A8A3;
}

#productList .item .inner .image,
#blogList .item .inner .image{
    height: 250px;
}

#productList .item .inner .image img{
    max-width: 100%;
    max-height: 100%;
}

#productList .item .inner .description,
#blogList .item .inner .description{
    padding: 15px;
}

#productList .item p.name,
#blogList .item p.name{
    font-size: 1.3rem;
    margin-bottom: 0;
    color: #C9A8A3;
    font-weight: bold;
    height: 63px;
}

#productList .item p.size,
#blogList .item p.date{
    font-size: 0.9rem;
    color: #C9A8A3;
}

#productList .item p.price{
    font-size: 2rem;
    font-weight: bold;
    color: #C9A8A3;
}

#productList .item p.salePrice{
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #ac2d49;
}

#productList .item p.origPrice{
    text-decoration: line-through;
    font-size: 0.7rem;
    line-height: 0.7rem;
    margin-bottom: 0;
}

#productList .item .countLayer{
    position: absolute;
    width: 90px;
    height: 90px;
    background: #C9A8A3;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 45px;
    line-height: 1rem;
    right: 0;
    top: -10px;
}

#productList .item .countLayer span{
    font-size: .9rem;
    font-weight: 400;
}

#productList .filterRow{
    border-bottom: 1px solid #C9A8A3;
}

#productList .filters .badge{
    border: 1px solid #C9A8A3;
    padding: 6px 2px 6px 10px;
}

#productList .filters .badge a{
    background: rgba(201,168,163,0.8);
    color: #000;
    padding: 1px 5px;
    border-radius: 10px;
}

.soldProducts .item .inner{
    border: none !important;
}

.soldProducts .item .inner .image{
    height: 280px !important;
    position: relative;
}

.soldProducts .item .inner .image .layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(201,168,163,0.4);
    opacity: 0;
    transition: all 0.25s;
}

.soldProducts .item .inner .image:hover .layer{
    opacity: 1;
}

.soldProducts .item .inner .image .layer .btn,
.soldProducts .item .inner .image .layer .btn:hover,
.soldProducts .item .inner .image .layer .btn:focus{
    background: #fff !important;
    color: #C9A8A3;
}

.modal{
    top: 180px;
}

.modal-backdrop{
    z-index: 0;
}

/* PRODUCT */

.product-content h2{
    font-weight: bold;
    font-size: 2rem;
}

#prodDescription{
    background: rgba(201,168,163,0.2);
    padding: 100px 0;
    margin-top: 100px;
}

ul.productParams{
    list-style: none;
    padding: 0;
}

ul.productParams li .data span{
    color: #C9A8A3 !important;
}

.product-grid3 .data{
    margin-top: 3px;
}

.product-content .price{
    font-weight: bold;
    color: #C9A8A3;
}

.productImage{
    display: flex;
    justify-content: center;
}

.thumbImage{
    height: 130px;
}

/* BREADCRUMBS */

.breadcrumb{
    background: transparent;
    padding-left: 0;
}

.breadcrumb-item,
.breadcrumb-item a{
    color: #C9A8A3;
    font-size: 1rem;
}

/* STATIC */

#static{
    padding: 100px 0;
    min-height: calc(100vh - 204px);
}

.homePageStatic{
    min-height: auto !important;
}

#static .image{
    height: 450px;
    width: 450px;
    border-radius: 225px;
}

#static h1{
    font-size: 3rem;
    font-weight: bold;
    color:#C9A8A3;
}

#static h3{
    color: #C9A8A3;
}

#static p{
    color: #C9A8A3;
}

/* CONTACT */

#contact{
    padding: 100px 0;
    background: #C9A8A3
}

#contact h2,
#contact h3,
#contact p,
#contact a{
    color: #fff;
}

#contact .inner{
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 1px solid #fff;
}

#contact .form-control{
    border: 1px solid #fff;
    box-shadow: none;
    background: transparent;
    color: #fff;
}

#contact .form-control::-webkit-input-placeholder { /* Edge */
    color: #fff !important;
}
  
#contact .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
  
#contact .form-control::placeholder{
    color: #fff;
}

/* SUBPAGE */

#subpageHeader{
    height: 300px;
    position: relative;
}

#subpageHeader .col-12{
    height: 300px;
}

#subpageHeader .layer{
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
}

#subpageHeader h1{
    color:#fff;
}

#static h2,
#static h3,
#static ul li{
    color: #C9A8A3 !important;
}

#static h2{
    font-size: 1.8rem;
    font-weight: bold;
}

#static h3{
    font-size: 1.6rem;
    font-weight: bold;
}

#static ul{
    list-style: none;
}

#static ul li:before{
    content: url(/../themes/frontend/images/listbefore.png);
    position: absolute;
    margin-left: -22px;
    margin-top: 2px;
}

.basketLayer .btn-success{
    background: #C9A8A3;
    font-size: 1.2rem;
}

.basketLayer .btn-link{
    color: #C9A8A3;
    font-size: 1rem;
}

.basketLayer .btn-link,
.basketLayer .btn-success:hover{
    border-color: #C9A8A3;
}

.basketLayer .btn-link:hover{
    color: #C9A8A3;
    font-size: 1rem;
    text-decoration: none;
}

#profile{
    padding: 80px 0;
}

@media (max-width: 767px){
    h2{
        font-size: 30px;
    }
    

    #wrapper {
        margin-top: 55px;
    }

    .swiper-slide{
        height: 400px;
    }

    #highlightedCats .container-fluid{
        padding: 90px 0 100px;
        margin-top: 40px;
    }

    #highlightedCats .item{
        width: 290px;
        height: 290px;
        border-radius: 145px;
        margin: 30px auto 0;
    }

    #highlightedCats .item .layer{
        font-size: 1.4rem;
    }

    #productList .item,
    #blogList .item{
        margin-bottom: 30px;
    }

    #static .image{
        width: 250px;
        height: 250px;
        border-radius: 125px;
        margin: 0 auto 30px;
    }

    #contact .inner{
        border: none;
        height: auto;
    }

    footer ul li{
        display: block;
        margin-left: 0;
        text-align: center;
    }

    footer ul li:after{
        content: "";
        margin: 0;
    }

    footer .madeBy{
        margin-top: 15px;
    }

    .breadcrumb-item, .breadcrumb-item a{
        font-size: .8rem;
    }

}

@media (min-width: 768px) and (max-width: 992px){
    
}

@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 1201px) and (max-width: 1366px){
    
}

@media (min-width: 1367px){
  
}
