/* primary col: #bbaa89 ## secondary #9c7953 */
body {
    /*font: normal 300 1.4rem/1.86 "Poppins", sans-serif;*/
	font-family: 'Maven Pro', sans-serif; 
    color: #cdcdcd;
    /*background-color: #2a2a2a;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
.page-header h1 {
    font-family: 'Maven Pro', sans-serif; 
}
::-webkit-scrollbar-thumb {
    background: #625833;
    border-radius: 0px;
}
.header-intro-clearance .wishlist .wishlist-count {
    position: absolute;
    top: 0;
    right: -0.5rem;
}
.header-intro-clearance .wishlist .wishlist-count {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1;
    margin-left: 0.3rem;
    margin-top: -0.3rem;
    color: #fff;
    background-color: #67581f; /*#bbaa89;*/
}
.cart-dropdown .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 25rem;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1;
    margin-left: 36.2rem;
    margin-top: -0.3rem;
    color: #fff;
    background-color: #67581f; /*#bbaa89;*/
}
.backBanner {
	position: relative;
    height: 10em;
    background: #000;
    width: 100%;
    top: 0px;
    z-index: 1;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
    color: #fff;
    background-color: #aa8a02;
    border-color: #ffffff;
    box-shadow: none;
}
.btn-outline-white-2:hover, .btn-outline-white-2:focus, .btn-outline-white-2.focus, .btn-outline-white-2:not(:disabled):not(.disabled):active, .btn-outline-white-2:not(:disabled):not(.disabled).active, .show > .btn-outline-white-2.dropdown-toggle {
    color: #fff;
    background-color: #a88b0f;
    border-color: #755f04;
    box-shadow: none;
    transition: all 1s;
}
.bannerContainer {
    margin-top: -17em !important;
    z-index: 3 !important;
    position: relative !important;
}
.btn-primary {
    color: #fff;
    background-color: #bbaa89;
    border-color: #777876;
    box-shadow: none;
}
.intro-slide .btn-primary {
    color: #fff;
    background-color: #9c7953;
    border-color: #fff;
}
.btn-outline-white-2 {
    color: #fff;
    background-color: #bbaa89;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}
.product.product-11 .btn-product:hover, .product.product-11 .btn-product:focus {
    color: #fff;
    border-color: #ffffff;
    background-color: #bbaa89;
}
.btn-product:hover span, .btn-product:focus span {
    color: #9c7953;
    box-shadow: 0 1px 0 0 #888686;
}
.menu li:hover > a, .menu li.show > a, .menu li.active > a {
    color: #8e7a30;
}
.header-bottom .menu > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #6f5b1a;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.3s ease;
}
.product-label.label-sale {
    /*border: 2px solid #fff;
    color: #fff;
    background: rgb(13 144 77);
    letter-spacing: 0.09rem;
    font-weight: 200 !important;*/
	color: #fff;
    background: #626262;
    letter-spacing: 0.03rem !important;
    opacity: 0.75;
	border-left: 5px solid #4c4430;
}
.bigSetArea {
	width: 50%;
    background:#fbfbfb;
    color: #fff;
    border: 2px solid #bcad8659;
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
}
.bigSetAreaText:hover {
    background:#fbfbfb;
    color: #000;
}
.btn-product span {
	color: #bbaa89;
    font-weight: 100;
    font-size: 1.3rem;
    letter-spacing: -0.01em;
    transition: all 0.35s ease;
}
.shopBudgetAlert {
    display: inline-block;
    position: relative;
    margin-top: -20px !important;
    border: 1px solid #9c7953;
    padding: 5px 29px;
    background: #bcad86;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 4px;
    font-weight: 600;
    transition: all 1s;
}
.btn-product:hover span, .btn-product:focus span {
    color: #fafafa;
    box-shadow: 0 1px 0 0 #888686;
}
.category-dropdown:not(.is-on):hover .dropdown-toggle {
    color: #fff !important;
    background-color: #675313;
}
.btn-product:hover span, .btn-product:focus span {
    color: #9c7953;
    box-shadow: 0 1px 0 0 #888686;
}
.footer {
    width: 100%;
    font-weight: 300;
    font-size: 1.4rem;
    color: #917c57;
    /*background-color: #00000b;*/
	background: linear-gradient(180deg, #424141 0%, #000 100%);
}
.footer .widget-title {
    color: #6c6c6c;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    margin-top: 0;
    margin-bottom: 1.9rem;
}
.header-2 .header-top {
    font-weight: 300;
    font-size: 1.1rem;
    background-color: rgb(156 121 83 / 11%);
    line-height: 2.2;
}
.header-2 {
    background-color: rgb(18 18 18);
}
.goQuote {
	color:#bbaa89 !important;
}
.success {
    background-color: #bbaa89 !important;
    border-left: 6px solid #000000;
    width: 250px;
    z-index: 9999;
}
.btn-product:hover span, .btn-product:focus span {
    color: #bfbfbf;
    border-color: #c96;
    box-shadow: 0 1px 0 0 #ffffff;
	transition:all 1s;
}

.header-2 .header-bottom .menu > li:not(:hover):not(.active):not(.show) > a {
    color: #929292;
}
.header-2 .header-bottom {
    color: #fff;
    border-bottom: 2px solid #1e1e1e;
    border-top: 1px solid rgb(221 218 218 / 15%);
}
.header-2 .sticky-header {
    background-color: #2b2b2b;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle {
    color: #8e7626;
    text-transform: none;
    padding-left: 5.5rem;
    min-width: 100%;
}
.sfBtn {
    background: #e6e0cd !important;
}

.header-2 .header-middle .container::after {
    position: absolute;
    content: "";
    bottom: -0.1rem;
    left: 1rem;
    right: 1rem;
    height:0;  /*0.1rem*/
    background-color: #404040;
}
p {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 100;
    /* font-family: "Poppins"; */
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: 0;
    color: #8a8a8a;
}
.brandGrey {
    width: 120px !Important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1;
}
.main {
    flex: 1;
    width: 100%;
    background: #fff;
}
.icon-boxes-container {
    background-color: #3a3a3a;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
}
.text-dark {
    color: #827667 !important;
}
.icon-box-side .icon-box-title {
    font-weight: 300;
    color: #8f7349;
}
.footer-middle {
    padding: 6.7rem 0 2.2rem;
    border-top: 0.1rem solid #614e00;
}
.footer-bottom .container:before, .footer-bottom .container-fluid:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    background-color: #900000;
}
hr {
    border: none;
    border-top: 1px solid #676553;
    margin: 3rem auto 2.5rem;
}
.product-details .product-price {
    /* font-size: 2.4rem; */
    font-size: 3.5rem;
    font-weight: 100;
    padding-bottom: 1rem !important;
}
.product-pack-price {
    font-weight: 300 !important;
    font-size: 2rem !important;
    letter-spacing: 0.05rem;
    color: #929292;
    /* margin-top: -1.5rem; */
}
.pl-10, .px-10 {
    padding-left: 4rem!important;
}
.product-details .product-title {
    font-weight: 100;
    font-size: 2.4rem;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
    margin-top: -1rem;
    padding-right: 1rem;
    color: #939292;
}
.page-header {
    background-image: none !important;
    padding: 2.4rem 0 2.4rem;
    /*background-color: #242323;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d6d4d4;
    /*box-shadow: -1px 1px 10px 0px #232222;*/
    margin-bottom: 1rem;
    border-top: 1px solid #110000;
}
.header-2 .header-search-extended .form-control {
    padding: 1.2rem 2.4rem 1rem 2rem;
    font-family: "Poppins";
    letter-spacing: -0.01em;
    background: #232323;
    /* border: 1px solid #7b7b7b; */
}
.header-2 .header-search .header-search-wrapper {
    border-color: #988875;
	margin-left: 30px;
}
.header-2 .header-search-extended .btn {
    height: 40px;
    background-color: #474646;
    color: #f8f8f8;
    max-width: 60px;
    border: 1px solid #988875;
}
.banner img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #6b695b;
}
.adBanner img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
	border-top: 0.1rem solid #776b5c;
}
.adBannerL img {
	border-left: 0.1rem solid #776b5c;
}
.adBannerR img {
	border-right: 0.1rem solid #776b5c;
}
.adBannerB img {
	border-bottom: 0.1rem solid #776b5c;
}
.adBannerShadow {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.sidebar-shop .widget {
    color: #aeaeae;
    margin: 0 0 2rem;
    border-bottom: 0.1rem solid #ebebeb;
}
.shopSmart{
	color:#806800;
}
.page-header h1 {
    color: #7c795b;
    font: normal 400 3.2rem/1.1 "Poppins", sans-serif;
    letter-spacing: -0.025em;
    margin-bottom: 0;
}
.product {
    position: relative;
    margin-bottom: 1rem;
    transition: box-shadow 0.35s ease;
    background-color: #fff0;
}
.product-body {
    position: relative;
    padding: 0.2rem 2rem;
    transition: all 0.35s ease;
    background-color: #fff0;
}
.product-media {
    position: relative;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px;
	background-color: #fff0;
}
.product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: rgb(255 255 255 / 0%);
    z-index: 10;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}
