import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');

/*
font-family: 'Josefin Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
*/
* {
    scroll-behavior: smooth;
}

.item-naam {
    padding-left: 10px;
    font-size: 13px;
}

.p-icon label input {
    display: none
}

.p-icon label input:checked+img {
    border: 3px solid #702181;
    border-radius: 4px;

}

.cart-plus-minus-box-qty {
    width: 65px !important;
    height: 25px !important;
    font-size: 14px;
}

.p-icon img {
    width: 50px;
    /* transition: .2s all ease; */
}

.d-flex-row {
    width: 100%;
    display: flex;
    place-items: center;
    place-content: flex-start;
}

.item-naam {
    padding-left: 10px;
}

.product-quantity-pro-details-quality {
    margin-left: auto
}


.note-listing p {
    border-left: 5px solid #792873;
    margin: 0px;
    background: white;
    padding: 16px;
    margin-bottom: 20px;
    font-size: 13px;
}

.note-listing p i {
    background: #792873;
    width: 25px;
    height: 25px;
    /* display: flex; */
    display: inline-flex;
    place-content: center;
    place-items: center;
    border-radius: 50%;
    color: white;
    margin-right: 10px;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;

}

.color-white {
    color: white !important;
}

.bg-color-1 {
    background-color: #e61283;
}

.bg-color-2 {
    background-color: #5e0084;
}

.bg-color-3 {
    background-color: #37a1d0;
}

.bg-color-4 {
    background-color: #81c100;
}

body {
    background: #f8f0df;
}

a {
    text-decoration: none !important;
    color: #792873;
}

section {
    width: 100%;
    position: relative;
    padding: 50px 0px;
}

.header {
    background: rgb(0 0 0 / 43%);
    padding: 10px 10px;
    border-bottom: 1px solid #999999;
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: .3s all ease-in-out;
}

.header.fixed {
    background: black;
    padding: 5px 10px;
}

.logo a img {
    width: 170px;
}

.topsmnav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.group-nav .topsmnav {
    width: 430px;
    padding: 2px 0 10px;
    margin-right: 100px;
    margin-right: 0 !important;
    margin-left: auto !important;

}

.topsmnav ul li {
    text-align: center;
    position: relative;
    width: auto;
    margin-left: 50px;
}

.topsmnav ul li a {
    width: 100%;
    float: left;
    color: #fff;
    padding: 1px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 13px;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.topsmnav ul li::after {
    content: '';
    width: 1px;
    height: 90%;
    position: absolute;
    top: 0;
    right: -26px;
    background: #fff;
}

.kid-page {
    /*
    min-height: 400px;
    display: flex;
    min-height: 410px;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover !important;
*/
    position: relative;
    /*
    place-content: flex-start;
    place-items: end;
    background: url(img/kids-play.jpeg);
*/
}

.kid-page::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(99 8 122 / 49%), rgb(234 58 145 / 49%), rgb(137 197 73 / 49%), rgb(91 144 177 / 49%));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.topsmnav ul li:nth-last-child(1)::after {
    background: 0 0;
}

.group-nav {
    /* float: right; */
    margin-left: auto;
    position: relative;
}

.mainnav {
    /*    width: 660px;*/
    float: right;
    padding: 8px 0;
    margin-right: 0px;
}

.mainnav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.mainnav ul li {
    text-align: center;
    position: relative;
    margin-left: 50px;
}

.mainnav ul li a {
    width: 100%;
    float: left;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-size: 12px;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.navtoggle {
    width: auto;
    position: absolute;
    bottom: 10px;
    right: 0;
    display: none;
}

.navtoggle a span {
    width: 40px;
    height: 1px;
    display: block;
    background: #fff;
    margin: 8px 0;
}



/*my-account*/
.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    border-bottom: 1px solid gray;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
    background-color: #792873;
    border-color: #792873;
    color: #ffffff;
}

