@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;1,700&family=Crimson+Text:wght@400;600;700&family=Dancing+Script:wght@400;500;700&family=Lateef&display=swap');

@font-face {
    font-family: 'Scriptina';
    src: url('../fonts/SCRIPTIN.ttf.') format('truetype');

}

/*     font-family: 'Cabin', sans-serif;

    font-family: 'Crimson Text', serif;

    font-family: 'Dancing Script', cursive;

    font-family: 'Lateef', cursive; */

body {
    font-family: 'Crimson Text', sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #797979;
    font-weight: 400;
    overflow-x: hidden;
}

.page {
    margin: 0px;
}

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

a:link,
a:visited {
    color: #c9a482;
}

a:hover {
    text-decoration: none;
    color: #797979;
}

.left-4 {
    padding-left: 1.5rem;
}

.vertical-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fa {
    font-family: "FontAwesome";
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    text-indent: 10px;
}

/* header/ menu */


.custom-logo {
    position: absolute;
    top: -45px;
    width: 195px;
    z-index: 1;
}

#menu-container {
    align-items: center;
}

.main-navigation {
    justify-content: center;
    display: flex;
}

.nav-menu li a {
    margin-top: 2px;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 22px 20px;
    height: 100%;
}

.nav-menu li a:hover {
    color: #c9a482;
    transition: color .15s ease-out, border-color .15s ease-out, background-color .15s ease-out;
}

.sub-menu {
    flex-direction: column;
    background-color: #000;
    border: 1px solid #252525;


}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.sub-menu li a {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #797979;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers {
    /* width: 47px;
    height: 47px;
    line-height: 47px; */
    margin: 0;
    color: #797979;
    background-color: transparent;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #ccc;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    text-shadow: none;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    box-sizing: content-box;

}

.page-numbers.current {
    background: #000;
    color: #fff;

}

.page-numbers:hover {
    background: #000;
    color: #fff;
}

.right-site-icons {
    display: flex;
}

.promo-slides {
    position: absolute;
    text-align: center;
    width: 100%;
}


#search-header {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    background: #fff;
    margin: 0px;
    top: 140px;
}

.fa-search {
    color: #c9a482
}

.fa-search:hover {
    cursor: pointer;
}

.search-header .search-form .search-submit {
    color: #c9a482;
    background: none;
    border: none;
    margin-top: -15px;
    font-size: 30px;
    ;
}

.search-header .search-form .search-field {
    border: none;
    text-transform: uppercase;
}

/* PROMO BANNER     */
.promo-banner {
    background-color: #c9a482;
    color: #fff;
    padding: 5px;
    font-family: 'Cabin', sans-serif;
}

.login a {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}



/* sldier section */
.container-slider {
    padding-left: 13%;
}

.carousel {
    position: relative;
    /* transform: translateY(0px); */
}

.carousel-item {
    height: 80VH;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(100% 0, 100% 95%, 55% 95%, 50% 100%, 45% 95%, 0 95%, 0 0);
}

.carousel-indicators {
    bottom: 30px;
}

.slider-subheader {
    display: block;
    font-size: 80px;
    line-height: 160px;
    letter-spacing: 0px;
    color: #c9a482;
    font-family: 'Scriptina';
    text-transform: none;
    text-rendering: optimizeLegibility;
    margin-bottom: -25px;

}

.slider-header {
    font-size: 112px;
    line-height: 72px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Lateef', cursive;
    color: #000;
}

.slider-content {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    display: inherit;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    margin-bottom: 40px;
    color: #000;
}

.slider-button {
    margin-top: 20px;
    background-color: #000;
    color: #fff;
    outline: 0;
    font-style: normal;
    font-weight: 600;
    padding: 13px 43px;
    line-height: 1.7em;
    text-transform: uppercase;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
}

.slider-button:hover,
.slider-button:visited {
    text-decoration: none;
    color: #fff;
}

