@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Header - Logo
	3.2 Header - Main Navigation
	3.3 Header - Search
	3.4 Header - Shopping
	3.5 Header - Burger
4. Home
	4.1 Home Slider
5. Menu
6. Promo
7. New Arrivals
8. Extra
9. Gallery
10. Testimonials
11. Newsletter
12. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@font-face {
    font-family: 'Lucida';
	src: url('../fonts/lucida_bright_regular.ttf')  format('truetype');
}

@font-face {
    font-family: 'Lucida';
	src: url('../fonts/lucida_bright_demi.ttf')  format('truetype');
	font-weight: 700;
}

@font-face {
    font-family: 'Beyond';
	src: url('../fonts/beyond_the_mountains.otf')  format('opentype'),
		 url('../fonts/beyond_the_mountains.ttf')  format('truetype');
}

/*********************************
2. Body and some general stuff
*********************************/

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body {
    padding-top: 120px;
	/* font-family: 'Open Sans', sans-serif; */
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #2f2f2f;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p a:active {
    position: relative;
    color: #FF6347;
}

p a:hover {
    color: #FFFFFF;
    background: #ffa07f;
}

p a:hover::after {
    opacity: 0.2;
}

::selection {
}

p::selection {
}

img {
    max-width: 100%;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection {
}

.form-control {
	/* color: #db5246; */
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

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

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.nopadding {
    padding: 0px !important;
}

.section_title_container {
}

.section_subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #937c6f;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.section_title {
    font-family: 'Lucida', serif;
    font-size: 60px;
    text-transform: uppercase;
    color: #2f2f2f;
    margin-top: -4px;
}

.button {
    width: 180px;
    height: 46px;
    background: #937c6f;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.button a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0.2em;
    line-height: 46px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.button:hover {
    background: #e0e3e4;
}

.button:hover a {
    color: #232323;
}

.btn {
    font-size: .9rem;
}

.label-danger {
    display: inline;
    padding: 0.3em .6em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    background-color: #d03f3f;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

/*********************************
3. Header
*********************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #FFFFFF;
    z-index: 100;
    padding-left: 60px;
    padding-right: 64px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header.scrolled {
    height: 80px;
}

.header_inner {
    width: 100%;
    height: 100%;
}

/*********************************
3.1 Header - Logo
*********************************/

.logo a {
	/* font-family: 'Lucida', serif; */
    font-size: 20px;
    color: #2f2f2f;
}

/*********************************
3.2 Header - Main Navigation
*********************************/

.main_nav {
    padding-left: 252px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}

.main_nav ul li {
    display: inline-block;
    margin-right: 50px;
}

.main_nav ul li:last-child {
    margin-right: 0;
}

.main_nav ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #2f2f2f;
    font-weight: 600;
    letter-spacing: 0.2em;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main_nav ul li a:hover {
    color: #937c6f;
}

/*********************************
3.3 Header - Search
*********************************/

.search {
    display: inline-block;
    width: 400px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

.search_input {
    width: 100%;
    height: 43px;
    background: #f9f5f5;
    border: none;
    outline: none;
    padding-left: 20px;
}

.search_button {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 19px;
    height: 19px;
    background: transparent;
    border: none;
    outline: none;
}

.search_button:focus {
    outline: none !important;
}

.search_button img {
    max-width: 100%;
}

/*********************************
3.4 Header - Shopping
*********************************/

.shopping {
    display: inline-block;
    margin-left: 111px;
    padding-right: 161px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.shopping a {
    display: inline-block;
    margin-right: 10px;
}

.shopping a:last-child {
    margin-right: 0;
}

.cart_num_container,
.star_num_container {
    position: absolute;
    top: 13px;
    left: -5px;
    width: 15px;
    height: 15px;
    background: #937c6f;
    border-radius: 50%;
}

.cart_num_inner,
.star_num_inner {
    width: 100%;
    height: 100%;
}

.cart_num,
.star_num {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 9px;
    font-weight: 600;
    color: #FFFFFF;
}

.star img {
    width: 20px;
    height: 20px;
}

.avatar img {
    width: 20px;
    height: 20px;
}

/*********************************
3.5 Header - Burger
*********************************/

.burger_container {
    position: absolute;
    top: calc(50% + 4px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 22px;
    height: 16px;
    cursor: pointer;
}

.burger_container div {
    width: 100%;
    height: 2px;
    background: #232323;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    pointer-events: none;
}

.burger_container:hover div {
    background: #937c6f;
}

/*********************************
4. Home
*********************************/

.home {
    width: 100%;
}

.home_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_container {
    width: 100%;
    height: 397px;
}

.home_content {
    position: absolute;
    left: 0;
    top: 62.4%;
}

.home_title {
    font-family: 'Lucida', serif;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 0.75;
}

.breadcrumbs {
    margin-top: 6px;
}

.breadcrumbs ul li {
    display: inline-block;
    position: relative;
    font-family: 'Lucida', serif;
    font-size: 16px;
    color: #FFFFFF;
}

.breadcrumbs ul li a {
    font-family: 'Lucida', serif;
    font-size: 16px;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.breadcrumbs ul li::after {
    display: inline-block;
    content: '/';
    margin-left: 6px;
}

.breadcrumbs ul li:last-child::after {
    display: none;
}

.breadcrumbs ul li a:hover {
    color: #937c6f;
}

/*********************************
4.1 Home Slider
*********************************/

.home_slider_container {
    width: 100%;
    height: 100%;
}

.other .home_slider_container {
    overflow: hidden;
    height: 250px;
}

.other .home_slider_container img {
    margin-top: -160px;
}

.home_slider_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home_slider_content {
    position: absolute;
    top: 56.3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.home_slider_content_inner {
    background: #937c6f;
}

.home_slider_title {
    font-family: 'Lucida', serif;
    font-size: 72px;
    color: #FFFFFF;
    height: 99px;
    line-height: 99px;
    padding-left: 31px;
    padding-right: 19px;
    white-space: nowrap;
}

.home_slider_subtitle {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -37px;
    height: 37px;
    background: #2f2f2f;
    color: #FFFFFF;
    padding-left: 34px;
    padding-right: 34px;
    line-height: 37px;
    font-family: 'Lucida', serif;
    font-size: 18px;
    white-space: nowrap;
}

.home_slider_next {
    position: absolute;
    top: 54%;
    right: 60px;
    width: 45px;
    height: 45px;
    background: #937c6f;
    z-index: 10;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.home_slider_next:hover {
    background: #2f2f2f;
}

.home_slider_dots_container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.home_slider_dots {
    display: inline-block;
    position: absolute;
    top: -54px;
    left: 0;
}

.home_slider_dots ul {
    display: inline-block;
}

.home_slider_dots ul li {
    display: inline-block;
    position: relative;
    font-family: 'Lucida', serif;
    font-size: 18px;
    color: #FFFFFF;
    margin-right: 7px;
    cursor: pointer;
}

.home_slider_dots ul li:last-child {
    margin-right: 0;
}

.home_slider_custom_dot div {
    display: inline-block;
    width: 0px;
    height: 1px;
    background: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-left: 4px;
    margin-right: -4px;
}

.home_slider_custom_dot.active div {
    width: 100px;
}

.home_slider .owl-dots {
    display: none !important;
}

/*********************************
5. Menu
*********************************/

.menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #FFFFFF;
    z-index: 101;
    padding-right: 60px;
    padding-top: 87px;
    padding-left: 50px;
}

.menu.active {
    right: 0;
}

.menu_close_container {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.menu_close {
    width: 100%;
    height: 100%;
    transform-style: preserve-3D;
}

.menu_close div {
    width: 100%;
    height: 2px;
    background: #232323;
    top: 8px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_close div:last-of-type {
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center;
}

.menu_close:hover div {
    background: #937c6f;
}

.menu .logo {
    margin-bottom: 60px;
}

.menu_nav ul li {
    margin-bottom: 11px;
}

.menu_nav ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #2f2f2f;
    font-weight: 600;
    letter-spacing: 0.2em;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_nav ul li a:hover {
    color: #937c6f;
}

.menu .search {
    width: 100%;
    margin-bottom: 67px;
}

/*********************************
6. Promo
*********************************/

.promo {
    padding-top: 88px;
}

.promo_container {
    margin-top: 75px;
}

.promo_item {
    width: 100%;
}

.promo_image {
    width: 100%;
}

.promo_image img {
    max-width: 100%;
}

.promo_link {
    width: 100%;
    height: 60px;
    background: #2f2f2f;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.promo_link a {
    display: block;
    font-family: 'Lucida', serif;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.promo_link:hover {
    background: #222222;
}

.promo_link:hover a {
    color: #937c6f;
}

.promo_content {
    position: absolute;
    top: 43.6%;
    z-index: 1;
}

.promo_content_1 {
    right: 0;
    text-align: right;
    padding-right: 14px;
}

.promo_content_2 {
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(35, 35, 35, 0.63);
    padding-bottom: 9px;
    padding-top: 2px;
}

.promo_content_3 {
    top: 30%;
    left: 15px;
    background: #232323;
    padding-left: 10px;
    text-align: right;
    padding-right: 22px;
    padding-top: 39px;
    padding-bottom: 41px;
}

.promo_title {
    font-family: 'Lucida', serif;
    font-size: 30px;
    color: #FFFFFF;
}

.promo_subtitle {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -3px;
}

.promo_content_3 .promo_subtitle {
    text-transform: none;
    font-weight: 400;
    font-style: italic;
}

/*********************************
7. New Arrivals
*********************************/

.arrivals {
    padding-top: 88px;
    padding-bottom: 95px;
}

.products_container {
    margin-top: 98px;
}

.product {
}

.product_image {
    width: 100%;
}

.product_image img {
    max-width: 100%;
}

.rating {
    margin-top: 24px;
}

.rating i {
    font-size: 10px;
    margin-right: 1px;
    color: #e0e3e4;
}

.rating i:last-child {
    margin-right: 0px;
}

.rating_1 i:first-child {
    color: #f5c06f;
}

.rating_2 i:first-child {
    color: #f5c06f;
}

.rating_2 i:nth-child(2) {
    color: #f5c06f;
}

.rating_3 i:first-child {
    color: #f5c06f;
}

.rating_3 i:nth-child(2) {
    color: #f5c06f;
}

.rating_3 i:nth-child(3) {
    color: #f5c06f;
}

.rating_4 i:first-child {
    color: #f5c06f;
}

.rating_4 i:nth-child(2) {
    color: #f5c06f;
}

.rating_4 i:nth-child(3) {
    color: #f5c06f;
}

.rating_4 i:nth-child(4) {
    color: #f5c06f;
}

.rating_5 i:first-child {
    color: #f5c06f;
}

.rating_5 i:nth-child(2) {
    color: #f5c06f;
}

.rating_5 i:nth-child(3) {
    color: #f5c06f;
}

.rating_5 i:nth-child(4) {
    color: #f5c06f;
}

.rating_5 i:nth-child(5) {
    color: #f5c06f;
}

.product_content {
    margin-top: 7px;
}

.product_info {
    float: left;
}

.product_name a {
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_name a:hover {
    color: #937c6f;
}

.product_price {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-top: 0px;
}

.product_options {
    float: right;
    transform: translateY(11px);
}

.product_option {
    width: 37px;
    height: 37px;
    cursor: pointer;
}

.product_buy {
    display: inline-block;
    background: #937c6f;
    vertical-align: middle;
    margin-right: 4px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_buy img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 23px;
    height: 23px;
}

.product_buy:hover {
    background: #2f2f2f;
}

.product_fav {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    background: #e0e3e4;
    line-height: 37px;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_fav:hover {
    color: #FFFFFF;
    background: #232323;
}

/*********************************
8. Extra
*********************************/

.extra {
    width: 100%;
    padding-left: 62px;
    padding-right: 62px;
}

.extra_promo {
    width: calc((100% - 30px) / 2);
    height: 616px;
    float: left;
}

.extra_promo_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.extra_promo_1 {
    margin-right: 30px;
    padding-top: 43px;
    padding-left: 45px;
    padding-bottom: 46px;
    padding-right: 45px;
}

.extra_1_content {
    max-width: 425px;
    height: 100%;
    background: rgba(35, 35, 35, 0.95);
    border: solid 2px #937c6f;
    padding-left: 40px;
    padding-right: 40px;
}

.extra_1_price {
    font-family: 'Beyond', sans-serif;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 0.75;
}

.extra_1_price span {
    font-size: 18px;
}

.extra_1_title {
    font-family: 'Lucida', serif;
    font-size: 30px;
    color: #937c6f;
    margin-top: 39px;
}

.extra_1_text {
    font-size: 12px;
    color: #aeaeae;
    margin-top: 26px;
    line-height: 2;
}

.extra_1_button {
    margin-top: 39px;
}

.extra_promo_2 {
    border: solid 2px #937c6f;
    padding-top: 43px;
    padding-bottom: 46px;
}

.extra_2_content {
    max-width: 408px;
    height: 100%;
    background: transparent;
    padding-top: 27px;
    padding-left: 37px;
    padding-right: 37px;
}

.extra_2_title {
    transform: translateX(20px);
}

.extra_2_center {
    font-family: 'Lucida', serif;
    font-size: 200px;
    color: #937c6f;
    line-height: 0.75;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
}

.extra_2_top {
    position: absolute;
    left: -50px;
    top: -32px;
    font-family: 'Beyond', sans-serif;
    font-size: 72px;
    line-height: 0.75;
    color: #232323;
}

.extra_2_bottom {
    position: absolute;
    left: -43px;
    bottom: -28px;
    font-family: 'Beyond', sans-serif;
    font-size: 72px;
    line-height: 0.75;
    color: #232323;
}

.extra_2_text {
    font-size: 12px;
    color: #aeaeae;
    margin-top: 83px;
    line-height: 2;
}

.extra_2_button {
    margin-top: 36px;
}

/*********************************
9. Gallery
*********************************/

.gallery {
    width: 100%;
    padding-top: 88px;
    padding-left: 44px;
    padding-right: 44px;
    padding-bottom: 42px;
    margin-top: 99px;
}

.gallery_item a {
    display: block;
    outline: none;
}

.gallery_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.gallery_title {
}

.gallery_title ul li {
    display: inline-block;
    margin-right: 34px;
}

.gallery_title ul li:last-child {
    margin-right: 0;
}

.gallery_title ul li a {
    font-family: 'Lucida', serif;
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.gallery_title ul li a:hover {
    color: #937c6f;
}

.gallery_text {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 5px;
}

.gallery_button {
    margin: 0 auto;
    margin-top: 40px;
}

.gallery_slider_container {
    margin-top: 55px;
}

/*********************************
10. Testimonials
*********************************/

.testimonials {
    width: 100%;
    padding-top: 88px;
    padding-bottom: 93px;
}

.test_slider_container {
    margin-top: 65px;
}

.test_text {
    font-family: 'Lucida', serif;
    font-size: 24px;
    color: #8a8a8a;
    font-style: italic;
    line-height: 1.75;
}

.test_image {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 26px;
}

.test_image img {
    max-width: 100%;
}

.test_name {
    font-family: 'Lucida', serif;
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    margin-top: 14px;
}

.test_title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #937c6f;
    margin-top: 4px;
}

/*********************************
11. Newsletter
*********************************/

.newsletter {
    width: 100%;
    padding-left: 62px;
    padding-right: 62px;
}

.newsletter_content {
    width: 100%;
    padding-top: 88px;
    padding-bottom: 94px;
}

.newsletter_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.newsletter .section_subtitle,
.newsletter .section_title {
    color: #FFFFFF;
}

.newsletter_container {
    margin-top: 75px;
}

.newsletter_input {
    width: 100%;
    height: 46px;
    background: #FFFFFF;
    padding-left: 25px;
    border: none;
    outline: none;
}

.newsletter_input::-webkit-input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #b3b3b3 !important;
}

.newsletter_input:-moz-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #b3b3b3 !important;
}

.newsletter_input::-moz-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #b3b3b3 !important;
}

.newsletter_input:-ms-input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #b3b3b3 !important;
}

.newsletter_input::input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #b3b3b3 !important;
}

.newsletter_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 142px;
    height: 46px;
    background: #937c6f;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.newsletter_button:hover {
    background: #e0e3e4;
    color: #232323;
}

.newsletter_text {
    font-size: 14px;
    font-style: italic;
    color: #FFFFFF;
    margin-top: 19px;
}

/*********************************
12. Footer
*********************************/

.footer {
    margin-top: 150px;
    padding-top: 50px;
    background-color: #eee;
}

.footer_logo a {
	/* font-family: 'Lucida', serif; */
    font-size: 26px;
    color: #232323;
}

.footer_nav {
    margin-top: 14px;
}

.footer_nav ul li {
    display: inline-block;
    margin-right: 30px;
}

.footer_nav ul li:last-child {
    margin-right: 0;
}

.footer_nav ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #232323;
    font-weight: 600;
    letter-spacing: 0.2em;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer_nav ul li a:hover {
    color: #937c6f;
}

.footer_social {
    margin-top: 51px;
}

.footer_social ul li {
    display: inline-block;
    margin-right: 36px;
}

.footer_social ul li:last-child {
    margin-right: 0;
}

.footer_social ul li a i {
    font-size: 24px;
    color: #937c6f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer_social ul li a i:hover {
    color: #e0e3e4;
}

.copyright {
    margin-top: 56px;
    padding-bottom: 13px;
    font-family: 'Lucida', serif;
    font-size: 12px;
    color: #232323;
}

.main_contents {
    margin-top: 20px;
}

/*********************************
6.1 Current Page
*********************************/

.current_page {
    margin-top: 10px;
}

.current_page ul li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #232323;
}

.current_page ul li::after {
    display: inline-block;
    content: '/';
    margin-left: 10px;
    margin-right: 6px;
}

.current_page ul li:last-child::after {
    display: none;
}

.current_page ul li a {
    font-size: 14px;
    color: #232323;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.current_page ul li a:hover {
    color: #937c6f;
}

.ec-role {
    margin: 0 auto;
	/* padding-left: 20px;
	padding-right: 20px; */
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    width: 100%;
	/* max-width: 1130px; */
}

.ec-pageHeader h2 {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 20px;
    padding: 10px 8px;
    font-size: 30px;
}

.ec-off1Grid .ec-off1Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 8.33333%;
    width: 83.33333%;
}

.ec-borderedDefs dl {
    display: flex;
    border-bottom: 1px dotted #ccc;
    margin: 0;
    flex-wrap: nowrap;
    padding: 15px 0 10px;
}

.ec-borderedDefs dt {
    padding-right: 10px;
    width: 30%;
    line-height: 1.8;
}

.ec-borderedDefs dd {
    width: 70%;
    line-height: 1.8;
}

/*********************************
7. Contact
*********************************/

.contact {
    width: 100%;
}

.review_form_container {
    width: 100%;
}

.review_form_title {
    font-family: 'Lucida', serif;
    font-size: 30px;
    color: #232323;
    text-transform: uppercase;
    line-height: 0.75;
    text-align: center;
}

.review_form_content {
    text-align: center;
}

.review_form {
    width: 100%;
}

.review_form div {
    margin-top: 27px;
    width: 100%;
}

.review_form_input {
    display: block;
    width: calc((100% - 60px) / 3);
    height: 53px;
    border: solid 1px #b5b5b5;
    outline: none;
    padding-left: 22px;
}

.review_form_text {
    width: 100%;
    height: 53px;
    border: solid 1px #b5b5b5;
    outline: none;
    padding-left: 22px;
    margin-top: 27px;
    height: 234px;
    padding-top: 20px;
}

.review_form_input::-webkit-input-placeholder,
.review_form_text {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #8c8c8c !important;
}

.review_form_input:-moz-placeholder,
.review_form_text {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #8c8c8c !important;
}

.review_form_input::-moz-placeholder,
.review_form_text {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #8c8c8c !important;
}

.review_form_input:-ms-input-placeholder,
.review_form_text {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #8c8c8c !important;
}

.review_form_input::input-placeholder,
.review_form_text {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #8c8c8c !important;
}

.review_form_button {
    width: 179px;
    height: 46px;
    border: none;
    outline: none;
    background: #937c6f;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    cursor: pointer;
    margin-top: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.review_form_button:hover {
    background: #e0e3e4;
    color: #232323;
}

/*********************************
8. Contact Text
*********************************/

.contact_text {
    width: 100%;
    padding-top: 101px;
    padding-bottom: 99px;
    background: #FFFFFF;
}

/*********************************
8.1 Contact Info
*********************************/

.contact_info {
}

.contact_title {
    font-family: 'Lucida', serif;
    font-size: 30px;
    color: #232323;
    text-transform: uppercase;
    line-height: 0.75;
}

.contact_info_content {
    margin-top: 99px;
}

.contact_info_content ul li {
    margin-bottom: 28px;
}

.contact_info_content ul li:last-child {
    margin-bottom: 0;
}

.contact_info_icon {
    display: inline-block;
    width: 22px;
    text-align: center;
}

.contact_info_icon img {
    max-width: 100%;
}

.contact_info_text {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #232323;
}

.contact_info_social {
    margin-top: 73px;
}

.contact_info_social ul li {
    display: inline-block;
    margin-right: 25px;
}

.contact_info_social ul li:last-child {
    margin-right: 0;
}

.contact_info_social ul li a i {
    font-size: 19px;
    color: #937c6f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.contact_info_social ul li a i:hover {
    color: #e0e3e4;
}

/*********************************
6. Cart
*********************************/

.cart_container {
    background: #FFFFFF;
}

.cart_title {
    font-family: 'Lucida', serif;
    font-size: 30px;
    color: #232323;
    text-transform: uppercase;
    line-height: 0.75;
}

.cart_bar {
    width: 100%;
    height: 57px;
    border: solid 1px #b5b5b5;
    margin-top: 64px;
}

.cart_bar_title_name,
.cart_bar_title_price,
.cart_bar_title_quantity,
.cart_bar_title_total {
    font-size: 14px;
    font-weight: 600;
    color: #232323;
}

.cart_bar_title_name {
    margin-left: 35px;
}

.cart_bar_title_content {
    width: 532px;
}

.cart_bar_title_content_inner {
    width: 100%;
}

.cart_bar_title_price {
    width: 31%;
    text-align: center;
}

.cart_bar_title_quantity {
    width: 37%;
    text-align: center;
}

.cart_bar_title_total {
    width: 22%;
    text-align: center;
}

.cart_bar_title_button {
    width: 10%;
    height: 100%;
}

.cart_product {
    border-bottom: solid 1px #b5b5b5;
    padding-bottom: 35px;
    padding-top: 32px;
}

.cart_product_info {
    width: 532px;
}

.cart_product_info_inner {
    width: 100%;
}

.cart_product_name a,
.cart_product_price,
.cart_product_total {
    font-size: 18px;
    font-weight: 600;
    color: #232323;
}

.cart_product_price {
    width: 31%;
    text-align: center;
}

.product_quantity_container {
    width: 37%;
    text-align: left;
}

.cart_product_total {
    width: 22%;
    text-align: center;
}

.cart_product_button {
    width: 10%;
    text-align: center;
}

.cart_product_name {
    margin-left: 35px;
}

.cart_product_name a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cart_product_name a:hover {
    color: #937c6f;
}

.product_quantity {
    display: inline-block;
    width: 122px;
    height: 41px;
    border: solid 1px #b5b5b5;
    overflow: hidden;
    padding-left: 11px;
    vertical-align: middle;
}

.product_quantity input {
    display: block;
    width: 30px;
    height: 41px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    text-align: left;
    padding-left: 9px;
    line-height: 39px;
    float: left;
}

.quantity_buttons {
    position: absolute;
    top: 0;
    right: 7px;
    height: 100%;
    width: 29px;
}

.quantity_inc, 
.quantity_dec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50%;
    cursor: pointer;
}

.quantity_control i {
    font-size: 16px;
    color: #232323;
    pointer-events: none;
}

.quantity_control:active {
    border: solid 1px rgba(14, 140, 228, 0.2);
}

.quantity_inc {
    padding-bottom: 0px;
    justify-content: flex-end;
}

.quantity_inc i {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

.quantity_dec {
    padding-top: 0px;
    justify-content: flex-start;
}

.quantity_dec i {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.cart_product_remove {
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.cart_product_remove img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cart_control_bar {
    padding-top: 31px;
    padding-bottom: 33px;
    border-bottom: solid 1px #b5b5b5;
}

.cart_button {
    height: 47px;
    border: solid 1px #b5b5b5;
    outline: none;
    background: #FFFFFF;
    padding-left: 34px;
    padding-right: 34px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-size: 14px;
    color: #232323;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cart_button_2 {
    height: 47px;
    border: solid 1px #b5b5b5;
    outline: none;
    background: #937c6f;
    padding-left: 34px;
    padding-right: 34px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cart_button_2:hover {
    background: #FFFFFF;
    color: #232323;
}

.cart_button:hover {
    background: #937c6f;
    color: #FFFFFF;
    border: solid 1px #937c6f;
}

.button_clear {
    margin-right: 8px;
}

.cart_extra {
    padding-top: 54px;
}

.cart_coupon_form {
    margin-top: 43px;
}

.cart_coupon_input {
    width: 297px;
    height: 47px;
    border: solid 1px #b5b5b5;
    outline: none;
    padding-left: 23px;
    margin-right: 11px;
}

.cart_coupon_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #232323 !important;
}

.cart_coupon_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #232323 !important;
}

.cart_coupon_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #232323 !important;
}

.cart_coupon_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #232323 !important;
}

.cart_coupon_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #232323 !important;
}

.cart_total {
    width: 100%;
}

.cart_total ul {
    width: 100%;
    margin-top: 43px;
    border: solid 1px #b5b5b5;
}

.cart_total ul li {
    width: 100%;
    height: 56px;
    padding-left: 40px;
    padding-right: 32px;
    border-bottom: solid 1px #b5b5b5;
}

.cart_total ul li:last-child {
    border-bottom: none;
}

.cart_total_button {
    width: 100%;
    height: 47px;
    border: solid 1px #b5b5b5;
    outline: none;
    background: #937c6f;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: 13px;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 13px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cart_total_button:hover {
    background: #FFFFFF;
    color: #232323;
}

/*********************************
6.2 Product Image
*********************************/

.product_row {
    margin-top: 50px;
}

.product_image {
}

.product_image_large {
    width: 100%;
}

.product_image_large img {
    max-width: 100%;
}

.product_image_thumbnails {
    margin-top: 28px;
}

.product_image_thumbnail {
    width: 166px;
    height: 166px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-right: 30px;
    cursor: pointer;
}

.product_image_thumbnail:last-child {
    margin-right: 0;
}

/*********************************
6.3 Product Content
*********************************/

.product_name {
    font-weight: 600;
    font-size: 26px;
    color: #232323;
    line-height: 1.4;
}

.product_price {
    font-size: 24px;
    font-weight: 600;
    margin-top: 9px;
    color: #333;
}

.rating {
    margin-top: 9px;
}

.rating i {
    font-size: 18px;
    margin-right: 3px;
    color: #e0e3e4;
}

.rating i:last-child {
    margin-right: 0px;
}

.rating_1 i:first-child {
    color: #f5c06f;
}

.rating_2 i:first-child {
    color: #f5c06f;
}

.rating_2 i:nth-child(2) {
    color: #f5c06f;
}

.rating_3 i:first-child {
    color: #f5c06f;
}

.rating_3 i:nth-child(2) {
    color: #f5c06f;
}

.rating_3 i:nth-child(3) {
    color: #f5c06f;
}

.rating_4 i:first-child {
    color: #f5c06f;
}

.rating_4 i:nth-child(2) {
    color: #f5c06f;
}

.rating_4 i:nth-child(3) {
    color: #f5c06f;
}

.rating_4 i:nth-child(4) {
    color: #f5c06f;
}

.rating_5 i:first-child {
    color: #f5c06f;
}

.rating_5 i:nth-child(2) {
    color: #f5c06f;
}

.rating_5 i:nth-child(3) {
    color: #f5c06f;
}

.rating_5 i:nth-child(4) {
    color: #f5c06f;
}

.rating_5 i:nth-child(5) {
    color: #f5c06f;
}

.in_stock_container {
    margin-top: 27px;
}

.in_stock {
    display: inline-block;
    position: relative;
    background: #e0e3e4;
    width: 15px;
    height: 15px;
}

.in_stock.in_stock_true::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: url(../images/checked.png);
}

.in_stock_container span {
    font-size: 14px;
    color: #232323;
    margin-left: 7px;
}

.product_text {
    margin-top: 56px;
}

.product_text p:last-of-type {
    margin-bottom: 0;
}

.product_quantity_container {
}

.product_quantity_container span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    vertical-align: middle;
}

.product_quantity {
    display: inline-block;
    width: 122px;
    height: 41px;
    border: solid 1px #b5b5b5;
    overflow: hidden;
    padding-left: 11px;
    vertical-align: middle;
    margin-left: 14px;
}

.product_quantity input {
    display: block;
    width: 30px;
    height: 41px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    text-align: left;
    padding-left: 9px;
    line-height: 39px;
    float: left;
}

.quantity_buttons {
    position: absolute;
    top: 0;
    right: 7px;
    height: 100%;
    width: 29px;
}

.quantity_inc, 
.quantity_dec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50%;
    cursor: pointer;
}

.quantity_control i {
    font-size: 16px;
    color: #232323;
    pointer-events: none;
}

.quantity_control:active {
    border: solid 1px rgba(14, 140, 228, 0.2);
}

.quantity_inc {
    padding-bottom: 0px;
    justify-content: flex-end;
}

.quantity_inc i {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

.quantity_dec {
    padding-top: 0px;
    justify-content: flex-start;
}

.quantity_dec i {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.product_size_container {
    margin-top: 54px;
}

.product_size {
    display: inline-block;
    vertical-align: middle;
}

.product_size_container span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #232323;
}

.regular_radio {
    display: none;
}

.regular_radio:checked + label {
    background: #937c6f;
    color: #FFFFFF;
}

.regular_radio + label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 48px;
    height: 41px;
    background: #FFFFFF;
    border: solid 1px #b5b5b5;
    cursor: pointer;
    margin-right: 8px;
}

.cart_button {
    margin-top: 55px;
}

.link_btn {
    display: inline-block;
    padding: 10px 30px;
    border: none;
    outline: none;
    background: #937c6f;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;
    margin-top: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.link_btn:hover {
    background: #e0e3e4;
    color: #232323;
}

.link_btn.logout {
    padding: 8px 10px;
    letter-spacing: 0;
    background: #777;
    font-size: 12px;
}

/*********************************
6. Checkout
*********************************/

.checkout {
    padding-bottom: 111px;
    background: #FFFFFF;
}

.checkout_title {
    font-family: 'Lucida', serif;
    font-size: 30px;
    color: #232323;
    text-transform: uppercase;
    line-height: 0.75;
}

/*********************************
6.1 Billing
*********************************/

.billing {
    padding-top: 93px;
}

.checkout_form_container {
    margin-top: 64px;
}

.checkout_input {
    width: 100%;
    height: 57px;
    border: solid 1px #b5b5b5;
    margin-bottom: 22px;
    padding-left: 34px;
    outline: none;
}

.checkout_input_50 {
    width: calc((100% - 30px) / 2);
}

.checkout_input::-webkit-input-placeholder,
.checkout_comment::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #232323 !important;
}

.checkout_input:-moz-placeholder,
.checkout_comment:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #232323 !important;
}

