html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
	color: #3b3939;
}

a img {
	border: none;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align: middle;
}

:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
	opacity: 0.8;
}

::-webkit-input-placeholder {
	color: #5d5a5a;
}

::-moz-placeholder {
	color: #5d5a5a;
}


/* Firefox 19+ */

:-moz-placeholder {
	color: #5d5a5a;
}


/* Firefox 18- */

:-ms-input-placeholder {
	color: #5d5a5a;
}

body {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	color: #3b3939;
	font-size: 14px;
	font-family: Montserrat, sans-serif;
}

.wrapper {
	height: auto;
	min-height: 100%;
}

.bg {
	height: 200px;
	margin-top: 100px;
}

footer {
	width: 100%;
	height: 200px;
	margin: -200px 0px 0px 0px;
	background: #ffffff;
	z-index: 101;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-top: 1px solid #999999;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1360px;
	}
}

@media screen and (min-width: 426px) { 
	#toggle {
    	display: none;
	}
} 
 
@media screen and (max-width: 425px) { 
	#popout {
		position: fixed;
		height: 100%;
		width: 250px;
		background: rgba(26, 26, 26, .9);
		color: white;
		top: 0;
		left: -250px;
		overflow: auto;
		z-index: 1000;
	}
	
	#toggle {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 34px;
		right: 6%;
	}
	
	#toggle img {
		width: 80%;
	}
}

.top .logotip {
	width: auto;
	display: inline-flex;
}

.top .logotip div {
	margin-left: 35px;
}

.top .logotip h1 {
	color: #3b3939;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.top .logotip h2 {
	color: #55a2aa;
	font-size: 16px;
	font-weight: 400;
}

.top .logotip a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.top .logotip a img {
	width: 120px;
}

.top .time {
	width: auto;
	background-image: url(https://static.tildacdn.com/tild3564-3335-4237-b162-646237353461/clockk.png);
	background-size: 36px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 37px;
}

.top .time p {
	padding-left: 50px;	
	font-size: 16px;
	font-weight: 300;
}

.top .tel {
	background-image: url(https://www.pngkey.com/png/full/479-4799782_png-file-telephone-icon-png.png);
	background-size: 25px;
	background-position: left center;
	padding-left: 37px;
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 6px;
}

.top .mail {
	background-image: url(http://cdn.onlinewebfonts.com/svg/img_118815.png);
	background-size: 23px;
	background-position: 2px center;
	padding-left: 37px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: 300;
}

.top .tel a,
.top .mail a {
	color: #3b3939;
}

.top .mail a {
	font-size: 14px
}

.top {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	height: 120px;
	margin-top: 20px;
}

nav ul {
	display: flex;
	margin: 36px 0px 0px 0px;
	justify-content: space-between;
	width: 100%;
}

nav ul li {
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 30px;
	height: 28px;
	width: 14.2%;
}

nav ul li.current-menu-item a {
	border-bottom: 2px solid #6acbd4;
}

nav ul li a {
	font-size: 18px;
	color: #3b3939;
}

nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: #878787;
	right: 0
}

nav ul li:last-child:after {
	content: none;
}

.page-title,
.title-side {
	overflow: hidden;
	text-align: left;
	width: 100%;
	margin: 30px 0px;
	font-weight: 300;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
}

.home .page-title,
.home .title-side {
	margin: 70px 0px;
}

.page-title:after,
.title-side:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	position: relative;
	border-bottom: 1px solid #999999;
	margin-right: -100%;
	right: -2%;
	top: 50%;
}

.products {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	max-width: none;
	width: 100%;
	padding: 0px 25px;
}

.products .product {
	padding: 25px 0px 0px 0px;
	position: relative;
	margin: 0px;
	margin-bottom: 40px;
	width: 25%;
	border-left: 1px solid #999999;
}

.products .product:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0px;
	right: -1px;
	background: #999999;
}

.products .product:before {
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% + 50px);
	top: 25px;
	left: -25px;
	background: #999999;
}

.products .product .product-inner {
	border-top: 1px solid #999999;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.products .product .woocommerce-LoopProduct-link {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.woocommerce-loop-product__title {
    border-top: 1px solid #999999;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 30px 5px 30px;
    margin: 0;
    color: #312f2f;
    font-weight: 400;
    position: relative;
}

