    body {
    margin: 0;
    padding: 0;
    font-family: "Overpass", Arial, sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}
body, html {
    position: relative;
    height: 100%;
}
@media (max-width: 575.98px) {
    body {
        font-size: 15px;
		line-height: 1.4;
	}
}

a, a:link {
    text-decoration: none;
    color: #000000;
}
a:hover, a:focus {
    text-decoration: underline;
    color: #000000;
}
.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
	outline-color: transparent;
	outline-width: 0;
	outline-style: none;
	box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

ul, ol {
    padding-left: 16px;
	margin-bottom: 0;
}

p, li, td, h1, h2, h3, h4, h5, h6 {
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
p, li, td, a {
    font-family: "Overpass", Arial, sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 575.98px) {
    p, li, td, a {
        font-size: 15px;
		line-height: 1.4;
	}
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Overpass", Arial, sans-serif;
    font-weight: 800;
    line-height: 1.3;
	color: #000000;
    letter-spacing: -0.02em;
}
h1 {
    font-size: 40px;
}
h2 { font-size: 32px; }
h3 { font-size: 26px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

@media (max-width: 767.98px) {
    h1 { font-size: 36px; }
	h2 { font-size: 28px; }
	h3 { font-size: 24px; }
	h4 { font-size: 20px; }
	h5 { font-size: 16px; }
}
@media (max-width: 575.98px) {
    h1 {
		font-size: 32px;
		line-height: 1;
	}
	h2 { font-size: 26px; }
	h3 { font-size: 22px; }
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-lighter {
    font-family: "Overpass", Arial, sans-serif;
	font-weight: 300 !important;
}

.text-regular {
    font-family: "Overpass", Arial, sans-serif;
	font-weight: 400 !important;
}

.text-medium {
    font-family: "Overpass", Arial, sans-serif;
	font-weight: 500 !important;
}

.text-semibold {
    font-family: "Overpass", Arial, sans-serif;
	font-weight: 600 !important;
}

.text-extrabold {
    font-family: "Overpass", Arial, sans-serif;
	font-weight: 800 !important;
}

strong, table th, .text-bold {
    font-family: "Overpass", Arial, sans-serif;
	font-weight: 700 !important;
}

.text-xsm {
    font-size: 13px !important;
    line-height: 1.3 !important;
}

.text-sm {
    font-size: 14px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.01em;
}

.text-grey-3 {
	color: rgb(0, 0, 0, 0.3) !important;
}

.text-grey-4 {
	color: rgb(0, 0, 0, 0.4) !important;
}

.text-grey-5 {
	color: rgb(0, 0, 0, 0.5) !important;
}

.text-grey-6 {
	color: rgb(0, 0, 0, 0.6) !important;
}

.text-grey-7 {
	color: rgb(0, 0, 0, 0.7) !important;
}

.text-grey-8 {
	color: rgb(0, 0, 0, 0.8) !important;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-cross {
    border-top: 1px solid #BBB;
    position: relative;
    width: 100%;
}
.text-cross p {
    position: absolute;
    top: 0;
    left: 50%;
    width: 45px;
    background: #FFF;
	font-size: 13px;
    color: #777777;
    text-align: center;
    z-index: 1;
    transform: translate(-50%,-50%);
}

.strikethrough {
	position: relative;
    font-weight: normal !important;
	color: #F03 !important;
	display: inline;
}
.strikethrough:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: inherit;
	
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	transform:rotate(-5deg);
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 575.98px) {
	.sm-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 767.98px) {
	.md-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 991.98px) {
	.lg-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 1199.98px) {
	.xl-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}

.disabled {
	opacity: 0.45;
	cursor: auto;
}

label {
    font-family: "Overpass", Arial, sans-serif;
    font-weight: 400;
	color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}
.form-group label {
    position: absolute;
    top: -7px;
    left: 10px;
    font-size: 13px;
    background: #FFF;
    padding: 0 8px;
}
.form-group .form-control {
    padding: 10px 18px 5px 18px;
}
@media (max-width: 767.98px) {
    .form-group {
        margin-bottom: 1rem;
    }
}

.form-control {
	font-size: 16px;
    height: 55px;
    color: #000000;
	border: 1px solid #777777;
    border-radius: 7px;
	box-shadow: none;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.form-control:focus {
	background-color: transparent;
}
.form-control:disabled, .form-control[readonly] {
	background-color: transparent;
}
@media (max-width: 575.98px) {
    .form-control {
	    font-size: 15px;
    }
}

select {
    font-family: "Overpass", Arial, sans-serif;
    font-weight: 400;
	box-shadow: none;
}
select.form-control {
    padding-left: 14px !important;
}
select.form-control:not([size]):not([multiple]) {
    height: 55px;
}
select.select-short:not([size]):not([multiple]) {
    width: 80px;
    height: 48px;
}

textarea {
    resize: none;
	box-shadow: none;
}
textarea.form-control {
    padding-top: 17px !important;
    padding-bottom: 12px !important;
}

a.close {
    text-decoration: none;
}
.close {
    position: absolute;
    top: 5px;
    right: 16px;
    font-weight: 300;
    cursor: pointer;
    font-size: 3rem;
}

.consent {
	display: block;
	position: relative;
	padding-left: 32px;
}
.consent p, .consent a {
	font-size: 13px;
    line-height: 1.4;
    padding-top: 1px;
}
.consent a {
	text-decoration: underline;
}
.consent .form-control {
	background-color: #FFF;
}
.consent .form-control:disabled,
.disabled label {
	background-color: #FFF;
}
.consent input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.consent input[type=checkbox]:checked ~ .checkmark {
	background-color: #000000;
	border-color: #000000;
}
.consent input[type=checkbox]:checked ~ .checkmark:after {
	display: block;
}
.consent .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #777;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

::placeholder {
    font-family: "Overpass", Arial, sans-serif;
	font-weight: 300;
    color: #999999 !important;
    font-size: 14px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "Overpass", Arial, sans-serif;
	font-weight: 300;
    color: #999999 !important;
    font-size: 14px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: "Overpass", Arial, sans-serif;
	font-weight: 300;
    color: #999999 !important;
    font-size: 14px;
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: "Overpass", Arial, sans-serif;
	font-weight: 300;
    color: #999999 !important;
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: "Overpass", Arial, sans-serif;
	font-weight: 300;
    color: #999999 !important;
    font-size: 14px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
input:focus {
    outline: none !important;
    border-color: #1C1C1C !important;
    box-shadow: none !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#pass-status, #pass-status-new,
#pass-status-confirm {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    right: 15px;
	font-size: 20px;
	color: #777777;
    cursor: pointer;
}

/* responsive container image &amp; text */
.responsive-container {
    position: relative;
    width: 100%;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: auto;
}
.img-container .centerer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}


/*======== header ========*/
#header {
	position: fixed;
	top: 0;
	width: 100%;
    z-index: 3;
	background-color: #FFF;
	transition: background 0.3s;
}

.navbar {
	border-bottom: 1px solid #EAEAEA;
}
.navbar a {
    text-decoration: none;
}
.navbar .dropdown-toggle::after {
	display: none;
}
.navbar .dropdown-menu {
	top: 35px;
	left: auto;
    right: 0;
	border: none;
	border-radius: 0;
	box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
	padding: 0 1rem;
	min-width: 13rem;
}
.navbar .dropdown-menu p {
	cursor: default;
}
.navbar .dropdown-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
    align-items: center;
	padding: 1rem 0;
	border-bottom: 1px solid #dee2e6;
    font-size: 16px;
    line-height: 1.15;
    text-decoration: none;
    transition: color 0.3s;
}
.navbar a:last-child.dropdown-item {
    color: #FFF;
}
.navbar .dropdown-item:hover, .navbar .dropdown-item:focus,
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    background-color: transparent;
}
.navbar .dropmenu {
    padding-top: 2px;
}
.navbar .dropmenu .btn {
    justify-content: center;
}
.navbar .dropmenu .dropdown-item:last-child {
    padding: 0.7rem 0;
    margin: 1rem 0;
    height: auto;
}

.navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 0.7rem 0;
}
.navbar-nav .nav-link:hover {
    opacity: 0.85;
    text-decoration: none;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    color: #000000;
}
.navbar-toggler .material-icons-outlined {
    font-size: 32px;
}

