body {
    line-height: 1.5;
    overflow-x: hidden;
}

#headerMiddle {
    background: #DDDCDB
}

    #headerMiddle #Logo > a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #headerMiddle #UserAction > ul {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

        #headerMiddle #UserAction > ul > li > a {
            height: 35px;
            min-width: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 5px;
        }

    #headerMiddle #UserAction ul li a span {
        margin-right: 10px;
        font-size: 10px;
        font-weight: 400;
    }

#UserAction {
    display: flex;
    align-items: center
}

#headerMiddle #UserAction > ul > li {
    margin-left: 5px;
    position: relative;
}

#headerMiddle #UserAction ul li a img {
    height: 18px;
}

#headerBottom {
    background: #dddcdb;
    padding: 20px 0 0;
    position: relative;
}

    #headerBottom nav {
        list-style-type: none;
        display: flex;
        align-items: center;
        flex: 1 1 100%;
    }

        #headerBottom nav > li {
            display: flex;
            align-items: center;
            width: 100%;
        }

            #headerBottom nav > li > a {
                font-style: normal;
                font-weight: 400;
                font-size: 15px;
                color: #3C3631;
                height: 40px;
                display: flex;
                align-items: center;
                border-bottom: solid 5px #74462200;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            #headerBottom nav > li:hover > a {
                border-color: #744622
            }

        #headerBottom nav li > .subMenu {
            overflow: hidden;
            width: 100%;
            position: absolute;
            top: 100%;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
            background: rgb(221 220 219 / 86%);
            visibility: hidden;
            opacity: 0;
            z-index: -99999;
            transition: opacity .4s;
            min-height: 220px;
        }

        #headerBottom nav li:hover .subMenu {
            z-index: 9999999;
            visibility: visible;
            opacity: 1;
        }

#MainCarousel {
    background: #EEE;
    display: flex;
    align-items: center;
}

    #MainCarousel .Content {
        display: flex;
        align-items: center;
    }

    #MainCarousel .Item {
        display: flex;
        align-items: center;
        text-align: center
    }

        #MainCarousel .Item h2 {
            font-style: normal;
            font-weight: 500;
            font-size: 22px;
            margin-bottom: 20px
        }

        #MainCarousel .Item .Txt {
            padding: 40px;
            margin-top: -90%;
        }

        #MainCarousel .Item p {
            font-size: 18px;
            font-weight: 300
        }

        #MainCarousel .Item .Img {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0
        }

            #MainCarousel .Item .Img > a > img {
                width: 100%
            }

#ShopByCategory {
    margin: 35px 0;
    /* padding-bottom: 25px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

    #ShopByCategory .Title {
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        color: #3C3631;
        height: 30px;
        margin-bottom: 20px;
    }

    #ShopByCategory .Item a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        overflow: hidden;
    }

        #ShopByCategory .Item a h3 {
            position: absolute;
            left: 20px;
            bottom: 20px;
            font-style: normal;
            font-weight: 200;
            font-size: 25px;
            line-height: 30px;
            text-align: center;
            color: #FFF;
            text-decoration: underline
        }

        #ShopByCategory .Item a:hover img {
            transform: scale(1.1);
        }

    #ShopByCategory .container {
        float: left;
        border-bottom: 1.2px solid #EEEEEE;
        padding-bottom: 20px;
    }

    #ShopByCategory .Item a img {
        width: 100%;
        transition: all .3s;
        transform: scale(1);
    }

    #ShopByCategory .Content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px
    }

#OnBoard {
    margin: 25px 0
}

    #OnBoard .Txt {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

        #OnBoard .Txt h3 {
            font-style: normal;
            font-weight: 500;
            font-size: 36px;
            color: #3C3631
        }

    #OnBoard .Content {
        display: flex
    }

    #OnBoard .Txt p {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        color: #3C3631;
        line-height: 1.4
    }

    #OnBoard .Txt a {
        width: 150px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 1px #3C3631;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        color: #3C3631;
        transition: all .4s
    }

        #OnBoard .Txt a:hover {
            background: #3C3631;
            color: #fff
        }

#WhiteAndBlack {
    margin: 25px 0
}

    #WhiteAndBlack .B {
        padding-right: 10px
    }

    #WhiteAndBlack .S {
        padding-left: 10px
    }

    #WhiteAndBlack .S, #WhiteAndBlack .B {
        position: relative
    }

    #WhiteAndBlack .Txt {
        position: absolute;
        bottom: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%
    }

        #WhiteAndBlack .Txt h4 {
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            color: #FFF;
            margin-bottom: 20px
        }

        #WhiteAndBlack .Txt a {
            width: 158.93px;
            height: 53px;
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            color: #FFF;
            display: flex;
            align-items: center;
            justify-content: center;
            border: solid 1px #fff;
            transition: all .4s
        }

            #WhiteAndBlack .Txt a:hover {
                background: #fff;
                color: #000
            }

#Showcase {
    margin: 30px 0
}

    #Showcase .Title {
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        color: #3C3631;
        text-align: center;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    #Showcase .Content {
        float: left;
        width: 100%
    }

#productListImage {
    margin-bottom: 10px;
    padding-bottom: 30px;
   
    position: relative
}

    #productListImage h1 {
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        color: #FFF;
        position: absolute;
        bottom: 100px;
        z-index: 3;
        right: 50px
    }

        #productListImage h1::After {
            width: 130%;
            height: 2px;
            background: #fff;
            display: flex;
            position: absolute;
            bottom: -10px;
            right: 0;
            content: ''
        }

#productListImageCombine {
    margin-bottom: 10px;
    padding-bottom: 30px;
    position: relative
}

    #productListImageCombine h1 {
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        color: #FFF;
        position: absolute;
        bottom: 100px;
        z-index: 3;
        right: 50px;
		display:none;
    }

        #productListImageCombine h1::After {
            width: 130%;
            height: 2px;
            background: #fff;
            display: flex;
            position: absolute;
            bottom: -10px;
            right: 0;
            content: ''
        }


.productItem {
    position: relative
}

    .productItem span.icon-new {
        border: 1px solid #EEE;
        border-radius: 2px;
        width: 45px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 20px;
        top: 20px;
        font-style: normal;
        font-weight: 400;
        font-size: 8px;
        color: #FFF
    }

    .productItem a.productListFavoriteButton {
        height: 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        z-index: 3;
        position: absolute;
        right: 20px;
        top: 20px
    }

    .productItem .productName {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        color: #3C3631
    }

    .productItem .productCategory {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        color: #3C3631;
        margin-top: 5px
    }

    .productItem .productItemPrice {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column;
        margin-top: 5px;
    }

    .productItem .productItemName {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5px;
    }

    .productItem .productItemPrice span.oldPrice {
        color: #3C3631;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        text-decoration: line-through;
        margin-bottom: 2px
    }

    .productItem .productItemPrice span.newPrice {
        color: #744622;
        font-style: normal;
        font-weight: 500;
        font-size: 15px
    }

#Breadcrumb {
    margin: 20px 0;
    float: left;
}

    #Breadcrumb ol li a {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        color: #3C3631;
        margin-right: 10px;
        padding-right: 10px;
        display: flex;
        align-items: center;
        position: relative
    }

        #Breadcrumb ol li a::after {
            width: 20px;
            height: 20px;
            content: '>';
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: -10px
        }

    #Breadcrumb ol li:last-child a::after {
        display: none
    }

#productDetailInner {
    margin-bottom: 25px;
    flex-wrap: wrap
}

    #productDetailInner #productLeft {
        padding: 0
    }

    #productDetailInner #productRight {
        display: flex;
        flex-direction: column;
        position: sticky;
        top: 10%;
        padding: 0 25px;
        z-index: 99;
    }

        #productDetailInner #productRight h1#productName {
            font-style: normal;
            font-weight: 500;
            font-size: 25px;
            color: #3C3631;
            margin-bottom: 25px
        }

        #productDetailInner #productRight #productCode {
            font-style: normal;
            font-size: 25px;
            color: #3C3631;
            font-weight: 300;
            margin-block-start: 0;
            margin-block-end: 0;
        }

        #productDetailInner #productRight #productWrapper {
            display: flex;
            align-items: center;
            margin: 25px 0
        }

            #productDetailInner #productRight #productWrapper div.productOldPrice {
                text-decoration: line-through;
                margin-right: 20px;
                font-style: normal;
                font-weight: 400;
                font-size: 15px;
            }

            #productDetailInner #productRight #productWrapper div.productNewPrice {
                font-weight: 600;
                color: #744622;
                font-size: 18px;
            }

#cartWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

    #cartWrapper button.Add2Cart {
        border: 1px solid #3C3631;
        border-radius: 1px;
        width: 100%;
        height: 50px;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        cursor: pointer;
    }
    #cartWrapper button.Add2Cart2 {
        border: 1px solid #3C3631;
        border-radius: 1px;
        width: 50%;
        height: 50px;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        cursor: pointer;
    }
        #cartWrapper button.Add2Cart.btnComingSoon {
            border: 1px solid #3C3631;
            border-radius: 1px;
            width: 100%;
            height: 50px;
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            cursor: pointer;
            background: #3C3631;
            color: #fff
        }

    #cartWrapper button.Add2Cart:hover, #cartWrapper button.Add2Cart2:hover {
        background: #3C3631;
        color: #fff
    }

#qtyBox {
    justify-content: space-between;
    height: 40px;
    display: flex;
    align-items: center;
    border: .5px solid rgba(60,54,49,0.5);
    border-radius: 2px
}

    #qtyBox button {
        background: transparent;
        border: none;
        outline: none;
        height: 25px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        color: rgba(60, 54, 49, 0.5);
    }

    #qtyBox input {
        width: calc(100% - 100px);
        height: 40px;
        border: none;
        border-radius: 0;
        text-align: center;
        background: transparent;
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        color: rgba(60, 54, 49, 0.5);
        outline: none;
        line-height: 40px;
    }

    #qtyBox button:nth-child(2) {
        border-right: .5px solid rgba(60,54,49,0.5)
    }

    #qtyBox button:nth-child(4) {
        border-left: .5px solid rgba(60,54,49,0.5)
    }

#qtyBox1 {
    justify-content: space-between;
    height: 40px;
    display: flex;
    align-items: center;
    border: .5px solid rgba(60,54,49,0.5);
    border-radius: 2px
}

    #qtyBox1 button {
        background: transparent;
        border: none;
        outline: none;
        height: 25px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        color: rgba(60, 54, 49, 0.5);
    }

    #qtyBox1 input {
        width: calc(100% - 100px);
        height: 40px;
        border: none;
        border-radius: 0;
        text-align: center;
        background: transparent;
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        color: rgba(60, 54, 49, 0.5);
        outline: none;
        line-height: 40px;
    }

    #qtyBox1 button:nth-child(2) {
        border-right: .5px solid rgba(60,54,49,0.5)
    }

    #qtyBox1 button:nth-child(4) {
        border-left: .5px solid rgba(60,54,49,0.5)
    }



.CartWrapper {
    margin-top: 20px;
}


#BottomIcons {
    margin-top: 30px;
    background: #C4C4C4;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05)
}

    #BottomIcons .Content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16.5px 0
    }

        #BottomIcons .Content .Item {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%
        }

            #BottomIcons .Content .Item span {
                margin-top: 10px;
                font-style: normal;
                font-weight: 500;
                font-size: 10px;
                color: #654022;
            }

footer#mainFooter {
    background: #DDDCDB;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    padding: 100px 0
}

    footer#mainFooter .footerItem {
        display: flex;
        flex-direction: column
    }

        footer#mainFooter .footerItem h3 {
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            color: #3C3631;
            height: 25px;
            display: flex;
            align-items: center
        }

        footer#mainFooter .footerItem ul li a, footer#mainFooter .footerItem ul li {
            display: flex;
            align-items: center;
            width: 100%
        }

            footer#mainFooter .footerItem ul li a {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                color: #3C3631;
                height: 20px;
                display: flex;
                margin: 5px 0
            }

    footer#mainFooter .Newsletter .Title, .Social .Title {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        color: #3C3631;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    footer#mainFooter .Newsletter .Content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px
    }

        footer#mainFooter .Newsletter .Content button {
            width: 79.4px;
            height: 40px;
            background: #3C3631;
            margin-left: 5px;
            margin-top: 5px;
            border-radius: 1px;
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 15px;
            text-align: center;
            color: #FFF;
            outline: none;
            border: none
        }

        footer#mainFooter .Newsletter .Content input {
            width: calc(100% - 90px);
            height: 40px;
            display: flex;
            align-items: center;
            border: solid 1px #3c3631;
            outline: none;
            background: transparent
        }

    footer#mainFooter .Social ul {
        display: flex;
        align-items: center
    }

        footer#mainFooter .Social ul li a {
            height: 20px;
            width: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px
        }




#productImage .Content, #productThumb .Content {
    display: flex;
}

#productThumb .Item {
    padding-right: 10px;
}

#productThumb button.slick-arrow {
    top: calc(50% - 20px);
}

    #productThumb button.slick-arrow.slick-prev {
        left: -10px;
    }

    #productThumb button.slick-arrow.slick-next {
        right: -10px;
    }

#ProductContent {
    margin-top: 20px
}

    #ProductContent h3 {
        height: 40px;
        display: flex;
        align-items: center;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        color: #3C3631;
        border-bottom: .5px solid rgba(165,165,165,0.75);
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer
    }

    #ProductContent .Desc {
        line-height: 1.4;
        font-weight: 400;
        font-size: 13px
    }

    #ProductContent h3 + .Desc {
        display: none
    }

    #ProductContent h3::After {
        width: 20px;
        height: 20px;
        content: '+';
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 20px;
        position: absolute;
        right: 30px;
    }

    #ProductContent h3.active::After {
        content: '-'
    }

    #ProductContent h3.active + .Desc {
        display: block
    }


#LoginRegisterWrap {
    margin: 20px 0
}

    #LoginRegisterWrap .IconSetDesc {
        max-width: 600px;
        text-align: center;
        margin-left: 50%;
        transform: translateX(-50%);
        line-height: 1.6;
        margin-bottom: 30px
    }

    #LoginRegisterWrap .IconSet .Item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center
    }

        #LoginRegisterWrap .IconSet .Item img {
            height: 25px;
            width: 25px;
            margin-bottom: 5px
        }

        #LoginRegisterWrap .IconSet .Item span {
            text-align: center;
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 1.5;
            padding: 0 20px;
            box-sizing: border-box
        }

#LoginRegisterWrapper {
    max-width: 600px;
    margin: 50px 50%;
    transform: translateX(-50%);
}

    #LoginRegisterWrapper > ul {
        display: flex;
        align-items: center
    }

        #LoginRegisterWrapper > ul > li {
            width: 100%;
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: center;
            height: 50px;
            background: #DDDCDB;
            border-radius: 0 1px 0 0
        }

.LoginRegisterWrapperContent {
    display: none
}

    .LoginRegisterWrapperContent.active {
        display: flex;
        flex-direction: column;
        background: #EEEEEE;
        padding: 35px 20px;
    }

#LoginRegisterWrapper > ul > li.active {
    background: #C4C4C4;
}



a#ResetPassword {
    /* font-style: normal; */
    /* font-weight: 500; */
    /* font-size: 12px; */
    /* float: right; */
    color: #6e6969;
}

