@font-face {
    font-family: 'AmsiProNarw';
    src: url('../../fonts/AmsiProNarw-Regular.woff2') format('woff2'),
        url('../../fonts/AmsiProNarw-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
    color: #1f1f1f;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: 'AmsiProNarw','Roboto', sans-serif;
}

.sizeChartContent .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.sizeChartContent .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.sizeChartContent .ui-corner-all, .sizeChartContent .ui-corner-top, .sizeChartContent .ui-corner-right, .sizeChartContent .ui-corner-tr {
    border-top-right-radius: 3px;
}

.sizeChartContent .ui-corner-all, .sizeChartContent .ui-corner-top, .sizeChartContent .ui-corner-left, .sizeChartContent .ui-corner-tl {
    border-top-left-radius: 3px;
}

.sizeChartContent .ui-state-active, .sizeChartContent .ui-widget-content .ui-state-active, .sizeChartContent .ui-widget-header .ui-state-active, .sizeChartContent a.ui-button:active, .sizeChartContent .ui-button:active, .sizeChartContent .ui-button.ui-state-active:hover {
    border: 1px solid #000;
    background: #000;
    font-weight: normal;
    color: #ffffff;
}

.sizeChartContent .ui-widget {
    font-family: 'AmsiProNarw',Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.sizeChartContent .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
    width: 100%;
}

.sizeChartContent .ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(../Images/ui-icons_ffffff_256x240.png);
}

.sizeChartContent .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.sizeChartContent .ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../Images/ui-icons_444444_256x240.png);
}

.sizeChartContent .ui-icon {
    width: 16px;
    height: 16px;
}

.sizeChartContent .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.sizeChartContent .ui-accordion .ui-accordion-content {
    padding: 0;
    border-top: 0;
    overflow: auto;
}

.sizeChartContent .ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

div#accordionSizeChart {
    width: 100%;
}


.paymentInnerCoupon {
    padding: 2%;
}

#headerTop {
    text-align: center;
    background-color: #522b1c;
    transition: all .4s;
    height: 35px;
    color: #fffefe;
    display: flex;
    align-items: center;
    justify-content: center;
}

#headerMiddle {
    padding: 15px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #929292;
}

    #headerMiddle .container {
        display: flex;
        align-items: center;
    }

nav#mainMenu > ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 1%;
}

    nav#mainMenu > ul > li > a {
        color: #522b1c;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
    }
 nav#mainMenu > ul > li > div {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
    }
  nav#mainMenu > ul > li > div > ul > li > a {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 12px;
        color: #000;
    }

a.userlink-login {
    text-transform: capitalize;
}

    a.userlink-login > i {
        padding-right: 5px;
    }

#UserSection {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

    #UserSection > a, #UserSection > div {
        width: 32px;
        font-size: 20px;
        color: #000;
        position: relative;
        margin-left: 50px;
        cursor: pointer;
        margin-right: 10px;
    }

    #UserSection a > span {
        border-radius: 100%;
        background: #522b1c;
        color: #ffffff;
        font-size: 9px;
        font-weight: 300;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 0;
        top: -5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

div#userBox {
    width: 150px;
    position: absolute;
    z-index: 999;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 30%);
    border: 1px solid #e2e6eb;
    border-radius: 3px;
    display: none;
}

    div#userBox.active {
        display: block;
    }

    div#userBox .dropdown-header .title {
        padding: 0 15px;
        color: #212121;
        font-weight: 600;
        border-bottom: 1px solid #e2e6eb;
        width: 100%;
        box-sizing: border-box;
        font-size: 13px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    div#userBox .dropdown-menu-contents {
        padding: 10px;
        box-sizing: border-box;
    }

        div#userBox .dropdown-menu-contents a {
            display: flex;
            width: 100%;
            font-size: 13px;
            margin: 5px 0;
            padding: 5px 0;
            border-bottom: 1px solid #e2e6eb;
            color: #000;
            transition: all .4s;
        }

            div#userBox .dropdown-menu-contents a:hover {
                padding-left: 15px;
            }



section#Hero {
    padding-bottom: 50px;
}

    section#Hero ul.slick-dots li {
        padding: 0;
        margin: 5px;
        display: flex;
        align-items: center;
    }

        section#Hero ul.slick-dots li button {
            width: 12px;
            height: 13px;
            font-size: 0;
            margin: 0;
            padding: 0;
            border-radius: 100%;
            outline: none;
            border: solid 1px #000;
            background: transparent;
            cursor: pointer;
            transition: all .4s;
        }

        section#Hero ul.slick-dots li.slick-active button {
            width: 30px;
            border-radius: 30px;
            background: #000;
            transition: all .4s;
        }

    section#Hero .Item img {
        width: 100%;
    }


section#Banner {
    margin: 25px 0;
}

    section#Banner .Content img {
        width: 100%;
    }

    section#Banner .Content a {
        margin: 10px 0;
    }

footer#MainFooter {
    padding: 45px 0 0 0;
    border-top: solid .1px #ddd;
}

    footer#MainFooter #Top {
        display: flex;
        align-items: center;
    }

        footer#MainFooter #Top .Title {
            width: 100%;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        footer#MainFooter #Top div#NewsLetter input {
            width: calc(100% - 55px);
            height: 40px;
            border: 1px solid #ddd;
            margin-right: 5px;
            padding: 5px 10px;
            box-sizing: border-box;
            float: left;
        }

        footer#MainFooter #Top div#NewsLetter button {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            /* float: right; */
            background: transparent;
            border: solid 1px #dddddd;
        }

        footer#MainFooter #Top div#NewsLetter {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            padding: 0 40px;
            box-sizing: border-box;
        }

div#Social ul {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}


    div#Social ul li a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
    }

#Copyright {
    font-size: 12px;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-top: solid 1px #dddddd;
}

    #Copyright .Second {
        display: flex;
        justify-content: right;
    }

    #Copyright .Third a {
        color: #28a745;
    }

#Link {
    margin: 50px 0;
    float: left;
    width: 100%;
}

    #Link h5 {
        font-size: 12px;
        color: #000;
        font-weight: 700;
        font-style: normal;
        border-bottom: solid 1px #dddddd;
        margin: 5px 0 10px 0;
        padding: 10px 0;
        -webkit-appearance: none;
    }

    #Link ul li a {
        display: flex;
        width: 100%;
        margin-bottom: 5px;
        font-size: 14px;
        color: #666;
        font-weight: 400;
    }

#Navigation {
    margin: 15px 0;
}

    #Navigation ol.breadcrumb {
        display: flex;
        align-items: center;
    }

    #Navigation nav {
        padding: 0;
    }

    #Navigation ol.breadcrumb li {
        margin-right: 20px;
        padding-right: 20px;
        font-size: 14px;
        color: #522b1c;
    }

        #Navigation ol.breadcrumb li a {
            display: flex;
            position: relative;
            color: #000000;
        }

            #Navigation ol.breadcrumb li a::After {
                width: 20px;
                height: 20px;
                content: '';
                position: absolute;
                right: -30px;
                top: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                background: url('../Images/arrow-right.png') center center no-repeat;
            }

        #Navigation ol.breadcrumb li:last-child a::After {
            display: none;
        }

        #Navigation ol.breadcrumb li:last-child a {
            color: #b4b4b4;
        }

