
body {
    margin: 0px;
    padding: 0px;
    background: #fadeb1;
}

input {
    border: 0px;
}

    input:focus {
        border: 1px;
        outline: none;
    }

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #ad2008;
}

section {
    padding: 40px 0px 0px 0;
}

h1 {
    color: #ad2008;
    font-weight: bold;
    padding: 0;
    margin: 0px;
}

h2 {
    font-size: 26px;
    color: #44233b;
    padding: 10px 0px 8px 0px;
}

h3 {
    font-size: 26px;
    color: #ad2008;
    padding: 10px 0px 8px 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Barlow;
    font-weight: bold;
}

ul, li {
    margin: 0px;
    padding: 0px;
}

p {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.btn {
    background-color: #510d0a;
    padding: 5px 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
}

    .btn:hover {
        background-color: #a4442c;
        color: #fff;
    }

#textSlider {
    min-width: 70dvw;
}

.viewport-header {
    position: relative;
    min-height: 100dvh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .viewport-header h1 {
        font-size: 3em;
        font-weight: 600;
        color: #fff;
        text-align: left;
    }

    .viewport-header input {
        width: 100%;
        padding: 15px;
        border-radius: 7px;
    }

.contentbg {
    /*background-color: #fadeb1;*/
    background: rgba(250,222, 177,0.95);
    /*opacity: 0.95;*/
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

/*global*/
.main-heading {
    color: #ad2008;
    font-weight: bold;
    text-align: center;
    padding:;
    font-size: 33px;
    padding: 40px 0 30px 0;
    margin: 0px;
    text-align: center;
}




/* page content */

.navbar {
    margin: 0px;
    padding: 0px;
}

main {
    background-color: lightblue;
    font-size: 2rem;
    margin-top: 50vh;
    padding: 10px;
    position: relative;
}
/*video ends herer header*/
/*top menu*/
.menu_cont {
    background-color: #bf0a30;
    position: fixed;
    z-index: 1;
    top: 0px;
    width: 100%;
    transition: 0.3s all;
    padding: 0px 0px 5px 0;
}

    .menu_cont .top-menu li {
        display: inline-block;
    }

        .menu_cont .top-menu li a {
            color: #fff;
            font-size: 14px;
        }




.Logo_cont {
    background-color: #fff;
    position: fixed;
    z-index: 1;
    padding: 0px;
    margin: 0px;
    top: 0px;
    width: 100%;
    transition: 0.3s all;
    height: 106px;
    z-index:999;
}

    .Logo_cont .top-menu {
        margin: 4px 0 0 0;
    }

        .Logo_cont .top-menu li {
            display: inline-block;
            margin-left: 10px;
            font-family: 'Barlow';
        }

            .Logo_cont .top-menu li a:after {
                display: block;
                content: '';
                border-bottom: solid 2px #f26837;
                transform: scaleX(0);
                transition: transform 250ms ease-in-out;
            }

            .Logo_cont .top-menu li a:hover:after {
                transform: scaleX(1);
            }

            .Logo_cont .top-menu li a {
                color: #000;
                font-size: 15px;
                padding: 7px 7px;
                font-weight: 600;
                text-transform: uppercase;
                font-family: 'Barlow';
            }

                .Logo_cont .top-menu li a:hover {
                    color: #f26837;
                }


/*                .Logo_cont .top-menu li a.donatenow {
                    background-color: #fd8102;
                    color: #fff;
                    border-radius: 10px;
                    padding: 7px 15px;
                }*/

                .Logo_cont .top-menu li a.username {
                    color: #000;
                    font-size: 15px;
                    padding: 7px 7px;
                    font-family: Arial, sans-serif;
                    text-transform: capitalize;
                    font-weight: 400;
                }
    /* .Logo_cont .top-menu li a.active:after {
                        display: block;
                        content: '';
                        border-bottom: solid 2px #f26837;
                        transform: scaleX(0);
                        transition: transform 250ms ease-in-out;
                    }

                    .Logo_cont .top-menu li a.active:after {
                        transform: scaleX(1);
                    }*/

    .Logo_cont .Loginmenu {
        margin: 15px 0 0 0;
        height: 30px;
    }

        .Logo_cont .Loginmenu li a {
            font-size: 16px;
            padding: 0px 5px;
            color: #000;
        }

            .Logo_cont .Loginmenu li a:hover {
                background: 0px;
                color: #000;
            }
.overlay-content .overlayLoginmenu li {
    display: inline-block;
}
.overlay-content .overlayLoginmenu li a {
    font-size: 16px;
    padding: 0px 5px;
    color: #fff;
}

    .overlay-content .overlayLoginmenu li a:hover {
        background: 0px;
        color: #fff;
    }

    .Logo_cont .menulink {
        margin: 0px 0 0 0;
        clear: both;
    }

.Logocontheight {
    transition: 0.3s all;
}

.Logo_cont.Logocontheight #logo {
    height: 74px;
    margin: 3px 0 0 0;
    transition: 0.3s all;
}

.Logo_cont.Logocontheight .Loginmenu {
    margin: 6px 0 0 0;
}

.Logo_cont.Logocontheight .top-menu li a {
    font-size: 14px;
}

.Logo_cont.Logocontheight {
    height: 100px;
}

    .Logo_cont.Logocontheight .menulink {
        margin: 9px 0 0 0;
    }
/*top menu ends here*/
/*banner*/
#BannerVid {
    display: block;
}

