/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/ui/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/ui/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/ui/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/ui/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/ui/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/ui/uifancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*
  sizes: 1366px width
  em: 85.375rem

  16 / 1,4 / 1,333 perf fourth
  3.157em
  2.369em
  1.777em
    1.333em
  1em
    0.75em
  0.563em
  0.422em

  Body Text Black :                  #090D11
  Black Second    :                  #212327
  Link Blue Main:                    #345171
  Link Blue Main Hover:              #3F6289

  Navigation Dark-Grey link:        #585B5F
  Footer Snow Grey:                 #FAFAFA

  Bright Blue for Text :            #E5E9F2
  Very Bright Blue sidenav:         #F9FAFC

  Earth Bright Brown:               #DCD8D7
  Earth Mid Brown :                 #8D8989
  Earth Dark Brown :                #686161

  Earth Dark+Mid-Bright Brown text: #E8EBEB
  Dark Deep Blue for Section text:  #1F2D3D

	Dudupink:													#f19bc2

*/

/* MEYER reset ===============================================   ****                      Meyer Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* foundation resets ===============================================   ****               Foundation Resets*/

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    margin-top: 0rem;
    margin-bottom: 1.375rem;
}

/* Global Type Settings ===============================================   ****            Global Type */

html, .root {
    font-size: 1rem;
    line-height: 1.375;
}

body, .article {
    color: #090D11;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    margin: auto;
    background: #ffffff;
}

h1, .h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.369rem;
    line-height: 2.75rem;
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
}

h2, .h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.777rem;
    line-height: 2.75rem;
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
}

h3, .h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.333rem;
    line-height: 1.375rem;
    margin-top: 1.375rem;
    margin-bottom: 0rem;
}

h4, .h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: 1.375rem;
    margin-bottom: 0rem;
}

h5, .h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: 1.375rem;
    margin-bottom: 0rem;
}

p, ul, ol, pre, table, blockquote {
    margin-top: 0rem;
    margin-bottom: 1.375rem;
}

ul ul, ol ol, ul ol, ol ul {
    margin-top: 0rem;
    margin-bottom: 0rem;
}


/* Let's make sure all's aligned */

hr, .hr {
    border: 1px solid;
    margin: -1px 0;
}

a, b, i, strong, em, small, code {
    line-height: 0;
}

sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    color: #345171;
    text-decoration: underline;
    cursor: pointer;
}

a:hover, a:focus {
    color: #3F6289;
    text-decoration: none;
}

h1 {
    color: #090D11;
}
ul {
  list-style-type: disc;
}
blockquote {
	color: #F9FAFC;
}

/* Menu  ===============================================                                    MENU  *****/
.sticky-container{
	margin-bottom: 1.777rem ;
	z-index: 1000;
}
header {
    background-color: hsla(0,0%,100%,.98);
    width: 100%;
    z-index: 100;
}

nav a {
    color: #585B5F;
    text-decoration: none;
}

nav a:hover {
    color: #212327;
    text-decoration: underline;
}
.top-bar {
    background-color: transparent;
    padding-top: 0.75rem;
		padding-bottom: 0.5rem;
}
.top-bar-left {
    background-color: transparent;
}

.top-bar ul {
	background-color: transparent;
}
.top-bar-left ul li ul{
	background-color: hsla(0,0%,100%,.98);
}

.top-bar-left ul li {

    margin-right: 1.375rem;
}

.top-bar-left ul li ul li {
    text-transform: capitalize;
}

.top-bar-left ul li a {
    color: #212327;
    text-decoration: none;
}

.top-bar-left ul li a:hover {
    color: #090D11;
    text-decoration: none;
}

.top-bar-left ul li ul li a:hover {
    text-decoration: underline;
}


.shadow {
    /*box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 4px 0px, rgba(0, 0, 0, 0.117647) 0px 1px 8px 0px;*/
		box-shadow: 0 2px 4px 0 rgba(76,76,75,.1);
}

.top-bar-title {
    padding: 0;
    margin: 0;
}