#productSection .CategoryTop {
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(181, 194, 207, 0.5);
    border-radius: 6px;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

    #productSection .CategoryTop .Action {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        #productSection .CategoryTop .Action > ul {
            display: flex;
        }

        #productSection .CategoryTop .Action select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            display: flex;
            padding: 5px 15px;
            font-size: 14px;
            line-height: 1.75;
            color: #000;
            border: 1px solid #dfdfdf;
            cursor: pointer;
            height: 40px;
            max-width: 200px;
            border-radius: 3px;
            background: url(../Images/arrow.svg) calc(100% - 20px) center no-repeat;
        }

select.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    height: 39px;
    /* max-width: 200px; */
    border-radius: 3px;
    background: url(../Images/arrow.svg) calc(100% - 20px) center no-repeat;
}

button#FilterButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    height: 40px;
    max-width: 200px;
    border-radius: 3px;
}

select.custom-select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    height: 39px;
    border-radius: 3px;
    margin-top: 5px;
}


.zipcode.form-control {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    height: 40px;
    border-radius: 3px;
    margin-top: 5px;
}

select#item_ReturnRequestReasonId {
    width: calc(100% - 20px);
    font-size: 12px;
}

#productSection .CategoryTop span.CateName {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #464646;
    border-right: solid 2px #000;
    padding-right: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}

#productSection .CategoryTop span.CateOunt {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.07em;
    color: #8f9fb0;
}

#productSection .CategoryTop .Action > ul li {
    padding: 5px;
    box-sizing: border-box;
    margin-left: 10px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid rgba(181, 194, 207, 0.5);
    cursor: pointer;
    transition: all .4s;
    color: #522b1c;
}

    #productSection .CategoryTop .Action > ul li.active, #productSection .CategoryTop .Action > ul li:hover {
        background: #522b1c;
        color: #fff;
        border-color: #522b1c;
        transition: all .4s;
    }
.product-grid > .form-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.productItem {
    margin-bottom: 20px;
}

    .productItem .productItemBottom {
        padding: 5px 0;
    }

        .productItem .productItemBottom .productItemDetail {
            display: flex;
            align-items: flex-start;
            margin-bottom: 0px;
        }

            .productItem .productItemBottom .productItemDetail .productName {
                color: #522b1c;
                font-size: 14px;
                font-weight: 600;
                width: calc(100% - 60px);
            }

            .productItem .productItemBottom .productItemDetail > button {
                height: 30px;
                padding: 0;
                width: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
                border: none;
                outline: none;
                cursor: pointer;
                transition: all .4s;
            }

                .productItem .productItemBottom .productItemDetail > button:hover {
                    background: #f87d29;
                    color: #fff;
                }

        .productItem .productItemBottom .priceSection {
            display: flex;
            /* align-items: center; */
            min-height: 44px;
            justify-content: center;
            width: 80px;
            flex-direction: column;
        }

            .productItem .productItemBottom .priceSection .productPrice {
                display: flex;
                flex-direction: column;
            }

                .productItem .productItemBottom .priceSection .productPrice .newPrice {
                    font-size: 15px;
                    font-weight: 500;
                    color: #000000;
                    /* display: flex; */
                    width: 100%;
                    text-align: right;
                }

                    .productItem .productItemBottom .priceSection .productPrice .newPrice.active {
                        /* justify-content: flex-start; */
                    }

                    .productItem .productItemBottom .priceSection .productPrice .newPrice.active {
                        color: #f87d29;
                        font-weight: 600;
                    }

                .productItem .productItemBottom .priceSection .productPrice .oldPrice {
                    text-decoration: line-through;
                    font-size: 14px;
                    font-weight: 400;
                    color: #898685;
                    text-align: right;
                    width: 100%;
                }

#Katalog .productItem .campaignSection, .alsoProduct .productItem .campaignSection, .relatedProduct .productItem .campaignSection, .crossCellProduct .productItem .campaignSection {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

    #Katalog .productItem .campaignSection > span, .alsoProduct .productItem .campaignSection > span, .relatedProduct .productItem .campaignSection > span, .crossCellProduct .productItem .campaignSection > span {
        width: 120px;
        text-align: center;
        border: solid 1px #f87d29;
        padding: 5px;
        font-size: 15px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #Katalog .productItem .campaignSection > span.campaignName, .alsoProduct .productItem .campaignSection > span.campaignName, .relatedProduct .productItem .campaignSection > span.campaignName, .crossCellProduct .productItem .campaignSection > span.campaignName {
            font-size: 11px;
            border-radius: 10px 10px 0 0;
            border-bottom: none;
            padding-bottom: 0
        }

        #Katalog .productItem .campaignSection > span.campaignPrice, .alsoProduct .productItem .campaignSection > span.campaignPrice, .relatedProduct .productItem .campaignSection > span.campaignPrice, .crossCellProduct .productItem .campaignSection > span.campaignPrice {
            border-radius: 0 0 10px 10px;
            border-top: none;
            color: #f87d29;
            padding-top: 0;
            font-weight: 600;
        }

#Katalog .image-wrapper:hover .stImage {
    display: none
}

#Katalog .image-wrapper:hover .ndImage {
    display: flex !important
}




button#fastLook {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    position: absolute;
    bottom: -100%;
    transition: all .2s;
    cursor: pointer;
    display: none;
}

    button#fastLook i {
        margin-right: 10px;
    }

.productItem .productInner .productItemTop {
    position: relative;
    overflow: hidden;
}

    .productItem .productInner .productItemTop:hover
    button#fastLook {
        bottom: 0;
    }


#productLeft > .row {
    position: relative;
}

#productLeft ul#thumbImage {
    width: 100px;
    position: absolute;
    left: 0;
    z-index: 10;
    padding: 20px 0 20px 20px;
}

ul#productImage {
    position: relative;
}

    ul#productImage .slick-arrow {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        background: #676161;
        z-index: 5;
        border: none;
        font-size: 0;
        outline: none;
        top: 0;
        cursor: pointer;
        border: 1px solid #dee2e6;
        border-radius: 100%;
        margin-top: 10px;
    }

        ul#productImage .slick-arrow.slick-prev {
            right: 70px;
            background: url('../Images/arrow_left.svg') center center no-repeat;
            background-size: 20px;
        }

        ul#productImage .slick-arrow.slick-next {
            background: url('../Images/arrow_right.svg') center center no-repeat;
            background-size: 20px;
            right: 10px;
        }

ul#thumbImage li {
    opacity: .3;
    border: solid 1px gray;
    margin-bottom: 5px;
    cursor: pointer;
}

    ul#thumbImage li.slick-current {
        border-color: #000;
        opacity: 1;
    }

