body {
    margin: 0;
    padding: 0;
}

.login-center {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.login-br-5px {
    border-radius: 5px;
}

.fix-logo {
    width: 200px;
}


.br-5px {
    border-radius: 5px;
}

.fs-7 {
    font-size: 3.5rem;
}

.br-20px {
    border-radius: 10px;
}

.sr-card {
    position: relative;
}


.sr-card .input-group-text {
    border: 0;
    position: absolute;
}

.sr-card input {
    border: 0;
    padding: 1rem 0.75rem;
}

.sr-card input:focus {
    border: unset;
    box-shadow: unset;
}

.sr-card .btn {
    z-index: 9;
    position: absolute;
    right: 20px;
}

.sr-card-fot input {
    border: 1px solid #ced4da !important;
}

.border-bot {
    border-top: 1px solid #ced4da;
}



.h-rimg .img {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #fff;
}

.ml-m-10px {
    margin-left: -25px;
}

.wp-bg {
    position: relative;
    width: 75px;
    height: 75px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.wp-bg svg {
    width: 45px;
    height: 45px;
}

.about-us .bg-client-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50px;
}

.about-us .fs-12px {
    font-size: 12px;
}

.our-service .our-bgimg img {
    border-radius: 10px;
    /* width: 200px; */
    /* height: 200px; */
    /* overflow: hidden; */
}

.faq .accordion-item {
    background: transparent;
}

.faq .accordion-item .accordion-button,
.faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
}

.faq .accordion-item:last-of-type {
    border-radius: unset;
}

.faq .accordion-button:focus {
    box-shadow: unset;
}

.faq .accordion-button:not(.collapsed)::after,
.faq .accordion-button::after {
    background-image: unset;
    transform: unset;
}

.faq .accordion-button::after {
    content: '+';
    display: inline-block;
}

.f-nav .f-link {
    text-decoration: none;
    transition: 0.2s ease-in;
}

.f-nav .f-link.f-active,
.f-nav .f-link:hover {
    transition: 0.2s ease-out;
}

.own-upload {
    /* background: #ff735d; */
    width: 250px;
    height: 300px;
    border-radius: 10px;
    border: 2px solid #ff735d;
    border-style: dashed;
    position: relative;
}

.own-upload .reupload svg {
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    padding: 15px;
    border-radius: 50px;
}

.own-upload .reupload {
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    cursor: pointer;
}

.car1d img {
    border-radius: 10px;
    object-fit: contain;
}

.car1d {
    height: 100%;
    border-radius: 10px;
    padding: 10px;
    background: #f6e1cd;
    text-align: center;
}



.ba-dwizard {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
}


.ba-dwizard li.step1 {
    list-style: none;
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

.ba-dwizard li span.border {
    height: 5px;
    background: #ffd1a5;
    width: 100%;
    position: absolute;
    display: flex;
    z-index: -1;
    right: -50%;
    border: 0 !important;
}


.ba-dwizard .step-link {
    width: 65px;
    height: 65px;
    background: #ffd1a5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;

}

.ba-dwizard .step-link svg {
    width: 45px;
    height: 45px;
}

.ba-dwizard li.step1.step-active .step-link {
    border: 3px solid #ff735d;
}

/* .ba-dwizard li.step1.step-active .border {
    background: #ff735d;
} */

#trix-toolbar-1 {
    position: absolute;
}

.trix-content {
    background: #fff;
    padding-top: 35px;
}

.table-img img {
    border-radius: 5px;
}

.table-img {
    width: 100px;
    height: 120px;
}

.order-card {
    border-radius: 25px;
}

.order-card table thead tr th {
    border: unset;
}


.order-card .line-through {
    text-decoration-line: line-through;
}

.border-unset {
    border: unset;
}


.form-control {
    border: unset;
}

.form-control:focus {
    box-shadow: unset;
    border-color: unset;
}

.order_login_coupon .accordion-item {
    background-color: transparent;
    border: unset;
}

.order_login_coupon .accordion-button {
    background-color: transparent;
}

.order_login_coupon .accordion-button:focus {
    box-shadow: unset;
}

.order_login_coupon .accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
}

.order_login_coupon .accordion-body {
    border: 2px solid;
    border-style: dashed;
}

.order_login_coupon .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.card-orders .frst-card {
    border: unset;
}

.card-orders .frst-card .br-2px {
    border: 2px solid;
    border-style: dashed;
}

.card-orders .frst-card .order-pimg {
    width: 100px;
    height: 100px;
}

.card-orders .frst-card .order-pimg img {
    object-fit: contain;
}


/* .about-us .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.about-us .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd !important;
    transition: background-color 0.3s;
} */

/* .about-us .owl-dot.active {
    background-color: #ff735d !important;
} */


.br-dash-2px {
    border: 2px solid #ff735d;
    border-style: dashed;
}

.about-us .owl-review .owl-carousel .card-body {
    height: 250px;
}

.txt-de-none {
    text-decoration: none;
}

.fot-ct ul li {
    list-style: none;
}

.faq .accordion-item {
    border: none;
}

.fx-img {
    width: 150px;
}

.fx-img img {
    width: 100%;
    border-radius: 5px;
}

.txt-ay .ta-editor {
    height: 150px;
}

.txt-ay .ta-toolbar .btn-group:first-child,
.txt-ay .ta-toolbar .btn-group:last-child {
    display: none;
}

.nav-tabs .nav-link:hover {
    border-color: unset;
}

