/*
Theme Name: Doctor
Theme URI: https://example.com
Author: Doctor Made
Author URI: https://example.com
Description: Doctor Made official Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doctor
*/
body {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

}

div {
    box-sizing: border-box;
}

button,
input,
textarea {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

input:focus,
textarea:focus,
button:focus,
input:focus-visible,
textarea:focus-visible,
button:focus-visible {
    outline: none;
    box-shadow: none;
}

.site-header {
    top: 0;
    width: 100%;
    color: white;
    z-index: 30;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    padding: 15px;
}

.site-header.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
}

.header-left,
.header-right {
    display: flex;
    align-items: center;
}

.header-left {
    background: #214672;
    border-radius: 40px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.logo img {
    max-height: 40px;
    height: auto;
    width: auto;
}

.hamburger {
    font-size: 21px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 3px;
    height: 32px;
}

.hamburger-close-img {
    display: none;
}

.hamburger img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

button.hamburger.hamburger-icon.opened .hamburger-close-img {
    display: block;
}

button.hamburger.hamburger-icon.opened .hamburger-open-img {
    display: none;
}

button.basket-icon {
    background: #214672;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
}

button.language-switch {
    background: #316DB4;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
    font-size: 11px;
}

a.custom-logo-link {
    display: flex;
}

button.account-link {
    background: #214672;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
    font-size: 11px;
}

.primary-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25;
    width: 100%;
    background-color: #214672;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: max-height 0.3s ease;
    overflow: hidden;
    padding-top: 60px;
    border-radius: 30px;
}

body.wp-singular {
    background: #FAFCFF;
}

.primary-menu[hidden] {
    display: none;
}

.primary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.primary-menu ul li {
    padding: 8px 0;
}

.primary-menu ul li a {
    color: #F0F7FF;
    text-decoration: none;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
}

.primary-menu ul li a:hover {
    text-decoration: underline;
}

.social-icons {
    margin-top: 15px;
    display: flex;
    gap: 20px;
}

.social-icons a {
    font-size: 24px;
    color: #F0F7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.social-icons a:hover {
    color: #ddd;
}

.header-right .icon {
    font-size: 20px;
    cursor: pointer;
}

.lang {
    font-size: 14px;
    padding: 4px 8px;
    background: white;
    color: #214672;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

.container {
    padding: 0 5%;
}

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

}

img.custom-logo {
    max-height: 29px;
    margin-top: 3px;
}

.basket-icon img {
    width: 16px;
}

.header-right {
    gap: 15px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 15;
    /* menüden biraz daha az */
}

.logo-row {
    display: flex;
    gap: 20px;
    padding-left: 37px;
    padding: 10px 20px;
    z-index: 40;
    padding-left: 32px;
}

.social-icons img {
    width: 22px;
}

.swiper {}

span.button-span-icon {
    background: linear-gradient(45deg, #205597, #0E233D);
    width: 30px;
    display: block;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-button button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    background: transparent;
    font-weight: 600;
    border: 1px solid #000;
    padding: 7px 15px;
    border-radius: 40px;
    color: #0E233D;
}

.slider-circle {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #214672;
    width: max-content;
    padding: 7px 13px;
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
}

span.slider-circle-btn {
    display: block;
    width: 24px;
    height: 24px;
    background: #2A8BFF;
    border: 7px solid #1C5AA4;
    border-radius: 50%;
}

.slider-title {
    font-size: 50px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 30px 0px;
    color: #0E233D;
    line-height: 56px;
    padding-right: 120px;
}

body.wp-singular.page-template-default {
    padding-top: 100px;
}

.slider-row {
    display: flex;
    gap: 20px;
    width: 100%;
}

.slider-left,
.slider-right {
    flex: 1;
}

.slider-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 40%;
}

.slider-right {
    position: relative;
    flex: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 150px;
}

.slider-play {
    position: absolute;
    bottom: 20px;
    left: 45%;
    background: #FFF;
    border: 1px solid #000;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.slider-play img {
    width: 21px;
}