#productRight {
    box-sizing: border-box;
}

    #productRight .ProductInfo {
        border-bottom: 1px solid #dee2e6;
    }

        #productRight .ProductInfo h1#productName {
            font-weight: 300;
            margin: 0 0 15px 0;
            font-size: 22px;
        }

        #productRight .ProductInfo #SKU {
            font-size: 14px;
            margin-bottom: 10px;
        }

            #productRight .ProductInfo #SKU span.value {
                font-style: italic;
                font-weight: 500;
            }

    #productRight .ProductPrice {
        display: flex;
        padding: 15px 0;
        border-bottom: 1px solid #dee2e6;
    }

        #productRight .ProductPrice .priceInner {
            display: flex;
            /* flex-direction: column-reverse; */
            align-items: center;
            margin-right: 10px;
        }

        #productRight .ProductPrice .oldPrice {
            text-decoration: line-through;
            font-size: 17px;
            font-weight: 500;
            color: #522b1c;
            min-width: 150px;
        }

        #productRight .ProductPrice .newPrice {
            font-size: 18px;
            font-weight: 600;
            color: #f87d29;
            justify-content: center;
            /* display: flex; */
            min-width: 150px;
        }

    #productRight .campaignInner {
        display: flex;
    }

        #productRight .campaignInner > span {
            text-align: center;
            padding: 10px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
			width: 90px;
            height: 50px;
        }

            #productRight .campaignInner > span.campaignName {
                font-size: 11px;
                border: solid 1px #f87d29;
                border-radius: 20px 0 0 20px;
                color: #f87d29;
            }

            #productRight .campaignInner > span.campaignPrice {
                color: #ffffff;
                font-weight: 600;
                background: #f87d29;
                border-radius: 0 20px 20px 0;
				font-size: 13px;
            }

    #productRight .ProductRelated, .SizeSecion, .CartWrapper {
        padding: 15px 0;
        border-bottom: 1px solid #dee2e6;
    }

    #productRight .VariantTitle {
        color: #000;
        font-size: 15px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #productRight .ProductRelated ul#otherColor {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        #productRight .ProductRelated ul#otherColor li {
            min-height: 97.5px;
            min-width: 75px;
            margin-right: 10px;
        }

            #productRight .ProductRelated ul#otherColor li a {
                transform: scale(1);
                transition: all .4s;
            }

                #productRight .ProductRelated ul#otherColor li a:hover {
                    transform: scale(1.1);
                }

    #productRight .VariantTitle a {
        font-style: italic;
        font-size: 12px;
        color: #898685;
    }

    #productRight .SizeSecion div#sizeList, #divNoSelectSize div#sizeList {
        display: flex;
        align-items: center;
    }

        #productRight .SizeSecion div#sizeList div.Item, #divNoSelectSize div#sizeList div.Item {
            margin-right: 10px;
            border: solid 1px #898685;
            min-width: 60px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px;
            box-sizing: border-box;
            color: #898685;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

            #productRight .SizeSecion div#sizeList div.Item.active, #divNoSelectSize div#sizeList div.Item.active {
                background: #000;
                color: #fff;
                border-color: #000;
            }

            #productRight .SizeSecion div#sizeList div.Item.Passive::after, #divNoSelectSize div#sizeList div.Item.Passive::after {
                width: 180%;
                position: absolute;
                left: -20px;
                height: 2px;
                background: #090909;
                content: '';
                transform: rotate( 0deg );
                top: 19px;
            }

span.custom-control-description.aspNetDisabled {
    color: #dddcdc;
    user-select: none;
    cursor: not-allowed !important;
}

#productRight .SizeSecion div#sizeList div.Item.Passive, #divNoSelectSize div#sizeList div.Item.Passive {
    user-select: none;
    cursor: not-allowed !important;
}

.q-slideInDown.q-bottom-sheet-overlay {
    transition: background-color 200ms linear;
}

#divNoSelectSize div#sizeList {
    overflow: hidden;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 1rem;
    padding: 10px;
    color: #212529;
}

.q-slideInDown.q-bottom-sheet-enter-done {
    background-color: rgba(0,0,0,.5);
}

.q-bottom-sheet-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.q-slideInDown .q-bottom-sheet-main {
    transition: transform 200ms ease-out;
}

.bottom-sheet {
    border-radius: 10px 10px 0 0;
}

.q-bottom-sheet-main {
    position: fixed;
    background-color: #fff;
    display: block;
    bottom: 0;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    z-index: 1022;
    overflow-y: scroll;
    max-height: 100vh;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.size-product {
    display: flex;
    flex-direction: row;
    padding: 15px;
    background-color: #fff;
    font-size: 14px;
    line-height: 18px;
    flex: none;
    justify-content: space-between;
}

.size-product__image {
    width: 20%;
}

    .size-product__image img {
        border-radius: 3px;
        width: 100%;
        height: auto;
    }

.size-product__info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 65%;
    position: relative;
}

.size-product__info--brand {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.size-product__info--name {
    color: #666;
    font-size: 14px;
    text-align: left;
}

.size-product__info--price {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

size-product__info--price > .prices.d-flex.justify-content-center.align-items-start.row.px-3.flex-column {
    padding-left: 0 !important;
}


.SizeAlert {
    display: none;
}

.size-product__info--warning {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #c71f1e;
    margin-top: 10px;
}

.size-product__close i {
    font-size: 18px;
    color: #999;
}

.size__button {
    margin: 0 15px 20px 15px;
}

.q-button.q-button-medium {
    height: 44px;
    font-size: 16px;
}

.q-button.q-primary {
    background-color: #f87d29;
    color: #fff;
    border: 1px solid #f87d29;
}

.q-button.q-fluid {
    width: 100%;
}

.q-button:hover {
    text-decoration: none;
}

.CartWrapper {
    display: flex;
    justify-content: space-between;
}

    .CartWrapper .qtyBox button {
        height: 40px;
        width: 25px;
        background: transparent;
        font-size: 21px;
        font-weight: 300;
        box-sizing: border-box;
        color: #dee2e6;
        cursor: pointer;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .CartWrapper .qtyBox button#btnincrease {
            border-left: solid 1px #dee2e6;
            border-right: none;
            border-top: none;
            border-bottom: none;
        }

        .CartWrapper .qtyBox button#btndecrease {
            border-right: solid 1px #dee2e6;
            border-left: none;
            border-top: none;
            border-bottom: none;
        }

    .CartWrapper .qtyBox input.qty-input {
        width: 50px;
        background: white;
        border: none;
        height: 40px;
        outline: none;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .CartWrapper .qtyBox input::-webkit-inner-spin-button, .CartWrapper .qtyBox button::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .CartWrapper .qtyBox {
        display: flex;
        align-items: center;
        border: solid 1px #dee2e6;
        border-radius: 5px;
        height: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }



        .CartWrapper .qtyBox button:hover {
            color: #000;
        }

    .CartWrapper .addCartBtn button {
        height: 41px;
        background: #522b1c;
        border: none;
        color: #fff;
        border-radius: 6px;
        font-weight: 500;
        font-size: 16px;
        outline: none;
    }

input, button {
    outline: none;
}

.CartWrapper button.add2Fav {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: none;
    outline: none;
    font-size: 20px;
}

.CartWrapper .addCartBtn {
    width: calc(100% - 200px);
}

.ProductAccordion {
    margin-top: 20px;
    border: solid 1px #dee2e6;
    box-sizing: border-box;
    border-radius: 3px;
}

    .ProductAccordion h3 {
        margin: 0;
        border-bottom: solid 1px #dee2e6;
        padding: 10px;
        box-sizing: border-box;
        font-size: 15px;
        color: #522b1c;
    }

    .ProductAccordion .Content {
        padding: 10px 20px;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 1.3;
    }

#product-detail {
    margin-bottom: 50px;
}

.ProductAccordion .Content .rowItem {
    border-top: solid 1px black;
    display: flex;
    align-items: center;
}

    .ProductAccordion .Content .rowItem .L {
        font-weight: 600;
        background: #dee2e6;
        padding: 10px;
    }

.ProductAccordion .Content p + .rowItem {
    border: none;
    margin-top: 20px;
}

.ProductAccordion .Content p {
    margin: 2px 0;
}


#loginBox {
    max-width: 500px;
    float: left;
    margin: 170px calc(50% - 250px);
    text-align: center;
}

    #loginBox .Content {
        background: #f8f9fa;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 6px;
        border: solid 1px #9292923d;
    }

        #loginBox .Content .Title {
            border-bottom: 1px solid rgba(0,0,0,.15);
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            font-weight: 700;
            font-size: 20px;
        }

        #loginBox .Content .form-group {
            margin: 7px 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            #loginBox .Content .form-group label {
                width: 100px;
                margin-bottom: 5px;
            }

    #loginBox .accept-privacy-policy label {
        width: 100% !important;
        margin-bottom: 5px;
    }

    #loginBox .Content .form-group input, .page.password-recovery-page input[type="email"] {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        box-sizing: border-box;
    }



    #loginBox .registerSection {
        margin: 20px 0;
    }

        #loginBox .registerSection a {
            font-weight: 600;
            color: #000;
        }

    #loginBox ul#socialLogin {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 17px 0;
    }

        #loginBox ul#socialLogin li a.fbLogin {
            background-color: #5277bf;
            height: 40px;
            border-radius: 3px;
            width: 240px;
            display: flex;
            align-items: center;
            font-size: 12px;
            color: #fff;
            overflow: hidden;
        }

            #loginBox ul#socialLogin li a.fbLogin span {
                height: 40px;
                width: 40px;
                background: #4062a4;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 10px;
            }

        #loginBox ul#socialLogin li a.ggLogin {
            background-color: #d43d2d;
            height: 40px;
            border-radius: 3px;
            width: 240px;
            display: flex;
            align-items: center;
            font-size: 12px;
            color: #fff;
            overflow: hidden;
        }

            #loginBox ul#socialLogin li a.ggLogin span {
                height: 40px;
                width: 40px;
                background: #c3392a;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 10px;
            }

