@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-plus:before {
    content: "\f067";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-hover a {
    display: block;
    color: #ffffff;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.fa-hover a:hover {
    background-color: #1d9d74;
    color: #222;
    text-decoration: none;
}

body > .body {
    padding: 0;
}

#webcommander-page .body .widget-container {
    max-width: 1170px;
    width: 100%;
}

body {
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    color: #555;
}

h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #555;
}

h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #ba7900;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    color: #644101;
    margin-bottom: 15px;
}

h3 span {
    color: #ba7900;
    display: block;
    font-size: 20px;
    line-height: normal;
}

h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #ba7900;
    text-transform: uppercase;
}

h5 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #4b4b4b;
}

p {
    color: rgb(101, 101, 101);
    font-family: Arial;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
}

strong {
    color: rgb(51, 51, 51);
}

a {
    color: #ba7900;
}

a:active,
a:hover {
    outline: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.main-container {
    max-width: 1170px;
    margin: 0 auto;
}

.row-container {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.common-box {
    padding-bottom: 80px;
}

.page-title {
    font-size: 34px;
    line-height: 92px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 0;
    text-transform: capitalize;
    position: absolute;
    top: -92px;
    width: 100%;
}

.gray {
    background-color: #ededed;
}

.text-center {
    text-align: center;
}

.testimonials .widget-title,
.featured-product .widget-title {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    padding: 0 135px;
    margin-bottom: 61px;
    position: relative;
}

.testimonials .widget-title:before,
.testimonials .widget-title:after,
.featured-product .widget-title:before,
.featured-product .widget-title:after {
    content: "";
    width: 115px;
    height: 2px;
    background: #a1711a;
    position: absolute;
    top: 16px;
}

.testimonials .widget-title:before,
.featured-product .widget-title:before {
    left: 0;
}

.testimonials .widget-title:after,
.featured-product .widget-title:after {
    right: 0;
}

#webcommander-page > .header {
    background: #fff;
    position: relative;
}

#webcommander-page > .header:before {
    content: "";
    width: 100%;
    height: 68px;
    background-color: #ba7900;
    position: absolute;
    left: 0;
    bottom: 0;
}

.logo {
    top: 40px !important;
    z-index: 99;
}

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

.main-nav .horizontal > .navigation-item a {
    color: #fff;
    font-size: 14px;line-height: 40px;
    margin: 0 24px;
    padding: 0;
    text-transform: uppercase;
}

.main-nav a:hover {
    color: #4a3000;
}

.main-nav .horizontal > .navigation-item:last-child a {
    margin-right: 0;
}

.main-nav .horizontal .navigation-item.active > a,
.main-nav .horizontal .navigation-item:hover a {
    color: #4a3000;
}

.main-nav .horizontal > .navigation-item.has-child > a::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    margin-top: -2.5px;
    position: absolute;
    right: 0;
    top: 50%;
}

.main-nav .horizontal > .navigation-item.has-child:hover > a::after {
    border-top: 5px solid #4a3000;
}

.main-nav .horizontal > .navigation-item.has-child > a {
    padding-right: 20px;
    position: relative;
}

.cell-number {
    position: relative;
    padding-left: 46px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.cell-number:before {
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f095";
    font-size: 22px;
    position: absolute;
    left: 21px;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cell-number p {
    padding: 0;
}

.cell-number a {
    font-size: 20px;
    line-height: 45px;
    color: #fff;
}

.social-link {
    padding-left: 16px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.social-link ul li {
    float: left;
    margin: 0 13px;
    padding-left: 0;
    list-style: none;
}

.social-link ul li a {
    display: block;
    color: #3a3a3a;
    position: relative;
}

.social-link ul li a:hover {
    color: #644101;
}

.social-link ul li a:before {
    font: normal normal normal 22px/26px FontAwesome;
}

.user-nav .horizontal > .navigation-item {
    font-size: 13px;
    line-height: 25px;
    padding-right: 13px;
}

.user-nav .horizontal .navigation-item a {
    color: #626264;
    padding: 0;
    position: relative;
}

.user-nav .horizontal > .navigation-item.first a {
    padding-right: 13px;
}

.user-nav .horizontal > .navigation-item.first a:before {
    font: normal normal normal 14px/25px FontAwesome;
    content: "\f0d7";
    position: absolute;
    right: 0;
    top: 0;
}

.user-nav .horizontal > .navigation-item.last {
    position: relative;
    padding-left: 25px;
}

.user-nav .horizontal > .navigation-item.last:before {
    content: "Or";
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    left: 0;
    color: #626264;
}

.widget-gallery {
    overflow: hidden;
    width: 100%;
}

#webcommander-page #bs-12E33784-DD5C-4DD7-83FB-3F8292BCCEFC .widget-container {
    max-width: 100%;
}

#bs-122A693C-9B02-49FE-9635-13F71F108B54 {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: -116px;
    z-index: 999;
}

#bs-122A693C-9B02-49FE-9635-13F71F108B54 .widget-container {
    display: table;
}

.caption-btn {
    overflow: hidden;
    padding: 35px 0 25px;
    vertical-align: middle;
}

.caption-btn .btn {
    float: left;
    padding: 0 12px;
    width: 25%;
    box-sizing: border-box;
}

.caption-btn .btn a {
    height: 56px;
    display: block;
    background-color: #c98301;
    color: #fff;
    font-size: 15px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.caption-btn .btn a:hover {
    color: #4a3000;
}

.footer {
    background-color: #141414;
    padding: 65px 0 90px 0;
}

.footer .widget-title {
    font-size: 14px;
    line-height: 30px;
    color: #bababa;
    padding-bottom: 13px;
    text-transform: uppercase;
}

.footer .vertical .navigation-item {
    width: 50%;
    display: inline-block;
}

.footer .vertical .navigation-item a {
    border-bottom: medium none;
    color: #848484;
    display: inline-block;
    line-height: 25px;
    padding: 0;
    font-family: Trebuchet MS, Arial, sans-serif;
}
.footer .vertical .navigation-item.active > a {
    color: #848484;
}
.footer .vertical .navigation-item.active > a:hover,
.footer .vertical .navigation-item > a:hover{
    color: #fff;
}

.copyright,
.developed-by {
    color: #606060;
    font-family: Trebuchet MS, Arial, sans-serif;
}

.message-block.info-message {
    color: green;
    border: 1px solid green;
    padding: 5px;
    text-align: center;
}

.newsletter-layout .newsletter .form-row label {
    display: none;
}

.newsletter-layout .newsletter .form-row {
    margin: 0;
    position: relative;
}

.newsletter-layout .newsletter .form-row input[type=text] {
    width: 100%;
    height: 45px;
    border: 2px solid #777;
    background: none;
    color: #fff;
    padding: 10px 20px;
    margin: 0;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.newsletter-layout .newsletter .form-row.button-container button {
    width: 19px;
    height: 10px;
    background: url(../images/arrow.png) no-repeat;
    position: absolute;
    right: 16px;
    bottom: 18px;
}

.follow-us ul li {
    display: block;
    margin: 11px 0;
    list-style: none;
}
.follow-us ul li:first-of-type{
    margin-top: 0;
}
.follow-us ul li a {
    display: block;
    color: #7f7f7f;
    padding-left: 31px;
    position: relative;
}

.follow-us ul li a:hover {
    color: #fff;
}

.follow-us ul li a:before {
    font: normal normal normal 18px/25px FontAwesome;
    position: absolute;
    left: 0;
    top: -4px;
}

.contact-us-widget p {
    color: #848484;
    line-height: 24px;
}

#bs-D904EF56-0FB4-413D-8E8E-030D45E121AB {
    background-color: #644101;
}

.featured-product {
    overflow: hidden;
    text-align: center;
}

.featured-product .product-view.image-view .product-block,
.featured-product .product-view.image-view .product-block:hover {
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-color: #74541b;
    width: 33.33%;
    float: left;
    margin: 0;
    padding: 0 55px;
    box-sizing: border-box;
}
.featured-product .product-view.image-view .product-block:last-child {
    border-right: 1px solid #74541b;
}
.featured-product .product-view.image-view .product-image {
    height: 300px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.featured-product .product-view.image-view .product-name {
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 18px 0 15px;
    padding: 0 30px;
}

.featured-product .price-n-cart .price {
    font-size: 19px;
    line-height: 24px;
    color: #c98301;
    margin-bottom: 20px;
}

.featured-product .add-to-cart-button.button {
    border-radius: 0;
    font-size: 13px;
    color: #fff;
    background: none;
    text-transform: uppercase;
    border-top: 1px solid #a28d67;
    border-bottom: 1px solid #a28d67;
}

.featured-product .add-to-cart-button.button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #a28d67;
    border-top: 1px solid #a28d67;
    color: #ba7900;
    font-size: 13px;
    text-transform: uppercase;
}

.cart-widget-img::before {
    color: #644101;
    content: "\f07a";
    font-family: FontAwesome;
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 0;
}

.cart-widget-img {
    background: none;
    position: relative;
}

.cart-widget-text {
    color: #644101;
}

.home-top {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
}
.accordion-panel .column-content select {
    width: 342px;
}
.home-top p {
    color: #E0B76B;
    text-align: justify;
}

.home-top p a {
    text-decoration: underline;
}

.home-top p a:hover {
    color: #eee;
}
.pudding-article .image,
.pudding-article .describe {
    float: left;
}

.pudding-article .image {
    padding-right: 30px;
    width: 35%;
    padding-bottom: 10px;
}

.pudding-article .describe {
    width: 65%;
}

.pudding-article .describe p {
    font-size: 13px;
    line-height: 21px;
    color: #8d8d8d;
}

.readmore {
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    color: #ba7900 !important;
    text-transform: uppercase;
    padding-left: 14px;
    position: relative;
}

.readmore:before {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 9px/1 FontAwesome;
    position: absolute;
    top: 2px;
    left: 0;
}

#bs-0DED8C82-B7E9-4731-B981-A303514BBBA7 {
    background-color: #966100;
    color: #ece5dd;
}

