﻿/* font faces */

/*@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/Poppins-Light.ttf) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/Poppins-Light.ttf) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/Poppins-Light.ttf) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/Poppins-Regular.ttf) format('woff2');
	unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/Poppins-Regular.ttf) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/Poppins-Regular.ttf) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.text_description {
	font-size: 120% !important;
}
/*@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/Poppins-Medium.ttf) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/Poppins-Medium.ttf) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/Poppins-Medium.ttf) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/

/* material icons */

.mdi {
	font-size: 16px;
	line-height: 1;
}

/* general settings */

#custom-search-input button:focus,
select:focus,
button:focus,
a,
a:hover,
a:focus,
a:active,
ol,
ul,
dl {
	text-decoration: none;
	outline: none;
	list-style-type: none;
}

body {
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}

.shadow-layer {
	position: fixed;
	min-height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
	cursor: pointer;
	z-index: 2;
	display: none;
	transition: all .3s ease;
}

.fly-in .shadow-layer {
	display: block;
}

@keyframes cd-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.generalMarginSupporter {
	margin: 15px 0;
}

section {
	overflow: auto;
}

.required {
	color: #F00;
}

.generalTitle {
	font-weight: 500;
	margin: 0 0 15px 0;
}

.link-rss {
	float: right;
}

.zin {
	left: 200%;
}

.breadcrumb {
	background: transparent;
	padding: 12px 0;
	margin: 0 0 5px 0;
}

.breadcrumb-item.active strong {
	font-weight: 500;
}

.page {
	min-height: 445px;
}

input {
	height: 38px;
}

.custom-select,
.form-control {
	border: 1px solid rgba(0, 0, 0, .15);
}

	.custom-select:hover, .custom-select:focus, .custom-select:active,
	.form-control:hover, .form-control:focus, .form-control:active {
		border-color: #0093B5;
		/*  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12);*/
	}

.btn-group-vertical > .btn, .btn-group > .btn {
	flex: 0 1 auto;
}

.input-group-btn .btn,
.btn-group .btn {
	display: flex;
	height: 38px;
	align-items: center;
}

.currency-selector .btn-group .btn,
.tax-type-button .btn,
.language-selector .btn,
.store-selector .btn {
	height: 30px;
	border: 0;
	color: #1D1F20;
	font-weight: 300;
	background-color: transparent;
}

	.currency-selector .btn::after,
	.tax-type-button .btn::after,
	.language-selector .btn::after,
	.store-selector .btn::after {
		display: none;
	}

	.currency-selector .btn-group .btn .mdi,
	.tax-type-button .btn .mdi,
	.language-selector .btn .mdi,
	.store-selector .btn .mdi {
		font-size: 18px;
	}

.store-selector .dropdown-menu {
	min-width: 100px !important;
	left: 0;
}

.btn-group.show .dropdown-menu {
	display: block;
}

/* Custom Select */

.selectdiv {
	position: relative;
}

	.selectdiv select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: block;
		width: -webkit-fill-available;
		float: right;
		margin: 5px 15px 5px 0;
		padding: 0 45px 0 15px;
		font-size: 14px;
		line-height: 1.75;
		color: #888;
		background-color: #fff;
		background-image: none;
		border: 1px solid #dfdfdf;
		-ms-word-break: normal;
		word-break: normal;
		cursor: pointer;
	}

	.selectdiv:after {
		content: '\f140';
		font: normal normal normal 24px/1 "Material Design Icons";
		color: #888;
		right: 25px;
		top: 12px;
		position: absolute;
		pointer-events: none;
	}

	.selectdiv .custom-select:hover {
		box-shadow: none;
	}

/* Custom Checkbox & Radio Buttons */
.custom-radio .custom-control.label,
.custom-checkbox .custom-control-label {
	cursor: pointer;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #97c300;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	background-color: #97c300;
	border-color: #97c300;
}

/* Default Buttons */

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-primary {
	background-color: #46638C;
	border-color: #46638C;
}

	.btn-primary:hover {
		background-color: #637DB1;
		border-color: #637DB1;
	}
/*.btn-info,
.btn-outline-info:hover {
    background-color: #0091b5;
    border-color: #0091b5;
}*/
.btn-outline-info {
	color: #0091b5;
	border-color: #0091b5;
}

.btn-secondary {
	color: #292b2c;
	background-color: #fff;
	border-color: rgba(0, 0, 0, .3);
}

.btn,
.custom-checkbox {
	cursor: pointer;
}

.btn {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-secondary {
	color: #fff;
	background-color: #1D1F20;
	border-color: #1D1F20;
}

	.btn-secondary:hover {
		color: #1D1F20;
		background-color: transparent;
	}

.btn-outline-secondary {
	color: #1D1F20;
	border-color: #1D1F20;
}

	.btn-outline-secondary:hover {
		background-color: #1D1F20;
		border-color: #1D1F20;
	}

.btn-outline-white {
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
}

	.btn-outline-white:hover {
		color: #1D1F20;
		background-color: #fff;
	}

/* default card */

.card-success {
	background-color: #28a745 !important;
}

.card-danger {
	background-color: #dc3545 !important;
}

.card-warning {
	background-color: #ffc107 !important;
}

/* default backgrounds */

.bg-info,
.badge-info {
	background-color: #0091b5; /*!important;*/
}

.bg-primary,
.badge-primary {
	background-color: #425F99 !important;
}

.bg-dark,
.badge-dark {
	background-color: #364150 !important;
}

/* others */

.message-error,
.message-error ul li {
	color: #dc3545;
}

.field-validation-error {
	color: #D01716;
}

i.rotate,
span.rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all 0.3s linear;
}

.col-form-label {
	font-weight: 500;
	font-size: 14px;
	color: #1D1F20;
	padding: 0 0 5px 0;
}

.noscroll {
	overflow: hidden !important;
	width: 100%;
}

.modal-open {
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 0 !important;
}

.navbar-nav .dropdown-menu {
	position: absolute;
	float: left;
}

/* canavs */

.c-offcanvas-content-wrap {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
	background-color: rgba(0, 0, 0, 0.3);
}

.c-offcanvas--left,
.c-offcanvas--right {
	box-shadow: 0 0 24px rgba(0,0,0,0.3);
}

.c-offcanvas--right {
	width: 30%;
	transform: translate3d(100%, 0, 0);
}

.mobile-menu:not(.c-offcanvas--overlay),
.mobile-filters:not(.c-offcanvas--overlay) .flyout-cart,
.flycart-container:not(.c-offcanvas--overlay) .flyout-cart {
	display: none;
}

/*loading animation*/

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 1;
	background-color: transparent;
	z-index: 99999;
	text-align: center;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-radius: 50%;
	border-color: transparent;
	animation: 1s pulse infinite;
	animation-delay: 500ms;
}

@keyframes pulse {
	0% {
		height: 0px;
		width: 0px;
		border-color: #28a745;
		border-width: 32px;
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		height: 64px;
		width: 64px;
		border-width: 0px;
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}
/*back to top*/

#back-to-top {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	transition: opacity 0.3s ease-out;
	opacity: 0;
	z-index: 997;
	background: #0091b5;
	color: #fff;
}

	#back-to-top .mdi {
		font-size: 36px;
	}

	#back-to-top.show {
		opacity: 1;
	}
/*search*/

.headBottom {
	position: relative;
}

	.headBottom .formSearch {
		transition: all .3s ease;
	}

body:not(.is-ready) .search-box-button {
	width: 50px;
}

.search-box-button {
	height: 38px;
}

.search-results-list {
	display: none;
	position: absolute;
}

#small-search-box-form {
	width: 100%;
}

.advanced-search {
	display: none;
}

	.basic-search .col-form-label,
	.advanced-search .col-form-label {
		font-weight: 400;
	}
/*autocomplete*/

.advanced-search-results {
	display: none;
}

	.advanced-search-results .no-data {
		display: none;
		font-size: 14px;
	}

	.advanced-search-results.open {
		display: flex;
		position: absolute;
		top: 38px;
		left: 15px;
		width: 100%;
		max-height: calc(100vh - 52px);
		overflow: auto;
		padding-left: 0;
		border: 1px solid rgba(0, 0, 0, .15);
		border-top: 0;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		background: #fff;
		box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, .2);
		z-index: 999;
	}

	.advanced-search-results ul {
		padding-left: 0;
	}

	.advanced-search-results .categories-container > ul {
		margin-bottom: 10px;
	}

	.advanced-search-results .title {
		margin-bottom: 10px;
		line-height: 1;
		font-weight: 300;
		font-size: 24px;
		color: #1D1F20;
	}

	.advanced-search-results .products-container .container-off,
	.advanced-search-results .blog-container .container-off {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.advanced-search-results .products-container .product-in,
	.advanced-search-results .products-container .in-separator,
	.advanced-search-results .blog-container .in-separator,
	.advanced-search-results .blog-container .product-in {
		display: none;
	}

	.advanced-search-results .in-separator {
		color: #117a8b;
		margin-right: 5px;
	}

	.advanced-search-results .categories-container .product-in,
	.advanced-search-results .manufacturers-container .product-in {
		margin-right: 5px;
		font-weight: 900;
	}

	.advanced-search-results .categories-container .product-title,
	.advanced-search-results .manufacturers-container .product-title {
		color: #117a8b;
	}

	.advanced-search-results .categories-container .container-off,
	.advanced-search-results .manufacturers-container .container-off {
		display: inline-flex;
		font-weight: 300;
	}

	.advanced-search-results .product-title b {
		font-weight: 900;
	}

	.advanced-search-results .product-desc b {
		color: #212529;
	}

	.advanced-search-results .left-side,
	.advanced-search-results .right-side {
		padding: 0 15px 0 15px;
		margin: 15px 0;
	}

	.advanced-search-results .categories-container .list-group-item,
	.advanced-search-results .manufacturers-container .list-group-item,
	.advanced-search-results .blog-container .list-group-item {
		padding: 5px 0;
		border: 0;
	}

		.advanced-search-results .categories-container .list-group-item a,
		.advanced-search-results .manufacturers-container .list-group-item a,
		.advanced-search-results .blog-container .list-group-item a {
			display: inline-flex;
			align-items: center;
			width: 100%;
			line-height: 1;
			font-size: 14px;
			color: #212529;
		}

	.advanced-search-results img {
		width: auto;
		height: auto;
		padding-right: 0 !important;
		margin-right: 15px;
	}

	.advanced-search-results .right-side {
		padding-left: 0;
	}

	.advanced-search-results .products-title {
		padding-left: 15px;
	}

	.advanced-search-results .products-container .list-group-item {
		margin-bottom: 0;
		border-radius: 0;
		border: 0;
		padding: 5px 5px 5px 15px;
		overflow: hidden;
	}

	.advanced-search-results .products-container .product-title,
	.advanced-search-results .blog-container .product-title {
		font-weight: 300;
		font-size: 14px;
		color: #212529;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.advanced-search-results .products-container .product-desc {
		color: #6c757d;
		max-height: 21px;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.advanced-search-results .blog-container .product-desc {
		color: #6c757d;
		max-height: 21px;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 100%;
	}

ul.ui-autocomplete li:hover {
	cursor: pointer;
	background-color: #f7f7f9;
}

ul.ui-autocomplete {
	display: none !important;
	background-color: #fff;
	padding-left: 0;
	z-index: 9999;
	animation-name: autocomplete-desktop;
	animation-duration: .3s;
	-webkit-animation-name: autocomplete-desktop;
	-webkit-animation-duration: .3s;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
	position: absolute !important;
}

@-webkit-keyframes autocomplete-desktop {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes autocomplete-desktop {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

ul.ui-autocomplete li {
	padding: 10px;
	border-top: 1px solid #f1f1f1;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

	ul.ui-autocomplete li img {
		padding-right: 5px;
		width: 100%;
		height: 100%;
	}
/*news*/

.news-body ul {
	list-style-type: inherit;
}

.share-link {
	padding-left: 10px;
	position: relative;
	top: 3px;
}

.news-item-page img {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
/*news home-page*/

.news-list-homepage .card-header {
	padding: 1.25rem 1.25rem;
	height: 100%;
	font-weight: 500;
}

	.news-list-homepage .card-header .h5 {
		font-weight: 500;
	}

.news-list-homepage .card-body {
	font-weight: 300;
}

.news-list-homepage .card-header .img-container {
	margin-bottom: 1.25rem;
}

.news-list-homepage .card .img-container,
.blog-list-homepage .card .img-container,
.blog-posts .card .img-container,
.news-items .card .img-container,
.blogpost-page .card .img-container,
.news-item-page .card .img-container {
	overflow: hidden;
}
/*blog home-page*/

.blog-list-homepage .card-header {
	padding: 1.25rem 1.25rem;
}

	.blog-list-homepage .card-header .img-container {
		margin-bottom: 1.25rem;
	}
/*checkout*/

.method-name label {
	margin-right: 0;
	font-size: 14px;
}

.checkout-attributes div {
	margin-bottom: 10px;
}

.recaptcha_input_area input {
	height: 30px;
	margin: 0;
}

.product-tags-list .btn {
	margin: 8px;
}

.add-more-external-records a {
	font-size: 14px;
}

.terms-of-service label,
.select-boxes label {
	margin: 0;
}

.filtered-items ul li:before {
	display: none;
}
/*external modal*/

.external-authentication {
	display: flex;
}

#action_modal_banner {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 650px;
	margin: 20px auto;
}

#action_modal_form {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 650px;
	margin: 20px auto;
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-wrap {
	z-index: 1051 !important;
}

.mfp-bg {
	z-index: 1051 !important;
}

.modal-padding-off {
	background-color: #ddd;
}

#ModalQuickView {
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 0 !important;
}

#ModalAddToCart {
	z-index: 9999;
}

	#ModalAddToCart .modal-content {
		overflow: auto;
	}

	#ModalAddToCart .btn-group .btn {
		font-weight: 500;
		cursor: pointer;
	}

	#ModalAddToCart .close {
		position: absolute;
		top: 20px;
		right: 20px;
		opacity: 1;
	}

	#ModalAddToCart .cross-sell-container {
		max-height: 500px;
		overflow: auto;
		margin-top: 15px;
	}

	#ModalAddToCart .modal-header {
		min-height: 54px;
	}

	#ModalAddToCart .cross-sell-container .btn-group .btn.btn-primary .add-cart-text {
		display: none !important;
	}

	#ModalAddToCart .cross-sell-container .btn-group .btn.btn-primary .fa-shopping-cart {
		display: block !important;
	}

	#ModalAddToCart .cross-sells .card.gen .card-buttons {
		display: none;
	}
/*navbar*/

.navbar-nav .generalDropDown .dropdown-menu ul a:hover {
	color: #0a5596;
}

.dropdown-menu li {
	display: inline-flex;
	width: 100%;
}

.mainNav .dropdown-menu li:last-of-type {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.mainNav .dropdown-menu:not(.manufacturer-dropdown) li:nth-child(3),
.mainNav .dropdown-menu:not(.links-dropdown) li:nth-child(3),
.mainNav .manufacturer-dropdown li:first-child,
.mainNav .links-dropdown li:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.mainNav .dropdown-menu li {
	border-left: 1px solid rgba(0, 0, 0, .1);
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.mainNav .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-inner {
	min-height: 60px;
}

.navbar .brand {
	padding: 0 10px;
}

.brand img {
	margin-bottom: 5px;
}

.navbar .nav > li > a,
.navbar .nav.mainNav > li > a {
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background-color: #4f4f50;
}
/*nav fixed - top -*/

.navUp .nav-item .nav-link .mdi {
	font-size: 24px;
}

.navUp li a {
	font-size: 14px;
	line-height: 20px;
}

nav .nav-item.list-inline {
	padding-top: 3px;
}

.navUp .dropdown-menu ul a {
	color: #373a3c;
	margin: auto;
}

.navbar-light .navbar-nav .nav-link {
	padding-top: 10px;
	padding-right: 4px;
	letter-spacing: 0.2px;
	display: flex;
	font-weight: 300;
	color: #1D1F20;
	transition: all .3s ease;
}

.navUp .dropdown-menu {
	margin-top: 0;
	background-color: #fff;
	min-width: 40px;
}

.navUp {
	z-index: 1031;
	height: 43px;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
/*main - category nav - mainNav*/

.mainNav .nav-item .nav-link {
	padding-right: 1rem;
}

.mainNav a {
	color: #364150;
	font-size: 16px;
	font-weight: 400;
}

.mainNav .dropdown-menu a {
	font-weight: 400;
}

.generalDropDown {
	-webkit-transition: all 0.3s;
	-webkit-transition-timing-function: linear;
	transition: all 0.3s;
	transition-timing-function: linear;
}

.mainNav .dropdown-toggle::after {
	display: none;
}

.mainNav .nav-item.dropdown button {
	position: absolute;
	right: 0;
	font-size: 19px;
}

.navbar.mainNav .nav > li:hover > a {
	color: #0069d9;
}

.navbar.mainNav .navbar-toggler {
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	display: ruby;
	width: 100%;
	text-align: left;
	padding: 7px 13px;
	text-transform: uppercase;
	font-size: 19px;
}

.mainNav {
	clear: both;
	z-index: 998;
}

.fly-in .mainNav {
	z-index: 997;
}

.page-container.fixed {
	margin-top: 59px;
}

.mainNav.fixed {
	position: fixed;
	top: 42px;
}

.mainNav .badge {
	position: absolute;
	top: -10px;
	right: 5px;
	color: #fff;
	font-weight: 500;
	border-radius: 4px;
}

	.mainNav .badge::before {
		border: 4px solid transparent;
		position: absolute;
		content: "";
		right: 50%;
		bottom: -8px;
		z-index: 9999999;
	}

	.mainNav .badge-danger::before,
	.mainNav .badge.bg-danger::before {
		border-top: 5px solid #dc3545;
	}

	.mainNav .badge-primary::before,
	.mainNav .badge.bg-primary::before {
		border-top: 5px solid #425F99;
	}

	.mainNav .badge-info::before,
	.mainNav .badge.bg-info::before {
		border-top: 5px solid #0091b5;
	}

	.mainNav .badge-warning::before,
	.mainNav .badge.bg-warning::before {
		border-top: 5px solid #ffc107;
	}

	.mainNav .badge-success::before,
	.mainNav .badge.bg-success::before {
		border-top: 5px solid #28a745;
	}

.mainNav .dropdown-menu .badge {
	bottom: 0;
	top: unset;
}

.mainNav .navbar-nav .nav-item.dropdown .dropdown-toggle .arrow-down {
	font-size: 18px;
}

.mainNav .navbar-nav > .nav-item.dropdown > .dropdown-toggle .arrow-down {
	position: absolute;
	right: 0;
}

/*drop-down*/

.navbar-nav .cartCounter .dropdown-menu {
	border: none;
	background-color: #FFF;
}

.navUp .dropdown .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown:hover .next-level {
	/* display: none; */
}

.navbar-nav .dropdown-menu {
	margin-top: 0;
}

.dropdown-menu a:hover {
	color: #0069d9;
}

.dropdown-menu a {
	padding-left: 15px;
	width: 100%;
	letter-spacing: 0.5px;
}

.generalDropDown {
	padding-top: 0;
}

	.generalDropDown .last {
		padding-right: 0;
	}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

/* animate */

.delay-0-5s {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.delay-1-5s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay-2-5s {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.delay-3-5s {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

/*header*/
header {
	padding-top: 43px;
}

	header .dropdown-menu .totals {
		border-top: 1px solid #dddddd;
		padding-top: 25px;
	}

	header .cartCounter .dropdown-menu {
		background-color: #fff;
	}

.header-links .btn-secondary {
	cursor: pointer;
}

.header-links .dropdown-menu ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}

.header-links .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}

.header-links .hl-label {
	display: flex;
	align-items: center;
}

.dropdown-menu {
	background-color: #fff;
}

.generalDropDown button {
	min-width: 36px;
}

.navUp .tax.dropdown-menu {
	min-width: 130px;
}

.dropdown:hover .dropdown-content {
	display: block;
}

section .product-filters,
.category-page .categoryGrid,
header section {
	overflow: initial;
}

.page-separator {
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	margin: 30px 0;
}

a.read {
	padding-left: 10px;
	font-weight: 700;
}

.mfp-content img {
	width: auto;
}

.img-wish {
	width: 100%;
	max-width: 500px;
}

ul.color-squares input {
	display: none;
}

.product-simple-share .btn {
	margin-right: 5px;
	display: flex;
	align-items: center;
}

	.product-simple-share .btn .fa {
		margin-right: 5px;
		align-self: center;
	}

.product-bundle .card:first-of-type {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
}

.product-bundle .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
}

pagination .pagination a:not([href]) {
	background-color: #0a5596;
	color: #fff;
}

.pagination a:not([href]):not([tabindex]):hover {
	color: #000;
	cursor: pointer;
}

.pagination {
	display: inline-flex;
	/* box-shadow: 0 -1px 3px 0 rgba(0,0,0,0.12);*/
}

	.pagination .page-item.current-page .page-link {
		background: #0091b5;
		border-color: transparent;
		color: #fff !important;
	}

	.pagination .page-link {
		transition: all .3s ease;
	}

	.pagination .page-item.current-page:hover .page-link {
		background: #02899C;
	}

	.pagination .page-item .page-link {
		background-color: #fff;
		color: #1D1F20;
		border-color: transparent;
	}

/*.pagination .page-item:hover .page-link {
		background-color: #1D1F20;
		color: #fff;
	}*/
/* shopping-links */

.shopping-links {
	display: inline-flex;
	align-items: center;
	padding: 0;
	margin: 0;
	order: 2;
}

	.shopping-links .nav-link {
		display: inline-flex;
		align-items: center;
		padding: 0 0 0 15px;
		color: #17a2b8;
	}

		.shopping-links .nav-link .mobile-desc {
			color: #000;
		}

		.shopping-links .nav-link .mdi {
			color: #000;
			font-size: 34px;
		}

/* catalog selectors */

.catalog-selectors .sort-container {
	display: inline-flex;
	align-items: center;
}

	.catalog-selectors .sort-container label {
		font-size: 16px;
		font-weight: 400;
		white-space: nowrap;
	}

.catalog-selectors #items_statistics {
	font-size: 14px;
	color: #888;
}

	.catalog-selectors #items_statistics .number {
		margin: 0 5px;
	}

	.catalog-selectors #items_statistics .items-total {
		margin-left: 5px;
	}

/* featured product */

.featured-product .card-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.featured-product .prod-list .actual-price {
	font-size: 16px;
}

.featured-product .old-price {
	font-size: 14px;
}

.featured-product .prod-list {
	display: inline-flex;
}

.featured-product .card-body {
	position: relative;
	max-width: calc(100% - 125px);
	padding: 0 15px;
	overflow: hidden;
}

.featured-product .card-buttons {
	top: unset;
	bottom: -38px;
}

.featured-product:hover .card-buttons {
	bottom: 0;
}

.featured-product-container .card-buttons .btn-secondary {
	background-color: #fff;
	color: #17a2b8;
	border: 0;
	border-radius: 0;
}

	.featured-product-container .card-buttons .btn-secondary:hover {
		background-color: #fff;
		color: #1D1F20;
		border: 0;
		border-radius: 0;
	}

.featured-product .prod-list,
.featured-product .prod-list:hover {
	border: 0;
	box-shadow: none;
}

	.featured-product .prod-list > a {
		display: block;
		position: relative;
		width: 125px;
	}

		.featured-product .prod-list > a img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			max-width: 125px;
			max-height: 125px;
			margin: auto;
		}

		.featured-product .prod-list > a:before {
			content: "";
			display: block;
			padding-top: 100%;
		}

.featured-product:hover {
	box-shadow: unset !important;
}

.manufacturer-card,
.category-card {
	display: inline-table;
	overflow: hidden;
}

	.manufacturer-card .img-holder,
	.category-card .img-holder {
		overflow: hidden;
	}
/* mobile collapsing menu */

#mobile-menu-opener {
	width: 30px;
	height: 23px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

	#mobile-menu-opener span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #1D1F20;
		border-radius: 0;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

		#mobile-menu-opener span:nth-child(1) {
			top: 0px;
			-webkit-transform-origin: left center;
			-moz-transform-origin: left center;
			-o-transform-origin: left center;
			transform-origin: left center;
		}

		#mobile-menu-opener span:nth-child(2) {
			top: 9px;
			-webkit-transform-origin: left center;
			-moz-transform-origin: left center;
			-o-transform-origin: left center;
			transform-origin: left center;
		}

		#mobile-menu-opener span:nth-child(3) {
			top: 18px;
			-webkit-transform-origin: left center;
			-moz-transform-origin: left center;
			-o-transform-origin: left center;
			transform-origin: left center;
		}

	#mobile-menu-opener.show span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0px;
		left: 5px;
	}

	#mobile-menu-opener.show span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}

	#mobile-menu-opener.show span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 22px;
		left: 5px;
	}

.logo-mobile {
	display: flex;
	height: 51px;
}

	.logo-mobile h1 {
		display: flex;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.logo-mobile img {
		width: auto;
		height: 56px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
/* language-mobile */

.header-links .language-list-mobile,
.header-links .tax-list-mobile,
.header-links .currency-list-mobile,
.header-links .store-list-mobile,
.header-links .currency-button,
.header-links .tax-button,
.header-links .language-button,
.header-links .store.button {
	display: none !important;
}

.option-list-mobile li {
	display: flex;
	background: #fff;
	justify-content: center;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 51px;
}

	.option-list-mobile li a {
		color: #000;
		align-self: center;
		font-size: 14px !important;
	}

.option-list-mobile img {
	align-self: center;
}

.option-list-mobile li:nth-child(even) {
	background-color: #f1f1f1;
}

.mobile-option-button {
	background: rgb(223, 225, 226);
	border-right: 1px solid #9da6b2;
	border-left: 1px solid #9da6b2;
	border-bottom: 1px solid #9da6b2;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 51px;
	align-items: center;
	display: flex;
	justify-content: center;
	transition: .3s all ease-in-out;
}

	.mobile-option-button:before {
		pointer-events: none;
		position: absolute;
		z-index: -1;
		content: '';
		border-style: solid;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		left: calc(50% - 10px);
		bottom: 0;
		border-width: 10px 10px 0 10px;
		border-color: #e1e1e1 transparent transparent transparent;
	}

	.mobile-option-button.icon-change:before {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		border-color: #000 transparent transparent transparent;
	}

.options-container {
	padding: 15px;
	background: #f1f1f1;
}

.o-c-h {
	top: -52px;
	position: absolute;
}
/* impersonated */

#small-search-box-form .impersonated-container {
	display: none;
}

.impersonated-container {
	border: 1px solid #ffffff;
	border-radius: .25rem;
	padding: 5px;
	height: 30px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
}
/* mobile - search */

#searchModal form {
	padding-top: 0;
	margin-bottom: 0;
}

#searchModal .modal-content {
	border: 0;
	border-radius: 0;
	background-color: #f7f7f7;
}

#searchModal .modal-dialog {
	margin: 0;
	max-width: 100%;
}

#searchModal form .administration {
	display: none;
}

#searchModal .search-box-text {
	height: 46px;
	border-radius: 0;
	border: 0;
	background: #f7f7f7;
}

#searchModal .search-box-button {
	width: 46px;
	height: 46px;
	display: flex;
	border-radius: 0;
	justify-content: center;
}

#searchModal .fa-search {
	font-size: 22px;
	color: #fff;
}

#searchModal .fa-pencil-square-o {
	font-size: 22px;
	color: rgba(0, 0, 0, .5);
}

#searchModal.modal.fade .modal-dialog {
	transition: unset;
	height: 52px;
	position: sticky;
	width: 100%;
	top: 0;
}

#searchModal.show .modal-content .input-group {
	animation-name: mobile-search;
	animation-duration: .3s;
	-webkit-animation-name: mobile-search;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: .3s;
}

@-webkit-keyframes mobile-search {
	0% {
		top: -52px;
	}

	100% {
		top: 0;
	}
}

@keyframes mobile-search {
	0% {
		top: -52px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes autocomplete {
	0% {
		left: -100%;
	}

	100% {
		left: 0;
	}
}

@keyframes autocomplete {
	0% {
		left: -100%;
	}

	100% {
		left: 0;
	}
}

#searchModal .nav-item.admin {
	display: none !important;
}
/*side - block settings*/

.block-account-navigation {
	padding: 15px;
}

	.block-account-navigation .generalTitle {
		font-size: 16px;
		text-transform: uppercase;
		margin-top: 6px;
	}

	.block-account-navigation .list {
		padding-left: 0;
	}
/*.account-page {*/
/*background: #fff;*/
/*min-height: 650px;*/
/*}*/
.return-request-table table {
	width: 100%;
}

.return-request-table thead {
	background-color: #ececec;
}

	.return-request-table thead th {
		padding: 5px;
	}

	.return-request-table thead .product {
		min-width: 220px;
	}

	.return-request-table thead .quantity {
		max-width: 80px;
		min-width: unset;
	}

	.return-request-table thead .reason {
		min-width: 220px;
	}

.return-request-table tbody td {
	padding: 15px;
}

.return-request-table tbody tr {
	border: 1px solid #ececec;
}

	.return-request-table tbody tr td {
		border-right: 1px solid #ececec;
		border-bottom: 1px solid #ececec;
	}

		.return-request-table tbody tr td:last-child {
			border-right: 2px solid #ececec;
		}

.block-account-navigation .list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	background-color: #fff;
	color: #888;
	border: 2px solid transparent;
	border-radius: .25rem;
	font-size: 14px;
	padding: 0 15px 0 15px;
	line-height: 50px;
	height: 50px;
	font-weight: 400;
	position: absolute;
	right: 0;
	width: 100%;
	text-align: right;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .5s ease;
}

.generalLeftSide li.active.last > a {
	color: #17a2b8;
}

.generalLeftSide .block .h5 strong {
	font-weight: 500;
}

.block-account-navigation .list li {
	position: relative;
	height: 50px;
	margin-bottom: 5px;
}

	.block-account-navigation .list li:before {
		display: none
	}

.block-account-navigation ul,
.viewBox ul {
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	padding-left: 0;
}

	.viewBox ul.sublist {
		padding-left: 15px;
	}

.block-account-navigation {
	padding: 0;
}

	.block-account-navigation .list li a:hover,
	.block-account-navigation .list li a.active {
		border: 2px solid #0091b5;
		color: #0091b5;
	}

.block-popular-tags .btn {
	margin: 4px;
}

.register-block .text {
	padding-top: 7px;
}

.block-recently-viewed-products li {
	overflow: auto;
}

	.block-recently-viewed-products li a {
		display: flex;
		align-items: center;
	}

list settings .list__item,
.listClear {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-group-item a:hover,
.list-group-item a:focus {
	color: #007bff;
}

.card .btn i {
	font-size: 15px;
}

.list-group {
	padding-bottom: 25px;
}
/*polls*/

.progress {
	display: -webkit-box;
	overflow: hidden;
	font-size: .75rem;
	line-height: 1rem;
	background-color: #eceeef;
	border-radius: .25rem;
	width: 100%;
	text-align: right;
}

.card-title a {
	color: #1D1F20;
	text-decoration: none;
}

.card-title {
	color: #1D1F20;
}

.order-progress .list-inline-item:not(:last-child) {
	margin-right: 0px;
}

.order-progress .active-step a,
.order-progress .inactive-step a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

	.order-progress .active-step a.btn-info:hover {
		color: #fff;
	}

	.order-progress .active-step a.btn-secondary:hover,
	.order-progress .inactive-step a.btn-secondary:hover {
		color: #1d1f20;
	}

	.order-progress .inactive-step a.disabled,
	.order-progress .active-step a.disabled {
		color: #fff;
	}

.progress-bar {
	color: #000;
}
/*homepage*/

.home-page-polls {
	margin: 40px 0;
}

	.home-page-polls .list-group .list-group-item {
		background-color: rgb(255, 255, 255);
	}

	.home-page-polls fieldset,
	.home-page-polls fieldset .custom-control {
		display: inline-block;
	}

	.home-page-polls .custom-control-label {
		margin-right: -3px;
	}

.category-page .subCategoryList p,
.home-page-product-grid p {
	font-size: 12px;
	padding-top: 15px;
}

.login-page .inputs {
	padding-left: 3px;
}
/* reservations */

#hoursDiv input {
	visibility: hidden;
	width: 0;
}
/*productbox*/

.card.gen {
	border-radius: 0;
	border: 0;
}

	.card.gen img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}

	.card.gen .picture {
		display: block;
		position: relative;
	}

		.card.gen .picture::before {
			content: "";
			display: block;
			padding-top: 100%;
		}

.change-percent {
	position: absolute;
	top: 0;
	left: -4px;
	padding: 5px;
	font-weight: 300;
	font-size: 16px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
	transition: all .3s ease;
}

	.change-percent:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: -10px;
		width: 10px;
		height: 10px;
		width: 0;
		height: 0;
		border-top: 10px solid #128c2d;
		border-left: 10px solid transparent;
		margin: 25px auto 0;
	}

