.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #EC6E00;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.swiper-navigation-block .swiper-button-next {
    right: -60px;
}
.swiper-navigation-block .swiper-button-prev {
    left: -60px;
}

.bg-109{
    background: #853cdd !important;
}
.bg-103{
    background: #3178ee !important;
}
.bg-110{
    background: #9f532e !important;
}
.bg-105{
    background: #7b7b7b !important;
}
.bg-101{
    background: #d8bf04 !important;
}
.bg-108{
    background: #b81622 !important;
}
.bg-102{
    background: #41be4e !important;
}
.bg-100{
    background: #9f532e !important;
}
.bg-107{
    background: #33bdd8 !important;
}
.bg-106{
    background: #5e617b !important;
}
.bg-109{
    background: #2d7eba !important;
}

.icon-home-pagination{
    font-size:21px !important;
}
.icon-home-pdp{
    font-size:17px !important;
}
.icon-empty-page{
    font-size: 140px !important;
}
.icon-best-employers {
    font-size:117px;
    height:56px;
    margin-left:10px;
}
.service-icons {
    font-size: 120px !important;
}
.slider-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}
.slider-image {
    aspect-ratio: 14/9 !important;
    border-radius: 4px;
}
.slider-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: auto 0;
    align-content: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pagination {
    margin-top: 50px;
}
.page-link {
    padding: 5px 10px;
    line-height: 1.75;
}
.prd-wrapper .prd-body{
    padding-top:17px !important;
}
.prd-wrapper .prd-body .energy-label {
    position: absolute;
    z-index: 10;
}
.prd-wrapper .prd-body .energy-label+div {
    margin-top:40px!important;
}
.prd-wrapper .product-measure {
    width: max-content;
    background: #FFF6ED;
    border-radius: 0 5px 5px 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border: none;
    padding: 0;
    outline: none;
}
.prd-wrapper .product-measure .variant-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 50px;
}
.page-item.active .page-link{
    background: #ec6e00 !important;
    color:#fff;
    border-color: #ec6e00 !important;
}

.navigation-all-link{
    color:#3a95e6 !important;
}

.y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu>li:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #fff !important;
}
label.error,span.error{
    color:#f1414d !important;
    font-size:.75rem;
    font-weight: 500;
}

div.earsiv-otp-error-message{
    color: #f1414d !important;
    font-weight: 500;
    margin-top: 5px;
}

.camp-choices-form label.error{
    background: #fff !important;
    padding: 10px;
}
.camp-choices-form .prd-add-to-cart{
    visibility: visible !important;
}
.cartIconDisabled{
    cursor: not-allowed;
    pointer-events: none;
    color: #c0c0c0;
    background-color: #ffffff;
}

.max-width-form{
    max-width: 100%;
    width: 100%;
}
.hidden{
    display: none !important;
}
.cursor-pointer{
    cursor: pointer;
}
.quantity-icon-svg{
    cursor: pointer;
}
.quantity-icon-svg:hover{
    background: #f3f3f3;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none !important;
}



header .ui-autocomplete{
    position: relative!important;
    top:0 !important;
}
header .ui-widget.ui-widget-content{
    border:none !important;
}
header .ui-menu{
    display: inline-flex !important;
}
header .ui-state-active{
    background:transparent !important;
    color:#000 !important;
    border:none !important;
    border:0  !important;
    font-weight: lighter !important;
    margin:0 !important;

}
header .ui-state-active a,
header .ui-state-active a:link,
header .ui-state-active a:visited {
    color: #000 !important;
    text-decoration: none;
    margin-top:15px;
    padding:0;
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    max-height: 100%;
}
#cboxWrapper {
    max-width: none;
    background: #fff;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity:0.6 !important;
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
    background: #fff !important;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
}
#colorbox {
    outline: 0;
}
#cboxTopLeft {
    width: 14px;
    height: 14px;
}
#cboxTopCenter {
    height: 14px;
}
#cboxTopRight {
    width: 14px;
    height: 14px;
}
#cboxBottomLeft {
    width: 14px;
}
#cboxBottomCenter {
    height: 43px;
}
#cboxBottomRight {
    width: 14px;
}
#cboxMiddleLeft {
    width: 14px;
}
#cboxMiddleRight {
    width: 14px;
}
#cboxContent {
    background: #fff;
    overflow: visible;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: bold;
    color: #7C7C7C;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}
#cboxPrevious {
    left: 0px;
    background-position: -51px -25px;
}
#cboxPrevious:hover {
    background-position: -51px 0px;
}
#cboxNext {
    left: 27px;
    background-position: -75px -25px;
}
#cboxNext:hover {
    background-position: -75px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0px;
    right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0px;
}
#cboxTitle {
    background: #fff;
    position: absolute;
    top: 0;
    padding: 10px;

    display: table;
    width: 100%;
}
#cboxTitle .headline {
    line-height: 16px;
    font-weight: bold;
    font-size: 12px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
#cboxClose {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 4px;
    font-size: 11px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    color: #212529;
    position: absolute;
    top: 10px;
    right: 10px;
}
#cboxClose:focus,
#cboxClose:active:focus,
#cboxClose.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#cboxClose:hover,
#cboxClose:focus {
    color: #19212b;
    text-decoration: none;
}
#cboxClose:active,
#cboxClose.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#cboxClose.disabled,
#cboxClose[disabled],
fieldset[disabled] #cboxClose {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
#cboxClose:hover,
#cboxClose:focus,
#cboxClose:active,
#cboxClose.active,
.open > .dropdown-toggle#cboxClose {
    color: #ffffff;
    background-color: #ff1111;
    border-color: rgba(0, 0, 0, 0);
}
#cboxClose:active,
#cboxClose.active,
.open > .dropdown-toggle#cboxClose {
    background-image: none;
}
#cboxClose.disabled,
#cboxClose[disabled],
fieldset[disabled] #cboxClose,
#cboxClose.disabled:hover,
#cboxClose[disabled]:hover,
fieldset[disabled] #cboxClose:hover,
#cboxClose.disabled:focus,
#cboxClose[disabled]:focus,
fieldset[disabled] #cboxClose:focus,
#cboxClose.disabled:active,
#cboxClose[disabled]:active,
fieldset[disabled] #cboxClose:active,
#cboxClose.disabled.active,
#cboxClose[disabled].active,
fieldset[disabled] #cboxClose.active {
    background-color: #ff4444;
    border-color: transparent;
}
#cboxClose .badge {
    color: #ff4444;
    background-color: #ffffff;
}
#cboxClose:hover,
#cboxClose:focus,
#cboxClose:active,
#cboxClose.active,
.open .dropdown-toggle#cboxClose {
    color: #ff4444;
    background-color: #fff;
    border-color: #ff4444;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#cboxClose:active,
#cboxClose.active,
.open .dropdown-toggle#cboxClose {
    background-image: none;
}
#cboxClose.disabled,
#cboxClose[disabled],
fieldset[disabled] #cboxClose,

.hidden{
    display: none;
}

#colorbox #cboxClose
{
    top: 0;
    right: 0;
}
#cboxLoadedContent{
    margin-top:34px;
    margin-bottom:0;
}

