@import url("https://use.typekit.net/enp1ajn.css");
/* The above import directives are aggregated from content. */
html, body {
	overflow-x: hidden;
}
.clear { clear: both; }
.sidebar .block-brand .brand-list { padding-left: 0; }
.shop-by-brand .all-brands ul.brand-list { list-style: none; padding: 0; }
.brand-list .shop-by-brand .item {
    float: left;
    text-align: center;
	width: 20%;
	margin-bottom: 20px;
}
.brand-list .shop-by-brand .item .brand-content {
	border: 1px solid transparent;
	box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0);
	margin: 0 10px;
}
.brand-list .shop-by-brand .item .brand-content img {
	margin: 0 auto;
}
.mgs-brand-widget .owl-carousel .owl-item .item {
	padding: 0 10px;
}
.brand-list .shop-by-brand .item:hover .brand-content {
	border: 1px solid #bbb;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.brand-list .shop-by-brand .item:nth-child(5n+1) {
    margin-left: 0;
    clear: left;
}

.shop-by-brand .description {
    margin: 0 0 10px;
}

.shop-by-brand .search {
    margin-bottom: 10px;
}

.shop-by-brand .search .fields {
    margin-bottom: 10px;
}

.shop-by-brand .characters ul.characters-filter {
    list-style: none;
    float: left;
}

.shop-by-brand .characters .view-all {
    float: right;
}

.shop-by-brand .characters ul.characters-filter li {
    float: left;
}

.shop-by-brand .characters ul.characters-filter li a {
    text-decoration: none;
}

.shop-by-brand .characters ul.characters-filter li a {
    display: block;
    border: 1px solid transparent;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
}

.shop-by-brand .characters ul.characters-filter li a:hover,
.shop-by-brand .characters ul.characters-filter li.active a {
    background-color: #006bb4;
    color: #ffffff;
    border: 1px solid #006bb4;
}

.shop-by-brand .featured-brands {
    clear: both;
}

.shop-by-brand .featured-brands ul.featured-brand-list {
    list-style: none;
	padding: 0;
}

.brand-product-list {
    position: relative;
    padding-top: 50px;
}

.mgs-brand-widget {
    clear: both;
}
.mgs-brand-widget ul li .name {
    text-align: center;
}

.block-brand .block-title {
    margin: 0 0 20px;
}

.block-brand .block-title strong {
    font-size: 18px;
    font-weight: 300;
}

.block-brand ul.brand-list {
    list-style: none;
}
.brand-brand-view .brand-description {
	margin-bottom: 30px;
}
.brand-brand-view.page-products .products-grid .product-item {
	margin-left: 0;
}
.mgs-brand-widget  .owl-carousel {
	padding-left: 0;
}
.mgs-brand-widget  .item {
	text-align: center;
}
.mgs-brand-widget  .item img {
	margin: 0 auto;
}
.brand-brand-view .brand-info  .brand-image {
	margin-bottom: 30px;
}
.brand-brand-view .brand-info  .brand-image img {
	width: 100%;
}
@media (max-width: 767px) {
	.brand-list .item {
		width: 33.3333%;
	}
}
@media (max-width: 360px) {
	.brand-list .item {
		width: 100%;
	}
}/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../../frontend/Sm/daenggimeori/th_TH/MGS_Brand/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../../frontend/Sm/daenggimeori/th_TH/MGS_Brand/css/AjaxLoader.gif) no-repeat center center
}/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}body {
    font-family: ibm-plex-thai, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
}
.container.banner4 img {
    width: 140px;
}
.banner-image {
    text-align: center;
}
#filterproducts_0 .block-title {
    width: 100%;
    overflow: hidden;
}



#filterproducts_0 .block-title strong {
    float: left;
    padding-top: 7px;
}

#filterproducts_0 .note-deal {
    display: none;
}

#filterproducts_0 .deals-countdown {
    float: left;
}
#filterproducts_0 .deals-countdown .deals-time .title-time {
    display: none;
}

.deal-background .deals-countdown .deals-time .num-time {
    color: #fff !important;
    background: #333;
    font-size: 18px;
    border-radius: 6px;
    padding: 4px;
    width: 40px;
    margin-right: 7px;
}
.deal-background .deals-countdown .deals-time {
    min-width: 40px;
}
.home-cat{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}
.home-cat li {
    width: 12.5%;
    float: left;
    display: inline-block;
}
.shopby-categories .block-content {
    padding: 0;
        margin-top: 30px;
}

.boxtitle-image.hdbrandhome {
    margin-bottom: 0;
    text-align: left;
    float: left;
    color: #3a3a3a;
    font-weight: 500;
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/brandhdhome.jpg) no-repeat;
    background-size: 100%;
    width: 108px;
    height: 25px;
    display: inline-block;
    font-size: 0;
}

.container.blandhomepage .boxhome-title + div{
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
}
.viewallproduct{
        float: right;
    margin-top: 0px;
}
.deal-background .viewallproduct{
        float: right;
    position: relative;
    top: 40px;
    margin-right: 20px;
}
.buydidi-bestsellerbox {
    margin-bottom: 40px;
}

.language-currency .switcher .switcher-content .dropdown-switcher .list-item a,
.language-currency .switcher .switcher-content .action-switcher .heading-switcher span {
    font-size: 0;
}
.mp-product-slider-content .owl-item {
    position: relative;
}
.mp-product-slider-content .owl-item a.action.quickview-handler.sm_quickview_handler {
    position: absolute;
        top: 25% !important;
        left: 40%;
    margin-left: -25px;
    font-size: 0;
    z-index: 99999;
        transition: background-color .1s ease-out,color .1s ease-out,opacity .1s ease-out,visibility .1s ease-out;
    -webkit-transition: background-color .1s ease-out,color .1s ease-out,opacity .1s ease-out,visibility .1s ease-out;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; 
        width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    opacity: 0;
}
.action.tocompare {
    display: none !important;
}

