/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #777;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.form-control {
    border-radius: 0;
    border: 1px solid #e3e3e3;
    background-color: #fdfdfd;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.space {padding: 50px 0;}
.space-top {padding: 60px 0 0 0;}
.space-bot {padding: 0 0 60px 0;}
.section-bgr {background-size: cover; background-position: center center;}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Cormorant Garamond', sans-serif; color: #222;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 18px; line-height: 28px;}
h6 {font-size: 18px; line-height: 28px;}

strong {font-weight: 700;}

a {
    color: #da763a;
    font-family: 'Montserrat', sans-serif;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #da763a;
    outline: 0;
    text-decoration: none;
}

p {
    color: #777;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}

.btn {
    border-radius: 0;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.btn-primary {
    background-color: #c19265;
    border-color: #c19265;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-primary:hover {
    background-color: #c19265;
    border-color: #c19265;
    opacity: .8;
}

.heading {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 40px;
    color: #404040;
    font-family: 'Cormorant Garamond', sans-serif;
    position: relative;
    text-align: center;
    font-weight: 400;
}

header .header-top {
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    padding: 6px 0px;
}

header .header-top .top-social ul {
    font-size: 0;
}

header .header-top .top-social ul li {
    display: inline-block;
    margin-right: 9px;
}

header .header-top .top-social ul li a {
    background-color: #999;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 100%;
    font-size: 10px;
}

header .header-top .top-contacts {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

header .header-top .top-contacts i {
    margin-right: 3px;
    color: #b3a08e;
}

header .header-top .top-contacts a {
    color: #222;
    font-size: 13px;
    font-weight: 500;
}

header .header-top .top-nav ul {
    font-size: 0;
    text-align: right;
}

header .header-top .top-nav ul li {
    display: inline-block;
}

header .header-top .top-nav ul li a {
    display: block;
    color: #222;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 10px;
    padding: 0 5px;
    border-right: 1px solid rgba(128,128,128,.2);
    font-family: 'Cormorant Garamond', sans-serif;
}

header .header-top .top-nav ul li:last-of-type a {
    border-right: 0;
}

header .logo img {
    max-height: 70px;
    width: 100%;
}

header .header-main {
    padding: 12px 0;
}

.nav-arrow {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 26px;
    display: none;
}

.nav-arrow i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
}

header .header-main .cart-form {
    position: absolute;
    top: 60px;
    right: 0;
    width: 315px;
    z-index: 5;
    height: 56px;
    background-color: #fff;
    display: table;
    padding: 10px 20px;
    text-align: left;
    display: none;

    -webkit-box-shadow: 0 20px 50px 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 20px 50px 10px rgba(0,0,0,.15);
    box-shadow: 0 20px 50px 10px rgba(0,0,0,.15);
}

header .header-main .cart-form:before {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    top: -15px;
}

header .header-main .cart-btn:hover .cart-form {
    display: table;
}

header .header-main .cart-form .cart-form-body {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;

    height: 340px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

header .header-main .cart-form .cart-form-row {
    padding: 15px 0;
}

header .header-main .cart-form .btn {
    width: 100%;
    display: block;
    margin: 5px 0 0 0;
}

header .header-main .cart-form-total {
    color: #3f3f3f;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 0 5px;
}

header .header-main .cart-form .product-title {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 17px;
    line-height: 17px;
    display: block;
    color: #3f3f3f;
}

header .header-main .cart-form .product-remove {
    font-size: 32px;
    height: 20px;
    line-height: 13px;
    text-align: center;
    cursor: pointer;
}

header .header-main .cart-form .product-amount {
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3f;
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

header .header-main .cart-form .product-amount span {
    font-size: 14px;
    line-height: 18px;
    color: #ba9265;
}

header .header-main .cart-form .product-amount small {
    font-size: 14px;
    line-height: 18px;
}

header .header-main .search-form {
    position: absolute;
    top: 60px;
    right: 0;
    width: 315px;
    z-index: 3;
    height: 56px;
    display: none;
}

header .header-main .cart-btn i,
header .header-main .search-btn i {
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

header .header-main .cart-btn,
header .header-main .search-btn {
    margin: 0 !important;
}

header .header-main .cart-btn .menu-item-link {
    padding: 0 0 0 20px !important;    
}

header .header-main .search-btn .menu-item-link {
    padding: 0 0 0 18px !important;
}

header .header-main .search-btn:hover .search-form {
    display: table;
}

header .header-main .search-form:before {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    top: -15px;
}

header .header-main .search-form input[type=text] {
    width: 100%;
    height: 56px;
    padding: 0 60px 0 10px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

header .header-main .search-form .no-results {
    border: 1px solid #e3e3e3;
    border-top: 0;
    height: 35px;
    line-height: 35px;
    text-align: left;
    background-color: #fff;
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
}

header .header-main .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    background-color: #bfbcbc;
    border: 0;
    outline: none;
    text-align: center;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

header .header-main .search-form button:hover {
    background-color: #c19265;
}

header .header-main .menu-item.cart-btn .menu-item-link:hover:after,
header .header-main .menu-item.search-btn .menu-item-link:hover:after {
    display: none;
}

header .header-main nav ul {
    text-align: right;
}

header .header-main nav ul .menu-item {
    display: inline-block;
    margin: 0 7px;
    position: relative;
    padding: 27px 0;
}

header .header-main nav ul .menu-item .menu-item-link {
    display: block;
    font-weight: 500;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0;
    color: #181818;
    position: relative;
}

header .header-main nav ul .menu-item .menu-item-link:after,
header .header-main nav ul .menu-item.active .menu-item-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    background-color: #d1c7b3;
    display: block;
    width: 100%;
    height: 2px;

    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);

    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center;

    transition: all .15s ease-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

header .header-main nav ul .menu-item .menu-item-link:hover:after,
header .header-main nav ul .menu-item.active .menu-item-link:after {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);

    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

header .header-main nav ul > .menu-item:hover > .sub-menu {
    display: block;
}

header .header-main nav ul.sub-menu:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d1c7b3;
}

header .header-main nav ul.sub-menu {
    background-color: #fff;
    left: 20px;
    right: auto;
    position: absolute;
    top: 100%;
    padding: 8px 0;
    display: block;
    z-index: 10;
    display: none;

    -webkit-box-shadow: 0 20px 50px 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 20px 50px 10px rgba(0,0,0,.15);
    box-shadow: 0 20px 50px 10px rgba(0,0,0,.15);
}

header .header-main nav ul.sub-menu li:hover > ul.sub-menu {
    display: block;
}

header .header-main nav ul.sub-menu li > ul.sub-menu:before {
    display: none;
}

header .header-main nav ul.sub-menu li > ul.sub-menu {
    top: 0;
    left: 100%;
    right: auto;
    /*box-shadow: none;*/
    display: none;
}

header .header-main nav ul .sub-menu .sub-menu-item {
    display: block;
    position: relative;
}

header .header-main nav ul .sub-menu-arrow {
    position: absolute;
    right: 16px;
    top: 10px;
}

header .header-main nav ul .sub-menu .sub-menu-item-link {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    width: 230px;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #181818;
    font-family: 'Cormorant Garamond', sans-serif;
}

header .header-main nav ul .sub-menu .sub-menu-item-link:hover {
    color: #d1c7b3;
}

.intro .intro-text {
    padding: 0 30px;
}

.intro h1 {
    font-size: 50px;
    line-height: 1.1;
    margin: 0 0 20px 0;
}


.categories .category-box h3 {
    font-size: 33px;
    line-height: 39px;
    margin: 20px 0 0;

}

.categories .category-box a.category-title {
    color: #c99a5a;
    font-size: 13px;
}

.left-diveder {
    position: relative;
    padding-bottom: 40px;
    text-align: left;
}

.left-diveder:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 1px;
    width: 50px;
    background-color: #ebebeb;
}

.center-diveder {
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}

.center-diveder:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 20px;
    height: 1px;
    width: 50px;
    background-color: #ebebeb;
}

.products-info {
    text-align: center;
}

.products-list .product-item {
    margin: 0 0 50px 0;
    background-color: #fff;
}

.products-list .product-item img {
    margin: 0 auto;
    display: block;
}

.products-list .product-item .product-img {
    position: relative;
}

.products-list .product-item .product-img .btn {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    opacity: 0;
    border-width: 0;
}

.products-list .product-item .product-img .btn i {
    margin-right: 2px;
}

.products-list .product-item:hover .product-img .btn {
    height: 40px;
    bottom: 0;
    opacity: 1;
    border-width: 2px;
}

.products-list .product-item .product-img .product-flags {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
}

.products-list .product-item .product-img .product-flags .product-flag {
    min-width: 45px;
    width: max-content;
    display: block;
    text-align: center;
    padding: 0 7px;
    line-height: 22px;
    font-size: 12px;
    margin-bottom: 5px;
}

.products-list .product-item .product-img .product-flags .product-flag.danger-flag {
    background: #f73629;
    color: #ffffff;
} 

.products-list .product-item .product-img .product-flags .product-flag.success-flag {
    background: #41bb66;
    color: #ffffff;
} 

.products-list .product-item .product-img .product-flags .product-flag.dark-flag {
    background: #000;
    color: #ffffff;
} 

.products-list.products-bordered .product-item {
    border: 1px solid #e3e3e3;
}

.products-list .product-item .product-title {
    color: #151515;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 20px 0 10px;
    text-align: center;
    display: block;
    font-family: 'Cormorant Garamond', sans-serif;
    padding: 0 15px;
}

.products-list .product-item .product-title:hover {
    color: #000;
}

.products-list .product-item .product-price {
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.products-list .product-item .product-price .amount {
    color: #ba9265;
    font-size: 15px;
}


.product .product-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #404040;
    margin: 0 0 30px 0;
    font-family: 'Cormorant Garamond', sans-serif;
}

.product .product-price {
    color: #c19265;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 30px 0;
}

.product .product-short-desc {
    margin: 0 0 30px 0;
}

.product .product-short-desc p:last-of-type {
    margin: 0;
}

.product .product-availability {
    margin: 0 0 30px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.product .product-meta {
    margin: 30px 0 20px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
}

.product .product-meta .product-sku {
    display: inline-block;
}

.product .product-meta span {
    color: #777;
    display: block;
}

.product .product-meta ul {
    display: inline-block;
}

.product .product-meta ul li {
    display: inline-block;
}

.product .product-meta ul li a {
    color: #252525;
}

.product .product-meta ul li a:hover {
    color: #ba9265;
}

.product .product-options {
    margin: 0 0 30px 0;
}

.product .product-options .product-option {
    margin: 0 0 15px 0;
}

.product .product-options .product-option-type {
    display: inline-block;
    margin-right: 15px;
    font-family: 'Montserrat', sans-serif;
}

.product .product-options .product-option-value {
    display: inline-block;
}

.product .product-options .product-option-desc {
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    text-decoration: underline;
}

.product .product-options .product-option-desc a {
    color: #777;
}

#product-option-desc {
    font-family: 'Montserrat', sans-serif;
}

#product-option-desc table thead th {
    font-weight: bold;
}

.product .product-social {
    font-family: 'Montserrat', sans-serif;
}

.product .products-list h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.product .product-desc {
    margin: 50px 0 0 0;
}

.product .product-desc .desc-tabs {
    padding: 15px 0 0 0;
    display: table;
    width: 100%;
    text-align: left;
}

.product .product-desc .desc-tabs li {
    display: inline-block;
}

.product .product-desc .desc-tabs li a {
    padding: 15px 25px;
    text-transform: uppercase;
    color: #444;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid #eee;
}

.product .product-desc .desc-tabs li a.active {
    border-bottom: 2px solid #c19265;
}

.product .product-desc .tab-content {
    padding: 35px 0 0;
    font-family: 'Montserrat', sans-serif;
}

.product .qty {
    margin-right: 20px;
    float: left;
}

.qty {
    width: 90px;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.qty input {
    padding: 0;
    text-align: center;
    font-weight: 700;
    width: 52px;
    height: 40px;
    border: 1px solid #252525;
    font-size: 14px;
    color: #767676;
}

.qty button {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    line-height: 13px;
    background: #252525;
    width: 38px;
    height: 20px;
    outline: 0;
    border: none;
    color: #fff;
    font-size: 16px;
}

.qty button.minus {
    bottom: 0;
    right: 0;
}

.qty button.plus {
    top: 0;
    right: 0;
}

.filter .form-control {
    background-color: #fdfdfd;
}


.about .about-intro {
    background-color: #fdfdff;
}

.about .about-intro h1 {
    font-size: 45px;
    line-height: 45px;
}

.about .about-intro .about-intro-text {
    background-color: #fff;
    padding: 55px 50px;
}

.about .about-intro .about-intro-text ul {
    margin: 0 0 0 15px;
}

.about .about-intro .about-intro-text ul li {
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
}

.about .about-intro .about-intro-text ul li a {
    color: #2e2e2e;
}

.about .about-intro .about-intro-text ul li a:hover {
    color: #d1c7b3;
}


footer {
    padding: 50px 0 0;
    border-top: 1px solid #eaeaea;
}

footer .footer-heading {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

footer .footer-about-us a {
    color: #232323;
}

footer .footer-about-us a:hover {
    color: #ba9265;
}

footer .footer-most-popular {
    padding: 0 30px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

footer .footer-most-popular ul li {
    margin: 0 0 30px 0;
}

footer .footer-most-popular ul li .product-title {
    color: #232323;
    font-size: 17px;
    line-height: 23px;
    font-family: 'Cormorant Garamond', sans-serif;
}

footer .footer-most-popular ul li .product-price .amount {
    color: #ba9265;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

footer .footer-contacts {
    margin: 0 0 25px 0;
}

footer .footer-contacts li {
    margin: 0 0 4px 0;
}

footer .footer-contacts li a {
    color: #595959;
}

footer .footer-contacts li a:hover {
    color: #ba9265;
}

footer .footer-contacts li a i {
    margin-right: 7px;
}

footer .footer-social li {
    display: inline-block;
    margin-right: 7px;
}

footer .footer-social li a {
    color: #595959;
}

footer .footer-social li a:hover {
    color: #ba9265;
}

footer .copyright {
    padding: 20px 0;
    background-color: #f9f9f9;
    margin: 30px 0 0 0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #8c8e91;
}

footer .copyright ul {
    text-align: right;
}

footer .copyright ul li {
    display: inline-block;
    margin-left: 15px;
}

footer .copyright ul li a {
    color: #8c8e91;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

footer .copyright ul li a:hover {
    color: #777;
}


.page-info {
    margin: 20px 0 0 0;
}

.page-info .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.page-info .breadcrumb .breadcrumb-item {
    color: #9b9b9b;
}

.page-info .breadcrumb .breadcrumb-item a {
    color: #9b9b9b;
    font-size: 10px;
}

.page-info .breadcrumb .breadcrumb-item::before {
    color: #9b9b9b;
}

.page-content {
    padding: 30px 0 50px 0;
    border-bottom: 1px solid #ebebeb;
}

.page-content h1 {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 20px 0;
}

.page-content p {
    text-align: center;
    margin: 0;
}


.sidebar {
    margin: 55px 0 0 0;
}

.sidebar .widget {
    background-color: #fff;
    margin: 0 0 40px 0;
}

.sidebar .widget h3 {
    color: #23282b;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.sidebar .widget .aside-dropdown > li  {
    position: relative;
}

.sidebar .widget .aside-dropdown > li.dd-menu > a {
    color: #ba9265;
}

.sidebar .widget .aside-dropdown > li.dd-menu ul {
    display: none;
}

.sidebar .widget .aside-dropdown > li.dd-menu:after {
    content: "\f105";
    font-family: "FontAwesome";
    top: 5px;
    right: 0px;
    position: absolute;
    font-size: 16px;
}

.sidebar .widget .aside-dropdown > li.dd-menu-active ul {
    display: block;
}

.sidebar .widget .aside-dropdown > li.dd-menu-active:after {
    content: "\f107";
    font-family: "FontAwesome";
    top: 4px;
    right: 0px;
    position: absolute;
}

.sidebar .widget .aside-dropdown > li:last-of-type {
    border: 0;
}

.sidebar .widget .aside-dropdown > li > a {
    padding: 7px 0;
    display: block;
    color: #777;
    font-size: 14px;
    line-height: 20px;
}

.sidebar .widget .aside-dropdown > li > a:hover {
    color: #ba9265;
}

.sidebar .widget .aside-dropdown > li > ul {
    padding: 0 0 15px 0;
}

.sidebar .widget .aside-dropdown > li > ul > li > a {
    padding: 5px 15px;
    display: block;
    border: 0;
    color: #777;
    font-size: 14px;
    line-height: 20px;
}

.sidebar .widget .aside-dropdown > li > ul > li > a:hover {
    color: #ba9265;
}

.sidebar .widget h4 {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.sidebar .widget .sizes-list li {
    width: 11%;
    display: inline-block;
    padding: 10px 0 !important;
}

.sidebar .widget .sizes-list li a {
    border: 1px solid #ececec;
    padding: 0 3px;
    margin-right: 5px;
    font-size: 13px;
    color: #444;
}

.sidebar .widget .sizes-list li a:hover {
    color: #ba9265;
}

.sidebar .widget .categories-list li {
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
}

.sidebar .widget .categories-list li:first-of-type a {
    padding-bottom: 0;
}

.sidebar .widget .categories-list li a {
    display: inline-block;
    padding: 5px 0;
    color: #777;
    font-size: 14px;
    line-height: 20px;
}


.blog .blog-item {    
    border: 1px solid #e3e3e3;
    background-color: #fff;
    margin: 0 0 50px 0;
}

.blog .blog-item .blog-content {
    padding: 20px;
}

.blog .blog-item .blog-content .blog-title {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    margin: 5px 0 10px 0;
    display: table;
    color: #404040;
}

.blog .blog-item .blog-content .blog-title:hover {
    color: #c19265;
}

.blog .blog-item .blog-content .blog-short-desc {
    font-size: 15px;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
}

.blog .blog-view .blog-img {
    margin-bottom: 25px;
}

.blog .blog-view .blog-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #404040;
    margin: 0 0 30px 0;
    font-family: 'Cormorant Garamond', sans-serif;
}

.blog .blog-view .blog-desc {
    font-size: 15px;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
}

.blog .blog-list-recent h3 {
    text-align: center;
    margin: 0 0 30px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #777;
}


.contacts .contact-form h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Cormorant Garamond', sans-serif;
    margin: 0 0 15px 0;
    background: url(../imgs/fancy-title-pattern.png) left center repeat-x;
}

.contacts .contact-form h4 span {
    padding: 0 15px 0 0;
    background-color: #fff;
    display: inline-block;
}

.contacts .contact-info h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Cormorant Garamond', sans-serif;
    margin: 0 0 15px 0;
    background: url(../imgs/fancy-title-pattern.png) left center repeat-x;
}

.contacts .contact-info h4 span {
    padding: 0 15px 0 0;
    background-color: #fff;
    display: inline-block;
}

.contacts .contact-info ul li a,
.contacts .contact-info ul li {
    font-size: 14px;
    margin: 0 0 7px 0;
    color: #777777;
    font-family: 'Montserrat', sans-serif;
}

.contacts .contact-info ul li i {
    width: 20px;
    color: #777777;
}

.contacts .contact-info ul li a:hover {
    color: #d1c7b3;
}


hr {
    margin: 0;
}

.form-icon {
    position: relative;
}

.form-icon i {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #F7F7F7;
    text-align: center;
    line-height: 37px;
    border: 1px solid #e3e3e3;
    border-right: 0;
}

.form-icon .form-control {
    padding: 0 0 0 50px;
}

.cart .heading {
    margin: 0 0 14px 0;
    text-align: left;
    padding: 0;
}

.cart .cart-heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 12px;
    border: 1px solid #e3e3e3;
    border-left: none;
    border-right: none;
}

.cart .cart-list .cart-row {
    font-family: 'Montserrat', sans-serif;
    padding: 15px 0;
}

.cart .cart-list .cart-row:nth-child(even) {
    background-color: #fafafa;
}

.cart .cart-list .product-name {
    color: #2e2e2e;
}

.cart .cart-list .product-name:hover {
    color: #d1c7b3;
}

.cart .cart-list .product-remove {
    text-align: center;
}

.cart .cart-list .product-remove img {
    height: 10px;
    opacity: .5;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.cart .cart-list .product-remove img:hover {
    opacity: 1;
}

.cart .cart-promocode {
    padding: 20px 0;
}

.cart .cart-promocode .btn {
    width: 100%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
}

.cart .cart-totals {
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    padding: 20px;
    border: 1px solid #ddd;
    margin: 20px 0 0 0;
}

.cart .cart-totals ul li {
}

.cart .cart-totals ul li:last-of-type {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin-top: 10px;
}

.cart .cart-totals ul li .lab {
    display: inline-block;
}

.cart .cart-totals ul li .val {
    width: 150px;
    display: inline-block;
    font-weight: bold;
}

.cart .order h3 {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 5px 0;
}

.cart .order {
    font-family: 'Montserrat', sans-serif;
}

.cart .order label {
    font-size: 10px;
    text-transform: uppercase;
}

.order .delivery {
    margin: 0 0 20px 0;
}

.order .delivery h4 {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin:  0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.order .payment-methods {
    margin: 0 0 20px 0;
}

.order .payment-methods h4 {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin:  0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.order .form-control {
    height: 32px;
}

.order textarea.form-control {
    height: inherit;
    resize: none;
}

.order .radio label,
.order .checkbox label {
    font-size: 14px;
    line-height: 18px;
    text-transform: inherit;
}

.radio,
.checkbox {
    padding: 0 0 0 26px;
    position: relative;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute;
}

.checkbox label::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #cccccc;
    background-color: #fff;
}

.checkbox label::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 0;
    font-size: 12px;
    color: #555555;
}


.checkbox input[type="checkbox"]:checked+label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}


.radio label::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;

    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;

    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #555555;

    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);

    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


.cstm-pagination {
    display: inline-block;
}

.cstm-pagination ul {
    font-size: 0;
}

.cstm-pagination ul li {
    display: inline-block;
    font-size: 12px;
}

.cstm-pagination ul li .page-numbers {
    font-size: 12px;
    line-height: 12px;
    display: block;
    padding: 11px 14px;
    border: 2px solid transparent;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 700;
    margin: 0 6px;
}

.cstm-pagination ul li .page-numbers:hover {
    border: 2px solid rgba(0,0,0,.4);
}

.cstm-pagination ul li.active .page-numbers {
    border: 2px solid rgba(0,0,0,.4);
}

.result-count {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(0, 0, 0, 0.4);
    margin-left: 30px;
}

.irs--flat .irs-handle>i {
    background-color: #ba9265 !important;
}

.irs--flat .irs-bar {
    background-color: #ba9265;
}

.irs--flat .irs-from, 
.irs--flat .irs-to, 
.irs--flat .irs-single {
    background-color: #ba9265;
}

.irs--flat .irs-from:before, 
.irs--flat .irs-to:before, 
.irs--flat .irs-single:before {
    border-top-color: #ba9265;
}

.sidebar .irs {
    margin: 20px 0 0 0;
}


/* ЗА БАЙ ИВАН */

/* cookies */
.cookie-consent.show {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}

.cookie-consent {
    padding: 10px 0;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1021;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    background: #212327;
    transition: all .5s ease-out;
    color: #fff;
    outline: none;  
}

.cookie-consent .btn {
    padding: 3px 15px;
    font-size: 12px;
    line-height: 18px;
    height: inherit;
}

.cookie-consent a {
    margin: 0 15px;
    color: #fff;
    text-decoration: underline;
}

.cookie-consent a:hover {
    color: #fff;
    opacity: .8;
}

.btn-primary.focus, 
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: inherit;
    border-color: inherit;
}

.cart-modal .modal-header {
    border: 0;
}

.cart-modal .cart-modal-icon {    
    margin: 0 auto;
    display: block;
    height: 45px;
}

.cart-modal .cart-modal-msg {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
}

.modal-header .close {
    outline: none;
}


.recommended-products {
    margin: 30px 0 0;
}

.recommended-products h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 26px;
}

