@font-face {
    font-family: 'ShinGoPro';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/ATTFShinGoProDeBold.woff2') format('woff2'),
    url('../fonts/ATTFShinGoProDeBold.woff') format('woff');
}
@font-face {
    font-family: 'ShinGoPro';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/ATTFShinGoProLight.woff2') format('woff2'),
    url('../fonts/ATTFShinGoProLight.woff') format('woff');
}
@font-face {
    font-family: 'ShinGoPro';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/ATTFShinGoProRegular.woff2') format('woff2'),
    url('../fonts/ATTFShinGoProRegular.woff') format('woff');
}
@font-face {
    font-family: 'ShinGoPro';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/ATTFShinGoProMedium.woff2') format('woff2'),
    url('../fonts/ATTFShinGoProMedium.woff') format('woff');
}

.my-section .my-title{
    font-family: ShinGoPro, sans-serif;
    font-weight: normal;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 80px;
    text-align: left;
    font-style: normal;
}

.my-section .view-more{
    background: rgba(255,255,255,0.1);
    border-radius: 35px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(6px);
    height: 50px;
    padding: 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-family: ShinGoPro, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;

    letter-spacing: 4px;
    text-align: center;
    font-style: normal;
}
.my-max-width{
    max-width: 1440px;
    margin: 0 auto;
}
#main>.container{
    max-width: unset !important;
    padding: 0 !important;
}
.my-head{
    padding: 27px 98px !important;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(6px);
}
.my-head .mobile-toggle{
    display: block !important;
}
.my-head-left,.my-head-center,.my-head-right{
    flex: 1 !important;
}
.my-head-center{
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.my-head-left .mobile-toggle{
    margin: 0 !important;
    width: 24px;
    height: 24px;
    background-image: url("../images/head-menu.png");
    background-size: 24px;
    background-repeat: no-repeat;
}
.my-head-left .mobile-toggle i,.my-head-right .search-toggle i,.my-head-right .my-account i,.my-head-right .cart-icon i{
    display: none !important;
}
.my-head-right{
    gap: 30px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
}
.my-head-right .search-toggle{
    width: 20px;
    height: 20px;
    background-image: url("../images/head-search.png");
    background-size: 20px;
    background-repeat: no-repeat;
}
.my-head-right .my-account{
    width: 20px;
    height: 20px;
    background-image: url("../images/head-account.png");
    background-size: 20px;
    background-repeat: no-repeat;
}
.my-head-right .cart-icon{
    width: 20px;
    height: 20px;
    background-image: url("../images/head-cart.png");
    background-size: 20px;
    background-repeat: no-repeat;
}
.elementor-2 .elementor-element{
    background-color: #ffffff !important;
}
.my-footer{
    background-color: #000000 !important;
    padding-top: 50px !important;
}
.my-footer-top .elementor-widget-image{
    text-align: center !important;
    margin-bottom: 0 !important;
}
.my-footer-top img{
    width: 370px !important;
    height: auto !important;
    margin: 0 auto;
    display: block !important;
}
.my-footer-center{
    padding-block-start: 53px !important;
    justify-content: center !important;
}
.my-footer-center .elementor-widget-heading{
    margin-bottom: 10px;
}
.my-footer-center .elementor-heading-title{
    font-family: ShinGoPro, sans-serif !important;
    font-weight: normal !important;
    font-size: 20px !important;
    color: #FFFFFF !important;
    text-align: left;
    font-style: normal;
}
.my-footer-center .elementor-icon-list-text{
    font-family: ShinGoPro, sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    line-height: 36px;
    text-align: left;
    font-style: normal;
}
.my-footer-center .share-links a{
    background-color: #fff !important;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 26px;
}
.my-footer-center .elementor-widget-porto_social_icons{
    margin: 0 !important;
}
.my-footer-center .elementor-widget-porto_contact_form input.wpcf7-email{
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid #FFFFFF !important;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    font-family: ShinGoPro, sans-serif;
    font-weight: 300;
    font-size: 16px !important;
    color: #FFFFFF !important;
    line-height: 32px;
    text-align: left;
    font-style: normal;
}
.my-footer-center .elementor-widget-porto_contact_form input.wpcf7-email::placeholder{
    font-family: ShinGoPro, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
    font-style: normal;
}
.my-footer-center .elementor-widget-porto_contact_form button[type="submit"]{
    background: #FFFFFF;
    border: 1px solid #FFFFFF !important;
    border-radius: 0 35px 35px 0;
    font-family: ShinGoPro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    letter-spacing: 4px;
    text-align: center;
    font-style: normal;
    padding: 0 27px;
}
html.panel-opened .page-wrapper, html.panel-opened #header.sticky-header .header-main.sticky{
    left: 0 !important;
}

