@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&family=Sarabun:wght@300;400;500;600;700&display=swap');

body {
	font-family: 'Roboto','Sarabun',sans-serif;
	font-size: 14px;;
    background-color: #fff !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto','Kanit',sans-serif;
	margin-bottom: 10px;
    font-weight: 600;
}
button,
button:focus,
.action.primary:focus, 
.action-primary:focus,
.primary .action.primary,
.action.primary, 
.action-primary.tocart,
.cart-container .action.continue,
.modal-footer .action-primary.action-accept,
.smcqp-confirm .modal-footer button,
.sidebar .action.tocart,
.amform-form .action.primary, 
.amform-parent .action.primary {
    background: #bdd683 none repeat scroll 0 0;
    border-radius: 100px;
    border: 1px solid #70ba6d !important;
    font-family: 'Roboto','Kanit',sans-serif;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}
button:hover,
.action.primary:hover,
.primary .action.primary:hover,
.action-primary.tocart:hover,
.cart-container .action.continue:hover,
.modal-footer .action-primary.action-accept:hover,
.smcqp-confirm .modal-footer button:hover,
.sidebar .action.tocart:hover,
.amform-form .action.primary:hover, 
.amform-parent .action.primary:hover
{
    border: 1px solid #be6d40 !important;
    background: #f09a4d;
    color: #fff;
}
a,
a:visited, 
.alink:visited {
	outline: none !important;
    color: #8f8b80;
    text-decoration: none !important;
}

select,
textarea,
input[type="text"], 
input[type="password"], 
input[type="url"], 
input[type="tel"], 
input[type="search"], 
input[type="number"], 
input[type="datetime"], 
input[type="email"]{
    border: 1px solid #ccc;
}
.clearer {
    clear: both;
}
.hidden-xs {
    display: none;
    width: 100%;
}
.visible-xs {
    display: block;
    width: 100%;
}
.d-none {
    display: none !important;
}

/* container */

.page-main {
    width: 100%;
    padding: 30px 15px;
}
.page-products .page-main {
    padding: 0 15px 30px;
}
.no-breadcrumbs main#maincontent {
    padding-top: 30px;
    padding-bottom: 30px;
}
.cms-home.no-breadcrumbs main#maincontent {
    padding: 0;
}


/* layout */
.cms-home .columns .column.main {
    padding: 0;
}
.page-layout-2columns-left .sidebar-main, 
.page-layout-2columns-right .sidebar-main {
    width: 100%;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
}
.page-layout-2columns-left .sidebar-additional, 
.page-layout-2columns-right .sidebar-additional {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.page-layout-2columns-left .column.main, 
.page-layout-2columns-right .column.main {
    width: 100%;
    padding: 0;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

/* in body */
.block-static-block.widget, 
.block-cms-link.widget {
    margin-bottom: 0;
}

/* logo */
.logo {
    float: none;
    margin: 0;
    max-width: 100%;
    z-index: unset;
}

/* breadcrumbs */
.breadcrumbs {
    display: block;
    padding: 30px 0;
    max-width: unset;
}
.page-title {
    font-weight: 500;
}
.breadcrumbs .items .item {
    border: none;
    font-family: 'Roboto','Kanit',sans-serif;
    font-size: 1.4rem;
}
.breadcrumbs .items .item:first-child {
    border: none;
    padding: 0;
}
.breadcrumbs .items .item:after {
    display: none;
}
.breadcrumbs .items .item:before {
    left: 5px;
    content: '\f054';
    margin-right: 15px;
    font-family: FontAwesome;
    transform: unset;
    padding: 0;
    border: none !important;
    height: auto;
    top: 0;
    width: auto;
    font-size: 1rem;
}
.breadcrumbs .items .item a {
    color: #000;
}
.breadcrumbs .items .item strong,
.breadcrumbs .items .item a:hover {
    text-decoration: underline;
}
.catalog-product-view .breadcrumbs {
    padding: 30px 15px;
}


/* header */
.main-header {
    margin: 15px 0;
}
.header-top {
    display: none;
}
.header.content button.ammenu-button.-hamburger.-trigger {
    border: none !important;
}
.header.content {
    bottom: 10px;
}
.header-content .cart-wrapper {
    position: relative;
    bottom: -10px;
}
.ammenu-button.-hamburger:before {
    content: '\e609';
    font-family: luma-icons;
    border: none;
    display: inline-block;
    font-size: 2.5rem;
    z-index: 9;
}
.ammenu-header-container.page-header {
    min-height: unset;
    position: absolute;
    top: 35px;
}
.page-header.amsearch-full-width.-opened .header.content {
    height: auto;
}
.main-header .header-content {
    position: relative;
    padding: 15px 0;
}
.header.content {
    padding: 0;
}

.main-header .logo img {
    height: 45px;
    vertical-align: middle;
    width: auto;
    margin: auto;
}
.header-content .toplinks-wrapper {
    display: none;
}
.user-toggle:before {
    content: '';
    background: url(../images/icon-user.svg) no-repeat 0 0/23px auto;
    width: 23px;
    height: 23px;
    display: block;
}
.user-toggle:hover:before {
    background: url(../images/icon-user-yellow.svg) no-repeat 0 0/23px auto;
}
.header-content .right-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}
.main-header .right-content .search-box .dropdown-toggle.btn-primary {
    border: none !important;
}
.toplinks-wrapper a.wishlist:before {
    background: url(../images/whistlist.svg) no-repeat 0 0/ 24px auto;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}
.wishlist-header {
    position: absolute;
    right: 20px;
    top: -28px;
}
.toplinks-wrapper .user-toggle.btn {
    background-color: transparent;
    padding: 0 !important;
    display: flex;
    align-items: center;
}
.toplinks-wrapper .user-toggle.btn:after {
    display: none;
}
.main-header .toplinks-wrapper .user-toggle.btn:focus {
    box-shadow: none;
    border: none;
    background-color: transparent;
}
.compare-header {
    display: none;
}
.compare-header .link.compare {
    list-style: none;
}
.compare-header .action.compare {
    display: flex;
    align-items: center;
    font-family: 'Roboto','Kanit',sans-serif;
    color: #424242;
    background-color: #F3F3F3;
    border-radius: 33px;
    padding: 8px 15px;
    margin: 0 15px 0 0;
}
.compare-header .action.compare:hover {
    background-color: #bdd683;
    color: #fff;
}
.compare-header .action.compare:hover:before {
    filter: brightness(100);
}
.compare-header .qty {
    display: none;
}
.compare-header .action.compare:before {
    content: '';
    background: url(../images/icon-compare.svg) no-repeat center center / 25px auto;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.header-text-logo {
    display: none;
}
.header-top-banner {
    background-color: #000;
    color: #B7B7B7;
    text-align: center;
    font-family: 'Roboto','Kanit',sans-serif;
}
.header-top-banner img {
    width: 18px;
    margin: 0 5px 0 0;
}
.header-top-banner .content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    line-height: 1;
}
.h-social img {
    width: 27px;
}
.welcome {
    color: #fff;
    display: none;
}
.h-social {
    display: none;
    position: relative;
}
.h-social a:hover {
    opacity: 0.8;
}
.h-social:after {
    content: '';
    background: url(../images/icon-drop-drown.svg) no-repeat center center / 12px auto;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 0 0 5px;
}
.h-social .social-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    left: -35px;
    top: 30px;
    padding: 0 0 5px;
    width: 100px;
    z-index: 2;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.h-social:hover .social-menu {
    display: block;
}
.h-social .social-menu a {
    display: block;
    margin: 10px 0 0 0;
}

.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:hover>.ammenu-link {
    color: #8f8b80 !important;
}

.toplinks-wrapper ul ul li a {
    font-size: 1.4rem;
    color: #908272;
}

.toplinks-wrapper ul ul li {
    margin-right: 10px;
}

.toplinks-wrapper ul ul li a.login::before {
    content: "\f023";
    font-family: 'fontawesome';
    padding: 0 5px 0 0;
    font-size: 1.1em;
    vertical-align: baseline;
}

.toplinks-wrapper ul ul li a.logout::before {
    content: "\f13e";
    font-family: 'fontawesome';
    padding: 0 5px 0 0;
    font-size: 1.1em;
    vertical-align: baseline;
}

.toplinks-wrapper ul ul li a.register::before {
    content: "\f234";
    font-family: 'fontawesome';
    padding: 0 5px 0 0;
    font-size: 1.1em;
    vertical-align: baseline;
}

.toplinks-wrapper ul ul li a.my-account::before {
    content: "\f007";
    font-family: 'fontawesome';
    padding: 0 5px 0 0;
    font-size: 1.1em;
    vertical-align: baseline;
}

.ammenu-list span.ammenu-text {
    font-size: 1.4rem;
}

.ammenu-category-tree .ammenu-title {
    font-size: 1.4rem;
    font-weight: 300;
}

.switcher-trigger strong span {
    display: none;
}

.switcher-language a {
    color: #8f8b80;
    text-transform: uppercase;
}

.switcher-trigger strong img {
    width: 22px;
    vertical-align: middle;
}

.switcher-trigger strong img.i-s-down {
    width: 10px;
    margin: 0 0 0 3px;
}

/* .language-wrapper .view-th span:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/th.png) no-repeat 0 0/ 22px auto;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
}

.language-wrapper li.view-en .view-th span:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/en.png) no-repeat 0 0/ 22px auto;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
}

.language-wrapper li.view-en .view-en span:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/en.png) no-repeat 0 0/ 22px auto;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
} */

.dropdown .mage-dropdown-dialog {
    width: max-content !important;
    min-width: unset !important;
    left: -25px;
    padding: 0;
}

.switcher-options ul {
    padding: 10px 0;
}
.switcher-options ul img {
    width: 25px;
}
.switcher-options ul li {
    padding: 0 20px 0 10px;
}
.products.grid .actions-secondary {
    display: none;
}

/* search box */
.amsearch-form-block {
    position: relative;
}
.amsearch-wrapper-block {
    padding: 0;
    margin: 0;
    width: 100%;
}
.amsearch-button.-search {
    font-size: 0 !important;
    background: #bdd683;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 20px;
    padding: 0 35px !important;
    margin-left: -15px;
}
.header-top .search-box .amsearch-button {
    border: none !important;
}
.amsearch-button.-search:hover {
    background: #000;
}
.amsearch-button.-search:hover:before {
    filter: brightness(10);
}
.amsearch-input-wrapper .amsearch-input {
    border: 1px solid #ddd;
    padding: 0 15px;
    font-size: 1.3rem;
    border-radius: 20px;
    font-family: 'Roboto','Kanit',sans-serif;
    width: 300px;
}
.amsearch-input-wrapper.-typed .amsearch-input {
    padding: 0 15px;
}

.amsearch-overlay-block {
    display: none !important;
}
.amsearch-input-wrapper .amsearch-input:focus {
    border: 1px solid #B8B8B8;
}
.amsearch-input-wrapper {
    width: 100%;
}
.amsearch-block-header .amsearch-link {
    min-width: unset;
    font-size: 1.3rem;
}
.amsearch-products-section .amsearch-block-header {
    padding: 0 20px 10px;
    font-family: 'Roboto','Kanit',sans-serif;
}
.amsearch-products-section .product-item-description {
    display: none;
}
.amsearch-products-section .product-item-link {
    font-size: 1.5rem;
    font-family: 'Roboto','Kanit',sans-serif;
}
.amsearch-items-section .product-item .price-box .price {
    font-size: 1.6rem;
}
.amsearch-items-section {
    padding: 0;
}
.amsearch-form-block.-opened {
    width: 100% !important;
}
.amsearch-products-section.-list .amsearch-image {
    max-width: 80px;
}
.amsearch-input-wrapper .amsearch-button.-close {
    border: none !important;
}

.amsearch-form-block .amsearch-full_width-title {
    display: none;
}
.page-header.amsearch-full-width .amsearch-button {
    display: none;
}
.search-box .dropdown-toggle:after {
    background: url(../images/icon-search2.svg) no-repeat 0 0/23px auto;
    width: 23px;
    height: 23px;
    border: none;
}
.amsearch-input-wrapper .amsearch-button {
    font-size: 0 !important;
    background: url(../images/icon-search2.svg) no-repeat center center/20px auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border: none !important;
}

.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
    background-image: unset !important;
}