span.errorIcon i{
    font-size:33px;
    color: #dc5d69;
    margin-bottom:10px;
}
span.warningIcon i{
    font-size:43px;
    color: #fd7e14;
    margin-bottom:10px;
}
#updateProfileForm .gender {
    height: auto!important;
}
#updateProfileForm .selectedCategories {
    position: absolute;
}
#updateProfileForm .selectedCategories span {
    background: #DEE2E6;
    border-radius: 20px;
    padding: 5px 8px;
    margin: 0 8px 6px 0;
}
.member-left-menu-wrapper .profile {
    color: #3588F4;
}
.member-content-wrapper .profile-progress {
    font-size: 18px;
    margin-bottom: 50px;
}
.member-left-menu-wrapper #profileCircle {
    width: 82px;
    height: 82px;
    top: -5px;
    right: -5px;
    position: absolute;
}
.member-left-menu-wrapper #profileCircle .progressbar-text {
    bottom: -18%!important;
    top: unset!important;
    background-color: #3B8BF1;
    color: #fff!important;
    padding: 3px 5px!important;
    border-radius: 2px;
    font-size: 11px!important;
}
.member-content-wrapper #profileFormLine {
    display: block;
    height: 4px;
    width: 100%;
    margin-bottom: 30px;
}
#profileFormLine .progressbar-text {
    font-size: 18px!important;
}
#profileFormLine .progressbar-text:before {
    content: "(";
}
#profileFormLine .progressbar-text:after {
    content: ")";
}
.dropdown-check-list {
    display: inline-block;
    position: relative;
}
.dropdown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 12px 50px 10px 10px;
    border: 1px solid #ddd;
    width: 100%;
}
.dropdown-check-list .anchor:after {
    position: absolute;
    content: "";
    border-left: 1px solid black;
    border-top: 1px solid black;
    padding: 5px;
    right: 10px;
    top: 30%;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.dropdown-check-list ul.items {
    padding: 2px;
    display: none;
    margin: 0;
    border: 1px solid #ddd;
    border-top: none;
}
.dropdown-check-list ul.items li {
    list-style: none;
    font-size: 14px;
}
.dropdown-check-list.visible .items {
    display: block;
    padding: 10px;
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: #fff;
}

#colorbox.modal #cboxMiddleLeft, #colorbox.modal #cboxMiddleRight, #colorbox.modal #cboxTopLeft, #colorbox.modal #cboxTopCenter, #colorbox.modal #cboxTopRight{ width:0 !important; height: 0 !important}
#colorbox.modal #cboxTitle{ width: 0 !important; height: 0 !important; padding: 0}
#colorbox.modal #cboxLoadedContent{margin:0;}
#colorbox.modal #cboxClose, #colorbox.modal #cboxClose:hover, #colorbox.modal #cboxClose:focus, #colorbox.modal #cboxClose:active:focus, #colorbox.modal #cboxClose.active:focus{color:#19212b;padding:0;border-color: transparent;background: transparent; outline: none}
#colorbox.modal #cboxBottomCenter{ height:0 !important;}

.swiper-inner .btn-zoom{pointer-events: none !important;}
.disabled-link{pointer-events: none !important;}
.montage.collapsing{height: auto !important;}
.prdd-bottom-bar .AddToCart-PickUpInStoreAction{display: none;}
.list-unstyled{ list-style-type: none; padding:0; margin:5px 0}
.prdd-sm-badges{min-width: 33%;}
.InstallmentOptions tbody tr td:last-child{word-wrap:break-word;}
.pickup-map.js-map-canvas{height: 420px;}
.pickup-map-detail.js-map-canvas-detail{height: 420px;}
.pickup-store-list-entry label{color:#444;}
#mapContent{ display: none;}
#colorbox #mapContent{display: block !important;}
.cart-banner-items .bg-item{ min-height: 120px !important;}
.adresteslimat1{border-bottom:1px solid #f3f3f7;}
.gm-control-active.gm-fullscreen-control{
    display: none;}
.swiper-container-thumbs:not(#js-galleryThumbs).item-1{ display: none !important;}

#map{width: 100%;
    height: 500px;
    display: block;}
.montage-check-label::before{
    color: #fff;
    border-color: #EC6E00;
    background-color: #EC6E00;
}
.montage-check-label:after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.montage-check-input:checked ~ .montage-check-label::before{
    position: absolute;
    top: .06875rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.worldpay-desc span {
    padding: 5px 11px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
}
#cancel-form-popup .modal-body {
    max-height: calc(100vh - 23vh);
    overflow-y: auto;
}
.order-title{
    width:100%;
    height: 70px;
    display: block;
}
.order-title h2{
    position: absolute;
}
.order-sprite{
    background: url("/_ui/responsive/theme-alpha/images/order-sprite_new.png") no-repeat;
    width:205px;
    height: 70px;
    display: inline-block;
}
.order-sprite.spring{
    background-position: 0 -210px;
}
.order-sprite.autumn{
    background-position: 0 0;
}
.order-sprite.winter{
    background-position: 0 -70px;
}
.order-sprite.summer{
    background-position: 0 -140px;
}
.variants-popup-content .variant {
    padding: 8px 12px;
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    cursor: pointer;
    margin: 0 10px 10px 0;
}
.variants-popup-content .variant.active {
    border: 1px solid #EC6E00;
    color: #EC6E00;
}
#returnOrderTable td{ word-wrap:break-word;}
.page-product-detail .swiper-slide{width:100%;}
.prd-add-comment{max-height: 44px;}
.prd-service-activation{background-color: #EC6E00;margin-bottom: 20px;border: aliceblue;color: white;border-color:#EC6E00; }
.jp-card .jp-card-front .jp-card-lower .jp-card-expiry{width:26% !important;}
.page-cartPage .ins-price{display:none;}
.zoom-gallery .large-wrapper .zoom-img{cursor:default;}
@media (min-width: 1025px) {
    .ldsLoader{
        position:absolute; width: 100%; height: 100%;text-align: center;
    }
    .header-menu .header-menu-overlay {
        top: 228px;
    }
    .site-header{
        position: relative !important;
    }
    .prdd-sticky1,.prdd-sticky2 {
        top: 15px;
    }
    .corporate-left-menu-wrapper, .member-left-menu-wrapper{
        top: 15px;
    }
    .empty-basket-button{
        flex: 0 0 10% !important;
    }
    #modal-find-store .dealer-list>.custom-scrollbar{
        max-height: 640px;
    }
    .level-desktop-img{
        height: 45px;
    }
    .dealer-detail-storefinder {
        top: 15px !important;
    }
    .orderslogin{
        margin-left:50px;
    }

    .videoWrapper{
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }
    .videoWrapper iframe.embed-responsive-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 435px;
    }
}
@media (max-width: 1025px) {


    .videoWrapper{
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }
    .videoWrapper iframe.embed-responsive-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 485px;
    }

    .embed-responsive-mobile{

        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;

    }

    .embed-responsive-mobile::before{
        display: block;
    }

    #colorbox #koctasLdsLoader{
        min-height: 250px;
    }
    .ldsLoader{
        position:absolute; width: 100%; height: 100%; text-align: center;
    }
    .level-mobile-img{
        height: 30px;
    }
    .members-header-d-none_d-lg-block .breadcrumb{display: none;}
    .delivery-layout .cargos{height: auto; max-height: 400px;}

    .search-keyword{font-size:16px;}
    input.form-control, textarea.form-control, select.custom-select{font-size:16px;}
    .mini-cart-qty{top:-7px;right:-10px;}
    .empty-basket-button {
        max-height:44px;}
    .top-breadcrumb{position: inherit;}
    .top-breadcrumb .dropdown-menu{margin-bottom:40px;}

    .cart-banner-items {
        margin-bottom: 7.5em;
    }
    .cargo-area .seller-link {
        border-radius: 20px;
        width: 30px;
        height: 30px;
        padding: 7px;
    }
    .profile-progress .progressbar-text {
        left: 43%!important;
    }
    #updateProfileForm .selectedCategories {
        position: unset;
    }
    .slider-title {
        font-size: 16px;
        line-height: 21px;
    }
    .prd-wrapper .product-measure .icon-arrow1,.prd-wrapper .product-measure .icon-measure {
        font-size: 28px;
    }
    .prd-wrapper .product-measure .variant-name {
        max-width: 50px;
    }
}
.search-hint-ul ul li{
    list-style:none;
}
#koctasPaymentDetailsForm input.error,
#koctasPaymentDetailsForm select.error{
    border: 1px solid #f1414d;
}
.header-menu .lvl3-desktop a+a::before{content:''}



.popover.fade:not(.show){
    opacity: 0.9 !important;
}

.kocInputCheckbox .popover {
    top: -35.5px !important;
}
.kocInputCheckbox .popover .arrow {
    top: 50% !important;
}

.tooltip {
    z-index: 1000;
}

.tooltip.top .tooltip-inner {
    background-color: #ffffff;
    border: 1px solid #ec6e00;
    color: black;
}
.tooltip.right .tooltip-inner {
    background-color: #ffffff;
    border: 1px solid #ec6e00;
    color: black;
}

.cancelFormColorbox .tooltip {
    z-index: 10000;
}

/* Styles for popover */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    border: 0;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 15px;
    margin: 6px;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 2px 5px;
    border-radius: 18px;
    width: 23px;
    height: 23px;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #ec6e00;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #ec6e00;
}

.checkout-parocard-checkbox{
    padding-top: 5px !important; padding-left:5px !important; border-bottom: none !important;
}
.checkout-paro-border-bottom{
    border-bottom: 0 !important;
}

#sales-contract-guest .custom-height-guest {
    max-height: 210px;
}
.custom-scrollbar-guest {
    overflow: auto;
    scrollbar-color: #444 #ddd;
    max-height: 200px;
}
.ccvNo .form-control:valid, .ccvNo .form-control.is-valid{
    background-image: none !important;
}
.termsAndConditionsLinkForMontage{
    text-decoration: underline;
}
.termsAndConditionsLinkForService{
    text-decoration: underline;
}
#colorbox .onbilgilendirmeFormuTextareaModal ul li, #colorbox .mesafelisatissozlesmesiFormuTextareaModal ul li, #payment-info-form ul li, #sales-contract ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.montajbilgilendirmeFormuTextareaModal{
    padding-top: 30px;
}

.mesafelisatissozlesmesiFormuTextarea, .onbilgilendirmeFormuTextarea, .montajsozlesmesiFormuTextarea {
    max-height: 107px;
    font-size: 11px;
    text-align: left;
    padding: 10px;
    border: 1px solid #cccccc;
    overflow-x: hidden;
}
.mesafelisatissozlesmesiFormuTextarea ul, .onbilgilendirmeFormuTextarea ul, .montajsozlesmesiFormuTextarea {
    padding: 0;
}
.mesafelisatissozlesmesiFormuTextarea h2, .onbilgilendirmeFormuTextarea h2, .mesafelisatissozlesmesiFormuTextarea h3, .onbilgilendirmeFormuTextarea h3, .montajsozlesmesiFormuTextarea h2, .montajsozlesmesiFormuTextarea h3 {
    text-align: left;
    font-size: 12px;
    margin: 5px 0;
}

#errorResult {
    color: #f1414d;
    font-size: 12px;
    text-align: left;
    float: left;
    font-weight: 400;

}
#errorResult label {
    color: #f1414d;
    font-size: 12px;
    text-align: left;
    float: left;
    font-weight: 400;

}
#errorResultRegister {
    color: #f1414d;
    font-size: 12px;
    text-align: left;
    float: left;
    font-weight: 400;

}

.tableLayoutPadding{
    padding:10px !important; margin-top:10px !important;
}
#paroHomeErrorResult {
    padding: 2px 0px;
    margin-bottom: 0px;
    z-index: 9999;
    position: relative;
    background-color: #02b524;
    border: none;
    color: #ffffff;
    font-size: 16px;
}
#paroHomeErrorResult .close {
    right: 14px;
    top: 13px;
    text-shadow: none;
    opacity: 1;
}

.panel-title-static{
    background: #f1f1f1 !important;
    padding: 10px !important;
    font-size: 12px !important;
}

.corporate-content-wrapper .panel p, .corporate-content-wrapper .panel h3 {
    margin-top:20px !important;
}

.help-block {
    color: #f1414d !important;
    font-size: .75rem;
    font-weight: 500;
}

.prd-bundle .prd-media-bundle {
    flex: 0 0 40px;
    margin-right: 10px;
}

.page-product-detail .swiper-container-vertical .swiper-slide{
    width: 100% !important;
    margin-bottom:-10px !important;
}


.scrollTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    text-decoration: none;
    padding: 0;
}
.scrollTop:hover {
    color: #e7e6f1;
    opacity: 1;
}

