@font-face {
    font-family: 'Lato Local';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Local';
    src: url('../fonts/Lato-BoldItalic.woff2') format('woff2'),
        url('../fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Local';
    src: url('../fonts/Lato-Italic.woff2') format('woff2'),
        url('../fonts/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Local';
    src: url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Local';
    src: url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Local';
    src: url('../fonts/Lato-LightItalic.woff2') format('woff2'),
        url('../fonts/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Local';
    src: url('../fonts/Lato-MediumItalic.woff2') format('woff2'),
        url('../fonts/Lato-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Local';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Local';
    src: url('../fonts/Lato-Semibold.woff2') format('woff2'),
        url('../fonts/Lato-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Local';
    src: url('../fonts/Lato-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/Lato-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
body {
	font-family: 'Lato', 'Lato Local', sans-serif;
	font-weight: 400;
	color: #333;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    background: #ffffff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
	color: #444;
}
.productpage-info h1 {
    font-size: 22px;
    line-height: 34px;
    color: #000;
    font-weight: 700;
    margin: 20px 0 10px;
    text-transform: none;
}
.productpage-info h2 {
	font-size: 15px;
	margin-bottom: 15px;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #e5012a;
}
.sticky-top {
	top: -1px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Lato', 'Lato Local', sans-serif;
}
select.form-select, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	border-radius: 3px;
	box-shadow: none;
	border-color: #000;
}
.accordion-button {
	font-weight: 700;
	color: #333;
	font-size: 15px;
}
.accordion.accordion-flush .accordion-button {
	padding-left: 0;
	padding-right: 0;
}
.accordion-button:not(.collapsed) {
	background-color: #fff;
	color: #333;
}
button:focus:not(:focus-visible) {
	box-shadow: none;
}
.option-button-group select.form-select {
	font-size: 11px;
	padding-left: 10px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.input-group.datetime .btn,
.input-group.time .btn {
	border-radius: 3px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-color: #000;
	border-left: none;
	box-shadow: none;
	background-color: #fff;
	height: 44px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.greybg {
	background-color: #fbf4f0;
}
.s-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}
.s-padding.pts {
	padding-top: 0;
}
.ptl {
	margin-top: 0px;
}
.lovebondtext {
	max-width: 860px;
	margin:0 auto;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.lovebondtext.bottomline {
	font-size: 16px;
	font-weight: 700;
}
.lovebondtext .atelier-title {
	display: block;
	font-size: 25px;
	line-height: 44px;
	font-weight: 400;
}
.lovebondtext .atelier-subtitle {
	display: block;
	font-size: 30px;
	line-height: 44px;
	font-weight: 400;
	color: #FF7A00;
}
.nav-tabs {
	margin-bottom: 15px;
}
.information-information-8 h1 {
	display: none;
}
.information-information-8 .scontent_mid1 {
	padding: 0;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #fafbfc;
	padding: 8px 20px;
	margin: 0;
	text-align: center;
	color: #4d4d4d;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* search */
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 0;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
	border-radius: 0;
}
/* cart */
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart > .navbar-toggler {
	height: auto;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	margin:0;
	min-width: 100%;
	border-radius: 0;
	padding: 15px;
}
#cart .dropdown-menu table {
	border: none;
}
.tablecart {
	max-height: 417px;
	overflow: auto;
/*	overflow-y: scroll;*/
	width: 100%;
	max-width: 800px;
	margin-bottom: 10px;
	margin: 0 auto 10px;
}
.tabletotals {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 10px;
	display: flex;
}
.tablecart .productitem {
	display: flex;
	flex-wrap: wrap;
	text-align:left;
	border-bottom: 1px solid #f2f2f2;
	color: #646464;
	align-items: center;
}
.tablecart .productitem .productimage {
	width: 100px;
	margin-right: 10px;
}
.tablecart .productitem .productname {
	color: #000;
	font-weight: 400;
	font-size: 15px;
	flex-grow: 1;
	padding-right: 15px;
	flex-basis: calc(100% - 110px);
}
.tablecart .productitem .productname a {
	color: #000;
	text-decoration: none;
}
.tablecart .productitem .productname small {
	color: #646464;
}
.tablecart .productitem .productquantity {
	text-align: right;
	flex-grow: 1;
}
.tablecart .productitem .productprice {
	flex-basis: 100px;
	text-align: right;
}
.tabletotals .totaltext {
	flex-grow: 1;
	color: #000;
}
.tabletotals .totalsum {
	color: #646464;
}
#cart .dropdown-menu .img-thumbnail {
	width: 100px;
	padding: 0;
	border: none;
	border-radius: 0;
}
#cart .dropdown-menu .btn .fa-times {
	color: #ccc;
	font-size: 20px;
	-webkit-text-stroke: 2px #fff;
}
#cart .dropdown-menu .btn:hover .fa-times {
	color: #c50b0b;
	cursor: pointer;
}
#cart .dropdown-menu .tabletotals .totaltext {
	font-weight: 400;
	font-size: 15px;
	color: #000;
}
#cart .dropdown-menu .btn-primary {
	padding: 8px 10px;
	font-size: 16px;
	width: 100%;
	text-transform: uppercase;
}
/* menu */
#menu {
	color: #000;
	width: 100%;
}
#menu .dropdown {
	position: relative;
}
#menu .dropdown.megamenu {
    position: static!important;
}
#menu > ul {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin:0;
    padding: 0;
    flex-wrap: nowrap;
}
#menu > ul > li {
	list-style: none;
}
#menu > ul > li > a {
	color: #000;
	padding: 10px 5px;
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    display: inline-flex;
    text-align: center;
  	position: relative;
}
#menu > ul > li > a:hover, #menu > ul > li > a:focus, #menu > ul > li.open > a {
	text-decoration: none;
}
#menu > ul > li > a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #f6959a;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#menu > ul > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#menu .dropdown-menu {
	padding: 15px 30px;
	margin-top: 0px;
	border-radius: 0px;
	z-index: 1002;
	top: 42px;
	left: 0;
	position: absolute;
	width: 380px;
	border: none;
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.megamenu .dropdown-menu {
	top: 70px;
}
#menu .dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}
#menu .megamenu .dropdown-menu {
	top: 70px;
	width: 100%;
}
#menu .dropdown-inner {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#menu .dropdown-inner > ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	flex-grow: 1;
}
#menu .dropdown-menu li a {
	padding: 7px 10px;
	text-transform: none;
    font-size: 14px;
    font-weight: 400;
	color: #000;
	display: block;
}
#menu .dropdown-menu li a:hover {
	color: #000;
	text-decoration: none;
}
#menu .dropdown-inner > ul > li > ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
#menu .dropdown-menu ul li ul li a {
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
	padding: 2px 10px;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (max-width: 767px) {
	.dr-header {
	    z-index: 8;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/*#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}*/
/*.modal-dialog {
	margin-top: 100px;
}*/
#content > h1 {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
/* footer */
footer {
	margin-top: 40px;
	padding: 40px 0;
	color: #000;
}
footer a {
	color: #333;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 40px;
}
footer a:hover {
	color: #c00d2d;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #000;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	color: #000;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.date .input-group-btn .btn {
	height: 44px;
    border-left: 0;
    border-radius: 0px 4px 4px 0;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
/*.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 25px;
	height: 50px;
    letter-spacing: 1.6px;
    padding: 8px 10px;
    font-size: 11px;
    width: 100%;
    max-width: 380px;
    margin-bottom: 20px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	box-shadow: inset 400px 0 0 0 #fff;
    text-shadow: none;
    color: #000;
    border: 1px solid #000;
}*/
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	padding: 0 5px;
}
.product-thumb .image {
	text-align: center;
	position: relative;
	background-color: #fff;
	border: 1px solid #E0E0E0;
}
.product-thumb .image.blue, .thumbnails.blue>img, .swiper-slide.blue {
	background-color: #5ebefe1A;
}
.product-thumb .image.yellow, .thumbnails.yellow>img, .swiper-slide.yellow {
	background-color: #feee5e1A;
}
.product-thumb .image.orange, .thumbnails.orange>img, .swiper-slide.orange {
	background-color: #fe9e5e1A;
}
.product-thumb .image.magenta, .thumbnails.magenta>img, .swiper-slide.magenta {
	background-color: #fe5ebe1A;
}
.product-thumb .image.pink, .thumbnails.pink>img, .swiper-slide.pink {
	background-color: #fe5e6e1A;
}
.product-thumb .image.green, .thumbnails.green>img, .swiper-slide.green {
	background-color: #5efe9e1A;
}
.product-thumb .image.purple, .thumbnails.purple>img, .swiper-slide.purple {
	background-color: #9e5efe1A;
}
.product-thumb .image.turquoise, .thumbnails.turquoise>img, .swiper-slide.turquoise {
	background-color: #5efeee1A;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
	position: relative;
}

.product-thumb .caption {
	padding: 0 5px;
	position: relative;
}
.product-thumb .caption .product_title,.product-thumb .product_title {
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 400;
	text-align: center;
	color: #000;
}
.product-thumb .caption .product_title a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.product-thumb .caption .product_title a {
	color: #000;
	text-decoration: none;
}
.product_options {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    top: -24px;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    left: 0;
}
@media (min-width:375px) {
	.product_options {
	    top: -44px;
	}
}
@media (min-width:580px) {
	.product_options {
	    top: -60px;
	}
}
@media (min-width:992px) {
	.product_options {
	    top: -65px;
	}
}
.product_options .product_options_title {
	font-size: 10px;
	display: none;
}
@media (min-width:375px) {
	.product_options .product_options_title {
		display: block;
	}
}
.product_options .product_options_img {
	gap: 10px;
	flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_options .product_options_img img {
	height: 15px;
	width: 15px;
	border-radius: 100%;
	border: 1px solid #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.45);
}
.set-product .caption h4 a {
	padding: 0;
}
.product-thumb .caption .product_title a:hover {
	color: #000;
	text-decoration: none;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
.rating a {
	font-size: 12px;
	text-decoration: none;
}
h2.price {
	margin: 0;
}
.product-thumb .price, .product-thumb .price-new, .set-product .price, .set-product .new_price, .product-thumb .banner-description{
	font-size: 10px;
	color: #9a9a9a;
	text-align: center;
	margin-bottom: 16px;
}
.product-thumb .price-old, .set-product .old_price {
	color: #9a9a9a;
	text-decoration: line-through;
	margin-left: 6px;
	display: inline-block;
}
.product-thumb .price-tax {
	display: none;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
/*.thumbnails {
	margin-left: -20px;
}*/
.thumbnails > img {
	width: 100%;
	margin-bottom: 10px;
}
.thumbnails.main {
	position: relative;
	display: block;
}
.thumbnails.main > img {
	margin-bottom: 9px;
}
#video-wraper {
	margin-bottom: 10px;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
/*	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}*/
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*.row {
    margin-right: -20px;
    margin-left: -20px;
}
.category-row {
	margin-right: -10px;
    margin-left: -10px;
}*/
/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 20px;
	padding-right: 20px;
}*/
/*.category-row .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}*/
/*.container, div[class^='col-'], div[class*=' col-']{
    padding-right: 0px !important;
    padding-left: 0px !important;
}*/
body[class*='information-'] #content{
    font-size: 14px;
}
body[class*='information-'] h1,
body[class*='blog-'] h1 {
	margin-top: 40px;
	margin-bottom: 40px;
}
b, strong, th {
    font-weight: 700;
}
header {
    /*position: absolute;
    top: 0;
    left: 0;
    height: 40px;*/
    width: 100%;
    z-index: 50;
    padding: 5px 0px 0;
    background: #fff;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 4%);
}
.langbox {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 16px;
	flex-wrap: wrap;
    gap: 20px 7px;
}
.langbox div {
	padding: 0 10px;
	position: relative;
}
.langbox div:after {
	content: "";
    height: 10px;
    width: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 6px;
}
.langbox div:last-child:after {
	display: none;
}
.langbox a,
.langbox a:hover,
.langbox a:focus,
.langbox a:visited {
	text-decoration: none;
	font-size: 13px;
}
.langbox a.activelang {
	color: #9a9a9a;
}
.langbox a.inactivelang {
	color: #000000;
}
#minicart-content {
	display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.minicart-content-items {
	display: flex;
	gap: 15px;
	flex-direction: column;
	padding-bottom: 40px;
}
.minicart-content-items:after {
	content: "";
	position: absolute;
	bottom: 125px;
	left: 0;
	width: 100%;
	height: 40px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.minicart-item {
	display: flex;
	gap: 10px;
	font-size: 14px;
}
.minicart-item a {
	text-decoration: none;
}
.minicart-item a:hover {
	color: #000;
}
.minicart-item img {
	border-radius: 100%;
	width: 100px;
}
.minicart-item .item-details {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.minicart-item .item-details small {
	line-height: 1.3;
}
.minicart-item .item-q-price {
	margin-top: 7px;
	color: #333;
}
.minicart-item .item-q-price strong {
	color: #000;
}
.minicart-item .btn {
	text-decoration: none;
	color: #666;
	padding: 0;
}
.minicart-item .btn:hover {
	color: #ff4949;
}
.minicart-item .btn i {
	font-size: 17px;
}
.minicart-totals {
	text-align: right;
    font-weight: 700;
    font-size: 14px;
    padding-right: 16px;
}
.minicart-checkout .btn {
	width: 100%;
	border-radius: 25px;
	letter-spacing: 1.6px;
	height: 50px;
	text-transform: uppercase;
	align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 20px;
}
.navbar-toggler {
    width: 30px;
    height: 30px;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}
#rmenu {
    color: #000;
    width: 100%;
}

#rmenu .dropdown {
    position: relative
}

#rmenu .dropdown.megamenu {
    position: static!important
}

#rmenu>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap
}

#rmenu>ul>li {
    list-style: none
}

