/*
Theme Name: Kazakam
Theme URI: 
Author: Damien Dominguez
Author URI: 
Description: Thème pour la boutique "La Kaz à Kam"
Requires at least: WordPress 5.0
Version: 1.0
*/

/*****************************************************/
/*********************** FONTS ***********************/
/*****************************************************/

/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
        U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
        U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: fallback;
    src: url(fonts/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
        U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: fallback;
    src: url(fonts/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: "Bon Vivant Serif";
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(fonts/bon-vivant-serif.ttf) format("TrueType");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: "Bon Vivant Regular";
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(fonts/bon-vivant-regular.ttf) format("TrueType");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/MaterialIconsRound-Regular.otf) format("truetype");
  }

/*****************************************************/
/*********************** RESET ***********************/
/*****************************************************/

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    line-height: 1;
    background-color: #FFF;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
    outline: 0;
}

strong {
    font-weight: bold;
}

p {
    line-height: 2rem;
}

/*****************************************************/
/********************** GENERAL **********************/
/*****************************************************/

html {
    font-size: 62.5%;
    /* 1rem = 10px */
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #333;
    padding: 80px 0 0 0;
}


body.page-boutique {
    padding: 165px 0 0 0;
}

@media (min-width: 1600px) {
    body {
        padding: 90px 0 0 0;
    }
}

/*****************************************************/
/************************ MENU ***********************/
/*****************************************************/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
}

#main-menu-nav-container {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    background-color: #FFF;
}

#principal-mobile-button {
    position: relative;
    z-index: 1000;
    width: 50px;
    height: 50px;
    background-color: #659147;
    outline: 0;
    border: none;
    border-radius: 5px;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -12px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger-inner::after {
    bottom: -10px;
    transition: bottom 0.1s 0.25s ease-in,
        transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#principal-mobile-button.active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

#principal-mobile-button.active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

#principal-mobile-button.active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out,
        transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#main-menu {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 95px 15px 0 15px;
    background-color: #374c26;
    transform: translateX(-100%);
    transform-origin: left;
    transition: transform 330ms ease-in-out;
}

#main-menu.active {
    transform: translateX(0);
    transition: transform 330ms ease-in-out;
}

#main-menu-logo {
    margin: 0 auto;
}

#main-menu-logo img {
    height: 50px;
    width: 100%;
}

#menu-principal li+li {
    margin: 30px 0 0 0;
}

#menu-principal li a,
#menu-principal li a:visited {
    font-family: "Bon Vivant Serif";
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
    color: #FFF;
    text-decoration: none;
}

#store-mobile-button {
    background-color: #febc00;
    background-image: url(img/store_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    z-index: 500;
    width: 50px;
    height: 50px;
    outline: 0;
    border: none;
    border-radius: 5px;
}

#store-menu {
    position: fixed;
    z-index: 400;
    top: 0;
    right: 0;
    padding: 95px 15px 0 15px;
    transform: translateY(-100%);
    opacity: 0;
    transform-origin: right;
    transition: all 330ms ease-in-out;
}

#store-menu.active {
    transform: translateY(0);
    opacity: 1;
}

#store-menu ul li+li {
    margin: 15px 0 0 0;
}

#store-menu ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    transition: all 0.3s ease-out;
}

#menu-cart a {
    background-image: url(img/cart_icon.svg);
    background-color: #659147;
}

#menu-wishlist a {
    background-image: url(img/fav_icon.svg);
    background-color: #febc00;
}

#menu-search a {
    background-image: url(img/search_icon.svg);
    background-color: #374c26;
}

#menu-account a {
    background-image: url(img/account_icon.svg);
    background-color: #374c26;
}

#menu-lambrequin {
    width: 100%;
    height: 20px;
    background-image: url(img/lambrequin.svg);
    background-repeat: repeat-x;
}

@media (min-width: 800px) {
    #main-menu-logo {
        margin: 0 auto 0 15px;
    }

    #store-mobile-button {
        display: none;
    }

    #store-menu {
        position: relative;
        top: unset;
        right: unset;
        opacity: 1;
        transform: unset;
        padding: 0;
    }

    #store-menu ul {
        display: flex;
        flex-wrap: wrap;
    }

    #store-menu ul li+li {
        margin: 0 0 0 15px;
    }
}