#CartWrapper {
    margin: 25px 0;
}

    #CartWrapper .ShoppingCartTitle {
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        color: #3C3631;
    }

div#CartLeft .ShopppingCartItems {
    background: #EEEEEE;
}


#CartRight .Summary {
    border: 1px solid #EEEEEE;
    padding: 20px;
    box-sizing: border-box;
}

    #CartRight .Summary .Item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #EEEEEE;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    #CartRight .Summary .CargoAlert {
        font-style: italic;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #3C3631;
        text-align: center;
        margin-bottom: 100px;
    }

    #CartRight .Summary #GoPay a {
        height: 50px;
        background: #3C3631;
        border-radius: 1px;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        outline: none;
        border: none;
    }

    #CartRight .Summary .CouponAlert {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        /* identical to box height */
        color: #3C3631;
        text-align: center;
        margin-bottom: 20px;
    }

.GiftNote {
    margin-top: 50px;
}

    .GiftNote .ImageGift {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .GiftNote .TxtGift .Title {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #3C3631;
        margin-bottom: 25px;
    }

    .GiftNote .TxtGift textarea {
        padding: 10px;
        box-sizing: border-box;
    }

    .GiftNote .TxtGift .GiftAlert {
        margin: 5px 0;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        color: #3C3631;
    }

        .GiftNote .TxtGift .GiftAlert b {
            font-weight: 700;
            margin-right: 5px;
        }


div#CartLeft .ShopppingCartItems .ShopppingCartItemTitle {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #3C3631;
    padding-top: 10px;
}

    div#CartLeft .ShopppingCartItems .ShopppingCartItemTitle .col-2 {
        text-align: right;
    }

div#CartLeft .ShopppingCartItems .ShopppingCartItem {
    display: flex;
    flex-wrap: wrap;
}

    div#CartLeft .ShopppingCartItems .ShopppingCartItem .productInfo .Name {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        color: #3C3631;
        margin-bottom: 10px;
    }

    div#CartLeft .ShopppingCartItems .ShopppingCartItem .productInfo .Variant {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #3C3631;
    }

    div#CartLeft .ShopppingCartItems .ShopppingCartItem .QtyPrice .sPrice {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #3C3631;
    }

    div#CartLeft .ShopppingCartItems .ShopppingCartItem .QtyPrice .RemoveWrap {
        display: flex;
        align-items: center;
    }

div#CartLeft .RemoveWrap button {
    background: transparent;
    border: none;
    outline: none;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    color: #9a0505;
}

div#CartLeft .ShopppingCartItems .ShopppingCartItem .Total {
    text-align: right;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #3C3631;
}


#CheckoutWrapper {
    height: 100vh;
    overflow: hidden
}

    #CheckoutWrapper #CheckoutRight {
        overflow-y: auto;
        height: 100vh;
        background: #f7f7f9;
        display: flex;
        justify-content: flex-start;
        padding: 40px 0 80px;
        position: relative;
        align-items: center
    }

        #CheckoutWrapper #CheckoutRight #cProducts .cProductItem {
            display: flex;
            align-items: center;
            margin-bottom: 20px
        }

            #CheckoutWrapper #CheckoutRight #cProducts .cProductItem .Image {
                width: 76px;
                margin-right: 14px
            }

            #CheckoutWrapper #CheckoutRight #cProducts .cProductItem .Txt {
                width: calc(100% - 90px)
            }

                #CheckoutWrapper #CheckoutRight #cProducts .cProductItem .Txt .Name {
                    font-size: 16px;
                    font-weight: 600
                }

                #CheckoutWrapper #CheckoutRight #cProducts .cProductItem .Txt .Qty {
                    font-size: 14px;
                    color: #8a8b94;
                    margin-top: 2px
                }

                #CheckoutWrapper #CheckoutRight #cProducts .cProductItem .Txt .Price {
                    font-size: 14px;
                    display: flex;
                    align-items: center;
                    color: #272727
                }

#cInfo {
    border-top: 1px solid #e5e4e9;
    border-bottom: 1px solid #e5e4e9;
    padding: 20px 0
}

    #cInfo .cInfoItem {
        justify-content: space-between;
        height: 40px;
        display: flex;
        align-items: center
    }

        #cInfo .cInfoItem span {
            font-size: 16px;
            font-weight: 400;
            color: #8a8b94
        }

        #cInfo .cInfoItem b {
            font-size: 16px;
            font-weight: 500;
            color: #000
        }

        #cInfo .cInfoItem.discount span,
        #cInfo .cInfoItem.discount b {
            color: #b0241f;
            font-weight: 600;
        }

        #cInfo .cInfoItem:last-child {
            border-top: solid 1px #e5e4e9;
            padding-top: 20px;
            margin-top: 20px
        }

            #cInfo .cInfoItem:last-child span, #cInfo .cInfoItem:last-child b {
                font-size: 20px;
                font-weight: 600;
                color: #000
            }

#CheckoutWrapper #CheckoutRight .Powered {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff
}

#CheckoutLeft {
    background: #fff;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    overflow-y: auto;
}

    #CheckoutLeft #CheckoutLeftWrap, #CheckoutRight #CheckoutRightWrap {
        max-width: 550px;
        padding: 10px 35px;
        box-sizing: border-box
    }

        #CheckoutLeft #CheckoutLeftWrap .CheckoutSection .SectionItemApply {
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #272727;
            color: #fff;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer
        }

        #CheckoutLeft #CheckoutLeftWrap .CheckoutSection .SectionItemTitle {
            display: flex;
            align-items: center;
            padding: 24px 0;
            font-size: 20px;
            color: #272727;
            font-weight: 600;
            border-top: solid 1px #e5e4e9;
            margin-top: 10px
        }

            #CheckoutLeft #CheckoutLeftWrap .CheckoutSection .SectionItemTitle .No {
                width: 32px;
                height: 32px;
                border-radius: 100%;
                background: #272727;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                margin-right: 10px;
                font-size: 20px;
                background: #fff;
                color: #272727;
                border: solid 1px #272727
            }