.myaccount-tab-menu a {
    border: 1px solid #ccc;
    border-bottom: none;
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: black;
    background: white;
}

.myaccount-tab-menu a i.fa {
    font-size: 14px;
    text-align: center;
    width: 25px;
    display: none;
}

.myaccount-content {
    border: 1px solid #eeeeee;
    padding: 30px;
    background: white;
}

.myaccount-content h3 {
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600;
}

.myaccount-content .welcome strong {
    font-weight: 600;
    color: #792873;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

.myaccount-content .account-details-form .single-input-item {
    margin-bottom: 20px;
}

.myaccount-content .account-details-form .single-input-item label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}

.myaccount-content .account-details-form .single-input-item input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #1f2226;
    font-size: 13px;
    width: 100%;
}

.myaccount-content .account-details-form .single-input-item button {
    border: none;
    background-color: #792873;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 25px;
    color: #fff;
    font-size: 13px;
}

.myaccount-content fieldset {
    margin-top: 20px;
}

.__grid {
    display: grid;
    grid-template-columns: auto auto;
}

address p {
    font-size: 12px;
}

a.check-btn.sqr-btn {
    background: #792873;
    color: white;
    font-size: 12px;
    padding: 10px 30px;
}

@media(max-width:480px) {
    .myaccount-content-inner {
        margin-bottom: 20px;
    }

    .__grid {
        display: grid;
        grid-template-columns: auto;
    }
}


.contact-form-1 {
    background: white;
    padding: 40px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.account-add {
    color: black;
    font-size: 12px;
    text-align: left;
    padding-top: 20px;
}

.account-add p a {
    color: #73247c;
    font-size: 12px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide.big-slide {
    width: 100%;
    height: calc(100vh - 15px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider_main {
    width: 100%;
    position: relative;
    height: 100%;
}

.slider_layer {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(20 20 20 / 82%);
    top: 0;
    right: 0;
    z-index: 9;
    display: flex;
    place-content: center;
    place-items: center;
}

.center h2 {
    color: white;
    font-size: 2rem;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

.center h2 span {
    font-size: 2rem;
    font-weight: 100;
    letter-spacing: 3px;
}

.center {
    margin: 0px 50px;
}

.right a,
.left a {
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    position: relative;
    letter-spacing: 2px;
    font-size: 12px;
}

.left a::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: white;
    left: -110px;
    top: 8px;
}

.right a::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: white;
    right: -110px;
    top: 8px;
}

.center p {
    color: white;
}

.center p {
    color: white;
    font-weight: 100;
    letter-spacing: 4px;
    font-size: 12px;
    border-top: 1px solid;
    padding-top: 5px;
    margin-top: 13px;
}

.secondary-heading span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
    display: block;
    color: #000;
}

.secondary-heading h1 {
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: 1px;
}

.content-lg p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 100;
    letter-spacing: 1px;
}

.bg-blue {
    background: #3d9db5;
    color: white;
}

.btn-round {
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 100;
    position: relative;
    padding-left: 0px;
    transition: .3s all ease-in-out;
}

.btn-round:hover {
    color: #ffd562;
}

.btn-round:hover::after {
    right: -20px;
    width: 120px;
}

.btn-round::after {
    transition: .3s all ease-in-out;
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: white;
    top: 8px;
    right: -50px;
}

a.btn-round svg {
    width: 40px;
}

svg .cls-1 {
    fill: none;
    stroke: #ffffff;
    stroke-miterlimit: 10;
}

/*

section.rent-sec::after {
    content: '';
    width: 50%;
    height: 100%;
    background: #87c349;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
}
*/

.btn-round.black {
    color: black;
}

a.btn-round.black svg .cls-1 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;

}

.btn-round.black::after {
    background: black;
}

.cat-bg-2 {
    background: #f8f0e1;
}

.cat-bg-1 {
    background: #E71385;
}