/* bellow slider section */

#bellow-slider {
    margin-top: 30px;
}

.bellow-slider-content h6::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 38px;
    background-color: #ccc;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;

}

.bellow-slider-content h6 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3em;
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bellow-slider-content p {
    font-family: 'Crimson Text', sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #797979;
    font-weight: 400;
    text-align: center;
}

/* slick slider */

.slick-slide {
    padding: 10px;
}

.slick-slide h2 {
    font-size: 18px !important;
}

.slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 100;
}

.prev {
    left: -30px;
}

.next {
    right: -30px;
}

/* 
LATEST PRODUCTS  */
#latest-products {
    margin-top: 80px;
    ;
}

.latest-products-heading {
    display: block;
    font-size: 52px;
    text-transform: uppercase;
    font-family: 'Lateef', cursive;
    font-weight: 400;
    color: #000;
    margin-bottom: 7%;
}

.img-container {
    overflow: hidden;
    position: relative;
}

.img-container:hover>.button {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.woocommerce ul.products li.product a img {
    margin: 0px;
    width: auto;
}

.woocommerce div.product div.images img {
    width: auto;
}


.woocommerce ul.products li.product .button {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    background-color: #c9a482 !important;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
}

.woocommerce ul.products li.product .button:hover::before {
    position: absolute;
    top: 0;
    left: -14%;
    z-index: 2;
    display: block;
    content: '';
    width: 10%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.woocommerce ul.products li.product .button:hover:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}


.product-content-container h2 {
    margin: 18px 0 5px;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    color: #000;
}

.woocommerce ul.products li.product .price {
    font-size: 22px;
    line-height: 1em;
    font-weight: 400;
    display: block;
    color: #939598;
    width: 100%;
    font-family: Lateef, cursive;
}

.woocommerce span.onsale {
    background-color: #c9a482 !important;
}

/* accordions */

.accordion-question {
    display: block;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.card {
    border: none;
}

.card-header {
    background-color: #fff;
    border-top: 1px solid #ccc;
}

/* cart custom */
.cart-menu {
    width: 10%;
}

/* .woocommerce-result-count,
.orderby {
    display: none;
} */

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}


.cart-contents:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f218" !important;
    font-size: 20px;
    color: #c9a482;
}

.whishlist-contents::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    content: "\f004" !important;
    font-size: 20px;
    color: #c9a482;
}

.cart-contents:hover,
.whishlist-contents:hover {
    text-decoration: none;
}

.cart-contents:visited,
.whishlist-contents:visited {
    color: #c9a482;
}

.cart-contents-count {
    color: #c9a482;
    background: #fff;
    font-weight: bold;
    border-radius: 100%;
    border: 1px solid #c9a482;
    vertical-align: top;
    height: 16px;
    width: 16px;
    transform: translateY(-100%) translateX(170%);
    font-size: 11px;
    padding-right: 2px;
}

.yith-wcwl-items-count {
    color: #c9a482;
    background: #fff;
    font-weight: bold;
    border-radius: 100%;
    border: 1px solid #c9a482;
    height: 16px;
    width: 16px;
    transform: translateY(-100%) translateX(170%);
    font-size: 11px;
    padding-right: 2px;
    display: flex;
    margin-left: -7px;
}

.cart-contents-count p,
.yith-wcwl-items-count p {
    margin-top: -5px;
    margin-left: 4px;
}