button#LoginBtn,.password-recovery-button {
    background-color: #51cd4d;
    border-color: #51cd4d;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
    cursor: pointer;
}

button#register-button {
    background-color: #51cd4d;
    border-color: #51cd4d;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
}

#loginBox.Register .Content .form-group {
    flex-direction: column;
}

    #loginBox.Register .Content .form-group.col-12 {
        align-items: flex-start;
    }

        #loginBox.Register .Content .form-group.col-12 label {
            text-align: left;
        }

    #loginBox.Register .Content .form-group.Register {
        justify-content: center;
        align-items: center;
    }

#customerAccount .customerNavigation ul li {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    #customerAccount .customerNavigation ul li a {
        background-color: #fff;
        color: #888;
        border: 2px solid #efefef;
        border-radius: .25rem;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0 15px 0 15px;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 400;
    }

        #customerAccount .customerNavigation ul li a.active, #customerAccount .customerNavigation ul li a:hover {
            color: #000;
            border-color: #000;
            font-weight: 600;
        }

            #customerAccount .customerNavigation ul li a.active i {
                font-size: 30px;
            }

#customerAccount .customerNavigation ul li {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    #customerAccount .customerNavigation ul li a {
        background-color: #fff;
        color: #888;
        border: 2px solid #efefef;
        border-radius: .25rem;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0 15px 0 15px;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 400;
        transition: all .4s;
    }

        #customerAccount .customerNavigation ul li a.active, #customerAccount .customerNavigation ul li a:hover {
            color: #000;
            border-color: #000;
            font-weight: 600;
        }

        #customerAccount .customerNavigation ul li a i,
        #customerAccount .customerNavigation ul li a i {
            transition: all .4s;
        }

        #customerAccount .customerNavigation ul li a.active i,
        #customerAccount .customerNavigation ul li a:hover i {
            font-size: 30px;
            transition: all .4s;
        }

#customerAccount {
    margin: 100px 0;
}

    #customerAccount h5 {
        font-size: 20px;
        border-bottom: solid 1px #dddddd;
        margin: 20px 0;
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        min-height: 60px;
        align-items: center;
    }

    #customerAccount .customerNavigation {
        padding-right: 30px;
    }

    #customerAccount .customerContent input,input[type="text"] {
        height: 35px;
        padding: 5px;
        padding-left: 10px;
        display: flex;
        align-items: center;
        margin-top: 5px;
        border-radius: 3px;
        border: solid 1px #ddd;
        box-sizing: border-box;
    }

    #customerAccount .customerContent textarea, #FormPage form textarea,textarea {
        height: 60px;
        padding: 5px;
        padding-left: 10px;
        display: flex;
        align-items: center;
        margin-top: 5px;
        border-radius: 3px;
        border: solid 1px #ddd;
        box-sizing: border-box;
    }

#NewAddressModal .customerContent input, .SearchList .Content input, #FormPage form input {
    height: 35px;
    display: flex;
    align-items: center;
    margin-top: 5px;
    border-radius: 3px;
    border: solid 1px #ddd;
}

#customerAccount .customerContent label, .SearchList .Content label, #FormPage form label {
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
}

    #customerAccount .customerContent label span {
        color: red;
        font-size: 11px;
    }

.address-edit-page input.save-address-button, #save-info-button {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d;
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

.write-product-review-button, .submit-return-request-button, input.contact-us-button {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d;
    width: 130px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

.card.mb-3 {
    margin-bottom: 2%;
}

#customerAccount h5 a.addAddress, #customerAccount h5 button.add-address-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border: none;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

    #customerAccount h5 a.addAddress i {
        margin-right: 10px;
    }

#customerAccount .Panel .addressRow {
    margin: 0 0 15px 0;
    padding: 15px;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    min-height: 350px;
}

    #customerAccount .Panel .addressRow .Title {
        text-align: center;
        padding: .75rem 0;
        border-bottom: 1px solid rgba(0,0,0,.15);
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
    }

    #customerAccount .Panel .addressRow .addressButton {
        margin-top: 20px;
        display: flex;
        align-items: center;
    }

        #customerAccount .Panel .addressRow .addressButton button {
            height: 40px;
            color: #fff;
        }

            #customerAccount .Panel .addressRow .addressButton button.Edit, .addressButton input.Edit, .saveThis.change-password-button, write-product-review-button {
                color: #fff;
                background-color: #3d3d3d;
                border-color: #3d3d3d;
                border: none;
                outline: none;
                border-radius: 6px 0 0 6px;
                cursor: pointer;
            }

            #customerAccount .Panel .addressRow .addressButton button.Delete {
                border: none;
                outline: none;
                border-radius: 0 6px 6px 0;
                color: #fff;
                background-color: #dc3545;
                border-color: #dc3545;
            }

    #customerAccount .Panel .addressRow .addressRowItem {
        margin-bottom: 6px;
        line-height: 2;
        font-size: 13px;
    }

#Contentpage {
    padding: 150px 10px;
}

    #Contentpage .pageTitle {
        font-weight: 600;
        font-size: 21px;
        margin-bottom: 10px;
    }

    #Contentpage .pageContent {
        font-size: 14px;
        line-height: 1.5;
    }

#cartPopup .panelPopupItems {
    max-height: 410px;
    overflow-y: scroll;
}

    #cartPopup .panelPopupItems::-webkit-scrollbar {
        width: 5px;
    }

    #cartPopup .panelPopupItems::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    #cartPopup .panelPopupItems::-webkit-scrollbar-thumb {
        background-color: #FFA117;
    }

#headerTop .row {
    display: flex;
    align-items: center;
}

    #headerTop .row > ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        #headerTop .row > ul li {
            font-size: 14px;
        }

            #headerTop .row > ul li a {
                color: #fff;
            }

.bullHorn {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}

#headerTop .row > ul li + li {
    margin-left: 15px;
}

.CurLang {
    display: flex;
    justify-content: flex-end;
}

.currencySection {
    margin-right: 15px;
}

.CurLang .Title {
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}

span.langImg img {
    padding: 5px;
    margin-top: 3px;
}

span.langImgList img {
    padding-right: 5px;
    padding-top: 1px;
}

.CurLang .Title + ul {
    display: none;
}

