/*  
font-family: 'Open Sans', sans-serif;
font-family: 'Unna', serif;
font-family: 'PT Sans Narrow', sans-serif;
*/
body {
    margin: 0;
    padding: 0;
    font-size: 19px;
    overflow-x: hidden;
    font-family: 'Unna', serif !important;
    color: #060606 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Unna', serif !important;
}

h1 {
    font-size: 90px !important;
    font-weight: 700 !important;
}

h2 {
    font-size: 55px !important;
    text-transform: none !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    color: #060606 !important;
    font-weight: 700;
}

h3 {
    font-size: 50px !important;
}

h4 {
    font-size: 38px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

h5 {
    font-size: 34px !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

p {}

a {
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;

}

a:hover {
    text-decoration: none !important;
}
a:hover, a:focus {
	color: #060606;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

*:focus {
    outline: none !important;
    box-shadow: inherit !important;
}

img {
    max-width: 100%;
    width: auto;
}

.common-btn {
    background-color: #c5b086;
    display: inline-block;
    color: #060606;
    padding: 13px 66px;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Unna', serif;
    font-size: 21px;
    position: relative;
}

.common-btn:hover,
.new-prds-list .productGrid .card-body a.button:hover {
    background-color: #060606;
    color: #fff;
    text-decoration: none;
}

.heading-sub {
    display: table;
    margin: 0 auto;
    font-size: 20px;
    color: rgba(6, 6, 6, .5);
    font-style: italic;
    margin-bottom: 25px;
}

.icon-style::after,
.icon-style::before {
    content: "";
    height: 1px;
    width: 250px;
    position: absolute;
    right: auto;
    display: inline-block;
    left: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    border-bottom: 1px dotted #cccccc;
}

.icon-style.icon-style-white::before,
.icon-style.icon-style-white::after {
    border-color: #fff;
}

.common-heading {
    padding-bottom: 50px;
}

.icon-style::before {
    right: 100%;
    left: auto;
}

.icon-style {
    position: relative;
}

.sec-padd {
    padding: 50px 0 70px;
}

/*end of css reset*/
/*star of header*/
.productGrid .product .card .card-body {
	height: auto;
}
.productGrid .card{
	align-content: baseline;
}
header.header {
    position: static;
}
.top-header .container {
	max-width: 100%;
}
.top-header {
    background-color: #070707;
    position: relative;
}

.top-head-left ul li,
.top-head-right ul li {
    display: inline-block;
}

.top-head-left ul li a,
.top-head-right ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 7px 25px;
}

.top-head-left ul li a i,
.top-head-right ul li a i {
    font-size: 13px;
    padding-right: 5px;
}

.top-head-left ul li a:hover,
.top-head-right ul li a:hover {
    color: #c5b086;
}

.top-head-left ul li:first-child a {
    padding-left: 0;
}

.top-head-right ul li:last-child a {
    padding-right: 0;
}

.top-head-right ul {
    margin-left: auto;
    display: table;
}

.top-head-left ul li:nth-child(2) a,
.top-head-right ul li:nth-child(2) a {
    border-left: 1px solid rgba(255, 255, 255, 20%);
    border-right: 1px solid rgba(255, 255, 255, 20%);
}

/*mid-header*/
.mid-header {
    padding: 20px 0;
}

.head-social ul li {
    display: inline-block;
    margin-right: 20px !important;
    margin-bottom: 0 !important;
}

.head-social ul li a,
.head-social .socialLinks--alt .icon {
    height: 47px;
    width: 47px;
    display: block;
    line-height: 47px;
    color: #fff;
    background-color: #e6e6e6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
}

.head-social ul li a i {
    color: #060606;
    font-size: 20px;
}

.head-social ul li a:hover,
.head-social .socialLinks--alt .icon:hover {
    background-color: #c5b086;
}

.head-social ul li a:hover svg,
.head-social .socialLinks--alt .icon:hover svg {
    fill: #fff;
}

.head-social ul li a svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 13px;
}

/*header-main*/
.header-main {
    background-color: #c5b086;
}

.mid-search .quickSearchWrap .form-input {
    border-radius: 30px;
    border: 0;
    background-color: #f2f2f2;
    padding-left: 25px;
    font-size: 16px;
}

.mid-search .quickSearchWrap .form-button {
	left: auto;
	right: 0;
	background-color: #c5b086;
	border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
	width: 45px;
	text-align: center;
	height: 45px;
	padding: 0;
}

.mid-search .quickSearchResults {
    border: 0;
}

.mid-search form.form,
.mid-search form.form .form-field {
    margin: 0;
}

.header-main nav.navPages {
    background-color: transparent;
    padding: 0;
}

.header-main .navPages .navPages-action {
    font-size: 17px;
    color: #060606;
    font-weight: 700;
/*    font-family: 'Open Sans', sans-serif;*/
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 0;
}

.header-main .navPages .navPages-action:hover {
    text-decoration: inherit;
    background-color: transparent;
    color: #fff !important;
}
.header-main .navPages .navPage-subMenu .navPages-action:hover {
	color: #c5b086 !important;
}
.header-main .navPages .navPages-action:hover::before {
    content: none !important;
}

.header-main .navPages:hover .navPages-action {
    color: #060606;
}

/*
.header-main .navPages li.navPages-item:hover > .navPages-action::before,
.header-main .navPage-subMenu .navPages-action:hover::before {
    content: none;
}
*/
.header-main .navPages li.navPages-item:hover > .navPages-action::before,
.header-main .navPage-subMenu .navPages-action:hover::before {
	background: #D4AF37;
}
/*
.navPages li.navPages-item:hover > a:before {
	content: "";
	display: block;
	height: 2px;
	background: #4e4e4e;
	width: calc(100% - 30px);
	position: absolute;
	bottom: 12px;
}
*/
.navPages li.navPages-item > a.navPages-action:hover::before {
	content: "" !important;
	display: block;
	height: 2px;
	background: #D4AF37;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.mid-header .container {
    max-width: 1110px !important;
}

.header-main .navPages {
    max-width: 1377px;
    padding: 0 15px !important;
}

.header-main .navPages .navPages-item:first-child .navPages-action {
    padding-left: 0;
}

.header-main .navPages .navPages-item:last-child .navPages-action {
    padding-right: 0;
}

.header-main .navPages li:hover {
    background: transparent;
}

.header-main .navPages-mainNav {
    justify-content: center;
}

/*end of header*/

/*banner-sec*/
.banner-content {
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 1;
    max-width: 1377px;
    width: 100%;
    padding: 0 15px;
}
.banner-sec > img {
	width: 100%;
}
.banner-content h1 {
    margin: 5px 0 10px;
    text-transform: uppercase;
    color: #060606 !important;
}

.banner-content p {
    font-size: 25px;
    margin: 0 0 40px;
}

.banner-content h3 {
    margin-top: 0;
    font-weight: normal;
    margin-top: -15px;
}

/*banner-sec*/
/*slider sec*/
.body.search .panel.panel--large .panel-body .category-suggestion-list li a, .body.search .search-suggestion a, .body.search .page-content.page-content--centered a {
	color: #c5b086;
}
.body.search .panel.panel--large .panel-body .category-suggestion-list li a:hover, .body.search .search-suggestion a:hover, .body.search .page-content.page-content--centered a:hover {
	color: #060606;
}
.cat-slider-sec {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    
}

.cat-slider .slick-dots {
    display: none;
}

.cat-slider {
    margin-bottom: 0 !important;
}

.cat-slide {
    padding: 15px;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
.cat-slider .slick-slide:hover {
	background-color: #f4f5f7;
}

.cat-slide img {
    max-width: 74px;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}

.cat-slide span {
    font-size: 21px;
    color: #060606;
    font-family: 'Unna', serif;
}

.cat-slider .slick-track {
    display: flex !important;
    display: -ms-flex !important;
    display: -webkit-flex !important;
}

.cat-slider .slick-slide {
    height: inherit !important;
}

.cat-slider .slick-arrow::before {
    background-size: 100%;
    height: 24px;
    width: 24px;
}

.cat-slider {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

/*slider sec*/
/*common product grid padd*/
.productGrid {margin-left: -15px; margin-right: -15px; justify-content: center;}
.productGrid .product{padding-left: 15px; padding-right: 15px;}
/*common product grid padd*/
.new-prds-list .productGrid li.product {
    flex: 0 0 20%;
    max-width: 20%;
}

.productGrid li.product .card {
    background-color: #f4f5f7;
    border: 0;
    padding: 15px 10px;
    border-radius: 0;
    border-bottom: 4px solid #f4f5f7;
width: 100%;
}

.productGrid li.product .card .card-title a {
    font-size: 18px;
    text-align: center !important;
    display: block;
    text-transform: none;
    font-weight: 700;
font-family: 'PT Sans Narrow', sans-serif;
}

.productGrid li.product .card .price-section {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.productGrid li.product .card .price-section .price.price--withoutTax,
.productGrid li.product .card .price-section .price.price--rrp {
    flex: 0 0 100%;
    text-align: center;
    max-width: 100%;
    margin: 0;
    color: #b2820b;
    -ms-flex-order: inherit !important;
    -webkit-flex-order: inherit !important;
order: inherit !important;
}

.productGrid li.product .card .price-section .price.price--withoutTax {
    font-size: 16px;
}

.productGrid li.product .card .price-section .price.price--rrp {
    font-size: 14px;

}

.new-prds-list .productGrid .card-body a.button {
    border-radius: 30px;
    font-size: 18px;
    position: absolute;
    bottom: 0;
	left: 50%;
    white-space: nowrap;
    margin: 0 auto;
    font-family: 'Unna', serif;
    padding: 12px 21px;
    background-color: #c5b086;
}

.productGrid li.product .card .card-body {
    padding-bottom: 40px;
}

.productGrid li.product .card:hover {

    border-bottom: 4px solid #c5b086;
}
.new-prds-list .productGrid li.product .card p:empty {
	display: none;
}
.productGrid li.product .card .card-title {
	margin-bottom: 5px !important;
}
.productGrid li.product .card .card-text {
	margin-bottom: 0 !important;
}
/*Our Seasonal Collection*/
.common-collection-box {
    position: relative;
    background-color: #f1f1f1;
    padding: 30px;
    margin: 15px 0;
}

.common-collection-box.box-relate .collection-box-content {
    position: absolute;
    margin: auto 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    left: 30px;
    right: auto;
    z-index: 2;
}
.common-collection-box h5 {
	color: #060606 !important;
	
}

.common-collection-box.box-relate {
    padding-top: 0;
    padding-bottom: 0;
}

.common-collection-box.box-relate > img {
    display: table;
    margin-left: auto;
    margin-right: 0;
}

.common-collection-box a.collection-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #b2820b;
    position: relative;
    text-decoration: underline;
}

.common-collection-box a.collection-btn:hover {
    color: #060606;

}

.common-collection-box a.collection-btn::after {
    content: "";
    height: 9px;
    width: 100%;
    position: absolute;
    left: 100%;
    background-image: url(/stencil/00000000-0000-0000-0000-000000000001/img/new-theme-images/collection-arrow.png);
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-left: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 132px;

}
/*
.news-btn::after {
	top: calc(50% + 3px);
}
*/
.common-collection-box a.collection-btn:hover:after {
    background-image: url(/stencil/00000000-0000-0000-0000-000000000001/img/new-theme-images/collection-arrow-black.png);
}

.common-collection-box a.collection-btn,
.common-collection-box a.collection-btn:hover,
.common-collection-box a.collection-btn::afterm,
.common-collection-box a.collection-btn:hover:after {
    transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.common-collection-box em {
    color: rgba(6, 6, 6, .5);
    font-size: 20px;
    display: block;
    margin-bottom: 25px;
}

.common-collection-box:not(.box-relate) {
    padding-top: 45px;
}

.common-collection-box:not(.box-relate) > img {
    display: table;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 100%;
}

.custom-design-left {
    background-color: #cab791;
    padding: 10px;
    text-align: center;
}

.custom-design-left h4,
.custom-design-left p {
    color: #000;
}

.custom-design-left p {
    margin-bottom: 0;
    font-size: 19px !important;
}

.custom-design-upper,
.custom-design-bottom {
    padding: 30px;
    hyphens: auto;
    border: 1px solid #Efff;
}

.custom-design-bottom {
    border-top: 0;
}

.custom-design-upper {
    overflow: hidden;
}

/*Our Seasonal Collection*/
.custom-designs-sec {
    padding-top: 90px;
    background-color: #f4f5f7;
}

.custom-design-box {
    display: block;
    background: #eae4d9;
    background: -moz-linear-gradient(top, #eae4d9 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #eae4d9 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #eae4d9 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae4d9', endColorstr='#ffffff', GradientType=0);
    border: 1px solid #e8e8e9;
    text-align: center;
    transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    margin: 12.5px 0;
}

.custom-design-box:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eae4d9 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #eae4d9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eae4d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eae4d9', GradientType=0);
}

.custom-design-box .custom-design-img {
    padding: 23.5px 20px;
}

.custom-design-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #060606;
    display: block;
    background: #f0ede6;
    padding: 5px;
    font-weight: 700;
}

.design-right-row > div[class*="col-"] {
    padding: 0 5px;
}

.row.design-right-row {
    margin-right: -5px;
}

.filter-by-row {
    margin-top: 65px;
}

.filter-by-row h5 {
    line-height: 1.5;
    color: #060606 !important;
}

.filter-list {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.filter-list li {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    text-align: center;
}

.filter-list li span {
    margin-top: 20px;
    display: block;
    font-size: 20px;
}

.filter-list li a {
    padding: 15px;
    display: block;
    color: #060606;
    padding-bottom: 0;
}

.filter-list li a:hover {
    color: #cab791;
}
.testimonials-sec.sec-padd {
	padding-top: 70px;
	padding-bottom: 40px !important;
}
.testi-slider-outer {
    max-width: 980px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}

.testi-slider {
    position: relative;
    z-index: 2;
}

.test-slide {
    text-align: center;
    background-color: #f9f9f9;
    padding: 30px 40px;
    position: relative;
    box-shadow: 0 0 28px rgba(0, 0, 0, 16%);
    -ms-box-shadow: 0 0 28px rgba(0, 0, 0, 16%);
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 16%);
    margin: 70px 30px;
}

.test-slide:focus {
    box-shadow: 0 0 28px rgba(0, 0, 0, 16%) !important;
    -ms-box-shadow: 0 0 28px rgba(0, 0, 0, 16%) !important;
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 16%) !important;
}

.test-slide strong {
    display: block;
    font-size: 23px;
    color: #c5b086;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.test-slide img.test-client-img {
    position: relative;
    margin: 0 auto;
    margin-top: -100px;
    margin-bottom: 30px;
    display: table;
    max-width: 155px;
    overflow: hidden;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.test-slide strong::before {
    content: "";
    height: 50px;
    width: 68px;
    position: absolute;
    background-size: 100%;
    display: block;
    left: 10px;
    top: -50px;
    background-image: url(/stencil/00000000-0000-0000-0000-000000000001/img/new-theme-images/qoute-icon.png);
}

.testi-slider-outer::before,
.testi-slider-outer::after {
    content: "";
    height: calc(100% - 230px);
    width: 100%;
    position: absolute;
    background: #f9f9f9;
    left: 0;
    display: block;
    z-index: -1;
    top: 115px;
    box-shadow: 0 0 28px rgba(0, 0, 0, 16%);
    -ms-box-shadow: 0 0 28px rgba(0, 0, 0, 16%);
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 16%);
    right: 0;
}

.testi-slider-outer::after {
    z-index: -2;
    top: 150px;
    height: calc(100% - 300px);
    width: calc(100% + 50px);
    left: -25px;
}

.test-slide p {
    font-size: 20px;
    color: #515151;
}

.testi-slider-outer .slick-dots {
    bottom: 10px;
}

.testi-slider-outer .slick-dots li {
    padding: 0;
    height: auto;
    width: auto;
    line-height: 0;
}

.testi-slider-outer .slick-dots li button {
    height: 12px;
    width: 12px;
    display: block;
    overflow: hidden;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    box-sizing: border-box;
    margin: 0 5px
}

.testi-slider-outer .slick-dots li.slick-active button {
    background-color: #c5b086;
    border: 3px solid #e2d7c2;
}

.blog-section {
    background-color: #f4f5f7;
}

.posts-outer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px !important;
    justify-content: space-between;
}
.body.blog .blog-posts {
	margin-left: -15px;
	margin-right: -15px;
}
.posts-outer article.blog, .body.blog .blog-posts article.blog {
    flex: 0 0 33.333333%;
    max-width: 33%;
    padding: 0 15px;
    height: 100%;
}

article.blog .blog-thumbnail {
    margin: 0;
    max-width: 100%;
    overflow: hidden;
}

article.blog .blog-thumbnail a img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.blog .blog-post-body {
    background-color: #f4f5f7;
    border: 1px solid #dbdcde;
    border-top: 0;
    padding: 15px;
    border-bottom: 2px solid #c5b086;
}

/*
article.blog .blog-title a {
    font-size: 27px;
    line-height: 1.5;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #060606;
}
*/
article.blog .blog-title a {
	font-size: 27px;
	line-height: 1.1;
	display: block;
	color: #060606;
	min-height: 90px;
}

article.blog .blog-post {
    font-size: 18px !important;
    color: #373737;
}

article.blog .blog-title a:hover {
    color: #c5b086 !important;
}

article.blog .blog-post p.read-more a {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    color: #c5b086;
}

article.blog .blog-post p.read-more a i {
    display: none;
}

article.blog .blog-post p.read-more a::after {
    content: "...";
}

article.blog .blog-post p.read-more {
    margin-bottom: 0;
}

.blog-section .icon-style::after,
.blog-section .icon-style::before {
    width: 60px;
}

.blog-section .blog .blog-post-body {
    min-height: 230px;
}

article.blog .blog-post p.read-more a:hover {
    color: #060606 !important
}

.insta-outer {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.insta-section .common-heading i {
	font-size: 42px;
	margin-right: 15px;
}
.insta-outer #instafeed {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 -2px;
    justify-content: center;
}

.insta-outer #instafeed > a {
    flex: 0 0 25%;
    max-width: 25%;
}

