@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

h3 {
    font-family: 'Open Sans', sans-serif
}

h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

body {
    transition: all 800ms ease
}

body,
p,
label,
input,
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
input:focus,
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 0 10px;
    font-style: normal;
    color: blue !important
}

@media screen and (max-width: 639px) {

    body,
    p,
    label,
    input,
    [type=color],
    [type=date],
    [type=datetime-local],
    [type=datetime],
    [type=email],
    [type=month],
    [type=number],
    [type=password],
    [type=search],
    [type=tel],
    [type=text],
    [type=time],
    [type=url],
    [type=week],
    textarea,
    input:focus,
    [type=color]:focus,
    [type=date]:focus,
    [type=datetime-local]:focus,
    [type=datetime]:focus,
    [type=email]:focus,
    [type=month]:focus,
    [type=number]:focus,
    [type=password]:focus,
    [type=search]:focus,
    [type=tel]:focus,
    [type=text]:focus,
    [type=time]:focus,
    [type=url]:focus,
    [type=week]:focus,
    textarea:focus {
        font-size: 14px
    }
}

h1 {
    font-size: 4rem;
    line-height: 4.8;
    margin: 0px 0px .37em 0px;
    font-style: normal;
    letter-spacing: 1px;
    color: #1a1a1a
}

h2 {
    font-size: 90px;
    line-height: 0.9;
    font-style: normal;
    margin: 0;
    margin-bottom: 10px;
    padding: 0
}

@media screen and (max-width: 639px) {
    h2 {
        font-size: 45px !important
    }
}

@media screen and (max-width: 1024px) {
    h2 {
        font-size: 70px
    }
}

h3 {
    font-size: 2rem;
    letter-spacing: 0.07rem;
    line-height: 1.1;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    color: #333333
}

@media screen and (max-width: 639px) {
    h3 {
        font-size: 20px
    }
}

h4 {
    font-size: 22px;
    position: relative;
    letter-spacing: 0.07rem;
    color: inherit;
    color: #000
}

@media screen and (max-width: 639px) {
    h4 {
        font-size: 14px
    }
}

h5 {
    font-size: 1.25rem;
    line-height: 1.20;
    letter-spacing: 0px;
    margin: 5px 0px 5px 0px;
    font-style: normal;
    color: inherit;
    color: #000
}

@media (max-width: 639px) {
    h5 {
        font-size: 14px
    }
}

h6 {
    font-size: 0.875rem;
    line-height: 1.18;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 1rem 0 1rem 0
}

body {
    margin: auto;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    color: blue;
    opacity: 0;
    font-weight: 300
}

*,
*::before,
*::after,
*:hover,
*:focus,
*:active {
    outline: none !important
}

::selection {
    background: lime;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #333;
    opacity: 1
}

::-moz-placeholder {
    color: #333;
    opacity: 1
}

:-ms-input-placeholder {
    color: #333;
    opacity: 1
}

:-moz-placeholder {
    color: #333;
    opacity: 1
}

a,
a:active,
a:focus,
a:hover {
    outline: none !important;
    outline-style: none !important;
    text-decoration: none;
    color: inherit
}

.font-HelveticaNeueLTStd-Bd {
    font-family: "Open Sans", sans-serif
}

.font-thin {
    font-weight: 100
}

.font-extralight {
    font-weight: 200
}

.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 800
}

.h1.line-btm,
.h2.line-btm,
.h3.line-btm,
.h4.line-btm,
.h5.line-btm,
h1.line-btm,
h2.line-btm,
h3.line-btm,
h4.line-btm,
h5.line-btm {
    position: relative;
    display: inline-block;
    padding-bottom: 2rem;
    margin: 1rem auto 2rem
}

.h1.line-btm:after,
.h2.line-btm:after,
.h3.line-btm:after,
.h4.line-btm:after,
.h5.line-btm:after,
h1.line-btm:after,
h2.line-btm:after,
h3.line-btm:after,
h4.line-btm:after,
h5.line-btm:after {
    content: "";
    background: blue;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 70%;
    height: 4px
}

.h1.line-btm.line_leftbtm:after,
.h2.line-btm.line_leftbtm:after,
.h3.line-btm.line_leftbtm:after,
.h4.line-btm.line_leftbtm:after,
.h5.line-btm.line_leftbtm:after,
h1.line-btm.line_leftbtm:after,
h2.line-btm.line_leftbtm:after,
h3.line-btm.line_leftbtm:after,
h4.line-btm.line_leftbtm:after,
h5.line-btm.line_leftbtm:after {
    left: 0;
    transform: translateX(0%)
}

