/*!
Theme Name: parez
Author: Fatih Yiğitgülsün
*/

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-color: #f4f5f5;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #222;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}

img {
	height: auto;
    max-width: 100%;
    border: 0;
}

/* Fatih add selection disable */
.disable-text-selection , .disable-text-selection:active{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: 0 !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Fatih add font wrap taşan yazıyı kesme */
.font-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    display: block !important;
}


select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}


/* Fatih add Modal Types Left and Right */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}

@media (min-width: 768px) {
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	width: 50%;
}
}

@media (max-width: 767px) {
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	width: 87%;
}
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 0;
}

/*Left*/
.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
	left: 0;
}
	
/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

.modal.right .modal-content, .modal.left .modal-content {
    border-radius: 0;
    border: none;
}


.modal.right .modal-header .close, .modal.left .modal-header .close {
    margin-top: -8px;
    margin-right: 0;
}

.modal-content {
	background-color: #fbfbfb;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}


.modal-header .close {
    margin-top: -23px;
    margin-right: -23px;
    background-color: #000000;
    border: 3px solid #ffffff;
    font-size: 15px;
    border-radius: 50%;
    padding: 7px 9px 7px 9px;
    color: #ffffff;
    opacity: 1;
}


@media (max-width: 767px) {
.modal-header .close {
    margin-top: -10px;
    margin-right: -10px;
}
}


/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	border-top: 1px solid #eeeff0;
	border-bottom: 1px solid #eeeff0;
    padding: 0;
    background: #dddddd;
	color: #ffffff;
	position: relative;
    z-index: 91;
}
#top .container {
	padding: 5px 15px;
}


.top-text, .top-text a {
    color: #ffffff;
    font-size: 12px;
    font-weight: lighter;
    padding: 2.5px 3px;
    align-items: center;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    flex-wrap: nowrap;
    flex-direction: column;
}

.top-text svg, .top-text i {
    font-size: 23px;
}


#top #top-links {
    padding-top: 7px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color:#a50034;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	color: #ffffff;
    background-color: #a50034;

}

#top .btn-link, #top-links li {
    padding: 0 5px 0 5px;
    margin: 0;
}

.first-header #top-links ul li:last-child {
    padding-right: 0;
}

#top .btn-link, #top-links li, #top-links a {
	color: #ffffff;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	margin: auto;
    display: block;
}
#top-links a + a {
	margin-left: 15px;
}

#top-links ul.list-inline {
	font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
	align-items: center;
    align-content: center;
	display: flex;
}


.header-top-right, .header-top-right a {
	color: #222;
    font-size: 12px;
    font-weight: lighter;
    padding: 2.5px 3px;
    align-items: center;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    flex-wrap: nowrap;
    flex-direction: column;
}



/* Fyg50 Special */

.first-header {
    padding: 8px;
	/* background-color: #fbfbfb; */
	position: relative;
    z-index: 90;
}

.header-col-logo {
    width: auto;
    margin: auto;
}

.header-col-category {
    width: auto;
}

.header-col-left {
    width: auto;
	padding: 0;
	margin-top: 1.90%;
}


/* Header Sticky */
.open-sticky-nav {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.65);
	z-index: 90;
}

/* Header Progress bar */
.placeholder {
    padding: 3em;
}
#progressContainer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #c5c5c5;
	display: none;
}
.progress {
	height: 4px;
	background: #5c153a;
	width: 0;
	transition: width 0.5s;
}


@media (min-width: 845px) and (max-width: 1324px) {
.header-col-left {
    width: 6%;
}
}

@media (max-width: 844px) {
.header-col-left {
    /* width: 33%; */
	display: none;
}
}




.header-col-right {
    width: auto;
    float: right;
	margin-top: 0.90%;
}






/* logo */
#logo {
	text-align: center;
    margin: auto;
    display: inline-block;
}

/* Button Category */
.btn-header-category {
	background-color: #a50034 !important;
    color: #ffffff !important;
    padding: 12px 23px 12px 15px !important;
    border: 0 !important;
    align-items: center;
    display: flex;
	max-width: 164px;
	height: 64px;
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}


.btn-header-category:after {
	opacity:0;
	visibility:hidden;
    content: '';
    left: 53%;
    display: flex;
    bottom: 9px;
    position: absolute;
    width: 16px;
    height: 16px;
    margin-left: -12px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
	
}

.col-category-megamenu:hover .btn-header-category:after {
    opacity:1;
	visibility:visible;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}

@media (max-width: 1199px) {
.btn-header-category:after {
    left: 59%;
	
}
}

.col-category-megamenu:hover .btn-header-category {
    padding-bottom: 25px !important;
    z-index: 90;
    position: relative;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}

.header-category-text {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 1px;
    padding-left: 6px;
    align-items: center;
    display: flex;
	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1199px) {
.btn-header-category {
    padding: 8px 15px 8px 15px !important;
}
}







/* FYG50 Header Category Mega Menu */
.col-category-megamenu{
    height:0;
}
.megamenu {
	opacity: 0;
    visibility: hidden;
    width: 163px;
    min-height: 425px;
    position: absolute;
    background: #f9f9f9;
    font-size: 18px;
    padding: 15px 0 0 0;
    margin: 0;
    border: 0;
    line-height: 1;
    z-index: 999;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


.col-category-megamenu:hover .megamenu{
    opacity: 1;
    visibility: visible;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}

.megamenu a, .megamenu a:link, .megamenu a:visited, .megamenu a:focus, .megamenu span {
    color: #3b3f42;
    text-decoration: none;
}
.megamenu a:hover {
    color: #000000;
    text-decoration: none;
}
.megamenu > li {
    display: block;
    margin-left: -4px;
}
.megamenu > li > a {
    display: block;
    padding: 11px 20px;
}
.megamenu > li:hover > a {
    color: #000000;
}
.megamenu > li:hover {
    background-color: #fff;
    border-left: 4px solid #a50034;
}
/* Megadrop width dropdown */
.megamenu > li > .megadrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 163px;
    width: 800px;
    min-height: 425px;
    max-height: 425px;
    z-index: 99;
    overflow: auto;
    padding: 5px 0;
    margin: 2px 0px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

@media (max-width: 1199px) {
.megamenu > li > .megadrop {
    width: 650px;
}
}
@media (max-width: 1047px) {
.megamenu > li > .megadrop {
    width: 513px;
}
}
@media (max-width: 909px) {
.megamenu > li > .megadrop {
    width: 371px;
}
}

.megamenu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.mega-child-category > a:after {
  content: '';
  right: 15px;
  position: absolute;
  width: 8px;
  height: 8px;
  margin-left: -12px;
  border-left: 1px solid #6d767d;
  border-bottom: 1px solid #6d767d;
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
  box-sizing: border-box;
}

.megamenu ul li:hover:after {
    color: #227087;
}
.megamenu .col {
    float: left;
    background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 4px 5px rgba(255, 255, 255, 0.61);
    border-radius: 3px;
    margin: 0.2% 2.2% 2.2% 2.2%;
    padding: 2%;

}
.megamenu .col ul {
    padding: 0;
    margin: 0;
}
.megamenu .col ul li {
    padding: 0;
    list-style: none;
    font-size: 11px;
}
.megamenu .col h3 {
    font-size: 26px;
    letter-spacing: 1px;
    padding: 10px 0;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #000000;
}
.megamenu .col ul li a {
    display: inline-block;
    padding: 0 0 14px 0;
    color: #191919;
    font-size: 16px;
    font-weight: lighter;
}
.megamenu .col ul li a:hover {
    color: #777777;
    text-decoration: underline;
}
.megamenu > li > ul li ul, .megamenu li > ul li, .megamenu > li > .megadrop, .megamenu > li > ul, .megamenu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}

/* Fyg50 Hover Arkaplan karart */

#karart-background {
	visibility: hidden;
	background-color: #000000c7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
	
}


/* Language */
button.language-select {
    font-size: 18px;
    text-align: left;
	padding: 8px 8px 8px 15px !important;
}

/* Currency */
.dropdown-toggle strong {
    font-size: 21px;
    font-weight: 100;
}
button.currency-select {
    font-size: 18px;
    text-align: left;
	padding: 8px 8px 8px 15px !important;
}


/* Button */
.header-col-left .btn {
    padding: 3.5px 3px;
}

/* search */
#search {
	max-width: 313px;
    width: 100%;
}
#search .input-lg {
	height: 40px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 0;
    color: #1a1a1a !important;
    border-color: #dcdcdc;
    background-color: #ffffff;
}

#search:hover .btn-lg {
    color: #383838 !important;
}

#search .btn-lg {
	font-size: 22px;
    line-height: 0;
    padding: 8px 9px;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-left-width: 0;
    border-radius: 0;
    color: #a50034;
    border-color: #dcdcdc;
    background-color: #ffffff !important;
    margin-left: -2px;
}

#search .btn-lg i {
    font-size: 17px;
    font-weight: lighter;
    justify-content: center;
    align-items: center;
}

#search .input-lg:focus {
    border-color: #cccccc;
    box-shadow: none;
	outline: 0 none;
}


#search .btn-lg:focus {
    border-color: #cccccc;
    box-shadow: none;
	outline: 0 none;
}



/* Header icons Responsive*/
@media (max-width: 991px) {
.header-icon-responsive {
    margin-top: 4px !important;
}
}

.header-icon-responsive li a {
    color: #222222 !important;
	font-weight: bold;
    font-size: 15px;
}
.header-icon-responsive li a:hover {
    color: #16285d !important;
}

/* Header Fa icons Responsive*/
.header-fa-icon {
    display: block;
    margin: auto;
    font-size: 25px;
}
@media (max-width: 991px) and (min-width: 768px) {
.header-fa-icon {
    font-size: 30px;
}
}

/* Fatih add font wrap taşan yazıyı kesme */
.header-icon-text-wrap {
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    text-transform: none;
    white-space: nowrap;
}

/* cart */
#cart {
	margin: 0;
}
#cart > .btn {
	font-size: 20px;
	line-height: 21px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

.btn-cart-yellow {
	background-color: #f4f5f5 !important;
    color: #6d767d !important;
    padding: 2px 0 2px 7px !important;
    border: 0 !important;
    min-width: 101px;
}

