/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


@font-face {
    font-family: 'Proxima Nova';
    src: url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Regular.eot');
    src: url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Regular.woff') format('woff'),
        url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Bold.eot');
    src: url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Bold.woff') format('woff'),
        url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

a {
    text-decoration: none;
}

.jcs_wc_single_product_img {
    list-style: none;
    margin: 0;
}

html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden !important;
}
body.search div#page {
    padding-top: 60px;
}
body.error404 div#page{
    padding-top: 120px;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    border: 2px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 14px !important;
    background: #f9f9f9 !important;
}
#add_payment_method #payment div.payment_box .form-row, 
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin-bottom: 0 !important;
}
.woocommerce #wc-stripe-cc-form .form-row label {
    display: block !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.jcs_header_nav_fallback {
    height: 105px;
}

.site-logo img {
    max-width: 260px;
    height: auto !important;
}
.sticky-enabled .main-navigation.is_stuck {
    background: rgba(255,255,255,.9);
}
#site-navigation {
    background: #fff !important;
    padding: 12px 0;
}
#site-navigation {
    position: absolute !important;
    top: 0 !important;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
}
.admin-bar #site-navigation {
    top: 32px !important;
}
.main-navigation .main-nav ul ul li a {
    font-size: 16px;
}
.navigation-search {
    top: 80px !important;
    right: 40px !important;
    left: inherit !important;
    width: 350px !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%) !important;
    border-radius: 5px !important;
    background: #fff !important;
    padding: 15px !important;
}
.main-navigation .menu-bar-items .search-item.active > a {
    background: transparent !important;
    color: #ed008c !important;
}
.navigation-search input[type="search"] {
    border: 2px solid #eee !important;
    height: 46px !important;
    font-size: 15px !important;
    border-radius: 5px !important;
}
.navigation-search input[type="search"]:hover,
.navigation-search input[type="search"]:focus {
    border-color: #ed008c !important;
}
span.menu-bar-item.search-item a {
    padding-right: 0 !important;
}

.portfolios-widget-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.portfolios-widget-item {
    width: 33.33%;
    padding: 5px;
}
.portfolios-widget-item a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}
.portfolios-widget-item a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ed008c;
    transition: all .3s ease-in-out .0s;
    opacity: 0;
}
.portfolios-widget-item:hover a::before {
    opacity: .7;
}
.portfolios-widget-item a img {
    margin-bottom: -7px !important;
}