.langSection .Content > .Title:after, .currencySection .Content > .Title:after {
    width: 8px;
    filter: invert(10);
    height: 20px;
    background: url(../Images/arrow.svg) center center no-repeat;
    display: flex;
    content: '';
    margin-left: 5px;
    background-size: 15px;
    color: #453c3c;
}

.langSection, .currencySection {
    position: relative;
}

    .langSection:hover ul li a, .currencySection:hover ul li a {
        color: #000;
        padding: 5px;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        font-size: 12px;
        border-bottom: solid 1px #cfcccc;
    }

    .langSection:hover ul li:last-child a, .currencySection:hover ul li:last-child a {
        border: none;
    }

    .langSection:hover ul li a:hover, .currencySection:hover ul li a:hover {
        background: #676161;
        color: #fff;
        transition: all .4s;
    }

    .langSection:hover ul, .currencySection:hover ul {
        display: flex;
        position: absolute;
        flex-direction: column;
        width: 100px;
        right: 0;
        top: 100%;
        z-index: 99999;
        background: #fff;
        -webkit-box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 30%);
        -moz-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.3);
        box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 30%);
        border: 1px solid #e2e6eb;
        border-radius: 3px;
    }

.scroll-down #headerTop, .scroll-up #headerTop {
    height: 0;
    transition: all .4s;
}

#headerMiddle {
    position: fixed;
    top: 35px;
    left: 0;
    background: #fff;
    z-index: 997;
    transition: all .4s;
}

header#mainHeader {
     height: 30px; 
}

body.scroll-down div#headerMiddle, body.scroll-up div#headerMiddle {
    top: 0;
}

body.scroll-down.onTop div#headerMiddle, body.scroll-up.onTop div#headerMiddle, body.onTop #headerMiddle {
    top: 35px;
}

.scroll-down.onTop #headerTop, .scroll-up.onTop #headerTop {
    height: 35px;
    transition: all .4s;
}

.divMobile {
    display: none;
    border-bottom: solid 1px #cfcccc;
    padding: 10px;
}

.currencySectionMobile, .langSectionMobile {
    width: 80%;
}

li.viewOne {
    display: none !important;
}

li.viewFour {
    /* display: none !important; */
}

span.productDiscount {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    background: #fe690e;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

#btz-cookie-popup {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    left: 0;
}

    #btz-cookie-popup .btz-cookie-popup__card {
        background: #e5e5e3;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
        width: 100%;
        line-height: 1.5;
    }

    #btz-cookie-popup .btz-cookie-popup--closed {
        -webkit-animation: btz-cookie-popup--close 0.4s ease-in-out forwards;
        animation: btz-cookie-popup--close 0.4s ease-in-out forwards;
    }

    #btz-cookie-popup .btz-cookie-popup--opened {
        -webkit-animation: btz-cookie-popup--open 0.4s ease-in-out forwards;
        animation: btz-cookie-popup--open 0.4s ease-in-out forwards;
        border-radius: 5px;
    }

    #btz-cookie-popup .btz-cookie-popup__content {
        padding: 10px;
        text-align: center;
    }

    #btz-cookie-popup .btz-cookie-popup__content--text-bold {
        font-weight: 600;
    }

    #btz-cookie-popup h3 {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 0.5em;
    }

    #btz-cookie-popup p {
        font-size: 13px;
        color: #000;
        margin: 2px 0;
    }

    #btz-cookie-popup a {
        font-size: 13px;
        color: #000;
        text-decoration: underline;
    }

    #btz-cookie-popup button {
        background: #d6bf9c;
        border: none;
        color: #000;
        font-size: 13px;
        line-height: 3em;
        padding: 0 3em;
        cursor: pointer;
        transition: box-shadow 0.3s ease;
    }

        #btz-cookie-popup button:hover {
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3) !important;
        }

    #btz-cookie-popup .btz-cookie-popup--close:after {
        color: #000;
        content: "X";
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        right: 0.8em;
        top: 0.5em;
        -webkit-transform: scaleX(1.25);
        transform: scaleX(1.25);
        transition: color 0.3s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #btz-cookie-popup .btz-cookie-popup--close:hover:after {
        color: #212121;
    }

@-webkit-keyframes btz-cookie-popup--close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes btz-cookie-popup--close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes btz-cookie-popup--open {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    80% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes btz-cookie-popup__open {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    80% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.btz-cookie-popup_c-p-card.btz-cookie-popup_card.btz-cookie-popup--opened {
    background: rgb(254 254 254 / 90%);
    width: 100%;
    line-height: 1.5;
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
}

#btz-cookie-popup button#cookie-ok {
    background: #d6bf9c;
    border: none;
    color: #000;
    font-size: 13px;
    line-height: 3em;
    padding: 0 3em;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    text-decoration: none;
}

    #btz-cookie-popup button#cookie-ok:focus {
        outline: 0;
    }

ul.pagination {
    margin: 60px 0;
    text-align: center;
    font-family: 'AmsiProNarw',Montserrat,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #636668;
    background-color: #fff;
    /* border: 1px solid #dee2e6; */
}

.pagination .page-item.current-page .page-link {
    color: #1c1b1b;
    border-bottom-color: #1c1b1b;
    box-shadow: 0 -2px #1c1b1b inset;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-radio .custom-control-label {
    display: none;
}

.custom-radio span.custom-control-description {
    cursor: pointer;
}

input[type="radio"] {
    appearance: auto;
}

.generalNote {
    position: fixed;
    top: 80px;
    right: 15px;
    font-weight: 500;
    text-align: center;
    z-index: 9999999999;
}

    .generalNote .toast {
        position: relative;
    }

.toast.show {
    background-color: #fff !important;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 12px;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
}

.generalNote .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    display: flex;
    opacity: 1;
    cursor: pointer;
}

.generalNote.danger .content {
    border-left: 4px solid #dc3545;
}

generalNote.danger .content::before {
    content: "!";
    background: #dc3545;
}

.generalNote .content::before {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15px;
    top: 0;
    bottom: 0;
    min-width: 40px;
    min-height: 40px;
    margin: 0 15px 0 0;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    font-size: 24px;
}

.generalNote .content {
    position: relative;
    padding: 30px 30px 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.modal-dialog.product-quickview {
    width: calc(100% - 200px);
}

.product-quickview .modal-body {
    max-height: calc(115vh - 280px);
    overflow-y: auto;
}

.product-quickview ul#thumbImage {
    display: none;
}

.message-error.text-center.validation-summary-errors {
    color: #fa0303;
}

span.field-validation-error {
    color: #fa0303;
}

input.checkout-as-guest-button {
    margin-top: 10px;
    background-color: #0c0c0c;
    border-color: #0c0c0c;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
}

input.register-button {
    margin-top: 10px;
    background-color: #686262;
    border-color: #686262;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
}

ul#guestLogin {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#NewAddressModal .modal-dialog {
    max-width: 500px;
}

span.required {
    color: red;
}

a.print-order-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db8383;
    color: #fffcfc;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

a.pdf-invoice-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b6b030;
    color: #fff;
    border: none;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

a.order-note-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5c89cf;
    color: #fff;
    border: none;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

a.cancel-order {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f60606;
    color: #fff;
    border: none;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

a.re-order-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2842b;
    color: #fff;
    border: none;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

a.return-items-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3966ac;
    color: #fff;
    border: none;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

.ordDetail .detailTitle {
    justify-content: end !important;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    float: right;
}


    .ordDetail .detailTitle > a {
        margin-right: 1%;
    }

.col.col-2.PriceRow, .col.col-2.AllRow {
    display: block !important;
    text-align: center;
}

.PriceRow span.text-center.small.text-danger {
    font-size: 14px;
    color: #f80000;
    text-decoration: line-through;
}

.AllRow .discount.text-success.text-center {
    font-size: 11px;
    color: #16bd21;
}

div#generalModal .modal-dialog {
    max-width: 500px;
}