.checkout_input::-moz-placeholder,
.checkout_comment::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #232323 !important;
}

.checkout_input:-ms-input-placeholder,
.checkout_comment:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #232323 !important;
}

.checkout_input::input-placeholder,
.checkout_comment::input-placeholder {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #232323 !important;
}

.country_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #232323 !important;
    cursor: pointer;
}

.checkout_comment {
    width: 100%;
    border: solid 1px #b5b5b5;
    outline: none;
    height: 212px;
    padding-left: 34px;
    padding-top: 20px;
}

.billing_options {
    margin-top: 29px;
}

.regular_checkbox {
    display: none;
}

.regular_checkbox + label {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 22px;
    height: 19px;
    background: #FFFFFF;
    border: solid 1px #b5b5b5;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 0;
}

.regular_checkbox + label img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.billing_account span,
.billing_shipping span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    margin-left: 10px;
}

.billing_shipping {
    margin-top: 13px;
}

.regular_checkbox + label img {
    display: none;
}

.regular_checkbox:checked + label img {
    display: block;
}

#DEFAULT_MEMBER-KIYAKU_INDEX dl {
    margin-bottom: 40px;
}

#mypage h2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
}

.ec-role h2 {
    margin-top: 40px;
}

#mypage h2 .hinfo {
    font-size: 16px;
}

