/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 23 2025 | 18:55:26 */
@media screen and (max-width: 782px) {  
    p.hero-description {
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #293647;
        margin-bottom: 7px;
    }
}

.mhk-section-title {
  font-size:33px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    line-height: normal;
}
@media screen and (max-width: 782px) {  
  .mhk-section-title {
  font-size:27px;
}
  }

.hero-description {
font-size: 22px;
color: #293647;
}
.hero-description strong {
font-size: 24px;
font-weight: 500;
color: #293647;
}

@media only screen and (max-width: 600px) {
.hero_slider_2_wrapper .hero_slider_2_container .slides .single_slide.layout_right .slide_detail .slide_text, .hero_slider_2_wrapper .hero_slider_2_container .slides .single_slide.layout_left .slide_detail .slide_text {
    padding-left: 3%;
    margin-bottom: 4%;
    margin-top: -4%;
    padding-right: 3%;
}
}


@media only screen and (max-width: 600px) {
.only-desktop {
  display:none;
}
}

@media screen and (min-width: 600px) {
.only-mobile {
  display:none;
}
}

@media only screen and (min-width: 1000px) {
.hero-text {
  width:40%
}
}

@media only screen and (max-width: 600px) {
.hero-text {
  width:90%;
  text-align:center;
}
}

/** Kategori Yonlendirmesi **/
.billboard .billboard_wrapper .single_billboard .billboard_text {
  width:100% !important;
  font-size:17px;
  color: #2b2d37;
}

.billboard .billboard_wrapper {
  max-width: 1060px !important;
}

@media screen and (max-width: 780px) {
.billboard .billboard_wrapper .single_billboard .billboard_text {
    font-size:11px !important;
}
}

/** Slider **/
@media screen and (min-width: 780px) {
.hero_slider_wrapper .hero_slider_container .slide_wrapper .category_list ul li.category.active .category_title {
  color:#2b2d37 !important;
}
  } 

/* Iyzico Form */
.basket-main-container .basketContainer .basketContent .basket-item-wrapper .basket-item-list .payment-container form > div:nth-child(4) {
  width: 75%;
  margin: 10px auto;
  margin-top: 0px!important;
}
.basket-main-container .basketContainer .basketContent .basket-item-wrapper .basket-item-list .payment-container form > div:nth-child(2) {
  width: 75%;
  margin-top: 24px!important;
}

/*** Waved Background Dalgalı Background ****/

.waved_bg_light_brown {
  background-image: url("https://muhiku.com/wp-content/uploads/2020/10/bg-2-desktop.png");
  background-size: 100% 100%;
  padding: 60px 0px;
}

@media screen and (max-width: 780px) {
  .waved_bg_light_brown {
      background-image: url("https://muhiku.com/wp-content/uploads/2020/10/bg-2-mobile.png");
  }
}


