/*Gotham-Black-Italic*/
@font-face {
  font-family: "Gotham-Light-Regular";
  src: url("./fonts/GOTHAM-LIGHT-REGULAR.OTF");
}
/*Gotham-Black-Italic*/

/*Gotham-Black-Italic*/
@font-face {
  font-family: "Gotham-Black-Italic";
  src: url("./fonts/Gotham-Black-Italic.ttf");
}
/*Gotham-Black-Italic*/

/*Gotham-Black*/
@font-face {
  font-family: "Gotham-Black";
  src: url("./fonts/Gotham-Black.ttf") format("opentype");
}
/*Gotham-Black*/

/*GOTHAM- BOLD-Italic*/
@font-face {
  font-family: "Gotham-Bold-Italic";
  src: url("./fonts/Gotham-Bold-Italic.ttf");
}
/*GOTHAM- BOLD-Italic*/

/*GOTHAM- BOLD*/
@font-face {
  font-family: "Gotham-Bold";
  src: url("./fonts/Gotham-Bold.ttf") format("opentype");
}
/*GOTHAM- BOLD*/

/*GOTHAM- Book*/
@font-face {
  font-family: "Gotham-Book";
  src: url("./fonts/Gotham-Book.otf") format("opentype");
}
/*GOTHAM- Book*/

/*Gotham-Light*/
@font-face {
  font-family: "Gotham-Light";
  src: url("./fonts/Gotham-Light.otf");
}
/*Gotham-Light*/

/*GOTHAM-Medium*/
@font-face {
  font-family: "Gotham-Medium";
  src: url("./fonts/Gotham-Medium.ttf") format("truetype");
}
/*GOTHAM-Medium*/

/*Gotham-Ultra*/
@font-face {
  font-family: "Gotham-Ultra";
  src: url("./fonts/Gotham-Ultra.otf") format("opentype");
}
/*Gotham-Ultra*/

body {
  font-family: "Gotham-Book" !important;
}
body h2 {
  font-family: "Gotham-Book" !important;
}

/*BAŞLIKLARDA BOLD*/
.scw-switcher-wrap,
.scw-trigger-icon {
  position: fixed;
  left: auto;
  background-color: #fff;
}
.scw-trigger-icon {
  width: 44px;
  height: 44px;
  top: 121px;
  right: 26px;
  border: 0;
  padding: 0;
  text-align: center;
  z-index: 5;
  cursor: pointer;
}
.scw-trigger-icon i {
  font-size: 18px;
}
.scw-switcher-wrap.scw-switcher-open i:nth-of-type(1),
.scw-switcher-wrap:not(.scw-switcher-open) i:nth-of-type(2) {
  display: none;
}
.scw-switcher-wrap {
  top: 120px;
  right: 25px;
  padding: 23px;
  width: 0;
  height: 0;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.scw-switcher-wrap.scw-switcher-open {
  width: 300px;
  height: 70%;
  padding: 35px 25px;
  overflow-y: scroll;
}
.scw-switcher-wrap .widget {
  margin: 0;
}
.scw-switcher-wrap .line,
.scw-switcher-wrap .widget {
  opacity: 0;
  -webkit-transition: opacity 0s ease;
  -o-transition: opacity 0s ease;
  transition: opacity 0s ease;
}
.scw-switcher-wrap.scw-switcher-open .line,
.scw-switcher-wrap.scw-switcher-open .widget {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.4s ease;
  -o-transition: opacity 0.3s 0.4s ease;
  transition: opacity 0.3s 0.4s ease;
}
.scw-switcher-wrap .widget h4 {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.scw-switcher-wrap .btn-container {
  margin: 0 -5px -5px 0;
}
.scw-switcher-wrap .btn {
  margin: 0 5px 5px 0;
}
.scw-switcher-wrap .row {
  margin: 0 -5px;
}
.scw-switcher-wrap .col-6 {
  padding: 5px;
}
.footer-copyright:hover {
  border-bottom: 1px solid black;
}
.product-title h4 {
  text-align: center;
}
.hover-check {
  height: 340px;
  overflow: hidden;
  position: relative;
}
.hover-check:hover .media-hover {
  transform: scale(1.25);
}
.hover-check:hover h5 {
  display: none;
}
.item-categories div {
  height: 340px;
  overflow: hidden;
  position: relative;
}
.item-categories div a {
  transition: all 1s ease;
}
.item-categories div:hover a {
  transform: scale(1.1);
}
.item-categories div:hover h5 {
  display: none;
}
/* .fontlar a {
  font-family: "Gotham-Bold";
  font-weight: 500;
} */
.goster {
  display: block;
}
.language-css {
  font-weight: 500;
  font-size: 13px;
}
.dot {
  height: 35px;
  width: 35px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.color-hover{
  z-index: 9;
}
.color-hover:hover .dot{
  transform: scale(4);
  transition: all 0.5s ease-in-out;
}
.color-hover:hover{
  z-index: 99;
}
.menu-link {
  font-family: "Gotham-Book" !important;
}

/*Anasayfa Slider*/

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height:800px;
  transition:all .4s ease;
}
@media (max-width: 1800px) {
    .hero-style {
      height: 750px;
    }
  }
@media (max-width: 1700px) {
    .hero-style {
      height: 680px;
    }
}
@media (max-width: 1550px) {
    .hero-style {
      height: 520px;
    }
}
@media (max-width: 1200px) {
    .hero-style {
      height: 510px;
    }
  }
@media (max-width: 991px) {
  .hero-style {
    height: 460px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 336px;
  }
}
@media (max-width: 600px) {
    .hero-style{
      height: 250px;
    }
  }

  @media (max-width: 400px) {
    .hero-style{
      height: 200px;
    }
  }

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}

.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}