.new-product-label {
	z-index: 1;
	position: absolute;
	top: 0;
	left: -4px;
	padding: 5px;
	font-weight: 300;
	font-size: 16px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
	transition: all .3s ease;
}

	.new-product-label.with-promo {
		top: 45px;
	}

	.new-product-label:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: -10px;
		width: 10px;
		height: 10px;
		width: 0;
		height: 0;
		font-weight: 700;
		border-top: 10px solid #02899c;
		border-left: 10px solid transparent;
		margin: 25px auto 0;
		transition: all .3s ease;
	}

.card.gen .card-body-content .card-title {
	padding-top: 10px;
}

	.card.gen .card-body-content .card-title a,
	.featured-product .card-body .card-title a {
		font-weight: 400;
		font-size: 16px;
	}

.card.gen .card-body {
	position: relative;
}

	.card.gen .card-body .card-body-content {
		z-index: 99;
		width: 100%;
		padding: 0;
		position: relative;
		background: #fff;
		border-radius: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

.card.gen:hover .card-buttons {
	opacity: 1;
	top: -38px;
}

.card-buttons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 98;
	transition: all .3s ease;
}

	.card-buttons .btn-group {
		width: 100%;
		padding: 0;
		overflow: hidden;
	}

.card.gen .btn-group .btn-info {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.card.gen .btn-group .btn .mdi {
	font-size: 24px;
}

.card.gen .btn-group .btn-info {
	display: flex;
	justify-content: center;
	width: 100% !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 1;
	transition: all .3s ease;
}

.card.gen .btn-group .btn-secondary {
	display: flex;
	justify-content: center;
	width: auto;
	border-right: 0;
	color: #1D1F20;
	padding: 6px 10px;
	border-color: #fff;
	border-right-color: #fff;
	background-color: #fff;
}

	.card.gen .btn-group .btn-secondary:hover {
		background-color: #0091b5;
		border-color: #0091b5;
		color: #fff;
	}

.card.gen .btn-group .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	width: 100%;
}

.card.gen .add-cart-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.card.gen .actual-price {
	color: #373a3c;
	font-size: 18px;
	font-weight: 500;
}

.card.gen .btn-group .btn:last-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right-color: #1D1F20;
}

.card.gen .btn-group .btn:nth-child(2) {
	border-left: 0;
}

.card-buttons .btn-info {
	width: 100%;
	justify-content: center;
}

.card.gen .base-price-pangv {
	font-size: 14px;
}

.card.gen .btn-group .btn + .btn,
.card.gen .btn-group .btn + .btn-group,
.card.gen .btn-group .btn-group + .btn,
.card.gen .btn-group .btn-group + .btn-group,
.card.gen .btn-group-vertical .btn + .btn,
.card.gen .btn-group-vertical .btn + .btn-group,
.card.gen .btn-group-vertical .btn-group + .btn,
.card.gen .btn-group-vertical .btn-group + .btn-group {
	margin-left: 0;
	border-left: 0;
}
/*sidebar*/

.generalLeftSide {
	padding-bottom: 50px;
	padding-top: 13px;
}

	.generalLeftSide .viewBox {
		margin: 15px 0;
	}

	.generalLeftSide .tags .view-all {
		margin-top: 16px;
	}

	.generalLeftSide li:hover::before {
		-webkit-transition: all 0.3s;
		-webkit-transition-timing-function: linear;
		transition: all 0.3s;
		transition-timing-function: linear;
		color: #0091b5;
	}

	.generalLeftSide li.active.last::before {
		color: #0091b5;
	}

	.generalLeftSide li:before {
		color: #ddd;
		content: "■";
		position: relative;
		right: 8px;
		font-size: 18px;
		margin-left: -7px;
		top: 2px;
		display: none;
	}

.available-items li:before {
	display: none;
}

.tab-content ul,
.available-items ul {
	padding-left: 16px;
}

.product-details-page .product-tabs .nav-link,
#pills-mobile-tab .nav-item .nav-link {
	position: relative;
	color: #5F6D74;
	font-weight: 300;
	border: 0;
	text-transform: uppercase;
}

	.product-details-page .product-tabs .nav-link.active,
	#pills-mobile-tab .nav-item .nav-link.active {
		color: #1D1F20;
		font-weight: 400;
	}

		.product-details-page .product-tabs .nav-link.active::after,
		#pills-mobile-tab .nav-item .nav-link.active::after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 2px;
			background: #1D1F20;
		}

.product-details-page #product_tab_content {
	margin-top: 15px;
}

.product-details-page .short-description {
	font-weight: 300;
}

.product-contact-error,
.product-contact-send {
	display: none;
}

.filter-button {
	max-width: 115px;
}

.blog-filter.filter-button {
	max-width: 155px;
}

.generalLeftSide li {
	list-style-type: none;
	font-size: 14px;
}

	.generalLeftSide li a {
		position: relative;
		color: #888;
		text-decoration: none;
		font-size: 14px;
		display: flex;
		margin-bottom: 10px;
	}

.generalLeftSide .block-category-navigation li.last.active > .sublist > li a::before {
	content: "";
	position: absolute;
	top: 7px;
	left: -15px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #17a2b8;
}

.generalLeftSide li a .total {
	position: absolute;
	right: 15px;
	opacity: 0.5;
}

.generalLeftSide li.active.last > a .total, .generalLeftSide li a:hover .total {
	opacity: 1;
}

.generalLeftSide li a:hover {
	color: #17a2b8;
}

.generalLeftSide .product-filter {
	display: block;
	width: 100%;
}

.generalLeftSide .product-spec-group .title {
	color: #888;
	margin-bottom: 5px;
}

.generalLeftSide .product-spec-group .spec-link {
	font-size: 14px;
	color: #26A69A;
}

	.generalLeftSide .product-spec-group .spec-link:hover {
		text-decoration: underline;
	}

.generalLeftSide .product-spec-group .btn-group-sm .color-squares {
	margin: 0 3px 3px 0;
}

.generalLeftSide .generalTitle strong {
	font-weight: 400;
}

.generalLeftSide .block-poll .listbox .poll-display-text {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

.generalLeftSide .block-poll .listbox fieldset .custom-control {
	text-align: left;
}

.generalLeftSide .block-poll .buttons {
	display: flex;
	justify-content: flex-start;
}

.generalLeftSide .block-poll .list-group {
	flex: 0 0 100%;
	max-width: 100%;
}

.generalLeftSide .block-poll .poll-total-votes {
	font-size: 14px;
}

.product-price-filter .btn-sm {
	min-width: 185px;
	margin-bottom: 5px !important;
}
/*forum*/

.forum-edit-page .forum-post-text {
	min-height: 200px;
}

.forum-topic-page .forum-post {
	border-right: 1px solid #d9d9d9;
}

.forum-edit-page .card textarea.form-control {
	min-height: 200px;
}

.forums-table-section table tbody tr:nth-child(even) {
	background-color: #f1f1f1;
}

.avatar {
	overflow: hidden;
	display: table-cell;
}
/*price*/

.overview-buttons .prices {
	font-weight: 500;
	font-size: 17px;
}

.product-price .your-price strong {
	font-weight: 500;
	font-size: 24px;
}

.overview-buttons .prices .actual-price,
.associatedItem .actual-price,
.catalog-product-price {
	font-size: 1.25rem;
	font-weight: 500;
}

.category-grid a h4 {
	padding-top: 15px;
	text-decoration: none;
}

.product-details-page .overview .product-price,
.product-details-page .overview .non-discounted-price {
	padding-left: 0;
}

.product-details-page .overview .old-price {
	font-size: 17px;
}

.overview-buttons {
	display: flex;
	flex-wrap: wrap;
}

	.overview-buttons .btn-secondary {
		display: flex;
		align-items: center;
		margin-right: 5px;
	}

.old-product-price span,
.old-price {
	text-decoration: line-through;
	color: #888;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
}

.category-grid a:hover,
.category-grid a:hover h4 {
	text-decoration: none;
}

.tags .tag-pill a {
	color: #e8eceb;
}

.tags a:hover {
	text-decoration: none;
}

.card-subtitle.text-muted {
	margin: 15px 0;
}

.card .card-footer {
	border: 0;
}

	.card .card-footer .form-group {
		margin-bottom: 0;
	}

		.card .card-footer .form-group div {
			padding: 0;
			margin-left: 6px;
		}

			.card .card-footer .form-group div .btn {
				width: 100%;
				padding: 8px;
			}

.catalog-quantity {
	max-width: 46px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0;
	border: 0;
	text-align: center;
}

.account-order .card,
.headBottom,
.card .card-footer .form-group div input {
	width: 100%;
}

.card .card-footer,
.card .card-header,
ul.opc .order-summary-content h5 {
	background-color: transparent;
}

.generalMiddle {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
}

.social li {
	display: inline-flex;
	margin-right: 10px;
}
/*product*/

.product-details-page .product-bundle .img-fluid {
	overflow: hidden;
}

.product-details-page .add-to-cart-button {
	margin-bottom: 4px;
}

.product-details-page .associatedItem .btn-secondary {
	min-height: 38px;
	margin-left: 5px;
}

.prod-list {
	border: 1px solid transparent;
	box-shadow: unset;
	transition: all .3s ease;
}

	.prod-list:hover {
		border: 1px solid #0091b5;
		box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12)
	}

	.prod-list a {
		overflow: hidden !important;
	}

	.prod-list .actual-price {
		font-weight: 500;
		font-size: 18px;
	}

	.prod-list img {
		max-width: 200px;
		max-height: 200px;
	}

	.prod-list .product-rating-box.list-group {
		padding-bottom: 0;
	}

	.prod-list .card-title {
		margin-bottom: 0;
	}

		.prod-list .card-title strong {
			font-weight: 500;
		}

	.prod-list .img-holder {
		position: relative;
		max-width: 200px;
		width: 200px;
	}

		.prod-list .img-holder .picture {
			display: block;
			position: relative;
			height: 0;
			width: 100%;
			padding-top: 100%;
		}

.product-details-page .sp-wrap {
	max-width: 100%;
	border: 0;
	background: 0;
}

.product-details-page .sp-thumbs {
	display: inline-flex;
	overflow-x: auto;
	width: 100%;
	padding: 1px;
	flex-wrap: nowrap;
	margin-top: 15px;
}

	.product-details-page .sp-thumbs a {
		margin-right: 5px;
	}

		.product-details-page .sp-thumbs a:link,
		.sp-thumbs a:visited {
			display: flex;
			width: 100px;
			min-width: 100px;
			min-height: 100px;
			height: 100px;
			padding: .25rem;
			background-color: #fff;
			border: 4px solid #fff;
			outline: 1px solid #ddd;
		}

.product-details-page .thumbnails {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 15px 0;
}

	.product-details-page .thumbnails .thumb-popup-link {
		margin-right: 5px;
	}

	.product-details-page .thumbnails img {
		width: 100px;
		height: auto;
		border-radius: 0 !important;
	}

.product-details-page .overview .generalTitle {
	font-weight: 300;
}

.sp-lightbox {
	z-index: 99999 !important;
	background: rgba(0, 0, 0, .8) !important;
}

	.sp-lightbox .close {
		color: #fff;
		opacity: 1;
	}

		.sp-lightbox .close:after {
			content: "";
			position: absolute;
			display: flex;
			background: #fff;
			top: 15px;
			right: 15px;
			width: 3px;
			height: 20px;
			transform: rotate(45deg);
		}

		.sp-lightbox .close:before {
			content: "";
			position: absolute;
			display: flex;
			background: #fff;
			top: 15px;
			right: 15px;
			width: 3px;
			height: 20px;
			transform: rotate(-45deg);
		}

	.sp-lightbox img {
		border: 0 !important;
	}

	.sp-lightbox #sp-prev,
	.sp-lightbox #sp-next {
		background: transparent !important;
		border: 0 !important;
	}

.sp-large {
	display: block !important;
}

#sp-next:before {
	content: '';
	border: 13px solid transparent !important;
	border-left: 17px solid rgba(255, 255, 255, .7) !important;
	position: absolute !important;
	top: 16px !important;
	left: 10px !important;
}

#sp-prev:before {
	content: '';
	border: 13px solid transparent !important;
	border-right: 17px solid rgba(255, 255, 255, .7) !important;
	position: absolute !important;
	top: 16px !important;
	left: 7px !important;
}
/* product quickview */

.product-quickview .product-details-page {
	background: #fff;
	padding: 15px;
}

.product-quickview .close {
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 1;
	width: 50px;
	height: 50px;
	cursor: pointer !important;
}

.product-quickview .quick-close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}

	.product-quickview .quick-close:before {
		content: "";
		position: absolute;
		top: 25px;
		right: 15px;
		width: 15px;
		height: 3px;
		background: #000;
		transform: rotate(45deg);
	}

	.product-quickview .quick-close:after {
		content: "";
		position: absolute;
		top: 25px;
		right: 15px;
		width: 15px;
		height: 3px;
		background: #000;
		transform: rotate(-45deg);
	}

@media (min-width: 576px) {
	.product-quickview .modal-dialog.container {
		max-width: 540px;
	}

	.product-quickview {
		max-width: 960px;
	}
}

