@font-face {
    font-family: 'Impact';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: local('Impact'), url('/catalog/view/javascript/font/impact/Impact.woff2') format('woff2'), url('/catalog/view/javascript/font/impact/Impact.woff') format('woff');
}

body {
	font-family: 'Lato', sans-serif;
}

.form-control:focus, .form-select:focus {
    border-color: #d3d3d3;
    box-shadow: 0 0 0 0.25rem rgb(189 189 189 / 25%);
}

.form-group {
	margin-top: 0.5rem;
}

.buttons > .pull-right {
	margin: 0.5rem 0 1.5rem 0;
}

.star:before {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    color: #000;
}

.fa-1:before {
    width: 42%;
}

.fa-2:before {
    width: 42%;
}

.fa-3:before {
    width: 46%;
}

.fa-4:before {
    width: 46%;
}

.fa-5:before {
    width: 50%;
}

.fa-6:before {
    width: 62%;
}

.fa-7:before {
    width: 62%;
}

.fa-8:before {
    width: 100%;
}

.fa-9:before {
    width: 100%;
}

.bg-badge {
	background-color: #eaeaea!important;
    font-size: .9rem;
    padding: 0.3rem 0.48925rem;
	margin-left: 0.25rem;
}

.nav-link {
	color: #7a7a7a;
}

.nav-link:focus, .nav-link:hover {
    color: #495057;
}

.text-title {
	font-size: calc(.625rem + 1vw);
}

.home, .eshop {
    background: #efefef;
}

a {
    color: #212529;
}

a:hover {
    color: #4e4f50;
}

* {
    border-radius: 0!important;
	-moz-border-radius: 0!important;
    -o-border-radius: 0!important;
}

.checkout-checkout .required .control-label:after {
    content: ' *';
    color: #F00;
    font-weight: bold;
}

.img-fluid {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    display: none!important;
}

.btn-middle {
    color: #fff;
    background-color: #a7a7a7;
    border-color: #a7a7a7;
}
.btn-middle:hover {
    color: #fff;
    background-color: #959595;
    border-color: #959595;
}
.btn-check:focus + .btn-middle, .btn-middle:focus {
    color: #fff;
    background-color: #959595;
    border-color: #959797;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-middle, .btn-check:active + .btn-middle, .btn-middle:active, .btn-middle.active, .show > .btn-middle.dropdown-toggle {
    color: #fff;
    background-color: #959595;
    border-color: #959797;
}
.btn-check:checked + .btn-middle:focus, .btn-check:active + .btn-middle:focus, .btn-middle:active:focus, .btn-middle.active:focus, .show > .btn-middle.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-middle:disabled, .btn-middle.disabled {
    color: #fff;
    background-color: #cbcbcb;
    border-color: #cbcbcb;
}

/* Button Clean */
.btn-clean {
    color: #212529;
    background-color: #fff;
    border-color: #212529;
    border-width: 2px;
}

.btn-clean:hover {
    color: #212529;
    background-color: #fff;
    border-color: #212529;
}

.btn-check:focus + .btn-clean, .btn-clean:focus {
    color: #212529;
    background-color: #fff;
    border-color: #212529;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.btn-check:checked + .btn-clean, .btn-check:active + .btn-clean, .btn-clean:active, .btn-clean.active, .show > .btn-clean.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #212529;
}

.btn-check:checked + .btn-clean:focus, .btn-check:active + .btn-clean:focus, .btn-clean:active:focus, .btn-clean.active:focus, .show > .btn-clean.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-clean:disabled, .btn-clean.disabled {
    color: #ddd;
    background-color: #fff;
    border-color: #212529;
}

.btn-outline-clean {
    color: #212529;
    border-color: #212529;
}

.btn-outline-clean:hover {
    color: #212529;
    background-color: #fff;
    border-color: #212529;
}

