@font-face{
    font-family:'MountainBridgeRegular';
    src:url(/catalog/view/theme/default/stylesheet/fonts/MountainBridgeRegular.ttf);
    }
@font-face{
	font-family:'Zawgyi-One';
	font-style:normal;
	font-weight:normal;
	src:url('/catalog/view/theme/default/stylesheet/fonts/ZawgyiOne.eot');
	src:url('/catalog/view/theme/default/stylesheet/fonts/ZawgyiOne.eot?iefix') format('embedded-opentype'),
		url('/catalog/view/theme/default/stylesheet/fonts/ZawgyiOne.woff') format('woff'),
		url('/catalog/view/theme/default/stylesheet/fonts/ZawgyiOne.ttf') format('truetype'),
		url('/catalog/view/theme/default/stylesheet/fonts/ZawgyiOne.svg#webfontregular') format('svg');
}
@font-face{
	font-family:'Pyidaungsu';
	font-style:normal;
	font-weight:normal;
	src:url('/catalog/view/theme/default/stylesheet/fonts/Pyidaungsu.eot');
	src:url('/catalog/view/theme/default/stylesheet/fonts/Pyidaungsu.eot?iefix') format('embedded-opentype'),
		url('/catalog/view/theme/default/stylesheet/fonts/Pyidaungsu.woff') format('woff'),
		url('/catalog/view/theme/default/stylesheet/fonts/Pyidaungsu.ttf') format('truetype'),
		url('/catalog/view/theme/default/stylesheet/fonts/Pyidaungsu.svg#webfontregular') format('svg');
}
/*body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}*/
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #000 !important;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
}
.stockIn.Stock {
	margin-top: 15px;
    color: green !important;
    display: none !important;
}
.buttonOut.Of.Stock{
	pointer-events: none !important;
	opacity: 0.5 !important;
}
/*.buttonOut.Of.Stock:disabled{
	  opacity: 0.5 !important;
}*/
.stockOut.Of.Stock {
	margin-top: 25px;
    color: red !important;
}
.stockOut.Of.Stock span{
	font-size: 13px !important;
    padding: 5px 10px;
    background-color: #fb192929;
    border-radius: 15px;
    border: 1px solid red;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
/*#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}*/
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */

#menu {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    min-height: 40px;
    margin-bottom: 0;
    margin-top: 20px;
}
#menu .nav > li > a {
    color: #333;
    background-color: transparent;
    font-size: 17px;
    font-family: 'Lato';
    margin-left: 26px;
}
#menu li#Blog {
    display: none;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: transparent;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	left: 30%;
	border: 1px solid rgb(232 224 224 / 15%)
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 16px;
    font-family: 'Lato';
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
/*footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}*/
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumbs {
    border: transparent;
    background: transparent;
    width: 100%;
}
.myBread {
    background: url(/catalog/view/theme/default/image/product-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
/*.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}*/
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/*overflow: auto;*/
    margin-top: 21px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
span.wish-text {
    display: none;
}
button.wishlist-btn {
    border-color: transparent;
    background: transparent;
    position: absolute;
    right: 17px;
    z-index: 999;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 116px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
/*.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}*/
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
	border-radius: 0;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/*

font-family: 'Exo', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;

*/

button.btn.btn-link.btn-block.language-select {
    text-align: left;
    padding-left: 14px;
}

div#top-text p {
    font-family: lato;
    font-weight: 700;
    font-size: 14px;
}


.top-header-twig a {
    margin-left: 20px;
    color: #333;
    text-transform: uppercase;
    font-family: 'Lato';
}
.top-header-twig a:hover,
.top-header-twig a:focus
{
	text-decoration: none;
	outline: none;
}
.top-header-twig {
    display: flex;
    flex-flow: nowrap;
    float: right;
}
.top-line {
    padding-top: 11px;
    border-bottom: 1px solid #b5b4b4;
    margin-bottom: 15px;
}
.my_lang ul li {
    display: inline-block;
    margin-left: 11px;
}
li.language_text {
    font-family: Lato;
    text-transform: uppercase;
    font-size: 17px;
    color: #9e9696;
    vertical-align: text-top;
}
.my_lang ul li:nth-child(3):before {
    content: "\002F";
    position: absolute;
    top: 8px;
    margin-left: -9px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
outline: none;
}
.my_lang {
    float: right;
}
.my_lang ul li button {
    padding: 0;
}
button.btn.btn-link.btn-block.language-select{
	padding-left: 0;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 14px;
    padding: 10px 21px;
    text-shadow: none;
    border-radius: 0;
}
div#search .btn {
    background: #aa1014;
    color: #fff;
    height: 40px;
    text-shadow: none;
    box-shadow: none;
    border-color: transparent;
    line-height: 20px;
    padding: 6px 10px;
}
div#search input {
    border-radius: 0;
}
div#search .btn .fa{
	font-size: 21px;
}

/*slider*/

.slider_wrap {
    position: relative;
}
.social_btn {
    position: absolute;
    top: 30%;
    left: 8%;
}
.social_btn a {
    display: block;
    color: #800000;
}
.social_btn .fa {
    background-color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.slider_wrap .carousel-control.left{
	background-image: none;
}
.slider_wrap .carousel-control.right{
	background-image: none;
}
.box {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 72px;
}
.box .pd_box {
    padding-right: 25px;
    margin-left: -4px;
    width: 100%;
}
.pd_box h3 {
    position: absolute;
    top: 6%;
    left: 17px;
    color: #fff;
    font-family: 'MountainBridgeRegular';
    font-size: 26px;
}
.pd_box {
    position: relative;
}

.pd_box a {
    position: absolute;
    bottom: 43%;
    left: 13px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    padding: 5px 32px;
    text-transform: uppercase;
    font-family: 'lato';
    font-size: 12px;
}
.pd_box a:hover,
.pd_box a:focus{
	background-color: transparent;
	outline: none;
	text-decoration: none;
	border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
     font-family: 'lato';
    font-size: 12px;
}
div#top_products h2 {
    font-family: 'Exo';
    font-weight: 600;
    font-size: 37px;
    color: #800000;
    text-align: center;
    margin-top: 53px;
}

