@import url("../../../../../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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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;
}

.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: #fff !important;
}
.block-footer .block-footer-title {
    font-size: 26px;
    text-align: center;
}
span.subtittle-footer {
    display: block;
    text-align: center;
}
.newsletter-footer .block-footer-content {
    max-width: 500px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}
a:hover, .alink:hover{
    color: #000 !important;
}
.linefooter {
    background: url(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/th_TH/images/linefooter.png) no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    background-size: 35px;
    margin-right: 10px;
}
.facebookfooter {
    background: url(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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:#000 !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: #000 !important;
    border-color: #000 !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: #000 !important;
    border-color: #000 !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: #000 !important;
    color: #FFFFFF !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: #000;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
        background-color: #000;
    color: #fff;
}
.action.primary.tocart {
    background: #000;
}
.header-2-style .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a {
        background-color: #fff !important;
        color: #000 !important;
}
.product-info-main .product-social-links .action:hover, .product-info-main .product-addto-links .action:hover {
    background-color: #000 !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 .post-header .post-title a {
     font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 49px;
    line-height: 24px;
    overflow: hidden;
    color: #000;
}
.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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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;
}
.footer-style-1 .social-footer ul li a:hover {
    background-color: #000 !important;
    color: #FFFFFF !important;
}
.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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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;
}

.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: #000 !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: #000 !important;
}
.checkout-cart-index .action.action-edit {
    display: none !important;
}
.ontop-element.menu-on-top {
    background: #fff;
    z-index: 999;
}
.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: 42px;
    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: #000 !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: #000 !important;
}
.buydidi-specialpricebox {
        background: url(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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.malissakissmainmenu-parent {
    display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.malissakissmainmenu,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.malissakissmainmenu-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: #000 !important;
    color: #fff !important;
}
body.catalog-product-view .product-brand {
    width: 100%;
    float: left;
}
body.catalog-product-view .product-brand .image {
    width: 120px !important;
}
.language-currency .switcher .switcher-content {
    background-color: transparent;
}
.container.footernewsletter {
width: 50%;
    margin-bottom: 40px;
}
.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: 90%;
    margin: 0 auto;
}
.block-footer .footer-contact ul li {
	    padding-left: 0 !important;
}
.newsletter-footer .input-box {
        width: 100%;
}
.newsletter-footer .action-button {
        width: 30%;
}
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;
    display: none;
}
.linelinkfix-paymennt {
    margin-bottom: 10px;
    background: url(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/th_TH/images/icon-transsfer.gif) no-repeat;
        width: 80px;
    height: 80px;
    background-size: 80px;
    display: block;
}
.back2top {
    left: 20px;
    right: unset !important;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    background: #000 !important;
    color: #fff !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;
}
.post-content.post-custom .post-description .post-info-blog .post-read-more:hover {
    background-color: #000 !important;
    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;
}

.kissmybodystyle select.cat.searchbox-cat {
    display: none;
}
.kissmybodystyle .search-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
}
html.search-open .kissmybodystyle .search-header {
    opacity: 1;
    visibility: visible;
}
.clickopensearch,
html.search-open .clickclosesearch
 {
    display: block;
}
html.search-open .clickopensearch,
.clickclosesearch {
    display: none;
}
.clickclosesearch{
    color: #fff;
    z-index: 9999999;
    position: fixed;
    top: 15px;
    right: 15px;
    font-size: 0;
    background: url(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/th_TH/images/closesearch.png) center top no-repeat;
        width: 20px;
    height: 20px;
    background-size: 100%;
    cursor: pointer;
        transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}
