

/******************************************
        MENU STYLING

 */

 html {
  margin: 0 !important;
}

article>h1 {
  text-align: center;
  padding-bottom: 15px;
  font-size: 2em;
}

input[type='text'] {
  color: white !important;
  background-color: black !important;
}

input[type='text']:hover {
  background-color: #1f1d1d !important;
  color: white !important;
}

input[type='text']::selection {
  background-color: #1f1d1d !important;
  color: white !important;
}

.tagged_as {
  display: none !important;
}

.haut_de_page {
  display: none;
  position: fixed;
  background: #1f1d1d;
  width: 50px;
  height: 50px;
  top: 91%;
  left: 87%;
  color: white;
  font-size: 50px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}

.woocommerce-Button {
  color: white !important;
}

.woocommerce-Button:hover {
  background-color: darkred !important;
}

#rating {
  display: block !important;
}

.stars {
  display: none;
}

.stars>span>a {
  font-family: 'fontawesome';
  background-color: #0cff3f;
  content: '\f005\f005\f005\f005\f005';
}

.stars>span>a.active {
  background-color: red;
}

.alignleft {
  float: left;
}

.wp-block-gallery {
  margin-right: 20px;
}

.menu-navbar-container {
  vertical-align: inherit;
}

#menu-navbar {
  display: inline-table;
  vertical-align: middle !important;
  width: 100%;
}

.nav {
  height: 30px;
  margin-bottom: 15px;
  justify-content: center;
  position: relative;
}

.nav ul {
  background: #1f1d1d;
  text-align: center !important;
  width: 960px;
  height: 40px;
}

.nav ul li {
  display: table-cell;
  padding: 8px 15px;
  text-align: center;
}

.nav ul li:hover {
  border-bottom: 5px solid #a10924;
  padding-bottom: 3px;
}

.attachment-thumbnail {
  display: block;
  margin: auto;
}

#menu-principal {
  display: flex;
  justify-content: space-evenly;
}

.sub-menu {
  width: 200px !important;
  background-color: transparent !important;
}

.sub-menu li {
  padding: 4px 10px !important;
  width: 250px;
}

.sub-menu li:hover {
  border-bottom: unset !important;
}


/* #menu-item-14854 > .sub-menu {

    width: 21% !important;
    position: absolute !important;
    top: 35px !important;
    right: 0;
    left: 93px;
}
#menu-item-13327 > .sub-menu {
    width: 112%;
    top: -5px !important;
}
#menu-item-14854 > .sub-menu ::after {
    content: "";
    color: #fff;
    z-index: 7000;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -3px;
}
#menu-item-15587 > .sub-menu {
    width: 90%;
} */

.sub-menu>li {
  text-align: left !important;
  padding: 7px 9px !important;
}

.woocommerce-message {
  border-top-color: #a10924;
  background-color: #1f1d1d;
  color: white;
}

.woocommerce-message .button {
  margin: -5px;
  padding: 5px;
  position: relative;
  background-color: black;
}

.woocommerce-message::before {
  color: #a10924;
}

.wc-forward:hover {
  color: #a10924;
  text-shadow: 2px 2px 12px black;
  background-color: #1f1d1d;
}


/******************************************
        PRODUCTS LIST STYLING

 */

.product-item>h2 {
  overflow: hidden;
  height: 41px;
}


/*
************** Single product ***************
*/

.variable-item-span-color {
  padding-right: 18px !important;
}

.single-product-main-image>a>img {
  max-width: 600px;
  max-height: 500px;
}

.attachment-shop_single {
  margin: auto;
}

.variations .label {
  background-color: #0d0f10;
}

.price-label {
  /*text-align: center;
    margin-top:-4px;*/
  text-align: center;
  /*margin:24px 74%;*/
  margin: 19px auto;
}

.page-title {
  text-align: center;
  font-size: 2em;
}

.product-item {
  width: 200px;
  float: left;
  background-color: rgba(31, 29, 29, 0.5);
  margin: 10px;
  padding: 15px 0;
  transition: 0.3s;
}

.product-item:hover {
  background-color: rgba(31, 29, 29, 1);
}

.product-item>a>h2 {
  height: 42px;
  width: 99%;
  margin: 7px auto;
}

.variable-item-span {
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 22px;
  padding-top: 0px;
}

.variable-items-wrapper {
  list-style: none;
  margin-left: 10px !important;
}

.color-variable-item {
  float: left;
  margin-right: 10px;
}

.selected {
  border: solid 1px white;
  padding: -1px !important;
}

.produit-prix {
  color: #fff;
  font-family: "Kelly Slab", sans-serif;
  font-size: 24px;
}

.slick-arrow::before {
  color: white !important
}

