@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&family=Inter:wght@200&family=Open+Sans:wght@400;600&family=Oswald:wght@500;600;700&display=swap');

#allContent {
	max-width:1440px;
	width:100%;
}

#topNav, #mainNav {
	max-width:100%;
	z-index:5000;
}

:root {
	--cs-yellow:#FFE542;
	--cs-yellow-hover:#FFEE84;
	--cs-black:#151515;
	--cs-white:#FFFFFF;
	--cs-grey1:#7F7F7F;
	--cs-grey2:#EBEBEB;
	--cs-grey3:#E5E5E5;
	--cs-grey4:#808080;
	--cs-grey5:#FAFAFA;
}


.btn-primary,input[type=submit] {
	background-color:var(--cs-yellow);
	border-color:var(--cs-yellow);
	color:var(--cs-black);
}

.btn-primary:hover,input[type=submit]:hover {
	background-color: var(--cs-yellow-hover);
	color:var(--cs-black);
	border-color:var(--cs-yellow-hover);
}

.btn-secondary {
	background-color:var(--cs-grey2);
	border-color:var(--cs-grey2);
	color:var(--cs-black);
}

.btn-secondary:hover {
	background-color:var(--cs-grey1);
	border-color:var(--cs-grey1);
	color:var(--cs-black);
}

.btn,input[type=submit] {
	border-radius:0px;
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	padding:18px 32px;
	border-width:0px;
}

.btn-sans {
	font-family:"Open Sans";
	text-transform:none;
	font-weight:600;
	line-height:150%;
}

.btn-icon {
	position:relative;
}

.btn-xsm.btn-icon {
	padding-left:40px;
}

.btn-xsm .btn-btn-icon {
	position:absolute;
	width:14px;
	height:14px;
	left:16px;
	top:15px;
}


.btn-group-lg > .btn, .btn-lg {
	font-size: 20px;
	padding:20px 28px;
	line-height:20px;
}

.btn-group-sm > .btn, .btn-sm {
	padding:16px 32px;
}

.btn-group-xsm > .btn, .btn-xsm {
	padding:15px 16px;
	font-size: 14px;
}

.btn-remove {
	margin-right:8px;
	padding-top:9px;
	padding-bottom:10px;
	padding-left:12px;
	white-space:nowrap;
}

.btn-layout {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:21px;
	padding-right:21px;
	white-space:nowrap;
}


.btn-remove img {
	margin-left:10px;
}

.cs-cat-card {
	position:relative;
	display:inline-block;
	width:189px;
	height:206px;
	padding:16px;
	background: var(--cs-white);
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.02);
	cursor:pointer;
	margin-right:19px;
}

.cs-cat-card-last {
	margin-right:0px;
}

.cs-cat-card:hover {
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.cs-cat-icon {
	position:relative;
	background: var(--cs-yellow);
	display:block;
	width:157px;
	height:106px;
}

.cs-cat-icon img {
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.cs-cat-text {
	display:table-cell;
	padding-top:16px;
	height:52px;
	width:157px;
	text-align:center;
	vertical-align:middle;
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	white-space:normal;
}

.cs-cat-menu-spacer {
	position: absolute;
	width: 340px;
	height:8px;
	left: 0px;
	top: 206px;
	display:none;
}

.cs-cat-menu {
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 600ms,opacity 600ms ease-out;
	position: absolute;
	left: 0px;
	top: 214px;
	z-index:1000;
	background: var(--cs-white);
	padding:12px 12px;
	border-bottom:2px solid var(--cs-yellow);
	white-space:nowrap;
	vertical-align:top;
	text-align:left;
}

.cs-cat-menu-last {
	left: auto;
	right:0px;
}

.cs-cat-menu-right {
	left: auto;
	right:0px;
}

.cs-cat-card:hover .cs-cat-menu,.cs-cat-card:hover .cs-cat-menu-spacer,.cs-cat-menu:hover,.cs-cat-menu-spacer:hover {
	visibility:visible;
	opacity:1;
	transition:visibility 0s linear 0ms,opacity 600ms ease-out;
}

.cs-cat-menu a {
	display:block;
	padding-left:12px;
	padding-right:12px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	text-decoration:none;
	color: var(--cs-grey1);
	white-space:nowrap;
	overflow:hidden;
}

.cs-cat-menu a:hover {
	text-decoration-line: underline;
	color: var(--cs-black);
}

.cs-cat-menu-col {
	display:inline-block;
	margin-left:20px;
	vertical-align:top;
}

.cs-cat-menu-col:first-child {
	margin-left:0px;
}

.cs-cat-slider {
	margin-right:auto;
	margin-left:auto;
	max-width:1024px;
	text-align:center;
}

.mainNavDrop {
	display:inline;
}

.mainNavItem {
	position:relative;
	padding-right:36px;
	padding-left:20px;
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	display:inline-block;
	height:62px;
	padding-top:16px;
	text-decoration:none;
	color:var(--cs-black);
	border-bottom:2px solid transparent;
}

.mainNavItem .mDropUp,.mainNavItem:hover .mDropDown,.mainNavItemActive .mDropDown {
	display:none;
}

.mainNavItem:not(.mainNavItemActive):not(:hover) .mDropDown,.mainNavItem:hover .mDropUp,.mainNavItemActive .mDropUp {
	display:block;
}

.mainNavItem:hover,.mainNavItemActive {
	background-color:var(--cs-white);
	border-bottom-color:var(--cs-yellow);
	color:var(--cs-black);
}

.mainNavItem img {
	width:10px;
	height:10px;
	position:absolute;
	right:20px;
	top:25px;
}

.mainNavCol {
	display:inline-block;
	margin-right:60px;
	vertical-align:top;
}

.mainNavPopupSingle .mainNavCol {
	margin-right:0px;
}


.mainNavCol a {
	display:block;
}

.mainNavHead {
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: var(--cs-black);
	margin-bottom:27px;
	text-decoration:none;
	padding-top:18px;
}

.mainNavHead span {
	padding-bottom:2px;
	display:inline-block;
	border-bottom:2px solid var(--cs-yellow);
}

.mainNavHead:hover {
	color: var(--cs-grey1);
}

.mainNavHead:hover span {
	border-bottom:2px solid var(--cs-grey1);
}

.mainNavElem {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: var(--cs-grey1);
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	line-height:19.6px;
}

.mainNavElem:hover {
	color: var(--cs-black);
	text-decoration:underline;
}

h1,.h1,.heading1  {
	font-family:Oswald;
	font-size:68px;
	font-weight:bold;
	color: var(--cs-black);
	margin-bottom:32px;
	white-space:normal;
}

h2,.h2,.heading2 {
	font-family:Oswald;
	font-size:48px;
	font-weight:bold;
	color: var(--cs-black);
	margin-bottom:24px;
	white-space:normal;
}

h3,.h3,.heading3 {
	font-family:Oswald;
	font-size:32px;
	font-weight:bold;
	color: var(--cs-black);
	margin-bottom:18px;
	white-space:normal;
}

h4,.h4,.title1 {
	font-family:"Open Sans";
	font-size:28px;
	font-weight:bold;
	color: var(--cs-black);
	margin-bottom:16px;
	white-space:normal;
}

h5,.h5,.title2 {
	font-family:"Open Sans";
	font-size:24px;
	font-weight:bold;
	color: var(--cs-black);
	margin-bottom:14px;
	white-space:normal;
}

h6,.h6,.title3 {
	font-family:"Open Sans";
	font-size:20px;
	font-weight:bold;
	color: var(--cs-black);
	margin-bottom:12px;
	white-space:normal;
}

.title4 {
	font-family:"Open Sans";
	font-size:18px;
	font-weight:bold;
	color: var(--cs-black);
	margin-bottom:10px;
	white-space:normal;
}

.title5 {
	font-family:"Open Sans";
	font-size:16px;
	font-weight:600;
	color: var(--cs-black);
	margin-bottom:8px;
	white-space:normal;
}

.contentBody {
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}

.csContent,.cke_editable {
	font-family:"Open Sans";
	color:var(--cs-grey1);
}

li {
	margin-top:11px;
	margin-bottom:11px;
	color:var(--cs-black);
}

ul li {
	list-style:none;
	padding-left:22px;
	background-repeat:no-repeat;
	background-position:0px 0px;
}

ul {
	padding-left:0px;
}

#topNav {
	top:0px;
	background-color:var(--cs-black);
	background-image:url("/img/lines10.png");
	background-attachment:fixed;
	background-repeat:repeat;
	height:76px;
}

#saved-products {
	position:absolute;
	right:84px;
	top:16px;
}

