/* =====================================
Template Name: Eshop
Author Name: Naimur Rahman
Author URI: http://www.wpthemesgrid.com/
Description: Eshop - eCommerce HTML5 Template.
Version:1.0
========================================*/
/*======================================
[ CSS Table of contents ]
01. Preloader CSS
02. Header CSS
	+ Logo
	+ Category Menu
	+ Main Menu
03. Hero Area CSS
04. Small Banner CSS
05. Medium Banner CSS
06. Single Product CSS
07. Shop Sidebar CSS
08. Shop Single CSS
09. Shop Home List CSS
10. Cart CSS
11. Checkout CSS
12. Login & Register CSS
13. Cowndown CSS
14. Shop Services CSS
15. Newslatter CSS
16. About Us CSS
17. Team CSS
18. Blog CSS
	+ Blog Archive
	+ Blog Sidebar
	+ Blog Single
19. Contact CSS
20. 404 Error CSS
21. Footer CSS
========================================*/


/* New Styling Start */

body {
	background: url(../bgimg/bg.png);
	background-repeat: repeat;
	font-family: Futura, "Noto Sans JP", sans-serif;
}

/* Slcik Dots And Arrows Start */



ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


.slick-dots li {
	width: 10px;
	height: 10px;
}

.slick-dots li button::before {
	background-color: #C4C4C4 !important;
	opacity: 1;
}

.slick-dots li.slick-active button::before {
	background-color: black !important;
}

.slick-dots li button:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: black;
}

.slick-prev:before {
	content: none;
}

.slick-next:before {
	content: none;
}

/* Slcik Dots And Arrows End */

/* flex-container Start */
.flex-container {
	display: flex;
	justify-content: space-between;
	position: relative;
}

/* leftarea section Start */
.leftarea {
	width: 22%;
	padding: 0 0 50px 0;
}


/* rightarea section End */

/* rightarea section Start */
.rightarea {
	width: 75%;
	padding: 0 0 50px 0;
}

/* rightarea section End */


/* Main Banner Section Start */
.topimg {
	margin: 0 0 30px 0;
}

.topimg img {
	width: 100%;
	height: 100%;
}


/* Main Banner Section End */




header {
	position: fixed;
	z-index: 100;
	width: -webkit-fill-available;
}

.cmsheader {
	position: unset;
}