@media (min-width: 768px) {
	.product-quickview .modal-dialog.container {
		max-width: 720px;
	}

	.return-request-table thead th {
		min-width: 140px;
	}

	.product-quickview {
		max-width: 960px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.card.gen .btn-group .btn-info {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.product-quickview .modal-dialog.container {
		max-width: 960px;
	}

	.product-quickview {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.product-quickview .modal-dialog.container {
		max-width: 1140px;
	}
}

/*Zalo*/
@media (max-width: 767px) {
	.zalo-icon {
		width: 16px;
		height: 16px;
		margin-left: 7px;
		margin-bottom: -1px;
	}
}

@media (min-width: 568px) {
	.zalo-icon {
		width: 18px;
		height: 18px;
		margin-left: 7px;
		margin-bottom: -1px;
	}
}

@media (min-width: 768px) {
	.zalo-icon {
		width: 20px;
		height: 20px;
		margin-left: 7px;
		margin-bottom: -1px;
	}
}

@media (min-width: 992px) {
	.zalo-icon {
		width: 22px;
		height: 22px;
		margin-left: 7px;
		margin-bottom: -1px;
	}
}

@media (min-width: 1200px) {
	.zalo-icon {
		width: 24px;
		height: 24px;
		margin-left: 7px;
		margin-bottom: -1px;
	}
}

/*rating*/

.ratings {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: 20px;
	font-size: 20px;
	backface-visibility: hidden;
	text-align: center;
}

.rating-box {
	display: flex;
	justify-content: flex-start;
	position: relative;
	height: 20px;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

	.rating-box::before {
		content: "\2605\2605\2605\2605\2605";
		height: 20px;
		color: #c3c5c9;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		font-size: 18px;
	}

	.rating-box .rating {
		position: absolute;
		left: 0;
		top: 0;
		height: 20px;
		overflow: hidden;
	}

		.rating-box .rating:before {
			content: "\2605\2605\2605\2605\2605";
			height: 20px;
			color: #ffc107;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-wrap: nowrap;
			font-size: 18px;
			position: absolute;
			left: 0;
		}

.rating-options {
	padding-top: 7px;
}

	.rating-options .custom-control-label {
		color: #f0ad4e;
		font-size: 30px;
		cursor: pointer;
	}

		.rating-options .custom-control-label::after {
			display: none;
		}

		.rating-options .custom-control-label::before {
			display: none;
		}

	.rating-options .custom-control-input:focus ~ .custom-control-label::before {
		box-shadow: unset;
	}

	.rating-options .custom-control-label::before {
		background-color: transparent !important;
	}

.vote.up {
	margin-top: 24px;
}
/* Sitemap */

.sitemap-products-group {
	display: block;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-fill: balance;
	line-height: 2;
}
/*table - topic*/

.topic,
table {
	border-bottom: 2px solid rgba(55, 58, 60, 0.45);
}

.table > tbody > tr > td.topic-details {
	padding-left: 35px;
}

.table > tbody > tr.short-description > td,
.table > tbody > tr.full-description > td {
	vertical-align: top;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

.topic-post,
.table-responsive {
	margin-top: 16px;
}
/*!important - to handle external js*/

.color-container .color {
	display: inline-block;
	width: 32px !important;
	height: 32px !important;
	border: 1px solid #444 !important;
	cursor: pointer;
}

.flex-grid.row,
.flex-grid.row > div[class*='col-'],
.manuList .row > div[class*='col-'],
.page .related-products-grid .row,
.manuList .row,
.manuList .row > div[class*='col-'],
.manufactureGrid .row,
.manufactureGrid .row > div[class*='col-'],
.vendroGrid .row,
.vendroGrid .row > div[class*='col-'],
.product-tag-grid .row,
.product-tag-grid .row > div[class*='col-'],
.address-list .row,
.address-list .row > div[class*='col-'],
.product-grid .row,
.product-grid .row > div[class*='col-'],
.search-results-list .row,
.search-results-list .row > div[class*='col-'],
.page .select-shipping-address .row,
.page .select-shipping-address .row > div[class*='col-'],
.page .product-grid.bestsellers .row,
.page .product-grid.bestsellers .row > div[class*='col-'],
.page .select-billing-address .row,
.page .select-billing-address .row > div[class*='col-'],
.page .listWiew .row,
.page .listWiew .row > div[class*='col-'],
.page .generalFlexBox .row,
.page .generalFlexBox .row > div[class*='col-'],
.page .home-page-product-grid .row,
.page .home-page-product-grid .row > div[class*='col-'],
.page .subCategoryList .row,
.page .subCategoryList .row > div[class*='col-'],
.page .related-products-grid .row,
.page .related-products-grid .row > div[class*='col-'],
.recently-added-products-page .row,
.recently-added-products-page .row > div[class*='col-'],
.page.recently-viewed-products-page .row,
.page.recently-viewed-products-page .row > div[class*='col-'],
.select-billing-address .row,
.select-billing-address .row > div[class*='col-'] {
	display: flex;
	flex-wrap: wrap;
	padding: 8px;
}

.flex-grid .card,
.manufactureGrid .card,
.product-tag-grid .card,
.manuList .card,
.page .product-grid .card,
.page .select-billing-address .card,
.page .news-list-homepage .card,
.page .blog-list-homepage .card,
.page .subCategoryList .card,
.page .home-page-product-grid .card,
.product-grid.bestsellers .card,
.generalFlexBox .card,
.related-products-grid .card,
.page.recently-viewed-products-page .card,
.select-billing-address .card,
.recently-added-products-page .card,
.categoryItems .card {
	margin-bottom: 0;
	width: 100%;
	border: 0;
	border-radius: 0;
}

	.flex-grid .card .card-header,
	.manufactureGrid .card .card-header,
	.product-tag-grid .card .card-header,
	.manuList .card .card-header,
	.page .product-grid .card .card-header,
	.page .select-billing-address .card .card-header,
	.page .news-list-homepage .card .card-header,
	.page .blog-list-homepage .card .card-header,
	.page .subCategoryList .card .card-header,
	.page .home-page-product-grid .card .card-header,
	.product-grid.bestsellers .card .card-header,
	.generalFlexBox .card .card-header,
	.related-products-grid .card .card-header,
	.page.recently-viewed-products-page .card .card-header,
	.select-billing-address .card .card-header,
	.recently-added-products-page .card .card-header,
	.categoryItems .card .card-header {
		margin-left: 0;
	}

.categoryGrid a.viewmode-icon,
.manufacturerGrid a.viewmode-icon {
	color: #888;
	font-size: 24px;
}

	.categoryGrid a.viewmode-icon:hover {
		color: #26A69A;
	}

	.categoryGrid a.viewmode-icon.selected:hover {
		color: #26A69A;
	}

	.categoryGrid a.viewmode-icon.selected {
		color: #26A69A;
	}

.list-title .card-title {
	font-weight: 300;
	font-size: 24px;
	width: 100%;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.categoryGrid .list-title {
	position: absolute;
	left: 45px;
	bottom: 20px;
	max-width: 80%;
	overflow: hidden;
}

.categoryItems .card a,
.categoryGrid .card a {
	overflow: hidden;
}

.list-picture {
	position: relative;
	overflow: hidden;
}

	.list-picture a {
		display: block;
		position: relative;
		height: 0;
		width: 100%;
		padding-top: 65%;
	}

		.list-picture a img {
			position: absolute;
			max-width: 100%;
			max-height: 100%;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			margin: auto;
		}

.card-grey {
	background-color: rgba(221, 221, 221, 0.29);
	cursor: pointer;
}

.step-title .fa {
	bottom: 12px;
	position: relative;
}

/* vendor */

.vendor-page .info {
	margin: 15px 0 0 0;
	padding: 15px 0;
	border-top: 1px solid #dfdfdf;
}

	.vendor-page .info .col-form-label {
		font-weight: 700;
	}

/*card*/


.cartTable .sku,
.cartTable .attributes {
	font-size: 16px;
}

.cart-collaterals .title,
.generalLeftSide h6,
.generalLeftSide h5 {
	font-size: 21px;
}

.sku-number {
	display: block;
}

section.totals {
	border-left: 1px solid #eceeef;
}

.listWiew .card-body .btn-group {
	position: absolute;
	bottom: 20px;
}

.listWiew .card-body {
	min-height: 270px;
}

.method-name .custom-control-indicator {
	top: 10px;
}

.collapse.ok {
	position: absolute;
}

.card.generalNote {
	z-index: 10000;
	position: fixed;
	width: 100%;
	display: none;
	bottom: 0;
	margin: auto;
	padding: 15px 15px;
	border-radius: 0;
}

.eu-cookie-bar-notification {
	background: rgba(23, 162, 184, .9) !important;
}

#eu-cookie-bar-notification .ok-button {
	color: #000 !important;
	font-weight: 500;
}

#eu-cookie-bar-notification .learn-more {
	background-color: #1D1F20;
	border-color: #1D1F20;
	text-decoration: none;
	transition: all .3s ease;
}

	#eu-cookie-bar-notification .learn-more:hover {
		background-color: transparent;
		border-color: #fff;
	}

.card.gen a {
	overflow: hidden;
}

.generalNote a {
	color: #fff !important;
}

table th.latest-post {
	min-width: 150px;
}

.fa.fa-angle-down {
	position: absolute;
	right: 10px;
	margin-top: 0px;
	font-size: 32px;
}

.td-title {
	font-weight: 700;
}

.toolbar {
	text-align: right;
}

.tooltip-inner {
	max-width: 204px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
	padding: 2px;
}

	.tooltip-inner img {
		width: 200px;
	}
/*one page checkout*/

.opc .allow .card-grey {
	background-color: #61676c;
	color: #fff;
	cursor: pointer;
}

.opc .active .card-grey {
	background-color: #0091b5;
	color: #fff;
	cursor: pointer;
}

.opc .step-title .card-bodyquote {
	margin-bottom: 0;
}

.opc .card-grey {
	background-color: rgba(204, 204, 204, 0.17);
	color: rgba(129, 138, 145, 0.36);
	border: 1px solid #dfdfdf;
}

.payment-method ul,
.shipping-method ul,
.message-error ul,
.tabs ul,
.account-order .card ul,
ul.info,
ul.opc {
	padding-left: 0;
}

	ul.opc h5 {
		padding: 10px;
		background-color: #dddddd;
		text-transform: uppercase;
		margin-bottom: 2px;
		font-size: 15px;
	}

select.form-control:not([size]):not([multiple]) option {
	min-height: 25px;
}

.generalImg img {
	padding-right: 10px;
}

.cartCounter .btn {
	padding: 11px;
}

.cartCounter span {
	text-transform: uppercase;
	font-size: 11px;
}

.cartCounter {
	padding-top: 7px;
}

.order-summary-content .custom-control-description i {
	visibility: visible;
}

.order-summary-content .title h5 {
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}

.order-summary-content .remove-from-cart {
	padding: 1rem;
}

.order-summary-content .table thead th {
	border-bottom: 0;
	border-top: 0;
}
/*comment*/

.comment .card-footer {
	padding: 5px 10px;
}

.details .comments,
.quote {
	padding-left: 15px;
	font-style: italic;
}

.quote {
	background: #eee;
	border: 1px dashed #aaa;
}

valid mgs .input-validation-error {
	border-color: #d9534f;
}

.input-validation-error:focus {
	border-color: #d9534f;
}

.filtered-items ul {
	padding-left: 0;
}
/* shopping cart */

.shopping-cart {
	width: 100%;
	border-bottom: 0;
	margin-bottom: 15px;
	border: 1px solid rgba(0, 0, 0, .2);
}

	.shopping-cart thead {
		border-bottom: 1px solid rgba(0, 0, 0, .2);
	}

	.shopping-cart th.product {
		width: 100%;
	}

	.shopping-cart th {
		color: #364150;
		padding: 20px;
		white-space: nowrap;
		font-weight: 400;
		font-size: 16px;
		text-transform: uppercase;
	}

	.shopping-cart td {
		background: #fff;
		border-bottom: 1px solid rgba(0, 0, 0, .2);
		border-right: 1px solid rgba(0, 0, 0, .2);
		min-width: 60px;
		padding: 20px;
	}

		.shopping-cart td:last-child {
			border-right: 0 !important;
			text-align: center;
			padding: 10px;
		}

	.shopping-cart tr:last-child td {
		border: none;
		border-right: 1px solid rgba(0, 0, 0, .2);
	}

	.shopping-cart tr:last-child {
		margin-bottom: 0;
	}

	.shopping-cart .product-unit-price.price,
	.shopping-cart .product-subtotal.price,
	.shopping-cart .prod-total,
	.shopping-cart .unit-price del {
		font-size: 18px;
		margin-left: 3px;
	}

	.shopping-cart .remove-from-cart .remove {
		display: none;
	}

	.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u + label {
		border: 1px solid rgba(0, 0, 0, .25);
		background: transparent;
		z-index: 996;
	}

	.shopping-cart .remove-from-cart input[type='checkbox'] + label {
		width: 40px;
		height: 40px;
		display: block;
		position: relative;
		margin-top: auto;
		margin-bottom: auto;
		margin-right: auto !important;
		margin: auto;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		text-indent: -999px;
		overflow: hidden;
		border: 1px solid #000;
		cursor: pointer;
		z-index: 99;
	}

	.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u + label:before,
	input[type='checkbox'].checkbox-u + label:after {
		content: '';
		width: 20px;
		height: 2px;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		margin: auto;
		background: transparent;
		transition: 0.2s ease all;
		-moz-transition: 0.2s ease all;
		-webkit-transition: 0.2s ease all;
	}

	.shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:before {
		left: 11px;
	}

	.shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:after {
		width: 14px;
		bottom: -4px;
		left: -13px;
	}

	.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u:checked + label:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u:checked + label:after {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u:checked + label:before,
	input[type='checkbox'].checkbox-u:checked + label:after {
		transition: 0.4s ease all;
		-moz-transition: 0.4s ease all;
		-webkit-transition: 0.4s ease all;
		background: #405763;
	}

	.shopping-cart td.product .product-name {
		font-size: 16px;
	}

	.shopping-cart .quantity .plus,
	.shopping-cart .quantity .minus {
		position: relative;
		cursor: pointer;
		width: 30px;
		height: 30px;
		border: 1px solid #405763;
	}

		.shopping-cart .quantity .plus::after,
		.shopping-cart .quantity .plus::before,
		.shopping-cart .quantity .minus::before {
			content: "";
			width: 15px;
			height: 1px;
			background: #405763;
			position: absolute;
			left: 7px;
			top: 13px;
		}

		.shopping-cart .quantity .plus::after {
			transform: rotate(90deg);
		}

	.shopping-cart .quantity .qty-input {
		width: 60px;
		border: 1px solid #405763;
		color: #405763;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		font-size: 16px;
		height: 30px;
		box-shadow: unset;
	}

	.shopping-cart .unit-price,
	.shopping-cart .sku,
	.shopping-cart .quantity {
		white-space: nowrap;
	}

	.shopping-cart .subtotal-text,
	.shopping-cart .unit-price-text {
		display: none;
	}

.shopping-cart-page .common-buttons .update-cart-button::before {
	font-family: Font Awesome\ 5 Free;
	padding-right: 5px;
	font-weight: 900;
}

.shopping-cart-page .totals,
.shopping-cart-page .deals,
.shopping-cart-page .estimate-shipping {
	background: #fff;
	padding: 15px;
}

.shopping-cart-page .deals,
.shopping-cart-page .estimate-shipping {
	margin-bottom: 15px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
}

.shopping-cart-page .totals td {
	border-top: 0;
}

.shopping-cart-page .totals table {
	border-bottom: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px !important;
	border-collapse: unset;
}

.shopping-cart-page .update-cart-button,
.shopping-cart-page .continue-shopping-button,
.shopping-cart-page .removeAll-cart-button {
	font-family: inherit;
	font-weight: 400;
	font-size: 16px !important;
}

	.shopping-cart-page .removeAll-cart-button::before {
		padding-right: 5px;
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
	}

	.shopping-cart-page .continue-shopping-button::before {
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		padding-right: 5px;
	}

.shopping-cart-page select:focus {
	background-color: #eee;
}

.shopping-cart-page .total-info {
	margin-top: 0;
}

	.shopping-cart-page .total-info tbody {
		border: 0;
	}

.shopping-cart-page .checkout-buttons {
	display: flex;
	justify-content: center;
}

.shopping-cart .qty-input-ro {
	margin: auto;
	width: 70px;
	border-radius: 0;
}
/* wishlist new */

.shopping-cart tbody {
	border: 0;
}

.estimate-shipping-result {
	font-weight: 700;
}

.shopping-cart-page .desktop-shopping-table .table-remove .custom-control-indicator {
	left: 15px;
}

.wishlist-content .desktop-shopping-table .table-remove .custom-control-indicator {
	left: 26px;
}

.desktop-shopping-table .table-qty input {
	width: 65px;
}

.mobile-shopping-table {
	border: 2px solid #000;
}

	.mobile-shopping-table .table-name {
		width: 50%;
	}

	.mobile-shopping-table .table-remove .custom-control-indicator {
		width: 20px;
		height: 20px;
	}

.checked-cart {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
	color: #fff;
	background-color: #007bff;
}

.cart-checkbox {
	width: 20px;
	left: 8px;
}
/* order-details */

.order-details-page .shopping-cart th.product {
	width: 65%;
}

.order-details-page .btn-group .btn:last-of-type {
	margin-right: 0;
}

.order-details-page .shopping-cart .product {
	margin: 0;
}

	.order-details-page .shopping-cart .product em a {
		font-size: 18px;
	}

.order-details-page .totals table {
	background: #fff;
	border: 1px solid #eee !important;
	margin-bottom: 0;
}
/*fly shopping cart*/

.pageForSlide {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

	.pageForSlide.show {
		-webkit-transform: translate3d(-15%, 0, 0);
		transform: translate3d(-20%, 0, 0);
	}

.flyout-cart.no-data {
	height: auto !important;
}

.flyout-cart-nodata-text {
	font-size: 16px;
}

.flyout-cart-nodata-icon {
	width: 100%;
	color: rgba(0, 0, 0, .20);
}

	.flyout-cart-nodata-icon .mdi {
		font-size: 70px;
	}

.flyout-cart-header {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	padding: 5px;
	background: #0091b5;
	color: #fff;
	height: 43px;
}

.mini-shopping-cart {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.out-items {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.flyout-cart .items {
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flyout-cart .items-container {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 100px;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	z-index: 1;
}

.flyout-cart-header a {
	color: #fff;
	font-size: 16px;
}

.flyout-cart-header .close-cart {
	order: 2;
	padding-right: 10px;
}

	.flyout-cart-header .close-cart .c-button__text {
		display: flex;
		align-items: center;
		justify-content: center;
	}

.flyout-cart .product {
	margin-bottom: 0 !important;
}

.fly-close {
	z-index: 99999;
	position: absolute;
	right: 0;
	background: #0091b5;
	color: #fff;
	height: 43px;
	padding-left: 0;
	padding-right: 0;
	width: 9.333333%;
}

	.fly-close:before {
		content: "";
		position: absolute;
		top: 20px;
		right: 15px;
		width: 15px;
		height: 3px;
		background: #fff;
		transform: rotate(45deg);
	}

	.fly-close:after {
		content: "";
		position: absolute;
		top: 20px;
		right: 15px;
		width: 15px;
		height: 3px;
		background: #fff;
		transform: rotate(-45deg);
	}

#topcartlink {
	cursor: pointer;
}

	#topcartlink .c-button__text {
		display: flex;
	}

.dropdowns-container.fly-in {
	margin-left: -5px;
}

.flyout-cart .cart-button {
	color: #fff;
	background: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0.6);
	box-shadow: none;
}

	.flyout-cart .cart-button:hover {
		color: #fff;
		background: rgba(255, 255, 255, 0.15);
	}

.flyout-cart .btn-info:not(:disabled):not(.disabled).active,
.flyout-cart .btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	border-color: #fff;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: none;
}

.flyout-cart .price strong {
	color: #1D1F20;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	margin-left: 5px;
}

.flyout-cart .quantity strong {
	color: #1D1F20;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.flyout-cart .attributes {
	font-weight: 300;
	font-size: 12px;
	color: #888;
}

.navUp .container.fly-in {
	padding-right: 21px !important;
}

.flyout-cart .name {
	margin-bottom: 5px;
}

	.flyout-cart .name a {
		color: #1D1F20;
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
	}

.flyout-cart .price span,
.flyout-cart .quantity span {
	font-size: 14px;
	line-height: 1;
	font-weight: 300;
}

.flyout-cart {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

	.flyout-cart .flyout-cart-bottom {
		padding: 15px;
		background-color: #1D1F20;
		min-width: 300px;
		width: 100%;
	}

		.flyout-cart .flyout-cart-bottom .totals {
			font-size: 14px;
			text-transform: uppercase;
			color: #fff;
			display: flex;
			flex-direction: column;
			padding: 0;
			align-items: flex-start;
		}

		.flyout-cart .flyout-cart-bottom strong {
			font-weight: 600;
			font-size: 22px;
			letter-spacing: 1px;
		}

	.flyout-cart .item {
		border-bottom: 1px solid #dddddd;
		padding: 15px !important;
	}

		.flyout-cart .item:last-of-type {
			border-bottom: none;
		}

.mini-shopping-cart .product {
	font-size: 12px;
}

.wishlist-container {
	position: relative;
}

#topcartlink .cart-qty,
.wishlist-qty {
	border-radius: 100%;
	background: #0091b5;
	color: #fff;
	font-size: 9px;
	font-weight: 300;
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 36px;
	top: -5px;
}

span.product-quantity {
	min-width: 60px;
}

.group li:nth-child(2)::before,
.cartCounter .dropdown-toggle::after,
.ui-helper-hidden-accessible,
.generalLeftSide .block-recently-viewed-products li:before {
	display: none;
}

.pm-unread {
	font-weight: 700;
}

.generalNote {
	padding: 10px;
}

	.generalNote p {
		margin-bottom: 0;
		color: #FFF;
		text-align: center;
	}

	.generalNote a {
		text-decoration: underline;
	}

.generalAdToCart input {
	max-width: 62px;
	display: inline;
	position: relative;
	margin-right: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.generalAdToCart select {
	width: auto;
	max-width: 75px;
}

.enter-price-input {
	display: block;
}

.close {
	position: absolute;
	right: 7px;
	top: 4px;
	z-index: 1;
}

.administration {
	border-left: 0px;
}

.category-description ul {
	list-style-type: inherit;
}

.shipments {
	overflow: auto;
}

.attributes ul {
	margin-bottom: 0;
	padding-left: 0;
}

.product-details-page .attributes .selected-value label {
	border: 2px solid #0091b5;
}

.product-details-page .attributes table {
	overflow: hidden;
}
/*datapicker*/

.ui-datepicker {
	background-color: #fff;
	padding: 10px;
	border: 0.5px solid #a4a6a7;
}

.ui-datepicker-next {
	float: right;
}

.ui-datepicker-next,
.ui-datepicker-prev {
	font-weight: 700;
	cursor: pointer;
}

.ui-datepicker-calendar td {
	padding: 7px;
}

.associatedItem {
	border-bottom: 2px solid #eeeeee;
}

.product-details-page .variant-name {
	font-size: 20px;
	font-weight: 500;
}

.product-details-page .associatedItem .qty-input {
	max-width: 62px;
}

.btn-group.dropdown a.nav-link.dropdown-toggle::after {
	display: none;
}

/* newsletter */
/*
.newsletter {
    padding: 45px 15px;
} */
.newsletter-title {
	color: #fff;
	font-size: 44px;
	font-weight: 700;
}

.newsletter-desc {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
/*#newsletter-email {
    color: #fff;
    border: 1px solid #fff;
    background: 0;
    border-radius: 0;
    margin-right: 5px;
}
#newsletter-email::placeholder {
    color: #fff;
}
#newsletter-email::-webkit-input-placeholder {
    color: #fff;
}
#newsletter-email::-moz-placeholder {
    color: #fff;
} /*
#newsletter-subscribe-button {
    border-width: 1px;
}
/*#newsletter-email,
.newsletter-button-container {
    height: 50px;
} */
.newsletter-subscribe-unsubscribe {
	display: flex;
}

.newsletter-validation,
.newsletter-result {
	position: absolute;
	bottom: -10px;
}

/*footer*/

footer {
	background-color: #fff;
	width: 100%;
	display: inline-block;
	height: auto;
	padding: 45px 0 0 0;
}

footer {
	background-color: #fff;
	width: 100%;
	display: inline-block;
	height: auto;
}

	footer .footer-lower {
		margin: 45px 0 0 0;
		padding: 30px 0;
	}

	footer .viewBox ul {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		padding-left: 0;
	}

	footer .about-us.block {
		color: #777;
		font-size: 14px;
	}

	footer .step-title .card-bodyquote {
		margin-bottom: 0;
	}

	footer .newsletter .btn i {
		margin-right: 0;
		padding-right: 0;
	}

	footer .newsletter-container {
		background: #ececec;
	}

	footer .block h2 {
		border-bottom: 1px solid #ececec;
	}

		footer .block h2 strong {
			font-weight: 300;
			text-transform: uppercase;
		}

	footer .block .list-group-item a,
	#newsletter-subscribe-block .strong.h3 {
		font-size: 13px;
		font-weight: 400;
		transition: all .3s ease;
	}

	footer .block h2,
	footer .block a {
		color: #000;
	}

	footer h5 {
		text-transform: uppercase;
		font-size: 15px;
		font-weight: bold;
	}

	footer .color-holder {
		min-height: 8px;
		top: 0;
		width: 100%;
		margin-bottom: 16px;
	}

	footer .list-group .list-group-item {
		background-color: transparent;
		padding: 1px;
		border: 0;
		margin-right: 15px;
	}

.footer-lower {
	border-top: 1px solid #dfdfdf;
}

footer .social-icons a span {
	display: flex;
	color: #17a2b8;
	font-size: 24px;
	transition: all .3s ease;
}

footer .socicon-facebook:hover {
	color: #3b5998;
}

footer .socicon-twitter:hover {
	color: #3b5998;
}

footer .socicon-rss:hover {
	color: #28a745;
}

footer .socicon-googleplus:hover {
	color: #dc4e41;
}

footer .socicon-linkedin:hover {
	color: #0077b5;
}

footer .socicon-youtube:hover {
	color: #b31217;
}

footer .socicon-instagram:hover {
	color: #517fa4;
}

footer .socicon-pinterest:hover {
	color: #bd081c
}

.socicon-facebook:before {
	content: "\e028";
}

.socicon-twitter:before {
	content: "\e08d";
}

.socicon-googleplus:before {
	content: "\e038";
}

.socicon-linkedin:before {
	content: "\e04c";
}

.socicon-youtube:before {
	content: "\e0a5";
}

.socicon-instagram:before {
	content: "\e044";
}

.socicon-rss:before {
	content: "\e071";
}

.socicon-pinterest:before {
	content: "\e063";
}
/*IE FIX*/

.card a {
	overflow: hidden;
}

.img-fluid {
	width: auto;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.header-logo img {
	width: auto;
	padding: 15px 0;
}

.add-to-cart-button {
	display: inline-flex;
	display: inline-block;
}

.overview-buttons .generalAdToCart > .form-group {
	display: flex;
}

.btn-section .btn {
	margin-bottom: 5px;
}
/*Safari*/

.step-title {
	width: 100%;
}

.wishlist-content .custom-control-description {
	padding-right: 0;
	margin-left: 0;
}

.wishlist-content .remove-from-cart {
	min-width: 25px;
}
/*media*/

@media screen and (max-width: 1400px) {
	.flyout-cart .count, .flyout-cart .count a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 901px) {
	.shopping-cart tr {
		float: left;
		margin: 0 0 2% 2%;
		width: 33.1%;
	}

		.shopping-cart tr:nth-child(3n+1) {
			clear: both;
			margin-left: 0;
		}

	.shopping-cart .quantity .qty-input {
		width: 45px;
	}
}

@media screen and (min-width: 1200px) {
	.shopping-cart .subtotal {
		min-width: 165px;
	}

	.product-quickview {
		max-width: 1140px;
	}

	.shopping-cart .unit-price {
		text-align: center;
	}
}

@media screen and (max-width: 1200px) {
	.shopping-cart .remove-from-cart:nth-child(2) {
		position: absolute;
		right: 0;
		top: 0;
	}

	.prod-list .actual-price,
	.prod-list .old-price {
		font-size: 16px;
	}

	.c-offcanvas--right {
		width: 45%;
	}

	.pageForSlide.show {
		-webkit-transform: translate3d(-35%,0,0);
		transform: translate3d(-35%,0,0);
	}

	.deleteshoppingcartitem {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 28px;
		z-index: 1;
	}

	.shopping-cart-page .remove-from-cart {
		height: 0 !important;
	}

	.remove-from-cart::before {
		background: transparent !important;
	}

	.return-product-container {
		width: calc(100% - 30px);
		margin-left: 15px;
	}

	.advanced-search-results .products-container .product-desc {
		max-width: 220px;
	}

	.order-details-page .quantity {
		font-size: 23px;
		color: #000 !important;
	}

	.card.gen .btn-group .btn {
		padding-left: 8px;
		padding-right: 8px;
		display: flex;
		justify-content: center;
	}

	.order-details-page td.subtotal {
		justify-content: flex-end;
	}

	.shopping-cart td.product .product-name {
		font-size: 18px;
	}

	.shopping-cart .discount {
		font-size: 12px;
	}

	.order-details-page .shopping-cart .product {
		width: 100%;
		background: #eee;
		min-height: 52px;
	}

	.order-details-page .product-unit-price,
	.order-details-page .product-subtotal.price {
		font-size: 23px;
	}

	.order-details-page .shopping-cart tr {
		min-height: 160px;
	}

	.order-details-page .shopping-cart .unit-price {
		justify-content: flex-end;
		margin-bottom: 0;
	}

	.shopping-cart-container {
		box-shadow: unset !important;
	}

	.order-details-page .shopping-cart .product-subtotal.price {
		position: relative;
		left: unset;
		bottom: unset;
	}

	.shopping-cart .product-subtotal.price {
		position: absolute;
		left: 75px;
		bottom: 20px;
	}

	.order-details-page .quantity {
		font-size: 23px;
		color: #000 !important;
	}

	.order-details-page .shopping-cart .product {
		width: 100%;
		background: #eee;
		min-height: 52px;
		padding: 10px !important;
	}

	.order-details-page .product-unit-price,
	.order-details-page .product-subtotal.price {
		font-size: 18px;
	}

	.shopping-cart .remove-from-cart.remove-os {
		width: 100% !important;
	}

		.shopping-cart .remove-from-cart.remove-os label {
			margin-left: auto !important;
			left: -25px !important;
		}

		.shopping-cart .remove-from-cart.remove-os p {
			width: 100%;
		}

	.shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:after {
		left: -12px;
	}

	.shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:before {
		left: 9px;
	}

	.shopping-cart {
		box-shadow: unset;
		border: 0;
	}

		.shopping-cart .quantity .qty-input {
			width: 45px;
		}

		.shopping-cart .remove-from-cart input[type='checkbox'] + label {
			width: 30px;
		}

		.shopping-cart td {
			padding: 15px;
		}

	.shopping-cart-page {
		clear: both;
	}

	.shopping-cart tbody {
		border: 0;
	}

	.shopping-cart thead {
		display: none;
	}

	.shopping-cart tr {
		margin: 0 0 10px;
		font-size: 0;
		letter-spacing: 0;
		border: 2px solid #fff;
		position: relative;
		text-align: center;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
		padding-bottom: 65px;
		display: flex !important;
		flex-direction: column;
	}

	.shopping-cart td {
		font-size: 14px;
		letter-spacing: .2px;
		padding: 15px;
		border: none !important;
		text-align: center;
	}

	.shopping-cart tr,
	.shopping-cart td {
		display: block;
	}

	.shopping-cart tr {
		margin-right: 2px;
		min-height: 315px;
		border: 1px solid rgba(0, 0, 0, .25);
	}

	.shopping-cart .remove-from-cart,
	.shopping-cart .add-to-cart {
		height: 48px;
		align-items: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border: none;
		text-align: center;
		display: -webkit-flex;
		display: -webkit-box;
		display: -moz-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center !important;
		margin-right: 0 !important;
		padding: 0;
		width: 50%;
	}

		.shopping-cart .remove-from-cart input[type='checkbox'] + label {
			margin: unset;
			top: 3px;
			margin-left: 3px;
			margin-bottom: auto !important;
		}

		.shopping-cart .remove-from-cart .remove {
			display: block;
			margin-bottom: 0;
			margin-left: 15px;
			left: 25px;
			z-index: 99;
			text-transform: uppercase;
			font-size: 16px;
			top: 10px;
			position: absolute;
		}

		.shopping-cart .remove-from-cart:before,
		.shopping-cart .add-to-cart:before {
			content: '';
			position: absolute;
			height: 48px;
			top: 0;
			left: 0;
			right: 0;
			background: #dfe1e2;
			z-index: 0;
		}

	.shopping-cart .product-picture {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 15px;
		margin-top: 15px;
	}

		.shopping-cart .product-picture a:before {
			content: '';
			display: block;
		}

		.shopping-cart .product-picture img {
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: auto;
			max-width: 100%;
		}

		.shopping-cart .product-picture ~ td {
			padding: 10px;
		}

	.shopping-cart .product {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-self: flex-start;
		padding: 0 10px 0 !important;
		padding-bottom: 10px !important;
	}

	.shopping-cart .quantity {
		left: 0;
		width: 45%;
		padding: 10px 0 10px 10px !important;
		color: #909090;
		text-transform: none;
		font-family: 'Lato', sans-serif;
		line-height: 18px;
		font-size: 18px;
	}

	.shopping-cart .quantity,
	.shopping-cart .subtotal {
		display: flex;
		align-items: center;
		height: 66px;
		margin: 0 !important;
		padding: 10px;
		text-align: center !important;
		border-top: 1px solid #ccc !important;
		position: absolute;
		bottom: 0;
		top: unset;
	}

	.order-details-page .shopping-cart tr {
		min-height: 160px;
	}

	.shopping-cart .subtotal {
		width: 60%;
		right: 0;
		padding-left: 5px !important;
		justify-content: flex-end;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		.shopping-cart .subtotal .price span:first-of-type {
			font-size: 17px !important;
		}

		.shopping-cart .subtotal .price span:nth-of-type(2) {
			font-size: 26px !important;
		}

		.shopping-cart .subtotal .price span:nth-child(3) {
			font-size: 17px !important;
		}

	.shopping-cart tbody tr:nth-child(even) {
		background-color: #fff;
	}

	.shopping-cart .unit-price {
		display: flex;
		align-items: center;
		bottom: 66px;
		width: 100%;
		justify-content: center;
		padding-left: 0 !important;
		padding-top: 0 !important;
	}

	.shopping-cart .subtotal-text,
	.shopping-cart .unit-price-text {
		display: inline-block;
		margin-right: 5px;
		font-size: 20px;
	}

	.shopping-cart .subtotal .prod-total {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.c-offcanvas-bg.c-offcanvas-bg--left {
		display: none;
	}

	.c-offcanvas-content-wrap.is-open:not(.c-offcanvas-content-wrap--left) {
		-webkit-transform: translate3d(-15%, 0, 0);
		transform: translate3d(-15%, 0, 0);
	}

	.c-offcanvas--left.mobile-menu {
		display: none;
	}

	footer .about-us.block li {
		padding-right: 15px;
		border-right: 1px solid #dfdfdf;
	}

		footer .about-us.block li:last-child {
			border-right: 0;
		}

	.mainNav .navbar-nav > .nav-item .nav-link {
		display: inline-flex;
		align-items: center;
		padding: 8px 25px 8px 8px;
	}

	.mainNav .navbar-nav > .nav-item:first-child .nav-link {
		display: inline-flex;
		align-items: center;
		padding: 8px 25px 8px 0;
	}

	.mainNav .navbar-nav > .nav-item .dropdown-menu .nav-link {
		padding: 8px;
		font-size: 14px;
		white-space: nowrap;
	}

	.navUp.navbar-light .navbar-nav .nav-link:focus,
	.navUp.navbar-light .navbar-nav .nav-link:hover {
		color: #0091b5;
	}

	.mainNav .nav-item {
		position: relative;
		display: flex;
		flex-direction: column;
		cursor: pointer;
	}

		.mainNav .nav-item.dropdown .dropdown-menu .nav-item {
			flex-direction: row;
			margin-top: -1px;
		}

	.mainNav .category-icon {
		font-size: 26px !important;
		position: static !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mainNav .navbar-nav > .nav-item > .category-icon {
		padding-top: 10px;
	}

	.mainNav .nav-item.dropdown .dropdown-menu .category-icon {
		padding-right: 15px;
		font-size: 20px !important;
	}

	.mainNav .navbar-nav > .nav-item > .nav-link .category-icon {
		padding-bottom: 5px;
	}

	.mainNav .navbar-nav {
		align-items: center;
		flex-wrap: wrap;
	}

	ul.ui-autocomplete {
		min-width: 350px;
	}

	.header-links .nav-item.col {
		flex-basis: unset;
		flex-grow: unset;
		flex: unset;
		padding: 0;
		max-width: unset;
		width: unset;
	}

	.header-links #topcartlink.nav-item.col {
		position: static;
	}

	.dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}

		.dropdown-menu.show {
			display: block;
			opacity: 1;
			visibility: visible;
			-webkit-transform: translateY(0px);
			-moz-transform: translateY(0px);
			-ms-transform: translateY(0px);
			-o-transform: translateY(0px);
			transform: translateY(0px);
		}

	.mainNav .dropdown-menu.first-level {
		border: 0;
		border-top: 1px solid rgba(0, 0, 0, .1);
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	.mainNav .dropdown-menu {
		min-width: 100%;
		border: 0;
		border-left: 0 solid transparent;
	}

	.navUp .dropdown-menu {
		border: 0;
		border-top: 6px solid transparent;
	}

		.navUp .dropdown-menu > ul {
			border: 1px solid #ddd;
			border-bottom-left-radius: .25rem;
			border-bottom-right-radius: .25rem;
		}

		.navUp .dropdown-menu ul li:last-child {
			border-bottom-left-radius: .25rem;
			border-bottom-right-radius: .25rem;
		}

	.mainNav .nav-item.dropdown:hover > .dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}

	.mainNav .nav-item.dropdown > .next-level {
		left: 100%;
		top: 0;
		position: absolute;
		border-top: 1px solid rgba(0,0,0,.1);
		transition: all .3s ease;
	}

	.wishlist-content .custom-control {
		min-width: 50px;
	}

	#ModalAddToCart .modal-dialog {
		min-width: 800px;
	}

	.header-links .admin-group {
		display: none !important;
	}

	#searchModal .admin-group {
		display: none !important;
	}

	#searchModal .search-box-button span:nth-child(3) {
		display: none !important;
	}

	header .collapse {
		display: none !important;
	}

	.wishlist-content th:first-of-type {
		width: 10%;
	}

	.register-block .register-button {
		margin-top: 85px;
	}

	.first-level .dropdown:hover .next-level {
		display: block;
		position: absolute;
		top: 0;
		border-top: 1px solid rgba(0, 0, 0, .1);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.shopping-cart-page .card {
		padding-bottom: 0;
	}

	.subrow .quantity .td-title {
		position: relative;
		top: 6px;
	}

	.subrow .unit-price {
		position: relative;
		padding-top: 6px;
	}

	.categoryGrid .list-picture {
		width: 100%;
		height: 100%;
		min-width: 360px;
		min-height: 330px;
		background-size: cover;
		background-position: center;
	}
}

@media screen and (max-width: 991px) and (min-width: 767px) {
	.shopping-cart tr {
		float: left;
		margin: 0 0 2% 2%;
		width: 49%;
	}

	.forum-topic-page .post-user {
		border-right: 1px solid #d9d9d9;
	}

	.shopping-cart tr:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
}

@media (max-width: 1024px) {
	#ModalAddToCart .cross-sell-container {
		display: none;
	}

	.featured-product .card-buttons {
		bottom: 0;
	}

	.card.gen .card-buttons {
		top: -38px;
		position: static;
	}

	.return-request-table thead .product,
	.return-request-table thead .reason {
		min-width: 165px;
	}

	body.fly-in {
		padding-right: unset;
	}

	.dropdowns-container.fly-in {
		margin-left: unset;
	}

	.navUp .container.fly-in {
		padding-right: 16px !important;
	}
}

@media (max-width: 991px) {
	.header-links .dropdowns-container {
		display: none;
	}

	.mobile-desc {
		justify-content: center;
		font-size: 9px;
		line-height: 1;
		padding: 5px 0 0 0;
		letter-spacing: -.01px;
	}

	#topcartlink .cart-qty:before {
		content: '';
		position: absolute;
		top: -1px;
		left: -1px;
		width: 20px;
		height: 20px;
		border: 2px solid #fff;
		border-radius: 100%;
	}

	.product-details-page .thumbnails img {
		width: 90px;
	}

	.newsletter-validation, .newsletter-result {
		bottom: -25px;
		font-size: 12px;
	}

	.flyout-cart .name {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		max-width: 150px;
	}

	.flyout-cart .flyout-cart-bottom strong {
		font-size: 18px;
	}

	.dropdowns-container .dropdown-menu {
		min-width: 40px;
		border: 1px solid rgba(0,0,0,.15);
	}

		.dropdowns-container .dropdown-menu .active a {
			color: #000;
		}

		.dropdowns-container .dropdown-menu li a {
			color: #888;
			font-size: 12px;
			padding: 0 10px;
			text-align: center;
		}

	.filter-button .c-button__text {
		display: flex;
		align-items: center;
	}

	#leftSide.is-open {
		transform: translate3d(0,0,0);
	}

	#leftSide {
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	.flyout-cart-header {
		font-size: 14px;
	}

	.flyout-cart .name a,
	.flyout-cart .price strong,
	.flyout-cart .price span, .flyout-cart .quantity span,
	.flyout-cart .quantity strong {
		font-size: 13px;
	}

	.mainNav {
		display: none;
	}

	.mobile-menu .dropdowns-container {
		border-top: 1px solid #000;
		width: 100%;
		list-style-type: none;
		padding: 15px;
	}

		.mobile-menu .dropdowns-container .generalDropDown {
			display: flex;
			justify-content: center;
			width: 100%;
		}

	.c-offcanvas--right {
		width: 320px;
	}

	#topcartlink .c-button__text {
		flex-direction: column;
	}

	#pills-manufacturers .manufacturer-dropdown,
	#pills-links .links-dropdown {
		display: block;
		position: static;
		width: 100%;
		border: 0;
		padding: 0;
		border-radius: 0;
	}

	#pills-menu .navbar-nav {
		width: 100%;
		padding-left: 0;
	}

	#pills-mobile-tab {
		display: inline-flex;
		flex-wrap: nowrap;
		width: 100%;
	}

	#pills-mobile-tabContent.tab-content > .active {
		display: flex;
	}

	#pills-mobile-tab .nav-item .nav-link:not(.active)::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: rgba(0,0,0,.15);
	}

	#pills-mobile-tab .nav-item {
		display: inline-block;
		width: 100%;
	}

		#pills-mobile-tab .nav-item .nav-link.active {
			color: #1D1F20;
			font-weight: 700;
		}

		#pills-mobile-tab .nav-item .nav-link {
			padding: 17px 12px;
			color: #888;
			font-size: 12px;
			font-weight: 400;
			background-color: transparent;
			justify-content: center;
		}

	.c-offcanvas--left {
		width: 320px;
		overflow: scroll;
		transform: translate3d(-320px, 0, 0);
		-webkit-transform: translate3d(-320px, 0, 0);
	}

	.c-offcanvas-content-wrap.c-offcanvas-content-wrap--left.is-open {
		-webkit-transform: translate3d(15%, 0, 0);
		transform: translate3d(15%, 0, 0);
	}

	.c-offcanvas-content-wrap.c-offcanvas-content-wrap--right.is-open {
		-webkit-transform: translate3d(-15%, 0, 0);
		transform: translate3d(-15%, 0, 0);
	}

	.header-links {
		width: 100vw;
	}

	.mobile-menu .nav-item.dropdown > .dropdown-menu {
		display: block;
		position: fixed !important;
		top: 53px !important;
		left: -100% !important;
		transform: translate(-100%,0) !important;
		-webkit-transform: translate(-100%,0) !important;
		height: 100vh;
		border-radius: 0;
		border: 0;
		padding: 0;
		transition: all .5s ease;
	}

		.mobile-menu .nav-item.dropdown > .dropdown-menu.next-level {
			top: 0 !important;
		}

		.mobile-menu .nav-item.dropdown > .dropdown-menu.show {
			transform: translate(0,0) !important;
			-webkit-transform: translate(0,0) !important;
			left: 0 !important;
		}

	.mobile-menu .navbar-nav .nav-item,
	.mobile-menu .manufacturer-dropdown .nav-item,
	.mobile-menu .links-dropdown .nav-item {
		position: relative;
		border-bottom: 1px solid rgba(0,0,0,.15);
	}

	.mobile-menu .nav-item .nav-link {
		display: flex;
		justify-content: space-between;
		padding: 14px 25px;
		color: #1D1F20;
		font-size: 14px;
	}

		.mobile-menu .nav-item .nav-link .arrow-down {
			color: #1D1F20;
			transform: rotate(-90deg);
		}

	.mobile-menu .nav-item .badge {
		left: 26px;
		top: 1px;
		position: absolute;
		font-weight: 300;
		padding: 2px 3px;
		color: #fff;
	}

	.mobile-menu .nav-item .dropdown-toggle::after {
		display: none;
	}

	[off-canvas*=left] {
		display: block;
		width: 320px;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #fff;
		box-shadow: 0 0 24px rgba(0,0,0,0.3);
		transform: translate(-330px,0);
		z-index: 3;
	}

	.fly-in [off-canvas*=left] {
		transform: translate(0,0);
	}

	nav.offcanvas .navbar-toggler {
		padding: 0;
	}

	nav.offcanvas {
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		height: auto;
		background-color: #fff;
		border-bottom: 1px solid rgba(0,0,0,.15);
	}

	.advanced-search-results.open {
		top: 47px;
	}

	.category-icon {
		font-size: 26px;
	}

	.page-container.fixed {
		margin-top: 0;
	}

	.navUp .edit.admin {
		display: none !important;
	}

	.card.gen .btn-group .btn:first-child {
		max-width: 100%;
		width: 100%;
	}

	.navUp .nav-link:hover {
		color: #007bff !important;
	}

	.mainNav.fixed {
		position: relative;
		top: 0;
	}

	.social li {
		display: inline-flex;
		margin-right: 10px;
	}

	.nav-pills .nav-link {
		border-bottom-right-radius: .25rem;
		border-top-right-radius: .25rem;
	}

	.mobile-search {
		margin-left: auto;
	}

	#topcartlink .cart-qty {
		background: #0091b5;
		color: #fff;
		position: static;
		font-size: 11px;
		width: 18px;
		height: 18px;
		top: 2px;
		left: 14px;
		position: absolute;
	}

	.wishlist-qty {
		top: 0;
		left: 20px;
	}

	.wishlist-container {
		order: 2;
	}

	#topcartlink {
		order: 3;
		margin-left: auto;
		padding-right: 0;
	}

	.navUp .container.fly-in {
		padding-right: 0 !important;
	}

	body.fly-in {
		padding-right: 0;
	}

	.shopping-cart .product-picture {
		top: 85px;
	}

	.modal-open {
		overflow: hidden;
	}

	footer .max-100 {
		max-width: 100% !important;
	}

	footer .list-pad {
		padding-left: 15px !important;
	}

	footer .step-title {
		width: 100%;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		border-radius: 0;
	}

	#ModalAddToCart .modal-dialog {
		min-width: 700px;
	}

	header {
		padding-top: 120px;
	}

	.news-item-page img {
		padding: 0;
	}

	.order-summary-content .table-remove input {
		width: 50px;
		height: 50px;
		display: flex;
		left: -15px;
		top: -15px;
	}

	#searchModal .search-box-select {
		max-width: 180px;
		width: auto;
		height: 52px;
		border-top: 0;
		border-bottom: 0;
		border-left: 1px solid #9da6b2;
	}

	.footer .block {
		cursor: pointer;
		display: inline-block;
	}

	.block.active h5,
	.block:hover h5 {
		border-left: 3px solid #87c255;
	}

	.dropdown:hover .dropdown-menu,
	.dropdown .dropdown-menu {
		display: none;
	}

	.block h5 {
		cursor: pointer;
		border-left: 3px solid transparent;
		-webkit-transition: all 0.3s;
		-webkit-transition-timing-function: linear;
		transition: all 0.3s;
		transition-timing-function: linear;
	}

	.product-unit-price,
	.quantity .td-title,
	.subtotal span.product-subtotal {
		position: relative;
	}

	.social {
		padding-top: 15px;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu.open {
		display: block;
		background-color: rgb(65, 69, 72);
	}

	.navbar-expand-md .navbar-nav .dropdown-menu.next-level.open {
		display: block;
		background-color: rgb(97, 103, 108);
		position: absolute;
		width: 100%;
	}

	.navUp li a {
		font-size: 12px;
	}

	.dropdown-menu {
		margin: 0;
	}

	.mainNav .nav-item:last-of-type {
		border: none;
	}

	.mainNav .nav-item {
		border-bottom: 1px solid #484c4e;
	}

	.generalDropDown select.custom-select {
		padding-right: 30px;
	}

	section.totals {
		border-top: 1px solid #eceeef;
		border-left: 0;
	}

	.generalMiddle {
		display: block;
	}

	.subrow span.product-subtotal {
		position: relative;
		bottom: 8px;
	}

	.subrow span.product-subtotal {
		position: relative;
		bottom: 8px;
	}

	#searchModal .search-box-text.form-control {
		box-shadow: none;
	}

	.header-links .nav-item {
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.cart-container,
	.wishlist-container {
		display: none;
	}

	.header-links .cart-container,
	.header-links .wishlist-container {
		display: list-item
	}

	.header-links .nav-item .nav-link {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #1D1F20;
		padding: 15px 0;
	}

	.mobile-top-menu {
		width: 100vw;
		padding-left: 10px;
	}

	.navUp {
		position: absolute;
		height: auto;
	}

	footer {
		padding: 0;
	}

		footer .step-title {
			text-align: center;
			border: 0;
		}

		footer .about-us .h5 {
			color: #212529;
		}

		footer .about-us .list-pad {
			text-align: center;
		}

	.product-simple-share .btn {
		display: inline-block;
		height: 38px;
	}

	#collapsing-navbar-2 .dropdown-menu {
		position: static;
		width: 100%;
	}

	.social li {
		display: inline-flex;
		margin-right: 10px;
	}

	.footer .block {
		cursor: pointer;
		display: inline-block;
	}

	.block.active h5,
	.block:hover h5 {
		border-left: 3px solid #87c255;
	}

	.dropdown:hover .dropdown-menu,
	.dropdown .dropdown-menu {
		display: none;
	}

	.block h5 {
		cursor: pointer;
		border-left: 3px solid transparent;
		-webkit-transition: all 0.3s;
		-webkit-transition-timing-function: linear;
		transition: all 0.3s;
		transition-timing-function: linear;
	}

	.product-unit-price,
	.quantity .td-title,
	.subtotal span.product-subtotal {
		/*position: relative;*/
	}

	.generalLeftSide {
		display: none;
		padding: 15px 0 15px 0;
	}

	#leftSide .generalLeftSide {
		display: block;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu.open {
		display: block;
		background-color: rgb(65, 69, 72);
	}

	.navbar-expand-md .navbar-nav .dropdown-menu.next-level.open {
		display: block;
		background-color: rgb(97, 103, 108);
		position: absolute;
		width: 100%;
	}

	.dropdown-menu {
		margin: 0;
	}

	.mainNav .nav-item:last-of-type {
		border: none;
	}

	.mainNav .nav-item {
		border-bottom: 1px solid #484c4e;
	}

	.generalDropDown select.custom-select {
		padding-right: 30px;
	}

	section.totals {
		border-top: 1px solid #eceeef;
		border-left: 0;
	}

	.generalMiddle {
		display: block;
	}

	ul.ui-autocomplete {
		position: fixed !important;
		top: 52px;
		width: calc(100% - 51px) !important;
		max-width: calc(100% - 51px) !important;
		animation-name: autocomplete;
		animation-duration: .3s;
		-webkit-animation-name: autocomplete;
		-webkit-animation-duration: .3s;
		box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
	}
}