.video {
    object-fit: cover;
    width: 100vw;
    background-color: #000;
    height: 100vh;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
}

.searchbanner {
    position: relative;
    height: 86%;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*banner ends here*/


/*why us*/
.whyussection .whyussectionbox {
    background-color: #fff2de;
    text-align: left;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0dbbb;
}

    .whyussection .whyussectionbox h1 {
        font-size: 21px;
        padding: 15px 0 10px 0;
    }

    .whyussection .whyussectionbox img {
        width: inherit;
        display: block;
        height: 70px;
        margin: 15px auto;
        text-align: center;
    }

    .whyussection .whyussectionbox p {
        font-size: 13px;
        margin: 0px;
    }
/*ecartcont container*/
.ecartcont .ecartcontbox {
    border: 1px solid #f0dbbb;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 0 0 13px 0;
    background-color: #fff2de;
    margin-bottom: 45px;
}
    .ecartcont .ecartcontbox a {
        display:block;
    }
    .ecartcont .ecartcontbox .image {
        overflow:hidden;
    }
    .ecartcont .ecartcontbox .image img{
        width: 100%;
        transition: transform .9s; /* Animation */
    }
    .ecartcont .ecartcontbox:hover .image img {
        width: 100%;
        transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

    .ecartcont .ecartcontbox .content .description h1 a{
        font-size: 20px;
        color: #410900;
        padding: 15px 10px;
    }
    .ecartcont .ecartcontbox .content .description {
        padding: 0px 15px;
    }

    .ecartcont .ecartcontbox .pricing {
        display: block;
        font-size: 18px;
        color: #ad2008;
        padding: 8px 0 4px 0;
    }

    .ecartcont .ecartcontbox input {
        padding: 7px 10px;
        font-size: 13px;
        color: #fff;
        border-radius: 10px;
        margin: 10px 10px 0px 10px;
        font-weight: 800;
        text-transform: uppercase;
        width: -webkit-fill-available;
    }

    .ecartcont .ecartcontbox:hover {
        border: 1px solid #7d7d7d;
        transition: 0.3s all;
    }

.ecartcont .ecartcontbo img {
    width: 100%;
}

.ecartcont .cartbtn {
    border: 1px solid #d88e7d;
    transition: 0.3s all;
    padding: 4px 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Barlow';
    background-color: #fff;
    margin-top: 10px;
    color: #d88e7d;
}
.ecartcont .cartbtn svg{
    margin-right:10px;
}

    .ecartcont .cartbtn:hover {
        background: #b77262;
        color:#fff;
    }

.ecartcont .wishbtn {
    background-color: #dba860;
}


/*questionssection*/
.questionssection {
    padding: 50px 0px;
    margin: 40px 0;
    background-color: #eeeeee;
}

    .questionssection .main-heading {
        padding: 0px 0 20px 0;
        margin: 0px;
    }
/*Service Footer  here*/
.fotter {
    background-color: #470602;
    color: #fff;
    padding: 0px;
    margin: 40px 0 0px 0;
}

.fottercont p {
    padding: 10px;
    font-size: 11px;
    margin: 0px;
}


/*accordion-button*/
.accordion-button:not(.collapsed) {
    background: #ffffff;
    color: #333;
    border: 0px;
}

.accordion-button {
    background-color: #fff2de;
}

    .accordion-button.collapsed {
        background-color: #fff;
    }

/*how to do*/
.howtodo li {
    font-family: Barlow;
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
    color: #919191;
}

.accordion-button:focus {
    background: none;
    border: 0px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.aos-all {
    width: 1000px;
    max-width: 98%;
    margin: 10vh auto 0 auto;
}

.aos-item {
    display: inline-block;
    float: left;
    width: 33.3333%;
    height: 300px;
    padding: 20px;
}

.aos-item__inner {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    background: #1da4e2;
    line-height: 260px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .aos-item {
        width: 50%;
    }
}


/*customized csss for cart*/
#form-currency .dropdown a {
    display: contents;
}


.dmenu_editor-menu_inner {
    margin-bottom: 0px !important;
}

#dmenu_editor-menu_main {
    background: none !important;
    border: 0px !important;
    margin: 15px 0 0 0 !important;
}

.dmenu_editor-menu_list li a {
    background: none !important;
    color: #000 !important;
    text-shadow: none !important;
}

.dmenu_editor-menu_list li.current a {
    background: none !important;
    color: #000 !important;
    text-shadow: none !important;
    padding: 0px 10px;
}
.dmenu_editor-menu_list li.donatenow a {
    background-color: #fd8102 !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 7px 15px 3px 15px;
}


.dmenu_editor-menu_list li.current a:after {
    display: block;
    content: '';
    border-bottom: solid 2px #f26837;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

    .dmenu_editor-menu_list li.current a:after {
        transform: scaleX(1);
    }


/*product page*/

.productpage.ecartcont .ecartcontbox .content .description h1 a {
    padding: 15px 0px 0px 0px;
}
.productpage.ecartcont .ecartcontbox .content .description #description-box {
    padding: 9px 0 6px 0;
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
}
.productpage.ecartcont .ecartcontbox .content .description .price {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-family: 'Barlow';
    font-weight: 700;
}
.productpage.ecartcont .ecartcontbox{
    margin:0 0 20px 0;
}



/*inner pages container margin*/
#product-category {
/*    margin: 119px auto 0 auto;
*/

}
/*end*/
#column-left .list-group a {
    background: none !important;
    border-bottom: 1px solid #c3ab84;
    color: #ad2008;
    font-family: 'Barlow';
    font-size: 16px;
    padding: 5px 7px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}
    #column-left .list-group a.active {
        font-weight: bold;
    }