#rmenu>ul>li>a {
    color: #000;
    padding: 15px 20px 10px;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    text-align: center;
    position: relative;
    text-decoration: none;
}
#rmenu>ul>li>a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 35px;
	opacity: 0;
	border-bottom: 1px solid #fe5e6e;
	transition: all 0.3s ease-out;
}
#rmenu>ul>li>a:hover:after, #rmenu>ul>li>a:focus:after {
	opacity: 1;
	margin: 0 15px 5px;
}
#rmenu>ul>li>a:hover,#rmenu>ul>li>a:focus,#rmenu>ul>li.open>a {
    text-decoration: none
}

#rmenu .dropdown-menu {
    padding: 15px 30px;
    margin-top: 0px;
    border-radius: 0px;
    z-index: 1002;
    top: 70px;
    left: 0;
    position: absolute;
    width: 330px;
    border: none;
    box-shadow: 0 0 11px rgba(33,33,33,.2)
}

#rmenu .megamenu .dropdown-menu {
    top: 110px;
    width: 100%
}

.dr-innerheader.affix #rmenu .megamenu .dropdown-menu {
    top: 62px
}

.dr-innerheader.affix #rmenu .dropdown-menu {
    top: 52px
}

#rmenu .dropdown-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

#rmenu .dropdown-inner>ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    flex-grow: 1
}

#rmenu .dropdown-menu li a {
    padding: 7px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    display: block
}

#rmenu .dropdown-menu li a:hover {
    color: #000;
    text-decoration: none
}

#rmenu .dropdown-inner>ul>li>ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

#rmenu .dropdown-menu ul li ul li a {
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    padding: 2px 10px
}
@media (max-width: 767px) {
    #rmenu {
        border-radius: 4px
    }

    #rmenu div.dropdown-inner>ul.list-unstyled {
        display: block
    }

    #rmenu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1)
    }

    #rmenu .dropdown-inner {
        display: block
    }

    #rmenu .dropdown-inner a {
        width: 100%;
        color: #fff
    }

    #rmenu .dropdown-menu a:hover, #rmenu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1)
    }

    #rmenu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff
    }
}
.header_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header_inner .btn-link {
	padding-left: 0;
	padding-right: 0;
}
.hp_lang_cur,
#logo,
.header_icons_right {
   flex: 1 1 0px;
}
.hp_lang_cur {
	display: none;
	font-size: 13px;
}
.hp_lang_cur.mobile {
	display: flex;
	position: absolute !important;
	bottom: 15px;
	width: 100%;
	font-size: 13px;
	text-align: center;
}
.hp_lang_cur.mobile .langbox div:after {
	top: 4px;
}
.hp_lang_cur.mobile .pull-left {
	float: none;
}
.hp_lang_cur.mobile .btn-group, .hp_lang_cur.mobile .langbox {
	width: 100%;
}
.hp_lang_cur.mobile a {
	padding: 0 !important;
}
.hp_lang_cur.mobile .langbox {
	justify-content: center;
}
.hp_lang_cur .btn.btn-link, .hp_lang_cur .btn.btn-link:hover {
    font-size: 12px;
    color: #333;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.langcur_openp:hover {
	text-decoration: underline;
	cursor: pointer;
}
.modal-content {
    border-radius: 2px;
}
.modal-title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
.divider {
    height: 30px;
    display: flex;
}
.divider hr {
	width: 150px;
	height: 1px;
	border-top: 1px solid #f2f2f2;
	margin-left: 40px;
	margin-top:25px;
}
.mt30 {
	margin-top: 30px;
}
.mt30 hr {
	margin-top: 30px;
}
.info-pages-menu a {
	text-transform: none;
}
.info-pages-menu a:before {
	content: "-";
	margin-right:10px;
}
.hprofile {
    margin-right: 12px;
}
.wishlist {
	position: relative;
}
.hprofile a,
.wishlist a,
#cart button,
.header_icons_left a {
    display: flex;
}
.menu-burger {
    height: 22px;
}
.search-header svg, .wishlist svg, .hprofile svg, .search-header div {
    height: 20px;
}
.search-header svg, .wishlist svg {
	margin-right: 20px;
}
.searchicon {
	margin-top: 4px;
}
.dr-search {
	display: none;
}
.dr-search .dropdown-menu-right {
    right: -5px !important;
    top: -15px !important;
    box-shadow: none !important;
    border: 0;
    padding: 5px 0;
    margin: 0
}
#search {
    padding: 0;
    min-width: 300px;
    position: relative;
    margin: 4px 0 0
}

#search .input-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border-width: 1px
}

#search .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border-radius: 0;
    border: none;
    padding: 10px 10px 8px
}

#search .search-icon svg {
    height: 28px
}

#livesearch {
    top: 50px
}
#livesearch, #livesearch * {
    margin: 0;
    padding: 0;
    list-style: none
}

#livesearch {
    position: absolute;
    width: calc(100vw - 25px);
    top: 45px;
    left: -40px;
    border-radius: 5px;
    background: #fff;
    z-index: 10;
    min-width: 300px;
    max-width: 500px;
    max-height: calc(100vh - 90px);
    overflow-y: scroll;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.5)
}

