@import url("https://use.typekit.net/ipc1sgy.css?v=3");

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'itc-avant-garde-gothic-pro', sans-serif;
	font-size: 16px;
	font-smooth: auto;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	overflow: auto;
	max-width: 100vw!important;
	overflow-x: hidden!important;
	touch-action: manipulation;
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'itc-avant-garde-gothic-pro', sans-serif;
}

a {
    text-decoration: none;
}

.p_desc {
	font-size: 16px!important;
	font-weight: 600!important;
}

.p_desc * {
	font-size: 16px!important;
	font-weight: 600!important;
	color: #000000!important;
}

.p_desc p b:first-child {
		width: 100%!important;
		display: block!important;
		text-align: center!important;
		background: #f6f6f7!important;
		padding: 16px 24px!important;
}

.p_desc div {
		display: inline-block!important;
		width:auto!important;
}

.p_desc div + br {
		display: none!important;
}

.p_desc h2 {
		width: 100%!important;
		text-align: center!important;
		margin-bottom: 20px!important;
}

.p_desc video {
		margin-top: 20px!important;
}

.p_desc br {
            display: block; /* makes it have a width */
            content: ""; /* clears default height */
						margin-top: 20px!important;
						line-height: 120%!important;
}

.clear {
    clear: both;
}

.odvh {
    overflow: hidden;
}

.error {
    color: red;
}

.success {
    color: green;
}

a:hover {
    text-decoration: none;
}

.headline {
    text-align: center;
		color: #000000!important;
		background: #f6f6f7!important;
}

.headline h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 0;
}

.headline h3 {
    font-size: 16px;
    margin-top: 0;
}

.headline-white {
    color: #000000;
}

.bg-gray {
    background: #f2f3f3!important;
}

.bg-white {
    background: #ffffff!important;
}

.top {
	width: 100%;
	height: 40px;
	background: #fdfdfd;
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
	line-height: 24px;
}

.bg-gray {
	background: #f7f7f7!important;
}

.top .left {
	float: left;
}

.top .left ul {
	padding-top: 8px;
}

.top .left ul li {
	list-style-type: none;
	float: left;
	margin-right: 18px;
	color: #1c1c1c;
}

.top .left ul li i {
	color: #1c1c1c;
}

.top .right {
	float: right;
}

.top .right ul {
	padding-top: 8px;
}

.top .right ul li {
	list-style-type: none;
	float: left;
	margin-left: 5px;
}


.top .right ul li a {
	color: #1c1c1c;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	display: block;
	transition: all 0.4s ease;
}

.top .right ul li a:hover {
	background: #f7f7f7;
	color: #fff;
}

