@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
}

html {
    height: 100%;
}

* {
    text-decoration: none !important;
    outline: none !important;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

b,
strong {
    font-weight: 600;
}

/* SELECT2 RESET * START */

.form-group .select2-container {
    width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
    height: unset;
    border-radius: 0;
}

.form-group .select2-container .select2-selection__rendered {
    line-height: unset;
    padding: 0;
    height: unset;
    color: unset;
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
}

.form-group .select2-container .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
    height: unset;
}

.select2-dropdown {
    border-radius: 0;
    z-index: 3000;
    border: solid 1px #ddd;
}

.select2-results__group,
.select2-results__option {
    padding: 5px 14px;
    font-size: 12px;
    line-height: 18px;
    border: 0;
    border-bottom: solid 1px #eee;
    color: #222;
}

.select2-results__group {
    background: #eee;
}

.select2-results__option:last-child {
    border-bottom: none;
}

.select2-search__field {
    border: solid 1px #ddd !important;
    padding: 5px 10px !important;
    font-size: 14px;
    line-height: 20px;
}

/* SELECT2 RESET * END */

/* Scrollbars START ------------------------------ */

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2);
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}

*::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* Scrollbars END ------------------------------ */

/* SOCIAL COLORS START */

.so-icon {
    background-color: #7d7d7d;
}

.so-facebook {
    background-color: #3b5998;
}

.so-twitter {
    background-color: #55acee;
}

.so-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.so-pinterest {
    background-color: #cb2027;
}

.so-linkedin {
    background-color: #0077b5;
}

.so-facebook-messenger {
    background-color: #448aff;
}

.so-youtube {
    background-color: #cc181e;
}

.so-reddit {
    background-color: #ff4500;
}

.so-tumblr {
    background-color: #32506d;
}

.so-digg {
    background-color: #262626;
}

.so-google-plus {
    background-color: #de5446;
}

.so-whatsapp {
    background-color: #25d366;
}

.so-vk {
    background-color: #4c6c91;
}

.so-weibo {
    background-color: #ff9933;
}

.so-odnoklassniki {
    background-color: #d7772d;
}

.so-xing {
    background-color: #1a7576;
}

.so-blogger {
    background-color: #ff8000;
}

.so-flipboard {
    background-color: #ff8000;
}

.so-delicious {
    background-color: #205cc0;
}

.so-weixin {
    background-color: #4ec034;
}

/* SOCIAL COLORS END */

/* PANEL TEXT START */

.panel-text {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    font-weight: 400;
    text-align: justify;
}

.panel-text.small {
    font-size: 12px;
    line-height: 18px;
}

.panel-text img {
    max-width: 100%;
}

.panel-text h1 {
    display: block;
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h2 {
    display: block;
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h3 {
    display: block;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h4 {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h5 {
    display: block;
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h6 {
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text p {
    display: block;
    margin-bottom: 10px;
}

.panel-text b {
    font-weight: 600;
}

.panel-text ul {
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
}

.panel-text ul li {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 12px;
}

.panel-text ul li:before {
    content: "\f45c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 5px;
    transform: rotate(45deg);
    color: #bbb;
}

/* PANEL TEXT END */

/* Burger Nav General START ------------------------------ */

.burger-nav {
    display: block;
    position: relative;
    padding: 0;
    background: #fff;
    z-index: 999;
}


.navbar {
    padding: 0;
    background: #fff;
    z-index: 998;
    align-items: center;
    justify-content: center;
    border-top: solid 1px rgb(0 0 0 / 10%);
}

.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0;
    background: #fff;
    animation: bn-fixed-anim;
    animation-duration: 0.2s;
}

.step-header {
    border-bottom: solid 1px #ddd;
}

.burger-nav.transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: none;
}

.burger-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0;
    background: #fff;
    animation: bn-fixed-anim;
    animation-duration: 0.2s;
}

@keyframes bn-fixed-anim {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 0;
    }
}

/* Burger Nav General END ------------------------------ */

/* Burger Nav Flex START ------------------------------ */

.burger-nav .bn-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.burger-nav .bn-flex>.left,
.burger-nav .bn-flex>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Burger Nav Flex END ------------------------------ */

/* Burger Nav Logo START ------------------------------ */

.burger-nav .bn-logo {
    display: block;
    margin-right: 20px;
}

.burger-nav .bn-logo>img {
    width: 200px;
}

.burger-nav.transparent .bn-logo>img {
    filter: contrast(0) brightness(2);
}

.burger-nav.fixed .bn-logo>img {
    filter: none;
}

/* Burger Nav Logo END ------------------------------ */

/* Burger Nav Elements START ------------------------------ */

.burger-nav .bn-open,
.burger-nav .bn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
    min-width: 40px;
    height: 40px;
    background: #ED1C24;
    border: none;
    color: #fff !important;
    border-radius: 50%;
}

.burger-nav.transparent .bn-open {
    color: #fff !important;
}

.burger-nav.fixed .bn-open {
    color: #fff !important;
}

.burger-nav .bn-links-desktop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.burger-nav .bn-links-desktop>a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888 !important;
    padding: 5px 0;
    margin-right: 20px;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-links-desktop>a:last-child {
    margin-right: 0;
}

.burger-nav.transparent .bn-links-desktop>a {
    color: #fff !important;
}

.burger-nav.fixed .bn-links-desktop>a {
    color: #888 !important;
}

.burger-nav .bn-links-desktop>a:hover {
    color: #222 !important;
}

.burger-nav.transparent .bn-links-desktop>a:hover {
    color: #bbb !important;
}

.burger-nav.fixed .bn-links-desktop>a:hover {
    color: #222 !important;
}

/* Burger Nav Elements END ------------------------------ */

/* Burger Nav Mobile Menu START ------------------------------ */

.burger-nav .bn-menu-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
}

.burger-nav .bn-menu-container.active {
    opacity: 1;
    pointer-events: all;
}

.burger-nav .bn-menu-box {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, 0);
    width: 400px;
    max-width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.burger-nav .bn-menu-box.left {
    right: unset;
    left: 0;
    transform: translate(-100%, 0);
}