#logo {
	position:absolute;
	display:block;
	left:85px;
	top:12px;
	width:200px;
	height:60px;
}

#logo img {
	width:200px;
	height:60px;
}

#hamburger {
	position:absolute;
	display:block;
	width:32px;
	height:64px;
	left:16px;
}

#hamburger img {
	width:32px;
	height:17px;
	margin-top:24px;
	margin-bottom:23px;
}

.mainNav {
	height:62px;
	background-color:var(--cs-grey2);
	top:76px;
	text-align:center;
}

#slogan {
	position:absolute;
	left:300px;
	top:12px;
	width:970px;
	text-align:center;
	font-family:Oswald;
	font-size:30px;
	font-weight:normal;
	color: var(--cs-yellow);
	margin-bottom:32px;
	white-space:normal;
	text-transform:uppercase;
}

.mainNavPopup {
	display:block;
	opacity:0;
	visibility:hidden;
	/*transition:visibility 0s linear 200ms,opacity 200ms ease-out;*/
	text-align:left;
	position:absolute;
	background-color:var(--cs-white);
	width:100%;
	top:62px;
	padding-left:85px;
	padding-right:24px;
	padding-top:18px;
	padding-bottom:18px;
	border-bottom:2px solid var(--cs-yellow);
	max-height:calc(100vh - 138px);
	overflow-y:auto;
}

.mainNavPopupSingle {
	width:auto;
	position:absolute;
	padding-left:24px;
}

.mainNavDrop .mainNavItem:hover + .mainNavPopup,.mainNavPopup:hover,.mainNavDrop .mainNavItemActive + .mainNavPopup {
	visibility:visible;
	opacity:1;
	transition:visibility 0s linear 0ms,opacity 400ms ease-out;
}

#homeBox {
	margin-top:138px;
	padding-bottom:37px;
	padding-top:68px;
}

#homeSlogan {
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 68px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color:var(--cs-black);
	margin-left:auto;
	margin-right:auto;
	max-width:814px;
	margin-top:15px;
	margin-bottom:15px;
}

#homeSlogan i {
	color:var(--cs-yellow);
	font-style:normal;
}

#homeSearch {
	position:relative;
	width:100%;
	background: var(--cs-white);
	border: 1px solid var(--cs-grey3);
	box-shadow: 0px 15px 32px rgba(0, 0, 0, 0.05);
}

#contentBox #homeSearch {
	box-shadow: none;
}


#homeSearchBox {
	position:relative;
	max-width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	padding-left:28px;
	padding-right:28px;
	z-index:21;
}

#homeSearchAutocomplete {
	position:absolute;
	z-index:2000;
	width:100%;
	top:82px;
	background: var(--cs-white);
	border: 1px solid var(--cs-grey3);
	box-shadow: 0px 15px 32px rgba(0, 0, 0, 0.05);
	padding-top:24px;
	padding-bottom:24px;
	display:block;
	visibility:hidden;
	opacity:0;
	transition:opacity 600ms ease-out;
	z-index:99999;
}

#homeSearchAutocomplete hr {
	margin-top:7px;
	margin-bottom:20px;
	background:var(--cs-grey1);
}

.acHead {
	font-family: Oswald;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--cs-black);
	margin-bottom:7px;
	padding-left:28px;
	padding-right:28px;
}


.acItem {
	display:block;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	color: var(--cs-grey1);
	padding-left:28px;
	padding-right:28px;
	padding-top:9px;
	padding-bottom:9px;
	text-decoration:none;
}

.acHead.acItem {
	font-family: Oswald;
	font-weight: 600;
	color: var(--cs-black);
	font-size: 12px;
	padding-top:12px;
	padding-bottom:15px;
}

.acItemSub {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	/* Grey_text */
	color: var(--cs-grey1);
}

.acHighlight {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	color: var(--cs-black);	
}