.title-bar {
    background-color: #ffffff;
}

.title-bar-title {
    color: #090D11;
    margin-left: -3.8rem;
    line-height: 1em;
}

.menu-icon {
    position: relative;
    z-index: 50;
}

.menu-icon:before {
    content: '';
    position: absolute;
    top: -10px;
    right: -20px;
    left: -10px;
    bottom: -20px;
    z-index: 40;

}

.login-menu {
    font-size: 0.75rem;
    line-height: 0.75rem;
}

.is-dropdown-submenu {

    min-width: 40rem;
}

.dropdown.menu.vertical>li.opens-right>a::after {
    border-color: #DCD8D7 transparent transparent;
}

.menu-section {
    margin: 0 2rem 1rem 2rem;
}

@media screen and (max-width: 39.9375em) {
    .menu-section {
        margin-right: 0;
    }
}

.menu-section h4 {
  color: #D6B9A4;
    margin-top: 1.375rem;
    margin-bottom: 1rem;
}

.sidenav {
    margin-top: 1rem;
}

.sidenav ul.menu>li>a {
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
    padding: 0;
}

.sidenav a {
    color: #585B5F;
    text-decoration: none;
}

.sidenav a:hover {
    color: #212327;
    text-decoration: underline;
}

.sidenav h5 {
    color:#D6B9A4;
}

.sidenav ul.nested li.selected {
    background-color: #F9FAFC;
    margin-left: 0;
    padding-left: 1rem;
    border-left: 4px solid #345171;
}

.sidenav ul li a.selected {
    font-weight: 700;
		background-color: #F9FAFC;
		margin-left: 0;
		padding-left: 1rem;
		padding-bottom: 0.422rem;
		padding-top: 0.422rem;
		border-left: 4px solid #345171;
}

.animation-in {
  transition: transform 300ms 100ms;
  transform: scale(0.75,0.75);
}
.animation-out{
 transition: transform 300ms 100ms;
  transform: scale(1,1);
}
.sticky.is-at-top.is-stuck {
	transition: transform 300ms 100ms;
	transform: scale(1,1);
}

.sepetim {
	padding-left: 1rem;
	width: 	2rem;
	height: 2rem;
	background: url("../images/ui/basket.svg") no-repeat center center;
}

li a.sepet {
	position: relative;
	right: 1.2rem;
	top: 0.2rem;
	padding-right: 1rem;
}
li a.sepetim-link {
	padding-left: 0.2rem;
	padding-top: 0.9rem;
}

.mobile-login{
	margin: 0;
}


/* Footer      ===============================================                             Footer */

footer {
    background-color: #F4F3F1;
    color: #585B5F;
		margin-top: 2rem;
}

footer h5 {
    color: #585B5F;
}

footer a {
    color: #585B5F;
    text-decoration: none;
}

footer a:hover {
    color: #212327;
    text-decoration: underline;
}

.content-center {
    max-width: 85.375rem;
}

img.footer-social-icons{
	height: 100%;
}
footer ul li {
	list-style-type: none;
}


/* Hakkimizda ===============================================                             Hakkimizda   */
.hakkimizda {
    background-color: #DCD8D7;
    min-height: 15rem;
}
.hakkimizda-content h1, .hakkimizda-content h2 {
	text-align: center;
}

hr {
    max-width: 25rem;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}


/* Tasarimcilar                                       -----------                         Tasarimcilar  */

.tasarimci-block .column{
		margin-top: 2rem;
}

.tasarimci-ulke {
	margin-top: 15.5rem ;
}
.tasarimci-ulke h2 {
	color: #212327;
	background-color: rgba(255,255,255,0.75);
	font-size: 3.157rem;
	font-weight: 700;
	padding: 1rem 1.333rem;
}
.tasarimci-ulke-viet h2, .tasarimci-ulke-viet blockquote, .tasarimci-ulke-eti h2, .tasarimci-ulke-eti blockquote, .tasarimci-ulke-gua blockquote , .tasarimci-ulke-rua blockquote, .tasarimci-ulke-kenya blockquote, .tasarimci-ulke-uganda blockquote  {
	color: #212327;
	background-color: rgba(255,255,255,0.75);
	padding: 1rem 1.333rem;
}
.tasarimci-ulke-viet h2, .tasarimci-ulke-eti h2 {
	font-size: 3.157rem;
}