.btn-check:focus + .btn-outline-clean, .btn-outline-clean:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.btn-check:checked + .btn-outline-clean, .btn-check:active + .btn-outline-clean, .btn-outline-clean:active, .btn-outline-clean.active, .btn-outline-clean.dropdown-toggle.show {
    color: #212529;
    background-color: #fff;
    border-color: #212529;
}

.btn-check:checked + .btn-outline-clean:focus, .btn-check:active + .btn-outline-clean:focus, .btn-outline-clean:active:focus, .btn-outline-clean.active:focus, .btn-outline-clean.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.btn-outline-clean:disabled, .btn-outline-clean.disabled {
    color: #212529;
    background-color: transparent;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1)!important;
}
/* Button Clean */

.btn.btn-link {
	padding: 0;
    margin-bottom: 1rem;
    box-shadow: none!important;
}

.btn.btn-link:focus {
	box-shadow: none!important;
}

.alert-danger.clear {
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.modern-input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    background-clip: padding-box;
	border: none;
    border-bottom: 3px solid #1e1c1f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modern-input:focus-visible {
    outline: none;
}

.breadcrumb-item a {
	color: #545454;
}

/* search */
#search .dropdown-menu {
    width: 100%;
}

#search-overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1055;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow: hidden;
    transition: 0.5s;
}

#search-overlay > a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

#search-overlay .close-btn {
    position: absolute;
    top: 20px;
    right: 45px;
}

#search-overlay .close-btn i {
    font-size: 30px;
}

#search-overlay .overlay-content {
    position: relative;
    top: calc(33.33333333333333% - 38px);
    width: 100%;
    text-align: center;
}

#search-overlay .overlay-content > div {
    float: none;
}

#search .input-lg {
    width: calc(100% + 42px);
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search button {
    border-left: none;
    max-width: 3rem;
    margin-left: -48px;
    z-index: 3;
}

#search .fa {
    font-size: 16px;
}

#search .dropdown-menu > li > a {
    display: block;
    padding: 0.375rem 0.75rem;
    clear: both;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

#search ul > li:hover {
    background: #eee;
}

/* header */
header {
    background: #ffffff;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #cbcbcb;
}

.navbar-top {
    background: #eee;
}

.navbar-top > .container, .navbar-top > .container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: flex-end;
    justify-content: flex-end;
}

.information {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.navbar-top #account .dropdown-toggle::after {
    display: none;
}
.navbar-top .btn {
    padding: 0.375rem 0.5rem!important;
}

.navbar-toggler {
	padding: .5rem .75rem;
}

.navbar-toggler .fa {
	font-size: 1.80rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar {
	background-color: #10443f!important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.logo {
	max-width: 220px;
}

.logo > img {
    margin-bottom: -10px;
}


#cart .btn:focus {
    box-shadow: none!important;
}

#cart .fa {
    font-size: 20px;
}

#cart .dropdown-toggle::after {
    content: none;
}
#cart .dropdown-menu {
    top: 50px;
    padding: 1rem 1rem 0;
}

#count-cart {
    border: 2px solid #FFF;
    border-radius: 50%!important;
    box-shadow: 1px 1px rgb(0 0 0 / 50%);
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    right: 0px;
    top: -3px;
    line-height: 16px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    text-shadow: none;
}

/* Menu */
.offcanvas-body {
    padding: 0;
}

#menu {
	font-size: 1.1rem;
	text-transform: uppercase;
    user-select: none;
}

#menu h4 {
    padding: 1rem;
    color: #ffffff;
    background: #b7b7b7;
}

#menu .dropdown a, #menu .child a, #menu .child-link a, #menu .link a {
	display: block;
	padding: 10px 1rem;
}

#menu .dropdown, #menu .link {
	border-bottom: solid 1px #989898;
}

#menu .child + .child, #menu .child + .child-link, #menu .child-link + .child, #menu .child-link + .child-link {
	border-top: solid 1px #989898;
}

#menu .child, #menu .child-link {
	position: relative;
}

#menu a {
    color: #000;
    text-decoration: none;
}

#menu a.active {
	font-weight: bold;
	text-decoration: underline;
}

