@font-face {
    font-family: 'Roboto';
    src: url('/Themes/Damsmood/Content/font/Roboto/static/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/Themes/Damsmood/Content/font/Poppins/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('/Themes/Damsmood/Content/font/Jost/static/Jost-Regular.ttf') format('truetype');
    font-style: normal;
}
body {
	font-size: 13px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Poppins', sans-serif;
	color: #111111;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
a {
    color: #000;
}
a:hover {
    color: #f58220 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #000;
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
.w-100 {
    width: 100%!important;
}
.toast {
    margin-left: auto;
}
.notification-icon svg {
	float: left;
}
.indicator--open .indicator__area, .indicator--hover .indicator__area {
    background: none !important;
}
.btn {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: auto;
	height: auto;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 8px 15px 8px;
	background-color: #000;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	white-space: normal;
	font-size: 13px;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    height: auto !important;
}

.btn:hover,
.btn:focus {
	background-color: #1a1a1a;
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}
a:hover, a:focus {
    opacity: 1;
}
.topbar-dropdown--opened .topbar-dropdown__btn, .topbar-dropdown__btn:hover, .topbar-dropdown__btn:focus {
    background: inherit !important;
    color: inherit !important;
}
.site__header {
	padding: 15px 0;
}
.d-menu-col .nav-links__item-link {
    font-weight: 400 !important;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.position-fixed.zindex-fixed.w-100 {
	z-index: 102;
}
.indicator__value {
	font-size: 10px !important;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    color: #fff !important;
    background-color: #000 !important;
    text-align: center;
    width: 14px;
    height: 14px !important;
    line-height: 14px;
    right: 0;
    padding: 0 !important;
}
.nav-panel--stuck {
    position: relative !important;
}
.toast .close span {
    position: relative;
    display: block;
    text-align: right;
    right: 8px;
    font-size: 20px;
}
.notification-bar {
	text-align: center;
	position: relative;
	z-index: 5;
	background-color: #FEBFCA;
}

.notification-bar__message {
	color: #222 !important;
	font-size: 16px !important;
	padding: 8px 30px;
	font-family: 'Jost';
	display: block;
}

.block-slideshow .swiper-slide-content{
    left: 50%;
    transform: translateX(-50%);
}

.notification-bar__message:hover,
.notification-bar__message:active,
.notification-bar__message:focus,
.notification-bar__message:focus-within {
	color: #222;
	text-decoration: none;
}

.close-announcement {
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	right: 40px;
	top: 14px;
	height: 25px;
	width: 25px;
	line-height: 22px;
	color: #fff;
}
.close-announcement .anm {
    font-size: 20px;
    color: #222;
}

.anm-times-l:before {
    content: "X";
}
.store-logo img {
    display: block;
    max-width: auto;
    max-height: 65px;
}
.collection-grid-item img {
    max-width: 100%;
    display: block;
}
.collection-grid-item .details {
    opacity: 1;
    visibility: visible;
    height: auto;
    top: auto;
    width: auto;
}
.collection-banners .collection-grid-item {
    position: relative;
    overflow: hidden;
}
.collection-banners.style1 .collection-grid-item .details {
    top: auto;
    width: auto;
    text-align: center;
    display: block;
    padding: 15px;
    position: absolute;
    background-color: #fff;
    color: #000;
    width: 50%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 30px;
    right: 0;
}

.banner-item.first {
    margin-bottom: 20px;
}
.collection-banners .details .title {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.collection-banners .details p {
    margin: 5px 0 0;
}
.collection-banners .details .btn {
    font-size: 12px;
    padding: 5px 15px;
    margin-top: 10px;
}

.iconset, .mobile-header__menu-button {
	display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 30px;
    height: 42px !important;
    display: flex;
    align-items: center;
    border: none;
    font-size: 18px !important;
    color: #000 !important;
    margin-left: 12px;
    background: none;
}
.topbar {
    background: none !important;
}
.indicator__area {
    padding: 0px !important;
}
.icon__set-menu {
    display: flex;
    justify-content: right;
}
[dir=ltr] .topbar-dropdown__btn {
    padding-left: 6px !important;
}
.collection-grid-item .img {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.collection-grid-item img {
    max-width: 100%;
    transition: all 300ms linear;
}
.collection-grid-item img:hover {
    transition: all 300ms linear;
    transform: scale(1.035) rotate(0.05deg);
}
.product-card__rating-legend {
    display: none;
}
.product-card__rating, .product-card__info .rating__body {
    justify-content: center;
}
.product-card__info, .product-card__prices {
    text-align: center;
	width: 100%;
}
.block-products-carousel[data-layout^="grid-"] .product-card .product-card__actions {
    text-align: center;
}
.imgBanner-grid-item {
    height: 390px;
}
.banner-item img {
    display: block;
    width: 100%;
}
.collection-banners .details {
    background-color: #fff;
    color: #000;
    width: 50%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 30px;
    right: 0;
    padding: 20px;
    text-align: center;
    position: relative;
}
.collection-banners .details .title {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.col__inner {
    bottom: 150px !important;
}
.section {
    padding-bottom: 50px;
}
/* ======================== search Modal ======================== */
.seacrh__btn--modal {
    background-color: none;
}


.nav-panel__row {
    justify-content: center;
    position: static;
}


#seacrh__model__gx {
    z-index: 10400;
    top: 0;
    width: 100%;
}

#seacrh__model__gx .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background-color: white;
}

#seacrh__model__gx .modal-content {
    top: 0;
    width: 100%;
    box-shadow: none;
    padding: 30px 70px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.products-list .product-card .product-card__info {
    display: flex;
}

.modal-backdrop {
    display: none;
}

#seacrh__model__gx .modal-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}




.wishlist-page .products-list__body {
	justify-content: unset;
}
#seacrh__model__gx .modal-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.search__button--type--submit {
    background-color: transparent;
    border: 0;
    outline: 0;
}

.seacrh__allview {
	background-color: transparent;
	border: 0;
	outline: 0;
}

.wishlist-qty {
 left: 22px !important;
 top: 3px;
 }

 .cart-qty {
left: 15px !important; 
top: 3px;
}
.search__button--type--submit i {
	font-size: 20px;
}

.icon__set-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#seacrh__model__gx .search__input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid black;
    padding: 5px;
}

.standart>li>a {
	text-wrap:nowrap;
}

.iconset, .mobile-header__menu-button {
	width: unset;
}

.mobil__col,
.mobil__menu,
.mobil__menu--btn {
    display: none;
}

.desktop__col {
    display: block;
}

.mobil__menu--btn {
    width: 30px;
    height: 20px;
    background-color: transparent;
    margin-right: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.mobil__menu--btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;

}

.mobil__menu--btn span::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 3px;
    background-color: white;
    top: 0;
    left: 0;
}

.mobil__menu--btn span::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 3px;
    background-color: white;
    bottom: 0;
    left: 0;
}

/* ======================== search Modal ======================== */

.topbar {
    background: none;
}
.dropcart__buttons a{
    border-radius: 0px;
    letter-spacing: 0;
}
.social-links__link--type--facebook, .social-links__link--type--instagram {
    background: #000;
}
.footer-newsletter__form {
    display: block;
}
.site-footer .site-footer__widgets h5 {
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.footer-links__list {
    line-height: 23px;
}
.footer-links__list a {
    font-size: 13px;
    color: #111;
}
.site-footer {
    color: #111111;
    background-color: #f5f5f5;
    border-top: 1px solid #ffffff;
}
.footer-newsletter__text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
}
.footer-contacts__contacts li p{
    margin-bottom: 0;
    font-size: 13px;
}
.form-control {
    font-size: 13px;
}
.site-footer__bottom {
    background: #f1f1f1;
    color: #111111;
    clear: both;
    padding: 15px 0;
    border-top: 1px dotted #eeeeee;
}
.block-slideshow--layout--full {
    margin-top: 0;
}
.totop__button, .block-slideshow .owl-carousel .owl-dot.active, .product-card:hover .product-card__quickview,.layout-switcher__button--active, .layout-switcher__button--active:hover,
.block-header__arrow:focus, .block-header__arrow:hover, .input-check__input:checked ~ .input-check__box, .input-radio__input:checked ~ .input-radio__circle {
    background: #222;
    border-color: #222;
}
.input-check__input:checked ~ label {
    border-color: #222 !important;
}
.totop__button {
    color: #fff;
}
.product-card:hover::before {
    -webkit-box-shadow: 0 0 0 2px rgb(255 255 255) inset;
    box-shadow: 0 0 0 2px rgb(255 255 255) inset;
}
.product-card .product-card__info {
    display: contents;
}
.collection-banners.section {
    margin-top: 85px;
}
.grid-masonary.banner-grid {
    margin-bottom: 50px;
}
.product-card__buttons {
    z-index: 99;
    width: 30px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -12px;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 1;
    display: none;
}
[dir=ltr] .dropcart__product-remove, .dropcart__product-remove svg {
    fill: #fff;
}
.share-info.generalMarginSupporter, .products-list__item .product-card.product-card .product-card__buttons{
    display: none;
}
.product-card--hidden-actions:hover {
    margin-bottom: 0px !important;
}
.product-card__buttons button {
    width: 30px !important;
    height: 30px !important;
    background: #222;
    padding: 0;
}
.btn-light, .btn-light.disabled, .btn-light:disabled {
    fill: #3d464d;
}
.product-card__buttons button:hover {
    -webkit-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    background: #3d464d;
    fill: #ffffff;
}
.product-card__buttons button:hover .btn-light {
    fill: #ffffff;
}
.btn-secondary {
    color: #fff;
    fill: #fff;
}
.product-card__buttons button {
    padding: 0 !important;
}
.default__btn--line {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    min-width: auto;
    max-width: 200px;
    padding: 0;
    height: 40px;
    line-height: 38px;
    letter-spacing: 1px;
    font-size: 16px;
}
.product__actions-item i {
    color: #000;
}
.topbar-link {
    padding: 8px 0 8px 45px;
}
.nav-links__submenu--open {
    top: inherit;
}

.menu__box {
    position:relative;
    background-color: red;
    width: 100%;
    height: 500px;
    display: none;
}

.menu__box.active {
    display: block;
}
.product-gallery__carousel-item--active {
    -webkit-box-shadow: 0 0 0 2px #222 inset;
    box-shadow: 0 0 0 2px #222 inset;
}
.input-radio-label__list .outofstock {
    position: relative;
}
.input-radio-label__list .outofstock span {
    color: #0000003b;
}
.input-radio-label__list .outofstock:before {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #00000036;
    content: '';
    bottom: 13px;
    position: absolute;
    width: 100%;
    height: 2px;
    content: '';
    transform: rotate(41deg);
    left: 0;
    right: 0;
}
.order-buttons .btn-outline-primary.btn-sm, .order-buttons .btn-outline-secondary.btn-sm {
    border-color: #000000;
    color: #ffffff;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}
.cart-table__column--remove .btn-sm.btn-svg-icon i {
    top: 0px;
    right: 2.5px;
}
.product-card__info .product__options .input-radio-label {
    display: flex;
    justify-content: center;
}
.product-card__info .product__options {
    display:none;
}

.no-stock {
	position: absolute;
	top: 45%;
	width: 100%;
	display: flex;
	justify-content: center;
}

	.no-stock #inStock {
		background: #ff0000;
		font-size: 14px;
		width: 80%;
		left:auto;
	}

	.banner-content-wrap {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		z-index: 2;
		display: flex;
		flex-direction: column;
		padding: 3rem 0rem 0rem 3rem;
		text-align: left;
		align-items: start;
		justify-content: start;
	}
	
	.banner-wrapper, .banner-top-right {
		position: relative;
		display: block;
	}
	
	.banner-top-right.upper {
		margin-bottom: 20px;
	}
	.banner-image-wrap, .instagram-wrap .owl-item {
		position: relative;
		overflow: hidden;
	}
	.banner-image img, .instagram-wrap img {
		display: block;
		width: 100%;
		height: auto;
		transition: -webkit-transform .5s cubic-bezier(0,0,.44,1.18);
		transition: transform .5s cubic-bezier(0,0,.44,1.18);
	}
	.banner-wrapper:hover .banner-image img, .instagram-wrap .owl-item:hover img {
		transform: scale(1.09);
	}
	 .banner-subtitle {
		color: #222222;
		font-size: 28px;
		font-weight: 400;
		font-family: 'Jost', sans-serif !important;
	}
	.banner-title {
		font-size: 38px;
		line-height: 1em;
		font-family: 'Jost', sans-serif !important;
	}
	.banner-content-text {
		color: #555555;
		font-size: 18px;
		margin-top: 8px;
		font-family: 'Jost', sans-serif !important;
	}
	.banner-button {
		margin-top: 45px;
	}
	a.btn-style-outline, .video-warapper .rte-setting a {
		padding: 6px 25px 6px 25px;
		border-color: #222222;
		color: #222222;
		font-size: 15px;
		border: 1px solid;
		font-family: 'Jost', sans-serif !important;
		cursor: pointer;
	}
	a.btn-style-outline:hover, .video-warapper .rte-setting a:hover {
		color: #FFFFFF !important;
		background-color: #222222;
	}
	.banner-slider-title {
		text-align: center;
		display: block;
		width: 100%;
		margin-bottom: 30px;
		margin-top: 60px;
	}
	.banner-slider-title h2{
		font-size: 38px;
		color: #222222;
		font-family: 'Jost', sans-serif !important;
	}
	.three-banner-title {
		margin-bottom: 40px;
		display: block;
		text-align: center;
	}
	.categories-description, .explore-now{
		font-weight: 500;
		margin-top: 22px;
		text-transform: uppercase;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: flex;
		justify-content: center;
	}
	.categories-description h4, .explore-now a {
		font-size: 16px;
		color: #222222 !important;
		position: relative;
		width: fit-content;
		font-family: 'Jost', sans-serif !important;
	}
	.categories-description h4:before, .categories-description h4:after, .explore-now a:after, .explore-now a:before {
		border-bottom: 1px solid #e5e5e5 !important;
		bottom: -3px !important;
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
	}
	.categories-description h4:before, .explore-now a:before {
		transform-origin: right;
		transform: scaleX(1) translateZ(0);
		transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	}
	.categories-description h4:after, .explore-now a:after{
		transform-origin: left;
		transform: scaleX(0) translateZ(0);
		transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.banner-slider-module .item:hover .categories-description h4:before, .explore-now a:hover:before{
		transform: scaleX(0) translateZ(0);
		transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		border-bottom-color: #222222 !important;
	}
	.banner-slider-module .item:hover .categories-description h4:after, .explore-now a:hover:after {
		transform: scaleX(1) translateZ(0);
		transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		border-bottom-color: #222222 !important;
	}
	.shopping-centre {
		padding: 25px 22px 25px 22px;
		background-color: #F9EBFA;
		margin-bottom: 60px;
		margin-top: 25px;
	}
	.shopping-centre a.btn-style-outline {
		border: 2px solid;
	}
	.shopping-centre img {
		margin-right: 18px;
		max-width: 25px;
		height: 25px;
		margin-top: 4px;
	}
	.shopping-centre span {
		font-size: 26px;
		color: #222222;
		display: flex;
		font-family: 'Jost', sans-serif !important;
		justify-content: center;
	}
	.shopping-centre a {
		margin-left: 25px;
	}
	.explore-now a:after, .explore-now a:before {
		border-bottom: 2px solid #222222 !important;
	}
	.center-banner-wrap {
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 80px;
		margin-bottom: 80px;
	}
	.center-banner-wrap img {
		margin-bottom: 24px;
		width:100%;
	}
	.center-banner-wrap h4 {
		font-size: 30px;
		font-family: 'Jost', sans-serif !important;
		font-weight: 400;
	}
	.center-banner-wrap p {
		font-size: 18px;
		color: #777777;
		font-family: 'Jost', sans-serif !important;
	}
	.center-banner-wrap a {
		font-size: 15px;
		font-family: 'Jost', sans-serif !important;
	}
	.bottom-banner-wrap {
		position: relative;
		margin-bottom: 120px;
	}
	.bottom-banner-writing-wrap {
		top: 157px;
		right: 68.989px;
		position: absolute;
	}
	.bottom-banner-writing {
		padding: 55px 50px 80px 50px;
		background-color: #DBF2F8;
	}
	.bottom-banner-writing  h4 {
		color: #222222;
		font-size: 58px;
		font-weight: 300;
		font-family: 'Jost', sans-serif !important;
		margin-bottom: 18px;
	}
	.bottom-banner-writing  p {
		color: #777777;
		font-size: 22px;
		font-family: 'Jost', sans-serif !important;
		line-height: 1.3em;
	}
	.explore-now-bottom {
		display: block;
		margin-top: 40px;
	}
	.bottom-banner-writing  a {
		padding: 5px 20px 5px 20px;
		background-color: #222222;
		color: #fff !important;
		font-family: 'Jost', sans-serif !important;
		font-size: 16px;
	}
	.center-wiriting-wrap {
		display: flex;
		justify-content: center;
		margin-bottom: 100px;
		width: 100%;
	}
	.center-wiriting-box {
		text-align: center;
		max-width: 658px;
	}
	.center-wiriting-box h2 {
		font-size: 38px;
		font-family: 'Jost', sans-serif !important;
		line-height: 1.5em;
		margin-bottom: 0.5rem;
		font-weight: 400;
	}
	.center-wiriting-box p, .insta-name {
		font-size: 18px;
		font-family: 'Jost', sans-serif !important;
		margin-bottom: 30px;
		line-height: 35px;
	}
	.insta-name {
		color: #777777;
		margin-bottom:40px;
	}
	.instagram-wrap {
		text-align: center;
		margin-top: 85px;
		width: 100%;
	}
	
	.instagram-wrap .item:hover:before {
		opacity: 0.5;
	}
	.instagram-wrap .item:after {
		position: absolute;
		left: calc( 50% - 16px );
		top: calc( 50% - 16px );
		color: #ffffff;
		font-size: 32px;
		font-weight: 600;
		line-height: 1;
		opacity: 0;
		transition: opacity 0.3s;
		z-index: 1;
	}
	.instagram-wrap .item:hover:after {
		opacity: 1;
	}
	.heading-title {
		font-size: 38px;
		font-weight: 400;
		font-family: 'Jost', sans-serif !important;
		line-height: 1.2;
	}
	.newlestter-wrapper {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
	.newlestter-wrapper .row {
		text-align: center;
		width: 50%;
		margin: 0 auto;
	}
	.footer-newsletter__text h3 {
		font-size: 30px;
		font-family: 'Jost', sans-serif !important;
		font-weight: 400;
		margin-bottom: 13px;
	}
	.footer-newsletter__text p {
		font-size: 16px;
		color: #777777;
		margin-bottom: 24px;
		font-family: 'Jost', sans-serif !important;
	}
	.newsletter-input {
		width: 79%;
		height: 46px;
		border: 2px solid;
		font-family: 'Jost', sans-serif !important;
		border-color: #222222;
		padding-left: 15px;
	}
		.footer-newsletter__form-button {
			width: 19%;
			height: 46px !important;
			border-color: #222222 !important;
			border: 2px solid;
			font-family: 'Jost', sans-serif !important;
			font-size: 13px !important;
			background: #222222 !important;
			color: #fff !important;
			border-radius: 0;
			vertical-align: inherit;
			line-height: 34px !important;
			font-weight: 500 !important;
			margin-left: 5px !important;
		}
	.footer-newsletter__form-button:hover {
		border-color: #000;
		background: #000;
	}
	.newlestter-wrapper .footer-newsletter__form {
		display: flex !important;
	}
	.newlestter-wrapper input:focus {
		border-color: #000;
	}
	.video-warapper {
		background-color: #F6ECEB;
	}
	.video-warapper .rte-setting a {
		background: #f6eceb;
	}
	
	.video-warapper .rte-setting a:hover {
		border-color: #f6eceb;
	}
	
	.video-warapper .custom-text h3 {
		font-size: 38px;
		color: #222222;
		font-weight: 400;
		font-family: 'Jost';
		margin-bottom: 30px;
	}
	
	.video-warapper .rte-setting p {
		color: #222222;
		font-family: "Jost", Sans-serif;
		font-weight: 400;
		font-size: 16px;
		margin-bottom: 30px;
	}
	
	.video-warapper .custom-text {
		padding: 0 12% 0 15%;
	}
	.shopping-centre-wrap {
		width: 100%;
	}
	.banner-slider-module {
		width: 100%;
	}
	.banner-slider-module .icon-instagram {
		position: absolute;
		font-size: 32px;
		font-weight: 600;
		color: #fff;
		left: calc( 50% - 16px );
    	top: calc( 50% - 16px );
		z-index: 2;
		display: none;
	}
	.banner-slider-module .owl-item .item:hover .icon-instagram {
		display: block;
	}
	.instagram-wrap .banner-slider-module .owl-item .item:hover img {
		filter: brightness(0.5);
	}

	.product-slider {
		padding-bottom: 0;
		padding-top: 70px;
	}
	.footer-logo-box .logo img {
		width: auto;
		margin-bottom: 25px;
	}
	.top-extra-bar-wrap {
		border-bottom: 1px solid #e5e5e5;
	}
	.top-extra-bar {
		width: 100%;
		padding-top: 10px;
        padding-bottom: 10px;
	}
	.top-extra-bar .extra-link {
		float: right;
		text-align: right;
	}
	.top-extra-bar .extra-slogan {
		float: left;
	}
	.top-extra-bar .extra-link a, .top-extra-bar .extra-slogan p {
		font-size: 15px;
		color: #222;
		font-family: 'Jost';
		margin-bottom: 0;
	}
	.top-extra-bar .extra-link a:last-child, .top-extra-bar .extra-link a:nth-child(2) {
		margin-left: 15px;
	}
.cart-icon-wrap, .cart-icon-wrap ul{
	width: 100%;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px 0 5px 0;
}
.cart-icon-wrap ul li{
	width: 25%;
	padding: 5px;
	float: left;
	text-align: center;
}
.cart-icon-wrap ul li i{
	width: 100%;
    display: inline-block;
    font-size: 38px;
    margin-bottom: 7px;
    color: #818181;
}
.cart-icon-wrap ul li span{
	width: 100%;
	display: inline-block;
	color:#777;
	font-size: 15px;
	font-family: 'Jost';
}
.products-list[data-layout^="grid-"] .product-container .product-image .hover, .products-list[data-layout^="grid-"] .product-container .product-image {
    padding: 0 !important;
}
.grid-products .item .product-image:hover .hover:not(.variantImg) {
    visibility: hidden;
}
#filter-Clears {
	background-color: #222 !important;
	border-color: #222 !important;
}
.layout-switcher__button {
    font-size: 25px !important;
}
.products-list[data-layout="list"] .cart-box {
	display: none;
}
.products-list[data-layout="list"] .product-container:hover .product-price {
    opacity: 1;
    transform: translateY(0);
    transition: .3s all;
}
.form-fields .form-floating > label {
	padding: 0 25px;
}

.footer-bottom {
	background: #ffffff;
	color: #111111;
	clear: both;
	padding: 15px 0;
	border-top: 1px dotted #eeeeee;
}

.footer-bottom .payment-icons {
	color: #111111;
	float: right;
	font-size: 30px;
	line-height: 30px;
	text-align: right;
}
.list--inline li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.list--inline li::marker {
    display: none;
}
.anm {
    font-family: annimex-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-bottom .copytext {
	float: left;
	line-height: 30px;
}
.footer .about-us-col img {
	margin-bottom: 20px;
}

.footer {
padding: 40px 0 0 0; 
}
.footer .social-icons li {
	padding-right: 10px;
}

.footer .social-icons li a {
	color: #111;
	font-size: 14px;
}
.footer .footer-top .h4 {
    color: #222;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'Jost';
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.footer-contacts__contacts li p {
    font-size: 16px;
    font-family: 'Jost';
    color: #777777;
}
.footer .footer-top {
    color: #111111;
    background-color: #f5f5f5;
    border-top: 1px solid #ffffff;
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer-contacts__contacts li {
    width: 100%;
    margin-bottom: 10px;
}
.footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin: 5px 0;
}

.footer-links a {
	color: #777777;
    font-size: 16px;
    font-family: 'Jost';
}

.footer-links a:hover {
	color: #000000 !important;
}

.footer-links a:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 3px;
	vertical-align: middle;
	background-color: #111111;
}

.footer-links a:hover:before {
	width: 4px;
	margin-right: 3px;
}
.footer-top ul:first-of-type {
    list-style: none;
	padding-left: 0;
}
.social-links__link--type--facebook, .social-links__link--type--instagram, 
.social-links__link--type--twitter, .social-links__link--type--youtube {
    background: initial;
}
.list--inline {
    padding: 0;
    margin: 0;
}
.container {
    width: 100%;
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}
.document {
    border: none;
    border-radius: 0;
    padding: 0;
}
.site__header {
    background-color: #ffffff;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e5e5;
}
#site-scroll {
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    font-size: 13px;
    width: 40px;
    height: 40px;
    right: 30px;
    position: fixed;
    text-align: center;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    bottom: 100px;
    z-index: 444;
    display: block;
    background: #222222;
}
img {
    max-width: 100%;
}
.footer .whatsapp {
    position: fixed !important;
    right: 25px !important;
    bottom: 80px !important;
    border-radius: 100% !important;
    height: 48px !important;
    width: 48px !important;
    background-image: linear-gradient(to right, #2db06d 0%, #2bd269 51%, #1D976C 100%);
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white !important;
    display: block;
}
.footer .whatsapp i {
	font-size: 32px;
}
.nav-panel {
    background: initial;
    box-shadow: none;
}
a:hover {
	color: #222 !important;
}
.newlestter-wrapper .footer-newsletter__form {
    max-width: 100%;
}
.product-card:hover .product-card__quickview:not(.product-card__quickview--preload) {
    color: #ffffff;
}
.product-card__actions .btn-light {
    fill: #ffffff;
}
.layout-switcher__button--active, .layout-switcher__button--active:hover {
    fill: #ffffff;
    z-index: 1;
}
.products-list .product-card__info, [dir=ltr] .products-list[data-layout="list"] .product-card .product-card__actions {
	display: flex;
    align-items: center;
    justify-content: center;
}
.cart-icon-wrap ul li {
	list-style-type: none;
}
.logo a img {
    max-width: 122px;
}
.iconset .icon {
    font-size: 22px;
    vertical-align: middle;
    text-decoration: none;
}
.input-check__input:checked ~ .input-check__icon {
    fill: #fff;
}
.products-list[data-layout^="grid-"] .product-card .product-card__image, .product-card, .widget-filters__item,
.products-list[data-layout="list"] .product-card .product-card__image, .product-gallery__featured .product-image {
    padding: 0px;
}

.products-list[data-layout="grid-3-sidebar"] .products-list__item {
    width: calc(25% - 12px);
}
.products-list__item {
	border: 1px solid #ccc;
}
.product-image__img {
    object-fit: fill;
}
.product-card::before {
	content: none;
}
[dir=ltr] .filter-categories__item--child {
    padding-left: 0px;
}
.widget-filters__item {
	margin: 0;
}
.product-gallery__carousel {
    width: 15%;
    float: left;
}
.product-gallery__featured {
    width: 83%;
    float: right;
    margin-left: 10px;
}
.discount-btn label {
	opacity: 0;
}
.product-info-detail::before {
	content: none;
}
.block-products-carousel__cell .product-card__image--desktop {
	height: 100%;
}
.block-products-carousel__cell .product__car--buttons, .products-list__item .product__car--buttons{
	display: none;
}
.product-gallery__carousel .product-image, .product-gallery__carousel .owl-carousel .owl-stage, .product-gallery__carousel .owl-carousel.owl-drag .owl-item {
	width: 100% !important;
	margin-bottom: 8px;
}
.product-tabs__item--active, .product-tabs__item--active:hover {
    border-bottom-color: #222;
}
[dir=ltr] .product__meta li {
    margin-right: 0px;
    width: 100%;
    padding-top: 5px;
	font-size: 18px;
	color: #222;
}
.product__rating-legend {
    color: #222;
}
.account-page .generalTitle, .return-request-page .generalTitle, .order-details-page > .generalTitle, .order-cancel-page > .generalTitle {
    border-left: 3px solid #222222;
}
[dir=ltr] .account-nav__item--active a {
    border-left: 2px solid #222222;
}
.custom-attributes .option-list, .custom-attributes .option-list li {
	padding-left: 0;
}
.form-fields .form-floating > label {
	padding: 0;
    left: 15px;
}
.page-header__title h1 {
    font-size: 18px;
}
.product-card__name {
    margin-top: 5px;
	width: 100%;
}
.cart-box {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	text-align: center;
	transition: .3s all;
	background-color: #fff;
	left: 0;
	height: 40px;
}
.products-list .products-list__item:hover .cart-box{
	opacity: 1;
    visibility: visible;
    transform: translateY(-1px);
}
.cart-box .product-card__addtocart {
	border: none;
	background: none;
    border-bottom: 1.5px solid #e5e5e5;
    color: #222222 !important;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Jost' !important;
    line-height: 1.2;
    padding: 0;
}
.products-view .product-image__img {
    display: block;

    width: 100%;


	height: initial;
}
.products-view .product-image__body {
    min-height: 358px;
}

/* #product-details-form .product__content .product-gallery .product-gallery__carousel, #product-details-form .product__content .product-gallery .product-gallery__carousel #product-carousel,
#product-details-form .product__content .product-gallery .product-gallery__carousel #product-carousel .owl-stage-outer,
#product-details-form .product__content .product-gallery .product-gallery__carousel #product-carousel .owl-stage-outer .product-gallery__carousel-item .product-image__body
{
	height: 150px;
} */
#product-details-form .product__content .product-gallery .product-gallery__carousel {
    margin-top: 15px;
}
.product-gallery__carousel-item {
    padding: 0;
}


/**********************************
                blog  
  **********************************/
  .blog__left {
	margin-top: 53px;
  }
  
  .blog__left ul li {
	list-style-type: none;
	padding: 10px 0;
	font-size: 16px;
  }
  
  #blog-month-list {
	font-size: 16px;
  }
  
  #blog-month-list strong {
	font-size: 16px;
  }
  
  .blog__left .sidebar_widget ul {
	padding-left: 0px;
	margin: 15px 0;
  }
  
  .blog__sidebar {
	margin-top: 0px;
  }
  
  #small-search-box-form-blog {
	height: 50px;
  }
  
  #small-searchterms-blog {
	height: 50px;
  }
  
  .widget-content.product-tags-list ul li a {
	cursor: pointer;
	font-weight: 500;
	margin-bottom: 0.5rem !important;
	margin-right: 0.5rem !important;
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
  }
  
  .widget-content.product-tags-list ul li a:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
  }
  
  .blog__left .sidebar_widget h2 {
	font-size: 24px;
  
	font-weight: 700;
  }
  
  .blogsearch_box .form-control {
	font-size: 16px;
  }
  .post-body h2{
	margin-top: 20px;
  }
  .blogsearch_box .search-box-button.btnSearch i,
  .blogsearch_box .search-box-button.btnSearch p {
	float: left;
  }
  
  .blogsearch_box .search-box-button.btnSearch p {
	margin-left: 8px;
  }
  
  .blogsearch_box .search-box-button.btnSearch {
	height: 50px;
	font-size: 16px;
	color: #fff;
	background-color: #000;
	border-color: #000;
	width: 100px;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
  }
  
  .blog--list-view .article_featured-image img {
	display: block;
	width: 100%;
	height: 300px;
	max-height: 500px;
	object-fit: cover;
  
  }
  
  
  .blog-single-page .article_featured-image img {
    max-height: 400px;
    object-fit: contain;
}
  
  .blog--list-view .article {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 30px;
  }
  
  .blog--list-view .post-content {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	margin-top: 15px;
  }
  
  .blog--list-view .post-content h2.h3 {
	font-weight: 700;
	margin-bottom: 0;
	color: #000;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
  }
  
  .blog--list-view .post-content .rte a {
	color: #17a2b8;
	border-color: #17a2b8;
	background: #fff;
	border-radius: 5px;
	margin-top: 16px;
	font-weight: 500;
  }
  
  .publish-detail {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0;
	list-style: none;
	padding-left: 0;
  }
  .default__btn--w {
    width: 100%;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 6px 12px;
    font-size: 12px;
}
  .publish-detail li,
  .publish-detail a {
	font-size: 14px;
	color: #000;
  
  }
  
  .publish-detail li {
	border-right: 1px solid #17a2b8;
	padding-right: 10px;
	margin-right: 10px;
  }
  
  .publish-detail li:last-child {
	border-right: 0;
  
  }
  
  .post-content__info {
	font-size: 15px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 120px;
  }
  
  .blogbox-footer {
	margin-top: 20px;
  }
  
  .blogbox-footer a {
	font-size: 14px;
  }
  
  .blogbox-footer ul {
	margin-bottom: 0;
	padding-left: 0;
  }
  
  .blogbox-footer ul li {
	list-style-type: none;
  }
  
  .blogbox-footer a:hover {
	color: #fff;
  }
  
  .blog--list-view .post-content .rte a:hover {
	color: #fff !important;
	background-color: #17a2b8;
	border-color: #17a2b8;
  }
  
  .blog-single-page h1 {
	font-weight: 600;
	font-size: 25px;
	color: #000;
	margin: 10px 0;
  
  }
  
  .blog-comment h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 20px;
  }
  
  .new-comment {
	margin: 20px 0;
  }
  
  .comment__avatar {
	border: 2px solid #ccc;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	color: #ccc;
	margin-right: 15px;
	background-color: #cccccc3d;
  }
  
  .blog-single-page .publish-detail {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
  }
  
  .blog-post-add-comment-button {
	max-width: 300px;
	font-size: 16px;
	padding: 10px 15px;
	transition: 500ms all;
  }
  
  .blog-post-add-comment-button:hover {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	transition: 500ms all;
  }
  
  .enter-comment-text {
	height: 200px;
	margin: 15px 0;
  }
  
  .not-found-page {
	padding: 80px 0;
  }
  .error-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
  }
  
  .error-content .default__btn {
	margin-top: 25px;
  }
  
  .error-content .page-title h1 {
	 font-weight: 600;
	 font-size: 40px;
	 text-transform: uppercase;
	 margin: 20px 0;
  }
  
  .error-details {
	display: flex;
  }
  
  
  /* ==========================================================================
	 Loader and Animation styles
	 ========================================================================== */
  
	 .loader-wrapper {
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ffffff;
	  /* change if the mask should have another color then white */
	  opacity: 1;
	  z-index: 11111;
	  /* makes sure it stays on top */
	  height: 100%;
	  overflow: hidden;
  }
  
  
  /* Preloader */
  
  .sk-cube-grid {
	width: 50px;
	height: 50px;
	margin: 0px auto;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
  }
  
  .sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #000;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  }
  
  .sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
  }
  
  .sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
  }
  
  .sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
  }
  
  .sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
  }
  
  .sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
  }
  
  .sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
  }
  
  .sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
  }
  
  .sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
  }
  
  .sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
  }
  
  @-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
  }
  
  @keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
  }
  
  @media screen and (max-width:767px) {
	.blog-single-page .blog-filter {
	  display: none !important;
	}
  
	.blog-single-page {
	  margin-top: 0 !important;
	}
  
	.blog-post-add-comment-button {
	  max-width: 100%;
	}
  }
  
  @media (min-width: 992px) {
	.blogclosemobileMenu {
	  display: none;
	}
  
  }
  
  @media (max-width: 991.98px) {
  
	.blogclosemobileMenu {
	  display: block;
	  display: flex;
	  justify-content: flex-end;
  
	}
  
	.blogclosemobileMenu span {
	  background-color: #000;
	  color: #fff;
	  margin: 15px 15px 0;
	  width: 25px;
	  height: 25px;
	  border-radius: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
  
	.blog__sidebar {
	  margin-top: 0px;
	}
  
	.blog__left_mobile {
	  background: #000000d9;
	  display: none;
	  width: 100%;
	  height: 100%;
	  z-index: 999;
	  position: fixed;
	  top: 0;
	}
  
	.blog_menu_mobile {
	  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	  left: -100%;
	  transition: 0.5s;
	  position: fixed;
	  height: 100%;
	  z-index: 9999;
	  max-width: 300px;
	  width: 100%;
	  background: #fff;
	  padding-left: 15px;
	  padding-top: 20px;
	  top: 0;
	  margin-top: 0;
	}
  
	.mobile-blog__menu-button {
	  text-align: center;
	  margin: 15px 0;
	  max-width: 200px;
	  display: block;
	  font-size: 16px;
	}
  }
  
  /**** blog css son ****/

  .topbar__list {
	list-style: none;
    margin: 0;
    padding: 0;
  }
  #topbar__login .topbar__list li {
    padding: 5px 6px;
    font-size: 14px;
}
#account__dropdown li {
	text-align: left;
	font-size: 14px;
	padding: 8px 15px;
}
.products-list[data-layout="grid-4-full"] .product-image__body {
    padding-bottom: 0;
    height: 450px;
}
.product-card__quickview {
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    z-index: 2;
    position: absolute;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
    fill: currentColor;
    padding: 7px;
    cursor: pointer;
    top: 0;
    background: transparent;
    color: #ccc;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
    transform: initial;
}
.products-list[data-layout="grid-4-full"] .products-list__item {
    padding: 0px !important;
}
.product-card__wishlist svg {
    padding: 6px 7px 6px 6px;
}
.product-card--hidden-actions .product-card__wishlist, .product-card--hidden-actions .product-card__quickview {
    border-color: #0000 !important;
    border-radius: 100%;
	margin-top: -3px;
    right: 10px;
}
.products-list[data-layout^="grid-"] .product-card .product-card__actions {
    justify-content: center;
    margin-bottom: 10px;
}
.products-list[data-layout="list"] .products-list__item {
    padding: 0px 0;
}
.topbar__mood {
	display: none;
}
.default__btn:hover {
    color: var(--text-white-color) !important;
}
.product-gallery__zoom {
    top: 14px;
    margin-right: 15px;
    width: 45px;
    height: 50px;
}
.product-tabs--stuck .product-tabs__list-body {
	position: relative;
    animation: none;
}
#footer-newsletter-address {
    border: 1px solid #000;
}
.products-view__options .view-options__layout {
position: absolute;
right: 210px;
}
 .layout-switcher__button {
    margin-right: 5px;
    height: 42px;
}
.product-card--hidden-actions:hover .product-card__quickview {
    transition: 0ms all;
}
.product-gallery__carousel {
    display: block;
}
.product-gallery__carousel .owl-stage {
    min-width: initial;
}
.product-gallery__carousel .product-image {
    border: 1px solid;
}
.product__actions-item--wishlist button {
	border: none;
	background-color: #fff;
}
.product__meta {
    padding-left: 0;
    list-style: none;
}
.product__option-label {
    margin-top: 10px;
}
.product__actions-item--wishlist {
    height: 40px;
}
.burger-menu {
	width: 20px;
	height: 14px;
	margin-right: 5px;
	top: 4px;
}
#products-orderby option:focus {
	background-color: #fff;
}
.btn-sm.btn-svg-icon {
	padding: 20px 25px 20px 15px;
}
.wishlist-page .product-card__delete {
    left: initial;
    right: 0;
    border: 0;
	font-size: 16px;
	line-height: 0;
	top: 4px;
}
.toast .close span {
	right: 0;
}
.product__rating {
	display: none;
}
.product-card__wishlist svg {
  width: 40px;
  height: 40px;
  padding: 5px 12px 15px 0px;
 }

 .dropcart__product-image {
	width: fit-content;
	height: fit-content;
 }
 .dropcart__product-image {
	border-radius: 0;
 }