.tasarimci-ulke-gua{
    background: transparent url("../images/general/guatemala-bg.jpg") center center no-repeat fixed;
    background-size: cover;
    min-height: 32rem;
    width: 100%;
}

.tasarimci-ulke-viet{
    background: transparent url("../images/general/vietnam-bg.jpg") center center no-repeat fixed;
    background-size: cover;
    min-height: 32rem;
    width: 100%;
}
.tasarimci-ulke-eti{
    background: transparent url("../images/general/etiyopya-bg.jpg") center center no-repeat fixed;
    background-size: cover;
    min-height: 32rem;
    width: 100%;
}
.tasarimci-ulke-rua{
    background: transparent url("../images/general/ruanda-bg.jpg") center center no-repeat fixed;
    background-size: cover;
    min-height: 32rem;
    width: 100%;
}
.tasarimci-ulke-kenya{
    background: transparent url("../images/general/kenya-bg.jpg") center center no-repeat fixed;
    background-size: cover;
    min-height: 32rem;
    width: 100%;
}
.tasarimci-ulke-fas{
    background: transparent url("../images/general/fas-bg.jpg") center center no-repeat fixed;
    background-size: cover;
    min-height: 32rem;
    width: 100%;
}
.tasarimci-ulke-uganda{
    background: transparent url("../images/general/uganda-bg.jpg") center center no-repeat fixed;
    background-size: cover;
    min-height: 32rem;
    width: 100%;
}

.tasarimci-block img {
	border: 0.8rem solid #DCD8D7;
}

.tasarimci-ok.orbit-previous, .tasarimci-ok.orbit-next {
	color: #345171;
}



/* Iletisim                                       -----------                             Iletisim  */

.iletisim {
    background-color: #FEDBC5;
    min-height: 10rem;
		margin-bottom: 1rem;
}


/* Checkout Flow                             -----------                           Checkout Flow  */

table img {
    vertical-align: top;
}



@media screen and (max-width: 39.9375em) {
    tbody.ara-toplam tr {
        display: flex;
    }
}

.siparis {
    padding: 1.1em 0;
    margin-bottom: 2em;
}
table .cart-table th{
	vertical-align: middle;
}
.cart-table img{
	margin-bottom: 1rem;
}
h4.product-title-sepet {
	display: inline;
	padding-left: 2.365rem;
}
@media screen and (max-width: 39.9375em) {
    h4.product-title-sepet {
        display: flex;
				padding-left: 0;
    }
}
.muted-text{
	color: #585B5F;
	font-size: 0.75rem;
}
.checkout-product-sku{
	padding-left: 1rem;
}
@media screen and (max-width: 39.9375em) {
		.checkout-product-sku {
				padding-left: 0;
				line-height: 2.5rem;
		}
}

div.address-fieldset > h3 {
	margin-bottom: 1.375rem;
}

.back-arrow {
	text-decoration: none;
	color: #585B5F;
}
.ode-btn {
		font-size: 1.333rem;
}
.genel-toplam {
	font-size: 1.333rem;
	font-weight: 700;
}
.muted-btn[value=Sil], .muted-btn[value=Güncelle] {
	border: 1px solid #E5E9F2;
	color: #585B5F;
	background-color: #ffffff;
	padding: 0.563rem 1.333rem;
}
.muted-btn[value=Sil]:hover, .muted-btn[value=Güncelle]:hover{
	border-color: #E5E9F2;
	background-color: #FAFAFA;
}

@media screen and (max-width: 39.9375em) {
		.devam {
				padding-bottom: 2rem;
		}
}

@media screen and (max-width: 39.9375em) {
		.remove-top {
				margin-top: 0;
		}
}

