.cms-under-construction .header-container{
	display: none;
}

.amsl-popup-block .actions-toolbar .action.primary {
    font-size: 2rem !important;
}

.amsl-tablist .amsl-link {
    font-family: 'Prompt',sans-serif;
}

.amsl-tablist .amsl-title.active .amsl-link {
    color: #1b4985;
    border-bottom: #1b4985;
}

.amsl-popup-block .input-text {
    border: 1px solid #ddd;
}
.account .col-left-sidebar {
    background: none !important;
}
.actions-toolbar .secondary a.action span{
    display: none;
}
.col-right-main .block.block-compare .product-items .product-item{
    display: flex;
    align-items: unset;
    border: 1px solid #eee;
    padding: 5px;
}
.col-right-main .block.block-compare .product-items .delete::before {
    color: red;
}
.table-comparison .action.towishlist{
    display: none;
}
.ammenu-items .current, 
.ammenu-nav-sections .ammenu-items .ammenu-link.current,
.ammenu-menu-wrapper .ammenu-items .ammenu-item.current > .ammenu-link, 
.ammenu-nav-sections .ammenu-items .current > .ammenu-wrapper{
    color: #1b4985 !important;
}
.filter-options-content .am-filter-price {
    max-width: 80px;
}
.home-three-banner .home-banner {
    padding: 0;
}
.mobile-quick-menu {
    padding: 0;
    background: #f6f6f6;
    position: fixed;
    bottom: 0;
    z-index: 9;
}
.mobile-quick-menu .category-box {
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
    flex-wrap: wrap;
}
.mobile-quick-menu .category-box .cbox {
    width: calc(100% / 4);
    padding: 10px 0 !important;
}
.mobile-quick-menu img {
    width: 25px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    margin-bottom: 6px;
}
.mobile-quick-menu .cbox h4 {
    font-size: 13px;
    font-weight: 400;
    color: #282626;
    margin: 0;
}
.header .ammenu-menu-toggle .ammenu-icon {
    border-color: #000 !important;
}
/*Mobile Fixed Menu*/
.mobile-fix-menu {
    display: flex;
    position: fixed;
    z-index: 9;
    bottom: 0;
    width: 100%;
    justify-content: space-around;
	align-items: center;
    background-color: #898989;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.12);
    height: 55px; 
}
.mobile-fix-menu li {
    width: 25%;
    text-align: center;
}
.mobile-fix-menu li a {
    color: #fff;
    font-family: 'Roboto';
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
}
.mobile-fix-menu li a img{ 
    width: 22px;
    margin: 0 auto 2px;
}


/*Header Contact*/
.header-contact-row{
	padding-right: 0;
}
.header-contact-row .header-contact{
	padding: 0;
}
.header-bar p{
   font-family: 'Roboto' ,'Prompt', sans-serif;
    margin: 0;
}
.header-bar p img{
	width: 22px;
    margin-right: 10px;
}
.header-contact ul li span{
	display: none;
}
/*****Home Categories********-*/



/*Home Slide*/
.header-1-style .slidershow-home.owl-carousel.owl-theme .owl-controls .owl-dot {
    background: rgba(255, 255, 255, 0.4) !important;
}
.header-1-style .slidershow-home.owl-carousel.owl-theme .owl-controls .owl-dot.active,
.header-1-style .slidershow-home.owl-carousel.owl-theme .owl-controls .owl-dot:hover {
    background-color: #fff !important;
}
.home-main-slide .owl-carousel .owl-item img {
    width: 100%;
}
.owl-carousel .owl-dots .owl-dot span {
    display: none !important;
}
.header-1-style .owl-carousel.owl-theme .owl-controls .owl-dot {
    background: #e1e2e0 !important;
    width: 20px !important;
    height: 4px !important;
    border-radius: 5px;
    margin: 0 6px 0 0;
}
.header-1-style .slidershow-home .owl-dots .owl-dot {
    margin: 0 -1px;
}
.header-1-style .owl-carousel.owl-theme .owl-controls .owl-dot.active,
.header-1-style .owl-carousel.owl-theme .owl-controls .owl-dot:hover {
	background-color: #6e726b !important
}

