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

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,
input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;}
html, body{height: 100%; border:none; -webkit-appearance:none;-ms-appearance:none; -webkit-text-size-adjust:none;-ms-text-size-adjust:none;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#373d48; font-size:13px;font-weight:400; line-height:22px; font-family: 'Teko', sans-serif;}
input,button,select,textarea {font-family: inherit;font-size: inherit;line-height: inherit;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0}

h1, h2, h3, h4, h5, h6{}
h1{font-family: 'Graduate', cursive; font-size: 50px;letter-spacing: 0.05em;line-height: 60px; color: #955122; text-transform: capitalize; font-weight: 400;}
h2{font-family: 'Teko', sans-serif; text-transform: uppercase; font-size: 25px; letter-spacing: 0.1em; color: #231f20; font-weight: 500;}
h3{font-family: 'Teko', sans-serif; text-transform: uppercase; font-size: 18px; letter-spacing: 0.1em; color: #231f20; font-weight: 300;}
h4{font-family: 'Merriweather', serif; font-size: 16px; color: #231f20;}
h5{}
h6{}

blockquote {padding: 10px 20px;margin: 0 0 20px;font-size: 17.5px;border-left: 5px solid #eee;}

p{ font-family: 'Merriweather', serif; font-size: 13px; line-height: 22px; color: #231f20 ;}
p a{font-size:13px; font-weight:400; line-height:22px; }

ul{padding:0;margin: 0;}
ul li{ font-size:13px;  color:#373d48; font-weight:400; line-height:18px; padding:0;margin: 0;}

ol{ margin:0; padding:0;}
ol li{ font-size:13px;  color:#373d48; font-weight:400; line-height:18px; padding:0 0 5px 0; list-style: decimal; margin-left:20px;}

hr { margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #eee;}

/* 3. Images
------------------------------------------------------------------------------*/
img{border:none; border-style: none; vertical-align: middle; max-width: 100%;}

/* 4. Link
------------------------------------------------------------------------------*/
a {color: #337ab7;text-decoration: none; color: #955122; font-family: 'Teko', sans-serif;}
a:hover,a:focus {color: #000;}

/* 5. Forms
------------------------------------------------------------------------------*/

input{line-height: normal;font-family: 'Merriweather', serif; vertical-align: top}
input[type='email'],input[type='text'],input[type='password'],input[type="tel"]{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;padding: 5px 10px;border: 1px solid #cbcbcb;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; height: 50px; background-color: transparent; width: 100%; display: inline-block; border: 1px solid #231f20;}
textarea{-webkit-appearance:none; border:none; -webkit-text-size-adjust:none;box-sizing: border-box;padding: 5px;display: block;overflow: auto;font-family: 'Merriweather', serif; max-width: 620px; width: 100%; height: 110px; border: 1px solid #231f20; resize: none}
input[type='email']:focus,input[type='text']:focus,input[type='password']:focus,textarea:focus{border-color: #955122}
button,input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;border:none;-webkit-text-size-adjust:none; box-sizing: border-box}
input[type="checkbox"],input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input[type="search"] {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/

/* commomn css */
/* opacity effect */
.opacity1{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity:1;opacity:1;}
.opacity0{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0; opacity:0; }

/* transition effect */
.tra{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

/* float */
.fleft{float: left;}
.fright{float: right;}

/* column grid */
.row{width: 100%;}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{float: left;}
.col-12 {width: 100%;}
.col-11 {width: 91.66666667%;}
.col-10 {width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.66666667%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666667%;}
.col-4 {width: 33.33333333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666667%;}
.col-1 {width: 8.33333333%;}

/* button */
.btn {display: inline-block;width: 100%; padding: 0px 15px;margin-bottom: 0;font-size: 18px;font-weight: normal;line-height:50px;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent; background: #955122; -o-transition: 0.4a ease all; -webkit-transition: 0.4a ease all; -moz-transition: 0.4a ease all; transition: 0.4a ease all; color: #fff; font-family: 'Teko', sans-serif; text-transform: uppercase; letter-spacing: 2px; -webkit-box-sizing: border-box; box-sizing: border-box;}
.btn:hover{ background-color: #000;}


.overflow-hidden {height: 100%; position: fixed; width: 100%; overflow: hidden; }

/* main container */
#wrapper{ width:100%; min-height:100%;}
.container{max-width:1180px;width: 100%; margin: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/* header */
header{ width:100%;top: 0; left: 0; height:auto; position: absolute; z-index: 999; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.mobile-nav .brand{display: none;}
.mobile-nav, #mobile-menu{display: none;}
header .container{position: relative;}
header .container .brand{position: absolute; left: 50%;  margin-left: -110px; /*top: 5px;*/ top: 10px;}
header .container .brand .stick_logo{opacity: 0; visibility: hidden; position: absolute; left: 0;}
header .container nav{width: 100%;}
header .container nav ul{list-style: none;}
header .container nav ul li{display: inline-block; vertical-align: top; position: relative;}
header .container nav ul li a{font-family: 'Teko', sans-serif; font-size: 16px; line-height: 35px; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500;}
header .container nav ul li a:after{ content: ''; position: absolute; left: 50%; width: 15px; height: 15px; border-radius: 50%; background-color: #fff; top:-12px; margin-left: -7.5px; visibility: hidden; opacity: 0; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; transition: 0.4s ease all;}
header .container nav ul li a:hover:after{visibility:visible; opacity: 1;}
header .container nav ul li.active a:after{visibility: visible; opacity: 1;}
header .container nav .left_nav{position: absolute; left: 50%; top: 4px; margin-left: -36%;}
header .container nav .left_nav li{margin-left: 95px;}
header .container nav .right_nav{position: absolute; right: 50%; top: 4px; margin-right: -36%;}
header .container nav .right_nav li{margin-right: 95px;}
header .log_cart{position: absolute; right: 3.5%; top: 5px;}
header .log_cart a{font-family: 'Teko', sans-serif; font-size: 16px; line-height: 35px; color: #fff; text-transform: uppercase; letter-spacing: 1.5px;  display: inline-block; vertical-align: top;}
header .log_cart span{display: inline-block; vertical-align: top; height: 15px; width: 1px; background-color: #fff; margin: 0 10px; margin-top: 8px;}
header.sticky{position: fixed; height: 38px; background-image: url(../images/site/repeater_nav.jpg); top: -1px; -webkit-box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.66);-moz-box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.66);box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.66); z-index: 99999}
header.sticky .log_cart a , .inner_page header .log_cart a{color: #231f20}
.inner_page header .log_cart a.btn{color: #fff}
header.sticky .log_cart span , .inner_page header .log_cart span{background: #231f20}
header.sticky .container .brand{top: 0;}
header.sticky .container .brand img{visibility: hidden; opacity: 0;}
header.sticky .container .brand .stick_logo{opacity: 1; visibility: visible;}
header.sticky .container nav ul li a , .inner_page header .container nav ul li a{color: #231f20;}
header.sticky .container nav ul li a:after , .inner_page header .container nav ul li a:after{background-color:#955122; }
.cart_cont {width: 311px; background-color: #231f20; position: absolute; right: 0; top: 35px; padding: 15px; z-index: 999; visibility: hidden; opacity: 0; z-index: 999;  -o-transition: 0.3s ease all; -webkit-transition: 0.3s ease all;transition: 0.3s ease all;}
.menu-cart:hover .cart_cont{opacity: 1; visibility: visible;}
.cart_cont .cart_list{margin-bottom: 6px;}
.cart_cont .top_section{ padding-bottom: 12px; border-bottom: 1px solid #c4c3c3;}
.cart_cont .bottom_section{padding-top: 15px;}
.cart_cont .left_img{float:left; width: 33%;}
.cart_cont .left_img img{width: 100%;}
.cart_cont .right_text{float:left; width: 67%; padding-left: 20px;}
.cart_cont .right_text h4{font-family: 'Teko', sans-serif; letter-spacing: 3px; color: #fffefe; font-weight: 400; text-transform: uppercase; line-height: 20px;}
.cart_cont .right_text p{color: #fff; line-height: 15px; font-weight: 300; margin-bottom: 5px; letter-spacing: 1px;}
.cart_cont a.btn{line-height: 50px; color: #fff;}
header.sticky .log_cart .cart_cont a.btn{line-height: 50px; color: #fff;}

/*--------- home page ------------*/
.home_banner{background-image: url(../images/site/banner-1.jpg);background-size: 100%; width: 100%; min-height: 800px; position: relative; z-index: 9}
.home_banner:after{position: absolute; content: ''; width: 100%; height: 100%; background-image: url(../images/site/lines.png); background-repeat: no-repeat; /*background-size:100% 102.5%;*/ background-size: 100% 101.3%; /*top: 5px;*/ top: 3px; left: 0;}
.slide_content{width: 90%; margin: 0 auto; padding-top: 20%; text-align: center; position: relative; z-index: 9999}
.slide_content h5{font-size: 20px; font-family: 'Teko', sans-serif; text-transform: uppercase; color: #fff; font-weight: 300; letter-spacing: 2px; position: relative;}
.slide_content .top_cont h5:after,.slide_content .top_cont h5:before{position: absolute; content: ''; background-image: url(../images/site/wire_divider.png); width: 47%; top: 0;height: 15px; background-repeat: no-repeat; background-size: 100%;}
.slide_content .top_cont h5:after{left: 0;  background-position:-35px;}
.slide_content .top_cont h5:before{right: 0;  background-position:right}
.slide_content .bottom_cont h5:after,.slide_content .bottom_cont h5:before{position: absolute; content: ''; background-image: url(../images/site/wire_divider.png); width: 44%; top: 0;height: 15px; background-repeat: no-repeat; background-size: 100% 100%;}
.slide_content .bottom_cont h5:after{left: 0;  background-position:-35px;}
.slide_content .bottom_cont h5:before{right: 0;  background-position:right}
.slide_content .bottom_cont h5 .star{width: 25px; height: 15px; background-image: url(../images/site/icon_star.png); background-repeat: no-repeat; background-position:top center; display: inline-block; vertical-align: middle; margin: 0 10px;}
.slide_content .slide_text span, .slide_content .slide_text h1 { font-size: 60px; text-align: center; font-family: 'Graduate', cursive; letter-spacing: 1.5px; color: #fff; line-height: 65px; margin: 15px 0; display: block; text-transform: capitalize;}
.slide_content .owl-controls .owl-nav{ display: none;}
.slide_content .owl-controls .owl-dots {top: 86px;/*top: 113px;*/width: 33px;position: absolute; transition: 0.4s ease all; right: -36.5%; margin-right: -1px;}
.slide_content .shop_now {width: 140px; height: 100px; display: block; margin: 0 auto; background-image: url(../images/site/shop_bttn.png); background-repeat: no-repeat; color: #fff; line-height: 100px; font-family: 'Teko', sans-serif; font-size: 18px; letter-spacing: 1.5px; margin-top: 7px; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.slide_content .shop_now:hover{background-image: url(../images/site/shop_bttn_hover.png);}
.fork {position: absolute; left: 50%; width: 35px; height: 100px; background-image: url(../images/site/fork.png); background-repeat: no-repeat; margin-left: -10px; bottom: 110px; -moz-animation: bounce 2s infinite;-webkit-animation: bounce 2s infinite;animation: bounce 2s infinite; z-index: 99}
.home_banner .owl-carousel .owl-stage-outer {height: auto !important;}

.featured {background-image: url(../images/site/repeater_home.jpg); height: 440px; position: relative; z-index: 99;}
.featured .container{background: #fff; position: relative; top: -39px; -webkit-box-shadow: -1px 3px 19px 0px rgba(0,0,0,0.46);-moz-box-shadow: -1px 3px 19px 0px rgba(0,0,0,0.46);box-shadow: -1px 3px 19px 0px rgba(0,0,0,0.46);}
.featured .container:before{position: absolute; content:; string; width: 188px; height: 180px; background-image: url(../images/site/stamp.png); background-repeat: no-repeat; right: 70px;top: -126px;}
.featured .container .sec {float: left; width: calc(100% / 3);}
.featured .container .sec:after{clear: both; content: ""; display: block;}

.featured .container .sec img {width: 100%; min-height: 260px;}
.featured .container .sec div {min-height: 260px;}
.featured .container .sec .text {text-align: center; padding: 25px 20px;}
.featured .container .sec .text h2 {margin-top: 14%;}
.featured .container .sec .text p {margin-bottom: 15px;}
.featured .container .sec .text a {font-size: 18px; letter-spacing: .1em;}

.featured .list{min-height: 260px; width: 393px; background-color: #ffffff; text-align: center;}
.featured .list .text_contnt{padding: 32px 30px;}
.featured .list img{width: 100%;}
.featured .list span{font-family: 'Graduate', cursive; display: block; font-size: 14px; text-transform: capitalize;}
.featured .list h2{margin: 10px 0}
.featured .list p{color: #231f20;}
.featured .list a{font-size: 18px; display: inline-block; letter-spacing: 1.5px; margin-top: 20px;}
.featured .feature_head {width: 225px; height: 30px; background-image: url(../images/site/label.png); background-repeat: no-repeat; text-align: center; position: absolute; left: 50%; margin-left: -120px; top: -30px;}
.featured .feature_head h3{ color: #fff; line-height: 30px;}
.img_quote{min-height: 800px; background-size: cover; position: relative; z-index: 9; background-attachment: fixed; background-repeat: no-repeat; text-align: center;}
.img_quote:after{position: absolute; content: ''; width: 100%; height: 100%; background-color: #231f20; left: 0; top: 0; opacity: .3;}
.img_quote .quote_text { position: relative; z-index: 99; width: 70%; margin: 0 auto;}
.img_quote .quote_text:after{position: absolute; content: ''; width: 190px; height: 160px; background-image: url(../images/site/signature.png); background-repeat: no-repeat; background-position: center; bottom: -112px; right: 0;}
.img_quote .quote_text h5{ font-size: 50px; font-family: 'Teko', sans-serif; vertical-align: middle; line-height: 50px; padding-top: 39%; display: block; text-transform: uppercase; color: #fff; font-weight: 300; letter-spacing:5px;}
.img_quote .quote_text h5 span{font-size: 18px; display: block;}
.place_serve{background-image: url(../images/site/repeater_home.jpg);height: 330px; position: relative; z-index: 999}
.place_serve .serve_list{background-image: url(../images/site/img_wood.jpg);height: 300px; padding-top: 27px; padding-bottom: 55px; position: relative; top: -61px;}
.place_serve .serve_list:after{position: absolute; width: 30%; height: 85%; content: ''; background-image: url(../images/site/cow.png); background-repeat: no-repeat; right: 0; bottom:0%;}
.place_serve .serve_list .place_list{height: 120px; text-align: center; position: relative;}
.place_serve .serve_list .place_list img{width: auto; display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.top_lab{width: 225px; height: 30px; background-image: url(../images/site/label.png); background-repeat: no-repeat; position: absolute; top: -30px; line-height: 30px; color: #fff; text-align: center; left: 50%; margin-left: -115px; font-family: 'Teko', sans-serif; letter-spacing: 3px; font-size: 18px;}
.place_serve .serve_list .owl-nav{display: none;}
.place_serve .serve_list .owl-nav{display: none;}
.place_serve .serve_list .owl-dots{width: 225px; height: 30px; background-image: url(../images/site/rotate_lab.png); background-repeat: no-repeat; position: absolute; bottom: -60px; left: 50%; margin-left: -115px;text-align: center;}
.place_serve .serve_list .owl-theme .owl-dot.active span,.place_serve .serve_list .owl-theme .owl-dots .owl-dot:hover span{ background-color: #fff;}


/*--------- Popup Section ------------*/
.overlay{position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); z-index: 999999; opacity: 0; visibility: hidden; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.overlay.active{opacity: 1; visibility: visible;}
/*#login{min-height: 490px;}*/
.pop_contener{ background-color: #fff; max-width: 540px; max-height: 90%; overflow: auto; width: 100%; padding: 40px 75px; position: fixed; left: 50%;  top: 50%; -webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%); z-index: 9999999; text-align: center; opacity: 1; visibility: visible; /*-o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all; */ display: none;}
.pop_contener.active{opacity: 1; visibility: visible;}
.pop_contener a.close{position: absolute; right: 15px; top: 15px; width: 20px; height: 20px; background-image: url(../images/site/close.png); background-repeat: no-repeat; background-position: center;}
.pop_contener h2{font-family: 'Graduate', cursive; text-align: center; margin-bottom: 25px; line-height: 30px; text-transform: capitalize;}
.pop_contener label{font-family: 'Merriweather', serif; font-size: 16px; margin-bottom: 10px; display: block; text-align: left }
.pop_contener input[type="text"],.pop_contener input[type="password"],.pop_contener input[type="email"]{margin-bottom: 15px;}
.pop_contener p a{font-family: 'Merriweather', serif; font-size: 13px; line-height: 22px; }
.pop_contener .check_box{text-align: center; background-image: url(../images/site/checkbox.png); background-repeat: no-repeat; background-position:  left center; display:inline-block; padding-left: 6px;}
.pop_contener .bottom_cont{margin-top: 32px;}
.pop_contener .bottom_cont h3{color: #955122; font-weight: 500;}
.pop_contener .check_box:hover{cursor: pointer}
.pop_contener .check_box.active{background-image: url(../images/site/checked.png);}
.pop_contener .check_box input[type="checkbox"]{opacity: 0; visibility: hidden;}
#create {padding-bottom: 75px;}
#create .btn{margin-top: 15px;}
#recover .btn{margin-top: 20px;}
#recover a{ font-size: 13px; font-weight: bold; font-family: 'Merriweather', serif;}
#create, #recover, #login, #credentials_info, #basic_info, #shipping_detail, #billing_detail {position: fixed; left: 50%;  top: 50%; -webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%); z-index: 9999999; text-align: center; opacity: 1; visibility: visible; display: none; -webkit-transition: none;-o-transition: none;transition: none;}

/*--------- About ------------*/
.page_bg{background-image: url(../images/site/repeater_insidepages.jpg);}
.page_structure{padding-top: 38px}
.page_structure.our_brand{background-image: url(../images/site/img_about_cows.jpg); background-attachment: fixed; background-size: 100%; min-height: 470px; background-position: center; background-repeat: no-repeat;}
.page_structure .top_head{margin: 40px 0;  text-align: center;}
.page_structure .top_head h1{position: relative; padding: 25px 0;}
.page_structure .top_head h1:before{position: absolute; width: 60px; height: 2px; background-color: #231f20; content: ''; bottom: 0; left: 50%; margin-left: -30px;}
.page_container .left_section{max-width: 230px; width: 100%; float: left; padding-right: 70px; padding-top: 5px;}
.page_container .left_section ul{list-style: none; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.page_container .left_section ul li {margin-bottom: 30px;text-align: right}
.page_container .left_section ul li a{font-size: 18px; color: #231f20;  -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; transition: 0.4s ease all; text-transform: uppercase; letter-spacing: 2px; font-weight: 500;}
.page_container .left_section ul li a:hover{color: #955122;}
.page_container .left_section ul li.active a{color: #955122;}
.page_container .left_section ul.stick {position: fixed; top: 50px; left: 0;  width: 230px; padding-right: 30px; padding-left: 4%;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; padding-top: 40px;}
.page_container .right_section{max-width: 710px; width: 100%; float: left; margin-left: 5px;}
.page_container .right_section h2{font-family: 'Graduate', cursive; letter-spacing: 2px; color: #231f20; line-height: 32px; margin-bottom: 30px; text-transform: capitalize;}
.page_container .right_section p{margin-bottom: 10px;}
.page_container .right_section img{margin-bottom: 60px;}

/*--------- FAQS ------------*/
.page_structure .left_part{width: 50%; float: left;}
.page_structure.fqa {/*padding-top: 65px;*/}
.page_structure.fqa .left_part{position: fixed; left: 0; top: 35px; background-image: url(../images/site/img_faq.jpg); background-size: cover; background-position: center; width: 50%; height: 100%;}
.page_structure.fqa .left_part img{width: 100%;}
.page_structure .right_part{width: 50%; float: right;}
.page_structure.fqa .right_part {position: fixed; top: 35px; right: 0; width: 50%; height: 100%; display: block; overflow: hidden;  padding: 50px 0 80px; box-sizing: border-box;}
.page_structure.fqa .right_part:after {content:""; display: block; width: calc(50% - 60px); height: calc(100% - 95px); border: 2px solid #955122; position: fixed; top: 65px; left: calc(50% + 30px); pointer-events: none;}
.page_structure.fqa .right_part .faq-right-content {width: 100%; height: 100%; overflow: auto;}
.page_structure .right_part .fqa_cont{  max-width: 640px; width: 100%; margin: 0 auto; padding: 0 40px 0 60px; /*min-height: 1332px;*/}
.page_structure .right_part .fqa_cont .top_head{margin: 25px 0 35px;}
.page_structure .right_part .fqa_cont .fqa_list_cont{position: relative; padding-bottom: 13px;}
.page_structure .right_part .fqa_cont .fqa_list_cont:after{position: absolute; content: ''; right: 0; bottom: 0; width: 100%; max-width: 506px; height: 1px; background-color: #955122;}
.page_structure .right_part .fqa_cont .fqa_list{ margin-bottom: 29px;}
.page_structure .right_part .fqa_cont .fqa_list h2{padding-left: 35px; position: relative; margin-bottom: 10px;}
.page_structure .right_part .fqa_cont .fqa_list h2:after{content:''; width: 15px; height: 3px; background-color: #955122; position: absolute; left: 0; top: 8px; }
.page_structure .right_part .fqa_cont .fqa_list h2:before{content:''; width: 15px; height: 3px; background-color: #955122; position: absolute; left: 0; top: 8px; -o-transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.page_structure .right_part .fqa_cont .fqa_list h2.active:before{-o-transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); transform: rotate(0);}
.page_structure .right_part .fqa_cont .fqa_list h2:hover{cursor: pointer;}
.page_structure .right_part .fqa_cont .fqa_list p{ padding-left: 35px; display: none; -webkit-transition: none;-o-transition: none;transition: none;}
.page_structure .right_part .fqa_cont .bottom_section{ padding-top: 30px; padding-left: 30px;}
.page_structure .right_part .fqa_cont .bottom_section p a{ color: #955122; font-size: 13px; font-family: 'Merriweather', serif; font-weight: 700;}
.page_structure .right_part .fqa_cont .bottom_section a.contact_btn{display: inline-block; width: 200px; height: 50px; border: 2px solid #955122; text-align: center; line-height: 50px; font-size:18px; letter-spacing: 1.5px; margin: 25px 0; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.page_structure .right_part .fqa_cont .bottom_section a.contact_btn{background-color:#955122; color: #fff }
.page_structure .right_part .fqa_cont .bottom_section a.contact_btn:hover{border-color: #231f20; background-color:#231f20}

/*--------- Shop page ------------*/
.page_structure.shop_ .container {max-width: 1200px;}
.list_cont .shop_list{float: left; margin:0 10px; max-width: 380px; width: 100%;}
.list_cont .shop_list .shop_img { height: 250px; overflow: hidden; margin-bottom: 14px;}
.list_cont .shop_list .shop_img img {width: 100%; -o-transition: 0.3s ease all; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; transition: 0.3s ease all;}
.list_cont .shop_list:hover .shop_img img {-o-transform: scale(1.3); -webkit-transform: scale(1.3); -moz-transform: scale(1.3); transform: scale(1.3);}
.list_cont .shop_list h2{margin-bottom: 40px;}
.list_cont .shop_list:hover h2{color: #955122;}
.list_cont .shop_list .shop_img .banner img {width: 125px; z-index: 1; position: absolute;}
.list_cont .shop_list:hover .shop_img .banner img {-o-transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1);}

/*--------- Contact page ------------*/
.contact{ background-image: url(../images/site/img_contact.jpg); background-attachment: fixed; background-size: 100%; background-position: center; background-repeat: no-repeat; }
.contact .page_container .left_section{max-width: 460px; padding-right: 170px; padding-top: 0; margin-top: -10px;}
.contact .page_container .left_section h2{text-align: right}
.contact .page_container .right_section{max-width: 660px; border-left: 1px solid #955122; padding-left: 20px; position: relative; padding-bottom: 40px;padding-right: 20px;}
.contact .page_container .right_section h2{font-family: 'Graduate', cursive; margin-top: -15px; margin-bottom: 10px; text-transform: capitalize;}
.contact .page_container .right_section a{font-size: 25px; font-family: 'Graduate', cursive; display: inline-block; margin-top: -10px; line-height: 30px; margin-bottom: 10px;}
.contact .page_container .right_section:after{position: absolute; content: ''; background-image: url(../images/site/contact_arrow.png); width: 160px;height: 20px; background-repeat: no-repeat; top: -10px; right: 99.5%;}
.contact .page_container .right_section.last{padding-bottom: 0; margin-bottom: 30px;}
.contact .page_container .right_section .col_5{width: 47%; float: left; margin-bottom: 25px; margin-right: 20px;}
.contact .page_container .right_section .col_5.last{margin-right: 0;}
.contact .page_container .right_section .form_system{margin-top: -10px;}
.contact .page_container .right_section label{font-size: 16px; font-family: 'Merriweather', serif;margin: 0; margin-bottom: 7px; display: block;font-weight: 400;}
.contact .page_container .right_section input[type="text"],.contact .page_container .right_section input[type="tel"],.contact .page_container .right_section input[type="email"]{background-color: transparent}
.contact .page_container .right_section .btn{width: 200px; margin-top: 29px;}
.contact .page_container .right_section .capcha_{width: 270px; height: 67px; margin-top: 30px;}
.contact .dfcolumns .column{padding-right: 10px;min-height: initial}
.contact .dform_element{margin: 0;}
.contact .dfcolumns .column-last{padding-right: 0;padding-left: 10px;}
.contact .dform_container input.text,.contact .dform_container textarea{padding: 5px;font-family: 'Merriweather', serif;margin-bottom: 25px;}
.contact .dform_container{position: relative}
.contact div.error-inner{ position: absolute;left: 0;bottom: 2px;font-size: 16px;}

/*--------- Shop entry ------------*/
.shop_entry .page_container {padding-top: 65px;}
.shop_entry .page_container .left_section{width: 54.3%; max-width: none; padding: 0; margin: 0;}
.shop_entry .page_container .left_section img{width:100%; margin-bottom: 25px;}
.shop_entry .page_container .right_section{width: 45%; max-width: none; padding-left: 56px; margin: 0;}
.shop_entry .page_container .right_section h2.title {margin-bottom: 27px; font-family: 'Graduate', cursive; font-size: 50px; letter-spacing: 0.05em; line-height: 60px; color: #955122; text-transform: capitalize; font-weight: 400;}
.shop_entry .page_container .right_section .pric_quan {height: 69px; border-top: 1px solid #955122; border-bottom: 1px solid #955122; margin-bottom: 15px;}
.shop_entry .page_container .right_section .pric_quan .left_area{width: 50%;float: left;  border-right: 1px solid #955122;}
.shop_entry .page_container .right_section .pric_quan label{ font-size: 18px; letter-spacing: 2px; text-transform: uppercase; line-height: 69px; display: inline-block; vertical-align: top; font-weight: 500; }
.shop_entry .page_container .right_section .pric_quan h2{font-size: 30px;  display: inline-block; font-family: 'Teko', sans-serif; line-height: 69px; margin-bottom: 0; vertical-align: top ;margin-left: 15px;}
.shop_entry .page_container .right_section .pric_quan .right_area{width: 50%;float: left; padding-left: 20px;}
.shop_entry .page_container .right_section .pric_quan input[type="text"]{width: 40px; height: 25px; background-color: transparent; text-align: center; margin-top: 20px; margin-left: 20px;}
.shop_entry .page_container .right_section .modifier {margin: 0px auto 20px;}
.shop_entry .page_container .right_section .modifier select {width: 83%; font-size: 15px; letter-spacing: 1px; font-family: 'Merriweather', serif; height: 30px;}

.shop_entry .page_container .right_section h3{font-weight: 500; text-transform: none; letter-spacing: 1px; margin-bottom: 2px;}
.shop_entry .page_container .right_section h3 span{ font-family: 'Merriweather', serif; font-size: 16px; letter-spacing: normal;margin-left: 5px; font-weight: 700;}
.shop_entry .page_container .right_section .btn{background-color: #231f20;}
.shop_entry .page_container .right_section .btn:hover{background-color: #955122;}
.shop_entry .page_container .item_detail{position: fixed; width: 481px; top: 150px; min-height: 450px;}
.shop_entry .page_container .item_detail.no_stick {position: absolute; top: 0;}
.shop_entry .page_container .item_detail.no_stick_ {position: inherit; top: 0;}
.shop_entry .other_list{border-top: 1px solid #955122; padding-top: 30px; margin-bottom: 130px;}
.shop_entry .other_list .feature_head {width: 225px; height: 30px; background-image: url(../images/site/label.png); background-repeat: no-repeat; text-align: center;  margin: 0 auto; padding-top: 6px; box-sizing: border-box;}
.shop_entry .other_list .feature_head h3{ color: #fff; font-weight: 500; }
.img_quote{min-height: 800px; background-size: cover; position: relative; z-index: 9; background-attachment: fixed; background-repeat: no-repeat; text-align: center;}
.shop_entry .other_list .col_3{width: 32%; margin-right: 19px; float: left; display: inline-block; }
.shop_entry .other_list .col_3.last{margin: 0;}
.shop_entry .other_list .col_3 .list_img{height: 260px; margin-bottom: 10px;}
.shop_entry .other_list .col_3 img{width: 100%;}
.shop_entry .other_list .col_3 h2{-o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.shop_entry .other_list .col_3:hover h2{color: #955122;}
#product_frm .btn{ position: absolute; bottom: 0;left: 0;}

.shop_entry #shop_seo_text {font-size: 20px;text-transform: uppercase; letter-spacing: 0.1em; color: #231f20; margin-bottom: 4px; font-family: 'Teko', sans-serif; font-weight: 500; line-height: 20px;}

/*--------- Cart page ------------*/
.payment{padding-top: 140px;}
.payment .top_list ul{list-style: none; padding-bottom: 17px; border-bottom: 3px solid #000}
.payment .top_list ul li{display: inline-block; float: left; margin-right: 64px;}
.payment .top_list ul li a{font-size: 25px; letter-spacing: 1px; text-transform: uppercase; color: #231f20;}
.payment .top_list ul li a:hover{color: #955122;}
.payment .top_list ul li.active a{color: #955122;}
.payment .payment_head{ padding: 28px 0}
.payment .payment_head h1{font-weight: 500;}
.payment .left_section {width: 73%; float: left; margin-bottom: 35px;}
.payment .left_section .pay_frm{min-height: 830px; border: 1px solid #955122;}
.payment .left_section ul{border: 1px solid #955122; border-bottom: none; min-height: 81px;}
.payment .left_section ul.first{min-height: 30px;}
.payment .left_section ul.first li{min-height: 30px; padding-top: 7px;}
.payment .left_section ul.last{border-bottom: 1px solid #955122;}
.payment .left_section ul li{display: inline-block; width: 7%; border-right: 1px solid #955122; min-height: 81px; float: left; position: relative;}
.payment .left_section ul li a.close{display: block; line-height: 81px; width: 35px; margin: 0 auto; background-image: url(../images/site/close.png); background-repeat: no-repeat; background-position: center; height: 35px; margin-top: 20px;}
.payment .left_section ul li input[type="text"].quant{width: 50px; height: 40px; margin: 0 auto;  margin-top: 20px; display: block; position: relative; left: -15px; text-align: center;}
.payment .left_section ul li h2{padding-top: 26px; line-height: 30px;}
.payment .left_section ul li p {float: left; font-size: 10px; margin-top: -5px; line-height: 1.2;}
.payment .left_section ul li p.description {font-size: 12px; margin: -2px 0 5px;}
.payment .left_section ul li h3{font-weight: 500;}
.payment .left_section ul li+li{width: 51%; padding-left: 15px;}
.payment .left_section ul li+li+li{width: 14.5%;}
.payment .left_section ul li+li+li+li{width: 14.2%; }
.payment .left_section ul li+li+li+li+li{width: 13.2%; border-right: none;}
.payment .right_section {width: 25.4%; float: right;}
.payment .right_section.stick {position: fixed; top: 150px;}
.payment .right_section .order {border: 1px solid #955122;}
.payment .right_section .order.stick {position: fixed; top: 15px; width: 299px;}
.payment .right_section .order .order_head{min-height: 49px; line-height: 49px; padding:0 25px; border-bottom: 1px solid #955122;}
.payment .right_section .order .coupen{min-height: 107px; line-height: 49px; padding:15px 25px; border-bottom: 1px solid #955122;}
.payment .right_section .order .coupen p{margin-bottom: 9px;}
.payment .right_section .order .coupen input[type="text"]{width: 60%;}
.payment .right_section .order .coupen button{width: 30%; margin-left: -4px; height: 50px; background-color: #231f20; position: relative;  overflow: hidden;}
.payment .right_section .order .coupen button span{position: absolute; width: 100%; height: 100%;left: 0; top: 0; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all;  transition: 0.4s ease all;}
.payment .right_section .order .coupen button span.hover{top: 100%;}
.payment .right_section .order .coupen button:hover span.hover{top:0%;}
.payment .right_section .order .coupen button:hover span{top: -100%;}
.payment .right_section .order .pay_list { padding:15px 25px; border-bottom: 1px solid #955122; min-height: 155px;}
.payment .right_section .order .pay_list h2{display: inline-block; float: left; width: 50%; text-align: right; margin-bottom: 15px;}
.payment .right_section .order .pay_list h4{display: inline-block; float: left; width: 50%; font-weight: 400; margin-bottom: 15px;}
.payment .right_section .order .total { padding:0px 25px; border-bottom: 1px solid #955122; min-height:56px;}
.payment .right_section .order .total h2{display: inline-block; float: left; width: 50%; text-align: right; line-height: 56px;}
.payment .right_section .order .total h4{display: inline-block; float: left; width: 50%; line-height: 56px; font-weight: 400;}
.payment .right_section .order .contunie { padding:15px 25px; min-height:152px;}
.payment .right_section .order .contunie .btn{margin-top: 20px;}

/*--------- Billing shipping page ------------*/
.billing .left_section .pay_frm {padding: 30px;box-sizing: border-box;}
.billing .left_section .pay_frm form {margin-top: 30px;}
.billing .left_section .pay_frm .col {width: 48.75%; float: left; margin-bottom: 25px; margin-right: 2.5%;}
.billing .left_section .pay_frm .col:nth-child(2n) {margin-right: 0;}
.billing .left_section .pay_frm label {font-size: 16px; font-family: 'Merriweather', serif; margin-bottom: 7px; display: block;}
.billing .left_section .pay_frm input {background-color: transparent; font-size: 16px;color: #231f20; padding: 15px;}
.billing .left_section .pay_frm .check_box{text-align: left; background-image: url(../images/site/checkbox.png); background-repeat: no-repeat; background-position:  left center; display:inline-block; padding-left: 15px;margin-bottom: 40px;line-height: 40px;}
.billing .left_section .pay_frm .check_box:hover{cursor: pointer}
.billing .left_section .pay_frm .check_box.active{background-image: url(../images/site/checked.png);}
.billing .left_section .pay_frm .check_box input {opacity: 0;}
.billing .left_section .pay_frm .shipping_method {border: none; margin-top: 10px;}
.billing .left_section .pay_frm .shipping_method li {border: none; display: block; float: none; line-height: 30px; width: auto; min-height: 1px; padding: 0;}
.billing .left_section .pay_frm .shipping_method li input[type="radio"] {display: none;}

::-webkit-input-placeholder {color: #231f20;}
:-moz-placeholder {color: #231f20;}
::-moz-placeholder {color: #231f20; }
:-ms-input-placeholder { color: #231f20; }
::placeholder { color: #231f20; }
.billing .left_section .pay_frm .shipping_method {margin-bottom:45px;}
.billing .left_section .pay_frm .shipping_method li label {text-align: left; display:inline-block; padding-left: 30px;margin-bottom: 40px; position: relative; margin-bottom: 0;}
.billing .left_section .pay_frm .shipping_method li label:before {position: absolute; content: url(../images/site/radio.png);  top: 2px; left: 0;}
.billing .left_section .pay_frm .shipping_method li label:hover{cursor: pointer}
.billing .left_section .pay_frm .shipping_method li input[type=radio]:checked + label:before {content: url(../images/site/radio_checked.png);}
.billing .right_section .order .order_head {line-height: 25px;min-height: 1px;margin-top: 20px; border-bottom: none;}
.billing .right_section .order .pay_list {padding: 10px 25px;}
.billing .right_section .order .total h2 {font-size: 30px;}
.billing .right_section .order .contunie {padding: 25px; box-sizing: border-box; min-height: 1px;}
.billing .right_section .order .contunie .btn {margin-top: 0;}
.billing .right_section .item_detail { border: 1px solid #955122;border-bottom: none;padding: 25px;box-sizing: border-box;}
.billing .right_section .item_detail .row {margin-bottom: 6px;}
.billing .right_section .item_detail .row .col {display: inline-block;vertical-align: top;width: 36%; float: left;}
.billing .right_section .item_detail .row .col+.col {width: 64%; padding-left: 5%;box-sizing: border-box;}
.billing .right_section .item_detail .row .col h4 {text-transform: uppercase;font-weight: 500; font-family: 'Teko', sans-serif;letter-spacing: 0.1em; line-height: 16px;}
.billing .right_section .item_detail .row .col p {line-height: 18px;}
/* select box */
.billing .left_section .customSelectWrap .customSelect {background-color: transparent;padding: 15px; -webkit-appearance: none;-webkit-text-size-adjust: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height: 50px;background-color: transparent;width: 100%;display: inline-block;border: 1px solid #231f20; line-height: normal;font-family: 'Merriweather', serif;vertical-align: top;    border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;background-image: url(../images/site/arrow_down.png); background-repeat: no-repeat; background-position: center right 16px; font-size: 16px;font-weight: normal;}
.billing .left_section .customSelectWrap select {top: 0;}
.billing .left_section .customSelectWrap select option {line-height: normal;font-family: 'Merriweather', serif;font-size: 16px;}

/*--------- Payment page ------------*/
.billing .left_section .pay_frm .col p {margin-top: 29px; line-height: 50px;}

/*--------- Checkout page ------------*/
.billing .left_section .pay_frm.edited {padding-top: 40px;}
.billing .left_section .pay_frm .row {display: inline-block; vertical-align: top; width: 50%; float: left; padding-right: 10px; box-sizing: border-box;}
.billing .left_section .pay_frm .row+.row {padding-right: 0px; padding-left: 10px; box-sizing: border-box;}
.billing .left_section .pay_frm .block {display: block; width: 100%; margin-bottom: 20px;}
.billing .left_section .pay_frm .block h2 {margin-bottom: 10px;}
.billing .left_section .pay_frm .block h4, .billing .left_section .pay_frm .block a {line-height: 30px;}
.billing .left_section .pay_frm .block h4 {font-weight: 400;}
.billing .left_section .pay_frm .block a {font-size: 13px; font-weight: 500; letter-spacing: 1px;font-family: 'Merriweather', serif;}

/*--------- Confirmation page ------------*/
.billing .left_section .pay_frm.thank .block {margin-bottom: 25px;}
.billing .left_section .pay_frm.thank .block a {font-size: 16px;}
.billing .left_section .pay_frm.thank .block h4 u {text-decoration: none; width: 83%;display: block;}

/*--------- My Account page ------------*/
.my_account .page_container .left_section, .my_account .page_container .right_section {display: inline-block; vertical-align: top; width: 20%; float: left;}
.my_account .page_container .left_section {padding-top: 110px; box-sizing: border-box;}
.my_account .page_container .left_section ul li a {font-weight: 500;}
.my_account .page_container .left_section ul li:last-child a {color: #955122;}
.my_account .page_container .right_section {border-left: 1px solid #955122;padding-top: 110px; width: 80%; margin-left: 0; max-width: none;}
.my_account .page_container .right_section h1 {text-align: center;font-weight: 400; margin-bottom: 40px;}
.my_account .page_container .right_section .account_detail {padding: 0 80px; box-sizing: border-box; border-bottom: 1px solid #955122;}
.my_account .page_container .right_section .block {display: inline-block; vertical-align: top; width: 37%; float: left; margin-bottom: 30px;}
.my_account .page_container .right_section .block h2 {margin-bottom: 0;font-family: 'Teko', sans-serif;}
.my_account .page_container .right_section .block h4 {font-weight: 400; line-height: 28px;}
.my_account .page_container .right_section .block a {font-size: 13px; font-weight: 500; letter-spacing: 1px;font-family: 'Merriweather', serif; line-height: 28px;}
.my_account .page_container .right_section .row {border-top: 1px solid #bcb4a4; padding-top: 20px;}
.my_account .page_container .right_section .order_history {padding: 0 80px;padding-top: 30px; box-sizing: border-box;border-bottom: 1px solid #955122;}
.my_account .page_container .right_section .order_history h2 {font-family: 'Graduate', cursive;font-size: 50px;letter-spacing: 0.05em;line-height: 60px;color: #955122;text-transform: capitalize;text-align: center;font-weight: 400;margin-bottom: 40px;}
.my_account .page_container .right_section .order_history .row {border-top: none; padding-top: 0;border-bottom: 1px solid #bcb4a4; margin-bottom: 30px; padding-bottom: 20px; box-sizing: border-box;}
.my_account .page_container .right_section .order_history .row:last-child {border-bottom: none; margin-bottom: 30px; padding-bottom: 0;}
.my_account .page_container .right_section .order_history .row .block {width: 30%; padding-right: 3%; box-sizing: border-box; margin-bottom: 0;}
.my_account .page_container .right_section .order_history .row .block:first-child { width: 37%;}
.my_account .page_container .right_section .order_history .row .block:last-child {padding-right: 0;}
.my_account .page_container .right_section .order_history .row .block h3 {margin-bottom: 0;font-family: 'Teko', sans-serif; letter-spacing: 2px;color: #231f20;line-height: 32px;text-transform: uppercase;font-size: 25px;font-weight: 500;}
.my_account .page_container .right_section .order_history .row .block h4 b {font-family: 'Teko', sans-serif; font-weight: 500; text-transform: uppercase; font-size: 16px; letter-spacing: 2px;}
.my_account .page_container .right_section .order_history .row .block:first-child h4 {line-height: 16px;}
.my_account .page_container .right_section .order_history .row .block p {margin-bottom: 10px;}
.my_account .page_container .right_section .order_history .block a {line-height: 50px;font-family: 'Teko', sans-serif; font-size: 18px;}
.my_account .page_container .right_section .order_history .block a:hover {color: #fff;}
.my_account .page_container .right_section .payment_method {padding: 0 80px;padding-top: 30px; box-sizing: border-box;}
.my_account .page_container .right_section .payment_method .block {margin-bottom: 50px;}
.my_account .page_container .right_section .payment_method h2 {font-family: 'Graduate', cursive;font-size: 50px;letter-spacing: 0.05em;line-height: 60px;color: #955122;text-transform: capitalize;text-align: center;font-weight: 400;margin-bottom: 40px;}
.my_account .page_container .right_section .payment_method h3 {margin-bottom: 0;font-family: 'Teko', sans-serif; letter-spacing: 2px;color: #231f20;line-height: 32px;text-transform: uppercase;font-size: 25px;font-weight: 500;}
header {position: relative;}
header .log_cart ul { list-style: none; }
header .log_cart ul li {display: inline-block; vertical-align: top;}
header .log_cart ul li:first-child:hover .drop_down {display: block; opacity: 1; visibility: visible;}
header .drop_down {position: absolute; top: 33px; right: 65px; list-style: none; width: 180px; opacity: 0; visibility: hidden;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
header .drop_down li {display: block !important;}
header .drop_down li a {background: #231f20; line-height: 35px; text-transform: capitalize; color: #fff !important;font-family: 'Merriweather', serif; font-size: 13px; display: block; padding: 0 15px; box-sizing: border-box;font-weight: 100;}
header .drop_down li a:hover {background: #955122;}

/*--------- 404 page ------------*/
.right_section.error_page {max-width: none;}
.right_section.error_page h2 {font-family: 'Teko', sans-serif;letter-spacing: 0.1em;color: #231f20; margin-bottom: 0;}
.right_section.error_page h4, .right_section.error_page h4 b {line-height: 30px;font-weight: 400;}
.right_section.error_page h4 b {margin-bottom: 20px; display: block;}
.right_section.error_page ul {margin-top: 20px; padding-left: 30px; box-sizing: border-box; padding-bottom: 20px;}
.right_section.error_page ul li { font-family: 'Merriweather', serif;font-size: 16px;color: #231f20;line-height: 30px;font-weight: 400;}
.right_section.thankyou h4 {margin-bottom: 20px;}

/*--------- footer ------------*/
footer{border-top: 5px solid #955122; text-align: center; background: url(../images/site/footer_backgroung.jpg) no-repeat center center; background-size: cover;}
footer .top_footer{height: 87px; width: 100%; border-bottom: 1px solid #fff}
footer .top_footer .left_sec{height: 87px; max-width: 170px; width: 100%; padding-top: 30px; border-right: 1px solid #fff; display: inline-block; vertical-align: top; float: left;}
footer .top_footer .left_sec a{margin-right: 22px;display: inline-block; width: 20px;line-height: 87px; background-repeat: no-repeat; height: 24px; transition: 0.4s ease all; line-height: 87px; vertical-align: bottom}
footer .top_footer .left_sec a.fb{background-image: url(../images/site/footer_facebook.png); background-position: 0 0; }
footer .top_footer .left_sec a.tw{background-image: url(../images/site/footer_twitter.png); background-position: 0 0px; width: 22px; height: 18px; }
footer .top_footer .left_sec a.ins{background-image: url(../images/site/footer_instagram.png); background-position: 0 0px; width: 17px; height: 17px; }
footer .top_footer .left_sec a.fb:hover{background-position: 0 -24px;}
footer .top_footer .left_sec a.tw:hover{background-position: 0 -18px;}
footer .top_footer .left_sec a.ins:hover{background-position: 0 -18px;}
footer .top_footer .left_sec a:last-child { margin-right: 0;}
footer .top_footer .mid_sec{display: inline-block; text-align: center; max-width: 1065px; width: 100%; vertical-align: top; height: 87px;}
footer label{font-size: 30px; color: #fff; font-family: 'Graduate', cursive; display: block; line-height: 85px; letter-spacing: 0.1em; text-transform: uppercase;}
footer .top_footer .right_sec {display: inline-block; max-width: 170px; vertical-align: top; width: 100%; border-left: 1px solid #fff; height: 87px; padding-top: 12px; float: right;}
footer .middle_footer {border-bottom: 1px solid #fff}
footer .middle_footer label{font-family: 'Teko', sans-serif; text-transform: uppercase;letter-spacing: 0.1em; line-height: 35px; padding-top: 24px; font-weight: 500;}
footer .middle_footer p{color: #c7c7c7; padding-bottom: 13px;}
footer .middle_footer .left_sec{height: 168px; display: inline-block; vertical-align: top; max-width: 699px; width: 100%; border-right: 1px solid #fff}
footer .middle_footer .left_sec input[type="email"]{width: 210px; height: 40px; background-color: #fff; border: 0px;}
footer .middle_footer .left_sec button{width: 40px; height: 40px; display: inline-block; vertical-align: top; margin-left: -4px; background:#955122; position: relative; overflow:hidden; outline: none;}
footer .middle_footer .left_sec button:after{position: absolute; content: ''; width: 40px; height: 40px; left: 0; top: 0; background-image: url(../images/site/arrow_right.png); background-position: center; background-repeat: no-repeat;  transition: 0.4s ease all;}
footer .middle_footer .left_sec button:hover:after{left: 40px;}
footer .middle_footer .left_sec button:before{position: absolute; content: ''; width: 40px; height: 40px; left: -40px; top: 0; background-image: url(../images/site/arrow_right.png); background-position: center; background-repeat: no-repeat; transition: 0.4s ease all;}
footer .middle_footer .left_sec button:hover:before{left: 0;}
footer .middle_footer .right_sec{height: 168px; display: inline-block; vertical-align: top; max-width: 699px; width: 100%;}
footer .middle_footer .right_sec a{position: relative; display: inline-block; text-align: center}
footer .middle_footer .right_sec a img{-o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; transition: 0.4s ease all;}
footer .middle_footer .right_sec a:hover img{opacity: 0;}
footer .middle_footer .right_sec a .hover_{position: absolute; left: 0; top: 0; z-index: 99 ;opacity: 0;}
footer .middle_footer .right_sec a:hover .hover_{position: absolute; left: 0; top: 0; z-index: 99 ;opacity: 1;}
footer .bottom_footer p{ font-size: 16px; font-family: 'Teko', sans-serif; letter-spacing: 2px; color: #fff; line-height: 50px; text-transform: uppercase;}
footer .bottom_footer p a{ font-size: 16px; font-family: 'Teko', sans-serif; letter-spacing: 2px; color: #fff; line-height: 50px;}
#cart_footer{background: url(../images/site/repeater_insidepages.jpg); border: none; text-align: left}
#cart_footer .container{border-top: 1px solid #231f20; padding: 15px 0}
#cart_footer p{float: left; min-width: 360px}
#cart_footer ul{list-style: none; float: right;}
#cart_footer ul li{display: inline-block;}
footer p a{font-size: 17px; letter-spacing: 0.1em;}

/*--------- reset password form ------------*/
.reset-form-container{margin: auto;max-width: 600px;width: 100%;padding-right: 20px;padding-left: 20px;padding-bottom: 30px;}
.reset-form-container label{ font-size: 16px;font-family: 'Merriweather', serif;margin-bottom: 7px;display: block;}
.reset-form-container .text {margin-bottom: 25px;}
.reset-form-container .btn{width: 200px;margin: auto;display: block;}
.reset-form-container .form-group{position: relative}
.reset-form-container div.error-inner {position: absolute;left: 0;bottom: 2px;font-size: 16px;}


/*---------- Edit by DEV -----------*/
div#billing_information {margin-top: 30px; }
header .container .brand .stick_logo{top: 0;}

.last-order, #payment_section, #checkout_section{display: none;}
.payment_error{font-size: 20px; color: #FF0000; margin-left: 20px;}

.right_section.error_page h4 strong {margin-bottom: 20px; display: block; }
.right_section.error_page h4 strong{line-height: 30px; font-weight: 400;}
.error_page ul li a{font-family: 'Merriweather', serif; font-size: 16px; color: #955122; line-height: 30px; font-weight: 400;}
.error_page ul li a:hover{color: #231f20;}

.payment .right_section .order .contunie a.btn:hover{color: #FFF;};

/*Print page css*/
.page_structure.billing.payment.print_handler.print_div{padding-top: 0;}
.left_section.print_handler.print_div{width: 60%;}
.right_section.print_handler.print_div{width: 39%;}

.select_container .customSelectWrap .customSelect {background-color: transparent;padding: 15px 10px;text-align: left;-webkit-appearance: none;-webkit-text-size-adjust: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height: 50px;background-color: transparent;width: 100%;display: inline-block;border: 1px solid #231f20; line-height: normal;font-family: 'Merriweather', serif;vertical-align: top;    border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;background-image: url(../images/site/arrow_down.png); background-repeat: no-repeat; background-position: center right 16px; font-size: 14px;font-weight: normal;margin-bottom: 15px;}
.select_container .customSelectWrap select {top: 0;}
.select_container .customSelectWrap select option {line-height: normal;font-family: 'Merriweather', serif;font-size: 16px;}


.back-to-shop a{font-size: 17px; text-transform: uppercase; letter-spacing: 0.04em;}
.back-to-shop a:before{content: '<'; display: inline-block; font-size: 24px; margin-right: 4px; vertical-align: middle; margin-Top: 2px;}
.first-btn{margin-bottom: 15px;}
.mobile_text{display: none;}

.inner_page #product_frm .btn { position: relative; left: auto; bottom: auto;}

/*11-11-2016*/
.page_structure.fqa .right_part .faq-right-content .fqa_list p > a { font-family: 'Merriweather', serif; font-size: 13px;}
.billing .left_section .pay_frm .shipping_method li:nth-child(3) label {width: 72% !important; }

/*sticky banner*/
.home-page-body .sticky-banner,.sticky .inner_page .sticky-banner{ position:fixed;top: 0; z-index: 9999;width: 100%; height: auto; display: block; text-align:  center; background: #955122;  box-sizing: border-box; margin: 0; padding: 4px 10%;}
.home-page-body .sticky-banner p,.sticky .inner_page .sticky-banner p {width: auto;letter-spacing: 1px;height:  auto; color: #fff;font-family: 'Merriweather', serif;font-weight: 300; text-transform: uppercase; font-size: 12px;}
body.sticky header.sticky{ top: 30px;}
.home-page-body .sticky-banner .close, .sticky .inner_page .sticky-banner .close { cursor: pointer;width: 14px; height: 14px; display: inline-block; margin: 0; padding: 0; position: absolute; right: 0; top: 8px; right: 12px;-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg); }
.home-page-body .sticky-banner .close .inner, .sticky .inner_page .sticky-banner .close .inner { width: 100%; height: 100%;position: relative;}
.home-page-body .sticky-banner .close .inner:before, .sticky .inner_page .sticky-banner .close .inner:before { content: '';position: absolute; left: 0; top: 6px;width: 100%; height: 2px; background: #fff;}
.home-page-body .sticky-banner .close .inner:after, .sticky .inner_page .sticky-banner .close .inner:after { content: '';position: absolute; left: 0;right: 0;margin: auto; width: 2px; height: 100%; background: #fff;}
body.sticky #wrapper { padding-top: 30px;}

.payment .right_section .order .gift {padding: 15px 25px;border-bottom: 1px solid #955122;}
.payment .right_section .order .gift h4 { letter-spacing: 2px;font-size: 18px; font-family: 'Teko', sans-serif; font-weight: 400; color: #231f20; text-transform: uppercase; }

.cart .gift .input { display: inline-block; vertical-align: middle;}
.cart .gift label { font-family: 'Merriweather', serif; font-size: 13px; color: #231f20;}
.cart .gift input.no { margin-left: 30px;}
.cart .gift .textarea { margin-top: 10px;}
.cart .gift .textarea p,.cart .gift .textarea span {display: block;font-family: 'Merriweather', serif; font-size: 13px; color: #231f20;}
.cart .gift .textarea textarea { margin-top: 5px;}
.cart .gift .textarea span { text-align: right;}
.cart .gift .textarea { display: none;}

.shop_entry .page_container .left_section .img_list.holiday_stamp {position: relative;}
.shop_entry .page_container .left_section .img_list.holiday_stamp:before { position:absolute; top: -30px; left: -40px; content: ""; width: 134px; height: 136px; display: block; background: url(/images/site/stamp_new.png) no-repeat 0 0;}

.chosen-container .chosen-results {overflow: scroll !important;}