#livesearch li {
    border-bottom: 1px solid #e2e4e9;
    box-shadow: none
}

#livesearch li:last-child {
    border-bottom: none
}

#livesearch a {
    display: block;
    clear: both;
    overflow: hidden;
    line-height: 16px;
    padding: 5px;
    text-decoration: none;
    text-shadow: none;
    border: none
}

#livesearch a span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    color: #000
}

#livesearch a.amore {
    color: #fff;
    padding: 0px
}

#livesearch a:hover, #livesearch a:hover .pmore,#livesearch li.active a {
    background: #e2e4e9 !important;
    color: #000
}

#livesearch img {
    float: left;
    width: 80px;
    margin-right: 10px;
    border-radius: 5px
}

#livesearch img[src=''] {
    display: none
}

.pmore {
    display: none;
    background: #ccc;
    padding: 15px 5px !important;
    text-align: center
}

#livesearch a em {
    display: block;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 12px
}

#livesearch strike {
    color: #aaa
}

#livesearch a:hover strike {
}

#livesearch small {
    display: block
}

@media (min-width: 440px) {
    #livesearch {
        width:100%;
        top: 45px;
        left: 0px;
        min-width: 300px;
        max-width: 500px
    }
}
#wishlist-total {
    background: #000;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: -6px;
    right: 10px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}
#form-currency {
    display: none;
}
.s-container {
    width: 100%;
    max-width: 1680px;
    padding: 0 10px;
    margin: 0 auto;
}
.xs-container {
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
    margin: 0 auto;
}
#logo {
    display: flex;
    justify-content: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
    flex-grow: 1;
}
#bellita-logo {
    height: 32px;
}
#bellita-h-logo {
    height: 35px;
}
#bellita-f-logo {
    height: 25px;
}
.header_inner {
    display: flex;
}
.header_additional_menu {
    display: flex;
    padding-left: 4px;
    align-items: center;
}
.header_additional_menu a {
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    padding: 0 20px 0;
}

.header_icons_left {
    flex: 1;
    display: flex;
    justify-content: left;
/*  margin-right: auto;*/
}
.header_icons_right {
    display: flex;
    justify-content: right;
    align-items: center;
}
.offcanvas-title {
	text-transform: uppercase;
	font-size: 12px;
}
#cart {
	position: relative;
}
#cart .basket {
    background: none;
    border: none;
    position: relative;
    padding: 0;
}
#cart-total {
    background: #000;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: -4px;
    right: 1px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}
#cart #basket {
    width: 20px;
    height: 20px;
}
.dropdown-backdrop {
    top: 60px;
    background: #ffffff66;
}
.content-grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px
}

.content-grid .content-grid-left {
    flex-basis: calc(50% - 4px)
}

.content-grid .content-grid-right {
    flex-basis: calc(50% - 4px);
    display: flex
}

.content-grid .content-grid-right .banner-row {
    display: flex;
    flex-grow: 1
}

.content-grid .content-grid-right .equal {
    align-content: space-between;
    gap: 30px 0
}

.content-grid .banner-info-box {
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: #fff;
    width: calc(100% - 60px)
}
.content-grid .banner-info-box a {
    color: #333;
    font-size: 15px;
    letter-spacing: 1.6px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.content-grid .banner-info-box a .banner-description {
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	font-size: 13px;
}
.content-grid .banner-info-box a:hover {
    text-decoration: none;
    color: #e5012a
}
.content-grid .banner-info-box a:hover .banner-description {
	color: #000;
}
.content-grid .banner-row {
    margin-top: 0
}
.content-grid div[class*=' item-r']>a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: calc(100% - 8px);
    top: 0;
    left: 4px;
    background: linear-gradient(204deg, rgba(255,0,0,0) 30%,rgba(251,244,240,0.90) 100%);
    border-radius: 0
}

.content-grid .banner-row .item-r, .content-grid .banner-row .item-r-m {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .content-grid {
        flex-direction:row
    }

    .content-grid .content-grid-right .equal {
        gap: 0
    }
}
/*#content h2, .end_fixcolumn h3, .set h3, #content h3, .scontent_mid2 h3, #content h3,*/
.module-title-center {
	text-align: center;
	font-size: 13px;
    letter-spacing: 1.2px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 15px;
	position: relative;
}
#filterCategoeriesTitle {
	position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    font-size: 12px;
}
#filterCategoeriesTitle a {
	text-decoration: none;
}
#tk_checkout h1.tk_left {
	text-align: left;
	font-size: 13px !important;
    letter-spacing: 1.2px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 40px 0;
}
[id$="_help_address"] .tk_text_free_shipping {
  color: #ccc !important;
}
.tk_btn_clear {
	text-decoration: none;
}
.banner-title {
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.scontent_mid3 {
	margin-top: 20px;
}
.scontent_mid3 .row,
.bottom-content-infopage .row,
.scontent-top-fullwidth .row,
.information-information-8 .scontent_mid1 .row {
	margin-left: 0;
	margin-right: 0;
}
.scontent-top-fullwidth .row .item-r,
.scontent-top-fullwidth .row .item-r-m,
.scontent_mid3 .row .item-r,
.scontent_mid3 .row .item-r-m,
.bottom-content-infopage .item-r,
.bottom-content-infopage .item-r-m,
.information-information-8 .scontent_mid1 .row .item-r,
.information-information-8 .scontent_mid1 .row .item-r-m {
	padding-left: 0;
	padding-right: 0;
}
.scontent_mid2.homemid .banner-title {
	font-size: 20px;
    position: absolute;
    bottom: 40px;
    left: 0;
    text-align: center;
    right: 0;
    height: auto;
}
.scontent_mid2.homemid .banner-title span {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1.6px;
    font-weight: 400;
    color: #fff;
}
.scontent_mid2.homemid .product-thumb {
	background-color: #000;
	border: none;
	overflow: hidden;
}
.scontent_mid2.homemid .product-thumb:hover span {
    text-decoration: underline;
}
.scontent_mid2.homemid .product-thumb img {
	transition: transform .5s ease;
	opacity: 0.75;
}
.scontent_mid2.homemid .product-thumb:hover img{
	transform: scale(1.15);
	transition: transform .5s ease;
	opacity: 1;
}
.banner-description {
	font-size: 14px;
	color: #666;
    text-align: center;
}
.product_wishlist {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	padding: 0;
	border: none;
}
.wishlist-status-message {
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    margin-top: 4px;
    font-size: 0.7rem;
    color: green;
    white-space: nowrap;
    display: none;
    pointer-events: none;
    user-select: none;
    font-weight: 700;
}
.product_wishlist svg {
	height: 20px;
	width: 20px;
}
.product_wishlist svg .heart-inner {
	fill: #fff;
}
.product_wishlist:hover svg .heart-stroke, .product_wishlist.active svg .heart-stroke {
	fill: #c00d2d;
}
.product_wishlist:hover svg .heart-inner, .product_wishlist.active svg .heart-inner {
	fill: #e5012a;
}

.swiper-button-next, .swiper-button-prev {
    width: 20px;
    height: 20px;
    top: calc(50% - 60px);
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev.top,
.swiper-button-next.top {
	position: absolute;
    left: auto;
    top: 30px;
}
.swiper-button-next.top:after,
.swiper-button-prev.top:after {
	font-size: 15px;
}
.swiper-button-prev.top {
	right: 30px;
}
.swiper-button-next.top {
	right: 0;
}
.swiper {
	margin-right: -10px;
}
.image_scroll_column .swiper {
	margin-right: 0;
}
/*.banner-row, .swiper {
    margin-bottom: 50px;
}
.scontent-top-fullwidth .banner-row {
    margin-bottom:0;
}*/
.scontent-top-fullwidth .ico_wall_flex {
	padding: 30px;
	justify-content: center;
    align-items: flex-start;
}
.block_ico a {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 13px;
    text-decoration: none;
    gap: 5px;
}
.ico_sz_sm {
	color: #666;
	font-size: 11px;
}
.category-image img {
    margin-bottom: 25px;
    width: 100%;
	aspect-ratio: 375 / 130;
	object-fit: cover;
}
.category-title {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #000000;
    text-transform: none;
}
.category-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
}
.category-description p {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	color: #333;
}
.subcategories {
	margin-bottom: 40px;
}
.subcategories .swiper-wrapper {
	padding-top: 3px;
	padding-bottom: 3px;
}
.subcategories_item {
	position: relative;
	align-items: center;
    display: flex;
    justify-content: center;
}
.subcategories_item a {
	text-decoration: none;
}
.subcategories_item a img {
	border-radius: 100%;
	border: 3px solid #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.45);
	aspect-ratio: 1/1;
	max-width: 100%;
}
.subcategories_item_hover {
	margin-top: 5px;
    font-size: 12px;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 5px;
    padding-right: 5px;
}
.subcategories_item_hover span {
	display: none;
}
@media (min-width: 992px) {
	.subcategories_item_hover {
		display: none;
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    font-size: 16px;
	    font-weight: 700;
	    text-transform: uppercase;
	    color: #fff;
	    background: #00000066;
	    border-radius: 100%;
	    border: 3px solid #fff;
	    justify-content: center;
	    align-items: center;
	    text-align: center;
	    flex-direction: column;
	    padding-left: 25px;
	    padding-right: 25px;
	    margin: 0;
	}
	.subcategories_item_hover span {
		font-size: 13px;
		font-weight: 400;
		margin-top: 15px;
		text-transform: none;
		display: block;
	}
	.subcategories_item:hover .subcategories_item_hover {
		display: flex;
	}
}
.subcategories .swiper-slide {
	transform: scale(.75) translateZ(0);
    transition-property: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    opacity: 0.8;
}
.subcategories .swiper-slide.swiper-slide-prev,
.subcategories .swiper-slide.swiper-slide-next {
	transform: scale(.88);
    opacity: 0.9;
}
.subcategories .swiper-slide.swiper-slide-active {
	transform: scale(1);
    opacity: 1;
}
.filterSelected .swiper-slide-active a img {
	border-color: #e5012a;
	transform: 0.2 all ease;
}
.productpage-info {
    padding-left: 0px;
}
.set-total {
    text-align: left;
}
.price_text, .economy_text {
	font-size: 12px;
}
.sets .set .new_summ, .sets .set .economy {
    text-align: left;
    margin-top: 0;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.sets .set .old_price, .sets .set .old_summ {
	color: #c9c9c9;
}
.sets .set .new_summ {
	color: #000;
	order: 1;
	margin-left: 0;
}
.sets .set .economy {
	order: 2;
}
.sets .set .economy,
.sets .set-total .economy_text,
.sets .set-total .economy_val {
	color: #9A9A9A;
	font-weight: 400;
}
.sets .set .new_summ .num {
	font-size: 20px;
}
.sets .set .economy .economy_val .num {
	font-size: 16px;
}
.sets .set .new_price {
    font-size: 12px;
    color: #666666;
}
.add-set-btn {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 17px 25px;
    display: flex;
    align-items: center;
}
.rel {padding:0 !important}
/*.add-set-btn:before {
	background-image: url("../image/gift-set-icon.png");
	background-size: 17px 17px;
    display: inline-block;
    width: 17px; 
    height: 17px;
    content:"";
    margin-right: 10px;
}*/
.sets .set-product {
    max-width: 100%;
    padding: 0;
}
/*.sets .set-product img {
    border:2px solid #ecd5f0;
}*/
.set-options img.mymargin {
    width: 150px !important;
    height: 150px !important;
    margin:0 auto;
}
.productpage-info .product_code {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.6px;
    color: #494949;
    padding: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: inline-block;
}
.product_price {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: flex-end;
    font-size: 16px;
    color: #000;
}
.product_price .regular-price, .product_price .special-price {
    margin: 7px 10px 7px 0;
    font-weight: 700;
    color: #000000;
}
.product_price .old-price {
    color: #9a9a9a;
    font-weight: 400;
    text-decoration: line-through;
}
.product_price .regular-price span.prpr,
.product_price .special-price span.prpr {
	font-size: 12px;
	margin-top: 5px;
	display: block;
}
.product_price .old-price span.prpr {
	font-size: 11px;
	margin-top: 5px;
	display: block;
	text-decoration: line-through;
}
#content .product_description h2,
.product-collection-title {
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 20px 0;
    letter-spacing: 1.6px;
}
/*.product-collection-title {
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: 20px 0;
}*/
#content .product_description, #content .product_description p, #content .product_description ul li, #content .product_description ol li {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}
#content .product_description ul, #content .product_description ol {
	margin: 0;
	padding: 0;
}
#content .product_description {
	padding-bottom: 10px;
}
ul li, ol li {
	list-style-position: inside;
}
.collection-group {
    display: flex;
    flex-wrap: wrap;
}
.collection-item img {
    width: 140px;
}
.footer_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer_inner .f_logo {
    display: none;
}
.footer_inner .f_info_block {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    justify-content: center;
    flex-direction: column;
}
.footer_inner .f_info_block .f_information ul {
	display: flex;
}
.footer_inner .f_socials {
    justify-content: center;
    gap: 15px;
    flex-direction: row;
    display: flex;
    flex-grow: 1;
    margin-bottom: 40px;
}
.footer_inner .f_socials a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
    justify-content: center;
	border-radius: 100%;
	border: 1px solid #f2f2f2;
}
.footer_inner .f_socials img {
    width: 22px;
    height: 22px;
}
.footer_inner .f_bottom_line {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%;
    margin-top: 40px;
    font-size: 12px;
}
.footer_inner .f_payments {
    flex-grow: 1;
    justify-content: center;
    display: flex;
    margin-top: -200px;
}
.footer_inner .f_payments img {
    width: 200px;
}
.f_powered {
	font-size: 10px;
	font-weight: 400;
	color: #9a9a9a;
	padding-top: 145px;
    text-align: center;
}
.f_information {
	text-align: center;
}
.f_information a {
    margin-right: 8px;
    text-decoration: none;
}
.f_information a:after {
	content: "-";
	padding-left: 8px;
}
.f_information a:last-child,
.f_information .fr:nth-child(3) {
	margin-right:0;
}
.f_information a:last-child:after,
.f_information .fr:nth-child(3):after {
	display: none;
}
.hidden-br {
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
}
video {
    width: 100%;
    max-height: 100%;
    display: block; /* styling shim for older browsers */
}
.scontent_mid3 video {
	width: 100%;
}
#controls {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0.45;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#controls:hover { 
	border-color: #555;
	opacity: 0.85;
}

