[class^="nihumim-icon-"],
[class*=" nihumim-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "nihumim-icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nihumim-icon-circle-phone:before {
	content: "\e901";
}

.nihumim-icon-circle-facebook:before {
	content: "\e902";
}

.nihumim-icon-circle-mail:before {
	content: "\e903";
}

.nihumim-icon-check:before {
	content: "\e900";
}

.product-item .product-img {
	border: 1px solid #d0d0d0;
	border-radius: .3125rem;
}

.product-item .product-img .normal-image {
	padding-bottom: 100%;
}

.product-item .product-img .normal-image img {
	border-radius: .3125rem;
}

.product-item .product-detail {
	text-align: center;
}

.product-item span.price,
.product-item .product-price {
	font-weight: 700;
}

.product-item .matat-wishlist-button-wrap {
	display: none;
}

.archive_product_item_slider .slide-img-wrap {
	padding-bottom: 100%;
}

.section-title {
	font-weight: 800;
	letter-spacing: 0;
}

button.btn,
a.btn,
input.btn {
	border-radius: 6.25rem;
}

button.btn.btn-primary,
a.btn.btn-primary,
input.btn.btn-primary {
	background: #1c2255;
	border-color: #1c2255;
}

button.btn.btn-primary:not(:disabled):not(.disabled):focus,
a.btn.btn-primary:not(:disabled):not(.disabled):focus,
input.btn.btn-primary:not(:disabled):not(.disabled):focus {
	background: #1c2255;
	border-color: #1c2255;
}

button.btn.btn-primary:not(:disabled):not(.disabled):hover,
a.btn.btn-primary:not(:disabled):not(.disabled):hover,
input.btn.btn-primary:not(:disabled):not(.disabled):hover {
	border-color: #1c2255;
	background: transparent;
	color: #1c2255;
}

button.btn.btn-outline,
a.btn.btn-outline,
input.btn.btn-outline {
	border: 1px solid #1c2255;
	color: #000;
	background: transparent;
	border-radius: 6.25rem;
}

button.btn.btn-outline:not(:disabled):not(.disabled):focus,
a.btn.btn-outline:not(:disabled):not(.disabled):focus,
input.btn.btn-outline:not(:disabled):not(.disabled):focus {
	border-color: #1c2255;
	background: transparent;
	color: black;
}

button.btn.btn-outline:not(:disabled):not(.disabled):hover,
a.btn.btn-outline:not(:disabled):not(.disabled):hover,
input.btn.btn-outline:not(:disabled):not(.disabled):hover {
	border-color: #1c2255;
	background: #1c2255;
	color: #fff !important;
}

.header-wishlist-box .product-item .btn-add-cart,
.promo-code-wrap .btn-promo,
.login-modal .modal-form-holder .btn,
.register-modal .modal-form-holder .btn,
.error-container .btn-back-home {
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background: #1c2255;
	border-color: #1c2255;
}

.header-wishlist-box .product-item .btn-add-cart:not(:disabled):not(.disabled):focus,
.promo-code-wrap .btn-promo:not(:disabled):not(.disabled):focus,
.login-modal .modal-form-holder .btn:not(:disabled):not(.disabled):focus,
.register-modal .modal-form-holder .btn:not(:disabled):not(.disabled):focus,
.error-container .btn-back-home:not(:disabled):not(.disabled):focus {
	background: #1c2255;
	border-color: #1c2255;
}

.header-wishlist-box .product-item .btn-add-cart:not(:disabled):not(.disabled):hover,
.promo-code-wrap .btn-promo:not(:disabled):not(.disabled):hover,
.login-modal .modal-form-holder .btn:not(:disabled):not(.disabled):hover,
.register-modal .modal-form-holder .btn:not(:disabled):not(.disabled):hover,
.error-container .btn-back-home:not(:disabled):not(.disabled):hover {
	border-color: #1c2255;
	background: transparent;
	color: #1c2255;
}

.ajax-sugg-res-inner .search-topics-col a.btn-primary {
	background: #1c2255;
	border-color: #1c2255;
}

.ajax-sugg-res-inner .search-topics-col a.btn-primary:not(:disabled):not(.disabled):focus {
	background: #1c2255;
	border-color: #1c2255;
}

.ajax-sugg-res-inner .search-topics-col a.btn-primary:not(:disabled):not(.disabled):hover {
	border-color: #1c2255;
	background: transparent;
	color: #1c2255;
}

button.btn.has_width,
a.btn.has_width,
input.btn.has_width {
	width: 9.375rem;
}

.custom-form input:not(.form-control)[type="number"],
.promo-code-wrap .promo-input,
.promo-code-wrap .btn-promo,
.login-modal .form-control,
.register-modal .form-control,
.login-modal .modal-content-inner,
.register-modal .modal-content-inner,
.login-modal .btn-google,
.register-modal .btn-google,
.single-product-summary .product-quantity .jcf-number,
.jcf-select,
form.lost_reset_password .form-control,
form.woocommerce-form-login .form-control,
.header-wishlist-box .product-item .btn-add-cart,
.form-control,
.modal .stock-alert-row .form-control,
.jcf-number,
.user-info-container button.button,
.btn.btn-next-step,
button.btn#place_order,
.promo-code-main button.btn-promo,
.coupon-code-input .promo-input,
.checkout-billing-container .select2-container--default .select2-selection--single,
.checkout-billing-container input.input-text,
.error-container .btn-back-home {
	border-radius: 100px;
}

.gift-card-box .gift-text textarea,
.shipping-address-box #order_comments_field textarea,
textarea.form-control {
	border-radius: .3125rem;
}

.subscribe_field label.checkbox input[type="checkbox"]:checked ~ .fake-input,
.custom-checkbox input[type="checkbox"]:checked ~ .fake-input,
.subscribe_field label.checkbox .fake-input,
.custom-checkbox .fake-input,
.woocommerce-account .account-newsletter form [data-name="accept"] .wpcf7-list-item-label:before,
.footer-newsletter-box .check-wrap .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
	border-radius: .09375rem;
}

