﻿@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,%20300i,%20400,%20400i,%20500,%20500i,%20700,%20700i&amp;display=swap&amp;subset=latin-ext);
@import url(jquery.fancybox.css);
@import url(../libraries/OwlCarousel2-2.3.4/dist/assets/owl.carousel.min.css);
@import url(../../../cdn.jsdelivr.net/npm/simplebar%40latest/dist/simplebar.css);
* {
    font-family: Ubuntu, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: #e8e7f4;
    font: normal 400 16px/24px Ubuntu, Arial, sans-serif;
    color: #000c1c;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}
body,
html {
    min-height: 100%;
}
fieldset,
form {
    margin: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
b,
strong {
    font-weight: 700;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
.table {
    display: table;
    margin: 0;
}
.table-cell {
    display: table-cell;
}
.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}
.valign-middle {
    vertical-align: middle;
}
.block {
    display: block;
}
.height-auto {
    height: auto !important;
}
html.overlay body:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000c1c;
    opacity: 0.43;
    z-index: 12;
}
.button {
    display: inline-block;
    border: 0;
    height: 48px;
    line-height: 48px;
    padding: 0 75px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.button.button-default {
    border: 2px solid #fff;
    color: #fff;
    line-height: 46px;
}
.button.button-default-black {
    border: 2px solid #000c1c;
    color: #000c1c;
    line-height: 46px;
}
.button.button-black {
    background: #000c1c;
    color: #fff;
}
.button.button-red {
    background: #ff2e2e;
    color: #fff;
}
.button.button-yellow {
    background: #ba9f74;
    color: #fff;
}
.button.block {
    width: 100%;
}
.btn-sari {
    background: #b29601;
    color: #fff;
}
.btn-siyah {
    background: #000c1c;
    color: #fff;
}
.form-control:not(.from-bootstrap) {
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: -0.34px;
    line-height: 48px;
    color: #fff;
    background: 0 0;
    border: 1px solid #7f858d;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:not(.from-bootstrap):focus {
    color: #fff;
    background: 0 0;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.showMoreText {
    text-align: center;
    margin: 40px 0;
}
.showMoreText:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.showMoreText a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.3px;
    transition: all 0.3s ease;
}
.showMoreText a:after {
    content: "";
    width: 6px;
    height: 7px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow3.svg) no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 4px;
    transition: all 0.3s ease;
    position: relative;
    right: 0;
}
.no-touch .showMoreText a:hover {
    color: #ba9f74;
}
.no-touch .showMoreText a:hover:after {
    right: -3px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow.svg) no-repeat;
}
.changeToDifferentPage {
    text-align: center;
}
.changeToDifferentPage:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.changeToDifferentPage a {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.changeToDifferentPage a:after {
    content: "";
    width: 10px;
    height: 12px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow2.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 6px;
    transition: all 0.3s ease;
    position: relative;
    right: 0;
}
.no-touch .changeToDifferentPage a:hover {
    color: #ba9f74;
}
.no-touch .changeToDifferentPage a:hover:after {
    right: -3px;
    background-image: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow.svg);
}
.backButton {
    text-align: left;
}
.backButton:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.backButton a {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    transition: all 0.3s ease;
}
.backButton a:before {
    content: "";
    width: 8px;
    height: 10px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow2.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-right: 6px;
    transition: all 0.3s ease;
    position: relative;
    left: 0;
    transform: rotate(180deg);
}
.no-touch .backButton a:hover {
    color: #ba9f74;
}
.no-touch .backButton a:hover:before {
    left: -3px;
    background-image: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow.svg);
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.3s ease;
}
header .logo {
    float: left;
    margin: 24px 0;
    transition: all 0.3s ease;
}
header .logo h1{
    margin: 0;
    padding: 0;
}