@media (max-width: 767px) {
.btn-cart-yellow {
	background-color: transparent !important;
    color: #6d767d !important;
    border: 0 !important;
    min-width: auto;
}
.btn-cart-yellow:hover {
	background-color: transparent !important;
}
}

.btn-cart-yellow svg , .btn-cart-yellow i {
	font-size: 20px;
    color: #020202;
    display: inline-flex;
    margin: auto;
}

@media (max-width: 991px) and (min-width: 768px) {
.btn-cart-yellow svg , .btn-cart-yellow i {
	font-size: 30px;
}
}

.btn-cart-yellow:hover {
	background-color: #00000026 !important;
}

#cart-total {
    display: block;
    text-align: center;
}

#cart-total b {
    font-size: 15px;
    font-weight: lighter;
    font-family: initial;
    color: whitesmoke;
    background-color: #e02727;
    padding: 0px 4px 0px 4px;
    border-radius: 50%;
    position: absolute;
    top: -4px;
}

#cart-total p {
    padding: 0;
    margin: 0;
	color: #020202;
	text-align: right;
}

@media (max-width: 991px) and (min-width: 768px) {
#cart-total p {
    display:none;
}
}
/* menu */
#menu {
	min-height: 30px;
    background-color: #ffffff;
    border-top: 1px solid #eeeff0;
    border-bottom: 1px solid #eeeff0;
    border-radius: 0;
	margin-bottom: 0;
}
#menu .nav > li > a {
    padding: 8px 13px 8px 13px;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #e30a17;
    background-color: #fbfbfb;
}

#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 23px;
    font-stretch: expanded;
    color: #000000;
	background-color: transparent;
    padding: 4px 18px 9px 0;
    margin: 0;
    float: right;
    border-radius: 0;
    border: 0;
}

#menu .btn-navbar i {
    font-size: 23px;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}


/* Menu Fatih add Öne Çıkan kategoriler */
.top-special {
    padding: 8px 22px 8px 13px;
    color: #a50034;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}
.top-special::after {
    content: '';
    margin-top: -3px;
    margin-left: -10px;
    position: absolute;
    width: 26px;
    height: 26px;
    border-left: 1px solid #bbbbbb;
    border-bottom: 1px solid #dedede;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-sizing: border-box;
}


/* Mobil sepet ikon */
.mobil-cart-link {
	display:block;
}

.mobil-cart-link svg, .mobil-cart-link i {
	color: #000000 !important;
}

.mobil-cart-link .btn-cart-yellow {
	padding: 7px 4px 0 6px !important;
}


/* Live chat button */
.start-chat {
	background-color: transparent !important;
    color: #ffffff !important;
	font-size: 23px;
    border: 0 !important;
    min-width: auto;
	padding: 2.5px 12px;
}

@media (max-width: 767px) {
.start-chat {
    color: #a50034 !important;
	padding: 0;
}
}

.start-chat span {
    font-size: 14px;
	font-weight: lighter;
}

.start-chat svg, .start-chat i {
	-webkit-transform: rotate(31deg);
    transform: rotate(31deg);
	font-size: 23px;
}

.start-chat .chat-notification {
	font-size: 13px;
    font-weight: lighter;
    font-family: initial;
    color: whitesmoke;
    background-color: #e02727;
    padding: 0px 4px 0px 4px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
	right:5px;
}

@media (max-width: 767px) {
.start-chat .chat-notification {
	right:13px;
}
}

@media (max-width: 767px) {
.start-chat {
	padding: 5px 5px 9px 18px !important;
    box-shadow: none;
}
}

/* Live chat button effect */
.new-notification {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: 1px;
    z-index: -29;
}

@media (max-width: 767px) {
.new-notification {
	width: 45px;
    height: 45px;
    right: 5px;
    top: 7px;
}
}

.notification-move {
  animation-name: n-animation-move;
  animation-duration: 1.5s;
  animation-iteration-count: 3;
  -webkit-animation-name: n-animation-move;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 3;
  -moz-animation-name: n-animation-move;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: 3;
}

.notification-move2 {
  animation-name: n-animation-move2;
  animation-duration: 1.5s;
  animation-iteration-count: 3;
  -webkit-animation-name: n-animation-move2;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 3;
  -moz-animation-name: n-animation-move2;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: 3;
}

@keyframes n-animation-move {
  0%   {box-shadow: 0 0 5px 1px #9fb2e8; background: #00000026;}
  25%  {box-shadow: 0 0 5px 3px #9fb2e8; background: #00000026;}
  50%  {box-shadow: 0 0 5px 5px #e02727; background: #00000026;}
  75%  {box-shadow: 0 0 5px 3px #9fb2e8; background: #00000026;}
  100% {box-shadow: 0 0 5px 2px #9fb2e8; background: #00000026;}
}

@keyframes n-animation-move2 {
  0%   {box-shadow: 0 0 5px 1px #9fb2e8; background: #00000026;}
  25%  {box-shadow: 0 0 5px 3px #9fb2e8; background: #00000026;}
  50%  {box-shadow: 0 0 5px 5px #e02727; background: #00000026;}
  75%  {box-shadow: 0 0 5px 3px #9fb2e8; background: #00000026;}
  100% {box-shadow: 0 0 5px 2px #9fb2e8; background: #00000026;}
}


@media (max-width: 767px) {
@keyframes n-animation-move {
  0%   {box-shadow: 0 0 5px 1px #a50034; border: 5px double #e0e0e0;}
  25%  {box-shadow: 0 0 5px 3px #a50034; border: 5px double #d4d4d4;}
  50%  {box-shadow: 0 0 5px 5px #e02727; border: 5px double #c1c1c1;}
  75%  {box-shadow: 0 0 5px 3px #a50034; border: 5px double #b3b3b3;}
  100% {box-shadow: 0 0 5px 2px #a50034; border: 5px double #9a9a9a;}
}

@keyframes n-animation-move2 {
  0%   {box-shadow: 0 0 5px 1px #a50034; border: 5px double #e0e0e0;}
  25%  {box-shadow: 0 0 5px 3px #a50034; border: 5px double #d4d4d4;}
  50%  {box-shadow: 0 0 5px 5px #e02727; border: 5px double #c1c1c1;}
  75%  {box-shadow: 0 0 5px 3px #a50034; border: 5px double #b3b3b3;}
  100% {box-shadow: 0 0 5px 2px #a50034; border: 5px double #9a9a9a;}
}
}


@media (max-width: 767px) {
	#menu {
		width: 100%;
		z-index: 2;
		top: 0;
		margin-top: 15px;
		margin-bottom: 15px;
		border: 0;
		background-color: transparent;
	}
	
	#menu .btn-cart-yellow{
	    padding: 9px 8px 9px 18px;
		box-shadow: none;
	}
	
	#menu .btn-cart-yellow svg , #menu .btn-cart-yellow i {
	font-size: 23px;
    }
	
	#menu #cart-total p {
		display:none;
	}
	
	#menu #cart-total b {
    top: 3px;
    }
	
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #8e8e8e;
		font-size: 15px;
		padding: 8px 20px;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #8e8e8e;
		font-weight: 600;
		font-size: 15px;
		padding: 8px 20px;
	}
	
	/* Beklemede Sepet sayfasında problem
	.collapse.in {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 99999999;
    position: fixed;
    top: 0;
    } */
	
	.navbar-nav {
    margin: 7.5px 1%;
	}
	
	.nav>li {
    position: relative;
    display: block;
	/* border-bottom: 1px solid #e5e5e5; */
	}
	
	#menu .nav > li > a {
    color: #3e3e3e;
    font-size: 17px;
	font-weight: 500;
    line-height: 50px;
    }
	
	.category-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: #e7e8ec;
    margin: 7.5px 1%;
    padding-left: 10px;
	}
	
	
	/* MODAL MOBIL MENU */
	#modalMobilMenu .modal-content {
    background-color: #282c35;
	}
	
	#modalMobilMenu .modal-header {
    background: transparent;
    border: 0;
	}
	
	#modalMobilMenu .btn-navbar {
    font-size: 23px;
    font-stretch: expanded;
    color: #171717;
    padding: 4px 18px 9px 0;
    margin: 0;
    float: right;
    border-radius: 0;
    border: 0;
    }
	
	#modalMobilMenu .mobil-nav-top {
		float: left;
		padding-left: 1%;
		padding-right: 1%;
		width: 100%;
	}
	
	#modalMobilMenu .nav > li > a {
		color: #e7e8ec;
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: 0.5px;
		text-transform: uppercase;
    }
	
	#modalMobilMenu .nav > li > a:hover, #modalMobilMenu .nav > li > a:focus, #modalMobilMenu .nav > li.open > a {
		color: #c7c7c7;
		background-color: transparent !important;
    }
	
	#modalMobilMenu .dropdown > a:after {
		content: '';
		right: 20px;
		margin-top: 6px;
		position: absolute;
		width: 12px;
		height: 12px;
		border-left: 2px solid #e7e8ec;
		border-bottom: 2px solid #e7e8ec;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		box-sizing: border-box;
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-outs;
    }
	
	#modalMobilMenu .dropdown.open > a:after {
		margin-top: 3px;
		border-left: 2px solid #e7e8ec;
		border-bottom: 2px solid #e7e8ec;
        -webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-outs;
    }
	
	
	
	
	#modalMobilMenu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#modalMobilMenu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#modalMobilMenu .dropdown-inner {
		display: block;
	}
	#modalMobilMenu .dropdown-inner a {
		width: 100%;
		color: #8e8e8e;
		font-size: 15px;
		display: block;
		padding: 10px 20px 10px 20px !important;
	}
	#modalMobilMenu .dropdown-menu a:hover,
	#modalMobilMenu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#modalMobilMenu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #c1c1c1 !important;
		font-weight: 600;
		font-size: 16px !important;
		display: block;
		padding: 16px 20px !important;
	}
	#modalMobilMenu .see-all::after {
		content: '';
		margin-top: 5px;
		margin-left: 2px;
		position: absolute;
		width: 11px;
		height: 11px;
		border-left: 3px solid #c1c1c1;
		border-bottom: 3px solid #c1c1c1;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		box-sizing: border-box;
	}
	
	#modalMobilMenu .modal-footer .close {
		color: #e7e8ec;
		opacity: initial;
	}
	
	#modalMobilMenu .modal-footer .close:focus, #modalMobilMenu .modal-footer .close:hover {
		color: #c7c7c7;
	}
	
	/* MODAL MOBİL LANGUAGE AND CURRENCY */
	#modalMobilMenu #form-language button span, #modalMobilMenu #form-currency button span {
    font-size: 17px;
	}
	
	/* MODAL SEARCH */
	#search-mobil {
    margin-top: 7%;
    }
	#modalMobilSearch #search {
		max-width: 100%;
        width: 100%;
    }
	#modalMobilSearch .input-group-btn {
		position: absolute;
		top: 0;
		right: 32px;
		font-size: 0;
		white-space: nowrap;
		float: right;
    }
	#modalMobilSearch .live-search {
		position: relative;
    }
	
	#modalMobilSearch #search .input-lg {
		height: 40px;
		line-height: 20px;
		padding: 0 10px;
		border-radius: 0;
		font-size: 18px;
		color: #000000 !important;
		border: 3px;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-style: solid;
		border-color: #000000;
		background-color: transparent;
		-webkit-box-shadow: none;
        box-shadow: none;
    }
	
	#modalMobilSearch #search .btn-lg {
		font-size: 22px;
		line-height: 0;
		padding: 8px 9px;
		justify-content: center;
		align-items: center;
		border: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		color: #000000;
		background-color: transparent !important;
		margin-left: -2px;
    }
	
}


