/*!
* Theme Name:   Alexandra Bissa v2
* Author: Theme Author
* Text Domain: alexandrabissav2
*/

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: black;
    height: 100%;
}

a {
    color: black !important;
}

a:hover {
    color: silver !important;
}

a>h6:hover {
    color: silver !important;
}

/*--------header------------*/
.header {
    background-color: white;
    padding-bottom: 2vh;
}

.hidenav {
    display: none !important;
}

.transparentbackground {
    background-color: rgba(0,0,0,0) !important;
}

.main-gray {
    -webkit-filter: grayscale(50%);
    -moz-transition: grayscale(50%);
    -moz-transition: grayscale(50%);
    -ms-transition: grayscale(50%);
    -o-transition: grayscale(50%);
    filter: grayscale(50%);
    opacity: 0.5;
}

.navbar {
    padding: 1.5rem 1rem;
}

.navbar-toggler {
    border-color: black !important;
    border: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.menu-toggle {
/*    position: absolute;
    right: -16px;
    top: -6px;
    width: 60px;
    height: 45px;
    -webkit-transform: rotate(0deg) scale(0.4);
    -moz-transform: rotate(0deg) scale(0.4);
    -o-transform: rotate(0deg) scale(0.4);
    transform: rotate(0deg) scale(0.4);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;*/
    cursor: pointer !important;
    display: inline-block;
    cursor: pointer;
    padding: 3px;
    border-radius: 20px;
    background-color: white;
}

/*.menu-toggle-wrap {
    padding: 10px; 
    background-color: white; 
    border-radius: 20px; 
    min-height: 30px;
    width: 35px;
}*/

/*.menu-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
   transform-origin: 70% 70%;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}*/

.menu-bar1, .menu-bar2, .menu-bar3 {
  width: 20px;
  height: 2px;
  background-color: #333;
  margin: 3px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.menu-change1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 3px);
  -moz-transform: rotate(-45deg) translate(-3px, 3px);
  -o-transform: rotate(-45deg) translate(-3px, 3px);
  transform: rotate(-45deg) translate(-3px, 3px);
}

/* Fade out the second bar */
.menu-change2 {
  opacity: 0;
}

/* Rotate last bar */
.menu-change3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  -moz-transform: rotate(45deg) translate(-4px, -4px);
  -o-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px);
}

/*.menu-toggle span:nth-child(1) {
  top: 0px;
}

.menu-toggle span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

.menu-toggle span:nth-child(4) {
  top: 36px;
}

.menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}*/

.nav-link {
    color: black !important;
    text-align: right;
    font-size: 15px;
}

.nav-link.active {
    font-weight: 700;
}

.menusecondary {
    padding-left: 15px;
}