.clickclosesearch:hover{
        transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.search-autocomplete ul li {
    background-color: transparent !important;
    color: #fff;
}
.search-autocomplete ul li .amount {
    color: #ffffff;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
    background-color: #494949 !important;
}
.search-autocomplete ul {
    width: calc(100% - 54px);
}
.clickopensearch {
    font-size: 0;
    width: 20px;
    height: 20px;
    position: fixed;
    background: url(../../frontend/Sm/malissakiss/th_TH/images/newsearchicon.png) center top no-repeat;
        background-size: 100%;
    top: 15px;
    cursor: pointer;
}
.kissmybodystyle .right-header-top {
    width: calc(100% - 300px);
    display: block;
    float: right;
}
.kissmybodystyle .search-wrapper {
    width: 50%;
    margin: 60px auto;
}
.header-style-3 .search-header .block-search .action.search {
    background-color: transparent !important;
}
.search-header .input-text {
    background-color: transparent;
    height: 40px;
    border: 0;
}
html.search-open {
    position: fixed;
}
.search-header .search-pro .input-text {
    border-bottom: 1px solid #fff;
    padding-left: 0;
    font-size: 18px !important;
    color: #fff;
    border-radius: 0;
    width: calc(100% - 55px);
}
.kissmybodystyle .right-header-top .block-table {
    display: block;
}
.kissmybodystyle .customer-container {
    display: block;
    vertical-align: top;
    padding-left: 40px;
    float: right;
}
.logo-container {
    float: left;
    width: calc(100% - 300px);
    margin-top: 10px;
    text-align: center;
}
.customer-header.header-account span.text-customer,
.cart-header-container .minicart-wrapper .action.showcart .text{
    display: none;
}
.customer-container .customer-header.header-account,
.customer-container .customer-header:hover,
.cart-header-container .minicart-wrapper:hover .action.showcart {
    background-color: #ffffff !important;
}
.customer-container .customer-header,
.cart-header-container .minicart-wrapper .action.showcart {
        height: 50px;
}
.horizontal-block {
    width: 100%;
    text-align: center;
    float: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
    display: inline-block;
}
.search-header .search-pro .input-text:focus {
    border: 0;
    border-bottom: 1px solid #fff;
}
.header-top {
    height: 85px;
    border-bottom: 1px solid #CAC8C8;
    padding-bottom: 10px !important;
}
.logo img {
    width: 97px !important;
}
.customer-container .customer-icon.icon-user1:before {
    content: ' ' ;
    width: 20px;
    height: 20px;
    background: url(../../frontend/Sm/malissakiss/th_TH/images/newaccounticon.png) center top no-repeat;
    background-size: 100%;
    display: inline-block;
}
.cart-header-container .minicart-wrapper .action.showcart:before {
    content: ' ';
    width: 20px;
    height: 20px;
    background: url(../../frontend/Sm/malissakiss/th_TH/images/newcarticon.png) center top no-repeat;
    background-size: 100%;
}
.cart-header-container .minicart-wrapper .action.showcart .counter.qty.empty {
    display: none !important;
}
.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: #000000 !important;
}
.nav-style-7 .owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 0;
}
.nav-style-7 .owl-theme .owl-nav [class*="owl-"].owl-prev:before {
    content: ' ';
    background: url(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/th_TH/images/left-arrow.png) center top no-repeat;
    width: 60px;
    height: 60px;
    background-size: 50%;
    background-repeat: no-repeat;
}
.nav-style-7 .owl-theme .owl-nav [class*="owl-"].owl-next:before {
    content: ' ';
    background: url(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/th_TH/images/right-arrow.png) center top no-repeat;
    width: 60px;
    height: 60px;
    background-size: 50%;
    background-repeat: no-repeat;
}
.nav-style-7 .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}
.kissmybody-title-boxcontent h1,
.kissmybody-flashsale h1,
.kissmybody-reviewbox h1,
.kissmybody-bloghomepage h1 {
    font-family: ibm-plex-thai, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #1A1919;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.action.primary.tocart {
    font-family: ibm-plex-thai, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.kissmybody-title-boxcontent span {
    font-size: 15px;
    color: #77777A;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.kissmybody-boxcontent.kissmybody-bestsellerbox .product-image-container {
    display: inline-block;
    max-width: 100%;
    width: 100% !important;
}
.kissmybody-boxcontent.kissmybody-bestsellerbox .product-item.product-slider {
    position: relative;
}
.kissmybody-boxcontent.kissmybody-bestsellerbox a.action.towishlist {
    position: absolute;
    top: 0;
    z-index: 9999;
    left: 0;
}
.kissmybody-boxcontent.kissmybody-bestsellerbox .product-items .action.towishlist:before {
    font-size: 42px;
}
.kissmybody-boxcontent.kissmybody-bestsellerbox .product-item.product-slider .action.towishlist:hover:before {
    color: #000000;
}
.product.actions.slider-product-item-actions.product-item-actions {
    border-top: 0;
}
.kissmybody-boxcontent.kissmybody-bestsellerbox .action.primary.tocart {
    color: #000000 !important;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    padding: 10px 50px;
}
.kissmybody-boxcontent {
    max-width: 1170px;
    margin: 50px auto;
    overflow: hidden;
}
.kissmybody-leftbanner {
    width: 430px;
    float: left;
}
.kissmybody-rightproduct {
    width: calc(100% - 450px);
    float: right;
    margin-left: 20px;
}
.product-6-items .block.widget .products-grid .product-item {
    width: calc(33.33% - 3%);
    float: left;
    margin-left: 0;
    margin-bottom: 0 !important;
    margin-right: 0;
        margin-left: 3%;
}
.product-6-items .block.widget .products-grid .product-item:nth-child(3n + 1),
.product-6-items .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 3%;
}
.product-6-items .kissmybody-title-boxcontent {
    margin-bottom: 20px;
}
.product-6-items a.action.towishlist,
.kissmybody-flashsale a.action.towishlist {
    display: none !important;
}
.product-6-items .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart,
.kissmybody-flashsale .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
    color: #000000 !important;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    padding: 10px 50px !important;
    line-height: 20px;
}
.kissmybody-boxcontent.kissmybody-bestsellerbox .action.primary.tocart:hover,
.product-2-style .product-6-items .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:hover,
.kissmybody-flashsale .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:hover {
    color: #fff !important;
    background-color: #000000 !important;
    border: 1px solid #000 !important;
}
.product-6-items .products-grid .product-item-info .product-item-photo {
    height: 250px;
}
.products-grid .product-item-info .product-item-details {
    z-index: 1;
}
.daybox,.hoursbox,.minsbox,.secsbox {
    width: 48px;
    background: #fff;
    color: #000;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #77777A;
        margin-right: 10px;
}
#timer-days,
#timer-hours,
#timer-mins,
#timer-secs {
        color: #fff;
    width: 100%;
    background: #000;
    display: block;
    height: 48px;
    font-size: 25px;
    line-height: 48px;
}