div#top_products p {
    font-family: 'Lato';
    text-align: center;
    font-size: 15px;
}
div#top_products .nav.nav-tabs {
    border-color: transparent;
}
/*div#TB_Featured {
    display: none;
}
#TB_Hotproducts {
    display: none;
}*/
ul.linkgroup {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 20px;
}
ul.linkgroup li {
    display: inline;
}
ul.linkgroup li a {
    font-family: 'Lato';
    font-size: 18px;
    text-transform: uppercase;
}
ul.linkgroup li a.active {
    text-decoration: underline;
}
ul.linkgroup li a:hover,
ul.linkgroup li a:focus{
	outline: none;
}
ul.linkgroup li a:before {
    content: "|";
    margin-left: 15px;
    margin-right: 15px;
}
ul.linkgroup li:first-child a:before {
    content: none;
}
button.wishlist-btn {
    float: right;
    border-color: transparent;
    background: transparent;
}
div#TB_BestSeller .caption h4 {
    font-family: 'Lato';
}

.tab-content .caption h4 a,
.tab-content .caption h4 a:hover,
.tab-content .caption h4 a:focus{
	font-family: 'Lato';
	color:#000;
	text-decoration: none;
	outline:none;
}
.pricetag_small {
    font-family: 'Lato';
    font-weight: 900;
    font-size: 21px;
}
.pricetag_small span.price{

    color: #800000 !important;
}
.pricetag_small button {
    float: right;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    margin-top: 0px;
    line-height: 0;
}
.pricetag_small button .fa {
    color: #fff;
    background: #800000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
}
.product-layout {
    border-right: 1px solid #dadada;
}
.product-layout:last-child {
    border-right-color: transparent;
}
div#delivery_services {
    background: #800000;
}
.delivery h3{
	font-family: 'Lato';
	font-style: italic;
	font-size:32px;
	color:#fff;
}
.delivery p{
	font-family: 'Lato';
	font-size:19px;
	color:#fff;
}

footer h3 {
    font-family: 'Exo';
    font-weight: 600;
    color: #800000;
    font-size: 19px;
    text-transform: uppercase;
}
footer address {
    font-family: 'Lato';
    font-size: 15px;
    color: #000;
}
footer {
    padding-top: 30px;
   
}
ul.list-unstyled.shop_with_us li a {
    color: #000;
    font-family: 'Lato';
    line-height: 4rem;
}
ul.list-unstyled.shop_with_us li a:before {
    content: '-';
    margin-right: 5px;
}
ul.list-unstyled.shop_with_us li a:hover,
ul.list-unstyled.shop_with_us li a:focus{
	color: #000;
    font-family: 'Lato';
    line-height: 4rem;
    text-decoration: none;
    outline: none;
}
div#delivery_services h3 {
    font-family: 'Lato';
    font-style: italic;
    color: #fff;
    font-size: 33px;
}
div#delivery_services p{
	color:#fff;
	font-family: 'Lato';
	font-size: 17px;
}
.list_box {
    display: flex;
    flex-flow: nowrap;
    float: right;
}
.list_box div {
    margin-right: 53px;
}
.list-three a {
    color: #000;
    font-family: 'Lato';
    line-height: 4rem;
}
.list-three a:hover,
.list-three a:focus{
	text-decoration: none;
	outline: none;
	color: #000;
}