#CheckoutLeftWrap .CheckoutTop {
    display: flex;
    align-items: center
}

    #CheckoutLeftWrap .CheckoutTop #CheckLogo img {
        height: 45px
    }

    #CheckoutLeftWrap .CheckoutTop .CheckUser {
        text-align: right
    }

        #CheckoutLeftWrap .CheckoutTop .CheckUser .UserName {
            font-size: 15px;
            font-weight: 600
        }

        #CheckoutLeftWrap .CheckoutTop .CheckUser .UserMail {
            font-size: 12px;
            font-weight: 500
        }

#CheckoutLeft #CheckoutLeftWrap .CheckoutSection .SectionItemContent {
    padding: 20px 30px;
    display: none;
    flex-direction: column;
    padding-top: 0;
}

#CheckoutLeft #CheckoutLeftWrap .CheckoutSection .active .SectionItemContent {
    display: flex
}

#CheckoutLeft #CheckoutLeftWrap .CheckoutSection .active .SectionItemTitle .No {
    background: #272727;
    border: solid 1px #272727;
    color: #fff
}


#CheckoutLeft #CheckoutLeftWrap .SectionItemContentTitle {
    justify-content: space-between;
    height: 50px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 17px
}

    #CheckoutLeft #CheckoutLeftWrap .SectionItemContentTitle button {
        font-size: 10px;
        background: #262626;
        padding: 5px 10px;
        border-radius: 3px;
        color: #fff;
        border: none;
        outline: none;
        cursor: pointer;
    }

#CheckoutLeft #CheckoutLeftWrap .AddressItem {
    margin-bottom: 20px;
    padding: 16px;
    width: 100%;
    transition: all .2s;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #e5e4e9;
    box-shadow: 0 0 0 1px transparent;
    box-sizing: border-box;
    background: #fff
}

    #CheckoutLeft #CheckoutLeftWrap .AddressItem .AddresType {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        font-weight: 600;
        /* padding-left: 30px; */
        position: relative;
    }

        #CheckoutLeft #CheckoutLeftWrap .AddressItem .AddresType button {
            font-weight: 600;
            color: #000;
            font-size: 11px;
            background: transparent;
            border: none;
            outline: none;
            cursor: pointer;
        }

    /* #CheckoutLeft #CheckoutLeftWrap .AddressItem .AddresType::after {
            border: solid 1px #e5e4e9;
            height: 15px;
            width: 15px;
            content: '';
            display: flex;
            border-radius: 100%;
            position: absolute;
            left: 0
        }*/

    #CheckoutLeft #CheckoutLeftWrap .AddressItem.active {
        border-color: #000;
        background: #f7f7f9
    }

        #CheckoutLeft #CheckoutLeftWrap .AddressItem.active .AddresType::after {
            background: #000 url(../Img/Icons/check.svg) center center no-repeat;
            border-color: #000;
            background-size: 15px
        }

#CheckCargo .CargoItem {
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    padding: 16px;
    width: 100%;
    transition: all .2s;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #e5e4e9;
    box-shadow: 0 0 0 1px transparent;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    /* padding-left: 40px; */
}

    #CheckCargo .CargoItem b {
        float: right;
    }

    #CheckCargo .CargoItem::after {
        /*  border: solid 1px #e5e4e9;
        height: 15px;
        width: 15px;
        content: '';
        display: flex;
        border-radius: 100%;
        position: absolute;
        left: 10px*/
    }



    #CheckCargo .CargoItem.active::after {
        background: #000 url(../Img/Icons/check.svg) center center no-repeat;
        border-color: #744622;
        background-size: 15px
    }

#paymentSystem {
    padding: 0;
    margin-bottom: 30px
}

    #paymentSystem ul.paymentList, #paymentSystem ul.paymentList > li {
        display: flex
    }

        #paymentSystem ul.paymentList > li {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            color: #000;
            font-size: 13px;
            padding: 10px 20px;
            text-align: center;
            border: solid 1px transparent;
            font-weight: 500;
            cursor: pointer;
        }

            #paymentSystem ul.paymentList > li.ui-state-active {
                background: #f7f7f9;
                border-radius: 6px 6px 0 0;
                border: 1px solid #e5e4e9;
                position: relative
            }

    #paymentSystem .PaymentContent {
        background: #f7f7f9;
        border-radius: 6px;
        border: 1px solid #e5e4e9;
        padding: 20px;
        min-height: 300px;
        display: none;
    }

        #paymentSystem .PaymentContent.active {
            display: block;
        }

    #paymentSystem ul.paymentList > li.ui-state-active::After {
        width: 100%;
        height: 10px;
        background: #f7f7f9;
        content: '';
        position: absolute;
        bottom: -5px
    }

#T1 {
    border-top-left-radius: 0 !important
}

#T3 {
    /* border-top-right-radius: 0 !important;*/
    height: auto !important
}

#paymentSystem .PaymentContent .paymentTitle {
    font-weight: 600;
    font-size: 15px
}

#paymentSystem .PaymentContent .paymentContent {
    margin-bottom: 20px;
    font-size: 12px
}

#paymentSystem .PaymentContent input[type="text"], #paymentSystem .PaymentContent input[type="number"] {
    border: 1px solid #e5e4e9;
    background-color: #fff;
    color: #272727;
    background-clip: padding-box;
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 8px 16px;
    outline: none;
    transition: padding 0.1s,border-color 0.5s,box-shadow .5s;
    box-shadow: 0 0 0 1px transparent;
    -moz-appearance: none;
    -webkit-appearance: none
}

#paymentSystem .PaymentContent .form-group {
    padding: 5px
}

#DoorWrapperList .DoorWrapperItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    padding: 16px;
    width: 100%;
    transition: all .2s;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #e5e4e9;
    box-shadow: 0 0 0 1px transparent;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 40px
}

    #DoorWrapperList .DoorWrapperItem::after {
        border: solid 1px #e5e4e9;
        height: 15px;
        width: 15px;
        content: '';
        display: flex;
        border-radius: 100%;
        position: absolute;
        left: 10px
    }

    #DoorWrapperList .DoorWrapperItem.active::after {
        background: #000 url(../Img/Icons/check.svg) center center no-repeat;
        border-color: #000;
        background-size: 15px
    }

    #DoorWrapperList .DoorWrapperItem.active {
        border-color: #000;
        background: #fff
    }

#BankPaymentList .BankPaymentItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    padding: 16px;
    width: 100%;
    transition: all .2s;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #e5e4e9;
    box-shadow: 0 0 0 1px transparent;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 40px;
    flex-wrap: wrap
}

    #BankPaymentList .BankPaymentItem::after {
        border: solid 1px #e5e4e9;
        height: 15px;
        width: 15px;
        content: '';
        display: flex;
        border-radius: 100%;
        position: absolute;
        left: 10px
    }

    #BankPaymentList .BankPaymentItem.active::after {
        background: #000 url(../Img/Icons/check.svg) center center no-repeat;
        border-color: #000;
        background-size: 15px
    }

    #BankPaymentList .BankPaymentItem.active {
        border-color: #000;
        background: #fff
    }

    #BankPaymentList .BankPaymentItem button {
        background: #272727;
        height: 20px;
        font-size: 11px;
        border-radius: 3px;
        border: none;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0
    }

    #BankPaymentList .BankPaymentItem .Name {
        font-size: 10px
    }

#CheckoutLeft #CheckoutLeftWrap .AddressItem .AddresType a {
    font-size: 12px;
}

#CheckoutLeft #CheckoutLeftWrap .SectionItemContentTitle a {
    font-size: 13px;
}


.slick-list.draggable {
    width: 100% !important;
}

div#productImage img {
    width: 100%;
}


#productListTop {
    padding: 0 10px;
}



    #productListTop .col-6:last-child {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #productListTop button#FilterButton svg {
        height: 16px;
        margin-left: 5px;
    }

#productListTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.ComingSoon {
    background: url('../Img/Bg/ComingSoon.png') center center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ComingSoon .ComingSoonInner {
        background: rgba(60, 54, 49, 0.7);
        backdrop-filter: blur(2.5px);
        border-radius: 10px;
        width: 95%;
        max-width: 500px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 5%;
    }

        .ComingSoon .ComingSoonInner p {
            margin: 50px 0;
            font-style: normal;
            font-weight: 300;
            font-size: 18px;
            line-height: 22px;
            text-align: center;
            color: #EEEEEE;
        }

        .ComingSoon .ComingSoonInner a {
            width: 200px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #EEEEEE;
            border: 1.5px solid #2F2A26;
            border-radius: 10px;
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            line-height: 18px;
            text-align: center;
            color: #3C3631;
        }

.subMenuImages {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .subMenuImages > .px.py {
        max-width: 33.33%;
    }

    .subMenuImages a.sumMenuItem {
        position: relative;
    }

        .subMenuImages a.sumMenuItem span {
            position: absolute;
            width: 90%;
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            line-height: 15px;
            /* identical to box height */
            color: #FFFFFF;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            left: 5%;
            bottom: 10px;
            border-bottom: solid 1px #fff;
            height: 35px;
        }

.subMenuLinks > ul {
    display: flex;
    /* align-items: flex-start; */
}

    .subMenuLinks > ul > li > a {
        width: 100%;
        text-align: left;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #3C3631;
        margin-bottom: 10px;
        float: left;
    }

    .subMenuLinks > ul > li > ul > li > a {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        /* identical to box height */
        color: #3C3631;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .subMenuLinks > ul > li > ul > li {
        width: 100%;
        margin: 5px 0;
    }

header.sticky #headerMiddle {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#cDiscountWrap {
    display: flex;
    align-items: center;
    border-top: 0.5px solid rgb(200 199 199);
    border-bottom: 0.5px solid rgb(200 199 199);
    justify-content: space-between;
    padding: 20px 0;
}

    #cDiscountWrap button#applydiscountcouponcode {
        background: rgba(60, 54, 49, 0.25);
        border-radius: 5px;
        height: 50px;
        border: none;
        outline: none;
        width: 100px;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        color: #fff;
    }

    #cDiscountWrap input[type="text"] {
        height: 50px;
        margin: 0;
        width: calc(100% - 120px);
        padding: 0 15px;
        border: 0.5px solid rgba(60, 54, 49, 0.8);
        border-radius: 5px;
        background: transparent;
    }