.testimonials {
    text-align: center;
    color: #ece5dd;
}

.testimonials .widget-title {
    margin-bottom: 39px;
}

.testimonials .testimonials-inner {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    max-width: 767px;
    overflow: hidden;
    padding: 0 10px;
}

.testimonials .testimonials-inner p {
    font-size: 15px;
    line-height: 25px;
    color: #ece5dd;
}

.testimonials .testimonials-inner .client-name {
    padding-top: 10px;
    text-transform: uppercase;
}

.testimonials .testimonials-inner .clinet-type {
    background: #eaeaea none repeat scroll 0 0;
    color: #ba7900;
    font-style: normal;
    font-weight: 300;
    padding: 2px 5px;
}

.testimonials .previous,
.testimonials .next {
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.testimonials .previous {
    left: 28px;
}

.next {
    right: 37px;
}

.testimonials .previous .fa,
.testimonials .next .fa {
    display: inline-block;
    font: normal normal normal 20px/42px FontAwesome;
}

#bs-2B469F8D-4DD3-4A51-A8BC-BD0C96A7B74B {
    width: 100%;
    height: 270px;
    background: url(../images/banner-img.jpg) no-repeat center center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}

#webcommander-page #bs-2B469F8D-4DD3-4A51-A8BC-BD0C96A7B74B .widget-container {
    height: 100%;
    max-width: 100%;
}

.banner img {
    display: block;
}

.passion-content .intro-content {
    padding-right: 50px;
}