@media (max-width: 767px) {
	.prod-list .img-holder {
		max-width: 180px;
		width: 180px;
	}

	.card-buttons .btn-group {
		display: none;
	}

	.advanced-search-results .products-container .product-desc {
		max-width: 200px;
	}

	.advanced-search-results .products-container .list-group-item {
		padding: 5px 0 5px 0;
	}

	.advanced-search-results .products-title {
		padding-left: 0;
	}

	.advanced-search-results .right-side {
		order: 1;
		border-left: 0;
		padding-left: 15px;
	}

	.advanced-search-results .left-side {
		order: 2;
	}

	.advanced-search-results .center-side {
		order: 3;
	}

	#ModalAddToCart .cross-sell-container {
		max-height: calc(100vh - 30px);
	}

	#ModalAddToCart .modal-body {
		max-height: 675px;
		overflow: hidden;
	}

	#ModalAddToCart .cross-sell-container .btn-group .btn.btn-primary .add-cart-text {
		display: block !important;
	}

	#ModalAddToCart .cross-sell-container .btn-group .btn.btn-primary .fa-shopping-cart {
		display: none !important;
	}

	.order-details-page .quantity .td-title {
		position: static;
	}

	#ModalAddToCart .modal-body .modal-border h4 a {
		font-size: 16px;
	}

	.shopping-cart .product-unit-price.price {
		font-size: 18px;
	}

	.shopping-cart .product-subtotal.price {
		font-size: 18px;
	}

	.shopping-cart tr {
		float: left;
		margin: 0 0 2% 0;
		width: 100%;
	}

		.shopping-cart tr:nth-child(n+1) {
			clear: both;
		}

	.shopping-cart .unit-price {
		bottom: 66px;
		min-width: 140px;
		display: flex;
		align-items: flex-end;
		width: 100%;
		justify-content: center;
		background: transparent;
	}

	.shopping-cart .product-picture {
		top: 80px;
		padding-top: 20px;
		background: transparent;
	}

	#ModalAddToCart .modal-dialog {
		min-width: 500px;
	}

	.product-details-page .overview {
		padding-left: 0;
		padding-right: 0;
	}

	.media-pad-off {
		padding-left: 0;
		padding-right: 0;
	}

	.modal-padding-off {
		padding-left: 0;
		padding-right: 0;
		border: 0;
	}

	.footer-lower {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	footer .block {
		cursor: pointer;
		display: inline-block;
	}

	.wishrow {
		margin: auto;
	}

	.wishlist-content .table > tbody > tr > td,
	.cartTable .table > tbody > tr > td {
		vertical-align: middle;
		width: 100%;
		display: block;
		text-align: center;
		padding: 2px;
		padding-bottom: 40px;
	}

		.wishlist-content .table > tbody > tr > td:first-of-type,
		.cartTable .table > tbody > tr > td:first-of-type {
			padding-bottom: 0;
			height: 46px;
		}

	.subrow {
		display: -webkit-inline-box;
	}

	.quantity {
		position: relative;
		top: -7px;
	}

	.product {
		margin-bottom: 10px;
	}

	.rate label {
		display: block;
	}

	.rate .custom-control + .custom-control {
		margin-left: 0;
	}
	/*.breadcrumb {
		display: none;
	}*/
	.product-quantity,
	.form-control.qty-input {
		max-width: 100px;
	}

	.generalAdToCart .form-control.qty-input {
		margin: inherit;
		margin-bottom: 0;
		margin-top: 0;
		margin-right: 7px;
	}

	.order-summary .table > tbody > tr > td:first-of-type {
		height: auto;
	}

	.total-info .table > tbody > tr > td {
		vertical-align: middle;
		width: 50%;
		display: block;
	}

	.share-info a {
		font-size: 10px;
	}

	.subtotal,
	product-subtotal,
	.unit-price {
		top: -4px;
	}

	.quantity .td-title {
		position: relative;
		display: block;
	}

	.order-details-page .quantity .td-title {
		position: static;
	}

	.card.generalNote {
		position: fixed;
		width: 100%;
		display: none;
		right: 0;
		bottom: 0;
	}

	.language-list {
		margin-bottom: 0;
	}

	.page {
		min-height: 225px;
	}

	.forum-topic-page ul.user-stats {
		border-right: none;
	}

	.topic-posts .send-pm {
		border-bottom: 1px solid #dddddd;
	}

	.footer-lower {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	footer .block {
		cursor: pointer;
		display: inline-block;
	}

	.wishrow {
		margin: auto;
	}

	.wishlist-content .table > tbody > tr > td,
	.cartTable .table > tbody > tr > td {
		vertical-align: middle;
		width: 100%;
		display: block;
		text-align: center;
		padding: 2px;
		padding-bottom: 40px;
	}

		.wishlist-content .table > tbody > tr > td:first-of-type,
		.cartTable .table > tbody > tr > td:first-of-type {
			padding-bottom: 0;
			height: 46px;
		}

	.subrow {
		display: -webkit-inline-box;
	}

	.quantity {
		position: relative;
		top: -7px;
	}

	table .quantity {
		position: static;
		top: unset;
	}

	.custom-select {
		padding: .275rem 1.55rem .275rem .55rem;
	}

	.product {
		margin-bottom: 10px;
	}

	.rate label {
		display: block;
	}

	.rate .custom-control + .custom-control {
		margin-left: 0;
	}
	/*.breadcrumb {
		display: none;
	}*/
	.forum-media-header {
		max-height: 38px;
	}

	.product-quantity,
	.form-control.qty-input {
		max-width: 100px;
	}

	.generalAdToCart .form-control.qty-input {
		margin: inherit;
		margin-bottom: 0;
		margin-top: 0;
		margin-right: 3px;
		padding: 2px;
		max-width: 45px;
	}

	.order-summary .table > tbody > tr > td:first-of-type {
		height: auto;
	}

	.total-info .table > tbody > tr > td {
		vertical-align: middle;
		width: 50%;
		display: block;
	}

	.share-info a {
		font-size: 10px;
	}

	.subtotal,
	product-subtotal,
	.unit-price {
		top: -4px;
	}

	.quantity .td-title {
		position: relative;
		display: block;
	}

	.order-details-page .quantity .td-title {
		position: static;
	}

	.card.generalNote {
		position: fixed;
		width: 100%;
		display: none;
		right: 0;
		bottom: 0;
	}

	.language-list {
		margin-bottom: 0;
	}

	.page {
		min-height: 225px;
	}

	.forum-topic-page ul.user-stats {
		border-right: none;
	}

	.topic-posts .send-pm {
		border-bottom: 1px solid #dddddd;
	}

	.wishlist-content th:first-of-type {
		display: none;
	}
}

@media screen and (max-width: 767px) and (min-width: 575px) {
	.shopping-cart .product-picture img {
		top: -25px;
		margin: unset;
	}

	#ModalAddToCart.show {
		display: flex !important;
	}

	.featured-product .card-body {
		max-width: calc(100% - 100px);
	}

	.featured-product .prod-list img {
		max-width: 100px;
	}

	.featured-product-container .old-price,
	.featured-product-container .actual-price {
		font-size: 16px;
	}
}

@media (min-width: 767px) {
	.checkoutAttributes {
		padding-left: 0;
		padding-right: 0;
	}

	.navUp li a {
		font-size: 14px;
	}

		.navUp li a .fa,
		.navUp li a .far {
			font-size: 18px;
		}

	.available-items ul {
		padding-left: 0;
		margin-bottom: 5px;
	}

	.navUp li a span.fa {
		margin-right: 2px;
		margin-left: 2px;
	}

	.wishlist-content .remove-from-cart label {
		padding-left: 0 !important;
	}

	.wishlist-content .remove-from-cart label {
		padding-left: 0 !important;
	}

	#ModalAddToCart.show {
		display: flex !important;
		justify-content: center;
	}

	#ModalAddToCart {
		transition: unset;
	}

	.available-items ul {
		padding-left: 0;
		margin-bottom: 5px;
	}

	.navUp li a span.fa {
		margin-right: 5px;
		margin-left: 2px;
	}
}

@media (max-width: 575px) {
	.prod-list .card-body {
		max-width: 185px;
	}

	.prod-list .img-holder {
		max-width: 100px;
		width: 100px;
	}

	.newsletter-title {
		width: 100%;
		text-align: center;
		font-size: 34px;
	}

	.newsletter-desc {
		width: 100%;
		text-align: center;
	}

	.product-details-page .product-tabs .nav-link {
		padding: 11px;
	}

	.card.gen .card-body-content .card-title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

		.card.gen .card-body-content .card-title a {
			font-size: 14px;
		}

	.card.gen .actual-price {
		font-size: 14px;
		line-height: 1;
	}

	.card.gen .old-price {
		font-size: 14px;
		font-weight: 300;
		line-height: 1;
	}

	.catalog-selectors #items_statistics {
		order: 3;
	}

	.return-product-container {
		width: calc(100% - 30px);
		margin-left: 15px;
	}

	.featured-product-container {
		margin-top: 15px;
	}

	.card.gen .btn-group .btn-secondary {
		min-width: 38px !important;
	}

	.card.gen .btn-group .btn-secondary {
		height: 40px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.header-links .nav-item {
		padding-left: 0;
		padding-right: 0;
	}

	.card.gen .btn-group .btn-secondary {
		font-size: 14px;
	}

	.card.gen .btn-group .btn-info {
		font-size: 14px;
	}

	.card.gen .btn-group .btn-info {
		height: 40px;
	}

	.block-account-navigation .list .customer-info a:before {
		font-size: 20px;
	}

	.card.gen .card-buttons {
		top: -45px !important;
	}

	.flyout-cart .count,
	.flyout-cart .count a {
		font-size: 16px;
	}

		.fly-close,
		.flyout-cart .count,
		.flyout-cart .count a {
			height: 34px;
		}

	.fly-cart-container .items {
		height: calc(100vh - 186px);
	}

	.wishlist-content .wishlist-add-to-cart-button {
		width: 100%;
	}

	#ModalAddToCart.show {
		display: flex !important;
	}

	#ModalAddToCart .modal-header h5 {
		font-size: 16px;
	}

	#ModalAddToCart .modal-body img {
		max-height: 200px;
		width: auto;
	}

	#ModalAddToCart .cross-sell-container img {
		max-height: unset;
		width: 100%;
	}

	#ModalAddToCart .modal-body .modal-border h4 a {
		font-size: 16px;
	}

	#ModalAddToCart .form-group {
		margin-bottom: 0;
	}

	#ModalAddToCart label {
		margin-bottom: 0;
	}

	.shopping-cart .product-picture a:before {
		padding: 0 !important;
	}

	.shopping-cart .product-picture img {
		margin: unset;
	}

	.wishlist-content .btn-section {
		flex-wrap: wrap;
	}

	.shopping-cart-page .common-buttons {
		justify-content: center !important;
	}

		.shopping-cart-page .common-buttons .update-cart-button,
		.shopping-cart-page .common-buttons .continue-shopping-button {
			font-size: 16px;
			letter-spacing: .6px;
		}

	#ModalAddToCart .modal-dialog {
		min-width: auto;
	}

	#searchModal .search-box-select {
		max-width: 120px;
	}

	.subrow .qty-input {
		margin-top: 0;
		margin-left: 21px;
	}

	.subrow {
		margin-top: 10px;
		display: block;
	}

		.subrow span.product-subtotal {
			bottom: 0px;
		}

	.quantity .td-title {
		text-align: right;
		top: 6px;
	}

	.form-control.qty-input {
		float: left;
	}

	.unit-price {
		margin-bottom: 10px;
	}

	.navbar .container {
		width: 100%;
	}

		.navbar .container ul li:nth-last-child(2) {
			float: right !important;
			text-align: right;
		}

	.comment {
		padding-bottom: 50px !important;
	}

	.subrow span.product-subtotal {
		position: relative;
		bottom: 0px;
	}

	.subrow .qty-input {
		margin-top: 0;
		margin-left: 21px;
	}

	.subrow {
		margin-top: 10px;
		display: block;
	}

	.quantity .td-title {
		text-align: right;
		top: 6px;
	}

	.form-control.qty-input {
		float: left;
	}

	.unit-price {
		margin-bottom: 10px;
	}

	.navbar .container {
		width: 100%;
	}

		.navbar .container ul li:nth-last-child(2) {
			float: right !important;
			text-align: right;
			margin-left: auto;
		}

	.comment {
		padding-bottom: 50px !important;
	}
}

@media (max-width: 440px) {
	#ModalQuickView .modal-dialog {
		margin: 0;
	}

	.inbox-col,
	.admin-icon {
		display: none !important;
	}

	.product-quickview .quick-close,
	.product-quickview .close {
		right: -4px;
		top: -8px;
		opacity: 1;
	}

	.product-quickview .container {
		padding-left: 0;
		padding-right: 0;
	}

	.generalTitle {
		font-size: 24px;
	}

	.link-rss {
		position: relative;
		top: -5px;
	}
}

@media (max-width: 385px) {
	.shopping-cart-page .common-buttons {
		flex-direction: column;
	}

		.shopping-cart-page .common-buttons .btn {
			margin-left: 0;
			margin-bottom: 5px;
			border-top-left-radius: 5px !important;
			border-top-right-radius: 5px !important;
			border-bottom-left-radius: 5px !important;
			border-bottom-right-radius: 5px !important;
		}

	#searchModal .search-box-select {
		max-width: 90px;
		height: 52px;
		border-top: 0;
		border-bottom: 0;
		border-left: 1px solid #9da6b2;
	}

	.wishlist-content .btn-section .btn {
		width: 100%;
	}

	.shopping-cart td.product .product-name {
		font-size: 16px;
	}
}

@media (max-width: 372px) {
	.flyout-cart-header,
	.flyout-cart-nodata-text {
		font-size: 13px;
	}

	.c-offcanvas--left,
	.c-offcanvas--right {
		width: 285px;
	}

	.card.gen .btn-group .btn-secondary {
		min-width: 36px !important;
	}

	.product-container {
		padding-bottom: 0 !important;
	}

		.product-container:nth-child(odd) {
			padding-left: 0 !important;
			padding-right: 5px !important;
		}

		.product-container:nth-child(even) {
			padding-left: 5px !important;
			padding-right: 0 !important;
		}

	.product-details-page .associatedItem .add-to-cart-button {
		margin-top: 0;
	}

	.shopping-cart .subtotal-text,
	.shopping-cart .unit-price-text {
		font-size: 18px;
	}

	.shopping-cart .discount {
		font-size: 14px;
	}

	.shopping-cart-page .common-buttons .update-cart-button,
	.shopping-cart-page .common-buttons .continue-shopping-button {
		width: 100%;
	}

	.shopping-cart .product-picture img {
		max-width: 100%;
	}

	.shopping-cart .subtotal {
		padding-left: 10px !important;
	}

	.shopping-cart .quantity .qty-input {
		width: 42px;
	}

	#searchModal .nav-item.edit {
		display: flex !important;
		justify-content: center;
		width: 60px;
	}

	.slider-wrapper.theme-custom {
		margin-top: 0;
	}

	.mfp-hide {
		display: none !important;
	}

	.mobile-menu-button {
		width: 61px;
	}

	#mobile-menu-opener span {
		left: 0;
	}
}
/* TOOLTIP */

.tooltip .tooltip-inner {
	padding: 10px 15px;
}
/* PRODUCT REVIEW RESPONSE */

blockquote.administration-response {
	display: block;
	font-size: 80%;
	color: #6c757d;
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #8c8c8c;
	border-radius: 5px;
	/*border-left: 20px solid #0091b5;*/
}

	blockquote.administration-response p {
		font-style: italic;
	}

h5.administration-response-header {
	color: #0091b5
}

.label-contact-us {
	float: left;
}

.span-contact-us {
	float: right;
	color: #444 !important;
}

.form-contact-us {
	border: 1px solid #eee;
	margin: 0 auto 30px;
	border-radius: 3px;
	padding: 40px 20px;
}

.blog-search-box .search-blog:hover {
	color: #97c300
}

.blog-search-box .search-blog {
	color: #ccc;
	margin-left: 0%;
	font-size: 32px !important;
}

.search-box-forums .search-forums:hover {
	color: #97c300
}

.search-box-forums .search-forums {
	color: #ccc;
	margin-left: 0%;
	font-size: 32px !important;
}
/* extensions bar */

.extensions-bar {
	position: fixed;
	top: 50%;
	right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-color: #69b241;
	border-radius: 100%;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0, 50, 70, .15);
	animation-name: heartBeatExtensions;
	animation-duration: 5.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transition: all .3s ease;
	z-index: 1100;
}

@keyframes heartBeatExtensions {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	7% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	14% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	21% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes heartBeatExtensions {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	7% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	14% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	21% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.extensions-bar .price-circle {
	display: inline-flex;
	position: relative;
}

	.extensions-bar .price-circle .currency {
		position: absolute;
		top: 5px;
		left: 0;
		font-size: 16px;
		color: #fff;
		font-weight: 500;
	}

	.extensions-bar .price-circle .price {
		font-size: 34px;
		font-weight: 700;
		color: #fff;
		margin: 0 0 0 11px;
	}

	.extensions-bar .price-circle .gn {
		position: absolute;
		bottom: -30px;
		right: -10px;
		padding: 5px;
		border: 5px solid #fff;
		background-color: #fff;
		border-radius: 100%;
		width: 40px;
		height: 40px;
		background-image: url(../images/logoGNcircle.png);
		background-size: cover;
	}

@media (min-width: 1200px) {
	.employee-grid__item, .product-grid__item {
		-ms-flex: 1 1 24%;
		flex: 1 1 24%;
		max-width: 24%;
	}
}

.artists-grid {
	position: relative;
	margin: 10px auto 50px;
}

	.artists-grid .slick-arrow, .gallery-slick-arrow .slick-arrow {
		font-size: 16px;
		text-transform: uppercase;
		color: #fafafa;
		width: auto;
		height: auto;
		font-family: SVN-Gotham Regular;
	}

		.artists-grid .slick-arrow:hover, .gallery-slick-arrow .slick-arrow:hover {
			color: #f3b600;
		}

		.artists-grid .slick-arrow.slick-prev {
			top: auto;
			bottom: -45px;
			left: 0;
		}

		.artists-grid .slick-arrow.slick-next {
			top: auto;
			bottom: -45px;
			right: 0;
		}

	.artists-grid .slick-prev:before,
	.artists-grid .slick-next:before, .gallery-slick-arrow .slick-prev:before,
	.gallery-slick-arrow .slick-next:before {
		content: '';
	}

.artists-grid__item {
	position: relative;
	padding: 0;
	margin-right: 40px;
	transition: width 0.3s ease-in-out;
}

.artists-grid__item__order {
	color: #f3b600;
	font-size: 30px;
	margin: 0 0 10px 30px;
}

.slider-album-grid__item__order {
	color: #f3b600;
	font-size: 30px;
}

.artists-grid__item__image {
	float: left;
	filter: grayscale(1);
	width: 300px;
	height: 530px;
}

.artists-grid__item__name {
	position: absolute;
	top: 60px;
	display: inline-block;
	font-size: 16px;
	transform-origin: left top;
	transform: rotate(270deg) translateX(-100%);
	font-family: SVN-Gotham Regular;
	color: #fff;
	text-transform: uppercase;
}

.artists-grid__item__nationality {
	position: absolute;
	bottom: 0;
	display: inline-block;
	font-size: 16px;
	transform-origin: left bottom;
	transform: rotate(270deg) translateY(100%);
	font-family: SVN-Gotham Regular;
	color: #fff;
	text-transform: uppercase;
}

.header {
	padding-top: 50px;
	padding-bottom: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: 100%;
	z-index: 4;
}

.header--fixed {
	padding-top: 50px;
	padding-bottom: 20px;
	background: #030303;
	opacity: 0.8;
	transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
	left: 0;
	position: fixed;
}

.nav-bar {
	width: 90%;
	margin: auto;
}

body.frontpage .header:not(.header--fixed) .nav-link--active {
	border-bottom-color: #f3b600;
	color: #f3b600;
}

body.frontpage .header:not(.header--fixed) .nav-link:hover {
	color: #f3b600;
}

.header--fixed .nav-link {
	color: #9e9e9e !important;
}

	.header--fixed .nav-link--active, .header--fixed .nav-link:hover {
		border: none !important;
		color: #f3b600 !important;
	}

.header--fixed .hamburger span, .header--fixed .hamburger span:after, .header--fixed .hamburger span:before {
	background-color: #9e9e9e !important;
}

.product-grid__item:hover body.theme-color-earth .product-grid__item__name, .product-grid__item:hover body.theme-color-earth .product-grid__item__price, body.theme-color-earth .bg-main-color, body.theme-color-earth .button--border--solid, body.theme-color-earth .mobile-nav, body.theme-color-earth .product-grid__item:hover .product-grid__item__name, body.theme-color-earth .product-grid__item:hover .product-grid__item__price, body.theme-color-earth .section--themed {
	background-color: #030303;
}

@font-face {
	font-family: bodoni-bt, arial;
	src: url('../fonts/bauer bodoni bt.ttf');
}

@font-face {
	font-family: bodoni-bt, regular;
	src: url('../fonts/SVN-Gotham Regular.ttf');
}

@font-face {
	font-family: bodoni-bt, bold;
	src: url('../fonts/SVN-Gotham Bold.ttf');
}

@font-face {
	font-family: bodoni-bt, book;
	src: url('../fonts/SVN-Gotham Book.ttf');
}

@font-face {
	font-family: bauer-bodoni-bt;
	src: url('../fonts/bauer bodoni bt.ttf');
}

@font-face {
	font-family: SVN-Gotham Regular;
	src: url('../fonts/SVN-Gotham Regular.ttf');
}

@font-face {
	font-family: 'SVN-Gotham Book';
	src: url('../fonts/SVN-Gotham Book.ttf');
}

#banner {
	max-width: 100%;
}

.eventTime {
	font-size: 0.9em;
	opacity: 0.5;
	text-transform: uppercase;
}

.timer {
	bottom: 29rem;
	font-size: 3em;
	text-align: center;
	font-family: bauer-bodoni-bt, Georgia, "Times New Roman", Times, serif;
}

.fontspan {
	font-size: 0.75em;
}

.heard {
	font-size: 1.6em;
}

@media (max-width: 390px) {
	.heard {
		font-size: 1.4em;
	}
}

@media (max-width: 390px) {
	.h7 {
		font-size: 12px !important;
	}
}

.blogposts-centered body.theme-color-earth .blogpost-title, body.theme-color-earth .blogposts-centered .blogpost-title, body.theme-color-earth .button--border, body.theme-color-earth .font-main-color, body.theme-color-earth .nav-link {
	color: #9e9e9e;
}

.hamburger.lines:hover.active body.theme-color-earth span:after, .hamburger.lines:hover.active body.theme-color-earth span:before, .hamburger body.theme-color-earth span, .hamburger body.theme-color-earth span:after, .hamburger body.theme-color-earth span:before, body.theme-color-earth .bg-secondary-color, body.theme-color-earth .hamburger.lines:hover.active span:after, body.theme-color-earth .hamburger.lines:hover.active span:before, body.theme-color-earth .hamburger span, body.theme-color-earth .hamburger span:after, body.theme-color-earth .hamburger span:before, body.theme-color-earth .nav-link--home__text:after {
	background-color: #9e9e9e;
	color: #e7afa3;
}

.nav-link > a:hover, .nav-link > a.active {
	color: #f3b600;
}

li {
	list-style-type: none;
}

@media (min-width: 1400px) {
	.container {
		width: 98%;
	}
}

@media (max-width: 500px) {
	.artists-grid {
		/*margin: 0 auto;*/
	}
}

.section__hero-content {
	overflow: hidden;
	width: 100%;
	filter: brightness(70%);
}

.section--content-center {
	width: 100%;
	/*min-height: 100vh;*/
}

.background-image-full {
	padding-left: 0px;
	filter: grayscale(90%);
}

@media (min-width: 1400px) {
	.container {
		width: 98%;
	}

	/*.artists-header {
		width: 40% !important;
	}*/
}

@media (max-width: 500px) {
	.artists-grid {
		/*margin: 0 auto;*/
	}
}

/*.artists-header {
	margin-left: 10%;
	width: 60%;
}*/

@media (width:1093px) {
	.container {
		width: 100%;
	}
}

.header--fixed {
	padding-top: 60px;
	padding-bottom: 30px;
}

.nav-link {
	font-size: 14px;
	font-family: SVN-Gotham Book !important;
}

.nav-link--home {
	margin-right: 0px;
}

@media (min-width: 992px) {
	.nav-link, .nav-link:visited {
		margin-left: 10px;
		margin-right: 10px;
	}
}

ul li span {
	padding-right: 0px !important;
	color: #f3b600;
}

@media (min-width:1200px) {
	#diamond_tick {
		width: 20% !important;
	}
}

.box-ticket {
	opacity: 0.6;
	border: 1px solid #f1f1f1;
	color: #fff;
	padding: 3% 2% 3% 3%;
	font-family: bauer-bodoni-bt, Georgia, "Times New Roman", Times, serif;
}

.title_ticket {
	margin-left: 4%;
}

.kind-ticket {
	margin-bottom: 3%;
}

.font_z {
	z-index: 10;
	font-size: 9px;
}

.font_footer {
	color: #947A2E;
	font-size: 9px;
}

.body_ticket {
	padding: 0px !important;
	margin-bottom: 15%;
}

.font_z .body_head_price_ticket {
	padding-left: 0px !important;
	margin-bottom: 0px !important;
	padding-right: 2% !important;
	overflow: hidden;
}

	.font_z .body_head_price_ticket p {
		font-size: 36px;
		margin: 0px !important;
	}

.font_body_footer {
	font-size: 15px;
}

.margin_head_ticket {
	margin-top: -10%;
	line-height: 1em !important;
	margin-bottom: 0px !important;
}

.font_head_ticket {
	font-size: 20px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.font_z .padding_font_ticket {
	padding-left: 0px !important;
	padding-right: 0px !important;
	color: #f3b600;
}

.padding_footer_ticket {
	padding-top: 10%;
	padding-bottom: 3%;
}

/*.modal-dialog{
    width:802px !important;
}
    .modal-dialog img {
        width: 700px;
    }*/

p, h1, h2, h3 {
	font-family: SVN-Gotham Book, Arial, Helvetica, sans-serif !important;
}

.artists-title {
	font-size: 30px;
	color: #9e9e9e;
	text-transform: uppercase;
}

.artists-content {
	font-size: 16px;
	color: #fff;
}

.artists-grid__item__order, .slider-album-grid__item__order {
	font-size: 40px;
	font-family: bauer-bodoni-bt !important;
	color: #f3b600;
}

@media (max-width: 1020px) {
	.header--fixed {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.section-founder {
	background: #000;
	background-repeat: no-repeat;
	background-size: cover;
	filter: brightness(95%);
}

/*.section-about > img {
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(70%);
    opacity: 0.956;
    position: relative;
}*/

.section-about {
	display: flex;
	position: relative;
	align-items: inherit;
}

	.section-about .container {
		position: absolute;
		align-items: center;
		bottom: 21%;
	}

.section-program {
	display: flex;
	position: relative;
	font-family: SVN-Gotham Book, Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	overflow: hidden;
	flex-direction: column;
}

	.section-program .program {
		position: relative;
		display: flex;
		bottom: 14vh;
	}

		.section-program .program .program-content {
			display: flex;
			font-size: 14px;
		}


.section-founder > .container {
	width: 100%;
}

.about-content {
	width: 34%;
	float: none;
	padding: 0% 5% 5% 5%;
	margin: 0% 33%;
}

@media (min-width: 1024px) {
	.founder-image-left {
		width: 33%;
		float: left;
		margin-left: -15px;
	}

	.founder-content {
		width: 35%;
		float: left;
		padding: 5%;
		padding-bottom: 0px;
		/*text-align: justify;*/
	}

	.founder-image-right {
		width: 33%;
		float: right;
		margin-right: -15px;
	}
}

.founder-image-left > img, .founder-image-right > img {
	width: 100%;
}

@font-face {
	font-family: SVN-Gotham Book;
	src: url('../fonts/SVN-Gotham Book.ttf');
}

/*.section-program .head_topic_program span, .section-program .head_topic_program strong {
    font-size: 36px;
    color: #000;
}*/

.section-program .head_topic_program {
	text-align: center;
}

	.section-program .head_topic_program .content_sweet_program {
		width: 76%;
	}

	.section-program .head_topic_program .col-lg-4 {
		padding: 5% 0%;
		position: relative;
	}

.section-program #heart .mdi-heart-outline:before {
	font-size: 70px;
}

.section-program #heart .mdi:before {
	line-height: 2rem;
}

.section-program #heart {
	display: flex;
}

.founder-title {
	font-size: 30px;
	font-family: SVN-Gotham Book !important;
	color: #9e9e9e;
	text-transform: uppercase;
	margin: 0 auto;
}

.section-about .section--content-center .relative {
	/*opacity: 0.5;
    filter: brightness(.5);*/
}

.founder-name {
	font-size: 48px;
	font-family: SVN-Gotham Book !important;
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto;
}

.section-about .about-info {
	font-size: 16px;
	font-family: SVN-Gotham Book, Arial, Helvetica, sans-serif !important;
	text-overflow: ellipsis;
	line-height: 25px !important;
	-webkit-line-clamp: 8;
	display: -webkit-box;
	margin-bottom: 0px;
	color: #fff;
	text-align: justify
}

.section-about #videoLink {
	color: #f3b600;
	float: left;
	padding-left: 0;
	padding-top: 5%;
	border: none;
	font-size: 14px;
	font-family: SVN-Gotham Book !important;
}

.section-about .mdi-eye:before {
	color: #f3b600;
	font-size: 24px;
}

.founder-info, .founder-content > p, .album-founder-content > p {
	font-size: 16px;
	font-family: SVN-Gotham Book !important;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px !important;
	/*-webkit-line-clamp: 8;*/
	height: 200px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 0px;
	text-align: justify;
}

.show-gallery {
	font-size: 16px;
	font-family: SVN-Gotham Book !important;
	color: #f3b600;
	text-transform: uppercase;
}

.signature {
	width: 50%;
	max-width: 235px;
}

@media (width: 1024px) {
	.founder-title {
		font-size: 20px;
	}

	.founder-name {
		font-size: 26px;
	}

	.founder-info, .founder-content > p, .album-founder-content > p {
		font-size: 14px;
	}
}

.artists-grid .slick-next span:after, .gallery-slick-arrow .slick-next span:after, .list_img_program .slick-next span:after {
	content: '→';
}

.artists-grid .slick-prev span:before, .gallery-slick-arrow .slick-prev span:before, .list_img_program .slick-prev span:before {
	content: '←';
}

.artists-grid .slick-prev:hover:before {
	color: #f3b600;
}

@media (max-width:767px) {
	.title_ticket {
		text-align: center;
	}

	.padding_font_ticket {
		float: left;
	}

	.padding_footer_ticket {
		padding-bottom: 16% !important;
	}

	.box-ticket {
		padding-left: 10% !important;
	}

	.box-ticket {
		width: 100% !important;
	}

	.font_head_ticket {
		padding-top: 10%;
	}

	.item_kind_ticket {
		width: 100% !important;
	}
}

.image_detail_ticket {
	margin-left: 10%;
}

.modal-content {
	width: 100% !important;
	height: 100% !important;
	position: relative;
}

.modal-dialog {
	width: 802px !important;
	height: 452px !important;
	position: relative;
	top: 12%;
}

	.modal-dialog img {
		width: 100%;
		position: absolute;
	}

.footer_detail_ticket_left {
	float: left;
}

.footer_detail_ticket_right {
	float: right !important;
}

.content_detail_ticket {
	margin-left: 5%;
	margin-top: 20%;
	padding-left: 3% !important;
	padding-right: 0px !important;
}

.price_detail_ticket {
	font-size: 30px;
}

.modal-body {
	padding: 15px 0px !important;
}

.first_floor {
	padding-left: 0% !important;
}

.artists-grid__item__content {
	margin-left: 30px;
	font-family: SVN-Gotham Book;
}

.artists-grid__item__desc {
	display: none;
}

.artists-grid__item.artists-active .artists-grid__item__content {
	padding: 20px;
	color: #fff;
	/*background: #f3b600;
    background-image: linear-gradient(to top right, #f2b600, #c08100);*/
	background-image: url('../images/Gradient.jpg');
}

.artists-grid__item.artists-active .artists-grid__item__image {
	margin-right: 20px;
	filter: grayscale(0);
}

.artists-grid__item.artists-active .artists-grid__item__desc {
	display: block;
}

.artists-grid__item__desc-name {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.artists-grid__item__desc-nationality {
	font-size: 20px;
	font-family: SVN-Gotham Book;
}

.artists-grid__item__desc-instrument {
	font-size: 20px;
	font-family: SVN-Gotham Book;
	margin-bottom: 10px;
}

.artists-grid__item__desc-desc {
	font-size: 16px;
	font-family: SVN-Gotham Book !important;
	color: #fff;
	overflow-y: auto;
	/*text-overflow: ellipsis;*/
	line-height: 25px !important;
	/*-webkit-line-clamp: 12;*/
	height: 300px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 0px;
}

	.artists-grid__item__desc-desc::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
		background-color: #F5F5F5;
	}

	.artists-grid__item__desc-desc::-webkit-scrollbar {
		width: 4px;
		background-color: #F5F5F5;
	}

	.artists-grid__item__desc-desc::-webkit-scrollbar-thumb {
		background-color: #555;
		border-radius: 10px;
	}