.desktop_gradientlink:after {
	content: "";
	border-image: linear-gradient(45deg, red, blue) 10;
	border-radius: 15px;
	border: 2px solid transparent;
	background: linear-gradient(256deg, #32c5ff, #b620e0 49%, #f7b500);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: source-out;
	width: 100%;
	display: block;
	height: 28px;
	position: absolute;
    animation: textShine 7s ease-in-out infinite alternate;
}

.desktop_gradientlink span {
	font-size: 14px;
	background: linear-gradient(256deg, #32c5ff, #b620e0 49%, #f7b500);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    animation: textShine 6s ease-in-out infinite alternate;
}

.desktop_gradientlink {
	position: relative;
	width: 157px;
	height: 30px; 
	display: flex;
	justify-content: center;
	align-items: center;
}

@keyframes textShine {
  to {
      background-position: 157px;
  }
}


@media screen and (max-width: 780px) {
    .desktop_gradientlink:after {
        content: unset;
    }
    .desktop_gradientlink {
        height: auto;
        display: block;
        border: unset;
		width: unset;
    }
    .desktop_gradientlink span {
        font-size: unset;
    }
    .desktop_gradientlink +.icon.urm-kky {
        background: linear-gradient(256deg, #32c5ff, #b620e0 49%, #f7b500);
        -webkit-text-fill-color: transparent;
        animation: textShine 7s ease-in-out infinite alternate;
    }
}

/******** Ogretmenler gunu menu *******/
.menu-ogretmenler {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1px 15px 4px;
    border-radius: 11px 11px 0px 0px;
    background-color: #3f7545;
    font-family: Chalkduster;
    color: #fff;
    font-size: 12.5px;
    letter-spacing: 0.12px;
    padding: 0 14px;
}
.menu-ogretmenler i.icon.urm-chalk.desktop {
    background: #fff;
}

@media screen and (max-width: 782px) {
.menu-ogretmenler {
    background: unset;
    color: inherit;
    flex-direction: row;
    padding: 0;
}

.menu-ogretmenler i.icon.urm-chalk.desktop {
    background: #000;
}

.menu-ogretmenler div {
    flex-direction: row-reverse;
    margin-right: 3%;
}
}


/********* Menu Image *********/
  .navigation div img.menu-content-image {
      max-width: unset;
      margin: 0;
      padding: 0;
  }

  span.menu-content-text {
      display: none;
  }


  @media only screen and (max-width: 600px) {
    .navigation div img.menu-content-image {
      display:none;
    }

    span.menu-content-text {
      display: block;
      }
  }


/*************** Icon Menu **************/
	.site-header .main-menu nav ul li > div a .icon-menu {
display: flex;
   margin: 11px 0px;align-items: center;
}
@media only screen and (max-width: 600px) {
	.site-header .main-menu nav ul li > div a .icon-menu {
		margin: 0;
	}
}

.site-header .main-menu nav ul li > div a .icon-menu i {
    display: block;
    width: 22px;
    height: 22px;
    //background: #1d348e;
}

.site-header .main-menu nav ul li > div a .icon-menu span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    //color:#1d348e;
}

.site-header .main-menu nav ul li > div a .icon-menu span:last-child {
    font-size: 14px;
    font-weight: bold;
    //color: #4d76ee;
  line-height: 1.2;
  text-align:left;
}

@media only screen and (max-width: 600px) {
	.site-header .main-menu nav ul li > div a .icon-menu span:last-child {
		text-align: center;
	}
}

.site-header .main-menu nav ul li > div a .icon-menu .icon-menu-text {
    flex-direction: column;
    margin: 0px 4px;height: 100%;
}

/* Fotograf bedava menu*/
.site-header .main-menu nav ul li .link_title > a {
  position: relative;
}

.site-header .main-menu nav ul li .link_title > a .menu-tag {
    font-size: 11px;
	  border: 1px solid;
	  border-radius: 10px;
	  color: #fff;
	  padding: 0px 9px;
	  position: absolute;
	  top: -4px;
	  background: #7278ff;
	  right: -22px;
}

@media only screen and (max-width: 600px) {

  .site-header .main-menu nav ul li .link_title > a .menu-tag {
      bottom: 88%;
    right: 27%;
    top: unset;
  }
}

/****
.secondary_cross_sells.product_list .products li {
    width: calc(25% - 10px);
    border: 1px solid #dadada;
}

@media only screen and (max-width: 600px) {

  .secondary_cross_sells.product_list .products li {
      width: calc(43% - 16px);
      border: unset;
  }

}
****/

/* plg icon text*/
.product_list_group_wrapper .product_lists_navigation ul li.active span > span {
  color: #7278ff;
}

.product_list_group_wrapper .product_lists_navigation ul li.active {
  padding: 0px 16px;
}

.product_list_group_wrapper .product_lists_navigation ul li span > span {
  font-size: 14px;
  flex-direction: row;
  align-items: center;
  color: #7278ff;
}

.product_list_group_wrapper .product_lists_navigation ul li span {
  position: relative;
  line-height: 2;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}

.product_list_group_wrapper .product_lists_navigation ul li span > span > i {
  width: 18px;
  height: 18px;
  min-width: unset!important;
  min-height: unset!important;
  margin-right: 4px!important;
  background-color: #7278ff;
}

.product_list_group_wrapper .product_lists_navigation ul li.active span > span > i {
  background: green!important;
}

@media screen and (max-width: 780px) {
.product_list_group_wrapper .product_lists_navigation ul li span > span > i {
    display: none;
  }

.product_list_group_wrapper .product_lists_navigation ul li span > span {
    font-size: 12px!important;
}
}


/********* Anasayfa v4 *********/
	.urm_section {
		 margin: 32px auto;
		 display: inline-block;
		 width: 100%;
	}
	 @media only screen and (max-width: 780px) {
		 .urm_section {
			 margin: 24px auto;
		}
	}
	 .urm_section.tight {
		 margin: 22.5px auto;
		 display: inline-block;
		 width: 100%;
	}
	 .urm_section .urm_section_title {
		 margin: auto;
		 max-width: 1260px;
		 padding: 0px 10px;
	}
	 .urm_section .urm_section_title.center {
		 display:flex;
		 flex-direction:column;
		 justify-content:center;
		 align-items:center;
	}
	 
	 @media only screen and (max-width: 780px) {
		 .urm_section .urm_section_title {
			 padding: 0px 10px 0px 17px;
		}
	}
	 .urm_section_title h2 {
		 font-size: 32px;
		 font-weight: bold;
		 font-stretch: normal;
		 font-style: normal;
		 line-height: normal;
		 letter-spacing: 0.32px;
		 text-align: left;
		 color: #1a1a1a;
		 margin: 0;
		 display: flex;
		 align-items: center;
		 gap: 8px;
		 font-family: "HelveticaNow"!important;
	}

	 .urm_section_title .title2 {
		 font-size: 32px;
		 font-weight: bold;
		 font-stretch: normal;
		 font-style: normal;
		 line-height: normal;
		 letter-spacing: 0.32px;
		 text-align: left;
		 color: #1a1a1a;
		 margin: 0;
		 display: flex;
		 align-items: center;
		 gap: 8px;
		 font-family: "HelveticaNow"!important;
	}
	 .urm_section_title p, .urm_section_title .description {
		 font-size: 32px;
		 font-weight: normal;
		 font-stretch: normal;
		 font-style: normal;
		 line-height: normal;
		 letter-spacing: normal;
		 text-align: left;
		 margin-bottom: 24px;
		 color: #1a1a1a;
		 font-family: Circular;
	}
	 .urm_section_title .description {
		 display: flex;
		 align-items: center;
		 gap: 9px;
	}
	 .urm_section_title p.secondary {
		 font-size: 24px;
		 font-weight: normal;
		 font-stretch: normal;
		 font-style: normal;
		 line-height: normal;
		 letter-spacing: normal;
		 text-align: left;
		 color: #1a1a1a;
	}
	 @media only screen and (max-width: 780px) {
		 .urm_section_title h2 {
			 font-size: 24px;
			 align-items: flex-start;
			 gap: 4px;
		}
		 
		 .urm_section_title .title2 {
			 font-size: 24px;
			 align-items: flex-start;
			 gap: 4px;
		}
	}
	 @media only screen and (max-width: 780px) {
		 .urm_section_title p, .urm_section_title .description {
			 font-size: 24px;
		}
	}
	 @media only screen and (max-width: 780px) {
		 .urm_section_title.center p, .urm_section_title.center .description {
			 font-size: 24px;
			 text-align: center;
		}
	}
	 .urm_section_title .urm_title_info {
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 border-radius: 20px;
		 border: solid 1px #b64200;
		 background-color: #fff9ed;
		 font-size: 19px;
		 font-weight: 500;
		 font-stretch: normal;
		 font-style: normal;
		 line-height: normal;
		 letter-spacing: normal;
		 text-align: center;
		 color: #b64200;
		 padding: 0px 7px;
		 gap: 4px;
		 margin-top: 4px;
	}
	 @media only screen and (max-width: 780px) {
		 .urm_section_title .urm_title_info {
			 font-size: 16px;
		}
	}
	 .urm_section_title .urm_title_info .icon {
		 background-color: #b64200;
	}

.product_list .products li .trust_signals {
  padding-left: 0;
}

.product_list_group_wrapper.slider.slider_type2 .product_lists_navigation .more .icon {
	background-color: #6328e0;
}


.highlighted {
  padding: 0px 5px;
  border-radius: 6px;
}

.highlighted.green {
  background: #AEFFAA;
}

.highlighted.orange {
  background: #FFE7B1;
}

.highlighted.aeroblue {
  background: #AAFFEE;
}

.highlighted.frenchblue {
  background: #BAF0FF;
}


/****** Information Tooltip *****/


.urm-info {
  position: relative;
}

.urm-info i {
  background-color: #333;
  position: relative;
}
.urm-info i:hover + .tooltip {
  display: block;
}

.coupon_copy {
  display: flex;
  border: 1px dashed;
  background: #fff;
  width: fit-content;
  border-radius: 22px;
  align-items: center;
  gap: 12px;
  padding: 2px 2px 2px 10px;
  font-weight: bold;
  margin-top: 9px;
}

.coupon_copy .button {
  border-radius: 20px;
  padding: 0.3rem 1.5rem;
  background-color: #7278ff;
  border-color: #7278ff;
}

.discount-coupon-section-ts_wrapper {
	  display: flex;
  align-items: center;
justify-content: flex-start;
  gap: 8px;
  margin-top: 5px;
}

@media only screen and (max-width: 800px) {
.bundle_shop_products .product_list .products_wrapper .discount-coupon-section-ts_wrapper {
  flex-direction: column;
  align-items: flex-start;
}
}

.discount-coupon-section-ts-dashed {
		    border-radius: 10px;
  background-color: #7278ff1f;
  padding: 1px 7px 1px 7px;
  display: inline-block;
  width: fit-content;
  border: dashed 1px #7278ff;
}
.discount-coupon-section-ts_wrapper > span {
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  font-size: 13px;
	color: #7278ff;
}


.discount-coupon-section-ts-dashed .discount-coupon-text-ts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 500;
}

@media only screen and (max-width: 800px) {
	.discount-coupon-section-ts-dashed {
  	width: fit-content;
	}
}

.discount-coupon-section-ts {
		border: solid 2px #7278ff;
	border-radius:10px;
    background-color: #f9faff;
    padding: 3px 1px 3px 1px;
    margin-top: 5px;
    display:inline-block;
  	width: calc(100% - 12px);
}

@media only screen and (max-width: 800px) {
	.discount-coupon-section-ts {
		margin-top: 10px;
  	width: calc(100% - 9px);
	}
}

.discount-coupon-text-ts {
	  font-weight: 700;
    font-size: 13px;
    text-align: center;
    color: #7278ff;
}
@media only screen and (max-width: 800px) {
.discount-coupon-text-ts {
    font-size: 12px;
}
}

.discount-coupon-code-ts {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #7278ff;
}


@media only screen and (max-width: 800px) {
.discount-coupon-text {
    font-size: 12px;
}

.discount-coupon-code {
	font-size: 12px; 
}

}

.discount-coupon-section-ts-kky {
	border: solid 2px #7278ff;
	border-radius:10px;
    background-color: #f9faff;
    padding: 3px 1px 3px 1px;
    margin-top: 5px;
    display:inline-block;
  	width: calc(100% - 1px);
}
@media only screen and (max-width: 800px) {
	.discount-coupon-section-ts-kky {
		margin-top: 5px;
  	width: calc(100% - 0px);
	}
}

.discount-coupon-text-ts-kky {
	  font-weight: 700;
    font-size: 11px;
    text-align: center;
    color: #7278ff;
}
@media only screen and (max-width: 800px) {
	.discount-coupon-text-ts-kky {
	  font-weight: 700;
    font-size: 8px;
    text-align: center;
    color: #7278ff;
}
}

.ss-ribbon-new-product {
      padding: 2px 11px 2px 8px;
    border-radius: 3px;
    font-size: 13px;
    border: none;
    min-width: inherit;
    display: inline-block;
    font-weight: 700;
    line-height: 16px;
    position: relative;
    text-align: center;
    z-index: 1;
    vertical-align: baseline;
    background: #0686E4;
    color: #fff;
}

.lansman-price-pl {
	font-family: 'HelveticaNow';
background: #5A53BD;
    width: auto;
	padding: 5px 13px;
    text-align: center;
    font-size: 12px;
position: absolute; 
  top: 8px; 
  left: 4px;
	border-radius: 10px;
    color: #fff;
	font-weight:bold;
    line-height: 12px;
    margin: auto;
    display: flex;
    align-items: center;
}

.lansman-price-pl-text {
	font-family: 'HelveticaNow';
    font-size: 13px;
	border-radius: 10px;
    color: #5A53BD;
	font-weight:bold;
    line-height: 12px;
    margin: auto;
      display: flex;
    align-items: center;
}

.lansman-price-single-product {
	font-family: 'Apercu Pro';
    background: #5A53BD;
    width: auto;
    padding: 5px 13px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 8px;
    left: 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 1;
}

.rectangle-purple-ribbon-pl {
	font-family: 'HelveticaNow';
background: #5A53BD;
    width: auto;
	padding: 5px 13px;
    text-align: center;
    font-size: 12px;
position: absolute; 
  top: 8px; 
  left: 4px;
	border-radius: 10px;
    color: #fff;
	font-weight:bold;
    line-height: 12px;
    margin: auto;
    display: flex;
    align-items: center;
  }


@media only screen and (max-width: 600px) {
.ss-ribbon-new-product {
    font-size: 12px;
}
}

.ss-ribbon-new-product:after {
    background: inherit;
    content: '';
    height: 17px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 14px;
    z-index: 1;
    display: block;
    border-radius: 3px;
    right: -5px;
}

.ss-out-of-stock {
    font-size: 13px;
    border: 1px solid #e21111;
    border-radius: 2px;
    display: inline-block;
    padding: 0 4px;
    color: #e21111;
    font-weight: bold;
    margin-top: 7px;
}

.blue-text-ts {
		font-size: 13px;
    font-weight: bold;
    color: #0686E4;
	margin-top:3px;
}


.hot-badge {
border-radius: 2px;
    background-color: #008000;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    line-height: 1;
    padding: 2px 3px 3px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 700;
    margin-left: 7px;
}

.blue-badge {
border-radius: 2px;
    background-color: #07c;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    line-height: 1;
    padding: 2px 3px 3px;
    vertical-align: middle;
    font-weight: 700;
    margin-left: 7px;
}

.green-badge {
border-radius: 2px;
    background-color: #0ab21b;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    line-height: 1;
    padding: 2px 3px 3px;
    vertical-align: middle;
    font-weight: 700;
    margin-left: 7px;
}

.shipping-info {
	font-size: 13px;
    font-weight: normal;
    color: #4e4e4e;
}

.ss-high-demand {
    color: #e21111;
    font-size: 13px;
  line-height: 150%;
  margin:3px 0px;
  font-weight:500;
}

.extra-gift {
	font-size: 17px;
    font-weight: bold;
    color: #0686E4;
  line-height: 150%;
}

.extra-gift-parent {
	font-size: 13px;
    font-weight: bold;
    color: #0686E4;
	margin:3px 0px;
}

.exclusive-price {
  	font-size: 13px;
    font-weight: bold;
    color: #008000;
	margin:3px 0px;
}

.notify-ts {
	font-size: 13px;
    font-weight: bold;
    color: #0686E4;
  line-height: 150%;
}

.campaign-title {
  font-size: 13px;
    font-weight: bold;
    color: #0686E4;
  line-height: 150%;
}

.best-seller-text {
  	font-size: 13px;
    font-weight: bold;
    color: #008000;
  line-height: 150%;
}

.ss-ribbon-best-seller {
    border-radius: 3px;
    font-size: 13px;
    padding: 2px 13px 2px 8px;
    border: none;
    min-width: inherit;
    display: inline-block;
    font-weight: 700;
    line-height: 16px;
    position: relative;
    text-align: center;
    z-index: 2;
    vertical-align: baseline;
    background: #F4C150;
    color: #29303B;
    margin-right: 20px;
}

.ss-ribbon-best-seller:after {
    background: inherit;
    content: '';
    height: 17px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 14px;
    z-index: 1;
    display: block;
    border-radius: 3px;
    right: -5px;
}


.dynamic-trust-signal {
  font-size: 13px;
  font-weight: normal;
  color: #e21111;
  margin:3px 0px;
}

.dts_stock {
    font-size: 13px;
  color: #e21111;
}

.ss-bottom-green-text {
    font-weight: bold;
    line-height: 18px;
    font-size: 13px;
    color: #008000;
  line-height: 150%;
  margin:3px 0px;
}

.sales-signals-icons {
    height: 18px;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) { 
  

  .shipping-info {
	font-size: 11px;
    line-height: 150%;
}

.ss-high-demand {
    font-size: 12px;
  line-height: 150%;
  margin:5px 0px;
}

.extra-gift {
	font-size: 14px;
}

.extra-gift-parent {
	font-size: 15px;
    font-weight: bold;
    color: #0686E4;
	margin:3px 0px;
}

.exclusive-price {
  	font-size: 11px;
}

.notify-ts {
	font-size: 11px;
}

.campaign-title {
  font-size: 11px;
}

.best-seller-text {
  	font-size: 13px;
  line-height: 150%;
}

.dynamic-trust-signal {
  font-size: 11px;
  line-height: 150%;
  margin:5px 0px;
}

.dts_stock {
    font-size: 11px;
}

 .ss-bottom-green-text {
    margin:5px 0px;
    font-size: 11px;
  }
  
}


.urm_countdown_timer_wrapper {
  background-color: #303030;
    padding: 8px 10px 40px 10px;
      margin-top: -35px !important;
}

.urm_countdown_timer_title{
    float:left;
    color: #fff;
    width:65%;
    font-weight: bold;
}
.urm_countdown_timer_counter{
    float:right;
    text-align:right;
    color: #fff;
    width:35%;
}

#countdown {
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
#countdown {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
}