header .logo h1 a {
    display: block;
    text-indent: -9999px;
    width: 168px;
    height: 44px;
    background: url(http://cdn.crawler.com.tr/resources/images/logo.avif) no-repeat 0 0;
    background-size: 100%;
}

header .headerNavigation {
    float: right;
    margin: 36px 0;
    transition: all 0.3s ease;
}
header .mainNav {
    float: left;
    margin-right: 35px;
    margin-top: -36px;
    margin-bottom: -36px;
    transition: all 0.3s ease;
}
header .mainNav nav {
    margin: 0;
    padding: 0;
}
header .mainNav nav ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none inside;
}
header .mainNav nav ul li {
    float: left;
}
header .mainNav nav ul li a {
    display: block;
    position: relative;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 36px 15px;
    transition: all 0.3s ease;
}
.no-touch header .mainNav nav ul li a:hover {
    color: #ffd300;
}
header .mainNav nav ul li.hover a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 11px 7px;
    border-color: transparent transparent #e8e7f4 transparent;
    transition: all 0.3s ease;
}
header .searchTrigger {
    width: 24px;
    height: 20px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-search.svg) no-repeat center;
    float: left;
}
header .userTrigger {
    width: 24px;
    height: 20px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-user.svg) no-repeat center;
    float: left;
    margin-left: 10px;
}
header .cartTrigger {
    width: 24px;
    height: 20px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-cart.svg) no-repeat center;
    float: left;
    margin-left: 10px;
}
.no-touch header .searchTrigger:hover {
    background: url(http://cdn.crawler.com.tr/resources/images/icon-search-yellow.svg) no-repeat center;
}
.no-touch header .userTrigger:hover {
    background: url(http://cdn.crawler.com.tr/resources/images/icon-user-yellow.svg) no-repeat center;
}
.no-touch header .cartTrigger:hover {
    background: url(http://cdn.crawler.com.tr/resources/images/icon-cart-yellow.svg) no-repeat center;
}
header .languageMenu {
    float: left;
    margin-left: 24px;
    position: relative;
}
header .languageMenu a.currentLanguage {
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-lang-dropdown.svg) no-repeat right center;
    padding-right: 12px;
}

html:not(.scrolled) header {
    background: rgba(0, 12, 28, 0.5);
}

html.scrolled header {
    background: #000c1c;
    border-bottom: 1px solid rgba(232, 231, 244, 0.4);
}
html.scrolled header .logo {
    margin: 10px 0;
}
html.scrolled header .headerNavigation {
    margin: 22px 0;
}
html.scrolled header .mainNav {
    margin-top: -22px;
    margin-bottom: -22px;
}
html.scrolled header .mainNav nav ul li a {
    padding-top: 22px;
    padding-bottom: 22px;
}
html.scrolled header .mainNav nav ul li.hover a:after {
    bottom: 0;
}
.mobileMenu {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    transform: translate(-100%, 0);
    display: none;
}
.mobileMenu .closeMobileMenu {
    width: 42px;
    height: 42px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-close.svg) no-repeat center;
    position: absolute;
    top: 10px;
    left: 278px;
    z-index: 1;
}
.mobileMenu .mobileMenuOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000c1c;
    opacity: 0.87;
    z-index: 0;
}
.mobileMenu .mobileMenuContainer {
    width: 268px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e8e7f4;
    overflow: auto;
    z-index: 1;
}
.mobileMenu .mobileMenuHeader {
    height: 70px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.mobileMenu .mobileMenuHeader .mobileMenuHeaderLogo {
    display: block;
    width: 114px;
    height: 30px;
    background: url(http://cdn.crawler.com.tr/resources/images/logo.avif) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -57px;
    margin-top: -15px;
}
.mobileMenu .mobileMenuBackButton {
    width: auto;
    height: 20px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-left-arrow.svg) no-repeat left center;
    background-size: 8px;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -10px;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: none;
}
.mobileMenu .mobileMenuContent {
    height: 100%;
    display: block;
}
.mobileMenu .mobileMenuFooter {
    position: absolute;
    padding: 0 20px;
    bottom: 40px;
    width: 100%;
}
.mobileMenu .mobileMenuFooter .mobileMenuLanguage {
    float: left;
}
.mobileMenu .mobileMenuFooter .mobileMenuLanguage ul {
    margin: 0 -10px;
    padding: 0;
    list-style: none inside;
}
.mobileMenu .mobileMenuFooter .mobileMenuLanguage ul li {
    float: left;
    border-left: 1px solid #000c1c;
}
.mobileMenu .mobileMenuFooter .mobileMenuLanguage ul li:first-child {
    border-left: 0;
}
.mobileMenu .mobileMenuFooter .mobileMenuLanguage ul li a {
    display: block;
    padding: 0 10px;
    font-size: 16px;
    line-height: 26px;
}
.mobileMenu .mobileMenuFooter .mobileMenuLanguage ul li a.active {
    font-weight: 700;
}
.mobileMenu .mobileMenuFooter .mobileMenuLogout {
    float: right;
}
.mobileMenu .mobileMenuFooter .mobileMenuLogout a {
    display: block;
    font-size: 14px;
    line-height: 26px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-logout.svg) no-repeat right center;
    padding-right: 22px;
}
.mobileMenu .mobileMenuContent.level-1 .mobileMenuFooter {
    display: none;
}
.mobileMenu .mobileMenuContent.level-2 .mobileMenuFooter {
    display: none;
}
.mobileMenu nav {
    position: relative;
    margin: 0;
    height: 100%;
    padding: 10px 0 0 0;
}
.mobileMenu nav ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}
.mobileMenu nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.mobileMenu nav ul li a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px 0 20px;
    position: relative;
    text-transform: uppercase;
}
.mobileMenu nav ul li a:after {
    content: "";
    width: 9px;
    height: 12px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-menu-right.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
}
.mobileMenu nav ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.mobileMenu nav ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.mobileMenu nav ul ul li a {
    font-weight: 400;
}
.mobileMenu .mobileMenuContent.level-1 nav {
    background: #f0f0f7;
    margin-left: 20px;
}
.mobileMenu .mobileMenuContent.level-2 nav {
    background: #fff;
    margin-left: 20px;
    border-left: 20px solid #f0f0f7;
}
.mobileMenu .mobileMenuContent.level-1 nav > ul > li {
    display: none;
}
.mobileMenu .mobileMenuContent.level-1 nav > ul > li.showDetail {
    display: block;
}
.mobileMenu .mobileMenuContent.level-1 nav > ul > li.showDetail > a {
    display: none;
}
.mobileMenu .mobileMenuContent.level-1 nav > ul > li.showDetail > ul {
    display: block;
}
.mobileMenu .mobileMenuContent.level-2 nav > ul > li {
    display: none;
}
.mobileMenu .mobileMenuContent.level-2 nav > ul > li.showDetail {
    display: block;
}
.mobileMenu .mobileMenuContent.level-2 nav > ul > li.showDetail > a {
    display: none;
}
.mobileMenu .mobileMenuContent.level-2 nav > ul > li.showDetail > ul {
    display: block;
}
.mobileMenu .mobileMenuContent.level-2 nav > ul > li.showDetail > ul > li {
    display: none;
}
.mobileMenu .mobileMenuContent.level-2 nav > ul > li.showDetail > ul > li.showDetail {
    display: block;
}
.mobileMenu .mobileMenuContent.level-2 nav > ul > li.showDetail > ul > li.showDetail > a {
    display: none;
}
.mobileMenu .mobileMenuContent.level-2 nav > ul > li.showDetail > ul > li.showDetail > ul {
    display: block;
}
.navigation {
    width: 100%;
    position: fixed;
    top: auto;
    left: 0;
    z-index: 101;
    display: none;
}
.navigation .navigationContent {
    background: #e8e7f4;
    padding: 60px 15px;
}
.navigation .navColumn {
    padding: 0 15px;
}
.navigation .navColumn .navColumnImage {
    margin-bottom: 25px;
    background-size: cover;
    background-position: center;
}
.navigation .navColumn .navColumnImage img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    visibility: hidden;
}
.navigation .navColumn .navColumnTitle {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 16px;
}
.navigation .navColumn ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}
.navigation .navColumn ul li {
    margin: 0;
    padding: 0;
}
.navigation .navColumn ul li a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
    transition: color 0.3s ease;
}
.navigation .navColumn ul li:first-child a {
    margin-top: 0;
}
.no-touch .navigation .navColumn ul li a:hover {
    color: #ba9f74;
}
.navigation .navColumn ul li a .badge {
    width: 22px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: -0.23px;
    padding: 0;
    border-radius: 0;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
}
.navigation .navColumn ul li a .badge.new {
    background: #009ffb;
}
.navigation .navColumn ul li a .badge.sale {
    background: #ba9f74;
}
.search {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: #e8e7f4;
    display: none;
}
.search .closeSearch {
    background: url(http://cdn.crawler.com.tr/resources/images/icon-close-search.svg) no-repeat center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.search .searchContainer {
    padding: 40px 0;
}
.search .searchContainer .searchContainerTitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.43px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.search .searchContainer form {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 12, 28, 0.13);
    position: relative;
    outline: 0;
}
.search .searchContainer form label {
    margin: 0;
    padding: 0;
    display: block;
}
.search .searchContainer form label input {
    width: 100%;
    border: 0;
    outline: 0;
    background: none transparent;
    line-height: 40px;
    font-size: 16px;
    color: #000c1c;
}
.search .searchContainer form button {
    border: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-search-black.svg) no-repeat center;
    background-size: 18px;
    opacity: 0.5;
    outline: 0;
}
.search .searchContainer form label input::-webkit-input-placeholder {
    color: rgba(0, 12, 28, 0.5);
}
.search .searchContainer form label input::-moz-placeholder {
    color: rgba(0, 12, 28, 0.5);
}
.search .searchContainer form label input:-ms-input-placeholder {
    color: rgba(0, 12, 28, 0.5);
}
.search .searchContainer form label input:-moz-placeholder {
    color: rgba(0, 12, 28, 0.5);
}
.searchResults {
    margin-top: 40px;
    display: none;
}
.searchResults ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    word-spacing: 0;
}
.searchResults ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.searchResults ul li {
    display: inline-block;
    width: 25%;
}
.searchResults ul li a {
    display: block;
}
.searchResults ul li .searchResultItem {
    padding: 20px 15px 20px 134px;
    position: relative;
    background: none transparent;
    transition: all 0.3s ease;
}
.searchResults ul li .searchResultItem .searchResultItemImage {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 104px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.searchResults ul li .searchResultItem .searchResultItemImage img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.searchResults ul li .searchResultItem .searchResultItemText {
    font-size: 12px;
    font-weight: 700;
}
.searchResults ul li .searchResultItem .searchResultItemTitle {
    line-height: 18px;
    letter-spacing: -0.15px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
    height: 60px;
}
.searchResults ul li .searchResultItem .searchResultItemPrice {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.38px;
    color: #ba9f74;
    transition: all 0.3s ease;
}
.no-touch .searchResults ul li a:hover .searchResultItem {
    background: #000c1c;
}
.no-touch .searchResults ul li a:hover .searchResultItem .searchResultItemTitle {
    color: #fff;
}
.searchResults .showMoreText {
    text-align: left;
    margin: 20px 0 0 20px;
}
.searchResults .showMoreText a {
    color: #000c1c;
}
.searchResults .showMoreText a:after {
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow2.svg) no-repeat;
}
.no-touch .searchResults .showMoreText a:hover {
    color: #ba9f74;
}
.no-touch .searchResults .showMoreText a:hover:after {
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow.svg) no-repeat;
}
.homePromo {
    display: block;
    min-height: 500px;
    position: relative;
}
.homePromoItem {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.homePromoItemCaption {
    font-weight: 300;
    color: #fff;
    padding-bottom: 170px;
}
.homePromoItemCaption .homePromoItemTitle {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 16px;
    letter-spacing: -0.9px;
}
.homePromoItemCaption .homePromoItemText {
    margin-bottom: 16px;
}
.homePromoItemCaption .homePromoItemText p {
    margin: 0 0 20px 0;
}
.homePromoPager {
    position: absolute;
    bottom: 95px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.homePromoPager a {
    display: block;
    background: 0 0;
    height: 82px;
    position: relative;
    padding-left: 64px;
    transition: background 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding-top: 18px;
    color: #fff;
    letter-spacing: -0.34px;
}
.homePromoPager a span {
    display: block;
    line-height: 16px;
    font-size: 14px;
    font-weight: 300;
    margin-top: 8px;
    letter-spacing: 0;
}
.homePromoPager a span:after {
    content: "";
    width: 6px;
    height: 7px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow.svg) no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 2px;
    transition: margin 0.3s ease;
}
.homePromoPager a i {
    width: 66px;
    height: 82px;
    position: absolute;
    left: 4px;
    top: 0;
    transform: scale(0.8, 0.8);
    transform-origin: 0 50%;
}
.homePromoPager a i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.homePromoPager a[data-index="0"] i:after {
    background: url(../images/promo01.png) 0 0 no-repeat;
    background-size: 104px;
    width: 52px;
    height: 45px;
}
.homePromoPager a[data-index="1"] i:after {
    background: url(../images/promo02.png) 0 0 no-repeat;
    background-size: 100px;
    width: 50px;
    height: 44px;
}
.homePromoPager a[data-index="2"] i:after {
    background: url(../images/promo03.png) 0 0 no-repeat;
    background-size: 132px;
    width: 66px;
    height: 43px;
}
.homePromoPager a[data-index="3"] i:after {
    background: url(../images/promo04.png) 0 0 no-repeat;
    background-size: 106px;
    width: 53px;
    height: 45px;
}
.homePromoPager a[data-index="4"] i:after {
    background: url(../images/promo05.png) 0 0 no-repeat;
    background-size: 84px;
    width: 42px;
    height: 47px;
}
.no-touch .homePromoPager a:hover {
    background: #000c1c;
}
.no-touch .homePromoPager a:hover span:after {
    margin-left: 7px;
}
.no-touch .homePromoPager a[data-index="0"]:hover i:after {
    background-position: -52px 0;
}
.no-touch .homePromoPager a[data-index="1"]:hover i:after {
    background-position: -50px 0;
}
.no-touch .homePromoPager a[data-index="2"]:hover i:after {
    background-position: -66px 0;
}
.no-touch .homePromoPager a[data-index="3"]:hover i:after {
    background-position: -53px 0;
}
.no-touch .homePromoPager a[data-index="4"]:hover i:after {
    background-position: -42px 0;
}
.homePromoProgress {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.homePromoProgress span {
    width: 0;
    max-width: 100%;
    height: 3px;
    background: #ff2e2e;
    transition: width 5s linear;
    display: block;
}
.homeDownTrigger {
    width: 22px;
    height: 14px;
    position: absolute;
    z-index: 11;
    bottom: 30px;
    left: 50%;
    margin-left: -11px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-home-down.svg) no-repeat center;
    background-size: 100%;
    animation: moveUpDown 1s linear infinite;
}
.no-touch .homeDownTrigger:hover {
    background: url(http://cdn.crawler.com.tr/resources/images/icon-home-down-yellow.svg) no-repeat center;
    background-size: 100%;
}
@keyframes moveUpDown {
    0%,
    100% {
        bottom: 30px;
    }
    50% {
        bottom: 40px;
    }
}
.homeShowcase {
    height: 570px;
    position: relative;
    overflow: hidden;
    background-size: 100%;
    font-weight: 300;
}
.homeShowcase .homeShowcaseText {
    font-weight: 700;
    font-size: 124px;
    line-height: 124px;
    letter-spacing: -6.48px;
    opacity: 0.06;
    position: absolute;
    z-index: 0;
    bottom: 65%;
    left: 12%;
}
.homeShowcase .table {
    z-index: 3;
}
.homeShowcase h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 38px;
    line-height: 56px;
    font-weight: 300;
    letter-spacing: -0.84px;
}
.homeShowcase p a:after {
    content: "";
    width: 6px;
    height: 7px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow2.svg) no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 4px;
    transition: margin 0.3s ease;
}
.no-touch .homeShowcase p a:hover:after {
    margin-left: 7px;
}
.homeTitleWithBgText {
    position: relative;
    padding: 50px 0;
    text-align: center;
    margin: 0 0 40px 0;
}
.homeTitleWithBgText h1 {
    font-size: 28px;
    padding: 0;
    margin: 0;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -0.6px;
    z-index: 1;
    text-transform: uppercase;
    position: relative;
    color: #fff;
}
.homeTitleWithBgText p {
    color: #7f858d;
    margin: 0;
    z-index: 1;
    position: relative;
}
.homeTitleWithBgText span {
    color: #fff;
    opacity: 0.4;
    letter-spacing: 0.48px;
    font-size: 154px;
    line-height: 172px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: overlay;
    z-index: 0;
}
.homeTitleWithBgText.invertColor h1 {
    color: #000c1c;
}
.homeTitleWithBgText.invertColor p {
    color: #000c1c;
}
.homeTitleWithBgText.invertColor span {
    color: #000c1c;
}
.homeTitleWithBgText.template2 {
    padding: 34px 0;
    margin: 0 0 80px 0;
}
.homeTitleWithBgText.template2 h1 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -0.9px;
}
.homeTitleWithBgText.template2 span {
    opacity: 0.2;
    letter-spacing: 0.3px;
    font-size: 134px;
    line-height: 110px;
}
.homeAccessoriesItem {
    position: relative;
    background: #eae9f5;
}
.homeAccessoriesItem a {
    display: block;
    color: #000c1c;
}
.homeAccessoriesItem .homeAccessoriesItemImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.homeAccessoriesItem .homeAccessoriesItemImage img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.homeAccessoriesItem .homeAccessoriesItemImage .badge {
    width: 61px;
    height: 25px;
    position: absolute;
    top: 10px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.21px;
    padding: 0;
    border-radius: 0;
    line-height: 25px;
    display: block;
}
.homeAccessoriesItem .homeAccessoriesItemImage .badge.new {
    right: 10px;
    background: #009ffb;
}
.homeAccessoriesItem .homeAccessoriesItemImage .badge.sale {
    left: 10px;
    background: #ba9f74;
}
.homeAccessoriesItem .homeAccessoriesItemContent {
    padding: 20px 20px 20px 20px;
    text-align: center;
    position: relative;
    margin-top: 0;
    transition: all 0.2s ease;
    background: #eae9f5;
}
.homeAccessoriesItem .homeAccessoriesItemBrand {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: -0.15px;
    opacity: 0.5;
    margin-bottom: 10px;
}
.homeAccessoriesItem .homeAccessoriesItemTitle {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.22px;
    margin-bottom: 5px;
}
.homeAccessoriesItem .homeAccessoriesItemDesc {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    color: rgba(0, 12, 28, 0.48);
    margin-bottom: 15px;
}
.homeAccessoriesItem .homeAccessoriesItemPrice {
    display: block;
    min-height: 54px;
}
.homeAccessoriesItem .homeAccessoriesItemPrice .priceText {
    display: block;
    color: #ba9f74;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}
.homeAccessoriesItem .homeAccessoriesItemPrice .priceText.oldPrice {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 12, 28, 0.19);
    text-decoration: line-through;
}
.homeAccessoriesItem .homeAccessoriesItemButton {
    height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: all 0.2s ease;
}
.homeAccessoriesItem a:hover .homeAccessoriesItemContent {
    margin-top: -63px;
}
.homeAccessoriesItem a:hover .homeAccessoriesItemButton {
    height: 48px;
    margin-top: 15px;
}
.homeAccessories .owl-dots {
    margin-top: 35px;
    margin-bottom: -15px;
    height: 12px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
}
.homeAccessories .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px;
    outline: 0;
}
.homeAccessories .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    border: 2px solid #7f858d;
    border-radius: 50%;
}
.homeAccessories .owl-dots .owl-dot.active span {
    border: 2px solid #fff;
    background: #fff;
}
.homeCrawlerBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #fff;
    opacity: 0.34;
    mix-blend-mode: overlay;
}
.homeCrawlerContent {
    position: relative;
    z-index: 1;
}
.homeCrawlerItem {
    position: relative;
    margin-bottom: 40px;
}
.homeCrawlerItem h1 {
    color: #fff;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -0.9px;
    font-weight: 300;
    margin: 0 0 15px 0;
    position: relative;
}
.homeCrawlerItem h1 strong {
    text-transform: uppercase;
}
.homeCrawlerItem .homeCrawlerShadowText {
    display: block;
    font-size: 134px;
    line-height: 180px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff;
    opacity: 0.02;
    mix-blend-mode: overlay;
    margin-bottom: -94px;
    margin-left: -120px;
}
.homeCrawlerItem .homeCrawlerItemImage {
    position: relative;
}
.homeCrawlerItem .homeCrawlerItemImage img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.homeCrawler .owl-dots {
    margin-top: 50px;
    height: 12px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
}
.homeCrawler .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px;
    outline: 0;
}
.homeCrawler .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    border: 2px solid #7f858d;
    border-radius: 50%;
}
.homeCrawler .owl-dots .owl-dot.active span {
    border: 2px solid #fff;
    background: #fff;
}
.imageBorderBottomWhite {
    width: 35px;
    height: 35px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    position: absolute;
    right: -25px;
    bottom: -25px;
}
.imageBorderBottomBlue {
    width: 35px;
    height: 35px;
    border-right: 5px solid #021a40;
    border-bottom: 5px solid #021a40;
    position: absolute;
    right: -40px;
    bottom: -40px;
}
.homeGridListContent {
    color: #fff;
    font-weight: 300;
}
.homeGridListContent a {
    display: block;
}
.homeGridListContent .homeGridListItem {
    position: relative;
    overflow: hidden;
}
.homeGridListContent .homeGridListItem img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.homeGridListContent .homeGridListItem .homeGridListItemImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    transform: scale(1.01, 1.01);
}
.homeGridListContent .homeGridListItem .homeGridListItemText {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 40px 30px 0 30px;
}
.homeGridListContent .homeGridListItem h1 {
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.6px;
    margin: 0 0 12px 0;
}
.homeGridListContent .homeGridListItem .homeGridListItemSubtitle {
    display: block;
    text-transform: uppercase;
}
.homeGridListContent .homeGridListItem .homeGridListItemParagraph {
    position: absolute;
    width: 100%;
    bottom: 70px;
    left: 0;
    padding: 0 30px 0 30px;
}
.homeGridListContent .homeGridListItem .homeGridListItemCta {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    padding: 0 0 0 30px;
    font-size: 14px;
    letter-spacing: -0.3px;
    transition: color 0.3s ease;
}
.homeGridListContent .homeGridListItem .homeGridListItemCta:after {
    content: "";
    width: 6px;
    height: 7px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow3.svg) no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 4px;
    transition: margin 0.3s ease;
}
.no-touch .homeGridListContent a:hover .homeGridListItem .homeGridListItemCta {
    color: #ba9f74;
}
.no-touch .homeGridListContent a:hover .homeGridListItem .homeGridListItemCta:after {
    margin-left: 7px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow.svg) no-repeat;
}
.no-touch .homeGridListContent a:hover .homeGridListItem .homeGridListItemImage {
    transform: scale(1.05, 1.05);
}
.homeGridListContent .owl-dots {
    margin-top: 50px;
    height: 12px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
}
.homeGridListContent .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px;
    outline: 0;
}
.homeGridListContent .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    border: 2px solid #7f858d;
    border-radius: 50%;
}
.homeGridListContent .owl-dots .owl-dot.active span {
    border: 2px solid #fff;
    background: #fff;
}
.listTemplate ul {
    list-style: none inside;
    margin-bottom: 0;
    padding: 0;
}
.listTemplate ul li {
    margin-bottom: 30px;
}
.homeVideoSpace {
    padding: 50px 0 50px 0;
}
.homeVideoSpace .homeVideoWrapper {
    position: relative;
    padding: 45px 0 45px 0;
}
.homeVideoSpace .homeVideoContent video {
    width: 100%;
}
.videoModule {
    position: relative;
}
.videoModule.notPlaying:after {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 12, 28, 0.5);
}
.videoModule video {
    width: 100%;
}
.videoModule .videoPreviewText {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.43px;
    text-align: center;
    font-weight: 700;
}
.videoModule .videoPreviewText span {
    display: block;
    margin-bottom: 20px;
}
.videoModule .videoPreviewText a {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    color: #ba9f74;
    letter-spacing: -0.3px;
}
.videoModule .videoPreviewText a.videoPlay {
    background: url(http://cdn.crawler.com.tr/resources/images/icon-play.svg) no-repeat left center;
    background-size: 10px;
    padding-left: 16px;
}
.videoModule .videoPreviewText a.videoPlay2 {
    background: rgba(0, 0, 0, 0.81) url(http://cdn.crawler.com.tr/resources/images/icon-play2.svg) no-repeat center;
    background-size: 27px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
}
footer {
    background: #e8e7f4;
}
footer .footerContent {
    padding: 40px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #767c8b;
    line-height: 24px;
}
footer .footerLogo {
    width: 166px;
    height: 101px;
    background: url(../images/logo-black-large.png) no-repeat center;
    background-size: 100%;
    margin: 0 auto 0 auto;
    display: block;
}
footer .footerSocials {
    padding: 30px 7px;
    margin: 0 0 30px 0;
    display: inline-block;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #b2b4c2;
}
footer .footerSocials a {
    display: inline-block;
    color: #000c1c;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 26px;
    margin: 0 13px;
    transition: all 0.3s ease;
}
.no-touch footer .footerSocials a:hover {
    color: #ba9f74;
}
footer .footerSocials a:after {
    font-family: FontAwesome;
}
footer .footerSocials a.facebook:after {
    content: "\f09a";
}
footer .footerSocials a.instagram:after {
    content: "\f16d";
}
footer .footerSocials a.youtube:after {
    content: "\f16a";
}
footer .footerSocials a.twitter:after {
    content: "\f099";
}
footer address span {
    margin: 8px 0 0 0;
    display: block;
}
footer address span:first-child {
    margin-top: 0;
}
footer .footerBottom {
    background: #e0deec;
    padding: 16px 0;
    font-size: 12px;
    line-height: 22px;
    color: #767c8b;
}
footer .copyrightText {
    float: left;
}
footer .footerBottomRight {
    float: right;
}
footer .paymentMethods {	
}
footer .paymentMethods span {
    float: left;
    margin-right: 12px;
    background-size: 100% !important;
}
footer span.mastercard {
    width: 290px;
    height: 29px; 
}
footer .paymentMethods span.visa {
    width: 36px;
    height: 22px; 
}
footer nav {
    float: left;
}
footer nav ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none inside;
}
footer nav ul li {
    float: left;
    margin: 0;
    padding: 0;
}
footer nav ul li a {
    padding: 0 8px;
}
.pageBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
}
.middleAlignedContent {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: auto;
    z-index: 1;
    color: #fff;
}
.templateError {
    text-align: center;
}
.templateError h1 {
    margin: 0;
    padding: 0;
    font-size: 200px;
    font-weight: 700;
    letter-spacing: -4.29px;
    height: 166px;
    line-height: 166px;
}
.templateError p {
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: -0.64px;
}
.pageHeading {
    height: 650px;
    max-height: 650px;
    background-color: #000;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 134px; 
}
.pageHeading.minifiedHeading {
    height: 240px;
    max-height: 240px;
}
.pageHeading.regularHeading {
    height: 400px;
    max-height: 400px;
}
.pageHeading h1 {
    font-size: 40px;
    line-height: 34px;
    margin: 0 0 15px 0;
    padding: 0;
    letter-spacing: -0.86px;
    font-weight: 700;
	margin-top: 1rem;
}
.pageHeading .breadcrumbs {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.pageHeading .breadcrumbs a {
    font-weight: 300;
    display: inline-block;
    color:white;		
}
.pageHeading .breadcrumbs span {
    font-weight: 300;
    padding: 0 5px;
    display: inline-block;
}
.page {
    min-height: 100px;
    background: #000c1c;
    color: #7f858d;
}
.page.listing {
    background: #e8e7f4;
    color: #000c1c;
}
.page.article {
    background: #e8e7f4;
    color: #000c1c;
}
.page .homeCrawlerItem {
    padding: 90px 0;
    color: #7f858d;
}
.page .homeCrawlerItem .homeCrawlerShadowText {
    opacity: 0.3;
}
.page .homeCrawlerItem h1 {
    color: #ba9f74;
    font-weight: 700;
    letter-spacing: -0.9px;
    text-transform: uppercase;
}
.page .homeCrawlerItem h1 span {
    color: #fff;
    font-size: 24px;
    display: block;
    font-weight: 300;
    letter-spacing: -0.51px;
    text-transform: none;
    line-height: 130%;
}
.page .homeCrawlerItem .container-fluid .homeCrawlerItemImage {
    margin-right: -15px;
}
.page .homeCrawlerItem .container-fluid .order-first .homeCrawlerItemImage {
    margin-right: 0;
    margin-left: -15px;
}
.page .homeCrawlerItem .order-last .homeCrawlerShadowText {
    margin-left: 0;
    margin-right: 0;
}
.customizeTemplate {
    margin: 0;
    position: relative;
}
.customizeTemplate:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.customizeTemplate .customizeColumn {
    width: 50%;
    float: left;
    position: relative;
}
.customizeTemplate .customizeColumn img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.customizeTemplate .button {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
}
.customizeTemplate .customizeColumnContent {
    position: absolute;
    z-index: 1;
    width: 66%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000c1c;
    padding: 80px 20px;
    text-align: center;
    font-size: 14px;
    color: #7f858d;
}
.customizeTemplate .customizeColumnContent h1 {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.6px;
    font-weight: 300;
    margin: 0 0 10px 0;
    color: #fff;
}
.detailPageWithBackground {
    padding: 80px 0;
    color: #fff;
    background: #020b19;
    background-size: 100% auto;
}
.featuresSlider {
    margin-bottom: 120px;
}
.featuresSlider .owl-carousel {
    padding: 0 100px;
}
.featureItem .featuresTextWrapper {
    position: relative;
    color: #7f858d;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.featureItem .featuresTextWrapperBg {
    background: rgba(6, 30, 66, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #061e42;
}
.featureItem .featuresTextWrapper img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.featureItem .featuresImage img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.featureItem .featuresTextWrapperContent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    z-index: 1;
    padding: 0 20px;
}
.featureItem .featuresTextWrapperContent img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}
.featureItem .featuresTextWrapper h2 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin: 18px 0 10px 0;
    font-weight: 700;
}
.galleryItem {
    position: relative;
    margin-top: 30px;
    margin-right: 30px;
}
.galleryItem img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.galleryItem .galleryItemShadow {
    position: absolute;
    width: 100%;
    top: -30px;
    right: -30px;
    mix-blend-mode: overlay;
    z-index: 0;
    display: block;
    opacity: 0.2;
}
.galleryItem .galleryItemShadow img {
    z-index: 0;
}
.featuresSlider .owl-nav button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: 0;
    margin-top: -25px;
    outline: 0;
}
.featuresSlider .owl-nav button.owl-prev {
    left: 0;
}
.featuresSlider .owl-nav button.owl-next {
    right: 0;
}
.featuresSlider .owl-nav button span {
    display: block;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(6, 30, 66, 0.4);
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 40px;
    border: 4px solid #061e42;
}
.featuresGridModule {
    margin: 100px 0;
}
.featuresGridModule:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.featuresGridModule .featuresGridModuleItem {
    float: left;
    background-position: center;
    background-size: cover;
    position: relative;
}
.featuresGridModule .featuresGridModuleItem img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.featuresGridModule .featuresGridModuleLeft {
    float: left;
    width: 59.1%;
}
.featuresGridModule .featuresGridModuleRightTop {
    float: right;
    width: 40.9%;
}
.featuresGridModule .featuresGridModuleRightBottom {
    float: right;
    width: 40.9%;
}
.featuresGridModule .featuresGridModuleItemText {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-weight: 700;
    z-index: 1;
    padding: 0 30px;
    white-space: nowrap;
}
.featuresGridModule .featuresGridModuleLeft .featuresGridModuleItemText {
    font-size: 38px;
    color: #ba9f74;
    top: auto;
    transform: translate(-50%, 0);
    bottom: 30px;
}
.featuresGridModule .featuresGridModuleItemText .featuresGridModuleItemImageLeftCorner {
    position: absolute;
    left: 0;
    top: 0;
}
.featuresGridModule .featuresGridModuleItemText .featuresGridModuleItemImageRightCorner {
    position: absolute;
    right: 0;
    bottom: 0;
}
.featuresGridModule .featuresGridModuleItemText .featuresGridModuleItemImageLeftCorner:before {
    content: "";
    width: 20px;
    height: 20px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    mix-blend-mode: overlay;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
}
.featuresGridModule .featuresGridModuleItemText .featuresGridModuleItemImageLeftCorner:after {
    content: "";
    width: 20px;
    height: 20px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    position: absolute;
    left: 8px;
    top: 8px;
}
.featuresGridModule .featuresGridModuleItemText .featuresGridModuleItemImageRightCorner:before {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    mix-blend-mode: overlay;
    opacity: 0.3;
    position: absolute;
    right: 0;
    bottom: 0;
}
.featuresGridModule .featuresGridModuleItemText .featuresGridModuleItemImageRightCorner:after {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.modelsModule {
    padding: 100px 0 50px 0;
}
.modelsModule .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.modelsCarousel {
    overflow: hidden;
    padding-top: 20px;
}
.modelsCarousel a {
    display: block;
    margin: 0 100px;
}
.modelsCarouselItem {
    color: #fff;
    text-align: center;
}
.modelsCarouselItem .modelsCarouselItemTitle {
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.47px;
}
.modelsCarouselItem .modelsCarouselItemImage {
    margin-top: 55px;
    margin-bottom: 30px;
}
.modelsCarouselItem .modelsCarouselItemImage img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.modelsCarouselItem .modelCarouselItemSubtext {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.35px;
    margin-bottom: 20px;
}
.modelsCarouselItem .modelCarouselItemCta {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.3px;
}
.modelsCarouselItem .modelCarouselItemCta:after {
    content: "";
    width: 6px;
    height: 7px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow3.svg) no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 4px;
    transition: all 0.3s ease;
    position: relative;
    right: 0;
}
.modelsCarousel .owl-nav button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: 0;
    margin-top: -25px;
    outline: 0;
}
.modelsCarousel .owl-nav button.owl-prev {
    left: 0;
}
.modelsCarousel .owl-nav button.owl-next {
    right: 0;
}
.modelsCarousel .owl-nav button span {
    display: block;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: 0 0;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 40px;
    border: 4px solid rgba(255, 255, 255, 0.4);
}
.page.article article h1,
.page.article article h2,
.page.article article h3,
.page.article article h4,
.page.article article h5,
.page.article article h6 {
    font-size: 28px;
    line-height: 180%;
    letter-spacing: -0.6px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.page.article article h2 {
    font-size: 24px;
}
.page.article article h3 {
    font-size: 20px;
}
.page.article article h4 {
    font-size: 18px;
}
.page.article article h5 {
    font-size: 17px;
}
.page.article article h6 {
    font-size: 16px;
}
.page.article article p {
    margin: 0 0 20px 0;
}
.page.article article p img {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.shop {
    padding: 40px 0;
}
.custom-checkbox input {
    cursor: pointer;
	opacity: 0 !important;
}
aside.filterSidebar {
    position: relative;
}
aside.filterSidebar .closeFilter {
    display: none;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 8px;
    right: 0;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-close-black.svg) no-repeat center;
}
.filterModule {
    position: relative;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.filterModule .filterModuleTitle {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 700;
}
.filterModule .filterModuleTitle:after {
    content: "";
    width: 10px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-home-down-black.svg) no-repeat center;
    background-size: 100%;
}
.filterModule .filterModuleTitle.collapsed:after {
    transform: rotate(-90deg);
}
.filterModule .filterContent {
    position: relative;
    padding: 0;
    max-height: 184px;
    overflow: auto;
    margin-top: 16px;
}
.filterModule .filterContent ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}
.filterModule .filterContent ul li {
    margin: 8px 0 0 0;
    padding: 0;
}
.filterModule .filterContent ul li:first-child {
    margin-top: 0;
}
.filterModule .filterContent ul li label {
    display: block;
    padding: 0 0 0 30px;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
}
.filterModule .filterContent ul li label.selected {
    font-weight: 400;
}
.filterModule .filterContent ul li label input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
}
.filterModule .filterContent ul li label .custom-checkbox {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #ba9f74;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
    cursor: pointer;
}
.filterModule .filterContent ul li label .custom-checkbox.selected {
    background: url(http://cdn.crawler.com.tr/resources/images/icon-check.svg) no-repeat center;
    background-size: 10px;
}
.filterModule .selectedFilters {
    position: relative;
    padding: 16px 0 0 0;
}
.filterModule .selectedFilters ul {
    margin: 0 -6px -3px 0;
    padding: 0;
    list-style: none inside;
}
.filterModule .selectedFilters ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.filterModule .selectedFilters ul li {
    float: left;
    margin: 0 6px 3px 0;
}
.filterModule .selectedFilters ul li a {
    background: #000c1c;
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    padding: 0 14px 0 3px;
    display: block;
    position: relative;
    font-weight: 400;
}
.filterModule .selectedFilters ul li a:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -3.5px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-close.svg) no-repeat center;
    background-size: 100%;
}
.filterModule .clearSelectedFilters {
    display: block;
    margin-top: 13px;
    font-size: 12px;
    text-decoration: underline;
}
.shopHeader {
    text-align: center;
    font-size: 14px;
    margin: -15px 0 40px 0;
    font-weight: 300;
}
.shopHeader h1 {
    font-size: 22px;
    line-height: 50px;
    letter-spacing: -0.47px;
    font-weight: 700;
    margin: 0 0 4px 0;
}
.shopHeader p {
    margin: 0;
}
.shopHeader.noResult {
    text-align: center;
    font-size: 18px;
    margin: 40px 0 40px 0;
    font-weight: 300;
}
.shopHeader.noResult h1 {
    font-size: 24px;
    line-height: 50px;
    letter-spacing: -0.51px;
    font-weight: 700;
    margin: 0 0 18px 0;
}
.shopHeader.noResult p {
    margin: 0;
}
.shopListHeader {
    margin-bottom: 25px;
}
.shopListHeader:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.shopListHeader .shopListPerPage {
    float: left;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: -0.3px;
}
.shopListHeader .shopListDropdown {
    float: right;
    line-height: 20px;
    position: relative;
}
.shopListHeader .shopListDropdown .customSelect {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.26px;
    font-weight: 500;
    text-align: right;
}
.shopListHeader .shopListDropdown .customSelect .customSelectInner:after {
    content: "";
    width: 8px;
    height: 5px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-home-down-black.svg) no-repeat center;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 8px 0 0 5px;
}
.shopListHeader .openFilter {
    display: none;
    float: left;
    text-align: center;
    width: 180px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #000c1c;
    margin-right: 15px;
    margin-top: -9px;
}
.shopListHeader .openFilter:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-filter.svg) no-repeat center;
    background-size: 16px;
    vertical-align: top;
    margin: 11px 6px 0 0;
}
.shopList ul {
    padding: 0;
    list-style: none inside;
    margin-bottom: 0;
}
.shopList ul li {
    margin-bottom: 30px;
}
.shopList .homeAccessoriesItem {
    background: #fff;
}
.shopList .homeAccessoriesItem .homeAccessoriesItemContent {
    background: #fff;
}
.footer-separator {
    height: 3px;
    background: #000c1c;
    opacity: 0.05;
    border: 0;
    margin: 30px 0;
}
.shop-detail {
    padding: 40px 0;
}
#product-detail .carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 12px;
    right: auto;
    margin-right: -6px;
    margin-left: -6px;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}
