@font-face {
	font-family: 'Conv_Cinzel-Regular';
	src: url('fonts/Cinzel-Regular.eot');
	src: local('â˜º'), url('fonts/Cinzel-Regular.woff') format('woff'), url('fonts/Cinzel-Regular.ttf') format('truetype'), url('fonts/Cinzel-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Cinzel-Medium';
	src: url('fonts/Cinzel-Medium.eot');
	src: local('â˜º'), url('fonts/Cinzel-Medium.woff') format('woff'), url('fonts/Cinzel-Medium.ttf') format('truetype'), url('fonts/Cinzel-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Santral Light';
    font-style: normal;
    font-weight: normal;
    src: local('Santral Light'), url('fonts/santral.woff') format('woff'), url('fonts/santral.woff2') format('woff2'), url('fonts/santral.ttf') format('truetype');
}

.product-info p {
    font-family: 'Santral Light';
}

.pin-wrapper {
    height: auto !important;
}

.product-single-gallery .sticky-slider, .product-slider-container, .product-single-carousel {
	max-height: 100%;
}

.product-single-carousel .product-single-image {
	width: auto !important;
    margin: 0px auto;
    max-height: 100%;
}

.header-center {
	margin-top: -98px;
	background-color: #ffffff;
    padding-bottom: 0rem;
}

.header-center .container {
	justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.header-center .container > a {
	width: 100%;
    text-align: center;
	max-width: none;
}

.header-center .container > a img {
	display: inline-block;
	height: 70px;
}

.header-center .container .main-nav {
	margin-left: 0;
}

.menu>li {
	position: unset;
}

.megamenu {
	background-color: unset !important;
    box-shadow: none !important;
    border: none !important;
	left: 0 !important;
    right: 0;
    max-width: unset;
    width: 100% !important;
	padding: 0px 0 10px !important;
}

.megamenu .container {
	max-width: 1200px;
    display: block;
    padding: 10px 3rem !important;
}

.megamenu .outer-container {
    background-color: #ffffff;
	box-shadow: 0 1rem 2.5rem rgb(0 0 0 / 15%);
    display: block;
}

.megamenu .no-padding {
	padding-top: 0 !important;
}

.top-header {
	position: relative;
	z-index: 2;
	border-top: 4px solid #d2b460;
}

.main-nav .menu>li>a {
	position: relative;
}	

.mobile-menu-toggler {
	margin-right: 1.5rem;
}

.promo-section {
	padding-top: 20.5rem;
	padding-bottom: 20.9rem;
	background-color: #24252A;
}

.promo-content {
    position: relative;
    text-align: center;
}

.promo-content h2 {
    font-size: 4.088rem;
    line-height: 1;
    letter-spacing: .001em;
}

.promo-content h3 {
    font-size: 4rem;
    line-height: 1;
}

.promo-content .divider-short-thick {
    margin: 2.2rem auto 3rem;
    width: 53.38px;
    border-top-width: 4.44px;
}

.promo-content hr {
    border-top-color: #fff;
}

.promo-content .btn {
    padding: 1.22em 2.95em;
}

.footer .links li {
    position: relative;
    margin-bottom: 2.2rem;
    padding-left: 1.3rem;
}

.footer .links li:before {
    position: absolute;
    top: 2px;
    left: 1px;
    color: #000;
    font-family: 'porto';
    font-size: 1.2rem;
    content: '\e814';
}

.footer .contact-info li {
    position: relative;
    margin-bottom: 2.4rem;
    line-height: 1.6;
}

.footer .contact-info li:not(:last-child) {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #2c2f33;
}

.social-icon {
    display: inline-block;
    width: 3.2rem;
    color: #fff;
    background-color: #d2b460;
    font-size: 1.4rem;
    line-height: 3.2rem;
    text-align: center;
    text-decoration: none;
    opacity: 1;
}

footer .social-icons .social-icon {
    border-radius: 50%;
    width: 1.7rem;
    height: 1.7rem;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.7rem;
}

footer .social-icons .social-icon:hover {
    background-color: transparent;
}

footer .social-icons .icon-facebook:hover {
	color: #3b5a9a
}

footer .social-icons .icon-twitter:hover {
	color: #1aa9e1;
}

footer .social-icons .icon-instagram:hover {
	color: #7c4a3a;
}

footer .social-icons .social-linkedin:hover {
	color: #0073b2;
}

footer .social-icons .social-gplus:hover {
	color: #dd4b39;
}

footer .footer-copyright {
	font-family: 'Open Sans', sans-serif;
}

.featured-products-slider figure {
    box-shadow: none !important;
}

.latest-highlights .container {
    max-width: 1600px;
}

.latest-highlights .text {
    background-color: #FFF;
    padding: 40px 20px;
}

.latest-highlights .read-more {
    color: #222529;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.home-banner p {
    font-size: 0.9em;
}

.text-container {
    max-width: 1400px;
}

.login-page .content-container, .checkout-page .content-container {
	max-width: 1400px;
}

.login-page .flex-col, .checkout-page .flex-col {
	padding: 0 100px;
}

.login-page .login-flex .flex-col:first-child, .checkout-page .login-flex .flex-col:first-child {
	border-right: 1px solid #dfdfdf;
}

.checkout-page .no-border {
	border-right: none !important;
}

.login-page form, .login-page .form-footer {
	margin-bottom: 2rem;
}

.login-page .register-cta {
	margin-top: 20px;
}

.guestCheckoutOptions .registration label {
    font-size: 13px;
    display: flex;
    align-items: center;
    float: left;
    margin: 0 0 5px 0;
    clear: both;
    position: relative;
    z-index: 1;
}

.guestCheckoutOptions .registration input {
    margin: 0 6px 0 0;
    width: 14px;
	height: 25px;
}

.guestCheckoutOptions .registration .heading {
	margin-bottom: 3rem;
}

.shop-by-category-container {
	padding: 0 10rem;
}

.product-promo-content {
	top: 20%;
    left: 10%;
	width: 25%;
	text-align: left;
}

.product-promo-content p {
	font-size: 1.4rem;
	color: #FFF;
	line-height: 1.92;
	font-weight: 400;
	margin-bottom: 2.5rem;
}

.products-body {
	max-width: 1600px;
}

.toolbox-left .toolbox-item:first-child a {
	margin-left: 0;
}

.home-slide .banner-layer {
	left: 12%;
}

.home-slide .banner-layer-right { 
	right: 12%;
	left: auto;
	text-align: right;
}

.home-slider h2 {
	font-family: 'Conv_Cinzel-Regular';
	line-height: 1.334;
	color: #777;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -.003em;
    text-transform: uppercase;
}
.home-slider h3 {
	font-size: 55px;
    letter-spacing: .185em;
    margin-left: -1px;
}

.home-slider h4 {
	font-size: 5.625em;
    margin-left: -5px;
}

.feature-box img {
	margin: 0px auto 20px;
}

.form-group {
	position: relative;
}

.toggleShowPassword {
    position: absolute;
    right: 20px;
    top: 22px;
    opacity: 0.6;
    font-size: 16px;
    cursor: pointer;
    color: #000;
}

#account-chage-pass .toggleShowPassword {
	top: 47px;
}

.password-field[type="password"] {
	font-family: verdana;
}

.forget-pass:hover {
	text-decoration: underline;
}

.error {
	color: red;
	margin-bottom: -30px !important;
	font-size: 13px;
	margin-top: 15px;
}

#contact-form .error {
    margin-bottom: 20px !important;
}

.error a {
	display: inline !important;
    text-decoration: underline;
	color: red;
}

.errors {
	color: red;
	font-size: 13px;
	margin-top: 15px;
}

.success {
	color: green;
}

.custom-control-label a:hover {
	text-decoration: underline;
}

.widget-dashboard .list li.active {
    font-weight: bold;
}

.contact-info p {
	color: #000;
}

.seperate-shipping, .gift-wrapping {
    display: none;
}

.show-seperate-shipping, .show-gift-wrapping {
    display: block;
}

.content-areas .container {
	max-width: 1300px;
}

.content-areas .container .row {
	display: flex;
    align-items: center;
}

.content-areas img {
	max-height: 550px;
	margin: 0px auto;
}

.brand-content-areas img {
	max-height: 400px;
}

.content-areas .container .row:nth-child(even) {
	flex-direction: row-reverse;
}

.btn-enquire {
    padding: 11px 28px;
    font-size: 1.4rem;
    letter-spacing: -.015em;
    line-height: 24px;
	margin-left: auto;
	width: 100%;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1050;
	background-color: rgba(0, 0, 0, .65);
	display: none;
	padding: 0;
	overflow-y: auto
}

.modal__container {
	height: 100%;
	display: table;
	width: 100%
}

.modal__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.modal__inner {
	width: 100%;
	height: 100%;
	max-width: 50rem;
	position: relative;
	overflow: hidden;	
	background-color: #fff;
	box-shadow: 0 0 70px rgba(0, 0, 0, .3);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.modal .title {
	position: relative;
}

.modal .title h4 {
	display: inline-block;
	margin-bottom: 0;
	color: #FFF;
}

.modal span[data-close='modal'] {
	float: right;
	padding: 20px;
    margin: -20px;
    cursor: pointer;
	color: #FFF;
}

.animate-left {
  animation: animateLeft 0.6s;
}

.form-group a:hover {
	text-decoration: underline;
}

.brand-banner {
	margin-top: -3rem;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #FFF;
}

@keyframes animateLeft {
  from {
    right: -500px;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

.wishlistModal span, .wishlistModal a, .cartModal span, .cartModal a {
	display: block;
}

.wishlistModal .prodInfo, .cartModal .prodInfo {
	padding: 10px 0;
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.modal .remove-item {
	font-size: 12px;
}

.wishlistModal a:hover, .cartModal a:hover {
	text-decoration: underline;
}

.wishlistModal .bottom span:hover, .cartModal .bottom span:not(.quantity):hover {
	text-decoration: underline;
	color: #000;
	cursor: pointer;
}

.wishlist-icon, .cart-dropdown, [data-remove=cart], [data-move=wishlist] {
	cursor: pointer;
}

.dropdown-cart-action a:hover {
	text-decoration: none;
}

[data-add=wishlist].active:before {
	color: #d2b460;
}

.modal hr {
	border-top: 1px solid #d2b460;
}

.modal .modalContent .wrapper {
	padding: 30px;
    position: relative;
}

.modal .title {
	padding: 30px;
	background-color: #d2b460;
}

.out-of-stock {
	margin: 2.5rem 0 2rem;
	color: red;
}

.product-action-row span {
	display: inline-block;
}

.product-action-row span:hover {
	color: #000;
}

[data-add=wishlist].active span {
	display: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-discount .error {
	margin-bottom: 1.5rem !important;
}

.cart-quantities {
	margin-right: auto;
    margin-left: auto;
	max-width: 68px;
    padding-right: 20px;
    margin-bottom: 0;
}

.cart-quantities .cart-quantity {
	border-color: #ccc;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	background-color: #FFF;
	text-align: center;
    margin-bottom: 0;
    height: 4.2rem;
    max-width: 46px;
    padding: 1.1rem 1rem;
}

.cart-quantities .plus, .cart-quantities .minus {
	border-radius: 0;
	position: absolute;
    right: 0;
    height: 2rem;
    padding: 0;
    width: 2rem;
    text-align: center;
    font-size: 1.2rem;
	cursor: pointer;
}

.cart-quantities .plus {
	top: 0;
}

.cart-quantities .minus {
	bottom: 0;
}

[data-page='cart'] .cart-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f7f9;
    z-index: 3;
    opacity: 0.7;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    display: none;
}

[data-page='cart'] .cart-loader:after {
	content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-right-color: #000;
    -webkit-animation: fa-spin 1.2s infinite;
    animation: fa-spin 1.2s infinite;
    z-index: 100000;
}

.cart-wrapper {
	position: relative;
}

.megamenu .featuredImage {
	display: block;
    margin-bottom: 40px;
	font-size: 14px;
}

.megamenu .featuredImage b {
	font-size: 13px;
}

.btn-gold {
	background-color: #d2b460;
	border: 1px solid #d2b460;
}

.btn-gold:hover {
	background-color: #000000;
	border: 1px solid #000000;
}

.btn-404 {
    color: #FFF !important;
}

.main-nav .menu {
	margin: 0px auto;
    width: 100%;
    text-align: center;
}

.main-nav .menu>li {
	float: unset;
	display: inline-block;
}

.header-center .container > a {
	max-width: 230px;
	position: relative;
    z-index: 99;
}

.main-nav .menu>li>a {
	cursor: default;
}

.header-center .container .main-nav {
	width: 100%;
}

.giftlist-menu a {
	cursor: pointer !important;
}

.checkout-info-box .right {
	float: right;
}

.gl-quantity {
	display: block;
    font-family: 'Open Sans';
    font-size: 13px;
}

/*.B_lastCrumb {
	display: none !important;
}*/

.sort-list {
    min-width: auto;
    max-height: 231px;
    overflow: auto;
}

.sort-list li label {
	font-family: 'Open Sans';
	text-transform: Capitalize;
	display: flex;
}

.sort-list li input {
	float: left;
    margin-top: 0px;
    margin-right: 4px;
}

.subscribeForm {
	width: 600px;
    margin: 0px auto;
    max-width: 100%;
}

.subscribe-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.subscribe-section h2 {
	color: #FFF;
}

.giftlist-boxes hr {
	display: none;
}

.subscribe-section .row {
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.giftlist-text p {
	line-height: 24px;
}

.category-slide-content h2 {
	font-family: 'Conv_Cinzel-Regular';
    font-size: 19px;
}

.category-slide-content a {
	margin-left: 25px;
}

.btn-filter {
	padding: 10px;
    width: 100%;
    margin: 10px 0 0 0 !important;
}

.sort-list .mx-2 {
	margin-right: 0 !important;
}

.horizontal-filter .input-price {
	display: inline-block !important;
}

#products {
	min-height: 500px;
}

.products-sort li a {
	cursor: pointer;
}

.products-sort li.active a {
    color: #000;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#search {
    position: fixed;
    top: 160px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #f8f8f8;
    z-index: 999;
}

#search .wrapper {
    position: absolute;
    top: 8px;
    right: 8px;
    left: 8px;
    bottom: 8px;
    background-repeat: no-repeat;
    overflow-y: auto;
}

#search .noResults {
    display: flex;
    align-items: center;
    justify-content: center;
}

.searching {
    overflow: hidden;
}

#search .section-title h2 {
    margin: 40px 0 10px;
    padding: 0 0 8px;
    position: relative;
    text-transform: capitalize;
    font-family: 'Conv_Cinzel-Regular';
}

#search .center {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

#search .section-title p:after {
    background: #ddd none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}

#search input {
    max-width: 705px;
    width: 96%;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #dfdfdf;
    text-align: center;
    height: 55px;
    color: #777;
    font-family: "Open Sans", Verdana, sans-serif;
}

#search .resultsWrapper > p {
    width: 100%;
    float: left;
    text-align: center;
}