.timebox {
    text-align: center;
}
.kissmybody-reviewbox .owl-nav {
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
}
.kissmybody-reviewbox .owl-nav .owl-prev {
    float: left;
}
.kissmybody-reviewbox .owl-nav .owl-next {
    float: right;
}
.kissmybody-bloghomepage h3.title {
    display: none;
}
.kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:first-child,
.kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
    width: calc(50% - 20px);
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: unset;
    max-height: 47px;
    overflow: hidden !important;
    display: block;
    margin-bottom: 10px;
    text-align: left !important;
    font-size: 14px;
}
.kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:first-child .post-text-hld {
    max-height: 45px;
}
.blog-widget-recent .post-description .post-text-hld p, .post-text-hld.clearfix{
overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left !important;
}
.kissmybody-bloghomepage .item.post-posed-date .label {
    font-size: 0;
}
.kissmybody-bloghomepage .item.post-categories {
    display: none;
}
.kissmybody-bloghomepage .post-text-hld.clearfix img {
    display: none !important;
}
.blog-widget-recent .post-holder {
        margin: 0;
}
.kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:first-child {
    margin-left: 0 !important;
    margin-right: 40px !important;
}

.kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2),
.kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(3) {
    margin-bottom: 20px;
}
.kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2) .post-ftimg-hld,
.kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(3) .post-ftimg-hld,
.kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(4) .post-ftimg-hld {
    float: left;
    width: 230px;
}
.item.post-posed-date .value {
    font-size: 12px;
}
.kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2) .post-ftimg-hld a,
.kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(3) .post-ftimg-hld a,
.kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(4) .post-ftimg-hld a {
    max-height: 140px;
    overflow-y: hidden;
    overflow-x: hidden;
    display: block;
}
.subrightcontent {
        float: left;
    width: calc(100% - 250px);
    text-align: left;
    margin-left: 20px;
}
.kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:first-child .subrightcontent {
    width: 100%;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
    clear: none !important;
}
.container.kissmybody-bloghomepage {
    max-width: 1170px !important;
    margin: 0 auto;
}
.kissmybody-bloghomepage h1 {
    margin-bottom: 30px;
}
.footer-style-1 .block-footer.block-links .block-footer-content ul li a:before {
    background-color: #ffffff;
}
.footer-style-1 a {
    color: #fff;
}
.newsletter-footer #newsletter-footer {
        height: 44px;
    background-color: transparent;
    border: none;
    padding: 0;
    color: #fff;
        border-radius: 0;
    border-bottom: 0;
}
.footer-style-1 .newsletter-footer .action-button button {
    background-color: transparent !important;
    background: url(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/th_TH/images/subscribe-bt.png) 0 18px no-repeat;
    font-size: 0;
    background-size: 100%;
}
.tagline-subscribe {
    width: 860px;
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 12px;
    max-width: 80%;
}
.all-logofooter {
    text-align: center;
    margin-top: 30px
}
span.kissmybody-footerlogo {
    display: inline-block;
    width: 100px;
    margin-right: 20px;
}
span.followtx-footer {
    margin-right: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.block-footer.block-footer-contact .block-footer-title,
.block-footer.block-links .block-footer-title{
    font-size: 14px !important;
    text-align: left;
}
span.sociallink-footer a {
    display: inline-block;
    width: 30px;
    margin-right: 25px;
}
.footer-bottom {
    border-top: 0;
    padding: 0 0 10px 0;
}
.block-footer .block-footer-content ul {
    font-size: 12px;
}
.container.kissmybody-bloghomepage {
    margin-bottom: 50px;
}
.post-list .post-content .post-read-more {
    display: none;
}
.showdesktop-kiss {
    /*display: block;*/
    opacity: 1;
    height: unset !important;
}
.showmobile-kiss {
    /*display: none;*/
    opacity: 0;
    height: 0 !important
    
}
.product-info-main .box-tocart .action.tocart, .product-options-bottom .box-tocart .action.tocart {
    background-color: #000000 !important;
}
.product-info-stock-sku,
.resp-tabs-list,
.product-reviews-summary {
    display: none;
}
.product-center-content,
.product-left-img,
.product-right-img {
    text-align: center;
    color: #000;
    max-width: 1000px;
    margin: 0 auto 40px auto;
    font-size: 18px;
}
.prod-img-left,
.prod-img-right {
    width: 40%;
    display: table-cell;
}
.product-center-content img {
    margin-bottom: 20px;
}
.prod-detail-right,
.prod-detail-left {
    width: 60%;
    text-align: center;
    padding: 70px;
    display: table-cell;
    vertical-align: middle;
}
.product-left-img,
.product-right-img {
        display: table;
}
html .page-layout-1column .product-info-main,
html .page-layout-2columns-left .product-info-main,
html .page-layout-2columns-right .product-info-main,
html .page-layout-1column .product.media,
html .page-layout-2columns-left .product.media,
html .page-layout-2columns-right .product.media {
    width: 50%;
}
.fotorama__stage {
    width: 100% !important;
}
html .page-layout-1column .product-info-main {
    padding-left: 40px;
}
.page-wrapper > .breadcrumbs {
    max-width: 1180px;
    font-size: 12px;
}
body.catalog-product-view main#maincontent {
    max-width: 1180px !important;
    margin: 0 auto;
}
.footer-style-1 .block-footer.block-links .block-footer-content ul li a:hover {
    color: #6466e8;
    color: #fff !important;
}
.footer-style-1 .block-footer.block-links .block-footer-content ul li a:before {
    background-color: #ffffff !important;
}
.malissakissmainmenu-parent .sm_megamenu_col_1  {
    width: 100% !important;
}
.block-footer .block-footer-content ul li a:hover {
    color: #fff !important;
}
.contact-us-info .info-contact li:before {
    color: #000000 !important;
}
.contact-us-info .contact-social li a:hover {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}
.blog-page.page-layout-2columns-right .column.main {
    width: 100%;
}
.blog-page.page-layout-2columns-right .sidebar.sidebar-additional {
    display: none;
}