.mp-product-slider-content .product-item-name, .product.name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
    overflow: hidden;
}
.mp-product-slider-content .owl-item a.action.quickview-handler.sm_quickview_handler:after {
    content: '\e954';
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 18px;
        line-height: 50px;
}
.owl-theme .owl-nav [class*="owl-"].owl-prev:before,
.owl-theme .owl-nav [class*="owl-"].owl-next:before {
    font-size: 34px;
}
.language-currency .switcher.switcher-language .switcher-content .dropdown-switcher .list-item a span {
        display: block;
    width: 30px;
    height: 30px;
}
.language-currency .switcher .switcher-content .dropdown-switcher {
    min-width: 75px;
}
.search-header .search-pro .input-text {
    padding-left: 10px;
}
.search-header .search-pro .searchbox-cat,
.search-header .search-pro:before {
    display: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
}
ul.promotionlisthomepage {
    width: 100%;
    display: block;
    margin: 30px 0;
    padding: 0;
    overflow: hidden;
    float: left;
}
ul.promotionlisthomepage li {
    padding: 0;
    margin: 0;
    width: 49%;
    float: left;
    margin-right: 2%;
        margin-bottom: 2%;
}
ul.promotionlisthomepage li:nth-child(2n) {
    margin-right: 0;
}
.dots-brand-slider {
    margin: 50px 0;
}
.header-mobile .mobile-top {
    background-color: #ffffff !important; 
}
.minicart-mobile .minicart-wrapper .action.showcart:before {
    color: #3A3A3A !important;
}
.header-mobile .mobile-menu > a span {
    background-color:  #3A3A3A !important;
}
.footer-style-2 {
    background-color: #F0F0F0 !important;
        color: #3A3A3A !important;
}
.footer-style-2 a,
.block-footer .block-footer-title {
    color: #3A3A3A !important;
}
a:hover, .alink:hover{
    color: #6b46b2 !important;
}
.linefooter {
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/linefooter.png) no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    background-size: 35px;
    margin-right: 10px;
}
.facebookfooter {
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/facebookfooter.png) 10px 0 no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    background-size: 17px;
    margin-right: 10px;
}
.youtubefooter {
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/youtubefooter.png) 0 5px no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    background-size: 35px;
    margin-right: 10px;
        margin-left: 10px;
}
.footerig {
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/igfooter.png) no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    background-size: 35px;
    margin-right: 10px;
}
.logofooter {
        width: 140px;
    margin-bottom: 20px;
}
.products-grid .product-item-info:hover .quickview-handler,
.mp-product-slider-content .owl-item:hover a.action.quickview-handler.sm_quickview_handler {
    opacity: 1!important;
    visibility: visible!important;
    display: block !important;
    z-index: 999 !important;
}
.header-middle {
        border-bottom: 1px solid whitesmoke;
            padding: 10px 0;
}
.right-content {
        margin-top: 12px;
}
.opc-wrapper .opc-group {
    padding: 10px;
    border: 1px solid #c7c3c3;
    margin-bottom: 10px;
    -moz-box-shadow: 1px 2px 4px rgba(0,0,0);
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0);
    box-shadow: 1px 2px 4px rgba(0,0,0,0);
}
.onestepcheckout-index-index .opc-wrapper .minicart-items .product-item-details {
        padding-left: 0;
}
.onestepcheckout-index-index .opc-block-summary .minicart-items .product-item-details {
        margin-left: 75px;
}
.onestepcheckout-index-index .opc-block-summary .details-qty.opc-row .label.opcol-1  {
    display: none;
}
.onestepcheckout-index-index .opc-block-summary .details-qty.opc-row .spinbox.opcol-sm-6.opcol-md-5.opcol-lg-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 95px;
}
.onestepcheckout-index-index .bank-img {
        width: 140px;
    margin-bottom: 20px;
}
.opc-checkout-oder-summary .payment-option-title .action-toggle:after{
        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.sidebar .block .block-title {
    background-color: #545659 !important;
}
.sidebar .block.block-compare{
    display: none !important;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
background-color:#6b46b2 !important;
}
.product-info-main .box-tocart .action.tocart {
    color: #fff !important;
}
.default-style .resp-tabs-list li.active,
.default-style .resp-tabs-list li:hover {
    color: #e07c98 !important;
}
.default-style .resp-tabs-list li.active:before {
    background-color: #e07c98 !important;
}
.brand-related-products .block-title.title {
        text-align: center;
    font-size: 20px;
    color: #000;
}
.pages .item:hover, .pages .current {
    background-color: #6b46b2 !important;
    border-color: #6b46b2 !important;
}

.header-bottom {
    padding-bottom: 0 !important;
    border-top: 0 !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li>div {
        margin-top: 1px !important;
}
.shopby-categories .block-content:before {
    background-color: transparent !important;
}
.shopby-categories .cat-title a {
    color: #3A3A3A !important;
}
.deal-background.clock-background {
    background: transparent !important;
}
.deal-background {
    padding: 0 !important;
    background-color: transparent;
}
.footer-style-2 .newsletter-footer .action-button button {
    background-color: #3A3A3A !important;
}
#smcqp-contents #buy-now {
        display: none;
}
.nav-style-7 .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #6b46b2 !important;
    border-color: #6b46b2 !important; 
}
.product-2-style .products-grid .product-item .product-item-info .quickview-handler:hover {
        background-color: #fff !important;
}
.product-2-style .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action:hover,
.product-2-style .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:hover {
    background-color: #6b46b2 !important;
}
.dot-style-3 .owl-theme .owl-dots .owl-dot span:hover,
.dot-style-3 .owl-theme .owl-dots .owl-dot.active span {
    background-color: #869791 !important;
}
.cartquickpro-catalog_product-view .buy-now-div {
        display: none !important;
    }
.slider-product-item-info {
    width: 80% !important;
    margin: 0 auto;
}
.product-labels .product-label.sale-label {
    display: none;
}
.dots-brand-slider .item a:hover {
        border-color: transparent !important;
}

.deal-background .products-grid .product-item-info .product-item-details .product-item-actions{
        width: 100%;
    padding: 0;
}

.product-item.product-slider .action.towishlist:hover:before {
color: #6b46b2;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
        background-color: #6b46b2 !important;
    color: #fff !important;
}
.action.primary.tocart {
    background: #6b46b2;
}
.cms-home-demo-02 .block-content.mp-product-slider-content .actions-primary .tocart {
    background: #6D4DA0 !important;
    color: #fff !important;
        padding: 10px 20px;
}
.cms-home-demo-02 .block-content.mp-product-slider-content .actions-primary .tocart:before{
        background: url(../../frontend/Sm/daenggimeori/th_TH/images/bag-top-icon.png) center top no-repeat;
    font-size: 0;
    background-size: 15px;
    width: 15px;
    height: 19px;
    display: inline-block;
    float: left;
        margin-right: 10px;
    content: ' ';
    margin-top: 0px;
}
.cms-home-demo-02 .product-item-actions .actions-secondary {
    display: none;
}
.cms-home-demo-02 div#mageplaza-productslider-block-after-content-1 {
    background: #fafbfe;
    padding: 1px 0 50px 0;
}
.producthomebox .product-item-actions .actions-secondary > .action {
    display: none !important;
}
.cms-home-demo-02 .product.actions.slider-product-item-actions.product-item-actions {
    border-top: 0;
}
.header-2-style .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a {
        background-color: #fff !important;
        color: #6b46b2 !important;
}
.product-info-main .product-social-links .action:hover, .product-info-main .product-addto-links .action:hover {
    background-color: #6b46b2 !important;
}
.buy-now-div .buynow {
        line-height: 1.3rem !important;
    font-size: 1.5rem !important;
}
.bloghomepage .blog-widget-recent .post-description .post-text-hld {
    display: none;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
    clear: none !important;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
    width: 31% !important;
}
.bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
    position: relative;
}
.post-list .post-header .post-title a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;
    overflow: hidden;
    color: #fff;
}
.bloghomepage .post-holder .post-header {
    position: absolute;
        bottom: 0;
    z-index: 99;
    padding-left: 10px;
}
.bloghomepage .post-holder .post-header .post-info .value {
    color: #fff;
    font-size: 13px;
}
.bloghomepage .post-holder .post-header .post-info .item:after {
    display: none;
}
.bloghomepage .item.post-posed-date .label,
.bloghomepage .item.post-categories .label,
.bloghomepage .post-read-more,
.bloghomepage .item.post-categories {
display: none !important;
}

.bloghomepage .post-list-wrapper.blog-widget-recent .title {
    margin-bottom: 0;
    text-align: left;
    margin-right: 20px;
    color: #3a3a3a;
    margin-left: 0;
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/bloghdhome.jpg) no-repeat;
    background-size: 100%;
    width: 320px;
    height: 40px;
    font-size: 0;
    display: inline-block;
}
.boxtitle-image.hdjustforyouhome {
margin-bottom: 0;
    text-align: left;
    margin-right: 20px;
    color: #3a3a3a;
    margin-left: 0;
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/justforyouhdhome.jpg) no-repeat;
    background-size: 100%;
    width: 184px;
    height: 40px;
    font-size: 0;
    display: inline-block;
}
.bloghomepage .viewallproduct{
    margin-top: 0;
        position: absolute;
    top: 60px;
    right: 0;
}
.bloghomepage .post-holder .post-header .post-info {
    padding: 10px 0 10px 15px;
    border-top: 1px solid #fff;
    margin-left: -10px;
}
.bloghomepage {
    margin: 40px auto;
}
.bloghomepage .post-footer{
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
}
.mgs-brand-widget .owl-dot span {
    background: #d6d6d6;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
}
html .blog-page.blog-page-list.page-layout-2columns-right .column.main{
width: 100%;
}
html .blog-page.blog-page-list.page-layout-2columns-right .post-content.post-custom .post-description .post-info-blog {
    margin-left: 0;
}
html .blog-page.blog-page-list.page-layout-2columns-right .post-text-hld.clearfix {
    display: none;
}
html .blog-page.blog-page-list.page-layout-2columns-right .post-holder {
        width: 32.5%;
    float: left;
    margin-right: 1%;
}
html .blog-page.blog-page-list.page-layout-2columns-right .post-holder:nth-child(3n) {
    margin-right: 0;
}
html .blog-page.blog-page-list.page-layout-2columns-right .page-layout-2columns-right .sidebar {
    display: none;
}
html .blog-page.blog-page-list.page-layout-2columns-right .post-content.post-custom .post-description .post-title a {
        font-weight: 400;
    color: #222;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;
    line-height: 24px;
    overflow: hidden;
}
.toolbar.toolbar-blog-posts {
    display: none;
}
html .blog-page.blog-page-list.page-layout-2columns-right .post-content.post-custom .post-description .post-ftimg-hld {
    width: 100%;
}
.mgs-brand-widget .owl-dot.active span{
    background: #869791;
}
.mgs-brand-widget .owl-dots {
    text-align: center;
}
.mgs-brand-widget .owl-buttons {
    display: none;
}
.column.main .title-block-center .block .block-title.hdcategorieshome strong{
    font-size: 0 !important;
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/categorieshdhome.jpg) no-repeat;
    background-size: 100%;
    height: 40px;
    width: 121px;
    display: inline-block;
}
#filterproducts_0 .block-title strong .title-top {
    font-size: 0;
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/flashsalehdhome.jpg) no-repeat;
    background-size: 100%;   
    margin-bottom: 0;
    text-align: left;
    float: left;
    margin-right: 20px;
            width: 195px;
    height: 40px;
        margin-left: 10px;
}