.search-toggle.active .icon-magnifier:before {
    background-image: url(../images/icons/search-hover.svg?v=1);
}

.payment-methods {
    margin-top: 60px;
}

.icon-shopping-cart:before {
    content: "";
    background-image: url(../images/icons/bag1.svg);
    width: 20px;
    height: 24px;
    font-family: unset;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.icon-shopping-cart:hover:before {
    background-image: url(../images/icons/bag1-hover.svg?v=1);
}

.icon-user-2:before {
    content: "";
    background-image: url(../images/icons/profile.svg);
    width: 24px;
    height: 24px;
    font-family: unset;
    background-size: 24px;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.icon-user-2:hover:before {
    background-image: url(../images/icons/profile-hover.svg?v=1);
}

.icon-wishlist-2:before {
    content: "";
    background-image: url(../images/icons/heart2.svg);
    width: 24px;
    height: 24px;
    font-family: unset;
    background-size: 24px;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.icon-wishlist-2:hover:before {
    background-image: url(../images/icons/heart2-hover.svg?v=1);
}

.icon-magnifier:before {
    content: "";
    background-image: url(../images/icons/search.svg);
    width: 24px;
    height: 24px;
    font-family: unset;
    background-size: 24px;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.icon-magnifier:hover:before {
    background-image: url(../images/icons/search-hover.svg?v=1);
}

.badge-circle {
    background-color: transparent;
    color: #000;
    left: 12px !important;
}

.produced-by {
    margin-left: 6px; 
    display: flex; 
    align-items: center;
}

.produced-by.side-menu {
    color: #FFFFFF;
    margin-top: 15px;
}

.produced-by img {
    width: 27px;
    margin-left: 6px;
}

.produced-by.side-menu img {
    background-color: #FFFFFF;
}

.sort-list li {
    text-transform: capitalize;
}

.product-info {
    padding: 20px 20px;
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}

.product-info p {
    font-size: 14px;
}

.product-info .action {
    background-color: #000; 
    display: flex;
    width: 100%;
    min-height: 48px;
    justify-self: flex-end;
}

.product-info .action .action-wrapper {
    width: 100%; 
    float: left; 
    display: flex;
    justify-content: center; 
    color: #FFF;
    position: relative;
}

.product-info .action .action-wrapper:hover {
    background-color: #d2b460;
    color: #fff;
}

.product-info .action .price {
    font-family: 'Conv_Cinzel-Regular'; font-size: 16px;
}

.product-default {
    margin-bottom: 4rem;
}

.product-default .product-info {
    display: none;
    position: absolute;
    bottom: -144px;
    min-height: 145px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #FFF;
    flex-wrap: wrap;
    align-items: flex-end;
}

.product-default:hover .product-info {
    display: flex;
}

.product-info .added-to-cart {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d2b460;
}

.sitemap ul {
    margin: 0 0 0 20px;
    list-style-type: disc;
}

.sitemap ul li a {
    line-height: 28px;
}

.contact-info hr {
    margin: 10px 0 30px;
}

.story-gallery-img {
    width: calc(100% - 5px) !important;
    float: left;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
}

.gallery-carousel .owl-nav .owl-prev, .gallery-carousel .owl-nav .owl-next {
    color: #FFF !important;
    opacity: 1 !important;
    top: 31px;
}

.gallery-carousel .owl-nav .owl-prev i, .gallery-carousel .owl-nav .owl-next i {
    font-size: 42px;
}

footer .social-icons .social-icon:hover {
    color: #d2b460;
}

.product-default a {
    white-space: unset;
}

.footer-buttons {
    margin-left: auto!important;
    display: flex;
    align-items: center;
}

.header-search {
    cursor: pointer;
}

.product-info .action .action-wrapper {
    font-family: 'Conv_Cinzel-Medium';
}

.bold-item a {
    font-weight: bold !important;
}

.white-link {
    background-color: #FFFFFF;
    border-bottom: 1px solid #f1f1f1 !important;
}

.white-link a {
    color: #000000 !important;
}

.row.navigation h3 {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.4;
    font-family: 'Conv_Cinzel-Regular';
}

.row.navigation i {
    color: #000000;
    margin: 0px auto 10px;
}

.row.navigation h5 {
    color: #777;
    font-family: "Open Sans", Verdana, sans-serif;
    margin-bottom: 1.3rem;
}

.row.navigation a:hover h5 {
    color: #000000;
}

#products .hidden {
    display: none;
}

.load-more-button a {
    color: #FFFFFF !important;
    margin: 0px auto;
}

.load-more-button a:hover {
    background-color: #d2b460;
    border: 1px solid #d2b460;
}

.home-slide1 .mobile-banner-image {
    display: none;
}

.mobile-menu li a:not([href]):not([tabindex]) {
    color: #FFFFFF;
}

.contact-info-li {
    display: flex;
}

.subscribe-gold {
    background-color: #d2b460;
    color: #FFFFFF;
}

.modal-default .modal__inner h2 {
    margin-bottom: 25px;
}

.modal-default .modal__content {
    justify-content: center;
}

.modal-default .modal__inner {
    height: auto;
}

.modal-default .modal__inner .subscribe-row {
    border-top: 1px solid #efefef;
    border-bottom: none !important;
}

.modal-default .modal__wrapper > img {
    margin: 40px auto;
}

.modal-default .subscribe-style-2 > h4 {
    margin: 0 0 20px;
}

.modal .closeModal {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 25px;
    padding: 4px 15px;
    cursor: pointer;
}

.modal .closeModal img {
    width: 16px;
}

.modal-default .modal__inner {
    max-width: 600px;
}

.modal-default .modal__wrapper {
    margin: 15px;
    position: relative;
}

.modal-default .modal-banner {
    width: 100%;
    height: auto;
}

.modal-default .modal__wrapper.black-bg p {
    color: #FFFFFF;
    font-weight: lighter;
}

.modal-default .modal__wrapper.black-bg .box-title {
    background-color: #FFF;
}

.modal-default .modal__wrapper .subscribe-form .mc-form .clear::before {
    top: 4px;
    font-size: 23px;
}

.modal-default .modal__wrapper.black-bg .subscribe-form .mc-form .clear::before {
    color: #FFFFFF;
}

.modal-default .modal__wrapper.black-bg .subscribe-form form input::-ms-input-placeholder {
    color: #FFFFFF;
}

.modal-default .modal__wrapper.black-bg .subscribe-form form input:-ms-input-placeholder {
    color: #FFFFFF;
}

.modal-default .modal__wrapper.black-bg .subscribe-form form input {
    color: #FFFFFF;
    height: 40px;
    font-size: 14px;
    padding: 2px 80px 2px 13px;
}

.modal-default .modal__wrapper.black-bg .subscribe-style-2 > h4 {
    color: #FFFFFF;
}

.modal-default .modal__wrapper.black-bg .subscribe-form form input::placeholder {
  color: #FFFFFF;
  opacity: 0.9; /* Firefox */
}

.modal-default .modal__wrapper.gold-bg .box-title {
    background-color: #FFFFFF;
}

.modal-default .modal__wrapper.gold-bg .box-title h2 {
    color: #000;
}

.modal-default .modal__wrapper.gold-bg .subscribe-form .mc-form .clear:hover::before {
    color: #FFFFFF;
}

.modal-default .modal__wrapper.gold-bg {
    background-color: #d7ac71;
}

.modal-default .modal__wrapper.white-bg .box-title {
    background-color: #000000;
}

.modal-default .modal__wrapper.white-bg .box-title h2 {
    color: #FFFFFF;
}

.modal-default .box-title {
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
    padding: 10px;
    margin: -55px auto 20px;
    display: inline-block;
}

.modal-default .box-title h2 {
    margin-bottom: 0;
    font-size: 30px;
}

.modal-default .summer-btn .default-btn {
    padding: 17px 35px;
}

.modal-bg-padding {
    padding: 0 20px 30px 20px;
}

.product-info .action-cart .action-wrapper {
    justify-content: space-between;
}

.product-info .action-cart > a.action-wrapper {
    display: none !important;
}

.mobile-filter {
    display: none;
}

.mobile-only {
    display: none;
}

.timeline-bullets .line {
    width: 100%;
    height: 0;
    border-top: 2px solid #d2b460;
    text-align: center;
    margin: 0px auto 40px;
}

.timeline-bullets .bullet:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background-color: #d2b460;
    top: -48px;
    left: 50%;
    margin-left: -7px;
}

.timeline-bullets {
    text-align: center;
    position: relative;
}

.brand-sort-list {
    max-height: unset;
}

.col-20 {
    width: 16.5%;
    padding-top: 5px !important;
}

.menu .brands-megamenu .megamenu .submenu a {
    padding: 3px 8px 3px 0;
}

.category-brands {
    border-bottom: 1px solid #7c7a5f;
    margin-bottom: 15px;
}

.brands-megamenu .container .category-brands:last-child {
    border-bottom: none;
}

.brands-megamenu .megamenu .outer-container, .brands-megamenu ul {
    background-color: #f5e6bf;
}

.brands-megamenu a.nolink, .brands-megamenu .submenu a, .brands-megamenu .submenu a:hover {
    color: #000 !important;
}

.brands-menu-item .mmenu-btn {
    color: #000;
}

.mobile-menu .brands-menu-item li {
    border-bottom: 1px solid #f1f1f1;
}

.sitemap {
    font-size: 16px;
}

.brand-categories-section {
    width: 100%;
    float: left;
    background: white;
}

.brand-categories {
    margin-left: 15%;
    float: left;
    width: 100%;
}

.brand-categories .intro {
    width: 260px;
    float: left;
    margin-top: 100px;
}

.brand-categories .categories {
    width: calc(85% - 340px);
    margin-left: 80px;
    float: left;
    margin-bottom: 80px;
}

.brand-category h4 {
    text-transform: uppercase;
    margin: 10px 0 5px;
    font-size: 1.7rem;
}

.brand-category p {
    color: #777;
}

.brand-category span.btn {
    padding: 5px 10px;
    background-color: #000;
    color: #FFF;
}

.brand-categories .owl-nav button.owl-prev {
    left: -2.5vw;
}

.brand-row {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brand-row .btn {
    background-color: #FFF;
    color: #000;
    text-transform: uppercase;
}

.brand-row .single .btn {
    padding: 5px 20px;
}

.brand-row .double .btn {
    padding: 5px 10px;
}

.brand-row .double .rectangle .info {
    justify-content: right;
    right: 10%;
    text-align: right;
}

.brand-row .double .rectangle:first-child .info {
    text-align: left;
    left: 10%;
    justify-content: left;
}

.brand-row .double .rectangle:first-child {
    margin-bottom: 20px;
}

.brand-row .single, .brand-row .double {
    flex: 0 0 49%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}

.brand-row .square, .brand-row .rectangle, .brand-row .horizontal {
    position: relative;
}

.brand-row img {
    width: 100%;
    max-height: unset;
}

.brand-row .single .square:after, .brand-row .double .rectangle:after, .brand-row .horizontal:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #d2b460;
}

.brand-row .info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: center;
    text-align: center;
}

.brand-row .info h2 {
    color: #FFF;
}

.brand-categories-list .container {
    max-width: 1250px;
}

.brand-row .horizontal img {
    width: 100%;
}

.sub-category-brand {
    display: flex;
    flex-wrap: wrap;
}

.sub-category-brand .left, .sub-category-brand .right {
    width: 50%;
    position: relative;
}

.sub-category-brand .left img:not(.top) {
    width: 100%;
}

.sub-category-brand .right {
    display: flex;
    align-items: center;
}

.sub-category-brand .right > div {
    margin-left: 20%;
}

.sub-category-brand .left .top {
    position: absolute;
    right: -40px;
    bottom: -50px;
}

@media screen and (max-width: 768px) {
    .brand-row .single, .brand-row .double {
        display: block;
        flex: unset;
        width: 100%;
    }
    .brand-row .square {
        margin: 20px 0;
    }
}

@media screen and (max-width: 550px) {
    .home-slide1 .mobile-banner-image {
        display: block;
    }
    
    .home-slide1 .desktop-banner-image {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
	.login-page .flex-col {
		padding: 0 50px;
	}
	
	.login-page .flex-col, .checkout-page .flex-col {
		padding: 0 80px;
	}
	
	.form-footer {
		display: block;
	}
	
	.forgot-pass {
		margin-top: 15px;
	}
}

@media screen and (max-width: 991px) {
	.header-center {
		max-width: 210px;
		margin: -115px auto 0;
	}
	
	.top-header {
		z-index: 0;
		background-color: #FFF;
	}
	
	.giftlist-boxes hr {
		display: block;
	}
	
	.giftlist-boxes .border-right {
		border-right: none !important;
	}
	
	#search {
	    top: 100px;
	}
	
	.category-banner .slide-bg {
	    min-height: auto;
	}
	
	.sort-menu-trigger {
	    font-weight: bold;
	    margin-bottom: 0;
	    margin-left: 0;
	}
	
	.sort-list {
	    margin-left: 5px;
	    width: 100%;
	}
	
	.sort-list label {
	    display: block;
	}
	
	.sort-list li {
        padding: .85rem 0 0;
	}
	
	.sort-by {
	    display: none !important;
	}
	
	.footer-buttons {
	    margin: 0px auto;
	}
	
	.mobile-filter {
	    display: block;
	}
	
	.col-20 {
        width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.login-page .flex-col, .checkout-page .flex-col {
		padding: 30px 0;
	}
	
	.login-page .flex-col:first-child, .checkout-page .flex-col:first-child {
		padding: 0 0 30px;
	}
	
	.login-page .login-flex, .checkout-page .login-flex:not(.no-border) {
		padding: 0 30px;
		text-align: center;
	}
	
	.login-page .login-flex .flex-col:first-child, .checkout-page .login-flex .flex-col:first-child {
		border-right: none;
		border-bottom: 1px solid #dfdfdf;
	}
	
	.login-page .login-cta, .checkout-page .login-cta {
		width: 100%;
	}
	
	.login-page .form-footer {
		display: block;
	}
	
	.forget-pass {
		margin-top: 20px;
		display: block;
	}
	
	.shop-by-category-container {
		padding: 0;
	}
	
	.wishlist-icon {
		display: none;
	}
	
	.cart-discount form {
		max-width: 100%;
	}
	
	.cart-discount {
		width: 100%;
	}
	
	.checkout-payment {
		padding: 0;
	}
	
	.checkout-page .mb-10 {
		display: none;
	}
	
	.checkout-page .heading {
		margin-bottom: 0;
	}
	
	#carousel-custom-dots {
		display: none;
	}
	
	.home-slider h3 {
	    font-size: 24px;
	}
	
	#search {
	    top: 90px;
	}
	
	.owl-carousel .owl-item .home-slide div.slide-bg {
	    background-position: left;
	}
	
	.modal {
	    right: 0;
	}
	
	.bullet {
        background-color: #FFF;
        margin: 13px 0;
        padding-top: 8px;
        padding-bottom: 10px;
    }
    
    .timeline-bullets .line, .timeline-bullets .bullet:before {
        display: none;
    }
    
    .timeline-bullets:before {
        position: absolute;
        content: "";
        width: 2px;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -1px;
        background-color: #d2b460;
    }
    
    .products-section .products-slider .owl-dots {
        bottom: -30px;
        left: 0;
    }
    
    .brand-sort-list {
        max-height: 231px;
    }
}