.urm_countdown_timer_wrapper {
padding: 7px 5px 37px 10px;
}

.urm_countdown_timer_title{
font-size: 13px;
}
}

@media only screen and (min-width: 720px) {
    .urm_countdown_timer_wrapper {
    width:72%;
    margin:auto;
}
}


@media only screen and (max-width: 600px) {
 .ss-bottom-green-text {
    margin:5px 0px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 780px) {
  .lal-ribbon-kky {
    width: 80px;
  }
}

@media only screen and (max-width: 780px) {
  .lal-ribbon-kky-mobil {
    width: 72px;
  }
}

@media only screen and (max-width: 780px) {
  .kedi-kopek-mobil {
    width: 80px;
  }
}

/***** Product Short Description Iconset *******/
  
  .product_short_description .icon_set img {
      height: 23px;
      margin-right: 4px;
  }

  .product_short_description .icon_set {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 1;
  }

  .product_short_description .icon_set span {
      font-size: 14px;
    color:#7D7369;
  }

  .product_short_description .icon_wrapper {
      display: flex;
      justify-content: center;
      width: 100%;
  }

   .product_short_description .icon_set.kahve_icon_sertlik img {
      height: 18px;
      margin-right: 4px;
  }


@media only screen and (max-width: 600px) {
    .product_short_description .icon_set img {
      height: 20px;
      margin-right: 4px;
  }
  
   .product_short_description .icon_set.kahve_icon_sertlik img {
      height: 16px;
      margin-right: 4px;
  }
  
    .product_short_description .icon_set span {
      font-size: 13px;
  }
}

.nisan-hediyeleri-tekil-fiyat {
	padding: 4px 24px 4px 12px;
  border-radius: 0 15px 15px 0px;
  background-color: #7278ff0c;
	width: fit-content;
	height: 30px;
	color: #7278ff;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
  margin-top:4px;
}

.nisan-hediyeleri-tekil-fiyat i {
	background-color: #7278ff;
	width: 25px;
	height: 25px;
	margin-right: 4px;
}

.product_list img.baski_ribbon {
  display: none;
	visibility:hidden;
}

/* Karsilama Metin Baslangic */ 

.text-bg-color-purple {
  background-color: rgb(233 213 255 / var(--tw-bg-opacity)); 
  --tw-bg-opacity: 1; 
  padding-left: 0.3rem; 
  padding-right: 0.3rem;
  margin-top: 0.5rem;
  font-weight:500;
}

.text-bg-color-pink {
  background-color: rgb(255 79 129 / var(--tw-bg-opacity)); 
  --tw-bg-opacity: 1; 
  padding-left: 0.3rem; 
  padding-right: 0.3rem;
  margin-top: 0.5rem;
  font-weight:500;
}

.text-bg-color-green {
  background-color: rgb(73 222 128 / var(--tw-bg-opacity)); 
  --tw-bg-opacity: 1; 
  padding-left: 0.3rem; 
  padding-right: 0.3rem;
  margin-top: 0.5rem;
  font-weight:500;
}

.text-bg-color-yellow {
  background-color: rgb(252 211 77 / var(--tw-bg-opacity)); 
  --tw-bg-opacity: 1; 
  padding-left: 0.3rem; 
  padding-right: 0.3rem;
  margin-top: 0.5rem;
  font-weight:500;
}

.urm-trust-main {
  display: grid;
  justify-content: center;
  margin: 0px 8px 0px 8px;
}

.urm-trust-main .trust-signals-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 125px;
  margin-top: 52px;
}