.viewallproduct a {
    font-size: 0;
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/readmorehome.png) no-repeat;
    background-size: 100%;   
        width: 55px;
    height: 20px;
    display: inline-block;
}
.boxtitle-image.hdnewproductshome {
    font-size: 0;
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/newproducthdhome.jpg) no-repeat;
    background-size: 100%;  
        width: 185px;
    height: 40px;
    display: inline-block;
}
.boxtitle-image.hdspecialpricehome{
    font-size: 0;
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/specialpricehdhome.jpg) no-repeat;
    background-size: 100%;  
        width: 210px;
    height: 40px;
    display: inline-block;
}
.boxtitle-image.hdpromotionshome {
font-size: 0;
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/promotionhdhome.jpg) no-repeat;
    background-size: 100%;  
        width: 125px;
    height: 40px;
    display: inline-block;
}
.container.blandhomepage .boxhome-title {
width: 100%;
    display: block;
    float: left;
}
.boxtitle-image.hdbestsellerhome {
   font-size: 0;
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/bestsellerhdhome.jpg) no-repeat;
    background-size: 100%;   
        width: 210px;
    height: 53px;
    display: inline-block;
}
.buydidi-specialpricebox {
    margin: 40px 0;
    padding: 50px 0;
}
ul.footersocial,
ul.footersocial li {
    margin: 0;
    padding: 0;
}
ul.footersocial{
    margin:0 0 50px 0;
    text-align: center;
}
ul.footersocial li {
        display: inline-block;
    font-size: 0;
}
.footer-top {
    padding-top: 0;
    padding-bottom: 0;
}
.container.footernewsletter {
    color: #fff;
    background: #6D4DA0;
        width: 100% !important;
    padding: 40px 30px 60px 30px;
}
.block-footer .block-footer-title {
    color: #fff !important;
}
.container.blandhomepage {
    overflow: hidden;
}
.container.bloghomepage {
position: relative;
margin: 0 auto;
    padding: 50px 0 10px 0;
    overflow: hidden;
}
.buydidi-newproductbox .viewallproduct {
    margin-top: 10px;
}
.buydidi-specialpricebox .viewallproduct {
    margin-top: 5px;
}
.promotionhomepage .viewallproduct {
    margin-top: 13px;
}
.buydidi-bestsellerbox .viewallproduct {
    margin-top: 15px;
}
.smcqp-actions .smcqp-btn, .smcqp-actions .smcqp-continue,
.smcqp-actions .smcqp-btn:hover,
.smcqp-actions .smcqp-continue:hover,
.action.primary,
.action.primary:hover {
        background-color: #6b46b2 !important;
}
.smcqp-actions .smcqp-btn:hover,
.smcqp-actions .smcqp-continue:hover,
.action.primary,
.action.primary:hover {
    color: #fff !important;
}
.minicart-wrapper .block-minicart .block-content>.actions .secondary a,
.minicart-wrapper .block-minicart .block-content>.actions .secondary a:hover {
 color: #fff !important;   
 background-color: #6b46b2 !important;
}
.checkout-cart-index .action.action-edit {
    display: none !important;
}
.ontop-element.menu-on-top {
    background: #fff;
}
.pleaseactiveme {
    display: block !important;
}
.action.primary.buynow,
#tab-label-additional,
.product.info.detailed #additional {
    display: none !important;
}
.productdetailMenu {
    display: none;
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0.9) !important;
    z-index: 1;
}
.productdetailMenu span {
    width: 32% !important;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: #000;
}
.header-mobile .mobile-menu>a span.s-middle {
    width: 20px;
}
.header-mobile .mobile-menu>a span {
    height: 2px;
    margin: 6px 0;
}
.shopby-categories .cat-image:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0);
}
.products-grid .product-item-info:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0);
}
.products-grid .product-item-info {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.mp-product-slider-content .product-item-name,
.product-item .price-box{
    text-align: center;
}
.fotorama__dot {
    border: 1px solid #d0d0d0;
    background: #d0d0d0;
}
.fotorama__active .fotorama__dot {
    background-color: #7b7b7b;
    border-color: #7b7b7b;
}
.fotorama__stage {
    border: 0;
}
.buydidi-bestsellerbox .action.quickview-handler.sm_quickview_handler{
    display: none !important;
}

.products-grid .product-item-info {
    border: 0 !important;
}
.product.actions.slider-product-item-actions.product-item-actions {
    margin: 0 auto;
    float: none;
        border-top: 1px solid #a09e9e;
} 
.products-grid .product-item-info .product-item-details .product-item-actions {
        padding: 0;
    margin: 0;
}
.action.primary.tocart {
        color: #222 !important;
    background: transparent !important;
    text-align: left;
    padding: 0;
}
.products-grid .product-item-info .product-item-details .product-item-name a {
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 49px;
    overflow: hidden;
}
.product-item .price-box {
    margin: 11.5px 0;
}

.stock.unavailable {
    height: 40px;
    line-height: 40px;
}
.vertical-menu-block .block-title-menu {
    display: none !important;
}
.customer-container .customer-header.header-localtion,
.search-header .search-pro .control:before {
    display: none;
}
.header-style-3 .search-header .block-search .action.search,
.header-style-3 .header-wishlist .block-title .count,
.header-style-3 .cart-header-container .minicart-wrapper .action.showcart .counter.qty {
    background-color: #6b46b2 !important;
}
.header-3-style .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.sm_megamenu_actived > a, .header-3-style .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a, .header-3-style .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a, .header-3-style .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
    background-color: transparent !important;
    color: #6b46b2 !important;
}
.buydidi-specialpricebox {
        background: url(../../frontend/Sm/daenggimeori/th_TH/images/bg_categorybestseller.jpg) no-repeat;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li,
.header-mobile .navigation-mobile .sm_megamenu_menu>li {
    display: none;
}
.header-mobile .navigation-mobile .sm_megamenu_menu>li.daenggimeorimainmenu-parent {
    display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.daenggimeorimainmenu,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.daenggimeorimainmenu-parent {
    display: inline-block;
}

.buydidi-newproductbox {
    padding: 50px 0 0 0;
}
.buydidi-newproductbox .boxhome-title,
.buydidi-specialpricebox .boxhome-title,
.post-list-wrapper.blog-widget-recent,
.buydidi-justforyou .boxhome-title {
    text-align: center;
}
.footer-style-1 {
    background-color: #F9F6FF;
        padding-top: 0;
    border-top: 2px solid #6D4DA0;
}
.footer-style-1 .social-footer ul li a:hover {
    background-color: #6b46b2 !important
    color: #FFFFFF !important;
}
.product-1-style .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action:hover {
        background-color: #6b46b2 !important;
    color: #FFFFFF !important;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action {
    background: transparent;
}
.language-currency .switcher .switcher-content {
    background-color: transparent;
}
.daenggimeori-detail {
    display: block;
        max-width: 1110px;
    margin: 0 auto;
    color: #2D2D2D;
        font-size: 20px;
    line-height: 30px;
}
.fullrow,
.halfrow {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    display: inline-block;
    white-space: nowrap;
}
.halfrow-left {
    display: block;
    width: 48%;
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align:left;
    margin-right: 2%;
}
.halfrow-right {
    display: block;
    width: 48%;
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align:left;
    margin-left: 2%;
}
.purplebg{
    background: #e3dbeb;
    padding: 10px 30px;
}
.greenbg{
    background: #cbe3ee;
    padding: 10px 30px;
}
.brownbg{
    background: #e1dbd6;
    padding: 10px 30px;
}
.redbg{
    background: #ead5d3;
    padding: 10px 30px;
}
.lightgreenbg{
    background: #d0e8e1;
    padding: 10px 30px;
}
.greenbg+.greenbg {
    margin-top: -30px;
}
.daenggimeori-detail h3 {
    color: #472466;
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 15px;
}
body.catalog-product-view .product-brand {
    width: 100%;
    float: left;
    display: none;
}
body.catalog-product-view .product-brand .image {
    width: 120px !important;
}
.container.footernewsletter {
width: 50%;
}
.category-view .category-image {
    display: block;
}
body.blog-page .post-ftimg-hld {
    display: none;
}
body.blog-page.blog-page-list .post-ftimg-hld {
    display: block;
}
.newsletter-footer {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}
.block-footer .footer-contact ul li {
        padding-left: 0 !important;
}
.newsletter-footer .input-box {
        width: 100%;
}
.newsletter-footer .action-button {
        width: 30%;
}
.social-footer-box {
    margin-top: 30px;
}
body.checkout-onepage-success .checkout-success,
body.checkout-onepage-success .page-title,
body.checkout-onepage-success #registration,
body.checkout-onepage-success .column.main {
    text-align: center;
}
.footerfixbottomright {
        position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}
.linelinkfix-paymennt {
    margin-bottom: 10px;
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/icon-transsfer.gif) no-repeat;
        width: 80px;
    height: 80px;
    background-size: 80px;
    display: block;
}
.back2top {
    left: 20px;
    right: unset !important;
}

#m-cookienotice .m-message {
    width: calc(100% - 220px) !important;
}
#m-cookienotice .m-button {
        margin-top: 0 !important;
}
#m-cookienotice > .m-message.title {
    display: none;
}
a.btn-google:not([href]):not([tabindex]),
a.btn-google {
    color: #fff !important;
}
.account.page-layout-2columns-left .column.main {
    padding-left: 30px !important;
}
.products-grid .product-item-info .product-item-details .swatch-option.color:nth-child(n+4) {
    display: none;
}
.products-grid .product-item-info .product-item-details .price-label {
    display: none;
}
.blog-page .action.quickview-handler.sm_quickview_handler,
.blog-page .action.towishlist,
.blog-page.blog-page-list .block.block-brand{
    display: none !important;
}
.slider-blog .post-read-more:hover {
    background-color: #6b46b2;
    color: #FFFFFF !important;
}
.success-page .red-bold,
.success-page .order-note, .success-page .order-note > a strong {
    
    color: #000;
    
}
.meetanshi-success .box.box-order-billing-method.col-2 img {
    display: none;
}
.success-page .box-order-shipping-address.col-2, .success-page .box-order-billing-address.col-2, .success-page .box-order-shipping-method.col-2, .success-page .box-order-billing-method.col-2 {
    width: 46%;
    text-align: left;
    vertical-align: top;
}
.success-page .table-wrapper {
    text-align: left;
}
.success-page table > tbody > tr > td.name > strong {
    color: #000000;
    }