.header {
	width: 100%;
	height: auto;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.header .inner {
	height: auto;
	display: table;
}

.header .logo {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.header .logo img {
	max-width: 100%;
	height: 80px;
}

.header .navbar-form .form-control {
	width: 300px;
}

.header .search-area {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.header .search-area .form-group {
	width: calc(100% - 84px);
}

.header .search-area button {
	width: 80px;
}

.header .search-area form {
	width: 100%;
}

.header .right {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding-right: 0;
}

.header .right ul {
	float: right;
	margin-bottom: 0;
}

.header .right ul li {
	list-style-type: none;
	float: left;
	margin-left: 18px;
  color: #1c1c1c;
}

.header .right ul li a {
	color: #1c1c1c;
}

.header .navbar-form .search-top {
    width: 100%;
}

.nav {
    background: #ffffff;
		padding-bottom: 20px;
		border-bottom: 1px solid #e1e1e1;
}

@media screen and (max-width: 500px) {
	#cart-drawer {
		position: fixed;
		height: 100vh!important;
		width: 100vw!important;
		top: 0!important;
		left: 0!important;
		right: 0!important;
		bottom: 0!important;
	}
	#cart-drawer-background {
		background: rgba(0,0,0,1);
	}
	.nav {
			max-width: 80%;
	}
}

.menu a {
		margin: 7px;
		display: inline-block;
		color: #1c1c1c!important;
		font-weight: 600;
		font-size: 16px;
		transition: all .15s;
		padding-bottom: 6px;
		border-bottom: 3px solid transparent;
}

.menu a:hover {
		color: var(--main)!important;
		border-bottom: 3px solid var(--main);
		padding-bottom: 6px;
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}

.menu-mobile {
    display: none;
    padding: 20px;
    color: #fff;
}

.menu-mobile:hover {
    color: #fff;
}

.menu-mobile:after {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f067";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #1c1c1c;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    /*background: #76767e;*/
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 20px;
    display: block;
    color: #1c1c1c;
}

.menu > ul > li:hover {
    background: #f1f1f1;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 999899;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
		padding-bottom: 20px;
		line-height: 30px;
		height: 30px;
    font-size: 16px;
    color: #171717;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 16px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 16px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 220px;
    left: auto;
    padding: 16px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

.bx-wrapper {
    position: relative;
    box-shadow: none;
    border: 0;
    margin-bottom: 0;
}

.bx-controls {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
}

.welcome {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #000000;;
    text-align: center;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.welcome .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #000000;;
}

.welcome h2 {
    color: #fff;
    margin-bottom: 25px;
}

.welcome p {
    color: #fff;
}

.welcome p.button {
    color: #fff;
    margin-top: 35px;
}

.welcome p.button a {
    background: #f7f7f7;
    color: #fff;
    padding: 16px 18px;
    transition: all 0.4s ease;
    text-decoration: none;
}

.welcome p.button a:hover {
    background: #fff;
    color: #1c1c1c;
}

.service {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0;
}

.service .item {
    text-align: center;
}
.service .icon {
    text-align: center;
}

.service .icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #f7f7f7;
    color: #fff;
    font-size: 38px;
    border-radius: 50%;
}

.product .product-carousel {
    position: relative;
}

.product .owl-controls {
    position: absolute;
    top: -60px;
    right: 0;
}

.product .owl-controls .owl-prev,
.product .owl-controls .owl-next {
    background: #353535;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 16px;
    padding-right: 16px;
}

.product .owl-controls .owl-prev i,
.product .owl-controls .owl-next i {
    font-size: 16px;
}

.product .owl-controls .owl-prev:hover,
.product .owl-controls .owl-next:hover {
    background: #f7f7f7;
}

.product .item {
	border: none;
}

.product .text {
    background: transparent;
    padding: 18px;
    overflow: hidden;
}

.product .text del {
    color: #9d9d9d;
}

.product .text h3 {
    font-weight: 700;
    text-align: left;
    color: #353535;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
}

.product .text h3 a {
    color: #1c1c1c;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

.product .text h3 a:hover {
    text-decoration: none;
}

.product .text h4 {
    color: #1c1c1c;
    text-align: left;
    font-size: 16px;
}

.product .text p {
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 18px;
}

.product .text p a {
    background: var(--main);
    color: #fff;
    font-size: 16px;
    padding: 18px 16px;
		width: 100%!important;
		display: block;
    transition: all 0.4s ease;
}
.product .out-of-stock {
    width: 100%;
    text-align: center;
}

.product .out-of-stock .inner {
    display: inline-block;
    background: #f7f7f7;
    color: #fff;
    font-size: 16px;
    padding: 0px 4px;
    transition: all 0.4s ease;
    text-decoration: line-through;
}

.product .text .rating {
    text-align: center;
}

.fa-star, .fa-shopping-cart {
		color:var(--main);
}

hr {
		border-bottom: 1px solid #e1e1e1;
}

.product .text p a:hover {
}

.product .item .thumb {
    position: relative;
    overflow: hidden;
}

.product .item .thumb .photo {
    width: 100%;
    height: 140px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.product .item .thumb .overlay {
}

.product .item:hover .thumb .overlay {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.product-cat {
    padding-top: 40px;
}

.product-cat .item {
    margin-bottom: 30px;
}

.product .item-product-cat {
	border: 0;
}
.product .item-product-cat .inner {
}

.product .item-search-result {
    border: 0;
}
.product .item-search-result .inner {
    border: 1px solid #e1e1e1;
}
.product .item-search-result:nth-of-type(5n+1) {
    clear: both;
}
.product .item-product-cat:nth-of-type(4n+1) {
    clear: both;
}

@media screen and (max-width: 991px) {
	/*.product .item-product-cat {
			float: left!important;
			width: 50%!important;
	}
	.product .item-product-cat:nth-of-type(2n+1) {
	    clear: both!important;
	}*/
}

body {
	background: #ffffff;
	padding-bottom: -30px;
}

.product, .service, .page-banner, .header, .nav {
	background: transparent;
}

@media screen and (max-width: 767px) {
	.top {
			line-height:18px!important;
			max-height:40px!important;
			padding-top: -15px!important;
	}
	.menu a {
			margin: 2px;
			display: inline-block;
			color: #1c1c1c!important;
			font-weight: bold;
			font-size: 14px;
	}
	.contact-us-link {
			display: none!important;
	}
	.cart-icon-header {
			position: fixed;
			top: 6px;
			right: 17px;
			z-index: 9998;
	}
	.logo {
			margin-top: 24px!important;
	}
}

@media screen and (max-width: 500px) {
	.logo {
			margin-top: -24px!important;
	}
}

.collection-atc {
	position: inherit;
	bottom:0;
	width:100%;
	background: var(--main);
	color: #ffffff!important;
	width:100%;
	padding: 10px 8px 10px 8px;
	text-align: center;
	border-radius: 0px;
}

.item-product-cat {
	margin-bottom: 40px!important;
}

.text {
	min-height: auto!important;
	height: auto!important;
}

.testimonial-v1 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.testimonial-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353535;
    opacity: 0.7;
}

.testimonial-v1 .container {
    position: relative;
    z-index: 9998;
}

.testimonial-v1 .heading {
    margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .heading p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .testimonial-carousel {
    text-align: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.testimonial-v1 .content .comment {
    color: #fff;
    padding: 18px 50px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    position: relative;
}

.testimonial-v1 .content .comment p {
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
}

.testimonial-v1 .author {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.testimonial-v1 .photo {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.testimonial-v1 .photo img {
    width: 80px;
    height: 80px;
    float: right;
    margin-right: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonial-v1 .text {
    display: inline-block;
    vertical-align: top;
}

.testimonial-v1 .text h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-top: 16px;
}

.testimonial-v1 .text h4 {
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.testimonial-v1 .owl-nav {
    margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
    color: #fff;
    background: none;
    position: absolute;
    top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
    font-size: 28px;
    font-weight: bold;
}

.testimonial-v1 .owl-nav .owl-prev {
    left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
    right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
    background: none;
}


.home-blog {
    width: 100%;
    height: auto;
    padding: 70px 0;
    overflow: hidden;
}

.home-blog .item {

}

.home-blog .item .photo {
    width: 100%;
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-blog .text {
    padding: 18px;
    background: #fafafa;
}

.home-blog .text h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}

.home-blog .text p.button {
    margin-top: 25px;
}

.home-blog .text p.button a {
    background: #f7f7f7;
    color: #fff;
    font-size: 16px;
    padding: 6px 16px;
    transition: all 0.4s ease;
}

.home-blog .text p.button a:hover {
    background: #000000;;
}

.scrollup {
	display: none;
}

.footer-main {
    width: 100%;
    height: auto;
    padding: 50px 0;
		padding-bottom: 30px;
    background: var(--main);
		color: #ffffff!important;
}

.well-sm {
		padding: 0;
		background: #ffffff;
		border: 2px solid #ffffff;
}

.footer-main h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid #525252;
}
.footer-main h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #f7f7f7;
    left: 0;
    bottom: -2px;
    height: 4px;
}
.footer-main .footer-col p {
    color: #a3a3a3;
    font-size: 16px;
    line-height: 22px;
}
.footer-main .footer-col p a {
    color: #a3a3a3;
}
.footer-main .footer-col p span {
    display: block;
    color: #a3a3a3;
}
.footer-main .footer-col ul li {
    color: #a3a3a3;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.footer-main .footer-col ul li a {
    color: #a3a3a3;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:hover {
    color: #fff;
}
.footer-main .footer-col ul li:before {
    color: #a3a3a3;
    content: "\f0a4";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}
.footer-main .footer-col .contact-item {
    color: #a3a3a3;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    display: table;
}
.footer-main .footer-col .contact-item .icon {
    width: 35px;
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    margin-right: 16px;
}
.footer-main .footer-col .contact-item .icon i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #dedede;
    color: #2a2a2a;
    border-radius: 50%;
}
.footer-main .footer-col .contact-item .text {
    display: table-cell;
    vertical-align: top;
    line-height: 22px;
    display: block;
}
.footer-main .footer-col p.social {
    margin-bottom: 16px;
}


.footer-bottom {
    width: 100%;
    height: auto;
		background: #f6f6f7;
		color: #000000!important;
    padding: 80px 0;
		padding-bottom: 20px;
}

.footer-bottom a {
		color:#000000!important;
		margin: 10px 0px;
		display: block;
		font-size: 14px;
}

.footer-bottom a:hover {
		color: #000000!important;
}

.footer-bottom a:hover {
		color:#000000!important;
		text-decoration:underline;
}


.footer-bottom .copyright {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.scrollup {
    position: fixed;
    z-index: 99989;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: #f7f7f7;
    color: #fff;
    border: 4px solid #1c1c1c;
    text-align: center;
    font-size: 24px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}


ul.prod-slider li {
    height: 500px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: top center;
    position: relative;
}

img {
		max-width:100%!important;
}

@media screen and (max-width:500px) {
		.copyright a {
			display: block;
		}
}

ul.prod-slider li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99989998;
}
.bx-controls {
    display: none;
}
.prod-pager-thumb {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}
#prod-pager {
    margin-top: 20px;
}

#prod-pager a {
    float: left;
    margin-right: 3px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

ul.nav-tabs {
    margin-top: 50px;
}
.product .p-title h2 {
    color: #000000;
    margin-top: 20px;
		margin-bottom: 20px;
    font-size: 24px;
		letter-spacing: 1px;
    font-weight: 100;
		text-transform: capitalize;
}

.breadcrumb ul, .st-sticky-share-buttons {
		display: none!important;
}

.product .p-status {
    margin-bottom: 16px;
}

.product .p-review {
    margin-bottom: 16px;
}

.product .p-price {
    line-height: 50px;
    font-weight: 700;
    color: #000000;
		margin-top: -16px;
		width: 100%;
		font-size: 16px!important;
}

.product .p-price span {
    font-size: 20px;
}

.product .p-price del {
    color: #585858;
		font-weight: 600!important;
}

.product .p-short-des {
    margin-bottom: 30px;
		font-size: 20px!important;
		font-weight: 600!important;
}

.short-des {
	font-family: 'itc-avant-garde-gothic-pro',sans-serif!important;
	font-weight: 600!important;
	font-size: 14px;
	border-radius: 0px;
	padding: 10px 20px;
	border: 1px solid #e1e1e1;
	line-height: 30px;
	text-align: center!important;
	width: auto!important;
	margin-bottom: 10px;
}

.short-des-divs {
	margin-top: 20px!important;
	position: relative!important;
	display: block!important;
}

.p_desc li {
	list-style-type: none;
}

.short-des-msg {
	position:relative;
	margin-left: 4px;
}

.short-des-img {
	width: 24px;
}

.product .p-quantity {
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 35px;
    font-size: 16px;
}

.product .p-quantity input[type="number"] {
	padding: 2px 16px 2px 16px;
	outline: none;
	text-align: left;
	font-family: 'itc-avant-garde-gothic-pro',sans-serif;
	border: 1px solid #e1e1e1;
	width: 100px;
	border-radius: 0px;
}

.product .btn-cart {
    margin-bottom: 30px;
}

.form-control, .btn-cart1 {
		font-size: 18px!important;
		text-transform: none!important;
		font-weight: 700;
		transition: all .15s;
		opacity: .975;
		border-radius: 0px;
}

.product .btn-cart a {
    padding: 16px 18px!important;
    background: var(--main);
    color: #fff;
		transition: all .15s;
		opacity: .975;
}

.product .btn-cart1 {
    border: 0;
    padding: 16px 18px;
    background: var(--main);
    color: #fff;
		width: 100%;
		position: relative;
		display: block;
		margin-top: -40px;
		transition: all .15s;
		opacity: .975;
}

p {
		color: #000000;
}

.btn-cart1:hover, .btn-cart:hover, .btn:hover, .view-all-button:hover {
		opacity: 1;
		background: rgb(255, 10, 130)!important;
}

.product .share {
    line-height: 30px;
    font-weight: 700;
}

.product .nav {
    background: transparent;
}

.product .nav-tabs li a {
    font-weight: 700;
		color: #1c1c1c;
}

.active a {
		color: var(--main)!important;
}

.product .tab-content>.tab-pane {
    padding-top: 20px;
}

.review-form h2 {
    font-size: 20px;
    font-weight: 700;
}
.review-form .btn-default {
    background: #f7f7f7;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 16px 18px;
}
.rating-section {
    margin-bottom: 18px;
}


.page-banner {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
		background-image: #ffffff!important;
		background: #ffffff!important;
}

.page-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: transparent;
}

.page-banner h1 {
    color: var(--main);
    text-align: center;
    z-index: 999;
    position: relative;
		font-weight: bold;
		font-size: 38px;
}

.page {
    width: 100%;
		max-width: 1400px;
    height: auto!important;
    padding: 80px 70px 80px 20px!important;
		border-radius: 0px!important;
		box-shadow: none;
		margin-top: 0px!important;
		position: relative;
		min-height: 20vh;
}

.product-top .container {
    width: 100%;
		max-width: 1280px;
    height: auto!important;
    padding: 40px 70px!important;
		background: rgba(255,255,255,.25)!important;
		border-radius: 0px!important;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		position: relative;
		min-height: 20vh;
}

.page h3.special {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 25px;
    position: relative;
}

.page h3.special:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #f7f7f7;
    left: 0;
    bottom: -2px;
    height: 4px;
}

.cart {
    width: 100%;
    height: auto;
}

.cart table img {
    width: 100px;
}

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

.cart input[type="number"] {
    height: 30px;
    width: 70px;
    border: 1px solid #e1e1e1;
    padding-left: 16px;
    padding-right: 16px;
		padding-top: 4px;
		padding-bottom: 4px;
		border-radius: 0px;
}

.cart table tr td .trash {
    color: #1c1c1c;
    font-size: 16px;
}

.cart table tr td.total-text,
.cart table tr th.total-text {
    text-align: right;
    font-size: 16px;
}

tr, th, table {
		border-top: none!important;
		border-left: none!important;
		border-right: none!important;
		padding-bottom: 18px!important;
		height: 50px;
}

.cart table tr td.total-amount,
.cart table tr th.total-amount {
    text-align: right;
    font-size: 16px;
}

.cart-buttons {
    width: 100%;
    float: right;
    margin-top: 40px;
}

.cart-buttons ul {
    float: right;
}

.cart-buttons li {
    float: left;
    list-style-type: none;
    margin-left: 18px;
}

.cart-buttons li input[type="submit"],
.cart-buttons li a {
    background: var(--main);
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
    padding: 16px 20px;
    color: #fff;
}

iframe {
		display:none!important;
}

.cart-buttons li input[type="submit"]:hover,
.cart-buttons li a:hover {
    color: #fff;
		opacity: .95;
		background: var(--main);
}


.cform input[type="submit"] {
    background: #f7f7f7;
    border: 0;
}

.cform address span,
.cform address a span {
    color: #1c1c1c;
}

.page iframe {
    width: 100%;
}


.gal-container{
    padding: 16px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 28px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -16px;
    top: -16px;
    border-radius: 50%;
    font-size: 16px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 16px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

.popup-div-currency {
		top: auto;
}

.li-product-img {
	height:100%;
}

.img-product-in-li {
	width:100%;
	height:auto!important;
}

.product-page-price {
	font-size: 18px!important;
	font-weight:600!important;
}

.stars-product {
	 position: relative;
	 top: -3px;
	 left: 5px;
}

.mobile-display-online {
	display:block!important;
	position: absolute!important;
	right:30px!important;
	text-align:right!important;
	line-height: 40px!important;
	color:#ffffff!important;
	font-size: 16px!important;
	font-family: 'itc-avant-garde-gothic-pro', sans-serif!important!important;
}

.desktop-do-not-display {
    display:none;
}

.mobile-do-not-display {
    display:block;
}

.bx-viewport, ul.prod-slider li {
	height:auto!important;

}

@media (min-width: 1068px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 1068px) {
    .gal-container .modal-content{
        height:250px;
    }
		.bx-viewport, ul.prod-slider li {
			height:auto!important;
			max-height: 90vw!important;
		}
		.desktop-do-not-display {
            display:block;
        }
        .mobile-do-not-display {
            display:none;
        }
		.mobile-display-online {
			display:none!important;
		}
		.mobile-do-not-display {
			display:none!important;
		}
		.mobile-fix-margin {
			margin-top: -10px!important;
			margin-bottom: -16px!important;
		}
		.slider-button {
		       display: none!important;
		}
		.page {
		    width: 100vw;
				max-width: 100dvw;
		    height: auto!important;
		    padding: 50px 0px!important;
				background: rgba(255,255,255,.75)!important;
				border-radius: 0px!important;
				box-shadow: none;
				margin-top: 0px!important;
				position: relative;
		}
		.product-top .container {
		    width: 100%;
		    height: auto!important;
		    padding: 0px!important;
				background: rgba(255,255,255,.75)!important;
				border-radius: 0px!important;
				box-shadow: none;
				position: relative;
		}
}

@media (max-width: 1068px) {
	.slide-text h1 {
	    font-size: 30px!important;
	    line-height: 40px!important;
	    margin-bottom: 10px!important;
	}
}

/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top: 0px;
    padding-bottom:75px;
}

.videos {
    padding-top: 30px;
    padding-bottom: 16px;
    text-align: center;
}
.videos .adv img {
    width: 100%;
    height: auto;
}
.videos .prop-4-col:nth-of-type(4n+1) {
    clear: both;
}
.videos .prop-3-col:nth-of-type(3n+1) {
    clear: both;
}
.videos h2 {
    color: #464646;
    font-family: "Open Sans", serif;
    font-size: 24px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.videos h3 {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 20px;
}
.single-room {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
}
.single-room .photo-col2 {
    width: 100%;
    height: 360px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-room .photo-col3 {
    width: 100%;
    height: 150px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-room-text {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.single-room-text h2 {
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-transform: none;
    margin-bottom: 0;
}
.single-room-text h2 a {
    color: #1c1c1c;
    padding: 8px!important;
    font-weight: 600;
    display: block;
}

table.bill-address tr td:nth-of-type(1) {
    font-weight: bold;
    width: 200px;
}

.user-sidebar ul {
    text-align: center;
}

.user-sidebar ul li {
    list-style-type: none;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.user-sidebar ul li a {
    padding: 7px 20px;
    min-height: 40px;
    line-height: 40px;
    background: #444;
    color: #fff;
}

.user-content h3 {
    margin-bottom: 20px;
}

.blog {
    background: #fff;
}

.blog .post-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.blog .image-holder {
    width: 285px;
    float: left;
    position: relative;
    margin-right: 15px;
}

.blog .image-holder-single {
    width: 100%;
    float: none;
    position: relative;
}

.blog .image-holder-single img {
    width: 100%;
    height: auto;
}

.blog .image-holder .date {
    position: absolute;
    right: 16px;
    bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    z-index: 999;
}

.blog .image-holder .day {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.blog .image-holder .day:before {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #1c1c1c;
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 20px;
}

.blog .image-holder .month {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #000000;;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.blog .text {
    width: calc(100% - 300px);
    float: left;
}

.blog .text-single {
    width: 100%;
    float: none;
}

.blog .text-single h3 {
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    margin-top: 20px;
}

.blog .text .inner {
    padding: 0 20px 20px 20px;
}

.blog h3 {
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    text-align: left;
    color: #1c1c1c;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.5;
    text-transform: uppercase;
}

.blog h3 a {
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    color: #1c1c1c;
}

.blog h3 a:hover {
    color: #1c1c1c;
}

.blog .text ul.status {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog .text ul.status li {
    text-align: left;
    margin-bottom: 15px;
    color: #1c1c1c;
    font-size: 16px;
    float: left;
    list-style-type: none;
    margin-right: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 0;
}

.blog .text ul.status li a {
    color: #1c1c1c;
}

.blog .text ul.status li i {
    margin-right: 8px;
}

.blog ul.status li:before {
    content: '';
}

.blog ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 16px;
    list-style-type: none;
}

.blog ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f044';
    color: #1c1c1c;
}

.blog h1 {
    font-size: 20px;
    color: #1c1c1c;
    font-weight: bold;
}

.blog h2 {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: bold;;
}

.blog h3 {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: bold;
}

.blog h4 {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: bold;
}

.blog h5 {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: bold;
}

.blog h6 {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: bold;
}

.blog p {
    margin-bottom: 15px;
    font-size: 16px;
}

.blog p.button {
    margin-top: 20px;
}

.blog p.button a {
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    background: #f7f7f7;
    color: #fff;
    padding: 16px 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog p.button a:hover {
    background: #444;
}

.blog .pagination {
    margin-top: 20px;
}

.blog .pagination ul {
    width: 100%;
    height: auto;
    text-align: center;
}

.blog .pagination ul li {
    display: inline-block;
    color: #1c1c1c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 16px;
    padding-left: 0;
}

.blog .pagination ul li:before {
    content: '';
}

.blog .pagination ul li a {
    background: #f7f7f7;
    color: #fff;
    display: block;
    font-size: 16px;
}

.blog .pagination ul li a i {
    margin-right: 0;
}

.blog .pagination ul li a:hover {
    background: #000000;;
}

.blog .pagination ul li a.active {
    background: #000000;;
}

.blog .gallery-carousel {
    position: relative;
    z-index: 999;
}

.blog .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
    background: #000000;;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 16px;
    padding-right: 16px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
    font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
    background: #f7f7f7;
}

.owl-controls, .owl-nav {
		width: 115% !important;
		left: -7.5%!important;
		top: 15%!important;
}

.owl-prev {
		position: absolute!important;
		left: 0!important;
}

.owl-next {
		position: absolute!important;
		right: 0!important;
}

.btn-primary {
		border-radius: 0px!important;
}

@media screen and (max-width: 500px) {
		.owl-controls {
			opacity: 0!important;
		}
		.btn-primary {
			width: 90vw!important;
			max-width: 90dvw!important;
			margin-left: 10vw!important;
			display: block!important;
			position: relative!important;
			margin-bottom: 16px!important;
		}
		.header {
			padding-top: 90px;
		}
}

.blog .video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.blog .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog .audio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
    width: 100%;
}

.widget {
    overflow: hidden;
    margin-bottom: 30px;
}

.widget-search input {
    height: 36px;
    border: 2px solid #afafaf;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.widget-search input:focus {
    border: 2px solid #1c1c1c;
}

.widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #1c1c1c;
    background: #f7f7f7;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.widget-search button:hover {
    background: #000000;;
    color: #fff;
    border-color: #1c1c1c;
}

.widget h4 {
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 2px solid #1c1c1c;
}

.widget ul li {
    display: block;
    float: none;
    color: #1c1c1c;
    position: relative;
    padding-left: 15px;
    margin-bottom: 16px;
}

.widget ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: #1c1c1c;
    top: 1px;
    left: 3px;
}

.widget ul li a {
    color: #1c1c1c;
    font-size: 16px;
}

.widget ul li a:hover {
    color: #1c1c1c;
}

.widget ul.tag-cloud li {
    display: inline-block;
    padding-left: 0;
    padding: 4px 16px;
    border: 2px solid #afafaf;
    font-size: 14px;
    margin-right: 5px;
}

.widget ul.tag-cloud li:before {
    content: '';
}

.widget ul.tag-cloud li:hover {
    background: #f7f7f7;
    border: 2px solid #1c1c1c;
}

.widget ul.tag-cloud li:hover a {
    color: #fff;
}

.card .nav-tabs { border-bottom: 1px solid #e1e1e1; background: #fff; }
.card .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {  }
.card .nav-tabs > li > a { border: none; }
.card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover { border: none; background: transparent; }
.card .nav-tabs > li > a::after { content: ""; background: #f7f7f7; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.card .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #f7f7f7 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 18px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }


.vid iframe {
    width: 100%;
    height: 250px;
}


div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 16px;
    margin-bottom: 20px;
}

div.pagination a {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    text-decoration: none; /* no underline */
    background-color: #f7f7f7;
    color: #FFF;
    font-weight: bold;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #cf0d42;
    color: #FFF;
    background-color: #b20b39;
}

div.pagination span.current {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    font-weight: bold;
    background-color: #b20b39;
    color: #FFF;
    font-weight: bold;
}

div.pagination span.disabled {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999899;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/1.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.ad-section img {
    width: 100%!important;
    height: auto!important;
}

.breadcrumb {
    background: #fff;
    margin-top: -40px;
}

.breadcrumb ul li {
    float: left;
    list-style-type: none;
    margin-right: 16px;
    color: #1c1c1c;
}
.breadcrumb ul li:last-child {
    color: #1c1c1c;
}

.breadcrumb ul li a {
    color: #1c1c1c;
}

.bs-slider .item {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 500px;
}

.home-newsletter {
    padding: 80px 0;
    background: #f7f7f7;
}

.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.home-newsletter .single h2 {
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 0;
}
.home-newsletter .single .form-control {
    height: 50px;
    border-color: #1c1c1c;
    outline: none;
}

.scrollup {
		display: none!important;
}

.slider-h1 {
		font-size: 48px;
		font-weight: 800;
		margin-bottom: 10px;
}

#bootstrap-touch-slider {
		max-height: 300px!important;
}

.slide-text {
		top: 5%;
}

.slider-button {
		border: 2px solid #ffffff;
		background: none;
		padding: 10px 16px;
		color: #ffffff;
		transition: all .25s;
		display: inline-block;
		margin-top: -10px;
		cursor: pointer;
		font-weight: 600;
}

.slider-button:hover {
		background: #ffffff;
		color: #000000;
}

.padding-nav {
		padding-top: 30px!important;
		-webkit-transition: all 0.15s ease;
		-moz-transition: all 0.15s ease;
		-o-transition: all 0.15s ease;
		transition: all 0.15s ease;
}

.index_fix {
		margin-top: 0px!important;
		position: relative;
}

.padding-nav-mobile {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
		-webkit-transition: all 0.15s ease;
		-moz-transition: all 0.15s ease;
		-o-transition: all 0.15s ease;
		transition: all 0.15s ease;
}

.padding-nav-mobile-fix {
		padding-top: -20px!important;
		padding-bottom: 20px!important;
		-webkit-transition: all 0.15s ease;
		-moz-transition: all 0.15s ease;
		-o-transition: all 0.15s ease;
		transition: all 0.15s ease;
}

.fix-size-upper {
		margin-top: 140px;
}

.view-all-button {
		border: 2px solid #ffffff;
		background: var(--main);
		padding: 12px 20px;
		color: #ffffff;
		transition: all .25s;
		display: inline-block;
		margin-top: 20px;
		cursor: pointer;
		font-weight: 600;
		opacity: .95;
		border-radius: 0px;
}

.view-all-button:hover {
		opacity: 1;
}

.item-product-cat {
		opacity: .975;
		transition: all .15s;
}

.item-product-cat:hover {
		opacity: 1;
}

#open-cart, #open-cart:hover {
	  text-decoration: none!important;
		border: 0!important;
		padding: 0!important;
}

#header-navigation {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}

.right-product-side {
		left: 50px;
}

.mid-fix-product {
		height: 0;
}

::-webkit-scrollbar {
		width: 5px;
		border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius: 0px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 0px;
}

.modal-loading {
	width: 100vw;
	height: 100vh;
	max-width: 100dvw;
	max-height: 100dvh;
	position: fixed;
	background: #ffffff;
	top: 0;
	left: 0;
	z-index: 9998;
}

.nav-mobile {
  padding-top: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	background: rgba(255,255,255,1)!important;
}

.fix-product-upper {
	margin-top: 20px;
}

.mobile-only {
	display: none;
}

#mobile-navigation-background {
	width: 100vw;
	height: 100vh;
	max-width: 100dvw;
	max-height: 100dvh;
	background: rgba(0,0,0,.75);
	z-index: 9998!important;
	top: 0;
	left : 0;
	position: fixed;
	display: none;
}

#mobile-navigation {
	width: 75vw;
	height: 100vh;
	max-width: 75dvw;
	max-height: 100dvh;
	max-width: 400px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.25);
	background: rgba(255,255,255,.95);
	z-index: 9998!important;
	top: 0;
	left: 0;
	position: fixed;
	padding: 70px 26px;
	display: none;
	overflow-y: auto;
  max-height: 100dvh;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

#mobile-navigation a {
	font-size: 16px!important;
	font-weight: 600!important;
}

#mobile-navigation-close {
	width: 25vw;
	height: 100vh;
	max-width: 25dvw;
	max-height: 100dvh;
	z-index: 9998!important;
	top: 0;
	right : 0;
	position: fixed;
}