.product-card__wishlist.wishlistbtn {
	background-color: transparent;
}
.page.wishlist-page {
	margin-bottom: 20px;
}
.toast-body {
    font-size: 13px;
}
.toast-body a {
    margin-left: 4px;
}
.default__bg:hover {
    color: var(--text-white-color) !important;
}
.breadcrumb {
	justify-content: flex-start;
}
.breadcrumb-item {
	font-size: 12px;
}
/* .form-floating>label {
    left: 0;
	position: unset !important;
	display: block;
	margin-bottom: 8px;

} */
.form-fields .form-floating > label {
    background: #fff;
}
form:not(.footer-newsletter__form) .form-floating .form-control {
    padding: 10px 15px 6px 15px;
	margin-bottom: 20px;
}
.products-list[data-layout="grid-4-full"] .products-list__item {
    width: calc(25% - 10px);
    margin-right: 10px;
	margin-bottom: 10px;
}
/* .form-floating>label {
	position: absolute;
    left: 27px !important;
    transform: initial !important;
	top: -12px !important;
	background: #fff;
} */
.address--box--content {
    z-index: 2;
    position: relative;
}


.block-slideshow--layout--full .block-slideshow__body, .block-slideshow--layout--full .block-slideshow__slide {
    height: 100% !important;
}
@media (min-width: 767.98px){
.block-slideshow--layout--full .block-slideshow__body, .block-slideshow--layout--full .block-slideshow__slide {
    height: 100% !important;
}
}