header .middle-bar {
	background: -moz-linear-gradient(bottom, #00a29a 30%, #66B8B2);
	background: -webkit-linear-gradient(bottom, #00a29a 30%, #66B8B2);
	background: linear-gradient(to top, #00a29a 30%, #66B8B2);
}

header .middle-bar ul {
	display: flex;
	justify-content: flex-end;
}

header .middle-bar ul li {
	font-size: 16px;
}

header .middle-bar ul li a {

	color: #ffeaea;
	border-left: double 3px #fff;
}

header .middle-bar .fav-btns {
	padding: 18px 10px;
	background-color: #9e9e9e;
	color: #000;
	text-align: center;
	border-radius: 5px;
	position: relative;
}

header .middle-bar .fav-btns a {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	height: 100%;
}

header .middle-bar .mobile-nav-btns {
	/* display: none; */
	text-align: right;
}

header .middle-bar .mobile-nav-btns li {
	line-height: 1;
}

header .middle-bar .mobile-nav-btns li img {
	width: 20px;
	height: 20px;
	filter: brightness(0);
}

header .middle-bar .mobile-nav-btn i {
	font-size: 0.8rem;
	font-style: inherit;
}



.box1140 {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	display: flex;
}

.floatL {
	float: left;
}

.box275 {
	max-width: 275px;
	width: 100%;
}

.searchbar {
	padding: 16px 0;
}

.searchbar-nav {
	position: relative;
	background: #fff;
	top: 0;
	width: 70%;
	padding: 10px 0 30px 40px;
	text-align: center;
	margin: 0 auto;
}

.headerupper .box850 {
	margin-top: 10px;
}

.box850 {
	max-width: 850px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.sublogo img {
	width: 40%;
	padding-left: 10px;
}

.headersecond {
	background: #e1f0e2;
	position: fixed;
	padding: 80px 0 0 0;
	width: -webkit-fill-available;
	z-index: 90;
	width: 100%;
}


header .pconly {
	text-align: center;
}


.headerlinks {
	display: flex;
}

.headerbtns {
	display: flex;
	align-items: flex-start;
}

.headerlinks li {
	list-style: none;
	line-height: 1;
	margin: 21px 0px 0 21px;
	font-size: 83% !important;
	padding: 9px 0 9px 0;
}

.headerlinks li a {
	border-left: double 3px #235B17;
	color: #235B17;
	padding: 0 0 0 15px;
}

.pconly img {
	width: 70%;
}

.headerR li {
	float: left;
	list-style: none;
	line-height: 1;
	margin: 0px 0px 0 15px;
	font-size: 95% !important;
	padding: 6px 0 0 0;
}

.headerR a {
	border-left: double 3px #FFF;
	color: #fff;
	padding: 0 0 0 15px;
}

.pconly .mobile-nav-btn {
	background: #555;
	padding: 10px 15px 10px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;

	color: #fff;
	line-height: 1;
	margin: 21px 0px 0 21px;
	font-size: 83% !important;
}

.pconly .cart-btns {
	background: #555;
	padding: 10px 15px 10px 15px;
	margin: 21px 0 0 21px;
	border-radius: 3px;
	-webkit-border-radius: 3px;

	color: #fff;
	list-style: none;
	line-height: 1;
	font-size: 83% !important;
}

.pconly .cart-btns a {
	color: #fff;
	border: none;
	padding: inherit;
}


.buttons {
	float: right;
}

section::after {
	clear: both;
	content: "";
	border: 0 none;
	display: block;
}


/* mobile nav start */

.mobile-navbar-sec {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(38, 38, 38, 0.6);
	z-index: 1111;
	opacity: 0;
	visibility: hidden;
}

.mobile-navbar-sec.active {
	opacity: 1;
	visibility: visible;
}

.mobile-navbar-sec .close-btn {
	position: relative;
	width: 100%;
	max-width: 70%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	text-align: right;
	font-size: 20px;
	color: #9e9e9e;
	right: inherit;
	margin: 20px auto 0 auto;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

.mobile-navbar-foot {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(38, 38, 38, 0.6);
	z-index: 1111;
	opacity: 0;
	visibility: hidden;
}

.mobile-navbar-foot.active {
	opacity: 1;
	visibility: visible;
}


.navhead {
	position: fixed;
	background: linear-gradient(to top, #00a29a 30%, #66B8B2);
	right: inherit;
	width: 100%;
	max-width: 50%;
	top: 50px;
	text-align: center;
	height: 50px;
}

.navhead p {
	color: #fff;
	position: absolute;
	top: 30%;
	left: 45%;
}

.accordion {
	position: relative;
	width: 100%;
	max-width: 70%;
	background-color: #fff;
	right: inherit;
	height: 80%;
	margin: 0 auto;
}

.cartegory-menu-area {
	border-top: 1px solid rgba(73, 40, 21, .06);
	background: #fff;
	width: 70%;
	margin: 0 auto;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

.large-cat {
	background-color: #eafff2;
	border-bottom: 2px solid #d8fdf0;
	align-items: center;
	font-size: 14px;
	padding: 12px 16px;
}

.category-menu {
	flex-wrap: wrap;
	column-gap: 24px;
	display: flex;
	flex-direction: column;
	height: 658px;
	padding: 24px 24px 60px;
}

.menu-list {
	list-style: none;
	width: calc((100% - 25px)/4);
	margin-bottom: 32px;
	border: 1px solid rgba(73, 40, 21, .06);
	border-radius: 8px;
}

.small-cat-links {
	text-align: left;
	border-bottom: 1px solid rgba(73, 40, 21, .06);
	padding: 12px;
}

.small-cat-links p {
	color: #00544E;
}


.small-cat-links a {
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	display: block;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.toggle {
	display: none;
}

.option {
	position: relative;
	margin-bottom: 1em;
}

.title,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.option:first-child {
	border-top: solid 1px #cdcdcd;
}

.title {
	border-bottom: solid 1px #cdcdcd;
	padding: 1em 3em;
	display: block;
	color: #00544E;
	background: linear-gradient(45deg, rgb(186, 233, 227), rgb(255, 241, 228));
}

.title::after,
.title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.75em;
	background: linear-gradient(to top, #00a29a 30%, #66B8B2);
}

.title::after {
	transform: rotate(90deg);
}

.hum-link:first-child {
	border-top: solid 1px #cdcdcd;
}

.hum-link {
	border-bottom: solid 1px #cdcdcd;
	padding: 1em 3em;
	display: block;
	color: #00544E;

}

.hum-link a {
	display: block;
	width: 100%;
	height: 100%;
}

.content {
	max-height: 0;
	overflow: hidden;
}

.content p {
	margin: 0;
	padding: 1em;
	font-size: 0.9em;
	line-height: 1.5;
}

.toggle:checked+.title+.content {
	max-height: 2000px;
	background-color: #eee;
}

.toggle:checked+.title::before {
	transform: rotate(90deg) !important;
}

.option {
	margin-bottom: 0;
}

label.title {
	margin-bottom: 0;
}

.subcat {
	background-color: #fff;
}

.subcat li {
	border: solid 1px #cdcdcd;
	padding: 1em;
	overflow: hidden;
	background-color: #fff;
	width: 100%;
}

.subcat li a {
	display: block;
	height: 100%;
	width: 100%;
}

.forsp {
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
}



/* Mobile nav end */

/* Header Searchbar Start */

.seachbarflex {
	display: flex;
	align-items: center;
}


input#seachbar {
	flex: 0 0 88%;
	max-width: 88%;
	padding: 8px 10px;
	font-size: 12px;
	outline: unset;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: unset;
	border-bottom-right-radius: unset;
	border: 1px solid #ccc;
	width: 85%;
}

button.btnn {
	background: linear-gradient(to top, #00a29a 30%, #66B8B2);
	padding: 5px 10px;
	max-width: 20%;
	color: white;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
	font-size: 17px;
	outline: none;
	border: unset;
	height: 38px;
	width: 38px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* Header Searchbar End */


/* Header logo Start */
.header-logo {
	text-align: center;
	background: #9e9e9e;
}

/* Coupon Banners Section Start */
.coupon-banner-sec {
	padding: 20px 0 20px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0 0 30px 0;
}

.coupon-banner-sec {
	padding: 20px 0 20px;
	color: #00544E;
}

.coupon-banner-sec dl {
	height: 90px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.coupon-banner-sec dl dt {
	float: left;
	font-weight: normal;
}

.coupon-banner-sec dl dd {
	margin: 0 0 10px 0;
	padding: 0 0 0 110px;
}



.bottom-btn-main {
	display: flex;
}

/* Coupon Banners Section End */


/* Cat Product Tabbing Section Start */

/* .cat-product-sec {} */

.cat-product-sec {
	color: #0D571F;
}

.cat-product-sec .sec-title {
	margin-bottom: 25px;
}

.cat-product-sec .sec-title h2 {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 116% !important;
	padding: 12px 0 12px 25px;
	margin: 0 0 30px 0;

}

.cat-product-sec .itempost,
.pop-product-sec .itempost,
.limit-product-sec .itempost {
	flex: 0 0 25%;
	scroll-snap-align: start;
	/* オプション：スクロール時の位置合わせ */
	box-sizing: border-box;
}

.itempost {
	display: inline-block;
	margin: 0 2% 45px 0;
	vertical-align: top;
}

.itempost .img {
	margin: 0 0 15px 0;
}

.img img {
	height: 100%;
	object-fit: contain;
}

.itempost .itemname {
	font-size: 100% !important;
	margin: 0 0 10px 0;
}


.discount_p {
	color: #d20d0d;

	font-size: 125%;
}

.discount_r {
	color: #EB6100;
	font-size: 115%;
}


.cat-tabs-attn {
	text-align: center;
}


.product-tiles-main {
	margin-top: 40px;
}


.product-tiles-main .mainbox {
	padding: 10px;
	margin: 10px 0;
	height: 95%;
	box-shadow: 0 0 4px rgb(0 0 0 / 50%);
}

.product-tiles-main .mainbox:hover {
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.product-tiles-main .product-img img {
	width: 340px;
	height: 340px;
}

.product-tiles-main .product-descrptn {
	margin-top: 15px;
	height: 100px;
}

.product-tiles-main .product-descrptn .product-name {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
}

.product-tiles-main .product-descrptn .cat-name {
	font-size: 1.1vw;
	color: #000;
}

.product-tiles-main .cart-btn-main {
	margin-top: 15px;
}

.product-tiles-main .cart-btn-main .cart-icon {
	width: 25px;
	height: 25px;
}


.cat-product-sec .view-all-btn {
	margin-top: 40px;
}

.cat-product-sec .view-all-btn a {
	position: relative;
	z-index: 1;
	color: #7B1013;
	font-size: 14px;
}


.cat-product-sec .view-all-btn a i {
	color: #DC1B32;
	margin-left: 10px;
}

.cat-product-sec .view-all-btn a:hover {
	color: #DC1B32;
}

.cat-product-sec .view-all-btn a:hover i {
	transform: translateX(10px);
	color: #7B1013;
}





@keyframes tabcontent {
	0% {
		transform: translateY(40px);
		opacity: 0
	}

	100% {
		transform: translateY(0px);
		opacity: 1
	}
}

/* Cat Product Tabbing section End */


/* Pop-product-sec Start */

.pop-product-sec {
	color: #0D571F;
}

.pop-product-sec .sec-title {
	margin-bottom: 25px;
}

.pop-product-sec .sec-title h2 {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 116% !important;
	padding: 12px 0 12px 25px;
	margin: 0 0 30px 0;

}

.pop-product-sec .itempost {
	width: 22.5%;
}

.itempost {
	display: inline-block;
	margin: 0 2% 45px 0;
	vertical-align: top;
}

.itempost .img {
	margin: 0 0 15px 0;
}

.itempost .itemname {
	font-size: 100% !important;
	margin: 0 0 10px 0;
}

.itempost .itemname a {}

.itempost .itemname-s {}

/* Pop-product-sec End*/

/* limit-product-sec Start */

.limit-product-sec {
	color: #0D571F;
}

.limit-product-sec .sec-title {
	margin-bottom: 25px;
}

.limit-product-sec .sec-title h2 {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 116% !important;
	padding: 12px 0 12px 25px;
	margin: 0 0 30px 0;

}

.limit-product-sec .itempost {
	width: 22.5%;
}

.itempost {
	display: inline-block;
	margin: 0 2% 15px 0;
	vertical-align: top;
	width: 100%;
}

.itempost .img {
	margin: 0 0 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.itempost .itemname {
	font-size: 100% !important;
	margin: 0 0 10px 0;
	font-weight: 100;
}

.itempost .itemname a {}

.itempost .itemname-s {

	font-size: 83% !important;
}

.itemprice {
	margin: 5px auto;
}

.itemprice table {
	width: 100%;
}

.itemprice tr {
	font-size: 95% !important;
	display: flex;
	justify-content: space-around;
}

.itemprice th {
	width: 50%;
	text-align: left;
}

.itemprice td {
	width: 50%;
	text-align: left;
}

.newpost-desc .itemprice th {
	width: 50%;
	text-align: left;
	font-size: 0.8rem;
}

.newpost-desc .itemprice td {
	width: 50%;
	text-align: left;
	font-size: 0.8rem;
}

.discount-area {
	margin-top: 5px;
}


.discount-area {
	font-size: 120%;
}

.discount-area th {
	width: 100%;
}

.discount-area td {
	width: 100%;
}

.open-p {
	font-weight: 100;
}

/* Pop-product-sec End*/

/* Our Category Section Start */
.categories-sec .sec-title {
	text-align: center;
	margin-bottom: 60px;
}

.categories-sec .sec-title h2 {
	position: relative;
	font-weight: 400;
}

.sec-images img {
	width: 48.2%;
	margin: 0 0.7% 15px 0.7%;
}

.categories-sec .sec-title h2::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 30%;
	height: 2px;
	background-color: #A83F2E;
}

/* Our Category Section End */

/* Footer Section Start */

.footer-sec {
	text-align: center;
	position: relative;
	bottom: 0;
	width: 100%;
	clear: both;
}

.footer-sec .footer-menu-links {
	padding: 40px 0 0;
}

.footer-sec .footer-menu-links ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.footer-sec .footer-menu-links ul li {
	margin-bottom: 15px;
	font-size: 15px;

}

.footer-sec .footer-menu-links ul li a {
	color: #000000;
	font-weight: 500;
}

.footer-sec .footer-menu-links ul li:last-child {
	margin-right: unset;
}

.login-footer-sec {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.login-footer-sec .footer-menu-links {
	padding: 40px 0 0;
}

.login-footer-sec .footer-menu-links ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.login-footer-sec .footer-menu-links ul li {
	margin-bottom: 15px;
	font-size: 15px;

}

.login-footer-sec .footer-menu-links ul li a {
	color: #000000;
	font-weight: 500;
}

.login-footer-sec .footer-menu-links ul li:last-child {
	margin-right: unset;
}

footer {
	background: linear-gradient(45deg, #bae9e3, #fff1e4)
}

.footer-sec {
	padding: 25px 25px;
	max-width: 1000px;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
}

.footer-menu {
	display: flex;
}

.footer-menu_container {
	display: flex;
	flex-flow: column;
	width: 33.3%;
	font-weight: 700;
	border-left: 1px solid #93918f;
	padding-left: 24px;
	text-align: center;
}

.footer-menu_container:first-child {
	border-left: none;
	padding-left: 0;
}

.footer-menu__title {
	font-size: 12px;
	text-decoration: none;
	color: #6c706e;
}

.footer-menu__item a {
	text-decoration: none;
	font-size: 14px;
	color: #005d35;
	font-weight: 700;
}

.footer-policy {
	display: flex;
	flex-wrap: wrap;
	padding: 24px 0;
	border-bottom: 1px solid #eeedec;
	font-weight: 700;
	justify-content: space-between;
}

.footer-policy__item a:hover {
	color: #04751e;
	border-bottom: 1px solid #04751e;
}

.footer-policy__item {
	margin: 0 24px 5px 0;
}


/* Footer Section End */


/* Right Sticky Menu Links Start */


.st-sticky-share-buttons {
	display: none !important;
}

/* Right Sticky Menu Links End */



/* Login Page Start */

.login-header .topBar {
	padding: 15px 0;
}

.login-header .bottom-bar {
	background-color: #FC9721;
	text-align: center;
	padding: 10px 0;
}

.login-header .bottom-bar p {
	color: white;
	margin: 0;
}

.login-sec {
	position: relative;
	padding: 0 0 35px 0 !important;
	background: -moz-linear-gradient(bottom, #00a29a 50%, #66B8B2);
	background: -webkit-linear-gradient(bottom, #00a29a 50%, #66B8B2);
	background: linear-gradient(to top, #00a29a 50%, #66B8B2);
}

.login-sec .contentbox {
	text-align: center;
}

.login-sec .contentbox p {
	color: #000;

	margin-bottom: 1rem;
	font-size: 1rem;
}

.login-sec .contentbox p span {
	color: #FF0030;

}

.login-sec .login-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.login-sec .user {
	margin-top: 60px;
}

.login-sec .user label {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
}

.login-sec form.user .form-control,
.login-sec form input {
	height: auto;
	font-size: 16px;
	padding: 20px 15px;
}

.login-sec form.user .form-control-user {
	border-radius: unset;
}

.login-sec form.user .btn,
.login-sec .form .btn {
	border-radius: 10px;
	padding: 20px !important;
	background-color: #007bff;
	margin-top: 10px;
	width: 100%;
	height: auto !important;
	line-height: 1 !important;
	font-size: 1.1rem;
}

/* Login Page End */

/* User Login Start */

.user-login-sec.login-sec form .form-group label {
	color: #000;
	position: relative;
}


/*  */

/* Shop Page Section Start */


.shop-banner-sec .banner-bottom-content {
	background-color: #FFF;
	padding: 40px 0;
}

.shop-banner-sec .banner-bottom-content p {
	font-size: 18px;

	text-align: center;

}

.shop-banner-sec .banner-bottom-content p span {
	color: #FF0030;
}


/* Cat Products section Start */

.cat-products-sec1,
.cat-products-sec3 {
	background-color: transparent;
	margin: 30px 0 0 0;
}


/* Sidebar Start */

.lefttoplink {
	margin: 0 0 30px 0;
}

.pickup {
	padding: 0px 20px 0 20px;
	margin: 0 0 30px 0;
	color: #00544E;
}

.pickup h3 {

	background: #ff914d;
	text-align: center;
	padding: 2px 0;
	color: #FFF;
	margin: 0 0 12px 0;
	font-size: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.pickup img {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.pickup .itemname {
	font-size: 120% !important;
}

.pickup .itemname a {}

.pickup .itemname-s {

	height: 50px;
	overflow: hidden;
}

.pickup .itemcomment {
	border-top: 1px solid #DDD;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 79% !important;
	line-height: 1.5em;
}

.newitemlist h3 {
	border-bottom: 1px solid #BB0012;
	border-top: 1px solid #BB0012;
	color: #BB0012;
	padding: 12px 0 12px 25px;
	margin: 0 0 15px 0;
	font-size: 116% !important;

}

.newitemlist .newpost .img {
	width: 40%;
}

.newpost {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newpost-desc {
	width: 55%;
}

.newpost img {
	width: 100%;
	height: 150px;
}

.newpost .itemname a {}

.newpost .itemprice {
	font-size: 80%;

	margin: unset;
	width: 100%;
}

.newpost:after {
	clear: both;
	content: "";
	border: 0 none;
	display: block;
}

.categorylist {
	color: #00544E;
}

.categorylist .item-all {
	background: linear-gradient(to top, #00a29a 30%, #66B8B2);
	border-radius: 3px;
}

.categorylist .item-all a {
	color: #fff;
}

.item-all {

	margin: 5px 0 0 0;
	font-size: 120% !important;
	padding: 10px;
}

.item-all a {
	width: 100%;
	height: 100%;
	display: block;
}

.accordion__title {
	background-color: #000;
	border: 1px solid transparent;
	color: #fff;
	font-size: 1.25em;
	padding: .625em .625em .625em 2em;
	position: relative;
	cursor: pointer;
	user-select: none;
}

.accordion__title::before,
.accordion__title::after {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	top: 50%;
	width: 15px;
	height: 2px;
	right: 25px;
}

.accordion__title::after {
	transform: rotate(90deg);
	transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active {
	background: #e1f0e2;
	color: #305c19;
}

.accordion__title.is-active::before {
	opacity: 0;
}

.accordion__title.is-active::after {
	transform: rotate(0);
}

.accordion__content {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	line-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition-duration: .3s;
}

.accordion__content li {
	list-style: none;
	border: 1px solid #00aaa7;
}

.accordion__content li:last-child {
	border-radius: 0 0 2px 2px;
	overflow: hidden;
}

.accordion__content li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
}

.accordion__content.is-open {
	border: 1px solid #00aaa7;
	line-height: normal;
	height: auto;
	opacity: 1;
	border-radius: 0 0 3px 3px;
}

.categories {
	background: linear-gradient(to top, #00a29a 30%, #66B8B2);
	padding: 10px 45px 10px 10px;
	margin: 5px 0 0 0;
	font-size: 120% !important;
	border-radius: 3px;
}

.accordion__container .is-active {
	border-bottom-right-radius: unset;
	border-bottom-left-radius: unset;
}


.pricelist {
	color: #00544E;
}

.pricelist .prices {
	background: linear-gradient(to top, #00a29a 30%, #66B8B2);
	border-radius: 3px;
}

.pricelist .prices span {
	color: #fff;
	font-weight: 500;
}

.pricelist dt {

	padding: 10px;
	margin: 5px 0 0 0;
	font-size: 120% !important;
}

.pricelist dd {
	margin: 3px 0 0 0;
	padding: 10px 0 10px 15px;
	background: #FFF;
	font-size: 91% !important;
}

.sidebar_link {
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #555;
}

a:hover {
	opacity: 0.5;
}

/*  */

.container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 170px 0 0 0;
}

.container-be {
	max-width: 1140px;
	margin: 0 auto;
}

.cmscontainer {
	max-width: 1140px;
	margin: 0 auto;
}

/*  */


/* Sidebar Start */



.cat-products-sec .sec-title {
	margin-bottom: 20px;
}

.cat-products-sec .sec-title h2 {
	font-size: 150%;

	line-height: 1.5;
	text-align: center;
}

.cat-products-sec .sec-title span {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
}

.cat-products-sec .mainbox {
	padding: 10px;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	margin-bottom: 30px;
	height: 95%;
}

.cat-products-sec .mainbox .imgbox img {
	width: 100%;
}

.cat-products-sec .mainbox .contentbox {
	padding-top: 10px;
}

.cat-products-sec .mainbox .contentbox .product-name {
	font-size: 1rem;
	color: #000;

}

.cat-products-sec .mainbox .contentbox .product-descrptn {
	font-size: 14px;
	color: #000000;
	margin: 10px 0;
}

.section_container {
	overflow: hidden;
	position: relative;
}

.section_container::-webkit-scrollbar {
	display: none;
}

.section_slider {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	margin: 0 auto;
	overflow-x: auto;
	list-style: none;
	scroll-snap-type: x mandatory;
	overscroll-behavior-x: contain;
}

.scroll-btn2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 0.45rem;
	cursor: pointer;
	z-index: 10;
	display: none;
	border-radius: 50%;
	transition: opacity 0.3s ease;
}

.scroll-btn2.visible {
	display: block;
	opacity: 1;
	pointer-events: auto;
}

.angle-btn {
	display: flex;
}

.left-btn {
	left: 0.5rem;
}

.right-btn {
	right: 0.5rem;
}

/* Cat Products section Start */


/* Logout Page Start */

.logout-sec {
	position: relative;
	padding: 140px 0;
}

.logout-sec .logout-sec-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.logout-sec .contentbox {
	text-align: center;
	position: relative;
}

.logout-sec .contentbox h6 {
	font-size: 22px;
	color: black;
	margin-bottom: 60px;
}

.logout-sec .contentbox p {
	font-size: 22px;
	color: black;
	line-height: 1.5;
	margin-bottom: 20px;
}

.logout-sec .contentbox .logout-btn {
	padding: 15px 120px;
	border-radius: 6px;
	margin-top: 100px;
	background-color: #f6931d;
	font-size: 22px;
}

.logout-sec .contentbox .logout-btn:hover {
	background-color: #BAB9B8;
}


/* Logout Page End */


/* New Styling end */

.color-plate {
	position: fixed;
	display: block;
	z-index: 99998;
	padding: 20px;
	width: 245px;
	background: #fff;
	right: -245px;
	text-align: left;
	top: 30%;
	-webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}

.color-plate.active {
	right: 0;
}

.color-plate .color-plate-icon {
	position: absolute;
	left: -48px;
	width: 48px;
	height: 45px;
	line-height: 45px;
	font-size: 21px;
	border-radius: 5px 0 0 5px;
	background: #fff;
	text-align: center;
	color: #333;
	top: 0;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}

.color-plate h4 {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 500;
}

.color-plate p {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 20px;
}

.color-plate span {
	width: 42px;
	height: 35px;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	margin-right: 3px;
}

.color-plate span:hover {
	cursor: pointer;
}

.color-plate span.color1 {
	background: #F7941D;
}

.color-plate span.color2 {
	background: #0088CC;
}

.color-plate span.color3 {
	background: #32B87D;
}

.color-plate span.color4 {
	background: #FE754A;
}

.color-plate span.color5 {
	background: #F82F56;
}

.color-plate span.color6 {
	background: #00cec9;
}

.color-plate span.color7 {
	background: #6c5ce7;
}

.color-plate span.color8 {
	background: #85BA46;
}

.color-plate span.color9 {
	background: #fd79a8;
}

.color-plate span.color10 {
	background: #a29bfe;
}

.color-plate span.color11 {
	background: #badc58;
}

.color-plate span.color12 {
	background: #FF1D38;
}

.btn {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	background: #333;
	display: inline-block;
	z-index: 5;
	display: inline-block;
	padding: 13px 32px;
	border-radius: 0px;
	text-transform: uppercase;
}

.btn:hover {
	color: #fff;
	background: #F7941D;
}

#scrollUp {
	right: 10px;
	z-index: 33;
	bottom: 10px;
	text-align: center;
}

#scrollUp i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: transparent;
	background: #222;
	border-radius: 30px;
	font-size: 18px;
	display: block;
	color: #fff;
	box-shadow: 0px 4px 19px #00000038;
	opacity: 0.7;
}

#scrollUp i:hover {
	background: #F7941D;
	color: #fff;
}






/*======================================
	01. Header CSS
========================================*/
/* Topbar */
.topbar {
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	padding: 15px 0;
}

/* Logo */
.header .logo {
	float: left;
	margin-top: 35px;
}

.header .navbar {
	padding: 0;
}

/* Main Menu */
.navbar-expand-lg .navbar-collapse {
	display: block !important;
}

.header .nav li a i {
	margin-left: 6px;
	font-size: 10px;
}

/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px #3333334d;
	-moz-box-shadow: 0px 3px 5px #3333334d;
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	left: 0;
	margin: 0;
}

.header .nav li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.header .nav li .dropdown li {
	float: none;
	margin: 0;
}

.header .nav li .dropdown li a {
	padding: 8px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}

.header .nav li .dropdown li a:before {
	display: none;
}

.header .nav li .dropdown li:last-child a {
	border-bottom: 0px;
}

.header .nav li .dropdown li:hover a {
	color: #fff;
	background: #F7941D;
}

.header .nav li .dropdown li a:hover {
	border-color: transparent;
}

.header .nav li .dropdown li i {
	float: right;
	margin-top: 8px;
	font-size: 10px;
	z-index: 5;
}

.header .nav li .dropdown.sub-dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 200px;
	top: 0;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	opacity: 0;
	visibility: hidden;
	padding: 10px;
}

.header .nav li .dropdown li:hover .dropdown.sub-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.header .nav li .dropdown.sub-dropdown li a {
	padding: 8px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}

.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a {
	background: transparent;
}

.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
	color: #fff;
	background: #F7941D;
}

.header .nav li .dropdown.sub-dropdown li:last-child a {
	border-bottom: 0px solid;
}

.mobile-search {
	display: none;
}

.header.shop .topbar {
	border: none;
	padding: 12px 0px;
}

.header.shop .nav-inner {
	margin-right: 188px;
}

.header.shop .logo {
	float: left;
	margin-top: 35px;
}

.header.shop .top-contact {
	margin-top: 0px;
}

.header.shop .topbar p {
	color: #ccc;
}

.header.shop .topbar .login a {
	color: #F7941D;
}

/* Topbar Left Nav */
.header.shop .top-left .list-main li:first-child {
	padding-left: 0;
}

.header.shop .top-left .list-main li i {
	display: inline-block;
	margin-right: 4px;
	font-size: 15px;
	color: #F7941D;
	position: relative;
	top: 3px;
}

.header.shop .right-content {
	float: right;
}

.header.shop .list-main li {
	display: inline-block;
	color: #333;
	font-size: 13px;
	font-weight: 500;
	border-right: 1px solid #f0f0f0;
	padding: 0px 13px;
}

.header.shop .list-main li i {
	display: inline-block;
	margin-right: 4px;
	font-size: 15px;
	color: #F7941D;
	position: relative;
	top: 1px;
}

.header.shop .list-main li:last-child {
	padding-right: 0;
	border: none;
}

.header.shop .list-main li a {
	color: #333;
}

.header.shop .list-main li a:hover {
	color: #F7941D;
}

.header.shop .nav li {
	margin-right: 40px;
	float: left;
	position: relative;
}

.header.shop .nav li {
	margin-right: 38px;
	position: relative;
}

.header.shop .nav li:last-child {
	margin: 0 !important;
}

.header.shop .nav li .new {
	background: #F7941D;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0px 9px;
	position: absolute;
	left: 0;
	top: 6px;
	font-weight: 500;
}

.header.shop .nav li .new::before {
	position: absolute;
	content: "";
	left: 4px;
	bottom: -8px;
	border: 4px solid #F7941D;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* Shopping Cart */
.header .shopping {
	display: inline-block;
	z-index: 9999;
}

.header .shopping .icon {
	position: relative;
	cursor: pointer;
	color: #222;
}

.header .shopping .shopping-item {
	position: absolute;
	top: 68px;
	right: 0;
	width: 300px;
	background: #fff;
	padding: 20px 25px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}

.header .shopping:hover .shopping-item {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.header .shopping .dropdown-cart-header {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.header .shopping .dropdown-cart-header span {
	text-transform: uppercase;
	color: #222;
	font-size: 13px;

}

.header .shopping .dropdown-cart-header a {
	float: right;
	text-transform: uppercase;
	color: #222;
	font-size: 13px;

}

.header .shopping .dropdown-cart-header a:hover {
	color: #F7941D;
}

.header .shopping-list li {
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.header .shopping-list li .remove {
	position: absolute;
	left: 0;
	bottom: 16px;
	margin-top: -20px;
	height: 20px;
	width: 20px;
	line-height: 18px;
	text-align: center;
	background: #fff;
	color: #222;
	border-radius: 0;
	font-size: 11px;
	border: 1px solid #ededed;
}

.header .shopping-list li .remove:hover {
	background: #222;
	color: #fff !important;
	border-color: transparent;
}

.header .shopping-list .cart-img {
	float: right;
	border: 1px solid #ededed;
	overflow: hidden;
}

.header .shopping-list .cart-img img {
	width: 70px;
	height: 70px;
	border-radius: 0;

}

.header .shopping-list .cart-img:hover img {
	transform: scale(1.09);
}

.header .shopping-list .quantity {
	line-height: 22px;
	font-size: 13px;
	padding-bottom: 30px;
}

.header .shopping-list h4 {
	font-size: 14px;
}

.header .shopping-list h4 a {

	font-size: 13px;
	color: #333;
}

.header .shopping-list h4 a:hover {
	color: #F7941D;
}

.header .shopping-item .bottom {
	text-align: center;
}

.header .shopping-item .total {
	overflow: hidden;
	display: block;
	padding-bottom: 10px;
}

.header .shopping-item .total span {
	text-transform: uppercase;
	color: #222;
	font-size: 13px;

	float: left;
}

.header .shopping-item .total .total-amount {
	float: right;
	font-size: 14px;
}

.header .shopping-item .bottom .btn {
	background: #222;
	padding: 10px 20px;
	display: block;
	color: #fff;
	margin-top: 10px;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.header .shopping-item .bottom .btn:hover {
	background: #F7941D;
	color: #fff;
}

.header.shop {
	background: #fff;
}

.header.shop .nav-inner {
	margin: 0;
	float: left;
}

.header.shop .topbar {
	background-color: #fff;
	border: none;
}

.header.shop .right-nav li a {
	color: #333;
}

.header.shop .logo {
	float: left;
	margin: 19px 0 0;
}

.header.shop .top-contact {
	margin-top: 0px;
}

/* Header Middle */
.header.shop .search-bar-top {
	text-align: center;
	margin-top: 10px;
}

.header.shop .search-bar {
	margin-top: 33px;
	width: 460px;
	height: 40px;
	display: inline-block;
	background: #fff;
	position: relative;
}

.header.shop .search-bar {
	width: 535px;
	height: 50px;
	display: inline-block;
	background: #fff;
	position: relative;
	margin: 0;
	line-height: 45px;
	border-radius: 5px;
	border: 1px solid #ececec;
}

.header.shop .nice-select {
	clear: initial;
	margin: 0;
	height: 48px;
	width: 150px;
	border: none;
	text-align: center;
	background: transparent;
	text-transform: capitalize;
	padding: 0 0 0 20px;
	border-right: 1px solid #eee;
	line-height: 50px;
	font-size: 14px;
	font-weight: 400;
}

.header.shop .nice-select::after {
	border-color: #666;
	right: 20px;
}

.header.shop .nice-select .list {
	border-radius: 0px;
}

.header.shop .nice-select .list li.focus {
	font-weight: 400;
}

.header.shop .nice-select .list li {
	color: #666;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
}

.header.shop .nice-select .list li:hover {
	background: #F7941D;
	color: #fff;
}

.header.shop .search-bar form {
	display: inline-block;
	float: left;
	width: 260px;
}

.header.shop .search-bar input {
	height: 48px;
	background: transparent;
	color: #666;
	border-radius: 0;
	border: none;
	font-size: 14px;
	font-weight: 400;
	padding: 0 25px 0 20px;
	width: 328px;
}

.header.shop .search-bar .btnn {
	height: 50px;
	line-height: 53px;
	width: 62px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #333333;
	position: absolute;
	right: -2px;
	top: -1px;
	border: none;
	border-radius: 0 5px 5px 0;
}

.header.shop .search-bar .btnn:hover {
	color: #fff;
	background: #F7941D;
}

/* Search Form */
.header.shop .search-top {
	opacity: 1;
	visibility: visible;
	top: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	top: 0;
}

.header.shop .middle-inner {
	padding: 20px 0;
	background: #fff;
	border-top: 1px solid #eee;
}

.header.shop .topbar p {
	color: #333;
}

.header.shop .all-category {
	color: #fff;
	background: transparent;
	position: relative;
	background: #f7941d;
}

.header.shop .all-category h3 {
	padding: 20px 25px;
}

.header.shop .cat-heading {
	font-size: 20px;
	color: #fff;
}

.header.shop .cat-heading i {
	color: #fff;
	display: inline-block;
	margin-right: 15px;
	font-size: 22px;
}


.header.shop .sub-category {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 238px;
	top: 0;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	border-left: 3px solid #F7941D;
	-webkit-box-shadow: 0px 5px 15px #0000000a;
	-moz-box-shadow: 0px 5px 15px #0000000a;
	box-shadow: 0px 5px 15px #0000000a;
}


.header.shop .menu-origin {
	float: none;
	display: inline-block;
	float: right;
}

.header.shop .nav li {
	margin-right: 40px;
	float: left;
	position: relative;
}

.header.shop .nav li {
	margin-right: 5px;
	position: relative;
	float: none;
}

.header.shop .nav li:last-child {
	margin-right: 0;
}

.header.shop .nav li .new {
	background: #F7941D;
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	position: absolute;
	left: 21px;
	top: 2px;
	font-weight: 500;
	height: 18px;
	line-height: 18px;
	text-align: center;
	display: block;
}

.header.shop.v2 .nav li a {
	color: #333;
}

.header.shop .nav li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	padding: 20px 15px;
	font-weight: 500;
	display: block;
	position: relative;
}

.header.shop .nav li:hover a {
	color: #fff;
	background: #F7941D;
}

.header.shop.v2 .nav li:hover a {
	color: #F7941D;
	background: transparent;
}

.header.shop .nav li.active a {
	color: #fff;
	background: #F7941D;
}

.header.shop.v2 .nav li.active a {
	color: #333 !important;
	background: transparent !important;
}

.header.shop.v2 .nav li.active a {
	color: #F7941D !important;
}

.header.shop .nav .dropdown li {
	margin: 0;
}

.header.shop .nav li .dropdown li:hover a {
	background: #F7941D;
}

.header.shop.v2 .nav li.active .dropdown li a {
	color: #333 !important;
}

.header.shop.v2 .nav li.active .dropdown li a:hover {
	color: #fff !important;
	background: #F7941D !important;
}

.header.shop.v2 .nav li.active .dropdown li a:hover {
	color: #fff !important;
}

.header.shop.v2 .nav li .dropdown li:hover a {
	color: #F7941D;
}

.header.shop .nav li .dropdown li a {
	color: #333;
	padding: 8px 15px;
	font-weight: 400;
	background: #fff;
}

.header.shop.v2 .nav li .dropdown li a {
	color: #333;
	background: #fff;
}

.header.shop .nav li .dropdown li a {
	font-weight: 400;
	font-size: 14px;
}

.header.shop .nav li .dropdown li a:hover {
	color: #fff;
}

.header.shop.v2 .nav li .dropdown li a:hover {
	color: #fff !important;
	background: #F7941D;
}

.header.shop .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
	background: #F7941D;
}

.header.shop .right-bar {
	display: inline-block;
	padding: 0;
	margin: 0;
	top: 20px;
	float: right;
	position: relative;
}

.header.shop .right-bar .sinlge-bar.top-search a {
	transform: translateY(3px);
}

.header.shop .right-bar .sinlge-bar.top-search a:hover {
	color: #F7941D;
}

.header.shop .right-bar .sinlge-bar .single-icon {
	color: #333;
	font-size: 20px;
	position: relative;
}

.header.shop .right-bar .sinlge-bar .single-icon:hover {
	color: #F7941D;
}

.header.shop .right-bar .sinlge-bar .single-icon .total-count {
	position: absolute;
	top: -7px;
	right: -8px;
	background: #f6931d;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 11px;
}

.header.shop .right-bar .sinlge-bar {
	display: inline-block;
	margin-right: 25px;
}

.header.shop .right-bar .sinlge-bar:last-child {
	margin-right: 0px;
}

.header.shop .right-bar .sinlge-bar li a:hover {
	color: #F7941D;
}

.mobile-search {
	display: none;
}

/* Header Search */
/* Search */
.header .search-top {
	display: none;
}

.header .search-top a {
	font-size: 17px;
}

.header .search-top a:hover {
	color: #F7941D;
}

.header .search-form {
	position: absolute;
	left: -128px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	top: 46px;
	background: #ffffff75;
	padding: 7px;
	border-radius: 5px;
	transform: scaleY(0);
	box-shadow: 0px 4px 7px #0000003b;
	padding: 0;
	border-radius: 0;
}

.header .search-top.active .search-form {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

.header .search-form input {
	width: 220px;
	height: 45px;
	line-height: 45px;
	padding: 0 60px 0 15px;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #333;
	border-radius: 0;
}

.header .search-form button {
	position: absolute;
	right: 0;
	height: 45px;
	top: 0;
	width: 45px;
	background: transparent;
	border: none;
	color: #3353ea;
	border-radius: 0 3px 3px 0;
	border-radius: 0;
	border-left: 1px solid #eee;
	font-size: 15px;
	color: #333;
}

.header .search-form button:hover {
	color: #fff;
	background: #F7941D;
	border-color: transparent;
}

/* Header Sticky */

.header.sticky .all-category h3 {
	cursor: pointer;

}

/*======================================
	End Header CSS
========================================*/

/*======================================
   Hero Area CSS
========================================*/
/* Start Hero Area 2 CSS */
/*======================================
   End Hero Area CSS
========================================*/

/*======================================
   End Small Banner CSS
========================================*/


/*======================================
   Start Most Popular CSS
========================================*/

/*======================================
   End Most Popular CSS
========================================*/


/* Shop Price */
.shop .range .price-filter {
	display: block;
	margin-top: 20px;
}

.shop .range #slider-range {
	box-shadow: none;
	border: none;
	height: 4px;
	background: #F7941D;
	color: #F7941D;
	border-radius: 0px;
}

.shop .range #slider-range .ui-slider-range {
	box-shadow: none;
	background: #222;
	border-radius: 0px;
	border: none;
}

.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
	width: 14px;
	height: 14px;
	line-height: 10px;
	background: #222;
	border: none;
	border-radius: 100%;
	top: -5px;
}

.shop .range .label-input {
	margin-top: 15px;
}

.shop .range .label-input span {
	margin-right: 5px;
	color: #282828;
}

.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
	background: #F7941D;
	color: #F7941D;
	cursor: pointer;
}

.shop .range .label-input input {
	border: none;
	margin: 0;

	font-size: 14px;
	color: #222;
	background: transparent;
}

.shop .range .check-box-list {
	margin-top: 15px;
}

.shop .range .check-box-list li {
	margin-bottom: 5px;
}

.shop .range .check-box-list li:last-child {
	margin: 0;
}

.shop .range .check-box-list li label input {
	display: inline-block;
	margin-right: 6px;
	position: relative;
	top: 1px;
}

.shop .range .check-box-list li label {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	cursor: pointer;
}

.shop .range .check-box-list .count {
	margin-left: 5px;
	color: #666;
}

img.userimage {
	width: 100px;
	height: 100px;
}

/* Shop Topbar */
.shop .shop-top {
	clear: both;
	background: #f6f7fb;
	padding: 18px 20px 50px 20px;
}

.shop .shop-shorter {
	float: left;
}

.shop .nice-select {
	clear: initial;
	display: inline-block;
	margin: 0;
	border: 1px solid #e6e6e6;
	border-radius: 0px;
	height: auto;
	width: auto;
	border-radius: 0px;
}

.shop .nice-select::after {
	border-color: #888;
}

.shop .nice-select .list {
	border-radius: 0px;
}

.shop .nice-select .option.selected {
	font-weight: 500;
}

.shop .nice-select .list li {
	color: #666;
	border-radius: 0px;
}

.shop .nice-select .list li:hover {
	background: #F7941D;
	color: #fff;
}

.shop .view-mode {
	float: right;
}

.shop .view-mode li {
	display: inline-block;
	margin-right: 5px;
}

.shop .view-mode li:last-child {
	margin: 0;
}

.shop .view-mode li a {
	width: 43px;
	height: 32px;
	background: transparent;
	border: 1px solid #77777775;
	text-align: center;
	display: block;
	line-height: 32px;
	color: #888;
	border-radius: 0px;
}

.shop .view-mode li.active a,
.shop .view-mode li:hover a {
	background: #F7941D;
	color: #fff;
	border-color: transparent;
}

/*======================================
   End Shop Sidebar CSS
========================================*/

/*======================================
   Start Shop Single CSS
========================================*/

.pagenav {
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
	padding: 10px 0;
	margin: 0;
}

.pagenav ul li {
	list-style: none;
	float: left;
}

.pagenav li a {}

.pagenav span {}

.largecat {
	color: #bdbdbd;
}


.shop.single {
	padding: 100px 0 100px;
}

/* .shop.single .product-gallery {
	margin-top: 30px;
} */

.shop.single .flexslider-thumbnails {
	position: relative;
}

.shop.single .product-gallery .slides li {
	position: relative;
}

.shop.single .product-gallery .slides li img {
	width: 100%;
}

.shop.single .flex-control-nav {
	margin-top: 15px;
}

.shop.single .flex-control-thumbs li {
	width: 20%;
	position: relative;
	margin: 0 8px 10px -3px;
}

.shop.single .flex-control-thumbs li img {
	border: none;
	padding: 0;
	border: 1px solid transparent;
}

.shop.single .flex-control-thumbs li img.flex-active {
	border-color: #F7941D;
}

.shop.single .flex-direction-nav {
	display: none;
}

.shop.single .product-des {
	padding-left: 100px;
}



.shop.single .product-des .short .descrtpn-label {
	padding-right: 20px;
	font-size: 1.5rem;

	flex: 0 0 40%;
	max-width: 40%;
}

.shop.single .product-des .short h4 {
	font-size: 1.5vw;
	font-weight: 400;
	margin: 20px 0;
}

.shop.single .product-des .short .product-decsptn {
	padding-top: 50px;
	line-height: 2.2;
}

.shop.single .product-des .short .product-decsptn p {
	font-size: 0.8rem;
	line-height: 3;
}

.shop.single .product-des .total-review {
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
	display: inline-block;
}

.shop.single .product-des .total-review:hover {
	color: #F7941D;
}

.shop.single .product-des .rating {
	margin-top: 20px;
	display: inline-block;
}

.shop.single .product-des .rating li {
	display: inline-block;
}

.shop.single .product-des .rating li i {
	color: #F7941D;
}

.shop.single .product-des .rating li.dark i {
	color: #555;
}

.shop.single .product-des .price {
	font-size: 20px;
	color: #333;

	margin-top: 15px;
}

.shop.single .product-des .price s {
	color: #333;
}

.shop.single .product-des .price span {
	display: inline-block;
	margin-right: 15px;
	color: #F7941D;
}

.shop.single .product-des .product-buy {
	margin-top: 40px;
}


.shop.single .product-des .color {
	display: inline-block;
	margin-right: 50px;
}

.shop.single .product-des .color h4 {
	font-size: 18px;

}

.shop.single .product-des .color h4 span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 4px;
}

.shop.single .product-des .color ul {
	margin-top: 10px;
}

.shop.single .product-des .color ul li {
	display: inline-block;
	margin-right: 5px;
}

.shop.single .product-des .color ul li:last-child {
	margin-right: 0;
}

.shop.single .product-des .color ul li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	background: #333;
}

.shop.single .product-des .color ul li a i {
	font-size: 11px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}

.shop.single .product-des .color ul li a:hover i {
	opacity: 1;
	visibility: visible;
}

.shop.single .product-des .color ul li .one {
	background: #3498db;
}

.shop.single .product-des .color ul li .two {
	background: #F7941D;
}

.shop.single .product-des .color ul li .three {
	background: #8e44ad;
}

.shop.single .product-des .color ul li .four {
	background: #2ecc71;
}


.description {
	border-collapse: collapse;
	border-spacing: 0px 30px;
	width: 100%;
}

.description dl {
	display: grid;
	width: 100%;
	grid-template-columns: 33% auto;
	gap: 0;
	font-size: 13px;
}

.description dt {
	border-bottom: 1px solid #bbbbbb;
	border-top: none;
	color: #00544E;
	font-size: 12px;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 1.5em;
}

.description dd {
	border-bottom: 1px solid #bbbbbb;
	border-top: none;
	font-size: 16px;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 1.5em;
	margin-bottom: 0;
}

pre {
	display: inline;
	font-family: inherit;
	line-height: inherit;
	font-size: 0.85rem;
	background-color: inherit;
	margin-bottom: inherit;
	max-width: inherit;
	overflow: inherit;
	padding: inherit;
	white-space: pre-wrap;
	word-break: break-all;
}

.etd-area dl {
	display: grid;
	width: 100%;
	grid-template-columns: 33% auto;
	gap: 0;
	font-size: 13px;
}

.etd-area dt {
	border-bottom: 1px solid #bbbbbb;
	border-top: none;
	color: #00544E;
	font-size: 12px;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 1em;
}

.etd-area dd {
	border-bottom: 1px solid #bbbbbb;
	border-top: none;
	font-size: 16px;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 1em;
	margin-bottom: 0;
	color: #00544E;
}

.etd-area pre {
	color: #00544E;

	font-size: 12px !important;
}

/* Size */
.shop.single .product-des .size {
	display: inline-block;
}

.shop.single .product-des .size h4 {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 0px;
}

.shop.single .product-des .size ul {
	display: inline-block;
	margin-top: 10px;
}

.shop.single .product-des .size ul li {
	display: inline-block;
	margin-right: 5px;
}

.shop.single .product-des .size ul li:last-child {
	margin-right: 0;
}

.shop.single .product-des .size ul li a {
	display: block;
	height: 30px;
	width: 36px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

.shop.single .product-des .size ul li a:hover {
	color: #F7941D;
}

.shop.single .quantity {
	display: inline-block;
	margin-right: 10px;
}

.shop.single .quantity h6 {
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
}

.shop.single .quantity .input-group {
	width: 151px;
	display: inline-block;
}

.shop.single .quantity .button {
	display: inline-block;
	position: absolute;
	top: 0;
	display: inline-block;
}

.shop.single .quantity .button.minus {
	left: 0;
	border-radius: 0;
	overflow: hidden;
}

.shop.single .quantity .button.plus {
	right: 0;
	border-radius: 0;
	overflow: hidden;
}

.shop.single .quantity .button .btn {
	padding: 0;
	width: 35px;
	height: 45px;
	line-height: 45px;
	border-radius: 0px;
	background: transparent;
	color: #282828;
	font-size: 12px;
	border: none;
}

.shop.single .quantity .button .btn:hover {
	color: #F7941D;
}

.shop.single .quantity .input-number {
	border: 1px solid #eceded;
	width: 100%;
	text-align: center;
	height: 45px;
	border-radius: 0px;
	overflow: hidden;
	padding: 0px 38px;
}

.shop.single .add-to-cart {
	display: inline-block;
}

.shop.single .cart-catgry-main {
	display: flex;
}

.shop.single .add-to-cart .btn {
	border: unset;
	width: auto;
	padding: 15px 70px;
	text-align: center;
	text-transform: capitalize;
	margin: 0;
	border-radius: 10px;
	background: #FC9721;
	color: #fff;
	font-weight: 500;
	height: 54px;
}

.shop.single .add-to-cart .cat .btn {
	margin-right: 20px;
	background: #BAB9B8;
}

.shop.single .add-to-cart .cat .btn:hover {
	background-color: #f6931d;
}

.shop.single .add-to-cart .btn:hover {
	color: #fff;
	background: #BAB9B8;
}

.shop.single .add-to-cart .btn.min {
	padding: 0 20px;
	font-size: 17px;
	position: relative;
	top: 1px;
	line-height: 45px;
}

.shop.single .cat {
	font-size: 14px;
	font-weight: 500;
	color: #333;
}

.shop.single .cat a {
	display: inline-block;
	margin-left: 10px;
}

.shop.single .cat a:hover {
	color: #F7941D;
}

.shop.single .availability {
	color: #333;
	font-size: 14px;
	margin-top: 6px;
}

/* Product Tab */
.shop.single .product-info {
	margin-top: 50px;
}

.shop.single .nav-tabs {
	border: none;
}

.shop.single .nav-tabs li {
	margin-right: 10px;
}

.shop.single .nav-tabs li:last-child {
	margin-right: 0;
}

.shop.single .nav-tabs li a {
	border: 0px solid;
	border-radius: 0px;
	background: #fff;
	color: #333;
	padding: 10px 30px;
	font-weight: 500;
	font-size: 14px;
	border: 1px solid #eee;
}

.shop.single .nav-tabs li a i {
	margin-right: 10px;
}

.shop.single .nav-tabs li a.active,
.shop.single .nav-tabs li:hover a {
	background: #F7941D;
	color: #fff;
	border-color: transparent;
}

.shop.single .single-des {
	margin-top: 35px;
}

.shop.single .single-des h4 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 22px;

}

.shop.single .single-des ul {}

.shop.single .single-des ul li {
	color: #555;
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.shop.single .single-des ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 9px;
	height: 7px;
	width: 7px;
	background: #f7941d;
	border-radius: 50%;
}


.shop.single .item-info {
	width: 100%;
}

.shop.single .item-info tbody td {
	border: 1px solid #e6e6e6;
	padding: 10px;
}

.shop.single .single-rating {
	margin-bottom: 20px;
}

.shop.single .single-rating:last-child {
	margin: 0;
	border: none;
	padding: 0;
}


.shop.single .ratting-main .single-rating ul li {
	display: inline-block;
}

.shop.single .ratting-main .single-rating ul li i {
	color: #F7941D;
	font-size: 14px;
}

.shop.single .review-inner label {
	display: inline-block;
	margin: 0 5px 0 0;
}

.shop.single .review-inner .ratings {
	overflow: visible;
	display: inline-block;
	margin: 0;
}

.shop.single .review-inner .ratings ul {
	display: inline-block;
}

.shop.single .ratting-main .single-rating ul {
	display: inline-block;
	margin-right: 5px;
}

.shop.single .ratings .rate-count {
	display: inline-block;
	color: #666;
	font-size: 13px;
}


.shop.single .form .form-group input {
	width: 100%;
	height: 45px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #ddd;
	resize: none;
	border-radius: 0;
	color: #333;
}

.shop.single .form .form-group button {
	border: none;
	padding: 17px 50px;
}

.shop.single .form .form-group textarea {
	width: 100%;
	height: 200px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	resize: none;
	border-radius: 0;
	color: #333;
}

.shop.single .form .form-group label {
	color: #333;
	position: relative;
}

.shop.single .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}

.shop.single .review-panel {
	margin-top: 35px;
}

/*======================================
   End Shop Single CSS
========================================*/


/*======================================
   Start Shopping Cart CSS
========================================*/
.shopping-cart {
	background: #f6f6f6;
	padding: 50px 0;
}

.shopping-cart .table p {
	font-size: 14px;
	color: #666;
}

.shopping-cart .table .remove-icon {
	font-size: 16px;
}

.shopping-cart .table td {
	vertical-align: middle;
	border-top: 1px solid #eee;
	padding: 30px;
}

.shopping-cart tbody .qty .input-group {
	width: 175px;
	display: inline-block;
}

.shopping-cart .qty .button {
	display: inline-block;
	position: absolute;
	top: 0;
}

.shopping-cart .qty .button.minus {
	left: 0;
	border-radius: 0;
	overflow: hidden;
}

.shopping-cart .qty .button.plus {
	right: 0;
	border-radius: 0;
	overflow: hidden;
}

.shopping-cart .qty .button .btn {
	padding: 0;
	width: 44px;
	height: 47px;
	line-height: 50px;
	border-radius: 0px;
	background: transparent;
	color: #282828;
	border: none;
	font-size: 12px;
}

.shopping-cart .qty .button .btn:hover {
	color: #F7941D;
}

.shopping-cart .qty .input-number {
	border: 1px solid #eceded;
	width: 100%;
	text-align: center;
	height: 47px;
	border-radius: 0;
	overflow: hidden;
	padding: 0px 45px;
}

.shopping-cart .total-amount {
	margin-top: 50px;
}

.shopping-cart .total-amount .left {}

.shopping-cart .total-amount .left .coupon {}

.shopping-cart .total-amount .left .coupon form {}

.shopping-cart .total-amount .left .coupon form input {
	width: 220px;
	display: inline-block;
	height: 48px;
	color: #333;
	padding: 0px 20px;
	border: none;
	box-shadow: 0px 0px 5px #0000000a;
}

.shopping-cart .total-amount .left .coupon form .btn {
	display: inline-block;
	height: 48px;
	border: navajowhite;
	margin-left: 4px;
	background: transparent;
	color: #333;
	background: #fff;
	box-shadow: 0px 0px 5px #00000012;
}

.shopping-cart .total-amount .left .coupon form .btn:hover {
	background: #fff;
	color: #F7941D;
}

.shopping-cart .total-amount .left label {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}

.shopping-cart .total-amount .left .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
}

.shopping-cart .total-amount .left .checkbox label {
	font-size: 15px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 30px;
}

.shopping-cart .total-amount .left .checkbox label:hover {
	cursor: pointer;
}

.shopping-cart .total-amount .left .checkbox label input {
	display: none;
}

.shopping-cart .total-amount .left .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	border: 1px solid #555555;
	border-radius: 0px;
}

.shopping-cart .total-amount .left .checkbox label::after {
	position: absolute;
	content: "\f00c";
	font-family: "Fontawesome";
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	line-height: 24px;
	left: 3px;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	display: block;
	font-size: 11px;
}

.shopping-cart .total-amount .left .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.shopping-cart .total-amount .right {
	padding-left: 100px;
}

.shopping-cart .total-amount .right ul li {
	font-size: 15px;
	font-weight: 400;
	color: #333;
	margin-bottom: 12px;
}

.shopping-cart .total-amount .right ul li.last {
	padding-top: 12px;
	border-top: 1px solid #c8c8c8;
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.shopping-cart .total-amount .right ul li span {
	display: inline-block;
	float: right;
}

.shopping-cart .total-amount .right .button5 .btn {
	text-align: center;
	border-radius: 0;
	width: 100%;
	margin-top: 10px;
	height: 46px;
	line-height: 18px;
	font-size: 13px;
	color: #fff;
}

/* new css */

.progressview {
	margin: 0 0 30px;
	overflow: hidden;
	position: relative;
}

.progressview .progressview--list {
	float: left;
	left: 50%;
	position: relative;
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.progressview .progressview--step {
	border: solid transparent;
	border-width: 0 0 1px;
	color: #cfd8dc;
	display: block;
	float: left;
	font-size: 1.1rem;
	height: 30px;
	left: -50%;
	line-height: 30px;
	margin: 0 7.5px;
	padding: 0 7.5px 7.5px;
	position: relative;
}

.progressview .progressview--step.progressview--step--is_current {
	border-color: #ff9800;
	color: #ff9800;
	font-weight: 700;
	box-sizing: initial;
}

.progressview .progressview--badge {
	background-color: #cfd8dc;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 1.1rem;
	height: 30px;
	margin-right: 7.5px;
	text-align: center;
	width: 30px;
}

.progressview .progressview--step.progressview--step--is_current .progressview--badge {
	background-color: #ff9800;
	font-weight: 400;
}



/*======================================
   End Shopping Cart CSS
========================================*/

/*======================================
   Start Checkout Form CSS
========================================*/

.customerbar.customerbar--is_signin {
	background-color: #edf7ee;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.customerbar .customerbar__content {
	border-bottom: 1px solid #eff2f3;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

.customerbar.customerbar--is_signin .customerbar__status {
	color: #317234;
	font-weight: 700;
}

.customerbar .customerbar__status {
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: slide-enter-right;
	animation-name: slide-enter-right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-size: 1.1rem;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	padding: 0 0 0 60px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 60%;
}

.customerbar .customerbar__content:after {
	clear: both;
	content: "";
	display: table;
}

.customerbar .customerbar__action {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	height: 60px;
	line-height: 60px;
	text-align: right;
	width: 40%;
}

.customerbar.customerbar--is_signin .customerbar__action {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: fade-enter;
	animation-name: fade-enter;
}

.customerbar .customerbar__action span {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: fade-enter;
	animation-name: fade-enter;
	color: #2169f3;
	display: inline-block;
	padding: 0 15px;
}

.customerbar.customerbar--is_signin .customerbar__action span {
	color: #317234;
	cursor: pointer;
}

.minheight {
	min-height: 77vh;
}

.layout.layout--is_pc .layout__unit.layout__unit--is_1column .layout__column {
	margin: 0 auto;
	width: 960px;
}

.header .header--brand {
	margin: 0;
	padding: 90px 15px 30px;
	text-align: center;
}

.header .header--brand.header--brand--is_image a {
	display: block;
	padding: 0;
}

.header .header--brand.header--brand--is_image a img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 50%;
}

.layout.layout--is_pc .layout__unit.layout__unit--is_2column.layout__unit--is_biased {
	margin: 0 auto;
	position: relative;
	width: 960px;
	display: flex;
	justify-content: space-between;
}

.layout.layout--is_pc .layout__unit.layout__unit--is_2column.layout__unit--is_biased .layout__column.layout__column--is_main {
	width: 540px;
}

.heading {
	margin: 0;
	position: relative;
	border-bottom: solid #cfd8dc;
}

.basket_items_fields {
	margin: 0 0 15px;
}

.item-block {
	display: flex;
	border-bottom: solid #cfd8dc;
}

.item-block .item-img {
	border-width: 0 0 1px;
	padding: 15px;
	width: 30%;
}

.item-img img {
	height: 100px;
	object-fit: contain;
}

.item-name_quantity {
	padding: 15px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 45%;
}

.item-name {
	margin-bottom: 30px;
}

.item-price {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: 15px;
	width: 25%;
}

.item-counter {
	width: 65%;
}

.delete-btn {
	width: 50%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px 5px 0 5px;
	cursor: pointer;
	margin-bottom: 0.5rem;

}

.basket.basket--is_edit {
	position: relative;
}


.basket.basket--is_edit .basket__heading.basket__heading--is_image .basket__image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #eff2f3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 105px;
	width: 105px;
	object-fit: contain;
}

.basket.basket--is_edit .basket__heading.basket__heading--is_image .basket__name {
	display: table-cell;
	font-size: 1.0214285714rem;
	height: 75px;
	overflow-wrap: break-word;
	padding: 0 15px;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
	font-size: 15px;
}

.basket.basket--is_edit .basket__heading.basket__heading--is_image .basket__name .basket__link {
	color: #3e515a;
}

/* 数量CSS */
.basket.basket--is_edit .basket__quantity {
	float: left;
	min-height: 62px;
	width: 105px;
}

.input.input--is_select .select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* background-color: #eff2f3; */
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 0 #dfe5e8;
	box-shadow: 0 2px 0 #dfe5e8;
	color: #4d646f;
	/* position: relative; */
	width: 100%;
	z-index: 1;
}

.input.input--is_select .select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	height: 60px;
	left: 0;
	top: 0;
	width: 100%;
	border: 1px solid #b0bec5;
	background-color: #f7f9f9;
	border-radius: 3px;
	padding: 0 15px;
	-webkit-box-shadow: inset 0 2px 0 #dfe5e8;
	box-shadow: inset 0 2px 0 #dfe5e8;
	font-size: 1.2571428571rem;
	color: #3d3a3a;
}

.input.input--is_select.input--is_center-label .select .select__surface {
	text-align: center;
}

.input.input--is_select .select .select__surface {
	background: transparent;
	-webkit-box-shadow: 0 2px 0 #dfe5e8;
	box-shadow: 0 2px 0 #dfe5e8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.2571428571rem;
	height: 60px;
	left: 0;
	line-height: 60px;
	overflow: hidden;
	padding: 0 30px 0 15px;
	position: absolute;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
	width: 100%;
	z-index: 2;
}

.basket.basket--is_edit .basket__body:after {
	clear: both;
	content: "";
	display: table;
}

.basket--is_confirm {
	display: table;
	height: 105px;
	margin: 0;
	width: 100%;
}

.basket--is_confirm .basket__image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #eff2f3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 105px;
	width: 105px;
	object-fit: contain;
}


.basket__body-confirm {
	display: table-cell;
	padding: 0 15px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

.basket__body-confirm .basket__name {
	font-size: 1.0214285714rem;
	margin: 0;
	overflow-wrap: break-word;
	padding: 0 0 30px;
	word-break: break-all;
}

.basket__body-confirm .basket__price {
	font-size: 1.1rem;
	margin: 0;
	text-align: right;
}

.basket__price-quantity {
	margin-right: 7.5px;
}

.select .current {
	line-height: 42px;
}

.basket.basket--is_edit .basket__price {
	float: right;
	height: 60px;
	padding-right: 15px;
	position: relative;
}

.basket.basket--is_edit .basket__price .basket__price-subtotal {
	bottom: 0;
	color: #3e515a;
	font-size: 1.2571428571rem;
	height: 60px;
	line-height: 60px;
	position: absolute;
	right: 15px;
	text-align: right;
	white-space: nowrap;
}

.cart-item-flex {
	display: flex;
	margin: 10px 0;
	justify-content: space-between;
}

.cart-item-img {
	width: 35%;
}

.button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #607d8b;
	border: 0;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 0 #56717d;
	box-shadow: 0 2px 0 #56717d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2571428571rem;
	font-weight: 700;
	height: 48px;
	line-height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-overflow: ellipsis;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
}

.basket.basket--is_edit .basket__delete {
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	font-size: .9428571429rem;
	height: 26px;
	line-height: 26px;
	position: absolute;
	right: -7.5px;
	top: 0;
	width: 50px;
}

.button.button--is_light {
	background-color: #eff2f3;
	-webkit-box-shadow: 0 2px 0 #dfe5e8;
	box-shadow: 0 2px 0 #dfe5e8;
	color: #3e515a;
	font-weight: 400;
}

.shipping_continue_button {
	margin: 15px 90px 30px;
}

.button.button--is_light {
	background-color: #eff2f3;
	-webkit-box-shadow: 0 2px 0 #dfe5e8;
	box-shadow: 0 2px 0 #dfe5e8;
	color: #3e515a;
	font-weight: 400;
}

.button.button--is_primary {
	background: linear-gradient(to top, #00a29a 30%, #66B8B2);
	-webkit-box-shadow: 0 2px 0 #00a29a;
	box-shadow: 0 2px 0 #00a29a;
	color: #fff;
}

.button.button--is_primary.button--is_light {
	background-color: #e9f0fe;
	-webkit-box-shadow: 0 2px 0 #d3e1fd;
	box-shadow: 0 2px 0 #d3e1fd;
}

/* 数量エリア終わり */

/* 合計金額エリア */

.layout.layout--is_pc .layout__unit.layout__unit--is_2column.layout__unit--is_biased .layout__column.layout__column--is_side {
	position: relative;
	width: 360px;
}

.layout.layout--is_pc .layout__unit.layout__unit--is_2column.layout__unit--is_biased .layout__column.layout__column--is_side.cartstick {
	left: auto;
	margin-left: 600px;
	position: fixed;
	top: 75px;
}

.sticky-scroll-inner {
	position: sticky;
	top: 75px;
}

.checkout_info {
	border: 2px solid #dfe5e8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.checkout_info--unit {
	padding: 15px;
}

.checkout_info .checkout_slip {
	margin-bottom: -7.5px;
}

.checkout_slip {
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
}

.checkout_slip--unit {
	display: table-row;
}

.checkout_slip--heading {
	display: table-cell;
	font-size: 1.0214285714rem;
	padding: 0 7.5px 7.5px;
}

.checkout_slip--unit--is_total_price .checkout_slip--heading {
	font-size: 1.1rem;
	font-weight: 700;
}

.checkout_slip--body {
	display: table-cell;
	font-size: 1.2571428571rem;
	padding: 0 7.5px 7.5px;
	text-align: right;
}

.checkout_slip--unit--is_total_price .checkout_slip--body {
	color: #f44336;
	font-size: 1.5714285714rem;
	font-weight: 700;
}

.checkout_info--unit+.checkout_info--unit {
	border-top: 2px solid #dfe5e8;
}

.checkout_info--unit.checkout_info--unit--is_submit {
	text-align: center;
}

.input.input--is_radio {
	position: relative;
}

.checkout_button_container {
	margin-top: 15px;
}


.checkout_button:before {
	font-size: 1.8857142857rem;
	font-weight: 400;
	margin-right: 7.5px;
	vertical-align: middle;
}

.layout.layout--is_pc .layout__unit.layout__unit--is_2column.layout__unit--is_biased:after {
	clear: both;
	content: "";
	display: table;
}

.checkout_price {
	position: relative;
}

.pricetable {
	display: table;
	width: 100%;
}

.pricetable .pricetable__unit {
	display: table-row-group;
	height: 30px;
	line-height: 30px;
}

.pricetable .pricetable__heading {
	display: table-cell;
	font-size: 1.1rem;
	padding: 0 15px 15px;
	text-align: right;
	width: 100%;
}

.pricetable .pricetable__unit.pricetable__unit--is_border .pricetable__heading {
	border-top: 1px solid #eff2f3;
}

.pricetable .pricetable__unit.pricetable__unit--is_total-price .pricetable__heading {
	font-weight: 700;
	padding: 15px;
}

.pricetable .pricetable__body {
	display: table-cell;
	font-size: 1.2571428571rem;
	padding: 0 15px 15px;
	text-align: right;
	white-space: nowrap;
}

.pricetable .pricetable__unit.pricetable__unit--is_total-price .pricetable__body {
	font-size: 1.5714285714rem;
	font-weight: 700;
	padding: 15px;
}

.pricetable .pricetable__unit.pricetable__unit--is_total-price {
	height: auto;
}

.pricetable .pricetable__unit {
	display: table-row-group;
	height: 30px;
	line-height: 30px;
}

.return-shop {
	margin-top: 15px;
	padding: 0 15px;
}

.return-shop .return-shop__link {
	border-top: 1px solid #eff2f3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #2169f3;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	padding: 0 15px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.return-shop .return-shop__link--is_right {
	text-align: right;
}

.return-shop .return-shop__link--is_center {
	text-align: center;
}

.return-shop .return-shop__link .return-shop__link-text {
	margin-left: 7.5px;
	padding-right: 0;
}

/* 合計金額エリア終わり */

/* 配送先情報エリアスタート */

.checkout_section {
	margin-bottom: 60px;
}

.section .section__heading {
	border-bottom: 1px solid #eff2f3;
	margin: 0;
	position: relative;
}

.section__heading {
	border-bottom: 1px solid #eff2f3;
	margin: 0;
	position: relative;
}

.heading.heading--is_icon-with-text .heading__text {
	color: inherit;
	font-size: 1.2571428571rem;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 0 0 60px;
}

.section .section__body.section__body--is_no-padding {
	padding: 0;
}

.delivery_fields,
.payment_fields {
	padding: 0 15px;
}

.form--unit {
	margin: 15px 0;
	position: relative;
}

.save-credit-checkbox-wrapper {
	top: 120px;
	right: 0
}

.callout {
	background-color: #eff2f3;
	color: #3e515a;
	font-size: 1.1rem;
	margin: 15px 0;
	overflow-wrap: break-word;
	padding: 15px 30px;
	text-align: justify;
	word-break: break-all;
}

.callout.callout--is_border {
	background-color: transparent;
	border-color: #b0bec5;
	border-style: solid;
	border-width: 1px 0;
	color: #3e515a;
	padding: 15px;
}

.article .article__section:last-child {
	border-bottom: 0;
}

.article .article__heading {
	color: #607d8b;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 7.5px;
	overflow-wrap: break-word;
	word-break: break-all;
}

.article__heading {
	color: #607d8b;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 7.5px;
	overflow-wrap: break-word;
	word-break: break-all;
}

.article .article__body {
	color: #3e515a;
	font-size: 1.1rem;
	font-size: 18px;
	line-height: 1.66;
	margin: 0;
	overflow-wrap: break-word;
	text-align: justify;
	word-break: break-all;
}

.article__body {
	color: #3e515a;
	font-size: 1.1rem;
	font-size: 18px;
	line-height: 1.66;
	margin: 0;
	overflow-wrap: break-word;
	text-align: justify;
	word-break: break-all;
}

.white-space-pre-line {
	white-space: pre-line;
	font-size: 0.9rem;
}

.article .article__section {
	border-bottom: 1px solid #eff2f3;
	padding: 15px 0;
}

.article .article__section:last-child {
	border-bottom: 0;
}

.article__section {
	border-bottom: 1px solid #eff2f3;
	padding: 15px 0;
}

.article__section:last-child {
	border-bottom: 0;
}

.checkout_confirm_section {
	margin-bottom: 60px;
}

.confirm_btns {
	padding: 60px 0;
	margin: 0 auto;
	width: 540px;
}


/* 消すかもスタート */
.tab_wrap {
	margin: 30px auto;
	padding: 0 10px 0 10px;
}

.tab_wrap input[type="radio"] {
	display: none;
}

.tab_area {
	font-size: 0;
	padding: 0 55px;
}

.tab_area label {
	width: 46%;
	display: inline-block;
	padding: 14px 0 12px;
	color: #fff;
	background: #00544E;
	text-align: center;
	font-size: medium;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	vertical-align: bottom;
	margin: 10px 5px 0;
}

.tab_area label:hover {
	opacity: 0.5;
}

.panel_area {
	background: #fff;
	padding: 0 10px;
}

.tab_panel {
	width: 100%;
	padding: 20px 0;
	display: none;
}

.tab_panel p {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}

#tab1:checked~.tab_area .tab1_label {
	background: #fff;
	color: #00544E;
}

#tab1:checked~.panel_area #panel1 {
	display: block;
}

#tab2:checked~.tab_area .tab2_label {
	background: #fff;
	color: #00544E;
}

#tab2:checked~.panel_area #panel2 {
	display: block;
}


.tab_area label.active {
	background: #fff;
	color: #00544E;
}

.tab_panel.active {
	display: block;
}

.form {
	padding: 0 0 15px;
}

.form .form--unit {
	margin: 15px 0;
	position: relative;
}

.form .form--label {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #3e515a;
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 15px 15px 7.5px;
}

.form .form--required {
	background-color: #ffcc80;
	color: #fff;
	display: inline-block;
	font-size: .9428571429rem;
	font-weight: 400;
	margin: 0 0 0 3.75px;
	padding: 0 7.5px;
	border-radius: 2px;
}

.input.input--is_select {
	height: 60px;
	padding: 0 15px;
	font-size: 1.2571428571rem;
	color: #3d3a3a;
}

.input.input--is_text {
	height: 60px;
	padding: 0 15px;
	font-size: 1.2571428571rem;
	color: #3d3a3a;
}

.input.input--is_text .textfield {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f7f9f9;
	border: 1px solid #b0bec5;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 2px 0 #dfe5e8;
	box-shadow: inset 0 2px 0 #dfe5e8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #3d3a3a;
	font-size: 1.2571428571rem;
	height: 60px;
	outline: 0;
	padding: 0 15px;
	width: 100%;
}

.input--example {
	color: #90a4ae;
	float: right;
	font-size: 12px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 15px;
}

.input--example:before {
	content: "例:";
	margin-right: 1.875px;
}

.form .form--postal_code {
	margin-bottom: -29px;
}

.form .form--postal_code .form--postal_code_textfield {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 7.5px;
	width: 60%;
}

.form .form--postal_code .form--postal_code_button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding-left: 7.5px;
	width: 40%;
}

.form .form--postal_code:after {
	clear: both;
	content: "";
	display: table;
}


.form--input .nice-select {
	height: 60px;
	float: none;
}

.form--input .current {
	line-height: 60px;
}

/* パネル２枚目 */
.form_group {
	padding: 0 0 0 45px;
	position: relative;
}

.form_group .form_group--heading {
	height: 45px;
	margin: 0 0 0 -60px;
	position: sticky;
	z-index: 2;
	top: 60px;
}

.form_group .form_group--heading_text {
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #607d8b;
	display: block;
	font-size: 1.2571428571rem;
	font-weight: 700;
	height: 45px;
	left: 52.5px;
	line-height: 45px;
	margin: 0;
	padding: 0 11.25px;
	position: absolute;
	top: 7.5px;
	white-space: nowrap;
}

.form_group.form_group--is_primary .form_group--heading_text {
	color: #2169f3;
}

.form_group .form_group--heading_icon {
	background-color: #cfd8dc;
	border-radius: 100%;
	color: #fff;
	font-size: 26.25px;
	height: 45px;
	left: 7.5px;
	line-height: 45px;
	position: absolute;
	text-align: center;
	top: 7.5px;
	width: 45px;
}

.form_group.form_group--is_primary .form_group--heading_icon {
	background-color: #bcd2fb;
}

.form_group:after {
	background-color: #cfd8dc;
	content: "";
	display: block;
	height: 100%;
	left: -1px;
	left: 14px;
	position: absolute;
	top: 15px;
	width: 2px;
	z-index: 1;
}

.form_group.form_group--is_primary:after {
	background-color: #bcd2fb;
}

.form_group+.form_group {
	margin-top: 45px;
}

.form_group.form_group--is_success .form_group--heading_text {
	color: #4caf50;
}

.form_group.form_group--is_success .form_group--heading_icon {
	background-color: #c9e7cb;
}

.form_group.form_group--is_success:after {
	background-color: #c9e7cb;
}

.dastick {
	position: fixed !important;
	top: 60px;
	width: 525px;
	background-color: rgba(0, 0, 0, 0);
	z-index: 2;
}

.trademark-list {
	border: 1px solid #eff2f3;
	font-size: 0;
	margin: 7.5px 0;
	text-align: center;
}

.trademark-list .trademark-list__item {
	display: inline-block;
	height: 45px;
	margin: 3.75px;
	width: 45px;
}

.trademark {
	background-size: auto 90px;
	display: inline-block;
	height: 45px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 45px;
}

.link {
	border-color: #eff2f3;
	border-style: solid;
	border-width: 1px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #2169f3;
	cursor: pointer;
	display: block;
	font-size: 1.1rem;
	height: 60px;
	line-height: 60px;
	margin: 0 30px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.link.link--is_small {
	font-size: .9428571429rem;
}

.form .form--creditcard_securitycode:after {
	clear: both;
	content: "";
	display: table;
}

.layout.layout--is_pc .layout__unit.layout__unit--is_1column.layout__unit--is_centering .layout__column {
	margin: 0 auto;
	width: 540px;
}

.layout.layout--is_pc .layout__unit.layout__unit--is_1column.layout__unit--is_centering .layout__column.layout__column--is_action {
	padding: 60px 0;
	font-family: "Open Sans", sans-serif;
}

.section .section__body {
	margin: 0;
	padding: 15px 30px;
}

.section__body {
	margin: 0;
	padding: 15px 30px;
}



/* 消すかもエンド */


/* old css */


.shop.checkout {
	padding: 0;
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.checkout-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shop.checkout .checkout-form {
	margin-top: 30px;
}

.shop.checkout .sec-title {
	position: relative;
	background-color: #FC9721;
}

.shop.checkout .sec-title h2 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding: 10px 0;

}

.shop.checkout .sec-title h2::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.shop.checkout .checkout-form p {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-top: 12px;
	margin-bottom: 30px;
}

.shop.checkout .form-group {
	margin-bottom: 25px;
}

.shop.checkout .form-group label {
	color: #000000;
	position: relative;
	font-size: 1rem;
	margin-bottom: 20px;
}

.checkout-title {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.checkout-information {
	margin-bottom: 20px;
}


.shop.checkout .form-group label span {
	color: #ff2c18;
	font-size: 11px;
}

.shop.checkout .form-group input {
	width: 100%;
	/* line-height: 50px; */
	border-radius: 3px;
	/* border-radius: 0px; */
	color: #333 !important;
	border: solid 0.5px #000;
	background: white;
	outline: none;
	margin-top: 10px;
	padding-left: 18px;
}


.shop.checkout .nice-select {
	width: 100%;
	border-radius: 3px;
	color: #333 !important;
	border: solid 0.5px #000;
	background: white;
	margin-top: 15px;
}

.shop.checkout .nice-select .list {
	width: 100%;
	height: 300px;
	overflow: scroll;
}


.shop.checkout .nice-select .list li.option {
	color: #333;
}

.shop.checkout .nice-select .list li.option:hover {
	background: #F6F7FB;
	color: #333;
}

.shop.checkout .form .address input {
	margin-bottom: 15px;
}

.shop.checkout .form .address input:last-child {
	margin: 0;
}





.user-filled-data-sec {
	padding: 60px 0;
}

.user-filled-data-sec .sec-title {
	/* text-align: center; */
	padding-bottom: 30px;
}

.user-filled-data-sec .sec-title h2 {
	font-size: 22px;
	color: #000000;

}

.user-filled-data-sec .checkout-filled-data label {
	color: #000000;

	font-size: 20px;
}

.user-filled-data-sec .checkout-filled-data h6 {
	font-size: 18px;
	font-weight: 500;
}

.user-filled-data-sec .checkout-filled-data h6,
.user-filled-data-sec .checkout-filled-data label {
	margin-bottom: 15px;
}

.user-filled-data-sec .checkout-btns-main {
	padding-top: 0 15px 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 70px;
}

.user-filled-data-sec .checkout-btns-main .butns {
	background-color: #999999;
	padding: 20px;
	line-height: 1;
	margin-right: 30px;
	color: white;
	border-radius: 10px;
	font-size: 18px;

	text-align: center;
	width: 250px;
}

.user-filled-data-sec .checkout-btns-main .butns:hover {
	background-color: #dcdcdc;
}

.user-filled-data-sec .checkout-btns-main .butns:last-child {
	margin-right: unset;
	background-color: #f6931d;
}

.user-filled-data-sec .checkout-btns-main .butns:last-child:hover {
	background-color: #ffde3c;
}

.itemdetail {
	margin: 30px 0 30px 0;
	display: flex;
	justify-content: space-between;
}

.itemdetail p {
	line-height: 2em !important;
}

.imagearea {
	width: 50%;
}

.gallery img {
	max-width: 100%;
	border-radius: 5px;
	height: 428px;
	object-fit: contain;
	margin: 0 auto;
}

.itemdetail .floatR {
	width: 48.2%;
}

.product-des {
	width: 40%;
	position: relative;
}

.product-title .floatR {
	font-size: 120% !important;
}

.product-title h2 {
	padding: 15px 7px 10px 0;
	font-size: 141% !important;

}

.itemcategory {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 7px 0 7px 5px !important;
	margin: 0 0 20px 0 !important;
	font-size: 116% !important;
}

.product-decsptn p {
	font-size: 91% !important;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;

}

.product-decsptn pre {
	color: #00544E;

}


.description th {
	border-bottom: 1px solid #FFF;
}

.description td {
	border-bottom: 1px solid #FFF;
}

.description pre {
	font-size: 100% !important;
}

.sell-price th {
	border-bottom: 1px solid #FFF;
}

.sell-price td {
	border-bottom: 1px solid #FFF;
}

.open-price-theme {
	font-size: 110% !important;
	width: 43%;
}

.open-price {
	padding: 10px 0 10px 10px;
}

.open-price pre {
	font-size: 110% !important;
	color: #00544E;
}

.per-price {
	padding: 10px 0;
}

.discount-rate-theme {
	font-size: 180% !important;
	padding: 20px 0 10px 0;
	width: 43%;
	color: #EB6100;
}

.discount-rate {
	padding: 20px 0 10px 10px;
}

.discount-rate pre {
	font-size: 180% !important;
	color: #EB6100;
}

.discount-price-theme {
	font-size: 200% !important;
	padding: 20px 0 10px 0;
	width: 43%;
	color: #E60012;
}

.discount-price {
	padding: 25px 0 10px 10px;
}

.discount-price pre {
	font-size: 200% !important;
	color: #E60012;
}

.tax {
	font-size: 55%;
}

.cartarea {
	width: 95%;
	margin: 50px auto 10px auto;
}

.cartarea table th {
	width: 30%;
	font-size: 130% !important;
	padding: 6px 0 0 0;
	border: none !important;
}

.cartarea table .inputquantity {
	padding: 6px 0 0 0;
}

.item-notice {
	background-color: #dcdcdc;
	padding: 24px 16px;
	border-radius: 16px;

	font-size: 0.8rem;
	color: #181818;
}

.item-notice a {

	text-decoration: underline;
	color: #007bff;
}

.item-notice li {
	list-style: disc;
	margin-left: 18px;
}

.item-notice li::marker {
	color: inherit;
	font-size: 1rem;
}

.btnspinner {
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.inputquantity input {
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1rem;
	width: auto;
	vertical-align: middle;
	margin: 0;
	width: 25%;
}

input[type="number"] {
	-moz-appearance: textfield;
	text-align: center;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.inputquantity input[type="button"] {
	cursor: pointer;
}

.clear {
	clear: both;
}

.guidearea {
	padding: 30px 45px 15px 45px;
	margin: 0 0 20px 0;
	background: #FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.guidearea::after {
	clear: both;
	content: "";
	border: 0 none;
	display: block;
}

.guidearea h3 {
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 116% !important;
	padding: 8px 0 5px 5px;
	border-bottom: 1px solid #0D571F;
	border-top: 1px solid #0D571F;
	color: #0D571F;
}

.guidearea p {
	padding: 0 0 20px 0;
}

.guideimage {
	width: 32%;
	float: left;
	margin: 0 15px 0 0 !important;
}



/*======================================
   End Checkout Form CSS
========================================*/

/*======================================
   Login & Register CSS
========================================*/
.shop.login {
	padding: 50px 0;
}

.shop.login .login-form h2 {
	position: relative;
	font-size: 35px;
	color: white;
	font-weight: 400;
	line-height: 27px;
	text-transform: uppercase;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: center;
}

.shop.login .login-form h2:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #F7941D;
	margin-left: -25px;
}

.login-theme {
	font-size: 150% !important;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin: 30px 0 50px 0 !important;
}

.login-form {
	margin-bottom: 30px;
	background: #fff;
	padding: 20px;
}

.login-form p {
	text-align: center;
	margin: 20px 0 0 0;
}

.login-theme-sec {
	padding: 0 0 20px 0;
	color: #464646;
}

.shop.login .form .form-group {
	margin-bottom: 22px;

}

.shop.login .form .form-group input {
	width: 100%;
	height: 45px;
	padding: 20px 15px;
	border-radius: 0px;
	color: #333 !important;
	border: solid;
	background: #F6F7FB;
	border-radius: 5px;
}

.shop.login .form .form-group label {
	/* color: #333; */
	position: relative;
}

.shop.login .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}

.shop.login .form .form-group input:hover {
	border-color: #1308a3;
	color: #1308a3;
}

.shop.login .form .form-group.login-btn {
	margin: 0;
}

.shop.login .form button {
	border: none;
}

.shop.login .form .btn {
	display: inline-block;
	margin-right: 10px;
	height: 46px;
	color: #fff;
	line-height: 20px;
}

.shop.login .form .or-text {
	margin: 15px 0;
	color: white;
	font-size: 18px;
}

.shop.login .form .btn:hover {
	background: #00bcd4;
	color: #fff;
}

.shop.login .login-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display: inline-block;
}

.shop.login .login-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.shop.login .login-form .checkbox label:hover {
	cursor: pointer;
}

.shop.login .login-form .checkbox label input {
	display: none;
}

.shop.login .login-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	width: 12px;
	height: 12px;
	border: 1px solid #555555;
	border-radius: 0px;
}

.shop.login .login-form .checkbox label::after {
	position: absolute;
	content: "\f00c";
	font-family: "Fontawesome";
	width: 12px;
	height: 12px;
	line-height: 23px;
	left: 2px;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	display: block;
	font-size: 9px;
}

.shop.login .login-form .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.shop.login .login-form .lost-pass {
	display: inline-block;
	margin-left: 25px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.shop.login .login-form .lost-pass:hover {
	color: #F7941D;
}

.loginlogo {
	text-align: center;
	padding-top: 75px;
	margin-bottom: -80px;
}

.loginlogo img {
	width: 30%;
}

/*======================================
	End Login CSS
========================================*/

/*======================================
   Start Shop List CSS
========================================*/

/* Pagination CSS */
.pagination {
	text-align: left;
	margin: 50px 0 0 0;
	display: block;
}

.pagination.center {
	text-align: center;
}

.pagination .pagination-list li {
	margin-right: 5px;
	display: inline-block;
}

.pagination .pagination-list li:last-child {
	margin-right: 0px;
}

.pagination .pagination-list li a {
	background: #F6F7FB;
	color: #666;
	padding: 6px 18px;
	font-weight: 400;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	border-radius: 0px;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
	background: #F7941D;
	color: #fff;
	border-color: transparent;
}

.pagination .pagination-list li a i {
	font-size: 13px;
}

.pagination .pagination-list li a i {}

.blog-grids.pagination {
	margin-top: 50px;
	text-align: center;
}

/*======================================
   End Shop List CSS
========================================*/





/*======================================
  10. Start Team CSS
========================================*/
.team {
	background: #F6F7FB;
}

.team .title-line {
	margin-bottom: 40px;
}

.team .single-team {
	margin-top: 30px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	background: #fff;
}

.team .single-team .info-head {
	padding: 35px 30px;
}

.team .single-team .image img {
	height: 100%;
	width: 100%;
}

.team .single-team .info-box {
	text-align: center;
}

.team .single-team .info-box .name {
	display: block;
	font-size: 17px;
	color: #333;
	font-weight: 500;
	margin-bottom: 3px;
	text-transform: capitalize;
}

.team .single-team .info-box .designation {
	color: #aaa;
	font-size: 13px;
}


/*======================================
  End Team CSS
========================================*/



#myMap {
	height: 500px;
	width: 100%;
}

/*======================================
  End Contact CSS
========================================*/

/* Mail Success */
.mail-success .mail-inner {
	text-align: center;
	background: #fff;
	padding: 0px 30px;
}

.mail-success .mail-inner h2 {
	margin-bottom: 10px;
	display: block;

	color: #F7941D;
	text-transform: uppercase;
	font-size: 30px;
}

.mail-success .mail-inner p {
	font-size: 14;
	color: #333;
	margin-bottom: 30px;
	line-height: 22px;
}

.mail-success .mail-inner .btn {
	color: #fff;
	padding: 10px 30px;
}

.mail-success .mail-inner .btn i {
	margin-right: 5px;
}

/*=============================
	Start 404 Error CSS
===============================*/
.error-page {
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.error-page .error-inner {
	text-align: center;
	flex-direction: initial;
	height: auto;
	text-align: center;
}

.error-page .error-inner h2 {
	color: #F7941D;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 100px;
	display: inline-block;
	font-size: 120px;
}

.error-page .error-inner h5 {
	display: block;
	color: #444;
	font-size: 20px;
	margin-bottom: 20px;

	text-transform: capitalize;
}

.error-page .error-inner p {
	color: #666;
	font-weight: 400;
	line-height: 22px;
	font-size: 15px;
	padding: 0 30px;
}

.error-page .button {
	margin-top: 30px;
}

.error-page .button .btn {
	margin-right: 15px;
	border-radius: 30px;
	background: #333;
	color: #fff;

	font-size: 14px;
	font-weight: 500;
	border: 1px solid #d7d7d7;
	background: transparent;
	color: #333;
	padding: 10px 28px;
}

.error-page .button .btn:hover {
	color: #fff;
	background: #F7941D;
	border-color: transparent;
}

/*=============================
	/End 404 Error CSS
===============================*/

/*=============================
	20. Start Footer CSS
===============================*/
.footer {
	background: #222;
}

.footer .about {
	padding-right: 50px;
}

.footer .single-footer h4 {
	font-size: 17px;

	color: #fff;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.footer .about .logo {
	margin-bottom: 20px;
}

.footer .about .logo img {}

.footer .about .text {
	color: #fff;
	font-weight: 400;
}

.footer .about .call {
	color: #fff;
	margin-top: 15px;
	font-weight: 400;
}

.footer .about .call span {
	display: block;
}

.footer .about .call a {
	color: #f7941d;
	font-size: 20px;

}

.footer .links ul li {
	display: block;
	margin-bottom: 8px;
}

.footer .links ul li:last-child {
	margin-bottom: 0;
}

.footer .links ul li a {
	color: #fff;
	font-weight: 400;
}

.footer .links ul li a:hover {
	color: #F7941D;
	padding-left: 10px;
}


.footer .contact ul li:last-child {
	margin-bottom: 0;
}

.footer .copyright .inner {
	border-top: 1px solid #eeeeee3d;
	padding: 20px 0;
}

.footer .copyright .right {
	float: right;
}

.footer .copyright p {
	color: #fff;
}

.footer .copyright p a {
	color: #fff;
	text-decoration: underline;
}

.term {
	padding: 16px;
	border: 1px solid #4a4a4a;
}

.term p {
	line-height: 40px;
}

.contentbox span {
	font-size: 1rem;
}

.contentbox ul {
	list-style: inside;
	margin: 16px;
	color: #FF0030;
}

.product-tiles-main .product-descrptn .cat-name {
	font-size: 0.8rem;
	color: #000;
}

.headerupper {
	padding: 10px 0;
	display: flex;
}

.middle-bar h1 {
	font-weight: normal;
	float: left;
	width: 20%;
	font-size: 100% !important;
	padding: 5px 0 0 0;
	color: #fff;
	text-align: center;
}

.headerupper::after {
	clear: both;
	content: "";
	border: 0 none;
	display: block;
}

.paddingnone {
	padding-left: 0;
	padding-right: 0;
}

.paddingtopbottom {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pc {
	padding: 20px 5px;
	background-color: #000;
	color: #fff;
	text-align: center;
	list-style: none;
	width: 35%;
	margin: 15px auto;
	border-radius: 10px;
	display: block;
	font-size: 1.5rem;
}

.pcfav {
	display: none;
}

.fav {
	padding: 20px 5px;
	background-color: #ffc107;
	text-align: center;
	list-style: none;
	width: 35%;
	margin: auto;
	border-radius: 10px;
	display: block;
	color: #000;
	font-size: 1.5rem;
}

.fav-attn p {
	text-align: center;
}

.back-button {
	background: #e1f0e2;
	border-radius: 20px;
	cursor: pointer;
	width: 250px;
	height: 50px;
	text-align: center;
	display: grid;
	align-items: center;
	font-size: 1.2rem;
	color: #fff;
	margin: 20px auto;
	border: 1px solid;
}

.signuplink {
	text-align: center;
}

.back-button:hover {
	background: #bababa;
}

.checkout-button {
	background: linear-gradient(to top, #00a29a 30%, #66B8B2);
	border-radius: 13px;
	padding: 7px 0 7px 0;
	text-align: center;
	align-items: center;
	color: #fff !important;
	font-size: 116% !important;
	width: 95%;
	margin: 20px auto;
	border: none;
}

.checkout-confirm-button-div {
	text-align: center;
}

.checkout-confirm-button {
	background: #2169f3;
	border-radius: 13px;
	padding: 7px 0 7px 0;
	color: #fff !important;
	font-size: 116% !important;
	width: 80%;
	margin: 20px auto;
	border: none;
}

.checkout-button:hover {
	opacity: 0.5;
}

.favorite-button {
	height: 25px;
	display: grid;
	align-items: center;
	font-size: 0.8rem;
	border-radius: 10px;
}

.login-attn {
	font-size: 0.9rem;
	color: #FF0030;
}

.limit-attn {
	text-align: center;
	color: #FF0030;
	font-size: 1rem;
}

/*=============================
	End Footer CSS
===============================*/

/*=============================
	21. Start delivery CSS
===============================*/

.guide div {
	padding: 0 0 50px 0;
	border-bottom: 1px solid #555;
	margin: 0 0 50px 0;
}

.guide h2 {
	padding: 0 0 0 40px;
	margin: 50px 0 30px 0;
	font-weight: normal;
	font-size: 133% !important;
}

.guide dl dt {
	margin: 0 0 10px 0;
}

.guide dl dd {
	border-bottom: 1px dotted #CCC;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

/*=============================
	22. Start signup&mailregist CSS
===============================*/

.page__wrap {
	width: auto;
	font-size: 13px;
}

.view_pc .base01 {
	max-width: 804px;
}

.view_pc .page__container {
	margin: 0 auto;
	width: auto;
	max-width: 700px;
}

.view_pc .base01 {
	width: 804px;
	text-align: center;
}

.contactheader {
	margin: 0 auto;
	width: 15%;
	padding: 20px 0;
}

.page__body-inner {
	color: #222;
	border-top: 2px solid #f6f6f6;
	border-bottom: 2px solid #f6f6f6;
	padding: 20px;
}

.button__group--sub {
	margin: 20px 0 30px;
	text-align: right;
}

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
	margin: 0 7px;
	color: #35454c;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
}

.c-button--sm {
	font-size: 12px;
}

.c-button {
	background: #eff2f4;
	line-height: 1;
	font-size: 13px;
	padding: 0.75em 1.5em;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: inset 0 -0.1em 0 rgb(0 0 0 / 10%);
}

.page__title {
	color: #222;
	font-size: 20px;
	text-align: center;
	margin: 10px 0 30px;
	line-height: 1.5;
}

.page__sub-title {
	color: #222;
	font-size: 16px;
	margin: 40px 0 20px;
	line-height: 1.5;
}

.table-preview {
	width: 100%;
	border-top: 1px solid #b0bec5;
}


.preview__title {
	color: #222;
	width: 35%;
	vertical-align: top;
	padding: 15px 20px 15px 0;
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	border-bottom: 1px solid #b0bec5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.preview__content {
	color: #222;
	width: 65%;
	vertical-align: middle;
	text-align: left;
	padding: 15px 0;
	font-size: 13px;
	border-bottom: 1px solid #b0bec5;
}

.table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 2px solid #b0bec5;
	border-bottom-width: 1px;
	margin: 20px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.type-money {
	width: 120px;
	text-align: right;
}

.type-quantity {
	width: 60px;
	text-align: right;
}

.table-sales {
	width: 100%;
}

.table-sales__title {
	color: #222;
	width: 60%;
	vertical-align: top;
	padding: 0.5em;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	border-bottom: 1px solid #b0bec5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.table-sales__content {
	color: #222;
	width: 20%;
	vertical-align: middle;
	text-align: right;
	padding: 0.5em;
	font-size: 13px;
	border-bottom: 1px solid #b0bec5;
}

.table-wrap table+table {
	border-top: 1px solid #b0bec5;
}




.c-alert {
	color: #607d8b;
	background: #eff2f4;
	padding: 20px;
	margin: 30px 0;
	line-height: 1.6;
	text-align: left;
}

.c-alert a {
	color: #4183c4;
	text-decoration: underline;
}

.form__table {
	border: none;
	width: 100%;
	margin: 30px 0;
}

.form__title {
	color: #222;
	width: 35%;
	vertical-align: top;
	padding: 17px 20px 17px 0;
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form__content {
	color: #222;
	width: 65%;
	vertical-align: middle;
	text-align: left;
	padding: 10px 0;
	font-size: 13px;
}

.form__example {
	margin: 0.3em 0.5em;
	font-size: 12px;
	color: #888;
}

.form__birthday {
	color: #222;
	width: 65%;
	vertical-align: middle;
	text-align: left;
	padding: 10px 0;
	font-size: 13px;
	display: flex;
	align-items: baseline;
}

.form__title--must {
	color: #DC1B32;
}

.input--text {
	width: 100%;
	padding: 7px;
	border: 2px solid #d7dee2;
	font-size: 13px;
	margin-top: 0;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
}

.form__note {
	margin: 0.3em 0;
	font-size: 12px;
	color: #222;
}

.input--text.is-narrow {
	width: 40%;
	max-width: 200px;
	min-width: 100px;
	margin-right: 0;
	color: #000;
}

.c-button {
	background: #eff2f4;
	line-height: 1;
	font-size: 13px;
	padding: 0.75em 1.5em;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: inset 0 -0.1em 0 rgb(0 0 0 / 10%);
}

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
	margin: 0 7px;
	color: #35454c;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
}

.input--select-wrap {
	position: relative;
}

select:not(:-internal-list-box) {
	overflow: visible !important;
}

.nice-select {
	width: 100%;
	border-radius: 3px;
	color: #333 !important;
	border: solid 0.5px #000;
	background: white;
	margin-top: 15px;
}

.nice-select .list {
	width: 100%;
	height: 225px;
	overflow: scroll;
}

/* .input--select-wrap:before {
	content: "▼";
	color: #666;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	position: absolute;
	z-index: 100;
	font-size: 9px;
	right: 0;
	top: 50%;
	line-height: 20px;
} */

.input--select {
	padding: 7px;
	border: 2px solid #eff2f4;
	font-size: 13px;
	width: 100%;
	margin-top: 0;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
}

.button__group {
	margin: 20px 0;
	text-align: center;
}

.c-button--lg {
	font-size: 16px;
	padding: 1em 3.6em;
}

.c-button:hover {
	background: #dfe5e8;
}

.c-button--primary {
	background: #2196f3;
	color: #fff;
}

.c-button--primary:hover {
	background: #1e87da;
	color: #fff;
}

.view_pc .page__container {
	margin: 0 auto;
	width: auto;
	max-width: 700px;
}

.view_pc .base02 {
	width: 700px;
	text-align: left;
}

.page__body {
	background: #fff;
}

.base02 {
	margin: 0 auto;
}

.c-alert--success {
	color: #4caf50;
	background: #edf7ee;
}

.mailmaga__email {
	font-size: 16px;
	text-align: center;
	margin: 50px 0 30px;
}

.gender {
	margin: 0 5px 0 0 !important;
}

input[type='radio'] {
	width: auto;
	margin-right: 0.5em;
}

.sponly {
	display: none;
}

/*=============================
	23. Start myaccount CSS
===============================*/

.table-wrap--overflow {
	width: 100%;
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: auto;
	border: 2px solid #b0bec5;
	margin: 20px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.c-table {
	width: 100%;
}

.c-table td {
	font-size: 0.7rem;
	padding-left: 0.7em;
	border-left: 1px solid #b0bec5;
}

.c-table td:first-child {
	border-left: none;
}


.table__title-block {
	border-bottom: 1px solid #b0bec5;
}

.table__title {
	border-left: 1px solid #b0bec5;
	padding: 0.7em;
	font-size: 11px;
	min-width: 80px;
}

.table__title:first-child {
	border-left: none;
}

.table__content {
	padding: 0.7em;
	border-top: 1px solid #b0bec5;
	border-left: 1px solid #b0bec5;
}

.table__content--empty {
	height: 100px;
	text-align: center;
}

.table__content:first-child {
	border-left: none;
}

.table__content a {
	color: #4183c4;
	text-decoration: underline;
}

.table__label {
	font-size: 12px;
	color: #666;
}

.line {
	height: 2px;
	background: #eee;
	border: none;
	margin: 50px 0;
}

.page__section {
	margin: 0 0 30px;
	padding: 20px;
	border: 2px solid #b0bec5;
	border-radius: 4px;
}

.page__section-title {
	color: #222;
	font-size: 16px;
	margin: 0px;
	line-height: 1.5;
}

.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
	color: #86251e;
}

.c-button--danger {
	background-color: #feedeb;
}

.c-button--danger:hover {
	background-color: #fdd9d7;
}

.text--danger {
	color: #f44336;
}

.cart-sp-fixed {
	display: none;
}

li.mobile-nav-btn {
	cursor: pointer;
}

.close-btn {
	cursor: pointer;
}

/* Thank you page start */

.main_header_thanks p {
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	margin: 40px 0;

}

.second_header_para1 p {
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 20px;
	justify-content: center;
	display: flex;
	align-items: center;
	text-align: center;
	color: #000000;
	margin: 40px 0;
}

.btn_thank_you {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn_thank {
	background: #FC9721;
	border-radius: 8px;
	padding: 20px 100px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	/*line-height: 33px;*/

	display: flex;
	align-items: center;
	color: #FFFFFF;
}


/* Thank you page end */

/* add to cart buttonhide start  */
img.cart-icon.img-fluid {
	display: none;
}

/* add to cart buttonhide end  */

.alert.alert-success.alert-dismissable.fade.show.text-center {
	background: #000;
}

.favorite-button {
	text-align: center;
	background: #ababab;
	cursor: pointer;
}

.favorite-button:hover {
	background: #bababa;
}

.favorite {
	background-color: #ffde3c;
}

.favorite:hover {
	background-color: #ffe778;
}

.text-warning {
	color: #242525 !important;
	text-align: center;
}

.second_header_para1 a {
	padding: 15px;
	background: linear-gradient(to top, #00a29a 30%, #66B8B2);
	border-radius: 5px;
	color: #fff;
}

.thankyou_item {
	text-align: center;
	font-size: 20px;
	padding: 20px;
	width: 600px;
	margin: auto;
}

.thankyou_item div {
	padding: 15px 0;
	text-align: left;
	justify-content: left;
}

.thankyou_item-wrapper {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d2d2d2;
}

.thankyou_item-wrapper p {
	padding-bottom: 10px;
}

.thankyou_item-wrapper img {
	height: 200px;
	width: 200px;
	object-fit: contain;
	margin-right: 50px;
}


/* Responsive Start */
@media (max-width:1280px) {
	.headerupper {
		padding: 10px;
		display: flex;
	}

	.sublogo {
		width: 20%;
	}

	.sublogo img {
		width: 100%;
	}

	.headersecond {
		padding: 81px 10px 0 10px;
	}

	.headerlinks {
		width: 55%;
	}

	.headerlinks li {
		margin: 0px 2px 0 20px;
	}

	.headerlinks li a {
		padding: 0 0 0 5px;
	}

	.pconly .mobile-nav-btn {
		background: #555;
		padding: 10px 10px 10px 10px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		color: #fff;
		line-height: 1;
		margin: 21px 0 0 0;
		font-size: 83% !important;
	}

	.pconly .cart-btns {
		background: #555;
		padding: 10px 10px 10px 10px;
		margin: 21px 0 0 10px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		color: #fff;
		list-style: none;
		line-height: 1;
		font-size: 83% !important;
	}

	.categorylist,
	.pricelist {
		padding-left: 10px;
	}
}

@media (max-width:1199px) {

	header .middle-bar ul li {
		font-size: 14px;
	}

	.shop.single .add-to-cart .btn {
		padding: 15px 50px;
	}
}

@media(max-width:991px) {
	header .middle-bar .col-md-12 {
		order: 3;
		margin-top: 10px;
	}

}

@media (max-width:768px) {
	.shop.single .product-des {
		padding: 25px;
	}

	.shop.single .add-to-cart .btn {
		padding: 15px 30px;
	}

	.shop.single .product-des .short .product-decsptn {
		padding-top: 60px;
	}

	.login-sec .contentbox p {
		font-size: 0.6rem;
		margin-bottom: 0;
	}

	.term {
		padding: 0;
	}

	.term p {
		line-height: 3;
	}

	.contentbox span {
		font-size: 0.6rem;
	}

	.contentbox ul {
		list-style: inside;
		color: #FF0030;
	}

	.shop.checkout .form-group label {
		color: #000000;
		position: relative;
		font-size: 0.75rem;
		margin-bottom: 20px;
	}

	.mobile-navbar-sec .close-btn {
		position: fixed;
		width: 100%;
		max-width: 100%;
		height: 50px;
		line-height: 50px;
		background: #fff;
		text-align: right;
		font-size: 20px;
		color: #9e9e9e;
		right: inherit;
		margin: 0;
	}

	.mobile-navbar-foot .close-btn {
		position: fixed;
		width: 100%;
		max-width: 100%;
		height: 50px;
		line-height: 50px;
		background: #fff;
		text-align: right;
		font-size: 20px;
		color: #9e9e9e;
		right: inherit;
	}

	.navhead {
		position: fixed;
		background: linear-gradient(to top, #00a29a 30%, #66B8B2);
		right: inherit;
		width: 100%;
		max-width: 100%;
		top: 50px;
		text-align: center;
		height: 50px;
	}

	.accordion {
		position: fixed;
		width: 100%;
		max-width: 100%;
		background-color: #fff;
		right: inherit;
		top: 100px;
		height: calc(100% - 100px);
	}

	.accordion-hum {
		position: fixed;
		width: 100%;
		max-width: 100%;
		background-color: #fff;
		right: inherit;
		top: 50px;
		height: 100%;
	}

	.shop.single .product-des .short .descrtpn-label {
		flex: 0 0 100%;
		max-width: 100%;
		padding: unset;
		margin-bottom: 10px;
		font-size: 1.3rem;
	}

	.description {
		border-collapse: separate;
		border-spacing: 0px 15px;
	}

	.description th {
		width: 100px;
	}

	.header-logo img {
		width: 100%;
	}

	.login-sec {
		position: relative;
		padding: 0px 0 !important;
	}

	.pc {
		display: block;
	}

	.login-sec form.user .btn,
	.login-sec .form .btn {
		border-radius: 10px;
		padding: 10px !important;
		background-color: #007bff;
		margin-top: 10px;
		width: 100%;
		height: auto !important;
		line-height: 1 !important;
		font-size: 1rem;
	}

	.fixmar {
		margin: 0;
	}

	.product-tiles-main .product-img img {
		width: 145px;
		height: 145px;
	}

	header .middle-bar .mobile-nav-btn i {
		font-size: 0.8rem;
		font-style: inherit;
	}

	.cat-tabs-attn {
		text-align: center;
		font-size: 0.7rem;
	}

	.pc {
		padding: 5px 5px;
		background-color: #000;
		color: #fff;
		text-align: center;
		list-style: none;
		width: 55%;
		margin: 15px auto;
		border-radius: 10px;
		display: block;
		font-size: 1rem;
	}

	.fav {
		padding: 5px 5px;
		background-color: #ffc107;
		text-align: center;
		list-style: none;
		width: 55%;
		margin: auto;
		border-radius: 10px;
		display: block;
		color: #000;
		font-size: 1rem;
	}

	.save-credit-checkbox-wrapper {
		top: 180px;
		right: 0
	}

	.sp {
		display: none;
	}

	.fav-attn p {
		text-align: center;
		font-size: 0.8rem;
	}

	.favorite-button {
		margin: 0 0 0 5px;
		height: 20px;
		display: grid;
		align-items: center;
		font-size: 0.7rem;
		border-radius: 10px;
	}

	.back-button {
		background: #e1f0e2;
		border-radius: 10px;
		cursor: pointer;
		width: 250px;
		height: 35px;
		text-align: center;
		display: grid;
		align-items: center;
		font-size: 1rem;
		color: #fff;
	}

	.checkout-button {
		background: linear-gradient(to top, #00a29a 30%, #66B8B2);
		border-radius: 10px;
		padding: 15px 0 15px 0;
		text-align: center;
		display: grid;
		align-items: center;
		color: #fff !important;
		font-size: 116% !important;
		width: 100%;
	}

	.product-tiles-main .product-descrptn .product-name {
		font-size: 10px;
		line-height: 1.5;
		font-weight: 700;
	}

	.user-filled-data-sec .checkout-filled-data label {
		color: #000000;
		font-size: 1rem;
	}

	.user-filled-data-sec .checkout-filled-data h6 {
		font-size: 1rem;
		font-weight: 500;
		margin-left: 40px;
	}

	.user-filled-data-sec .checkout-btns-main .butns {
		background-color: #999999;
		padding: 20px;
		line-height: 1;
		margin-right: 30px;
		color: white;
		border-radius: 10px;
		font-size: 0.9rem;
		text-align: center;
		width: 250px;
	}

	.loginlogo img {
		width: 80%;
	}

	.newpost img {
		height: 150px;
	}

	.thankyou_item div {
		flex-flow: column;
		align-items: center;
	}

	.thankyou_item-wrapper img {
		margin-right: 0;
	}

	.second_header_para1 {
		padding: 0 10px;
	}
}

@media (max-width:767px) {
	header .middle-bar .nav-menu {
		display: none;
	}

	header .middle-bar .mobile-nav-btns {
		display: block;
	}

	.shop.single {
		padding: 50px 0;
	}


	header .row .col-lg-7 {
		order: 3;
		padding-top: 20px;
	}


	.coupon-banner-sec .bottom-btn-main .bottom-btn {
		padding: 12px 10px;
		font-size: 0.66rem;
		width: 49%;
	}

	.coupon-banner-sec .bottom-btn-main .bottom-btn i {
		display: none;
	}

	.categories-sec {
		padding: 0;
	}

	.product-tiles-main {
		margin-top: 20px;
	}

	/* new responsive　start */

	.loginlogo {
		text-align: center;
		padding-top: 25px;
		margin-bottom: -50px;
	}

	.searchbar-nav {
		padding: 54px 0;
		background: #fff;
		text-align: center;
		width: 100%;
		position: unset;
	}


	#scrollUp {
		display: none !important;
	}

	.pconly {
		display: none !important;
	}

	.sponly {
		display: block;
	}

	.headersecond {
		display: none;
	}

	.box1140 {
		text-align: left;
		padding: 5px 0;
		width: 95% !important;
		display: flex;
		align-items: center;
	}

	.headerupper .box850 {
		width: 40%;
		margin-top: 0;
	}

	.sublogo {
		width: 80%;
	}

	.sublogo img {
		width: 80%;
		padding-left: 10px;
	}

	.header__search {
		height: 24px;
	}


	#logo-sp {
		width: 30%;
		outline: 0;
		padding: 7px;
		margin: 0;
		display: flex;
	}

	#logo-sp:after {
		clear: both;
		content: "";
		border: 0 none;
		display: block;
	}

	.box1140 h1 {
		padding: 5px 5px 0px 0;
		width: 90%;
		font-size: 83% !important;
	}

	.box275 {
		width: 0;
	}

	.header__icons {
		display: flex;
		grid-area: icons;
		justify-self: end;
		align-items: center;
		flex: 1 0 72px;
		justify-content: space-evenly;
	}

	.seachbarflex {
		justify-content: center;
	}

	input#seachbar {
		flex: 0 0 88%;
		max-width: 80%;
		padding: 7px 10px;
		font-size: 14px;
		outline: unset;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		border-top-right-radius: unset;
		border-bottom-right-radius: unset;
		border: 1px solid #ccc;
		border-right: unset;
		width: 79%;
		height: 38px;
	}

	button.btnn {
		background-color: #03a9f4;
		padding: 0px 12px;
		flex: 0 0 12%;
		max-width: 13%;
		color: white;
		border-top-left-radius: unset;
		border-bottom-left-radius: unset;
		font-size: 21px;
		outline: none;
		border: unset;
		height: 38px;
		width: 38px;
		border-radius: 5px;
	}

	.carticon {
		height: 40px;
	}

	.headersecond .box850 {
		width: 40%;
		float: right;
		font-size: 83% !important;
	}

	.box850 .online {
		background: #333;
		padding: 5px 0 5px 30px;
		margin: 15px 0 0 10px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		color: #fff;
	}

	.container {
		padding: 65px 0 0 0 !important;
		width: 95%;
	}

	.rightarea {
		float: none;
		padding: 0 0 20px 0;
		text-align: left;
		width: 100%;
	}

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


	.topimg img {
		height: auto;
	}

	.sec-images img {
		width: 47%;
		margin: 0 0.7% 15px 0.7%;
	}

	.itempost {
		display: inline-block;
		margin: 0 2% 15px 0;
		vertical-align: top;
	}

	.categorylist, .pricelist {
		padding-left: 0;
	}

	/* 商品特集エリア */

	.cat-product-sec .itempost {
		flex: 0 0 45%;
		/* 各アイテムがコンテナ幅の50%を占めるので、1行に2アイテム表示 */
		scroll-snap-align: start;
		/* オプション: スクロール位置の整合性 */
		box-sizing: border-box;
		/* パディングやボーダーを幅に含める */
	}

	.pop-product-sec .itempost {
		flex: 0 0 45%;
		/* 各アイテムがコンテナ幅の50%を占めるので、1行に2アイテム表示 */
		scroll-snap-align: start;
		/* オプション: スクロール位置の整合性 */
		box-sizing: border-box;
		/* パディングやボーダーを幅に含める */
	}

	.limit-product-sec .itempost {
		flex: 0 0 45%;
		/* 各アイテムがコンテナ幅の50%を占めるので、1行に2アイテム表示 */
		scroll-snap-align: start;
		/* オプション: スクロール位置の整合性 */
		box-sizing: border-box;
		/* パディングやボーダーを幅に含める */
	}

	.containerside {
		width: 95%;
	}

	.leftarea {
		padding: 0 0 50px 0;
		width: 100%;
		order: 3;
	}

	.lefttoplink {
		display: none;
	}

	.product-tiles {
		width: 100%;
		margin: 0;
	}

	/* detailエリア */

	.imagearea {
		width: 100%;
	}

	.itemdetail {
		width: 100%;
		flex-flow: column;
	}

	.product-des {
		width: 100%;
	}

	.sell-price {
		text-align: end;
	}

	.cartarea {
		width: 90%;
		margin: 15px auto auto auto;
	}

	.cart-sp-fixed {
		display: flex;
		position: fixed;
		bottom: 0;
		background-color: #fff;
		align-items: center;
		padding: 8px;
		width: 98%;
		left: 0;
		right: 0;
		bottom: 20px;
		margin: auto;
		z-index: 1;
		box-shadow: 0 16px 24px #654a4129, 0 6px 6px #654a411a, 0 2px 2px #654a411a;
		border-radius: 12px;
	}

	.cart-sp-fixed .product-pricing {
		flex-direction: column;
		margin: 0 auto;
		width: calc(100% - 143px);
		margin-bottom: 8px !important;
	}

	.cart-sp-fixed .product-pricing .cart-sp-price {
		display: flex;
		align-items: baseline;
		margin: 0 auto;
	}

	.cart-sp-fixed .product-pricing .per-price {
		font-size: 10px;
	}



	.cart-sp-fixed .price-total {
		width: auto;
		margin-left: 16px;
	}

	.product-title-sp {
		font-size: 14px;
		color: #00544E;
		font-weight: 700;
		line-height: 1.1;
		white-space: nowrap;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;

	}

	.cart-sp-button {
		padding-left: 15px;
		flex: 0 0 143px;
	}

	.checkout-button-sp {
		background: linear-gradient(to top, #00a29a 30%, #66B8B2);
		border-radius: 5px;
		padding: 5px 5px;
		text-align: center;
		display: grid;
		align-items: center;
		color: #fff !important;
		font-size: 105% !important;
		border: none;
	}

	.back-button-sp {
		background: linear-gradient(to top, #00a29a 30%, #66B8B2);
		border-radius: 5px;
		padding: 5px 5px;
		text-align: center;
		display: grid;
		align-items: center;
		color: #fff !important;
		font-size: 105% !important;
		border: none;
	}

	.article .article__body {
		font-size: 11px;
	}

	.customerbar .customerbar__content {
		border-bottom: 1px solid #eff2f3;
		margin: 0 auto;
		position: relative;
		width: 100%;
	}


	.layout.layout--is_pc .layout__unit.layout__unit--is_1column .layout__column {
		margin: 0 auto;
		width: 100%;
	}

	.header .header--brand.header--brand--is_image a img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		width: 70%;
	}

	.progressview {
		display: none;
	}

	.layout.layout--is_pc .layout__unit.layout__unit--is_2column.layout__unit--is_biased {
		margin: 0 auto;
		position: relative;
		width: 100%;
		flex-flow: column;
	}

	.heading {
		margin: 0;
		position: relative;
		background: #00544E;
	}

	.heading.heading--is_icon-with-text .heading__text {
		color: #fff;
		font-size: 1.2571428571rem;
		font-weight: 700;
		height: 60px;
		line-height: 60px;
		margin: 0;
		padding: 0 0 0 60px;
	}

	.layout.layout--is_pc .layout__unit.layout__unit--is_2column.layout__unit--is_biased .layout__column.layout__column--is_side {
		float: none;
		position: relative;
		width: 100%;
		margin: 0;
	}

	.layout.layout--is_pc .layout__unit.layout__unit--is_2column.layout__unit--is_biased .layout__column.layout__column--is_main {
		float: left;
		width: 100%;
		order: 1;
	}

	.shipping_continue_button {
		margin: 15px 10px 30px;
	}

	.view_pc .base02 {
		width: auto;
	}

	.contactheader {
		margin: 0 auto;
		width: 30%;
		padding: 20px 0;
	}

	.form__title,
	.preview__title {
		text-align: left;
		padding: 0.5em 0 0;
		border: none;
	}

	.c-table td {
		font-size: 0.7rem;
		padding-left: 0.7em;
		border-left: 1px solid #b0bec5;
	}

	.c-table td:first-child {
		border-left: none;
	}

	.form__title,
	.form__content,
	.preview__title,
	.preview__content {
		display: block;
		width: auto;
		font-size: 16px;
	}

	.input--text {
		padding: 1em 0.5em;
		font-size: 16px;
	}

	.button__group .c-button {
		margin: 0 0 1em;
		padding: 1em 0;
		font-size: 14px;
		display: block;
		width: 100%;
		text-align: center;
	}

	.c-alert a {
		color: #4183c4;
		text-decoration: underline;
	}

	.login-footer-sec {
		text-align: center;
		position: relative;
		bottom: 0;
		width: 100%;
	}

	.login-theme {
		font-size: 115% !important;
		color: #000;
		font-weight: 400;
		text-align: center;
		margin: 30px 0 50px 0 !important;
	}

	.tab_area {
		font-size: 0;
		padding: 0;
	}

	.layout.layout--is_pc .layout__unit.layout__unit--is_1column.layout__unit--is_centering .layout__column {
		margin: 0 auto;
		width: auto;
	}

	.layout.layout--is_pc .layout__unit.layout__unit--is_1column.layout__unit--is_centering .layout__column.layout__column--is_action {
		padding: 0 0 30px 0;
		font-family: "Open Sans", sans-serif;
	}


	.link.link--is_small {
		font-size: .8571428571rem;
	}

	.link.link--is_wide {
		margin: 0;
	}

	.table__content {
		padding: 0.1em 0.5em;
		display: block;
		border: none;
		overflow-wrap: break-word;
	}

	.table__label {
		display: inline-block;
		width: 90px;
	}

	.type-money {
		text-align: left;
		width: auto;
	}

	.type-quantity {
		text-align: left;
		width: auto;
	}

	.table-sales__content.type-money {
		text-align: right;
	}

	.footer-menu {
		flex-wrap: wrap;
	}

	.footer-menu_container:first-child {
		padding-top: 0;
		width: 100%;
	}

	.footer-menu_container {
		width: 50%;
		border-left: none;
		padding: 24px 0;
		border-bottom: 1px #eeedec solid;
		text-align: left;
	}

	.flex-container {
		flex-flow: column;
	}

	.cart-item-flex {
		margin: 10px;
		align-items: center;
	}

	.form .form--unit {
		margin: 10px 0 0 0;
	}

	.form .form--label {
		font-size: 0.9rem;
	}

	.input.input--is_text .textfield {
		height: 40px;
		font-size: 0.9rem;
	}

	.input.input--is_select .select select {
		height: 40px;
		font-size: 0.9rem;
	}

	.form .form--label {
		display: inline-block;
	}

	.tab_panel p {
		font-size: 0.7rem;
	}

	.form .form--required,
	.input.input--is_text {
		font-size: 0.9rem;
	}

	.checkout_section {
		margin-bottom: 0px;
	}

	.pickup {
		width: 70%;
		margin: 20px auto;
	}

	.itemprice tr {
		font-size: 85% !important;
	}

	.header .header--brand {
		padding: 30px 15px 30px;
	}

	.nopadding {
		padding: 0;
	}

	.confirm_btns {
		width: 100%;
	}

	.return-shop .return-shop__link {
		font-size: 0.7rem;
	}

	.thankyou_item {
		text-align: center;
		font-size: 20px;
		padding: 20px;
		width: 100%;
		margin: auto;
	}


	.second_header_para1 p {
		font-size: 15px;
	}

	.main_header_thanks p {
		font-size: 15px;
	}

	.text-center {
		font-size: 1rem;
	}

	.newpost .itemname {
		font-size: 1rem;
	}

	.newpost-desc .itemprice th {
		font-size: 0.9rem;
	}

	.newpost-desc .itemprice td {
		font-size: 0.9rem;
	}

	.footer-policy {
		justify-content: inherit;
	}


	.footer-policy__item {
		margin: 0 0px 5px 0;
	}

	.footer-policy__item:nth-of-type(2) {
		margin-left: 110px;
	}

	.footer-policy__item:nth-of-type(4) {
		margin-left: 12px;
	}

	.footer-policy__item:nth-of-type(6) {
		margin-left: 95px;
	}



	.loginlogo img {
		width: 80%;
	}


}

/* new responsive　end */


@media (max-width:575px) {


	.topbar2 {
		padding: 20px 0 30px;
	}

	.coupon-banner-sec .col-lg-6 {
		margin-bottom: 20px;
	}

	section .container .sec-title h2::before {
		max-width: 40%;
	}

	section .container .sec-title h2 {
		font-size: 26px;
	}

	.footer-sec .footer-menu-links {
		padding: 25px 0;
	}

	.shop.single .product-des .short .descrtpn-label {
		flex: 0 0 100%;
		max-width: 100%;
		padding: unset;
		margin-bottom: 10px;
	}

	.shop.single .product-des .short .product-decsptn {
		flex-direction: column;
		align-items: flex-start;
	}

	.shop.single .cart-catgry-main {
		flex-direction: column;
	}

	.shop.single .add-to-cart .cat .btn {
		width: 100%;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.prc-topbar-sec .prc-topbar p {
		font-size: 18px;
	}

	.prc-topbar-sec .prc-bottombar p {
		font-size: 1.2rem;
	}

	.button.button--is_primary {
		border-radius: 30px;
	}

	.item-name_quantity {
		padding: 15px 0 15px 0;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		width: 100%;
	}

	.inputquantity input {
		padding: 5px;
		border: 1px solid #ccc;
		border-radius: 4px;
		font-size: 18px;
		width: auto;
		vertical-align: middle;
		margin: 0;
		width: 30%;
	}

	.item-counter {
		width: 70%;
	}

	.item-price {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		padding: 15px 0 15px 0;
		width: 35%;
	}

	.loginlogo img {
		width: 80%;
	}
}

/* Responsive End */