@media screen and (max-width: 639px) {

    .h1.line-btm,
    .h2.line-btm,
    .h3.line-btm,
    .h4.line-btm,
    .h5.line-btm,
    h1.line-btm,
    h2.line-btm,
    h3.line-btm,
    h4.line-btm,
    h5.line-btm {
        padding-bottom: 1rem
    }
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: inherit
}

h6 small {
    font-size: 11px;
    letter-spacing: 1px
}

p,
label {
    margin: 0 0 10px
}

span {
    color: inherit !important;
    font-family: inherit !important
}

small {
    font-size: 85%
}

.mb0 {
    margin-bottom: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.beige-bg {
    background-color: #F9F9F9 !important
}

.brown-bg {
    background-color: #7f3a29 !important
}

.dark-bg {
    background-color: #000 !important;
    color: #fff
}

input,
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
input:focus,
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    padding: 2px .5rem;
    box-shadow: none;
    border: 1px solid #c8c7c7;
    margin: 0 0 1rem;
    height: auto
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

textarea {
    min-height: 100px
}

[type=checkbox],
[type=file],
[type=radio],
[type=checkbox]:focus,
[type=file]:focus,
[type=radio]:focus {
    margin: 0;
    height: auto
}

input[type="checkbox"] {
    display: none
}

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

input[type="checkbox"] + label:last-child {
    margin-bottom: 0
}

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 4px;
    opacity: .6;
    transition: all .12s, border-color .08s
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -1px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg)
}

.button {
    background: #0952d2;
    color: #fff;
    padding: 0.5rem 1.5rem;
    margin: 0
}

.button:focus,
.button:hover {
    background-color: #0845af;
    color: #fff
}

.button.button-full {
    width: 100%
}

.button.button-black {
    background: #000;
    color: #fff
}

.button.button-white {
    background: #fff;
    color: #999
}

.button.button-green {
    background: #38B449;
    color: #fff
}

.button.button-grey {
    background: #9B9B9B
}

.button.button-transparent {
    background: none;
    color: #D39F4C;
    border: 1px solid transparent;
    padding-left: 0
}

.button.button-transparent:hover {
    background: #fff;
    color: #999
}

@media screen and (max-width: 991px) {
    .button {
        padding: 0.5rem 0.8rem
    }
}

.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.6rem 1.8rem
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important
}

.btn-dark {
    background-color: #000;
    border-color: #fff
}

.btn-dark:hover {
    background: #969696;
    border: 1px solid #969696
}

.btn-dark:focus {
    outline: none !important;
    box-shadow: none !important
}

.maincontainer {
    max-width: 724px;
    width: 100%
}

.bodyfixed {
    overflow: hidden !important
}

.bodyfixed header ul li a {
    color: blue !important
}

.topspace {
    padding-top: 250px
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    max-width: 1140px;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 2;
    background: transparent
}

@media screen and (max-width: 1199px) {
    header {
        width: 100%;
        position: relative;
        display: block;
        padding: 20px 0;
    }
}

header span {
    display: none
}

@media screen and (max-width: 1199px) {
    header span {
        display: block
    }

    header span #menuham {
        position: absolute;
        top: 1px;
        right: 19px;
        margin: 0px
    }

/*
    header span .open {
        position: fixed !important
    }
*/
}

header .logo {
    max-width: 200px;
    width: 100%;
    margin: auto;
    text-align: center
}

@media screen and (max-width: 639px) {
    header .logo img {
        width: 150px
    }
    header span #menuham{
       right: 19px; 
    }
}

@media screen and (max-width: 1199px) {
    header .logo {
        width: 150px;
/*        margin-bottom: 2rem*/
    }
    
    header .container{
        position: relative;
    }
}

header .logo img {
    max-width: 175px
}

header nav {
    width: 100%
}

@media screen and (max-width: 1199px) {
    header nav {
        display: none;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 1;
        width: 100%;
        position: relative;
        justify-content: center;
        align-items: center
    }
}

header nav ul {
    margin: 0;
    padding: 0
}

@media screen and (max-width: 1199px) {
    header nav ul {
        display: flex;
        width: 100%;
        flex-flow: column;
        justify-content: center;
        padding-left: 0;
    }
}

header nav ul li {
    margin: 0;
    padding: 0 0.6rem;
    list-style: none;
    display: inline-block;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 2px;
    line-height: 1
}

@media screen and (max-width: 1199px) {
    header nav ul li {
        padding-top: 3rem;
    }
}

header nav ul li a {
    color: blue
}

header nav ul li a:hover,
header nav ul li a.active {
    color: blue
}

@media screen and (max-width: 1199px) {
    header nav ul li a {
        padding: .7rem 12px
    }
}