#E-Popup {
    width: 600px;
    height: 600px;
    align-items: center;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    background: #EEEEEE;
    display: none;
}

    #E-Popup #Txt {
        padding: 30px;
        box-sizing: border-box;
    }

        #E-Popup #Txt h1 {
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            text-align: center;
            color: #3C3631;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        #E-Popup #Txt p {
            font-weight: 400;
            font-size: 15px;
            text-align: center;
            color: #3C3631;
            margin-bottom: 50px;
        }

        #E-Popup #Txt input#popup-mail {
            width: 100%;
            text-align: center;
            border: 1px solid #C4C4C4;
            background: transparent;
            margin-bottom: 30px;
        }

        #E-Popup #Txt button#popup-button {
            width: 100%;
            height: 35px;
            border: none;
            color: #fff;
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            background: #3C3631;
            cursor: pointer;
        }

    #E-Popup.active, #E-Popup.active + #E-Popup-Overlay {
        display: flex;
    }

#E-Popup-Overlay {
    background: #3c3631ab;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    display: none;
}

#FilterWrap {
    width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    height: 100%;
    background: #EEEEEE;
    display: none;
}

    #FilterWrap + #FilterWrapOverlay {
        background: #7446226e;
        width: 100%;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100000;
        display: none;
    }

    #FilterWrap.active, #FilterWrap.active + #FilterWrapOverlay {
        display: flex;
    }

#SearchBar {
    height: 200px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    background: #eeeeee;
    display: none;
}

    #SearchBar .container {
        display: flex;
        padding: 25px 0;
        justify-content: space-between;
        align-items: flex-start;
    }

    #SearchBar .searchLogo {
        height: 50px;
        width: 200px;
    }

    #SearchBar .searchClose {
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        background: #fff;
        cursor: pointer;
    }

    #SearchBar .searchWrap {
        width: calc(100% - 300px);
        max-width: 600px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #SearchBar .searchWrap input#search-input {
            width: calc(100% - 60px);
            height: 50px;
            margin: 0;
            padding: 0 15px;
            border: none;
            background: transparent;
            border-bottom: solid 3px #32231b9e;
        }

        #SearchBar .searchWrap button#search-btn {
            width: 50px;
            height: 50px;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

#SearchBarOverlay {
    height: 100%;
    width: 100%;
    background: #33251ba8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}


#SearchBar.active,
#SearchBar.active + #SearchBarOverlay {
    display: flex;
}


@media only screen and (min-width:800px) {

    #mobileMenu {
        display: none;
    }

    #Space {
        opacity: 0;
    }
}
#Top_Sl {
    width: 100vw;
    overflow: hidden;
}

.top_slider,
.top_slider_item {
    height: 100%;
}

.top_slider_item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Görseli orantılı şekilde kırparak tüm alanı kaplar */
    display: block;
}


#Top_Sl_Mob{display:none;}
	#Top_Sl{display:block;}
@media only screen and (max-width:800px) {
    #E-Popup {
        flex-direction: column;
        max-width: 80%;
    }

    #cartWrapper {
        background: white;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999999999999999999;
        width: 100%;
        margin: 0;
        padding: 10px;
    }

    #productDetailInner #productRight {
        padding: 0 10px;
    }

        #productDetailInner #productRight #productCode {
            margin: 0;
        }

        #productDetailInner #productRight h1#productName {
            margin-bottom: 10px;
        }

    #cartWrapper button.Add2Cart {
        background: #3C3631;
        color: #fff;
    }

    #productSection {
        padding: 0;
    }

    div#productThumb {
        display: none;
    }

    #productImage {
        width: 100%;
    }

    .product-grid.subCategoryList .form-row {
        float: left;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }


    #cartPopup {
        width: 350px !important;
    }

    .row {
        margin: 0;
        width: 100%;
    }

    div#CartLeft .ShopppingCartItems .ShopppingCartItem .productInfo .Variant {
        width: 50%;
        margin: 0 !important;
        height: 30px;
        display: flex;
        align-items: center;
    }

    div#CartLeft .ShopppingCartItems .ShopppingCartItem .productInfo .Name {
        margin-bottom: 5px;
    }

    .edit-item.Variant {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    div#CartLeft .ShopppingCartItems .ShopppingCartItem {
        border-bottom: solid 1px #e7e7e7;
        position: relative;
    }

    .RemoveWrap {
        width: 55px;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .terms-of-service.cartTerms {
        width: 100%;
    }

    #CartRight button#checkout {
        margin: 0 !important;
    }

    .product-grid.ts.subCategoryList > .form-row > .px.py.col-3.col-sm-6 {
        padding: 0;
    }

        .product-grid.ts.subCategoryList > .form-row > .px.py.col-3.col-sm-6:nth-child(odd) {
            padding-right: 2.5px;
            padding-bottom: 2.5px;
        }

        .product-grid.ts.subCategoryList > .form-row > .px.py.col-3.col-sm-6:nth-child(even) {
            padding-left: 2.5px;
            padding-bottom: 2.5px;
        }

    .countProductSection .Action {
        width: 50%;
    }

    #productListTop {
        margin-bottom: 10px;
    }

    #SearchBar .container {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px;
    }

    #SearchBar .searchLogo {
        order: 1;
        width: 50%;
    }

    #SearchBar .searchWrap {
        order: 3;
        width: 100%;
    }

    #SearchBar .searchClose {
        order: 2;
    }

    #SearchBar {
        height: 200px;
    }

    #headerMiddle #UserAction ul li a span {
        display: none;
    }

    #E-Popup img {
        width: 100% !important;
        height: auto;
    }

    #E-Popup * {
        /* width: 100%; */
    }

    #E-Popup .col-7 {
        position: absolute;
        opacity: 0.2;
        z-index: 3;
        width: 100%;
    }

    button#PopupNewsModalClose {
        width: 100%;
    }

    #E-Popup #Txt {
        position: relative;
        z-index: 3;
        background: #ddd8d8c7;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        #E-Popup #Txt input#popup-mail {
            border: solid 1px #3c3631;
        }

    button.slick-arrow {
        width: 30px;
        height: 30px;
    }

        button.slick-arrow.slick-prev {
            left: 0;
        }

        button.slick-arrow.slick-next {
            right: 0;
        }

    #headerBottom {
        display: none;
    }

    footer#mainFooter .footerItem {
        width: 100%;
    }

    footer#mainFooter {
        padding: 20px;
    }

        /* footer#mainFooter .footerItem h3 + ul {
            display: none;
        }*/

        footer#mainFooter .Social ul {
            justify-content: center;
        }

    #BottomIcons .Content .Item {
        text-align: center;
    }

    #WhiteAndBlack .Content {
        display: flex;
        flex-direction: column;
    }

        #WhiteAndBlack .Content > * {
            width: 100%;
            padding: 5px 10px;
        }

    #OnBoard .Content {
        flex-wrap: wrap;
    }

        #OnBoard .Content > * {
            width: 100%;
        }

    #OnBoard .Txt h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    #OnBoard .Txt p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    #OnBoard .Txt a {
        margin-bottom: 20px;
    }

    #mobileMenu {
        position: fixed;
        top: 0;
        bottom: 0;
        background: #DDDCDB;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        /* z-index: 99999999; */
        height: 100vh;
        overflow-x: hidden;
        transform: translateX(-450px);
        transition: transform .25s;
        width: 70%;
        padding: 10px 30px;
        box-sizing: border-box;
    }




        #mobileMenu.active {
            visibility: visible;
            transform: translateX(0);
            transition: transform .25s;
            z-index: 4444;
        }



    .closeMobileMenu {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .AccountSection {
        margin-bottom: 25px
    }

        .AccountSection a {
            display: flex;
            align-items: center;
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 200%;
            letter-spacing: .02em;
            position: relative
        }

            .AccountSection a img {
                height: 40px;
                width: 40px;
                margin-right: 12px
            }

            .AccountSection a::After {
                content: '';
                display: flex;
                background: red;
                height: 15px;
                width: 15px;
                position: absolute;
                right: 0;
                top: calc(50% - 7.5px)
            }

    .CampaignSection {
        margin: 20px 0;
        padding: 5px
    }

        .CampaignSection a {
            display: flex;
            align-items: center;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            letter-spacing: .02em;
            color: #111
        }

            .CampaignSection a svg {
                margin-right: 10px
            }

    .NoAccountSection {
        padding: 10px;
        box-sizing: border-box;
        margin: 10px 0
    }

        .NoAccountSection p {
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            color: #757575
        }

            .NoAccountSection p a {
                color: #000;
                display: flex;
                align-items: center;
                margin-top: 5px
            }

    .NoAccountSectionLink {
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column
    }

        .NoAccountSectionLink li > a {
            height: 36px;
            display: flex;
            align-items: center;
            padding: 0 20px;
            float: left;
            border-radius: 20px
        }

        .NoAccountSectionLink li:nth-child(2) > a {
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            letter-spacing: .02em;
            color: #111;
            border: 1.2px solid #CCC
        }

        .NoAccountSectionLink li:nth-child(1) > a {
            background: #000;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            color: #FFF
        }

        .NoAccountSectionLink li {
            margin: 5px 0
        }

    .MobileMenuInnerList {
        margin-top: 15px;
        padding: 10px;
        box-sizing: border-box
    }

        .MobileMenuInnerList ul li a {
            display: flex;
            align-items: center;
            margin: 12px 0;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            letter-spacing: .03em;
            color: #111;
            width: 100%;
        }

            .MobileMenuInnerList ul li a img {
                margin-right: 10px;
                height: 22px;
                width: 22px
            }

    #MobileNewMenu > ul > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.02em;
        color: #111111;
        height: 50px;
        width: 100%;
    }

        #MobileNewMenu > ul > li::after {
            width: 20px;
            height: 20px;
            display: flex;
            background: url('../Img/Icons/menuRight.svg') center center no-repeat;
            content: '';
            /* top: 0; */
        }

    .MobileMenuWrap {
        background: #fff;
        display: flex;
        left: 0;
        flex-direction: column;
        right: 0;
        padding: 36px 30px;
        box-sizing: border-box;
        position: absolute;
        overflow-x: hidden;
        top: 0;
        height: 100vh;
        background-color: #fff;
        transform: translateX(-400px);
        transition: transform .25s;
        width: 100%;
    }

        .MobileMenuWrap .closeMobileMenu {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

            .MobileMenuWrap .closeMobileMenu .closeMobileBack {
                display: flex;
                align-items: center;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                color: #111
            }

                .MobileMenuWrap .closeMobileMenu .closeMobileBack img {
                    transform: rotate(180deg);
                    margin-right: 20px
                }

        .MobileMenuWrap .MobileMenuWrapTitle {
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            margin-top: 25px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between
        }

            .MobileMenuWrap .MobileMenuWrapTitle::after, .MobileMenuWrap ul li a::after {
                width: 20px;
                height: 20px;
                /* background: url("../Img/Icons/menuRight.svg") center center no-repeat; */
                content: '';
                display: flex
            }

        .MobileMenuWrap ul li a {
            display: flex;
            align-items: center;
            height: 35px;
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            color: #757575;
            justify-content: space-between
        }

        .MobileMenuWrap.active {
            visibility: visible;
            transform: translateX(0px);
            transition: transform .25s;
        }

    .MobileMenuInnerList ul li {
        width: 100%;
    }

    .MobileMenuWrap ul.Sub > li > ul.child {
        display: none;
    }

    .MobileMenuWrap ul.Sub > li::after {
        width: 20px;
        height: 20px;
        background: url("../Img/Icons/menuRight.svg") center center no-repeat;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

    .MobileMenuWrap ul.Sub > li {
        position: relative;
        margin: 10px 0;
    }

        .MobileMenuWrap ul.Sub > li.active::after {
            transform: rotate(90deg);
        }


        .MobileMenuWrap ul.Sub > li.active ul {
            display: block;
            margin-top: 10px;
        }



    #MainCarousel .Item .Txt {
        width: 100%;
        margin-top: -78%;
        z-index: 99999999;
        display: none;
    }

    #MainCarousel .Item .Img {
        width: 100%;
    }

    #MainCarousel .Item > .px.py.col-3 {
        z-index: 999999;
    }

    #MainCarousel .Item {
        flex-direction: column-reverse;
    }

        #MainCarousel .Item > * {
            width: 100%;
        }

    footer#mainFooter .footerItem h3 {
        height: 50px;
        position: relative;
    }

        footer#mainFooter .footerItem h3::After {
            width: 25px;
            height: 25px;
            content: '+';
            display: none;
            position: absolute;
            right: 20px;
            top: calc(50%);
            transform: translateY(-50%);
            font-size: 25px;
            align-items: center;
            justify-content: center;
        }

        footer#mainFooter .footerItem h3.active::After {
            content: '-';
        }

    #Space {
        opacity: 1;
    }

    #mobileMenuButton {
        border: none;
        outline: none;
        background: transparent;
    }

    #Space {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    #LoginRegisterWrap .container {
        display: flex;
        flex-direction: column;
    }

    #LoginRegisterWrap .IconSetDesc {
        order: 3;
    }

    #LoginRegisterWrap .IconSet {
        order: 2;
        margin-bottom: 30px;
    }

    #LoginRegisterWrapper {
        order: 1;
        padding: 0 25px;
        margin: 20px 50%;
    }

    #LoginRegisterWrap .IconSet > .col-3 {
        width: 50%;
    }

    div#CartLeft .ShopppingCartItems .ShopppingCartItemTitle {
        display: none;
    }

    .GiftNote {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .GiftNote > * {
            width: 100%;
        }

    div#CartLeft .ShopppingCartItems .ShopppingCartItem .productInfo {
        width: 83%;
        padding: 5px;
    }

    div#CartLeft .ShopppingCartItems .ShopppingCartItem .QtyPrice {
        width: 66.66%;
    }

    div#CartLeft .ShopppingCartItems .ShopppingCartItem .Total {
        width: 33.33%;
    }

    div#CartLeft .ShopppingCartItems .ShopppingCartItem .QtyPrice .RemoveWrap {
        justify-content: center;
    }

    #productListImage {
        padding: 0;
		margin-bottom: 165px;
		
    }
	#productListImageCombine {
        padding: 0;
		margin-bottom: -55px;
		
    }
	#Top_Sl_Mob{display:block;}
	#Top_Sl{display:none;}