#menu .nav > li > a {
    font-weight: bold;
}

#menu .menu-item-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #000;
    padding: 10px 1rem;
	padding-left: 50%;
	cursor: pointer;
}

.menu-item-toggle.menu-close .fa-times {
    display: none;
}

.menu-item-toggle.menu-open .fa-ellipsis-v {
    display: none;
}

#menu .dropdown-menu {
	border: none;
    padding-left: 1rem;
}

.grandchild + .grandchild {
	border-top: dashed 1px #989898;
}

.sub-menu-item-toggle {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	color: #000;
    padding: 10px 1rem;
	cursor: pointer;
}

.sub-menu-item-toggle.menu-close .fa-times {
	display: none;
}

.sub-menu-item-toggle.menu-open .fa-ellipsis-v {
	display: none;
}

.sub-close {
	display: none;
}

#menu a:hover {
    color: #6c757d;
}

#menu .dropdown-toggle::after {
    content: none;
}
/* header */

/* Owl */
.owl-wrapper-outer {
    border: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
}

.owl-wrapper-outer img {
	padding: 0!important;
}
 
#content {
    margin: 1.5rem 0;	 
}

/* Category */
.category, .search {
	background: #eee;
}

[aria-label="breadcrumb"] {
	display: none;
}

.heading-title {
	margin-top: 1rem;
    margin-bottom: 1rem;
	text-align: center;
}

.heading-title-search {
    margin-bottom: 1rem;
	text-align: center;
    line-height: 1;
}

.toptitle {
    display: block;
    margin-top: 1rem;
    text-align: center;
}

.product-thumb {
    position: relative;
	margin-bottom: 1rem;
}

.product-thumb a {
	text-decoration: none;
}

.product-thumb .caption {
	color: #000;
	text-transform: uppercase;
}

.product-thumb .caption h4 {
    overflow: hidden;
	margin-top: .5rem;
	height: 56px;
}

.product-thumb .image {
    float: none;
    position: relative;
    overflow: hidden;
}

.product-thumb .options {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}

.option > .box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.option > .box > label {
    min-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
}

.option > .box > label > span {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: table-cell;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    font-weight: bold;
    color: #fff;
    background-color: rgb(0, 0, 0, 0.5);
    min-width: 25px;
}

.product-thumb .stock-status {
    position: absolute;
    text-align: center;
    background: rgb(0, 0, 0, 0.5);
    padding: 5px;
    left: 0;
    right: 0;
    bottom: 40px;
}

.product-thumb .stock-status > .soldout {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#product-price, #product-special {
    font-size: 1.5rem;
}

.product-thumb .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 0;
}

.price, .special {
    font-size: 1.5rem;
}

.price-old {
    text-decoration: line-through;
	font-size: 1.5rem;
}

.price-new {
    color: #10443f;
    font-weight: 600;
    float: right;
	font-size: 1.5rem;
}

#ajax-loader {
    display: none;
    text-align: center;
	padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Product */
#img-nav.slider-nav .slick-prev, #img-nav.slider-nav .slick-next {
    left: 50%;
    transform: translate(-50%, 0) rotate(270deg);
}

#img-nav.slider-nav .slick-next {
    top: 0;
}

#img-nav.slider-nav .slick-prev {
    top: unset;
    bottom: 0;
}

#img-slider.slider-for .slick-prev {
    left: 1%;
}

#img-slider.slider-for .slick-next {
    right: 1%;
}

.sl-wrapper {
    cursor: pointer;
}

.sl-wrapper .sl-image {
    cursor: pointer;
}

.sl-wrapper .sl-image:active {
    cursor: grabbing;
}

.red {
    color: #ff0000;
}

.info-box .control-label {
    margin-bottom: 0.5rem;
}

.clickbox input[type="radio"] + span {
    font-weight: 600;
	padding-top: 7px;
	padding-bottom: 7px;
}

.btn-input {
    width: 25%;
    padding: .375rem .75rem;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #a7a7a7;
    color: #fff;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.info-box .nav-link {
    color: #495057;
}