@media (min-width: 1280px) {
    #main-menu-nav-container {
        padding: 20px;
    }

    #main-menu-logo {
        margin: 0 auto 0 0;
    }

    #principal-mobile-button {
        display: none;
    }

    #main-menu {
        position: relative;
        top: unset;
        left: unset;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0 30px 0 0;
        line-height: 50px;
        background-color: transparent;
        transform: unset;
    }

    #menu-principal {
        display: flex;
        flex-wrap: wrap;
    }

    #menu-principal li+li {
        margin: 0 0 0 20px;
    }

    #menu-principal li a,
    #menu-principal li a:visited {
        color: #333;
    }

    #menu-principal li.current-menu-item a {
        color: #659147;
    }

    #menu-principal li a:hover,
    #menu-principal li a.active {
        color: #659147;
    }

    #store-menu ul {
        padding: 5px 0 0 0;
    }

    #store-menu ul li a {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background-size: 50%;
    }

    #menu-cart a:hover {
        background-color: #374c26;
    }

    #menu-wishlist a:hover {
        background-color: #ad8000;
    }

    #menu-search a:hover {
        background-color: #659147;
    }

    #menu-account a:hover {
        background-color: #659147;
    }
}

@media (min-width: 1600px) {
    #main-menu-nav-container {
        padding: 20px 80px;
    }
}

/*****************************************************/
/********************* MENU CAT **********************/
/*****************************************************/

#categories-menu {
    padding: 20px 15px 15px 15px;
    background-color: #374c26;
    background-image: url(img/lambrequin.svg);
    background-repeat: repeat-x;
    background-size: 20px;
}

#categories-menu.active {
    padding: 20px 15px 0 15px;
}

#categories-menu ul.menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

#categories-menu.active ul.menu {
    max-height: 1000px;
    margin: 0 0 30px 0;
}

#categories-menu ul.menu>li {
    position: relative;
    margin: 15px 0 0 0;
}

#categories-menu ul.menu>li a {
    display: block;
    width: 100%;
    font-size: 2rem;
    line-height: 4rem;
    text-decoration: none;
    color: #FFF;
}

.categories-menu-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 5px;
    background-color: #f5f1e9;
    border: none;
    transition: all 0.3s ease-out;
}

li.active .categories-menu-dropdown {
    border-radius: 5px 5px 0 0;
}

.categories-menu-dropdown span {
    position: absolute;
    transition: 300ms;
    background: #374c26;
    border-radius: 2px;
}

.categories-menu-dropdown span:first-child {
    top: 25%;
    bottom: 25%;
    width: 4px;
    left: calc(50% - 2px);
}

.categories-menu-dropdown span:last-child {
    left: 25%;
    right: 25%;
    height: 4px;
    top: calc(50% - 2px);
}

.categories-menu-dropdown.active span {
    transform: rotate(90deg);
}

.categories-menu-dropdown.active span:last-child {
    left: 50%;
    right: 50%;
}

#categories-menu-button {
    width: 100%;
    padding: 15px 0 23px 0;
    line-height: 2rem;
    color: #FFF;
    border: none;
    background-image: url(./img/cat_menu_down.png);
    background-position: center 48px;
    background-repeat: no-repeat;
    background-color: #374c26;
}

#categories-menu.active #categories-menu-button {
    padding: 23px 0 15px 0;
    background-image: url(./img/cat_menu_up.png);
    background-position: center 0;
}

#categories-menu ul.sub-menu {
    display: none;
    padding: 0 0 15px 0;
    background-color: #f5f1e9;
    border-radius: 5px 0 5px 5px;
}

#categories-menu li.active ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
}

#categories-menu ul.sub-menu li {
    width: 50%;
    padding: 15px 0 0 15px;
}

#categories-menu ul.sub-menu li a {
    color: #374c26;
}

