/*blue shadow fix .OK*/
*{
	outline: none !important;
}
.btn:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
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;
}
[type="button"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* DEFAULT LINK .OK
-------------------------------------------------- */
a{
    font-family: "League Spartan", sans-serif;
	color:#000;
	text-decoration:none;
	outline:none;
}
a:hover{
    color:#6dc8c0;
	text-decoration:none;
}
a:focus{
	color:inherit;
	text-decoration:inherit;
} 


/* BODY .OK
-------------------------------------------------- */
body{ 
    background-color: #f1f1f1;
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
	font-size:16px;
	color:#000;
}


/* Footer */

footer {
    display: flex;
    align-items: center;
    height: 215px;
    background-image: linear-gradient(to right, #284257, #07797c 48%, #07797d);
}

footer .footer-copyright {
    display: flex;
    align-items: center;
    font-family: "League Spartan", sans-serif;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.66;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 0;
}
footer .footer-copyright a{
    font-family: "League Spartan", sans-serif;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.66;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 0;
}
footer .footer-copyright a:hover{
    color: #a1a1a1;
}

/* Header */

/* Navbar */
header .navbar {
    padding: 0;
    border-bottom: 1px solid #000;
}
header .navbar .nav {
    /*menu centter fix*/
    flex-wrap: inherit;
    width: 100%;
}
header .navbar .nav li {
    width: 100%;
}
header .navbar .svg-nav li {
    display: none;
}
header .navbar .nav li:hover .nav-link {
    color: #fff;
    background-image: linear-gradient(to top, #284257, #07797c 48%, #07797d);
}
header .navbar .nav li .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'League Spartan', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    width: 100%;
    height: 157px;
    border-left: 1px solid #000;
}
header .navbar .nav li:first-child .nav-link {
    border-left: none;
}
header .navbar-toggler {
	border:none;
}
header .navbar-toggler:focus {
    box-shadow: none;
}
header .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 260px;
    height: 157px;
    margin: 0;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
header .navbar-brand svg{
	display:block;
	max-width: 100%;
	height: auto;
}

/*nav-right-box .OK*/
header .nav-right-box.select a:not(.active) {
    display: none;
}

.nav-right-box .opener {
    cursor: default;
}

.nav-right-box .opener img,
.nav-right-box .opener svg {
    cursor: pointer;
}

header .nav-right-box a:not(.active) .open-box {
    display: none;
}

header .icon-box>.active .open-box {
    display: block;
    padding: 6px 20px 0;
	text-align:center;
}
header .nav-right-box .icon-box>.active .open-box .btn {
	display:inline-block;
    padding: 0;
    margin: 0 0 8px;
    width: 90%;
    height: 27px;
    border-radius: 0;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    border: none;
    color: #000;
}

header .nav-right-box .icon-box>.active .open-box .btn-secondary {
    background: #d9d9d9;
}

header .nav-right-box .icon-box>.active .open-box .btn-secondary:hover {
    background: #d9d9d9;
}

header .nav-right-box .icon-box>.active .open-box .btn-primary:hover {
    background: #6dc8c0;
}

header .nav-right-box .icon-box>.active .user-img {
	display:none;
    position: absolute;
    top: 2px !important;
	left: 50%;
	transform: translateX(-50%);
}

header .nav-right-box a:not(.active) .opener-concealer {
    display: none;
}

header .nav-right-box .active .opener-concealer {
    position: absolute;
    top: 6px;
    right: 6px;
	width: 16px;
}
header .nav-right-box .search-form {
	position:relative;
}
header .nav-right-box a:not(.active) .search-form input {
    display: none;
}
header .nav-right-box .active .form-control {
	height: 38px;
    border: 1px solid #d9d9d9;
    background: #d9d9d9;
}
header .nav-right-box .active .form-control:focus {
    outline: none;
    box-shadow: none;
}
header .nav-right-box a .search-form .search-btn {
    padding: 0;
}
header .nav-right-box .search-svg.active .search-form .search-btn {
    position: absolute;
    top: 2px;
    right: 2px;
}
header .balance-box {
    height: 37px;
    width: 100%;
    background: #009693;
}
header .balance-box p {
    margin: 0;
    padding: 8px 0 0 0;
    font-family: 'League Spartan', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
header .cart-button{
	position:relative;
}
header .cart-button sup{
	position: absolute;
    top: -4px;
    left: 18px;
    vertical-align: baseline;
}
header .cart-button sup span {
    min-width: 18px;
    height: 18px;
    padding: 3px 6px 3px;
    border-radius: 50%;
    font-family: "League Spartan", sans-serif;
    font-size: 11px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: -0.22px;
    text-align: center;
    color: #ffffff;
	background-color: #009693 !important;
}
header .cart-button sup span:empty {
  display: none;
}
header .mobile-btn-list{
	padding:24px 12px;
}
header .mobile-btn-list .btn{
	width:100%;
	padding-left:14px;
	padding-right:14px;
	margin-bottom:20px;
}
header .mobile-btn-list .btn:last-child{
	margin-bottom:0;
}

/* .entry-page .OK */
.entry-page .entry-img {
	min-height:calc(100vh - env(safe-area-inset-bottom, 0) - env(safe-area-inset-top, 0));
	height:calc(100vh - env(safe-area-inset-bottom, 0) - env(safe-area-inset-top, 0));
	width:100%;
	object-fit:cover;
	object-position:center;
}
.entry-page .btn-group-vertical {
	min-height:calc(100vh - env(safe-area-inset-bottom, 0) - env(safe-area-inset-top, 0));
	height:100%;
	width:100%;
	background-image: linear-gradient(to bottom, #394b62, #253142);
}
@supports (-webkit-touch-callout: none) {
	.entry-page .entry-img{
		height: -webkit-fill-available;
		min-height: -webkit-fill-available;
	}
	.entry-page .btn-group-vertical {
		min-height: -webkit-fill-available;
	}
}

.entry-page .entry-button {
    padding: 0;
    max-width: 450px;
	width:100%;
    height: 105px;
    margin: 0 0 48px;
    border-radius: 25px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(78deg, #334256 1%, #212a3b 100%);
    border: 0;
    text-decoration: none;
}
.entry-page .entry-button:last-child{
	margin-bottom:0;
}


.entry-page .green-filter {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.76;
    mix-blend-mode: multiply;
    background-color: #3eb7ae;
}

.entry-page .custom-btn {
    padding: 0;
    width: 350px;
    margin: 0 0 0 37px;
    font-family: 'League Spartan', sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.entry-page .custom-btn:hover {
    color: #fff;
}

.entry-page .animation-box {
    width: 100px;
    height: 105px;
}

.entry-page .animation-box-color {
    width: 10px;
    height: 100%;
    border-radius: 25px 0 0 25px;
    background-color: #86cec7;
    top: 0;
    right: 0;
    z-index: 1;
}

.entry-page .entry-button.hovered .animation-box-color {
    transition: 0.5s;
    width: 100%;
}

.entry-page .entry-button .animation-box-color {
    transition: width 0.5s ease;
}

/* .login-page .OK */
.login .login-box-1 {
    background-color: #6dc8c0;
    object-fit: cover;
}
.login .login-box-2 {
	min-height:calc(100vh - env(safe-area-inset-bottom, 0) - env(safe-area-inset-top, 0));
	height: 100%;
    background-image: linear-gradient(to bottom, #394b62, #253142);
}
@supports (-webkit-touch-callout: none) and  (height: -webkit-fill-available){
	.login .login-box-2 {
		min-height: -webkit-fill-available;
	}
}

.login .login-img {
    object-fit: cover;
}

.login .form-box {
	width:100%;
    max-width: 500px;
    margin: 120px 0 160px;
    padding: 46px 72px 60px 72px;
    position: relative;
    border-radius: 51px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #2c3a4d;
}

.login .form-box .nav {
    margin-bottom: 10px;
}

.login .form-box .nav .nav-link {
    padding: 0;
    font-family: 'League Spartan', sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a1a1a1;
    border: none;
    border-bottom: 3px solid transparent;
    transition: border-bottom 0.3s ease;
    background: none;
    border-radius: 0;
}

.login .form-box .nav .nav-link.active {
    color: #fff;
    border-bottom: 3px solid #86cec7;
}

.login .form-box .nav .seperator {
    display: inline;
    font-family: 'League Spartan', sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a1a1a1;
}

.login .form-label {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.login .color-bar {
    border-bottom: 3px solid #86cec7;
}

.login .form-control {
    border: 0;
    background: none;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a1a1a1;
}

.login .form-box .form-group {
    margin-bottom: 25px;
    background: none;
    border-radius: 0;
}

.login .form-check-label-custom {
    font-size: 17px;
    top: 9px;
    left: 45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a1a1a1;
    cursor: pointer;
}
.login .policy .form-check-label-custom {
    top: 3px;
}
.login .policy .form-check-label-custom a {
	padding-bottom: .25rem;
    text-decoration: none;
	color: inherit;
	border-bottom: 3px solid #86cec7;
}
.login .login-btn-custom {
    margin: 0 66px 0 7px;
    padding: 13px 37px 12px 38px;
    border-radius: 23.5px;
    background-color: #6dc8c0;
    font-family: 'League Spartan', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.login .login-btn-custom:hover {
    background-color: #fff;
    color: #6dc8c0;
}
.login .sign-up-btn-custom {
    margin: 0 10px 0 6px;
    padding: 13px 37px 12px 38px;
    border-radius: 23.5px;
    background-color: #6dc8c0;
    font-family: 'League Spartan', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.login .sign-up-btn-custom:hover {
    margin: 0 10px 0 6px;
    padding: 13px 37px 12px 38px;
    border-radius: 23.5px;
    background-color: #fff;
    font-family: 'League Spartan', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6dc8c0;
}
.login .form-control:focus {
    box-shadow: none;
    outline: none;
}
.login .form-check-input-custom {
    width: 30px;
    height: 30px;
    appearance: none;
    background-image: url('../images/check-01.webp');
    cursor: pointer;
}
.login .form-check-input-custom:checked {
    background-image: url('../images/check-02.webp');
}
.custom .form-check-input[type="radio"]{
    border-color: #6dc8c0;
}
.custom .form-check-input[type="radio"]:checked {
    background-color: #6dc8c0;
    border-color: #6dc8c0;
}
.login .form-control::-webkit-input-placeholder {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a1a1a1;
}
.login .form-control::-moz-placeholder {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a1a1a1;
}
.login .form-control:-ms-input-placeholder {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a1a1a1;
}
.login .form-control:-moz-placeholder {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a1a1a1;
}
/*chrome autocomplete fix*/
.login input:-webkit-autofill,
.login input:-webkit-autofill:hover, 
.login input:-webkit-autofill:focus, 
.login input:-webkit-autofill:active{
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #a1a1a1 !important;
    transition: background-color 5000s ease-in-out 0s !important;
    box-shadow: inset 0 0 20px 20px #2c3a4d !important;
}
.login .logo {
    position:absolute;
	left:0;
	right:0;
	bottom:-110px;
	text-align:center;
}
.login .back-to-select {
    position:absolute;
	left:0;
	right:0;
	top:-60px;
	text-align:center;
}
.login .back-to-select a{
	display:inline-block;
}
.login .back-to-select a span{
	padding-left:12px;
	font-family: 'League Spartan', sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}
.login .back-to-select a:hover span{
	color: #a1a1a1;
}
.login .back-to-select a svg{
	margin-top:-5px;
}
.login .back-to-select a:hover svg path{
	fill: #a1a1a1;
}


/* .home-page .OK */
#homeCarousel .carousel-item {
    position: relative;
}
#homeCarousel .caption {
    position: absolute;
    top: 81px;
    left: 191px;
    width: 416px;
}
#homeCarousel .caption .slide-title {
    margin: 81px 0 55px 0;
    font-family: "League Spartan", sans-serif;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
#homeCarousel .slide-button-box {
    display: flex;
    font-size: 0px;
    transition: transform 0.3s ease;
}
#homeCarousel .slide-button-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 261px;
    height: 30px;
    border-radius: 15px 0 0 15px;
    border: none;
    background-color: #2b727a;
    font-family: 'League Spartan', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.67;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}
#homeCarousel .slide-button-left:active {
    background-color: #2b727a;
    color: #fff
}
#homeCarousel .slide-button-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 30px;
    border-radius: 0px 15px 15px 0px;
    border: none;
    background-color: #fff;
}
#homeCarousel .slide-button-right:active {
    background-color: #fff;
}
#homeCarousel .slide-button-box:hover {
    transition: transform 0.3s ease;
    transform: scale(1.25);
}
#homeCarousel .slide-view-button {
    width: 166px;
    height: 36px;
    margin: 0;
    font-family: 'League Spartan', sans-serif;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: normal;
    text-align: center;
    color: #233443;
    border-radius: 13.5px;
    border: none;
    background-color: #fff;
    transition: 0.3;
}
#homeCarousel .slide-view-button:hover {
    transition: 0.3;
    background-color: #233443;
    color: #fff;
}
#homeCarousel .slide-view-button:active {
    transition: 0.3;
    background-color: #233443;
    color: #fff;
}
/*carousel-indicators .OK*/
#homeCarousel .carousel-indicators{
    margin-bottom: 14px;
}
#homeCarousel .carousel-indicators li{
	margin:0 0 0 6px;
	width: 10px;
	height: 10px;
	background-color: #d9d9d9;
	border-radius: 50%;
	opacity: 1; 
	border:none;
}
#homeCarousel .carousel-indicators li.active{
	margin-top:-2px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	opacity: 1;
}
/*main-products .OK*/
.home .main-products {
    padding: 52px 0 210px 0;
    min-height: 400px;
    background-image: url("../images/dalga-1.webp");
    background-repeat: no-repeat;
    background-position: center 168px;
}
.home .main-products h3.box-title {
    margin-bottom: 114px;
    font-family: 'League Spartan', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.main-products .slider.record-list .slick-next{
	background-color: #fff;
}

/*slick slider .OK*/
.slider.record-list .item{
	padding:24px 12px;
}
.slider.record-list .slick-prev,
.slider.record-list .slick-next{
	z-index:2;
	margin-top: 0;
	width: 26px;
	height: 51px;
	border: none;
	background-color: #2B727A;
	mask: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2226%22%20height%3D%2251%22%20viewBox%3D%220%200%2026%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.417%2047.46L4.695%2025.498%2025.417%203.535c.371-.392.579-.919.579-1.467%200-.549-.208-1.076-.579-1.468-.18-.19-.395-.34-.633-.444a1.881%201.881%200%200%200-1.499%200%201.934%201.934%200%200%200-.633.444L.604%2023.964c-.387.41-.604.96-.604%201.534%200%20.573.217%201.123.604%201.533l22.044%2023.364c.18.192.396.344.634.448a1.883%201.883%200%200%200%201.505%200c.238-.104.454-.256.634-.448.371-.392.579-.919.579-1.467%200-.549-.208-1.076-.579-1.468h-.004z%22%20fill%3D%22%232B727A%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
	-webkit-mask:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2226%22%20height%3D%2251%22%20viewBox%3D%220%200%2026%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.417%2047.46L4.695%2025.498%2025.417%203.535c.371-.392.579-.919.579-1.467%200-.549-.208-1.076-.579-1.468-.18-.19-.395-.34-.633-.444a1.881%201.881%200%200%200-1.499%200%201.934%201.934%200%200%200-.633.444L.604%2023.964c-.387.41-.604.96-.604%201.534%200%20.573.217%201.123.604%201.533l22.044%2023.364c.18.192.396.344.634.448a1.883%201.883%200%200%200%201.505%200c.238-.104.454-.256.634-.448.371-.392.579-.919.579-1.467%200-.549-.208-1.076-.579-1.468h-.004z%22%20fill%3D%22%232B727A%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
	opacity:1;
}
.slider.record-list .slick-prev{
	left: -50px;
}
.slider.record-list .slick-next{
	right: -50px;
	margin-top: -25px;
	transform:rotate(-180deg);
}
.slider.record-list .slick-prev:hover,
.slider.record-list .slick-next:hover,
.slider.record-list .slick-prev:focus,
.slider.record-list .slick-next:focus{
	background-color: #000;
}
.slider.record-list .slick-prev:before,
.slider.record-list .slick-next:before{
	display:none;
}


/*btn .OK*/
.btn-light {
    width: 100%;
    height: 60px;
    transition: 0.3S;
    border: none;
    background-color: transparent;
    font-family: 'League Spartan', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 54px;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    border-radius: 0;
}

.btn-light:hover {
    transition: 0.3S;
    color: #fff;
    background-color: #0b9499;
}


/* account-page .OK */

.account {
    background-color: #f1f1f1;
}

.account .account-title {
    margin-bottom: 90px;
    font-family: "League Spartan", sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    text-align: left;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #000;
}
.account .account-image-container figure{
    margin-bottom: 20px;
}
.account .account-image-container .account-image {
    max-width: 260px;
    border-radius: 26px;
}
.account .account-image-container .btn-outline-primary{
	width:100%;
    max-width: 260px;
}

.account .name-point-container .name-point-title,
.password-title {
    font-family: "League Spartan", sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    margin-bottom: 40px;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.account .change-password a{
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    margin-bottom: 40px;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
	text-decoration:underline;
}
.account .change-password .new-password{
    margin-top: 20px;
    display: none;
}
.account .change-password .new-password.visible{
    display: inherit;
}

.account .register-form .form-group {
    width: 100%;
    display: flex;
    align-items: center;
    border: 2px solid #6accc5;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 6px 17px 6px 17px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #6dc8c0;
    background-color: #fff;
}
/*chrome autocomplete fix*/
.account .register-form .form-group input:-webkit-autofill,
.account .register-form .form-group input:-webkit-autofill:hover, 
.account .register-form .form-group input:-webkit-autofill:focus, 
.account .register-form .form-group input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #fff;

}
.account .register-form .form-group:focus-within {
    width: 100%;
    box-shadow: 0px 0px 10px #6accc5;
}

.account .register-form .form-group .form-label {
    width: 100%;
    color: #6accc5;
    margin-bottom: 0;
    font-size: 16px;
    margin-right: 10px;
    white-space: nowrap;
}

.account .register-form .form-group .form-label-img {
    color: #6accc5;
    margin-bottom: 0;
    font-size: 16px;
    margin-right: 15px;
    white-space: nowrap;
}

.account .register-form .form-group .label-group {
    width: 45%;
    border-right: 2px solid #6accc5;
}

.account .register-form .form-group .form-control {
    width: 55%;
    border: none;
    outline: none;
    text-align: left;
    padding-left: 10px;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a1a1a1;
}

.account .register-form .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

.account .note {
    margin: 29px 0 0;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a1a1a1;
}
.account .logout {
	margin-top:28px;
	text-align:center;
}
.account .logout a{
	text-align:center;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a1a1a1;
	text-decoration:none;
}
.account .logout a:hover{
    color: #6dc8c0;
}


/* order-page .OK */
.orders {
    background: #f1f1f1;
}


.orders .orders-title {
    font-family: "League Spartan", sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    text-align: left;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: normal;
    color: #000;
    margin: 0 0 40px 0;
}

.orders .search-list {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    border-radius: 10px;
    padding: 23.5px 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.orders .search-title {
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #233443;
}

.orders .search-form {
    position: relative;
    height: 26px;
    align-items: center;
}

.orders .search-form .form-control {
    border: solid 1px #6dc8c0;
    height: 26px;
    border-radius: 0;
    padding-right: 40px;
}

.orders .search-list .search-form .search-btn {
    position: absolute;
    display: flex;
    align-items: center;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
}

.orders .search-list .search-btn {
    background: none;
    border: none;
}

.orders .search-list .search-btn:active {
    background: none;
    border: none;
}

.orders .search-form .form-control:focus {
    outline: none;
    box-shadow: 0px 0px 10px #6accc5;
}

.orders .search-dropdown {
    display: flex;
    align-items: center;
    height: 26px;
    padding: 7px 12px 6px 26px;
    border: solid 1px #6dc8c0;
}

.orders .dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    font-family: "League Spartan", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #233443;
}

.orders .dropdown-btn-after {
    padding-left: 15px;
}

.orders .dropdown-btn::after {
    display: none;
}

.orders .dropdown-btn:active {
    background: transparent;
    border: none;
}

.orders .search-form .form-control::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.orders .search-form .form-control {
    -moz-appearance: none;
    appearance: none;
}

.orders .search-form .form-control::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.orders .form-control::-webkit-input-placeholder {
    font-family: "League Spartan", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a1a1a1;
}

.orders .form-control::-moz-placeholder {
    font-family: "League Spartan", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a1a1a1;
}

.orders .form-control:-ms-input-placeholder {
    font-family: "League Spartan", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a1a1a1;
}

.orders .form-control:-moz-placeholder {
    font-family: "League Spartan", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a1a1a1;
}

.orders .order-links {
    margin-bottom: 70px;
}

.orders .btn-light {
    height: auto;
    color: #233443;
    border-radius: 10px;
    border: none;
    border: solid 1px #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
}

.orders .btn-light:active {
    background: #fff;
    border-radius: 10px;
    border: solid 1px #6dc8c0;
    box-shadow: 0 4px 4px 0 rgba(109, 200, 192, 0.25);
}

.orders .btn-light:hover {
    border-radius: 10px;
    border: solid 1px #6dc8c0;
    box-shadow: 0 4px 4px 0 rgba(109, 200, 192, 0.25);
}

.orders .order-container {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.orders .order-title-box {
    padding: 0 24px;
    border-bottom: 2px solid #6dc8c0;
}
.orders .order-summary-box {
    width: 100%;
    margin-top: 32px;
    padding: 30px 24px;
    border-radius: 19px;
    border: solid 1px #59646f;
}
.orders .order-title-box h5 {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59646f;
}
.orders .title-right h5:last-child {
    color: #6dc8c0;
}
.orders .order-summary-box .summary-left {
}
.orders .order-summary-box .summary-left .text-container {
	padding-left:46px;
}
.orders .order-summary-box.status-success .summary-left .text-container {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2230%22%20height%3D%2221%22%20viewBox%3D%220%200%2030%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M29.414%202%2011%2020.414.586%2010%202%208.586l9%209%2017-17L29.414%202z%22%20fill%3D%22%236DC8C0%22%2F%3E%3C%2Fsvg%3E%0A');
	background-repeat:no-repeat;
	background-position:top left;
}
.orders .order-summary-box.status-error .summary-left .text-container {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.653%22%20height%3D%2220.653%22%20viewBox%3D%220%200%2020.653%2020.653%22%3E%3Cpath%20id%3D%22cross%22%20d%3D%22M26.51%2C25.052a1.031%2C1.031%2C0%2C1%2C1-1.458%2C1.459L16.5%2C17.958%2C7.948%2C26.511a1.032%2C1.032%2C0%2C1%2C1-1.459-1.46l8.553-8.55L6.49%2C7.947A1.032%2C1.032%2C0%2C1%2C1%2C7.95%2C6.49L16.5%2C15.043%2C25.053%2C6.49a1.032%2C1.032%2C0%2C0%2C1%2C1.459%2C1.46L17.958%2C16.5l8.553%2C8.552Z%22%20transform%3D%22translate(-6.161%20-6.16)%22%20fill%3D%22%23e55454%22%2F%3E%3C%2Fsvg%3E%0A');
	background-repeat:no-repeat;
	background-position:top left;
}
.orders .order-summary-box.status-wait .summary-left .text-container {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.95%2023.2a2.9%202.9%200%201%201%200%205.8%202.9%202.9%200%200%201%200-5.8zm-9.076-4.35a3.625%203.625%200%201%201%200%207.25%203.625%203.625%200%200%201%200-7.25zm16.789.725a2.9%202.9%200%201%201%200%205.8%202.9%202.9%200%200%201%200-5.8zm3.162-6.062a2.175%202.175%200%201%201%200%204.35%202.175%202.175%200%200%201%200-4.35zM3.625%208.7a3.625%203.625%200%201%201%200%207.25%203.625%203.625%200%200%201%200-7.25zM25.79%207.55a1.45%201.45%200%201%201%200%202.9%201.45%201.45%200%200%201%200-2.9zM11.6%200a4.35%204.35%200%201%201%200%208.7%204.35%204.35%200%200%201%200-8.7zm10.875%204.35a.725.725%200%201%201%200%201.45.725.725%200%200%201%200-1.45z%22%20fill%3D%22%23FF8401%22%2F%3E%3C%2Fsvg%3E%0A');
	background-repeat:no-repeat;
	background-position:top left;
}
.orders .order-summary-box .summary-left .text-container .title {
	margin-bottom:6px;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59646f;
}
.orders .order-summary-box.status-success .summary-left .text-container .title {
    color: #6dc8c0;
}
.orders .order-summary-box.status-error .summary-left .text-container .title {
    color: #e55454;
}
.orders .order-summary-box.status-wait .summary-left .text-container .title {
    color: #ff8401;
}
.orders .order-summary-box .summary-left .text-container p {
	margin-bottom:0;
    font-family: "League Spartan", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59646f;
}
.orders .order-summary-box .summary-right {
	text-align:right;
}
.btn-outline-primary {
    min-width: 119px;
    height: 28px;
    padding: 0 14px;
    border-radius: 6px;
    border: solid 1px #6dc8c0;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #6dc8c0;
}
.btn-outline-primary:hover {
    border: solid 1px #6dc8c0;
    background: #6dc8c0;
    color: #fff;
}

.orders .btn-outline-primary:active {
    border: solid 1px #6dc8c0;
    background: #6dc8c0;
    color: #fff;
}

/* main > wrapper .OK */
main>.wrapper {
    margin-top: 98px;
    margin-bottom: 130px;
    min-height: 460px;
}

/*record-list*/
.home .record-list .item {
    margin-bottom: 0;
}
.category .record-list .item {
    margin-bottom: 100px;
}
.record-list .item .record {
    display: block;
	height:100%;
    text-decoration: none;
    background-color: #fff;
}
.record-list .item .record:hover {
    margin: 0;
    padding: 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
.record-list .item .record figure {
    padding: 41px 35px 43px 34px;
    margin: 0;
}
.record-list .item .record figure img{
	image-rendering: -webkit-optimize-contrast; /*chrome blurry - bug fix*/
    transition: 0.3s;
}
.record-list .item .record hr {
    width: 70px;
    margin: 0 auto;
    opacity: 1;
    border-top: 1px solid #0b9499;
    transition: 0.3S;
}
.record-list .item .record:hover hr {
    width: 100%;
}
.record-list .item .record:hover .btn-light {
    color: #fff;
    background-color: #0b9499;
}
.record-list .item .record .product-name {
	display: -webkit-box;
	height:44px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 14px;
	padding-left:14px;
	padding-right:14px;
    font-family: "League Spartan", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    color: #233443;
}
.record-list .item .record .product-point {
    margin-bottom: 20px;
    font-family: "League Spartan", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #6dc8c0;
}

/* product .OK */
.detail .record-list {
    display: flex;
    justify-content: center;
}
.detail .product-image-container {
    display: flex;
    justify-content: center;
    height: 315px;
}
.detail #productsCarousel .large-img a{
	display:block;
}
.detail .carousel-indicators {
    bottom: -65px;
}
.detail .carousel-indicators button {
    width: 13px;
    height: 14px;
    margin-top: 4px;
    border-radius: 50%;
    background-color: #d9d9d9;
}
.detail .carousel-indicators .active {
    width: 22px;
    height: 22px;
    margin: 0;
    background-color: #233443;
}
.detail .product-text-container h3 {
    font-family: "League Spartan", sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: normal;
    text-align: left;
    color: #233443;
}
.detail .product-text-container hr {
    width: 100%;
    height: 1px;
    opacity: 1;
    background-color: #233443;
    margin-bottom: 25px;
}
.detail .product-text-container p {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #233443;
}
.detail .product-description,
.product-value {
    margin-bottom: 55px;
}
.detail .product-transactions .product-transactions-title {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #233443;
    margin-bottom: 20px;
}

.detail .record-list .item .record figure {
    text-align: center;
}

.detail .product-transactions .quantity {
    width: 166px;
    margin-bottom: 30px;
}

.detail .product-transactions .quantity .btn {
    width: 38px;
    height: 38px;
    color: #000;
    border: solid 1px #6dc8c0;
    background: none;
}
.detail .product-transactions .quantity .btn:hover {
    color: #fff;
    background: #6dc8c0;
}

.detail .product-transactions .bootstrap-touchspin-down {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

.detail .product-transactions .bootstrap-touchspin-up {
    border-radius: 0 4px 4px 0;
    border-left: 0;
}

.detail .product-transactions .quantity input {
    width: 44px;
    height: 38px;
    margin: auto 0;
    text-align: center;
    color: #000;
    border: solid 1px #6dc8c0;
    background: none;
}

.detail .product-transactions .quantity input:focus {
    box-shadow: none;
    outline: none;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    width: 262px;
    height: 44px;
    border-radius: 10px;
    border: solid 1px #6dc8c0;
    background-color: #6dc8c0;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border: solid 1px #6dc8c0;
    background-color: #fff;
    color: #6dc8c0;
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
    width: 262px;
    height: 44px;
	border-radius: 10px;
    border: solid 1px #d9d9d9;
	background: #d9d9d9;
	font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
	color: #000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border: solid 1px #6dc8c0;
    background-color: #fff;
    color: #6dc8c0;
}

.detail .product-transactions .btn-primary:hover {
    color: #6dc8c0;
    border: solid 1px #fff;
    background-color: #fff;
}


.detail .related-products {
    padding: 175px 0 0;
}
.detail .related-products .title {
    margin: 0 auto 50px;
    font-family: "League Spartan", sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: normal;
    text-align: center;
    color: #284257;
}
.detail .related-products .record-list .item{
    padding: 24px 12px;
}

/* cart-page .OK */

.cart .cart-title {
    font-family: "League Spartan", sans-serif;
    margin-bottom: 100px;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.cart .list-group-item {
    background: none;
    border-bottom: 2px solid #6dc8c0;
}

.cart .list-group-item-action {
    padding-top: 40px;
    padding-bottom: 25px;
}

.cart .quantity {
    display: inline-block;
}

.cart .quantity .btn {
    width: 35px;
    height: 35px;
    color: #000;
	line-height:1;
    border: solid 1px #6dc8c0;
    background: none;
}
.cart .quantity .btn:hover {
    color: #fff;
    background: #6dc8c0;
}

.cart .quantity .bootstrap-touchspin-down {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

.cart .quantity .bootstrap-touchspin-up {
    border-radius: 0 4px 4px 0;
    border-left: 0;
}

.cart .quantity input {
    width: 44px;
    height: 35px;
    margin: auto 0;
    text-align: center;
    color: #000;
    border: solid 1px #6dc8c0;
    background: none;
}

.cart .quantity input:focus {
    box-shadow: none;
    outline: none;
}

.cart .cart-remove {
    position: absolute;
    padding-top: 5px;
    padding-left: 8px;
}

.cart .products-sku,
.cart .products-attribute {
	margin-top:12px;
	display:block;
    font-family: "League Spartan", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59646f;
}

.cart .products-title {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-align: left;
    color: #6dc8c0;
}

.cart .product-price {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6dc8c0;
}

.cart .product-total-price {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6dc8c0;
}

/*cart left*/
.cart .cart-panel-left {
    margin-top: 125px;
}
.cart .cart-order-types, 
.cart .cart-address .shipping-address,
.cart .cart-address .billing-address,
.cart .cart-payment-methods {
    margin-bottom: 40px;
}
.cart h5{
    margin-bottom: 0;
    font-family: "League Spartan", sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.cart-address .list-group-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.cart .cart-panel-left .btn-cart-address {
	padding:0 8px;
    height: 26px;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59646f;
    border-radius: 6px;
    border: none;
    background-color: #d9d9d9;
}
.cart .cart-panel-left .btn-cart-address:hover {
    background-color: #ccc;
}
.cart .cart-panel-left .btn-cart-address svg{
	display:none;
}
.cart-address .edit-remove-bar{
    margin-top: 10px;
}
.cart-address .edit-remove-bar a {
    margin-left: 24px !important;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59646f;
	text-decoration:none;
}
.cart-address .edit-remove-bar a:hover{
    color: #000000;
}

.cart .cart-panel-left .cart-panel-left-subtitle {
    margin: 20px 0 50px 0;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.cart .cart-panel-left .cart-panel-left-notes {
    margin: 20px 0 60px 0;
    border-radius: 10px;
    background-color: #d9d9d9;
}

/*cart right*/
.cart .cart-prices-info {
    margin-top: 125px;
    padding: 26px 17px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.cart .cart-prices-info .list-group-item {
    border: none;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59646f;
}

.cart .cart-prices-info .list-group-item:first-child {
    border-bottom: 2px solid #6dc8c0 !important;
    margin-bottom: 25px;
    padding-bottom: 12px;
}

.cart .cart-prices-info .list-group-item span {
    font-weight: bold;
    color: #6dc8c0;
}
.cart .cart-prices-info .cart-alert-box {
	margin-top:20px;
}
.cart .cart-prices-info .cart-alert-box .alert{
	margin-bottom:0;
}


/*cart checkout btn*/
.cart #checkoutButton {
    width: 100%;
    height: 44px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none;
    border-radius: 6px;
    background-color: #6dc8c0;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

.cart #checkoutButton:hover {
    background-color: #fff;
    color: #6dc8c0;
}

.cart .cart-panel-left .cart-panel-left-notes::-webkit-input-placeholder {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.cart .cart-panel-left .cart-panel-left-notes::-moz-placeholder {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.cart .cart-panel-left .cart-panel-left-notes:-ms-input-placeholder {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.cart .cart-panel-left .cart-panel-left-notes:-moz-placeholder {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

/* order confirmed .OK */

.confirmation .confirmed-title {
    margin: 0 0 60px 0;
    font-family: "League Spartan", sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.confirmation .summary-box {
	padding:60px 40px;
    min-height: 273px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}
.confirmation .summary-box .confirmed-summary-title {
    font-family: "League Spartan", sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6dc8c0;
}
.confirmation .summary-box .confirmed-summary-subtitle {
    margin: 26px 0 40px;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #888;
}
.confirmation .summary-box .order-code h4 {
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    text-align: center;
    color: #000;
}
.confirmation .summary-box .order-code .text-success {
    margin-bottom: 40px;
    padding: 8px 20px 6px;
    border: solid 1px #ccc !important;
    background-color: #f9f9f9 !important;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: -0.28px;
    text-align: center;
    color: #6dc8c0 !important;
}
.confirmation .summary-box .order-code .text-success:hover {
    color: #000 !important;
}

/* order-details .OK */
.order-details .order-details-title {
    margin: 0 0 40px 0;
}
.order-details .order-details-title,
.order-details .order-details-title a{
    font-family: "League Spartan", sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000;
	text-decoration:none;
}
.order-details .order-details-title a:hover{
	color: #6dc8c0;
}

.order-details .detail-container {
    padding: 30px 31px 38px 37px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}
.order-details .detail-title-box {
    padding: 0 24px;
    margin-bottom: 32px;
    border-bottom: 2px solid #6dc8c0;
}
.order-details .detail-title-box h5 {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59646f;
}

.order-details .title-right h5:last-child {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6dc8c0;
}

.order-details .detail-summary-box .summary-top {
    padding: 0 24px;
    margin-bottom: 80px;
}

.order-details .detail-summary-box .summary-top h5 {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6dc8c0;
}

.order-details .detail-summary-box .summary-top p {
	margin-bottom:0;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #59646f;
}
.order-details .btn-outline-primary:active {
    border: solid 1px #6dc8c0;
    background: #6dc8c0;
    color: #fff;
}
.order-details .detail-summary-box .summary-product {
    margin-top: 41px;
    padding: 20px 24px;
    border-radius: 19px;
    border: solid 1px #59646f;
}
.order-details .detail-summary-box .summary-product .summary-product-left {
    display: flex;
    align-items: center;
}

.order-details .detail-summary-box .summary-product .summary-product-left img {
	max-width:82px;
}
.order-details .detail-summary-box .summary-product .summary-product-left .products-title {
    margin-left: 25px;
}
.order-details .detail-summary-box .summary-product .products-sku{
	display:block;
    margin-left: 25px;
    font-family: "League Spartan", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59646f;
	text-decoration:none;
}

.order-details .detail-summary-box .summary-product .summary-product-right h5 {
	margin:0;
    color: #6dc8c0;
	text-align:right;
}

.order-details .detail-summary-box .summary-product h5,
.order-details .detail-summary-box .summary-product a {
	margin-bottom:0;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59646f;
	text-decoration:none;
}
.order-details .detail-summary-box .summary-product a:hover{
    color: #000;
}

.order-details .cart-total {
    margin-top: 50px;
    padding: 25px 22px 20px 18px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-details .cart-total h4 {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #59646f;
}

.order-details .cart-total h4:last-child {
    font-weight: bold;
    color: #6dc8c0;
}




/* COKIEE .OK
-------------------------------------------------- */
.cokiee-alert{
	z-index:199;
	position:fixed;
	padding: 18px 0;
	bottom:0;
	left:0;
	right:0;
    font-family: "League Spartan", sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #fff;
	background-color: #000;
	opacity:0.8;
}
.cokiee-alert a{
	color: #fff;
}
.cokiee-alert a:not(.btn):hover{
	text-decoration:underline;
}
.cokiee-alert .close-btn{
	display: block;
	margin: 0 auto;
	height: 38px;
	min-width: auto;
	max-width: 150px;
	line-height: 38px;
	font-size: 13px;
}
.cokiee-alert .close-btn:hover{
	color: #000;
}


/* ALERTS .OK
-------------------------------------------------- */
#Msgbox,
#Msgbox a{
	font-size:14px;
	line-height:1.33;
	text-align:left;
	border-radius:10px;
}
#Msgbox .btn-close{
	text-indent:-10000px;
}


/* MODAL .OK
-------------------------------------------------- */
.modal-backdrop.show {
    opacity: .8;
}
.modal .close:not(.btn-close){
	background:none;
}
.modal button.close[data-bs-dismiss="modal"] {
	z-index:9999;
	position:fixed;
	top:16px;
	right:24px;
	background:none;
	float:inherit;
	font-size:inherit;
}
.modal .modal-content {
	border-radius:0;
}
/*modal as left/right sidebar .OK */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	max-width: inherit;
	width: 418px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
	padding-left:30px;
	padding-right:30px;
}
/*Left*/
.modal.left.fade .modal-dialog{
	left: -418px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog{
	left: 0;
}  
/*Right*/
.modal.right.fade .modal-dialog {
	right: -418px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
	right: 0;
}
/*model center wrap*/
.modal.sidebar .modal-body .wrap{
	width:100%;
}
/*model sidebar style*/
.modal.sidebar .modal-content{
	border-radius: 0;
	border: none;
	background-color: #fff;
}
.modal.sidebar .modal-body{
	font-family: "League Spartan", sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.87;
	letter-spacing: normal;
	text-align: left;
	color: var(--gray);
}
.modal.sidebar h4{
	font-family: "League Spartan", sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.modal.sidebar h5{
	font-family: "League Spartan", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
/*modal language+currency .OK*/
.modal.sidebar .language,
.modal.sidebar .currency{
	margin:50px 20px 0 20px;
}
.modal.sidebar .currency{
	margin-top:70px;
}
.modal.sidebar .language h4,
.modal.sidebar .currency h4{
	margin-bottom:60px;
}
.modal.sidebar .language h5,
.modal.sidebar .currency h5{
	font-size: 15px;
	font-weight: 500;
}
.modal.sidebar .language ul,
.modal.sidebar .currency ul{
	display:inline-block;
	width:100%;
	padding-left:0;
	margin-top:30px;
	margin-bottom:0;
}
.modal.sidebar .language ul > li,
.modal.sidebar .currency ul > li{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.modal.sidebar .language ul > li a,
.modal.sidebar .currency ul > li a{
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
	font-family: "League Spartan", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.modal.sidebar .language ul > li a.active,
.modal.sidebar .language ul > li a:hover,
.modal.sidebar .currency ul > li a.active,
.modal.sidebar .currency ul > li a:hover{
	color: var(--color-1);
}
.modal.sidebar .language ul > li a img,
.modal.sidebar .currency ul > li a figure{
	opacity:0.5;
}
.modal.sidebar .currency ul > li a figure{
	display:inline-block;
	margin:0;
	width: 48px;
	height: 48px;
	line-height:47px;
	border-radius:48px;
	border: solid 1px var(--color-2);
	background-color: #fff;
	font-size:18px;
	text-align:center;
}
.modal.sidebar .language ul > li a.active img,
.modal.sidebar .language ul > li a:hover img,
.modal.sidebar .currency ul > li a.active figure,
.modal.sidebar .currency ul > li a:hover figure{
	opacity:1;
}
.modal.sidebar .language ul > li a span,
.modal.sidebar .currency ul > li a span{
	margin-left:16px;
}
/*fullscreen modal*/
.modal .modal-fullscreen .modal-body{
	padding: 58px 0 !important;
}
/*modal centered*/
.modal .modal-dialog-centered:not(.modal-fullscreen) button.close[data-bs-dismiss="modal"]{
	position: absolute;
	right: 0;
	top: 0;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
/*address modal*/
#addressModal h5{
	margin: 30px 0 30px 0;
    font-family: "League Spartan", sans-serif;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	text-align: left;
	color: var(--color-1);
}
#addressModal .custom .form-group {
    margin-bottom: 20px;
}
/*profile image modal .OK*/
#profileImageModal{
	--bs-modal-width: 736px;
}
#profileImageModal .close{
	top: 10px;
	right: 12px;
}
#profileImageModal .modal-body{
	--bs-modal-padding: 54px;
	text-align:center;
}
#profileImageModal .profile-picture{
	margin:40px;
}
#profileImageModal .modal-avatar{
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:0;
	width: 164px;
	height: 200px;
	border-radius:26px;
}
#profileImageModal .modal-avatar img{
	width: 164px; /*upload size fix*/
	height: 200px; /*upload size fix*/
}
#profileImageModal .profile-picture .upload{
	margin-left:20px;
}
#profileImageModal .profile-picture ul{
	padding:0;
	margin:0;
	list-style:inside;
}
#profileImageModal .profile-picture ul li{
    font-family: "League Spartan", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.86;
	letter-spacing: normal;
	text-align: left;
}
button .spinner,
input[type=submit] .spinner {
    display: none !important;
}
/*header search modal .FALSE*/
#searchModal{
	padding:0 !important;
}
#searchModal .close{
	top: 8px;
	right: 8px;
}
#searchModal .modal-dialog{
	width: 100% !important;
	max-width:inherit !important;
	margin: 0 !important;
	padding: 0 !important;
}
#searchModal .modal-content{
	height: 160px;
	background-color: #fff;
	border:none;
	border-radius:0;
}
#searchModal .modal-body{
	padding:0 !important;
}
#searchModal .logo{
	margin-top:34px;
	margin-bottom:50px;
	/*width:282px;*/
}
#searchModal form {
	max-width: 360px;
	margin:0 auto;
}
#searchModal form.custom .form-group {
	position:relative;
}
#searchModal .custom .search-input {
	height: 44px;
	border: 1px solid #d9d9d9;
	background: #d9d9d9;
}
#searchModal .custom .search-input:focus {
	border: 1px solid #d9d9d9;
}
#searchModal form.custom input[type=submit] {
	display:inherit !important;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2231%22%20height%3D%2231%22%20viewBox%3D%220%200%2031%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M22.155%2019.497h-1.4l-.496-.479a11.468%2011.468%200%200%200%202.783-7.497A11.52%2011.52%200%201%200%2011.52%2023.04a11.47%2011.47%200%200%200%207.497-2.782l.479.496v1.4L28.359%2031%2031%2028.36l-8.845-8.863zm-10.634%200a7.965%207.965%200%200%201-7.976-7.976%207.965%207.965%200%200%201%207.976-7.976%207.965%207.965%200%200%201%207.976%207.976%207.965%207.965%200%200%201-7.976%207.976z%22%20fill%3D%22%23233443%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-size: 32px 32px;
	background-color: transparent !important;
    color: transparent;
    outline: none;
    border: none;
}


