@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --twl-yellow: #f2d43d;
    --twl-white: #ffffff;
    --twl-blue: #313280;
    --twl-text-color: #291221;
    --twl-pink-color: #F459B4;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}



@font-face {
    font-family: 'baloo-regular';
    src: url('../font/baloo.regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.shadeBtn {
    border-radius: 20px;
    box-shadow: inset 3px 9px 4px rgb(221 221 221 / 25%), inset -3px -7px 4px rgb(255 255 255 / 25%);
    font-family: 'baloo-regular';
    font-size: 42px;
    line-height: 95%;
    width: 184px;
    height: 121px;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-shadow: 2px 4px 10px #0000002e;
    justify-content: center;
    overflow: hidden;
}

.shadeBtn p {
    margin-bottom: 0;
}

.shadeBtn::before {
    content: '';
    background: url(../images/btn_corner_shade.svg) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.shadeBtn:nth-of-type(1),
.shadeBtn:nth-of-type(1):active {
    background-color: #FF755C;
    color: var(--twl-white);
    border-color: transparent;
}

.shadeBtn:nth-of-type(2),
.shadeBtn:nth-of-type(2):active {
    background-color: #FF3030;
    color: var(--twl-white);
    border-color: transparent;
}

.shadeBtn:nth-of-type(3),
.shadeBtn:nth-of-type(3):active {
    background-color: #FF41A3;
    color: var(--twl-white);
    border-color: transparent;
}

.shadeBtn:nth-of-type(4),
.shadeBtn:nth-of-type(4):active {
    background-color: #AB5CFF;
    color: var(--twl-white);
    border-color: transparent;
}

.shadeBtn:nth-of-type(5),
.shadeBtn:nth-of-type(5):active {
    background-color: #5C78FF;
    color: var(--twl-white);
    border-color: transparent;
}

.shadeBtn:nth-of-type(6),
.shadeBtn:nth-of-type(6):active {
    background-color: #75D1FF;
    color: var(--twl-white);
    border-color: transparent;
}

.shadeBtn:nth-of-type(7),
.shadeBtn:nth-of-type(7):active {
    background-color: #26C343;
    color: var(--twl-white);
    border-color: transparent;
}

.page_sub_header {
    color: #e5142d;
    font-family: 'baloo-regular';
    font-size: 30px;
    line-height: 101%;
}



.container {
    max-width: 1440px;
}

.header_wrp .hd_top {
    background: var(--twl-yellow);
    padding: 12px 0;
}

.header_wrp .hd_top .social-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header_wrp .hd_top .flow-part {
    font-size: 18px;
    font-weight: 700;
    color: var(--twl-blue);
    margin-right: auto;
}



.header_wrp .hd_top .flow-part .social_links {
    display: inline-flex;
    margin-left: 22px;
}

.header_wrp .hd_top .flow-part .social_links a {
    display: inline-block;
    margin-left: 20px;
}

.header_wrp .hd_top .flow-part .social_links a img {
    filter: invert(1);
    /* width: 25px; */
}

.header_wrp .hd_top .social-header .connect {
    color: var(--twl-blue);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    gap: 8px;
}

.header_wrp .hd_top .social-header .connect img {
    filter: invert(1);
}

.header_wrp .hd_top .social-header .connect:hover {
    color: var(--twl-white);
}

.header_wrp .hd-middle {
    padding: 30px 0;
    background: var(--twl-blue);
}

.header_wrp .hd-middle .nav-wrp {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header_wrp .hd-middle .nav-wrp .navbar-toggler {
    display: none;
}

.header_wrp .hd-middle .nav-wrp .logo-wrp {
    max-width: 226px;
}

.header_wrp .hd-middle .nav-wrp .srch-agnt .image-txt {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.header_wrp .hd-middle .nav-wrp .srch-agnt .image-txt img {
    width: 110px;
}

.header_wrp .hd-middle .nav-wrp .srch-agnt .image-txt p {
    margin: 0;
    color: #9A9AC7;

}

.header_wrp .hd-middle .nav-wrp .srch-agnt .image-txt p span {
    color: var(--twl-white);
}

.header_wrp .hd-middle .nav-wrp .srch-agnt .search-form {
    display: flex;
    align-items: center;
    background: var(--twl-blue);
    border: 1px solid #6A6AA7;
    border-radius: 30px;
    padding: 1px 14px;
    height: 45px;
}

.header_wrp .hd-middle .nav-wrp .srch-agnt .search-form .form-control {
    background: var(--twl-blue);
    color: var(--twl-white);
    border: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}

.header_wrp .hd-middle .nav-wrp .srch-agnt .search-form .form-control::placeholder {
    color: var(--twl-white);
}

.header_wrp .hd-middle .head-action {
    flex: 1;
    text-align: right;
}

.header_wrp .hd-middle .head-action .rev-wrp {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.header_wrp .hd-middle .head-action .review {
    background: var(--twl-yellow);
    color: var(--twl-white);
    font-weight: 700;
    border-radius: 30px;
    padding: 3px 12px 3px 3px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    text-align: left;
    line-height: 140%;
}

.header_wrp .hd-middle .head-action .review img {
    margin-right: 6px;
}

.header_wrp .hd-middle .head-action .action-part {
    display: flex;
    margin-top: 18px;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.header_wrp .hd-middle .head-action .action-part .gt_selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.header_wrp .hd-middle .head-action .action-part .gt_selector {
    background: #515190 url(../images/dropdown_arrow.svg) no-repeat;
    border: none;
    color: var(--twl-white);
    max-width: 145px;
    height: 45px;
    border-radius: 50px;
    background-position: center right 10px;
    padding-right: 24px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding-left: 10px;
    outline: none;
}

.header_wrp .hd-middle .head-action .action-part .gt_selector option {

    padding: 10px;
    font-size: 16px;
    background-color: var(--twl-yellow);
    color: var(--twl-white);
    border-bottom: 1px solid var(--twl-yellow);

}

.header_wrp .hd-middle .head-action .action-part .gt_selector option:hover {
    background-color: yellow;
}

.header_wrp .hd-middle .head-action .action-part .cart {
    background: #515190;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.header_wrp .hd-middle .head-action .action-part .bit-signin .profile {
    background: #515190;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    height: 45px;
    padding: 0 12px;
    gap: 0.5rem;
}

.header_wrp .hd-middle .head-action .action-part .profile {
    padding: 0;
    color: var(--twl-white);
    border: none;
    font-size: 16px;
}

.header_wrp .hd-middle .head-action .action-part .profile::after {
    background: url(../images/dropdown_arrow.svg) no-repeat;
    width: 10px;
    height: 6px;
    border: none;
    vertical-align: middle;
}

.header_wrp .hd-middle .head-action .action-part .profile .avt-image {
    background: var(--twl-white);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 8px;
}

.header_wrp .hd-middle .head-action .action-part .dropdown-menu {
    background: var(--twl-yellow);

}

.header_wrp .hd-middle .head-action .action-part .dropdown-menu .dropdown-item {
    color: var(--twl-white);
}

.header_wrp .hd-middle .head-action .action-part .dropdown-menu .dropdown-item:hover {
    color: var(--twl-white);
    background: #2020c6;
}

.hd-bottom {
    background: #a3cffe;
}

.header_wrp .hd-bottom .navbar-nav {
    width: 100%;
    justify-content: space-between;
}

.header_wrp .hd-bottom .navbar-nav .nav-item .nav-link {
    color: var(--twl-text-color);
    font-weight: 600;
}

.header_wrp .hd-bottom .navbar-nav .nav-item:hover .nav-link,
.header_wrp .hd-bottom .navbar-nav .nav-item.current-menu-item .nav-link {
    color: var(--twl-white);
}

/* end header */
.banner {
    /* background: url('../images/home-page-banner.jpg') no-repeat center center; */
    background-size: cover;
    height: 750px;
    padding-bottom: 80px;
}

.banner .bnr-cntnt {
    min-height: 100%;
    
    display: flex;
    align-items: flex-end;
}

.banner .bnr-cntnt h1 {
    font-size: 60px;
    line-height: 130%;
    color: var(--twl-white);
    font-family: 'baloo-regular';
    text-align: center;
    text-shadow: 2.33px 2.16px 4.66px #00000066;
    margin-bottom: 75px;
}

.banner .bnr-cntnt p {
    color: var(--twl-white);
    text-align: center;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 75px;
}

.banner .bnr-cntnt .age-group-wrp {
    display: flex;
    justify-content: space-between;
}

.banner .bnr-cntnt .age-group-wrp .shadeBtn p {
    margin-bottom: 0;
}

.offer-section {
    padding-top: 100px;
}

.offer-section .nav {
    justify-content: space-between;
}

.offer-section .nav-item .nav-link {
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    color: var(--twl-text-color);
    padding: 0;
    text-align: center;
}

.offer-section .nav-item .nav-link .tab_img_style {
    width: 170px;
    height: 170px;
    background-color: #dddddd;
    border-radius: 50%;
    padding: 30px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.offer-section .nav-item:nth-child(1) .nav-link .tab_img_style {
    background-color: #E5142D;
}

.offer-section .nav-item:nth-child(2) .nav-link .tab_img_style {
    background: #06B2BC;
}

.offer-section .nav-item:nth-child(3) .nav-link .tab_img_style {
    background: #5C4184;
}

.offer-section .nav-item:nth-child(4) .nav-link .tab_img_style {
    background: #4EA59C;
}

.offer-section .nav-item:nth-child(5) .nav-link .tab_img_style {
    background: #A3CFFE;
}

.offer-section .nav-item:nth-child(6) .nav-link .tab_img_style {
    background: #FA5456;
}

.offer-section .nav-item:hover .nav-link .tab_img_style {
    transform: scale(1.05);

}

.offer-section .tab-pane .offer-content {
    background: #f2d43d78;
    padding: 40px;
}

.offer-section .tab-pane .content-label {
    /* background: var(--twl-pink-color); */
    background: #008CFE;
    padding: 18px 64px;
    border-radius: 30px 30px 0 0;
    color: var(--twl-white);
    font-family: "baloo-regular";
    font-size: 16px;
}

.offer-section .brand-section .brand-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 100px;
    flex-wrap: wrap;
    gap: 10px;
}

.offer-section .brand-section .brand-list .brand-item {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: var(--twl-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid transparent;
    padding: 10px;
}

.offer-section .brand-section .brand-list .brand-item img {
    transition: all 0.3s;
}

.offer-section .brand-section .brand-list .brand-item:hover img {
    transform: scale(1.15);

}

.offer-section .brand-section .brand-list .brand-item:hover {
    border: 1px solid var(--twl-blue);
    background: var(--twl-yellow);
    opacity: 0.5;
}




.product-item-info {
    padding: 30px;
    position: relative;
    border-radius: 20px;
    transition: all 600ms;
    height: 100%;
}

.product-item-info:hover {
    background-color: var(--twl-yellow) !important;
}

.product-img {
    --space: 0px;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
    text-align: center;
    background-color: transparent;
    z-index: 2;
    border-radius: 0px;
    max-height: 175px;
    min-height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img img {
    width: 100%;
    height: auto;
    transform: scale(1.0);
    transition: all 900ms;
}

.product-item-info:hover .product-img img {
    transform: scale(0.95);
}

.product-item-details span {
    font-family: Comfortaa;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 2px;
}

.product-item-details h3,
.product-item-details h3 a {
    color: #fff;
    font-family: Comfortaa;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 2px;
    text-decoration: none;
    transition: all 600ms;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-item-details .product-price-stock .price {
    font-weight: 700;
    margin-bottom: 0px;
    background: #e5142d;
    border-radius: 10px;
    padding: 8px 14px;
    color: var(--twl-yellow);
    font-size: 16px;
    display: inline-block;
}

.product-item-details .product-price-stock .price span {
    color: #fffcfc;
    line-height: normal;
}

.product-item-details h3 {
    margin-bottom: 15px;
}

.product-item-details h3 a:hover {
    color: #F459B4;
}

.special-price span {
    background: #F459B4;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 14px;
    border-radius: 7px;
    font-family: Comfortaa;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.old-price span {
    font-family: Comfortaa;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #A1969E;
    text-decoration: line-through;
}

.mt-65 {
    margin-top: 65px;
}

.popular-toy-sec {
    padding-top: 84px;
    padding-bottom: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.popular-img-bx {
    height: 285px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 44px;
}

.popular-img-bx img {
    height: 285px;
    border-radius: 20px;
    object-fit: cover;
    transition: all 900ms;
}

.popular-img-bx:hover img {
    transform: scale(1.04);
}

.popular-content h3 {
    font-family: 'baloo-regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #291221;
    text-align: center;
    margin-bottom: 20px;
}

.popular-content p {
    font-family: Comfortaa;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #A1969E;
    text-align: center;
}

.btn-box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.btn-box a {
    font-family: 'baloo-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #11125C;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 45px;
    border: 1px solid #11125C;
    border-radius: 50px;
    background: var(--twl-yellow);
    max-width: 200px;
    width: 100%;
    transition: all 600ms;
}

.btn-box a:hover {
    background-color: #11125C;
    color: #F8B741;
}

.ad-sec {
    padding-top: 80px;
    padding-bottom: 50px;
}

.tick-sec {
    padding: 70px 0;
    position: relative;
    background: #EFF4F5;
}

.tick-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px;
    box-shadow: 3px 7px 4px 0px #FFFFFF70 inset;
}

.tick-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    box-shadow: -3px -5px 4px 0px #00000040 inset;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.tick-content h3 {
    font-family: baloo-regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #313280;
    text-align: center;
    margin: 0;
}

.tick-sec .row .col-lg-3:nth-child(4n+1) .tick-box .tick-icon {
    background-color: #4AB2A9;
}

.tick-sec .row .col-lg-3:nth-child(4n+2) .tick-box .tick-icon {
    background-color: #3F90BF;
}

.tick-sec .row .col-lg-3:nth-child(4n+3) .tick-box .tick-icon {
    background-color: #EC573E;
}

.tick-sec .row .col-lg-3:nth-child(4n+4) .tick-box .tick-icon {
    background-color: #F8B741;
}

footer {
    padding-top: 100px;
    padding-bottom: 90px;
    background: var(--twl-yellow);
}

/*.footer-widget {
    max-width: 355px;
}*/
.footer-widget ul li{
    margin-bottom: 5px;
}
.logo-box {
    max-width: 215px;
    margin-bottom: 15px;
}

.footer-widget p {
    font-family: Comfortaa;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #54424E;
}

.footer-widget h3 {
    font-family: baloo-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #291221;
    margin-bottom: 15px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
}

.footer-widget ul li,
.footer-widget ul li a {
    font-family: Comfortaa;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #54424E;
    text-decoration: none;
    transition: all 600ms;
    margin-bottom: 15px;
}

.footer-widget ul li a:hover {
    color: var(--twl-blue);
}

.footer-widget-2 h3 {
    font-family: baloo-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #291221;
    margin-bottom: 0px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.footer-social ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.footer-social ul li a {
    color: #291221;
    transition: all 600ms;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    transition: all 600ms;
}

.footer-social ul li a:hover {
    color: var(--twl-white);
}

.footer-social ul li a i {
    font-size: 16px;
}

.footer-icon {
    width: 60px;
    height: 60px;
    background: #313280;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    color: #fff;
    font-size: 20px;
}

.footer-address-item {
    display: flex;
    margin-bottom: 30px;
}

.footer-address-item .footer-icon {
    margin-right: 20px;
}

.footer-address-item .footer-address {
    flex: 1;
}

.footer-address-item:last-child {
    margin-bottom: 0;
}

.footer-address p {
    font-family: Comfortaa;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #313280;
    margin: 0;
    margin-bottom: 7px;
}

.footer-address a {
    font-family: baloo-regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #291221;
    text-decoration: none;
    transition: all 600ms;
}

.footer-address a:hover {
    color: #fa5456;
}

.footer-bottom {
    padding: 25px 0;
    border-top: 1px solid #29122130;
    background: var(--twl-blue);
}

.bottom-text p {
    font-family: Comfortaa;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--twl-white);
    margin: 0;
    text-align: center;
}

/* categories css */


.text-shadow {
    text-shadow: 1px -0.49px 1px #fffefd, 4px 6px 2px rgb(0 0 0 / 15%), 2.33px 1.16px 2px rgb(0 0 0 / 25%);
    /* text-shadow: -2.33px -4.50px 4px #B6A99B, 5.82px 6.99px 8.15px rgb(0, 0, 0, 0.15), 2.33px 1.16px 4.66px rgb(0 0 0 / 25%); */

}

.cat-banner {
    height: 540px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 140px;
}

.cat-banner h1 {
    text-align: center;
    color: #fff;
    font-family: 'baloo-regular';
    font-size: 60px;

    margin-bottom: 7px;
}

.cat-banner p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 0;
}



.shop_by_cat .shop_b_cat_title {
    font-family: "baloo-regular";
    color: #291221;
    font-size: 30px;
    line-height: 102%;
    text-align: center;
    margin: 90px 0 100px;
    margin-top: 0;
}

.shop_by_cat .card {
    border: none;
    position: relative;
    height: 460px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;

    overflow: hidden;
    border-radius: 20px;
}


.shop_by_cat .card .card_image {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.shop_by_cat .card:hover .card_image {
    transform: scale(1.05);
}

.shop_by_cat .card .btn {
    margin-bottom: 36px;
    width: auto;
    min-width: 232px;
    height: 90px;
    font-size: 26px;
    line-height: 95%;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
    transition: all 0.3s;
}

.shop_by_cat .card .btn::before {
    left: -90px;
    top: -13px;
    z-index: 1;
    transform: rotate(0deg);
}

.shop_by_cat .card-item:first-child .card .btn {
    background: #FF3030;
}

.shop_by_cat .card-item:nth-child(2) .card .btn {
    background: #FF755C;
}

.shop_by_cat .card-item:nth-child(3) .card .btn {
    background: #FF4178;
}

.shop_by_cat .card-item:nth-child(4) .card .btn {
    background: #AB5CFF;
}

.shop_by_cat .card-item:nth-child(5) .card .btn {
    background: #5C78FF;
}

.shop_by_cat .card-item:nth-child(6) .card .btn {
    background: #60BEED;
}

.shop_by_cat .card-item:nth-child(7) .card .btn {
    background: #FF3030;
}

.shop_by_cat .card-item:nth-child(8) .card .btn {
    background: #26C343;
}

.shop_by_cat .card-item:last-child .card .btn {
    background: #1B48FB;
}

/* blog css */
.blog-banner {
    background-image: url('../images/blog-banner.jpg');
}

.blog-banner-wrapper {
    padding: 110px 0;
}

.blog-banner-wrapper .card {
    border-radius: 20px;
    border: none;
}


.blog-banner-wrapper .card .card-body {
    padding: 50px 0;
}


.blog-banner-wrapper .card .card-body .card-text {
    margin-bottom: 24px;
    font-size: 16px;
    color: #A1969E;
}

.blog-banner-wrapper .card .card-body .card-title {
    font-size: 23px;
    line-height: 147%;
    font-family: "baloo-regular";
    margin-bottom: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-banner-wrapper .card .card-body .btn-box {
    margin: 0;
    justify-content: flex-start;
}

.blog-banner-wrapper .card .card-body .btn-box a {
    margin: 0;

}

.blog-banner-wrapper .card .card-top-image {
    height: 460px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.pagin_wrapper .pagination {
    justify-content: center;
    margin-top: 70px;
    gap: 8px;
}

.pagin_wrapper .pagination .page-item .page-link {
    color: #313280;
    border-radius: 14px;
    border: none;
    font-family: 'baloo-regular';
    font-size: 16px;
    width: 55px;
    height: 55px;
    padding: 16px;
    text-align: center;
    outline: none;
    box-shadow: none;
}

.pagin_wrapper .pagination .page-item.active .page-link {
    background-color: #313280;
    color: #fff;

}

/* blog details css */
.blg-dtls-wrap {
    border-top: 1px solid #E2E2E2;
    padding: 95px 0 0;
}

.blg-dtls-wrap .blog_whitepart {
    background: #ffffff;
    padding-bottom: 300px;
}

.blg-dtls-wrap .blog_dark_content {
    background: #FFD487;
}

.blg-dtls-wrap h6 {
    color: #A1969E;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
    text-align: center;
}

.blg-dtls-wrap h1 {
    font-family: 'baloo-regular';
    font-size: 33px;
    line-height: 151%;
    color: var(--twl-text-color);
    text-align: center;
    margin-bottom: 60px;
}

.blg-dtls-wrap p {
    color: #776038;
    font-size: 16px;
    line-height: 287%;
    font-weight: 700;
    margin-bottom: 90px;
}

.blg-dtls-wrap h3 {
    font-family: 'baloo-regular';
    font-size: 23px;
    line-height: 186%;
}

.blg-dtls-wrap .img-fluid {
    border-radius: 20px;
    margin-bottom: 90px;
    margin-left: auto;
    display: block;
    margin-right: auto;
    position: relative;
}

.blg-dtls-wrap .content {
    position: relative;
}

/* contact us css */
.contact_us_banner {
    background: url('../images/contact-us-banner.jpg') no-repeat center center;
    background-size: cover;
    height: 539px;
    padding-bottom: 150px;
    display: flex;
    align-items: flex-end;
    text-align: center;
}

.contact_us_banner h1 {
    font-family: 'baloo-regular';
    font-size: 60px;
    line-height: 130%;
    color: var(--twl-white);
}

.contact_us_banner p {
    color: var(--twl-white);
    font-size: 16px;
    line-height: 200%;
}

.contact-content {
    padding: 142px 0;
}

.contact-content .letus-section {
    border-radius: 0;
    border: none;
    padding-right: 50px;
}


.contact-content .letus-section h3 {
    font-family: 'baloo-regular';
    font-size: 34px;
    line-height: 130%;
    color: var(--twl-text-color);
}

.contact-content .letus-section .subtext {
    color: #776038;
    font-size: 16px;
    line-height: 200%;
    font-weight: 700;
}

.contact-content .letus-section .follow-us-on {
    border: 1px solid #A9A9A9;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.contact-content .letus-section .follow-us-on ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
}

.contact-content .letus-section .follow-us-on ul li a {
    color: var(--twl-text-color);
}

.contact-content .letus-section .follow-us-on ul li a i {
    font-size: 32px;
}

.contact-content .letus-section .follow-us-on h6 {
    font-family: 'baloo-regular';
    font-size: 18px;
    line-height: 185%;
    margin: 0 0 20px 0;
}

.contact-content .contact-form {
    background: #FFD487;
    padding: 64px;
    border: none;
    border-radius: 20px;
}

.contact-content .contact-form h2 {
    font-size: 30px;
    line-height: 150%;
    font-family: 'baloo-regular';
    color: var(--twl-text-color);
    margin-bottom: 60px;
}



.contact-content .contact-form .input-list {
    position: relative;
    margin-bottom: 16px;
}

.contact-content .contact-form .input-list label {

    font-size: 16px;

}

/* .contact-content .contact-form .input-list:focus-within label,
.contact-content .contact-form input:not(:placeholder-shown)+label {
    font-size: 12px;
    top: -2px;
} */

.contact-content .contact-form .contact-input {
    width: 100%;
    background: #fdd38d;
    border: none;
    border-bottom: 1px solid var(--twl-text-color);
    padding: 10px 0;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 200%;
    font-weight: 700;
}

/* shop -listing style */
.shop_by_cat {
    padding: 80px 0 100px 0;
    border-top: 1px solid #E2E2E2;
}

.shop_by_cat .woof_sid h4 {
    display: none;
}

.shop_by_cat .side-filter-txt {
    color: #291221;
    font-family: 'baloo-regular';
    font-size: 18px;
    line-height: 166%;
}

.shop_by_cat .woof_sid {
    background: #F4F4F4;
    border-radius: 20px;
    padding: 20px;
}

.shop_by_cat .woof_sid .irs--round .irs-from,
.shop_by_cat .woof_sid .irs--round .irs-to,
.shop_by_cat .woof_sid .irs--round .irs-single {
    background-color: #313280;
}

.shop_by_cat .woof_sid .irs--round .irs-from:before,
.shop_by_cat .woof_sid .irs--round .irs-to:before,
.shop_by_cat .woof_sid .irs--round .irs-single:before {
    border-top-color: #313280;
}

.shop_by_cat .woof_sid .irs--round .irs-bar {
    background-color: #313280;
    height: 2px;
}

.shop_by_cat .woof_sid .irs--round .irs-line {
    height: 2px;
}

.shop_by_cat .woof_sid .irs--round .irs-handle {
    background-color: #313280;
    border: none;
    top: 28px;
    width: 16px;
    height: 16px;
}

.shop_by_cat .woof_sid .woof_price_filter,
.shop_by_cat .woof_sid .woof_container {
    border-bottom: 1px solid #C7C7DB;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.shop_by_cat .woof_container:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    background: red;
}

.shop_by_cat .woof_sid .woof_container .woof_block_html_items ul.woof_list li {
    position: relative;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.shop_by_cat .woof_sid .woof_container .woof_block_html_items ul.woof_list li ul {
    width: 100%;
    padding-left: 30px !important;
}

.shop_by_cat .woof_sid .woof_container .woof_block_html_items ul.woof_list li a {
    position: absolute;
    right: 0;
    top: 8px;
    filter: invert(275%) sepia(86%) saturate(2559%) hue-rotate(207deg) brightness(53%) contrast(75%);
}

.shop_by_cat .woof_sid .woof_container .woof_block_html_items ul.woof_list li label {
    font-family: "Comfortaa", sans-serif;
    font-weight: 600;
    color: #291221;
    font-size: 16px;
    flex: 1;
}

.shop_by_cat .woocommerce-page .woocommerce-LoopProduct-link .size-woocommerce_thumbnail {
    transition: all 0.3s;
    height: 250px;
}

.shop_by_cat .woocommerce-page .woof_products_top_panel .woof_reset_button_2 {
    border: none;
    color: #000000;
    background: transparent;
    font-weight: 500;
}

.shop_by_cat .woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
}

.shop_by_cat .woocommerce-page ul.products li.product {
    --gap: 60px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all 0.25s;
    padding: 30px;
    width: calc((100% - var(--gap)) / 3);
    margin: 0 30px 30px 0;
    clear: initial;
    float: none;
    text-align: center;
}


.shop_by_cat .woocommerce-page ul.products li.product:nth-child(3n+3) {
    margin-right: 0;
}

.shop_by_cat .woocommerce-page ul.products li.product .woocommerce-loop-product__link .onsale {
    display: none;
}
.shop_by_cat .woocommerce-page ul.products li.product .woocommerce-loop-product__link .onsale  
{
display: block;
}

.shop_by_cat .woocommerce-page ul.products li.product:hover {
    border-color: #dadada;
}

.shop_by_cat .woocommerce-page ul.products li.product:hover .size-woocommerce_thumbnail {
    transform: scale(1.05);
}

.shop_by_cat .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-family: "Comfortaa", sans-serif;
    font-weight: 700;
    color: #291221;
    font-size: 16px;
    line-height: 180%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0;
    margin-bottom: 20px;
    min-height: 58px;
}

.shop_by_cat .woocommerce ul.products li.product .price,
.shop_by_cat .woocommerce ul.products li.product .price.custom-simple-class .amount {
    font-weight: 700;
    margin-bottom: 0px;
    background: #008CFE;
    border-radius: 10px;
    padding: 8px 14px;
    color: #fffcfc;
    font-size: 16px;
    display: inline-block;
}

.shop_by_cat .woocommerce ul.products li.product .price.custom-simple-class {
    background: transparent;
    padding: 0;
    border-radius: 0;
}


.shop_by_cat .woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.shop_by_cat .woocommerce ul.products li.product .price .del_prev_price,
.shop_by_cat .woocommerce ul.products li.product .price .del_prev_price .amount {
    margin-left: 6px;
    background: transparent;
    color: #A1969E;
    padding: 0;
    border-radius: 0;
}

.shop_by_cat .woocommerce ul.products li.product .button {
    font-family: 'baloo-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #11125C;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 45px;
    border: 1px solid #f5b650;
    border-radius: 50px;
    background: #ffdd7e;
    width: 100%;
    transition: all 600ms;
    margin-top: 32px;
}

.shop_by_cat .woocommerce ul.products li.product .button:hover {
    background-color: #11125C;
    color: #F8B741;
}

.woocommerce nav.woocommerce-pagination ul {
    white-space: nowrap;
    clear: none;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    color: #313280;
    border-radius: 14px;
    border: none;
    font-family: 'baloo-regular';
    font-size: 16px;
    width: 55px;
    height: 55px;
    padding: 16px;
    text-align: center;
    outline: none;
    box-shadow: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #313280;
    color: #fff;
}

/* single product */

.woof_block_html_items .woof_checkbox_label .woof_checkbox_count{
    display: none !important;
}

.woof_container_inner span{
    display: none !important;
} 
.woocommerce-Tabs-panel--description p {
 word-break: break-word;
}

.single-product .product .summary .product_title {
    font-size: 40px;
    line-height: 140%;
    font-family: 'baloo-regular';
    font-weight: 400;
    color: #291221;
    margin-bottom: 30px;
}

.single-product .product .summary .custom-sku {
    margin-bottom: 52px;
    color: #A1969E;
    font-size: 14px;
    font-weight: 500;
}

.single-product .product .summary .price,
.single-product .product .summary .price.custom-simple-class .amount {
    font-size: 20px;
    background: #008CFE;
    border-radius: 10px;
    padding: 8px 14px;
    color: #fffcfc;
    font-weight: 700;
    display: inline-block;
}

.single-product .product .summary .price.custom-simple-class {
    background: transparent;
    padding: 0;
    border-radius: 0;
}



.single-product .product .summary .price.custom-simple-class .single-product .product .summary .price ins {
    text-decoration: none;
}

.single-product .product .summary .price .del_prev_price .amount {
    margin-left: 4px;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.single-product .product .summary .price .del_prev_price,
.single-product .product .summary .price .del_prev_price .amount {
    color: #A1969E;
}

.single-product .product .single_variation_wrap .price .del_prev_price,
.single-product .product .single_variation_wrap .price .del_prev_price .amount {
    color: #ffffff;
}

.single-product .woocommerce div.product p.stock {
    color: #32337d;
}

.single-product .product .single_variation_wrap .in-stock {
    color: #049704;
    margin-top: 12px;
    font-weight: 700;
}

.single-product div.product form.cart {
    margin-top: 36px;
}

.single-product div.product form.cart .variations .label {
    width: 68px;
    font-weight: 700;
    font-size: 14px;
    color: #291221;
}

.single-product .product .summary form.cart .variations select {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    box-sizing: border-box;
    border: 1px solid #DADADA;
    border-radius: 10px;
}

.single-product .product .summary form.cart .variations .value,
.single-product .product .summary form.cart .variations .label {
    padding-top: 16px;
    vertical-align: middle;
}

.single-product .product .summary form.cart .variations .value .adsw-attribute-option {
    display: inline-flex;
    flex-wrap: wrap;
}

.single-product .product .summary form.cart .custom-cart-buttons {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.single-product .product .summary form.cart .button {
    font-family: 'baloo-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    border-radius: 50px;
    color: #11125C;
    /* border: 1px solid #11125C;
    background: #F8B741; */
    width: 100%;
    max-width: 350px;
    transition: all 600ms;

    border: 1px solid #f5b650;
    background: #ffdd7e;
}

.single-product .product .summary form.cart a.button {
    background: #ff5b24;
    color: #ffffff;
    border-color: #e85345;
    padding-top: 0;
}

.single-product .product .summary form.cart .button:hover,
.single-product .product .summary form.cart a.button:hover {
    background: #313280;
    color: #F8B741;
    border-color: #313280;

}

.single-product .product #wc-stripe-express-checkout-element {
    justify-content: flex-start;
    width: 292px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-product .product .product_meta a {
    padding: 5px;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 0 8px 6px 8px;
    border-radius: 4px;
    color: #999;
    box-shadow: 1px 1px 4px 0 #dbdbdb;
    margin-bottom: 2px;
}

.single-product .product .summary form.cart div.quantity {
    margin: 0;
    float: inherit;
    display: flex;
    align-items: center;
}

.single-product .product .summary form.cart div.quantity .screen-reader-text {
    position: relative !important;
    clip: inherit;
    word-wrap: normal !important;
    border: 0;
    clip-path: initial;
    height: auto;
    margin: 0 8px 0 0;
    overflow: inherit;
    width: auto;
    font-weight: 700;
    font-size: 14px;
    color: #291221;
}

.single-product .product .summary form.cart div.quantity .custom_qty_input_section {
    border: 1px solid #DADADA;
    border-radius: 10px;
    display: flex;
}

.single-product .product .summary form.cart div.quantity .input-text {
    border: none;
    outline: none;
    width: 100%;
    max-width: 215px;
    font-weight: 700;
    color: #291221;
}

.single-product .product .summary form.cart div.quantity input::-webkit-outer-spin-button,
.single-product .product .summary form.cart div.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.single-product .product .summary form.cart div.quantity input[type=number] {
    -moz-appearance: textfield;
}

.single-product .product .summary form.cart div.quantity .qty-btn {
    background: #fff;
    border: none;
    padding: 8px 16px;
    color: #A1969E;
}

.single-product div.product div.images .flex-control-thumbs li {
    width: 15%;
    clear: none !important;
    padding: 4px;
    box-sizing: border-box;
}

.single-product div.product div.images .flex-control-thumbs li img {
    border-radius: 4px;
    border: 1px solid #dddddd;
}

.single-product div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.single-product div.product .woocommerce-tabs .panel .detailmodule_html .detail-desc-decorate-richtext p,
.single-product div.product .woocommerce-tabs .panel p {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single-product div.product .woocommerce-tabs .panel .detailmodule_html .detail-desc-decorate-richtext p img,
.single-product div.product .woocommerce-tabs .panel img {
    width: calc((100% - 40px) / 5);
    border: 1px solid #ddd;
    border-radius: 4px;
}

.single-product div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs li {
    background-color: #ffffff;
    margin: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs li::before,
.single-product div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.single-product div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #ffdd7e;
    border-bottom-color: #f5b650;
}

.single-product div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff;
}

.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
    font-family: 'baloo-regular';
}

.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel .product-specs-list-container ul {
    padding-left: 25px;
}

.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel .product-specs-list-container ul li,
.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews .woocommerce-noreviews,
.single-product .wc-tabs-wrapper #review_form #respond p {
    color: #A1969E;
    font-size: 16px;
    line-height: 250%;
    font-family: "Comforta", sans-serif;
    font-weight: 700;
}

.single-product .wc-tabs-wrapper #review_form #respond p input[type="text"],
.single-product .wc-tabs-wrapper #review_form #respond p input[type="email"],
.single-product .wc-tabs-wrapper #review_form #respond p textarea {
    padding: 0 10px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #ddd;
    margin-left: 8px;
    font-family: "Comforta", sans-serif;
}

.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist .star-rating {
    color: #fdbe11;
}

.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist p.meta em {
    font-style: normal;
    color: #A1969E;
    font-size: 14px;
    line-height: 250%;
    font-family: "Comforta", sans-serif;
    font-weight: 400;
}

.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist .description p {
    font-family: "Comforta", sans-serif;
    color: #57565d;
    font-size: 16px;
}

.single-product .wc-tabs-wrapper #review_form #respond .form-submit .submit {
    font-family: 'baloo-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    border-radius: 50px;
    color: #11125C;
    width: 350px;
    transition: all 600ms;
    border: 1px solid #f5b650;
    background: #ffdd7e;
}

.single-product .wc-tabs-wrapper #review_form #respond .form-submit .submit:hover {
    background: #313280;
    color: #F8B741;
    border-color: #313280;
}

.single-product .wc-tabs-wrapper #review_form #respond p textarea {
    margin-left: 0;
    resize: none;
    height: 110px;
}

.single-product .wc-tabs-wrapper .comment-form .stars a {
    color: #fdbe11;
}

.related.products h2:not(.woocommerce-loop-product__title) {
    background: #008CFE;
    display: inline-block;
    border-radius: 30px 30px 0 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'baloo-regular';
    margin: 0;
    color: #ffffff;
    padding: 16px 56px;
}

.related.products .products {
    padding: 40px;
    background: #EFF4F5;
    margin: 0;
}

.related.products ul.products li.product {
    width: 25%;
    margin: 0 0 30px 0;
    padding: 30px;
    border-radius: 20px;
    transition: all 0.3s;
}

.related.products ul.products li.product:hover {
    background: #ffffff;
}

.related.products ul.products li.product .woocommerce-loop-product__title {
    color: #291221;
    font-size: 16px;
    font-family: 'Comforta', sans-serif;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 185%;
    min-height: 75px;
}

.related.products ul.products li.product .price {
    color: #ffffff;
    background: #008CFE;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 0;
    font-weight: 700;
}

.related.products ul.products li.product .add_to_cart_button {
    width: 100%;
    font-family: 'baloo-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #11125C;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    height: 45px;
    border: 1px solid #f5b650;
    border-radius: 50px;
    background: #ffdd7e;
    transition: all 300ms;
}

.related.products ul.products li.product .add_to_cart_button:hover {
    background: #11125C;
    border-color: #11125C;
    color: #F8B741;
}


#myVideo {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 750px;
    object-fit: cover;
    display: block;
}

.banner {
    position: relative;
}

.banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: -1;
}

.deals-on-popular .row .col-md-6:nth-child(1) .product-item-info {
    background: #a3cffe;
}

.deals-on-popular .row .col-md-6:nth-child(2) .product-item-info {
    background: #06B2BC;
}

.deals-on-popular .row .col-md-6:nth-child(3) .product-item-info {
    background: #5C4184;
}

.deals-on-popular .row .col-md-6:nth-child(4) .product-item-info {
    background: #FA5456;
}

.page-template-cart-template .shop_by_cat .custom_qty_input_section {
    display: flex;
}

.page-template-cart-template .shop_by_cat .custom_qty_input_section .qty-btn {
    font-size: 20px;
}

.page-template-cart-template .shop_by_cat .shop_table #coupon_code {
    width: 140px;
}

.woocommerce-account .page-banner {
    background-position: center center;
    height: 360px;

}

.woocommerce-account #customer_login h2 {
    font-family: 'baloo-regular';
    font-size: 40px;
    margin-bottom: 20px;
    color: #32337d;
}

.woocommerce-account .page-banner .text-shadow {
    text-align: center;
    color: #ffffff;
    font-family: 'baloo-regular';
    font-size: 60px;
}

.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.woocommerce-account #customer_login form.woocommerce-form {
    height: 100%;
    width: 100%;
}

.woocommerce-account #customer_login .u-column1 .password-input {
    margin-bottom: 20px;
}

