@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kanit&display=swap');

@font-face {
    font-family: Helvetica;
    src: url('Helvetica.ttf');
}

html {
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
}

.ql-align-right {
    text-align: right;
}

.ql-align-center {
    text-align: center;
}

.ql-align-left {
    text-align: left;
}

.filter-text {
    text-align: center;
}

.filter-div {
    display: none;
    position: fixed;
    top: 22%;
    right: -13%;
    padding: 40px;
    height: 100%;
    background-color: white;
}

.divide-cate {
    padding-top: 185px;
}

.filter-show {
    display: block;
    right: 0px;
}

.border-black {
    border-bottom: solid black 1px;
}

.border-white {
    border-bottom: solid white 1px;
}

.mb-100 {
    margin-bottom: 100px;
}

.btn-link, .btn-link:hover {
    color: black;
    text-decoration: none !important;
}

h1.cate-title {
    font-weight: 300;
}

.collapseDiv {
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    padding: 25px 0px;
} 

.suggest-cate {
    position: fixed;
    top: 110px;
    z-index: 4;
    text-align: center;
    left: 33%;
}

.category-nav {
    text-transform: uppercase;
    color: black;
    padding: 15px;
    font-size: 18px;
    float: left;
}

.transition-none {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

select.custom-select {
    border: solid black 1px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px !important;
}

.my-order-total {
    border: solid gainsboro 1px;
    padding: 25px;
}

.my-orders-div {
    border-top: solid gray 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sub-total {
    font-size: 10px;
    margin: 0px;
}

.p-total {
    margin: 0px;
    font-size: 15px;
}

.h4-total {
    font-size: 18px;
    margin: 0px;
    font-weight: bold;
}

.total-div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.c-move {
    cursor: grab;
    transition: all 0.3s;
}

.c-pointer {
    cursor: pointer;
    transition: all 0.3s;
}

.active-layout, .active-layout {
    font-weight: bolder;
    text-decoration: underline;
}

.layout-2, .layout-4 {
    display: inline;
}

.edit-layout {
    cursor: pointer;
}

.img-head-slide {
    object-fit: cover;
    width: 100%;
}

.menu-fixed {
    position: fixed;
    margin-top: 25px;
    /* left: 12%; */
    overflow-y: auto; 
    height: calc(100% - 300px); 
    padding-right: 25px;
}

.menu-fixed::-webkit-scrollbar {
    width: 10px;
	background-color: rgba(255, 255, 255, 0);
}

.menu-fixed::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	background-color: rgba(255, 255, 255, 0);
}

.menu-fixed::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid rgba(70, 70, 70, 0);
}

.menu-fixed::-webkit-scrollbar:hover {
    width: 10px;
	background-color: rgba(255, 255, 255, 0.1);
}

.menu-fixed::-webkit-scrollbar-track:hover {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(255, 255, 255, 0.1);
}

.menu-fixed::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.1);
	border: 2px solid rgba(70, 70, 70, 0.1);
}

.header-menu {
    position: fixed;
    z-index: 3;
    width: 100%;
}

.header-menu h1 {
    text-align: center;
}

.menu > li {
    text-transform: uppercase;
    list-style: none;
    text-align: right;
}