#cart-drawer-background {
	width: 100vw;
	height: 100vh;
	max-width: 100dvw;
	max-height: 100dvh;
	background: rgba(0,0,0,.75);
	z-index: 9998!important;
	top: 0;
	left : 0;
	position: fixed;
	display: none;
}

#cart-drawer {
	width: 90vw;
	height: 100vh;
	max-width: 444px;
	max-height: 100dvh;
	box-shadow: 0px 0px 10px rgba(0,0,0,.25);
	background: #ffffff;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 9998!important;
	top: 0;
	right: 0;
	position: fixed;
	padding: 14px 0px!important;
	padding-bottom: 80px!important;
	color: #000000;
	font-size: 14px;
	display: none;
}

#cart-content {
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100vh - 361px);
	max-height: calc(100dvh - 361px);
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 0px;
}

#cart-drawer-close {
	z-index: 9999!important;
	top: 15px!important;
	right : 15px;
	width: 20px;
	height: 22px;
	position: fixed;
	cursor:pointer!important;
}

#cart-drawer h1 {
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
}

@media screen and (max-width: 1068px) {
		.p-title h2 {
			font-size: 22px!important;
		}
		.headline h2 {
			font-size: 18px!important;
		}
		.fix-size-upper {
			margin-top: 140px;
		}
		.fix-product-upper {
			margin-top: 0px;
		}
		.fix-product-mobile {
			margin-top: -0px;
			display: block;
			position: relative;
			height: 1px;
			width: 100%;
		}
		.nav-mobile {
			display: block;
		}
		.nav-desktop {
			display: none;
		}
		#bootstrap-touch-slider {
				max-height: 250px!important;
		}
		/*.item-product-cat .inner {
				margin-bottom: -36px!important;
		}*/
		.headline h3 {
				font-size: 12px;
		}
		.head-title {
				margin-bottom: -10px;
				max-width: calc(100% - 20px);
		}
		.item-product-cat {
				padding-right: 10px;
				padding-left: 10px;
		}
		.view-all-button {
				margin-top: 60px;
		}
		.right-product-side {
				left: 0;
				position: relative;
				display: block;
				margin-top: 20px;
		}
		.mid-fix-product {
				margin-top: 90px;
		}
		.product_also_like {
				padding-top: 0px;
				margin-top: -80px;
		}
		.slide-text {
				top: 0%;
		}
		.slider-text {
				margin-top: 10px;
		}
		.slider-button {
				margin-top: 10px;
		}
		.footer-bottom {
		    padding: 40px 0;
				paddding-bottom: 20px;
		}
		.footer-bottom {
				top: 50px;
				position: relative;
		}
		.footer-bottom .copyright {
				margin-bottom: 40px;
		}
		.logo-footer {
				display: none;
		}
		.prod-slider {
		    height: auto;
				width: 100%;
		    background-repeat: no-repeat;
		    -webkit-background-size: cover;
		    background-size: cover;
		    background-position: center center;
		    position: relative;
		}
		ul.prod-slider li {
		    height: auto;
		    background-repeat: no-repeat;
		    -webkit-background-size: contain;
		    background-size: contain;
		    background-position: top center;
		    position: relative;
		}
		.index_fix {
				margin-top: 0px!important;
		}
}