/* MODAL WHATSAPP */
	
	#modalMobilWhatsApp #modal-text {
		font-size: 17px;
		font-family: inherit;
		color: #171717;
		background-color: #ffffff;
		padding: 10px 10px 10px 10px;
		margin-left: 18px;
		border-radius: 0px 5px 5px 5px;
		display: inline-block;
    }
	
	#modalMobilWhatsApp #modal-text:before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0px 10px 10px 0;
		border-color: transparent #fff transparent transparent;
		top: 15px;
		left: 23px;
    }
	
	#modalMobilWhatsApp .modal-content {
		min-height: 80vh;
		background-color: #e5ddd5;
		background-image: url(/catalog/view/theme/default/image/whatsapp/wp-message-back.jpg);
    }
	
	.mobil-whatsapp {
		width: 100%;
		padding: 5px;
		display: block;
		position: fixed;
		bottom: 60px;
    }
	
	.mobil-whatsapp-left {
		float: left;
		width: 100%;
		padding-right: 87px;
		display: block;
		position: absolute;
    }
	
	.mobil-whatsapp-left textarea {
        border-radius: 23px;
		height: 44px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 2.1;
		color: #555;
		background-color: #fff;
		border: 1px solid #ccc;
    }
	
	.mobil-whatsapp-left .form-control:focus {
		border-color: #008a7c;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 138, 124, 0.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 138, 124, 0.6);
    }
	
	.mobil-whatsapp-send {
		background-color: #008a7c;
		padding: 7px 11px 8px 8px;
		border-radius: 50%;
		border: 0;
		top: 1.5px;
		right: 39px;
		position: absolute;
    }
	
	.mobil-whatsapp-send svg, .mobil-whatsapp-send i {
        font-size: 24px;
		color: #f5f5f5;
        -webkit-transform: rotate(31deg);
        transform: rotate(31deg);
    }


/*#modalMobilAccount .modal-content {
	background-image: url(/catalog/view/theme/default/image/account/parez-login-modal1.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
*/

#modalMobilAccount .well {
	width: 82%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 25%;
    background-color: #f5f5f5f0;
}


/* Fyg50 Mobil bottom nav */
#nav-bottom {
    display:none;
}

@media (max-width: 767px) {
	#nav-bottom {
	display:block;
    background-color: #0e0e0e;
    border-top: 2px solid #13448d;
    padding-top: 10px;
    padding-bottom: 3px;
	padding-bottom: env(safe-area-inset-bottom);
    margin: auto;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 90;
    bottom: 0;
}
}

#nav-bottom svg, #nav-bottom i {
    font-size: 24px;
    color: #ffffff;
    display: block;
    margin: auto;
	text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
	padding: 0
}

#nav-bottom a {
    color: #ffffff;
    font-size: 11px;
	padding: 0;
    margin: auto;
    text-align: center;
}

#nav-bottom .col-xs-2 {
    width: 20%;
	text-align:center;
	margin:auto;
	padding:0;
}

#nav-bottom .col-xs-8 {

    text-align: center;
    margin: auto;
    padding: 7px;
    margin-top: -10px;
    display: flex;
    color: white;
    background-color: #0c7e30;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 2.5rem;
}


#nav-bottom .dropdown-menu-right {
    top: -62px;
}

#nav-bottom .btn-cart-yellow {
    color: #a50034 !important;
    border-radius: 5px;
    padding: 6px !important;
    position: relative;
    top: -3px;
}

#nav-bottom #cart-total p {
    display: none;
}

/* navbar */
@media (min-width: 768px) {
.navbar-nav {
    overflow: auto;
    margin: auto;
    text-align: center;
    display: table;
    float: inherit;
}
}
/* content */
#content {
	min-height: 400px;
}

/* Home certfica */
.home-certifica-info {
	float: none;
    margin: auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 2% 0 2% 0;
}

.home-certifica-info  .content-col{
	padding: 2% 0 2% 0;
}

.home-certifica-info img {
	margin: auto;
	border-radius: 35px;
}
@media (max-width: 767px) {
.home-certifica-info img {
	border-radius: 0;
}
}
.home-certifica-info h4 {
    font-size: 20px;
    text-align: center;
    margin: 2.5% 0 1% 0;
    color: black;
}
.home-certifica-info span {
    display: block;
    margin: auto;
    text-align: center;
}
.home-certifica-info .desc {
    font-size: 15px;
	padding: 0 12% 0 12%;
}


/* Footer cart */
.footer-cart-info {
    float: none;
    margin: auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 4% 0 0 0;
}
.footer-cart-info h4 {
	font-size: 20px;
    text-align: center;
    margin: 3% 0 1% 0;
    color: black;
}
.footer-cart-info span {
    display: block;
    margin: auto;
    text-align: center;
}
.footer-cart-info .desc {
    font-size: 15px;
}
.footer-cart-info span i, .footer-cart-info span svg {
    font-size: 50px;
    color: #484848;
}