#mypage h2 .hinfo span {
    font-weight: bold;
}

.mylmenu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    background: #937c6f;
}

.mylmenu li {
    -webkit-flex: 0 0 19.5%;
    flex: 0 0 19.5%;
}

.mylmenu li a {
    display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    font-weight: bold;
    font-size: 15px;
    color: #937c6f;
}

.mylmenu i {
    margin-right: 10px;
    vertical-align: text-bottom;
    font-size: 21px;
}

#mypage .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#mypage .box .minfo {
    -webkit-flex: 0 0 65%;
    flex: 0 0 65%;
    padding: 30px;
    background-color: #eee;
    border-radius: 4px;
}

#mypage .box .mlink {
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    padding: 30px 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

#mypage .box .mlink ul {
    padding-left: 30px;
}

#mypage .box .mlink ul li {
    margin-bottom: 5px;
    list-style-type: disc;
}

#mypage .box .mlink ul li a {
    text-decoration: underline;
}

#mypage .file_list {
    margin-top: 30px;
}

#mypage .file_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#mypage .file_list ul li {
    flex: 0 0 18%;
    margin-bottom: 10px;
    margin-left: 2%;
    list-style-type: disc;
}

#mypage .file_list ul li:nth-child(5n+1) {
    margin-left: 0;
}