.flow-chart {
	margin: 1.333rem 0;
}

.flow-chart h4 {
	font-size: 1rem;
	margin-top: 0;
	color: #8D8989;
}
h4.step-active {
	color: #090D11;
}
.step-svg {
	width: 100%;
}
.kargo-section {
	margin-top: 1rem;
}
.kargo-section h3 {
	margin-bottom: 1.375rem;
}
.sepet-module {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-top: 1px solid #D3DCE0;
	border-bottom: 1px solid #D3DCE0;
	padding-bottom: 2rem;

}
.sepet-module h4 {
	margin-bottom: 1.375rem;
}
.sepet-module h5 {
font-size: 0.75rem;
line-height: 1;
}
span.sepet-item-qty{

	font-weight: 700;
}
span.sepet-total-price {
	font-size: 1rem;
	font-weight: 700;
}

.ara-toplam-row {
	margin-bottom: 4rem;
}
.ara-toplam-row span {
	font-size: 1.333rem;
}
.ara-toplam-row h4 {
	margin-top: 0;
}
h4.toplam-tutar  {
	font-size: 1.333rem;
	margin-top: 1.333rem;
}
h4.toplam-tutar span {
	font-size: 1.333rem;
}

span.mesafeli {
	display: inline;
}

.odeme-btn {
	margin-top: 1rem;
}

/* Urunler - listeleme      =========================================================     Urunler Listeleme */

.card2 {
    background-color: #ffffff;
    border: none;
}

.card .product-title:hover {
    color: #E5E9F2;
}

.card2 {
    opacity: 1;
    -webkit-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -moz-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -o-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    /* easeInOutSine */
}

.card2:hover {
    opacity: 0.6;
}

@media screen and (max-width: 39.9375em) {
    .card2 {
        transition: none;
    }
		.card2:hover {
			opacity: 1;
		}
}

.card p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

a.card-link {
    text-decoration: none;
}

h4.product-title {
    margin-top: 0;
}

.pagination .disabled {
    color: #585B5F;
}

.pagination .current {
    background-color: #3F6289;
}

.pagination a {
    color: #585B5F;
    line-height: 1.375rem;
    text-decoration: none;
}

.pagination a:hover {
    background-color: #E8EBEB;
}

p.tukendi {
    color: #D6B9A4;
    font-weight: 700;
	font-size: 0.85rem;
	line-height: 1;
}

.new {
	font-size: 0.85rem;
	font-weight: 700;
	color: #A35F8C;
	padding: 0.25rem;
	line-height: 0.75rem;
}

/* Urun sayfasi ========================================================================= Urun Sayfasi  */

.product-description {
    padding-left: 2em;
}

.product-description h1 {
    margin-top: 0;
    margin-bottom: 0;
}

span.product-code {
    color: #7F7F7F;
    font-size: 0.75rem;
}

.product-price {
    font-size: 1.777rem;
}

.product-price {
    font-family: 'Oswald';
}
.product-sale-price {
    text-decoration: line-through;
    color: #585B5F;
}

.product-price-symbol {
    font-size: 1.333rem;
}

label {
    color: #8D8989;
}

.product-selection {
    margin-top: 0rem;
}

.button {
    margin-bottom: 1.375rem;
    color: #E5E9F2;
    background-color: #5E1831;
    text-decoration: none;
}

.button:hover {
    background-color: #421122;
}
.button[disabled] {
	opacity: 0.65;
    color: #fff;
    background-color: #797979;
}
.button[disabled]:hover{
    background-color: #C5C5C5;
}


.tabs {
    border: none;
    border-bottom: 1px solid #EAEBED;
}

.tabs-title>a {
    padding-left: 0;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
}

@media screen and (max-width: 39.9375em) {
    .tabs-title>a {
        padding-left: 0rem;
        padding-right: 1.777rem;
    }
}

.tabs-title>a:focus, .tabs-title>a[aria-selected="true"] {
    background-color: transparent;
}

.tabs-content {
    border: none;
}