@media (min-width: 1000px) {
    #categories-menu-button {
        display: none;
    }

    #categories-menu,
    #categories-menu.active {
        padding: 25px 0 15px 0;
    }
    
    #categories-menu ul.menu,
    #categories-menu.active ul.menu {
        max-height: unset;
        overflow: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        padding: 0 15%;
    }

    #categories-menu ul.menu>li {
        position: unset;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    #categories-menu ul.menu>li a {
        display: initial;
        width: unset;
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-weight: bold;
    }

    #categories-menu ul.menu>li a:hover {
        color: #659147;
    }

    #categories-menu li.menu-item-has-children a {
        padding: 0 30px 0 0;
    }

    .categories-menu-dropdown {
        position: relative;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .categories-menu-dropdown:hover {
        background-color: #659147;
    }
    
    .categories-menu-dropdown:hover span {
        background: #FFF;
    }

    li.active .categories-menu-dropdown {
        border-radius: 5px;
    }

    #categories-menu ul.sub-menu {
        justify-content: flex-start;
        position: absolute;
        width: 100%;
        padding: 0 15% 15px 15%;
        top: 156px;
        left: 0;
        border-radius: 0;
    }

    #categories-menu ul.sub-menu li {
        width: 25%;
        margin: 15px 0 0 0;
        padding: 0;
    }

    #categories-menu ul.sub-menu li:hover a {
        color: #659147;
    }
}

@media (min-width: 1440px) {
    #categories-menu ul.menu,
    #categories-menu.active ul.menu {
        padding: 0 25%;
    }
    #categories-menu ul.sub-menu {
        padding: 0 25% 15px 25%;
    }
}

/*****************************************************/
/*********************** FOOTER **********************/
/*****************************************************/

footer {
    margin: 30px 0 0 0;
    padding: 15px;
    background-color: #659147;
    background-image: url(img/lambrequin.svg);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 20px;
}

.footer-menu-col {
    margin: 30px 0 0 0;
}

.footer-menu-col h3 {
    font-family: "Bon Vivant Serif";
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0.1rem;
    font-weight: 900;
    color: #FFF;
}

.footer-menu-col ul {
    margin: 15px 0 0 0;
}

.footer-menu-col ul li {
    margin: 10px 0 0 0;
}

.footer-menu-col ul li a,
.footer-menu-col ul li a:visited {
    color: #FFF;
    text-decoration: none;
    transition: all 330ms ease-in-out;
}

#footer-logo-social {
    margin: 30px auto 0 auto;
    width: 70%;
}

#footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0;
    padding: 0 0 15px 0;
}

#footer-social li+li {
    margin: 0 0 0 30px;
}

#footer-instagram a,
#footer-facebook a {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 330ms ease-in-out;
}

#footer-instagram a {
    background-image: url(img/insta_white.svg);
}

#footer-facebook a {
    background-image: url(img/fb_white.svg);
}

@media (min-width: 600px) {
    #footer-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-menu-col {
        width: calc(33.3334% - 10px);
    }

    .footer-menu-col+.footer-menu-col {
        margin-left: 15px;
    }

    #footer-logo-social {
        width: 40%;
    }
}

@media (min-width: 1000px) {

    .footer-menu-col ul li a:hover,
    .footer-menu-col ul li a:hover {
        text-decoration: underline;
    }

    #footer-instagram a:hover {
        background-image: url(img/insta_drk_green.svg);
    }

    #footer-facebook a:hover {
        background-image: url(img/fb_drk_green.svg);
    }

}

@media (min-width: 1440px) {
    footer {
        display: flex;
        flex-wrap: wrap;
        margin: 80px 0 0 0;
        padding: 40px 80px;
    }

    #footer-menu {
        width: 50%;
    }

    .footer-menu-col h3 {
        font-size: 4rem;
        line-height: 4.5rem;
    }

    .footer-menu-col {
        width: calc(33.3334% - 26.6667px);
        margin: 0;
    }

    .footer-menu-col+.footer-menu-col {
        margin-left: 40px;
    }

    #footer-logo-social {
        margin: 0 0 0 auto;
        width: 15%;
    }
}