.summary {
  background-color: #1c1b1b;
  padding: 20px;
  position: absolute;
  float: right;
  width: 232px;
  top: 5%;
  left: 62%;
}

.single-images {
  width: 61%;
}

.slick-slide img {
  max-width: 100% !important;
  height: auto !important;
}

.slick-track {
  /*height: 310px;*/
  height: -moz-available;
}

.wpgs-nav {
  height: 110px;
}


/*
************** Galerie ****************
 */

#data_submit {
  background-color: #8b0501 !important;
  border-color: black !important;
}

.product-container {
  margin: auto;
  width: 96%;
}


/*
************** Checkout ***************
*/

.woocommerce-info {
  background-color: #222020 !important;
  border-top-color: #bf0d2d !important;
  color: white !important;
}

.wc-proceed-to-checkout {
  justify-content: center;
  display: flex;
  flex-direction: column;
 }
 .checkout-button {
  margin: auto !important;
  background-color: #bf0d2d !important;
 }
 

#place_order {
  background-color: #bf0d2d !important;
}

.PR-AutoCplCity {
  background-color: #222020 !important;
  margin-left: 73px !important;
}

.MR-Widget {
  background-color: #222020;
}

#payment {
  background: #222020 !important;
}


/**********
    Mon compte style
************/

.woocommerce-MyAccount-navigation>ul>li {
  float: left;
  list-style: none;
}

.woocommerce-MyAccount-navigation-link>a {
  padding: 10px;
  border: 1px solid white;
  background: #1f1d1d;
}

.woocommerce-MyAccount-navigation-link>a:hover {
  background-color: #bf0d2d
}

.woocommerce-MyAccount-navigation-link.is-active>a {
  background-color: #bf0d2d
}

.woocommerce-MyAccount-navigation {
  width: 100%;
  margin: auto;
  display: block;
  height: 35px;
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation>ul {
  margin: auto;
  height: 24px;
  width: -moz-max-content;
}

.nav-links {
  margin: 7px auto;
  width: -moz-max-content;
  display: block;
  padding-top: 30px;
}

.page-numbers {
  background-color: #1f1d1d;
  padding: 7px;
}

.page-numbers.current {
  background-color: #bf0d2d
}

.navigation {
  display: inline-block;
  margin: 0;
  width: 100%;
  position: relative;
}


/* Élément | https://www.soukha.fr/categorie-produit/collier-de-collection/ */

.product-container {
  display: flow-root;
}


/* Élément | https://www.soukha.fr/categorie-produit/collier-de-collection/ */

.nav-links {
  display: flex;
  justify-content: space-around;
  padding: 0 200px;
}


/* Feuille de style intégrée #31 | https://www.soukha.fr/categorie-produit/collier-de-collection/ */

.page-numbers.current {
  background-color: #b70d2b;
  border-radius: 3px;
}

.page-numbers {
  padding: 5px;
}

.product {
  position: relative;
}

.variable-item-image {
  height: 30px;
  width: 30px;
}

.summary.product-category-29 {
  display: none;
}

.single-images.product-category-29 {
  width: 100%;
}

.summary.product-category-30 {
  display: none;
}

.single-images.product-category-30 {
  width: 100%;
}


/* Élément | https://www.soukha.fr/produit/collier-en-python-pour-grand-levrier-6-cm-de-large-ref0381/ */

.variable-items-wrapper {
  flex-direction: revert;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 !important;
}

.variable-item {
  z-index: 1;
  margin-top: 10px;
}

.variable-item-contents:hover {
  scale: 3;
}

.variable-item:hover {
  z-index: 99;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: break-spaces;
  vertical-align: baseline;
  background-color: #999
  
}

.variations>tbody>tr>.label {
  width: 225px;
}

.woocommerce-cart-form__contents {
  border-collapse: collapse;
}

.woocommerce-cart-form__contents td {
  border: 1px solid white;
}

.woocommerce-cart-form__contents th {
  border: 1px solid white;
}

.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
}

.woocommerce-checkout-review-order-table td {
  border: 1px solid white;
}

.woocommerce-checkout-review-order-table th {
  border: 1px solid white;
}

.woocommerce-table--order-details {
  border-collapse: collapse;
}

.woocommerce-table--order-details td {
  border: 1px solid white;
}

.woocommerce-table--order-details th {
  border: 1px solid white;
}

.woocommerce-tabs.wc-tabs-wrapper {
  width: 62%
}
a {
  vertical-align: bottom;
 }
 .wpcf7-form-control {
   width:100%
 }

/* Élément | https://www.soukha.fr/p/collier-hawai-en-croco-2-cm-de-large-ref03903/ */