#controls button {
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	background: transparent;
}
#controls button img {
	width: 80px;
	height: 80px;
}
.control_pause {
    opacity: 0
}
#controls:hover .control_pause {
    opacity: 0.85;
}
.thumbnails > img {
    border: 1px solid #E0E0E0;
    background-color: #fafbfc;
}
#button-cart, .btn-primary {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #333333;
    -webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
    text-shadow: none;
    font-size: 11px;
    font-weight: 700;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
}
#button-cart:hover,.btn-primary:hover {
    box-shadow: inset 560px 0 0 0 #fff;
    text-shadow: none;
    color: #000;
    background-color: #000;
    border-color: #000;
}
.btn-outline-secondary {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #333333;
    -webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
    text-shadow: none;
    font-size: 11px;
    font-weight: 700;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
}
.btn-outline-secondary:hover {
    box-shadow: inset 560px 0 0 0 #000;
    text-shadow: none;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.product_stock_status {
	display: inline-block;
	padding: 0;
	color: #000;
}
.product_stock_status.yes {
	color: #00a824;
	font-size: 14px;
}
.product_stock_status.yes:before {
    content: "\f00c";
    font: normal normal normal 10px/1 FontAwesome;
    margin-right: 5px;
    padding: 3px;
    border-radius: 50%;
    color: #fff;
    background-color: #00a824;
}
.product_stock_status.no {
	background-color: #a10417;
}
.product_stock_status.no:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}
#product .form-group {
    margin-bottom: 10px;
}
#product .form-group-radio-options {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	align-items: flex-start;
    justify-content: start;
}
#product .form-group-radio-options .radio,
#product .form-group-radio-options .radio label {
	margin: 0;
	padding: 0;
}
#product .form-group-radio-options .radio label span {
	font-weight: 700;
	font-size: 11px;
}
#product .form-group-radio-options input[type=radio] {
	display: none;
}
#product .radio, #product .checkbox, #product .selectbox {
    position: relative;
    display: flex;
}
#product label.control-label {
    margin-bottom: 10px;
    font-weight: 700;
}
#product .option20 .radio {
	flex-grow: 0;
}
.option19 {
	margin-top: -10px;
}
#product .radio img, #product .checkbox img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
#product .selectbox {
	/*border: 1px solid #000;
    border-radius: 3px;
    padding-left: 10px;
    align-items: center;*/
    flex-direction: column;
}
#product .selectbox label {
	flex-shrink: 0;
}
#product .checkbox+.checkbox, #product .radio+.radio {
    margin-top: 0
}

#product .radio label, #product .checkbox label {
    font-size: 12px;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 16px;
    flex-direction: column;
    border: 1px solid transparent
}
#product .checkbox.regularcheckbox label {
	flex-direction: row;
	gap: 5px;
	justify-content: flex-start;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	min-height: auto;
	margin-bottom: 10px;
	text-align: left;
	align-items: normal;
}
.form-group .regularcheckbox:last-child label {
	margin-bottom: 0 !important;
}
#product .checkbox.regularcheckbox input {
	width: 18px;
	height: 18px;
}
#product .checkbox.regularcheckbox input[type=checkbox]{
    accent-color: #000;
}
#product .radio label:has(input[type="radio"]:checked) {
    border: 1px solid #00a824;
    border-radius: 100%;
}
#product .radio label.option-just-text .label-text {
	line-height: 10px;
	text-align: center;
	height: 40px;
	width: 40px;
	border: 1px solid #efefef;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product .radio label:has(input[type="radio"]:checked):after {
	top: 13px;
	left: 0;
	width: 100%;
	color: #00a824;
	content: "\f00c";
	font-family: 'FontAwesome';
	position: absolute;
}

#product .radio input[type="radio"], #product .radio-inline input[type="radio"], #product .checkbox.imagecheckbox input[type="checkbox"], #product .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
    visibility: hidden
}

#product .radio-inline, #product .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

#product input[type="radio"][disabled], #product input[type="checkbox"][disabled], #product input[type="radio"].disabled, #product input[type="checkbox"].disabled, #product fieldset[disabled] input[type="radio"], #product fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

#product .radio-inline.disabled, #product .checkbox-inline.disabled, #product fieldset[disabled] .radio-inline, #product fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