.acItem:hover,.acItem:hover .acItemSub,.acItem:active,.acItem:active .acItemSub,.acItem:focus,.acItem:focus .acItemSub {
	background:var(--cs-yellow);
	color: var(--cs-black);
}

#csSearchText {
	position:absolute;
	visibility:hidden;
	height: auto;
	width: auto;
	white-space: nowrap;
	font-family:"Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 100%;
}


#contentBox #csSearchText {
	font-size:16px;
}

#csSearch {
	font-family:"Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 100%;
	color: var(--cs-black);
	padding-top:26px;
	padding-bottom:26px;
	padding-left:56px;
	border:0px;
	width:100%;
	padding-right:198px;
	background-image:url('/img/glass.svg');
	background-repeat:no-repeat;
	background-position:24px 50%;
}

#csSearch::placeholder {
	text-overflow:ellipsis;
	overflow-wrap:break-word;
}

#contentBox #csSearch {
	font-size:16px;
	padding-top:18px;
	padding-bottom:18px;
}

#csSearch:focus {
	background-image:url('/img/glass-grey.svg');
}

#csSearchSubmit {
	position:absolute;
	right:0px;
	height:100%;
	width:132px;
}

#csSearchReset {
	display:none;
	position:absolute;
	right:132px;
	top:0px;
	width:46px;
	padding-right:12px;
	padding-left:12px;
	height:100%;
	z-index:1000;
	background-image:url("/img/close.svg");
	background-repeat:no-repeat;
	background-position:12px center;
	cursor:pointer;
}

#csSearchSuggest {
	position:absolute;
	display:none;
	width:auto;
	font-family:"Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 100%;
	color: var(--cs-grey1);
	padding-top:0px;
	padding-bottom:0px;
	z-index:1000;
	top:29px;
}

#contentBox #csSearchSuggest {
	font-size:16px;
	top:21px;
}

#contentBox #csSearchReset {
	height:58px;
}

#contentBox #homeSearchAutocomplete {
	top:58px;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0; 
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none; 
}

#homeCatBox {
	z-index:10;
	position:relative;
	top:-37px;
	max-width:1185px;
	margin-left:auto;
	margin-right:auto;
	padding-top:56px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:60px;
	background-color:var(--cs-grey2);
}

#homeCatBoxSlogan {
	font-family: Oswald;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: var(--cs-black);
	margin-left:auto;
	margin-right:auto;
	max-width:1070px;
	margin-bottom:18px;
}

#yellowFooter {
	position:relative;
	padding-left:124px;
	padding-right:125px;
	height:50px;
	background-color:var(--cs-yellow);
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
}

#yellowFooter #privacy {
	display:inline-block;
	height:50px;
	color:var(--cs-black);
	text-decoration:none;
	padding-top:20px;
}

#copyright {
	position:absolute;
	width:300px;
	height:50px;
	top:0px;
	padding-top:20px;
	left:calc(50% - 150px);
}

#yellowFooter #privacy:hover {
	text-decoration:underline;
}

#facebook,#twitter,#instagram {
	position:absolute;
	display:inline-block;
	height:50px;
	padding-top:17px;
	padding-left:10px;
	padding-right:10px;
}

#twitter {
	right:188px;
	padding-top:18px;
}

#facebook {
	right:161px;
}

#instagram {
	right:125px;
}

#blackFooter {
	padding-top:60px;
	padding-bottom:70px;
	padding-left:124px;
	padding-right:125px;
	background-color:var(--cs-black);
	color:var(--cs-white);
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	clear:both;
}

.csContent,.csSearch {
	padding-top:160px;
	padding-left:124px;
	padding-right:125px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	padding-bottom:40px;
}

.csSearch {
	padding-left:85px;
	padding-top:138px;
	padding-right:84px;
	white-space:nowrap;
}

.blackFooterCol {
	display:inline-block;
	margin-right:45px;
	vertical-align:top;
}

.blackFooterCol:first-child {
	width:240px;
}

#footerLogo {
	width:95px;
	margin-bottom:16px;
}

.footerMenuHead {
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	margin-bottom:28px;
}

.footerMenuSub {
	display:block;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: var(--cs-white);
	margin-bottom:24px;
	text-decoration:none;
}

.footerMenuSub:last-child {
	margin-bottom:0px;
}

.footerMenuSub:hover {
	text-decoration:underline;
	color: var(--cs-white);
}

#filterBox {
	display:inline-block;
	width:300px;
	vertical-align:top;
	background-color:var(--cs-white);
	z-index:10000;
}

#filterBoxBg, .hMenuBg {
	display:none;
	width:100%;
	height:100%;
	z-index:9999;
	position:fixed;
	left:0;
	top:0;
	opacity:0.7;
	background-color:var(--cs-grey2);
}

.hMenu {
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	background-color:var(--cs-white);
	z-index:10000;
	padding:40px 12px 12px 12px;
}

.hMainNav {
	display:block;
	position:relative;
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--cs-black);
	padding-bottom:5px;
	padding-top:5px;
}

.hMainNav:hover {
	color: var(--cs-black);	
}

.hMainNav img {
	position:absolute;
	right:0px;
	top:0px;
	border-right:14px solid transparent;
	border-left:14px solid transparent;
	border-top:16px solid transparent;
	border-bottom:16px solid transparent;
}



.hMainNavHead {
	display:block;
	position:relative;
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: var(--cs-black);
	margin-bottom: 6px;
	margin-top: 12px;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
}

.hMainNavHead span {
	padding-bottom:2px;
	display:inline-block;
	border-bottom:2px solid var(--cs-yellow);
}

.hMainNavHead:hover {
	color: var(--cs-grey1);
}

.hMainNavHead:hover span {
	border-bottom:2px solid var(--cs-grey1);
}

.hMainNavHead img {
	position:absolute;
	right:4px;
	top:0px;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-top:12px solid transparent;
	border-bottom:12px solid transparent;
}

.hHeadMenu,.hMainMenu {
	display:none;
}

.hMainNavSub {
	display:block;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
	color: var(--cs-grey1);
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	line-height:17.6px;
}

.hMainNavSub:hover {
	color: var(--cs-black);
	text-decoration:underline;
}

.hClose {
	position:absolute;
	width:32px;
	height:32px;
	display:block;
	right:5px;
	top:5px;
	padding-top:6px;
	padding-left:6px;
	z-index:99999999;
}