.mdi-facebook, .mdi-vimeo, .mdi-youtube, .mdi-onedrive {
	font-family: "Material Design Icons";
	font-size: 30px;
	margin: 5px;
	color: #fff;
}

.mdi-http {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	margin: 5px;
}

@media (width: 1536px) {
	.artists-grid {
		/*margin: 10px 12.5% 50px;*/
	}
}

@media (width: 1093px) {
	.artists-grid {
		/*margin: 10px 15% 50px;*/
	}
}

@media (width: 1366px) {
	.artists-grid {
		/*margin: 10px 2% 50px;*/
	}
}

@media (width: 1024px) {
	.artists-grid {
		/*margin: 10px 11% 50px;*/
	}
}

@media (min-width: 500px) and (max-width:700px) {
	.artists-grid {
		/*margin: 10px 20% 50px;*/
	}
}

@media (min-width: 800px) and (max-width:824px) {
	.artists-grid {
		/*margin: 10px 0 50px;*/
	}
}

@media (min-width: 710px) and (max-width:799px) {
	.artists-grid {
		/*margin: 0;*/
	}

	.container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 15px;
	}
}

@media (min-width: 1367px) {
	.founder-info, .founder-content > p, .album-founder-content > p {
		/*-webkit-line-clamp: 20;*/
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		margin-bottom: 0px;
	}

	/*.founder-image-left > img, .founder-image-right > img {
        height: fit-content;
    }*/
}

.mdi-wifi:before {
	font-family: "Material Design Icons" !important;
}

.contact-icon {
	font-size: 1em;
}

a:hover {
	color: #f3b600;
}

@media (max-width: 1800px) {
	.founder-title {
		font-size: 30px;
	}

	.founder-name {
		font-size: 26px;
	}

	.founder-info, .founder-content > p, .artists-content, .album-founder-content > p {
		font-size: 14px;
	}

	.founder-info, .founder-content > p, .album-founder-content > p {
		/*-webkit-line-clamp: 12;*/
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		margin-bottom: 0px;
	}

	/*.artists-header {
		width: 90%;
		margin: auto;
	}*/
}

.section-program .program-content > span {
	font-size: 100vh;
	font-family: bauer-bodoni-bt, Georgia, "Times New Roman", Times, serif;
	color: #e7b135 !important;
}

.section-program .container {
	/*margin: 5% 0%;*/
	margin: 0%;
	align-items: stretch;
	width: 100%;
}

.section-program .padding_gift_program {
	padding-top: 5%;
}

.program-content .margin_title_program, .album-tracklist-title .margin_title_program {
	font-size: 48px;
}

.section-about .container {
	top: 6%;
}

.section-program .head_topic_program .sweet_program {
	letter-spacing: 20px;
}

@media (max-width: 1366px) {

	.section-callnow .content_callnow {
		padding: 0% 8%;
	}

		.section-callnow .content_callnow a {
			font-size: var(--h2);
		}

		.section-callnow .content_callnow span {
			font-size: 22px;
		}

		.section-callnow .content_callnow strong {
			font-size: 31px;
		}

	.program-content .margin_title_program {
		font-size: 30px;
	}

	#videoStory {
		margin: 0 20% !important;
	}


	.program-content .table > tbody > tr > td span {
		font-size: 13px;
	}

	.program-content #font_title_program {
		font-size: 17px;
	}

	.section-program .program {
		bottom: 9vh !important;
	}

	.section-about .about-info {
		font-size: 14px !important;
	}

	.about-content {
		width: 50%;
		margin: 0% 25%;
	}

	.section-about .container {
		bottom: 0% !important;
	}

	/*.program-content, table {
        font-size: 14px !important;
    }*/

	.program-content .table > tbody > tr > td h3 {
		font-size: 20px;
	}

	.section-about .container {
		width: 100% !important;
		margin-bottom: 3%;
	}

	.section-program .padding_gift_program {
		padding-top: 4%;
	}

	.section-program .program_footer .content_footer_program > p {
		font-size: 14px;
		padding-top: 7%;
	}

	.section-program .program_footer .font_gift_program {
		padding: 15% 0%;
	}

		.section-program .program_footer .font_gift_program > strong {
			font-size: 20px;
		}

		.section-program .program_footer .font_gift_program > h2 {
			font-size: 70px;
		}


	.section-program .program_footer .content_footer_program {
		padding: 0% 0% 1% 0%;
	}

	/*.section-program #img_footer_program {
        width: 46.5% !important;
        float: right;
    }*/

	.program-content .table {
		margin-top: 0% !important;
	}

	/*.section-program .container {
        margin: 0% !important;
    }*/

	.about-content {
		padding-bottom: 3% !important;
		padding-right: 0% !important;
		padding-left: 0% !important;
		padding-top: 0% !important;
	}

	.section-program .program-content {
		margin: 0% 2% 2% 4%;
	}

	.flex_footer {
		font-size: 13px !important;
	}

		.flex_footer .item_footer_three .col-lg-9 {
			margin: 4.5% 0% !important;
		}

		.flex_footer .item_footer_second h4 {
			font-size: 20px !important;
			padding-top: 1% !important;
		}

		.flex_footer .mdi.mdi-format-vertical-align-top {
			font-size: 20px !important;
		}

		.flex_footer .item_footer_second .mdi.mdi-copyright {
			font-size: 10px
		}

	.section-program {
		font-size: 16px;
	}
}

.about-logo-img {
	width: 17vw;
	margin: auto;
}

.section-about .flex-column {
	flex-direction: column;
}

@media (max-width:768px) {
	.about-content {
		width: 90%;
		padding: 0px !important;
		margin: auto;
	}

	.section-about .container .about-content img {
		width: 50% !important;
		margin: 5% 25% !important;
	}
}

.artists-grid__item__desc-share {
	margin-top: 40px;
}

.founder-mobile {
	display: none;
}

@media (max-width:1023px) {
	.founder-mobile {
		display: block;
	}

	.founder-pc {
		display: none;
	}

	.founder-image-left {
		width: 45%;
		float: left;
		margin-left: 5%;
	}

	.founder-image-right {
		width: 45%;
		float: right;
		margin-right: 4%;
	}

	.founder-content {
		margin-bottom: 10px;
		margin-top: 20px;
		padding-left: 10px;
	}

	.program-content .table > tbody > tr > td {
		padding-right: 0% !important;
		padding-left: 1% !important;
	}

	.program-content .container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.program-content {
		margin: 0% !important;
		font-size: 14px
	}
}

.section-program .main_content_program img {
	width: 100%;
}

.program-content {
	width: 100%;
	float: none;
	margin: 0% 1%;
	color: #fff;
}

	.program-content .table > tbody > tr > td {
		padding-right: 0%;
		border-bottom: 1px solid #edbe3a;
		padding-left: 2%;
		position: relative;
	}

		.program-content .table > tbody > tr > td span {
			font-size: 16px;
		}

		.program-content .table > tbody > tr > td h3 {
			margin-bottom: 0px;
			font-size: 30px;
		}

.program-content, table {
	border-bottom: 0px;
	position: relative;
	font-size: 18px;
}

	.program-content .margin_title_program, .album-tracklist-title .margin_title_program {
		margin-bottom: 0px;
	}

.program-content {
	font-family: SVN-Gotham Book, Arial, Helvetica, sans-serif !important;
	position: relative;
}

	.program-content .padding_title_program {
		padding-bottom: 3%;
	}

	.program-content .title_program {
		text-align: center;
		padding-top: 2%;
		padding-bottom: 1%;
	}

	.program-content .table {
		width: 100%;
		position: relative;
		z-index: 20;
	}

	.program-content .container {
		position: relative;
	}

	.program-content .footer_table_program {
		padding-bottom: 2%;
	}

	.program-content #font_title_program {
		font-size: 30px;
	}

.flex_footer {
	display: block;
	align-items: center;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-family: SVN-Gotham Book, Arial, Helvetica, sans-serif;
}

footer {
	padding: 0px !important;
	border-top: 1px solid #262626;
	font-size: 14px;
}

.flex_footer .item_footer_one {
	width: 30%;
	text-align: center;
	font-family: SVN-Gotham Book, Arial, Helvetica, sans-serif !important;
	color: #626262 !important;
	float: left;
	margin-top: 35px;
}

.flex_footer .item_footer_three {
	width: 30%;
	text-align: center;
	font-family: SVN-Gotham Book, Arial, Helvetica, sans-serif !important;
	float: right
}

.flex_footer a {
	color: #fff !important;
}

.flex_footer .item_footer_second p {
	margin-bottom: 0px;
	margin-top: 0px;
}

.flex_footer .item_footer_second {
	width: 40%;
	text-align: center;
	font-family: SVN-Gotham Book, Arial, Helvetica, sans-serif !important;
	float: left;
	margin-top: 30px;
}

	.flex_footer .item_footer_second h4 {
		margin-bottom: 0px !important;
		margin-top: 0px !important;
		color: #f4f4f4 !important;
		font-size: 15px;
		font-family: SVN-Gotham Book, Arial, Helvetica, sans-serif !important;
		/*float: left;
        padding: 0% 1% 0% 36%;*/
	}

	.flex_footer .item_footer_second p > span {
		color: #f2b600 !important;
	}

.flex_footer .item_footer_three .body-ontop button {
	padding: 39px;
	background-color: #e9ab00;
	border: 1px solid #e9ab00;
	float: right !important;
}

.flex_footer .item_footer_three .col-lg-3 {
	padding-right: 0px !important;
}

.flex_footer .item_footer_three .col-lg-9 {
	margin: 7% 0%;
}

	.flex_footer .item_footer_three .col-lg-9 > a {
		padding-right: 2%;
	}

	.flex_footer .item_footer_three .col-lg-9 .active {
		color: var(--color-golden) !important;
	}

#heart {
	position: absolute;
	animation: heartbeat 5s infinite;
	top: unset;
	/*right: 25%;*/
}

	#heart .mdi-heart-outline:before {
		color: #f4b600 !important;
		font-size: 24px;
	}

@keyframes heartbeat {
	0% {
		transform: scale( .75 );
	}

	20% {
		transform: scale( 1 );
	}

	40% {
		transform: scale( .75 );
	}

	60% {
		transform: scale( 1 );
	}

	80% {
		transform: scale( .75 );
	}

	100% {
		transform: scale( .75 );
	}
}

.new-content {
	padding-left: 5%;
	padding-bottom: 5%;
}

.news-title {
	font-family: 'SVN-Gotham Regular' !important;
	font-size: 30px;
	letter-spacing: 0px;
	color: #fff;
}

.news-date > span {
	font-family: 'SVN-Gotham Book';
	font-size: 16px;
	letter-spacing: 0px;
}

.news-short-description {
	font-size: 16px;
	letter-spacing: 0px;
}

.news-source-copy {
	color: #f3b600;
}

.news-name {
	font-size: 30px;
	letter-spacing: 0px;
}

.mdi-record:after {
	content: "\F44A";
	font-family: "Material Design Icons";
	font-size: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.news-date > .mdi-record:before, .news-list-dates > .mdi-record:before {
	content: "";
}

.mdi-plus:before {
	content: "\F415";
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Material Design Icons";
}

.more-articles {
	color: #f3b600;
	font-family: 'SVN-Gotham Book';
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 96px;
}

.artists-img {
	left: 0;
	right: 0;
	top: 96px
}

.news-img {
	left: 0;
	right: 0;
	top: 0
}

#videoStory {
	max-width: 75%;
	margin: 0 28%;
	text-align: center
}

.mfp-close {
	display: none !important;
}

.section-program .program_footer {
	position: relative;
	background: #fff;
	font-family: SVN-Gotham Book, Arial, Helvetica, sans-serif !important;
}

	.section-program .program_footer img {
		width: 100%;
	}

	.section-program .program_footer .font_gift_program {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		text-align: center;
		padding: 8% 0%;
		align-items: center;
	}

		.section-program .program_footer .font_gift_program > strong {
			margin-bottom: 0px;
			font-size: 36px;
			color: #000;
		}

		.section-program .program_footer .font_gift_program > h2 {
			font-size: 100px;
			color: #f2b600;
			margin: 0px;
			line-height: 80%
		}

	.section-program .program_footer .list_img_program {
		padding: 4% 0 0 0%;
	}

	.section-program .program_footer .content_footer_program {
		padding: 3% 2%;
	}

		.section-program .program_footer .content_footer_program > p {
			font-size: 16px;
			margin-bottom: 0px;
		}

.section-program #img_footer_program {
	width: 20.6vh;
	float: right;
	position: relative;
}

.section-program .main_content_program {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	width: 100%;
	height: auto;
	overflow: auto;
}

.mdi-filter-variant:before {
	font-family: "Material Design Icons" !important;
}

.section-logo-organizers {
	background: #000;
	padding-top: 30px;
	padding-bottom: 30px;
	/*border-bottom: 1px solid #262626;
    border-top: 1px solid #262626;*/
}

.logo-organizers-grid__item__image {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	 margin-top: 40px; 
	 margin-bottom: 40px; 
	display: block;
	/*width: 100%;
	height: 100%;*/
}

@media (min-width: 1400px) {
	.container-logo {
		width: 85%;
	}
}

.artists-header {
	text-align: justify;
}

.news-short-description {
	text-align: justify;
}

.section--header {
	background-image: url('../images/Images_News.jpg');
	min-height: 220px;
	background-size: cover;
}

.section-news-list {
	background: #fff;
}

.section__hero-content {
	margin: auto;
	text-align: left;
	margin-left: 7%;
}

.news-list-content {
	font-family: 'SVN-Gotham Regular' !important;
	font-size: 30px;
	letter-spacing: 0px;
	color: #000;
}

.news-list-shortdescriptions, .news-detail-shortdescriptions {
	font-family: 'SVN-Gotham Book' !important;
	font-size: 16px;
	letter-spacing: 0px;
	color: #000;
	text-align: justify;
}

.news-list-date {
	font-family: 'SVN-Gotham Regular' !important;
	font-size: 16px;
	letter-spacing: 0px;
	color: #000;
	text-align: justify;
}

.news-list-source-copy {
	font-family: 'SVN-Gotham Book' !important;
	font-size: 16px;
	letter-spacing: 0px;
	color: #f2b600;
}

.news-list-content:hover {
	color: #000;
}

/*.news-list-shortdescriptions {
    text-transform: uppercase;
}*/

.title-hero-content {
	text-transform: uppercase;
	font-family: 'SVN-Gotham Book' !important;
	font-size: 30px;
	letter-spacing: 0px;
	color: #9e9e9e;
}

.title-news-list {
	text-transform: uppercase;
	font-family: 'SVN-Gotham Book' !important;
	font-size: 30px;
	letter-spacing: 0px;
	color: #f2b600;
}

.container-news-list {
	margin-top: 50px;
}

.setion-program {
	max-height: 1500px;
}

@media (max-width: 1366px) {
	.news-list-content, .title-news-list, .title-hero-content, .news-title, .ticket-title {
		font-size: 17px !important;
	}

	.news-list-shortdescriptions, .news-list-source-copy, .news-list-date,
	.news-short-description, .news-date, .show-gallery, .news-detail-shortdescriptions, .new-grid-content, .h9, .buy-album {
		font-size: 14px !important;
	}

	.ticket-price {
		font-size: 40px !important;
	}
}

.news-list-content:hover, .news-title:hover, .title-home:hover {
	color: #f2b600;
}

.news-list-shortdescriptions {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px !important;
	-webkit-line-clamp: 8;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.news-list-body {
	height: 400px
}

.new-grid__item__desc-share > a {
	font-family: "Material Design Icons";
	font-size: 30px;
	margin: 5px;
	color: #f2b600;
}

.new-grid__item__desc-share {
	margin-top: 50px;
	text-align: center
}

.new-grid-content {
	padding-right: 5%;
	text-align: justify;
	font-size: 16px;
	font-family: 'SVN-Gotham Book';
	line-height: 25px;
}

.news-detail-shortdescriptions {
	padding-right: 5%;
	margin-bottom: 0;
}

.news-detail-video {
	margin-top: 50px;
	margin-left: 25%;
	width: 50%;
}

.show-gallery:hover {
	cursor: pointer;
}

.new-detail-title:hover {
	color: #000;
}

.section-callnow {
	width: 100%;
	padding: 3% 0%;
	background-color: #f3b600;
	background-image: linear-gradient(-90deg, #c08000,#f3b600)
}

	.section-callnow .content_callnow {
		width: 50%;
		text-align: left;
		float: left;
		padding: 0% 7%;
	}

		.section-callnow .content_callnow a {
			font-size: 80px;
			font-family: bauer-bodoni-bt, Georgia, "Times New Roman", Times, serif;
			color: #fffefe;
		}

		.section-callnow .content_callnow span {
			font-size: 30px;
			font-family: SVN-Gotham Book;
			color: #ffffff;
		}

		.section-callnow .content_callnow strong {
			font-size: 48px;
			font-family: SVN-Gotham Book;
			color: #ffffff;
		}

.section-program .program_footer .mdi-pause {
	font-size: 45px;
	top: 30%;
	left: 35%;
	position: absolute;
}

.section-program .program_footer .mdi-play {
	font-size: 45px;
	top: 30%;
	left: 35%;
	position: absolute;
}

.section-program .program_footer .show_mp3 {
	display: block;
}

.section-program .program_footer .hide_mp3 {
	display: none;
}

audio, canvas, progress, video {
	height: 10px !important;
	position: absolute;
}

.section-callnow .content_callnow .feel_ticketcall {
	margin-top: -1%;
}

@media (max-width: 830px) {
	.signature {
		width: 50%;
		margin-left: 25%;
	}

	.show-gallery, .buy-album {
		width: 50%;
		margin-left: 25%;
		/*text-align: center;*/
	}

	.founder-info, .founder-content > p {
		margin-bottom: 0px;
	}
}

@media (max-width: 1024px) {
	.section-callnow .content_callnow strong {
		font-size: 17px;
	}

	.section-callnow .content_callnow span {
		font-size: 13px !important;
	}
}

.section-program.section-gift {
	background-color: #fff;
}

@media (max-width: 500px) {
	.section-callnow .content_callnow {
		width: 100%;
	}

		.section-callnow .content_callnow a {
			margin-left: 10px;
		}
}

@media (min-width: 320px) {
	.section-about .relative > img {
		height: 90vh;
	}

	.section-about .container .about-content {
		width: 100%;
	}
}


@media (min-width: 768px) {
	.section-about .container .about-content {
		width: 100%;
	}

	.section-about .container .about-content {
		width: 40%;
		margin: 0% 30%;
	}

	.section-about .relative > img {
		height: 60vh;
	}
}

@media (min-width: 1024px) and (height:1366px) {
	.section-about .relative > img {
		height: 50vh !important;
	}

	/*.flex_footer .item_footer_three {
        margin-top: 2% !important;
    }*/
}

@media (min-width:1204px) {
	.section-about .relative > img {
		height: auto !important;
	}
}





.section-program .main_content_program .hidden_image_program {
	display: none;
}

.section-program .container {
	margin-bottom: 50px;
}

.section-callnow .content_callnow a {
	font-family: SVN-Gotham Book;
}

.section-program .content_sweet_program #heart {
	position: relative;
	align-items: center;
	display: flex;
	left: 60%;
}
/*.section-program .main_content_program .position_program {
    display:none;
}*/
@media (max-width: 1365px) {
	.section-program .main_content_program .position_program {
		position: relative;
		display: block;
	}

	.section-program .main_content_program {
		background-color: #f3b600;
		/*background-image: linear-gradient(-90deg, #c08000,#f3b600);*/
		background-image: url('../images/Background_Gradient.jpg');
	}

	.section-program > img {
		display: none;
	}

	.section-program .absolute {
		display: none;
	}
}

@media (min-width: 100px) {
	.section-program #img_footer_program {
		display: none;
	}

	.section-program .content_sweet_program #heart {
		position: relative;
		align-items: center;
		display: block;
	}

	.section-program .head_topic_program .sweet_program {
		letter-spacing: 20px;
		top: 18px;
		position: absolute;
		right: 8%;
	}

	.section-callnow .content_callnow a {
		font-size: 19px;
		font-family: bauer-bodoni-bt;
		color: #fffefe;
	}
}

@media (min-width: 320px) {
	.section-program .program_footer .list_img_program {
		margin: 0 8%;
	}

	.section-program .head_topic_program .sweet_program {
		letter-spacing: 9px;
	}

	.section-program .content_sweet_program #heart {
		display: block;
	}

	.section-program .program_footer .list_img_program {
		padding: 0 0 8% 0;
		float: left;
	}

	.section-program .head_topic_program .col-lg-4 {
		padding: 0%;
	}

	.section-program .content_sweet_program #heart {
		left: -5%;
		top: 5px;
	}

	.section-program .head_topic_program span {
		color: #000;
		font-size: 28px;
	}

	.section-program .head_topic_program .sweet_program {
		position: absolute;
		top: 2px;
		right: 13%;
	}

	.section-program #heart .mdi-heart-outline:before {
		font-size: 60px;
	}

	.section-program .head_topic_program .col-lg-4 {
		float: left;
		width: 100%;
	}

		.section-program .head_topic_program .col-lg-4:nth-child(1) {
			font-family: SVN-Gotham Book;
			float: left;
			width: 120%;
		}

		.section-program .head_topic_program .col-lg-4:nth-child(3) {
			font-family: SVN-Gotham Book;
		}

		.section-program .head_topic_program .col-lg-4:nth-child(2) {
			font-family: SVN-Gotham Regular;
		}

	.section-callnow .content_callnow a {
		font-family: bauer-bodoni-bt !important;
	}

	.section-callnow .content_callnow {
		padding: 0%;
	}

		.section-callnow .content_callnow.right-ticketcall {
			text-align: left;
			float: left;
		}

		.section-callnow .content_callnow a {
			font-size: 30px;
		}

		.section-callnow .content_callnow strong {
			font-size: 25px;
		}

	.section-callnow {
		padding: 2% 4%;
		max-height: 265px;
	}

	.section-program .program_footer .content_footer_program > p {
		font-size: 14px;
		margin-bottom: 0px;
		padding-top: 0;
	}

	.section-program .program_footer .font_gift_program {
		padding: 1% 0%;
	}

	.section-program .padding_gift_program {
		padding-top: 0%;
	}

	.section-program .program_footer .font_gift_program > strong {
		font-size: 16px;
	}

	.section-program .program_footer .font_gift_program > h2 {
		font-size: 42px;
	}

	.section-program .program_footer .div-audio {
		padding: 0%;
		float: left;
		width: 33%;
	}

	.section-program .program_footer img {
		width: 100%;
	}

	.section-program .program_footer .mdi {
		font-size: 70px;
		top: 35%;
		opacity: 0.6;
		position: absolute;
		left: 37%;
	}

		.section-program .program_footer .mdi:hover {
			opacity: 1;
		}

	.section-program .program_footer .content_footer_program {
		padding: 0% 0%;
		text-align: justify;
		margin: 0 8%;
	}

	.section-about .relative > img {
		height: 100vh;
	}

	.section-about .container .about-content {
		width: 100%;
	}

	.program-content, table {
		font-size: 8px;
	}

		.program-content .table > tbody > tr > td span {
			font-size: 1em;
		}

		.program-content .margin_title_program {
			font-size: 30px;
		}

		.program-content #font_title_program {
			font-size: 16px;
		}

		.program-content .table > tbody > tr > td h3 {
			font-size: 14px;
		}

	.section-program .main_content_program > img {
		height: 150vh;
	}

	.section-program .main_content_program .program {
		bottom: 0px !important;
	}

	.program_footer #img_footer_program {
		display: none;
	}

	.about-logo-img {
		width: 40vw;
		margin: auto;
	}
}

@media (min-width: 346px) {
	.section-program .content_sweet_program #heart {
		left: -2.5%;
	}
}

@media (min-width:357px) {
	.section-program .content_sweet_program #heart {
		left: -0.5%;
	}

	.section-program .program_footer .mdi {
		top: 34%;
	}
}

@media (min-width:357px) {
	.section-program .content_sweet_program #heart {
		left: -8.5%;
	}
}

@media (min-width:360px) {
	.section-program .program_footer .mdi {
		top: 37%;
	}

	.section-program .head_topic_program .sweet_program {
		right: 16%;
	}

	.section-program .program_footer .list_img_program {
		padding: 0% 0 2% 0;
	}

	.section-program .content_sweet_program #heart {
		left: -3.5%;
	}

	.section-program .main_content_program > img {
		height: 120vh;
	}

	.section-program .program_footer .mdi {
		font-size: 70px;
		left: 38%;
	}

	.section-program .program_footer .content_footer_program {
		margin: 0 8%;
	}
}

@media (min-width:375px) {
	.section-program .content_sweet_program #heart {
		left: -4%;
		top: 3px;
	}

	.section-program .head_topic_program .sweet_program {
		right: 18%;
	}

	.section-about .relative > img {
		height: 85vh;
	}

	.section-program .main_content_program > img {
		height: 135vh;
	}
}

@media (min-width:375px) and (height:667px) {

	.section-program .main_content_program > img {
		height: 115vh !important;
	}
}



@media (min-width: 375px) and (height:812px) {
	.section-program .main_content_program > img {
		height: 95vh;
	}
}

@media (min-width:384px) {
	.section-program .program_footer .mdi {
		top: 34%;
	}

	.section-program .content_sweet_program #heart {
		left: -3%;
	}
}

@media (min-width:411px) {
	.section-program .head_topic_program .sweet_program {
		right: 22%;
	}

	.section-program .content_sweet_program #heart {
		left: -5%;
	}

	.section-program .program_footer .mdi {
		top: 38%;
	}

	.section-program .main_content_program > img {
		height: 105vh;
	}

	.section-about .relative > img {
		height: 95vh;
	}

	.section-program .program_footer .mdi {
		left: 39%;
	}

	.section-program .program_footer .mdi {
		font-size: 80px;
	}
}

@media (min-width:411px) and (height: 823px) {

	.section-program .main_content_program > img {
		height: 90vh !important;
	}

	.section-program .program_footer .mdi {
		left: 34%;
	}

	.section-program .program_footer .mdi {
		top: 27%;
	}
}

@media (min-width:412px) {
	.section-program .program_footer .mdi {
		top: 35%;
	}

	.section-program .program_footer .mdi {
		left: 37%;
	}
}


@media (min-width:424px) {
	.section-program .content_sweet_program #heart {
		left: -4%;
		top: 3px;
	}
}

@media (min-width:440px) {
	.section-program .content_sweet_program #heart {
		left: -3%;
	}
}

@media (min-width:456px) {
	.section-program .content_sweet_program #heart {
		left: -2%;
	}
}

@media (min-width:470px) {
	.section-program .content_sweet_program #heart {
		left: -1%;
	}
}

@media (min-width:480px) {
	.section-program .content_sweet_program #heart {
		left: -0.5%;
	}

	.section-program .program_footer .mdi {
		top: 34%;
	}

	.section-program .program_footer .mdi {
		font-size: 45px;
	}
}

@media (min-width:490px) {
	.section-program .content_sweet_program #heart {
		left: 0%;
	}
}

@media (min-width:500px) {
	.section-program .content_sweet_program #heart {
		left: -7%;
	}
}

@media (min-width:500px) and (height:525px) {
	.section-program .content_sweet_program #heart {
		left: -3.5%;
	}

	.section-program .content_sweet_program #heart {
		top: 4px;
	}
}




@media (min-width:509px) and (height:525px) {
	.section-program .content_sweet_program #heart {
		left: -7%;
	}

	.section-program .head_topic_program .sweet_program {
		right: 31%;
	}
}

@media (min-width:509px) and (height:525px) {
	.section-program .head_topic_program .sweet_program {
		right: 32%;
	}
}

@media (width:533px) {
	.section-program .head_topic_program .sweet_program {
		right: 31%;
	}

	.section-program .content_sweet_program #heart {
		left: -6%;
	}

	.section-program .program_footer .mdi {
		left: 38%;
	}

	.section-program .program_footer .mdi {
		font-size: 45px;
	}

	.section-program .program_footer .mdi {
		top: 35%;
	}
}

@media (min-width:550px) {
	.section-program .head_topic_program .sweet_program {
		right: 32%;
	}

	.section-program .content_sweet_program #heart {
		left: -6%;
	}
}


@media (min-width:568px) {
	.section-callnow .content_callnow strong {
		font-size: 20px;
	}

	.section-program .program_footer .mdi {
		top: 55px;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(1), .section-program .head_topic_program .col-lg-4:nth-child(2), .section-program .head_topic_program .col-lg-4:nth-child(3) {
		width: 33%;
	}

	.section-program .head_topic_program {
		margin: 3% 0%;
	}

		.section-program .head_topic_program .col-lg-4:nth-child(3) {
			padding-right: 0
		}

		.section-program .head_topic_program .sweet_program {
			letter-spacing: 10px;
			position: absolute;
			right: -133%;
		}

	.section-program .content_sweet_program #heart {
		left: 89%;
		top: 1px;
	}

	.section-callnow .content_callnow a {
		font-size: 30px;
	}

	.section-program .program_footer .list_img_program {
		float: left;
		width: 60%;
		padding: 0% 0 2% 0;
		margin-left: 1%
	}

	.section-program .program_footer .font_gift_program > strong {
		font-size: 20px;
	}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		margin-top: 0%;
		font-size: 45px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 11%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 44%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 36%;
	}

	.section-program .program_footer .content_footer_program > p {
		font-size: 14px;
	}

	.section-program .program_footer .font_gift_program > h2 {
		font-size: 45px;
	}

	.section-program .program_footer .content_footer_program {
		padding: 0% 1%;
		width: 55%;
		float: left;
	}

	.section-program .program_footer .content_footer_program {
		margin: 0 0%;
	}

	.section-about .relative > img {
		height: 130vh;
	}

	.about-logo-img {
		width: 25vw;
		margin: auto;
	}

	.section-program .head_topic_program .col-lg-4 {
		width: 33%;
		float: left;
	}

	.section-program .main_content_program > img {
		height: 170vh;
	}

	.program-content .margin_title_program {
		font-size: 20px;
	}

	.program-content .table > tbody > tr > td h3 {
		font-size: 14px;
	}

	.section-program .program_footer img {
		width: 100%;
		float: left;
		margin: 0%;
	}

	.section-program .program_footer .div-audio {
		padding: 0;
		float: none;
		width: auto;
	}

	.section-program .program_footer > .col-lg-5 {
		width: 35%;
		float: left;
		padding: 6% 2%;
	}
}

@media (min-width:576px) and (height:525px) {
	.section-program .head_topic_program .sweet_program {
		right: 4%;
		top: 0px;
	}
}

@media (min-width:585px) and (height:525px) {
	.section-program .head_topic_program .sweet_program {
		right: 6%;
	}
}

@media (min-width:600px) {
	.section-program .program_footer .mdi {
		top: 60px;
	}

		.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
			font-size: 45px;
		}

	.section-program .program_footer .content_footer_program {
		width: 55%;
	}

	.section-program .program_footer .content_footer_program {
		margin: 0 1%;
	}

	.section-callnow {
		padding: 2% 5%;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(2) {
		margin-top: 0%;
	}

	.section-program .head_topic_program .sweet_program {
		top: 0px;
	}

	.section-program .content_sweet_program #heart {
		left: 92%;
		top: 0px;
	}
}

@media (min-width:600px) and (max-width:610px) and (height:525px) {
	.section-program .head_topic_program .sweet_program {
		right: 4%;
	}
}

@media (min-width:630px) {
	.section-program .content_sweet_program #heart {
		left: -10%;
	}
}

@media (min-width:640px) {
	.section-program .program_footer .content_footer_program {
		margin: 0 1%;
	}

	.section-callnow .content_callnow a {
		font-size: 32px;
	}

	.section-program .program_footer .mdi {
		top: 60px;
	}

	.section-program .content_sweet_program #heart {
		left: 96%;
	}

	.section-program .program_footer .content_footer_program {
		padding: 0% 0% 1% 0%;
		width: 55%;
		float: left;
	}

	.section-program .program_footer .list_img_program {
		float: left;
		width: 60%;
		padding: 0% 0 2% 0;
	}

	.section-program .program_footer .font_gift_program > strong {
		font-size: 20px;
	}

	.section-program .program_footer .font_gift_program > h2 {
		font-size: 50px;
	}

	.section-about .container .about-content {
		width: 90%;
		margin: 5%;
	}

	.section-about .relative > img {
		height: 120vh;
	}

	.about-logo-img {
		width: 30%;
		margin: auto;
	}

	.program-content, table {
		font-size: 10px;
	}

	.section-program .program_footer > .col-lg-5 {
		width: 35%;
		float: left;
		padding: 6% 2%;
	}

	.section-program .program_footer .list_img_program .div-audio .mdi {
		font-size: 45px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 12%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 45%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 37%;
	}
}