@media screen and (min-width:1068px) {
	.no-padding-right {
			padding-right:5px;
	}

	.no-padding-left {
			padding-left:5px;
	}

	.no-padding-left-right {
			padding-left:5px;
			padding-right:5px;
	}
}

.home-newsletter .single .btn {
    min-height: 50px;
    background: #000000;;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.text h3, .text h4 {
	color: #000!important;
	text-align: left!important;
	font-size: 18px!important;
	text-transform: uppercase!important;
}

h3 a {
font-weight: 600!important;
color: #000!important;
text-align: left!important;
font-size: 18px!important;
text-transform: uppercase!important;
}

.minus-button {
	position: relative;
	display:inline-block;
	height: 31px;
	width: 31px;
	margin-top: 7px;
	text-align: center;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	padding-bottom: 4px;
	font-size: 20px;
	font-weight: 100;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	transition: all .15s;
	cursor: pointer;
}

.plus-button {
	position: relative;
	display:inline-block;
	height: 31px;
	width: 31px;
	margin-top: 7px;
	text-align: center;
	justify-content: center;
	left:-8px;
	align-items: center;
	vertical-align: middle;
	padding-bottom: 4px;
	font-size: 20px;
	font-weight: 100;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	transition: all .15s;
	cursor: pointer;
}