.item-img {
    max-width: 440px;
    height: 228px;
    overflow: hidden;
}

.item-img img {
    min-width: 440px;
    height: 228px;
    object-fit: cover;
    transition: .4s all ease-in-out
}

.item-detail {
    text-align: right;
    padding-top: 30px;
}

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

.item:hover .item-img img {
    transform: scale(1.3)
}

.item span {
    position: absolute;
    right: 0;
    font-size: 3rem;
    font-weight: 900;
    transform: rotate(-90deg);
    top: 30px;
    opacity: .4;
    color: #000;
}

.item-detail a {
    background: #73247c;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 5px 5px 40px;
    letter-spacing: 2px;
    line-height: normal;
    font-style: italic;
    display: block;
    max-width: 200px;
    margin-left: auto;
    transition: .3s all ease-in-out;
}

.item-detail a:hover {
    padding: 5px 25px 5px 20px;
    font-style: inherit;
}

.item-detail h3 {
    padding-right: 10px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: initial;
    color: #000;
}

.side-menu {
    width: 320px;
    height: 100vh;
    position: fixed;
    background: #f8f0df;
    z-index: 99;
    top: 0;
    right: 0;
    transform: translateX(120%);
    transition: .3s all ease-in-out;
}

.side-menu.open {
    transform: translateX(0%);
}

.aside-top a {
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    right: 20px;
    position: absolute;
    top: 40px;
    text-decoration: underline !important;
}

.aside-menu {
    padding-top: 30%;
}

.aside-menu ul {
    list-style: none;

}

.aside-menu ul li a {
    font-size: 1rem;
    font-weight: 100;
    text-transform: uppercase;
    color: black;
}

.bottom-menu ul {
    list-style: none;
}

.bottom-menu {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.bottom-menu ul li {
    display: inline-flex;
    margin: 0px 10px;
}

.bottom-menu ul li a {
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    color: black;
    letter-spacing: 1px;
}

.aside-menu ul li {
    margin-bottom: 15px;
}

.bottom-menu p {
    text-align: center;
    width: 100%;
}

.bottom-menu p a {
    text-align: center;
    width: 100%;
    color: black;
}

.items-category-name {
    text-align: center;
    background: white;
    margin-top: 4px;
    padding: 5px;
}

.items-category-name a {
    background: #73247c;
    padding: 10px;
    display: block;
    margin-top: 10px;
    color: white;
    font-size: .9rem;
    letter-spacing: 0px;
}

.items-category-name p {
    margin-bottom: 0px;
    font-size: 13px;
}

.items-category-name h5 {
    font-size: 1rem;
    letter-spacing: 1px;
    padding-top: 5px;
    margin-bottom: 2px;
}

.items-category {
    border: 1px solid white;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 30px;
}

.items-category-img {
    background: white;
    padding: 20px;
    text-align: center;
}

.items-category-img img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin: 0 auto;
}

.action a {
    margin: 0px;
}

label {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 13px;
    letter-spacing: 0px;
}

.form-sub-heading h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.action {
    display: flex;
    width: 100%;
    place-content: space-between;
    place-items: center;
    padding-left: 10px;
    border: 1px solid #f8f0e1;
    margin-top: 10px;
}

.panel-collapse .panel-body a {
    color: #792873;
}

.wch {
    background-image: url(../img/event.jpg);
    /*    max-height: 428px;*/
    background-position: right;
    background-repeat: no-repeat;
    /* background-color: white; */
    background-size: 50%;
}

.footerinner .footerlogo {
    width: 100%;
    float: left;
    border-bottom: 1px solid #606060;
}

.content.right-side {
    /* padding-left: 160px; */
    padding-left: 40px;
    padding-top: 100px;
    padding-right: 40px;
    text-align: justify;
    height: 100%;
}

.content.left-side {
    /* padding-right: 160px; */
    padding-left: 40px;
    padding-top: 100px;
    padding-right: 40px;
    text-align: justify;
    height: 100%;
}