.insta-outer #instafeed > a .instacaption {
    display: none;
}

.insta-outer #instafeed > a .instaimg {
    height: 400px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.insta-outer #instafeed > a .insta {
    padding: 0 1px;
}
#instafeed .eapps-instagram-feed-posts-grid-load-more-container{
    display: none !important;
}
#instafeed .eapps-instagram-feed-posts-item-template-tile{
    border: 3px solid #c5b086;
}
.news-letter-sec {
    background-color: #080808;
}

.news-letter-sec h2 {
    color: #fff !important;
}

.news-letter-sec .heading-sub {
    color: rgba(255, 255, 255, .5);
}

.news-letter-sec .icon-style::before,
.news-letter-sec .icon-style::after {
    width: 180px;
    border-color: #c5b086;
}

.newletter-ftr-outer {
    max-width: 790px;
    margin: 0 auto;
}

.newletter-ftr-outer input[type="email"] {
	background-color: #efcc68;
	border-radius: 30px;
	color: #fff;
	height: 56px;
	font-size: 18px;
	margin-bottom: 25px;
	text-align: center;
	border-color: #efcc68;
}


.newletter-ftr-outer input[type="email"]::-webkit-input-placeholder {
    color: #fff !important;
}

.newletter-ftr-outer input[type="email"]:-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.newletter-ftr-outer input[type="email"]::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.newletter-ftr-outer input[type="email"]:-ms-input-placeholder {
    color: #fff !important;
}