.plus-button:hover, .minus-button:hover {
	background: #e1e1e1;
	color: #ffffff;
}

.qty-input {
	background: transparent;
	border-top: 1px solid #e1e1e1;
	border-left:0;
	border-right: 0;
	top: 7px;
	left:-4px;
	position: relative;
	text-align: center;
	padding: 3px;
	height: 31px;
	border-bottom: 1px solid #e1e1e1;
	border-radius:0;
	outline:0;
	width: 26px;
}

.lds-ring-currency {
  display: inline-block;
  position: relative;
  width: 30px;
	display: none;
	width: 100%;
	text-align: center;
	top: -2px!important;
}

.lds-ring-currency span {
  box-sizing: border-box;
  display: block;
  position: absolute;
	left: calc(50% - 12px);
	text-align: center;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 0.75s linear infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 30px;
	top: -15px;
	display: none;
	width: 100%;
	text-align: center;
}

.lds-ring span {
  box-sizing: border-box;
  display: block;
  position: absolute;
	left: calc(50% - 12px);
	top: 14px;
	text-align: center;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 0.75s linear infinite;
  border-color: #fff transparent transparent transparent;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.head-title .headline, .head-title .headline h2 {
    margin-bottom:0!important;
    padding-bottom:0!important;
}

.head-title {
		border-radius: 0px!important;
}