/* Image Radio */
/* HIDE RADIO */
.payment-radio { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.payment-radio + img {
    cursor: pointer;
    height: 100px;
    width: 100px;
    object-fit: contain;
    object-position: center;
    padding: 5px;
}

/* CHECKED STYLES */
.payment-radio:checked + img {
    border: solid black 1px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pd-20 {
    padding: 20px;
}

.mg-20 {
    margin: 20px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
}

.custom-select-size {
    overflow: hidden;
    border: none;
    height: 160px;
    width: 100%;
}

.PaneDiv {
    border: solid black 1px;
}

.nav-link.active {
    background-color: black !important;
    color: white !important;
}

.tab-share {
    color: black !important;
    margin: 5px;
}

.nav-link {
    border-radius: 0px !important;
    color: #000;
    font-weight: bold;
}

.custom-control-label {
    width: 100%;
}

#Size01 > option {
    font-weight: bold;
}

option.disabled {
    font-weight: 100;
}

.add-to-cart {
    width: 100%;
    padding: 10px;
    font-weight: bold;
    color: white;
    border: solid black 1px;
    margin-top: 15px;
    background-color: black;
}

.btn-chkout {
    width: 100%;
    padding: 10px;
    font-weight: bold;
    color: white;
    border: solid black 1px;
    margin-top: 15px;
    background-color: rgb(23, 0, 128);
}

.out {
    cursor: not-allowed !important;
    color: black;
    border: solid black 1px;
    background-color: gray;
}

.social-footer > .list-item > a {
    color: black;
}

.policy-footer {
    text-align: right;
    text-transform: uppercase;
}

.LinkPane {
    cursor: pointer;
}

input#search {
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: transparent;
}

input#search:focus {
    padding: 15px;
    border: none;
    outline: none;
}

.suggest-search {
    font-size: 25px;
}

.my-size-btn {
    width: 100%;
    padding: 10px;
    font-weight: bold;
    border: solid black 1px;
    background-color: white;
    color: black;
    float: left;
    text-align: center;
}

.my-size-btn:hover {
    border: solid white 1px;
    background-color: black;
    color: white;
}

.my-login-btn {
    width: 100%;
    padding: 10px;
    font-weight: lighter;
    color: white;
    border: none;
    background-color: #3b5998;
}

.my-login-btn:hover {
    border: solig #3b5998 1px;
    background-color: white;
    color: #3b5998;
}

.btn-empty {
    width: 100%;
    padding: 10px;
    color: red;
    text-decoration: none;
    border: solid red 1px;
    background-color: white;
    float: left;
    text-align: center;
}

.btn-empty:hover {
    color: white;
    text-decoration: none;
    border: solid white 1px;
    background-color: red;
}

.header-menu-info, .header-menu-info > a {
    margin-top: 50px;
    text-align: right;
    text-decoration: none;
}

.header-menu-search > a {
    color: black;
    text-decoration: none;
}

.member > a {
    margin: 0px 12px;
}

.newsletter {
    margin-top: 30px;
    /* margin-bottom: 30px; */
    min-height: 400px;
}

.newsletter h2 {
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

.social-footer {
    padding: 0px;
}

.social-footer > li {
    display: inline;
    text-transform: uppercase;
    text-align: center;
    margin: 25px;
}

.policy {
    /* margin-top: 30px; */
    margin-bottom: 30px;
}

.hidden-desktop {
    display: none;
}

.hidden-mobile {
    display: block;
}

.custom-mobile-menu {
    width: 100%;
    background-color: white;
    padding: 15px;
    z-index: 5;
    position: absolute;
    top: -120%;
    opacity: 0;
    transition: all 0.4s;
    display: none !important;
}

.active-menu {
    top: 0px;
    opacity: 1;
    display: block !important;
}

.custom-ul-div {
    margin-top: 0px;
    padding-left: 20px;
}

.f-red {
    color: red;
}

.close-mobile-custom {
    color: black;
    transition: all 0.3s;
}

.img-cover {
    object-fit: cover;
}

.img-product-multiple img {
    padding: 15px;
    width: 100%;
}

a.link-social {
    margin: 0px 15px;
    text-transform: uppercase;
}

.delete-category {
    position: relative;
    top: 60px;
    right: 23px;
    float: right;
    margin-left: 15px;
}

span.discount {
    color: red;
}

.txt-color-white, 
.txt-white, 
.txt-white > div > div > ul > li > a,
.txt-white > div > div > h3 > a,
.txt-white > div > div > h3 > i,
.txt-white > div > div > a {
    transition: all 0.5s;
    color: white;
}

.txt-color-black, 
.txt-black, 
.txt-black > div > div > ul > li > a,
.txt-black > div > div > h3 > a,
.txt-black > div > div > h3 > i,
.txt-black > div > div > a,
.txt-black > div > div > div > ul > li {
    transition: all 0.5s;
    color: black;
}

.total-section {
    position: fixed;
    bottom: 0px;
    background-color: white;
    min-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    border-top: solid black 1px;
}

.bg-white {
    background: white;
}

.bg-size-cover {
    background-size: auto 100%;
    background-position: center;
}

.title-menu-mobile {
    margin-top: 100%;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
}

.filter-black {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
}

.img-product-thumbnail {
    width: 100%;
    height: 450px;
    object-fit: contain;
    object-position: center;
}

.cover100p {
    width: 100%;
    object-fit: cover;
}

.MenuCateDiv {
    padding: 25px;
    width: 100%;
    /* height: 100%; */
    background-color: white;
    position: fixed;
    z-index: 3;
    left: -100%;
    transition: all 0.3s;
}

#contents {
    margin-top: 25px;
}