.jcf-select .jcf-select-drop .jcf-select-drop-content {
	border-radius: 10px;
}

.login-modal .d-flex .form-group .form-control,
.register-modal .d-flex .form-group .form-control {
	border-radius: 0 100px 100px 0;
}

.login-modal .d-flex .btn,
.register-modal .d-flex .btn {
	border-radius: 100px 0 0 100px;
}

.login-modal .btn-google,
.register-modal .btn-google {
	border-radius: 100px;
}

.login-modal .floating_input_wrap .form-control,
.login-modal .floating_input_wrap .form-control,
.register-modal .floating_input_wrap .form-control,
.register-modal .floating_input_wrap .form-control {
	border-radius: 100px;
}

.login-modal .btn[type="submit"],
.register-modal .btn[type="submit"] {
	line-height: 1;
	height: calc(1.875rem + 2px);
}

#wrapper .progress .progress-bar {
	background: #1c2255;
}

.nav-opener .nav-bar:after {
	width: 100%;
}

.header-action-nav .btn-wishlist {
	display: none;
}

.header-action-nav .header-account {
	font-size: .84375rem;
}

.header-action-nav .counter {
	background: #62a9ca;
	font-weight: 700;
}

#primary-nav {
	-ms-flex-preferred-size: 54%;
	flex-basis: 54%;
	max-width: 54%;
}

.logo {
	width: 5rem;
}

.home .section-title {
	color: #1c2255;
	position: relative;
}