.item-product-cat .inner a, p-title {
		text-transform: none!important;
}

.p-title {
		margin-top: 10px;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: var(--main);
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.hidden-village-character {
	z-index:10002;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height:100vh;
	width:100vw;
	max-height:100dvh;
	max-width:100dvw;
	position: fixed;
	top:0; left:0;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	text-align: center;
	align-items: center;
}

.hidden-village-message {
	width: 90dvw;
	max-width: 400px;
	background: rgba(0,0,0,.75);
	border-radius: 0px;
	padding: 40px 40px;
	font-size: 14px;
	color: #ffffff;
}

@media screen and (max-width: 1068px) {
	.hidden-village-message {
		width: 90dvw;
		max-width: 400px;
		background: rgba(0,0,0,.75);
		border-radius: 0px;
		padding: 14px 20px;
		font-size: 14px;
		color: #ffffff;
	}
}

.hidden-village-message input {
	background: rgba(0,0,0,.75);
	border: none!important;
	border-radius: 0px!important;
	font-size: 14px!important;
	font-weight: 600!important;
	color: #ffffff!important;
	text-transform: none!important;
	padding: 16px 12px!important;
	margin-top: 20px!important;
}

.hidden-village-message button {
	background: var(--main);
	border: none!important;
	border-radius: 0px!important;
	font-size: 14px!important;
	font-weight: 600!important;
	color: #ffffff!important;
	text-transform: none!important;
	padding: 16px 12px!important;
	margin-top: 20px!important;
	width: 100%!important;
	margin-bottom: 10px!important;
}

.splide__slide img {
  width: 100%;
  height: 70px!important;
	max-height: 70px!important;
	border-radius: 0px;
}

.splide__slide {
  border: 2px solid transparent!important;
	border-radius: 0px;
}

.splide__slide:focus {
  border: 2px solid var(--main)!important;
	border-radius: 0px;
}

#thumbnail-slider {
  margin-top: 10px;
}
.splide__arrow--prev {
  display: none!important;
}
.splide__arrow--next {
  display: none!important;
}