.meetanshi-success .botton-section {
    display: none;
}
.success-page .col-2 {
        text-align: left;
}
.search-header {
    display: none;
}
.right-header-top .block-table {
    display: block;
}
.logo-container {
    width: 160px;
}
.right-header-top .header-bottom {
    width: calc(100% - 380px);
    display: inline-block;
    float: left;
    margin-right: 0;
}
.customer-container .header-wishlist {
    display: none;
}
.right-header-top {
    width: calc(100% - 160px);
}
.customer-container .customer-header .header.links li {
    display: inline-block;
}
.customer-container .customer-header .header.links li.link.wishlist {
    display: none;
}
.customer-container {
    padding-left: 0;
    background: #6D4DA0;
    border-radius: 10px;
    margin-top: 20px;
    display: inline-block;
}
.customer-container .customer-header.header-account,
.customer-container .customer-header:hover {
    background-color: transparent;
}
.header.links .customer-welcome .customer-menu .header.links li a ,
.cart-header-container .minicart-wrapper .action.showcart .text,
.header.links .customer-welcome .customer-menu .header.links li a:hover,
.customer-container .customer-header .header.links li a:hover {
    color: #fff !important;
}
.cart-header-container .minicart-wrapper .action.showcart .text {
    font-size: 12px;
    text-transform: capitalize;
}
.header.links .customer-welcome .customer-menu .header.links li {
        margin-left: 10px;
    line-height: 20px;
    margin-top: 3px;
}
.cart-header-container .minicart-wrapper:hover .action.showcart,
.customer-container .customer-header .header.links li a {
    background-color: transparent;
    color: #fff !important;
}
.customer-container .customer-icon {
    float: left;
    display: inline-block;
    margin-top: 0;
    margin-left: 15px;
}
.customer-container .customer-header .header.links {
    list-style: none;
    display: inline-block;
}
.cart-header-container .minicart-wrapper .action.showcart:before {
    float: left;
    margin-right: 10px;
        margin-top: -2px;
}
.cart-header-container .minicart-wrapper .action.showcart .counter.qty.empty {
    display: none !important;
}
.language-currency {
    display: none;
}
.customer-container {
    float: right;
}
.cart-header-container .minicart-wrapper .action.showcart {
    height: 20px;
    padding: 9px 20px;
}
.customer-container .customer-header {
    height: 20px;
    padding: 0;
    float: left;
}
.dropdown-customer.dataformobile {
    display: none !important;
}
.sidebar-nav-mobile .header.links .customer-welcome .customer-menu .header.links li a {
    color: #222222 !important;
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
    margin-top: 20px;
}
.header-bottom {
    border-top: 0px solid #e5e5e5;
    box-shadow: 0 5px 5px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0 5px 5px rgb(0 0 0 / 0);
    -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 0%);
    -o-box-shadow: 0 5px 5px rgb(0 0 0 / 0);
}
.header-top .icon-user1:before {
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/account-top-icon.png) center top no-repeat;
        font-size: 0;
    background-size: 16px;
    width: 16px;
    height: 19px;
    display: inline-block;
    float: left;
}
.cart-header-container .minicart-wrapper .action.showcart:before {
  background: url(../../frontend/Sm/daenggimeori/th_TH/images/bag-top-icon.png) center top no-repeat;  
  font-size: 0;
    background-size: 15px;
    width: 15px;
    height: 19px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.customer-container .customer-header.header-account {
    overflow: hidden;
    margin-top: 7px;
    padding-right: 5px;
}
.customer-container .customer-header .header.links li a {
    display: block;
    padding: 0;
    padding-right: 15px;
    border-right: 1px solid #fff;
    padding-left: 15px;
    font-size: 12px;
    line-height: 12px;
    float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
    color: #6d4da0;
}
.page-header {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 15%);
    width: 100%;
    height: 84px;
}
.heroproduct-slide {
    text-align: center;
    margin: 50px 0 0 0;
}
.heroproduct-slide h1,
.awardbox h2,
.reviewbox h2,
.blogbox h2,
.producthomebox h2 {
    color: #472466;
    font-size: 32px;
    margin-bottom: 20px;
}
.heroproduct-slide h1:after,
.awardbox h2:after,
.reviewbox h2:after,
.blogbox h2:after,
.producthomebox h2:after {
    content: '';
    border-bottom: 2px solid #472466;
    height: 2px;
    width: 64px;
    display: block;
    position: relative;
    left: calc(50% - 32px);
    top: 10px;
}
.heroproduct-slide span {
    color: #2D2D2D;
    font-size: 16px;
}
.slider-big-cards {
    margin-top: 30px;
    padding: 0;
}
/*.slick-initialized .slick-slide {
    margin-right: 15px;
}*/
/* the slides */
.slick-slide {
  margin: 0 14px;
}