@media (min-width:642px) and (max-width:650px) and (height:525px) {
	.section-program .head_topic_program .sweet_program {
		right: 4%;
	}
}

@media (min-width:651px) and (max-width:688px) and (height:525px) {
	.section-program .head_topic_program .sweet_program {
		right: 6%;
	}
}

@media (min-width:667px) {
	.section-program .program_footer .mdi {
		top: 60px;
	}

	.section-program .program_footer .list_img_program {
		float: right;
	}

	.section-program .program_footer img {
		width: 100%;
	}

	.section-program .content_sweet_program #heart {
		left: 97%;
	}

	.section-program .program_footer .list_img_program {
		padding: 0% 0 2% 0;
	}

	.section-program .program_footer .font_gift_program > strong {
		font-size: 20px;
	}

	.section-program .program_footer > .col-lg-5 {
		padding: 4% 2%;
	}

	.section-program .program_footer > .col-lg-5 {
		width: 35%;
		float: left;
	}

	.section-program .program_footer .font_gift_program > h2 {
		font-size: 50px;
	}

	.section-program .program_footer .content_footer_program > p {
		font-size: 14px;
	}

	.section-about .relative > img {
		height: 120vh;
	}

	.section-program .main_content_program > img {
		height: 150vh;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 10%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 38%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 36%;
	}
}

@media (min-width:694px) {
	.section-program .content_sweet_program #heart {
		left: 100%;
	}
}

@media (min-width:718px) {
	.section-program .content_sweet_program #heart {
		left: -3%;
	}
}

@media (min-width:731px) {
	.section-program .program_footer .mdi {
		top: 77px;
	}

	.section-program .program_footer .list_img_program .div-audio .mdi {
		margin-top: 0%;
	}

	.section-program .content_sweet_program #heart {
		left: 92%;
	}

	.section-callnow .content_callnow a {
		font-size: 37px;
	}

	.section-program .head_topic_program .sweet_program {
		right: -90%;
	}

	.section-program .program_footer .content_footer_program {
		padding: 0;
		float: left;
	}

	.section-program .program_footer .content_footer_program {
		margin: 0 0%;
	}

	.section-program .program_footer > .col-lg-5 {
		width: 35%;
	}

	.section-program .program_footer > .col-lg-5 {
		margin-top: 1.5%;
	}

	.section-program .program_footer .list_img_program {
		width: 60%;
		float: right;
		padding: 0% 0 2% 0;
		margin: 0;
	}

	.section-program .program_footer .font_gift_program > strong {
		font-size: 16px;
	}

	.section-program .program_footer img {
		width: 100%;
	}

	.section-program .program_footer .list_img_program .div-audio .mdi {
		font-size: 40px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 10%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 37%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 38%;
	}

	.section-program .program_footer .content_footer_program > p {
		font-size: 16px;
	}

	.section-program .program_footer .font_gift_program > h2 {
		font-size: 50px;
	}

	.section-program .main_content_program > img {
		height: 150vh;
	}

	.section-program .head_topic_program .content_sweet_program {
		padding-right: 0%;
	}

	.section-program .program_footer .mdi.mdi-play {
		left: 37%;
		margin-top: 27%;
	}

	.section-program .program_footer .mdi.mdi-pause {
		left: 45%;
		margin-top: 27%;
	}
}

@media (min-width:736px) {
	.section-program .content_sweet_program #heart {
		left: 92%;
	}

	.section-program .program_footer .mdi.mdi-pause {
		left: 45%;
		margin-top: 28%;
	}

	.section-program .program_footer .mdi.mdi-play {
		left: 45%;
		margin-top: 28%;
	}
}


@media (min-width: 768px) {
	.section-program .program_footer .mdi {
		top: 42px;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(1), .section-program .head_topic_program .col-lg-4:nth-child(2), .section-program .head_topic_program .col-lg-4:nth-child(3) {
		width: 33%;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(2) {
		margin-top: 0%;
	}

	.section-program .program_footer .font_gift_program > strong {
		font-size: 20px;
	}

	.section-program .program_footer > .col-lg-5 {
		padding: 7.5% 2%;
	}

	.section-program.section-gift {
		padding: 0 15px;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(1), .section-program .head_topic_program .col-lg-4:nth-child(3) {
		padding-left: 0;
		padding-right: 0;
	}

	.section-program .content_sweet_program #heart {
		left: 91%;
		display: block;
		top: 5px;
	}

	.section-program .head_topic_program {
		text-align: center;
		margin: 2% 0%;
	}

		.section-program .head_topic_program .sweet_program {
			letter-spacing: 12px;
			right: -138%;
			top: -5%;
		}

		.section-program .head_topic_program .col-lg-4 {
			padding: 0%;
		}

		.section-program .head_topic_program .sweet_program {
			position: absolute;
		}

		.section-program .head_topic_program span {
			color: #000;
			font-size: 38px;
		}

	.section-program #heart .mdi-heart-outline:before {
		font-size: 80px;
	}

	.section-program .program_footer .list_img_program .div-audio .mdi {
		font-size: 45px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 11%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 44%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 34%;
	}

	.section-program .program_footer .content_footer_program > p {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.section-program .program_footer .content_footer_program {
		padding: 0%;
		width: 40%;
		float: left;
		margin: 2% 0;
	}

	.section-program .program_footer .list_img_program {
		width: 38%;
		float: left;
		padding: 0%;
		margin: 7% 0 7% 10px;
	}

	.section-program .program_footer .div-audio {
		padding: 0%;
	}

	.section-program .program_footer img {
		width: 33%;
	}

	.program-content, table {
		font-size: 14px;
	}

	.section-program .main_content_program > img {
		height: 65vh;
	}

	.section-program .head_topic_program .content_sweet_program {
		padding-right: 0%;
	}

	.section-program .head_topic_program .mdi.mdi-heart-outline:before {
		margin-top: 0%;
		font-size: 75px;
	}

	.about-logo-img {
		width: 25vh;
		margin: auto;
	}

	.section-program .head_topic_program .col-lg-4 {
		width: 33%;
		float: left;
	}

	.section-about .container .about-content {
		width: 100%;
	}

	.section-about .container .about-content {
		width: 40%;
		margin: 0% 30%;
	}

	.section-about .relative > img {
		height: 60vh;
	}

	.section-program .program_footer > .col-lg-5 {
		margin-top: 0%;
		width: 20%;
		float: left;
	}

	.section-program .program_footer .font_gift_program > h2 {
		font-size: 50px;
	}

	.section-program .program_footer img {
		width: 96%;
		float: left;
		margin-bottom: 5%;
		margin: 0;
	}

	.section-program .program_footer .mdi.mdi-pause {
		left: 34%;
		margin-top: 5%;
	}

	.section-program .program_footer .mdi.mdi-play {
		left: 34%;
		margin-top: 5%;
	}
}

@media (min-width:800px) {
	.section-program .content_sweet_program #heart {
		left: -12%;
		top: 4px;
	}
}

@media (min-width:812px) {
	.section-program .program_footer .list_img_program {
		width: 47%;
		margin: 10% 0px;
	}

	.section-program .program_footer .mdi {
		top: 64px;
	}

	.section-program .program_footer .font_gift_program > h2 {
		font-size: 50px;
	}

	.section-program .program_footer .font_gift_program > strong {
		font-size: 20px;
	}

	.section-program .program_footer > .col-lg-5 {
		width: 20%;
	}

	.section-program .program_footer .content_footer_program > p {
		font-size: 14px;
	}

	.section-callnow .content_callnow a {
		font-size: 38px;
	}

	.section-program .content_sweet_program #heart {
		left: -11%;
	}

	.section-program .head_topic_program .sweet_program {
		right: -98%;
		bottom: 14%;
	}

	.section-program .program_footer > .col-lg-5 {
		padding: 11.5% 2%;
	}

	.section-program .program_footer .list_img_program {
		padding: 0%;
	}

	.section-program .program_footer > .col-lg-5 {
		margin-top: 0%;
	}

	.section-program .program_footer .content_footer_program {
		padding: 0%;
		width: 32%;
		float: left;
	}

	.section-about .relative > img {
		height: 155vh;
	}

	.section-program .main_content_program > img {
		height: 160vh;
	}

	.section-program .program_footer img {
		width: 100%;
		float: left;
		margin: 0 4%;
	}

	.section-program .program_footer .mdi.mdi-pause {
		left: 40%;
		margin-top: 5%;
	}

	.section-program .program_footer .mdi.mdi-play {
		left: 40%;
		margin-top: 5%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 78.5%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 45.5%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 12.5%;
	}
}

@media (min-width:823px) {
	.section-program .program_footer .list_img_program {
		margin: 6% 0px;
	}

	.section-callnow .content_callnow a {
		font-size: 48px;
	}

	.section-program .program_footer .mdi {
		top: 31px;
	}

	.section-program .program_footer .list_img_program .div-audio .mdi {
		font-size: 45px;
	}

	.section-program .program_footer .list_img_program .div-audio .mdi {
		margin-top: 0%;
	}

	.section-program .program_footer > .col-lg-5 {
		padding: 8.5% 2%;
	}

	.section-program .program_footer .font_gift_program > strong {
		font-size: 20px;
	}

	.section-program .content_sweet_program #heart {
		left: 95%;
		top: 3px;
	}

	.section-program #heart .mdi:before {
		line-height: 2.5rem;
	}

	.section-program .head_topic_program .sweet_program {
		right: -133%;
		bottom: 0%;
		top: 2%;
	}

	.section-program .program_footer .div-audio {
		padding: 0% 5%;
	}

	.section-program .program_footer .list_img_program {
		width: 47%;
		padding: 0%;
	}

	.section-program .program_footer img {
		width: 100%;
		margin: 0;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 15.5%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 45%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 75%;
	}

	.section-program .program_footer .content_footer_program > p {
		font-size: 14px;
	}

	.section-program .program_footer .font_gift_program > h2 {
		font-size: 50px;
	}

	.section-program .program_footer .content_footer_program {
		padding: 0% 0% 1% 0%;
		width: 33%;
		float: left;
	}

	.section-about .relative > img {
		height: 135vh;
	}

	.section-program .main_content_program > img {
		height: 150vh;
	}
}

@media (min-width:833px) and (max-width:841px) and (height:525px) {
	.section-program .content_sweet_program #heart {
		left: -16%;
		top: 0px;
	}
}

@media (min-width:854px) {
	.section-program .content_sweet_program #heart {
		left: 94%;
	}

	.section-program .program_footer .mdi {
		top: 34px;
	}
}

@media (min-width:872px) {
	.section-program .program_footer .mdi {
		top: 40px;
	}

	.section-program .program_footer .list_img_program {
		margin: 5% 0px;
	}
}

@media (min-width:892px) {
	.section-program .content_sweet_program #heart {
		left: 97%;
	}

	.section-program .program_footer .mdi {
		top: 42px;
	}
}

@media (min-width:906px) {
	.section-program .program_footer .mdi {
		top: 42px;
	}
}

@media (min-width:930px) {
	.section-program .program_footer > .col-lg-5 {
		padding: 6.5% 2%;
	}



	.section-program .program_footer .mdi {
		top: 46px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 16%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 46%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 75.5%;
	}
}

@media (min-width:938px) and (max-width:942px) and (height:525px) {
	.section-program .content_sweet_program #heart {
		left: -10%;
		top: 0px;
	}
}

@media (min-width:947px) {
	.section-program .content_sweet_program #heart {
		left: 100%;
	}

	.section-program .program_footer .mdi {
		top: 45px;
	}
}

@media (min-width:960px) {
	.section-program .content_sweet_program #heart {
		left: 100%;
	}

	.section-program .program_footer .mdi {
		top: 43px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 75%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 45.5%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 15.5%;
	}
}



@media (min-width:1000px) {
	.section-program .content_sweet_program #heart {
		left: 102%;
	}

	.section-program .program_footer .mdi {
		top: 52px;
	}
}

@media (min-width: 1024px) {
	.program-content .table > tbody > tr > td {
		padding-left: 2%;
	}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 100px;
		margin-top: 0;
	}

	.section-program .program_footer .list_img_program {
		width: 50%;
		float: left;
		padding: 0%;
	}

	.section-program .program_footer img {
		margin: 0%;
	}

	.section-program .program_footer > .col-lg-5 {
		width: 20%;
	}

	.section-program .content_sweet_program #heart {
		left: 130%;
	}

	.section-program .head_topic_program .sweet_program {
		right: -133%;
		bottom: 0;
		top: 0;
	}

	.section-program .head_topic_program {
		text-align: center;
		margin: 3% 0%;
	}

		.section-program .head_topic_program .col-lg-4 {
			padding: 0%;
		}

		.section-program .head_topic_program span {
			color: #000;
			font-size: 48px;
		}

	.section-program #heart .mdi-heart-outline:before {
		font-size: 80px;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(1) {
		padding-right: 0px;
		font-family: SVN-Gotham Book;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(3) {
		padding-left: 0px;
		font-family: SVN-Gotham Book;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(2) {
		font-family: SVN-Gotham Regular;
	}

	.section-callnow .content_callnow a {
		font-family: bauer-bodoni-bt !important;
	}

	.section-program.section-topic {
		padding: 0px 40px;
	}

	.section-program .head_topic_program .content_sweet_program {
		width: 33%;
		position: relative;
		display: flex;
		align-items: center;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(1), .section-program .head_topic_program .col-lg-4:nth-child(3) {
		width: 33%;
	}

	.section-callnow .content_callnow.right-ticketcall {
		text-align: right;
		float: right;
	}

	.section-callnow {
		padding: 40px 100px;
		max-height: 271px;
	}

	.section-program .program_footer > .col-lg-5 {
		padding: 5.5% 2%;
	}

	.section-program .main_content_program > img {
		height: 100vh;
	}

	.section-about .relative > img {
		height: auto;
	}

	.section-program .program_footer .list_img_program {
		padding: 0%;
	}

	.section-callnow .content_callnow .feel_ticketcall {
		margin-top: 0;
	}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		left: 38%;
		font-size: 40px
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 16%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 46%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 39%;
	}

	.section-callnow .content_callnow {
		padding: 0%;
	}

		.section-callnow .content_callnow a {
			font-size: 42px;
		}

		.section-callnow .content_callnow span {
			font-size: 22px;
		}

		.section-callnow .content_callnow strong {
			font-size: 31px;
		}

	.program-content .table > tbody > tr > td {
		font-size: 14px;
	}

	#videoStory {
		margin: 0 20% !important;
	}

	.program-content .table > tbody > tr > td span {
		font-size: 16px;
	}

	.program-content #font_title_program {
		font-size: 17px;
	}

	.program-content .table > tbody > tr > td {
		font-size: 14px;
	}

	.section-program .program {
		bottom: 9vh !important;
	}

	.about-content {
		width: 30%;
		margin: 0% 36%;
	}

	.section-about .container {
		bottom: 0% !important;
	}

	.program-content, table {
		font-size: 14px !important;
	}

		.program-content .table > tbody > tr > td h3 {
			font-size: 20px;
		}

	.section-about .container {
		width: 100% !important;
		margin-bottom: 3%;
	}

	.section-program .padding_gift_program {
		padding-top: 4%;
	}

	.section-program .program_footer .content_footer_program > p {
		font-size: 14px;
		padding-top: 0%;
	}

	.section-program .program_footer .font_gift_program {
		padding: 3% 0%;
	}

		.section-program .program_footer .font_gift_program > strong {
			font-size: 20px;
		}

		.section-program .program_footer .font_gift_program > h2 {
			font-size: 70px;
		}


	.section-program .program_footer .content_footer_program {
		padding: 0% 2%;
		width: 30%;
		float: left;
	}

	.section-program .program_footer img {
		width: 100%;
	}

	.section-program #img_footer_program {
		width: 45.5%;
		float: right;
		margin-bottom: 0%;
	}

	.program-content .table {
		margin-top: 0% !important;
	}

	.about-content {
		padding-bottom: 3% !important;
		padding-right: 0% !important;
		padding-left: 0% !important;
		padding-top: 0% !important;
	}

	.section-program .program-content {
		margin: 0% 2% 2% 4%;
	}

	.flex_footer .item_footer_three .col-lg-9 {
		margin: 4.5% 0% !important;
	}

	footer #heart {
		top: 0%;
	}

	.flex_footer .item_footer_second h4 {
		padding-top: 0% !important;
	}

	.flex_footer .item_footer_three .col-lg-3 button {
		padding: 15% !important;
	}

	.flex_footer .mdi.mdi-format-vertical-align-top {
		font-size: 20px !important;
	}

	.flex_footer .item_footer_second .mdi.mdi-copyright {
		font-size: 14px
	}

	.section-program {
		font-size: 16px !important;
	}
}

@media (min-width: 1024px) and (height:1366px) {
	.section-program .program_footer .content_footer_program {
		margin: 0;
	}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 39px;
	}

	.section-callnow {
		padding: 35px 100px;
		max-height: 271px;
	}

	.section-program #heart .mdi:before {
		line-height: 2.5rem;
	}

	.section-program .head_topic_program .sweet_program {
		right: 12%;
		top: 0%;
	}

	.section-program .padding_gift_program {
		padding-top: 1%;
	}

	.section-program .program_footer .list_img_program .div-audio .mdi {
		font-size: 45px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 14.5%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 41.5%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 68.5%;
	}

	.section-program .program_footer img {
		width: 30%;
		float: left;
	}

	.section-about .relative > img {
		height: 50vh;
	}

	.section-program .program_footer > .col-lg-5 {
		width: 25%;
		float: left;
		margin-top: 0;
		padding: 6.5% 0;
	}

	.section-program .program_footer .content_footer_program > p {
		font-size: 14px;
	}

	.section-program .program_footer .list_img_program {
		padding: 0%;
		width: 46%;
		float: left;
		margin: 4% 1%;
	}

	.section-program .program_footer .font_gift_program > h2 {
		font-size: 48px;
	}

	.section-program .program_footer .content_footer_program {
		padding: 0%;
	}

	.section-program .program_footer .content_footer_program {
		width: 27%;
		float: left;
	}

	.section-program .main_content_program > img {
		height: 55vh;
	}
}

@media (min-width:1048px) {
	.section-program .content_sweet_program #heart {
		left: 132%;
	}

	.section-program .program_footer .list_img_program {
		margin: 2.5% 0px;
	}
}

@media (min-width:1064px) {
	.section-program .content_sweet_program #heart {
		left: 133%;
	}
}

@media (min-width:1091px) {
	.section-program .content_sweet_program #heart {
		left: 135%;
	}

	.section-program .program_footer .list_img_program {
		margin: 2% 0px;
	}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 40px;
	}

	.section-program .program_footer .list_img_program .div-audio .mdi {
		font-size: 50px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 75.5%;
	}

	.section-program .program_footer > .col-lg-5 {
		padding: 4.5% 2%;
	}
}


@media (min-width:1106px) {
	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 39px;
	}
}

@media (min-width:1134px) {
	.section-program .content_sweet_program #heart {
		left: 137%;
	}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 42px;
	}
}

@media (min-width:1204px) {
	.section-about .relative > img {
		height: auto !important;
	}

	.section-program .program_footer .list_img_program {
		margin: 1% 0px;
	}

	.section-program .program_footer > .col-lg-5 {
		padding: 4% 6%;
	}
}

.footer-height {
	max-height: 94px;
	min-height: 33px;
}

@media (min-width:1144px) {
	.section-program .content_sweet_program #heart {
		left: 138%;
	}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 42px;
	}

	.section-program .program_footer .list_img_program {
		margin: 1.5% 0px;
	}

	.section-program .program_footer > .col-lg-5 {
		padding: 5.5% 6%;
	}
}

@media (min-width:1209px) {
	.section-program .content_sweet_program #heart {
		left: 141.5%;
	}
}

@media (min-width:1180px) {
	.section-program .program_footer .list_img_program .div-audio .mdi {
		font-size: 50px;
	}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 43px;
	}
}

@media (min-width: 567px) and (max-width:1024px) {
	.flex_footer .item_footer_one {
		margin-top: 35px;
	}

	.flex_footer .item_footer_one {
		width: 25%;
		margin-top: 15px;
		margin-bottom: 15px;
		margin: 4px 0;
	}

	.flex_footer .item_footer_second {
		width: 50%;
		margin-top: 9px;
	}

	.flex_footer .item_footer_three {
		width: 25%;
	}

	.footer-height {
		max-height: 33px
	}

	.flex_footer .item_footer_three .body-ontop button {
		padding: 30px;
	}
}

@media (max-width: 566px) {
	/*.item_footer_second #heart {
        margin-top: 1%
    }*/

	.flex_footer .item_footer_second .footer-copy-right {
		padding-top: 2%;
		margin-bottom: 15px;
	}

	.flex_footer .item_footer_one {
		font-size: 13px;
		margin-top: 15px;
		width: 90%;
		margin-bottom: 2%;
	}

	.flex_footer .item_footer_second {
		width: 90%;
		float: left;
		margin-top: 0px;
	}

	.flex_footer .item_footer_three {
		float: left;
		width: 100%;
	}

		.flex_footer .item_footer_three .body-ontop button {
			padding: 3%;
		}
}

@media (min-width:1219px) {
	.section-program .content_sweet_program #heart {
		left: 142%;
	}
}


@media (min-width:1226px) {
	.section-program .program_footer .list_img_program .div-audio .mdi {
		font-size: 50px;
	}

	.section-program .program_footer .list_img_program {
		margin: 1.5% 0px;
	}
}

@media (min-width:1233px) {
	.section-program .content_sweet_program #heart {
		left: 143%;
	}
}

@media (min-width:1260px) {
	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 80px;
	}

	.section-program .padding_gift_program {
		padding-top: 0%;
	}

	.section-program .content_sweet_program #heart {
		left: 144%;
	}
}

@media (min-width: 1287px) {
	.section-program .program_footer .list_img_program {
		margin: 2% 0px;
	}

	.section-program .content_sweet_program #heart {
		left: 35%;
	}

	.section-program .program_footer .content_footer_program {
		margin: 0;
	}

	.section-program .padding_gift_program {
		padding: 9% 0;
	}

	.section-program .content_sweet_program #heart {
		left: 60%;
		top: 1px;
	}

	.section-program #heart .mdi:before {
		line-height: 2.5rem;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(1), .section-program .head_topic_program .col-lg-4:nth-child(3) {
		padding-left: 0;
		padding-right: 0;
		width: 76%;
	}

	.section-program .head_topic_program .sweet_program {
		right: 4%;
		top: 0%;
	}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 27px;
	}

	.section-program .program_footer .content_footer_program {
		padding: 1% 0;
		width: 28%;
		float: left;
	}

	.section-program .program_footer .list_img_program {
		padding: 0%;
		width: 35%;
	}

		.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
			left: 70%;
		}

		.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
			left: 40%;
		}

		.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
			left: 10%;
		}

	.program_footer #img_footer_program {
		display: block;
	}

	.section-program .program_footer img {
		width: 100%;
		margin: 0%;
	}

	.section-program .program_footer > .col-lg-5 {
		width: 34%;
		float: left;
		padding: 0px;
		margin-top: 0;
	}

	.section-about .container .about-content {
		width: 30%;
		margin: 0% 36%;
	}

	.section-program #img_footer_program {
		width: 110%;
	}

	.section-program .program_footer .div-audio {
		padding: 0%;
	}
}

@media (min-width:1316px) {
	.section-program .content_sweet_program #heart {
		left: 58.5%;
	}
}

@media (min-width:1320px) {
	.section-program .content_sweet_program #heart {
		left: 59%;
	}
}


@media (min-width: 1366px) {
	.section-program .head_topic_program {
		margin: 3% 6%;
	}

	.section-program.section-gift {
		padding: 0 0px 0 100px;
	}

	#gallery .margin-gallery {
		margin-left: 9.5%;
	}

	.section-callnow {
		padding: 40px 109px;
	}

	.section-content .ticket-customer-margin {
		margin-left: 9% !important;
	}

	.section-program .width-img-program {
		min-height: 950px;
	}

	.program-content .table > tbody > tr > td h3 {
		font-size: 23px;
	}

	.program-content .margin_title_program, .album-tracklist-title .margin_title_program {
		font-size: 35px;
	}

	.program-content #font_title_program {
		font-size: 20px;
	}

	.program-content .footer_table_program {
		padding-bottom: 2%;
	}

	.program-content .table > tbody > tr > td h3 {
		margin-top: 2%;
	}

	.section-program .container {
		margin-bottom: 0px;
		top: 15px;
	}

	.section-program .program_footer .list_img_program {
		margin: 0%;
	}

	.section-program .padding_gift_program {
		padding: 6% 0;
	}

	section-program .padding_gift_program {
		padding: 8% 0;
	}

	.section-callnow .content_callnow a {
		font-size: 55px;
	}

	.section-program #img_footer_program {
		width: 100%;
	}

	.section-program #heart .mdi:before {
		line-height: 2.5rem;
	}

	.section-program .content_sweet_program #heart {
		left: 56.5%;
		top: 2px;
	}

	.section-program .head_topic_program .sweet_program {
		right: -3%;
		top: 0%;
	}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 41px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 31%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 33%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 8%;
	}

	.section-program .program_footer .content_footer_program {
		padding: 0 1%;
		width: 29%;
		float: left;
	}

	.section-program .program_footer .list_img_program {
		padding: 1% 0%;
		width: 37%;
	}

	.section-program .program_footer .div-audio {
		padding: 0%;
	}

	.program_footer #img_footer_program {
		display: block;
	}

	.section-program .program_footer img {
		width: 96%;
		margin: 0%;
	}

	.section-program .program_footer > .col-lg-5 {
		width: 34%;
		float: left;
		padding: 0px;
		margin-top: 0%;
	}

	.about-content {
		width: 28%;
		margin: 0% 37%;
	}
}

@media (min-width: 1366px) and (height:1024px) {
	.section-program .container {
		top: 70px;
	}

	.section-program .program_footer .list_img_program {
		margin: 0%;
	}

	.section-program .padding_gift_program {
		padding: 4.5% 0;
	}

	.section-callnow .content_callnow strong {
		font-size: 36px;
	}

	.section-callnow .content_callnow a {
		font-size: 60px;
	}

	.section-program .program_footer .content_footer_program > p {
		font-size: 16px;
	}

	.section-program #img_footer_program {
		height: 200px;
		width: 130px;
	}

	.section-program .program_footer .list_img_program .div-audio .mdi {
		margin-top: 0;
		top: 31%;
	}

	.section-program .program_footer .font_gift_program > h2 {
		line-height: 75px;
	}

	.section-program .program_footer .div-audio {
		float: left;
		width: 28%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 36%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 36%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 36%;
	}

	.section-program .program_footer .list_img_program img {
		width: 136px;
		margin: 0% 10px;
		height: 147px;
	}

	.section-program .program_footer .list_img_program {
		padding: 60px 0px 60px 80px;
		width: 38%;
	}

	.section-program .content_sweet_program #heart {
		left: 25.5%;
		top: 2px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 39%;
	}

	.section-program .program_footer img {
		width: 30%;
	}

	.section-program .program_footer > .col-lg-5 {
		width: 30%;
		float: left;
		padding: 0px;
		margin-top: 0;
	}

	.section-program .program_footer .content_footer_program > p {
		padding: 0;
	}

	.section-program .main_content_program > img {
		height: 85vh;
	}

	.section-program .program_footer .list_img_program {
		padding: 2% 0;
		width: 38%;
		float: left;
	}

	.section-program .program_footer .content_footer_program {
		margin: 0
	}

	.section-program .program_footer .content_footer_program {
		padding: 0%;
		width: 29%;
		float: left;
	}

	.section-program .program_footer .div-audio {
		padding: 0%;
	}
}

@media (min-width:1390px) {
	.section-program .content_sweet_program #heart {
		left: 57%;
	}
}


@media (min-width: 1400px) {
	.section-program .width-img-program {
		min-height: 1200px;
	}

	.section-program .container {
		top: 70px;
	}

	.program-content .title_program {
		padding-top: 0%;
		padding-bottom: 0%;
	}

	.section-program .program-content {
		margin: 0% 2% 0% 4%;
	}

	.section-program .program_footer .list_img_program {
		margin: 0.5% 0px;
	}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 30px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 10.5%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 40.5%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 70.5%;
	}

	section-program #img_footer_program {
		width: 100%;
	}

	.section-program .content_sweet_program #heart {
		left: 58%;
	}

	.section-program .head_topic_program .sweet_program {
		letter-spacing: 10px;
	}

	.section-callnow .content_callnow a {
		font-size: 60px;
	}

	.section-callnow .content_callnow span {
		font-size: 25px;
	}

	.section-callnow .content_callnow strong {
		font-size: 38px;
	}

	.program-content #font_title_program {
		font-size: 30px;
	}

	.program-content .table > tbody > tr > td {
		font-size: 16px;
	}

		.program-content .table > tbody > tr > td span {
			font-size: 14px;
		}

		.program-content .table > tbody > tr > td h3 {
			font-size: 25px;
		}

	.program-content .margin_title_program, .album-tracklist-title .margin_title_program {
		font-size: 40px;
	}

	.section-program .program_footer .list_img_program .div-audio .mdi {
		font-size: 50px;
	}

	.section-program .program_footer img {
		width: 100%;
		margin: 0% 1%;
	}

	.section-program .program_footer .content_footer_program {
		padding: 0% 2%;
		width: 28%;
		float: left;
	}

	.section-program .program_footer > .col-lg-5 {
		width: 34%;
		float: left;
		padding: 0px;
		margin-top: 0;
		margin-left: 3%;
	}


	.section-program .program_footer .list_img_program {
		padding: 0% 0;
		width: 34%;
	}

	.section-program .padding_gift_program {
		padding: 7.5% 0;
	}

	section-program .program_footer .font_gift_program > h2 {
		font-size: 100px;
	}
}

program .program_footer .font_gift_program > strong {
	font-size: 36px;
}

@media (min-width:1404px) {
	.section-program .content_sweet_program #heart {
		left: 58%;
	}
}

@media (min-width:1401px) and (max-width:1409px) and (height:955px) {
	.section-program #img_footer_program {
		width: 108%;
	}

	.section-program .program_footer .content_footer_program {
		padding: 0% 2%;
	}

	.section-program .padding_gift_program {
		padding: 9.5% 0;
	}

	.section-program .program_footer .list_img_program {
		padding: 2% 0;
	}
}

@media (min-width:1410px) and (height:955px) {
	.section-program #img_footer_program {
		width: 108%;
	}

	.section-program .program_footer .content_footer_program {
		padding: 1% 2%;
	}

	.section-program .padding_gift_program {
		padding: 9.5% 0;
	}

	.section-program .program_footer .list_img_program {
		padding: 2% 0;
	}
}

@media (min-width:1440px) {
	.section-program .content_sweet_program #heart {
		left: 69%;
		top: -1px;
	}

	.section-program .program_footer > .col-lg-5 {
		margin-left: 0%;
	}
}

@media (min-width:1490px) {
	.section-program .content_sweet_program #heart {
		left: 60%;
	}
}

@media (min-width:1517px) {
	.section-program .content_sweet_program #heart {
		left: 60%;
	}
}

@media (min-width:1482px) {
	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 30px;
	}

	.section-program .program_footer .content_footer_program {
		padding: 1% 2% 0;
	}
}

@media (min-width:1484px) and (height:955px) {
	.section-program #img_footer_program {
		width: 103%;
	}
}

@media (min-width:1530px) {
	.section-program .program_footer .mdi.mdi-paus, .section-program .program_footer .mdi.mdi-play {
		top: 33px;
	}

	.section-program .padding_gift_program {
		padding: 7.5% 0;
	}
}

@media (min-width:1550px) {
	.section-program .content_sweet_program #heart {
		left: 34%;
	}
}

@media (min-width:1552px) and (height:955px) {
	.section-program #img_footer_program {
		width: 100%;
	}
}

@media (min-width:1580px) and (height:955px) {
	.section-program #img_footer_program {
		width: 98%;
	}
}

@media (min-width:1586px) {
	.section-program .content_sweet_program #heart {
		left: 35%;
		top: 0px;
	}

	.section-program .program_footer .content_footer_program {
		padding: 1% 2%;
	}
}

@media (min-width:1600px) {
	.section-program .container {
		top: 120px;
	}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 37px;
	}
}

@media (min-width:1620px) and (height:955px) {
	.section-program #img_footer_program {
		width: 95%;
	}
}

@media (min-width:1628px) {
	.section-program .content_sweet_program #heart {
		left: 23%;
	}

	.section-program .head_topic_program .sweet_program {
		right: 27%;
		top: 0%;
	}

	.section-program .head_topic_program .sweet_program {
		letter-spacing: 15px;
	}
}

@media (min-width:1660px) {
	.section-program .content_sweet_program #heart {
		left: 25%;
	}
}