.fixed-header #header{
    position: fixed !important;
    /*background-color: gray;*/
}

.my-head-default{
    display: flex !important;
    flex-direction: row !important;
    padding: 27px 98px !important;
}
.my-head-default .mobile-toggle{
    display: block !important;
}
.my-head-default .my-head-left .mobile-toggle{
    background-image: url("../images/head-menu-default.png");
}
.my-head-default .my-head-right .search-toggle{
    background-image: url("../images/head-search-default.png");
}
.my-head-default .my-head-right .my-account{
    background-image: url("../images/head-account-default.png");
}
.my-head-default .my-head-right .cart-icon{
    background-image: url("../images/head-cart-default.png");
}
.my-img-m{
    display: none !important;
}
.aligncenter{
    margin-left: auto !important;
    margin-right: auto !important;
}
.porto-tb-featured-image .img-thumbnail{
    aspect-ratio: 1 / 1.365;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.porto-tb-featured-image img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.my-footer-center{
    padding: 40px 0 0 20px !important;
}
.my-footer-center .elementor-widget-porto_contact_form{
    margin-top: 30px !important;
}
.my-footer-bottom{
    padding: 0 !important;
    border: unset !important;
    justify-content: center !important;
}
.my-footer-bottom .elementor-heading-title{
    font-family: ShinGoPro, sans-serif !important;
    font-weight: normal !important;
    font-size: 12px !important;
    color: #FFFFFF !important;
    line-height: 18px !important;
    text-align: left;
    font-style: normal;
    padding-bottom: 21px;
}
.main-content{
    padding-top: 0 !important;
}
.mini_cart_item .wcpa_cart_meta{
    display: none;
}
html.panel-opened .side-nav-panel-close{
    top: var(--wp-admin--admin-bar--height) !important;
    position: unset !important;

    font-family: ShinGoPro, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000 !important;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    margin-top: 30px;
    margin-left: 60px;
}
.side-nav-panel-close img{
    margin-right: 8px;
}
html.panel-opened #side-nav-panel{
    top: var(--wp-admin--admin-bar--height);
    width: 434px;
}
#side-nav-panel .accordion-menu>li.menu-item a{
    font-family: ShinGoPro, sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    color: #000000 !important;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    padding-left: 100px !important;
}
#side-nav-panel .sub-menu a{
    padding-right: 10px !important;
}
#side-nav-panel .accordion-menu li.menu-item.active > a{
    font-weight: bold !important;
}

#mini-cart.minicart-offcanvas .widget_shopping_cart_content{
    padding: 20px;
}

.woocommerce-mini-cart__buttons{
    display: flex;
    gap: 30px;
    margin-bottom: 30px !important;
}
.woocommerce-mini-cart__buttons:after{
    content: unset !important;
}
.woocommerce-mini-cart__buttons .button{
    height: 44px;
}
#mini-cart .cart-popup{
    width: 490px !important;
}
.woocommerce-mini-cart__buttons .button{
    font-family: ShinGoPro, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-align: center;
    font-style: normal !important;
    text-transform: uppercase !important;
    line-height: 44px !important;
    padding: 0 !important;
}
.woocommerce-mini-cart__total strong{
    font-family: ShinGoPro, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}
.woocommerce-mini-cart__total .amount{
    font-family: ShinGoPro, sans-serif;
    font-weight: normal !important;
    font-size: 26px !important;
    color: #CB4E7C !important;
    line-height: 52px;
    text-align: right;
    font-style: normal;
}
.woocommerce-mini-cart__total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px 0 !important;
    border-bottom: 1px solid;
    margin-bottom: 22px !important;
}
.minicart-overlay svg{
    right: 490px !important;
    /*top: var(--wp-admin--admin-bar--height) !important;*/
}
#mini-cart .total-count{
    padding: 0 !important;
    border-bottom: 1px solid #000000 !important;

    font-family: ShinGoPro, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000 !important;
    line-height: 36px;
    text-align: left;
    font-style: normal;
}
#mini-cart .product-details a{
    font-family: ShinGoPro, sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    color: #000000 !important;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-bottom: 0;
}
#mini-cart .product-details .amount{
    font-family: ShinGoPro, sans-serif;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #CB4E7C !important;
    line-height: 36px;
    text-align: left;
    font-style: normal;
}
#mini-cart .product-image{
    order: unset !important;
    width: 150px !important;
    height: 210px;
    flex: 0 0 150px !important;
}
#mini-cart .product-image .inner{
    height: 100%;
}
#mini-cart .product-image a[aria-label="product"]{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #F2F2F2;
}
#mini-cart li{
    gap: 14px;
    border-bottom: 1px solid !important;
}
#mini-cart .my-quantity .quantity_label{
    display: none;
}