/* the parent */
.slick-list {
  margin: 0 -14px;
}
.slick-slide {
    vertical-align: top;
}
.slider-big-cards h2 {
    color: #fff;
    margin-top: 30px;
    font-size: 32px;
}
.slider-big-cards span {
    color: #fff;
    font-size: 22px;
        margin: 20px;
    text-align: left !important;
    display: block;
}
.slider-big-cards a,
.slider-big-cards a:hover {
    color: #fff !important;
    font-size: 18px;
        margin: 20px;
    text-align: left !important;
    display: block;
    text-decoration: underline;
}
.storybox {
    background: #FAF7FF;
    padding-top: 50px;
    padding-bottom: 50px;
}
.storybox h2{
    color: #472466;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    line-height: 53px;
    font-size: 32px;
    margin-bottom: 60px;
}
.certificatedbox {
    padding: 50px;
}
.certificatedbox h2{
    color: #2D2D2D;
    font-size: 22px;
    line-height: 36px;
        width: 55%;
}
.cer-in-1 {
    width: 96px;
    display: inline-block;
}
.cer-in-2 {
    width: 405px;
    display: inline-block;
    margin-left: 20px;
}
.certificatedbox ul,
.certificatedbox li,
.awardbox ul,
.awardbox li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.certificatedbox li {
    width: 16.666666666666667%;
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    list-style: none;
}
.awardbox li {
    width: calc(25% - 20px);
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    list-style: none;
}
.certificatedbox li img {
    border: 1px solid #6D4DA0;
}
.certificatedbox ul {
    width: 70%;
    margin-left: -10px;
    margin-top: 30px;
}
.awardbox {
    padding: 50px;
    text-align: center;
}
.awardbox li img {
    width: 60%;
    margin: 0 auto 20px auto;
    display: block;
}
span.name-award {
    font-weight: bold;
    display: block;
    color: #472466;
}
.txhalfproduct,
.productimghalfhome {
    width: 50% !important;
    float: left;
}
.txhalfproduct{
        padding-top: 10%;
}
.reviewbox h2,
.blogbox h2,
.producthomebox h2 {
    text-align: center;
}
.reviewbox {
    padding: 0px 50px 50px 50px;
    float: left;
    width: 100%;
    background: #FAFBFE;
    margin-top: 50px;
}
.blogbox {
    background: #FAFBFE;
    padding-bottom: 50px;
}
.blogbox .post-footer,
.blog-widget-recent .post-description .post-text-hld {
    display: none;
}
.post-content .post-description .post-ftimg-hld {
    margin: 0;
}
span.titleproducthalf {
    font-size: 38px;
    color: #6D4DA0;
    font-weight: bold;
    display: block;
    margin-left: 30px;
}
span.detailproducthalf {
    font-size: 30px;
    color: #8C8C8C;
    display: block;
    margin-left: 30px;
}
.viewproductbox a {
    background: #6D4DA0;
    color: #fff;
    padding: 10px;
    float: left;
    margin-top: 30px;
    text-align: center;
    margin-left: 30px;
}
.viewproductbox {
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.reviewbox span.subtextreview {
    text-align: center;
    display: block;
    line-height: 26px;
    font-size: 16px;
    width: 70%;
    margin: 0 auto;
}

.slider-review {
    margin-top: 30px;
}
.post-list-wrapper.blog-widget-recent h3 {
    display: none;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
    background: #fff;
}
.post-list .post-header .post-title a {
    color: #2D2D2D;
    text-align: center;
    margin: 0 30px;
    width: 100%;
}
.slider-blog .post-read-more {
    background: #6D4DA0;
    color: #fff;
    padding: 10px 20px;
    margin: 0 auto 20px auto;
    display: inline-block;
    float: none;
}
.slider-blog .post-read-more:hover {
    color: #fff !important;
}
.slider-cer .slick-slide img {
    border: 1px solid #6D4DA0;
        width: calc(100% - 5px);
}
.slider-blog a.post-item-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    float: left;
}
.slider-cer {
    width: 70%;
    overflow: hidden;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.producthomebox {
    background: #fafbfe;
    padding-bottom: 10px;
}
.producthomebox .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display: none;
}
.producthomebox .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
    background: #6D4DA0 !important;
    color: #fff !important;
}
.producthomebox .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:before{
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/bag-top-icon.png) center top no-repeat;
    font-size: 0;
    background-size: 15px;
    width: 15px;
    height: 19px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    content: ' ';
    margin-top: 10px;
}
.block-footer .footer-contact ul li {
        margin-bottom: 20px;
    color: #2D2D2D;
    font-size: 14px;
}
.block-footer.block-links .block-footer-content ul li a:hover {
    padding-left: 0;
}
.footer-style-1 .block-footer.block-links .block-footer-content ul li a:before {
    background-color: transparent !important;
}
.block-footer .block-footer-title {
    color: #2D2D2D !important;
    font-size: 15px;
}
.block-footer.newsletter-footer .block-footer-title {
    color: #fff !important;
}
.block-footer .block-footer-content ul.listlink li {
    width: 50%;
    float: left;
}
.block-footer .block-footer-content ul.listlink {
    margin-top: 37px;
}
.block-footer.block-links .block-footer-content ul li a {
    color: #2D2D2D;
    font-size: 14px;
}
.social-footer-box a{
    width: 50px;
    display: inline-block;
    margin-right: 20px;
}
.footer-style-1 .newsletter-footer .action-button button {
    font-size: 0;
    background: #E0CCFF !important;
}
.pt-40 {
    padding-top: 40px;
}
.footer-style-1 .newsletter-footer .action-button button:before {
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/newsletter-bt.png) no-repeat;
    content: ' ';
    display: block;
    width: 13px;
    height: 30px;
    background-size: 14px !important;
    z-index: 99;
    margin-top: 12px;
}
.newsletter-footer #newsletter-footer {
    background: #E0CCFF !important;
    border-radius: 0 !important;
}
.footer-bottom {
    border-top: 0;
    display: none;
}
span.copyfooter {
    color: #2D2D2D;
    font-size: 14px;
    margin-bottom: 20px;
    float: left;
}
.post-holder .post-header .post-info {
    display: none !important;
}
.blog-page .breadcrumbs li.item {
    display: none !important;
}
.blog-page .breadcrumbs li.item:first-child,
.blog-page .breadcrumbs li.item:last-child {
    display: inline-block !important;
}
.blog-page .sidebar.sidebar-additional {
    display: none;
}
.catalog-product-view h1.page-title {
    color: #472466 !important;
    text-align: center;
    font-weight: 700 !important;
    font-size: 28px;
}
.catalog-product-view .product-info-main .product-info-stock-sku,
.catalog-product-view .product-reviews-summary.empty {
    display: none;
}
.product-info-main .price-box {
    border-top: 2px solid #472466;
    padding-top: 20px;
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 20px;
}
.product-info-main .box-tocart .field.qty {
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 20px;
}
.product-info-main .box-tocart .control {
    width: calc(100% - 70px) !important;
    display: inline-block;
    float: right !important;
    text-align: right;
}
.catalog-product-view .product-info-main .box-tocart .actions {
    width: 100% !important;
    text-align: center;
    padding-top: 0 !important;
}
.catalog-product-view #product-addtocart-button {
    float: none;
    display: inline-block;
    width: 40%;
    text-align: center;
    margin-right: 2%;
}
.catalog-product-view .buynow-button {
    width: 40%;
    display: inline-block;
}
.catalog-product-view button#buy-now {
    width: 100%;
}
.product-info-main .box-tocart .field.qty,
.product-info-main .box-tocart {
    width: 100%;
}
.product-info-main .box-tocart .field.qty .label {
    width: 70px;
    float: left;
}
html .page-layout-1column .product.media {
    width: 50%;
}
html .page-layout-1column .product-info-main {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.product.info.detailed {
    width: 100% !important;
}
.vertical-style ul.resp-tabs-list {
    display: none;
}
.vertical-style .resp-tabs-container {
    margin-left: 0;
}
.vertical-style .resp-tab-content {
    border: 0;
}
.brand-related-products {
    width: 100%;
    float: left;
}
.breadcrumbs .items > li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
}
.dot-style-2 .owl-theme .owl-dots .owl-dot span:hover,
.dot-style-2 .owl-theme .owl-dots .owl-dot.active span {
    background-color: #490e68 !important;
    border-color: #490e68 !important;
}
.slick-slider .slick-arrow {
    z-index: 9;
}
.color1 {
    background: #490E67;
}
.color2 {
    background: #7F2629;
}
.color3 {
    background: #005487;
}
.color4 {
    background: #653A2B;
}
.color5 {
    background: #4CA585;
}
.home-page-4.title-block-center {
    margin-top: 25px;
}
.cms-index-index header.modal-header {
    display: none;
}
.cms-index-index .modal-popup .modal-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}
.cms-index-index .modal-popup.modal-slide .modal-footer {
    padding: 0;
    background: #fff;
    display: none;
}
.cms-index-index .modal-popup .modal-inner-wrap {
    max-width: 1000px;
}
div#popup-modal-cer1,
div#popup-modal-cer2,
div#popup-modal-cer3,
div#popup-modal-cer4,
div#popup-modal-cer5,
div#popup-modal-cer6 {
    text-align: center;
}
#click-cer1,
#click-cer2,
#click-cer3,
#click-cer4,
#click-cer5,
#click-cer6,
#click-me,
#click-me2,
#click-me3,
#click-me4,
#click-me5,
#click-me6,
#click-me7 {
    cursor: pointer;
}
.horizontal-block {
    width: 100%;
}
.cms-index-index .slick-slider .slick-arrow {
    background: rgba(255,255,255,0.9) !important;
    width: 50px;
    height: 50px;
    border-radius: 30px;
}