.navbar-brand {
    margin-right: 0;
}
@media (min-width: 768px) {
    .navbar-expand-md {
        justify-content: space-between !important;
    }
    .navbar-expand-md .navbar-collapse {
        flex-direction: column;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        width: fit-content;
        margin: auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
    }
    
    .navbar-collapse {
        flex-grow: 0;
    }
}
@media (max-width: 767.98px) {
	.navbar {
		padding: 5px;
	}
    
    .navbar-nav {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .navbar-brand {
        zoom: 0.8;
    }
}
@media (max-width: 575.98px) {
    .navbar-brand {
        zoom: 0.7;
    }
    
    .material-icons-outlined {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .top-cta {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }
}

.loggedin-sign {
    position: absolute;
    top: 0;
    right: 1px;
    width: 9px;
    height: 8px;
    border-radius: 50%;
    background-color: #006400;
}

.box-shadow {
	box-shadow: 0 2px 16px 0 rgb(0 0 0 / 12%);
}

.col-shadow {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.transbg {
    position: absolute;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.3);
}

.img-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.05);
}

.frame-img {
	height: 100%;
}
.frame-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*.border {
    border-color: #999 !important;
}*/

/*======== content ========*/
@media (min-width: 578px) {
	.container {
		max-width: 1450px;
	}
}