.list-three a img {
    margin-right: 4px;
}
.copyright {
    background: #800000;
}
.copyright p {
    color: #fff;
    text-align: center;
    font-family: 'lato';
    padding-top: 10px;
}
.copyright {
    background: #800000;
    margin-top: 19px;
}
.copyright p a {
    color: #fff !important;
    text-decoration: underline;
}
.copyright p a:hover,
.copyright p a:focus{
	outline: none;
}
.truck {
    padding: 33px 0 23px;
}
.delivery {
    margin-top: 38px;
}
.pricetag_small button img {
    filter: brightness(15.5);
}
.pricetag_small button {
    background: #800000;
    width: 38px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
}
.pricetag_small button:focus {
    outline: none;
}
div#top_product_tabs {
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    margin-top: 14px;
}
#top_product_tabs .nav-tabs>li.active>a, 
#top_product_tabs .nav-tabs>li.active>a:focus, 
#top_product_tabs .nav-tabs>li.active>a:hover {
    color: #800000;
    cursor: default;
    background-color: transparent;
    border: transparent;
    border-bottom-color: transparent;
    text-decoration: underline;
    font-family: 'Lato';
    text-transform: uppercase;
}
#top_product_tabs .nav-tabs>li>a {

    font-size: 17px;
    font-family: 'Lato';
    color: #000;
    text-transform: uppercase;
}
#top_product_tabs .nav-tabs>li>a:hover {
    border-color: transparent;
}
#top_product_tabs .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: none;
}
div#top_product_tabs ul li:after {
    content: '|';
    padding-left: 20px;
    position: absolute;
    right: 0;
    top: 12px;
}
div#top_product_tabs ul li:last-child:after {
    content: none;
}
#top_product_tabs.mm-font .nav-tabs>li>a {
    font-size: 19px;
}
ul.breadcrumbs li {
    display: inline;
}
ul.breadcrumbs li a {
    font-family: 'Lato';
    color: #000;
    font-size: 16px;
}
.myBread h1 {
    font-family: 'Exo';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #800000;
    width: 100%;
}
.myBread {
    background: url(/catalog/view/theme/default/image/product-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: wrap;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

}

i.fa.fa-heart-o.top_heart {
    position: relative;
    font-size: 20px;
}
span.top_wishlist {
    position: absolute;
    bottom: 2px;
    background: #800000;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    right: 49px;
    line-height: 20px;
}
a.dropdown-toggle.top_cart img {
    position: relative;
}
.top_cart span#cart-total {
    position: absolute;
    bottom: -6px;
    width: 19px;
    height: 19px;
    background: #800000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 19px;
    right: 3px;
}
.myBread ul li a:before {
    content: '\f105';
    font-family: 'fontawesome';
    padding-left: 4px;
    padding-right: 10px;
}
.myBread ul li:first-child a:before{
	content: none;
}
ul.breadcrumbs li a:hover, ul.breadcrumbs li a:focus {
    outline: none;
    text-decoration: none;
}
.image-tiny {
    width: 100% !important;
    display: inline;
    float: none;
}
.thumbnail_wraps .nav li a img {
    max-width: 100% !important;
}
.tiny_thumb .slick-slide {
    width: 100% !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
.tiny_thumb .slick-slide.slick-current.slick-active {
    background: #f1cbcb;
}
.tiny_thumb .slick-slide:hover,
.tiny_thumb .slick-slide:focus{
	background: #f1cbcb;
	text-decoration: none;
	outline: none;
}
.description_tab_wrap.nav-tabs>li.active>a, 
.description_tab_wrap.nav-tabs>li.active>a:focus, 
.description_tab_wrap.nav-tabs>li.active>a:hover {
    color: #e5e5e5;
    cursor: default;
    background-color: #800000;
    border: transparent;
    border-bottom-color: transparent;
    font-family: 'Exo';
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
}
.description_tab_wrap.nav-tabs {
    border-bottom: 1px solid #e28383;
}
div#content h1 {
    font-size: 22px;
    font-family: 'exo';
    color:#000;
}
div#content h5 {
    font-family: 'Lato';
    font-size: 15px;
}
.content_price li h2 {
    font-family: 'Exo';
    font-weight: 700;
    color: #800000;
    margin-bottom: 31px;
}
ul.list-unstyled.content_price li {
    font-family: 'lato';
    color: #000;
    font-weight: 600;
}
ul.list-unstyled.content_price li a,
ul.list-unstyled.content_price li a:hover,
ul.list-unstyled.content_price li a:focus{
	font-family: 'Lato';
	color:#000;
	text-decoration: none;
	outline: none;
}
.social_btn .fa {
    font-size: 22px;
}
.input-group.number-spinner label {
    font-family: 'Lato';
    font-size: 16px;
    margin-right: 56px;
    color: #000;
    font-weight: 600;
}
.input-group.number-spinner .form-control[name^=quantity] {
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    font-family: 'lato';
    font-size: 17px;
    padding-top: 12px;
}
.number-spinner span.input-group-btn {
    width: auto !important;
}
.input-group.number-spinner .input-group-btn button {
    background-color: #d1d7e0;
    border-color: transparent;
    border-radius: 0;
    padding: 3px 10px;
}
i.fa.fa-minus.minus-qty {
    font-size: 22px;
}
i.fa.fa-plus.plus-qty{
	font-size:22px;
}
.btn-group.heart-refresh-btn {
    width: 100%;
}
.btn-group.heart-refresh-btn button {
    font-family: 'Lato';
    background-color: transparent;
    border-color: #d1d7e0;
    width: 47%;
    margin-right: 11px;
    margin-top: 23px;
    margin-bottom: 22px;
    font-weight: 600;
}
.btn-group.heart-refresh-btn button#button-cart .fa{
	margin-right: 10px;
}
.product_product_right-detail button#button-cart span {
    font-family: 'Lato';
    font-size: 17px;
    color:#fff;
}
.product_product_right-detail button#button-cart .fa {
    margin-right: 29px;
}
.product_product_right-detail button#button-cart {
    background: #800000;
    border-radius: 0;
    border-color: transparent;
    padding: 7px;
    color: #fff;
    font-family: 'Lato';
    width: 100%;
}
.customer_support {
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    border: 1px solid #948e8e;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.customer_support div {
    margin-left: 19px;
}
.customer_support div p span{
	color: #655c5c;
    font-size: 15px;
}
.customer_support div p {
    margin-bottom: 0;
    font-family: 'Lato';
    color: #800000;
    font-size: 20px;
}
.input-group.number-spinner {
    margin-top: 32px;
    margin-bottom: 26px;
}
div#product-product #content {
    padding-top: 57px;
}
div#product-product #content #product .alert-info {
    background: transparent;
    border-color: transparent;
    color: #333;
    font-family: 'Lato';
}
div#product_pd_related h3 {
    font-family: 'Exo';
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #800000;
    margin-bottom: 55px;
}
#product_pd_related .caption h4 a, #product_pd_related .caption h4 a:hover, #product_pd_related .caption h4 a:focus {
    font-family: 'Lato';
    color: #000;
    text-decoration: none;
    outline: none;
}
#product_pd_related .product-layout{
    border-right: 1px solid #dadada;
}
#product_pd_related .product-layout:last-child {
    border-right-color: transparent;
}
div#product_pd_related {
    margin-bottom: 51px;
}
img.pd-img {
    position: absolute;
    bottom: 0;
}
div#product-product {
    position: relative;
}
img.pd-img2 {
    position: absolute;
    right: 0;
    bottom: 188px;
}
.description_wrap {
    position: relative;
}
.product_slider {
    position: relative;
}
.pd_social_link {
    position: absolute;
    top: 30%;
    left: 62px;
}
.pd_social_link a {
    display: block;
}
.pd_social_link a .fa {
    color: #323232;
    background: #dee1e0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 20px;
}
.en #product-category .caption h4 a, 
.en #product-category .caption h4 a:hover, 
.en #product-category .caption h4 a:focus {
    font-family: 'Lato';
    color: #000;
    text-decoration: none;
    outline: none;
}
.my product-category .caption h4 a, 
.my #product-category .caption h4 a:hover, 
.my #product-category .caption h4 a:focus {
    font-family: 'pyidaungsu';
    color: #000;
    text-decoration: none;
    outline: none;
}
.first-group{
    background-color: #800000;
    color: #fff !important;
    font-family: 'Lato';
    font-size: 17px;
    font-weight: 600;
    border-color: transparent !important;
    margin-top: 0;
    text-transform: none !important;
}
.first-group:hover,
.first-group:focus{
    background-color: #800000 !important;
    color: #fff !important;
    font-family: 'Lato';
    font-size: 17px !important;
    font-weight: 600 !important;
    border-color: transparent !important;
    margin-top: 0;
    text-transform: none !important;
}
div#product-category .list-group a{
	font-family: 'Lato';
	text-transform:uppercase;
	color:#000;
}
div#product-category .list-group a.active, 
div#product-category .list-group a.active:hover, 
div#product-category .list-group a:hover {
    color: #000;
    background: transparent;
    text-shadow: none;
}
div#product-category .list-group {
    border: 1px solid #ddd;
    margin-top: 41px;
}
.filter_content h3 {
    font-family: 'Lato';
    font-weight: 600;
    color: #800000;
    text-align: center;
}
form.filter_form .radio-inline input[value="option1"]:before {
    content: '\f222';
    font-family: 'fontawesome';
    vertical-align: top;
    font-size: 17px;
    
}
form.filter_form .radio-inline input[value="option2"]:before {
    content: '\f221';
    font-family: 'fontawesome';
    vertical-align: top;
    font-size: 17px;
}
form.filter_form .radio-inline input[name="radioinlineoption"] {
    background: #8e8e8e;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: -6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form.filter_form .radio-inline span {
    margin-left: 25px;
    font-family: 'Lato';
    font-size: 15px;
}
form.filter_form .radio-inline {
    margin-left: 36px;
}
form.filter_form label[for="Gender"] {
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 600;
}
form.filter_form label[for="Age"] {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 15px;
}
form.filter_form label[for="Favourite"] {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 15px;
}
form.filter_form .radio-inline input[name="radioinlineoption"]:hover {
    background: #800000;
}
label.radio-inline.inline2 input {
    margin-left: -3px;
}
label.radio-inline.inline1 input {
    margin-left: -3px;
}
form.filter_form select {
    font-family: 'Lato';
    font-size: 13px;
}
form.filter_form input[type=submit] {
    background: #800000;
    color: #fff;
    font-family: 'Lato';
    border-color: transparent;
}
.row.grid-box {
    display: none;
}
.row.item-count h4 {
    color: #800000;
    font-family: 'Lato';
    font-weight: 600;
}
li.no_list_cat {
    display: none;
}
div#breadcrumb {
    display: none;
}
/*.post-thumb {
    margin-top: 48px;
}*/
.post-thumb .title a{
	font-size:17px !important;
	color:#800000 !important;
}
input[type=file]:focus, 
input[type=checkbox]:focus, 
input[type=radio]:focus {
    outline: none;
     outline: none;
     outline-offset: 0; 
}
.submit_btn {
    margin: 0 auto;
    text-align: center;
}
h3.pepcat a, h3.pepcat a:hover, h3.pepcat a:focus {
    color: #800000;
    text-decoration: none;
    outline: none;
}
h3.pepcat {
    border: 1px solid #800000;
    text-align: center;
    padding: 9px 14px 10px;
    font-family: 'Lato';
    text-transform: uppercase;
    font-size:17px !important;
    margin-bottom: 20px !important;
}
.products_count h5:last-child {
    display: none;
}
.products_count h5 {
    color: #800000;
    font-family: 'Lato';
    font-weight: 700;
}
.bm-reviews {
    display: none;
}
form#form_review {
    display: none;
}
/*.my *{
	font-family: 'pyidaungsu' !important;
}*/
/*form.pep_filter .form-group {
    width: 50%;
}
form.pep_filter {
    display: flex;
    flex-flow: wrap;
}*/
.filter_three select {
    border-radius: 0;
    font-family: 'Lato';
    font-size: 14px;
}
/*.filter_three {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 83px;
}*/
.filter_four select {
    margin-left: 50px;
    border-radius: 0;
    font-family: 'Lato';
    font-size: 14px;
}
.filter_four {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 83px;
}
form.pep_filter label{
	font-family: 'Lato';
}
.btn-group.btn-group__multiple.btn-group__multiple-checkbox span.btn-placeholder {
    font-family: 'Lato';
    font-size: 16px;
}
.filter_one span {
    font-family: 'Lato';
    font-weight: 600;
    margin-right: 32px;
    font-size: 16px;
}
.filter_one label {
    font-family: 'Lato';
    font-size: 16px;
}
.filter_two span {
    font-family: 'Lato';
    font-weight: 600;
    margin-right: 66px;
    font-size: 16px;
}
.filter_two label {
    font-family: 'Lato';
    font-size: 16px;
}
.filter_three > span {
    font-family: 'Lato';
    font-size: 16px;
}
.filter_three .btn-group, .filter_four .btn-group  {
    margin-left: 47px;
}
.filter_two label {
    margin-right: 13px;
}
.filter_one label {
    margin-right: 10px;
    padding-left: 1px;
  }
