body {
    font-family: "Montserrat", sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
}

a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    font-family: "Montserrat", sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    text-decoration: none !important;
}
.cart1 a i {text-decoration: none !important;}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    line-height: 1.4em;
    color: #111;
}

.heart a{ text-decoration: none !important;
 }


a {
    outline: 0;
    color: #222 !important;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

a:hover {
    color: #00a3c8;
    text-decoration: none;
}

.btn {
    outline: 0;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    cursor: pointer;
}

button:focus {
    outline: none;
}

.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.main_section {
    width: 100%;
    margin: 0px;
    padding: 60px 0;
}

.faq-box h4 {
    color:#605c55 !important;
    font-size: 18px;
    font-weight: 600;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    font-size: 21px;
    padding: 11px 0;
    background-color: #00a3c8;
    border-color: #00a3c8;
}

.btn-dark:hover {
    color: #fff;
    background-color: #0490b0;
    border-color: #0490b0;
}

.header {
    margin: 0px;
    padding: 0px;
    background: #fff;
}

.header_left {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0px 0 0 15px;
}

.header_left p {
    font-size: 13px;
    color: #000;
    margin-bottom: 0px;
    margin-top: 6px;
}

.header_left p a {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.header_phone {}

.header_phone ul {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.header_phone ul li {
    font-size: 13px;
    list-style-type: none;
    padding: 0 7px;
    display: inline-block;
    float: left;
    line-height: 37px;
    color: #666;
    margin-top: 6px;
}

.header_phone ul li:first-child {
    padding-left: 0px;
}

.header_phone ul li a {
    color: #000000;
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    float: left;
}

.header_phone ul li a i {
    color: #000;
    margin: 0 5px 0 0;
    font-size: 16px;
}

.header_phone ul li i {
    color: #93c248;
    margin: 0 5px 0 0;
}

.header_phone ul li a:hover {
    color: #00a3c8;
}

.header_phone ul li:hover {
    color: #00a3c8;
}

.header_right1 {
    width: 50%;
    float: left;
    text-align: right;
    padding: 0px;
}

.header_phone .btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    padding: 0px;
    text-transform: uppercase;
    font-size: 12px;
}

.mobile {
    display: none;
}

.box {
    display: flex;
    flex-wrap: wrap;
}

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

.openBtn {
    background: #fff;
    border: none;
    padding: 0px;
    font-size: 20px;
    cursor: pointer;
    color: #000;
}

.openBtn i {
    color: #333;
}

.openBtn:hover {}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

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

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type="text"] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type="text"]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

/******* Header ************/
.menu_bar {
    padding: 0px;
}

.menu {
    padding: 10px 0;
    background: #fff;
}

.top_menu {
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 3px #6666669e;
}

.menu_bar_left {
    float: left;
}

.menu_bar_left img {
    width: 100%;
}

.menu_bar_right {
    margin-top: 17px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 0rem;
    text-transform: uppercase;
}

.bg-light {
    background-color: rgba(255, 255, 255, 0) !important;
}

.navbar-expand-md .navbar-collapse {
    justify-content: end;
}

.navbar>li>a {
    padding-right: 0rem;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #f1ab4e;
}

.vg-nav>ul>li>a {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    color: #605c55;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}

.vg-nav>ul>li.active a,
.vg-nav>ul>li a:hover {
    color: #fb7c55;
    font-weight: 400;
}

.vg-nav>ul>li {
    padding: 7px 25px 10px;
}

.fixed-header {
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    background-color: #fff;
}

.book {
    border: 1px solid #fff;
    font-weight: 600 !important;
    line-height: 12px;
    border-radius: 5px;
    margin-top: 7px;
    padding: 7px 11px;
}

.user {
    position: relative;
    margin-top: 19px;
}

.user ul {
    list-style: none;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.user ul li {
    display: inline-block;
    padding: 0 0px 0 22px;
    position: relative;
    z-index: 1;
}

.user ul li a {}

.user ul li a i {
    font-size: 19px;
    color: #fb7c55;
}

.user ul li:nth-child(2) {}

.user ul li:nth-child(2)::before {
    content: "";
    background: #ffffff !important;
    color: #fb7c55!important;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 11px;
    z-index: -1;
    top: -8px;
    border-radius: 100px;
}

.user ul li:nth-child(2) i {
    color: #fff;
}

/******* slider ************/
.slider {
    padding: 0px 0 0 0;
    background: #fffaf5;
}

.slider-text {
    text-align: center;
    padding: 90px 150px;
}

.slider-text h6 {
    font-family: "Montserrat", sans-serif;
    color: #605c55;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.305em;
}

.add-txt-cart s{color:#333 !important;

}

.slider-text h2 {
    font-size: 40px;
    line-height: 53px;
    color: #605c55;
    font-weight: 400;
}

.slider-text p {
    color: #605c55;
    font-size: 13px;
    line-height: 25px;
}

.slider-text a {
    border: 1px solid #605c55;
    padding: 9px 20px;
    display: inline-block;
    margin: 16px 0 0;
    color:#000 !important;
}

.slider-text a:hover {
    background: #fb7c55;
    color: #fff;
    border: 1px solid #fb7c55;
}

.slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 264px;
    top: 83%;
    background: #605c55;
    height: 50px;
    width: 50px;
    border-radius: 0px;
    padding: 0px 0 11px !important;
    line-height: 30px;
    color: #fff;
    font-size: 53px;
}

.slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 72%;
    top: 83%;
    background: #605c55;
    height: 50px;
    width: 50px;
    border-radius: 0px;
    padding: 0px 0 11px !important;
    line-height: 30px;
    color: #fff;
    font-size: 53px;
}