.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 8px;
  font-size: 11px!important;
  cursor: pointer;
	border: 2px solid transparent;
	transition: all .15s;
	border-radius: 0px;
	color: #000000;
	margin-bottom: 7px;
	font-weight: 600!important;
}

.radio-toolbar input[type="radio"]:checked+label {
  border: 2px solid #000000;
	color: #000000;
	transition: all .15s;
}

.404_head {
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.404_color {
  color:#000000!important;
}
.404_head_title {
  padding-top: 25px!important;
  padding-bottom: 25px!important;
  margin-bottom:40px!important;
  background: var(--main)!important;
  color:#ffffff!important;
}
.404_h2 {
  color: #ffffff!important;
  text-decoration:none!important;
}

.cart_content_row {
  margin-bottom: 20px!important;
}
.cart_content_xs3 {
  padding-right: 0px!important;
}
.cart_content_xs5 {
  padding-left: 20px!important;
}
.cart_content_span_1 {
  opacity: .5!important;
  letter-spacing: 2px!important;
  font-size: 12px!important;
  font-weight: 600!important;
}
.cart_content_span_0 {
  font-weight: 600!important;
	font-size: 14px!important;
}
.cart_content_flex_row {
  display: flex!important;
  flex-direction: row!important;
}
#checkoutlink {
   opacity:0!important;
   font-size:0!important;
   width:0!important;
   height:0!important;
   position: absolute!important;
   top:-1!important;
   left:-1!important;
}
.cart_content_row_1 {
  position: absolute!important;
  bottom: 70px!important;
	left: 4px!important;
  width: 100%!important;
  padding: 12px 10px!important;
  color: #000000!important;
  cursor:default!important;"
}
.cart_content_xs4 {
  color:#000000!important;
  font-size: 16px!important;
  font-weight:600!important;
}
.cart_content_xs8 {
  color:#000000!important;
  text-transform: uppercase!important;
  font-weight: 600!important;
  font-size: 16px!important;
	padding-right: 0;
	right: 0;
}
.cart_content_checkout_btn {
  position: absolute!important;
  bottom: 0px!important;
  left: 0px!important;
  width: 100%!important;
  display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 70px!important;
	background: #000000!important;
	color:#ffffff!important;
	text-transform:none!important;
	font-weight: 600!important;
	border:transparent!important;
}
.cart_content_checkout_btn_check {
  background:#e1e1e1!important;
  color: #999!important;
  cursor:default!important;
}
.cart_icon_desktop {
  float: right!important;
  position: relative!important;
  top:-65px!important;
  text-decoration:none!important;
  cursor:pointer!important;
}
.cart_icon {
  text-decoration:none!important;
  cursor:pointer!important;
}
.cart_icon_img {
  float: right!important;
  margin-top: -50px!important;
  padding-right: 10px!important;
}
.cart_icon_img_second {
  float: right!important;
  margin-top: -50px!important;
  padding-right: 10px!important;
}

.collection_div_opener {
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.collection_head_title {
  padding-top: 25px!important;
  padding-bottom: 25px!important;
  height: auto!important;
  background: #f6f6f7!important;
  color:#000000!important;
}
.collection_h2 {
  color: #000000!important;
  text-decoration:none!important;
	text-transform:none!important;
}
.collection_row {
  padding-top: 0px!important;
  padding-bottom: 30px!important;
  max-width:90dvw!important;
}
.collection_inner_padding {
  padding-bottom: 0!important;
}
.collection_text {
  margin:0!important;
  padding:0!important;
  margin-top: 10px!important;
}
.collection_name_link {
  cursor:pointer!important;
  font-size: 14px!important;
  font-weight:600!important;
  text-transform:none!important;
	line-height: 10px!important;
}
.collection_h4 {
  margin-top:-8px!important;
}
.collection_del {
  font-size:14px!important;
	font-weight:600!important;
}
.collection_span {
  color: var(--main)!important;
  font-size:14px!important;
	font-weight:600!important;
}
.collection_price {
  color: var(--main)!important;
  font-size:14px!important;
	font-weight:600!important;
}

.footer_text_left_copyright {
  text-align: left!important;
}

.footer_text_left_copyright a {
	color: #000000!important;
	line-height: 14px;
}

.footer_b {
  font-size: 14px!important;
  text-transform:uppercase!important;
	font-weight: 800;
}

.footer_vip_membership {
  background: var(--main)!important;
  color:#ffffff!important;
  padding: 4px 12px!important;
  text-decoration:none!important;
  border-radius:8px!important;
  font-size:12px!important;
  text-transform:uppercase!important;
  margin-top: 10px!important;
  position: relative!important;
  display:inline-block!important;
  text-align: center!important;
  width:auto!important;
}
.footer_text_left_second {
  text-align: left!important;
  color:#ffffff!important;
}
.footer_text_right {
  text-align: right!important;
  color:#ffffff!important;
}
.footer_logo_img {
  width: 100px!important;
  height: auto!important;
}
.footer_text_center {
  color:#000000!important;
  font-size: 14px!important;
  margin-top: 40px!important;
}
.footer_currency_selector {
  cursor:pointer!important;
  text-decoration:underline!important;
  font-size: 14px!important;
  color:#000000!important;
}

.variant_button_label {
  font-weight:600!important;
  font-family:'roboto-condensed',sans-serif!important;
  font-size:16px!important;
}
.variant_button_label_second {
  color: #e1e1e1!important;
  border:1px solid #e1e1e1!important;
  cursor:default!important;
}

#loader {
  display: flex;
  position: fixed;
  width:100dvw;
  height:100dvh;
  background:#ffffff;
  z-index:100000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  top:0;
  left:0;
}

.nav-mobile {
  position: fixed;
  width:100%;
  padding-top: 60px;
  top: 0px;
  height: auto;
  z-index:9997;
}
.toggle-nav-mobile {
  text-decoration:none!important;
  cursor:pointer!important;
}
.menu-icon {
  float: left!important;
  padding-left: 10px!important;
  margin-top: 10px!important;
}
.cart-mobile-span {
  text-decoration:none!important;
  cursor:pointer!important;
}
.img-cart-mobile {
  width: auto!important;
  height: 60px!important;
  margin-left:-40px!important;
}
.cart-icon-empty {
  float: right!important;
  margin-top: -50px!important;
  padding-right: 10px!important;
}
.cart-icon-full {
  float: right!important;
  margin-top: -50px!important;
  padding-right: 10px!important;
}

.search-icon {
  float: right!important;
  margin-top: -49px!important;
  margin-right: 45px!important;
}

.top {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width:100%!important;
  z-index: 9998!important;
  background: var(--main)!important;
  border:0!important;
}
.top-text {
  display: flex!important;
  vertical-align: middle!important;
  justify-content: center!important;
  align-items: center!important;
}
.center-top {
  vertical-align: middle!important;
  justify-content: center!important;
  align-items: center!important;
  font-weight: 600!important;
	height: auto!important;
	min-height: 40px!important;
  line-height: 40px!important;
  color:#ffffff!important;
  font-size: 11px!important;
	test-decoration: underline!important;
  text-align: center!important;
  text-transform: none!important;
	display: table-cell!important;
}
.top-img {
  width: 16px!important;
  position:relative!important;
  top:-1px!important;
  left: 4px!important;
  display:inline-block!important;
}