.newletter-ftr-outer input[type="email"]::-ms-input-placeholder {
    color: #fff !important;
}

.newletter-ftr-outer input[type="email"]::placeholder {
    color: #fff !important;
}

.news-btn {
    position: relative;
    display: table;
    margin: 0 auto;
/*    left: -46px;*/
}
.news-btn input[type="submit"] {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #b2820b;
	border-radius: 30px;
	font-size: 18px;
	padding: 12px 21px;
}
.news-btn input[type="submit"]:hover {
	background-color: #fff !important;
	color: #b2820b;
}
.inner-banner {
	background-size: cover;
	background-position: right center;
	height: 260px;
    background-repeat: no-repeat;
	position: relative;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
align-items: center;
}
.inner-banner h1 {
	font-size: 35px !important;
	color: #fff;
}
.common-breadcrumb {
	position: relative;
	max-width: 1377px;
	width: 100%;
	bottom: 0;
	
	padding: 8px 15px;
}
.breadcrumbs-catgs li {
	display: inline-block;
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	margin: 0;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.breadcrumbs-catgs {
	margin: 0 auto;
	text-align: center;
/*	border-top: 1px solid rgba(255,255,255,20%);*/
}
.cmn-brdcrm {
	background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
}
.cmn-brdcrm .breadcrumb::before {
	content: none;
}
.breadcrumbs-catgs li.arrow i {
	font-size: 13px;
	margin: 0 5px;
	position: relative;
	top: -1px;
}
.breadcrumbs-catgs li.arrow:last-child {
	display: none;
}
/*
.common-breadcrumb .breadcrumb:not(:first-child)::before {
	content: "";
	height: 17px;
	width: 1px;
	background-color: #fff;
	position: relative;
	top: 2px;
	display: inline-block;
}
*/
.breadcrumbs-catgs * { 	color: #000 !important; font-size: 20px;}
.main-filter-common h5 {
	position: relative;
	font-size: 22px !important;
	text-transform: uppercase !important;
	color: #060606 !important;
	border-bottom: 1px solid #060606;
	padding-bottom: 10px;
	margin-bottom: 25px;
    display: table;
width: 100%;
	cursor: pointer;
}
.main-filter-common.parent-close h5::after, .main-filter-common.parent-open h5::after {
	content: "\f103";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	right: 0;
	top: auto;
    bottom: 13px;
}
.main-filter-common.parent-open h5::after {
	content: "\f102";
}
.categories-cat-filter .sdbr-menu-cats .main-lst {
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.categories-cat-filter .sdbr-menu-cats .main-lst span i {
	font-size: 15px;
}
.categories-cat-filter  .navPages-item.cat-nav-open > .main-lst > a {
	border-bottom: 1px solid #e6e6e6;
}
.sdbr-menu-cats .navPages-item .main-lst a {
	padding-left: 0;
}
.sdbr-menu-cats .main-lst span i {
	font-size: 15px;
	width: 20px;
	cursor: pointer;
	position: relative;
	top: 12px;
}
.categories-cat-filter .subitems-list {
	margin-left: 0;
}
.categories-cat-filter .navPage-subMenu-item {
	padding-left: 20px;
}
.categories-cat-filter .subitems-list > .navPage-subMenu-item > div a {
	padding-bottom: 0;
	font-size: 16px;
	text-transform: none;
}
.categories-cat-filter .sdbr-menu-cats > .navPages-item.cat-nav-open > .subitems {
	position: relative;
	padding-bottom: 15px;
    margin-bottom: 5px;
}
.categories-cat-filter .sdbr-menu-cats > .navPages-item.cat-nav-open > .subitems::after {
	content: "";
	height: 1px;
	width: calc(100% - 20px);
	position: absolute;
	bottom: 0;
	right: 0;
	background: #e6e6e6;
}
.categories-cat-filter .subitems-list .navPage-subMenu-item > ul {
	margin-left: 5px;
	padding-top: 10px;
}
.categories-cat-filter .subitems-list .navPage-subMenu-item > ul li a {
	font-family: 'Unna', serif;
	font-size: 16px;
	color: #5d5d5d;
}

.categories-cat-filter .sdbr-menu-cats > .navPages-item > div > a {
	font-size: 17px;
	color: #5d5d5d;
}
.categories-cat-filter .sdbr-menu-cats .main-lst > a.navPage-subMenu-action {
	color: #5d5d5d;
}




/*18-may-20*/
.page.page--category .main.full.grid-bg {
	background-color: #fff;
}
.tpbr-outer {
	border: 1px solid #e7e7e7;
	padding: 10px 20px;
	border-radius: 30px;
    margin-bottom: 30px;
    display: table;
width: 100%;
}
.tpbr-outer .tpbr-left {
	font-size: 19px;
	font-weight: 700;
}
.tpbr-right .form-field {
	margin-bottom: 0;
    border: 0;
}
.tpbr-right .actionBar-section .form-label {
	line-height: 1.5;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 20px;
	position: relative;
	font-size: 0;
	color: transparent;
	vertical-align: middle;
    cursor: default;
}
.tpbr-right .actionBar-section .form-label::before {
	content: "\f009";
	position: relative;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-weight: bold;
	font-size: 19px;
	color: #060606;
}
.tpbr-right .actionBar-section .form-label::after {
	content: "";
	display: block;
	position: absolute;
	height: 18px;
	width: 1px;
	background-color: #e7e7e7;
	right: 0;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.tpbr-right .actionBar.sort-products {
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
	align-items: center;
}
.tpbr-right .actionBar.sort-products .form-fieldset.actionBar-section {
	margin-left: auto;
	margin-right: 0;
}
.tpbr-right .actionBar-section select.form-select--small {
	padding-right: 15px;
    background-position: right !important;
    font-size: 16px;
    color: #060606;
}
.custom-pagination.top-pagination {
	text-align: center;
}
.custom-pagination .showing-list, .custom-pagination .uk-margin .uk-form-label.bc-uk-form-label {
	font-size: 22px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px !important;
    color: #060606 !important;
}

.pagination .pagination-list {
	margin: 0 auto;
}
.pagination .pagination-list .pagination-link {
	font-size: 22px;
	color: #060606;
}
.pagination-item:not(.pagination-item--next):not(.pagination-item--previous) {
    border-bottom: 2px solid #ddd;
    border-color: transparent;
}
.pagination .pagination-list .pagination-item.pagination-item--current, .pagination .pagination-list .pagination-item:hover {
	border-bottom: 2px solid #c5b086;
}
.pagination-item:not(.pagination-item--next):not(.pagination-item--previous) a {
	padding: 6px;
}
.pagination .pagination-list .pagination-item {
	margin: 0 3px;
}
.pagination-item.pagination-item--previous > a i, .pagination-item.pagination-item--next > a i {
	font-size: 15px !important;
	vertical-align: middle;
	display: inline-block;
	color: #c5b086;
}
.pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
	line-height: 20px;
}
.right-cat-outer .cat-prdcard-actionoptions {
	background: #ddd;
	width: 100%;
	display: table;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.right-cat-outer .cat-prdcard-actionoptions .card-figcaption-body {
	display: flex;
	align-items: center;
}
.right-cat-outer .cat-prdcard-actionoptions .card-figcaption-body > .card-figcaption--compare-buttons, .right-cat-outer .cat-prdcard-actionoptions .card-figcaption-body > .card-figcaption--action-buttons {
	flex: 0 0 50%;
	max-width: 50%;
    padding: 10px;
    border-radius: 0;
}
.right-cat-outer .cat-prdcard-actionoptions .card-figcaption-body > .card-figcaption--compare-buttons .compare-button-wrap {
	text-align: left;
}
.right-cat-outer .cat-prdcard-actionoptions .card-figcaption-body > .card-figcaption--action-buttons a.button.button--small.card-figcaption-button, .body.account_recentitems .productGrid .card-figcaption--action-buttons a.button.button--small.card-figcaption-button, .swal2-confirm.button, .swal2-cancel.button, .body.search .productGrid .card-figcaption--action-buttons a.button.button--small.card-figcaption-button, .body.brand .productGrid .card-figcaption--action-buttons a.button.button--small.card-figcaption-button {
	display: table;
	border-radius: 30px;
	font-size: 15px;
	font-family: 'Unna', serif;
	padding: 5px 15px;
	background-color: #c5b086; 
    margin-left: auto;
margin-right: 0;
}
.body.account_recentitems .productGrid .card-figcaption--action-buttons a.button.button--small.card-figcaption-button, .body.search .productGrid .card-figcaption--action-buttons a.button.button--small.card-figcaption-button, .body.brand .productGrid .card-figcaption--action-buttons a.button.button--small.card-figcaption-button {margin: 0 auto;}
.swal2-cancel.button {background-color: #060606 !important; margin: 0 auto;}
.swal2-cancel.button:hover {background-color: #c5b086 !important; color: #fff;}
.right-cat-outer .cat-prdcard-actionoptions .card-figcaption-body > .card-figcaption--action-buttons a.button.button--small.card-figcaption-button:hover, .body.account_recentitems .productGrid .card-figcaption--action-buttons a.button.button--small.card-figcaption-button:hover, .swal2-confirm.button:hover, .body.search .productGrid .card-figcaption--action-buttons a.button.button--small.card-figcaption-button:hover, .body.brand .productGrid .card-figcaption--action-buttons a.button.button--small.card-figcaption-button:hover {
	    background-color: #060606;
    color: #fff;
}
.swal2-confirm.button {
	margin: 0 auto !important;
}

#swal2-content {
	font-family: 'Unna', serif !important;
	color: #060606 !important;
}
.right-cat-outer .cat-prdcard-actionoptions .card-figcaption-body > .card-figcaption--compare-buttons .card-compare {
	margin-top: 0;
	font-size: 16px;
	color: #060606;
}
.right-cat-outer .productGrid li.product .card, .right-cat-outer .productGrid li.product .card:hover {
	border-bottom: 0;
}
.top-sellers-cat-sdbr .productGrid.productGrid--maxCol3 {
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
	flex-wrap: wrap;
    max-width: 100%;
    margin: 0;
}
.top-sellers-cat-sdbr .productGrid.productGrid--maxCol3 .product {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	padding: 0;
}
.top-sellers-cat-sdbr .productGrid.productGrid--maxCol3 .product .card {
	padding: 0;
	background-color: transparent;
	display: flex;
    flex-wrap: nowrap;
}
.top-sellers-cat-sdbr .productGrid.productGrid--maxCol3 .product .card .card-figure {
	height: 75px;
	width: 75px;
	max-width: 75px;
	border: 1px solid #e0e0e0;
}
.top-sellers-cat-sdbr .productGrid.productGrid--maxCol3 .product .card .card-figure .stock-badge {
	display: none;
}
.top-sellers-cat-sdbr .productGrid.productGrid--maxCol3 .product .card .card-body {
	padding: 0;
	display: table;
	padding-left: 15px;
}
.top-sellers-cat-sdbr .productGrid.productGrid--maxCol3 .product .card .card-body .card-title {
	margin-bottom: 5px !important;
}
.top-sellers-cat-sdbr .productGrid.productGrid--maxCol3 .product .card .card-body .card-title a {
	font-size: 16px !important;
	color: #242424;
	text-align: left !important;
}
.top-sellers-cat-sdbr .productGrid.productGrid--maxCol3 .product .card .card-body .price-section.price-section--withoutTax {
	justify-content: flex-start;
}
.top-sellers-cat-sdbr .productGrid.productGrid--maxCol3 .product .card .card-body .price-section.price-section--withoutTax span {  
	font-size: 14px;
    flex: 0 0 auto;
padding-right: 10px;
}
.top-sellers-cat-sdbr .productGrid.productGrid--maxCol3 .product .card {
	border-bottom: 0;
}
.top-sellers-cat-sdbr .productGrid.productGrid--maxCol3 .product .card .card-body .card-title a:hover {
	color: #c5b086;
}
#faceted-search-container.page-sidebar {
	padding: 0 15px 0 0;
	border: 0;
}
.shipping-truck a i{
	color: #D4AF37;
	font-size: 27px;
	margin-left: 10px;
}
/*
.mid-search {
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
	align-items: center;
}
*/
.middle-link a {
	color: #070707;
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}
.middle-link a:hover, .shipping-truck a:hover {
	color: #c5b086;
}
/*
.mid-search #quickSearch {
	flex: auto;
}
*/

.product .card-figure .stock-badge {
	display: none;
}
.home-hover-prd {
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
}
.new-prds-list {
	height: 946px;
}
.body.default.home .new-prds-list ul.productGrid {
	margin: 0;
}
.new-prds-list ul.productGrid {
    justify-content: center;
}
.body.category {
	margin-top: 0;
}
/*18-may-20*/
/*19-may-20*/
.shipping-truck {
	display: table;
	margin-top: 15px;
    margin-left: auto;
}

.shipping-truck a strong {
	font-size: 19px;
	text-transform: uppercase;
	color: #060606;
	vertical-align: middle;
}


.shipping-truck a strong sup {
	top: -2px;
	right: 3px;
}
.header-main .navPages-mega .navPage-subMenu > ul > li:not(:first-child) > .navPages-action {
	font-weight: normal;
}
.foot-open img {
	display: block;
	margin-bottom: 10px;
}
.category-sidebar-catsCstm .shop-by-price.main-filter-common .navList li:last-child {
	margin-bottom: 20px;
}
.category-sidebar-catsCstm .shop-by-price.main-filter-common .navList li a {
	color: #5d5d5d;
	font-size: 16px;
	font-weight: 700;
}
/*19-may-20*/
/*21-may-20*/
.productView-product .productView-title.main-heading {
	font-size: 34px !important;
    color: #060606;
}
.productSKU.cstm-hide dd, .productSKU.cstm-hide dt {
	font-size: 17px;
	color: #535353;
}
.single-prd-slider-cstm .productView-price .price-section.price-section--withoutTax, .single-prd-slider-cstm .productView-price .price-section.price-section--saving.price, .single-prd-slider-cstm .productView-price .price-section.price-section--withoutTax .price.price--rrp { 	display: inline-block; }
.single-prd-slider-cstm .productView-price .price-section.price-section--withoutTax .price.price--rrp {
	font-size: 24px;
	color: #616161;
    margin-right: 10px;
    vertical-align: middle;
}
.single-prd-slider-cstm .productView-price .price-section.price-section--withoutTax .price.price--withoutTax {
	font-size: 28px;
	margin-right: 10px;
	color: #060606;
    vertical-align: middle;
}
.single-prd-slider-cstm .productView-price .price-section.price-section--saving.price {
	font-size: 16px;
	color: #c5b086;
	text-transform: uppercase;
    vertical-align: middle;
}
.single-prd-slider-cstm .productView-price {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 0;
	margin: 25px 0;
}

.single-prd-slider-cstm .productView-options .form-field.form-field--increments label.form-label.form-label--alternate {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-right: 15px;
    font-size: 20px;
    color: #060606;
    font-family: 'Unna', serif !important;
}
.single-prd-slider-cstm .productView-options .form-field.form-field--increments div.form-increment {
	display: inline-block;
	vertical-align: middle;
}
.single-prd-slider-cstm .productView-options .form-field.form-field--increments div.form-increment button.button.button--icon:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
    border-color: #c0c0c0;
    border-right: 0;
    height:40px;
}

.single-prd-slider-cstm .productView-options .form-field.form-field--increments div.form-increment button.button.button--icon:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-color: #c0c0c0;
	border-left: 0;
    height:40px;
}
.single-prd-slider-cstm .productView-options .form-field.form-field--increments div.form-increment input {
	border-color: #c0c0c0;
	height: 40px;
    width: 73px;
	color: #060606 !important;
	font-size: 18px;
    line-height: 15px;
}
.single-prd-slider-cstm .productView-options .form-action input#form-action-addToCart, .single-prd-slider-cstm .productView-options .form-action a.button.button--secondary.dropdown-menu-button {
	width: 100%;
	max-width: 100%;
	display: block;
	float: none;
	height: ;
	font-size: 21px;
	border-radius: 30px;
	padding: 20px 20px;
}
.single-prd-slider-cstm .productView-options .form-wishlist.form-action, .single-prd-slider-cstm .productView-options div.form-action {
	width: 100%;
}
.single-prd-slider-cstm .productView-options div.form-action input {
	margin-bottom: 0;
}
.single-prd-slider-cstm .addthis_toolbox.addthis_32x32_style p {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 18px;
	text-transform: lowercase;
	color: #060606;
}
.single-prd-slider-cstm .addthis_toolbox.addthis_32x32_style .socialLinks {
	display: table;
	margin: 0 auto;
}
.single-prd-slider-cstm .addthis_toolbox.addthis_32x32_style .socialLinks li a svg {
	fill: #060606;
}
/*
#tab-related .productGrid li.product .card {
	background-color: #ffff;
	border: 0;
	padding: 15px 10px;
	border-radius: 0;
	border-bottom: 0;
}
#tab-related .productGrid li.product .card .card-body {
	padding-bottom: 0;
}
#tab-related .productGrid li.product .card .card-body p:empty {
	display: none;
}
#tab-related .card .card-figure, #tab-related .card .card-figcaption {
	border: 0;
}
*/
.cstm-sprd-viewd.sec-padd.new-prds-list, .cstm-sprd-related.sec-padd.new-prds-list {
	height: auto;
}
.container.cstm-prd-accordian {
	max-width: 1110px !important;
    padding: 50px 15px;
}
.container.cstm-prd-accordian .accordion-block .accordion-title {
	font-size: 28px !important;
	padding-left: 0;
	padding-right: 0;
}

.container.cstm-prd-accordian .accordion-block #accordion--description .ProductDescriptionContainer p:first-child span {
	font-size: 34px !important;
	font-family: 'Unna', serif !important;
}
.container.cstm-prd-accordian .accordion-block #accordion--description .ProductDescriptionContainer p:first-child span strong {
	color: #060606;
    line-height: 1.1;