/*Anasayfa Slider*/
/* Search Button*/

.button-menu {
  display: inline-block;
  font-size: 25px;
  
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: black;
  text-decoration: none;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button-menu:hover {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search-container {
  position: relative;
  display: inline-block;

  height: 50px;
  width: 27px;
  vertical-align: bottom;
}

.mglass {
  display: inline-block;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: white;
  color: black;
}

.search {
  position: absolute;
  font-family: "Gotham-Book" !important;
  font-size: 13px;
  left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: white;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search:focus {
  width: 163px; /* Bar width+1px */
  padding: 0 16px 0 0;
}

.expandright {
  left: auto;
  right: 49px; /* Button width-1px */
}

.expandright:focus {
  padding: 0 0 0 16px;
}

/* Search Button Finish */

.hover-cancelled:hover {
  border: 1px solid #6c757d !important;
  font-family: Gotham-Book !important;
  background-color: transparent !important;
}
.hover-cancelled:focus {
  border: 1px solid #6c757d !important;
  font-family: Gotham-Book !important;
  background-color: transparent !important;
}

/*Header*/
.button:hover {
  background-color: white !important;
  border: 1px solid gray;
}
.slider-background {
  background-color: #f3f3ed;
}

/*İletişim Şehir Seçiniz*/
.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: Gotham-Book !important;
  font-size: 16px;
  color: #60666d;
}
@media (min-width: 768px) {
  .select-box {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 100%;
  }
}
.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #f3f3ed;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

.page-title {
  position: relative;
  padding: 90px 60px 90px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  height: 43vh;
  color: #ffffff;
}

/*İletişim Şehir Seçiniz*/

/*İletişim Formu*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");

:root {
  --white: #afafaf;
  --red: #e31b23;
  --bodyColor: #292a2b;
  --borderFormEls: hsl(0, 0%, 10%);
  --bgFormEls: hsl(0, 0%, 14%);
  --bgFormElsFocus: hsl(0, 7%, 20%);
}

a {
  color: inherit;
}

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

button,
label {
  cursor: pointer;
}

select {
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 var(--white);
}

textarea {
  resize: none;
}

ul {
  list-style: none;
}

.my-form h1 {
  margin-bottom: 1.5rem;
}

.my-form li,
.my-form .grid > *:not(:last-child) {
  margin-bottom: 1.5rem;
}

.my-form select,
.my-form input,
.my-form textarea,
.my-form button {
  width: 100%;
  line-height: 1.5;
  padding: 15px 10px;
  border: none;
  color: var(--white);
  background: white;
  transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
    transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form textarea {
  height: 170px;
}

.my-form ::placeholder {
  color: inherit;
  /*Fix opacity issue on Firefox*/
  opacity: 1;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus,
.my-form button:enabled:hover,
.my-form button:focus,
.my-form input[type="checkbox"]:focus + label {
  background: white;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus {
  transform: scale(1.02);
}



.my-form select {
  background-image: url(./fonts/down.svg) !important;
}

.my-form select:focus {
  background-image: url(./fonts/down.svg) !important;
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 10px 10px;
}

/* FORM BTNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form .required-msg {
  display: none;
  background: url(./fonts/asterisk.svg)
    no-repeat center left / 10px 10px;
  padding-left: 20px;
}

.my-form .btn-grid {
  position: relative;
  overflow: hidden;
}

.my-form button > * {
  display: inline-block;
  width: 100%;
  transition: transform 0.4s ease-in-out;
}

.my-form button .back {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-110%, -50%);
}

.my-form button:enabled:hover .back,
.my-form button:focus .back {
  transform: translate(-50%, -50%);
}

.my-form button:enabled:hover .front,
.my-form button:focus .front {
  transform: translateX(12%);
}

/* CUSTOM CHECKBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 600px) {
  .my-form .grid {
    display: grid;
    grid-gap: 1.5rem;
  }

  .my-form .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .my-form .grid-3 {
    grid-template-columns: auto auto auto;
    align-items: center;
  }

  .my-form .grid-4 {
    grid-template-columns: auto auto auto auto;
    align-items: center;
  }

  .my-form .grid > *:not(:last-child) {
    margin-bottom: 0;
  }

  .my-form .required-msg {
    display: block;
  }
}

@media screen and (min-width: 541px) {
  .my-form input[type="checkbox"] + label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .my-form input[type="checkbox"]:checked + label::after {
    top: 3px;
  }
}

/*İletişim Formu*/

/*İletişim Harita Pop-up*/
.popup-container {
  display: inline-block;
}
.popup-container .button {
  height: 43px;
  background: white;
  color: black;
  cursor: pointer;

  font-family: "Gotham-Book";
}
.popup-container .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 400ms all;
}
.popup-container .popup > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.popup-container .popup .inner {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  min-width: 600px;
  min-height: 200px;
  box-sizing: border-box;
  transition: 400ms all;
  z-index: 10;
  max-height: 505px;
  overflow: auto;
}
.popup-container .popup .inner .title {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  position: sticky;
  top: 0;
  background: #fff;
}
.popup-container .popup .inner .title h6 {
  font-size: 17px;
  font-weight: 500;
  color: black;
  font-family: "Gotham-Book";
}
.popup-container .popup .inner .title label {
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.popup-container .popup .inner .title label:hover {
  color: #222;
}
.popup-container .popup .inner .content {
  padding: 10px;
}
.popup-container .popup .inner .content ul li {
  margin-bottom: 15px;
}
.popup-container .popup .inner .content ul li:last-child {
  margin-bottom: 0;
}
.popup-container .popup .inner .content ul li input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 14px;
  font-family: "Gotham-Book";
  margin-right: 10px;
}
.popup-container .popup .inner .content ul li input:focus {
  outline: 0;
  border-color: blue;
}
.popup-container .popup .inner .content ul li button {
  width: 100%;

  border: none;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.popup-container .popup .inner .content p {
  font-size: 13px;
  line-height: 130%;
  margin-bottom: 15px;
}
.popup-container .popup .inner .content p:last-child {
  margin-bottom: 0;
}
.popup-container .popup .inner .content .close-btn {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.popup-container .popup .inner .content .close-btn label {
  background: rgba(0, 0, 0, 0.05);
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #444;
  border-radius: 3px;
  cursor: pointer;
}
.popup-container .popup .inner .content .close-btn label:hover {
  background: rgba(0, 0, 0, 0.1);
}
.popup-container > input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.popup-container > input:checked + .popup {
  opacity: 1;
  visibility: visible;
}
.popup-container > input:checked + .popup .inner {
  top: 55%;
}
.popup-container .popup .inner .content ul li .first-line:focus {
  outline: 0;
  border-color: transparent;
}

/*İletişim Harita Pop-up*/

/*İletişim Butonlar*/
.button {
  background-color: white !important;
  color: black !important;
}
.button:hover {
  border: 1px solid #6c757d;
  
}
.kutular:hover {
  transition: transform 0.5s;
  transform: translateY(-10px);
}
/*İletişim Butonlar*/

.a,
.c {
  fill: none;
}

.b {
  fill: var(--themecolor);
  opacity: 0.2;
}

.c,
.d {
  stroke: var(--themecolor);
}

.c {
  stroke-miterlimit: 10;
  stroke-width: 14px;
}

.d {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 13px;
}
/*Header Mobile menu defs style*/
.urun-resmi .img-bg {
  width: 100%;
  height: 300px !important;
  min-height: 300px;
}

/*İletişim Showroom Resim boyutları*/
.showroomBoyutlari {
  min-height: 275px;
  max-height: 275px;
  height: 275px;
}
/*İletişim Showroom Resim boyutları*/

/*İletişim Dropdown Genişliği*/
.genislik-iletisim {
  width: 55% !important;
}
/*İletişim Dropdown Genişliği*/

.koleksiyon-toggle {
  display: none;
}
.close-categories {
  display: none;
}
.collection li {
  padding: 10px;
  border-bottom: 1px solid black;
  margin: 0;
}
.marvelous {
  border-bottom: 2px solid rebeccapurple !important;
}

/*Responsive  Telefon*/
@media (min-width: 320px) and (max-width: 575px) {
  .mglass {
    margin: 0 !important;
  }
  #wheelDiv {
    height: 200px !important;
  }
  #wheelDiv svg {
    height: 200px !important;
  }

  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 2% !important;
    bottom: 10%;
  }
  .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
  }
  .item-categories .son-3 {
    height: 23vh !important;
  }
  .item-categories div {
    height: 55vh !important;
    overflow: hidden;
    position: relative;
  }
  .urun-filtre-slider .card {
    height: 100%;
  }
  .urun-filtre-slider .card .img {
    height: 100%;
  }
  .urun-filtre-slider .card .img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
  }
  .filtre-resim .urun-resmi {
    width: 100% !important;
  }

  /*Urun Detay*/
  .resp-sema {
    display: flex;
    flex-direction: column;
  }
  .opsiyonlarigor {
    font-size: 13px !important;
  }
  .button-responsive-2 {
    width: 99% !important;
  }
  .resp-teklif-genel {
    padding: 0 !important;
    flex-direction: row !important;
  }
  .resp-teklif-genel div:last-child {
    margin-right: 10% !important;
  }
  .popup-container {
    margin-top: 5% !important;
  }
  #schema {
    justify-content: center !important;
    padding: 0 !important;
  }
  .responsive-box- {
    padding: 0 !important;
  }
  .opsiyonlarigor {
    width: auto !important;
  }
  .kimler-kullaniyor img {
    padding-bottom: 5% !important;
  }
  /*urun Detay*/

  /*Salon Tasarım*/

  .pr-sifir {
    padding-right: 3% !important;
  }
  .pr-sifir a {
    height: 60vh !important;
  }
  #test-quiz-deneme {
    padding: 0 0 80px 60px !important;
    height: 100% !important;
    width: 100% !important;
  }

  /*Salon Tasarım*/

  /*Footer */
  .responsive-col {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /*Footer*/

  /*Hamburger Menu*/
  .sub-menu-container-2 {
    display: block !important;
    width: 100%;
    height: 100%;
  }

  /*Hamburger Menu*/

  /* .item-categories div a {
    background-position: left !important;
  } */
  .mobile-kapak-kurumsal {
    background-image: url("../img/minimal.jpg");
    background-repeat: no-repeat;
    background-attachment: inherit !important;
  }
  .filtre-responsive-deneme-12 {
    background-image: url("../img/%2057.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
  }
  .filtre-responsive-deneme-13 {
    background-image: url("../img/mobile-banner-3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
  }
  .filtre-responsive-deneme-14 {
    background-image: url("../img/%2040.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
  }
  .filtre-responsive-iptal {
    display: none;
  }
  .responsive-footer-sabitle li a {
    display: flex !important;
    width: 100px !important;
  }
  .footer-responsive-iletisim {
    width: 60% !important;
  }
  .footer-widgets-wrap div div:first-child {
    flex: 0 0 auto !important;
    width: 100% !important;
    padding-top: 5% !important;
  }
  .footer-widgets-wrap div div:last-child {
    padding-bottom: 10% !important;
  }
  .mobile-iptal {
    display: none !important;
  }
  .taggd__image {
    height: 30vh !important;
  }
  .koleksiyon-resposive-photo {
    padding: 0 !important;
    margin-top: 5% !important;
    margin-bottom: 5% !important;
  }
  .inner {
    min-width: 100% !important;
  }
  .responsive-kartela-pop-up-resim div {
    padding: 5px !important;
  }

  .urunler-resim-position {
    background-position: left !important;
  }
  /* .responsive-col {
    flex: 0 0 auto;
    width: 50%;
  } */
  .mimari {
    margin: 0 !important;
    padding: 0 !important;
  }
  .product {
    margin: 0 !important;
    padding: 0 !important;
  }
  .kadin-koltuklar {
    margin: 20px 0;
  }
  .kadin-koltuklar div div:first-child {
    
    height: 100%;
    min-height: 100% !important;
  }

  .berber-salonlari-2 {
    padding: 0 !important;
    height: 100%;
    min-height: 100% !important;
  }
  .berber-salonlari-2 img {
    padding: 0 0 20px 0;
    margin-bottom: 30px;
  }

  .widget_links {
    text-align: center;
  }
  .widget ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #copyrights div div div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .swiper-image {
    width: 100%;
    height: 100%;
  }
  #home-slider {
    max-height: 24vh !important;
  }
  .swiper-image-inner {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100% !important;
    margin: 3px auto 0;
    position: relative;
    width: auto;
  }
  /* .swiper-slide {
    display: block;
  } */
  .learfix div {
    display: inline-block;
  }

  .header-mobile2 {
    display: flex;
    align-items: baseline;
  }
  .primary-menu-trigger {
    padding-left: 3%;
    width: 13%;
  }
  .mobile-search-menu-iptal {
    display: none !important;
  }
  .mobile-search-aktif {
    justify-content: space-between;
  }
  .mobilde-aktif {
    display: flex !important;
  }
  .menu-link {
    font-weight: 500;
  }
  .menu-link div {
    width: 150px;
  }
  .top-bar {
    padding-top: 12px !important;
    padding-bottom: 0 !important;
  }
  .iconlar {
    padding-bottom: 5px !important;
  }
  .tamamlanmısSalonlar {
    height: 30vh;
  }

  /*Responsive Ürün Detay */
  #first-photo-detail-full-width {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #first-photo-detail-full-width div {
    padding: 0;
    margin: 0;
    height: 20vh;
  }
  #first-part {
    height: 100% !important;
  }
  .xzoom {
    max-width: 80% !important;
    min-width: 80% !important;
    height: 43vh !important;
  }
  .xzoom-thumbs {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    height: 100% !important;
  }
  .xzoom-thumbs a:first-child {
    padding: 0 5px 5px 5px !important;
  }
  .xzoom-thumbs a {
    padding: 1vh !important;
    width: auto !important;
  }
  .xzoom-container .xzoom-thumbs a img {
    width: 100% !important;
    height: 100% !important;
  }
  .responsive-box {
    margin-right: 5% !important;
  }
  .responsive-box- {
    display: flex;

    padding: 0 !important;
  }
  .yazilar-mobile h4 {
    width: 100% !important;
    padding: 0 !important;
    font-size: 18px !important;
  }
  .yazilar-mobile h4:last-child {
    text-align: center;
  }
  .dsk-top-nav {
    padding: 0 !important;
  }
  .renk-kartelalari-responsive {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 5% !important;
  }
  .mobile-musteri-yorum {
    height: 60vh !important;
  }

  .musteri-yorumu-responsive {
    width: auto !important;
    text-align: center !important;
    padding-top: 5% !important;
  }
  #eight-part div div img {
    padding-bottom: 8% !important;
  }
  .kimler-kullaniyor {
    padding-left: 3% !important;
  }
  .item-categories div {
    margin-bottom: 5% !important;
    margin-top: 0 !important;
  }
  .berber-koltugu-responsive a {
    width: 100% !important;
    height: 100% !important;
    background-position: top !important;
  }
  .responsive-cocuk-dekoratif a {
    width: 100% !important;
    height: 100% !important;
  }
  .responsive-kuafor-koltugu a {
    width: 100% !important;
    height: 100% !important;
    background-position: left top !important;
  }
  .resp-tamalanmıs-salonlar {
    background-position: initial !important;
  }
  .dongu-product div {
    margin-bottom: 5% !important;
    margin-top: 0 !important;
  }
  .urun-banner-resp {
    margin-bottom: 5% !important;
  }
  .page-title {
    background-attachment: inherit !important;
  }
  .popup-container .popup .inner {
    min-width: 100%;
    max-height: 100%;
  }
  .slider .card .img {
    height: 20vh !important;
  }
  .card .img img {
    height: 100%;
  }

  /*Responsive Ürün Detay */
}
/*Responsive Telefon*/
/*Responsive Large Screen*/
@media (min-width: 1400px) {
  .customercomment {
    margin-top: -5% !important;
  }
  .resp-showroom {
    margin-top: 4% !important;
    margin-bottom: 4% !important;
  }
  .second-part {
    width: 1320px !important;
    max-width: 1320px !important;
  }
  .xzoom-thumbs a img {
    width: 6vw;
    height: auto;
  }
  /* .teknik-sema img {
    width: 95% !important;
    height: 95% !important;
  } */
  .large-screen-responsive {
    display: flex !important;
    height: 100% !important;
    justify-content: space-around !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
/*Responsive Large Screen*/

/*Responsive Tablet */
@media (min-width: 580px) and (max-width: 992px) {
  .mobile-tablet-resp-diller {
    align-items: start !important;
  }
  .mobile-tablet-resp-diller ul li {
    padding-top: 8% !important;
  }
  .mobile-search-aktif {
    align-items: flex-start !important;
    padding-top: 2% !important;
  }

  .responsive-deneme-333 {
    background-position: bottom !important;
  }
  .kadin-koltuklar div div:first-child {
    
    height: 100%;
    min-height: 100% !important;
  }
  #footer-2 {
    padding-top: 5% !important;
  }
  .footer-widgets-wrap div {
    padding-bottom: 4% !important;
  }
  .my-form .grid-3 {
    grid-gap: 0.5rem !important;
  }
  .showroomBoyutlari {
    min-height: 220px;
    max-height: 220px;
    height: 220px;
  }
  .showroomButton {
    width: 210px !important;
  }
  .showroomButton a {
    width: 210px !important;
    font-size: 0.75rem !important;
  }
  .popup-container label {
    font-size: 0.75rem !important;
  }
  .urun-resmi .img-bg {
    height: 100% !important;
    min-height: 250px !important;
  }
  .banner-yeni-salon .urunler-margin-kaldir {
    margin-top: 0 !important;
  }
  .beauty-salon {
    background-position: 2% !important;
  }
  .tablet-responsive-iptal {
    display: none;
  }
  .yazilar-mobile {
    margin-top: -5% !important;
  }
  #third-part div {
    margin-top: 0 !important;
  }
  #page-menu-trigger,
  #primary-menu-trigger {
    width: 60px !important;
  }
  .responsive-detay-kartela-resim {
    display: flex;
    align-items: center;
  }
 
  .iletisim {
    background: url("../img/hakkimizda-kapak.jpg") !important;
    position: relative !important;
    padding: 90px 60px 90px !important;
    text-align: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    height: 30vh !important;
    color: #ffffff !important;
  }
  .yurtici-satis {
    margin-top: -15% !important;
  }
  .frame-mobile-responsive {
    height: 71vh !important;
  }

  .berber-salonlari {
    /* padding-bottom: 0 !important; */
    padding-top: 2rem !important;
    padding-left: 3% !important;
    font-size: 0.9rem !important;
  }
  .responsive-bayan-kuaför {
    padding-bottom: 0 !important ;
  }
  .fbox-content h2 {
    font-size: 1em !important;
  }
  .responsive-kaldir {
    display: none !important;
  }
  .responsive-margin {
    margin-top: 1.5rem;
  }
  .responsive-kuafor-koltugu {
    background-position: top center;
    margin-top: 0 !important;
  }
  .responsive-kuafor-koltugu a {
    background-position: top center !important;
  }
  .responsive-cocuk-dekoratif a {
    background-position: top center !important;
  }
  .resp-tamalanmıs-salonlar {
    background-position: left center !important;
  }
  .berber-koltugu-responsive a {
    background-position: top center !important;
  }
  .margin-resp {
    margin: 0 !important;
  }
  .header-mobile2 {
    display: flex;
  }


  .slider .card .img {
    height: 250px;
  }
  .card .img img {
    height: 100%;
  }
  #home-slider {
    height: 45vh !important;
    width: 100% !important;
    position: relative;
  }
  .swiper-image-inner {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100% !important;
    margin: 3px auto 0;
    position: relative;
    width: 100%;
  }

  .responsive-detay-page {
    height: 55.5vh !important;
  }
  .responsive-box- {
    display: flex;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .responsive-box- img {
    width: 40px !important;
    height: 40px !important;
  }

  #first-part img {
    height: 30vh;
  }
  #first-photo-detail-full-width {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #first-photo-detail-full-width div {
    height: 30vh;
  }
  .ayak-detay {
    padding-left: 10%;
  }
  .menu-link {
    font-weight: 500;
  }
  .menu-link div {
    width: 150px;
  }
  .kimler-kullaniyor img {
    height: 250px !important;
  }
  #footer-2 {
    padding-top: 5%;
  }

  .mimari {
    margin: 0 !important;
    padding: 0 !important;
  }
  .product {
    margin: 0 !important;
    padding: 0 !important;
  }
  .kadin-koltuklar {
    margin: 20px 0;
  }
  .kadin-koltuklar div div {
    padding: 0 0 20px 0 !important;
    height: 100%;
    min-height: 100% !important;
  }

  .berber-salonlari-2 {
    padding: 0 !important;
    height: 100%;
    min-height: 100% !important;
  }
  .berber-salonlari-2 img {
    padding: 0 0 20px 0;
  }
  .mimari-photo {
    margin-left: 3% !important;
  }
  .mimari-row {
    padding-left: 5%;
  }
}
/*Responsive Tablet */