.scroll-up.onTop #Breadcrumb{
	margin-top:70px;
}


    #productListTop .col-6 {
        width: calc(50% - 10px);
    }

    footer#mainFooter .footerItem ul li a {
        font-size: 14px;
        font-weight: 400;
    }
}


.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 25px;
}

.close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    top: 15px;
    position: absolute;
    right: 15px;
}

@media screen and (max-width: 768px) {
    button.close {
        right: -40%;
    }
}

#userBox {
    width: 150px;
    position: absolute;
    z-index: 999;
    right: 0;
    background: #dddcdb;
    box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 30%);
    border: 1px solid #e2e6eb;
    border-radius: 3px;
    display: none;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
    display: none;
}

.MiddleBanner .Big {
    width: 66% !important;
    padding-top: 5px;
}

.MiddleBanner .Small {
    width: 32.25% !important;
    padding-top: 5px;
}

.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
}

.countProductSection {
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
}

ul.pagination {
    margin: 60px 0;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-item.current-page .page-link {
    color: #1c1b1b;
    border-bottom-color: #744622;
    box-shadow: 0 -2px #744622 inset;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #744622;
    background-color: #fff;
    /* border: 1px solid #dee2e6; */
}

#paginationWrap nav {
    align-items: center;
    display: flex;
    justify-content: center;
}

#productListTop button#FilterButton {
    width: 200px;
    max-width: 100%;
    display: flex;
    align-items: center;
    height: 30px;
    border: none;
    outline: none;
    background: transparent;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #3C3631;
    padding: 0;
    cursor: pointer;
    justify-content: flex-start;
}

.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;
}

div#filterSection {
    position: fixed;
    background: #c3c1bf;
    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;
    padding: 20px;
    box-sizing: border-box;
}

    div#filterSection.active {
        transform: translateX(0);
        opacity: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }

#filterSection.active + #filterSectionOverlay {
    display: flex;
    width: 100%;
    height: 100%;
    background: transparent;
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
}

.ajaxfilter-section {
    font-size: 13px;
    padding: 0;
    line-height: 18px;
    margin: 0;
    border-color: #000;
    display: grid;
}

#slider-range {
    border: 0;
    top: 0;
    left: 0px;
    cursor: pointer;
    position: relative;
    height: 4px;
    margin: 25px 17px 15px 10px;
    background-color: #744622;
}

    #slider-range .ui-slider-range {
        background: #744622;
        top: 0px;
        height: 4px;
        position: absolute;
    }

    #slider-range .ui-slider-handle {
        border: 0;
        outline: 0;
        cursor: pointer;
        background: #744622;
        border-radius: 100%;
        height: 15px;
        top: -6px;
        width: 15px;
        position: absolute;
    }

.ajaxfilter-title {
    font-size: 14px;
}

#specification-filter-section .filter-section .title, #attribute-filter-section .filter-section .title {
    position: relative;
    border-bottom: solid 1px #8b838357;
}

    #specification-filter-section .filter-section .title + .scrollbar, #attribute-filter-section .filter-section .title + .scrollbar {
        display: none;
    }

.scrollbar {
    top: 20px;
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    border-bottom: solid 1px #dfdfdf;
}

#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;
}

.scrollbar ul > li:first-child {
    margin-top: 10px;
}

.ajaxfilter-section > ul > li {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 5px;
}

    .ajaxfilter-section > ul > li > label > span {
        float: right;
        margin-right: 15px;
    }

div#specification-filter-section {
    margin-top: 10%;
}

#productSection .Action select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 5px;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    height: 35px;
    max-width: 200px;
    border-radius: 3px;
    background: url(../Images/arrow.svg) calc(100% - 2px) center no-repeat;
    font-family: Montserrat,Campton, Roboto, Arial;
}

.countProductSection > span {
    margin-right: 10px;
    font-size: 14px;
}

option {
    font-size: 13px;
    padding: 50px !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    outline: none;
}

input#q {
    padding: 10px;
}

#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 #744622;
}

input.search-button {
    margin-left: 10px;
    height: 38px !important;
    min-width: 50px;
    padding-left: 13px;
    background: #744622;
    color: #fff;
    border: solid 1px #744622;
    display: -webkit-box;
    margin-top: 5px;
    cursor: pointer;
}

#productImage .slick-arrow {
    top: 0;
    cursor: pointer;
    margin-top: 10px;
}

    #productImage .slick-arrow.slick-next {
        right: 10px !important;
    }

    #productImage .slick-arrow.slick-prev {
        left: 78% !important;
    }

#productRight span.productDiscount {
    position: relative;
    margin-right: 40px !important;
    top: 0;
    color: #744622;
    background: transparent;
    border: 1px solid;
    border-radius: 10px;
    min-width: 100px;
}

span.productDiscount {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    align-items: center;
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 2;
    background: #744622;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

#productRight .ProductRelated ul#otherColor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    #productRight .ProductRelated ul#otherColor li {
        height: auto;
        width: 75px;
        margin-right: 10px;
        border: 1px solid #ccc;
        overflow: hidden;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

button, a {
    cursor: pointer;
}

.VariantTitle {
    font-size: 13px;
    margin-bottom: 10px;
}

.ProductAccordion .Desc .rowItem {
    border-bottom: .5px solid rgba(165,165,165,0.75);
    display: flex;
    align-items: center;
}

    .ProductAccordion .Desc .rowItem .L {
        font-weight: 600;
        background: #dee2e6;
        padding: 10px;
    }

    .ProductAccordion .Desc .rowItem .R, .ProductAccordion .Desc .rowItem .L {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

.ProductAccordion {
    margin-top: 20px;
    /*  border-bottom: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
    border-left: solid 1px #dee2e6;*/
    box-sizing: border-box;
    border-radius: 3px;
}

#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-reject {
    background: #757372;
    border: none;
    color: #e4e2e2;
    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-reject:focus {
        outline: 0;
    }

#btz-cookie-popup button#cookie-ok:focus {
    outline: 0;
}

#cartPopup.active {
    display: flex;
}

#cartPopup .Title {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

#cartPopup .Bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
}

    #cartPopup .Bottom .btn {
        border-radius: 6px;
        height: 40px;
        width: 40%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #cartPopup .Bottom .btn.btn-go {
            background: #744622;
            color: #fff;
            border: none;
            text-transform: uppercase;
        }

        #cartPopup .Bottom .btn.btn-out {
            background: #eeeeee;
            color: #000;
            font-weight: 600;
        }

        #cartPopup .Bottom .btn.btn-go:hover {
            background: #a36635;
        }

a.btn.btn-sm.btn-danger {
    color: #9a0505;
    transition: all .3s ease;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    box-sizing: border-box;
    font-size: 13px;
    padding: 5px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.crossCellProduct .Title {
    font-size: 20px !important;
}

#cartPopup .popupItem .productInfo .Name {
    font-weight: 500;
    font-size: 14px;
}