display: block;
}
.cstm-sprd-related.sec-padd.new-prds-list h3.main-heading.uppercase.center, .cstm-sprd-viewd.sec-padd.new-prds-list h3.main-heading.uppercase.center{
	font-size: 40px !important;
	text-align: left;
	color: #060606;
    margin-bottom: 35px;
    text-transform: capitalize;
}
.cstm-sprd-related.sec-padd.new-prds-list .grid-bg {
	background: #f6f6f6;
}
.cstm-sprd-related.sec-padd .product .card .card-figure {
	border: 0;
	background: transparent;
}
.cstm-sprd-related.sec-padd .product .card {
	background: #fff;
}
.cstm-sprd-related.sec-padd.new-prds-list {
	background: #f6f6f6;
	padding: 0;
}
.cstm-sprd-viewd.sec-padd.new-prds-list {
	padding: 0;
}
.cstm-sprd-viewd.sec-padd.new-prds-list .grid-bg {
	background: #fff;
}
.cstm-sprd-viewd.sec-padd.new-prds-list .productGrid.productGrid--maxCol5 {
	margin-bottom: 0;
}
.container.cstm-prd-accordian .accordion-navigation.toggleLink.is-open {
	border-bottom: 0;
}
.container.cstm-prd-accordian .accordion-block #accordion--description {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-top: 0;
}
.container.cstm-prd-accordian .accordion-block #accordion--description .ProductDescriptionContainer ul li {
	margin-bottom: 15px;
}
.container.cstm-prd-accordian .accordion-block #accordion--description.accordion-content.is-open {
	display: table;
	width: 100%;
	max-width: 100%;
}
.container.cstm-prd-accordian .accordion-block #accordion--description.accordion-content.is-open > div {
	max-height: 500px;
	overflow-y: auto;
}
.body {
	margin-top: 0 !important;
}
.prd-main-images.desktop {
	display: flex !important;
    align-items: center;
}
.prd-main-images.desktop .prd-thumbs-main {
	flex: 0 0 150px;
	max-width: 150px;
}
.prd-main-images.desktop .prd-thumbs-main .productView-thumbnail-link {
	
	height: 100px;
	max-width: 100px;
	
}
.prd-main-images.desktop figure.productView-image {
	flex: 0 0 calc(100% - 150px);
	max-width: calc(100% - 150px);
}
.prd-main-images.desktop figure.productView-image .productView-img-container a img {
	width: 100%;
}
.prd-main-images.desktop .prd-thumbs-main .slick-list.draggable {
	margin: 0;
}
.prd-main-images.desktop .prd-thumbs-main .slick-list.draggable .productView-thumbnail.slick-slide {
	width: 100% !important;
	max-width: 100%;
    margin: 5px 0;
}
.prd-main-images.desktop .cstm-up-arrow-fthumbw, .prd-main-images.desktop .cstm-down-arrow-fthumbw {
	text-align: center;
}
.single-prd-slider-cstm .productView {
	display: block !important;
	-ms-flex-flow: inherit;
	flex-flow: inherit;
	margin: 0 !important;
}
.single-prd-slider-cstm .productView .productView-images, .single-prd-slider-cstm .productView .productView-details {
	-ms-flex: inherit !important;
	flex: inherit !important;
	max-width: 100% !important;
	width: 100% !important;
    padding: 0;
}
.prd-main-images.desktop .productView-img-container {
	max-width: 100%;
}
.prd-main-images.desktop .productView-img-container a img {
	padding-left: 15px;
}