@media (min-width: 767.98px){
.block-slideshow--layout--full .block-slideshow__body, .block-slideshow--layout--full .block-slideshow__slide {
    height: 100% !important;
}
}

.tab__section {
    background-color:transparent;
    padding: 40px 0;
    margin: 0;
}

.tab__section .block-header__title ,
.tab__section .block-header__arrows-list{
	display: none;
}

.block-header__group--active, .block-header__group--active:focus, .block-header__group--active:hover,.block-header__group:focus, .block-header__group:hover {
	border-radius: 0;
}

.product-card__rating {
	display: none;
}

.block-header__group--active, .block-header__group--active:focus, .block-header__group--active:hover, .block-header__group:focus, .block-header__group:hover {
	background-color: black;
	color: white;
}

.block-products-carousel__cell .product-card__image {
    border-radius:0;
}

.products-list__body .product-card__image.product-image {
    min-height: 380px !important;
}

.tab__carusel--all {
	display: none;
}

.footer .social-links__item i {
	color: black;
}

.footer-bottom {
	background-color: #F5F5F5;
}

.categories-container {
	max-width: 1650px !important;
    margin: auto;

}

.catalogsidebar__close-btn {
	border: 0;
	background-color: transparent;
}

.category-page .product-card__quickview {
	display: none;
}
.productBox-carousel 
 {
	margin-bottom: 100px;
 }

 .footer .footer-top 
 {
	border: 0;

 }

 .product-card__quickview {
	display: none;
 }
 .product-card .product-card__wishlist{
	opacity: 1;
 }

 .col.mb-1.fromCheckWrp.newAdressBtn button {
	border: 0;
 }

 #PayTRCreditCardInfoModel .form-floating>label {
	position: unset;
	display: block;
	margin-bottom: 10px;
 }

 .product__quantity {
	width: 33%;
	min-width: 136px;
 }

 .product__actions-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
 }

 .product__actions-item--wishlist {
	display: flex;
	align-items: center;
	justify-content: center;
 }

 .continue-shopping-button {
	padding: 10px 18px  !important;
		width: auto !important;
 }
 @media screen and (max-width:767px) {
	.social-icons {
		display: flex;
		justify-content: center;
	}
	
	.insta-wrapper {
		margin: auto !important;
	 }
	 .products-list[data-layout="grid-4-full"] .product-image__body{
		height: 300px;
	 }

	 button.btn.continue-shopping-button {
		padding: 10px 18px  !important;
		width: auto !important;
	 }

	 #addressInfo .card-header {
     margin-bottom: 20px;
 }
 .shopping-cart-container .cart-table__body td {
    padding: 10px 10px !important;
}