.nav-background-class {
  position: absolute!important;
  right: 20px!important;
  top: 20px!important;
}
.nav-link {
  cursor:pointer;
  width:100%!important;
  padding-top: 16px!important;
  border-top: 1px solid #e1e1e1!important;
  color:#000000!important;
  display: block!important;
  padding-bottom: 16px!important;
}
.nav-vip-link {
   cursor:pointer!important;
   text-decoration:none!important;
}
.vip-membership-nav {
   background: var(--main)!important;
   color:#ffffff!important;
   padding: 4px 12px!important;
   text-decoration:none!important;
   border-radius:8px!important;
   font-size:12px!important;
   text-transform:uppercase!important;
   margin-top: 20px!important;
   position: relative!important;
   display:inline-block!important;
   text-align: center!important;
   width:auto!important;
   float:right!important;
}

.cart-drawer-div {
  position: absolute!important;
  right: 15px!important;
  top: 15px!important;
}
.cart-drawer-title {
  padding-bottom: 10px!important;
	padding-left: 15px!important;
	padding-right: 15px!important;
	padding-top: 0px!important;
  border-bottom: 1px solid #e1e1e1!important;
  text-transform:uppercase!important;
	top: 0px!important;
	position: relative!important;
	margin-bottom: 0!important;
}

.slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor:default!important;
}
.bs-slider-overlay {
  cursor:default!important;
  background: rgba(0,0,0,.55);
}
.bs-slider-container {
  cursor:default!important;
}

.first_collection_index {
  padding-left: 10px!important;
  padding-right: 10px!important;
}

.best-selling-collection-h3 {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.collection-first-title-index {
  color:#000000!important;
  text-decoration:underline;
  text-underline-offset: 7px;
}

.product-cat-row-index {
  padding-top: 0px;
  padding-bottom: 30px;
  max-width:90dvw!important;
}

.view-all-button {
  text-transform:none;
}

.collection-title-2-index {
  color: #000000!important;
  text-decoration:none;
	text-transform:none!important;
}

.head-title-background {
  background: #f6f6f7!important;
  border-radius: 0px;
  padding: 20px 12px 6px 12px;
	text-transform:none!important;
	color: #000000!important;
}

#product_description img {
	height: auto!important;
}

.footer-hr {
	border-top: none;
	border-bottom: 1px solid #e1e1e1;
}

.country-flag {
	width: 48px;
}

.footer-logo {
	width: 120px;
}

.trustpilot-img {
	width: 180px;
}

.service-item-desc {
	font-size: 14px;
}

.service-item-title {
	color:#000;
	font-weight: 700;
}

.collection-tip {
	background: var(--main);
}

.service-item-img {
	width:150px!important;
}

.item-service {
	margin-bottom: 30px;
}

.variant_option {
	background:#f6f6f7;
	padding: 12px 16px!important;
	height:50px!important;
	width:100%;
	border-radius:8px;
	color: #000000;
	border:1px solid transparent;
	font-weight:600!important;
	font-family:'itc-avant-garde-gothic-pro',sans-serif!important;
	padding-right:20px;
	font-size:16px!important;
	margin-bottom: 20px;
	-webkit-appearance: none;
  appearance: none;
  border: none;
	text-transform: none!important;
	box-shadow: inset 0.5px 0.5px 3px rgba(0,0,0,.1)!important;
}
.variant_select_option {
    position: relative;
}
.variant_select_option::after {
    content: "›";
    font-size: 26px;
    right: 16px;
		top: 8px;
    position: absolute;
		transform: rotate(90deg);
}

@media screen and (max-width: 1068px), screen and (min-width:768px) {
	.bx-viewport, ul.prod-slider li {
		height:720px!important;
		max-height:720px!important;
	}
}

.msg-cart-reward {
	font-size: 14px!important;
}

@media screen and (max-width: 767px) {
	.bx-viewport, ul.prod-slider li {
		height:calc(100vw - 30px)!important;
		max-height:calc(100vw - 30px)!important;
	}
	.page-product-design {
		padding-top: 13px!important;
	}
	.msg-cart-reward {
		font-size: 12px!important;
	}
}

@media screen and (min-width: 1200px) {
	.bx-viewport, ul.prod-slider li {
		height:auto!important;
		max-height:auto!important;
	}
}

.bx-viewport, ul.prod-slider li {
	height:auto!important;
	max-height:auto!important;
}

@media screen and (min-width: 1200px) {
	.bx-viewport, ul.prod-slider li {
		height:auto!important;
		max-height:auto!important;
	}
}

/* Loader 1 */
.loader-1 {
	height: 32px;
	width: 32px;
	-webkit-animation: loader-1-1 4.8s linear infinite;
	        animation: loader-1-1 4.8s linear infinite;
}
@-webkit-keyframes loader-1-1 {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-1-1 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.loader-1 span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 48px;
	width: 48px;
	clip: rect(0, 48px, 48px, 24px);
	-webkit-animation: loader-1-2 1.2s linear infinite;
	        animation: loader-1-2 1.2s linear infinite;
}
@-webkit-keyframes loader-1-2 {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(220deg); }
}
@keyframes loader-1-2 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(220deg); }
}
.loader-1 span::after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 48px;
	width: 48px;
	clip: rect(0, 48px, 48px, 24px);
	border: 3px solid #171717;
	border-radius: 50%;
	-webkit-animation: loader-1-3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-1-3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-1-3 {
	0%   { -webkit-transform: rotate(-140deg); }
	50%  { -webkit-transform: rotate(-160deg); }
	100% { -webkit-transform: rotate(140deg); }
}
@keyframes loader-1-3 {
	0%   { transform: rotate(-140deg); }
	50%  { transform: rotate(-160deg); }
	100% { transform: rotate(140deg); }
}

.page-product-design {
	padding-top: 30px!important;
}

@media screen and (max-width:1199px) {
	.bx-viewport, ul.prod-slider li {
		height:400px!important;
		max-height:400px!important;
	}
}

.disabled {
    opacity: 0.5!important;
    pointer-events: none!important;
}

@media screen and (max-width: 575px) {
	.fix-product-image-mobile {
		margin-top: -30px!important;
	}
	.fix-product-image-mobile-display {
		width: calc(100vw + 30px)!important;
		left: -15px!important;
		position: sticky!imortant;
		margin-left: -30px!important;
	}
	.fix-product-image-thumbnail-display {
		width: calc(100% - 60px)!important;
		margin-left: 0px!important;
		position: sticky!imortant;
	}
	.bx-viewport, ul.prod-slider li {
		height: auto!important;
		max-height: auto!important;
	}
}
