@charset "UTF-8";

/* CSS Document */


/*==============================================================
	Common Styles Initials
==============================================================*/

@font-face {
    font-family: 'cafetaregular';
    src: url('../fonts/cafeta__-webfont.eot');
    src: url('../fonts/cafeta__-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cafeta__-webfont.woff2') format('woff2'), url('../fonts/cafeta__-webfont.woff') format('woff'), url('../fonts/cafeta__-webfont.ttf') format('truetype'), url('../fonts/cafeta__-webfont.svg#cafetaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
    /* Prevent font scaling in landscape */
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    width: 100%;
    min-height: 100%;
    color: #423d40;
    background: #fff;
}

a {
    outline: none;
    text-decoration: none;
    color: #555;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

input,
textarea,
select {
    outline: none;
    resize: none;
    font-family: 'Open Sans', sans-serif;
}

a,
input,
button {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0 0 20px 0;
    padding: 0;
}

.slick-slide {
    outline: none !important;
}

.bg_img {
    display: none;
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #3c77a8;
}

.form-control:-moz-placeholder {
    opacity: 1;
    color: #3c77a8;
}

.form-control::-moz-placeholder {
    opacity: 1;
    color: #3c77a8;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #3c77a8;
}

.container {
    max-width: 975px;
    width: 100%;
    padding: 0 15px;
}

h2 {
    font-size: 40px;
    color: #671d48;
    font-weight: 300;
    padding-bottom: 22px;
}

h3 {
    font-size: 22px;
    color: #671d48;
    font-weight: 400;
    padding-bottom: 14px;
}

h4 {
    font-size: 18px;
    color: #671d48;
    font-weight: 400;
    padding-bottom: 14px;
}

.weight-600 {
    font-weight: 600;
}


/*==============================================================
	header Style
==============================================================*/

.header-wrap {
    background: #ffffff;
    position: relative;
    z-index: 123;
    padding: 24px 0 11px;
}

.header-wrap .container {
    position: relative;
}

.logo {
    float: left;
    width: 180px;
    position: relative;
}

.logo a {
    display: inline-block;
}

.menu-icon {
    display: none;
    float: right;
}

.menu-icon a {
    display: block;
    height: 38px;
    width: 52px;
    background: #e8e8e8;
    text-align: center;
    padding-top: 8px;
}

.cart-header {
    float: right;
    margin-right: -59px;
    padding-top: 80px;
}

.cart-header a {
    display: block;
    height: 38px;
    width: 52px;
    background: #e8e8e8;
    text-align: center;
    padding-top: 9px;
}

.menu {
    float: right;
    width: calc(100% - 180px);
    padding: 80px 0 0;
}

.menu ul {
    float: right;
}

.menu ul.collapse {
    display: block;
}

.menu ul li {
    color: #58473d;
    font-size: 18px;
    float: left;
}

.menu ul li a {
    display: block;
    color: #58473d;
    padding: 5px 16px 6px;
    font-family: 'cafetaregular';
    letter-spacing: 0.030em;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu ul li a:before {
    content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: #58473d;
}

.menu ul li:nth-last-child(2) a:before,
.menu ul li:last-child a:before {
    display: none;
}

.menu ul li.curent-menu-item a {
    color: #ffffff;
    background: #58473d;
}

.menu ul li a:hover {
    color: #ffffff;
    background: #58473d;
}

.menu ul li.select a {
    background: #b5161e;
    color: #ffffff;
}

.menu ul li:last-child a {
    border: 0;
}

.banner-wrap {
    padding-bottom: 16px;
}

.product-tab-nav .nav-link {
    background: #58473e;
    font-family: 'cafetaregular';
    letter-spacing: 0.030em;
    color: #ffffff;
    font-size: 28px;
    text-align: left;
    padding-left: 35px;
}
.product-tab-nav .nav-item{
    width: 50%;
}

.product-tab-nav .nav-link.active {
    background: #b5161f;
}

.product-tab-nav .nav-link:after {
    content: "";
    width: 21px;
    height: 21px;
    background: url(../images/right-arrow.png) no-repeat;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 23px;
}

.product-tab-nav .nav-link.active:after {
    background: url(../images/down-arrow.png) no-repeat;
    background-position: center;
}

.product-list {
    padding-top: 16px;
}

.product-list ul {
    margin-left: -9px;
    margin-right: -9px;
}

.product-list ul li {
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 40px;
}

.product-list ul li>img {
    width: 100%;
}

.product-list ul li h3 {}

.product-list ul li h3{
    background: #eae8e8;
    font-size: 22px;
    color: #58473e;
    font-family: 'cafetaregular';
    display: block;
    padding: 8px 10px;
}
.add-cart-product{
    padding-top: 7px;
}
.product-list ul li .quantity .qty{
    width: 30px;
    padding: 0;
    border: 0;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.product-list ul li .wbu-quantity{
    width: auto !important;
    float: left !important;
}
.product-list ul li .button{
    display: inline-block;
    font-family: 'cafetaregular';
    font-size: 20px !important;
    color: #ffffff;
    background: #b5161f !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    float: right !important;
    font-weight: 400;
}
.product-list ul li .wbu-qty-button{
    width: 30px;
    height: 35px;
    background: #58473e;
    color: #ffffff;
    display: inline-block;
    line-height: 34px;
    padding: 0;
    text-align: center;
}

.footer-wrap footer {
    border-top: 1px solid #312a25;
    padding-bottom: 20px;
    text-align: right;
}

.footer-wrap footer a {
    display: inline-block;
    margin-top: -7px;
    background: #ffffff;
    font-size: 24px;
    line-height: 26px;
    padding-left: 9px;
    text-transform: uppercase;
    font-family: 'cafetaregular';
    color: #58473e;
}

.product-checkout-wrap{
    padding-bottom: 40px;
}
.checkout-title{
    background: #b5161f;
    font-family: 'cafetaregular';
    font-size: 28px;
    font-weight: 400;
    padding: 10px 35px;
    color: #ffffff;
}
.product-checkout-wrap .woocommerce-billing-fields{
    background: #e4e4e4;
    padding: 25px 35px;
    margin-bottom: 15px;
}
.order_review_checkout{
    background: #e4e4e4;
    padding: 25px 35px;
    margin-bottom: 15px;
}
.product-checkout-wrap .checkout-left{
    float: left;
    width: 25%;
    padding-right: 15px;
}
.product-checkout-wrap .checkout-left h3{
    font-size: 18px;
    color: #58473e;
    font-weight: 700;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
.product-checkout-wrap .checkout-right{
    float: right;
    width: 75%;
}
.product-checkout-wrap .checkout-right label{
    font-size: 17px;
    line-height: 20px !important;
    color: #58473e;
    font-weight: 700;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
.woocommerce form .form-row input.input-text{
    height: 37px;
    padding: 0 17px;
}
.woocommerce-checkout-review-order-table{
    border: 0;
}
.woocommerce table.shop_table{
    border: 0;
}
.woocommerce table.shop_table th{
    font-size: 17px;
    line-height: 20px;
    color: #58473e;
    font-weight: 700;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
.woocommerce a.remove{
    display: inline-block;
    background: #3f403f;
    color: #ffffff !important;
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 15px;
}
.woocommerce table.shop_table td{
    border: 0;
    color: #58473e;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 17px;
}
.woocommerce table.shop_table thead th{
    border-bottom: 1px solid #000;
}
.woocommerce table.shop_table .quantity .qty{
    border: 0 !important;
    background: none !important;
    color: #58473e;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: 700;
}
.woocommerce table.shop_table td.product-total{
    font-weight: 700;
}
.woocommerce table.shop_table tfoot .cart-subtotal th, .woocommerce table.shop_table tfoot .cart-subtotal td{
    border-top: 1px solid #000;
}
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td{
    border: 0;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after{
    display: none !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background: #b5161f;
    font-family: 'cafetaregular';
    font-size: 21px;
    font-weight: 400;
    color: #ffffff;
}

.delivery-location .checkout-right .form-row{
    float: left;
    width: 47%;
    display: block;
}
.delivery-location .checkout-right .form-row.byconsolewooodt_delivery_time{
    float: right;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
    font-weight: 400;
}
.woocommerce-info{
    border: 0;
    background: #7c7c7c;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: center;
}
.woocommerce-info::before{
    display: none;
}
.woocommerce-info a{
    color: #ffffff;
    display: inline-block;
    text-decoration: underline;
}
.woocommerce form .form-row{
    display: block;
}
.woocommerce-checkout #payment{
    background: transparent;
}
.product-checkout-wrap #payment ul.payment_methods{
    padding: 25px 35px 6px;
    margin-bottom: 15px;
    background: #e4e4e4;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background: #b5161f;
    font-family: 'cafetaregular';
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background: #b5161f;
}
.payment_method_paypal label{
    position: relative;
    padding-left: 30px;
}
.payment_method_paypal label:before{
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.payment_method_paypal label:after{
    content: "";
    width: 12px;
    height: 12px;
    background: #000000;
    position: absolute;
    left: 4px;
    top: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.custom-checkbox label{
    font-weight: 400 !important;
    line-height: 18px !important;
}
.custom-control{
    padding-left: 30px;
    cursor: pointer;
}
.custom-control-label{
    cursor: pointer;
}
.custom-control-label::before{
    width: 20px;
    height: 20px;
    top: 2px;
    background-color: transparent;
    border-radius: 0 !important;
    background: #ffffff;
    border: 2px solid #b1b1b1;
}
.custom-control-label::after{
    width: 20px;
    height: 20px;
    background-size: 60%;
    top: 2px;
}
.custom-control-input:focus ~ .custom-control-label::before{
    box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #000;
    border: 2px solid #000;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
    background-image: url(../images/check-mark.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #000;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{
    border: 2px solid rgba(0, 123, 255, 0);
}
.place-order{
    display: flex !important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.place-order .woocommerce-terms-and-conditions-wrapper{
    max-width: 300px;
}

.woocommerce-form-login .form-row label.inline{display: block !important; margin-top: 10px;}
.ui-timepicker-list li{padding: 3px 10px 3px 5px !important;}

.mm-navbars_top>.mm-navbar{
    background: #58473d;
    font-family: 'cafetaregular';
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
}
.mm-menu .mm-listitem_selected>a:not(.mm-btn_next), .mm-menu .mm-listitem_selected>span{
    color: #ffffff;
    background: #58473d;
}
.order_review_checkout{
    height: 310px;
}