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


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

@font-face {
    font-family: 'Kanit';
    src: url('../fonts/kanit-webfont.woff2') format('woff2'),
         url('../fonts/kanit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/sarabun-regular.woff2') format('woff2'),
         url('../fonts/sarabun-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-400.woff2') format('woff2'),
         url('../fonts/Roboto-400.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Supermarket';
    src: url('../fonts/supermarket-webfont.woff2') format('woff2'),
         url('../fonts/supermarket-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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,
.amform-form .action.primary:disabled,
.amform-parent .action.primary:disabled {
    background: #111568;
    font-family: 'Roboto','Kanit',sans-serif;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    border-radius: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;

}
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
{
    background: #000;
    color: #fff;
}
a,
a:visited, 
.alink:visited {
	outline: none !important;
    color: #000;
}
a:hover,
a:active {
    color: #111568;
    cursor: pointer;
}
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;
}
.visible-xs {
    display: block;
}
.hidden-xs img,
.visible-xs img {
    width: 100%;
}


/* container */
.container {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.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;
}
.page-wrapper {
    overflow-x: unset;
}


/* 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;
}



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



/* breadcrumbs */
.breadcrumbs {
    display: block;
    padding: 30px 0;
    max-width: unset;
}
.cms-home .breadcrumbs {
    display: none;
}
.page-title {
    font-weight: 500;
    text-transform: unset;
}
.post-sharing-bottom .share-elements .icon-wrapper .label {
    padding: 0 20px 0 0 !important;
}
.blog-post-view .post-nextprev .nextprev-link span {
    font-family: 'Roboto', 'Kanit', sans-serif;
    font-size: 1.5rem !important;
}
.blog-post-view .post-nextprev .nextprev-link {
    font-size: 1.5rem !important;
    font-family: 'Roboto', 'Kanit', sans-serif;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
}
body.category-about-us h1#page-title-heading {
    display: none;
}
.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 {
    color: #111568;
}
.catalog-product-view .breadcrumbs {
    padding: 30px 15px 0;
}


/* header */
.ammenu-button.-hamburger:before {
    content: '\e609';
    font-family: luma-icons;
    font-size: 2.5rem;
    border: 0;
}
.page-header.amsearch-full-width.-opened .header.content {
    height: auto;
}
.main-header .bottom-bar {
    background-color: #00034A;
    padding: 5px 0;
}
.header.content {
    padding: 0;
}
.main-header .logo img {
    margin: auto;
    width: 80px;
}
.header-content .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-content .toplinks-wrapper {
    display: none;
    font-family: 'Roboto','Kanit',sans-serif;
    text-transform: uppercase;
}
.user-toggle:hover:before {
    opacity: 0.8;
}
.toplinks-wrapper ul {
    padding: 5px 10px;
    font-family: 'Roboto','Kanit',sans-serif;
    box-shadow: 3px 4px 4px 0 rgb(0 0 0 / 30%);
    font-size: 1.4rem;
    width: max-content;
}
.wishlist-header {
    position: absolute;
    right: 20px;
    top: -28px;
}
.toplinks-wrapper .user-toggle.btn {
    background-color: transparent;
    padding: 0 !important;
    display: flex;
    align-items: center;
    color: #000;
}
.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: #111568;
    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;
}
.welcome {
    color: #fff;
    display: none;
}
.top-bar {
    background: #000;
    color: #fff;
    font-family: 'Roboto','Kanit',sans-serif;
    display: none;
    padding: 10px 0;
}
.top-bar .container {
    text-align: center;
}
.top-message a {
    color: #fff;
}
.top-message a:hover {
    text-decoration: underline;
}
.toplinks-wrapper .links {
    display: flex;
    align-items: center;
}
.header-content .wishlist img {
    width: 25px;
}
.currency-wrapper .label.switcher-label {
    display: none;
}
.main-header .dropdown .mage-dropdown-dialog {
    min-width: 80px;
    left: -10px;
}
.ammenu-header-container.page-header {
    min-height: unset;
    position: absolute;
    top: 25px;
}
div#switcher-language-nav .switcher-options {
    display: flex;
    border: 1px solid #1E2381;
}
div#switcher-language-nav .action:hover {
    background: #1E2381;
    cursor: pointer;
}
div#switcher-language-nav div#switcher-language-trigger-nav {
    background-color: #1E2381;
}

div#switcher-language-nav .action {
    padding: 10px 15px;
}