.short-container {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.theme-color {
	color: #000000 !important;
}

.bg-standard {
	background-color: #d8d9db !important;
}

.bg-theme {
	background-color: #000000 !important;
}

.bg-theme-light {
	background-color: #F2F2F2 !important;
}

.breadcrumb {
    display: ruby;
    background: none;
	padding-top: 10px;
    margin: 0;
}
.breadcrumb li, .breadcrumb a,
.breadcrumb-item + .breadcrumb-item {
	font-size: 16px;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.3rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.3rem;
}
.breadcrumb-item.active {
    color: #999999;
}
@media (max-width: 575.98px) {
	.breadcrumb {
		padding: 0;
	}
    .breadcrumb li, .breadcrumb a,
    .breadcrumb-item + .breadcrumb-item {
        font-size: 14px;
    }
}

.pull-btn-content {
    margin-bottom: 80px;
}

.fix-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.content-tnc li, .content-tnc a {
	font-size: 14px;
    line-height: 20px;
}
.content-tnc a {
	text-decoration: underline;
}

.card {
	border-radius: 12px;
	margin-bottom: 8px;
	border-color: #777777;
}
.card a {
    text-decoration: none;
}
.card .card-body {
    border-top: 1px solid #DDD;
    border-radius: 0;
}
.card-header {
	padding: 0.8rem 1.2rem;
	border-bottom: 0;
	background-color: transparent;
}
.card-header:first-child {
    border-radius: calc(12px - 1px) calc(12px - 1px) 0 0;
}
.card-header h5 {
    font-size: 18px;
    letter-spacing: 0.001em;
    text-transform: none;
}
.card-header .btn-primary {
	color: #000000;
	border-color: #EDEEEE;
	background-color: #EDEEEE;
}
.card-header a {
	color: #000000;
}
.card-body {
	border-radius: 12px;
}
.card-body h6 {
    font-size: 17px;
}
.card .fa-angle-down {
	float: right;
	padding-top: 5px;
}
@media (max-width: 1199.98px) {
    .card-header h5 {
        font-size: 17px;
        letter-spacing: -0.01em;
    }
}

#accordion .card-header {
    padding: 0.5rem;
}
#accordion .btn-grey {
    padding: 12px 15px;
}