.breadcrumb-item.active {
    color: #b5b5b5;
}
.mixitup-control {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 3.2rem;
    height: 3.2rem;
    background: #e6e6e6;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    font-size: 1.4rem;
    color: #7c7c7c;
    /* font-weight: bold; */
    font-family: 'Poppins', 'helvetica', arial, sans-serif;
    transition: color 150ms, border-color 150ms;
    vertical-align: middle;
    z-index: 1;
}
.mixitup-control-active {
    cursor: default;
    background: #fff; 
    font-weight: 700;
    border-top: 4px solid #b5a55f;
}
.mixitup-control:not(.mixitup-control-active):hover {
    color: #847c2e;
    background: #f4f4f4;
}
.mixitup-control:disabled {
    background: #fdfdfd;
    color: #aaa;
    cursor: default;
	border:0px;
}
.mixitup-control:first-child {
    border-radius: 3px 0 0 3px;
    background: #fff;
}
.mixitup-control-truncation-marker {
    background: #ffffff !important;
    border: 0 !important;
}
.toolbox-info span {
    color: #333;
    background: #fff;
	border-top:0px;
	border-bottom:0px;
}
.mixitup-page-stats {
    font-size: 1.1rem;
    color: #686767;
    font-weight: normal;
    font-family: 'helvetica', arial, sans-serif;
    margin-left: 4px;
}
.product-image {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #b1ae8f;
    padding: 4px;
    transition: all 1.2s ease;
}
.sidebar-toggler {
    display: inline-flex;
    align-items: center;
    color: #8a7e5b;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-right: 3rem;
}
.toolbox-info span {
    color: #9c7953;
}
.product-title {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: #bababa;
    margin-bottom: 0.2rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff0;
    border-color: #827667;
}
.tabs-vertical .tab-content-border {
    border-top-width: 0.1rem;
    border-left-width: 0;
    border-bottom-left-radius: 0;
    background: #fff0;
}