div#switcher-language-nav .switcher-options a, div#switcher-language-nav .switcher-options span {
    color: #fff;
    text-transform: uppercase;
}
.language-wrapper img {
    width: 25px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 0 0 5px;
}
.language-wrapper .view- {
    display: flex;
    align-items: center;
}
.toplinks-wrapper a {
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}
.toplinks-wrapper a:hover,
.toplinks-wrapper .user-toggle:hover span {
    text-decoration: underline;
}
.toplinks-wrapper .login span:before,
.toplinks-wrapper .logout span:before {
    content: '';
    background: url(../images/icon/icon-login.svg) no-repeat 0 0/20px auto;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.toplinks-wrapper .register span:before,
.toplinks-wrapper .my-account span:before {
    content: '';
    background: url(../images/icon/icon-user.svg) no-repeat 0 0/20px auto;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.toplinks-wrapper span {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    width: max-content;
    font-size: 1.5rem;
    font-family: 'Roboto','Kanit', sans-serif;
}
.main-header .bottom-bar .additional .additional-compare a.h-compare:before {
    content: '';
    background: url(../images/icon/icon-compare-white.svg) no-repeat 0 0 / 30px auto;
    width: 30px;
    height: 25px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.header-content .additional a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-content .h-wishlist:before {
    content: '';
    background: url(../images/icon/icon-favorite-red.svg) no-repeat 0 0/30px auto;
    width: 30px;
    height: 30px;
    display: block;
}
.additional-quote a.h-quote:before{
    content: '';
    background: url(../images/icon/icon-quotation.svg) no-repeat 0 0/30px auto;
    width: 30px;
    height: 30px;
    display: block;
}
.additional-quote a.h-quote:hover:before {
    opacity: 0.8;
}
.additional-quote a.h-quote span{
    display: none;
}

.message-topbar b {
    font-weight: 500;
}
.message-topbar span {
    font-weight: 300;
    margin: 0 0 0 10px;
}

.header-content .container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.header-content .container .middle-content {
    order: 1;
}
.header-content .container .left-content {
    order: 2;
}
.header-content .container .right-content {
    order: 3;
}
.header-content .container .right-content .additional-wish {
    display: none;
}
.main-header .bottom-bar .toplinks-wrapper {
    display: none;
}
.main-header .bottom-bar .additional .additional-compare {
    display: none;
}
.main-header .bottom-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-content .right-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ammenu-button.-hamburger {
    color: #000 !important;
    margin: 0;
    padding-left: 0 !important;
}


/* sticky header */
.main-header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 3;
}
.ammenu-nav-sections.-topmenu.-sticky {
    min-height: unset;
}



/* search box */
.amsearch-form-block {
    position: relative;
    justify-content: center;
}
.amsearch-wrapper-block {
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 2;
}
.amsearch-button.-search {
    font-size: 0 !important;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 0 0 -20px;
}
.amsearch-button.-search:before {
    background: url(../images/icon/icon-search-blcak.svg) no-repeat center center/25px auto;
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    filter: brightness(0);
}
.amsearch-button.-search:hover {
    background: transparent;
    opacity: 0.5;
}
.amsearch-button.-search:hover:before {
    filter: brightness(10);
}
.amsearch-input-wrapper .amsearch-input {
    border: 1px solid #E9DFEA;
    padding: 0 25px;
    font-size: 1.3rem;
    font-family: 'Roboto','Kanit',sans-serif;
    width: 100%;
    color: #000;
    height: 40px;
    border-radius: 3px;
}
input.amsearch-input::placeholder {
    color: #000 !important;
}
.main-header .bottom-bar .container .search-box {
    max-width: 100%;
    width: 100%;
    margin: 0 15px 0 0;
}
.amsearch-input-wrapper.-typed .amsearch-input {
    padding: 0 25px;
}
.amsearch-input-wrapper .amsearch-button.-loupe, 
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
    background: url(../images/icon/icon-search.svg) no-repeat center center/20px auto;
    right: 15px;
    opacity: 1;
    left: unset;
    height: 100%;
}
.amsearch-overlay-block {
    display: none !important;
}
.amsearch-input-wrapper .amsearch-input:focus {
    border: 1px solid #E9DFEA;
}
.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;
    z-index: 1;
}
.amsearch-products-section.-list .amsearch-image {
    max-width: 80px;
}
.amsearch-input-wrapper .amsearch-button.-close {
    right: 45px;
}
.bottom-bar .container .search-box .amsearch-input-wrapper .amsearch-button {
    background-color: #111568 !important;
    height: 36px !important;
    right: 2px !important;
    margin: auto !important;
    padding: 0 25px !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/icon-search-black.svg) no-repeat 0 0/25px auto;
    width: 25px;
    height: 25px;
    border: none;
}
.search-box .dropdown-toggle:hover:after {
    filter: invert(1) brightness(0.8);
}
.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 5px !important;
    box-shadow: none;
}
.search-box .dropdown-search {
    background-color: transparent;
    border: none;
    left: -120px !important;
    transform: translate3d(-125px, 35px, 0px) !important;
}
.h-social {
    display: none;
    align-items: center;
}
.h-social a:hover {
    opacity: 0.5;
}
.h-social img {
    width: 25px;
    margin-right: 10px;
}
.top-message img {
    width: 100%;
    margin: 0 5px 0 0;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: 100%;
}

section.amsearch-description .product.actions.product-item-actions {
    display: flex;
}
section.amsearch-description .product.actions.product-item-actions .actions-secondary {
    display: flex;
    flex-direction: row-reverse;
}
.actions-secondary .amsearch-button.-compare {
    background-image: url(../images/icon/icon-compare-grey.svg) no-repeat center center / 25px auto;
    width: 25px;
    height: 25px;
    margin: 0 5px;
}
.actions-secondary .amsearch-button.-wishlist {
    background-image: url(../images/icon/icon-favorite-grey.svg) no-repeat center center / 25px auto;
    width: 25px;
    height: 25px;
}



/* search result */
.amsearch-products-section .amsearch-product-list {
    width: 100%;
}
.amsearch-products-section .amsearch-item:hover {
    background: #f4f5fa;
}
.amsearch-highlight {
    color: #111568;
}
.amsearch-products-section .product-item-details {
    min-height: unset;
}
.amsearch-result-section {
    min-width: 100%;
    margin: 0;
}
.amsearch-result-section .price-box .price {
    font-size: 1.5rem;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
    flex-direction: row-reverse;
}
.amsearch-products-section .product-item [data-role='priceBox'] > span {
    flex: auto;
    margin: 0 10px 0 0;
}
section.amsearch-description .price-container .price-including-tax+.price-excluding-tax {
    width: max-content;
    padding: 5px 10px;
}