@media only screen and (max-width: 800px) {
  .urm-trust-main .trust-signals-container {
    gap: 15px;
    margin-top: 16px;
  }
}

.urm-trust-main .trust-signals-container .trust-signals {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 0.23px;
  color: #333792;
}

@media only screen and (max-width: 800px) {
  .urm-trust-main .trust-signals-container .trust-signals {
    width: 90px;
    height: 90px;
    border-radius: 6px;
    border: solid 2px #eeeefa;
    background-color: #f8f8fa;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.15px;
    text-align: center;
    color: #7278ff;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
  }
}

.urm-trust-main .trust-signals-container .trust-signals > i {
  width: 40px;
  height: 40px;
  background: #333792
}

@media only screen and (max-width: 800px) {
  .urm-trust-main .trust-signals-container .trust-signals > i {
    width: 30px;
    height: 30px;
  }
}

.urm-trust-main .trust-signal-text {
    text-align: center;
    max-width: 1260px;
    margin-top: 38px;
    font-size: 19px;
    color: #333;
    border: 1px solid;
    border-color: #5a53bd;
    border-radius: 0.5rem;
    padding: 18px 4px;
    position: relative;
    background: #fff;
    font-family: 'HelveticaNow';
}

@media only screen and (max-width: 800px) {
  .urm-trust-main  .trust-signal-text {
    font-size: 16px;
    margin-top: 10px;
    padding: 3% 5%;
	letter-spacing: 0.3px;
    margin: .5rem;
  }
}