.main-header .search-box .dropdown-toggle.btn-primary, 
.main-header .search-box .dropdown-toggle.btn-primary:hover, 
.main-header .search-box .dropdown-toggle.btn-primary:focus,
.main-header .search-box .dropdown-toggle.btn-primary:active {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    padding: 0 15px !important;
    box-shadow: none;
}
.search-box .dropdown-search {
    background-color: transparent;
    transform: translate3d(-200px, 60px, 0px) !important;
    border: none;
}
.table-checkout-shipping-method span.price-including-tax {
    font-size: 1.4rem;
}

.opc-progress-bar .opc-progress-bar-item._active:before,
.opc-progress-bar .opc-progress-bar-item._active>span:before {
    background: #bdd683;
    border-color: #70ba6d;
}

.opc-progress-bar .opc-progress-bar-item._active>span:after {
    border-color: #70ba6d;
}

/* search result */
.amsearch-products-section .amsearch-item:hover {
    background: #f4f5fa;
}
.amsearch-highlight {
    color: #bdd683;
}
.amsearch-products-section .product-item-details {
    min-height: unset;
}

/* main menu mobile */
.ammenu-menu-title {
    padding: 5px 0 10px;
}
.ammenu-tabs-list .ammenu-button.-active {
    background: #bdd683 !important;
    font-weight: 400 !important;
}
.ammenu-tabs-list {
    background: #f4f4f4 !important;
}
.ammenu-menu-wrapper {
    margin: 0;
}
.navigation ul {
    display: flex;
    flex-direction: column;
}
.navigation li {
    font-size: 1.6rem;
    font-family: 'Roboto','Kanit',sans-serif;
}
.navigation a {
    color: #000;
}
.navigation li.level0.last {
    border-bottom: none;
}
.navigation .level0>.level-top:hover,
.navigation a:hover {
    color: #bdd683;
}
.nav-sections-item-title {
    font-family: 'Roboto','Kanit',sans-serif;
    background: #fff;
    border: none;
}
.nav-sections-item-title.active {
    background: #bdd683;
}
.nav-sections-item-title.active .nav-sections-item-switch {
    color: #fff;
}
.nav-sections {
    background: #fff;
}
.navigation {
    background: #fff;
}
.nav-toggle {
    display: none;
}
.nav-toggle:before,
.nav-toggle:hover:before {
    color: #bdd683;
}
.nav-sections .header.links a {
    font-family: 'Roboto','Kanit',sans-serif;
    color: #000;
    font-weight: 400;
}
.sections.nav-sections .ui-menu-item-wrapper {
    text-transform: initial;
    font-weight: 400;
    color: #8f8b80;
}

.sections.nav-sections .ui-menu-item-wrapper:hover {
    color: #000;
    background: #bdd683 none repeat scroll 0 0;
    border: 1px solid #70ba6d !important;
    border-radius: 17px;
    padding: 0;
    height: 26px !important;
}

.sections.nav-sections .submenu .ui-menu-item-wrapper:hover {
    border: none !important;
    height: auto !important;
    padding: 0 15px !important;

}
.navigation .all-category a {
    color: #bdd683;
}
.navigation .level0.active>a:not(.ui-state-active), 
.navigation .level0.has-active>a:not(.ui-state-active) {
    border-color: #bdd683;
}
.navigation span {
    font-weight: 300;
    color: #8f8b80;
}
.navigation .parent > a .ui-menu-icon:after {
   display: none !important;
}
.navigation .parent > a.ui-state-active .ui-menu-icon:after {
    content: '\e621';
}
.navigation .level0.parent>.level-top>.ui-menu-icon {
    position: absolute;
    right: 20px;
    display: inline-block;
    text-decoration: none;
}
.navigation .level0 .submenu li.parent>a>.ui-menu-icon {
    position: absolute;
    right: 20px;
}

.section-item-content .main-header {
    display: none;
}
.nav-sections .header.links a:hover {
    color: #bdd683;
}
.nav-open .nav-toggle:after {
    background: rgba(0,0,0,0.2);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root>.ammenu-item>.ammenu-link>.ammenu-icon-block.-toggle {
    width: auto;
}
#ammenu-sidebar .ammenu-link {
    font-size: 1.5rem !important;
    padding: 10px 0 !important;
    min-height: unset;
    font-family: 'Roboto','Kanit',sans-serif;
    font-weight: 400 !important;
    border-color: #f4f4f4cc !important;
    border-width: 1px 0 0 !important;
}

#ammenu-sidebar .ammenu-menu-title .ammenu-button.-icon.-close {
    height: 35px;
    color: #d62129 !important;
    border: none !important;
}

#ammenu-sidebar .ammenu-menu-title .ammenu-button.-icon.-close::before {
    width: 20px !important;
    height: 2px !important;
}

#ammenu-sidebar .ammenu-menu-title .ammenu-button.-icon.-close::after {
    width: 20px !important;
    height: 2px !important;
}

.ammenu-items li svg {
    width: 15px;
    height: 15px;
}

#ammenu-sidebar .ammenu-link.-current {
    text-decoration: none;
    text-transform: uppercase;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root>.ammenu-item .ammenu-items {
    padding: 0 0 0 15px;
}
figure.ammenu-icon-block {
    margin: 0;
}

/* owl carousel */
.owl-carousel .owl-item img {
    width: 100%;
}
.owl-carousel.owl-theme .owl-nav {
    margin: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    margin: 0;
    background: #bbd57c;
    -webkit-box-shadow: 10px 10px 5px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 10px 10px 5px 0 rgba(0,0,0,.75);
    box-shadow: 0 7px 0 0 rgba(0,0,0,.2);
    border-radius: 0 17px 17px 0;
    width: 40px;
    top: 40%;
}

.owl-carousel.owl-theme .owl-nav .owl-prev:before {
    content: '';
    opacity: 1; 
}
.owl-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    margin: 0;
    background: #bbd57c;
    -webkit-box-shadow: 10px 10px 5px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 10px 10px 5px 0 rgba(0,0,0,.75);
    box-shadow: 0 7px 0 0 rgba(0,0,0,.2);
    border-radius: 17px 0 0 17px;
    width: 40px;
    top: 40%;
}

.owl-carousel.owl-theme .owl-nav .owl-next:before {
    content: '';
    opacity: 1; 
}
.owl-carousel.owl-theme .owl-nav div:hover {
    opacity: 1;
    text-decoration: none;
    background: #f3995a;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
    display: none;
}
.owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: rgb(255 255 255 / 15%);
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover {
    background-color: rgb(255 255 255 / 100%);
}

/* catalog page */
.category-image img {
    width: 100%;
}


/* catalog product grid */
.page-products .columns {
    padding-top: 0;
    display: flex;
}
.page-products .column.main .product-items {
    margin: 0 0 0 -8px;
    width: calc(100% + 16px);
    display: flex;
    flex-wrap: wrap;
}
.page-products .products.wrapper.products-grid .item {
    width: 50%;
    padding: 0 8px;
    margin: 0 0 15px;
}
.products-grid .product-item-info {
    padding: 10px;
    border: none;
    border-radius: 3px;
    width: 100%;
    height: 100%;
}
.product-image-container {
    display: block;
    margin: auto;
}
.products-grid .product-item-info:hover {
    margin: 0;
    padding: 10px;
    box-shadow: none;
    border: none;
}
.products-grid .product-item .product-item-info:hover .product-item-inner {
    box-shadow: none;
    border: none;
    margin: 0;
    background: transparent;
}
.products.wrapper.products-grid .item {
    float: none;
}
.product-item-name {
    margin: 0 0 10px;
}
.product-item-info .product-item-name a {
    font-size: 1.5rem;
    color: #8c8279;
}

.product-item-info .product-item-name a:hover {
    text-decoration: none;
    color: #bdd683;
}