/* Shine */
.button:hover::before {
    position: absolute;
    top: 0;
    left: -14%;
    z-index: 2;
    display: block;
    content: '';
    width: 10%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button:hover:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* /woocomerce shop/archive */

.woocommerce-products-header,
.entry-header {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 2%;
    clip-path: polygon(100% 0, 100% 95%, 51% 95%, 50% 100%, 49% 95%, 0 95%, 0 0);
    margin-bottom: 40px;
}

.woocommerce-products-header h1,
.entry-title {
    text-transform: uppercase;
    margin: 0px;
}

.heading-underline {
    height: 4px;
    width: 70px;
    display: inline-block;
    vertial-align: middle;
    background-color: #c9a482;
    text-align: center;
}



.search-submit {
    margin-left: -4px;
    color: #fff;
    background-color: #000;
    position: absolute;
    margin-top: -1px;
}

.search-field {
    height: 45.5px;
    width: 88%;
}

.widget-title {
    background-color: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 700;
    font-family: Cabin, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 3px solid #c9a482;
}

.widget-category {
    margin: 0px 10px;
    color: #c9a482
}

.widget-category label {
    padding-left: 5px;
    color: #c9a482
}

.widget-category label:hover {
    cursor: pointer;
}

.checkbox {
    color: #c9a482;

}

.product-categories {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 12px;
    font-family: Cabin, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}

.product-categories li a {
    color: #797979;

}

.product-categories li a:hover {
    color: #c9a482;
}

.children {
    list-style: none;
    padding-left: 0px;
}

#woocommerce_product_categories-2 {
    margin-bottom: 0px;
}

.orderby {
    font-size: 16px;
}

.price_slider_wrapper {
    margin-top: 30px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #c9a482;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #c9a482;
}

.yith-wcwl-add-to-wishlist {
    display: none;
}

.img-container:hover>.yith-wcwl-add-to-wishlist {
    display: inline;
}

/* single product page */
.sigle-product-category {
    color: #c9a482;
    margin-bottom: -20px;
}

.sigle-product-category a,
.sigle-product-category a:visited,
.sigle-product-category p {
    font-family: Scriptina, "Great Vibes", cursive;
    font-size: 50px;
    color: #c9a482;
    text-rendering: optimizeLegibility;
    margin-bottom: 5px;
}

.entry-summary {
    margin-top: 0px;
}

.entry-summary h1 {
    color: #000;
    font-size: 52px;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Lateef, cursive;
}

.entry-summary .price {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 28px;
    padding: 9px 10px;
}

.entry-summary .price .woocommerce-Price-amount {
    color: #000;
    font-family: Lateef, cursive;
    font-size: 31px;
    line-height: 1em;
    font-weight: 400;
}

.woocommerce div.product form.cart .button {
    background-color: #c9a482;
    border: none;
    color: #fff;
    overflow: hidden outline 0;
    font-style: normal;
    font-weight: 600;
    font-family: Cabin, sans-serif;
    padding: 13px 43px;
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
}

