﻿button, a {
    cursor: pointer;
}

.fade:not(.show) {
    opacity: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.fade {
    transition: opacity .15s linear;
}

.BannerMobile {
    display: none !important;
}

@media (max-width: 767px) {
    .BannerMobile {
        display: block !important;
        margin-top: 13% !important;
    }

    .BannerWindows {
        display: none !important;
    }
}

#VideoBanner {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

    #VideoBanner video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    #VideoBanner .container {
        position: relative;
        z-index: 2;
    }

    #VideoBanner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.5;
        z-index: 1;
    }

#Link ul li a {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.loading {
    font-family: Campton, Roboto, Arial;
    font-size: 12pt;
    display: none;
    z-index: 9999;
    position: fixed;
    color: #fff;
    height: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 150px;
    width: 100%
}

img#loadImage {
    width: 80px
}

element.style {
}

#cartPopup .panelPopupButtons input:last-child {
    text-transform: capitalize;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    width: 45%;
    text-align: center;
    border: none;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-orange {
    color: #fff;
    background-color: #2e3a53;
    border-color: #2e3a53;
}

    .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
        color: #fff;
        background-color: #fa990b;
        border-color: #fa990b;
    }

    .btn-orange:hover {
        color: #fff;
        background-color: #083959;
        border-color: #083959;
    }

#cartPopup .panelPopupItem .Title > a {
    font-style: normal;
    font-weight: 500;
    font-size: 12.5px;
    line-height: 15px;
    letter-spacing: 0.03em;
    color: #202020;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

#cartPopup .panelPopupItem .price .mainPrice {
    font-size: 16px;
}

/*Menu*/
nav#mainMenu > ul > li.hasSub:hover .subMenu {
    display: flex;
    position: absolute;
    z-index: 99999;
    background: #ffff;
    left: 0;
    right: 0;
    top: calc(100% - 15px);
    border-top: solid 1px #c4c4c4;
    border-bottom: solid 1px #c4c4c4;
    min-height: 150px;
    /* justify-content: center; */
    /* align-items: center; */
    /* text-align: center; */
}

.subMenu {
    display: none;
}

nav#mainMenu {
    display: flex;
    /* margin-top: 98px; */
    height: 30px;
}

    nav#mainMenu > ul > li {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        nav#mainMenu > ul > li.hasSub:after {
            width: 20px;
            height: 20px;
            background: url('../Images/arrow.svg') center center no-repeat;
            display: flex;
            content: '';
            margin-left: 11px;
            background-size: 24px;
            /*transform: rotate(90deg);*/
        }

.subMenu > .container {
    display: flex;
    align-items: center;
}

.subMenu ul.child {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .subMenu ul.child li.child > a {
        width: 100%;
        display: flex;
        font-weight: 600;
        color: #083959;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .subMenu ul.child li.child ul li a {
        font-weight: 400;
        font-size: 12px;
        color: #083959;
        margin: 5px 0px;
        display: flex;
        float: left;
        width: 100%;
    }

    .subMenu ul.child li.child ul li {
        min-width: 140px;
    }

.subMenu .InnerSingleImage {
    width: 10%;
}

    .subMenu .InnerSingleImage a {
        padding: 10px;
        box-sizing: border-box;
        display: flex;
    }

.MiddleBanner {
    padding: 10px;
    box-sizing: border-box;
}

ul.product-price.discounted-price.col-12 {
    display: flex;
}

.cssCampaignBigCamp {
    width: 150px;
    border: solid 2px #f27a1a;
    margin-top: 0%;
    border-radius: 100px;
    float: right;
    /* height: 21px; */
    margin-left: 10px;
    background: #f27a1a;
}

.cssDiscountNameTag {
    color: #f27a1a;
    font-size: 18px;
    left: 5px;
    position: relative;
}

.cssDiscountNameBig {
    font-size: 11px;
    top: -2px;
    left: 5px;
    position: relative;
    color: #898685;
}

.cssCampaignBigCamp .cssDiscountNameTag, .cssCampaignBigCamp .cssDiscountNameBig {
    color: #fff !important;
}
/*RecentlyView*/

div#block-recently-viewed-products {
    border-top: solid 1px #dfdfdf;
    margin: 15px 0;
    padding: 5px 0 5px 0;
}

h2.h5.d-block {
    font-size: 14px;
}