@media screen and (max-width: 639px) {
    header nav ul li a {
        padding: 3px
    }
}

header nav .main {
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 0
}

header nav .menu {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 1199px) {
    header nav .menu {
        text-align: center;
        height: 100%;
        width: 100%
    }
    header nav .menu li img{
        margin: 1rem auto 1rem auto; 
    }
}

header nav .menu li img{
    margin: auto;
}

header nav .menu li {
    padding: 0
}

header nav .active {
    background-color: lime;
    padding: 3px
}

header #menuham {
    position: relative;
    margin: auto;
    margin-right: 0;
    margin-top: 1px;
    padding: 0;
    width: 33px;
    height: 33px;
    z-index: 2;
    user-select: none
}

header #menuham input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none
}

header #menuham input:checked ~ span {
    opacity: 1;
    transform: rotate(225deg);
    background: #ffffff
}

header #menuham input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2)
}

header #menuham input:checked ~ span:nth-last-child(2) {
    transform: rotate(315deg) translate(-4px, 4px)
}

header #menuham input:checked ~ ul {
    transform: none
}

header #menuham span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 4px;
    position: relative;
    background: blue;
    border-radius: 3px;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease
}

header #menuham span:nth-last-child(2) {
    transform: rotate(90deg) translate(6px, 0px)
}

header #menuham:after,
header #menuham:before {
    content: "";
    position: absolute;
    left: 5px;
    width: 30px;
    height: 2px;
    background: blue;
    transition: all 500ms ease
}

header #menuham:after {
    top: 13px;
    transform: rotate(0) translate(0, 0)
}

header #menuham:before {
    top: 22px;
    transform: rotate(0) translate(0, 0)
}

header #menuham.open:before {
    background: blue;
    transition: all 500ms ease
}

header #menuham.open:after {
    background: blue;
    transition: all 500ms ease;
    transform: rotate(45deg) translate(0, 0)
}

header #menuham.open:before {
    transform: rotate(-45deg) translate(6px, -6px)
}

header .vrotate {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb
}

@media screen and (max-width: 1199px) {
    header .vrotate {
        transform: inherit
    }
}

header.hm {
    background: transparent
}

header.hm nav ul li a {
    color: #fff
}

.hmlisting {
    padding-top: 250px
}

@media screen and (max-width: 1199px) {
    .hmlisting {
        padding: 0
    }
    .hmlisting .pt-5{
        padding-top: 0!important;
        margin-top: 2rem!important;
    }
}

.hmlisting img {
    width: 100%
}

@media screen and (max-width: 1024px) {
    .hmlisting .row .col-12 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.hmlisting p {
    overflow: hidden
}

.hmlisting p::before {
    content: "\007E";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    font-size: 1rem
}

.hmlisting h6 {
    font-size: 0.75rem;
    margin: 0.7rem 0 0.5rem 0;
    font-weight: 700
}

.hmlisting p {
    font-size: 0.8125rem
}

.hmlisting figure {
    margin: 0 0 4.2rem 0
}

@media screen and (max-width: 767px) {
  .hmlisting figure {
    margin: 0 0 3.2rem 0
}  
    
    
    
}



.hmlisting .col-xs-1,
.hmlisting .col-sm-1,
.hmlisting .col-md-1,
.hmlisting .col-lg-1,
.hmlisting .col-xs-2,
.hmlisting .col-sm-2,
.hmlisting .col-md-2,
.hmlisting .col-lg-2,
.hmlisting .col-xs-3,
.hmlisting .col-sm-3,
.hmlisting .col-md-3,
.hmlisting .col-lg-3,
.hmlisting .col-xs-4,
.hmlisting .col-sm-4,
.hmlisting .col-md-4,
.hmlisting .col-lg-4,
.hmlisting .col-xs-5,
.hmlisting .col-sm-5,
.hmlisting .col-md-5,
.hmlisting .col-lg-5,
.hmlisting .col-xs-6,
.hmlisting .col-sm-6,
.hmlisting .col-md-6,
.hmlisting .col-lg-6,
.hmlisting .col-xs-7,
.hmlisting .col-sm-7,
.hmlisting .col-md-7,
.hmlisting .col-lg-7,
.hmlisting .col-xs-8,
.hmlisting .col-sm-8,
.hmlisting .col-md-8,
.hmlisting .col-lg-8,
.hmlisting .col-xs-9,
.hmlisting .col-sm-9,
.hmlisting .col-md-9,
.hmlisting .col-lg-9,
.hmlisting .col-xs-10,
.hmlisting .col-sm-10,
.hmlisting .col-md-10,
.hmlisting .col-lg-10,
.hmlisting .col-xs-11,
.hmlisting .col-sm-11,
.hmlisting .col-md-11,
.hmlisting .col-lg-11,
.hmlisting .col-xs-12,
.hmlisting .col-sm-12,
.hmlisting .col-md-12,
.hmlisting .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 46px;
    padding-right: 46px
}