.woocommerce-account #customer_login .u-column1 .password-input .input-text {
    margin-bottom: 0;
}

.admin-bar .woocommerce-customer-details .woocommerce-customer-details--email {
    white-space: normal;
    word-break: break-all;
}

.cart_count {
    padding: 3px 8px;
    background: #f2d43d;
    border-radius: 50%;
    position: relative;
    top: -40px;
    right: -15px;
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-no-products-found .woocommerce-info::before,
.woocommerce-info::before {
    position: relative;
    top: 0;
    left: 0;
}

.woocommerce-cart .woocommerce {
    max-width: 1440px;
    margin: 60px auto;
}

.woocommerce-cart .woocommerce .woocommerce-message::before {
    position: relative;
    top: 0;
    left: 0;
}

.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce a.wc-backward {
    background: #4790bc;
    color: #ffffff;
}

/*20-06-2025*/
body.single-product div.woocommerce-tabs div.woocommerce-Tabs-panel--description img{
    max-width: 18% !important;
    height: 225px;
    object-fit: cover;
    margin: 5px 5px;
}

body.single-product div.woocommerce-tabs div.woocommerce-Tabs-panel--description video{
    width: 50% !important;
    height: 400px;
}


@media only screen and (max-width: 991px){
  body.single-product div.woocommerce-tabs div.woocommerce-Tabs-panel--description img {
      max-width: 48% !important;
  }  
}
 
@media only screen and (max-width: 767px){
  body.single-product div.woocommerce-tabs div.woocommerce-Tabs-panel--description img {
      max-width: 47% !important;
  }  
}
 
@media only screen and (max-width: 575px){
  body.single-product div.woocommerce-tabs div.woocommerce-Tabs-panel--description img {
      max-width: 45% !important;
  }  
}
 
@media only screen and (max-width: 425px){
  body.single-product div.woocommerce-tabs div.woocommerce-Tabs-panel--description img {
      max-width: 100% !important;
  }  
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 20px !important;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -1.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #d21010 !important;
    color: #fff;
    font-size: 18px !important;
    z-index: 9;
}

.vipps_buy_now_wrapper{
    display: none;
}
/* 
 .tax-product_cat .shop_by_cat .woof_container_product_cat{
    display: none;
 } */


[data-block-name="woocommerce/checkout-order-summary-totals-block"] 
.wp-block-woocommerce-checkout-order-summary-subtotal-block 
.wc-block-components-totals-item__value::after {
  content: " (inkl. mva)";
  display: inline-block;
  margin-left: .35rem;
  font-size: .95rem;
  vertical-align: middle;
  white-space: nowrap;
  color: #6b6b6b;
}
/* .wpfFilterWrapper .wpfFilterTaxNameWrapper{
color : #d21010 !important;
} */
.woocommerce ul.products li.product .button{
    background: #f2d43d !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #d21010 !important;
    font-weight: 600;
    font-size: 16px;

}