.cus-slider .owl-carousel .owl-nav button.owl-next {
    right: 30px;
    top: 35%;
    background: #f7f7f7db;
    border-radius: 100px;
    color: #000;
}

.cus-slider .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
    top: 35%;
    background: #f7f7f7db;
    border-radius: 100px;
    color: #000;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

/*******cus collection ************/
.cus-collection {
    padding: 0px !important;
    padding-top: 20px !important;
}

.box14 {
    position: relative;
    overflow: hidden;
}

.box15,
.box17,
.box18 {
    box-shadow: 0 0 5px #7e7d7d;
    text-align: center;
}

.box14:hover:before {
    opacity: 1;
    width: 100%;
}

.box14:hover .collection-box p {
    opacity: 0;
}

.box14 img {
    width: 100%;
    height: auto;
}

.box14 .box-content {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    padding: 12px;
}

.box14 .box-content:after,
.box14 .box-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
}

.box14 .box-content:before {
    border-bottom: 1px solid #f1e9d3;
    border-top: 1px solid #f1e9d3;
    transform: scale(0, 1);
    transform-origin: 0 0 0;
}

.box14 .box-content:after {
    border-left: 1px solid #f1e9d3;
    border-right: 1px solid #f1e9d3;
    transform: scale(1, 0);
    transform-origin: 100% 0 0;
}

.box14:hover .box-content:after,
.box14:hover .box-content:before {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.15s;
}

.box14 .title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 15px 0;
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: transform 0.5s ease 0s;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.box14:hover .title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.box14 .post {
    font-size: 14px;
    color: #fff;
    padding: 10px;
    background: #d6d2b5;
    opacity: 0;
    border-radius: 0px;
    transform: translate3d(0, 0px, 0);
    transition: all 0.7s ease 0s;
    margin-top: 120px;
    display: inline-block;
}

.box14 .icon,
.box15 .icon {
    padding: 0;
    list-style: none;
}

.box14:hover .post {
    opacity: 1;
    transform: translate3d(0, -50px, 0);
    transition-delay: 0.15s;
}

.box14 .icon {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
}

.box14:hover .icon {
    bottom: 20px;
    opacity: 1;
    transition-delay: 0.15s;
}

.box14 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 0 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
}

.box14 .icon li a:hover {
    background: #d79719;
    border-color: #d79719;
}

.collection-box {
    background: #f1e9d3;
    position: relative;
    padding: 30px 4px 30px 30px;
    display: flex;
    z-index: -1;
}