.cms-index-index .slick-next.slick-arrow:after{
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat!important;
        content: ' ';
            width: 20px;
    height: 20px;
    display: block;
    z-index: 999;
    left: 17px;
    position: relative;
    top: -9px;
}


.cms-index-index .slick-prev.slick-arrow:after{
            background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat!important;
        content: ' ';
            width: 20px;
    height: 20px;
    display: block;
    z-index: 999;
    left: 17px;
    position: relative;
    top: -9px;
}
.cms-index-index .slick-slider .slick-arrow:hover{
        background: #6d4da0 !important;
}
.cms-index-index .slick-next.slick-arrow:hover:after,
.cms-index-index .slick-prev.slick-arrow:hover:after {
    filter: brightness(0) invert(1);
}
.cms-index-index .amasty-label-container:not(.-preview) {
    /*display: block !important;*/
    position: absolute;
    top: 0;
    z-index: 9;
}
.cms-index-index .amlabel-text {
    line-height: 21px;
    text-align: center;
}
.cms-index-index .products-grid .product-item-info {
        background-color: transparent !important;
}
.catalog-product-view .product-addto-links {
    display: none;
}
.product-info-main .page-title-wrapper .page-title {
    text-align: left;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist {
    display: none;
}
#m-cookienotice.v-bar.v-bottom {
        color: #fff !important;
    background: rgba(0,0,0,0.6) !important;
    padding: 10px;
    width: calc(100% - 20px);
    left: 10px;
    border-radius: 10px 10px 0 0;
}
#m-cookienotice .m-button {
    border: 1px solid #000000;
    border-radius: 5px;
}
.amasty-label-container + .amasty-label-container {
    display: none !important;
}
.pages .item a:hover {
    color: #FFFFFF !important;
    background: #6b46b2;
    border: 1px solid #6b46b2 !important;
}
.cms-blogs .page-main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.cms-blogs .blogs-list {
    max-width: 1380px !important;
    margin: 0 auto;
}

.cms-blogs .blogs-list > div {
    width: 33.33%;
    float: left;
    padding: 20px;
}
.cms-blogs a.post-item-link {
    color: #472466;
    font-size: 22px;
    font-weight: bold;
    text-align: left !important;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    min-height: 66px;
}
.cms-blogs .post-short-description a.post-item-link {
    font-size: 16px;
    font-weight: normal;
    text-align: left !important;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    margin-top: 5px;
    color: #2D2D2D;
}
.cms-blogs .post-date {
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}
.cms-blogs .blogs-list>div:first-child {
    width: 100%;
    background: #DED6E6;
    padding: 30px;
        margin-bottom: 15px;
}
.cms-blogs .blogs-list>div:first-child .subrightcontent {
    width: calc(50% - 30px);
    float: left;
    margin-left: 30px;
}
.cms-blogs .blogs-list>div:first-child .post-ftimg-hld {
    width: 50%;
    float: left;
    height: unset;
    overflow: hidden;
    padding-top: 0;
    position: static;
}
.cms-blogs .blogs-list>div:first-child .post-ftimg-hld a {
        display: block;
    position: static;
    top: -25%;
}
.cms-blogs .blogs-list>div:first-child a.post-item-link {
    font-size: 26px;
}
.cms-testimonial main#maincontent {
    background: #E1D8EB;
    margin-top: 10px;
    padding: 0;
}
.testimonial-purple h1{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #472466;
}
.testimonial-purple {
    overflow: hidden;
    padding: 30px;
}
.testimonial-purple h1 + span{
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    color: #888888;
}
.testimonial-show-product {
    width: 25%;
    float: left;
    text-align: center;
}
.testimonial-content-slide {
    width: 75%;
    float: right;
}
.testimonial-show-product span {
    display: block;
    width: 100%;
    color: #431363;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.testmonial-item {
    padding: 20px;
    text-align: center;
    background: #fff;
}
.testmonial-item img {
    display: block;
    margin: 0 auto 10px auto;
}
.cms-testimonial span.pagelink-tx {
    color: #431363;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.cms-testimonial .client-content{
    font-size: 16px;
    color: #2D2D2D;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    white-space: pre-wrap;
    min-height: 240px;
}
.testimonial-content-list {
    float: left;
    width: 100%;
    margin: 30px 0 0px 0;
}
.cms-testimonial .bottom-client-link {
    text-align: right;
    width: 100%;
    display: block;
    overflow: hidden;
}
.cms-testimonial .bottom-client-link a {
    float: right;
    margin: 10px 0 0 0;
}
.cms-testimonial .bottom-client-link a .client-link-tx {
    text-decoration: underline;
}

.testimonial-content-list.green-content {
    background: #CAE1EF;
    padding: 30px;
    margin-top: 0;
}
.testimonial-content-list.brown-content {
    background: #E2DDDA;
    padding: 30px;
    margin-top: 0;
}
.cms-testimonial .green-content .testimonial-show-product span {
    color: #255483;
}
.cms-testimonial .brown-content .testimonial-show-product span{
    color: #603D2E;
}
.cms-testimonial .green-content span.pagelink-tx {
    color: #255483;
}
.cms-testimonial .brown-content span.pagelink-tx {
    color: #603D2E;
}
.testimonial-purple .client-link-icon {
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/link-purple.png);
        display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-right: 5px;
    text-decoration: none !important;
    background-repeat: no-repeat;
    float: left;
}
.cms-testimonial .green-content .client-link-icon {
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/link-green.png);
        display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-right: 5px;
    text-decoration: none !important;
    background-repeat: no-repeat;
    float: left;
}
.cms-testimonial .brown-content .client-link-icon {
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/link-brown.png);
        display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-right: 5px;
    text-decoration: none !important;
    background-repeat: no-repeat;
    float: left;
}
.cms-testimonial .slick-slide > div {
    height: 490px !important;
}
.cms-testimonial .slick-slider .slick-arrow.slick-next,
.cms-testimonial .slick-slider .slick-arrow.slick-prev {
    filter: brightness(0) invert(1);
}
.cms-testimonial .slick-dots li button:before {
    font-size: 40px;
        opacity: .75;
    color: #fff;
}
.testimonial-purple .slick-dots li.slick-active button:before {
        opacity: 1;
    color: #39235b;
}
.testimonial-content-list.brown-content .slick-dots li.slick-active button:before {
    color: #603d2e;
    opacity: 1;
}
.testimonial-content-list.green-content .slick-dots li.slick-active button:before {
    color: #255483;
    opacity: 1;
}