.urm-trust-main .trust-signal-text:after {
  content: "";
  position: absolute;
  background-color: #5a53bd;
  width: 100%;
  height: 100%;
  top: .5rem;
  left: .5rem;
  border-radius: .5rem;
  z-index: -1;
}


/* Karsilama Metin Bitis */ 



 
/******* Yeni Ribbonlar *******/
	.new_ribbon {
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 padding: 1px 5px 1px 3px;
		 border-radius: 100px;
		 box-shadow: 0 2px 2px 0 rgb(0 0 0 / 25%);
		 border: solid 1.5px #a02700;
		 background-color: #fff8f5;
		 width: fit-content;
		 gap: 4px;
		 position: absolute;
		 top: 2%;
		 left: 2%;
	}
	 .new_ribbon .ts_icon {
		 background-color: #a02700;
		 border-radius: 50%;
		 padding:4px;
		 display: flex;
		 align-items:center;
		 justify-content: center;
	}
	 .new_ribbon .ts_icon .icon {
		 background-color: #fff8f5;
		width: 12px;
  		height: 12px;
	}
	 .new_ribbon span {
		 font-size: 10px;
		 font-weight: bold;
		 font-stretch: normal;
		 font-style: normal;
		 line-height: normal;
		 letter-spacing: 0.5px;
		 text-align: left;
		 color: #a02700;
		 text-transform: uppercase;
	}
	 .new_ribbon.cok-satan {
		 border: solid 1.5px #cf5f20;
		 background-color: #fef2ec;
	}
	 .new_ribbon.cok-satan .ts_icon {
		 background-color: #cf5f20;
	}
	 .new_ribbon.cok-satan .ts_icon .icon {
		 background-color: #fef2ec;
	}
	 .new_ribbon.cok-satan span {
		 color: #cf5f20;
	}
	 .bundle_shop_products .new_ribbon {
		 padding: 2px 5px;
		 left: 2%;
  		top: 1%;
	}
	 .bundle_shop_products .new_ribbon span {
		 font-size: 9px;
	}
	 .bundle_shop_products .new_ribbon .ts_icon .icon {
		 width: 12px;
		 height: 12px;
	}
	 .bundle_shop_products .new_ribbon .ts_icon {
		 padding: 2px;
	}
	 .pimage_trust_signal .new_ribbon {
		 z-index: 1;
		 top: 2%;
		 left: 2%;
	}
	 .pimage_trust_signal .new_ribbon .ts_icon {
		padding: 7px;
	}
	 .pimage_trust_signal .new_ribbon .ts_icon .icon {
		 width: 20px;
		 height: 20px;
	}
	 .pimage_trust_signal .new_ribbon span {
		 font-size: 14px;
	}
	 @media only screen and (max-width: 600px) {
		 
		.new_ribbon {
			 padding: 1px  6px 1px 2px;
			 top: 2%;
			 left: 3%;
		}
		.new_ribbon .ts_icon {
			 padding: 3px;
		}
		.new_ribbon .ts_icon .icon {
			 width: 11px;
			 height: 11px;
		}
		.new_ribbon span {
			 font-size: 10px;
			 letter-spacing: 0;
		}
		 
		 .bundle_shop_products .new_ribbon {
			  padding: 1px 4px 1px 1px;
			  top: 2%;
			  gap: 2px;
			  left: 3%;
		}
		 .bundle_shop_products .new_ribbon .ts_icon {
			 padding: 1.9px;
		}
		 .bundle_shop_products .new_ribbon .ts_icon .icon {
			 width: 9px;
			 height: 9px;
		}
		 .bundle_shop_products .new_ribbon span {
			 font-size: 8px;
			 letter-spacing: 0;
		}
		 .pimage_trust_signal .new_ribbon .ts_icon {
			 padding: 5px;
		}
		 .pimage_trust_signal .new_ribbon .ts_icon .icon {
			 width: 15px;
			 height: 15px;
		}
		 .pimage_trust_signal .new_ribbon span {
			 font-size: 12px;
		}
	}

	.new_ribbon.ozel-fiyat {
		border: solid 1.5px #1db79b;
	  background-color: #f5fffd;
	}

	.new_ribbon.ozel-fiyat .ts_icon {

		 background-color: #1db79b;
	}

	.new_ribbon.ozel-fiyat .ts_icon .icon {
		 background-color: #f5fffd;
	}
	.new_ribbon.ozel-fiyat span { 

	  color: #1db79b;
	}


	.new_ribbon.yeni {
		border: solid 1.5px #4a5ffa;
	  background-color: #fffbf0;
	}

	.new_ribbon.yeni .ts_icon {

		 background-color: #4a5ffa;
	}

	.new_ribbon.yeni .ts_icon .icon {
		 background-color: #fffbf0;
	}
	.new_ribbon.yeni span { 

	  color: #4a5ffa;
	}



	.new_ribbon.favori {
		border: solid 1.5px #4a5ffa;
	  background-color: #f5f8ff;
	}

	.new_ribbon.favori .ts_icon {
		 background-color: #4a5ffa;
	}

	.new_ribbon.favori .ts_icon .icon {
		 background-color: #f5f8ff;
	}

	.new_ribbon.favori span { 
	  color: #4a5ffa;
	}



	.new_ribbon.foto-baski {
		border: solid 1.5px #5862b0;
	  background-color: #fff;
	}

	.new_ribbon.foto-baski .ts_icon {
		 background-color: #5862b0;
	}

	.new_ribbon.foto-baski .ts_icon .icon {
		 background-color: #fff;
	}

	.new_ribbon.foto-baski span { 
	  color: #5862b0;
	}

	.new_ribbon.el_yapimi {
		border: solid 1.5px #ebb181;
	  background-color: #fff;
	top: calc(296px - 35px);
		padding: 0px 0px;
	}