/*RESPONSIVE*/
/* Medium devices(md) (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    /* Header */
	body:not(.opened) header{
		border-bottom:1px solid #ddd;
	}
	.home header{
		margin-bottom:30px;
	}
    header .navbar {
        border-bottom: none;
    }
    header .navbar .nav li .nav-link {
        display: block;
        align-items: inherit;
        justify-content: inherit;
        text-align: left;
        color: #000;
        width: auto;
        height: auto;
        border-left: none;
    }

    header .navbar .text-nav li .nav-link {
        padding: 25px 10px !important;
    }

    header .navbar .nav {
        flex-wrap: wrap;
        width: 100%;
    }

    header .navbar .text-nav li {
        width: 100%;
        position: relative;
        display: block;
        padding: 0 !important;
        margin: 0;
        border-bottom: 1px solid #dbdbdb;
    }

    header .navbar .text-nav li:first-child {
        border-top: 1px solid #dbdbdb;
    }


    header .navbar .text-nav {
        margin: 0 -12px;
    }

    header .navbar .nav li:hover .nav-link {
        color: #fff;
        background-image: linear-gradient(to top, #284257, #07797c 48%, #07797d);
    }

    header .navbar .nav li:active .nav-link {
        color: #fff;
        background-image: linear-gradient(to top, #284257, #07797c 48%, #07797d);
    }

    header .navbar-brand {
        display: block;
        align-items: inherit;
        justify-content: inherit;
        width: auto;
        height: auto;
        border-left: none;
        border-right: none;
    }
    header .nav-image-box {
        display: none;
    }
    header .text-bg-secondary {
        background-color: #e8e8e8 !important;
    }
    .detail .carousel-indicators {
        bottom: -30px;
    }
    main>.wrapper {
        margin-top: 50px;
        margin-bottom: 75px;
        min-height: 467px;
    }
    .orders .btn-light {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
	/*login .OK*/
	.login .form-box {
		margin: 100px 12px 160px;
		padding-left: 28px;
		padding-right: 28px;
	}
	.login .form-box .nav .nav-link,
	.login .form-box .nav .seperator {
		font-size: 26px;
	}
	.login .sign-up-btn-custom {
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 22px;
	}
}
/* Small devices(sm) devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	/*orders .OK*/
	.orders .order-title-box h5 {
		font-size: 15px;
	}
	.orders .order-container {
		margin-bottom: 60px;
		padding: 20px 20px;
	}
    .orders .order-summary-box {
        padding: 14px;
		margin-top: 24px;
    }
	/*order detail .OK*/
    .detail .slide-product-image {
        width: 261px;
        height: 261px;
    }
    .detail .carousel-indicators {
        bottom: -15px;
    }
    .detail .product-image-container {
        margin-bottom: 25px;
    }
    .orders .order-summary-box .summary-left .text-container {
        margin: 0 5px 0 5px;
    }
    .order-details .detail-title-box {
        padding: 0 5px;
    }
    .order-details .detail-summary-box .summary-top {
        padding: 0 5px;
		margin-bottom: 40px;
    }
    .btn-outline-primary {
        width: 100%;
        height: auto;
    }
    .order-details .detail-container {
        padding: 30px 10px 38px;
    }
    .order-details .detail-summary-box .summary-product {
        padding: 14px;
    }
    .order-details .detail-summary-box .summary-top p {
        margin-bottom: 0;
    }
	.cart .cart-prices-info {
		margin-top: 60px;
	}
	.cart .cart-panel-left {
		margin-top: 80px;
	}
	.cart .cart-title {
		margin-bottom: 60px;
	}
	.account .account-image-container{
		margin-bottom: 60px;
		text-align:center;
	}
	.account .account-title {
		margin-bottom: 60px;
	}
	/*profileImageModal .OK*/
	#profileImageModal .modal-body {
		--bs-modal-padding: 40px;
		text-align: center;
	}
	#profileImageModal .profile-picture {
		margin: 20px 0;
	}
	#profileImageModal .profile-picture {
		flex-direction: column;
	}
	#profileImageModal .modal-avatar,
	#profileImageModal .upload {
		width: 100%;
		text-align: center;
	}
	#profileImageModal .modal-avatar {
		margin-bottom:20px;
	}
	/*homeCarousel .OK*/
	#homeCarousel .caption {
		top: 66px;
        left: 34px;
        width: 232px;
	}
	#homeCarousel .caption .slide-title {
        margin: 50px 0 42px 0;
        font-size: 38px;
	}
	#homeCarousel .slide-view-button {
		width: 120px;
        height: 29px;
        font-size: 16px;
        line-height: 22px;
	}
	#homeCarousel .slide-button-left {
		width: 262px;
		height: 24px;
		border-radius: 10px 0 0 10px;
		font-size: 11px;
		line-height: normal;
	}
	#homeCarousel .slide-button-right {
		width: 48px;
		height: 24px;
		border-radius: 0px 10px 10px 0px;
	}
	#homeCarousel .slide-button-right svg{
		width: 20px;
		height: 14px;
	}
	.carousel-control-next,
	.carousel-control-prev {
		display:none;
	}
	/*main-products .OK*/
	.home .main-products {
		padding-bottom: 100px;
	}
}
/* Extra small(xs) devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	header .navbar-brand {
		max-width:180px;
    }
    .orders .order-title-box {
        padding: 0 10px;
    }
    .entry-page .btn-group-vertical {
        padding: 0 12px;
    }
    .cart .products-name {
        margin-bottom: 10px;
    }
	.modal.left .modal-dialog, .modal.right .modal-dialog {
		width: 375px;
	}
	/*slider .OK*/
	.slider.record-list .slick-prev,
	.slider.record-list .slick-next{
		height: 30px;
	}
	.slider.record-list .slick-prev {
		margin-top: 10px;
	}
	.slider.record-list .slick-next {
		margin-top: -3px;
	}
	.main-products .slider.record-list .slick-next{
		background-color: #2B727A;
	}
	/*homeCarousel .OK*/
	#homeCarousel .caption {
		top: 34px;
		left: 26px;
		width: 192px;
	}
	#homeCarousel .caption .slide-title {
		margin: 40px 0 30px 0;
		font-size: 30px;
	}
	#homeCarousel .slide-view-button {
		width: 80px;
		height: 26px;
		font-size: 14px;
		line-height: 19px;
	}
	#homeCarousel .slide-button-left {
		width: 261px;
		height: 22px;
		font-size: 9px;
	}
	#homeCarousel .slide-button-right {
		width: 40px;
		height: 22px;
		border-radius: 0px 10px 10px 0px;
	}
	#homeCarousel .slide-button-right svg{
		width: 15px;
		height: 10px;
	}
	/*main-products .OK*/
	.home .main-products h3.box-title {
		margin-bottom: 88px;
	}
	/*orders .OK*/
	.orders .order-summary-box .summary-right {
		margin-top:20px;
	}
	/*login .OK*/
	.login .form-box {
		margin: 100px 12px 140px;
	}
}
/*#new add (only for desktop screens)*/
@media all and (min-width: 992px) {
    header .nav-right-box {
        width: 260px;
        height: 157px;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        position: relative;
    }
    header .icon-box {
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 23px;
        text-decoration: none;
    }
    header .nav-right-box .active.user-svg~.icon-box.select {
        display: block !important;
        align-items: initial;
        justify-content: initial;
    }
}

/* Large(lg) devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    header .nav-right-box .icon-box>.active .open-box .btn {
        font-size: 15px;
    }
}

/*Extra large(xl) devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .detail .carousel-indicators {
        bottom: -15px;
    }
}

/*Extra extra large (xxl) devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) and (max-width: 1919.98px) {
}

/*#new add (full hd, 1920px and up)*/
@media all and (min-width: 1920px) {}