.passion-content .image {
    padding-left: 23px;
}
.accordion {
}
.accordion-panel > .label-bar .toggle-icon {
    display: none;
}
.accordion-title, .accordion-panel > .label-bar,
.accordion-panel > .label-bar:hover,
.accordion-panel > .label-bar.expanded {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    background-color: #9b9b9b;
    padding: 7px 20px;
    margin-bottom: 2px;
    height: auto;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.accordion-title.on {
    background-color: #ba7900;
}
.accordion-title:after, .label-bar:after {
    content: "+";
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion-title.on:after, .expanded:after {
    content: "-";
}
.accordion-content {
    display: none;
    padding: 50px 0;
}
.common-box .accordion-group .row-container {
    margin-bottom: 60px;
    margin-left: -10px;
    margin-right: -10px;
}

.accordion-group .row-container:last-child {
    margin-bottom: 0;
}

.accordion-group .address {
    margin-bottom: 15px;
}

.accordion-group address {
    font-size: 13px;
    line-height: 24px;
    color: #727272;
}

.accordion-group address h5 {
    padding-bottom: 5px;
}

.contact-form .form-row {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.contact-form .form-row label {
    color: #555555;
    display: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 150px;
}

.contact-form .message-block.message-text {
    font-size: 12px;
}

.contact-form .form-row textarea {
    box-sizing: border-box;
    color: #333333;
    font-family: verdana;
    font-weight: 300;
    height: 150px;
    padding: 5px 10px;
    width: 100%;
}

.contact-form .form-row.simple_captcha_help_text {
    display: none;
}

.contact-form .simple-captcha-reload {
    display: none;
}

.contact-form .simpleCaptcha-container {
    display: inline-block;
    vertical-align: middle;
}

.contact-form #fw-72317477-C049-4ED5-9498-B78BF64B8C15 {
    width: 100%;
}

.contact-form .form-row input[type="text"] {
    box-sizing: border-box;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
}

.contact-form button.submit-button {
    background: rgb(186, 121, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    height: 45px;
    width: 144px;
}

.google-map {
    border: 1px solid #eaeaea;
    height: 250px;
    width: 100%;
    margin-top: 70px;
}

.pud-address p {
    font-size: 13px;
    letter-spacing: normal;
    line-height: 30px;
}

.page-contact-us .body .article-item .article-title,
.page-contact-us .body .widget > .widget-title {
    color: #000;
    font-size: 18px;
    padding: 10px 0;
    text-transform: uppercase;
}

.pud-address a:hover {
    color: rgb(186, 121, 0);
}

.client-message {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 15px 0;
    padding: 20px 50px;
    position: relative;
}

.client-message > p {
    font-size: 14px;
    line-height: 25px;
    position: relative;
}

h6.clint-name {
    color: rgb(186, 121, 0);
    font-size: 15px;
    letter-spacing: normal;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
}

span.client-date {
    background: #eaeaea none repeat scroll 0 0;
    color: #7c7b7b;
    font-size: 12px;
    margin-left: 13px;
}

.client-message::before {
    background: transparent none repeat scroll 0 0;
    border-color: #ddd transparent transparent;
    border-style: solid;
    border-width: 20px;
    content: "";
    left: 49px;
    position: absolute;
    top: 100%;
}

.client-message::after {
    background: transparent none repeat scroll 0 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 19px;
    bottom: -38px;
    content: "";
    height: 20px;
    left: 50px;
    position: absolute;
    top: auto;
    width: 20px;
}

.header .widget.main-nav {
    overflow: visible;
}

.main-nav .navigation-item .navigation-item-child-container {
    background: #ba7900;
    box-sizing: border-box;
    opacity: 1;
    padding-top: 27px;
    text-align: left;
    width: 200px;
}

.main-nav .navigation-item .navigation-item-child-container .navigation-item a {
    border-bottom: 0 none;
    display: block;
    position: relative;
}

.main-nav .navigation-item .navigation-item-child-container :hover a {
    color: #FFF;
}

.main-nav .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0;
    margin-bottom: 5px;
}

.img-responsive.markets-img {
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
    max-width: 300px;
    padding: 5px;
}

.clear {
    clear: both;
}

.left-col {
    border: 1px solid #ddd;
    border-radius: 15px;
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 48%;
    box-sizing: border-box;
    clear: left;
}

.right-col {
    border: 1px solid #ddd;
    float: right;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    vertical-align: top;
    width: 48%;
    text-align: center;
    border-radius: 15px;
    box-sizing: border-box;
}

.left-col a,
.right-col a {
    color: rgb(186, 121, 0);
    font-size: 12px;
    font-weight: lighter;
}

.left-col a:hover,
.right-col a:hover {
    color: rgb(186, 121, 0);
}

.left-col strong,
.right-col strong {
    color: #2a2a2a;
    font-size: 12px;
    font-weight: 800;
}

.markets-event h2 {
    font-size: 27px;
    line-height: normal;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.right-top > h3 {
    font-size: 22px;
}

.column-parent > h3 {
    padding: 50px 0 30px;
    text-transform: uppercase;
}

h5.month {
    color: #b17200;
    font-size: 18px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.footer .navigation-item .navigation-item-child-container {
    display: none !important;
}

.col-12.about-vedio {
    height: 315px;
}

.col-12.news-page-video {
    height: 315px;
}

.news-video h2 {
    font-size: 32px;
    padding-bottom: 30px;
}

.news-text {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 0;
}

.news-video .nsw {
    display: inline-block;
    padding: 25px;
    width: 45%;
}

.nsw.news-1,
.nsw.news-3 {
    padding-left: 0;
}

.resources-page > h1 {
    color: #ba7900;
    font-size: 30px;
    line-height: normal;
}

.resources {
    display: inline-block;
    padding: 25px 0;
    width: 100%;
}

.content-x h2 {
    color: #644101;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.resources img {
    max-width: 175px;
    vertical-align: top;
}

.resources-page hr {
    border: 1px solid #eaeaea;
    height: 0;
}

.widget.widget-pageHeading {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.widget.widget-pageHeading h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    line-height: normal;
    margin: auto;
    max-width: 1170px;
    overflow: hidden;
    padding: 25px 15px;
    text-transform: capitalize;
}

.product-page .product-view .product-block.product-image-view-width {
    margin: 10px 5px;
    text-align: center;
    width: 25%;
    border: 1px solid #ddd;
    line-height: normal;
}

.product-view .product-block.product-image-view-width {
    border-radius: 5px;
    margin: 1%;
    padding: 10px 10px 20px;
    text-align: center;
    width: 20%;
}

.product-view .product-block.product-image-view-width:hover {
    border: 1px solid #ba7900;
}

.body .widget-container .page-content {
    padding: 80px 0;
}

.body .widget-container .grid-block .page-content {
    padding-top: 10px;
}

.product-name-link.title-link.link {
    color: #ba7900;
}

.add-to-cart-button.button {
    border-radius: 3px;
    padding: 8px 15px;
}

.add-to-cart-button.button:hover {
    background: #ba7900;
}

.category-details-container .title,
.product-container .title {
    display: none;
}

.category-details-container .description {
    text-align: center;
}

.category-details-container .description p a {
    color: #644101;
    text-decoration: underline;
}

.category-details-container .description p a:hover {
    color: #555;
}

.product-page .product-view .price-block-container {
    font-weight: 700;
}

.widget-category > .widget-title {
    color: #ba7900;
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget-category.category-thumb {
    text-align: center;
}

.widget-category.category-thumb .widget-title {
    margin-bottom: 20px;
}

.category-image-view.category {
    border: 1px solid #f1e3c8;
    border-radius: 5px;
    margin: 10px;
    overflow: hidden;
    padding: 0;
}

.category .category-name a {
    background: #f1e3c8;
    color: rgb(198, 129, 1);
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 12px 8px;
}

.category .category-name a:hover {
    background: rgb(198, 129, 1) none repeat scroll 0 0;
    color: #fff;
}

input[type="text"],
input[type="password"],
select,
textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: auto;
    margin: 5px 0;
    padding: 10px;
    width: 320px;
}

input[type="submit"],
input[type="button"],
button,
.button,
a.button {
    background: #644101;
    border: medium none;
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    height: auto;
    cursor: pointer;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover,
a.button:hover {
    background: #ba7900;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}
.image-preview-box.product-detail-view.product-detail-width.product-detail-height.large_image {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #d79e39;
    border-radius: 4px;
    text-align: center;
}
.check-out-total .right-column,
.shopping-cart-total .right-column {
    text-align: left;
}
.payment-success-total > table td {
    padding: 8px 0;
    text-align: left;
}
.payment-success-total > table td.price {
    text-align: right;
}
.order_details_table th {
    background: #ba7900;
    color: #fff;
}
table.cartitem-table {
    table-layout: auto;
}
.post-order-contact-us a {
    color: #ba7900;
}
.widget-productSku {
    border-bottom: 1px dotted #939393;
    border-top: 1px dotted #939393;
    margin: 10px 0 25px;
    padding: 25px 0;
}
.page-product .add-to-cart-button.button.et_pdp_add_to_cart {
    float: left;
    margin: 20px 0 25px 30px;
    padding: 10px 30px;
    vertical-align: middle;
}
.image-preview-box.product-detail-view>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.add-to-cart-popup .cart-summary-header, .add-cart-information-popup .cart-summary-header {
    margin-top: 2px;
}
.product-widget.widget-properties {
    margin: 25px 0;
    text-align: right;
}

.page-product .product-widget.widget-addCart .stepper {
    display: inline-block;
    margin: 20px 0 25px;
}

.product-detail-width {
    width: 345px;
}

.widget-productSummary .summary {
    color: #403e3e;
    font-size: 14px;
    padding: 15px 0 25px;
}

.billing-address .address-option {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: bottom;
}

.payment-item.selected {
    border: 1px solid #ba7900;
}

.bmui-tab-panel .product-view .product-block.product-image-view-width {
    width: 30%;
}

.bmui-tab .bmui-tab-header.bmui-tab-active {
    background: #c1a97e none repeat scroll 0 0;
}

.bmui-tab .bmui-tab-header {
    border-left: 1px solid #C1A97E;
    border-radius: 3px 3px 0 0;
    border-right: 1px solid #C1A97E;
    border-top: 1px solid #C1A97E;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-right: 4px;
    padding: 8px 18px;
}

.bmui-tab .bmui-tab-body-container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c1a97e;
    border-image: none;
    border-style: solid;
    border-width: 3px 1px 1px;
    border-radius: 0 3px 3px 3px;
    padding: 20px;
}

.product-widget.widget-productName h1 {
    color: #ba7900;
    font-size: 24px;
}

.label-for-base-price {
    color: #403e3e;
    font-size: 16px;
}

.widget-price .price {
    color: #d79e39;
    font-size: 15px;
}

.info-row.condition {
    color: #403e3e;
    font-size: 16px;
}

.info-row.sku {
    color: #403e3e;
    font-size: 16px;
}

.value {
    color: #939393;
}

.label-for-price {
    display: none;
}

.price-n-cart .price {
    color: #ba7900;
}

.widget-price .price {
    color: #ba7900;
    font-size: 15px;
}

.info-row.condition .value,
.unit {
    color: #ba7900;
}

.stepper .stepper-input {
    -moz-appearance: textfield;
    border: 1px solid #ba7900;
    border-radius: 3px;
    color: #ba7900;
    margin: 0;
    overflow: hidden;
    padding: 9px 10px 10px;
    width: 100%;
    z-index: 49;
}

.bmui-tab-panel .title {
    color: #ba7900;
}

.page-products .page-title {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    line-height: 92px;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: -183px;
    width: 100%;
}

.shopping-cartitem .cartitem-btn {
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 15px;
    margin-left: 10px;
    line-height: 21px;
}

.shopping-cartitem .header-wrapper h1 {
    color: #644101;
    margin-bottom: 20px;
    padding-bottom: 14px;
    text-transform: uppercase;
}

.cartitem-table th,
.cartitem-table td {
    border: 1px solid #BA7900;
}

.check-out-total tr,
.shopping-cart-total tr {
    border-bottom: 1px solid #c1a97e;
}

.check-out-total td,
.shopping-cart-total td {
    color: #000;
}

.product-view.image-view .product-name,
.product-view.scrollable-view .product-name {
    color: #555555;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 7px;
    overflow: hidden;
    padding-bottom: 0;
}

.cartitem-table.product-thumb-view thead th {
    background: #ba7900;
    border: 1px solid #ba7900;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.page-checkout .valid-verify-form .form-row input {
    height: 55px;
    padding: 10px;
    width: 100%;
}

.checkout-page-options .registered-customer {
    border-left: 1px solid #BA7900;
}

.checkout-page-options .item-head {
    background: #ba7900;
    color: #fff;
    font-size: 16px;
    padding: 7px 10px;
}

.checkout-page-options > h1 {
    color: #644101;
}

.checkout-page-options .content-wrapper {
    border: 1px solid #ba7900;
}

.checkout-address-selector .chosen-drop {
    padding: 10px;
}

.registered-customer h1,
.new-customer h1 {
    color: #644101;
}


.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
    background: rgba(0, 0, 0, 0) url("../images/active-tab.png") no-repeat scroll right top;
    color: #fff;
}

.bmui-tab.left-side-header .bmui-tab-header {
    border-color: #f1e3c8;
    border-radius: 3px 0 0 3px;
}

.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background-color: #f3f3f3;
    border-left: 0;
}

.bmui-tab.left-side-header .bmui-tab-header-container {
    border-bottom: 1px solid #f1e3c8;
}

.bmui-tab.left-side-header .bmui-tab-body-container {
    border: 1px solid #f1e3c8;
    padding-top: 20px;
}
.widget-variation {
    padding: 20px 0 10px;
}
.variation-container .variation-type label.type-label {
    display: inline-block;
    margin-bottom: 3px;
}
.variation-container .variation-type {
    padding: 0;
    text-align: right;
}
.chosen-container-single {
    min-width: 0px;
    padding-right: 0;
    text-align: left;
}
.chosen-container-single .chosen-single {
    border: 1px solid #ba7900;
    color: #ba7900;
    height: auto;
}
.chosen-container-single .chosen-single span {
    color: #ba7900;
}
.checkout-page-options .registered-customer .form-row label {
    display: block;
}
.registration-form .form-row {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 -1px 20px;
    padding: 0 15px;
    width: 50%;
}
.registration-form input[type="text"],
.registration-form input[type="password"],
.registration-form select {
    width: 100%;
}
.registration-form input,
.registration-form select {
    padding: 10px;
}
.registration-form input[type="radio"],
.registration-form input[type="checkbox"] {
    margin: 10px 0;
}
.registration-form .form-row.simple_captcha_help_text {
    display: none;
}
.registration-form .title {
    display: none;
}
.registration-form label {
    display: block;
}
/*registration form recaptcha desing*/
.registration-form .recaptcha-row label {
    display: none;
}
.registration-form .recaptcha-container {
    padding-left: 0;
    margin-left: 0;
}
.registration-form .form-row.recaptcha-row {
    margin-bottom: 0;
    vertical-align: middle;
}
button.checkout-option {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 20px;
    width: 100px;
}
.login-submit.et_cartp_checkout_as_customer {
    background: #644101 none repeat scroll 0 0;
    color: #fff;
    height: 42px;
    text-shadow: 0 0;
    width: 100px;
}
.login-form {
    background: #fff;
    max-width: 320px;
    padding: 0;
    margin: auto;
}

.password-reset-form {
    background: #fff;
    max-width: 400px;
    padding: 0;
    margin: auto;
}

.login-form .form-row {
    margin: 15px 0;
}

.login-form .title,
.password-reset-form .title {
    display: none;
}
.login-form .form-row.mandatory > input {
    width: 340px;
}


.login-form .submit-row {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    margin-top: 0;
}
.login-form .remember {
    display: block;
    margin: -38px 0 0;
    padding: 10px 0;
    text-align: right;
    width: 100%;
}
.lost-password {
    color: #644101;
    display: inline-block;
    font-weight: 300;
    padding-bottom: 10px;
}

.login-form .account-register a,
.login-form .account-register a,
.password-reset-form .lost-password-text {
    color: #ba7900;
}

.password-reset-form .form-row.submit-row button {
    height: auto;
}

.password-reset-form .form-row input {
    width: 250px;
}

.password-reset-form .errorlist.after {
    left: auto;
    top: auto;
}

.password-reset-form .errorlist.after .message-block {
    padding-left: 0;
}

.errorlist.after .message-block {
    color: #f00;
    margin: 0;
    text-align: left;
}

.form-row.mandatory label::after {
    color: #ff0000;
    content: " *";
    display: none;
}

.control-btn a {
    display: none;
}

.home-testmunial-more {
    display: inline-block;
    float: right;
    padding-top: 28px;
    position: relative;
}

.home-testmunial-more a.readmore {
    color: #fff !important;
}

.home-testmunial-more {
    display: inline-block;
    float: right;
    padding-top: 10px;
    position: relative;
}

.home-testmuanial-othor {
    float: left;
}

.testimonials-inner > p {
    text-align: left;
    padding-bottom: 10px;
}

.page-home .common-box {
    padding: 100px 0 150px;
}

.common-box .row-container {
    margin: 0;
}

.describe.detail p {
    padding-top: 20px;
    color: #444;
    font-size: 13px;
    line-height: 21px;
}

.add-to-cart-popup,
.add-cart-information-popup {
    border: 3px solid #644101;
    border-radius: 5px;
    overflow: hidden;
}

.popup .header {
    background-color: #ba7900;
    border-bottom: medium none;
    color: #333333;
    font-size: 13px;
    padding: 10px 35px 10px 10px;
}

.popup h4.title {
    display: none;
}
.popup .close-icon::after {
    content: none;
}
.popup .close-icon::before {
    color: #fff;
    content: "x";
    font-size: 18px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.popup .close-icon {
    background: #644101;
    height: 25px;
    right: 5px;
    top: 5px;
    width: 25px;
    border-radius: 3px;
}

.popup .button {
    padding: 8px 15px;
}

#menu-button {
    cursor: pointer;
    float: right;
    width: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#menu-button em {
    background-color: #644101;
    display: block;
    height: 3px;
    margin: 6px 0;
    width: 100%;
    -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-button em:nth-child(1) {
    -moz-transform: rotate(0) translateX(0) translateY(0);
    -webkit-transform: rotate(0) translateX(0) translateY(0);
    -o-transform: rotate(0) translateX(0) translateY(0);
    -ms-transform: rotate(0) translateX(0) translateY(0);
    transform: rotate(0) translateX(0) translateY(0);
}

#menu-button em:nth-child(2) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
}

#menu-button em:nth-child(3) {
    -moz-transform: rotate(0) translateX(0) translateY(0);
    -webkit-transform: rotate(0) translateX(0) translateY(0);
    -o-transform: rotate(0) translateX(0) translateY(0);
    -ms-transform: rotate(0) translateX(0) translateY(0);
    transform: rotate(0) translateX(0) translateY(0);
}

#menu-button.close em:nth-child(1) {
    -moz-transform: rotate(45deg) translateX(7.5px) translateY(7.5px);
    -webkit-transform: rotate(45deg) translateX(7.5px) translateY(7.5px);
    -o-transform: rotate(45deg) translateX(7.5px) translateY(7.5px);
    -ms-transform: rotate(45deg) translateX(7.5px) translateY(7.5px);
    transform: rotate(45deg) translateX(7.5px) translateY(7.5px);
}

#menu-button.close em:nth-child(2) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#menu-button.close em:nth-child(3) {
    -moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    -o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    transform: rotate(-45deg) translateX(5px) translateY(-5px);
}