.box14:before {
    content: "";
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

@media only screen and (max-width: 990px) {
    .box14 {
        margin-bottom: 30px;
    }
}

.cus-collection div:nth-child(2) .box14 .collection-box {
    background-color: #f9f9f9;
}

.cus-collection div:nth-child(3) .box14 .collection-box {
    background-color: #d0f1ed;
}

/*******about************/

.about {
    padding: 20px 0;
}

.about-text {}

.about-text h2 {
    font-size: 28px;
    color: #605c55;
    line-height: 45px;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 16px;
    color: #7d7d7d;
    line-height: 30px;
}

.about-text a {
    color: #605c55;
    border: 1px solid #605c55;
    padding: 12px 20px;
    display: inline-block;
    margin-top: 10px;
}

.about-text a:hover {
    background: #fb7c55;
    color: #fff;
    border: 1px solid #fb7c55;
}

.about-profile {
    display: flex;
}

.profile-box {
    width: 50%;
    position: relative;
    text-align: center;
}

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

.profile-box-text {
    text-align: center;
    position: absolute;

    background: linear-gradient(to top,
            #000000bd 10%,
            #00000094 43%,
            #00000059 73%,
            #00000000 100%);
    width: 84%;
    left: 20px;
    padding: 30px 15px 10px;
    transition: all 0.6s ease 0s;
    opacity: 0;
    bottom: -30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.profile-box:hover .profile-box-text {
    opacity: 1;
    bottom: 0px;
}

.profile-box-text h4 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #fff;
}

.profile-box-text p {
    font-size: 14px;
    color: #fff;
}

.collection-box h3 {
    font-size: 42px;
    color: #49453e;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-bottom: 50px;
}

.collection-box p {
    font-size: 16px;
    color: #0d0d0d;
    margin: 15px 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.collection-box-img {
    position: absolute;
    right: 0px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.box14:hover .collection-box-img {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
}

/******* product ************/
.new-arrive h3 {
    font-size: 40px;
    color: #605c55;
    margin-bottom: 40px;
}

.wp-product {
    background: #fff;
    padding: 40px 0 0;
}

.product-box {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

    position: relative;
    padding: 0;
    background: #fff;
    margin-bottom: 30px;
}

.product-box:hover {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-box1 {
    border: 1px solid #dadada;
}

.product-box .carousel-control-prev {
    width: 30px;
    height: 30px;
    left: -17px;
    top: 40%;
}

.prize1 {
    background: #1c55ae;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 2px;
}

.prize1 h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    align-items: center;
    display: flex;
    padding: 5px 10px;
    margin-bottom: 0px;
}

.add {
    position: absolute;
    bottom: 160px;
    top: 0px;
    z-index: 3;
    display: flex;
    left: 30%;
}

.add-txt-cart {
    position: absolute;
    top: 20%;
    left: -85px;
    background: #605c55;
    width: 80px;
    /* height:px; */
    padding: 0rem 1rem;
}

.add-txt-cart p {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;

    color: #ffffff;
    margin: 0;
}

.add-txt-cart {
    display: none;
}

.cart1:hover .add-txt-cart {
    display: block !important;
}

.add-txt-wish-list {
    position: absolute;
    top: 20%;
    right: -100px;
    background: #605c55;
    width: 95px;
    /* height:px; */
    padding: 0rem 1rem;
}

.add-txt-wish-list p {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;

    color: #ffffff;
    margin: 0;
}

.add-txt-wish-list {
    display: none;
}

.heart:hover .add-txt-wish-list {
    display: block !important;
}

.cart1,
.heart,
.cart2 {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    display: flex;
    transition: 0.4s 0.2s ease-out;
    opacity: 0;
    -webkit-transition: 0.4s 0.2s ease-out;
    -moz-transition: 0.4s 0.2s ease-out;
    -o-transition: 0.4s 0.2s ease-out;
    transition: 0.4s 0.2s ease-out;
    -webkit-transform: translate(0px, 100px);
    -moz-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    margin-right: 10px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 22px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 22px 0px rgba(214, 214, 214, 1);
}

.heart a i {
    color: #666;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 11px 0 0 11px;
}

.cart1 a i {
    color: #666;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 11px 0 0 10px;
}

.cart1:hover {
    background: #fb7c55;
    transition-delay: 0.4s;
}

.cart1:hover i {
    color: #fff;
}

.heart:hover {
    background: #fb7c55;
    transition-delay: 0.4s;
}

.heart:hover i {
    color: #fff;
}

.cart2 a i {
    color: #666;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 11px 0 0 10px;
}

.cart2:hover {
    background: #000;
    transition-delay: 0.4s;
}

.cart2:hover i {
    color: #fff;
}

.product-box:hover .heart {
    -webkit-transform: translate(0, 270px);
    -moz-transform: translate(0, 270px);
    -ms-transform: translate(0, 270px);
    /* transform: translate(0,0); */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    opacity: 1;
    /*   transition-delay: 0.65s; */
    webkit-box-shadow: 0px 0px 17px -8px rgba(217, 214, 217, 1);
    -moz-box-shadow: 0px 0px 17px -8px rgba(217, 214, 217, 1);
    box-shadow: 0px 0px 17px -8px rgba(217, 214, 217, 1);
}

.product-box:hover .cart1 {
    -webkit-transform: translate(0, 270px);
    -moz-transform: translate(0, 270px);
    -ms-transform: translate(0, 270px);
    /* transform: translate(0,0); */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    opacity: 1;
    /* transition-delay: 0.45s; */
    webkit-box-shadow: 0px 0px 17px -8px rgba(217, 214, 217, 1);
    -moz-box-shadow: 0px 0px 17px -8px rgba(217, 214, 217, 1);
    box-shadow: 0px 0px 17px -8px rgba(217, 214, 217, 1);
}

.product-box:hover .cart2 {
    -webkit-transform: translate(0, 270px);
    -moz-transform: translate(0, 270px);
    -ms-transform: translate(0, 270px);
    /* transform: translate(0,0); */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    opacity: 1;
    /* transition-delay: 0.25s; */
    webkit-box-shadow: 0px 0px 17px -8px rgba(217, 214, 217, 1);
    -moz-box-shadow: 0px 0px 17px -8px rgba(217, 214, 217, 1);
    box-shadow: 0px 0px 17px -8px rgba(217, 214, 217, 1);
}

.product-box img {
    padding: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 5px;
    height: 346px;
}

.product-box1 img {
    padding: 0px;
}

.product-box .carousel-indicators li {
    background-color: #000;
}

.product-box .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 32px;
}

.quick {
    height: unset;
    position: relative;
    bottom: 0px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
    color: #fff;
    border: 0.1rem solid #fb7c55;
    margin-left: 3rem;
    margin-right: 4rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    background: #fb7c55;
}

.quick a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 500;
}

.quick a i {
    color: #333;
    margin-right: 6px;
}

.quick:hover a {
    color: #fff;
}

.quick:hover a i {
    color: #fff;
}

.product-text {
    padding: 20px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product-text h4 {
    line-height: 20px;
}

.product-text h4 a {
    font-weight: 600;
    font-size: 17px;
    line-height: 10px;
    letter-spacing: -0.01em;
    color: #605c55;
    margin-bottom: 0.2rem;
}

.product-text h4 a:hover {
    color: #fb7c55;
}

.product-text p {
    color: #fb7c55;
    margin-top: 0px;
    display: inline-block;
    font-weight: 600;
    font-size: 21px;
    margin: 13px 0;
}

.product-text p span {
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -50px;
    top: 26%;
    font-size: 60px;
    background: #605c55;
    padding: 11px 16px 20px !important;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -50px;
    top: 26%;
    font-size: 60px;
    background: #605c55;
    padding: 11px 16px 20px !important;
    color: #fff;
}

.cus-border {
    padding: 0px;
}

.btn.btn-load-more {
    text-transform: uppercase;
    min-width: 190px;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 15px;
}

.btn-outline-darker {
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none;
}

.btn-outline-darker:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: #fff;
    font-family: "Playfair Display", serif;
    font-size: 21px;
    color: #666;
    margin-right: 30px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
    border-color: #ffffff #ffffff #fff;
    border-bottom: 2px solid #fb7c55;
}

a.view {
    color: #605c55;
    border: 1px solid #605c55;
    padding: 12px 20px;
    display: inline-block;
    margin-top: 10px;
}

a.view:hover {
    background: #fb7c55;
    color: #fff;
    border: 1px solid #fb7c55;
}

.shipping {
    padding: 10px 0 40px;
}

.shipping-box {
    background-image: url(../images/cta.jpg);
    background-size: cover;
    padding: 150px 0;
    background-attachment: fixed;
    background-position: center;
}

.shipping-box h2 {
    font-size: 55px;
    text-transform: uppercase;
    color: #fff;
}

.shipping-box h6 {
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
}

.shipping-box h4 a {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}

.query-form {
    padding: 20px 50px;
}

.query-form h3 {
    font-size: 32px;
    color: #605c55;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.query-form .form-control {
    height: calc(2.8rem + 2px);
    padding: 0.375rem 0.75rem;

    border: 1px solid #7d7d7d;
    border-radius: 0px;
}

.query-form .btn-primary {
    color: #fff;
    background-color: #007bff00;
    border-color: #605c55;
    color: #605c55;
    border: 1px solid #605c55;
    padding: 12px 20px;
    display: inline-block;
    margin-top: 10px;
}

.query-form .btn-primary:hover {
    background: #fb7c55;
    color: #fff;
    border: 1px solid #fb7c55;
}

textarea.form-control {
    height: auto !important;
}

.gallery {
    padding: 10px 0 60px;
}

.gallery h2 {
    font-size: 40px;
    color: #605c55;
    margin-bottom: 40px;
}

.cus-gallery {
    position: relative;
    background: #000;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    margin-bottom: 30px;
}

.cus-gallery img {
    transition: 0.8s;
    -webkit-transition: 0.8s;
    width: 100%;
}

.cus-gallery:hover img {
    opacity: 0.6;
}

.cus-gallery::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00e";
    font-weight: 900;
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.cus-gallery:hover:before {
    opacity: 1;
}

.insta {
    padding: 0px 0 80px;
}

.insta h2 {
    font-size: 40px;
    color: #605c55;
    margin-bottom: 10px;
}

/******* footer ************/
.footer {
    background: #9c9c9c;
    padding: 40px 0 20px;
}

.footer img {
    margin-bottom: 30px;
}

.footer-text {}

.footer-text a {}

.footer-text a i {
    background: #fff;
    padding: 6px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    color: #9c9c9c;
    line-height: 23px;
    margin-right: 11px;
}

.footer-text ul {
    list-style-type: none;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.footer-text ul li {
    display: inline-block;
    padding: 20px 22px 0 0;
}

.footer-text ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.footer-info {
    display: flex;
    justify-content: space-between;
}

.footer-info p {
    color: #fff;
    font-weight: 400;
}

.footer-info p a {
    color: #fff;
    font-weight: 400;
}

.footer-info p i {
    margin-right: 5px;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgb(249 249 249 / 60%);
}

.copy {
    background: #605c55;
    padding: 12px 0;
}

.copy p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

.copy p a {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

.owl-theme .owl-dots {
    display: none;
}

.special {
    background: #fb7c55;
    padding: 10px 50px;
    position: fixed;
    right: -67px;
    top: 40%;
    z-index: 9;
    transform: rotate(-90deg);
    color: #fff;

}

.special a {
    color: #fff;
    letter-spacing: 1px;
}

.sign-box {
    width: 40%;
    margin: 0 auto;
}

.sign-box h2 {
    color: #605c55;
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.sign-box .form-control {
    display: block;
    width: 100%;
    height: calc(2.9rem + 2px);
    border-radius: 0px;
}

.sign-box .btn-primary {
    color: #6a6767;
    background-color: #fff;
    border-color: #888580;
    border-radius: 1px;
    padding: 11px 27px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.sign-box .btn-primary:hover {
    background: #fb7c55;
    color: #fff;
    border: 1px solid #fb7c55;
}

.sign-box p {
    text-align: center;
}

.sign-box p a {
    color: #67c7fd;
    font-weight: 500;
}

.sign-box .form-group {
    margin-bottom: 2rem;
}

.login .sign-box .form-control {
    padding: 10px 10px 10px 30px;
    position: relative;
}

.login .sign-box .form-group {
    position: relative;
}

.login .sign-box .form-group span {
    position: absolute;
    top: 12px;
    left: 8px;
    opacity: 0.7;
}

.sign-box ::-webkit-input-placeholder {
    /* Edge */
    text-transform: uppercase;
}

.sign-box :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-transform: uppercase;
}

.sign-box ::placeholder {
    text-transform: uppercase;
}

.slider-inner {
    padding: 40px 0 0;
}

.slider-inner .slider-text {
    background: #fffaf5;
    padding: 111px 100px;
}

.slider-inner .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
    top: 36%;
}

.slider-inner .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -29px;
    top: 36%;
}

.filter {}

.filter-border {
    border-top: 1px solid #66666640;
    margin-bottom: 40px;
}

.cus-filter {
    position: relative;
    padding: 0 20px 0 0;
}

.cus-filter::before {
    content: "";
    background: #66666640;
    position: absolute;
    height: 106%;
    width: 1px;
    right: 0;
    top: -40px;
}

.filter-box {
    display: flex;
    position: relative;
}

.filter-box::before {
    content: "";
    background: #66666640;
    position: absolute;
    height: 1px;
    width: 127%;
    left: -53px;
    bottom: 0px;
}

.filter-text {
    width: 50%;
}

.filter-text h6 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.filter-text1 {
    width: 100%;
}

.filter-text1 p {
    text-align: right;
}

.categoery {
    padding: 20px 0;
    position: relative;
}

.categoery:before {
    content: "";
    background: #66666640;
    position: absolute;
    height: 1px;
    width: 127%;
    left: -53px;
    bottom: 0px;
}

.main_section.product-detail {
    padding: 10px 0 0px;
}

.categoery h6 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #666;
}

span.red {
    width: 15px;
    height: 15px;
    background: #ff0000;
    position: absolute;
    border-radius: 100px;

    left: 20px;

    top: 4px;
}

span.Blue {
    width: 15px;
    height: 15px;

    position: absolute;
    border-radius: 100px;

    left: 20px;

    top: 4px;
}

span.green {
    width: 15px;
    height: 15px;

    position: absolute;
    border-radius: 100px;
    top: 4px;

    left: 20px;
}

.color .form-check-label {
    margin-bottom: 0;
    padding: 0 0 0 20px;
}

.categoery .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    margin-bottom: 10px;
}

.cus-breadcrumb p {
    text-transform: uppercase;
}

.cus-breadcrumb p a {color:#222!important;}


.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 0;
    display: block;
}

.preview-thumbnail.nav-tabs li {
    width: 100%;
    margin-right: 2.5%;
    margin-bottom: 8px;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
    height: 84px;
    width: 100%;
    object-fit: cover;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.card {
    margin-top: 50px;
    /* background: #eee;
    padding: 3em; */
    line-height: 1.5em;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*# sourceMappingURL=style.css.map */
.qty {
    border: 1px solid #e3dbdb;
    border-radius: 7px;
}

.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #000;
    width: 44px;
    height: 43px;
    font: 30px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 0;
    background-clip: padding-box;
    background: #ffffff !important;
    border-right: 1px solid #dedbdb;
    font-size: 36px;
}

.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 400;
    line-height: 43px;
    padding: 0 2px;
    min-width: 38px;
    text-align: center;
    width: 47%;
    background: #fff;
    border: none;
}

.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #000;
    width: 44px;
    height: 43px;
    font: 30px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 0;
    background-clip: padding-box;
    background: #ffffff !important;
    border-left: 1px solid #dedbdb;
    font-size: 26px;
    line-height: 44px;
}