.slidershow-home .owl-dots{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.block-static-block .owl-carousel .owl-item img {
    width: 100%;
}
.home-product-row .owl-nav div:hover {
    background-color: transparent !important;
}
.slidershow-home .owl-nav div{
	top: calc(50% - 40px);
	position: absolute !important;
    margin: 0;
	background-color: rgba(255, 255, 255, 0.8) !important; 
}
.block-static-block .owl-nav .owl-prev{
    left: 0;
}
.block-static-block .owl-nav .owl-next{
    right: -1px;
}
.block-static-block .slidershow-home .owl-controls .owl-nav div.owl-prev::before{
    background: url(../images/arrow-left.svg) no-repeat 12px center/12px auto;
    opacity: 0.8;
}
.block-static-block .slidershow-home .owl-controls .owl-nav div.owl-next:before {
    background: url(../images/arrow-right.svg) no-repeat 13px center/12px auto;
    opacity: 0.8;
}
.block-static-block .owl-controls .owl-nav div.owl-prev:before {
    content: "";
    background: url(../images/arrow-left1.svg) no-repeat 0 0/10px auto;
    opacity: 1;
}
.block-static-block .owl-controls .owl-nav div.owl-next:before {
	content: "";
	opacity: 1;
	background: url(../images/arrow-right1.svg) no-repeat 0 0/10px auto;
}
.block-static-block .owl-controls .owl-nav div:hover:before{
    opacity: 0.4 !important;
}
.slidershow-home .owl-nav div{
	height: 90px !important;
	width: 40px !important;
	margin: 0 !important;
}
.slidershow-home .owl-nav div{
    background-color: transparent !important;
}
.slidershow-home .owl-nav div:hover{
    background-color: transparent !important;
}
.slidershow-home .owl-controls .owl-nav .owl-prev{
	border-radius: 0 42px 42px 0;
    left: 10px;
}
.slidershow-home .owl-controls .owl-nav .owl-next {
	border-radius: 42px 0 0 42px;
    right: 10px;
}
.slidershow-home{
    margin-bottom: -6px;
}
.block-static-block .inner-brands  .owl-nav div.owl-prev:before {
    content: "";
    opacity: 1;
    background: url(../images/arrow-left1.svg) no-repeat 0 0/12px auto;
}
.block-static-block .inner-brands  .owl-nav div.owl-next:before {
	content: "";
	opacity: 1;
	background: url(../images/arrow-right1.svg) no-repeat 0 0/12px auto;
}

/*Home Right IMG*/
.banner-right-index{
	margin-bottom: 15px;
}

.home-category img {
    width: 55px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    margin-bottom: 15px;
}
.home-category img.icon-lifestyle {
    width: 40px;
    margin-bottom: 12px;
}
.home-category .category-box {
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
    flex-wrap: wrap;
}
.home-category .category-box .cbox {
    width: calc(100% / 2);
    padding: 15px 0 !important;
}
.home-category a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.home-category .cbox  h4{
    font-size: 1.65rem;
    font-weight: 400;
    color: #282626;
    margin: 0;
}
.home-category .cbox a:hover h4 {
    color: #1b4985;
}
/*Home Three Banner*/
.home-three-banner{
	display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.home-three-banner .row div,
.home-two-banner .row div{
	margin-bottom: 15px;
}
.home-three-banner .row div:last-child,
.home-two-banner .row div:last-child{
	margin-bottom: 0;
}


/*Home Two Banner*/
.home-two-banner{
	display: inline-block;
    width: 100%;
}
.home-two-banner .home-banner {
    padding: 0;
}
.home-banner {
    margin-bottom: 15px;
}
/*---Home Flash sale----*/
.home-products.home-flash-sale  a.s-all{
    top: -45px;
    color: #fff !important;
    right: 15px;
}
.home-products.home-flash-sale  a.s-all:hover{
    color: #1b4985;
}
.home-flash-sale .home-product-row {
    background: #f7f7f7;
    padding: 15px 0;
}
.home-products.home-flash-sale .sm-listing-tabs .owl-dot:before{
    display: none;
}
/*----*/
.product-banner-column {
    margin-bottom: 15px;
}
.home-product-title h4 {
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 0;
    color: #242424;
    line-height: 1.4;
}
.home-products span.bg-title-header {
    background: url(../images/icon-new-arrival.png) no-repeat 0 0 / 100% auto;
    display: inline-block;
    width: 65%;
    height: 60px;
    text-align: left;
    position: absolute;
    left: 0;
    max-width: 230px;
}
.home-products.home-best-seller span.bg-title-header {
    background: url(../images/icon-best-sellers.png) no-repeat 0 0 / 100% auto;
}
.home-products.home-blog span.bg-title-header {
    background: url(../images/icon-blog.png) no-repeat 0 0 / 100% auto;
}
.home-product-title p {
    color: #999999;
    margin: 0;
    line-height: 1.1;
    letter-spacing: 1.5px;
}
.home-brands .home-product-title p {
    color: rgba(255,255,255,0.6);
}
.home-product-title h4:lang(en) {
    font-size: 2.2rem;
    font-weight: 400;
    text-transform: uppercase;
}
.home-product-title h4 span {
    font-size: 1.4rem;
    position: relative;
    margin-left: 40px;
    line-height: 1;
	font-weight: 400;
}
.home-product-title h4 span::before {
    content: '';
    background-color: #ebebeb;
    width: 1px;
    height: 28px;
    display: inline-block;
    position: relative;
    left: -20px;
    top: 4px;
}
.home-products a.s-all {
    float: right;
    font-size: 1.2rem;
    color: #242424;
}
.home-product-title a {
    position: absolute;
    top: 15px;
    right: 0;
    font-family: 'Roboto','Prompt',sans-serif;
    color: #636363 ;
}
.home-box {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.home-products{
    display: inline-block;
	padding: 0;
}
.home-product-row {
    position: relative;
}
.home-product-row .products-grid{
    margin-bottom: 15px;
}
.home-products .category-product.products.wrapper.products-grid .item {
    margin: 0;
    padding: 0;
}
.home-product-title {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}
.home-products.home-brands {
    padding-bottom: 15px;
}

.home-brands .home-product-title{
    background: #1b4985;
    padding: 15px 0;
    height: 70px;
    color: #fff;
    display: flex;
    align-items: center;
}
.home-brands .home-product-title a:hover{
    color: rgba(255,255,255,0.6);
}
.home-brands .home-product-title h2{
    font-size: 2.7rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}
.home-brands .home-product-title a {
    color: #fff;
    right: 15px;
}
.home-product-row .products-grid .item {
    margin-bottom: 0px;
}
.home-product-row .owl-nav div ,
.home-post-quotation .owl-nav div {
    height: 22px !important;
    width: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
	top: 20%;
    position: absolute !important;
    background-color: transparent !important;
}

.block-static-block .home-products .owl-controls .owl-nav div ,
.home-post-quotation .home-products .owl-controls .owl-nav div {
    position: absolute;
    margin: 0;
    width: 12px;
    height: 20px;
    border-radius: 0;
}
.header-1-style .owl-dots .owl-dot {
    margin: 0 -1px 0 0;
}

.home-brands-slide{
    padding: 0;
}
.home-brands-slide li {
    padding: 0;
}
.block-static-block .home-brands-slide .owl-nav .owl-prev {
    left: -15px;
}
.block-static-block .home-brands-slide .owl-nav .owl-next {
    right: -15px;
}

.mobile-hidden{
	display: none;
}
.inner-brands li img{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  opacity: 0.5;
}
.inner-brands li img:hover{
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1;
    
}
.home-lifestyle-box .home-product-title h4{
    border-right: none;
}
/*Home Flash Sale*/
.home-flash-sale .product-banner-column{
	margin-bottom: 15px;
}
.block.widget .home-flash-sale .products-grid .product-item {
    margin-left: 0 !important;
    width: 100% !important;
    background: #fff;
    padding: 15px;
}

.block-static-block .home-products.home-flash-sale .owl-controls .owl-nav div {
    top: 27%;
}
.home-flash-sale .home-banner{
    margin-bottom: 0;
}
.home-banner img {
    width: 100%;
}
.home-flash-sale .home-product-title{
    position: absolute;
}
.products-grid .item .product-item-details .price-box {
    display: inline-block;
}
.block.widget .products-grid .product-items{
    padding: 0;
}
.block.widget .products-grid .product-item{
    width: 100% !important;
    border: 1px solid #ebebeb;
    list-style-type: none;
}
.block.widget .product-item-info {
    padding: 9px;
}
/*Home Category*/

.home-category .row {
    margin-right: -5px;
    margin-left: -5px;
}
.home-category .row a {
    width: 33.33333%;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 5px;
}
.home-category .row a img{
    padding: 5px;
    border: 1px solid #ebebeb;
}
.home-category .row a h4{
    margin: 15px 0;
    font-size: 1.4rem;
}
.home-category .row a h4:lang(en){
    font-weight: 500;
}

/*Home Blog*/
.home-post-quotation {
    padding: 0;
}
.home-post-quotation .lastest-post{
	padding: 0;
	margin-bottom: 15px;
}
.home-post-quotation .blog-widget-recent .post-holder {
    width: 100%;
	padding: 2px;
    margin: 0;
}
.post-content-description h3 {
    margin: 0 0 10px;
    font-size: 1.6rem;
    min-height: 38px;
    overflow: hidden;
	font-weight: 400;
}
.post-content-description{
    background-color: #fff;
    color: #000;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.10);
}
.post-content-description .post-content {
    overflow: hidden;
    max-height: 34px;
    line-height: 1.5;
    font-size: 1.2rem;
}
.blog-widget-recent .post-list {
    margin: 0;
    padding: 0;
}

/*--------*/

.home-blog-content {
    padding: 0;
}
.home-post-quotation  .blog__main-recent {
    margin-bottom: 0;
}
.home-post-quotation .block-title {
    display: none;
}
.home-blog-content .blog__post-list-wrapper li.blog__post-item {
    border: unset !important;
    padding: 0 0 2PX 0;
    margin-top: 0;
}
.home-post-quotation .blog__post-list1 {
    padding: 0;
}
.home-post-quotation .blog__post-excerpt {
    position: relative;
}
.home-blog-content .blog__post-item .blog__post-header .blog__post-title a {
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.home-blog-content .blog__post-item .blog__post-header .blog__post-title a:hover{
    color: #1b4985 !important;
}
.home-blog-content .blog-content-bg {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    border: 1px solid #f8f8f8;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.10);
}
.home-blog-content .blog-content {
    overflow: hidden;
    height: 45px;
    display: inline-block;
    line-height: 1.8;
}
.home-blog-content .blog__post-item .blog__post-excerpt > img, 
.home-blog-content .blog__post-item .blog__post-excerpt > a > img {
    margin-bottom: 0 !important;
    max-height: 250px;
}
.home-blog .home-product-row {
    margin-bottom: 15px;
}
/*Home Quotation Form*/
.home-post-quotation .quotation-form{
	padding: 0;
}
.home-category .home-product-title h4:before,
.home-post-quotation .home-product-title h4:before {
    display: none;
}
.quotation-form-content{
	padding: 10px 15px;
	border: 3px solid #ebebeb;
	position: relative;
}
.quotation-form-content .home-product-title {
    margin: 0;
}
.quotation-form-content .home-product-title h4 {
    font-size: 2.2rem;
    font-weight: 400;
}
.quotation-form-content .home-product-title h4 span{
	text-transform: uppercase;
}
.quotation-form-content .fieldset > .fields > .field > .label {
    display: none;
}
.quotation-form-content .amform-form .form-control {
    border: 1px solid #ebebeb;
}
.quotation-form-content .field-email {
    padding-right: 8px;
}
.quotation-form-content .field-tel{
	padding-left: 8px;
}
.quotation-form-content button {
    background: #555 !important;
    font-family: 'Roboto','Prompt',sans-serif !important;
    font-size: 1.4rem !important;
}
.quotation-form-content button:hover {
    background: #1a3180 !important;
	color: #fff !important;
}
.quotation-form-content .amform-versiontwo-label {
    font-family: 'Roboto','Prompt',sans-serif;
    font-weight: 300 !important;
    font-size: 1.6rem !important;
	margin-right: 12px; 
}
.quotation-form-content .fieldset:last-child {
    margin-bottom: 0;
}
.quotation-form-content .amcform-toolbar {
    text-align: center;
}
.quotation-form-content input::placeholder,
.quotation-form-content textarea::placeholder{
	color: #b2b1b1 !important;
}
.quotation-form-content input:-webkit-input-placeholder,
.quotation-form-content textarea:-webkit-input-placeholder { 
	color: #b2b1b1 !important;
}
.quotation-form-content input:-moz-placeholder,
.quotation-form-content textarea:-moz-placeholder {
	color: #b2b1b1 !important;
}
.quotation-form-content input:-moz-placeholder,
.quotation-form-content textarea:-moz-placeholder { 
	color: #b2b1b1 !important;
}
.quotation-form-content .radio-group input[type="radio"] {
    display: none;
}
.quotation-form-content .radio-group label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    clear: both;
    padding-left: 30px !important;
}
.quotation-form-content .radio-group label:before {
    content: "";
    position: absolute;
    border: 1px solid #dadada;
    background-color: #e5e5e5;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 0;
	top: 2px;
}
.quotation-form-content .radio-group input:checked + label:before {
	border: 6px solid #1a3180;
	background: #e5e5e5;
}

/*about us*/
.cms-about-us .abox.certificate .title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    background-color: #111;
    color: #fff;
    margin-bottom: 15px;
}
.cms-about-us p.name-certifi {
    text-align: center;
    font-size: 1.5rem;
    margin: 15px 0 !important;
}
.cms-about-us .abox.certificate h4 {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 7px 0;
}
.cms-about-us .cbox1 {
    text-align: center;
    padding: 15px;
}
.cms-about-us .cbox2 {
    padding: 0 15px;
    text-align: center;
}
.cms-about-us .cbox2 img {
    height: 300px;
}

/*Shopping*/
.cms-shipping .detail:first-child {
    margin-bottom: 15px;
}
.cbox-img {
    margin-bottom: 15px;
}
.cms-shipping .cbox-img,
.cms-shipping .cbox-detail,
.cms-shipping .detail{
    padding: 0;
}

/*Contact us*/
.cms-contact-us .cms-content .lbox {
    padding: 0 15px 30px 15px;
}

/*Payment*/
.cms-payment .detail img {
    padding: 15px 0;
}
.cms-payment .cms-bottom {
    padding: 15px !important;
    display: inline-block;
}

/*Product*/

.products-grid .item .item-inner .product-item-info .box-info .product-name {
    overflow: inherit;
    text-overflow: inherit; 
    font-size: 1.5rem !important;
}
.products-grid .item .item-inner .product-item-info .box-info .product-name a {
    white-space: inherit;
}

.product.description.product-item-description p {
    margin: 0;
}
.price-box .special-price {
	margin: 0 0 0 5px;
	order: 2;
} 
.normal-price span.price {
    color: #ed1c24 !important;
}
.price-box .old-price .price {
    color: #7f7f7f;
    font-size: 1.2rem;
    font-weight: normal;
    float: left;
    margin: 11px 5px 0;
}
.price-box .special-price .price {
    color: #ed1c24;
}
a.minimal-price-link {
    display: block;
}
.price-box span.price {
    color: #242424;
    font-weight: 600;
    margin: 3px 0;
    display: inline-block;
    font-size: 1.9rem;
    font-family: 'Roboto','Prompt';
}
ul.prices-tier.items {
    font-size: 1.5rem;
    font-family: 'Roboto';
}
.product.details.product-item-details.box-info {
    text-align: center;
    padding: 15px 0 0 !important;
}
.product-item-details .deals-countdown{
	background:  #d10000;
	border: 1px solid #d10000;
	display: flex;
    margin: 0;
}
.deals-countdown .num-time{
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
}
.deals-countdown .title-time{
	color: #fff;
}
.deals-countdown .separator{
	color: #fff;
	font-size: 2rem;
	line-height: 1.2;
}
.col1-layout .category-product.products-grid .item {
    width: 100% !important;
}
/*.products-grid .item .product-item-actions {
    padding: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.products-grid .item .product-item-actions .actions-primary{
	width: 75%;
}
.products-grid .item .product-item-actions .actions-secondary {
    padding: 0;
    width: 25%;
}*/
.products-grid .item .product-item-actions .actions-primary .tocart {
    border: none !important;
	height: 40px;
	width: 100%;
	max-width: 135px;
	border-radius: 22px;
}
.products-grid .item .product-item-inner {
    padding: 0;
}
.products-grid .item .product-item-actions .actions-primary .tocart span{
    color: #fff ;
    font-weight: 400;
}
/*
.products-grid .item .product-item-actions .actions-primary .tocart:before {
    content: '';
    display: inline-block;
    background: url(../images/btn-cart.svg) no-repeat 0 0 / 26px auto !important;
    height: 26px;
    width: 26px;
    position: relative;
    top: 0px;
    margin-right: 6px;
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10);
    float: left;
}
*/

.product.description.product-item-description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 0 5px 0;
    height: 38px;
    overflow: hidden;
    color: #3b4241;
    font-weight: 300;
    text-align: center;
}
.product-grid-column .product.description.product-item-description{
    margin: 0 !important;
}
.item .product.description.product-item-description, .item .product.description.product-item-description h1, .item .product.description.product-item-description h2, .item .product.description.product-item-description h3, .item .product.description.product-item-description span, .item .product.description.product-item-description strong {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 10px 0 0 0;
    line-height: 1.6;
    font-family: 'Roboto', 'Sarabun',sans-serif !important;
    color: #7f7f7f !important;
}

.products-grid .item .product-item-actions .actions-secondary .action {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #c3262f;
	position: inherit !important;
	margin: 0 5px;
}
.products-grid .item .product-item-actions .actions-secondary .action:after {
    width: 28px;
    height: 28px;
	margin: 6px 0;
}
/*
.products-grid .item .product-item-actions .actions-secondary .action.towishlist:after {
	background: url(../images/btn-wishlist.svg) no-repeat 0 0 / 28px auto;
}
.products-grid .item .product-item-actions .actions-secondary .action.tocompare:after {
	background: url(../images/icon-compare.svg) no-repeat 0 0 / 28px auto;
}
*/

.products-grid .item .product-item-info .item-inner .box-info .bottom-action {
    margin-top: 15px;
}
.categories-product.products-grid .item .product-item-info .item-inner .box-info {
	padding: 5px 0;
}
.products-grid .item .item-inner .box-image:hover a.product-item-photo-hovered img {
    opacity: 1;
}
.products-grid .item .item-inner:hover .box-image .quickview-handler {
    z-index: 9;
}
.products-grid .item .item-inner .box-image a img {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.product-item-photo-hovered {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
} 
.product.info.detailed tbody th.col.label {
    width: 150px;
}
.photo-image-hover {
	opacity: 0;
}
.photo-currently-hovered {
	opacity: 1 !important;
}
.photo-currently-not-hovered {
	opacity: 0 !important;
}
.categories-product.products-grid .item .item-inner .box-info .bottom-action {
    display: block;
}
.cms-about-us .abox-detail {
    margin: 15px 0;
}
.block-static-block.widget,
.block-cms-link.widget {
    margin-bottom: 0;
}
.products-grid .product-item-actions {
    display: flex !important;
    position: relative;
    width: 100%;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.products-grid .actions-secondary {
    display: flex;
    padding-left: 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.products-grid .product-item-actions .actions-secondary .action {
    position: initial !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    border: 1px solid #b0e1dc !important;
    border-radius: 5px;
    margin: 0 5px;
    line-height: 3 !important;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist{
    order: 2;
}
.products-grid.grid .product-item-details button.action.tocart:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url(../images/icon-cart.svg) no-repeat -20px -272px;
    position: relative;
    top: 2px;
    margin-right: 3px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.products-grid.grid .product-item-details button.action.tocart {
    height: 40px !important;
    width: 135px;
    border: 1px solid #1b4985 !important;
    margin: 10px 0;
    padding: 0 !important;
}
.products-grid.grid .product-item-details button.action.tocart:hover {
    background: #535353 !important;
    border: 1px solid #535353 !important;
}
.products-grid.grid .product-item-details button.action.tocart span {
    color: #fff;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 40px;
}
.products-grid .product-item-actions .actions-secondary .action.tocompare::after {
    content: '\f012' !important;
    display: inline-block;
    background: url(../images/icon-compare.svg) no-repeat -20px -272px;
    color: #b0e1dc;
    font-size: 2rem !important;
    line-height: 2 !important;
    margin: 0;
}

.products-grid .product-item-actions .actions-secondary .action.towishlist::after {
    display: inline-block;
    background: url(../images/icon-wishlist.svg) no-repeat -20px -272px;
    color: #b0e1dc;
    font-size: 2rem !important;
    line-height: 2.1 !important;
    margin: 0;
}
.products-grid .product-item-actions .actions-secondary .action:hover:after{
    color: #fff;
}
.products-grid .product-item-actions .actions-primary .unavailable{
    height: 40px !important;
    width: 130px;
    border: 1px solid #bbb !important;
    margin-bottom: 10px;
    padding: 0 5px !important;
    background: #bbb;
    border-radius: 22px;
    margin: 0 auto;
}
.products-grid .product-item-actions .actions-primary .unavailable span{
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 40px;
    font-family: 'Roboto','Prompt',sans-serif;
}
/*Products List*/
.products-list .item .item-inner .box-info-list .product.description.product-item-description {
    text-align: left;
}
.products-list .item .item-inner {
    display: inline-block !important;
}
.products-list .item .item-inner .product-item-details.box-info-list .product-name {
    font-weight: 500;
}
.products-list .actions-primary {
    float: left;
}
.products-list .action.tocart.primary {
	min-width: 110px;
}
.products-list .actions-secondary {
    display: inline-block;
    padding: 0;
    width: 35px;
    height: 35px;
    margin-left: 15px;
    text-align: center;
    min-width: unset;
    background-color: #fff !important;
    border: 1px solid #000;
}
.products-list .actions-secondary:hover {
    border: 1px solid #b7b5b4;
}
.products-list a.action.tocompare,
.products-list a.action.towishlist{
    width: 35px;
    height: 35px;
	border: 1px solid #898989;
    position: inherit !important;
    margin-left: 4px;
    display: block;
    text-align: center;
}
.products-list a.action.tocompare:after {
    background: url(../images/icon-compare.svg) no-repeat 1px 0 / 20px auto;
    color: black;
    content: '' !important;
    width: 22px;
    height: 20px;
    margin: 7px 0;
    display: inline-block;
}
.products-list a.action.towishlist::after {
    content: '' !important;
    width: 18px;
    height: 18px;
    margin: 9px 0;
    display: inline-block;
    background: url(../images/icon-wishlist.svg) no-repeat 0 0 / 18px auto;
}
.products-list a.action.towishlist:before{
    content: none !important;
}
.products-list a.action.tocompare span{
    display: none;
}
.products-list .stock.unavailable {
    height: 35px;
    background-color: #eee;
    padding: 0 10px;
    width: 110px;
    text-align: center;
    line-height: 2.6;
    font-family: 'Prompt', sans-serif;
}

/*Label*/
.item .label-product {
    top: 10px;
    right: 10px !important;
    left: auto !important;
    line-height: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Roboto';
    text-transform: lowercase;
    z-index: 9;
    height: 20px;
    width: 35px;
    border-radius: 5px;
}
.item .label-product.label-sale{
	background-color: #ed1c24;
}
.item .label-product.label-new{
	background-color: #47b791;
}


/*Service Box*/
.home-service-box {
    padding: 20px 0;
    background: #1b4985;
    display: inline-block;
}
.service-col {
    float: left;
    text-align: center;
    padding: 0;
}
.service-col:lang(en) {
    padding: 0 5px;
    height: 180px;
}
.home-service-box .container .service-col:nth-child(1),
.home-service-box .container .service-col:nth-child(2)
{
    margin-bottom: 20px;
}
.service-col h4 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.service-col img {
    margin-bottom: 10px;
    width: 100px;
    border-radius: 50%;
}
.service-col p {
    margin: 0;
    font-size: 1.3rem;
    color: #fff;
}

/*Footer Links*/
footer.page-footer {
    background: #1b4985;
}
.footer-links {
    background: #fff;
    padding: 15px 0;
}
.footer-box h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #535353;
    margin-bottom: 20px;
}
.footer .copyright-footer .f-policy a {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 !important;
    display: block;
}
.footer-links li {
    color: #535353;
    line-height: 2.4;
}
.footer-links .f-tel li {
    margin: 0 !important;
}
.footer-links .f-open li {
    margin: 0 !important;
    line-height: 1.6;
}
.footer-links .f-open li:last-child {
    color: #707070;
}
.footer-links .f-open h4 {
    margin: 0 !important;
    font-family: 'Sarabun';
    font-size: 1.7rem;
    font-weight: 500;
}
span.tsd a {
    padding-left: 0 !important;
}
.footer-links p {
    color: #535353;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: 'Sarabun', sans-serif;
    margin-bottom: 15px;
}
.footer-links img {
    width: 25px;
    float: left;
    margin: 0px 15px 0 0;
}
.footer-links .f-contact li {
    margin-bottom: 5px;
}
span.f-location {
    display: inline-block;
    width: 80%;
    line-height: 1.4;
}
.footer-links .footer-box.f-contact span.f-location h4{
    margin: 0;
    color: #fff !important;
}
.footer-links .f-tel h4 {
    margin: 0 !important;
    line-height: 2;
    color: #fff;
}
.footer-links .footer-box h4 {
    margin: 0 0 30px;
    text-transform: uppercase;
}
.footer-links .f-contact li h4 {
    margin: 0;
}
.footer-links .f-contact .f-location li {
    margin: 0;
    line-height: 1.4;
}
.footer-links .f-contact .f-location li:last-child {
    display: inline-block;
    width: 85%;
}
.footer-links a.tel-txt {
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-block;
    line-height: 1.7;
}
.footer-box .txt-open {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.footer-box h2.f-open {
    float: left;
    margin-right: 10px;
    line-height: 1;
}
.footer-bottom-bg{
    display: inline-block;
    background: #1b4985;
    padding: 15px 0;
}
.footer-bottom-contact {
    padding: 0;
}
.f-contact li a{
    font-weight: 500;
    color: #535353;
    font-size: 1.4rem;
}
.f-contact li.line-id a {
    font-size: 1.8rem;
}
.txt-open span {
    font-weight: 500;
}
/*SC Footer*/
.footer-socials h4 {
    margin: 0 !important;
}
ul.sc-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sc-footer li {
    display: flex;
    padding: 0 20px 0 0;
}
.sc-footer a{
    display: flex;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #2da197;
    align-items: center;
    justify-content: center;
}
.sc-footer img {
    width: 22px;
    float: none;
    margin: 0;
}
.sc-footer img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform 0.6s;
}
.sc-footer a:hover{
    box-shadow: inset 1px 2px rgba(0, 0, 0, 0.1) !important;
}

/*Footer Links Bottom*/
.footer-links-bottom h4 {
    color: #fff;
    margin: 0;
}
.footer-links-bottom {
    padding: 0;
}
.footer-links-bottom h4 a {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    font-weight: 400;
}
.footer-links-bottom h4 a:hover{
    text-decoration: underline;
}
.footer-container .footer-bottom .copyright-footer a {
    color: #fff !important; 
}

/*Footer*/
.footer-links .footer-location iframe {
    border: 1px solid #e1e1e1 !important;
}
.footer h4 {
    color: #535353;
    font-family: 'Roboto','Prompt';
    font-size: 1.9rem;
    font-weight: 500;
}
.footer .footer-box .f-box1 ul a {
    font-family: 'Sarabun', sans-serif;
    color: #535353 !important;
    text-transform: uppercase;
    font-size: 12px;
}
.footer-wrapper .row {
	margin: 0;
}
.footer-box {
    padding: 0;
    margin-bottom: 15px;
}
.footer-box ul.f-links {
    margin-bottom: 20px;
}

.footer-box a:hover {
    text-decoration: underline;
}
.footer .footer-container .footer-bottom.copy-right {
    color: #fff;
    padding: 7px 0px !important;
    text-align: center;
    font-size: 1.2rem;
    background-color: #1b4985;
}
.footer .news-text p {
    color: #000;
    font-size: 1.2rem;
    margin: 0;
}
.footer-location img {
    width: 60px;
}
.footer-location h4 {
    font-weight: 600;
}
.footer-links .footer-box:nth-child(3){
    display: flex;
    align-items: center;
}
.footer-box img.f-qrcode {
    width: 160px;
}
.footer-location li h4 {
    margin: 0 0 10px 0 !important;
}
li.f-location {
    display: inline-block;
    width: 100%;
    line-height: 1.4;
}
.footer-links .add-line img {
    width: 40px;
}
.f-contact a.img-add-line {
    background: #12bd56;
    color: #fff;
    width: 135px;
    height: 40px;
    border-radius: 22px;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    justify-content: center;
}
/*Start cms page*/
.cms-page .block {
    padding: 0;
    margin: 0 !important;
}
.cms-content .cms-top,
.cms-content .cms-bottom
{
    padding: 0 15px;
}
.cms-page-view {
    position: relative;
    z-index: 2;
}
.cms-content .c-box {
    margin-bottom: 15px;
}
.cms-page {
    padding: 0 !important;
}
.cms-index-noroute .home-blog {
    display: none;
}
.about-menu li:nth-child(1) .fa,
.howto-menu li:nth-child(2) .fa, 
.pay-menu li:nth-child(3) .fa, 
.ship-menu li:nth-child(4) .fa, 
.confirm-menu li:nth-child(5) .fa, 
.privacy-menu li:nth-child(6) .fa, 
.contact-menu li:nth-child(7) .fa{
    color: #1b4985;
}
.contact-menu,
.about-menu,
.terms-menu,
.howto-menu,
.pay-menu,
.ship-menu,
.privacy-menu,
.confirm-menu,
.terms-menu,
.cbox,
.cms-page,
.cbox {
    padding: 0 !important;
    display: inline-block !important;
}
.cms-content .rbox {
    margin-bottom: 15px;
}
.cms-page-view .cms-menu,
.cms-page-view .cms-menu {
    margin-bottom: 15px;
    text-align: center;
}
.cms-menu ul {
    padding: 0 !important;
}
.cms-menu li {
    display: inline-block;
    margin: 0;
}
.cms-menu li:hover .fa {
    color: #3b3b3b;
}
.cms-menu .fa {
    width: 36px;
    font-size: 2rem;
}
.cms-menu .fa.fa-file {
    font-size: 1.6rem;
}
.cms-menu h4 {
    display: none;
    font-size: 1.3rem;
    font-weight: normal;
}
.cms-page a {
    color: #535353;
}
.cms-page-view .cms-title{
    padding: 0;
}
.page-layout-1column.categories-how-to-order .page-title-wrapper,
.page-layout-1column.categories-payment .page-title-wrapper,
.page-layout-1column.categories-shipping .page-title-wrapper,
.page-layout-1column.categories-contact-us .page-title-wrapper,
.page-layout-1column.categories-confirm-payment .page-title-wrapper {
    display: none;
}
.cms-title h1 {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 25px;
    vertical-align: top;
}
.cms-page .cms-menu {
    padding: 15px 0;
    text-align: center;
}
.cms-logo {
    display: inline-block;
    margin: -3px 15px 15px;
    position: relative;
}
.cms-logo .fa {
    background: #1b4985;
    color: #fff;
    font-size: 4.2rem;
    height: 65px;
    line-height: 1.6;
    text-align: center;
    width: 65px;
}
.tri-ang {
    border-left: 3px solid transparent;
    border-right: 3px solid #000;
    border-top: 3px solid transparent;
    left: -6px;
    position: absolute;
    top: 0;
    z-index: 0;
}
.cms-content {
    background: #fff;
    border: 1px solid #ddd;
    min-height: 360px;
    padding: 0;
}
.cms-content .map > img {
    padding: 15px 0 0;
}
.cms-content p {
    color: #535353;
    font-size: 1.3rem;
}
.cms-content .abanner,
.cms-content .abox{
    margin-bottom: 15px;
    padding: 0 15px;
}
.cms-content .abanner{
    margin: 0 auto 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 50%;
    max-width: 50%;
}
.cms-content .cms-list li,
.cms-content .c-box li,
.cms-content .bank li {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.7;
    list-style-type: disc;
}
.cms-content .bank li {
    list-style-type: none;
}
.cms-content .lbox h2,
.cms-content .rbox h2 {
    border-bottom: 1px solid #ddd;
    color: #535353;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 10px;
}
.cms-content .c-box h4,
.cms-content .lbox h4,
.cms-content .rbox h4,
.cms-content .cms-top h4 {
    border-bottom: 1px solid #ddd;
    font-size: 1.4rem;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cms-bottom > h4 {
    font-size: 1.4rem;
}
.cms-content .cms-top span,
.lbox span,
.rbox span {
    margin-right: 5px;
}
.cms-page-view .lbox1,
.cms-page-view .lbox1 {
    margin-bottom: 10px;
    padding: 0;
}
.cms-content .lbox .detail {
    margin-bottom: 15px;
    padding: 0;
}
.cbox ul.form-list {
    padding: 0;
}
.cms-content .cms-top .detail ul {
    padding-left: 15px;
    list-style-type: disc
}
.cbox ul.form-list li {
    list-style: outside none none;
    margin: 0;
}
.cbox .fieldset {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0;
    padding: 0;
}
.cbox .form-list .field {
    padding: 0;
    width: 100%;
}
.cbox .form-list label {
    color: #555;
}
.cbox .form-list li.wide .input-box {
    width: 100%;
}
.cbox .form-list input.input-text {
    box-sizing: border-box;
    margin: 0 0 15px;
    width: 100%;
}
.cbox .form-list select {
    margin: 0 0 15px;
    padding: 6px;
    width: 100%;
}
.cbox .form-list textarea {
    box-sizing: border-box;
    width: 100% !important;
}
.cbox .customer-forms button.button {
    background: rgba(55, 55, 55, 0.9);
    margin-left: 5px;
}
.cbox .customer-forms button.button:hover {
    background: #00AB53;
}
.customer-forms .button > span span,
.customer-forms .button > span {
    margin: 0;
    text-align: center;
}
.cms-content .easycreateform .action.submit.primary {
    margin-top: 15px;
    border-radius: 0 !important;
}
.cms-content .dec-li img {
    display: block;
    margin: 15px 0;
}
.cms-content .easycreateform input.field-day {
    width: 80%;
    margin-right: 10px;
}
.easycreateform .control button.ui-datepicker-trigger {
    padding: 0 !important;
    margin-top: -5px;
}
.cms-content .map {
    width: 100%;
}
.how-to-page .how-img {
    background: #d8d8d8 none repeat scroll 0 0;
    padding: 0;
    text-align: center;
}
.how-col {
    margin-bottom: 15px;
}
.how-text {
    padding: 15px;
}
.how-col .how-text {
    padding: 15px;
    border-color: #ddd #ddd #AEAFB1 #ddd;
    border-style: solid;
    border-width: 0 1px 3px 1px;
    margin-bottom: 10px;
}
.how-img:after {
    border-color: #d8d8d8 transparent transparent;
    border-style: solid;
    border-width: 10px 9px 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 10;
}
.how-to-page {
    padding: 0 15px;
}
.how-to-page .page-content.pc-how {
    display: none;
}

#how-mo .owl-buttons .owl-next {
    right: -15px;
    margin: 0;
    padding: 0;
}

#how-mo .owl-buttons .owl-prev {
    left: -15px;
    margin: 0;
    padding: 0;
}

.cms-content ul.cms-list {
    padding-left: 15px;
    margin-bottom: 15px;
}

.cms-content .cms-bottom .bank {
    padding: 0;
}

.cms-page ul.bank-detail {
    list-style: none;
    padding: 0;
}

.cms-content .bank h4 {
    line-height: 2.4;
    font-size: 1.6rem;
}
.bank img.code-pp {
	width: 120px;
    margin: 10px 0 0 40px;
}
.bank img {
    margin-right: 7px;
}

.k-bank {
    border-left: 3px solid #009E43;
    margin-bottom: 15px;
    padding-left: 15px;
}
.promtpay {
    border-left: 3px solid #26587e;
    margin-bottom: 15px;
    padding-left: 15px;
    margin-top: 30px;
}
.ktb-bank {
    border-left: 3px solid #3653B7;
    margin-bottom: 15px;
    padding-left: 15px;
}

.bbl-bank {
    border-left: 3px solid #003399;
    margin-bottom: 15px;
    padding-left: 15px;
}

.scb-bank {
    border-left: 3px solid #592273;
    margin-bottom: 15px;
    padding-left: 15px;
}

.aty-bank {
    border-left: 3px solid #FDC004;
    margin-bottom: 15px;
    padding-left: 15px;
}
.uob-bank {
    border-left: 3px solid #e1091d;
    margin-bottom: 15px;
    padding-left: 15px;
}

.map iframe {
    width: 100%;
    height: 270px;
}

ul.dec-li {
    padding-left: 15px;
}

ul.dec-li li {
    list-style-type: decimal;
    line-height: 1.6;
}

.cms-content .pccf.default .col-md-6,
.cms-content .pccf .col-md-6 {
    width: 100% !important;
}

.cms-content .pccf.default .well,
.cms-content .pccf .well {
    background: #fff none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.cms-content .pccf fieldset label,
.cms-content .pccf.default .form-horizontal .control-label {
    color: #555;
    text-align: left !important;
    width: 100% !important;
}

.cms-content .form-group .btn.btn-primary {
    background: #3c2611!important;
    border: medium none !important;
    float: right;
} 

.cms-content .form-group .btn.btn-primary:hover {
    background: #282020 !important;
}

.cms-content .alert.alert-success,
.cms-content .pccf.default .alert-success {
    background: #fff !important;
    border: none !important;
    padding: 0 !important;
}

.cms-content .pccf.default legend {
    display: none!important;
}

.cms-page .cbox ul.list-unstyled {
    list-style-type: none;
    padding: 0;
}

.lbox1 .cms-list a:hover,
.cms-content a:hover {
    font-weight: bold;
    text-decoration: none;
	color: #898989;
}

.cms-content a{
    font-weight: bold;
}
.bfb-widget .mgz-element-bfb_submit {
    text-align: center !important;
}
.bfb-widget .mgz-element.mgz-element-nupucbi0ee8y .mgz-btn{
    background: #898989 !important;
	border-radius: 0;
}
.rbox .mgz-btn span {
    margin-right: 0;
}
.bfb-widget .mgz-element.mgz-element-nupucbi0ee8y .mgz-btn:hover{
    background: #303038 !important;
}
.bfb-form .mgz-element-inner.mgz-element-column-inner {
    padding: 0; 
}

/*Amasty Form*/
.amform-form ._has-datepicker ~ .ui-datepicker-trigger::before {
    font-size: 35px;
    line-height: 1;
    color: #fff;
}
.amform-form .fb-time input{
	width: 100%;
}
.amform-form .fb-date input {
    width: calc(100% - 50px);
}
.amform-form .fb-date .ui-datepicker-trigger {
    float: right;
    width: 40px;
    padding: 0 !important;
}
.amform-form .fb-time input,
.amform-form .fb-date input {
	height: 35px;
	border: 1px solid #eaeaea;
}
.h-contact-right .h-form input#phone {
    max-width: 100% !important;
}
.form-group.field-message input#message {
    height: 200px !important;
}
.amform-form .form-control{
    border: 1px solid #eaeaea;
}
.cms-page .amform-form textarea#message {
    height: 100px;
}
.service-page .detail {
    padding: 0 !important;
}
/*404 Page*/ 
.p404 p {
    text-align: center;
    margin: 30px 0; 
}

/*Checkout*/
.payment-method-content p, .payment-method-content .billing-address-form {
    padding: 15px;
    font-size: 1.5rem;
}
#checkout .opc-wrapper .fieldset > .field > .label span,
#checkout .amcheckout-wrapper span
{
    font-size: 1.5rem !important;
}
.checkout-success .block-title strong {
    font-size: 2rem !important;
    font-weight: 600 !important;
}
.block-order-details-view .box-content {
    font-size: 1.6rem;
}
.checkout-success .block-order-details-view strong.box-title span {
    font-size: 1.9rem !important;
}
.checkout-success .order-details-items tbody td.col,
.checkout-success .order-details-items thead th.col,
.checkout-success .table-order-items th
{
    font-size: 1.6rem;
}
/*Blog*/
.sidebar .block-title {
    margin: 0 !important;
    background-color: #1b4985;
    padding: 5px 15px;
    border: none;
}
.sidebar .sidebar-additional{
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
}
.post-list .post-content .post-text-hld h2 {
    font-size: 2rem;
}
.post-list .image-featured-post .post-content .post-description .post-ftimg-hld a {
    border: none;
    padding: 0;
}
.post-list .image-featured-post .post-content .post-description .post-ftimg-hld {
    width: 100%;
    margin-bottom: 15px;
}
.post-list .image-featured-post .post-content .post-text-hld {
    margin-left: 0;
}
.post-ftimg-hld .date-post {
    background: rgba(255, 255, 255, 0.5);
}
.blog-news .item.post-categories a {
    color: #535353;
    font-family: 'Roboto', 'Prompt',sans-serif !important;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
}
.home-blog li.post-holder.post-holder {
    margin: 0;
}
.home-blog .post-header.post-header-bg {
    background-color: transparent;
    padding: 20px;
    border: 1px solid #ebebeb;
}
.home-blog  .blog-content{
    height: 42px;
    overflow: hidden;
}
.home-blog .blog__post-item .blog__post-header .blog__post-title a{
    color: #000;
}
.home-blog__post-list{
    padding: 0;
}
.home-blog .blog__post-item .blog__post-header .blog__post-title a:hover {
    color: #55beb5 !important;
}
.home-button-blog{
    float: right;
    margin-top: 10px;
}
.home-blog .post-text-hld.clearfix {
    color: #535353;
}
.home-blog .post-header.post-header-bg .post-title{
    font-size: 2.2rem;
    color: #535353;
    font-family: 'Roboto', 'Prompt',sans-serif !important;
    font-weight: 500;
    margin-bottom: 5px;
}
.blog__post-list-wrapper li.blog__post-item {
    margin-top: 10px;
    display: inline-block;
    padding: 0;
}
.post-list .post-content .post-text-hld .share-post {
    border-top: 1px dashed #ddd;
    padding-top: 12px;
}
.blog__post-item h2.blog__post-title {
    background: #1b4985 ;
    padding: 5px 15px;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 10px;
}

.post-content .post-description img{
    margin: 0 !important;
}
.blog__post-item .blog__post-excerpt > img, 
.blog__post-item .blog__post-excerpt > a > img {
    float: left;
    padding: 0 !important;
    max-width: 100% !important;
    margin-bottom: 15px !important;
}

.blog-categories-index .blog__post-meta-sharing {
    margin: 0 !important;
    width: 100%;
}

.blog-categories-index .blog__sidebar-categories-tree {
    margin: 0 !important;
}
.blog__post-item .blog__post-header .blog__post-title{
    line-height: 1;
    margin-bottom: 10px;
}
.blog__post-item .blog__post-header .blog__post-title a {
	color: #fff;
	font-size: 1.8rem;
	width: 100%;
	display: inline-block;
}
.blog__post-item .blog__post-header .blog__post-title a:hover {
    color: #fff !important;
}
.blog__post-item h2.blog__post-title:hover {
    background: #3c3c3c;
}
.post-list .post-content .post-text-hld .read-more-post {
    margin-bottom: 0;
    text-align: right;
    display: inline-block;
	width: 100%;
}
.blog__post-list-wrapper .toolbar{
    display: none;
}

.blog .block-collapsible-nav .content {
    background: transparent !important;
    padding: 0;
}

.blog__sidebar-main>.block .block-title{
    margin-bottom: 15px !important;
}

.blog__sidebar-search,
.blog__copyright-wrapper,
.blog__sidebar-rss-link{
    display: none !important;
}
.blog__sidebar-main .block-collapsible-nav {
    margin-bottom: 15px !important;
}
.blog__sidebar-main .block-collapsible-nav .item {
    width: 100%;
}
.blog__sidebar-main .block-collapsible-nav .item a {
    width: 100%;
}
.blog__sidebar-main .block-collapsible-nav .item.current a {
    border-color: #898989;
    color: #898989;
}
.post-view .post-content .post-text-hld ul{
	padding-left: 15px;
	margin-bottom: 15px
}
.post-view .post-content .post-text-hld ul li{
	list-style-type: disc;
}
.post-view .post-content .post-description .post-ftimg-hld {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
}
.post-view .post-content .post-description .post-ftimg-hld img {
    width: auto;
}
.sidebar .blog__sidebar-main .block .block-title strong {
    font-size: 1.6rem !important;
}  
.post-view .post-description .post-ftimg-hld {
    float: none; 
    margin: 0 0 15px;
    max-width: 100%;
    text-align: center;
}
.post-view .post-holder ,
.post-list-wrapper .post-holder {
    background:  transparent;
    padding: 0;
	box-shadow: none !important;
    width: 100% !important;
}
.post-view .post-gallery {
    display: flex;
}
.post-view .gallery-image {
    display: inline-block;
}
.post-view .post-bottom .post-gallery .gallery-image-hld {
    border: none;
    display: inline-block;
    margin: 10px 0;
}


/*-*/

#checkout-step-shipping .amcheckout-wrapper{
    min-height: 500px;
}
.checkout-index-index .checkout-header {
    color: #000;
    width: 100%;
    padding: 0;
    margin: 0;
}
.checkout-index-index .checkout-header .title {
    font-size: 2.4rem;
    text-transform: uppercase;
}
div#checkout {
    margin: 0;
    padding: 0;
}
.checkout-index-index .checkout-header .description{
    font-size: 1.4rem;
    font-family: 'Prompt';
}
.checkout-index-index .checkout-block{
    margin: 0;
    box-shadow: none;
    border: 1px solid #ddd;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column .checkout-block{
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.ammenu-nav-sections {
    display: block !important;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .actions button, .product-info-main .product-add-form .box-tocart .fieldset .actions button {
    color: #fff !important;
    line-height: 40px;
    font-weight: 700;
    height: 40px;
    position: relative !important;
    left: -19px !important;
    margin: 10px 0;
}

.catalog-product-view .product-info-main .stock.unavailable {
        color: #ed1c31;
        font-family: 'kanit';
        font-size: 2rem;
        position: absolute;
        top: 150px;
}

@media (min-width:375px) {
    .catalog-product-view .product-info-main .stock.unavailable {
        top: 100px;
    }
}

@media (min-width:768px) {
    
	
	/*Mobile Top Centent*/
	.mobile-top-content li {
		width: 20%;
		padding: 5px;
		font-size: 1.4rem;
	}
    
    /*Home Categories Products*/
    .home-category img.icon-lifestyle {
        width: 35px;
        margin-bottom: 12px;
    }
	 
    /*Home Slide*/
	.mobile-hidden{
		display: inline-block;
	}
	.mobile-visible{
		display: none;
	}
    .slidershow-home .owl-nav div {
        top: calc(50% - 51px);
    }

	.home-category {
        padding: 25px 0 15px;
    }
    .home-category .category-box .cbox {
        width: calc(100% / 5);
        padding: 0 !important;
    }
    .home-category .category-box .cbox + .cbox .txt-box {
        border-left: 1px dashed #eee;
    }
    .home-category .category-box .cbox .txt-box {
        height: 50px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
	/*Right Content*/
	.right-content .block-static-block .row {
		margin: 0;
	}
	.right-content .wrapper-slider{
		padding: 0 8px 0 0;
	}
	.right-content .banner-right-index{
		padding: 0 0 0 7px;
	}

	/*Home Banner*/
    .home-three-banner .home-banner{
        float: left;
        margin-bottom: 10px;
    }
    .home-three-banner .home-banner:nth-child(1){
        padding: 0 10px 0 0;
    }
    .home-three-banner .home-banner:nth-child(2){
        padding: 0 5px;
    }
    .home-three-banner .home-banner:nth-child(3){
        padding: 0 0 0 10px;
    }
	.home-three-banner .row div,
	.home-two-banner .row div {
		margin-bottom: 0;
	}
	.home-two-banner  div:first-child{
		padding:0 8px 0 0;
	}
	.home-two-banner  div:last-child{
		padding: 0 0 0 8px;
	}
	.home-three-banner.home-coupon .row{
		margin: 0;
	}
	
	/*Home Products*/
	.home-product-title a {
		right: 65px;
		top: 15px;
	}
    .home-products.home-flash-sale a.s-all {
        margin-top: -6px;
    }
    .home-products a.s-all {
        margin-top: 0;
    }
    .home-products a.s-all:hover {
        color: #1b4985 !important;
    }
    .home-product-row .products-grid {
        margin-bottom: 0;
    }
    .home-products .owl-controls .owl-nav,
    .home-post-quotation .owl-controls .owl-nav {
        position: absolute;
        top: -36px;
        right: 0;
        width: 38px;
        margin: 0;
    }
	.home-products .owl-controls .owl-nav {
		top: -35px;
	}
	.home-products .owl-carousel .owl-dots {
		top: -30px;
        right: 60px;
	}
    .home-products .home-product-row .product-grid-column{
        width: -webkit-fill-available;
    }
    .home-products.home-flash-sale .product-grid-column{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .product-grid-column .product.description.product-item-description{
        height: 18px;
    }
    .products-grid.grid .product-item-details button.action.tocart{
        width: 130px;
        max-width: 130px;
        height: 45px;
    }
    .products-grid.grid .product-item-details button.action.tocart span:after{
        width: 65px;
    }
    /*Home Brand*/
    .home-brands .home-product-title {
        margin-top: 0;
    }
    .home-brands .home-product-title h2{
        margin-bottom: 0;
		display: inline-block;
    }
    .home-brands .home-product-title a{
        top: 5px;
        right: 80px;
    }
    .home-brands .owl-carousel .owl-dots {
        top: -52px !important;
        right: 58px;
    }
    .home-brands .owl-controls .owl-nav {
        top: -55px !important;
    }
    .home-products.home-brands {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .block-static-block .inner-brands  .owl-nav div.owl-prev:before {
        background: url(../images/arrow-left1.svg) no-repeat 0 0/10px auto;
        filter: brightness(100);
    }
    .block-static-block .inner-brands  .owl-nav div.owl-next:before {
        background: url(../images/arrow-right1.svg) no-repeat 0 0/10px auto;
        filter: brightness(100);
    }
    .header-1-style .home-brands .owl-carousel.owl-theme .owl-controls .owl-dot{
        background-color: rgba(255,255,255,0.3) !important;
    }
    .header-1-style .home-brands .owl-carousel.owl-theme .owl-controls .owl-dot.active, 
    .header-1-style .home-brands .owl-carousel.owl-theme .owl-controls .owl-dot:hover {
        background-color: rgba(255,255,255,0.6) !important;
    }
    .block-static-block .home-brands-slide .owl-nav .owl-prev {
        left: 0;
    }
    .block-static-block .home-brands-slide .owl-nav .owl-next {
        right: -1px;
    }
    
    .home-popular-seller .home-product-row .products-grid{
        margin-bottom: 0;
    }
    .home-popular-seller .home-product-title {
        margin-top: 0;
    }
    
	/*Home Flash Sale*/
    .home-products.home-flash-sale  a.s-all{
        top: -35px;
        right: 70px;
    }
	.home-flash-sale .home-product-row{
		display: flex;
		position: relative;
	}
	.home-flash-sale .owl-controls .owl-nav {
		top: -48px;
	}

	.home-flash-sale .owl-carousel .owl-item:last-child{
		padding-right: 1px;
	}
	.home-flash-sale .products-grid .item .product-item-details {
		padding: 25px 0 0;
	}
	.home-flash-sale .product.description.product-item-description{
		margin: 0;
	}
	.product-item-details .deals-countdown{
		padding: 0;
        margin: 0;
	}
    .home-flash-sale .home-product-row .products-grid{
        margin: 0;
    }
    .home-products.home-flash-sale .owl-carousel .owl-dots {
        top: -40px;
        right: 50px;
    }
    .home-products.home-flash-sale .sm-listing-tabs .owl-dot:before{
        display: none;
    }
    .header-1-style .home-flash-sale .owl-carousel.owl-theme .owl-controls .owl-dot {
        background: #fff !important;
    }

    .header-1-style .home-flash-sale .owl-carousel.owl-theme .owl-controls .owl-dot.active,
    .header-1-style .home-flash-sale .owl-carousel.owl-theme .owl-controls .owl-dot:hover {
        background-color: rgba(255,255,255,0.5) !important
    }
	/*Home Category*/
	.home-category .row a {
		width: 16.66667%;
	}

	
	/*Home Blog*/
    .home-blog .home-product-row.blog-knowledge .post-content {
        overflow: hidden;
        height: 195px;
    }
	.home-blog .home-product-row.blog-news .post-content {
        height: 163px;
        overflow: hidden;
		line-height: 1.7;
    }
    
	
	/*Blog*/
	.post-view .post-gallery {
		flex-wrap: wrap !important;
	}
	.post-view .post-bottom .post-gallery .gallery-image-hld {
		width: 25%;
	}
	.post-view .post-bottom .post-gallery .gallery-image-hld:nth-child(4n-3) {
		padding: 0 12px 0 0;
	}
	.post-view .post-bottom .post-gallery .gallery-image-hld:nth-child(4n-2) {
		padding: 0 8px 0 4px;
	}
	.post-view .post-bottom .post-gallery .gallery-image-hld:nth-child(4n-1) {
		padding: 0 4px 0 8px;
	}
	.post-view .post-bottom .post-gallery .gallery-image-hld:nth-child(4n) {
		padding: 0 0 0 12px;
	}
	
    .home-banner .box-banner:first-child {
        padding: 0 10px 0 0;
    }
	.home-banner .box-banner:nth-child(2) {
        margin: 0;
        padding: 0 5px;
    }
    .home-banner .box-banner:last-child {
        padding: 0 0 0 10px;
    }
	.home-banner img:hover{
	  opacity: 0.8;
	}

    .home-title a.see-all {
        right: 75px;
    }
    .home-products .owl-dots {
        position: absolute;
        top: -35px;
        right: 50px;
    }
    .home-blog .owl-nav {
        top: -55px;
    }
    
    /*cms page 768*/
    .categories-cms {
        margin: 0;
    }
    .about-menu li:nth-child(1) .fa,
    .howto-menu li:nth-child(2) .fa,
    .pay-menu li:nth-child(3) .fa,
    .ship-menu li:nth-child(4) .fa,
    .confirm-menu li:nth-child(5) .fa,
    .privacy-menu li:nth-child(6) .fa, 
    .contact-menu li:nth-child(7) .fa{
        background: #1b4985;
        color: #fff;
    }
    .about-menu li:nth-child(1) a,
    .howto-menu li:nth-child(2) a,
    .pay-menu li:nth-child(3) a,
    .ship-menu li:nth-child(4) a,
    .confirm-menu li:nth-child(5) a,
    .privacy-menu li:nth-child(6) a,
    .contact-menu li:nth-child(7) a {
        color: #fff;
        background: #000;
    }
    .about-menu li:nth-child(1) span:hover, 
    .howto-menu li:nth-child(2) span:hover, 
    .pay-menu li:nth-child(3) span:hover, 
    .ship-menu li:nth-child(4) span:hover, 
    .confirm-menu li:nth-child(5) span:hover, 
    .privacy-menu li:nth-child(6) span:hover, 
    .contact-menu li:nth-child(7) span:hover{
        background: #1b4985;
    }
    .about-menu li:nth-child(1) a:hover h4,
    .howto-menu li:nth-child(2) a:hover h4,
    .pay-menu li:nth-child(3) a:hover h4,
    .ship-menu li:nth-child(4) a:hover h4,
    .confirm-menu li:nth-child(5) a:hover h4,
    .privacy-menu li:nth-child(6) a:hover h4,
    .contact-menu li:nth-child(7) a:hover h4 {
        color: #fff;
    }
    .about-menu li:nth-child(1) h4:hover,
    .howto-menu li:nth-child(2) h4:hover,
    .pay-menu li:nth-child(3) h4:hover,
    .ship-menu li:nth-child(4) h4:hover,
    .confirm-menu li:nth-child(5) h4:hover,
    .privacy-menu li:nth-child(6) h4:hover,
    .contact-menu li:nth-child(7) h4:hover{
        color: #fff;
    }
    .about-menu li:nth-child(1) a:hover .fa,
    .howto-menu li:nth-child(2) a:hover .fa,
    .pay-menu li:nth-child(3) a:hover .fa,
    .ship-menu li:nth-child(4) a:hover .fa,
    .confirm-menu li:nth-child(5) a:hover .fa,
    .privacy-menu li:nth-child(6) a:hover .fa,
    .contact-menu li:nth-child(7) a:hover .fa{
        color: #fff;
        background: #1b4985;
    }
    .catalog-category-view .contact-menu,
    .cms-page-view .terms-menu,
    .cms-page-view .about-menu,
    .catalog-category-view .content-menu,
    .catalog-category-view .howto-menu,
    .cms-page-view .privacy-menu,
    .cms-page-view .terms-menu,
    .cms-page-view .pay-menu,
    .cms-shipping .ship-menu,
    .cms-confirm-payment .confirm-menu,
    .cms-page-view .map,
    .cms-page-view .cbox,
    .cms-page-view .cms-page,
    .cms-page-view .cbox {
        float: left;
        padding: 0;
    }
    .cms-page .content-menu {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }
    .cms-page .cms-content {
        display: inline-block;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }
    .cms-page-view .cms-menu,
    .catalog-category-view .cms-menu {
        padding: 0 15px 0 0;
        text-align: left;
    }
    .cms-menu li {
        display: block;
        margin-bottom: 15px;
        width: 100%;
        background: #ececec;
    }
    .cms-menu li:hover {
        background: #ddd; 
    }
    .cms-menu li:hover .fa {
        background: rgba(0, 0, 0, 0.1);
        color: #555;
    }
    .page-wrapper .cms-menu a:hover h4 {
        color: #555;
    }
    .page-wrapper .cms-menu h4:hover {
        color: #555;
    }
    .cms-menu li a {
        color: #000;
        display: block;
        position: relative;
    }
    .cms-menu h4 {
        display: inline-block;
    }
    .cms-menu .fa {
        background: #d8d8d8;
        height: 38px;
        width: 38px;
        line-height: 2;
        text-align: center;
        margin-right: 8px;
        font-size: 1.8rem;
    } 
    .cms-page-view .cms-page {
        margin-bottom: 20px;
    }
    .cms-content .lbox {
        float: left;
        display: inline-block;
    }
    .cms-page .rbox {
        display: inline-block;
    }
    .cms-content .easycreateform input.field-day {
        width: 90%;
    }
    .cms-content .cms-bottom .bank {
        float: left;
    }
    .how-col .how-text {
        border: medium none;
        padding-top: 0;
        display: inline-block;
    }
    .how-col {
        background: #fff;
        border-color: #ddd #ddd #aeafb1 #ddd;
        border-style: solid;
        border-width: 1px 1px 3px 1px;
        display: inline-block;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
    }
    .how-img:after {
        border-color: transparent transparent transparent #d8d8d8;
        border-width: 10px 0 10px 10px;
        left: unset;
        top: 50%;
        margin: 0;
        right: -15px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .cms-page .how-text h4 {
        margin: 10px 0;
    }
    .how-to-page .how-img {
        float: left;
        position: relative;
    }
    .how-to-page .page-content.mo-how {
        display: none;
    }
    .how-to-page .page-content.pc-how {
        display: block;
    }
	
	/*about us 768*/
    .cms-about-us .cbox1 img {
        width: 60%;
    }
	
	/*Shipping*/
    .cms-shipping .cbox-detail {
        padding: 0 15px;
    }
	
	
	/*Service Page*/
	.cms-page.service-page {
		display: inline-block !important;
		text-align: center;
	}
    
    /*Footer 768*/
    .footer-links-bottom .f-links li {
        float: left;
        margin-right: 25px;
    }
    .footer-links .footer-box.f-contact {
        margin-top: 30px;
    }
   .footer-box img.f-qrcode {
        width: 160px;
        margin-right: 40px;
    }
    .footer .footer-container .footer-bottom.copy-right {
        border: none;
    }
    .footer-links .footer-box {
        margin-bottom: 0;
    }
    .footer-box.detail-location {
        padding-left: 30px;
    }
    .footer-links .f-contact li h4{
        line-height: 1;
    }
    .footer-bottom-bg {
        height: 80px;
        display: flex;
        align-items: center;
    }
    .footer-bottom .copyright-footer {
        position: absolute;
        right: 0;
        display: flex;
        align-items: center;
        bottom: -15px;
        justify-content: flex-end;
    }
    .tsd-logo a img {
        margin-left: 15px;
    }
    /*Blog List*/
    .blog .blog__post-list-wrapper header.blog__post-header h2{
        padding: 10px 15px;
        display: inline-block;
        width: 100%;
    }
    .blog .blog__post-list li.blog__post-item{
        width: calc(100% * 1 / 2 - 8px);
        float: left;
    }
    .blog .blog__post-list li.blog__post-item:nth-child(2n-1){
        margin: 0 8px 15px 0;
    }
    .blog .blog__post-list li.blog__post-item:nth-child(2n){
        margin: 0 0 15px 8px;
    }
	
	.post-list .post-description{
		display: flex;
	}
	.post-list .image-featured-post .post-content .post-description .post-ftimg-hld {
		width: 40%;
		margin: 0;
	}
	.post-list .image-featured-post .post-content .post-text-hld {
		width: 60%;
		padding-left: 30px;
	}
	
	/*Home Service*/
	.service-col {
		margin-bottom: 0;
	}
    
    /*Checkout*/
    .checkout-container .authentication-wrapper {
        margin: 15px 0 !important;
    }
	
	
	
}


@media (max-width: 991px) {
	
	.products-grid .item .product-item-actions,
	.products-grid .item .product-item-info .item-inner .box-info .bottom-action {
		display: none;
	}
	 
		  
}



@media (min-width: 992px) {
    .ammenu-menu-wrapper.-desktop .ammenu-categories-container>.ammenu-item.-child {
    padding: 25px;
    list-style: none;
/*    margin-top: -25px !important;*/
}
	
	/*Mobile Fixed Menu*/
	.mobile-fix-menu,
	.mobile-top-content{
		display: none;
	}
    .ammenu-menu-wrapper.-desktop .ammenu-submenu-container{
        margin-top: 10px !important;
    }
	/*Header Contact*/
    .header-container{
        border-top: 3px solid #1b4985;
    }
    .header-contact {
        padding: 0;
        width: 420px;
        margin-top: 8px;
    }
    ul li.h-contact:nth-child(2) {
        padding-left: 25px;
        width: 225px;
    }
    .header-contact p {
        margin: 0;
        line-height: 1;
        font-size: 1.5rem;
    }
    .header-contact .h-line p {
        color: #00a651;
    }
    .h-callcenter p {
        color: #1b4985;
    }
    .header-contact ul.header-socials {
        display: inline-block;
        margin-top: 5px;
    }
    .header-socials li {
        float: left;
        margin-right: 8px;
    }
    .header-socials a {
        display: flex;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #1b4985;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .header-socials a:hover {
        background: #2a2728;
    }
    .header-contact {
        margin-right: 30px;
        margin-top: 12px;
    }
   
    .header-contact ul li{
        display: inline-block;
        float: left;
    }
	.header-contact ul li img {
        margin-right: 15px;
        width: 35px;
        float: left;
    }
    .header-contact .header-box{
        float: left;
        align-items: center;
        display: flex;
        padding: 0;
        margin-bottom: 15px;
    }
    .header-contact .header-box h4{
        margin-bottom: 0;
    }
    .header-contact .header-box img{
        float: left;
        width: 35px;
        margin-right: 10px;
    }
    .header-contact .header-box:nth-child(2) img{
        width: 45px;
    }
    .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
        padding: 10px 20px !important;
    }
	.ammenu-main-container li.ammenu-item.category-item.-main.nav-1,
	.ammenu-main-container li.ammenu-item.category-item.-main.nav-2
	{
		cursor: default !important;
        z-index: 99;
	}
	li.ammenu-item .ammenu-submenu li.ammenu-wrapper.category-item {
		cursor: pointer !important;
		pointer-events: inherit !important;
	}
	/*Left Categories*/
	.main-left-categories .mega-menu-title{
		background-color: #ebebeb;
		padding: 6px 10px 7px
	}
	.main-left-categories .mega-menu-title h4{
		margin: 0;
	}
	.main-left-categories .mega-menu-title h4:lang(en) {
		font-weight: 500;
		text-transform: uppercase;
	}
	.main-left-categories .mega-menu-title h4:before{
		margin-right: 15px;
		content: '';
		background: url("../images/menu-ver-icon.png") no-repeat 0 0/ 25px auto;
		width: 25px;
		height: 20px;
		display: inline-block;
		top: 3px;
		position: relative;
	}
	.main-left-categories .sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu {
		padding: 0;
	}
	.main-left-categories .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a:before {
		display: none !important;
	}
	
	.main-left-categories .sm_megamenu_title .sm_megamenu_title {
		width: 100%;
	}
	.main-left-categories .sm_megamenu_dropdown_6columns .sm_megamenu_head_item .sm_megamenu_title a {
		font-weight: 400;
	}
	.main-left-categories .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
		width: 400px;
		background-color: rgba(255, 255, 255, 0.98);
	}
	.main-left-categories .sm_megamenu_dropdown_6columns .sm_megamenu_head_item .sm_megamenu_title a:hover {
		color: #1b4985;
	}
    /*--------*/
    
    .block.widget .products-grid .product-item {
        margin-left: calc((100% - 5 * 20%) / 5) !important;
        float: left;
    }
    
    
    /*Checkout*/
    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column:nth-child(1) {
        padding: 0 10px 0 0;
    }
    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column:nth-child(2) {
        padding: 0 5px;
    }
    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column:nth-child(3) {
        padding: 0 0 0 10px;
    }
    

	
	/*Right Content*/
	.right-content{
		padding-left: 0;
	}
		
	/*Home Products*/
	.home-product-title h4 {
		font-size: 2.8rem;
	}
	.home-product-title h4:lang(en) {
		font-size: 2.6rem;
	}
    .product-grid-column .product.description.product-item-description{
        height: 34px;
        line-height: 1.4;
    }
    .home-products .owl-carousel .owl-dots {
        top: -35px;
    }
    .home-brands .home-products .owl-controls .owl-nav {
        top: -40px;
    }
    .home-products .owl-controls .owl-nav {
        top: -40px;
    }
    
	/*Home Flash Sale*/

    .home-flash-sale .products-grid .item .product-item-details {
        padding: 25px 0 0;
    }
    .home-products.home-flash-sale  a.s-all{
        top: -45px;
    }
	.home-flash-sale .owl-controls .owl-nav {
		top: -55px;
	}
    .home-products.home-flash-sale .owl-carousel .owl-dots {
        top: -45px;
    }
	/*Home Category*/
	.home-category .row {
		margin-right: -8px;
		margin-left: -8px;
	}
	.home-category .row a {
		padding: 0 8px;
	}
	.home-category .row a img {
		padding: 10px;
	} 
	.home-category .row a:hover img {
		border: 1px solid #1a3180;
	}
	/*Home Blog*/
	.post-content-description h3 {
		min-height: inherit;
		text-overflow: ellipsis;
		width: 320px;
		display: block;
		white-space: nowrap;
	}
	.home-post-quotation .blog-widget-recent .post-holder:hover .post-content-description {
		background-color: rgba(255, 255, 255, 1);
	}
  
	 
	/*Home Service*/
    .home-service-box {
        margin-top: 95px;
    }
    .service-col {
        margin-top: -95px;
    }
    .service-col img {
        margin-bottom: 15px;
        width: 154px;
    }
    .service-col h4 {
        font-size: 2.2rem;
        letter-spacing: 0.5px;
        margin-bottom: 5px;
    }
    
    /*CMS Page*/
    .promtpay{
        margin-top: 0;
    }
    .category-service .category-cms {
		text-align: center;
	}
	.cms-page.service-page {
		width: 80%;
	}
    
	/*Footer*/    
    .footer-links-bottom .f-links li{
        margin-right: 50px;
    }
    .footer-links .footer-box.f-contact {
        -ms-flex: 0 0 35.333333%;
        flex: 0 0 35.333333%;
        max-width: 35.333333%;
    }
    .footer-links .footer-box:nth-child(2){
        -ms-flex: 0 0 31.333333%;
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    .footer-box img.f-qrcode {
        width: 130px;
        margin-right: 20px;
    }
    .footer-links {
        padding: 20px 0;
        border-bottom: none;
    }
    .footer-links .f-contact li:last-child {
        margin: 0;
    }
    .footer-links .footer-box:last-child {
        margin: 0;
    }
    .footer-line {
        padding-right: 12px;
    }

    .footer-links img {
        margin: 0px 6px 0 0;
    }
}



@media (min-width: 1200px) {

	
	.header-style-1 .header-bottom .sidebar-megamenu .megamenu-content-sidebar {
		max-width: 250px;
		width: 250px;
	}
	
	.header-contact .header-box {
        margin-bottom: 0;
        padding-left: 15px;
    }
    .header-contact .header-box:nth-child(2) {
        padding-left: 20px;
    }
    .header-contact ul.header-socials{
        margin-right: 40px;
    }
    .home-category img.icon-lifestyle {
        width: 33px;
        margin-bottom: 14px;
    }
    .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
        padding: 10px 20px !important;
    }
    
    
	/*Home Slide*/
	.home-heading .vertical-menu{
		flex: unset;
		max-width: unset;
		width: 330px;
	}
	.home-heading .right-content {
		flex: unset;
		max-width: unset;
		width: calc(100% - 330px);
	}
    .home-three-banner{
        margin-top: 30px;
    }
    
    .home-three-banner .home-banner:nth-child(1){
        padding: 0 20px 0 0;
    }
    .home-three-banner .home-banner:nth-child(2){
        padding: 0 10px;
    }
    .home-three-banner .home-banner:nth-child(3){
        padding: 0 0 0 20px;
    }
    .home-two-banner {
        margin-bottom: 10px;
    }
    .home-two-banner  div:first-child{
		padding: 0 15px 0 0;
	}
	.home-two-banner  div:last-child{
		padding: 0 0 0 15px;
	}	

	/*Home Flash Sale*/
	.block.widget .home-flash-sale .products-grid .product-item{
		position: relative;
	}
	.home-flash-sale .products-grid .item .product-item-info .product-item-details .bottom-action {
    	top: 200px;
	}
	.home-flash-sale .products-grid .product-item-info .sm_quickview_handler {
		width: 35px;
		height: 35px;
		padding: 0;
		left: 15px;
		background-color: #1b4985 !important;
		border: none;
		top: 15px;
		border-radius: 50%;
	}
	.home-flash-sale .products-grid .product-item-info .sm_quickview_handler span{
		display: none;
	}
	.home-flash-sale .products-grid .product-item-info .sm_quickview_handler:before {
		content: '';
		background: url(../images/btn-quickview.svg) no-repeat center center / 18px auto;
		width: 35px;
		height: 35px;
		display: inline-block;
		position: relative;
		-webkit-filter: invert(1) brightness(10);
		filter: invert(1) brightness(10);
	}
	.home-flash-sale products-grid .product-item-info .sm_quickview_handler:hover {
		background-color: #1a3180 !important;
	}

    .home-flash-sale .products-grid .item .product-item-details .price-box {
        padding-bottom: 15px !important;
    }
    .home-flash-sale .home-product-row {
        padding: 30px 0;
    }

    .products-grid .item .product-item-details .price-box{
        padding-bottom: 0 !important;
    }
    .home-products.home-flash-sale  a.s-all{
        right: 55px;
        top: -52px;
    }
    .home-flash-sale .owl-controls .owl-nav {
        top: -80px;
    }
    .home-products.home-flash-sale .owl-carousel .owl-dots {
        top: -75px;
    }
    .home-products .product-grid-column .product.description.product-item-description {
        height: 36px;
        line-height: 1.6;
    }
    .products-grid .product-item-actions .actions-secondary .action{
        margin : 0 0 0 5px !important;
    }
    .home-three-banner .home-banner {
        margin-bottom: 23px;
    }
    .home-products .owl-controls .owl-nav {
        top: -50px;
    }
    .home-product-title a{
        top: 17px;
    }
    .home-products .owl-carousel .owl-dots {
        top: -47px;
    }
    .product.details.product-item-details.box-info{
        padding-top: 25px !important;
    }
    .home-product-title {
        margin: 30px 0 0;
    }
    .home-products.home-specials-price {
        margin: 0;
    }
    /*Home Brands*/
    .home-brands .home-product-title a {
        top: 8px;
        right: 65px;
    }
    .home-brands .owl-carousel .owl-dots {
        top: -45px !important;
    }
    .home-brands .owl-controls .owl-nav {
        top: -51px !important;
    }
    /*Home Category*/
    .home-category{
        padding-bottom: 25px;
    }
    /*CMS Page*/
    .cms-content .easycreateform input.field-day {
        width: 80%;
    }
    .cms-content .abanner {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    
    .category-about-us .row,
    .category-how-to-order .row,
    .category-contact-us .row
    {
        margin: 0 -15px !important;
    }
	
	/*Home Blog*/
    .home-blog .post-header.post-header-bg {
        padding: 30px 20px;
    }
    .home-blog .home-product-row.blog-knowledge .post-content {
        height: 106px;
    }
    .home-blog .home-product-row.blog-news .post-content {
        height: 65px;
    }
    .home-blog .home-product-row.blog-news .post-title{
        margin-bottom: 15px;
    }
	/*Home Service*/
    .service-col p {
        font-size: 1.4rem;
        line-height: 1.4;
    }
	
    /*Home Brands*/
    .home-brands .home-product-title{
        margin: 0 0 10px;
    }
    
    /*Home Banner*/
	/*Footer*/
    .detail-location p {
        display: inline-block;
        width: 80%;
    }
    .footer-links .footer-box.f-contact {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .footer-links .footer-box:nth-child(2){
        -ms-flex: 0 0 26.333333%;
        flex: 0 0 26.333333%;
        max-width: 26.333333%;
    }
    .footer-links .footer-box:nth-child(1){
       -ms-flex: 0 0 33.333333%;
        flex: 0 0 40.333333%;
        max-width: 40.333333%;
    }
    .footer-newsletter .container {
        width: 55% !important;
    }
    .footer-news:first-child img.f-news {
        margin-right: 30px;
    }
    .footer-links .footer-box:last-child {
        padding-left: 60px;
    }
    .block-subscribe-footer .input-box {
        float: none !important;
    }
    .footer-news .news-text h4 {
        font-size: 2.8rem;
        line-height: 1;
    }
    .footer-links {
        padding: 30px 0 40px;
    }
    .footer-news ul {
        text-align: right;
    }
    .footer-news li:last-child {
        margin-left: 45px;
    }
    .footer-newsletter .title-news{
        margin: 0;
    }
    .footer-links .footer-box:nth-child(3) {
        padding-left: 35px;
    }
    ul.sc-footer{
        margin-top: 15px;
    }
    .footer-box ul.f-links:nth-child(1) {
        padding-left: 30px;
    }
 
    .footer .footer-news {
        margin-top: 5px;
    }
    .footer-links img {
        margin: 0px 15px 0 0;
    }
    
	  
}

@media (min-width: 1440px) {
    
    /*Header*/
    .header-contact {

    }
    .header-contact .header-box:nth-child(2) {
        padding-left: 0;
    }
    .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
        padding: 10px 25px !important;
    }
	 ul li.h-contact:nth-child(2){
        padding-left: 50px;
         width: 250px;
    }
    .header-contact{
        width: 530px;
    }
	/*Right Content*/
	.home-heading .right-content {
		padding-left: 15px;
	}
	.right-content .wrapper-slider{
		padding: 0 18px 0 0;
	}
	.right-content .banner-right-index{
		padding: 0 0 0 12px;
	}
	
	/*Home Two Banner*/
		
	/*Home Product*/
	.home-products .products-grid .item .product-item-info .product-item-details .bottom-action {
		top: 170px;
	}

    .products-grid .product-item-details .product-item-name {
        font-weight: 600;
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    .products-grid .product-item-actions {
        display: inline-block !important;
    }
    .block.widget .product-item-info {
        padding: 10px;
    }
	/*Home Flash Sale*/

    .home-flash-sale .products-grid .item .product-item-details .price-box{
        padding: 10px 0 !important;
    }
    .home-flash-sale .products-grid .item .product-item-details .price-box:lang(en) {
        padding-top: 8px !important;
    }
    .home-products.home-flash-sale  a.s-all{
        top: -70px;
    }
    .home-flash-sale .owl-controls .owl-nav {
        top: -100px;
    }
    .home-products.home-flash-sale .owl-carousel .owl-dots {
        top: -92px;
    }
    .home-products.home-flash-sale{
        margin-bottom: 30px;
    }
    .home-products.home-new-arrivals {
        margin-bottom: 30px !important;
    }
    .home-products {
        margin-bottom: 15px;
    }
    
	/*Home Category*/
	.home-category .row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.home-category .row a {
		padding: 0 15px;
	}
	
	/*Home Blog*/
	.home-blog .home-product-row.blog-knowledge .post-content {
		height: 135px;
	}
	.home-blog .home-product-row.blog-news .post-content {
		height: 94px;
	}
	
	/*Home Brands*/
    
    /*CMS Page*/
    .how-img:after{
        border-width: 12px 0 12px 12px;
        right: -16px;
    }
	
	/*Footer*/
    .footer-links .footer-box:nth-child(2){
        padding-left: 50px;
    }
    .footer-box img.f-qrcode {
        width: 155px;
        margin-right: 30px;
    }
    .footer-links .footer-box:nth-child(3) {
        padding-left: 55px;
    }
    .footer-line {
        padding-right: 45px;
    }
	.footer-links {
		padding-bottom: 60px;
	}
    

	
}

@media (min-width: 1600px) {
    .footer-newsletter .container {
        width: 56% !important;
    }
    .footer form#newsletter-footer-validate-detail{
        width: 85%;
    }
}

@media (min-width: 1920px) {
    .footer-newsletter .container {
        width: 50% !important;
    }
}