#productSection .slick-arrow {
    height: 50px;
    width: 50px;
    font-size: 0;
    display: flex;
    outline: none;
    border: none;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 75px);
    cursor: pointer;
    z-index: 3;
}

    #productSection .slick-arrow.slick-prev {
        left: 0;
        background: url(../Images/arrow_left.svg) center center no-repeat;
        background-size: 20px;
    }

    #productSection .slick-arrow.slick-next {
        right: 0;
        background: url(../Images/arrow_right.svg) center center no-repeat;
        background-size: 20px;
    }

.productLink a {
    font-size: 18px;
    color: #000;
}
/*smugLightBox*/
body.LightBox {
    overflow: hidden;
}

.smugLightBox {
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    flex-direction: column;
    opacity: 0;
    z-index: -9999999999;
}

    .smugLightBox.active {
        opacity: 1;
        z-index: 999;
    }

.smugCloseLightBox {
    position: absolute;
    top: 0;
    right: 0;
}

.mainLightBox .Item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.smugLightBox .thumbLightBox {
    position: absolute;
    z-index: 999;
    width: 200px;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .smugLightBox .thumbLightBox .slick-list.draggable, #productLeft .thumbImage .slick-list.draggable {
        display: flex;
        align-items: center;
    }

    .smugLightBox .thumbLightBox .Item {
        cursor: pointer;
    }

.smugCloseLightBox .container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 50px;
}

.smugLightBox .smugCloseLightBox span {
    background: url('../Images/Cancel.svg') center center no-repeat;
    background-size: 30px;
    height: 50px;
    width: 50px;
    display: flex;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 999999999;
}
/*SmugLightBox*/

div#filterSection {
    position: fixed;
    background: #fff;
    height: 100%;
    width: 280px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 95;
    transform: translateX(-100%);
    opacity: 0;
    transition: all .35s ease-in-out;
    z-index: 9999;
    pading: 20px;
    box-sizing: border-box;
}

    div#filterSection.active {
        transform: translateX(0);
        opacity: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }

        div#filterSection.active::-webkit-scrollbar, #MobileMenu ul.Main::-webkit-scrollbar {
            width: 0px;
        }

        div#filterSection.active::-webkit-scrollbar-track, #MobileMenu ul.Main::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 10px;
        }

        div#filterSection.active::-webkit-scrollbar-thumb, #MobileMenu ul.Main::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        }

/*Filter*/
.closeAllFilters {
    margin: 0 0 8px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    font-family: 'AmsiProNarw','Poppins', sans-serif;
    color: #fff;
    background-color: #676161;
    border-color: #676161;
    box-shadow: none;
    text-shadow: none;
    outline: none;
    border-image: none;
    border-style: none;
    border-radius: 4px;
    opacity: 1 !important;
    width: 100%;
    position: relative;
    cursor: pointer;
    top: unset;
    right: unset;
    height: 34px;
    display: none;
}

#ajaxfilter-form {
    margin-bottom: 8px;
}

.clearAllfilters {
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 15px;
    color: #fff;
    background-color: #676161;
    border-color: #676161;
    box-shadow: none;
    outline: none;
    border-image: none;
    border-style: none;
    border-radius: 4px;
    animation-name: filter-anim;
    animation-duration: .3s;
    animation-timing-function: ease;
    height: 34px;
    display: none;
}

#price-filter-section .filter-section, #manufacturers-filter-section .filter-section {
    border-bottom: 0;
}

.filter-section {
    text-align: left;
    margin: auto;
    padding: 0;
}

    .filter-section .title {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        cursor: pointer;
        width: 100%;
        margin-top: 20px;
        display: flex;
        height: 22px;
        align-items: center;
    }

.ajaxfilter-section > ul > li > label > span {
    float: right;
    margin-right: 15px;
}

.ajaxfilter-section > ul > li {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 5px;
}

.ajaxfilter-section {
    font-size: 13px;
    padding: 0;
    line-height: 18px;
    margin: 0;
    border-color: #000;
    display: grid;
}

.ajaxfilter-price-range-section {
    line-height: 10px;
    padding-top: 5px;
    font-size: 14px;
}

#specification-filter-section .filter-section .title,
#attribute-filter-section .filter-section .title {
    position: relative;
    border-bottom: solid 1px #b6b6b657;
}

    #specification-filter-section .filter-section .title::After,
    #attribute-filter-section .filter-section .title::After {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 10px;
        top: calc(50% - 10px);
        content: '';
        background: url(../Images/arrow.svg) center center no-repeat;
        transition: all .4s;
    }

    #specification-filter-section .filter-section .title + .scrollbar,
    #attribute-filter-section .filter-section .title + .scrollbar {
        display: none;
    }

    #specification-filter-section .filter-section .title.active::After,
    #attribute-filter-section .filter-section .title.active::After {
        transform: rotate(180deg);
    }

.ajaxfilter-title {
    font-size: 14px;
}

.scrollbar ul > li:first-child {
    margin-top: 10px;
}

.scrollbar ul > li:last-child {
    margin-bottom: 10px;
}

#slider-range {
    border: 0;
    top: 0;
    left: 0px;
    cursor: pointer;
    position: relative;
    height: 4px;
    margin: 25px 17px 15px 10px;
    background-color: #f87d29;
}

    #slider-range .ui-slider-range {
        background: #f87d29;
        top: 0px;
        height: 4px;
        position: absolute;
    }

    #slider-range .ui-slider-handle {
        border: 0;
        outline: 0;
        cursor: pointer;
        background: #f87d29;
        border-radius: 100%;
        height: 15px;
        top: -6px;
        width: 15px;
        position: absolute;
    }

#price-current-min {
    width: 60px;
    border: 1px solid #dae2e6;
    text-align: center;
    float: left;
    font-size: 14px;
    height: 24px;
}

#price-current-max {
    width: 60px;
    border: 1px solid #dae2e6;
    text-align: center;
    float: right;
    font-size: 14px;
    height: 24px;
}

.clearHolder {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 17px;
    font-size: 12px;
    display: none;
}

.ajaxfilter-price-section input {
    padding: 0;
}

button#FilterButton {
    order: 1;
    appearance: none;
    display: flex;
    margin-right: 3%;
    padding: 8px 30px;
    font-size: 14px;
    color: #522b1c;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    height: 40px;
    max-width: 200px;
    background: url(../Images/filter.svg) 9% center no-repeat;
    background-size: 20px;
    border-radius: 3px;
}

select#products-orderby {
    order: 2;
}

.viewGrid {
    order: 3;
}

.scrollbar {
    top: 20px;
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    border-bottom: solid 1px #dfdfdf;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

#style-1::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #4fcbea
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

#style-2::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #4fcbea
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 #f87d29;
    border-radius: 10px;
    background-color: #f5f5f5
}

#style-3::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

#style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f87d29
}

.category-page .categoryGrid {
    overflow: initial;
}

.categoryGrid .flex-grid.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
}

.list-title .h6 {
    font-size: 14px;
    margin-top: 2%;
}

    .list-title .h6 a {
        color: #838080;
    }

#filterSection.active + #filterSectionOverlay {
    display: flex;
    width: 100%;
    height: 100%;
    background: #0b0b0ba3;
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
}

.result.text-white {
    color: red !important;
}

.cswishlist .Item {
    padding: 10px;
    box-sizing: border-box;
}