.info-box .tab-content {
    margin-top: 1rem;
}

.info-box .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: none;
}

.review-text {
    font-family: "Graphik Webfont",-apple-system,"Helvetica Neue","Droid Sans",Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
	margin-bottom: 0;
}

.stars {
	display: inline-block;
    line-height: 1.5rem;
    padding: 0 0;
}

.fa-star {
    color: #FC0;
    font-size: 15px;
}

.fa-star-o {
    color: #999;
    font-size: 15px;
}

.fa-star + .fa-star-o {
    color: #E69500;
}

.rating .fa-stack {
	font-size: .6rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
	margin-bottom: 2px;
}

.rating .fa-star-o {
    color: #000;
    font-size: 1.2rem;
	line-height: 1.2rem;
}

.rating .fa-star {
    color: #000;
    font-size: 1.2rem;
	line-height: 1.2rem;
}

.rating .fa-star + .fa-star-o {
    color: #000;
}

.shop {
	line-height: 1rem;
}

.shop a:hover {
	text-decoration: underline!important;
}

.shop .fa-stack {
	font-size: .6rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
	margin-bottom: 4px;
}

.shop .fa-star-o {
    color: #000;
    font-size: 1rem;
	line-height: 1rem;
}

.shop .fa-star {
    color: #000;
    font-size: 1rem;
	line-height: 1rem;
}

.shop .fa-star + .fa-star-o {
    color: #000;
}

.modal-body p {
    margin: 0;
}

/* Checkout */
.accordion-button {
    line-height: 1;
}

.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #dfdfdf;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(223 223 223);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.form-check-input:checked {
    background-color: #a7a7a7;
    border-color: #959595;
}

.form-check-input:focus {
    border-color: #a7a7a7;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(167 167 167 / 25%);
}

.form-check-input[type=radio] {
    border-radius: 50%!important;
}

#collapse-country .fa-spin {
	position: absolute; 
	top: 58%; right: 
	1.5rem;
}

.button-wishlist {
	position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 1;
	padding: 0.28rem;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
	background-color: #0000002e;
    width: 36px;
    height: 36px;
    border-radius: 2rem!important;
    cursor: pointer;
}

.button-wishlist:hover {
    color: #ff801b;
    border-color: #ff801b;
}

/* Information Contact */
.information-contact {
    background: #efefef;

}
.information-contact #content {
    padding-top: 10%;
    padding-bottom: 10%;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
.information-contact .left {
	margin-top: auto;
    margin-bottom: auto;
}
.information-contact h1 {
	font-family: Impact;
	font-size: 3.5rem;
    margin-bottom: 2rem;
}
.information-contact #content p {
    font-size: 1.8rem;
    line-height: initial;
    text-transform: initial;
}
.information-contact .control-label {
	font-size: 1.25rem;
    margin-top: .5rem;
}
.information-contact .form-check {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.information-contact .form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}
.information-contact .form-check-input:focus {
    border-color: #b3b3b3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}
.information-contact .form-check-label {
    font-size: 1.3rem;
    line-height: initial;
	text-transform: initial;
}
.information-contact #instagram {
    border-top: 1.5rem solid #f7e200;
}

/* Success */
.checkout-success .background {
    background: #efefef;
    padding-top: 3rem;
}

/* Modal Newsletter*/
#modal-newsletter .modal-content {
    background-color: #f7e102;
}

#modal-newsletter .modal-header, #modal-newsletter .modal-body, #modal-newsletter .modal-footer {
    border-color: transparent;
}

/* Cookie Alert */
#cookie-alert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

#cookie-alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #fff;
}

#cookie-inner {
    padding: 20px;
    background: rgb(0 0 0 / 80%);
    box-shadow: 0px -5px 5px 0px rgb(0 0 0 / 20%);
}

#cookie-inner .text {
    margin: 6px;
    line-height: 1.1;
}

/* Footer */
footer p {
	margin-top: 1rem;
}