@media (min-width:1668px) {
	.program-content .margin_title_program, .album-tracklist-title .margin_title_program {
		font-size: 48px;
	}

	.program-content .table > tbody > tr > td {
		font-size: 18px;
	}

		.program-content .table > tbody > tr > td h3 {
			font-size: 30px;
		}

		.program-content .table > tbody > tr > td span {
			font-size: 16px;
		}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 42px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 12%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 72%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 42%;
	}

	.section-program .program_footer .content_footer_program {
		padding: 2% 2%;
	}

	.section-program .program_footer .list_img_program {
		padding: 0;
		width: 38%;
	}
}

@media (min-width:1673px) and (height:955px) {
	.section-program #img_footer_program {
		width: 91%;
	}
}

@media (min-width: 1024px) {
	.destop-body-news {
		display: block;
	}

	.mobile-body-news {
		display: none;
	}
}

@media (max-width: 1023px) {
	.destop-body-news {
		display: none;
	}

	.mobile-body-news {
		display: block;
	}
}

.item_footer_one:hover a {
	color: #f3b600 !important;
}

nav {
	height: 0;
	margin-top: -300px;
}

@media (min-width:1680px) {
	.section-program .head_topic_program .sweet_program {
		right: 4%;
		top: 0%;
	}

	.section-program #heart .mdi:before {
		line-height: 1.8rem;
	}

	.section-program .head_topic_program #heart {
		left: 82%;
		top: 9px;
	}

	.section-program #heart .mdi-heart-outline:before {
		font-size: 110px;
	}

	.section-program .head_topic_program span {
		color: #000;
		font-size: 48px;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(1) {
		padding-right: 285px;
		font-family: SVN-Gotham Book;
		padding-left: 110px;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(3) {
		padding-left: 285px;
		font-family: SVN-Gotham Book;
		padding-right: 110px;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(2) {
		font-family: SVN-Gotham Regular;
	}

	.section-callnow .content_callnow strong {
		font-size: 48px;
	}

	.section-callnow .content_callnow {
		padding: 0% 7%;
	}

		.section-callnow .content_callnow.right-ticketcall {
			padding: 0% 0% 1% 4%;
		}

		.section-callnow .content_callnow span {
			font-size: 30px;
		}

		.section-callnow .content_callnow a {
			font-size: 70px;
		}
}


@media (min-width:1714px) {
	.section-program .width-img-program {
		min-height: 1300px;
	}

	.section-program .content_sweet_program #heart {
		left: 39%;
	}

	.section-program .head_topic_program .sweet_program {
		right: 6%;
		top: 0%;
	}

	.section-program .head_topic_program #heart {
		left: 27%;
		top: 9px;
	}
}

@media (min-width:1765px) {
	.section-program .head_topic_program #heart {
		left: 29%;
		top: 9px;
	}
}

@media (min-width:1714px) and (height:955px) {
	.section-program #img_footer_program {
		width: 89%;
	}
}

@media (min-width:1756px) and (height:955px) {
	.section-program #img_footer_program {
		width: 86%;
	}
}

@media (min-width:1778px) {
	.section-program .content_sweet_program #heart {
		left: 80%;
	}

	.section-program #img_footer_program {
		width: 86%;
	}

	.section-program .program_footer .list_img_program {
		padding: 0% 0;
		width: 38%;
	}
}

@media (min-width:1730px) {
	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 47px;
	}
}

@media (min-width:1792px) and (height:955px) {
	.section-program #img_footer_program {
		width: 84%;
	}
}

@media (min-width:1820px) and (height:955px) {
	.section-program #img_footer_program {
		width: 82%;
	}

	.section-program .program_footer .content_footer_program {
		padding: 1% 2%;
	}
}


@media (min-width:1826px) {
	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 51px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 11.5%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 41.5%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 71.5%;
	}

	.section-program #img_footer_program {
		width: 78%;
	}

	.section-program .program_footer .list_img_program {
		padding: 0;
		margin: 0;
	}

	.section-program .program_footer .content_footer_program {
		padding: 1% 2%;
	}
}


@media (min-width:1852px) {
	.section-program .content_sweet_program #heart {
		left: 37%;
	}
}

@media (min-width: 1858px) {
	.section-program .program_footer .content_footer_program > p {
		font-size: 16px;
	}

	.section-program #img_footer_program {
		width: 96%;
	}

	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		top: 46px;
	}

	.section-program .program_footer img {
		width: 100%;
		margin: 0% 4%;
	}

	.section-program.section-gift {
		padding: 0 100px;
	}

	.section-program .padding_gift_program {
		padding: 7.5% 0;
	}

	.section-program .head_topic_program .sweet_program {
		letter-spacing: 20px;
		right: 18%;
		top: 0%;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(2) {
		padding-left: 0%;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(1), .section-program .head_topic_program .col-lg-4:nth-child(3) {
		width: 33%;
	}

	.section-program .head_topic_program .content_sweet_program {
		width: 33%;
	}

	.section-program .head_topic_program #heart {
		left: 31.5%;
		top: 8px;
	}

	.section-program #heart .mdi-heart-outline:before {
		font-size: 110px;
	}

	.section-program .head_topic_program span {
		color: #000;
		font-size: 48px;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(1) {
		padding-right: 285px;
		font-family: SVN-Gotham Book;
		padding-left: 110px;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(3) {
		padding-left: 285px;
		font-family: SVN-Gotham Book;
		padding-right: 110px;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(2) {
		font-family: SVN-Gotham Regular;
	}

	.section-callnow .content_callnow strong {
		font-size: 48px;
	}

	.section-callnow .content_callnow {
		padding: 0%;
	}

		.section-callnow .content_callnow.right-ticketcall {
			padding: 0% 0% 1% 4%;
		}

		.section-callnow .content_callnow span {
			font-size: 30px;
		}

		.section-callnow .content_callnow a {
			font-size: 80px;
		}

	.program-content #font_title_program {
		font-size: 30px;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 12%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 44%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 40%;
	}

	.section-program .program_footer .list_img_program .div-audio .mdi {
		font-size: 60px;
	}

	.section-program .program_footer .list_img_program {
		padding: 2%;
		width: 38%;
	}

	.section-program .program_footer .content_footer_program {
		padding: 1.5% 0;
		width: 25%;
		float: left;
	}
}

.new-grid-content img {
	object-fit: contain;
	width: 100%;
	height: auto;
	max-width: fit-content;
}

@media (min-width:1880px) {
	.section-program .content_sweet_program #heart {
		left: 32.5%;
	}

	.section-program .program_footer .list_img_program {
		padding: 1%;
	}
}

@media (min-width:1887px) and (height:955px) {
	.section-program #img_footer_program {
		width: 88%;
	}
}

@media (min-width:1200px) {
	.contact-icon {
		font-size: 30px;
	}
}

@media (min-width:1920px) {
	.program-content .table > tbody > tr td:nth-child(2) {
		font-size: 18px;
		padding-left: 2%;
	}

	.program-content .table > tbody > tr td:nth-child(3) {
		font-size: 18px;
		padding-left: 2%;
	}

	.section-program .head_topic_program {
		margin: 3% 9%;
	}

	.item_footer_three {
		margin-top: 1%;
	}

	.flex_footer .item_footer_second {
		margin: 3px 0;
	}

	#gallery .margin-gallery {
		margin-left: 12%;
	}

	#gallery-cf-3 {
		width: 90%;
		margin: auto;
	}

	.flex_footer .item_footer_one {
		padding-left: 7.5%;
		text-align: unset;
	}

	#news .news-center {
		width: 95%;
	}

	.new-content {
		padding-right: 3%;
	}

	#contact.items-center {
		align-items: normal !important;
	}

	.section-program .main_content_program {
		padding-bottom: 50px;
	}

	.section-program .width-img-program {
		height: 1400px;
	}

	.program-content .title_program {
		padding-bottom: 2%;
		padding-top: 2%;
	}

	.program-content .table > tbody > tr > td h3 {
		margin-top: 3%;
	}

	.program-content .footer_table_program {
		padding-bottom: 3%;
	}

	.section-program.section-gift {
		max-height: 271px;
	}

	.section-program.section-topic {
		padding: 30px 40px;
	}

	.section-callnow {
		padding: 70px 123px;
		max-height: 271px;
	}

	.section-program.section-gift {
		max-height: 271px;
		background-color: #fff;
	}

	.section-program.section-gift {
		padding: 0 231px;
	}

	.section-program .program_footer .list_img_program .div-audio .mdi {
		margin-top: 0;
		top: 29%;
	}

	.section-program .program_footer .font_gift_program > h2 {
		line-height: 75px;
	}

	.section-program .program_footer .div-audio {
		float: left;
		width: 33%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(1) .mdi.mdi-pause {
		left: 42%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(2) .mdi.mdi-pause {
		left: 42%;
	}

	.section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-play, .section-program .program_footer .list_img_program .div-audio:nth-child(3) .mdi.mdi-pause {
		left: 42%;
	}

	.section-program .program_footer .list_img_program img {
		width: 150px;
		margin: 0% 10px;
		height: 180px;
	}

	.section-program .program_footer .list_img_program {
		padding: 45px 0px;
		width: 38%;
	}

	.section-program .program_footer .content_footer_program {
		padding: 38px 15px;
		width: 27%;
		float: left;
	}

		.section-program .program_footer .content_footer_program > p {
			font-size: 16px;
			padding-top: 0%;
			text-align: justify;
		}

	.section-program .program_footer .font_gift_program > strong {
		font-size: 36px;
	}

	.section-program .program_footer .font_gift_program > h2 {
		font-size: 100px;
	}

	.section-program .padding_gift_program {
		padding: 65px 42px;
	}

	.section-program .program_footer .font_gift_program {
		padding: 0%;
	}

	.section-program #img_footer_program {
		width: 160px;
		height: 271px;
		margin-right: 30%;
	}

	.section-program .div-image {
		padding: 0;
	}

	.section-program .head_topic_program #heart {
		left: 540%;
		top: 3px;
	}

	.section-program .head_topic_program .sweet_program {
		letter-spacing: 20px;
		right: -113%;
		top: 0%;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(2) {
		padding-left: 0%;
	}

	.section-program .head_topic_program .col-lg-4:nth-child(1), .section-program .head_topic_program .col-lg-4:nth-child(3) {
		width: 33%;
	}

	.section-program .head_topic_program .content_sweet_program {
		width: 33%;
	}

	.section-program .main_content_program > img {
		height: fit-content;
		max-height: 1080px;
	}

	.section-program .container {
		margin-bottom: 0px;
		/*top:50px;*/
	}

	.program-content .table > tbody > tr > td h3 {
		margin-top: 2%;
	}

	.program-content .footer_table_program {
		padding-bottom: 2%;
	}
}

@media (min-width:1921px) {
	.section-program .program {
		margin-bottom: 50px;
	}

	main {
		margin: auto;
	}

	.section-program .main_content_program {
		background-color: #f3b600;
		/*background-image: linear-gradient(-90deg, #c08000,#f3b600)*/
		background-image: url('../images/Background_Gradient.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}

		.section-program .main_content_program .hidden_image_program {
			display: none;
		}

		.section-program .main_content_program .position_program {
			position: relative;
		}
}

@media (width:1366px) and (height:625px) {
	.section-program .main_content_program {
		background-color: none;
		background-image: url('../images/Background_Gradient.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		/*background-image: linear-gradient(-90deg, #c08000,#f3b600)*/
	}

		.section-program .main_content_program .hidden_image_program {
			display: block;
		}

	/*.section-program .main_content_program .position_program {
            position: absolute;
        }*/
}

@media (width:1024px) and (height:1366px) {
	.section-program .main_content_program {
		background-color: none;
		/*background-image: linear-gradient(-90deg, #c08000,#f3b600)*/
		background-image: url('../images/Background_Gradient.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}

		.section-program .main_content_program .hidden_image_program {
			display: none;
		}

		.section-program .main_content_program .position_program {
			position: relative;
		}
}

@media (width:1024px) and (height:768px) {
	.section-program .main_content_program {
		background-color: none;
		/*background-image: linear-gradient(-90deg, #c08000,#f3b600)*/
		background-image: url('../images/Background_Gradient.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}

		.section-program .main_content_program .hidden_image_program {
			display: none;
		}

		.section-program .main_content_program .position_program {
			position: relative;
		}
}

.filter-br {
	filter: blur(0.02em) brightness(120%) !important;
}

.artists-grid__item__image > img {
	object-fit: contain;
	max-width: 100%;
}

.section-program.section-topic {
	background-color: #fff;
	max-height: 271px;
}


.footer-made-in {
	position: relative;
}

@media (min-width: 1025px) and (max-width:1919px) {
	.flex_footer .item_footer_one {
		width: 25%;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.flex_footer .item_footer_second {
		width: 50%;
		margin: 0px;
	}

	.flex_footer .item_footer_three {
		width: 25%;
	}

	.footer-height {
		max-height: 50px;
		min-height: 33px;
	}

	.flex_footer .item_footer_three .body-ontop button {
		padding: 25px;
	}
}

.page-not-found-wrap {
	text-align: center;
}

.page-not-found-title {
	color: #f3b600;
	font-size: 4.5em;
	font-family: Playfair Display,serif !important;
}

.page-not-found-content {
	color: #fff;
	font-family: bauer-bodoni-bt !important;
}

.section-page-not-found {
	background-color: #000;
}

.page-not-found-sub {
	margin-bottom: 4em;
}

	.page-not-found-sub a {
		color: #f3b600;
		font-family: 'SVN-Gotham Regular' !important;
		font-size: 0.7em;
	}

.mdi-arrow-left:before {
	font-family: "Material Design Icons";
	font-weight: bold;
}

@media(min-width:2784px) {
	.section-program .head_topic_program #heart {
		top: 1px;
	}
}

.min-100vh-customer {
	height: 100vh;
	max-height: 1080px;
}

@media (max-width:800px) {
	.min-100vh-customer {
		height: auto;
		max-height: 1080px;
	}
}

@media (min-width:832px) and (max-width:1023px) {
	.min-100vh-customer {
		height: fit-content;
		max-height: 1080px;
	}
}

@media (min-height: 700px) and (min-width: 600px) and (max-width: 900px) {
	.section-about .relative > img {
		height: 50vh !important;
	}
}

@media (min-height: 950px) and (max-height: 1024px) and (max-width: 1023px) and (min-width: 600px) {
	.section-about .relative > img {
		height: 60vh !important;
	}
}


@media (min-width: 411px) and (min-height: 800px) {
	.section-about .relative > img {
		height: 70vh;
	}
}


/*404 not found start*/
#notfound {
	position: relative;
	height: 100vh;
}

	#notfound .notfound {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

.notfound {
	max-width: 520px;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}

	.notfound .notfound-404 {
		position: relative;
		height: 200px;
		margin: 0px auto 20px;
		z-index: -1;
	}

		.notfound .notfound-404 h1 {
			font-family: 'Montserrat', sans-serif;
			font-size: 236px;
			font-weight: 200;
			margin: 0px;
			color: #211b19;
			text-transform: uppercase;
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

		.notfound .notfound-404 h2 {
			font-family: 'Montserrat', sans-serif;
			font-size: 28px;
			font-weight: 400;
			text-transform: uppercase;
			color: #211b19;
			background: #fff;
			padding: 10px 5px;
			margin: auto;
			display: inline-block;
			position: absolute;
			bottom: 0px;
			left: 0;
			right: 0;
		}

	.notfound a {
		font-family: 'Montserrat', sans-serif;
		display: inline-block;
		font-weight: 700;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		padding: 13px 23px;
		background: #ff6300;
		font-size: 18px;
		-webkit-transition: 0.2s all;
		transition: 0.2s all;
	}

		.notfound a:hover {
			color: #ff6300;
			background: #211b19;
		}

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 h1 {
		font-size: 148px;
	}
}

@media only screen and (max-width: 480px) {
	.notfound .notfound-404 {
		height: 148px;
		margin: 0px auto 10px;
	}

		.notfound .notfound-404 h1 {
			font-size: 86px;
		}

		.notfound .notfound-404 h2 {
			font-size: 16px;
		}

	.notfound a {
		padding: 7px 15px;
		font-size: 14px;
	}
}
/*404 not found end*/
.nav-mobile-from-ticket {
	display: none;
}

@media (max-width: 991px) {
	.nav-mobile-from-ticket {
		width: 100%;
		display: block;
	}

		.nav-mobile-from-ticket > .nav-link-ticket {
			text-align: right;
			display: block;
		}

	.nav-link-ticket {
		font-size: 14px;
		font-family: SVN-Gotham Book !important;
	}

	.nav-link-ticket {
		text-decoration: none;
		margin: 10px 15px;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 2px;
	}
}

@media (max-width: 768px) and (min-width:550px) {
	.about-content {
		/*width: 50%;*/
		/* padding: 0px !important; */
		margin: auto;
		display: block;
		width: 100%;
		padding-left: 25% !important;
		padding-right: 25% !important;
	}
}

@media (max-width:1439px) and (min-width:1024px) {
	.section-about .about-info {
		font-size: 14px !important;
	}
}

@media(min-width:1367px) {
	.section-about .min-100vh-customer {
		height: fit-content;
		max-height: 1080px;
	}
}

@media (max-width: 1023px) and (min-width: 832px) {
	.section-about .min-100vh-customer {
		height: 80vh;
		max-height: 1080px;
	}
}

@media (max-width: 831px) and (min-width: 801px) {
	.section-about .min-100vh-customer {
		height: auto;
		max-height: 1080px;
	}
}

@media(min-width:1440px) {
	.about-logo-img {
		width: 330px;
		height: 307px;
		margin: auto;
	}
}

.section-program .program_footer .list_img_program {
	float: right;
}

@media(max-width:400px) {
	.artists-img {
		top: 0;
	}
}

@media (min-width: 550px) and (max-width: 1023px) {
	.founder-content {
		margin: auto;
		margin-bottom: 10px;
		margin-top: 24px;
		padding-left: 0px;
		width: 50%;
	}
}

@media (max-width: 549px) {
	.founder-content {
		margin: auto;
		margin-bottom: 10px;
		margin-top: 20px;
		width: 90%;
		padding: 0px !important;
	}
}

@media (max-width: 1400px) and (min-width: 1024px) and (min-height: 1100px) {
	.about-logo-img {
		width: 18vh;
		margin: auto;
	}
}

@media (max-height: 550px) and (max-width: 831px) and (min-width: 801px) {
	.about-logo-img {
		width: 46vh;
		margin: auto;
	}
}

@media (width: 1024px) and (min-height: 1366px) {
	.section-about .min-100vh-customer {
		height: 50vh;
		max-height: 1080px;
	}
}

.founder-content > p {
	margin-bottom: 0 !important;
}

.artists-grid__item__image:hover, #gallery label:hover, .gallery-item:hover,
.section-program .program_footer .list_img_program .div-audio .mdi:hover {
	cursor: pointer;
}

#gallery .color-golden .items-center label {
	cursor: pointer;
}

.ticket-sold-out, .ticket-sold-out-2 {
	font-family: 'SVN-Gotham Book' !important;
}

.container-logo .logo-gallery-container .grid-item {
	height: 187px;
	width: 187px;
	margin: auto;
	/*min-height: 121px;
	min-width: 121px;*/
	border: 1px solid #262626;
}

.container-logo .logo-gallery-container .grid-item-large {
	height: auto;
	min-height: 187px;
	width: 187px;
}

.container-logo .logo-gallery-container .overflow-visible {
	overflow: visible !important;
}

@media (max-width:1023px) {
	.container-logo .logo-gallery-container .logo-gallery-item {
		padding: 0.2rem;
		max-height: unset
	}
}

@media (min-width:1268px) and (max-width:1919px) {
	.container-logo .logo-gallery-container {
		width: 1152px;
		margin: 0 4%;
	}

		.container-logo .logo-gallery-container .logo-gallery-item {
			padding: 10px;
		}

	#gallery .margin-gallery {
		margin-left: 10%;
	}
}

@media (min-width:1080px) and (max-width:1267px) {
	.container-logo .logo-gallery-container {
		width: 1050px;
		margin: auto;
	}

		.container-logo .logo-gallery-container .logo-gallery-item {
			padding: 10px;
		}
}

@media (min-width:829px) and (max-width:1079px) {
	.container-logo .logo-gallery-container {
		width: 799px;
		margin: auto;
	}

		.container-logo .logo-gallery-container .logo-gallery-item {
			padding: 3px;
		}
}

@media (min-width:627px) and (max-width:828px) {
	.container-logo .logo-gallery-container {
		width: 600px;
		margin: auto;
	}

		.container-logo .logo-gallery-container .logo-gallery-item {
			padding: 5px;
		}
}

@media (min-width:618px) and (max-width:626px) {
	.container-logo .logo-gallery-container {
		width: 600px;
		margin: auto;
	}

		.container-logo .logo-gallery-container .logo-gallery-item {
			padding: 3px;
		}
}

@media (max-width:617px) {
	.container-logo .logo-gallery-container .grid-item {
		height: 121px;
		width: 121px;
	}

	.container-logo .logo-gallery-container .grid-item-large {
		height: auto;
		min-height: 121px;
		width: 121px;
	}

	.logo-organizers-grid__item__image {
		margin-top: 0;
		margin-bottom: 0;
	}

	.container-logo .logo-gallery-container .gallery-item {
		padding: 5px;
	}
}

@media (max-width:617px) and (min-width:535px) {
	.container-logo .logo-gallery-container {
		width: 522px;
		margin: auto;
	}
}

@media (max-width:534px) and (min-width:423px) {
	.container-logo .logo-gallery-container {
		width: 394px;
		margin: auto;
	}
}

@media (max-width:422px) and (min-width:292px) {
	.container-logo .logo-gallery-container {
		width: 272px;
		margin: auto;
	}
}

@media (max-width:291px) {
	.container-logo .logo-gallery-container .grid-item {
		height: 150px;
		width: 150px;
	}

	.container-logo .logo-gallery-container .grid-item-large {
		height: auto;
		min-height: 150px;
		width: 150px;
	}

	.logo-organizers-grid__item__image {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.container-logo .justify-start {
		justify-content: center;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 1;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	75% {
		filter: brightness(0.5) blur(1px);
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 1;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	75% {
		filter: brightness(0.5) blur(1px);
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 1;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	75% {
		filter: brightness(0.5) blur(1px);
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 1;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	75% {
		filter: brightness(0.5) blur(1px);
	}

	100% {
		opacity: 0;
	}
}

.mfp-open .mfp-figure {
	opacity: 1;
	animation-name: fadeIn;
	animation-duration: 3s;
}

.mfp-open .mfp-preloader, .mfp-open-only .mfp-preloader {
	display: none;
}

.mfp-open .mfp-arrow, .mfp-open-only .mfp-arrow {
	display: none;
}

.mfp-open .mfp-bottom-bar, .mfp-open-only .mfp-bottom-bar {
	display: none;
}

.new-grid-content iframe {
	max-width: 100%;
}

@media (max-width:550px) {
	.ticket-customer-margin {
		margin-left: 0 !important;
		width: 90%;
		margin: auto !important;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ticket-customer-border {
		width: 90%;
		margin: auto;
	}

	.new-content {
		padding-left: 0;
	}

	.customer-news-title {
		margin-left: 0 !important;
	}

	.news-center {
		width: 90%;
		margin: auto;
	}

	#contact {
		margin: auto;
		width: 90%;
		padding-left: 15px;
		padding-right: 15px;
		align-items: normal !important;
	}

	#form-ticket {
		width: 90%;
		margin: auto;
		padding-left: 5px;
	}
}

@media (min-width:551px) and (max-width:1023px) {
	.new-content {
		padding-left: 5%;
		padding-bottom: 5%;
		padding-right: 5%;
	}

	#contact {
		margin: auto;
		width: 90%;
		padding-left: 15px;
		padding-right: 15px;
		align-items: normal !important;
	}

	#form-ticket {
		width: 90%;
		margin: auto;
		padding-left: 5px;
	}
}

@media(min-width:1920px) {
	.flex_footer .item_footer_one {
		margin: 42px 0px;
	}

	.contact-form .section-content {
		left: 7.5%;
		right: 7%;
	}

	.section-content .ticket-customer-margin {
		margin-left: 7.5% !important;
	}

	.new-content {
		padding-right: 3%;
	}

	#news .news-center {
		width: 84%;
	}

	/*.artists-header {
		margin-left: 6%;
	}*/

	.container-logo .logo-gallery-container .logo-gallery-item {
		padding: 10px;
		margin-left: 0px;
		margin-right: 20px;
	}

	.container-logo .logo-gallery-container {
		/*width: 1625px;
		margin: 0 6.5%;*/
		width: 1608px;
		margin: 0 11.5%;
	}
}

.section-program > img {
	display: none;
}

.section-program .absolute {
	display: none;
}

.section-program .main_content_program {
	background-color: none;
	background-image: url('../images/Background_Gradient.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/*background-image: linear-gradient(-90deg, #c08000,#f3b600)*/
}

@media (max-width:550px) {
	.section-program .main_content_program {
		background-image: linear-gradient(-90deg, #c08000,#f3b600);
		background-color: #f3b600;
	}

	.program-content .table > tbody > tr > td h3 {
		font-size: 14px;
	}

	.program-content #font_title_program {
		font-size: 14px;
	}

	.program-content .table > tbody > tr > td span {
		font-size: 10px;
	}

	.program-content .table > tbody > tr > td {
		font-size: 9px;
	}
}

@media (min-width:551px) and (max-width:1023px) {
	.program-content .margin_title_program, .album-tracklist-title .margin_title_program {
		font-size: 34px;
	}

	.program-content .table > tbody > tr > td span {
		font-size: 13px;
	}

	.program-content .table > tbody > tr > td {
		font-size: 13px;
	}
}

@media (min-width:551px) and (max-width:1000px) {
	.program-content .table > tbody > tr > td h3 {
		font-size: 19px;
	}
}

.program-content .table > tbody > tr > td h3 {
	margin-top: 2%;
}

@media (min-width:1024px) and (max-width:1600px) {
	.program-content .margin_title_program {
		font-size: 36px;
	}
}

@media (min-width:1440px) {
	.section-program .main_content_program {
		padding-bottom: 50px;
	}
}

.ticket-title-custom {
	font-size: 28px;
	color: #9e9e9e;
	text-transform: uppercase;
	letter-spacing: 0px;
}
/*@media (width:1366px) {
	#tickets .section-content {
		top: 30px;
	}
}*/
#tickets .section-content {
	margin-bottom: 50px;
}

@media (max-width:1024px) {
	#tickets .section-content {
		top: unset;
	}

	#tickets .min-100vh {
		min-height: 700px;
	}
}

/*@media (min-width:100px) and (max-width:1023px) {
	.section-program .container .program .program-content table tr td p {
		padding-right: 6px;
	}
}*/

@media (min-width:1024px) and (max-width:1365px) {
	.section-program .container .program .program-content table tr td p {
		padding-right: 11px;
	}
}

@media (min-width:1366px) and (max-width:1439px) {
	.section-program .container .program .program-content table tr td p {
		padding-right: 12px;
	}
}

@media (min-width:1440px) and (max-width:1919px) {
	.section-program .container .program .program-content table tr td p {
		padding-right: 14px;
	}
}

@media (width:1366px) {
	.flex_footer .item_footer_second .footer-copy-right {
		padding-top: 1%;
		margin-bottom: 2%;
	}

	.flex_footer .item_footer_one {
		padding-left: 7.5%;
	}

	.container-logo .logo-gallery-container {
		width: 1050px;
		margin: auto;
	}

	#news .destop-body-news .news-center .py2 {
		margin-left: 11% !important;
	}

	.new-content {
		padding-left: 11%;
	}

	.contact-form .items-center {
		align-items: normal;
	}

	.contact-form .section-content {
		left: 9%;
		right: 7%;
	}

	#gallery-cf-3 {
		width: 98%;
		margin: auto;
	}
}

/*@media (width:1440px) {
	.artists-header {
		margin-left: 8%;
	}
}*/

@media screen and (width:960px) and (height:600px) {
	.height-100vh {
		height: 200vh !important;
	}
}

@media (max-width:1365px) {
	#margin-rested {
		margin: 2%;
	}
}

.caps {
	text-transform: uppercase;
	letter-spacing: 0px;
}

.h4 {
	font-size: 30px;
}

.h7 {
	font-size: 14px;
	font-family: 'SVN-Gotham Regular';
	letter-spacing: 0px;
	font-weight: unset !important;
}


.new-grid-content audio {
	max-width: 100%;
	position: unset;
}

@media (min-width:1920px) {
	.h7 {
		font-size: 16px !important;
	}
}

@media (max-width:1919px) {
	.form-input {
		font-size: 20px !important;
	}
}

@media (min-width:100px) and (max-width:1000px) {
	.flex_footer, .flex_footer .item_footer_second .mdi.mdi-copyright {
		font-size: 13px !important;
	}

		.flex_footer .item_footer_second h4 {
			font-size: 19px !important;
		}
}

@media (min-width:567px) and (max-width:666px) {
	.flex_footer .item_footer_one {
		margin: 4px 0;
	}
}

@media (min-width:667px) and (max-width:1024px) {
	.flex_footer .item_footer_one {
		margin: 12px 0;
	}
}

@media (min-width:1366px) {
	.flex_footer .item_footer_second .footer-copy-right {
		margin-bottom: 25px;
	}

	.flex_footer .item_footer_one {
		margin-top: 40px;
	}

	flex_footer .item_footer_one {
		margin-top: 22px;
		margin-bottom: 22px;
	}
}

@media (min-width:100px) and (max-width:567px) {
	#gallery .margin-gallery {
		margin-left: 7.5%;
	}
}

@media (min-width:568px) and (max-width:1270px) {
	#gallery .margin-gallery {
		margin-left: 9.5%;
	}
}

@media (min-width:1200px) {
	.contact-icon {
		font-size: 30px;
	}
}

@media (min-width:100px) and (max-width:599px) {
	.flex_footer .item_footer_second .footer-copy-right {
		margin-bottom: 40px;
	}

	.flex_footer .item_footer_one {
		margin-top: 20px;
	}
}

@media (min-width:600px) and (max-width:639px) {
	.flex_footer .item_footer_second .footer-copy-right {
		margin-bottom: 20px;
	}

	.flex_footer .item_footer_one {
		margin-top: 34px;
	}

	/*.item_footer_three {
        margin-top: 4% !important;
    }*/
}

@media (min-width:640px) and (max-width:1023px) {
	.flex_footer .item_footer_three {
		margin-top: 0;
	}

	.flex_footer .item_footer_second .footer-copy-right {
		margin-bottom: 20px;
	}

	.flex_footer .item_footer_one {
		margin-top: 32px;
	}
}

@media (max-width:960px) and (min-width:823px) {
	.flex_footer .item_footer_three {
		margin-top: 0 !important;
	}
}

@media (min-width: 1024px) {
	.flex_footer .item_footer_three {
		margin-top: 0;
	}

	.flex_footer .item_footer_second .footer-copy-right {
		margin-bottom: 6px;
	}

	.flex_footer .item_footer_one {
		margin-top: 32px;
	}
}

.flex_footer .item_footer_second .footer-copy-right {
	padding-top: 10px;
}

.flex_footer .item_footer_one {
	margin-bottom: 40px;
}

@media (min-width:568px) and (max-width:666px) {
	.flex_footer .item_footer_second h4 {
		padding-top: 3% !important;
	}

	.footer-height #heart {
		padding-top: 4%;
	}

	/*.item_footer_three {
        margin-top: 3%;
    }*/
}

@media (min-width:667px) and (max-width:812px) {
	.flex_footer .item_footer_second h4 {
		padding-top: 3% !important;
	}

	.footer-height #heart {
		padding-top: 4%;
	}

	.item_footer_three {
		margin-top: 3%;
	}
}

@media (min-width:667px) and (max-width:731px) {
	.flex_footer .item_footer_one {
		margin-top: 27px;
	}
}

@media (min-width:812px) and (max-width:731px) {
	.flex_footer .item_footer_one {
		margin-top: 34px;
	}
}

@media (min-width:1024px) {
	.flex_footer .item_footer_one {
		margin-top: 33px;
	}

	.flex_footer .item_footer_second h4 {
		padding-top: 10px !important;
	}

	.footer-height #heart {
		padding-top: 2%;
	}

	.item_footer_three {
		margin-top: 2%;
	}
}

@media (min-width:1366px) {
	.flex_footer .item_footer_one {
		margin-top: 30px;
	}

	.footer-height #heart {
		padding-top: 1.5%;
	}
}

@media (min-width:1920px) {
	.flex_footer .item_footer_one {
		margin-top: 44px;
	}

	.item_footer_three {
		margin-top: 1%;
	}

	.flex_footer .item_footer_three {
		margin-top: 0%;
	}
}

#js-submit-icon {
	font-size: 1em;
}

@media (min-width: 1288px) and (max-width:1365px) {
	.flex_footer .item_footer_three {
		margin-top: 1%;
	}
}