.recommended-products .product-item {
    margin: 0 0 30px 0;
    background-color: #fff;
}

.recommended-products .product-item img {
    margin: 0 auto;
    display: block;
}

.recommended-products .product-item .product-img {
    position: relative;
}

.recommended-products .product-item .btn {
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    margin-top: 10px;
}

.recommended-products .product-item .btn i {
    margin-right: 4px;
}

.recommended-products .product-item .product-img .product-flags {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
}

.recommended-products .product-item .product-img .product-flags .product-flag {
    min-width: 45px;
    width: max-content;
    display: block;
    text-align: center;
    padding: 0 7px;
    line-height: 22px;
    font-size: 12px;
    margin-bottom: 5px;
}

.recommended-products .product-item .product-img .product-flags .product-flag.danger-flag {
    background: #f73629;
    color: #ffffff;
} 

.recommended-products .product-item .product-img .product-flags .product-flag.success-flag {
    background: #41bb66;
    color: #ffffff;
} 

.recommended-products .product-item .product-img .product-flags .product-flag.dark-flag {
    background: #000;
    color: #ffffff;
} 

.recommended-products .product-item {
    border: 1px solid #e3e3e3;
}

.recommended-products .product-item .product-title {
    color: #151515;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 13px 0 10px;
    text-align: left;
    display: block;
    font-family: 'Cormorant Garamond', sans-serif;
    padding: 0 0;
}