.cms-brand-history .img100 { width:100%; }
.cms-brand-history .brand-history { color: #000; }
.cms-brand-history .brand-history .hd-history { font-size:32px; font-weight:bold; text-align: center; margin-bottom: 10px; margin-top: 40px; color: #472466;}
.cms-brand-history .brand-history span { font-size:16px; display:block; width:100%; text-align:center; float:left; color: #888888;}
.cms-brand-history .gallery-history {background: #ded6e6; display: block; width: 100%; padding: 40px; margin-top: 40px; float: left;}
.cms-brand-history .mt-40 { margin-top:40px; }
.cms-brand-history .mb-40 { margin-bottom:40px; }
.cms-brand-history .imgleft, .imgmid, .imgright {width: 32.333333333333333%; display: inline-block; float: left;}
.cms-brand-history .img3col { margin-top:20px; }
.cms-brand-history .imgleft { margin-right:1.5%; }
.cms-brand-history .imgright { margin-left:1.5%; }
.cms-brand-history .bg-history-tx { background:url(../../frontend/Sm/daenggimeori/th_TH/images/DGMR-History-Page-13.jpg); width: 100%;display: block;min-height: 300px;background-repeat: no-repeat;padding: 90px 50px;margin-top: 40px;}
.cms-brand-history .brand-bottom-logo img {
    width: 230px;
}
.cms-brand-history span.brand-bottom-logo,
.cms-brand-history span.brand-bottom-logo-tx {
    text-align: left;
}
.cms-brand-history span.brand-bottom-logo-tx {
    margin-top: 20px;
}
.cms-brand-history .brand-history span.purpletx {color: #472466;}
.cms-brand-history .ui-card-slider {
  position: relative;
  width: 615px;
    height: 590px;
  overflow: hidden;
  margin: 0 auto; }
  .cms-brand-history .ui-card-slider .slide {
    display: block;
    -webkit-user-select: none;
    position: absolute;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    -webkit-transition-property: all;
    overflow: hidden; }
   .cms-brand-history .ui-card-slider .slide img {
      width: 100%;
      height: 100%;
      border: 3px solid #fff;
      cursor:pointer; }
  .cms-brand-history .ui-card-slider .center-slide {
    -webkit-user-select: none;
    z-index: 30;
    bottom: 12px;
    left: 150px;
    width: 300px;
    height: 400px; }
  .cms-brand-history .ui-card-slider .left-slide {
        -webkit-user-select: none;
    z-index: 20;
    bottom: 190px;
    left: 0px;
    width: 300px;
    height: 400px; }
  .cms-brand-history .ui-card-slider .right-slide {
        -webkit-user-select: none;
    z-index: 20;
    bottom: 140px;
    left: 305px;
    width: 300px;
    height: 400px; }
  .cms-brand-history .ui-card-slider .left-hidden-slide {
        z-index: 10;
    bottom: 190px;
    left: 0;
    width: 300px;
    height: 400px; }
  .cms-brand-history .ui-card-slider .right-hidden-slide {
        z-index: 10;
    bottom: 140px;
    left: 305px;
    width: 300px;
    height: 400px; }
  .cms-brand-history .ui-card-slider .hidden-slide {
    visibility: hidden;
    display: none; }
.cms-blogs h1 {
        font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #472466;
}
.blogtitle {
    background: #dfd6e6;
        width: 100%;
    overflow: hidden;
    max-width: 1380px;
    margin: 0 auto -10px auto;
    float: none;
}
body.blog-page .page-title {
    color: #472466;
}
@media (min-width: 1024px){
    body .header-top .container {
        max-width: calc(100% - 40px);
    }
    body .container, body .page-main {
        max-width: 1380px !important;
    }
}

@media (min-width: 640px){
    .products-grid .product-item-actions {
        text-align: center !important;
        width: 100% !important;
    }
}
@media (min-width: 768px), print {
    .catalog-product-view .product-info-main .box-tocart .actions {
            width: 310px;
    }
    .logo img {
        width: 160px;
    }
    button#buy-now {
        height: 40px;
        line-height: 40px;
        padding-top: 0;
        padding-bottom: 0;
        background: red !important;
    }


    .logo img {
        width: 120px;
    }
    .product.data.items>.item.content {
            margin-left: 0 !important;
    }
    .product.data.items>.item.title>.switch {
        font-size: 20px !important;
            border: 0 !important;
            background: #fff !important;
            color: #000 !important;
    }
    .product.data.items>.item.content {
        margin-top: 10px !important;
            border: 0 !important;
    border-top: 0 !important;
    }

}

@media (max-width: 1024px){
    .header-mobile .mobile-bottom {
        display: none;
    }
    .page-header {
        height: 53px;
    }
    .slider-big-cards h2 {
        font-size: 28px;
    }
    .certificatedbox h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .certificatedbox ul {
        width: 55%;
        display: block;
    }
    span.titleproducthalf {
        font-size: 32px;
    }
    span.detailproducthalf {
        font-size: 24px;
    }
    .cer-in-1 {
        width: 65px;
    }
    .cer-in-2 {
        width: 295px;
    }
    .certificatedbox{
        background-size: 130% !important;
        background-position: left !important;
        background-repeat: no-repeat !important;
    }
}


@media (max-width: 980px){
    .slider-big-cards h2 {
        font-size: 24px;
    }
    .slider-big-cards span {
        font-size: 18px;
    }
    .storybox h2 {
        line-height: 43px;
        font-size: 28px;
    }
    .txhalfproduct {
        padding-top: 7%;
    }
    .footer-style-1 .col-sm-6 {
        -ms-flex: 0 0 33% !important;
        flex: 0 0 33% !important;
        max-width: 33% !important;
    }
}



@media (max-width: 920px){
    .footer-style-1 .col-sm-6 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .pt-40 + .pt-40 {
        padding-top: 0;
    }
    span.copyfooter {
        display: none;
    }
    .block-footer .block-footer-content ul.listlink {
        margin-top: 0;
    }
    .container.footernewsletter {
        margin-top: 20px;
    }
    .footer-bottom {
        display: block;
        color: #2D2D2D;
    }
}


@media (max-width: 768px) {
    .cms-blogs .blogs-list>div:first-child a.post-item-link {
        font-size: 22px;
    }
    .cms-blogs .blogs-list>div:first-child .post-short-description a.post-item-link {
        font-size: 16px;
    }
    .cms-blogs a.post-item-link {
        font-size: 18px;
    }
    .cms-brand-history .ui-card-slider {
        width: 100%;
    }
    .cms-brand-history .ui-card-slider .center-slide {
        left: calc(50% - 150px);
    }
    .cms-brand-history .ui-card-slider .right-hidden-slide,
    .cms-brand-history .ui-card-slider .right-slide {
        left: 50%;
    }
    .cms-brand-history .ui-card-slider .left-hidden-slide,
    .cms-brand-history .ui-card-slider .left-slide {
        left: calc(50% - 300px);
    }
    .cms-brand-history .ui-card-slider .center-slide {
        left: calc(50% - 150px);
    }
    .cms-brand-history .img3col + .mt-40.mb-40 + .img3col .imgleft,
    .cms-brand-history .img3col + .mt-40.mb-40 + .img3col .imgmid,
    .cms-brand-history .img3col + .mt-40.mb-40 + .img3col .imgright{
        width: 100%;
    }


    fieldset.fieldset.review-fieldset {
        width: 100%;
    }
    .product-image-container {
        width: 100% !important;
    }
    
    html .page-layout-1column .product-info-main {
        margin-left: 0px;
    }
    .catalog-product-view .buynow-button {
        width: 100%;
    }
    .halfrow-left {
        width: 100%;
        margin-right: 0;
        display: block;
        margin-bottom: 30px;
    }
    .purplebg {
        padding: 30px 30px;
    }
    .halfrow-right {
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .slider-cer {
        width: 100%;
    }
    .certificatedbox {
        padding: 50px 20px !important;
    }
    .awardbox {
        padding: 50px 0px !important;
    }
    .cms-index-index .modal-popup.modal-slide {
        left: 0;
        margin-top: 17vh;
    }
    span.details-award {
        display: none;
    }
    .catalog-product-view .product-info-main .box-tocart {
        width: 100%;
    }
    .catalog-product-view #product-addtocart-button {
        float: left;
        width: 100%;
        text-align: center;
    }
    button#buy-now {
        width: 100%;
        margin-top: 15px;
        height: 40px;
        line-height: 40px;
        padding-top: 0;
        padding-bottom: 0;
        background: red !important;
    }
    .product-info-main .product-social-links {
        position: relative;
        top: -163px;
        left: calc(100% - 45px);
        width: 40px;
        padding-top: 0;
    }


    .catalog-product-view .product-info-main .box-tocart .actions {
        width: 100%;
        padding-top: 0 !important;
    }
    
    #m-cookienotice .m-message {
    padding: 5px 10px 0px 10px !important;
    width: 100% !important;
    }
    .footer-style-1 {
    background-color: #F9F6FF;
        padding-top: 0;
    border-top: 2px solid #6D4DA0;
    }
    .product.data.items>.item.content {
        border: 0;
    }
    .product.data.items>.item.title:not(.disabled)>.switch:focus, .product.data.items>.item.title:not(.disabled)>.switch:hover {
            background: #fff;
    }
    .product.data.items>.item.title>.switch {
            border-bottom: 0;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        color: #000 !important;
    }
    .product.data.items>.item.content {
        padding: 0px 0px 0px;
    }
    .product.data.items>.item.title>.switch {
        background: #fff;
    }
    .product.data.items>.item.title>.switch:hover {
        color: #000 !important;
    }
    .bloghomepage .viewallproduct{
        margin-top: 0;
            position: absolute;
        top: 55px;
        right: 0;
    }
    .promotionhomepage .viewallproduct,
    .buydidi-bestsellerbox .viewallproduct{
        margin-top: 5px;
    }
    .buydidi-newproductbox .viewallproduct {
        margin-top: 5px;
    }
    .post-list-wrapper.blog-widget-recent {
        overflow: hidden;
        float: left;
        margin-bottom: 30px;
        width: 100%;
    }
    #filterproducts_0 .block-title strong .title-top {
        background: url(../../frontend/Sm/daenggimeori/th_TH/images/flashsalehdhome.jpg) no-repeat;
        background-size: 100%;
        margin-bottom: 0;
        text-align: left;
        float: left;
        margin-right: 20px;
        width: 125px;
        height: 30px;
        margin-left: 10px;
    }
    .column.main .title-block-center .block .block-title.hdcategorieshome strong {
        background: url(../../frontend/Sm/daenggimeori/th_TH/images/categorieshdhome.jpg) no-repeat;
        background-size: 100%;
        height: 30px;
        width: 90px;
        display: inline-block;
    }
    .boxtitle-image.hdbrandhome {
        background: url(../../frontend/Sm/daenggimeori/th_TH/images/brandhdhome.jpg) no-repeat;
        background-size: 100%;
            width: 82px;
    height: 25px;
        display: inline-block;
            font-size: 0 !important;
    }
    .container.bloghomepage h3.title{
        background: url(../../frontend/Sm/daenggimeori/th_TH/images/bloghdhome.jpg) no-repeat;
        background-size: 100%;
            width: 82px;
                font-size: 0 !important;
    height: 25px;
        display: inline-block;
    }
    .deal-background .viewallproduct {
        top: 30px;
    }
    .boxtitle-image.hdnewproductshome {
        font-size: 0;
        background: url(../../frontend/Sm/daenggimeori/th_TH/images/newproducthdhome.jpg) no-repeat;
        background-size: 100%;
        width: 150px;
        height: 30px;
        display: inline-block;
    }
    .boxtitle-image.hdspecialpricehome {
        background: url(../../frontend/Sm/daenggimeori/th_TH/images/specialpricehdhome.jpg) no-repeat;
        background-size: 100%;
            width: 165px;
    height: 30px;
        display: inline-block;
    }

    .boxtitle-image.hdjustforyouhome {
    background: url(../../frontend/Sm/daenggimeori/th_TH/images/justforyouhdhome.jpg) no-repeat;
    background-size: 100%;
    width: 154px;
    height: 30px;
    display: inline-block;
    }
    
    .boxtitle-image.hdbestsellerhome {
        font-size: 0;
        background: url(../../frontend/Sm/daenggimeori/th_TH/images/bestsellerhdhome.jpg) no-repeat;
        background-size: 100%;
            width: 135px;
    height: 32px;
        display: inline-block;
    }
    .boxtitle-image.hdpromotionshome {
        background: url(../../frontend/Sm/daenggimeori/th_TH/images/promotionhdhome.jpg) no-repeat;
        background-size: 100%;
            width: 82px;
    height: 25px;
        display: inline-block;
    }
    .boxtitle-image.hdbrandhome {
        background: url(../../frontend/Sm/daenggimeori/th_TH/images/brandhdhome.jpg) no-repeat;
        background-size: 100%;
            width: 82px;
    height: 25px;
        display: inline-block;
    }
    .bloghomepage .post-list-wrapper.blog-widget-recent .title {
        background: url(../../frontend/Sm/daenggimeori/th_TH/images/bloghdhome.jpg) no-repeat;
        background-size: 100%;
        width: 270px;
        height: 35px;
        display: inline-block;
    }
    .deal-background .deals-countdown .deals-time .num-time {
        font-size: 13px;
        width: 32px;
        padding: 7px 0;
        margin-right: 0;
    }
    .deal-background .deals-countdown .deals-time {
        margin: 0 0;
    }
    .container.banner4 .col-sm-6 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .container.banner4.footer4 .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .home-cat li {
        width: 25%;
    }
    #smcqp-contents .page-layout-1column .product-info-main,
    #smcqp-contents .page-layout-1column .product.media {
        width: 100% !important;
    }
    #smcqp-contents .product-info-main .product.attribute.overview {
        display: none;
    }
    .cartquickpro-catalog_product-view .product-info-main,
    .cartquickpro-catalog_product-view .product.media {
        width: 100% !important;
    }
    .slider-big-cards h2 {
        font-size: 20px;
    }
    .slider-big-cards span,
    .slider-big-cards a {
        font-size: 16px;
    }
    .awardbox li {
        width: calc(50% - 20px);
    }
    .txhalfproduct {
        padding-top: 0;
        width: 100% !important;
        margin-bottom: 40px;
    }
    span.detailproducthalf,
    span.titleproducthalf {
        text-align: center;
    }
    span.detailproducthalf{
            margin-left: 0;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .productimghalfhome {
        width: 100% !important;
    }
    .certificatedbox {
        background: #e9e9e7 !important;
    }
    .certificatedbox h2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .certificatedbox ul {
        width: 100%;
    }
    .viewproductbox a {
        margin: 30px auto 0px auto;
        float: none;
        display: block;
        width: 110px;
        overflow: hidden;
    }
    .reviewbox {
        padding: 0px 10px 50px 10px;
    }
}