.tabs-panel {
    padding: 1.375rem 0rem;
}

.tabs-panel h4 {
    color: #345171;
    margin-top: 0;
    margin-bottom: 1rem;
}
.tabs-panel ul {
  padding-left: 1rem;
}
.tabs-title>a {
    color: #345171;
    text-decoration: none;
}

.tabs-title>a:hover {
    color: #212327;
}

.tabs-title>a:focus, .tabs-title>a[aria-selected='true'] {
    color: #345171;
    font-weight: 700;
}

.breadcrumbs a {
    color: #585B5F;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #212327;
    text-decoration: underline;
}

.breadcrumbs .disabled {
    color: #C1C5CA;
}


/* Modules         ===============================*********************                   Modules   */

.content-section {
    margin-top: 3em;
    margin-bottom: 2em;
}

.button2 {
    color: #345171;
    font-family: 'Oswald';
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #345171;
}

.button2:hover {
    background-color: #3F6289;
    text-decoration: none;
}

.row.expanded.acikKahve {
    background-color: #DCD8D7;
    padding-bottom: 2em;
}

.row.expanded.griKahve {
    background-color: #8D8989;
}
.griKahve-content {
    margin: 0 auto;
    max-width: 85.375rem;
    color: #E5E9F2;
}


.acikKahve-content {
    margin: 0 auto;
    max-width: 85.375rem;
    color: #1F2D3D;
}

.row.expanded.acikToprak {
    background-color: #f9f3ee;
    padding-bottom: 2em;
}
.row.expanded.acikGri {
    background-color: #E8EBEB;
    padding-bottom: 2em;
}
.acikGri-content {
    margin: 0 auto;
    max-width: 85.375rem;
    color: #1F2D3D;
}

.row.expanded.koyuKahve {
    background-color: #686161;
}
.koyuKahve-content {
    margin: 0 auto;
    max-width: 85.375rem;
    color: #1F2D3D;
}
.koyuKahve {
    color: #E5E9F2;
}

/* Checkout         ===============================*********************                   Checkout   */