.swiper-button-prev {
    margin-left: -45px;
    background-size: 32px 32px !important;
    background-image: url(../images/icon/left-arrow.svg) !important
}

.swiper-button-next {
    margin-right: -45px;
    background-size: 32px 32px !important;
    background-image: url(../images/icon/right-arrow.svg) !important
}

.homepage {
    height: calc(100vh - 0px);
    overflow: hidden;
    position: relative
}

.homepage .swiper-container {
    width: 100%;
    height: 100%
}

.homepage .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%
}

.homepage .swiper-container .swiper-slide {
    width: 100%;
    min-height: 100%
}

.homepage .swiper-container .swiper-slide::after {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    background-image: linear-gradient(bottom, transparent 40%, rgba(0, 0, 0, 0.5) 90%)
}

.homepage .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    filter: brightness(0.9)
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important
}

.detail {
    padding-left: 174px;
    padding-right: 239px
}

@media screen and (max-width: 1024px) {
    .detail {
        padding: 0;
        margin-top: 2rem;
    }
}

.detail .maincontainer {
    max-width: 1000px
}

.detail p {
    font-size: 0.75rem;
    margin: 0
}

.detail p::before {
    content: none
}

.detail h6 {
    font-size: 0.75rem;
    font-weight: 700
}

.detail img {
    width: 100%
}

.row [class^="col-"] {
    padding-left: 46px;
    padding-right: 46px
}

.product-section {
    max-width: 867px;
    margin: auto
}

.product-section .product_detail img {
    width: 22.0556px;
    height: 15.4414px
}

.product-section .fullbtn {
    cursor: pointer !important;
    z-index: 99999 !important;
    width: 22px
}

.product-section .fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99 !important;
    margin: 0 !important
}

.product-section .fullscreen .close-button {
    display: block
}

.product-section .fullscreen .close-button img{
    position: static;
    transform: none;
    max-height: initial;
    width: 22px;
}

.product-section .fullscreen .gallery-top {
    height: 100%
}

.product-section .fullscreen .gallery-top .swiper-button-next {
    margin-right: 0
}

.product-section .fullscreen .gallery-top .swiper-button-prev {
    margin-left: 0
}

.product-section .fullscreen .fullbtn {
    display: none !important
}

.product-section .fullscreen img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: calc(100vh - 200px);
    width: auto;
    text-align: right;
    margin: auto;
    margin-right: auto;
    margin-right: auto;
    margin-right: auto;
    display: block;
    margin-right: 0;
    max-width: 100%
}

.product-section .fullscreen .mb-4 {
    margin-bottom: 0 !important
}

.product-section .close-button {
    display: none;
    height: 30px;
    width: 30px;
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 9999
}

.product-section .swiper-container {
    width: 100%;
    height: 100%;
    position: static
}

.product-section .swiper-pagination-bullet-active {
    background: blue
}



/*terms page start here*/


.terms h5{
    font-size: 12px;
    color: inherit;
    font-weight: 700;
    margin-bottom: 15px;
}

.terms .row [class^="col-"]{
    padding-left: 0;
    padding-right:0;
}


.terms p{
    margin-bottom: 5px;
}

.terms p:last-child{
    margin-bottom: 25px;
}

.terms p::before{
    content: none;
    font-size: 12px;
}

/*footer start here*/



footer{
    padding-left: 174px;
    padding-right: 239px;
}

footer .copyright{
    max-width: 887px;
    margin: auto auto 1rem auto;
}

footer .nolink {
    pointer-events: none;
}

footer .row [class^="col-"]{
    padding: 0;
}

footer p{
    font-size: 12px;
    margin: 0;
}

footer span{
    margin: 0 5px;
}

footer ul li{
    font-size: 12px;
    margin-right: 20px;    
}

footer ul li:last-child{
    margin-right: 0;
}

footer hr{
    max-width: 855px;
}

footer ul{
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
}

.shoplist .container{
    max-width: 1440px;
    
}

@media screen and (max-width: 1024px) {
    
    footer{
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .terms .row{
        margin: 0!important;
        padding: 0!important;
    }     
}

@media screen and (max-width: 639px) {
    footer{
        padding: 0;
    }
    
    footer ul{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
}



/*# sourceMappingURL=style.css.map */