<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Porto Child1
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#header {
    border-bottom: 1px solid #747477;
}
#header .porto-block .container-fluid {
    padding: 0 !important;
}

.elementor-widget-wrap.elementor-element-populated {
    align-items: center;
}

.header-main .elementor-widget-porto_hb_menu {
    display: flex;
    justify-content: start;
    width: 100% !important;
}

.cat-bottom-text {
    background-color: #FBF9ED;
    padding: 40px;
    font-size: 16px;
    text-align: center;
    color: #000;
}



/* ROOT =================================================================================================== */
:root {
    --themePrimaryColor: #30BCEF;
    --themeDarkColor: #000000;
}

.global-section {
    margin-bottom: 125px;
}

@media only screen and (max-width: 1024px) {
    .global-section {
        margin-bottom: 50px;
    }
}

.global-section img {
    max-width: 100%;
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.section-header .super-heading {
    color: var(--themeDarkColor);
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.section-header .super-heading span {
    color: var(--themePrimaryColor);
}

.section-header .super-separator {
    width: 60px;
    height: 3px;
    background-color: #000;
    margin-top: 10px;
    margin-bottom: 20px;
}

.section-header .super-sub-heading {
    color: var(--themeDarkColor);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 800px;
    text-align: center;
}

.top-seller-area .col-md-2 {
    width: 20%;
}

@media only screen and (max-width: 1024px) {
    .top-seller-area .col-md-2 {
        width: 100%;
    }
}

.btn-get-started {
    background-color: var(--themePrimaryColor);
    border: 1px solid var(--themePrimaryColor);
    color: #fff;
    padding: 20px 40px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
}

.btn-get-started:hover {
    background-color: var(--themePrimaryColor);
    border: 1px solid var(--themePrimaryColor);
    color: #fff;
    padding: 20px 40px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    opacity: .9;
}

/* SLIDER START =================================================================================================== */
.slider-area {
    margin-bottom: 50px;
}

.slider-area .owl-stage-outer {
    border-radius: 4px;
}

/* BANNER END =================================================================================================== */
/* BANNER START =================================================================================================== */
.banner-area {
    margin-top: 50px;
}

.banner-heading {
    font-size: 90px;
    line-height: 90px;
    font-weight: 600;
    color: var(--themeDarkColor);
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .banner-heading {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1025px) {
    .banner-heading span {
        display: block;
    }
}

.banner-description {
    font-size: 16px;
    color: var(--themeDarkColor);
    margin-bottom: 20px;
}

.btn-create {
    background-color: var(--themePrimaryColor);
    border: 1px solid var(--themePrimaryColor);
    color: #fff;
    padding: 20px 40px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    margin-bottom: 40px;
    white-space: nowrap;
}

.btn-create:hover {
    background-color: var(--themePrimaryColor);
    border: 1px solid var(--themePrimaryColor);
    color: #fff;
    padding: 20px 40px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    margin-bottom: 40px;
    opacity: .9;
}

@media only screen and (max-width: 1024px) {
    .btn-create {
        margin-bottom: 10px;
        padding: 10px;
    }
}

.banner-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: var(--themeDarkColor);
    font-size: 16px;
}

.banner-list li {
    margin-bottom: 7px;
}

/* BANNER END =================================================================================================== */
/* STYLE START =================================================================================================== */
.style-area {
    background-color: #f2f3f5;
    padding: 125px 0 300px 0;
}

@media only screen and (max-width: 1024px) {
    .style-area {
        background-color: #f2f3f5;
        padding: 50px 0 300px 0;
    }
}

.style-card {
    position: relative;
    padding-left: 30px;
    height: 100%;
    padding-bottom: 40px;
}

.style-card:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: var(--themePrimaryColor);
}

@media only screen and (max-width: 1024px) {
    .style-card {
        margin-bottom: 30px;
        padding-left: 0;
    }
}

.lower-row .col-md-4:first-child .style-card {
    padding-left: 0px;
}

.style-card .heading {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--themeDarkColor);
}

.style-card ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style-type: none;
    color: var(--themeDarkColor);
}

.style-card ul li {
    margin-bottom: 5px;
}

.style-card ul li a {
    color: var(--themeDarkColor);
}

.style-card ul li a:hover {
    color: var(--themePrimaryColor);
}