button {
    cursor: pointer;
}

.position-relative {
    position: relative;
}

.home-slider-prev {
    left: -50px;
}

.home-slider-next {
    left: 36%;
}

.slider-arrows {
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slider-arrows button {
    background: transparent;
    border: none;
}

.blog-slider-img img ,.blog-list-img img {
    width: 100%;
    border-radius: 28px !important;
    height: 350px !important;
    object-fit: cover;
}

.blog-slider-content {
    position: absolute;
    bottom: 0;
    background: #0e233da6;
    padding: 10px 40px;
    height: 81px;
    right: 0;
    left: 0;
    color: #fff;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    display: flex;
    align-items: center;
}
.blog-list-content {
    position: absolute;
    bottom: 0;
    background: #0e233da6;
    padding: 10px 40px;
    height: 81px;
    right: 0;
    left: 0;
    color: #fff;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    display: flex;
    align-items: center;
}

.blog-slider-title {
    font-weight: 600;
    font-size: 20px;
}

.blog-slider-prev.slider-arrows {
    left: -60px;
}

.blog-slider-next.slider-arrows {
    right: -60px;
}

video.home-slider-video {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    max-height: 590px;
    border-radius: 50px;
    overflow: hidden;
    border: 7px solid #a9a9a9;
}

.home-main-slider-content {

    gap: 10px;
}

.home-main-slider-next.slider-arrows {
    position: relative;
}

.home-main-slider-prev.slider-arrows {
    position: relative;
}

.home-main-slider-navs {
    position: absolute;
    top: 50%;
    left: -54px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-main-slider-next button {
    background: white;
    border: 1px solid #fff;
    ;
    border: none;
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xpro-cart-row {
    margin-bottom: 20px;
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
    padding-top: 100px;
}

button.close-pop-cli {
    background: transparent;
    border: none;
    border: 1px solid #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

span.show_clibox_pop {
    color: #214672;
    cursor: pointer;
    text-decoration: underline;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    line-height: 30px;
}

nav.woocommerce-MyAccount-navigation ul a {
    text-decoration: none;
    color: #000;
}

.xpro-p-title dl.variation {
    display: flex;
    gap: 1px;
}
.xpro-p-title {
    display: flex
;
    gap: 7px;
    align-items: center;
}
.xpro-p-title dl.variation p {
    padding: 0;
    margin: 0;
}

.xpro-p-title dd {
    margin-inline-start: 0;
    font-weight: 500;
}

.cart-wait {
    position: fixed;
    top: 0l;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000a8;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.cart-wait.show {
    display: flex !important;
}

.home-main-slider-prev button {
    background: transparent;
    border: none;
    border: 1px solid #fff;
    ;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-main-slider-navs img {
    width: 9px;
}

.blog-slider-img,.blog-list-img {
    display: flex;
}
button.button.new-order-clibox {
background: #214672;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #214672;
    margin-left: 7px;
}
button.button.show_clibox_pop {
    border: 1px solid #214672;
    border-radius: 30px;
    background: transparent;    font-size: 13px;
    font-weight: 500;

    color: #214672;
}
.hekim-slider-next.slider-arrows {
    right: -60px;
}

section.related.products {
    display: none;
}

.hekim-slider-prev.slider-arrows {
    left: -60px;
}

main#main {
    padding-top: 0px !important;
    padding: 0 5%;
    margin: auto;
}

.x-blog-image img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.blog-rows {
    margin: auto;
}

.blog-xcol {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
}

.x-blog-row {
    flex: 0 0 50%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 330px;
}

.blog-rows {

    max-width: 87%;
    margin: auto;
}

.blog-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 330px;
    bottom: 0;
    left: 30%;
    background: #ffffff6b;
    padding: 20px 40px;
    display: flex;
    align-items: center;
}

h2.x-blog-h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    line-height: 47px;
}

.blogbutton button {
    background: #093254;
    color: #fff;
    padding: 9px 19px;
    border-radius: 10px;
    border: none;
}

.x-blog-exc {
    margin-bottom: 20px;
}

.x-blog-blur {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(20px);
    background-color: rgb(255 255 255 / 98%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

div#primary {
    padding-top: 100px;
}

.head-row {
    display: flex;
}

nav.woocommerce-breadcrumb {
    display: none;
}

.page-head-left h1 {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}

.page-head-left {
    background: #0C294A;
    padding: 14px 30px;
    width: 20%;
    text-align: center;
    font-size: 14px;
}

.page-head {
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(images/blur-bg.jpg);
    background-size: cover;
    background-position: center;
}

body.single-product span.woocommerce-Price-amount.amount {
    color: #0E233D;
    font-size: 24px;
}

h1.product_title.entry-title {
    color: #0E233D;
    font-weight: 500;
    margin-bottom: 0;
}

.x-pro-description {
    border-top: 1px solid #ccc;
}

.x-pro-description {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 34px;
    padding-bottom: 14px;
    margin-top: 34px;
    padding-top: 10px;
}

.x-pro-description h3 {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 0;
}

.quantity.custom-qty-enabled {
    float: none !important;
}

button.qty-minus.disabled {
    background: #AAD2FF;
    border-radius: 50%;
    border: none;
}

button.qty-minus,
button.qty-plus {
    background: #0E233D;
    border-radius: 50%;
    color: #fff;
    border: none;
    width: 24px;
    height: 25px;
}

.quantity.custom-qty-enabled {
    display: flex;
    gap: 10px;
    align-items: center;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    border-radius: 30px;
    /* height: 40px; */
    border: 1px solid #E1E1E1;
    padding: 13px 6px;
}

.woocommerce .quantity .qty:focus,
.woocommerce .quantity .qty:focus-visible {
    outline: none;
    box-shadow: none;
}

.xpro-note-1 {
    font-size: 14px;
    margin-top: 10px;
}

.xpro-note-2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

button.single_add_to_cart_button.button.alt {
    background: #2A8BFF;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 13px 51px;
    box-shadow: 0px 0px 10px #bbbbbb !important;
    font-weight: 500;
}

body.single-product main#main {
    max-width: 1380px;
    margin: auto;
}

.woocommerce-product-gallery__wrapper img.wp-post-image {
    max-height: 580px;
    object-fit: cover;
}

button.button.sepeti-bosalt {
    background: transparent;
    padding: 0;
    text-decoration: underline;
    font-weight: 300;
}

.xcart-head {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.xca-title {
    font-size: 20px;
    font-weight: 500;
}

.xcart-note {
    border: 1px solid #D2D2D2;
    padding: 20px;
    border-radius: 10px;
}

.xhr {
    background: #aeaeae;
    height: 1px;
    margin: 30px 0px;
}

.free-ship {
    display: flex;
    gap: 7px;
    font-size: 15px;
}

div#coupon-toggle-box {
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}

button.uygula-btn {
    background: #0e233d;
    border-radius: 7px;
    border: none;
    padding: 5px 12px;
    color: #fff;
}

button#coupon-toggle-btn {
    align-items: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    background: no-repeat;
    border: none;
    padding: 0;
}

a#new-button {
    position: relative;
    padding: 0;
}

#new-button span.elementor-button-icon {
    background: linear-gradient(45deg, #0E233D, #205597);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#new-button span.elementor-button-content-wrapper {
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    background: #FFF;
    padding: 6px 15px;
    border-radius: 50px;
    padding-right: 20px;
}

#new-button:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -4px;
    bottom: -1px;
    top: -2px;
    background: linear-gradient(157deg, #0E233D, transparent, transparent);
    border-radius: 40px;
}

#new-button .elementor-button-icon .e-font-icon-svg {
    height: 1em;
    fill: white;
}