.burger-nav .bn-menu-container.active .bn-menu-box {
    transform: translate(0, 0);
}

.burger-nav .bn-menu {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    padding: 15px;
    overflow-y: auto;
}

.burger-nav .bn-menu .bn-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.burger-nav .bn-menu .bn-menu-links>a {
    display: block;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222 !important;
    padding-right: 40px;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-menu .bn-menu-links>a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 25px;
    text-align: center;
    transform: translate(0, -50%);
}

.burger-nav .bn-menu .bn-menu-links>a.active:after {
    content: "\f107";
}

.burger-nav .bn-menu .bn-menu-links>a:last-child {
    margin-bottom: 0;
}

.burger-nav .bn-menu .bn-menu-links>a:hover {
    color: #222 !important;
}

.burger-nav .bn-menu .bn-menu-link-dropdown {
    display: none;
    padding: 15px;
    margin-bottom: 10px;
    background: #f5f5f5;
}

.burger-nav .bn-menu .bn-menu-link-dropdown>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222 !important;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-menu .bn-menu-link-dropdown>a:last-child {
    margin-bottom: 0;
}

.burger-nav .bn-menu .bn-menu-link-dropdown>a:hover {
    color: #222 !important;
}

/* Burger Nav Mobile Menu END ------------------------------ */

/* Main Button START ------------------------------ */

.main-btn {
    display: flex;
    position: relative;
    padding: 5px 10px;
    align-items: center;
    border-radius: 30px;
    border: none;
    background: #34b764;
    overflow: hidden;
    user-select: none;
    font-size: 15px;
    justify-content: center;
}

.main-btn * {
    user-select: none;
}

.main-btn.dark {
    background: #242424;
}

.main-btn.blue {
    background: #0083A8;
}

.main-btn>span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    transition: 0.2s ease 0s;
}

.main-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #888;
    z-index: 1;
    transition: 0.2s ease 0s;
}

.main-btn.dark:after {
    background: #101010;
}

.main-btn:hover:after {
    left: 0;
}

.main-btn.full {
    display: block;
    width: 100%;
}

.main-btn.small {
    padding: 6px 18px;
}

.main-btn.lined {
    background: none;
    border: solid 1px #0083A8;
    padding: 10px 24px;
}

.main-btn.lined>span {
    color: #0083A8;
}

.main-btn.lined.small {
    padding: 5px 18px;
}

.main-btn.smalll {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
}

.main-btn.lined:after {
    background: #0083A8;
}

.main-btn.lined:hover>span {
    color: #fff;
}

.main-btn.white {
    background: none;
    border: solid 1px #fff;
    padding: 10px 24px;
}

.main-btn.white>span {
    color: #fff;
}

.main-btn.white.small {
    padding: 5px 18px;
}

.main-btn.white:after {
    background: #fff;
}

.main-btn.white:hover>span {
    color: #222;
}

.main-btn.norad {
    border-radius: 5px;
}

/* Main Button END ------------------------------ */

/* Spaces START ------------------------------ */

.smt {
    margin-top: 40px;
}

.smb {
    margin-bottom: 40px;
}

.smth {
    margin-top: 20px;
}

.smbh {
    margin-bottom: 20px;
}

.dmt {
    margin-top: 20px;
}

.dmb {
    margin-bottom: 20px;
}

.dml {
    margin-left: 20px;
}

.dmr {
    margin-right: 20px;
}

.dmth {
    margin-top: 10px;
}

.dmbh {
    margin-bottom: 10px;
}

.dmlh {
    margin-left: 10px;
}

.dmrh {
    margin-right: 10px;
}

.whiteback {
    padding: 40px 0;
    background: #fff;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.logbanner {
    padding: 40px 0;
    min-height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logbanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.logbanner>* {
    position: relative;
    z-index: 10;
}

/* Spaces END ------------------------------ */

/* Contact Nav START ------------------------------ */

.contact-nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-top: solid 1px #ddd;
}

.contact-nav a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-right: solid 1px #ddd;
}

.contact-nav a:last-child {
    border: none;
}

.contact-nav a i {
    font-size: 20px;
    line-height: 26px;
    display: block;
    color: #0083A8 !important;
}

.contact-nav a span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222 !important;
}

/* Contact Nav END ------------------------------ */

/* Footer START ------------------------------ */

footer {
    background: #fefefe;
}

.ftr-content {
    padding-top: 40px;
    padding-bottom: 20px;
}

.ftr-bottom {
    padding: 5px 0;
    background: #22C167;
}

.ftr-bottom>.ftr-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ftr-bottom span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 5px 0;
}

.ftr-bottom a {
    display: block;
    margin: 5px 0;
}

.ftr-bottom a img {
    width: 70px;
    filter: grayscale(1);
}

.ftr-bottom a:hover img {
    filter: none;
}

/* Footer END ------------------------------ */

/* Pagination START ------------------------------ */

.pagination {
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    margin: 2.5px;
    display: block;
}

.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    border-radius: 0;
    background: #fff;
    border: solid 1px #ddd;
    color: #222 !important;
}

.pagination ul li a:hover {
    background: #eee;
}

.pagination ul li.active a {
    background: #0083A8;
    color: #fff !important;
    border-color: #0083A8;
}

/* Pagination END ------------------------------ */

/* Main Dropdown START ------------------------------ */

.main-dropdown {
    display: block;
    position: relative;
}

.main-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    margin: 0;
    background: #fff;
    border: solid 1px #ddd;
    padding: 5px 0;
    min-width: unset;
    width: auto;
    border-radius: 0;
}

.main-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    color: #222 !important;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu>a:hover {
    background: #eee;
}

/* Main Dropdown END ------------------------------ */

/* Form Group START ------------------------------ */

.form-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.form-group>input,
.form-group>textarea,
.form-group>.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    border: solid 1px #bbb;
    border-radius: 5px;
    padding: 10px 14px;
    resize: none;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    opacity: 1;
    color: #888;
}

.form-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    color: #222;
}

.form-group input.error-label,
.form-group textarea.error-label {
    border-color: firebrick;
}

.form-group span.error-label,
.cbox-group span.error-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: firebrick;
}