#mypage .file_list ul.st3 li {
    flex: 0 0 31%;
    margin-bottom: 10px;
    margin-left: 2%;
    list-style-type: disc;
}

#mypage .file_list ul li:nth-child(3n+1) {
    margin-left: 0;
}

#mypage .file_list ul li a {
    text-decoration: underline;
}

#mypage .blk h3 {
    margin-bottom: 30px;
    font-size: 20px;
}

#mypage .blk {
    margin-top: 50px;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

#mypage .blk ul {
    padding-left: 30px;
}

#mypage .blk ul li {
    margin-bottom: 5px;
    list-style-type: disc;
}

#mypage .blk ul li a {
    text-decoration: underline;
}

.home .main_contents h3 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 22px;
}

.home .main_contents .rows {
    margin-top: 20px;
    padding: 20px;
    background-color: #f9f5f5;
}

.home .main_contents .rows .list {
    margin-top: 20px;
}

.home .main_contents .rows .list:nth-child(1) {
    margin-top: 0;
}

.home .main_contents .rows .list > a,
.home .main_contents .rows .list .in {
    display: block;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #fff;
    color: #333;
}

.home .main_contents .rows .list > a:hover {
    border: 2px solid #937c6f;
}

.home .main_contents .rows .list .title {
    font-weight: bold;
    font-size: 18px;
}