.style-card img {
    position: absolute;
    bottom: 0;
    right: 30px;
    max-height: 210px;
    z-index: 2;
}

.lower-row {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
}

.lower-row .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    border-right: 2px solid #eee;
}

.lower-row .col-md-4:last-child {
    border-right: 0px solid #eee;
}

/* STYLE END =================================================================================================== */
/* VIDEO START =================================================================================================== */
.video-area {
    margin-top: -300px;
    position: relative;
}

.video-area .col-md-12 {
    display: flex;
    justify-content: center;
}

.video-area .video-wrap {
    border-radius: 30px;
    overflow: hidden;
    max-width: 900px;
    width: 100%;
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .video-area .video-wrap {
        border-radius: 10px;
    }

    .video-area .video-wrap iframe {
        height: 200px;
    }
}

.video-area .video-wrap button {
    border: 0;
    padding: 0;
    margin: 0;
}

.youtube-popup {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    width: 100vw;
    height: 100vh;
    z-index: 99999;
}

.youtube-popup-wrap {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    padding: 35px;
    border-radius: 12px;
    position: relative;
}

.youtube-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

.video-wrap br {
    display: none;
}

.video-wrap p {
    margin: 0;
}

/* VIDEO END =================================================================================================== */
/* DESIGN START =================================================================================================== */
.design-area .design-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.design-area .s-heading {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: var(--themeDarkColor);
    margin-bottom: 10px;
}

.design-area .s-description {
    font-size: 15px;
    text-align: center;
    color: var(--themeDarkColor);
    opacity: .7;
}

.row.tool {
    margin-left: -20px;
    margin-right: -20px;
}

.row.tool .col-md-9 {
    padding-left: 20px;
    padding-right: 20px;
}

.row.tool .col-md-3 {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
    .row.tool .col-md-3 {
        display: flex;
        justify-content: center;
    }
}

.design-area .row.tool .col-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.design-area .row.tool .col-md-12 .studio-wrap {
    width: 100%;
    max-width: 900px;
    padding: 35px 25px;
    border-radius: 16px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    position: relative;
}

.design-area .row.tool .col-md-12 .studio-wrap:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    left: 0;
}

/* DESIGN END =================================================================================================== */
/* SELLER =================================================================================================== */
.seller-card {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 1024px) {
    .seller-card {
        margin-bottom: 30px;
    }
}

.seller-card:hover {
    box-shadow: rgb(0 0 0 / 26%) 0rem 0.6rem 2rem;
    transform: translateY(-0.3rem);
}

.seller-card-header {
    width: 100%;
    height: 248px;
    overflow: hidden;
}

.seller-card-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.seller-card-body {
    padding: 10px 0px 10px 15px;
}

.seller-card .s-heading {
    font-size: 14px;
    font-weight: 600;
    color: var(--themeDarkColor);
}

.seller-card:hover .s-heading {
    color: var(--themePrimaryColor);
}

.seller-card .s-description {
    font-size: 12px;
    color: var(--themeDarkColor);
}

.s-separator {
    width: 40px;
    height: 3px;
    background-color: #000;
    margin-bottom: 20px;
}

.seller-card p {
    display: none;
}