#contentBox {
	display:inline-block;
	margin-left:55px;
	margin-right:0px;
	max-width:916px;
	width:calc(100vw - 540px);
	vertical-align:top;
}

#contentBox #homeSearchBox {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}

.csDetail .csBc {
	position:relative;
}

.csDetail #homeSearchBox {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	position:absolute;
	right:0px;
	top:0px;
}

.filterTitle {
	position:relative;
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	color: var(--cs-black);
}

.priceRangeDiv {
	white-space:normal;
}

.priceRange {
	padding: 2px 4px;
	font-size: 10px;
	font-weight:400;
	margin-bottom:10px;
	margin-right:10px;
}

.filterHead {
	font-family: Oswald;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--cs-black);
	margin-top:20px;
	margin-bottom:12px;
	margin-left:16px;
}

#platformSelect {
	display:block;
	text-decoration:none;
	color: var(--cs-grey1);
}

#platformSelect.filterHeadActive {
	color: var(--cs-black);
}

#platformSelect img {
	padding-left:5px;
}

#platformSelect:hover {
	color: var(--cs-black);
}

#platformList {
	display:none;
}

.filterCat1,.filterCat2,.filterCat3,.filterCat4,.filterCat5 {
	display:block;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 150%;
	text-decoration:none;
}

.filterCat1 {
	color:var(--cs-black);
	padding-top:4px;
	padding-bottom:4px;
	margin-left:16px;
}

.filterCat2 {
	color:var(--cs-grey1);
	padding-top:3px;
	padding-bottom:4px;
	margin-left:32px;
}

.filterCat3 {
	color:var(--cs-grey1);
	padding-top:2px;
	padding-bottom:3px;
	margin-left:40px;
}

.filterCat4 {
	color:var(--cs-grey1);
	padding-top:1px;
	padding-bottom:2px;
	margin-left:44px;
}

.filterCat5 {
	color:var(--cs-grey1);
	padding-top:0px;
	padding-bottom:1px;
	margin-left:46px;
}

.filterCat1:hover,.filterCat2:hover,.filterCat3:hover,.filterCat4:hover,.filterCat5:hover {
	color:var(--cs-black);
	text-decoration:underline;
}

.filterCatActive {
	padding-left:16px;
	background-image:url("/img/right-arrow-yellow.svg");
	background-repeat:no-repeat;
	background-position:left center;
}

#priceFilter {
	padding-left:16px;
}

#minPriceFrame,#maxPriceFrame {
	position:relative;
	display:inline-block;
}

#minMaxLine {
	margin-left:8px;
	margin-right:8px;
}

#minPrice,#maxPrice {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: var(--cs-black);
	border: 1px solid var(--cs-grey3);
	width:117px;
	padding-top:12px;
	padding-bottom:12px;
	padding-right:12px;
	padding-left:22px;
}

#minPriceCurrency,#maxPriceCurrency {
	position:absolute;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: var(--cs-black);
	z-index:1000;
	top:13px;
	left:12px;
}

#priceSlider {
	position:relative;
	height:24px;
	margin-top:16px;
	margin-bottom:16px;
	margin-left:9px;
	margin-right:18px;
}

#sliderGreyLine {
	position:absolute;
	height:2px;
	background-color:var(--cs-grey3);
	width:100%;
	top:11px;
	left:0px;
}

#sliderBlackLine {
	position:absolute;
	height:2px;
	background-color:var(--cs-black);
	width:0px;
	top:11px;
	left:0px;
	margin-left:12px;
	margin-right:12px;
}


#sliderMinCircle,#sliderMaxCircle {
	position:absolute;
	width:24px;
	height:24px;
	top:0px;
	left:0px;
	background-image:url("/img/range-circle.svg");
	background-repeat:no-repeat;
	cursor:pointer;
}

#sliderMinValue,#sliderMaxValue {
	position:absolute;
	font-family:"Open Sans";
	font-size:10px;
	top:-14px;
}

#sliderMinValue {
	left:0px;
}

#sliderMaxValue {
	right:0px;
}

.filterCheck {
	padding-top:8px;
	padding-bottom:8px;
	height:37px;
	margin-left:16px;
	position:relative;
}

.filterCheck label {
	position: absolute;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color:var(--cs-black);
	padding-left:16px;
	left:18px;
	top:0px;
}

.filterCheck input[type=checkbox] {
	width:18px;
	height:18px;
	position:absolute;
	z-index:0;
	left:-0px;
	top:0px;
	-webkit-appearance: none;
}

.filterCheck label::before {
	position:absolute;
	width: 18px;
	height: 18px;
	background-image: url("/img/unchecked.svg");
	display: block;
	content: "";
	z-index: 5;
	left:-16px;
	top:1px;
}

.filterCheck input[type="checkbox"]:checked+label::before {
	background-image: url("/img/checked.svg");
}

.csBc {
	height:78px;
	margin-bottom:15px;
	width:calc(100% + 84px);
}

.csBc a {
	display:inline-block;
	height:76px;
	padding-top:28px;
	padding-right:4px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.2px;
	text-transform: capitalize;
	text-decoration:none;
}

.csBc a:not(:first-child) {
	padding-left:4px;
}

.csBc a:hover {
	text-decoration:underline;
}

.csBc img {
	margin-left:4px;
	margin-right:4px;
}

.csBc a.bcInactive {
	color:var(--cs-grey1)
}

.csBc a.bcActive {
	color:var(--cs-black)
}

#contentBoxHeaderSel .btn-remove {
	margin-bottom:8px;
}

#sortBy {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	height:40px;
	border: 1px solid var(--cs-grey3);
	border-radius:0;
	padding-left:12px;
	padding-right:18px;
	padding-top: 10px;
	padding-bottom:10px;
	margin-left:20px;
	margin-bottom:8px;
	float:right;
}

#sortBy option {
	font-weight:300;
}

#contentBoxHeaderSel {
	position:relative;
	margin-top:20px;
	/*padding-right:140px;*/
	white-space:normal;
}

#srItems {
	display:inline-block;
	height:40px;
	margin-right:20px;
	padding-top:13px;
	vertical-align:top;
	margin-bottom:8px;
}

#layoutSwitch {
	position:absolute;
	top:0px;
	right:0px;
	width:120px;
	height:40px;
	border:1px solid var(--cs-grey3);
}