/*inner pages breadcrumb */
.headingbreadcrumb {
    background-color: #fff2de;
    margin: 107px 0 21px 0;
    padding: 10px 0;
}
.breadcrumb{
    margin:6px 0 0 0;
}
    .breadcrumb li a {
        color: #424242;
        font-size: 11px;
        font-weight: bold;
    }
/*add to cart page */
.image.magnific-popup .img-thumbnail.mb-3 {
    width: 100%;
}

#product-info .list-unstyled h2 {
    margin:0px;
    padding:0px;
}
.list-unstyled .price-new {
    border-bottom: 1px solid #c3ab84;
    display:block;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
}

.Availableoptionscont .calc {
    min-width: 150px;
    padding: 5px 15px;
    border-radius: 15px;
}

.Availableoptionscont .calclabel {
    display: block;
}
#compare-total, #button-list, #button-grid {
    display: none !important;
}
.Availableoptionscont .quantitycont {
    width: 202px;
    margin-bottom: 10px;
}
.Availableoptionscont .form-select {
    width: 203px;
}
.Availableoptionscont .form-label{
    font-weight:bold;
    font-size:14px;
}

/*cart list AddedCartlist*/
.AddedCartlist .input-group {
    width: 150px;
}
.AddedCartlist thead th {
    width: 150px;
    color:#fff;
    text-align:center;
    background-color: #ad2008;
}
.AddedCartlist .productname a {
    color: #ad2008;
    font-weight:bold;
}
.AddedCartlist td {
    padding:20px;
}
.AddedCartlist .table tr:nth-child(odd) td {
    background-color: #fff7eb;
}
.AddedCartlist .table tr:nth-child(even) td {
    background-color: #fff;
}
.AddedCartlist #checkout-total td {
    color: #ad2008;
    font-size:20px;
}

/*checkoutdetails */
.checkoutdetails {
    background-color:#fff;
    padding:10px;
}

    .checkoutdetails legend {
        font-family: Barlow;
        font-weight: bold;
        display: block;
        padding: 20px 0px 5px 10px;
    }

    .checkoutdetails td li small {
        font-size: 13px;
    }

    .checkoutdetails #checkout-confirm table th {
        background-color: #ad2008;
        border-style: hidden;
        color: #fff;
        padding: 10px 15px;
    }
    .checkoutdetails #checkout-confirm table tr:nth-child(odd) td {
        background-color: #fff7eb;
        border-style: hidden;
        padding: 20px 15px;
    }

    .checkoutdetails #checkout-confirm .table tr:nth-child(even) td {
        background-color: #fff;
        border-style: hidden;
        padding: 20px 15px;
    }

    .checkoutdetails .table .totalamt {
        font-weight: bold;
        background-color: #ad2008 !important;
        color: #fff !important;
        border-bottom: 1px solid #fff;
        padding: 5px 10px !important;
    }

    .checkoutdetails #checkout-payment button{
        margin-bottom: 15px;
        color: #fff;
        background-color: #ad2008;
    }

.PersonalDetails .heading3 {
    font-size: 19px;
    font-family: Barlow;
    border-top: 1px solid #ebae4c;
    font-weight: bold;
}

/*login and register page*/
.LoginRegister .heading3 {
    font-size: 19px;
    font-family: Barlow;
    border-top: 1px solid #ebae4c;
    font-weight: bold;
}

.LoginRegister .LoginRegistercont {
    border-radius: 25px;
    width: 400px;
    max-width: 520px;
    margin: auto;
    width: 100%;
    background: #fff;
    padding: 40px;
    border-top: 1px solid #fff;
}
.LoginRegister .heading3 {
    font-size: 19px;
    font-family: Barlow;
    font-weight: bold;
    margin-bottom: 20px;
    border-top: 0px solid #ebae4c;
    border-bottom: 1px solid #ebae4c;
    padding-bottom: 15px;
}




/*mob menu*/
.openbtn {
    position: absolute;
    right: 18px;
    top: 39px;
    font-size: 21px;
    background: #ad2008;
    color: #fff;
    width: 37px;
    height: 35px;
    text-align: center;
    border-radius: 10px;
    display: none;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}