.single-prd-slider-cstm .prd-main-images.desktop .slick-list {
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
	align-items: center;
}
.single-prd-slider-cstm .prd-main-images.desktop .slick-track {
	width: 100%;
	flex: 0 0 100%;
}
.productView-details .form.form-wishlist.form-action { 	margin-top: 15px !important; display: block;}
.prd-main-images.mobile .slick-dots {
	display: block !important;
}
.prd-main-images.desktop .prd-thumbs-main .productView-thumbnails img {
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	width: 100%;
}
.prd-main-images.desktop .prd-thumbs-main .productView-thumbnail-link {
	background: #fff;
}
.modal {
	left: 50% !important;
}
.modal-body.quickView .single-prd-slider-cstm .productView.productView--quickView > .row {
	width: 100%;
	max-width: 100%;
}
.modal-body.quickView .prd-thumbs-main .productView-thumbnails {
	flex-direction: column;
}
.modal-body.quickView .prd-thumbs-main .productView-thumbnails > .productView-thumbnail {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	margin: 5px 0;
}
.productView-details .cstm-hide.productView-rating .productView-reviewLink a strong {
	color: #060606;
}
.header-main .navPages-mega .navPage-subMenu-item .navPage-subMenu-action.navPages-action {
	font-weight: 700 !important;
}
.header-main .navPages-mega li.navPages-item.navPages-item--content-first ul li:not(:first-child) .navPage-subMenu-action.navPages-action {
	font-weight: normal !important;
}
/*21-may-20*/
/*22-may-20*/
   
    section.quickSearchResults .productGrid li.product .card .card-body {
	max-width: calc(100% - 75px);
	padding-bottom: 0;
}
     section.quickSearchResults .productGrid li.product .card .card-body div * {
	text-align: left !important;
}
    section.quickSearchResults  .productGrid li.product .card .price-section span {
	flex: 0 0 auto !important;
	padding-right: 15px;
}
    section.quickSearchResults  .productGrid li.product .card .price-section {
	justify-content: flex-start;
}
    section.quickSearchResults  .productGrid li.product .card .card-body p:empty, .body.brand .productGrid li.product .card .card-body p:empty {
	display: none;
}
    section.quickSearchResults  .productGrid li.product .card {
	align-items: center;
        background: #fff;
}
.quickSearchResults h5 {
	font-size: 22px !important;
}
.banner-sec {
	max-width: calc(1600px - 30px);
	width: 100%;
	margin-top: 15px;
    left: inherit;
    right: inherit;
	margin-left: auto;
	margin-right: auto;
    padding-left: 15px;
padding-right: 15px;
margin-bottom: 15px;
}
.banner-sec .slick-dots li.slick-active button::before {
	opacity: 1;
	color: #fff;
	background: #c5b086 !important;
}
.banner-sec .slick-dots li button::before {
	width: 25px;
	height: 25px;
    line-height: 25px;
	background-color: #f4f4f4 !important;
	color: #f4f4f4 !important;
}
.banner-sec .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.banner-sec .heroCarousel .slick-dots {
	bottom: 30px;
}

.banner-sec .heroCarousel .slick-prev, .banner-sec .heroCarousel .slick-next {
	background-color: transparent;
	height: 40px;
	width: 40px;
	transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	top: 50%;
	margin: 0;
	padding: 0;
}
.banner-sec .slick-prev::before, .banner-sec .slick-next::before {
	font-size: 40px;
	background-image: none;
	line-height: 25px;
}
.banner-sec .heroCarousel .slick-prev {
	left: 15px;
}
.banner-sec .heroCarousel .slick-next {
	right: 15px;
}
/*22-may-20*/
/*25-may-20*/
.productGrid li.product .card .card-title a {
	color: #060606 !important;
}
.cat-slider .slick-prev::before, .cat-slider .slick-next::before {
	font-family: inherit;
}
/*25-may-20*/
/*26-may-20*/
.productGrid li.product .card .card-figure {
	overflow: hidden;
}
.body.product .sec-padd.single-prd-slider-cstm {
	padding-bottom: 0;
}
.modal-body.quickView .productView.productView--quickView {
	padding: 20px 0;
}
/*26-may-20*/
/*27-may-20*/
.banner-sec .heroCarousel-image-wrapper {
	height: auto !important;
}
@media all and (-ms-high-contrast:none)
     {
		 .banner-sec .heroCarousel-image-wrapper {
	height: 30vw !important;
}
     }

.page-heading {
	position: relative;
	font-size: 55px !important;
	text-transform: none !important;
	margin-top: 0 !important;
	color: #060606 !important;
	margin: 0 auto;
	display: table;
	padding-bottom: 25px;
	margin-bottom: 55px !important;
}
.page-heading::before {
	content: "";
	height: 1px;
	width: 520px;
	position: absolute;
	right: auto;
	display: inline-block;
	left: 100%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: auto;
	border-bottom: 1px dotted #cccccc;
	border: ;
	bottom: 0;
	left: 50%;
}
.page-heading::after {
	content: "";
	height: 27px;
	width: 71px;
	background-image: url(/stencil/00000000-0000-0000-0000-000000000001/img/new-theme-images/heading-icon.png);
	position: absolute;
	background-repeat: no-repeat;
	position: ;
	transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	left: 50%;
	top: auto;
	bottom: -13.5px;
	background-size: cover;
	background-color: #fff;
}
div.page-content, .blog.full-post, .body.createaccount .account.account--fixed, .body.forgotpassword .account.account--fixed, .body.editaccount .account.account--fixed, .body.shippingaddressform .account.account--fixed, .body.add-wishlist .form.wishlist-form {
    width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px;
	box-shadow: 0 0 44px #ddd;
}
.blog.full-post {padding: 0;}

.blog.full-post .blog-post-body {
	padding: 50px;
}
.navBar-section.account-navigation li a, .navBar.navBar--sub.navBar--account li a {
	font-size: 16px !important;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #000;
	font-weight: bold;
}
.page-content h3, .body.page_contact_form h3 {
	font-size: 38px !important;
	font-weight: 700 !important;
	margin-bottom: 10px !important;
	margin-top: 25px;
	color: #060606 !important;
}

#ww-widget-reviews {
	max-width: 100%;
}
#ww-widget-reviews * {
	font-size: 16px;
}

#ww-widget-reviews .ww-review-content .ww-review-comment-box {
	line-height: 1.5;
}