#layoutCard,#layoutList {
	position:absolute;
	top:0px;
}

#layoutCard {
	left:0px;
}

#layoutList {
	left:60px;
	height:38px;
}

.csList {
	border:1px solid var(--cs-grey3);
	position:relative;
	padding:24px 175px 16px 160px;
	min-height:172px;
	cursor:pointer;
	white-space:normal;
	margin-bottom:20px;
	background-color:var(--cs-white);
}

.csStar {
	padding:9px 9px;
	position:absolute;
	z-index:20;
	left:-1px;
	top:-1px;
	background-color:var(--cs-white);
	border:1px solid var(--cs-grey3);
}

.csStar:hover {
	background-color:var(--cs-grey5);
}

.csListImg {
	position:absolute;
	left:12px;
	top:16px;
	width:120px;
	height:120px;
}

.csListImgSub {
	position:absolute;
	left:12px;
	top:16px;
	width:100px;
	height:100px;
}

.csListTitle {
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: var(--cs-black);
	display:block;
	margin-bottom:10px;
	text-decoration:none;
	overflow-wrap: anywhere;
}

.csListTitle:hover {
	color:var(--cs-black);
}

.csListText {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: var(--cs-grey1);
}

.csListPrice {
	position:absolute;
	top:28px;
	width:162px;
	right:0px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 100%;
	color: var(--cs-black);
}

.csListDetails {
	position:absolute;
	top:8px;
	width:162px;
	right:0px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
	color: var(--cs-black);
}

.csListBasePrice {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	color: var(--cs-grey1);
}

.csListOrderButton {
	position:absolute;
	top:80px;
	width:142px;
	right:20px;
	white-space:nowrap;
}

.csListShipping {
	position:absolute;
	top:57px;
	width:162px;
	right:0px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	display: flex;
	align-items: center;
	color: var(--cs-grey1);
}

.csListShippingText {
	font-family: Oswald;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--cs-black);
}

.csListPlatform {
	position:absolute;
	top:140px;
	width:162px;
	right:0px;
	font-family: Oswald;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--cs-black);
}

.csListDealerText {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 100%;
	display: flex;
	color: var(--cs-grey1);
}

.productFS {
	margin-top:14px;
	margin-bottom:8px;
}

.productFlavors,.productSellers  {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	color: var(--cs-grey1);
	margin-right:20px;
	text-decoration:none;
}

.productFlavors:hover,.productSellers:hover {
	color: var(--cs-black);
}

.productFlavors img,.productSellers img {
	margin-left:4px;
}

.procutFlavorsText,.procutSellersText {
	font-family: Oswald;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--cs-black);
}

.csListMore {
	display:none;
	padding-left:40px;
}

#goalHeader {
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 100%;

	/* identical to box height, or 32px */
	letter-spacing: 0.2px;
	text-transform: uppercase;

	/* Black */
	color: var(--cs-black);
	margin-bottom:24px;
}

.csDetailImg {
	vertical-align:top;
	padding-top:18px;
	padding-bottom:18px;
	padding-left:68px;
	padding-right:68px;
	display:inline-block;
	background-color:var(--cs-white);
	border: 1px solid var(--cs-grey3);
	margin-right:36px;
	max-width:548px;
}

.csDetailImg img {
	max-width:410px;
	max-height:410px;
	min-width:120px;
	min-height:120px;
	width:calc( 410px - ( 1460px - 100vw ) / 2 );
	height:calc( 410px - ( 1460px - 100vw ) / 2 );
}

.csDetailTextBox {
	display:inline-block;
	vertical-align:top;
	white-space:normal;
	max-width:470px;
	padding-top:44px;
	width:calc( 470px - ( 1460px - 100vw ) / 2 );
}

.csDetail {
	padding-left:85px;
	padding-right:84px;
	padding-top:138px;
	padding-bottom:40px;
	background-image:url("/img/lines.png");
	background-repeat:repeat;
	white-space:normal;
}

.csDetailContent {
	padding-left:108px;
	padding-right:108px;
}

.csDetailBrand {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--cs-grey1);
	margin-bottom:6px;
}
.csDetailName {
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: 0.2px;
	color: var(--cs-black);
	margin-bottom:20px;
}

.csDetailPriceBox {
	position:relative;
	margin-bottom:16px;
	height:24px;
}

.csDetailPrice {
	position:absolute;
	bottom:0px;
	width:162px;
	left:0px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 100%;
	color: var(--cs-black);
}


.csDetailBasePrice {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	color: var(--cs-grey1);
}

.csDetailShipping {
	position:absolute;
	bottom:0px;
	width:162px;
	left:190px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	display: flex;
	align-items: center;
	color: var(--cs-grey1);
}

.csDetailShippingText {
	font-family: Oswald;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--cs-black);
}

.csDetailText {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: var(--cs-grey1);
	margin-bottom:28px;
}

.csDetailStar {
	padding:16.4px 17px;
	margin-left:70px;
	background-color:var(--cs-white);
	border:1px solid var(--cs-grey3);
}

.csDetailStar:hover {
	background-color:var(--cs-grey5);
}

.csDetailOrder {
	margin-bottom:20px;
}

.csDetailPlatform {
	font-family: Oswald;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--cs-black);
}

.csDetailDealerText {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	color: var(--cs-grey1);
}

.csDetailSellers,.csDetailFlavors,.csDetailMlt {
	padding-top:80px;
	padding-left:193px;
	padding-right:193px;
}

.csDetailSellersHead,.csDetailFlavorsHead,.csDetailMltHead {
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: var(--cs-black);
	margin-bottom:32px;
}

.csDetailSpace {
	height:120px;
}

.csDetailFlavors {
	margin-right:-30px;
}

.csCard {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:240px;
	height:480px;
	margin-right:30px;
	margin-bottom:44px;
	border: 1px solid var(--cs-grey3);
	cursor:pointer;
	background-color:var(--cs-white);
}

.csCardImg {
	position:absolute;
	top:29px;
	left:29px;
	width:180px;
	height:180px;
}

.csCardTitle {
	position:absolute;
	top:233px;
	left:19px;
	width:200px;
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	text-decoration:none;
	color: var(--cs-black);
	overflow:hidden;
	max-height:130px;
}

.csCardTitle:hover {
	color: var(--cs-black);
}