.cart-table__column--remove {
    position: absolute;
    top: -6%;
	right: 0;
}
 }

 .search__body .logo {
	margin-top: 5px;
 }

 .product__content {
	grid-template-columns: [gallery] calc(50% - 0px) [info] calc(50% - 0px);
    grid-template-rows: auto auto auto auto auto;
    grid-column-gap: 35px;

 }
 .owl-carousel .owl-item .product-image--location--gallery .product-image__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: translateX(-50%) translateY(0%);
 }

 #product-details-form .product__content .product-gallery .product-gallery__carousel {
	margin-top: 0 !important;
 }

 .product-gallery__carousel .product-image {
	border: 0;
 }

 .products-view .product-image__img {
	height: 600px;
	object-fit: contain;
 }

 .products-list[data-layout="grid-4-full"] .product-image__body {

	height: 600px;
 }

 .view-options__layout {
	display: none;
 }

 ::-webkit-scrollbar {
    width: 20px;
    background: rgba(128, 128, 128, 0.438);
}

::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 30px;

}

::-webkit-scrollbar-track {
    background: rgba(128, 128, 128, 0.465);
}

.footer .social-icons li:hover i {
	color: black;
}

.footer-bottom-box {
	border-top: 1px solid #0000001e;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom-box img {
	object-fit: contain;
}