input#coupon_code {
    border: 1px solid #ddd;
    padding: 9px;
}

.xpro-cart-row {
border: 1px solid #D2D2D2;
    border-radius: 12px;
    padding: 10px 20px;
    display: flex
;
    gap: 20px;
    position: relative;
}

.about-slix {
    background: white;
    border-radius: 30px;
    padding: 40px;
    -border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.about-sl-count {
    font-size: 59px;
    font-weight: 600;
    color: #0E233D;
    margin-bottom: 20px;
}

.about-sl-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #0E233D;
}

.about-sl-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    color: #0E233D;
    margin-top: 10px;
}

.rem-pro {
    position: absolute;
    top: 10px;
    right: 10px;
}

.support-image {
    height: 400px !important;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.pro-sup-left {
    width: 28%;
    display: flex;
    align-items: flex-end;
}

.pro-sup-right {
    width: 72%;
    padding-bottom: 20px;
}

.sup-h5 {
    font-weight: 100;
}
button.mini-btn {
    background: transparent;
    border: 1px solid #214672;
    border-radius: 30px;
    color: #214672;
    display: block;
    font-size: 12px;
}
.support-h13 {
    color: #000000;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}

.suuppt-div button {
    background: #0E213E !important;
    width: 100% !important;
    height: 50px !important;
    border-radius: 10px !important;
}

.suuppt-div textarea {
    border: 1px solid #20245CA6 !important;
    height: 240px !important;
}

.pro-sup {
    display: flex;
    gap: 40px;
    background: linear-gradient(90deg, #AED3F880, transparent, transparent);
    padding: 40px;
    border-radius: 20px;
    padding-bottom: 0;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #0E233D;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    border: none;
    font-weight: bold;
}

.xpro-p-title a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}

.img-propd img {
    width: 50px;
    max-height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.xpro-p-price {
    font-weight: 600;
}

.woocommerce-message {
    border-top-color: #214672 !important;
}

.woocommerce-message::before {
    content: "\e015";
    color: #214672 !important;
}

.clibox-sidebar {
    width: 25%;
    color: #fff;
}

.clibox-sidebar-in {
    background: #0E213E;
    border-radius: 20px;
    padding: 20px;
}

.clibox-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;

}

.clibox-container {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    position: relative;
    margin-top: 10px;
}

.clibox-column img {
    max-height: 54px;
    width: auto;
    object-fit: fill;
    max-width: 75px;
}

#editor::after {
    content: '';
    width: 90px;
    height: 10px;
    display: block;
    position: absolute;
    bottom: -21px;
    left: calc(50% - 60px);
    background: #fff;
    border: 10px solid #316DB4;
    border-radius: 8px;
    border-top: 0;
    border-width: 10px 16px;
}

.clibox-sm-image {
    text-align: center;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clibox-sm-title {
    color: #0E213E;
    font-size: 12px;
}

.root-title {
    display: flex;
    justify-content: center;
}

button.clibox-new-design {
    background: #EAF4FF08;
    width: 100%;
    padding: 9px;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}

button.clibox-open-div {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: #EAF4FF08;
    color: #FFF;
    padding: 13px;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    margin-top: 20px;
    display: flex;
}

button.clibox-open-div.open {
    background: #fff;
    color: #15233C;
}

.flex-viewport {
    border-radius: 20px;
}

.woocommerce-product-gallery__wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.clibox-inf {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
}

img.usrlsimg {
    border-radius: 10px;
    border: 2px solid #ccc;
    width: 80px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

ol.flex-control-nav.flex-control-thumbs li {
    width: 14% !important;
    border-radius: 20px;
    overflow: hidden;
}

.home-swiper .slider-right img.big {
    height: 700px;
    object-fit: contain;
}

@media screen and (min-width:1200px) {
    .e-con {
        --container-max-width: 980px !important;
    }

    main#main {
        max-width: 980px !important;
    }
}

@media screen and (min-width:1300px) {
    .e-con {
        --container-max-width: 1100px !important;
    }

    main#main {
        max-width: 1100px !important;
    }
}

@media screen and (min-width:1570px) {
    .e-con {
        --container-max-width: 1260px !important;
    }

    main#main {
        max-width: 1260px !important;
    }
}