.woocommerce div.product form.cart .button:hover::before {
    position: absolute;
    top: 0;
    left: -14%;
    z-index: 2;
    display: block;
    content: '';
    width: 10%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.woocommerce div.product form.cart .button:hover:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.woocommerce .quantity .qty {
    height: 46px;
    width: 54px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #ccc;
    text-align: center;
    font-family: Lateef, cursive;
    color: #000;
    font-size: 24px;
    line-height: 55px;
    font-weight: 400;
    float: left;
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    padding-left: 10px;

}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce .quantity .qty input {
    width: 46px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

.woocommerce .quantity .qty input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
    margin-left: -3px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: 'ElegantIcons';
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    height: 54%;
    top: 0;
    border: 1px solid #cccccc;
    margin-left: 30px;
    width: 30px;
    color: #ccc;
    border-left: none;
    border-top-right-radius: 55px;
    border-bottom: none;
}

.quantity-button.quantity-down {
    height: 54%;
    margin-left: 30px;
    border: 1px solid #cccccc;
    width: 30px;
    color: #ccc;
    border-left: none;
    border-bottom-right-radius: 55px;
    border-top: none;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    bottom: 50px;
    top: auto;
}

.woocommerce ul.products li.product .onsale {
    margin: 0;
}

.itsnew {
    height: 65px;
    width: 80px;
    display: flex;
    position: absolute;
    padding: 6px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background: #000000;
    color:#fff;
}

.sku_wrapper {
    display: block;
}

.posted_in {
    display: block;
    color: #797979;
    font-style: italic;
    font-size: 18px;
    text-transform: none;
    font-family: "Crimson Text", serif;
    font-weight: 400;
}

.posted_in a {
    color: #797979;
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 7em;
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-left: 0px;
}

.woocommerce div.product .woocommerce-tabs {
    margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
    margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    font-family: 'Crimson Text', sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #797979;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 10px;
    background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: Cabin, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #000;
    color: #fff;

}

.related {
    display: inline;
}

.related h2 {
    font-size: 17px;
    line-height: 1.3em;
    font-weight: 400;
    font-family: Cabin, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #c9a482;
    color: #fff;
}

.woocommerce .woocommerce-message .button {
    background-color: #c9a482;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
}

.woocommerce .woocommerce-message .button:hover {
    background-color: #c9a482;
}

.woocommerce .woocommerce-message .button:hover::before {
    position: absolute;
    top: 0;
    left: -14%;
    z-index: 2;
    display: block;
    content: '';
    width: 10%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.woocommerce .woocommerce-message .button:hover:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}


.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin-bottom: 45px;
    position: relative;
    display: block;
    background-color: #f4ede6;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    list-style-type: none;
    font-family: Cabin, sans-serif;
    text-transform: uppercase;
    border-top-color: transparent;
}

/* cart page */
.woocommerce-cart table.cart th {
    font-family: Cabin, sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}

.woocommerce-cart table.cart td {
    font-family: Cabin, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.woocommerce-cart table.cart td a {
    color: #000;
    text-decoration: none;
}

.woocommerce a.remove {
    color: #000 !important;
}

.woocommerce a.remove:hover {
    color: #c9a482 !important;
    background-color: transparent;
}

.coupon {
    width: 40%;
}

.apply_coupon {
    margin-bottom: 10px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 45%;
    border-radius: 10px;
    height: 47px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.button:disabled[disabled] {
    border-radius: 10px;
    outline: 0;
    font-weight: 600;
    font-family: Cabin, sans-serif;
    padding: 13px 43px;
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c9a482;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:disabled[disabled]:hover {
    background-color: #c9a482;
}

.woocommerce #respond input#submit:hover::before,
.woocommerce a.button:hover::before,
.woocommerce button.button:hover::before,
.woocommerce input.button:hover::before {
    position: absolute;
    top: 0;
    left: -14%;
    z-index: 2;
    display: block;
    content: '';
    width: 10%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.woocommerce #respond input#submit:hover:hover::before,
.woocommerce a.button:hover:hover::before,
.woocommerce button.button:hover:hover::before,
.woocommerce input.button:hover:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.cart_totals {
    line-height: 1.3em;
    font-weight: 400;
    font-family: Cabin, sans-serif;
    font-size: 13px;
    color: #000;
}

.cart_totals a {
    color: #797979;
}

.cart_totals h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 400;
    font-family: Cabin, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background-color: #000;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #000;
}

/* login/register  */
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}

.woocommerce form .form-row label,
.woocommerce-input-wrapper {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    /* border-radius: 0px; */
    height: 45px;
}

.woocommerce-checkout,
.woocommerce-MyAccount-content,
.woocommerce-order,
.woocommerce-order-details,
.woocommerce-customer-details {
    font-weight: 600;
    font-family: Cabin, sans-serif;
    letter-spacing: 1px;
}

.woocommerce-MyAccount-content p,
address,
.woocommerce-order p,
.woocommerce-order-details p {
    font-size: 13px;
}

.woocommerce-checkout h3,
.woocommerce-MyAccount-content h3,
.woocommerce-order h3,
.woocommerce-order-details h3,
.woocommerce-order-details__title,
.woocommerce-customer-details h2,
legend {
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
}

legend {
    margin-top: 20px;
}

.woocommerce-thankyou-order-received {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: none;
}

.woocommerce-checkout #payment div.payment_box {
    background: #f4ede6;
}

.woocommerce ul.order_details {
    background: #f4ede6;
    padding: 15px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #000;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #000;
}

#order_review {
    font-size: 13px;
}