.ctxt {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    color: #888;
}

/* Form Group END ------------------------------ */

/* Modal Share START ------------------------------ */

.modal-share {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.modal-share a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    width: 100%;
    padding-right: 30px;
    position: relative;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.modal-share a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
    right: 10px;
}

.modal-share a i {
    min-width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 16px;
    line-height: 22px;
}

#copy_box {
    background: #fff;
    border: solid 1px #eee;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}

#copy_box:hover {
    background: #eee;
}

#copy_box small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #888;
    margin-bottom: 5px;
    pointer-events: none;
}

#copy_box input {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

#copy_box span {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Modal Share END ------------------------------ */

/* Modal START ------------------------------ */

.modal {
    z-index: 99999 !important;
}

.modal-content {
    padding: 0;
    border-radius: 5px;
    background: #ffffffc9;
    border: none;
    z-index: 99999;
}

.modal-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
}

.modal-top h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.modal-top a {
    font-size: 16px;
    line-height: 22px;
    color: #888 !important;
}

.modal-top a:hover {
    color: #222 !important;
}

.modal-inner {
    padding: 15px;
}

/* Modal END ------------------------------ */

/* Message Box START ------------------------------ */

.msg-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.msg-box i {
    min-width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    background: lightgreen;
}

.msg-box span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.msg-box.info i {
    background: lightblue;
}

/* Message Box END ------------------------------ */

/* Checkbox Group START ------------------------------ */

.cbox-group {
    display: block;
    position: relative;
}

.cbox-group input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.cbox-group label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin: 0;
    user-select: none;
}

.cbox-group label>span:first-child {
    min-width: 16px;
    height: 16px;
    border: solid 1px #bbb;
    background: #fff;
    margin-right: 6px;
    position: relative;
}

.cbox-group label>span:first-child:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    line-height: 16px;
    opacity: 0;
}

.cbox-group input:checked~label>span:first-child:after {
    opacity: 1;
}

.cbox-group input:checked~label>span:first-child {
    border-color: #ED1C24;
    background: #ED1C24;
}

.cbox-group label>span:last-child {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

/* Checkbox Group END ------------------------------ */

/* Main Slider START ------------------------------ */

.main-slider-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.main-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 530px;
}

.main-banner>a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider-buttons {
    position: absolute;
    bottom: calc(10px);
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    pointer-events: none;
    opacity: 1;
    transition: 0.2s ease 0s;
}

.main-slider-container:hover .main-slider-buttons {
    opacity: 1;
}

.main-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    pointer-events: all;
    margin: 0 5px;
    transition: 0.2s ease 0s;
    border-radius: 50%;
}

.main-slider-buttons>div:hover {
    background: rgb(52 183 100 / 70%);
}

.main-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.main-slider-buttons>div.prev:before {
    content: "\f104";
}

.main-slider-buttons>div.next:before {
    content: "\f105";
}

/* Main Slider END ------------------------------ */

.main-nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.main-nav-center {
    display: block;
    background: #fff;
    border-bottom: solid 1px #ddd;
}

.main-nav-flex>* {
    display: flex;
    align-items: center;
}

.main-nav-flex>.left {
    justify-content: flex-start;
}

.main-nav-flex>.center {
    justify-content: center;
}

.main-nav-flex>.right {
    justify-content: flex-end;
}

.main-nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main-nav-logo img {
    width: 100%;
}

.main-nav-search {
    display: block;
    position: relative;
    width: 100%;
}

.main-nav-search>input {
    display: block;
    width: 100%;
    border: solid 2px #ccc;
    padding: 0 20px;
    height: 50px;
    padding-right: calc(50px + 20px);
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #222;
}

.main-nav-search>input:focus {
    border: solid 2px #34b764;
}

.main-nav-search>input::placeholder {
    color: #888;
}

.main-nav-search>button {
    position: absolute;
    top: 11px;
    right: 5px;
    height: 30px;
    width: 30px;
    border: none;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #34b764;
    border-radius: 50%;
    transition: 0.2s ease 0s;
}

.main-nav-search>button:hover {
    background: #34b764;
    color: #fff;
}

.main-nav-buttons {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

.main-nav-buttons>a {
    border-radius: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    color: #222 !important;
    font-size: 12px;
    height: 50px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 600;
    border: solid 1px #d7d7d7;
    background: #fff;
    position: relative;
    padding: 5px 10px;
}

.main-nav-buttons>a:hover>span {
    text-decoration: underline !important;
}



.main-nav-buttons>a:last-child:after {
    content: none;
}

.main-nav-buttons>a:last-child {
    margin-right: 0;
}

.main-nav-top {
    display: block;
    padding: 10px 0;
    background: #0083A8;
}

.nav-top-info {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.main-nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-nav-links-content {
    background: #fff;
    padding: 10px 0px;
}

.main-nav-links>.item {
    display: block;
    position: relative;
    border-top: solid 1px transparent;
    padding: 0 20px;
    transition: all 0.2s ease-in-out;
}

.main-nav-links>.item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 50px;
    width: 1px;
    background: #ECECEC;
}


.main-nav-links>.item:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 50px;
    width: 1px;
    background: #ECECEC;
}

.main-nav-links>.item:last-child:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 50px;
    width: 1px;
    background: #ECECEC;
}







.main-nav-links>.item>a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    color: #424242 !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: 0.2s ease 0s;
}



.main-nav-links>.item>a>span {
    z-index: 10;
    position: relative;
    display: block;
}

.main-nav-links>.item>.dd-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 0;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.2s ease 0s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.main-nav-links>.item:hover>.dd-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.main-nav-links>.item>.dd-menu>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #222;
    padding: 10px 20px;
    white-space: nowrap;
    transition: 0.2s ease 0s;
}

.main-nav-links>.item>.dd-menu>a:hover {
    background: #eee;
}

.main-title {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #222;
}

.main-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    border-bottom: solid 2px #ccc;
    transform: translate(-50%, 0);
}



.book-item {
    display: flex;
    margin-bottom: 20px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    min-height: 480px;
    overflow: hidden;
    transition: 0.2s ease 0s;
    outline: 0px solid #ddd !important;
    flex-direction: column;
    justify-content: space-between;
}

