@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: "Poppins", sans-serif;
	font-size: 1.3rem;
}

.header.panel>.header.links>li,
.header.panel>.header.links>li>a,
.header.panel>.header.links>li>a:hover,
.header.panel>.header.links>li>a:visited,
.page-header .panel.wrapper {
	color: #333;
	font-size: 1.2rem;
}

.block-static-block.widget,
.block-cms-link.widget,
.page-header .widget.block,
.page-footer .widget.block {
	margin: 0px;
}

.product.info.detailed {
	padding-top: 50px;
}

.product.data.items.collapsed [role=tablist]>.item.title>.switch {
	font-size: 1.6rem;
	font-weight: 600;
	background: #464646;
	color: #fff;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #aeaeae;
}

.product.data.items.collapsed [role=tablist]>.item.title>.switch:visited {
	color: #fff;
}

.product.data.items.collapsed [role=tablist]>.item.title:not(.disabled)>.switch:focus,
.product.data.items.collapsed [role=tablist]>.item.title:not(.disabled)>.switch:hover {
	background: #FF5500;
	color: #fff;
}

.product.data.items.collapsed>.item.content {
	padding: 20px 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #aeaeae;
}

.product.data.items.collapsed [role=tablist]>.item.title.active>.switch,
.product.data.items.collapsed [role=tablist]>.item.title.active>.switch:focus,
.product.data.items.collapsed [role=tablist]>.item.title.active>.switch:hover {
	padding-bottom: 1px;
}

.product.data.items.collapsed [role=tablist]>.item.title:not(.disabled)>.switch:active,
.product.data.items.collapsed [role=tablist]>.item.title.active>.switch,
.product.data.items.collapsed [role=tablist]>.item.title.active>.switch:focus,
.product.data.items.collapsed [role=tablist]>.item.title.active>.switch:hover {
	background: #FF5500;
	color: #fff;
}

.block.newsletter .action.subscribe.primary {
	background: #FF5500;
    border: 1px solid #FF5500;
    height: 47px;
    margin-left: 20px;
    border-radius: 3px;
    padding: 7px 30px;
	font-family: "Poppins", sans-serif;
}

.block.newsletter input {
	height: 47px;
	font-family: "Poppins", sans-serif;
	border-radius: 3px;
}

.block.newsletter .field .control:before {
	line-height: 47px;
}

.copyright {
	background: #141414;
	font-size: 1.1rem;
}

.nav-sections {
	background: #fff;
}

.fotorama__stage {
	box-sizing: border-box;
	border: 1px solid #d5d8dc;
}

.fotorama__thumb {
	background-color: #fff !important;
	box-sizing: border-box;
	border: 1px solid #d5d8dc;
}

.fotorama__thumb-border {
	background-image: none !important;
	border-color: #000 !important;
}

.page-wrapper>.breadcrumbs .items>li strong {
	color: #FF5500;
	text-transform: uppercase;
}

.product-info-main .product-add-form .product-options-wrapper .fieldset>.field,
.product-info-main .product-add-form .product-options-wrapper .fieldset>.fields>.field {
	margin-bottom: 15px;
}

.product-info-main .product-add-form .product-options-wrapper .field .control {
	width: 100%;
}

.product-info-main .product-add-form .product-options-wrapper .fieldset>.field>label.label>span {
	font-size: 1.6rem;
}

.product-info-main .product-add-form .product-options-wrapper .fieldset .field .control label.label span {
	font-size: 1.2rem;
}

.product-info-main .product-add-form .product-options-wrapper .fieldset .field .control select,
.product-info-main .product-add-form .product-options-wrapper .fieldset .field .control textarea {
	font-size: 1.2rem;
	border: 2px solid #eee;
	border-radius: 20px;
}

.product-info-main .product-add-form .product-options-bottom button#product-addtocart-button {
	background: #FF5500;
	border-color: #FF5500;
	border-radius: 25px;
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	text-transform: uppercase;
	width: 100%;
}

.page-products.page-layout-1column .products-grid .product-item {
	border-bottom: 1px solid #e3e4e4;
	border-right: 1px solid #e3e4e4;
	margin-bottom: 0;
	padding: 20px;
	margin-left: 0;
}

.page-products.page-layout-1column .products-grid .product-item:hover {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.page-products .product-item-info {
	width: 100%;
	text-align: center;
}

.product-item-name,
.product.name a {
	font-weight: 700;
	text-transform: uppercase;
}

.product-item .price-box {
	margin-bottom: 15px;
}

.product-item .price-box .price {
	font-weight: 500;
	font-size: 2rem;
}

.page-products .product-item-details .product-item-actions .actions-primary .action.primary {
	background: #FF5500;
	border-color: #FF5500;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 25px;
}

.product.info.detailed .gmt-widget-text .gmt-text-title {
	color: #f1078c !important;
}

.cart-summary .checkout-methods-items .action.primary.checkout,
.checkout-shipping-method .actions-toolbar .action.primary.button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
	background: #FF5500;
	border-color: #FF5500;
}