.csCardPrice {
	position:absolute;
	top:389px;
	left:19px;
	width:200px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 100%;
	color: var(--cs-black);
	text-align:center;
}

.csCardBasePrice {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	color: var(--cs-grey1);
}

.csCardOrder {
	position:absolute;
	width:238px;
	height:53px;
	border-top: 1px solid var(--cs-grey3);
	bottom:0px;
	left:0px;
}

.csCardOrderButton {
	position:absolute;
	left:0px;
	top:0px;
	width:188px;
	display:inline-block;
}

.csCardStar {
	position:absolute;
	top:0px;
	right:0px;
	padding:15.8px 16px;
	background-color:var(--cs-white);
}

.csCardStar:hover {
	background-color:var(--cs-grey5);
}

.csSavedProducts {
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: var(--cs-black);
	padding-bottom:44px;
	position:relative;
}

#csSavedItems {
	position:absolute;
	right:0px;
	top:9px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	display: flex;
	color: var(--cs-black);
}

#contentBox.csSavedProductsContentBox {
	margin-left:0px;
	margin-right:0px;
	max-width:1271px;
	width:calc(100vw - 170px);
}

.contentMenuHeader {
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: var(--cs-black);
	margin-bottom:14px;
}

.contentMenuHeaderTeaser {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: var(--cs-grey1);
	margin-bottom:36px;
}

.contentMenu {
	position:absolute;
	width:300px;
}

.csContentNav {
	padding-left:335px;
	margin-bottom:60px;
}

.csContentMenuHead {
	position:relative;
	display:block;
	font-family: Oswald;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: var(--cs-black);
	width:299px;
	height:56px;
	padding-left:16px;
	padding-top:16px;
	text-decoration:none;
	margin-bottom:4px;
}

.csContentMenuHead img {
	position:absolute;
	top:24px;
	right:24px;
}

.csContentMenuHeadActive,.csContentMenuHead:hover {
	background-color:var(--cs-yellow);
	color:var(--cs-black);
}

.csContentMenuSub {
	display:block;
	width:299px;
	height:36px;
	padding-top:12px;
	padding-left:16px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: var(--cs-grey1);
	text-decoration:none;
}

.csContentMenuSubActive,.csContentMenuSub:hover {
	color: var(--cs-black);
	text-decoration:underline;
}

#filters {
	margin-right:20px;
}

#filterClose {
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:32px;
	cursor:pointer;
}

.bestDealsContent,.brandsContent,.popularProductsContent,.menuContent,.csInfoContent {
	padding-left:85px;
	padding-right:84px;
	padding-top:90px;
	background-color:var(--cs-grey5);
}

.xCenter {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:20px;
}

.yFrame {
	display:inline-block;
	position:relative;
}


.yFrame:before,.yFrame:after {
	background-color:var(--cs-yellow);
	content:"";
	display:inline-block;
	height:4px;
	width:50px;
	position:absolute;
	top:50%;
}

.yFrame:before {
	left:-82px;
}

.yFrame:after {
	left:calc(100% + 32px);
}

#bestDealsHead,#brandsHead,#popularProductsHead,.menuContentHead {
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 100%;
	text-transform: uppercase;
	color: var(--cs-black);
}

.carousel-indicators [data-bs-target] {
	background-color:var(--cs-grey3);
	opacity:1;
	width:72px;
	margin-right:8px;
	margin-left:8px;
}

.carousel-indicators .active {
	background-color:var(--cs-black);
}

.carousel-item {
	padding-bottom:40px;
}

.menuContent {
	padding-bottom:80px;
}

.menuContentCards {
	clear:both;
	margin-right:-30px;
	margin-bottom:20px;
}

.menuContentCard {
	background: var(--cs-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.02);
	width:400px;
	height:200px;
	padding:32px;
	border-bottom:2px solid var(--cs-yellow);
	margin-right:30px;
	margin-bottom:30px;
	float:left;
	overflow:hidden;
	cursor:pointer;
}

.menuContentCardBig {
	background: var(--cs-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.02);
	width:400px;
	height:300px;
	padding:32px;
	border-bottom:2px solid var(--cs-yellow);
	margin-right:30px;
	margin-bottom:30px;
	float:left;
	overflow:hidden;
	cursor:pointer;
}

.menuContentTitle {
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: var(--cs-black);
	margin-bottom:24px;
}

.menuContentText {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	color: var(--cs-grey1);
}

.brandsCard {
	width:130px;
	height:130px;
	border: 1px solid var(--cs-grey3);
	margin: 10px;
	padding: 5px;
	background-color:var(--cs-white);
}

.brandsCardText {
	font-family: "Open Sans";
	font-size:10px;
	width:120px;
	height:120px;
}

.brandsCardText a {
	color:var(--cs-grey1);
	text-decoration:none;
}

.brandsCardText a:hover {
	text-decoration:underline;
}

.csFlag {
	height:15px;
	width:20px;
	margin-right:3px;
}

.csDetailOrderButton .csFlag {
	height:18px;
	padding-bottom: 3px;
}

.btn-sm.csListOrderButton {
	padding-left:16px;
	padding-right:16px;
}

.csListOrderButton .csFlag {
	height:16px;
	width:17px;
	padding-bottom: 3px;
}


@media (max-width:1399.98px) {
	#slogan {
		width:calc(100% - 470px);
		font-size:34px;
	}
}

@media (max-width: 1224.98px) {
	#homeCatBox {
		margin-left:20px;
		margin-right:20px;
	}
}