.stock.unavailable span {
    color: #ff0000;
    font-family: 'Roboto','Kanit',sans-serif;
}
.action.towishlist:hover:before,
.action.tocompare:hover:before {
    color: #bdd683;
}
.products-grid .product-item-details {
    text-align: center;
    position: initial;
}
.products-grid .product-item .price-box {
    margin: 0;
    line-height: 1;
    font-family: 'Roboto','Kanit',sans-serif;
}
.products-grid .product-item-actions {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-info .short-description {
    height: 50px;
    overflow: hidden;
    margin: 0 0 8px;
    padding: 0;
    line-height: 1.6;
}

.product-item-info .short-description p {
    font-family: 'Sarabun',sans-serif;
    font-weight: 400;
    color: #adadad;
    overflow: hidden;
    height: 45px;
}
.products-grid .price-box .special-price {
    margin: 0 10px;
}
.product-item-info .product-item .old-price {
    margin: 0;
}

.product-item-actions .actions-primary+.actions-secondary>.action {
    width: auto;
    line-height: 1;
}
.product-item-actions .actions-primary+.actions-secondary>.action.tocompare {
    display: none;
}

/*Pop up Quick View*/
.amquickview-fancybox-wrapper .fancybox-content button.fancybox-close-small {
    border: none !important;
}

/* catalog product list */
.products-list .product-item-photo {
    max-width: 300px;
    width: 40%;
}
.products-list .product-item {
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 30px;
}
.product-item-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.products-list .product-item-actions button.tocart {
    background: transparent;
    padding: 0 10px !important;
    height: auto;
    margin: 0;
}
.products-list .product-item-actions button.tocart:hover {
    border: none !important;
}
.products-list .product-item-actions button.tocart:before {
    content: '';
    background: url(../images/cart-black.svg) no-repeat center center/25px auto;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.products-list .product-item-actions button.tocart:hover:before {
    background: url(../images/cart-yellow.svg) no-repeat center center/25px auto;
}
.products-list .product-item-actions button.tocart span {
    display: none;
}

/* quick view */
.product-item-info .amquickview-hover {
    background-color: #bdd683;
    opacity: 1;
    border-radius: 4px;
    padding: 12px;
}
.product-item-info .amquickview-hover:hover {
    background-color: #f09a4d;
}

.product-item-info .amquickview-hover a {
    color: #fff !important;
    font-size: 1.4rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.product-item-info .amquickview-hover img.am-quickview-icon {
    display: none !important;
}
.product-item-info .amquickview-hover .amquickview-link:before {
    content: '';
    background: url(../images/icon-search.svg) no-repeat center center/15px auto;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px 0;
}

.fancybox-iframe {
    border-radius: 3px;
}
.fancybox-slide--iframe .fancybox-content .fancybox-close-small:focus {
    position: absolute;
}
.fancybox-slide--iframe .fancybox-content .fancybox-close-small:hover:after {
    color: #bdd683;
}
.fancybox-content .fancybox-close-small:focus:after {
    outline: none;
}

/* sidebar catalog product */
.sidebar-additional .block-compare .actions-toolbar {
    display: flex;
    align-items: center;
}
.sidebar-additional .block-compare .actions-toolbar .action.primary {
    margin: 0 15px 0 0;
    box-shadow: none;
    width: auto;
    color: #000;
}
.sidebar-additional .block-compare .actions-toolbar .action.primary:hover {
    color: #fff;
}
.page-products .block.block-reorder {
    display: none;
}
.sidebar.sidebar-additional .block {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 1;
}
.sidebar.sidebar-additional .block .block-title {
    background-color: #bdd683;
    color: #fff;
    padding: 5px 15px;
    font-family: 'Roboto','Kanit',sans-serif;
}
.sidebar.sidebar-additional .block .block-title strong {
    font-weight: 400;
    color: #fff;
}
.sidebar.sidebar-additional .block-compare .counter, 
.sidebar.sidebar-additional .block-wishlist .counter {
    color: #000;
}
.sidebar .product-items .product-item-info .product-item-photo {
    position: absolute;
}
.sidebar .block-viewed-products-grid .product-items .product-item-details {
    margin-left: 85px;
    text-align: left;
}
.sidebar .product-item-photo .product-image-container {
    width: 75px !important;
}
.sidebar .block-wishlist .actions-toolbar>.primary {
    text-align: left;
}
.sidebar .products-grid .product-item-info {
    border: none;
    padding: 0;
}
.sidebar .block.widget .products-grid .product-item .actions-secondary {
    padding: 0;
}
.sidebar .product-items .product-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.sidebar .block.widget .products-grid .product-item {
    width: 100%;
    margin-left: 0;
}
.sidebar .block .product-item:last-child {
    padding: 0 0 10px;
}
.sidebar .price-box .old-price .price {
    font-size: 1.5rem;
}
.sidebar .price-box .price {
    font-size: 1.8rem;
}
.sidebar .product-item-actions .actions-primary>.stock.unavailable {
    font-size: 0;
    padding: 0;
}
.sidebar .product-item-actions .actions-primary>.stock.unavailable span {
    font-size: 1.4rem;
    margin: 0 10px 0 0;
}
.sidebar .products-grid .product-item-info:hover {
    box-shadow: none;
}
.sidebar .products-grid .product-item-info:hover .product-item-photo {
    left: 0;
    top: 0;
}
.sidebar .product-items .product-item-details {
    margin: 0 0 0 85px;
}
.block-viewed-products-grid .products-grid .product-item .price-box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}
.block-viewed-products-grid .products-grid .price-box .special-price {
    margin: 0 10px 0 0;
}
.sidebar .product-items .product-item-actions {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: left;
}
.sidebar .product-item-actions .tocart:hover:before {
    background: url(../images/cart-yellow.svg) no-repeat center center/25px auto;
}
.sidebar .product-item-actions .tocart:before {
    content: '';
    background: url(../images/cart-black.svg) no-repeat center center/25px auto;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.sidebar .product-item-actions .tocart span {
    display: none;
}
.sidebar .product-item-details .product-item-actions .tocart {
    padding: 0 10px 0 0 !important;
}
.sidebar .product-item-actions .actions-primary+.actions-secondary>.action {
    padding: 0 !important;
}
.sidebar .product-item-details .product-item-actions .tocart {
    background: transparent;
}

/* filter product */
.filter-options-title {
    font-weight: 500;
}
.filter .block-subtitle {
    font-size: 1.5rem;
    font-family: 'Roboto','Kanit',sans-serif;
    font-weight: 500;
}
#layered-filter-block {
    position: unset;
    padding: 0;
    margin: 0 0 15px;
    display: inline-flex;
    border: none;
}
.filter-title strong {
    display: block;
    position: unset;
}
.filter.active .filter-title strong {
    width: 100%;
    text-align: right;
    height: 100%;
}
.filter.active .filter-title strong:after {
    margin: 10px 0;
}
.filter-options-content a:hover {
    background-color: transparent;
}
.filter-subtitle {
    display: none;
}
.filter-title {
    display: block;
}
.filter-options {
    display: none;
    margin: 0;
}
.filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}
.filter.active .filter-options {
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
}
.filter-options-content .count {
    display: inline-flex;
}
.block.filter {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 0 15px;
}
.block.filter .title {
    display: none;
}
.block.filter dt {
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    font-family: 'Roboto','Kanit',sans-serif;
    font-size: 1.5rem;
    margin: 0;
    background-color: #bdd683;
    color: #fff;
    padding: 5px 15px;
}

.sidebar .options ol .item a:hover {
    color: #bdd683;
}
.block.filter dd {
    padding: 10px;
    margin: 0;
}
.block.filter .options {
    margin: 0;
}
.block.filter .item {
    margin: 5px 0;
}
.block.filter .count {
    display: inline-flex;
    color: #757575;
    padding: 0 5px;
}
.block.filter .count:before {
    content: '(';
}
.block.filter .count:after {
    content: ')';
}

/* toolbar catalog product */
.toolbar-products .modes {
    display: block !important; 
}
.modes-mode {
    background-color: #f0f0f0;
    box-shadow: none;
    color: #5e5e5e;
    border: 1px solid #ccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}
.modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.mode-list:before {
    content: '\e60b';
}
.modes-mode>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#modes-label {
    display: none;
}
.modes-label+.modes-mode {
    border-radius: 3px 0 0 3px;
}
.modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border: 1px solid #dddddd;
}
.toolbar-products {
    border: solid #dddddd;
    border-width: 1px 0;
    padding: 5px 0;
    font-family: 'Roboto','Kanit',sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.modes-mode.active {
    background: #bdd683;
    border-color: #bdd683;
    box-shadow: none;
}
.modes-mode:before,
.modes-mode:hover:before {
    color: #000;
}
.modes-mode:hover {
    background: #bdd683;
    border-color: #bdd683;
}
.products.wrapper~.toolbar-products .pages {
    display: inline-block;
    margin: 0;
}
.page-products .sorter {
    position: unset;
}
.sorter-label {
    font-weight: 400 !important;
}
.toolbar select {
    background-color: transparent;
    border: 1px solid #dddddd;
}
.toolbar:before,
.toolbar:after {
    display: none;
}
.pages strong.page {
    background: #bdd683;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
}
.pages a.page:hover,
.pages a.page:visited:hover {
    background: #bdd683;
    color: #fff;
}
.pages a.page, 
.pages a.page:visited {
    color: #000;
    padding: 0 10px;
    border-radius: 3px;
}
.pages .item {
    margin: 0 2px;
}

/* product view */
.product-add-form .box-tocart .action.tocart span {
    font-size: 1.8rem;
}
.product-info-main .product-add-form .fieldset {
    display: flex;
}
.product-info-main .product-add-form .field.qty {
    display: flex;
    align-items: center;
    margin: 0 !important;
}
.product-add-form .box-tocart .action.tocart {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    width: 100%;
    margin: 0 0 0 15px;
    border-radius: 100px;
}
.product-info-main .product-add-form .box-tocart .field.qty label {
    margin-bottom: 0;
}
.product-info-main .product.attribute.sku .type:after {
    content: '';
}
.product-reviews-summary .reviews-actions .action.add {
    margin: 0 0 15px;
}
.catalog-product-view .product-info-main .available.stock span {
    color: #22b22e;
    font-weight: 500;
}
.product-info-main .stock.unavailable {
    font-weight: 500;
    color: #ff0000;
}
.product-info-main .product-addto-links a.action {
    font-weight: 400;
}
.product-info-main .product-addto-links a.action:hover {
    color: #bdd683;
}
.catalog-product-view .product-info-main .available.stock span:before {
    content: '\f046';
    display: inline-block;
    font-family: FontAwesome;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.product-info-main .product-info-price .price-box .price-container>span {
    display: inline-block;
}
.product-info-main .product-info-price .price-box .price {
    line-height: unset;
    color: #8f8b80;
    font-size: 2rem;
}
.product-info-main .product-info-price .price-box .special-price .price {
    color: #FF0000;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
    color: #858585;
}
.product-item .price-box .price {
    color: #8f8b80;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Roboto','Kanit',sans-serif;
}
.price-box .special-price .price {
    color: #FF0000;
}
.price-box .old-price .price {
    color: #515151;
    font-weight: 400;
}
.price-box .special-price .price-label, 
.price-box .old-price .price-label {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.normal-price .price-label {
    display: none;
}
.product-info-main .product-info-price .price-box {
    padding-bottom: 0;
    font-family: 'Roboto','Kanit',sans-serif;
}
.product.data.items>.item.title a {
    font-family: 'Roboto','Kanit',sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #8f8b80 !important;
}
.categorypath-sustainability .sidebar,
.categorypath-sustainability-corporate-governance .sidebar,
.categorypath-sustainability-sustainable-development .sidebar,
.categorypath-sustainability-complaint-reporting-system .sidebar{
    display: none;
}
.product.data.items>.item.title.active {
    background-color: #bdd683;
}
.product.data.items>.item.title.active a {
    color: #fff !important;
}
.product.info .product.data.items>.item.title {
    border-width: 1px 0;
    margin-bottom: -1px;
}
.product.info .product.data.items>.item.content {
    margin: 0 !important;
    border-width: 1px 0 0 0 !important;
}
.review-control-vote label:before, .review-control-vote:before {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 5px;
}
.review-control-vote label:before {
    color: #bdd683;
}
.review-form .action.submit.primary {
    background: #bdd683;
    font-weight: 400;
    color: #000;
}
.review-form .action.submit.primary:hover {
    background: #000;
    color: #fff;
}
.catalog-product-view .product-info-main .control-qty {
    float: none;
    display: inline-flex;
    align-items: center;
    margin: 0 0 0 10px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset input.qty {
    border-width: 1px 0;
    border-radius: 0;
    border-color: #888;
    width: 40px;
    height: 40px;
}
.control-qty .quantity-controls.quantity-plus {
    background-position: 6px 12px;
    border-radius: 0 4px 4px 0;
    background-size: 14px;
}
.control-qty .quantity-controls.quantity-minus {
    background-position: 6px -50px;
    border-radius: 3px 0 0 3px;
    background-size: 14px;
}
.control-qty .quantity-controls {
    height: 40px;
    width: 28px;
    background: url(../images/plus-minus.svg) no-repeat transparent;
    border: 1px solid #888;
}
.control-qty .quantity-controls {
    height: 40px;
    width: 28px;
    background: url(../images/plus-minus.svg) no-repeat transparent;
    border: 1px solid #888;
}
.control-qty .quantity-controls:hover {
    background-color: #bdd683;
}
.swatch-option.text {
    font-weight: 400;
}
.product-item-description ul,
.product.attribute ul {
    list-style: inside;
}
.additional-attributes-wrapper .additional-attributes>tbody>tr>th {
    font-family: 'Roboto','Kanit',sans-serif;
}
.fotorama-item .fotorama__nav-wrap .fotorama__thumb .fotorama__img {
    width: 100%;
}
.fotorama-item .fotorama__thumb {
    background-color: transparent;
    border: 1px solid #ccc;
}
.fotorama__nav .fotorama__thumb-border {
    border: 1px solid #000;
}

/* label */
.amlabel-position-wrapper {
    z-index: 1;
}

/* login page */
.login-container .block .block-title {
    font-size: 2rem;
    font-family: 'Roboto','Kanit',sans-serif;
    padding-bottom: 5px;
}
.field.password .control .input-text {
    z-index: 1;
}
.actions-toolbar a.action.remind {
    position: relative;
    top: 22px;
}

.customer-dob .ui-datepicker-trigger {
    border: none !important;
}

.opc-progress-bar .opc-progress-bar-item._complete>span {
    color: #8f8b80;
}
.shipping-information span {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}

/* register page */
.form-create-account .fieldset {
    border: none;
    background-color: transparent;
    min-height: unset;
    padding: 0;
}
.form-create-account .actions-toolbar {
    background-color: transparent;
    border: none;
    padding: 0;
}
.form-create-account .actions-toolbar >.primary {
    display: block;
    float: right;
}
.form-create-account .fieldset .legend span {
    font-family: 'Roboto','Kanit',sans-serif;
    font-size: 2rem;
}


/* account page */
.fieldset>.legend {
    font-family: 'Roboto','Kanit',sans-serif;
}
.block-title {
    font-family: 'Roboto','Kanit',sans-serif;
}
.account .box-title {
    font-weight: 500;
    font-family: 'Roboto','Kanit',sans-serif;
}
.account.page-layout-2columns-left .column.main {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.account.page-layout-2columns-left .sidebar-main {
    margin: 0 -15px;
}
.account.page-layout-2columns-left .sidebar-main .items {
    display: block;
}
.block-collapsible-nav .item {
    display: block;
}
.block-collapsible-nav .item.current a, 
.block-collapsible-nav .item.current>strong {
    border-color: #bdd683;
}
.block-reorder .block-title,
.block-reorder .block-content {
    display: block;
}
.block-reorder .block-title strong,
.block-reorder .block-content strong {
    display: block;
    font-weight: 400;
}
.table>thead>tr>th, 
.table tr>td {
    width: fit-content;
}
.block.block-order-details-view {
    margin: 10px 0;
}
.block-addresses-default .box-actions a,
.customer-account-index .box-actions a {
    text-decoration: underline;
}


/* wishlist page */
#wishlist-view-form .actions-toolbar button {
    color: #fff;
    background: #bdd683 none repeat scroll 0 0;
    border-radius: 17px;
    border: 1px solid #70ba6d !important;
    width: auto;
    margin: 0 0 10px;
}
#wishlist-view-form .actions-toolbar button:hover {
    border: 1px solid #be6d40 !important;
    background: #f09a4d;
    color: #fff;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: calc((100% / 2) - 20px) !important;
    float: none;
    text-align: center;
    border: 1px solid #cccc;
    margin: 10px;
    padding: 0;
}
.form-wishlist-items .products-grid.wishlist .product-item-photo {
    float: none;
}
.form-wishlist-items .products-grid.wishlist .product-item-info .field.comment-box {
    display: none;
}
.form-wishlist-items .products-grid.wishlist .product-item-info .box-tocart {
    float: none;
    margin: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-inner {
    text-align: center;
    display: block;
    position: unset !important;
    border: none;
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    padding: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .product-item-actions {
    float: none;
    display: block;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px !important;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty .control {
    margin: 0 10px;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty label {
    margin: 0;
}
.form-wishlist-items .products-grid .product-item-actions {
    float: none;
    display: inline-block;
}
.wishlist-index-index .products-grid .product-item-actions a {
    float: none !important;
}
.form-wishlist-items .products-grid.wishlist .product-item-info > .product-item-name {
    margin: 0 0 10px;
}
.products-grid.wishlist .product-image-container {
    max-width: 100%;
}
.form-wishlist-items .products-grid.wishlist .product-items {
    display: flex;
    flex-wrap: wrap;
}



/* compare page */
.catalog-product_compare-index .action.print {
    display: inline-block;
    margin: 0 0 15px;
    float: right;
}
.table-comparison .cell.remove {
    border: none;
    padding: 0 !important;
}
.table-comparison .cell.label {
    padding: 15px !important;
    font-family: 'Roboto','Kanit',sans-serif;
}
.table-wrapper.comparison {
    border: none;
}
.table-comparison tr {
    border-bottom: 1px solid #ccc;
}
.table-comparison .product-item-actions button.tocart:hover:before {
    background: url(../images/cart-yellow.svg) no-repeat center center/25px auto;
}
.table-comparison .product-item-actions button.tocart:before {
    content: '';
    background: url(../images/cart-black.svg) no-repeat center center/25px auto;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.table-comparison .product-item-actions button.tocart span {
    display: none;
}
.table-comparison .product-item-actions button.tocart {
    padding: 0 10px 0 0 !important;
}
.table-comparison .product-item-actions button.tocart,
.table-comparison .product-item-actions button.tocart:hover {
    background: transparent;
    height: auto;
    line-height: 1;
}
.table-comparison .cell.product.info, .table-comparison .cell {
    text-align: center;
}
.table-comparison .product-item-actions .actions-primary {
    display: inline-block;
}
.table-comparison .product-item-name {
    font-size: 1.6rem;
}



/* popup */
.cartquickpro-catalog_product-options .product-social-links {
    display: block;
    float: none;
}
.smcqp-actions .smcqp-btn, 
.smcqp-actions .smcqp-continue {
    background-color: #bdd683;
}
.smcqp-confirm .modal-header {
    position: relative;
}
.modal-popup .action-close {
    display: flex;
    align-items: center;
}
.message.success a {
    color: #000;
}
.message.success a:hover {
    color: #bdd683;
}
.amcart-confirm-block .product-options-bottom .control-qty {
    display: flex;
}
.amcart-confirm-block .product-options-bottom input#qty {
    border-width: 1px 0;
    border-radius: 0;
    border-color: #888;
}
.amcart-confirm-block .product-options-bottom .field {
    display: flex;
    align-items: center;
}
.amcart-confirm-block .product-options-bottom .label {
    margin: 0 10px 0 0;
}
#confirmOverlay .amcart-confirm-buttons .button {
    color: #fff;
    background: #bdd683;
    border: 1px solid #70ba6d;
    box-shadow: none !important;
    border-radius: 100px;
}
#confirmOverlay .amcart-confirm-buttons .button:hover {
    background: #f09a4d;
}


/* related/upsell/crossell */
.products.wrapper.products-grid .item {
    width: 100%;
    padding: 0;
}
.block.crosssell {
    width: 100%;
}
.related .title strong,
.upsell .title strong,
.crosssell .title strong {
    font-weight: 400;
    font-size: 2rem;
}
.block.crosssell .product-item-info {
    width: 100%;
}
.related .owl-carousel.owl-theme .owl-dots .owl-dot,
.upsell .owl-carousel.owl-theme .owl-dots .owl-dot,
.crosssell .owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: #F2F2F2;
    margin: 0;
}
.related .owl-carousel.owl-theme .owl-dots .owl-dot.active,
.upsell .owl-carousel.owl-theme .owl-dots .owl-dot.active,
.crosssell .owl-carousel.owl-theme .owl-dots .owl-dot.active {
    background-color: #D2D2D2;
}
.related .owl-carousel.owl-theme .owl-dots,
.upsell .owl-carousel.owl-theme .owl-dots,
.crosssell .owl-carousel.owl-theme .owl-dots {
    bottom: 0;
}
.related .owl-carousel.owl-theme .owl-nav .owl-prev:before,
.upsell .owl-carousel.owl-theme .owl-nav .owl-prev:before,
.crosssell .owl-carousel.owl-theme .owl-nav .owl-prev:before {
    background: url(../images/icon-arrow-left.svg) no-repeat 0 0/20px auto;
    filter: brightness(0);
}
.related .owl-carousel.owl-theme .owl-nav .owl-prev:hover:before,
.upsell .owl-carousel.owl-theme .owl-nav .owl-prev:hover:before,
.crosssell .owl-carousel.owl-theme .owl-nav .owl-prev:hover:before {
    filter: brightness(0.5);
}
.related .owl-carousel.owl-theme .owl-nav .owl-next:before,
.upsell .owl-carousel.owl-theme .owl-nav .owl-next:before,
.crosssell .owl-carousel.owl-theme .owl-nav .owl-next:before {
    background: url(../images/icon-arrow-right.svg) no-repeat 0 0/20px auto;
    filter: brightness(0);
}
.related .owl-carousel.owl-theme .owl-nav .owl-next:hover:before,
.upsell .owl-carousel.owl-theme .owl-nav .owl-next:hover:before,
.crosssell .owl-carousel.owl-theme .owl-nav .owl-next:hover:before {
    filter: brightness(0.5);
}
.crosssell .owl-theme .owl-nav [class*='owl-'] {
    top: 20%;
}
.related .owl-carousel.owl-theme .owl-nav .owl-prev,
.upsell .owl-carousel.owl-theme .owl-nav .owl-prev,
.crosssell .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -10px;
}
.related .owl-carousel.owl-theme .owl-nav .owl-next,
.upsell .owl-carousel.owl-theme .owl-nav .owl-next,
.crosssell .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -25px;
}
.related .products-grid .product-item-actions,
.upsell .products-grid .product-item-actions,
.crosssell .products-grid .product-item-actions {
    padding: 15px 0 0;
}



/* cart page */
.table>thead>tr>th {
    font-family: 'Roboto','Kanit',sans-serif;
    font-weight: 400;
    border: none;
}
.checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
}
.abs-toggling-title:after, 
.abs-cart-block>.title:after, 
.minicart-items .product .toggle:after, 
.abs-discount-block .block>.title:after, 
.cart-summary .block>.title:after, 
.paypal-review-discount .block>.title:after, 
.cart-discount .block>.title:after,
.cart-container .cart-summary .block>.title:after {
    right: 20px;
    top: 10px;
}
.cart-container .checkout-methods-items {
    margin-top: 0;
}
.cart .product-item-name a {
    font-size: 1.5rem;
    display: inline-block;
}
.table tbody+tbody {
    border-top: 1px solid #dee2e6;
}
.cart.table-wrapper .actions-toolbar>.action-edit, 
.cart.table-wrapper .actions-toolbar>.action-delete {
    position: unset;
}
.cart-container .cart.main.actions .action {
    font-weight: 500;
    font-size: 1.5rem;
    font-family: 'Roboto','Kanit',sans-serif;
    color: #fff;
    background: #bdd683 none repeat scroll 0 0;
    border-radius: 100px;
    border: 1px solid #70ba6d !important;
}
.cart-container .cart.main.actions .action:hover {
    border: 1px solid #be6d40 !important;
    background: #f09a4d !important;
}
.cart-container .cart-summary .summary.title {
    font-family: 'Roboto','Kanit',sans-serif;
    font-weight: 500;
}
form#discount-coupon-form .label {
    display: none;
}
#shopping-cart-table .price-including-tax .price, 
#shopping-cart-table .price-excluding-tax .price {
    font-weight: 600;
    color: #000;
    font-family: 'Roboto','Kanit',sans-serif;
}
.grand.totals {
    font-family: 'Roboto','Kanit',sans-serif;
}
#block-discount-heading {
    color: #000;
    font-family: 'Roboto','Kanit',sans-serif;
}
form#discount-coupon-form button.action.apply {
    background: #bdd683;
    box-shadow: none;
    color: #000;
}
form#discount-coupon-form button.action.apply:hover {
    border: 1px solid #be6d40 !important;
    background: #f09a4d !important;
}
.cart-container .form-cart .actions.main {
    text-align: center;
}
.cart-container .checkout-methods-items .action.primary.checkout {
    font-weight: 500;
    font-size: 1.5rem;
    font-family: 'Roboto','Kanit',sans-serif;
    color: #fff;
    background: #bdd683 none repeat scroll 0 0;
    border-radius: 100px;
    border: 1px solid #70ba6d !important;
}
.cart-container .checkout-methods-items .action.primary.checkout:hover {
    border: 1px solid #be6d40 !important;
    background: #f09a4d !important;
}
.cart.table-wrapper .action {
    position: unset;
}
.cart.table-wrapper .actions-toolbar>.action-edit:hover:before, 
.cart.table-wrapper .actions-toolbar>.action-delete:hover:before {
    color: #bdd683;
}


