/*if mobile*/
@media (max-width: 992px) {
	.stratched-image {
		width:100%;
		border-radius:5px;
	}
}
/*if PC*/
@media (min-width: 992px) {
	.stratched-image {
		width:50%;
		border-radius:5px;
	}
}

.note
{
     background-color: #fdf1cb;
     border-left: solid 4px #e9a631;
     line-height: 18px;
     mc-auto-number-format: '{b}Note: {/b}';
     overflow: hidden;
     padding: 12px;
}




table {
	border-collapse: collapse;
	width: 100%;
}


th, td {
  /*border: 1px solid #ddd;*/
  /*border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;*/
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2;}

tr:hover {background-color: #ddd;}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #008069;
  color: white;
}


.reset-white-tr tr:nth-child {background-color: #fff;}
.reset-white-tr tr:hover {background-color: #fff;}
.reset-white-tr tr {background-color: #fff;}
.reset-white-tr th,td {padding-left: 0; padding-right:0;}

.reset-green-tr tr:nth-child {background-color: #edf6f5;}
.reset-green-tr tr:hover {background-color: #edf6f5;}

.reset-yellow-tr tr:nth-child {background-color: #fefbf1;}
.reset-yellow-tr tr:hover {background-color: #fefbf1;}



.accordion-menu {
	/*display: inline-block;*/
    position: relative;
	left: 49%;
	/*margin: 150px 0;*/
	transform: translate(-50%, 0);
	/*max-width: 300px;*/
    padding: 10px 1px 1px 10px;
	/*border-radius: 5px;*/
}
.h2-accordion {
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	/*letter-spacing: 1px;*/
	display: block;
	margin: 0;
    cursor: pointer;
    color: #138b7f;
}
.p-accordion {
	/*color: rgba(48, 69, 92, 0.8);
	font-size: 15px;*/
	line-height: 26px;
	/*letter-spacing: 1px;*/
	position: relative;
	overflow: hidden;
	max-height: 800px;
	opacity: 1;
	transform: translate(0, 0);
	margin-top: 14px;
	z-index: 2;
}
.ul-accordion {
	list-style: none;
	perspective: 900;
	padding: 0 5px 5px;
    margin: 0;
    background-color: #fff;
	/*border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 
	0 2px 2px 0 rgba(255, 255, 255, 0.19);*/
}
.ul-accordion li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 18px;
    border-top: 1px dotted #dce7eb;
}

.ul-accordion li:nth-child(1){ border:none; }
.ul-accordion li:nth-of-type(1) { animation-delay: 0.5s; }
.ul-accordion li:nth-of-type(2) { animation-delay: 0.75s; }
.ul-accordion li:nth-of-type(3) { animation-delay: 1.0s; }
.ul-accordion li:last-of-type { padding-bottom: 0; }

.ul-accordion li .arrow {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 16px;
	right: 0;
}
.ul-accordion li .fas{
	color:#10796d;
	font-size: 15px;
	margin-right: 10px;
}
.ul-accordion li .arrow:before, .ul-accordion li .arrow:after {
	content: "";
	position: absolute;
	background-color: #10796d;
	width: 3px;
	height: 9px;
}
.ul-accordion li .arrow:before {
	transform: translate(-2px, 0) rotate(45deg);
}
.ul-accordion li .arrow:after {
	transform: translate(2px, 0) rotate(-45deg);
}
.ul-accordion li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
    z-index: 1;    
    opacity: 0;
}
.ul-accordion li input[type=checkbox]:checked ~ p {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}
.ul-accordion li input[type=checkbox]:checked ~ .arrow:before {
	transform: translate(2px, 0) rotate(45deg);
}
.ul-accordion li input[type=checkbox]:checked ~ .arrow:after {
	transform: translate(-2px, 0) rotate(-45deg);
}
.transition, p, .ul-accordion li .arrow:before, .ul-accordion li .arrow:after {
	transition: all 0.25s ease-in-out;
}

.flipIn, h1, .ul-accordion li {
	animation: flipdown 0.5s ease both;
}
.no-select, h2 {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	user-select: none;
}
@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}

	5% { opacity: 1; }

	80% { transform: rotateX(8deg); }

	83% { transform: rotateX(6deg); }

	92% { transform: rotateX(-3deg); }

	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}







.btn-menu,
.btn-menu-top {
	background: #008069;
	color:#fff;
}
.btn-primary,
.chm-btn-primary {
	color:#ffffff;
	background-color: #008069;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:disabled,
.btn-primary:active,
.btn-primary:active:focus,
.chm-btn-primary:focus,
.chm-btn-primary:hover,
.chm-btn-primary:hover {
	background-color: #10796d;
	color:#ffffff;
}
.chm-btn-white:focus,
.chm-btn-white:hover,
.chm-btn-white:hover {
	color: #10796d;
}
.fixed-goods-menu .viewed-quantity,
.btn-mob-cart .cart-total,
#cart .cart-total,
.wishlist-quantity,
.compare-quantity {
	background: #e9a631;
}
.swiper .swiper-fp-prod-pagination .swiper-pagination-bullet-active,
.megasliderpro .swiper-ms-pagination .swiper-pagination-bullet-active{
	background: #008069 !important;
}
.box-menu-top .icon-menu,
.box-menu-top .icon-menu-line,
.box-menu-top .icon-arrow,
.btn-menu-top.vh1-bl, .btn-menu-top.vh2, .btn-menu-top {
	color:#fff;
}
.mobm-list-item .mm-icon-catalog {
	background: #008069;
}
.icon-menu-line {
	color:#fff;
}
.mob-fix-panel .btn-go-home.active-bg .text-a-icon{
	color:#008069;
}
.mob-fix-panel .btn-go-home.active-bg {
	background: #008069;
}
.mob-fix-panel .btn-go-home.active-bg svg {
	color:#008069;
}
#menu-vertical.open-mob .btn-menu, #menu-vertical.open .btn-menu, .btn-menu:hover, .btn-menu:active, .btn-menu.active, .btn-menu.disabled,
 .btn-menu-top:hover,
 .btn-menu-top:focus {
	background-color: #10796d;
}
.ms-price .ms-price-cont {
	background: #e9a631;
}
.ms-price .ms-price-from,
.ms-price .ms-price-text {
	color:#fff;
}
.product-thumb .btn-general{
	background-color: #F7F8FB;
}
.btn-general {
	color:#000;
}
#product-options.product-thumb .btn-general,
.kit-cart .btn-general,
.add-to-cart-footer .btn-general,
#popup-quickview .cart .btn-general,
#product .cart .btn-general{
	background-color: #008069;
	color:#fff;
}
#product-options.product-thumb .btn-general .icon-cart-add,
.add-to-cart-footer .btn-general .icon-cart-add,
#popup-quickview .cart .btn-general .icon-cart-add,
#product .cart .btn-general .icon-cart-add{
	background: #fff;
}
.product-thumb:hover .cart .btn-general {
	background-color: #008069;
	color:#fff;
}

.btn-general:focus,
.btn-general:hover,
.btn-general:active{
	color:#fff;
	background-color: #10796d !important;
}

.btn-general:focus .icon-cart-add,
.btn-general:hover .icon-cart-add,
.btn-general:active .icon-cart-add,
.product-thumb:hover .cart .btn-general .icon-cart-add{
	background: #fff;
}


.footer-ribbon {
	background-color: #008069;
}
.footer-ribbon-box::after {
	background-color: #10796d;
}

footer .btn-newsletter {
    background-color: #008069;
}
footer .btn-newsletter:hover, footer .btn-newsletter:active, footer .btn-newsletter:focus {
    background-color: #10796d;
    border:0px;
    color:#ffffff;
}