#product-detail .carousel-indicators li {
    width: 76px;
    height: auto;
    margin-right: 6px;
    margin-left: 6px;
    opacity: 0.5;
}
#product-detail .carousel-indicators .active {
    opacity: 1;
}
#product-detail .carousel-control-next,
#product-detail .carousel-control-prev {
    width: 10%;
}
.productSidebar {
    padding: 30px;
    background: #000c1c;
    color: #fff;
}
.productSidebar .productTitle {
    font-size: 24px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 7px;
}
.productSidebar .productBrand {
    font-size: 10px;
    line-height: 13px;
    font-weight: 700;
    color: #7f858d;
    letter-spacing: -0.12px;
    opacity: 0.34;
    margin-bottom: 7px;
}
.productSidebar .productDesc {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #7f858d;
}
.productSidebar .orderDetail {
    margin-top: 24px;
}
.productSidebar .orderDetail .orderDetailTitle {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 4px;
}
.productSidebar .orderDetail table {
    border-top: 1px solid rgba(127, 133, 141, 0.18);
    width: 100%;
    margin-bottom: 24px;
}
.productSidebar .orderDetail table.noBorderTop {
    border-top: 0;
}
.productSidebar .orderDetail table tr td {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
}
.productSidebar .orderDetail table tr td:first-child {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.productSidebar .orderDetail table tr.summaryRow td {
    border-top: 1px solid rgba(127, 133, 141, 0.18);
    padding-top: 5px;
    font-weight: 700;
}
.productSidebar .orderDetail table tr.summaryRow td:last-child {
    font-size: 24px;
    color: #ba9f74;
}
.productSidebar .productSidebarButton.sideBarBottom {
    margin: 0 -30px -30px -30px;
}
.productSidebar .productSidebarInformation {
    position: relative;
    margin-bottom: 24px;
    font-size: 11px;
    color: #7f858d;
    line-height: 20px;
    padding-left: 23px;
}
.productSidebar .productSidebarInformation:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #ba9f74;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-check.svg) no-repeat center;
    background-size: 10px;
}
#product-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
}
#product-tabs .nav-item {
    margin-bottom: 0;
}
#product-tabs .nav-link {
    width: 180px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(0, 12, 28, 0.04);
    color: rgba(127, 133, 141, 0.5);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