#ww-widget-reviews a {
	color: #d4af37 !important;
}
#ww-widget-reviews .ww-reviews-box {
	padding: 15px;
}
.page-content img, .blog.full-post .blog-post-body img {
	margin-bottom: 15px;
}
ul.breadcrumbs {
	margin: 0 auto;
	text-align: center;
	background: #e6e6e6;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}
ul.breadcrumbs li {
	display: inline-block;
	background: transparent;
    margin: 0;
    font-size: 14px;
}
ul.breadcrumbs li.breadcrumb:not(.is-active) a {
	color: #000;
}
.body.page_contact_form div.text-center p strong:not(:empty) {
	margin-right: 15px;
}
.body.page_contact_form #contact-us-page {
	margin-top: 35px;
}
.body.page_contact_form #contact-us-page .form-row.form-row--half .form-field:last-child {
	width: 100%;
}
.body.page_contact_form #contact-us-page form label, .body.createaccount .account.account--fixed label.form-label, .body.login .login-row.account.account--fixed .login-form.form label.form-label, .body.forgotpassword .account.account--fixed form label, .body.editaccount .account.account--fixed .form .form-label, .body.shippingaddressform .account.account--fixed .form-label, .body.add-wishlist .form.wishlist-form .form-label {
	font-size: 19px;
	font-weight: bold;
    color: #060606 !important;
}
.body.page_contact_form #contact-us-page form .form-actions, .body.createaccount .account.account--fixed .form-actions {
	text-align: left;
	margin: 0;
}
.body.page_contact_form #contact-us-page form .form-actions input, .body.createaccount .account.account--fixed .form-actions input, form input[type="submit"], .body.login .login-row.account.account--fixed .new-customer .panel-body .button.button--primary, .button.button--primary, .form-actions .button.secondary.button--small, .table-actions a.button.button--small {
	border-radius: 30px;
	font-size: 18px;
	white-space: nowrap;
	margin: 0 auto;
	font-family: 'Unna', serif;
	padding: 12px 21px;
	background-color: #c5b086;
}
.body.login .login-row.account.account--fixed .new-customer .panel-body .button.button--primary {background-color: #333333; margin-top: 15px;}
.form-actions .button.secondary.button--small{background-color: #333333; align-self:flex-start;}
.table-actions a.button.button--small{background-color: #333333 !important;}
.body.page_contact_form #contact-us-page form .form-actions input:hover, .body.createaccount .account.account--fixed .form-actions input:hover, form input[type="submit"]:hover, .button.button--primary:hover {
	background-color: #060606 !important; color: #fff;
}
.body.account_addressbook ul.addressList > .address .button.button--primary.button--small {
	margin-right: 15px;
}
.body.login .login-row.account.account--fixed .new-customer .panel-body .button.button--primary:hover, .form-actions .button.secondary.button--small:hover, .table-actions a.button.button--small:hover {background-color: #c5b086 !important;}
.body.page_contact_form #contact-us-page .form, .body.createaccount .account.account--fixed .form {margin: 0;}
.body.blog {
	width: 100%;
	padding: 0;
	margin: 0;
}
.blog.full-post .blog-post-body img {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 15px;
}
.blog-post-figure {
	display: block;
	margin: auto;
	text-align: center;
	min-height: 300px;
	background: #929395;
	position: relative;
}
.blog-post-figure a {
  z-index: 2;
  position: relative;
}
.blog-post-figure::after {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
}

.body.blog .blog-posts article.blog {
	margin-bottom: 30px;
	height: auto;
	position: relative;
}
.body.blog .blog-posts article.blog::before {
	position: absolute;
	height: 100%;
	width: calc(100% - 30px);
	background: #f4f5f7;
	top: 0;
	content: "";
	z-index: -1;
	left: 15px;
}
.body.blog .blog-posts article.blog .blog-post-body {
	border: 0;
}
.blog.full-post .blog-post-body .addthis_toolbox.addthis_32x32_style {
	text-align: center;
	margin-top: 15px;
}
.blog.full-post .blog-post-body ul.tags {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eddd;
}
.blog.full-post .blog-post-body .addthis_toolbox.addthis_32x32_style p {
	margin: 0;
}
.body.login {
	width: 100%;
	max-width: 100%;
}
.body.login .login-row.account.account--fixed {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-shadow: 0 0 44px #ddd;
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.body.login .login-row.account.account--fixed .login-form.form {
	margin: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}
.body.login .login-row.account.account--fixed .new-customer .panel-header, .body.login .login-row.account.account--fixed .new-customer .panel-body {
	background: transparent;
	padding: 0;
    margin: 0;
}
.body.login .login-row.account.account--fixed .login-form.form > div {
	padding: 0 25px;
}
.body.login .login-row.account.account--fixed .new-customer .panel {
	padding: 25px;
    padding-bottom: 35px;
}
.body.login .login-row.account.account--fixed .new-customer {
	background: #e6e6e6;
    height: auto;
}
.body.login .login-row.account.account--fixed .new-customer .panel .new-customer-fact-list, .body.forgotpassword .account.account--fixed .form.forgot-password-form, .body.editaccount .account.account--fixed .form {
	margin: 0;
}
.body.login .login-row.account.account--fixed .new-customer .panel .new-customer-fact-list li {
	padding: 0;
	position: relative;
	margin-bottom: 5px;
}
.body.login .login-row.account.account--fixed .new-customer .panel .new-customer-fact-list li::before {
	content: "- ";
}
.body.login .new-customer h2 {
	color: #060606 !important;
	line-height: 1.1;
	font-size: 38px !important;
	font-weight: 700 !important;
	margin-bottom: 20px !important;
}
.body.login .login-row.account.account--fixed .login-form.form .form-actions {
	text-align: left;
}
.body.login .login-row.account.account--fixed .login-form.form .form-actions .forgot-password {
	display: block;
	margin-top: 15px;
	color: #c5b086;
}
.custom-pagination:not(.top-pagination) .pagination-list, .body.shippingaddressform .account.account--fixed .form {
	margin: 0;
}
.custom-pagination .uk-form-controls select {
	width: auto;
}
.body.forgotpassword .account.account--fixed .form.forgot-password-form #email {
	display: block;
	flex: 0 0 80%;
	margin-bottom: 15px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.body.forgotpassword .account.account--fixed .form.forgot-password-form .button.button--primary.form-prefixPostfix-button--postfix {
	order: 2;
    -ms-order: 2;
    -webkit-order: 2;
}
.body.forgotpassword .account.account--fixed .form.forgot-password-form span.form-inlineMessage {
	text-align: center;
	margin-bottom: 15px;
}
.body.forgotpassword .form-label {
	text-align: center;
}
.body.forgotpassword .container > p {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 35px;
	width: 100%;
}
.body.login .alertBox.alertBox--success {
	margin-bottom: 35px;
	max-width: 1000px;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
}
ul.breadcrumbs li.breadcrumb:not(:first-child) {
	padding-left: 0;
}
/*27-may-20*/
/*28-may-20*/
.navBar--sub.navBar--account .navBar-item.is-active {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #969696;
}
.alertBox--info {
	background-color: #c5b086;
}
ul.addressList {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
    display: -ms-flex;
	flex-wrap: wrap;
}
ul.addressList > .address {
	padding: 0 15px;
	height: auto;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	margin-bottom: 30px;
}
ul.addressList > .address > div, ul.addressList > .address > a {
	height: 100%;
}
ul.addressList > .address > div > div, ul.addressList > .address > a > span {
	margin: 0;
	height: 100%;
}
ul.addressList > .address {
	padding: 0 15px;
}
ul.addressList > .address > div > div, ul.addressList > .address > a > span {
	margin: 0;
}
.body.account_addressbook .account.account--fixedLarge .account-body {
	margin: 0;
}
.panel.panel--address.panel--newAddress .address-addNew .address-symbol {
	color: #c5b086;
}
.table.table--line.wishlists-table a:not([class*="button"]) {
	color: #c5b086;
}
.table.table--line.wishlists-table a:hover {
	color: #333333;
}
.table.table--line.wishlists-table a.button, .table.table--line.wishlists-table input.button {
	margin-top: 5px;
	margin-bottom: 5px;
}
.productGrid.wishlistGrid .card-body {
	padding-bottom: 0 !important;
}
.productGrid.wishlistGrid .card-body p:empty {
	display: none;
}
.body.cart h3 {
	text-align: center;
}
.body.account_recentitems .productGrid .cat-prdcard-actionoptions, .body.search .productGrid .cat-prdcard-actionoptions, .body.brand .productGrid .cat-prdcard-actionoptions {
	width: 100%;
    display: table;
}
.body.account_recentitems .productGrid .cat-prdcard-actionoptions .card-figcaption-body, .body.search .productGrid .cat-prdcard-actionoptions .card-figcaption-body, .body.brand .productGrid .cat-prdcard-actionoptions .card-figcaption-body {
	text-align: center;
}
.body.account_recentitems .productGrid .cat-prdcard-actionoptions .card-figcaption--compare-buttons, .body.search .productGrid .cat-prdcard-actionoptions .card-figcaption--compare-buttons, .body.brand .productGrid .cat-prdcard-actionoptions .card-figcaption--compare-buttons {
	margin-bottom: 5px;
}
.body.account_recentitems .productGrid .card-body, .body.search .productGrid li.product .card .card-body , .body.brand .productGrid li.product .card .card-body {
	padding-bottom: 0 !important;
}
.body.account_addressbook .addressList .address-details.address-details--postal li {
	border-bottom: 1px solid #c4c4c4;
	display: block;
	overflow: hidden;
	padding: 5px 0;
}
.body.account_addressbook .addressList .panel.panel--address h5.address-title {
	color: #c5b086;
}
.body.account_addressbook .addressList .panel.panel--address.panel--newAddress span {
	transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.body.account_addressbook .addressList .panel.panel--address.panel--newAddress span:hover {
	background: #e5e5e5;
	border-color: #e5e5e5;
}
.body.cart div[data-cart-content=""] {
	box-shadow: 0 0 14px #ddd;
	padding: 25px;
}
.body.cart div .cart .cart-item-name a {
	color: #c5b086;
	font-size: 19px;
	line-height: 1.1;
	display: block;
}
.body.cart div[data-cart-totals=""] ul {
	margin: 0 auto;
	display: table;
	float: none;
	background-color: #f9f9f9;
	padding: 25px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.body.cart .cart-actions, .body.cart .cart-additionalCheckoutButtons {
    text-align: center;
}
.body.cart .cart-actions a {
    float: none;
}

.body.cart .cart-additionalCheckoutButtons > div > div > div {
	float: none;
	margin-top: 15px;
}
.body.cart .cart-additionalCheckoutButtons .FloatRight.PayPalExpressCheckout.PayPalExpressBraintreeCheckout.RemoteCheckout.CheckoutButton {
	margin: 0;
}
.body.cart #couponcode { 	display: block; 	width: 100%; 	margin-bottom: 15px; }
.coupon-form .button, .cart-gift-certificate-form .button {
	width: auto;
}
.body.cart .form-increment .button {
	padding: 0 5px;
	width: 30px;
}
.body.blog_post .blog.full-post img {
	display: block;
}
.quickSearchResults .productGrid li.product .card {
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
	flex-wrap: nowrap;
}
.body.search section.nav {
	flex-wrap: wrap;
}
.body.search section.nav > div, .body.search section.nav > nav {
	flex: 0 0 100%;
    max-width: 100%;
}
.body.search .grid-bg {
	background-color: #fff;
}
.body.search div.page-content.page-content--centered {
	width: 100%;
	max-width: 1000px;
	box-shadow: none;
	padding: 0;
}
.body.search div.page-content.page-content--centered form#advanced-search-content {
	padding: 50px;
	box-shadow: 0 0 44px #ddd;
	margin-bottom: 0;
    margin-top: 50px;
}
.body.search .advancedSearch-form .form-row {
	margin-left: -15px;
	margin-right: -15px;
}
.body.search .advancedSearch-form .form-row .form-fieldset.form-column {
	padding: 0 15px;
}
.body.search .advancedSearch-form .form-row .form-fieldset.form-column > div {
	padding: 0;
}
.body.search .jstree-default .jstree-anchor {
	font-size: 1rem;
}
#advanced-search-content .form-row .form-fieldset.form-column:last-child .form-field-group {
	padding: 15px 10px;
}
.body.search .navBar--sub .navBar-item.navBar-item--separate .navBar-action.toggleLink span {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #000;
	font-weight: 700 !important;
	font-size: 16px !important;
}
.body.search section.nav > nav {
	margin-bottom: 0;
}
.body.searc .panel.panel--large .panel-body {
	background-color: transparent;
	padding: 0;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
.body.search .panel.panel--large .panel-body .category-suggestion-list li {
	display: inline-block;
	width: auto;
}

.body.search #product-listing-container .actionBar.sort-products {
	display: table;
	margin: 0 auto;
}
.body.search .panel.panel--large .panel-body {
	background-color: transparent;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
.body.search #search-results-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px;
	box-shadow: 0 0 44px #ddd;
	margin-bottom: 40px;
	margin-top: 50px;
}
.body.search #search-results-content form.actionBar {
	display: table;
	margin: 0 auto;
}
.body.brand .grid-bg {
	background: #fff;
}
.body.brand #faceted-search-container .sidebarBlock h5 {
	text-transform: uppercase !important;
	color: #060606 !important;
	border-bottom: 1px solid #060606;
	padding-bottom: 10px;
	margin-bottom: 25px;
	display: table;
	width: 100%;
}
.body.brand #faceted-search-container .sidebarBlock .navList a {
	font-size: 17px;
	display: block;
	font-weight: 700;
	padding: 5px 0;
}
.body.brands .page-content-subcategories .navList li {
	display: inline-block;
}
.body.brands .page-content-subcategories .navList li a {
	font-size: 17px;
	display: block;
	font-weight: 700;
	padding: 5px 20px;
	border: 1px solid #ddd;
	margin: 5px;
}
.body.brands .page-content-subcategories .navList {
	text-align: center;
}
.body.brands .page-content-subcategories .navList li a:hover {
	background: #c5b086;
	border-color: #c5b086;
	color: #fff;
}
/*28-may-20*/
/*29-may-20*/
.productGrid .card-body .button {
	display: table;
}
.cart-item-image {
	
}
.cart-item-image {
	transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	top: 50%;
	bottom: auto;
    width: 100%;
    margin: 0 !important;
    padding: 10px;
    height: 100%;
}
.modal-body.fastCart .previewCart .productView .whatNext {
	padding: 0 15px;
    padding-top: 15px;
}
.modal-body.fastCart .suggestiveCart ul {
	margin: 0;
}
.modal {
	max-height: 95vh;
	overflow-y: auto;
    height: auto;
}
.productGrid li.product .card .card-figure .card-image {
	margin: 0;
}
    .inner-banner::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.67) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=0 );
}
.body.compare main.page-content {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.body.compare main.page-content .compareTable .card-title a {
	font-size: 19px;
	display: block;
	line-height: 1.1;
	text-transform: capitalize;
	color: #060606;
}
.body.compare main.page-content .compareTable .compareTable-product {
	width: 230px;
	max-width: ;
}
.body.compare main.page-content .compareTable .compareTable-product .card-body > p a {
	font-size: 14px;
	color: #c5b086;
}
.body.compare main.page-content .compareTable .compareTable-product .card-body h4 {
	margin-bottom: 5px !important;
}
.body.compare main.page-content .compareTable .compareTable-product .card-body .price.price--withoutTax {
	order: 3;
	-ms-flex-order: 3;
	color: #b2820b;
}
.body.compare main.page-content .compareTable td.compareTable-item {
	font-size: 16px;
}
.body.compare main.page-content .compareTable a.compareTable-removeProduct {
	text-align: center;
	line-height: 0;
}
.body.compare main.page-content .compareTable a.compareTable-removeProduct:hover {
	background: #c5b086;
}
.body.compare main.page-content .compareTable a.compareTable-removeProduct:hover svg {
	fill: #fff;
}
.body.compare main.page-content .compareTable .compareTable-heading {
	width: 110px;
}
.form.form-wishlist.form-action #wishlist-dropdown li a {
	padding: 12px 21px;
}
.form.form-wishlist.form-action #wishlist-dropdown {
	border: 0;
}
.form.form-wishlist.form-action #wishlist-dropdown {
	border: 0;
	border-top: 1px solid #cccccc;
	background: #fff;
	padding-right: 0;
	border-radius: 0;
	padding-top: 0;
    padding-bottom: 0;
}
.form.form-wishlist.form-action #wishlist-dropdown li input.button:hover {
	background-color: #c5b086 !important;
	color: #fff;
}
.form.form-wishlist.form-action #wishlist-dropdown li input.button, .form.form-wishlist.form-action #wishlist-dropdown li a {
	font-size: 16px;
	font-family: 'Unna', serif !important;
}
.body.newsletter_subscribe .page {
	padding-top: 70px;
}
.single-prd-slider-cstm .addthis_toolbox.addthis_32x32_style p::first-letter {
	text-transform: uppercase;
}
.cstm-sprd-related.sec-padd.new-prds-list .productGrid.productGrid--maxCol5, .cstm-sprd-viewd.sec-padd.new-prds-list .productGrid.productGrid--maxCol5 {
	justify-content: flex-start;
}