@media screen and (min-width:1700px) {
    .e-con {
        --container-max-width: 1560px !important;
    }

    main#main {
        max-width: 1560px !important;
    }
}

@media screen and (max-width:1250px) {
    .slider-title {
        font-size: 40px;
        margin: 30px 0px;
        line-height: 46px;
        padding-right: 40px;
    }

    .home-swiper .slider-right img.big {
        height: 520px;
    }

    .pro-sup-left {
        display: none;
    }

    .pro-sup-right {
        width: 100%;
    }

    .support-h13 {
        color: #000000;
        text-align: center;
        font-size: 17px;
        font-weight: 600;
    }

    .suuppt-div textarea#wpforms-452-field_3 {
        border: 1px solid #20245CA6;
        height: 160px;
    }

    .pro-sup {
        padding: 25px;
    }

}

@media screen and (max-width:1570px) {
    h2.x-blog-h2 {
        font-size: 24px;
        line-height: 31px;
    }

    .x-blog-exc {
        font-size: 13px;
        margin-top: 7px;
    }

    .blog-absolute {
        padding: 10px 30px;
        height: 260px;
    }

    .blog-absolute,
    .x-blog-image img,
    .x-blog-row {
        height: 220px;
    }

}




@media screen and (max-width:768px) {
    .home-swiper .slider-right img.big {
        height: 230px;
    }

    .slider-right {
        padding-left: 0;
    }

    .about-slix {
        padding: 34px 26px;
        padding-top: 20px;
    }


    video.home-slider-video {
        max-height: 300px;
        border: 5px solid #a9a9a9;
    }

    .clibox-open-div img {
        transition: all .3s;
    }

    .clibox-open-div.open img {
        transform: rotate(180deg);
    }

    #clibox-templates.open {
        margin-top: 21px;
        border: 1px solid #efefef;
        padding-top: 20px;
    }

    #clibox-templates.open {
        max-height: 500px;
    }

    button.clibox-open-div {
        border: 1px solid #ccc;
        display: flex;
    }

    .clibox-big {

        gap: 20px;
        flex-direction: column;
    }

    .clibox-sidebar,
    .clibox-root,
    .clibox-right {
        width: 100% !important;
    }



    div#editor {
        margin: auto;
    }

    .root-cli {
        padding: 0px 0px !important;
    }

    .olcu-gir {
        margin-bottom: 20px;
    }

    .clibox-right {
        text-align: center;
        margin-top: 40px;
    }





    .xcart-row {
        gap: 20px !important;
        flex-direction: column !important;
    }

    .xcart-right,
    .xcart-left {
        width: 100% !important;
    }

    h2.x-blog-h2 {
         font-size: 20px;
        font-weight: 600;
        margin: 0;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .x-blog-exc {
              font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.blogbutton button {
    background: #093254;
    color: #fff;
    padding: 6px 17px;
    border-radius: 10px;
    border: none;
    font-size: 11px;
}
    .blog-absolute {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 30%;
        background: #ffffff6b;
        padding: 15px 20px;
    }

    .x-blog-image img {
        height: 310px;
    }

    .xpro-cart-row {
        padding: 15px;
        gap: 13px;
    }
}

@media screen and (max-width:500px) {
    .page-list-x-wrapper {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
    .home-swiper .slider-left {
        padding: 10px 50px;
    }

    .home-main-slider-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .slider-button button {
        gap: 10px;
        font-size: 13px;
        padding: 4px 12px;
    }

    .slider-circle {
        padding: 8px 11px;
        font-size: 12px;
    }

    span.slider-circle-btn {
        width: 17px;
        height: 17px;
    }

    .home-swiper .slider-right img.big {
        max-height: 250px;
    }

    .site-header {
        padding: 18px 3px;

    }

    body.home .site-header {
        padding: 18px 3px;
        position: relative;
        background: rgb(13 27 47);
    }

    .page-head-left {
        width: 60%;
    }

    .slider-play {
        width: 45px;
        height: 45px;
    }

    .slider-play img {
        max-width: 16px;
    }

    img.custom-logo {
        margin-top: 6px;
    }

    .home-main-slider-next button,
    .home-main-slider-prev button {
        width: 30px;
        height: 30px;
    }

    #new-button span.elementor-button-icon {
        width: 25px;
        height: 25px;
    }

    #new-button .elementor-button-icon .e-font-icon-svg {
        height: 12px;
        fill: white;
    }

    #new-button span.elementor-button-content-wrapper {
        gap: 7px;
    }

    .primary-menu ul li a {
        font-size: 14px;
    }

    .primary-menu ul li {
        padding: 11px 0;
    }

    .container {
        padding: 0 5%;
    }

    .blog-slider-title {
        font-size: 15px;
        margin-bottom: 0px;
        font-weight: bold;
    }

    main#main {
        padding-top: 0px !important;
        padding: 0 0;
    }

    .page-head {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .logo-row {
        display: flex;
        gap: 15px;
        padding-left: 37px;
        padding: 7px 16px;
        z-index: 40;
    }

    .rem-pro {
        position: absolute;
        top: 5px !important;
        right: 0px !important;
    }

    img.custom-logo {
        max-height: 24px;
    }

    .header-right {
        gap: 6px;
    }

    .site-header .container {
        padding: 0 2%;
    }

    body.single-product {
        padding: 0px 15px;
    }

    body.single-product .woocommerce div.product .product_title {
        line-height: 37px;
    }

    .blog-xcol {
        grid-template-columns: 0fr 1fr;
        gap: 0
    }

    .x-blog-row {
        margin-bottom: 20px;
    }

    .page-head-left h1 {

        font-size: 18px;
    }

    .content {
        padding: 0px 15px;
    }

    div#primary {
        padding-top: 110px;
    }