/*Responsive Mac ve İpad Pro*/

/*Responsive Mac ve İpad Pro*/
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-link {
    
    -webkit-transition: margin 0.4s ease, padding 0.4s ease;
    -o-transition: margin 0.4s ease, padding 0.4s ease;
    transition: margin 0.4s ease, padding 0.4s ease;
  }
}

@media (min-width: 768px) {
  .gutters .col:first-child {
    margin-left: 0;
  }
  .gutters .span_6 {
    width: 49%;
  }
}
.col {
  display: block;
  float: left;
  width: 100%;
}

body#product section ul.tab-links.tab-tema-leaf,
body.solution-656 section ul.tab-links.tab-tema-leaf,
body.solution-638 section ul.tab-links.tab-tema-leaf,
body.solution-1028 section ul.tab-links.tab-tema-leaf,
body.solution-2522 section ul.tab-links.tab-tema-leaf,
body.solution-2523 section ul.tab-links.tab-tema-leaf,
body.solution-1158 section ul.tab-links.tab-tema-leaf,
body.page-2093 section ul.tab-links.tab-tema-leaf,
body.solution-1029 section ul.tab-links.tab-tema-leaf,
body.solution-1159 section ul.tab-links.tab-tema-leaf,
body.page-2097 section ul.tab-links.tab-tema-leaf,
body.page-2078 section ul.tab-links.tab-tema-leaf {
  position: relative;
  width: 500px;
  height: 500px;
}