.recommended-products .product-item .product-title:hover {
    color: #000;
}

.recommended-products .product-item .product-price {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}

.recommended-products .product-item .product-price .amount {
    color: #ba9265;
    font-size: 15px;
}

.thankyou h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: bold;
}

.thankyou .cart .cart-heading {
    margin: 30px 0 0 0;
}

.thankyou .thankyou-order-num {
    font-size: 16px;
    line-height: 24px;
}

.thankyou .thankyou-order-num span {
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
}

.thankyou .cart .cart-heading {
    padding: 20px 15px;
}

.thankyou .cart .cart-list {
    margin: 0 0 30px 0;
}

.thankyou .cart .cart-list .cart-row {
    padding: 15px;
}

.thankyou .btn {
    margin: 0 auto;
    display: table;
    text-transform: uppercase;
}


.cart-empty img {
    width: 120px;
    margin: 57px 90px 57px auto;
    display: block;
}

.cart-empty .cart-empty-text {
    position: relative;
    padding: 50px 50px 50px 120px
}

.cart-empty .cart-empty-text h3 {
    font-weight: 700;
    margin: 0 0 10px 0
}

.cart-empty .cart-empty-text:before {
    content: "";
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}


.login h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 15px 0;
    font-family: 'Cormorant Garamond', sans-serif;
}