.book-item:hover {
    outline: 5px solid #ddd !important;
    transform: scale(0.95);
}

.book-item>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(1*100%);
    border-bottom: solid 1px #ddd;
    background: #fff;
}

.book-item>.img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*    padding: 10px;*/
}

.book-item>.content {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}

.book-item>.content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    width: 100%;
}

.book-item>.content .price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.book-item>.content .price>small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    font-weight: 600;
    text-decoration: line-through !important;
    margin-right: 5px;
}

.book-item>.content .price>span {
    display: block;
    font-size: 25px;
    line-height: 24px;
    font-weight: 700;
    color: #222;
}

.book-item>.content .publisher {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.product-slider-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.product-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.product-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: #34b764;
    cursor: pointer;
    position: relative;
    pointer-events: all;
    margin: 0 5px;
    transition: 0.2s ease 0s;
    border-radius: 50%;
}

.product-slider-buttons>div:hover {
    background: #888;
}

.product-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.product-slider-buttons>div.prev:before {
    content: "\f104";
}

.product-slider-buttons>div.next:before {
    content: "\f105";
}

.campaign-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(620/1280*100%);
    border-radius: 5px;
    margin-bottom: 20px;
}

.campaign-item>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
}

.badge-item>i {
    display: block;
    font-size: 40px;
    line-height: 46px;
    color: #888;
    margin-bottom: 10px;
}

.badge-item>.title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.badge-item>.desc {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.small-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.ftr-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
}

.ftr-links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
}

.ftr-links>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #222 !important;
    margin-bottom: 5px;
}

.ftr-links>a:last-child {
    margin-bottom: 0;
}

.ftr-links>a:hover {
    text-decoration: underline !important;
}

.ftr-request-box {
    display: block;
    padding: 20px;
    background: #555;
    border-radius: 5px;
}

.ftr-request-box>.title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}

.ftr-bottom-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ftr-bottom-links>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    margin: 5px 10px;
}

.ftr-bottom-links>a:hover {
    text-decoration: underline !important;
}

.ftr-end {
    padding: 10px 0;
    background: #fff;
}

.ftr-end-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftr-end-flex>.copy {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.ftr-end-flex>.otalya>img {
    width: 60px;
}

.page-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(520/1280*100%);
}

.page-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bcrumb {
    padding: 5px 0;
    background: #eee;
    border-bottom: solid 1px #ddd;
}

.bcrumb .links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bcrumb .links>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    margin-right: 20px;
    position: relative;
}

.bcrumb .links>a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    font-size: 10px;
    line-height: 19px;
    text-align: center;
    pointer-events: none;
}

.bcrumb .links>a:last-child {
    margin-right: 0;
}

.bcrumb .links>a:last-child:after {
    content: none;
}

.bcrumb .links>a:hover {
    text-decoration: underline !important;
}

.inpage-title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.inpage-title.small {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 10px;
    border: none;
}

.filter-box {
    padding: 20px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.filter-box .title {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
    text-transform: uppercase;
    color: #ED1C24;
}

.filter-group .cbox-group {
    margin-bottom: 5px;
}

.filter-group .cbox-group:last-child {
    margin-bottom: 0;
}

.list-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    padding-right: 10px;
    background: #FCFCFC;
    border: 1px solid #E5E5E5;
    margin: 10px 0;
}

.list-top-bar>.left,
.list-top-bar>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.list-top-bar .desc {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #2a2b2a;
}

.list-top-bar .order-title {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    margin-right: 6px;
}

.list-top-bar .form-group {
    width: 200px;
}

.list-top-bar .form-group>.select2-container .select2-selection--single {
    border: none;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.map-frame {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(520/1280*100%);
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ddd;
    background: #fff;
}

.map-frame>* {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-box {
    padding: 20px;
    border: solid 1px #ddd;
    background: #fff;
    border-radius: 5px;
}

.form-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact-page-items {
    display: block;
}

.contact-page-items>.item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.contact-page-items>.item:last-child {
    margin-bottom: 0;
}

.contact-page-items>.item>.top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #ddd;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.contact-page-items>.item>.top>i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #0083A8;
    border: solid 1px #0083A8;
    min-width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 50%;
}

.contact-page-items>.item>.top>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
}

.contact-page-items>.item>.top>span>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 400;
}

.contact-page-items>.item>span,
.contact-page-items>.item>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444 !important;
}

.contact-page-items>.item>a:hover {
    text-decoration: underline !important;
}

.collapse-item {
    margin-bottom: 10px;
    border-radius: 0;
    overflow: hidden;
    border: solid 1px #ddd;
}

.collapse-item:last-child {
    margin-bottom: 0;
}

.collapse-item>.title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    width: 100%;
    padding: 10px 15px;
    padding-right: calc(15px + 15px + 10px);
    background: #eee;
    cursor: pointer;
    height: unset !important;
    border: none;
    margin: 0;
    position: relative;
    transition: 0.2s ease 0s;
}

.collapse-item>.title:hover {
    background: #ddd;
}

.collapse-item>.title:after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    line-height: 20px;
    height: calc(22px + 10px + 10px);
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.collapse-item>.title[aria-expanded="true"]:after {
    content: "\f068";
}

.collapse-item>.content {
    border-top: solid 1px #ddd;
    background: #fff;
}

.collapse-item>.content>.content-inner {
    padding: 15px;
}

.collapse-item>.content>.content-inner>p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin: 0;
}

.product-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    background: #eee;
}

.product-img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-page-box {
    display: block;
}

.product-page-box>.title {
    display: block;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-page-box>.cat-link {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
}

.product-page-box>.price {
    display: block;
}

.product-page-box>.price>small {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    text-decoration: line-through !important;
    margin-bottom: 0;
}

.product-page-box>.price>span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #ED1C24;
}

.piece-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.piece-select {
    display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    border: solid 1px #ddd;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.piece-select>.left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 15px;
    min-width: 80px;
}

.piece-select>.left>.piece {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
}