@media screen and (max-width: 600px) {
	.product-single-carousel .product-single-image {
		width: 100% !important;
	}
	
	.product-default .product-info {
	    position: relative;
        display: block;
        bottom: auto;
        height: auto;
        left: unset;
        right: unset;
        padding: 10px 10px 0 10px;
        min-height: 100px;
	}
	
	.product-info p {
	    margin-bottom: 0;
	    font-size: 13px;
	}
	
	.product-info .action {
	    min-height: unset;
	}
	
	.product-info .action .price {
	    font-size: 12px;
	    font-family: "Open Sans", Verdana, sans-serif;
	}
	
	.product-info .action {
	    background-color: transparent;
	    display: flow-root;
	}
	
	.product-info .add-to-cart {
	    display: none;
	}
	
	.product-info .action .action-wrapper {
	    color: #000;
        display: block;
        padding: 0;
        text-align: left;
	}
	
	.header-center .container > a img {
	    height: 58px;
        margin-top: 7px;
	}
	
	#search .section-title h2 {
	    font-size: 22px;
	}
	
	.feature-boxes-container {
        padding-right: 20px;
        padding-left: 20px;
	}
	
	.payment-methods {
	    margin: 60px auto 0;
	}
	/*.mobile-menu-toggler {
	    display: none!important;
	}
	.header-search {
	        margin-left: -10px;

	}*/
	
	.header-search input {
	    font-size: 13px;
	}
	
	.product-info .action-cart > a.action-wrapper {
	    display: block !important;
	}
	
	.desktop-only {
	    display: none;
	}
	
	.mobile-only {
	    display: block;
	}
}