.list.viewBox {
    margin: 15px 0;
}

.block-recently-viewed-products li {
    overflow: auto;
}

.list.viewBox li {
    list-style-type: none;
    font-size: 14px;
}

.flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
}

.list.viewBox li a, div#category-navigation li a {
    position: relative;
    color: #888;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    padding-left: 5px;
    margin-bottom: 10px;
}

.list.viewBox li > img {
    width: 100%;
}

div#category-navigation .h5, h5 {
    font-size: 1.25rem;
}

div#category-navigation ul.list {
    padding: 0;
}

div#category-navigation li {
    list-style-type: none;
    font-size: 14px;
}

.viewBox ul.sublist {
    padding-left: 15px;
}

div#category-navigation li.active.last > a {
    color: #000;
    font-weight: 600;
}

span.out-of-stock {
    background: #0d1b2bbf;
    width: 100% !important;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(60% - 55px);
    /* left: 16%; */
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 14px;
}


.whatsappOrder {
    float: left;
    background: #25d465;
    padding: 0 21px;
    line-height: 31px;
    color: #fff !important;
    border-radius: 3px;
}

    .whatsappOrder:hover {
        background: #13b950;
        color: #fff !important;
    }

span.at-label {
    display: none;
}

.at-icon-wrapper.at-share-btn {
    border-radius: 20px !important;
}

.sizeChart {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

    .sizeChart.active {
        display: flex;
    }

    .sizeChart .sizeChartOverlay {
        background: #0000004a;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 5;
    }

    .sizeChart .sizeChartContent h5 {
        margin: 0;
    }

    .sizeChart .sizeChartContent {
        background: #fff;
        width: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 6;
        flex-direction: column;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
    }

.sizeChartContent .collapse .card-body {
    padding: 2%;
}

.accordion h2.mb-0 {
    background: #000;
    height: 50px;
}

accordion .card-header button.btn.btn-link {
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.accordion > .card {
    margin-bottom: -5%;
}

div#accordionExample {
    width: 100%;
}

.accordion .card-header button.btn.btn-link {
    color: #fff;
    margin-top: 8px;
}

#ModalAddToCart.show {
    display: flex !important;
    justify-content: center;
}

#ModalAddToCart {
    transition: unset;
    z-index: 999999999;
}



    #ModalAddToCart.show {
        display: flex !important;
        justify-content: center;
    }

#ModalAddToCart {
    transition: unset;
    z-index: 999999999;
}

    #ModalAddToCart .modal-dialog {
        min-width: 580px;
    }



    #ModalAddToCart .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
        height: 14px;
    }

    #ModalAddToCart .bg-info {
        background-color: #ee8c3d !important;
    }

.modal-header h5.text-center.text-white.w-100.mb-0, .modal-border .mb-02 {
    font-size: 15px;
}

.text-white {
    color: #fff !important;
}



button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.text-center {
    text-align: center;
}

.modal-body a.text-center {
    color: #000;
}

#ModalAddToCart .btn {
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
}

button.btn.ContinueCart.justify-content-center {
    float: left;
    background: #2e3a53;
    padding: 0 21px;
    line-height: 31px;
    color: #fff !important;
    border-radius: 3px;
    outline: none;
    border: none;
    width: 150px;
}

    button.btn.ContinueCart.justify-content-center:hover {
        background: #475167;
        color: #fff !important;
    }

button.btn.GoToCart.justify-content-center {
    float: left;
    background: #f27a1a;
    padding: 0 21px;
    line-height: 31px;
    color: #fff !important;
    border-radius: 3px;
    outline: none;
    border: none;
    width: 150px;
}

    button.btn.GoToCart.justify-content-center:hover {
        background: #ea6f0d;
    }

#ModalAddToCart .modal-body {
    padding: 0.5rem;
    font-size: 13px;
}

.form-group h4.w-100.mb-0 {
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 0;
}

h4.modal-title.text-center {
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    #ModalAddToCart .modal-dialog {
        max-width: 100%;
        min-width: unset;
    }

    #ModalAddToCart img.img-fluid {
        display: none;
    }

    .text-center > .form-group.justify-content-center {
        display: none;
    }
}

.filterMainTitle img {
    margin-right: 5px;
    max-height: 15px;
}