/*.filter_three .btn-group button:hover {
    background: transparent;
    font-family: 'Lato';
    font-size: 15px;
}
.filter_four .btn-group button:hover {
    background: transparent;
    font-family: 'Lato';
    font-size: 15px;
}
.filter_three .btn-group button, .filter_four .btn-group button {
    background: transparent;
    font-family: 'Lato';
    font-size: 15px;
    width: 295px;
    border-radius: 0;
}*/
.submit_btn button {
    padding: 8px 33px;
    background-color: #800000;
    border-color: transparent;
    font-family: 'Lato';
    font-size: 17px;
}
.submit_btn button:hover,
.submit_btn button:focus {
    padding: 8px 33px;
    background-color: #800000;
    border-color: transparent;
    font-family: 'Lato';
    font-size: 17px;
    outline: none;
    text-decoration: none;
}
.filter_content {
    padding-top: 20px;
    padding-bottom: 23px;
}
.submit_btn {
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
}
.filter_one input[value="1"]{
	position: relative;
	margin-right: 6px;
}
.filter_one input[value="2"]{
    position: relative;
    margin-right: 6px;
}
.filter_one input[value="1"]:before {
    content: '\f222';
    font-family: 'Fontawesome';
    background: gray;
    color: #fff;
    padding: 6px 8px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -3px;
}
.filter_one input[value="1"]:checked:before {
    background: #800000;
}
.filter_one input[value="2"]:before {
    content: '\f221';
    font-family: 'Fontawesome';
    background: gray;
    color: #fff;
    padding: 6px 8px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -3px;
}
.filter_one input[value="2"]:checked:before {
    background: #800000;
}
.filter_two input[type='radio'] {
    -webkit-appearance:none;
    width:17px;
    height:17px;
    border:1px solid darkgray;
    border-radius:50%;
    outline:none;
    vertical-align: top;
}
/*.filter_two input[type='radio']:hover {
    box-shadow:0 0 5px 0px orange inset;
}*/
.filter_two input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;    
    border-radius:50%;    
}
.filter_two input[type='radio']:checked:before {
    background:#800000;
}
form.pep_filter .form-group {
    width: 47%;
}
form.pep_filter {
    display: flex;
    flex-flow: wrap;
    background-color: #f9f9f9;
    padding-top: 38px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    padding-bottom: 31px;
}
.filter_one {
    margin-bottom: 17px;
}
.dropdown-inner ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}
form.pep_filter .form-group {
    width: 100%;
    margin-bottom: 0 !important;
}
.filter_box span {
    display: block;
    margin-bottom: 14px;
}
.filter_box.filter_three {
    margin-bottom: 22px;
}
.submit_btn {
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
}
.row.item-count {
    margin-top: 35px;
}
html.my #menu .nav > li > a {
    margin-left: 0;
    font-size: 14px;
    font-family: 'Pyidaungsu';
}
img.img-responsive.one_img {
    margin: 0 auto;
}
.carousel_direction {
    position: absolute;
    bottom: 28px;
    right: 27px;
}
a.carousel_arrow .fa {
    background: #800000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
a.carousel_arrow {
    margin-left: -2px;
}
/*.pd .caption .pepcat:nth-child(1) {
    display: none;
}*/

/* -- quantity box -- */

.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 35px;
 height: 39px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent;
 border: 1px solid #efefef;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 height: 41px;
 background-color: #ffffff;
 border: 1px solid #efefef;
 cursor:pointer;}

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }

.top-line #cart-total .price {
    display: none;
}
div#cart .pep_cart_btn {
    background: transparent;
    border-color: transparent;
    padding: 0;
}
.top-header-twig #cart-total span {
    color: #fff;
    background: #800;
    border: 1px solid #800;
    border-radius: 100%;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    bottom: -9px;
}
.top-header-twig a:nth-child(2) {
    margin-right: 23px;
    margin-left: 43px;
}
#cart > .pep_cart_btn:hover, #cart > .pep_cart_btn:focus {
    text-decoration: none;
    outline: none;
}
#cart.open > .pep_cart_btn{
	border-color:transparent;
}
.heading.bm-post-info.clearfix .category {
    display: none;
}
.title-information {
    display: none;
}
.bm .bm-post-info .title-divider{
	display: none!important;
}
.alert.alert-success.alert-dismissible {
    background: #f9eded;
    border-color: transparent;
    margin-top: 21px;
    padding: 15px 20px;
    text-align: center;
    font-family: 'Lato';
}
.alert.alert-success.alert-dismissible {
    background: #f9eded;
    border-color: transparent;
    margin-top: 21px;
    padding: 15px 20px;
    text-align: center;
    font-family: 'Lato';
}
.alert-dismissable .close, .alert-dismissible .close{
	right: 0;
}
.my h1.h1.title {
    font-family: 'Pyidaungsu';
    font-size: 19px;
    color: #800;
}
html.en h1.title {
    font-size: 19px;
    font-family: 'Lato';
    color: #800;
}
.add .fa {
    font-size: 27px;
    color: #a79595;
}
.add {
    text-align: center;
    padding-top: 13px;
    padding-bottom: 3px;
}
.pep_location h3 {
    text-align: center;
    font-weight: bold;
}

.en .pep_location{
	font-family: 'Lato';
}
.my .pep_location {
    font-family: 'Pyidaungsu';
    padding-top: 23px;
    padding-bottom: 23px;
}
.pep_location h4{
	text-transform: uppercase;
}
.en #information-contact legend {
    text-align: center;
    font-size: 23px;
    padding-top: 38px;
    border-color: transparent;
    font-family: 'Lato';
}
.my #information-contact legend {
    text-align: center;
    font-size: 23px;
    padding-top: 38px;
    border-color: transparent;
    font-family: 'Pyidaungsu';
}
.en{
	font-family: 'Lato';
}
.my{
	font-family: 'Pyidaungsu';
}
.en .pep_location {
    font-family: 'Lato';
    padding-top: 22px;
    padding-bottom: 34px;
}
.my #top-text p {
    font-family: 'Pyidaungsu';
}
.my #menu .nav > li > a {
    font-family: 'Pyidaungsu';
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}
.my h3.pepcat a, 
.my h3.pepcat a:hover, 
.my h3.pepcat a:focus{
	font-family: 'Pyidaungsu';
}
.en #menu .nav > li > a{font-family:'Lato';}
.my #top_product_tabs.mm-font .nav-tabs>li>a{font-family: 'Pyidaungsu';}
.en #top_product_tabs.mm-font .nav-tabs>li>a{font-family: 'Lato';}

.fa {
    font-family: 'fontawesome' !important;
}
.my div#product-category .myBread h1 {
    font-family: 'Pyidaungsu';
}
.en div#product-category .myBread h1 {
    font-family: 'Lato';
}
.pyidaungsu{font-family: 'Pyidaungsu';}
.lato{font-family: 'Lato';}
.my ul.breadcrumbs li a {
    font-family: 'Pyidaungsu';
}
.en ul.breadcrumbs li a {
    font-family: 'pyidaungsu', 'lato';
}
.my #menu .dropdown-inner a{
	font-family: 'Pyidaungsu';
}
.en #menu .dropdown-inner a{
	font-family: 'Lato';
}
.my label {
    font-family: 'Pyidaungsu' !important;
}
.my .filter_one span{
    font-family: 'Pyidaungsu' !important;
}
.my option {
    font-family: 'Pyidaungsu' !important;
}
.my select {
    font-family: 'Pyidaungsu' !important;
}

