@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");

* {

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {

    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
    overflow-x: clip;

}

a {

    text-decoration: none;
}

.mt-30 {

    margin-top: 30px !important;
}

.mt-60 {

    margin-top: 60px !important;
}

.mt-90 {

    margin-top: 90px;
}

.mt-120 {

    margin-top: 120px;
}

/*------------headertop-------*/

.headertopbody {

    margin: 0px;
    padding: 6px 0px;
    background-color: #a47f65;
    display: flex;
    align-items: center;
}

.headertopleft {

    margin: 0px;
    padding: 0px;
    padding-top: 8px;
}

.headertoplefticon {

    display: flex;
    gap: 10px;
}

.headertoplefticon i {

    color: #fff;
    font-size: 15px;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}

.headertopleftcall {

    margin: 0px;
    padding: 0px;
}

.headertopleftcall p,
.headertopleftcall p span a {

    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

/* .headertopleft:hover .headertoplefticon i,
.headertopleft:hover .headertopleftcall p,
.headertopleft:hover .headertopleftcall p span a {
    color: #cc9966;
} */

/*---------------headertopright-------------*/


.headertopright {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    gap: 30px;
    padding-top: 8px;
}

.headertoprightuser {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
    position: relative;
}


.headertoprightuserdropdown {
    position: absolute;
    top: 120%;
    left: -250px;
    width: 500%;
    margin: 0px;
    padding: 20px;
    background-color: white;
    z-index: 2;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.headertoprightuser:hover .headertoprightuserdropdown {

    visibility: visible;
    top: 100%;
}



.loginboxmaintext {

    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    border-bottom: dotted 1px #a8a8a8;

}

.loginboxmaintext h5 {

    color: #343a40;
    font-size: 14px;
    font-weight: 600;
}

.loginboxmaintext p {

    color: #414141;
    font-size: 13px;
    margin: 0;
    padding: 0;
    margin-top: -10px;
}

.loginboxmainbutton {

    margin: 0px;
    padding: 10px 0px;
    margin-top: 10px;
    border-bottom: dotted 1px #a8a8a8;
    padding-bottom: 20px;

}

.loginboxmainbutton button {

    color: #707070;
    text-decoration: none;
    border: solid 1px #707070;
}

.loginboxmainbutton button:hover {

    background-color: white;
    color: #CC9966 !important;
    border: solid 1px #707070;
}

.loginboxmainorders {

    margin: 14px 0px;
    padding: 0px;
}

.loginboxmainorders ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.loginboxmainorders ul li {

    margin: 0px !important;
    padding: 10px 0px !important;
    list-style: none;
}

.loginboxmainorders ul li a {

    color: #333;
    margin: 0px !important;
    padding: 0px !important;
    text-decoration: none;
}


.headertoprightuser i {

    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}

.headertoprightuser p {

    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
}

.headertoprightsocial {

    margin: 0px;
    padding: 0px;
    display: block;
}

.headertoprightsocial ul {

    margin: 0px;
    padding: 0px;
    display: flex;
}

.headertoprightsocial ul li {

    margin: 0px;
    padding: 0px 8px;
    list-style: none;
}

.headertoprightsocial ul li a {

    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}




/*---------logobox------*/


.logobox {

    margin: 0px;
    padding: 5px 0px;
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
}

.searchbutton {

    margin: 0px;
    padding: 0px;
    position: relative;
    margin-top: 15px;
}


.searchbutton input {

    width: 100%;
    max-width: 250px;
    display: block;
    border-radius: 14px;
    font-size: 14px;
    color: black;
    padding: 10px;
    margin-left: 50px;
    height: 46px;
    padding-left: 50px;
}

.searchbutton input:focus {

    outline: none;
}

.searchbutton button {
    position: absolute;
    top: 0;
    left: 15px;
    width: 70px;
    height: 46px;
    background-color: #CC9966 !important;
    border-radius: 0 30px 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.searchbutton button:hover {

    background-color: white !important;
    border-radius: 30px 30px 0px 30px;

}

.searchbutton button i {

    color: white;
}

.searchbutton button:hover i {

    color: #000;
}

.mainlogo {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: left;
}

.headernavigation {

    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.headernavigation ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}

.headernavigation ul li {

    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

.headernavigation ul li ul.submenu{

    margin: 0px;
    padding: 0px;
    position: absolute;
    display: none;
    top: 180%;
    left: 0;
    width: 150%;
    border-top: solid 2px #2d2d2d;
    border-bottom: solid 2px #2d2d2d;
    background-color: rgb(235, 235, 235);
    z-index: 10;

}

.headernavigation ul li:hover ul.submenu{

    display: block;
}


.headernavigation ul li ul.submenu li{

    margin: 0px;
    padding: 15px 20px;
    display: block;
    border-bottom: solid 1px #333333;
}

.headernavigation ul li ul.submenu li:last-child{

    border-bottom: none;
}

.headernavigation ul li ul.submenu li a{

    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #2d2d2d;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;

}

.headernavigation ul li ul.submenu li a:hover{

    color: #a47f65;
}

.headernavigation ul li a {

    margin: 0;
    padding: 0px 15px;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    padding-bottom: 40px;
}

.headernavigation ul li a:hover {

    color: #a47f65;
}


/*-------------wishlist----------*/

.wishlistbox {

    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    display: flex;
    justify-content: right;
    gap: 20px;
    margin-top: 28px;
}


.wishlistboxmain {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.wishlistboxmainicon {

    margin: 0px;
    padding: 0px;
    position: relative;
    cursor: pointer;
}

.wishlistboxmainicon i {

    color: #a47f65;
    font-size: 20px;
}

.wishlistboxmainiconbox {

    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -8px;
    left: 65%;
    background-color: #CC9966;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;


}

.wishlistboxmainiconbox p {

    color: white;
    font-size: 12px;
    margin-top: 12px;
}

.wishlistboxmainiconboxtext {

    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.wishlistboxmainiconboxtext p {

    color: #a47f65;
    font-size: 14px;
}

.wishlistdropdown {

    margin: 0px;
    padding: 0px;
    position: relative;

}

.wishlistdropdownmain {

    position: absolute;
    top: 180%;
    left: -190%;
    width: 350%;
    background-color: #ffff;
    margin: 0px;
    padding: 20px;
    visibility: hidden;
    z-index: 2;
    transition: all 0.2s ease-in-out;
}

.wishlistdropdown:hover .wishlistdropdownmain {

    visibility: visible;
    top: 140%;
}

.wishlistdropdownmain1 {

    display: flex;
    margin: 0px;
    padding: 5px 0px;
    gap: 20px;
    border-bottom: solid 1px #e0e0e0;
}

.wishlistdropdownmain1width1 {

    width: 70%;
    margin: 0px;
    padding: 0px;

}


.wishlistdropdownmain1width1 h5 a {

    color: #707070;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}


.wishlistdropdownmain1width1 h5 a:hover {

    color: #CC9966;
}

.wishlistdropdownmain1width1 p {

    color: #707070;
    font-size: 14px;
}

.wishlistdropdownmain1width2 {

    width: 30%;
    margin: 0px;
    padding: 0px;
}

.mt-10 {

    margin: 10px 0px;
}


.wishlistdropdownmain1width3 {

    width: 50%;
    margin: 0px;
    padding: 0px;
}


.wishlistdropdownmain1width3 h5 {

    color: #707070;
    font-size: 16px;
}

.wishlistdropdownmain1widthbox {

    margin: 10px 0px;
    padding: 0px;
    display: flex;
}

.wishlistdropdownmain1width3 button {

    background-color: #CC9966 !important;
    color: white !important;
}

.wishlistdropdownmain1width3 button:hover {

    background-color: transparent !important;
    border: solid 1px #CC9966 !important;
    color: #414141 !important;
}

.wishlistdropdownmain1width3change {
    width: 50%;
    margin: 0px;
    padding: 0px;
}


.wishlistdropdownmain1width3change button {

    border: solid 1px #CC9966 !important;
    background-color: transparent !important;
    color: black !important;
}

.wishlistdropdownmain1width3change button:hover {

    background-color: #CC9966 !important;
    color: white !important;
}

/*----------navigation--------------*/

.navigationbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-color: white;
    border-bottom: solid 1px #333333;
}


.headernav {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.headernav ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    position: relative;
}


.headernav ul li {

    margin: 0px;
    padding: 10px 0px;
    list-style: none;

}



/*--------megamenu-------------*/

.mt-mega20 {

    margin-top: 20px !important;
}

.megamenu {

    position: absolute;
    top: 160%;
    left: 0;
    z-index: 1;
    width: 132%;
    background-color: white;
    border-top: solid 2px #CC9966;
    border-bottom: solid 2px #CC9966;
    margin: 0px;
    padding: 20px;
    transition: all 0.5s ease-in-out;
    z-index: 2;
    display: none;
}


.megamenu1 {

    display: flex;
    margin: 0px;
    padding: 0px;
}

.megamenu1navigationcolor {

    color: #CC9966 !important;
}

.megamenu1navigation {

    margin: 0px;
    padding: 10px;
    flex-basis: 20%;
    flex-direction: row;
}

.megamenu1navigationtext {

    margin: 0px;
    padding: 0px;

}

.megamenu1navigationtext ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.megamenu1navigationtext ul li {

    margin: 0px;
    padding: 3px 0px;
    display: block;
    list-style: none;
}

.megamenu1navigationtext ul li a {

    font-size: 12px !important;
    color: #707070;
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    transition: all 0.5s ease-in-out;
}

.megamenu1navigationtext ul li a:hover {

    color: #000 !important;
}

.headernav>ul>li:hover .megamenu {

    display: block;
    opacity: 1;
    top: 118%;
}

.headernav>ul>li>a {

    margin: 0px;
    padding: 0px 14px;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    color: black;
    transition: all 0.5s ease-in-out;
    padding-bottom: 30px;
}

.headernav ul li a:hover {

    color: #CC9966;
}

/* .headernavigationright {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}

.headernavigationrighticon {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.headernavigationrighticon i {

    color: #CC9966;
    font-size: 14px;
    line-height: 20px;
}

.headernavigationrighticon p {

    color: #000;
    font-size: 14px;
} */

/*----------banner------------*/


.bannerbody {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.bannerbodyimage {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 580px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bannerbodyimage h3 {

    font-size: 14px;
    color: white;
}

.bannerbodyimage h1 {

    font-size: clamp(24px, 5vw, 72px);
    color: white;
    letter-spacing: 25px;
    font-weight: bold;
}

.bannerbodyimage button {

    margin-top: 15px;
}


.banner .owl-prev,
.banner .owl-next {

    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    border: solid 1px rgb(255, 255, 255) !important;
    position: absolute !important;
}


.banner .owl-prev {

    top: 45% !important;
    left: 60px !important;
}


.banner .owl-prev i {

    color: white !important;
}


.banner .owl-prev:hover {

    background-color: #CC9966 !important;
}

.banner .owl-next {

    top: 45% !important;
    right: 60px !important;
}

.banner .owl-next i {

    color: white !important;
}

.banner .owl-next:hover {

    background-color: #CC9966 !important;
}

/*-----------shop1----------*/

.mydivelement {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


.mydivelementmain {

    display: inline;
    cursor: pointer;
    font-size: 15px;
    counter-reset: none;
    width: 100%;
    max-width: 550px;
    pointer-events: visible;
}

/*-----------shop1end----------*/

/*--------------shop------------*/

.shopleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


.shopbg{

    margin: 0px;
    padding: 40px 0px;
    width: 100%;
    display: block;
    position: relative;
}

.shopbg::before{

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../myaimg/shopbg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.shopleftimg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position-y: 0;
}


.shopleftimg h5 {

    color: #ffe7d6;
    font-size: 24px;
}


.shopleftimg h2 {

    color: white;
    font-size: 24px;
}

.shopleftimg button {

    margin-top: 20px;
    border: none !important;
    border-bottom: solid 2px white !important;
}

.shopleftimg::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    
}





/*----------categories--------*/

.categoriestextcenter {

    margin: 0px;
    padding: 0px;
    text-align: center;

}

.categoriestextcenter h2 {

    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}


.categoriesbox {

    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
}

.categoriesboxmain1 {

    margin: 0px;
    padding: 0px;
    position: relative;
}

.categoriesboxmain {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    background-position-y: 0px;
}

.categoriesboxmainshop {

    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.596);
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.categoriesboxmainshop h4 {

    color: white;
    font-size: 18px;
}


.categoriesboxmainshop button {

    margin-top: 10px;
}

.categoriesboxmain1:hover .categoriesboxmainshop {

    bottom: 0;
}

.categories .owl-prev i {

    color: #8a8a8a !important;
    position: absolute !important;
    top: 40% !important;
    left: 0 !important;
    font-size: 36px;
}

.categories .owl-prev:hover i {

    color: #CC9966 !important;
}


.categories .owl-next i {

    color: #8a8a8a !important;
    position: absolute !important;
    top: 40% !important;
    right: 0 !important;
    font-size: 36px;
}

.categories .owl-prev:hover i {

    color: #CC9966 !important;
}

/*----------------payment---------*/

.paymentbox {

    margin: 0px;
    padding: 40px 20px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    background-image: url(../myaimg/onlinepaybg.webp);
    background-attachment: fixed;
}

.paymentbox::before{

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.61);
    z-index: -1;

}

.paymentdelivery {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.paymentdeliveryicon {

    margin: 0px;
    padding: 0px;
}

.paymentdeliveryicon i {


    color: #a47f65;
    font-size: 24px;
}

.paymentdeliverytext {

    margin: 10px 0px;
    padding: 0px;

}

.paymentdeliverytext h5 {

    color: white;
    font-size: 18px;
}

.paymentdeliverytext p {

    color: #8a8a8a;
    font-size: 14px;
}


/*-----------newarraival-------------*/


.newarrivalbg {

    margin: 0px;
    padding: 40px 0px;
    position: relative;
    z-index: 1;
}

.newarrivalbg::before {

    position: absolute;
    content: "";
    background-image: url(../myaimg/newarrivalbg.jpg);
    width: 100%;
    height: 96%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.7;
}


.newarraivalbox {


    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.newarraivalboximg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    overflow: hidden;
    background-position-y: 10px;
}

.newarraivalboximg1 {

    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.603);
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newarraivalboximg:hover .newarraivalboximg1 {

    height: 100%;
    top: 0;

}

.newarraivalboxtext {

    margin: 0px;
    padding: 10px 20px;
    text-align: center;
}

.newarraivalboxtext h5 a {

    color: #777;
    font-size: 14px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}


.newarraivalboxtext h4 {

    margin: 0px;
    padding: 0px;
}

.newarraivalboxtext h4 a {

    color: #333333;
    text-decoration: none;
    font-size: 16px;
    margin-top: -20px;
    transition: all 0.5s ease-in-out;
}

.newarraivalboxtext h4 a:hover {

    color: #cc9966;
}

.newarraivalboxtext h6 {

    color: #a47f65;
}

.newarraivalboxtext h6 span {

    color: #777;
    text-decoration: line-through;
}


.newarraivalbtn {

    margin: 15px 0px;
    padding: 0px;
    text-align: center;
}

.newarraivalbtn button {

    border: none;
    border-bottom: solid 2px #a47f65;
    color: #000;
}

.newarraivalbtn button:hover {

    background-color: #a47f65 !important;
    color: white !important;
}

/*---------------blog---------------*/


.blogbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.blogboximg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.blogboximg img {

    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blogboxtext {

    margin: 5px 0px;
    padding: 0px;
    text-align: center;
}

.blogboxtextdate {

    margin: 10px 0px;
    padding: 0px;
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 25px;
}

.blogboxtextdate h6 a {

    color: #707070;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.blogboxtextdate h6 a:hover {

    text-decoration: underline;
    color: #CC9966;
}

.blogboxtextdate p {

    color: #707070;
    font-size: 14px;
}

.blogboxtext h4 a {

    color: #707070;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    text-align: center;
    text-decoration: none;

}

.blogboxtext h4 a:hover {

    color: #cc9966;
}

.blogboxtext h6 a {

    color: #707070;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    font-size: 15px;
}

.blogboxtext h6 a:hover {

    color: #cc9966;
}


/*----------weddingstyles-------------*/

.weddingstyleleft {

    margin: 0px;
    padding: 0px;
}


.weddingstyleleftimg {

    width: 100%;
    height: 880px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../myaimg/wedding1.jpg);

}


.weddingright {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.weddingright1 {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-color: white;
}

.weddingright1img {
    width: 100%;
    display: block;

}

.weddingright1img img {

    width: 100%;
    height: 300px;
    object-fit: cover;
}

.weddingright1text {

    margin: 0px;
    padding: 10px 20px;
    text-align: center;
}

.weddingright1text h6 {

    color: #cc9966;
    border-bottom: dotted 1px #707070;
    padding-bottom: 10px;
}

.weddingright1text p {

    color: #333;
}


/*-------------whychoose------------*/


.whychoosebg {

    margin: 0px;
    padding: 40px 0px;
    background-color: #f5f5f5;
    margin-top: 50px;
}


.whychoosetext {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.whychoosetext h2 {

    color: #000;
    font-size: 24px;
}

.whychoosetext p {
    width: 60%;
    margin: 20px auto;
    color: #333333;
    font-size: 15px;
}

.whychooseboxmain {

    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.whychoosebox {

    background-color: white;
    margin: 10px 0px;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.whychoosebox h6 {

    color: #a47f65;
    font-size: 20px;
    font-weight: 400;
}

.whychoosebox p {

    color: #333;
    font-size: 15px;
}

.whychoosewidth {

    width: 70%;
    margin: 0 auto;
}

/*---------trust-------------*/


.trustbg {

    background-color: #f8efe6;
    padding: 60px 0px;
    margin: 0px 0px;
    margin-top: 0px;
}

.trusttextcenter {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.trusttextcenter h2 {

    font-size: 24px;
    color: #000;
}

.trustbox {

    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}


.trustbox-main {

    margin: 0px;
    padding: 20px;
    background-color: #ffffff;
}

.trustbox-main p {

    color: #333;
    font-size: 14px;
    height: 84px;
}

.trustbox-main h6 {

    color: #cc9966;
}

.trustbox-main h6 svg {

    height: 85px;
    color: #333;
}


/*-----------footer-----------*/


.footerbody {

    background-color: #e9e9e9;
    padding: 30px 0px;
    margin: 0px;
    width: 100%;
    display: block;
}

.footerbodyboder {

    border-bottom: solid 1px #707070;
    padding: 20px 0px;
}

.footerbodyleft {

    margin: 0px;
    padding: 0px;
}

.footerbodyleft p {

    color: #2d2d2d;
    font-size: 14px;
    margin-top: 10px;
}

.footerbodyleftsocial {

    margin: 10px 0px;
    padding: 0px;
}

.footerbodyleftsocial1 {

    display: flex;
    gap: 22px;
}

.footerbodyleftsocial1 a i {

    color: #414141;
}

.footermiddle {

    margin: 0px;
    padding: 0px;
}

.footermiddle h2 {

    color: #a47f65;
    font-size: 16px;
    text-transform: uppercase;
}

.footermiddlenav {

    margin-top: 20px;
    padding: 0px;
}

.footermiddlenav  ul{

    margin: 0px;
    padding: 0px;
    display: block;

}

.footermiddlenav  ul li{

    margin: 0px;
    padding: 6px 0px;
    display: block;
    list-style: none;
}

.footermiddlenav  ul li a{

margin: 0px;
padding: 0px;
font-size: 15px;
color: #2d2d2d;
text-decoration: none;
cursor: pointer;
}

.footermiddlenav1{

    margin: 10px 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
}

.footermiddlenav1 p, .footermiddlenav1 p a{

    color: #2d2d2d;
    font-size: 15px;
    text-decoration: none;
}



.footerpayment {

    margin: 40px auto;
    padding: 0px;
    display: table;
}


.footercopyright {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.footercopyright p,
.footercopyright p a {

    color: #2d2d2d;
    text-decoration: none;
    font-size: 14px;
}

.sticky {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background-color: white;
    z-index: 9999;
    border-bottom: solid 1px #000;
}

/*-------newcss-------*/

.reslogo {

    display: none;
}

.resbtn {

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: -50px;
}

.ressearch {

    margin: 0px;
    padding: 15px;
    display: none;
}

.ressearch1 {

    display: none;
}

.rescross {

    display: none;
}

.ressocial {

    display: none;
}

/*=========================categoriespage==================*/


.categoriesbedcramps {

    margin: 0px;
    padding: 30px 0px;
    border-bottom: dotted 2px #2d2d2d;
}


.categoriesbedcramps ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.categoriesbedcramps ul li {

    margin: 0px;
    padding: 0px 10px;
    list-style: none;
}

.categoriesbedcramps ul li i {

    font-size: 14px;
}

.categoriesbedcramps ul li a {

    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: #707070;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.categoriesbedcramps ul li a:hover {

    color: #CC9966;
}

.mt-30-icon{

    margin-top: 10px;
}

/*--------------filters--------------*/


.filtersbox {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.filtersbox p {

    color: #414141;
    font-size: 15px;
}

.filtersbox h6 a {

    color: #cc9966;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
}


/*----------showing---------*/


.showingbox {

    margin: 0px;
    padding: 0px;
}

.showingbox p {

    color: #414141;
    font-size: 15px;
}

.showingbox p span {

    color: #000;
}

/*----------sortby-----------*/

.sortby {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
    justify-content: right;
}

.sortby p {

    font-size: 15px;
}

.sortby select {

    width: 40%;
    display: block;
    margin: 0px;
    padding: 0px 14px;
    background-color: white;
    height: 35px;
    font-size: 13px;
    border: solid 1px #d3d3d3;
    color: #707070;
}

.sortby select:focus {

    outline: none;
}

/*categoriesimgdetails*/

.categoriesimgdetailsleft {


    margin: 0px;
    padding: 0px;
}

.categoriesleft {

    margin: 0px;
    padding: 0px 0px;
    border-top: solid 1px #e7e7e7;
    padding-top: 15px;

}

.categoriesleft h5 {


    color: #707070;
    font-size: 15px;
}

.categoriesleftlist {

    margin: 15px 0px;
    padding: 0px;
}

.categoriesleftlist ul {

    margin: 0px;
    padding: 0px;
    display: block;
    max-height: 200px;
    overflow: scroll;
    scrollbar-width: thin;
    overflow-x: hidden;
}

.categoriesleftlist ul li {

    margin: 0px;
    padding: 0px 8px;
    list-style: none;
    transition: all 0.5s ease-in-out;
}

.categoriesleftlistcheck {

    display: flex;
    gap: 5px;
}

.categoriesleftlist ul li:hover {

    background-color: #e6e6e6;
    color: #CC9966;
}

.active {
    background-color: #e6e6e6;
    color: #CC9966 !important;
}

.categoriesleftlist ul li a {

    font-size: 13px;
    color: #707070;
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    transition: all 0.5s ease-in-out;
}

.categoriesleftlist ul li a:hover {

    color: #CC9966;
}

.categoriesleftlistcheck input[type="checkbox"] {
    cursor: pointer;
    accent-color: rgb(82, 82, 82);

}


/*---------size--------*/


.sizebox {


    margin: 0px;
    padding: 15px 0px 0px 0px;
    border-top: solid 1px #e7e7e7;
}

.sizebox h5 {

    color: #707070;
    font-size: 15px;
}

.sizeboxmain {

    margin: 0px;
    padding: 0px 0px;
    padding-top: 15px;
    padding-left: 6px;
}


.sizeboxmain ul {

    margin: 0;
    padding: 0px;
    display: block;
    padding-top: -8px;
}

.mt-20down {

    margin-top: -16px !important;
}

.sizeboxmain ul li {

    margin: 0px;
    padding: 0px 0px;
    list-style: none;
}

.sizeboxmain1 {

    display: flex;
    gap: 9px;
}

.sizeboxmain1 label {

    cursor: pointer;
    display: flex;
}

.sizeboxmain1 input[type="checkbox"] {

    margin-top: -12px;
    accent-color: rgb(82, 82, 82);
    cursor: pointer;
}

/* .sizeboxmain1 input{

    background-color: #333;
} */

.sizeboxmain1 p a {

    color: #707070;
    font-size: 13px;
    text-decoration: none;
}


/*---------color-------------*/


.colorbox {
    margin: 0px;
    padding: 0px;
    border-top: solid 1px #e7e7e7;
    padding-top: 14px;

}

.mt-10down {

    margin-top: -8px !important;
}

.colorbox h5 {

    padding-bottom: 15px;
    font-size: 15px;
}

.colorboxmain {

    margin: 0px;
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    padding-left: 6px;
}

.colorboxmain1 {

    display: flex;
    gap: 7px;
}

.colorboxmain1 input[type="checkbox"] {

    width: 15px;
    margin-top: -18px;
    accent-color: rgb(82, 82, 82);
}

.colorboxmain1 div {

    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #000;
}

.colorboxmain1 p {

    font-size: 13px;
    color: #707070;
}

.colorboxmain1 div:nth-child(1) {

    background-color: #b87145;
}

.colorboxmain>.colorboxmain1>div:nth-child(2) {

    background-color: #f0c04a;
}

.colorboxmain1 div:nth-child(3) {

    background-color: #333333;
}

.colorboxmain1 div:nth-child(4) {

    background-color: #cc3333;
}

.colorboxmain1 div:nth-child(5) {

    background-color: #3399cc;
}

.colorboxmain1 div:nth-child(6) {

    background-color: #669933;
}

.colorboxmain1 div:nth-child(7) {

    background-color: #f2719c;
}


/*-----------------price-----------------*/

.pricebox {

    margin: 0px;
    padding: 15px 0px;
    border-top: solid 1px #e7e7e7;

}


.pricebox h5 {

    color: #707070;
    font-size: 15px;
}

.pricebox h6 {

    color: #8a8a8a;
}

.pricebox h6 span {

    color: #CC9966;
}


.pricevalue {

    margin: 10px 0px;
    padding: 0px;
}

.pricevalue1 {

    margin: 5px 0px;
    padding: 0px;
}

.pricevalue_1 {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 120px;
}

.pricevalue_1 p {

    color: #777;
}

.accent {
    accent-color: rgb(82, 82, 82);

}

/*------------categoriesboxright---------------*/


.categoriesright {

    margin: 0px;
    padding: 0px;
}


.categoriesrightbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.categoriesrightboximg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: 378px;
}

.categoriesrightboximg1 {

    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.categoriesrightboximg1 img{

    width: 100%;
    height: 350px;
    object-fit: cover;
}
.categoriesrightboximg1addtocart {

    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 0px 10px;
    background-color: white;
    border-bottom: solid 1px #dfdfdf;
    display: flex;
    justify-content: center;
    gap: 10px;
    transition: all 0.5s ease-in-out;
    padding-top: 19px;
    margin-top: 8px;
    z-index: 1;
    cursor: pointer;
}

.categoriesrightbox:hover .categoriesrightboximg1addtocart {

    bottom: 0;
}


.categoriesrightboximg1addtocart i {

    color: #CC9966;
    line-height: 25px;
}

.categoriesrightboximg1addtocart p {

    color: #CC9966;
}

.categoriesrightboximg1wishlist {

    position: absolute;
    top: 30px;
    right: -100%;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 5px rgba(168, 168, 168, 0.445);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}


.categoriesrightboximg1wishlist i {

    color: #CC9966;
}

.categoriesrightbox:hover .categoriesrightboximg1wishlist {

    right: 30px;
}



.categoriesrightboxtext {

    margin: 0px;
    padding: 10px 0px;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.categoriesrightboxtext h5 {

    color: #707070;
    text-align: center;
    font-size: 14px;
}

.categoriesrightboxtext h6 {
    color: #333;
    text-align: center;
    font-size: 14px;
}

.categoriesrightboxtext i {

    color: #CC9966;
}

.categoriesrightboxtext p {

    color: #CC9966;
    text-align: center;
    font-size: 13px;
}

.categoriesrightboxstar {

    margin: 5px 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.categoriesrightboxstar1 {

    display: flex;
    gap: 4px;
}

.categoriesrightboxstar1 i {

    color: #CC9966;
    font-size: 14px;
}

.categoriesrightboxstarreview {

    margin: 0px;
    padding: 0px;
}

.categoriesrightboxstarreview p {

    color: #868686;

}

.mt-30down {

    margin-top: 55px;
}

/*=================extendedpage===================*/

.extendedpageleft {

    margin: 0px;
    padding: 0px;
}

.extendedpageleftheader {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 45px;
}

.extendedpageleftheadernext {

    display: flex;
    gap: 5px;
    cursor: pointer;
}

.extendedpageleftheadernext i {

    color: #707070;
}

.extendedpageleftheadernext p {

    color: #707070;
    font-size: 14px;
}

.extendedpageleftimgbox {

    margin: 0px;
    padding: 0px;
    height: 574px;
    width: 100%;
    display: block;

}

.extendedpageleftimgbox1 {

    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;

}

.extendedpageleftimgbox img {


    margin: 0px;
    padding: 0px;
    height: 574px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.extendedpageleftimgboxmultiple {

    margin: 10px 0px;
    padding: 0px;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
}

.extendedpageleftimgboxmultiple1 {

    margin: 0px 0px;
    padding: 0px 6px;
    width: 25%;
    box-shadow: 5px 5px 5px rgb(255, 255, 255, 0.5);
    opacity: 0.6;
    transition: all 0.5s ease-in-out;
}

.pl-6 {

    margin-left: -6px !important;
}

.mt-10 {

    /* margin:0px 10px ; */
}

.extendedpageleftimgboxmultiple1:hover {

    opacity: 1;
}


.extendedpageleftimgboxmultiple1 img {

    width: 100%;
    display: block;
    height: 150px;
    object-fit: cover;

}


/*-------------------extendedpageright----------------*/

.extendedpageright {

    margin-top: 40px;
    padding: 0px;
    width: 100%;
    display: block;
}


.extendedpagerightheadertext {

    margin: 0px;
    padding: 0px;
}


.extendedpagerightheadertext h2 {

    color: #707070;
    font-size: 20px;
}

.extendedpagerightheaderstar {

    margin: 0px 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
    margin-top: 15px;
}


.extendedpagerightheaderstar1 {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 6px;
}


.extendedpagerightheaderstar1 i {

    color: #ffc31d;
    font-size: 12px;
}

.extendedpagerightheaderstar1reviews {

    margin: 0px;
    padding: 0px;
}


.extendedpagerightheaderstar1reviews p {

    font-size: 14px;
}

.extendedpagerightheaderprice {

    margin: 0px;
    padding: 0px;
}

.extendedpagerightheaderprice i {

    color: #CC9966;
    font-size: 14px;
}

.extendedpagerightheaderprice p {

    font-size: 18px;
    color: #CC9966;
}


.extendedpagerightheadertext {

    margin: 0px 0px;
    padding: 0px;
    margin-bottom: 6px;
}

.extendedpagerightheadertext p {

    color: #707070;
    font-size: 14px;
}

.extendedpagerightcolor {

    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;

}

.extendedpagerightcolor p {

    color: #707070;
    font-size: 14px;
}

.extendedpagerightcolormain {

    display: flex;
    gap: 6px;
    margin-top: -8px;
}

.extendedpagerightcolormain div {

    width: 35px;
    height: 35px;
    border-radius: 10px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.extendedpagerightcolormain div:nth-child(1) {

    background-color: #eab656;
}

.extendedpagerightcolormain div:nth-child(2) {

    background-color: #333333;
}

.extendedpagerightcolormain div:nth-child(3) {

    background-color: #3a588b;
}

.extendedpagerightcolormain div:nth-child(4) {

    background-color: #caab97;
}



/*--------------size---------------*/

.sizeBox {

    margin: 0px;
    padding: 0px;
    margin-bottom: 2px;
    gap: 35px;
}


.sizeBox>p {

    color: #707070;
    font-size: 14px;
    margin-top: 25px;

}

.sizeboxmain {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}


.sizeboxmainbox {

    margin: 0px;
    width: 35px;
    height: 35px;
    border: solid 1px #353535;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    padding-top: 25px;
    border-radius: 10px;
}

.sizeboxmainbox.active {


    border: solid 1px #CC9966;
    border-radius: 10px;
    background-color: transparent;
}

.sizeboxmainbox p a {

    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    color: #707070;

}

a .inact {

    background-color: #eeeeee;
    cursor: none;
    text-decoration: none;
    color: rgb(163, 163, 163);
    border: solid 1px #afafaf;

}

.px-5 {

    padding-right: 60px !important;
    padding-left: 60px !important;

}


/* .sizeboxmainbox p a.active {

    color: #CC9966;
    background-color: transparent;
} */

/*---------quantity----------*/

.quantitybox {

    margin: 20px 0px;
    padding: 0px;
    display: flex;
    gap: 35px;

}

.quantitybox p {

    font-size: 14px;
    color: #707070;
}

.quantityboxbtn {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 12px;
}

.quantityboxbtnmain {

    margin: 0px;
    padding: 0px;
}

.quantityboxbtnmain button {

    background-color: white;
    color: #333;
    border: solid 1px #707070;
    width: 40px;
    height: 40px;
}


.quantityboxbtntext {

    margin: 0px;
    padding: 0px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.quantityboxbtntext p {

    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;


}

/*-------addtocart--------*/

.productextendaddtocart {

    margin: 14px 0px;
    padding: 0px;
    display: flex;
    gap: 25px;
    margin-top: 32px;
}


.productextendaddtocart1 {

    margin: 0px;
    padding: 0px;
}

.productextendaddtocart1 button {

    border: solid 1px #CC9966 !important;
    color: #333 !important;
    font-size: 14px;
    padding: 15px 30px;
}

.productextendaddtocart1 button:hover {

    background-color: #CC9966 !important;
    color: #ffff !important;
}


.productextendwishlist {

    margin: 0px;
    padding: 0px;
}


.productextendwishlist button {

    color: #333 !important;
    font-size: 14px;
}

.productextendwishlist button:hover {

    color: #CC9966 !important;
}


/*----------productextendcompaire----------*/

.productextendcompaire {

    margin: 14px 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.productextendcompaire1 {

    margin: 0px;
    padding: 0px;
}

.productextendcompaire1 ul {

    margin: 0px;
    padding: 0px;
    display: flex;
}

.productextendcompaire1 ul li {

    margin: 0px;
    padding: 0px 2px;
    list-style: none;
    color: #707070;
    font-size: 14px;
}


.productextendcompaire1 ul li a {

    margin: 0px;
    padding: 0px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    color: #707070;
    transition: all 0.5s ease-in-out;
}

.productextendcompaire1 ul li a:hover {

    color: #CC9966;
}


/*--------productextendshare----------*/

.productextendshare {

    margin: 0px;
    padding: 0px;
    margin-top: 30px;

}

.productextendshare ul {

    margin: 0px;
    padding: 0px;
    display: flex;

}

.productextendshare ul li {

    margin: 0px;
    padding: 0px 2px;
    list-style: none;
    color: #707070;
    font-size: 14px;
}

.productextendshare ul li a {

    margin: 0px;
    padding: 0px 4px;
    font-size: 14px;
    color: #707070;
}

.productextendshare ul li a i {

    font-size: 14px;
    color: #707070;
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}


.pl-20 {

    padding-left: 40px;
}



.productdetailstext {

    margin: 30px 0px;
    padding: 0px;
}

.productdetailstext h5 {

    color: #707070;
    font-size: 16px;
}

.productdetailstext p {

    color: #707070;
    font-size: 14px;
}



/*-------------------contactuspage-----------------*/

.contatusleft{

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    background-image: url(../myaimg/img-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 420px;
}

.contatusleft h4{

    color: #2d2d2d;
    font-size: 24px;

}

.contatusleftmain{

    margin: 20px 0px;
    padding: 0px;
}

.contatusleftmain1{

    margin: 30px 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.contatusleftmain1icon{

    margin: 0px;
    padding: 0px;
    background-color: #CC9966;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contatusleftmain1icon i{

    color: white;
}

.contatusleftmain1text{

    margin: 0px;
    padding: 0px;
}

.contatusleftmain1text p , .contatusleftmain1text p a{

    color: #2d2d2d;
    font-size: 15px;
    text-decoration: none;
}

.contactright{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


.contactright img{
    width: 100%;
    height: 420px;
    object-fit: cover;
}



/*-----------------formbox-----------------*/


.formbox{


    margin: 0px;
    padding: 50px 0px;
    width: 100%;
    display: block;
    background-image: url(../myaimg/newarrivalbg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

.formtextcenter{

    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
}

.formtextcenter h2{

    color: #2d2d2d;
    font-size: 32px;
}


.formmain{

    margin: 20px 0px;
    padding: 0;
}

.formmain input{

    width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 8px;
    font-size: 15px;
    color: #2d2d2d;
    background-color: white;
    border: solid 1px #CC9966;
    border-radius: 10px;
}

.formmain textarea{

    width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 8px;
    font-size: 15px;
    color: #2d2d2d;
    background-color: white;
    border: solid 1px #CC9966;
    border-radius: 10px;
    height: 120px;
    resize: none;
}

.formmbtn{

    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 20px;
}

.formmbtn button{

    background-color:#CC9966 ;
    color: white;
}

.formmain input:focus{

    outline: none;
}

.formwidth{

    margin: 0 auto;
    padding: 0px;
    width: 100%;
}






/*-----------mapbox-------------*/


.mapbox{

    width: 100%;
    display: block;
    margin: 20px 0px;
}

.mapbox1{

    margin: 0px;
    padding: 0px;
}

/*--------------------aboutuspage-----------*/

.aboutusheader{

    margin: 20px 0px;
    padding: 0px;
    margin-top: 40px;
}

.aboutusheader h2{

    color: #2d2d2d;
    font-size: 32px;
    text-align: center;
}


.aboutusheader p{

    color: #333333;
    font-size: 15px;
    text-align: center;
    margin-top: 17px;
}

.ourstorey{

    margin: 20px 0px;
    padding: 0px;
}

.ourstoreyleft{

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ourstoreyleft h2{

    color: #2d2d2d;
    font-size: 24px;
}

.ourstoreyleft p{

    font-size: 15px;
    color: #333;
    text-align: left !important;
}

.ourstoreyright{

    margin: 0px;
    padding: 0px;
    background-image: url(../myaimg/ourstreypng.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 370px;
    background-position-x: 30px;
}


/*-------------whatweoffer----------------*/

.whatweoffer{

    margin: 30px 0px;
    padding: 0px;
}

.whatweofferbox{

    margin: 0 auto;
    width: 50%;
    background-color: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;
}

.whatweofferbox h2{

    color: #2d2d2d;
    font-family: 24px;
    text-align: center;
}

.whatweofferbox  p{
    
    color: #333;
    font-size: 15px;
    text-align: center;
}


.whatweofferbox1{

    margin: 20px 0px;
    padding: 0px;
}


.whatweofferbox1 ul{

    margin: 0px;
    padding: 0px;
    display: block;
}

.whatweofferbox1 ul li{

    margin: 0px;
    padding: 5px 0px;
    list-style: none;
}


.whatweofferbox1 ul li p{

    font-size: 15px;
    color: #333;
    text-align: left;
}


/*-----------ourpromise-----------*/

.ourpromise{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.ourpromiseleft{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.ourpromiseleft img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.ourpromiseright{

    margin: 0px;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ourpromiseright h4{

    color: #2d2d2d;
    font-size: 24px;
}

.ourpromiseright p{

    color: #333;
    font-size: 15px;
}

.ourpromiseright1{

    margin: 30px 0px; 
    padding: 0px;
}

.ourpromiseright1 p{

    font-size: 14px;
    color: #2d2d2d;
}

.ourpromiseright1 p span{

    color: #b97f45;
}


/*--------------responsive----------------*/

@media(max-width:991px) {


    .dis-none {

        display: none;
    }

    .reslogo {

        margin: 0px;
        padding: 0px;
        display: block;
        float: left;
        margin-top: 10px;
    }

    .wishlistboxmain {

        margin-top: -40px;
        width: 35%;
    }

    .wishlistdropdownmain {

        left: -173%;
        width: 277%;
    }

    .resbtn {

        display: block;
    }

    .rescross {


        padding: 0px;
        margin: 6px 0px;
        float: right;
        display: block;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .rescross i {

        color: white;
    }

    .ressearch {

        display: block;
        margin: 15px 0px;
        padding: 0px;
        display: flex;
        margin-top: 60px;
    }

    .ressearch input {

        margin: 0px;
        padding: 0px 5px;
        border: solid 1px #868686;
        width: 80%;
        background-color: transparent;
    }

    .ressearch input:focus {

        outline: none;
    }

    .ressearch input::placeholder {

        color: white;
    }

    .ressearch1 {

        background-color: #CC9966;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: block;


    }

    .ressearch1 i {

        color: white;
        margin: 13px 13px;
    }

    .ressocial {

        margin: 15px 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 18px;
    }

    .ressocial a i {

        color: #707070;
        transition: all 0.5s ease-in-out;
    }

    .ressocial a i:hover {

        color: #CC9966;
    }

    .headernav.main {
        left: 0;

    }

    .rescross.main1 {

        left: -100%;
    }

    .banner .owl-prev,
    .banner .owl-next {

        display: none !important;
    }

    .bannerbodyimage {

        text-align: center;
        height: 159px;
    }

    .shopleftimg {

        height: 331px;
    }

    .categoriesboxmain {
        height: 390px;
    }




    .mt-30 {

        margin-top: 5px !important;
    }




    .headernavigation{

        margin: 0px;
        padding: 0px;
        width: 250px;
        background-color: #eeeeee;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        z-index: 9999;
        transition: all 0.5s ease-in-out;
    }

    .headernavigation ul{

        margin: 0px;
        padding: 20px;
        display: block;
    }

    .headernavigation ul li{

        margin: 0px;
        padding: 10px 0px;
        list-style: none;
        display: block;
    }

    .headernavigation ul li a{

        font-size: 15px;
        color: #333;
        text-decoration: none;
        cursor: pointer;
        margin: 0px;
        padding: 0px;
    }

    .headernavigation.main{

        left: 0;
    }

    .headernavigation ul li ul.submenu{


        position: relative;
        top: 0;
        width: 100%;

    
    }
     .headernavigation> ul > li:hover > ul.submenu{

        display: block;
       
       
    } 

    .weddingstyleleftimg{

        height: 490px;
    }

    .weddingright1img img{
        height: 474px;
    }

    .whychoosewidth{
        width: 100%;
    }
    
    .whychoosebg{

        margin-top: 0px;
    }

    .categoriesbedcramps ul li a{

        font-size: 12px;
    }

    .mt-30-icon{

        margin-top: 5px;
    }

    .categoriesbedcramps{

        padding: 20px 0px;
    }

    .zoomed-image{

        height: 428px;
    }

    .formwidth{
        width: 100%;
    }

    .whatweofferbox{
        width: 100%;
    }

    .mt-30down{
        margin-top: 9px;
    }
        .resbtn i{

        font-size: 24px;
    }
}