.scrollTop.show-button {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.scrollTop i {
    width: 20px;
    height: 20px;
    color: #ec6e00;
    font-size: 20px;
    margin: 11px;
    display: inline-block;
}
.site-header #couponCount {
    min-width: 18px;
    line-height: 18px;
}
.coupon-list #textmore0 {
    overflow: hidden;
    height: 150px;
}
.coupon-list .coupon {
    height: 150px;
}
.coupon-list .coupon-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.custom-stretched-link{
    position: relative !important; z-index: 2 !important; cursor: pointer !important;
}
.campaignDescriptionParagraph{
    padding: 10px 10px 10px 14px;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    display: none !important;
}
.main-category-slider .swiper-button-prev.swiper-button-disabled, .main-category-slider .swiper-button-next.swiper-button-disabled{
    display: block !important;
}
.mini-cart-qty-mobile{
    line-height: 1.4em !important;
}
.megamenualtcats:hover {
    color: #EC6E00;
}

[class*="prdd-badge-promotion"] .badge-btn-promotion {
    border-left: 1px solid #3588F4 !important;
    background: #fff;
    color:#3588F4 !important;
}

.social-list-modal svg{
    font-size:40px !important;
}
.disable-button{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.disabled {
    cursor: not-allowed !important;
    pointer-events: none  !important;
    opacity: 0.65  !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* assistant sales */
#digital-assistant .chat-button{
    display: flex;
    align-items: center;
    position: fixed;
    background: rgba(236, 110, 0, 1);
    color: #fff;
    padding: 3px 3px 3px 15px;
    border-radius: 100px;
    filter: drop-shadow(0px 5px 25px #34080066);
    cursor: pointer;
    right: 15px;
    bottom: 80px;
    height: auto;
    text-decoration: none;
    z-index: 99999;
}
#digital-assistant .chat-button-icon {
    background: #fff;
    border-radius: 100px;
    padding: 6px;
}
#digital-assistant .chat-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 83%;
    width: 35%;
    right: 15px;
    bottom: 20px;
    z-index: 9999999999;
    padding: 0px;
    background: #f6f7f8;
    border: 1px solid #D0D5DD;
    backdrop-filter: blur(15px);
    border-radius: 40px;
    box-shadow: 0 5px 10px #D0D5DD;
}
#digital-assistant .icon-digital-assistant-hello,
#digital-assistant .chat-button:hover .icon-digital-assistant{
    display: none;
}
#digital-assistant .chat-button:hover .icon-digital-assistant-hello,
#digital-assistant .chat-button .icon-digital-assistant{
    display: block;
}
.hidden-close-button {
    position: absolute;
    top: 70px;
    z-index: 999999999999;
    background-color: #ffffff;
    right: 50px;
    cursor: pointer;
    opacity: 0;
    min-width: 80px;
    height: 48px;
    border-radius: 15px;
}
.black-back-drop.opened {
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 100000;
    visibility: visible;
}
@keyframes quickSlideIn {
    0% {
        transform: scale(0);
        transform-origin: bottom right;
        opacity: 0;
        padding:0;
    }
    100% {
        transform: scale(1);
        transform-origin: bottom right;
        opacity: 1;
    }

}
#product-share-modal .social-media-icon-contanier{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#product-share-modal .icon-facebook:hover{
    color: #3a559f;
}
#product-share-modal .icon-twitter:hover{
    color: #1da0f2;
}
#product-share-modal .icon-pinterest:hover{
    color: #d73532;
}
#product-share-modal .modal-header, .icon-close{
    background: #444444;
    color: #f8f8f8;
}
#allCategoryNavigation .icon-close {
    background: none !important;
    color: #ffffff;
    width: 50px;
    height: 50px;
    margin: -10px -8px -10px -10px;
}
#product-share-modal .social-list-modal svg{
    font-size:50px !important;
}
@media (max-width: 1024px){
    .site-main{
        width: 100%;
    }
    #digital-assistant .chat-container {
        height: 90%;
        width: 100%;
        right: unset;
        bottom: 0;
        border-radius: 40px 40px 0 0;
    }
    .hidden-close-button {
        top: 95px;
    }
}
.product-properties .form-group{
    margin-bottom: 0 !important;
}

.discover-products .embed-responsive-1by1:hover {
    border: 2px solid #EC6E00;
}
.product-properties .form-group{
    margin-bottom: 0 !important;
}

@media (max-width: 1025px) {
    #colorbox .printConditions{
        top:14px;
        right: 100px;
        position:absolute;
        padding: .55rem 1.55rem;
        font-size: .675rem;
    }
}
@media (min-width: 1025px) {
    #colorbox .printConditions{
        top:23px;
        right: 120px;
        position:absolute;
    }
}

.mini-search-animate .site-header{
    position: fixed;
}
.site-badges .banner-body:hover {
    color: #EC6E00;
}
.gtmCampaignSlider .embed-responsive-item {
    height: auto !important;
}

@media (min-width: 1025px) {
    .mini-cart-collapse{
        transform: scale(0.85)!important;
        right: 80px!important;
    }
    .mini-member-collapse {
        position: absolute;
        z-index: 9999;
        top:55px;
        right: 0px;
    }
    .mini-location-collapse {
        position: absolute;
        z-index: 9999;
        top:55px;
        right: auto;
    }
    .mini-location-collapse .custom-scrollbar {
        height: 170px;
        padding-right: 9px;
        margin-right: -13px;
    }
}


.continue-guest-login{
    position: relative;
    height: 100%;
}


.continue-guest-login{
    position: relative;
    height: 100%;
}

.page-productDetails ul.dropdown-menu, .page-productList ul.dropdown-menu {
    top: 28px !important;
}
.zoom-buton-style{
    background-color: #f3eeee99;
    border: 1px solid black;
    border-radius: 25px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-right: 10px !important;
}
.zoom-buton-style svg{
    color: black;
    font-size: 31px;
}
.zoom-buton-style span{
    color: #000000;
    font-size: 16px;
}
.filter-items .js-facet-values>span {
    text-align: left;
}
.energy-label .download-energylabel{
    opacity: 1!important;
}
.filter .sub-filter#Marka .brand-search {
    width: 100%;
    border: none;
    padding: 14px 14px 14px 30px;
    font-size: 14px;
    border-radius: 2px;
    background: #F7F7F7;

}
.filter #Marka .filter-items>* {
    padding: 5px 20px 5px 15px !important;
}
.filter .sub-filter#Marka .brand-search:focus {
    border:none;
    outline: none;
}
.filter .sub-filter#Marka .btn-search {
    width: fit-content;
    left: 15px;
    top: 75%;
    transform: translateY(-75%);
}
.filter .sub-filter#Marka .btn-search .icon-search {
    font-size: 30px;
    color: #838383;
}
.sub-filter .filter-items::-webkit-scrollbar-track
{
    background-color: transparent;
}

.sub-filter .filter-items::-webkit-scrollbar
{
    width: 5px;
    background-color: transparent;
}

.sub-filter .filter-items::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #DDDDDD;
}
#filter-group-properties [data-toggle="collapse"][aria-expanded="true"] .selectedCategory {
    display: none;
}
#filter-group-properties .selected-brands {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#filter-group-properties .acc2 a[aria-expanded="true"] .selected-brands,
#filter-group-properties .acc2 a[aria-expanded="false"] + .clear-btn{
    display: none!important;
}
.filter-collapse .clear-btn {
    text-decoration: underline;
}
#filter-group-properties .price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 16px;
    border-radius: 3px;
}
#filter-group-properties .price-field input[type=range] {
    width: 100%;
    height: 2px;
    border: 0;
    outline: 0;
    left: 0;
    box-sizing: border-box;
    position: absolute;
    background: #DDDDDD;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
}
#filter-group-properties .slider-track {
    height: 2px;
    position: absolute;
    top: 15px;
    z-index: 2;
    left: 0;
    right: 0;
    background-color: #333;
}
#filter-group-properties #minMaxAction {
    padding: 5px 0px 5px 0px !important;
}
#filter-group-properties #minMaxAction input::-webkit-outer-spin-button,
#filter-group-properties #minMaxAction input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#filter-group-properties .price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
#filter-group-properties .price-field input[type=range]:active,
#filter-group-properties .price-field input[type=range]:focus {
    outline: 0;
}
#filter-group-properties .price-field input[type=range]::-ms-track {
    width: 188px;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 5px;
}
#filter-group-properties .price-field input[type=range]::-webkit-slider-thumb {
    /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 2px solid #333;
    outline: 0;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    margin-top: -4px;
    background-color: #F2F2F2;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}
#filter-group-properties .price-field input[type=range]::-moz-range-thumb {
    /* Firefox */
    position: relative;
    appearance: none;
    margin: 0;
    border: 2px solid #333;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #b5b0b0;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}
#filter-group-properties .price-field input[type=range]::-ms-thumb  {
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 2px solid #b5b0b0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #b5b0b0;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}
#filter-group-properties .price-field input[type=range]::-webkit-slider-runnable-track {
    /* WebKit/Blink */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #b5b0b0;
    border-radius: 5px;
}

#filter-group-properties .price-field input[type=range]::-moz-range-track {
    /* Firefox */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #333;
    border-radius: 5px;
}