@media (max-width: 728px) {
    .cms-brand-history .gallery-history {
        padding: 20px;
    }
    .cms-brand-history .ui-card-slider .left-hidden-slide, .ui-card-slider .left-slide {
        left: calc(50% - 250px);
    }
    .cms-brand-history .ui-card-slider .right-hidden-slide, .ui-card-slider .right-slide {
        left: calc(50% - 50px);
    }
}

@media (max-width: 640px){
    .testimonial-show-product,
    .testimonial-content-slide {
        width: 100%;
    }
    .testimonial-show-product img {
        width: 40vw;
    }
    .testimonial-content-slide {
        margin-top: 20px;
    }
    .cms-blogs .post-date {
        font-size: 12px;
    }
}

@media (max-width: 578px) {
    .cms-blogs .blogs-list>div {
        width: 100%;
    }
    .cms-blogs .blogs-list>div:first-child .post-ftimg-hld {
        width: 100%;
    }
    .cms-blogs .blogs-list>div:first-child .post-ftimg-hld a {
        top: 0;
    }
    .cms-blogs .blogs-list>div:first-child .subrightcontent {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .testimonial-show-product span {
    
        font-size: 16px;
    }
    .testimonial-content-list.brown-content,
    .testimonial-content-list.green-content,
    .testimonial-purple {
        padding: 30px 15px;
    }

    .cer-in-1 {
        width: 53px;
    }
    .cer-in-2 {
        width: 235px;
    }
    .slider-big-cards h2 {
        height: 48px;
    }
    ul.promotionlisthomepage li {
            width: 100%;
            margin-right: 0;
    }
    .deal-background .deals-countdown .deals-time .num-time {
        font-size: 12px;
        width: 30px;
    }
    .deal-background .deals-countdown .deals-time {
        min-width: 30px;
        margin: 0 0;
    }
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
        width: 48% !important;
    }
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(3n) {
        display: none;
    }
    .storybox h2 {
        line-height: 36px;
        font-size: 22px;
    }
}
@media (max-width: 480px){
    .storybox h2 {
        width: 90%;
    }
    .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item:nth-child(1n+1),
    .page-layout-2columns-right .products.wrapper.products-grid .product-items .product-item:nth-child(1n+1) {
        clear: unset !important;
    }
    .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item {
        width: 50% !important;
    }
}
@media (max-width: 382px){
    .social-footer-box a {
        width: 11vw;
        margin-right: 14px;
    }
}
@media (max-width: 320px){
    .product-info-main .box-tocart .input-text.qty {
            height: 30px;
    }
}