.page_404 {
    text-align: center;
}

.page_404 .ops {
    color: #ba7900;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
    padding-top: 50px;
}

.page_404 .ops .big_font {
    color: #a7adba;
    font-size: 104px;
    margin-right: -17px;
}

.page_404 .big {
    color: #a7adba;
    font-size: 104px;
    margin-left: -19px;
}

.page_404 .error {
    font-size: 36px;
}

.page_404 p {
    color: #555;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 20px;
    text-align: center;
}

.login-form .lost-password > a {
    color: #644101;
    font-size: 16px;
}

.empty-cartitem-text {
    color: #000;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
}
.checkout-page-options .new-customer-from > h1,
.checkout-page-options .new-customer > h1,
.checkout-page-options .registered-customer > h1 {
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
}

a.link-text {
    color: #ba7900;
    font-size: 13px;
    font-weight: 700;
}

.common-box h2 {
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
    width: 799px;
}

@media screen and (max-width: 1024px) {
    .row-event .left-col,
    .row-event .right-col {
        margin: 10px 0;
        width: 100%;
    }
}

#wi-A1C388AE-6B16-4162-90D8-C6D1D5A22F8C .widget-title {
    text-align: center;
}

.page-news-and-videos .nsw.news-1 p a, .page-gourmet .describe.detail p a {
    color: #644101;
    text-decoration: underline;
}

.page-news-and-videos .nsw.news-1 p a:hover, .page-gourmet .describe.detail p a:hover {
    color: #555
}

/*add new css*/

.price .tax-message {
    color: #999999;
    display: block;
    font-size: 11px;
    white-space: normal;
    word-break: break-all;
}

.price {
    color: #c98301;
    font-size: 19px;
    line-height: 24px;
    padding-top: 0;
}

.colored-link {
    color: #644101 !important;
    text-decoration: underline !important;
}

.colored-link:hover {
    color: #555 !important;
}

.passion-content {
    text-align: justify;
}

.passion-content h2 {
    text-align: left;
}

.passion-content .image p {
    margin-top: 10px;
    text-align: center;
}

.passion-content .image:nth-of-type(1) {
    margin-bottom: 20px;
}

.passion-content a {
    color: #644101;
    text-decoration: underline;
}

/*start:blog*/
.recent-post .widget-title, .blog-categories .widget-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal;
    padding: 0 0 15px 0;
    margin: 0;
    line-height: 25px;
    color: #ba7900;
}

.blog-categories .vertical .navigation-item + .navigation-item {
    margin-top: 5px;
}

.blog-categories .vertical .navigation-item a {
    border-bottom: none;
    display: block;
    line-height: 20px;
    font-weight: 400;
    color: rgb(101, 101, 101);
    font-size: 15px;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

.blog-categories .vertical .navigation-item a:hover,
.blog-categories .vertical .navigation-item a:focus {
    color: #ba7900;
}

.blog-post-item {
    width: 44%;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    min-height: 350px;
    border: none;
    margin: 0 35px 45px 0;
    display: inline-block;
    vertical-align: top;
}

.blog-post-item:nth-of-type(2n+2) {
    margin-right: 0;
}

.post-list-view-width {
    width: 100%;
    height: 270px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.blog-post-item a img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}

.blog-post-item .post.post-list-view-width,
.blog-post-item .category.post-list-view-width{
    width: 100%;
    height: 230px;
    padding: 0;
    margin: 0 0 10px 0;
}

.blog-post-item .post.post-list-view img, .blog-post-item .category.post-list-view img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}
.blog-post-comment-panel .comment-item .content {
    font-size: 16px;
    line-height: 24px;
}
.page-blog-post .blog-post-details .blog-post-comment-panel .comment-item .name{
    font-size: 17px;
}


.blog-categories {
    padding-top: 50px;
}

.blog-post-item a:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);

}