/* checkout page */
.checkout-container.am-checkout .authentication-wrapper {
    margin-top: -60px;
}

.checkout-index-index .checkout-header {
    width: 100%;
}
.checkout-index-index .checkout-header .title {
    font-size: 2.4rem;
    text-transform: uppercase;
}
.checkout-index-index .checkout-container.am-checkout {
    background: transparent;
    padding: 0;
}
.checkout-index-index .checkout-header .description {
    font-size: 1.4rem;
    font-family: 'Roboto','Kanit',sans-serif;
}
.checkout-container .authentication-wrapper button {
    border-radius: 100px;
    background-color: #bdd683;
    color: #fff;
}
.checkout-container .authentication-wrapper button:hover {
    background-color: #000;
    color: #fff;
}
.opc-wrapper .step-title, 
.checkout-container .checkout-payment-method .step-title {
    font-weight: 400;
    font-size: 2rem;
    font-family: 'Roboto','Kanit',sans-serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.opc-block-summary .items-in-cart>.title strong {
    font-weight: 400;
    font-size: 1.6rem;
    font-family: 'Roboto','Kanit',sans-serif;
}
.opc-wrapper .form-shipping-address {
    background: transparent;
    border-bottom: none;
}
.opc-wrapper .form-login {
    background: transparent;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.opc-wrapper .methods-shipping {
    background: transparent;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.checkout-index-index .checkout-block {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 10%);
    margin: 0 0 15px;
    border-radius: 8px;
}
.opc-block-summary {
    border-radius: 7px;
}
.opc-estimated-wrapper {
    margin: 0 0 15px;
    padding: 10px;
    border: none;
}
fieldset#customer-email-fieldset,
fieldset#customer-email-fieldset > .field {
    margin: 0 !important;
}
#shipping-new-address-form div.field {
    width: 50%;
    display: inline-block;
}
#shipping-new-address-form div.field[name$=".company"],
#shipping-new-address-form div.field[name$=".street"],
#shipping-new-address-form div.field[name$=".telephone"],
#shipping-new-address-form div.field[name$=".vat_id"]{
    width: 100%;
}
#payment hr {
    display: none;
}
.opc-payment .amcheckout-title {
    margin: 0 15px;
}
.opc-payment .amcheckout-title .step-title {
    padding: 0 0 10px;
}
form#co-payment-form .fieldset>br {
    display: none;
}
.checkout-payment-method .payment-option {
    margin: 0;
}
.methods-shipping .table-checkout-shipping-method .amcheckout-items td {
    padding: 10px;
    width: 100%;
    flex-grow: unset;
    flex-basis: auto;
    border: none;
    display: table;
}
#discount-form button.action.action-apply {
    background: #bdd683;
    color: #fff;
    box-shadow: none;
}
#discount-form button.action.action-apply:hover {
    background: #000;
}
.checkout-index-index .checkout-block:hover {
    box-shadow: 3px 4px 4px 0 rgb(255 217 138 / 20%);
}
#shipping .fieldset.address div[name*=".street"] {
    width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
    padding: 0;
}
.item-options {
    display: flex;
    flex-direction: column;
}
.item-options .field.configurable {
    display: flex;
    align-items: center;
}
.item-options .field.configurable .label {
    margin-right: 10px;
}
.checkout-index-index .nav-sections {
    display: block;
}
.checkout-container .opc-sidebar span.title {
    font-family: 'Kanit', sans-serif;
    font-weight: 400 !important;
}

