:root{
    --primary-color: #5C8AB8;
    --dark-text-color: #2A373A;
    --helper-text-color: #738FB2;
}

@font-face {
    font-family: AbakuTLSymSansRegular;
    src:
        url(/fonts/abakutlsymsans.eot),
        url(/fonts/abakutlsymsans.eot?#iefix) format("embedded-opentype"),
        url(/fonts/abakutlsymsans.woff) format("woff"),
        url(/fonts/abakutlsymsans.ttf) format("truetype"),
        url(/fonts/abakutlsymsans.svg#AbakuTLSymSansRegular) format("svg");
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: el-font;
    src: url(https://www.altinbas.com/fonts/el-font.eot?f57d62e8e13194559e5e7063ba2b5541b);
    src:
        url(https://www.altinbas.com/fonts/el-font.eot?f#iefix) format("embedded-opentype"),
        url(https://www.altinbas.com/fonts/el-font.woff?f57d62e8e13194559e5e7063ba2b5541b) format("woff"),
        url(https://www.altinbas.com/fonts/el-font.ttf?f57d62e8e13194559e5e7063ba2b5541b) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.el-icon {
    font-family: el-font;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-aim:before {
    content: "\f101";
}
.el-arrow-bottom:before {
    content: "\f102";
}
.el-arrow-down:before {
    content: "\f103";
}
.el-arrow-left:before {
    content: "\f104";
}
.el-arrow-right:before {
    content: "\f105";
}
.el-arrow-solid-bottom:before {
    content: "\f106";
}
.el-arrow-solid-left:before {
    content: "\f107";
}
.el-arrow-solid-right:before {
    content: "\f108";
}
.el-arrow-solid-top:before {
    content: "\f109";
}
.el-bag:before {
    content: "\f10a";
}
.el-bag2:before {
    content: "\f10b";
}
.el-bag3:before {
    content: "\f10c";
}
.el-bag4:before {
    content: "\f10d";
}
.el-bell:before {
    content: "\f10e";
}
.el-burger-2:before {
    content: "\f10f";
}
.el-burger:before {
    content: "\f110";
}
.el-calendar:before {
    content: "\f111";
}
.el-cargoo:before {
    content: "\f112";
}
.el-cert:before {
    content: "\f113";
}
.el-check:before {
    content: "\f114";
}
.el-checked:before {
    content: "\f115";
}
.el-clock:before {
    content: "\f116";
}
.el-close:before {
    content: "\f117";
}
.el-down:before {
    content: "\f118";
}
.el-external-link:before {
    content: "\f119";
}
.el-f1:before {
    content: "\f11a";
}
.el-f2:before {
    content: "\f11b";
}
.el-f3:before {
    content: "\f11c";
}
.el-f4:before {
    content: "\f11d";
}
.el-facebook:before {
    content: "\f11e";
}
.el-favori1:before {
    content: "\f11f";
}
.el-fire:before {
    content: "\f120";
}
.el-firsat:before {
    content: "\f121";
}
.el-g1:before {
    content: "\f122";
}
.el-g2:before {
    content: "\f123";
}
.el-g3:before {
    content: "\f124";
}
.el-g4:before {
    content: "\f125";
}
.el-g5:before {
    content: "\f126";
}
.el-g6:before {
    content: "\f127";
}
.el-gplus:before {
    content: "\f128";
}
.el-guarantee:before {
    content: "\f129";
}
.el-headphones:before {
    content: "\f12a";
}
.el-heart:before {
    content: "\f12b";
}
.el-human-2:before {
    content: "\f12c";
}
.el-human:before {
    content: "\f12d";
}
.el-instagram:before {
    content: "\f12e";
}
.el-left:before {
    content: "\f12f";
}
.el-linkedin:before {
    content: "\f130";
}
.el-location-arrow:before {
    content: "\f131";
}
.el-location:before {
    content: "\f132";
}
.el-lock:before {
    content: "\f133";
}
.el-mail:before {
    content: "\f134";
}
.el-phone:before {
    content: "\f135";
}
.el-phone2:before {
    content: "\f136";
}
.el-pinterest:before {
    content: "\f137";
}
.el-plane:before {
    content: "\f138";
}
.el-return:before {
    content: "\f139";
}
.el-right:before {
    content: "\f13a";
}
.el-ring:before {
    content: "\f13b";
}
.el-search:before {
    content: "\f13c";
}
.el-smart-phone:before {
    content: "\f13d";
}
.el-store:before {
    content: "\f13e";
}
.el-truck-2:before {
    content: "\f13f";
}
.el-truck:before {
    content: "\f140";
}
.el-twitter:before {
    content: "\f141";
}
.el-whatsapp:before {
    content: "\f142";
}
.el-youtube:before {
    content: "\f143";
}
* {
    outline: 0 !important;
}
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    -webkit-font-smoothing: antialiased;
}
body,
html {
    height: 100%;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: underline;
    color: #000;
}
a:focus {
    text-decoration: none;
    color: #000;
}
p {
    margin-bottom: 15px;
    line-height: 22px;
}
b {
    font-weight: 600;
}
strong {
    font-weight: 600;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1 {
    font-weight: 600;
}
h2 {
    font-weight: 600;
}
h3 {
    font-weight: 600;
}
h4 {
    font-weight: 600;
}
h5 {
    font-weight: 600;
}
header {
    width: 100%;
    float: left;
}
section {
    width: 100%;
    float: left;
}
footer {
    width: 100%;
    float: left;
}
aside {
    width: 100%;
    float: left;
}
input[type="text"] {
    height: 36px;
    float: left;
    padding: 0 10px;
    border: 1px solid #e4e4e4;
}
input[type="password"] {
    height: 36px;
    float: left;
    padding: 0 10px;
    border: 1px solid #e4e4e4;
}
input[type="submit"] {
    height: 36px;
    padding: 0 15px;
    background: #57a0c5;
    color: #fff;
    border: none;
    font-weight: 600;
}
input[type="button"] {
    height: 36px;
    padding: 0 15px;
    background: #57a0c5;
    color: #fff;
    border: none;
    font-weight: 600;
}
button[type="submit"] {
    height: 36px;
    padding: 0 15px;
    background: #57a0c5;
    color: #fff;
    border: none;
    font-weight: 600;
}
button[type="button"] {
    height: 40px;
    padding: 0 15px;
    background: #57a0c5;
    color: #fff;
    border: none;
    font-weight: 600;
}
select {
    height: 36px;
    float: left;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    background: #fff;
}
textarea {
    height: 120px;
    float: left;
    padding: 10px;
    border: 1px solid #e4e4e4;
}
label {
    width: 100%;
    float: left;
    line-height: 36px;
    font-weight: 400;
    margin: 0;
}
form {
    width: 100%;
    float: left;
}
.form-group {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
#fyvergino {
    margin: 10px 0;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.table-bordered {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
.table-bordered form {
    margin: 0;
}
.table-bordered thead {
    font-weight: 600;
}
.table-bordered tr {
    display: table-row;
}
.table-bordered tr td {
    display: table-cell;
    padding: 10px 15px;
}
.table-bordered tr td:last-child {
    text-align: right;
}
.bootstrap-select {
    width: auto !important;
    display: inline-block;
}
.bootstrap-select * {
    outline: 0 !important;
}
.bootstrap-select button[type="button"] {
    background: #fff;
    color: #000;
    border: 1px solid #ebebeb;
    border-radius: 0;
}
.bootstrap-select button[type="button"]:focus {
    outline: 0 !important;
    box-shadow: none;
}
.btn-group > .btn:first-child {
    padding: 0 10px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-right: 10px;
    padding-top: 0;
    font-weight: 400;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 8px;
}
.bootstrap-select.btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: 0 0;
}
.bootstrap-select.btn-group .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: 1px solid #ccc;
    left: auto;
    right: 0;
}
.open > .dropdown-menu .heading > a {
    padding-left: 10px;
    font-weight: 700;
}
.bootstrap-select.btn-group .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: 0 0;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 282px !important;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    width: 100%;
    margin: 3px 0;
}
.bootstrap-select.btn-group .dropdown-menu li:hover {
    background: #eee;
}
.table {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 2;
}
.table .inner {
    display: table-cell;
    vertical-align: middle;
}
.display-none {
    display: none;
}
.display-block {
    display: block;
}
.odemeButon {
    float: left;
    padding: 0;
    margin: 30px 0 30px 40px;
    max-width: 360px;
}
.odemeButon input[type="submit"] {
    float: right;
}
.dropdown-yurt-disi button[type="button"] {
    margin-top: 15px;
}
.log {
    float: left;
    margin: 0;
}
.false,
.true {
    float: left;
    margin-left: -26px;
    margin-top: 8px;
    font-size: 20px;
}
.true {
    color: #0c0;
}
.false {
    color: red;
}
.alert {
    width: 100%;
    float: left;
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
    background: 0 0;
}
.alert i {
    font-size: 20px;
    height: 20px;
    float: left;
    margin-top: -4px;
    margin-right: 8px;
}
.hide-me {
    display: none;
}
#sozlesme #scrollbar {
    width: 800px !important;
    height: 300px !important;
}
#sozlesme #scrollbar .content {
    height: 280px;
}
#sozlesme2 #scrollbar {
    width: 800px !important;
    height: 300px !important;
}
#sozlesme2 #scrollbar .content {
    height: 280px;
}
#sozlesme3 #scrollbar {
    width: 800px !important;
    height: 300px !important;
}
#sozlesme3 #scrollbar .content {
    height: 280px;
}
#epostalistediv input[type="text"] {
    float: left;
    width: 72%;
    margin-right: 3%;
}
#epostalistediv input[type="button"] {
    width: 25%;
    float: left;
}
#epostalistediv button {
    float: left;
    width: 25%;
}
.search {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    text-align: center;
}
.search {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.search .close-search {
    width: 40px;
    height: 40px;
    margin-top: 40px;
    line-height: 43px;
    display: inline-block;
    border: 1px solid #000;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 100px;
    z-index: 20;
}
.search form {
    width: 100%;
    float: left;
}
.search form span.title {
    font-size: 30px;
    font-weight: 400;
    font-family: dinbek, serif;
    margin-bottom: 30px;
    display: block;
}
.search form input[type="text"] {
    width: 100%;
    max-width: 500px;
    display: inline-block;
    float: none;
    height: 50px;
    border: none;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 18px;
}
.search form button[type="submit"] {
    margin-top: 20px;
    height: 44px;
    padding: 0 30px;
}
.search.show-me {
    opacity: 1;
    visibility: visible;
}
.search-results {
    display: inline-block;
}
header {
    width: 100%;
    float: left;
}
header .navbar-default {
    border: none;
    background: #fff;
    margin: 0;
}
header .navbar-default .navbar-header {
    width: 100%;
    float: left;
    text-align: center;
}
header .navbar-default .navbar-brand {
    height: auto;
    float: none;
    display: inline-block;
    margin: 0;
    padding-bottom: 0;
}
header .navbar-default .top-bar {
    width: 100%;
    height: 32px;
    float: left;
    line-height: 32px;
    background: url(/images/top-bar-bg.jpg) repeat-x;
    color: #fff;
    overflow: hidden;
}
header .navbar-default .top-bar a {
    color: #fff;
    font-size: 13px;
}
header .navbar-default .top-bar .our-stores {
    float: left;
}
header .navbar-default .top-bar ul.language {
    float: left;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #7a7a7a;
}
header .navbar-default .top-bar ul.language li {
    float: left;
    margin-right: 10px;
}
header .navbar-default .top-bar ul.login-menu {
    float: right;
}
header .navbar-default .top-bar ul.login-menu li {
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #7a7a7a;
}
header .navbar-default .top-bar ul.login-menu li:first-child {
    border-left: none;
    margin: 0;
    padding: 0;
}
header .navbar-default .navbar-nav {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    padding-bottom: 0;
}
header .navbar-default .navbar-nav li {
    float: none;
    display: inline-block;
    position: static;
}
header .navbar-default .navbar-nav li a {
    transition: 0.3s;
    font-size: 13px;
    color: #000;
    padding: 15px 8px !important;
    font-weight: 600;
    text-transform: uppercase;
}
header .navbar-default .navbar-nav li a:hover {
    background: #57a0c5;
    color: #fff;
}
header .menu ul li a:hover {
    background: #ff6769;
    color: #fff;
    text-decoration: none;
}
header .menu ul li .rmenu:hover {
    background: #889fa5;
    color: #fff !important;
}
header .navbar-default .navbar-nav li ul a {
    font-weight: 600;
    padding: 2px 0 !important;
}
header .navbar-default .navbar-nav li.search-btn {
    display: inline-block;
}
header .navbar-default .navbar-nav li.search-btn i {
    font-size: 17px;
}
header .navbar-default .navbar-nav li .dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    display: block;
    background: #fff;
    border: 1px solid #000;
    padding: 20px;
    margin-top: -2px;
    visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
header .navbar-default .navbar-nav li .dropdown span.title {
    width: 100%;
    float: left;
    font-size: 21px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 500;
}
header .navbar-default .navbar-nav li .dropdown .row > div {
    padding-right: 0;
}
header .navbar-default .navbar-nav li .dropdown ul {
    width: 100%;
    float: left;
}
header .navbar-default .navbar-nav li .dropdown ul li {
    width: 100%;
    float: left;
    line-height: 30px;
    text-align: left;
}
header .navbar-default .navbar-nav li .dropdown ul li a {
    line-height: 1.4;
    padding: 5px 0 !important;
    float: left;
    font-size: 14px;
    font-weight: 300;
}
header .navbar-default .navbar-nav li .dropdown ul li a:hover {
    background: 0 0;
    color: #57a0c5;
}
header .navbar-default .navbar-nav li .dropdown figure {
    width: 100%;
    float: left;
}
header .navbar-default .navbar-nav li .dropdown figure img {
    width: 100%;
}
header .navbar-default .navbar-nav li:hover .dropdown {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
header .navbar-default .navbar-nav li .dropdown.collection {
    float: left;
}
header .navbar-default .navbar-nav li .dropdown.collection li {
    width: 50%;
    float: left;
}
header .navbar-default .navbar-nav li input[type="text"] {
    width: 100px;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    font-size: 12px;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    height: 30px;
}
header .navbar-default .navbar-nav li button[type="submit"] {
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    height: 30px;
}
header .navbar-default .navbar-nav li input[type="text"]:focus {
    width: 140px;
}
#ring-size-box img {
    display: block;
    max-width: 100%;
}
#ring-size-box table {
    width: 100% !important;
}
.flexbox {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.fileType {
    float: left;
    position: relative;
}
.fileType select {
    margin-right: 1%;
    padding: 0 15px;
}
.fileType textarea {
    min-height: 70px;
    width: 100%;
    resize: vertical;
    height: 70px;
}
.fileType input[type="file"],
.fileType input[type="text"] {
    width: 100%;
}
.fileType input[type="file"] {
    position: absolute;
    top: 36px;
    left: 0;
    height: 36px;
    cursor: pointer;
    z-index: 999;
}
.fileType span {
    display: block;
    padding: 0 10px;
    line-height: 34px;
    background: #000;
    color: #fff;
    position: absolute;
    top: 37px;
    right: 1px;
}
.fileType input[type="submit"] {
    margin-top: 15px;
}
.second .fileType textarea {
    max-width: 270px;
}
.fileType input[type="file"],
.fileType input[type="text"] {
    max-width: 270px;
}
.formGrp {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 0 15px 0;
    margin-top: 11px;
    float: left;
    width: 100%;
}
.checkRadio {
    margin: 10px 0;
}
.checkRadio label {
    float: left;
    margin-right: 20px;
    width: auto;
}
.checkRadio p {
    margin: 7px 0 0 0;
}
.checkRadio label input {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.form--v2 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
    height: 56px;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid var(--primary-color);
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 100%;
    width: 100%;
    color: var(--dark-text-color);
}
.form--v2 select{
    height: 56px;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid var(--primary-color);
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 100%;
    width: 100%;
    color: var(--dark-text-color);
}

.form--v2 select::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7L12 16L21 7' stroke='%235C8AB8' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    pointer-events: none;
}