.SearchList .Content .form-group {
    display: flex;
}

input.search-button {
    margin-left: 10px;
    height: 38px !important;
    width: 50px;
    padding-left: 13px;
    background: #000;
    color: #fff;
}

.SearchList input#q {
    padding-left: 10px;
}

.text-right {
    text-align: right;
    padding: 5px;
}

.SearchList .AdvancedSearch {
    justify-content: center;
    align-items: center;
}

iframe#modalBodyTds {
    min-height: 600px;
}



#productSection div.slick-track {
    float: left
}

.fl.col-12.mb.CategoryTop.SearchList {
    display: none !important;
}

.hasSub .subMenu li.child {
    padding-top: 10px;
    /* padding-bottom: 20px; */
    padding-right: 5px;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

#headerMiddle i.icon-user, #headerMiddle i.icon-magnifier, #headerMiddle i.icon-heart, #headerMiddle i.icon-basket {
    color: #897e7e;
}

#orderDetailInner .Item select.custom-select.form-control {
    background: none !important;
}

#Logo {
    padding: 0;
    width: 35%;
}

@media screen and (min-width: 769px) {
    #Logo img {
        width: 100%;
    }

    #menuBtn, .userBoxOverlay {
        display: none;
    }

    .mainLightBox .Item img {
        display: block;
        max-height: 100%;
    }
}

#NewAddressModal .box.col-12, #NewAddressModal .box.col-6 {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

#customerAccount h5 i {
    display: none;
}

.home-banner__content {
  
display: flex;
  
justify-content: center;
  
width: 100%;
}
.home-banner__content {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.home-banner__align-center {
    text-align: center;
}

.home-banner__icon {
    color: #ee7421;
}

span.home-banner__heading {
    color: #522b1c;
    font-weight: 600;
    font-size: 19px;
}

.home-banner__text > p {
    color: #f9802d;
}

@media screen and (max-width: 768px) {
    .productItem .productItemBottom .productItemDetail {
    flex-wrap: wrap;
}
.product-grid > .form-row{
	display:block;
}

.productItem .productItemBottom .priceSection  .campaignSection {
   /*display: none !important;*/
}

.productItem .productItemBottom .priceSection .productPrice {
    width: 100%;
    margin-top: 3px;
    align-items: flex-end;
    justify-content: flex-start;
}

.productItem .productItemBottom .priceSection .productPrice .oldPrice, .productItem .productItemBottom .priceSection .productPrice .newPrice {
    width: auto;
}

.productItem .productItemBottom .priceSection .productPrice .newPrice.active {
    margin-right: 0;
}
	#UserSection a > span {
  
    right: -10px;
   
}
.home-banner__content {
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
}
span.home-banner__heading {
   
    font-size: 10px;
}
.home-banner__text > p {
    font-size: 10px;
}
    #customerAccount h5 i {
        display: contents;
    }

    #Logo {
        padding: 0;
        width: 60%;
    }

    .iti-mobile .iti__country-list {
        max-height: 65%;
        width: 60%;
    }

    .categoryGrid .flex-grid, .manufacturerGrid .flex-grid, .customGrid .flex-grid {
        display: flex;
        flex-wrap: nowrap !important;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .productItem .productItemBottom .priceSection {
        justify-content: space-around;
        width: 100%;
    }

        .productItem .productItemBottom .priceSection > div {
            width: 100%;
        }

    ul#guestLogin {
        flex-direction: column;
    }

    .productItem .productItemBottom .productItemDetail .productName {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    #searchBox #small-searchterms {
        font-size: 13px;
    }

    section#Hero {
        margin-bottom: -5%;
    }

    .CategoryTop #divCampCategory ul {
        flex-wrap: wrap;
    }

        .CategoryTop #divCampCategory ul li {
            margin: auto;
            padding-top: 7px;
        }

    #Navigation {
        margin: 5px 0;
        /* display: none; */
    }

    .CartWrapper .qtyBox {
        width: 150px;
    }

    .size-product__info--price {
        display: none !important;
    }

    .whatsappOrder {
        width: 100%;
        text-align: center;
    }

    #product-detail div#productSection {
        padding-left: 0px;
        padding-right: 0px;
    }

    button#fastLook {
        display: none;
    }

    .col.productItem.col-4 {
        width: 50%;
    }

    span.productDiscount {
        font-size: 11px;
        top: 5px;
        left: 5px;
        width: 30px;
        height: 30px;
    }

    button#fastLook {
        display: none;
    }

    #Katalog .productItem .campaignSection > span, .alsoProduct .productItem .campaignSection > span, .relatedProduct .productItem .campaignSection > span, .crossCellProduct .productItem .campaignSection > span {
        width: 100%;
    }

        #Katalog .productItem .campaignSection > span.campaignName, .alsoProduct .productItem .campaignSection > span.campaignName, .relatedProduct .productItem .campaignSection > span.campaignName, .crossCellProduct .productItem .campaignSection > span.campaignName {
            font-size: 9px;
        }

        #Katalog .productItem .campaignSection > span.campaignPrice, .alsoProduct .productItem .campaignSection > span.campaignPrice, .relatedProduct .productItem .campaignSection > span.campaignPrice, .crossCellProduct .productItem .campaignSection > span.campaignPrice {
            font-size: 13px;
        }

    .alsoProduct .productItem .campaignSection, .relatedProduct .productItem .campaignSection, .crossCellProduct .productItem .campaignSection {
        width: calc(100% - 100px);
    }

    .col.productItem.col-12 .campaignSection > span, .col.col-12.productItem .campaignSection > span {
        width: 120px !important;
    }

    li.viewThree {
        display: none !important;
    }

    li.viewOne, li.viewTwo, .divMobile {
        display: block !important;
    }

    #headerTop {
        display: none;
    }

    #cartPopup .panelPopupItems {
        max-height: 400px;
    }

    #headerMiddle {
        top: 0 !important;
    }

    header#mainHeader {
        height: 55px;
    }

    .bullHorn {
        width: 100%;
    }

    div#userBox {
        width: 270px;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 999;
        border-radius: 0;
    }

    .userBoxOverlay.active {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: #00000060;
        z-index: 996;
    }



    #cartPopup {
        width: 350px !important;
        padding: 0;
        max-width: 90%;
    }

        #cartPopup .closeCartPopup span {
            height: 30px;
            width: 30px;
        }

        #cartPopup .panelPopupItem .Title {
            font-size: 11px;
        }

        #cartPopup .panelPopupItem .VariantQty {
            font-size: 10px;
        }

        #cartPopup .panelPopupItem .price .mainPrice {
            font-size: 14px;
        }

        #cartPopup .panelPopupItem .price .oldPrice {
            font-size: 11px;
        }

    footer#MainFooter #Top > div {
        width: 100%;
    }

    #UserSection a.Favorite {
        display: none;
    }

    #menuBtn {
        display: flex;
    }

    footer#MainFooter #Top {
        flex-wrap: wrap;
        margin: 0;
    }

        footer#MainFooter #Top div#NewsLetter {
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
        }

        footer#MainFooter #Top #Social {
            width: 100%;
        }

    #Top > div:nth-child(1) {
        display: flex;
        justify-content: center;
    }

    #Link h5 + ul {
        display: none;
    }

    #Link h5::After {
        width: 20px;
        height: 20px;
        background: #fff url(../Images/arrow.svg) center center no-repeat;
        position: absolute;
        content: '';
        display: flex;
        right: 10px;
        top: calc(50% - 10px);
        background-size: 20px;
        -webkit-appearance: none;
    }

    #Link h5 {
        position: relative;
        font-size: 16px;
    }

        #Link h5.active::After {
            transform: rotate(180deg);
        }

    #Copyright {
        margin-top: 0;
        flex-wrap: wrap;
        padding-bottom: 10px;
        justify-content: center;
        align-items: center;
    }

        #Copyright .First, #Copyright .Third {
            width: 50%;
        }

        #Copyright .Second {
            width: 100%;
        }

        #Copyright .First {
            order: 2;
            text-align: center;
        }

        #Copyright .Second {
            order: 1;
            justify-content: center;
            align-items: center;
        }

        #Copyright .Third {
            order: 3;
            text-align: center;
        }

    nav#mainMenu {
        display: none !important;
    }

    div#Katalog > div > .row {
        flex-wrap: wrap;
    }

    #productSection .CategoryTop {
        flex-direction: column;
    }

        #productSection .CategoryTop > div {
            width: 100%;
        }

        #productSection .CategoryTop .Action select, #FilterButton {
            margin-top: 10px;
        }

        #productSection .CategoryTop .Action {
            align-items: center;
        }

    #Navigation ol.breadcrumb li a {
        font-size: 11px;
        min-height: 20px;
        display: flex;
        align-items: center;
    }

    #productRight {
        padding: 20px 10px;
        box-sizing: border-box;
    }

        #productRight .ProductRelated ul#otherColor li {
            min-width: auto;
            min-height: auto;
            height: 65px;
            width: 50px;
        }

    .CartWrapper .addCartBtn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 10px;
        z-index: 333;
        background: #fff;
        box-sizing: border-box;
        box-shadow: 0 -3px 3px rgb(0 0 0 / 10%);
        border-bottom: 1px solid #dee2e6;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    #loginBox {
        width: 100%;
        margin: 20px 0;
    }

        #loginBox ul#socialLogin {
            flex-direction: column;
        }

            #loginBox ul#socialLogin li a.fbLogin {
                margin-bottom: 10px;
            }

    .paymentInner .tabcontent#KK {
        flex-direction: column;
    }

    #customerAccount {
        padding: 20px;
        box-sizing: border-box;
    }

    #customerAccount {
        margin: 10px 0;
    }

        #customerAccount h5 {
            margin-top: 0;
        }

            #customerAccount h5 + ul {
                display: none;
            }

    #orderList .orderTitle .Date, #orderList .orderItem .Date, #orderList .orderTitle .Pay, #orderList .orderItem .Pay {
        display: none;
    }

    #orderList .orderItem .SNo, #orderList .orderTitle .SNo {
        width: 30%;
    }

    #orderList .orderItem .Pay, #orderList .orderTitle .No {
        display: none;
    }


    #orderList .orderItem .No {
        display: none;
    }

    #orderList .orderItem > div {
        width: 25%;
    }

    #orderList .orderTitle > div {
        width: 25%;
    }

    #orderDetailInner .Item > div {
        text-align: center;
    }

    #productRight .ProductPrice .priceInner {
        margin: 0;
        width: 50%;
    }

    #productRight .ProductPrice {
        padding: 0 5px 0 0;
        border: none;
        width: 55%;
        justify-content: flex-start;
        align-items: flex-start;
    }

        #productRight .ProductPrice .oldPrice {
            font-size: 14px;
        }

        #productRight .ProductPrice .newPrice {
            font-size: 16px;
            justify-content: flex-start;
        }

    #productRight .campaignInner > span.campaignPrice {
        font-size: 15px;
        border-radius: 0 0 10px 10px;
        padding: 5px 5px;
    }

    #productRight .campaignInner > span.campaignName {
        font-size: 10px;
        border-radius: 3px 3px 0 0;
        padding: 5px 2px;
        color: #000;
    }

    .CartWrapper .addCartBtn button {
        width: 45%;
    }

    #productRight .campaignInner {
        flex-direction: column;
        width: 50%;
    }

    #productLeft ul#thumbImage {
        display: none;
    }

    ul#productImage .slick-arrow.slick-prev {
        left: 5px;
        right: auto;
        top: calc(50% - 20px);
    }

    ul#productImage .slick-arrow.slick-next {
        right: 5px;
        top: calc(50% - 20px);
    }

    .SearchPage select#products-orderby {
        max-width: 300px !important;
    }

    .SearchList .Content label {
        font-size: 11px;
    }
}

