/* shop page  */

section.banner {
    text-align: center;
    background: #202020;
    margin-top: 40px;
    padding: 20px 20px;
}
.container.cust_cart {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 1140px;
    margin: 0 auto;
}
.woocommerce-cart-form__contents th {
    color: #c7a03e !important;
}
section.banner h1 {
    color: #C7A03E;
    font-family: "Playfair", Sans-serif !important;
    padding: 0 !important;
    margin:0 !important;
    font-size: 52px;
    font-weight: 600;
}
.breadcrumb {
    padding: 20px 0 0 0;
    color: #C0C0C0;
    transition: color 0.3s;
    font-family: "Playfair", Sans-serif !important;
    font-size:15px;
    font-weight:400;
}
.breadcrumb a {
    color: #C0C0C0;
    font-family: "Playfair", Sans-serif !important;
    transition: color 0.3s;
    text-decoration:none;
    padding:10px;
}
.breadcrumb span.current {
     padding:10px;
}
.shoppage .container {
    width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
}
.shoppage {
    background: #000;
}
.shoppage .container .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    text-align: center;
    align-items: baseline;
}
.shoppage .row .home_product:nth-child(1) a img{
    width:100px
}
.shoppage .row .home_product:nth-child(2) a img{
    width:120px
}
.shoppage .row .home_product:nth-child(3) a img{
    width:140px
}
.page-id-807 {
    background: #000;
}



.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676;
    display: none;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 9px 15px;
}
.shoppage .product, .home .product {
    height: 100%;
    transition: all 0.4s ease 0s;
}
.shoppage .product {
    background-image: url(./img/product-border.png);
    background-repeat: no-repeat;
    padding: 15px;
    background-size: 100% 100%;
    height: auto;
    margin-bottom: 0!important;
}
 
.productpage .container {
    width: 1140px;
    margin: 0 auto;
}
.productpage {
    margin-top:60px;
    margin-bottom:60px;
}
.single-product {
    background: #000;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0px 1.8% 2.992em 0;
    padding: 15px;
    position: relative;
    width: 21.9%;
    margin-left: 0;
    /* text-align: center; */
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}
.products.columns-4 li {
    /* text-align: center; */
    padding: 17px 8px !important;
    margin-bottom: 35px !important;
}
.woocommerce ul.products li.product a img {
    height: auto;
    object-fit: cover;
    margin: 0 0 1em;
}
h2.woocommerce-loop-product__title {
    color: #2a373d;
    font-size: 17px;
    font-family: "Playfair Display", Sans-serif;
    font-weight: 600;
    padding-bottom: 8px!important;
    line-height: 20px;
} 
h2.woocommerce-loop-product__title:hover {
    color: #62359b;
}
.woocommerce ul.products li.product .button:hover {
    background: #418459;
    border-color: #418459;
    color: #ffffff;
}
.woocommerce ul.products li.product .button {
    background: #31cc32;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    font-family: "Playfair Display", Sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    border: 1px solid #31cc32;
    margin-top: 8px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
    color: #000;
}
.col-sm-9 {
    width: 73%;
    float: left;
    margin-right: 2%;
}
.col-sm-3 {
    width: 21%;
    float: left;
    margin-left: 1%;
}
h1.product_title.entry-title {
    font-size: 28px;
    font-weight: 900;
    font-family: "Playfair Display", Sans-serif;
    margin-bottom: 15px;
    color: #fff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 30px;
    font-weight: 500;
}
span.woocommerce-Price-amount.amount {
    color: #f9cc00;
    font-weight: 500;
    font-size: 16px;
    font-family: "Playfair Display", Sans-serif;
}
.woocommerce div.product form.cart {
    margin-bottom: 20px;
    margin-top: 15px;
}
.quantity input.button {
    background: #f5f5f5;
    border-radius: 0;
    padding: 12px 15px;
}
input#smntcswcb {
    border: 1px solid #ddd;
    padding: 11px 4px!important;
    width: 30px;
    margin: 0 5px;
}
.woocommerce-product-details__short-description ul.benefit {
    padding: 0;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
}
ul.benefit li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #20202000;
    padding:0px;
    border-radius:0px;
    flex-direction: column;
    font-size:13px;
    line-height:15px;
}
button.single_add_to_cart_button.button.alt {
    background: #b78633;
    color: #fff;
    padding: 11px 25px;
    /* border-radius: 30px; */
    font-family: "Playfair Display", Sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    border: 1px solid #b78633;
    margin-left: 5px;
}
button.single_add_to_cart_button.button.alt:hover {
    background: transparent;
    border-color: #b78633;
    color: #b78633;
}
.product_meta {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 7px;
    background: #f5f5f5;
    padding: 15px 20px;
    border-radius: 5px;
}
.product_meta span {
    /* display: flex; */
    font-weight: 500;
    font-family: "Playfair Display", Sans-serif;
    font-size: 15px;
}
.product_meta span a {
    color: #0084d6;
    font-weight: 400;
    padding-left: 5px;
    text-decoration: none;
}
.product_meta span > span {
    font-weight: 400;
    padding-left: 5px;
    color: #0084d6;
}
.product_meta span > span:hover, .product_meta span a:hover  {
    color: #b78633;
}
.wpgs-nav .slick-current {
    border-color: #e5e5e5;
}
.woocommerce {
	font-family:"Playfair Display", Sans-serif;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 12px 20px 20px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    color: #fff;
    font-size: 15px;
} 
div#tab-description ul li {
    margin-bottom: 5px;
}
.woocommerce div.product div.images img {
    display: block;
    width: 99%;
    height: 350px;
    border: 1px solid #ddd;
    padding-top: 25px;
    border-radius: 4px;
    object-fit: contain;
    box-shadow: none;
}
.single span.onsale {
    display: none;
}
.productpage h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Playfair Display", Sans-serif;
    color: #fff;
}
ul.tabs.wc-tabs {
    margin-bottom: 0!important;
}
div#tab-description h2 + h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 24px;
}
div#tab-description ul {
    padding-left: 30px;
    margin-top: 12px;
    margin-bottom: 12px;
}
div#tab-description p, div#tab-description h4 .div#tab-description div {
    margin-bottom: 12px;
}
.div#tab-description ul li {
    margin-bottom: 5px;
}

