
body {
    background: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #273db5;
}

a:hover {
    color: #4c98ad;
}
.sectionpadding {
    padding: 60px 0;
}
.header-container {
    background: rgb(20,136,204);
    background: -moz-linear-gradient(170deg, rgba(20,136,204,1) 20%, rgba(43,50,178,1) 100%);
    background: -webkit-linear-gradient(170deg, rgba(20,136,204,1) 20%, rgba(43,50,178,1) 100%);
    background: linear-gradient(170deg, rgba(20,136,204,1) 20%, rgba(43,50,178,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1488cc",endColorstr="#2b32b2",GradientType=1);
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
}

.header-tools {
    border-bottom: 1px solid rgba(255, 255, 255, 0.129);
    padding: 25px 0;
}

.header-tools .little-padding {
    padding: 7px 0;
}

.header-tools .search-input {
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.129);
    border-right: 0;
    border-radius: 50px 0 0 50px;
    background: none;
    padding: 0 30px;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    -webkit-text-fill-color: #ffffff6b;
    transition: all 0.5s ease;
}

.header-tools .search-input:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.08);
}
.header-tools .search-input:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.30);
}

.header-tools .search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #14476a;
    opacity: 1;
}

.header-tools .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #14476a;
}

.header-tools .search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #14476a;
}

.header-tools .search-button {
    border: 1px solid rgba(255, 255, 255, 0.129);
    border-left: 0;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 0 50px 50px 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    color: #ffffff;
    box-shadow: none;
}

.header-tools .nav-link {
    color: #ffffff;
    font-size: 26px;
    padding: 0;
    line-height: 44px;
    position: relative;
    display: inline-block;
}

.header-tools .nav-link:hover {
    color: rgb(192, 212, 255);
}

.header-tools span {
    font-size: 14px;
    position: absolute;
    top: 25px;
    right: -10px;
}

.header-tools .mobil-menu {
    position: fixed !important;
    top: -2px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    border: none;
    border-radius: 0;
    padding: 0;
    overflow-x: scroll;
}

.header-mobil-tools {
    padding: 19px 0;
}

.header-mobil-tools .nav-link {
    color: #000000;
}

.header-mobil-tools .nav-link:hover {
    color: #266680;
}

.header-login .nav-link {
    height: 44px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 15px;
    color: #266680;
    background: #ffffff;
    border-radius: 44px;
    line-height: 44px;
}

.header-login .nav-link:hover {
    background: #14476a;
    color: #266680;
}

.header-navigation .navbar {
    padding: 0;
}

.header-navigation .nav-link {
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;

}

.header-navigation .nav-link:hover,
.header-navigation .nav-link .active {
    color: rgb(192, 212, 255);
}

.header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
}

.category-or-navigation-nav .nav-item {
    width: 50%;
    background: #f7f7f7;
}

.category-or-navigation-nav .nav-link {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.category-or-navigation-nav .nav-link:hover {
    color: #266680;
}

.category-or-navigation-nav .nav-link.active {
    border-bottom: 3px solid #266680;
    margin-bottom: -1px;
}

.mobil-login {
    padding: 25px 30px;
}

.mobil-login a {
    width: 100%;
    background: #ffffff;
    border: 2px solid #266680;
    border-radius: 50px;
    padding: 0 25px;
    color: #266680;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    display: block;
}

.mobil-login a:hover {
    background: #266680;
    color: #000000;
}

.mobil-login i {
    margin-left: 10px;
}

.mobil-category-list {
    padding: 25px 30px;
}

.mobil-category-list a {
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
}

.mobil-category-list a:last-child {
    border-bottom: 0;
}

.header-navigation .dropdown-menu {
    width: 700px;
    padding: 0;
}

.header-category-dropdown {
    border-right: 1px solid rgba(255, 255, 255, 0.129);
    padding: 0 25px 0 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    text-transform: uppercase;
}

.header-category-dropdown-mobil {
    border: 0;
    line-height: 60px;
}

.header-category-dropdown-mobil i {
    color: #ffffff;
    font-size: 24px;
}

.header-mobil-tools .header-category-dropdown-mobil i {
    color: #000000;
}

.header-category-dropdown:hover,
.header-category-dropdown:focus {
    color: #14476a;
    box-shadow: none;
}

.header-category-dropdown i {
    font-size: 24px;
    margin-right: 10px;
    margin-bottom: 19px;
    vertical-align: bottom;
}

.header-category-dropdown span {
    margin: 5px 0;
    font-weight: bold;
}

.header-dropdown-content {
    padding: 15px;
}

.header-dropdown-content .nav-link {
    position: relative;
    color: rgb(77, 84, 99);
    line-height: 30px;
    padding: 0 10px;
}

.header-dropdown-content .nav-link:hover {
    color: rgb(192, 212, 255);
}

.header-dropdown-content .nav-link.active {
    background: #f7f7f7;
    color: rgb(192, 212, 255);
}

.header-dropdown-content .nav-link i {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 12px;
    line-height: 32px;
}

.header-dropdown-sub-content {
    background: #f7f7f7;
    padding: 15px;
}

.header-dropdown-sub-content .nav-link {
    position: relative;
    border-radius: 0;
    color: #000000;
    padding: 0 12px;
    line-height: 32px;
    text-transform: none;
}

.header-dropdown-sub-content .nav-link:hover {
    color: #266680;
}

.footer-links {
    background: #ffffff;
}

.footer-links hr {
    margin: 0;
}

.footer-menus {
    padding: 70px 0 40px 0;
}

.footer-menus h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
}