.tab-content-border {
    border: 0.1rem solid #af7d55;
    border-radius: 0.3rem;
    border-top-left-radius: 0;
    border-top-width: 0;
}
.product-desc-content a {
    color: #a3937e;
    border-bottom: 0.1rem solid #b8b8b8;
    transition: all 0.35s ease;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Cinzel', serif;
	font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1.4rem;
    color: #635c53;
    letter-spacing: -0.03em;
}
.page-header h1 {
    color: #675d49;
    /*font: normal 400 3.2rem/1.1 "Poppins", sans-serif;*/
	font-family: 'cinzel', serif;
    letter-spacing: -0.025em;
    margin-bottom: 0;
}
.product-gallery-item img {
    max-width: none;
    width: 100%;
    border: 1px solid #b1ae8f;
}
.product-main-image img {
    max-width: none;
    width: 100%;
    border: 1px solid #b1ae8f;
}
.product-price {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #909090 !important;
    margin-bottom: 2.7rem;
}
.product:hover {
    box-shadow: 0 5px 20px rgb(79 79 79 / 57%) !important;
    transition: box-shadow 0.35s ease;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /*background: #69695f;*/
}
.product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /*background-color: rgb(43 43 43);*/
    z-index: 10;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}
.widget-about-title {
    display: block;
    font-weight: 300;
    font-size: 1.3rem;
    color: #cacaca;
    letter-spacing: 0;
    margin-bottom: 0.4rem;
}
#scroll-top {
    color: #ffffff;
}
.header-intro-clearance .account a {
    color: #b5b5b5;
}
.header-intro-clearance .wishlist a {
    color: #b5b5b5;
}
.header-2 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle, .header-2 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle, .header-2 .mobile-menu-toggler, .header-2 .search-toggle:not(:hover):not(:focus), .header-2 .wishlist-link:not(:hover):not(:focus) {
    color: #b5b5b5;
}
.proceedToCheckout {
    background: #b5ac8c !important;
    color: #fff;
}
.cartContainer  {
	margin-top: 40px;
    margin-bottom: 40px;
    /*border: 1px solid #4b442b !important;*/
    padding: 10px;
    border-radius: 5px;
}
table tr.active > td, table tr:hover > td, .table_wrap.vr tr:hover > th, .order_table tr:hover > th {
    background-color: #fdfdfd08;
    -webkit-transition: background-color .1s ease;
    transition: background-color .5s ease;
}
.table_wrap.type_3, .table_wrap.type_3 th, .table_wrap.type_3 td, .table_wrap.type_4, .table_wrap.type_4 th, .table_wrap.type_4 td, .blackout .table_wrap.type_3, .blackout .table_wrap.type_3 th, .blackout .table_wrap.type_3 td, .blackout .table_wrap.type_4, .blackout .table_wrap.type_4 th, .blackout .table_wrap.type_4 td {
    border: 1px solid #eee;
}
table th {
    color: #504f4f !important;
    font-size: 1.5rem !important;
    font-weight: 300 !important;
}
.spacerCell {
    height: 5px;
    /*background: #3a3a3a;*/
    padding: 0px !important;
}
.proceedToCheckout {
    background: #b5ac8c !important;
    color: #2f2f2f;
}
.rightCartPane {
	/*background: #9e9679 !important; */
	padding:1px !important;
}
.itemTotals {
    float: right;
    color: #fff;
}
.payeeForm {
    padding: 30px;
    border: 1px solid rgb(226 226 224);
    /* background: #242424; */
    border-radius: 5px;
    margin-bottom: 80px;
}
.triangle {
    border-color: #ffffff00 #b5ac8c63 #ffffff00 #ffffff00;
    border-style: solid;
    /* border-width: 0px 110px 110px 110px; */
    border-width: 0px 150px 150px 150px;
    height: 0px;
    width: 0px;
    position: relative;
    float: right;
    z-index: 3;
}
.card {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    border-top: 0.1rem solid #666666;
}
.card-title a.collapsed {
    color: #797979;
}
.accordion-rounded .card:first-child {
    border-radius: 0.3rem 0.3rem 0 0;
}
.cta.bg-image {
    background-color: #000000ab;
}
..bigSetArea:hover {
	color:#000 !important;
	background:#ccc !important;
}
.preloader-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0; 
	bottom: 0;
	height:300px;
	background: #000;
	z-index : 5; 
}
.modal-content {
position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff12;
    backdrop-filter: blur(5px);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.form-box {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
	background-color:#fff0;
    padding: 2.2rem 2rem 4.4rem;
    box-shadow: 0 3px 16px rgb(51 51 51 / 10%);
}
.logoutIcon {
    font-size: 1.7rem;
    display: inline-block;
    position: relative;
    top: 1px;
    color: #c50505;
    margin-left: 1.5rem;
}
.userMenuActive {
    border-bottom: 2px solid #694d17;
    display: inline;
    padding-bottom: 3px;
}
.header-2 .top-menu {
    text-transform: capitalize;
    color: #807f7f;
}
.glassText {
	color:#c8c8c8 !important;
}
.menu .megamenu, .menu ul {
    background-color: #1b1b1b;
    box-shadow: 5px 10px 16px rgb(51 51 51 / 5%), -5px 10px 16px rgb(51 51 51 / 5%);
}
.menu .menu-title {
    color: #aba9a9;
    font-weight: 400;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.mobToolText {
    color: #6f6f6f !important;
}
.mobToolText:hover {
    color: #fff !important;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "molla";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*color: #6a6969;*/
}
.megaSaleBanner {
    padding: 1.9rem 0 0.8rem;
    background-color: #fafafa;
    text-align: -webkit-center;
    background: rgb(133,166,70);
    background: -moz-linear-gradient(90deg, rgb(197 153 118) 0%, rgba(187,162,31,1) 49%, rgb(218 183 144) 100%);
    background: -webkit-linear-gradient(90deg, rgb(197 153 118) 0%, rgba(187,162,31,1) 49%, rgb(218 183 144) 100%);
    background: linear-gradient(90deg, rgb(86 73 62) 0%, rgba(187,162,31,1) 49%, rgb(92 61 26) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#85a646",endColorstr="#00ff84",GradientType=1);
    font-size: 3rem;
}
.product-countdown .countdown-section:not(:last-child):after {
    color: #2a2a2a;
    content: ":";
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left: 100%;
    margin-left: 3px;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.tagIcon {
    position: relative;
    top: 0px;
    color: #c7c7c7;
    margin-left: 5px;
}
.rrp-price {
    color: #ababab;
    text-decoration: line-through !important;
    font-size: 0.6em;
    margin-right: 5px;
    position: relative;
    top: -11px;
}
.product-pack-price-mob {
    margin-top: -5px !important;
    font-weight: 400 !important;
    font-size: 1.7rem !important;
    letter-spacing: 0.09rem;
    color: #b1b1b1;
}
.sensational {
    position: relative;
    top: -8px;
    font-size: 1.8rem;
    color: #fbfbfb;
    font-weight: 600;
    text-shadow: 0px 0px 4px #e1df45;
}
.mobTools {
    text-align: center;
    padding: 8px 20px;
    background: #191919;
    border-top: 1px solid #594404;
    border-bottom: 1px solid #8c000d;
}
blockquote cite {
    font-style: normal;
    font-weight: 500;
    color: #c2c2c2;
    letter-spacing: -0.01em;
    line-height: 1;
}
.btn-outline-darker {
    color: #333;
    background-color: #b5ac8c;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none;
}
.header-intro-clearance div.icon {
    position: relative;
    height: 3.2rem;
    color: #71717191 !important;
}
table td, table th {
    border-bottom: 0px solid #d8d8d83b !important;

}
.mgssmartform .form-control {
    background-color: transparent;
    border: 1px solid #5a5a5a;
    padding-left: 50px;
}
.mgssmartform .form-group .input-group-icon {
    background-color: #908e8e;
    border: 1px solid #000;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #d8d7d7;
    display: table-cell;
    font-size: 14px;
    height: 100%;
    padding: 8px 7px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: 40px;
}
.mgssmartform span.sub-text {
    right: 0px;
}

.mgssmartform span.sub-text {
    bottom: 80px;
    color: #ce0606;
    font-size: 14px;
    position: absolute;
    right: 0;
}
#submitButtonHolder .btn-custom {
    background-color: #8f7f55;
}
.product-col .product-title {
    display: inline-block;
    color: #d2d2d2;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 0;
}

@media all and (max-width: 480px) {
	.megaSaleText {
		font-size: 1.7rem !important;
		color: #fff !important;
		text-align: center !important;
	}
	.megaSaleSubText {
		color: #fff !important;
		margin-top: -1.2rem;
		text-shadow: 1px 1px #000;
		font-weight: 600;
		font-size: 1.4rem;
		text-align: center !important;
	}
	.page-header {
		background-image: none !important;
		padding: 0.9rem 0 0.9rem;
		background-color: #242323;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		border-bottom: 1px solid #5c5c5c;
		box-shadow: -1px 1px 10px 0px #232222;
		margin-bottom: 1rem;
		border-top: 1px solid #110000;
	}
}
.mobileSelect {
	height: 42px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #a48430 !important;
    font-size: 1.2em;
    background: #242323;
    border: 1px solid #575656;
    text-align: center;
}
.bigSetAreaMob {
    background: #3c3b3b;
    border: 1px solid #665322;
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    border-radius: 5px;
}
.product.product-11 .btn-product {
    text-transform: uppercase;
    color: #7a5c32;
    font-weight: 700 !important;
    border: 0.1rem solid #615f5f;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    background: #fff;
}
.colPick {
	display: block;
    width: 52px; 
    height: auto;
    margin: auto;
    text-align: center;
}
.colPickContainer{
	border-bottom: 1px solid #796004;
    padding-bottom: 7px;
    background: #2a2a2a;
    padding: 11px;
    margin-top: -10px;
}
.chkBxLabel{
	color: #b3b0b0;
    margin-left: -10px;
}
/*img[data-src] {
	opacity: 1;
	transition: opacity 2s;
}*/
.interiorsLogo {
	display: block;
    margin: auto;
    width: 30%;
	padding-bottom:20px;
}
.product.product-7 .btn-product {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    padding: 2.2rem;
    color: #000;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background-color: #b9b9b9;
    text-transform: uppercase;
    /* border-bottom: 0.1rem solid #ebebeb; */
}
.product.product-7 .btn-product:hover, .product.product-7 .btn-product:focus {
    color: #fff;
    background-color: #a48319;
    border-bottom-color: #ffffff;
}
.finalEcoPrice {
    color: #7c7b7b !important;
    font-size: 4.5rem !important;
    font-weight: 300 !important;
    padding-bottom: 15px;
    padding-top: 30px;
    width: 100% !important;
    margin-top: 0rem;
    text-align: center !important;
}
.specialHR{
	height: 1px;
    width: 70%;
	opacity:0.6;
    margin: auto;
	border-top:0 !important;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #8b8b8b));
}
.specialHR-data {
    margin-top: 0.3rem !important;
    height: 1px;
    width: 60%;
    margin: auto;
    border-top: 0 !important;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #8b8b8b));
}
.productData {
	margin-top: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 100%;
}
.productDataValue{
	margin-top: -0.5rem;
    text-align: center;
    font-weight: 300;
    font-size: 1.5rem;
}
.productDataIcon {
	display: block;
    width: 38%;
	height:auto;
    margin: auto;
    opacity: 0.5;
}
.product-details-action .btn-cart {
    /*padding: 1.8em 5rem;*/
	padding: 1.7rem 2rem;
    width: 100%;
    color: #c96;
    border: 0.1rem solid #c96;
    font-size: 1.7em !important;
    background: #fff;
	transition:all 1s;
}
.product-details-action .btn-volume {
    /*padding: 1.8em 5rem;*/
	padding: 1.7rem 2rem;
    width: 100%;
    color: #c96;
    border: 0.1rem solid #c96;
    font-size: 1.7em !important;
    background: #fff;
	transition:all 1s;
}
#quoteSuccess {
    display: none;
    background: #78c978;
    text-align: center;
    color: #ffffff;
    border: 1px dashed #297929;
    padding: 10px 20px;
    font-size: 18px;
}
#wait {
    width: 10%;
    text-align: center;
    margin: auto;
    position: relative;
}
a {
    font-family: "Mavin-Pro", sans-serif;
    font-size: 1.5rem;
}
/*a:hover, a:focus {
    color: #a1811a !important;
    text-decoration: none;
}*/
.product-details-footer {
    color: #777;
    display: flex;
    font-weight: 400;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0;
    border-top: 0.1rem solid #ebebeb;
    /* padding-bottom: 1.7rem; */
    margin-top: -1.8rem;
}
.aboutRow {
	padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 3rem;
}
.aboutCol {
	padding: 40px;
    margin-bottom: 3rem;
}
.adCreative {
        background: #fff;
    padding-left: 4rem !important;
    padding-top: 4rem !important;
    padding-right: 4rem !important;
    padding-bottom: 4rem !important;
    border: 1px solid #ccc;
}
.carousel-with-shadow .owl-stage-outer {
    padding: 0 1rem 2rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1.5rem;
    padding-top: 3rem;
}
.entry {
    position: relative;
    margin-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 1.75;
}
.card.card-sm .card-body {
    padding: 0rem 2rem 2rem;
    font-size: 1.5rem;
	color: #717171;
    letter-spacing: -0.05rem;
}
.product.product-11 .btn-product-icon:hover, .product.product-11 .btn-product-icon:focus {
    color: #fff;
    background-color: #a08019;
    border-color: #a08019;
}
.product.product-11 .btn-product-icon {
    color: #333;
    border: 0;
}
.btn-expandable span {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    align-items: center;
    display: inline-flex;
	border: solid 1px #a08019;
    font-weight: 300;
    font-size: 1.3rem;
    white-space: nowrap;
    letter-spacing: 0;
    min-width: 100px;
    padding-left: 1rem;
    padding-right: 0.6rem;
    color: #fff;
    background-color: #a08019;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transform: translateX(15px);
    z-index: -1;
}
.product-label {
    top: 2rem;
}
.msgSuccess {
    padding: 10px 20px !important;
    color: #28a745 !important;
    border: 1px solid #64ee64 !important;
    background: #f0faf0 !important;
    font-size: 14px !important;
}
.cart-spinner {
	display: block;
    position: relative;
    margin: auto;
}
.cartSelect {
	width: 60px;
    height: 25px;
    text-align: center;
    border: 1px solid #ccc;
}
.latestWishlist {
	padding: 1px 10px;
    background: #289a28;
    margin-right: 0.4rem;
    color: #fff;
}
.latestWishlistNew {
	padding: 1px 25px;
    background: #1196ad;
    margin-right: 0.4rem;
    color: #fff;
	font-weight:600;
} 
.in-stock {
    color: #289a28;
    font-weight: 500;
}
.imgBoxed {
	padding: 5px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    background: #fff;
}
.hover-shine {
    position: relative;
    overflow: hidden;
}
.hover-shine::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}