.widget-blogPost .blog-post-content .blog-post-item .post-description {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.page-content .widget-blogPost .blog-post-content .blog-post-item .post-description .title {
    order: 1;
}
.page-content .widget-blogPost .blog-post-content .blog-post-item .post-description .blog-post-info {
    order: 2;
}
.page-content .widget-blogPost .blog-post-item .content {
    order: 3;
}

.page-content .blog-post-item .title {
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    text-transform: none;
    margin: 0;
    padding: 10px 0 5px 0;
}
.blog-post-item .blog-post-info {
    margin: 7px 0 10px 0;
    line-height: 22px;
}
.page-content .blog-post-item .title a {
    font-weight: 600;
    color: #ba7900;
    font-size: 18px;
    font-family: "Trebuchet MS", Arial, sans-serif;
}
.blog-post-details .content, .blog-post-details .content p {
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    line-height: 24px;
}
.blog-post-details .content a, .blog-post-details .content p a{
    color: rgb(186, 121, 0);
    font-weight: lighter;
}

.page-content .blog-post-item .title a:hover {
    color: #000;
}
.page-content .blog-post-item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.blog-post-item .title {
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 0;
    line-height: 24px;
    margin-bottom: 8px;
}

.blog-post-item .title a {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

.blog-post-item .title a:hover {
    color: #ba7900;
}

.blog-post-item .title a {
    font-size: 22px;
}
.blog-post-item  .blog-post-info{
    margin: 7px 0 10px 0;
}
.blog-post-item .content{
    color: rgb(101, 101, 101);
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.blog-post-info {
    margin-bottom: 15px;
}

.blog-post-info span.date {
    color: #8a8685;
    font-style: italic;
    position: relative;
    background-position: 0 0;
    padding-bottom: 10px;
}

.blog-post-info span.date::before {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    height: 12px;
    width: 1px;
    background: #777;
    display: none;
}

.blog-post-info span.categories {
    background: none;
    padding-left: 0;
    margin-right: 10px;
    font-style: italic;
}

.page-content .blog-post-info span.categories a {
    color: #8a8685;
    padding-right: 15px;
}

.page-content .blog-post-info span.categories a:hover {
    color: #000;
}

.blog-post-item .post-description > a {
    display: none;
}

.recent-post .content,
.recent-post .blog-post-info {
    display: none;
}

.recent-post .blog-post-item {
    width: 100%;
    margin: 0;
    float: none;
    min-height: auto;
}

.recent-post .blog-post-item .title {
    margin: 0;
    padding: 0;
    position: relative;
}

.recent-post .blog-post-item .title a {
    line-height: 20px;
    font-weight: 400;
    color: rgb(101, 101, 101);
    font-size: 15px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    text-transform: none;
}

.recent-post .blog-post-item .title a:hover {
    color: #ba7900;
}

.blog-post-item .title a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.recent-post div.footer {
    display: none;
}

.recent-post .blog-post-item + .blog-post-item {
    margin-top: 15px;
}

.blog-post-content .footer {
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 0;
}

.blog-post-content .footer span.pagination {
    float: none;
}

.blog-post-content .footer span.pagination span {
    border: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.blog-post-content .footer span.pagination span.current {
    background-image: none;
    background-color: #ba7900;
    color: #ffffff;
}
.post-description figure {
    margin: 0 0 20px 0;
}

.blog-post-details .comment-post-panel {
    border: none;
    padding: 0;
    position: relative;
}

.message-block.info-message, .message-block.success {
    top: 28px;
}

.comment-post-panel input[type="text"], .comment-post-panel input[type="email"], .comment-post-panel textarea {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    border: 2px solid #b9b9b9;
    padding: 2px 15px;
    background: transparent;
    height: 46px;
    border-radius: 3px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

.blog-post-details .comment-post-panel textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 0;
}

.comment-post-panel .simpleCaptcha-container {
    margin-top: 34px;
    padding-bottom: 2px;
}

.comment-post-panel button[type="submit"] {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: rgb(186, 121, 0);
    display: inline-block;
    padding: 17px 50px;
    border-radius: 3px;
}

.comment-post-panel button[type="submit"]:hover {
    color: #fff;
    background-color: #31302b;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.comment-post-panel .simpleCaptcha-container .form-row.simple-captcha {
    width: 48%;
    display: inline-block;
    box-shadow: 0 0 0 0;
    border: 2px solid #b9b9b9;
    text-align: center;
    height: 46px;
    background: transparent;
    border-radius: 3px;
    margin-top: 0;
}

#blog-post-create-comment-panel .max-character {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-left: 5px;
    padding-right: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 18px;
}

.blog-post-details .comment-post-panel label {
    color: #555555;
    display: block;
    padding-bottom: 7px;
    padding-top: 10px;
    font-size: 16px;
}

.blog-post-details .image img {
    width: 100%;
}

.blog-post-details {
    padding-right: 60px;
}

.page-blog .page-content .widget.page-heading {
    margin-top: -15px;
}

.page-content .blog-post-details .title {
    color: #ba7900;
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-weight: normal;
    line-height: 38px;
    margin-bottom: 15px;
    margin-top: -8px;
    padding: 0;
}
.blog-post-info span.categories {
    background: none;
    padding-left: 12px;
    margin-right: 10px;
    font-style: italic;
    position: relative;
}
.blog-post-info span.categories::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 2px;
    height: 12px;
    width: 1px;
    background: #777;
}
.blog-post-details .loging-to-react[data-purpose="To Comment"] {
    background: rgb(186, 121, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    height: 45px;
    width: 144px;
    display: inline-block;
    line-height: 45px;
    padding: 0 55px;
    border-radius: 3px;
    margin-top: 15px;
    cursor: pointer;
}
.blog-post-details .loging-to-react[data-purpose="To Comment"]:hover {
    background: #644101;
}
.comment-post-panel .errorlist.after {
    position: static;
    margin-top: 3px;
}
.comment-post-panel .errorlist.after .message-block {
    color: #f00;
}
.comment-post-panel .form-row.textArea .errorlist.after {
    bottom: -7px;
    right: 10px;
}

.comment-post-panel .form-row.simple_captcha_input_field.mandatory .errorlist.after {
    bottom: -7px;
    right: 11px;
}

.widget-blogPost.recent-post.featured {
    padding-bottom: 35px;
}

.comment-post-panel .simpleCaptcha-container .form-row.simple-captcha label {
    display: none;
}
.comment-post-panel  .form-row.simple_captcha_help_text {
    display: none;
}
.comment-post-panel .form-row.simple-captcha  .simple-captcha-reload{
    display: none;
}
.blog-post-details .comment-post-panel .simple_captcha_input_field label {
    display: none;
}

.blog-category-details .blog-post-info span.date, .blog-category-details .blog-post-info span.author {
    background-position: 0 0;
}
.blog-category-details .blog-post-info span.date, .blog-category-details .blog-post-info span.comment-count {
    background-position: 0 0;
}
.blog-category-details .blog-post-info span.author {
    display: none;
}
.blog-category-details .blog-post-info span.comment-count{
    display: none;
}
.page-blog .widget-container.v-split-container,
.page-blog-post .widget-container.v-split-container,
.page-blog-category .widget-container.v-split-container{
    padding: 100px 0;
}

.page-blog .widget-container.v-split-container .page-content,
.page-blog-post .widget-container.v-split-container .page-content,
.page-blog-category .widget-container.v-split-container .page-content{
    padding: 0;
}


.comment-post-panel .simpleCaptcha-container {
    margin-top: 34px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}
.comment-post-panel .simpleCaptcha-container .form-row {
    margin: 0;
}
.comment-post-panel .simpleCaptcha-container .form-row.simple-captcha {
    width: 170px;
    height: 50px;
    line-height: 47px;
    margin-right: 20px;
}
.comment-post-panel .simple_captcha_input_field input[type="text"] {
    width: 350px;
    display: inline-block;
}
.comment-post-panel .form-row:last-of-type label{
    display: none;
}
.comment-post-panel  .form-row.simple_captcha_help_text{
    display: none;
}
.comment-post-panel   .form-row{
    position: relative;
}
.comment-post-panel .form-row:last-of-type {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}
.blog-post-details .comment-post-panel h2{
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 15px;
}
.widget-blogPost.recent-post.featured  .blog-post-item .post.post-list-view-width,
.widget-blogPost.recent-post.featured .blog-post-item .category.post-list-view-width{
    height: auto;
}
/*end:blog*/


/*start:Social Media*/
.social-media-share-bar .social-media-share + .social-media-share {
    margin-left: 7px;
}

.social-media-share a {
    width: 43px !important;
    height: 43px !important;
    border: 2px solid #000 !important;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    line-height: 39px;
    text-align: center;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.social-media-share span {
    color: #000 !important;
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
    vertical-align: bottom !important;
    position: relative;
    top: 5px;
}
.social-media-share .at-icon {
    fill: #000 !important;
}

.social-media-share a:hover {
    background-color: rgb(186, 121, 0) !important;
    border-color: rgb(186, 121, 0) !important;
}

.social-media-share a:hover .at-icon {
    fill: #fff !important;
}
/*end:Social Media*/

.footer .blog-post-item  .content,
.footer .blog-post-item .blog-post-info {
    display: none;
}

.footer .blog-post-item {
    width: 100%;
    margin: 0;
    float: none;
    min-height: auto;
}

.footer .blog-post-item .title {
    margin: 0;
    padding: 0;
    position: relative;
}

.footer .blog-post-item .title a {
    line-height: 20px;
    font-weight: 400;
    color: rgb(101, 101, 101);
    font-size: 13px;
    font-family: Trebuchet MS, Arial, sans-serif;
    display: block;
    text-transform: none;
}

.footer .blog-post-item .title a:hover {
    color: #ffffff;
}
.footer .blog-post-item + .blog-post-item {
    margin-top: 10px;
}
.footer p {
    font-size: 13px;
    line-height: 24px;
    font-family: Trebuchet MS, Arial, sans-serif;
    margin: 0;
}
.footer p a:hover,.footer p a:focus{
    color: #ffffff;
}
.footer .article-content ul
{
    padding: 0;
}
.header .nav-wrapper {
    text-align: right;
}
.header .user-nav .horizontal > .navigation-item:last-of-type{
    padding-right: 0;
}
.header .cell-number p{
    font-family: Trebuchet MS, Arial, sans-serif;
    margin: 0;
}
.blog-post-details .content img,
.blog-post-details .content iframe {
    width: 100%;
}
.footer-call-text h5 a {
    color: #fff;
    text-decoration: underline;
}
.footer-call-text h5 {
    color: #bebebe;
    font-size: 17px;
    max-width: 630px;
    margin: 0 auto;
    line-height: 26px;
    padding: 0 10px;
}
.product-view.scrollable-view .product-image-link img, .product-view.image-view .product-image-link img {
    max-height: 100%;
    max-width: 100%;
}
.product-widget.widget-productSummary > .title {
    display: none;
}

/*================ Checkout page =====================*/
/*Checkout page*/
.checkout-page .section.confirm .header .icon::before {
    content: "\f09d";
}
/*Checkout page*/
.checkout-page .toolbar-btn {
    background: #644101 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
}
.address-selection-popup .create-address:hover, .checkout-page .toolbar-btn:hover {
    background-color: #BA7900;
    color: #ffffff;
}
.check-out-total > .price-row.total-order .label, .check-out-total > .price-row.total-order .price {
    font-size: 15px;
}
.order-comment-row .label, .payment-gateway .payment-gateway-label {
    color: #818585;
    font-size: 15px;
}
.check-out-total > .price-row.total-order .label{
padding-top: 6px;
}
.payment-gateway select {
    min-width: 180px;
    width: auto;
}
.payment-option .code-submit-form button {
    height: 40px;
    margin-left: 0;
}
.checkout-page .payment-option > .header {
    color: #818585;
}
.checkout-page .section .step-continue-button {
    padding: 10px 20px;
}
.check-out-total > .price-row .label, .check-out-total > .price-row .price {
    display: inline;
}
.check-out-total *, .shopping-cart-total * {
    font-size: 14px;
}
.cartitem-table .unit-price-column {
    width: 100px;
}
.blog-post-details ol, .blog-post-details ul {
  padding: 0 0 25px 15px;
}
.blog-post-details ol li, .blog-post-details ul li {
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 24px;
  color: rgb(101, 101, 101);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .checkout-page .section.loaded > .body {
        padding: 15px 0;
    }
    .confirm-step-form .left-panel, .confirm-step-form .right-panel {
        float: none;
        padding: 25px;
        width: 100%;
    }
    .confirm-step-form .left-panel {
        padding: 10px 0;
    }
    .checkout-page .share-toolbar.toolbar {
        display: block;
        margin: 15px 0 5px;
    }
    table.cartitem-table {
        border: medium none;
    }
    .cartitem-table .unit-price-column {
        width: auto;
    }
    .cartitem-table td {
        border: medium none;
    }
    .cartitem-table .product-name a {
        font-size: 14px;
    }
    .checkout-page .section.loaded > .body .cart-item > td {
        display: block;
    }
    .order-comment-row, .payment-gateway {
        padding: 25px 0;
    }
}
/*customer profile*/

@media (min-width: 992px){
 
.floating-panel-popup::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cccccc;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: -15px;
    width: 0;
}
.floating-panel-popup::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: -13px;
    width: 0;
}
.floating-panel-popup.popup.active {
    overflow: visible;
}
.floating-panel-popup.popup {
    padding: 10px;
    max-width: 150px;
    min-width: 0;
}

.bmui-tab.left-side-header .bmui-tab-body-container .form-row label {
    width: auto;
}

.site-popup.popup.active .title-bar, .confirm-popup .header-line {
    background-color: #644101;
    padding: 12px 40px 12px 25px;
}
.confirm-popup.popup {
    background-color: #333333;
    padding: 0;
}
.message {
    background: none;
    color: #ffffff;
    font-size: 13px;
}
.site-popup .button-line, .confirm-popup .button-line {
    padding: 15px 25px;
    text-align: right;
}
.confirm-popup .button-line button {
    background: #644101 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    min-width: 75px;
    padding: 7px 15px;
    width: auto;
}
.site-popup .button-line button + button, .confirm-popup .button-line button + button {
    margin-left: 0;
}
.confirm-popup .button-line button:hover {
    background: #BA7900 none repeat scroll 0 0;
}
.confirm-popup .header-line .close::before, .site-popup .window-corner-toolbar .close::before {
    color: #ffffff;
}
.site-popup .title-bar .close, .confirm-popup .header-line .close {
    height: 24px;
    right: 10px;
    top: 10px;
    width: 24px;
}

.site-popup.popup {
    max-width: 400px;
    min-width: 290px;
    padding: 0;
}
.site-popup.popup.active .title-bar, .confirm-popup .header-line {
    background-color: #644101;
    padding: 12px 40px 12px 25px;
}
.site-popup .title-bar, .confirm-popup .header-line {
    color: #ffffff;
    font-weight: 500;
}
.site-popup .content, .confirm-popup .body {
    padding: 25px;
}
.site-popup.popup .payment-form.site-popup-form .header-wrapper > h1 {
    font-size: 22px;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0;
}
.payment-form .double-input-row label,
.payment-form .form-row label, .payment-form .double-input-row label {
    display: block;
    padding-bottom: 5px;
    width: auto;
}
.payment-form input[type="text"] {
    height: 38px;
    margin: 0;
    width: 350px;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    width: 150px;
}
.payment-form .double-input-row > * {
    vertical-align: middle;
}
#order-details .info-row .value {
    color: #ffffff;
}

.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper select {
    margin: 0;
    width: 100%;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row > .form-type-info {
    color: #999999;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    margin: 0 -3px;
    text-align: center;
    width: 48px;
}
.payment-form .double-input-row > .form-type-info {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none;
    border-top: medium none;
    color: #999999;
    font-size: 17px;
    height: 35px;
    line-height: 34px;
    margin: 0 -3px;
    text-align: center;
    width: 38px;
}
.site-popup .button-line button {
    width: auto;
}
/*Link a card popup*/
.payment-form.site-popup-form label:after {
    content: "*";
    color: #f00;
    margin-left: 3px;
}
.payment-form.site-popup-form .errorlist {
    margin-top: 3px;
}
.payment-form.site-popup-form .mandatory-chosen-wrapper select+.errorlist.after {
    position: static;
    width: auto;
}
/*comfirm popup*/
.confirm-popup .message {
    color: #555;
}
.confirm-popup .button-line button ~ button {
    margin-left: 5px;
}

.account-details-form, .edit-address-form {
    margin-left: 0;
    margin-right: 0;
}
}

@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
   
    .site-popup.popup.popup.active {
        max-width: 100%;
        min-width: auto;
        right: 15px;
        width: calc(100% - 35px) !important;
    }
    
    .site-popup.popup .payment-form.site-popup-form .header-wrapper > h1 {
        font-size: 18px;
    }
    
    .payment-form .double-input-row > .form-type-info {
        display: none;
    }
    .site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
        vertical-align: top;
        width: 49%;
    }
    .payment-form input[type="text"] {
        width: 100%;
    }
}
/*end customer profile */