.my .myBread h1{font-family: 'pyidaungsu','zawgyi-one' !important;}
.my .bm .post-thumb .post-thumb-heading .title a {font-family: 'Pyidaungsu' !important;}
.my h3, .my p, .my ul li, .my ul li a, .my ol li ,.my ol li a, .my h4,.my h5 {
	font-family: 'pyidaungsu','zawgyi-one' !important;
}
.my .pep_location h3{font-family: 'Pyidaungsu' !important;}
.container.pd-cat {
    padding-bottom: 30px;
}
ul.dropdown-menu.pull-right.pep-cart-box {
    margin-top: 10px;
}
#cart .dropdown-menu li p {
    margin: 0 0;
}
p.text-center.pep-empty-cart {
    padding: 5px 32px;
}
.my .container.pd-cat .list-group a {
    font-family: 'Pyidaungsu' !important;
}
.bm {
    margin-top: 6px;
    margin-bottom: 37px;
}
.bm-pagination {
    font-family: 'Lato';
}
article.bm #description p {
    font-family: 'Lato !important','Zawgyi-One !important','Pyidaungsu' !important;
}
.my div#content h1 {
    font-family: 'Pyidaungsu' !important;
}
.buttons.pep_contact_btn input {
    margin-bottom: 37px;
    border-radius: 0;
    background-color: #800;
    border-color: transparent;
    padding: 7px 30px;
    font-size: 16px;
}
.my .buttons.pep_contact_btn input {
	font-family: 'Pyidaungsu' !important;
}
.en .buttons.pep_contact_btn input {
	font-family: 'Lato';
}
.my .top_login {
    font-family: 'Pyidaungsu' !important;
}
#checkout-checkout input[type="button"] {
    background-color: #800;
    border-color: transparent;
    border-radius: 0;
}
input[type='radio'] {
    -webkit-appearance:none;
    width:17px;
    height:17px;
    border:1px solid darkgray;
    border-radius:50%;
    outline:none;
    margin-top: 0;
    /*box-shadow:0 0 5px 0px #800 inset;*/
}
/*input[type='radio']:hover {
    box-shadow:0 0 5px 0px #800 inset;
}*/
input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;    
    border-radius:50%;    
}
input[type='radio']:checked:before {
    background:#800;
}
div#checkout-checkout #content h1 {
    margin-top: 43px;
    margin-bottom: 32px;
}
#blog .post-thumb {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
}
#blog .post-thumb .image {
    width: 100%;
}
#blog .post-thumb-heading {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
}
#blog .post-thumb {
    background: #f1f1f1;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 33px;
}
.my #blog h3.title a {
    color: #000000 !important;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 1.3em;
}
#blog a.read-more.pull-right {
    color: #800;
    float: left !important;
    margin-top: 23px;
}
#recipes .post-thumb .image {
    border: 6px solid #ddd;
    box-shadow: 5px 0px 5px #ada9a9;
}
img.pd-img2 {
    position: absolute;
    right: 0;
    bottom: 188px;
    z-index: -1;
    opacity: .6;
}
.pricetag_small button:hover,
.pricetag_small button:focus {
    background-color: #800;
    outline: none;
    text-decoration: none;
}
.my .alert.alert-success.alert-dismissible {
    font-size: 17px;
    color: #3c3a3a;
    background: #f7f7f7;
    font-family: 'Pyidaungsu' !important;
}
.en .alert.alert-success.alert-dismissible {
    font-size: 17px;
    color: #3c3a3a;
    background: #f7f7f7;
}
.alert.alert-success.alert-dismissible a,
.alert.alert-success.alert-dismissible a:hover,
.alert.alert-success.alert-dismissible a:focus {
    color: #800;
    font-weight: 800;
    outline: none;
}
.my .alert.alert-success.alert-dismissible a,
.my .alert.alert-success.alert-dismissible a:hover,
.my .alert.alert-success.alert-dismissible a:focus {
    color: #800;
    font-weight: 800;
    outline: none;
    font-family: 'Pyidaungsu' !important;
}
.alert.alert-success.alert-dismissible .close {
    color: #800;
    opacity: 1;
    box-shadow: none;
}
.my div#top_products h2 {
    font-size: 29px;
    font-family: 'Pyidaungsu' !important;
}
.my div#top_products p{
	font-family: 'Pyidaungsu' !important;
}
.my .submit_btn button,
.my .submit_btn button:hover,
.my .submit_btn button:focus {
    font-family: 'Pyidaungsu' !important;
}
.row.pep_filter_form {
    margin-bottom: 90px;
}
.buttons a {
    background: #800;
    border-color: transparent;
    color:#fff;
}
.buttons a:hover,
.buttons a:focus{
	background: #800;
    border-color: transparent;
    margin-top: 4px;
}
.my .buttons a{
	 font-family: 'Pyidaungsu' !important;
}
.en .buttons a{
	 font-family: 'Lato' !important;
}
#checkout-cart div#content {
    margin-top: 27px;
    margin-bottom: 51px;
}
#checkout-cart #content h1 {
    margin-bottom: 37px;
}
.my #checkout-cart #content h1{
	font-family: 'Pyidaungsu' !important;
}
#checkout-cart table tbody tr td {
    vertical-align: middle !important;
    align-items: center;
    align-content: center;
    color: #000 !important;
    font-family: 'Lato';
}
#checkout-cart table tbody tr td img {
    border: none;
}
.my #checkout-cart table tbody tr td a{
	font-family: 'Pyidaungsu' !important;
}
#checkout-cart table tbody tr td a,
#checkout-cart table tbody tr td a:hover,
#checkout-cart table tbody tr td a:focus{
	color:#800;
	text-decoration: none;
	outline: none;
}
#checkout-cart button {
    background: #800;
    border-color: transparent;
    margin-left: 1px;
}
#checkout-cart input#button-coupon {
    background: #800;
    border-color: transparent;
}
#checkout-cart input#button-coupon {
    background: #800;
    border-color: transparent;
    padding: 7px 12px;
}
#checkout-cart input#button-voucher {
	background: #800;
    border-color: transparent;
    padding: 7px 12px;
}
#checkout-cart table thead tr td {
    background: #a5a5a5;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #fff;
}
#recipes a.read-more.pull-right {
    color: #800;
    margin-top: 23px;
}
.my div#description {
    font-family: 'Pyidaungsu' !important;
}
.en article.bm .title {
    font-family: 'exo' !important;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: #800;
}
#blog .short-description {
    color: #6b6868;
    padding-top: 10px;
    font-family: 'Lato','Pyidaungsu' !important;
}
.en #blog h3.title a {
    color: #800000 !important;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 1.3em;
    font-family: 'Pyidaungsu' !important;
}
#recipes .short-description {
    display: none;
}
.en div#description {
    font-family: 'Lato' !important;
}
#account-register .buttons a {
    background: transparent;
    color: #000;
}
#account-register .buttons input.btn {
    background: #800 !important;
    border-color: transparent;
    border-radius: 0;
}
div#account-register {
    padding-bottom: 42px;
}
aside#column-right .list-group {
    margin-top: 25px;
}
#menu_wrap li#home {
    display: none;
}
/*#mmenu_xs .hamburger{
	padding:11px 0;
}
#mmenu_xs  .hamburger-inner, 
#mmenu_xs  .hamburger-inner::before, 
#mmenu_xs  .hamburger-inner::after{
	width: 21px;
}
#mmenu_xs .hamburger-inner::before {
    top: -7px;
}
#mmenu_xs .hamburger-inner::after {
    bottom: -7px;
}*/
/*<!-- Media Query -->*/