footer h4 {
    color: #f8f9fa;
	font-weight: 400;
	line-height: 1.6;	
}

footer h5 {
    color: #f8f9fa;
	font-weight: 400;
}

footer h5.underline {
    color: #f8f9fa;
	font-weight: 400;
	line-height: 1.7;
	display: inline-block;
	border-bottom: solid 2px #f8f9fa;
    min-width: 66.66666666666667%;
}

footer ul > li {
    padding: 8px 0;
}

footer a {
	font-family: 'Lato', sans-serif;
	font-size: 1.125rem;
    color: #fff;
	text-decoration: none;
}

footer a:hover {
    color: #f8f9fa;
	text-decoration: none;
}

footer .input-group {
	margin: 0 0 20px;
}

footer .input-group.has-error, footer .input-group.no-error {
    margin: 0;
}

footer .text-danger, footer .text-success {
    line-height: 1.3rem;
}

footer .form-control {
	color: #efefef;
	background: #262624;
	border-radius: 4px!important;
	font-size: 1.125rem;
	padding: .28rem 1rem;
}

footer .form-control:focus {
	box-shadow: none;
	color: #efefef;
	background: #383838;
	border-color: #ffffff
}

footer input:-webkit-autofill,
footer input:-webkit-autofill:hover, 
footer input:-webkit-autofill:focus {
    border-color: #ffffff;
    -webkit-text-fill-color: #efefef;
    -webkit-box-shadow: 0 0 0px 20px #383838 inset;
    transition: background-color 5000s ease-in-out 0s;
}

footer .form-control::placeholder {
  color: #efefef;
  opacity: 1;
}

footer .form-control:-ms-input-placeholder, footer .form-control::-ms-input-placeholder {
  color: #efefef;
}

footer .fa {
    font-size: 3rem;
}

.footer-top {
	background: #1e1c1f;
	padding: 30px 0;
}

.footer-top p {
	color: #f8f9fa;
    line-height: 1.4;
    font-size: .9rem;
    margin: 0 0 20px;
}

/* Button Collapse */
.btn-hover {
	line-height: 1;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 0.75rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	white-space: nowrap;
	background-color: #fff;
	border: none;
	border-radius: 25px!important;
	overflow-anchor: none;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.btn-hover:hover{
	padding: 1rem 1.25rem;
}

.btn-hover:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .3;
	background: #eee;
	border-radius: 25px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-hover:after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}

.btn-hover:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.btn-hover:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-hover.btn-modal, .btn-hover.btn-overflow {
	width: auto;
}

.btn-hover.btn-modal:after, .btn-hover.btn-overflow:after {
	content: none;
}

.btn-xs {
	line-height: 1rem;
    padding: 0.5rem 0.75rem 0.6rem;
}

.btn-little {
    line-height: 0;
    padding: 0rem 0.75rem;
	border-radius: 25px!important;
}

.btn-responsive {
	width: auto!important;
	max-width: 100%!important;
}

.btn-responsive:after {
	margin-left: .5rem!important;
}

@keyframes fromto {
  from {padding: 0 0;}
  to {padding: 0 calc(var(--bs-gutter-x) / 2);}
}

@keyframes tofrom {
  from {padding: 0 1rem;}
  to {padding: 0 0;}
}
/* Button Collapse */

/* Collapse Content */
.collapse-content {
	padding: 0rem calc(var(--bs-gutter-x)/ 2);
}

.details  {
	margin: 0 calc(var(--bs-gutter-x)/ -2);
}
.details .accordion-item {
	border: none;
}

p.clear {
	margin: 0;
	text-decoration: none;
}

.square {
	float: left;
    display: block;
    position: relative;
    width: 33.33333333333333%;
}

.square:nth-child(1) > .schema {
	width: 100%;
    text-align: left;
}

.square:nth-child(2) > .schema {
	width: 100%;
    text-align: center;
}

.square:nth-child(3) > .schema {
	width: 100%;
    text-align: right;
}