.amcheckout-method td.col.col-method:first-child {
    order: 1;
    width: 8%;
    min-height: 20px;
    height: 24px;
    padding-top: 0;
    padding-bottom: 0;
}

.amcheckout-method td.col.col-price {
    order: 3;
    width: auto !important;
    padding: 2px 0;
}

.amcheckout-method td.col.col-method#label_method_freeshipping_freeshipping {
    order: 2;
    width: 20%;
    padding: 2px 0;
    min-height: 20px;
    height: 25px;
}

.amcheckout-method td#label_carrier_freeshipping_freeshipping {
    order: 0;
    width: 100%;
}

table.table-checkout-shipping-method .amcheckout-items {
    display: flex;
    flex-direction: column;
}

table.table-checkout-shipping-method .amcheckout-items tr.row.amcheckout-method:nth-child(2) {
    order: 2;
}

.amcheckout-method td#label_carrier_amstrates1_amstrates {
    width: 100%;
    padding: 2px 10px;
} 

.amcheckout-method span.price-including-tax {
    float: left;
    margin-right: 10px;
    line-height: 1.5;
}

span.price-excluding-tax {
    float: right;
}

/* minicart */
.minicart-wrapper .block-minicart {
    width: 290px !important;
    left: unset !important;
    right: 0 !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
}
.minicart-wrapper {
    margin: 0;
}
.block-minicart .subtotal {
    border: none;
    font-family: 'Roboto','Kanit',sans-serif;
}
.block-minicart .block-content>.actions>.primary {
    margin: 0;
}
.block-minicart .block-content>.actions {
    padding: 0 20px 20px;
}
.block-minicart .minicart-items .product-item-details .price-container {
    position: unset;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.edit {
    display: inline-block;
}
.block-minicart .minicart-items-wrapper {
    border: solid #ccc;
    border-width: 1px 0;
    margin: 0 -15px 15px;
}
.block-minicart .block-content>.actions a {
    font-weight: 500;
    font-size: 1.5rem;
    font-family: 'Roboto','Kanit',sans-serif;
    color: #fff;
    background: #bdd683 none repeat scroll 0 0;
    border-radius: 100px;
    border: 1px solid #70ba6d !important;
}
.block-minicart .block-content>.actions a:hover {
    border: 1px solid #be6d40 !important;
    background: #f09a4d;
    color: #fff;
}
.block-minicart .product-item-pricing {
    float: left;
    width: 50%;
}
.minicart-wrapper .product .actions {
    float: right;
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    width: 50%;
    position: relative;
    top: 32px;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.delete:after {
    content: '\e604';
    position: unset;
    font-family: 'luma-icons';
    font-size: 18px;
    color: #757575;
}
.minicart-items .product-item-details .details-qty {
    display: inline-block;
}
.block-minicart #btn-minicart-close {
    display: block !important;
    padding: 0 !important;
    height: auto;
    top: 6px;
    right: 6px;
    border: none !important;
}
.amount span.price-wrapper.price-including-tax {
    font-size: 1.2rem;
    font-weight: 400 !important;
    font-family: 'Sarabun', sans-serif;
    color: #8f8b80;
}
.minicart-price span.price {
    font-weight: 400 !important;
    font-size: 1.6rem !important;
}
.block-minicart #btn-minicart-close:before {
    position: relative;
    top: 2px;
}
.block-minicart #btn-minicart-close:hover:before,
.minicart-items .action.edit:hover:before, 
.block-minicart .minicart-items .product-item-details .product.actions .action.delete:hover:after {
    color: #bdd683;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    content: '';
    background: url(../images/cart.svg) no-repeat 0 0/37px auto;
    width: 37px;
    height: 37px;
}