.content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
    font-weight: 100;
}

.wus.content-lg {
    padding: 40px;

    height: 100%;
    background: #60097e;
}

.wus.content-lg p {
    text-align: justify;
}

.content h4 {
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: 1px;
}

/*
.content.right-side p::first-letter {
  font-size: 200%;
  color: #8A2BE2;
    padding-top: 10px;
}
*/
.footerinner .footerlogo .footgrid {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footerinner .footerlogo .footgrid .footitem:first-child {
    width: 22%;
    background: #000;
}

.footerinner .footerlogo .footgrid .footitem .flogo {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.footerinner .footerlogo .footgrid .footitem .flogo img {
    width: 135px;
}

.footerinner .footerlogo .footgrid .footitem:nth-child(2) {
    width: 85%;
    margin-left: 44px;
}

.footerinner .footerlogo .footgrid .footitem .footext {
    width: 100%;
    float: left;
    padding: 22px 0;
}

.footerinner .footerlogo .footgrid .footitem .footext p {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #87c349;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.7;
    margin-bottom: 0;
    padding: 0 20px;
    text-align: center;
}

.footerinner .footerlogo .footgrid .footitem .footext a.button {
    border-bottom: solid 1px;
    color: #fff;
    opacity: .8;
}

.footerinner .footerlogo .footgrid .footitem:nth-last-child(1) {
    width: 43.6%;
}

.footerinner .footerlogo .footgrid .footitem .footprope .propgrid .propitem .fproptext img {
    width: 60px;
    float: right;
    height: 60px;
}

.footerinner .footerlogo .footgrid .footitem .footprope .propgrid .propitem .fproptext strong {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px;
    letter-spacing: 2px;
}

.footerinner .footerlogo .footgrid .footitem .footprope {
    width: 100%;
    float: left;
    background: #762677;
    padding: 27px 0;
    webkit-transition: all 0.5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

footer {
    background: #000;
}

.footer-widget h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;

    padding-top: 20px;
}

.footer-widget ul {
    list-style: none;
    padding: 0px;
}

.footer-widget ul li a {
    font-size: 13px;
    color: white;
    letter-spacing: 1px;
}

.footer-widget ul li {
    padding-bottom: 10px;
}

.fproptext {
    text-align: center;
    font-size: 12px;
}

.footer-widget {
    border-right: 1px solid #606060;
    min-height: 240px;
    padding-top: 20px;
}

.footer-last p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.7;
    margin-bottom: 0;
    padding: 0 20px;
}

.footer-last p span {
    color: #83c25d;
}

.row.footer-last {
    border-top: 1px solid #606060;
    padding: 20px 0px;
}

.noBorder {
    border: 0px !important;
}

.np {
    padding: 0px !important;
}


.page_header {
    display: flex;
    min-height: 400px;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    place-content: flex-start;
    place-items: end;
}

.page-title {
    width: 100%;
    background: linear-gradient(90deg, rgb(99 8 122 / 88%), rgb(234 58 145 / 87%), rgb(137 197 73 / 89%), rgb(91 144 177 / 96%));
    /*    background: rgb(255 255 255 / 7%);*/
    position: relative;
    z-index: 8;
    padding: 20px;
    border-top: 1px solid #999999;
}

.page-title h4 {
    color: white;
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: 1px;
    margin: 0px;
}

.page_header::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(99 8 122 / 49%), rgb(234 58 145 / 49%), rgb(137 197 73 / 49%), rgb(91 144 177 / 49%));
    width: 100%;
    height: 100%;
}

.product-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin: 0 auto;
}

.product-nav ul li {
    display: inline-flex;
}

.product-nav ul li a:hover {
    background: black;
    color: white;
}

.product-nav ul li a.active {
    background: black;
    color: white;
}