.home .section-title:before {
	content: "";
	position: absolute;
	background: #62a9ca;
	width: 4.6875rem;
	height: 1px;
	bottom: -.1875rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home .col-item:hover img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.hero-banner .banner-title {
	font-weight: 800;
	line-height: 1.4;
	font-size: 1.125rem;
	margin-bottom: .875rem;
}

.hero-banner .btn-wrap {
	row-gap: .625rem;
}

.hero-banner .btn-wrap button.btn.btn-white {
	background: rgba(255, 255, 255, .2);
	color: #fff;
	font-weight: 700;
	width: 15.625rem;
	font-weight: 700;
	margin-top: 0;
}

.hero-banner .btn-wrap button.btn.btn-white:not(:disabled):not(.disabled):focus {
	background: rgba(255, 255, 255, .2);
	border-color: white;
	color: #fff;
}

.hero-banner .btn-wrap button.btn.btn-white:not(:disabled):not(.disabled):hover {
	border-color: #fff;
	background: #fff;
	color: #000;
}

.feature-layout {
	padding-inline: .9375rem;
}

.feature-layout .title-wrap {
	max-width: 1026px;
	margin-inline: auto;
}

.feature-layout .title-wrap .text {
	line-height: 1.4;
}

.feature-layout .section-title {
	margin-bottom: .8125rem;
}

.feature-layout .feature-wrap {
	-webkit-column-gap: .9375rem;
	column-gap: .9375rem;
}

.feature-layout .feature-btn-wrap {
	margin-top: 1.25rem;
}

.feature-layout .feature-btn-wrap .btn {
	min-width: 9.375rem;
}

.feature-item {
	min-width: 14.0625rem;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	border-radius: .625rem;
}

.feature-item .feature-title {
	background: #f7f7fa;
	padding: .8125rem;
	text-align: center;
}

.feature-item .feature-title h3 {
	font-weight: 800;
	color: #62a9ca;
	margin-bottom: 0;
	font-size: .75rem;
}

.feature-item .feature-list {
	padding: 1.25rem .8125rem;
}

.feature-item .feature-list ul li {
	padding-right: 1.1875rem;
	position: relative;
}

.feature-item .feature-list ul li:not(:last-child) {
	margin-bottom: .8125rem;
}

.feature-item .feature-list ul li:before {
	content: "\e900";
	font-family: "nihumim-icomoon";
	position: absolute;
	right: -1px;
	top: .125rem;
	color: #62a9ca;
	font-size: .5625rem;
}

.best-selling-section .btn-view-all {
	background: #1c2255;
	border-color: #1c2255;
}

.best-selling-section .btn-view-all:not(:disabled):not(.disabled):focus {
	background: #1c2255;
	border-color: #1c2255;
}

.best-selling-section .btn-view-all:not(:disabled):not(.disabled):hover {
	border-color: #1c2255;
	background: transparent;
	color: #1c2255;
}

.four-layout-section {
	padding-inline: .9375rem;
}

.four-layout-section .section-title {
	margin-bottom: 1.0625rem;
}

.four-layout-section .four-layout-row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: .625rem;
}

.four-layout-section .four-layout-row .four-layout-item {
	position: relative;
	background: #f7f7fa;
	border-radius: .3125rem;
	text-align: center;
	padding: .625rem .3125rem;
}

.four-layout-section .four-layout-row .four-layout-item h3 {
	font-weight: 400;
	font-size: .75rem;
	margin-bottom: 0;
	text-wrap: balance;
}

.four-layout-section .four-layout-row .four-layout-item a {
	color: #000;
}

.four-layout-section .four-layout-row .four-layout-item a:hover {
	color: #000;
}