/* main menu mobile */
.ammenu-menu-title {
    padding: 5px 0 10px;
}
.ammenu-tabs-list .ammenu-button.-active {
        background: #111568 !important;
    color: #fff !important;
    font-weight: 300;
}
.ammenu-tabs-list .ammenu-button{
    font-weight: 300 !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: #111568;
}
.nav-sections-item-title {
    font-family: 'Roboto','Kanit',sans-serif;
    background: #fff;
    border: none;
}
.nav-sections-item-title.active {
    background: #111568;
}
.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: #111568;
}
.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;
}
.navigation .all-category a {
    color: #111568;
}
.navigation .level0.active>a:not(.ui-state-active), 
.navigation .level0.has-active>a:not(.ui-state-active) {
    border-color: #111568;
}
.navigation span {
    font-weight: 400;
}
.navigation .parent > a .ui-menu-icon:after {
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.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;
}
.navigation .parent .level-top:after {
    content: '' !important;
}
.section-item-content .main-header {
    display: none;
}
.nav-sections .header.links a:hover {
    color: #111568;
}
.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 {
    padding: 10px 0 !important; 
    min-height: unset;
    font-family: 'Roboto','Kanit',sans-serif;
    text-transform: uppercase;
    height: 40px;
    border: none;
    font-weight: 400;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root>.ammenu-item .ammenu-items {
    padding: 0 0 0 15px;
}
.ammenu-nav-sections.-sidebar.-opened {
    background: #fff !important;
}
.ammenu-menu-wrapper .ammenu-text-block{
    font-weight: 400;
}

.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:first-child span.ammenu-text {
    color: #000;
}
.ammenu-account-section .ammenu-icon-block.-toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 40px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root>.ammenu-item:first-child>.ammenu-link.-current {
    color: #000 !important;
}



/* 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;
}
.owl-carousel.owl-theme .owl-nav .owl-prev:before {
    opacity: 1;
    content: '';
    background: url(../images/icon/icon-arrow-left-white.svg) no-repeat center center/20px auto;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    margin: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-next:before {
    opacity: 1;
    content: '';
    background: url(../images/icon/icon-arrow-right-white.svg) no-repeat center center/20px auto;
}
.owl-carousel.owl-theme .owl-nav div {
    background-color: #BCBCBC;
    border-radius: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    transform: translateY(-50%);
    border-radius: 100%;
}
.owl-carousel.owl-theme .owl-nav div:hover {
    background-color: #111568;
}
.owl-carousel.owl-theme .owl-nav div:before {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
    display: none;
}
.owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: #BCBCBC;
    margin: 0 5px;
    width: 8px;
    height: 8px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover {
    background-color: #000066;
}



/* 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%;
    margin: 0 0 30px;
    padding: 0 8px;
}
.products-grid .product-item-info {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
}
.product-image-container {
    display: block;
    margin: auto;
}
.products-grid .product-item-info:hover {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    z-index: 1 !important;
}
.products-grid .product-item .product-item-info:hover .product-item-inner {
    box-shadow: none;
    border: none;
    margin: 0;
}
.products.wrapper.products-grid .item {
    float: none;
}
.product-item-name {
    margin: 10px 0 0;
    font-family: 'Roboto','Kanit',sans-serif;
}
.product-item-info .product-item-name a {
        color: #000;
    font-family: 'Roboto', 'Kanit', sans-serif;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 20px;
    text-align: start;
    font-weight: 600;
    text-transform: uppercase;
}
.product-item-name a:hover {
    text-decoration: unset;
    color: #111568;
}
.stock.unavailable span {
    color: #BCBCBC;
    font-family: 'Roboto','Kanit',sans-serif;
}
.action.towishlist:hover:before,
.action.tocompare:hover:before {
    color: #111568;
}
.products-grid .product-item-details {
    min-height: 143px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-products .products-grid .product-item-inner:before {
    display: none;
}
.products-grid .product-item .price-box {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    line-height: 1;
    font-family: 'Roboto','Kanit',sans-serif;
    width: 100%;
    height: 81px;
}
.products-grid .product-item-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.products-grid .product-item-inner {
    padding: 15px 0 0;
    margin: 0;
    position: unset;
    width: 100%;
    align-self: flex-end;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    padding: 15px 0 0;
    margin: 0;
    box-shadow: none;
    position: unset;
    overflow: visible;
    width: 100%;
    height: auto;
    align-self: flex-end;
    z-index: 1;
}

.product-item-info .product-item .old-price {
    margin: 0;
}
.product-item-actions .actions-secondary .action.towishlist:before {
    content: '';
    background: url(../images/icon/icon-favorite-grey.svg) no-repeat center center/25px auto;
    width: 25px;
    height: 25px;
}
.product-item-actions .actions-secondary .action.towishlist:hover:before {
    background: url(../images/icon/icon-favorite-red.svg) no-repeat center center/25px auto;
}
.product-item-actions .actions-secondary .action.towishlist span {
    width: auto;
    height: auto;
    overflow: visible;
    position: unset;
    font-family: 'Roboto','Kanit',sans-serif;
    color: #ABABAB;
    font-size: 1.2rem;
    font-weight: 300;
    display: none;
}
.product-item-actions .actions-secondary .action.tocompare:before{
    content: '';
    background: url(../images/icon/icon-compare-grey.svg) no-repeat center center / 25px auto;
    width: 25px;
    height: 25px;
    margin: 0 5px;
}
.product-item-actions .actions-secondary .action.tocompare:hover:before{
    filter: invert(45%) sepia(90%) saturate(6083%) hue-rotate(346deg) brightness(100%) contrast(115%);
}
.products-grid .product-item-actions button.tocart {
    background: #111568;
    padding: 10px 0 !important;
    height: auto;
    width: 100%;
    color: #fff;
}
.products-grid .product-item-actions .actions-primary {
    width: 100%;
}
.products-grid .product-item-actions button.tocart:hover {
    background: #BCBCBC;
    color: #fff;
}
.products-grid .product-item-actions button.tocart span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

.products-grid .product-item-actions button.tocart:hover span:before {
    filter: brightness(10);
}
.product-item-actions .actions-primary+.actions-secondary>.action {
    width: 100%;
    line-height: 1;
}
.product-item-actions .actions-primary+.actions-secondary>.action:hover span {
    color: #111568;
}

.product-item .swatch-option.text {
    font-size: 1.2rem;
    padding: 5px 10px;
}
.product-item-inner .control.qty-change {
    display: flex;
    align-items: center;
}
.product-item-inner .control.qty-change button {
    background: transparent;
    color: #000;
    font-weight: 600;
    font-size: 1.8rem !important;
    padding: 0 15px !important;
    border: 1px solid #EAEAEA !important;
}
.product-item-inner .control.qty-change button.decreaseqty {
    border-radius: 5px 0 0 5px;
}
.product-item-inner .control.qty-change button.increaseqty {
    border-radius: 0 5px 5px 0;
}
.product-item-inner .control.qty-change input {
    width: 35px;
    text-align: center;
    border: solid #EAEAEA;
    border-width: 1px 0;
    border-radius: 0;
}
.page-products .products-grid .product-item-actions {
    justify-content: center;
}

.product-item-actions .actions-primary>.stock.unavailable {
        padding: 0;
    height: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}

.products-grid .price-box .special-price {
    margin-right: 0;
}

.product-item .product-reviews-summary .reviews-actions {
    display: none;
}
.product-reviews-summary.empty:before {
    content: '';
    display: block;
    height: 20px;
    width: 100px;
    background: url(../images/icon/rating-blank.svg) no-repeat 0 0 / 100px auto;
    vertical-align: middle;
    z-index: -2;
}
.rating-summary .rating-result::before, .rating-summary .rating-result > span::before, .product-reviews-summary .rating-summary .rating-result:before {
    content: '';
    background: url(../images/icon/rating-blank.svg) no-repeat 0 0 / 100px auto;
    height: 20px;
}
.review-ratings .rating-summary .rating-result > span::before, .account .rating-summary .rating-result > span::before, .product-reviews-summary .rating-summary .rating-result > span:before {
    content: '';
    background: url(../images/icon/rating.svg) no-repeat 0 0 / 100px auto;
}
.product-reviews-summary .rating-summary .rating-result {
    width: 100px;
}
.products-grid .product-reviews-summary {
    margin: 0 0 5px;
}



/* 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 span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-list .product-item-actions .actions-primary form {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.products-list .product-item-actions button.tocart {
        background: #111568;
    font-weight: 300;
    color: #fff;
}
.products-list .product-item-actions button.tocart:hover {
    background: #BCBCBC;
    color: #fff;
}

.products-list .product-item-actions button.tocart:hover span:before {
    filter: brightness(10);
}
.products-list .product-item-info .product-item-name a {
    text-align: left;
}
.products-list .product-item-actions .actions-secondary {
    display: block;
}
.products-list .product-item-actions .actions-secondary>.action {
    text-align: left;
    margin: 20px 0;
}
.products-list .actions.product-item-actions {
    display: flex;
    align-items: center;
}
.products-list .actions.product-item-actions .actions-primary {
    margin: 0 15px 0 0;
}



/* quick view */
.product-item-info .amquickview-hover {
    background-color: #BCBCBC;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: unset;
    top: 0;
    right: 0;
    transform: unset;
    opacity: 1;
}
.product-item-info .amquickview-hover:hover {
    background-color: #111568;
}
.product-item-info .amquickview-hover:hover a {
    
}
.product-item-info .amquickview-hover a {
    font-size: 0;
    background: url(../images/icon/icon-search.svg) no-repeat center center/25px auto;
    width: 50px;
    height: 50px;
    padding: 25px;
}
.product-item-info .amquickview-hover img.am-quickview-icon {
    display: none !important;
}
.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: #eee;
}
.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;
}
.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: #111568;
    color: #fff;
    padding: 5px 15px;
    font-family: 'Roboto','Kanit',sans-serif;
}
.sidebar.sidebar-additional .block .block-title strong {
    font-weight: 400;
}
.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;
    display: none;
}
.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;
}
.sidebar .product-item-info .product-item-name a {
    text-align: left;
}