.home .main_contents .rows .list .title span {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 15px;
    text-align: center;
    background-color: #937c6f;
    font-size: 14px;
    color: #fff;
}

.home .main_contents .rows .list .info {
    margin-top: 10px;
}

.home .main_contents .rows .list.t2 .info {
    margin-top: 0;
    margin-bottom: 10px;
}

.home .main_contents .rows .list .body {
    margin-top: 30px;
}

.home .main_contents .rows .list .body dl {
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
    margin-bottom: 0;
}

.home .main_contents .rows .list .body dl dt {
    -webkit-flex: 0 0 110px;
    flex: 0 0 110px;
}

.home .main_contents .rows .list .body dl dd {
    margin-bottom: 0;
}

.btn_blk {
    margin-top: 50px;
    text-align: center;
}

.news_blk {
    margin-bottom: 20px;
}

.news_blk .list {
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
}

.news_blk .list .date {
    -webkit-flex: 0 0 150px;
    flex: 0 0 150px;
}

.news_blk .list a {
    text-decoration: underline;
}

.main_contents .content .date {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: right;
}

.pref_blk {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pref_blk .exbtn {
    -webkit-flex: 0 0 13%;
    flex: 0 0 13%;
    margin: 0 1% 20px;
}

.pref_blk .exbtn a {
    display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    background-color: #937c6f;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.profile_img {
    margin-top: 20px;
}

.profile_img img {
    max-width: 210px;
}

/*********************************
7 others 2022/08/17
*********************************/

/*TOP�y�[�W*/
.main_nav ul li a {
    letter-spacing: 0px;
}

.main_nav ul li {
    margin-right: 20px;
}

.top_img_basic {
    margin-top: 40px;
}

.top_img_classic {
    margin-top: 40px;
    margin-right: 70px;
}

.top_a_banner {
    color: #FFFFFF;
}

.top_a_banner:visited {
    color: #FFFFFF;
}

.top_a_text {
    background-color: #937c6f;
    padding: 15px 10px;
    font-weight: bold;
}

.footer_nav ul li a {
    letter-spacing: 0px;
}

.footer_nav ul li {
    margin-right: 20px;
}

.footer {
    margin-top: 50px;
}
/*about�y�[�W*/
.other .home_slider_container {
    overflow: initial;
    height: initial;
}

.other .home_slider_container img {
    margin-top: initial;
}

.about_h2 {
    background-color: #d78312;
    color: #FFFFFF;
}

.text_left {
    text-align: left;
}

.about_text_20 {
    font-size: 20px;
}

.about_text_18 {
    font-size: 18px;
}

.about_bgc {
    background-color: #f6dd9d;
}

.about_padding {
    padding: 0 55px;
}

.about_position {
    position: absolute;
    font-size: 12px;
    top: 20px;
}

.about_link_btn {
    display: inline-block;
    padding: 10px 30px;
    border: none;
    outline: none;
    background: #f6dd9d;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;
    margin-top: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
/**/
.select_pref_name {
    font-size: 20px;
    width: 150px;
    height: 50px;
    padding: 10px;
    padding-left: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select_session {
    font-size: 20px;
    width: 210px;
    height: 50px;
    padding: 10px;
    padding-left: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input_text {
    font-size: 20px;
    width: 210px;
    height: 50px;
    padding: 10px;
    padding-left: 20px;
}

.receive_search_button {
    width: 100px;
    height: 50px;
    vertical-align: top;
}

.receive_bc_brown {
    background-color: #993333;
    color: #FFFFFF;
    width: 200px;
    height: auto;
}

.receive_bc_orange {
    background-color: #ff9933;
    color: #FFFFFF;
    width: 200px;
    height: auto;
}

.receive_bc_purple {
    background-color: #996699;
    color: #FFFFFF;
    width: 200px;
    height: auto;
}

.receive_bc_light_blue {
    background-color: #66cccc;
    color: #FFFFFF;
    width: 200px;
    height: auto;
}

.receive_bc_blue {
    background-color: #333399;
    color: #FFFFFF;
    width: 200px;
    height: auto;
}

.receive_fs {
    font-size: 16px;
}
/**/
.training_h2 {
    background-color: #f6dd9d;
    color: #000000;
}

.training_header h2 {
    font-size: 20px;
    font-weight: bold;
}

.mrl-5 {
    margin: 0 -5px;
}

.training_mb {
    margin-bottom: -50px;
}

.training_button {
    background-color: #907b6f;
}

.training_button a {
    color: #ffffff;
}

.training_text {
    width: 550px;
    height: 50px;
    font-size: 18px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 12px;
}

.select_box select {
    position: relative;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 20px;
    width: 150px;
    height: 50px;
    padding: 10px;
    padding-left: 20px;
}

.select_box {
    position: relative;
    width: 130px;
    margin-right: 40px;
}

.select_box:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 22px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    pointer-events: none;
    transform: translateY(-50%) rotate( -135deg);
}

.select_box2 select {
    position: relative;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 20px;
    width: 210px;
    height: 50px;
    padding: 10px;
    padding-left: 20px;
}

.select_box2 {
    position: relative;
    width: 190px;
    margin-right: 40px;
}

.select_box2:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 22px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    pointer-events: none;
    transform: translateY(-50%) rotate(
	-135deg);
}

.magin_r20 {
    margin-right: 20px;
}
/*become*/
.become_flex {
    display: -webkit-flex;
    display: flex;
    padding: 5px 0;
}

.become_flex_img {
    flex: 0 0 77px;
}

.become_fs {
    font-size: 20px;
}
/*�l�y�[�W*/
.original_box {
    display: block;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #fff;
    color: #333;
}
/*���� �S�̂̃t�H���g�T�C�Y��傫������ɂ������ĕύX���K�v�Ȍ�*/
/*TOP�y�[�W*/
.news_blk .list .date {
    flex: 0 0 160px;
}

.ec-role {
    font-size: 18px;
}
/*�p������*/
.current_page ul li a {
    font-size: 18px;
}

.current_page ul li {
    font-size: 18px;
}
/*�S�Ă�p�^�O*/
p {
    font-size: 18px;
}

.home .main_contents .rows .list .body dl dt {
    flex: 0 0 130px;
}

.about_link_btn {
    font-size: 18px;
}

@media (max-width: 991px) {
    .profile_img img {
        max-width: 100%;
    }

    .select_box {
        width: 100px;
        margin-right: 30px;
    }

    .select_box select {
        font-size: 16px;
        width: 110px;
        height: 40px;
        padding: 5px;
        padding-left: 10px;
    }

    .select_box:after {
        content: "";
        position: absolute;
        right: 5px;
        top: 18px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #000000;
        border-left: 2px solid #000000;
        pointer-events: none;
        transform: translateY(-50%) rotate( -135deg);
    }

    .select_box2 {
        width: 160px;
        margin-right: 40px;
    }

    .select_box2 select {
        font-size: 16px;
        width: 180px;
        height: 40px;
        padding: 5px;
        padding-left: 10px;
    }

    .select_box2:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 18px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #000000;
        border-left: 2px solid #000000;
        pointer-events: none;
        transform: translateY(-50%) rotate( -135deg);
    }

    .input_text {
        font-size: 16px;
        width: 180px;
        height: 40px;
        padding: 5px;
        padding-left: 10px;
    }

    .receive_search_button {
        height: 40px;
        width: 60px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .training_header h2 {
        font-size: 15px;
        font-weight: bold;
    }

    .training_text {
        width: 320px;
        height: auto;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
}