#cartPopup .popupItem .productInfo .Variant {
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 10px;
}

#cartPopup .popupItem .productInfo .sPrice {
    width: 50%;
}

#cartPopup .popupItem .productInfo .RemoveWrap, #cartPopup .popupItem .productInfo .sPrice {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
}

#cartPopup .popupItem .productInfo .sPrice {
    justify-content: flex-start;
    font-weight: 600;
    color: #744622;
}

#cartPopup .popupItem .productInfo .RemoveWrap button.removeBtn {
    border: none;
    font-size: 11px;
    background: transparent;
    text-decoration: underline;
}

.QtyPrice .Qty {
    display: flex;
    align-items: center;
    width: 100px;
}

    .QtyPrice .Qty a, .cswishlist .Item .Qty a {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e6e6e6;
        background-color: #fafafa;
        font-size: 18px;
        box-sizing: border-box;
    }

    .QtyPrice .Qty input, .cswishlist .Item .Qty input {
        width: 40px;
        text-align: center;
        border: 1px solid #e6e6e6;
        height: 40px;
        border-right: none;
        border-left: none;
        margin: 0;
        box-sizing: border-box;
    }

.mobileAddToCard {
    display: none;
}

#cartWrapper .orderList button#checkout {
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #28a745;
    float: left;
    width: 100%;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 20px;
    text-transform: uppercase;
    background: #28a745;
}

@media screen and (max-width: 768px) {
    button#checkout.checkout-button.checkoutButton {
        display: none !important;
    }

    .mobileAddToCard {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99999;
        background: #fff;
        box-sizing: border-box;
        box-shadow: 0 -3px 3px rgb(0 0 0 / 10%);
        flex-wrap: wrap;
        padding: 10px 0 0 0;
    }

        .mobileAddToCard .mobileAddToCardPrice {
            padding: 10px;
            box-sizing: border-box;
            order: 2;
        }

        .mobileAddToCard > div {
            width: 50%;
            display: flex;
            align-items: center;
        }

    .mobileAddToCardButton {
        order: 3;
    }

    #cartWrapper .orderList button#checkout {
        margin: 0;
        height: 60px;
        border-radius: 0;
    }
}

div#OrderTotal {
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 20px 20px;
}

#OrderTotal .Title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

#OrderTotal .Item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

    #OrderTotal .Item .First {
        font-size: 14px;
        color: #333;
        font-weight: 600;
    }

    #OrderTotal .Item .Second {
        font-size: 16px;
        color: #333;
    }

    #OrderTotal .Item.Last {
        font-weight: 600;
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #e6e6e6;
    }

        #OrderTotal .Item.Last .Second {
            color: #744622;
        }

.CartActionLinks {
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
}

    .CartActionLinks a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        color: #000;
        text-align: center;
    }

    .CartActionLinks > div:nth-child(1) > a {
        color: #dc3545 !important;
    }

    .CartActionLinks > div:nth-child(2) > a {
        color: #f77d1a;
    }

.terms-of-service.cartTerms {
    margin-left: 10px;
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.cartTerms span {
    font-size: 14px;
}

.custom-checkbox .custom-control-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc6c6;
}

strong {
    font-weight: bold;
}

.terms-of-service .custom-control-description {
    font-size: 13px;
}

.CartActionLinks a.custom-control-description.read.pl-1.font-weight-bold {
    display: inline-block;
}

.custom-checkbox input:checked ~ .custom-control-label {
    background-color: #744622;
}

.custom-checkbox .custom-control-label:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox .custom-control-label:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .custom-control-label:after {
    display: block;
}

#CartRight button#checkout {
    height: 50px;
    background: #3C3631;
    border-radius: 1px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    outline: none;
    margin-top: 10px;
    border: none;
    width: 100%;
    text-transform: uppercase;
}

    #CartRight button#checkout:hover {
        background: #5e554e;
    }

div#Banks {
    align-items: center;
    justify-content: center;
    display: flex;
}

#Banks > img {
    width: 60%;
}

.AddresDescription b {
    font-weight: 600;
}

.AddresDescription {
    font-size: 13px;
}

.adressInner .addressRow.active {
    position: relative;
    border: solid 1px #744622 !important;
    overflow: hidden;
    background: #fff !important;
}

.adressInner .addressRow input[type="radio"], .cargoInner .ShippingMethodList input[type="radio"], .card-bodyins input[type="radio"], .CargoItem input[type="radio"] {
    opacity: 0;
}

.adressInner .addressRow.active::After {
    width: 50px;
    height: 50px;
    background-color: #744622 !important;
    position: absolute;
    content: '';
    right: -15px;
    top: -15px;
    border-radius: 100%;
}

.adressInner .addressRow.active .AddresDescription b, .adressInner .addressRow.active .AddresType {
    color: #744622;
}

#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;
    outline: none;
}

#NewAddressModal .box.col-12, #NewAddressModal .box.col-6 {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

.modal .SectionItemApply {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #272727;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}




.ship-to-same-address {
    float: right;
}

.miniCart .Content {
    max-height: calc(100% - 250px);
    overflow-y: scroll;
    min-height: 500px;
}

#CheckoutRightWrap #cProducts {
    max-height: 500px;
    overflow-y: auto;
}

#CheckoutLeftWrap {
    overflow-y: scroll;
}

    .miniCart .Content::-webkit-scrollbar, #CheckoutRightWrap #cProducts::-webkit-scrollbar, #CheckoutLeftWrap::-webkit-scrollbar {
        width: 5px;
    }

    .miniCart .Content::-webkit-scrollbar-track, #CheckoutRightWrap #cProducts::-webkit-scrollbar-track, #CheckoutLeftWrap::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .miniCart .Content::-webkit-scrollbar-thumb, #CheckoutRightWrap #cProducts::-webkit-scrollbar-thumb, #CheckoutLeftWrap::-webkit-scrollbar-thumb {
        background-color: #744622;
    }

.discountCoupon {
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px 0;
}

    .discountCoupon label {
        font-size: 12px;
        color: #000;
        display: flex;
        font-weight: 500;
        width: 100%;
    }

    .discountCoupon input {
        box-sizing: border-box;
        border: 1px solid #e6e6e6;
        height: 33px;
        border-radius: 3px 0 0 3px;
        width: calc(100% - 60px);
    }

    .discountCoupon button#applygiftcardcouponcode, .discountCoupon button#applydiscountcouponcode {
        width: 60px;
        height: 33px;
        box-sizing: revert;
        background: transparent;
        border: 1px solid #e6e6e6;
        border-left: none;
        border-radius: 0 6px 6px 0;
        background: #000;
        color: #fff;
        margin-top: 5px;
    }

#CheckoutRightWrap .Content {
    border-top: 1px solid #e5e4e9;
    border-bottom: 1px solid #e5e4e9;
    margin-top: 20px;
}

    #CheckoutRightWrap .Content .Title {
        font-size: 20px;
        color: #333;
        font-weight: 600;
        margin-bottom: 15px;
    }

#CheckoutRightWrap #OrderTotal {
    background-color: transparent !important;
}

#btnAddressSelected, #btnCargoSelected, #ConfirmButton {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3C3631;
    color: #fff;
    border-radius: 0px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

#CheckCargo .CargoItem.active {
    background-color: #744622;
    color: #fff;
    border-color: #744622;
}

.divtds {
    display: none;
}

div#cartImage {
    display: none;
}

div#cardDetail {
    width: 100%;
}

div#divCartIns {
    display: none;
}

.cswishlist .col.col-12.col-sm-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    /* display: flex; */
}

.cswishlist .Item {
    display: flex;
    box-sizing: border-box;
    border-bottom: solid 1px #dddddd;
    text-align: center;
    align-items: center;
    padding: 8px;
}

#orderDetailInner .Item {
    display: flex;
    box-sizing: border-box;
    border: solid 1px #dddddd;
    text-align: center;
    align-items: center;
}

.cswishlist .Image img {
    width: 40%;
}

.cswishlist .Image > a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cswishlist .Item .Name {
    color: #333;
    font-size: 13px;
    padding-right: 30px;
    margin-bottom: 10px;
    text-align: left;
    box-sizing: border-box;
}

    .cswishlist .Item .Name > a {
        color: #666;
    }

.edit-item.Variant {
    margin-top: 5px;
}

#cartWrapper .cartInner .Item .Variant, .cswishlist .Item .Variant {
    color: #666;
    font-size: 13px;
}

.cswishlist .Item .Prc, .cswishlist .Item .mainPrice {
    font-size: 16px;
    color: #734723;
    font-weight: 600;
}

.cswishlist .Item .Qty {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

button.update-wishlist-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;
}

button.wishlist-add-to-cart-button {
    color: #fff;
    background-color: #734723;
    border-color: #734723;
    width: 170px;
    height: 35px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

button.email-a-friend-wishlist-button {
    color: #fff;
    background-color: #f27a1a;
    border-color: #f27a1a;
    /* width: 170px; */
    height: 35px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

.wishlistUrl {
    font-size: 14px;
    color: #988f97;
}

.col.col-1.Remove > span {
    display: none;
}

.col.col-1.AddCart > span {
    display: none;
}

.fl.col-12.Row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.col.col-1.Remove {
    justify-content: center;
    align-items: center;
    display: flex;
}

.col.col-1.AddCart {
    justify-content: center;
    align-items: center;
    display: flex;
}

.cswishlist .Row > div {
    border-right: solid 1px #dddddd;
    padding: 2px;
    box-sizing: border-box;
}

.cswishlist .Row {
    border: solid 1px #dddddd;
    text-align: center;
    font-weight: 500;
}

#cartWrapper .Accepted {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
}

    #cartWrapper .Accepted .Title a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #44c4a1;
        font-weight: 600;
        margin-bottom: 20px;
    }

.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-overlay {
    transition: background-color 200ms linear;
}

.q-slideInDown.q-bottom-sheet-enter-done {
    background-color: rgba(0,0,0,.5);
}

.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;
}

.q-slideInDown .q-bottom-sheet-main {
    transition: transform 200ms ease-out;
}

.SizeAlert {
    display: none;
}

.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--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;
}

#productRight .SizeSecion div#sizeList, #divNoSelectSize div#sizeList {
    display: flex;
    align-items: center;
}

#divNoSelectSize div#sizeList {
    overflow: hidden;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 1rem;
    padding: 10px;
    color: #212529;
}

    #productRight .SizeSecion div#sizeList div.Item, #divNoSelectSize div#sizeList div.Item {
        margin-right: 10px;
        border: solid 1px #898685;
        min-width: 40px;
        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.Passive, #divNoSelectSize div#sizeList div.Item.Passive {
            user-select: none;
            cursor: not-allowed !important;
            filter: grayscale(1);
        }