.woocommerce table.shop_table th,
.woocommerce-table--order-details th {
    text-transform: uppercase;
    color: #000;
}

.woocommerce table.shop_table .cart_item {
    text-transform: uppercase;

}

.woocommerce .woocommerce-order-details {
    font-size: 13px;
}

/* blog .page-numbers */
.blog-title {
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Lateef, cursive;
    color: #000;
}

#msg {
    padding: 0px;
}

/* //.widget-category */
.category-widget {
    height: 85vh;
    overflow-y: scroll;
}

.widget-title {
    margin-top: 30px;
}

.white-f {
    color: #ffff !important;
}

/* footer */
.site-footer {
    margin-top: 200px;
    background-color: #000;
    padding: 75px 0px;
}

.site-footer p {
    margin: 0;
    padding: 0;
}

.site-footer a,
.site-footer a:hover {
    color: #797979;
    display: block;
}

.footer-heading-underline {
    height: 2px;
    width: 30px;
    display: inline-block;
    background-color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

.site-footer h6 {
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    font-family: Cabin, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

.footer-img {
    padding-top: 20px;
}

.footer-img img {
    height: 75px !important;
}

.flex-end {
    display: flex;
    align-items: flex-end;
}

.footer-payment-image {
    filter: invert(50%);
    width: 160%;

}

.pw {
    font-size: 32px;
}

.site-info {
    background-color: #1c1c1c;
}


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

    .login {
        text-align: right;
    }

    /* .custom-logo {
        left: 0;
        top: 0;
    } */

    .main-navigation {
        margin-top: 20px;
        display: inherit;
    }

    .right-site-icons {
        padding-top: 10px;
        padding-right: 45px;
        justify-content: flex-end;
        z-index: 100;
    }

    .menu-toggle {
        background: #c9a482;
    }

    .left-4 {
        padding-left: 0rem;
        margin-left: 15px;
    }

    .nav-menu li a {
        padding: 10px 5px;
    }

    .menu-menu-1-container {
        position: absolute;
        z-index: 100;
        background: #fff;
        width: 100%;
        margin-left: -15px;
        padding-left: 15px;
        margin-top: 40px;
    }

    .slider-header {
        font-size: 70px;
    }

    .sigle-product-category a,
    .sigle-product-category a:visited,
    .sigle-product-category p {
        font-size: 34px;
    }

    .entry-summary h1 {
        font-size: 36px;
    }

    .coupon {
        width: 100%;
    }

    .coupon .button {
        padding: 13px !important;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 48%;
    }

    .quantity-nav {
        float: right;
    }

    .woocommerce .quantity .qty {
        float: none;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 45%;
    }

    .footer-payment-image {
        filter: invert(50%);
        width: 125%;
    }

    .site-footer h6 {
        margin-top: 20px;
    }

}

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

    .custom-logo {
        right: 0;
        top: 0;
    }
}


@media only screen and (min-width: 601px) and (max-width: 767px) {

    .custom-logo {
        left: 0;
        top: -10px;
    }

    .main-navigation ul {
        display: flex;
        text-align: center;
        justify-content: space-around;
    }

}



@media only screen and (min-width: 767px) and (max-width: 991.98px) {
    .custom-logo {
        position: absolute;
        top: -30px;
        width: 150px;
        z-index: 1;
        left: -15px;
    }

    .quantity-nav {
        float: right;
    }

    .woocommerce .quantity .qty {
        float: none;
    }

    .coupon {
        width: 100%;
    }

    .coupon .button {
        padding: 13px !important;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 48%;
    }
}