.piece-select>.left>.caption {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.piece-select>.right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.piece-select>.right>span {
    min-height: calc(50% + 2px);
    border: solid 1px #ddd;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: -1px;
    margin-right: -1px;
}

.piece-select>.right>span:hover {
    background: #eee;
}

.ship-desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px;
    background: #fbfbfb;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.ship-desc>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    border: solid 1px #0083A8;
    color: #0083A8;
    border-radius: 50%;
    font-size: 16px;
    line-height: 22px;
    margin-right: 8px;
}

.ship-desc>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.prd-specs {
    display: block;
}

.prd-specs>.title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.prd-specs>.specs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.prd-specs>.specs>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.prd-slider-container {
    display: block;
    position: relative;
    width: 100%;
}

.prd-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.prd-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: #0083A8;
    cursor: pointer;
    position: relative;
    pointer-events: all;
    margin: 0 5px;
    transition: 0.2s ease 0s;
    border-radius: 50%;
}

.prd-slider-buttons>div:hover {
    background: #888;
}

.prd-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.prd-slider-buttons>div.prev:before {
    content: "\f104";
}

.prd-slider-buttons>div.next:before {
    content: "\f105";
}

.prd-slider {
    margin-bottom: 10px;
    border: solid 1px #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.prd-slide {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(800/1280*100%);
    background: #fff;
}

.prd-slide>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prd-thumb {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(800/1280*100%);
    border: solid 1px #ddd;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
}

.prd-thumb:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: solid 2px rgba(255, 255, 255, 0.6);
    outline: solid 2px #0083A8 !important;
    z-index: 10;
    opacity: 0;
}

.swiper-slide-thumb-active .prd-thumb:before {
    opacity: 1;
}

.prd-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.prd-thumb:hover:after {
    opacity: 1;
}

.prd-thumb>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prd-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.prd-slide:hover:after {
    opacity: 1;
}

.logbox {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.password-group {
    position: relative;
}

.password-group>input {
    padding-right: 35px;
}

.password-group>.password-view {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #888;
    width: 20px;
    text-align: center;
    z-index: 20;
}

.password-group>.password-view:hover {
    cursor: pointer;
}

.logdesc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.main-link {
    color: #bbb;
    background: #fff;
    padding: 3px 6px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-link>span {
    font-size: 13px;
}

.main-link>i {
    font-size: 13px;
    margin-right: 5px;
}

.main-link:hover {
    text-decoration: none !important;
}

.basket-item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 20px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.basket-item>.left,
.basket-item>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.basket-item .bi-img {
    display: block;
    min-width: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
    padding-top: calc(100px);
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-right: 20px;
    transition: 0.2s ease 0s;
    outline: solid 0px #ddd !important;
}

.basket-item .bi-img:hover {
    outline: solid 4px #ddd !important;
}

.basket-item .bi-img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.basket-item .bi-content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.basket-item .bi-content>.title {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    margin-bottom: 60px;
}

.basket-item .bi-content>.title>a {
    color: #222 !important;
}

.basket-item .bi-content>.title>a:hover {
    text-decoration: underline !important;
}

.basket-item .bi-content>.piece-text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.basket-item .price-text {
    display: block;
    text-align: right;
    min-width: 100px;
}

.basket-item .price-text>.price {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #222;
}

.basket-side {
    display: block;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ddd;
}

.total-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
}

.total-title>small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #444;
}

.total-price {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #ED1C24;
}

.page-box {
    padding: 20px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
}

.radio-selections {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.radio-selections>.item {
    position: relative;
    margin-right: 5px;
    user-select: none;
    white-space: nowrap;
}

.radio-selections>.item * {
    user-select: none;
}

.radio-selections>.item:last-child {
    margin-right: 0;
}

.radio-selections>.item>label:hover {
    background: #f5f5f5;
}

.radio-selections>.item>input {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
}

.radio-selections>.item>label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px;
    border: solid 1px #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.radio-selections>.item>label>span:first-child {
    display: block;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 1px #bbb;
    background: #fff;
    margin-right: 10px;
    position: relative;
}

.radio-selections>.item>label>span:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ED1C24;
    opacity: 0;
}

.radio-selections>.item>label>span:last-child {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.radio-selections>.item>input:checked~label>span:first-child:before {
    opacity: 1;
}

.basket-side-items {
    display: block;
}

.basket-side-items>.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.basket-side-items>.item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.basket-side-items>.item>.left,
.basket-side-items>.item>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.basket-side-items>.item .img {
    min-width: 50px;
    width: 50px;
    position: relative;
    overflow: hidden;
    padding-top: calc(50px);
    margin-right: 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.basket-side-items>.item .img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.basket-side-items>.item .content {
    display: block;
    width: 100%;
}

.basket-side-items>.item .content>.title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
    margin-bottom: 5px;
}

.basket-side-items>.item .content>.piece {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.basket-side-items>.item .price {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
}

.basket-side-total {
    display: block;
    font-size: 13px;
    line-height: 30px;
    font-weight: 700;
    color: #ED1C24;
}

.jp-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jp-card.jp-card-identified {
    box-shadow: none !important;
}

.jp-card .jp-card-back,
.jp-card .jp-card-front {
    background: #555 !important;
    border: solid 1px #444 !important;
    letter-spacing: 1px !important;
}

.jp-card .jp-card-back .jp-card-shiny,
.jp-card .jp-card-front .jp-card-shiny {
    background: #aaa !important;
}

.jp-card .jp-card-back .jp-card-shiny:before,
.jp-card .jp-card-front .jp-card-shiny:before {
    background: #ccc !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: inherit !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-name {
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: inherit !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry,
.jp-card .jp-card-back .jp-card-cvc {
    font-size: 14px !important;
    font-family: inherit !important;
}

.page-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ddd;
}

.page-cards>.cards {
    width: 150px;
    margin-right: 15px;
}

.page-cards>.secured {
    width: 60px;
}

.payment-caption {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.payment-bank-list {
    display: block;
}

.payment-bank-list>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.payment-bank-list>.item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.payment-bank-list>.item>.img {
    min-width: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: calc(50px);
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-right: 10px;
}

.payment-bank-list>.item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.payment-bank-list>.item>.content {
    display: block;
}

.payment-bank-list>.item>.content>.number {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
}

.payment-bank-list>.item>.content>.desc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.order-success {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.order-success>i {
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #bbb;
    margin-right: 10px;
}

.order-success>.desc {
    display: block;
}

.order-success>.desc>span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #888;
    margin: 0;
}

.order-success>.desc>small {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #888;
}

.order-sum-item {
    display: block;
    margin-bottom: 20px;
}

.order-sum-item>span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
}

.order-sum-item>small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.account-nav {
    display: block;
}

.account-nav>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
    padding: 10px 15px;
    border: solid 1px #ddd;
    margin-bottom: 10px;
    position: relative;
    padding-right: 25px;
    border-radius: 5px;
}

.account-nav>a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.account-nav>a:last-child {
    margin-bottom: 0;
}

.account-nav>a:hover {
    background: #f5f5f5;
}

.orders-list {
    display: block;
}

.orders-list>.item {
    padding: 20px;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.orders-list>.item:last-child {
    margin-bottom: 0;
}

.orders-list>.item .label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
}

.orders-list>.item .code {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.orders-list>.item .detail {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    background: #0083A8;
    min-width: 30px;
    width: 30px;
    height: 30px;
    transition: 0.2s ease 0s;
}

.orders-list>.item .detail:hover {
    background: #888;
}

.order-sum-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ddd;
}

.order-sum-total>span:first-child {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
}

.order-sum-total>span:last-child {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #222;
}

.modal-desc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 10px;
}