#m-cookienotice.v-bar {
    width: 100%;
}
#m-cookienotice .m-button:hover, #m-cookienotice .m-button:focus {
    color: #fff !important;
    border-color: #000000 !important;
    border-bottom-color: #000000 !important;
}
body.catalog-category-view #maincontent,
body.checkout-cart-index #maincontent,
body.checkout-index-index #maincontent,
body.account #maincontent{
    max-width: 1170px !important;
}
.social-btn a.btn.btn-block.btn-social.btn-facebook,
.social-btn a.btn.btn-block.btn-social.btn-facebook:hover {
    color: #fff !important;
}
.header-bottom.ontop-element .container,
.header-top .container{
    max-width: 100% !important;   
}
#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;
}
.client-uploadslip {
    display: block;
    width: 100%;
    margin: 30px 0;
}
.checkout-onepage-success .header-bottom.ontop-element.menu-on-top {
    display: none;
}
a.uploadslip-bt {
    background: #ef4d76;
    color: #fff;
    padding: 10px 20px;
}
a.uploadslip-bt:hover {
    background: #000000;
    color: #fff !important;
}
.checkout-onepage-success address,
.checkout-onepage-success .shipping-address,
.checkout-onepage-success .shipping-method,
.checkout-onepage-success .billing-address,
.checkout-onepage-success .billing-method {
    text-align: left;
}