#product-tabs .nav-item.show .nav-link,
#product-tabs .nav-link.active {
    background: #000c1c;
    color: #fff;
}
#product-tabs-content {
    margin-top: 20px;
}
#product-tabs-content .tab-pane {
    background: rgba(127, 133, 141, 0.07);
    padding: 50px 30px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}
#product-tabs-content .tab-pane h1,
#product-tabs-content .tab-pane h2,
#product-tabs-content .tab-pane h3,
#product-tabs-content .tab-pane h4,
#product-tabs-content .tab-pane h5,
#product-tabs-content .tab-pane h6 {
    font-size: 28px;
    line-height: 180%;
    letter-spacing: -0.6px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
#product-tabs-content .tab-pane h2 {
    font-size: 24px;
}
#product-tabs-content .tab-pane h3 {
    font-size: 20px;
}
#product-tabs-content .tab-pane h4 {
    font-size: 18px;
}
#product-tabs-content .tab-pane h5 {
    font-size: 17px;
}
#product-tabs-content .tab-pane h6 {
    font-size: 16px;
}
#product-tabs-content .tab-pane p {
    margin: 0 0 20px 0;
}
#product-tabs-content .tab-pane p img {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
#product-tabs-content .tab-pane table {
    width: 100%;
}
#product-tabs-content .tab-pane table tr td {
    line-height: 34px;
}
#product-tabs-content .tab-pane table tr td:first-child {
    font-weight: 500;
}
.shop-detail #accordion .panel-title {
    border: 0;
    line-height: 50px;
    height: 50px;
    background: 0 0;
    padding: 0;
    margin: 0 0 15px 0;
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.34px;
    font-weight: 400;
    position: relative;
}
.shop-detail #accordion .panel-title a {
    display: block;
    border: 1px solid #000c1c;
    line-height: 50px;
    height: 50px;
    background: 0 0;
    padding: 0 20px;
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.34px;
    font-weight: 400;
    position: relative;
}
.shop-detail #accordion .panel-title a:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-home-down-black.svg) no-repeat center;
    background-size: 100%;
    transform: rotate(0);
}
.shop-detail #accordion .panel-title a[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.shop-detail #accordion .panel-body {
    background: rgba(127, 133, 141, 0.07);
    padding: 35px 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}