.blog-rows {
    max-width: 100%;
}
    .home-main-slider-next.slider-arrows {
        order: 2;
    }

    .home-main-slider-prev.slider-arrows {
        order: 0;
    }

    .home-main-slider-navs {
        position: relative;
        top: 40%;
        gap: 10px;
        top: 0;
        left: 0;
        flex-direction: row;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
    }

    video.home-slider-video {
        border-radius: 30px;
    }

    .home-main-slider-content {
        margin-top: 40px;
    }

    .blog-slider-img img {
        height: 200px !important;
    }
        .blog-list-img img {
        height: 160px !important;
    }

    .blog-slider-content {
        position: absolute;
        bottom: 0;
        background: #0e233da6;
        padding: 10px 20px;
        height: 70px;
        right: 0;
        left: 0;
        color: #fff;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
        display: flex;
        align-items: center;
    }
        .blog-list-content {
         position: absolute;
        bottom: 0;
        background: #0e233da6;
        padding: 10px 20px;
        height: 60px;
        text-align: center;
        right: 0;
        left: 0;
        color: #fff;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blog-slider-next.slider-arrows,
    .blog-slider-prev.slider-arrows,
    .hekim-slider-next,
    .hekim-slider-prev {
        display: none;
    }

    .slider-title {
        font-size: 30px;
        margin: 20px 0px;
        color: #0E233D;
        line-height: 37px;
        padding-right: 0;
    }

    .home-swiper .slider-row {
        flex-direction: column-reverse;
    }

    .home-slider-prev {
        position: absolute;
        bottom: 110px;
        z-index: 1;
        left: 0px;
        top: inherit;
    }

    .home-slider-next {
        position: absolute;
        bottom: 110px;
        z-index: 1;
        right: 0;
        top: inherit;
        left: inherit;
    }

    .home-slider-prev-button img,
    .home-slider-next-button img {

        max-height: 16px;
    }
}