.woocommerce table.shop_attributes {
    margin-bottom: 0;
}
.single-product-sidebar {
    padding: 0px 15px;
    padding-bottom: 35px;
    border: 1px solid #e5e5e5;
}
.blog-sidebar-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
    font-family: "Playfair Display", Sans-serif;
    color: #fff;
}
.blog-sidebar-body .dgwt-wcas-search-form {
    width: 100%;
}
.blog-sidebar-body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border: 1px solid #fccb02;
    /* border-radius: 25px!important; */
}
.blog-sidebar-body .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    /* height: 36px; */
    /* min-width: 34px; */
    /* width: 38px; */
    /* line-height: 100%; */
    /* min-height: 85%; */
    /* right: 13px; */
    /* left: auto; */
    /* top: 7px; */
}
.blog-sidebar-post:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px; 
    border-bottom: 1px solid #E5E5E5;
}
.blog-sidebar-post-thumb {
    align-self: flex-start;
    flex: 0 0 80px;
    width: 80px;
    height: 70px;
}
.blog-sidebar-post-content {
    flex: 1 0;
}
.blog-sidebar-post-title {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}

.blog-sidebar-post {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.blog-sidebar-post-title a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
a.ltx-date {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    /* margin-top: 9px; */
}
.blog-sidebar-item:not(:last-child) {
    margin-bottom: 40px;
}
.blog-sidebar-archive li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 0 !important;
    /* font-family: simple-line-icons; */
    text-decoration: none;
    color: #010101;
    font-size: 14px;
    font-weight: 500;
}
.blog-sidebar-archive li a:hover {
    color: #ebc51b;
}
.blog-sidebar-post-title a:hover {
    color: #b78633;
}
.blog-sidebar-post img {
    height: 80px;
    width: 100%;
    object-fit: contain;
}
ol.flex-control-nav.flex-control-thumbs li img {
    height: 80px !important;
    object-fit: contain;
    border: none !important;
}