.action {
    display: flex;
    margin-bottom: 17px;
}

.quantily_info {
    width: 30%;
    margin-right: 27px;
}

button.add-to-cart.btn.btn-default {
    background: #fb7c55;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 14px;
    border-radius: 5px;
}

button.add-to-cart.btn.btn-default i {
    margin-left: 5px;
}

.details h6 {
    font-family: "Montserrat", sans-serif;
    color: #605c55;
    font-size: 16px;
    margin-bottom: 20px;
}

h3.product-title {
    color: #605c55;
    margin-bottom: 11px;
    font-size: 25px;
}

p.product-description {
    margin-bottom: 21px;
}

h4.price {
    color: #605c55;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
}

h4.price span {
    font-size: 40px;
}

.color1 {
    display: inline-block;
}

.blue {
    background: #0076ad;
    height: 19px;
    width: 19px;
    border-radius: 100px;
    margin-right: 4px;
}

.orange {
    background: #fb7c55;
    height: 19px;
    width: 19px;
    border-radius: 100px;
    margin-right: 4px;
}

h5.colors {
    font-family: "Montserrat", sans-serif;
    color: #605c55;
    text-transform: capitalize;
    margin: 10px 0;
    line-height: 32px;
}

.share {}

.share a {
    color: #7d7d7d;
    font-size: 14px;
    margin-right: 9px;
}