.four-layout-section .four-layout-row .four-layout-item a:before {
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

.home-layout-two .box-title {
	color: #1c2255;
	text-shadow: none;
	position: relative;
	font-weight: 800;
	margin-bottom: 1.0625rem;
}

.home-layout-two .box-title:before {
	content: "";
	position: absolute;
	background: #62a9ca;
	width: 4.6875rem;
	height: 1px;
	bottom: -.1875rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home-layout-two .text {
	max-width: 1060px;
	line-height: 1.4;
}

.home-layout-two .text p:last-child {
	margin-bottom: 0;
}

.home-reviews-section .section-title {
	margin-bottom: .875rem;
}

.home-reviews-slider {
	padding: 0;
	margin-inline: -.6875rem;
}

.home-reviews-slider .slick-arrow {
	top: 100%;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	border-radius: 50px;
	height: 1.5625rem;
	width: 1.5625rem;
	border: 1px solid #62a9ca;
	color: #62a9ca;
}

.home-reviews-slider .slick-next {
	left: calc(50% - 41px);
}

.home-reviews-slider .slick-prev {
	right: calc(50% - 23px);
}

.review-item {
	background: #f7f7fa;
	border-radius: .3125rem;
	padding: .375rem .625rem .625rem;
}

.review-item .img-wrap {
	display: none;
}

.review-item .review-detail {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	padding-right: 0;
}

.review-item .review-title {
	font-weight: 700;
}

.review-item .review-item-excerpt {
	line-height: 1.4;
}

.home-contact {
	background: url(../images/contact-img-mobile.png) no-repeat bottom right/cover;
	background-size: cover;
	padding: 1.875rem .9375rem;
}

.home-contact .home-contact-wrap {
	max-width: 520px;
}

.home-contact .section-title {
	margin-bottom: 1rem;
}

.home-contact .form-control {
	border-color: #fff;
}

.home-contact textarea.form-control {
	height: 3.125rem;
}

.home-contact .form-group {
	margin-bottom: .75rem;
}

.home-contact .input-label {
	margin-bottom: .25rem;
}

.home-contact .btn-wrap {
	margin-top: .9375rem;
}

.home-contact .btn {
	width: 9.375rem;
}

.contact-form-holder .form-control {
	border-radius: 0;
}

.single-product-detail .single-slider-wrapper .single-product-slider .img-wrap {
	padding-bottom: 100%;
}

.single-product-detail .single-slider-wrapper .pagination-slider .img-wrap-pagination {
	padding-bottom: 100%;
}

.single-product-detail-container .product-share-sc a {
	margin-inline: 0;
	padding: .3125rem 0 .3125rem 1rem;
}

.single-product-detail-container .product-share-sc .product-share-para {
	padding-left: .625rem;
}

.shop-sidebar-filter .category-filter label .label-text:after {
	border-radius: .09375rem;
}

.shop-sidebar-filter .size-filter label .label-text {
	border-radius: .15625rem;
}

.checkout-container .checkout-address-row wc-order-attribution-inputs {
	display: none;
}

.delivery-option label .method-option {
	border-radius: .15625rem;
}

.checkout-container .input-text {
	border-radius: 6.25rem;
}

.checkout-container .terms-content-wrapper {
	border-radius: 6.25rem;
}

.checkout-container textarea.input-text {
	border-radius: .3125rem;
}

.order-cancel-form .input-field-item.floating_input .form-control {
	border-radius: 0;
}

.order-cancel-form .order-form-row #cancel_order_billing_amount_field .form-control,
.order-cancel-form .order-form-row #cancel_order_purchase_date_field .form-control {
	border-radius: 0;
	text-align: right;
}

.user-info-container button.button {
	border-radius: 6.25rem;
	background: #1c2255;
	border-color: #1c2255;
	text-transform: none;
	min-width: 7.5rem;
	min-height: 2rem;
	padding: .1875rem .9375rem;
}

.user-info-container button.button:hover {
	background: none;
	border-color: #1c2255;
	color: #1c2255;
}

.user-info-container .user-detail-holder a.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
	background: #1c2255;
	border: 1px solid #1c2255;
	color: #fff;
	min-width: 7.5rem;
	min-height: 2rem;
	border-radius: 100px;
	padding: .1875rem .9375rem;
	font-size: .75rem;
	font-weight: 500;
	text-transform: none;
}

.user-info-container .user-detail-holder a.button:hover {
	background: none;
	border-color: #1c2255;
	color: #1c2255;
}

.user-info-container .woocommerce-address-fields .form-row {
	margin-inline: 0;
}

.user-info-container .woocommerce-address-fields .form-row .input-text {
	border-radius: 0;
	text-align: initial;
	font-weight: 400;
}

.user-info-container .edit-account .form-group .show-password-input:empty {
	display: none;
}

#footer {
	background: #1c2255;
}

#footer .design-dev-info a img {
	width: .875rem;
}

.footer-top {
	background: #1c2255;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-top .newsletter-col {
	margin-left: unset;
}

.footer-top .footer-about {
	display: none;
}

.footer-top .footer-nav,
.footer-top .footer-contact-info,
.footer-top .footer-gift-info {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	max-width: max-content;
	padding-left: 0;
}

.footer-top .footer-gift-info img {
	max-width: 4.75rem;
	margin-bottom: .5625rem;
}

.footer-newsletter-box .input-row .form-control {
	border-color: rgba(255, 255, 255, .65);
}