body#product section ul.tab-links.tab-tema-leaf li,
body.solution-656 section ul.tab-links.tab-tema-leaf li,
body.solution-638 section ul.tab-links.tab-tema-leaf li,
body.solution-1028 section ul.tab-links.tab-tema-leaf li,
body.solution-2522 section ul.tab-links.tab-tema-leaf li,
body.solution-2523 section ul.tab-links.tab-tema-leaf li,
body.solution-1158 section ul.tab-links.tab-tema-leaf li,
body.page-2093 section ul.tab-links.tab-tema-leaf li,
body.solution-1029 section ul.tab-links.tab-tema-leaf li,
body.solution-1159 section ul.tab-links.tab-tema-leaf li,
body.page-2097 section ul.tab-links.tab-tema-leaf li,
body.page-2078 section ul.tab-links.tab-tema-leaf li {
  position: absolute;
  margin: 0;
  background: none;
  padding: 0;
  width: 124px;
  height: 56px;
  -webkit-transition: none;
  transition: none;
  text-align: right;
}

body#product section ul.tab-links li.current,
body.solution-656 section ul.tab-links li.current,
body.solution-638 section ul.tab-links li.current,
body.solution-1028 section ul.tab-links li.current,
body.solution-2522 section ul.tab-links li.current,
body.solution-2523 section ul.tab-links li.current,
body.solution-1158 section ul.tab-links li.current,
body.page-2093 section ul.tab-links li.current,
body.solution-1029 section ul.tab-links li.current,
body.solution-1159 section ul.tab-links li.current,
body.page-2097 section ul.tab-links li.current,
body.page-2078 section ul.tab-links li.current {
  opacity: 1;
}
body#product section ul.tab-links li,
body.solution-656 section ul.tab-links li,
body.solution-638 section ul.tab-links li,
body.solution-1028 section ul.tab-links li,
body.solution-2522 section ul.tab-links li,
body.solution-2523 section ul.tab-links li,
body.solution-1158 section ul.tab-links li,
body.page-2093 section ul.tab-links li,
body.solution-1029 section ul.tab-links li,
body.solution-1159 section ul.tab-links li,
body.page-2097 section ul.tab-links li,
body.page-2078 section ul.tab-links li {
  display: inline-block;
}