li.cat-item a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
    font-weight: 700;
}
.blog-sidebar-archive li a i {
    padding-right: 9px;
}
.blog-sidebar-archive li:last-child a {
    border: none;
}
.blog-sidebar-archive li + li {
    margin-top: 10px;
}
ul.blog-sidebar-archive {
    padding-left: 10px;
}
li.cat-item {
    list-style-type: none;
}
button.dgwt-wcas-search-submit {
    min-height: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #e5e5e5;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e5e5e5;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e5e5e5;
}.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #e5e5e5;
    background-color: #ebe9eb;
    color: #010101;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 700;
    font-family: "Playfair Display", Sans-serif;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #010101;
}
section.related.products li {
    height: auto;
    background-image: url(./img/product-border.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 15px!important;
}
.related ul.products li.product a img {
    height: 170px;
    object-fit: contain;
}
.related ul.products li.product .price {
    color: #b78633;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 18px;
}
.related ul.products li.product {
    float: left;
    margin: 0 1.4% 2.992em 0;
    padding: 0;
    position: relative;
    width: 20.5%;
    margin-left: 0;
    text-align: center;
}
.related h2 {
   /* font-size: 18px!important;
    font-weight: 700;*/
}
section.related.products {
    margin-bottom: 60px;
    display: none;
}
.related ul.products li.last {
    margin-right: 0;
}
.related .button {
    padding: 8px 15px;
    font-size: 15px!important;
}
.woocommerce ul.products li.product .price {
    color: #b78633;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
td.product-name a:hover {
    color: #b78633;
}

td.product-name a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
span.woocommerce-Price-amount.amount {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: "Playfair Display", Sans-serif;
}
.cart_totals h2 {
    margin-bottom: 10px;
    font-family: "Playfair Display", Sans-serif;
    text-transform: capitalize;
    font-size: 22px;
    color: #fff;
} 
form.woocommerce-cart-form .quantity input.button {
    background: #f5f5f5;
    border-radius: 0;
    padding: 12px 12px;
}
input#coupon_code {
    width: 56%;
    height: 36px;
}
.coupon {
    width: 40%;
}
button.button:hover {
    background: #b78633d1 !important;
    color: #ffffff!important;
    border-color: #b78633d1 !important;
}
button.button {
    background: #FFDE49!important;
    color: #000!important;
    font-weight: 500!important;
}
a.checkout-button.button.alt.wc-forward:hover {
    background: #ffde49 !important;
    color: #fff !important;
}
form.woocommerce-cart-form .quantity input.button:hover {
    background: #b27f2d !important;
}
a.checkout-button.button.alt.wc-forward {
    background: #b78633;
    /* height: 14px!important; */
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 15px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #b78633;
}
a.shipping-calculator-button {
    color: #0084d6;
}
.woocommerce-billing-fields input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 10px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    height: 40px;
    padding: 6px;
}
textarea#order_comments {
    border: 1px solid #ddd;
    padding: 10px;
    font-family: "Playfair Display", Sans-serif;
}
div#customer_details {
    margin-bottom: 30px;
}
.wcpa_form_outer label {
    color: #010101;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
}
p#order_comments_field label {
    color: #010101;
    font-weight: 500;
}
h3#order_review_heading {
    font-size: 22px!important;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: "Playfair Display", Sans-serif;
    color: #010101;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