/*
.custom-radio .custom-control-label {
    display: none;
}
*/
.custom-radio span.custom-control-description {
    cursor: pointer;
    font-size: 14px;
}

span.custom-control-description.aspNetDisabled {
    color: #dddcdc;
    user-select: none;
    cursor: not-allowed !important;
}

.size__button {
    margin: 0 15px 20px 15px;
}

.q-button.q-button-medium {
    height: 44px;
    font-size: 16px;
}

.q-button.q-primary {
    background-color: #744622;
    color: #fff;
    border: 1px solid #744622;
}

.q-button.q-fluid {
    width: 100%;
}

ul.child {
    display: grid;
}



    ul.child > li.child > a {
        padding: 0 6px;
    }

        ul.child > li.child > a:after {
            background: none;
        }

a.MobileMenuWrapTitle.Sub:after {
    background: none;
}

element.style {
}

ul.fl.col-12.Sub {
    font-size: 14px;
    padding: 0 24px;
}

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;
}

.divMobile {
    display: none;
    border-bottom: solid 1px #cfcccc;
    padding: 10px;
}

.currencySectionMobile, .langSectionMobile {
    width: 80%;
}

a.userlink-login {
    text-transform: capitalize;
}

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;
}

#headerMiddle #UserAction > ul > li:hover #userBox {
    display: flex;
}

div#userBox .dropdown-menu-contents a:hover {
    padding-left: 10px;
}

a.userlink-login > i {
    padding-right: 5px;
}

.accept-privacy-policy span {
    font-size: 14px;
}

span.read {
    font-weight: bold;
}

.LoginRegisterWrapperContent .form-group {
    padding-bottom: 10px;
}

#customerAccount {
    margin: 50px 0;
}

    #customerAccount .customerNavigation {
        padding-right: 30px;
    }

    #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 h5 i {
            display: none;
        }

.list.viewBox {
    margin: 15px 0;
}

    .list.viewBox li {
        list-style-type: none;
        font-size: 14px;
    }

#customerAccount .customerNavigation ul li {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#customerAccount .customerNavigation ul li {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.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;
}

#customerAccount .customerNavigation ul li a {
    background-color: #fff;
    color: #888;
    border: 2px solid #efefef;
    border-radius: 0.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 {
    background-color: #fff;
    color: #888;
    border: 2px solid #efefef;
    border-radius: 0.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: #744622;
        border-color: #744622;
        font-weight: 600;
    }

#save-info-button, .generalMarginSupporter input[type=submit], input.saveThis.change-password-button {
    width: 170px;
    color: #fff;
    background-color: #744622;
    border-color: #744622;
}

input.saveThis.change-password-button {
    margin-top: 10px;
}

#customerAccount h5 {
    font-size: 18px;
    border-bottom: solid 1px #dddddd;
    margin: 20px 0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    min-height: 60px;
    align-items: center;
}

#customerAccount .Panel .addressRow {
    margin: 0 0 15px 0;
    padding: 15px;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    min-height: 330px;
}

    #customerAccount .Panel .addressRow .Title {
        text-align: center;
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(0,0,0,.15);
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
    }

    #customerAccount .Panel .addressRow .addressRowItem {
        margin-bottom: 6px;
        line-height: 1.5;
        font-size: 13px;
    }

b {
    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: #744622;
            border-color: #744622;
            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 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;
}

#orderList .orderTitle, #orderList .orderItem {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #3d3d3d;
}

#orderList .orderTitle, #orderDetailInner > .Row {
    background: #744622;
    color: #fff;
    height: 30px;
    text-align: center;
    font-size: 14px;
}

#orderList .orderItem > div {
    display: flex;
    align-items: center;
    font-size: 13px;
}

#orderList .orderItem .Detail a {
    color: #ffffff;
    font-size: 12px;
    background: #a48b77;
    border: solid 1px #a48b77;
}
.requestdetail > input {
    color: #ffffff;
    font-size: 12px;
    background: #a48b77;
    border: solid 1px #a48b77;
    min-height:30px;
}
.comments {
    border: solid 1px #dddddd;
    margin-top: 5px;
    padding: 5px;
}

    .comments > label {
        font-weight: 600;
    }
#orderDetail .col-4 {
    display: flex;
}

    #orderDetail .col-4 .Item {
        border: 1px solid #3d3d3d;
        padding: 10px;
        box-sizing: border-box;
        font-size: 12px;
    }

element.style {
}

#orderDetail .col-4 .Item .Title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3d3d3d;
    padding: 10px;
    box-sizing: border-box;
}

#orderDetail .col-4 .Item .Row {
    margin-bottom: 5px;
    float: right;
    display: flex;
    justify-content: flex-start;
}

.ordDetail .detailTitle {
    justify-content: end !important;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    float: right;
}

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;
}

#orderDetailInner, #orderDetailContent {
    margin-top: 20px;
}

    #orderDetailInner .Item > div {
        /* border-right: solid 1px #dddddd; */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        font-weight: 500;
        font-size: 14px;
        /* flex-direction: column; */
    }

    #orderDetailInner .Item .Name {
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: flex-start;
        border-left: solid 1px #dddddd;
        padding: 10px;
        box-sizing: border-box;
    }

    #orderDetailInner > .Row > div {
        border-right: solid 1px #dddddd;
        padding: 5px;
        box-sizing: border-box;
    }

    #orderDetailContent .Title {
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        padding: 5px;
        box-sizing: border-box;
        background: #734723;
    }

    #orderDetailContent .Item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        padding: 10px;
        box-sizing: border-box;
    }

        #orderDetailContent .Item .First {
            font-size: 13px;
            color: #333;
            font-weight: 600;
        }

        #orderDetailContent .Item .Second {
            font-size: 15px;
            color: #333;
        }

        #orderDetailContent .Item.Last {
            font-weight: 600;
            padding-top: 25px;
            border-top: 1px solid #e6e6e6;
        }

            #orderDetailContent .Item.Last .First {
                font-weight: 600;
                font-size: 15px;
            }

            #orderDetailContent .Item.Last .Second {
                font-weight: 700;
                color: #734723;
                font-size: 18px;
            }

div#orderDetailContent {
    border: solid 1px #dddddd;
}

.result {
    background-color: #eee;
    text-align: center;
    color: #e71b1b;
}

img.SubMenuImage {
    width: 31px;
    display: inline-block;
}

.csCombineCategory > a {
    text-align: center !important;
}

.csCombineProductList .image-wrapper {
    padding-bottom: 90% !important;
}

.csCombineProductList .productItem .productItemName {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
    text-align: center;
}

.csCombineProductList .productItem .productName {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #3C3631;
}

.csCombineProductList .image-wrapper:hover img {
    transform: none !important;
}

.csCombineProduct .image-wrapper {
    padding-bottom: 110% !important;
}

.csCombineProduct #productRight h1#productName {
    margin-bottom: 5px !important;
}

.csCombineProduct #productRight #productWrapper {
    display: flex;
    align-items: center;
    margin: 5px 0 !important;
}

.combineSingleProduct .productItemDetail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.combineSingleProduct .productItem .productItemPrice {
    display: block !important;
}

.productCombineRemove button.removeBtn {
    border: none;
    font-size: 11px;
    background: transparent;
    text-decoration: underline;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#productRight .SizeSecion div#sizeList div.Item.active, #divNoSelectSize div#sizeList div.Item.active {
    background: #734723;
    color: #fff;
    border-color: #734723;
}

#productRight .SizeSecion div#sizeList div.Item.Passive::after, #divNoSelectSize div#sizeList div.Item.Passive::after {
    width: 179%;
    position: absolute;
    left: 0px;
    height: 2px;
    background: #734723;
    content: '';
    transform: rotate( 0deg );
    top: 18px;
}

div#CombineProductAttribute {
    padding-top: 5px;
    padding-bottom: 5px;
}

    div#CombineProductAttribute .SizeSecion div#sizeList div.Item.noAttrImage, div#CombineProductAttribute #divNoSelectSize div#sizeList div.Item.noAttrImage {
        margin-right: 10px;
        border: solid 1px #898685;
        min-width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        box-sizing: border-box;
        color: #898685;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

.combineSingleProduct {
    border-bottom: solid 1px #dddcdb;
}

.fl.col-12.Title {
    font-weight: 600;
}

.csCombineProduct #qtyBox {
    display: none;
}

.csCombineProduct #ProductContent {
    margin-top: 20px;
    width: 80%;
    float: right;
}

    .csCombineProduct #ProductContent h3::After {
        width: 20px;
        height: 20px;
        content: '+';
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 20px;
        position: absolute;
        /* left: 0px; */
        right: calc(45%);
    }

#ProductTabs {
    margin: 50px 0;
}

div#ProductTabs .Content > ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 30px;
}

    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 #a0837f;
        color: #333;
    }

#ProductTabs .ui-tabs-panel {
    border: none;
    padding: 40px;
    background: #dddcdb;
    border-radius: 0 100px 0 0;
    column-gap: 80px;
    min-height: 350px;
}

.ApperanceItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 14px;
}

    .ApperanceItem > * {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 5px 0;
    }

    .ApperanceItem b {
        font-weight: 600;
    }

.DescriptionItem {
    margin: 10px 0;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 34px;
    margin: 0 0 30px;
    font-weight: 400;
}

    .DescriptionItem h6 {
        font-weight: 700;
    }

.BigDescripton {
    font-weight: 400;
    line-height: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    color: #333333;
}

.BigDescriptionList {
    padding-left: 50px;
}

    .BigDescriptionList .BigDescriptionItem {
        display: flex;
        align-items: center;
        font-weight: 300;
    }

a.BannerButton {
    border: solid 2px #3c3b3b;
    padding: 10px;
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    font-size: 15px;
}

.MiddleTopBannerCss {
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
    transform: none;
    width: 41%;
    height: 228px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: absolute;
}


    .MiddleTopBannerCss h3 {
        font-size: 27px;
        text-align: left;
        font-style: normal;
        line-height: 1.1;
        margin: 0;
        margin-bottom: 60px;
        font-weight: 400;
    }

    .MiddleTopBannerCss p {
        text-align: left;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 60px;
    }