body#product section ul.tab-links.tab-tema-leaf li:after,
body.solution-656 section ul.tab-links.tab-tema-leaf li:after,
body.solution-638 section ul.tab-links.tab-tema-leaf li:after,
body.solution-1028 section ul.tab-links.tab-tema-leaf li:after,
body.solution-2522 section ul.tab-links.tab-tema-leaf li:after,
body.solution-2523 section ul.tab-links.tab-tema-leaf li:after,
body.solution-1158 section ul.tab-links.tab-tema-leaf li:after,
body.page-2093 section ul.tab-links.tab-tema-leaf li:after,
body.solution-1029 section ul.tab-links.tab-tema-leaf li:after,
body.solution-1159 section ul.tab-links.tab-tema-leaf li:after,
body.page-2097 section ul.tab-links.tab-tema-leaf li:after,
body.page-2078 section ul.tab-links.tab-tema-leaf li:after {
  display: none;
}

body#product section ul.tab-links li.current:after,
body.solution-656 section ul.tab-links li.current:after,
body.solution-638 section ul.tab-links li.current:after,
body.solution-1028 section ul.tab-links li.current:after,
body.solution-2522 section ul.tab-links li.current:after,
body.solution-2523 section ul.tab-links li.current:after,
body.solution-1158 section ul.tab-links li.current:after,
body.page-2093 section ul.tab-links li.current:after,
body.solution-1029 section ul.tab-links li.current:after,
body.solution-1159 section ul.tab-links li.current:after,
body.page-2097 section ul.tab-links li.current:after,
body.page-2078 section ul.tab-links li.current:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 40;
  margin-left: -12px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 12px 0 12px;
  border-color: transparent transparent transparent transparent;
}