@media only screen and (max-width: 600px) { 
	.new_ribbon.el_yapimi {
  top: calc(140px - 32px);
} 
}

.cross_sells_popup .new_ribbon.el_yapimi {
	top: calc(150px - 35px);
	}

@media only screen and (max-width: 600px) { 
.cross_sells_popup .new_ribbon.el_yapimi {
  top: calc(150px - 26px);
}
}


.search-results .new_ribbon.el_yapimi {
	  top: calc(230px - 35px);
}

@media only screen and (max-width: 600px) { 
.search-results .new_ribbon.el_yapimi {
	  top: calc(180px - 35px);
}
}


	.new_ribbon.el_yapimi .ts_icon {
		 background-color: #ebb181;
	}

	.new_ribbon.el_yapimi .ts_icon .icon {
		width: 19px;
		height: 19px;
		 background-color: #fff;
	}

	.new_ribbon.el_yapimi span { 
	  color: #a07650;
	}

	.bundle_shop_products .new_ribbon.el_yapimi {
  top: calc(200px - 11% );
	} 
		@media only screen and (max-width: 600px) {  
	.bundle_shop_products .new_ribbon.el_yapimi {
  top: calc(120px - 10%);
}
}

	.new_ribbon.ucretsiz-teslimat {
		border: solid 1.5px #8031e4;
	  background-color: #fbf8ff;
	}

	.new_ribbon.ucretsiz-teslimat .ts_icon {
		 background-color: #8031e4;
	}

	.new_ribbon.ucretsiz-teslimat .ts_icon .icon {
		 background-color: #fbf8ff;
	}

	.new_ribbon.ucretsiz-teslimat span { 
	  color: #8031e4;
	}