.container.cstm-prd-accordian .accordion-block #accordion--description.accordion-content.is-open > div p, .container.cstm-prd-accordian .accordion-block #accordion--description.accordion-content.is-open > div ul li, .container.cstm-prd-accordian .accordion-block #accordion--description.accordion-content.is-open > div ul li span, .container.cstm-prd-accordian .accordion-block #accordion--description.accordion-content.is-open > div p span, .container.cstm-prd-accordian .accordion-block #accordion--description.accordion-content.is-open > div h1 span, .container.cstm-prd-accordian .accordion-block #accordion--description.accordion-content.is-open > div h1 {
	font-family: 'Unna', serif !important;
	font-size: 22px !important;
}

.container.cstm-prd-accordian .accordion-block #accordion--description.accordion-content.is-open > div h1, .container.cstm-prd-accordian .accordion-block #accordion--description.accordion-content.is-open > div h1 span {
	line-height: 1.1;
}
.sec-padd.single-prd-slider-cstm {
	padding-top: 0;
}
.body.product .sec-padd.single-prd-slider-cstm .bg-sproduct-maininfo {
	background-color: #f6f6f6;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.single-prd-slider-cstm .productView-options .form-action a.button.button--secondary.dropdown-menu-button {
	background-color: transparent;
}
.foot-hours ul li.current-situation {
	opacity: .5;
}
.seasonal-collection-sec.sec-padd.pt-4 {
	padding-bottom: 0;
}
.testi-slider-outer .slick-dots li button::before {
	
	content: none;
}
.testi-slider-outer .slick-dots li button {
	height: 7px;
	width: 7px;
	display: block;
	overflow: hidden;
	background-color: #e5e5e5;
	border-color: #e5e5e5;
	box-sizing: border-box;
	margin: 0 5px;
	border: 3px solid #e5e5e5;
}
.testi-slider-outer .slick-dots li.slick-active button {
	background-color: #c5b086;
	border-color: #e2d7c2;
}
/*29-may-20*/
/*2-jun-20*/
.new-category-section-bb {
	padding-bottom: 15px;
}
.new-category-section-bb a {
	text-align: center;
	font-size: 21px;
	color: #060606;
	display: block;
    padding-bottom: 15px;
    height: 100%;
}
.new-category-section-bb .col-6.col-sm-4.col-md-3.col-lg-2 {
	margin: 15px 0;
}
.cat-new-thumb {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.cat-new-thumb img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	margin: auto;
    padding: 15px;
}
.new-category-section-bb a .new-sec-bb-text {
	margin-top: 0;
	padding: 0 15px;
}
.new-category-section-bb a:hover {
	background: #f4f5f7;
}
.new-category-section-bb-mob-scroll::-webkit-scrollbar {
    display: none;
}
.new-category-section-bb-mob-scroll {
    -ms-overflow-style: none;
}
/*
.seasonal-collection-sec-mob-scroll::-webkit-scrollbar {
    display: none;
}
.seasonal-collection-sec-mob-scroll {
    -ms-overflow-style: none;
}
*/
.posts-mob-scroll::-webkit-scrollbar {
    display: none;
}
.posts-mob-scroll {
    -ms-overflow-style: none;
}
@supports (-ms-ime-align: auto) {
    .body.default.home .new-prds-list {overflow-x: hidden;}
}
.addthis_toolbox.addthis_32x32_style .socialLinks a.at300b {
	width: 1.42rem;
}
/*2-jun-20*/
/*3-jun-20*/
.prd-main-images.desktop .productView-img-container::after {padding-bottom: 0;}
.prd-main-images.desktop figure.productView-image .productView-img-container a img { 	position: static;}
/*3-jun-20*/
/*5-jun-20*/
footer .footer-social-media ul li {
	background: transparent;
	border: 1px solid #4e4e4e;
	height: auto;
	width: auto;
	line-height: inherit;
	border: none;
}
footer .socialLinks--alt .icon {
	height: 33px;
	width: 33px;
	vertical-align: middle;
	padding: 8px;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #e6e6e6;
}
footer .socialLinks--alt .icon:hover {background-color: #c5b086; border-color: #c5b086;}
footer .footer-social-media .socialLinks .icon svg {
	fill: #424242;
}
footer .footer-social-media .socialLinks .icon:hover svg { fill: #fff;}
/*5-jun-20*/
/*8-jun-20*/

.custom-design-box .custom-design-img img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 85%;
}
.custom-design-box .custom-design-img {
	position: relative;
	padding-bottom: 100%;
}
.custom-design-title {
	min-height: 60px;
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
	justify-content: center;
	align-items: center;
    line-height: 1.1;
}

/*
.seasonal-collection-sec-mob-scroll > .row {
	margin: 0;
}
.seasonal-collection-sec-mob-scroll {
	height: 710px;
	overflow-y: auto;
	border: 1px solid #b97f39;
}
*/
.new-prdcts.sec-padd.pb-0 .new-prds-list {border: 1px solid #b97f39; padding-top: 15px;}
/*8-jun-20*/
/*15-jun-20*/
.prd-right-col-related .productGridrelcol .productrelcol {
	margin-bottom: 15px;
}
.prd-right-col-related .productGridrelcol .productrelcol .card-img-container::after {
	content: none;
}
.prd-right-col-related .productGridrelcol .productrelcol .card-img-container img {
	height: 150px;
	object-fit: cover;
	width: 100%;
	object-position: center;
	border: 2px solid #c5b086;
}
.go-next-se {
	/*border-radius: 30px;
	font-size: 18px;
	white-space: nowrap;
	font-family: 'Unna', serif;
	padding: 2px 11px;
	background-color: #c5b086;
	color: #fff;
	position: sticky;
	left: 50%;
	z-index: 3;
	top: 30px;*/
}
.go-next-se:hover {
	background-color: #000;
	color: #fff;
}
/*15-jun-20*/
/*footer*/

.footer-sec {
    background-color: #333333;
    padding: 50px 0 0 0;
}

.common-foot-list strong {
    color: #fff;
    font-size: 22px;
}

.common-foot-list ul li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    padding-left: 25px;
}

.common-foot-list ul li a::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    display: inline-block;
    font-size: 14px;
    top: 2px;
    transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.foot-head {
    color: #fff;
    font-size: 22px;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.foot-contact ul li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 25px;
}

.foot-contact ul li,
.foot-contact ul li a {
    color: #fff;
    font-size: 16px;
}

.foot-hours ul li {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}

.foot-contact ul li i,
.foot-hours ul li i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 14px;
}