body#product section ul.tab-links.tab-tema-leaf li a,
body.solution-656 section ul.tab-links.tab-tema-leaf li a,
body.solution-638 section ul.tab-links.tab-tema-leaf li a,
body.solution-1028 section ul.tab-links.tab-tema-leaf li a,
body.solution-2522 section ul.tab-links.tab-tema-leaf li a,
body.solution-2523 section ul.tab-links.tab-tema-leaf li a,
body.solution-1158 section ul.tab-links.tab-tema-leaf li a,
body.page-2093 section ul.tab-links.tab-tema-leaf li a,
body.solution-1029 section ul.tab-links.tab-tema-leaf li a,
body.solution-1159 section ul.tab-links.tab-tema-leaf li a,
body.page-2097 section ul.tab-links.tab-tema-leaf li a,
body.page-2078 section ul.tab-links.tab-tema-leaf li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0;
  border: 0;
  width: 100%;
  padding: 0;
  height: 100%;
  background: url(../img/leaf-green.png);
  background-size: cover;
  background-position: left;
  opacity: 1;
}

body#product section ul.tab-links.tab-tema-leaf li.current span,
body.solution-656 section ul.tab-links.tab-tema-leaf li.current span,
body.solution-638 section ul.tab-links.tab-tema-leaf li.current span,
body.solution-1028 section ul.tab-links.tab-tema-leaf li.current span,
body.solution-2522 section ul.tab-links.tab-tema-leaf li.current span,
body.solution-2523 section ul.tab-links.tab-tema-leaf li.current span,
body.solution-1158 section ul.tab-links.tab-tema-leaf li.current span,
body.page-2093 section ul.tab-links.tab-tema-leaf li.current span,
body.solution-1029 section ul.tab-links.tab-tema-leaf li.current span,
body.solution-1159 section ul.tab-links.tab-tema-leaf li.current span,
body.page-2097 section ul.tab-links.tab-tema-leaf li.current span,
body.page-2078 section ul.tab-links.tab-tema-leaf li.current span {
  z-index: 2;
}