/* For Large Screen */
@media only screen and (min-width:1824px) {
    
}
@media (min-width:1200px) {
   
}
@media (min-width:992px) and (max-width: 1199px){
    
}
@media (min-width:768px) and (max-width: 991px) {
	.sm .social_btn {
	    top: 27%;
	}
    div#mmenu_xs .fixed {
	    position: absolute;
	    top: 0;
	    left: 7px;
	}
	#mmenu_xs button#my-icon:hover, #mmenu_xs button#my-icon:focus {
	    text-decoration: none;
	    outline: none;
	}
	.sm .social_btn .fa{
		margin-top:0;
		margin-bottom: 10px;
	}
	.sm .box .pd_box img {
	    width: 100%;
	}
	.sm .pd_box a{
		bottom:25%;
		padding:4px 16px;
	}
	.sm .box{
		margin-top:49px;
	}
	.sm .pd_box h3{
		font-size:20px;
	}
	.sm div#top_product_tabs{
		margin-top:0;
	}
	.sm div#search {
	    margin-top: 20px;
	}
	.sm .my_lang {
	    margin-top: 21px;
	}
	.sm div#top-text p{font-size:13px;margin-top: 6px;}
	.sm div.pd {
    	padding-bottom: 40px;
	}
	.sm .product-layout {
    	margin-top: 20px;
	}
	.sm.my .delivery h3 {
	    font-size: 18px !important;
	    margin-top: 57px;
	}
	.sm .list_box div {
    	margin-right: 16px;
	}
	.sm .filter_one span{margin-right:13px;font-size:14px;}
	.sm .filter_box.filter_three label {
   	 font-size: 14px !important;
	}
	.sm i.fa.fa-angle-down {
   	 display: none;
	}
	.sm li#mm-Blog {
    	display: none;
	}
	.sm #blog .post-thumb{flex-flow: wrap;}
	.sm .top-line{
		padding-left: 20px;
		padding-right: 20px;
	}
	.sm .top-header-twig a{margin-left:15px;}
}
@media (max-width: 767px) {
	.xs .pep-cart-box a {
	    margin-left: 0;
	   
	    font-size: 12px;
	}
	.xs img.pd-img2 {
	    display: none;
	}
	.xs aside#column-left .list-group {
	    display: none;
	}
	.xs aside#column-left .swiper-viewport{
		display: none;
	}
	.xs .pd_social_link {
	    left: 17px;
	}
    .xs li.mm-listitem .fa-angle-down {
    	display: none;
	}
	.xs li#mm-Blog {
    	display: none;
	}
	div#mmenu_xs .fixed {
    position: absolute;
    top: -47px;
    left: 0;
	}
	div#mmenu_xs {
	    position: relative;
	}
	div#mmenu_xs .fixed button:hover,
	div#mmenu_xs .fixed button:focus {
    	text-decoration: none;
    	outline: none;
	}
	.hamburger-inner::after {
    	bottom: -5px;
	}
	.hamburger-inner::before {
    	top: -5px;
	}
	.xs .top-header-twig {
    	padding-right: 23px;
	}
	.xs .box {
    	flex-wrap: wrap;
    	justify-content: center;
    	margin-top: 24px;
	}
	.xs .social_btn {
	    top: 9%;
	    left: 20px;
	}
	.xs .social_btn a {
   margin-bottom: 3px;
    margin-top: 5px;
	}
	.xs .social_btn .fa {
	    font-size: 14px;
	    width: 28px;
	    height: 28px;
	    line-height: 28px;
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.xs li.language_text {
    	display: none;
	}
	.xs .my_lang {
	    float: left;
	    width: 100%;
	    text-align: right;
	}
	.xs .my_lang ul li:nth-child(3):before{
		content:none;
	}
	.xs .my_lang ul li {
	    margin-left: 0px;
	}
	.xs .pd_box {
	    margin: 0 auto;
	    text-align: center;
	    padding-bottom: 27px;
	    padding-right: 0;
	}
	.xs div#top_products h2{
		margin-top:24px;
	}
	.xs #top_product_tabs .nav-tabs>li>a{
		font-size: 14px;
		padding-left: 6px;
    	padding-right: 6px;
	}
	.xs .product-thumb {
	    border: 1px solid #ddd;
	    padding: 20px 15px 0;
	    margin-bottom: 23px;
	}
	.xs .truck {
	    display: none;
	}
	.xs .delivery {
	    margin-top: 22px;
	    padding-bottom: 11px;
	}
	.xs .delivery h3 {
	    font-size: 18px !important;
	}
	.xs .delivery {
	    margin-top: 22px;
	    padding-bottom: 11px;
	    text-align: center;
	}
	.xs .list_box {
    display: block !important;
    float: left !important;
}
	.xs .list-one,.xs .list-two {
    width: 38%;
    display: none;
	}
	.xs .pd_box img {
	    width: 100%;
	}
	.xs .list-three span {
	    display: none;
	}
	.xs form.pep_filter .form-group {
	    width: 100%;
	    margin-bottom: 0;
	}
	.xs .list-three a {
	    display: inline-block;
	    margin-right: 5px;
	}
	.xs .filter_box.filter_three {
	    margin-bottom: 13px;
	}
	.xs form.pep_filter {
	    padding-bottom: 29px;
	    margin-left: 15px;
	    margin-right: 15px;
	}
	.xs .item-count {
	    margin-top:0;
	}
	.xs .btn-group.heart-refresh-btn {
	    width: 100%;
	    display: flex;
	    flex-flow: nowrap;
	}
	.xs img.pd-img {
	    display: none;
	}
	.xs #recipes a.read-more.pull-right{
		margin-top:0;
	}
	.xs .post-thumb {
	    margin-bottom: 30px;
	}
	.xs #blog .post-thumb{
		flex-flow:wrap;
	}
	.xs div#information-contact input {
	    margin-bottom: 14px;
	}
	#go-top{
		bottom:45px !important;
	}
	.my .xs div#content h1 {
	    font-size: 17px;
	}
	.xs #product-search input#input-search {
	    margin-bottom: 12px;
	    margin-top: 10px;
	}
	.xs #product-search select.form-control {
    	margin-bottom: 10px;
	}
	.xs #product-search h2 {
	    font-size: 20px;
	}
	.my .xs .delivery h3 {
	    font-size: 15px !important;
	}
	.xs div#delivery_services p {
	    font-size: 15px;
	}
	.xs .blog_detail_wrap {
	    flex-direction: column-reverse;
	}
	.xs .blog_images {
    	margin-bottom: 21px;
	}
	.xs ul.dropdown-menu.pull-right.pep-cart-box {
	    float: none !important;
	    left: -264px !important;
	    right: auto !important;
	    width: 294px !important;
	}
	.xs span.top_wishlist {
	    right: 72px;
	    bottom:2px;
	}
	.xs .pep-cart-box tr td:first-child {
	    display: none;
	}
	.xs .top-header-twig a:nth-child(2) {
	    margin-right: 21px;
	    margin-left: 12px;
	}
	.xs .pep-cart-box button {
	    color: #fff;
	    background-color: #800000;
	    padding: 3px 4px;
	    line-height: 4px;
	    border-color: transparent;
	}
}
@media (max-width: 480px) {
   
}
.my #product-search h2 {
	    font-family: 'Pyidaungsu' !important;
}
.my #product-search select.form-control option {
    font-family: 'Pyidaungsu' !important;
}
.list-three a {
    display: block;
}
p.category_name {
    border: 1px solid #800000;
    text-align: center;
    padding: 9px 14px 10px;
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 17px !important;
    margin-bottom: 20px !important;
    color: #800;
}
.slider_wrap .item video {
    width: 100%;
}
div#checkout-checkout .buttons a {
    background: transparent;
    color: #800;
    margin-right: 10px;
}
.body_content {
    margin-top: 30px;
}
.my .delivery h3 {
    font-size: 26px !important;
}
div#account-return {
    padding-bottom: 37px;
}
#account-return input[type="submit"] {
    background: #800;
    border-color: transparent;
    border-radius: 0;
}
.my footer address {
    font-family: 'Pyidaungsu' !important;
}
.dropdown-menu.pep_dropdown_menu ul li {
    padding: 8px 15px;
}
.en .dropdown-menu.pep_dropdown_menu ul li a {
    font-family: 'Lato' !important;
}
.my .dropdown-menu.pep_dropdown_menu ul li a {
    font-family: 'pyidaungsu' !important;
}
.dropdown-menu.pep_dropdown_menu ul li a{
    color: #000;
}
#go-top {
    position: fixed;
    bottom: 11px;
    right: 15px;
    background: #fff200;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #800000;
    box-shadow: 1px 1px 4px #514b4b;
}