#pp--pay-form {
    max-width: 100%!important;
    padding: 20px 20px 20px 0!important;
}
div#payment h3 {
    font-size: 18px;
}
#pp--pay-form label {
    font-size: 14px;
    font-weight: 500;
}
#pp--pay-form input, #pp--pay-form select {
    width: 100%;
}
.wcpa_form_outer .wcpa_row:last-child .wcpa_form_item {
    margin: 0 0 0 0;
}
.wcpa_form_outer .wcpa_form_item .wcpa_file_outer {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 5px;
    padding: .4em;
    display: block;
    margin: 0;
}
div#pay_forma {
    padding: 30px 30px 0px!important;
}
.woocommerce-privacy-policy-text p a {
    color: #b27f2d;
}
.page-id-808 {
    background: #000;
}
.woocommerce-privacy-policy-text p {
    font-family: "Playfair Display", Sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
}
.wcpa_form_outer .wcpa_form_item input[type=date], .wcpa_form_outer .wcpa_form_item input[type=datetime-local], .wcpa_form_outer .wcpa_form_item input[type=email], .wcpa_form_outer .wcpa_form_item input[type=file], .wcpa_form_outer .wcpa_form_item input[type=number], .wcpa_form_outer .wcpa_form_item input[type=password], .wcpa_form_outer .wcpa_form_item input[type=tel], .wcpa_form_outer .wcpa_form_item input[type=text], .wcpa_form_outer .wcpa_form_item textarea {
    width: 100%;
    line-height: 25px; 
    padding: 5px 15px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: none;
    outline: 0;
    box-sizing: border-box;
}
.wcpa_form_outer .wcpa_form_item .wcpa_file_wrap {
    padding: .4em 1em;
    display: inline-block;
    background: #0084d6;
    cursor: pointer;
    float: right;
    color: #fff;
    margin: -.4em;
    position: relative;
    border: 1px solid #0084d6;
}
.wcpa_form_outer .wcpa_form_item .wcpa_file_wrap:hover {
    background: #065689;
    border-color: #065689;
}
input#text-1679642488071 {
    margin-top: 10px;
}
div#wcpa-text-1679642488071 label {
    margin-bottom: 0;
}
.wcpa_form_outer .wcpa_form_item .wcpa_helptext {
    color: #4a4949;
    font-size: .75em;
    font-style: italic;
    font-weight: 500;
}
div.summary .price .woocommerce-Price-amount.amount {
    border-bottom: 1px solid #ddd;
    padding: 8px;
    display: block;
    font-size: 22px;
    font-weight: 500;
}
.single ins {
    text-decoration: none;
}
.page-id-817 div#primary .container {
    width: 59%;
}
form.checkout.woocommerce-checkout {
    border: 1px solid #ddd;
    padding: 40px 40px 40px;
    background: #b27f2d;
    margin-bottom: 50px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
} 
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
}
.woocommerce-billing-fields__field-wrapper label {
    color: #010101;
    font-weight: 500;
    font-size: 15px;
}
.woocommerce-billing-fields h3 {
    font-size: 22px!important;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: "Playfair Display", Sans-serif;
    text-transform: capitalize;
    color: #010101;
}
h3#ship-to-different-address {
    margin-top: 20px;
}
.woocommerce-info a {
    color: #b78633;
}

/*--------contact form ---------------*/




input.wpcf7-form-control.has-spinner.wpcf7-submit.btn:hover { 
    color: #b78633;
    border: 1px solid #b78633;
    background-color: #fff;
}
.gallery_page img.attachment-full.size-full {
    height: 220px;
}
 .gallery_page img.attachment-full.size-full:hover {
    animation-name: shake!important;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: #0084d6;
    color: #ffffff;
}
.eael-star-rating.star-rating {
    display: none!important;
}
.elementor-8 .elementor-element.elementor-element-3fc2e322 .elementskit-navbar-nav .elementskit-submenu-panel {
    background-color: #fff;
}
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 16.1%;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #b78633;
    color: #ffffff;
    border-color: #b78633;
}
#wps-slider-section #sp-woo-product-slider-479.wps-product-section .wpsp-nav:hover {
    color: #ffffff;
    background-color: #ffffff;
    transform: scale(1.5)!important;
}
.woocommerce-product-details__short-description p {
    font-size: 14px;
    font-weight: 400;
    color: #2A373D;
    line-height: 24px;
    text-align: justify;
    font-style: initial;
    margin-bottom: 15px;
}
.woocommerce-product-details__short-description {
    margin: 15px 0;
    color: #fff;
    line-height: 30px;
}
.woocommerce-product-details__short-description p:last-child > strong {
    color: #010101;
    font-style: initial;
    font-size: 16px;
    font-weight: 500;
}
.woocommerce-product-details__short-description p:last-child > strong::before {
    content: '\f02d';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
select#age-group {
    border: 1px solid #ddd;
    padding: 10px; 
    width: 100%;
}
form.cart .variations th.label {
    background: #f5f5f5;
    vertical-align: middle!important;
    border: 1px solid #ddd!important;
    border-right: 0!important;
}
form.cart .variations th.label label {
    font-weight: 500!important; 
    font-size: 15px;
}  
.single_variation_wrap {
    display: flex;
}
.woocommerce div.product .stock {
    color: #c7a03e;
    font-weight: 600;
}
.single_variation_wrap .woocommerce-variation.single_variation {
    border: 1px solid #ddd;
    margin: 0;
    padding: 10px 18px;
    background: #f5f5f5;
    margin-right: 22px;
} 
.product_meta {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 7px;
    background: #f5f5f5;
    padding: 15px 20px;
    border-radius: 5px;
    display: none;
}
.woocommerce table.shop_attributes {
    border-bottom: 1px dotted rgba(0,0,0,.1);
}
.woocommerce table.shop_attributes th {
    border-bottom: 0;
    background: #f5f5f5;
}
.woocommerce table.shop_attributes td {
    border-bottom: 0;
}
.woocommerce table.shop_attributes td p {
    padding: 8px 8px;
}
.woocommerce p.stars a {
    color: #ffcc03eb;
}
div#comments p {
    font-family: "Playfair Display", Sans-serif;
    line-height: 25px;
    color: #fff;
}
form#commentform {
    margin-top: 10px;
}
form#commentform label {
    font-weight: 500;
}
.woocommerce #review_form #respond p {
    margin: 5px 0 10px;
}
.woocommerce #review_form #respond textarea {
    margin-top: 10px;
}
.woocommerce #review_form #respond textarea {
    margin-top: 10px;
    border: 1px solid #ddd;
}
p.form-submit input#submit {
    padding: 10px 30px!important;
    font-weight: 500!important;
    border-radius: 0px!important;
    border: 1px solid #caa145 !important;
    color: #000000!important;
    background-color: #ffde49!important;
}
p.form-submit input#submit:hover {
    background-color: #000000!important;
    color: #fff!important;
}
.woocommerce-message a {
    font-size: 15px!important;
    padding: 10px 20px!important;
    font-weight: 500!important;
    border-radius: 3px!important;
    color: #ffffff!important;
    background-color: #b78633d1 !important;
}
.woocommerce-message {
    border-top-color: #31cc32;
}
.woocommerce-message::before {
    content: "\e015";
    color: #31cc32;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    color: #010101;
}
.cust_cart .woocommerce {
    display: grid;
    grid-template-columns: 70% 30%;
}