.info-tab .nav-tabs {
	display: none;
}
.info-tab .nav-tabs .nav-link {
	color: #888;
	font-size: 15px;
	padding: 0.8rem 1.4rem;
    text-decoration: none;
}
.info-tab .nav-tabs .nav-link.active,
.info-tab .nav-tabs .nav-item.show .nav-link {
	color: #000000;
    font-weight: 600;
	border-color: #D9D9D6 #D9D9D6 #FFF;
}
.info-tab .card-body,
.info-tab .card-body li,
.info-tab .card-body a {
	font-size: 15px;
    line-height: 1.5;
}
.info-tab .card-body {
    border-top: 0;
}
.info-tab .card-body a {
	text-decoration: underline;
}
.info-tab .card-body ol {
	list-style: decimal;
}
.info-tab .card-body li {
    counter-increment: inherit;
    margin-bottom: 0;
	padding-left: 10px;
}
.info-tab .card-body li::before {
	display: none;
}
@media (min-width: 768px) {
	.info-tab .nav-tabs {
		display: -ms-flexbox;
		display: flex;
		border-color: #D9D9D6;
	}
	.info-tab .card {
		border: none;
	}
	.info-tab .card .card-header {
		display: none;
	}
	.info-tab .card .collapse {
		display: block;
		border-width: 1px;
		border-style: solid;
		border-color: #FFF #D9D9D6 #D9D9D6;
	}
}
@media (max-width: 767.98px) {
	.info-tab .card .card-header a:not(.collapsed) .rotate-icon {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-top: 4px;
	}
	.info-tab .card .card-header {
    	padding: 0.6rem 1.25rem;
		background-color: #F4F4F4;
		border-bottom: 0;
	}
	.info-tab .card .card-header a {
		display: block;
		letter-spacing: 0.01em;
    	text-decoration: none;
	}
	.info-tab .card .fa-angle-down {
		float: right;
		padding-top: 5px;
	}
	.info-tab .tab-content > .tab-pane {
		display: block !important;
		opacity: 1;
		margin-bottom: 5px;
	}
}