@media screen and (max-width: 379px) {
	.password-reset-form .form-row input {
    width: 100%;
}
}
/*credit card pament form*/
.page-credit-card-payment .payment-form input[type="text"] {
    width: 350px;
}
.page-credit-card-payment .payment-form .mandatory-chosen-wrapper select {
    width: 155px;
}
.page-credit-card-payment .payment-form .mandatory-chosen-wrapper select+.errorlist.after {
    position: static;
    width: auto;
    margin-top: 0;
}
.page-credit-card-payment .payment-form .double-input-row > .form-type-info {
    display: inline-block;
}


.page-credit-card-payment .payment-form.securepay-payment-gateway-form.valid-verify-form {
    max-width: 1100px;
    margin: 20px auto;
}
.page-credit-card-payment .credit-card-payment .billing-address{
  background-color: #ba7900;
}
.page-credit-card-payment .credit-card-payment .payer-details{
  background: #f8f8f8;
  padding: 60px 80px 60px 100px;
}
.page-credit-card-payment .logo.credit-card {
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
}
.page-credit-card-payment .logo.credit-card img {
    max-width: 70px;
    max-height: 45px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-credit-card-payment .credit-card-payment .tlr input {
  background: #ba7900;
  border-radius: 0;
  width: 100%;
}
.page-credit-card-payment .credit-card-payment .payer-details input[type="text"] {
  width: 100%;
  max-width: 506px;
  height: 44px;
  border: 1px solid #d2d2d2;
    border-radius: 0;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
  width: 48.5%;
}
.page-credit-card-payment .credit-card-payment .payer-details div {
  max-width: 506px;
}
.credit-card-payment .payer-details .form-row, .credit-card-payment .payer-details .double-input-row {
    margin: 0 0 25px;
}
.page-credit-card-payment form.payment-form.securepay-payment-gateway-form select {
  width: 100%;
    border-radius: 0;
  font-size: 15px;
}
.page-credit-card-payment .credit-card-payment .tlr input:hover {
  background: #000;
}
.page-credit-card-payment .payment-form .merchant-logo {
    max-width: 100%;
    padding-bottom: 70px;
  display: block;
    text-align: left;
}
.payment-form .merchant-logo img {
    max-width: 220px;
}
.page-credit-card-payment .payment-form .merchant-info .company-name {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}
.page-credit-card-payment .payment-form .merchant-info .company-address {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.page-credit-card-payment .payment-form .billing-address .form-row ~ .form-row{
  padding: 0;
  margin: 0;
}
.page-credit-card-payment .payment-form .billing-address .form-row input{
  padding: 5px 0;
  margin: 0;
  height: auto;
  border-bottom: 0;
  font-size: 16px;
  color: #fff;
}

.page-credit-card-payment .credit-card-payment h2 {
    font-size: 18px;
    padding: 0 0 12px;
    color: #303030;
    font-weight: 700;
}
.page-credit-card-payment .credit-card-payment .tlr input[disabled] {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
.page-credit-card-payment .credit-card-payment .payer-details label {
    font-size: 14px;
    font-weight: normal;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .label {
    font-size: 17px;
  color: #000;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .currency-code {
    color: #9b9999;
}
.payment-form .merchant-info {
    margin-bottom: 30px;
}
.page-credit-card-payment .payment-billing-address .form-row:first-child label{
        margin-top: 0px;
    }
.page-credit-card-payment .payment-billing-address .form-row label {
    margin-top: 15px;
    padding-bottom: 0;
    color: #fff;
}
@media only screen and (max-width: 991px){
.page-credit-card-payment .credit-card-payment .payer-details {
    padding: 60px 30px 60px 40px;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
    width: 48%;
}
}
@media only screen and (max-width: 767px){
.page-credit-card-payment .logo.credit-card, .page-credit-card-payment .credit-card-payment .billing-address,
.page-credit-card-payment .payment-form .merchant-logo, .page-credit-card-payment .payment-form .billing-address .form-row input {
    text-align: center;
}
.page-credit-card-payment .credit-card-payment .payer-details {
    padding: 15px;
}
.page-credit-card-payment .credit-card-payment .payer-details div {
    max-width: 100%;
	display: block;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .label {
    display: block;
}
.page-credit-card-payment .credit-card-payment .payer-details input[type="text"] {
    max-width: 100%;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
    width: 100%;
    margin-bottom: 0px;
}

.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper:first-of-type {
    margin-bottom: 20px;
}
.page-credit-card-payment .credit-card-payment h2 {
    padding: 0;
    margin-top: 20px;
}
.page-credit-card-payment .credit-card-payment .payer-details {
    padding: 15px 15px 25px;
}
.page-credit-card-payment .credit-card-payment .billing-address {
    padding-bottom: 40px;
}
.page-credit-card-payment .payment-billing-address .form-row label {
    text-align: center;
}
}
/************************/
.fee .popup {
    padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
    margin: 0 30px 20px !important;
}
 .fee .widget-image-edit-popup .fee-pu-content-footer {
    max-width: 500px
}
.fee .home-top {
    background: #644101;
}
.fee .widget.widget-article.caption-btn {

    padding: 20px 0 75px;
}
/******************************/
.payment-success-total > table tr.total-order td.price .currency-code {
    font-size: 12px;
}
.payment-success-total > table tr.total-order td.price span{
    font-size: 20px;
    font-weight: bold;
    margin-left: 8px;
}
.check-out-total > .price-row .label, .confirm-step-form  .check-out-total .total-order .price{
    vertical-align: bottom;
}


/*Section Full-wide*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
/*.fee-fixed-width-content {*/
/*    padding-left: calc(50% - 683px) !important;*/
/*    padding-right: calc(50% - 683px) !important;*/
/*}*/

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name{
    padding-left: 15px;
    padding-right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
    margin: 7px 15px 0;
}

/*Section Full-wide*/

/*Section New customer Profile*/
#webcommander-page.page-profile  .customer-profile-v2-wrapper {
    background-color: #ffffff;
}
#customer-profile-tabs.customer-profile-v2 th,
#customer-profile-tabs.customer-profile-v2 td {
    word-break: break-word;
    font-family: "Montserrat",sans-serif;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background: none;
    border: none;
}

#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title:after {
    display: none;
}

#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header:hover .title {
    color: #000 !important;
}

#customer-profile-tabs.customer-profile-v2 .button.profileLogout,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout:hover {
    border: none;
}

