
body {
  color: #444444;
}

.custom-style {
  color: green;
  font-size: 50px;
}

.custom-style span {
  color: red;
}

.the-cols div {
  padding: 1em;
  background-color: green;
  border: 1px solid red;
}

.site-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  flex-wrap: wrap;
  flex-flow: row nowrap;
  min-width: 0;
}

.header-section {
  /* display: flex; */
  /* flex-flow: column nowrap; */
  /* align-items: center; */
  flex: 1;
  min-width: 0;
}

.section2 {
  display: flex;
  flex-flow: row nowrap;
  border: 1px solid;
  margin-right: 12px;
  margin-top: 12px;
  flex: 1;
  min-width: 0;
}



.header-top-nav-link {
  line-height: 1;
}

.feeka-left-nav-bar {
  background-color: green;
}

.feeka-nav-bar {
  background-color: green;
}

.feeka-nav-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
}

.feeka-nav-left-sub-menu {
  flex: 2;
}

.feeka-nav-right-sub-menu {
  flex: 2;
}

.feeka-nav-middle-logo {
  align-self: center;
}

.section {
  display: flex;
  flex-flow: row nowrap;
  border: 1px solid;
  margin-top: 12px;
  flex: 1;
  min-width: 0;
}

.header-section {
  display: flex;
  /* flex-flow: column nowrap; */
  /* align-items: center; */
  flex: 1;
  min-width: 0;
  align-items: center;
}

.header-center {
  justify-content: center;
  flex: 0 1 auto;
  /* align-self: auto; */
}

.header-right {
  justify-content: flex-end;
}

.header-contact-link {
  border: 0.15em solid;
  padding: 0 0.3em;
  box-sizing: border-box;
  border-radius: 0.3em;
  font-family: "Montserrat Regular", sans-serif;
  font-weight: bold;
  font-size: 12px;
}

.header-icons-font__socials-style {
  font-size: 1.3em;
  margin-right: 0.7em;
}


.feeka-search-box {
  display: flex;
  align-items: center;
}

.header-search-block {
  display: flex;
  align-items: center;
  height: 25px;
  position: relative;
  width: 200px;
  float: left;
  margin-right: 0.3em;
}

.header-search-block input {
  position: absolute;
  width: 0;
  margin-left: 200px;
  float: left;
  transition: all 0.2s ease-in-out;
  right: 0;
  height: 24px;
  padding: 0 1.7em 0 0.5em;
  background: Transparent no-repeat;
  border: none;
  overflow: hidden;
  outline: none;
  border-radius: 0.3em;
}

.header-search-block:hover input,
.header-search-block input:focus {
  border: 1px solid;
  width: 200px;
  margin-left: 0;
  transition: all 0.2s ease-in-out;
}

.header-search-button {
  position: absolute;
  height: 22px;
  /* width: auto; */
  padding: 0 0.1em;
  right: 0;
  /* background-color: red !important; */
  border-style: none;
  line-height: 18px;
  /* color: red; */
  margin-right: 1px;
  background: Transparent none no-repeat;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

/* menu styes */

.list-unstyled,
.list-unstyled ul {
  min-width: 120px;
}

/* @media ( min-width: 768px ) {
    .yamm-mobile-look{
    display: none;}
    } */

/* Grid demo styles */

.grid-demo {
  padding: 10px 30px;
}

.grid-demo [class*=col-] {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1em;
  text-align: center;
  line-height: 2;
  background-color: #e5e1ea;
  border: 1px solid #d1d1d1;
}

/* custome style: */

.navbar-default {
  background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
  color: #fff !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #DDDDDD;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #444444 !important;
}

.yamm-mobile-look .nav .open > a,
.yamm-mobile-look .nav .open > a:hover,
.yamm-mobile-look .nav .open > a:focus {
  border: 1px solid #fff;
}

.yamm-mobile-look .navbar-default .navbar-nav li a {
  background-color: red !important;
}

.yamm-mobile-look ul li a {
  padding: 1em 2em !important;
  font-size: 1em !important;
}

.yamm-mobile-look .navbar-nav > li > a {
  /* padding-top:0.2em !important; */
  /* padding-bottom:0.2em !important; */
  border-top: 1px solid #aaaaaa;
}

.navbar {
  min-height: auto !important;
  /* margin-top: .7em; */
}

#spree-header .nav a {
  color: #aaaaaa !important;
  font-size: 12px;
}

#spree-header .nav a:hover {
  color: #fff !important;
  background-color: #444444;
}

.my__product-list-item-wrapper {
  margin-bottom: 7em;
}

.my__product-block {
  transition: 0.4s;
}

.my__product-block:hover {
  box-shadow: 0 7px 30px -10px rgba(0, 0, 0, 0.75);
  transition: 0.3s;
}