.footer-newsletter__form-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cd-top {
	background-color: rgba(0, 0, 0, 0.263);
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: fixed;
	bottom: 100px;
	z-index: 9;
	right: 30px;
	display: flex;
	align-items: center;
	justify-content:center;
}

.cd-top svg {
	fill:white
}

.footer .social-links__item {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
    justify-content: flex-start;
	
}

.social-links__link {
	width: 100%;
	display: inline;
   height: 100%;
   text-decoration: underline;
   font-weight: 500;
}

.footer .social-links__item i {
	margin-right: 5px;
}
.offer-none {
    height: 0;
    z-index: -1;
    margin: 0 !important;
}
@media screen and (max-width:767px) {
	.footer-bottom-box{
    flex-direction: column;
	}
	.footer-newsletter__form-button {
		width: 40% !important;
		line-height: 30px;
		padding: 0;
	}

	.block-products-carousel[data-layout^="grid-"] .product-card .product-card__image {
		height: auto;
	}
	.block-products-carousel[data-layout^="grid-"] .product-card .product-card__actions {
	flex-direction: column;
	}
	.tab__section .block-products-carousel__cell .product-card {
		margin-bottom: 80px !important;
		padding: 10px;
	}
	.products-view .product-image__body ,.products-list[data-layout="grid-4-full"] .product-image__body {
		min-height: 300px;
		height:300px;
	}
	[dir=ltr] .account-nav__item--active a {
		border-left:0;
   }
}