#customer-profile-tabs.customer-profile-v2 .profileLogout a,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover {
    background: none;
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name {
    height: auto;
}
.customer-profile-v2 .profile-pic-wrapper>.customer-name-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
}

#customer-profile-tabs.customer-profile-v2 button {
    background: #644101;
}

#customer-profile-tabs.customer-profile-v2 button:hover {
    background: #BA7900;
    color: #fff;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.current {
    background-color: #644101;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top.bmui-tab-active {
    border-bottom: 2px #644101 solid;
}
#customer-profile-tabs.customer-profile-v2 input[type="checkbox"] {
    padding: 0;
}

#webcommander-page.page-profile .notification.popup {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px 20px 20px;
    border: none;
    max-width: 600px;
    min-width: 300px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25)
}

@media (max-width: 767px) {
    #webcommander-page.page-profile .notification.popup {
        max-width: calc(100vw - 40px);
        min-width: 300px
    }
}

#webcommander-page.page-profile .notification.popup .icon {
    display: block;
    float: none;
    width: 24px;
    height: 24px;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#webcommander-page.page-profile .notification.popup.info .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022Z%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.success .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M22%2011.0799V11.9999C21.9988%2014.1563%2021.3005%2016.2545%2020.0093%2017.9817C18.7182%2019.7088%2016.9033%2020.9723%2014.8354%2021.5838C12.7674%2022.1952%2010.5573%2022.1218%208.53447%2021.3744C6.51168%2020.6271%204.78465%2019.246%203.61096%2017.4369C2.43727%2015.6279%201.87979%2013.4879%202.02168%2011.3362C2.16356%209.18443%202.99721%207.13619%204.39828%205.49694C5.79935%203.85768%207.69279%202.71525%209.79619%202.24001C11.8996%201.76477%2014.1003%201.9822%2016.07%202.85986%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M22%204L12%2014.01L9%2011.01%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.warning .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10.2898%203.8602L1.81978%2018.0002C1.64514%2018.3026%201.55274%2018.6455%201.55177%2018.9947C1.55079%2019.3439%201.64127%2019.6873%201.8142%2019.9907C1.98714%2020.2941%202.2365%2020.547%202.53748%2020.7241C2.83847%2020.9012%203.18058%2020.9964%203.52978%2021.0002H20.4698C20.819%2020.9964%2021.1611%2020.9012%2021.4621%2020.7241C21.7631%2020.547%2022.0124%2020.2941%2022.1854%2019.9907C22.3583%2019.6873%2022.4488%2019.3439%2022.4478%2018.9947C22.4468%2018.6455%2022.3544%2018.3026%2022.1798%2018.0002L13.7098%203.8602C13.5315%203.56631%2013.2805%203.32332%2012.981%203.15469C12.6814%202.98605%2012.3435%202.89746%2011.9998%202.89746C11.656%202.89746%2011.3181%202.98605%2011.0186%203.15469C10.7191%203.32332%2010.468%203.56631%2010.2898%203.8602Z%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%209V13%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2017H12.01%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.alert .icon,
#webcommander-page.page-profile .notification.popup.error .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.86%202H16.14L22%207.86V16.14L16.14%2022H7.86L2%2016.14V7.86L7.86%202Z%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup .message {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px #ddd solid;
    text-align: left;
}

#webcommander-page.page-profile .notification.popup .type {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 10px;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#webcommander-page.page-profile .notification.popup.success .type {
    color: green
}

#webcommander-page.page-profile .notification.popup.warning .type {
    color: orange
}

#webcommander-page.page-profile .notification.popup.alert .type,
#webcommander-page.page-profile .notification.popup.error .type {
    color: red
}

#webcommander-page.page-profile .notification.popup .close {
    height: 16px;
    width: 16px;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12.1953%204.9541L4.19531%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M4.19531%204.9541L12.1953%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
    position: absolute;
    right: 7px;
    top: 5px
}

#webcommander-page.page-profile .site-popup .title-bar {
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px #f0f3f4 solid;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

#webcommander-page.page-profile .site-popup .title-bar .title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

#webcommander-page.page-profile .site-popup .window-corner-toolbar .close::after {
    display: none;
}

#webcommander-page.page-profile .site-popup .form-row {
    margin: 0;
}
#webcommander-page.page-profile .site-popup .button-line {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}
#webcommander-page.page-profile .site-popup .button-line button {
    width: auto;
    background-color: #644101;
    border: 1px #644101 solid;
    margin: 0;
    letter-spacing: normal;
}

#webcommander-page.page-profile .site-popup .button-line button:hover {
    width: auto;
    background-color: #BA7900;
    border: 1px #BA7900 solid;
}
#webcommander-page.page-profile .site-popup .button-line button[disabled] {
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: 1px #bfbfbf solid;
}
#webcommander-page.page-profile .confirm-popup .header-line .close::after {
    display: none;
}

.page-profile .confirm-popup .button-line button {
    width: auto;
}

.page-profile .confirm-popup .button-line button.yes-button {
    background-color: #644101;
    border: 1px #644101 solid;
}