.page-title h1 {
    font-size: 32px;
}
@media (max-width: 767.98px) {
    .page-title h1 {
        font-size: 26px;
    }
    .page-title h4 {
        font-size: 17px;
    }
}
@media (max-width: 575.98px) {
    .page-title h1 {
        font-size: 22px;
    }
    .page-title h4 {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media (min-width: 992px) {
    .product-list .navbar {
        display: block;
    }
    
	.nav-button {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.product-list .navbar-expand-md .navbar-nav {
		flex-direction: column;
        margin-top: 40px;
	}
    .product-list .nav {
		flex-direction: column;
	}

	.main-menu {
		width: 100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
    .nav-open .main-menu {
		opacity: 1;
		visibility: visible;
		background: #FFF;
	}
    .nav-open .main-menu li {
        padding-left: 20px;
        padding-right: 20px;
	}
	.nav-open .navbar-light .navbar-nav .nav-link {
        color: #333;
        font-size: 18px;
		padding: 0.7rem 4rem;
	}
    .nav-open .navbar-light .navbar-nav .show > .nav-link,
    .nav-open .navbar-light .navbar-nav .nav-link.active,
    .nav-open .navbar-light .navbar-nav .nav-link:hover,
    .nav-open .navbar-light .navbar-nav .nav-link:focus {
        color: #10312b;
    }
    .nav-button {
		position: relative;
		display: block;;
        cursor: pointer;
	}
    .nav-button #nav-icon3 {
        display: inline-block;
        position: relative;
        font-size: 32px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }
    
    .nav-open .nav-button {
        position: fixed;
        z-index: 1111;
        top: 8px;
        right: 0;
        font-size: 32px;
    }
    .nav-open .nav-button #nav-icon3 {
        display: none;
    }
    .nav-open .nav-button:before { 
        font-family: 'Material Icons Outlined';
        content: 'close';
    }
}

@media (max-width: 991.98px) {
    #stick-scroll.position-sticky {
        position: relative !important;
        top: 0 !important;
    }
}

.product-list select::after {
    padding-right: 10px;
}
.product-list a {
    font-weight: 600;
    text-decoration: none;
}

.product-list-info {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 20px;
}
.product-list-info p {
	color: #222;
}

.product-messaging {
    color: #ad4c0b !important;
    font-weight: 700;
}

.product-list-title {
    font-size: 17px;
    font-weight: 600;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
    .product-list-title {
        font-size: 15px;
    }
    .product-list-info p {
        line-height: 1.6;
    }
}

.product-list-filter .nav {
	display: block;
}
.product-list-filter li {
    padding-left: 10px;
	padding-bottom: 12px;
}
.product-list-filter li:not(.subtab) {
	padding-top: 12px;
    border-bottom: 1px solid #dee2e6;
}
.product-list-filter a:not(.subnav) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-list-filter ul ul li a {
    font-weight: 400;
}
.product-list-filter ul ul li a.active {
    border-bottom: 3px solid #000000;
}
.product-list-filter [data-bs-toggle="collapse"]:after {
    font-family: 'Material Icons Outlined';
    content: 'expand_more';
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
}

.product-details-sizes {
	margin-left: -4px;
	margin-right: -4px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-details-sizes {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 450.98px) {
    .product-details-sizes {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 320.98px) {
    .product-details-sizes {
        grid-template-columns: repeat(3, 1fr);
    }
}
.product-details-sizes div {
	font-size: 17px;
	color: #222;
	margin-left: 3px;
	margin-right: 3px;
    width: 100%;
	border-radius: 4px;
}
.product-details-sizes a {
    position: relative;
	display: block;
	color: #222;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	padding: 10px;
}
.product-details-sizes a:hover,
.product-details-sizes a:focus,
.product-details-sizes a.focus,
.product-details-sizes a.active {
	color: #222;
	border-color: #222;
    text-decoration: none;
}
.product-details-sizes .disabled {
    pointer-events: none;
}

.product-img-nobg {
    background-color: #F3F3F3 !important;
}
.product-img-nobg img {
    mix-blend-mode: multiply;
}

@media (min-width: 992px) {
    #ProductIndicators .col-lg-3 {
        width: 15%;
    }
    #ProductIndicators .col-lg-9 {
        width: 85%;
    }
}
@media (min-width: 1200px) {
    #ProductIndicators .col-xl-2 {
        width: 11%;
    }
    #ProductIndicators .col-xl-10 {
        width: 89%;
    }
}

.carousel-control-next, .carousel-control-prev {
    opacity: .9;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2.3rem;
    height: 2.3rem;
}
.carousel-control-next-icon {
    background-image: url("../images/icons/next.svg");
}
.carousel-control-prev-icon {
    background-image: url("../images/icons/prev.svg");
}

.carousel-indicators {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.carousel-indicators [data-bs-target] {
    background-color: transparent;
    border: 0;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .carousel-indicators {
        display: block;
    }
}
@media (max-width: 991.98px) {
    .carousel-indicators {
        justify-content: start;
    }
    .carousel-indicators [data-bs-target] {
        width: 80px;
        margin-top: 10px;
        margin-right: 10px;
    }
}

#TopPicks .carousel-item .card {
    border: 0;
    margin: 0 .5em;
}
#TopPicks .carousel-inner {
    display: flex;
}
#TopPicks .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
}
#TopPicks .carousel-control-next,
#TopPicks .carousel-control-prev {
    width: 10%;
}
@media (min-width: 992px) {
    #TopPicks .carousel-item {
        flex: 0 0 33.33333333%;
    }
}
@media (min-width: 1200px) {
    #TopPicks .carousel-item {
        flex: 0 0 25%;
    }
}

.accordion-body {
    padding-top: 5px;
}