.footer-menus .phone-number {
    font-size: 24px;
    color: #266680;
    font-weight: bold;
    line-height: 46px;
}

.footer-menus p {
    line-height: 26px;
}

.footer-menus a {
    color: #000000;
    line-height: 26px;
    display: block;
}

.footer-menus a:hover {
    color: #266680;
}

.footer-menus .contact a {
    height: 44px;
    background: #266680;
    border: 2px solid #266680;
    border-radius: 50px;
    padding: 0 25px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    text-transform: uppercase;
    display: inline-block;
}

.footer-menus .contact .social-fb {
    width: 44px;
    border: 2px solid #0b0b0b;
    padding: 0;
    margin-right: 10px;
    color: #0b0b0b;
    background: none;
}

.footer-menus .contact .social-fb:hover {
    background: #0b0b0b;
    color: #ffffff;
}

.footer-payments {
    font-size: 13px;
    line-height: 20px;
}

.footer-payments p {
    margin-top: 40px;
}

.footer-payments img {
    margin: 24px 0;
}

.footer-copyright {
    background: #0b0b0b;
    color: #747474;
    font-size: 14px;
    padding: 15px 0;
    line-height: 40px;
}

.footer-copyright a {
    color: #747474;
    margin-right: 15px;
}
.footer-copyright a:hover {
    color: #ffffff;
}

.content-white {
    background: #ffffff;
}

.feature-section {
    background: rgb(20,136,204);
    background: -moz-linear-gradient(-90deg, rgba(20,136,204,1) 20%, rgba(43,50,178,1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(20,136,204,1) 20%, rgba(43,50,178,1) 100%);
    background: linear-gradient(-90deg, rgba(20,136,204,1) 20%, rgba(43,50,178,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1488cc",endColorstr="#2b32b2",GradientType=1);
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
    padding: 15px 0;
}

.feature-section .logo {
    margin: 7px 0;
}

.feature-section img.logo {
    max-height: 70px;
}

.feature-section .media-body h5 {
    font-size: 16px;
    font-weight: bold;
}

.super-title {
    padding: 0 15px;
    position: relative;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
}

.super-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 24px;
    margin: 8px 0;
    background: #266680;
    border-radius: 50px;
}

.super-title.super-title-lg {
    font-size: 32px;
    line-height: 50px;
}

.super-title.super-title-lg::before {
    height: 34px;
}

.super-title-link {
    text-align: right;
    line-height: 48px;
}

.super-title-header {
    margin-top: 55px;
    margin-bottom: 25px;
}

.feature-mini-section {
    text-align: center;
}

.feature-mini-section span {
    font-size: 13px;
    line-height: 44px;
    vertical-align: top;
}

.feature-mini-section i {
    color: #266680;
    font-size: 20px;
    line-height: 44px;
    padding: 0 5px 0 25px;
}

.not-found h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 40px 0;
}

@media (min-width: 768px) {
    .not-found h1 {
        font-size: 52px;
    }
}

@media (min-width: 992px) {
    .not-found h1 {
        margin: 220px 0 40px 0;
    }
}

.not-found p {
    font-size: 16px;
    margin-bottom: 40px;
}

.not-found a {
    height: 44px;
    background: #4c98ad;
    border-radius: 50px;
    padding: 0 35px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: inline-block;
}

.not-found a:hover {
    background: #000000;
}

.not-found .img-bg img {
    max-height: 350px;
}

@media (min-width: 992px) {
    .not-found .img-bg {
        height: 680px;
        background: url("/assets/images/404.png") center right no-repeat;
    }
}

.image-title {
    background: url("/assets/images/767069.jpg") center center no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 120px 0;
}

.image-title h1 {
    font-size: 52px;
    font-weight: bold;
}

.image-title p {
    font-size: 16px;
}

.about-content {
    padding: 70px 0 140px 0;
}

.about-content p {
    font-size: 14px;
    text-align: justify;
}

.page-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 30px 0 20px 0;
    margin: 0;
    font-size: 12px;
    color: #939393;
    text-transform: uppercase;
}