@media (max-width: 767px){
    .menusecondary {
        padding-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .menusecondary {
        padding-left: 20px;
    }
}

.nav-cat > a.nav-link:hover {
    color: silver !important;
}

.current-lang {
    font-weight: 700;
    text-decoration: underline;
}

.contact-link {
    cursor: pointer;
}

.contact-link:hover {
    color: silver !important;
}

@media (min-width: 992px) { 
    .lang-item-en {
        padding-left: 5vw;
    }
}

.menu {
    padding-top: 2vh;
    padding-bottom: 4vh;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    min-width: 30rem;
    border: none;
    font-size: 10px;
    padding: 0;
    margin-left: -16px;
}

.dropdown-item {
    width: auto;
    font-size: 15px;
    font-weight: 300;
}

@media (min-width: 494px) { 
    .dropdown-item {
        display: unset;
    }
}

.dropdown-item:hover {
    background-color: white;
    text-decoration: underline;
}

.push-main {
    position: absolute;
    top: 0;
    width: 100%;
}

.active {
    background-color: white !important;
    color: black !important;
    font-weight: 600 !important;
}

.dropdown-item:active {
    background-color: white !important;
    color: black !important;
    font-weight: bold !important;
}

.dropdown-item:hover {
    color: black !important;
}

.toggle-navbar-secondary {
    cursor: pointer;
    margin-left: auto;
    position: relative;
    right: 0;
}

/*-----------WooCommerce--------*/
.a-cart {
    color: black;
    cursor: pointer;
    font-size: 14px;
}

.a-cart-title {
    font-weight: 600;
}

.a-add-to-cart {
    color: black;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.a-add-to-cart:hover {
    text-decoration: underline !important;
}

.a-remove-from-cart {
    cursor: pointer;
}

.product-thumbnail {
    cursor: pointer;
}

.product-title {
    font-weight: 600;
    font-size: 14px;
}

.product-price {
    font-size: 14px;
    /*text-decoration: underline;*/
}

.form-row {
    display: block !important;
}

input.input-text {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid black !important;
}

.select2-container--default .select2-selection--single {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0;
}

textarea {
     border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid black !important;
}

.woocommerce button.button.alt {
    background-color: black;
    border-radius: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: black !important;
    border-radius: 0 !important;
    color: white !important;
}

.woocommerce-message {
    border-top-color: black !important;
}

.woocommerce-message::before {
    color: black !important;
}

.woocommerce a.remove {
    color: black !important;
}

.woocommerce a.remove:hover {
    background-color: black !important;
}

.thank-you-for-your-order {
    font-weight: bold;
}

/*--------------cart-menu-------------------*/
.cart-menu {
    position: fixed;
    right: -50%;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #e6e2e1;
    z-index: 1050;
    transition: right 1s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    padding-top: 2em;
    overflow-y: auto;
}

.cart-menu>.container {
    padding-left: 50px;
    padding-right: 50px;
}

.cart-menu-open {
    right: 0 !important;
}

.cart-menu-close {
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.cart-menu-white {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    z-index: 1049;
    display: none;
    transition: opacity 1s ease-in-out;
}

.cart-menu-white-show {
    opacity: 0.7;
}

.product-quantity, .product-remove {
    font-weight: 600;
}

.cart-menu-plus, .cart-menu-minus {
    cursor: pointer;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border: none;
    background-color: rgba(0,0,0,0);
}

.cart-menu-send-request {
    border: 2px solid black;
    font-weight: 600;
}

.cart-menu-order-total>strong {
    font-weight: 600 !important;
}

@media (max-width: 909px){
    .cart-menu {
        right: -100%;
        width: 100%;
    }
}

/*--------Categories-----------*/
.category-description {
    font-size: 14px;
}

/*---------Cushions--------*/
.row {
    padding-bottom: 5vh;
}

.fullwidth {
     height: auto;
     max-width: 100%;
     width: 100%;
}

.border-line {
    /*border-bottom: 1px solid black;*/
    font-size: 17px;
    font-weight: 600;
}

.border-line > p {
    width: 65%;
    text-indent: 0;
    padding: 0;
    margin-bottom: 0;
}

.border-line-2 {
    border-bottom: 1px solid black;
}

@media (max-width: 991px){
    .xs-margin {
        margin-top: -3vh;
    }
}

@media (max-width: 991px){
    .xs-margin-main {
        margin-top: 3vh;
    }
}

/*-----------Scarfs-------------*/
@media (max-width: 575px){

}


@media (max-width: 767px){
    .scarfs-padding-1{
        padding-top: 0vh;
    }
    
    .scarfs-padding-2 {
        padding-top: 0;
    }
    
    .scarfs-padding-3 {
        padding-top: 15em;
    }
    
    .scarfs-padding-4 {
        padding-top: 10em;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .scarfs-padding-1{
        padding-top: 10em;
    }
    
    .scarfs-padding-2 {
        padding-top: 5em;
    }
    
    .scarfs-padding-3 {
        padding-top: 20em;
    }
    
    .scarfs-padding-4 {
        padding-top: 15em;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .scarfs-padding-1{
        padding-top: 15em;
    }
    
    .scarfs-padding-2 {
        padding-top: 10em;
    }
    
    .scarfs-padding-3 {
        padding-top: 30em;
    }
    
    .scarfs-padding-4 {
        padding-top: 18em;
    }
} 

@media (min-width: 1200px){
    .scarfs-padding-1{
        padding-top: 20em;
    }
    
    .scarfs-padding-2 {
        padding-top: 15em;
    }
    
    .scarfs-padding-3 {
        padding-top: 30em;
    }
    
    .scarfs-padding-4 {
        padding-top: 25em;
    }
}

/*----------Footer----------*/
.footer {
   
}

.espa {
  
}

.form-footer {
    width: 100%;
    text-align: right;
}

.form-check-inline-footer {
    border-bottom: solid 1px black;
    margin: 0;
    width: 100%
}

.form-control-footer {
    font-size: 12px;
    color: black;
    border: none;
    border-radius: 0;
    padding: 0;
    height: auto;
    width: 80%;
}

.form-control-footer:focus {
    outline: none;
}

.form-control-footer:active {
    outline: none;
}

.form-control-footer::placeholder { 
  color: black;
}

.submit-footer {
    font-size: 8px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 20%;
}

.submit-footer:hover{
    background-color: white;
    color: black;
}

.credits-link {
    text-decoration: underline !important;
    cursor: pointer;
}

.credits-text>a {
    text-decoration: underline;
}

.terms-of-use-link {
    text-decoration: underline !important;
    cursor: pointer;
}

/*-------------Home---------*/
.acathome {
    text-decoration: underline;
}

.img-home-mouseover:hover {
    -webkit-filter: grayscale(100%);
    -moz-transition: grayscale(100%);
    -moz-transition: grayscale(100%);
    -ms-transition: grayscale(100%);
    -o-transition: grayscale(100%);
    filter: grayscale(100%);
}

.home-img-gray {
    -webkit-filter: grayscale(100%);
    -moz-transition: grayscale(100%);
    -moz-transition: grayscale(100%);
    -ms-transition: grayscale(100%);
    -o-transition: grayscale(100%);
    filter: grayscale(100%);
}

.home-back-gradient {
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    background-image: linear-gradient(white, rgb(190,190,190), white);
    transition: opacity 1s ease-in-out;
}

.home-custom-img:hover {
    -webkit-filter: grayscale(0%);
    -moz-transition: grayscale(0%);
    -moz-transition: grayscale(0%);
    -ms-transition: grayscale(0%);
    -o-transition: grayscale(0%);
    filter: grayscale(0%);
}

.home-custom-img {
    -webkit-transition: 1s -webkit-filter ease-in-out;
    -moz-transition: 1s -moz-filter ease-in-out;
    -moz-transition: 1s filter ease-in-out;
    -ms-transition: 1s -ms-filter ease-in-out;
    -o-transition: 1s -o-filter ease-in-out;
    transition: 1s filter ease-in-out, 1s -webkit-filter ease-in-out;
}

/*.home-custom-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #899387;
    z-index: 0;
    width: 100%;
}*/

/*.cushions-color-back {
    background-color: #899387 c5d1c4;
}

.brachelets-color-back {
    background-color: #9ba69a;
}

.pochettes-color-back {
    background-color: #899387;
}

body, .header {
    transition: background-color 1s ease-in-out;
}*/

/*.home-custom-overlay {
    transition: opacity 1s ease-in-out; 
}*/

/*------------Designer-------*/
@media(min-width: 576px){
    .heritage-padding {
        padding-top: 10vh;
    }
}

/*------------Projects---------*/
.project-slider {
    width: 100%;
    position: relative;
    top: -37px;
    margin-bottom: -20px;
    z-index: 1000;
    height: 50px;
    opacity: 0;
}

.project-slider::-webkit-slider-thumb {
    height: 50px;
}

.project-slider::-moz-range-thumb {
    height: 50px;
}


/*---------Single Product--------------*/

.facebook-share {
    border-left: 1px solid black;
    border-right: 1px solid black;
    font-size: 14px;
    font-weight: 600;
}

.product-description {
    border-top: 1px solid rgba(0, 0, 0, 0.7);
    /*font-size: 17px;*/
    /*font-weight: 700;*/
    padding-top: 1vh;
}