/* 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;
    font-family: 'Roboto','Kanit',sans-serif;
}
.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;
    padding: 0 40px 10px 10px;
    border-bottom: 1px solid #ccc;
    font-family: 'Roboto','Kanit',sans-serif;
    font-size: 1.5rem;
    margin: 0;
}
.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: ')';
}
.filter-options-content .item a:hover,
.filter-options-content .item a:hover .count,
.filter-options-content .items.-am-singleselect .amshopby-link-selected, 
.filter-options-content .swatch-option.selected+.am-shopby-swatch-label,
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count, 
.filter-options-content .swatch-option.selected+.am-shopby-swatch-label .count {
    color: #111568;
}
.catalog-topnav.amasty-catalog-topnav {
    display: none;
}
.filter-options-item .filter-options-content .am-shopby-form {
    margin: 0 0 -15px;
}
.filter-actions .filter-clear,
.filter-actions .filter-clear:focus, 
.filter-actions .filter-clear:active {
    color: #fff;
    background-color: #000;
    display: block;
    text-align: center;
    font-family: 'Roboto','Kanit',sans-serif;
    padding: 5px 0;
    border-radius: 3px;
}
.filter-actions .filter-clear:hover {
    background-color: rgb(0 0 0 / 70%);
    color: #fff;
}
.filter-options .am-filter-go {
    background-color: #000;
    font-family: 'Roboto','Kanit',sans-serif;
}
.filter-options .am-filter-go:hover {
    background-color: rgb(0 0 0 / 70%);
}
.am-filter-items-color .swatch-option {
    float: none;
    margin: 0;
}
.amshopby-input-wrapper .amshopby-currency {
    bottom: 10px;
}
.filter-options-item {
    border-color: #eee;
}



/* 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: #111568;
    border-color: #111568;
    box-shadow: none;
}
.modes-mode:before,
.modes-mode:hover:before {
    color: #fff;
}
.modes-mode:hover {
    background: #111568;
    border-color: #111568;
}
.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: #111568;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
}
.pages a.page:hover,
.pages a.page:visited:hover {
    background: #111568;
    color: #fff;
}
.pages a.page, 
.pages a.page:visited {
    color: #111568;
    padding: 0 10px;
    border-radius: 3px;
}
.pages .item {
    margin: 0 2px;
}



/* product view */
.product-info-main .product-info-stock-sku{
    width: 100%;
}