.page-breadcrumb .breadcrumb a {
    color: #000000;
}

.page-breadcrumb .breadcrumb a:hover {
    color: #266680;
}

.super-nav .nav-item {
    color: #000000;
    font-size: 16px;
    padding: 8px 10px 15px 10px;
    line-height: 30px;
}

.super-nav .nav-item:hover {
    color: #266680;
}


.super-nav .nav-link.active {
    background: none;
    border-bottom: 3px solid #266680;
    border-radius: unset;
    color: #000000;
}

.item-main-section .item-list {
    margin-top: 45px;
    margin-bottom: 30px;
}

.item-main-section .more-item {
    margin-top: 45px;
    margin-bottom: 55px;
    text-align: center;
}

.item-main-section .more-item a {
    border: 2px solid #266680;
    border-radius: 50px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
    text-transform: uppercase;
    display: inline-block;
}

.item-main-section .more-item a:hover {
    background: #266680;
    color: #ffffff;
}

.shop-item {
    position: relative;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-bottom: 15px;
}

.shop-item:hover {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 15px #e5e5e5;
}

.shop-item .image-block {
    height: 305px;
    text-align: center;
    padding: 25px;
    line-height: 255px;
}

.shop-item:hover .image-block {
    margin-bottom: -59px;
}

.shop-item .image-block img {
    max-width: 100%;
    max-height: 100%;
}

.shop-item .add-favorite {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    line-height: 18px;
}

.shop-item .add-favorite a {
    color: #a1a1a1;
}

.shop-item .add-favorite a:hover {
    color: #266680;
}

.shop-item .action-flag {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #266680;
    border-radius: 5px 0 50px 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 25px 0 10px;
    line-height: 30px;
    text-transform: uppercase;
}

.shop-item .item-info {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin: 0 25px 25px 25px;
    z-index: 1;
}

.shop-item:hover .item-info {
    padding: 25px 25px 0 25px;
    margin: 0 0 25px 0;
}

.shop-item .item-info h2 {
    color: #000000;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
}

.shop-item .item-info h3 {
    color: #266680;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 15px 0 0 0;
}

.shop-item .item-info .action-price,
.shop-item .item-info .action-percent {
    color: #939393;
    padding-left: 8px;
    font-size: 12px;
    font-weight: normal;
}

.shop-item .item-info .action-price {
    text-decoration: line-through;
}

.shop-item .item-info .more-detail {
    width: 100%;
    background: #266680;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    display: none;
}

.shop-item:hover .item-info .more-detail {
    display: inline-block;
}

.shop-item .item-info .more-detail:hover {
    background: #000000;
}

.item-list-section .item-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.item-list-section .more-item {
    margin-top: 45px;
    margin-bottom: 55px;
    text-align: center;
}

.item-list-section .more-item a {
    border: 2px solid #266680;
    border-radius: 50px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
    text-transform: uppercase;
    display: inline-block;
}

.item-list-section .more-item a:hover {
    background: #266680;
    color: #ffffff;
}