.product-nav {
    position: sticky;
    top: 73px;
    background: #702181;
    z-index: 9;
    /* border-bottom: 1px solid red; */
    text-align: center;
    transition: .3s all ease-in-out;
}

.product-nav ul li a {
    font-size: 1rem;
    text-transform: uppercase;
    width: 100%;
    float: left;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-size: 12px;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    padding: 16px 15px;
}

.cart-clear a {
    background: #73247c;
    padding: 10px;
    margin-top: 10px;
    color: white;
    font-size: .9rem;
    letter-spacing: 0px;
}

.rules ul {
    padding-left: 18px;
}

.content ul {
    padding-left: 18px;
}

.content ul li {
    padding-bottom: 21px;
}

.rules ul li {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
    font-weight: 100;
}

.button-link {
    background: #73247c;
    padding: 10px;
    margin-top: 10px;
    color: white;
    font-size: .9rem;
    letter-spacing: 0px;
    border: 0px;
}

.footprope:hover {
    background: #e24a94;
    color: white;
}

.cart-clear a:hover,
.items-category-name a:hover,
.button-link:hover {
    background: #e24a94;
    color: white;
}

td.product-remove a {
    background: #73247c;
    padding: 10px;
    margin-top: 10px;
    color: white;
    font-size: .9rem;
    letter-spacing: 0px;
}

.contact-form {
    background: #2fa2c9;
    padding: 40px;
    /* box-shadow: 0px 0px 8px rgb(0 0 0 / 24%); */
    /*    transform: translateY(-130px);*/
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    /*    margin-bottom: -130px;*/
    color: white;
}

.widget {
    display: flex;
    margin-bottom: 10px;
    background: #eb0f80;
    padding: 20px;
    color: white;
}

.widget .icon {
    width: 30px;
    font-size: 20px;
}

.widget .detail {}

.widget .detail h5 {
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.widget .detail p {
    font-size: 14px;
    margin-bottom: 2px;
}

.widget .detail p a {
    color: white;
}

.gallery-item a img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.gallery-item {
    margin-bottom: 30px;
}

.billing-info-wrap h3 {
    font-size: 15px;
    font-weight: 900;
    position: relative;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.mb-20 {
    margin-bottom: 20px;
}

.billing-info-wrap .billing-info label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}

.billing-info-wrap .billing-info input {
    border: 1px solid #e8e8e8;
    background-color: white;
    padding: 2px 20px;
    color: #1f2226;
    font-size: 14px;
    height: 60px;
    padding: 0.375rem 0.75rem;
    width: 100%;
}

.billing-info-wrap .billing-select select {
    border: 1px solid #e6e6e6;
    /*
    -moz-appearance: none;
    -webkit-appearance: none;
*/
    color: #333;
    font-size: 14px;
    height: 50px;
    padding: 2px 20px;
    /*    background: rgba(0,0,0,0) url(../images/shop.png) no-repeat scroll right 18px center;*/
    cursor: pointer;
    width: 100%;
}


.your-order-area {
    padding: 40px 50px 50px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    border-color: rgba(52, 53, 56, 0.1);
    background: white;
}

.your-order-area h3 {
    font-size: 15px;
    font-weight: 900;
    position: relative;
    margin: 0 0 25px;
    text-transform: uppercase;
}


.your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #e8e8e8;
}

.your-order-area .your-order-wrap .your-order-info ul li {
    font-size: 14px;
    padding: 0 0 7px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    place-content: space-between;
    place-items: center;
}

.your-order-area .your-order-wrap .your-order-info ul li span {
    float: right;
    color: #000;
    font-size: 22px;
}

.your-order-info {
    padding: 10px 0px;
}


.your-order-area .your-order-wrap .your-order-middle {
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 0 23px;
}

.your-order-area .your-order-wrap .your-order-middle ul li {
    font-size: 14px;
    margin: 0 0 11px;
}

.your-order-area .your-order-wrap .your-order-middle ul li span {
    float: right;
    font-size: 16px;
}