.minicart-wrapper .action.showcart {
    position: relative;
} 
.minicart-wrapper .action.showcart .counter.qty {
    color: #62a85f;
    display: inline-block;
    font-size: 1.4rem;
    left: 0;
    position: absolute;
    right: 20px;
    top: 0;
    background: none;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
    display: block;
    background: transparent;
}
.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    line-height: 1;
    position: relative;
    top: 4px;
    font-size: 1.2rem;
}
.minicart-wrapper .counter:before,
.minicart-wrapper .counter:after {
    content: '';
}
#mini-cart .product.options.list > * {
    float: none;
}
.block-minicart .minicart-items .product-item-details .product-item-name a {
    color: #000;
}
.block-minicart .minicart-items .product-item-details .product-item-name a:hover {
    color: #bdd683;
}
button#top-cart-btn-checkout {
    font-size: 1.6rem !important;
}


/* success order page */
.block-order-details-view .box-title {
    border-bottom: 1px solid #000;
}



/* blog page */
.sidebar .block-tagclaud span.largest {
    background-color: #eee;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    font-size: 1.5rem;
    display: inline-block;
}
.blog-index-index .post-content .post-description .post-ftimg-hld {
    float: none;
    width: 100%;
    max-width: 100%;
}
.blog-index-index .post-list-wrapper .post-list .post-header .post-title-holder .post-title {
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
}
.blog-index-index .post-list .post-text-hld {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-index-index .post-list-wrapper .post-list .post-header .post-title-holder .post-title a {
    color: #000;
}
.blog-index-index .post-list-wrapper .post-list .post-header .post-title-holder .post-title a:hover {
    color: #bdd683;
}
.post-view .post-content .post-description .post-ftimg-hld {
    float: none;
    max-width: 100%;
    margin: 0 0 30px;
    display: none;
}
#post-comments * {
    font-family: 'Roboto','Kanit',sans-serif;
}
#post-comments * {
    font-family: 'Roboto','Kanit',sans-serif;
    border-radius: 3px;
}
.widget.blog-search .action.search:hover {
    background: #bdd683;
}
.addthis_toolbox .at-share-btn-elements .at-label {
    display: none;
}
.addthis_toolbox .at-share-btn-elements .at-icon-wrapper,
.addthis_toolbox .at-share-btn-elements .at-icon-wrapper svg {
    width: 25px !important;
    height: 25px !important;
}
.post-list .post-holder .post-header .addthis_toolbox {
    padding: 0;
}
.blog-page-list .post-holder {
    margin-bottom: 15px;
}
.post-list .post-header .post-title-holder {
    margin: 0 0 10px;
}
.sidebar .block-tagclaud span.largest:hover {
    background-color: #bdd683;
}
.sidebar .block-tagclaud span.largest a:hover {
    color: #000;
}
.blog-page .sidebar.sidebar-additional .block {
    margin-bottom: 15px;
}
.post-list .post-header .post-title {
    max-width: 100%;
}
.block-list-posts .post-item-link:hover {
    color: #000;
    text-decoration: underline;
}
.post-list-wrapper .post-info .post-read-more a {
    background: #f09a4d none repeat scroll 0 0 !important;
    border: 1px solid #be6d40 !important;
    border-radius: 14px;
    color: #fff !important;
    padding: 8px 20px 5px;
    display: inline-block;
    margin-top: 15px;
    line-height: 1;
}
.post-list-wrapper .post-info .post-read-more a:hover {
    background: #bdd683 none repeat scroll 0 0 !important;
    border: 1px solid #70ba6d !important;
}
.blog-page .sidebar .item a.post-item-link:hover {
    color: #bdd683;
}

/* footer */

.footer-links {
    padding: 30px 0;
}
.page-footer {
    background: #f8f4f1 none repeat scroll 0 0;
    padding: 0;
    margin: 0;
}
.footer-bottom {
    padding: 20px 0 15px 0;
}
.footer-links a {
    color: #fff;
    line-height: 1.8;
    font-family: 'Roboto','Kanit',sans-serif;
}
.footer a:hover {
    color: #bdd683;
}
.footer-links a:hover {
    text-decoration: underline;
}
.footer-links h4 {
    color: #fff;
    font-weight: 500;
    font-size: 1.9rem;
}
.copyright-footer a {
    color: #fff;
}
.copyright-footer a:hover {
    color: #8f8b80;
}
.footer-bottom.copy-right {
    background-color: #bdd683;
    color: #fff;
    padding: 7px;
    text-align: center;
    float: left;
    width: 100%;
}
.footer-links .f-links {
    margin: 0 0 15px;
    font-size: 1.5rem;
}
.footer-links p {
    color: #fff;
    margin: 0;
    font-size: 1.5rem;
    font-family: 'Roboto','Kanit',sans-serif;
}
.footer-links p.title {
    font-weight: 600;
    margin: 0 0 10px;
}
.footer-links .top {
    margin: 0 0 20px;
}
.footer-links .f-about {
    margin: 0 0 20px;
}

.f-contact .shipping {
    background-color: #212121;
}
.f-contact .row {
    justify-content: center;
    color: #fff;
}

.f-contact a {
    color: #8f8b80;
}

.f-contact .box {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 30px 15px;
}
.f-contact .box.credit {
    margin: 0;
}
.f-contact .box img {
    width: 45px;
    margin: 0 20px 0 0;
}

.f-box1 h4 {
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #8f8b80;
}

.footer-bottom .f-box1.f-follow h4 {
    margin-bottom: 5px;
}

.footer-bottom .f-box1.f-follow>ul {
    margin-bottom: 10px;
}
.footer ul li {
    line-height: 2;
    list-style: outside none none;
    color: #8f8b80;
}
.footer ul li a{
    color: #8f8b80;
}
.f-box1.f-contact .f-tel {
    display: block;
}
.footer-bottom .f-tel li:first-child {
    margin-bottom: 5px;
}
.f-contact li:nth-child(1) img {
    float: left;
    margin: 0 10px 0 0;
    width: 25px;
}
.f-phone {
    margin-right: 16px;
    vertical-align: sub;
    width: 20px;
}
.f-contact .fa.fa-envelope {
    font-size: 1.6rem;
    margin: 0 18px 0 2px;
    color: #b4a28c;
}
.f-contact .fa.fa-map-marker {
    font-size: 2.5rem;
    margin: 0 17px 0 2px;
    vertical-align: top;
    color: #b4a28c;
}
.f-contact p {
    width: 80%;
    display: inline-block;
    line-height: 1.7;
}
.pay-img {
    height: 35px;
    margin-bottom: 37px;
}
.ship-img {
    height: 35px;
}
.f-line {
    height: 36px;
}
.footer-bottom .f-box1>ul {
    margin-bottom: 20px;
    padding: 0;
}
.sc-footer>li {
    display: inline-block;
    margin-right: 10px;
}
.sc-footer .fa {
    font-size: 2rem;
    height: 35px;
    line-height: 1.8;
    text-align: center;
    width: 35px;
    color: #fff;
    border-radius: 3px;
}
.sc-footer .fa-facebook {
    background: #3d5996;
}
.sc-footer .fa-instagram {
    background: #8c6239;
}

.sc-footer .fa-facebook:hover,
.sc-footer .fa-instagram:hover {
    background: #bdd683;
}


@media (max-width: 768px){ 
    
    /* search box dropdown */
    .search-dropdown .dropdown-toggle {
        display: none;
    }
    .search-dropdown .dropdown-menu {
        display: block;
        position: unset;
        background-color: transparent;
        width: 100%;
    }

}