.starrating>input {
    display: none;
}

/* Remove radio buttons */

.starrating>label:before {
    content: "\f005";
    margin: 2px;
    font-size: 0.9em;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
}

.starrating>label {
    color: #c2c2c2;
    /* Start color when not clicked */
}

.starrating>input:checked~label {
    color: #ff7c51;
}

/* Set yellow color when star checked */

.starrating>input:hover~label {
    color: #ff7c51;
}

/* Set yellow color when star hover */

.cus-prodict-detail {
    position: relative;
    margin-bottom: 55px;
}

.cus-prodict-detail:before {
    content: "";
    background: #66666640;
    position: absolute;
    height: 1px;
    width: 115%;
    left: -59px;
    bottom: -30px;
}

.cus-prodict-detail h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #605c55;
}

.additional {
    position: relative;
}

.additional h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #605c55;
    margin-bottom: 20px;
}

.additional-text {
    margin-bottom: 20px;
}

.additional-text p {
    margin-bottom: 0px;
    color: #605c55;
    font-weight: 600;
}

.cus-review {
    padding: 0 0 0 40px;
    position: relative;
}

.cus-review::before {
    content: "";
    background: #66666640;
    position: absolute;
    height: 106%;
    width: 1px;
    left: 2px;
    bottom: -31px;
}