.shop-detail #accordion .panel-body h1,
.shop-detail #accordion .panel-body h2,
.shop-detail #accordion .panel-body h3,
.shop-detail #accordion .panel-body h4,
.shop-detail #accordion .panel-body h5,
.shop-detail #accordion .panel-body h6 {
    font-size: 28px;
    line-height: 180%;
    letter-spacing: -0.6px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.shop-detail #accordion .panel-body h2 {
    font-size: 24px;
}
.shop-detail #accordion .panel-body h3 {
    font-size: 20px;
}
.shop-detail #accordion .panel-body h4 {
    font-size: 18px;
}
.shop-detail #accordion .panel-body h5 {
    font-size: 17px;
}
.shop-detail #accordion .panel-body h6 {
    font-size: 16px;
}
.shop-detail #accordion .panel-body p {
    margin: 0 0 20px 0;
}
.shop-detail #accordion .panel-body p img {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.shop-detail #accordion .panel-body table {
    width: 100%;
    display: block;
}
.shop-detail #accordion .panel-body table tr td {
    line-height: 21px;
    display: inline-block;
    width: auto;
    font-weight: 500;
}
.shop-detail #accordion .panel-body table tr td:last-child {
    display: block;
    width: 100%;
    font-weight: 300;
    padding-bottom: 15px;
}
.accordionModule .accordionModuleHeading {
    height: 49px;
    line-height: 49px;
    background: #000c1c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}
.accordionModule .accordionModuleHeading[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.accordionModule .accordionModuleContent {
    background: #fff;
    padding: 15px 20px;
}
.accordionModule .accordionModuleContent ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}
.accordionModule .accordionModuleContent ul li {
    margin: 0;
    padding: 7px 0;
    min-height: 47px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    border-top: 1px solid rgba(127, 133, 141, 0.18);
}
.accordionModule .accordionModuleContent ul li:first-child {
    border-top: 0;
}
.accordionModule .accordionModuleContent ul li span {
    display: table;
    height: 100%;
    width: 100%;
}
.accordionModule .accordionModuleContent ul li span span {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.accordionModule .accordionModuleContent ul li label {
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    padding-right: 50%;
    position: relative;
}
.accordionModule .accordionModuleContent ul li label .custom-checkbox {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #ba9f74;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    cursor: pointer;
}
.accordionModule .accordionModuleContent ul li label .custom-checkbox.selected {
    background: url(http://cdn.crawler.com.tr/resources/images/icon-check.svg) no-repeat center;
    background-size: 10px;
}
.accordionModule .accordionModuleContent ul li label i {
    position: absolute;
    right: 25px;
    text-align: right;
    top: 50%;
    margin-top: -8px;
    font-style: normal;
    font-weight: 700;
}
.productSidebar .quantitySelect {
    display: block;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 2px solid #fff;
    height: 48px;
    position: relative;
}
.productSidebar .quantitySelect input {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 0;
    background: 0 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 0 30px;
}
.productSidebar .quantitySelect a {
    display: block;
    position: absolute;
    top: 0;
    width: 30px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
}
.productSidebar .quantitySelect a.minus {
    left: 0;
}
.productSidebar .quantitySelect a.plus {
    right: 0;
}
.loginBox {
    background: #000c1c;
    color: #fff;
    padding: 60px;
}
.createAccountWidget {
    background: #fff;
    color: #000c1c;
    padding: 60px;
}
.account h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.51px;
    margin: 0 0 15px 0;
}
.account h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.51px;
    margin: 0 0 15px 0;
}
.new-form-template .form-group {
    margin-bottom: 12px;
}
.new-form-template .form-group label {
    font-size: 12px;
    color: #7f858d;
    letter-spacing: -0.26px;
    line-height: 16px;
    margin-bottom: 10px;
}
.new-form-template .form-group label span {
    color: #ff2e2e;
    margin-left: 3px;
}
.new-form-template .form-buttons {
    padding-top: 8px;
}
.new-form-template .form-notes {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #7f858d;
}
.new-form-template .form-notes span {
    font-weight: 700;
}
.toggle-group label {
        color: rgb(255, 255, 255) !important;
        font-size: 1rem !important;
        line-height: inherit !important;
}
.invert-color {
    color: #000c1c;
}
.invert-color h1 {
    color: #000c1c;
}
.invert-color h2 {
    color: #000c1c;
}
.invert-color .form-control {
    color: #7f858d;
    border: 1px solid #7f858d;
}
.invert-color .form-control:focus {
    color: #000c1c;
    border-color: #000c1c;
}
aside.accountMenu {
    background: #000c1c;
    padding: 30px 0;
}
aside.accountMenu nav {
    margin: 0;
    padding: 0;
}
aside.accountMenu nav ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}
aside.accountMenu nav ul li {
    margin: 0;
    padding: 0;
}
aside.accountMenu nav ul li a {
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    padding: 0 30px;
    position: relative;
}
aside.accountMenu nav ul li.active a {
    background: #001838;
    font-weight: 700;
}
aside.accountMenu nav ul li.logout a:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-logout-white.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -8px;
}
table.transactions {
    width: 100%;
}
table.transactions tr td {
    background: #fff;
    border: 1px solid #f0f1f2;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.3px;
    padding: 10px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
table.transactions tr.transactionsHeader td {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #f0f1f2;
    color: #7f858d;
    font-size: 12px;
    letter-spacing: -0.26px;
    line-height: 120%;
    padding: 14px 10px;
    text-align: left;
}
table.transactions tr td a {
    text-decoration: underline;
    color: #ba9f74;
}
table.transactions .printButton {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #000c1c;
    margin: 0 4px;
    vertical-align: middle;
}
table.transactions .deleteButton {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 4px;
    vertical-align: middle;
    background: #ff2e2e url(http://cdn.crawler.com.tr/resources/images/icon-close.svg) no-repeat center;
    background-size: 14px;
}
table.transactions .order-image {
    width: 140px;
    padding: 20px 0 20px 20px;
}
table.transactions .order-image img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
table.transactions .order-name {
    font-weight: 700;
    text-align: left;
    font-size: 14px;
}
table.transactions .order-name span {
    display: block;
    opacity: 0.34;
    font-size: 12px;
}
table.transactions .order-price {
    font-size: 16px;
    color: #ba9f74;
    font-weight: 700;
}
.orderAddress {
    background: #fff;
    padding: 30px 35px;
    margin: 5px 0 0 0;
}
.orderAddress address {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.orderAddress address h1 {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    line-height: 120%;
}
.accountHeader {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.34px;
    margin-bottom: 10px;
}
.accountHeader .backButton {
    margin-bottom: 15px;
    letter-spacing: 0;
}
table.user-detail-table td,
table.user-detail-table th {
    border-top: 0;
    padding: 0.25rem 0;
}
.user-address .editAddress {
    display: none;
}
.user-address .addNewAddress {
    display: none;
}
.user-address address {
    line-height: 30px;
    font-weight: 300;
}
.user-address address h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}
.user-address address .addressActions {
    margin-top: 12px;
}
.user-address address .addressActions:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.user-address address .addressActions a {
    float: left;
    margin-right: 10px;
    height: 30px;
}
.user-address address .addressActions a.edit {
    line-height: 26px;
    padding: 0 12px;
    color: #000c1c;
    border: 2px solid #000c1c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.21px;
}
.user-address address .addressActions a.edit.active {
    background: #000c1c;
    color: #fff;
}
.user-address address .addressActions a.delete {
    width: 30px;
    background: #ff2e2e url(http://cdn.crawler.com.tr/resources/images/icon-close.svg) no-repeat center;
    background-size: 15px;
}
.user-address .add.active {
    background: 0 0 !important;
    color: #000c1c !important;
    border: 2px solid #000c1c !important;
}
.cart:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cart .cartHeading {
    background: #000c1c;
    color: #fff;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.cart .cartHeading:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cart .cartHeading div {
    display: inline-block;
    font-size: 10px;
    letter-spacing: -0.21px;
    line-height: 36px;
    vertical-align: middle;
}
.cart .cartHeading div:nth-child(1) {
    width: 130px;
    padding: 0 15px 0 20px;
}
.cart .cartHeading div:nth-child(2) {
    width: 185px;
    padding: 0 0 0 13px;
}
.cart .cartHeading div:nth-child(3) {
    width: 90px;
}
.cart .cartHeading div:nth-child(4) {
    width: 85px;
}
.cart .cartHeading div:nth-child(5) {
    width: 85px;
}
.cart .cartHeading div:nth-child(6) {
    width: 115px;
}
.cart .cartHeading div:nth-child(7) {
    width: 40px;
}
.cart .cartBody:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cart .cartBody .cartItem {
    padding: 20px 0;
    background: #fff;
    border-top: 1px solid #f7f8f8;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.cart .cartBody .cartItem:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cart .cartBody .cartItem:first-child {
    border-top: 0;
}
.cart .cartBody .cartItem div {
    display: inline-block;
    width: 85px;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
}
.cart .cartBody .cartItem div i {
    display: none;
}
.cart .cartBody .cartItem div.cartItemImage {
    width: 130px;
    padding: 0 15px 0 20px;
}
.cart .cartBody .cartItem div.cartItemImage img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.cart .cartBody .cartItem div.cartItemName {
    width: 185px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}
.cart .cartBody .cartItem div.cartItemName span {
    display: block;
    font-size: 12px;
    opacity: 0.34;
}
.cart .cartBody .cartItem div.cartItemQuantity {
    width: 90px;
    padding-right: 20px;
}
.cart .cartBody .cartItem div.cartItemPrice {
    width: 115px;
    font-size: 16px;
    font-weight: 700;
    color: #ba9f74;
    letter-spacing: -0.44px;
}
.cart .cartBody .cartItem div.cartItemActions {
    width: 40px;
}
.cart .cartBody .cartItem div.cartItemActions a {
    float: left;
    height: 20px;
}
.cart .cartBody .cartItem div.cartItemActions a.delete {
    width: 20px;
    background: #ff2e2e url(http://cdn.crawler.com.tr/resources/images/icon-close.svg) no-repeat center;
    background-size: 12px;
}
.cart .cartBody .cartItem .quantitySelect {
    display: block;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 2px solid #000c1c;
    height: 30px;
    position: relative;
    color: #000c1c;
}
.cart .cartBody .cartItem .quantitySelect input {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    border: 0;
    background: 0 0;
    text-align: center;
    color: #000c1c;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    outline: 0 !important;
}
.cart .cartBody .cartItem .quantitySelect a {
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
}
.cart .cartBody .cartItem .quantitySelect a.minus {
    left: 0;
}
.cart .cartBody .cartItem .quantitySelect a.plus {
    right: 0;
}
table.teklifAlTable {
    table-layout: fixed;
}
table.teklifAlTable td,
table.teklifAlTable th {
    padding: 20px 10px;
    background: #fff;
    border-top: 1px solid #f7f8f8;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
table.teklifAlTable .teklifAlTableHeader td {
    padding: 0 10px;
    border: 0;
    background: #000c1c;
    color: #fff;
    font-size: 10px;
    letter-spacing: -0.21px;
    line-height: 36px;
}
table.teklifAlTable td.teklifPrice {
    letter-spacing: -0.44px;
    font-size: 16px;
    line-height: 24px;
    color: #ba9f74;
    font-weight: 700;
}
table.teklifAlTable tr:first-child:not(.teklifAlTableHeader) td {
    border-top: 0;
}
.servicesModule .servicesTitle {
    line-height: 46px;
    position: relative;
    margin: 0 0 20px 0;
    outline: 0;
    cursor: pointer;
    color: #fff;
    background: #000c1c;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
}
.servicesModule .servicesTitle:after {
    content: "";
    width: 9px;
    height: 11px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow3.svg) no-repeat center;
    background-size: 100%;
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5.5px;
}
.servicesModule .servicesTitle.ui-state-active {
    color: #000c1c;
    background: #fff;
    margin: 0;
}
.servicesModule .servicesTitle.ui-state-active:after {
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow2.svg) no-repeat center;
    background-size: 100%;
    transform: rotate(-90deg);
}
.servicesModule .servicesContent {
    margin: 0 0 20px 0;
}
.servicesModule .serviceItem {
    padding: 20px;
    background: #fff;
    margin: 5px 0 0 0;
}
.servicesModule .serviceItem address {
    font-size: 12px;
    line-height: 18px;
}
.servicesModule .serviceItem iframe {
    display: block;
    margin: 0;
    padding: 0;
}
.servicesModule .serviceItem address h2 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.servicesModule .serviceItem address a {
    color: #009ffb;
}
.contact address {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}
.contact address iframe {
    margin-top: 6px;
}
.contact address h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.contact .addressSocials a {
    float: left;
    text-align: center;
    color: #000c1c;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    margin: 0 6px 0 0;
    transition: all 0.3s ease;
}
.no-touch .contact .addressSocials a:hover {
    color: #ba9f74;
}
.contact .addressSocials a:after {
    font-family: FontAwesome;
}
.contact .addressSocials a.facebook:after {
    content: "\f09a";
}
.contact .addressSocials a.instagram:after {
    content: "\f16d";
}
.contact .addressSocials a.youtube:after {
    content: "\f16a";
}
.contact .addressSocials a.twitter:after {
    content: "\f099";
}
.fancybox-overlay {
    background: rgba(0, 12, 28, 0.66);
}
.fancybox-close {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-close-black.svg) no-repeat center;
    background-size: 14px;
}
#select-country {
    width: 450px;
    background: #e8e7f4;
    padding: 30px;
    display: none;
}
#select-country .logo {
    width: 104px;
    height: 63px;
    background: url(../images/logo-black-large.png) no-repeat 0 0;
    background-size: 100%;
    margin: 30px auto 40px auto;
    display: block;
}
#select-country .select-country .accordion-title {
    display: block;
    line-height: 46px;
    position: relative;
    margin: 0 0 20px 0;
    outline: 0;
    cursor: pointer;
    color: #fff;
    background: #000c1c;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
}
#select-country .select-country .accordion-title:after {
    content: "";
    width: 9px;
    height: 11px;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow3.svg) no-repeat center;
    background-size: 100%;
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5.5px;
}
#select-country .select-country .accordion-title.ui-state-active {
    color: #000c1c;
    background: #fff;
    margin: 0;
}
#select-country .select-country .accordion-title.ui-state-active:after {
    background: url(http://cdn.crawler.com.tr/resources/images/icon-right-arrow2.svg) no-repeat center;
    background-size: 100%;
    transform: rotate(-90deg);
}
#select-country .select-country-content {
    background: #000c1c;
    color: #fff;
    max-height: 150px;
    overflow: auto;
    margin-top: 10px;
    padding: 10px 0;
}
#select-country .select-country-content ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}
#select-country .select-country-content ul li {
    margin: 0;
    padding: 0;
}
#select-country .select-country-content ul li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
}
#select-country .select-country-content ul li a:hover {
    background: #001838;
}
.simplebar-track.simplebar-vertical {
    width: 8px;
}
.simplebar-scrollbar:before {
    background: #000c1c;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.2;
}
.select-country-content .simplebar-track {
    right: 2px;
}
.select-country-content .simplebar-scrollbar:before {
    background: #fff;
}
.shopify-challenge__container {
    background-image: url(../images/pageHeading6.jpg);
    max-width: 100% !important;
    margin: 0 auto;
    height: 500px;
    padding: 250px;
    color: #fff;
}
#errormail {
    text-align: center;
    margin-bottom: 15px;
    color: #7d7979;
    font-size: 13px;
}
.customSelect {
    display: none !important;
}
.navbarLang {
    float: left;
    padding-left: 15px;
}
.navbarLang ul li {
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.subnav {
    float: left;
    overflow: hidden;
}
.subnav .subnavbtn {
    border: none;
    outline: 0;
    font-family: inherit;
    margin: 0;
}
.subnav-content {
    display: none;
    position: absolute;
    width: 3%;
    z-index: 1;
    background: #e8e7f4;
}
.subnav-content ul {
    display: inline-block;
    margin-left: -30px;
    padding-top: 0;
    margin-bottom: 0;
}
.subnav-content ul li {
    float: left;
    color: #000;
    text-decoration: none;
    list-style-type: none;
    font-size: 13px;
}
.subnav-content ul li:hover {
    color: #000;
}
.subnav:hover .subnav-content {
    display: block;
}
.subnav .currentLanguage {
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background: url(http://cdn.crawler.com.tr/resources/images/icon-lang-dropdown.svg) no-repeat right center;
    padding-right: 12px;
}
@media only screen and (max-width: 768px) {
    .navbarLang {
        display: none;
    }
}
.pagination a {
    color: #ba9f74;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination li.active a {
    background: #fff;
    color: #ba9f74;
}
.pagination a:hover:not(.active) {
    background-color: #000c1c;
    color: #ba9f74;
}
.pagination a {
    border-radius: 5px;
}
.pagination a.active {
    border-radius: 5px;
}
.pagination a {
    transition: background-color 0.3s;
}
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}
table.dataTable tfoot th,
table.dataTable thead th {
    font-weight: 700;
}
table.dataTable thead th {
    padding: 15px 20px !important;
}
table.dataTable thead td,
table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: 1px solid #000c1c;
}
table.dataTable thead td:active,
table.dataTable thead th:active {
    outline: 0;
}
table.dataTable tfoot td,
table.dataTable tfoot th {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #000c1c;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}
table.dataTable thead .sorting {
    background-image: url(../images/sort_both.png);
}
table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png);
}
table.dataTable thead .sorting_desc {
    background-image: url(../images/sort_desc.png);
}
table.dataTable thead .sorting_asc_disabled {
    background-image: url(../images/sort_asc_disabled.png);
}
table.dataTable thead .sorting_desc_disabled {
    background-image: url(../images/sort_desc_disabled.png);
}
table.dataTable tbody tr {
    background-color: #fff;
}
table.dataTable tbody tr.selected {
    background-color: #ba9f74;
}
table.dataTable tbody td,
table.dataTable tbody th {
    padding: 8px 10px;
}
table.dataTable.display tbody td,
table.dataTable.display tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
    border-top: 1px solid #000c1c;
}
table.dataTable.display tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.row-border tbody tr:first-child th {
    border-top: none;
}
table.dataTable.cell-border tbody td,
table.dataTable.cell-border tbody th {
    border-top: 1px solid #000c1c;
    border-right: 1px solid #000c1c;
}
table.dataTable.cell-border tbody tr td:first-child,
table.dataTable.cell-border tbody tr th:first-child {
    border-left: 1px solid #000c1c;
}
table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:first-child th {
    border-top: none;
}
table.dataTable.display tbody tr.odd,
table.dataTable.stripe tbody tr.odd {
    background-color: #f9f9f9;
}
table.dataTable.display tbody tr.odd.selected,
table.dataTable.stripe tbody tr.odd.selected {
    background-color: #b69b71;
}
table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr:hover {
    background-color: #f6f6f6;
}
table.dataTable.display tbody tr:hover.selected,
table.dataTable.hover tbody tr:hover.selected {
    background-color: #b39970;
}
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3,
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3 {
    background-color: #fafafa;
}
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3,
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3 {
    background-color: #b69c72;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: #f5f5f5;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #b0966e;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #b1986f;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #b3996f;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #b69c72;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #b89d73;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #b99e74;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #ab926a;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #ac936b;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #ae956d;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #000c1c;
}
table.dataTable.nowrap td,
table.dataTable.nowrap th {
    white-space: nowrap;
}
table.dataTable.compact thead td,
table.dataTable.compact thead th {
    padding: 4px 17px;
}
table.dataTable.compact tfoot td,
table.dataTable.compact tfoot th {
    padding: 4px;
}
table.dataTable.compact tbody td,
table.dataTable.compact tbody th {
    padding: 4px;
}
table.dataTable td.dt-left,
table.dataTable th.dt-left {
    text-align: left;
}
table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
    text-align: center;
}
table.dataTable td.dt-right,
table.dataTable th.dt-right {
    text-align: right;
}
table.dataTable td.dt-justify,
table.dataTable th.dt-justify {
    text-align: justify;
}
table.dataTable td.dt-nowrap,
table.dataTable th.dt-nowrap {
    white-space: nowrap;
}
table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable thead th.dt-head-left {
    text-align: left;
}
table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
    text-align: center;
}
table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
    text-align: right;
}
table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
    text-align: justify;
}
table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
    white-space: nowrap;
}
table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
    text-align: left;
}
table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
    text-align: center;
}
table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
    text-align: right;
}
table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
    text-align: justify;
}
table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
    white-space: nowrap;
}
table.dataTable,
table.dataTable td,
table.dataTable th {
    box-sizing: content-box;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}