@media (max-width: 1280.98px) {
	#slogan {
		font-size:30px;
	}
	#homeSlogan {
		font-size:54px;
	}
	#homeBox {
		padding-top:28px;
	}
	#homeCatBox {
		padding-top:74px;
	}
	#homeCatBoxSlogan {
		font-size:26px;
	}
	.csDetailOrderButton {
		font-size: 16px;
		line-height: 100%;
		padding:18px 32px;
	}
	.csDetailOrderButton .csFlag {
		height:15px;
		width:17px;
		padding-bottom: 2px;
	}
	.csDetailStar {
		padding:13.15px 14px;
		margin-left:40px;
	}
	
	.csDetailStar img {
		width:20px;
		height:20px;
	}
	.mainNavCol {
		margin-right:40px;
	}
	
	.mainNavHead {
		margin-bottom:18px;
		padding-top:16px;
		font-size:14px;
	}
	
	.mainNavElem {
		font-size:12px;
		padding-top:8px;
		padding-bottom:8px;
	}
	#blackFooter,#yellowFooter,.csContent {
		padding-left:50px;
		padding-right:50px;
	}
	
	.csCard {
		width:190px;
		height:380px;
		margin-right:8px;
		margin-bottom:16px;
	}

	.csCardImg {
		top:0px;
		left:0px;
	}

	.csCardTitle {
		top:210px;
		left:9px;
		width:180px;
		font-size: 12px;
		max-height:100px;
	}

	.csCardPrice {
		position:absolute;
		top:290px;
		left:9px;
		width:180px;
		font-size: 18px;
	}

	.csCardBasePrice {
		font-size: 10px;
	}

	.csCardOrder {
		position:absolute;
		width:188px;
		height:53px;
		border-top: 1px solid var(--cs-grey3);
		bottom:0px;
		left:0px;
	}

	.csCardOrderButton {
		position:absolute;
		left:0px;
		top:0px;
		width:158px;
		display:inline-block;
	}

	.csCardStar {
		position:absolute;
		top:0px;
		right:0px;
		padding:15.8px 16px;
		background-color:var(--cs-white);
	}
}

@media (max-width: 1199.98px) {
	#slogan {
		top:18px;
		font-size:26px;
	}
	.cs-cat-card {
		width:132px;
		height:180px;
		padding:8px;
	}

	.cs-cat-icon {
		width:116px;
	}

	.cs-cat-text {
		font-size: 15px;
		line-height: 19.2px
	}

	.cs-cat-card {
		margin-right:12px;
	}
	.cs-cat-menu-spacer {
		top:180px;
	}
	.cs-cat-menu {
		width: 302px;
		top: 188px;
		padding:8px 8px;
	}
	.cs-cat-menu a {
		width:143px;
		padding-left:8px;
		font-size: 13px;
	}
	
}


@media (max-width: 991.98px) {
	#slogan {
		top:6px;
		font-size:20px;
	}
	.cs-cat-card {
		width:90px;
		height:145px;
		padding:4px;
	}

	.cs-cat-icon {
		width:82px;
		height:82px;
	}

	.cs-cat-text {
		padding-top:4px;
		font-size: 13px;
		line-height: 15.2px
	}

	.cs-cat-card {
		margin-right:10px;
	}
	.cs-cat-menu-spacer {
		top:145px;
	}
	.cs-cat-menu {
		width: 302px;
		top: 153px;
		padding:8px 8px;
	}
	.cs-cat-menu a {
		width:143px;
		padding-left:8px;
		font-size: 13px;
	}
	
	#homeSlogan {
		font-size:44px;
	}
	#homeBox {
		padding-top:18px;
	}
	#homeCatBox {
		padding-top:56px;
		padding-left:10px;
		padding-right:10px;
		margin-left:10px;
		margin-right:10px;
		padding-bottom:40px;
	}
	#homeCatBoxSlogan {
		font-size:24px;
	}
	#contentBox {
		margin-left:0px;
		width:calc(100vw - 187px);
	}
	
	.csDetailContent {
		padding-left:0;
		padding-right:0;
	}
	.csDetailSellers,.csDetailFlavors,.csDetailMlt {
		padding-left:85px;
		padding-right:84px;
	}
	.csDetailImg img {
		width:auto;
		height:auto;
	}
	.csDetailImg {
			margin-right:0px;
	}
	
	.csDetailTextBox {
		width:auto;
		max-width:none;
	}
}

@media (max-width: 767.98px) {
	#blackFooter,#yellowFooter,.csContent {
		padding-left:20px;
		padding-right:20px;
	}
	#slogan {
		left:130px;
		width:calc(100% - 330px);
	}
	#twitter {
		right:84px;
	}

	#facebook {
		right:57px;
	}

	#instagram {
		right:21px;
	}
	
	#saved-products {
		right:20px;
	}
	#homeSlogan {
		font-size:40px;
	}
	
	#logo {
		left:20px;
	}
	.csSearch {
		padding-left:20px;
		padding-right:20px;
	}
	#contentBox {
		width:calc(100vw - 55px);
	}
	#contentBox.csSavedProductsContentBox {
		width:calc(100vw - 55px);
	}
	.csDetail,.csDetailSellers,.csDetailFlavors,.csDetailMlt,.bestDealsContent,.brandsContent,.popuplarProductsContent,.menuContent,.csInfoContent {
		padding-left:20px;
		padding-right:20px;
	}
	.csBc {
		width:calc(100% + 20px);
	}
	
	.csDetailImg {
		padding-left:18px;
		padding-right:18px;
	}
}