#product .radio.disabled label, #product .checkbox.disabled label, #product fieldset[disabled] .radio label, #product fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.option-price-text {
    font-size: 12px
}
#product .form-select.selectbox {
	border: 1px solid #000000;
	border-radius: 3px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #fff;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#product .form-select select {
    max-width: 100%;
    border-radius: 0;
    border:none;
    height: 40px;
    text-transform: uppercase;
    box-shadow: none;
}
.form-control {
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #000;
}
.attribute-title {
	font-weight: 700;
}
.module.same-category-products {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    flex-direction: column;
}
.module .product-layout {
    flex: 1;
}
.module.universal-products .product-layout {
    flex: unset;
}
.module.universal-products .display-flex {
    justify-content: center;
}
.module .button-group {
    display: none;
}
.btp {
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0;
}
.btp .product-thumb {
    margin: 0 0 10px;
    max-width: none;
    padding: 0;
}
.product-thumb {
    padding: 0;
    position: relative;
}
.product-thumb .caption .product_title, .product-thumb .product_title, .product-thumb .banner-title {
	font-size: 12px;
	line-height: 14px;
	height: 34px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
}
.category-row .product-thumb .product_title {
	height: 42px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
a.jewel-care {
	display: flex;
    border: 1px solid #000;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 11px;
    font-weight: 400;
    margin-top: 20px;
    border-radius: 25px;
    text-decoration: none;
}
a.jewel-care:hover {
	text-decoration: none;
}
a.jewel-care:focus {
	outline: none;
	color: #000;
	text-decoration: none;
}
.swiper-wrapper {
	padding-bottom: 50px;
}
.swiper-slide .product-thumb {
	margin-bottom: 0;
}
.btp .product-thumb .image img {
    aspect-ratio: unset;
    background-size: cover;
    width: 100%;
}
.open-options {
    display: none;
}
/*.mm-spn.mm-spn--navbar ul {top:0 !important}*/
.scontent_mid1 {
    background: #f5f5f5;
    margin: 40px 0 0;
    padding: 40px 0;
}
.sets-image {
   margin-bottom: 20px;
   /*margin-top: 50px;*/
}
.sets .owl-carousel {
    background: none;
    margin: 0;
}
.sets .owl-wrapper-outer {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.sets .set {
    margin: 0;
}
.sets .set h3 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: 0;
    text-transform: none;
}
.set-inner-container {
    display: flex;
    flex-direction: column;
}
.sets .set-total {
    border: none;
    margin-bottom: 30px;
}
.sets .set-total-cell {
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.setv .add-set-btn,
.seth .add-set-btn {
	margin: 30px 0 0;
	flex-basis: 100%;
	display: flex;
    justify-content: center;
    order: 3;
}
.set_table .module-title-center {
	margin:0 0 30px;
	text-align: left;
}
.set_table .module-title-center.left {
	text-align: center;
	/*margin-top: -480px;
    padding-bottom: 430px;*/
}
.mt0 {margin-top: 0}
.alert-success,
.alert-danger {
    background: #f2f2f2;
    color: #333;
    padding: 25px 20px;
    text-align: center;
    font-size: 14px;
    border: none;
}
.alert-success a {
    text-decoration: none;
    color: #000;
}
.alert-success a:hover {
    color: #000;
    text-decoration: underline;
}
.popup-btn {
    border:none;
    text-shadow: none;
    padding: 0;
    margin:0 0 15px 0;
    background: none;
    color:#666;
    font-weight: 400;
}
.text-danger {
	color: #ff4949;
	font-size: 11px;
}
/* TK Checkout */
.tk_panel {border: none !important}
.tk_req_text,#tk_checkout.tk_checkout_lable_1 .tk_required_box:before {display: none !important}
.tk_panel_heading {padding-left: 0px !important}
.tk_panel_heading .tk_panel_icon {left: 0;margin-top: -6px;}
.tk_panel_text::after, .tk_icon-cart, .tk_panel_icon, #tk_checkout.tk_checkout_lable_1 .tk_12_column .tk_panel_heading .tk_panel_icon {display: none !important;}
#tk_checkout td, #tk_checkout th {border: 0;border-bottom: 1px solid #ccc;}
.tk_table a {color: #000;}
.tk_agree {color: #000;text-decoration: underline;}
.tk_agree:hover {color: #000;text-decoration: underline;}
.tk_all_spin {left:auto;right:15px}
#tk_checkout.tk_checkout_column_1 .tk_all_spin{left:auto !important}
#tk_confirm .tk_center_column{padding-right: 7px;}
.tk_panel_body, #tk_cart .tk_panel_body,#tk_shipping_methods .tk_panel_body {padding: 0 0 15px !important;}
#tk_checkout table {border-collapse: collapse;}
.tk_btn_primary {color: #000 !important}
.tk_btn_primary:active:hover, .tk_btn_primary:active:focus, .tk_btn_primary:hover {border-color: #000 !important;}
.tk_btn_primary:hover {background: #ce157b;color: #fff}
.tk_payment_method {width: 100% !important}
#tk_checkout .tk_shipping_method .tk_shipping_method_title {width: 60%;}
#tk_checkout .tk_shipping_method .tk_shipping_method_price {width: 30%}
.tk_payment_methods {display: flex;gap:20px;}
.tk_payment_method:nth-child(odd) label {padding-right: 0px !important}
.tk_center_column, #tk_checkout .tk_payment_method label, .tk_right_column {padding-left: 0;}
#tk_checkout .tk_payment_methods .tk_payment_method:last-child label {padding-right: 0;}
#tk_checkout .tk_shipping_method .tk_shipping_method_icon{background-size:20px !important}
.tk_payment_method label input[type="radio"] + span {padding-left: 5px;padding-right: 5px;padding-top: 5px}
#tk_checkout .tk_shipping_method label input[type="radio"]:checked + div,.tk_payment_method label input[type="radio"]:checked + span{background-color: #f2f2f2 !important;border-color: #000;}
#tk_econt_map{float:right}
#econt_office_locator{color:#c00d2d !important}
#tk_checkout .tk_shipping_method label input[type="radio"]:checked + div:after,.tk_payment_method label input[type="radio"]:checked + span:after{width: 22px !important;height: 22px !important;line-height: 20px !important;font-size: 13px;background: #000;color: #fff;}
#tk_checkout .tk_payment_method .payment_check_bgr{background-size: 130px !important;}
#tk_button_confirm{font-size: 16px;line-height: 30px;width: 100%}
#tk_checkout.tk_checkout_lable_1 .tk_floating_label {left:10px !important;font-weight:400 !important}
.tk_payment_method label:hover .payment_check_bgr,.tk_payment_method label input[type="radio"]:checked + span:after {border-color: #000}
.tk_required_box:before {display: none}
#tk_checkout label, #tk_agree_popup {font-weight: 400;}
#tk_checkout textarea, #tk_checkout select, #tk_checkout input[type="text"], #tk_checkout input[type="password"], #tk_checkout input[type="datetime"], #tk_checkout input[type="datetime-local"], #tk_checkout input[type="date"], #tk_checkout input[type="month"], #tk_checkout input[type="time"], #tk_checkout input[type="week"], #tk_checkout input[type="number"], #tk_checkout input[type="email"], #tk_checkout input[type="url"], #tk_checkout input[type="search"], #tk_checkout input[type="tel"], #tk_checkout input[type="color"],
#tk_checkout .tk_shipping_method label input[type="radio"] + div,
.tk_payment_method label input[type="radio"] + span,
.tk_payment_method label input[type="radio"]:checked + span,
.tk_btn_clear {
	border-color: #000 !important;
	border-radius: 0;
}
#tk_checkout #tk_coupon {margin-top:30px}
#tk_checkout #tk_coupon input, .tk_remove_coupon_ok .tk_remove {margin-top: 0 !important}
.tk_only_mobile {margin-bottom:7px}
#tk_checkout input.tk_qantity_input_m {border-color: rgba(170, 170, 170, 1) !important}
.tk_login_form input[type="text"], .tk_login_form input[type="password"] {box-shadow: none;color:#000;border-color: #000;border-radius: 0}
#tk_payment_triger #payment_hidden {
    display: none;
}
#tk_payment_triger #payment_hidden .bank-instructions {
    display: block;
}
#tk_checkout .tk_shipping_method .tk_shipping_method_icon.pickups_pickups {
	background-image:url('../../default/image/shipping/pickup.png');
}

.oinfo-head{background:#efefef;padding:20px;font-weight:600;text-transform:uppercase;margin-top:20px}
.oinfo-head:first-child{margin-top:0}
/*.btp .product-thumb {
	border: none;
	background-color: transparent;
}*/
body[class*='account-'] #content,
body[class*='affiliate-'] #content {
    padding-bottom: 100px;
}
body[class*='account-'] #content h1,
body[class*='affiliate-'] #content h1,
body[class*='affiliate-'] #content .h1 {
	letter-spacing: 1.6px;
    font-size: 22px;
    line-height: 34px;
    color: #000;
    font-weight: 700;
    text-transform: none;
}
body[class*='account-'] #content h2,
body[class*='affiliate-'] #content h2 {
    margin-bottom: 50px;
}
body[class*='account-'] #content form,
body[class*='affiliate-'] #content form {
    font-size: 14px;
    text-align: left;
}
body[class*='account-'] #content .form-control,
body[class*='affiliate-'] #content .form-control {
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #111;
    font-size: 14px;
    font-family: 'Lato', 'Lato Local', sans-serif;
}
body[class*='account-'] #content .form-control:focus,
body[class*='affiliate-'] #content .form-control:focus {
    border-color: #000;
}
body[class*='account-'] #content form .btn-default,
body[class*='affiliate-'] #content form .btn-default {
    background: #fff;
    color: #343434;
    border: 1px solid #111;
}
body[class*='account-'] #content  .form-group,
body[class*='affiliate-'] #content  .form-group {
	margin-bottom: 20px;
}
body[class*='account-'] #content  .form-group a,
body[class*='account-'] #content .btn-link,
body[class*='affiliate-'] #content  .form-group a,
body[class*='affiliate-'] #content .btn-link {
    font-size: 14px;
    font-family: 'Lato', 'Lato Local', sans-serif;
    color: #000;
    margin:15px 0 20px;
    display: block;
    text-decoration: none;
}
body[class*='account-'] #content  .form-group a:hover,
body[class*='account-'] #content  .btn-link:hover,
body[class*='affiliate-'] #content  .form-group a:hover,
body[class*='affiliate-'] #content  .btn-link:hover {
    text-decoration: underline;
}
body[class*='account-'] #content  .btn-primary,
body[class*='affiliate-'] #content  .btn-primary {
	margin-top: 20px;
}
.well {
    background-color: #fff;
    border: 1px solid #fbf4f0;
    padding: 20px 20px 0;
}