.your-order-area .your-order-wrap .your-order-info.order-subtotal {
    padding: 15px 0 10px;
}

.your-order-area .your-order-wrap .payment-method {
    margin: 40px 0 0;
}

.your-order-area .your-order-wrap .payment-method .sin-payment {
    margin-bottom: 20px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment input {
    width: auto;
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 5px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment label {
    font-size: 13px;
    text-transform: capitalize;
    margin: 0px 0 0 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.your-order-area .your-order-wrap .payment-method .sin-payment {
    margin-bottom: 20px;
}

.your-order-wrap p {
    margin-bottom: 0px;
}

.your-order-wrap ul {
    padding-left: 10px;
    margin-bottom: 0px;
}

.conditions {
    background: white;
    padding: 15px;
    margin-top: 30px;
}


.rate .cart-plus-minus .qtybutton.dec {
    height: 31px;
    width: 31px;
    line-height: 31px;
    border: 1px solid #E3E4E9;
}

.rate .cart-plus-minus {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
}


.rate .cart-plus-minus .qtybutton.inc {
    height: 31px;
    width: 31px;
    line-height: 31px;
    border: 1px solid #E3E4E9;
    right: 0px;
}

.rate .cart-plus-minus .qtybutton {
    color: #000000;
    cursor: pointer;
    float: inherit;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 0;
}

.rate .cart-plus-minus {
    min-width: 200px;
}

.rate .cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #3A3A3A;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 31px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    border: 1px solid #dbdbdb;
}

.pt-30 {
    padding-top: 30px;
}

.billing-info-wrap.mr-50 {
    background: white;
    padding: 40px 20px 20px 20px;
}

.form_group input,
.form_group select {
    display: block;
    max-width: 200px;
    height: 31px;
}

.form_group label {
    font-size: 14px;
    margin-right: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}

h4.title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-single {
    background: white;
    padding: 20px;
}

.product-image {
    background: white;
    padding: 20px;
    text-align: center;
    position: sticky;
    top: 70px;
    position: -webkit-sticky;
    transition: .3s all ease-in-out;
}

.product-image img {}

.add-on-content ul {
    padding-left: 2px;
    list-style: none;
}

.add-on-content ul li {
    display: flex;
    place-content: space-between;
    margin-bottom: 0;
    place-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 0px;
}

.add-on-content ul li input[type=number] {
    max-width: 80px;
    text-align: center;
}

p.note {
    font-size: 12px;
}

/*
.rate {
    max-width: 430px;
}
*/
.form_group {
    display: inline-flex;
    place-items: center;
    width: 100%;
    place-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0px;
}

.rate .product-quantity.pro-details-quality {
    line-height: 0;
}

.short-content {}

.short-content h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}

.short-content ul {
    padding-left: 20px;
}

.faq-page .panel .panel-heading .panel-title a.collapsed {
    background-color: #419bbf !important;
    color: white;
}

.faq-page .panel .panel-heading .panel-title a.collapsed .bar:after,
.faq-page .panel .panel-heading .panel-title a.collapsed .bar {
    border-color: #ffffff !important;
}


.faq-page .panel .panel-heading .panel-title a:hover,
.faq-page .panel .panel-heading .panel-title a:active {
    color: #ffffff;
}

.faq-page .panel .panel-heading .panel-title a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 23px 15px;
    font-weight: 400;
    color: white;
    background-color: #419bbf;
    line-height: 29px;
    position: relative;
}

.short-content ul li {
    font-size: 14px;
    padding-bottom: 4px;
}

.collapse-area {
    background: #87c349;
}

.panel {
    margin-top: 0px !important;
    border-radius: 0px !important;
    border: none;
    border-bottom-color: #D7D8DC;
    box-shadow: 0 0px 0px 0 transparent !important;
    -moz-box-shadow: 0 0px 0px 0 transparent !important;
    -webkit-box-shadow: 0 0px 0px 0 transparent !important;
    -o-box-shadow: 0 0px 0px 0 transparent !important;
    margin-bottom: 10px;
}