.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
    background: #fff !important;
}

.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;
}


    .newfullrow,
.newhalfrow {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 20px;
}
.newfullrow h3,
.newhalfrow h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
    color: #222222;
}
.newhalfrow h3 {
    text-align: left;
}
.newhalfrow-left,
.newhalfrow-right {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align:left;
}
.newhalfrow-left {
    width: 42%;
        margin-right: 2%;
}
.newhalfrow-right {
    width: 54%;
    margin-left: 2%;
}
.newproductdetailkm {
    font-size: 20px;
    color: #222222;
    line-height: 30px;
}
.reviewslide .slick-slide {
    padding-right: 10px;
    padding-left: 10px;
}
.reviewslide .slick-slide span {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
}
.pages .item a:hover {
    color: #FFFFFF !important;
}
body.catalog-product-view .product-brand { display:none !important; }
@media (min-width: 1024px){
    	body .container, body .page-main {
        max-width: 1170px !important;
    }
    body.cms-index-index .page-main,
    .header-bottom.ontop-element .container,
    .header-top .container{
        max-width: 100% !important;   
    }
}
@media (min-width: 640px){
    .products-grid .product-item-actions {
        text-align: center !important;
        width: 100% !important;
    }
}
@media (max-width: 1204px) {
    .catalog-product-view .product-info-main.affix {
        position: static;
        width: 50% !important;
    }
    .header-mobile .mobile-top {
        background-color: #fff !important;
        position: fixed;
        width: 100%;
        z-index: 99;
    }
    .header-mobile .mobile-bottom {
        padding-top: 60px;
    }
    .header-mobile .mobile-logo img {
        display: none;
    }
    .header-mobile .mobile-logo a {
        display: block;
        background: url(../../../../../logo/websites/3/kissmybody.png);
        width: 61px;
        height: 61px;
        background-size: 61px;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: 0px 5px;
    }
}