.form--v2 button[type="submit"] , .button-v2{
    height: 55px!important;
    border-radius: 8px!important;
    border: 1px solid var(--primary-color);
    font-weight: bold!important;
    font-size: 20px;
    line-height: 100%;
    background: var(--primary-color)!important;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}
.button-v2:hover{
    color:#fff;
    text-decoration: none;
}
.form--v2 label{
    font-weight: 400;
    font-size: 15px;
    /* line-height: 15px; */
    color: var(--helper-text-color);
    line-height: 24px;
    margin-bottom: 4px;
}
.form--v2 label{
   margin-left: 9.8px;
}

.form--v2.sign-in-form .form-group{
    margin-bottom:16px;
}
.form--v2.sign-in-form .form-group.submit-button{
    margin-top:8px;
}


.form--v2 .form-forgot-password{
    text-align: center;
    margin-top:8px;
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    color: var(--primary-color);
    text-underline-offset: 0px;
    text-decoration-thickness: 1px;
    text-underline-position: from-font;
}
.form-forgot-password a{
    color: var(--primary-color);
    
}


.fancybox-skin{
    border:none!important;
    border-radius: 10px!important;
}

#sign-in {
    width: 740px;
    display: none;
    padding: 41px 13px;
    overflow: hidden;
}

.sign-in-content{
    display: grid;
    grid-template-columns: 333px 333px;
    gap: 48px;
}

@media screen and (max-width: 768px) {
    .sign-in-content{
        grid-template-columns: 1fr;
    }
    #sign-in{
        padding: 20px 0px;
    }
}
.social-login-button img{
    width: 100%;
}
.social-login-button.facebook-login-button{
    margin-bottom:16px;
}
.fancybox-close{
    top: 24px!important;
    right: 24px!important;
    padding: 0!important;
    width: 30px;
    height: 30px!important;
    background-color:#F5FAFE!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.fancybox-close:after {
    color:var(--primary-color);
}
#sign-in span.title {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
    color:var(--dark-text-color);
}
#sign-in p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--dark-text-color);
    
}
#sign-in form {
    width: 100%;
    float: left;
}