/********** Search **********/

#product-search h1 {
    font-family: 'Lato' !important;
    color: #800 !important;
    font-weight: 500;
}
#product-search input#button-search {
    background: #800;
    border-radius: 0;
    border-color: transparent;
    font-family: 'Lato';
}
.product-categories .category_name a {
    color: #800;
}
.my input#input-search h1 {
    font-family: 'Pyidaungsu' !important;
}
.slider_wrap video {
    width: 100%;
}
div#product-category #column-left .swiper-viewport {
    margin-bottom: 31px;
}
div#information-information #content h1 {
    margin-bottom: 26px;
}
.info_about img {
    float: left;
    margin-right: 20px;
    width: 550px !important;
}
.info_about img {
    border: 3px solid #dedada;
    box-shadow: 0px 2px 4px 2px #908d8d;
}
.blog_detail_wrap {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
}
.blog_detail_wrap .description {
    width: 100%;
}
.bm-posts .post-thumb {
    margin-bottom: 33px;
}
.bm .post-thumb .post-thumb-heading .title a {
    color: #666;
    font-family: 'Pyidaungsu' !important;
}
.en div#description ul li, .en div#description ol li {
    font-family: 'Pyidaungsu' !important;
}
.myBread h1 {
    font-family: 'Pyidaungsu' !important;
}
.my .filter_one label {
    margin-right: 9px;
    padding-left: 0px;
  }
#blog.bm .pagination>.active>a, 
#blog.bm .pagination>.active>a:focus, 
#blog.bm .pagination>.active>a:hover, 
#blog.bm .pagination>.active>span, 
#blog.bm .pagination>.active>span:focus, 
#blog.bm .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #800000;
    border-color: #800000;
    font-family: 'lato';
}
#blog.bm .pagination>li>a, 
#blog.bm .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #800000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #800000;
    font-family: 'lato';
}
div#common-success #content a {
    color: #800;
    font-family: 'Lato';
    font-weight: 600;
}
div#common-success #content .buttons a {
    color: #fff;
}
.myaccount_info a {
    color: #000;
    line-height: 2em;
    font-size: 15px;
}
.myaccount_info h2 {
    font-size: 20px;
    color: #800;
    border-bottom: 1px dashed #800;
    padding-right: 50px;
    padding-bottom: 9px;
}
div#collapse-checkout-confirm table tr td a {
    color: #800;
}
ul.breadcrumbs {
    padding-left: 0;
}
.my .account-login h2 {
    font-family: 'Pyidaungsu' !important;
}
.en .account-login h2 {
    font-family: 'Lato' !important;
}
._c_o_nvert_ {
	font-family: 'Pyidaungsu' !important;
}
.my .product-thumb h4 a {
    font-family: 'Pyidaungsu' !important;
    color: #000;
}
.my .blog_detail_wrap p {
    font-size: 15px !important;
}
.my .blog_detail_wrap ul li, .my .blog_detail_wrap ol li {
    font-size: 15px;
    line-height: 2em;
}
.h4.media-heading {
    font-size: 19px !important;
    font-style: normal;
    color: #800 !important;
    margin-top: 16px !important;
    font-family: 'Pyidaungsu';
}
.content.bm-post-content {
    margin-top: 20px;
}
.bm-post-content .media-body {
    color: #000;
    font-style: normal;
    line-height: 1.5em;
    padding-top: 10px;
    font-size: 15px;
}
.bm-post-content .media-body:hover,
.bm-post-content .media-body:focus{
	outline: none;
	text-decoration: none;
}
.row.post-nav {
    border-top: dashed 1px #a2a1a1 !important;
    border-bottom: dashed 1px #a2a1a1 !important;
}
img.media-object {
    border: 3px solid #ddd;
    box-shadow: 5px 6px 5px 1px #d0c4c4;
}
div#product-product ul.breadcrumbs li:nth-child(2) {
    display: none;
}
div#product-category ul.breadcrumbs li:nth-child(2) {
    display: none;
}
.product-compare input[type="button"] {
    color: #fff;
    background: #800;
    border-color: #800;
}
.two_btn input {
    width: 30% !important;
    border-radius: 0;
}
.two_btn input:hover,
.two_btn input:focus{
	outline: none;
	text-decoration: none;
	color: #fff;
    background: #800;
    border-color: #800;
}
.two_btn {
    display: flex;
    flex-flow: nowrap;
}
.two_btn a {
    border-radius: 0;
    margin-left: 11px;
    width: 30%;
    background: #800;
    border-color: #800;
    margin-top:0;
}
.two_btn a:hover,
.two_btn a:focus{
	outline: none;
	text-decoration: none;
	color: #fff;
    background: #800;
    border-color: #800;
}
.two_btn .btn-block+.btn-block {
    margin-top: 0 !important;
}
div#product-compare table thead tr td {
    font-size: 16px;
    font-family: 'Pyidaungsu' !important;
}
a.pd_name, a.pd_name:hover, a.pd_name:focus {
    color: #800;
    text-decoration: none;
    outline: none;
}
.en .h4.media-heading {
    font-family: 'Pyidaungsu' !important;
}
.en .media-body {
    font-family: 'Pyidaungsu' !important;
}
.buttons.pep_contact_btn input {
    position: absolute;
    left: 32rem;
    top: -56px;
    float: left !important;
}
.buttons.pep_contact_btn{
	position: absolute;
	float: left !important;
}