.promocode-box {
    padding: 5px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.promocode-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 5px;
    border-radius: 5px;
}

.promocode-input>.form-group>input {
    border: none;
    background-color: #f5f5f5;
}

.promocode-input>button {
    color: white !important;
}

.promocode-input>button :after {
    color: white !important;
}



.basket-info {
    display: block;
    padding: 5px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.basket-info>.item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: solid 1px #ddd;
    padding: 5px;
}

.basket-info>.item:last-child {
    border-bottom: none;
}

.basket-info>.item>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

.basket-info>.item>span:nth-child(1) {
    white-space: nowrap;
    margin-right: 8px;
}

.basket-info>.item>span:nth-child(2) {
    font-weight: 600;
    color: #222;
    text-align: right;
}

.basket-info>.total {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px;
}

.basket-info>.total>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.basket-info>.total>span:nth-child(2) {
    font-weight: 600;
}


.side-box {
    padding: 15px;
    border-radius: 10px;
    border: solid 1px #ddd;
}

.cargo-select {
    display: block;
}

.cargo-select>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.cargo-select>.item:last-child {
    margin-bottom: 0;
}

.cargo-select>.item>input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cargo-select>.item>label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    background: #fff;
    border: solid 1px #ddd;
    width: 100%;
    padding-left: 40px;
    margin: 0;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}

.cargo-select>.item>label:hover {
    background: #fbfbfb;
}

.cargo-select>.item>label>.selection {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 10;
    border: solid 1px #ddd;
    background: #fff;
    transform: translate(0, -50%);
}

.cargo-select>.item>label>.selection:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #829D14;
    opacity: 0;
}

.cargo-select>.item>input:checked~label>.selection:before {
    opacity: 1;
}

.cargo-select>.item>label>.left {
    min-width: 60px;
    width: 60px;
    display: block;
    margin-right: 10px;
    background: #fff;
    border: solid 1px #eee;
    border-radius: 5px;
    overflow: hidden;
}

.cargo-select>.item>label>.left>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
}

.cargo-select>.item>label>.left>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cargo-select>.item>label>.right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.cargo-select>.item>label>.right>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.cargo-select>.item>label>.right>span:nth-child(2) {
    font-weight: 600;
    color: #222;
}

.inputspin {
    position: relative;
}


.cart-btn {
    font-size: 16px;
    border: solid 1px #42424280;
    padding: 5px 10px;
    color: #424242;
    display: block;
    width: 100%;
    transition: 0.2s ease 0s;
}

.cart-btn:hover {
    background: #1c9e54;
    color: #fff;
    border-color: #1c9e54;
    transition: 0.2s ease 0s;
}

.input-group-append .btn:hover,
.input-group-prepend .btn:hover {
    background-color: #1c9e54;
    color: #fff;
    border-color: #1c9e54;
}


html,
body {
    font-size: 24px;
}

.main-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.check-container {
    width: 6.25rem;
    height: 7.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
}

.check-container .check-background {
    width: 100%;
    height: calc(100% - 1.25rem);
    background: linear-gradient(to bottom right, #5de593, #41d67c);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: animateContainer 0.75s ease-out forwards 0.75s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.check-container .check-background svg {
    width: 65%;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: animateCheck 0.35s forwards 1.25s ease-out;
}

.check-container .check-shadow {
    bottom: calc(-15% - 5px);
    left: 0;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(73, 218, 131, 1), transparent);
    animation: animateShadow 0.75s ease-out forwards 0.75s;
}