.my__product-image {
  height: 350px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.my__product-details-block {
  display: flex;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 5px;
}

.my__product-price {
  font-weight: 600;
  width: auto;
  background-color: #444444;
  color: #fff;
  border-radius: 0.2em;
  align-self: center;
  margin-top: 0.3em;
  padding: 0.2em 0.5em;
}

.my__product-title {
  border-top: 0 !important;
  border-bottom: 0.1em solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #444444 50%, rgba(255, 255, 255, 0) 100%);
     border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #444444 50%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}
.my__page-details__product-title{
}
.my__page-details__product-title_mobile{
  display: none;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .product-price-buy-wrapper{
    justify-content: center;
  }
  .my__page-details__product-title{
    display: none;
  }
  .my__page-details__product-title_mobile{
    display: block;
    margin: 1em auto 0;

  }
  .product-list-item-wrapper {
    height: 160px;
    margin-bottom: 24px;
  }

  .my__product-image {
    max-height: 80px;
  }

  .my__product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .my__product-details-block {
    margin-top: 5px;
    padding: 5px;
    align-items: stretch;
    background-color: red;
    display: flex;
    flex-direction: column;
  }

  .my__product-price {
    font-size: 12px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 1 auto;
    align-self: center;
  }
}

.section-heading {
  margin: 1.5em 0;
  padding-bottom: 10px;
  font-size: 1.3em !important;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.my__page-details__swiper-container {
  width: 100%;
  height: 400px;
  /*margin-top: 1em;*/
  margin-bottom: 1em;
}

.my__page-details__swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: auto !important;
}

.img_fit-swiper-1 {
  display: block;
  /* width: 100vw; */
  width: auto;
  height: 100%;
  overflow: hidden;
  /* margin: 0 auto; */
  -o-object-fit: cover;
     object-fit: cover;
  /* object-position: left; */
  z-index: 100000;
}

.my__page-details__product-price {
  width: auto;
  /*font-weight: 600;*/
  background-color: #444444;
  color: white;
  border-radius: 0.3em;
  /*margin-top: 0.3em;*/
  padding: 0.2em 0.5em;
  padding: 0.1em .7em .0em .7em;
}

.my__page-details__product-add_to_cart button {
  margin-right: 0 !important;
  background-color: #ff3637;
  border: 0;
  border-radius: 0.2em;
}

.my__page-details__product-add_to_cart button:hover {
  background-color: #ffc560;
  color: #444444;
}

.my__page-details__product-title,
.my__page-details__product-title_mobile {
  font-size: 1.5em;
  text-align: center;
  /*font-weight: bold;*/
  /*margin-bottom: 1em;*/
  text-transform: uppercase;
  /*background-color: yellow;*/
  /*margin-top: 1em;*/
}

.my__page-details__product-body {
  /*max-width: 400px;*/
}

/*.my__product-attributs-block {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*}*/

.my__page-details__product-info-block {
  margin-top: 3em;
  margin-bottom: 3em;
}

.swiper-container__home-events {
  height: 400px;
}

.langue-block {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
}

.footer-langue-box {
  margin: 0 !important;
}

.navbar-form {
  box-shadow: none !important;
}

.footer-langue-box {
  display: flex !important;
  align-items: baseline;
}

.footer-langue-box label {
  margin-bottom: 0;
}

.footer-height {
  height: 400px;
}

.site-footer {
  padding-bottom: 3em;
  background-color: #eee;
}

.copyright-text-large {
  display: none;
}

a[href^=tel] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
}

.site-footer-block-1 {
  padding: 0 80px 0 80px;
}

.site-footer-social-content-box > span {
  font-size: 20px;
}

.site-footer-payments-content-box > span {
  font-size: 40px;
}

.site-footer-title-box {
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
  background-color: #444444;
  color: #ccc;
  padding-left: 1em;
}

.site-footer-plan-site-content-box > span,
.site-footer-social-content-box > span,
.site-footer-payments-content-box > span {
  margin-right: 0.7em;
}

.site-footer-plan-site-content-box > span > a {
  text-transform: capitalize;
}

.site-footer-newsletter-content-box {
  border: 1px solid #888;
  padding: 2px;
  width: auto;
  display: inline-block;
}

.site-footer-newsletter-content-box > form > input {
  border: none;
  background-color: transparent;
}

.site-footer-newsletter-content-box > form > button {
  background-color: #888;
  color: black;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.newsletter-button-icon > span {
  padding: 0 3px 0 3px;
}

.site-footer-copyright {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ccc;
  background-color: black;
  padding: 20px 50px 20px 20px;
}

.langue-icon {
  margin-right: 0.5em;
  font-size: 20px;
}

.footer-langue-icon {
  margin-right: 0;
}

.currency-input-on-footer {
  height: 23px !important;
  width: auto;
  font-size: x-small;
  color: red;
}

.copyright-text {
  width: 100%;
  text-align: left;
}

.footer-flags {
  height: 23px;
}

::-webkit-input-placeholder {
  color: red;
  opacity: 0.5;
}

::-moz-placeholder {
  color: red;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: red;
  opacity: 0.5;
}

::-ms-input-placeholder {
  color: red;
  opacity: 0.5;
}

::placeholder {
  color: red;
  opacity: 0.5;
}

.langue-box {
  /* background-color: beige; */
  padding: 1px 0 1px 0;
  display: flex;
  /* border: 2px solid orange; */
  border: 1px solid #ccc;
  font-size: 12px;
  width: 80px;
  color: #000;
}

.langue-item {
  background: #ccc;
  margin: 0 1px 0 1px;
  border: 1px solid #000;
  line-height: 1.4em;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.langue-item:hover {
  /* border: 1px solid red; */
}

.langue-item > a {
  background-color: #000;
  /* padding: 10px; */
  width: 100%;
  height: 100%;
  /*padding-top: 0;*/
  /* overflow: hidden; */
  color: #ccc;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.langue-item > a:hover {
  /* background-color: #999; */
  /* padding: 10px; */
  width: 100%;
  /* border: 1px solid red; */
  outline: 1px solid #ccc;
  outline-offset: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