.square > .schema > span > i {
	padding: 8px;
	background: #eee;
    border-radius: 25px!important;
}

.icon {
    float: left;
	display: block;
}

.square > .schema .fa-truck {
	transform: rotateY(180deg);
}

.square > .schema .fa-truck:before {
    margin-right: 1px;
    margin-left: -1px;
}

.square > .schema .fa-gift {
	padding: 8px 9.15px;
}
.square:nth-child(1) > .schema > .line {
    float: right;
    margin-left: 6px;
    width: calc(100% - 40px);
}

.square:nth-child(2) > .schema > .line:nth-child(1) {
    float: left;
    margin-right: 6px;
    width: calc(50% - 22px);
}

.square:nth-child(2) > .schema > .line:nth-child(3) {
    float: right;
    margin-left: 6px;
    width: calc(50% - 22px);
}

.square:nth-child(3) > .schema > .line {
    float: left;
    margin-right: 6px;
    width: calc(100% - 40px);
}

.line-up {
	display: block;
	height: 16px;
	border-bottom: 1px solid #ccc;
}

.line-down {
	display: block;
	height: 16px;
	border-top: 1px solid #ccc;
}

.country {
    margin: 0 calc(var(--bs-gutter-x)/ -2);
}

.from {
    display: grid;
    padding: 0rem 1.25rem;
}
/* Collapse Content */

.text {
	flex-basis: 75%;
}

.text-button {
	align-self: flex-end;
    margin: 0 0.25rem!important;
}

.truncate {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.truncated {
    position: relative;
    overflow: hidden;
    max-height: 240px;
	min-height: 240px;
}

.truncated:after {
    opacity: 1;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: opacity 200ms ease-in;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
}

.btn-pop {
    border: 0!important;
    padding: 0!important;
}

.btn-pop:focus {
    box-shadow: 0 0 0 0.25rem rgb(211 212 213 / 50%);
}

.photo {
	flex-basis: 25%;
	margin-top: 24.55px;
}

.author i {
    font-size: 2.25rem;
}

.author .name {
	padding: 10px;
}

.review-content {
	max-height: 640px;
    overflow-y: auto;
}

.btn-rounded {
	border-radius: 25px!important;
}

#size-chart {
	text-decoration: underline;
}

#size-chart:hover {
	text-decoration: none;
}

#button-buy:hover, #button-cart:hover {
    box-shadow: 0px 0px 6px 0px #ccc;
}

.added {
    color: #ff801b;
    border-color: #ff801b;
}

.collapse-form {
	margin: 0 calc(var(--bs-gutter-x) / -2);
}

.collapse-area {
	padding: 0 calc(var(--bs-gutter-x) / 2);
	display: none;
}

.collapse-form > .collapse-item {
	display: inline-block;
    animation-name: tofrom;
    animation-duration: .3s;
    animation-fill-mode: backwards;
}

.collapse-form > .collapse-item:hover {
	display: inline-block;
    animation-name: fromto;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}

#button-email {
    position: absolute;
    right: 0;
    color: #efefef;
    font-size: 1.125rem;
    padding: 0.28rem 1rem;
    border-radius: 4px !important;
    z-index: 3;
}

#button-email:focus {
	box-shadow: none;
}

#button-email .fa {
	font-size: 1.11111111em;
    line-height: 1em;
    vertical-align: -5.15%;
}

#form-currency .dropdown-toggle::after, #form-language .dropdown-toggle::after {
    vertical-align: 0.1em;
}

#form-currency ul > li {
    padding: 0;
}

.in-form {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
}

.input-group > .form-control.in-form-input {
    flex: none;
    width: auto;
    min-width: 45px;
}

.span-remove {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 8px;
}

.span-remove:hover .fa, .span-remove:focus .fa {
	color: #585858!important;
}

/* pagination */
.page-item {
	margin-right: 0.5rem;
}

.page-link {
    z-index: 3;
    width: 40px;
    height: 40px;
    color: #000;
    font-weight: bold;
	padding: 0.375rem;
	text-align: center;
	border-radius: 50%!important;
    background-color: #eee;
    border-color: #eee;
}