#commentProduct, .SearchPage button#FilterButton {
    display: none;
}

#ipazaar-eticaret {
    font-size: 12px;
    color: #3b3734;
    text-align: center;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 10px 0;
    height: 40px;
    border-top: solid 1px #dad9d9;
}

div#Top .img-fluid {
    min-width: 185px;
    margin-top: 15%;
}

.countProductSection {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 2%;
    font-size: 14px;
}

#productRight span.productDiscount {
    position: relative;
    float: left;
    top: 0;
    color: #fe690e;
    background: transparent;
    border: 1px solid;
    border-radius: 10px;
    min-width: 100px;
    float:right;
    font-weight: 600;
}

.prDetDigerRenkler span {
    border-radius: 0;
    border: 1px solid #ccc;
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
}

.cssDigerRenklerP {
    font-weight: bold;
    margin-top: -20px;
    color: #858282;
    border: 0px solid #ccc;
}
.productItemTop {
    border: solid 1px #e2e1e1;
}
.page.password-recovery-page {
    margin: 190px calc(50% - 250px);
}
.row.text-xs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

/*--------ProductDate----------------*/

.my-wrapper {
    width: 100%;
    display: flex;
    margin: 10px auto;
    flex-wrap: wrap;
}

ul#go-to-date {
    display: flex;
    align-items: center;
    margin: 0;
    outline: none;
    list-style-type: none;
    gap: 0 10px;
    width: 100%;
    padding-top: 10px;
}

    ul#go-to-date li {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        padding: 10px 1px;
        text-align: center;
        margin-bottom: 5px;
        min-height: 80px;
        font-size: 20px;
        background-color: #522b1c;
        cursor: pointer;
        position: relative;
        color: #ffffff;
    }

        ul#go-to-date li.active {
            background: #fe690e;
            color: #fff;
        }

        ul#go-to-date li * {
            width: 100%;
            display: flex;
            text-align: center;
            justify-content: center;
        }

        ul#go-to-date li b {
            margin-bottom: 0;
            line-height: 19px;
            font-size: 17px;
            letter-spacing: -.6px;
            margin-top: 10px;
        }

        ul#go-to-date li span {
            font-size: 15px;
            letter-spacing: -.5px;
            margin-top: 5px;
            line-height: 16px;
        }

        ul#go-to-date li svg,
        ul#go-to-date li img {
            height: 24px;
            width: 24px;
        }

        ul#go-to-date li input {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 0;
            opacity: 0;
        }

ul#go-to-hour {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    display: none;
}

    ul#go-to-hour.active {
        display: grid;
    }

    ul#go-to-hour li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border-radius: 4px;
        background-color: #edf1f2;
        margin-bottom: 5px;
        font-size: 12px;
        text-align: center;
        padding: 8px;
        position: relative;
        cursor: pointer;
    }

        ul#go-to-hour li.active {
            background: #fe690e;
            color: #fff;
        }
span.my-account {
    font-size: 14px;
    padding-left: 5px;
}
.categoryGrid .flex-grid.form-row1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
	justify-content: center;
    align-items: center;
}
.MiddleBannerButton {
    display: none;
}
.qq-upload-button {
    display: block;
    width: 105px;
    padding: 7px 0;
    text-align: center;
    border: solid 1px #ddd!important;
    color: #f17521!important;
}