#filter-group-properties .price-field input[type=range]::-ms-track {
    /* IE */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #333;
    border-radius: 5px;
}
.filter .acc2>[aria-expanded="false"] .top-btns{
    display: none!important;
}
.filter .acc2.priceFilter>[aria-expanded="true"] {
    pointer-events: none;
}
.filter .toggleButton.tb-close,
.filter-collapse .clear-btn{
    z-index: 99999;
}
#filter-group-properties a[href='#Fiyat'],
.filter .acc1 div[aria-label='Fırsatlar']{
    pointer-events: none;
}
#minMaxAction .d-flex.flex-column:before {
    content: "₺";
    position: absolute;
    width: 10px;
    height: auto;
    display: block;
    z-index: 2;
    padding-left: 5px;
    bottom: 11px;
}
#minMaxAction input {
    background-color: transparent;
    border: 1px solid #838383;
    border-radius: 5px;
}
#minMaxAction .icon-check {
    font-size: 38px;
    padding: 12px!important;
}
.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}
.sub-filter #clickForMin {
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    margin-top: 18px;
}
@media (min-width: 1025px) {
    .filter .sub-filter .filter-items{
        max-height: 220px;
        overflow-y: scroll;
    }
    .filter .sub-filter#Marka {
        display: block!important;
    }
    .filter .sub-filter#Marka .brand-search {
        background: #fff;
        padding: 10px;
    }
    .filter .sub-filter#Marka .btn-search {
        right: 15px;
        left: unset;
    }
    .filter .sub-filter#Marka .btn-search .icon-search {
        font-size: 26px;
    }
    #filter-group-properties .acc2 a[href='#Marka'] {
        pointer-events: none;
    }
}
@media (min-width: 680px) and (max-width: 1400px) {
    form#minMaxAction>div {
        flex-wrap: wrap;
    }
    form#minMaxAction>div>div {
        width: 100%;
        margin-right: 0 !important;
    }
    .sub-filter #clickForMin {
        margin-top: 10px;
        width: 100%;
        margin-left: 0 !important;
        text-align: center;
    }
}
@media (min-width: 680px) {
    .searchbox-overlay.active {
        position: fixed;
        top: 0px;
        right: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        z-index: 9998;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.4);
        visibility: visible;
    }
    #searchBoxComponentID {
        z-index: 9999;
    }
    .searchbox-overflow {
        overflow: hidden !important;
    }
}
@media (max-width: 768px) {
    .zoom-buton-style span{
        font-size: 14px;
    }
    .zoom-buton-style{
        padding: 0 !important;
        padding-top: 2px !important;
        padding-right: 10px !important;
    }
    .cookie-description {
        height: 110px;
        overflow: hidden;
    }
    .page-productList ul.dropdown-menu {
        top: 10px !important;
    }
    .videoWrapper{
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }
    .videoWrapper iframe.embed-responsive-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 265px;
    }
    .prd-body .download-energylabel svg{
        font-size: 30px!important;
    }
    .header-menu-collapse {
        top: 0px !important;
        height: 100%;
    }
    .menu-member {
        border-top: 1px solid #F2F2F2;
        border-bottom: 1px solid #F2F2F2;
    }
    .section.menu-member {
        margin-top: 70px;
    }
    .coupon-list .coupon {
        height: 135px;
    }
    .header-menu-collapse-top {
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 9999;
    }
    .header-menu-collapse-top .icon-arrow5 {
        font-size: 38px!important;
    }
    .header-menu-collapse .icon-logo {
        fill: #EC6E00;
    }
    .header-menu-collapse-top .icon-close {
        background-color: #fff;
        color: #444;
        font-size: 40px!important;
    }
    #filter-group-properties .price-field {
        width: 90%;
        margin:auto;
    }
    #filter-group-properties .price-field input[type=range]::-webkit-slider-thumb {
        background-color: #fff;
        border: 2px solid #ec6e01;
        width: 15px;
        height: 15px;
        margin-top: -6px;
    }
    #filter-group-properties .price-field input[type=range]::-webkit-slider-runnable-track {
        background: #ddd;
    }
    #filter-group-properties .slider-track {
        background-color: #ec6e01;
    }
    #filter-group-properties .price-field input[type=range] {
        width: 100%;
    }
    #minMaxAction input {
        border: 1px solid #D8D8D8;
    }
    .filter .acc2.priceFilter>[aria-expanded="true"] {
        position: unset;
        background: #fff;
        min-height: unset;
        border-bottom: none!important;
    }
    #allCategoryNavigation .icon-close {
        color: #444;
    }
    .childLevel1-banner {
        background-color: #fff;
        border-top: 1px solid #F2F2F2;
        border-bottom: 1px solid #F2F2F2;
    }
    .childLevel1-banner img {
        border: 1px solid #F2F2F2;
        border-radius: 50%;
    }
    .level2-desktop{
        border-top: 1px solid #f2f2f2!important;
    }
    .header-menu .sub-menu {
        top: 70px;
        height: calc(100% - 70px);
    }
}
.available-paro-points{
    color: #249433;
}
.scroll-top{
    border: 1px solid #ec6e00;
    border-radius: 25px;
    text-align: center;
    background-color: white;
    z-index: 999999999;
}
.icon-style{
    transform: rotate(-90deg);
    margin-top: 6px;
    color: #ec6e00;
    stroke-width: 1 !important;
}
.fav-icon-color{
    color: #de2426;
}
.t-rotate-90{
    transform: rotate(90deg);
}
#btnPaginationMore{
    font-size: 18px;
    background-color: #EC6E00;
    border-color: #EC6E00;
    min-width: 300px;
    visibility: hidden;
}
.zoom-buton-style{
    background-color: #f3eeee99;
    border: 1px solid black;
    border-radius: 25px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-right: 10px !important;
}
.zoom-buton-style svg{
    color: black;
    font-weight: bold;
    font-size: 31px;
}
.zoom-buton-style span{
    color: #000000;
    font-size: 16px;
}
@media (max-width: 768px) {
    .zoom-buton-style span{
        font-size: 14px;
    }
    .zoom-buton-style{
        padding: 0 !important;
        padding-top: 2px !important;
        padding-right: 10px !important;
    }
    .page-productList ul.dropdown-menu {
        top: 10px !important;
    }
}
#spend-paro-points-btn{
    padding-left: 0;
    padding-right: 0;
}
.card-cv-number-input{
    display: block;
    width: 100%;
    height: calc(1.3em + 1.5rem + 2px);
    padding: .75rem .875rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3;
    color: #444;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

#colorbox .disabledCheckbox:disabled, #colorbox .disabledCheckbox::before{
    background-color: #EC6E00 !important;
}
.buy-to-store-btn{
    background-color: white;
    border: 1px solid #ec6e00;
    color: #ec6e00;
}
.buy-to-store-btn:hover{
    background-color: #ec6e00;
    border: 1px solid white;
    color: white;
}
#cboxClose:hover {
    border-color: white !important;
}
.product-slogan{
    color: #ec6e00;
    font-size: 14px;
    font-weight: 400;
    background-color: #FFF7F1;
    border: 1px solid #ec6e00;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 4px;
}

.disabledTicket{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f1f1f1;
}

#guestTicketCheck-error{
    display: flex;
}
#supportTicketForm p.registerParagraph{margin-top:3px;}

.page-product-detail .swiper-slide video {
    width: 100%;
}

.searchBoxComponent-disable{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.store-delivery {
    background-color: #5657ff;
    padding: 10px;
    text-align: center;
}

.main-category-slider .swiper-pagination{
    display: block !important;
}

.main-category-slider .swiper-button-next{
    right: -5%;
}
.main-category-slider .swiper-button-prev{
    left: -5%;
}
@media (min-width: 1025px) {
    .main-category-slider{
        max-width: 1000px !important;
    }
    .coupon p:first-child {
        height: 30px;
    }
    .coupon h4 {
        height: 115px;
    }
    .level2-desktop .level2-text {
        color: #EC6E00;
    }
}


.store-delivery label{
    color: white;
    font-size: 12px;
    padding-left: 5px;
}

.searchBoxComponent-disable{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;

}
.quick-delivery-store-text{
    font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
}

.store-delivery-mobile {
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
}

.store-delivery-mobile label{
    color: #5657ff;
    font-size: 12px;
    padding-left: 5px;
    font-weight: bolder;
}

p#ticketCustomError{
    color:#f1414d !important;
    font-size: .75rem;
    font-weight: 500;
}

.order-cancel-button-icon{
    background: #ffffff !important;
    color: #444444 !important;
}

.prd-add-comment:hover .order-cancel-button-icon{
    background: #444444 !important;
    color: #ffffff !important;
}

.page-productDetails.modal-open .header-menu-collapse{
    padding-right:0 !important;
}

.modal-close .icon-close{
    font-size:36px;
}

.basketProducts{
    border: 1px solid #f2f2f2;
}