@media (min-width: 480px){
    .hidden-xs {
        display: block;
    }
    .visible-xs {
        display: none;
    }
}


@media (min-width: 768px){
    
    /* catalog product grid */
    .page-products .products.wrapper.products-grid .item {
        width: 33.3333333333%;
    }
    
    /* catalog product list */
    .products-list .product-item-photo {
        max-width: 300px;
        width: 25%;
        padding-bottom: 0;
    }
    
    /* product view */
    .catalog-product-view .column.main {
        display: inline-block;
    }
    .page-layout-1column .product.media {
        width: 45%;
        float: left;
    }
    .page-layout-1column .product-info-main {
        width: 50%;
        float: right;
    }
    .product.data.items {
        margin: 0;
        border: none;
    }
    .product.data.items .item.title a:after {
        content: '';
    }
    .table-wrapper .col.label {
        width: auto;
        padding: 5.5px 30px 10px 0 !important;
    }
    .field.review-field-nickname {
        width: 50%;
        display: inline-block;
        padding: 0 15px 0 0;
    }
    .field.review-field-summary {
        width: 50%;
        display: inline-block;
        padding: 0 0 0 15px;
    }
    .review-field-ratings div#product-review-table {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    
    /* minicart */
    .minicart-wrapper .block-minicart {
        width: 345px !important;
    }
    
    
    /* cart page */
    .cart-container .form-cart .actions.main {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    
    
    /* related/upsell/crossell */
    .crosssell .owl-theme .owl-nav [class*='owl-'] {
        top: 40%;
    }
    
    /* account page */
    .account.page-layout-2columns-left .sidebar-main {
        margin: 0 -25px;
    }
    .account.page-layout-2columns-left .sidebar-main .block.block-collapsible-nav {
        position: unset;
        background-color: #f5f5f5;
    }
    .account.page-layout-2columns-left .sidebar-main .block-collapsible-nav-title {
        padding: 10px 30px;
    }
    
    /* wishlist page */
    .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
        width: calc((100% / 3) - 20px) !important;
    }
    .form-wishlist-items .products-grid.wishlist .product-item-info > * {
        margin: 0;
    }

    
    /* blog page */
    .blog-index-index .post-list-wrapper .post-list .post-header .post-title-holder .post-title {
        padding: 0;
    }
    .blog-index-index .post-list-wrapper .post-list .post-header .post-title-holder .addthis_toolbox {
        padding-top: 5px;
    }
    .blog-index-index .post-list-wrapper .post-list .post-title-holder {
        margin: 0 0 10px;
    }


    /* footer */
    .footer-links .f-about {
        margin: 0;
    }
    .f-contact .box {
        justify-content: center;
        margin: 0;
    }

    
    /* breadcrumbs */
    .catalog-product-view .breadcrumbs {
        margin: auto;
        max-width: 750px;
    }
    
    /* container */
    .page-main {
        max-width: 750px;
        margin: auto;
    }
}



@media (min-width: 769px){ 
    
    /* header */
    .page-header .panel.wrapper {
        display: none;
    }
    .minicart-wrapper .action.showcart,
    .minicart-wrapper .action.showcart.active {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .minicart-wrapper .action.showcart:before, 
    .minicart-wrapper .action.showcart.active:before {
        margin: 0;
    }
    .amsearch-wrapper-block {
        margin: 0;
    }
    .compare-header {
        display: block;
    }

    /* main menu desktop */
    .navigation {
        background: transparent;
    }
    .navigation ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    .nav-sections {
        margin: 0;
        background: transparent;
    }
    .navigation .level0 {
        margin: 0;
        color: #fff;
    }
    .navigation .level0>.level-top {
        line-height: 1;
    }
    .sections.nav-sections .level0.level-top>a {
        padding: 0 5px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
    }
    .sections.nav-sections .category-item a {
        padding: 0 15px;
        color: #000;
        font-size: 1.2rem;
        font-family: 'Roboto','Kanit',sans-serif;
        text-transform: uppercase;
    }
    .sections.nav-sections .level0.ui-menu-item.active > a,
    .sections.nav-sections .level0.ui-menu-item.has-active > a,
    .sections.nav-sections .level0.ui-menu-item:hover > a {
        color: #bdd683;
    }
    .sections.nav-sections .submenu .category-item.active > a,
    .sections.nav-sections .submenu .category-item.has-active > a,
    .navigation .category-item .submenu .ui-menu-item:hover > a {
        color: #bdd683;
    }
    .sections.nav-sections .category-item.active > a,
    .sections.nav-sections .category-item a:hover {
        border: none;
    }
    .navigation .category-item .submenu .ui-menu-item {
        padding: 5px 10px;
    }
    .navigation .category-item .submenu {
        padding: 10px 0;
    }
    .sections.nav-sections .category-item .submenu a:hover {
        background: transparent;
    }
    .navigation li.level0.parent {
        padding-right: 10px;
    }
    .navigation .level0.active>a:not(.ui-state-active), 
    .navigation .level0.has-active>a:not(.ui-state-active),
    .navigation .level0.active>a.level-top,
    .navigation .level0.has-active>a.level-top {
        border: none;
    }
    .navigation .level0.parent>.level-top>.ui-menu-icon {
        right: 0;
    }
    
    /* menu brands */
    .nav-3.category-item > a.ui-state-active+ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    
    /* login page */
    .login-container {
        display: flex;
    }
    .login-container .block-customer-login {
        margin: 0 15px 0 0;
    } 
    .login-container .block-new-customer {
        margin: 0 0 0 15px;
    }
    .login-container .block {
        width: 100%;
    }

    
    /* search box dropdown */
    .search-dropdown .dropdown-toggle:before {
        content: '';
        background: url(../images/icon-search.svg) no-repeat center center/ 23px auto transparent;
        width: 23px;
        height: 23px;
        display: block;
    }
    .search-dropdown .dropdown-toggle:after {
        display: none;
    }
    .search-dropdown .dropdown-toggle {
        padding: 0;
    }
    .search-dropdown .dropdown-menu.show {
        width: 400px;
        right: 0;
        left: unset !important;
        transform: none !important;
        top: 100% !important;
        padding: 0;
    }
    
    
    /* account page */
    .account.page-layout-2columns-left .sidebar-main,
    .account.page-layout-2columns-left .sidebar-additional {
        width: 25% !important;
        margin: 0 0 15px;
    }
    .account.page-layout-2columns-left .column.main {
        width: 75% !important;
        padding-left: 15px;
    }
    
    
    /* product view */
    .product.info .product.data.items>.item.title {
        border-width: 1px;
        width: auto;
        float: left;
    }
    .product.info .product.data.items>.item.content {
        margin: 49px 0 0 -100% !important;
        border-width: 1px!important;
        float: right;
        width: 100%;
    }
    
}


@media (min-width: 850px){
    
    

    
    /* related/upsell/crossell */
    .block.crosssell {
        padding: 0;
    }
    
    /* checkout page */
    .opc-payment .amcheckout-title {
        margin: 0;
    }
    .checkout-index-index .opc-wrapper.am-opc-wrapper {
        padding: 20px 0;
    }
    

}


@media (min-width: 992px){

    /*Header*/
    .main-header {
        border-top: 3px solid #7dc677;
        margin: 0;
    }
    .header-top {
        padding: 15px 0;
        z-index: 9999;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-top-left {
        flex-basis: 37%;
        max-width: 37%;
    }
    .header-top-left p {
        margin: 0;
    }
    .header-shipping>img {
        display: inline-block;
        float: left;
        margin-right: 8px;
        width: 17px;
    }
    .header-shipping .red-txt {
        color: red;
    }
    .toplinks-wrapper {
        display: flex;
    }
    .header-top .user .group li {
        float: right;
    }
    .header-top .user .group li a:hover {
        color: #bdd683;
    }
    .ammenu-button.-hamburger:before {
        font-size: 3.5rem;
    }

    .ammenu-header-container .header.content {
        top: 60px;
    }

    .main-header .logo img {
        height: 80px;
    }

    .header-content .cart-wrapper {
        bottom: -10px;
    }

    .minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
       background-size: 55px;
        width: 55px;
        height: 55px;
    }

    .minicart-wrapper .action.showcart .counter.qty {
        right: 31px;
        top: 13px;
        background: transparent;
    }

    .header-top-left p {
        color: rgb(140, 130, 121);
    }

    .main-header .right-content .search-box {
        display: none;
    }

    .toplinks-wrapper ul.user {
        display: none;
    }

    nav#ammenu-sidebar {
        z-index: 9999;
    }

    /*Search*/

    .amsearch-input-wrapper .amsearch-button {
        background: url(../images/icon-search2.svg) no-repeat 0 0/23px auto;
        width: 23px;
        height: 23px;
        border: none;
    }

    /*Minicart*/
    .minicart-wrapper .action.showcart .counter-number {
        top: 0;
    }

   /* catalog product grid */
 
    /* catalog product list */
    .page-products .column.main .products-list .product-items {
        margin: 0;
        width: 100%;
    }
    
    /* cart page */
    .cart-container .form.form-cart {
        width: 70%;
    }
    
    /* checkout page */
    .checkout-index-index .opc-wrapper.am-opc-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
        width: 100%;
    }
    
    /* filter product */
    .filter-title {
        display: none;
    }
    .filter-subtitle {
        display: block;
        position: static;
    }
    .filter.active .filter-options, .filter-options {
        background: transparent;
        clear: both;
        display: block;
        overflow: initial;
        position: static;
    }
    #layered-filter-block {
        display: block;
        border: 1px solid #ccc;
        padding: 10px;
    }
    .filter-options-item:last-child {
        border: none;
    }
   
    
    /* footer */

    .footer-bottom .col-lg-4 {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .footer-bottom .col-lg-2 {
        flex: 0 0 18%;
        max-width: 18%;
    }

    .footer-bottom .col-lg-2.f-box1:nth-child(3) {
        flex: 0 0 14%;
        max-width: 14%;
    }

    .footer-bottom .col-lg-2.f-box1.f-payment {
        flex: 0 0 14%;
        max-width: 14%;
    }

    .f-contact li:nth-child(1) img {
        margin: 0 9px 0 0;
    }

    .f-phone {
        margin-right: 14px;
    }

    .f-contact .fa.fa-envelope {
        margin: 0 16px 0 2px;
    }

    .f-contact .fa.fa-map-marker {
        margin: 0 14px 0 2px;
    }

    
    /* breadcrumbs */
    .catalog-product-view .breadcrumbs {
        max-width: 970px;
    }
    
    
    /* main menu desktop */
    .sections.nav-sections .level0.level-top>a {
        padding: 0 16px;
    }
    .sections.nav-sections .category-item a {
        font-size: 1.4rem;
    }
    .sections.nav-sections .level0.level-top>a {
        font-size: 1.4rem;
    }


    
    
    /* layout */
    .page-layout-2columns-left .sidebar-main,
    .page-layout-2columns-right .sidebar-main {
        width: 27.833333%;
    }
    .page-layout-2columns-left .column.main,
    .page-layout-2columns-right .column.main {
        width: 72.166667%;
    }
    .page-layout-2columns-right .sidebar.sidebar-additional {
        width: 27.833333%;
        padding-left: 2%;
    }
    .page-layout-2columns-left .sidebar.sidebar-additional {
        width: 27.833333%;
        padding-right: 2%;
    }
    .page-products .columns {
        padding-top: 0;
        display: block;
    }

    .categorypath-portfolio .columns {
        display: none;
    }

    /* container */
    .page-main {
        max-width: 970px;
    }
    
}