.edit-info .form-floating>label {
	background-color: transparent;
}

.add-address-button {
	border: 0;
	background-color: transparent;
}

.account-page .generalTitle {
	border-left:0;
	padding: 0;
}

.search__list--box {
	list-style: none;
    width: 100%;
	margin-top: 50px;
}
.search__list--box h2 {
	font-size: 15px;
}

.suggestions__fast-search-categories {
	list-style: none;
}

.modal__quicky-world  {
	display: none !important;
}

.suggestions__categories {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.suggestions__categories::marker,.search__list--box--category ,.search__list--manufecturer  {
	display: none;
}
.suggestions__categories li {
border: 1px solid black;
padding: 10px;
border-radius: 5px;
}

.search--location--header .search__suggestions {
	padding: 0;
}

.totop {
	display: flex;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    border: 0;
    bottom: 10px;
    z-index: 999;
}

.totop button {
	right: 100px;
}


.products-list[data-layout^="grid-"] .product-card .product-card__image {
     height:unset;
}

#small-search-box-form {
	width: 100%;
	flex-direction: column;
}

.search__form-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 12px;
}

#product-details-form .color-squares {
 margin: 0;
 padding: 0;
}

#product-details-form .color-squares li a {
	width: auto;
	height: auto;
	margin-bottom: 5px;
}

#product-details-form .color-squares li  .color-squares-title {
	font-weight: 600;
	color: #999;
	display: block;
	margin-bottom: 15px;
}
#product-details-form .color-squares li {
    position: relative;
    border: none;
    height: auto;
    width: auto;
    margin: 3px 5px;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.selectedProduct .image-container--product img {
	border:2px solid black !important;
}

.products-list[data-layout="grid-4-sidebar"] .products-list__item{
	padding: 0;
}
.wishlist-page .products-list__body{
	gap: 20px;
}

.accordion-contact::after{
	display: none;
}
.product-tabs .block-header__title{
	text-decoration: none;
}
.product-tabs .block-header__arrow:hover,
.product-tabs .block-header__arrow:focus{
	background: #8a8ac82b;
	border-color: unset;
}
.product-tabs .block-header__arrow:focus, 
.product-tabs .block-header__arrow:hover{
	fill: unset;
}
.product-gallery__zoom, .productdetail__size{
	display: none;
}

.tags__list a:focus, 
.tags__list a:hover{
	background: unset;
    border: 1px solid unset;
}

.menuback {
	background-color:rgb(0 0 0 / 74%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

#mobile-password-box {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
}

#mobile-password-box .mobile-account {
	color: black;
}
.nav__subbox--list.nav-sub-1 {
	padding:0 !important;
}
.nav__subbox--list.nav-sub-2 {
	left: 250px !important;
}
.wishlist-page .default__btn--line, #ProductInventoryInStore {
	border: none;
}
.accordion-header svg {
	display: block !important;
}
.products-view__list.products-list .product-image__img {
	height: initial;

}
.block-products-carousel[data-layout^="grid-"] .product-card .product-card__image {
    height: 500px;
}
.productdetails__box {
	justify-content: start;
    flex-direction: row;
}
.productdetails__cart {
	width: auto;
}
.productdetails__box .product__actions-item--addtocart {
    gap: initial;
}
.form-group.product__option .product__option-label {
    margin-top: 0px;
}
.wishlist-page .products-list[data-layout="grid-4-sidebar"] .products-list__item {
    width: calc(23% - 0px);
}

.badge-box {
	top: 18px;
	left: 18px;
	position: absolute;
}


.shopping-cart-container .product-picture.cart-table__column img {
max-width: 130px;
}
.shopping-cart-container .product-picture.cart-table__column .sku {
	width: initial !important;
    text-align: left !important;
	}

	#RegisterForm .custom-attributes{
		border: 0 ;
	}


	.custom-attributes {
		border: 0 !important;
	}

	.subscribe-button , .add-to-cart-button {
		
		height: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		line-height: 38px !important;
		min-width: 325px !important;
	}

	.BackInStockSubscription {
		width: 100%;
	}

	/* dinamik form  */
	.dynamic-form-box {
		font-family: 'Jost';
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: center;

	}

	.dynamic-form-box label {
		margin-bottom: 5px;
		display: block;
		font-family: 'Jost';
		font-size: 16px;
	}

	.dynamic-form-box input {
		width: 100%;
		display: block;
		border: 1px solid #e2e6ea;
		padding: 10px;
	}

	 .dynamic-form-save-button {
		display: block;
		width: 50%;
		margin: auto;
		background-color: black;
		color: white;
		margin: 40px 0;
		padding: 10px;
		outline: none;
		border: 0;
	}

	.dynamic-form-text {
		line-height: 1.8;
		font-family: 'Jost';
		font-size: 16px;
		margin: 20px 0;
	}
	.out--of--stock {
		filter: blur(5px); 
		opacity: 0.7;
	}
	.coupon-code .card-body {
		display: flex !important;
		justify-content: space-between;
	}
	.product-card__badge--stock {
		background-color: #000;
	}
	.form-control::placeholder {
		color: #999 !important;
		background-color: transparent !important;
		display: block !important;
		position:  relative !important;
	}
	  #discountcouponcode::placeholder {
		display: block;
	  }
	  

	  .standart__item-home.standart__item-submenu a {
		font-weight: 600;
		padding: 20px 15px;
	  }
	  .standart__item-home.standart__item-submenu .standart__item--arrow {
		margin-left: 20px;
		display: none;
	}
	.block-slideshow__slide-image--desktop::before {
		background-color: transparent;
	}

	#dropdownMenuButton2 {
       text-transform: capitalize;
	}
	@media (max-width: 992px) {
    .topbar-dropdown__mobil i {
        padding-right: 0px;
        font-size: 20px;
    }
	.standart__item-mobil--arrow i {
        font-size: 12px;
        color: #000;
    }
}
.toggle-password {
    right: 30px;
	background: #fff;
}
.product-card__badge--stock {
    margin-top: 60%;
}

.shopping-cart-wrapper .products-list__body .product-card__image.product-image {
	min-height: auto !important;
}