.disabledStoreInput{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.dealer-prd{
    padding: 20px 10px !important;
    margin: 0 !important;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.bagaj-notice{
    color: #ee6e00;
    background-color: #fdf1e6;
    border-color: #ead6c6;
}
.bagaj-notice i{
    font-style: normal;
    font-size: larger;
    font-weight: bold;
}
.display-none{
    display: none;
}
#findBaggageDeliveryProducts .productList img{
    max-width: 100px !important;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #444;
    font-family: "Roboto","arial", sans-serif;
    font-size: .875rem;
    line-height: 1.3;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.radio-container input:checked ~ .checkmark {
    background-color: #ec6e00;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.fsprite {
    background: url('https://koctas-img.mncdn.com/static/2024/footer/all-sprite-v3.png') no-repeat top left;
    display: inline-block;
    text-indent: -9999px;
}
.fsprite.app-googleplay {
    background-position: 0 0;
    width: 140px;
    height: 37px;
}
.fsprite.app-appstore {
    background-position: 0 -51px;
    width: 140px;
    height: 37px;
}
.fsprite.app-huawei {
    background-position: 0 -101px;
    width: 140px;
    height: 37px;
}
.fsprite.logo-koc {
    background-position: 0 -150px;
    width: 60px;
    height: 18px;
}
.fsprite.logo-bq {
    background-position: 0 -168px;
    width: 32px;
    height: 32px;
}
.fsprite.bank-bankkart {
    background-position: 0 -200px;
    width: 69px;
    height: 20px;
}
.fsprite.bank-advantage {
    background-position: 0 -220px;
    width: 88px;
    height: 16px;
}
.fsprite.bank-cardfinans {
    background-position: 0 -237px;
    width: 69px;
    height: 20px;
}
.fsprite.bank-maximum {
    background-position: 0 -258px;
    width: 59px;
    height: 16px;
}
.fsprite.bank-bonus {
    background-position: 0 -274px;
    width: 61px;
    height: 25px;
}
.fsprite.bank-axess {
    background-position: 0 -299px;
    width: 68px;
    height: 20px;
}
.fsprite.bank-paraf {
    background-position: 0 -319px;
    width: 44px;
    height: 28px;
}
.fsprite.bank-world {
    background-position: 0 -347px;
    width: 60px;
    height: 17px;
}

.fsprite.bank-visa {
    background-position: -181px -212px;
    width: 56px;
    height: 17px;
}

.fsprite.bank-mc {
    background-position: -229px -208px;
    width: 40px;
    height: 25px;
}

.fsprite.troy {
    background-position: -184px -232px;
    width: 50px;
    height: 25px;
}

.fsprite.pp {
    background-position: -140px 0;
    width: 71px;
    height: 71px;
}
.fsprite.pdf {
    background-position: -212px 0px;
    width: 25px;
    height: 30px;
}
.fsprite.toptan-fiyat {
    background-position: -237px 0px;
    width: 32px;
    height: 32px;
}
.fsprite.cargo {
    background-position: -212px -47px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}
.fsprite.qr-code {
    background-position: -140px -71px;
    width: 140px;
    height: 130px;
}
.fsprite.pp-small {
    background-position: -140px -201px;
    width: 40px;
    height: 40px;
}

.icon-koc{
    margin-top: 7px;
}

.countdown_section:first-child { display:block; }

@media(min-width: 1025px) {
    .banner04 .countdown {
        left: inherit;
        bottom: inherit;
        top: 20px;
        right: 40px;
    }
}

.page-login-content.login-cover {
    background-image: url('/_ui/responsive/theme-alpha/images/frontend/login-cover.jpg');
}


.js-camp.hide { opacity: 0; height: 0; z-index: -9999; position: relative; }

.camp-header {
    width: 100%;
    min-height: 450px;
    height: 100%;
    display: inline-block;
}

.camp-header .title {
    text-align: center;
    margin: 100px 0 30px 0;
}

.camp-header .title h1 {
    color: #ffffff;
    font-size: 40px;
}

.camp-header .title h2 {
    background: #ffffff;
    border-radius: 30px;
    color: #EC6E01;
    width: auto;
    display: inline-block;
    margin: auto;
    float: none;
    padding: 5px 20px;
}

.camp-header .cards {
    width: 90%;
    margin: 0 5%;
    display: inline-block;
}

.camp-header .cards .card {
    padding-top: 270px;
    max-width: 340px;
    text-align: center;
    margin-bottom: 20px;

}

.camp-header .cards .card .card-body {
    background: #ffffff;
    border-radius: 30px 30px 0 0;
    padding: 30px 30px 15px 30px;
}

.camp-header .cards .card .card-body h5 {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ececec;
}

.camp-header .cards .card .card-body .btn {
    background: #EC6E01;
    color: #ffffff;
    border-radius: 10px;
    height: 55px;
    padding: .75rem 1rem;
}

.camp-header .cards .card .card-body .btn svg {
    margin-right: -10px;
}

.camp-header .cards .card.rota {
    background-size: contain;
}

.camp-header .cards .card.ihtiyac {
    background-size: contain;
}

.camp-header .cards .card.hazirlik {
    background-size: contain;
}

.camp-planning {
    text-align: center;
    margin-top: 50px;

}

.camp-planning h3 {
    font-size: 32px;
}

.camp-planning h4 {
    font-size: 28px;
}

.camp-planning .regions {
    background: url(/_ui/responsive/theme-alpha/images/kamp/camp-planning-bg.png) repeat-x;
    margin: 20px 0;
    display: none;
}

.camp-planning .regions ul {
    background: #fafafa;
}

.camp-planning .regions li {
    background: #1C7A4C;
    margin-bottom: 10px;
    border-radius: 6px;
    color: #ffffff;
    width: auto;
    display: table;
}

.camp-planning .regions li a {
    color: #ffffff;
    float: left;
    padding: 0 10px 0 0;
}

.camp-planning .regions li a img {
    margin: 10px;
    width: 24px;
    height: 24px;
}

.camp-planning .regions li span {
    margin: 13px;
    float: left;
}

.camp-planning .regions li .region {
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
    border-radius: 6px;
}

.camp-planning .regions li.karadeniz {
    background: #1C7A4C;
}

.camp-planning .regions li.karadeniz .region {
    background: #0F9D58;
}

.camp-planning .regions li.marmara {
    background: #0079BB;
}

.camp-planning .regions li.marmara .region {
    background: #0288D1;

}

.camp-planning .regions li.guney-dogu {
    background: #34221E;
}

.camp-planning .regions li.guney-dogu .region {
    background: #4E342E;
}

.camp-planning .regions li.akdeniz {
    background: #E8C408;
}

.camp-planning .regions li.akdeniz .region {
    background: #FFD600;
}

.camp-planning .regions li.akdeniz a {
    color: #000000;
}

.camp-planning .regions li.dogu-anadolu {
    background: #605812;
}

.camp-planning .regions li.dogu-anadolu .region {
    background: #817717;

}

.camp-planning .regions li.ic-anadolu {
    background: #CD4800;
}

.camp-planning .regions li.ic-anadolu .region {
    background: #E65100;

}

.camp-planning .regions li.ege {
    background: #B64AAB;
}

.camp-planning .regions li.ege .region {
    background: #C057B6;

}

.camp-planning .regWrap {
    background: #383838;
    color:#fff;
    font-size:30px;
    padding: 30px 15px;
    margin: 20px 0;
}
.camp-planning .regWrap button {
    width: 50px;
    height: 50px;
    background: #fff;
    color:#EC6E01;
    border-radius: 8px;
    margin-top: 10px;
}
.camp-planning .regWrap button svg {
    font-size: 60px;
}

.camp-area {
    background: #ffffff;
    text-align: left;
}

.camp-area .map-title {
    background: #DB4A37;
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
}

.camp-area .camp-place {
    background: #ffffff;
    color: #000000;
    padding: 10px;
    font-size: 12px;
    max-height: 600px;
    overflow-y: auto;
}

.camp-choices {
    background: url(/_ui/responsive/theme-alpha/images/kamp/camp-choice-header-bg.png) repeat-x bottom #EC6E01;
    text-align: left;
    color: #ffffff;
}

.camp-choices-header {
    background: url(/_ui/responsive/theme-alpha/images/kamp/camp-choice-header-bg.png) repeat-x #EC6E01;
}

.camp-choices-header .title {
    background: #EC6E01;
    padding: 30px;
    color: #ffffff;
    text-align: center;
}

.camp-choices-header .title h3 {
    font-size: 28px;
}

.camp-choices-form {
    padding: 50px 0 0 0;
}

.camp-choices-form label {
    color: #ffffff;
}

.camp-choices-form label.input-group-icon {
    float: left;
    background: #ffffff;
    border-radius: 5px;
    padding: 6px;
    margin: 0 6px 0 0;
    width: 44px;
    height: 44px;
}

.camp-choices-form .custom-select {
    width: 100%;
    border-radius: 5px;
    max-width: 240px;
}

.camp-choices-form .text {
    margin: 3px 0 10px 50px;
}

.camp-choices-form .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin: 0 0 0 10px;
}

.camp-choices-form .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.camp-choices-form .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.camp-choices-form .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #b0b0b0;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.hobby {
    background-color: #fff;
}
.hobby-title {
    background: #EC6E00;
}
.hobby-title h1 {
    color: #fff;
    margin: auto;
    font-weight: 700;
}
.card-left .img-wrapper,
.card-right .img-wrapper{
    position: absolute;
    bottom: 8%;
    left: 6%;
}
.product-montage .pdfLink {
    background: #FFFFFF;
    border: 1px solid #838383;
    border-radius: 4px;
    padding: 5px 10px;
}
.hobby .img-wrapper div {
    text-shadow: -6px 8px 9px rgb(0 0 0 / 30%);
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
}
.hobby .img-button {
    background: #EC6E00;
    border-radius: 15px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
}
.hobbies {
    max-height: 750px;
    margin-bottom: 350px;
    width: 100%;
}
.hobby-box {
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 40px;
}
.hobby-box:nth-child(5n) {
    margin-right: 0!important;
}
.hobby-box .number {
    position: absolute;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    padding: 5px;
    width: 35px;
    height: 35px;
    background: #eb6e00;
    border: 5px solid;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
}
.hobby-box img {
    border-radius: 40px;
    width: 100%;
}
.hobby-info {
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 35px 35px 40px 40px;
    width: 100%;
    margin-top: -80px;
    text-align: center;
    display: inline-block;
}
.hobby-box .img-wrapper {
    height: 263px;
}
.hobby-info .title {
    font-size: 18px;
    color: rgba(112, 108, 105, 1);
    height: 46px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.hobby-info .line {
    width: 100%;
    display: inline-block;
    height: 2px;
    background-color: rgba(112, 108, 105, 1);
    margin: 6px 0;
}
.hobby-info p {
    color: #706C69;
    height: 36px;
}
.hobby-info .kesfet {
    padding: 20px 0 15px 0;
    color: #EC6E00;
    font-size: 13px;
    display: block;
}
.hobby-info .hobby-btn:hover {
    color: #fff;
}
.hobby-btn {
    padding: 6px 10px;
    background-color: #EC6E00;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
}
.find-hobby {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative;
    display: flex;
    justify-content: center;
}
.find-hobby-wrapper {
    position: absolute;
    top: 5%;
    text-align: center;
}
.find-hobby .find-btn {
    padding: 8px 15px;
    background-color: #EC6E00;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
}
.hobbyList .swiper-pagination {
    display: none;
}
.hobbyList .swiper-button-prev.swiper-button-disabled, .hobbyList .swiper-button-next.swiper-button-disabled {
    display: block!important;
    opacity: 1;
}
.hobbyList .swiper-slide {
    background: #fff;
    padding: 10px;
}
.hobbyList .swiper-button-next,
.hobbyList .swiper-button-prev {
    background-image: none;
    border: none;
    background: none;
}
.hobbyList .swiper-button-next {
    right: -20px;
}
.hobbyList .swiper-button-prev {
    left: -20px;
}
.hobbyList svg[class^="icon-"] {
    font-size: 24px;
}
.hobby-products {
    display: flex;
    flex-wrap: wrap;
    background-color: #eb6e00;
    padding: 20px;
}
.hobby-products h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 45px;
    padding-top: 30px;
    padding-bottom: 20px;
    letter-spacing: 2px;
}
.swiper-button-prev.cart-coupon-btn.swiper-button-disabled, .swiper-button-next.cart-coupon-btn.swiper-button-disabled {
    display: block!important;
}
.cart-coupon-btns div {
    margin-top: 0;
    top: -5px;
    border: 1px solid #E9ECEF;
    width: 30px;
    height: 30px;
    display:block!important;
}
#installmentTabItems .postponing-installment,
#installmentTabItems .additional-installment{
    padding-left: 47px;
}
#installmentTabContainer input[name="installmentCustomRadio"] {
    z-index: 0 !important;
}
@media screen and (min-width: 1025px) {
    .find-hobby {
        min-height: unset;
    }
    .find-hobby-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        min-height: 400px;
        margin-bottom: 55px;
        position: unset;
    }
    .hobby-box img {
        width: auto;
        min-height: 240px;
    }
    .hobby-sub-wrapper .wrapper {
        width: calc(100% / 5);
    }
}
@media screen and (max-width: 767px) {
    .hobby-wrapper {
        background-color: #EC6E00;
    }
    .find-hobby {
        background-position: 1% 25px!important;
    }
    .hobbies {
        margin-bottom: 100px;
        width: 100%;
        max-height: unset;
    }
    .hobby-box {
        width:100%;
        margin-bottom:40px;
        min-height: 350px;
    }
    .hobby-info {
        margin-top: -40px;
    }
    .find-hobby {
        background-size: auto!important;
        min-height:400px;
    }
    .hobbyList .swiper-button-prev,
    .hobbyList .swiper-button-prev-tab,
    .hobbyList .swiper-button-next,
    .hobbyList .swiper-button-next-tab {
        display: block;
    }
    #installmentTabItems .postponing-installment,
    #installmentTabItems .additional-installment{
        padding-left: 42px;
    }
}