@media (min-width: 1200px) {

    /*Header*/

    .header-text-logo {
        display: block;
    }

    .header-text-logo h2 {
        font-size: 2rem;
        line-height: 1.25;
        margin-bottom: 5px;
    }

    .header-text-logo p {
        color: #71ba6b;
        line-height: 1.5;
    }

    .middle-content {
        position: relative;
        top: 15px;
    }

    .ammenu-items .ammenu-item.category-item:hover .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-list a {
        padding: 0 0 0 15px !important;
    }

    .ammenu-items .ammenu-item.category-item:hover .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-list a:hover {
        color: #bdd683 !important;
        text-decoration: none;
        padding: 0 0 0 15px !important;
    }

    .ammenu-items .ammenu-item.category-item:hover .ammenu-submenu-wrapper 
    .ammenu-submenu-block .ammenu-category-tree a.-parent:hover {
        padding: 0 !important;
    }

    .ammenu-items .ammenu-item.category-item:hover .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-link span.ammenu-text {
        padding-top: 0;
    }

    .ammenu-item .ammenu-submenu-wrapper {
        padding-top: 20px;
    }

    .ammenu-items .ammenu-item.category-item:hover .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-list li a::before{
        font-family: 'fontawesome';
        content: '\f0da';
        font-size: 1rem;
        margin-right: 5px;
    }

    .middle-content .ammenu-category-columns.-col-4 .ammenu-column {
        width: calc(100% / 3);
        padding-bottom: 10px;
        padding-right: 0 !important;
    }

    .ammenu-category-columns .ammenu-column:not(:last-child) {
        padding-right: 0;
        padding-bottom: 10px;
        width: calc(100% / 2);
    }

    .toplinks-wrapper ul.user {
        display: block;
    }

    .cms-home .ammenu-items .ammenu-item.category-item a.-current,
    .page-products .ammenu-items .ammenu-item.category-item:nth-child(1) a.-current,
    .blog-page .ammenu-items .ammenu-item.category-item:nth-child(1) a.-current {
        background: #fff !important;
        border-color: transparent !important;
    }

    .ammenu-items .ammenu-item.category-item a:hover,
    .ammenu-items .ammenu-item.category-item a.-current,
    .ammenu-items .ammenu-item.category-item:nth-child(1) a.-current:hover,
    .cms-home .ammenu-items .ammenu-item.category-item a.-current:hover {
        color: #000;
        background: #bdd683 none repeat scroll 0 0 !important;
        border: 1px solid #70ba6d !important;
        border-radius: 17px;
        padding: 0 !important;
    }

    .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree a:hover {
        background: transparent !important;
        border: none !important;
        color: #bdd683 !important;
    }

    .ammenu-link span.ammenu-text {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 4px;
        padding-bottom: 4px;
        line-height: 1.5;
        display: inline-block;
        font-weight: 300;
        font-family: 'Sarabun',sans-serif;
    }

    .ammenu-items .ammenu-item .ammenu-link {
        padding: 0 !important;
        -webkit-animation: none;
        animation: none;
        border: 1px solid;
        border-color: transparent;
    }

    /*Search*/

    .amsearch-wrapper-block {
        width: 300px;
    }
    
    /* catalog product grid */
     .page-products .products.wrapper.products-grid .item {
        width: 25%;
        padding: 0 12px;
        margin: 0 0 25px;
    }
    .page-products .column.main .product-items {
        margin: 0 0 0 -12px;
        width: calc(100% + 24px);
    }

    .products-grid .product-item-info:hover .product-item-inner  {
        opacity: 1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    
    
    /* breadcrumbs */
    .catalog-product-view .breadcrumbs {
        max-width: 1140px;
    }
    
    /* sidebar catalog product */
    .page-layout-2columns-left .sidebar.sidebar-additional,
    .page-layout-2columns-right .sidebar.sidebar-additional {
        width: 24.833333%;
    }
    
    /* wishlist page */
    .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
        width: calc((100% / 4) - 20px) !important;
    }
    .form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info {
        padding: 10px !important;
    }
    
    
    /* checkout page */
    .checkout-index-index .opc-wrapper.am-opc-wrapper {
        grid-gap: 30px;
    }
    
    
    /* related/crossell/upsell */
    .block.related .product-item-details {
        position: unset;
    }
    .related .product-item-info .product-item-actions,
    .upsell .product-item-info .product-item-actions, 
    .crosssell .product-item-info .product-item-actions {
        position: absolute;
        top: 0;
        right: 0;
        left: unset;
        margin: 0;
        text-align: center;
        box-shadow: none;
        background: transparent;
        border: none;
        opacity: 0;
        transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        padding: 0;
        z-index: 1;
    }
    .related .product-item-info:hover .product-item-actions,
    .upsell .product-item-info:hover .product-item-actions,
    .crosssell .product-item-info:hover .product-item-actions {
        opacity: 1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    
    
    /* header */
    .header-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-header .logo img {
        margin: 0;
        height: 80px;
    }

    .header-content a.logo {
        float: left;
    }

    .header-text-logo {
        float: left;
        margin: 10px 0 0 20px;
    }

    .header-content .left-content {
        flex-basis: 25%;
        max-width: 25%;
    }

    .header-content .right-content {
        position: relative;
        top: 18px;
        right: unset;
    }

    .header-content .cart-wrapper {
        bottom: 8px;
    }

    .cart-wrapper {
        margin: 0 0 0 15px
    }
    .h-social {
        display: flex;
        align-items: center;
    }
    
    
    /* main menu desktop */
    .ammenu-category-tree .ammenu-title.-parent:hover, .ammenu-category-tree .ammenu-list>.ammenu-item .ammenu-link:hover, .ammenu-category-tree .ammenu-list>.ammenu-item .ammenu-link.-current {
        text-decoration: none !important;
    }
    .ammenu-list>.ammenu-item .ammenu-link.-current {
        color: #7dc677 !important;
    }
    .sections.nav-sections .category-item a {
        font-size: 1.4rem;
    }
    .sections.nav-sections .level0.level-top>a {
        font-size: 1.4rem;
    }
    .ammenu-nav-sections {
        background: transparent;
    }
    .ammenu-menu-wrapper .ammenu-main-container {
        background: transparent !important;
        padding: 0 !important;
    }

    .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
        max-width: inherit;
        border-radius: 0;
        border-bottom: 3px solid #498954;
        top: 40px;
        max-height: fit-content;
    }
    .ammenu-nav-sections .ammenu-title.-parent {
        margin: 0;
        font-size: 1.4rem;
    }
    .ammenu-category-tree .ammenu-list>.ammenu-item .ammenu-link {
        padding: 0 0 0 15px !important;
    }
    .ammenu-category-tree .ammenu-item .ammenu-icon-block.-toggle {
        margin: 0 0 0 25px;
    }
    .ammenu-category-tree .ammenu-item .ammenu-icon-block.-toggle {
        margin: 0;
        position: absolute;
        right: -15px;
    }
    .ammenu-category-tree .ammenu-title.-parent:hover,
    .ammenu-category-tree .ammenu-list>.ammenu-item .ammenu-link:hover,
    .ammenu-category-tree .ammenu-list>.ammenu-item .ammenu-link.-current {
        text-decoration: underline;
        background: transparent !important;
        border: none !important;
    }
    
    
    /* layout */
    .page-layout-2columns-left .sidebar-main,
    .page-layout-2columns-right .sidebar-main{
        width: 24.833333%;
    }
    .page-layout-2columns-left .column.main,
    .page-layout-2columns-right .column.main {
        width: 75.166667%;
    }
    
    /* container */
    .container {
        max-width: 1140px !important;
    }
    .page-main {
        max-width: 1140px;
        padding: 30px 0;
    }
    

    /*Footer*/

    .f-contact p {
        padding: 0;
    }

}


@media (min-width: 1400px) {
    
    /* header */
    .welcome {
        display: block;
    }

    .header-content .left-content {
        flex-basis: 30%;
        max-width: 30%;
    }
    
    /* main menu desktop */

    .level0.nav-2 .submenu {
        min-width: 310px !important;
        top: 40px !important;
    }

    .level0.nav-3 .submenu {
        min-width: 480px !important;
    }

     /* breadcrumbs */
    .catalog-product-view .breadcrumbs {
        max-width: 1380px;
    }
    
    /* container */
    .container {
        max-width: 1380px !important;
    }
    .page-main {
        max-width: 1380px;
    }

}



@media (min-width: 1600px) {
    
    /* header */
    .search-box .dropdown-search {
        left: -10% !important;
    }

    
}



@media (min-width: 1850px) {
    
    /* header */
    .search-box .dropdown-search {
        left: -15% !important;
    }

    
}


@media (min-width: 2560px) {
    
    /* header */

    
}