.item-list-section .more-item .item-counter {
    color: #939393;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}

.item-list-section .item-filter {
    background: #d7f4d9;
    border-radius: 50px;
    color: #266680;
    padding: 0 15px;
    margin: 9px 0 9px 10px;
    line-height: 30px;
    display: inline-block;
}

.item-list-section .item-filter i {
    margin-left: 10px;
}

.item-list-filter {
    background: #f1f1f1;
    padding: 25px 0;
}

.item-list-filter .form-control {
    height: 50px;
    font-size: 13px;
    line-height: 50px;
}

.item-list-filter .btn-group {
    width: 100%;
}

.item-list-filter .filter-dd-button {
    position: relative;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    color: #000000;
    line-height: 40px;
}

.item-list-filter .filter-dd-button i {
    position: absolute;
    top: 11px;
    left: 15px;
    color: #939393;
    font-size: 18px;
    line-height: 30px;
}

.item-list-title .form-control {
    height: 60px;
    font-size: 13px;
    padding-top: 25px;
    line-height: 30px;
    margin-bottom: 40px;
}

.item-list-title .item-counter {
    color: #939393;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-left: 15px;
}

.item-list-title .item-shorter {
    position: relative;
}

.item-list-title .item-shorter span {
    position: absolute;
    top: 12px;
    left: 16px;
    color: #939393;
    font-size: 13px;
}

.item-preview {
    padding: 40px 0 100px 0;
}

.item-preview .shop-item {
    border: 1px solid #d4d4d4;
}

.item-description {
    background: #ffffff;
    border-radius: 10px;
    padding: 1px 25px;
}

@media (min-width: 768px) {
    .item-description {
        padding: 1px 50px;
    }
}

.item-description article {
    margin: 50px 0;
}

.item-description h2 {
    margin-bottom: 35px;
}

.item-description p {
    font-size: 14px;
    text-align: justify;
}

.item-description img {
    margin-top: 30px;
    max-width: 100%;
}

.item-description .item-question {
    font-size: 15px;
}

.item-description .item-question i {
    width: 40px;
    height: 40px;
    background: #266680;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    display: inline-block;
}

.item-description .item-question a {
    width: 100%;
    background: #4c98ad;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.item-description .item-question a:hover {
    background: #000000;
}

.item-detail .detail-panel h1 {
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
}

.item-detail .detail-panel .item-rating {
    color: #d0d0d0;
    margin-bottom: 5px;
}

.item-detail .detail-panel .item-rating span {
    color: #939393;
    margin-left: 5px;
}

.item-detail .detail-panel .social-sites {
    text-align: right;
}

.item-detail .detail-panel .social-sites i {
    margin-left: 12px;
}

.item-detail .detail-panel .social-sites a {
    color: #000000;
}

.item-detail .detail-panel .item-locations {
    margin: 25px 0;
}

.item-detail .detail-panel .item-location {
    position: relative;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 13px;
    margin: 5px 0;
}

.item-detail .detail-panel .item-location .type-logo i {
    width: 38px;
    height: 38px;
    color: #939393;
    background: #ffffff;
    border-radius: 50px;
    line-height: 38px;
    text-align: center;
}

.item-detail .detail-panel .item-location .location-title {
    padding: 2px 20px;
}

.item-detail .detail-panel .item-location h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 16px;
}

.item-detail .detail-panel .item-location span {
    font-size: 11px;
    line-height: 16px;
}

.item-detail .detail-panel .item-location .order-info {
    position: absolute;
    top: 13px;
    right: 20px;
    color: #266680;
    line-height: 38px;
}

.item-detail .detail-panel .item-location .order-info i {
    margin-right: 5px;
}

.item-detail .detail-panel .price-info {

}

.item-detail .detail-panel .price-info h4 {
    font-size: 12px;
    margin-bottom: 0;
}

.item-detail .detail-panel .price-info span {
    text-decoration: line-through;
}

.item-detail .detail-panel .price-info h3 {
    color: #266680;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}

.item-detail .detail-panel .add-favorite {
    text-align: right;
}

.item-detail .detail-panel .add-favorite i {
    margin: 20px 6px 0 0;
}


.item-detail .detail-panel .add-cart i {
    margin-right: 5px;
}

.buy-feature {
    margin-bottom: 45px;
}

.buy-feature .feature-icon {
    width: 30px;
    font-size: 18px;
}

.buy-feature .feature-info h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.buy-feature .feature-info span {
    color: #939393;
}

.alert-success {
    background: #d7f4d9;
    border: 0;
    color: #266680;
}

.contact .category-logo {
    width: 70px;
    height: 70px;
    background: #266680;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    line-height: 70px;
    margin-right: 30px;
}

.contact h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 0;
}
.contact p {
    font-size: 13px;
    line-height: 22px;
}

.facebook-button {
    background: #3b5999;
    border-radius: 5px;
    color: #ffffff;
    padding: 18px 20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
}

.facebook-button i {
    font-size: 22px;
    float: left;
}

.contact .mail-send {
    background: #4c98ad;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 0 25px;
    line-height: 54px;
    text-transform: uppercase;
}

.item-added-cart {

}

.item-added-cart .modal-header h5 {
    font-weight: bold;
}

.item-added-cart .modal-header i {
    color: #266680;
    margin-right: 10px;
}

.item-added-cart .modal-body {
    padding: 0;
}

.item-added-cart .modal-footer {
    border-top: 0;
}

.item-added-cart .item-added {
    position: relative;
    padding: 25px;
}

.item-added-cart .item-added .image-block {
    padding: 10px;
    display: block;
}