.shopping-cart-wrapper .products-list__item .product-card.product-card .product-card__buttons {
	display: flex;
}

.shopping-cart-wrapper .product-card__buttons {
	width: auto;
	align-items: center !important;
}
.shopping-cart-wrapper .product-card__buttons button:hover,.wishList-add-to-card {
	background: none;
	color: #000;
}
/*
.shopping-cart-wrapper .product-card__name {
	width: 70%;
}
*/
.shopping-cart-wrapper .product-image img {
	max-height: 100px !important;
}
.shopping-cart-wrapper .block-products-carousel__column .product-image img {
	max-height: unset !important;
}
.shopping-cart-wrapper .product-card__buttons {
	position: relative;
	right: unset;
	top: unset;
	padding-inline: 10px;
}
.shopping-cart-wrapper .products-view__wishlist .product-card__delete {
	position: relative;
	display: block;
}
.shopping-cart-wrapper .products-view__wishlist .product-card__prices {
	margin: 0;
}
.shopping-cart-wrapper #ordersummarypagecart .product-image {
	padding-inline: 5px;
}
.store-location .storeTab .nav-link.active {
	background: #d93c5e;
	color: #fff;
}

.store-card-title {
	font-weight: 700;
	font-size: large;
	margin-bottom: 20px;
}

.store-card-details p strong:first-of-type {
  font-weight: 700;
}


@media (min-width: 1200px) {
    .d-container {
        max-width: 1400px !important;
        margin: auto;
    }
}

@media (max-width: 1199.98px) {
    .products-view .products-list[data-layout="grid-3-sidebar"][data-mobile-grid-columns="2"] .product-card .product-card__image, .products-list[data-layout="grid-4-full"][data-mobile-grid-columns="2"] .product-card .product-card__image {
        padding: 0px;
    }
    .products-view.product-image__img {
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .bottom-banner-writing {
        padding: 30px 20px 30px 20px;
    }
    .product-cart-box {
		padding-left: 50px;
	}
	.slick-vertical .slick-slide {
		border: 1px solid #222222;
		margin-bottom: 0 !important;
	}
	.breadcrumbs a, .breadcrumbs span {
		font-size: 16px;
	}
	.buy-it-btn .btn {
		float: left;
		max-width: 305px;
	}
	/* .product__actions .product__actions-item {
		position: relative;
		width: 100%;
		display: block;
		overflow: hidden;
	} */
	.product-description ul li, .product-single__description ul li {
		font-size: 18px;
		font-family: 'Jost';
		color: #222222;
	}
	.product-principal__price {
		font-weight: 400;
		border-right: none;
		font-size: 22px;
		font-family: 'Jost';
	}
	h1.product-single__title, .product-single__title.h1 {
		color: #222;
		font-size: 32px;
		margin-bottom: 10px;
		font-weight: 400;
		font-family: 'Jost';
	}
}

@media (min-width: 992px) {
    
    .topbar-dropdown__btn.iconset__btn.indicator__area {
        display: flex !important;
        align-items: center;
    }
    [dir=ltr] .nav-links__item--has-submenu .nav-links__item-arrow, .mobile-cat-opener {
        display: none;
    }
    .d-menu-col .nav-links__item-link {
        color: #222;
        text-transform: uppercase;
        line-height: 40px;
        font-family: 'Jost';
        font-weight: 600 !important;
    }
    .footer .col-lg-3 {
        max-width: 20%;
        flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
    }
    .standart li a {
        text-wrap-mode: nowrap;
        color: #222;
        padding: 0 15px;
        text-transform: uppercase;
        line-height: 40px;
        font-family: 'Jost';
        text-decoration: none;
        font-size: 13px;
        display: block;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 0.05em;
        position: relative;
        font-weight: 600;
    }
    .standart>li .nav__subbox--list, .standart>li .nav__subbox--list ul {
        background-color: #fff;
    list-style: none;
    width: 220px;
    position: absolute;
    left: 0;
    z-index: 999;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    border: 1px solid #dee2e6!important;
    }
    .nav-li__home--arrow {
        display: none;
    }
    .nav-panel__row .nav-panel__nav-links {
        align-items: center;
    display: flex;
    }
    .product__prices .product__new-price text {
        font-weight: 400;
        border-right: none;
        font-size: 22px;
        font-family: 'Jost';
        color: #222;
    }
    .nav-li__home {
        position: relative;
        width: initial;
    }
    .nav-li__home--subbox {
        overflow: visible;
    left: initial;
    width: initial;
    height: initial;
    top: 100%;
    left: 0;
    }
    .wishlist-page .products-list[data-layout="grid-4-sidebar"] .product-image__body, .wishlist-page .products-list[data-layout^="grid-"] .product-card .product-card__image {
        height: 450px;
    }
}

@media (max-width: 991.98px) {
        .return-request-page .buttons .btn {
        width: 150px;
        font-size: 12px;
    }
        .account-nav {
        padding-bottom: 5px;
    }
    ::-webkit-scrollbar {
    width: 5px !important;
    height: 5px;
}
    .seacrhModal .btn-close {
        right: 30px !important;
    }
    .icon__set-menu .modal-fullscreen .modal-body {
    overflow-x: hidden;
}
#site-scroll {
    line-height: 10px;
    width: 10px !important;
    height: 10px;
}
    .product__actions-item {
        display: block;
        float: left;
        text-align: center;
    }
    .product__actions-item--wishlist {
        padding: 5px;
    }
    .productdetails__cart {
        display: block;
    }
    .productdetails__box .product__quantity {
        width: 100%;
    }
    .color-squares {
        overflow-x: auto;
    }
    .col-sm-12.fromCheckWrp {
        width: 100%;
    }
    #filter-Clears {
        color: #fff;
        margin-left: 8px;
        margin-right: 8px;
    }
    [dir=ltr] .filter-categories__item--child {
        padding-left: 20px;
    }
    .subscribe-button, .add-to-cart-button {
        min-width: 75px !important;
    }
    .block-products-carousel__cell .product-card__buttons {
        display: none;
    }
    
    #mobile-menu .nav-links__list .nav-links__item {
        position: relative;
    }
    .menu {
        width: 200px !important;
    }
    .nav-links__submenu--open {
        display: block;
        position: relative;
    }
    #mobile-menu .nav-links__item-link {
        height: 40px;
        position: relative;
    }
    #mobile-menu-inner {
        width: 65%;
        box-shadow: 0px 0px 2px 1px #888
    }
    #mobile-menu {
        background-color: initial;
    }
    .is-ready.modal-open {
        padding-right: 0 !important;
    }
    #mobile-menu-inner .menu.menu--layout--topbar {
        box-shadow: none;
    }
    .dropcart--style--offcanvas .dropcart__backdrop {
        z-index: 99999999;
    }
    .dropcart--style--offcanvas .dropcart__body, .flyout-cart {
        z-index: 999999999;
    }
    .iconset, .mobile-header__menu-button {
        height: 34px !important;
    }
    .mobile-header__menu-button {
        margin-left: 0;
        margin-right: 5px;
    }
    .newlestter-wrapper .row {
        width: 80%;
    }

    .bottom-banner-writing {
        display: none;
    }
    .footer-logo-box .logo img {
        max-width: 250px !important;
    }
    .mobile-icons {
        position: absolute;
        top: 10px;
    }
    .site__header .logo {
        align-items: center;
        display: flex;
        padding-left: 24px;
    }
    .nav-li__home--arrow, .nav-li__sub--arrow {
        background: inherit;
    }
.mobile-blog {
    display: block;
    font-size: 20px;
    padding: 8px 15px;
    border-top: 1px solid #eeeeee;
    background: #eeeeee;
}
}