@keyframes animateContainer {
    0% {
        opacity: 0;
        transform: scale(0);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    25% {
        opacity: 1;
        transform: scale(0.9);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    43.75% {
        transform: scale(1.15);
        box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    62.5% {
        transform: scale(1);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
    }

    81.25% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }

    100% {
        opacity: 1;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
}

@keyframes animateCheck {
    from {
        stroke-dashoffset: 80;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animateShadow {
    0% {
        opacity: 0;
        width: 100%;
        height: 15%;
    }

    25% {
        opacity: 0.25;
    }

    43.75% {
        width: 40%;
        height: 7%;
        opacity: 0.35;
    }

    100% {
        width: 85%;
        height: 15%;
        opacity: 0.25;
    }
}

.modal-dialog {
    max-width: unset !important;
    margin: unset !important;
}

.inputspin .btn,
.inputspin button {
    position: relative;
    z-index: 2;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    cursor: pointer;
}

.inputspin i {
    pointer-events: none;
    /* İkonun üstünde tıklama olayını butona yönlendirir */
}






.main-nav-links>.item>.img {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    margin-top: 15px;
}


.main-nav-links>.item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-nav-links>.item>.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    /*    margin-top: 10px;*/
    width: 200px;
    background-color: #fff;
    display: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    z-index: 101;
}

.main-nav-links>.item:hover>.sub-menu {
    display: block;
}

.main-nav-links>.item>.sub-menu>ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.main-nav-links>.item>.sub-menu>ul>li {
    flex: 0 0 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #ECECEC;
}

.main-nav-links>.item>.sub-menu>ul>li>a {
    display: flex;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    transition: all 0.2s ease-in-out;
}

.has-sub-category>ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.has-sub-category>ul>li {
    flex: 0 0 100%;
    padding: 5px 0px;
}

.has-sub-category>ul>li>a {
    display: block;
    color: #212121;
    font-size: 11px;
    font-weight: 500;
    padding-left: 10px;
    transition: all 0.2s ease-in-out;
}

.add-img {
    position: relative;
    overflow: hidden;
    padding-top: calc(1/1*100%);
}


.add-img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-nav-links>.item:hover {
    border-top: solid 1px #c4182d;
    transition: all 0.2s ease-in-out;
}



.top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    background: url("/img/demo/header-top-bg.svg") no-repeat;
}

.top-nav span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.nav {
    display: block;
    padding: 3px 0;
    background: #fff;
    border-bottom: solid 1px rgb(0 0 0 / 10%);
}


.nav-top-phone {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #22C167;
    margin-right: 5px;
    line-height: 1.4;
}

.phone-number {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.nav-top-phone>i {
    font-size: 15px;
}

.phone-number b {
    font-size: 16px;
    font-weight: 700;
    color: #212121;
}

.top-flex>.left,
.top-flex>.right {
    align-items: center;
    display: flex;
    justify-content: start;
}


.top-flex>.right>a {
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    color: #22C167 !important;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

.top-flex>.right>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    width: 1px;
    height: 12px;
    background: #22C167;
    transition: 0.2s ease 0s;
}

.top-flex>.right>a:hover>span {
    text-decoration: underline !important;
}

.top-flex>.right>a:last-child:after {
    content: none;
}

.top-flex>.right>a:last-child {
    margin-right: 0;
}

.f-top-btn-bold {
    font-size: 14px;
    margin-left: 2px;
    font-weight: 500;
}

.f-top-btn-light {
    font-size: 14px;
    margin: 0 5px;
    font-weight: 400;
    color: #9E9E9E;
    text-transform: lowercase
}

.bottom-services {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.bottom-services>i {
    color: #1c9e54;
    font-size: 50px;
    margin-bottom: 5px;
}

.bottom-services>span {
    font-size: 13px;
    color: #878787;
    margin-bottom: 5px;
}

.bottom-services>b {
    font-size: 16px;
    color: #242424;
    font-weight: 600;
}

/* Ürün Grupları Başlık */

.block-item {
    margin: 10px 0;
}

.block-item-title {
    background-color: #28c65a;
    color: #fff;
    font-weight: bold;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 15px;
    cursor: pointer;
}

.block-item-title i {
    color: #fff;
}

/* Kategori Başlığı */

.filter-menu-category-title {
    padding: 15px;
    background-color: #f9f9f9;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.filter-menu-category-title.tags {
    background-color: #F5F6F8;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    border-top: 1px solid #eaeaea;

}

.filter-menu-category-content {
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
}

.filter-menu-category-title i {
    color: #28c65a;
    margin-right: 8px;
}

/* Kategori Linkleri */
.filter-menu-category-content a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #E5E5E5;
    transition: background 0.3s;
}

.filter-menu-category-content a:hover {
    background-color: #f5f5f5;
}

.filter-menu-category-content a i {
    display: none;
    /* Liste ikonunu gizledim, görselde yoktu */
}

/* Tüm Kategoriler */
.filter-menu-category-top a {
    display: flex;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #28c65a;
    font-size: 15px;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    transition: background 0.3s;
    background-color: #f7f7f7;
}

.filter-menu-category-top i {
    margin-right: 6px;
}

/* Diğer Filtre Kutuları */
.filter-menu-box {
    /*    margin-top: 10px;*/
    border-top: 1px solid #eaeaea;
    /*    padding: 10px 0;*/
}

.filter-menu-group-title {
    padding: 8px 15px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}


.sorting-options {
    margin-bottom: 1rem;
    color: #4b4b4b;
}

.sorting-options>.form-horizontal {
    background-color: #FCFCFC;
    padding: 1rem;
    margin-bottom: 3rem;
    border: 1px solid #E5E5E5;
}

.checkbox-custom {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-start;
}

.checkbox-custom label {
    font-size: 13px;
    color: #555;
    cursor: pointer;
}


.checkbox-custom input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin-right: 5px;
}

.checkbox-custom input[type=checkbox]+label {
    margin-bottom: 0;
    color: #2a2b2a;
    font-size: 12px;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.checkbox-custom input[type=checkbox]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 2.5px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.checkbox-custom input[type=checkbox]:checked+label:before {
    background-color: #007bff;
    border-color: #007bff;
}

.checkbox-custom input[type=checkbox]:checked+label:after {
    content: "✓";
    position: absolute;
    left: 3px;
    top: -1px;
    width: 9px;
    height: 9px;
    color: #fff;
    font-size: 10px;
    line-height: 9px;
    text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
}


.order-nosrch+.select2-container {
    width: 165px !important;
}

.order-nosrch+.select2-container .select2-selection--single {
    border: none !important;
}

.filters {
    display: flex;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    transition: background 0.3s;
    background-color: #f7f7f7;
}

.filters>label {
    margin-bottom: 0 !important;
    font-size: 13px;
    margin-left: 5px;
    color: #2a2b2a;
}

.stock-css {
    margin-bottom: 0 !important;
    font-size: 13px;
    margin-left: 5px;
    color: #2a2b2a;
}

.stock-div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.category-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px;
    margin-bottom: 5px;
}

.category-item>i {
    font-size: 13px;
    margin-right: 5px;
    color: #4b4b4b;
}

.category-item>h2 {
    font-size: 13px;
    color: #4b4b4b;
    margin: 0;
}





.mainmenu {
    height: 100vh;
    width: 80%;
    position: absolute;
    z-index: 1;
    box-shadow: 0px 0px 2px 0px #aaaaaa;

}

.cart-list {
    height: 100vh;
    width: 80%;
    position: absolute;
    z-index: 1;
    right: 0;
    box-shadow: 0px 0px 2px 0px #aaaaaa;
    margin: 0px;
    padding: 60px;
    background: white;

}


.cart-container {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
}

.cart-list.disbled {
    right: -100%;
    box-shadow: none;
}

.cart-container.active {
    opacity: 1;
    pointer-events: all;
}

.submenu {
    transition: left ease-in-out 0.25s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    padding-top: 10px;
    /*   border-right: 2px black solid; */
    box-shadow: 0px 0px 10px 0px #aaaaaa;
}

.disbled {
    left: -100%;
    box-shadow: none;
}

.mainmenu,
.submenu {
    margin: 0px;
    padding: 0px;
    background: white;
}

.mainmenu>li,
.submenu>li {
    padding: 15px 10px;
    width: 100%;
    cursor: pointer;
    display: flex;
    color: #212121;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ececec;
}

.mainmenu>li:hover,
.submenu>li:hover {
    background: #5ab354;
}


.f-black {
    color: #212121 !important;
}

.product-top {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #F32026;
    width: 100%;
}

.product-top>i {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
}

.product-top>span {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.cart-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #fff;
    border: solid 1px #00000024;
}

.cart-div>i {
    font-size: 20px;
    color: #d5d5d5;
}

.step-bcrumb {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 100%;
    padding: 5px 15px;
    background: #fff;
    border: solid 1px #00000024;
}

.step-bcrumb * {
    color: #d5d5d5;
}

.step-bcrumb.active {
    background: #b6b9bd;
}

.step-bcrumb.active * {
    color: #fff !important;
}

.step-bcrumb>.step-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 100%;
}

.step-bcrumb>.step-counter>span {
    display: block;
    font-size: 35px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    text-align: center;
}

.step-bcrumb>.step-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
}

.step-bcrumb>.step-texts>.step-title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #d5d5d5;
    text-align: left;
    text-transform: capitalize;
}