.page-profile .confirm-popup .button-line button.yes-button:hover {
    background-color: #BA7900;
    border: 1px #BA7900 solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
    margin-bottom: 24px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card h1 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-status {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 3px 8px;
    background-color: #666;
    border-radius: 30px;
    text-transform: capitalize;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-header-left-bottom {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px rgba(0, 0, 0, .08) solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-created {
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
    font-weight: 400;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .track-order-action {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
    border: none;
    padding: 0;
    margin: 0;
    justify-content: unset;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
    padding-right: 24px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    padding-left: 24px;
    border-left: 1px rgba(0, 0, 0, .05) solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header .title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #212529;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

#customer-profile-tabs .bmui-tab-panel .panel-header .address span:first-child {
    font-weight: 500;
    display: block;
    color: #555;
    margin: 15px 0 3px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address span,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details>span {
    font-size: 14px;
    font-weight: 500;
    color: #4F4F4F;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address .name,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details .name {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .bmui-tab-body-container .panel-header .panel-header-left .link-btn {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap {
    width: 320px;
    margin-left: auto;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row {
    margin: 0;
    padding: 14px 16px;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    display: flex;
    float: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-bottom: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    font-size: 14px;
    font-weight: 500;
    color: #626262;
    width: 50%;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value {
    color: #000;
    font-weight: 600;
    text-align: right;
    padding-left: 5px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    text-align: left;
    padding-right: 5px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-top: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child label,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child .value {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child:after {
    font-size: 14px;
    right: 16px;
    bottom: 9px;
    line-height: 16px;
}

.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap thead tr th:first-child,
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td:first-child {
    width: 40%;
}

.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td .wrapper {
    display: flex;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper img {
    max-width: 60px;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
    width: 70%;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#customer-profile-tabs .bmui-tab-panel #order-details .id {
    font-weight: 600;
}

#customer-profile-tabs .bmui-tab-panel #order-details .name {
    font-size: 14px;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share {
    padding: 4px 14px;
    max-width: max-content;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
    background: #644101;
    font-weight: 600;
    width: auto;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share:hover {
    background: #BA7900;
}

.floating-panel-popup.product-share-option.popup .customer-share-options label {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #f7f7f9;
    transition: all 300ms ease-out 0s;
    display: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div {
    margin-bottom: 15px;
    cursor: pointer;
    color: #111;
    padding-left: 30px;
    position: relative;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:last-child {
    margin: 0;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .facebook-share:before {
    content: "\f09a";
    font-family: 'FontAwesome';
    position: absolute;
    left: 3px;
    font-size: 21px;
    color: #313131;
    background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .twitter-share:before {
    content: "\f099";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 21px;
    color: #313131;
    background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .linkedin-share:before {
    content: "\f0e1";
    font-family: 'FontAwesome';
    position: absolute;
    left: 1px;
    font-size: 20px;
    color: #313131;
    top: -2px;
    background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover {
    color: #644101;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover:before {
    color: #644101;
}

.floating-panel-popup .action-item:hover {
    background-color: #f5f5f5;
    color: #000;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div img {
    display: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover img {
    border: 1px solid #ccc
}

.floating-panel-popup.product-share-option .share-medium div[class$="-share"]:hover {
    background: none;
}

#customer-profile-tabs.customer-profile-v2 td {
    word-break: break-word;
}

#customer-profile-tabs.customer-profile-v2 button.back-button {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 6px 16px;
    background: none;
    border: 1px rgba(0, 0, 0, .2) solid;
    border-radius: 4px;
    height: 32px;
}

#customer-profile-tabs.customer-profile-v2 button.back-button:hover {
    border: 1px rgba(0, 0, 0, .4) solid;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-details .form-row.btn-row {
    display: flex;
    column-gap: 10px;
}

#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
    margin-top: 0;
    width: auto;
    font-family: "Montserrat",sans-serif;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .wrapper[data-label="Actions:"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon {
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.details {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M8.9985%203.75C5.94%203.75%203.192%206.06975%201.60875%208.61225C1.53675%208.7315%201.5%208.86575%201.5%209C1.5%209.13425%201.536%209.2685%201.608%209.38775C3.192%2011.9303%205.94%2014.25%208.9985%2014.25C12.1058%2014.25%2014.8455%2011.9325%2016.3965%209.38025C16.4655%209.26325%2016.5%209.13125%2016.5%209C16.5%208.86875%2016.4655%208.73675%2016.3965%208.61975C14.8455%206.0675%2012.1058%203.75%208.9985%203.75ZM15.3082%209C13.9305%2011.1585%2011.6355%2013.125%208.9985%2013.125C6.39975%2013.125%204.0995%2011.151%202.6955%209C4.09875%206.849%206.39975%204.875%208.9985%204.875C11.637%204.875%2013.9327%206.843%2015.3082%209ZM9%206C10.656%206%2012%207.344%2012%209C12%2010.656%2010.656%2012%209%2012C7.344%2012%206%2010.656%206%209C6%207.344%207.344%206%209%206ZM9%207.125C7.965%207.125%207.125%207.965%207.125%209C7.125%2010.035%207.965%2010.875%209%2010.875C10.035%2010.875%2010.875%2010.035%2010.875%209C10.875%207.965%2010.035%207.125%209%207.125Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.add-to-cart {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M18%202.25L17.4427%203.75H15.996L13.3905%2012.75H3.46125L0%204.5H12.609L12.186%206H2.256L4.45875%2011.25H12.2797L14.8538%202.25H18ZM6.375%2013.5C5.754%2013.5%205.25%2014.004%205.25%2014.625C5.25%2015.2467%205.754%2015.75%206.375%2015.75C6.996%2015.75%207.5%2015.2467%207.5%2014.625C7.5%2014.004%206.996%2013.5%206.375%2013.5ZM10.125%2013.5C9.504%2013.5%209%2014.0033%209%2014.625C9%2015.2467%209.504%2015.75%2010.125%2015.75C10.746%2015.75%2011.25%2015.2467%2011.25%2014.625C11.25%2014.004%2010.746%2013.5%2010.125%2013.5Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.delete {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cmask%20id%3D%22mask0_1757_1068%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2218%22%20height%3D%2218%22%3E %3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23D9D9D9%22%2F%3E %3C%2Fmask%3E %3Cg%20mask%3D%22url%28%23mask0_1757_1068%29%22%3E %3Cpath%20d%3D%22M5.48077%2015.3756C5.10674%2015.3756%204.78727%2015.2431%204.52237%2014.9782C4.25746%2014.7133%204.125%2014.3938%204.125%2014.0198V4.50059H3.375V3.37561H6.74998V2.71216H11.25V3.37561H14.625V4.50059H13.875V14.0198C13.875%2014.3986%2013.7437%2014.7193%2013.4812%2014.9818C13.2187%2015.2443%2012.898%2015.3756%2012.5192%2015.3756H5.48077ZM12.75%204.50059H5.24998V14.0198C5.24998%2014.0871%205.27162%2014.1424%205.31489%2014.1857C5.35817%2014.229%205.41346%2014.2506%205.48077%2014.2506H12.5192C12.5769%2014.2506%2012.6298%2014.2266%2012.6779%2014.1785C12.7259%2014.1304%2012.75%2014.0775%2012.75%2014.0198V4.50059ZM7.05289%2012.7506H8.17787V6.00059H7.05289V12.7506ZM9.82209%2012.7506H10.9471V6.00059H9.82209V12.7506Z%22%20fill%3D%22%231C1B1F%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E");
}

#webcommander-page.page-profile .payment-form.site-popup-form .header-wrapper>h1 {
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    margin: 0 0 15px;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
    padding-bottom: 15px;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row input,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select {
    width: 100%;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row input:focus,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select:focus {
    border: 1px #000000 solid;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row label,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    padding: 0 0 5px;
    line-height: 1.4;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
    display: flex;
    flex-wrap: wrap;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms {
    position: relative;
    padding: 0 0 0 22px;
    background: none;
    border: none;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms input.checkbox {
    width: auto;
    margin: 0;
    position: absolute;
    top: 3px;
    left: 0;
}

#webcommander-page.page-profile .payment-form.site-popup-form .terms_and_condition_title {
    font-size: 14px;
    color: #222;
    line-height: normal;
    font-weight: 400;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    width: 100%;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    width: calc(50% - 15px);
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row>.form-type-info {
    color: #999;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    margin: 0;
    text-align: center;
    width: 30px;
    background: none;
    border: none;
}

#webcommander-page.page-profile .site-popup .button-line button.cancel-button {
    color: #000;
    background: none;
    border: 1px rgba(0, 0, 0, .20) solid;
}

#webcommander-page.page-profile .site-popup .button-line button.cancel-button:hover {
    border: 1px rgba(0, 0, 0, .40) solid;
    background: none;
}

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn {
    background: #644101;
}

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn:hover {
    background: #BA7900;
}

#customer-profile-tabs.customer-profile-v2 #order-list table {
    margin-bottom: 0;
}

#customer-profile-tabs.customer-profile-v2 .pagination {
    margin: 0;
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.page-number.current:after {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .pagination span {
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.next:after,
#customer-profile-tabs.customer-profile-v2 .pagination span.prev:after {
    display: none;
}
.bmui-tab.left-side-header.customer-profile-v2 .customer-profile-left .bmui-tab-header-container {
    display: block;
}

#customer-profile-tabs.customer-profile-v2 #order-details .order-items-wrap table {
    margin-bottom: 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left:before,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right:before {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]:after {
    top: 0;
}
#customer-profile-tabs.customer-profile-v2 .scrollable-view .content {
    margin: 18px 0 0;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
    width: 257px;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .current-price .tax-message {
    display: block;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .block-content-wrap > .price-waper {
    display: block;
}
#webcommander-page.page-profile .site-popup .title-bar .close {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .site-popup .title-bar .close:before {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .header-line .close {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .confirm-popup .header-line .close:before {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .button-line button {
    height: auto;
    margin: 0;
    letter-spacing: normal;
}
.page-profile .confirm-popup .button-line button.no-button:hover {
    color: #000!important;
}
#webcommander-page.page-profile .confirm-popup .header-line {
    text-align: left;
}
#webcommander-page.page-profile .confirm-popup .header-line .title {
    color: #000;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing {
    overflow-x: auto;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after {
    position: static;
    margin-top: 3px;
    line-height: normal;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after .message-block {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-body .address-card-item-value,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-body .address-card-item-value {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
    line-height: normal;
}
.page-profile .site-popup .errorlist.after {
    position: static;
}
.page-profile .site-popup .errorlist.after .message-block {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 3px;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-suggest {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-header-container.top-box {
    overflow-x: auto;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top {
    white-space: nowrap;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header {
    text-transform: none;
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing .no-data {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 table {
    table-layout: fixed;
}
.page-profile .confirm-popup .button-line button.no-button {
    background: none;
}
#customer-profile-tabs .all_order .customer-profile-order-details-v2-view .order-basic-info-top {
    margin: 0;
    padding: 0;
    border: none;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .featured.tag-mark {
    font-size: 0;
}

/* exception popup */
#webcommander-page.page-profile .exception-popup {
    width: 600px!important;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,.30);
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.30);
    font-family: "Montserrat",sans-serif;
    
}
#webcommander-page.page-profile .exception-popup .header {
        padding: 15px 41px 15px 20px;
        background-color: #fff;
        border-bottom: 1px #f0f3f4 solid;
        border-radius: 4px 4px 0 0;
}

#webcommander-page.page-profile .exception-popup .header .close-popup {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .exception-popup .header .close-popup:before,
#webcommander-page.page-profile .exception-popup .header .close-popup:after {
    display: none;
}

#webcommander-page.page-profile .exception-popup .header .status-message {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

#webcommander-page.page-profile .exception-popup .footer {
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px #f0f3f4 solid;
    border-radius: 0 0 4px 4px;
    text-align: right;
}

#webcommander-page.page-profile .exception-popup .footer .button-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}

#webcommander-page.page-profile .exception-popup .footer .button-item .button {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    background-color: #644101;
}
#webcommander-page.page-profile .exception-popup .footer .button-item .button:hover {
    background-color: #BA7900;
}
#webcommander-page.page-profile .exception-popup table {
    table-layout: fixed;
}
#webcommander-page.page-profile .exception-popup table th,
#webcommander-page.page-profile .exception-popup table td {
    border: 1px solid #e9e7e7;
    font-size: 14px;
}
#webcommander-page.page-profile .exception-popup table th {
    font-weight: 500;
    color: #000;
}
.image-view .product-view-height-width .image img, .scrollable-view .product-view-height-width .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
@media(max-width: 767px) {
    #webcommander-page.page-profile .exception-popup {
        width: calc(100vw - 40px)!important;
        min-width: unset;
    }
}
/* exception popup:end */
@media(max-width: 991px) {
    .customer-profile-v2-wrapper {
        padding: 30px 20px;
    }

    .customer-profile-v2 .customer-welcome-profile {
        margin-bottom: 0;
    }

    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right>.bmui-tab-body-container {
        margin-top: 30px;
    }
        #webcommander-page.page-profile .customer-profile-v2 .customer-profile-left.open {
        z-index: 999;
    }
}

@media(max-width: 767px) {
    #webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
    #customer-profile-tabs.customer-profile-v2 #saved-cart-listing table {
        width: 600px;
        margin-bottom: 20px !important;
        max-width: unset;
    }
#webcommander-page.page-profile .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-left .bmui-tab-header-container .bmui-tab-header.left.customer-profile-bmui-tab-header.bmui-tab-active.bmui-state-active {
    background-color: #f3f3f3;
    border-left: 0;
}
}

@media(max-width: 575px) {
    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
        flex-wrap: wrap;
    }

    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
        width: 100%;
        padding-right: 0;
    }

    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
        border-left: none;
    }

    #customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) {
        display: block;
    }

    #customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) .header-right {
        margin-top: 7px;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-change-title {
        display: block;
    }
}
/*End Section New customer Profile*/