.product-info-main .product-info-stock-sku .stock.unavailable span {
    color: #ff0000;
}
.product-add-form .box-tocart .action.tocart span {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-info-main .product-add-form .fieldset {
    display: flex;
    flex-wrap: wrap;
}
.product-info-main .product-add-form .field.qty {
    display: flex;
    align-items: center;
    margin: 0 15px 0 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;
    font-weight: 300;
    background-color: rgb(0 4 74);
}
.product-add-form .box-tocart .action.tocart:hover {
    background-color: #EF3638;
    color: #fff;
}
ol.post-list a.action.primary {
    background-color: #111568;
}
ol.post-list a.action.primary:hover {
    background-color: #000;
}
.product-info-main .product-add-form .box-tocart .field.qty label {
    margin-bottom: 0;
}
.product-info-main .product.attribute.sku .type:after {
    content: '';
}
.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;
    font-family: 'Roboto','Kanit',sans-serif;
    letter-spacing: normal;
}
.product-info-main .product-addto-links a.action:hover {
    color: #111568;
}
.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-price .price-box .special-price .price-container .price,
.product-item .price-box .special-price .price,
.price-box .special-price .price {
    color: #EE3D35;
    font-weight: 600;
    font-size: 2rem;
}
.product-info-price .price-box .price-container .price,
.product-item .price-box .price,
.price-box .price {
    color: #000;
    font-family: 'Roboto','Kanit',sans-serif;
    font-weight: 600;
    font-size: 2rem;
}
.price-box .old-price .price {
    color: #000;
    font-weight: 300;
    font-size: 1.5rem;
}
.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.info .product.data.items>.item.title a {
    font-family: 'Roboto','Kanit',sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    z-index: unset;
}
.product-info-main .product-info-price .price-box span.price-container {
    display: flex;
    flex-direction: column;
}
.catalog-product-view .breadcrumbs .items .item:nth-child(2) a {
    white-space: pre-line;
    height: 25px;
    line-height: 0.55;
    overflow: hidden;
    width: auto;
}
.catalog-product-view .breadcrumbs .items .item:nth-child(2) {
    padding: 0 0 0 20px;
}
.product.data.items>.item.title.active a {
    color: #000 !important;
}
.product.data.items>.item.title.active {
    background-color: #f7f7f7;
}
.product.data.items>.item.title {
    background-color: #fff;
}
.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;
}
.product.info .tablepress tbody td {
    border: solid 1px;
    border-color: #000;
}
.product.info .product.data.items #reviews {
    border-bottom: 1px solid #e1e1e1 !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: #111568;
}
.review-form .action.submit.primary {
    background: #111568;
    font-weight: 400;
        color: #fff;
}
.product-info-main .product-info-price .price-box {
    display: flex;
    flex-direction: column-reverse;
}
.product-info-main .product-info-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 1.5rem !important;
    font-weight: 300;
}
.product-info-main .price-box .price-including-tax:after {
    position: unset;
}
.product-info-main .product-info-price .price-box .special-price .price-container .price {
    font-size: 2.5rem;
}
.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: #EAEAEA;
    width: 40px;
    height: 40px;
}
.control-qty .quantity-controls.quantity-plus {
    background-position: 6px 13px;
    border-radius: 0 3px 3px 0;
    background-size: 14px;
}
.control-qty .quantity-controls.quantity-minus {
    background-position: 6px -49px;
    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 #EAEAEA;
}
.control-qty .quantity-controls:hover {
    background-color: #eee;
}
.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;
}
.swatch-option.disabled {
    border: 1px solid #dadada;
    background: #eee;
    text-decoration: line-through;
}
.swatch-option.disabled:after {
    display: none;
}
.swatch-option.text.selected {
    outline: 1px solid #111568;
}
.swatch-option:focus {
    box-shadow: none;
}
.product-info-main .product-reviews-summary {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.product-info-main .product-reviews-summary.empty .reviews-actions {
    margin: 0 0 0 15px;
}



/* label */
.amlabel-position-wrapper {
    z-index: 1;
}
.product.media .amlabel-text {
    line-height: 3.5 !important;
}




/* 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;
}


/* 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;
    width: 100%;
}
.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 .items {
    display: block;
}
.block-collapsible-nav .item {
    display: block;
    font-family: 'Roboto','Kanit',sans-serif;
}
.block-collapsible-nav .item.current a, 
.block-collapsible-nav .item.current>strong {
    border-color: #111568;
    color: #111568;
}
.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;
    font-family: 'Roboto','Kanit',sans-serif;
}
.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 {
    width: auto;
    margin: 0 0 10px;
}
.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 10px;
    height: auto;
}
.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;
    margin: 0 0 10px;
}
.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: 10px 0;
    padding: 10px;
}
.products-grid.wishlist .product-image-container {
    max-width: 100%;
}
.form-wishlist-items .products-grid.wishlist .product-items {
    display: flex;
    flex-wrap: wrap;
}
.products-grid.wishlist .product-item .price-box {
    justify-content: center;
    padding: 0 10px;
}
.products-grid.wishlist .product-item .tocart {
    width: 100% !important;
    opacity: 1;
    height: 40px !important;
    background-color: #101568 !important;
    border-radius: 0 !important;
}
.products-grid.wishlist .product-item .tocart span {
    display: block !important;
    margin: 0 0 0 10px;
}
.products-grid.wishlist .product-item-info .product-item-inner .actions-primary {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.products-grid.wishlist .product-item .box-tocart .stock {
    height: 40px;
    background-color: #eee;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}




/* 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 span:before {
    filter: brightness(10);
}

.table-comparison .product-item-actions button.tocart span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-comparison .product-item-actions button.tocart {
    padding: 0 10px 0 0 !important;
}
.table-comparison .product-item-actions button.tocart {
    padding: 8px 20px !important;
    line-height: 1;
    margin: 0 10px;
    background: #111568;
    font-weight: 300;
}
.table-comparison .product-item-actions button.tocart:hover {
    background: #000;
    color: #fff;
}
.table-comparison .cell.product.info, .table-comparison .cell {
    text-align: center;
}
.table-comparison .product-item-actions .actions-primary {
    display: inline-block;
    margin: 0 10px;
}
.table-comparison .product-item-name {
    font-size: 1.6rem;
}
.table-comparison .product-item-actions > * {
    display: block;
}
.table-comparison .product-item-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}



/* popup */
.cartquickpro-catalog_product-options .product-social-links {
    display: block;
    float: none;
}
.smcqp-actions .smcqp-btn, 
.smcqp-actions .smcqp-continue {
    background-color: #111568;
}
.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: #111568;
}
.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: #EAEAEA;
    height: 40px;
}
.amcart-confirm-block .product-options-bottom .field {
    display: flex;
    align-items: center;
}
.amcart-confirm-block .product-options-bottom .label {
    margin: 0 10px 0 0;
}
#social-login-popup button.action {
    background: #111568;
    color: #fff;
    width: 100%;
}
#social-login-popup button.action:hover {
    background: #000;
    color: #fff;
}
.amsl-tablist .amsl-title .amsl-link {
    font-family: 'Roboto','Kanit',sans-serif;
    color: #000;
}
.amsl-tablist .amsl-title.active .amsl-link {
    color: #000;
    border-bottom: 1px solid #000;
}
.amsl-login-content .secondary .action.remind {
    color: #000;
}
.amsl-popup-block .amsl-close:hover, 
.amsl-popup-block .amsl-close:active {
    filter: brightness(0);
}
.am-photo-container .amcart-image-success {
    width: auto;
}
div#am-recaptcha-place-order {
    display: none;
}
.amcart-qty-wrap {
    align-items: center;
}
.amcart-qty-wrap>.amcart-control {
    background: transparent;
    border: 1px solid #EAEAEA;
    height: 40px;
}
.amcart-qty-wrap>.amcart-control:hover {
    background: #eee;
}
.amcart-qty-wrap>.amcart-input, 
.amcart-qty-wrap>.amcart-input.input-text.qty {
    margin: 0;
    border-width: 1px 0;
    border-radius: 0;
    border-color: #EAEAEA;
    height: 40px;
}
.amcart-qty-wrap>.amcart-control.-minus {
    border-radius: 3px 0 0 3px;
}
.amcart-qty-wrap>.amcart-control.-plus {
    border-radius: 0 3px 3px 0;
}
.amcart-qty-wrap>.amcart-control.-minus:before {
    content: '';
    background: url(../images/plus-minus.svg) no-repeat transparent;
    background-position: 7px -15px;
}
.amcart-qty-wrap>.amcart-control.-plus:before {
    content: '';
    background: url(../images/plus-minus.svg) no-repeat transparent;
    background-position: 7px 15px;
}



