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/skinoxy/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/skinoxy/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); }
}.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/skinoxy/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: #000 !important;
}
.linefooter {
    background: url(../../frontend/Sm/skinoxy/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/skinoxy/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/skinoxy/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/skinoxy/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;
}
.pages .item:hover, .pages .current {
    background-color: #000 !important;
    border-color: #000 !important;
}
.header-2-style .search-header .form.minisearch {
	border: 1px solid #f5f5f5 !important;
}
.header-2-style .header-bottom {
	border-bottom: 1px solid #f5f5f5 !important;
}
.header-2-style .search-header .block-search .action.search {
	background-color: #000 !important;
}
.header-2-style .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
	    background-color: #fff !important;
	    color: #000 !important;
        font-size: 16px;
}
.header-2-style .minicart-header .minicart-wrapper .action.showcart .counter.qty {
	    background-color: #000 !important;
}
.language-currency {
    display: none;
}
.header-bottom {
	padding-bottom: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li>a {
    height: 70px;
    line-height: 70px;
}
.logo-container {
    margin-bottom: 18px;
}
.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: #fb44a8 !important;
    border-color: #fb44a8 !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: #fb44a8 !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;
}

.product-item.product-slider .action.towishlist:hover:before {
color: #fb44a8;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
	    background-color: #fb44a8;
    color: #fff;
}
.action.primary.tocart {
	background: #fb44a8;
}
.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: #fb44a8 !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/skinoxy/th_TH/images/bloghdhome.jpg) no-repeat;
    background-size: 100%;
        width: 84px;
    height: 30px;
    font-size: 0;
    display: inline-block;
}
.bloghomepage .viewallproduct{
    margin-top: 0;
        position: absolute;
    top: -10px;
    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;
}
.laber-static {
    margin-top: 110px;
    margin-bottom: 30px;
}
.laber-static .group-title {
    text-align: center;
    margin-bottom: 75px;
}
.laber-static .group-title h2 {
    font-size: 2.57em;
    letter-spacing: -1.5px;
}
.laber-static .block-category-content2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-auto-rows: minmax(100px,auto);
    align-items: center;
    grid-gap: 100px;
    text-align: center;
    margin-bottom: 80px;
}
.laber-static .block-category-content1 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: minmax(100px,auto);
    align-items: center;
    grid-gap: 25px;
    text-align: center;
    margin-bottom: 80px;
}
.laber-static .block-category-content .box-col {
    position: relative;
}
.laber-static .block-category-content2 .box-col2_2 {
    text-align: center;
}
.laber-static .block-category-content1 .box-col1 {
    text-align: center;
}
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/skinoxy/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/skinoxy/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/skinoxy/th_TH/images/readmorehome.jpg) no-repeat;
    background-size: 100%;   
        width: 55px;
    height: 20px;
    display: inline-block;
}
.boxtitle-image.hdnewproductshome {
    font-size: 0;
    background: url(../../frontend/Sm/skinoxy/th_TH/images/newproducthdhome.jpg) no-repeat;
    background-size: 100%;  
        width: 200px;
    height: 40px;
    display: inline-block;
}
.boxtitle-image.hdspecialpricehome{
    font-size: 0;
    background: url(../../frontend/Sm/skinoxy/th_TH/images/specialpricehdhome.jpg) no-repeat;
    background-size: 100%;  
        width: 260px;
    height: 40px;
    display: inline-block;
}
.boxtitle-image.hdpromotionshome {
font-size: 0;
    background: url(../../frontend/Sm/skinoxy/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/skinoxy/th_TH/images/bestsellerhdhome.jpg) no-repeat;
    background-size: 100%;   
        width: 210px;
    height: 53px;
    display: inline-block;
}
.buydidi-specialpricebox {
    margin: 40px 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: 40px;
}
.container.blandhomepage {
    overflow: hidden;
}
.container.bloghomepage {
position: relative;
margin: 0 auto;
}
.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;
}
.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;
}
.buydidi-bestsellerbox .block.widget .product-item-info .product-item-details .product-item-actions,
.buydidi-bestsellerbox .block.widget .product-item-info .product-item-details {
    position: static !important;
}
.buydidi-bestsellerbox .block.widget .product-item-info {
    position: relative !important;
}
.products-grid .product-item-info {
    border: 0 !important;
}