body#product section ul.tab-links.tab-tema-leaf li span,
body.solution-656 section ul.tab-links.tab-tema-leaf li span,
body.solution-638 section ul.tab-links.tab-tema-leaf li span,
body.solution-1028 section ul.tab-links.tab-tema-leaf li span,
body.solution-2522 section ul.tab-links.tab-tema-leaf li span,
body.solution-2523 section ul.tab-links.tab-tema-leaf li span,
body.solution-1158 section ul.tab-links.tab-tema-leaf li span,
body.page-2093 section ul.tab-links.tab-tema-leaf li span,
body.solution-1029 section ul.tab-links.tab-tema-leaf li span,
body.solution-1159 section ul.tab-links.tab-tema-leaf li span,
body.page-2097 section ul.tab-links.tab-tema-leaf li span,
body.page-2078 section ul.tab-links.tab-tema-leaf li span {
  display: block;
  outline: green;
  position: absolute;
  z-index: 1;
  left: 12%;
  width: 100px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  margin-left: -50px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  pointer-events: none;
}
.xzoom-thumbs {
  height: 100% !important;
}

@media (min-width: 901px) and (max-width: 1150px) {
  .xzoom-gallery {
    height: 30px !important;
  }
  .mac-responsive {
    max-height: 475px !important;
    min-height: 474px !important;
  }
  .button-responsive {
    margin-top: 0 !important;
  }
  .mac-responsive-test {
    background-size: cover !important;
    min-width: 91vw !important;
    min-height: 29vh !important;
    max-height: 31vh !important;
  }
}

.product-image {
  transition: all 1s ease;
  cursor: pointer;
}
.product-image:hover {
  transform: scale(1.1);
}
#play-video{
	cursor:pointer;
}





/*Hamburger*/
/* .sub-menu-container-2 {
  display: flex !important;

  flex-wrap: wrap !important;
  width: 393px !important;
  height: 300px !important;
}

.sub-menu-container-2 li a {
  width: 130px !important;
  height: 50px !important;
  padding: 5px;
}
.sub-menu-container-2 li a div {
  font-size: 12px !important;
}
@media (min-width: 992px) and (max-width: 1198px) {
}
#primary-menu-trigger {
  justify-content: start;
} */
/*Hamburger*/

@media(max-width:768px){
  .hero-slider .slide-inner{
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .hero-style{
    height: 150px !important;
  }
}