/*****************************************************/
/****************** PAGE CAT HEADER ******************/
/*****************************************************/

.header-wrap {
    height: 250px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-wrap h1 {
    font-family: "Bon Vivant Serif";
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}

@media (min-width: 800px) {
    .header-wrap {
        height: 350px;
    }

    .header-wrap h1 {
        font-size: 6rem;
        line-height: 6rem;
    }
}

@media (min-width: 1440px) {
    .header-wrap h1 {
        font-size: 7rem;
        line-height: 7rem;
    }
}

@media (min-width: 1920px) {
    .header-wrap {
        height: 400px;
    }

    .header-wrap h1 {
        font-size: 9rem;
        line-height: 9rem;
    }
}

.form-wrap {
    position: relative;
    margin: 30px 0 50px 0;
    padding: 15px 15px 40px 15px;
    background-color: #f5f1e9;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-title {
    font-family: "Bon Vivant Serif";
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    color: #659147;
}

.form-field {
    margin: 15px 0 0 0;
}

.form-field input,
.form-textarea textarea {
    width: 100%;
    margin: 5px 0 0 0;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #333;
    box-sizing: border-box;
}

.form-textarea textarea {
    height: 100px;
}

.wpcf7-not-valid-tip {
    margin: 5px 0 0 0;
}

.hidden {
    display: none;
}

.wpcf7-form .form-submit {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: -20px;
    margin: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.wpcf7-form .form-submit input {
    padding: 10px 0;
    width: 120px;
    border: none;
    font-weight: bold;
    color: #fff;
    background-color: #659147;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.wpcf7-form .form-submit input:hover {
    background-color: #374c26;
}

.wpcf7-spinner {
    position: absolute;
    left: calc(50% + 80px);
    /* 120/2 + 20px  */
    margin: 0;
}

.wpcf7-response-output {
    width: 100%;
    margin: 15px 0 0 0 !important;
    padding: 15px !important;
    border-radius: 5px;
    border: none !important;
    background-color: #febc00 !important;
    text-align: center !important;
}

@media (min-width: 800px) {
    .form-wrap {
        margin: 30px 0 0 0;
    }

    .form-submit input {
        width: 180px;
    }

    .wpcf7-spinner {
        position: absolute;
        left: calc(50% + 110px);
        /* 180/2 + 20px  */
        margin: 0;
    }
}

@media (min-width: 1440px) {
    .form-wrap {
        margin: 40px 0 0 0;
    }
}

/*****************************************************/
/********************* WISHLIST **********************/
/*****************************************************/

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
    border-radius: 5px !important;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
    background-color: #659147 !important;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close {
    color: #FFF !important;
}

.woosw-item--info .woosw-item--name a {
    font-family: "Bon Vivant Serif";
    font-size: 1.75rem;
    line-height: 1.75rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    color: #659147;
    text-decoration: none;
}

.woosw-item--actions {
    width: 30%;
}

.woosw-item--stock .stock {
    text-align: center;
}

.woosw-item--atc form .input-text {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    border: 1px solid #659147 !important;
}

.woosw-item--atc form button {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 40px 10px 10px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    border: none;
    border-radius: 0 0 5px 5px;
    background-image: url(./img/cart_icon.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    background-color: #659147;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.woosw-item--atc .out-of-stock-link a {
    display: block;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
    background-color: #659147;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.woosw-item--atc form button:hover,
.woosw-item--atc .out-of-stock-link a:hover {
    background-color: #374c26;
}

.woosw-page,
.woosw-page:visited,
.woosw-continue,
.woosw-continue:visited {
    font-weight: bold;
    color: #659147 !important;
    border-color : #659147 !important;
    transition: all 0.3s ease-out;
}

.woosw-page:hover,
.woosw-continue:hover {
    color: #374c26 !important;
    border-color : #374c26 !important;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice {
    background-color: #374c26 !important;
}


/*****************************************************/
/****************** INFINITE LOADER ******************/
/*****************************************************/

.infinite-loader {
    width: 100%;
}