@import "https://fonts.googleapis.com/css?family=Open+Sans|Teko:300,400,700&subset=latin,latin-ext";

*:active, *:focus {
    outline: 0
}

*, *:after, *:before {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

.cf:after, .cf:before {
    display: table;
    content: " "
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

.row-no-padding {
    margin-left: 0;
    margin-right: 0
}

.row-no-padding [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

a {
    color: #444;
    text-decoration: none
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    background-color: inherit;
    color: inherit
}

html, body {
    height: 100%;
    min-height: 100%
}

.hd-login-box {
    position: absolute;
    width: 150px;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin-top: 15px;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
}

.hd-login-box.active {

    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
}

.hd-login-box::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background-size: 12px;
    top: -2px;
    right: 50%;
    background: #fff;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    z-index: -1;
}

.hd-login-box a {
    display: block;
    width: 50%;
    text-align: center;
    padding: 20px 0;
    transition: .3s ease-in-out;
}

.hd-login-box a:hover {
    background: #e1e1e1;
    transition: .3s ease-in-out;
}

.hd-login-box a:last-child {
    background: #b79b58;
    color: white;

}

.hd-login-box a:hover:last-child {
    background: #856B43;
    transition: .3s ease-in-out;
}

@media only screen  and (min-width: 1200px) {
    .w-900 {
        width: 900px;
    }
}

@media only screen and (max-width: 760px) {
    .in-slider .swiper-pagination-bullet {
        display: none !important;
    }

    .mobile-w100 {
        width: 100%;
    }

    .sticky {
        background: rgba(0, 0, 0, .8);
    }
}

@media only screen and (max-width: 768px) {
    .home-product-item .h-custom {
        min-height: 100%;
        height: 100%;
    }

    .login-box {
        left: inherit;
        transform: inherit;
        right: 0;
        z-index: 999;
    }

    .login-box::after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        background-size: 12px;
        top: -5px;
        right: 3px;
        background: #b79b58;
        border-left: 1px solid #b79b58;
        border-top: 1px solid #b79b58;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: -1;
    }

    #cart {
        width: 100%;
    }

    .in-slider-box {
        padding: 0 15px;
    }
}


.member-menu-box {
    padding: 0;
    margin: 0;
    position: absolute;
    min-width: 200px;
    background: white;
    margin-top: 33px;
    right: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
}

.member-menu-box ::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background-size: 12px;
    top: -7px;
    right: 18px;
    background: #fff;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sticky .member-menu-box {
    margin-top: 19px;
}

.member-menu-box.active {
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
}

.member-menu-box ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.member-menu-box ul li a {
    color: black;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    transition: .3s ease-in-out;

}

.member-menu-box ul li:last-child a {
    border-bottom: none;
}

.member-menu-box ul li a:hover {
    background: #E1E1E1;
    transition: .3s ease-in-out;
}

[class^='icon-']::before, [class*=' icon-']::before {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.click-menu {
    color: white;
    font-family: 'Teko';
    font-size: 20px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    .sticky {
        position: relative;
    }

    .member-menu-box {
        width: 100%;
        margin-top: 0;
    }

    .member-menu-box ul {
        margin: 0;
    }

    .member-menu-box ul li a {
        color: black !important;
        font-size: 14px !important;
    }

    .member-menu-box ::after {
        top: -5px;
        right: 10px;
    }

    .mobile-menu-l {
        border-top: 1px solid #636363;
        background: rgba(0, 0, 0, 0.4);
        position: relative;
        z-index: 9999;
        width: 100%;
    }

    .mobile-menu-l ul li {
        list-style: none;
    }

    .mobile-menu-l ul li a {
        display: block;
        padding: 10px;
        font-size: 16px;
        color: white;
    }

    .mobile-menu-l ul li ul li a {

        color: black;
    }

    .open-member-menu {
        padding: 10px;
        color: white !important;
        font-size: 15px;
    }

    .mobile-menu-right {
        display: flex;
    }

    .mobile-menu-right a {
        border-right: 1px solid #636363;
        display: block;
        padding: 10px;
    }

    .mobile-menu-right a:last-child {
        border-right: none;

    }

    .close-cart {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .close-cart a {
        color: white;
        font-size: 20px;
    }

    header {
        position: relative !important;
    }
}

.buying__box {

    width: 100%;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.buying__box-body {
    padding: 10px;
}

.buying__box-title {
    font-size: 14px;
    color: #83bc2e;
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address__box-button a, .address__box-button span {
    font-size: 12px;
}

.btn-buying {
    background: #83bc2e;
    color: white;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 15px !important;
    letter-spacing: .2px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    transition: .3s ease-in-out;

}

.btn-buying:hover {
    background: #d46a00;
    transition: .3s ease-in-out;
}

.buying__box-title span {
    margin-left: 5px;
    font-size: 12px;
    color: #0D0D0D;
}

.primary-button{
    color: white !important;
}