.footer-newsletter-box .input-row input:-webkit-autofill,
.footer-newsletter-box .input-row input:-webkit-autofill:hover,
.footer-newsletter-box .input-row input:-webkit-autofill:focus,
.footer-newsletter-box .input-row input:-webkit-autofill:active,
.footer-newsletter-box .input-row input:-internal-autofill-selected {
	-webkit-transition: background-color 9999s ease-in-out 0s !important;
	transition: background-color 9999s ease-in-out 0s !important;
	background-color: transparent !important;
	-webkit-text-fill-color: #fff !important;
	color: #fff !important;
	box-shadow: 0 0 0 1000px #1c2255 inset !important;
}

.footer-newsletter-box .input-row .btn-submit {
	padding-right: 15px;
}

.footer-contact-info ul li i {
	font-size: 1.3125rem;
}

.footer-contact-info ul li i:before {
	font-family: "nihumim-icomoon" !important;
}

.footer-contact-info ul li i.icon-facebook:before {
	content: "\e902";
}

.footer-contact-info ul li i.icon-email {
	font-size: 1.3125rem;
}

.footer-contact-info ul li i.icon-email:before {
	content: "\e903";
}

.footer-contact-info ul li i.icon-phone-alt:before {
	content: "\e901";
}

@font-face {
	font-family: "nihumim-icomoon";
	src: url("../fonts/icomoon/fonts/icomoon.eot?icc4e1");
	src: url("../fonts/icomoon/fonts/icomoon.eot?icc4e1#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?icc4e1") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?icc4e1") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?icc4e1#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@media (min-width: 768px) {
	.product-item .product-img {
		border-radius: 10px;
		margin-bottom: 16px;
	}

	.product-item .product-img .normal-image img {
		border-radius: 10px;
	}

	.product-item .product-title,
	.product-item .product-name {
		margin-bottom: 8px;
	}

	button.btn.has_width,
	a.btn.has_width,
	input.btn.has_width {
		width: 15.625rem;
	}

	.gift-card-box .gift-text textarea,
	.shipping-address-box #order_comments_field textarea,
	textarea.form-control {
		border-radius: 10px;
	}

	.subscribe_field label.checkbox input[type="checkbox"]:checked ~ .fake-input,
	.custom-checkbox input[type="checkbox"]:checked ~ .fake-input,
	.subscribe_field label.checkbox .fake-input,
	.custom-checkbox .fake-input,
	.woocommerce-account .account-newsletter form [data-name="accept"] .wpcf7-list-item-label:before,
	.footer-newsletter-box .check-wrap .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
		border-radius: 3px;
	}

	.jcf-select .jcf-select-drop .jcf-select-drop-content {
		border-radius: 20px;
	}

	.login-modal .btn[type="submit"],
	.register-modal .btn[type="submit"] {
		height: 40px;
	}

	.header-action-nav .header-account {
		font-size: 16px;
	}

	.logo {
		width: 9.5rem;
	}

	.home .section-title:before {
		bottom: -7px;
		width: 100px;
		height: 2px;
	}

	.hero-banner .banner-content .container {
		padding-inline: 20px;
	}

	.hero-banner .banner-text {
		text-align: right;
	}

	.hero-banner .banner-title {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.hero-banner .btn-wrap {
		-webkit-column-gap: 15px;
		column-gap: 15px;
	}

	.hero-banner .btn-wrap button.btn.btn-white {
		width: 250px;
	}

	.feature-layout {
		padding-inline: 20px;
	}

	.feature-layout .title-wrap {
		margin-bottom: 30px;
	}

	.feature-layout .section-title {
		margin-bottom: 18px;
	}

	.feature-layout .feature-wrap {
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}

	.feature-layout .feature-btn-wrap {
		margin-top: 30px;
	}

	.feature-layout .feature-btn-wrap .btn {
		min-width: 250px;
	}

	.feature-item {
		max-width: 350px;
		-ms-flex-preferred-size: 350px;
		flex-basis: 350px;
		border-radius: 20px;
	}

	.feature-item .feature-title {
		padding: 20px;
	}

	.feature-item .feature-title h3 {
		font-size: 16px;
	}

	.feature-item .feature-list {
		padding: 30px 20px;
	}

	.feature-item .feature-list ul li {
		padding-right: 15px;
	}

	.feature-item .feature-list ul li:not(:last-child) {
		margin-bottom: 13px;
	}

	.feature-item .feature-list ul li:before {
		top: 4px;
		font-size: 11px;
	}

	.best-selling-section .section-title {
		margin-bottom: 23px;
	}

	.four-layout-section {
		padding-inline: 20px;
		margin-bottom: 40px;
	}

	.four-layout-section .section-title {
		margin-bottom: 25px;
	}

	.four-layout-section .four-layout-row {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}

	.four-layout-section .four-layout-row .four-layout-item {
		padding: 35px 20px;
		border-radius: 10px;
	}

	.four-layout-section .four-layout-row .four-layout-item h3 {
		font-size: 16px;
	}

	.home-layout-two .box-title:before {
		width: 100px;
		height: 2px;
		bottom: -7px;
	}

	.home-layout-two .box-title {
		font-size: 30px;
		margin-bottom: 23px;
	}

	.home-reviews-section .section-title {
		margin-bottom: 18px;
	}

	.review-item {
		border-radius: 10px;
		padding: 13px;
	}

	.home-contact {
		background: url(../images/contact-img-desktop.png) no-repeat bottom right/cover;
		padding: 30px 0;
	}

	.home-contact .section-title {
		margin-bottom: 20px;
	}

	.home-contact textarea.form-control {
		height: 88px;
	}

	.home-contact .form-group {
		margin-bottom: 19px;
	}

	.home-contact .input-label {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.home-contact .btn-wrap {
		margin-top: 30px;
	}

	.home-contact .btn {
		width: 250px;
	}

	.single-product-detail-container .product-share-sc {
		margin-top: 0;
	}

	.single-product-detail-container .product-share-sc a {
		padding: 10px 0 10px 20px;
	}

	.single-product-detail-container .product-share-sc .product-share-para {
		padding-left: 10px;
	}

	.shop-sidebar-filter .category-filter label .label-text:after {
		border-radius: 3px;
	}

	.shop-sidebar-filter .size-filter label .label-text {
		border-radius: 5px;
	}

	.delivery-option label .method-option {
		border-radius: 5px;
	}

	.checkout-container textarea.input-text {
		border-radius: 10px;
	}

	.coupon-code-input {
		-ms-flex-preferred-size: calc(100% - 54px);
		flex-basis: calc(100% - 54px);
		max-width: calc(100% - 54px);
		margin-left: -21px;
	}

	.user-info-container button.button {
		min-width: 150px;
		min-height: 45px;
		padding: 5px 20px;
	}

	.user-info-container .user-detail-holder a.button {
		min-width: 150px;
		min-height: 45px;
		padding: 5px 20px;
		font-size: 16px;
	}

	.footer-top .footer-gift-info img {
		max-width: 113px;
		margin-bottom: 10px;
	}

	.footer-contact-info ul li i {
		font-size: 17px;
	}

	.footer-contact-info ul li i.icon-email {
		font-size: 17px;
	}
}

@media (min-width: 992px) {
	button.btn,
	a.btn,
	input.btn {
		font-size: 1rem;
		padding-block: 10px;
	}

	.header-action-nav {
		-ms-flex-preferred-size: 18%;
		flex-basis: 18%;
	}

	.header-action-nav .header-account {
		font-size: 1.0625rem;
	}

	#primary-nav .primary-menu > li > a {
		font-size: 16px;
	}

	.hero-banner .banner-content .container {
		padding-inline: 45px;
		max-width: 100%;
	}

	.hero-banner .banner-title {
		font-size: 30px;
		max-width: 36%;
	}

	.hero-banner .btn-wrap {
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}

	.feature-layout {
		padding-inline: 45px;
	}

	.feature-layout .section-title {
		margin-bottom: 24px;
	}

	.four-layout-section {
		padding-inline: 45px;
		margin-bottom: 50px;
	}

	.four-layout-section .four-layout-row .four-layout-item h3 {
		font-size: 18px;
	}

	.home-reviews-section .section-title {
		margin-bottom: 28px;
	}

	.home-contact {
		padding: 40px 0;
	}

	.home-contact .section-title {
		margin-bottom: 28px;
	}

	.coupon-code-input {
		-ms-flex-preferred-size: calc(100% - 93px);
		flex-basis: calc(100% - 93px);
		max-width: calc(100% - 93px);
		margin-left: -27px;
	}

	.footer-top .newsletter-col {
		-ms-flex-preferred-size: 28%;
		flex-basis: 28%;
	}
}