/******* Yeni Ribbon Özel Günler ******/
	.new_ribbon_ozel_gun {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		max-width: fit-content;  
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	  background-color: #fff;
		background: #fff;
		padding: 5px;
		position: absolute;
		top: 1%;
		left: 1%;
	} 

	.new_ribbon_ozel_gun::before,
	.new_ribbon_ozel_gun::after {
		  content: "";
	  background-image: linear-gradient(to left top, transparent 50%, #fff 50%);
	  height: 15px;
	  width: 50%;
	  position: absolute;
	  top: 100%;
	  left: 0;
	}


	.new_ribbon_ozel_gun::after  {
		transform: scaleX(-1);
	  right: 0;
	  left: unset;
	}
	.new_ribbon_ozel_gun .icon {
		background-color: #98772d;
		  background-color: #98772d;
	  width: 25px;
	  height: 25px;
	}
	.new_ribbon_ozel_gun span {
		font-family: Circular;
	  font-size: 8.5px;
	  font-weight: bold;
	  text-align: center;
	  color: #02196b;
		text-transform: uppercase;
	}

	.new_ribbon_ozel_gun span:last-child {
	  color: #98772d;
	}


	.new_ribbon_ozel_gun.kahve {
	 background-color: #7278ff;
	}

	.new_ribbon_ozel_gun.kahve .icon {
	 background-color: #7278ff;
	}


	.new_ribbon_ozel_gun.kahve::before,
	.new_ribbon_ozel_gun.kahve::after {
	  background-image: linear-gradient(to left top, transparent 50%, #7278ff 50%);
	}

	.new_ribbon_ozel_gun.kahve span {
	  color: #e1e4ff;
	}

	.new_ribbon_ozel_gun.kahve span:last-child {
	  color: #e1e4ff;
	}


	.new_ribbon_ozel_gun.blue {
	 background-color: #02196b;
	}

	.new_ribbon_ozel_gun.blue .icon {
	 background-color: #7b98ff;
	}


	.new_ribbon_ozel_gun.blue::before,
	.new_ribbon_ozel_gun.blue::after {
	  background-image: linear-gradient(to left top, transparent 50%, #02196b 50%);
	}

	.new_ribbon_ozel_gun.blue span {
	  color: #fff;
	}

	.new_ribbon_ozel_gun.blue span:last-child {
	  color: #b6c6ff;
	}

	.new_ribbon_ozel_gun_type2 {
		display: flex;
		gap: 2px;
		background-color: #386593;
		width: fit-content;
		padding: 1px 5px;
		border-radius: 22px 22px 22px 22px;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 2%;
		left: 2%;
		z-index: 1;
	}

	 @media only screen and (max-width: 600px) {
		.new_ribbon_ozel_gun_type2 {
			padding: 0px 3px;	
		}
	}

	.new_ribbon_ozel_gun_type2 .ts_icon {
		border-radius: 50%;
		background-color: #fff;
		display:flex;
		align-items:center;
		justify-content: center;
	}

	.new_ribbon_ozel_gun_type2 .ts_icon .icon {
		width: 20px;
		height: 20px;
	}


	 @media only screen and (max-width: 600px) {
		.new_ribbon_ozel_gun_type2 .ts_icon .icon {
		  width: 20px;
		  height: 20px;
		}
	}

	.new_ribbon_ozel_gun_type2 .ts_text {
		display: flex;
		flex-direction: column;
		 font-size: 9px;
		  font-weight: bold;
		  font-stretch: normal;
		  font-style: normal;
		  line-height: normal;
		  letter-spacing: 0.5px;
		  text-align: left;
		  color: #2a503e;
		text-transform: uppercase;
	}

	@media only screen and (max-width: 600px) {
		.new_ribbon_ozel_gun_type2 .ts_text {
			font-size: 8px;
		}
	}



.pimage_trust_signal .new_ribbon_ozel_gun_type2 {
  padding: 2px 10px;
}

.pimage_trust_signal .new_ribbon_ozel_gun_type2 .ts_icon .icon {width: 25px;height: 25px;}

.pimage_trust_signal .new_ribbon_ozel_gun_type2 .ts_text {
  font-size: 11px;
}


	.cross-sells .new_ribbon_ozel_gun_type2 .ts_text {
		font-size: 9px;
	}

	.cross-sells .new_ribbon_ozel_gun_type2.kahve .ts_icon .icon {
		width: 22px;
		height: 22px;
	}

	.cross-sells .new_ribbon_ozel_gun_type2.kahve {
		padding: 0.2px 3px;
	}

	.new_ribbon_ozel_gun_type2.kahve .ts_text span:last-child {
		  color: #8031e4;
	}

	.new_ribbon_ozel_gun_type2.kahve {
		  background-color: #fcf8ff;
		border: 1px solid #8031e4;
	}


	.new_ribbon_ozel_gun_type2.kahve .ts_icon .icon {
		  background-color: #8031e4;

	}


	.new_ribbon_ozel_gun_type2.blue .ts_text span:last-child {
		  color: #2a503e;
	}

	.new_ribbon_ozel_gun_type2.blue {
		  background-color: #eff5f3;
		border: 1px solid #2a503e;
	}


	.new_ribbon_ozel_gun_type2.blue .ts_icon .icon {
		  background-color: #2a503e;

	}

	.cross-sells .new_ribbon_ozel_gun_type2.blue .ts_icon .icon {
		width: 22px;
		height: 22px;
	}

	.cross-sells .new_ribbon_ozel_gun_type2.blue {
		padding: 0.2px 3px;
	}


.dynamic_discounted_price {
	  color: #BB0000;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
}

	@media only screen and (max-width: 600px) {
.dynamic_discounted_price {
	font-size: 13px;
}
}

.dynamic_discounted_price i {
	background-color: #BB0000;
	width: 16px;
	height: 16px;
}

.dynamic_discounted_price.single {
  padding: 3px 3px 2px 13px;
	border-radius: 22px;
  width: fit-content;
  font-size: 17px;
	margin-top: 10px;
	background-image: linear-gradient(to right, #FFE3E3, #fbfbfb 50%, #fff);
}


	@media only screen and (max-width: 600px) {
		
.dynamic_discounted_price.single {
		font-size: 15px;
		}
}

.dynamic_discounted_price.single strong {
  color: #BB0000;
}


    @media screen and (max-width: 780px) {
      .bundle_shop_products .single_product .product_details .dynamic_discounted_price {  
        font-size: 11px;
      }
    }

    @media screen and (max-width: 780px) {
      .bundle_shop_products .single_product .product_details .dynamic_discounted_price i {
        width: 12px;
        height: 12px;
      }
    }

@media only screen and (min-width: 600px) {
.btn-email{
	font-size: 14px;
    border-radius: 20px;
	margin: 0px 7px;
}
}
	

.btn-email{
	font-weight:500;
	   background-color: #7278ff;
    border:1px solid #7278ff;
    color: #fff;
	font-size: 18px;
    border-radius: 23px;
	margin: 0px 10px;
}

@media only screen and (min-width: 600px) {
.slide-title{
  font-size:27px;
}
.slide-description {
  font-size:19px;
}
  }


@media only screen and (min-width: 1600px) {
.slide-title{
  font-size:28px;
}
.slide-description {
  font-size:21px;
}
  }

.category_list_wrapper.column .categories .single_category .category_title {
  font-size: 20px;
  top:77%;
}

.category_list_wrapper.column .categories .single_category .category_description {
  font-size:15px;
  top: calc(79% + 18px);
}

@media only screen and (max-width: 780px) {
  .category_list_wrapper.column.column_4 .categories .single_category {
    min-width: 52%;
    margin: 0px 0px 0px 10px;
  }
  
  
.category_list_wrapper.column .categories .single_category .category_title {
    font-size: 17px;
    top: 69%;
}
  
.category_list_wrapper.column .categories .single_category .category_description {
    font-size:12px !important;
    top:calc(71% + 18px) !important;
  }
}

  .category_list_wrapper.column .categories .single_category .category_description {
    font-style:normal;
}


.category_list_wrapper.masonary_grid_3 .categories .single_category .category_image:after {
  background-image:none;
}

@media screen and (min-width: 780px) {
  .category_list_wrapper.masonary_grid_5 .categories .single_category .category_title {
    font-size:20px;
  }
}


.product-warning {
    background: #EEF3FA;
    border-radius: 4px;
    padding: 7px 6px;
}

.category_list_wrapper.column.column_4 .categories .single_category {
  cursor:pointer;
}
.category_list_wrapper.grid_4x2 .categories .single_category {
  cursor:pointer;
}

.category_list_wrapper.masonary_grid_3 .categories {
  cursor:pointer;
}

.job-badge {
border-radius: 2px;
background-color: #ffcc00;
color: #000000;
display: inline-block;
font-size: 14px;
font-style: normal;
line-height: 1;
padding: 5px 5px;
vertical-align: middle;
font-weight: bold;
margin-bottom: 15px;
  }

.job-container li {
    margin-bottom: 10px;
}

.yellow-text-bg {
background-image: linear-gradient(0deg, rgba(243, 208, 46, .5), rgba(243, 208, 46, .5));
background-size: 5px 5px;
background-repeat: repeat-x;
background-position: bottom;
transition: background-size .125s ease-in;
}

.yellow-text-bg:hover {
background-size: 100% 100%;
border-color: #fc0;
}

@media only screen and (max-width: 780px) {
body.page-id-507459 {
    background: #fafafa;
}
}

/*** Customized Wide CSS ***/

.product_customized_wide_description{
  font-size: 16px;
margin: 7px 0px;
}

.product_customized_wide_brand {
  margin: 2px 0px;
}

.product_list.customized-wide .products {
  min-height:auto;
}

.product_list.customized-wide .products li .product_image {
  margin-top: -150px;
}

.product_list.customized-wide .products li .product_info {
  padding: 4% 4% 16% 4%;
}

.list_wrapper .list_container .list_title h3 {
  padding: 10px 5px 5px 5px;
  font-size: 33px;
}

@media screen and (max-width: 780px) {
.list_wrapper .list_container .list_title h3 {
    font-size: 27px;
	color: #333;
}
}


.yellow-coupon {
   background: #fbf0dc;
  padding: 1px 7px;
  border: 1px dashed  #4A4A4A;
  border-radius: 4px;
  font-weight: bold;
  color: #333;
margin-left:3px;
}

@media screen and (min-width: 600px) {
    .only-mobile {
        display: none !important;
    }
}

.product_list .products li .out_of_stock {
	font-weight: 500;
	font-size: 13px;
}


  .button.button-primary.black {
    border-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: fit-content;
    border-radius: 30px;
    background-color: #000;
    font-size: 20px;
    font-weight: bold;
  }

  @media only screen and (max-width: 780px) {
    .button.button-primary.black {
      font-size: 16px;
      margin: 0 auto;
      min-width: 80%;
      padding: 0.5rem 2rem;
    }
  }

  .button.withSpace {
    margin: auto;
  }

  @media only screen and (max-width: 780px) {
    .button.withSpace {
      margin: 20px auto !important;
    }
  }

  .button.button-primary.black i {
    background: #fff;
    width: 24px;
    height: 24px;
  }

  .button.button-primary.black:hover {
    background: #fff;
    color: #000;
  }

  .button.button-primary.black:hover i {
    background-color: #000;
  }