.login h3 a {
    font-family: 'Cormorant Garamond', sans-serif;
}

.login h3 a:hover {
    text-decoration: underline;
}

.login .forgot-pass {
    color: #232323;
}

.login .forgot-pass:hover {
    text-decoration: underline;
}

.login .btn {
    width: 100%;
}


.products-empty {
    text-align: center;
    padding: 100px 0;
}

.products-empty img {
    max-height: 200px;
    margin: 0 0 15px 0;
}


.search-results {
    height: 264px;
    overflow: auto;
    position: relative;
}

.search-results .result-row {
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-top: 0;
    text-align: left;
}

.search-results .result-row .product-title {
    color: #232323;
    font-size: 17px;
    line-height: 23px;
    font-family: 'Cormorant Garamond', sans-serif;
}

.search-results .result-row .product-title:hover {
    color: #ba9265;
}

.search-results .result-row .product-prices .old-price {
    color: #232323;
    text-decoration: line-through;
}

.search-results .result-row .product-prices .new-price {
    color: #ba9265;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}


.slick-prev:before, 
.slick-next:before {
    color: #252525;
}

.slick-prev {
    left: 25px;
    z-index: 5;
}

.slick-next {
    right: 25px;
    z-index: 5;
}

.slider-nav .slick-list {
    margin: 0 70px;
    padding: 0 !important;
}

.slider-nav .slick-slide {
    display: block;
    padding: 0 5px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.slick-prev, 
.slick-next {
    width: 30px;
    height: 30px;
}