@media (min-width: 1858px) and (max-width:1919px) {
	.flex_footer .item_footer_three {
		margin-top: 0;
	}

	/*.flex_footer .item_footer_one {
        margin-top: 51px;
    }*/
}

@media (min-width: 1366px) and (max-width:1857px) {
	.flex_footer .item_footer_three {
		margin-top: 0;
	}
}

@media (min-width: 1280px) and (max-width:1365px) {
	.flex_footer .item_footer_three {
		margin-top: 0;
	}

	.footer-height #heart {
		padding-top: 1.5%;
	}

	.flex_footer .item_footer_one {
		margin-top: 30px;
	}
}

@media (max-width: 812px) and (min-width: 800px) {
	.flex_footer .item_footer_one {
		margin-top: 35px;
	}
}

.artists-grid__item__desc-desc p {
	margin-bottom: 2px !important;
}

@media (max-width: 550px) {
	.contact-form .ticket-sold-out, .ticket-sold-out-2 {
		border: 1px solid var(--color-golden);
		padding: 2px;
		text-align: center;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		font-size: 12px !important;
		display: block;
	}
}

@media (max-width:360px) {
	.main_content_program .container {
		padding-left: 0px;
		padding-right: 5px;
	}
}

.section-news-list .pagination {
	display: flex;
	margin-bottom: 50px;
}

@media (max-width: 992px) {
	.nav-bar {
		flex-direction: unset;
	}

	.section-news-list .nav-bar--center, .nav-bar--list {
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.ticket-sold-out-2 {
	border: 1px solid var(--color-golden);
	padding: 2px;
	text-align: center;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	display: block;
}

@media (min-width:830px) and (max-width:1023px) and (max-height:1000px) {
	.height-100vh {
		min-height: 1080px;
		margin-bottom: 5px;
	}
}

@media (min-width:1024px) and (max-width:1365px) {
	#tickets .ticket-sold-out {
		display: inline-block;
	}
}

.section-about {
	min-height: 100vh;
	max-height: 1080px;
}

.object-contain {
	object-fit: contain
}

.section-about-content {
	top: 0px;
	height: 100%;
}

.mobile-nav .nav-link {
	transform: unset;
}

@media (max-width: 1919px) and (min-width:1367px) {
	.ticket-price {
		font-size: 2rem !important;
	}

	.ticket-title {
		font-size: 21px !important;
		text-decoration: none !important;
	}
}

.program-content .table > tbody > tr > td span {
	text-transform: uppercase;
}

@media (min-width:1400px) {
	.section-program .main_content_program {
		min-height: 1050px;
	}
}

@media (min-width:1010px) {
	.program-content .table > tbody > tr > td h3 {
		font-size: 20px;
	}
}

@media (min-width:1921px) {
	.section-program .container {
		top: 0px;
	}
}

@media (max-width: 1919px) and (min-width:1400px) {
	.news-center {
		width: 88%;
	}

	#news .destop-body-news .news-center .py2 {
		margin-left: 2% !important;
	}

	#news .destop-body-news .container {
		top: 0px !important;
	}

	#news .destop-body-news .news-center .new-content {
		padding-left: 2%;
	}
	/*.artists-header {
		margin-left: 6%;
	}*/
}

@media (min-width:524px) and (max-width:534px) {
	.section-program .content_sweet_program #heart {
		left: -6%;
	}

	.section-program .head_topic_program .sweet_program {
		right: 31%;
	}

	.section-program .content_sweet_program #heart {
		top: 4px;
	}
}

@media (min-width:500px) and (max-width:523px) {
	.section-program .content_sweet_program #heart {
		left: -3%;
	}

	.section-program .content_sweet_program #heart {
		top: 3px;
	}

	.section-program .head_topic_program .sweet_program {
		right: 31%;
	}
}

@media (min-width:624px) and (max-width:639px) {
	.section-program .content_sweet_program #heart {
		left: 94%;
	}
}

@media (min-width:640px) and (max-width:650px) {
	.section-program .content_sweet_program #heart {
		left: 95%;
	}
}

@media (min-width:716px) and (max-width:730px) {
	.section-program .content_sweet_program #heart {
		left: 101%;
	}
}

@media (min-width:784px) and (max-width:812px) {
	.section-program .content_sweet_program #heart {
		left: 92%;
	}
}

@media (width:792px) {
	.section-program .content_sweet_program #heart {
		left: -14%;
	}
}

@media (min-width:813px) and (max-width:848px) {
	.section-program .content_sweet_program #heart {
		left: 92%;
	}
}

@media (width:818px) {
	.section-program .content_sweet_program #heart {
		left: -12%;
	}
}

@media (min-width:920px) and (max-width:934px) {
	.section-program .content_sweet_program #heart {
		left: 99%;
	}
}

@media (min-width:940px) and (max-width:952px) {
	.section-program .content_sweet_program #heart {
		left: 100%;
	}
}

@media (min-width:982px) and (max-width:1000px) {
	.section-program .content_sweet_program #heart {
		left: 102%;
	}
}

@media (min-width:568px) and (max-width:639px) {
	#gallery .margin-gallery {
		margin-left: 6.5%;
	}

	#tickets .ticket-customer-margin {
		margin-left: 7% !important;
	}
}

@media (min-width:640px) {
	#news .mobile-body-news .news-center {
		margin-left: 12px;
	}

	#contact {
		padding-left: 20px;
	}

	#artists .container {
		margin-left: auto;
	}

	.section-callnow {
		padding: 2% 7%;
	}
}

@media (min-width:640px) {
	#tickets .ticket-customer-margin {
		margin-left: 7% !important;
	}

	#gallery .margin-gallery {
		margin-left: 7.5%;
	}

	.section-callnow {
		padding: 2% 5%;
	}
}


@media (min-width:731px) {
	#tickets .ticket-customer-margin {
		margin-left: 5% !important;
	}

	#gallery .margin-gallery {
		margin-left: 5.5%;
	}

	.section-callnow {
		padding: 2% 5%;
	}
}

@media (min-width:731px) and (max-width:959px) {
	#news .mobile-body-news .news-center {
		margin-left: 0px;
	}

	#contact {
		padding-left: 7px;
	}
}

@media (min-width:960px) {
	#tickets .ticket-customer-margin {
		margin-left: 13.5% !important;
	}

	#gallery .margin-gallery {
		margin-left: 13.5%;
	}
}

@media (min-width:1000px) {
	#gallery .margin-gallery {
		margin-left: 8.5%;
	}

	#tickets .ticket-customer-margin {
		margin-left: 8.5% !important;
	}
}

@media (min-width:1024px) and (max-width:1199px) {
	#tickets .ticket-customer-margin {
		margin-left: 9.5% !important;
	}

	#gallery .margin-gallery {
		margin-left: 9.5%;
	}

	#news .destop-body-news .container {
		left: 3%;
	}

	.flex_footer .item_footer_one {
		padding-left: 9%;
	}
}

@media(min-width:1200px) and (max-width:1280px) {
	#tickets .ticket-customer-margin {
		margin-left: 5.5% !important;
	}

	#gallery .margin-gallery {
		margin-left: 5.5%;
	}
}

@media(min-width:1200px) and (max-width:1264px) {
	#contact {
		padding-left: 90px;
		margin-left: -8%;
	}
}

@media (min-width:1280px) and (max-width:1365px) {
	#gallery .margin-gallery {
		margin-left: 8%;
	}

	#news .destop-body-news .container {
		margin-left: 20px;
	}
}

@media (min-width:823px) {
	.section-callnow {
		padding: 2% 6%;
	}
}

@media (min-width:1280px) and (max-width:1365px) {
	.section-callnow {
		padding: 2% 7%;
	}

	#tickets .ticket-customer-margin {
		margin-left: 8% !important;
	}

	#news .destop-body-news .container {
		margin-left: 2%;
	}

	.container-logo .logo-gallery-container {
		margin: 0 6%;
	}

	.flex_footer .item_footer_one {
		padding-left: 3%;
	}
}

@media (width:1288px) and (height:697px) {
	#contact {
		margin-left: -7%;
	}

	#contact {
		padding-left: 0px;
	}
}

@media (min-width:1366px) {
	.section-callnow {
		padding: 2% 9%;
	}
}

@media (min-width:1440px) {
	.section-callnow {
		padding: 2% 11%;
	}
}

@media (min-width:1920px) {
	.section-callnow {
		padding: 2% 11%;
	}
}

@media (width:667px) {
	#contact {
		padding-left: 23px;
	}
}

@media (min-width:1920px) {
	#gallery .margin-gallery {
		margin-left: 12%;
	}

	#tickets .ticket-customer-margin {
		margin-left: 12% !important;
	}

	.contact-form .section-content {
		left: 12%;
		right: 11%;
	}

	.flex_footer .item_footer_one {
		padding-left: 13%;
	}
}

@media (width:1366px) {
	#tickets .ticket-customer-margin {
		margin-left: 10.2% !important;
	}

	#gallery .margin-gallery {
		margin-left: 10.2%;
	}

	#contact {
		padding-left: 17px !important;
	}
}

@media (width:1280px) {
	#contact .flex-column {
		margin-left: -24%;
	}

	#form-ticket {
		padding-right: 7%;
	}
}

@media (width:1440px) {
	#tickets .ticket-customer-margin {
		margin-left: 12% !important;
	}

	#gallery .margin-gallery {
		margin-left: 12%;
	}

	#gallery-cf-3 {
		width: 93%;
		margin: auto;
	}

	#news .destop-body-news .news-center .py2 {
		margin-left: 6% !important;
	}

	#news .destop-body-news .news-center .new-content {
		padding-left: 6%;
		padding-right: 3%;
	}

	.container-logo .logo-gallery-container {
		width: 1152px;
		margin: 0px 10.5%;
	}

	#contact {
		padding-left: 4%;
	}

	#form-ticket {
		padding-right: 10%;
	}

	.flex_footer .item_footer_one {
		padding-left: 11%;
	}
}

@media (min-width: 993px) {
	.mobile-nav {
		display: none;
	}
}

@media (width:800px) {
	.section-program .content_sweet_program #heart {
		left: 94%;
	}
}

@media (width:1280px) {
	.program-content .table > tbody > tr > td {
		padding-left: 2%;
	}
}

@media (min-width:1024px) {
	.program-content .table .part {
		margin-right: 2%;
	}
}

@media (min-width:1280px) {
	.program-content .table .part {
		margin-right: 10%;
	}
}

@media (min-width: 1920px) {
	#news .destop-body-news .news-center .py2 {
		margin-left: 4.5% !important;
	}

	#news .destop-body-news .container {
		top: 0px !important;
	}

	#news .destop-body-news .news-center .new-content {
		padding-left: 4.5%;
		padding-right: 3%
	}

	.container-logo .logo-gallery-container {
		width: 1610px ;
		margin: auto;
	}

	#contact {
		padding-left: 3px;
	}

	.flex_footer .item_footer_one {
		padding-left: 12%;
	}
}

@media (min-width:1400px) and (max-width:1499px) {
	#tickets .ticket-customer-margin {
		margin-left: 12% !important;
	}

	#gallery .margin-gallery {
		margin-left: 12%;
	}

	#gallery-cf-3 {
		width: 93%;
		margin: auto;
	}

	#news .destop-body-news .news-center .py2 {
		margin-left: 6% !important;
	}

	#news .destop-body-news .news-center .new-content {
		padding-left: 6%;
		padding-right: 3%;
	}

	.container-logo .logo-gallery-container {
		width: 1152px;
		margin: 0px 10.5%;
	}

	#contact {
		padding-left: 4%;
	}

	#form-ticket {
		padding-right: 10%;
	}

	.flex_footer .item_footer_one {
		padding-left: 11%;
	}
}

@media (min-width:1500px) and (max-width:1799px) {
	#tickets .ticket-customer-margin {
		margin-left: 7% !important;
	}

	#gallery .margin-gallery {
		margin-left: 7%;
	}

	#news .destop-body-news .news-center .py2 {
		margin-left: 1% !important;
	}

	#news .destop-body-news .news-center .new-content {
		padding-left: 1%;
	}

	.container-logo .logo-gallery-container {
		width: 1260px;
		margin: auto;
	}

	#contact {
		padding-left: 110px;
		margin-left: -1.5rem;
	}
}

@media (min-width:1800px)and (max-width:1918px) {
	#gallery .margin-gallery {
		margin-left: 12%;
	}

	#tickets .ticket-customer-margin {
		margin-left: 12% !important;
	}

	.contact-form .section-content {
		left: 12%;
		right: 11%;
	}

	#gallery-cf-3 {
		width: 90%;
		margin: auto;
	}

	#news .destop-body-news .news-center .py2 {
		margin-left: 4.5% !important;
	}

	#news .destop-body-news .news-center .new-content {
		padding-left: 4.5%;
		padding-right: 3%;
	}

	.container-logo .logo-gallery-container {
		width: 1470px;
		margin: auto
	}

	#contact {
		padding-left: 3px;
	}

	.flex_footer .item_footer_one {
		padding-left: 12%;
	}

	.contact-form .section-content {
		left: 5%;
		right: 11%;
	}
}

@media (width:1595px) {
	#news .destop-body-news .news-center .new-content {
		padding-left: 8%;
	}

	#news .destop-body-news .news-center .py2 {
		margin-left: 8% !important;
	}

	#contact {
		padding-left: 52px;
	}

	.container-logo .logo-gallery-container {
		margin: 0 12%;
	}
}

@media (width:561px) {
	#tickets .ticket-customer-margin {
		margin-left: 8% !important;
	}
}

@media (min-width:550px) and (max-width:920px) {
	.flex_footer .item_footer_one {
		margin-bottom: 2%;
	}

	.flex_footer .item_footer_one {
		margin-top: 20px;
	}

	.flex_footer .item_footer_one {
		width: 30%;
		margin-top: 25px;
		margin-bottom: 1.5%;
	}

	.flex_footer .item_footer_second {
		width: 50%;
		margin-top: 10px;
	}

		.flex_footer .item_footer_second h4 {
			padding-top: 0% !important;
		}

	.footer-height #heart {
		padding-top: 0.5%;
	}

	.flex_footer .item_footer_second .footer-copy-right {
		padding-top: 1%;
	}

	.flex_footer .item_footer_second .footer-copy-right {
		margin-bottom: 15px;
	}

	/*.flex_footer .item_footer_three {
        margin-top: -115px !important;
    }*/
	.item_footer_three {
		position: absolute;
		right: 0;
	}
}

@media (width:1280px) {
	#contact .flex-column {
		margin-left: -21%;
	}
}

@media (width:1366px) {
	.program-content .table > tbody > tr > td {
		padding-left: 1%;
	}
}

.buy-album {
	font-size: 16px;
	font-family: SVN-Gotham Book !important;
	color: #f3b600 !important;
	text-transform: uppercase !important;
}

.header .nav-bar .items-center {
	padding-inline-start: 0px;
}

.container-album-founder {
	width: 90%;
	margin: auto;
	margin-top: 6.5rem;
}

.container-album-list {
	width: 90%;
	margin: auto;
	margin-top: 3.5rem;
}

.container-album-holine {
	width: 90%;
	margin: auto;
}

.album-founder-content {
	width: 50%;
	float: right;
	padding-right: 10px;
	padding-left: 20px;
}

.min-100vh-album {
	min-height: 100vh;
	max-height: 1080px;
}

.album-founder-img {
	display: block;
	margin: auto;
	/*min-width: 15.1%;*/
	height: 243px;
}

.section-album-founder {
	min-height: 100vh;
	/*max-height: 1080px;*/
	/*background-image: url('../images/DVD_CD_Sale_DHX.png');*/
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 3rem;
}

@media (min-width:800px) and (max-width:1024px) {
	.album-founder-content {
		width: 60%;
		float: unset;
		padding-right: 10px;
		padding-left: 10px;
		margin: auto;
	}
}

@media (max-width:799px) {
	.album-founder-content {
		width: 100%;
		float: unset;
		padding-right: 10px;
		padding-left: 10px;
		margin: auto;
	}
}

.section-album-list {
	/*border-top: 1px solid #262626;*/
	min-height: 100vh;
	/*max-height: 1080px;*/
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 3rem;
}

.container-album-list, .container-album-holine {
	padding-right: 10px;
	padding-left: 10px;
}

.album-slider-body, .slider-album-content {
	width: 50%;
	float: left;
}

.album-slider-body {
	position: relative;
}

.slider-album {
	margin: 10px auto 50px;
	max-width: 495px;
}

	.slider-album .slick-arrow {
		font-size: 16px;
		text-transform: uppercase;
		color: #9e9e9e;
		width: auto;
		height: auto;
		font-family: 'SVN-Gotham Book';
	}

		.slider-album .slick-arrow:hover {
			color: #f3b600;
		}

		.slider-album .slick-arrow.slick-prev {
			top: auto;
			bottom: 0;
			left: 0;
		}

		.slider-album .slick-arrow.slick-next {
			top: auto;
			bottom: 0;
			right: 0;
		}

	.slider-album .slick-prev:before,
	.slider-album .slick-next:before {
		content: '';
	}

	.slider-album .slick-prev span:before {
		content: '←';
	}

	.slider-album .slick-next span:after {
		content: '→';
	}

.slider-album-grid__item {
	max-width: 495px;
	width: 100%;
	margin: auto;
}

.album-slider-body > .slick-slider {
	position: unset;
}

.slider-album-grid__item__image img {
	width: unset;
	object-fit: contain;
	margin: auto;
}

@media (max-width:1122px) {
	.album-slider-body, .slider-album-content {
		width: 100%;
		padding-left: unset !important;
	}
}

.album-tracklist-header-row {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
}

.album-tracklist-title {
	padding-bottom: 42px;
}

.slider-album-content {
	padding-left: 20px;
	/*padding-bottom: 95px;*/
}

.album-tracklist-item-name {
	width: 50%;
	color: #fff;
	font-family: 'SVN-Gotham Book';
	font-size: 18px;
	text-transform: uppercase;
}

.album-tracklist-item-time {
	width: 20%;
	color: #fff;
	font-family: 'SVN-Gotham Book';
	font-size: 18px;
}

.album-tracklist {
	width: 100%;
}

.album-tracklist-DVD, .album-tracklist-CD, .album-tracklist-youtube {
	width: 10%;
}

.album-tracklist-item-row {
	border-bottom: 1px solid #666666;
}

.album-tracklist-DVD img, .album-tracklist-CD img, .album-tracklist-youtube img {
	max-width: 55px;
	margin-left: 5px;
	margin-right: 5px;
	min-height: 55px;
}

.album-tracklist-item-row td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.slider-album-grid__item__name {
	font-size: 30px;
	font-family: bauer-bodoni-bt !important;
	color: #ffffff;
	margin-top: 30px;
	position: relative;
	margin-bottom: 1.2rem;
}

	.slider-album-grid__item__name span {
		position: absolute;
		top: 0;
		font-size: 15px;
	}

@media(max-width: 551px) {
	.album-tracklist-title .margin_title_program {
		font-size: 34px;
	}

	.album-tracklist-item-row {
		display: inline-block;
		position: relative;
		width: 100%;
		padding-top: 20px;
	}

		.album-tracklist-item-row td {
			display: inline-block;
			text-align: center;
			width: 100%;
		}

	.album-tracklist-DVD, .album-tracklist-CD, .album-tracklist-youtube {
		width: 30% !important;
	}

		.album-tracklist-DVD img, .album-tracklist-CD img, .album-tracklist-youtube img {
			max-width: 45px;
			margin-left: 5px;
			margin-right: 5px;
		}
}

.section-album-holine {
	/*border-top: 1px solid #262626;*/
	min-height: 200px;
}

.album-holine-content {
	width: 50%;
	float: left;
}

.container-album-holine .feel_ticketcall {
	color: #ffffff;
	font-family: 'SVN-Gotham Book';
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.container-album-holine .right-ticketcall a {
	color: #ffffff;
	font-family: bauer-bodoni-bt !important;
	font-size: 48px;
}

.album-holine-content-number {
	width: 70%;
	float: left;
}

.album-holine-content-links {
	width: 30%;
	float: left;
}

.content_callnow-links a {
	font-size: 40px;
	color: #f4b600 !important;
	display: inline-block;
}

.custom-a-messenger {
	display: inline-block;
	/* width: 50px; */
	background: #fff;
	border-radius: 50%;
	padding: 5px;
	font-size: 50px;
	float: right;
}

.mdi-facebook-messenger:before {
	color: #f4b600 !important
}

@media (max-width:1200px) and (min-width:951px) {
	.container-album-holine .right-ticketcall a {
		font-size: 38px;
	}

	.content_callnow-links a {
		font-size: 36px;
	}

	.section-album-holine {
		/*border-top: 1px solid #262626;*/
		min-height: 140px;
	}

	.album-holine-content {
		width: 70%;
		float: left;
	}
}

@media (max-width:950px) and (min-width:552px) {
	.album-holine-content {
		width: 100%;
		float: left;
	}

	.album-holine-content-number {
		width: 50%;
		float: left;
	}

	.album-holine-content-links {
		width: 50%;
		float: left;
		text-align: right
	}

	.container-album-holine .right-ticketcall a {
		font-size: 35px;
	}

	.content_callnow-links a {
		font-size: 30px;
	}

	.section-album-holine {
		/*border-top: 1px solid #262626;*/
		min-height: 140px;
	}

	.custom-a-messenger {
		border-radius: 50%;
		font-size: 40px;
	}
}

@media(max-width:551px) {
	.album-holine-content {
		width: 100%;
		float: left;
	}

	.album-holine-content-number {
		width: 100%;
		float: left;
		margin-bottom: 10px;
		text-align: center
	}

	.album-holine-content-links {
		width: 100%;
		float: left;
		text-align: center
	}
	/*.container-album-holine .feel_ticketcall {
        font-size: 13px;
    }*/
	.container-album-holine .right-ticketcall a {
		font-size: 30px;
	}

	.content_callnow-links a {
		font-size: 30px;
	}

	/*.section-album-holine {
    min-height: 140px;
}*/
	.custom-a-messenger {
		border-radius: 50%;
		font-size: 40px;
	}
}

@media (min-width:1366px) and (max-width:1399px) {
	.album-tracklist-title {
		padding-bottom: 66px;
	}

	.album-tracklist-item-row td {
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.album-tracklist-DVD img, .album-tracklist-CD img, .album-tracklist-youtube img {
		min-height: 48px;
	}
}

@media (min-width:1400px) and (max-width:1667px) {
	.album-tracklist-title {
		padding-bottom: 58px;
	}

	.album-tracklist-item-row td {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

:focus {
	outline: unset;
}

.section-album-founder, .section-album-list, .section-album-holine {
	position: relative;
	z-index: 1;
}

	.section-album-founder::before, .section-album-list:before, .section-album-holine:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		/*filter: blur(0.02em) brightness(120%) !important;*/
		background-color: white;
		opacity: 0.04;
	}

@media (max-width: 549px) {
	.flex_footer .item_footer_one {
		margin-bottom: 15px;
	}
}

@media (max-width: 799px) and (min-width: 567px) {
	/*.flex_footer .item_footer_three {
        margin-top: -110px !important;
    }*/

	.flex_footer .item_footer_three .body-ontop button {
		padding: 25px !important;
	}
}

@media (max-width: 1024px) and (min-width:800px) {
	.flex_footer .item_footer_three {
		margin-top: 0;
	}
}
/* ====================================
Burger king
==================================== */
.open-overlay {
	position: fixed;
	left: 15px;
	top: 45%;
	z-index: 100;
	width: 34px;
	display: block;
	cursor: pointer;
}

	.open-overlay span {
		display: block;
		height: 2px;
		background-color: #fff;
		cursor: pointer;
		margin-top: 8px;
	}

.animate-top-bar {
	-webkit-animation: animate-top-bar .6s linear 1;
	animation: animate-top-bar .6s linear 0.5
}

.animate-bottom-bar {
	-webkit-animation: animate-bottom-bar .6s linear 1;
	animation: animate-bottom-bar .6s linear 0.5
}

.animate-middle-bar {
	-webkit-animation: animate-middle-bar .6s linear 1;
	animation: animate-middle-bar .6s linear 1
}

.animate-out-top-bar {
	-webkit-animation: animate-out-top-bar .6s linear 1;
	animation: animate-out-top-bar .6s linear 1
}

.animate-out-bottom-bar {
	-webkit-animation: animate-out-bottom-bar .6s linear 1;
	animation: animate-out-bottom-bar .6s linear 1
}

.animate-out-middle-bar {
	-webkit-animation: animate-out-middle-bar .6s linear 1;
	animation: animate-out-middle-bar .6s linear 1
}


/* ====================================
Animation keyframes
==================================== */

@keyframes animate-top-bar {
	0% {
		background-color: #fff;
	}

	50% {
		-webkit-transform: translateY(9px);
		transform: translateY(9px)
	}

	80% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		background-color: #fff
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background-color: #29363B;
	}
}

@keyframes animate-bottom-bar {
	0% {
		background-color: #fff;
	}

	50% {
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px)
	}

	80% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		background-color: #fff;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background-color: #29363B;
	}
}

@keyframes animate-middle-bar {
	0% {
		background-color: #fff;
	}

	80% {
		background-color: #fff;
	}

	100% {
		background-color: #29363B;
	}
}

@keyframes animate-out-top-bar {
	0% {
		background-color: #29363B
	}

	50% {
		-webkit-transform: translateY(9px);
		transform: translateY(9px)
	}

	80% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		background-color: #29363B
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background-color: #FFF;
	}
}

@keyframes animate-out-bottom-bar {
	0% {
		background-color: #29363B
	}

	50% {
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px)
	}

	80% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		background-color: #29363B;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background-color: #FFF;
	}
}

@keyframes animate-out-middle-bar {
	0% {
		background-color: #29363B
	}

	80% {
		background-color: #29363B;
	}

	100% {
		background-color: #fff;
	}
}

.section-list-concert {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 100vh;
	z-index: 10;
	visibility: hidden;
}

#myVideo {
	position: fixed;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
}

.overlay-navigation {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 65px;
	/*background-color: hsla(0, 0%, 100%, 0.2);*/
	/*display: none;*/
	opacity: 0;
	/*height:0;*/
}

.concert-item {
	/*width: 25%;
    float: left;
    height: 100%;*/
	border-left: 1px solid var(--color-light-grey);
	opacity: 0;
	background-color: hsla(0, 0%, 100%, 0.02);
}
/*.overlay-navigation .slick-slide{
    width: 48vh;
    height: 100vh;
}*/
.background-img-concert {
	/*position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;*/
	min-width: 100vw;
	min-height: 100vh;
	object-fit: cover;
	margin-bottom: -50px;
	object-fit: cover;
}

.show-concert {
	text-align: center;
	opacity: 0;
	transform: scale(0);
	transition: all .4s ease-in-out;
}

	.show-concert a {
		color: #f3b600;
		text-transform: uppercase;
		font-size: 16px;
		font-family: 'SVN-Gotham Book';
	}

.concert-item-body {
	height: 50vh;
	margin-top: 25vh;
}

.concert-item:hover .show-concert {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.concert-item-body img {
	transition: all .4s ease-in-out;
	transform: translateY(55px);
	opacity: 1;
}

.concert-item:hover .concert-item-body img {
	transform: translateY(15px);
}

@media (max-width: 1366px) {
	.show-concert a {
		font-size: 14px;
	}
}

.overlay-active {
	visibility: visible;
	transition: all .6s ease-in-out;
}
/*@media (min-width: 551px) and (max-width: 1024px) {
    .concert-item {
        width: 50%;
    }
}*/
@media (max-width: 550px) {

	.overlay-navigation .slick-arrow.slick-next {
		right: 10px !important;
	}

	.open-overlay {
		width: 25px !important;
	}

		.open-overlay span {
			margin-top: 5px !important;
		}
}

@media(max-height:550px) {
	.concert-item-body {
		margin-top: 5vh;
	}

	.overlay-navigation .slick-arrow.slick-next {
		right: 10px !important;
	}
}

.overlay-navigation .slick-arrow {
	font-size: 16px;
	text-transform: uppercase;
	color: #9e9e9e;
	width: auto;
	height: auto;
	font-family: 'SVN-Gotham Book';
	z-index: 100;
}

	.overlay-navigation .slick-arrow:hover {
		color: #f3b600;
	}

	.overlay-navigation .slick-arrow.slick-prev {
		top: auto;
		bottom: 10vh;
		left: 75px;
	}

	.overlay-navigation .slick-arrow.slick-next {
		top: auto;
		bottom: 10vh;
		right: 75px;
	}

.overlay-navigation .slick-prev:before,
.overlay-navigation .slick-next:before {
	content: '';
}

.overlay-navigation .slick-prev span:before {
	content: '←';
}

.overlay-navigation .slick-next span:after {
	content: '→';
}

.fb_dialog {
	bottom: 80pt !important;
	left: -1000px;
}

@media (min-width:1367px) {
	.flex_footer .item_footer_second h4 {
		font-size: 20px;
	}
}

@media (min-width:1920px) {
	.footer-height #heart {
		padding-top: 3%;
	}

	.flex_footer .item_footer_second h4 {
		padding-top: 20px !important;
	}
}

.section-news-list .open-overlay span {
	background-color: #262626;
}

.isDisabled {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.5;
	color: currentColor;
}

	.isDisabled:hover {
		border-bottom: none;
	}

	.isDisabled a, .isDisabled span {
		color: currentColor;
	}

@media (max-width:1024px) {
	.section-album-founder {
		min-height: unset;
		padding-bottom: 0;
	}

	.container-album-list {
		margin-top: 0;
	}
}

@media (min-width:1025px)and (max-width:1366px) {
	.section-album-founder {
		min-height: unset;
	}

	.container-album-list {
		margin-top: 1.5rem;
	}
}

@media (max-width:550px) {
	.slider-album-grid__item__image img {
		width: 100%;
	}
}

.gallery-slick-arrow {
	display: block;
	position: relative;
}

	.gallery-slick-arrow .slick-arrow.slick-prev {
		top: 10px;
		left: 0.3rem;
	}

	.gallery-slick-arrow .slick-arrow.slick-next {
		top: 10px;
		right: 0.3rem;
	}

	.gallery-slick-arrow .slick-arrow:disabled {
		color: #9e9e9e;
	}

@media(max-width:550px) {
	.gallery-slick-arrow .slick-arrow.slick-prev {
		left: -2rem;
	}

	.gallery-slick-arrow .slick-arrow.slick-next {
		right: -2rem;
	}
}

/*============================
	Section Artist
==============================*/

@media (max-width: 768px) {
	.section-artist {
		height: 1048px;
	}
} 

@media (min-width: 769px) {
	.section-artist {
		height: 1048px;
	}
}

/*.list_img_program .slick-arrow {
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	width: auto;
	height: auto;
	font-family: SVN-Gotham Regular;
}*/

@media(max-width: 767px) {
	.section-program .program_footer .list_img_program {
		float: none !important;
	}
}

@media(min-width: 568px) and (max-width: 767px) {
	.section-program .program_footer .list_img_program {
		float: right !important;
	}
}

@media(min-width: 823px) {
	.section-program .program_footer .div-audio {
		padding: unset !important;
	}
}

@media (width: 1920px) {
	.section-program .head_topic_program #heart {
		left: 552%;
	}
}

.list_img_program .swiper-button-next,
.list_img_program .swiper-button-prev {
	
	height: 25px;
	margin-top: -20px;
}

.list_img_program .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: '←';
}

	.list_img_program .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
		content: '→';
	}

.list_img_program .swiper-button-next:after, 
.list_img_program .swiper-button-prev:after {
	font-family: 'SVN-Gotham Regular';
	font-size: 20px;
	color: #000000;
}
/*
.list_img_program .swiper-button-next {
	right: -10px;
}*/

/*@media (max-width: 479px) {
	.list_img_program .swiper-button-next, .list_img_program .swiper-button-prev {
		top: 94% !important;
	}
}*/

@media(min-width: 768px) and (max-width: 1365px) {
	.section-program .program_footer .list_img_program {
		padding: 0% 0 0% 0;
	}
}

@media(width: 1366px) {
	.section-program .program_footer .mdi.mdi-pause, .section-program .program_footer .mdi.mdi-play {
		left: 31%;
	}
}
.link-image-download {
	width: 10%;
	margin:3%;
}
.img-download {
	width: 100%;
	margin-left: 3%;
}

@media (min-width: 992px) {
	.top-nav > ul {
		position: relative;
		justify-content: space-between;
	}
	
	.nav-header-left,
	.nav-header-right {
		flex: 1 1 0;
		min-width: 0;
		display: flex;
	}
	
	.nav-header-left {
		justify-content: flex-end;
		padding-right: 5rem;
	}
	
	.nav-header-right {
		justify-content: flex-start;
		padding-left: 5rem;
	}
	
	.nav-header-left > ul,
	.nav-header-right > ul {
		display: flex;
		align-items: center;
		gap: 1rem;
	}
	
	.nav-link--home {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
	}
}