@media (min-width: 767.98px) {.banner-item.last {
    position: absolute;
    bottom: 0px;
    right: 0;
}

@media (min-width: 767px) and (max-width: 1023px) {
    .block-slideshow__slide-image--mobile{
        display: block;
    }
    .block-slideshow__slide-image{
        position: unset;
    }
}

/* .block-slideshow--layout--full .block-slideshow__body, .block-slideshow--layout--full .block-slideshow__slide {
    height: 560px;
} */
#product-image .owl-stage .owl-item {
    width: 100% !important;
}
/* .block-slideshow--layout--full .block-slideshow__body, .block-slideshow--layout--full .block-slideshow__slide {
    height: 550px !important;
} */
.burger-menu {
    display: none;
}
}
@media (max-width: 767.98px) {
    .block-products-carousel[data-layout^="grid-"] .product-card .product-card__image {
        height: 300px;
    }
    .products-view__options .view-options__layout {
        display: none;
    }
    .products-list[data-layout="grid-4-full"][data-mobile-grid-columns="2"] .product-card .product-card__actions {
        display: block;
    }
    .seacrh__btn--modal span {
        display: none;
    }

    .seacrh__btn--modal {
        margin: 0px;
        margin-left: 5px;
    }
    .product-tabs:not(.product-tabs--stuck) .product-tabs__item {
        padding: 8px 10px;
        font-size: 11px;
        text-align: center;
        margin-bottom: 80px;
        position: relative;
    }
    .shopping-cart-container .cart-table__body td {
        padding: 10px 15px;
    }
    div#ordersummarypagecart .product-image img {
        max-height: 160px;
        max-width: 85px;
    }
    .widget-filters__actions{
        justify-content: flex-start;
    }
    .cart-table__row .productAttributeMappings {
        padding-left: 0px;
    }
    .cart-table__row .productAttributeMappings .productAttributeOption {
        width: 90px;
    display: inline-block;
    }
    button.btn.continue-shopping-button {
        width: 100%;
        padding-top: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .dropcart__body {
        z-index: 9999999999999999999;
    }
    .flyout-cart {
        position: relative;
        z-index: 99999999999999999999;
    }
    .banner-image-wrap.resp {
        margin-bottom: 20px;
    }

    .shopping-centre {
        position: relative;
    }

    .shopping-centre a {
        position: absolute;
        bottom: 20px;
    }

    .shopping-centre {
        padding: 22px 22px 70px 22px;
    }

    .center-banner-wrap img {
        max-width: 436px;
    }

    .center-banner-wrap .explore-now {
        margin-bottom: 30px;
    }

    .bottom-banner-wrap .col-12 {
        max-width: 490px;
        margin-bottom: 30px;
    }

    .bottom-banner-writing-wrap {
        position: initial;
    }

    .bottom-banner-wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 0px;
    }

    .newlestter-wrapper .row {
        width: 100%;
    }

    .heading-title {
        font-size: 26px !important;
    }
    .banner-content-wrap {
        padding: 1rem 0rem 0rem 2rem;
    }
    .banner-subtitle {
        font-size: 24px;
    }
    .banner-title {
        font-size: 28px;
    }
    .banner-content-text {
        font-size: 16px;
    }
    .product__gallery {
        width: 100%;
        display: inline-block;
    }
    .nav-li__home--submenu .nav-li__home--arrow svg, .nav-li__home--submenu .nav-li__home--arrow svg use {
        width: 13px;
        height: 12px;
    }
    .nav__subbox--list {
        margin-left: 10px;
    }
    .cart-box {
        opacity: 1;
        position: relative;
        visibility: visible;
        transform: translateY(15px) !important;
    }
    .nav-li__home--arrow, .nav-li__sub--arrow {
        padding: 0;
    }
    .standart {
        height: initial;
    }
    .block-slideshow--layout--full .block-slideshow__body, .block-slideshow--layout--full .block-slideshow__slide {
        margin-bottom: 10px;
    }
    .footer-newsletter__form-button{
        font-size: 11px !important;
    }
    .footer-logo-box .logo{
        justify-content: center;
    }
    .footer .footer-links{
        text-align: center;
    }
    .block-header-tab .block-header__groups-list{
        flex-wrap: wrap;
        margin: 0;
        justify-content: center;
    }
    .wishlist-page .products-list[data-layout="grid-4-sidebar"] .product-image__body, .wishlist-page .products-list[data-layout^="grid-"] .product-card .product-card__image {
        min-height: 150px !important;
    }
    .wishlist-page .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {
        width: 45%;
        margin: 0;
    }
    .product-card__wishlist svg {
        padding: 5px 0px 15px 0px;
    }
   
    .product-card--hidden-actions .product-card__wishlist, .product-card--hidden-actions .product-card__quickview {
        right: 0px;
        top: 25px;
    }
    .products-view__list.products-list .product-card--hidden-actions .product-card__wishlist {
        top: 12px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 15px);
    }
    .wishlist-page .product-card__delete {
        padding: 0px 7px;
    }
    .products-view .product-image__body, .products-list[data-layout="grid-4-full"] .product-image__body {
        min-height: 216px;
        height: 211px;
    }
}

@media (max-width: 575.98px) {
    [dir="ltr"] .block-slideshow--layout--full .block-slideshow__slide-content {
        left: 5% !important;
        top: 65px;
    }
    .products-list .product-card .product-card__actions {
        display: inline-block !important;
    }
    .block-slideshow__slide-image--mobile img {
        height: 100%;
    }
    .block-slideshow__body, .block-slideshow__slide {
        height: 140px;
    }
    .block-slideshow__slide-image {
        background-size: cover;
    }
    .imgBanner-grid-item {
        height: 300px;
    }
    .banner-item {
        margin-bottom: 20px;
    }
    .collection-banners .section {
        padding-bottom: 0px;
    }
    .store-logo {
        display: flex;
        justify-content: center;
    }
    .product-card__buttons button {
        display: none;
    }
    .store-logo img {
        max-height: 35px;
    }
    .close-announcement {
        right: 10px;
    }
    .topbar-link {
        padding: 8px 0 8px 20px;
    }
    #seacrh__model__gx .modal-content {
        padding: 15px 25px;
    }
    
    .logo a img {
        max-width: 120px;
    }
    .footer-logo-box .logo img {
        max-width: 250px !important;
    }
    .footer-logo-box .logo, .contact-box.about-us-col, .social-media {
       text-align: center;
    }
    .footer-bottom .payment-icons {
        font-size: 22px; 
        float: none; 
        display: block; 
        text-align: center;
    }
    .footer-bottom .copytext {
        float: none;
        text-align: center;
    }
    .footer-newsletter__text h3 {
        font-size: 24px;
    }
    .newsletter-input {
        width: 100%;
    }
    .footer-newsletter__form-button {
        width: 30%;
        line-height: 30px;
    }
    .bottom-banner-wrap .col-12 {
        padding-right: 15px !important;
    }
    .shopping-centre span {
        font-size: 18px;
    }
    .shopping-centre img {
        margin-right: 6px;
        max-width: 18px;
        height: 18px;
    }
	.top-extra-bar .extra-slogan{
		display: none;
	}
	.rte-setting {
		margin-bottom: 30px;
	}
    .main-col .block {
		padding: 0;
	}
    .product-gallery__featured {
        width: 81%;
    }
    .cart-box .product-card__addtocart {
        background: #000;
        color: #fff !important;
        padding: 6px;
        border-radius: 8px !important;
    }
    .cart-box {
        border-radius: 8px;
    }
    .products-view .product-image__img {
        height: 100%;
    }
    .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item:nth-child(2n - 1) .product-card {
        padding-right: 0px;
    }
    #product-details-form .product__content .product-gallery .product-gallery__carousel, #product-details-form .product__content .product-gallery .product-gallery__carousel #product-carousel,
#product-details-form .product__content .product-gallery .product-gallery__carousel #product-carousel .owl-stage-outer, #product-details-form .product__content .product-gallery .product-gallery__carousel #product-carousel .owl-stage-outer .product-gallery__carousel-item, 
#product-details-form .product__content .product-gallery .product-gallery__carousel #product-carousel .owl-stage-outer .product-gallery__carousel-item .product-image__body,
#product-details-form .product__content .product-gallery .product-gallery__carousel #product-carousel .owl-stage-outer .product-gallery__carousel-item .product-image__body img {
	height: 110px;
}
.product__actions-item--addtocart button {
    padding: 0 10px;
}
.products-list__body .product-card__image.product-image {
    min-height: 225px !important;
}
.product-card__badge--sale {
    width: 35px;
    height: 30px;
    font-size: 12px;
    float: left;
}
.default__btn--line {
    font-size: 12px;
}
.products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {
    margin: 10px 4px 5px 10px;
    width: calc(44% - 0px);
}
.block-products-carousel[data-layout^="grid-"] .product-card .product-card__image {
    height: 290px;
}
.wishlist-page .products-list[data-layout="grid-4-sidebar"] .product-image__body, .wishlist-page .products-list[data-layout^="grid-"] .product-card .product-card__image {
    height: 250px;
}
.newlestter-wrapper {
    padding-top: 0px;
}
.tab__section .block-products-carousel__cell .product-card {
    margin-bottom: 0px !important;
}
.product-card__badge--stock {
    width: 60%;
    margin-top: 30%;
}
}

@media (max-width: 431px) {
    .products-view .product-image__body, .products-list[data-layout="grid-4-full"] .product-image__body {
        min-height: 225px;
        height: 225px;
    }
    button.btn.removeAll-cart-button {
        font-size: 13px;
    }
    button.btn.continue-shopping-button {
        font-size: 11px;
    }
    .block-products-carousel[data-layout^="grid-"] .product-card .product-card__image {
        height: 195px;
    }
    .footer-newsletter__form-button {
        width: 35%;
    }
    .shopping-centre span {
        font-size: 17px;
    }
    .shopping-centre img {
        margin-right: 6px;
        max-width: 17px;
        height: 17px;
    }
}
.gl-slider-section .swiper-gl {
    aspect-ratio: 16 / 9;
}