.cus-review::after {
    content: "";
    background: #66666640;
    position: absolute;
    height: 1px;
    width: 108%;
    right: -50px;
    bottom: -31px;
}

.cus-review h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #605c55;
    margin-bottom: 20px;
}

.client-review {
    display: flex;
    margin-bottom: 20px;
}

.client-img {
    width: 23%;
}

.client-text {}

.client-text h6 {
    color: #605c55;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin-bottom: 0px;
}

.star {
    display: flex;
}

.star-icon {
    margin-right: 20px;
}

.star-icon i {
    color: #ff7c51;
    font-size: 11px;
}

.star-icon span i {
    color: #c2c2c2;
}

.write {}

.write h3 {
    color: #605c55;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
}

.rating {
    display: flex;
    margin: 13px 0 0 0;
}

.write .btn-primary {
    color: #fff;
    background-color: #ff7c51;
    border-color: #ff7c51;
    padding: 10px 22px;
    font-size: 18px;
}

.rating-text {
    margin-right: 9px;
}

.rating-text p {
    margin-bottom: 0px;
}

.cus-contact {
    background: #9c9c9c;
    padding: 100px 0;
}

.cus-contact h2 {
    color: #fff;
    font-size: 40px;
}

.cus-contact-form {
    width: 100%;
}

.cus-contact-form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 19px;
}

.cus-contact-form .form-group {
    margin-bottom: 1rem;
}

.contact-detail {
    padding: 30px 0 0 40px;
}

.contact-detail p {
    color: #605c55;
    font-size: 17px;
    margin-bottom: 35px;
}

.contact-detail p i {
    font-size: 20px;
    margin-right: 8px;
}

.contact-detail p a {
    color: #605c55;
    font-size: 17px;
}

.social {
    padding: 0 0 0 40px;
}

.social a {
    color: #605c55;
    font-size: 20px;
    margin-right: 15px;
}

.reset .btn-primary {
    color: #fff;
    background-color: #34b4fc;
    border-color: #34b4fc;
    border-radius: 1px;
    padding: 11px 27px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.cus-breadcrumb h6 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.story-text {}

.story-text p {
    font-size: 16px;
    color: #7d7d7d;
    line-height: 28px;
}

.story-img {
    position: relative;
    padding: 30px 0 0 0;
    z-index: 1;
}

.story-img::before {
    content: "";
    background: #c4bc84;
    height: 540px;
    width: 400px;
    position: absolute;
    right: -10px;
    top: -12px;
    z-index: -1;
}

.story-img img {
    width: 95%;
}

.choose {
    background: #f1ede6;
    padding: 80px 0;
}

.choose h2 {
    color: #605c55;
    font-size: 40px;
}

.choose-box {
    text-align: center;
    margin: 40px 0 0 0;
}

.choose-box img {
    margin-bottom: 20px;
    height: 45px;
}

.choose-box h4 {
    font-size: 28px;
    color: #605c55;
}

.cart-table {
    border: 1px solid #f1ede6;
    width: 100%;
}

.cart-table tr {
    border-bottom: 1px solid #f1ede6;
}

.cart-table th:first-of-type {
    padding-left: 25px;
}

.cart-table th {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #222222;
    background-color: transparent;
    padding: 16px 12px;
}

.cart-table th {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #222222;
    background-color: transparent;
    padding: 11px 6px;
}

.cart-table td.product-thumbnail {
    width: 115px;
}

.cart-table td {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
}

.cart-table td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
}

.cart-table td.product-name a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px;
}

.cart-table td.product-name .product-variation {
    display: block;
    line-height: 22px;
    float: left;
    clear: both;
    color: #ababab;
}

.cart-table td.product-price {
    clear: left;
}

.cart-table td.product-price .price {
    font-size: 19px;
    line-height: 28px;

    color: #333;
}

.pro-qty {
    border-bottom: 2px solid #ccc;
    padding: 10px 0;
    margin: 0 10px 0 30px;
}

.cart-table td.total-price {
    clear: left;
}

.cart-table td.total-price .price {
    font-size: 18px;
    line-height: 28px;

    color: #333;
}

.cart-table td.product-remove {
    text-align: center;
}

.cart-table td.product-remove a {
    text-align: center;
    font-size: 0;
    display: block;
    height: 35px;
    width: 35px;
    color: #ff0000;
    border: 2px solid #ff0000;
}

.cart-table td.product-remove a i {
    font-size: 16px;
    line-height: 32px;
}

.product-quantity i {
    color: #ff7c51;
}

.total-price i {
    color: #ff7c51;
    font-size: 20px;
}

.product-name p {
    font-size: 18px;
}

