@media (max-width: 1450px) {
    #career form > div {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .swiper-pagination-bullet {
        width: 40px;
        height: 2px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        right: 20px;
        bottom: 20px;
    }
    .index4 > div > a > i {
        position: static;
    }
    .product-box .thumbnail > .tobag,
    .product-box .thumbnail > .heart {
        bottom: 20px;
    }
    .index7 i {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
    .index7 .collab-box .thumbnail > .tolink {
        left: 20px;
        bottom: 20px;
        font-size: 14px;
    }
    .index7 .collab-box .thumbnail > .arrow {
        font-size: 5px !important;
        right: 15px;
        bottom: 25px;
    }
    #footer .middle {
        flex-direction: column;
    }
    #footer .middle ul {
        width: 100%;
    }
    #footer .middle > ul > li {
        margin-bottom: 30px;
    }
    #footer .middle > div {
        width: 100%;
        margin-top: 30px;
    }
    .shopsg-content {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .shopsg-content .detail {
        position: relative;
        width: 75%;
        margin-left: 16.6%;
        border-left: solid 1px #8b8985;
        padding-left: 8.3%;
    }
    .shopsg-content .gallery {
        width: 83.4%;
    }
    #collectionsingle .lookbook {
        padding-top: 30px;
    }
    #collectionsingle .lookbook .swiper-container {
        width: 100%;
    }
    #blogsingle .pagenav nav {
        order: 3;
        width: 100%;
        margin-top: 10px;
    }
    #blogsingle .pagenav {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    #offer .swiper-slide .content {
        left: 20px;
        bottom: 40px;
    }
    #offer .swiper-slide h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #offer .swiper-slide a {
        font-size: 14px;
    }
    #offersingle .pagenav nav {
        order: 3;
        width: 100%;
        margin-top: 10px;
    }
    #offersingle .pagenav {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .philowrap .head h1 {
        padding-left: 0;
        font-size: 18px;
    }
    .philowrap .text1, .philowrap .text2 {
        padding-right: 0;
    }
    .stockistbox article {
        padding-right: 30px;
    }
    .stockistbox:nth-child(odd) article {
        padding-left: 30px;
    }
    #contact .top {
        flex-direction: column;
    }
    #contact .top > div {
        width: 100% !important;
    }
    #account form > div {
        flex-direction: column;
    }
    #account form .input-form {
        margin-top: 15px;
    }
    #account form > div, #account form > p {
        flex-direction: column;
    }
    #account form label {
        width: 100%;
    }
}
@media (max-width: 767px) {
	.phonemenu {
        display: block;
        position: fixed;
        top: 45px;
        right: 10px;
	    z-index: 10;
        cursor: pointer;
    }
    .menu-btn {
        display: none;
    }
    .menu-icon {
	    cursor: pointer;
	    padding: 20px 10px;
	    display: block;
	    user-select: none;
	    transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
    }
    .menu-icon .navicon {
	    background-color: #3b3127;
	    display: block;
	    height: 2px;
	    position: relative;
	    transition: background .2s ease-out;
	    width: 25px;
    }
    .menu-icon .navicon:before,
    .menu-icon .navicon:after {
	    background-color: #3b3127;
	    content: '';
	    display: block;
	    height: 100%;
	    position: absolute;
	    transition: all .2s ease-out;
	    width: 100%;
    }
    #header.open .menu-icon .navicon{
	 	background-color:  transparent;
    }
    #header.open .menu-icon .navicon:before,
    #header.open .menu-icon .navicon:after {
	    background: #3b3127;
	    top: 0px;
    }
    #header.open .menu-icon  .navicon:before {
	    transform: rotate(-45deg);
    }
    #header.open .menu-icon  .navicon:after {
	    transform: rotate(45deg);
    }
    .menu-icon .navicon:before {
	    top: 7px;
    }
    .menu-icon .navicon:after {
	    top: -7px;
	}
    #header {
        transition: all .5s !important;
	    -webkit-transition: all .5s !important;
	    -moz-transition: all .5s !important;
        height: 100px;
        position: fixed;
   		z-index: 99;
        top: 0;
        left: 0;
        right: 0;
    }
    #header.open {
        height: 100vh;
        background-color: #e8e5de;;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
    }
	.menu-active {
		height: auto;
		overflow: hidden !important;
	}
    #header.open #header-mb {
        height: auto;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    #header-pc {
        display: none;
    }
    #header-mb {
        display: block;
        height: 0;
        opacity: 0;
        visibility: hidden;
    }
    .mb-logo {
        width: 100px;
        display: block;
        position: absolute;
        top: 50px;
        left: 20px;
    }
    #header-mb .mb-menu {
        font-size: 18px;
        text-transform: uppercase;
        margin: 70px 20px 0 20px;
    }
    #header-mb .mb-menu > li {
        padding: 7px 10px;
        border-bottom: solid 1px #8b8985;
    }
    #header-mb .mb-option {
        margin: 40px 20px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    #header-mb .search {
        position: relative;
        width: 200px;
    }
    #header-mb .search-form {
        width: 100%;
        padding-right: 30px;
        border-bottom: solid 1px #8b8985;
    }
    #header-mb .search > i {
        position: absolute;
        top: 0;
        right: 0;
    }
    #header-mb .cart-toggle {
        margin-left: 20px;
    }
    #header-mb .mb-choose {
        margin: 40px 20px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;;
    /* Temp */
        visibility: hidden;
    }
    #header-mb .submenu {
        margin: 10px 0;
        display: none;
    }
    #header-mb .submenu > li {
        padding: 5px 20px;
    }
    #content {
        margin-top: 100px;
    }
    .ss {
        margin-left: 20px;
        margin-right: 20px;
    }
    .sl {
        margin-left: 30px;
        margin-right: 30px;
    }
    .pc {
        display: none !important;
    }
    .mb {
        display: block !important;
    }
    .index1 h1 {
        font-size: 50px;
    }
    .index3, 
    .index4, 
    .index5, 
    .collection .detail {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 15px;
    }
    .index3 .image:first-child {
        grid-column: 1;
    }
    .index4 h2,
    .collection h2 {
        grid-column-end: span 1;
    }
    .index4 > div:last-child,
    .collection .detail > div:last-child {
        text-align: left;
        margin-top: 20px;
    }
    .index7 {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
    }
    .index7 > * {
        width: 100%;
        margin-bottom: 15px;
    }
    .index7 > .goto.collab {
        order: 1;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
    }
    .index7 > .goto {
        margin-top: 40px;
    }
    .index7 .collab-box {
        order: 2;
    }
    .index8 .instagram {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .index8 .instagram a {
        width: 50%;
    }
    .index9 {
        flex-direction: column;
    }
    .index9 > a {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;   
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin: 5px 0;
    }
    #footer .middle .payment,
    #footer .middle .newsletter label {
        font-size: 16px;
    }
    #footer .middle > ul > li {
        width: 50%;
    }
    li.ftmenu-mb {
        display: block;
    }
    #footer .middle > ul > li:last-child {
        display: none;
    }
    #footer .middle .newsletter {
        flex-direction: column;
    }
    #footer .middle .newsletter label {
        width: 100%;
    }
    #footer .middle .email-form {
        width: 100%;
    }
    #footer .middle .newsletter i {
        top: auto;
        bottom: 15px;
    }
    #footer .bottom {
        flex-direction: column;
    }
    #footer .bottom .social {
        font-size: 12px;
        margin-bottom: 5px;
    }
    #footer .bottom .social a {
        margin-right: 10px;
    }
    
    #shop .content, #shopsingle .content {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        flex-direction: column;
    }
    #shop .option {
        flex-direction: column;
    }
    .shopsg-content .gallery,
    .shopsg-content .detail {
        border-left: 0;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
    }
    .shopsg-content .thumbs {
        display: none;
    }
    .shopsg-content .gallery {
        padding-top: 0;
        padding-bottom: 0;
    }
    .shopsg-content .detail {
        padding-top: 0;
    }
    #collectionsingle .info {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        flex-direction: column;
    }
    #collectionsingle .top {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 20px;
    }
    #collectionsingle .top > div {
        margin-bottom: 15px;
    }
    .collect-sg-popup .content {
        padding: 0 20px;
    }
    .collection .swiper-container.collab {
        width: 100%;
    }
    .pagenav > a i {
        display: none;
    }
    .pagenav > a span {
        margin: 0;
    }
    #blog .content .blog-box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #blog .content .blog-box:first-child {
        display: block;
    }
    #blog .content .blog-box:first-child .image {
        width: 100%;
        padding: 0;
    }
    #blog .content .blog-box:first-child p {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
    #blogsingle .other {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        flex-direction: column;
        padding: 30px 0;
    }
    #blogsingle .content .image {
        max-width: 100%;
    }
    #blogsingle .content article {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        flex-direction: column;
    }
    #blogsingle .content .text {
        padding: 30px 0;
    }
    #offersingle .other {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        flex-direction: column;
    }
    #offersingle .other h2 {
        grid-column-end: span 1;
    }
    #offersingle .content .image {
        max-width: 100%;
    }
    #offersingle .content article {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        flex-direction: column;
    }
    #offersingle .content .text {
        padding: 30px 0;
    }
    .philowrap {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        flex-direction: column;
    }
    .philowrap > div {
        width: 100%;
        margin-bottom: 15px;
    }
    .philowrap article {
        padding: 0;
    }
    .philowrap .image2 {
        margin-top: 60px;
    }
    
    #about .top article {
        width: 100%;
        padding: 30px 0;
    }
    #about .bottom {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        flex-direction: column;
    }
    #about .bottom > div {
        margin-bottom: 15px;
    }
    .stockistbox {
        flex-direction: column !important;
        padding: 30px 0;
    }
    .stockistbox .image {
        margin-bottom: 30px;
        width: 100%;
    }
    .stockistbox article {
        width: 100%;
        padding: 0 !important;
    }
    #career .content {
        flex-direction: column;
    }
    #career .content .col1 {
        border-right: 0;
        border-bottom: solid 1px #8b8985;
        width: 100%;
        padding: 50px 10px
    }
    #career .content .col2 {
        width: 100%;
        padding: 50px 10px;
    }
    #career form > div {
        flex-direction: column;
    }
    #career form > div label {
        margin-bottom: 10px;
    }
    #contact form div.form-div {
        flex-direction: column;
    }
    #contact form label {
        width: 100%;
        margin-bottom: 15px;
    }
    #contact .top .image {
        margin: 0;
    }
    #contact .pagenav a > span {
        margin: 0;
    }
    #account {
        flex-direction: column;
    }
    #account .col {
        width: 100%;
        padding: 50px 0;
        border-right: 0;
        border-bottom: solid 1px #8b8985;
    }
    #account .col:last-child {
        border-bottom: 0;
    }
    #textpage .image {
        width: 100%;
    }
    #textpage .content {
        width: 100%;
        padding: 30px 0;
    }
    .index1 .swiper-slide .object-fit:before {
        padding-top: 135%;
    }
    
    
    
    
    
    #footer #mc_embed_signup .button {
        top: 35px;
    }
    #blog .content .blog-box.feature:first-child > a {
        width: 100%;
        padding: 0;
    }
    .wp-block-columns.has-2-columns {
        width: 100%;
    }
    #blogsingle .wp-block-image {
        margin: 30px 0;
    }
    #blogsingle .pagenav {
        padding: 30px 0 15px 0;
    }
    #blogsingle .pagenav .prev-btn span, 
    #blogsingle .pagenav .next-btn span {
        margin: 0;
    }
    .collection .swiper-slide .object-fit:before {
        padding-top: 135%;
    }
    .my-account .woocommerce {
        padding: 0 20px;
    }
    #account form {
        margin: 30px 0;
    }
    #contact .wpcf7-form-control-wrap, 
    #contact select.input-form {
        width: 100%;
    }
    form.form-wpdt-wc-payment {
        width: 100%;
    }
    .my-account nav.woocommerce-MyAccount-navigation {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .my-account .woocommerce-MyAccount-content {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button {
        display: none;
    }
    .u-column1.col-1.woocommerce-Address.col {
        margin-bottom: 30px;
    }
    .tinv-wishlist .product-thumbnail img {
        max-width: 100%;
    }
    .tinv-wishlist table td,
    .tinv-wishlist table th{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .tinv-wishlist table tr > td:first-child {
        margin-top: 20px;
    }
    .tinv-wishlist table tr > td:last-child {
        margin-bottom: 20px;
    }
    #footer {
        padding-top: 30px;
    }
    .wjecf-select-free-products.coupon-freegift ul,
    .wjecf-select-free-products.coupon-freegift ul.wjecf-cols > li {
        padding-left: 7.5px;
        padding-right: 7.5px;
        text-align: left;
    }
    .wjecf-select-free-products.coupon-freegift input[type=radio] {
        margin-right: 5px;
    }
    input#coupon_code,
    .coupon button.button {
        width: 50% !important;
    }
    #offer .swiper-slide .object-fit:before {
        padding-top: 133%;
    }
    span#woofc-count-number.woofc-count-number {
        display: none;
    }
    .woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency {
        padding-left: 0;
        padding-right: 10px;
    }
    .collection {
        padding-top: 20px;
    }
    .woocommerce-variation.single_variation {
        top: 85px;
    }
    h1.product_title.entry-title {
        height: 62px;
        overflow: hidden;
    }
    section#shopsingle section.shopsg-content.ss div.detail div.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {
        top: 20px;
    }
}