/* SERVICE =================================================================================================== */
.service-card-header {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card-body {
    padding: 10px 0px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media only screen and (max-width: 1024px) {
    .service-card {
        margin-bottom: 30px;
    }
}

.service-card .s-heading {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--themeDarkColor);
    text-align: center;
}

.service-card .s-description {
    font-size: 15px;
    color: var(--themeDarkColor);
    text-align: center;
    opacity: .7;
    margin-bottom: 20px;
}

.service-card .s-link {
    color: var(--themePrimaryColor);
    text-decoration: none;
}

.service-card .s-link:hover {
    text-decoration: underline;
}

/* WORKS START =================================================================================================== */
.works-area {
    background-color: #f2f3f5;
    padding: 125px 0;
}

@media only screen and (max-width: 1024px) {
    .works-area {
        background-color: #f2f3f5;
        padding: 50px 0;
    }
}

.works-card-header {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.works-card-header img {
    max-width: 100%;
    max-height: 180px;
}

.works-card-body {
    padding: 10px 0px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media only screen and (max-width: 1024px) {
    .works-card {
        margin-bottom: 30px;
    }
}

.works-card .s-heading {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--themeDarkColor);
    text-align: center;
}

.works-card .s-description {
    font-size: 15px;
    color: var(--themeDarkColor);
    text-align: center;
    opacity: .7;
    margin-bottom: 10px;
}

.works-card .s-link {}

.works-card p {
    margin-bottom: 0;
}

/* WORKS END =================================================================================================== */
/* TEMPLATE START =================================================================================================== */
/* .template-area{
    background-color: #f2f3f5;
    padding: 125px 0;
}
@media only screen and (max-width: 1024px) {
    .template-area{
        background-color: #f2f3f5;
        padding: 50px 0;
    }
  }
.template-card-header{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.template-card-header img{
    max-width: 100%;
    max-height: 180px;
}
.template-card-body{
    padding: 10px 0px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media only screen and (max-width: 1024px) {
    .template-card{
        margin-bottom: 30px;
    }
  }
.template-card .s-heading{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--themeDarkColor);
    text-align: center;
}
.template-card .s-description{
    font-size: 15px;
    color: var(--themeDarkColor);
    text-align: center;
    opacity: .7;
} */
/* TEMPLATE END =================================================================================================== */
/* HELP START =================================================================================================== */
.help-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.help-card .icon {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    border-radius: 50%;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.help-card .icon svg {
    width: 25px;
    height: 25px;
}

.help-card .text {
    text-align: center;
}

.help-card.no-effect .icon {
    min-width: unset;
    max-width: unset;
    min-height: 80px;
    max-height: unset;
    border-radius: 0;
    border: 0px solid #eee;
    font-weight: 600;
}

/* HELP END =================================================================================================== */
/* FAQ START =================================================================================================== */
.faq-area .accordion {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.faq-area .accordion-item {
    border: 0 !important;
}

.faq-area .accordion-header {
    border-top: 1px solid #eee;
}

.faq-area .accordion-button {
    background-color: transparent !important;
    padding-left: 0;
    padding-bottom: 0 !important;
    box-shadow: none !important;
}

.faq-area .accordion-button:focus {
    box-shadow: none !important;
}

.faq-area .accordion-body {
    padding-left: 0;
}

.faq-area p {
    margin-bottom: 0 !important;
}

/* FAQ END =================================================================================================== */
.header-builder {
    border-bottom: 1px solid #eee;
}

.page-template-default #main&gt;.container {
    max-width: 100%;
}


/* TEMPLATE START =================================================================================================== */
.template-area {
    background-color: #f2f3f5;
    padding: 125px 0;
}

@media only screen and (max-width: 1024px) {
    .template-area {
        background-color: #f2f3f5;
        padding: 50px 0;
    }
}

.template-card {
    color: #000;
    margin-bottom: 40px;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .template-card {
        margin-bottom: 30px;
    }
}

.template-card-header {
    width: 100%;
    /*height: 280px;*/
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .075) ;
    /* border: 4px solid #f6f6f6; */
}

.template-card-header img {
    max-width: 280px;
    max-height: 280px;
}
@media only screen and (max-width: 1024px) {
    .template-card-header img {
        max-width: 150px;
        max-height: 150px;
    }
}
.template-card-body {
    text-align: center;
    margin-bottom: 1rem;
}

.template-card .s-heading {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--themeDarkColor);
    text-align: center;
}

.template-card .s-description {
    font-size: 15px !important;
    color: var(--themeDarkColor);
    opacity: .7;
    margin-bottom: 0 !important;
}

.with-product-image {
    display: none;
}
@media only screen and (max-width: 1024px) {
.with-product-image {
    display: none !important;
}
}
.template-card-header:hover .with-product-image {
    display: block;
}

.template-card-header:hover .without-product-image {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .template-card-header:hover .without-product-image {
        display: block !important;
    }
    }
/* LATEST TEMPLATE ROW =================================================================================================== */
.latest-template-design-row {
    margin-bottom: 100px;
}

.latest-template-design-row .template-card-body {
    text-align: left;
}

.latest-template-design-row .template-card-header {
    background-color: #fff;
    /* border: 2px solid #eee; */
    height: 120px;
}

.latest-template-design-row .template-card-header img {
    max-width: 100%;
    max-height: 120px;
}

@media only screen and (max-width: 1024px) {
    .latest-template-design-row .col-md-2 {
        width: 50%;
    }

    .latest-template-design-row .template-card-header {
        height: 155px;
    }

    .latest-template-design-row .s-description {
        display: none;
    }

    .latest-template-design-row .template-card {
        margin-bottom: 20px;
    }
}


.image-background-fit {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
/*.image-background-fit-280 {
    width: 100%;
    height: 156px;
    object-fit: cover;
}*/

/* TEMPLATE LIST ROW =================================================================================================== */
@media only screen and (max-width: 1024px) {
    .template-list-row .col-md-3 {
        width: 50%;
    }

    .template-list-row .template-card-header {
        height: 155px;
    }

    .template-list-row .s-description {
        display: none;
    }

    .template-list-row .template-card {
        margin-bottom: 20px;
    }
}

/* TEMPLATE END =================================================================================================== */
.custom-aside .sub-menu .sub-menu {
    padding-left: 0 !important;
}

.for-remove-label a {
    opacity: 0;
}

.custom-aside&gt;a:first-child {
    display: none !important;
}

.custom-tshirt.menu-item {
    margin-bottom: 10px !important;
}

.custom-apparel.menu-item {
    margin-bottom: 10px !important;
}

.menu-item-has-children.menu-item&gt;a {
    color: #000 !important;
}

.menu-item-type-taxonomy.sub-menu .menu-item&gt;a {
    opacity: .5;
    font-weight: 400 !important;
}

.mega-menu-banner-link a {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mega-menu-banner-link:hover {
    opacity: .9;
}

.template-not-found {
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
    color: #ff5b5b;
    font-weight: bold;
}

.template-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.template-pagination .page-link {
    border: 0 !important;
    padding: 0 !important;
    color: #000 !important;
    display: flex;
    align-items: center;
}

.template-pagination .page-link:hover {
    color: #30bcef !important;
    background-color: transparent !important;
}

.template-pagination .page-item.active .page-link {
    color: #30bcef !important;
    background-color: transparent !important;
}

.template-pagination .page-item {
    margin: 0 5px;
}

.template-categories-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
}

.template-categories-header p {
    max-width: 900px;
}

/*loader*/
img.lazy-image {
    background: url(images/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
    background-image: none;
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}
.d-none {
    display: none;
}

/* THEME OTHER =================================================================================================== */
.page-id-179 #main .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#tshirtIFrame {
    margin-top: 0 !important;
}

.product-thumbs-slider.owl-carousel .owl-item.selected .img-thumbnail,
html:not(.touch) .product-thumbs-slider .owl-item:hover .img-thumbnail{
    border-radius: 0.8rem;
    overflow: hidden;
}
.custom-products-page ul.products:not(.owl-carousel) {
    display: grid;
    grid-template: auto / repeat(4, 1fr);
    grid-gap: 1.6rem;
    margin: 0 0 2.4rem;
}
.custom-products-page .product-category.product-col {
    border: 1px solid #0000001c;
    background-color: white;
    border-radius: 1.6rem;
    overflow: hidden;
    transition: box-shadow 150ms;
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    /*max-height: 18.6rem;*/
    max-height: 35rem;
    height: 100%;
}
@media (min-width: 1601px) {
    .custom-products-page .product-category.product-col {
        /*max-height: 186px;*/
    }
}

.custom-products-page .product-category.product-col:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15);
}
.custom-products-page .products .product-category .thumb-info-title {
    position: relative !important;
    transform: none !important;
    bottom: auto !important;
    top: auto !important;
    /*padding: 1.2rem 1rem;*/
    padding: 1.6rem;
}
.custom-products-page .products .product-category .thumb-info-title h3 {
    text-align: center;
    color: #000000;
    text-transform: capitalize;
}
.custom-products-page .products .product-category.twice-size .thumb-info-title h3 {
    text-align: left;
}
.custom-products-page .products .product-category .thumb-info-wrapper:after {
    background: transparent;
}
.custom-products-page .main-content-wrap {
    margin: 0;
}
.custom-products-page .container {
    max-width: 136rem;
    width: 100%;
}
.custom-products-page .container .main-content{
    max-width: 136rem;
    width: calc(100% - 25.5rem) !important;
}
@media(max-width: 767px) {
    .custom-products-page .container .main-content{
        width: 100% !important;
    }
}
.custom-products-page .products .product-category .thumb-info-title h3 {
    min-height: 6.8rem;
    text-align: left;
    font-family: 'Open Sauce One', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #070A0A;
}
.custom-products-page .products .product-category .thumb-info-title span {
    display: none;
}
.custom-products-page .products .product-category .thumb-info-title span.nowrap {
    white-space: nowrap;
    display: inline-block;
}
.custom-products-page .product-category.product-col.twice-size {
    padding: 0;
    grid-column: 1 / span 2;
    width: 100%;
}
.custom-products-page .product-category.product-col .thumb-info {
    /*max-height: 225px;*/
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
}
.custom-products-page .product-category.product-col .thumb-info-wrapper {
    height: 100%;
}
.custom-products-page .product-category.product-col .thumb-info img {
    object-fit: cover;
    height: 100%;
}
@media (max-width: 1339px) {
    /*.product-category.product-col.twice-size {*/
    /*    width: 66.6666%;*/
    /*}*/
    /*.product-category.product-col.twice-size .thumb-info {*/
    /*    max-height: 216.66px;*/
    /*}*/
}
#design-templates-grid {
    display: grid;
    grid-template: auto / repeat(5, 1fr);
    grid-gap: 2rem;
}
#design-templates-grid .elementor-testimonial__image {
    margin-bottom: 2.4rem;
}
#design-templates-grid .elementor-testimonial__image,
#design-templates-grid img {
    width: 100%;
}
#design-templates-grid .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
#design-templates-grid .elementor-testimonial__text {
    font-family: 'Open Sauce One', sans-serif;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    /*font-size: 2.4rem;*/
    line-height: 140%;
    color: #070A0A;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    #design-templates-grid {
        display: none;
    }
}
@media (max-width: 991px) {
    /*.product-category.product-col.twice-size .thumb-info {*/
    /*    max-height: 288.66px;*/
    /*}*/
    /*.product-category.product-col .thumb-info {*/
    /*    max-height: 288.66px;*/
    /*    height: 100%;*/
    /*}*/
    .custom-products-page .elementor-widget-wrap.elementor-element-populated &gt; div:not(.elementor-widget-porto_hb_mini_cart) {
        width: 100% !important;
    }
    .custom-products-page .product-category.product-col .thumb-info-wrapper {
        height: 100%;
    }
    .custom-products-page .product-category.product-col .thumb-info img {
        object-fit: cover;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .custom-products-page .main-content-wrap  {
        margin: 0;
    }
    .custom-products-page ul.products:not(.owl-carousel) {
        grid-template: auto / repeat(2, 1fr);
        padding: 0 1.6rem 4.8rem;
        gap: 0.8rem;
    }
    .custom-products-page .product-category.product-col {
        border-radius: 0.8rem;
    }
    .custom-products-page .product-category.product-col,
    .custom-products-page .product-category.product-col.twice-size {
        height: 24.4rem;
    }
    .custom-products-page .products .product-category .thumb-info-title h3 {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 140%;
        min-height: 5rem;
    }
    .custom-products-page  .products .product-category.product-col.twice-size  .thumb-info-title h3 {
        min-height: auto
    }
    .custom-products-page .products .product-category .thumb-info-title {
        padding: 1.6rem 1.6rem 0.8rem;
    }
}
@media (max-width: 575px) {
    .custom-products-page .product-category.product-col.twice-size {
        width: 100%;
    }
    .custom-products-page .product-category.product-col.twice-size .thumb-info {
        max-height: 100%;
    }
    .custom-products-page .product-category.product-col .thumb-info {
        max-height: 100%;
        height: 100%;
    }
    .custom-products-page .product-category.product-col .thumb-info-wrapper {
        height: 100%;
    }
    .custom-products-page .product-category.product-col .thumb-info img {
        object-fit: cover;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .variations select {
        height: auto;
    }
}

.product .product-summary-wrap form .variations select {
    height: 4.65rem;

}

#mini-cart.hover .cart-head:after,
#mini-cart.hover .cart-icon:after,
#mini-cart.hover .cart-popup {
    display: block;
}

#header-top-section.header-top-section {
    margin: 0 !important;
}
</pre></body></html>