.accordion-flush>.accordion-item:first-child {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-flush>.accordion-item:last-child {
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-button {
    font-weight: 700;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}

.ratio-md-21x9 {
    --bs-aspect-ratio: 70%;
}
@media (min-width: 768px) {
    .ratio-md-21x9 {
        --bs-aspect-ratio: 42.8571428571%;
    }
}

.ai-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9;
}
.ai-float span {
    color: #000000;
    letter-spacing: -0.01em;
}
.ai-icon {
    border-radius: 50%;
    box-shadow: 0 0 15px #DDDDDD;
}
.ai-icon img {
    margin: auto;
}

#msgbox {
    position: relative;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    /*background-color: rgba(255,255,255,.95);*/
    background-color: #b0c4de;
    padding: 16px 40px 11px 17px;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 10%);
}

#closeButton {
    cursor: pointer;
    position: absolute;
    right: 0;
    padding-right: 12px;
    top: 16px;
}
#closeButton .material-icons-outlined {
    color: #000000;
    font-size: 16px;
}

@media (min-width: 768px) {
    .signin-pg .col-md-1 {
        flex: 0 0 auto;
        width: 6%;
      }
    .signin-pg .col-md-5 {
        flex: 0 0 auto;
        width: 44%;
        }
}

.form-tabs .btn-tertiary.active {
    color: #FFF;
    background-color: #000000;
}
@media (max-width: 575.98px) {
    .form-tabs .btn {
        padding: 10px 20px;
    }
}

.chart-table table {
	border: 3px solid #000000;
	margin-bottom: 15px;
}
.chart-table thead tr {
	background-color: #999999;
	color: #FFFFFF;
}
.chart-table thead td {
    font-size: 18px;
    letter-spacing: 0.02em;
}
.chart-table thead td,
.chart-table tbody tr:first-child td {
    text-transform: uppercase;
    font-weight: 800;
}
.chart-table tbody tr td:first-child {
    font-weight: bold;
}
.chart-table tbody tr:nth-child(even) {
  background-color: #F2F2F2;;
}
.chart-table td {
	border: 1px solid #000000;
	padding: 8px 10px;
}
.chart-table .btn {
    padding: 6px 15px;
    letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
    .chart-table thead td {
        font-size: 16px;
    }
    .chart-table tbody td {
        font-size: 14px;
    }
}

.toast {
    visibility: hidden;
    min-width: 200px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 35px;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.toast::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 13px;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #333333 transparent;
}
.toast.show {
    opacity: 1;
    visibility: visible;
}
.toast.hide {
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 575.98px) {
    .toast {
        min-width: 170px;
        font-size: 14px;
        letter-spacing: 0.01em;
        padding: 12px;
    }
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #FFF;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

#hover-content {
    display: none;
}
#tooltip:hover #hover-content {
    display: block;
	position: absolute;
	bottom: 15%;
	left: 42%;
	margin-bottom: 22px;
	min-width: 14em;
	z-index: 1;
	padding: 12px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
}
#tooltip:hover #hover-content p {
	font-size: 13px;
	line-height: 1.4;
}
#tooltip .material-icons-outlined {
    font-size: 16px;
    vertical-align: text-top;
}

.note-box {
    display: inline-block;
    letter-spacing: -0.01em;
    background-color: #bc8f8f;
    padding: 5px 8px 3px 8px;
    margin-bottom: 5px;
}

.pagination {
    display: inline-block;
}
.pagination a {
    color: #000;
    float: left;
    padding: 6px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color .3s;
}
.pagination a.active {
    color: #FFF;
    background-color: #876B29;
}
.pagination a:hover:not(.active) {
    color: #000;
    background-color: #DDD;
}