/* footer */
footer {
    margin-top: 30px;
    padding: 6% 5px 60px 5px;
    border-top-width: 7px;
    border-top-style: solid;
    border-color: #b9b9b9;
    max-height: 100%;
	background: #a50034;
    background: -webkit-linear-gradient(to right, #24243e, #088cea, #0f0c29);
    background: linear-gradient(to right, #24243e, #a50034, #0f0c29);
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #d0d0d0;
	font-size: 13px;
    font-family: sans-serif;
    letter-spacing: 0.2px;
    line-height: 26px;
	cursor: pointer;
}
footer a:hover {
	color: #e4e4e4;
    text-decoration: underline;
}
footer h5 {
	font-family: 'DM Serif Text', serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #ffffff;
}
@media (max-width: 767px) {
footer h5 {
	font-family: inherit;
}
}

.footer-social {
	text-align: center;
    overflow: hidden;
    width: 100%;
}
.footer-social a {
	color: #b9b9b9;
    padding: 8px;
}
.footer-social i, .footer-social svg {
	font-size: 22px;
}

/* Footer accordion */
.footer-accordion {
	margin: 0;
}

.footer-accordion .panel {
    background-color: transparent;
	border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
.footer-accordion .panel {
    margin-bottom: 3%;
}
}

.footer-accordion .panel-heading {
    padding: 0;
	text-transform: uppercase;
}

.footer-accordion a.collapsed {
    display: block;
}


@media (min-width: 768px) {
.footer-accordion .panel-heading a {
	text-decoration: none;
	cursor:default;
	pointer-events: none;
}
}

@media (max-width: 767px) {
.footer-accordion .panel-heading a h5::after {
    content: '';
    right: 24px;
    margin-top: 5px;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(135deg);
    box-sizing: border-box;
}

.footer-accordion .panel-heading a.collapsed h5::after {
    content: '';
    right: 24px;
    margin-top: -1px;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.footer-accordion .panel-heading a {
    text-decoration:none;
}

}

@media (max-width: 767px) {
.footer-accordion ul li {
    padding: 1.5% 0 1.5% 0;
}

.footer-accordion ul li a{
    display:block;
}

.footer-accordion a.collapsed h5 {
    color: #ffffff;
	font-weight: initial;
}

.footer-accordion a h5 {
    color: #94bfff;
	font-weight: bold;
}

}


/* ANASAYFA ÖZELLİK DETAY */
.af-home-content-2 {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
    max-width: 1200px;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.af-home-content-2 .col-left {
    float: left;
    width: 50%;
	margin-right: -15px;
}

.af-home-content-2 .col-left .col-text {
    width: 44%;
    background-color: #a50034;
    color: #fff;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 34px;
	padding: 4%;
    text-align: center;
    position: relative;
    z-index: 1;
	cursor: help;
}

.af-home-content-2 .col-left .col-text.col-text-full {
    width: 94% !important;
}


.af-home-content-2 .col-left .col-text p {
    padding-top: 2%;
    margin: 0;
    font-size: 2.5rem;
    font-weight: normal;
}

.af-home-content-2 .col-left .col-text .col-overlay { /* Aqua Fabulous Üzerine gelince 2. içerik efekti */
    position: absolute;
    top: 0;
	left: 0;
	padding: 4%;
    display: flex;
	align-items: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-color: #a50034f5;
	opacity: 0;
	transition: .5s ease;
}

.af-home-content-2 .col-left .col-text .col-overlay p {
	color: #fff;
    font-size: 20px;
    display: contents;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.af-home-content-2 .col-left .col-text:hover .col-overlay {
	opacity: 1;
}

.af-home-content-2 .col-right {
    float: right;
    width: 50%;
}

.af-home-content-2 .col-right .col-text {
    height: 94.5%;
    background-color: #028541;
    color: #fff;
    margin: 15px;
    margin-right: -15px;
    text-align: center;
    padding: 4%;
    padding-top: 20%;
    position: relative;
    z-index: 1;
	cursor: help;
}

.af-home-content-2 .col-right .col-text p {
    padding-top: 2%;
    margin: 0;
    font-size: 3.5rem;
    font-weight: normal;
}

.af-home-content-2 .col-right .col-text .col-overlay { /* Aqua Fabulous Üzerine gelince 2. içerik efekti */
    position: absolute;
    top: 0;
	left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-color: #028541f5;
	opacity: 0;
	transition: .5s ease;
}

.af-home-content-2 .col-right .col-text .col-overlay p {
	color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.af-home-content-2 .col-right .col-text:hover .col-overlay {
	opacity: 1;
}

@media only screen and (max-width: 1179px) {
 .af-home-content-2 .col-left {
    float: left;
    width: 52%;
}
.af-home-content-2 .col-left .col-text {
    width: 43%;
}
.af-home-content-2 .col-right {
    float: right;
    width: 48%;
}

.af-home-content-2 .col-left .col-text.col-text-full {
    width: 92% !important;
}

}


@media only screen and (max-width: 980px) {	
.af-home-content-2 .col-left .col-text {
    width: 40%;
}
}


}
@media only screen and (max-width: 865px) {
.af-home-content-2 .col-left {
    float: left;
    width: 53%;
}
.af-home-content-2 .col-left .col-text {
    width: 41%;
}
.af-home-content-2 .col-right {
    float: right;
    width: 47%;
}
}
@media only screen and (max-width: 785px) {
.af-content-last-post .last-posts .content-post {
    width: 45%;
}
}
@media only screen and (max-width: 768px) {
.af-home-content-2 {
    display: grid;
	max-width: 100%;
	padding-right: 0;
    padding-left: 0;
}
.af-home-content-2 .col-left {
    float: left;
    width: 100%;
}
.af-home-content-2 .col-left .col-text {
    width: 48%;
    margin: 1%;
}
.af-home-content-2 .col-right {
    float: right;
    width: 100%;
}

.af-home-content-2 .col-right .col-text {
    margin: 1%;
    padding: 4%;
}
.af-home-content-2 .col-right .col-text p {
    font-size: 3rem;
}
.af-home-content-2 .col-left .col-text.col-text-full {
    width: 98% !important;
}

}



/* ANASAYFA BUZDAĞI */
.af-content-parallax-back{
	font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    width: 100%;
    height: 67rem;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #164a96;
    background-image: url(../../../../../image/catalog/anasayfa/parallax/deniz-repeat.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
#parallax {
    position: relative;
    max-width: 1349px;
    margin: auto;
    height: 668px;
    background-image: url(../../../../../image/catalog/anasayfa/parallax/buzdagi.png), url(../../../../../image/catalog/anasayfa/parallax/baliklar.png), url(../../../../../image/catalog/anasayfa/parallax/bulutlar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
}
.af-content-hesapla-form {
	width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-end;
    padding-right: 7.2em;
    padding-top: 5rem;
    bottom: 0;
}

.af-content-hesapla-form h3 {
	font-size: 3.4rem;
    font-weight: bold;
    text-align: right;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    margin-top: 0.5%;
}
.af-content-hesapla-form h4 {
    font-size: 2.1875rem;
    font-weight: 500;
    text-align: right;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    margin-top: 8%;
}

.af-content-form-field {
    max-width: 51rem;
    width: 100%;
}

.af-content-form-field .form-control {
    background-color: #ffffff !important;
    border-color: #028541 !important;
    border-width: 3px !important;
}

.af-content-form-field .button {
    background-color: #028541 !important;
    color: #f3f3f3 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 60px !important;
    border-color: #078443 !important;
    font-size: 1.5rem !important;
	transition: all 1000ms ease !important;
}

.af-content-form-field .button:hover {
    background-color: #036f37 !important;
}

.af-content-form-field .parsley-required {
    color: black !important;
}

.af-content-parallax-back-mobil {
	width: 100%;
    height: 64.8rem;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #164a96;
    background-image: url(../../../../../image/catalog/anasayfa/parallax/parallax-mobil-768.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
    display: none;
}
.af-content-hesapla-form-mobil {
	font-size: 14px;
    margin: auto;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 33rem;
    bottom: 0;
}
.af-content-hesapla-form-mobil h3 {
    font-size: 2.9rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}
.af-content-hesapla-form-mobil h4 {
	font-size: 2rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px #444444;
    padding-top: 0.3%;
    margin-bottom: 1%;
}

@media only screen and (max-width: 768px) {

.af-content-parallax-back {
	display:none;
}
.af-content-parallax-back-mobil {
	display:block;
}
.af-content-form-field {
    max-width: none;
    width: 80%;
    margin: auto;
    margin-right: none;
    position: inherit;
}

}

@media only screen and (max-width: 560px) {

.af-content-parallax-back-mobil {
    background-size: 100% 100%;
	background-image: url(../../../../../image/catalog/anasayfa/parallax/parallax-mobil-560.jpg);
}


}

/* Anasayfa KULLANIM ALANLARI */

.af-home-content-3 {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
    /* max-width: 1200px; */
    display: flex;
    padding-right: 15px;
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}
.af-home-content-3 .col-left {
    float: left;
    width: 50%;
	background-color: #003399;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	border-radius: 0 26px 26px 0;
}
.af-home-content-3 .col-left .col-content {
    text-align: center;
    margin: 22px;
}
.af-home-content-3 .col-left .col-content h3 {
    padding: 12px;
    padding-top: 0;
    font-size: 5.1rem;
    margin: 0;
    font-weight: lighter;
    color: #fff;
	background: linear-gradient(335deg, rgba(190, 34, 255, 1), rgba(255, 152, 31, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.af-home-content-3 .col-right {
    float: right;
    width: 50%;
}


.af-home-content-3 .col-right .col-content {
    float: right;
    width: 77%;
    margin-top: 13%;
}



.col-accordion {
    display: block;
    width: 100%;
    height: auto;
    overflow: auto;
    margin-top: 2%;
    margin-bottom: 2%;
	cursor:pointer;
}

.col-accordion.active {
    background-color: #e8e8e8;
}

.accordion-item-icon {
    float: left;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    width: 16%;
    height: auto;
	border-radius: 13px 0 0 14px;
}

.accordion-item-title {
    float: left;
    width: 84%;
    padding: 0;
    margin: 0;
}

.af-home-content-3 .col-right .col-content .accordion-item-title h3 {
    font-size: 2.5rem;
    font-weight: lighter;
    text-align: left;
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 3%;
    color: #040404;
}

.col-accordion-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.col-accordion-content.show {
    display: block;
    opacity: 1;
	font-size: 1.8rem;
    transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    height: 100%;
	background-color: whitesmoke;
    padding: 4%;
}

.af-home-content-3 .col-right .col-content h3 {
    font-size: 3rem;
	line-height: 1.5em;
    font-weight: lighter;
    margin: 0;
    margin-top: 5%;
}

@media only screen and (max-width: 1024px) {
.af-home-content-3 .col-left .col-content h3 {
    font-size: 3.8rem;
}
.af-home-content-3 .col-right .col-content .accordion-item-title h3 {
    font-size: 2rem;
    padding-top: 3%;
}
.col-accordion-content.show {
    font-size: 1.6rem;
}
.af-home-content-3 .col-right .col-content {
    width: 85%;
}
.af-home-content-3 .col-right .col-content h3 {
    font-size: 2.5rem;
}
}

@media only screen and (max-width: 767px) {
.af-home-content-3 {
    display: grid;
	padding: 0;
}
.af-home-content-3 .col-left {
    width: 100%;
	border-radius: 0;
}

.af-home-content-3 .col-right {
    width: 100%;
	padding-left: 15px;
    padding-right: 15px;
}

.af-home-content-3 .col-right .col-content {
    width: 100%;
    margin-top: 4%;
}
}


/* Anasayfa Deneyin Form */


.af-home-content-4-form {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
    background-image: url(../../../../../image/catalog/anasayfa/content4-stepbar/form-back-2-fast.jpg);
    height: 650px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    overflow: auto;
}

.af-home-content-4-form h2 {
    text-align: center;
    padding-top: 3%;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}

.af-home-content-4-form p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    color: #d6d6d6;
}	


.af-home-content-back-color {
    background-color: #a50034b3;
    width: 100%;
    height: inherit;
    overflow: auto;
	line-height: 2.5;
}

/** Deneme Formundaki Step bar **/

.af-step-bar-content {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-top: 2%;
    display: table;
  }
  .af-progressbar {
    counter-reset: step;
	width: 100%;
    margin: 0;
    padding: 0;
  } 
  
  .af-progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 20px;
    position: relative;
    text-align: center;
    color: #eaeaea;
  }
    /** Sayısal Adım
   .af-progressbar li:before {
    width: 70px;
    height: 70px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #036f37;
    display: block;
    text-align: center;
    margin: 42px auto 10px auto;
    border-radius: 50%;
    background-color: #fff;
  } **/
  
  .af-progressbar .step-send:before {
    width: 150px;
    height: 150px;
    content: '';
    background: url(../../../../../image/catalog/anasayfa/content4-stepbar/step-send.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eaeaea;
    line-height: 30px;
    border: 2px solid #ffffff;
    display: block;
	position: inherit;
    z-index: 1;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
  }

  .af-progressbar .step-customer:before {
    width: 70px;
    height: 70px;
    content: '';
    background: url(../../../../../image/catalog/anasayfa/content4-stepbar/step-customer.png);
    background-repeat: no-repeat;
    background-position: center;	background-size: 45px 47px;
    background-color: #eaeaea;
    line-height: 30px;
    border: 2px solid #ffffff;
    display: block;
	position: inherit;
    z-index: 1;
    text-align: center;
    margin: 42px auto 10px auto;
    border-radius: 50%;
  }
  
  .af-progressbar .step-location:before {
    width: 70px;
    height: 70px;
    content: '';
    background: url(../../../../../image/catalog/anasayfa/content4-stepbar/step-location.png);
    background-repeat: no-repeat;
    background-position: center;    background-size: 45px 47px;
    background-color: #eaeaea;
    line-height: 30px;
    border: 2px solid #ffffff;
    display: block;
	position: inherit;
    z-index: 1;
    text-align: center;
    margin: 42px auto 10px auto;
    border-radius: 50%;
  }
  
  .af-progressbar .step-water:before {
    width: 150px;
    height: 150px;
    content: '';
    background: url(../../../../../image/catalog/anasayfa/content4-stepbar/step-water.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eaeaea;
    line-height: 30px;
    border: 2px solid #ffffff;
    display: block;
    position: inherit;
    z-index: 1;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
  }
  
  .af-home-content-4-form:hover .step-water:before {
	box-shadow: 0 0 20px 5px #028541;
	-webkit-box-shadow: 0 0 20px 5px #028541;
	-moz-box-shadow: 0 0 20px 5px #028541;
	animation-name: light-effect;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
	-webkit-animation-name: light-effect; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
	-moz-animation-name: light-effect; /* Firefox */
    -moz-animation-duration: 1.5s; /* Firefox */
    -moz-animation-iteration-count: infinite; /* Firefox */
  }
  
  @keyframes light-effect {
  100% {box-shadow: 0 0 20px 10px #fff;}
  100% {box-shadow: 0 0 20px 15px #fff;}
  100% {box-shadow: 0 0 20px 20px #fff;}
  100% {box-shadow: 0 0 20px 15px #fff;}
  100% {box-shadow: 0 0 20px 10px #fff;} 
  }
  @-webkit-keyframes light-effect {
  100% {box-shadow: 0 0 20px 10px #fff;}
  100% {box-shadow: 0 0 20px 15px #fff;}
  100% {box-shadow: 0 0 20px 20px #fff;}
  100% {box-shadow: 0 0 20px 15px #fff;}
  100% {box-shadow: 0 0 20px 10px #fff;} 
  }
  @-moz-keyframes light-effect {
  100% {box-shadow: 0 0 20px 10px #fff;}
  100% {box-shadow: 0 0 20px 15px #fff;}
  100% {box-shadow: 0 0 20px 20px #fff;}
  100% {box-shadow: 0 0 20px 15px #fff;}
  100% {box-shadow: 0 0 20px 10px #fff;} 
  }
  
  .af-progressbar li:after {
    width: 100%;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #ffffff;
    top: 81px;
    left: -50%;
    z-index: 0;
  }
  .af-progressbar li:first-child:after {
      content: none;
  }
  .af-progressbar li.active {
      color: #00ce63;
  }
  .af-progressbar li.active:before {
      border-color: #028541;
      border-width: 3px;
  }
  .af-progressbar li.active + li:after {
      background-color: #028541;
  }

.af-home-content-4-field {
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5%;
}

.af-home-content-4-field .col-responsive {
    width: 40% !important;    float: left !important;    margin: 0 !important;    /* margin-left: 10px !important;*/    margin-right: 10px !important;
}

.af-home-content-4-field .form-control {
    background-color: #ffffff !important;
    border-color: #028541 !important;
    border-width: 3px !important;
    height: 60px !important;
}

.af-home-content-4-field .parsley-required {
    color: black !important;
}

.af-home-content-4-field .button {
    background-color: #028541 !important;    color: #f3f3f3 !important;    max-width: 213px !important;    width: 100%;    float: right;    height: 60px !important;    min-height: 60px !important;    border-color: #078443 !important;    font-size: 1.5rem !important;    transition: all 1000ms ease !important;
}

.af-home-content-4-field .button:hover {
    background-color: #036f37 !important;
}
@media only screen and (max-width: 1211px) {
.af-home-content-4-field .col-responsive {
    width: 37% !important;
}
}
@media only screen and (max-width: 1034px) {
.af-home-content-4-field .col-responsive {
    width: 36% !important;
	}
}
@media only screen and (max-width: 965px) {
.af-home-content-4-field .col-responsive {
	width: 35% !important;
}
.af-home-content-4-field .button {
    max-width: 171px !important;
}
}

@media only screen and (max-width: 767px) {
.af-home-content-4-field .col-responsive {
    width: 100% !important;    margin-top: 5px !important;    margin-bottom: 5px !important;
}
.af-home-content-4-field .button {
max-width: 100% !important;    float: none;    /* margin-left: 10px !important; */   margin-right: 10px !important;
}
}

@media only screen and (max-width: 633px) {
	.af-progressbar .step-send:before {
	width: 70px; 
	height: 70px;	
	background-size: 45px 47px;    
	margin: 42px auto 10px auto;
}
.af-progressbar .step-water:before {    
	width: 70px;    
	height: 70px;	
	background-size: 45px 47px;    
	margin: 42px auto 10px auto;
}
.af-progressbar li {    
    font-size: 13px;
}
}




/* Seo content */
.s-e-o-content-home {
	max-height: 160px;
    overflow-y: auto;
    font-size: 13px;
    margin: 10px 0 15px 0;
    padding-left: 0;
	color: #b9b9b9;
}

.s-e-o-content-home strong {
	font-family: 'DM Serif Text', serif;
	font-size: 26px;
    font-weight: 400;
    padding-bottom: 9px;
    display: block;
	color:#ffffff;
}

/* Column left and right scrollbar*/
/* width */
.s-e-o-content-home::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.s-e-o-content-home::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.s-e-o-content-home::-webkit-scrollbar-thumb {
  background: #bbb; 
}

/* Handle on hover */
.s-e-o-content-home::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* Text */
.s-e-o-content-home h1 {
    font-size: 26px;
}
.s-e-o-content-home h2 {
    font-size: 24px;
}
.s-e-o-content-home h3 {
    font-size: 22px;
}
.s-e-o-content-home h4 {
    font-size: 20px;
}
.s-e-o-content-home h5 {
    font-size: 18px;
}
.s-e-o-content-home h6 {
    font-size: 16px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* fyg50 breadcrumb */
.breadcrumb {
	padding: 2px 0;
    background-color: transparent;
    border-radius: initial;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.breadcrumb > li:last-child:after {
	display:none;
}

@media (max-width: 767px) {
.breadcrumb {
	text-align:center;
}
}

.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 9px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li > a {
    color: #000000;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
    right: -5px;
    width: 11px;
    height: 11px;
	border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* Fatih add pagination special */
.pagination {
	margin: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 50%;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 50%;
}

.pagination>.active>span {
    border-radius: 50%;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #505050;
    border-color: #505050;
	
}

.pagination>li>a, .pagination>li>span {
    color: #505050;
    background-color: transparent;
    border: none;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #000000;
    background-color: transparent;
    border-color: transparent;
}



/* Fatih extension special */

/* Fyg50 story latest */
.stories.carousel {
	overflow-y: hidden !important;
	-ms-overflow-style: none !important;
	scrollbar-width: none !important;
}
.stories.carousel::-webkit-scrollbar {
    display: none !important;
}


.stories.snapgram .story > .item-link > .item-preview {
    background-image: linear-gradient(90deg, #de2424, #a50034), linear-gradient(90deg, #de2424, #a50034) !important;
}

/* Owl slideshow lazy load*/
.owl-slideshow-lazyload {
	background: url(/catalog/view/theme/default/plugin/owlCarousel2-2.3.4/src/img/ajax-loader.gif) no-repeat center center;
}



/* Owl slider counter */
.owl-slider-counter {
    display:none;
}

@media (max-width: 767px) {
.owl-slider-counter {
    display:block;
	position: absolute;
    z-index: 2;
    margin-top: 10px;
    right: 2%;
    padding: 1px 6px 1px 6px;
    border-radius: 10px;
    font-family: sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.82);
}
}


/* Owl slideshow overflow */


/* Owl dots */
.owl-slideshow .owl-dots,.owl-slideshow .owl-nav{
	text-align:center; -webkit-tap-highlight-color:transparent;
	margin-bottom: 8px;
}

.owl-slideshow .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-slideshow .owl-dots .owl-dot span{
	width: 8px;
	height: 8px;
	margin: 0px 4px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-slideshow .owl-dots .owl-dot.active span,.owl-slideshow .owl-dots .owl-dot:hover span{
	background: #b3b3b3;
	width: 9px;
	height: 9px;
}

@media (max-width: 767px) {
.owl-slideshow .owl-dots {
	display: none;
}
}

/* Owl nav */
.owl-slideshow .owl-nav {
    font-size: 65px;
    color: #a50034;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transition: all .3s ease;
    visibility: hidden;
}
.owl-slideshow:hover .owl-nav {
	opacity: 0.9;
    visibility: visible;
	transition: all .3s ease;
}
@media (max-width: 767px) {
.owl-slideshow .owl-nav {
	display:none;
}
}
.owl-slideshow .owl-nav button.owl-prev {
    float: left;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.owl-slideshow .owl-nav button.owl-next {
    float: right;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.owl-slideshow .owl-nav button.owl-prev:focus, .owl-slideshow .owl-nav button.owl-next:focus {
    outline: 20px !important;
    box-shadow: none !important;
}

.owl-slideshow .owl-nav button.owl-next, .owl-slideshow .owl-nav button.owl-prev {
	margin: 0 1% 0 1% !important;
}


/* Live search */
.live-search ul li {
    padding: 2% !important;
    margin: 0 !important;
}
.live-search ul li div {
    display: block;
    overflow: hidden;
}
.live-search ul li a {
    overflow: hidden;
}

.live-search ul li .product-name {
    width: 66%;
}

@media (min-width: 1200px) {
.live-search ul li .product-name {
    width: 65% !important;
    font-size: 1.7rem !important;
}
}

.live-search .result-text .btn {
    border: 0;
    border-radius: 0 !important;
    padding: 6.5px 5px;
    font-size: 14px;
}



/* Fatih add home page special */


/* Shipping Title */

.shipping-heading-title {
	font-family: 'DM Serif Text', serif;
    font-size: 24px;
    color: #f9ede2;
	background-color: #a50034;
    background-image: linear-gradient(19deg, #a50034 0%, #2baecc 100%);
    text-align: center;
    padding: 25px 0 25px 0;
	margin-bottom: 3%;
    display: block;
    line-height: 1.1;
}
@media (max-width: 767px) {
.shipping-heading-title {
	font-size: 18px;
	margin-bottom: 0;
   
}
.shipping-heading-title b {
    letter-spacing: 4.5px;
    display: block;
    padding-top: 0.5%;
}
}


/* Profile category */

.profile-heading-back {
	float: none;
    margin: auto;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    max-width: 1200px;
}

.profile-heading-title {
	font-family: 'DM Serif Text', serif;
    font-size: 32px;
    color: #ffffff;
    background-color: #a50034;
    text-align: center;
    padding: 25px 0 25px 0;
    display: block;
    line-height: 1.1;
	background-image: url(../../../../../image/catalog/anasayfa/about-back-min.jpg);
    background-repeat: no-repeat;
    background-size: auto;
}
@media (max-width: 767px) {
.profile-heading-back {
	padding:0;
}
.profile-heading-title {
	font-size: 18px;
}
.profile-heading-title b {
    letter-spacing: 4.5px;
    display: block;
    padding-top: 0.5%;
}
}

.profile-card-container {
	padding: 0;
}

@media (max-width: 767px) {
.profile-card-container-div {
	padding: 0;
}
.profile-card-container {
    margin-left: 0;
    margin-right: 0;
}
}


.profile-card-col {
	padding: 0;
	clear: none !important;
	margin-bottom: 1.2%;
}

.profile-card-col-left {
	padding: 0 0.6% 0 0 !important;
}

.profile-card-col-right {
	padding: 0 0 0 0.6% !important;
}

@media (max-width: 576px) { 

.profile-card-col-left {
	padding: 0 0 0 0 !important;
}

.profile-card-col-right {
	padding: 0 0 0 0 !important;
}

}

.profile-card-col-full .p-card-mini-img {
    width: 7%;
    margin-top: -8.5%;
}



.profile-card {
	position: relative;
	/* display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word; */
	background-color: #fff;
	background-clip: border-box;
	border: none;
}

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

.p-card-img {
	display: flex;
    justify-content: center;
    /* height: 372px; */
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.p-card-img img {
    width: 100%;
}

.p-card-overlay {
	position: absolute;
	/* background: -webkit-linear-gradient( top, transparent 0%, rgba(0, 0, 0, 0.72) 100%); */
	box-shadow: inset 0 -47px 16px -10px #0000008c;
	height: 100%;
	width: 100%;
	top: 0;
}

.profile-card-body {
	/* -ms-flex: 1 1 auto;
	flex: 1 1 auto; */
	padding: 0;
}

.p-card-mini-avatar img {
	/* width: 90px;
	height: 90px; */
	border-radius: 100%;
	overflow: hidden;
	opacity: 0.9;
	object-fit: cover;
	-o-object-fit: cover;
}

.p-card-borders {
	position: relative;
	border: 5px solid #fff;
	border-radius: 100%;
}

.p-card-borders:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 100%;
	background-image: linear-gradient(90deg, #de2424, #a50034), linear-gradient(90deg, #de2424, #a50034);
	background-position: 0 0px, 100% 100%;
	background-size: 100% 5px;
	/* border-left: 5px solid #FDA240;
	border-right: 5px solid #C5087E; */
	padding: 10px 5px;
}

.p-card-mini-img {
	position: absolute;
    left: 50%;
    margin-top: -18%;
    transform: translate(-50%, -50%);
    width: 15%;
}

@media (max-width: 767px) {
.p-card-mini-img {
	display:none;
}
}

.p-card-title {
	text-align: center;
    position: absolute;
    /* top: -39px; */
    /* margin-bottom: -26px; */
    /* margin-bottom: -5.2%; */
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -1%;
}

.p-card-title h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 8px #000000;
	margin-bottom: 0;
}





/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
	text-decoration: none;
}

/*
@media (min-width: 768px) {
#top .dropdown-menu {
   left: -100% !important;
}
}*/

.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	background: #a50034;
    color: #ffffff;
    border: 1px solid #233671;
    transition: 0.4s ease;
	border-radius: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.focus, .btn-primary:focus  {
	background: #1e3065;
    transition: 0.4s ease;
}


.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    color: #000000;
    background-color: #a50034;
    background-position: 0 -15px;
    border-color: #000000;
	transition: 0.4s ease;
}


/* Fyg50 Butonun üzerine gelince scroll kaydırır */
.btn-scroll:after {
  content: "\276f";
  padding: .5em;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.btn-scroll:hover:after, .btn-scroll:focus:after, .btn-scroll:active:after {
  right: -10px;
}

/* scroll left */
.btn-scroll-left:before {
	content: "\276f";
	padding: 0px .5em 0px .5em;
	position: relative;
	left: 0;
	top: -1px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	display: inline-block;
}

.btn-scroll-left:hover:before, .btn-scroll-left:focus:before, .btn-scroll-left:active:before {
  left: -10px;
}


.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #8ca7ff;
	border-radius: 0;
}
.btn-link:focus, .btn-link:hover {
    color: #708eee;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	text-decoration: none !important;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.list-unstyled {
	overflow: inherit;
	width: 100%;
	height: auto;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* Caption text limit */
.caption h4 {
    font-size: 14px;
    padding: 2px 2px 2px 2px;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}
.caption a {
    color: #696969;
}

/* Product Col */

.product-thumb-col {
    overflow: hidden;
	background: url(/catalog/view/theme/default/plugin/owlCarousel2-2.3.4/src/img/ajax-loader.gif) no-repeat center center;
}

.product-thumb-col img {
    border-radius:10px;
}

.product-thumb-col .caption {
    padding: 0;
}

.product-thumb-col .price {
    color: #444;
	padding: 2px 2px 2px 2px;
    margin: 0;
}

.product-thumb-col .price-new {
    font-weight: 600;
	font-size: 16px;
    color: #028541;
}

.product-thumb-col .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}


/* Category Product Stock */

.pnostock {
    position: absolute;
    top: 0;
	width: 100%;
	height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    z-index: 7;
    /* background-color: rgb(255 255 255 / 42%); */
    
}
.pnostock p {
	color: #ffffff;
    text-align: center;
    /* margin-top: 56%; */
	margin-top: 120%;
    font-size: 17px;
    padding: 3%;
    background-color: rgb(0 0 0 / 58%);
}


/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0;
    min-height: 56px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.p-detail-rating {
    margin: auto;
}
.rating .fa-stack {
	font-size: 10px;
}
.rating .star-off {
	color: #999;
	font-size: 18px;
}
.rating .star-on {
	color: #ff9900;
	font-size: 22px;
}
.user-ratings span {
    width: auto;
    color: #ff9900;
}

.category-rating.rating {
    margin: auto;
    display: table;
}
.category-rating.rating .star-on, .category-rating.rating .star-off {
    font-size: 10px;
	width: auto;
}
.category-rating span {
	font-size: 10px;
    color: #999;
	width: auto;
}


.p-detail-tag {
    margin-top: 5%;
}

h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	padding: 2px 2px 2px 2px;
    margin: 0;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}

.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
/* Column left and right scrollbar*/
/* width */
#column-left .list-group::-webkit-scrollbar, #column-right .list-group::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#column-left .list-group::-webkit-scrollbar-track, #column-right .list-group::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#column-left .list-group::-webkit-scrollbar-thumb, #column-right .list-group::-webkit-scrollbar-thumb {
  background: #bbb; 
}

/* Handle on hover */
#column-left .list-group::-webkit-scrollbar-thumb:hover, #column-right .list-group::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/* Fyg50 Special */

@media (min-width: 1201px) and (min-width: 1325px){
.container {
    width: 1200px !important;
}
}

@media (min-width: 1200px) {
.container {
    width: 98%;
}
}

@media (min-width: 768px) and (max-width: 1200px){
.container {
    width: 98%;
}
}


/* Fyg50 Special Magnific popup*/
img.mfp-img {
    padding: 0 !important;
	zoom: 2;
}

.mfp-close {
    position: fixed !important;
	top: 3% !important;
    right: 1.7% !important;
    font-size: 4.4em !important;
    font-weight: lighter !important;
    font-family: initial !important;
}

.mfp-bg {
    opacity: 0.97 !important;
    filter: alpha(opacity=0.97) !important;

}

/* Fyg50 Special Product page Sticky Sidebar*/
#sticky-sidebar {
	will-change: min-height;
	
	padding:0;
}

.sidebar__inner {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
    /* background-color: #f5f5f5; */
    /* border: 1px solid rgb(221, 221, 221); */
    padding: 25px;
    position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
.sidebar__inner {
	background-color: transparent;
    /* border: 2px solid rgb(221, 221, 221); */
    padding: 0;
}
}


.clearfix:after{
	display: block;
	content: "";
	clear: both;
}

/* Fyg50 Product detail container */
@media (max-width: 767px) {
.product-detail-wrap {
    background-color: #ffffff;
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
}
}

/* Fyg50 page mobil padding */
.padding-clear {
	padding: 0 0 0 15px;
}
@media (max-width: 767px) {
.padding-clear {
	padding: 0;
}
.mobil-padding-clear {
	padding:0;
}
}
.p-thumbnails {
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
	background: url(/catalog/view/theme/default/plugin/owlCarousel2-2.3.4/src/img/ajax-loader.gif) no-repeat center center;
	clear:none !important;
}
@media (max-width: 767px) {
.p-thumbnails {
	padding:0;
}
}


/* Product detail owl dots */
.owl-product-detail .owl-dots,.owl-product-detail .owl-nav{
	text-align:center; -webkit-tap-highlight-color:transparent;
	margin-bottom: 8px;
}

.owl-product-detail .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-product-detail .owl-dots .owl-dot span{
	width: 8px;
	height: 8px;
	margin: 0px 4px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-product-detail .owl-dots .owl-dot.active span,.owl-product-detail .owl-dots .owl-dot:hover span{
	background: #b3b3b3;
	width: 9px;
	height: 9px;
}

@media (min-width: 768px) {
.owl-product-detail .owl-dots {
	display: none;
}
}

/* Product Detail Carousel Slider Counter */
.p-detail-owl-slider-counter {
    display:none;
}

@media (max-width: 767px) {
.p-detail-owl-slider-counter {
    display:block;
	position: absolute;
    z-index: 2;
    margin-top: 10px;
    right: 2%;
    padding: 1px 6px 1px 6px;
    border-radius: 10px;
    font-family: sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.82);
}
}


/* Product Detail Wishlist */
.p-detail-mobil-wishlist-button {
    display:none;
}

@media (max-width: 767px) {
.p-detail-mobil-wishlist-button {
    display:block;
	position: absolute;
    z-index: 2;
    right: 2%;
    bottom: 28px;
	
	/* style */
	padding: 4px;
    font-size: 24px;
    border: transparent;
    border-radius: 0;
    color: #fbfbfb;
    background-color: transparent;
    box-shadow: initial;
	filter: drop-shadow(0 1px 1px #000000);
}
}


/* Product detail Related Carousel */
.p-detail-owl-special-nav .owl-nav {
    font-size: 55px;
    position: absolute;
    top: 2%;
    width: 100%;
	color: rgba(0, 0, 0, 0.82);
}


.p-detail-owl-special-nav .owl-nav button.owl-prev {
    float: left;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.p-detail-owl-special-nav .owl-nav button.owl-next {
    float: right;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.p-detail-owl-special-nav .owl-nav button.owl-prev:focus, .p-detail-owl-special-nav .owl-nav button.owl-next:focus {
    outline: 20px !important;
    box-shadow: none !important;
}



/* Mobil Carousel responsive */
.owl-carousel.off {
    display: block !important;
}

.mobil-carousel-img-max {
	max-width: 100%;
}

@media (max-width: 767px) {
.mobil-carousel-img-max {
	max-width:300px;
}
}

/* Product Detail title */
.p-detail-title {
	padding: 0;
	margin-top: 3%;
}
	
.p-detail-title h1 {
	font-size: 27px;
	font-weight: 500;
	color: #303030;
	padding: 0 0 3% 0;
	margin: 0;
}
@media (max-width: 767px) {
.p-detail-title {
	padding: 0 25px 0 25px;
	text-align: center;
}
.p-detail-title h1 {
	font-size: 20px;
	font-weight: 500;
}
}

.p-detail-title .btn {
	float: right;
	padding: 4px;
	font-size: 24px;
	border: transparent;
	border-radius: 0;
	color: #a50034;
	background-color: transparent;
	box-shadow: inherit;
}

/* Product Detail short Favorit */
@media (max-width: 767px) {
.short-buttons {
	display: inline-grid;
}

.short-buttons .btn{
	text-align:right;
}
}

/* Product Detail Price */
.p-detail-price {
	padding: 0;
	margin-top: 2%;
	margin-bottom: 2%;
}

.p-detail-price li {
	float: left;
	margin: 0 2% 0 0;
	min-height: 29px;
	align-items: center;
	display: flex;
}


.p-detail-price li h2 {
	padding: 0;
	margin: 0;
	color: #028541;
}

.p-detail-price li span {
	color: #999;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 16px;
}

@media (max-width: 767px) {
.p-detail-price {
    padding: 0 25px 0 25px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.p-detail-price li {
	float:none;
	display: inline-block;
    text-align: center;
}
}

/* Product detail size radio */
.p-detail-size {
	width: 100%;
    display: block;
    overflow: hidden;
    height: auto;
	text-align:center;
}

.p-detail-size .form-group {
    margin-bottom: 5px;
}

.p-detail-size label {
    font-size: 14px;
    margin-bottom: 13px;
    color: #a50034;
	text-transform: uppercase;
}

.p-detail-size input[type="radio"] {
    display: none;
}

.p-detail-size .radio {
    min-width: 27px;
    display: inline-block;
    margin: 2px;
}

.p-detail-size .radio label {
    padding: 0;
    margin-bottom: 12px;
}

.p-detail-size .radio span {
	display: inline-flex;
	align-items: center;
    background-color: #fff;
    color: #a50034;
    border: 1px solid #a50034;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p-detail-size .radio span:hover {
    background-color: #a50034;
    color: #fff;
}

.p-detail-size .radio input:checked ~ span {
    background-color: #a50034;
    color: #fff;
}

.p-detail-size .radio .no-option {
    color: #a2a2a2;
    border: 1px solid #a2a2a2;
    text-decoration: line-through;
    text-decoration-color: #e02727;
    cursor: not-allowed;
}

.p-detail-size .radio .no-option:hover {
    background-color: transparent;
    color: #a2a2a2;
}


/* Product Detail Form */
.p-detail-checkout .form-group {
	overflow: hidden;
	clear: both;
}

/* Product add cart */
#button-cart-add {
    background: #ffffff;
    color: #a50034;
    border: 1px solid #233671;
    transition: 0.4s ease;
    border-radius: 0;
	font-size:17px;
}
#button-cart-add:hover, #button-cart-add:focus, #button-cart-add:checked {
    box-shadow: inset 0 0 0 2px #a50034;
    transition: 0.4s ease;
}

@media (max-width: 767px) {
#button-cart-add {
    padding: 14px 16px;
}
}


#button-cart-now, #button-cart-similar {
    background: #a50034;
    color: #ffffff;
    border: 1px solid #233671;
    transition: 0.4s ease;
	border-radius: 0;
	font-size:17px;
}
#button-cart-now:hover, #button-cart-now:focus, #button-cart-now:checked, #button-cart-similar:hover, #button-cart-similar:focus, #button-cart-similar:checked {
    background: #1e3065;
    transition: 0.4s ease;
}

@media (max-width: 767px) {
#button-cart-now, #button-cart-similar {
    padding: 14px 16px;
}
}



/* Product Detail Related Color items */
@media (max-width: 767px) {
.p-detail-related-items {
    background-color: #e7e7e7;
    clear: both;
    padding: 24px;
    width: 100%;
    display: inline-block;
}
}

/* Product Detail quantity */
.qty .count {
	color: #000000 !important;
	-webkit-text-fill-color: #000000;
	opacity: 1;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	padding: 0 2px
	;min-width: 35px;
	text-align: center;
}
.qty .plus, .qty .minus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	width: 25px;
	height: 25px;
	font: 25px/1 Arial,sans-serif;
	text-align: center;
	border-radius: 50%;
	}


/*Prevent text selection*/
.plus-btn-bg{
	background-color: #000000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.plus-btn-bg:hover{
	background-color: #1f3063;
}
.count{  
	border: 0;
	width: 2%;
}
.count::-webkit-outer-spin-button,
.count::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.count:disabled{
	background-color:transparent;
}


/* Product detail h */
#product h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Product detail tab description */
.p-detail-tab {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 0 8px 0;
}
.p-detail-tab .list-unstyled {
    padding: 0;
    margin: 0;
    text-align: center;
}
.p-detail-tab ul li {
    float: none;
    padding: 7px;
    margin: 2px;
    display: inline-block;
    background-color: #c6d1f3;
    border-radius: 5px;
    border: 1px solid rgb(177 189 226);
}
.p-detail-tab ul li:hover {
    background-color: #b9c2e0;
}
.p-detail-tab svg, .p-detail-tab i {
	font-size: 22px;
    text-align: center;
    margin: auto;
}
.p-detail-tab ul li a {
    color: #3c3c3c;
	font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
}




/* Product detail auto button */
.p-options-js {
	overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.p-options-js .form-group.required.has-error {
    border: 1px solid #ff0000;
    border-radius: 4px;
    border-style: dashed;
    padding: 1%;
    background-color: #fff;
}

.p-detail-social {
	padding:0;
	margin-top:1%;
}

@media (max-width: 767px) {
.p-detail-social {
	background-color: #fff;
	margin-top:0;
    padding: 15px 25px 15px 25px;
	border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
}
}


/* Product detail rating */
.p-detail-rating {
	float: left;
}
.p-detail-rating a {
    color: #272727;
}
.p-detail-rating a:hover {
    color: #cca60e;
}


/* Product detail share */
.p-detail-share {
	overflow: hidden;
    display: block;
    max-width: 100%;
    width: 48px;
    padding: 7px;
    float: right;
    background-color: #020202;
    color: #ffffff;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 8px;
    border-right: 0;
}

.p-detail-share svg , .p-detail-share i {
	font-size: 16px;
}
.p-detail-share a {
    color: #151515;
}
.p-detail-share-before {
    overflow: hidden;
    display: block;
    max-width: 100%;
    float: right;
    color: #ef2323;
    position: absolute;
    font-size: 28px;
    right: 39px;
    bottom: -3px;
    -webkit-transform: rotate(-41deg);
    transform: rotate(-32deg);
}



/* Product detail tab content */
.p-detail-tab-content {
	float: none;
    margin: auto;
    margin-top: 6%;
    margin-bottom: 1%;
}

.p-detail-tab-content .nav-tabs a {
    font-size: 24px;
    color: #a50034;
}
.p-detail-tab-content .tab-content {
	font-size: 18px;
}

/* Product detail modals */
#modalDetailShare #modal-text {
    font-size: 24px;
    font-family: arial;
    line-height: 29px;
    color: #191919;
    padding: 4% 10% 4% 10%;
}

#review .table-bordered {
	background-color:#ffffff;
}

@media (max-width: 767px) {
.p-detail-tab-content {
	padding:0;
}
#modalDetailShare #modal-text {
    font-size: 19px;
}
}


@media (max-width: 767px) {
.p-detail-tab-content #tab-details li {
    width: 100%;
	margin-bottom: 1%;
}
.p-detail-tab-content #tab-details li a {
    background-color: #eaeaea;
}
.p-detail-tab-content #tab-details li.active a {
    background-color: #fff;
    border: 2px solid #ddd !important;
    border-radius: 0;
    font-weight: bold;
}
.p-detail-tab-content #tab-details li.active a:after {
    content: "\276f";
    padding: 0.5em;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
}

#modalDetailShare .addthis_inline_share_toolbox {
    text-align: center;
    margin: auto;
    padding: 4% 0 4% 0;
}




/* Product detail Success cart modals */
#modalDetailAddCart .modal-body {
    padding: 15px 30px 0;
}

#modalDetailAddCart .modal-footer {
    padding: 15px 30px 0;
	text-align: center;
}

@media (min-width: 768px) {
	#modalDetailAddCart .modal-footer {
    display: flex;
    height: 20%;
}
}

#modalDetailAddCart .p-success-cart {
    font-size: 18px;
    text-align: center;
    color: #000000;
	padding: 6px;
    border: 3px double #b3b3b3;
}
#modalDetailAddCart .p-success-cart a {
    color: #265af3;
}



/* Product detail Related Carousel */
.owl-special-nav .owl-nav {
    font-size: 65px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transition: all .3s ease;
	visibility: hidden;
}
.owl-special-nav:hover .owl-nav {
	opacity: 0.9;
    visibility: visible;
	transition: all .3s ease;
}
@media (max-width: 767px) {
.owl-special-nav .owl-nav {
	top: 10%;
    opacity: 0.9;
    visibility: visible;
}
.owl-special-nav:hover .owl-nav {
    opacity: 1;
}
}
.owl-special-nav .owl-nav button.owl-prev {
    float: left;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.owl-special-nav .owl-nav button.owl-next {
    float: right;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.owl-special-nav .owl-nav button.owl-prev:focus, .owl-special-nav .owl-nav button.owl-next:focus {
    outline: 20px !important;
    box-shadow: none !important;
}




/* Product detail Related Product accessory */
.p-detail-related-title {
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    margin: 38px 10px 20px 10px;
}
.p-detail-related-title b {
    border-bottom: 1px solid #000000;
    padding-bottom: 2px;
}

.p-detail-related-thumb {
    overflow: hidden;
}
.p-detail-related-thumb .image {
    text-align: center;
}
.p-detail-related-thumb .caption {
    padding: 2px;
    text-align: center;
}
.p-detail-related-thumb .price {
    font-weight: 600;
    color: #444;
    padding: 0;
    margin: 0;
}
.p-detail-related-thumb .price-old {
    color: red;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: normal;
}




/* Product cart items owl nav */
.p-cart-owl-special-nav .owl-nav {
    font-size: 55px;
    position: absolute;
    top: 40%;
    width: 100%;
	color: rgba(0, 0, 0, 0.82);
}

.p-cart-owl-special-nav .owl-nav button.owl-prev {
    float: left;
	margin-left: -0.4em;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.p-cart-owl-special-nav .owl-nav button.owl-next {
    float: right;
	margin-right: -0.4em;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.p-cart-owl-special-nav .owl-nav button.owl-prev:focus, .p-cart-owl-special-nav .owl-nav button.owl-next:focus {
    outline: 20px !important;
    box-shadow: none !important;
}

.p-cart-owl-special-nav .owl-nav button.owl-prev.disabled, .p-cart-owl-special-nav .owl-nav button.owl-next.disabled  {
    display:none;
}


/* Product Cart Carousel Slider Counter */

.p-cart-owl-slider-counter {
    display: inline-block;
    overflow: hidden;
    z-index: 2;
    padding: 1px 6px 1px 6px;
    margin: -8px 8px 0 0;
    float: right;
    border-radius: 10px;
    font-family: sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.82);
}



/* Product detail timeline */

.main-timeline{
    font-family: 'Roboto', sans-serif;
    padding: 20px 0;
    position: relative;
}
.main-timeline:before,
.main-timeline:after{
    content: '';
    height: 40px;
    width: 40px;
    background-color: #e7e7e7;
    border-radius: 50%;
    border: 10px solid #303334;
    transform:translateX(-50%);
    position: absolute;
    left: 50%;
    top: -15px;
    z-index: 2;
}
.main-timeline:after{
    top: auto;
    bottom:15px;
}
.main-timeline .timeline{
    padding: 35px 0;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: '';
    height: 100%;
    width: 50%;
    border-radius: 100px 0 0 100px;
    border: 15px solid #ea3c14;
    border-right: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.main-timeline .timeline:after{
    height: calc(100% - 30px);
    width: calc(50% - 12px);
    border-color: #f95e3a;
    left: 12px;
    top: 15px;
}
.main-timeline .timeline-content{ display:inline-block; width: 100%; }
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-year{
    color: #EA3C14;
    font-size: 50px;
    font-weight: 600;
    display: inline-block;
    transform:translateY(-50%);
    position: absolute;
    top: 50%;
    left: 5%;
}
.main-timeline .timeline-icon{
    color: #EA3C14;
    font-size: 80px;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    left: 20%;
    top: 50%;
}
.main-timeline .content{
    color: #909090;
    width: 50%;
    padding: 13px;
    display: inline-block;
    float: right;
}
.main-timeline .title{
    color: #EA3C14;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.main-timeline .description{
    font-size: 17px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even):before{
    left: auto;
    right: 0;
    border-radius: 0 100px 100px 0;
    border: 15px solid red;
    border-left: none;
}
.main-timeline .timeline:nth-child(even):after{
    left: auto;
    right: 12px;
    border: 15px solid green;
    border-left: none;
    border-radius: 0 100px 100px 0;
}
.main-timeline .timeline:nth-child(even) .content{ float: left; }
.main-timeline .timeline:nth-child(even) .timeline-year{
    left: auto;
    right: 10%;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 32%;
}
.main-timeline .timeline:nth-child(5n+2):before{ border-color: #f99324; }
.main-timeline .timeline:nth-child(5n+2):after{ border-color: #fbb03b; }
.main-timeline .timeline:nth-child(5n+2) .timeline-icon{ color: #f99324; }
.main-timeline .timeline:nth-child(5n+2) .timeline-year{ color: #f99324; }
.main-timeline .timeline:nth-child(5n+2) .title{ color: #f99324; }

.main-timeline .timeline:nth-child(5n+3):before{ border-color: #00bd91; }
.main-timeline .timeline:nth-child(5n+3):after{ border-color: #60d7bb; }
.main-timeline .timeline:nth-child(5n+3) .timeline-icon{ color: #00bd91; }
.main-timeline .timeline:nth-child(5n+3) .timeline-year{ color: #00bd91; }
.main-timeline .timeline:nth-child(5n+3) .title{ color: #00bd91; }

.main-timeline .timeline:nth-child(5n+4):before{ border-color: #008000; }
.main-timeline .timeline:nth-child(5n+4):after{ border-color: #35af35; }
.main-timeline .timeline:nth-child(5n+4) .timeline-icon{ color: #008000; }
.main-timeline .timeline:nth-child(5n+4) .timeline-year{ color: #008000; }
.main-timeline .timeline:nth-child(5n+4) .title{ color: #008000; }

.main-timeline .timeline:nth-child(5n+5):before{ border-color: #0071BD; }
.main-timeline .timeline:nth-child(5n+5):after{ border-color: #0050A3; }
.main-timeline .timeline:nth-child(5n+5) .timeline-icon{ color: #0071BD; }
.main-timeline .timeline:nth-child(5n+5) .timeline-year{ color: #0071BD; }
.main-timeline .timeline:nth-child(5n+5) .title{ color: #0071BD; }

.main-timeline .timeline:nth-child(5n+6):before{ border-color: #70177a; }
.main-timeline .timeline:nth-child(5n+6):after{ border-color: #af42bb; }
.main-timeline .timeline:nth-child(5n+6) .timeline-icon{ color: #70177a; }
.main-timeline .timeline:nth-child(5n+6) .timeline-year{ color: #70177a; }
.main-timeline .timeline:nth-child(5n+6) .title{ color: #70177a; }


@media screen and (max-width:1200px){
    .main-timeline .timeline:after{ border-radius: 88px 0 0 88px; }
    .main-timeline .timeline:nth-child(even):after{ border-radius: 0 88px 88px 0; }
}
@media screen and (max-width:767px){
    .main-timeline .timeline{ margin-top: -19px; }
    .main-timeline .timeline:before {
        border-radius: 50px 0 0 50px;
        border-width: 10px;
    }
    .main-timeline .timeline:after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 43px 0 0 43px;
        border-width:10px;
        top: 9px;
        left: 9px;
    }
    .main-timeline .timeline:nth-child(even):before {
        border-radius: 0 50px 50px 0;
        border-width: 10px;
    }
    .main-timeline .timeline:nth-child(even):after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 0 43px 43px 0;
        border-width: 10px;
        top: 9px;
        right: 9px;
    }
    .main-timeline .timeline-icon{ font-size: 60px; }
    .main-timeline .timeline-year{ font-size: 40px; }
}
@media screen and (max-width:479px){
    .main-timeline .timeline-icon{
        font-size: 50px;
        transform:translateY(0);
        top: 25%;
        left: 10%;
    }
    .main-timeline .timeline-year{
        font-size: 25px;
        transform:translateY(0);
        top: 65%;
        left: 9%;
    }
    .main-timeline .content{
        width: 68%;
        padding: 10px;
    }
    .main-timeline .title{ font-size: 18px; }
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        right: 10%;
    }
    .main-timeline .timeline:nth-child(even) .timeline-year{
        right: 9%;
    }
}


/* Product cart items */
.p-cart-item-container {
    padding: 30px;
	border-bottom: 1px solid #fafafa;
	background-color: #ffffff;
}
/* Carousel olunca çift renk çalışmıyor
.p-cart-item-container:nth-child(odd) {
    background-color: #ffffff;
}
.p-cart-item-container:nth-child(even) {
    background-color: #fafafa;
} */

/* Product cart item text */
.p-cart-text-align {
    text-align:left;
}

@media (max-width: 767px) {
.p-cart-text-align {
    text-align:center;
	padding: 8px 0 1px 0 !important;
}
}

/* Product cart item buttons */
.p-cart-item-btn {
	margin-left:1%; 
	width:45%;
}

@media (max-width: 768px) {
.p-cart-item-btn {
	width:47%;
}
}

/* Product detail size table */
@media (min-width: 768px) {
#modalDetailSizeTable .modal-dialog {
	width: 725px;
}
}

@media (max-width: 767px) {
#modalDetailSizeTable .modal.left .modal-dialog, .modal.right .modal-dialog {
    width: 100% !important;
}
}


.size-accordion {
	margin-top: 20px;
    margin-bottom: 0;
}

.size-accordion .panel-heading {
    padding: 0.8%;
    color: #ffffff;
    background-color: #2d3436;
	background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
}
.size-accordion a {
    text-decoration: none;
    display:block;
	padding: 8px 8px;
	color: #fbfbfb;
	font-weight: 500;
}
.size-accordion .panel-heading a::after {
	content: '';
    right: 35px;
    margin-top: 1px;
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: linear-gradient(#fff,#fff), linear-gradient(#fff,#fff),rgba(0,0,0,0);
    background-position: center;
    background-size: 100% 2px,2px 0%;
    background-repeat: no-repeat;
}

.size-accordion a.collapsed {
    display: block;
}
.size-accordion a.collapsed:hover {

}
.size-accordion .panel-heading a.collapsed::after {
	content: '';
    right: 35px;
    margin-top: 1px;
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: linear-gradient(#fff,#fff), linear-gradient(#fff,#fff),rgba(0,0,0,0);
    background-position: center;
    background-size: 100% 2px,2px 100%;
    background-repeat: no-repeat;
}


.p-detail-size-col {
    overflow-x: auto;
    display: block;
    width: 100%;
}

.p-detail-sizes {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.p-detail-size-table {
    text-align: center;
	overflow-x: auto;
}

.p-detail-size-col td {
    color: #000000;
}

.p-detail-size-table thead .table-size-names th {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: antiquewhite;
    background-color: #000000;
}
.p-detail-size-table thead .table-size-ids th {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: white;
    background-color: #777777;
}