.nav-toggle:before {
	font-size: 23px;
}

@media all and (min-width: 1024px),
print {
	.page-products.page-layout-1column .products-grid .product-item {
		width: 25% !important;
	}

	.page-products.page-layout-1column .products-grid .product-item:nth-child(4),
	.page-products.page-layout-1column .products-grid .product-item:nth-child(8),
	.page-products.page-layout-1column .products-grid .product-item:nth-child(12),
	.page-products.page-layout-1column .products-grid .product-item:nth-child(16),
	.page-products.page-layout-1column .products-grid .product-item:nth-child(20) {
		border-right: 0px;
	}
	
	.block.newsletter input {
		width: 400px;
	}
}

@media only screen and (max-width: 768px) {
	.navigation .level0 > .level-top, .nav-sections .header.links li a {
		font-size: 1.3rem;
		font-weight: 400;
	}
	.logo {
		max-width: 40%;
	}
}

@media all and (min-width: 769px),
print {
	.page-header .panel.wrapper {
		background: #fff !important;
	}

	.header.content {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.logo {
		margin: 0 auto 0 0 !important;
	}

	.block-search {
		width: 500px !important;
		margin-top: 23px;
		float: left !important;
		padding-left: 10rem !important;
	}

	.block-search input {
		border-color: #333333;
		border-radius: 7px;
		font-family: "Poppins", sans-serif;
		font-size: 1.3rem;
		height: 40px;
	}

	.block-search .action.search.disabled,
	.block-search .action.search[disabled],
	fieldset[disabled] .block-search .action.search {
		opacity: 1 !important;
		height: 40px;
	}

	.block-search .action.search {
		right: 0 !important;
		background: #FF5500 !important;
		padding: 0 25px !important;
	}

	.block-search .action.search:before {
		color: #fff !important;
	}

	.minicart-wrapper {
		margin-top: 28px;
	}

	.minicart-wrapper .action.showcart:before {
		font-size: 35px;
		line-height: 35px;
	}
	
	.nav-sections {
		margin-bottom: 0px !important;
	}
	
	.navigation ul {
		padding: 0px !important;
	}
	
	.navigation .level0 {
		margin-right: 0px !important;
	}
	
	.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top, .navigation .level0:hover > .level-top {
		background: #FF5500;
		border: 0px !important;
	}

	.page-wrapper>.breadcrumbs {
		background: #F0F2F6;
		padding: 10px;
	}
	
	.page-main > .page-title-wrapper .page-title {
		font-size: 30px;
		text-transform: uppercase;
		font-weight: 600;
		margin-top: 25px;
	}

	.product-info-main .page-title-wrapper h1 {
		font-size: 30px;
		text-transform: uppercase;
		font-weight: 600;
		color: #010101;
	}

	.page-layout-1column .product-info-main {
		box-shadow: 1px 1px 20px 5px #eee;
		border-radius: 5px;
		padding: 30px;
	}

	.product-options-bottom .price-box .price-container .price,
	.product-info-price .price-box .price-container .price {
		font-size: 25px !important;
		font-weight: 400;
		color: #222529;
	}

	.product-info-main .product-add-form .product-options-wrapper .options-list.nested {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 0px;
	}
	
	.product.data.items.collapsed [role=tablist] > .item.title > .switch {
		padding-top: 2px !important;
	}

	.page-footer {
		background: #363d44 !important;
		padding-bottom: 0px !important;
	}

	.footer.content {
		overflow: hidden;
		padding-bottom: 20px;
	}

	.footer.content .block {
		float: none !important;
		margin: 0 auto;
	}
	
	.block.newsletter .field.newsletter {
		max-width: 400px !important;
	}

	.navigation {
		background: #363D44 !important;
		font-weight: 500 !important;
	}

	.navigation .level0>.level-top,
	.navigation .level0>.level-top:hover,
	.navigation .level0>.level-top.ui-state-focus {
		color: #fff !important;
	}

	.catalog-product-view .product.media {
		width: 50% !important;
	}
}

@media all and (min-width: 640px) {

	.abs-visually-hidden-desktop-s,
	.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
		border: none;
		height: auto;
		margin: 0;
		overflow: inherit;
		padding: 0;
		position: relative;
		width: auto;
		box-shadow: none;
	}

	.products-grid .product-item-inner {
		box-shadow: none;
		border: 0;
		margin: 0;
		padding: 0;
		position: relative;
	}

	.products-grid .product-item-info:hover,
	.products-grid .product-item-info.active {
		box-shadow: none;
		border: 0px;
		margin: 0px;
		padding: 0px;
	}

	.products-grid .product-item-actions {
		margin: 0px;
	}
}