.cus-wish {
    padding: 50px 0 10px;
}

.shopping {
    display: flex;
}

.shopping-img {
    width: 25%;
    margin-right: 20px;
}

.shopping-text {
    padding: 1px 0 0 0;
}

.shopping-text p {
    font-size: 16px;
    color: #605c55;
    margin-bottom: 7px;
}

.shopping-text span {
    font-size: 14px;
    color: #c2c2c2;
    margin-bottom: 10px;
    display: block;
}

.shopping-text span i {
    font-size: 17px;
    color: #00c194;
}

.shopping-text a i {
    color: #ff7c51;
}

.remove {
    margin-top: 40px;
}

.remove a {
    color: #ff7c51;
}

.product-quantity input#quantity {
    width: 40px;
    text-align: center;
}

.product-quantity .btn-dark {
    color: #fff;
    background-color: #343a4000;
    border-color: #c7c9cb;
    border-radius: 0px;
}

.cart-text {
    display: flex;
    justify-content: space-between;
}

.cart {
    border: 1px solid #605c55;
}

.cart h4 {
    background: #605c55;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    padding: 7px;
}

.cart-text {
    padding: 0 21px;
}

.cart-total {}

.cart-total p {}

.cart hr {
    margin-top: 0rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(169 169 169 / 60%);
}

.cart .btn-primary {
    color: #fff;
    background-color: #ff7c51;
    border-color: #ff7c51;
    border-radius: 0px;
    text-align: center;
    margin: 15px auto;
    display: block;
    width: 90%;
}

.cart .btn-outline-primary {
    color: #ff7c51;
    border-color: #ff7c51;
    border-radius: 0px;
    display: block;
    margin: 10px auto 29px;
    width: 90%;
}

span.out i {
    color: #fb7c55;
}

.terms h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
}

.our-story div#v-pills-tab {
    border: 1px solid #f1ede6;
}

.our-story .nav-pills .nav-link {
    border-bottom: 1px solid #f1ede6;
}

.our-story .nav-pills .nav-link {
    border-radius: 0.25rem;
    font-size: 20px;
    padding: 12px 20px;
    cursor: pointer;
}

.our-story .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fb7c55;
    border-radius: 0px;
    font-size: 20px;
}

.profile-form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #605c55;
    font-weight: 600;
    font-size: 17px;
}

.profile-form .form-control {
    height: calc(2.6rem + 2px);
    font-size: 14px;
    font-weight: 600;
}

.profile-btn .btn-primary {
    color: #fff !important;
    background-color: #34b4fc;
    border-color: #34b4fc;
    font-size: 18px;
    padding: 7px 30px;
    border-radius: 0px;
    margin-right: 6px;
}

.profile-btn .btn-secondary {
    color: #fff !important;
    background-color: #bab6af;
    border-color: #bab6af;
    font-size: 18px;
    padding: 7px 30px;
    border-radius: 0px;
    margin-right: 6px;
}

.wp-orders {
    border: 1px solid #f1ede6;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wp-total h4 {
    font-family: "Montserrat", sans-serif;
    color: #605c55;
    margin-bottom: 0px;
}

.wp-product-detail {
    display: flex;
}

.wp-product-img {
    width: 30%;
    margin-right: 25px;
}

.wp-product-text {}

.wp-product-text h6 {
    font-family: "Montserrat", sans-serif;
    color: #605c55;
    font-size: 25px;
}

.wp-product-text a {
    color: #34b4fc;
}

.wp-product-text span {
    color: #ff7c51;
    font-size: 25px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
}

.wp-cus-order {
    text-align: right;
}

.wp-cus-order .btn-primary {
    color: #fff !important;
    background-color: #34b4fc;
    border-color: #34b4fc;
    font-size: 18px;
    padding: 7px 20px;
    border-radius: 0px;
    margin-right: 6px;
}

.place {
    margin: 40px 0 0 0;
}

.place h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}

.place .btn-primary {
    color: #fff !important;
    background-color: #34b4fc;
    border-color: #34b4fc;
    font-size: 18px;
    padding: 7px 30px;
    border-radius: 0px;
    margin-right: 6px;
}

.place img {
    width: auto;
}

.wp-review-img {}

.wp-review-img img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.wp-review-text {
    padding: 0 0 0 30px;
}

.wp-review-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.wp-review-text a {
    color: #fb7c55;
    margin: 13px 0 0 0;
    display: block;
}

.wp-cus-review {
    padding: 0;
}

.wp-cus-review:before {
    opacity: 0;
}

.wp-cus-review::after {
    opacity: 0;
}

.wp-cus-review .client-img {
    width: 13%;
}

.wp-cus-review .client-review {
    display: flex;
    margin-bottom: 33px;
}

.wp-cus-review .client-text h6 {
    font-weight: 600;
}

.review-deleted {
    opacity: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.review-deleted a {
    color: #fb7c55;
    font-size: 20px;
}

.wp-cus-review .client-review:hover .review-deleted {
    opacity: 1;
}

.container1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.container1 img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
}

.container1:hover img {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.overlay1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;

    transition: 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
}

.overlay1 .icon {
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    /* border: 1px solid #fff; */
    padding: 0;
    font-size: 36px;
    width: 46px;
    height: 42px;
}