.dataTables_wrapper .dataTables_length {
    float: left;
}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.25em 0.5em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #000c1c !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000c1c !important;
    border: 1px solid #6e5837;
    background-color: #e9e1d3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9e1d3), color-stop(100%, #ba9f74));
    background: -webkit-linear-gradient(top, #e9e1d3 0, #ba9f74 100%);
    background: -moz-linear-gradient(top, #e9e1d3 0, #ba9f74 100%);
    background: -ms-linear-gradient(top, #e9e1d3 0, #ba9f74 100%);
    background: -o-linear-gradient(top, #e9e1d3 0, #ba9f74 100%);
    background: linear-gradient(to bottom, #e9e1d3 0, #ba9f74 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: 0 0;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #000c1c;
    background-color: #0049ab;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0049ab), color-stop(100%, #000c1c));
    background: -webkit-linear-gradient(top, #0049ab 0, #000c1c 100%);
    background: -moz-linear-gradient(top, #0049ab 0, #000c1c 100%);
    background: -ms-linear-gradient(top, #0049ab 0, #000c1c 100%);
    background: -o-linear-gradient(top, #0049ab 0, #000c1c 100%);
    background: linear-gradient(to bottom, #0049ab 0, #000c1c 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: 0;
    background-color: #00224f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00224f), color-stop(100%, #000812));
    background: -webkit-linear-gradient(top, #00224f 0, #000812 100%);
    background: -moz-linear-gradient(top, #00224f 0, #000812 100%);
    background: -ms-linear-gradient(top, #00224f 0, #000812 100%);
    background: -o-linear-gradient(top, #00224f 0, #000812 100%);
    background: linear-gradient(to bottom, #00224f 0, #000812 100%);
    box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
    color: #000c1c;
}
.dataTables_wrapper .dataTables_scroll {
    clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th {
    vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #000c1c;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table,
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
    border-bottom: none;
}
.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
@@media screen and (max-width: 767px) {
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
}
.dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
}