.page-item.active .page-link {
	color: #000;
    background-color: #ccc;
    border-color: #ccc;
}

.page-link:hover {
    z-index: 2;
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
}

.page-link:focus {
    z-index: 3;
    color: #000;
	outline: 0;
    background-color: #ccc;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1)!important;
}

#profile-image .img-box, #profile-image .img-thumbnail, #profile-image .img-thumbnail img {
	display: block;
    border-radius: 50%!important;
}

#profile-image .img-box, #review-image .img-box {
    position: relative;
    display: inline-block;
}

#profile-image .img-box:hover .button-remove, #profile-image .img-box:hover .btn-crop {
    display: block;
}

#profile-image .button-remove:hover {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.btn-close:focus {
    box-shadow: 0 0 0 0.25rem #eee;
}

.button-remove {
    display: none;
    position: absolute;
    color: #fff;
    background-color: #f01a1a80;
    text-align: center;
    user-select: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    right: 0px;
}

button.zoom {
    padding: 0.25rem;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.zoom .fa {
    font-size: 1.5rem;
}

#images .img-thumbnail, .img-box .img-thumbnail {
    padding: 0;
}

#profile-image .btn-crop {
    position: absolute;
	padding: 8.5px 9px;
	border-radius: 50%!important;
    user-select: none;
	right: 0px;
    bottom: 8px;
	opacity: .8;
}

#profile-image .btn-crop > .fa{
    padding: 3px 2.5px;
}

#edit-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 498px;
    max-width: -webkit-fill-available;
}

#modal-edit .btn-group {
	margin-top: 0.25rem;
}

#modal-edit .input-group-text {
	flex-basis: 30%;
}

#total > .fa {
    position: absolute;
    font-size: 6rem;
    top: 10%;
    left: 30%;
	opacity: .5;
}

.opacity {
	opacity: .6;
	filter: blur(.3px);
}

.in-form .fa-spin, #total .fa-spin {
    position: absolute;
    padding: 0.3rem;
    margin-top: -1px;
}

.tag {
	display: inline-block;
	padding: .5rem 1rem;
	background-color: #eee;
	border-radius: 25px!important;
    text-decoration: none;
    margin: 0.25rem;
    white-space: nowrap;
}

[id^="popover"] .popover-body {
	padding: 0;
}

[id^="popover"] .popover-header {
	background-color: #fff;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
    left: 15px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
	font-size: 6vw;
	font-weight: bold;
	line-height: 1.15;
    white-space: nowrap;
	text-align: center;
	text-shadow: 12px 12px 4px rgba(0,0,0,0.7);
	animation: softAppear 5s ease-out forwards;
}

@keyframes softAppear {
    0% {
        opacity: 0;
        transform: translate(-50%, -60%); /* Start slightly higher */
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* media */
@media (min-width: 1400px) {
  .fsb-1 {
    font-size: 3.5rem!important;
  }

  .fsb-2 {
    font-size: 3rem!important;
  }

  .fsb-3 {
    font-size: 2.75rem!important;
  }

  .fsb-4 {
    font-size: 2.5rem!important;
  }
}

@media (min-width: 1200px) {
	.information-contact legend {
		font-size: 1.8rem;
	}
}

@media (max-width: 991px) {
	.w-md-auto {
		width: auto;
	}
	.nav-tabs .nav-link {
		font-size: .8rem;
		padding: 0.6rem;
	}
    .overlay-text {
        font-size: 6vw;
    }
}

@media (max-width: 767px) {
	.w-sm-auto {
		width: auto;
	}
    #search-overlay .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        line-height: 0;
    }
    #btn-search {
        
    }
    #cart > a {
    
    }
	.filter-dropdown, #coupon, #input-sort {
		border-right: 1px solid #eaeaea!important;
	}
	#products {
					margin-top: 0.75rem;
	}
	.caption h4 {
					font-size: .98rem;
	}
	footer {
		text-align: center;
		text-align: -webkit-center;
	}
	footer h5 {
		display: inline-block;
	}
    .overlay-text {
        font-size: 6vw;
    }
}