/* 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: #BCBCBC;
}
.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: #000066;
}
.related .owl-carousel.owl-theme .owl-dots,
.upsell .owl-carousel.owl-theme .owl-dots,
.crosssell .owl-carousel.owl-theme .owl-dots {
    bottom: -35px;
}
.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/icon-arrow-left.svg) no-repeat 0 0/20px auto;
    background-position: center;
}
.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/icon-arrow-right.svg) no-repeat 0 0/20px auto;
    background-position: center;
}
.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: -25px;
}
.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;
}
.amrelated-grid-wrapper {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 3;
}
.block.widget.amrelated-grid-wrapper .product-items .product-item {
    width: 100%;
}
.amrelated-grid-wrapper .slick-slider .slick-arrow {
    top: 40%;
    background-color: rgba(0, 0, 0, 0.6) !important;
    height: 50px;
    border-radius: 0;
    opacity: 0;
}
.amrelated-grid-wrapper .product-items.slick-slider:hover .slick-arrow {
    opacity: 1;
}
.amrelated-grid-wrapper .slick-slider .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.4) !important;
}
.amrelated-grid-wrapper .product-items.slick-slider .slick-slide .product-item {
    max-width: 100%;
}




/* 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;
    margin: 0 5px;
}
.cart-container .cart.main.actions .action {
    font-family: 'Roboto','Kanit',sans-serif;
    font-weight: 400;
    display: inline-block;
    color: #fff;
}
.cart-container .cart.main.actions .action:hover {
    background-color: #000 !important;
    color: #fff;
}
.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: 500;
    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: #111568;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 0 10px;
        color: #fff;
}
form#discount-coupon-form button.action.apply:hover {
    background: #000;
    color: #fff;
}
.cart-container .checkout-methods-items .action.primary.checkout:hover {
    background: #101568 !important;
}
.cart-container .form-cart .actions.main {
    text-align: center;
}
.cart-container .checkout-methods-items .action.primary.checkout {
    font-size: 1.7rem !important;
    background: #111;
}
.cart.table-wrapper .action {
    position: unset;
    margin: 0 5px;
    display: flex;
    align-items: center;
}
#shopping-cart-table .actions-toolbar .towishlist:before {
    content: '';
    background: url(../images/icon/icon-favorite-grey.svg) no-repeat center center/18px auto;
    width: 18px;
    height: 18px;
    display: inline-block;
}
#shopping-cart-table .actions-toolbar .towishlist:hover:before {
    background: url(../images/icon/icon-favorite-pink.svg) no-repeat center center/18px auto;
}
#shopping-cart-table .actions-toolbar .towishlist span {
    display: none;
}
.cart.table-wrapper .actions-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.cart.table-wrapper .actions-toolbar>.action-edit:before, 
.cart.table-wrapper .actions-toolbar>.action-delete:before {
    color: #B6B6B6;
}
.cart.table-wrapper .actions-toolbar>.action-edit:hover:before, 
.cart.table-wrapper .actions-toolbar>.action-delete:hover:before {
    color: #111568;
}



/* checkout page */
.checkout-container.am-checkout .authentication-wrapper {
    margin-top: -60px;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
    background: #111568;
    width: 100%;
    height: 40px;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary:hover {
    background: #000;
}
.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 {
    background-color: #f03f3f;
    color: #fff;
}
.checkout-container .authentication-wrapper button:hover {
    background-color: #000;
}
.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;
}
.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;
}
.methods-shipping .table-checkout-shipping-method .amcheckout-items .col-carrier {
    display: none;
}
.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"] {
    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: auto;
    flex-grow: unset;
    flex-basis: auto;
    border: none;
}
#discount-form button.action.action-apply {
    background: #111568;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
}
#discount-form button.action.action-apply:hover {
    background: #000;
    color: #fff;
}
.checkout-index-index .checkout-block:hover {
    box-shadow: 3px 4px 4px 0 rgb(0 4 74 / 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;
    align-items: center;
} */
.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-index-index .opc-block-summary .minicart-items .delete {
    border: none;
}


/* 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;
    display: flex;
    align-items: center;
    color: #727272;
    font-family: 'Roboto','Kanit',sans-serif;
}
.minicart-wrapper .action.showcart .text {
    margin: 0 5px 0 0;
    font-size: 1.5rem;
    text-transform: capitalize;
    position: unset;
    overflow: visible;
    height: auto;
    width: auto;
    font-family: 'Roboto','Kanit',sans-serif;
    color: #000;
    display: none;
}
.header-content .right-content .additional-wish a.h-wishlist {
    font-size: 0;
}
.minicart-wrapper .action.showcart:hover .text {
    color: #111568;
}
.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 {
    background-color: #000;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: 'Roboto','Kanit',sans-serif;
    color: #fff;
    width: 100%;
}
.block-minicart .block-content>.actions a:hover {
    background-color: #111568;
    color: #fff;
}
.minicart-wrapper .product .actions {
    display: flex;
    align-items: center;
}
.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;
}
.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: #111568;*/
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    content: '';
    background: url(../images/icon/cart.svg) no-repeat 0 0/40px auto;
    width: 40px;
    height: 40px;
}
.minicart-wrapper .action.showcart:hover:before, 
.minicart-wrapper .action.showcart.active:hover:before {
    opacity: 0.8;
}
.minicart-wrapper .action.showcart,
.minicart-wrapper .action.showcart.active {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 0 5px;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #EF3638;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    min-width: 20px;
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
    display: flex;
}
.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    line-height: 1;
}
.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;
    font-family: 'Roboto','Kanit',sans-serif;
}
.block-minicart .minicart-items .product-item-details .product-item-name a:hover {
    color: #111568;
}
button#top-cart-btn-checkout {
    font-size: 1.6rem !important;
}
.block-minicart .minicart-items .product-item-details .product-item-pricing {
    position: unset;
}
.minicart-wrapper .action .label {
    display: none;
}
.cart-wrapper .block-minicart .minicart-items .product-item-details .price-container .price {
    color: #000;
    font-weight: 500;
}