.br-unset {
    border: unset;
}

.int-sm {
    border: 0;
    padding: 1rem 0.75rem;
}

.ct-dv {
    padding: 0.75rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0.2rem 0.1rem rgba(0, 0, 0, .1) !important;
    text-align: center;
}

.ps-relative {
    position: relative;
}

.snap-qty {
    position: absolute;
    right: 10px;
    top: 0px;
    border-radius: 50px;
    /* background: #fff; */
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-50px {
    width: 50px;
}

.lst-none {
    list-style: none;
}

.side-nav .color-black {
    color: #333;
}

.w-order .fancymodal-content {
    max-width: 700px !important;
}

.side-nav .side-nav-link .nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    transition: width .3s;
}

.chose-country .hugcoutry {
    display: flex;
    padding: 2px;
    justify-content: center;
    border-radius: 5px;
    transition: 0.3s ease-out;

}

.chose-country .hugcoutry .hug-step2 {
    width: 100%;
    border-radius: 5px;
    transition: 0.3s ease-out;
    padding: 5px;
}



/* scratch */

#last-canvas-bg-img {
    position: absolute;
    border-radius: 10px;
}

#hugbox .canvas {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#hugbox img {
    width: 100%
}

.hbox-model .form-control {
    border: 1px solid #ced4da !important;
}

.hbox-model .fancymodal-content {
    padding: 1em 1em
}

.hbox-model .fancymodal-content .fix-logo {
    width: 200px;
}

/* Skeleton */

.skeleton {
    position: relative;
    /* width: 200px; */
    /* height: 200px; */
}

.skeleton::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
    background-size: 200%;
    animation: skeleton 1s infinite reverse;
}

@keyframes skeleton {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}


.border-box {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
}

.border-box::before,
.border-box::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 45%;
    background: #ff735d;
}

.border-box .ordiv {
    text-align: center;
    width: 100%;
    z-index: 9;
}

.border-box::before {
    left: 0;
}

.border-box::after {
    right: 0;
}


tags-input .host {
    margin: 0 !important;
}

tags-input .tags {
    border: unset !important;
    box-shadow: unset !important;
    padding: 0 !important;
}

tags-input .tags.focused {
    outline: 0 !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}

tags-input .tags .tag-item,
tags-input .tags .input {
    font-size: 16px !important;
    font-family: unset !important;
}

tags-input .tags .tag-item .remove-button {
    text-decoration: none;
}

.f-nav {
    z-index: 99;
}

.masonry-brick {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 1px;
}

.d-nav-none {
    display: flex;
}

.txt-line {
    text-decoration: line-through;
}

.w350px {
    width: 350px;
}

@media (max-width: 576px),
(max-width: 768px) {
    body {
        padding-bottom: 60px;
    }

    .d-sm-none {
        display: none !important;
    }

    .d-nav-none {
        display: none;
    }

    .wp-bg {
        width: 65px;
        height: 65px;
        transition: 0.3s ease-in;
    }

    .about-us .owl-review .owl-carousel .card-body {
        height: 300px;
    }

    .masonry-brick {
        width: 50%;
    }
}

.fot-ct .social a i {
    font-size: 18px;
}

/* #cww-sff-disp-wrap-outer .cww-sff-wrapp #wpcf7-f255621-o2 .klaviyo-form div[data-testid="form-row"]{
    align-items: center !important;
}
#cww-sff-disp-wrap-outer .cww-sff-wrapp #wpcf7-f255621-o2 .klaviyo-form div[data-testid="form-row"] data[data-testid="form-component"]{
    padding: 0px 5px 0px 0px !important;     
} */



#accordion1Example .accordion-item {
    background: transparent;
    border: unset !important;
}

#accordion1Example .accordion-item .accordion-button,
#accordion1Example .accordion-item:last-of-type .accordion-button.collapsed {
    border: unset !important;
    box-shadow: unset !important;
    background: transparent;
}

#accordion1Example .accordion-item:last-of-type {
    border-radius: unset;
}

#accordion1Example .accordion-button:focus {
    box-shadow: unset;
}

#accordion1Example .accordion-button:not(.collapsed)::after,
#accordion1Example .accordion-button::after {
    background-image: unset;
    transform: unset;
}

#accordion1Example .accordion-button::before {
    content: '+';
    display: inline-block;
    padding: 0 10px;
}

#accordion1Example .accordion-button:not(.collapsed) {
    color: #ff735d !important;
}

.con-social a {
    text-decoration: none;
    color: #333;
}

.con-social a:hover {
    color: #ff735d;
}

.coupon-btn {
    background: #ff735d;
    color: #fff;
    cursor: pointer;
}


.owl-categories .owl-nav button.owl-prev {
    /* display: contents; */
    position: absolute;
    left: -40px;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 20px;
    width: 30px;
    /* height: 50px; */
    background: aliceblue;
    justify-content: center;
    padding: 0 !important;
    margin: 0;
}

.owl-categories .owl-nav button.owl-next {
    /* display: contents; */
    position: absolute;
    right: -40px;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 20px;
    width: 30px;
    /* height: 50px; */
    background: #fff !important;
    justify-content: center;
    padding: 0 !important;
    margin: 0;
}

.owl-categories .owl-nav button.owl-prev:hover,
.owl-categories .owl-nav button.owl-next:hover {
    background: #ff735d !important;
    color: #fff !important;
    text-decoration: none;
}