#sign-in .or {
    margin: 24px auto;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 402px;
}
#sign-in .or span {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    width: 105px;
    color: var(--dark-text-color);
    background: #fff;
    display: inline-block;
    margin: auto;
    position: relative;
    z-index: 1;
}
#sign-in .or::before {
    content: "";
    width: 100%;
    height: 1px;
    float: left;
    background: #E8F0FE;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#fb-login .or {
    display: block;
    margin: 17px 0;
}
#fb-login .or span {
    display: inline-block;
}
#fb-login .or span:before {
    content: "";
    width: 20px;
    height: 1px;
    float: left;
    background: #ccc;
    margin-top: 8px;
    margin-right: 5px;
}
#fb-login .or span:after {
    content: "";
    width: 20px;
    height: 1px;
    float: right;
    background: #ccc;
    margin-top: 8px;
    margin-left: 5px;
}
.sub-banners {
    width: 100%;
    float: left;
}
.sub-banners ul {
    margin: 0 -5px;
}
.sub-banners ul li {
    float: left;
    margin: 0 5px 10px 5px;
}
.sub-banners ul li figure {
    width: 100%;
    float: left;
}
.sub-banners ul li figure h2 {
    width: 100%;
    margin: 0;
    float: left;
}
.sub-banners ul li figure img {
    width: 100%;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.sub-banners ul li figure img:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.sub-banners ul li figure a {
    width: 100%;
    float: left;
}
.flexbox {
    display: -ms-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
}
.total-product {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.slider {
    width: 100%;
    float: left;
    overflow: hidden;
}
.slider .slider-inner {
    width: 100%;
    float: left;
    position: relative;
}
.slider .slider-inner li a {
    width: 100%;
    float: left;
    display: block;
}
.slider .slider-inner li a img {
    width: 100%;
    float: left;
    display: block;
}
.slider .slider-inner .bx-controls-direction a {
    position: absolute;
    top: 50%;
    font-size: 32px;
    margin-top: -17px;
    color: #1c2833;
}
.slider .slider-inner .bx-controls-direction a.bx-prev {
    left: 10px;
    z-index: 50;
    padding: 20px;
    margin-top: -30px;
}
.slider .slider-inner .bx-controls-direction a.bx-next {
    right: 10px;
    z-index: 50;
    padding: 20px;
    margin-top: -30px;
}
.slider .slider-inner .bx-pager {
    z-index: 98 !important;
}
.slider .slider-inner .bx-viewport,
.slider .slider-inner .bx-wrapper {
    width: 100%;
    float: left;
}
.sliderHome {
    position: relative;
    margin-bottom: -30px;
}
.sliderHome .product-box {
    margin-bottom: 30px;
}
.sliderHome .bx-controls-direction a {
    position: absolute;
    top: 50%;
    font-size: 32px;
    margin-top: -17px;
    color: #1c2833;
}
.sliderHome .bx-controls-direction a.bx-prev {
    left: 0;
}
.sliderHome .bx-controls-direction a.bx-next {
    right: 0;
}
.slider .bx-pager {
    z-index: 98 !important;
}
.sub-header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding: 10px 0;
    border-top: 1px solid #000;
}
.sub-header .cat-title {
    display: inline-block;
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    position: relative;
}
.sub-header .cat-title:before {
    content: "";
    width: 45px;
    height: 1px;
    background: #000;
    position: absolute;
    left: -55px;
    top: 12px;
}
.sub-header .cat-title:after {
    content: "";
    width: 45px;
    height: 1px;
    background: #000;
    position: absolute;
    right: -55px;
    top: 12px;
}
.product-header {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e2;
}
.product-header .total-product {
    width: 100%;
    float: left;
    font-size: 11px;
}
.product-header .product-title {
    float: left;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.product-header ul {
    float: right;
}
.product-header ul li {
    float: left;
    width: 100%;
}
.product-header ul li:last-child {
    margin: 0;
}
.product-header ul li a {
    float: left;
    border-bottom: 2px solid transparent;
}
.product-header ul li.active a {
    border-bottom: 2px solid #000;
}
.product-list p img {
    margin: 5px 10px;
}
.breadcrumb {
    width: 100%;
    float: left;
    border-radius: 0;
    background: 0 0;
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    float: left;
}
.breadcrumb > li + li:before {
    font-size: 12px;
    content: ">";
    color: inherit;
    font-weight: 300;
}
.breadcrumb li a {
    text-transform: uppercase;
    font-size: 12px;
}
.home-products {
    width: 100%;
    float: left;
    padding: 40px 0 60px;
}
.home-products .row {
    margin: 0;
    padding-left: 2px;
}
.home-products .spacing {
    padding: 0;
    margin-left: -1px;
}
.home-products span.cokSatan {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
}
.home-products .slick-prev {
    position: absolute;
    left: 0;
    top: 46%;
    float: left;
    text-indent: -99999px;
    background: 0 0;
    color: #000;
}
.home-products .slick-prev:before {
    content: "\f3d2";
    float: left;
    text-indent: 0;
    font-family: ionicons;
    font-size: 24px;
}
.home-products .slick-next {
    position: absolute;
    right: 0;
    top: 46%;
    float: left;
    text-indent: -99999px;
    background: 0 0;
    color: #000;
}
.home-products .slick-next:before {
    content: "\f3d3";
    float: left;
    text-indent: 0;
    font-family: ionicons;
    font-size: 24px;
}
.home-products .responsive {
    width: 100%;
    float: left;
    overflow: hidden;
}
.home-products h2 {
    font-size: 33px;
    font-weight: 600;
    margin-top: 0;
}
.home-products h4 {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 40px;
}
.hesap_no_table {
    width: 100%;
    float: left;
    padding: 10px 0;
    background: #fff;
}
.hesap_no_table tr {
    border-bottom: #eaeaea;
}
.hesap_no_table tr:last-child {
    border-bottom: none;
}
.category_list {
    width: 830px;
    float: right;
    margin: -20px 0 45px 0;
}
.category_list li {
    width: 68px;
    height: 68px;
    float: left;
    margin: 4px 2px;
    padding-left: 11px;
    padding-top: 12px;
    background: url(/images/dropdown_product_bg_new_small.jpg) 0 12px no-repeat;
}
.category_list li:hover {
    background: url(/images/dropdown_product_bg_new_small.jpg) 0 -108px no-repeat;
}
.category_list li img {
    width: 62px;
    height: 62px;
    float: left;
    border-radius: 68px;
    margin: 3px;
}
.category_list li p {
    width: 100%;
    float: left;
    margin: 10px 0;
    font-size: 12px;
    text-align: center;
}
.login-box {
    width: 100%;
    float: left;
}
.login-box .radio-select {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.login-box .labelspan {
    width: 70px;
    float: left;
}
.login-box h2 {
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    margin-top:0px;
    text-transform: uppercase;
}
.login-box small {
    line-height: 30px;
    margin-left: 10px;
}

.login-box input[type="checkbox"] {
    float: left;
    margin-right: 7px;
    margin-top: 2px;
}
.login-box input[type="radio"] {
    float: left;
    margin-right: 7px;
    margin-top: 9px;
}
.login-box .phone {
    float: left;
}

.login-box .terms-litebox {
    width: 700px;
    height: 400px;
    display: none;
}
.login-box .content {
    display: none;
}
.login-box .active {
    display: block;
}
.info_texts {
    width: 100%;
    min-height: 80px;
    float: left;
    margin-top: 20px;
}
.info_texts dt {
    width: 100%;
    float: left;
    margin: 0 0 7px 0;
    font-size: 14px;
    font-weight: 600;
}
.info_texts dd {
    width: 100%;
    float: left;
    font-size: 12px;
}
.info_texts dd a {
    color: #cf212b;
    text-decoration: underline;
}
.info_texts dd a:hover {
    color: #000;
    text-decoration: none;
}
.lost-password {
    width: 100%;
    float: left;
    text-align: center;
}
.lost-password input {
    display: inline-block;
    float: none;
}
.stores {
    width: 100%;
    float: left;
}
.store-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.storesa div {
    float: left;
    margin-top: 12px;
}
.storesa span {
    float: left;
    line-height: 18px;
    margin: 0 30px 0 0;
    font-family: museo_sans500;
}
.storeas select {
    width: 260px;
    margin: 0 0 5px 0;
}
.storesa input[type="submit"] {
    float: right;
}
.storea_title {
    width: 390px;
    float: left;
    margin: 0 0 14px 0;
    font-size: 26px;
    font-family: museo_sans500;
}
.sales_point {
    float: left;
}
.sales_point .magazalarimiz {
    width: 390px;
    height: 130px;
    float: left;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #efefef;
}
.sales_point .magazalarimiz:nth-child(3n + 3) {
    margin-right: 0;
}
.stores-image {
    float: right;
}
.left_side ul {
    width: 100%;
    float: left;
}
.left_side ul li {
    width: 100%;
    float: left;
    margin-bottom: 6px;
    padding-top: 8px;
}
.left_side ul li a {
    float: left;
    font-size: 13px;
}
.magazalarimiz {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    font-size: 15px;
}
.magazalarimiz dt {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: 500;
}
.magazalarimiz dd {
    float: left;
    font-size: 13px;
    width: 100%;
    margin: 7px 0;
}
.magazalarimiz dd.address {
    max-width: 300px;
}
.magazalarimiz dd:last-child {
    margin-right: 0;
}
.magazalarimiz dd b {
    display: block;
    margin-bottom: 5px;
}
.magazalarimiz dd a {
    float: left;
    color: #cf212b;
    text-decoration: underline;
}
.store_map {
    width: 620px;
    height: 320px;
    float: right;
    margin: 0 0 40px 0;
    position: relative;
}
.store_map .zoom {
    position: absolute;
    right: 8px;
    bottom: -28px;
}
.product-single-left {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-right: 50px;
}
.product-single-left .product-image {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
}
.product-single-left .product-image figure {
    width: 100%;
    float: left;
}
.product-single-left .product-image figure img.urunResim {
    width: 100%;
}
.product-single-left .product-image figure span {
    display: block;
    width: 100% !important;
}
.product-single-left .product-image figure span a {
    display: block;
    width: 100% !important;
}
.product-single-left .product-image .sticker_new {
    height: 30px;
    float: left;
    line-height: 30px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 0 10px;
    font-size: 15px;
}
.product-single-left .product-image .sticker_new:after {
    content: "YENÄ°";
    font-weight: 600;
}
.product-single-left .product-image .internete-ozel {
    height: 30px;
    font-weight: 600;
    float: left;
    line-height: 30px;
    position: absolute;
    top: 6px;
    right: 10px;
    background: #6ba2c1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    padding: 0 10px;
    font-size: 15px;
    z-index: 9;
}
.product-single-left .product-image .yeniUrun {
    top: 46px;
}
.product-single-left .product-image .sticker_ozel-firsat {
    height: 25px;
    line-height: 25px;
    float: left;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../img/discount.png) no-repeat;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 50px;
    font-weight: 600;
}
.product-single-left .product-image .campaing-product {
    height: 25px;
    line-height: 25px;
    float: right;
    position: relative;
    top: 0;
    right: 0;
    background: url(../img/discount-2.png) no-repeat;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 135px;
    font-weight: 600;
}
.product-single-left .product-image .campaing-product p {
    text-align: right;
    padding: 0 5px;
    line-height: 24px;
}
.product-single-left .product-thumbs {
    width: 100%;
    height: 86px;
    float: left;
    margin: 0;
    position: relative;
    left: 0;
    bottom: 8px;
}
.product-single-left .product-thumbs li {
    width: 86px;
    height: 86px;
    float: left;
    margin: 0 4px 4px 0;
    border: 1px solid #dedede;
    overflow: hidden;
}
.product-single-left .product-thumbs li img {
    width: 100%;
    float: left;
}
.product-single-right {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.product-single-right form {
    width: 100%;
    float: left;
}
.product-single-right .product-name {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0b0b09;
}
.product-single-right .product-sku {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a2a2a2;
}
.product-single-right .product-stock {
    width: 70%;
    height: 22px;
    float: right;
    line-height: 26px;
    font-weight: 600;
    background: url(/images/icon-info.png) no-repeat;
    margin-top: -30px;
    padding-left: 22px;
}
.product-single-right .product-stock a {
    float: left;
}
.product-single-right .no-stock {
    width: 100%;
    float: left;
    margin: 40px 0;
    font-size: 20px;
}
.product-single-right .no-stock i {
    float: left;
    margin-right: 10px;
}
.product-single-right .price-box {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.product-single-right .price-box .price {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #333;
}
.product-single-right .price-box .price small {
    font-size: 23px;
    display: none;
}
.product-single-right .price-box .price-title {
    width: 100%;
    float: left;
    font-size: 12px;
}
.product-single-right .price-box .sale-price {
    float: left;
}
.product-single-right .price-box .eft-price {
    width: 30%;
    float: left;
}
.product-single-right .price-box .old-price {
    width: 30%;
    float: left;
    color: #a9a9a9;
    position: relative;
}
.product-single-right .price-box .old-price .price {
    text-decoration: line-through;
}
.product-single-right .price-splited {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.product-single-right .price-splited a {
    text-decoration: underline;
}
.product-single-right .ring-size {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.product-single-right .ring-size .bootstrap-select {
    margin-right: 15px;
}
.product-single-right .ring-size a {
    display: inline-block;
    margin: 8px 0;
}
.product-single-right .ring-size a:hover {
    text-decoration: none;
}
.product-single-right .ring-text {
    width: 100%;
    float: left;
}
.product-single-right .ring-text input[type="text"] {
    width: 100%;
    max-width: 260px;
    float: left;
    font-size: 12px;
    border: 1px solid #ccc;
    margin-top: 10px;
}
.product-single-right .ring-text i {
    float: left;
    font-size: 18px;
    margin-left: -25px;
    margin-top: 18px;
}
.product-single-right .purchase-button {
    height: 56px;
    float: left;
    line-height: 50px;
    padding: 0 20px;
    font-size: 30px;
    font-weight: 600;
    background: #df092d;
    border-radius: 6px;
    -moz-border-radius: 6px;
}
.product-single-right .purchase-button:hover {
    transition: 0.3s;
    background: rgba(223, 9, 45, 0.8);
}
.product-single-right .buy-on-store {
    width: 100%;
    max-width: 246px;
    height: 56px;
    float: left;
    border: 1px solid #000;
    font-size: 12px;
}
.product-single-right .buy-on-store img {
    float: left;
    margin: 8px 14px;
}
.product-single-right .buy-on-store span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
}
.product-single-right .buy-on-store:hover {
    text-decoration: none;
}
.product-single-right .social-buttons {
    width: 100%;
    float: left;
    margin: 40px 0;
}
.product-single-right .social-buttons ul {
    width: 100%;
    float: left;
}
.product-single-right .social-buttons ul li {
    float: left;
    margin-right: 20px;
}
.product-single-right .begenEkle {
    display: inline-block;
}
.product-single-right .begenEkle:hover {
    text-decoration: none;
}
.product-single-right .begenEkle i {
    margin-right: 6px;
}
.product-single-right .begenEkle.active i {
    color: red;
}
.product-single-right .sticker_discount {
    width: 100%;
    line-height: 26px;
    float: left;
    font-size: 16px;
    color: #cf212b;
    font-weight: 600;
    margin-bottom: 15px;
}
.product-single-right .discount_percont {
    width: 100%;
    float: left;
    margin: 14px 0;
    font-size: 18px;
    color: #aa6e9a;
}
.olcuuyari {
    display: none;
}
.product-features {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-features .left-side {
    width: 50%;
    float: left;
    border-right: 1px solid #cdcdcd;
}
.product-features .left-side i {
    font-style: normal;
}
.product-features .left-side ul {
    width: 100%;
    float: left;
}
.product-features .left-side ul li {
    width: 100%;
    float: left;
    line-height: 25px;
    margin: 7px 0;
    font-size: 12px;
}
.product-features .left-side ul li .icon {
    width: 40px;
    float: left;
}
.product-features .right-side {
    width: 50%;
    float: left;
}
.product-features .right-side ul {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding-left: 30px;
}
.product-features .right-side ul li {
    width: 33.3%;
    float: left;
    font-size: 12px;
    margin: 2px 0;
}
.product-features .right-side ul li i {
    width: 12px;
    float: left;
    margin-right: 4px;
}
.product-features .right-side ul li:last-child i {
    font-size: 16px;
}
.product-features .mobileWp {
    display: block;
    width: 100%;
    float: left;
    margin-right: 10px;
}
.product-features .mobileWp img {
    display: block;
    width: 100%;
    float: left;
}
.alyansSecimi {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #3f4040;
}
.alyansSecimi h4 {
    margin-top: 0;
}
.alyansSecimi .form-group {
    margin-bottom: 5px;
}
.alyansSecimi .form-group label {
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 600;
}
.alyansSecimi .form-group label input {
    margin-right: 10px;
}
.productBottom .left {
    padding: 0 5px 0 0;
}
.productBottom .left #urunVideo iframe {
    height: 329px;
    width: 100%;
}
.productBottom.half .right {
    padding: 0 0 0 5px;
}
.productBottom.half .right .product-extras-bottom ul li {
    width: 100%;
}
.product-extras {
    width: 100%;
    float: left;
    border-top: 1px solid #dedede;
    padding: 40px 0;
}
.product-extras .section-title {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #1e1819;
}
.product-extras .product-iframe {
    margin: 15px 0 0 0;
}
.product-extras .product-details {
    margin: 12px 0 0 0;
    text-align: justify;
}
.product-extras .no-padding-right {
    padding-right: 0 !important;
}
.product-extras .no-padding-left {
    padding-left: 0 !important;
}
.product-extras .product-sku {
    width: 100%;
    height: 32px;
    float: left;
    line-height: 32px;
    background: url(/images/dark-flag.png) left no-repeat;
    padding-left: 40px;
    margin: 20px 0;
}
.product-extras-bottom {
    width: 100%;
    float: left;
    padding: 40px 50px;
    background: url(/images/product-extras-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}
.product-extras-bottom .section-title {
    width: 100%;
    float: left;
    margin: 40px 0;
    font-weight: 400;
    font-size: 24px;
}
.product-extras-bottom ul {
    width: 100%;
    max-width: 400px;
    float: left;
    margin: 0;
}
.product-extras-bottom ul li {
    width: 50%;
    float: left;
    line-height: 24px;
}
.product-extras-bottom ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    float: left;
    background: #fff;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 6px;
}
.product-extras-bottom img {
    display: inline-block;
    max-width: 100%;
}
.related-products {
    width: 100%;
    float: left;
    margin: 60px 0;
    text-align: center;
    position: relative;
}
.related-products h4 {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 33px;
    font-weight: 600;
}
.related-products h5 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}
.related-products .product-spacing {
    margin-top: 40px;
}
.related-products .product-spacing {
    border-right: 1px solid #e3e3e2;
}
.related-products .product-spacing:nth-child(4n + 4) {
    border-right: 0;
}
ul.all_stores_list {
    width: 100%;
    float: left;
}
ul.all_stores_list li {
    width: 33%;
    float: left;
    margin: 3px 0;
    background: url(/images/left_menu_bullit.jpg) left no-repeat;
    text-indent: 11px;
}
.stores_list {
    width: 100%;
    float: left;
}
.stores_list ul {
    width: 100%;
    height: 200px;
    float: left;
    margin: 8px 0 0 0;
    overflow-y: scroll;
}
.stores_list li {
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #eee;
}
.stores_list h3 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px 0;
}
.stores_list h2 {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 6px 0;
}
.stores_list select {
    float: left;
}
#store_info {
    width: 300px;
    float: left;
    display: none;
}
#store_info dl {
    width: 100%;
    float: left;
}
#store_info dl dd {
    width: 24%;
    float: left;
    margin: 0 1% 0 0;
}
#store_info dl dd img {
    width: 100%;
    float: left;
}
.store_name {
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
    font-weight: 700;
}
.shopping-cart {
    width: 100%;
    float: left;
}
.shopping-cart .continue-shopping {
    height: 46px;
    line-height: 46px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0 35px;
    border: 2px solid #000;
}
.shopping-cart .continue-purchase {
    float: right;
    border: none;
    margin-top: 10px;
    color: #fff;
    transition: 0.3s;
    margin-right: 0;
    height: 50px;
    background-color: #57a0c5;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 50px;
    padding: 0 40px;
    font-weight: 500;
}
.shopping-cart .continue-purchase:hover {
    text-decoration: none;
    background: #57a0c5;
}
.shopping-cart .empty-cart {
    width: 100%;
    float: left;
    padding: 60px 0;
    text-align: center;
}
.shopping-cart .empty-cart i {
    width: 180px;
    height: 180px;
    display: inline-block;
    padding-top: 10px;
    font-size: 120px;
    border: 3px solid #000;
    border-radius: 50%;
}
.shopping-cart .empty-cart h4 {
    display: block;
    margin: 30px;
    font-size: 20px;
    text-transform: uppercase;
}
.shopping-cart .empty-cart a {
    display: inline-block;
    padding: 8px 15px;
    padding-bottom: 6px;
    border: 2px solid #000;
}
.shopping-cart .empty-cart a:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}
.shopping-cart .cart-table {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e1e1e0;
    margin-bottom: 20px;
}
.shopping-cart .cart-table figure {
    width: 120px;
    float: left;
}
.shopping-cart .cart-table figure img {
    width: 100%;
}
.shopping-cart .cart-table .product-name {
    display: block;
    margin-top: 10px;
}
.shopping-cart .cart-table .product-sku {
    display: block;
    font-weight: 300;
    font-size: 12px;
}
.shopping-cart .cart-table .product-size {
    font-weight: 300;
    font-size: 12px;
}
.shopping-cart .cart-table .product-price {
    font-weight: 600;
}
.shopping-cart .cart-table tr {
    border-top: 1px solid #e1e1e0;
}
.shopping-cart .cart-table tr td {
    display: table-cell;
}
.shopping-cart .cart-table tr td:first-child {
    width: 140px;
}
.shopping-cart .cart-table tr td:last-child {
    text-align: right;
}
.shopping-cart .table-prices {
    float: right;
    text-align: right;
    margin-bottom: 5px;
}
.shopping-cart .table-prices td {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.shopping-cart .table-prices td .prices {
    min-width: 90px;
    float: right;
    display: block;
}
.order-process {
    width: 100%;
    float: left;
}
.order-process .shopping-steps {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.order-process .shopping-steps li {
    display: inline-block;
    font-size: 19px;
    margin: 0 45px;
    padding: 0 10px;
    position: relative;
}
.order-process .shopping-steps li:before {
    content: "";
    width: 45px;
    height: 1px;
    background: #000;
    position: absolute;
    left: -47px;
    top: 40px;
}
.order-process .shopping-steps li:after {
    content: "";
    width: 45px;
    height: 1px;
    background: #000;
    position: absolute;
    right: -47px;
    top: 40px;
}
.order-process .shopping-steps li span {
    width: 14px;
    height: 14px;
    display: inline-block;
    line-height: 15px;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    font-family: din;
    font-size: 11px;
}
.order-process .shopping-steps li.active {
    display: inline-block;
}
.order-process .shopping-steps li.active span {
    background: #000;
    color: #fff;
}
.order-process .odeme-icon {
    margin: 0 auto;
}
.order-detail {
    width: 100%;
    max-width: 360px;
    float: left;
    margin-top: 30px;
    margin-left: 20px;
}
.order-detail h3 {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    font-weight: 600;
    font-size: 15px;
}
.order-detail .cart {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.order-detail .cart tr {
    border-bottom: 1px solid #efefef;
}
.order-detail .cart tr td {
    padding: 5px;
}
.order-detail .cart tr td img {
    width: 70px;
}
.order-detail .cart-total {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.order-detail .cart-total tr {
    height: 30px;
}
.order-detail .cart-total tr td {
    text-align: right;
}
.order-detail .cart-total tr td:nth-child(2) {
    width: 20px;
}
.order-detail .cart-total tr td:last-child {
    width: 100px;
}
.order-detail textarea {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.order-detail .adress {
    width: 50%;
    float: left;
    border-top: 1px solid #efefef;
    padding-top: 20px;
    margin-bottom: 40px;
}
.order-detail .adress li {
    width: 100%;
    float: left;
}
.order-info {
    max-width: 490px;
    float: right;
    margin-top: 30px;
}
.order-info h3 {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    font-weight: 600;
    font-size: 15px;
}
.order-info .lh-normal {
    line-height: 26px !important;
}
.order-info .form-group {
    width: 100%;
    float: left;
    line-height: 36px;
    margin-bottom: 10px;
}
.order-info .form-group label {
    width: 100px;
    float: left;
    font-weight: 600;
}
.order-info .form-group .radioSelect {
    width: 80px;
    float: left;
}
.order-info .form-group .radioSelect input[type="radio"] {
    float: left;
    margin-right: 7px;
    /* margin-top: 10px; */
}
.order-info .form-group input[type="text"] {
    width: 100%;
    max-width: 230px;
    float: left;
}
.order-info .form-group textarea {
    width: 100%;
    max-width: 230px;
    float: left;
}
.order-info .form-group .bootstrap-select {
    width: 100% !important;
    max-width: 230px;
}
.order-info .nav-tabs {
    float: left;
    margin-bottom: 20px;
}
.order-info .nav-tabs > li > a {
    border: 1px solid #ccc;
    margin-right: -1px;
    border-radius: 0;
    padding: 10px 7px;
    color: #666;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.order-info .nav-tabs > li.active > a {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    background: #57a0c5;
}
.order-info .tab-content {
    width: 100%;
    float: left;
}
.order-info .tab-content label {
    width: 100%;
    float: left;
    font-weight: 300;
    color: #7e7e7e;
    line-height: 24px;
}
.order-info .tab-content label.siparis3 {
    color: #000;
    line-height: 1.2;
}
.order-info .tab-content label.siparis3 input {
    position: relative;
}
.order-info .tab-content .bootstrap-select {
    width: auto !important;
    max-width: inherit;
    float: left;
    margin-right: 10px;
}
.order-info .tab-content .cvv {
    display: inline-block;
}
.order-info .tab-content .cvv input[type="text"] {
    width: 46px;
    margin-right: 10px;
}
.basket ul.gift_cheque {
    width: 340px;
    float: left;
    margin: 20px 0 0 0;
}
.basket ul.gift_cheque li {
    float: left;
    margin: 3px 0;
}
.basket ul.gift_cheque li p {
    margin: 0;
}
.basket ul.gift_cheque li:empty {
    display: none;
}
.basket ul.gift_cheque li input[type="text"] {
    width: 200px;
    margin: 0 4px 0 0;
    border-right: none;
}
.basket ul.gift_cheque li input[type="submit"] {
    margin: 0 0 0 -5px;
}
.basket ul.login_buy {
    width: 200px;
    float: right;
    margin: 20px 0 0 0;
}
.basket ul.login_buy li {
    width: 100%;
    float: right;
    margin: 3px 0;
}
.basket ul.login_buy li input[type="text"] {
    width: 200px;
    float: left;
    margin: 0 0 0 -2px;
}
.basket ul.login_buy li input[type="password"] {
    width: 200px;
    margin: 0;
}
.basket h2 {
    margin: 0 0 10px 0;
}
.basket label {
    width: 100%;
    float: left;
    margin: 3px 0;
    line-height: 34px;
}
.left_column {
    width: 217px;
    height: 100%;
    float: left;
    margin: 0 20px 0 0;
}
.right_column {
    width: 706px;
    float: right;
    margin: 0;
    padding: 0 0 0 16px;
    border-left: 1px solid #e2e2e2;
}
.right_column h1 {
    width: 100%;
    height: 71px;
    line-height: 48px;
    font-family: MuseoSans700;
    float: left;
    font-size: 20px;
    margin: 0;
    background: url(/images/right_seperate_shadow.jpg) bottom center no-repeat;
}
.login {
    width: 100%;
    float: left;
}
.filter-wrapper {
    display: block;
}
.back2basket {
    height: 34px;
    line-height: 34px;
    padding: 0 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: url(/images/submit_bg.jpg);
}
.back2basket:hover {
    text-decoration: none;
}
.order_print {
    width: 100%;
    float: left;
}
.magazine-subscription {
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 17px;
    clear: both;
    text-decoration: underline !important;
    position: relative;
    top: 10px;
}
.magazine-subscription:hover {
    color: #fff;
}
.magazine-subscription:focus {
    color: #fff;
}
.urun-set {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.urun-set h2 {
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
}
.urun-set button[type="submit"] {
    margin-top: 10px;
}
.urun-set .product-box-set {
    width: 50%;
    float: left;
}
.urun-set .product-box-set figure {
    width: 40%;
    float: left;
}
.urun-set .product-box-set figure img {
    width: 100%;
}
.urun-set .product-box-set .caption {
    width: 60%;
    float: left;
    padding-left: 10px;
}
.urun-set .product-box-set .caption h5 {
    font-weight: 400;
    font-size: 16px;
}
.urun-set .product-box-set .caption input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 1px solid #e3e3e2;
    margin: 0;
    margin-right: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.urun-set .product-box-set .caption input[type="checkbox"]:checked {
    background: url(/images/checkbox-bg.jpg) center no-repeat;
}
.sidebar {
    width: 100%;
    float: left;
    padding: 0;
}
.sidebar .main-title {
    width: 100%;
    float: left;
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
}
.sidebar .cat-title {
    width: 100%;
    line-height: 34px;
    border-bottom: 1px solid #e3e3e2;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.sidebar .first {
    width: 100%;
    padding-bottom: 10px;
}
.sidebar .last {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.sidebar ul {
    width: 100%;
    float: left;
}
.sidebar ul li {
    width: 100%;
    float: left;
    margin: 4px 0;
}
.sidebar ul li input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 1px solid #e3e3e2;
    float: left;
    margin: 0;
    margin-right: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.sidebar ul li input[type="checkbox"]:checked {
    background: url(/images/checkbox-bg.jpg) center no-repeat;
}
.sidebar ul li a {
    float: left;
}
.sidebar ul li a:hover {
    text-decoration: none;
}
.sidebar ul li.active a {
    text-decoration: underline;
}
.fiyatAraligi div {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.fiyatAraligi div.inputWrap {
    width: 80px;
}
.fiyatAraligi div span {
    position: absolute;
    line-height: 38px;
    padding: 0 5px;
    right: 0;
    top: 0;
    z-index: 9;
}
.fiyatAraligi i {
    display: table-cell;
    text-align: center;
    font-style: normal;
    line-height: 36px;
    padding: 0 5px;
}
.fiyatAraligi input {
    width: 100%;
    padding-right: 28px;
}
.fiyatAraligi button {
    display: table-cell;
    margin: 0 0 0 5px;
}
.fiyatAraligi button i {
    padding: 0;
}
.content-title {
    width: 100%;
    float: left;
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.beborder {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.product-list {
    width: 100%;
    float: left;
}
.product-list .col-md-4 {
    border-right: 1px solid #e3e3e2;
    margin-bottom: 40px;
}
.product-list .col-md-4:nth-child(3n + 2) {
    border-right: none;
}
.product-list p > img {
    margin: 0 15px;
}
.pagement {
    margin-top: 70px;
    float: right;
    width: 100%;
}
.pagement li {
    float: left;
    display: inline-block;
}
.pagement li a {
    display: block;
    color: #606060 !important;
    padding: 0 11px;
    border: 1px solid #cdcdcd;
    line-height: 31px;
    float: left;
}
.pagement li a.active {
    background: #e6e6e6;
    color: #333 !important;
}
.product-box {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.product-box * {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.product-box figure {
    width: 100%;
    height: 255px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.product-box figure img {
    max-width: 100%;
    width: auto;
    height: 100%;
    float: none;
    margin: 0 auto;
}
.product-box .product-name {
    width: 100%;
    float: left;
    font-size: 14px;
    margin: 0;
    margin-bottom: 4px;
}
.product-box .product-name a {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #37494d;
}
.product-box .splited-price {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
}
.product-box .splited-price:after {
    content: "";
    width: 46px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -23px;
}
.product-box .sale-price {
    height: 40px;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #37494d;
}
.product-box .old-price {
    display: inline-block;
    color: #818181;
    font-size: 16px;
    text-decoration: line-through;
    margin: 0 5px;
}
.product-box .remove {
    float: right;
    margin: 0;
    position: absolute;
    top: 228px;
    left: 50%;
    margin-left: -8px;
}
.product-box .no-stock {
    width: 100%;
    float: left;
    line-height: 40px;
    color: #f53939;
    font-weight: 600;
}
.product-box .sticker-new {
    height: 23px;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 0 6px;
}
.product-box .internete-ozel {
    height: 23px;
    line-height: 23px;
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #6ba2c1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 6px;
    width: 130px;
}
.product-box .indirimli {
    top: 25px;
}
.product-box .sticker-discount {
    height: 25px;
    line-height: 25px;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/discount.png) no-repeat;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 50px;
    font-weight: 600;
}
.product-box .campaing-product {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.47px;
    text-align: center;
    color: #738fb2;
}
.product-box .ndiscount {
    line-height: 20px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.67px;
    text-align: center;
    color: #fff;
    width: 52px;
    height: 20px;
    background-color: #ff6868;
}
.product-box .campaing-product p {
    margin: 0;
}
.product-box h2 {
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    font-weight: 400;
    margin-top: 0;
}
.sticker-wrapper {
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 100%;
}
.sticker-wrapper .internete-ozel {
    position: relative;
    display: block;
    float: right;
    top: 0;
}
.sticker-wrapper .sticker-discount {
    top: 0;
    display: block;
    background: url(../img/discount.png) no-repeat right;
    width: 100%;
    position: relative;
    text-align: right;
    padding: 0 8px;
}
.sticker-wrapper .sticker-discount p {
    width: 50px;
    top: 0;
    float: right;
    line-height: 24px;
}
.sticker-wrapper .campaing-product .campaing-product {
    position: relative;
    float: right;
}
#odeme_havale table {
    font-size: 12px;
}
ul.life {
    margin: 0 -15px;
}
ul.life li a {
    display: block;
    position: relative;
}
ul.life li a img {
    display: block;
    width: 100%;
}
ul.life li a span {
    display: none;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    padding: 15px 10px;
    position: absolute;
    width: 100%;
    bottom: 34px;
    letter-spacing: 0.5px;
    left: 0;
    color: #fff;
    font-weight: 700;
}
ul.life li a:hover span {
    display: block;
}
footer {
    width: 100%;
    float: left;
    margin-top: 40px;
}
footer .footer-bar {
    width: 100%;
    float: left;
    padding: 80px 0 20px;
}
footer .footer-bar .social-media {
    width: 100%;
    float: left;
    margin-top: 7px;
}
footer .footer-bar .social-media span.title {
    float: left;
    margin: 0;
    margin-right: 60px;
    font-weight: 600;
    font-size: 17px;
}
footer .footer-bar .social-media ul {
    float: left;
}
footer .footer-bar .social-media ul li {
    float: left;
    margin: 0 10px;
}
footer .footer-bar .social-media ul li a {
    font-size: 17px;
}
footer .footer-bar .phone {
    float: right;
}
footer .footer-bar .phone strong {
    float: left;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin: 5px;
}
footer .footer-bar .phone i {
    height: 30px;
    float: left;
    font-size: 30px;
    margin: 0 8px;
    margin-top: -3px;
}
footer .footer-bar .phone span {
    float: left;
    font-size: 22px;
    font-weight: 600;
}
footer .footer-menu {
    float: left;
    margin-top: 5px;
    margin-bottom: 30px;
    width: 25%;
    font-size: 12px;
}
footer .footer-menu:last-child {
    margin-right: 0;
}
footer .footer-menu dt {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #2a373a;
    margin-bottom: 10px;
}
footer .footer-menu dd {
    display: block;
    margin: 8px 0;
}
footer .footer-menu dd a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #7b959b;
}
footer .life-magazine {
    width: 100%;
    float: left;
}
footer .life-magazine img {
    float: left;
    margin-right: 10px;
}
footer .life-magazine h4 {
    font-size: 17px;
    margin-top: 46px;
}
footer .life-magazine p {
    display: block;
    color: #575757;
    font-weight: 500;
}
footer .life-magazine a {
    text-decoration: underline;
}
footer figure.logo {
    width: 100%;
}
footer figure.logo img {
    width: 120px;
}
footer span.copyright {
    color: #575757;
    font-size: 12px;
    display: block;
    text-align: center;
}
footer a.crealive {
    float: right;
}
footer a.crealive img {
    height: 11px;
    float: left;
}
.footerImgWrapper {
    padding: 10px 15px;
    margin: 10px 0;
}
.order-process-top {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    text-align: center;
}
.order-process-top a {
    display: inline-block;
}
.order-process-top img {
    max-widht: 100%;
}
.order-process-bottom {
    width: 100%;
    float: left;
    text-align: center;
}
.order-process-bottom img {
    height: 22px;
}
ul.setolarakal {
    width: 270px;
    float: left;
    margin: 0;
}
ul.setolarakal li {
    width: 100%;
    float: left;
    margin: 2px 0;
}
ul.setolarakal li.title {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #333;
    font-weight: 700;
}
ul.setolarakal li span {
    float: left;
    margin: 0 0 0 -2px;
    line-height: 20px;
    font-size: 11px;
}
ul.setolarakal li input[type="submit"] {
    margin: 10px 0 0 0;
}
ul.setolarakal li.ring_size_select2 {
    width: 134px;
    height: 31px;
    float: left;
    line-height: 31px;
    margin: 8px 0 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background: url(/images/site_tools.png) 119px -385px no-repeat;
}
ul.setolarakal li.ring_size_select2 select {
    background: transparent none;
    border: none 0;
    width: 130px;
    height: 31px;
    line-height: 31px;
    padding: 0 5px;
    font-size: 13px;
    color: #666;
    -webkit-appearance: menulist;
}
.setler_container {
    width: 716px;
    float: left;
    background: #ccc;
    margin: 0 0 20px 0;
}
.product_set_box {
    width: 100%;
    float: left;
    border: 1px solid #eee;
    position: relative;
}
.product_set_box .set-title {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 20px;
}
.product_set_box .set-title span {
    font-weight: 600;
}
.product_set_box .product-box-setler {
    width: 194px;
    float: left;
    border-right: 1px solid #eee;
    padding: 15px;
    position: relative;
}
.product_set_box .product-box-setler:last-child {
    border-right: none;
}
.product_set_box .product-box-setler a {
    width: 100%;
    height: 180px;
    float: left;
}
.product_set_box .product-box-setler img {
    width: 100%;
}
.product_set_box .product-box-setler p {
    width: 100%;
    min-height: 36px;
    float: left;
    line-height: 20px;
    overflow: hidden;
    float: left;
    font-size: 15px;
    padding: 3px 3%;
}
.product_set_box .product-box-setler .product_code {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    font-size: 13px;
    padding: 0 3%;
    white-space: nowrap;
    text-align: center;
}
.product_set_box .product-box-setler .price {
    width: 100%;
    line-height: 28px;
    float: left;
    font-size: 20px;
    font-weight: 600;
    padding: 2px 3%;
    text-align: center;
}
.product_set_box_bottom {
    width: 716px;
    float: left;
    background: url(/images/product_set_box_bottom.jpg) bottom center no-repeat;
    padding: 0 0 31px 0;
}
.product_set_box_bottom p {
    width: 100%;
    float: left;
    color: #df11a8;
    font-size: 15px;
    text-align: center;
}
.product_set_box_bottom b {
    width: 100%;
    float: left;
    color: #b9b9b9;
    margin: 7px 0;
    font-size: 12px;
    text-align: center;
    text-decoration: line-through;
}
.product_set_box_bottom span {
    width: 100%;
    float: left;
    color: #6a6a6a;
    font-size: 18px;
    text-align: center;
}
.product_set_box_bottom span.product_code {
    width: 100%;
    float: left;
    color: #888;
    font-size: 12px;
    text-align: center;
}
.product_set_thumb_container {
    width: 716px;
    text-align: center;
    padding: 10px 0;
    float: left;
    margin: 1px;
}
.dashed_seperater_for_sets {
    width: 716px;
    height: 19px;
    float: left;
    margin: 0;
    background: url(/images/dashed_set_seperater.jpg) top center no-repeat;
}
ul.contact_form {
    width: 550px;
    float: left;
    margin: 1px 0;
}
ul.contact_form li {
    width: 100%;
    float: left;
    margin: 0 0 7px 0;
}
ul.contact_form li input[type="text"] {
    width: 256px;
}
ul.contact_form li input[type="text"]::-webkit-input-placeholder {
    color: #000;
}
ul.contact_form li span {
    float: left;
    line-height: 32px;
    margin-left: 6px;
}
ul.contact_form li select {
    width: 268px;
}
ul.contact_form li textarea {
    width: 531px;
}
ul.contact_form li textarea::-webkit-input-placeholder {
    color: #000;
}
.map {
    width: 481px;
    float: right;
    margin: 0;
    margin-bottom: 40px;
    position: relative;
}
.map .zoom {
    position: absolute;
    left: 11px;
    bottom: -32px;
}
.contact-info {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    position: relative;
}
.contact-info h4 {
    display: block;
}
.contact-info a {
    text-decoration: underline;
}
.split-chart {
    width: 100%;
    float: left;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 15px;
}
.split-chart table {
    width: 100%;
    float: left;
}
.split-chart table tr {
    width: 100%;
    float: left;
}
.split-chart table tr td {
    width: 33.33333%;
    float: left;
    padding: 5px;
}
.split-chart table tr td img {
    float: left;
}
.fullWidthSelect {
    width: 100%;
    float: left;
}
.fullWidthSelect .bootstrap-select {
    width: 100% !important;
    float: left;
}
a.havaleft {
    display: block;
    float: left;
    claer: both;
    line-height: 36px;
    padding: 0 15px;
    background: #000;
    color: #fff;
    border: none;
    font-weight: 600;
}
.MagicZoomHint {
    display: none !important;
}
.instagramContainer span.instagramBaslik {
    display: block;
    padding: 30px 0 45px;
    text-align: center;
    font-size: 26px;
    float: left;
    width: 100%;
}
.instagramContainer figure {
    position: relative;
    margin: 15px 0;
    font-family: Josefin, sans-serif;
}
.instagramContainer figure:hover .hover,
.instagramContainer figure:hover .instagramLike {
    display: block;
}
.instagramContainer .hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    padding: 5px 15px;
}
.instagramContainer .hoverAlan {
    padding: 3px 0;
    float: left;
    width: 100%;
}
.instagramContainer .hoverAlan a {
    color: #fff;
    float: left;
    display: block;
    font-weight: 700;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.instagramContainer .hoverAlan span {
    float: right;
    color: #fff;
    display: block;
}
.instagramContainer .instagramLike {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 45px;
    padding: 0 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.instagramContainer .instagramLike i {
    float: left;
    margin: 2px 5px 0 0;
    line-height: 45px;
}
.hataSayfa {
    float: left;
    width: 100%;
}
.hataSayfa p {
    font-size: 13px;
    color: #000;
}
.hataSayfa p a {
    color: #000;
    text-decoration: none;
}
.hataSayfa a.logo {
    display: block;
    margin: 53px auto 0 auto;
    width: 196px;
}
.hataSayfa h2 {
    text-align: center;
    font-size: 16px;
    margin: 68px 0 5px 0;
}
.hataSayfa h3 {
    text-align: center;
    font-size: 15px;
    color: #000;
    margin-top: 0;
}
.hataSayfa img.image {
    margin: 0 auto;
    display: block;
}
.hataSayfa .hataForm {
    float: none;
    margin: 21px auto 48px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.hataSayfa .hataForm input[type="text"] {
    width: 100%;
    background: #eef0ef;
    font-size: 15px;
    color: #333;
    height: 43px;
    line-height: 19px;
    padding: 12px 71px 12px 15px;
    border: 0;
}
.hataSayfa .hataForm button {
    position: absolute;
    top: 0;
    right: 0;
    width: 71px;
    text-align: center;
    border: 0;
    line-height: 42px;
    padding-top: 1px;
    color: #fff;
    font-size: 12px;
    background: #000;
}
.hataSayfa ul.hataNav {
    float: left;
    width: 100%;
    text-align: center;
    margin: 5px 0 50px 0;
}
.hataSayfa ul.hataNav li {
    float: none;
    display: inline-block;
    font-weight: 300;
}
.hataSayfa ul.hataNav li a {
    display: block;
    float: left;
    font-size: 13px;
    color: #000;
}
.hataSayfa ul.hataNav li a:hover {
    color: #000;
    text-decoration: none;
}
.hataSayfa ul.hataNav li span {
    float: left;
    font-size: 13px;
    color: #000;
    margin: 0 16px;
}
.hataSayfa ul.hataNav li:first-child span {
    display: none;
}
.hataSayfa p {
    text-align: center;
    font-size: 12px;
    float: left;
    width: 100%;
}
.hataSayfa p a {
    text-decoration: underline;
}
.hataSayfa p a:hover {
    text-decoration: underline;
}
ul.pagination {
    width: 100%;
    float: left;
}
.pagination > li > a,
.pagination > li > span {
    color: #000 !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #000;
    border-color: #000;
    color: #fff !important;
}
button.toggleSearch {
    background: 0 0;
    color: #000;
    margin: 17px 15px 0 0;
    font-size: 21px;
    float: right;
}
button.toggleSearch.active {
    background: #000;
    color: #fff;
}
.searchMobile {
    background: #000;
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 100%;
    z-index: 9999;
}
.searchMobile input[type="text"] {
    min-width: 202px;
}
a.whatsappWeb {
    background: #43d854;
    padding: 0 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
}
a.zubizu {
    display: block;
    text-decoration: none;
}
a.zubizu strong {
    display: block;
    float: left;
    width: 50px;
    height: 20px;
    background-image: url(../img/zubizu.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 5px;
}
#zubizu {
    width: 100%;
    max-width: 820px;
    background: #fff;
    display: none;
    padding: 40px;
}
#zubizu span.title {
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}
.zbzcenter {
    width: 100%;
    display: table;
    margin-bottom: 25px;
}
.zbzcenter .leftZbz {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
}
.zbzcenter .rightZbz {
    display: table-cell;
    vertical-align: middle;
}
.zbzcenter .rightZbz input[type="text"] {
    width: calc(65% - 100px);
    height: 40px;
}
.zbzcenter .rightZbz input[type="submit"] {
    width: 100px;
    height: 40px;
}
.nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    header .navbar-default .navbar-nav li input[type="text"]:focus {
        width: 120px;
    }
    header .navbar-default .navbar-nav li a {
        font-size: 13px;
    }
    .productBottom .left #urunVideo iframe {
        height: 379px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .dropdown-magazalar {
        float: left;
    }
    .dropdown-yurt-disi {
        float: left;
        margin-left: 15px;
    }
    .dropdown-yurt-disi button[type="button"] {
        margin-top: 0;
    }
    header .navbar-default .navbar-nav li .dropdown ul li {
        width: 50%;
    }
    header .navbar-default .navbar-nav li .dropdown.collection ul li {
        width: 50%;
    }
    header .navbar-default .navbar-nav li a {
        font-size: 12px;
    }
    .product-single-left {
        padding-right: 20px;
    }
    .sidebar ul li {
        width: 33.33333%;
    }
    .sub-banners ul li {
        min-height: inherit;
    }
    .sidebar .main-title {
        display: none;
    }
    .product-list .col-md-4 {
        border: none;
    }
    .product-single-right {
        margin: 0;
    }
    .product-single-right .purchase-button {
        margin-bottom: 20px;
    }
    .product-features .left-side {
        width: 100%;
        float: left;
        border: none;
    }
    .product-features .right-side {
        width: 100%;
        padding: 0;
    }
    .product-features .right-side ul {
        padding: 0;
    }
    .related-products .product-spacing:nth-child(3n + 3) {
        border: none;
    }
    .related-products .product-spacing:nth-child(4) {
        display: none;
    }
    .order-process-bottom img {
        margin-top: 40px;
    }
    .order-detail {
        margin-left: 0;
    }
    .map {
        width: 100%;
    }
    .siparisDetayMobil {
        display: none;
    }
    footer .footer-bar .social-media span.title {
        margin-right: 50px;
    }
    .sliderHome .product-box figure {
        height: auto;
    }
    .rev_slider,
    .rev_slider_wrapper {
        height: auto !important;
    }
    .rev_slider_wrapper {
        margin-bottom: -20px;
    }
    header .navbar-default .navbar-nav li .dropdown ul li a {
        text-transform: capitalize;
    }
    .sub-banners ul li {
        width: 100%;
    }
    .product-list.kurumsal table {
        max-width: 100%;
    }
    .odemeButon {
        max-width: 100%;
        text-align: center;
        margin: 30px 0;
    }
    .odemeButon input[type="submit"] {
        float: none !important;
        display: inline-block;
    }
    .nav > li > a {
        padding-right: 4px;
        padding-left: 4px;
    }
    .product-box figure {
        height: auto;
    }
}
@media (max-width: 991px) {
    .product-box {
        margin-bottom: 30px;
    }
    header .menu ul li .sub-menu li {
        line-height: 16px;
        padding: 5px 0;
    }
    header .menu ul li .sub-menu li a {
        padding: 0;
        line-height: normal;
        letter-spacing: normal;
    }
    .banner-background h1 {
        margin: 0;
        font-weight: 400 !important;
    }
    .banner-background .text {
        margin: 20px 0;
        padding: 20px 0;
    }
    .banner-background p {
        margin-top: 4px;
    }
    .product-header a {
        width: 50%;
    }
    .product-features .right-side ul li {
        width: 100% !important;
    }
    .product-list .col-md-4:nth-child(3n + 2) {
        border-right: 1px solid #e3e3e2;
    }
    .product-list .col-md-4:nth-child(2n + 2) {
        border-right: none;
    }
    .product-box .internete-ozel {
        height: 23px;
        width: 90px;
        font-size: 9px;
    }
    .product-box .campaing-product p {
        font-size: 9px;
        padding: 0 2px;
        line-height: 21px;
    }
    .productBottom .left {
        padding: 0;
    }
    .productBottom.half .right {
        padding: 0;
    }
    .product-single-right .price-box .price {
        font-size: 28px;
    }
    .product-single-right .price-splited {
        margin-bottom: 10px;
        float: left !important;
    }
    .product-single-right .purchase-button {
        height: 40px;
        line-height: 37px;
        font-size: 23px;
    }
    .product-single-right .begenEkle {
        line-height: 37px;
    }
    .product-features {
        margin-top: 0;
    }
    .product-single-right .social-buttons {
        margin: 10px 0;
    }
    .urun-set h2 {
        margin-bottom: 10px;
    }
}
@media (max-width: 1023px) {
    .js-filter-click {
        display: inline-block;
        font-size: 17px;
        text-transform: uppercase;
        cursor: pointer;
        margin-top: 10px;
        clear: both;
        text-decoration: underline;
    }
    .filter-wrapper {
        display: none;
        margin-bottom: 10px;
    }
    .mobile-order-filter {
        width: auto !important;
        float: right !important;
        margin-top: 10px !important;
    }
    .mobile-order-filter li {
        display: inline-block;
        width: auto !important;
        margin-left: 15px !important;
        text-decoration: underline;
    }
    header .navbar-default .navbar-nav {
        width: 100%;
        float: left;
        margin: 0;
        padding-top: 50px;
    }
    header .navbar-default .top-bar ul.language {
        margin: 0;
        padding: 0;
        border: none;
    }
    header .navbar-default .navbar-header {
        width: auto;
        float: none;
    }
    header .navbar-default .navbar-brand {
        float: left;
        padding: 20px 15px;
    }
    header .navbar-default .navbar-brand img {
        height: 30px;
    }
    header .navbar-default .navbar-toggle {
        background: 0 0;
        color: #000;
        font-size: 30px;
        padding: 8px 0;
        height: auto;
        margin-top: 4px;
    }
    header .navbar-default .navbar-toggle:hover {
        background: 0 0;
    }
    header .navbar-default .navbar-toggle:focus {
        background: 0 0;
    }
    header .navbar-default .navbar-nav li .dropdown {
        width: 100%;
        float: left;
        position: static;
        border: none;
        padding: 0 25px;
    }
    header .navbar-default .navbar-nav li .dropdown span.title {
        display: none;
    }
    header .navbar-default .navbar-nav li .dropdown ul li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    header .navbar-default .navbar-nav li .dropdown ul li a {
        padding: 5px 0;
        font-size: 14px;
    }
    header .navbar-default .navbar-nav li {
        width: 100%;
        border-bottom: 1px solid #cdcdcd;
    }
    header .navbar-default .navbar-nav li:last-child {
        border-bottom: none;
    }
    .dropdown-menu > li > a {
        width: 100%;
    }
    header .navbar-default .top-bar a {
        font-size: 12px;
    }
    header .navbar-default .top-bar ul.login-menu li {
        padding-left: 5px;
        margin-left: 5px;
    }
    header .navbar-default .navbar-nav li .dropdown {
        display: none;
    }
    header .navbar-default .navbar-nav li:hover .dropdown {
        display: block;
    }
    .sub-banners ul li {
        min-height: inherit;
    }
    .sub-banners ul li {
        width: 100% !important;
    }
    .sub-banners ul {
        margin: 0;
    }
    .sub-banners ul li {
        margin: 0;
    }
    .sub-banners ul li figure img {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .js-filter-click {
        display: inline-block;
        font-size: 17px;
        text-transform: uppercase;
        cursor: pointer;
        margin-top: 10px;
        clear: both;
        text-decoration: underline;
    }
    .filter-wrapper {
        display: none;
        margin-bottom: 10px;
    }
    .mobile-order-filter {
        width: auto !important;
        float: right !important;
        margin-top: 10px !important;
    }
    .mobile-order-filter li {
        display: inline-block;
        width: auto !important;
        margin-left: 15px !important;
        text-decoration: underline;
    }
    .cd-top {
        display: none !important;
    }
    header .navbar-default .navbar-nav {
        width: 100%;
        float: left;
        margin: 0;
        padding-top: 15px;
    }
    header .navbar-default .top-bar ul.language {
        margin: 0;
        padding: 0;
        border: none;
    }
    header .navbar-default .navbar-header {
        width: auto;
        float: none;
    }
    header .navbar-default .navbar-brand {
        float: left;
        padding: 20px 15px;
    }
    header .navbar-default .navbar-brand img {
        height: 30px;
    }
    header .navbar-default .navbar-toggle {
        background: 0 0;
        color: #000;
        font-size: 30px;
        padding: 8px 0;
        height: auto;
        margin-top: 4px;
    }
    header .navbar-default .navbar-toggle:hover {
        background: 0 0;
    }
    header .navbar-default .navbar-toggle:focus {
        background: 0 0;
    }
    header .navbar-default .navbar-nav li .dropdown {
        width: 100%;
        float: left;
        position: static;
        border: none;
        padding: 0 25px;
    }
    header .navbar-default .navbar-nav li .dropdown span.title {
        display: none;
    }
    header .navbar-default .navbar-nav li .dropdown ul li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    header .navbar-default .navbar-nav li .dropdown ul li a {
        padding: 5px 0;
        font-size: 14px;
    }
    header .navbar-default .navbar-nav li {
        width: 100%;
        border-bottom: 1px solid #cdcdcd;
    }
    header .navbar-default .navbar-nav li:last-child {
        border-bottom: none;
    }
    .sub-banners ul li {
        min-height: inherit;
    }
    .sidebar ul li {
        width: 100%;
    }
    .bootstrap-select {
        width: 100% !important;
    }
    .left-filter {
        width: 100%;
        float: left;
        border-radius: 0;
    }
    .sub-banners ul li {
        width: 100% !important;
    }
    .product-extras-bottom {
        padding: 40px 20px;
    }
    .product-extras-bottom ul li {
        font-size: 13px;
    }
    #product-variation {
        width: 100%;
    }
    .order-process .shopping-steps li {
        display: none;
    }
    .order-process .shopping-steps li.active {
        display: block;
    }
    footer .footer-bar .social-media span.title {
        margin-right: 30px;
    }
    footer .footer-bar .social-media ul li {
        margin: 0 5px;
    }
    footer .footer-menu,
    footer .life-magazine {
        margin-bottom: 5px;
    }
    footer .footer-menu:last-child {
        border: 0;
    }
    footer .footer-menu dd {
        width: 100%;
    }
    footer .footer-bar .phone {
        float: left;
        margin-top: 20px;
    }
    footer span.copyright {
        font-size: 13px;
        margin-bottom: 10px;
    }
    footer a.crealive {
        float: left;
    }
    .product-single-right .price-box .eft-price {
        width: 33.33%;
    }
    .radioSelect > label {
        width: 80px;
    }
    .shopping-cart button[type="submit"] {
        margin-bottom: 10px;
    }
    #sign-in {
        width: 100%;
        overflow: hidden;
    }
    .sliderHome .product-box figure {
        height: auto;
    }
    .product-box figure {
        height: auto;
    }
    .product-box figure img {
        max-height: 130px;
        width: auto;
        margin: 0 auto;
        float: none;
    }
    .product-list .col-md-4 {
        margin-bottom: 15px;
    }
    .rev_slider,
    .rev_slider_wrapper {
        height: auto !important;
    }
    .rev_slider_wrapper {
        margin-bottom: -20px;
    }
    .product-single-right .social-buttons {
        margin: 0 0 20px 0;
    }
    .product-extras {
        padding: 15px;
    }
    .product-extras tr td {
        font-size: 13px;
    }
    .product-features {
        margin-top: 0;
    }
    .prevnext {
        text-align: left !important;
        margin-top: 10px;
    }
    .sub-header {
        margin-bottom: 10px;
    }
    .fileType > label {
        line-height: 36px !important;
    }
    .fileType .fileType input[type="text"] {
        margin: 5px 0;
    }
    footer .footer-menu {
        width: 100%;
    }
    .sliderHome .bx-controls {
        display: none;
    }
    .product-features .left-side {
        width: 100%;
        margin: 15px 0;
        border: 0;
    }
    .product-features .right-side {
        width: 100%;
    }
    .product-features .right-side ul {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }
    .product-single-left {
        padding-right: 0;
    }
    .product-single-left .product-thumbs {
        width: auto;
        left: 0;
        bottom: 0;
        height: auto;
    }
    .product-single-left .product-thumbs li {
        float: left;
        width: 65px;
        height: 65px;
    }
    .product-single-left .product-thumbs li {
        margin: 0;
        margin-left: -1px;
    }
    .product-single-left .product-thumbs li:first-child {
        margin-left: 0;
    }
    .MagicZoomBigImageCont {
        display: none !important;
    }
    .shopping-cart .cart-table .product-name {
        padding: 0;
    }
    .shopping-cart .cart-table .product-price {
        min-width: 60px;
    }
    .shopping-cart .cart-table figure {
        width: 80px;
    }
    .shopping-cart .cart-table tr td:first-child {
        width: auto;
    }
    .shopping-cart .cart-table tr td a {
        padding: 0 10px;
    }
    .bootstrap-select > .dropdown-toggle {
        padding-left: 10px;
    }
    .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        padding-right: 5px;
    }
    .sub-banners ul {
        margin: 0;
    }
    .sub-banners ul li {
        margin: 0;
    }
    .shopping-cart .table-prices {
        float: right;
    }
    .basket ul.gift_cheque {
        margin: 10px 0;
        float: right;
    }
    .shopping-cart .continue-shopping {
        margin-right: 0;
        width: 49%;
    }
    .shopping-cart .table-prices {
        width: 100%;
        margin-bottom: 0;
    }
    footer .footer-bar .social-media ul {
        width: 100%;
        text-align: left;
        padding-bottom: 7px;
        margin-top: 20px;
    }
    footer .footer-bar .social-media ul li {
        float: none;
        display: inline-block;
    }
    .infoPhone img {
        float: left !important;
        margin: 15px auto 0;
    }
    #epostalistediv input[type="button"] {
        margin: 0 auto;
        float: left;
        display: block;
    }
    #epostalistediv input[type="text"] {
        margin-bottom: 10px;
    }
    .product-single-right .ring-text input[type="text"] {
        max-width: 100%;
    }
    .product-features .left-side ul li .icon img {
        margin: 0 auto;
        display: block;
    }
    .product-list.kurumsal > table {
        width: 100% !important;
    }
    .product-list.kurumsal table tr td {
        float: left;
        width: 100%;
        position: relative;
    }
    .product-list.kurumsal table tr td img {
        margin: 0 auto;
        display: block;
        width: auto !important;
    }
    .product-list.kurumsal table tr td div {
        width: 100% !important;
    }
    .product-list.kurumsal table tr td h1 {
        width: 100% !important;
    }
    .product-list.kurumsal table tr td a {
        word-break: break-all;
    }
    .product-list.kurumsal p {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .product-list.kurumsal p img {
        float: none !important;
        margin: 0 auto !important;
        display: block;
    }
    .cbp-spmenu {
        overflow: auto;
    }
    .login-box small {
        display: block;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 10px;
    }
    .order-detail {
        margin-left: 0;
    }
    li #form3 span.title {
        display: block;
        text-align: left;
        margin-bottom: 5px;
        font-weight: 500;
    }
    li #form3 {
        margin-bottom: 15px;
    }
    li #form3 input[type="text"] {
        width: 100%;
        margin-right: -58px;
    }
    .hataSayfa ul.hataNav li:first-child span {
        display: block;
    }
    .hataSayfa ul.hataNav li {
        float: left;
        width: 50%;
        display: block;
    }
    i.ion-social-wordpress-outline {
        top: 2px !important;
    }
    .slider .slider-inner .bx-controls-direction a {
        display: none;
    }
    header .navbar-default .navbar-nav li:first-child {
        border: 0;
    }
    .visible-xs #form3 {
        padding: 0 15px;
    }
    #taksittablosu > table > tbody > tr > td {
        float: left;
        width: 100%;
        position: relative;
    }
    #taksittablosu > table {
        float: left;
        width: 100%;
        position: relative;
    }
    .MagicZoomPup {
        display: none;
    }
    .odemeButon {
        max-width: 100%;
        text-align: center;
        margin: 30px 0;
    }
    .odemeButon input[type="submit"] {
        float: none !important;
        display: inline-block;
    }
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        background: #000;
    }
    .sideBarClear {
        padding: 0;
    }
    .dropdown-menu > li > a {
        width: 100%;
    }
    header .navbar-default .top-bar a {
        font-size: 12px;
    }
    header .navbar-default .top-bar ul.login-menu li {
        padding-left: 5px;
        margin-left: 5px;
    }
    #urunVideo iframe {
        width: 100%;
    }
    .product-single-right .social-buttons ul li {
        margin: 0 13px 13px 0;
    }
    .product-single-right .price-box .price {
        font-size: 24px;
    }
    .product-single-right .price-box .price-title {
        font-size: 11px;
    }
    header .navbar-default .navbar-nav li .dropdown {
        display: none;
    }
    header .navbar-default .navbar-nav li:hover .dropdown {
        display: block;
    }
    .slider .bx-pager {
        position: relative !important;
        padding-top: 10px;
        bottom: 0 !important;
        top: 0 !important;
        float: left;
        width: 100%;
    }
    .home-products {
        padding: 0 0 10px 0;
        margin: 20px 0;
    }
    .home-products h2 {
        font-size: 24px !important;
    }
    .sub-banners ul li figure img {
        margin-bottom: 10px;
    }
    .product-extras-bottom ul {
        margin: 0 0 10px 0;
    }
    .zbzcenter .rightZbz input[type="text"] {
        width: calc(100% - 80px);
    }
    .zbzcenter .rightZbz input[type="submit"] {
        width: 80px;
    }
    #zubizu {
        padding: 10px;
    }
    #zubizu span.title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .basket ul.gift_cheque {
        width: 100%;
    }
    .slider {
        margin-bottom: 10px;
    }
    .home-products h2 {
        margin-bottom: 0;
    }
    header .navbar-default .navbar-nav li a {
        padding: 8px !important;
        font-size: 13px;
    }
    a.zubizu {
        text-align: right;
        margin: 10px 0 5px 0;
    }
    img.zbzimg {
        display: block;
        margin: 15px auto !important;
        float: right !important;
    }
    a.zubizu strong {
        display: inline-block;
        position: relative;
        float: none;
        top: 5px;
    }
    .order-process .odeme-icon {
        width: 60px;
    }
}
@media (max-width: 480px) {
    .productBottom .left #urunVideo iframe {
        height: 270px;
    }
}
.translate {
    margin-right: 15px;
}
.translate a.goog-te-menu-value span:first-child {
    margin-right: 5px;
    display: inline-block;
    line-height: 32px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 13px;
}
.translate a.goog-te-menu-value span {
    border: 0 !important;
}
.translate img {
    display: none;
}
.translate .goog-te-gadget-simple {
    background: 0 0 !important;
    border: none !important;
    padding: 0;
    height: 32px;
}
.tooltip-inner {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1px;
}
.related-products h2 {
    font-weight: 600;
    font-size: 27px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 12px;
    padding-left: 12px;
}
* {
    font-family: "Work Sans", sans-serif;
}
@media (min-width: 1210px) {
    .filtbox:hover .filt-box {
        display: block !important;
    }
    .col-md-12 {
        width: 1210px;
    }
}
.product-text {
    max-width: 385px;
}
.product-text h1 {
    font-size: 24px;
    font-weight: 500;
    color: #0b0b09;
}
.product-text span {
    font-size: 14px;
    color: #a2a2a2;
}
.product-text .price {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.product-text .price .old {
    float: left;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #a2a2a2;
    text-decoration: line-through;
    margin-right: 20px;
}
.product-text .price .new {
    margin-right: 30px;
    float: left;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
}
.product-text .price .odemesec {
    float: left;
}
.product-text .price .odemesec img {
    float: left;
}
.product-text .price .odemesec span {
    float: left;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #333;
    line-height: normal;
    margin-top: -5px;
    margin-left: 15px;
}
.product-text .price .odemesec a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.7px;
    color: #d73d3d;
    text-decoration: underline;
}
.product-text .ring {
    margin-bottom: 40px;
}
.product-text .ring select {
    width: 146px;
    height: 50px;
    border: solid 1px #ebebeb;
    margin-right: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
    padding: 10px;
}
.product-text .ring input {
    margin-top: 10px;
    padding: 10px;
    width: 215px;
    height: 50px;
    border: solid 1px #ebebeb;
}
.product-text .ring a {
    margin-top: 5px;
    text-decoration: underline;
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.7px;
    color: #333;
}
.product-text .cargoo {
    font-size: 12px;
    letter-spacing: 0.9px;
    color: #333;
}
.product-text .cargoo i {
    font-size: 35px;
    vertical-align: sub;
    margin-right: 10px;
}
.product-text button {
    height: 50px;
    background-color: #b12534;
    font-size: 19px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border: none;
    font-weight: 700;
    padding: 0 45px;
    margin-bottom: 30px;
}
.product-text button i {
    font-size: 20px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.product-img {
    display: inline-block;
    width: 100%;
    border: solid 1px #ebebeb;
    position: relative;
    text-align: center;
}
.product-img .discount {
    width: 103px;
    line-height: 25px;
    background-color: #b12534;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.product-img .cert {
    left: 45%;
    position: absolute;
    top: 20px;
}
.product-img .cert img {
    width: 65px;
}
.product-img img {
    margin: auto;
    width: 100%;
}
.product-img ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    margin: 0;
    width: 100%;
    text-align: center;
}
.product-img ul li {
    cursor: pointer;
    display: inline-block;
    width: 70px;
    height: 70px;
    border: solid 1px #ebebeb;
    margin: 0 10px;
}
.product-img ul li.active {
    border: solid 1px #979797;
}
@media (max-width: 767px) {
    .subbmenu {
        display: none;
    }
    .product-img ul {
        bottom: 10px;
        left: 10px;
    }
    .product-img ul li {
        width: 40px;
        height: 40px;
        border: 1px solid #ebebeb;
        margin: 0 0 10px;
    }
    .product-text .ring input,
    .product-text .ring select {
        width: 100%;
    }
    .product-text .buttons {
        text-align: center;
    }
    .product-text .cargoo {
        margin-top: 10px;
    }
    .product-text button {
        width: 100%;
        margin: 0;
    }
}
header {
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    border-bottom: solid 1px #d1d1d1;
}
header .top {
    height: 40px;
    background: #45525a;
}
header .top a {
    color: #fff;
    line-height: 40px;
    font-size: 13px;
    margin-right: 20px;
}
header .top a.pull-right {
    margin-right: 0;
    margin-left: 20px;
}
header .top a i {
    margin-right: 9px;
}
header .input-container {
    padding-top: 15px;
}
header .input-container label {
    float: left;
    font-size: 20px;
    width: 25px;
}
header .input-container label i {
    vertical-align: top;
}
header .input-container input {
    width: calc(100% - 25px);
    padding: 0;
    height: 20px;
    font-size: 12px;
    float: left;
    border: none;
    border-bottom: solid 1px #d1d1d1;
}
header .right-links {
    padding-top: 20px;
}
header .right-links ul li {
    float: right;
    margin-right: 18px;
}
header .right-links ul li a img {
    width: 18px;
}
header .menu ul {
    text-align: center;
}
header .menu ul li {
    display: inline-block;
}
header .menu ul li a {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #2a373a;
    padding: 0 5px;
}
header .bottom {
    padding: 25px 0;
}
header .bottom ul {
    padding: 0;
    list-style: none;
}
@media (max-width: 991px) {
    .product-box .product-name a {
        font-size: 14px;
    }
    .product-box .sale-price {
        font-size: 14px;
    }
    .product-box .old-price {
        font-size: 12px;
        display: block;
    }
    .product-box .ndiscount {
        font-size: 12px;
    }
    .logo img {
        max-width: 120px !important;
    }
    header .bottom {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }
    header .right-links {
        padding-top: 8px;
    }
    header .input-container {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
    }
    header .menu {
        padding: 0;
        height: 100%;
        background-color: #fff;
        width: 280px;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        overflow: hidden;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transform: translate(-280px, 0);
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
    }
    header .menu.active {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        overflow: auto;
    }
    header .menu .menu-top {
        border-bottom: 1px solid #e4e4e4;
        height: 80px;
    }
    header .menu .menu-top .close {
        padding-left: 0;
        opacity: 1;
        color: #333;
        width: 65px;
        font-size: 16px;
        text-align: center;
        line-height: 80px;
        border-right: 1px solid #e4e4e4;
        float: left;
    }
    header .menu ul {
        overflow: auto;
        margin: 0;
        padding: 0 0 0 15px;
    }
    header .menu ul li {
        line-height: 30px;
        display: block;
        text-align: left;
    }
    header .menu ul li a {
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 30px;
        letter-spacing: 2px;
        text-align: left;
        color: #2a373a;
    }
    header .menu ul li a i {
        line-height: 48px;
        float: right;
    }
    header .bottom .right-links ul li {
        float: right;
        margin-right: 0;
    }
    header .bottom .right-links ul li a {
        padding: 0 5px;
        font-size: 13px;
        float: right;
    }
    header .bottom .right-links i {
        vertical-align: top;
    }
}
@media (min-width: 1281px) {
    header .bottom {
        padding: 25px 100px;
    }
}
@media (min-width: 992px) and (max-width: 1440px) {
    header .menu ul li a {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    header .right-links {
        padding-top: 4px;
    }
    header .bottom {
        padding: 25px;
    }
    .banner-background .text {
        padding: 38px 100px;
        margin: 20px 0;
    }
    .properties-prod .box {
        width: 14.2857143%;
        margin-bottom: 0;
    }
    header .menu-top {
        display: none;
    }
    header .menu {
        position: relative;
        transition: 0.5s;
        padding: 23px 0;
    }
    header .menu .menu-sign {
        display: none;
    }
    header .menu ul li .sub-menu {
        padding: 40px 0;
        opacity: 0;
        transition: all 0.4s;
        text-align: left;
        width: 100%;
        position: absolute;
        z-index: 95;
        pointer-events: none;
        background-color: #fff;
        top: 41px;
        left: 0;
        border-bottom: 1px solid #87a0a6;
    }
    header .menu ul li .sub-menu .title {
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.4px;
        color: #000;
        padding: 0;
        margin-bottom: 10px;
        display: block;
    }
    header .menu ul li .sub-menu ul {
        display: inline-block;
    }
    header .menu ul li .sub-menu ul li {
        text-align: left;
        position: relative;
        min-width: 57%;
        padding-bottom: 7px;
        float: left;
    }
    header .menu ul li .sub-menu ul li:after {
        content: "";
    }
    header .menu ul li .sub-menu ul li a {
        padding: 0;
        line-height: normal;
        color: #45525a;
        font-size: 14px;
    }
    header .menu ul li .sub-menu .menu-text span {
        font-size: 14px;
        font-weight: 600;
        line-height: 2.5;
        color: #979797;
        border-bottom: solid 1px #979797;
    }
    header .menu ul li .sub-menu .menu-text h2 {
        font-size: 24px;
        font-weight: 300;
        color: #333;
    }
    header .menu ul li .sub-menu .menu-text p {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.43;
        color: #888;
    }
    header .menu ul li .sub-menu .menu-text a {
        width: 179px;
        line-height: 40px;
        background-color: #ba985b;
        text-align: center;
        display: block;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
    }
    header .menu ul li:hover .sub-menu {
        pointer-events: auto;
        opacity: 1;
    }
}
.ring-size .bootstrap-select {
    width: 100% !important;
}
header .right-links ul li a:hover {
    outline: 0;
    text-decoration: none;
}
.imghvr {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.imghvr .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #fff;
    transition: 0.4s;
}
.imghvr:hover .wrapper {
    opacity: 0.2;
}
.sets button[type="button"] {
    height: 30px;
}
.sets .bootstrap-select {
    width: 100% !important;
}
.row {
    margin-right: -12px;
    margin-left: -12px;
}
.begenEkle:hover {
    text-decoration: none;
}
.filt-box {
    position: absolute;
    background: #fff;
    width: 240px;
    background: #f6f6f6;
    top: 19px;
    padding: 10px;
    z-index: 9;
    display: none;
}
@media (max-width: 767px) {
    .product-box {
        margin-bottom: 20px;
        min-height: 346px;
    }
    .order-info .nav-tabs > li > a {
        border: 1px solid #ccc;
        margin-right: -1px;
        border-radius: 0;
        padding: 10px 5px;
        color: #666;
        font-size: 12px;
    }
    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        width: 50%;
    }
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover,
    .order-info .nav-tabs > li.active > a {
        border-bottom: 1px solid #e2e2e2;
        color: #fff;
        font-weight: 300;
    }
    .nav-tabs {
        border-bottom: none;
    }
}
@media (min-width: 1279px) {
    .product-box {
        min-height: 485px;
    }
}
.basket_box {
    width: 296px;
    display: none;
    float: left;
    margin: 0;
    padding: 20px 10px;
    border: 1px solid #d7d6d6;
    background: #fff;
    position: absolute;
    right: 6px;
    top: 20px;
    z-index: 9999;
}
.headalpha .sepetact:hover .basket_box {
    display: block;
}
.basket_box:after {
    content: "";
    float: left;
    width: 13px;
    height: 7px;
    background: url(/images/basket_box_arrow.jpg) no-repeat;
    position: absolute;
    top: -7px;
    right: 15px;
}
.basket_box ul {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dashed #ededed;
}
.basket_box ul li {
    width: 100%;
    float: left;
    margin: 0 0 10px !important;
    padding: 0;
    border: none;
}
.basket_box ul li .product {
    width: 54px;
    height: 54px;
    float: left;
    border: 1px solid #eaeaea;
    border-radius: 54px;
    margin: 0 10px 0 0;
}
.basket_box ul li .name {
    width: 192px;
    float: left;
    margin: 0 0 10px;
    font-weight: 400;
}
.basket_box ul li .name b {
    font-weight: 300;
    color: #282828;
}
.basket_box ul li .remove {
    float: right;
    margin: 13px 0 0;
}
.basket_box .price_total {
    width: 100%;
    float: left;
    margin: 0;
    text-align: right;
    font-size: 14px;
}
.basket_box .price_total b {
    color: #282828;
    font-weight: 400;
}
.basket_box input[type="submit"] {
    margin: 10px 0 0;
    float: right;
}
.sepethover:hover .basket_box {
    display: block;
}