.product.actions.slider-product-item-actions.product-item-actions {
    margin: 0 auto;
    float: none;
    text-align: center;
} 
.products-grid .product-item-info .product-item-details .product-item-actions {
	    padding: 0;
    margin: 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: 62px;
    overflow: hidden;
    font-size: 18px;
}
.product-info-main .box-tocart .action.tocart {
	font-size: 0;
}
body.catalog-product-view .product-info-main .box-tocart .action.tocart {
	font-size: 12px;
}
.stock.unavailable {
    height: 40px;
    line-height: 40px;
}
.vertical-menu-block .block-title-menu {
    display: none !important;
}
.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.skinoxymainmenu-parent {
    display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.skinoxymainmenu,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.skinoxymainmenu-parent {
    display: inline-block;
}
.buydidi-newproductbox .boxhome-title {
    font-size: 30px;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.buydidi-newproductbox {
    margin: 50px 0;
        width: 70%;
    margin: 0 auto;
}
.product-image-container {
    width: 100% !important;
}
.product-image-photo {
    width: 100%;
}
.right-header-top {
    display: none;
}
.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;
}
body {
    color: #000;
}
#my-account-mobile-tab,
#setting-mobile-tab {
    display: none;
}
.footer-style-2 a, .block-footer .block-footer-title {
    color: #fff !important;
}
.products-grid .product-item-info .product-item-details .product-item-actions {
    text-align: center;
}
.products-grid .product-item-info .product-item-details,
.products-grid .product-item-info .product-item-details,
.products-grid .product-item-info .product-item-details .product-item-actions {
    position: static;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist {
        z-index: 99;
    right: 0;
    left: unset;
    top: 30px;
}
.category-view .category-image {
    display: block;
}
.newsletter-footer {
    width: 90%;
    margin: 0 auto 40px auto;
    max-width: 450px;
}
.newsletter-footer .input-box {
        width: 70%;
}
.newsletter-footer .action-button {
        width: 30%;
}
.block-footer .footer-contact ul li {
        padding-left: 0 !important;
}
.footer-style-1 .block-footer.block-links .block-footer-content ul li a:hover {
    color: #fff !important;
}
.footer-style-1 .block-footer.block-links .block-footer-content ul li a:before {
    background-color: red !important;
}
.block-footer .block-footer-content ul li a:hover {
    color: #fff !important;
}
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/skinoxy/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;
}
.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;
}

.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
    background: #fff !important;
}
.header-top { display:none; }
.horizontal-block {
    padding-left: 0;
    width: 100%;
}
.middle-content .logo-container {
    margin-top: 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li>a {
    height: 40px;
    line-height: 40px;
}
.header-2-style .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.sm_megamenu_actived>a {
    font-size: 16px !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;
    }
    button#buy-now {
        height: 40px;
        line-height: 40px;
        padding-top: 0;
        padding-bottom: 0;
        background: red !important;
    }


    .page-layout-1column .block.widget .products-grid .product-item {
        width: 49%;
    }
	.logo img {
		width: 170px;
	}
    .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: 768px) {
    .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;
}
    .laber-static .block-category-content1,
    .laber-static .block-category-content2 {
        grid-template-columns: 100%;
    }
    .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: -15px;
        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/skinoxy/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/skinoxy/th_TH/images/categorieshdhome.jpg) no-repeat;
        background-size: 100%;
        height: 30px;
        width: 90px;
        display: inline-block;
    }
    .boxtitle-image.hdbrandhome {
        background: url(../../frontend/Sm/skinoxy/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/skinoxy/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/skinoxy/th_TH/images/newproducthdhome.jpg) no-repeat;
        background-size: 100%;
        width: 150px;
        height: 30px;
        display: inline-block;
    }
    .boxtitle-image.hdspecialpricehome {
        background: url(../../frontend/Sm/skinoxy/th_TH/images/specialpricehdhome.jpg) no-repeat;
        background-size: 100%;
            width: 204px;
    height: 25px;
        display: inline-block;
    }
    
    .boxtitle-image.hdbestsellerhome {
        font-size: 0;
        background: url(../../frontend/Sm/skinoxy/th_TH/images/bestsellerhdhome.jpg) no-repeat;
        background-size: 100%;
            width: 135px;
    height: 32px;
        display: inline-block;
    }
    .boxtitle-image.hdpromotionshome {
        background: url(../../frontend/Sm/skinoxy/th_TH/images/promotionhdhome.jpg) no-repeat;
        background-size: 100%;
            width: 82px;
    height: 25px;
        display: inline-block;
    }
    .boxtitle-image.hdbrandhome {
        background: url(../../frontend/Sm/skinoxy/th_TH/images/brandhdhome.jpg) no-repeat;
        background-size: 100%;
            width: 82px;
    height: 25px;
        display: inline-block;
    }
    .container.bloghomepage h3.title{
        background: url(../../frontend/Sm/skinoxy/th_TH/images/bloghdhome.jpg) no-repeat;
        background-size: 100%;
            width: 66px;
    height: 25px;
        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) {
    .buydidi-newproductbox {
        width: 100%
    }
    .products-grid .product-item-info .product-item-details .product-item-actions {
        width: 100%;
    }
	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;
    }
}
@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;
	}
}