@media (min-width: 768px), print {
    .catalog-product-view .product-info-main .box-tocart .actions {
            width: 310px;
    }
    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: 767px) {
    .catalog-product-view .product-info-main.affix {
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .post-list .post-header .post-title a {
        font-size: 14px;
        height: 43px;
        line-height: 22px;
    }
    .kissmybody-boxcontent.kissmybody-bestsellerbox .action.primary.tocart,
    .product-6-items .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart,
.kissmybody-flashsale .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
        padding: 10px 20px !important;
            width: unset !important;
    }
    .newfullrow h3 {
        margin-bottom: 0;
    }
    .newfullrow, .newhalfrow {
        white-space: inherit;
    }
    .newhalfrow-left {
        width: 100%;
        margin-right: 0;
    }
    .newhalfrow-right {
        width: 100%;
        margin-left: 0;
    }
    .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;
    }
    .shipping-address, .shipping-method, .billing-address, .billing-method {
        width: 100%;
        float: left;
    }
    .shipping-address .box-title, .shipping-method .box-title, .billing-address .box-title, .billing-method .box-title {
        float: left;
        width: 100%;
        text-align: left;
        border-left: 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    }
    .checkout-onepage-success table {
        min-width: 768px;
    }
    .checkout-onepage-success .show-order {
        clear: both;
        overflow-x: auto;
    }
    .checkout-onepage-success .data-item td {
        text-align: left;
    }
    .checkout-onepage-success .box-content {
        text-align: left;
        width: 100%;
        float: left;
        margin: 5px;
        margin-left: 20px;
    }

    .kissmybody-rightproduct {
        margin-left: 0px;
    }
    .block-footer .block-footer-title {
        font-size: 22px;
    }
    .product-left-img, .product-right-img {
        display: block;
    }
    .prod-img-left, .prod-img-right {
        width: 100%;
        display: block;
    }
    .prod-detail-right, .prod-detail-left {
        padding: 20px;
    }
    .product-right-img {
        display: flex;
        flex-direction: column-reverse;
    }
    .prod-detail-left {
        width: 100%;
    }
    .all-logofooter {
        overflow: hidden;
    }
    span.kissmybody-footerlogo {
        float: left;
    }
    span.followtx-footer {
        float: left;
        margin-right: 0;
        width: calc(100% - 120px);
        display: inline-block;
        margin-bottom: 10px;
    }
    span.sociallink-footer {
        width: calc(100% - 120px);
        display: inline-block;
        float: left;
    }
    html .page-layout-1column .product-info-main {
        padding-left: 0;
    }
    .kissmybody-title-boxcontent span {
        max-width: 90%;
    }
    .kissmybody-title-boxcontent h1, .kissmybody-flashsale h1, .kissmybody-reviewbox h1, .kissmybody-bloghomepage h1 {
        max-width: 90%;
        margin: 0 auto;
    }
    .kissmybody-leftbanner {
        width: 100%;
    }
    .kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:first-child {
        margin-bottom: 20px;
    }
    .kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:first-child,
    .kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
        width: 100%;
    }
    .kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2) .post-ftimg-hld, .kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(3) .post-ftimg-hld, .kissmybody-bloghomepage .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(4) .post-ftimg-hld {
        width: 180px
    }
    .subrightcontent {
        width: calc(100% - 200px);
    }
    .product-6-items .block.widget .products-grid .product-item {
        float: none !important;
    }
    .showdesktop-kiss {
        /*display: none;*/
        opacity: 0;
        height: 0 !important
    }
    .showmobile-kiss {
        /*display: block;*/
        opacity: 1;
        height: unset !important;
    }
    img.showmobile-kiss {
        width: 100%;
    }
    .kissmybody-rightproduct {
        width: 100%;
        float: left;
    }
    #m-cookienotice .m-message {
    padding: 5px 10px 0px 10px !important;
    width: 100% !important;
}
    
    .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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/th_TH/images/categorieshdhome.jpg) no-repeat;
        background-size: 100%;
        height: 30px;
        width: 90px;
        display: inline-block;
    }
    .boxtitle-image.hdbrandhome {
        background: url(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/th_TH/images/newproducthdhome.jpg) no-repeat;
        background-size: 100%;
        width: 150px;
        height: 30px;
        display: inline-block;
    }
    .boxtitle-image.hdspecialpricehome {
        background: url(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/th_TH/images/specialpricehdhome.jpg) no-repeat;
        background-size: 100%;
            width: 165px;
    height: 30px;
        display: inline-block;
    }

    .boxtitle-image.hdjustforyouhome {
    background: url(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/th_TH/images/bestsellerhdhome.jpg) no-repeat;
        background-size: 100%;
            width: 135px;
    height: 32px;
        display: inline-block;
    }
    .boxtitle-image.hdpromotionshome {
        background: url(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/th_TH/images/promotionhdhome.jpg) no-repeat;
        background-size: 100%;
            width: 82px;
    height: 25px;
        display: inline-block;
    }
    .boxtitle-image.hdbrandhome {
        background: url(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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(https://www.kissmybody.co/pub/static/version1709033198/frontend/Sm/malissakiss/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;
    }
}
@media (max-width: 578px) {
    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;
    }
    
}
@media (max-width: 480px){
    .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: 320px){
    .product-info-main .box-tocart .input-text.qty {
            height: 30px;
    }
}