@media (max-width: 575px) {
	#cart .dropdown-menu {
		font-size: .75rem;
	}
	.w-xs-auto {
		width: auto;
	}
	.in-form .fa-spin {
		position: absolute;
		padding: 0.1rem;
		margin-top: 3px;
	}
	.span-remove {
		top: -11px;
		right: -10px;
		padding: 0 0 10px 10px;
	}
	.text-title {
		font-size: calc(1rem + 1vw);
	}
	.details .accordion-item, .details .policies {
		animation-name: tofrom;
		animation-duration: .3s;
		animation-fill-mode: backwards;
	}
	.details .accordion-item:hover, .details .policies:hover {
		animation-name: fromto;
		animation-duration: .3s;
		animation-fill-mode: forwards;
	}
	.nav-link {
		padding: 0.25rem 0.5rem;
	}
	.review-content {
		max-height: 100%!important;
	}
	.price {
					font-size: 1rem;
	
	}
	.checkout-success h1 {
					text-align: center;
	}
	.photo {
		margin-top: 0;
	}
	.fs-5 {
		font-size: 1rem!important;
	}
	.product-thumb .options {
		margin-bottom: 5px;
	}
	.option {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 2px;
	}
	.option > .box > label {
		margin-bottom: 0;
		font-size: 8px;
		min-height: 0;
	}
	.option > .box > label > span {
		padding: 2px;
		line-height: 1;
	}
	.option-image {
		width: 10px;
	}
	#tab-mobile-item-review, #tab-mobile-shop-review {
		font-size: .7rem;
	}
	.button-wishlist {
		top: 0.3rem;
		right: 0.3rem;
		padding: 0.092rem;
		width: 30px;
		height: 30px;
		border-radius: 1rem!important;
	}
	.product-thumb {
		margin-bottom: 0.75rem;
	}
	.product-thumb .caption h4 {
		font-size: .85rem;
		margin-bottom: 0;
		height: 33px;
	}
	.caption .price-old {
		font-size: .85rem;
	}
	.caption .price-new {
		font-size: .85rem;
	}
	.caption .rating {
		line-height: 1;
	}
	.caption .rating .fa-stack {
		font-size: .4rem;
		width: 0.8rem;
		height: 1rem;
		margin-bottom: 0;
	}
	.rating .fa-star {
		font-size: .8rem;
		line-height: 1rem;
	}
	.rating .fa-star-o {
		font-size: .8rem;
		line-height: 1rem;
	}
    .overlay-text {
        font-size: 7vw;
    }
}

@media (max-width: 375px) {
	.logo {
		max-width: 50%;
	}
	[data-bs-target="#collapse-country"] {
		font-size: 3.7vw!important;
	}
	#modal-policies h5 {
		font-size: 1.1rem;
	}
	.xs-align {
		text-align: center!important;
	}
	.button-wishlist {
		top: 0.3rem;
		right: 0.3rem;
		padding: 0.092rem;
		width: 30px;
		height: 30px;
		border-radius: 1rem!important;
	}
	.product-thumb {
		margin-bottom: 0.5rem;
	}
	.product-thumb .caption h4 {
		font-size: .7rem;
		margin-bottom: 0;
		height: 28px;
	}
	.caption .price-old {
		font-size: .75rem;
	}
	.caption .price-new {
		font-size: .75rem
	}
	.caption .rating {
		line-height: 1;
	}
	.caption .rating .fa-stack {
		font-size: .4rem;
		width: 0.8rem;
		height: 1rem;
		margin-bottom: 0;
	}
	.rating .fa-star {
		font-size: .8rem;
		line-height: 1rem;
	}
	.rating .fa-star-o {
		font-size: .8rem;
		line-height: 1rem;
	}
    .overlay-text {
        font-size: 7vw;
    }
}
/* footer */