.well.primary-address {
    background-color: #fbf4f0
}

.well.primary-address small {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 11px
}
.well a.btn-link {
	display: inline-block !important;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}
.tk_container {
    font-family: 'Lato', 'Lato Local', sans-serif;
}
.tk_panel_heading .tk_panel_text {
    font-weight: 700;
    text-align: center;
    display: block;
    letter-spacing: 1.6px;
    font-size: 15px;
}
.btn-primary.btn-sm {
    display: inline-block !important;
}
.account-account,
.affiliate-account {
    padding-bottom: 60px
}

.account-account .list-unstyled,
.affiliate-account .list-unstyled {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row
}

.account-account .list-unstyled li,
.affiliate-account .list-unstyled li {
    display: flex;
    width: 100%;
    padding: 10px;
    margin: 0
}

.account-account .list-unstyled li a,
.affiliate-account .list-unstyled li a {
    display: flex;
    background: #fbf4f0;
    border-radius: 20px;
    color: #000;
    padding: 15px;
    width: 100%;
    text-align: left;
    align-items: center;
    text-decoration: none;
}

.account-account .list-unstyled li a:hover,
.affiliate-account .list-unstyled li a:hover {
    text-decoration: none;
    background: #000;
    color: #fff
}

.account-account .list-unstyled li a .fa,
.affiliate-account .list-unstyled li a .fa {
    font-size: 26px;
    color: #000;
    margin-right: 10px
}

.account-account .list-unstyled li a:hover .fa,
.affiliate-account .list-unstyled li a:hover .fa {
    color: #fff
}
div.required .control-label:before {
    display: none;
}
.modal.set-options .has-error .checkbox, .modal.set-options .has-error .checkbox-inline, .modal.set-options .has-error .control-label, .modal.set-options .has-error .help-block, .modal.set-options .has-error .radio, .modal.set-options .has-error .radio-inline, .modal.set-options .has-error.checkbox label, .modal.set-options .has-error.checkbox-inline label, .modal.set-options .has-error.radio label, .modal.set-options .has-error.radio-inline label {
    color:#000;
}
.modal.set-options .text-danger {
    color: #444444;
    text-transform: lowercase;
}
.modal.set-options .has-error .form-control:focus {
    box-shadow: none;
}
.modal.set-options .has-error .form-control {
    border-color:#000;
}
.langmobile {
	display: flex !important;
	margin-left: 40px !important;
}
.langmobile div:first-child:after {
	top: 6px;
}
.langmobile:before {
	display: none !important
}
.langmobile a {
    padding:0;
}
.langmobile a.selected{
    border:1px solid #444;
}
.cta-home-bottom-info {
    position: absolute;
    top: 0;
    left: 5%;
    font-size: 20px;
    letter-spacing: 1.6px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    display: flex;
    align-content: center;
    height: 100%;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
}
a .cta-home-bottom-info {
	color: #fff;
	text-decoration: none;
}
a:hover .cta-home-bottom-info {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#controller {
	display: none !important;
}
.cta-home-bottom-info.innerpage {
    position: absolute;
    top: 20%;
    left: 35px;
    font-size: 20px;
    letter-spacing: 1.6px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    text-align: left;
    display: flex;
    align-content: baseline;
    height: 80%;
    flex-wrap: wrap;
    max-width: 90%;
    justify-content: flex-start;
    width: auto;
}
.topbanner-home-info {
    position: absolute;
    top: 0;
    left: 5%;
    font-size: 26px;
    font-weight: 400;
    color: #222;
    font-style: italic;
    line-height: 1.4;
    text-align: center;
    display: flex;
    align-content: start;
    height: 100%;
    flex-wrap: wrap;
    max-width: 90%;
    padding-top: 40px;
}
.aboutus-topcontent {
    padding-top: 20px;
}
.aboutus-infopage p {
    line-height:1.8em;
    margin-bottom:20px;
}
.aboutus-date {
    font-size:40px;
    font-weight:100;
    font-family: 'Lato', 'Lato Local', sans-serif;
    color:#666;
    margin-bottom:10px !important
}
.aboutus-fullwidth-section {
    background:#f2f2f2;
    margin:20px 0 0;   
}
.aboutus-fullwidth-section .row {
    padding: 40px 0;
}
.aboutus-fullwidth-section p {
    line-height:1.8em;
    margin-bottom:20px;
    font-family: 'Lato', 'Lato Local', sans-serif;
    font-size: 14px;
}
.aboutus-fullwidth-section img {
    width: 400px;
    margin: 0 auto;
}
.aboutus-fullwidth-bottomsection {
    display: flex;
    flex-direction: column;
}
.aboutus-fullwidth-bottomsection p {
    line-height:1.8em;
    margin-top: 50px;
    margin-bottom:20px;
    font-family: 'Lato', 'Lato Local', sans-serif;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.aboutus-fullwidth-bottomsection p + p {
    margin-top: 20px;
}
.product-detailinfo-block {
    background: #eee;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: left;
    flex-direction: column;
    gap: 10px
}
.product-detailinfo-block span {
	display: flex;
}
.product-detailinfo-block img {
	margin-right: 12px;
	width: 20px;
	height: 20px;
}
.option-hidden-text .label-text {
	display: none;
}
.option-button-group {
	display: flex;
    gap: 10px;
    align-items: left;
    flex-direction: column;
}
/*.option-button-group .form-group {
	flex-grow: 1;
	flex-basis: calc(50% - 5px);
}*/
.banner-row .item-r {
	position: relative;
}
.slide-title-center {
	position: absolute;
    top: 20%;
    left: 0;
    display: flex;
    width: 80%;
    margin-left: 10%;
    height: 80%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.slide-title-left {
    position: absolute;
    top: 40%;
    left: 100px;
    text-align: left;
}
.slide-maintitle {
    font-size: 45px;
    line-height: 50px;
    color: #ffffffE6;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.slide-subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}
.slide-label {
	position: absolute;
	bottom: -18px;
	height: 36px;
	width: 36px;
}
.slideshow-desktop {
	display: none;
}
.slideshow-mobile {
	display: block;
}
.labels-wrapper {
	position: absolute;
	z-index: 999;
	color: #fff;
	font-weight: 300;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 1.75;
}
.labels-wrapper.inner-l {
	font-size: 12px;
}
.labels-wrapper.position_upleft {
	top: 5px;
	left: 5px;
	right: auto;
}
.labels-wrapper.position_upright {
	top: 5px;
	right: 5px;
	left: auto;
}
.labels-wrapper.inner-l.position_upleft {
	top: 10px;
	left: 10px;
}
.labels-wrapper.inner-l.position_upright {
	top: 10px;
	right: 10px;
}
.labels {
	padding: 0 3px;
	margin-bottom: 3px;
	border-radius: 3px;
    display: table;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    max-width: 103px;
}
.labels.label-sale {
	font-weight: 400;
}
@media (min-width: 375px) {
	.labels-wrapper {
		font-size: 10px;
	}
	.labels {
	    max-width: 128px;
	}
}
@media (min-width: 580px) {
	.labels-wrapper {
		font-size: 11px;
	}
	.labels {
		padding: 0 6px;
		max-width: none;
	}
}
@media (min-width: 768px) {
	.labels-wrapper {
		font-size: 12px;
	}
	.labels-wrapper.position_upleft,
	.labels-wrapper.inner-l.position_upleft {
		top: 15px;
		left: 15px;
	}
	.labels-wrapper.position_upright,
	.labels-wrapper.inner-l.position_upright {
		top: 15px;
		right: 15px;
	}
	.labels {
		padding: 0 10px;
	}
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 5px
}
.swiper-pagination-bullet {
	width:10px;
	height:10px;
	background:#000;
	opacity:.3
}
.swiper-pagination-bullet-active {
	background-color: #000;
	opacity: 1;
}
.slideshow_product .swiper-pagination-bullet {
	width:6px;
	height:6px;
	background:#444;
}
.slideshow_product  .swiper-pagination-bullet-active {
	background-color: #444;
}
.carousel-mobile-gallery {
	padding-left: 0;
	padding-right: 0;
}
.carousel-collection.swiper,
.carousel-related.swiper {
	margin-right: -20px;
}
.mfp-arrow-right {
	box-sizing: border-box;
    position: absolute;
    display: block;
    transform: scale(var(--ggs,1));
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 100px;
    top: calc(50% + 30px);
    right: 40px;
}
.mfp-arrow-left {
	box-sizing: border-box;
    position: absolute;
    display: block;
    transform: scale(var(--ggs,1));
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 100px;
    top: calc(50% + 30px);
    left: 40px;
}
.mfp-arrow:before {
	display: none !important;
}
.mfp-arrow-right:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: 0;
    left: 6px;
    top: 10px;
    border-left: 0;
    border-top: 0;
    margin-left: 0;
    margin-top: 0;
}
.mfp-arrow-left:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: 0;
    right: 6px;
    top: 10px;
    border-right: 0;
    border-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right-color: black !important;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left-color: black !important;
}
.mfp-close {
	-webkit-text-stroke: 2px #fff;
	opacity: 1 !important;
}
.mfp-close-btn-in .mfp-close {
	color: #000 !important;
}
.white-popup {
	max-width: 500px;
    margin: 30px auto;
    padding: 0 30px;
}
.white-popup .h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.close-modal {
    padding: 0;
    color: #000;
    text-decoration: none;
    margin-top: 40px;
}
.close-modal:hover {
	color: #e5012a;
	text-decoration: none;
}
#payment_triger_mfp .col-md-4 {
	width:100% !important;
}
#category_full_description {
	margin-top: 40px;
	margin-bottom: 40px;
}
#category_full_description p {
    margin-bottom: 20px;
}
#category_full_description p:last-child {
    margin-bottom: 0px;
}
#product select.form-select,
#product input[type="text"] {
	height: 44px !important;
}
.option-button-group .form-group {
	position: relative;
}
/*#product .selectbox .form-select {
	padding-right: 40px;
	padding-left: 10px;
	border: none;
	flex-grow: 1;
}*/
#product .selectbox .form-select:focus,
#product .selectbox .form-select:focus-visible {
	outline: none;
	box-shadow: none;
}