.cookie-dark-filter {
    background: rgba(0,0,0,0.5);
    z-index: 999999999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 1024px) {
    .filter-items>* {
        position: relative;
        padding: 5px 20px !important;
    }

    .filter-items .js-facet-values>span {
        margin-left: 32px;
    }
    .filter-items .js-facet-values .f-checkbox  {
        position: absolute;
        top: -4px;
    }
}

input:checked+.slider {
    background-color: #ffffff;
}

input:focus+.slider {
    box-shadow: 0 0 1px #ffffff;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background: #EC6E01;
}

.camp-choices-form .btn {
    color: #EC6E01;
    background: #ffffff;
}

.camp-choices-products {
    background: #ffffff;
    padding: 30px;
    border-radius: 30px 0 0 0;
    color: #000000;
    width: 100%;
    float: left;
}

.camp-choices-products .title {
    color: #000000;
    border-bottom: 4px solid #EC6E01;
    margin-left: 10px;
}

.camp-choices-products .categories {
    color: #000000;
    font-size: 16px;
    margin: 10px 0 10px 10px;
}

.camp-choices-products .categories span {
    color: #EC6E01;
    font-size: 14px;
    background: #FCEBCA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}

.camp-choices-products .categories svg {
    color: #FFA501;
    margin: -3px 0 0 0;
}

.camp-choices-products .card {
    padding: 15px;
    margin: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    min-height: 300px;
}

.camp-choices-products .card h5.card-title {
    color: #162A49;
    font-size: 13px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
}

.camp-choices-products .card p {
    color: #EC6E01;
    font-size: 18px;
}
.camp-choices-products p.empty-text{
    font-size: 12px;
    margin-top: 20px;
    margin-left: 10px;
}

.camp-choices-products .card .btn {
    color: #EC6E01;
    font-size: 12px;
    background: #FCEBCA;
    padding: 4px 0;
    width: 100%;
    position: relative;
}

.camp-choices-products .card .btn img {
    position: absolute;
    left: 5px;
}

.camp-hints {
    padding: 40px 0;
}

.camp-hints h3 {
    font-size: 28px;
    color: #444444;
    text-align: center;
}

.camp-hints p a {
    color: #2965AB;
}

.camp-hints .card .card-body {
    padding: 20px;
}

.camp-hints .card img {
    border-radius: 30px;
}

.camp-hints .card .card-title {
    font-size: 16px;
}

.camp-hints .card p {
    font-size: 12px;
    color: #858585;
}

.camp-hints .card .btn {
    font-size: 12px;
    color: #EC6E01;
    background: #FFE2C9;
}

.camp-suggestions {
    padding: 30px 0;
    background: url(/_ui/responsive/theme-alpha/images/kamp/suggestion-top-bg.png) no-repeat top right #fff;

}
.camp-suggestions h3 {
    font-size: 28px;
    color: #444444;
    text-align: center;
    margin-bottom: 30px;
}

.camp-suggestions .left img {
    border-radius: 20px;
    margin-bottom: 10px;
}

.camp-suggestions .left h5 {
    font-size: 24px;
    color: #EC6E01;
}

.camp-suggestions .left .quotes {
    quotes: "“""„""‚""‘";
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-top: 15px;
}

.camp-suggestions .left .quotes q:before {
    color: #EC6E01;
    font-size: 40px;
    font-family: Georgia, serif;
    font-weight: bold;
    margin-top: -10px;
    margin-right: 10px;
    line-height: 1;
    float: left;
}

.camp-suggestions .left .quotes q:after {
    color: #EC6E01;
    font-size: 40px;
    font-family: Georgia, serif;
    font-weight: bold;
    float: right;
    line-height: 0;
}

.camp-suggestions .right {
    padding: 0 50px;
}

.camp-suggestions .right h5 {
    font-size: 26px;
    color: #000;
}

.camp-suggestions .right ul {
    display: block;
    width: 100%;
    float: left;
}
.camp-choices-products{
    min-height: 540px;
}
.js-video-list{
    cursor: pointer;
}
.js-video-list .mask {
    position: absolute;
    width: 100%;
    height: 100%;
}
.camp-hints-area  {
    max-height: 490px !important;
    overflow-y: auto !important;
}
.camp-hints-area .js-video-list + .js-video-list { margin-top: 10px; }
.camp-hints .vcard { margin-top: 25px; }
.camp-choices-products .prd-add-to-cart{
    visibility: visible !important;
}

@media screen and (max-width: 767px) {
    .camp-choices-form {
        padding: 10px 30px;
    }

    .camp-choices-form .text {
        margin-left: 0;
    }

    .camp-suggestions .right {
        padding: 0 20px;
    }

    .camp-planning .regions li { width: 100%; float: none; text-align: left; }
    .camp-planning .regions li span { float: none; display: block; }
    .camp-hints .card img { width: 100%; height: auto; border-radius: 0; }
    .camp-header,
    .camp-planning,
    .camp-choices,
    .camp-hints,
    .camp-suggestions {
        padding-left: 5px;
        padding-right: 5px;
    }

    .camp-choices-products {
        border-radius: 10px;
    }

    .camp-hints .card .card-body {
        padding: 20px 0;
    }
}

#loading .loading-title {
    color: var(--clr-middle-black) !important;
}

.AddToCart-AddToCartAction .btn-add-to-cart{ min-height:50px; }
.addtocart-component .product-properties{ display:none; }