#mini-cart div.quantity .minus, #mini-cart div.quantity .plus{
    border: unset !important;
    background-color: unset !important;
}
#mini-cart .quantity button.minus{
    background-image: url("../images/minus-icon.png") !important;
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

#mini-cart .quantity button.plus{
    background-image: url("../images/plus-icon.png") !important;
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
#mini-cart .quantity input.input-text{
    font-family: ShinGoPro, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    border: unset;
}
#mini-cart .my-quantity .quantity{
    width: 150px;
    height: 38px;
    border-radius: 25px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
}
#mini-cart .my-quantity{
    order: 2;
}
#mini-cart .product-details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#mini-cart .product-details .quantity{
    font-size: 0;
}
#menu-top-navigation{
    padding-bottom: 80px;
}
.swiper-button-lock{
    display: none !important;
}
.my-footer-bottom .elementor-heading-title{
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .my-head{
        padding: 14px !important;
    }
    .my-head-default{
        padding: 14px !important;
    }
    .my-section .my-title{
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 0;
    }
    .my-section .view-more{
        height: 30px;
        padding: 0 29px;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .my-img-pc{
        display: none !important;
    }
    .my-img-m{
        display: block !important;
    }
    .my-footer-top img{
        width: 200px !important;
    }
    .my-footer-center .elementor-heading-title{
        font-size: 16px !important;
        text-align: center;
        position: relative;
    }
    .my-footer-center .elementor-icon-list-text{
        width: 100%;
    }
    .my-footer-center .elementor-icon-list-text, .my-footer-center .elementor-icon-list-text a{
        font-size: 15px !important;
        line-height: 35px !important;
        text-align: center !important;
        color: #ffffff !important;
    }
    .my-footer-center .elementor-icon-list-text a{
        display: inline-block !important;
    }
    .my-footer-center{
        padding-top: 33px !important;
        padding-left: 0 !important;
        gap: 22px !important;
    }
    .my-footer{
        padding: 30px 10px !important;
    }
    .my-footer-center .e-child{
        border-bottom: 1px solid #fff;
        margin-bottom: 0;
        padding-bottom: 18px;
    }
    .my-footer-center .elementor-icon-list-item{
        padding-bottom: 0 !important;
    }
    .my-footer-center .elementor-heading-title::after{
        content: "";
        width: 22px;
        height: 22px;
        background-image: url("../images/menu-drop-down.png");
        background-size: 22px;
        position: absolute;
        right: 0;
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
        transition: transform 0.3s ease;
    }
    .my-footer-center .e-child.active{
        padding-bottom: 0;
    }
    .my-footer-center .e-child.active .elementor-heading-title::after{
        transform: rotate(180deg);
    }
    .my-footer-center .e-child.active .elementor-icon-list-items{
        display: none;
    }
    .my-footer-center .elementor-widget-porto_contact_form button[type="submit"]{
        padding: 0 10px;
        height: 40px;
    }
    .my-footer-center .elementor-widget-porto_social_icons{
        text-align: center;
    }
    html.panel-opened #side-nav-panel{
        width: 85%;
    }
    html.panel-opened .side-nav-panel-close{
        margin-top: 13px;
        margin-left: 10px;
    }
    #side-nav-panel .accordion-menu>li.menu-item a{
        padding-left: 42px !important;
    }
    #mini-cart .cart-popup{
        width: 85% !important;
    }
    #mini-cart .product-image{
        flex: 0 0 100px !important;
        width: 100px !important;
        height: 140px !important;
    }
    #mini-cart .my-quantity .quantity{
        width: 102px;
        height: 30px;
    }
    #mini-cart .product-details .amount{
        font-size: 16px !important;
    }
    .woocommerce-mini-cart__buttons{
        flex-direction: column;
        gap: 22px !important;
    }
    #mini-cart .buttons .checkout{
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }
    #mini-cart .buttons a{
        margin-bottom: 0 !important;
    }
    .my-footer-center .elementor-widget-porto_contact_form input.wpcf7-email{
        font-size: 14px !important;
        height: 40px;
    }
}