/* 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: #111568;
}
.post-view .post-content .post-description .post-ftimg-hld {
    float: none;
    max-width: 100%;
    margin: 0 0 30px;
}
#post-comments * {
    font-family: 'Roboto','Kanit',sans-serif;
}
#post-comments * {
    font-family: 'Roboto','Kanit',sans-serif;
    border-radius: 3px;
}
.sidebar .blog-search .actions .action.search {
    background: #111568;
}
.sidebar .blog-search .actions .action.search:hover {
    background: #000;
}
.sidebar .widget.block-categories ul li a {
    font-weight: 400;
}
.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: #111568;
}
.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-read-more a.post-read:hover {
    background-color: #000 !important;
    border-color: #000 !important;
}
.blog-page-list .post-list .post-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 63px;
}
.blog-post-view ._post-view .post-featured-image {
    display: none;
}
.sidebar .widget.blog-search .action.search:before {
    background-size: 45px;
    width: 35px;
    height: 35px;
    background-position: -5px -13px;
}
.sidebar .widget.blog-search .action.search:hover:before {
    filter: brightness(1);
}


/* footer */
.page-footer {
    background: #fff;
    padding: 0;
    margin: 0;
    border-top: solid #D4D4D4 1px;
    font-family: 'Roboto', 'Kanit', sans-serif;
}
.footer-content .container {
    display: grid;
    grid-gap: 15px;
    padding: 0;
}
.footer-content {
    color: #fff;
    font-family: 'Roboto','Kanit',sans-serif;
    padding: 30px 0;
}
.footer-content a {
    line-height: 1.8;
    font-weight: 300;
    color: #fff;
}
.footer-content a:hover {
    color: #111568;
}
.footer-content .f-left {
    font-family: 'Roboto','Kanit',sans-serif;
}
.f-social .social-icon {
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 0;
    max-width: 320px;
    margin: auto;
}
.footer-content .contact-info a {
    display: flex;
    align-items: center;
    margin: 0 25px 10px 0;
    line-height: 1;
}
.footer-content .social-icon img {
    width: 30px;
    margin: 0 20px 0 0;
}
.f-links {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.footer-content h4 {
    font-weight: 500;
}
.f-links li {
    line-height: 1.7;
    font-size: 1.5rem;
}
.footer-content .contact-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.f-about h2 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 2.5rem;
}
.f-social .contact {
    display: flex;
    align-items: center;
}
.f-social .contact-data a {
    display: block;
    line-height: 1;
    margin: 0 0 0 20px;
}
.f-social .contact-data a.tel {
    font-weight: 400;
    font-size: 2.3rem;
}
.f-social .social img {
    width: 30px;
    margin: 15px 25px 0 0;
}
.footer-content .f-payment p {
    font-weight: 300;
    font-size: 1.2rem;
    margin: 0 0 25px;
}
.footer-content .f-payment h4 {
    margin: 0;
}
.footer-content .social a:hover {
    opacity: 0.6;
}




/* copyright */
.footer-bottom.copy-right {
    text-align: center;
    padding: 10px 0;
    background: #00034A;
}
.copyright-footer a {
    color: #fff;
}
.tsd-logo img {
    filter: brightness(1);
}
.copyright-footer {
    color: #fff;
}