.step-bcrumb>.step-texts>.step-subtitle {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #d5d5d5;
    text-align: left;
}


/* Sepet animasyonu için CSS */
.basket-toggle-header {
    cursor: pointer;
    transition: all 0.3s ease;
}

.basket-toggle-header:hover {
    color: #007bff;
}

.basket-toggle-header i {
    transition: transform 0.3s ease;
}

.basket-toggle-header.collapsed i {
    transform: rotate(-90deg);
}

.basket-content {
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease;
    max-height: 1000px;
    opacity: 1;
}

.basket-content.collapsed {
    max-height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}

.prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

hr.custom {
    margin-top: 5px;
    margin-bottom: 5px;
}

.cart-top {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.cart-top>.cart-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.cart-top>span {
    font-size: 18px;
    font-weight: 400;
}

.cart-items {
    border-top: 1px solid #ECECEC;
    margin: 30px 0px;
}

.cart-items>.cart-list-item {
    border-bottom: 1px solid #ECECEC;
    padding: 15px 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cart-items>.cart-list-item>.img {
    flex: 0 0 60px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    height: 60px;
    border-bottom: solid 1px #ddd;
    background: #fff;
}

.cart-items>.cart-list-item>.img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-items>.cart-list-item>.content {
    flex: 1 0 0%;
    min-width: 0;
    padding-right: 10px;
}

.cart-items>.cart-list-item>.content .title {
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-items>.cart-list-item>.content .price {
    color: #212121;
    font-size: 12px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.cart-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.cart-price>.title {
    font-size: 14px;
    font-weight: 450;
}


.cart-price>.total-price {
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    line-height: 1.4;
}

.cart-buttons {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
}

.cart-buttons>.buy {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #2feb81;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cart-buttons>.cart-close {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #ffdf00;
    color: #38261c;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
}

.mainlink {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #0083A8 !important;
    text-decoration: underline !important;
}

.search-results {
    border: solid 1px #f0f0f0;
    padding: 5px 10px;
    position: absolute;
    background: #fff;
    width: 100%;
}

.search-results>.item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.search-results>.item>.img {
    display: block;
    min-width: 70px;
    width: 70px;
    position: relative;
    margin-right: 15px;
}

.search-results>.item>.img>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border-radius: 5px;
    border: solid 1px #eee;
}

.search-results>.item>.img>div>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-results>.item>.desc {
    width: 100%;
    overflow: hidden;
}

.search-results>.item>.desc>.title {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 400;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.search-results>.item>.desc>.subtitle {
    padding: 5px 10px;
    background: #3e93ed;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    font-weight: 800;
    border-radius: 5px;
}


.blog-item {
    width: 100%;
    display: block;
    position: relative;
}

.blog-item:hover>.blog-image>.title {
    padding: 20px 12px
}

.blog-item>.blog-image {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden
}

.blog-item>.blog-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease 0s
}

.blog-item:hover>.blog-image>img {
    transform: scale(1.1)
}

.blog-item>.blog-image>.title {
    transition: .4s ease 0s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 12px;
    background: rgba(0, 0, 0, .6);
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.blog-item>.blog-image>.title>h2 {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 10px;
    margin: 0
}

.blog-item>.blog-image>.title>small {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    white-space: nowrap
}

.blog-item>.blog-desc {
    width: 100% !important;
    padding: 10px 12px;
    color: #000;
    font-size: 14px;
}

.blog-item>.blog-desc>p {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #444;
}


.blog-item.main-page {
    margin-bottom: 0;
}

.blog-title {
    color: #000;
    text-shadow: 0px 0px 2px #000000bf;
    font-size: 30px;
}

.blog-image {
    padding-top: calc(600 / 1600 * 100%);
    margin-bottom: 10px;
    overflow: hidden;
}

.blog-image>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}

.blog-image:hover>img {
    transform: scale(1.1);
}

.blog-date {
    font-size: 16px;
    font-weight: 600;
}