.foot-open i img {
	max-width: 14px;
}

.common-foot-list ul li a:hover,
.common-foot-list ul li a:hover::before,
.footer-sec a:hover {
    color: #cab791;
}

.copy-right {
    border-top: 1px solid rgba(255,255,255,10%);
    margin-top: 25px;
    text-align: center;
}
.copy-right span {
    color: #6e6e6e;
    font-size: 14px;
    padding: 15px 0;
    display: block;
}
.footer-sec ul {margin: 0 !important;}

.insta-section .insta-outer {
	border: 10px solid #c5b086;
}
#ascrail2000, #ascrail2001{
    display: block !important;
    opacity: 1 !important;
}
.categories-cat-filter .subitems-list .navPage-subMenu-item > ul li a.activePage{
    font-weight: bold;
}
.banner-sec .heroCarousel .slick-prev, .banner-sec .heroCarousel .slick-next{
    opacity: 1;
}

.next-sec-btn {
    margin-bottom: -20px;
    position: relative;
}

.go-next-se {
    border-radius: 30px;
    font-size: 25px;
    white-space: nowrap;
    font-family: 'Unna', serif;
    padding: 2px 11px;
    background-color: #c5b086;
    color: #fff;
    position: absolute;
    right: 0;
    z-index: 3;
    top: 9px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 250px;
    padding: 5px 0;
}
/*18-jun-20*/
.sec-padd.single-prd-slider-cstm .bg-sproduct-maininfo > .container {
	max-width: 1500px !important;
}
.prd-right-col-related {
	border-left: 1px solid #c5b086;
}
.prd-right-col-related .prd-right-head {
	font-size: 22px;
	margin-bottom: 15px;
	display: block;
}

.header-main .navPages-mega li.navPages-item.navPages-item--content-first.cstm-pages .navPage-subMenu-item a.navPage-subMenu-action.navPages-action {
	font-weight: bold !important;
	font-family: 'PT Sans Narrow', sans-serif;
}
/*
.new-prds-list-parent::before, .new-prds-list-parent::after {
	content: "\f0aa";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
	top: -50px;
	color: #c5b086;
}
.new-prds-list-parent::after {
	content: "\f0ab";
    bottom: -50px;
    top: auto;
}
*/
.testi-slider .slick-track {
	display: flex !important;
    display: -ms-flex !important;
    display: -webkit-flex !important;
}
.testi-slider .slick-track .slick-slide {
	height: auto !important;
}
/*18-jun-20*/
/*23-jun-20*/
/*
footer form {
	background: #000;
	padding: 10px;
}
*/
footer form input[type="email"] {
	margin-bottom: 15px;
    max-width: 100%;
}
footer form .form-field, footer .form {
	margin-bottom: 0;
}
/*23-jun-20*/
.new-prds-list-parent .scroll-arrows {
    text-align: right;
}
.new-prds-list-parent .scroll-arrows i {
    cursor: pointer;
    font-size: 30px;
    color: #c5b086;
}
.new-prds-list-parent .scroll-arrows #arrow-down {
	padding-top: 10px;
}
.new-prds-list-parent .scroll-arrows #arrow-up {
	padding-bottom: 10px;
}
/*29-jun-20*/
.new-heading-sub {
	color: #c5b086 !important;
	font-weight: 700;
}
/*
.categories-cat-filter .navPage-childList-item + .navPage-subMenu-item {
    margin-top: 0;
}
.categories-cat-filter .navPage-childList-item + .navPage-subMenu-item a {
    font-size: 17px !important;
    color: #5d5d5d !important;
    font-weight: normal;
}
.categories-cat-filter .navPage-childList-item + .navPage-subMenu-item .sub-child-close {
	padding-top: 0;
}
*/
.navPage-subMenu-item.has-subsub-child > .main-lst > a.navPage-subMenu-action.navPages-action {
	font-size: 17px !important;
	color: #5d5d5d;
	text-transform: capitalize;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
.navPage-subMenu-item.has-subsub-child > .main-lst > span i {
    top: 0;
}
.navPage-subMenu-item.has-subsub-child > .sub-child-close {
	padding-bottom: 10px;
}
.sub-catsPage {
	display: table;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
.sub-catsPage li {
	display: inline-block;
}
.sub-catsPage li a {
	color: #000;
	padding: 5px 15px;
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	border-radius: 30px;
    transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
.sub-catsPage li a:hover {
    border-color: #d4af37;
    background-color: #d4af37;
    color: #fff;
} 
/*29-jun-20*/ 
#accordion--description ul{
    margin-left: 50px;
    list-style: disc;
}
.category-header-image.lazyautosizes.lazyloaded {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 250px;
}
.header-main .navPages .navPages-item {
	padding: 10px 26.5px;
}
.navPage-subMenu .navPages-action:hover::before, .navPages li.navPages-item:hover > .navPages-action::before{
    width: 100%;
    bottom: 0;
}

/*-- 26-10-2020 --*/
.top-ads-slider {
    padding: 0 30px;
    background-color: #f4f5f7;
}
.top-ads-slider .slick-slide {
    padding: 20px 20px;
    text-align: center;
}
.top-ads-slider .slick-slide h4 {
    float: left;
    width: 100%;
    text-align: center;
    color: #333;
    font-family: 'PT Sans Narrow', sans-serif !important;
    font-size: 16px !important;
    margin: 0 !important;
}
.top-ads-slider .slick-slide a {
    color: #333;
    margin: 5px 0;
    display: inline-block;
    text-decoration: underline;
	font-size:12px;
}
.top-ads-slider .slick-slide p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    color: #333 !important;
    margin: 0;
}
.top-ads-slider .slick-dots li button:before {
    font-size: 13px !important;
}
.top-ads-slider ul.slick-dots {
    display: inline-block !important;
    left: 0;
}

/*-- 26-10-2020 End --*/