.prdd-grid .btn-add-to-cart-store,
.prdd-grid .btn-add-to-cart {
    min-height: 48px;
    max-height: 48px;
}
.prdd-grid .installmentSec a.payment-options-js { display: list-item; margin-left: 15px }
.prdd-grid .installmentSec a.payment-options-js:hover { color:#666 !important; }
.prdd-grid .installmentSec a.payment-options-js:hover span { color:#EC6E00 !important; }
.prdd-grid .product-properties .kocbundleDropdown {
    text-align: left;
    width: 100%;
    height: calc(1.3em + 1.5rem + 2px);
    padding: .75rem 2.3rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3;
    color: #444;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.prdd-grid .del-cities {
    background-image: url(/_ui/responsive/theme-alpha/images/frontend/bg-warning.svg);
    background-color: #b61928;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 75px;
    min-height: 58px;
}

.specTabs .row [class*='col'] a { min-height: 52px; }
.product-details .product-quantity-text {
    background-color: #fff7f1;
}
.prdd-prop2-menu { background: #444 }
.prdd-prop2-menu .col a { display: block; color: #fff; text-align: center; border-top: 3px solid transparent; }
.prdd-prop2-menu .col a[aria-expanded="true"] {
    border-top: 3px solid #444;
    pointer-events: none;
    font-weight: 500;
    color: #444;
    background-color: #f2f2f2;
}
.prdd-prop2-menu .col:after,.prdd-prop2-menu .col:before {
    content: "";
    width: 1px;
    height: 36px;
    background-color: rgba(242, 242, 242, .1);
    position: absolute;
    top: calc(50% - 18px);
}
.prdd-prop2-menu .col:before {
    left: 0;
    right: inherit
}

.ga1 { position: relative; }
.badgeFrame .badgeLeft, .badgeFrame .badgeRight { position: absolute; top: 5px; z-index: 2;}
.badgeLeft { left: 5px; }
.badgeRight { right: 5px; text-align: right; }
.prdd-prop1 .nav-link.active:after { border-color: #444 transparent transparent transparent !important; }

.prdd-grid .show-read-more.lesscontent.more { height: 55px; overflow: hidden; }
.prdd-grid .show-read-more.morecontent.more { height: auto; }

@media (max-width: 768px) {
    .prdd-grid .show-read-more.lesscontent.more { height: 90px; }
}

.show-read-more.lesscontent .SecSec,
.show-read-more.lesscontent .readLess { display: none; }
.show-read-more.morecontent .readMore { display: none; }
.show-read-more .readMore,
.show-read-more .readLess { text-decoration: underline; cursor: pointer; }

@media (max-width: 768px) {
    .header-top .bg-c9 { width: 100%; }
    .header-top #cc-button { display: block !important; }
    .header-top #cc-button #headerStoreText { font-size: 13px; }
    .header-top #cc-button small { float:right; }
}
.product-promotion .prdd-badge1 {
    width: inherit;
}
.prdd-badge1 .countdown { color: #000; margin-top:1.2px; margin-right: 5px; }
.prdd-badge1 .countdown .countdown_section {
    padding: 3px 0;
    min-width: 40px;
    margin-left: 1px;
}
.prdd-badge1 .countdown .countdown_section .countdown_amount { font-size:15px; }
@media (max-width: 1024px) {
    body{
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }
}

.addresses .caddress {
    cursor: pointer;
}
.address-edit {
    position: absolute;
    right: 0;
    bottom: 0;
}
.addresses .addressWrap { overflow-x: hidden; }
#locAddress .addresses .addressWrap.border-c3:hover { border-color: #EC6E00 !important; }

.cart-qty-input { height: 30px; }

.brand-koctas {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    width: 56px;
    height: 56px;
}

.sponsored-product {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #24C129;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 2px;
    z-index: 10;
}

.blog-title {
    color: #e3ad32;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -1px;
}
.blog-title span {
    font-weight: normal;
    color: #c85f25;
    font-size: 17px;
}

.swiper-pagination-vertical .swiper-pagination { min-height: inherit; right: 10px; bottom: 20px; }
.swiper-pagination-vertical .swiper-pagination-bullets .swiper-pagination-bullet { display: inline-block !important;  margin: 0 10px !important; }

.custom-mwidth {
    max-width: 80%;
}

#paroCardModalForLogin .modal-dialog { max-width: 490px; }
#paroCardModalForLogin .modal-content .modal-close { top: 0 !important; right: 0 !important; }
#paroCardModalForLogin .modal-content .modal-close .icon-close { background: transparent !important; }
#paroCardModalForLogin .modal-content .modal-body {
    padding: 30px 30px 15px 75px !important;
    background-color: #F08F3A;
    background-image: url("/_ui/responsive/theme-alpha/images/frontend/bg-logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.wishlist-wrap .wishlist-wrap-item .wishlist-details { position: absolute; left: 0; bottom: 0; padding: 10px; width: 100%; }

.wishlist-wrap .wishlist-wrap-item .img1 img,
.wishlist-wrap .wishlist-wrap-item .img2 img {
    width: auto;
    height: 100px;
}
.wishlist-wrap .wishlist-wrap-item .img3 img {
    width: auto;
    height: 100px;
}
.wishlist-wrap .wishlist-wrap-item .img3 [class*="col"]:last-child img {
    height: 45px;
    margin: 0 10px;
}
.wishlist-wrap .wishlist-wrap-item .img3 [class*="col"]:last-child img + img {
    margin-top: 10px;
}
.wishlist-wrap .wishlist-wrap-item .img4 img {
    width: auto;
    height: 45px;
}
.custom-control-label.custom-label-style::before { top: 16px; }
.custom-control-label.custom-label-style::after { top: 16px; }
.wishlist-wrap .wishlist-wrap-item svg { font-size: 100px; }
.wishlist-wrap .prd-inner .prd-add-to-cart { visibility: visible !important; }
@media (max-width: 768px) {
    .wishlist-wrap .prd .addtocart { padding: 0; }
    .wishlist-wrap .prd .prd-add-to-cart { padding: 10px 5px; }
    .wishlist-wrap .prd .prd-find-store{ padding: 10px 2px; }
}
.prd .prd-inner a.addToFavoritesButton {
    position: absolute;
    z-index: 99;
    background: #fff;
    border-radius: 50%;
    height: 32px;
    right: 10px;
    top: 10px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,.3);
}
.prd .prd-inner a.addToFavoritesButton .icon-heart {
    display: none;
    color: #fff;
    stroke: #757575;
    stroke-width: 1px;
}
.prd .prd-inner a.addToFavoritesButton .icon-heart.fav-icon-color { color: #de2426; stroke-width: 0; }

.prd .prd-inner:hover a.addToFavoritesButton .icon-heart,
.prd .prd-inner a.addToFavoritesButton .icon-heart.fav-icon-color { display: block;  }

.dealer-item-cc:hover {
    border-color: #3B8BF1 !important;
}

.table-planning .custom-height { height: 200px; }
.table-planning .custom-control-label::before,
.table-planning .custom-control-label::after { display: none; }
.table-planning .custom-control-label:hover { border-color: #24C129 !important; }
.table-planning .custom-control-input:checked~.custom-control-label { outline: 2px solid #24c129; border-color: #24C129 !important; }

.recommended-products, #segHomeOzel, #segHomeTop, #segHomeFirsat, #segHome {
    min-height: 500px;
}

/* Cart Installation Checkbox Style */
#cart-installation-label {
    color: #616060;
}

#cart-installation-label::before, #cart-installation-label::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* Cart Installation Checkbox Style */
.review-image-list .review-gallery {
    display: inline-block;
    margin: 5px 10px 5px 0;
    width: 72px;
    height: 72px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.reviewImages #cboxPrevious,
.reviewImages #cboxNext,
.reviewImages #cboxSlideshow { width: auto; height: auto; text-indent: inherit; bottom: -32px; }
.reviewImages #cboxNext { left: 37px; }
.reviewImages #cboxCurrent { margin-left: 20px; }

.tab-banner .nav li {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: -1px;
}
.tab-banner .nav li + li { margin-left: 5px; }
.tab-banner .nav li:last-child {
    margin-right: 0;
}
.tab-banner .nav li a {
    display: block;
    position: initial;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
}
.primary-categories .swiper-container-gallery .wrap-info {
    width: auto;
    position: relative;
}
.primary-categories .swiper-container-gallery .wrap-info .info-text {
     z-index: 2;
     position: relative;
     padding: 48px;
 }
.primary-categories .swiper-container-gallery .embed-responsive::before {
    padding-top: 51.43% !important;
}
.primary-categories .swiper-container-gallery .wrap-info .bg-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.primary-categories .swiper-container-gallery .wrap-banner img {
    border-radius: 0 8px 8px 0;
}
.primary-categories .swiper-container-gallery .product-info {
    position: absolute;
    right: 40px;
    bottom: 20px;
    border-radius: 8px;
    background: rgba(255,255,255,0.8);
    padding: 15px;
    width: 150px;
    font-size: 12px;
    z-index: 5;
}

.primary-brands .brand-item {
    border: 1px solid #E9ECEF;
    border-radius: 4px;
    height: 106px;
    text-align: center;
    align-content: center;
}

.primary-brands img {
    max-width: 110px;
    max-height: 74px;
}

.top-campaign-banner .banner01 {
    background: #FFF;
    padding: 10px 5px 5px;
    border-radius: 8px;
    border: 1px solid #E9ECEF;
}

.top-campaign-banner .banner-body {
    height: 81px;
}

.top-campaign-banner .icon {
    width: 46px;
    padding-left: 10px;
    margin-left: auto;
}

.top-campaign-banner .icon-arrow-right-orange {
    font-size: 36px;
}

.campaign-component .product-info {
    display: flex;
    position: absolute;
    right: 5px;
    left: 5px;
    bottom: 5px;
    top: auto;
    z-index: 5;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.80);
    border-radius: 2px;
    line-height: 16px;
    color: #000000;
}

.campaign-component .border-center {
    border-left: 1px solid #DDDDDD;
}

.campaign-component .name{
    margin: 12px 0;
    padding: 0 15px;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    width: 60%;
    flex: 0 0 60%;
}

.campaign-component .price-area{
    width: 40%;
    flex: 0 0 40%;
    padding: 12px 5px;
}

.campaign-component .double-product .price-area{
    width: 50% !important;
    flex: 0 0 50% !important;
}

.campaign-component .price-old{
    text-decoration: line-through;
    font-weight: 400 !important;
    font-size: 12px !important;
}

.campaign-component .price{
    font-weight: 800 !important;
    font-size: 14px !important;
}

.campaign-component .extra-padding {
    padding: 20px 5px;
}

.primary-categories .swiper-container-gallery .info-button.active { transform: rotate(-45deg); }
.primary-categories .swiper-container-gallery .free-cargo { position: absolute; top:25px; right: 25px; }
.primary-categories .swiper-container-gallery .free-cargo .cargo-text { position: relative; z-index: 2; width: 75px; }
.primary-categories .swiper-container-gallery .free-cargo .icon-notice { position: absolute; top:0; right: 0; font-size: 75px; stroke-width: 1px; stroke: #24C129; z-index: 1; }
.primary-categories .swiper-container-gallery .product-info .discount { position: absolute; top: -20px; right: -20px; width:40px; height: 40px; text-align: center; }

.primary-categories .swiper-container-thumbs { padding: 0; margin-top: 25px; max-width: 860px; background: transparent; }
.primary-categories .swiper-container-thumbs .swiper-slide { border: 1px solid transparent; border-radius: 10px; padding: 1px; }
.primary-categories .swiper-container-thumbs .swiper-slide img { border-radius: 8px; }
.primary-categories .swiper-container-thumbs .swiper-slide.selected { border-color: #EC6E00; }

.primary-categories .swiper-container-gallery .swiper-button-prev,
.primary-categories .swiper-container-gallery .swiper-button-prev-tab,
.primary-categories .swiper-container-gallery .swiper-button-next,
.primary-categories .swiper-container-gallery .swiper-button-next-tab {
    width: auto;
    height: auto;
    margin: 0 !important;
    background: #fff !important;
    border: none;
    padding: 3px;
    top: inherit;
    bottom: -68px;
    transition: .2s;
}
.primary-categories .swiper-container-gallery .swiper-button-next {
    right: 120px !important;
    padding: 1px!important;
    background: #ec6e00 !important;
}
.primary-categories .swiper-container-gallery .swiper-button-prev {
    left: 120px !important;
    padding: 1px!important;
    background: #ec6e00 !important;
}

.primary-categories .swiper-container-gallery .swiper-button-prev:hover,
.primary-categories .swiper-container-gallery .swiper-button-next:hover { color: #fff !important; }

.primary-categories .swiper-container-gallery .swiper-button-prev-tab,
.primary-categories .swiper-container-gallery .swiper-button-next-tab {
    border: 1px solid #F2F2F2;
    border-radius: 32px;
    padding: 3px;
    color: #EC6E00;
    background: #fff !important;
    font-size: 12px;
    width: 40px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.primary-categories .swiper-container-gallery .swiper-button-prev-tab.active,
.primary-categories .swiper-container-gallery .swiper-button-next-tab.active {
    border: 1px solid #EC6E00;
    background: #fff !important;
    width: 160px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.primary-categories .swiper-container-gallery .swiper-button-prev-tab { left: 120px; }
.primary-categories .swiper-container-gallery .swiper-button-next-tab { right: 120px; text-align: right; }
.primary-categories .swiper-container-gallery .swiper-button-prev-tab.active { left: 0; bottom: -71px;}
.primary-categories .swiper-container-gallery .swiper-button-next-tab.active { right: 0; bottom: -71px;}

.primary-categories .swiper-container-gallery .swiper-button-prev-tab:hover,
.primary-categories .swiper-container-gallery .swiper-button-next-tab:hover {
    background: #EC6E00 !important;
    color: #fff;
}

.primary-categories .swiper-container-gallery .swiper-button-prev-tab span,
.primary-categories .swiper-container-gallery .swiper-button-next-tab span {
    width: 0;
    position: absolute;
    top: 12px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity .3s, visibility .3s;
}

.primary-categories .swiper-container-gallery .swiper-button-prev-tab span { text-align: right; right: 7px; }
.primary-categories .swiper-container-gallery .swiper-button-next-tab span { text-align: left; left: 7px; }

.primary-categories .swiper-container-gallery .swiper-button-prev-tab .icon-arrow5,
.primary-categories .swiper-container-gallery .swiper-button-next-tab .icon-arrow5 {
    background: #fff;
    color: #444;
    border-radius: 50%;
}
.primary-categories .swiper-container-gallery .swiper-button-prev-tab .icon-arrow5 { transform: rotate(180deg); }

.primary-categories .swiper-container-gallery .swiper-button-prev-tab.active span,
.primary-categories .swiper-container-gallery .swiper-button-next-tab.active span {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    width: 115px;
    font-weight: 500;
    text-align: center;
}

.primary-categories .swiper-container-gallery .swiper-button-prev-tab.active .icon-arrow5,
.primary-categories .swiper-container-gallery .swiper-button-next-tab.active .icon-arrow5 {
    background: #EC6E00;
    color: #fff;
}

@media only screen and (max-width: 1024px){
    .tab-banner .nav {
        flex-wrap: inherit;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .primary-categories .swiper-container-gallery .wrap-banner img {
        border-radius: 8px 8px 0 0;
    }
    .primary-categories .swiper-container-gallery .wrap-info {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .primary-categories .swiper-container-gallery .wrap-info .info-text {
        padding: 15px;
        border-radius: 0 0 8px 8px;
        min-height: 96px;
    }
    .primary-categories .swiper-container-gallery .wrap-info .info-text .info-text-wrap {
        display: inline-block;
        max-width: 85%;
    }
    .primary-categories .swiper-container-gallery .info-button {
        background: #fff;
        border-radius: 50%;
        border: 4px solid #ccc;
        position: absolute;
        left: 20px;
        bottom: 20px;
        z-index: 5;
        transform: rotate(45deg);
        transition: 0.3s all;
    }
    .primary-categories .swiper-container-gallery .info-button svg {
        width: 1.25em;
        height: 1.25em;
    }
    .primary-categories .swiper-container-gallery .product-info {
        width: 100%;
        max-width: 220px;
        left: 75px;
        bottom: 10px;
    }
    .primary-categories .swiper-container-gallery .product-info .discount {
        top: -15px;
        right: -15px;
        width: 35px;
        height: 35px;
    }
    .primary-categories .swiper-container-gallery .swiper-fraction {
        position: absolute;
        top: 8px;
        left: 18px;
        bottom: inherit;
        right: inherit;
        z-index: 5;
        font-size: 12px;
        width: auto;
        background: rgba(255,255,255,0.8);
        border-radius: 32px;
        padding: 5px 15px;
    }
    .primary-categories .swiper-container-gallery .swiper-button-prev,
    .primary-categories .swiper-container-gallery .swiper-button-prev-tab,
    .primary-categories .swiper-container-gallery .swiper-button-next,
    .primary-categories .swiper-container-gallery .swiper-button-next-tab {
        display: none !important;
    }
}

.cargos .store-info {
    width: 15px;
    height: 15px;
    line-height: 15px;
}

@media (max-width: 768px) {
    .cargos .custom-control.custom-right .custom-control-label::before,
    .cargos .custom-control.custom-right .custom-control-label::after {
        top: 50%;
        transform: translateY(-50%);
    }
    .service-icons {
        font-size: 70px !important;
    }
}

.textarea-product-comment {
    height: 82px!important;
}

.comment-upload-box {
    display: block;
    background-color: white;
    border: 1px dashed #ddd;
    padding: 15px;
}

.comment-upload-box-header {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.comment-upload-box-header-icon {
    margin-right: 15px;
}

.comment-upload-box-header-title {
    margin: auto 0;
    font-size: 16px;
}

.comment-upload-box-body {
    text-align: center;
}

.comment-upload-hidden-input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

@media (max-width: 1024px) {
    .p0-m {
        padding: 0 !important;
    }

    .comment-cancel-button {
        display: none;
        padding: 0;
    }

    .comment-submit-button {
        width: 100%;
    }
}

.threeDProductLink {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

#cancel-form-popup .prd-hrz label.error { display: block !important; margin:0; height: 20px; }
#cancel-form-popup .prd-hrz select,
#cancel-form-popup .prd-hrz textarea { margin-bottom: 20px; }
#cancel-form-popup .prd-hrz select.error,
#cancel-form-popup .prd-hrz textarea.error { margin-bottom: 0px; }
#cancel-form-popup .prd-hrz select.valid + label.error { height: 0; }
#cancel-form-popup .prd-hrz textarea.valid + label.error { height: 0; }

#cancel-form-popup .prd-hrz label.error[id^='returnAttachmentFiles'] {
    margin-top: 50px;
    margin-left: 35px;
}

.personaclick-recommend.home-selected-for-you,
.personaclick-recommend.home-best-seller,
.personaclick-recommend.home-opportunity-products,
.personaclick-recommend.wid-home-brand,
.personaclick-recommend.pdp-similar-products,
.personaclick-recommend.pdp-bought-together,
.personaclick-recommend.pdp-recently-viewed {
    min-height: 555px;
}

.personaclick-recommend.home-selected-categories {
    min-height: 345px;
}

.swogo-box .swogo-bundle {
    min-height: 325px;
}
.swogo-box .swogo-bundle-title {
    min-height: 29px;
}
.swogo-bundle.basket {
    min-height: 424px;
}

@media(max-width:768px){
    .personaclick-recommend.home-selected-for-you,
    .personaclick-recommend.home-best-seller,
    .personaclick-recommend.home-opportunity-products,
    .personaclick-recommend.pdp-similar-products,
    .personaclick-recommend.wid-home-brand,
    .personaclick-recommend.pdp-bought-together,
    .personaclick-recommend.pdp-recently-viewed {
        min-height: 450px;
    }
    .swogo-box .swogo-bundle {
        min-height: 525px;
    }
    .swogo-bundle.basket {
        min-height: 364px;
    }

}

#loadedImagesContainer {
    overflow-x: auto;
    margin-top: 10px;
}

#loadedImagesContainer img {
    max-width: 100px;
    margin-right: 10px;
}

.mp-use .mp-use-close { position: absolute; right: 0; top: 0; cursor: pointer; }

.custom-radio-mp { width: 100%; padding: 0; }
.custom-radio-mp .custom-control-label { padding: 15px 15px 15px 45px; width: 100%; }
.custom-radio-mp .custom-control-label::before,
.custom-radio-mp .custom-control-label::after { left: 15px; top: 22px; }

.phone-form-otp #otpResult-box {
    background: #ffe5e5;
    border-radius: 8px;
    padding: 10px 15px 15px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 20px;
}

.phone-form-otp #otpResult-box .icon-info {
    color: #E65A51;
}

.phone-form-otp #otpResult-box.information {
    background: #FDF7EB;
}

.phone-form-otp #otpResult-box.information .icon-info  {
    color: #F6C33C;
}

.phone-form-otp #otpResult-box .icon-close {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: #A6A8AB;
    cursor: pointer;
}

.phone-form-otp label#otpResult-error {
    display: none !important;
}


/* AFAD CSS */

.afad-badge{
    width: 274px;
    height: 43px;
    background-color: #444444;
    border-radius: 2px;
    color: #fff !important;
    padding: 12px 15px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    font-size: 16px;
}

.afad-checkout-badge{
    font-size: 11px;
    width: fit-content;
    background-color: #444;
    color: white;
    padding: 6px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.afad-checkout-warning {
    background-color: #FFF6E5;
    width: 100%;
    border: 1px solid #FE9E00;
    border-radius: 4px;
    padding: 16px;
    margin: 0px 0px 20px 0px;
}
.afad-checkout-info {
    background-color: #E7F8F0;
    width: 100%;
    border: 1px solid #25BF60;
    border-radius: 4px;
    padding: 16px;
    margin: 0px 0px 20px 0px;
}
/* AFAD CSS END */

.altCats .swiper-button-prev,
.altCats .swiper-button-next { margin-top: -60px; }
.altCats .swiper-button-prev { left: -35px; }
.altCats .swiper-button-next { right: -35px; }
.altCats .swiper-button-prev.swiper-button-disabled,
.altCats .swiper-button-next.swiper-button-disabled { display: block !important; }

.top-campaign-banner{
    min-height: 400px;
}

@media (min-width: 1400px) {
    .prd-wrapper .product-measure .variant-name {
        max-width: 80px;
    }
}

@media (min-width: 1025px) {
    #footer-menu-others {
        max-height: 125px;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #footer-menu-others::-webkit-scrollbar {
        display:none;
    }
}
#InstallmentOptions ul.nav { padding: 1px; }
#InstallmentOptions ul.nav li a.active { background-color: #EC6E00; color: #fff !important; }
#InstallmentOptions .d-table .d-table-row + .d-table-row { border-top: 1px solid #E4E7EC; }
#InstallmentOptions .d-table .d-table-row .d-table-cell + .d-table-cell { border-left: 1px solid #E4E7EC; }

.account-product-rating .tabs li:hover,
.account-product-rating .tabs li.active { color: #fff !important; border-color: #EC6E00 !important; background-color: #EC6E00 !important; }

.order-delay-alert { background: #FDF7EB; }
.order-delay-alert svg { color: #F6C33C; }

.gowit .js-gowit-banner > img { border-radius: 10px !important; }