.advanced-search-results .rating-box::before,
.advanced-search-results .rating-box .rating:before {
    font-size: 18px;
}

.advanced-search-results .ratings {
    flex-wrap: wrap;
    height: auto;
}

.modal-content .product-box .ratings {
    display: none;
}

.product-box.grid-box .prices-rating {
    text-align: center;
    line-height: 1;
    overflow: hidden;
}

.product-box.grid-box:hover .ratings {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product-box .ratings {
    font-size: 20px;
    height: 22px;
    backface-visibility: hidden;
    text-align: center;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.product-box.list-box .ratings {
    justify-content: flex-start;
}

.prod-list .product-rating-box.list-group {
    padding-bottom: 0;
}

.ratings {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 22px;
    font-size: 22px;
    backface-visibility: hidden;
    text-align: center;
}

.rating-box {
    display: flex;
    justify-content: flex-start;
    position: relative;
    height: 22px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

    .rating-box::before {
        content: "\2605\2605\2605\2605\2605";
        height: 22px;
        color: #c3c5c9;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 22px;
    }

    .rating-box .rating {
        position: absolute;
        left: 0;
        top: 0;
        height: 22px;
        overflow: hidden;
    }

        .rating-box .rating:before {
            content: "\2605\2605\2605\2605\2605";
            height: 22px;
            color: #ff6c2f;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: nowrap;
            font-size: 22px;
            position: absolute;
            left: 0;
        }

.review-count {
    color: #ff6c2f;
}

.rating-options .custom-control-label {
    color: #ff6c2f;
    font-size: 30px;
    cursor: pointer;
}

    .rating-options .custom-control-label::after {
        display: none;
    }

    .rating-options .custom-control-label::before {
        display: none;
    }

.rating-options .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: unset;
}

.rating-options .custom-control-label::before {
    background-color: transparent !important;
}

.vote.up {
    margin-top: 24px;
}

.product-review-helpfulness,
.vendor-review-helpfulness .result {
    position: absolute;
    bottom: 0;
    right: 25px;
}

.product-box.grid-box .ratings {
    justify-content: flex-start;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1) {
    .rating-box .rating:before,
    .rating-box::before,
    .ratings {
        font-size: 18px;
        height: 18px;
    }

    .rating-box .rating,
    .rating-box {
        height: 18px;
    }

    .product-box .ratings {
        margin: 5px 0 0 0;
    }

    .product-box.grid-box .title {
        order: 0;
    }

    .product-box.grid-box .ratings {
        order: 2;
    }

    .product-box.grid-box .prices-rating {
        order: 3;
    }
}

/*New Css*/


#Logo img.img-fluid {
    max-width: 180px;
}

#divSeperator {
    border-bottom: solid 1px #747272;
}

.BannerWindows {
    margin-top: 8%;
}

div#Katalog {
    padding: 130px 0px;
}

form#product-details-form {
    padding: 160px 0px;
}

#product-detail li.slick-slide {
    cursor: pointer;
}
#ProductTabs {
    margin: 50px 0;
}
#T1 {
    border-top-left-radius: 0 !important;
}

#T3 {
    /* border-top-right-radius: 0 !important;*/
    height: auto !important
}
div#ProductTabs .Content > ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 8px;
}

    div#ProductTabs .Content > ul > li a {
        border: none;
        background: 0 0;
        padding: 0 0 5px;
        margin: 0;
        height: auto;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        color: #7d7d7d;
    }

    div#ProductTabs .Content > ul > li.ui-state-active a {
        border-bottom: 1px solid #e41a28;
        color: #e41a28;
        font-weight: 700;
    }

#ProductTabs .ui-tabs-panel {
    border: none;
    
    background: rgba(245, 245, 245, 0.5);
    border-radius: 0;
    column-gap: 80px;
    min-height: 350px;
}
.productDetailDesc,.Desc {
    padding: 40px;
}
.col.col-2.L {
    font-weight: 600;
}
@media screen and (max-width: 768px) {
	 div#ProductTabs .Content > ul > li a {
        font-size: 13px;
    }
	.col.col-2.L {
    width: 40%;
}

.fl.col-12.rowItem {
    display: flex;
}
}
#specification-filter-section > div > div.filter-section.s-663a4162a61ef0603a21d521,#specification-filter-section > div > div.filter-section.s-662a521e4761bb067de7c644 {
    display: none;
}