@media (min-width: 1200px) {
	.header-holder {
		padding-inline: 75px;
	}

	#primary-nav .primary-menu > li {
		margin-inline: 20px;
	}

	.hero-banner .banner-content .container {
		padding-inline: 60px;
	}

	.feature-layout {
		padding-inline: 60px;
	}

	.four-layout-section {
		padding-inline: 60px;
		margin-bottom: 60px;
	}

	.home-reviews-slider {
		margin-inline: -13px;
	}

	.home-contact {
		padding: 60px 0;
	}

	.home-contact .section-title {
		margin-bottom: 35px;
	}

	#footer .design-dev-info {
		margin: 0 auto 0 0;
	}

	#footer .design-dev-info a {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.footer-top {
		padding: 29px 15px 0;
		max-width: 65.25rem;
	}

	.footer-top .footer-title,
	.footer-top .widget-title {
		margin-bottom: 18px;
	}
}

@media (min-width: 1300px) {
	.logo {
		width: 10.625rem;
	}

	.hero-banner .banner-content .container {
		padding-inline: 75px;
	}

	.feature-layout {
		padding-inline: 75px;
		margin-bottom: 60px;
	}

	.four-layout-section {
		padding-inline: 75px;
	}

	.home-reviews-slider {
		margin-inline: -15px;
	}

	.home-reviews-slider .review-item {
		margin-inline: 15px;
	}
}