@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){
    
    .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
        display: flex;
        flex-wrap: nowrap;
    }
    .amsearch-products-section.-grid .amsearch-image {
        width: auto;
    }
    .amsearch-products-section .amsearch-description {
        width: 100%;
    }
    .header-content .container .right-content .additional-wish {
        display: flex;
    }
    
    /* 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;
        justify-content: center;
    }
    .page-layout-1column .product-info-main {
        width: 50%;
        float: right;
    }
    .product.data.items {
        margin: 0;
        border: solid #e1e1e1;
        border-width: 0 1px;
    }
    .table-wrapper .col.label {
        width: auto;
        padding: 5.5px 30px 10px 0 !important;
    }
    .product.data.items .item.title a:after {
        display: block;
    }
    .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 .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-content .container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    
    
    /* header */
    .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 {
        padding: 0 15px !important;
    }
    .minicart-wrapper .action.showcart, 
    .minicart-wrapper .action.showcart.active {
        margin: 0 0 0 10px;
    }
    .right-content .additional-quote {
        margin: 0 0 0 10px;
    }


    
    /* 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:before, 
    .minicart-wrapper .action.showcart.active:before {
        margin: 0;
    }
    .amsearch-wrapper-block {
        margin: 0;
    }
    .compare-header {
        display: block;
    }

    /* main menu desktop */
 

    .ammenu-submenu-block.-builder.-root>.ammenu-items-list>.ammenu-item>.ammenu-link {
        font-weight: 400;
    }
    .ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
        position: unset;
    }
    .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 {
        color: #fff;
        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: #111568;
    }
    .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: #111568;
    }
    .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;
    }
    .ammenu-submenu-block.-builder.-root .ammenu-link .ammenu-text {
        max-width: 100%;
        overflow: unset;
    }

    
    /* 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;
        padding: 0;
    }
     .product.info .product.data.items>.item.content {
        margin: 49px 0 0 -100% !important;
        border-width: 1px !important;
        float: right;
        width: 100%;
    }
    .product.info .product.data.items>.item.title a {
        padding: 0 50px 0 25px !important;
    }
    .product.data.items .item.title a:after {
        right: 25px !important;
        top: 0 !important;
    }
}


@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){
    .main-header .logo img {
        width: 100px;
    }
    .header-content .right-content .additional-quote{
        position: relative;
    }
    
    .header-content .right-content .additional-quote:before {
        content: '';
        background: #CDCDCD;
        width: 1px;
        height: 35px;
        left: -15px;
        display: block;
        position: absolute;
        top: 0;
    }
    .header-content .right-content .additional-wish a.h-wishlist {
        font-size:0;
        display: flex;
        align-items: center;
    }
    .header-content .right-content .cart-wrapper {
        position: relative;
    }
    .header-content .right-content .additional-wish {
        margin: 0 20px 0 0;
    }
    .minicart-wrapper .action.showcart .text {
        display: block;
        font-size: 0;
    }
    .header-content .container .left-content {
        order: 1;
    }
    .header-content .container .middle-content {
        order: 2;
    }
    .header-content .container .right-content {
        order: 3;
    }   
    .main-header .bottom-bar .toplinks-wrapper {
        display: block;
    }
    .main-header .bottom-bar .additional .additional-compare {
        display: block;
    }
    .main-header .bottom-bar .additional {
        display: flex;
        align-items: center;
    }  
    .main-header .bottom-bar .container .search-box {
        margin: 0 30px;
    }
    .toplinks-wrapper a:first-child {
        margin: 0 40px 0 0;
    }
    .toplinks-wrapper a:first-child:after {
        content: '';
        width: 1px;
        height: 25px;
        display: block;
        background: #FFF;
        position: absolute;
        right: -20px;
    }
    .main-header .bottom-bar .additional .additional-compare a.h-compare {
        color: #fff;
        width: max-content;
        font-size: 1.5rem;
        font-family: 'Roboto', 'Kanit', sans-serif;
        display: flex;
        align-items: center;
        margin: 0 20px 0 0;
    }
    .main-header .bottom-bar .additional .additional-compare a.h-compare:hover {
        text-decoration: underline;
    }

    .bottom-bar .container .search-box .amsearch-input-wrapper .amsearch-button {
        padding: 0 45px !important;
    }

    
     /* main menu desktop */
    .ammenu-menu-wrapper .ammenu-link {
        font-family: 'Roboto','Kanit',sans-serif;
    }
    .sections.nav-sections .category-item a {
        font-size: 1.6rem;
    }
    .sections.nav-sections .level0.level-top>a {
        font-size: 1.6rem;
    }

    .ammenu-nav-sections.-topmenu.-sticky  .ammenu-main-container,
    body:not(.cms-home) .ammenu-nav-sections.-topmenu .ammenu-main-container {
        border-width: 1px 0;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link>p {
        padding: 0 9px;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:last-child>.ammenu-link>p {
        border: none;
    }
   
    .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
        padding: 20px 30px;
        width: auto !important;
        font-family: 'Roboto','Kanit',sans-serif;
        top: 40px;
    }
    .ammenu-nav-sections .ammenu-title.-parent {
        margin: 0 0 10px;
    }
    .ammenu-category-tree .ammenu-list>.ammenu-item .ammenu-link {
        padding: 0 15px 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-nav-sections.-topmenu .ammenu-items {
        justify-content: center;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:not(:last-child)>.ammenu-link:after {
        content: '';
        border-right: 1px solid rgb(255 255 255 / 50%);
        display: block;
        height: 30px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .ammenu-category-tree .ammenu-title {
        font-weight: 400;
    }
    .ammenu-category-columns .ammenu-column {
        padding-bottom: 10px;
    }
    
    

     .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link,
    .ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root>.ammenu-item>.ammenu-link {
        padding: 0;
    }
    
    /* 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-content .container {
        grid-template-columns: 1fr 1fr 0.8fr;
    }
    .f-contact {
        justify-content: flex-start;
    }
    .footer-content .block2 {
        width: 100%;
        padding: 0;
    }
    .footer-content .block3 {
        padding: 0;
        width: 100%;
        max-width: 350px;
        margin-left: auto;
    }
    


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

    
    
    /* owl carousel */
    .owl-carousel.owl-theme:hover .owl-nav {
        opacity: 1;
        transition: 0.3s ease opacity;
    }

    
    
    /* 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;
    }
    
    
    
    /* container */
    .page-main {
        max-width: 970px;
    }
}



@media (min-width: 1200px) {
    .minicart-wrapper .action.showcart .counter.qty {
        right: unset;
        left: 30px;
    }
    .product-item-actions .actions-primary>.stock.unavailable{
        display: none;
    }
    .ammenu-menu-wrapper .ammenu-text-block {
        font-size: 1.6rem;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link>p {
        padding: 0 10px;
    }
    .minicart-wrapper .action.showcart .text:lang(th) {
        overflow: hidden;
        max-width: 39px;
        width: 39px;
        white-space: break-spaces;
    }
    .header-content .right-content .additional-wish a.h-wishlist span:lang(th) {
        overflow: hidden;
        max-width: 50px;
        width: 50px;
        white-space: break-spaces;
    }
    
    .header-content .right-content .additional-wish a.h-wishlist span,
    .minicart-wrapper .action.showcart .text{
        font-size: 1.5rem;
        font-family: 'Roboto', 'Kanit', sans-serif;
        font-weight: 600;
        margin: 0;
        line-height: 1.2;
    }
    .header-content .h-wishlist:before {
        margin: 0 10px 0 0;
    }
    .minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
        margin: 0 15px 0 0 !important;
    }

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



    
    
    /* 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;
    }
    
    
    /* 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 .actions-secondary,
    .upsell .product-item-info .product-item-actions .actions-secondary, 
    .crosssell .product-item-info .product-item-actions .actions-secondary{
        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 .product-item-actions .actions-primary,
    .upsell .product-item-info .product-item-actions .actions-primary, 
    .crosssell .product-item-info .product-item-actions .actions-primary {
        z-index: 1;
        right: 8px;
        top: 60px;
    }

    .related .product-item-details .group,
    .upsell .product-item-details .group,
    .crosssell .product-item-details .group {
        align-items: end;
    }
   
    .related .product-item-info:hover .product-item-actions button.tocart,
    .upsell .product-item-info:hover .product-item-actions button.tocart,
    .crosssell .product-item-info:hover .product-item-actions button.tocart {
        opacity: 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);
    } */
    
    
 
    
    
   
    
   
    
    
    /* screen */
    .d-xl-none {
        display: none!important;
    }
    .d-xl-block {
        display: block!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;
    }
    .page-products .page-main {
        padding: 0 0 30px;
    }

}


@media (min-width: 1400px) {
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link>p {
        padding: 0 20px;
    }
    .ammenu-menu-wrapper .ammenu-text-block {
        font-size: 1.8rem;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link>p {
        padding: 0 14px;
    }
    
     /* catalog product grid */

    
    
    /* header */
    .welcome {
        display: block;
    }
    .search-box .dropdown-search {
        transform: translate3d(1035px, 72px, 0px) !important;
    }
    
    

    
    /* main menu desktop */
    .sections.nav-sections .level0.level-top>a {
        padding: 0 20px;
    }

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

}