@media (max-width: 575.98px) {
	.cs-cat-card {
		position:relative;
		display:block;
		width:auto;
		height:auto;
		padding-left:0px;
		padding-right:0px;
		margin-bottom:10px;
		padding-top:0;
		padding-bottom:0;
		margin-right:0;
	}
	
	.cs-cat-icon {
		position:absolute;
		left:12px;
		top:8px;
		width:28px;
		height:28px;
	}
	
	.cs-cat-menu-drop {
		display:block;
		width:48px;
		height:100%;
		max-height:44px;
		position:absolute;
		top:0;
		right:0;
	}
	.cs-cat-text {
		height:auto;
		width:auto;
		text-align:left;
		font-size:16px;
		line-height:120%;
		padding-top:12px;
		padding-bottom:12px;
		padding-left:54px;
		padding-right:48px;
	}
	.cs-cat-menu-drop img {
		position:absolute;
		margin:auto;
		left:0;
		top:0;
		right:0;
		bottom:0;
	}
	.cs-cat-menu-spacer {
		display:none;
	}
	.cs-cat-menu {
		display:none;
		position:static;
		visibility:visible;
		transition:none;
		width:auto;
		opacity:1;
	}
	
	
	#topNav {
		height:64px;
	}

	#logo {
		position:absolute;
		display:block;
		/*left:calc(50% - 32px);*/
		top:12px;
		width:63px;
		height:38px;
	}

	#logo img {
		width:63px;
		height:38px;
	}
	
	#saved-products {
		background-color:var(--cs-black);
		color:var(--cs-yellow);
		right:10px;
		font-size:12px;
		line-height:14.4px;
		width:100px;
		height:28px;
		padding-left:24px;
		padding-top:0px;
		padding-bottom:0px;
		padding-right:0px;
		text-align:left;
	}
	#saved-products .btn-btn-icon {
		left:0px;
		top:7px;
	}
	.footerMenuHead  {
		margin-top:50px;
	}
	#yellowFooter {
		height:80px;
	}
	#copyright {
		position:absolute;
		left:16px;
		top:52px;
		padding-top:0px;
		height:auto;
	}
	
	#blackFooter,#yellowFooter,.csContent {
		padding-left:16px;
		padding-right:16px;
	}
	#twitter {
		right:88px;
	}

	#facebook {
		right:57px;
	}

	#instagram {
		right:17px;
	}
	
	#homeSlogan {
		font-size: 34px;
	}
	#homeBox {
		margin-top:44px;
	}
	#homeSearchBox {
		margin-top:8px;
	}
	#csSearch {
		display:block;
		padding-top:24px;
		padding-bottom:24px;
		padding-right:54px;
	}
	#csSearchSuggest {
		top:26.5px;
	}
	#csSearchReset {
		height:76px;
		right:0px;
	}
	#csSearchSubmit {
		position:static;
		display:block;
		height:72px;
		width:100%;
	}
	
	#contentBox #csSearchSubmit {
		height:58px;
	}
	#homeCatBox {
		margin-left:16px;
		margin-right:16px;
		top:-108px;
		padding-top:122px;
		padding-bottom:24px;
	}
	#homeCatBoxSlogan {
		font-size:18px;
	}
	.csSearch {
		padding-top:64px;
	}
	
	.csBc {
		height:48px;
	}
	
	.csBc a {
		padding-top:16px;
		height:48px;
	}
	#filters {
		margin-right:0px;
	}
	#sortBy,#filters {
		width:calc(50vw - 38px);
		margin-bottom:16px;
	}
	.csList {
		padding-right:12px;
		padding-bottom:68px;
		min-height:230px;
	}
	.csListTitle {
		font-size: 16px;
		line-height: 140%;
	}
	.csListPrice,.csListShipping {
		position:static;
		width:auto;
	}
	.csListPrice {
		font-size:16px;
	}
	.csListBasePrice {
		font-size:10px;
	}
	
	.csListShipping,.productSellers,.productFlavors {
		margin-top:12px;
	}
	.productSellers,.productFlavors {
		display:block;
	}
	.csListOrderButton {
		top:auto;
		bottom:0px;
		left:0px;
		width:100%;
	}
	
	.csListPlatform {
		top:auto;
		left:12px;
		bottom:52px;
	}
	
	.productFS {
		margin-top:0px;
		margin-bottom:0px;
	}
	
	.csDetail {
		padding-top:64px;
	}
	.csDetailImg img {
		width:calc( 100vw - 95px);
		height:calc( 100vw - 95px);
	}
	.csDetailStar {
		margin-left:0px;
	}
	.csDetailOrderButton {
		display:inline-block;
		width:calc(100vw - 110px);
	}
	
	.csDetailSellersHead,.csDetailFlavorsHead {
		font-size:24px;
	}
	
	.csDetailSellers,.csDetailFlavors,.csDetailMlt {
		padding-top:40px;
	}
	.csDetailSpace {
		height:60px;
	}
	
	.csCard {
		width:156px;
		height:346px;
		margin-right:16px;
		margin-bottom:20px;
	}
	
	.csDetailFlavors {
		margin-right:-16px;
	}
	
	.csCardImg {
		width:122px;
		height:122px;
		top:16px;
		left:16px;
	}
	
	.csCardTitle {
		top:154px;
		left:16px;
		width:122px;
		max-height:110px;
	}
	
	.csCardPrice {
		top:270px;
		left:16px;
		width:122px;
		font-size:16px;
	}
	
	.csCardBasePrice {
		font-size:10px;
	}
	
	.csCardOrder {
		width:154px;
		height:48px;
		bottom:1px;
	}
	
	.csCardOrderButton {
		width:108px;
		padding:16px 10px;
	}
	
	.csCardStar {
		padding:13.8083px 14px;
	}
	.contentMenu {
		position:static;
		width:auto;
		margin-bottom:40px;
	}
	
	.csContentMenuHead {
		width:auto;
	}
	
	.csContentMenuSub {
		width:auto;
	}
	
	.csContentNav {
		padding-left:0px;
	}
	
	.contentMenuHeader {
		font-size:32px;
	}
	
	.csContent {
		padding-top:84px;
	}
	
	.csContentMenuHead {
		padding-top:10px;
		height:44px;
	}
	
	.csContentMenuHead img {
		top:16px;
	}

	.yFrame:before,.yFrame:after {
		width:28px;
	}

	.yFrame:before {
		left:-48px;
	}

	.yFrame:after {
		left:calc(100% + 20px);
	}

	#brandsHead,#bestDealsHead,#popularProductsHead,.menuContentHead {
		font-size: 32px;
	}
	.csDetail,.csDetailSellers,.csDetailFlavors,.csDetailMlt,.bestDealsContent,.brandsContent,.popularProductsContent,.menuContent,.csInfoContent {
		padding-left:16px;
		padding-right:16px;
	}
	.csBc {
		width:100%;
		height:auto;
	}
	.csDetail #homeSearchBox {
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		padding-left:0px;
		padding-right:0px;
		position:static;
		right:0px;
		top:0px;
	}

	.csCard {
		margin-right:8px;
	}
	#homeBox {
		padding-bottom:0px;
	}
	.bestDealsContent,.brandsContent,.popularProductsContent,.menuContent,.csInfoContent {
		padding-top:30px;
	}
	.carousel-indicators [data-bs-target] {
		width:44px;
	}
	.menuContentCard {
		float:none;
		width:auto;
		height:auto;
	}
	
	#slogan {
		left:130px;
		font-size:14px;
		top:12px;
		width:calc(100% - 245px);
	}

}


@media (max-width: 359.98px) {
	#slogan {
		display:none;
	}
}

.active>.page-link {
	background-color:#151515!important;
	border-color:#151515 !important;
	color:white !important;
}
.page-link {
	color: #151515 !important;
}