.container1:hover .overlay1 {
    opacity: 1;
}

.icon:hover {
    color: #fff;
}

.cus-gallery1 {
    padding: 20px 0 80px;
}

.cus-view a {
    color: #605c55;
    border: 1px solid #605c55;
    padding: 16px 30px;
    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
}

.cus-view a:hover {
    background: #fb7c55;
    color: #fff;
    border: 1px solid #fb7c55;
}

.exprience {
    background: #fffaf5;
    padding: 28px 0 10px;
    margin-bottom: 20px;
}

.exprience-box {
    display: flex;
}

.exprience-text {
    width: 10%;
}

.exprience-product {
    width: 90%;
    display: flex;
}

.exprience-product-box {
    margin-right: 20px;
}

.wp-exprience-text {
    position: absolute;
    left: -94px;
    bottom: 235px;
    transform: rotate(270deg);
}

.wp-exprience-text h3 {
    color: #ff7c51;
    font-size: 45px;
}

.wp-exprience-text p {
    color: #14ae5c;
    font-size: 20px;
    text-align: center;
}

.wp-address {
    margin-bottom: 45px;
}

.wp-address h4 {
    background: #ff7c51;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 400;
    padding: 5px 0 5px 24px;
    margin-bottom: 0px;
}

.address-box {
    display: flex;
    border-bottom: 1px solid #6666663d;
    margin-bottom: 30px;
    justify-content: space-between;
}

.address-box.active {
    background: #fffaf5;
}

.address-text {
    padding: 10px 0 10px 30px;
}

.address-text p {
    margin-bottom: 5px;
}

.address-text .form-check-label {
    margin-bottom: 0;
    padding: 0 0 0 22px;
}

.address-text .form-check-input {
    position: absolute;
    margin-top: 1.3rem;
    margin-left: -1.25rem;
    height: 30px;
    width: 30px;
}

.address-text p span {
    background: #eeeeee;
    padding: 2px 8px;
    margin: 0 0 0 20px;
}

.address-deleted {
    padding: 28px 60px 0 0;
}

.address-deleted a {
    color: #605c55;
    font-size: 22px;
    margin-right: 13px;
}

.address-deleted a.cus-deleted {
    color: #ff7c51;
}

a.new {
    color: #ff7c51;
    border: 1px solid #ff7c51;
    padding: 12px 16px;
    margin: 10px 40px;
}

a.new:hover {
    color: #fff;
    border: 1px solid #ff7c51;
    background: #ff7c51;
}

.order-product {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.order-product .wp-product-detail {
    width: 40%;
}

.order-product .wp-product-text h6 {
    font-size: 20px;
}

.order-product .wp-product-text span {
    color: #333;
    font-size: 20px;
}

.cus-wp-address.product-quantity {
    width: 20%;
    margin: 20px 140px 0 0;
}

.cus-payments {
    padding: 17px 0 0;
    border-bottom: 1px solid #6666661f;
}

.cus-payments input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.cus-payments .form-check-label {
    margin-bottom: 0;
    padding: 0 0 0 14px;
}

.cus-price-detail {
    position: sticky;
    top: 83px;
}

.cus-price-detail span {
    color: #1bb792;
    text-align: center;
    display: block;
    padding: 0 0 21px;
}

.save {
    padding: 14px 0 0;
}

.save p {
    padding: 0 0 0 32px;
}

.save p i {
    position: absolute;
    left: 0px;
    font-size: 26px;
    margin: 6px 0 0 0;
}

.newsletter {
    background: #ff7c51;
    mix-blend-mode: normal;
    padding: 1.5rem 0.5rem;
}

.newsletter h2 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 47px;
    /* identical to box height, or 124% */

    /* 00 */

    color: #ffffff;
}

.newsletter-form {
    padding-top: 0.5rem;
    width: 80%;
}

.newsletter-form input {
    margin-right: 20px;
    background: #ffffff !important;

    border: 1px solid #ffffff !important;
    border-radius: 0 !important;
    font-family: "Montserrat" !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;

    color: #bab6af;
}

.newsletter-form input::placeholder {
    font-family: "Montserrat" !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;

    color: #bab6af;
}

.newsletter-form button {
    font-family: "Montserrat" !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 14px !important;

    color: #ffffff !important;
    background: #605c55;
    border-radius: 0 !important;
}

.product-wish {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 99;
    right: 30px;
    text-align: right;
    padding-top: 0;
}

.product-wish .fa {
    color: #cbcbcb;
    font-size: 32px;
}

.product-wish .fa:hover {
    color: #ff7007;
}

/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width: 1170px) {
    .container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0px 15px;
    }
}

/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width: 728px) {}

/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {}

/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width: 550px) {}

/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width: 500px) {}

/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width: 414px) {}








.carousel-inner {
    padding: 1em;
}

.card {
    margin: 0 1em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    position: relative;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #8f8f8f;
    width: 6vh;
    height: 6vh;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-item {
    margin-right: 0;
    flex: 0 0 25%;
    display: block;
}

.carousel-inner {
    display: flex;
}

.card .img-wrapper {
    max-width: 100%;
    height: 18em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card img {
    max-height: 100%;
}

@media (max-width: 767px) {
    .card .img-wrapper {
        height: 17em;
    }

    .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
    }
}