.address-select { background: #fff; border: 1px solid #eee; margin-bottom: 1em; position: relative; border-radius: 4px; }
.address-select .radio input { margin: 0 5px 0 0; position: relative; top: -1px; }

.address-select .radio { padding: 14px 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.address-select ul.address-data { display: inline; }
.address-select ul.address-data li { display: inline; }
.address-select ul.address-data li { display: inline; }
.address-select ul.address-data li strong { display: none; }
.address-select ul.address-data li span[data-key=firstName] { font-weight: bold; }
.address-select ul.address-data li span[data-key=lastName] { font-weight: bold; }

.address-select .actions { float: right; padding: 14px 15px; font-size: 0.9em; }
.address-select .actions ul { margin:0; }
.address-select .actions ul li { display: inline-block; margin: 0 0 0 1em; }
.address-select .actions ul li a { color: #999; text-decoration: underline; }

.address-select .body { padding: 14px; }
.hidden { display: none; }


/* Hesabim         ===============================*********************                   Hesabim   */
.age-select div:first-child {
	padding-right: 0;
}
.age-select div:nth-child(2) {
	padding-right: 0.35rem;
	padding-left: 0.35rem;
}
.age-select div:last-child {
	padding-left: 0;
}

/* Ana sayfa         ===============================*********************                   Ana Sayfa   */
.main-hero {
  	width: 100vw;
   position: relative;
   left: 50%;
   right: 50%;
   margin-left: -50vw;
   margin-right: -50vw;
	 padding: 0;
	 height: 100%;
}

.hero-container {
  max-width: 100%;
	padding:0;
	z-index:2;
}

.hero-link {
	height: auto !important;
}
.section-block {
	margin-top: 4.5rem;
}
.hero .orbit-bullets{
	margin-top: 0;
}
.hero .orbit-bullets button {
	width: 0.8rem;
	height: 0.8rem
}
.hero-prev, .hero-next {
	position: absolute;
	top: 50%;

	z-index: 10;
	padding: 1rem;
	color: #fefefe;
} [data-whatinput='mouse'] .hero-prev, [data-whatinput='mouse'] .hero-next {
    outline: 0; }

.hero-prev:hover, .hero-next:hover {
	background-color: rgba(10, 10, 10, 0.5);
}
.hero-prev {
	left: 0;
}
.hero-next {
	left: auto;
	right: 0;
}

.hp-section {
	margin-top: 12rem;
}
	.hp-section h3  a {
		color: #090D11;
		text-decoration: none;
	}
	.hp-section h3  a:hover {
		color: #585B5F;
		text-decoration: none;
	}
.hp-section-1{
	margin-top: 1rem;
}
.hp-section-1 h2 {
	margin-top: 0;
}
.hp-about-us {
	margin-top: 2rem;
}
.hp-about-us h2 {
	margin-top: 0;
	margin-bottom: 0ş
}
.hp-about-us h3 {
		color: #686161;
		font-size: 2.369rem;
		line-height: 3rem;
}
.hp-about-us small {
	font-size: 1rem;
}
.hp-about-us-title {
	font-weight: bolder;
}
.hp-about-us .lq{
	font-size: 1rem;
	color: #585B5F;
}
.hp-about-us p {
	font-size: 1.3rem;
	line-height: 1.4;

}
.hp-about-us p.hikaye-btn {
	margin-top: 5rem;
}
@media screen and (max-width: 39.9375em) {
    .hp-about-us p.hikaye-btn   {
			margin-top: 2rem;
    }
}
@media screen and (max-width: 39.9375em) {
    .hikaye-rc  {
			margin-left: 0;
			padding-right: 2rem;
			padding-left: 1rem;
    }
}


.hp-about-us em,.hp-about-us p  {
	font-style: italic;
}

@media screen and (max-width: 39.9375em) {
    .hp-about-us p {
			font-size: 1rem;
			line-height: 1.2;

    }
}



	a.line-button {

		text-decoration: none;
		font-weight: 700;
		font-size:   1rem;
		color: #fff;
		background-color: #D6B9A4;
		border: 2px solid  #D6B9A4;
		padding: 0.8rem 1.2rem;
	}

	a.line-button:hover{
		background-color: #FEDBC5;
		color: #fff;
	}
	@media screen and (max-width: 39.9375em) {
	    a.line-button {
				font-size:   0.75rem;
				padding: 0.5rem 1rem;

	    }
	}


img.box-breaker {
	position: relative;
	top: -6rem;
	border: 1rem solid #fff;
	margin-bottom: -6rem;
}
img.decoupe-canta {
	margin-top: 2rem;
}
.acikGri-left {
	padding-left: 2rem;
}
.card-section.hp-card-section {
	padding-top: 0;
}
.card-section.hp-card-section h3{
	margin-top: 0;
	margin-bottom: 1.333rem;
}



/* BLOG ===============================================                             BLOG   */
.blog-category-nav {
	color:#585B5F;
	background-color: #F9FAFC;
	padding: 1rem;
}
.blog-category-nav span{
	padding-left: 0.563rem;
}
.blog-category-nav span a{
	color: #585B5F;
	text-decoration: none;
	font-weight: 700;
	padding-right: 1rem;
}

.blog-section {
	margin: 1.377rem 0;
}
.blog-section h2 {
	margin-top: 0;
	line-height: 2.25rem;
}
.blog-section h2 a {
	text-decoration: none;
}
.blog-category-post {margin: 1.333rem 0; color: #585B5F;}
.blog-category-post img { vertical-align: middle;}
.blog-category-post span.label {background-color: #DCD8D7; color: #090D11; margin-left: 0.75rem;}
.blog-category-post p a{	text-decoration: none;}

.caption {
	margin-bottom: 1rem;
	margin-top: -1.8rem;
	color: #585B5F;
}
/* Koleksiyon ===============================================                             KOLEKSIYON   **/
.koleksiyon-desc{
	line-height: 1rem;
}