.cust_cart .woocommerce-notices-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
}

.cust_cart form.woocommerce-cart-form {
    width: 100%;
}

@media(min-width:992px){
    .cust_cart .cart_totals {
        width: 92% !important;
    }
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    font-family: "Playfair Display", Sans-serif;
    color: #010101;
}
.coupon label {
    display: none;
}
.cust_cart form.woocommerce-cart-form thead {
    background: #f5f5f5;
}
.cart_totals th {
    background: #f5f5f5;
}
.woocommerce-info {
    border-top-color: #31cc32;
    margin-top: 60px;
}
.check_out {
    width: 870px;
    margin: 0 auto;
    background: #b27f2d;
    margin-top: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    font-size: 14px;
}
.woocommerce-additional-fields h3 {
    font-size: 20px;
    font-family: "Playfair Display", Sans-serif;
    text-transform: capitalize;
    color: #010101;
    margin-top: 12px;
}
.woocommerce table.shop_table {
    background: #1f1f1f;
}
.woocommerce table.shop_table thead {
    background: #1f1f1f;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #1f1f1f;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 10%);
}
.woocommerce-checkout #payment div.payment_box { 
    background-color: #f5f5f5;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #f5f5f5;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
p.woocommerce-notice {
    padding: 20px 30px;
    border-left: 5px solid #31cc32;
    margin: 0 0 30px !important;
    box-shadow: 0 0 3px rgba(0,0,0, 0.15);
    font-size: 15px;
    color: #fff;
}
.woocommerce ul.order_details li {
    float: left;
    margin-right: 1em;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 1em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.payment_method_razorpay img {
    filter: invert(1);
}
.payment_method_razorpay label {
    color: #fff;
}
.woocommerce ul.order_details li strong {
    display: block;
    font-size: 15px;
    text-transform: none;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
}
.woocommerce ul.order_details li:last-of-type {
    border: none;
    margin-right: 0!important;
}
.woocommerce-order p {
    margin-bottom: 15px;
    color: #fff;
    padding-left: 20px;
}
.woocommerce ul.order_details {
    border: 1px solid rgb(0 0 0 / 34%);
    padding: 25px;
    margin-bottom: 30px;
}
.check_out h2.woocommerce-column__title {
    font-size: 22px;
    font-family: "Playfair Display", Sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #010101;
}
.check_out address {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    width: 97%!important;
}
.container.myaccount {
    width: 1140px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.page-id-809 {
    background: #000;
}
 /* my account css  */

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%!important;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    max-width: 100%;
    font-size: 15px;
    line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #b27f2d;
    border-color: #b27f2d;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
    content: "";
    height: 1px;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 14px solid #b27f2d;
    border-bottom: 20px solid transparent;
    float: right;
    margin-right: -25px;
    margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 8px 10px;
}
nav.woocommerce-MyAccount-navigation ul li a {
    color: #010101;
    text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: #b78633;
    border-color: #b78633;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
    content: "";
    height: 1px;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 14px solid #b78633;
    border-bottom: 20px solid transparent;
    float: right;
    margin-right: -25px;
    margin-top: -7px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    border: 1px solid #eee;
    padding: 15px;
	box-sizing:border-box;
}
.woocommerce-MyAccount-content p {
    color: #010101;
    line-height: 26px;
    font-weight: 400;
    font-size: 15px;
}
.woocommerce-MyAccount-content a {
    color: #b78633;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
.woocommerce-MyAccount-content mark.order-number {
    background-color: #b78633;
}
.woocommerce-MyAccount-content mark.order-date {
    background-color: #b78633;
}
.woocommerce-MyAccount-content  mark.order-status {
    background-color: #b78633;
}
.woocommerce-order-details h2.woocommerce-order-details__title {
    margin: 10px 10px;
}
.woocommerce-customer-details address {
    line-height: 26px;
}
.woocommerce-customer-details h2.woocommerce-column__title {
    padding: 10px 10px;
}
.woocommerce-MyAccount-content address {
    line-height: 26px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 40px;
	padding-left: 10px;
	border: 1px solid #e5e5e5
}
input#billing_address_2::placeholder {
    color: #010101;
	
}
fieldset {
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #E5E5E5;
}
.woocommerce-EditAccountForm.edit-account fieldset {
    margin-bottom: 30px;
	   margin-top:30px
}
fieldset legend {
    font-size: 16px;
    font-weight: 700;
    float: none;
    color: #333;
    width: auto;
    margin: 0;
    padding: 0 10px;
    background-color: #fff;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    color: #fff;
}
.woocommerce-orders-table__cell  time {
    color: #fff;
}
.woocommerce-order-details h2.woocommerce-order-details__title {
    color: #fff;
    padding-left: 10px;
}
section.woocommerce-order-details {
    padding: 15px;
}
.woocommerce table.shop_table th {
    color: #fff;
}
.woocommerce-customer-details h2.woocommerce-column__title {
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%!important;
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    background: #b78633;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 23px;
}
.woocommerce table.my_account_orders .button:hover {
    background: #b78633d1;
}
.woocommerce-MyAccount-content p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Playfair Display", Sans-serif;
	color:#fff;
}
.woocommerce-MyAccount-content h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Playfair Display", Sans-serif;
    margin-bottom: 8px;
    color: #fff;
}
.woocommerce form .form-row label {
    color: #fff;
}
.woocommerce-MyAccount-content address {
    line-height: 26px;
    color: #fff;
    margin-bottom: 15px;
}
.u-column1.col-1.woocommerce-Address {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
form.woocommerce-EditAccountForm.edit-account p {
    font-family: "Playfair Display", Sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #010101;
}
a.woocommerce-Button.button {
    background: #b78633;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
a.woocommerce-Button.button:hover {
    background: #b78633;
    color: #fff;
}nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover a {
    color: #fff;
}
nav.woocommerce-MyAccount-navigation ul li:first-child {
    border-top: 1px solid #ddd;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: #b78633;
    color: #ffffff;
}
.xoo-el-form-container.xoo-el-form-inline {
    max-width: 500px;
    margin: 10px auto;
    background: #fffaf9;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.xoo-aff-input-group .xoo-aff-input-icon {
    background-color: #f5f5f5;
    color: #b78633;
}
.xoo-aff-group label {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    color: #010101;
}
a.xoo-el-lostpw-tgr {
    margin: 0 0 0 auto;
    color: #b78633;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    font-weight: 600;
    font-size: 15px;
    height: 40px;
    color: #fff !important;
    border-radius: 20px!important;
    background: #b78633 !important;
    border-color: #fff!important;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn:hover
{
	color: #b78633!important;
	background:transparent!important;
	border-color: #b78633!important;
}
.xoo-aff-required.xoo-aff-checkbox_single a {
    color: #b78633;
}




/* ==================== button design =============== */
.button:after, .button:before {
    width: 100%;
    height: 50%;
    background: #00000000;
    content: '';
    transition: 0.5s;
    z-index: -1;
    display: block;
    position: absolute;
    left: 0;
    bottom: -50%;
}

.button:before {
    top: -50%;
    transition: 0.5s;
}
.button:hover:after{
    bottom:0;
}
.button:hover:before{
    top:0;
}
.button:hover{
    color:#fff !important;
    outline-color:#000;
    outline-offset:3px;
    transition:0.5s;
}
/* .button{
    overflow:hidden !important;
    position:relative;
    z-index:1;
    border:none !important;;
    outline: 1px solid #fff;
    outline-offset:-3px;
} */
/* ==================== button design =============== */

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 13px 24px !important;
    /* padding-left:30px !important; */
}
a.xt_woofc-product-title-inner {
    font-size: 15px;
    font-weight: 500;
    font-family: "Playfair Display", Sans-serif;
} 
section.related.products ul.products h2 {
    font-size: 18px!important;
}
a.added_to_cart.wc-forward {
    display: none;
}
.cart_totals tr th {
    background: #1f1f1f !important;
}
a.shipping-calculator-button {
    color: #b78633;
}
.woocommerce-product-details__short-description li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #202020;
    padding: 10px 20px;
    border-radius: 4px;
}
.woocommerce-product-details__short-description li img {
    height: 40px;
    object-fit: contain;
    width: 40px;
    margin-right: 20px;
    border-radius: 50%;
    padding: 10px;
    background: #000;
}
.woocommerce-product-details__short-description ul {
    padding: 0;
    margin-bottom: 30px;
}
.shoppage .row .home_product:nth-child(4) a img {
    width: 160px;
}
@media screen and (min-device-width: 360px) and (max-device-width: 767px) { 
    section.banner {
       margin-top: 0px;
    }
    .shoppage .container {
        width: 95%;
    }
    .home_product a.button.add_to_cart_button {
        font-size: 12px;
        width: 85%;
    }
    .shoppage .container .row {
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce-shop main#main {
        margin: 0;
    }
    .single .container .row {
        display: grid;
    }
    .productpage .container {
        width: 100%;
    }
    .col-sm-9 {
        width: 100%;
    }
    .col-sm-3 {
        width: 90%;
    }
    button.single_add_to_cart_button.button.alt {
        margin-left: 20px;
    }
    .single .site-main {
        margin: 0;
    }
    .single .container .row {
        padding: 0 10px;
    }

    /* cart  */
    .container.cust_cart {
        width: 94%;
        padding: 50px 10px;
        padding-bottom: 0;
    }
    .cust_cart .woocommerce {
        grid-template-columns: auto 1fr;
        display: block;
    }
    input#coupon_code {
        width: 50%;
    }
    .coupon {
        width: 100%;
    }
    .cust_cart form.woocommerce-cart-form {
        padding-top: 20px;
    }
    /* checkout  */
    .check_out {
        width: 96%;
    }    
    form.checkout.woocommerce-checkout {
        padding: 20px 20px 20px;
    }

    /* my-account  */

    .container.myaccount {
        width: 90%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%!important;
    }

}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 
    .woocommerce-shop main#main {
        margin: 0 auto;
    }
    .shoppage .container {
        width: 96%;
        padding: 50px 10px;
    }
    .home_product a.button.add_to_cart_button {
        font-size: 12px;
        width: 75%;
    }
    .single main#main {
        margin: 0 auto;
    }
    .single .container {
        width: 100%;
    }
    .col-sm-9 {
        width: 69%;
        float: left;
        margin-right: 2%;
    }
    .single .container .row {
        padding: 0 10px;
    }
    .blog-sidebar-title {
        font-size: 21px;
    }
    /* cart  */
    .container.cust_cart {
        width: 97%;
        padding: 50px 10px;
        padding-bottom: 0;
    }
    .cust_cart .woocommerce {
        grid-template-columns: auto 1fr;
        display: block;
    }
    input#coupon_code {
        width: 50%;
    }
    .coupon {
        width: 100%;
    }
    .cust_cart form.woocommerce-cart-form {
        padding-top: 20px;
    }

    /* checkout  */
    .check_out {
        width: 97%;
    }

    /* my-account  */
    .container.myaccount {
        width: 97%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 30%!important;
    }
    .container.myaccount .woocommerce {
        display: flex !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 65% !important;
        margin-left: 30px !important;
    }
}