.bg-cate-menu {
    background-size: cover;
    height: 700px;
    float: left;
    padding-top: 28%;
    font-size: 3rem;
}

.bg-cate-menu > a {
    text-decoration: none;
}

.MenuCateDiv > .btn-danger {
    position: absolute;
    top: 15px;
    right: 15px;
}

div.owl-item > div > p {
    margin: 0px;
}

.img-similar {
    height: 300px;
    object-fit: contain;
}

.similar-select {
    margin-top: 10px;
    width: 60%;
    border: solid 1px black;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}

.add-to-cart-2 {
    margin-top: 10px;
    width: 38%;
    border: solid black 1px;
    border-radius: 0px;
    background-color: white;
}

.login-div {
    padding-top: 200px;
}

.fb-login-button > span {
    height: 32px !important;
}

#ProductsGallery {
    padding-top: 10%;
    min-height: 500px;
}

.f-shadow {
    text-shadow: 2px 2px 4px #000000;
}

.contact-footer a {
    color: black;
    font-weight: lighter;
}

.contact-footer p {
    font-weight: bolder;
}

.fix-header-top {
    margin-bottom: 200px;
}

@media only screen and (max-width: 768px) {
    .menu-fixed {
        margin-top: 50px;
        left: 3%;
    }

    #ProductsGallery {
        padding-top: 25%;
        min-height: 500px;
    }

    .fix-header-top {
        padding-top: 18%; 
        margin-bottom: 200px;
    }

    .fix-header-top h1 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .img-product-thumbnail {
        height: 250px;
        object-position: center;
    }

    .policy-footer {
        text-align: center;
    }

    .color-change {
        /* color: black; */
    }

    .border-black, .border-white {
        border-bottom: solid black 1px;
    }

    .suggest-cate {
        position: fixed;
        top: 80px;
        left: 0px;
        z-index: 4;
        width: 100%;
        text-align: center;
        background-color: white;
    }

    .filter-text {
        text-align: right;
    }

    .menu > li {
        text-align: left;
    }
    
    .my-orders > .row {
        margin: 0px;
    }
    
    #ProductsGallery {
        padding-top: 5%;
        min-height: 500px;
    }

    .total-section {
        position: static;
    }

    .login-div {
        padding-top: 70px;
    }

    .layout-2, .layout-4 {
        display: none;
    }
    
    .fb-login-button > span {
        height: 10px !important;
    }
    

    .hidden-mobile {
        display: none !important;
    }

    .hidden-desktop {
        display: block;
    }

    .header-menu {
        /* background-color: white; */
        padding: 15px;
    }

    .header-menu-search {
        font-size: 15px;
    }

    .mobile-menu-top {
        margin: 0px 7px;
        float: left;
    }

    .custom-mobile-menu > .menu > li, .header-menu-info, .header-menu-info > a {
        text-align: left;
    }

    .list-item {
        float: left;
        clear: left;
    }
}