/*#product .selectbox .form-select option {
	text-align: right;
}*/
.digitcart-counter {
	position: absolute;
    top: 3px;
    right: 0;
    font-size: 10px;
}
.digitcart-counter > div {
	display: inline-block;
}
.digitcart-counter span {
	padding: 0;
	color: #00a824;
	display: inline-block;
	margin: 0 4px;
}
.digitcart-counter div:nth-child(2) span {
	color: #000;
}
.has-error .digitcart-counter span,
.has-error .digitcart-counter div:nth-child(2) span {
	color: #ff4949;
	transform: 0.2s all ease;
}
.has-error .form-control:focus {
	border-color: #ff4949;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #ff4949;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width:991px) {
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .scontent_top,.scontent_mid2,.scontent_mid4 .swiper,.carousel-same-category-products {
        margin-left: -20px;
        margin-right: -20px;
    }
    .set_table .swiper {
        margin-left: -20px;
        margin-right: -20px;
    }
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.sets {
		margin: 0;
    	padding: 0;
	}
	#button-cart.no_options {
		flex-grow: 1;
	}
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
@media only screen and (min-width : 390px) {
	.product-thumb .caption, .set-product .caption {
		padding: 0 10px;
	}
	.product-thumb .caption .product_title, .product-thumb .product_title, .set-product h4 a, .product-thumb .banner-title {
		font-size: 14px;
		line-height: 16px;
	}
	.category-row .product-thumb .product_title {
		height: 49px;
	}
	.product-thumb .price, .product-thumb .price-new, .set-product .price, .set-product .new_price, .product-thumb .banner-description{
		font-size: 12px;
	}
	.module-title-center {
		text-align: center;
		font-size: 15px;
	    letter-spacing: 1.6px;
		font-weight: 700;
		text-transform: uppercase;
		margin: 30px 0 25px;
	}
	#tk_checkout h1.tk_left {
		font-size: 26px !important;
	    letter-spacing: 1.6px;
		font-weight: 700;
	}
	.common-home .scontent_mid1 {
		padding-top: 1px;
	}
	#button-cart, .btn-primary, .btn-outline-secondary {
		height: 50px;
		letter-spacing: 1.6px;
	}
	#cta_mobile {
	    padding-bottom: 90px;
	}
	#cta_mobile .cta_mobile_title {
	    font-size: 13px;
	    line-height: 16px;
	}
	.product_price .regular-price, .product_price .special-price {
	    margin: 10px 10px 10px 0;
	}
	.product_price .regular-price span.prpr,
	.product_price .special-price span.prpr {
		font-size: 15px;
	}
	.product_price .old-price span.prpr {
		font-size: 14px;
		margin-top: 6px;
	}
	.f_information a {
	    margin-right: 16px;
	}
	.f_information a:after {
		content: "-";
		padding-left: 16px;
	}
}
@media (min-width:530px) {
    .option-button-group select.form-select {
		font-size: 12px;
		padding-left:10px;
	}
	.product-thumb {
    	margin-bottom: 20px;
    }
    .btp {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
}
@media (min-width : 768px) {
	.container {
        width: 100%;
    }
    #logo {
    	justify-content: center;
    }
    /*.smenu_mobile {
    	display: none !important;
    }*/
    footer a {
    	line-height: 50px;
    }
    .ptl {
		margin-top: 50px;
	}
    /*.swiper {
        padding-left: 30px;
	    margin-left: -30px;
	    padding-right: 30px;
	    margin-right: -30px;
    }*/
    .swiper.toparrows {
        padding-left: 0;
	    margin-left: auto;
	    padding-right: 0;
	    margin-right: auto;
    }
    .scontent-top-fullwidth .swiper {
        padding-left: 0px !important;
	    margin-left: -0px !important;
	    padding-right: 0px !important;
	    margin-right: -0px !important;
    }
    .common-home .scontent_mid1 {
		padding-top: 60px;
	}
	.dr-search {
		display: block;
	}
    .slide-title-center {
	    top: 0;
	    height: 100%;
	}
    .scontent_mid3 {
		margin-top: 40px;
	}
	.lovebond-howto .image1 {
		flex: 45%;
		order: 1;
	}
	.lovebond-howto .text1 {
		flex: 55%;
		order: 2;
	}
	.lovebond-howto .image2 {
		flex: 45%;
		order: 4;
	}
	.lovebond-howto .text2 {
		flex: 55%;
		order: 3;
	}
	.s-container {
        padding: 0 25px;
    }
    .hprofile {
        margin-right: 16px;
    }
    .productpage-info .product_code {
    	margin-bottom: 20px;
    }
    #cart {
        margin-right:0px;
    }
    .hp_lang_cur {
    	display: block;
    }
    .hp_lang_cur.mobile {
    	display: none !important;
    }
    .hp_lang_cur .btn.btn-link, .hp_lang_cur .btn.btn-link:hover {
        font-size: 14px;
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }
    footer {
		padding: 60px 0;
	}
	.f_information a {
	    margin-right: 20px;
	}
	.f_information a:after {
		content: "-";
		padding-left: 20px;
	}
	.product-thumb {
		max-width: auto;
		margin-bottom: 35px;
	}
	.tablecart {
		max-height: 303px;
	}
	.tablecart .productitem .productname {
		flex-basis: auto;
	}
	.tablecart .productitem .productquantity {
		flex-basis: 35px;
		flex-grow: 0;
	}
	.information-information-8 .carousel-universal-products0 #carousel-universal-products {
		justify-content: center;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
    .category-image img {
        margin-bottom: 50px;
	    aspect-ratio: 1920 / 480;
	    object-fit: contain;
	}
    .category-title {
        font-size: 26px;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .category-description {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        padding-bottom: 40px;
    	margin-bottom: 40px;
    }
    .category-description p {
    	max-width: 850px;
    	width: 90%;
    	margin-bottom: 20px;
    }
    .category-description p:last-child{
    	margin-bottom: 0;
    }
	.productpage-info {
		position: sticky;
		top: 130px;
	}
    .productpage-info h1 {
        letter-spacing: 1.6px;
        margin-top:0;
    }
    .footer_inner {
        text-align: left;
    }
    .footer_inner .f_logo {
        flex-grow: 1;
        margin-bottom: 10px;
        display: block;
    }
    .footer_inner .f_info_block {
        display: inline-flex;
        flex-basis: auto;
        justify-content: start;
        flex-direction: column;
        align-items: flex-end;
        flex-grow: 0;
    }
    .footer_inner .f_socials {
	    justify-content: start;
	    margin-bottom: 20px;
    }
    .footer_inner .f_bottom_line {
        align-items: end;
        flex-direction: row;
        margin-top: 0px;
    }
	.f_information a.fr:nth-child(3) {
		margin-right:20px;
	}
	.f_information a.fr:nth-child(3):after {
		display: inline-block;
	}
	.hidden-br {
		display: none;
	}
	.footer_inner .f_payments {
	    justify-content: end;
	    margin-top: 0;
	}
	.f_powered {
		padding-top: 0;
    	text-align: right;
	}
	.product_price .regular-price span.prpr,
	.product_price .special-price span.prpr {
		font-size: 20px;
	}
	.product_price .old-price span.prpr {
		font-size: 16px;
		text-decoration: none;
	}
    /*#product .form-group,
    #product .form-select {
        margin-bottom: 0px;
        flex-grow: 1;
    }*/
	.scontent_mid1 {
        padding: 60px 0;
    }
    .set-inner-container {
        flex-direction: row;
        justify-content: space-between;
    }
    .set_table {
        max-width: 50%;
    }
    .sets-image {
    	margin-top: 0;
    	flex-basis: 40%; 
    	margin-bottom: 0;
    }
    .sets .set-total {
	    margin-bottom: 50px;
	}
    .setv .add-set-btn, .seth .add-set-btn {
    	flex-basis: auto;
    	margin: 0;
    	order: 1;
    }
    .scontent_mid1 {
	    margin: 60px 0 0;
	    padding: 60px 0;
	}
	.btp {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0;
	}
	.module.same-category-products {
		flex-direction: row;
	}
	.set_table .module-title-center {
		text-align: left;
	}
	.set_table .module-title-center.left {
		text-align: left;
		margin-top: 0;
	    padding-bottom: 0;
	}
	.category-row .product-thumb .product_title {
		height: 34px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
/*	.tk_payment_method {width: 50% !important}*/
    #cta_mobile {
        display: none;
    }
    .productpage-info .product_price {
        display: flex;
    }
    .product_price .regular-price, .product_price .special-price {
        margin: 20px 50px 20px 0;
    }
    /*#product {
        position: unset;
        width: auto;
        z-index: 1;
    }*/
    .product-thumb {
    	margin-bottom: 30px;
    }
    .btp .image img {
        height: 100%;
        object-fit: cover;
        width: -moz-available;
        width: -webkit-fill-available;
        width: fill-available;
    }
    .row-one-line .btp .image img {
        height: 100%;
    }
    .row-reverse .product-layout:not(:first-child) {
        right:50%;
    }
    .row-reverse-single .product-layout:not(:first-child) {
        right:25%;
    }
    .sets .set h3 {
        font-size: 20px;
	    line-height: 30px;
	    font-weight: 400;
        margin-bottom: 50px;
    }
    .sets .set .set_table {
        display: flex;
        margin: 0 30px 0 0;
        flex-direction: column;
        flex-grow: 1;
    }
    .langmobile a {
	    flex-basis: 30%;
	    max-width: 100px;
	    background: #fff;
	    margin-left: 20px;
	    text-align: center;
	}
	.langmobile {
		margin-left: 0;
		display: none !important;
	}
    .topbanner-home-info {
        left: 30px;
        font-size: 26px;
        max-width: 350px;
        align-content: center;
        padding-top: 0;
    }
    .cta-home-bottom-info.innerpage {
	    left: 150px;
	    top: 0;
	    height: 100%;
	    align-content: center;
	}
	.aboutus-date {
        font-size:50px;
        margin-bottom:30px
    }
    .aboutus-fullwidth-section {
        margin:-20px 0 0;   
    }
    .aboutus-fullwidth-section .row {
        padding: 70px 0 50px;
    }
    .aboutus-fullwidth-bottomsection {
        flex-direction: row;
    }
    .aboutusbgr-bottom {
        flex-basis: 46.5%;
        height: auto;
    }
    .aboutustext-bottom {
        flex-basis: calc(45.5% - 160px);
    }
    .aboutus-fullwidth-bottomsection p, .aboutus-infopage p {
        padding-left: 50px;
    }
    .slideshow-desktop {
		display: block;
	}
	.slideshow-mobile {
		display: none;
	}
	.slide-maintitle {
	    font-size: 60px;
	    line-height: 50px;
	}
	.s-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#content > h1,
	body[class*='information-'] h1,
	body[class*='blog-'] h1 {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.productpage-info {
        padding-left: 35px;
    }
}/*end of 768*/
@media only screen and (min-width : 992px) {
	.product-thumb .caption .product_title a {
		-webkit-line-clamp: 2;
	}
}
@media only screen and (min-width : 1200px) {
    .btp .image img {
        max-height: 760px;
    }
    .topbanner-home-info {
        left: 150px;
        font-size: 40px;
        max-width: 400px;
    }
}
@media (min-width : 1250px) {
    .btp .image img {
        max-height: 826px;
        border-bottom: none !important;
    }
}
@media (min-width: 1400px) {
    .scontent-top-fullwidth .row .item-r img,
	.scontent-top-fullwidth .row .item-r-m img,
	.scontent_mid3 .row .item-r img,
	.scontent_mid3 .row .item-r-m img,
	.bottom-content-infopage .item-r img,
	.bottom-content-infopage .item-r-m img,
	.scontent-top-fullwidth img {
		background-size: cover;
    	width: 100%;
	}
	.scontent-top-fullwidth .ico_msvg img {
		background-size: auto;
    	width: auto;
	}
	.slide-label {
		width: 36px !important;
	}
}
@media (min-width: 1700px) {
	.cta-home-bottom-info {
		left:40%;
	}
}
body.checkout-checkout header, body.checkout-checkout #top, body.checkout-checkout footer {display: none;}
.checkout-checkout .mfp-content {
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
}
.home-content {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
}
.home-content h1 {
	text-align: center;
    font-size: 13px;
    letter-spacing: 1.2px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 15px;
    position: relative;
}
body.mfp-open-scroll-lock {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.mfp-bg {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
}

.mfp-wrap {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  overflow-y: auto !important; /* allows scrolling inside popup if content is tall */
}
.mfp-content {
  max-height: 100vh;
  overflow-y: auto;
}
@font-face {
    font-family: 'engf1';
    src: url('../fonts/engf1.woff2') format('woff2'),
        url('../fonts/engf1.woff') format('woff'),
        url('../fonts/engf1.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'engf2';
    src: url('../fonts/engf2.woff2') format('woff2'),
        url('../fonts/engf2.woff') format('woff'),
        url('../fonts/engf2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'engf3';
    src: url('../fonts/engf3.woff2') format('woff2'),
        url('../fonts/engf3.woff') format('woff'),
        url('../fonts/engf3.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.shipping-table {
	font-size: 12px;
}
@media (min-width: 576px) {
    .shipping-table { table-layout: fixed; width: 100%; }
    .shipping-table thead th:nth-child(1),
    .shipping-table tbody td:nth-child(1) { width: 5%; }
    .shipping-table thead th:nth-child(2),
    .shipping-table tbody td:nth-child(2) { width: 35%; }
    .shipping-table thead th:nth-child(3),
    .shipping-table tbody td:nth-child(3) { width: 15%; }
    .shipping-table thead th:nth-child(4),
    .shipping-table tbody td:nth-child(4) { width: 10%; }
    .shipping-table thead th:nth-child(5),
    .shipping-table tbody td:nth-child(5) { width: 15%; }
    .shipping-table thead th:nth-child(6),
    .shipping-table tbody td:nth-child(6) { width: 20%; }
  }

@media (max-width: 575.98px) {
	.shipping-table th:nth-child(1),
	.shipping-table td:nth-child(1) {
		display: none;
	}
}
.productpage-info h1,
#tk_checkout h1.tk_left,
#tk_checkout h1,
body[class*='account-'] #content h1,
body[class*='affiliate-'] #content h1,
body[class*='affiliate-'] #content .h1,
.category-title {
	font-family: 'Prata', 'Noto Serif Display', serif !important;
}
:lang(el) .productpage-info h1,
:lang(el)  #tk_checkout h1.tk_left,
:lang(el)  #tk_checkout h1,
:lang(el)  body[class*='account-'] #content h1,
:lang(el)  body[class*='affiliate-'] #content h1,
:lang(el)  body[class*='affiliate-'] #content .h1,
:lang(el)  .category-title {
	font-family: 'Noto Serif Display', serif !important;
	font-weight: 500 !important;
}

.affiliate-page {
  text-align: left;
}
.affiliate-page .btn {
	width: auto;
	min-width: 230px;
}
.affiliate-page .input-group-btn .btn {
	min-width: auto;
}
.affiliate-hero h1 {
  font-weight: 700;
}

.affiliate-hero .lead {
  font-size: 1.2rem;
}
.lead big {
	font-weight: 500;
}

#affiliate-login {
  scroll-margin-top: 100px;
}

.affiliate-card,
.affiliate-step-card,
.affiliate-login-card {
  border-radius: 0.85rem;
  border: none;
}

.affiliate-icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1ecff;
  font-size: 1.5rem;
}

.affiliate-step-number {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1ecff;
  color: #5b3dd9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.affiliate-card .fa {
	color: #5b3dd9;
}
.affiliate-login-card {
  position: sticky;
  top: 1.5rem;
}

.affiliate-login-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f1ecff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5b3dd9;
  font-size: 1.2rem;
}

@media (max-width: 991.98px) {
  .affiliate-page {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .affiliate-login-card {
    position: static;
    margin-top: 1rem;
  }
}
.affiliate-details-toggle {
  text-decoration: none;
  font-weight: 600;
}

.affiliate-details-toggle i {
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.affiliate-details-panel {
  display: none;
  margin-top: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

.affiliate-details-panel.open {
  display: block;
}

.affiliate-details-toggle.open #affiliateDetailsIcon {
  transform: rotate(180deg);
}
/* Black friday */
/*.stellarnav li:nth-last-child(2) a:before {
	content: 'Black Friday';
	position: absolute;
	width: 93px;
    text-align: center;
    left: 60px;
    top: 14px;
    padding: 3px 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 10px;
	background: #000;
}
@media (min-width:768px) {
	.stellarnav li:nth-last-child(2) a:before {
	    top: -1px;
	    left: 0;
	    right: 0;
	    width: 100%;
	}
}*/
.faq-block {
	margin-bottom: 40px;
}
/*ppc&boxnow styles*/
#tk_checkout .alert.alert-success {
	position: unset !important;
	width: 100% !important;
	max-width: none !important;
}
.payment-methods-display{display:none !important}
body[class*='checkout-'] .mfp-content {
	top: 1%;
    max-height: 98%;
    overflow-y: auto;
    position: fixed;
    left: 1%;
    right: 1%;
    width: 98%;
}
body[class*='checkout-'] .mfp-content #button-confirm {display:none !important}