/* button */
.btn {
    font-family: "Overpass", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 25px;
	margin: 0;
	border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.disabled {
    background-color: #CCC !important;
    border-color: #CCC;
}
@media (max-width: 575.98px) {
	.btn {
        font-size: 15px;
    }
}

.btn-primary, a.btn-primary {
	color: #FFF;
    background-color: #000000 !important;
	border: 1px solid #000000;
	text-decoration: none;
}
.btn-primary:hover, a.btn-primary:hover,
.btn-primary:focus, a.btn-primary:focus,
:not(.btn-check)+.btn:active {
	color: #FFF !important;
    background-color: #000000 !important;
	border: 1px solid #000000;
	text-decoration: none;
	opacity: 0.8;
}

.btn-secondary, a.btn-secondary {
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
	text-decoration: none;
}
.btn-secondary:hover, a.btn-secondary:hover,
.btn-secondary:focus, a.btn-secondary:focus,
:not(.btn-check)+.btn:active {
    color: #000000 !important;
    background-color: transparent !important;
    border: 1px solid #000000;
	text-decoration: none;
	opacity: 0.8;
}

.btn-tertiary, a.btn-tertiary {
	color: #000000;
    border: 1px solid #000000;
}
.btn-tertiary:hover, a.btn-tertiary:hover,
.btn-tertiary:focus, a.btn-tertiary:focus,
:not(.btn-check)+.btn:active {
	color: #000000;
	background-color: #F2F2F2;
	text-decoration: none;
	opacity: 0.8;
}

.btn-grey, a.btn-grey {
	color: #000000;
    background-color: #DDDDDD !important;
	border: 1px solid #DDDDDD;
	text-decoration: none;
}
.btn-grey:hover, a.btn-grey:hover,
.btn-grey:focus, a.btn-grey:focus,
:not(.btn-check)+.btn:active {
	color: #000000 !important;
    background-color: #DDDDDD !important;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	opacity: 0.8;
}

.btn-text, a.btn-text {
	font-size: 15px;
    color: #000000;
}
a.btn-text {
    text-decoration: underline;
}
.btn-text:hover, a.btn-text:hover {
	opacity: 0.9;
}

@media (max-width: 991.98px) {
    #checkout-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #FFF;
        padding: 15px;
        z-index: 2;
        box-shadow: 0px -2px 8px #EEE;
    }
}

.sm-btn {
    padding: 7px 20px 6px 20px !important;
    font-size: 15px !important;
}

.promo .btn-primary {
    height: 55px;
}

.btn-bin {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 575.98px) {
    .btn-bin {
        position: relative;
    }
}
/* end button */


/*======== footer ========*/
footer {
	padding: 50px 0;
    border-top: 1px solid #EAEAEA;
}
footer p, footer li, footer td, footer a {
	line-height: 1.4;
}
@media (max-width: 767.98px) {
    footer {
        padding: 40px 0;
    }
}

.footer-nav-link {
	padding-left: 0;
}
.footer-nav-link li {
	list-style-type: none;
	padding-bottom: 10px;
}
.footer-nav-link li a {
	color: #000000;
}
@media (max-width: 1199.98px) {
    .footer-nav-link {
        text-align: center;
    }
	.footer-nav-link li {
		display: inline-block;
	}
    .footer-nav-link li:not(:last-child) a {
        padding-right: 10px;
    }
}
@media (max-width: 767.98px) {
    .footer-nav-link {
        padding-top: 30px;
        border-top: 1px solid #DDD;
    }
}
@media (max-width: 575.98px) {
    .footer-nav-link li {
        padding-bottom: 5px;
    }
}

.social-link {
    padding-bottom: 5px;
}
.social-link i {
	color: #000000;
	font-size: 22px;
	padding-right: 30px;
}
.social-link a:hover {
    text-decoration: none;
}

.short-container-footer {
    width: 100%;
    max-width: 900px;
    margin: auto;
}
@media (max-width: 991.98px) {
    .short-container-footer {
        max-width: 600px;
    }
}
@media (max-width: 767.98px) {
    .short-container-footer {
        max-width: 450px;
    }
}
/*@media (max-width: 575.98px) {
    .short-container-footer {
        max-width: 300px;
        margin-left: 0;
    }
}
@media (max-width: 420.98px) {
    .short-container-footer {
        max-width: 250px;
        margin-left: 0;
    }
}*/

.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: .4;
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    background: url('../images/icon_top.png') no-repeat;
    z-index: 1;
}