@media screen and (max-width: 768px) {
    div#catHeaderMainStory {
        min-height: 580px !important;
    }

    div#catHeaderStoryLeft {
        padding: 0 !important;
        width: 100%;
    }

    div#catHeaderStoryRight {
        width: 100%;
    }

    div#ProductTabs .Content > ul > li a {
        font-size: 13px;
    }

    .MiddleBanner .Big {
        width: 100% !important;
        padding-top: 5px;
    }

    .MiddleBanner .Small {
        width: 100% !important;
        padding-top: 5px;
    }

    #MainCarousel .Item h2 {
        color: #fff;
        font-size: 22px;
    }

    #MainCarousel .Item p {
        color: #fff;
    }

    a.BannerButton {
        border: solid 1.5px #fff;
        position: inherit;
        color: #fff;
    }

    .MiddleTopBannerCss h3 {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .MiddleTopBannerCss p {
        font-weight: 500;
        font-size: 8px;
        margin-bottom: 5px;
    }

    #btnAddressSelected, #btnCargoSelected, #ConfirmButton {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #3C3631;
        color: #fff;
        font-size: 14px;
        border: none;
        border-radius: inherit;
        width: 100%;
        cursor: pointer;
        white-space: pre-wrap;
    }

    #CheckoutLeft #CheckoutLeftWrap, #CheckoutRight #CheckoutRightWrap {
        max-width: 550px;
        padding: 10px 10px;
        box-sizing: border-box;
    }

    .MiddleTopBannerCss {
        right: 0;
        left: auto;
        top: 0;
        transform: none;
        width: 41%;
        height: 115px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        position: absolute;
    }

        .MiddleTopBannerCss a.BannerButton {
            font-size: 12px;
            height: 35px;
            padding: 0 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 30px;
            text-shadow: #000 4px 5px 3px;
        }

    .MiddleTopBannerCss {
        align-items: center;
        height: 150px;
        justify-content: flex-start;
    }

    .TxtButton {
        margin-top: -20%;
    }
}

#productThumb .slick-arrow {
    position: relative;
    left: auto !important;
    right: auto !important;
}

#productThumb .Content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#productThumb button.slick-arrow.slick-prev {
    transform: rotate(90deg);
}

#productThumb button.slick-arrow.slick-next {
    transform: rotate(90deg);
}

a.productListFavoriteButton > img:hover {
    background: url(../Img/Icons/Favorite_hover1.png);
}

#headerMiddle i.icon-user, #headerMiddle i.icon-magnifier, #headerMiddle i.icon-heart, #headerMiddle i.icon-basket {
    color: #744622;
}

#UserSection > a, #UserSection > li {
    font-size: 19px;
    color: #744622;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}

#UserSection a > span.fav-soft-count {
    border-radius: 100%;
    background: #744622;
    color: #ffffff;
    font-size: 7px !important;
    font-weight: 300;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -10px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#UserSection a > span.cart-soft-count {
    border-radius: 100%;
    background: #744622;
    color: #ffffff;
    font-size: 7px !important;
    font-weight: 300;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -10px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ModalAddToCart > div > div > div.modal-body > div > div > div.col.col-8.modal-border > div > div:nth-child(3) {
    display: none;
}

#ModalAddToCart > div > div > div.modal-body > div > div > div.col.col-8.modal-border > div > div.text-center {
    padding: 18px;
}

.linkDescription > img {
    padding: 5px;
}

.active .custom-radio span.custom-control-description {
    color: #fff;
}

#productRight .SizeSecion div#sizeList div.Item {
    flex-direction: column;
    height: 100px;
    padding: 0;
    justify-content: flex-start;
    width: 75px;
    padding-top: 75px;
    overflow: hidden;
}

.colorAttrImage {
    border: none;
    padding: 0;
    margin: 0;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#productRight .SizeSecion div#sizeList div.Item label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #000;
    margin-top: 3px;
}

#productRight .SizeSecion div#sizeList div.Item.noAttrImage {
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #productRight .SizeSecion div#sizeList div.Item.noAttrImage label {
        margin: 0;
    }

#ProductTabs .col.L {
    font-weight: bold;
}

span.cssDigerRenklerP {
    font-size: 12px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.form-group.Register {
    display: flex;
}

.Register .Delete {
    width: 170px;
    margin-left: 5px;
    border: none;
    outline: none;
    border-radius: 0;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

input.btn.btn-secondary.register-continue-button {
    color: #fff;
    background-color: #744622;
    border-color: #744622;
    border: none;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    height: 40px;
    min-width: 120px;
}

div#ph-title {
    font-weight: 600;
    margin-bottom: 2%;
    margin-top: 2%;
}

div#Contentpage {
    min-height: 230px;
}

.productDetailCombineItem > a {
    height: 200px;
}

    .productDetailCombineItem > a > img.active {
        min-width: 450px;
        max-width: 450px;
        object-fit: cover;
        object-position: 0 75%;
        -moz-box-shadow: 1px 1px 3px 0 #444444;
        -webkit-box-shadow: 1px 1px 3px 0 #444444;
        box-shadow: 1px 10px 3px 0 #a3a1a1;
    }

    .productDetailCombineItem > a > h3 {
        position: absolute;
        left: 30%;
        bottom: 25%;
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        color: #FFF;
    }

.newsletter-inputs {
    display: flex;
}

div#newsletter-result-block, div#popup_newsletter-result-block {
    color: red;
    font-size: 15px;
    font-weight: 500;
}

.newsletter-subscribe span.custom-control-description {
    font-size: 12px;
}

.newsletter-subscribe .accept-privacy-policy {
    margin-top: 10px;
}

#newsPolicyPopup .accept-privacy-policy {
    margin-top: 10px;
}

#newsPolicyPopup .custom-control-description, #newsPolicyPopup .read {
    font-size: 10px
}


.MiddleBanner img {
    transition: all .3s;
    transform: scale(1);
}

.TxtButton {
    padding-left: 80px;
    padding-right: 80px;
    z-index: 99999999;
    /* margin-top: -20%; */
}

.single_clarence_area_img.single_slider_bottom {
    position: relative;
}

    .single_clarence_area_img.single_slider_bottom .slider_bottom_text {
        position: absolute;
        bottom: 20px;
        left: calc(50%);
        transform: translateX(-50%);
        color: #fff;
    }

.csCombineProduct .ProductPrice {
    display: none !important;
}

.MiddleBannerTxt {
    margin-bottom: 30px;
}

.productDetailCombineItem > a {
    position: relative;
    margin: 10px 0 !important;
}

div#action_modal_form {
    display: none;
}

#ShopByCategory div.productItem {
    padding: 5px;
}

.TitleBar .Image {
    display: flex;
    align-items: center;
    justify-content: center;
}


.TitleBar .Info {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 10px;
}

#back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    position: fixed;
    bottom: 9px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: .25rem;
    cursor: pointer;
    transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    opacity: 0;
    z-index: 999;
    background: #744622;
    color: #fff;
    border-radius: 50%;
}

    #back-to-top .mdi {
        transform: rotate(90deg);
        background: #74462273 url(../Img/Icons/leftSlick.svg) center center no-repeat;
        background-size: 30px;
        font-size: 0px;
        width: 30px;
        height: 30px;
    }

    #back-to-top.show {
        opacity: 1;
    }
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(../Images/loading2.gif) no-repeat center center;
    z-index: 10000;
}

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;
    margin-left: 5px;
}
input.submit-return-request-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3966ac;
    color: #fff;
    border: none;
    outline: none;
    min-width: 125px;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 5px;
}

.blog-main {
    margin-left: -10px;
    margin-right: -10px;
    clear: both;
    display: flex;
    width: calc(100% + 20px);
}
    .blog-main .card-header {
        padding-top: 10px;
        font-weight: 600;
    }


    .blog-main .card-subtitle.d-inline-flex.align-items-center.text-muted.w-100 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 500;
    }
a.btn.btn-secondary.read-more {
    width: 100px;
    height: 40px;
    background: #3C3631;
    border-radius: 1px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #FFF;
    outline: none;
    border: none;
    padding: 10px;
}
.buttons.mt-3 {
    margin-top: 10px;
}
.blog-posts p img {
    padding: 5px;
    width:100%;
    height:100%;
    text-align:center;
}
/*.mobileAddToCardButton {
    order: 3;
}
.mobileAddToCard .mobileAddToCardPrice {
    padding: 10px;
    box-sizing: border-box;
    order: 2;
}
.mobileAddToCardButton input#btnAddressSelected, .mobileAddToCardButton input#btnCargoSelected, .mobileAddToCardButton input#ConfirmButton {
    margin: 0 !important;
    height: 60px;
    border-radius: 0 !important;
}
.mobileAddToCard > div {
    width: 50%;
    display: flex;
    align-items: center;
}
#cartWrapper .orderList button#checkout {
    margin: 0;
    height: 60px;
    border-radius: 0;
}

button#checkout.checkout-button.checkoutButton {
    display: none !important;
}

.mobileAddToCard .mobileAddToCardPrice {
    padding: 10px;
    box-sizing: border-box;
    order: 2;
}*/
.order-design-service-button.Item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.btn-design-service {
    border: solid 1px #744622;
    padding: 15px;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
    cursor: pointer;
}
    .btn-design-service:hover {
        background-color: #744622;
        color:#fff;
    }


.btn-design-service2 {
    border: solid 1px #744622;
    padding: 15px;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
    background-color: #744622;
    color: #fff;
}
.SizeSecion > .attributes {
    text-align: left;
    font-size: 15px;
    width:100%;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 400;

}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-checkbox .custom-control-label::before {
   
    display: none;
   
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

textarea.form-control {
    width:100%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #734723;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
}
.product-desc-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}
.product-desc-button > div.col-6 {
    border: solid 1px #744622;
    width: 275px;
    margin-left: 10px;
    color: #fff;
    background: #744622;
    height: 30px;
}
.cssCampaignBigCargo{display:none;}

.card.text-white.card-success.message-success.text-center .card-bodyquote, .card.text-white.card-danger.message-failure.text-center .card-bodyquote {
        padding: 5px;
    }

button#removediscount {
    /* color: #fff; */
    /* padding: 3px; */
    /* margin-left: 10%; */
}

.cartTerms span {
    font-size: 14px;
}
.card.text-white.card-success.message-success.text-center, .card.text-white.card-success.text-center {
    background: #13b950;
    font-size: 13px;
    height: 40px;
    margin-top: 5px;
    box-sizing: border-box;
}
blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
}
.text-white {
    color: #fff !important;
}
.card-body.align-items-center {
    display: inline-flex;
    height: auto;
}
button.btn.btn-sm.btn-secondary.remove-gift-card-button {
    outline: none;
    box-sizing: border-box;
    padding: 1px;
    font-size: 16px;
    border: none;
    background: no-repeat;
}
button#removediscount {
    color: #fff;
    padding: 10px;
    margin-left: 10%;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}