@media (max-width: 991.98px) {
	.home-reviews-section {
		padding-bottom: 1px;
	}

	.home-reviews-slider {
		padding-bottom: .625rem;
		margin-bottom: 1.5625rem;
	}
}

@media (max-width: 767.98px) {
	.header-holder {
		height: 3.125rem;
	}

	.header-holder .btn-search-opener {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.hero-banner,
	.feature-layout,
	.four-layout-section,
	.home-layout-two,
	.best-selling-section,
	.home-reviews-section {
		margin-bottom: 30px;
	}

	.hero-banner .banner-content {
		margin-top: 0;
	}

	.hero-banner .btn-wrap button.btn.btn-white {
		margin: 0 auto;
		padding-block: .3125rem;
	}

	.feature-layout .feature-wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		gap: .9375rem;
		margin-inline: -.9375rem;
		padding-inline: .9375rem;
	}

	.feature-layout .feature-wrap::-webkit-scrollbar {
		display: none;
	}

	.best-selling-section .btn-view-all {
		margin-top: .625rem;
	}

	.best-selling-section .best-selling-slider.has_slider {
		-webkit-padding-start: .3125rem;
		padding-inline-start: .3125rem;
	}

	.best-selling-section .best-selling-slider.has_slider .product-col {
		min-width: 11.6875rem;
		max-width: 11.6875rem;
	}

	.four-layout-section .four-layout-row .four-layout-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 4.0625rem;
	}

	.home-reviews-slider .slick-next {
		padding-right: .1875rem;
	}

	.home-reviews-slider .slick-prev {
		padding-left: .1875rem;
	}

	.review-item .review-title {
		font-size: .8125rem;
		margin-bottom: .1875rem;
	}

	.home-contact .form-control {
		height: 2.0625rem;
	}

	.home #footer {
		margin-top: 0;
	}

	.footer-top {
		padding: 1.875rem 2.1875rem 1.125rem;
	}

	.footer-top .newsletter-col {
		margin-bottom: 1.9375rem;
	}

	.footer-top .footer-gift-info {
		margin-bottom: 1.8125rem;
	}

	.footer-bottom .footer-icon ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-bottom .footer-icon img {
		height: .875rem;
	}

	.footer-newsletter-box {
		margin: 0;
		max-width: 100%;
	}

	.footer-newsletter-box .newsletter-title {
		text-align: right;
	}

	.footer-contact-info {
		margin-right: 0;
		text-align: right;
		margin-bottom: 1.3125rem;
	}

	.footer-contact-info ul li {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer-contact-info ul li {
		padding-bottom: .5625rem;
	}

	.footer-nav {
		border-left: none;
	}

	.footer-nav ul {
		text-align: right;
	}

	.footer-nav ul li:nth-child(1) {
		margin-right: 0;
	}

	.footer-nav ul li:before {
		right: -.625rem;
	}
}