h4.panel-title {
    margin: 0px;
    font-size: 1.1rem;
}

.panel .panel-heading {
    border-radius: 0px !important;
    background: #f5f6f8;
    padding: 0px !important;
    border-bottom: 0px solid #DDDEE2;
}

.panel .panel-heading .panel-title a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 23px 15px;
    font-weight: 400;
    color: #60626d;
    background-color: #ffffff;
    line-height: 29px;
    position: relative;
}

.panel .panel-heading .panel-title a:hover,
.panel .panel-heading .panel-title a:active {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #9a4a5a;
}

.panel .panel-heading .panel-title a span {
    float: left;
    margin-top: 15px;
    margin-right: 30px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.panel .panel-heading .panel-title a .bar,
.panel .panel-heading .panel-title a .bar:after {
    border-width: 1px;
    border-style: solid;
    width: 21px;
    border-radius: 10px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.panel .panel-heading .panel-title a .bar:after {
    content: "";
    height: 0;
    position: absolute;
    top: 38px;
    left: 15px;
}

.panel .panel-heading .panel-title a.collapsed {
    background-color: #f5f6f8 !important;
    border-bottom: 1px solid #eeeef3;
    position: relative;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.panel .panel-heading .panel-title a.collapsed .bar {
    border-color: #75767F;
}

.panel .panel-heading .panel-title a.collapsed .bar:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    border-color: #75767F;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.panel-collapse {
    background-color: #ffffff;
}

.panel-collapse .panel-body {
    background-color: #ffffff;
    border: 0px solid !important;
    line-height: 26px;
    font-weight: 400;
    margin-left: 0;
    padding: 20px;
    /* padding-top: 21px; */
    color: #60626d;
}


.min-530 {
    max-width: 530px;
    margin: 0 auto;
}

.main-cat {
    padding: 150px 0px;
}

.bg-green {
    background: #E71385;
}


@media(max-width:1024px) {
    .np {
        padding: 15px !important;
    }

    .feature-ser img {
        width: 100%;
    }
}

@media(max-width:990px) {

    .content.right-side,
    .content.left-side {
        padding: 40px !important;
    }


}

@media(max-width:1200px) {
    .navtoggle {

        display: block;
    }

    .content.right-side,
    .content.left-side {
        padding: 40px;

    }

    .mainnav ul,
    .group-nav .topsmnav {
        display: none;
    }
}

@media(max-width:990px) {
    .contact-form {
        transform: translateY(0px);
        margin-bottom: 0px;
    }
}

@media(max-width:900px) {
    .content.left-side {
        padding-left: 40px;
        padding-top: 40px;
        padding-right: 40px;
    }

    .contact-form {
        transform: translateY(0px);
        margin-bottom: 0px;

    }

    .product-nav {
        position: static;
    }

    .footerinner .footerlogo .footgrid {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: column;
        padding-bottom: 10px;
    }

    .footerinner .footerlogo .footgrid .footitem:first-child {
        width: 44%;
        text-align: center;
    }

    .footerinner .footerlogo .footgrid .footitem:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }

    .footerinner .footerlogo .footgrid .footitem .footext p {
        padding: 0px 0px;
    }

    .footer-widget {
        border-right: 0px solid #606060;
        min-height: auto;
    }
}

@media(max-width:767px) {
    .padding-top-mobile {
        padding-top: 0px;
    }

    .faq-page .panel .panel-heading .panel-title a {
        text-decoration: none;
        font-weight: bold;
        display: block;
        padding: 23px 15px 23px 25px;
        font-weight: 400;
        color: white;
        background-color: #419bbf;
        line-height: 17px;
        position: relative;
    }

    .panel .panel-heading .panel-title a span {
        margin-top: 33px;
        margin-left: 11px;
    }

    .panel .panel-heading .panel-title a .bar,
    .panel .panel-heading .panel-title a .bar:after {
        width: 10px;
        position: absolute;
        left: -1px;
        height: 0px;
        top: -1px;
    }

    .panel .panel-heading .panel-title a {
        padding: 23px 5px 23px 35px;
        line-height: 16px;
    }

    h4.panel-title {
        margin: 0px;
        font-size: 12px;
    }

    .item {
        margin-bottom: 30px !important;
    }

    .main-cat {
        padding: 30px 15px 0px !important;
    }

    .content.left-side {
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .content.right-side {
        padding-left: 0px;
        margin-top: 20px;
    }


    .wch .content-lg {
        width: 10px !important;
        flex: 0 0 100% !important;
        padding: 30px 15px !important;
    }

    .wch {
        background-image: url(../img/event.jpg);
        /*    max-height: 428px;*/
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: white;
        background-size: inherit;
        min-height: 720px;
        padding-top: 0px;
    }

    .footerinner .footerlogo .footgrid .footitem .footext {
        padding: 22px 10px;
    }

    .footerinner .footerlogo .footgrid .footitem:nth-last-child(1) {
        width: 100%;
        padding: 0px 10px;
    }

    .footerinner .footerlogo .footgrid .footitem:first-child {
        width: 96%;

        text-align: center;
        margin: 6px auto 0px;
    }
}



@media(max-width:900px) {
    .kid-about {
        position: relative !important;
        min-width: 100% !important;
        top: 0 !important;
    }

    .center h2 span {
        font-size: 3rem;
        font-weight: 100;
        letter-spacing: 3px;
    }

    .center h2 {
        color: white;
        font-size: 1.5rem;
    }

    .main-cat {
        padding: 30px 0px 0px;
    }

    .min-530 {
        margin: 0 auto !important;
    }

    .wch .content-lg {
        width: 10px !important;
        flex: 0 0 60%;
        padding: 11px;
    }

    .item {
        margin-bottom: 30px;
    }

    .mainnav ul,
    .group-nav .topsmnav {
        display: none;
    }

    .navtoggle {
        width: auto;
        position: absolute;
        bottom: 30px;
        right: 0;
    }

    .mainnav {
        width: auto;
        float: right;
        padding: 8px 0;
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .product-nav ul li a {
        font-size: 1rem;
        text-transform: uppercase;
        width: 100%;
        float: left;
        color: #fff;
        padding: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        font-size: 12px;
        -webkit-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        padding: 16px 15px;
        /* width: 100%; */
        /* display: block; */
        white-space: nowrap;
    }

    .product-nav ul::-webkit-scrollbar {
        display: none;
    }

    .product-nav ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin: 0 auto;
        display: inline-flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .slider_layer .left,
    .slider_layer .right {
        display: none;
    }

    .swiper-slide.big-slide {
        height: calc(530px - 15px);
    }

    .center h2 {
        font-size: 2rem;
    }

    .center h2 span {
        font-size: 3.2rem;
        font-weight: 100;
    }

    .secondary-heading h1 {
        font-size: 1.6rem;
        font-weight: 200;
        letter-spacing: 1px;
    }

    .content-lg {
        padding-top: 50px;
    }

    .content-lg p {
        font-size: 1rem;
    }

    .item {
        margin-bottom: 30px !important;
    }

    .logo a img {
        width: 100px;
    }

    .navtoggle {
        bottom: 12px;
    }

    .aside-menu ul li a {
        font-size: 1rem;
    }
}

@media(min-width:1441px) {
    .center h2 span {
        font-size: 11rem;
    }

    .center h2 {
        font-size: 6.5rem;
    }

    .center p {
        font-size: 32px;
    }
}

.kid-about {
    position: absolute;
    min-width: 470px;
    top: -180px;
}