﻿/*
	CR Team - Professional Web Designer
*/
@font-face {
	font-family: goodtimes;
	src: url('/assets/fonts/goodtimes.ttf');
}
body {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 15px;
    line-height: 25px;
    font-family: montserrat,sans-serif;
    font-weight: 400;
    color: #7e8082;
    background-color: #fff;
    -webkit-font-smoothing: antialiased!important;
	background-image: url('/assets/img/h3-page-bg-img.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
input {
	outline: 0;
}
html {
    width: 100%;
    height: 100%;
}
a, a:hover, a:focus {
	text-decoration: none;
}
a:hover {
	color: #f58220;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 15px;
    font-weight: 600;
}
p {
    margin: 0 0 15px;
    line-height: 1.6;
}
button:focus {
	outline: 0;
}
@media(min-width: 1200px) {
    .container {
		width: 1330px;
		max-width: 1330px;
	}
}
@media(min-width:767px) {
    p {
        margin: 0 0 10px;
        line-height: 1.6;
    }
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #d33833;
}
::-webkit-input-placeholder {
   color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
   color: #ccc;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;
}
:-ms-input-placeholder {
   color: #ccc;
}
.fleft {float: left}
.fright {float: right}
.center {text-align: center}
.align-right {text-align: right;}
.align-left {text-align: left;}
.img-holder {
	width: 100%;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.dp-navbar {
	padding: 0;
}
.btn-cart.dropdown-toggle:after {
	display:none;
}
/* style for home page */
.list-album-wrapper {
    max-width: 1170px;
    margin: auto;
}

.person-thumb div.rollover-content {
    background: rgba(0,0,0,0.7);
    height: 80px;
    padding: 0px 0px 0px 16px;
    bottom: 0px;
    position: absolute;
    display: flex;
    align-items: center;
}

.person-thumb div.rollover-content .rollover-title {
    font-family: 'Quicksand';
    font-weight: bold;
    color: white;
    font-size: 13px;
}
.person-thumb div.rollover-content .rollover-description {
	font-family: 'Quicksand';
    font-weight: 300;	
    color: white;
}

/*section blog articles*/
.blog-item-home {
    display: flex;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.blog-item-home .post-prev-title h3 a {
	font-size: 36px;
	font-family: 'Montserrat';
	font-weight: 800;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.blog-item-odd .blog-image-w {
	order: 2;
}

.blog-item-home .post-prev-img {
    margin-bottom: 0px;
}

.blog-item-home .post-prev-img img, 
.blog-item-home-more .post-prev-img img {
    max-height: none;
}

.blog-item-home .blog-image-w {
    width: 500px;
}

.blog-item-home .blog-title-w .post-prev-text {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: 'Quicksand';
    font-size: 18px;
    margin-top: 3px;
    color: #cccccc;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.blog-item-home .blog-title-w {
    flex: 1;
    padding: 16px 24px 24px;
}

.blog-item-home .blog-title-w a {
    color: white;
    font-size: 25px;
}

.section-blog-article .container {
    margin: auto;
}
.section-blog-article {
    margin-top: 40px;
    padding-top: 40px;
    background-color: rgba(54, 58, 64, 0.3)
}

.section-blog-article .post-prev-text {
	height: 100px;
	overflow: hidden;
}

.printciple-logo {
	font-weight: bold;
	color: white;
	font-size: 18px;
	font-family: 'Quicksand';
}


.section-blog-article .blog-title-w .tag-item {
	font-family: Quicksand;
	position: relative;
	display: inline-block;
	padding: 0px 10px;
	color: white;
	font-weight: bold;
	background-color: rgba(54, 58, 64, .9);
	border-radius: 20px;
	cursor: pointer;
	margin-right: 3px;
	margin-bottom: 16px;
	font-size: 14px;
}

/*more post*/
.blog-item-home-more .blog-title-w a {
    color: white;
    font-size: 18px;
    font-weight: 800;
}
.blog-item-home-more .post-prev-img {
	margin-bottom: 0px;
}
.blog-item-home-more .blog-title-w {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 250px;
    overflow: hidden;
}
.blog-item-home-more .post-prev-text {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: 'Quicksand';
	color: #cccccc;
	font-size: 18px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.blog-title-w {
	background-color: #363a4029;
	position: relative;
}

.section-blog-article .tag-in-item {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
}

/*about us*/
.section-about-us-home {
	position: relative;
    padding-top: 40px;
    padding-bottom: 90px;
    background-color: rgba(54, 58, 64, 0.3);
	overflow: hidden;
}
.section-about-us-home:before {
	content: '';
	background-image: url("/images/upload/about.jpg");
	/*background-color: #0094d0;*/
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .2;
	top: 0px;
	filter: blur(8px);
  	-webkit-filter: blur(8px);
	background-size: cover;
}

.section-product-story {
	position: relative;
	margin-top: 40px;
	padding-top: 0px;
	background-color: rgba(54, 58, 64, 0.3);
	overflow: hidden;
}
.section-product-story:before {
	content: '';
	background-image: url("/images/upload/ProductStoryBackground.jpg");
	background-color: #0094d0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .6;
	filter: blur(8px);
	-webkit-filter: blur(8px);
	background-size: cover;
}

.home-about-us-content .our-principle:after {
	content: "";
    background-color: black;
    height: 10px;
    width: 200px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
.home-about-us-content .our-principle {
	position: relative;
	margin: 0px;
	color: white;
	font-weight: 800;
	font-size: 24px;
}
.home-about-us-content {
	color: white;
	font-size: 18px;
	font-family: 'Quicksand';
}

.readmore-aboutus {
	text-align: center;
	position: relative;
	top: 24px;
}

/*contact form*/
.home-contact-us {
	margin-top: -20px;
}

.home-contact-us .form-contact-home ::-webkit-input-placeholder {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #b3b3b3;
}

.home-contact-us .form-contact-home {
	max-width: 550px;
    margin: auto;
}
.home-contact-us .form-contact-home .btn-yellow {
	border-bottom: none;
} 
.home-contact-us .form-contact-home input:not(.btn-yellow), 
.home-contact-us .form-contact-home textarea {
	padding-left: 8px;
	border-bottom-width: 2px;
	border-color: #bbb;
} 
.home-contact-us .form-contact-home #message {
	background-color: rgba(54, 58, 64, 0.3);
}

.block-addr-home {
	max-width: 700px;
	margin: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #fff;
	background-color: rgba(162, 162, 162, 0.4);
	text-align: center;
	font-family: 'Quicksand';
	font-size: 18px;

}

.block-addr-home a {
	color: #fff
}

.page-section .section-title {
	padding: 0px;
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 36px;
}

/*wrapper category*/
.wrapper-category > div.item-category:not(.item-category-full-width) {
	width: 50%;
}

.wrapper-category {
	display: flex;
	flex-wrap: wrap;
}

.wrapper-category .item-category {
	position: relative;
	text-align: center;
	height: calc(50vw * 9 / 16);
}

.wrapper-category .item-category:before {
	content: "";
	position: absolute;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	border: 2px solid rgba(255, 255, 255, .7);
	margin: 12px;
}
.wrapper-category .item-category:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    left: 0px;
    top: 0px;
}

.wrapper-category .item-category .item-caption-title::first-letter {
	font-size: 36px; 
}
.wrapper-category .item-category .item-caption-title {
	display: block;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 24px;
}
.wrapper-category .item-category .item-category-caption {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 180px;
	z-index: 1;
}

.wrapper-category .item-category .button-see-more {
	margin-top: 30px;
	padding: 10px 37px 10px 37px;
	border: 2px solid #caa430;
	color: #caa430;
	font-weight: 600;
	border-radius: 20px;
	transition: all .3s ease 0s;
	display: inline-block;
}
.wrapper-category .item-category img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrapper-category .item-category .item-caption-title {
	font-size: 24px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 500px) {
	.section-blog-article .blog-title-w .tag-item {
		padding: 0px 5px;
	}
}
@media only screen and (max-width: 768px) {
	.wrapper-category {
		flex-direction: column;
	}
	.wrapper-category .item-category {
		height: calc(100vw * 9 / 16);
	}
	.wrapper-category .item-category .item-category-caption {
		height: 140px;
	}
	.wrapper-category .item-category .item-caption-title {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.wrapper-category .item-category .item-caption-title::first-letter {
		font-size: 36px;	
	}
	.section-blog-article  {
		padding-bottom: 40px;
	}
	/*about us*/
	.section-about-us-home {
		margin-top: 0;
	}
	.home-contact-us .container > .row { 
		margin: 0px;
	}
	.home-contact-us .container {
		padding: 0px;
	}

	.home-contact-us {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 500px) {
	.wrapper-blog-item-more .owl-controls {
		display: none !important;
	}
	.wrapper-blog-item-more .owl-wrapper {
		display: flex !important;
	    flex-flow: nowrap;
	    transform: none !important;
	    overflow: auto;
	    width: auto !important;
	}
	.wrapper-blog-item-more .owl-wrapper .owl-item:first-child .blog-item-home-more {
		padding-left: 10px;
	}
	.wrapper-blog-item-more .owl-wrapper .owl-item:last-child .blog-item-home-more {
		padding-right: 10px;
	}
	.wrapper-blog-item-more .owl-wrapper .blog-item-home-more {
		padding-left: 5px;
		padding-right: 5px;
	}
	.wrapper-blog-item-more .owl-wrapper .owl-item {
		width: 45vw !important;
		min-width: 45vw;
	}
}

@media only screen and (max-width: 1024px) {
	.section-blog-article .blog-item-home .blog-title-w {
	    height: 250px;
		flex: none;
	}
	
	.wrapper-category > div.item-category:not(.item-category-full-width) {
		width: 100%;
	}

	.wrapper-category .item-category {
	    height: calc(100vw * 9 / 16);
	}
	.port-grid.port-grid-gut {
		margin-left: 0px;
	}
	.list-album-wrapper .port-grid.port-grid-gut .port-item:nth-child(2n + 1) {
		padding-right: 5px;
	}
	.list-album-wrapper .port-grid.port-grid-gut .port-item:nth-child(2n + 2) {
		padding-left: 5px;
	}
	.list-album-wrapper .port-grid.port-grid-gut .port-item {
		width: 50%;
		margin: 0px;
		padding: 0 10px 10px 10px;
	}

	.section-blog-article .container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.blog-item-odd .blog-image-w {
		order: inherit;
	}
	.blog-image-w img {
		width: 100%;
	}
	.blog-item-home .blog-image-w {
		width: 100%;
	}
    .blog-item-home {
    	flex-direction: column;
    }

    .about-us-content .about-us-left {
    	margin-bottom: 30px;
    }

}

@media only screen and (min-width: 768px) {
	.wrapper-category .item-category-full-width.item-category {
		height: calc(50vw * 9 / 16);
		width: 100%;
	}
}

@media only screen and (min-width: 1025px) {

	

	.list-album-wrapper {
		padding-left: 15px;
    	padding-right: 15px;
	}
	.list-album-wrapper .port-grid.port-grid-gut .port-item {
	    width: calc(33.33% - 15px);
	    padding-bottom: 15px;
	    padding-left: 0px;
	    padding-right: 0px;
	    margin: 0px;
	}

	.list-album-wrapper .port-grid.port-grid-gut .port-item:nth-child(3n + 1) {
		margin-left: 15px;
	}

	.list-album-wrapper .port-grid.port-grid-gut .port-item:nth-child(3n + 2) {
		margin-right: 15px;
    	margin-left: 15px;
	}

	.about-us-content {
		display: flex;
	}
	.about-us-content .about-us-left img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.page-section.indent-header {
		padding-top: 40px;
	}

	.wrapper-category .item-category .item-caption-title::first-letter {
		font-size: 48px; 
	}
	.wrapper-category .item-category .item-caption-title {
		font-size: 36px;
	}

	.wrapper-blog-item-more {
		/*width: 1170px;*/
	}
	.wrapper-blog-item-more .owl-wrapper-outer {
		/*margin-left: -15px;*/
	}
}
.com-article-list.mode-list .article-item {
	margin-bottom: 30px;
}


.com-article-list .article-title {
	color: white;
    font-size: 18px;
    font-weight: 800;
    font-family: "Quicksand";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
		line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.com-article-list .tag-in-item {
    position: absolute;
    bottom: 0px;
    white-space: nowrap;
}
.com-article-list .tag-in-item .tag-item{
	padding: 0px 10px;
    margin-right: 3px;
}

.com-article-list .article-item .blog-image-w a:hover {
	opacity: .6;
}
.com-article-list .article-item .blog-title-w {
	padding: 20px;
    overflow: hidden;
    position: relative;
}
.com-article-list .article-item .time {
	font-size: 10px;
    margin-top: 5px;
    color: #6d6d6d;
}
.com-article-list .article-item .post-excerpt {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: 'Quicksand';
	color: #cccccc;
	font-size: 14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 5px;
}
.blog-list-scrollable {
    margin-top: 20px;
}
@media only screen and (max-width: 768px) {
	.com-article-list.mode-list .article-item {
		padding-left: 5px;
		padding-right: 5px;
	}
	.com-article-list .article-item .post-excerpt {
		font-size: 12px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 500px) {
	.com-article-list .owl-controls {
		display: none !important;
	}
	.com-article-list .owl-wrapper {
		display: flex !important;
	    flex-flow: nowrap;
	    transform: none !important;
	    overflow: auto;
	    width: auto !important;
	}
	.com-article-list .owl-wrapper .article-item {
		padding-left: 5px;
		padding-right: 5px;
	}
	.com-article-list .owl-wrapper .owl-item {
		width: 45vw !important;
		min-width: 45vw;
	}
}
.sale-schedule-wapper .container {
	max-width: 1340px;
	width: 1340px;
}
.btn-yellow-outline {
    border-radius: 50px;
    min-width: 160px;
    padding: 12px 16px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #d33833;
    color: #d33833;
    font-weight: 700;
    background-color: transparent;
}
.btn-yellow-outline:hover {
	background: #d33833;
	color: #fff !important;
}
.post-prev-title h3,.blog-items-wrapper .tag-item,.article-title,.footer-title-web,.copy-right {
	text-transform: uppercase;
}
.footer-right .icon a{
	color: #f1f1f1;
	font-size: 20px;
	margin-right: 5px;
}
.breadcrumbs {
    text-align: left;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px;
    background-color: rgba(54, 58, 64, 0.3);
}
.paging-com {
    clear: both;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.paging-com .page-prev, .paging-com .page-page, .paging-com .page-next {
    display: inline-block;
    padding: 0 16px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}
.paging-com .page-prev i, .paging-com .page-next i, .paging-com .page-first i, .paging-com.page-last i {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: -3px;
}
.paging-com .page-page.my-selected {
    top: -4px;
    text-align: center;
    padding-top: 3px;
    padding-left: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d33833;
    position: relative;
    text-decoration: none;
}
.product-detail .rating.rate-star {
	float: none;
}
.btn-order {
    background-color: #222;
    border-color: #222;
    color: #d33833;
    -webkit-font-smoothing: antialiased;
	display: block;
    width: 100%;
	background: transparent;
    border: 1px solid #d33833;
    margin: 0;
    outline: none;
    padding: 0;
    text-transform: uppercase;
    touch-action: manipulation;
}
.btn-order span {
	background-size: calc(200% + 60px) 100%;
	height: 60px;
    padding: 0 22px;
	font-weight: bold;
	align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: -1px;
    outline: none;
    position: relative;
	background-position: calc(-23px) 0;
    transition: background-position .25s ease,color .25s ease;
    background-image: linear-gradient(-45deg,#d33833 50%,transparent 0);
}
.btn-order:hover span {
	background-position: 100% 0;
    color: #fff;
}
.product-des .border-product {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px dashed #3c3c3c;
}
.product-des .product-icon .product-social {
    margin-top: 5px;
}
.product-social li {
    display: inline-block;
}
.product-des .product-icon .product-social li {
    padding-right: 10px;
}
.product-des .product-icon .product-social li a {
    color: #f2f2f2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #f2f2f2;
    line-height: 36px;
    text-align: center;
    border-radius: 55px;
}
.product-des .product-icon .product-social li a i {
    font-size: 18px;
}
.product-category-right-menu li a {
	padding: 8px 0;
	color: #ccc;
	display: block;
	border-bottom: 1px solid #333;
}
.product-category-right-menu li a.active {
	color: #d33833;
}
.product-category-right-menu li a:hover,.product-category-right-menu li a:focus {
	color: #fff;
}
.rating.star-5 i:nth-child(-n+5), .rating.star-5 i:last-child {
    color: #ffba00;
}
.product-title {
	color: #ccc;
}
.border-product .crumb.text-bold {
	color: #d33833;
}
.p_detail_img {
	border: 1px solid #292929;
}
.banner-blog-detail, .content-wrapper-template.page {
	background-image: url('/assets/img/bg-darker.jpg');
}
.blog-detail .content {
	font-family: Quicksand, san-serif;
}
#footer-com .footer-right {
	background: #d33833 !important;
	color: #f1f1f1;
}
.slick-slide img {
    width: 100%;
}
.btn-buy_now {
	background: #28a745;
	color: #fff;
	padding: 8px 20px;
	transition: all 0.2s linear;
}
.btn-buy_now:hover,.btn-buy_now:focus {
	color: #fff;
}
.category_content,.category_content p,.category_content h1, .category_content h2, .category_content h3, .category_content h4,.category_content h5 {
	color: #fff;
}
.blog-page .inner {
	padding: 30px 0;
}
.blog-thumb {
	background-size: cover;
	min-height: 300px;
}
.blog-page .title {
	margin: 0 0 5px 0;
	color: #d33833;
}
.blog-page .blog-date {
	margin: 0 0 15px 0;
	color: #6b6b6b;
}
.related_articles {
	border-top: 1px dashed #444;
}
.jumbotron {
	background-color: #1f1f1f;
    border: 1px solid #2d2d2d;
}
.cart_success .cart-form{
	min-height: 800px;
}
#home-page .sale-schedule-wapper.style2 {
	padding: 0;
	background: #ffffff12;
}
.logo_footer {
	max-width: 239px;
}
#home-page .sale-schedule-wapper.style2 .sale-items-wrapper {
	justify-content: center;
	padding: 0;
	margin-bottom: 30px;
}
#home-page .sale-schedule-wapper.style2 .sale-items-wrapper .sale-item.go-to-shop {
	margin: 0;
	width: 100%;
}
#home-page .sale-schedule-wapper.style2 .sale-items-wrapper .sale-item {
	height: 120px;
}
.artkey-product-price {
	color:#d33833;
	margin: 0 0 10px 0;
}
.ucm-item-home {
	display: flex;
}
.ucm-image-w {
}
.ucm-prev-img {
	padding-bottom: 15px;
}
.ucm-prev-title h3 {
	font-size: 36px;
}
.ucm-prev-title, .ucm-prev-title a{
	color: #fff;
}
.sale-right-bottom {
	margin: 10px 0;
}
.com-article-list.list-article-blog .article-item .blog-title-w {
	height: auto;
	padding-bottom: 20px;
	letter-spacing: 0.5px;
	text-transform: none;
}
.com-article-list.list-article-blog .article-title {
	/* min-height:58px; */
}
.post-excerpt p {
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.blog-page {
	padding-top: 30px;
	padding-bottom: 30px;
}
.btn-cp {
	border: 1px solid #f44336;
    border-radius: 0;
    color: #f44336;
	transition: all 0.2s linear;
}
.btn-cp:hover,.btn-cp:focus {
	background: #f44336;
	color: #fff;
}
.row-total-price {
	border-top: 1px dashed #ccc;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.event-end {
    background-color: #ffffff12;
}
.yith-wcbm-badge-custom {
    color: #d33833;
}
.cart-total {
	font-family: 'Quicksand';
}
.cart-total .inner > .row.product-row {
    padding-bottom: 15px;
}
.cart-total .inner > .row.product-row:nth-child(odd) {
    background: #eee;    
	padding: 10px 0px;
    margin-bottom: 10px;
}
.cart-total .name {
}
.btn-checkout {
	border-bottom: 1px dashed #d33833;
}
.row-action a{
    font-size: 18px;
    padding: 0 10px;
    font-weight: 600;
}
.grid-photos.row {
	margin-left: -5px;
	margin-right: -5px;
}
.grid-photos.row .photo-item{
	padding-left: 5px;
	padding-right: 5px;
}
.variant-col {
	float: left;
	padding-right: 15px;
	margin-bottom: 15px;
}
.variant-item {
	background-size: cover;
	background-position: center;
	border-radius: 100%;
	overflow: hidden;
	height: 80px;
	width:80px;
	margin-bottom: 3px;
	padding: 1px;
	/* border: 2px solid transparent; */
	background-color: #fff;
}
.variant-item.active,.variant-item:hover,.variant-item:focus {
	border: 2px solid #fff;
	cursor: pointer;
}
.variant-text {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
.page-aboutus .container{
	max-width: 1000px;
}
.about_us_logo {
    max-width: 216px;
    width: 100%;
}
.page-aboutus .intro h2 {
	font-size: 40px;
    line-height: 1.8;
    font-family: "goodtimes",san-serif;
}
.page-aboutus .container .inner {
	background: #fff;
	overflow: hidden;
	padding:30px;
}
.page-aboutus .content {
	padding: 30px 0;
}
.page-aboutus .intro {
	padding-left: 25px;
    border-left: 7px solid #d33833;
}
.paragraph {
	text-align: justify;
}
.paragraph p,p.paragraph {
    font-weight: 500;
    font-family: 'Quicksand';
    font-size: 18px;
    color: #333;
	line-height: 1.3;
}
.page-policy .paragraph p {
	font-size: 16px;
	margin: 0 0 6px;
}
.paragraph .heading {
	color: #d33833;
}
.paragraph .heading:after {
    content: "";
    display: block;
    border-bottom: 2px solid #d33833;
    width: 10%;
	margin-top: 10px;
}
.text_crp {
	color: #d33833;
}
.crp-sl {
	padding: 15px 0;
}
.text-white {color: #fff;}
.page-policy .sub-title {
	font-weight: 600;
	font-size: 22px;
	color: #d33833;
	display: inline-block;
	padding-left: 8px;
}
.top-block {
	/* margin-bottom: 10px; */
}
.top-block img {
	max-width: 68px;
}
.paragraph h4 {
	margin: 25px 0 10px;
}
.cursor-soldout {
	cursor: not-allowed !important;
}
.product-title-detail-page:after {
	content: '';
    width: 99px;
    border-top: 1px solid #d33833;
    display: block;
    margin: 10px 0 0;
}
.modal-content .close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    opacity: 1;
    border-radius: 999px;
    z-index: 2;
    width: 38px;
    height: 38px;
}
.cp-clock-countdown .clock-col {
	width: 80px;
	min-height: 90px;
	text-align: center;
	overflow: hidden;
	font-size: 18px;
	font-family: 'Orbitron', sans-serif;
}
.cp-clock-countdown .clock-col > span {
	display: block;
	font-weight: 500;
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
}
.cp-clock-countdown .clock-col .no {
    width: 75px;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #a65617;
    margin: 0 5px 5px 0;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
}
.cp-clock-countdown #days .no {
	color: #db4844;
}
.cp-clock-countdown #hours .no {
	color: #f07c22;
}
.cp-clock-countdown #minutes .no {
	color: #f6da74;
}
.cp-clock-countdown #seconds .no {
	color: #abcd58;
}
.form-raffle form p {
	font-family: Quicksand;
}
.form-raffle .heading {
	color: #f1f1f1;
	text-transform: uppercase;
}
.form-raffle .modal-content {
	background-color: #272727;
}
.form-raffle .form-control {
	background-color: #0003;
    border: 1px solid #ced4da00;
	color: #fff;
}
.form-raffle .form-control:focus {
	background-color: #000;
}
.page-item.active,.page-link {
	border: 1px solid #dee2e6;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
	padding: 0;
	border-radius: 50%;
	margin: 0 3px;
}
.page-item.active,.page-item:hover .page-link,
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background: #d33833;
	color: #fff;
	border-color: #d33833;
}
.form-order .form-group.raffle_variant {
	border-top: 1px dashed #444444;
    padding-top: 5px;
	margin-bottom: 0;
    color: #fff;
}
.raffle_variant .variant-item:hover, .variant-item.active{
	/* border: 2px solid transparent; */
}


.radio {

}
.radio__input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}
.radio__label {
  display: block;
  cursor: pointer;
}
.radio__label:before {
  content: "";
  position: absolute;
  top: 36%;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 14px;
  z-index: 1;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio__label:after {
  content: "";
  position: absolute;
  top: 41%;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #d33833;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio__input:checked + .radio__label:before {
  border-color: #d33833;
}
.radio__input:checked + .radio__label:after {
  transform: scale(1, 1);
}
.loading_spinner {
	margin: 5px 0;
	text-align: center;
	display: none;
}
.success_code {
	display: none;
}
#err_msg {
	font-weight: bold;
}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}

.cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector input:checked +.drinkcard-cc{
	border: 2px solid #fff;
}
.drinkcard-cc{
	cursor: pointer;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100px;
    padding-top: 90%;
	border-radius: 5px;
	border: 2px solid transparent;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
}
.drinkcard-cc:hover{
    border: 2px solid #ccc;
}

/* Extras */
.form-order .form-check-inline {
	margin: 3px 0;
}
.form-raffle .cc-selector p {
	line-height: 1;
	margin: 0 0 5px 0;
}
.btn-validate {
	padding: 6px 10px;
	color:#fff;
	background: #d33833;
	border: 1px solid #ced4da00;
	line-height: 1.5;
	font-size: 14px;
	margin-top: 1px;
	border-radius: 0;
}
.hide {
	display: none;
}
.page-success .inner-box {
	max-width: 500px;
	margin: 30px auto;
}
.page-success .divider {
	width: 100%;
	max-width: 450px;
	margin: 15px auto;
	border-top: 1px solid #383838;
}