.products .product .woocommerce-loop-product__title:before {
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% + 50px);
	top: -1px;
	left: -25px;
	background: #999999;
}

.products .product .image_product {
	padding: 0px 16px 0px 16px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.products .product .image_product img {
	display: inline-flex;
	max-width: 100%;
	max-height: 90%;
}

.products .product .buttons {
	padding: 8px 16px 5px 16px;
}

.products .product .buttons .price_b {
	display: flex;
	align-items: center;
	justify-content: center;
}

.products .product .buttons .price_b p {
	font-weight: 500;
	margin: 0px 10px 0px 0px;
	font-size: 14px;
	color: #595551;
}

.products .product .buttons .big_but {
	display: flex;
	justify-content: space-between;
	margin-top: 11px;
}

.products .product .buttons .big_but div {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 47% 
}

.products .product .knopka button {
	color: #c82150;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: 400;
	background: none;
	border: none;
	font-family: Montserrat, sans-serif;
	transition: 0.3s linear;
}

.products .product .knopka .woocommerce-Price-amount {
	color: #c82150;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: 400;
	background: none;
	border: none;
	font-family: Montserrat, sans-serif;
	transition: 0.3s linear;
}

.products .product .knopka2 {
	background: #c82150;
	text-align: center;
	border-radius: 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	border: 1px solid #c82150;
	height: 52px;
	transition: 0.3s linear;
}

.products .product .knopka2 button {
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	width: 100%;
	height: 52px;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	font-family: Montserrat, sans-serif;
	transition: 0.3s linear;
}

.products .product .knopka2:hover {
	background: #ffffff;
	border: 1px solid #c82150;
}

.products .product .knopka2:hover button {
	color: #c82150;
}

.products .product .knopka3 {
	background: #ffffff;
	text-align: center;
	border-radius: 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	border: 1px solid #6acbd4;
	height: 52px;
	transition: 0.3s linear;
}

.products .product .knopka3 a {
	color: #6acbd4;
	display: inline-flex;
	font-size: 14px;
	width: 100%;
	height: 52px;
	align-items: center;
	justify-content: center;
	transition: 0.3s linear;
}

.products .product .knopka3:hover {
	background: #6acbd4;	
}

.products .product .knopka3:hover a {
	color: #ffffff !important;
}

footer .container {
	display: flex;
	padding: 35px 0px 35px 0px;
	justify-content: space-between;
	align-items: center;
	height: 160px;
}

footer .container .logo {
	display: inline-flex;
	width: 20%;
}

footer .container .logo a {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 100%;
}

footer .container .logo a img {
	display: inline-flex;
	max-width: 70%;
}

footer .container .block {
	width: 25%
}

footer .container p a,
footer .container p,
footer .container li a {
	color: ##3b3939;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.6;
}

footer .container li.current-menu-item a {
	border-bottom: 2px solid #6acbd4;
}

footer .content {
	height: 40px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	color: #bbb8b8;
	font-size: 12px;
	background: #3b3939;
}

.single-product .product_details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.single-product .product_details .woocommerce-product-gallery.images {
	display: inline-flex;
	width: 25%;
	opacity: 1 !important;
	padding: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	position: relative;
}

.single-product .product_details .linii {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0px 25px;
	position: relative;
}

.single-product .product_details .woocommerce-product-gallery.images:before {
	content: "";
	position: absolute;
	height: 25px;
	width: 1px;
	left: -1px;
	top: -25px;
	background: #999999;
}

.single-product .product_details .woocommerce-product-gallery.images:after {
	content: "";
	position: absolute;
	height: 25px;
	width: 1px;
	left: -1px;
	bottom: -25px;
	background: #999999;
}

.single-product .product_details .summary.entry-summary {
	display: inline-flex;
	flex-direction: column;
	width: 46%;
	padding: 25px;
}

.single-product .product_title {
	color: #5f5a5a;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 39px;
}

.single-product .product_details .price,
.single-product .product_details .product_meta,
.single-product .product_details .cart {
	display: none;
}

.single-product .woocommerce-product-details__short-description p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

.single-product .price_b {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 20px;
}

.single-product .price_b p {
	font-weight: 500;
	margin: 0px 10px 0px 0px;
	font-size: 14px;
	color: #595551;
}

.single-product .price_b .woocommerce-Price-amount {
	color: #c82150;
	font-size: 20px;
	text-transform: lowercase;
	font-weight: 500;
	background: none;
	border: none;
	font-family: Montserrat, sans-serif;
	transition: 0.3s linear;
}

.single-product .woocommerce-tabs {
	margin-top: 60px;
}

.single-product .woocommerce-tabs p  {
	font-weight: 400;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.6;
}

.single-product .woocommerce-tabs li  {
	font-weight: 400;
	font-size: 14px;
	line-height: 2;
}

.single-product .woocommerce-tabs h3,
.single-product .woocommerce-tabs h2 {
	display: inline-flex;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	font-weight: 600;
}

.single-product .woocommerce-tabs li {
	font-weight: 400;
	list-style-type: disc;
	position: relative;
}

.single-product .woocommerce-tabs ul {
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}

.single-product .product_details .woocommerce-product-gallery figure {
	width: 100%;
}

.single-product .product_details .woocommerce-product-gallery figure {
	width: 100%;
}

.single-product .slider-nav {
	margin-top: 6px;
}

.single-product .slider-nav .slick-slide {
	border: 1px solid #e5e5e5 !important;
	opacity: 1 !important;
	border-radius: 3px;
	height: 70px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	float: none;
	overflow: hidden;
	margin: 0px 3px;
	cursor: pointer;
	opacity: 0.8;
	position: relative;
	padding: 5px;
}

.single-product .slick-track {
    display: flex !important;
    align-items: center;
    margin: 0;
}

.slider-nav .slick-track div img {
	width: auto !important;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.single-product .slider-for {
	opacity: 1 !important;
	border-radius: 3px;
	overflow: hidden;
	height: 300px;
	display: flex;
	padding: 10px;
	align-items: center;
	justify-content: center;
}

.single-product .slider-for img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.single-product .slider-for .slick-slide {
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
}

.single-product .slider-for .slick-slide a {
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.single-product .woocommerce-breadcrumb {
    margin: 60px 0px 45px 0px;
}

.woocommerce-breadcrumb {
	font-size: 12px;
	padding: 0 0px;
	display: inline-block;
	color: #6acbd4;
	line-height: 30px;
	margin: 60px 0px 0px 0px;
}

.woocommerce-breadcrumb a {
	color: #7d7d7d;
}

.single-product .rightblocks {
	width: 29%;
	padding: 10px 25px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	position: relative;
}

.single-product .product_details .rightblocks:before {
	content: "";
	position: absolute;
	height: 25px;
	width: 1px;
	left: -1px;
	top: -25px;
	background: #999999;
}

.single-product .product_details .rightblocks:after {
	content: "";
	position: absolute;
	height: 25px;
	width: 1px;
	left: -1px;
	bottom: -25px;
	background: #999999;
}

.single-product .product_details .linii:before {
	content: "";
	position: absolute;
	height: 25px;
	width: 1px;
	right: 25px;
	top: -25px;
	background: #999999;
}

.single-product .product_details .linii:after {
	content: "";
	position: absolute;
	height: 25px;
	width: 1px;
	right: 25px;
	bottom: -25px;
	background: #999999;
}

.single-product .related.products {
	display: none;
}

.single-product .right_block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 15px;
}

.single-product .right_block span {
	display: inline-flex;
	width: 82%;
	padding-left: 3%;
	font-size: 14px;
	font-weight: 300;
	color: #3b3939;
}

.single-product .right_block i {
	width: 52px;
	height: 50px;
}

.right_block:nth-of-type(1) i {
	background: url(images/ico1.jpg) no-repeat;
	background-size: 100%;
}

.single-product .right_block:nth-of-type(2) i {
	background: url(images/ico2.jpg) no-repeat;
	background-size: 100%;
}

.single-product .right_block:nth-of-type(3) i {
	background: url(images/ico3.jpg) no-repeat;
	background-size: 100%;
}

.single-product .right_block:nth-of-type(4) i {
	background: url(images/ico4.jpg) no-repeat;
	background-size: 100%;
}

.single-product .buttons {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.single-product .buttons button {
	border-radius: 8px;
	background-color: #c82150;
	width: 90%;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 10px;
	border: none;
	transition: 0.3s linear;
}

.single-product .buttons button:hover {
	background-color: #6acbd4;
}

.page-template-default .image {
	display: flex;
	width: 100%;
}

.page-template-default .image img {
	width: 100%
}

.page-template-default article p {
    margin: 30px 0px;
    color: #000000;
    line-height: 36px;
    font-size: 14px
}

h2.about {
	color: #000000;
	margin: 45px 0px 25px 0px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.rewards {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.rewards .reward {
	width: 30%;
	margin: 0 auto;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.rewards .reward .rew_img {
	width: 298px;
	height: 185px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.rewards .reward .rew_text {
	display: inline-flex;
	width: 298px;
	height: 80px;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	color: #000000;
	font-size: 14px;
	line-height: 1.8;
}

.page-template-default .text-vn h3 {
	color: #3b3939;
	font-weight: 300;
	font-size: 16.5px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.delivery {
	padding: 20px 25px;
	position: relative;
	display: flex;
	z-index: 3;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 60px;
}

.delivery * {
	position: relative;
	z-index: 2;
}

.delivery:after {
	position: absolute;
	content: " ";
	height: 50px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 0;
}

.delivery:before {
	position: absolute;
	content: " ";
	height: 50px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	right: 0;
	width: 100%;
	bottom: 0;
	z-index: 0;
}

.delivery .dil {
    display: inline-flex;
    flex-direction: column;
    width: 28%;
}

.delivery .dil .dil_img {
	width: 100%;
	height: 182px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.delivery .dil .dil_img img {
	max-width: 100%;
	max-height: 100%;
}

.delivery.social .dil .dil_img {
	height: 120px;
	margin-top: 20px;
}

.delivery .dil .dil_text,
.delivery .dil .dil_text a {
	font-size: 13px;
	color: #5d5a5a;
	text-align: center;
	margin-top: 15px;
}

.delivery1 .dil .dil_img {
	height: auto;
	width: 120px;
	margin: 0px 20px;
}

.delivery .dil_about {
	display: inline-flex;
	flex-direction: column;
	width: 15%;
	text-align: center;
}

.delivery .dil_about .dil_text {
	color: #3b3939;
	font-size: 12px;
	margin-top: 11px;
}


.delivery .dil_about .dil_img {
	width: 100%;
	height: 75px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.delivery .dil_about img {height: 75px;}
.delivery .dil_about:nth-of-type(5) img {height: 47px;}
.delivery .dil_about:nth-of-type(6) img {height: 51px;}

.delivery1 {
	min-height: 200px;
	align-items: center;
}

.delivery1 .dil .dil_img img {
	max-width: 100%;
}

.delivery1 .dil:first-child {
	width: 60%;
	flex-direction: row;
	align-items: center;
}

.delivery1 .dil .new {
	width: auto;
	padding-left: 15px;
}

.dil_text_new1 {
	color: #3b3939;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}

.dil_text_new2 {
	color: #55a2aa;
	font-size: 16px;
	font-weight: 400;
}

.delivery1 .dil {
	width: 38%;
}

.delivery1 .dil:last-child .dil_text {
	text-align: left;
	line-height: 30px;
	font-size: 17px;
	color: #5d5a5a
}

.delivery .callme_form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0px 50px;
}

.delivery .callme_form > div {
	display: inline-flex;
	flex-direction: column;
	width: 48%
}

.delivery .callme_form .left_form {
	align-items: center;
}

.delivery .callme_form .left_form p {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #5d5a5a;
}

.delivery .callme_form .left_form label {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.delivery .callme_form .left_form label input {
	margin-right: 10px
}

.delivery .callme_form .right_form p {
	display: flex;
	flex-direction: column;
	width: 80%;
	margin: 0;
	line-height: normal;
}

.delivery .callme_form .right_form p input[type="text"] {
	border: 1px solid #c8ccd5;
	height: 42px;
	width: 100%;
	margin-bottom: 20px;
	text-indent: 10px;
	font-size: 14px;
	font-family: montserrat;
	color: #5d5a5a;
	border-radius: 4px;
}

.delivery .callme_form .right_form p input[type="submit"] {
	border: none;
	height: 42px;
	width: 100%;
	margin-bottom: 20px;
	text-indent: 10px;
	font-size: 16px;
	font-family: montserrat;
	color: #ffffff;
	border-radius: 4px;
	background: #c82150;
	cursor: pointer;
	transition: 0.3s linear;
}

.delivery .callme_form .right_form p input[type="submit"]:hover {
	background: #6acbd4;
}

@media all and (max-width: 425px) {
	.top {
		/* flex-direction: column; */
		height: auto;
		justify-content: center;
		flex-wrap: wrap;
	}

	.top .logotip {
		width: 40%;
		margin: 37px 0px 10px 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.top .time,
	.top .kontop {
		width: 100%;
		margin: 10px 0px;
		display: flex;
		flex-direction: column;
		/* align-items: center; */
		justify-content: center;
		background-size: 30px;
	}

	.top .time p {
		font-size: 12px
	}

	.top .tel,
	.top .mail {
		font-size: 12px;
		padding-left: 50px;
		background-size: 21px;
		margin: 3px 0px 0px 0px;
	}

	.products .product {
		width: 100%
	}

	.products .product .buttons .big_but div {
		width: 100%;
		height: 40px;
		margin-bottom: 10px
	}

	.products .product .buttons .big_but {
		flex-direction: column;
	}

	footer .container {
		flex-direction: column;
		height: auto;
	}

	footer {
		height: auto;
		margin: 0;
	}

	.bg {
		height: 0
	}

	footer .container .logo {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .container .logo a img {
		max-width: 60%;
	}

	footer .container .block {
		width: 100%;
		padding: 0px 35px;
		margin: 10px 0px;
		text-align: center;
	}

	footer .container p a,
	footer .container p,
	footer .container li a {
		color: #1c008a;
		font-weight: 500;
		font-size: 12px;
		line-height: 1.6;
	}

	nav ul {
		flex-direction: column;
		padding: 20px;
	}
	
	nav ul li { 
		border-bottom: 1px solid #dfdfdf; 
		padding: 20px;
		width: 100%;
		justify-content: center;
		height: 68px;
		display: inline-flex;
		align-items: center;
		width: 100%;
	}
	
	nav ul li a { 
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		text-transform: uppercase;
		border-bottom: none !important
	}

	nav ul li:after {
		content: none;
	}

	.page-template-default article p {
		line-height: 1.4;
	}

	.woocommerce-breadcrumb,
	.single-product .woocommerce-breadcrumb {
		margin-top: 20px;
		line-height: 1.5
	}

	.rewards .reward {
		width: 100%;
	}

	.rewards .reward .rew_img {
		width: 100%;
		height: auto;
	}
	
	.delivery {
	    flex-wrap: wrap;
	}

	.delivery .dil {
		width: 49%;
		margin-top: 15px;
	}

	.delivery.full .dil {
		width: 100%
	}

	.delivery.delivery1 .dil {
		width: 100%
	}

	.delivery1 .dil:first-child {
		width: 100%;		
	}

	.delivery.delivery1 .dil .dil_img {
		margin-bottom: 10px;
		width: 100%;
		height: auto;
	}

	.delivery1 .dil:last-child .dil_text {
		font-size: 13px;
		text-align: center;
	}

	.delivery .dil .dil_img {
		width: 50%;
		height: 100px;
		margin: 0 auto;
	}

	.page-template-default .text-vn h3 {
		font-size: 18px
	}

	.delivery .callme_form {
		padding: 0;
		flex-direction: column;
	}

	.delivery .callme_form > div {
		width: 100%
	}

	.delivery .callme_form .right_form p {
		width: 100%
	}

	.products .product .image_product {
		height: 250px
	}

	.home .page-title, .home .title-side {
		margin: 35px 0px;
	}

	.single-product .product_details .woocommerce-product-gallery.images {
		width: 100%;
		border-bottom: 1px solid #999999;
	}

	.single-product .product_details .linii {
		flex-direction: column;
	}

	.single-product .product_details .summary.entry-summary {
		width: 100%;
		padding: 0;
		margin-top: 30px
	}

	.single-product .slider-for,
	.single-product .slider-for .slick-slide {
		height: 200px
	}

	.single-product .product_title {
		padding-left: 0;
		margin: -20px 0px 50px 0px;
		text-align: center;
	}

	.single-product .rightblocks {
		width: 100%;
		margin-top: 10px;
		border-top: 1px solid #999999;
	}

	.single-product .product_details .rightblocks:before,
	.single-product .product_details .woocommerce-product-gallery.images:after {
		content: none;
	}
}

.single-product .woocommerce-product-details__short-description li {
	font-weight: 400;
	list-style-type: disc;
	position: relative;
}

.single-product .woocommerce-product-details__short-description ul {
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}