.jcs_wc_single_product_gallery {
    margin: 0;
    list-style: none;
}
.woocommerce div.product {
    display: flex;
    flex-flow: row wrap;
}
.woocommerce div.product > * {
    width: 100%;
}
.woocommerce div.product > .product-gallery {
    width: 50% !important;
}
.woocommerce div.product > .summary {
    width: 50% !important;
    padding-left: 50px;
}
.jcs_wc_single_product_gallery > li {
    position: relative;
}
.jcs_wc_gallery_img_lightbox {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 16px;
    transition: all .3s ease-in-out .0s;
}
.product-gallery .lSPager.lSGallery li a {
    position: relative;
    display: block;
}
.product-gallery .lSPager.lSGallery li a::before {
    content: "";
    padding-top: 70%;
    display: block;
}
.product-gallery .lSPager.lSGallery li img {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    top: 0;
    left: 0;
}
.product-gallery .lSPager.lSGallery li.active img {
    border: 3px solid #ed008c;
}
.product-gallery .lSPager.lSGallery li img {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.product-gallery .lSPager.lSGallery li.active img {
    border: 3px solid #ed008c;
}
.product-gallery .lSAction>a {
    background: #ed008c !important;
    opacity: 1;
    color: #fff;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
.jcs_wc_gallery_img_lightbox:hover {
    background: #ed008c !important;
    color: #fff;
}
.woocommerce .woocommerce-breadcrumb {
    font-size: 16px;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    color: #ed1d8f;
}
.woocommerce div.product .product_title {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}
.woocommerce div.product p.price {
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.product_meta .posted_in::before,
.product_meta .tagged_as::before {
    content: "\f02c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}
.product_meta .sku_wrapper::before {
    content: "\f013";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}
.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
    font-weight: 600;
}
.product_meta .sku_wrapper span,
.product_meta .posted_in a,
.product_meta .tagged_as a {
    font-weight: 400;
}
.product_meta .sku_wrapper a:hover,
.product_meta .posted_in a:hover,
.product_meta .tagged_as a:hover {
    color: #000;
}
.woocommerce div.product form.cart div.quantity > * {
    border: none;
}
.woocommerce div.product form.cart div.quantity {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    overflow: hidden;
    margin-right: 15px;
    height: 52px;
}
.woocommerce div.product form.cart div.quantity a.minus {
    font-size: 34px;
    position: relative;
    top: -1px;
}
.woocommerce div.product form.cart div.quantity a.plus {
    font-size: 25px;
    position: relative;
    top: 2px;
}
.woocommerce div.product form.cart div.quantity a:hover {
    color: #ed008c !important;
}
.woocommerce .button,
body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    height: 52px !important;
    border-radius: 50px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    min-width: 180px !important;
    padding: 17px 10px !important;
    text-align: center !important;
    background: #ed008c !important;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
}
.woocommerce .button:hover,
body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    background: rgba(237,0,138,0.83) !important;
    color: #fff !important;
}
.woocommerce-Reviews .woocommerce-Reviews-title{
    display: none !important;
}
.woocommerce div.product > .woocommerce-tabs {
    margin-top: 60px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 0 -1px !important;
    z-index: 1;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li a {
    background: #f2f2f2;
    border: none !important;
    font-size: 18px;
    padding: 14px 50px;
    border-radius: 5px 5px 0 0;
    transition: all .3s ease-in-out .0s;
    margin-right: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li:hover a, 
.woocommerce div.product .woocommerce-tabs ul.tabs > li.active a {
    background: #262626 !important;
    color: #bdbdbd !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li:hover a, 
.woocommerce div.product .woocommerce-tabs ul.tabs > li.active a {
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}
.woocommerce div.product > .woocommerce-tabs .woocommerce-Tabs-panel {
    border: 1px solid #e5e5e5;
    padding: 50px 30px;
    border-radius: 0 5px 5px 5px;
    margin-bottom: 0 !important;
}
.woocommerce div.product > .woocommerce-tabs .woocommerce-Tabs-panel--description ul {
    margin-left: 30px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 60px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 75px !important;
    border-color: #e5e5e5 !important;
}
.woocommerce-review__author {
    text-transform: capitalize;
    color: #000;
    font-size: 18px;
}
.woocommerce-Reviews .description {
    font-size: 17px;
}
.woocommerce-Reviews div#review_form_wrapper {
    margin-top: 20px;
}
textarea#comment {
    border-radius: 5px;
    min-height: 160px;
}
input#submit {
    height: 52px !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    min-width: 150px !important;
    padding-top: 11px !important;
    margin-top: 20px !important;
}
.woocommerce-Reviews form#commentform {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.woocommerce-Reviews form#commentform > * {
    width: 100%;
}
.woocommerce-Reviews .comment-form-author, 
.woocommerce-Reviews .comment-form-email {
    width: calc(50% - 15px) !important;
}
.woocommerce-Reviews .comment-form-author input, 
.woocommerce-Reviews .comment-form-email input {
    width: 100%;
    border-radius: 5px;
}
.woocommerce-Reviews label {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.woocommerce div.product form.cart .variations th.label {
    text-align: left;
    width: 99%;
    display: block;
    clear: both;
    box-sizing: border-box;
    padding: 0;
    font-size: 18px;
}
.woocommerce div.product form.cart .variations label {
    position: relative;
    top: 4px;
}
.woocommerce div.product form.cart .variations select {
    -webkit-background-size: 10px auto;
    -moz-background-size: 10px auto;
    -o-background-size: 10px auto;
    -ms-background-size: 10px auto;
    background-size: 10px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' fill='rgb(51, 51, 51)' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -webkit-calc(100% - 13px) center;
    background-position: expression(100% - 13px) center;
    background-position: -moz-calc(100% - 13px) center;
    background-position: -o-calc(100% - 13px) center;
    background-position: calc(100% - 13px) center;
    padding: 0 30px 0 18px;
    height: 50px;
    background-color: transparent !important;
    font-size: 17px;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
}
.woocommerce div.product form.cart .variations td.value {
    width: 100%;
    display: block;
    clear: both;
    box-sizing: border-box;
    padding: 0;
}
.woocommerce div.product form.cart .variations tr {
    margin-bottom: 5px !important;
    display: block;
    clear: both;
    box-sizing: border-box;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 30px;
}
.woocommerce table.shop_attributes th {
    background: transparent !important;
    border-color: #e5e5e5 !important;
    border-left: 1px solid #e5e5e5 !important;
    text-align: left;
    padding: 10px 15px;
    font-size: 17px;
    border-style: solid !important;
}
.woocommerce table.shop_attributes td {
    background: transparent !important;
    border-color: #e5e5e5 !important;
    font-size: 17px !important;
    padding: 10px 15px;
    border-style: solid !important;
}
.woocommerce table.shop_attributes td p {
    padding: 0;
}
.woocommerce table.shop_attributes {
    margin: 0 !important;
    border-color: #e5e5e5 !important;
    border-style: solid !important;
}
.product_meta>span {
    display: inline-block !important;
    margin-right: 25px;
}
.psfw-social-wrap .psfw-icon-title {
    font-weight: 700;
    font-size: 17px;
}
ul.psfw-social-icons {
    margin: 0 !important;
}
ul.psfw-social-icons li a {
    background: #f2f2f2 !important;
    border: 1px solid #e5e5e5 !important;
    color: #222 !important;
    font-size: 16px !important;
    border-radius: 50px;
    width: 32px !important;
    height: 32px !important;
}
.psfw-social-wrap {
    margin-top: 18px !important;
}
ul.psfw-social-icons li a:hover {
    background: #ed008c !important;
    color: #fff !important;
    border-color: #ed008c !important;
}
.fa-facebook:before {
    content: "\f39e" !important;
}
.fa-x-twitter:before {
    content: "\f099" !important;
}
.fa-linkedin:before {
    content: "\f0e1" !important;
}
.fa-pinterest:before {
    content: "\f231" !important;
}
.woocommerce-message {
    border: 2px solid #ed008c !important;
    border-radius: 5px !important;
    color: #000 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 15px !important;
    font-size: 18px;
    background: rgb(237 0 140 / 5%) !important;
}
.woocommerce-message::after {
    display: none !important;
}
.woocommerce-message a {
    order: 1;
}
.woocommerce table.shop_table thead th {
    background: #262626 !important;
    color: #fff !important;
}
.woocommerce table.shop_table {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    overflow: hidden;
}
.woocommerce a.remove {
    color: red !important;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 100px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px;
}
.woocommerce table.shop_table .product-name a {
    color: #000 !important;
    font-weight: 700;
    font-size: 18px;
    max-width: 500px !important;
    display: inline-block;
}
.woocommerce table.shop_table .product-name a:hover {
    color: #ed008c !important;
}
.woocommerce table.shop_table td.actions {
    border: none !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 18px;
    border: 2px solid #e5e5e5 !important;
    background: transparent !important;
    border-radius: 5px !important;
    height: 52px;
    min-width: 200px;
    margin-right: 8px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
    border-color: #ed008c !important;
}
.woocommerce table.shop_table td.product-quantity .quantity {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px;
    overflow: hidden;
    max-width: 140px;
    height: 50px;
}
.woocommerce table.shop_table td.product-quantity .quantity * {
    border: none !important;
}
.woocommerce table.shop_table td.product-quantity .quantity a.minus {
    font-size: 28px;
    position: relative;
    top: -1px;
}
.woocommerce table.shop_table td.product-quantity .quantity a.plus {
    font-size: 24px;
    position: relative;
    top: 1px;
}
.woocommerce table.shop_table td.product-quantity .quantity a:hover {
    color: #ed008c !important;
}
.woocommerce-page .cart-collaterals .cart_totals > h2 {
    margin: 0;
    background: #262626;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 22px 15px;
    border-radius: 5px 5px 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th, 
.woocommerce-cart .cart-collaterals .cart_totals table tr td {
    padding: 15px;
    font-size: 17px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th {
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child th, 
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child td {
    border-bottom: none !important;
}
.woocommerce ul#shipping_method li input {
    position: relative;
    top: 3px;
}
.woocommerce ul#shipping_method li label {
    font-size: 17px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
    position: relative;
    top: 3px;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    background: transparent !important;
    color: #000 !important;
    text-align: center;
    border-top: 2px dashed #e5e5e5;
    border-bottom: 2px dashed #e5e5e5;
    border-left: none;
    border-right: none;
    font-size: 17px;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #000;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover,
.woocommerce-form-coupon-toggle .woocommerce-info a:focus {
    color: #ed1d8f !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info::after {
    display: none !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    content: "\f05a";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    visibility: visible !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    position: inherit !important;
    top: 0;
    left: 0;
    color: #ed1d8f;
}
.woocommerce-form-login-toggle .woocommerce-info {
    background: transparent !important;
    color: #000 !important;
    text-align: center;
    border-top: 2px dashed #e5e5e5;
    border-bottom: 2px dashed #e5e5e5;
    border-left: none;
    border-right: none;
    font-size: 17px;
}
.woocommerce-form-login-toggle .woocommerce-info a {
    color: #000;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover,
.woocommerce-form-login-toggle .woocommerce-info a:focus {
    color: #ed1d8f !important;
}
.woocommerce-form-login-toggle .woocommerce-info::after {
    display: none !important;
}
.woocommerce-form-login-toggle .woocommerce-info::before {
    content: "\f05a";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    visibility: visible !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    position: inherit !important;
    top: 0;
    left: 0;
    color: #ed1d8f;
}
form.checkout.woocommerce-checkout {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
form.checkout.woocommerce-checkout > * {
    width: 100% !important;
}
form.checkout.woocommerce-checkout div#customer_details, form.checkout.woocommerce-checkout div#order_review {
    width: calc(50% - 20px) !important;
    margin: 0 !important;
}
form.checkout.woocommerce-checkout h3#order_review_heading {
    display: none !important;
}
form.checkout.woocommerce-checkout::before, form.checkout.woocommerce-checkout::after {
    display: none !important;
}
form.checkout.woocommerce-checkout div#order_review::before {
    content: "Your Order";
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 22px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
}
form.checkout.woocommerce-checkout div#customer_details h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
}
.woocommerce-form-coupon-toggle {
    margin-bottom: 60px !important;
}
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper label {
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.woocommerce-billing-fields__field-wrapper p#billing_address_2_field,
.woocommerce-shipping-fields__field-wrapper p#shipping_address_2_field {
    display: none !important;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px !important;
}
.woocommerce-billing-fields__field-wrapper > *,
.woocommerce-shipping-fields__field-wrapper > * {
    width: 50% !important;
    margin: 0 0 22px !important;
    padding: 0 10px !important;
}
.woocommerce-billing-fields__field-wrapper input[type="text"], 
.woocommerce-billing-fields__field-wrapper input[type="email"], 
.woocommerce-billing-fields__field-wrapper input[type="tel"], 
.woocommerce-billing-fields__field-wrapper select,
.woocommerce-shipping-fields__field-wrapper input[type="text"], 
.woocommerce-shipping-fields__field-wrapper input[type="email"], 
.woocommerce-shipping-fields__field-wrapper input[type="tel"], 
.woocommerce-shipping-fields__field-wrapper select {
    border: 2px solid #e5e5e5 !important;
    background: transparent !important;
    border-radius: 5px !important;
    height: 50px !important;
    font-size: 17px !important;
}
.woocommerce-additional-fields__field-wrapper textarea#order_comments {
    background: transparent !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 5px;
    min-height: 140px;
    font-size: 17px;
}
.woocommerce-billing-fields__field-wrapper input[type="text"]:focus, 
.woocommerce-billing-fields__field-wrapper input[type="email"]:focus, 
.woocommerce-billing-fields__field-wrapper input[type="tel"]:focus, 
.woocommerce-billing-fields__field-wrapper select:focus,
.woocommerce-shipping-fields__field-wrapper input[type="text"]:focus, 
.woocommerce-shipping-fields__field-wrapper input[type="email"]:focus, 
.woocommerce-shipping-fields__field-wrapper input[type="tel"]:focus, 
.woocommerce-shipping-fields__field-wrapper select:focus,
.woocommerce-additional-fields__field-wrapper textarea#order_comments:focus {
    border-color: #ed008c !important;
}
.select2-container--default .select2-selection--single {
    border: 2px solid #e5e5e5 !important;
    background: transparent !important;
    border-radius: 5px !important;
    height: 50px !important;
    font-size: 17px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 7px;
}
.select2-container--open.select2-container--default .select2-selection--single {
    border-color: #ed008c !important;
}
.select2-results__option[aria-selected], 
.select2-results__option[data-selected] {
    font-size: 17px !important;
    line-height: 1.2;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #ed008c !important;
    color: #fff !important;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: none !important;
    width: 100%;
    margin-top: 30px;
}
input#ship-to-different-address-checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.woocommerce-checkout-review-order-table tr td:first-child {
    font-size: 17px !important;
    padding: 15px !important;
    border-right: 1px solid #e5e5e5 !important;
}
.woocommerce-checkout-review-order-table tr th:first-child {
    font-size: 17px !important;
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
}
.woocommerce-checkout-review-order-table tr:last-child th:first-child {
    border-bottom: none !important;
}
.woocommerce-checkout-review-order-table thead th.product-name {
    border-right: none !important;
    font-size: 20px !important;
}
.woocommerce-checkout-review-order-table thead th.product-total {
    text-align: right !important;
    font-size: 20px !important;
    width: 200px !important;
}
.woocommerce-checkout-review-order-table tr td:last-child {
    font-size: 17px !important;
    padding: 15px !important;
    text-align: right !important;
}
.woocommerce-checkout-review-order-table 
tfoot tr td:last-child {
    border-bottom: 1px solid #e5e5e5 !important;
    font-size: 17px !important;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child td:last-child {
    border-bottom: none !important;
}
.woocommerce-checkout #payment div.payment_box {
    border-left: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    margin-top: 0 !important;
    font-size: 17px !important;
    border-radius: 0 0 5px 5px !important;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-top: 25px !important;
    font-size: 17px !important;
}
.woocommerce-privacy-policy-text p {
    margin-bottom: 10px !important;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    margin-top: 10px !important;
}
form.checkout_coupon.woocommerce-form-coupon:not([style*="none"]) {
    display: flex !important;
}
form.checkout_coupon.woocommerce-form-coupon {
    border: 2px dashed #ed008c !important;
    text-align: center !important;
    margin-bottom: 60px !important;
    margin-top: -30px !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex-flow: row wrap !important;
}
form.checkout_coupon.woocommerce-form-coupon > * {
    width: 100% !important;
}
form.checkout_coupon.woocommerce-form-coupon > p:first-child {
    margin-bottom: 15px !important;
    font-size: 18px !important;
    padding: 25px 30px 0;
}
form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
    border: 2px solid #e5e5e5 !important;
    background: transparent !important;
    border-radius: 5px !important;
    height: 50px !important;
    font-size: 17px !important;
    text-align: center !important;
}
form.checkout_coupon.woocommerce-form-coupon input#coupon_code:focus {
    border-color: #ed008c !important;
}
form.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
    padding: 0 30px;
}
form.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
    padding: 0 30px 27px;
}
.woocommerce-form-login-toggle .woocommerce-info {
    background: transparent !important;
    color: #000 !important;
    text-align: center;
    border-top: 2px dashed #e5e5e5;
    border-bottom: 2px dashed #e5e5e5;
    border-left: none;
    border-right: none;
    font-size: 17px;
}
.woocommerce-form-login-toggle .woocommerce-info a {
    color: #000;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover,
.woocommerce-form-login-toggle .woocommerce-info a:focus {
    color: #ed1d8f !important;
}
.woocommerce-form-login-toggle .woocommerce-info::after {
    display: none !important;
}
.woocommerce-form-login-toggle .woocommerce-info::before {
    content: "\f05a";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    visibility: visible !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    position: inherit !important;
    top: 0;
    left: 0;
    color: #ed1d8f;
}
form.woocommerce-form.woocommerce-form-login.login {
    background: #f9f9f9;
    padding: 30px 30px 0;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    max-width: 800px;
    margin: 0 auto 40px !important;
}
form.woocommerce-form.woocommerce-form-login.login input[type="text"], 
form.woocommerce-form.woocommerce-form-login.login input[type="email"], 
form.woocommerce-form.woocommerce-form-login.login input[type="password"] {
    border: 2px solid #e5e5e5 !important;
    border-radius: 5px !important;
    height: 50px !important;
    font-size: 17px !important;
    background: #fff !important;
}
form.woocommerce-form.woocommerce-form-login.login input[type="text"]:focus, 
form.woocommerce-form.woocommerce-form-login.login input[type="email"]:focus, 
form.woocommerce-form.woocommerce-form-login.login input[type="password"]:focus {
    border-color: #ed008c !important;
}
.woocommerce-account-fields label {
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.woocommerce-account-fields input[type="text"], 
.woocommerce-account-fields input[type="password"] {
    border: 2px solid #e5e5e5 !important;
    background: transparent !important;
    border-radius: 5px !important;
    height: 50px !important;
    font-size: 17px !important;
}
.woocommerce-account-fields input[type="text"]:focus, 
.woocommerce-account-fields input[type="password"]:focus {
    border-color: #ed008c !important;
}
form.woocommerce-form.woocommerce-form-login.login label {
    font-size: 16px;
    font-weight: 700;
}
form.woocommerce-form.woocommerce-form-login.login > p:first-child {
    font-size: 17px;
}
.woocommerce-LostPassword.lost_password a {
    font-size: 18px;
}
form.woocommerce-form.woocommerce-form-register.register {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    max-width: 800px;
    margin: 0 auto 40px !important;
}
form.woocommerce-form.woocommerce-form-register.register label {
    font-size: 16px;
    font-weight: 700;
}
form.woocommerce-form.woocommerce-form-register.register input[type="text"], 
form.woocommerce-form.woocommerce-form-register.register input[type="email"], 
form.woocommerce-form.woocommerce-form-register.register input[type="password"],
.shipping-calculator-form input[type="text"] {
    border: 2px solid #e5e5e5 !important;
    border-radius: 5px !important;
    height: 50px !important;
    font-size: 17px !important;
    background: #fff !important;
}
form.woocommerce-form.woocommerce-form-register.register input[type="text"]:focus, 
form.woocommerce-form.woocommerce-form-register.register input[type="email"]:focus, 
form.woocommerce-form.woocommerce-form-register.register input[type="password"]:focus,
.shipping-calculator-form input[type="text"]:focus {
    border-color: #ed008c !important;
}
form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
    font-size: 17px;
}
body:not(.logged-in).woocommerce-account .woocommerce h2 {
    font-size: 28px !important;
}
form.woocommerce-ResetPassword.lost_reset_password {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    max-width: 580px;
    margin: 0 auto 40px !important;
}
form.woocommerce-ResetPassword.lost_reset_password > p:first-child {
    font-size: 17px;
    margin-bottom: 10px;
}
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.woocommerce-form-row--first {
    padding: 0;
    width: 100% !important;
}
form.woocommerce-ResetPassword.lost_reset_password label {
    font-size: 16px;
    font-weight: 700;
}
form.woocommerce-ResetPassword.lost_reset_password input#user_login {
    border: 2px solid #e5e5e5 !important;
    border-radius: 5px !important;
    height: 50px !important;
    font-size: 17px !important;
    background: #fff !important;
}
form.woocommerce-ResetPassword.lost_reset_password input#user_login:focus {
    border-color: #ed008c !important;
}
.wc-account-menu a {
    font-size: 0 !important;
    padding-right: 5px !important;
}
.wc-account-menu a::before {
    content: "\f007";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: 2.5px;
}
.woocommerce div.product > .onsale {
    display: none !important;
}
.woocommerce div.product > .product-gallery {
    position: relative;
}
.woocommerce div.product > .product-gallery .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 5px;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #ed1d8f;
    font-weight: 700;
    line-height: 1.2;
}
.woocommerce-order h2 {
    font-size: 24px !important;
}
.woocommerce .woocommerce-customer-details address {
    font-size: 17px;
    border: 1px solid #e5e5e5;
    padding: 20px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    border: 1px dashed #e5e5e5;
    border-radius: 5px;
    display: flex;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details > li {
    padding: 20px;
    margin: 0;
    min-width: 150px;
}
.woocommerce-table.woocommerce-table--order-details td, .woocommerce-table.woocommerce-table--order-details th {
    font-size: 17px;
    padding: 15px;
}
section.woocommerce-columns.addresses {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0;
}
section.woocommerce-columns.addresses > div {
    width: calc(50% - 20px) !important;
}
section.woocommerce-columns.addresses::before, 
section.woocommerce-columns.addresses::after {
    display: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::after {
    content: "\f3fd";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::after {
    content: "\f07a";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::after {
    content: "\f019";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::after {
    content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::after {
    content: "\f3d1";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::after {
    content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::after {
    content: "\f2f5";
}
.woocommerce-MyAccount-navigation li a::after {
    display: block !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 700 !important;
    opacity: .5;
    font-size: 100% !important;
}
.woocommerce-MyAccount-navigation li a {
    color: #222 !important;
    display: flex !important;
    justify-content: space-between !important;
    font-weight: 600 !important;
    border-color: #e5e5e5 !important;
}
.woocommerce-MyAccount-navigation li.is-active a, 
.woocommerce-MyAccount-navigation li a:hover {
    color: #ed1d8f !important;
}
.woocommerce-MyAccount-navigation li.is-active a::after, 
.woocommerce-MyAccount-navigation li a:hover::after {
    opacity: 1;
}
form.woocommerce-EditAccountForm.edit-account label {
    font-size: 16px;
    font-weight: 700;
}
form.woocommerce-EditAccountForm.edit-account input[type="text"], 
form.woocommerce-EditAccountForm.edit-account input[type="email"], 
form.woocommerce-EditAccountForm.edit-account input[type="password"] {
    border: 2px solid #e5e5e5 !important;
    border-radius: 5px !important;
    height: 50px !important;
    font-size: 17px !important;
    background: #fff !important;
}
form.woocommerce-EditAccountForm.edit-account input[type="text"]:focus, 
form.woocommerce-EditAccountForm.edit-account input[type="email"]:focus, 
form.woocommerce-EditAccountForm.edit-account input[type="password"]:focus {
    border-color: #ed008c !important;
}
.woocommerce-MyAccount-content .woocommerce-info {
    border: 2px solid #ed008c !important;
    color: #222 !important;
    background: rgb(237 0 140 / 5%) !important;
    border-radius: 5px !important;
    padding: 15px !important;
    font-size: 18px !important;
}
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details th.download-remaining span {
    white-space: nowrap;
}
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details th {
    font-size: 17px !important;
}
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details td.download-product a {
    color: #222 !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    display: inline-block;
}
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details td {
    font-size: 17px;
}
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details td.download-product a:hover {
    color: #ed008c !important;
}
.woocommerce ul.products li.product.woocommerce-image-align-left .wc-product-image {
    float: none !important;
    width: 100% !important;
}
.woocommerce ul.products li.product.woocommerce-image-align-left .wc-product-image img {
    width: 100% !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
}
.inside-wc-product-image {
    display: block !important;
    width: 100% !important;
    position: relative;
}
.inside-wc-product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.inside-wc-product-image::before {
    content: "";
    padding-top: 66.58291457286433%;
    display: block;
}
.woocommerce ul.products li.product.sales-flash-overlay .onsale {
    top: 10px !important;
    right: 10px !important;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2 {
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #222 !important;
    line-height: 1.3 !important;
    margin-bottom: 14px !important;
    transition: all .3s ease-in-out .0s !important;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2:hover {
    color: #ed008c !important;
}
.woocommerce ul.products li.product .price {
    margin-top: 14px !important;
    font-size: 22px !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
    top: 16px !important;
}
section.related.products {
    margin-top: 60px !important;
}
section.related.products >h2 {
    font-size: 36px !important;
}
.woocommerce ul.products li.product a img {
    width: 100% !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    margin-top: 0 !important;
}
.product_meta .sku_wrapper {
    display: none !important;
}
fieldset legend {
    margin-bottom: 5px;
    font-weight: 700;
    margin-left: 4px;
}
.woocommerce-MyAccount-content input#account_email {
    margin-bottom: 22px;
}




.site-footer {
    border: none !important;
    position: relative !important;
    z-index: 1 !important;
}
.copyright-bar {
    width: 100%;
}
.footercopy-area {
    display: flex;
    flex-flow: row wrap;
}
.footercopy-area > div {
    width: 50%;
}
.footercopy-area .left {
    text-align: left;
}
.footercopy-area .right {
    text-align: right;
}
.footer-sicon {
    margin: 0;
    list-style: none;
}
.footer-sicon li {
    display: inline-block;
    margin-left: 12px;
}
.footer-bio img {
    max-width: 180px;
}
.footer-cs-menu {
    margin-top: 20px !important;
    border-top: 2px solid rgba(255,255,255,.1);
    padding-top: 20px;
}
.footer-cs-menu a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    margin-right: 12px;
    font-size: 12px;
    position: relative;
    top: -2px;
    font-weight: 700;
}
.footer-widget-2 ul {
    max-width: 95%;
}
.footer-widget-2 ul li {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 12px;
}
.footer-widget-2 ul li a {
    font-size: 16px;
    padding-left: 15px;
    display: inline-block;
    position: relative;
}
.footer-widget-2 ul li a::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 13px;
    font-weight: 700;
}

.inside-wc-mini-cart {
    background: #f5f5f5 !important;
}
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 70px !important;
    position: relative;
}
.woocommerce ul.cart_list li a {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 5px;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute !important;
    bottom: 0 !important;
    top: inherit !important;
}
.woocommerce ul.cart_list li img {
    width: 65px !important;
    border: 1px solid #e5e5e5 !important;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 3px 0px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 10px !important;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    flex-flow: column;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout) {
    background: transparent !important;
    color: #ed008c !important;
    border: 2px solid #ed008c !important;
    padding-top: 9px !important;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover {
    background: #ed008c !important;
    color: #fff !important;
}
.woocommerce-Tabs-panel--description p {
    margin-bottom: 1.2em;
}

.inside-wc-product-image > span {
    background: #ed008c !important;
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 100 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 7px 12px !important;
    line-height: 1.2 !important;
    border-radius: 4px !important;
    letter-spacing: .3px !important;
}
.woocommerce div.product > .product-gallery .onsale {
    background: #ed008c !important;
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    z-index: 100 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 7px 12px !important;
    line-height: 1.2 !important;
    border-radius: 4px !important;
    letter-spacing: .3px !important;
}
.product_custom_labels_wrap {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 10;
    margin: 0 !important;
    list-style: none;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.product_custom_labels_wrap > li {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 7px 12px !important;
    line-height: 1.2 !important;
    border-radius: 4px !important;
    letter-spacing: .3px !important;
    text-align: center;
    margin-bottom: 8px;
}
.onsale + .product_custom_labels_wrap {
    top: 52px;
}

.facetwp-facet-search_product .facetwp-search {
    min-width: 10px !important;
    width: 100% !important;
    border: 2px solid #e5e5e5 !important;
    background: transparent !important;
    border-radius: 50px !important;
    height: 60px !important;
    font-size: 17px !important;
    outline: none !important;
    padding-left: 25px;
    padding-right: 50px !important;
    box-shadow: 0 0 0 12px rgb(0 0 0 / 8%);
    transition: all .3s ease-in-out .0s;
}
.facetwp-facet-search_product .facetwp-input-wrap {
    display: block !important;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.facetwp-facet-search_product .facetwp-search:focus {
    border-color: #ed008c !important;
    box-shadow: 0 0 0 18px rgb(237 0 140 / 10%);
}
.facetwp-facet-search_product {
    margin-bottom: 0 !important;
}
.facetwp-facet-category .facetwp-dropdown {
    -webkit-background-size: 10px auto;
    -moz-background-size: 10px auto;
    -o-background-size: 10px auto;
    -ms-background-size: 10px auto;
    background-size: 10px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' fill='rgb(51, 51, 51)' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -webkit-calc(100% - 13px) center;
    background-position: expression(100% - 13px) center;
    background-position: -moz-calc(100% - 13px) center;
    background-position: -o-calc(100% - 13px) center;
    background-position: calc(100% - 13px) center;
    padding-left: 15px;
    width: 101% !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 5px !important;
    height: 50px !important;
    font-size: 17px !important;
    outline: none !important;
    background-color: transparent !important;
    max-width: 240px;
}
.facetwp-facet-category .facetwp-dropdown:focus {
    border-color: #ed008c !important;
}
.facetwp-facet-category {
    margin-bottom: 0 !important;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}
.facetwp-facet-category .facetwp-radio {
    display: inline-block;
    background: #f4f4f4;
    margin: 8px;
    padding: 7px 25px;
    border-radius: 50px;
    min-width: 80px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease-in-out 0s;
    color: #000;
}
.facetwp-facet-category .facetwp-radio:hover, 
.facetwp-facet-category .facetwp-radio.checked {
    background: #ed008c;
    color: #fff;
}
.facetwp-facet-product_pager {
    width: 100%;
    text-align: center;
    margin-bottom: 80px !important;
    margin-top: -30px !important;
}
.facetwp-facet-product_pager .facetwp-page {
    background: #f4f4f4 !important;
    color: #222 !important;
    height: 35px !important;
    display: inline-block;
    line-height: 36px !important;
    font-size: 18px !important;
    min-width: 35px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out .0s;
}
.facetwp-facet-product_pager .facetwp-page:hover, 
.facetwp-facet-product_pager .facetwp-page.active {
    background: #ed008c !important;
    color: #fff !important;
}
.facetwp-facet-search_product .facetwp-icon {
    right: 15px;
}
.facetwp-counter {
    display: none !important;
}




@media only screen and (min-width: 1025px) and (max-width: 1149px) {
    .main-navigation .main-nav ul li a {
        padding-left: 8px;
        padding-right: 8px;
        line-height: 60px;
    }
    .main-navigation .menu-bar-item .cart-contents.shopping-cart {
        padding-right: 0 !important;
    }
    .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 10px;
    }
    .site-logo img {
        max-width: 200px;
    }
}


@media only screen and (max-width: 1024px) {
    .main-navigation ul, 
    .gen-sidebar-nav, 
    .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul, 
    .has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav) {
        display: none;
    }
    .main-navigation .menu-toggle, 
    .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
        background: transparent !important;
        padding: 0 15px 0 25px !important;
    }
    .menu-toggle .gp-icon+.mobile-menu {
        display: none;
    }
    .slideout-navigation.main-navigation {
        background-color: #ffffff;
    }
    .main-navigation .main-nav ul li a {
        line-height: 50px !important;
    }
    .main-navigation .main-nav>ul {
        padding-top: 20px;
    }
    .main-navigation .menu-bar-item>a {
        padding-right: 6px !important;
    }
    .main-navigation .menu-bar-item>a {
        padding-right: 6px !important;
    }
    .woocommerce div.product > .summary {
        padding-left: 30px;
    }
    .woocommerce div.product .product_title {
        font-size: 28px;
        margin-bottom: 15px !important;
    }
    .woocommerce div.product .woocommerce-product-rating {
        margin: 10px 0 !important;
    }
    .woocommerce div.product p.price {
        font-size: 20px !important;
    }
    .woocommerce-product-details__short-description {
        font-size: 17px !important;
    }
    .woocommerce .button {
        min-width: 150px !important;
    }
    .woocommerce div.product > .woocommerce-tabs {
        margin-top: 30px;
    }
    .woocommerce-Tabs-panel--description {
        font-size: 17px;
    }
    .wc-account-menu a::before {
        display: none;
    }
    .wc-account-menu a {
        font-size: 18px !important;
    }
    .woocommerce ul.order_details li strong {
        font-size: 17px;
        line-height: 1.2;
    }

    li.woocommerce-order-overview__order.order, 
    li.woocommerce-order-overview__date.date {
        width: 27%;
        border-bottom: 1px dashed #e5e5e5;
        border-color: #e5e5e5 !important;
    }
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        flex-flow: row wrap;
    }
    li.woocommerce-order-overview__email.email {
        width: 46%;
        border-right: none !important;
        border-bottom: 1px dashed #e5e5e5;
    }
    li.woocommerce-order-overview__total.total {
        width: 27%;
        border-color: #e5e5e5 !important;
    }
    li.woocommerce-order-overview__payment-method.method {
        width: 27%;
        border-right: 1px dashed #e5e5e5 !important;
    }
} /*End max-width: 1024px*/


@media only screen and (max-width: 949px) {
    form.checkout.woocommerce-checkout div#customer_details, 
    form.checkout.woocommerce-checkout div#order_review {
        width: 100% !important;
    }
    form.checkout.woocommerce-checkout div#order_review {
        margin-top: 30px !important;
    }
} /*End max-width: 949px*/


@media only screen and (max-width: 799px) {
    .woocommerce div.product > .product-gallery {
        width: 100% !important;
        margin-bottom: 28px !important;
    }
    .woocommerce div.product > .summary {
        width: 100% !important;
        padding-left: 0;
    }
    .single-product .inside-article {
        padding: 10px !important;
    }
    .woocommerce div.product .product_title {
        font-size: 24px;
    }
    .woocommerce div.product .woocommerce-product-rating {
        margin-top: -8px !important;
    }
    .woocommerce div.product p.price {
        margin-bottom: 20px;
        padding-bottom: 16px;
    }
    .woocommerce div.product form.cart .variations select {
        width: 100% !important;
    }
    .woocommerce div.product form.cart .reset_variations[style*="hidden"] {
        display: none;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs > li a {
        font-size: 16px !important;
        padding: 10px !important;
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: inline-block !important;
        width: auto !important;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-direction: row !important;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        margin-top: 0 !important;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs > li:last-child a {
        margin-right: 0;
    }
    .woocommerce div.product > .woocommerce-tabs .woocommerce-Tabs-panel {
        padding: 20px 10px;
    }
} /*End max-width: 799px*/


@media only screen and (max-width: 782px) {
    .admin-bar #site-navigation {
        top: 46px !important;
    }
} /*End max-width: 782px*/


@media only screen and (max-width: 767px) {
    .menu-toggle {
        padding-right: 15px !important;
    }
    .navigation-search {
        width: 280px !important;
    }
    .site-logo img {
        max-width: 200px;
    }
    .woocommerce-message {
        font-size: 16px !important;
        flex-flow: column !important;
        align-items: flex-start !important;
    }
    .woocommerce-message a {
        margin-top: 10px !important;
    }
    .woocommerce .button, body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
        padding: 13px 15px !important;
        height: 44px !important;
        min-width: 120px !important;
    }
    .woocommerce div.product form.cart div.quantity {
        height: 44px;
    }
    .woofc-count {
        left: 10px !important;
        bottom: 10px !important;
    }
    a.generate-back-to-top {
        right: 10px !important;
        bottom: 10px !important;
    }
    .woocommerce-billing-fields__field-wrapper > *, 
    .woocommerce-shipping-fields__field-wrapper > * {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .woocommerce-checkout .inside-article {
        padding-left: 10px;
        padding-right: 10px;
    }
    .woocommerce-checkout-review-order-table thead th.product-name, 
    .woocommerce table.shop_table thead th {
        font-size: 17px !important;
    }
    .woocommerce-checkout-review-order-table thead th.product-total {
        width: 130px !important;
    }
    form.woocommerce-form.woocommerce-form-login.login {
        padding: 15px;
    }
    .woocommerce-cart .inside-article {
        padding-left: 10px;
        padding-right: 10px;
    }
    tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
        text-align: center !important;
        padding: 10px;
    }
    tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a {
        display: inline-block;
    }
    .woocommerce table.shop_table_responsive tr td::before, 
    .woocommerce-page table.shop_table_responsive tr td::before {
        font-size: 17px !important;
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .woocommerce table.shop_table_responsive tr td, 
    .woocommerce-page table.shop_table_responsive tr td {
        padding: 10px;
        position: relative;
        padding-left: 90px;
        font-size: 17px;
    }
    .woocommerce table.shop_table_responsive tr td, 
    .woocommerce-page table.shop_table_responsive tr td a {
        /* font-size: 10px; */
    }
    .woocommerce-page table.shop_table_responsive tr td.product-name a {
        font-size: 15px;
        font-weight: 600;
    }
    .woocommerce-cart-form__cart-item cart_item + .woocommerce-cart-form__cart-item cart_item {
        margin-top: 20px !important;
        display: block !important;
        clear: both !important;
        box-sizing: ;
    }
    tr.woocommerce-cart-form__cart-item.cart_item .quantity {
        margin-left: auto;
        height: 44px !important;
    }
    .woocommerce-page table.shop_table_responsive td.actions {
        padding: 10px !important;
    }
    .woocommerce-page table.shop_table_responsive td.actions input, 
    .woocommerce-page table.shop_table_responsive td.actions button {
        width: 100% !important;
        height: 48px !important;
        text-align: center;
    }
    .woocommerce-page table.shop_table_responsive td.actions .coupon input {
        margin-bottom: 8px !important;
    }
    .footercopy-area>div {
        width: 100%;
        text-align: center!important;
    }
    .footercopy-area .right {
        margin-top: 15px;
    }
    .footer-sicon li {
        margin-left: 6px;
        margin-right: 6px;
    }
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details > li {
        width: 100% !important;
        border-right: none !important;
    }
    li.woocommerce-order-overview__total.total {
        border-bottom: 1px dashed #e5e5e5;
    }
    section.woocommerce-columns.addresses > div {
        width: 100% !important;
    }
    .woocommerce-MyAccount-content {
        padding-top: 40px;
    }
    .post-type-archive-product .inside-article {
        padding-left: 10px;
        padding-right: 10px;
    }
    .woocommerce ul.products li.product.woocommerce-text-align-left .button {
        min-width: 150px !important;
    }
    .woocommerce ul.products li.product.woocommerce-text-align-left .button.loading {
        min-width: 180px !important;
    }
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
        top: 12px !important;
    }
    section.related.products >h2 {
        font-size: 26px !important;
    }
    form.woocommerce-form.woocommerce-form-register.register {
        padding: 15px;
    }
    .woocommerce-account .inside-article {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hp-banner-section-author-img img, 
    .mb-img-height-250px img {
        max-height: 250px !important;
        width: auto !important;
    }
    .facetwp-facet-category .facetwp-dropdown,
    .facetwp-facet-search_product .facetwp-input-wrap {
        max-width: 100% !important;
    }
    .facetwp-facet-category .facetwp-radio {
        padding: 5px 13px;
        font-size: 15px;
        margin: 5px;
    }
    .facetwp-facet-category {
        padding-top: 35px;
        padding-bottom: 10px;
    }
    .facetwp-facet-search_product .facetwp-search {
        height: 50px !important;
    }
} /*End max-width: 767px*/


@media only screen and (max-width: 549px) {
    .woocommerce-page.columns-3 ul.products li.product, 
    .woocommerce.columns-3 ul.products li.product {
        width: 100% !important;
    }
} /*End max-width: 549px*/