@media (min-width: 576px) {
    .item-added-cart .item-added .image-block {
        width: 125px;
        height: 125px;
        border: 1px solid #939393;
        margin-right: 15px;
        float: left;
    }
}

.item-added-cart .item-added .image-block img {
    max-width: 100%;
    max-height: 100%;
}

.item-added-cart .item-added .item-title {
    height: 70px;
}

.item-added-cart .item-added .item-title h3 {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
}

.item-added-cart .item-added .item-title h3:hover {
    color: #266680;
}

.item-added-cart .item-added .item-count {
    width: 100px;
    margin-top: 15px;
    display: inline-block;
}

.item-added-cart .item-added .item-price {
    text-align: right;
    color: #266680;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 15px;
}

.item-added-cart .item-added .item-price .price-discount {
    color: #939393;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}

.item-added-cart .item-added .item-price .price-discount span {
    margin-right: 8px;
    text-decoration: line-through;
}

.item-added-cart .cart-summary {
    position: relative;
    background: #f7f7f7;
    padding: 0 25px;
    line-height: 32px;
}

.item-added-cart .cart-summary span {
    position: absolute;
    top: 0;
    right: 25px;
    line-height: 32px;
}

.item-added-cart .return-to-shopping {
    width: 100%;
    border: 2px solid #266680;
    border-radius: 5px;
    color: #266680;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}

.item-added-cart .return-to-shopping:hover {
    background: #266680;
    color: #ffffff;
}

.item-added-cart .go-to-order {
    width: 100%;
    background: #4c98ad;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    line-height: 42px;
    margin: 0;
    text-transform: uppercase;
}

.item-added-cart .go-to-order:hover {
    background: #000000;
}

header .brand-logo {
    max-height: 58px;
    width: auto;
}

.brand-image {
    max-height: 50px;
}

.images-slider {
    position: relative;
    background: #f7f7f7;
    z-index: 1;
}
.images-slider:before {
    height: 120px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #fff;
    content: "";
    z-index: -1;
}
.images-slider .slides {
    display: inline-block;
    width: 100%;
}

.item-img img {
    max-width:100px;
    height: auto;
    margin-right: 20px;
}

.media-body h5 {
    font-weight: bold;
    font-size: 15px;
}

.shopping-cart .price {
    font-size: 18px;
    font-weight: bold;
    z-index: 9;
    color: #2d3a4b;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.shopping-cart .price small {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}
.shopping-cart .position-center-center {
    width: 100%;
}
.shopping-cart .col-sm-6 .position-center-center {
    width: 100%;
    padding: 0 20px;
    text-align: left;
}
.shopping-cart h5 {
    color: #2d3a4b;
    margin-bottom: 0px;
    margin-top: 10px;
}

.shopping-cart h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.shopping-cart h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top:0px;
}

.shopping-cart .media-body span {
    color: #2d3a4b;
    margin-bottom: 0px;
    margin-top: 25px;
    font-size: 22px;
    display: inline-block;
    font-weight: normal;
}
.shopping-cart .heading h4 {
    font-size: 24px;
}
.shopping-cart .bootstrap-select {
    width: 100% !important;
}
.shopping-cart .quinty {
    position: relative;
    padding: 0 15px;
    max-width: 150px;
    display: inline-block;
}
.shopping-cart .quinty input {
    width: 100%;
    height: 50px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
}
.shopping-cart input.qtyplus {
    width: 30px;
    height: 48px;
    position: absolute;
    background: rgba(0,0,0,0.05);
    border: none;
    font-size: 22px;
    right: 16px;
    cursor: pointer;
    top: 1px;
    line-height: 50px;
}
.shopping-cart input.qtyminus {
    width: 30px;
    height: 48px;
    position: absolute;
    background: rgba(0,0,0,0.05);
    border: none;
    font-size: 22px;
    left: 16px;
    cursor: pointer;
    top: 1px;
    line-height: 50px;
}
.shopping-cart .quinty .btn {
    border: 1px solid #2d3a4b !important;
    color: #2d3a4b !important;
}
.shopping-cart .quinty .bootstrap-select .btn {
    padding: 0px 10px;
    font-size: 12px;
}
.shopping-cart .bootstrap-select.btn-group .dropdown-menu li {
    min-height: inherit;
}
.shopping-cart img {
    width: 100%;
}
.shopping-cart li {
    position: relative;
}
.shopping-cart li input {
    display: inline-block;
    width: 100%;
}
.shopping-cart li {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #266680;
    list-style: none;
}
.shopping-cart .checkbox input {
    margin-top: 10px;
}
.shopping-cart li input {
    border: 1px solid #ebebeb;
    width: 60px;
    font-family: 'Montserrat', sans-serif;
    height: 44px;
    float: left;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.shopping-cart li a {
    color: #272727;
    font-size: 14px;
    font-weight: 600;
}
.shopping-cart .cart-details {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d1d5db;
}
.shopping-cart .cart-details li {
    min-height: 150px;
}
.shopping-cart .cart-details h6 {
    font-weight: normal;
    font-size: 12px;
}
.shopping-cart .cart-head {
    display: inline-block;
    width: 100%;
    padding: 0px 0;
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.shopping-cart .cart-head h6 {
    margin: 0px;
    font-weight: normal;
    font-size: 12px;
}
.shopping-cart .btn-sec {
    display: inline-block;
    width: 100%;
}
.shopping-cart .btn-sec .btn {
    padding: 15px 30px;
    float: left;
    font-size: 12px;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
}
.shopping-cart .btn-sec .btn i {
    margin-right: 10px;
    font-size: 16px;
}
.shopping-cart .btn.right-btn {
    float: right;
    margin-right: 0px;
}
.shopping-cart .cart-ship-info {
    text-align: left;
    margin-top: 0px;
}
.shopping-cart .cart-ship-info h6 {
    margin-top: 60px;
    color: #2d3a4b;
    font-weight: 500;
    font-size: 24px;
    position: relative;
}
.chart-page.login .cart-ship-info small {
    font-weight: bold;
    margin-top: 30px;
    display: inline-block;
}

.shopping-cart .bootstrap-select .btn {
    margin-top: 10px;
    background: #fff !important;
    border: 1px solid #ebebeb;
    color: #b8b8b8;
    font-size: 10px;
    letter-spacing: 2px;
}
.shopping-cart .order-place input {
    margin: 0px;
    height: auto !important;
}
.shopping-cart .cart-ship-info label {
    font-size: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #2d3a4b;
}
.shopping-cart .cart-ship-info .grand-total {
    border: 3px solid #2d3a4b;
    padding: 15px 30px;
    background: #fff;
}
.shopping-cart .cart-ship-info .order-detail p {
    font-weight: normal;
    color: #2d3a4b;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    margin: 0px;
}
.shopping-cart .grand-total .all-total {
    border-bottom: none !important;
}
.shopping-cart .cart-ship-info .grand-total {
}
.shopping-cart .cart-ship-info .grand-total h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
}
.shopping-cart .cart-ship-info .grand-total h4 span {
    color: #266680;
}
.shopping-cart .cart-ship-info .grand-total .btn {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
}
.shopping-cart .cart-ship-info .grand-total .btn:hover {
}
.shopping-cart .grand-total p span {
    float: right;
}
.shopping-cart .checkbox input {
    height: auto;
    margin-top: 0px;
}
.shopping-cart .checkbox label::before {
    margin-left: 0px;
}
.shopping-cart .order-place {
    border: 3px solid rgba(0,0,0,0.1);
    padding: 30px;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
}
.shopping-cart .order-place h5 {
    font-weight: bold;
    color: #266680;
    margin: 0px;
    font-size: 15px;
}
.shopping-cart .order-place .order-detail p {
    font-weight: normal;
    color: #2d3a4b;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    font-size: 14px;
    margin: 0px;
}
.shopping-cart .all-total {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.shopping-cart .order-place .order-detail p span {
    float: right;
}
.shopping-cart .order-place .order-detail {
    margin-bottom: 30px;
}
.shopping-cart .order-place .item-order span {
    color: #266680;
    float: none;
}
.shopping-cart .order-place .item-order {
    min-height: 100px;
    padding-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}
.shopping-cart .order-place .item-order p {
    text-transform: none;
    font-size: 10px;
    border: none;
    margin: 0px;
    padding: 0px;
    color: #b8b8b8;
    font-weight: normal;
}
.shopping-cart .order-place .pay-meth p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}
.shopping-cart .order-place .pay-meth p small{
    font-size: 12px;
}
.shopping-cart .order-place .pay-meth ul {
    margin-top: 30px;
    margin-left: 0px;
    padding: 0;
}
.shopping-cart .order-place .pay-meth ul li {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
}
.shopping-cart .order-place .pay-meth label {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 12px;
}
.shopping-cart .order-place .pay-meth .color {
    color: #266680;
}
.shopping-cart .btn {
    font-size: 14px;
}
.shopping-cart .btn:hover {
    background: #56a0d3 !important;
}

#coupon_form {
    background: #eeeeee;
    padding: 50px;
    display: inline-block;
    width: 100%;
}

.shipping_data {
    display: none;
}

.shopping-cart .order-place {
    border: 3px solid rgba(0,0,0,0.1);
    padding: 30px;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
}    

.shopping-cart label {
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #2d3a4b;
}

.shopping-cart .order-data input {
    border: 1px solid rgba(0,0,0,0.2);
    width: 60px;
    height: 44px;
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 0 20px;
    display: inline-block;
    font-weight: 600;
    border-radius: 4px;
    text-align: left;
    margin-top: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.checkout-toggle {
    width: 20px !important;
    height: 20px !important;
}

.checkout-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.checkout-container span {
    margin-left: 15px;
    line-height: 30px;
}


.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    line-height: 19px
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #272727;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
    line-height: 15px
}

.checkbox-danger input[type=checkbox]:checked+label::after,
.checkbox-danger input[type=radio]:checked+label::after,
.checkbox-info input[type=checkbox]:checked+label::after,
.checkbox-info input[type=radio]:checked+label::after,
.checkbox-primary input[type=checkbox]:checked+label::after,
.checkbox-primary input[type=radio]:checked+label::after,
.checkbox-success input[type=checkbox]:checked+label::after,
.checkbox-success input[type=radio]:checked+label::after,
.checkbox-warning input[type=checkbox]:checked+label::after,
.checkbox-warning input[type=radio]:checked+label::after,
input[type=checkbox] .styled:checked+label::after,
input[type=checkbox] .styled:checked+label::before,
input[type=radio] .styled:checked+label::after,
input[type=radio] .styled:checked+label::before {
    color: #fff
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
    opacity: 0;
    z-index: 1
}

.checkbox input[type=checkbox]:focus+label::before,
.checkbox input[type=radio]:focus+label::before {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.checkbox input[type=checkbox]:checked+label::after,
.checkbox input[type=radio]:checked+label::after {
    font-family: FontAwesome;
    content: "\f00c"
}

.checkbox input[type=checkbox]:disabled+label,
.checkbox input[type=radio]:disabled+label {
    opacity: .65
}

.checkbox input[type=checkbox]:disabled+label::before,
.checkbox input[type=radio]:disabled+label::before {
    background-color: #eee;
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox-primary input[type=checkbox]:checked+label::before,
.checkbox-primary input[type=radio]:checked+label::before {
    background-color: #337ab7;
    border-color: #337ab7
}

.checkbox-danger input[type=checkbox]:checked+label::before,
.checkbox-danger input[type=radio]:checked+label::before {
    background-color: #d9534f;
    border-color: #d9534f
}

.checkbox-info input[type=checkbox]:checked+label::before,
.checkbox-info input[type=radio]:checked+label::before {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.checkbox-warning input[type=checkbox]:checked+label::before,
.checkbox-warning input[type=radio]:checked+label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.checkbox-success input[type=checkbox]:checked+label::before,
.checkbox-success input[type=radio]:checked+label::before {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.radio {
    padding-left: 20px
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px
}

.radio label::after,
.radio label::before {
    display: inline-block;
    position: absolute;
    margin-left: -20px
}

.radio label::before {
    content: "";
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.radio label::after {
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #2d3a4b;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

.radio-primary input[type=radio]+label::after,
.radio-primary input[type=radio]:checked+label::after {
    background-color: #337ab7
}

.radio input[type=radio] {
    opacity: 0;
    z-index: 1
}

.radio input[type=radio]:focus+label::before {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.radio input[type=radio]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type=radio]:disabled+label {
    opacity: .65
}

.radio input[type=radio]:disabled+label::before {
    cursor: not-allowed
}

.radio-primary input[type=radio]:checked+label::before {
    border-color: #337ab7
}

.radio-danger input[type=radio]+label::after,
.radio-danger input[type=radio]:checked+label::after {
    background-color: #d9534f
}

.radio-danger input[type=radio]:checked+label::before {
    border-color: #d9534f
}

.radio-info input[type=radio]+label::after,
.radio-info input[type=radio]:checked+label::after {
    background-color: #5bc0de
}

.radio-info input[type=radio]:checked+label::before {
    border-color: #5bc0de
}

.radio-warning input[type=radio]+label::after,
.radio-warning input[type=radio]:checked+label::after {
    background-color: #f0ad4e
}

.radio-warning input[type=radio]:checked+label::before {
    border-color: #f0ad4e
}

.radio-success input[type=radio]+label::after,
.radio-success input[type=radio]:checked+label::after {
    background-color: #5cb85c
}

.radio-success input[type=radio]:checked+label::before {
    border-color: #5cb85c
}

input[type=checkbox].styled:checked+label:after,
input[type=radio].styled:checked+label:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f192";
}

#deliveries {
    margin-top: 20px;
}
/*Gyakran ismetelt kerdesek style */

.home_title {

    text-align: center;
    padding: 50px 0 10px 0;
    position: relative;
    margin-bottom: 20px;
    color: #574f4f;
    font-size: 25px;

}

.card {

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;

    border: 1px solid rgba(0,0,0,.03);
    border-radius: .25rem;
    margin-bottom: 3px;
}

.home_faq .card-header {

    border: 1px solid #f5f5f5;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all .3s;
    background: white;

}

.mb-0, .my-0 {

    margin-bottom: 0 !important;

}

.home_faq .card-header button {

    text-decoration: none;
    color: #888;
    font-weight: 600;
    font-size: 14px;

}

.fa {

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.home_imagebox {

    margin: 10px 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: 90%;
    position: relative;

}

.home_images_img {

    width: 100%;

}

.home_title::after {

    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    width: 10%;
    left: 45%;
    height: 2px;
    background:#266680;

}

.home_imagebox::before {

    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    background: #dae4e6;
    right: -20px;
    bottom: -20px;
    z-index: -1;


}

/* Jackal imagebox style*/

.kiemelt-box {

    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;

}


.text-right {

    text-align: right !important;

}

.kiemelt-static-title {

    color: #266680;
    font-size: 18px;

}

.kiemelt-title {

    font-size: 35px;
    line-height: 35px;
    margin-top: 4px;
    margin-bottom: 18px;

}

.kiemelt-desc {

    margin-bottom: 18px;

}

.blue-btn {

    background-color: #266680;
    border-style: solid;
    border-width: 1px;
    border-color: #266680;
    border-radius: 30px;
    color: white !important;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    line-height: 22px;
    transition: 0.4s;

}

.blue-btn-inv {

    background-color: white;
    color: #266680 !important;

}

.bottom_swiper .swiper-container {

    width: 100%;
    height: 550px;

}




.bottom_swiper .swiper-slide {

    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.bottom_swiper .swiper_bi2 {

    height: 388px;

}

.bottom_swiper .swiper_mult_box {

    position: absolute;

}

.bottom_swiper .swiper_mult_box_pre {

    font-size: 16px;
    text-transform: uppercase;
    color: white;

}

.bottom_swiper .swiper_mult_box_title {

    font-size: 30px;
    color: white;
    margin: 0px 0 15px 0;
    line-height: 30px;
    font-weight: bold;

}

.bottom_swiper .swiper_mult_box_text {

    font-size: 16px;
    color: white;
    margin: 0 10%;

}







.title {
    color: #1d64c1;
    text-align: center;
    margin-bottom: 50px;
    display: block;
    /* box-shadow: 3px 3px 2px rgba(0,0,0,0.1); */
    padding: 5px 30px 5px 8px;
    text-transform: capitalize;
    letter-spacing: 0;
    text-shadow: 2px 2px 1px #c5c5c5b8;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 33px;
    position: relative;
}
.title:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -16px;
    width: 150px;
    max-width: 80%;
    left: 50%;
    text-align: center;
    margin: 0 auto;
    background: #dae4e6;
    height: 2px;
    margin-left: -90px;
}
.title:after {
    position: absolute;
    content: "\f07a";
    display: block;
    bottom: -30px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(40deg);
    font-size: 21px;
    width: 30px;
    line-height: 1px;
    left: 50%;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    height: 30px;
    padding-top: 14px;
    text-align: center;
    background: whitesmoke;
    border-radius: 100%;
    color: #dae4e6;
}
.title small {
    font-size: 13px;
    text-transform: none;
    color: #a9a9a9;
}
.media {
    color: rgba(255, 255, 255, 0.86);;
}
.media .fas {
    font-size: 40px;
    display: block;
    line-height: 80px;
    margin-right: 15px;
}


.button-custom {

    height: 44px;
    background: #4c98ad;
    border-radius: 50px;
    padding: 0 45px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    text-transform: uppercase;
    display: inline-block;

}

.button-custom {
    height: 35px;
    background:  #273db5;
    border-radius: 8px;
    padding: 0 45px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s ease;
}

.button-custom:hover {
    background: #1d85c2;
}

.bottom_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide.big-slide-item {
    height: 600px; 
}

@media (max-width: 991px) {
    .swiper-slide.big-slide-item {
        height: 300px; 
    }
    
    .big-slide-item .content-tile {
        margin: 30px;
    }
}